diff --git a/data/data_format_geo-entry.yaml b/data/data_format_geo-entry.yaml deleted file mode 100644 index c73dc28ef..000000000 --- a/data/data_format_geo-entry.yaml +++ /dev/null @@ -1,309 +0,0 @@ -# This file serves as a reference for the data format. -# (Note it is for documentation purposes and not fully valid yaml) - -internal_id: - # --- Core properties --- - - # Same as the internal_id above. - # The id is always lowercase may only use "-" and "." as special characters. - # For rooms, this id is equivalent to the "SAP-Code" room id in TUMonline. - # For buildings, this id is the 4-digit building code (as string). - id: "internal_id" - # While the id is commonly used to reference this entry, in some cases - # it is visible to the user, such as in the URL. In these cases, the displayed - # id might be replaced by this more well-known identifier. - # E.g. building "0101" is commonly referred to as "n1". - visible_id: "n1" - - # Currently the following entry types are defined: - # - root: An entry with no parents, that is displayed differently to a 'regular' - # entry with its own overview page. While there is only one entry with - # the id "root", there could technically be defined more than one root entry. - # - site: A place where buildings are located. This should group buildings that share - # the same directions e.g. by public transport. - # - campus: A site with more local infrastructure (such as food etc.) - # - area: A part of a site with buildings that are semantically related. Basically just - # a group of buildings, however they should in general by located close together. - # - joined_building: A large building that consists of multiple 'buildings' with each - # a different 4-digit code. It should in general group everything that - # one would naturally classify as one building. - # - building: A building identified by a 4-digit code. The Roomfinder uses "0000" as a code - # for buildings not in TUMonline, but they are not imported. Custom buildings - # should instead use a non-4-digit id. Buildings are treated differently - # if they are children of a "joined_building". - # - room: A (physical) room usually identified by its "SAP-Code". Because hallways, elevators - # are also imported into TUMonline as rooms, they also have the datatype "room". - # - virtual_room: Any indoor space that does not really match the common perception - # of a 'room', e.g. a multi-floor library space or seating area. - # - poi: A point of interest. Generally any object that could be of interest such as - # student-card validators or coffee machines. Their parent should be their closest - # possible, e.g. a room if they are inside a room. - # Do not use this for semantic information about a room, e.g. "Fachschaftsbüro" - type: one of "root", "site", "campus", "area", "joined_building", "building", "room", "virtual_room", "poi" - - # The common name displayed for this room, building etc. on its page. - # It might have some additional names or abbreviations in brackets. - name: "Fakultät Mathematik / Informatik (FMI oder MI)" - # A shorter version of the name that might be used for overview pages, breadcrumbs etc. - short_name: "Mathematik & Informatik (MI)" - - # --- Entry interconnection --- - - # [optional, only for areas and buildings] - # A string or list of string identifying that all buildings whose id (4-digit-code) starts - # with any of these strings belong to this group (since most room ids also start with - # the building id, this also applies to most room ids). - # Note that this does not mean that _all_ building ids of this area start with these strings. - b_prefix: e.g. "5601" or ["15", "17"] - # The parent ids of this entry (in order, root is first). - parents: ["root", "garching", ...more parent ids] - # [optional] The (short) names of the parents, used for breadcrumbs on the webpage. - parent_names: ["Standorte", "Campus Garching", ...] - # [optional] The list of direct children by id - children: ["direct_child_id_1", "direct_child_id_2", ...] - # [optional] The list of all children by id with any hierarchical depth. - children_flat: ["flattened_child_id_1", "flattened_child_id_2", ...] - # [optional] Lists of related entry ids. - related: - # For entries of type "virtual_room", these rooms can be considered part of it. - contains_rooms: ["room_id_1", ...] - - # --- Common properties for all types --- - - sources: # Sources if not otherwise noted in the data - # Where the base data comes from - base: - - {name: "NavigaTUM"} - - {name: "TUMonline", url: "https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/wbRaum.editRaum?$ctx=design=ca2;header=max&pRaumNr=63167"} - - {name: "Roomfinder", url: "https://portal.mytum.de/displayRoomMap?roomid=501@2903&disable_decoration=yes"} - - {name: "NAT Building Data", url: "https://www.ph.tum.de/about/visit/roomfinder/?room=2903.05.501"} - # Whether the (external) data has been modified by patches to correct - # for errors. - patched: false - additional: - - {} - - img: - - name: "mi_0.webp" # The name of the image file. - #consists of {building_id}_{image_id}.webp, where image_id is a counter starting at 0 - - # for each: text is required, url can also be null - author: {text: "", url: ""} - source: {text: "", url: ""} - license: {text: "", url: ""} - - meta: # optional - date: # optional - location: # optional location description - geo: # optional coordinates in lat,lon - image_url: # optional, in contrast to source this points to the image itself - caption: # optional - headline: # optional - event: # optional, the event this image was taken at - faculty: # optional - building: # optional - department: # optional - - coords: # required for anything except type==root - lat: 0.0 - lon: 0.0 - source: one of "roomfinder", "navigatum" or "inferred" - accuracy: one of "building" # optional - - maps: # (Display) required for anything except type==root - default: one of "interactive", "roomfinder" - roomfinder: - default: "rf5" # mapid - is_only_building: true # optional, also true for parent building (although ignored there) - available: # should already be ordered by scale (lowest value first) - - {id: "rf5", scale: "4000", name: "Stammgelände Basiskarte", width: 480, height: 640, - x: 300, y: 500} - overlays: - # null would mean no overlay maps are displayed by default. For rooms this will - # be accompanied by a warning that no floor map is available for this room - default: 0 - available: - # Coordinates are four [lon, lat] pairs, for the top left, top right, - # bottom right, bottom left image corners. `id` should start with 0 for - # the ground level and increase or decrease. `floor` should match the floor - # part of the TUMonline roomcode - - {id: 0, floor: "EG", name: "MI Gebäude (EG)", coordinates: [[...], ...]} - - props: # Semantic properties (that are useful to display, but do not have their own section) - ids: # navigatum internal_id is not given here, since it is known anyway - # if building - b_prefix: ["560x", "561x"] - # if building that has b_id - b_id: "0101" - # if room - roomcode: "0401.U1.014" - arch_name: "-1014@0401" - floors: # For (joined_)buildings - - { ... } # List of floors like the `floor` prop - floor: # For rooms - id: 0 # Floor id (0 for ground floor if there is one, else 0 for the lowest) - floor: "0" # Floor string in short form - tumonline: "EG" # Floor string as given by TUMonline (might seem like a different floor) - type: "ground" | "roof" | "tp" | "basement" | "mezzanine" | "upper" - name: "Erdgeschoss" # Long name of the floor (possibly inclusive description) - mezzanine_shift: 0 # How many mezzanines are between this floor and floor 0 (only >= 0) - trivial: True # If `floor` and `name` contain basically the same information (e.g. "1 (1st upper floor)") - address: - street: "Richard-Wagner-Str. 18" # required - plz_place: "80333 München" # required - source: e.g. "tumonline" or "https://..." # optional - floor: - n: 1 - name: "1. OG" - website: - text: "forschung-garching.de" - url: "https://www.forschung-garching.de/" - operator: - id: 26064 - code: "TUZVR44" - name: "Gebäudemanagement Campus München (Referat 44)" - stats: # Can be computed but also given manually! - n_buildings: 7 - n_rooms: 1276 # number of children with type "room", "virtual_room" - n_rooms_reg: 934 # same, but excluding din usage "VF" rooms - n_seats: 512 - area_sqm: {value: 3984, source: {text: "Example webpage", url: null}} - opening_hours: - last_update: - date: "2021-08-01" - source: "https://www.ub.tum.de/teilbibliothek-stammgelaende" - valid_from: "2021-07-12" - ranges: - - {days: "Mo-Fr", hours: [{from: "8:00", to: "22:00"}]} - - {days: "Sa-So", hours: [{from: "9:00", to: "22:00"}]} - generic: - - {name: "...", value: "..."} - computed: # Computed display of information above - - {name: "", text: "value", url: null} - - - sections: - buildings_overview: - n_visible: 6 - entries: - - {name: "Display name", subtext: "Gebäudekomplex mit 512 Räumen", id: "id", thumb: "mi_0.webp" or null} - rooms_overview: - usages: - - name: "Büro" - count: 126 - children: - - {name: "Display name", id: ""} - featured: - sections: - - type: "list" - name: e.g. "Hörsäle", "Service" - children: - - {name: "Display name", id: ""} - - type: "entry" - name: "Teilbibliothek Chemie" - subtext: "Teilbibliothek" - id: "" - - # --- Additional, type-dependent properties --- - roomfinder_data: - # if building (optional) - b_id: "0101" - b_name: "N1" - b_alias: "U-Trakt" - b_area: "München - Stammgelände Nord" - b_room_count: 123 - # if room (optional) - r_alias: "" - r_number: "N0126B" - r_id: "N0126B@0101" - r_level: "0" - - # --- Additional, type-dependent properties --- - nat_data: - # if building (optional) - b_id: "0109" # Building id that we use - b_code: "0109" # Building id used by the NAT roomfinder - b_name: "Reflexionsarmer Raum" - b_alias: "N9" # optional - b_address: "Theresienstr. 90" # optional - # if room (optional) - r_alias: "" - r_number: "N0126B" - r_id: "N0126B@0101" - r_level: "0" - - tumonline_data: - # if building (optional) - filter_id: 2370 - name: "1902 Bildungscampus L, Bildungscampus 9" - area_id: 243 - # if room (optional) - roomcode: "0401.U1.014" - arch_name: "-1014@0401" - alt_name: "-1014, Archiv" - address: "Richard-Wagner-Str. 18, 1.UG" - address_link: "ris.einzelraum?raumkey=37463" - plz_place: "80333 München" - operator: "[ TUZVR44 ]" - operator_link: "webnav.navigate_to?corg=26064" - room_link: "wbRaum.editRaum?pRaumNr=37463" - calendar: null # or "tvKalender.wSicht?cOrg=15203&cRes=18135&cReadonly=J" - b_filter_id: 575 - b_area_id: 24 - usage: 2 - - # if room - usage: - name: "Bibliothek" - din_277: "NF5.4" - din_277_desc: "Bibliotheksräume" - custom: one of "Rechnerhalle", "" - - # if root (required) - sites_overview: - - name: "Display name" - id: "id" - n_visible: 4 # Number of children visible by default - children: - - {name: "StudiTUM Garching", id: "5532"} - - #if building - nearby_public_transport: - - distance: 242.20831985118855 - station: # a parent station has one child station for each type of public transport, e.g. bus, train, tram... - { id: "de:09184:2073", lat: "48.2611537274888", lon: "11.6684777384851", name: "Garching, Boltzmannstra\u00dfe", - sub_stations: [{id: "de:09184:2073:0:1", lat: "48.2611537274888", lon: "11.6684777384851", name: "Garching, Boltzmannstra\u00dfe", parent: "de:09184:2073"}]} - - generate_rooms_overview: - sections: - - type: "lecture-halls" - children: - - {name: "Display name", id: ""} - - type: "list" - name: "ROI" - children: - - {name: "Display name", id: ""} - - # Options here modify the default generator behaviour. - # They are removed as soon as the generators ran. - generators: - buildings_overview: - n_visible: 5 - list_start: ["mi", "mw", "physik", "chemie"] - - - data_quality: - areatree_uncertain: True - not_in_tumonline: True - - # For search - ranking_factors: - excluded: True # optional - rank_type: 30 # ranking from type (site, building, room etc.), auto-set - rank_usage: 100 # ranking from usage (only for rooms); (usage is searchable), auto-set - rank_boost: 0 # rank boosting (or suppressing) factor, from -99 to 99, auto-set - rank_custom: 50 # additive (or substractive) factor to ranking, not set automatically - - rank_combined: 42 # 0-100, combined rank of all rank factors above - - diff --git a/data/external/models/common.py b/data/external/models/common.py index a1035c897..c3180d4f5 100644 --- a/data/external/models/common.py +++ b/data/external/models/common.py @@ -6,7 +6,7 @@ class PydanticConfiguration(BaseModel): model_config = pydantic.ConfigDict( - frozen=True, + frozen=False, str_strip_whitespace=True, extra="forbid", populate_by_name=True, diff --git a/data/external/models/test_models.py b/data/external/models/test_models.py index c5bacdc83..279d294d1 100644 --- a/data/external/models/test_models.py +++ b/data/external/models/test_models.py @@ -1,6 +1,7 @@ from typing import Literal import pytest + from external.models import nat, public_transport, roomfinder, tumonline diff --git a/data/external/models/tumonline.py b/data/external/models/tumonline.py index 3ff044a87..b249011d2 100644 --- a/data/external/models/tumonline.py +++ b/data/external/models/tumonline.py @@ -3,82 +3,74 @@ from external.models.common import PydanticConfiguration, RESULTS -# pylint: disable-next=too-many-instance-attributes -class ExtendedRoomData(PydanticConfiguration): - address: str - building: str - zip_code_location: str - room_number: str - floor_number: str - floor_type: str - area_m2: float - architect_room_nr: str - additional_description: str - purpose: str - wheelchair_spaces: int - standing_places: int - seats: int +class Address(PydanticConfiguration): + place: str + street: str + zip_code: int + + +class Seats(PydanticConfiguration): + sitting: int | None = None + wheelchair: int | None = None + standing: int | None = None # pylint: disable-next=too-many-instance-attributes class Room(PydanticConfiguration): - address: str - address_link: str - alt_name: str - arch_name: str - b_area_id: int - b_filter_id: int - calendar: str | None - list_index: str - op_link: str - operator: str - plz_place: str - room_link: str - roomcode: str - usage: int - extended: ExtendedRoomData | None = None + address: Address + seats: Seats + floor_type: str + floor_level: str + tumonline_id: int + area_id: int + building_id: int + main_operator_id: int + usage_id: int + alt_name: str | None = None + arch_name: str | None = None + calendar_resource_nr: int | None = None + patched: bool = False @classmethod - def load_all(cls) -> list["Room"]: + def load_all(cls) -> dict[str, "Room"]: """Load all tumonline.Room's""" with open(RESULTS / "rooms_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 Building(PydanticConfiguration): + address: Address area_id: int - filter_id: int name: str + tumonline_id: int + filter_id: int | None = None @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): - # pylint: disable-next=invalid-name - id: int code: str name: str path: str @classmethod - def load_all_for(cls, lang: str) -> dict[str, "Organisation"]: + def load_all_for(cls, lang: str) -> dict[int, "Organisation"]: """Load all tumonline.Organisation's for a specific language""" with open(RESULTS / f"orgs-{lang}_tumonline.json", encoding="utf-8") as file: - return {key: cls.model_validate(item) for key, item in json.load(file).items()} + return {int(key): cls.model_validate(item) for key, item in json.load(file).items()} class Usage(PydanticConfiguration): - # pylint: disable-next=invalid-name - id: int - din_277: str + din277_id: str + din277_name: str name: str @classmethod def load_all(cls) -> dict[int, "Usage"]: """Load all tumonline.Usage's""" with open(RESULTS / "usages_tumonline.json", encoding="utf-8") as file: - return {item["id"]: cls.model_validate(item) for item in json.load(file)} + return {int(key): cls.model_validate(item) for key, item in json.load(file).items()} 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..db4cc2c56 100644 --- a/data/external/results/buildings_tumonline.json +++ b/data/external/results/buildings_tumonline.json @@ -1,2212 +1,4422 @@ -[ - { +{ + "0101": { + "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 + }, + "0102": { + "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 + }, + "0103": { + "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 + }, + "0104": { + "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 + }, + "0105": { + "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 + }, + "0106": { + "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 + }, + "0108": { + "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 + }, + "0109": { + "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 + }, + "0201": { + "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 + }, + "0202": { + "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 + }, + "0203": { + "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 + }, + "0204": { + "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 + }, + "0205": { + "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 + }, + "0206": { + "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 + }, + "0305": { + "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 + }, + "0401": { + "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 + }, + "0403": { + "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 + }, + "0501": { + "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 + }, + "0502": { + "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 + }, + "0503": { + "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 + }, + "0504": { + "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 + }, + "0505": { + "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 + }, + "0506": { + "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 + }, + "0507": { + "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 + }, + "0508": { + "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 + }, + "0509": { + "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 + }, + "0510": { + "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 + }, + "0511": { + "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 + }, + "0512": { + "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 + }, + "0597": { + "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/orgs-de_tumonline.json b/data/external/results/orgs-de_tumonline.json index 7de5b6491..c91514a4e 100644 --- a/data/external/results/orgs-de_tumonline.json +++ b/data/external/results/orgs-de_tumonline.json @@ -1,12974 +1,10812 @@ { - "TU00000": { + "1": { "code": "TU00000", - "id": 1, "name": "Technische Universit\u00e4t M\u00fcnchen", "path": "TUM" }, - "TUARFAR": { - "code": "TUARFAR", - "id": 14185, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Architektur", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Architektur" - }, - "TUARFSV": { - "code": "TUARFSV", - "id": 44492, - "name": "Architektur", - "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Architektur" - }, - "TUARL01": { - "code": "TUARL01", - "id": 15139, - "name": "Lehrstuhl f\u00fcr Entwerfen und Gestalten (Prof. Graff)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Entwerfen und Gestalten (Prof. Graff)" - }, - "TUARL02": { - "code": "TUARL02", - "id": 15140, - "name": "Lehrstuhl f\u00fcr Bildende Kunst (Fogelberg komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Bildende Kunst (Fogelberg komm.)" - }, - "TUARL04": { - "code": "TUARL04", - "id": 15142, - "name": "Professur f\u00fcr Entwerfen, Umbau und Denkmalpflege (Prof. Hild)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Entwerfen, Umbau und Denkmalpflege (Prof. Hild)" - }, - "TUARL05": { - "code": "TUARL05", - "id": 15187, - "name": "Lehrstuhl f\u00fcr Architekturinformatik (Prof. Petzold)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturinformatik (Prof. Petzold)" - }, - "TUARL06": { - "code": "TUARL06", - "id": 15143, - "name": "Lehrstuhl f\u00fcr Entwerfen und Konstruieren (Prof. Nagler)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Entwerfen und Konstruieren (Prof. Nagler)" - }, - "TUARL07": { - "code": "TUARL07", - "id": 15200, - "name": "Lehrstuhl f\u00fcr Baugeschichte, Bauforschung und Denkmalpflege (Prof. von Kienlin)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Baugeschichte, Bauforschung und Denkmalpflege (Prof. von Kienlin)" - }, - "TUARL08": { - "code": "TUARL08", - "id": 15205, - "name": "Lehrstuhl f\u00fcr Theorie und Geschichte von Architektur, Kunst und Design (Prof. Erben)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Theorie und Geschichte von Architektur, Kunst und Design (Prof. Erben)" - }, - "TUARL09": { - "code": "TUARL09", - "id": 15203, - "name": "Lehrstuhl f\u00fcr Restaurierung, Kunsttechnologie und Konservierungswissenschaft (Prof. Danzl)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Restaurierung, Kunsttechnologie und Konservierungswissenschaft (Prof. Danzl)" - }, - "TUARL12": { - "code": "TUARL12", - "id": 15213, - "name": "Lehrstuhl f\u00fcr St\u00e4dtische Architektur (Chevroulet/Maciver-Ek komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/St\u00e4dtische Architektur (Chevroulet/Maciver-Ek komm.)" - }, - "TUARL15": { - "code": "TUARL15", - "id": 15216, - "name": "Lehrstuhl f\u00fcr Geb\u00e4udetechnologie und klimagerechtes Bauen (Prof. Auer)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Geb\u00e4udetechnologie und klimagerechtes Bauen (Prof. Auer)" - }, - "TUARL18": { - "code": "TUARL18", - "id": 15221, - "name": "Professur f\u00fcr Urban Design (Prof. Boucsein)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Design (Prof. Boucsein)" - }, - "TUARL19": { - "code": "TUARL19", - "id": 15222, - "name": "Lehrstuhl f\u00fcr St\u00e4dtebau und Wohnungswesen (Prof. Bates/Prof. Krucker)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/St\u00e4dtebau und Wohnungswesen (Prof. Bates/Prof. Krucker)" - }, - "TUARL20": { - "code": "TUARL20", - "id": 15223, - "name": "Lehrstuhl f\u00fcr Nachhaltige Entwicklung von Stadt und Land (Prof. Michaeli)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Nachhaltige Entwicklung von Stadt und Land (Prof. Michaeli)" - }, - "TUARL22": { - "code": "TUARL22", - "id": 15234, - "name": "Lehrstuhl f\u00fcr Raumentwicklung (Prof. Boucsein komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Raumentwicklung (Prof. Boucsein komm.)" - }, - "TUARL23": { - "code": "TUARL23", - "id": 15220, - "name": "Lehrstuhl f\u00fcr Landschaftsarchitektur und Transformation (Prof. Weilacher)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landschaftsarchitektur und Transformation (Prof. Weilacher)" - }, - "TUARL24": { - "code": "TUARL24", - "id": 15219, - "name": "Lehrstuhl f\u00fcr Landschaftsarchitektur und \u00f6ffentlichen Raum (Prof. Keller)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landschaftsarchitektur und \u00f6ffentlichen Raum (Prof. Keller)" - }, - "TUARL25": { - "code": "TUARL25", - "id": 15236, - "name": "Professur f\u00fcr Landschaftsarchitektur regionaler Freir\u00e4ume (Prof. Sch\u00f6bel-Rutschmann)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landschaftsarchitektur regionaler Freir\u00e4ume (Prof. Sch\u00f6bel-Rutschmann)" - }, - "TUARL29": { - "code": "TUARL29", - "id": 45050, - "name": "Lehrstuhl f\u00fcr Architekturgeschichte und kuratorische Praxis (Prof. Lepik)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturgeschichte und kuratorische Praxis (Prof. Lepik)" - }, - "TUARL32": { - "code": "TUARL32", - "id": 48257, - "name": "Professur f\u00fcr Green Technologies in Landscape Architecture (Prof. Ludwig)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Green Technologies in Landscape Architecture (Prof. Ludwig)" - }, - "TUARL34": { - "code": "TUARL34", - "id": 48737, - "name": "Lehrstuhl f\u00fcr Architectural Design and Participation (Prof. K\u00e9r\u00e9)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Participation (Prof. K\u00e9r\u00e9)" - }, - "TUARL35": { - "code": "TUARL35", - "id": 48938, - "name": "Professur f\u00fcr Neuere Baudenkmalpflege (Prof. Putz)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Neuere Baudenkmalpflege (Prof. Putz)" - }, - "TUARL36": { - "code": "TUARL36", - "id": 49837, - "name": "Professur f\u00fcr Digital Fabrication (Prof. D\u00f6rfler)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Digital Fabrication (Prof. D\u00f6rfler)" - }, - "TUARL37": { - "code": "TUARL37", - "id": 51577, - "name": "Professur f\u00fcr Structural Design (Prof. D'Acunto)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Structural Design (Prof. D'Acunto)" - }, - "TUARL38": { - "code": "TUARL38", - "id": 51817, - "name": "Lehrstuhl f\u00fcr Architektur und Holzbau (Prof. Birk)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architektur und Holzbau (Prof. Birk)" - }, - "TUARZ02": { - "code": "TUARZ02", - "id": 15202, - "name": "Architekturmuseum (Prof. Lepik)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturmuseum (Prof. Lepik)" - }, - "TUARZ03": { - "code": "TUARZ03", - "id": 15135, - "name": "Design Factory", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Design Factory" - }, - "TUBVBMA": { - "code": "TUBVBMA", - "id": 14935, - "name": "Lehrstuhl f\u00fcr Baumechanik (Prof. M\u00fcller)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Baumechanik (Prof. M\u00fcller)" - }, - "TUBVBPH": { - "code": "TUBVBPH", - "id": 14943, - "name": "Lehrstuhl f\u00fcr Bauphysik (Prof. Sedlbauer)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Bauphysik (Prof. Sedlbauer)" + "13946": { + "code": "TUPR000", + "name": "Hochschulpr\u00e4sidium", + "path": "TUM/Hochschulpr\u00e4sidium" }, - "TUBVBPM": { - "code": "TUBVBPM", - "id": 14990, - "name": "Lehrstuhl f\u00fcr Bauprozessmanagement (Prof. N\u00fcbel)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Bauprozessmanagement (Prof. N\u00fcbel)" + "13968": { + "code": "TUZVHR1", + "name": "Hochschulreferat 1 - Controlling, Organisation, Planung", + "path": "TUM/Hochschulreferate/Controlling, Organisation, Planung" }, - "TUBVBWP": { - "code": "TUBVBWP", - "id": 14944, - "name": "Lehrstuhl f\u00fcr Werkstoffe und Werkstoffpr\u00fcfung im Bauwesen (Prof. Gehlen)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Werkstoffe und Werkstoffpr\u00fcfung im Bauwesen (Prof. Gehlen)" + "14146": { + "code": "TUZESSZ", + "name": "TUM Center for Study and Teaching", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching" }, - "TUBVCIP": { - "code": "TUBVCIP", - "id": 47497, - "name": "Rechnerbetriebsgruppe der ehemaligen Fakult\u00e4t BGU", - "path": "TUM/Schools/Engineering and Design/School Office/Infrastruktur und Kommunikation (ED)/Rechnerbetriebsgruppe der ehemaligen Fakult\u00e4t BGU" + "14156": { + "code": "TUZVZA7", + "name": "Zentrale Informationstechnik (ZIT)", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)" }, - "TUBVCME": { - "code": "TUBVCME", - "id": 14938, - "name": "Professur f\u00fcr Computational Mechanics (Prof. Duddeck)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Computational Mechanics (Prof. Duddeck)" + "14178": { + "code": "TUMAFMA", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Mathematik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik" }, - "TUBVCMS": { - "code": "TUBVCMS", - "id": 44384, - "name": "Lehrstuhl f\u00fcr Computergest\u00fctzte Modellierung und Simulation (Prof. Borrmann)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Computergest\u00fctzte Modellierung und Simulation (Prof. Borrmann)" + "14179": { + "code": "TUPHFPH", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik" }, - "TUBVDTL": { - "code": "TUBVDTL", - "id": 46175, - "name": "Dieter-Thoma-Labor", - "path": "TUM/Schools/Engineering and Design/Dieter-Thoma-Labor" + "14180": { + "code": "TUCHFCH", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Chemie", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie" }, - "TUBVEPB": { - "code": "TUBVEPB", - "id": 43645, - "name": "Lehrstuhl f\u00fcr Energieeffizientes und nachhaltiges Planen und Bauen (Prof. Lang)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Energieeffizientes und nachhaltiges Planen und Bauen (Prof. Lang)" + "14181": { + "code": "TUWIFWI", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Wirtschaftswissenschaften", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Wirtschaftswissenschaften" }, - "TUBVFBV": { + "14184": { "code": "TUBVFBV", - "id": 14184, "name": "Ehemalige Ingenieurfakult\u00e4t Bau Geo Umwelt", "path": "TUM/Fakult\u00e4ten/Ehemalige Ingenieurfakult\u00e4t Bau Geo Umwelt" }, - "TUBVFSV": { - "code": "TUBVFSV", - "id": 44491, - "name": "Bau Geo Umwelt", - "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Bau Geo Umwelt" - }, - "TUBVFWW": { - "code": "TUBVFWW", - "id": 14927, - "name": "Versuchsanstalt f\u00fcr Wasserbau und Wasserwirtschaft", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Versuchsanstalt f\u00fcr Wasserbau und Wasserwirtschaft" - }, - "TUBVGBA": { - "code": "TUBVGBA", - "id": 14989, - "name": "Lehrstuhl und Pr\u00fcfamt f\u00fcr Grundbau, Bodenmechanik, Felsmechanik und Tunnelbau (Prof. Cudmani)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Grundbau, Bodenmechanik, Felsmechanik und Tunnelbau (Prof. Cudmani)" + "14185": { + "code": "TUARFAR", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Architektur", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Architektur" }, - "TUBVGEO": { - "code": "TUBVGEO", - "id": 14991, - "name": "Lehrstuhl f\u00fcr Ingenieurgeologie (Prof. Thuro)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Ingenieurgeologie (Prof. Thuro)" + "14187": { + "code": "TUMWFMW", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen" }, - "TUBVGTT": { - "code": "TUBVGTT", - "id": 50278, - "name": "Professur f\u00fcr Geothermal Technologies (Prof. Drews)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Geothermal Technologies (Prof. Drews)" + "14188": { + "code": "TUEIFEI", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik" }, - "TUBVHBB": { - "code": "TUBVHBB", - "id": 14945, - "name": "Lehrstuhl f\u00fcr Holzbau und Baukonstruktion (Prof. Winter)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Holzbau und Baukonstruktion (Prof. Winter)" + "14189": { + "code": "TUINFIN", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Informatik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik" }, - "TUBVHFM": { - "code": "TUBVHFM", - "id": 15047, - "name": "Lehrstuhl f\u00fcr Hydrologie und Flussgebietsmanagement (Prof. Disse)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrologie und Flussgebietsmanagement (Prof. Disse)" + "14190": { + "code": "TUWZFWZ", + "name": "Ehemaliges Wissenschaftszentrum Weihenstephan f\u00fcr Ern\u00e4hrung, Landnutzung und Umwelt", + "path": "TUM/Fakult\u00e4ten/Ehemaliges Wissenschaftszentrum Weihenstephan f\u00fcr Ern\u00e4hrung, Landnutzung und Umwelt" }, - "TUBVHGT": { - "code": "TUBVHGT", - "id": 43317, - "name": "Lehrstuhl f\u00fcr Hydrogeologie (Prof. Einsiedl)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrogeologie (Prof. Einsiedl)" + "14191": { + "code": "TUMEFME", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Medizin", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin" }, - "TUBVHYD": { - "code": "TUBVHYD", - "id": 14937, - "name": "Professur f\u00fcr Hydromechanik (Prof. Manhart)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydromechanik (Prof. Manhart)" + "14195": { + "code": "TUSPFSP", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften" }, - "TUBVIMO": { - "code": "TUBVIMO", - "id": 50097, - "name": "Professur f\u00fcr Immobilienentwicklung (Prof. Zhu)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Immobilienentwicklung (Prof. Zhu)" + "14209": { + "code": "TUPHDKN", + "name": "Dekan/in Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Dekan/in" }, - "TUBVLKI": { - "code": "TUBVLKI", - "id": 14930, - "name": "Laboratorium f\u00fcr den Konstruktiven Ingenieurbau", - "path": "TUM/Schools/Engineering and Design/Laboratorium f\u00fcr den Konstruktiven Ingenieurbau" + "14210": { + "code": "TUPHPDK", + "name": "Prodekan Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Prodekan" }, - "TUBVLVW": { - "code": "TUBVLVW", - "id": 15091, - "name": "Lehrstuhl und Pr\u00fcfamt f\u00fcr Verkehrswegebau (Prof. Freudenstein)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Verkehrswegebau (Prof. Freudenstein)" + "14211": { + "code": "TUPHSDK", + "name": "Studiendekan", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Studiendekan" }, - "TUBVMAF": { - "code": "TUBVMAF", - "id": 44925, - "name": "Lehrstuhl f\u00fcr Hangbewegungen (Prof. Krautblatter)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hangbewegungen (Prof. Krautblatter)" + "14212": { + "code": "TUPHZ51", + "name": "Dekanat PH", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fakult\u00e4tsverwaltung/Dekanat PH" }, - "TUBVMBA": { - "code": "TUBVMBA", - "id": 14946, - "name": "Lehrstuhl f\u00fcr Massivbau (Prof. Fischer)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Massivbau (Prof. Fischer)" + "14213": { + "code": "TUPHZ50", + "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fakult\u00e4tsverwaltung" }, - "TUBVMCM": { - "code": "TUBVMCM", - "id": 51037, - "name": "Professur f\u00fcr Mineral Construction Materials (Prof. Machner)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Mineral Construction Materials (Prof. Machner)" + "14214": { + "code": "TUPHZEL", + "name": "Elektronik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Elektronik" }, - "TUBVMET": { - "code": "TUBVMET", - "id": 14947, - "name": "Lehrstuhl f\u00fcr Metallbau (Prof. Mensinger)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Metallbau (Prof. Mensinger)" + "14215": { + "code": "TUPHZWS", + "name": "Zentralwerkstatt", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Zentralwerkstatt" }, - "TUBVMOB": { - "code": "TUBVMOB", - "id": 47277, - "name": "Professur f\u00fcr Verkehrsverhalten (Prof. Moeckel)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Verkehrsverhalten (Prof. Moeckel)" + "14217": { + "code": "TUPHDEP", + "name": "Physik-Department", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department" }, - "TUBVMPA": { - "code": "TUBVMPA", - "id": 14928, - "name": "MPA BAU - Pr\u00fcfamt Konstruktiver Ingenieurbau", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/MPA BAU - Pr\u00fcfamt Konstruktiver Ingenieurbau" + "14228": { + "code": "TUPHE11", + "name": "Lehrstuhl f\u00fcr Laser- und R\u00f6ntgenphysik (Prof. Kienberger)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Laser- und R\u00f6ntgenphysik (Prof. Kienberger)" }, - "TUBVRAZ": { - "code": "TUBVRAZ", - "id": 23544, - "name": "Professur f\u00fcr Risikoanalyse und Zuverl\u00e4ssigkeit (Prof.Straub)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Risikoanalyse und Zuverl\u00e4ssigkeit (Prof.Straub)" + "14372": { + "code": "TUPHSSK", + "name": "Studiensekretariat PH", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fakult\u00e4tsverwaltung/Studiensekretariat PH" }, - "TUBVSTA": { - "code": "TUBVSTA", - "id": 14934, - "name": "Lehrstuhl f\u00fcr Statik (Prof. Bletzinger)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Statik (Prof. Bletzinger)" + "14411": { + "code": "TUZESSB", + "name": "TUM CST - Studienberatung und -information", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Studienberatung und -information" }, - "TUBVSVP": { - "code": "TUBVSVP", - "id": 15094, - "name": "Lehrstuhl f\u00fcr Siedlungsstruktur und Verkehrsplanung (Prof. Wulfhorst)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Siedlungsstruktur und Verkehrsplanung (Prof. Wulfhorst)" + "14432": { + "code": "TUZESIM", + "name": "TUM CST - Bewerbung und Immatrikulation", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Bewerbung und Immatrikulation" }, - "TUBVVTK": { - "code": "TUBVVTK", - "id": 15092, - "name": "Lehrstuhl f\u00fcr Verkehrstechnik (Prof. Bogenberger)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Verkehrstechnik (Prof. Bogenberger)" + "14442": { + "code": "TUZESPR", + "name": "TUM CST - Graduation Office and Academic Records", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records" }, - "TUBVVVS": { - "code": "TUBVVVS", - "id": 47797, - "name": "Lehrstuhl f\u00fcr Vernetzte Verkehrssysteme (Prof. Antoniou)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Vernetzte Verkehrssysteme (Prof. Antoniou)" + "14443": { + "code": "TUZESBS", + "name": "TUM CST - Beitr\u00e4ge und Stipendien", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Beitr\u00e4ge und Stipendien" }, - "TUBVWBW": { - "code": "TUBVWBW", - "id": 15045, - "name": "Lehrstuhl f\u00fcr Hydraulic Engineering (Prof. R\u00fcther)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydraulic Engineering (Prof. R\u00fcther)" + "14444": { + "code": "TUZESOI", + "name": "TUM CST - Planung", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Planung" }, - "TUBVWGA": { - "code": "TUBVWGA", - "id": 15074, - "name": "Lehrstuhl f\u00fcr Siedlungswasserwirtschaft (Prof. Drewes)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Siedlungswasserwirtschaft (Prof. Drewes)" + "14577": { + "code": "TUMAM02", + "name": "Lehrstuhl f\u00fcr Numerische Mathematik (Prof. Wohlmuth)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerische Mathematik (Prof. Wohlmuth)" }, - "TUBVZWP": { - "code": "TUBVZWP", - "id": 43476, - "name": "Lehrstuhl f\u00fcr Zerst\u00f6rungsfreie Pr\u00fcfung (Prof. Gro\u00dfe)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Zerst\u00f6rungsfreie Pr\u00fcfung (Prof. Gro\u00dfe)" + "14583": { + "code": "TUMAM07", + "name": "Lehrstuhl f\u00fcr Globale Analysis (Prof. Friesecke)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Globale Analysis (Prof. Friesecke)" }, - "TUCHAC2": { - "code": "TUCHAC2", - "id": 14692, - "name": "Ehem. Lehrstuhl f\u00fcr Bauchemie (Prof. Plank)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bauchemie (Prof. Plank)" + "14596": { + "code": "TUMAM08", + "name": "Lehrstuhl f\u00fcr H\u00f6here Mathematik und Analytische Mechanik (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/H\u00f6here Mathematik und Analytische Mechanik (N.N.)" }, - "TUCHAC4": { - "code": "TUCHAC4", - "id": 23046, - "name": "Professur f\u00fcr Anorganische Chemie (Prof. K\u00f6hler)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Anorganische Chemie (Prof. K\u00f6hler)" + "14597": { + "code": "TUMAM05", + "name": "Lehrstuhl f\u00fcr Mathematische Physik (Prof. Wolf)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Physik (Prof. Wolf)" }, - "TUCHAC5": { - "code": "TUCHAC5", - "id": 23184, - "name": "Professur f\u00fcr Synthese und Charakterisierung innovativer Materialien (Prof. Nilges)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Synthese und Charakterisierung innovativer Materialien (Prof. Nilges)" + "14598": { + "code": "TUMAM10", + "name": "Lehrstuhl f\u00fcr Geometrie und Visualisierung (Prof. Richter-Gebert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometrie und Visualisierung (Prof. Richter-Gebert)" }, - "TUCHAC6": { - "code": "TUCHAC6", - "id": 14684, - "name": "Lehrstuhl f\u00fcr Anorganische Chemie mit Schwerpunkt Neue Materialien (Prof. F\u00e4ssler)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Anorganische Chemie mit Schwerpunkt Neue Materialien (Prof. F\u00e4ssler)" + "14599": { + "code": "TUMAM09", + "name": "Lehrstuhl f\u00fcr Angewandte Geometrie und Diskrete Mathematik (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte Geometrie und Diskrete Mathematik (N.N.)" }, - "TUCHAC9": { - "code": "TUCHAC9", - "id": 40494, - "name": "Professur f\u00fcr Molekulare Katalyse (Prof. K\u00fchn)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Molekulare Katalyse (Prof. K\u00fchn)" + "14600": { + "code": "TUMAM04", + "name": "Lehrstuhl f\u00fcr Mathematische Statistik (Prof. Drton)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Statistik (Prof. Drton)" }, - "TUCHACB": { - "code": "TUCHACB", - "id": 46837, - "name": "Professur f\u00fcr Bioanorganische Chemie (N.N.)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bioanorganische Chemie (N.N.)" + "14602": { + "code": "TUMAM01", + "name": "Lehrstuhl f\u00fcr Mathematische Optimierung (Prof. Ulbrich)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Optimierung (Prof. Ulbrich)" }, - "TUCHACC": { - "code": "TUCHACC", - "id": 47377, - "name": "Lehrstuhl f\u00fcr Anorganische und Metallorganische Chemie (Prof. Fischer)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Anorganische und Metallorganische Chemie (Prof. Fischer)" + "14603": { + "code": "TUMAM12", + "name": "Lehrstuhl f\u00fcr Mathematische Modellierung biologischer Systeme (Prof. Theis)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Modellierung biologischer Systeme (Prof. Theis)" }, - "TUCHACD": { - "code": "TUCHACD", - "id": 47598, - "name": "Professur f\u00fcr Siliciumchemie (Prof. Inoue)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Siliciumchemie (Prof. Inoue)" + "14604": { + "code": "TUMAM03", + "name": "Lehrstuhl f\u00fcr Wissenschaftliches Rechnen (Prof. Bornemann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wissenschaftliches Rechnen (Prof. Bornemann)" }, - "TUCHACE": { - "code": "TUCHACE", - "id": 50237, - "name": "Lehrstuhl f\u00fcr Medicinal and Bioinorganic Chemistry (Prof. Casini)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Medicinal and Bioinorganic Chemistry (Prof. Casini)" + "14605": { + "code": "TUMAM06", + "name": "Lehrstuhl f\u00fcr Numerische Mathematik / Steuerungstheorie (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerische Mathematik / Steuerungstheorie (N.N.)" }, - "TUCHACF": { - "code": "TUCHACF", - "id": 50697, - "name": "Lehrstuhl f\u00fcr Chemie der Festk\u00f6rperelektrolyte (Prof. Rupp)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Chemie der Festk\u00f6rperelektrolyte (Prof. Rupp)" + "14607": { + "code": "TUMAM11", + "name": "Lehrstuhl f\u00fcr Algorithmische Algebra (Prof. Kemper)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algorithmische Algebra (Prof. Kemper)" }, - "TUCHACG": { - "code": "TUCHACG", - "id": 50738, - "name": "Lehrstuhl f\u00fcr Bauchemie (Prof. G\u00e4dt)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bauchemie (Prof. G\u00e4dt)" + "14610": { + "code": "TUMAF06", + "name": "Professur f\u00fcr Wissenschaftliches Rechnen und Unsicherheitsquantifizierung (Prof. Ullmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wissenschaftliches Rechnen und Unsicherheitsquantifizierung (Prof. Ullmann)" }, - "TUCHACH": { - "code": "TUCHACH", - "id": 52717, - "name": "Professur f\u00fcr Analytische Chemie (Prof. Strittmatter)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Analytische Chemie (Prof. Strittmatter)" + "14612": { + "code": "TUMAF07", + "name": "Professur f\u00fcr Diskrete Mathematik (Prof. Weltge)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Diskrete Mathematik (Prof. Weltge)" }, - "TUCHDEP": { - "code": "TUCHDEP", - "id": 22127, - "name": "Department Chemie", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie" + "14614": { + "code": "TUMAF20", + "name": "Professur f\u00fcr Finanzmathematik (Prof. Knochenhauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Finanzmathematik (Prof. Knochenhauer)" }, - "TUCHECO": { - "code": "TUCHECO", - "id": 50357, - "name": "Exzellenzcluster e-conversion", - "path": "TUM/Forschungscluster/Exzellenzcluster e-conversion" + "14617": { + "code": "TUMAF01", + "name": "Professur f\u00fcr Angewandte Mathematische Statistik (Prof. Czado)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte Mathematische Statistik (Prof. Czado)" }, - "TUCHEM1": { - "code": "TUCHEM1", - "id": 23183, - "name": "Professur f\u00fcr Elektronenmikroskopie (N.N.)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Elektronenmikroskopie (N.N.)" + "14632": { + "code": "TUCHSDK", + "name": "Studiendekan", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Studiendekan" }, - "TUCHFCH": { - "code": "TUCHFCH", - "id": 14180, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Chemie", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie" + "14684": { + "code": "TUCHAC6", + "name": "Lehrstuhl f\u00fcr Anorganische Chemie mit Schwerpunkt Neue Materialien (Prof. F\u00e4ssler)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Anorganische Chemie mit Schwerpunkt Neue Materialien (Prof. F\u00e4ssler)" }, - "TUCHFV0": { - "code": "TUCHFV0", - "id": 14874, - "name": "IT Betrieb 5400 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Betrieb 5400 (NAT)" + "14692": { + "code": "TUCHAC2", + "name": "Ehem. Lehrstuhl f\u00fcr Bauchemie (Prof. Plank)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bauchemie (Prof. Plank)" }, - "TUCHNMR": { - "code": "TUCHNMR", - "id": 31359, - "name": "Bayerisches NMR-Zentrum", - "path": "TUM/Schools/Natural Sciences/Bayerisches NMR-Zentrum" + "14706": { + "code": "TUCHWA1", + "name": "Lehrstuhl f\u00fcr Analytische Chemie und Wasserchemie (Prof. Elsner)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Analytische Chemie und Wasserchemie (Prof. Elsner)" }, - "TUCHOC1": { + "14711": { "code": "TUCHOC1", - "id": 14711, "name": "Lehrstuhl f\u00fcr Organische Chemie I (Prof. Bach)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organische Chemie I (Prof. Bach)" }, - "TUCHOC2": { + "14712": { "code": "TUCHOC2", - "id": 14712, "name": "Lehrstuhl f\u00fcr Organische Chemie II (Prof. Sieber)", "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Organische Chemie II (Prof. Sieber)" }, - "TUCHOC3": { + "14713": { + "code": "TUCHOC5", + "name": "Lehrstuhl f\u00fcr Biotechnologie (Prof. Buchner)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biotechnologie (Prof. Buchner)" + }, + "14714": { "code": "TUCHOC3", - "id": 14714, "name": "Lehrstuhl f\u00fcr Biochemie (Prof. Groll)", "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biochemie (Prof. Groll)" }, - "TUCHOC4": { + "14715": { "code": "TUCHOC4", - "id": 14715, "name": "Lehrstuhl f\u00fcr Biomolekulare NMR-Spektroskopie (Prof. Sattler)", "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolekulare NMR-Spektroskopie (Prof. Sattler)" }, - "TUCHOC5": { - "code": "TUCHOC5", - "id": 14713, - "name": "Lehrstuhl f\u00fcr Biotechnologie (Prof. Buchner)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biotechnologie (Prof. Buchner)" - }, - "TUCHOC6": { - "code": "TUCHOC6", - "id": 23057, - "name": "Professur f\u00fcr Organische Chemie (Prof. Glaser)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organische Chemie (Prof. Glaser)" - }, - "TUCHOC9": { - "code": "TUCHOC9", - "id": 23185, - "name": "Professur f\u00fcr Proteinchemie (Prof. Zeymer)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Proteinchemie (Prof. Zeymer)" - }, - "TUCHOCA": { - "code": "TUCHOCA", - "id": 40981, - "name": "Professur f\u00fcr Organische Chemie (Prof. Hintermann)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organische Chemie (Prof. Hintermann)" - }, - "TUCHOCB": { - "code": "TUCHOCB", - "id": 43428, - "name": "Professur f\u00fcr Festk\u00f6rper-NMR-Spektroskopie (Prof. Reif)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Festk\u00f6rper-NMR-Spektroskopie (Prof. Reif)" - }, - "TUCHOCE": { - "code": "TUCHOCE", - "id": 46937, - "name": "Professur f\u00fcr Strukturelle Membranbiochemie (Prof. Hagn)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Strukturelle Membranbiochemie (Prof. Hagn)" - }, - "TUCHOCF": { - "code": "TUCHOCF", - "id": 46938, - "name": "Professur f\u00fcr Zellul\u00e4re Proteinbiochemie (Prof. Feige)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Zellul\u00e4re Proteinbiochemie (Prof. Feige)" - }, - "TUCHOCG": { - "code": "TUCHOCG", - "id": 47357, - "name": "Professur f\u00fcr Supramolekulare Chemie (Prof. Boekhoven)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Supramolekulare Chemie (Prof. Boekhoven)" - }, - "TUCHOCK": { - "code": "TUCHOCK", - "id": 48838, - "name": "Professur f\u00fcr Biochemistry of Gene Expression (Prof. Nedialkova)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biochemistry of Gene Expression (Prof. Nedialkova)" - }, - "TUCHOCL": { - "code": "TUCHOCL", - "id": 49218, - "name": "Professur f\u00fcr Neurobiological Engineering (Prof. Westmeyer)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Neurobiological Engineering (Prof. Westmeyer)" - }, - "TUCHPC1": { + "14722": { "code": "TUCHPC1", - "id": 14722, "name": "Lehrstuhl f\u00fcr Physikalische Chemie (Prof. Heiz)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Physikalische Chemie (Prof. Heiz)" }, - "TUCHPC4": { - "code": "TUCHPC4", - "id": 43583, - "name": "Lehrstuhl f\u00fcr Technische Elektrochemie (Prof. Gasteiger)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Technische Elektrochemie (Prof. Gasteiger)" - }, - "TUCHPC5": { - "code": "TUCHPC5", - "id": 43835, - "name": "Professur f\u00fcr Physikalische Chemie mit Schwerpunkt Katalyse (Prof. G\u00fcnther)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Physikalische Chemie mit Schwerpunkt Katalyse (Prof. G\u00fcnther)" - }, - "TUCHPC6": { - "code": "TUCHPC6", - "id": 48497, - "name": "Professur f\u00fcr Dynamische Spektroskopien (Prof. Hauer)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Dynamische Spektroskopien (Prof. Hauer)" - }, - "TUCHPC7": { - "code": "TUCHPC7", - "id": 51220, - "name": "Professur f\u00fcr Functional Nanomaterials (Prof. Lechner)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Functional Nanomaterials (Prof. Lechner)" - }, - "TUCHPC8": { - "code": "TUCHPC8", - "id": 53317, - "name": "Lehrstuhl f\u00fcr Elektronenmikroskopie mit Forschungsschwerpunkt Energiematerialien (Prof. Willinger)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Elektronenmikroskopie mit Forschungsschwerpunkt Energiematerialien (Prof. Willinger)" - }, - "TUCHRC3": { - "code": "TUCHRC3", - "id": 44364, - "name": "Lehrstuhl f\u00fcr Pharmazeutische Radiochemie (Prof. Casini komm.)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Pharmazeutische Radiochemie (Prof. Casini komm.)" - }, - "TUCHSDK": { - "code": "TUCHSDK", - "id": 14632, - "name": "Studiendekan", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Studiendekan" + "14724": { + "code": "TUCHTH1", + "name": "Lehrstuhl f\u00fcr Theoretische Chemie (Prof. em. Domcke)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie/Theoretische Chemie (Prof. em. Domcke)" }, - "TUCHTC1": { + "14733": { "code": "TUCHTC1", - "id": 14733, "name": "Lehrstuhl f\u00fcr Technische Chemie I (Prof. Hinrichsen)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Technische Chemie I (Prof. Hinrichsen)" }, - "TUCHTC2": { + "14734": { "code": "TUCHTC2", - "id": 14734, "name": "Lehrstuhl f\u00fcr Technische Chemie II (N.N.)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Technische Chemie II (N.N.)" }, - "TUCHTC3": { - "code": "TUCHTC3", - "id": 22510, - "name": "Wacker-Lehrstuhl f\u00fcr Makromolekulare Chemie (Prof. Rieger)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Makromolekulare Chemie (Prof. Rieger)" + "14807": { + "code": "TUWIB04", + "name": "Lehrstuhl f\u00fcr Controlling (Prof. Friedl)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Controlling (Prof. Friedl)" }, - "TUCHTC4": { - "code": "TUCHTC4", - "id": 44284, - "name": "Lehrstuhl f\u00fcr Synthetische Biotechnologie (Prof. Br\u00fcck)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Synthetische Biotechnologie (Prof. Br\u00fcck)" + "14808": { + "code": "TUWIB06", + "name": "Lehrstuhl f\u00fcr Finanzmanagement und Kapitalm\u00e4rkte (Prof. Kaserer)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Finanzmanagement und Kapitalm\u00e4rkte (Prof. Kaserer)" }, - "TUCHTH1": { - "code": "TUCHTH1", - "id": 14724, - "name": "Lehrstuhl f\u00fcr Theoretische Chemie (Prof. em. Domcke)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie/Theoretische Chemie (Prof. em. Domcke)" + "14810": { + "code": "TUWIB05", + "name": "Lehrstuhl f\u00fcr Marketing (Dr. Schnurr komm.)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Dr. Schnurr komm.)" }, - "TUCHTH4": { - "code": "TUCHTH4", - "id": 43242, - "name": "Lehrstuhl f\u00fcr Theoretische Chemie (Prof. Heiz komm.)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretische Chemie (Prof. Heiz komm.)" + "14811": { + "code": "TUWIB01", + "name": "Dr. Theo Sch\u00f6ller-Stiftungslehrstuhl f\u00fcr Technologie- und Innovationsmanagement (Prof. Henkel)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Technologie- und Innovationsmanagement (Prof. Henkel)" }, - "TUCHTH5": { - "code": "TUCHTH5", - "id": 46257, - "name": "Professur f\u00fcr Theoretische Chemie (Prof. Bokarev)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretische Chemie (Prof. Bokarev)" + "14812": { + "code": "TUWIB09", + "name": "Lehrstuhl f\u00fcr Operations Management (Prof. Kolisch)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kolisch)" }, - "TUCHTH7": { - "code": "TUCHTH7", - "id": 50919, - "name": "Professur f\u00fcr Theoretical Methods in Spectroscopy (Prof. Ortmann)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Methods in Spectroscopy (Prof. Ortmann)" + "14813": { + "code": "TUWIB10", + "name": "Lehrstuhl f\u00fcr Betriebswirtschaftslehre - Unternehmensf\u00fchrung, Logistik und Produktion (N.N.)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Betriebswirtschaftslehre - Unternehmensf\u00fchrung, Logistik und Produktion (N.N.)" }, - "TUCHWA1": { - "code": "TUCHWA1", - "id": 14706, - "name": "Lehrstuhl f\u00fcr Analytische Chemie und Wasserchemie (Prof. Elsner)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Analytische Chemie und Wasserchemie (Prof. Elsner)" + "14814": { + "code": "TUWIB11", + "name": "Lehrstuhl f\u00fcr Forstliche Wirtschaftslehre (N.N.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Forstliche Wirtschaftslehre (N.N.)" }, - "TUCHZB1": { - "code": "TUCHZB1", - "id": 54097, - "name": "Studentisches Rechnen 5400 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Studentisches Rechnen 5400 (NAT)" + "14815": { + "code": "TUWZP3R", + "name": "Lehrstuhl f\u00fcr Produktions- und Ressourcen\u00f6konomie landwirtschaftlicher Betriebe (Prof. Sauer)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Produktions- und Ressourcen\u00f6konomie landwirtschaftlicher Betriebe (Prof. Sauer)" }, - "TUCHZB2": { - "code": "TUCHZB2", - "id": 23465, - "name": "Serviceb\u00fcro Fakult\u00e4t f\u00fcr Chemie", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Serviceb\u00fcro Fakult\u00e4t f\u00fcr Chemie" + "14816": { + "code": "TUWIB08", + "name": "Lehrstuhl f\u00fcr Marketing und Konsumforschung (Prof. Roosen)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing und Konsumforschung (Prof. Roosen)" }, - "TUCHZB7": { - "code": "TUCHZB7", - "id": 43840, - "name": "Supplies & Waste Treatment (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Supplies & Waste Treatment (NAT)" + "14817": { + "code": "TUWIB14", + "name": "Professur f\u00fcr Unternehmerische Nachhaltigkeit - Brau- und Lebensmittelindustrie (Prof. Belz)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Unternehmerische Nachhaltigkeit - Brau- und Lebensmittelindustrie (Prof. Belz)" }, - "TUCHZPR": { - "code": "TUCHZPR", - "id": 46517, - "name": "Praktika", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie/Praktika" + "14823": { + "code": "TUWIR01", + "name": "Lehrstuhl f\u00fcr Wirtschaftsrecht und Geistiges Eigentum (Prof. Ann)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Wirtschaftsrecht und Geistiges Eigentum (Prof. Ann)" }, - "TUCHZWE": { - "code": "TUCHZWE", - "id": 43839, - "name": "Werkst\u00e4tten", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie/Werkst\u00e4tten" + "14825": { + "code": "TUWIS06", + "name": "Lehrstuhl f\u00fcr Wald- und Umweltpolitik (Prof. Roosen komm.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Wald- und Umweltpolitik (Prof. Roosen komm.)" }, - "TUCS000": { - "code": "TUCS000", - "id": 48777, - "name": "TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)" + "14827": { + "code": "TUEDS01", + "name": "Professur f\u00fcr Technikgeschichte (Dr. Reichenberger komm.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Technikgeschichte (Dr. Reichenberger komm.)" }, - "TUCSBIO": { - "code": "TUCSBIO", - "id": 50077, - "name": "Information Officer TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Information Officer" + "14828": { + "code": "TUEDS02", + "name": "Lehrstuhl f\u00fcr Berufsp\u00e4dagogik (Prof. Wittmann)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Berufsp\u00e4dagogik (Prof. Wittmann)" }, - "TUCSDSB": { - "code": "TUCSDSB", - "id": 50078, - "name": "Datenschutzbevollm\u00e4chtigte/r TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" + "14830": { + "code": "TUWIS04", + "name": "Lehrstuhl f\u00fcr Psychologie (Prof. Kehr)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Psychologie (Prof. Kehr)" }, - "TUCSFBA": { - "code": "TUCSFBA", - "id": 50079, - "name": "Frauenbeauftragte TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Frauenbeauftragte" + "14832": { + "code": "TUEDS08", + "name": "Professur f\u00fcr Formelles und informelles Lernen (Prof. Lewalter)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Formelles und informelles Lernen (Prof. Lewalter)" }, - "TUCSFSV": { - "code": "TUCSFSV", - "id": 49105, - "name": "Fachschaftsvertretung", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Fachschaftsvertretung" + "14874": { + "code": "TUCHFV0", + "name": "IT Betrieb 5400 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Betrieb 5400 (NAT)" }, - "TUCSGRZ": { - "code": "TUCSGRZ", - "id": 49104, - "name": "Graduiertenzentrum TUMCS", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Graduiertenzentrum TUMCS" + "14881": { + "code": "TUS6OTS", + "name": "School Office der TUM School of Management", + "path": "TUM/Schools/Management/School Office" }, - "TUCSGSF": { - "code": "TUCSGSF", - "id": 49117, - "name": "Gesch\u00e4ftsf\u00fchrung", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Gesch\u00e4ftsf\u00fchrung" + "14915": { + "code": "TULRFSG", + "name": "Forschungseinrichtung Satellitengeod\u00e4sie (BE)", + "path": "TUM/Schools/Engineering and Design/Forschungseinrichtung Satellitengeod\u00e4sie (BE)" }, - "TUCSHSW": { - "code": "TUCSHSW", - "id": 49103, - "name": "HSWT - Professuren", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/HSWT - Professuren" + "14927": { + "code": "TUBVFWW", + "name": "Versuchsanstalt f\u00fcr Wasserbau und Wasserwirtschaft", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Versuchsanstalt f\u00fcr Wasserbau und Wasserwirtschaft" }, - "TUCSO01": { - "code": "TUCSO01", - "id": 54018, - "name": "Studium und Lehre (TUMCS) - TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office/Studium und Lehre (TUMCS)" + "14928": { + "code": "TUBVMPA", + "name": "MPA BAU - Pr\u00fcfamt Konstruktiver Ingenieurbau", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/MPA BAU - Pr\u00fcfamt Konstruktiver Ingenieurbau" }, - "TUCSO02": { - "code": "TUCSO02", - "id": 54019, - "name": "EDV (TUMCS) - TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office/EDV (TUMCS)" + "14930": { + "code": "TUBVLKI", + "name": "Laboratorium f\u00fcr den Konstruktiven Ingenieurbau", + "path": "TUM/Schools/Engineering and Design/Laboratorium f\u00fcr den Konstruktiven Ingenieurbau" }, - "TUCSO03": { - "code": "TUCSO03", - "id": 54020, - "name": "Geb\u00e4udemanagement (TUMCS) - TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office/Geb\u00e4udemanagement (TUMCS)" + "14934": { + "code": "TUBVSTA", + "name": "Lehrstuhl f\u00fcr Statik (Prof. Bletzinger)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Statik (Prof. Bletzinger)" }, - "TUCSP01": { - "code": "TUCSP01", - "id": 37495, - "name": "Lehrstuhl f\u00fcr Chemie biogener Rohstoffe (Prof. Sieber)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Chemie biogener Rohstoffe (Prof. Sieber)" + "14935": { + "code": "TUBVBMA", + "name": "Lehrstuhl f\u00fcr Baumechanik (Prof. M\u00fcller)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Baumechanik (Prof. M\u00fcller)" }, - "TUCSP02": { - "code": "TUCSP02", - "id": 44784, - "name": "Lehrstuhl f\u00fcr Biogene Polymere (Prof. Zollfrank)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Biogene Polymere (Prof. Zollfrank)" + "14937": { + "code": "TUBVHYD", + "name": "Professur f\u00fcr Hydromechanik (Prof. Manhart)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydromechanik (Prof. Manhart)" + }, + "14938": { + "code": "TUBVCME", + "name": "Professur f\u00fcr Computational Mechanics (Prof. Duddeck)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Computational Mechanics (Prof. Duddeck)" + }, + "14943": { + "code": "TUBVBPH", + "name": "Lehrstuhl f\u00fcr Bauphysik (Prof. Sedlbauer)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Bauphysik (Prof. Sedlbauer)" + }, + "14944": { + "code": "TUBVBWP", + "name": "Lehrstuhl f\u00fcr Werkstoffe und Werkstoffpr\u00fcfung im Bauwesen (Prof. Gehlen)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Werkstoffe und Werkstoffpr\u00fcfung im Bauwesen (Prof. Gehlen)" + }, + "14945": { + "code": "TUBVHBB", + "name": "Lehrstuhl f\u00fcr Holzbau und Baukonstruktion (Prof. Winter)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Holzbau und Baukonstruktion (Prof. Winter)" + }, + "14946": { + "code": "TUBVMBA", + "name": "Lehrstuhl f\u00fcr Massivbau (Prof. Fischer)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Massivbau (Prof. Fischer)" + }, + "14947": { + "code": "TUBVMET", + "name": "Lehrstuhl f\u00fcr Metallbau (Prof. Mensinger)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Metallbau (Prof. Mensinger)" + }, + "14989": { + "code": "TUBVGBA", + "name": "Lehrstuhl und Pr\u00fcfamt f\u00fcr Grundbau, Bodenmechanik, Felsmechanik und Tunnelbau (Prof. Cudmani)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Grundbau, Bodenmechanik, Felsmechanik und Tunnelbau (Prof. Cudmani)" + }, + "14990": { + "code": "TUBVBPM", + "name": "Lehrstuhl f\u00fcr Bauprozessmanagement (Prof. N\u00fcbel)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Bauprozessmanagement (Prof. N\u00fcbel)" }, - "TUCSP03": { - "code": "TUCSP03", - "id": 15649, - "name": "Professur f\u00fcr Regenerative Energiesysteme (Prof. Gaderer)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Regenerative Energiesysteme (Prof. Gaderer)" + "14991": { + "code": "TUBVGEO", + "name": "Lehrstuhl f\u00fcr Ingenieurgeologie (Prof. Thuro)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Ingenieurgeologie (Prof. Thuro)" }, - "TUCSP04": { - "code": "TUCSP04", - "id": 48697, - "name": "Professur f\u00fcr Chemische und Thermische Verfahrenstechnik (Prof. Burger)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Chemische und Thermische Verfahrenstechnik (Prof. Burger)" + "15045": { + "code": "TUBVWBW", + "name": "Lehrstuhl f\u00fcr Hydraulic Engineering (Prof. R\u00fcther)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydraulic Engineering (Prof. R\u00fcther)" }, - "TUCSP05": { - "code": "TUCSP05", - "id": 49138, - "name": "Professur f\u00fcr Economics (Prof. Goerg)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Economics (Prof. Goerg)" + "15047": { + "code": "TUBVHFM", + "name": "Lehrstuhl f\u00fcr Hydrologie und Flussgebietsmanagement (Prof. Disse)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrologie und Flussgebietsmanagement (Prof. Disse)" }, - "TUCSP06": { - "code": "TUCSP06", - "id": 49137, - "name": "Lehrstuhl f\u00fcr Supply and Value Chain Management (Prof. H\u00fcbner)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Supply and Value Chain Management (Prof. H\u00fcbner)" + "15074": { + "code": "TUBVWGA", + "name": "Lehrstuhl f\u00fcr Siedlungswasserwirtschaft (Prof. Drewes)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Siedlungswasserwirtschaft (Prof. Drewes)" }, - "TUCSP07": { - "code": "TUCSP07", - "id": 49157, - "name": "Professur f\u00fcr Bioverfahrenstechnik (Prof. Zavrel)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Bioverfahrenstechnik (Prof. Zavrel)" + "15091": { + "code": "TUBVLVW", + "name": "Lehrstuhl und Pr\u00fcfamt f\u00fcr Verkehrswegebau (Prof. Freudenstein)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Verkehrswegebau (Prof. Freudenstein)" }, - "TUCSP08": { - "code": "TUCSP08", - "id": 49338, - "name": "Professur f\u00fcr Innovation and Technology Management (Prof. Doblinger)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Innovation and Technology Management (Prof. Doblinger)" + "15092": { + "code": "TUBVVTK", + "name": "Lehrstuhl f\u00fcr Verkehrstechnik (Prof. Bogenberger)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Verkehrstechnik (Prof. Bogenberger)" }, - "TUCSP09": { - "code": "TUCSP09", - "id": 49339, - "name": "Professur f\u00fcr Mikrobielle Biotechnologie (Prof. Blombach)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Mikrobielle Biotechnologie (Prof. Blombach)" + "15094": { + "code": "TUBVSVP", + "name": "Lehrstuhl f\u00fcr Siedlungsstruktur und Verkehrsplanung (Prof. Wulfhorst)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Siedlungsstruktur und Verkehrsplanung (Prof. Wulfhorst)" }, - "TUCSP10": { - "code": "TUCSP10", - "id": 49340, - "name": "Professur f\u00fcr Circular Economy (Prof. Fr\u00f6hling)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Circular Economy (Prof. Fr\u00f6hling)" + "15098": { + "code": "TULRGDS", + "name": "Lehrstuhl f\u00fcr Ingenieurgeod\u00e4sie (Prof. Holst)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Ingenieurgeod\u00e4sie (Prof. Holst)" }, - "TUCSP11": { - "code": "TUCSP11", - "id": 49341, - "name": "Professur f\u00fcr Finance and Accounting (N.N.)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Finance and Accounting (N.N.)" + "15099": { + "code": "TULRLEW", + "name": "Lehrstuhl f\u00fcr Bodenordnung und Landentwicklung (Prof. de Vries)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Bodenordnung und Landentwicklung (Prof. de Vries)" }, - "TUCSP12": { - "code": "TUCSP12", - "id": 50917, - "name": "Lehrstuhl f\u00fcr Biogene Funktionswerkstoffe (Prof. Costa)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Biogene Funktionswerkstoffe (Prof. Costa)" + "15100": { + "code": "TULRGIS", + "name": "Lehrstuhl f\u00fcr Geoinformatik (Prof.Kolbe)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Geoinformatik (Prof.Kolbe)" }, - "TUCSP13": { - "code": "TUCSP13", - "id": 51077, - "name": "Professur f\u00fcr Elektrobiotechnologie (Prof. Plumer\u00e9)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Elektrobiotechnologie (Prof. Plumer\u00e9)" + "15101": { + "code": "TULRAPG", + "name": "Lehrstuhl f\u00fcr Astronomische und Physikalische Geod\u00e4sie (Prof. Pail)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Astronomische und Physikalische Geod\u00e4sie (Prof. Pail)" }, - "TUCSP14": { - "code": "TUCSP14", - "id": 51418, - "name": "Professur f\u00fcr Sustainable Economic Policy (Prof. Pondorfer)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Sustainable Economic Policy (Prof. Pondorfer)" + "15102": { + "code": "TULRSGD", + "name": "Professur f\u00fcr Satellitengeod\u00e4sie (Prof. Hugentobler)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Satellitengeod\u00e4sie (Prof. Hugentobler)" }, - "TUCSP15": { - "code": "TUCSP15", - "id": 53977, - "name": "Professur f\u00fcr Sustainable Energy Materials (Prof. Ledendecker)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Sustainable Energy Materials (Prof. Ledendecker)" + "15103": { + "code": "TULRLFK", + "name": "Lehrstuhl f\u00fcr Kartographie und Visuelle Analytik (Prof. Meng)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Kartographie und Visuelle Analytik (Prof. Meng)" }, - "TUCSP16": { - "code": "TUCSP16", - "id": 54238, - "name": "Professur f\u00fcr Synthetische Biologie (Prof. Niederholtmeyer)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Synthetische Biologie (Prof. Niederholtmeyer)" + "15104": { + "code": "TULRLMF", + "name": "Lehrstuhl f\u00fcr Methodik der Fernerkundung (Dr. K\u00f6rner komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Methodik der Fernerkundung (Dr. K\u00f6rner komm.)" }, - "TUCSPRF": { - "code": "TUCSPRF", - "id": 49102, - "name": "Lehrst\u00fchle und Professuren", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren" + "15105": { + "code": "TULRFPF", + "name": "Professur f\u00fcr Photogrammetrie und Fernerkundung (Prof. Jutzi komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Photogrammetrie und Fernerkundung (Prof. Jutzi komm.)" }, - "TUCSPRK": { - "code": "TUCSPRK", - "id": 49100, - "name": "Prorektorin TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Prorektor/in" + "15135": { + "code": "TUARZ03", + "name": "Design Factory", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Design Factory" }, - "TUCSREK": { - "code": "TUCSREK", - "id": 49099, - "name": "Rektor TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Rektor/in" + "15139": { + "code": "TUARL01", + "name": "Lehrstuhl f\u00fcr Entwerfen und Gestalten (Prof. Graff)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Entwerfen und Gestalten (Prof. Graff)" }, - "TUCSSBV": { - "code": "TUCSSBV", - "id": 50080, - "name": "Vertrauensperson der Schwerbehinderten TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Vertrauensperson der Schwerbehinderten" + "15140": { + "code": "TUARL02", + "name": "Lehrstuhl f\u00fcr Bildende Kunst (Fogelberg komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Bildende Kunst (Fogelberg komm.)" }, - "TUCSSDK": { - "code": "TUCSSDK", - "id": 49101, - "name": "Studiendekan", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Studiendekan" + "15142": { + "code": "TUARL04", + "name": "Professur f\u00fcr Entwerfen, Umbau und Denkmalpflege (Prof. Hild)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Entwerfen, Umbau und Denkmalpflege (Prof. Hild)" }, - "TUCSVRW": { - "code": "TUCSVRW", - "id": 31224, - "name": "TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office" + "15143": { + "code": "TUARL06", + "name": "Lehrstuhl f\u00fcr Entwerfen und Konstruieren (Prof. Nagler)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Entwerfen und Konstruieren (Prof. Nagler)" }, - "TUEDFED": { - "code": "TUEDFED", - "id": 40661, - "name": "Ehemalige TUM School of Education", - "path": "TUM/Fakult\u00e4ten/Ehemalige TUM School of Education" + "15187": { + "code": "TUARL05", + "name": "Lehrstuhl f\u00fcr Architekturinformatik (Prof. Petzold)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturinformatik (Prof. Petzold)" }, - "TUEDFVW": { - "code": "TUEDFVW", - "id": 41924, - "name": "Fakult\u00e4tsverwaltung Ehemalige TUM School of Education", - "path": "TUM/Fakult\u00e4ten/Ehemalige TUM School of Education/Fakult\u00e4tsverwaltung" + "15200": { + "code": "TUARL07", + "name": "Lehrstuhl f\u00fcr Baugeschichte, Bauforschung und Denkmalpflege (Prof. von Kienlin)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Baugeschichte, Bauforschung und Denkmalpflege (Prof. von Kienlin)" }, - "TUEDS01": { - "code": "TUEDS01", - "id": 14827, - "name": "Professur f\u00fcr Technikgeschichte (Dr. Reichenberger komm.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Technikgeschichte (Dr. Reichenberger komm.)" + "15202": { + "code": "TUARZ02", + "name": "Architekturmuseum (Prof. Lepik)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturmuseum (Prof. Lepik)" }, - "TUEDS02": { - "code": "TUEDS02", - "id": 14828, - "name": "Lehrstuhl f\u00fcr Berufsp\u00e4dagogik (Prof. Wittmann)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Berufsp\u00e4dagogik (Prof. Wittmann)" + "15203": { + "code": "TUARL09", + "name": "Lehrstuhl f\u00fcr Restaurierung, Kunsttechnologie und Konservierungswissenschaft (Prof. Danzl)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Restaurierung, Kunsttechnologie und Konservierungswissenschaft (Prof. Danzl)" }, - "TUEDS08": { - "code": "TUEDS08", - "id": 14832, - "name": "Professur f\u00fcr Formelles und informelles Lernen (Prof. Lewalter)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Formelles und informelles Lernen (Prof. Lewalter)" + "15205": { + "code": "TUARL08", + "name": "Lehrstuhl f\u00fcr Theorie und Geschichte von Architektur, Kunst und Design (Prof. Erben)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Theorie und Geschichte von Architektur, Kunst und Design (Prof. Erben)" }, - "TUEDS09": { - "code": "TUEDS09", - "id": 33450, - "name": "Professur f\u00fcr Fachdidaktik Life Sciences (Prof. Nerdel)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Fachdidaktik Life Sciences (Prof. Nerdel)" + "15213": { + "code": "TUARL12", + "name": "Lehrstuhl f\u00fcr St\u00e4dtische Architektur (Chevroulet/Maciver-Ek komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/St\u00e4dtische Architektur (Chevroulet/Maciver-Ek komm.)" }, - "TUEDS10": { - "code": "TUEDS10", - "id": 24659, - "name": "Professur f\u00fcr Didaktik der Informatik (Prof. Michaeli)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Informatik (Prof. Michaeli)" + "15216": { + "code": "TUARL15", + "name": "Lehrstuhl f\u00fcr Geb\u00e4udetechnologie und klimagerechtes Bauen (Prof. Auer)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Geb\u00e4udetechnologie und klimagerechtes Bauen (Prof. Auer)" }, - "TUEDS11": { - "code": "TUEDS11", - "id": 42231, - "name": "Lehrstuhl f\u00fcr Didaktik der Mathematik (Prof. Obersteiner)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Mathematik (Prof. Obersteiner)" + "15219": { + "code": "TUARL24", + "name": "Lehrstuhl f\u00fcr Landschaftsarchitektur und \u00f6ffentlichen Raum (Prof. Keller)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landschaftsarchitektur und \u00f6ffentlichen Raum (Prof. Keller)" }, - "TUEDS13": { - "code": "TUEDS13", - "id": 41947, - "name": "Lehrstuhl f\u00fcr Wissenschaftskommunikation (Prof. Heckl)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Wissenschaftskommunikation (Prof. Heckl)" + "15220": { + "code": "TUARL23", + "name": "Lehrstuhl f\u00fcr Landschaftsarchitektur und Transformation (Prof. Weilacher)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landschaftsarchitektur und Transformation (Prof. Weilacher)" }, - "TUEDS14": { - "code": "TUEDS14", - "id": 42733, - "name": "Lehrstuhl f\u00fcr P\u00e4dagogische Psychologie (Prof. Seidel)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/P\u00e4dagogische Psychologie (Prof. Seidel)" + "15221": { + "code": "TUARL18", + "name": "Professur f\u00fcr Urban Design (Prof. Boucsein)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Design (Prof. Boucsein)" }, - "TUEDS22": { - "code": "TUEDS22", - "id": 44904, - "name": "Lehrstuhl f\u00fcr Methoden der Empirischen Bildungsforschung (Prof. \u00dcnl\u00fc)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Methoden der Empirischen Bildungsforschung (Prof. \u00dcnl\u00fc)" + "15222": { + "code": "TUARL19", + "name": "Lehrstuhl f\u00fcr St\u00e4dtebau und Wohnungswesen (Prof. Bates/Prof. Krucker)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/St\u00e4dtebau und Wohnungswesen (Prof. Bates/Prof. Krucker)" }, - "TUEDS23": { - "code": "TUEDS23", - "id": 45791, - "name": "Ausbildungszentrum der Technischen Universit\u00e4t M\u00fcnchen (AuTUM)", - "path": "TUM/Schools/Social Sciences and Technology/Ausbildungszentrum der Technischen Universit\u00e4t M\u00fcnchen (AuTUM)" + "15223": { + "code": "TUARL20", + "name": "Lehrstuhl f\u00fcr Nachhaltige Entwicklung von Stadt und Land (Prof. Michaeli)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Nachhaltige Entwicklung von Stadt und Land (Prof. Michaeli)" }, - "TUEDS24": { - "code": "TUEDS24", - "id": 45672, - "name": "Sch\u00fclerforschungszentrum Berchtesgadener Land", - "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Berchtesgadener Land" + "15234": { + "code": "TUARL22", + "name": "Lehrstuhl f\u00fcr Raumentwicklung (Prof. Boucsein komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Raumentwicklung (Prof. Boucsein komm.)" }, - "TUEDS25": { - "code": "TUEDS25", - "id": 47457, - "name": "Lehrstuhl f\u00fcr Lehren und Lernen mit Digitalen Medien (Prof. Bannert)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Lehren und Lernen mit Digitalen Medien (Prof. Bannert)" + "15236": { + "code": "TUARL25", + "name": "Professur f\u00fcr Landschaftsarchitektur regionaler Freir\u00e4ume (Prof. Sch\u00f6bel-Rutschmann)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landschaftsarchitektur regionaler Freir\u00e4ume (Prof. Sch\u00f6bel-Rutschmann)" }, - "TUEDS27": { - "code": "TUEDS27", - "id": 48758, - "name": "Professur f\u00fcr Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)" + "15252": { + "code": "TUMWFVW", + "name": "Zentrale Dienste Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen/Zentrale Dienste" }, - "TUEDS28": { - "code": "TUEDS28", - "id": 49297, - "name": "Professur f\u00fcr Didaktik der Chemie (Prof. Koenen)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Chemie (Prof. Koenen)" + "15268": { + "code": "TUMWAIS", + "name": "Lehrstuhl f\u00fcr Automatisierung und Informationssysteme (Prof. Vogel-Heuser)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Automatisierung und Informationssysteme (Prof. Vogel-Heuser)" }, - "TUEDS29": { - "code": "TUEDS29", - "id": 49417, - "name": "Professur f\u00fcr Schul- und Unterrichtsforschung (Prof. Holzberger)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Schul- und Unterrichtsforschung (Prof. Holzberger)" + "15270": { + "code": "TUMWMEM", + "name": "Lehrstuhl f\u00fcr Mikrotechnik und Medizinger\u00e4tetechnik (Prof. L\u00fcth)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Mikrotechnik und Medizinger\u00e4tetechnik (Prof. L\u00fcth)" }, - "TUEDS30": { - "code": "TUEDS30", - "id": 49437, - "name": "Professur f\u00fcr Technikdidaktik f\u00fcr das berufliche Lehramt (Prof. Pittich)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Technikdidaktik f\u00fcr das berufliche Lehramt (Prof. Pittich)" + "15271": { + "code": "TUMWLAM", + "name": "Lehrstuhl f\u00fcr Angewandte Mechanik (Prof. Rixen)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Angewandte Mechanik (Prof. Rixen)" }, - "TUEDS31": { - "code": "TUEDS31", - "id": 50257, - "name": "Professur f\u00fcr Wirtschaftsp\u00e4dagogik (Prof. F\u00f6rster)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Wirtschaftsp\u00e4dagogik (Prof. F\u00f6rster)" + "15272": { + "code": "TUMWRTK", + "name": "Lehrstuhl f\u00fcr Regelungstechnik (Prof. Lohmann)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Regelungstechnik (Prof. Lohmann)" }, - "TUEIAIP": { - "code": "TUEIAIP", - "id": 45290, - "name": "Professur f\u00fcr Audio-Signalverarbeitung (Prof. Seeber)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Audio-Signalverarbeitung (Prof. Seeber)" + "15276": { + "code": "TUMWWKM", + "name": "Lehrstuhl f\u00fcr Werkstoffwissenschaften (Prof. Torgersen)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Werkstoffwissenschaften (Prof. Torgersen)" }, - "TUEIAUK": { - "code": "TUEIAUK", - "id": 49931, - "name": "Aussch\u00fcsse und Kommissionen", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen" + "15277": { + "code": "TUMWLNM", + "name": "Lehrstuhl f\u00fcr Numerische Mechanik (Prof. Wall)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Numerische Mechanik (Prof. Wall)" }, - "TUEIBAI": { - "code": "TUEIBAI", - "id": 15384, - "name": "Professur f\u00fcr Bioanaloge Informationsverarbeitung (Prof. Hemmert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Bioanaloge Informationsverarbeitung (Prof. Hemmert)" + "15278": { + "code": "TUMWUTG", + "name": "Lehrstuhl f\u00fcr Umformtechnik und Gie\u00dfereiwesen (Prof. Volk)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Umformtechnik und Gie\u00dfereiwesen (Prof. Volk)" + }, + "15279": { + "code": "TUMWLMT", + "name": "Lehrstuhl f\u00fcr Medizintechnische Materialien und Implantate (Prof. Mela)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Medizintechnische Materialien und Implantate (Prof. Mela)" }, - "TUEIBDS": { - "code": "TUEIBDS", - "id": 32905, - "name": "Datenschutzbevollm\u00e4chtigter Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Beauftragte/Datenschutzbevollm\u00e4chtigter" + "15284": { + "code": "TUMWLFE", + "name": "Lehrstuhl f\u00fcr Ergonomie (Prof. Bengler)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Ergonomie (Prof. Bengler)" }, - "TUEIBIO": { - "code": "TUEIBIO", - "id": 32904, - "name": "Information Officer Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Beauftragte/Information Officer" + "15285": { + "code": "TUMWIWB", + "name": "Lehrstuhl f\u00fcr Werkzeugmaschinen und Fertigungstechnik (Prof. Z\u00e4h)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Werkzeugmaschinen und Fertigungstechnik (Prof. Z\u00e4h)" }, - "TUEICDA": { - "code": "TUEICDA", - "id": 53299, - "name": "Lehrstuhl f\u00fcr Design Automation (Prof. Wille)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Design Automation (Prof. Wille)" + "15286": { + "code": "TUMWBWM", + "name": "Lehrstuhl f\u00fcr Betriebswissenschaften und Montagetechnik (Prof. Z\u00e4h komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Betriebswissenschaften und Montagetechnik (Prof. Z\u00e4h komm.)" }, - "TUEICNE": { - "code": "TUEICNE", - "id": 49177, - "name": "Professur f\u00fcr Computational Neuroengineering (Prof. Cheng komm.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Computational Neuroengineering (Prof. Cheng komm.)" + "15294": { + "code": "TUMWBVT", + "name": "Lehrstuhl f\u00fcr Bioverfahrenstechnik (Prof. Weuster-Botz)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Bioverfahrenstechnik (Prof. Weuster-Botz)" }, - "TUEICOD": { - "code": "TUEICOD", - "id": 48078, - "name": "Professur f\u00fcr Codierung und Kryptographie (Prof. Wachter-Zeh)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Codierung und Kryptographie (Prof. Wachter-Zeh)" + "15298": { + "code": "TUMWFZG", + "name": "Lehrstuhl f\u00fcr Maschinenelemente (Prof. Stahl)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Maschinenelemente (Prof. Stahl)" }, - "TUEICPH": { - "code": "TUEICPH", - "id": 46977, - "name": "Professur f\u00fcr Computational Photonics (Prof. Jirauschek)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Computational Photonics (Prof. Jirauschek)" + "15299": { + "code": "TUMWFML", + "name": "Lehrstuhl f\u00fcr F\u00f6rdertechnik Materialfluss Logistik (Prof. Fottner)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/F\u00f6rdertechnik Materialfluss Logistik (Prof. Fottner)" }, - "TUEIDEK": { - "code": "TUEIDEK", - "id": 15328, - "name": "Dekanat EI", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fakult\u00e4tsverwaltung/Dekanat EI" + "15300": { + "code": "TUMWFTM", + "name": "Lehrstuhl f\u00fcr Fahrzeugtechnik (Prof. Lienkamp)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Fahrzeugtechnik (Prof. Lienkamp)" }, - "TUEIEAL": { - "code": "TUEIEAL", - "id": 15357, - "name": "Lehrstuhl f\u00fcr Hochleistungs-Umrichtersysteme (Prof. Heldwein)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Hochleistungs-Umrichtersysteme (Prof. Heldwein)" + "15304": { + "code": "TULRLLS", + "name": "Lehrstuhl f\u00fcr Luftfahrtsysteme (Prof. Hornung)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Luftfahrtsysteme (Prof. Hornung)" }, - "TUEIEDA": { - "code": "TUEIEDA", - "id": 15393, - "name": "Lehrstuhl f\u00fcr Entwurfsautomatisierung (Prof. Schlichtmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Entwurfsautomatisierung (Prof. Schlichtmann)" + "15305": { + "code": "TULRFSD", + "name": "Lehrstuhl f\u00fcr Flugsystemdynamik (Prof. Holzapfel)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Flugsystemdynamik (Prof. Holzapfel)" }, - "TUEIEEN": { - "code": "TUEIEEN", - "id": 15360, - "name": "Lehrstuhl f\u00fcr Elektrische Energieversorgungsnetze (Prof. Tonkoski)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Elektrische Energieversorgungsnetze (Prof. Tonkoski)" + "15307": { + "code": "TUMWAER", + "name": "Lehrstuhl f\u00fcr Aerodynamik und Str\u00f6mungsmechanik (Prof. Adams)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Aerodynamik und Str\u00f6mungsmechanik (Prof. Adams)" }, - "TUEIEES": { - "code": "TUEIEES", - "id": 43736, - "name": "Lehrstuhl f\u00fcr Elektrische Energiespeichertechnik (Prof. Jossen)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Elektrische Energiespeichertechnik (Prof. Jossen)" + "15308": { + "code": "TULRLTF", + "name": "Lehrstuhl f\u00fcr Turbomaschinen und Flugantriebe (Prof. G\u00fcmmer)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Turbomaschinen und Flugantriebe (Prof. G\u00fcmmer)" }, - "TUEIEKO": { - "code": "TUEIEKO", - "id": 49932, - "name": "Eignungskommissionen", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen" + "15309": { + "code": "TULRLRT", + "name": "Lehrstuhl f\u00fcr Raumfahrttechnik (Prof. Holzapfel komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Raumfahrttechnik (Prof. Holzapfel komm.)" }, - "TUEIENS": { - "code": "TUEIENS", - "id": 46275, - "name": "Lehrstuhl f\u00fcr Erneuerbare und Nachhaltige Energiesysteme (Prof. Hamacher)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Erneuerbare und Nachhaltige Energiesysteme (Prof. Hamacher)" + "15315": { + "code": "TUMWLTD", + "name": "Lehrstuhl f\u00fcr Thermodynamik (Prof. Wen)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermodynamik (Prof. Wen)" }, - "TUEIESI": { - "code": "TUEIESI", - "id": 48038, - "name": "Professur f\u00fcr Embedded Systems and Internet of Things (Prof. Steinhorst)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Embedded Systems and Internet of Things (Prof. Steinhorst)" + "15316": { + "code": "TUMWLES", + "name": "Lehrstuhl f\u00fcr Energiesysteme (Prof. Spliethoff)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energiesysteme (Prof. Spliethoff)" }, - "TUEIESM": { - "code": "TUEIESM", - "id": 47237, - "name": "Professur f\u00fcr Umweltsensorik und Modellierung (Prof. Chen)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Umweltsensorik und Modellierung (Prof. Chen)" + "15318": { + "code": "TUMWLVK", + "name": "Lehrstuhl f\u00fcr Nachhaltige Mobile Antriebssysteme (Prof. Jaensch)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Nachhaltige Mobile Antriebssysteme (Prof. Jaensch)" }, - "TUEIEVW": { - "code": "TUEIEVW", - "id": 44926, - "name": "Professur f\u00fcr Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)" + "15319": { + "code": "TUMWNUK", + "name": "Lehrstuhl f\u00fcr Nukleartechnik (Prof. Maci\u00e1n-Juan)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Nukleartechnik (Prof. Maci\u00e1n-Juan)" }, - "TUEIEWK": { - "code": "TUEIEWK", - "id": 15358, - "name": "Professur f\u00fcr Energiemanagement-Technologien (Prof. Goebel)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energiemanagement-Technologien (Prof. Goebel)" + "15328": { + "code": "TUEIDEK", + "name": "Dekanat EI", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fakult\u00e4tsverwaltung/Dekanat EI" }, - "TUEIEWT": { - "code": "TUEIEWT", - "id": 15355, - "name": "Professur f\u00fcr Energiewandlungstechnik (Prof. Herzog)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energiewandlungstechnik (Prof. Herzog)" + "15329": { + "code": "TUEISDK", + "name": "Studiendekan", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Studiendekan" }, - "TUEIFEI": { - "code": "TUEIFEI", - "id": 14188, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik" + "15330": { + "code": "TUEISTD", + "name": "Studiendekanat EI", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fakult\u00e4tsverwaltung/Studiendekanat EI" }, - "TUEIFSB": { + "15331": { "code": "TUEIFSB", - "id": 15331, "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fakult\u00e4tsverwaltung" }, - "TUEIFSV": { - "code": "TUEIFSV", - "id": 44494, - "name": "Fachschaftsvertretung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fachschaftsvertretung" - }, - "TUEIHCR": { - "code": "TUEIHCR", - "id": 48437, - "name": "Professur f\u00fcr Human-centered Assistive Robotics (Prof. Cheng komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Human-centered Assistive Robotics (Prof. Cheng komm.)" - }, - "TUEIHES": { - "code": "TUEIHES", - "id": 15382, - "name": "Professur f\u00fcr Hybride elektronische Systeme (Prof. Kreupl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Hybride elektronische Systeme (Prof. Kreupl)" - }, - "TUEIHFT": { - "code": "TUEIHFT", - "id": 15394, - "name": "Lehrstuhl f\u00fcr Hochfrequenztechnik (Prof. Eibert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Hochfrequenztechnik (Prof. Eibert)" - }, - "TUEIHLT": { - "code": "TUEIHLT", - "id": 15379, - "name": "Lehrstuhl f\u00fcr Halbleitertechnologie (Prof. Belkin)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Halbleitertechnologie (Prof. Belkin)" - }, - "TUEIHOT": { - "code": "TUEIHOT", - "id": 15399, - "name": "Professur f\u00fcr H\u00f6chstfrequenztechnik (Prof. Biebl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/H\u00f6chstfrequenztechnik (Prof. Biebl)" + "15355": { + "code": "TUEIEWT", + "name": "Professur f\u00fcr Energiewandlungstechnik (Prof. Herzog)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energiewandlungstechnik (Prof. Herzog)" }, - "TUEIHSA": { + "15356": { "code": "TUEIHSA", - "id": 15356, "name": "Professur f\u00fcr Hochspannungs- und Anlagentechnik (Prof. Jossen komm.)", "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Hochspannungs- und Anlagentechnik (Prof. Jossen komm.)" }, - "TUEIICS": { - "code": "TUEIICS", - "id": 42781, - "name": "Lehrstuhl f\u00fcr Kognitive Systeme (Prof. Cheng)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Kognitive Systeme (Prof. Cheng)" - }, - "TUEIITR": { - "code": "TUEIITR", - "id": 24472, - "name": "Lehrstuhl f\u00fcr Informationstechnische Regelung (Prof. Hirche)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informationstechnische Regelung (Prof. Hirche)" + "15357": { + "code": "TUEIEAL", + "name": "Lehrstuhl f\u00fcr Hochleistungs-Umrichtersysteme (Prof. Heldwein)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Hochleistungs-Umrichtersysteme (Prof. Heldwein)" }, - "TUEIITS": { - "code": "TUEIITS", - "id": 49279, - "name": "IT-Service", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Zentrale Dienste/IT-Service" + "15358": { + "code": "TUEIEWK", + "name": "Professur f\u00fcr Energiemanagement-Technologien (Prof. Goebel)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energiemanagement-Technologien (Prof. Goebel)" }, - "TUEILAB": { - "code": "TUEILAB", - "id": 49280, - "name": "Zentrales Elektronik- und Informationstechnologielabor - ZEITlab", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Zentrale Laboratorien (CIT)/Zentrales Elektronik- und Informationstechnologielabor - ZEITlab" + "15360": { + "code": "TUEIEEN", + "name": "Lehrstuhl f\u00fcr Elektrische Energieversorgungsnetze (Prof. Tonkoski)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Elektrische Energieversorgungsnetze (Prof. Tonkoski)" }, - "TUEILBE": { - "code": "TUEILBE", - "id": 48597, - "name": "Heinz Nixdorf-Lehrstuhl f\u00fcr Biomedizinische Elektronik (Prof. Hayden)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Heinz Nixdorf-Lehrstuhl f\u00fcr Biomedizinische Elektronik (Prof. Hayden)" + "15364": { + "code": "TUEILNT", + "name": "Lehrstuhl f\u00fcr Nachrichtentechnik (Prof. Kramer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Nachrichtentechnik (Prof. Kramer)" }, - "TUEILDV": { + "15365": { "code": "TUEILDV", - "id": 15365, "name": "Lehrstuhl f\u00fcr Datenverarbeitung (Prof. Diepold)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Datenverarbeitung (Prof. Diepold)" }, - "TUEILFE": { - "code": "TUEILFE", - "id": 45130, - "name": "Lehrst\u00fchle und Professuren", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren" - }, - "TUEILIS": { - "code": "TUEILIS", - "id": 15392, - "name": "Lehrstuhl f\u00fcr Integrierte Systeme (Prof. Herkersdorf)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Integrierte Systeme (Prof. Herkersdorf)" + "15366": { + "code": "TUEIRCS", + "name": "Lehrstuhl f\u00fcr Realzeit-Computersysteme (Prof. Wille komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Realzeit-Computersysteme (Prof. Wille komm.)" }, - "TUEILKN": { + "15367": { "code": "TUEILKN", - "id": 15367, "name": "Lehrstuhl f\u00fcr Kommunikationsnetze (Prof. Kellerer)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Kommunikationsnetze (Prof. Kellerer)" }, - "TUEILMT": { + "15368": { + "code": "TUEIMMK", + "name": "Lehrstuhl f\u00fcr Mensch - Maschine - Kommunikation (Prof. Hemmert komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Mensch - Maschine - Kommunikation (Prof. Hemmert komm.)" + }, + "15369": { + "code": "TULRNAV", + "name": "Lehrstuhl f\u00fcr Kommunikation und Navigation (N.N.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Kommunikation und Navigation (N.N.)" + }, + "15370": { "code": "TUEILMT", - "id": 15370, "name": "Lehrstuhl f\u00fcr Medientechnik (Prof. Steinbach)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Medientechnik (Prof. Steinbach)" }, - "TUEILNT": { - "code": "TUEILNT", - "id": 15364, - "name": "Lehrstuhl f\u00fcr Nachrichtentechnik (Prof. Kramer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Nachrichtentechnik (Prof. Kramer)" - }, - "TUEILSE": { - "code": "TUEILSE", - "id": 49657, - "name": "Lehrstuhl f\u00fcr Schaltungsentwurf (Prof. Brederlow)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Schaltungsentwurf (Prof. Brederlow)" - }, - "TUEILSR": { - "code": "TUEILSR", - "id": 15403, - "name": "Lehrstuhl f\u00fcr Steuerungs- und Regelungstechnik (Prof. Buss)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Steuerungs- und Regelungstechnik (Prof. Buss)" - }, - "TUEILSY": { - "code": "TUEILSY", - "id": 53497, - "name": "Lehrstuhl f\u00fcr Sicherheit, Performanz und Zuverl\u00e4ssigkeit f\u00fcr lernende Systeme (Prof. Schoellig)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Sicherheit, Performanz und Zuverl\u00e4ssigkeit f\u00fcr lernende Systeme (Prof. Schoellig)" - }, - "TUEILTI": { - "code": "TUEILTI", - "id": 44066, - "name": "Lehrstuhl f\u00fcr Theoretische Informationstechnik (Prof. Boche)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Theoretische Informationstechnik (Prof. Boche)" - }, - "TUEILUT": { + "15371": { "code": "TUEILUT", - "id": 15371, "name": "Professur f\u00fcr Leitungsgebundene \u00dcbertragungstechnik (Prof. Hanik)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Leitungsgebundene \u00dcbertragungstechnik (Prof. Hanik)" }, - "TUEIMCO": { - "code": "TUEIMCO", - "id": 50012, - "name": "Eignungskommission Studiengang M.Sc. Communications Engineering", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Communications Engineering" - }, - "TUEIMEI": { - "code": "TUEIMEI", - "id": 50009, - "name": "Eignungskommission Studiengang M.Sc. Elektrotechnik und Informationstechnik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Elektrotechnik und Informationstechnik" - }, - "TUEIMLI": { - "code": "TUEIMLI", - "id": 49638, - "name": "Professur f\u00fcr Machine Learning (Prof. Heckel)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Machine Learning (Prof. Heckel)" - }, - "TUEIMMK": { - "code": "TUEIMMK", - "id": 15368, - "name": "Lehrstuhl f\u00fcr Mensch - Maschine - Kommunikation (Prof. Hemmert komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Mensch - Maschine - Kommunikation (Prof. Hemmert komm.)" + "15376": { + "code": "TUEITEP", + "name": "Professur f\u00fcr Microsensors and Actuators (Prof. Schrag)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Microsensors and Actuators (Prof. Schrag)" }, - "TUEIMML": { - "code": "TUEIMML", - "id": 51097, - "name": "Professur f\u00fcr Control and Manipulation of Microscale Living Objects (Prof. Destgeer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Control and Manipulation of Microscale Living Objects (Prof. Destgeer)" + "15379": { + "code": "TUEIHLT", + "name": "Lehrstuhl f\u00fcr Halbleitertechnologie (Prof. Belkin)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Halbleitertechnologie (Prof. Belkin)" }, - "TUEIMMS": { + "15380": { "code": "TUEIMMS", - "id": 15380, "name": "Professur f\u00fcr Mikrostrukturierte mechatronische Systeme (N.N.)", "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Mikrostrukturierte mechatronische Systeme (N.N.)" }, - "TUEIMNE": { - "code": "TUEIMNE", - "id": 50010, - "name": "Eignungskommission Studiengang M.Sc. Elite-Masterstudiengang Neuroengineering", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Elite-Masterstudiengang Neuroengineering" + "15382": { + "code": "TUEIHES", + "name": "Professur f\u00fcr Hybride elektronische Systeme (Prof. Kreupl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Hybride elektronische Systeme (Prof. Kreupl)" + }, + "15384": { + "code": "TUEIBAI", + "name": "Professur f\u00fcr Bioanaloge Informationsverarbeitung (Prof. Hemmert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Bioanaloge Informationsverarbeitung (Prof. Hemmert)" + }, + "15392": { + "code": "TUEILIS", + "name": "Lehrstuhl f\u00fcr Integrierte Systeme (Prof. Herkersdorf)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Integrierte Systeme (Prof. Herkersdorf)" + }, + "15393": { + "code": "TUEIEDA", + "name": "Lehrstuhl f\u00fcr Entwurfsautomatisierung (Prof. Schlichtmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Entwurfsautomatisierung (Prof. Schlichtmann)" + }, + "15394": { + "code": "TUEIHFT", + "name": "Lehrstuhl f\u00fcr Hochfrequenztechnik (Prof. Eibert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Hochfrequenztechnik (Prof. Eibert)" + }, + "15395": { + "code": "TUEINAN", + "name": "Lehrstuhl f\u00fcr Nano- und Quantensensorik (Prof. Weig)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano- und Quantensensorik (Prof. Weig)" }, - "TUEIMNT": { - "code": "TUEIMNT", - "id": 52577, - "name": "Lehrstuhl f\u00fcr Mikro- und Nanosystemtechnik (Prof. Hagelauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Mikro- und Nanosystemtechnik (Prof. Hagelauer)" + "15396": { + "code": "TUEIMSV", + "name": "Lehrstuhl f\u00fcr Methoden der Signalverarbeitung (Prof. Utschick)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Methoden der Signalverarbeitung (Prof. Utschick)" }, - "TUEIMOL": { - "code": "TUEIMOL", - "id": 45551, - "name": "Professur f\u00fcr Molekularelektronik (Prof. Tornow)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Molekularelektronik (Prof. Tornow)" + "15399": { + "code": "TUEIHOT", + "name": "Professur f\u00fcr H\u00f6chstfrequenztechnik (Prof. Biebl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/H\u00f6chstfrequenztechnik (Prof. Biebl)" }, - "TUEIMPE": { - "code": "TUEIMPE", - "id": 50011, - "name": "Eignungskommission Studiengang M.Sc. Power Engineering", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Power Engineering" + "15403": { + "code": "TUEILSR", + "name": "Lehrstuhl f\u00fcr Steuerungs- und Regelungstechnik (Prof. Buss)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Steuerungs- und Regelungstechnik (Prof. Buss)" }, - "TUEIMST": { + "15405": { "code": "TUEIMST", - "id": 15405, "name": "Lehrstuhl f\u00fcr Messsystem- und Sensortechnik (Prof. Koch)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Messsystem- und Sensortechnik (Prof. Koch)" }, - "TUEIMSV": { - "code": "TUEIMSV", - "id": 15396, - "name": "Lehrstuhl f\u00fcr Methoden der Signalverarbeitung (Prof. Utschick)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Methoden der Signalverarbeitung (Prof. Utschick)" - }, - "TUEINAN": { - "code": "TUEINAN", - "id": 15395, - "name": "Lehrstuhl f\u00fcr Nano- und Quantensensorik (Prof. Weig)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano- und Quantensensorik (Prof. Weig)" + "15415": { + "code": "TUINDEK", + "name": "Dekanat IN", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Dekanat IN" }, - "TUEINEL": { - "code": "TUEINEL", - "id": 47080, - "name": "Professur f\u00fcr Neuroelektronik (Prof. Wolfrum)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Neuroelektronik (Prof. Wolfrum)" + "15417": { + "code": "TUINSBS", + "name": "Serviceb\u00fcro Studium Informatik (SB-S-IN)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Serviceb\u00fcro Studium Informatik (SB-S-IN)" }, - "TUEINEN": { - "code": "TUEINEN", - "id": 52697, - "name": "Professur f\u00fcr Neuroengineering Materials (Prof. Kozielski)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Neuroengineering Materials (Prof. Kozielski)" + "15422": { + "code": "TUINI00", + "name": "Institut f\u00fcr Informatik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Institut f\u00fcr Informatik" }, - "TUEINST": { - "code": "TUEINST", - "id": 41836, - "name": "Juniorprofessur f\u00fcr Neurowissenschaftliche Systemtheorie (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Neurowissenschaftliche Systemtheorie (N.N.)" + "15426": { + "code": "TUINI01", + "name": "Informatik 1 - Lehrstuhl f\u00fcr Distributed Systems and Operating Systems (Prof. Bhatotia)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 1 - Lehrstuhl f\u00fcr Distributed Systems and Operating Systems (Prof. Bhatotia)" }, - "TUEIQEC": { - "code": "TUEIQEC", - "id": 49639, - "name": "Professur f\u00fcr Quantum Electronics and Computer Engineering (Prof. M\u00fcller)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Quantum Electronics and Computer Engineering (Prof. M\u00fcller)" + "15427": { + "code": "TUINI02", + "name": "Informatik 2 - Lehrstuhl f\u00fcr Sprachen und Beschreibungsstrukturen in der Informatik (Prof. Seidl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 2 - Lehrstuhl f\u00fcr Sprachen und Beschreibungsstrukturen in der Informatik (Prof. Seidl)" }, - "TUEIRCS": { - "code": "TUEIRCS", - "id": 15366, - "name": "Lehrstuhl f\u00fcr Realzeit-Computersysteme (Prof. Wille komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Realzeit-Computersysteme (Prof. Wille komm.)" + "15428": { + "code": "TUINI03", + "name": "Informatik 3 - Lehrstuhl f\u00fcr Datenbanksysteme (Prof. Kemper)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 3 - Lehrstuhl f\u00fcr Datenbanksysteme (Prof. Kemper)" }, - "TUEIRMN": { - "code": "TUEIRMN", - "id": 51717, - "name": "Professur f\u00fcr Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)" + "15430": { + "code": "TUINI05", + "name": "Informatik 5 - Lehrstuhl f\u00fcr Scientific Computing (Prof. Bungartz)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 5 - Lehrstuhl f\u00fcr Scientific Computing (Prof. Bungartz)" }, - "TUEIRSI": { - "code": "TUEIRSI", - "id": 49077, - "name": "Lehrstuhl f\u00fcr Robotik und Systemintelligenz (Prof. Haddadin)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Robotik und Systemintelligenz (Prof. Haddadin)" + "15431": { + "code": "TUINI06", + "name": "Informatik 6 - Lehrstuhl f\u00fcr Robotik, K\u00fcnstliche Intelligenz und Echtzeitsysteme (Prof. Knoll)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 6 - Lehrstuhl f\u00fcr Robotik, K\u00fcnstliche Intelligenz und Echtzeitsysteme (Prof. Knoll)" }, - "TUEISDK": { - "code": "TUEISDK", - "id": 15329, - "name": "Studiendekan", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Studiendekan" + "15432": { + "code": "TUINI07", + "name": "Informatik 7 - Lehrstuhl f\u00fcr Theoretische Informatik (Prof. Esparza)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 7 - Lehrstuhl f\u00fcr Theoretische Informatik (Prof. Esparza)" }, - "TUEISEC": { - "code": "TUEISEC", - "id": 43787, - "name": "Lehrstuhl f\u00fcr Sicherheit in der Informationstechnik (Prof. Sigl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Sicherheit in der Informationstechnik (Prof. Sigl)" + "15433": { + "code": "TUINI08", + "name": "Informatik 8 - Lehrstuhl f\u00fcr Netzarchitekturen und Netzdienste (Prof. Carle)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 8 - Lehrstuhl f\u00fcr Netzarchitekturen und Netzdienste (Prof. Carle)" }, - "TUEISNE": { - "code": "TUEISNE", - "id": 46415, - "name": "Professur f\u00fcr Simulation von Nanosystemen f\u00fcr Energiewandlungen (Prof. Gagliardi)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Simulation von Nanosystemen f\u00fcr Energiewandlungen (Prof. Gagliardi)" + "15434": { + "code": "TUINI09", + "name": "Informatik 9 - Lehrstuhl f\u00fcr Computer Vision and Artificial Intelligence (Prof. Cremers)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 9 - Lehrstuhl f\u00fcr Computer Vision and Artificial Intelligence (Prof. Cremers)" }, - "TUEISTD": { - "code": "TUEISTD", - "id": 15330, - "name": "Studiendekanat EI", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fakult\u00e4tsverwaltung/Studiendekanat EI" + "15435": { + "code": "TUINI10", + "name": "Informatik 10 - Lehrstuhl f\u00fcr Rechnerarchitektur & Parallele Systeme (Prof. Schulz)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 10 - Lehrstuhl f\u00fcr Rechnerarchitektur & Parallele Systeme (Prof. Schulz)" }, - "TUEITEP": { - "code": "TUEITEP", - "id": 15376, - "name": "Professur f\u00fcr Microsensors and Actuators (Prof. Schrag)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Microsensors and Actuators (Prof. Schrag)" + "15436": { + "code": "TUINI11", + "name": "Informatik 11 - Lehrstuhl f\u00fcr Angewandte Informatik / Kooperative Systeme (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 11 - Lehrstuhl f\u00fcr Angewandte Informatik / Kooperative Systeme (N.N.)" }, - "TUEIZDI": { - "code": "TUEIZDI", - "id": 49277, - "name": "Zentrale Dienste", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Zentrale Dienste" + "15437": { + "code": "TUINI12", + "name": "Informatik 12 - Lehrstuhl f\u00fcr Bioinformatik (Prof. Rost)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 12 - Lehrstuhl f\u00fcr Bioinformatik (Prof. Rost)" }, - "TUGR000": { - "code": "TUGR000", - "id": 19626, - "name": "Gremien", - "path": "TUM/Gremien" + "15438": { + "code": "TUINI13", + "name": "Informatik 13 - Lehrstuhl f\u00fcr Decentralized Information Systems and Data Management (Prof. Leis)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 13 - Lehrstuhl f\u00fcr Decentralized Information Systems and Data Management (Prof. Leis)" }, - "TUGREHL": { - "code": "TUGREHL", - "id": 19628, - "name": "Erweitertes Hochschulpr\u00e4sidium", - "path": "TUM/Gremien/Erweitertes Hochschulpr\u00e4sidium" + "15439": { + "code": "TUINI14", + "name": "Informatik 14 - Lehrstuhl f\u00fcr Effiziente Algorithmen (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 14 - Lehrstuhl f\u00fcr Effiziente Algorithmen (N.N.)" }, - "TUGRGRB": { - "code": "TUGRGRB", - "id": 19627, - "name": "Gremienb\u00fcro", - "path": "TUM/Gremien/Gremienb\u00fcro" + "15440": { + "code": "TUINI15", + "name": "Informatik 15 - Lehrstuhl f\u00fcr Grafik und Visualisierung (Prof. Westermann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 15 - Lehrstuhl f\u00fcr Grafik und Visualisierung (Prof. Westermann)" }, - "TUGRHSR": { - "code": "TUGRHSR", - "id": 19630, - "name": "Hochschulrat", - "path": "TUM/Gremien/Hochschulrat" + "15441": { + "code": "TUINI16", + "name": "Informatik 16 - Lehrstuhl f\u00fcr Anwendungen in der Medizin (Prof. Navab)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 16 - Lehrstuhl f\u00fcr Anwendungen in der Medizin (Prof. Navab)" }, - "TUGRKUR": { - "code": "TUGRKUR", - "id": 19631, - "name": "Kuratorium", - "path": "TUM/Gremien/Kuratorium" + "15442": { + "code": "TUINI17", + "name": "Informatik 17 - Lehrstuhl f\u00fcr Wirtschaftsinformatik und Gesch\u00e4ftsprozessmanagement (Prof. Rinderle-Ma)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 17 - Lehrstuhl f\u00fcr Wirtschaftsinformatik und Gesch\u00e4ftsprozessmanagement (Prof. Rinderle-Ma)" }, - "TUGRSEN": { - "code": "TUGRSEN", - "id": 19629, - "name": "Senat", - "path": "TUM/Gremien/Senat" + "15443": { + "code": "TUINI18", + "name": "Informatik 18 - Lehrstuhl f\u00fcr Decision Sciences & Systems (Prof. Bichler)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 18 - Lehrstuhl f\u00fcr Decision Sciences & Systems (Prof. Bichler)" }, - "TUGSBAY": { - "code": "TUGSBAY", - "id": 53917, - "name": "Bayerisches Wissenschaftsforum (BayWISS)", - "path": "TUM/TUM Graduate School/Bayerisches Wissenschaftsforum (BayWISS)" + "15444": { + "code": "TUINI19", + "name": "Informatik 19 - Lehrstuhl f\u00fcr Software Engineering for Business Information Systems (Prof. Matthes)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 19 - Lehrstuhl f\u00fcr Software Engineering for Business Information Systems (Prof. Matthes)" }, - "TUGSCRE": { - "code": "TUGSCRE", - "id": 45991, - "name": "Graduiertenschule Campus for Research Excellence and Technological Enterprise (TUM CREATE)", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Campus for Research Excellence and Technological Enterprise (TUM CREATE)" + "15453": { + "code": "TUS4OTD", + "name": "Office of the Dean (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Office of the Dean (LS)" }, - "TUGSEDU": { - "code": "TUGSEDU", - "id": 45434, - "name": "Graduate Center of Social Sciences and Technology", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Social Sciences and Technology" + "15456": { + "code": "TUS4OTS", + "name": "School Office der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/School Office" }, - "TUGSFGC": { - "code": "TUGSFGC", - "id": 44004, - "name": "Graduiertenzentren", - "path": "TUM/TUM Graduate School/Graduiertenzentren" + "15520": { + "code": "TUS4OTC", + "name": "Campus Office (Studiensekretariat) (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Campus Office (Studiensekretariat) (LS)" }, - "TUGSFGS": { - "code": "TUGSFGS", - "id": 19642, - "name": "TUM Graduate School", - "path": "TUM/TUM Graduate School" + "15556": { + "code": "TUWZS9X", + "name": "Lehrstuhl f\u00fcr Biologische Chemie (Prof. Skerra)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biologische Chemie (Prof. Skerra)" }, - "TUGSFHH": { - "code": "TUGSFHH", - "id": 45442, - "name": "Helmholtz Graduate School Environmental Health (HELENA)", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Helmholtz Graduate School Environmental Health (HELENA)" + "15558": { + "code": "TUWZP9A", + "name": "Lehrstuhl f\u00fcr Mikrobiologie (Prof. Liebl)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Mikrobiologie (Prof. Liebl)" }, - "TUGSFME": { - "code": "TUGSFME", - "id": 45438, - "name": "Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center" + "15560": { + "code": "TUWZU7Z", + "name": "Lehrstuhl f\u00fcr Entwicklungsgenetik (Prof. Wurst)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Entwicklungsgenetik (Prof. Wurst)" }, - "TUGSFSG": { - "code": "TUGSFSG", - "id": 45432, - "name": "Fakult\u00e4tsgraduiertenzentrum Sport- und Gesundheitswissenschaften (FGZ-SP)", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Fakult\u00e4tsgraduiertenzentrum Sport- und Gesundheitswissenschaften (FGZ-SP)" + "15561": { + "code": "TUWZQ7Y", + "name": "Lehrstuhl f\u00fcr Chemie der Biopolymere (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Chemie der Biopolymere (N.N.)" }, - "TUGSFWI": { - "code": "TUGSFWI", - "id": 44021, - "name": "Graduate Center of Management", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Management" + "15562": { + "code": "TUWZO9X", + "name": "Lehrstuhl f\u00fcr Experimentelle Genetik (Prof. Hrab\u00e9 de Angelis)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimentelle Genetik (Prof. Hrab\u00e9 de Angelis)" }, - "TUGSFWZ": { - "code": "TUGSFWZ", - "id": 44016, - "name": "Graduate Center of Life Sciences", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Life Sciences" + "15563": { + "code": "TUWZI9Q", + "name": "Professur f\u00fcr Bioinformatik (Prof. Frischmann)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Bioinformatik (Prof. Frischmann)" }, - "TUGSGCS": { - "code": "TUGSGCS", - "id": 54161, - "name": "Graduiertenzentrum TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (GCS)", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduiertenzentrum TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (GCS)" + "15564": { + "code": "TUWZY6S", + "name": "Lehrstuhl f\u00fcr Mikrobielle \u00d6kologie (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Mikrobielle \u00d6kologie (N.N.)" }, - "TUGSGCX": { - "code": "TUGSGCX", - "id": 53197, - "name": "Graduate Council", - "path": "TUM/TUM Graduate School/Graduate Council" + "15567": { + "code": "TUWZR5P", + "name": "Professur f\u00fcr Peptidbiochemie (Prof. Kapurniotu)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Peptidbiochemie (Prof. Kapurniotu)" }, - "TUGSSCI": { - "code": "TUGSSCI", - "id": 54157, - "name": "Graduate Center of Computation, Information and Technology", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Computation, Information and Technology" + "15569": { + "code": "TUWZX6V", + "name": "Lehrstuhl f\u00fcr Proteomik und Bioanalytik (Prof. K\u00fcster)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Proteomik und Bioanalytik (Prof. K\u00fcster)" }, - "TUGSSED": { - "code": "TUGSSED", - "id": 53537, - "name": "Graduate Center of Engineering and Design", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Engineering and Design" + "15574": { + "code": "TUWZT3U", + "name": "Lehrstuhl f\u00fcr Allgemeine Lebensmitteltechnologie (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Allgemeine Lebensmitteltechnologie (N.N.)" }, - "TUGSSMH": { - "code": "TUGSSMH", - "id": 56137, - "name": "Graduate Center of Medicine and Health", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Medicine and Health" + "15575": { + "code": "TUWZT6Y", + "name": "Lehrstuhl f\u00fcr Ern\u00e4hrung und Immunologie (Prof. Haller)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Ern\u00e4hrung und Immunologie (Prof. Haller)" }, - "TUGSSNA": { - "code": "TUGSSNA", - "id": 54158, - "name": "Graduate Center of Natural Sciences", - "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Natural Sciences" + "15578": { + "code": "TUWZX7T", + "name": "Lehrstuhl f\u00fcr Humanbiologie (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Humanbiologie (N.N.)" }, - "TUGSSSE": { - "code": "TUGSSSE", - "id": 19710, - "name": "International Graduate School of Science and Engineering (IGSSE)", - "path": "TUM/TUM Graduate School/Graduiertenzentren/International Graduate School of Science and Engineering (IGSSE)" + "15579": { + "code": "TUWZQ9I", + "name": "Lehrstuhl f\u00fcr Lebensmittelchemie und molekulare Sensorik (Dr. Dawid komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Lebensmittelchemie und molekulare Sensorik (Dr. Dawid komm.)" }, - "TUGSTGS": { - "code": "TUGSTGS", - "id": 41267, - "name": "Management Office", - "path": "TUM/TUM Graduate School/Management Office" + "15584": { + "code": "TUWZW4V", + "name": "Lehrstuhl f\u00fcr Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)" }, - "TUGSVOR": { - "code": "TUGSVOR", - "id": 45451, - "name": "Vorstand", - "path": "TUM/TUM Graduate School/Vorstand" + "15592": { + "code": "TUWZX9O", + "name": "Lehrstuhl f\u00fcr Technische Mikrobiologie (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Technische Mikrobiologie (N.N.)" }, - "TUINDEK": { - "code": "TUINDEK", - "id": 15415, - "name": "Dekanat IN", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Dekanat IN" + "15593": { + "code": "TUWZY4Q", + "name": "Professur f\u00fcr Biotechnologie der Naturstoffe (Prof. Schwab)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie der Naturstoffe (Prof. Schwab)" }, - "TUINF01": { - "code": "TUINF01", - "id": 24633, - "name": "Informatik 13 - Professur f\u00fcr Vernetzte Rechensysteme - (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 13 - Professur f\u00fcr Vernetzte Rechensysteme - (N.N.)" + "15600": { + "code": "TUWZQ5P", + "name": "Lehrstuhl f\u00fcr Atmosph\u00e4rische Umweltforschung (Prof. Schmid)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Atmosph\u00e4rische Umweltforschung (Prof. Schmid)" }, - "TUINF02": { - "code": "TUINF02", - "id": 24642, - "name": "Informatik 11 - Professur f\u00fcr Programmierung und Anwendung verteilter Systeme - (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 11 - Professur f\u00fcr Programmierung und Anwendung verteilter Systeme - (N.N.)" + "15605": { + "code": "TUWZO9R", + "name": "Lehrstuhl f\u00fcr Bodenkunde (Prof. K\u00f6gel-Knabner)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Bodenkunde (Prof. K\u00f6gel-Knabner)" }, - "TUINF03": { - "code": "TUINF03", - "id": 24648, - "name": "Informatik 7 - Professur f\u00fcr Formale Methoden der Softwarezuverl\u00e4ssigkeit (Prof. Kret\u00ednsk\u00fd)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 7 - Professur f\u00fcr Formale Methoden der Softwarezuverl\u00e4ssigkeit (Prof. Kret\u00ednsk\u00fd)" + "15607": { + "code": "TUWZT6P", + "name": "Lehrstuhl f\u00fcr Terrestrische \u00d6kologie (Prof. Wei\u00dfer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Terrestrische \u00d6kologie (Prof. Wei\u00dfer)" }, - "TUINF04": { - "code": "TUINF04", - "id": 24654, - "name": "Informatik 10 - Professur f\u00fcr Architektur paralleler und verteilter Systeme - (Prof. Gerndt)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 10 - Professur f\u00fcr Architektur paralleler und verteilter Systeme - (Prof. Gerndt)" + "15608": { + "code": "TUWZQ6T", + "name": "Lehrstuhl f\u00fcr Renaturierungs\u00f6kologie (Prof. Kollmann)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Renaturierungs\u00f6kologie (Prof. Kollmann)" }, - "TUINF05": { - "code": "TUINF05", - "id": 24668, - "name": "Informatik 25 - Lehrstuhl f\u00fcr Data Science and Engineering (Prof. Neumann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 25 - Lehrstuhl f\u00fcr Data Science and Engineering (Prof. Neumann)" + "15609": { + "code": "TUWZU5S", + "name": "Lehrstuhl f\u00fcr Strategie und Management der Landschaftsentwicklung (Prof. Pauleit)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Strategie und Management der Landschaftsentwicklung (Prof. Pauleit)" }, - "TUINF07": { - "code": "TUINF07", - "id": 24669, - "name": "Informatik 29 - Lehrstuhl f\u00fcr Computational Molecular Medicine (Prof. Gagneur)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 29 - Lehrstuhl f\u00fcr Computational Molecular Medicine (Prof. Gagneur)" + "15611": { + "code": "TUWZP2O", + "name": "Lehrstuhl f\u00fcr Waldwachstumskunde (Prof. Seidl komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Waldwachstumskunde (Prof. Seidl komm.)" }, - "TUINF08": { - "code": "TUINF08", - "id": 46356, - "name": "Informatik 15 - Professur f\u00fcr Physik-basierte Simulation (Prof. Thuerey)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 15 - Professur f\u00fcr Physik-basierte Simulation (Prof. Thuerey)" + "15612": { + "code": "TUWZX6I", + "name": "Professur f\u00fcr Waldinventur und nachhaltige Nutzung (Prof. Knoke)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Waldinventur und nachhaltige Nutzung (Prof. Knoke)" }, - "TUINF10": { - "code": "TUINF10", - "id": 24672, - "name": "Informatik 14 - Professur f\u00fcr Theoretische Informatik - (Prof. R\u00e4cke)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 14 - Professur f\u00fcr Theoretische Informatik - (Prof. R\u00e4cke)" + "15614": { + "code": "TUWZS6U", + "name": "Lehrstuhl f\u00fcr Aquatische Systembiologie - Standort Iffeldorf (Prof. Geist)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatische Systembiologie - Standort Iffeldorf (Prof. Geist)" }, - "TUINF11": { - "code": "TUINF11", - "id": 24674, - "name": "Informatik 6 - Professur f\u00fcr Informatik mit Schwerpunkt Telerobotik und Sensordatenfusion (Prof. Burschka)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 6 - Professur f\u00fcr Informatik mit Schwerpunkt Telerobotik und Sensordatenfusion (Prof. Burschka)" + "15616": { + "code": "TUWZQ3Z", + "name": "Professur f\u00fcr Waldern\u00e4hrung und Wasserhaushalt (Prof. G\u00f6ttlein)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Waldern\u00e4hrung und Wasserhaushalt (Prof. G\u00f6ttlein)" }, - "TUINF12": { - "code": "TUINF12", - "id": 24661, - "name": "Informatik 16 - Professur f\u00fcr Erweiterte Realit\u00e4t - (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 16 - Professur f\u00fcr Erweiterte Realit\u00e4t - (N.N.)" + "15619": { + "code": "TUWZT8O", + "name": "Professur f\u00fcr \u00d6koklimatologie (Prof. Menzel)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/\u00d6koklimatologie (Prof. Menzel)" }, - "TUINF14": { - "code": "TUINF14", - "id": 24671, - "name": "Informatik 9 - Professur f\u00fcr Informatik mit Schwerpunkt Intelligente Autonome Systeme - (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Institut f\u00fcr Informatik/Informatik 9 - Professur f\u00fcr Informatik mit Schwerpunkt Intelligente Autonome Systeme - (N.N.)" + "15622": { + "code": "TUWZA1E", + "name": "Professur f\u00fcr Geomorphologie und Bodenkunde (Prof. V\u00f6lkel)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Geomorphologie und Bodenkunde (Prof. V\u00f6lkel)" }, - "TUINF15": { - "code": "TUINF15", - "id": 24673, - "name": "Informatik 6 - Professur f\u00fcr Cyber Physical Systems (Prof. Althoff)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 6 - Professur f\u00fcr Cyber Physical Systems (Prof. Althoff)" + "15626": { + "code": "TUWZI4V", + "name": "Lehrstuhl f\u00fcr Botanik (Prof. Schneitz komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Botanik (Prof. Schneitz komm.)" }, - "TUINF16": { - "code": "TUINF16", - "id": 44006, - "name": "Informatik 5 - Professur f\u00fcr Hardware-nahe Algorithmik und Software f\u00fcr H\u00f6chstleistungsrechnen (Prof. Bader)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 5 - Professur f\u00fcr Hardware-nahe Algorithmik und Software f\u00fcr H\u00f6chstleistungsrechnen (Prof. Bader)" + "15629": { + "code": "TUWZV2O", + "name": "Lehrstuhl f\u00fcr Gr\u00fcnlandlehre (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Gr\u00fcnlandlehre (N.N.)" }, - "TUINF17": { - "code": "TUINF17", - "id": 43448, - "name": "Informatik 18 - Professur f\u00fcr Algorithmische Spieltheorie (Prof. Brandt)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 18 - Professur f\u00fcr Algorithmische Spieltheorie (Prof. Brandt)" + "15630": { + "code": "TUWZA6W", + "name": "Lehrstuhl f\u00fcr \u00d6kologischen Landbau und Pflanzenbausysteme (Prof. H\u00fclsbergen)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/\u00d6kologischen Landbau und Pflanzenbausysteme (Prof. H\u00fclsbergen)" }, - "TUINF18": { - "code": "TUINF18", - "id": 48037, - "name": "Informatik 26 - Professur f\u00fcr Data Analytics and Machine Learning (Prof. G\u00fcnnemann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 26 - Professur f\u00fcr Data Analytics and Machine Learning (Prof. G\u00fcnnemann)" + "15631": { + "code": "TUWZZ7X", + "name": "Lehrstuhl f\u00fcr Pflanzenz\u00fcchtung (Prof. Sch\u00f6n)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pflanzenz\u00fcchtung (Prof. Sch\u00f6n)" }, - "TUINF19": { - "code": "TUINF19", - "id": 48258, - "name": "Informatik 28 - Professur f\u00fcr Visual Computing (Prof. Nie\u00dfner)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 28 - Professur f\u00fcr Visual Computing (Prof. Nie\u00dfner)" + "15632": { + "code": "TUWZA2U", + "name": "Lehrstuhl f\u00fcr Pflanzenern\u00e4hrung (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Pflanzenern\u00e4hrung (N.N.)" }, - "TUINF20": { - "code": "TUINF20", - "id": 48977, - "name": "Informatik 9 - Professur f\u00fcr Dynamic Vision and Learning (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 9 - Professur f\u00fcr Dynamic Vision and Learning (N.N.)" + "15633": { + "code": "TUWZY5O", + "name": "Lehrstuhl f\u00fcr Phytopathologie (Prof. H\u00fcckelhoven)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Phytopathologie (Prof. H\u00fcckelhoven)" }, - "TUINF21": { - "code": "TUINF21", - "id": 49717, - "name": "Informatik 1 - Professur f\u00fcr Digital Health (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 1 - Professur f\u00fcr Digital Health (N.N.)" + "15636": { + "code": "TUWZU6A", + "name": "Professur f\u00fcr Entwicklungsbiologie der Pflanzen (Prof. Schneitz)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Entwicklungsbiologie der Pflanzen (Prof. Schneitz)" }, - "TUINF22": { - "code": "TUINF22", - "id": 50238, - "name": "Informatik 5 - Professur f\u00fcr Quantum Computing (Prof. Mendl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 5 - Professur f\u00fcr Quantum Computing (Prof. Mendl)" + "15643": { + "code": "TUWZI2W", + "name": "Lehrstuhl f\u00fcr Systemverfahrenstechnik (Prof. Briesen)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Systemverfahrenstechnik (Prof. Briesen)" }, - "TUINF23": { - "code": "TUINF23", - "id": 50239, - "name": "Informatik 7 - Professur f\u00fcr Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 7 - Professur f\u00fcr Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)" + "15644": { + "code": "TUWZS9A", + "name": "Lehrstuhl f\u00fcr Holzwissenschaft (Prof. Benz komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Holzwissenschaft (Prof. Benz komm.)" }, - "TUINF24": { - "code": "TUINF24", - "id": 50478, - "name": "Informatik 3 - Professur f\u00fcr Database Systems (Prof. Giceva)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 3 - Professur f\u00fcr Database Systems (Prof. Giceva)" + "15645": { + "code": "TUWZR6Q", + "name": "Lehrstuhl f\u00fcr Lebensmittel- und Bio-Prozesstechnik (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Lebensmittel- und Bio-Prozesstechnik (N.N.)" }, - "TUINF26": { - "code": "TUINF26", - "id": 51359, - "name": "Informatik 16 - Professur f\u00fcr Healthcare and Rehabilitation Robotics (Prof. Piazza)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 16 - Professur f\u00fcr Healthcare and Rehabilitation Robotics (Prof. Piazza)" + "15646": { + "code": "TUWZT5R", + "name": "Lehrstuhl f\u00fcr Agrarsystemtechnik (Prof. Bernhardt)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agrarsystemtechnik (Prof. Bernhardt)" }, - "TUINF27": { - "code": "TUINF27", - "id": 51419, - "name": "Informatik 19 - Professur f\u00fcr Legal Tech (Prof. Grabmair)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 19 - Professur f\u00fcr Legal Tech (Prof. Grabmair)" + "15649": { + "code": "TUCSP03", + "name": "Professur f\u00fcr Regenerative Energiesysteme (Prof. Gaderer)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Regenerative Energiesysteme (Prof. Gaderer)" }, - "TUINF28": { - "code": "TUINF28", - "id": 51497, - "name": "Informatik 9 - Professur f\u00fcr Machine Learning for Robotics (Prof. Leutenegger)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 9 - Professur f\u00fcr Machine Learning for Robotics (Prof. Leutenegger)" + "15654": { + "code": "TUWZO8I", + "name": "Professur f\u00fcr Holztechnologie (Prof. van de Kuilen)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Holztechnologie (Prof. van de Kuilen)" }, - "TUINF31": { - "code": "TUINF31", - "id": 51137, - "name": "Informatik 15 - Professur f\u00fcr Machine Learning of 3D Scene Geometry (Prof. Dai)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 15 - Professur f\u00fcr Machine Learning of 3D Scene Geometry (Prof. Dai)" + "15667": { + "code": "TUWZO4U", + "name": "Lehrstuhl f\u00fcr Biotechnologie der Nutztiere (Prof. Schusser komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie der Nutztiere (Prof. Schusser komm.)" }, - "TUINF33": { - "code": "TUINF33", - "id": 53017, - "name": "Informatik 24 - Professur f\u00fcr Ethics in Systems Design and Machine Learning (Prof. Kilbertus)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 24 - Professur f\u00fcr Ethics in Systems Design and Machine Learning (Prof. Kilbertus)" + "15668": { + "code": "TUWZV9T", + "name": "Lehrstuhl f\u00fcr Tierphysiologie und Immunologie (Prof. Zehn)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierphysiologie und Immunologie (Prof. Zehn)" }, - "TUINFIN": { - "code": "TUINFIN", - "id": 14189, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Informatik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik" + "15669": { + "code": "TUWZP9O", + "name": "Lehrstuhl f\u00fcr Tierhygiene (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierhygiene (N.N.)" }, - "TUINFRW": { - "code": "TUINFRW", - "id": 44008, - "name": "Serviceb\u00fcro Finanzen Informatik (SB-F-IN)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Serviceb\u00fcro Finanzen Informatik (SB-F-IN)" + "15670": { + "code": "TUWZQ4U", + "name": "Lehrstuhl f\u00fcr Tierzucht (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierzucht (N.N.)" }, - "TUINH01": { - "code": "TUINH01", - "id": 52718, - "name": "Informatik Heilbronn 1 - Professur f\u00fcr Efficient Algorithms (Prof. Luttenberger)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 1 - Professur f\u00fcr Efficient Algorithms (Prof. Luttenberger)" + "15671": { + "code": "TUWZU5Y", + "name": "Lehrstuhl f\u00fcr Zoologie (Prof. Luksch)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Zoologie (Prof. Luksch)" }, - "TUINH02": { - "code": "TUINH02", - "id": 52719, - "name": "Informatik Heilbronn 2 - Professur f\u00fcr Computer Architecture & Operating Systems (Prof. Trinitis)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik Heilbronn 2 - Professur f\u00fcr Computer Architecture & Operating Systems (Prof. Trinitis)" + "15674": { + "code": "TUWZA8Q", + "name": "Lehrstuhl f\u00fcr Tierern\u00e4hrung (Prof. Windisch)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierern\u00e4hrung (Prof. Windisch)" }, - "TUINH03": { - "code": "TUINH03", - "id": 52720, - "name": "Informatik Heilbronn 3 - Lehrstuhl f\u00fcr Software Engineering (Prof. Wagner)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 3 - Lehrstuhl f\u00fcr Software Engineering (Prof. Wagner)" + "15681": { + "code": "TUWZA2G", + "name": "Forschungszentrum Weihenstephan f\u00fcr Brau- und Lebensmittelqualit\u00e4t", + "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum Weihenstephan f\u00fcr Brau- und Lebensmittelqualit\u00e4t" }, - "TUINH04": { - "code": "TUINH04", - "id": 53357, - "name": "Informatik Heilbronn 4 - Lehrstuhl f\u00fcr Computational Mathematics (Prof. Anzt)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 4 - Lehrstuhl f\u00fcr Computational Mathematics (Prof. Anzt)" + "15682": { + "code": "TUWZA2H", + "name": "Forschungsbrauerei (BE)", + "path": "TUM/Schools/Life Sciences/Forschungsbrauerei (BE)" }, - "TUINH05": { - "code": "TUINH05", - "id": 53817, - "name": "Informatik Heilbronn 5 - Professur f\u00fcr Data Engineering (Prof. Acosta Deibe)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 5 - Professur f\u00fcr Data Engineering (Prof. Acosta Deibe)" + "15687": { + "code": "TUWZA2J", + "name": "Versuchsstation f\u00fcr landwirtschaftliche Betriebslehre (Staatsg\u00fcter D\u00fcrnast und Viehhausen)", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Versuchsstation f\u00fcr landwirtschaftliche Betriebslehre (Staatsg\u00fcter D\u00fcrnast und Viehhausen)" }, - "TUINH09": { - "code": "TUINH09", - "id": 53818, - "name": "Informatik Heilbronn 9 - Professur f\u00fcr Distributed Systems and Security (Prof. G\u00fcnther komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik Heilbronn 9 - Professur f\u00fcr Distributed Systems and Security (Prof. G\u00fcnther komm.)" + "15689": { + "code": "TUWZA2M", + "name": "Versuchsstation f\u00fcr Pflanzenproduktion (Staatsgut Roggenstein)", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Versuchsstation f\u00fcr Pflanzenproduktion (Staatsgut Roggenstein)" }, - "TUINI00": { - "code": "TUINI00", - "id": 15422, - "name": "Institut f\u00fcr Informatik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Institut f\u00fcr Informatik" + "15701": { + "code": "TUMEZD0", + "name": "Dekanat ME", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/Dekanat ME" }, - "TUINI01": { - "code": "TUINI01", - "id": 15426, - "name": "Informatik 1 - Lehrstuhl f\u00fcr Distributed Systems and Operating Systems (Prof. Bhatotia)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 1 - Lehrstuhl f\u00fcr Distributed Systems and Operating Systems (Prof. Bhatotia)" + "15703": { + "code": "TUMESSK", + "name": "TUM Medical Education Center", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/TUM Medical Education Center" }, - "TUINI02": { - "code": "TUINI02", - "id": 15427, - "name": "Informatik 2 - Lehrstuhl f\u00fcr Sprachen und Beschreibungsstrukturen in der Informatik (Prof. Seidl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 2 - Lehrstuhl f\u00fcr Sprachen und Beschreibungsstrukturen in der Informatik (Prof. Seidl)" + "15704": { + "code": "TUMEFVW", + "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Medizin", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung" }, - "TUINI03": { - "code": "TUINI03", - "id": 15428, - "name": "Informatik 3 - Lehrstuhl f\u00fcr Datenbanksysteme (Prof. Kemper)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 3 - Lehrstuhl f\u00fcr Datenbanksysteme (Prof. Kemper)" + "15715": { + "code": "TUMECH0", + "name": "Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)" }, - "TUINI05": { - "code": "TUINI05", - "id": 15430, - "name": "Informatik 5 - Lehrstuhl f\u00fcr Scientific Computing (Prof. Bungartz)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 5 - Lehrstuhl f\u00fcr Scientific Computing (Prof. Bungartz)" + "15716": { + "code": "TUMEPC0", + "name": "Klinik und Poliklinik f\u00fcr Plastische Chirurgie und Handchirurgie (Prof. Machens)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Plastische Chirurgie und Handchirurgie (Prof. Machens)" }, - "TUINI06": { - "code": "TUINI06", - "id": 15431, - "name": "Informatik 6 - Lehrstuhl f\u00fcr Robotik, K\u00fcnstliche Intelligenz und Echtzeitsysteme (Prof. Knoll)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 6 - Lehrstuhl f\u00fcr Robotik, K\u00fcnstliche Intelligenz und Echtzeitsysteme (Prof. Knoll)" + "15717": { + "code": "TUMEAN0", + "name": "Klinik f\u00fcr An\u00e4sthesiologie und Intensivmedizin (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr An\u00e4sthesiologie und Intensivmedizin (Prof. Schneider)" }, - "TUINI07": { - "code": "TUINI07", - "id": 15432, - "name": "Informatik 7 - Lehrstuhl f\u00fcr Theoretische Informatik (Prof. Esparza)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 7 - Lehrstuhl f\u00fcr Theoretische Informatik (Prof. Esparza)" + "15718": { + "code": "TUME1M0", + "name": "Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)" + }, + "15719": { + "code": "TUME2M0", + "name": "Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)" }, - "TUINI08": { - "code": "TUINI08", - "id": 15433, - "name": "Informatik 8 - Lehrstuhl f\u00fcr Netzarchitekturen und Netzdienste (Prof. Carle)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 8 - Lehrstuhl f\u00fcr Netzarchitekturen und Netzdienste (Prof. Carle)" + "15720": { + "code": "TUME3M0", + "name": "Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)" }, - "TUINI09": { - "code": "TUINI09", - "id": 15434, - "name": "Informatik 9 - Lehrstuhl f\u00fcr Computer Vision and Artificial Intelligence (Prof. Cremers)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 9 - Lehrstuhl f\u00fcr Computer Vision and Artificial Intelligence (Prof. Cremers)" + "15722": { + "code": "TUMENL0", + "name": "Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)" }, - "TUINI10": { - "code": "TUINI10", - "id": 15435, - "name": "Informatik 10 - Lehrstuhl f\u00fcr Rechnerarchitektur & Parallele Systeme (Prof. Schulz)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 10 - Lehrstuhl f\u00fcr Rechnerarchitektur & Parallele Systeme (Prof. Schulz)" + "15723": { + "code": "TUMENC0", + "name": "Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)" }, - "TUINI11": { - "code": "TUINI11", - "id": 15436, - "name": "Informatik 11 - Lehrstuhl f\u00fcr Angewandte Informatik / Kooperative Systeme (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 11 - Lehrstuhl f\u00fcr Angewandte Informatik / Kooperative Systeme (N.N.)" + "15724": { + "code": "TUMEPM0", + "name": "Klinik und Poliklinik f\u00fcr Psychosomatische Medizin und Psychotherapie (Prof. Henningsen)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychosomatische Medizin und Psychotherapie (Prof. Henningsen)" }, - "TUINI12": { - "code": "TUINI12", - "id": 15437, - "name": "Informatik 12 - Lehrstuhl f\u00fcr Bioinformatik (Prof. Rost)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 12 - Lehrstuhl f\u00fcr Bioinformatik (Prof. Rost)" + "15725": { + "code": "TUMEST0", + "name": "Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)" }, - "TUINI13": { - "code": "TUINI13", - "id": 15438, - "name": "Informatik 13 - Lehrstuhl f\u00fcr Decentralized Information Systems and Data Management (Prof. Leis)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 13 - Lehrstuhl f\u00fcr Decentralized Information Systems and Data Management (Prof. Leis)" + "15726": { + "code": "TUMEHNO", + "name": "Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)" }, - "TUINI14": { - "code": "TUINI14", - "id": 15439, - "name": "Informatik 14 - Lehrstuhl f\u00fcr Effiziente Algorithmen (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 14 - Lehrstuhl f\u00fcr Effiziente Algorithmen (N.N.)" + "15727": { + "code": "TUMEUR0", + "name": "Klinik und Poliklinik f\u00fcr Urologie (Prof. Gschwend)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Urologie (Prof. Gschwend)" }, - "TUINI15": { - "code": "TUINI15", - "id": 15440, - "name": "Informatik 15 - Lehrstuhl f\u00fcr Grafik und Visualisierung (Prof. Westermann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 15 - Lehrstuhl f\u00fcr Grafik und Visualisierung (Prof. Westermann)" + "15728": { + "code": "TUMEOR0", + "name": "Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)" }, - "TUINI16": { - "code": "TUINI16", - "id": 15441, - "name": "Informatik 16 - Lehrstuhl f\u00fcr Anwendungen in der Medizin (Prof. Navab)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 16 - Lehrstuhl f\u00fcr Anwendungen in der Medizin (Prof. Navab)" + "15730": { + "code": "TUMENM0", + "name": "Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)" }, - "TUINI17": { - "code": "TUINI17", - "id": 15442, - "name": "Informatik 17 - Lehrstuhl f\u00fcr Wirtschaftsinformatik und Gesch\u00e4ftsprozessmanagement (Prof. Rinderle-Ma)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 17 - Lehrstuhl f\u00fcr Wirtschaftsinformatik und Gesch\u00e4ftsprozessmanagement (Prof. Rinderle-Ma)" + "15731": { + "code": "TUMEDE0", + "name": "Klinik und Poliklinik f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)" }, - "TUINI18": { - "code": "TUINI18", - "id": 15443, - "name": "Informatik 18 - Lehrstuhl f\u00fcr Decision Sciences & Systems (Prof. Bichler)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 18 - Lehrstuhl f\u00fcr Decision Sciences & Systems (Prof. Bichler)" + "15732": { + "code": "TUMEMK0", + "name": "Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)" }, - "TUINI19": { - "code": "TUINI19", - "id": 15444, - "name": "Informatik 19 - Lehrstuhl f\u00fcr Software Engineering for Business Information Systems (Prof. Matthes)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 19 - Lehrstuhl f\u00fcr Software Engineering for Business Information Systems (Prof. Matthes)" + "15734": { + "code": "TUMEKI0", + "name": "Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)" }, - "TUINI20": { - "code": "TUINI20", - "id": 30697, - "name": "Informatik 20 - Lehrstuhl f\u00fcr Sicherheit in der Informatik (Prof. Eckert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 20 - Lehrstuhl f\u00fcr Sicherheit in der Informatik (Prof. Eckert)" + "15735": { + "code": "TUMEPR0", + "name": "Poliklinik f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Poliklinik f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)" }, - "TUINI21": { - "code": "TUINI21", - "id": 24670, - "name": "Informatik 21 - Lehrstuhl f\u00fcr Logik und Verifikation (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 21 - Lehrstuhl f\u00fcr Logik und Verifikation (N.N.)" + "15736": { + "code": "TUMERO0", + "name": "Institut f\u00fcr Diagnostische und Interventionelle Radiologie (Prof. Makowski)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)" }, - "TUINI22": { - "code": "TUINI22", - "id": 45151, - "name": "Informatik 4 - Lehrstuhl f\u00fcr Software & Systems Engineering (Prof. Pretschner)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 4 - Lehrstuhl f\u00fcr Software & Systems Engineering (Prof. Pretschner)" + "15737": { + "code": "TUMEHM0", + "name": "Institut f\u00fcr Humangenetik (Prof. Winkelmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Humangenetik (Prof. Winkelmann)" }, - "TUINI23": { - "code": "TUINI23", - "id": 46091, - "name": "Informatik 23 - Lehrstuhl f\u00fcr Sensorbasierte Robotersysteme und intelligente Assistenzsysteme (Prof. Albu-Sch\u00e4ffer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 23 - Lehrstuhl f\u00fcr Sensorbasierte Robotersysteme und intelligente Assistenzsysteme (Prof. Albu-Sch\u00e4ffer)" + "15738": { + "code": "TUMEKC0", + "name": "Institut f\u00fcr Klinische Chemie und Pathobiochemie (Prof. Ruland)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinische Chemie und Pathobiochemie (Prof. Ruland)" }, - "TUINI24": { - "code": "TUINI24", - "id": 47337, - "name": "Informatik 11 - Lehrstuhl f\u00fcr Connected Mobility (Prof. Ott)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 11 - Lehrstuhl f\u00fcr Connected Mobility (Prof. Ott)" + "15739": { + "code": "TUMEEO0", + "name": "Institut f\u00fcr Experimentelle Onkologie und Therapieforschung (Knolle komm.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Institute/Experimentelle Onkologie und Therapieforschung (Knolle komm.)" }, - "TUINI31": { - "code": "TUINI31", - "id": 51157, - "name": "Informatik 31 - Lehrstuhl f\u00fcr Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 31 - Lehrstuhl f\u00fcr Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)" + "15740": { + "code": "TUMEMI0", + "name": "Institut f\u00fcr Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)" }, - "TUINI32": { - "code": "TUINI32", - "id": 51857, - "name": "Informatik 32 - Lehrstuhl f\u00fcr Computational Imaging and AI in Medicine (Prof. Schnabel)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 32 - Lehrstuhl f\u00fcr Computational Imaging and AI in Medicine (Prof. Schnabel)" + "15741": { + "code": "TUMEPA0", + "name": "Institut f\u00fcr Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)" }, - "TUINI33": { - "code": "TUINI33", - "id": 53517, - "name": "Informatik 33 - Lehrstuhl f\u00fcr Engineering robuster kognitiver Systeme (Prof. Trapp)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 33 - Lehrstuhl f\u00fcr Engineering robuster kognitiver Systeme (Prof. Trapp)" + "15742": { + "code": "TUMEPT0", + "name": "Institut f\u00fcr Pharmakologie und Toxikologie (Prof. Engelhardt)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmakologie und Toxikologie (Prof. Engelhardt)" }, - "TUINI34": { - "code": "TUINI34", - "id": 53997, - "name": "Informatik 34 - Lehrstuhl f\u00fcr IT Service Management, Development and Operations (Prof. Weber)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 34 - Lehrstuhl f\u00fcr IT Service Management, Development and Operations (Prof. Weber)" + "15743": { + "code": "TUMEIS0", + "name": "Institut f\u00fcr KI und Informatik in der Medizin (Prof. R\u00fcckert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)" }, - "TUINI35": { - "code": "TUINI35", - "id": 53797, - "name": "Informatik 35 - Lehrstuhl f\u00fcr Perception for Intelligent Systems (Prof. Lilienthal)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 35 - Lehrstuhl f\u00fcr Perception for Intelligent Systems (Prof. Lilienthal)" + "15744": { + "code": "TUMEGE0", + "name": "Institut f\u00fcr Geschichte und Ethik der Medizin (Prof. Buyx)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Geschichte und Ethik der Medizin (Prof. Buyx)" }, - "TUINICT": { - "code": "TUINICT", - "id": 48238, - "name": "Informatik 24 - Professur f\u00fcr Cyber Trust (Prof. Grossklags)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 24 - Professur f\u00fcr Cyber Trust (Prof. Grossklags)" + "15745": { + "code": "TUMEBB0", + "name": "Institut f\u00fcr Biologische Bildgebung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Institute/Biologische Bildgebung" }, - "TUINL14": { - "code": "TUINL14", - "id": 46357, - "name": "Informatik 14 - Lehrstuhl f\u00fcr Algorithmen und Komplexit\u00e4t (Prof. Albers)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 14 - Lehrstuhl f\u00fcr Algorithmen und Komplexit\u00e4t (Prof. Albers)" + "15747": { + "code": "TUMETU0", + "name": "Institut f\u00fcr Toxikologie und Umwelthygiene (Prof. G\u00f6ttlicher)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxikologie und Umwelthygiene (Prof. G\u00f6ttlicher)" }, - "TUINPER": { - "code": "TUINPER", - "id": 44009, - "name": "Serviceb\u00fcro Personal Informatik und Mathematik (SB-P)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Serviceb\u00fcro Personal Informatik und Mathematik (SB-P)" + "15748": { + "code": "TUMEVI0", + "name": "Institut f\u00fcr Virologie (Prof. Protzer)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virologie (Prof. Protzer)" }, - "TUINRBG": { - "code": "TUINRBG", - "id": 44266, - "name": "Rechnerbetriebsgruppe Mathematik und Informatik (RBG)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Rechnerbetriebsgruppe Mathematik und Informatik (RBG)" + "15749": { + "code": "TUMEDHX", + "name": "Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum" }, - "TUINSBS": { - "code": "TUINSBS", - "id": 15417, - "name": "Serviceb\u00fcro Studium Informatik (SB-S-IN)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Serviceb\u00fcro Studium Informatik (SB-S-IN)" + "15750": { + "code": "TUMEIR0", + "name": "Institut f\u00fcr Rechtsmedizin - LMU", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Rechtsmedizin - LMU" }, - "TUINZE1": { - "code": "TUINZE1", - "id": 44264, - "name": "Zentrale Einrichtungen des Instituts f\u00fcr Informatik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik" + "15751": { + "code": "TUMEER0", + "name": "Klinik f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)" }, - "TULRAAS": { - "code": "TULRAAS", - "id": 50997, - "name": "Professur f\u00fcr Autonomous Aerial Systems (Prof. Ryll)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Autonomous Aerial Systems (Prof. Ryll)" + "15919": { + "code": "TUMECH1", + "name": "Lehrstuhl f\u00fcr Chirurgie (Prof. Friess)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)/Chirurgie (Prof. Friess)" }, - "TULRAPG": { - "code": "TULRAPG", - "id": 15101, - "name": "Lehrstuhl f\u00fcr Astronomische und Physikalische Geod\u00e4sie (Prof. Pail)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Astronomische und Physikalische Geod\u00e4sie (Prof. Pail)" + "15921": { + "code": "TUMECH3", + "name": "Lehrstuhl f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)/Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)" }, - "TULRBGD": { - "code": "TULRBGD", - "id": 50657, - "name": "Professur f\u00fcr Big Geospatial Data Management (Prof. Werner)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Big Geospatial Data Management (Prof. Werner)" + "15923": { + "code": "TUMECH2", + "name": "Professur f\u00fcr Experim. Chirurgie mit Schwerpunkt Sepsis und Immunsuppression (Prof. Holzmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)/Experim. Chirurgie mit Schwerpunkt Sepsis und Immunsuppression (Prof. Holzmann)" }, - "TULREAV": { - "code": "TULREAV", - "id": 51257, - "name": "Professur f\u00fcr eAviation (Prof. Daoud komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/eAviation (Prof. Daoud komm.)" + "15928": { + "code": "TUMEAN1", + "name": "Lehrstuhl f\u00fcr An\u00e4sthesiologie (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr An\u00e4sthesiologie und Intensivmedizin (Prof. Schneider)/An\u00e4sthesiologie (Prof. Schneider)" }, - "TULRESP": { - "code": "TULRESP", - "id": 23659, - "name": "Deutsches Geod\u00e4tisches Forschungsinstitut und Lehrstuhl f\u00fcr Geod\u00e4tische Geodynamik (Prof. Seitz)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Deutsches Geod\u00e4tisches Forschungsinstitut und Lehrstuhl f\u00fcr Geod\u00e4tische Geodynamik (Prof. Seitz)" + "15934": { + "code": "TUME1M1", + "name": "Lehrstuhl f\u00fcr Innere Medizin I - Kardiologie (DHM) (Prof. Schunkert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Innere Medizin I - Kardiologie (DHM) (Prof. Schunkert)" }, - "TULRFLR": { - "code": "TULRFLR", - "id": 49517, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Luftfahrt, Raumfahrt und Geod\u00e4sie", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Luftfahrt, Raumfahrt und Geod\u00e4sie" + "15939": { + "code": "TUME2M1", + "name": "Lehrstuhl f\u00fcr Innere Medizin II (Prof. Schmid)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Innere Medizin II (Prof. Schmid)" }, - "TULRFPF": { - "code": "TULRFPF", - "id": 15105, - "name": "Professur f\u00fcr Photogrammetrie und Fernerkundung (Prof. Jutzi komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Photogrammetrie und Fernerkundung (Prof. Jutzi komm.)" + "15941": { + "code": "TUME2M3", + "name": "Professur f\u00fcr Nephrologie (Prof. Heemann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)/Nephrologie (Prof. Heemann)" }, - "TULRFSD": { - "code": "TULRFSD", - "id": 15305, - "name": "Lehrstuhl f\u00fcr Flugsystemdynamik (Prof. Holzapfel)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Flugsystemdynamik (Prof. Holzapfel)" + "15946": { + "code": "TUME3M1", + "name": "Lehrstuhl f\u00fcr Innere Medizin III - H\u00e4matologie und Onkologie (Prof. Bassermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)/Innere Medizin III - H\u00e4matologie und Onkologie (Prof. Bassermann)" }, - "TULRFSG": { - "code": "TULRFSG", - "id": 14915, - "name": "Forschungseinrichtung Satellitengeod\u00e4sie (BE)", - "path": "TUM/Schools/Engineering and Design/Forschungseinrichtung Satellitengeod\u00e4sie (BE)" + "15950": { + "code": "TUMEGY1", + "name": "Lehrstuhl f\u00fcr Frauenheilkunde (Prof. Kiechle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Frauenheilkunde (Prof. Kiechle)/Frauenheilkunde (Prof. Kiechle)" }, - "TULRFSV": { - "code": "TULRFSV", - "id": 50499, - "name": "Luftfahrt, Raumfahrt und Geod\u00e4sie", - "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Luftfahrt, Raumfahrt und Geod\u00e4sie" + "15956": { + "code": "TUMENL1", + "name": "Lehrstuhl f\u00fcr Neurologie (Prof. Hemmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)/Neurologie (Prof. Hemmer)" }, - "TULRGDS": { - "code": "TULRGDS", - "id": 15098, - "name": "Lehrstuhl f\u00fcr Ingenieurgeod\u00e4sie (Prof. Holst)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Ingenieurgeod\u00e4sie (Prof. Holst)" + "15963": { + "code": "TUMENC1", + "name": "Lehrstuhl f\u00fcr Neurochirurgie (Prof. Meyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)/Neurochirurgie (Prof. Meyer)" }, - "TULRGIS": { - "code": "TULRGIS", - "id": 15100, - "name": "Lehrstuhl f\u00fcr Geoinformatik (Prof.Kolbe)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Geoinformatik (Prof.Kolbe)" + "15968": { + "code": "TUMEPM1", + "name": "Lehrstuhl f\u00fcr Psychosomatische Medizin, Psychotherapie und Medizinische Psychologie (Prof. Henningsen)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychosomatische Medizin und Psychotherapie (Prof. Henningsen)/Psychosomatische Medizin, Psychotherapie und Medizinische Psychologie (Prof. Henningsen)" }, - "TULRHST": { - "code": "TULRHST", - "id": 43429, - "name": "Lehrstuhl f\u00fcr Hubschraubertechnologie (Prof. Yavrucuk)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Hubschraubertechnologie (Prof. Yavrucuk)" + "15973": { + "code": "TUMEST1", + "name": "Lehrstuhl f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)/RadioOnkologie und Strahlentherapie (Prof. Combs)" }, - "TULRLCC": { - "code": "TULRLCC", - "id": 24074, - "name": "Lehrstuhl f\u00fcr Carbon Composites (Prof. Drechsler)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Carbon Composites (Prof. Drechsler)" + "15977": { + "code": "TUMEHN1", + "name": "Lehrstuhl f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)/Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)" + }, + "15982": { + "code": "TUMEUR1", + "name": "Lehrstuhl f\u00fcr Urologie (Prof. Gschwend)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Urologie (Prof. Gschwend)/Urologie (Prof. Gschwend)" }, - "TULRLEW": { - "code": "TULRLEW", - "id": 15099, - "name": "Lehrstuhl f\u00fcr Bodenordnung und Landentwicklung (Prof. de Vries)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Bodenordnung und Landentwicklung (Prof. de Vries)" + "15988": { + "code": "TUMEOR1", + "name": "Lehrstuhl f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)/Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)" }, - "TULRLFK": { - "code": "TULRLFK", - "id": 15103, - "name": "Lehrstuhl f\u00fcr Kartographie und Visuelle Analytik (Prof. Meng)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Kartographie und Visuelle Analytik (Prof. Meng)" + "15989": { + "code": "TUMEOR3", + "name": "Professur f\u00fcr Sportorthop\u00e4die (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Weitere Lehrst\u00fchle und Professuren/Sportorthop\u00e4die (N.N.)" }, - "TULRLLS": { - "code": "TULRLLS", - "id": 15304, - "name": "Lehrstuhl f\u00fcr Luftfahrtsysteme (Prof. Hornung)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Luftfahrtsysteme (Prof. Hornung)" + "15991": { + "code": "TUMEUC1", + "name": "Lehrstuhl f\u00fcr Unfallchirurgie (Prof. Biberthaler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Unfallchirurgie (Prof. Biberthaler)/Unfallchirurgie (Prof. Biberthaler)" }, - "TULRLMF": { - "code": "TULRLMF", - "id": 15104, - "name": "Lehrstuhl f\u00fcr Methodik der Fernerkundung (Dr. K\u00f6rner komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Methodik der Fernerkundung (Dr. K\u00f6rner komm.)" + "15995": { + "code": "TUMEAU1", + "name": "Lehrstuhl f\u00fcr Augenheilkunde (Prof. Charbel Issa)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Augenheilkunde (Prof. Charbel Issa)/Augenheilkunde (Prof. Charbel Issa)" }, - "TULRLRT": { - "code": "TULRLRT", - "id": 15309, - "name": "Lehrstuhl f\u00fcr Raumfahrttechnik (Prof. Holzapfel komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Raumfahrttechnik (Prof. Holzapfel komm.)" + "15999": { + "code": "TUMENM1", + "name": "Lehrstuhl f\u00fcr Nuklearmedizin (Prof. Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)/Nuklearmedizin (Prof. Weber)" }, - "TULRLTF": { - "code": "TULRLTF", - "id": 15308, - "name": "Lehrstuhl f\u00fcr Turbomaschinen und Flugantriebe (Prof. G\u00fcmmer)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Turbomaschinen und Flugantriebe (Prof. G\u00fcmmer)" + "16005": { + "code": "TUMEDE1", + "name": "Lehrstuhl f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)/Dermatologie und Allergologie (Prof. Biedermann)" }, - "TULRNAV": { - "code": "TULRNAV", - "id": 15369, - "name": "Lehrstuhl f\u00fcr Kommunikation und Navigation (N.N.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Kommunikation und Navigation (N.N.)" + "16007": { + "code": "TUMEMA1", + "name": "Lehrstuhl f\u00fcr Molekulare Allergologie und Umweltforschung (Prof. Schmidt-Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Allergologie (Prof. Schmidt-Weber)/Molekulare Allergologie und Umweltforschung (Prof. Schmidt-Weber)" }, - "TULRRFA": { - "code": "TULRRFA", - "id": 44566, - "name": "Lehrstuhl f\u00fcr Raumfahrtmobilit\u00e4t und -antriebe (Prof. Manfletti)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Raumfahrtmobilit\u00e4t und -antriebe (Prof. Manfletti)" + "16012": { + "code": "TUMEMK1", + "name": "Lehrstuhl f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)/Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)" }, - "TULRSFM": { - "code": "TULRSFM", - "id": 50897, - "name": "Professur f\u00fcr Sustainable Future Mobility (Prof. Jocher)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Sustainable Future Mobility (Prof. Jocher)" + "16013": { + "code": "TUMEMK2", + "name": "Professur f\u00fcr Zahn\u00e4rztliche Chirurgie und Implantologie (Prof. Deppe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)/Zahn\u00e4rztliche Chirurgie und Implantologie (Prof. Deppe)" }, - "TULRSGD": { - "code": "TULRSGD", - "id": 15102, - "name": "Professur f\u00fcr Satellitengeod\u00e4sie (Prof. Hugentobler)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Satellitengeod\u00e4sie (Prof. Hugentobler)" + "16017": { + "code": "TUMEPS1", + "name": "Lehrstuhl f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)/Psychiatrie und Psychotherapie (Prof. Priller)" }, - "TULRSIG": { - "code": "TULRSIG", - "id": 47297, - "name": "Lehrstuhl f\u00fcr Data Science in Earth Observation (Prof. Zhu)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Data Science in Earth Observation (Prof. Zhu)" + "16021": { + "code": "TUMEKI1", + "name": "Lehrstuhl f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Kinder- und Jugendmedizin (Prof. Hauer)" }, - "TUMAF01": { - "code": "TUMAF01", - "id": 14617, - "name": "Professur f\u00fcr Angewandte Mathematische Statistik (Prof. Czado)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte Mathematische Statistik (Prof. Czado)" + "16029": { + "code": "TUMEPR1", + "name": "Lehrstuhl f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Poliklinik f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)/Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)" }, - "TUMAF04": { - "code": "TUMAF04", - "id": 20823, - "name": "Professur f\u00fcr Angewandte und Computergest\u00fctzte Topologie (Prof. Bauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte und Computergest\u00fctzte Topologie (Prof. Bauer)" + "16034": { + "code": "TUMERO1", + "name": "Lehrstuhl f\u00fcr Diagnostische und Interventionelle Radiologie (Prof. Makowski)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Diagnostische und Interventionelle Radiologie (Prof. Makowski)" }, - "TUMAF05": { - "code": "TUMAF05", - "id": 20824, - "name": "Professur f\u00fcr Mathematik in den Lebenswissenschaften (Prof. Kuttler)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematik in den Lebenswissenschaften (Prof. Kuttler)" + "16036": { + "code": "TUMERO2", + "name": "Professur f\u00fcr Interventionelle Radiologie (Prof. Paprottka)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Interventionelle Radiologie (Prof. Paprottka)" }, - "TUMAF06": { - "code": "TUMAF06", - "id": 14610, - "name": "Professur f\u00fcr Wissenschaftliches Rechnen und Unsicherheitsquantifizierung (Prof. Ullmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wissenschaftliches Rechnen und Unsicherheitsquantifizierung (Prof. Ullmann)" + "16037": { + "code": "TUMERO3", + "name": "Professur f\u00fcr Neuroradiologie (Prof. Zimmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)/Neuroradiologie (Prof. Zimmer)" }, - "TUMAF07": { - "code": "TUMAF07", - "id": 14612, - "name": "Professur f\u00fcr Diskrete Mathematik (Prof. Weltge)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Diskrete Mathematik (Prof. Weltge)" + "16041": { + "code": "TUMEHM1", + "name": "Lehrstuhl f\u00fcr Humangenetik (Prof. Winkelmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Humangenetik (Prof. Winkelmann)/Humangenetik (Prof. Winkelmann)" }, - "TUMAF08": { - "code": "TUMAF08", - "id": 20805, - "name": "Professur f\u00fcr Angewandte computergest\u00fctzte Mathematik (Prof. Hoffmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte computergest\u00fctzte Mathematik (Prof. Hoffmann)" + "16045": { + "code": "TUMEKC1", + "name": "Lehrstuhl f\u00fcr Klinische Chemie und Pathobiochemie (Prof. Ruland)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinische Chemie und Pathobiochemie (Prof. Ruland)/Klinische Chemie und Pathobiochemie (Prof. Ruland)" }, - "TUMAF09": { - "code": "TUMAF09", - "id": 20806, - "name": "Professur f\u00fcr Mathematische Methoden der Biochemie und Molekularbiologie (Prof. M\u00fcller)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Methoden der Biochemie und Molekularbiologie (Prof. M\u00fcller)" + "16049": { + "code": "TUMEEO1", + "name": "Lehrstuhl f\u00fcr Experimentelle Onkologie und Therapieforschung (Prof. Knolle komm.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Institute/Experimentelle Onkologie und Therapieforschung (Knolle komm.)/Experimentelle Onkologie und Therapieforschung (Prof. Knolle komm.)" }, - "TUMAF10": { - "code": "TUMAF10", - "id": 20816, - "name": "Professur f\u00fcr Dynamische Systeme (Prof. Matthes)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Dynamische Systeme (Prof. Matthes)" + "16053": { + "code": "TUMEMI1", + "name": "Lehrstuhl f\u00fcr Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)" }, - "TUMAF11": { - "code": "TUMAF11", - "id": 20795, - "name": "Professur f\u00fcr Wahrscheinlichkeitstheorie (Prof. Rolles)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wahrscheinlichkeitstheorie (Prof. Rolles)" + "16057": { + "code": "TUMEPA1", + "name": "Lehrstuhl f\u00fcr Pathologie (N.N.)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)/Pathologie (N.N.)" }, - "TUMAF12": { - "code": "TUMAF12", - "id": 20796, - "name": "Professur f\u00fcr Numerik komplexer Systeme (Prof. Junge)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerik komplexer Systeme (Prof. Junge)" + "16065": { + "code": "TUMEPT1", + "name": "Lehrstuhl f\u00fcr Pharmakologie und Toxikologie (Prof. Engelhardt)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmakologie und Toxikologie (Prof. Engelhardt)/Pharmakologie und Toxikologie (Prof. Engelhardt)" }, - "TUMAF13": { - "code": "TUMAF13", - "id": 20807, - "name": "Professur f\u00fcr Analysis und ihre Anwendungen (Prof. Warzel)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis und ihre Anwendungen (Prof. Warzel)" + "16070": { + "code": "TUMEIS1", + "name": "Lehrstuhl f\u00fcr Medizinische Informatik (Prof. Boeker)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)/Medizinische Informatik (Prof. Boeker)" }, - "TUMAF14": { - "code": "TUMAF14", - "id": 20817, - "name": "Professur f\u00fcr Biostatistik (Prof. Ankerst)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Biostatistik (Prof. Ankerst)" + "16080": { + "code": "TUMEGE1", + "name": "Professur f\u00fcr Ethik der Medizin und Gesundheitstechnologien (Prof. Buyx)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Geschichte und Ethik der Medizin (Prof. Buyx)/Ethik der Medizin und Gesundheitstechnologien (Prof. Buyx)" }, - "TUMAF15": { - "code": "TUMAF15", - "id": 20825, - "name": "Professur f\u00fcr Numerik Partieller Differentialgleichungen (Prof. Lasser)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerik Partieller Differentialgleichungen (Prof. Lasser)" + "16091": { + "code": "TUMETU1", + "name": "Lehrstuhl f\u00fcr Toxikologie und Umwelthygiene (HMGU) (Prof. G\u00f6ttlicher)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxikologie und Umwelthygiene (Prof. G\u00f6ttlicher)/Toxikologie und Umwelthygiene (HMGU) (Prof. G\u00f6ttlicher)" }, - "TUMAF17": { - "code": "TUMAF17", - "id": 20783, - "name": "Lehrstuhl f\u00fcr Analysis und Modellbildung (Prof. Zimmer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis und Modellbildung (Prof. Zimmer)" + "16095": { + "code": "TUMEVI1", + "name": "Lehrstuhl f\u00fcr Virologie (HMGU) (Prof. Protzer)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virologie (Prof. Protzer)/Virologie (HMGU) (Prof. Protzer)" }, - "TUMAF18": { - "code": "TUMAF18", - "id": 42712, - "name": "Professur f\u00fcr Diskrete Mathematik und Kombinatorische Optimierung (Prof. Wiese)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Diskrete Mathematik und Kombinatorische Optimierung (Prof. Wiese)" + "16100": { + "code": "TUMEDH1", + "name": "Klinik f\u00fcr Herz- und Gef\u00e4\u00dfchirurgie (DHM) (Prof. Krane)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Gef\u00e4\u00dfchirurgie (DHM) (Prof. Krane)" }, - "TUMAF20": { - "code": "TUMAF20", - "id": 14614, - "name": "Professur f\u00fcr Finanzmathematik (Prof. Knochenhauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Finanzmathematik (Prof. Knochenhauer)" + "16101": { + "code": "TUMEDH2", + "name": "Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)" }, - "TUMAF22": { - "code": "TUMAF22", - "id": 44804, - "name": "Professur f\u00fcr Risk and Insurance (Prof. Scherer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Risk and Insurance (Prof. Scherer)" + "16102": { + "code": "TUMEDH0", + "name": "Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)" }, - "TUMAF23": { - "code": "TUMAF23", - "id": 44928, - "name": "Professur f\u00fcr Theorie komplexer Quantensysteme (Prof. K\u00f6nig)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Theorie komplexer Quantensysteme (Prof. K\u00f6nig)" + "16110": { + "code": "TUMEER1", + "name": "Lehrstuhl f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)/Ern\u00e4hrungsmedizin (Prof. Hauner)" }, - "TUMAF24": { - "code": "TUMAF24", - "id": 45048, - "name": "Professur f\u00fcr Mathematische Kontinuumsmechanik (Prof. Cicalese)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Kontinuumsmechanik (Prof. Cicalese)" + "16114": { + "code": "TUMENW1", + "name": "Hertie-Senior Forschungsprofessur f\u00fcr Neurowissenschaften (Prof. Konnerth)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neurowissenschaften (Prof. Konnerth)/Hertie-Senior Forschungsprofessur f\u00fcr Neurowissenschaften (Prof. Konnerth)" }, - "TUMAF25": { - "code": "TUMAF25", - "id": 45049, - "name": "Professur f\u00fcr Stochastische Prozesse (Prof. Berger Steiger)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Stochastische Prozesse (Prof. Berger Steiger)" + "16121": { + "code": "TUSPZ01", + "name": "Dekanat SG", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Fakult\u00e4tsverwaltung/Dekanat SG" }, - "TUMAF27": { - "code": "TUMAF27", - "id": 45591, - "name": "Lehrstuhl f\u00fcr Algebraische Geometrie (Prof. Liedtke)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algebraische Geometrie (Prof. Liedtke)" + "16123": { + "code": "TUSPFMG", + "name": "Fakult\u00e4tsmanagement", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Fakult\u00e4tsverwaltung/Fakult\u00e4tsmanagement" }, - "TUMAF28": { - "code": "TUMAF28", - "id": 46318, - "name": "Professur f\u00fcr Optimierung und Datenanalyse (Prof. Krahmer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimierung und Datenanalyse (Prof. Krahmer)" + "16124": { + "code": "TUSPFVW", + "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Fakult\u00e4tsverwaltung" }, - "TUMAF30": { - "code": "TUMAF30", - "id": 47757, - "name": "Lehrstuhl f\u00fcr Mehrskaligkeit und Stochastische Dynamik (Prof. K\u00fchn)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mehrskaligkeit und Stochastische Dynamik (Prof. K\u00fchn)" + "16128": { + "code": "TUSPZ05", + "name": "Betriebseinheit Angewandte Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Betriebseinheit Angewandte Sportwissenschaft" }, - "TUMAFMA": { - "code": "TUMAFMA", - "id": 14178, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Mathematik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik" + "16129": { + "code": "TUSPL04", + "name": "Arbeitsbereich Medien und Kommunikation (Dr. Schaffrath)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Arbeitsbereich Medien und Kommunikation (Dr. Schaffrath)" }, - "TUMAFRW": { - "code": "TUMAFRW", - "id": 44013, - "name": "Serviceb\u00fcro Finanzen Mathematik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik/Serviceb\u00fcro Finanzen Mathematik" + "16130": { + "code": "TUSPL02", + "name": "Lehrstuhl f\u00fcr Pr\u00e4ventive P\u00e4diatrie (Prof. Oberhoffer-Fritz)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Pr\u00e4ventive P\u00e4diatrie (Prof. Oberhoffer-Fritz)" }, - "TUMAJNG": { - "code": "TUMAJNG", - "id": 19584, - "name": "John-von-Neumann-Gastprofessur", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/John-von-Neumann-Gastprofessur" + "16131": { + "code": "TUSPL06", + "name": "Professur f\u00fcr Sport- und Gesundheitsp\u00e4dagogik (N.N.)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsp\u00e4dagogik (N.N.)" }, - "TUMAM01": { - "code": "TUMAM01", - "id": 14602, - "name": "Lehrstuhl f\u00fcr Mathematische Optimierung (Prof. Ulbrich)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Optimierung (Prof. Ulbrich)" + "16132": { + "code": "TUSPL05", + "name": "Arbeitsbereich Sportpsychologie (Dr. Ehrlenspiel)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Arbeitsbereich Sportpsychologie (Dr. Ehrlenspiel)" }, - "TUMAM02": { - "code": "TUMAM02", - "id": 14577, - "name": "Lehrstuhl f\u00fcr Numerische Mathematik (Prof. Wohlmuth)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerische Mathematik (Prof. Wohlmuth)" + "16133": { + "code": "TUSPL01", + "name": "Professur f\u00fcr Biomechanik im Sport (Prof. Schwirtz)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Biomechanik im Sport (Prof. Schwirtz)" }, - "TUMAM03": { - "code": "TUMAM03", - "id": 14604, - "name": "Lehrstuhl f\u00fcr Wissenschaftliches Rechnen (Prof. Bornemann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wissenschaftliches Rechnen (Prof. Bornemann)" + "16134": { + "code": "TUMWSGM", + "name": "Professur f\u00fcr Sportger\u00e4te und Sportmaterialien (Prof. Senner)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Sportger\u00e4te und Sportmaterialien (Prof. Senner)" }, - "TUMAM04": { - "code": "TUMAM04", - "id": 14600, - "name": "Lehrstuhl f\u00fcr Mathematische Statistik (Prof. Drton)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Statistik (Prof. Drton)" + "16135": { + "code": "TUSPL08", + "name": "Professur f\u00fcr Gesundheits\u00f6konomie (Prof. Sundmacher)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Gesundheits\u00f6konomie (Prof. Sundmacher)" }, - "TUMAM05": { - "code": "TUMAM05", - "id": 14597, - "name": "Lehrstuhl f\u00fcr Mathematische Physik (Prof. Wolf)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Physik (Prof. Wolf)" + "16136": { + "code": "TUSPL03", + "name": "Professur f\u00fcr Neuromuskul\u00e4re Diagnostik (Prof. Franklin)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Neuromuskul\u00e4re Diagnostik (Prof. Franklin)" + }, + "16141": { + "code": "TUSPL00", + "name": "Lehrst\u00fchle und Professuren", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Lehrst\u00fchle und Professuren" }, - "TUMAM06": { - "code": "TUMAM06", - "id": 14605, - "name": "Lehrstuhl f\u00fcr Numerische Mathematik / Steuerungstheorie (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerische Mathematik / Steuerungstheorie (N.N.)" + "16201": { + "code": "TUPHE13", + "name": "Lehrstuhl f\u00fcr Funktionelle Materialien (Prof. M\u00fcller-Buschbaum)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Funktionelle Materialien (Prof. M\u00fcller-Buschbaum)" }, - "TUMAM07": { - "code": "TUMAM07", - "id": 14583, - "name": "Lehrstuhl f\u00fcr Globale Analysis (Prof. Friesecke)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Globale Analysis (Prof. Friesecke)" + "16202": { + "code": "TUPHE14", + "name": "Lehrstuhl f\u00fcr Physik Synthetischer Biosysteme (Prof. Simmel)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Physik Synthetischer Biosysteme (Prof. Simmel)" }, - "TUMAM08": { - "code": "TUMAM08", - "id": 14596, - "name": "Lehrstuhl f\u00fcr H\u00f6here Mathematik und Analytische Mechanik (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/H\u00f6here Mathematik und Analytische Mechanik (N.N.)" + "16203": { + "code": "TUPHE15", + "name": "Lehrstuhl f\u00fcr Experimentelle Astroteilchenphysik (Prof. Sch\u00f6nert)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentelle Astroteilchenphysik (Prof. Sch\u00f6nert)" }, - "TUMAM09": { - "code": "TUMAM09", - "id": 14599, - "name": "Lehrstuhl f\u00fcr Angewandte Geometrie und Diskrete Mathematik (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte Geometrie und Diskrete Mathematik (N.N.)" + "16205": { + "code": "TUPHE17", + "name": "Lehrstuhl f\u00fcr Biomedizinische Physik (Prof. Pfeiffer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Biomedizinische Physik (Prof. Pfeiffer)" }, - "TUMAM10": { - "code": "TUMAM10", - "id": 14598, - "name": "Lehrstuhl f\u00fcr Geometrie und Visualisierung (Prof. Richter-Gebert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometrie und Visualisierung (Prof. Richter-Gebert)" + "16206": { + "code": "TUPHE18", + "name": "Lehrstuhl f\u00fcr Physik I (Prof. Paul)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physik I (Prof. Paul)" }, - "TUMAM11": { - "code": "TUMAM11", - "id": 14607, - "name": "Lehrstuhl f\u00fcr Algorithmische Algebra (Prof. Kemper)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algorithmische Algebra (Prof. Kemper)" + "16208": { + "code": "TUPHE20", + "name": "Lehrstuhl f\u00fcr Experimentalphysik - Oberfl\u00e4chen- und Grenzfl\u00e4chenphysik (Prof. Barth)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Oberfl\u00e4chen- und Grenzfl\u00e4chenphysik (Prof. Barth)" }, - "TUMAM12": { - "code": "TUMAM12", - "id": 14603, - "name": "Lehrstuhl f\u00fcr Mathematische Modellierung biologischer Systeme (Prof. Theis)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Modellierung biologischer Systeme (Prof. Theis)" + "16209": { + "code": "TUPHE21", + "name": "Lehrstuhl f\u00fcr Experimentalphysik II (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Experimentalphysik II (N.N.)" }, - "TUMAM13": { - "code": "TUMAM13", - "id": 19519, - "name": "Lehrstuhl f\u00fcr Finanzmathematik (Prof. Zagst)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Finanzmathematik (Prof. Zagst)" + "16210": { + "code": "TUPHE22", + "name": "Lehrstuhl f\u00fcr Biophysik (Prof. Rief)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biophysik (Prof. Rief)" }, - "TUMAM14": { - "code": "TUMAM14", - "id": 41916, - "name": "Lehrstuhl f\u00fcr Wahrscheinlichkeitstheorie (Prof. Gantert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wahrscheinlichkeitstheorie (Prof. Gantert)" + "16211": { + "code": "TUPHE23", + "name": "Lehrstuhl f\u00fcr Technische Physik (Prof. Gross/Prof. Filipp)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technische Physik (Prof. Gross/Prof. Filipp)" }, - "TUMAM15": { - "code": "TUMAM15", - "id": 44404, - "name": "Lehrstuhl f\u00fcr Angewandte Numerische Analysis (Prof. Fornasier)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte Numerische Analysis (Prof. Fornasier)" + "16213": { + "code": "TUPHE25", + "name": "Lehrstuhl f\u00fcr Experimentelle Halbleiterphysik (Prof. Sharp)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentelle Halbleiterphysik (Prof. Sharp)" }, - "TUMAM16": { - "code": "TUMAM16", - "id": 45110, - "name": "Lehrstuhl f\u00fcr Numerische Methoden der Plasmaphysik (Prof. Sonnendr\u00fccker)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerische Methoden der Plasmaphysik (Prof. Sonnendr\u00fccker)" + "16214": { + "code": "TUPHT31", + "name": "Lehrstuhl f\u00fcr Theoretische Elementarteilchenphysik (Prof. Beneke)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Elementarteilchenphysik (Prof. Beneke)" }, - "TUMAM17": { - "code": "TUMAM17", - "id": 20674, - "name": "Lehrstuhl f\u00fcr Optimalsteuerung (Prof. Vexler)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimalsteuerung (Prof. Vexler)" + "16216": { + "code": "TUPHT34", + "name": "Lehrstuhl f\u00fcr Theoretische Physik V - Vielteilchenph\u00e4nomene (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Theoretische Physik V - Vielteilchenph\u00e4nomene (N.N.)" }, - "TUMAM31": { - "code": "TUMAM31", - "id": 40884, - "name": "Lehrstuhl f\u00fcr Arithmetische Geometrie (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Arithmetische Geometrie (N.N.)" + "16218": { + "code": "TUPHT38", + "name": "Lehrstuhl f\u00fcr Theoretische Biophysik - Molekulardynamik (Prof. Zacharias)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretische Biophysik - Molekulardynamik (Prof. Zacharias)" }, - "TUMARBG": { - "code": "TUMARBG", - "id": 44884, - "name": "Rechnerbetriebsgruppe Mathematik und Informatik (RBG)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik/Rechnerbetriebsgruppe Mathematik und Informatik (RBG)" + "16219": { + "code": "TUPHT39", + "name": "Lehrstuhl f\u00fcr Theoretische Physik - Angewandte Quantenfeldtheorie (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Theoretische Physik - Angewandte Quantenfeldtheorie (N.N.)" }, - "TUMASBM": { - "code": "TUMASBM", - "id": 44011, - "name": "Zentrale Einrichtungen Zentrum Mathematik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik" + "16227": { + "code": "TUPHT35", + "name": "Lehrstuhl f\u00fcr Theoretische Biophysik - Neuronale Informationsverarbeitung von Raum und Zeit (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Theoretische Biophysik - Neuronale Informationsverarbeitung von Raum und Zeit (N.N.)" }, - "TUMASSK": { - "code": "TUMASSK", - "id": 16502, - "name": "Serviceb\u00fcro Studium Mathematik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik/Serviceb\u00fcro Studium Mathematik" + "16301": { + "code": "TUPE000", + "name": "Partnerschaftliche Einrichtungen", + "path": "TUM/Partnerschaftliche Einrichtungen" }, - "TUMASTB": { - "code": "TUMASTB", - "id": 44026, - "name": "TUMStat - Statistikberatung", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Statistik (Prof. Drton)/TUMStat - Statistikberatung" + "16338": { + "code": "TUPESBW", + "name": "Bayerische Staatsbrauerei Weihenstephan (Wirtschaftsbetrieb)", + "path": "TUM/Partnerschaftliche Einrichtungen/Bayerische Staatsbrauerei Weihenstephan (Wirtschaftsbetrieb)" }, - "TUMATOP": { - "code": "TUMATOP", - "id": 50197, - "name": "Professur f\u00fcr Topologie (Prof. Scheimbauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Topologie (Prof. Scheimbauer)" + "16340": { + "code": "TUPEZAE", + "name": "Bayerisches Zentrum f\u00fcr Angewandte Energieforschung e.V. (ZAE)", + "path": "TUM/Partnerschaftliche Einrichtungen/Bayerisches Zentrum f\u00fcr Angewandte Energieforschung e.V. (ZAE)" }, - "TUME1M0": { - "code": "TUME1M0", - "id": 15718, - "name": "Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)" + "16341": { + "code": "TUPEGRS", + "name": "Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH", + "path": "TUM/Partnerschaftliche Einrichtungen/Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH" }, - "TUME1M1": { - "code": "TUME1M1", - "id": 15934, - "name": "Lehrstuhl f\u00fcr Innere Medizin I - Kardiologie (DHM) (Prof. Schunkert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Innere Medizin I - Kardiologie (DHM) (Prof. Schunkert)" + "16342": { + "code": "TUPECNS", + "name": "J\u00fclich Center for Neutron Science", + "path": "TUM/Partnerschaftliche Einrichtungen/J\u00fclich Center for Neutron Science" }, - "TUME1M2": { - "code": "TUME1M2", - "id": 27811, - "name": "Professur f\u00fcr Interventionelle Kardiologie (DHM) (Prof. Kastrati)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Interventionelle Kardiologie (DHM) (Prof. Kastrati)" + "16343": { + "code": "TUPEMPA", + "name": "Max-Planck-Institut f\u00fcr Astrophysik (MPA)", + "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Astrophysik (MPA)" }, - "TUME1M3": { - "code": "TUME1M3", - "id": 54565, - "name": "Professur f\u00fcr Gene Editing (Prof. Gr\u00fcnewald)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Gene Editing (Prof. Gr\u00fcnewald)" + "16344": { + "code": "TUPEMPB", + "name": "Max-Planck-Institut f\u00fcr Biochemie (MPBC)", + "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Biochemie (MPBC)" }, - "TUME1M4": { - "code": "TUME1M4", - "id": 54566, - "name": "Professur f\u00fcr Kardiovaskul\u00e4re Translation in Gro\u00dftiermodellen (Prof. Klymiuk)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Kardiovaskul\u00e4re Translation in Gro\u00dftiermodellen (Prof. Klymiuk)" + "16345": { + "code": "TUPEIPP", + "name": "Max-Planck-Institut f\u00fcr Plasmaphysik (IPP)", + "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Plasmaphysik (IPP)" }, - "TUME1M5": { - "code": "TUME1M5", - "id": 54600, - "name": "Professur f\u00fcr Molekulare Kardiologie (Prof. Laugwitz)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Molekulare Kardiologie (Prof. Laugwitz)" + "16346": { + "code": "TUPEMPQ", + "name": "Max-Planck-Institut f\u00fcr Quantenoptik (MPQ)", + "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Quantenoptik (MPQ)" }, - "TUME1M6": { - "code": "TUME1M6", - "id": 54601, - "name": "Professur f\u00fcr Regenerative Medizin bei Kardiovaskul\u00e4ren Erkrankungen (Prof. Moretti)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Regenerative Medizin bei Kardiovaskul\u00e4ren Erkrankungen (Prof. Moretti)" + "16347": { + "code": "TUPEMPE", + "name": "Max-Planck-Institut f\u00fcr extraterrestrische Physik (MPE)", + "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr extraterrestrische Physik (MPE)" }, - "TUME2M0": { - "code": "TUME2M0", - "id": 15719, - "name": "Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)" + "16348": { + "code": "TUPEPTP", + "name": "Bayerisches Staatliches Pr\u00fcfamt f\u00fcr Technische Physik (BE)", + "path": "TUM/Partnerschaftliche Einrichtungen/Bayerisches Staatliches Pr\u00fcfamt f\u00fcr Technische Physik (BE)" }, - "TUME2M1": { - "code": "TUME2M1", - "id": 15939, - "name": "Lehrstuhl f\u00fcr Innere Medizin II (Prof. Schmid)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Innere Medizin II (Prof. Schmid)" + "16349": { + "code": "TUPEIST", + "name": "TUM Asia", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Asia" }, - "TUME2M2": { - "code": "TUME2M2", - "id": 54567, - "name": "Professur f\u00fcr Tumormetabolismus (Prof. Alg\u00fcl)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Tumormetabolismus (Prof. Alg\u00fcl)" + "16350": { + "code": "TUPEGTG", + "name": "GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH" }, - "TUME2M3": { - "code": "TUME2M3", - "id": 15941, - "name": "Professur f\u00fcr Nephrologie (Prof. Heemann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)/Nephrologie (Prof. Heemann)" + "16351": { + "code": "TUPEISR", + "name": "ISaR Institute for Safety and Reliability GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/ISaR Institute for Safety and Reliability GmbH" }, - "TUME2M5": { - "code": "TUME2M5", - "id": 45571, - "name": "Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)" + "16352": { + "code": "TUPEVHB", + "name": "Virtuelle Hochschule Bayern (vhb)", + "path": "TUM/Partnerschaftliche Einrichtungen/Virtuelle Hochschule Bayern (vhb)" }, - "TUME2M6": { - "code": "TUME2M6", - "id": 45771, - "name": "Professur f\u00fcr Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)/Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)" + "16353": { + "code": "TUPEBM2", + "name": "Staatliches Bauamt M\u00fcnchen 2", + "path": "TUM/Partnerschaftliche Einrichtungen/Staatliches Bauamt M\u00fcnchen 2" }, - "TUME2M7": { - "code": "TUME2M7", - "id": 54658, - "name": "Professur f\u00fcr Klinische Toxikologie (Prof. Eyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)/Klinische Toxikologie (Prof. Eyer)" + "16354": { + "code": "TUPEKHG", + "name": "Katholische Hochschulgemeinde", + "path": "TUM/Partnerschaftliche Einrichtungen/Katholische Hochschulgemeinde" }, - "TUME2M8": { - "code": "TUME2M8", - "id": 54660, - "name": "Abteilung f\u00fcr Nephrologie (Prof. Heemann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)" + "16355": { + "code": "TUPEEHG", + "name": "Evangelische Hochschulgemeinde", + "path": "TUM/Partnerschaftliche Einrichtungen/Evangelische Hochschulgemeinde" }, - "TUME2M9": { - "code": "TUME2M9", - "id": 54665, - "name": "Professur f\u00fcr Translationale Pankreaskrebsforschung (Prof. Reichert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Translationale Pankreaskrebsforschung (Prof. Reichert)" + "16356": { + "code": "TUPEWMI", + "name": "Walther-Meissner-Institut (WMI)", + "path": "TUM/Partnerschaftliche Einrichtungen/Walther-Meissner-Institut (WMI)" }, - "TUME3M0": { - "code": "TUME3M0", - "id": 15720, - "name": "Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)" + "16357": { + "code": "TUPEMLL", + "name": "Beschleunigerlabor der LMU und TUM / Maier-Leibnitz-Laboratorium (MLL)", + "path": "TUM/Partnerschaftliche Einrichtungen/Beschleunigerlabor der LMU und TUM / Maier-Leibnitz-Laboratorium (MLL)" }, - "TUME3M1": { - "code": "TUME3M1", - "id": 15946, - "name": "Lehrstuhl f\u00fcr Innere Medizin III - H\u00e4matologie und Onkologie (Prof. Bassermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)/Innere Medizin III - H\u00e4matologie und Onkologie (Prof. Bassermann)" + "16358": { + "code": "TUPEMPP", + "name": "Max-Planck-Institut f\u00fcr Physik / Werner-Heisenberg-Institut (MPP)", + "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Physik / Werner-Heisenberg-Institut (MPP)" }, - "TUME3M2": { - "code": "TUME3M2", - "id": 27805, - "name": "Professur f\u00fcr Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)/Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)" + "16502": { + "code": "TUMASSK", + "name": "Serviceb\u00fcro Studium Mathematik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik/Serviceb\u00fcro Studium Mathematik" }, - "TUME3M3": { - "code": "TUME3M3", - "id": 54568, - "name": "Professur f\u00fcr Translationale Immuntherapie (Prof. Krackhardt)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)/Translationale Immuntherapie (Prof. Krackhardt)" + "17011": { + "code": "TUZVSQM", + "name": "TUM CST - Qualit\u00e4tsmanagement", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Qualit\u00e4tsmanagement" }, - "TUME3M4": { - "code": "TUME3M4", - "id": 54662, - "name": "Professur f\u00fcr Personalisierte Onkologie (Prof. Illert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)/Personalisierte Onkologie (Prof. Illert)" + "19519": { + "code": "TUMAM13", + "name": "Lehrstuhl f\u00fcr Finanzmathematik (Prof. Zagst)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Finanzmathematik (Prof. Zagst)" }, - "TUMEAM0": { - "code": "TUMEAM0", - "id": 42655, - "name": "Institut f\u00fcr Allgemeinmedizin und Versorgungsforschung (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Allgemeinmedizin und Versorgungsforschung (Prof. Schneider)" + "19584": { + "code": "TUMAJNG", + "name": "John-von-Neumann-Gastprofessur", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/John-von-Neumann-Gastprofessur" }, - "TUMEAM1": { - "code": "TUMEAM1", - "id": 42656, - "name": "Lehrstuhl f\u00fcr Allgemeinmedizin (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Allgemeinmedizin und Versorgungsforschung (Prof. Schneider)/Allgemeinmedizin (Prof. Schneider)" + "19626": { + "code": "TUGR000", + "name": "Gremien", + "path": "TUM/Gremien" }, - "TUMEAN0": { - "code": "TUMEAN0", - "id": 15717, - "name": "Klinik f\u00fcr An\u00e4sthesiologie und Intensivmedizin (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr An\u00e4sthesiologie und Intensivmedizin (Prof. Schneider)" + "19627": { + "code": "TUGRGRB", + "name": "Gremienb\u00fcro", + "path": "TUM/Gremien/Gremienb\u00fcro" + }, + "19628": { + "code": "TUGREHL", + "name": "Erweitertes Hochschulpr\u00e4sidium", + "path": "TUM/Gremien/Erweitertes Hochschulpr\u00e4sidium" }, - "TUMEAN1": { - "code": "TUMEAN1", - "id": 15928, - "name": "Lehrstuhl f\u00fcr An\u00e4sthesiologie (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr An\u00e4sthesiologie und Intensivmedizin (Prof. Schneider)/An\u00e4sthesiologie (Prof. Schneider)" + "19629": { + "code": "TUGRSEN", + "name": "Senat", + "path": "TUM/Gremien/Senat" }, - "TUMEAP0": { - "code": "TUMEAP0", - "id": 42043, - "name": "Apotheke", - "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Apotheke" + "19630": { + "code": "TUGRHSR", + "name": "Hochschulrat", + "path": "TUM/Gremien/Hochschulrat" }, - "TUMEAU0": { - "code": "TUMEAU0", - "id": 26541, - "name": "Klinik und Poliklinik f\u00fcr Augenheilkunde (Prof. Charbel Issa)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Augenheilkunde (Prof. Charbel Issa)" + "19631": { + "code": "TUGRKUR", + "name": "Kuratorium", + "path": "TUM/Gremien/Kuratorium" }, - "TUMEAU1": { - "code": "TUMEAU1", - "id": 15995, - "name": "Lehrstuhl f\u00fcr Augenheilkunde (Prof. Charbel Issa)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Augenheilkunde (Prof. Charbel Issa)/Augenheilkunde (Prof. Charbel Issa)" + "19638": { + "code": "TUZVHRS", + "name": "Hochschulreferate", + "path": "TUM/Hochschulreferate" }, - "TUMEBB0": { - "code": "TUMEBB0", - "id": 15745, - "name": "Institut f\u00fcr Biologische Bildgebung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Institute/Biologische Bildgebung" + "19639": { + "code": "TUZEFZE", + "name": "Zentrale Serviceeinrichtungen", + "path": "TUM/Zentrale Serviceeinrichtungen" }, - "TUMEBB1": { - "code": "TUMEBB1", - "id": 27418, - "name": "Lehrstuhl f\u00fcr Biologische Bildgebung (HMGU) (Prof. Ntziachristos)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Biologische Bildgebung (HMGU) (Prof. Ntziachristos)" + "19640": { + "code": "TUZVFZV", + "name": "Zentrale Verwaltung", + "path": "TUM/Zentrale Verwaltung" }, - "TUMEBB3": { - "code": "TUMEBB3", - "id": 51557, - "name": "Professur f\u00fcr Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)" + "19641": { + "code": "TUZEWZI", + "name": "Wissenschaftliche Zentralinstitute", + "path": "TUM/Wissenschaftliche Zentralinstitute" }, - "TUMEBTS": { - "code": "TUMEBTS", - "id": 44664, - "name": "Tierschutzbeauftragter der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Tierschutzbeauftragter" + "19642": { + "code": "TUGSFGS", + "name": "TUM Graduate School", + "path": "TUM/TUM Graduate School" }, - "TUMECC0": { - "code": "TUMECC0", - "id": 45651, - "name": "Roman Herzog Comprehensive Cancer Center", - "path": "TUM/Schools/Medicine and Health/Roman Herzog Comprehensive Cancer Center" + "19660": { + "code": "TUZVHR2", + "name": "Hochschulreferat 2 - Corporate Communications Center", + "path": "TUM/Hochschulreferate/Corporate Communications Center" }, - "TUMECH0": { - "code": "TUMECH0", - "id": 15715, - "name": "Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)" + "19661": { + "code": "TUZVHR3", + "name": "Horizons@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/Horizons@TUM" }, - "TUMECH1": { - "code": "TUMECH1", - "id": 15919, - "name": "Lehrstuhl f\u00fcr Chirurgie (Prof. Friess)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)/Chirurgie (Prof. Friess)" + "19662": { + "code": "TUZVHR5", + "name": "Hochschulreferat 5 - Fundraising", + "path": "TUM/Hochschulreferate/Fundraising" }, - "TUMECH2": { - "code": "TUMECH2", - "id": 15923, - "name": "Professur f\u00fcr Experim. Chirurgie mit Schwerpunkt Sepsis und Immunsuppression (Prof. Holzmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)/Experim. Chirurgie mit Schwerpunkt Sepsis und Immunsuppression (Prof. Holzmann)" + "19663": { + "code": "TUZVHR6", + "name": "Hochschulreferat 6 - Gesundheit, Sicherheit, Strahlenschutz", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz" }, - "TUMECH3": { - "code": "TUMECH3", - "id": 15921, - "name": "Lehrstuhl f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)/Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)" + "19671": { + "code": "TUZEBIB", + "name": "Universit\u00e4tsbibliothek", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek" }, - "TUMECH7": { - "code": "TUMECH7", - "id": 54598, - "name": "Professur f\u00fcr Kinderchirurgie (Prof. Hosie)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)/Kinderchirurgie (Prof. Hosie)" + "19672": { + "code": "TUZEZHS", + "name": "Zentraler Hochschulsport", + "path": "TUM/Zentrale Serviceeinrichtungen/Zentraler Hochschulsport" }, - "TUMEDE0": { - "code": "TUMEDE0", - "id": 15731, - "name": "Klinik und Poliklinik f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)" + "19689": { + "code": "TUZVZA2", + "name": "Personal (ZA 2)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)" }, - "TUMEDE1": { - "code": "TUMEDE1", - "id": 16005, - "name": "Lehrstuhl f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Dermatologie und Allergologie (Prof. Biedermann)/Dermatologie und Allergologie (Prof. Biedermann)" + "19690": { + "code": "TUZVZA3", + "name": "Finanzen (ZA 3)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)" }, - "TUMEDE4": { - "code": "TUMEDE4", - "id": 41785, - "name": "Professur f\u00fcr Epigenetik der Hautalterung (Prof. Djabali)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Epigenetik der Hautalterung (Prof. Djabali)" + "19691": { + "code": "TUZVZA4", + "name": "Immobilien (ZA 4)", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)" }, - "TUMEDF1": { - "code": "TUMEDF1", - "id": 44965, - "name": "Lehrstuhl f\u00fcr Diabetesforschung/Beta-Zell-Biologie (HMGU) (Prof. Lickert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Diabetesforschung/Beta-Zell-Biologie (HMGU) (Prof. Lickert)" + "19699": { + "code": "TUZEIEL", + "name": "Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health" }, - "TUMEDF2": { - "code": "TUMEDF2", - "id": 44966, - "name": "Lehrstuhl f\u00fcr Stoffwechselerkrankungen (HMGU) (Prof. Tsch\u00f6p)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Stoffwechselerkrankungen (HMGU) (Prof. Tsch\u00f6p)" + "19700": { + "code": "TUXB70L", + "name": "Studiengangsb\u00fcndel WTG", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Kontextlehre/WTG" }, - "TUMEDF3": { - "code": "TUMEDF3", - "id": 45452, - "name": "Lehrstuhl f\u00fcr Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)" + "19701": { + "code": "TUZEZMT", + "name": "Munich Institute of Biomedical Engineering (MIBE)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)" }, - "TUMEDH0": { - "code": "TUMEDH0", - "id": 16102, - "name": "Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)" + "19703": { + "code": "TUZEWSI", + "name": "Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)" }, - "TUMEDH1": { - "code": "TUMEDH1", - "id": 16100, - "name": "Klinik f\u00fcr Herz- und Gef\u00e4\u00dfchirurgie (DHM) (Prof. Krane)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Gef\u00e4\u00dfchirurgie (DHM) (Prof. Krane)" + "19704": { + "code": "TUZEMZ0", + "name": "ProLehre Medien und Didaktik", + "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik" }, - "TUMEDH2": { - "code": "TUMEDH2", - "id": 16101, - "name": "Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)" + "19705": { + "code": "TUZEFRM", + "name": "Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)" }, - "TUMEDH3": { - "code": "TUMEDH3", - "id": 27783, - "name": "Professur f\u00fcr Kardioan\u00e4sthesie (DHM) (Prof. Tassani-Prell)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr An\u00e4sthesiologie (DHM) (Prof. Tassani-Prell)/Kardioan\u00e4sthesie (DHM) (Prof. Tassani-Prell)" + "19706": { + "code": "TUZEIAS", + "name": "TUM Institute for Advanced Study (IAS)", + "path": "TUM/TUM Institute for Advanced Study (IAS)" }, - "TUMEDH5": { - "code": "TUMEDH5", - "id": 27785, - "name": "Professur f\u00fcr Experimentelle und Molekulare Kinderkardiologie (DHM) (Prof. G\u00f6rlach)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)/Experimentelle und Molekulare Kinderkardiologie (DHM) (Prof. G\u00f6rlach)" + "19710": { + "code": "TUGSSSE", + "name": "International Graduate School of Science and Engineering (IGSSE)", + "path": "TUM/TUM Graduate School/Graduiertenzentren/International Graduate School of Science and Engineering (IGSSE)" }, - "TUMEDH6": { - "code": "TUMEDH6", - "id": 50958, - "name": "Klinik f\u00fcr Chirurgie angeborener Herzfehler und Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Chirurgie angeborener Herzfehler und Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)" + "20208": { + "code": "TUPRAES", + "name": "Pr\u00e4sident", + "path": "TUM/Hochschulpr\u00e4sidium/Pr\u00e4sident" }, - "TUMEDH7": { - "code": "TUMEDH7", - "id": 54619, - "name": "Institut f\u00fcr An\u00e4sthesiologie (DHM) (Prof. Tassani-Prell)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr An\u00e4sthesiologie (DHM) (Prof. Tassani-Prell)" + "20212": { + "code": "TUPRBE4", + "name": "Beauftragter f\u00fcr Schulnetzwerke", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragter f\u00fcr Schulnetzwerke" }, - "TUMEDH8": { - "code": "TUMEDH8", - "id": 54618, - "name": "Professur f\u00fcr Kardiovaskul\u00e4re Inflammation (DHM) (Prof. Sager)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Kardiovaskul\u00e4re Inflammation (DHM) (Prof. Sager)" + "20226": { + "code": "TUPRVP1", + "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Studium & Lehre", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Studium & Lehre" }, - "TUMEDH9": { - "code": "TUMEDH9", - "id": 54617, - "name": "Professur f\u00fcr Fr\u00fchphase klinischer Studien in der Kardiologie (DHM) (Prof. Joner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Fr\u00fchphase klinischer Studien in der Kardiologie (DHM) (Prof. Joner)" + "20227": { + "code": "TUPRVP2", + "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Internationale Allianzen & Alumni", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Internationale Allianzen & Alumni" }, - "TUMEDHA": { - "code": "TUMEDHA", - "id": 54657, - "name": "Lehrstuhl f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)/Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)" + "20228": { + "code": "TUPRVP3", + "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Forschung & Innovation", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Forschung & Innovation" }, - "TUMEDHB": { - "code": "TUMEDHB", - "id": 54669, - "name": "Lehrstuhl f\u00fcr Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Chirurgie angeborener Herzfehler und Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)/Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)" + "20229": { + "code": "TUPRVP4", + "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Digitalisierung und IT-Systeme (CIO)", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Digitalisierung und IT-Systeme (CIO)" }, - "TUMEDHC": { - "code": "TUMEDHC", - "id": 54663, - "name": "Lehrstuhl f\u00fcr Herzchirurgie (DHM) (Prof. Krane)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Gef\u00e4\u00dfchirurgie (DHM) (Prof. Krane)/Herzchirurgie (DHM) (Prof. Krane)" + "20230": { + "code": "TUPRKAN", + "name": "Kanzler", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Kanzler" }, - "TUMEDHD": { - "code": "TUMEDHD", - "id": 54670, - "name": "Professur f\u00fcr Angeborene Herzfehler im Erwachsenenalter (DHM) (Prof. Tutarel)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)/Angeborene Herzfehler im Erwachsenenalter (DHM) (Prof. Tutarel)" + "20674": { + "code": "TUMAM17", + "name": "Lehrstuhl f\u00fcr Optimalsteuerung (Prof. Vexler)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimalsteuerung (Prof. Vexler)" }, - "TUMEDHE": { - "code": "TUMEDHE", - "id": 55097, - "name": "Institut f\u00fcr Radiologie und Nuklearmedizin (DHM) (Dr. Martinoff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr Radiologie und Nuklearmedizin (DHM) (Dr. Martinoff)" + "20783": { + "code": "TUMAF17", + "name": "Lehrstuhl f\u00fcr Analysis und Modellbildung (Prof. Zimmer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis und Modellbildung (Prof. Zimmer)" }, - "TUMEDHF": { - "code": "TUMEDHF", - "id": 55098, - "name": "Institut f\u00fcr Laboratoriumsmedizin (DHM) (Prof. Holdenrieder)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr Laboratoriumsmedizin (DHM) (Prof. Holdenrieder)" + "20795": { + "code": "TUMAF11", + "name": "Professur f\u00fcr Wahrscheinlichkeitstheorie (Prof. Rolles)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wahrscheinlichkeitstheorie (Prof. Rolles)" }, - "TUMEDHX": { - "code": "TUMEDHX", - "id": 15749, - "name": "Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum" + "20796": { + "code": "TUMAF12", + "name": "Professur f\u00fcr Numerik komplexer Systeme (Prof. Junge)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerik komplexer Systeme (Prof. Junge)" }, - "TUMEEH0": { - "code": "TUMEEH0", - "id": 54559, - "name": "Institut f\u00fcr Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)" + "20805": { + "code": "TUMAF08", + "name": "Professur f\u00fcr Angewandte computergest\u00fctzte Mathematik (Prof. Hoffmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte computergest\u00fctzte Mathematik (Prof. Hoffmann)" }, - "TUMEEK0": { - "code": "TUMEEK0", - "id": 54777, - "name": "Ethikkommission med., AMG", - "path": "TUM/Schools/Medicine and Health/Ethikkommissionen/Ethikkommission med., AMG" + "20806": { + "code": "TUMAF09", + "name": "Professur f\u00fcr Mathematische Methoden der Biochemie und Molekularbiologie (Prof. M\u00fcller)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Methoden der Biochemie und Molekularbiologie (Prof. M\u00fcller)" }, - "TUMEEN0": { - "code": "TUMEEN0", - "id": 54560, - "name": "Institut f\u00fcr Experimentelle Neuroimmunologie (Prof. Korn)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Neuroimmunologie (Prof. Korn)" + "20807": { + "code": "TUMAF13", + "name": "Professur f\u00fcr Analysis und ihre Anwendungen (Prof. Warzel)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis und ihre Anwendungen (Prof. Warzel)" }, - "TUMEEN1": { - "code": "TUMEEN1", - "id": 54561, - "name": "Lehrstuhl f\u00fcr Experimentelle Neuroimmunologie (Prof. Korn)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Neuroimmunologie (Prof. Korn)/Experimentelle Neuroimmunologie (Prof. Korn)" + "20816": { + "code": "TUMAF10", + "name": "Professur f\u00fcr Dynamische Systeme (Prof. Matthes)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Dynamische Systeme (Prof. Matthes)" }, - "TUMEEO0": { - "code": "TUMEEO0", - "id": 15739, - "name": "Institut f\u00fcr Experimentelle Onkologie und Therapieforschung (Knolle komm.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Institute/Experimentelle Onkologie und Therapieforschung (Knolle komm.)" + "20817": { + "code": "TUMAF14", + "name": "Professur f\u00fcr Biostatistik (Prof. Ankerst)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Biostatistik (Prof. Ankerst)" }, - "TUMEEO1": { - "code": "TUMEEO1", - "id": 16049, - "name": "Lehrstuhl f\u00fcr Experimentelle Onkologie und Therapieforschung (Prof. Knolle komm.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Institute/Experimentelle Onkologie und Therapieforschung (Knolle komm.)/Experimentelle Onkologie und Therapieforschung (Prof. Knolle komm.)" + "20823": { + "code": "TUMAF04", + "name": "Professur f\u00fcr Angewandte und Computergest\u00fctzte Topologie (Prof. Bauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte und Computergest\u00fctzte Topologie (Prof. Bauer)" + }, + "20824": { + "code": "TUMAF05", + "name": "Professur f\u00fcr Mathematik in den Lebenswissenschaften (Prof. Kuttler)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematik in den Lebenswissenschaften (Prof. Kuttler)" }, - "TUMEER0": { - "code": "TUMEER0", - "id": 15751, - "name": "Klinik f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)" + "20825": { + "code": "TUMAF15", + "name": "Professur f\u00fcr Numerik Partieller Differentialgleichungen (Prof. Lasser)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerik Partieller Differentialgleichungen (Prof. Lasser)" }, - "TUMEER1": { - "code": "TUMEER1", - "id": 16110, - "name": "Lehrstuhl f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik f\u00fcr Ern\u00e4hrungsmedizin (Prof. Hauner)/Ern\u00e4hrungsmedizin (Prof. Hauner)" + "21453": { + "code": "TUPHE27", + "name": "Lehrstuhl f\u00fcr Zellbiophysik (Prof. Bausch)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Zellbiophysik (Prof. Bausch)" }, - "TUMEER2": { - "code": "TUMEER2", - "id": 27799, - "name": "Professur f\u00fcr P\u00e4diatrische Ern\u00e4hrungsmedizin (Prof. Witt)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/P\u00e4diatrische Ern\u00e4hrungsmedizin (Prof. Witt)" + "21511": { + "code": "TUPHENA", + "name": "Professur f\u00fcr Experimentalphysik - Nukleare Astrophysik (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Experimentalphysik - Nukleare Astrophysik (N.N.)" }, - "TUMEET0": { - "code": "TUMEET0", - "id": 54562, - "name": "Institut f\u00fcr Experimentelle Tumortherapie (Prof. Saur)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Tumortherapie (Prof. Saur)" + "21512": { + "code": "TUPHE62", + "name": "Lehrstuhl f\u00fcr Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)" }, - "TUMEET1": { - "code": "TUMEET1", - "id": 54563, - "name": "Lehrstuhl f\u00fcr Translationale Tumorforschung (DKTK) (Prof. Saur)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Tumortherapie (Prof. Saur)/Translationale Tumorforschung (DKTK) (Prof. Saur)" + "21527": { + "code": "TUPHE59", + "name": "Professur f\u00fcr Experimentalphysik - Weiche Materie (Prof. Papadakis)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Weiche Materie (Prof. Papadakis)" }, - "TUMEFME": { - "code": "TUMEFME", - "id": 14191, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Medizin", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin" + "21538": { + "code": "TUPHE60", + "name": "Professur f\u00fcr Experimentalphysik - Astroteilchenphysik (Prof. Oberauer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Astroteilchenphysik (Prof. Oberauer)" }, - "TUMEFSV": { - "code": "TUMEFSV", - "id": 44495, - "name": "Fachschaftsvertretung MH-ME", - "path": "TUM/Schools/Medicine and Health/Fachschaftsvertretung/Fachschaftsvertretung MH-ME" + "21543": { + "code": "TUPHE57", + "name": "Lehrstuhl f\u00fcr Halbleiter-Nanostrukturen und -Quantensyteme (Prof. Finley)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Halbleiter-Nanostrukturen und -Quantensyteme (Prof. Finley)" }, - "TUMEFVW": { - "code": "TUMEFVW", - "id": 15704, - "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Medizin", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung" + "21548": { + "code": "TUPHETN", + "name": "Lehrstuhl f\u00fcr Pr\u00e4zisionsmessungen bei extremen Bedingungen (Prof. Fierlinger)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Pr\u00e4zisionsmessungen bei extremen Bedingungen (Prof. Fierlinger)" }, - "TUMEGC0": { - "code": "TUMEGC0", - "id": 44684, - "name": "Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)" + "21554": { + "code": "TUPHE53", + "name": "Professur f\u00fcr Technische Physik (Prof. Krischer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technische Physik (Prof. Krischer)" }, - "TUMEGC1": { - "code": "TUMEGC1", - "id": 45512, - "name": "Professur f\u00fcr Vaskul\u00e4re Biologie (Prof. Maegdefessel)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)/Vaskul\u00e4re Biologie (Prof. Maegdefessel)" + "21569": { + "code": "TUPHE51", + "name": "Lehrstuhl f\u00fcr Experimentalphysik zur Topologie korrelierter Systeme (Prof. Pfleiderer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik zur Topologie korrelierter Systeme (Prof. Pfleiderer)" }, - "TUMEGE0": { - "code": "TUMEGE0", - "id": 15744, - "name": "Institut f\u00fcr Geschichte und Ethik der Medizin (Prof. Buyx)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Geschichte und Ethik der Medizin (Prof. Buyx)" + "21593": { + "code": "TUPHE61", + "name": "Lehrstuhl f\u00fcr Nanotechnologie und -materialien (Prof. Holleitner)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Nanotechnologie und -materialien (Prof. Holleitner)" }, - "TUMEGE1": { - "code": "TUMEGE1", - "id": 16080, - "name": "Professur f\u00fcr Ethik der Medizin und Gesundheitstechnologien (Prof. Buyx)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Geschichte und Ethik der Medizin (Prof. Buyx)/Ethik der Medizin und Gesundheitstechnologien (Prof. Buyx)" + "21602": { + "code": "TUPHT30", + "name": "Wissenschaftliches Rechnen 5100 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Wissenschaftliches Rechnen 5100 (NAT)" }, - "TUMEGE2": { - "code": "TUMEGE2", - "id": 54324, - "name": "Professur f\u00fcr Ethics of AI and Neuroscience (Prof. Ienca)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Geschichte und Ethik der Medizin (Prof. Buyx)/Ethics of AI and Neuroscience (Prof. Ienca)" + "21604": { + "code": "TUPHT65", + "name": "Professur f\u00fcr Theoretische Elementarteilchenphysik (Prof. Ibarra)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Elementarteilchenphysik (Prof. Ibarra)" }, - "TUMEGY0": { - "code": "TUMEGY0", - "id": 26519, - "name": "Klinik und Poliklinik f\u00fcr Frauenheilkunde (Prof. Kiechle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Frauenheilkunde (Prof. Kiechle)" + "21615": { + "code": "TUPHT44", + "name": "Professur f\u00fcr Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)" }, - "TUMEGY1": { - "code": "TUMEGY1", - "id": 15950, - "name": "Lehrstuhl f\u00fcr Frauenheilkunde (Prof. Kiechle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Frauenheilkunde (Prof. Kiechle)/Frauenheilkunde (Prof. Kiechle)" + "21879": { + "code": "TUPHZEI", + "name": "Zentrale Einrichtungen des Departments", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments" }, - "TUMEGZ0": { - "code": "TUMEGZ0", - "id": 45439, - "name": "TUM Medical Graduate Center", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/TUM Medical Graduate Center" + "22127": { + "code": "TUCHDEP", + "name": "Department Chemie", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie" }, - "TUMEHM0": { - "code": "TUMEHM0", - "id": 15737, - "name": "Institut f\u00fcr Humangenetik (Prof. Winkelmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Humangenetik (Prof. Winkelmann)" + "22510": { + "code": "TUCHTC3", + "name": "Wacker-Lehrstuhl f\u00fcr Makromolekulare Chemie (Prof. Rieger)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Makromolekulare Chemie (Prof. Rieger)" }, - "TUMEHM1": { - "code": "TUMEHM1", - "id": 16041, - "name": "Lehrstuhl f\u00fcr Humangenetik (Prof. Winkelmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Humangenetik (Prof. Winkelmann)/Humangenetik (Prof. Winkelmann)" + "23046": { + "code": "TUCHAC4", + "name": "Professur f\u00fcr Anorganische Chemie (Prof. K\u00f6hler)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Anorganische Chemie (Prof. K\u00f6hler)" }, - "TUMEHN1": { - "code": "TUMEHN1", - "id": 15977, - "name": "Lehrstuhl f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)/Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)" + "23057": { + "code": "TUCHOC6", + "name": "Professur f\u00fcr Organische Chemie (Prof. Glaser)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organische Chemie (Prof. Glaser)" }, - "TUMEHN3": { - "code": "TUMEHN3", - "id": 54603, - "name": "Professur f\u00fcr Experimentelle Audiologie (Prof. Wimmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)/Experimentelle Audiologie (Prof. Wimmer)" + "23183": { + "code": "TUCHEM1", + "name": "Professur f\u00fcr Elektronenmikroskopie (N.N.)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Elektronenmikroskopie (N.N.)" }, - "TUMEHNO": { - "code": "TUMEHNO", - "id": 15726, - "name": "Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)" + "23184": { + "code": "TUCHAC5", + "name": "Professur f\u00fcr Synthese und Charakterisierung innovativer Materialien (Prof. Nilges)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Synthese und Charakterisierung innovativer Materialien (Prof. Nilges)" }, - "TUMEIA0": { - "code": "TUMEIA0", - "id": 46737, - "name": "Institut f\u00fcr Arbeitsmedizin - LMU", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Arbeitsmedizin - LMU" + "23185": { + "code": "TUCHOC9", + "name": "Professur f\u00fcr Proteinchemie (Prof. Zeymer)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Proteinchemie (Prof. Zeymer)" }, - "TUMEIM0": { - "code": "TUMEIM0", - "id": 45774, - "name": "Institut f\u00fcr Molekulare Immunologie (Prof. Knolle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Immunologie (Prof. Knolle)" + "23465": { + "code": "TUCHZB2", + "name": "Serviceb\u00fcro Fakult\u00e4t f\u00fcr Chemie", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Serviceb\u00fcro Fakult\u00e4t f\u00fcr Chemie" }, - "TUMEIM1": { - "code": "TUMEIM1", - "id": 45780, - "name": "Lehrstuhl f\u00fcr Molekulare Immunologie (Prof. Knolle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Immunologie (Prof. Knolle)/Molekulare Immunologie (Prof. Knolle)" + "23544": { + "code": "TUBVRAZ", + "name": "Professur f\u00fcr Risikoanalyse und Zuverl\u00e4ssigkeit (Prof.Straub)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Risikoanalyse und Zuverl\u00e4ssigkeit (Prof.Straub)" }, - "TUMEIR0": { - "code": "TUMEIR0", - "id": 15750, - "name": "Institut f\u00fcr Rechtsmedizin - LMU", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Rechtsmedizin - LMU" + "23659": { + "code": "TULRESP", + "name": "Deutsches Geod\u00e4tisches Forschungsinstitut und Lehrstuhl f\u00fcr Geod\u00e4tische Geodynamik (Prof. Seitz)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Deutsches Geod\u00e4tisches Forschungsinstitut und Lehrstuhl f\u00fcr Geod\u00e4tische Geodynamik (Prof. Seitz)" }, - "TUMEIS0": { - "code": "TUMEIS0", - "id": 15743, - "name": "Institut f\u00fcr KI und Informatik in der Medizin (Prof. R\u00fcckert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)" + "24074": { + "code": "TULRLCC", + "name": "Lehrstuhl f\u00fcr Carbon Composites (Prof. Drechsler)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Carbon Composites (Prof. Drechsler)" }, - "TUMEIS1": { - "code": "TUMEIS1", - "id": 16070, - "name": "Lehrstuhl f\u00fcr Medizinische Informatik (Prof. Boeker)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)/Medizinische Informatik (Prof. Boeker)" + "24093": { + "code": "TUMWPTA", + "name": "Produktionstechnisches Anwenderzentrum f\u00fcr den Mittelstand", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktionstechnisches Anwenderzentrum f\u00fcr den Mittelstand" }, - "TUMEIS2": { - "code": "TUMEIS2", - "id": 51177, - "name": "Lehrstuhl f\u00fcr Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)/Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)" + "24207": { + "code": "TUMWAPT", + "name": "Lehrstuhl f\u00fcr Anlagen- und Prozesstechnik (Prof. Klein)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Anlagen- und Prozesstechnik (Prof. Klein)" }, - "TUMEIS3": { - "code": "TUMEIS3", - "id": 55797, - "name": "Lehrstuhl f\u00fcr Health Informatics (Prof. Schuller)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)/Health Informatics (Prof. Schuller)" + "24208": { + "code": "TUMWTDY", + "name": "Professur f\u00fcr Thermofluiddynamik (Prof. Polifke)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermofluiddynamik (Prof. Polifke)" }, - "TUMEKC0": { - "code": "TUMEKC0", - "id": 15738, - "name": "Institut f\u00fcr Klinische Chemie und Pathobiochemie (Prof. Ruland)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinische Chemie und Pathobiochemie (Prof. Ruland)" + "24209": { + "code": "TUMWSBA", + "name": "Professur f\u00fcr Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)" }, - "TUMEKC1": { - "code": "TUMEKC1", - "id": 16045, - "name": "Lehrstuhl f\u00fcr Klinische Chemie und Pathobiochemie (Prof. Ruland)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinische Chemie und Pathobiochemie (Prof. Ruland)/Klinische Chemie und Pathobiochemie (Prof. Ruland)" + "24472": { + "code": "TUEIITR", + "name": "Lehrstuhl f\u00fcr Informationstechnische Regelung (Prof. Hirche)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informationstechnische Regelung (Prof. Hirche)" }, - "TUMEKC2": { - "code": "TUMEKC2", - "id": 54564, - "name": "Professur f\u00fcr Molekulare Medizin - Immune Signaling (Prof. Jellusova)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinische Chemie und Pathobiochemie (Prof. Ruland)/Molekulare Medizin - Immune Signaling (Prof. Jellusova)" + "24633": { + "code": "TUINF01", + "name": "Informatik 13 - Professur f\u00fcr Vernetzte Rechensysteme - (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 13 - Professur f\u00fcr Vernetzte Rechensysteme - (N.N.)" }, - "TUMEKCK": { - "code": "TUMEKCK", - "id": 48677, - "name": "Koordinierungsstelle f\u00fcr Chancengleichheit und Karriereplanung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/Koordinierungsstelle f\u00fcr Chancengleichheit und Karriereplanung" + "24642": { + "code": "TUINF02", + "name": "Informatik 11 - Professur f\u00fcr Programmierung und Anwendung verteilter Systeme - (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 11 - Professur f\u00fcr Programmierung und Anwendung verteilter Systeme - (N.N.)" }, - "TUMEKI0": { - "code": "TUMEKI0", - "id": 15734, - "name": "Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)" + "24648": { + "code": "TUINF03", + "name": "Informatik 7 - Professur f\u00fcr Formale Methoden der Softwarezuverl\u00e4ssigkeit (Prof. Kret\u00ednsk\u00fd)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 7 - Professur f\u00fcr Formale Methoden der Softwarezuverl\u00e4ssigkeit (Prof. Kret\u00ednsk\u00fd)" }, - "TUMEKI1": { - "code": "TUMEKI1", - "id": 16021, - "name": "Lehrstuhl f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Kinder- und Jugendmedizin (Prof. Hauer)" + "24654": { + "code": "TUINF04", + "name": "Informatik 10 - Professur f\u00fcr Architektur paralleler und verteilter Systeme - (Prof. Gerndt)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 10 - Professur f\u00fcr Architektur paralleler und verteilter Systeme - (Prof. Gerndt)" }, - "TUMEKI4": { - "code": "TUMEKI4", - "id": 45090, - "name": "Lehrstuhl f\u00fcr Sozialp\u00e4diatrie (Prof. Mall)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Sozialp\u00e4diatrie (Prof. Mall)" + "24659": { + "code": "TUEDS10", + "name": "Professur f\u00fcr Didaktik der Informatik (Prof. Michaeli)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Informatik (Prof. Michaeli)" }, - "TUMEKI5": { - "code": "TUMEKI5", - "id": 54597, - "name": "Professur f\u00fcr P\u00e4diatrische Infektiologie und Immunbiologie (Prof. Behrends)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/P\u00e4diatrische Infektiologie und Immunbiologie (Prof. Behrends)" + "24661": { + "code": "TUINF12", + "name": "Informatik 16 - Professur f\u00fcr Erweiterte Realit\u00e4t - (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 16 - Professur f\u00fcr Erweiterte Realit\u00e4t - (N.N.)" }, - "TUMELP0": { - "code": "TUMELP0", - "id": 45511, - "name": "Lehrstuhl f\u00fcr Neuroproteomik (DZNE) (Prof. Lichtenthaler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neuroproteomik (DZNE) (Prof. Lichtenthaler)" + "24668": { + "code": "TUINF05", + "name": "Informatik 25 - Lehrstuhl f\u00fcr Data Science and Engineering (Prof. Neumann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 25 - Lehrstuhl f\u00fcr Data Science and Engineering (Prof. Neumann)" }, - "TUMEMA0": { - "code": "TUMEMA0", - "id": 45772, - "name": "Institut f\u00fcr Molekulare Allergologie (Prof. Schmidt-Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Allergologie (Prof. Schmidt-Weber)" + "24669": { + "code": "TUINF07", + "name": "Informatik 29 - Lehrstuhl f\u00fcr Computational Molecular Medicine (Prof. Gagneur)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 29 - Lehrstuhl f\u00fcr Computational Molecular Medicine (Prof. Gagneur)" }, - "TUMEMA1": { - "code": "TUMEMA1", - "id": 16007, - "name": "Lehrstuhl f\u00fcr Molekulare Allergologie und Umweltforschung (Prof. Schmidt-Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Allergologie (Prof. Schmidt-Weber)/Molekulare Allergologie und Umweltforschung (Prof. Schmidt-Weber)" + "24670": { + "code": "TUINI21", + "name": "Informatik 21 - Lehrstuhl f\u00fcr Logik und Verifikation (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 21 - Lehrstuhl f\u00fcr Logik und Verifikation (N.N.)" }, - "TUMEMA2": { - "code": "TUMEMA2", - "id": 54357, - "name": "Professur f\u00fcr Funktionelle Allergologie (HMGU) (Prof. Eyerich)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Allergologie (Prof. Schmidt-Weber)/Funktionelle Allergologie (HMGU) (Prof. Eyerich)" + "24671": { + "code": "TUINF14", + "name": "Informatik 9 - Professur f\u00fcr Informatik mit Schwerpunkt Intelligente Autonome Systeme - (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Institut f\u00fcr Informatik/Informatik 9 - Professur f\u00fcr Informatik mit Schwerpunkt Intelligente Autonome Systeme - (N.N.)" }, - "TUMEMD0": { - "code": "TUMEMD0", - "id": 47897, - "name": "Lehrstuhl f\u00fcr Medizindidaktik, Medizinische Lehrentwicklung und Bildungsforschung (Prof. Berberat)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Medizindidaktik, Medizinische Lehrentwicklung und Bildungsforschung (Prof. Berberat)" + "24672": { + "code": "TUINF10", + "name": "Informatik 14 - Professur f\u00fcr Theoretische Informatik - (Prof. R\u00e4cke)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 14 - Professur f\u00fcr Theoretische Informatik - (Prof. R\u00e4cke)" + }, + "24673": { + "code": "TUINF15", + "name": "Informatik 6 - Professur f\u00fcr Cyber Physical Systems (Prof. Althoff)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 6 - Professur f\u00fcr Cyber Physical Systems (Prof. Althoff)" }, - "TUMEMI0": { - "code": "TUMEMI0", - "id": 15740, - "name": "Institut f\u00fcr Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)" + "24674": { + "code": "TUINF11", + "name": "Informatik 6 - Professur f\u00fcr Informatik mit Schwerpunkt Telerobotik und Sensordatenfusion (Prof. Burschka)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 6 - Professur f\u00fcr Informatik mit Schwerpunkt Telerobotik und Sensordatenfusion (Prof. Burschka)" }, - "TUMEMI1": { - "code": "TUMEMI1", - "id": 16053, - "name": "Lehrstuhl f\u00fcr Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)" + "24777": { + "code": "TUWZA1A", + "name": "Professur f\u00fcr Protein Modelling (Prof. Frischmann komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Protein Modelling (Prof. Frischmann komm.)" }, - "TUMEMI2": { - "code": "TUMEMI2", - "id": 27718, - "name": "Professur f\u00fcr Medizinische Mikrobiologie und Immunologie (Prof. Gerhard)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)/Medizinische Mikrobiologie und Immunologie (Prof. Gerhard)" + "25178": { + "code": "TUWZA2E", + "name": "Lehrstuhl f\u00fcr Systembiologie der Pflanzen (Prof. Schwechheimer)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Systembiologie der Pflanzen (Prof. Schwechheimer)" }, - "TUMEMI3": { - "code": "TUMEMI3", - "id": 27717, - "name": "Professur f\u00fcr Engineering Immune Cells for Therapy (Prof. Schumann)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)/Engineering Immune Cells for Therapy (Prof. Schumann)" + "25281": { + "code": "TUWZA1C", + "name": "Lehrstuhl f\u00fcr Aquatische Systembiologie - Standort Weihenstephan (Prof. Geist)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatische Systembiologie - Standort Weihenstephan (Prof. Geist)" }, - "TUMEMK0": { - "code": "TUMEMK0", - "id": 15732, - "name": "Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)" + "25806": { + "code": "TUZEFT2", + "name": "Patent- und Lizenzb\u00fcro (AB 2)", + "path": "Patent- und Lizenzb\u00fcro (AB 2)" }, - "TUMEMK1": { - "code": "TUMEMK1", - "id": 16012, - "name": "Lehrstuhl f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)/Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)" + "25807": { + "code": "TUZEFT3", + "name": "EU-B\u00fcro und Forschungsf\u00f6rderung (AB 3)", + "path": "EU-B\u00fcro und Forschungsf\u00f6rderung (AB 3)" }, - "TUMEMK2": { - "code": "TUMEMK2", - "id": 16013, - "name": "Professur f\u00fcr Zahn\u00e4rztliche Chirurgie und Implantologie (Prof. Deppe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Mund-, Kiefer- und Gesichtschirurgie (Prof. Wolff)/Zahn\u00e4rztliche Chirurgie und Implantologie (Prof. Deppe)" + "25918": { + "code": "TUZV141", + "name": "Baumanagement Garching", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Baumanagement Garching" }, - "TUMEMO0": { - "code": "TUMEMO0", - "id": 49897, - "name": "Institut f\u00fcr Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)" + "25925": { + "code": "TUZV142", + "name": "Geb\u00e4udemanagement Garching", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching" }, - "TUMEMP0": { - "code": "TUMEMP0", - "id": 46924, - "name": "Pr\u00fcfungsamt ME", - "path": "TUM/Schools/Medicine and Health/Pr\u00fcfungsamt ME" + "25930": { + "code": "TUZVR15", + "name": "Werkfeuerwehr Garching", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Werkfeuerwehr Garching" }, - "TUMEMS0": { - "code": "TUMEMS0", - "id": 54661, - "name": "Lehrstuhl f\u00fcr Molekulare Stoffwechselkontrolle (HMGU) (Prof. Herzig)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Molekulare Stoffwechselkontrolle (HMGU) (Prof. Herzig)" + "25963": { + "code": "TUZVR2X", + "name": "Leitung und Assistenz", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Leitung und Assistenz" }, - "TUMENC0": { - "code": "TUMENC0", - "id": 15723, - "name": "Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)" + "25967": { + "code": "TUZVR20", + "name": "Grundsatzbereich, Personalmanagement (Referat 20)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Grundsatzbereich, Personalmanagement (Referat 20)" }, - "TUMENC1": { - "code": "TUMENC1", - "id": 15963, - "name": "Lehrstuhl f\u00fcr Neurochirurgie (Prof. Meyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)/Neurochirurgie (Prof. Meyer)" + "25971": { + "code": "TUZVR21", + "name": "Personalbetreuung Zentrales (HSP, Hochschulreferate, Zentr. Serviceeinrichtungen, ZV, Graduate School, TUM Institute f. Life Long Learning), TUM School of Medicine and Health: Dep. Preclinical Medicine,TUM School of Social Sciences and Technology (Ref.21)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung Zentrales (HSP, Hochschulreferate, Zentr. Serviceeinrichtungen, ZV, Graduate School, TUM Institute f. Life Long Learning), TUM School of Medicine and Health: Dep. Preclinical Medicine,TUM School of Social Sciences and Technology (Ref.21)" }, - "TUMENC2": { - "code": "TUMENC2", - "id": 54571, - "name": "Professur f\u00fcr Translationale Neurotechnologie (Prof. Jacob)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)/Translationale Neurotechnologie (Prof. Jacob)" + "25975": { + "code": "TUZVR22", + "name": "Personalbetreuung M\u00fcnchen - Schools und Departments mit Dienststellenzugeh\u00f6rigkeit M\u00fcnchen und in zentraler Betreuungszust\u00e4ndigkeit (Referat 22)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung M\u00fcnchen - Schools und Departments mit Dienststellenzugeh\u00f6rigkeit M\u00fcnchen und in zentraler Betreuungszust\u00e4ndigkeit (Referat 22)" }, - "TUMEND0": { - "code": "TUMEND0", - "id": 54664, - "name": "Professur f\u00fcr Neurobiologie des Diabetes (HMGU) (Prof. Pfluger)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neurobiologie des Diabetes (HMGU) (Prof. Pfluger)" + "25984": { + "code": "TUZVR30", + "name": "Grundsatzangelegenheiten der Abteilung (Referat 30)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Grundsatzangelegenheiten der Abteilung (Referat 30)" }, - "TUMENL0": { - "code": "TUMENL0", - "id": 15722, - "name": "Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)" + "25995": { + "code": "TUZVR31", + "name": "Mittelmanagement (Referat 31)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Mittelmanagement (Referat 31)" }, - "TUMENL1": { - "code": "TUMENL1", - "id": 15956, - "name": "Lehrstuhl f\u00fcr Neurologie (Prof. Hemmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)/Neurologie (Prof. Hemmer)" + "26000": { + "code": "TUZVR32", + "name": "Stellenmanagement (Referat 32)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Stellenmanagement (Referat 32)" }, - "TUMENL2": { - "code": "TUMENL2", - "id": 27831, - "name": "Professur f\u00fcr Neurologie mit dem Schwerpunkt Neurologische Schmerztherapie und Schmerzforschung (Prof. T\u00f6lle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)/Neurologie mit dem Schwerpunkt Neurologische Schmerztherapie und Schmerzforschung (Prof. T\u00f6lle)" + "26026": { + "code": "TUZVR33", + "name": "Drittmittel (Referat 33)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Drittmittel (Referat 33)" }, - "TUMENL5": { - "code": "TUMENL5", - "id": 54602, - "name": "Professur f\u00fcr Human Pain Research (Prof. Ploner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)/Human Pain Research (Prof. Ploner)" + "26031": { + "code": "TUZVR34", + "name": "Zentrale Reisekostenstelle (Referat 34)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zentrale Reisekostenstelle (Referat 34)" }, - "TUMENM0": { - "code": "TUMENM0", - "id": 15730, - "name": "Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)" + "26036": { + "code": "TUZVR35", + "name": "Finanzbuchhaltung (Referat 35)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Finanzbuchhaltung (Referat 35)" }, - "TUMENM1": { - "code": "TUMENM1", - "id": 15999, - "name": "Lehrstuhl f\u00fcr Nuklearmedizin (Prof. Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)/Nuklearmedizin (Prof. Weber)" + "26040": { + "code": "TUZVR36", + "name": "Steuern (Referat 36)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Steuern (Referat 36)" }, - "TUMENM2": { - "code": "TUMENM2", - "id": 54573, - "name": "Professur f\u00fcr Bildgebung und Biomarker in der Onkologie (Prof. Kossatz)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)/Bildgebung und Biomarker in der Onkologie (Prof. Kossatz)" + "26045": { + "code": "TUZVR37", + "name": "Zahlstelle (Referat 37)", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)" }, - "TUMENM3": { - "code": "TUMENM3", - "id": 54572, - "name": "Professur f\u00fcr Biomedical Magnetic Resonance (Prof. Schilling)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)/Biomedical Magnetic Resonance (Prof. Schilling)" + "26050": { + "code": "TUZVR40", + "name": "Ressourcenplanung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung" }, - "TUMENN0": { - "code": "TUMENN0", - "id": 54569, - "name": "Klinik und Poliklinik f\u00fcr Neonatologie (Prof. Peters komm.)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neonatologie (Prof. Peters komm.)" + "26055": { + "code": "TUZVR42", + "name": "Baumanagement M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Baumanagement M\u00fcnchen" }, - "TUMENN1": { - "code": "TUMENN1", - "id": 54570, - "name": "Professur f\u00fcr Neonatologie (Prof. Peters komm.)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neonatologie (Prof. Peters komm.)/Neonatologie (Prof. Peters komm.)" + "26059": { + "code": "TUZVR43", + "name": "Baumanagement", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Baumanagement M\u00fcnchen/Baumanagement" }, - "TUMENW0": { - "code": "TUMENW0", - "id": 27382, - "name": "Institut f\u00fcr Neurowissenschaften (Prof. Konnerth)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neurowissenschaften (Prof. Konnerth)" + "26064": { + "code": "TUZVR44", + "name": "Geb\u00e4udemanagement M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen" }, - "TUMENW1": { - "code": "TUMENW1", - "id": 16114, - "name": "Hertie-Senior Forschungsprofessur f\u00fcr Neurowissenschaften (Prof. Konnerth)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neurowissenschaften (Prof. Konnerth)/Hertie-Senior Forschungsprofessur f\u00fcr Neurowissenschaften (Prof. Konnerth)" + "26069": { + "code": "TUZV440", + "name": "Energiemonitoring, Contracting", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Energie- und Medienversorgung/Energiemonitoring, Contracting" }, - "TUMENW3": { - "code": "TUMENW3", - "id": 50498, - "name": "Professur f\u00fcr Brain Circuit Function and Dysfunction (Prof. Portugues Peters)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neurowissenschaften (Prof. Konnerth)/Brain Circuit Function and Dysfunction (Prof. Portugues Peters)" + "26073": { + "code": "TUZV441", + "name": "Anlagentechnik M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen" }, - "TUMEOR0": { - "code": "TUMEOR0", - "id": 15728, - "name": "Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)" + "26077": { + "code": "TUZV442", + "name": "Elektrotechnik M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen" }, - "TUMEOR1": { - "code": "TUMEOR1", - "id": 15988, - "name": "Lehrstuhl f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)/Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)" + "26081": { + "code": "TUZV443", + "name": "Infrastruktur M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen" }, - "TUMEOR2": { - "code": "TUMEOR2", - "id": 28310, - "name": "Professur f\u00fcr Kinder-Neuroorthop\u00e4die, Schwerpunkt Cerebralparese (Prof. Lampe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)/Kinder-Neuroorthop\u00e4die, Schwerpunkt Cerebralparese (Prof. Lampe)" + "26089": { + "code": "TUZV445", + "name": "Fl\u00e4chen- und Raummanagement", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Fl\u00e4chen- und Raummanagement" }, - "TUMEOR3": { - "code": "TUMEOR3", - "id": 15989, - "name": "Professur f\u00fcr Sportorthop\u00e4die (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Weitere Lehrst\u00fchle und Professuren/Sportorthop\u00e4die (N.N.)" + "26122": { + "code": "TUZVR71", + "name": "Betrieb", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/Betrieb" }, - "TUMEPA0": { - "code": "TUMEPA0", - "id": 15741, - "name": "Institut f\u00fcr Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)" + "26126": { + "code": "TUZVR72", + "name": "SAP-Team", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/SAP-Team" }, - "TUMEPA1": { - "code": "TUMEPA1", - "id": 16057, - "name": "Lehrstuhl f\u00fcr Pathologie (N.N.)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)/Pathologie (N.N.)" + "26130": { + "code": "TUZVR73", + "name": "Campus-Management-Team", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/Campus-Management-Team" }, - "TUMEPA5": { - "code": "TUMEPA5", - "id": 51417, - "name": "Professur f\u00fcr Computational Pathology (Prof. Sch\u00fcffler)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)/Computational Pathology (Prof. Sch\u00fcffler)" + "26134": { + "code": "TUZVR7O", + "name": "Web Portale", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/Web Portale" }, - "TUMEPC0": { - "code": "TUMEPC0", - "id": 15716, - "name": "Klinik und Poliklinik f\u00fcr Plastische Chirurgie und Handchirurgie (Prof. Machens)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Plastische Chirurgie und Handchirurgie (Prof. Machens)" + "26175": { + "code": "TUZVR84", + "name": "Geb\u00e4udemanagement Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan" }, - "TUMEPC1": { - "code": "TUMEPC1", - "id": 27611, - "name": "Lehrstuhl f\u00fcr Plastische Chirurgie (Prof. Machens)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Plastische Chirurgie und Handchirurgie (Prof. Machens)/Plastische Chirurgie (Prof. Machens)" + "26217": { + "code": "TUZV841", + "name": "Anlagentechnik Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan" }, - "TUMEPF0": { - "code": "TUMEPF0", - "id": 44665, - "name": "Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)", - "path": "TUM/Schools/Medicine and Health/Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)" + "26221": { + "code": "TUZV842", + "name": "Elektrotechnik Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan" }, - "TUMEPM0": { - "code": "TUMEPM0", - "id": 15724, - "name": "Klinik und Poliklinik f\u00fcr Psychosomatische Medizin und Psychotherapie (Prof. Henningsen)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychosomatische Medizin und Psychotherapie (Prof. Henningsen)" + "26225": { + "code": "TUZV843", + "name": "Umwelttechnik und Entsorgung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt/Umwelttechnik und Entsorgung" }, - "TUMEPM1": { - "code": "TUMEPM1", - "id": 15968, - "name": "Lehrstuhl f\u00fcr Psychosomatische Medizin, Psychotherapie und Medizinische Psychologie (Prof. Henningsen)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychosomatische Medizin und Psychotherapie (Prof. Henningsen)/Psychosomatische Medizin, Psychotherapie und Medizinische Psychologie (Prof. Henningsen)" + "26229": { + "code": "TUZV844", + "name": "Infrastruktur Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan" }, - "TUMEPR0": { - "code": "TUMEPR0", - "id": 15735, - "name": "Poliklinik f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Poliklinik f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)" + "26233": { + "code": "TUZV845", + "name": "Betriebshof, Hausverwaltung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Betriebshof, Hausverwaltung" }, - "TUMEPR1": { - "code": "TUMEPR1", - "id": 16029, - "name": "Lehrstuhl f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Poliklinik f\u00fcr Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)/Pr\u00e4ventive Sportmedizin und Sportkardiologie (Prof. Halle)" + "26237": { + "code": "TUZV846", + "name": "Dienstbetrieb", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Dienstbetrieb" }, - "TUMEPS0": { - "code": "TUMEPS0", - "id": 27635, - "name": "Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)" + "26519": { + "code": "TUMEGY0", + "name": "Klinik und Poliklinik f\u00fcr Frauenheilkunde (Prof. Kiechle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Frauenheilkunde (Prof. Kiechle)" + }, + "26541": { + "code": "TUMEAU0", + "name": "Klinik und Poliklinik f\u00fcr Augenheilkunde (Prof. Charbel Issa)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Augenheilkunde (Prof. Charbel Issa)" }, - "TUMEPS1": { - "code": "TUMEPS1", - "id": 16017, - "name": "Lehrstuhl f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)/Psychiatrie und Psychotherapie (Prof. Priller)" + "26607": { + "code": "TUZEIO1", + "name": "Global", + "path": "TUM/Hochschulreferate/TUM Global & Alumni Office/Global" }, - "TUMEPS3": { - "code": "TUMEPS3", - "id": 54666, - "name": "Professur f\u00fcr Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)/Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)" + "26608": { + "code": "TUZEIO2", + "name": "TUM Sprachenzentrum", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum" }, - "TUMEPT0": { - "code": "TUMEPT0", - "id": 15742, - "name": "Institut f\u00fcr Pharmakologie und Toxikologie (Prof. Engelhardt)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmakologie und Toxikologie (Prof. Engelhardt)" + "26685": { + "code": "TUWZA1D", + "name": "Gew\u00e4chshauslaborzentrum D\u00fcrnast", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit/Gew\u00e4chshauslaborzentrum D\u00fcrnast" }, - "TUMEPT1": { - "code": "TUMEPT1", - "id": 16065, - "name": "Lehrstuhl f\u00fcr Pharmakologie und Toxikologie (Prof. Engelhardt)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmakologie und Toxikologie (Prof. Engelhardt)/Pharmakologie und Toxikologie (Prof. Engelhardt)" + "26719": { + "code": "TUZEBMU", + "name": "Standort M\u00fcnchen", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen" }, - "TUMERO0": { - "code": "TUMERO0", - "id": 15736, - "name": "Institut f\u00fcr Diagnostische und Interventionelle Radiologie (Prof. Makowski)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)" + "26720": { + "code": "TUZEBFR", + "name": "Standort Freising", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Freising" }, - "TUMERO1": { - "code": "TUMERO1", - "id": 16034, - "name": "Lehrstuhl f\u00fcr Diagnostische und Interventionelle Radiologie (Prof. Makowski)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Diagnostische und Interventionelle Radiologie (Prof. Makowski)" + "26721": { + "code": "TUZEBGA", + "name": "Standort Garching", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching" }, - "TUMERO2": { - "code": "TUMERO2", - "id": 16036, - "name": "Professur f\u00fcr Interventionelle Radiologie (Prof. Paprottka)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Interventionelle Radiologie (Prof. Paprottka)" + "26726": { + "code": "TUZEBSG", + "name": "Teilbibliothek Stammgel\u00e4nde", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen/Teilbibliothek Stammgel\u00e4nde" }, - "TUMERO3": { - "code": "TUMERO3", - "id": 16037, - "name": "Professur f\u00fcr Neuroradiologie (Prof. Zimmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)/Neuroradiologie (Prof. Zimmer)" + "26728": { + "code": "TUZEBME", + "name": "Teilbibliothek Medizin", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen/Teilbibliothek Medizin" }, - "TUMERO5": { - "code": "TUMERO5", - "id": 54558, - "name": "Professur f\u00fcr K\u00fcnstliche Intelligenz in der Radiologie (Prof. Wachinger)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/K\u00fcnstliche Intelligenz in der Radiologie (Prof. Wachinger)" + "26729": { + "code": "TUZEBSP", + "name": "Teilbibliothek Sport- und Gesundheitswissenschaften", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen/Teilbibliothek Sport- und Gesundheitswissenschaften" }, - "TUMERO6": { - "code": "TUMERO6", - "id": 54599, - "name": "Professur f\u00fcr Experimentelle Magnetresonanztomographie (Prof. Karampinos)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Experimentelle Magnetresonanztomographie (Prof. Karampinos)" + "26738": { + "code": "TUZEBWZ", + "name": "Teilbibliothek Weihenstephan", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Freising/Teilbibliothek Weihenstephan" }, - "TUMERO7": { - "code": "TUMERO7", - "id": 54668, - "name": "Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)" + "26744": { + "code": "TUZEBCH", + "name": "Teilbibliothek Chemie", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Chemie" }, - "TUMERZ0": { - "code": "TUMERZ0", - "id": 42041, - "name": "Informationstechnologie", - "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Informationstechnologie" + "26745": { + "code": "TUZEBMW", + "name": "Teilbibliothek Maschinenwesen", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Maschinenwesen" }, - "TUMESO0": { - "code": "TUMESO0", - "id": 54659, - "name": "Lehrstuhl f\u00fcr Angewandte Stammzell- und Organoidsysteme (Prof. Hebrok)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Angewandte Stammzell- und Organoidsysteme (Prof. Hebrok)" + "26746": { + "code": "TUZEBMI", + "name": "Teilbibliothek Mathematik / Informatik", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Mathematik / Informatik" }, - "TUMESSK": { - "code": "TUMESSK", - "id": 15703, - "name": "TUM Medical Education Center", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/TUM Medical Education Center" + "26747": { + "code": "TUZEBPH", + "name": "Teilbibliothek Physik", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Physik" }, - "TUMEST0": { - "code": "TUMEST0", - "id": 15725, - "name": "Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)" + "26826": { + "code": "TUZEIGF", + "name": "ZIEL Gesch\u00e4ftsf\u00fchrung", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/ZIEL Gesch\u00e4ftsf\u00fchrung" }, - "TUMEST1": { - "code": "TUMEST1", - "id": 15973, - "name": "Lehrstuhl f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)/RadioOnkologie und Strahlentherapie (Prof. Combs)" + "26827": { + "code": "TUZEIVE", + "name": "ZIEL Gesch\u00e4ftsstelle", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/ZIEL Gesch\u00e4ftsstelle" }, - "TUMEST2": { - "code": "TUMEST2", - "id": 27844, - "name": "Professur f\u00fcr Experimentelle Radioonkologie / Strahlenbiologie (Prof. Multhoff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)/Experimentelle Radioonkologie / Strahlenbiologie (Prof. Multhoff)" + "26848": { + "code": "TUZEIA0", + "name": "Abteilungen", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen" }, - "TUMEST3": { - "code": "TUMEST3", - "id": 44087, - "name": "Professur f\u00fcr Medizinische Strahlenphysik (Prof. Wilkens)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)/Medizinische Strahlenphysik (Prof. Wilkens)" + "26864": { + "code": "TUZEIA1", + "name": "Bereich Lebensmittelsicherheit", + "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum Weihenstephan f\u00fcr Brau- und Lebensmittelqualit\u00e4t/Bereich Lebensmittelsicherheit" }, - "TUMESVW": { - "code": "TUMESVW", - "id": 46925, - "name": "Sonstige Verwaltung", - "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Sonstige Verwaltung" + "26866": { + "code": "TUZEIA3", + "name": "Biofunktionalit\u00e4t (Prof. Haller)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Biofunktionalit\u00e4t (Prof. Haller)" }, - "TUMETBB": { - "code": "TUMETBB", - "id": 48657, - "name": "Medizintechnik", - "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Medizintechnik" + "26867": { + "code": "TUZEIA4", + "name": "Klinische Ern\u00e4hrungsmedizin (Prof. Hauner)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Klinische Ern\u00e4hrungsmedizin (Prof. Hauner)" }, - "TUMETG0": { - "code": "TUMETG0", - "id": 54667, - "name": "Lehrstuhl f\u00fcr Translationale Genomik (HMGU) (Prof. Zeggini)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translationale Genomik (HMGU) (Prof. Zeggini)" + "26868": { + "code": "TUZEIA5", + "name": "Mikrobiologie (Prof. Scherer)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Mikrobiologie (Prof. Scherer)" }, - "TUMETIU": { - "code": "TUMETIU", - "id": 51637, - "name": "Professur f\u00fcr Translationale Immunologie in der Umweltmedizin (UNIKA-T) (Prof. Renner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translationale Immunologie in der Umweltmedizin (UNIKA-T) (Prof. Renner)" + "26869": { + "code": "TUZEIA6", + "name": "Physiologie (N.N.)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Physiologie (N.N.)" }, - "TUMETU0": { - "code": "TUMETU0", - "id": 15747, - "name": "Institut f\u00fcr Toxikologie und Umwelthygiene (Prof. G\u00f6ttlicher)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxikologie und Umwelthygiene (Prof. G\u00f6ttlicher)" + "26871": { + "code": "TUZEIA8", + "name": "Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)" }, - "TUMETU1": { - "code": "TUMETU1", - "id": 16091, - "name": "Lehrstuhl f\u00fcr Toxikologie und Umwelthygiene (HMGU) (Prof. G\u00f6ttlicher)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxikologie und Umwelthygiene (Prof. G\u00f6ttlicher)/Toxikologie und Umwelthygiene (HMGU) (Prof. G\u00f6ttlicher)" + "26884": { + "code": "TUZEING", + "name": "Arbeitsgruppen", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Arbeitsgruppen" }, - "TUMEUC0": { - "code": "TUMEUC0", - "id": 44685, - "name": "Klinik und Poliklinik f\u00fcr Unfallchirurgie (Prof. Biberthaler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Unfallchirurgie (Prof. Biberthaler)" + "27382": { + "code": "TUMENW0", + "name": "Institut f\u00fcr Neurowissenschaften (Prof. Konnerth)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neurowissenschaften (Prof. Konnerth)" }, - "TUMEUC1": { - "code": "TUMEUC1", - "id": 15991, - "name": "Lehrstuhl f\u00fcr Unfallchirurgie (Prof. Biberthaler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Unfallchirurgie (Prof. Biberthaler)/Unfallchirurgie (Prof. Biberthaler)" + "27418": { + "code": "TUMEBB1", + "name": "Lehrstuhl f\u00fcr Biologische Bildgebung (HMGU) (Prof. Ntziachristos)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Biologische Bildgebung (HMGU) (Prof. Ntziachristos)" }, - "TUMEUM0": { - "code": "TUMEUM0", - "id": 46577, - "name": "Lehrstuhl f\u00fcr Umweltmedizin (Prof. Traidl-Hoffmann)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Weitere Lehrst\u00fchle und Professuren/Umweltmedizin (Prof. Traidl-Hoffmann)" + "27611": { + "code": "TUMEPC1", + "name": "Lehrstuhl f\u00fcr Plastische Chirurgie (Prof. Machens)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Plastische Chirurgie und Handchirurgie (Prof. Machens)/Plastische Chirurgie (Prof. Machens)" }, - "TUMEUR0": { - "code": "TUMEUR0", - "id": 15727, - "name": "Klinik und Poliklinik f\u00fcr Urologie (Prof. Gschwend)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Urologie (Prof. Gschwend)" + "27635": { + "code": "TUMEPS0", + "name": "Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)" }, - "TUMEUR1": { - "code": "TUMEUR1", - "id": 15982, - "name": "Lehrstuhl f\u00fcr Urologie (Prof. Gschwend)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Urologie (Prof. Gschwend)/Urologie (Prof. Gschwend)" + "27717": { + "code": "TUMEMI3", + "name": "Professur f\u00fcr Engineering Immune Cells for Therapy (Prof. Schumann)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)/Engineering Immune Cells for Therapy (Prof. Schumann)" }, - "TUMEVI0": { - "code": "TUMEVI0", - "id": 15748, - "name": "Institut f\u00fcr Virologie (Prof. Protzer)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virologie (Prof. Protzer)" + "27718": { + "code": "TUMEMI2", + "name": "Professur f\u00fcr Medizinische Mikrobiologie und Immunologie (Prof. Gerhard)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medizinische Mikrobiologie, Immunologie und Hygiene (Prof. Busch)/Medizinische Mikrobiologie und Immunologie (Prof. Gerhard)" }, - "TUMEVI1": { - "code": "TUMEVI1", - "id": 16095, - "name": "Lehrstuhl f\u00fcr Virologie (HMGU) (Prof. Protzer)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virologie (Prof. Protzer)/Virologie (HMGU) (Prof. Protzer)" + "27783": { + "code": "TUMEDH3", + "name": "Professur f\u00fcr Kardioan\u00e4sthesie (DHM) (Prof. Tassani-Prell)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr An\u00e4sthesiologie (DHM) (Prof. Tassani-Prell)/Kardioan\u00e4sthesie (DHM) (Prof. Tassani-Prell)" }, - "TUMEVI4": { - "code": "TUMEVI4", - "id": 48277, - "name": "Professur f\u00fcr Immunpathologie von Virus-Infektionen (Prof. Pichlmair)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virologie (Prof. Protzer)/Immunpathologie von Virus-Infektionen (Prof. Pichlmair)" + "27785": { + "code": "TUMEDH5", + "name": "Professur f\u00fcr Experimentelle und Molekulare Kinderkardiologie (DHM) (Prof. G\u00f6rlach)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)/Experimentelle und Molekulare Kinderkardiologie (DHM) (Prof. G\u00f6rlach)" }, - "TUMEZD0": { - "code": "TUMEZD0", - "id": 15701, - "name": "Dekanat ME", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/Dekanat ME" + "27799": { + "code": "TUMEER2", + "name": "Professur f\u00fcr P\u00e4diatrische Ern\u00e4hrungsmedizin (Prof. Witt)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/P\u00e4diatrische Ern\u00e4hrungsmedizin (Prof. Witt)" }, - "TUMEZN0": { - "code": "TUMEZN0", - "id": 46031, - "name": "Institut f\u00fcr Zellbiologie des Nervensystems (Prof. Misgeld)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)" + "27805": { + "code": "TUME3M2", + "name": "Professur f\u00fcr Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)/Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)" }, - "TUMEZN1": { - "code": "TUMEZN1", - "id": 40711, - "name": "Lehrstuhl f\u00fcr Zellbiologie des Nervensystems (Prof. Misgeld)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Zellbiologie des Nervensystems (Prof. Misgeld)" + "27811": { + "code": "TUME1M2", + "name": "Professur f\u00fcr Interventionelle Kardiologie (DHM) (Prof. Kastrati)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Interventionelle Kardiologie (DHM) (Prof. Kastrati)" }, - "TUMEZN2": { - "code": "TUMEZN2", - "id": 47158, - "name": "Lehrstuhl f\u00fcr Molekulare Neurobiologie (Prof. Simons)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Molekulare Neurobiologie (Prof. Simons)" + "27831": { + "code": "TUMENL2", + "name": "Professur f\u00fcr Neurologie mit dem Schwerpunkt Neurologische Schmerztherapie und Schmerzforschung (Prof. T\u00f6lle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)/Neurologie mit dem Schwerpunkt Neurologische Schmerztherapie und Schmerzforschung (Prof. T\u00f6lle)" }, - "TUMEZN3": { - "code": "TUMEZN3", - "id": 50317, - "name": "Professur f\u00fcr Neurons and Metabolism (MPI) (Prof. Harbauer)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Neurons and Metabolism (MPI) (Prof. Harbauer)" + "27844": { + "code": "TUMEST2", + "name": "Professur f\u00fcr Experimentelle Radioonkologie / Strahlenbiologie (Prof. Multhoff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)/Experimentelle Radioonkologie / Strahlenbiologie (Prof. Multhoff)" }, - "TUMEZN4": { - "code": "TUMEZN4", - "id": 52177, - "name": "Professur f\u00fcr Systemische Stoffwechselbiologie (HMGU) (Prof. Perocchi)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Systemische Stoffwechselbiologie (HMGU) (Prof. Perocchi)" + "28310": { + "code": "TUMEOR2", + "name": "Professur f\u00fcr Kinder-Neuroorthop\u00e4die, Schwerpunkt Cerebralparese (Prof. Lampe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)/Kinder-Neuroorthop\u00e4die, Schwerpunkt Cerebralparese (Prof. Lampe)" }, - "TUMEZT0": { - "code": "TUMEZT0", - "id": 45011, - "name": "Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)", - "path": "TUM/Schools/Medicine and Health/Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)" + "28978": { + "code": "TUWZA1S", + "name": "Praktikantenamt Weihenstephan (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Praktikantenamt Weihenstephan (LS)" }, - "TUMWAER": { - "code": "TUMWAER", - "id": 15307, - "name": "Lehrstuhl f\u00fcr Aerodynamik und Str\u00f6mungsmechanik (Prof. Adams)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Aerodynamik und Str\u00f6mungsmechanik (Prof. Adams)" + "29111": { + "code": "TUWZA7Y", + "name": "Life Sciences IT (LSIT) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Life Sciences IT (LSIT)" }, - "TUMWAIS": { - "code": "TUMWAIS", - "id": 15268, - "name": "Lehrstuhl f\u00fcr Automatisierung und Informationssysteme (Prof. Vogel-Heuser)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Automatisierung und Informationssysteme (Prof. Vogel-Heuser)" + "29165": { + "code": "TUZECRC", + "name": "Zentralinstitut f\u00fcr Katalyseforschung (CRC)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Katalyseforschung (CRC)" }, - "TUMWAPT": { - "code": "TUMWAPT", - "id": 24207, - "name": "Lehrstuhl f\u00fcr Anlagen- und Prozesstechnik (Prof. Klein)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Anlagen- und Prozesstechnik (Prof. Klein)" + "29304": { + "code": "TUPEX00", + "name": "Weitere Personen", + "path": "TUM/Partnerschaftliche Einrichtungen/Weitere Personen" + }, + "29396": { + "code": "TUPRSTB", + "name": "Pr\u00e4sidialb\u00fcro", + "path": "TUM/Hochschulpr\u00e4sidium/Pr\u00e4sidialb\u00fcro" }, - "TUMWBME": { - "code": "TUMWBME", - "id": 44864, - "name": "Professur f\u00fcr Biopolymermaterialien (Prof. Lieleg)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Biopolymermaterialien (Prof. Lieleg)" + "30290": { + "code": "TUVB000", + "name": "Beauftragte und Vertretungen", + "path": "TUM/Beauftragte und Vertretungen" }, - "TUMWBVT": { - "code": "TUMWBVT", - "id": 15294, - "name": "Lehrstuhl f\u00fcr Bioverfahrenstechnik (Prof. Weuster-Botz)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Bioverfahrenstechnik (Prof. Weuster-Botz)" + "30295": { + "code": "TUVBP00", + "name": "Personalvertretungen", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen" }, - "TUMWBWM": { - "code": "TUMWBWM", - "id": 15286, - "name": "Lehrstuhl f\u00fcr Betriebswissenschaften und Montagetechnik (Prof. Z\u00e4h komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Betriebswissenschaften und Montagetechnik (Prof. Z\u00e4h komm.)" + "30304": { + "code": "TUVBPGB", + "name": "Gleichstellungsbeauftragte/r", + "path": "TUM/Beauftragte und Vertretungen/Gleichstellungsbeauftragte/r" }, - "TUMWCPS": { - "code": "TUMWCPS", - "id": 49317, - "name": "Lehrstuhl f\u00fcr Cyber-Physical Systems in Production Engineering (Prof. Caccamo)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Cyber-Physical Systems in Production Engineering (Prof. Caccamo)" + "30305": { + "code": "TUVBPSB", + "name": "Inklusionsbeauftragte/r", + "path": "TUM/Beauftragte und Vertretungen/Inklusionsbeauftragte/r" }, - "TUMWFML": { - "code": "TUMWFML", - "id": 15299, - "name": "Lehrstuhl f\u00fcr F\u00f6rdertechnik Materialfluss Logistik (Prof. Fottner)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/F\u00f6rdertechnik Materialfluss Logistik (Prof. Fottner)" + "30306": { + "code": "TUVBPSY", + "name": "Psychosoziale Beratung", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Psychosoziale Beratung" }, - "TUMWFMW": { - "code": "TUMWFMW", - "id": 14187, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen" + "30361": { + "code": "TUVBSBV", + "name": "Studentische Vertretung", + "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung" }, - "TUMWFST": { - "code": "TUMWFST", - "id": 41772, - "name": "Lehrstuhl f\u00fcr Bioseparation Engineering (Prof. Berensmeier)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Bioseparation Engineering (Prof. Berensmeier)" + "30362": { + "code": "TUVBSFR", + "name": "Fachschaftenrat", + "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung/Fachschaftenrat" }, - "TUMWFSV": { - "code": "TUMWFSV", - "id": 44493, - "name": "Maschinenwesen", - "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Maschinenwesen" + "30363": { + "code": "TUVBSFS", + "name": "Fachschaften", + "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung/Fachschaften" }, - "TUMWFTM": { - "code": "TUMWFTM", - "id": 15300, - "name": "Lehrstuhl f\u00fcr Fahrzeugtechnik (Prof. Lienkamp)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Fahrzeugtechnik (Prof. Lienkamp)" + "30369": { + "code": "TUVBSBB", + "name": "Beauftragter f\u00fcr Studierende mit Behinderung", + "path": "TUM/Beauftragte und Vertretungen/Beauftragter f\u00fcr Studierende mit Behinderung" }, - "TUMWFVW": { - "code": "TUMWFVW", - "id": 15252, - "name": "Zentrale Dienste Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen/Zentrale Dienste" + "30370": { + "code": "TUVBW00", + "name": "Vertretungen f\u00fcr die wissenschaftlichen Mitarbeiter", + "path": "TUM/Beauftragte und Vertretungen/Vertretungen f\u00fcr die wissenschaftlichen Mitarbeiter" }, - "TUMWFZG": { - "code": "TUMWFZG", - "id": 15298, - "name": "Lehrstuhl f\u00fcr Maschinenelemente (Prof. Stahl)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Maschinenelemente (Prof. Stahl)" + "30371": { + "code": "TUVBWKM", + "name": "Konvent der wissenschaftlichen Mitarbeiter", + "path": "TUM/Beauftragte und Vertretungen/Vertretungen f\u00fcr die wissenschaftlichen Mitarbeiter/Konvent der wissenschaftlichen Mitarbeiter" }, - "TUMWIWB": { - "code": "TUMWIWB", - "id": 15285, - "name": "Lehrstuhl f\u00fcr Werkzeugmaschinen und Fertigungstechnik (Prof. Z\u00e4h)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Werkzeugmaschinen und Fertigungstechnik (Prof. Z\u00e4h)" + "30374": { + "code": "TUVBFBA", + "name": "Beauftragte f\u00fcr die Gleichstellung von Frauen in Wissenschaft und Kunst", + "path": "TUM/Beauftragte und Vertretungen/Beauftragte f\u00fcr die Gleichstellung von Frauen in Wissenschaft und Kunst" }, - "TUMWKME": { - "code": "TUMWKME", - "id": 45370, - "name": "Professur f\u00fcr Data-driven Materials Modeling (Prof. Koutsourelakis)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Data-driven Materials Modeling (Prof. Koutsourelakis)" + "30375": { + "code": "TUVBDSB", + "name": "Datenschutzbeauftragter", + "path": "TUM/Beauftragte und Vertretungen/Datenschutzbeauftragter" }, - "TUMWLAM": { - "code": "TUMWLAM", - "id": 15271, - "name": "Lehrstuhl f\u00fcr Angewandte Mechanik (Prof. Rixen)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Angewandte Mechanik (Prof. Rixen)" + "30697": { + "code": "TUINI20", + "name": "Informatik 20 - Lehrstuhl f\u00fcr Sicherheit in der Informatik (Prof. Eckert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 20 - Lehrstuhl f\u00fcr Sicherheit in der Informatik (Prof. Eckert)" }, - "TUMWLBA": { - "code": "TUMWLBA", - "id": 50457, - "name": "Professur f\u00fcr Laser-based Additive Manufacturing (Prof. Wudy)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Laser-based Additive Manufacturing (Prof. Wudy)" + "31224": { + "code": "TUCSVRW", + "name": "TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office" }, - "TUMWLES": { - "code": "TUMWLES", - "id": 15316, - "name": "Lehrstuhl f\u00fcr Energiesysteme (Prof. Spliethoff)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energiesysteme (Prof. Spliethoff)" + "31359": { + "code": "TUCHNMR", + "name": "Bayerisches NMR-Zentrum", + "path": "TUM/Schools/Natural Sciences/Bayerisches NMR-Zentrum" }, - "TUMWLFE": { - "code": "TUMWLFE", - "id": 15284, - "name": "Lehrstuhl f\u00fcr Ergonomie (Prof. Bengler)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Ergonomie (Prof. Bengler)" + "31363": { + "code": "TUZEBFZ", + "name": "BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum", + "path": "TUM/Partnerschaftliche Einrichtungen/BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum" }, - "TUMWLMT": { - "code": "TUMWLMT", - "id": 15279, - "name": "Lehrstuhl f\u00fcr Medizintechnische Materialien und Implantate (Prof. Mela)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Medizintechnische Materialien und Implantate (Prof. Mela)" + "31435": { + "code": "TUVBPRA", + "name": "Gesamtpersonalrat", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtpersonalrat" }, - "TUMWLNM": { - "code": "TUMWLNM", - "id": 15277, - "name": "Lehrstuhl f\u00fcr Numerische Mechanik (Prof. Wall)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Numerische Mechanik (Prof. Wall)" + "31436": { + "code": "TUVBPRM", + "name": "Personalrat M\u00fcnchen", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Personalrat M\u00fcnchen" }, - "TUMWLPL": { - "code": "TUMWLPL", - "id": 48837, - "name": "Lehrstuhl f\u00fcr Produktentwicklung und Leichtbau (Prof. Zimmermann)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktentwicklung und Leichtbau (Prof. Zimmermann)" + "31437": { + "code": "TUVBPRG", + "name": "Personalrat Garching", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Personalrat Garching" }, - "TUMWLTD": { - "code": "TUMWLTD", - "id": 15315, - "name": "Lehrstuhl f\u00fcr Thermodynamik (Prof. Wen)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermodynamik (Prof. Wen)" + "31438": { + "code": "TUVBPRW", + "name": "Personalrat Weihenstephan", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Personalrat Weihenstephan" }, - "TUMWLVK": { - "code": "TUMWLVK", - "id": 15318, - "name": "Lehrstuhl f\u00fcr Nachhaltige Mobile Antriebssysteme (Prof. Jaensch)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Nachhaltige Mobile Antriebssysteme (Prof. Jaensch)" + "31951": { + "code": "TUZVZA5", + "name": "TUM Legal Office (ZA 5)", + "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)" }, - "TUMWLWE": { - "code": "TUMWLWE", - "id": 45951, - "name": "Lehrstuhl f\u00fcr Windenergie (Prof. Bottasso)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Windenergie (Prof. Bottasso)" + "31952": { + "code": "TUZVR51", + "name": "Hochschulrecht (Referat 51)", + "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Hochschulrecht (Referat 51)" }, - "TUMWMAT": { - "code": "TUMWMAT", - "id": 50157, - "name": "Lehrstuhl f\u00fcr Werkstofftechnik der Additiven Fertigung (Prof. Mayr)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Werkstofftechnik der Additiven Fertigung (Prof. Mayr)" + "31953": { + "code": "TUZVR52", + "name": "Forschungskooperationen (Referat 52)", + "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Forschungskooperationen (Referat 52)" }, - "TUMWMEM": { - "code": "TUMWMEM", - "id": 15270, - "name": "Lehrstuhl f\u00fcr Mikrotechnik und Medizinger\u00e4tetechnik (Prof. L\u00fcth)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Mikrotechnik und Medizinger\u00e4tetechnik (Prof. L\u00fcth)" + "31954": { + "code": "TUZVR53", + "name": "Allgemeine Rechtsangelegenheiten (Referat 53)", + "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Allgemeine Rechtsangelegenheiten (Referat 53)" }, - "TUMWMFM": { - "code": "TUMWMFM", - "id": 50158, - "name": "Professur f\u00fcr Multiscale Modeling of Fluid Materials (Prof. Zavadlav)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Multiscale Modeling of Fluid Materials (Prof. Zavadlav)" + "31979": { + "code": "TUZVHR4", + "name": "Hochschulreferat 4 - TUM Forschungsf\u00f6rderung und Technologietransfer (ForTe)", + "path": "TUM/Hochschulreferate/TUM Forschungsf\u00f6rderung und Technologietransfer (ForTe)" }, - "TUMWMHR": { - "code": "TUMWMHR", - "id": 44584, - "name": "Professur f\u00fcr Mechanik auf H\u00f6chstleistungsrechnern (Prof. Gee)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Mechanik auf H\u00f6chstleistungsrechnern (Prof. Gee)" + "32801": { + "code": "TUPHBIO", + "name": "Information Officer Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Beauftragte/Information Officer" }, - "TUMWMPA": { - "code": "TUMWMPA", - "id": 43203, - "name": "Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)", - "path": "TUM/Schools/Engineering and Design/Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)" + "32802": { + "code": "TUPHBDS", + "name": "Datenschutzbevollm\u00e4chtigter Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Beauftragte/Datenschutzbevollm\u00e4chtigter" }, - "TUMWNUK": { - "code": "TUMWNUK", - "id": 15319, - "name": "Lehrstuhl f\u00fcr Nukleartechnik (Prof. Maci\u00e1n-Juan)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Nukleartechnik (Prof. Maci\u00e1n-Juan)" + "32904": { + "code": "TUEIBIO", + "name": "Information Officer Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Beauftragte/Information Officer" }, - "TUMWPES": { - "code": "TUMWPES", - "id": 52157, - "name": "Lehrstuhl f\u00fcr Produktionstechnik und Energiespeichersysteme (Prof. Daub)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktionstechnik und Energiespeichersysteme (Prof. Daub)" + "32905": { + "code": "TUEIBDS", + "name": "Datenschutzbevollm\u00e4chtigter Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Beauftragte/Datenschutzbevollm\u00e4chtigter" }, - "TUMWPFB": { - "code": "TUMWPFB", - "id": 43497, - "name": "Student Office", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen/Zentrale Dienste/Student Office" + "33163": { + "code": "TUPEX01", + "name": "TUM", + "path": "TUM/Partnerschaftliche Einrichtungen/Weitere Personen/TUM" }, - "TUMWPMW": { - "code": "TUMWPMW", - "id": 46435, - "name": "Professur f\u00fcr Plasma-Material-Wechselwirkung (Prof. Neu)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Plasma-Material-Wechselwirkung (Prof. Neu)" + "33167": { + "code": "TUPEX05", + "name": "Nicht zugeordnet", + "path": "TUM/Partnerschaftliche Einrichtungen/Weitere Personen/Nicht zugeordnet" }, - "TUMWPTA": { - "code": "TUMWPTA", - "id": 24093, - "name": "Produktionstechnisches Anwenderzentrum f\u00fcr den Mittelstand", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktionstechnisches Anwenderzentrum f\u00fcr den Mittelstand" + "33450": { + "code": "TUEDS09", + "name": "Professur f\u00fcr Fachdidaktik Life Sciences (Prof. Nerdel)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Fachdidaktik Life Sciences (Prof. Nerdel)" }, - "TUMWPTM": { - "code": "TUMWPTM", - "id": 45071, - "name": "Lehrstuhl f\u00fcr Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)" + "37495": { + "code": "TUCSP01", + "name": "Lehrstuhl f\u00fcr Chemie biogener Rohstoffe (Prof. Sieber)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Chemie biogener Rohstoffe (Prof. Sieber)" }, - "TUMWRTK": { - "code": "TUMWRTK", - "id": 15272, - "name": "Lehrstuhl f\u00fcr Regelungstechnik (Prof. Lohmann)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Regelungstechnik (Prof. Lohmann)" + "37555": { + "code": "TUZV44A", + "name": "Technisches B\u00fcro Maschinenwesen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Technisches B\u00fcro Maschinenwesen" }, - "TUMWSBA": { - "code": "TUMWSBA", - "id": 24209, - "name": "Professur f\u00fcr Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)" + "37569": { + "code": "TUZV44B", + "name": "Werkstatt Regel- und F\u00f6rdertechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt Regel- und F\u00f6rdertechnik" }, - "TUMWSBT": { - "code": "TUMWSBT", - "id": 42933, - "name": "Professur f\u00fcr Systembiotechnologie (Prof. Kremling)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Systembiotechnologie (Prof. Kremling)" + "37584": { + "code": "TUZV44C", + "name": "Werkstatt Heizung - Klima - Sanit\u00e4r", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Werkstatt Heizung - Klima - Sanit\u00e4r" }, - "TUMWSGM": { - "code": "TUMWSGM", - "id": 16134, - "name": "Professur f\u00fcr Sportger\u00e4te und Sportmaterialien (Prof. Senner)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Sportger\u00e4te und Sportmaterialien (Prof. Senner)" + "37585": { + "code": "TUZV44D", + "name": "Werkstatt Schreinerei und Schlosserei", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Werkstatt Schreinerei und Schlosserei" }, - "TUMWTDY": { - "code": "TUMWTDY", - "id": 24208, - "name": "Professur f\u00fcr Thermofluiddynamik (Prof. Polifke)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermofluiddynamik (Prof. Polifke)" + "37586": { + "code": "TUZV44E", + "name": "Werkstatt Pasing Heizungs- und Klimatechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Werkstatt Pasing Heizungs- und Klimatechnik" }, - "TUMWUTG": { - "code": "TUMWUTG", - "id": 15278, - "name": "Lehrstuhl f\u00fcr Umformtechnik und Gie\u00dfereiwesen (Prof. Volk)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Umformtechnik und Gie\u00dfereiwesen (Prof. Volk)" + "37622": { + "code": "TUZV44G", + "name": "Technisches B\u00fcro Elektrotechnik, H\u00f6rsaaltechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Technisches B\u00fcro Elektrotechnik, H\u00f6rsaaltechnik" }, - "TUMWVIB": { - "code": "TUMWVIB", - "id": 47617, - "name": "Lehrstuhl f\u00fcr Akustik mobiler Systeme (Prof. Marburg)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Akustik mobiler Systeme (Prof. Marburg)" + "37623": { + "code": "TUZV44H", + "name": "Technisches B\u00fcro Fernmelde-, BMA- und ELA-Technik einschl. Telefonabrechnung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Technisches B\u00fcro Fernmelde-, BMA- und ELA-Technik einschl. Telefonabrechnung" }, - "TUMWWKM": { - "code": "TUMWWKM", - "id": 15276, - "name": "Lehrstuhl f\u00fcr Werkstoffwissenschaften (Prof. Torgersen)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Werkstoffwissenschaften (Prof. Torgersen)" + "37668": { + "code": "TUZV44J", + "name": "Werkstatt Elektrotechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt Elektrotechnik" + }, + "37796": { + "code": "TUZV44K", + "name": "Werkstatt H\u00f6rsaaltechnik, Medientechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt H\u00f6rsaaltechnik, Medientechnik" }, - "TUPE000": { - "code": "TUPE000", - "id": 16301, - "name": "Partnerschaftliche Einrichtungen", - "path": "TUM/Partnerschaftliche Einrichtungen" + "37801": { + "code": "TUZV44L", + "name": "Werkstatt Fernmelde-, BMA- und ELA-Technik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt Fernmelde-, BMA- und ELA-Technik" }, - "TUPEASL": { - "code": "TUPEASL", - "id": 44168, - "name": "Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)", - "path": "TUM/Partnerschaftliche Einrichtungen/Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)" + "37984": { + "code": "TUZV44M", + "name": "Poststelle, Kurierdienst", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Poststelle, Kurierdienst" }, - "TUPEBM2": { - "code": "TUPEBM2", - "id": 16353, - "name": "Staatliches Bauamt M\u00fcnchen 2", - "path": "TUM/Partnerschaftliche Einrichtungen/Staatliches Bauamt M\u00fcnchen 2" + "37985": { + "code": "TUZV44N", + "name": "Posteinlauf Verwaltung, Registratur", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Posteinlauf Verwaltung, Registratur" }, - "TUPECDT": { - "code": "TUPECDT", - "id": 39902, - "name": "Center for Digital Technology and Management (CDTM)", - "path": "TUM/Partnerschaftliche Einrichtungen/Center for Digital Technology and Management (CDTM)" + "37986": { + "code": "TUZV44O", + "name": "Dienstfahrzeuge", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Dienstfahrzeuge" }, - "TUPECNS": { - "code": "TUPECNS", - "id": 16342, - "name": "J\u00fclich Center for Neutron Science", - "path": "TUM/Partnerschaftliche Einrichtungen/J\u00fclich Center for Neutron Science" + "37988": { + "code": "TUZV44Q", + "name": "Bewachung, Vermittlung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Bewachung, Vermittlung" }, - "TUPEDWD": { - "code": "TUPEDWD", - "id": 44043, - "name": "Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan", - "path": "TUM/Partnerschaftliche Einrichtungen/Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan" + "37989": { + "code": "TUZV44R", + "name": "Reinigung, Pflege der Au\u00dfenanlagen, Ausschreibungen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Reinigung, Pflege der Au\u00dfenanlagen, Ausschreibungen" }, - "TUPEEHG": { - "code": "TUPEEHG", - "id": 16355, - "name": "Evangelische Hochschulgemeinde", - "path": "TUM/Partnerschaftliche Einrichtungen/Evangelische Hochschulgemeinde" + "37990": { + "code": "TUZV44S", + "name": "Schl\u00fcsselverwaltung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Schl\u00fcsselverwaltung" }, - "TUPEEIT": { - "code": "TUPEEIT", - "id": 47697, - "name": "EIT Health e.V.", - "path": "TUM/Partnerschaftliche Einrichtungen/EIT Health e.V." + "37992": { + "code": "TUZV44U", + "name": "Hausmeisterdienste", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Hausmeisterdienste" }, - "TUPEERG": { - "code": "TUPEERG", - "id": 53397, - "name": "TUMint\u00b7Energy Research GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/TUMint\u00b7Energy Research GmbH" + "38003": { + "code": "TUZV44V", + "name": "Hausmeisterdienste am TUM CiO", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Campus im Olympiapark/Hausmeisterdienste am TUM CiO" }, - "TUPEETU": { - "code": "TUPEETU", - "id": 45531, - "name": "EuroTech Universities", - "path": "TUM/Partnerschaftliche Einrichtungen/EuroTech Universities" + "38004": { + "code": "TUZV44W", + "name": "Werkstatt Elektrotechnik am TUM CiO", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Campus im Olympiapark/Werkstatt Elektrotechnik am TUM CiO" }, - "TUPEFAS": { - "code": "TUPEFAS", - "id": 45851, - "name": "Fachaussch\u00fcsse", - "path": "TUM/Partnerschaftliche Einrichtungen/Fachaussch\u00fcsse" + "38006": { + "code": "TUZV44Y", + "name": "Wassersportplatz Starnberg", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Wassersportplatz Starnberg" }, - "TUPEFOR": { - "code": "TUPEFOR", - "id": 41346, - "name": "fortiss GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/fortiss GmbH" + "38010": { + "code": "TUZV45A", + "name": "H\u00f6rsaalvergabe", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Fl\u00e4chen- und Raummanagement/H\u00f6rsaalvergabe" }, - "TUPEFVW": { - "code": "TUPEFVW", - "id": 48481, - "name": "Verwaltung", - "path": "TUM/Hochschule f\u00fcr Politik M\u00fcnchen/Verwaltung" + "38011": { + "code": "TUZV45B", + "name": "Externe An- und Vermietung, Veranstaltungen einschl. TUM CiO", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Fl\u00e4chen- und Raummanagement/Externe An- und Vermietung, Veranstaltungen einschl. TUM CiO" }, - "TUPEFWT": { - "code": "TUPEFWT", - "id": 44040, - "name": "Hochschule Weihenstephan-Triesdorf", - "path": "TUM/Partnerschaftliche Einrichtungen/Hochschule Weihenstephan-Triesdorf" + "38136": { + "code": "TUWIB17", + "name": "Lehrstuhl f\u00fcr Strategie und Organisation (Prof. Welpe)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategie und Organisation (Prof. Welpe)" }, - "TUPEGAE": { - "code": "TUPEGAE", - "id": 42732, - "name": "G\u00e4ste der TUM", - "path": "TUM/Partnerschaftliche Einrichtungen/G\u00e4ste der TUM" + "38369": { + "code": "TUZV847", + "name": "Bauwerkst\u00e4tte", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Bauwerkst\u00e4tte" }, - "TUPEGEE": { - "code": "TUPEGEE", - "id": 47977, - "name": "GE Healthcare Global Research Europe", - "path": "TUM/Partnerschaftliche Einrichtungen/GE Healthcare Global Research Europe" + "38540": { + "code": "TUZV14C", + "name": "Heizkraftwerke mit Leitwarte", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Energie- und Medienversorgung/Heizkraftwerke mit Leitwarte" }, - "TUPEGRS": { - "code": "TUPEGRS", - "id": 16341, - "name": "Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH", - "path": "TUM/Partnerschaftliche Einrichtungen/Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH" + "38541": { + "code": "TUZV14D", + "name": "Anlagentechnik Garching", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching" }, - "TUPEGTG": { - "code": "TUPEGTG", - "id": 16350, - "name": "GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH" + "38542": { + "code": "TUZV14E", + "name": "Elektrotechnik Garching", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching" }, - "TUPEHFP": { - "code": "TUPEHFP", - "id": 47557, - "name": "Hochschule f\u00fcr Politik M\u00fcnchen", - "path": "TUM/Hochschule f\u00fcr Politik M\u00fcnchen" + "38543": { + "code": "TUZV14F", + "name": "Umwelt / Abfallentsorgung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt/Umwelt / Abfallentsorgung" }, - "TUPEHM0": { - "code": "TUPEHM0", - "id": 39686, - "name": "Hochschule f\u00fcr Angewandte Wissenschaften - FH M\u00fcnchen", - "path": "TUM/Partnerschaftliche Einrichtungen/Hochschule f\u00fcr Angewandte Wissenschaften - FH M\u00fcnchen" + "38577": { + "code": "TUZV14G", + "name": "Infrastrukturelles FM Poststelle", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Infrastrukturelles FM Poststelle" }, - "TUPEHZM": { - "code": "TUPEHZM", - "id": 44044, - "name": "Helmholtz-Zentrum M\u00fcnchen - Deutsches Forschungszentrum f\u00fcr Gesundheit und Umwelt, GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/Helmholtz-Zentrum M\u00fcnchen - Deutsches Forschungszentrum f\u00fcr Gesundheit und Umwelt, GmbH" + "38579": { + "code": "TUZV14I", + "name": "Technisches B\u00fcro Maschinentechnische Anlagen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Technisches B\u00fcro Maschinentechnische Anlagen" }, - "TUPEILL": { - "code": "TUPEILL", - "id": 49337, - "name": "Institut Laue-Langevin (ILL)", - "path": "TUM/Partnerschaftliche Einrichtungen/Institut Laue-Langevin (ILL)" + "38580": { + "code": "TUZV14J", + "name": "Werkstatt Heizungs- und Klimatechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt Heizungs- und Klimatechnik" }, - "TUPEIND": { - "code": "TUPEIND", - "id": 53938, - "name": "indibit GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/indibit GmbH" + "38581": { + "code": "TUZV14K", + "name": "Werkstatt Sanit\u00e4r- und K\u00e4ltetechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt Sanit\u00e4r- und K\u00e4ltetechnik" }, - "TUPEINT": { - "code": "TUPEINT", - "id": 45250, - "name": "TUM International GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM International GmbH" + "38582": { + "code": "TUZV14L", + "name": "Werkstatt Schlosser/Schreiner/Hausmeister", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt Schlosser/Schreiner/Hausmeister" }, - "TUPEIPP": { - "code": "TUPEIPP", - "id": 16345, - "name": "Max-Planck-Institut f\u00fcr Plasmaphysik (IPP)", - "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Plasmaphysik (IPP)" + "38596": { + "code": "TUZV14N", + "name": "Technisches B\u00fcro, H\u00f6rsaaltechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Technisches B\u00fcro, H\u00f6rsaaltechnik" }, - "TUPEISR": { - "code": "TUPEISR", - "id": 16351, - "name": "ISaR Institute for Safety and Reliability GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/ISaR Institute for Safety and Reliability GmbH" + "38597": { + "code": "TUZV14O", + "name": "Werkstatt Elektrotechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Werkstatt Elektrotechnik" }, - "TUPEIST": { - "code": "TUPEIST", - "id": 16349, - "name": "TUM Asia", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Asia" + "38598": { + "code": "TUZV14P", + "name": "Werkstatt Fernmeldetechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Werkstatt Fernmeldetechnik" }, - "TUPEKHG": { - "code": "TUPEKHG", - "id": 16354, - "name": "Katholische Hochschulgemeinde", - "path": "TUM/Partnerschaftliche Einrichtungen/Katholische Hochschulgemeinde" + "38599": { + "code": "TUZV14Q", + "name": "Geb\u00e4udeleittechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Geb\u00e4udeleittechnik" }, - "TUPELFL": { - "code": "TUPELFL", - "id": 44041, - "name": "Bayerische Landesanstalt f\u00fcr Landwirtschaft (LfL)", - "path": "TUM/Partnerschaftliche Einrichtungen/Bayerische Landesanstalt f\u00fcr Landwirtschaft (LfL)" + "39071": { + "code": "TUWZM1A", + "name": "Lehrstuhl f\u00fcr Brau- und Getr\u00e4nketechnologie (Prof. Becker)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Brau- und Getr\u00e4nketechnologie (Prof. Becker)" }, - "TUPELMU": { + "39536": { "code": "TUPELMU", - "id": 39536, "name": "Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen (LMU)", "path": "TUM/Partnerschaftliche Einrichtungen/Ludwig-Maximilians-Universit\u00e4t M\u00fcnchen (LMU)" }, - "TUPELRZ": { - "code": "TUPELRZ", - "id": 39906, - "name": "Leibniz-Rechenzentrum (LRZ)", - "path": "TUM/Partnerschaftliche Einrichtungen/Leibniz-Rechenzentrum (LRZ)" - }, - "TUPELWF": { - "code": "TUPELWF", - "id": 44042, - "name": "Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)", - "path": "TUM/Partnerschaftliche Einrichtungen/Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)" + "39675": { + "code": "TUZEHEZ", + "name": "World Agricultural Systems Center - Hans Eisenmann-Forum", + "path": "TUM/Wissenschaftliche Zentralinstitute/World Agricultural Systems Center - Hans Eisenmann-Forum" }, - "TUPEMAS": { - "code": "TUPEMAS", - "id": 44385, - "name": "Munich Aerospace", - "path": "TUM/Partnerschaftliche Einrichtungen/Munich Aerospace" + "39685": { + "code": "TUPESFZ", + "name": "Campus M\u00fcnchen FU Hagen", + "path": "TUM/Partnerschaftliche Einrichtungen/Campus M\u00fcnchen FU Hagen" }, - "TUPEMAT": { - "code": "TUPEMAT", - "id": 53937, - "name": "MathPlan GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/MathPlan GmbH" + "39686": { + "code": "TUPEHM0", + "name": "Hochschule f\u00fcr Angewandte Wissenschaften - FH M\u00fcnchen", + "path": "TUM/Partnerschaftliche Einrichtungen/Hochschule f\u00fcr Angewandte Wissenschaften - FH M\u00fcnchen" }, - "TUPEMLL": { - "code": "TUPEMLL", - "id": 16357, - "name": "Beschleunigerlabor der LMU und TUM / Maier-Leibnitz-Laboratorium (MLL)", - "path": "TUM/Partnerschaftliche Einrichtungen/Beschleunigerlabor der LMU und TUM / Maier-Leibnitz-Laboratorium (MLL)" + "39687": { + "code": "TUPESWM", + "name": "Studentenwerk M\u00fcnchen", + "path": "TUM/Partnerschaftliche Einrichtungen/Studentenwerk M\u00fcnchen" }, - "TUPEMLZ": { - "code": "TUPEMLZ", - "id": 46155, - "name": "Heinz Maier-Leibnitz Zentrum", - "path": "TUM/Partnerschaftliche Einrichtungen/Heinz Maier-Leibnitz Zentrum" + "39688": { + "code": "TUPEWR0", + "name": "Weitere R\u00e4ume", + "path": "TUM/Partnerschaftliche Einrichtungen/Weitere R\u00e4ume" }, - "TUPEMPA": { - "code": "TUPEMPA", - "id": 16343, - "name": "Max-Planck-Institut f\u00fcr Astrophysik (MPA)", - "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Astrophysik (MPA)" + "39810": { + "code": "TUWZQ9P", + "name": "Lehrstuhl f\u00fcr Biochemische Pflanzenpathologie (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biochemische Pflanzenpathologie (N.N.)" }, - "TUPEMPB": { - "code": "TUPEMPB", - "id": 16344, - "name": "Max-Planck-Institut f\u00fcr Biochemie (MPBC)", - "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Biochemie (MPBC)" + "39902": { + "code": "TUPECDT", + "name": "Center for Digital Technology and Management (CDTM)", + "path": "TUM/Partnerschaftliche Einrichtungen/Center for Digital Technology and Management (CDTM)" }, - "TUPEMPE": { - "code": "TUPEMPE", - "id": 16347, - "name": "Max-Planck-Institut f\u00fcr extraterrestrische Physik (MPE)", - "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr extraterrestrische Physik (MPE)" + "39906": { + "code": "TUPELRZ", + "name": "Leibniz-Rechenzentrum (LRZ)", + "path": "TUM/Partnerschaftliche Einrichtungen/Leibniz-Rechenzentrum (LRZ)" }, - "TUPEMPP": { - "code": "TUPEMPP", - "id": 16358, - "name": "Max-Planck-Institut f\u00fcr Physik / Werner-Heisenberg-Institut (MPP)", - "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Physik / Werner-Heisenberg-Institut (MPP)" + "40033": { + "code": "TUPEUTM", + "name": "UnternehmerTUM GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/UnternehmerTUM GmbH" }, - "TUPEMPQ": { - "code": "TUPEMPQ", - "id": 16346, - "name": "Max-Planck-Institut f\u00fcr Quantenoptik (MPQ)", - "path": "TUM/Partnerschaftliche Einrichtungen/Max-Planck-Institut f\u00fcr Quantenoptik (MPQ)" + "40142": { + "code": "TUPEVWA", + "name": "Verwaltungs- und Wirtschaftsakademie (VWA)", + "path": "TUM/Partnerschaftliche Einrichtungen/Verwaltungs- und Wirtschaftsakademie (VWA)" }, - "TUPENPC": { - "code": "TUPENPC", - "id": 49457, - "name": "Nuclear Physics European Collaboration Committee (NuPECC)", - "path": "TUM/Partnerschaftliche Einrichtungen/Nuclear Physics European Collaboration Committee (NuPECC)" + "40494": { + "code": "TUCHAC9", + "name": "Professur f\u00fcr Molekulare Katalyse (Prof. K\u00fchn)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Molekulare Katalyse (Prof. K\u00fchn)" }, - "TUPEPTP": { - "code": "TUPEPTP", - "id": 16348, - "name": "Bayerisches Staatliches Pr\u00fcfamt f\u00fcr Technische Physik (BE)", - "path": "TUM/Partnerschaftliche Einrichtungen/Bayerisches Staatliches Pr\u00fcfamt f\u00fcr Technische Physik (BE)" + "40661": { + "code": "TUEDFED", + "name": "Ehemalige TUM School of Education", + "path": "TUM/Fakult\u00e4ten/Ehemalige TUM School of Education" }, - "TUPESBW": { - "code": "TUPESBW", - "id": 16338, - "name": "Bayerische Staatsbrauerei Weihenstephan (Wirtschaftsbetrieb)", - "path": "TUM/Partnerschaftliche Einrichtungen/Bayerische Staatsbrauerei Weihenstephan (Wirtschaftsbetrieb)" + "40711": { + "code": "TUMEZN1", + "name": "Lehrstuhl f\u00fcr Zellbiologie des Nervensystems (Prof. Misgeld)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Zellbiologie des Nervensystems (Prof. Misgeld)" }, - "TUPESFZ": { - "code": "TUPESFZ", - "id": 39685, - "name": "Campus M\u00fcnchen FU Hagen", - "path": "TUM/Partnerschaftliche Einrichtungen/Campus M\u00fcnchen FU Hagen" + "40834": { + "code": "TUWZM4D", + "name": "Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)", + "path": "TUM/Schools/Life Sciences/Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)" }, - "TUPESIN": { - "code": "TUPESIN", - "id": 45411, - "name": "Studentische Initiativen", - "path": "TUM/Partnerschaftliche Einrichtungen/Studentische Initiativen" + "40884": { + "code": "TUMAM31", + "name": "Lehrstuhl f\u00fcr Arithmetische Geometrie (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Arithmetische Geometrie (N.N.)" }, - "TUPESWM": { - "code": "TUPESWM", - "id": 39687, - "name": "Studentenwerk M\u00fcnchen", - "path": "TUM/Partnerschaftliche Einrichtungen/Studentenwerk M\u00fcnchen" + "40940": { + "code": "TUPHEPB", + "name": "Lehrstuhl f\u00fcr Biomolekulare Nanotechnologie (Prof. Dietz)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolekulare Nanotechnologie (Prof. Dietz)" }, - "TUPETUG": { - "code": "TUPETUG", - "id": 45532, - "name": "Technische Universit\u00e4t Graz", - "path": "TUM/Partnerschaftliche Einrichtungen/Technische Universit\u00e4t Graz" + "40981": { + "code": "TUCHOCA", + "name": "Professur f\u00fcr Organische Chemie (Prof. Hintermann)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organische Chemie (Prof. Hintermann)" }, - "TUPEUBM": { - "code": "TUPEUBM", - "id": 45371, - "name": "Universit\u00e4t der Bundeswehr M\u00fcnchen", - "path": "TUM/Partnerschaftliche Einrichtungen/Universit\u00e4t der Bundeswehr M\u00fcnchen" + "41208": { + "code": "TUPRS02", + "name": "Berufungen, Karriereaufstieg und Dual Career", + "path": "TUM/Hochschulpr\u00e4sidium/Berufungen, Karriereaufstieg und Dual Career" }, - "TUPEUTM": { - "code": "TUPEUTM", - "id": 40033, - "name": "UnternehmerTUM GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/UnternehmerTUM GmbH" + "41224": { + "code": "TUPRS03", + "name": "Munich Dual Career Office", + "path": "TUM/Hochschulpr\u00e4sidium/Berufungen, Karriereaufstieg und Dual Career/Munich Dual Career Office" }, - "TUPEV10": { - "code": "TUPEV10", - "id": 55886, - "name": "MOBILITY", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/MOBILITY" + "41264": { + "code": "TUPRBE5", + "name": "Beauftragte f\u00fcr die Wissenschaftsbeziehungen mit Frankreich", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragte f\u00fcr die Wissenschaftsbeziehungen mit Frankreich" }, - "TUPEV11": { - "code": "TUPEV11", - "id": 55887, - "name": "SUSTAINABILITY CIRCULAR", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/SUSTAINABILITY CIRCULAR" + "41267": { + "code": "TUGSTGS", + "name": "Management Office", + "path": "TUM/TUM Graduate School/Management Office" }, - "TUPEV12": { - "code": "TUPEV12", - "id": 55888, - "name": "LEGAL TECH COLAB", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/LEGAL TECH COLAB" + "41346": { + "code": "TUPEFOR", + "name": "fortiss GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/fortiss GmbH" }, - "TUPEVHB": { - "code": "TUPEVHB", - "id": 16352, - "name": "Virtuelle Hochschule Bayern (vhb)", - "path": "TUM/Partnerschaftliche Einrichtungen/Virtuelle Hochschule Bayern (vhb)" + "41681": { + "code": "TUZVR7W", + "name": "Wahlamt", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Recht/Wahlamt" }, - "TUPEVL1": { - "code": "TUPEVL1", - "id": 55877, - "name": "BUILT ENVIRONMENT", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/BUILT ENVIRONMENT" + "41772": { + "code": "TUMWFST", + "name": "Lehrstuhl f\u00fcr Bioseparation Engineering (Prof. Berensmeier)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Bioseparation Engineering (Prof. Berensmeier)" }, - "TUPEVL2": { - "code": "TUPEVL2", - "id": 55878, - "name": "CHEM SPACE", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/CHEM SPACE" + "41785": { + "code": "TUMEDE4", + "name": "Professur f\u00fcr Epigenetik der Hautalterung (Prof. Djabali)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Epigenetik der Hautalterung (Prof. Djabali)" }, - "TUPEVL3": { - "code": "TUPEVL3", - "id": 55879, - "name": "QUANTUM", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/QUANTUM" + "41836": { + "code": "TUEINST", + "name": "Juniorprofessur f\u00fcr Neurowissenschaftliche Systemtheorie (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Neurowissenschaftliche Systemtheorie (N.N.)" }, - "TUPEVL4": { - "code": "TUPEVL4", - "id": 55880, - "name": "ROBOTICS AI", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/ROBOTICS AI" + "41916": { + "code": "TUMAM14", + "name": "Lehrstuhl f\u00fcr Wahrscheinlichkeitstheorie (Prof. Gantert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Wahrscheinlichkeitstheorie (Prof. Gantert)" }, - "TUPEVL5": { - "code": "TUPEVL5", - "id": 55881, - "name": "FOOD AGRO BIOTECH", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/FOOD AGRO BIOTECH" + "41924": { + "code": "TUEDFVW", + "name": "Fakult\u00e4tsverwaltung Ehemalige TUM School of Education", + "path": "TUM/Fakult\u00e4ten/Ehemalige TUM School of Education/Fakult\u00e4tsverwaltung" }, - "TUPEVL6": { - "code": "TUPEVL6", - "id": 55882, - "name": "HEALTH CARE", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/HEALTH CARE" + "41947": { + "code": "TUEDS13", + "name": "Lehrstuhl f\u00fcr Wissenschaftskommunikation (Prof. Heckl)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Wissenschaftskommunikation (Prof. Heckl)" }, - "TUPEVL7": { - "code": "TUPEVL7", - "id": 55883, - "name": "ADDITIVE MANUFACTURING", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/ADDITIVE MANUFACTURING" + "42041": { + "code": "TUMERZ0", + "name": "Informationstechnologie", + "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Informationstechnologie" }, - "TUPEVL8": { - "code": "TUPEVL8", - "id": 55884, - "name": "SOFTWARE AI", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/SOFTWARE AI" + "42043": { + "code": "TUMEAP0", + "name": "Apotheke", + "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Apotheke" }, - "TUPEVL9": { - "code": "TUPEVL9", - "id": 55885, - "name": "AERO SPACE", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/AERO SPACE" + "42231": { + "code": "TUEDS11", + "name": "Lehrstuhl f\u00fcr Didaktik der Mathematik (Prof. Obersteiner)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Mathematik (Prof. Obersteiner)" }, - "TUPEVLG": { - "code": "TUPEVLG", - "id": 55889, - "name": "TUM Venture Labs Management gGmbH (VLM)", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs Management gGmbH (VLM)" + "42297": { + "code": "TUSPL09", + "name": "Lehrstuhl f\u00fcr Trainingswissenschaft und Sportinformatik (N.N.)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Trainingswissenschaft und Sportinformatik (N.N.)" }, - "TUPEVLM": { - "code": "TUPEVLM", - "id": 55737, - "name": "TUM Venture Labs", - "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs" + "42357": { + "code": "TUPREOE", + "name": "TUM Emeriti of Excellence", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/TUM Emeriti of Excellence" }, - "TUPEVWA": { - "code": "TUPEVWA", - "id": 40142, - "name": "Verwaltungs- und Wirtschaftsakademie (VWA)", - "path": "TUM/Partnerschaftliche Einrichtungen/Verwaltungs- und Wirtschaftsakademie (VWA)" + "42566": { + "code": "TUZEFCL", + "name": "Forschungscluster", + "path": "TUM/Forschungscluster" }, - "TUPEWAR": { - "code": "TUPEWAR", - "id": 54604, - "name": "Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)", - "path": "TUM/Partnerschaftliche Einrichtungen/Studentische Initiativen/Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)" + "42570": { + "code": "TUPHUCL", + "name": "Exzellenzcluster ORIGINS: Vom Ursprung des Universums bis zu den ersten Bausteinen des Lebens", + "path": "TUM/Forschungscluster/Exzellenzcluster ORIGINS: Vom Ursprung des Universums bis zu den ersten Bausteinen des Lebens" }, - "TUPEWMI": { - "code": "TUPEWMI", - "id": 16356, - "name": "Walther-Meissner-Institut (WMI)", - "path": "TUM/Partnerschaftliche Einrichtungen/Walther-Meissner-Institut (WMI)" + "42605": { + "code": "TUZVPRE", + "name": "Presse und \u00d6ffentlichkeitsarbeit", + "path": "TUM/Hochschulreferate/Corporate Communications Center/Presse und \u00d6ffentlichkeitsarbeit" }, - "TUPEWR0": { - "code": "TUPEWR0", - "id": 39688, - "name": "Weitere R\u00e4ume", - "path": "TUM/Partnerschaftliche Einrichtungen/Weitere R\u00e4ume" + "42606": { + "code": "TUZVACM", + "name": "Alumni & Career", + "path": "TUM/Hochschulreferate/TUM Global & Alumni Office/Alumni & Career" }, - "TUPEX00": { - "code": "TUPEX00", - "id": 29304, - "name": "Weitere Personen", - "path": "TUM/Partnerschaftliche Einrichtungen/Weitere Personen" + "42655": { + "code": "TUMEAM0", + "name": "Institut f\u00fcr Allgemeinmedizin und Versorgungsforschung (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Allgemeinmedizin und Versorgungsforschung (Prof. Schneider)" }, - "TUPEX01": { - "code": "TUPEX01", - "id": 33163, - "name": "TUM", - "path": "TUM/Partnerschaftliche Einrichtungen/Weitere Personen/TUM" + "42656": { + "code": "TUMEAM1", + "name": "Lehrstuhl f\u00fcr Allgemeinmedizin (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Allgemeinmedizin und Versorgungsforschung (Prof. Schneider)/Allgemeinmedizin (Prof. Schneider)" }, - "TUPEX05": { - "code": "TUPEX05", - "id": 33167, - "name": "Nicht zugeordnet", - "path": "TUM/Partnerschaftliche Einrichtungen/Weitere Personen/Nicht zugeordnet" + "42657": { + "code": "TUPHZAV", + "name": "Akademische Verwaltung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Akademische Verwaltung" }, - "TUPEYIT": { - "code": "TUPEYIT", - "id": 43836, - "name": "Caverion Deutschland GmbH", - "path": "TUM/Partnerschaftliche Einrichtungen/Caverion Deutschland GmbH" + "42658": { + "code": "TUPHZVW", + "name": "Verwaltung des Physik-Departments", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments" }, - "TUPEZAE": { - "code": "TUPEZAE", - "id": 16340, - "name": "Bayerisches Zentrum f\u00fcr Angewandte Energieforschung e.V. (ZAE)", - "path": "TUM/Partnerschaftliche Einrichtungen/Bayerisches Zentrum f\u00fcr Angewandte Energieforschung e.V. (ZAE)" + "42659": { + "code": "TUPHZPE", + "name": "Personalstelle", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Personalstelle" }, - "TUPEZIB": { - "code": "TUPEZIB", - "id": 44425, - "name": "Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)", - "path": "TUM/Schools/Social Sciences and Technology/Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)" + "42660": { + "code": "TUPHZDM", + "name": "Drittmittel", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Drittmittel" }, - "TUPHAEA": { - "code": "TUPHAEA", - "id": 49966, - "name": "Eignungskommission Studiengang M.Sc. Physics (Applied and Engineering Physics)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physics (Applied and Engineering Physics)" + "42661": { + "code": "TUPHZMB", + "name": "Mittelbewirtschaftung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Mittelbewirtschaftung" }, - "TUPHAEB": { - "code": "TUPHAEB", - "id": 49967, - "name": "Eignungskommission Studiengang M.Sc. Physik (Biophysik)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physik (Biophysik)" + "42663": { + "code": "TUPHZMA", + "name": "Materiallager", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Materiallager" }, - "TUPHAEC": { - "code": "TUPHAEC", - "id": 49968, - "name": "Eignungskommission Studiengang M.Sc. Physik (Physik der Kondensierten Materie)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physik (Physik der Kondensierten Materie)" + "42664": { + "code": "TUPHZWA", + "name": "Warenannahme", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Warenannahme" }, - "TUPHAEK": { - "code": "TUPHAEK", - "id": 49920, - "name": "Eignungskommissionen", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen" + "42665": { + "code": "TUPHZPS", + "name": "Poststelle", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Poststelle" }, - "TUPHAEL": { - "code": "TUPHAEL", - "id": 49969, - "name": "Eignungskommission Studiengang M.Sc. Matter to Life", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Matter to Life" + "42666": { + "code": "TUPHZSS", + "name": "Radiation Protection & Work Safety (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Radiation Protection & Work Safety (NAT)" }, - "TUPHAEM": { - "code": "TUPHAEM", - "id": 50177, - "name": "Eignungskommission Studiengang M.Sc. Biomedical Engineering and Medical Physics", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Biomedical Engineering and Medical Physics" + "42667": { + "code": "TUPHZKG", + "name": "Cryog. Liquids & Gases (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Cryog. Liquids & Gases (NAT)" }, - "TUPHAEQ": { - "code": "TUPHAEQ", - "id": 50437, - "name": "Eignungskommission Studiengang M.Sc. Quantum Science & Technology", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Quantum Science & Technology" + "42668": { + "code": "TUPHZKL", + "name": "Crystal Lab (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Crystal Lab (NAT)" }, - "TUPHAET": { - "code": "TUPHAET", - "id": 49965, - "name": "Eignungskommission Studiengang M.Sc. Physik (Kern-, Teilchen- und Astrophysik)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physik (Kern-, Teilchen- und Astrophysik)" + "42669": { + "code": "TUPHZIT", + "name": "IT Betrieb 5100 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Betrieb 5100 (NAT)" }, - "TUPHAUK": { - "code": "TUPHAUK", - "id": 49919, - "name": "Aussch\u00fcsse und Kommissionen", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen" + "42670": { + "code": "TUPHCOM", + "name": "Studentisches Rechnen 5100 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Studentisches Rechnen 5100 (NAT)" }, - "TUPHBDS": { - "code": "TUPHBDS", - "id": 32802, - "name": "Datenschutzbevollm\u00e4chtigter Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Beauftragte/Datenschutzbevollm\u00e4chtigter" + "42712": { + "code": "TUMAF18", + "name": "Professur f\u00fcr Diskrete Mathematik und Kombinatorische Optimierung (Prof. Wiese)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Diskrete Mathematik und Kombinatorische Optimierung (Prof. Wiese)" }, - "TUPHBIO": { - "code": "TUPHBIO", - "id": 32801, - "name": "Information Officer Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Beauftragte/Information Officer" + "42732": { + "code": "TUPEGAE", + "name": "G\u00e4ste der TUM", + "path": "TUM/Partnerschaftliche Einrichtungen/G\u00e4ste der TUM" + }, + "42733": { + "code": "TUEDS14", + "name": "Lehrstuhl f\u00fcr P\u00e4dagogische Psychologie (Prof. Seidel)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/P\u00e4dagogische Psychologie (Prof. Seidel)" }, - "TUPHCOM": { - "code": "TUPHCOM", - "id": 42670, - "name": "Studentisches Rechnen 5100 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Studentisches Rechnen 5100 (NAT)" + "42781": { + "code": "TUEIICS", + "name": "Lehrstuhl f\u00fcr Kognitive Systeme (Prof. Cheng)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Kognitive Systeme (Prof. Cheng)" }, - "TUPHDEP": { - "code": "TUPHDEP", - "id": 14217, - "name": "Physik-Department", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department" + "42884": { + "code": "TUS6MAR", + "name": "Marketing (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Marketing (MGT)" }, - "TUPHDKN": { - "code": "TUPHDKN", - "id": 14209, - "name": "Dekan/in Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Dekan/in" + "42886": { + "code": "TUS6RES", + "name": "Ressourcen (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Ressourcen (MGT)" }, - "TUPHE11": { - "code": "TUPHE11", - "id": 14228, - "name": "Lehrstuhl f\u00fcr Laser- und R\u00f6ntgenphysik (Prof. Kienberger)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Laser- und R\u00f6ntgenphysik (Prof. Kienberger)" + "42888": { + "code": "TUWIC03", + "name": "Executive & Professional Education Academy", + "path": "TUM/TUM Institute for Life Long Learning/Executive & Professional Education Academy" }, - "TUPHE13": { - "code": "TUPHE13", - "id": 16201, - "name": "Lehrstuhl f\u00fcr Funktionelle Materialien (Prof. M\u00fcller-Buschbaum)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Funktionelle Materialien (Prof. M\u00fcller-Buschbaum)" + "42933": { + "code": "TUMWSBT", + "name": "Professur f\u00fcr Systembiotechnologie (Prof. Kremling)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Systembiotechnologie (Prof. Kremling)" }, - "TUPHE14": { - "code": "TUPHE14", - "id": 16202, - "name": "Lehrstuhl f\u00fcr Physik Synthetischer Biosysteme (Prof. Simmel)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Physik Synthetischer Biosysteme (Prof. Simmel)" + "42949": { + "code": "TUZEEP2", + "name": "Experimentelle Halbleiterphysik (N.N.)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Experimentelle Halbleiterphysik (N.N.)" }, - "TUPHE15": { - "code": "TUPHE15", - "id": 16203, - "name": "Lehrstuhl f\u00fcr Experimentelle Astroteilchenphysik (Prof. Sch\u00f6nert)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentelle Astroteilchenphysik (Prof. Sch\u00f6nert)" + "42950": { + "code": "TUZEHLT", + "name": "Halbleitertechnologie (Prof. Belkin)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Halbleitertechnologie (Prof. Belkin)" }, - "TUPHE17": { - "code": "TUPHE17", - "id": 16205, - "name": "Lehrstuhl f\u00fcr Biomedizinische Physik (Prof. Pfeiffer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Biomedizinische Physik (Prof. Pfeiffer)" + "43203": { + "code": "TUMWMPA", + "name": "Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)", + "path": "TUM/Schools/Engineering and Design/Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)" }, - "TUPHE18": { - "code": "TUPHE18", - "id": 16206, - "name": "Lehrstuhl f\u00fcr Physik I (Prof. Paul)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physik I (Prof. Paul)" + "43242": { + "code": "TUCHTH4", + "name": "Lehrstuhl f\u00fcr Theoretische Chemie (Prof. Heiz komm.)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretische Chemie (Prof. Heiz komm.)" }, - "TUPHE20": { - "code": "TUPHE20", - "id": 16208, - "name": "Lehrstuhl f\u00fcr Experimentalphysik - Oberfl\u00e4chen- und Grenzfl\u00e4chenphysik (Prof. Barth)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Oberfl\u00e4chen- und Grenzfl\u00e4chenphysik (Prof. Barth)" + "43299": { + "code": "TUWZM5E", + "name": "Lehrstuhl f\u00fcr Analytische Lebensmittelchemie (Prof. Rychlik)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Analytische Lebensmittelchemie (Prof. Rychlik)" }, - "TUPHE21": { - "code": "TUPHE21", - "id": 16209, - "name": "Lehrstuhl f\u00fcr Experimentalphysik II (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Experimentalphysik II (N.N.)" + "43315": { + "code": "TUWZM2B", + "name": "Versuchsstation f\u00fcr Tierzucht (Staatsgut Thalhausen)", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Nutztier-Unit/Versuchsstation f\u00fcr Tierzucht (Staatsgut Thalhausen)" }, - "TUPHE22": { - "code": "TUPHE22", - "id": 16210, - "name": "Lehrstuhl f\u00fcr Biophysik (Prof. Rief)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biophysik (Prof. Rief)" + "43317": { + "code": "TUBVHGT", + "name": "Lehrstuhl f\u00fcr Hydrogeologie (Prof. Einsiedl)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrogeologie (Prof. Einsiedl)" }, - "TUPHE23": { - "code": "TUPHE23", - "id": 16211, - "name": "Lehrstuhl f\u00fcr Technische Physik (Prof. Gross/Prof. Filipp)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technische Physik (Prof. Gross/Prof. Filipp)" + "43428": { + "code": "TUCHOCB", + "name": "Professur f\u00fcr Festk\u00f6rper-NMR-Spektroskopie (Prof. Reif)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Festk\u00f6rper-NMR-Spektroskopie (Prof. Reif)" }, - "TUPHE25": { - "code": "TUPHE25", - "id": 16213, - "name": "Lehrstuhl f\u00fcr Experimentelle Halbleiterphysik (Prof. Sharp)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentelle Halbleiterphysik (Prof. Sharp)" + "43429": { + "code": "TULRHST", + "name": "Lehrstuhl f\u00fcr Hubschraubertechnologie (Prof. Yavrucuk)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Hubschraubertechnologie (Prof. Yavrucuk)" }, - "TUPHE27": { - "code": "TUPHE27", - "id": 21453, - "name": "Lehrstuhl f\u00fcr Zellbiophysik (Prof. Bausch)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Zellbiophysik (Prof. Bausch)" + "43448": { + "code": "TUINF17", + "name": "Informatik 18 - Professur f\u00fcr Algorithmische Spieltheorie (Prof. Brandt)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 18 - Professur f\u00fcr Algorithmische Spieltheorie (Prof. Brandt)" }, - "TUPHE28": { - "code": "TUPHE28", - "id": 45230, - "name": "Lehrstuhl f\u00fcr Plasmarand- und Divertorphysik (Prof. Stroth)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Plasmarand- und Divertorphysik (Prof. Stroth)" + "43449": { + "code": "TUWIB18", + "name": "Lehrstuhl f\u00fcr Entrepreneurship (Prof. Patzelt)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship (Prof. Patzelt)" }, - "TUPHE51": { - "code": "TUPHE51", - "id": 21569, - "name": "Lehrstuhl f\u00fcr Experimentalphysik zur Topologie korrelierter Systeme (Prof. Pfleiderer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik zur Topologie korrelierter Systeme (Prof. Pfleiderer)" + "43476": { + "code": "TUBVZWP", + "name": "Lehrstuhl f\u00fcr Zerst\u00f6rungsfreie Pr\u00fcfung (Prof. Gro\u00dfe)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Zerst\u00f6rungsfreie Pr\u00fcfung (Prof. Gro\u00dfe)" }, - "TUPHE53": { - "code": "TUPHE53", - "id": 21554, - "name": "Professur f\u00fcr Technische Physik (Prof. Krischer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technische Physik (Prof. Krischer)" + "43497": { + "code": "TUMWPFB", + "name": "Student Office", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Maschinenwesen/Zentrale Dienste/Student Office" }, - "TUPHE57": { - "code": "TUPHE57", - "id": 21543, - "name": "Lehrstuhl f\u00fcr Halbleiter-Nanostrukturen und -Quantensyteme (Prof. Finley)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Halbleiter-Nanostrukturen und -Quantensyteme (Prof. Finley)" + "43583": { + "code": "TUCHPC4", + "name": "Lehrstuhl f\u00fcr Technische Elektrochemie (Prof. Gasteiger)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Technische Elektrochemie (Prof. Gasteiger)" }, - "TUPHE59": { - "code": "TUPHE59", - "id": 21527, - "name": "Professur f\u00fcr Experimentalphysik - Weiche Materie (Prof. Papadakis)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Weiche Materie (Prof. Papadakis)" + "43589": { + "code": "TUZEMSE", + "name": "Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)" }, - "TUPHE60": { - "code": "TUPHE60", - "id": 21538, - "name": "Professur f\u00fcr Experimentalphysik - Astroteilchenphysik (Prof. Oberauer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Astroteilchenphysik (Prof. Oberauer)" + "43621": { + "code": "TUVBGSV", + "name": "Gesamtschwerbehindertenvertretung", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtschwerbehindertenvertretung" }, - "TUPHE61": { - "code": "TUPHE61", - "id": 21593, - "name": "Lehrstuhl f\u00fcr Nanotechnologie und -materialien (Prof. Holleitner)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Nanotechnologie und -materialien (Prof. Holleitner)" + "43630": { + "code": "TUVBSVM", + "name": "Schwerbehindertenvertretung M\u00fcnchen", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Schwerbehindertenvertretung M\u00fcnchen" }, - "TUPHE62": { - "code": "TUPHE62", - "id": 21512, - "name": "Lehrstuhl f\u00fcr Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)" + "43639": { + "code": "TUVBSVW", + "name": "Schwerbehindertenvertretung Weihenstephan", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Schwerbehindertenvertretung Weihenstephan" }, - "TUPHEBI": { - "code": "TUPHEBI", - "id": 48897, - "name": "Professur f\u00fcr Physik der Biomedizinischen Bildgebung (Prof. Herzen)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physik der Biomedizinischen Bildgebung (Prof. Herzen)" + "43640": { + "code": "TUVBSVG", + "name": "Schwerbehindertenvertretung Garching", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Schwerbehindertenvertretung Garching" }, - "TUPHECP": { - "code": "TUPHECP", - "id": 45028, - "name": "Lehrstuhl f\u00fcr Experimental Physics with Cosmic Particles (Prof. Resconi)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics with Cosmic Particles (Prof. Resconi)" + "43641": { + "code": "TUVBGJV", + "name": "Gesamtjugend- und Auszubildendenvertretung", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtjugend- und Auszubildendenvertretung" }, - "TUPHECS": { - "code": "TUPHECS", - "id": 46657, - "name": "Professur f\u00fcr Physics of Energy Conversion and Storage (Prof. Bandarenka)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics of Energy Conversion and Storage (Prof. Bandarenka)" + "43642": { + "code": "TUVBJVM", + "name": "Jugend- und Auszubildendenvertretung M\u00fcnchen", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Jugend- und Auszubildendenvertretung M\u00fcnchen" }, - "TUPHEDM": { - "code": "TUPHEDM", - "id": 48099, - "name": "Professur f\u00fcr Dark Matter (Prof. Mertens)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Dark Matter (Prof. Mertens)" + "43643": { + "code": "TUVBJVW", + "name": "Jugend- und Auszubildendenvertretung Weihenstephan", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Jugend- und Auszubildendenvertretung Weihenstephan" }, - "TUPHEDS": { - "code": "TUPHEDS", - "id": 53257, - "name": "Professur f\u00fcr Data Science in Physik (Prof. Heinrich)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Data Science in Physik (Prof. Heinrich)" + "43644": { + "code": "TUVBJVG", + "name": "Jugend- und Auszubildendenvertretung Garching", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Jugend- und Auszubildendenvertretung Garching" }, - "TUPHEFS": { - "code": "TUPHEFS", - "id": 48957, - "name": "Lehrstuhl f\u00fcr Experimentalphysik funktionaler Spinsysteme (Prof. Back)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik funktionaler Spinsysteme (Prof. Back)" + "43645": { + "code": "TUBVEPB", + "name": "Lehrstuhl f\u00fcr Energieeffizientes und nachhaltiges Planen und Bauen (Prof. Lang)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Energieeffizientes und nachhaltiges Planen und Bauen (Prof. Lang)" }, - "TUPHEHP": { - "code": "TUPHEHP", - "id": 48637, - "name": "Lehrstuhl f\u00fcr Experimentelle Halbleiterphysik (Prof. Sharp komm.)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentelle Halbleiterphysik (Prof. Sharp komm.)" + "43680": { + "code": "TUZVBFR", + "name": "Bevollm\u00e4chtigter des Pr\u00e4sidenten f\u00fcr Fundraising Hochschulreferat 5 - Fundraising", + "path": "TUM/Hochschulreferate/Fundraising/Bevollm\u00e4chtigter des Pr\u00e4sidenten f\u00fcr Fundraising" }, - "TUPHEMF": { - "code": "TUPHEMF", - "id": 47098, - "name": "Professur f\u00fcr Molekulare Nanowissenschaft an Grenzfl\u00e4chen (Prof. Auw\u00e4rter)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Molekulare Nanowissenschaft an Grenzfl\u00e4chen (Prof. Auw\u00e4rter)" + "43736": { + "code": "TUEIEES", + "name": "Lehrstuhl f\u00fcr Elektrische Energiespeichertechnik (Prof. Jossen)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Elektrische Energiespeichertechnik (Prof. Jossen)" }, - "TUPHEMM": { - "code": "TUPHEMM", - "id": 48097, - "name": "Professur f\u00fcr Experimental Biophysics (Prof. Duderstadt)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Experimental Biophysics (Prof. Duderstadt)" + "43737": { + "code": "TUZEZEB", + "name": "Zentrum f\u00fcr Nachhaltiges Bauen, ZNB", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Zentrum f\u00fcr Nachhaltiges Bauen, ZNB" }, - "TUPHENA": { - "code": "TUPHENA", - "id": 21511, - "name": "Professur f\u00fcr Experimentalphysik - Nukleare Astrophysik (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Experimentalphysik - Nukleare Astrophysik (N.N.)" + "43776": { + "code": "TUZVBAE", + "name": "Betriebs\u00e4rzte M\u00fcnchen", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Betriebs\u00e4rzte M\u00fcnchen" }, - "TUPHENE": { - "code": "TUPHENE", - "id": 47097, - "name": "Elementarteilchenphysik bei niedrigen Energien (Prof. M\u00e4rkisch)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Elementarteilchenphysik bei niedrigen Energien (Prof. M\u00e4rkisch)" + "43777": { + "code": "TUZVSSI", + "name": "Strahlenschutz", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Strahlenschutz" }, - "TUPHEOC": { - "code": "TUPHEOC", - "id": 48100, - "name": "Professur f\u00fcr Observational Cosmology (Prof. Suyu)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Observational Cosmology (Prof. Suyu)" + "43787": { + "code": "TUEISEC", + "name": "Lehrstuhl f\u00fcr Sicherheit in der Informationstechnik (Prof. Sigl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Sicherheit in der Informationstechnik (Prof. Sigl)" }, - "TUPHEPB": { - "code": "TUPHEPB", - "id": 40940, - "name": "Lehrstuhl f\u00fcr Biomolekulare Nanotechnologie (Prof. Dietz)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolekulare Nanotechnologie (Prof. Dietz)" + "43794": { + "code": "TUZVASS", + "name": "Arbeitssicherheit", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Arbeitssicherheit" }, - "TUPHEQM": { - "code": "TUPHEQM", - "id": 48098, - "name": "Professur f\u00fcr Quantum Matter - Experimental Solid State Physics (N.N.)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Matter - Experimental Solid State Physics (N.N.)" + "43835": { + "code": "TUCHPC5", + "name": "Professur f\u00fcr Physikalische Chemie mit Schwerpunkt Katalyse (Prof. G\u00fcnther)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Physikalische Chemie mit Schwerpunkt Katalyse (Prof. G\u00fcnther)" }, - "TUPHEQN": { - "code": "TUPHEQN", - "id": 53837, - "name": "Professur f\u00fcr Quantennetzwerke (Prof. Reiserer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantennetzwerke (Prof. Reiserer)" + "43836": { + "code": "TUPEYIT", + "name": "Caverion Deutschland GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/Caverion Deutschland GmbH" }, - "TUPHEQT": { - "code": "TUPHEQT", - "id": 48377, - "name": "Professur f\u00fcr Quantum Technologies (Prof. Poot)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Technologies (Prof. Poot)" + "43839": { + "code": "TUCHZWE", + "name": "Werkst\u00e4tten", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie/Werkst\u00e4tten" }, - "TUPHETN": { - "code": "TUPHETN", - "id": 21548, - "name": "Lehrstuhl f\u00fcr Pr\u00e4zisionsmessungen bei extremen Bedingungen (Prof. Fierlinger)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Pr\u00e4zisionsmessungen bei extremen Bedingungen (Prof. Fierlinger)" + "43840": { + "code": "TUCHZB7", + "name": "Supplies & Waste Treatment (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Supplies & Waste Treatment (NAT)" }, - "TUPHFBA": { - "code": "TUPHFBA", - "id": 44213, - "name": "Frauenbeauftragte Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Beauftragte/Frauenbeauftragte" + "43852": { + "code": "TUZVR23", + "name": "IT-Anwendungen Personal (Referat 25)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/IT-Anwendungen Personal (Referat 25)" }, - "TUPHFPH": { - "code": "TUPHFPH", - "id": 14179, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik" + "44004": { + "code": "TUGSFGC", + "name": "Graduiertenzentren", + "path": "TUM/TUM Graduate School/Graduiertenzentren" + }, + "44006": { + "code": "TUINF16", + "name": "Informatik 5 - Professur f\u00fcr Hardware-nahe Algorithmik und Software f\u00fcr H\u00f6chstleistungsrechnen (Prof. Bader)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 5 - Professur f\u00fcr Hardware-nahe Algorithmik und Software f\u00fcr H\u00f6chstleistungsrechnen (Prof. Bader)" }, - "TUPHFSV": { - "code": "TUPHFSV", - "id": 44486, - "name": "Fachschaftsvertretung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fachschaftsvertretung" + "44008": { + "code": "TUINFRW", + "name": "Serviceb\u00fcro Finanzen Informatik (SB-F-IN)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Serviceb\u00fcro Finanzen Informatik (SB-F-IN)" }, - "TUPHPDK": { - "code": "TUPHPDK", - "id": 14210, - "name": "Prodekan Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Prodekan" + "44009": { + "code": "TUINPER", + "name": "Serviceb\u00fcro Personal Informatik und Mathematik (SB-P)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Serviceb\u00fcro Personal Informatik und Mathematik (SB-P)" }, - "TUPHSDK": { - "code": "TUPHSDK", - "id": 14211, - "name": "Studiendekan", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Studiendekan" + "44011": { + "code": "TUMASBM", + "name": "Zentrale Einrichtungen Zentrum Mathematik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik" }, - "TUPHSSK": { - "code": "TUPHSSK", - "id": 14372, - "name": "Studiensekretariat PH", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fakult\u00e4tsverwaltung/Studiensekretariat PH" + "44013": { + "code": "TUMAFRW", + "name": "Serviceb\u00fcro Finanzen Mathematik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik/Serviceb\u00fcro Finanzen Mathematik" }, - "TUPHT30": { - "code": "TUPHT30", - "id": 21602, - "name": "Wissenschaftliches Rechnen 5100 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Wissenschaftliches Rechnen 5100 (NAT)" + "44016": { + "code": "TUGSFWZ", + "name": "Graduate Center of Life Sciences", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Life Sciences" }, - "TUPHT31": { - "code": "TUPHT31", - "id": 16214, - "name": "Lehrstuhl f\u00fcr Theoretische Elementarteilchenphysik (Prof. Beneke)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Elementarteilchenphysik (Prof. Beneke)" + "44021": { + "code": "TUGSFWI", + "name": "Graduate Center of Management", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Management" }, - "TUPHT34": { - "code": "TUPHT34", - "id": 16216, - "name": "Lehrstuhl f\u00fcr Theoretische Physik V - Vielteilchenph\u00e4nomene (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Theoretische Physik V - Vielteilchenph\u00e4nomene (N.N.)" + "44026": { + "code": "TUMASTB", + "name": "TUMStat - Statistikberatung", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Statistik (Prof. Drton)/TUMStat - Statistikberatung" }, - "TUPHT35": { - "code": "TUPHT35", - "id": 16227, - "name": "Lehrstuhl f\u00fcr Theoretische Biophysik - Neuronale Informationsverarbeitung von Raum und Zeit (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Theoretische Biophysik - Neuronale Informationsverarbeitung von Raum und Zeit (N.N.)" + "44040": { + "code": "TUPEFWT", + "name": "Hochschule Weihenstephan-Triesdorf", + "path": "TUM/Partnerschaftliche Einrichtungen/Hochschule Weihenstephan-Triesdorf" }, - "TUPHT38": { - "code": "TUPHT38", - "id": 16218, - "name": "Lehrstuhl f\u00fcr Theoretische Biophysik - Molekulardynamik (Prof. Zacharias)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretische Biophysik - Molekulardynamik (Prof. Zacharias)" + "44041": { + "code": "TUPELFL", + "name": "Bayerische Landesanstalt f\u00fcr Landwirtschaft (LfL)", + "path": "TUM/Partnerschaftliche Einrichtungen/Bayerische Landesanstalt f\u00fcr Landwirtschaft (LfL)" }, - "TUPHT39": { - "code": "TUPHT39", - "id": 16219, - "name": "Lehrstuhl f\u00fcr Theoretische Physik - Angewandte Quantenfeldtheorie (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Physik-Department/Theoretische Physik - Angewandte Quantenfeldtheorie (N.N.)" + "44042": { + "code": "TUPELWF", + "name": "Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)", + "path": "TUM/Partnerschaftliche Einrichtungen/Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)" }, - "TUPHT44": { - "code": "TUPHT44", - "id": 21615, - "name": "Professur f\u00fcr Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)" + "44043": { + "code": "TUPEDWD", + "name": "Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan", + "path": "TUM/Partnerschaftliche Einrichtungen/Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan" }, - "TUPHT65": { - "code": "TUPHT65", - "id": 21604, - "name": "Professur f\u00fcr Theoretische Elementarteilchenphysik (Prof. Ibarra)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Elementarteilchenphysik (Prof. Ibarra)" + "44044": { + "code": "TUPEHZM", + "name": "Helmholtz-Zentrum M\u00fcnchen - Deutsches Forschungszentrum f\u00fcr Gesundheit und Umwelt, GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/Helmholtz-Zentrum M\u00fcnchen - Deutsches Forschungszentrum f\u00fcr Gesundheit und Umwelt, GmbH" }, - "TUPHTBN": { - "code": "TUPHTBN", - "id": 50301, - "name": "Professur f\u00fcr Theorie biologischer Netzwerke (Prof. Alim)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theorie biologischer Netzwerke (Prof. Alim)" + "44066": { + "code": "TUEILTI", + "name": "Lehrstuhl f\u00fcr Theoretische Informationstechnik (Prof. Boche)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Theoretische Informationstechnik (Prof. Boche)" }, - "TUPHTBP": { - "code": "TUPHTBP", - "id": 52917, - "name": "Lehrstuhl f\u00fcr Teilchenphysik (Prof. Zanderighi)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Teilchenphysik (Prof. Zanderighi)" + "44087": { + "code": "TUMEST3", + "name": "Professur f\u00fcr Medizinische Strahlenphysik (Prof. Wilkens)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr RadioOnkologie und Strahlentherapie (Prof. Combs)/Medizinische Strahlenphysik (Prof. Wilkens)" }, - "TUPHTBS": { - "code": "TUPHTBS", - "id": 46617, - "name": "Lehrstuhl f\u00fcr Theoretische Physik - Theorie komplexer Biosysteme (Prof. Gerland)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretische Physik - Theorie komplexer Biosysteme (Prof. Gerland)" + "44106": { + "code": "TUWIB19", + "name": "Lehrstuhl f\u00fcr Produktion und Supply Chain Management (Prof. Grunow)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Produktion und Supply Chain Management (Prof. Grunow)" }, - "TUPHTCQ": { - "code": "TUPHTCQ", - "id": 47278, - "name": "Professur f\u00fcr Kollektive Quantendynamik (Prof. Knap)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Kollektive Quantendynamik (Prof. Knap)" + "44107": { + "code": "TUWZH1A", + "name": "Kinderhort Weihenstephan", + "path": "TUM/Schools/Life Sciences/Kinderhort Weihenstephan" }, - "TUPHTEU": { - "code": "TUPHTEU", - "id": 45471, - "name": "Professur f\u00fcr Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)" + "44146": { + "code": "TUZEITZ", + "name": "IT-Servicezentrum (ITSZ)", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)" }, - "TUPHTFE": { - "code": "TUPHTFE", - "id": 49797, - "name": "Professur f\u00fcr Theory of Functional Energy Materials (Prof. Egger)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Functional Energy Materials (Prof. Egger)" + "44149": { + "code": "TUWZB5T", + "name": "Lehrstuhl f\u00fcr \u00d6konomik des Gartenbaus und Landschaftsbaus (Prof. Bitsch)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/\u00d6konomik des Gartenbaus und Landschaftsbaus (Prof. Bitsch)" }, - "TUPHTFK": { - "code": "TUPHTFK", - "id": 48217, - "name": "Lehrstuhl f\u00fcr Theoretische Festk\u00f6rperphysik (Prof. Pollmann)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Festk\u00f6rperphysik (Prof. Pollmann)" + "44150": { + "code": "TUZEITM", + "name": "IT-Management", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/IT-Management" }, - "TUPHTQM": { - "code": "TUPHTQM", - "id": 50277, - "name": "Professur f\u00fcr Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)" + "44151": { + "code": "TUZEITH", + "name": "IT-Support", + "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/IT-Support" }, - "TUPHTTC": { - "code": "TUPHTTC", - "id": 46215, - "name": "Professur f\u00fcr Theoretische Teilchenphysik an Collidern (Prof. Weiler)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Teilchenphysik an Collidern (Prof. Weiler)" + "44168": { + "code": "TUPEASL", + "name": "Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)", + "path": "TUM/Partnerschaftliche Einrichtungen/Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)" }, - "TUPHTTP": { - "code": "TUPHTTP", - "id": 52538, - "name": "Professur f\u00fcr Theoretische Teilchenphysik (Prof. Tancredi)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Teilchenphysik (Prof. Tancredi)" + "44187": { + "code": "TUSPL11", + "name": "Lehrstuhl f\u00fcr Bewegungswissenschaft (Prof. Hermsd\u00f6rfer)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Bewegungswissenschaft (Prof. Hermsd\u00f6rfer)" }, - "TUPHUCL": { - "code": "TUPHUCL", - "id": 42570, - "name": "Exzellenzcluster ORIGINS: Vom Ursprung des Universums bis zu den ersten Bausteinen des Lebens", - "path": "TUM/Forschungscluster/Exzellenzcluster ORIGINS: Vom Ursprung des Universums bis zu den ersten Bausteinen des Lebens" + "44213": { + "code": "TUPHFBA", + "name": "Frauenbeauftragte Ehemalige Fakult\u00e4t f\u00fcr Physik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Beauftragte/Frauenbeauftragte" }, - "TUPHZ50": { - "code": "TUPHZ50", - "id": 14213, - "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Physik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fakult\u00e4tsverwaltung" + "44245": { + "code": "TUSPL12", + "name": "Professur f\u00fcr Konservative und Rehabilitative Orthop\u00e4die (Prof. Horstmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Konservative und Rehabilitative Orthop\u00e4die (Prof. Horstmann)" }, - "TUPHZ51": { - "code": "TUPHZ51", - "id": 14212, - "name": "Dekanat PH", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fakult\u00e4tsverwaltung/Dekanat PH" + "44264": { + "code": "TUINZE1", + "name": "Zentrale Einrichtungen des Instituts f\u00fcr Informatik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik" }, - "TUPHZAV": { - "code": "TUPHZAV", - "id": 42657, - "name": "Akademische Verwaltung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Akademische Verwaltung" + "44266": { + "code": "TUINRBG", + "name": "Rechnerbetriebsgruppe Mathematik und Informatik (RBG)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Informatik/Zentrale Einrichtungen des Instituts f\u00fcr Informatik/Rechnerbetriebsgruppe Mathematik und Informatik (RBG)" }, - "TUPHZDM": { - "code": "TUPHZDM", - "id": 42660, - "name": "Drittmittel", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Drittmittel" + "44284": { + "code": "TUCHTC4", + "name": "Lehrstuhl f\u00fcr Synthetische Biotechnologie (Prof. Br\u00fcck)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Synthetische Biotechnologie (Prof. Br\u00fcck)" }, - "TUPHZEI": { - "code": "TUPHZEI", - "id": 21879, - "name": "Zentrale Einrichtungen des Departments", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments" + "44304": { + "code": "TUZERCM", + "name": "Radiochemie M\u00fcnchen (RCM)", + "path": "TUM/Weitere wissenschaftliche Einrichtungen/Radiochemie M\u00fcnchen (RCM)" }, - "TUPHZEL": { - "code": "TUPHZEL", - "id": 14214, - "name": "Elektronik", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Elektronik" + "44344": { + "code": "TUZV44F", + "name": "Umz\u00fcge, Beschilderungen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Umz\u00fcge, Beschilderungen" }, - "TUPHZIT": { - "code": "TUPHZIT", - "id": 42669, - "name": "IT Betrieb 5100 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Betrieb 5100 (NAT)" + "44364": { + "code": "TUCHRC3", + "name": "Lehrstuhl f\u00fcr Pharmazeutische Radiochemie (Prof. Casini komm.)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Pharmazeutische Radiochemie (Prof. Casini komm.)" }, - "TUPHZKG": { - "code": "TUPHZKG", - "id": 42667, - "name": "Cryog. Liquids & Gases (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Cryog. Liquids & Gases (NAT)" + "44384": { + "code": "TUBVCMS", + "name": "Lehrstuhl f\u00fcr Computergest\u00fctzte Modellierung und Simulation (Prof. Borrmann)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Computergest\u00fctzte Modellierung und Simulation (Prof. Borrmann)" }, - "TUPHZKL": { - "code": "TUPHZKL", - "id": 42668, - "name": "Crystal Lab (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Crystal Lab (NAT)" + "44385": { + "code": "TUPEMAS", + "name": "Munich Aerospace", + "path": "TUM/Partnerschaftliche Einrichtungen/Munich Aerospace" }, - "TUPHZMA": { - "code": "TUPHZMA", - "id": 42663, - "name": "Materiallager", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Materiallager" + "44404": { + "code": "TUMAM15", + "name": "Lehrstuhl f\u00fcr Angewandte Numerische Analysis (Prof. Fornasier)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Angewandte Numerische Analysis (Prof. Fornasier)" }, - "TUPHZMB": { - "code": "TUPHZMB", - "id": 42661, - "name": "Mittelbewirtschaftung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Mittelbewirtschaftung" + "44425": { + "code": "TUPEZIB", + "name": "Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)", + "path": "TUM/Schools/Social Sciences and Technology/Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)" }, - "TUPHZPE": { - "code": "TUPHZPE", - "id": 42659, - "name": "Personalstelle", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Personalstelle" + "44444": { + "code": "TUWZK1A", + "name": "Kleintierforschungszentrum Weihenstephan", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Kleintier-Unit/Kleintierforschungszentrum Weihenstephan" }, - "TUPHZPS": { - "code": "TUPHZPS", - "id": 42665, - "name": "Poststelle", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Poststelle" + "44486": { + "code": "TUPHFSV", + "name": "Fachschaftsvertretung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Fachschaftsvertretung" }, - "TUPHZSS": { - "code": "TUPHZSS", - "id": 42666, - "name": "Radiation Protection & Work Safety (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Radiation Protection & Work Safety (NAT)" + "44491": { + "code": "TUBVFSV", + "name": "Bau Geo Umwelt", + "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Bau Geo Umwelt" }, - "TUPHZTL": { - "code": "TUPHZTL", - "id": 47477, - "name": "Technology (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Technology (NAT)" + "44492": { + "code": "TUARFSV", + "name": "Architektur", + "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Architektur" }, - "TUPHZVW": { - "code": "TUPHZVW", - "id": 42658, - "name": "Verwaltung des Physik-Departments", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments" + "44493": { + "code": "TUMWFSV", + "name": "Maschinenwesen", + "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Maschinenwesen" }, - "TUPHZWA": { - "code": "TUPHZWA", - "id": 42664, - "name": "Warenannahme", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Verwaltung des Physik-Departments/Warenannahme" + "44494": { + "code": "TUEIFSV", + "name": "Fachschaftsvertretung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Fachschaftsvertretung" }, - "TUPHZWS": { - "code": "TUPHZWS", - "id": 14215, - "name": "Zentralwerkstatt", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Zentrale Einrichtungen des Departments/Zentralwerkstatt" + "44495": { + "code": "TUMEFSV", + "name": "Fachschaftsvertretung MH-ME", + "path": "TUM/Schools/Medicine and Health/Fachschaftsvertretung/Fachschaftsvertretung MH-ME" }, - "TUPOL01": { - "code": "TUPOL01", - "id": 47719, - "name": "Lehrstuhl f\u00fcr Computational Social Science (Prof. Pfeffer)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Computational Social Science (Prof. Pfeffer)" + "44496": { + "code": "TUSPFSV", + "name": "Fachschaftsvertretung MH-SG", + "path": "TUM/Schools/Medicine and Health/Fachschaftsvertretung/Fachschaftsvertretung MH-SG" + }, + "44498": { + "code": "TUWZFAG", + "name": "Agrar- und Gartenbauwissenschaften", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Agrar- und Gartenbauwissenschaften" }, - "TUPOL02": { - "code": "TUPOL02", - "id": 47720, - "name": "Professur f\u00fcr Political Data Science (Prof. Hegelich)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Data Science (Prof. Hegelich)" + "44499": { + "code": "TUWZFBR", + "name": "Brau- und Lebensmitteltechnologie", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Brau- und Lebensmitteltechnologie" }, - "TUPOL03": { - "code": "TUPOL03", - "id": 47837, - "name": "Professur f\u00fcr Policy Analysis (Prof. Wurster)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Policy Analysis (Prof. Wurster)" + "44500": { + "code": "TUWZFBI", + "name": "Biowissenschaften", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Biowissenschaften" }, - "TUPOL04": { - "code": "TUPOL04", - "id": 47857, - "name": "Professur f\u00fcr Political Philosophy and Theory (Prof. Ulbricht komm.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Philosophy and Theory (Prof. Ulbricht komm.)" + "44501": { + "code": "TUWZFEW", + "name": "Ern\u00e4hrungswissenschaft", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Ern\u00e4hrungswissenschaft" }, - "TUPOL05": { - "code": "TUPOL05", - "id": 47877, - "name": "Lehrstuhl f\u00fcr International Relations (Prof. B\u00fcthe)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Relations (Prof. B\u00fcthe)" + "44502": { + "code": "TUWZFLA", + "name": "Landschaftsarchitektur und Landschaftsplanung", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Landschaftsarchitektur und Landschaftsplanung" }, - "TUPOL06": { - "code": "TUPOL06", - "id": 47878, - "name": "Lehrstuhl f\u00fcr European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)" + "44503": { + "code": "TUWZFFO", + "name": "Forstwissenschaft und Ressourcenmanagement", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Forstwissenschaft und Ressourcenmanagement" }, - "TUPOL07": { - "code": "TUPOL07", - "id": 47937, - "name": "Lehrstuhl f\u00fcr Umwelt- und Klimapolitik (Prof. Schreurs)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Umwelt- und Klimapolitik (Prof. Schreurs)" + "44504": { + "code": "TUWIFSV", + "name": "Fachschaftsvertretung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Wirtschaftswissenschaften/Fachschaftsvertretung" }, - "TUPOL08": { - "code": "TUPOL08", - "id": 48198, - "name": "Professur f\u00fcr Politische Wissenschaft (Prof. Hofmann)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Politische Wissenschaft (Prof. Hofmann)" + "44544": { + "code": "TUWIB21", + "name": "Lehrstuhl f\u00fcr Forschungs- und Wissenschaftsmanagement (Prof. Peus)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Forschungs- und Wissenschaftsmanagement (Prof. Peus)" }, - "TUPOL10": { - "code": "TUPOL10", - "id": 48199, - "name": "Lehrstuhl f\u00fcr Wirtschaftsethik (Prof. L\u00fctge)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Wirtschaftsethik (Prof. L\u00fctge)" + "44565": { + "code": "TUZEFWB", + "name": "Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)", + "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)" }, - "TUPOL11": { - "code": "TUPOL11", - "id": 48200, - "name": "Lehrstuhl f\u00fcr Wissenschafts- und Techniksoziologie (Prof. Beck)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Wissenschafts- und Techniksoziologie (Prof. Beck)" + "44566": { + "code": "TULRRFA", + "name": "Lehrstuhl f\u00fcr Raumfahrtmobilit\u00e4t und -antriebe (Prof. Manfletti)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Raumfahrtmobilit\u00e4t und -antriebe (Prof. Manfletti)" }, - "TUPOL13": { - "code": "TUPOL13", - "id": 49878, - "name": "Professur f\u00fcr Law, Science, and Technology (Prof. Djeffal)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Law, Science, and Technology (Prof. Djeffal)" + "44584": { + "code": "TUMWMHR", + "name": "Professur f\u00fcr Mechanik auf H\u00f6chstleistungsrechnern (Prof. Gee)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Mechanik auf H\u00f6chstleistungsrechnern (Prof. Gee)" }, - "TUPOL14": { - "code": "TUPOL14", - "id": 50159, - "name": "Lehrstuhl f\u00fcr Recht und Sicherheit der Digitalisierung (Prof. Heckmann, Joint Appointment der TUM School of Social Sciences and Technology und TUM School of Computation, Information and Technology)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Recht und Sicherheit der Digitalisierung (Prof. Heckmann, Joint Appointment der TUM School of Social Sciences and Technology und TUM School of Computation, Information and Technology)" + "44624": { + "code": "TUWZB6A", + "name": "Professur f\u00fcr Biotechnologie gartenbaulicher Kulturen (Prof. Poppenberger)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie gartenbaulicher Kulturen (Prof. Poppenberger)" }, - "TUPOL15": { - "code": "TUPOL15", - "id": 50637, - "name": "Professur f\u00fcr Global Health (Prof. Steinert)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Health (Prof. Steinert)" + "44664": { + "code": "TUMEBTS", + "name": "Tierschutzbeauftragter der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Tierschutzbeauftragter" }, - "TUPOL16": { - "code": "TUPOL16", - "id": 50937, - "name": "Professur f\u00fcr International Political Economy (Seb\u00f6 komm.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Political Economy (Seb\u00f6 komm.)" + "44665": { + "code": "TUMEPF0", + "name": "Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)", + "path": "TUM/Schools/Medicine and Health/Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)" }, - "TUPOL17": { - "code": "TUPOL17", - "id": 51057, - "name": "Professur f\u00fcr Politics of Finance (N.N.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Politics of Finance (N.N.)" + "44684": { + "code": "TUMEGC0", + "name": "Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)" }, - "TUPOL18": { - "code": "TUPOL18", - "id": 51217, - "name": "Professur f\u00fcr Global Security and Technology (Prof. Paula)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Security and Technology (Prof. Paula)" + "44685": { + "code": "TUMEUC0", + "name": "Klinik und Poliklinik f\u00fcr Unfallchirurgie (Prof. Biberthaler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Unfallchirurgie (Prof. Biberthaler)" }, - "TUPOL19": { - "code": "TUPOL19", - "id": 51357, - "name": "Lehrstuhl f\u00fcr Digital Governance (Prof. Theocharis)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Digital Governance (Prof. Theocharis)" + "44704": { + "code": "TUWIB22", + "name": "Lehrstuhl f\u00fcr Logistik und Supply Chain Management (Prof. Minner)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Logistik und Supply Chain Management (Prof. Minner)" }, - "TUPOL20": { - "code": "TUPOL20", - "id": 52537, - "name": "Lehrstuhl f\u00fcr Public Policy, Governance and Innovative Technology (Prof. Gasser)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy, Governance and Innovative Technology (Prof. Gasser)" + "44724": { + "code": "TUWIB23", + "name": "Lehrstuhl f\u00fcr Unternehmensf\u00fchrung (Prof. Mohnen)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Unternehmensf\u00fchrung (Prof. Mohnen)" }, - "TUPR000": { - "code": "TUPR000", - "id": 13946, - "name": "Hochschulpr\u00e4sidium", - "path": "TUM/Hochschulpr\u00e4sidium" + "44784": { + "code": "TUCSP02", + "name": "Lehrstuhl f\u00fcr Biogene Polymere (Prof. Zollfrank)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Biogene Polymere (Prof. Zollfrank)" }, - "TUPRAES": { - "code": "TUPRAES", - "id": 20208, - "name": "Pr\u00e4sident", - "path": "TUM/Hochschulpr\u00e4sidium/Pr\u00e4sident" + "44804": { + "code": "TUMAF22", + "name": "Professur f\u00fcr Risk and Insurance (Prof. Scherer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Risk and Insurance (Prof. Scherer)" }, - "TUPRARC": { - "code": "TUPRARC", - "id": 46797, - "name": "TUM Archiv", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Archiv" + "44864": { + "code": "TUMWBME", + "name": "Professur f\u00fcr Biopolymermaterialien (Prof. Lieleg)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Biopolymermaterialien (Prof. Lieleg)" }, - "TUPRB01": { - "code": "TUPRB01", - "id": 48857, - "name": "Beauftragte f\u00fcr Fundraising", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragte f\u00fcr Fundraising" + "44884": { + "code": "TUMARBG", + "name": "Rechnerbetriebsgruppe Mathematik und Informatik (RBG)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Mathematik/Zentrale Einrichtungen Zentrum Mathematik/Rechnerbetriebsgruppe Mathematik und Informatik (RBG)" }, - "TUPRB02": { - "code": "TUPRB02", - "id": 48858, - "name": "Beauftragte f\u00fcr die strategischen Allianzen EuroTech und Global Tech", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragte f\u00fcr die strategischen Allianzen EuroTech und Global Tech" + "44904": { + "code": "TUEDS22", + "name": "Lehrstuhl f\u00fcr Methoden der Empirischen Bildungsforschung (Prof. \u00dcnl\u00fc)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Methoden der Empirischen Bildungsforschung (Prof. \u00dcnl\u00fc)" }, - "TUPRB03": { - "code": "TUPRB03", - "id": 49737, - "name": "Beauftragter f\u00fcr Entrepreneurship", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragter f\u00fcr Entrepreneurship" + "44925": { + "code": "TUBVMAF", + "name": "Lehrstuhl f\u00fcr Hangbewegungen (Prof. Krautblatter)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hangbewegungen (Prof. Krautblatter)" }, - "TUPRBE4": { - "code": "TUPRBE4", - "id": 20212, - "name": "Beauftragter f\u00fcr Schulnetzwerke", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragter f\u00fcr Schulnetzwerke" + "44926": { + "code": "TUEIEVW", + "name": "Professur f\u00fcr Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)" }, - "TUPRBE5": { - "code": "TUPRBE5", - "id": 41264, - "name": "Beauftragte f\u00fcr die Wissenschaftsbeziehungen mit Frankreich", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragte f\u00fcr die Wissenschaftsbeziehungen mit Frankreich" + "44927": { + "code": "TUSPL13", + "name": "Professur f\u00fcr Sport- und Gesundheitsdidaktik (Prof. Mess)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsdidaktik (Prof. Mess)" }, - "TUPRBE7": { - "code": "TUPRBE7", - "id": 45872, - "name": "Beauftragter f\u00fcr Markenpolitik und Corporate Design", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragter f\u00fcr Markenpolitik und Corporate Design" + "44928": { + "code": "TUMAF23", + "name": "Professur f\u00fcr Theorie komplexer Quantensysteme (Prof. K\u00f6nig)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Theorie komplexer Quantensysteme (Prof. K\u00f6nig)" }, - "TUPRBKA": { - "code": "TUPRBKA", - "id": 48120, - "name": "B\u00fcro des Kanzlers", - "path": "TUM/Hochschulpr\u00e4sidium/B\u00fcro des Kanzlers" + "44945": { + "code": "TUPRVP7", + "name": "Vizepr\u00e4sident Controlling & Planung", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Controlling & Planung" }, - "TUPREOE": { - "code": "TUPREOE", - "id": 42357, - "name": "TUM Emeriti of Excellence", - "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/TUM Emeriti of Excellence" + "44965": { + "code": "TUMEDF1", + "name": "Lehrstuhl f\u00fcr Diabetesforschung/Beta-Zell-Biologie (HMGU) (Prof. Lickert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Diabetesforschung/Beta-Zell-Biologie (HMGU) (Prof. Lickert)" }, - "TUPRKAN": { - "code": "TUPRKAN", - "id": 20230, - "name": "Kanzler", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Kanzler" + "44966": { + "code": "TUMEDF2", + "name": "Lehrstuhl f\u00fcr Stoffwechselerkrankungen (HMGU) (Prof. Tsch\u00f6p)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Stoffwechselerkrankungen (HMGU) (Prof. Tsch\u00f6p)" }, - "TUPRS02": { - "code": "TUPRS02", - "id": 41208, - "name": "Berufungen, Karriereaufstieg und Dual Career", - "path": "TUM/Hochschulpr\u00e4sidium/Berufungen, Karriereaufstieg und Dual Career" + "45007": { + "code": "TUPRVP5", + "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Talent Management & Diversity", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Talent Management & Diversity" }, - "TUPRS03": { - "code": "TUPRS03", - "id": 41224, - "name": "Munich Dual Career Office", - "path": "TUM/Hochschulpr\u00e4sidium/Berufungen, Karriereaufstieg und Dual Career/Munich Dual Career Office" + "45008": { + "code": "TUZVHSL", + "name": "TUM CST - Kommunikation", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Kommunikation" }, - "TUPRSCO": { - "code": "TUPRSCO", - "id": 50818, - "name": "TUM Compliance Office", - "path": "TUM/Hochschulpr\u00e4sidium/TUM Compliance Office" + "45009": { + "code": "TUZVHRE", + "name": "TUM CST - Recht", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Recht" }, - "TUPRSEE": { - "code": "TUPRSEE", - "id": 50337, - "name": "Strategie und Exzellenzentwicklung", - "path": "TUM/Hochschulpr\u00e4sidium/Strategie und Exzellenzentwicklung" + "45010": { + "code": "TUZVHJA", + "name": "TUM Junge Akademie", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM Junge Akademie" }, - "TUPRSSU": { - "code": "TUPRSSU", - "id": 50537, - "name": "TUM Sustainability Office", - "path": "TUM/Hochschulpr\u00e4sidium/TUM Sustainability Office" + "45011": { + "code": "TUMEZT0", + "name": "Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)", + "path": "TUM/Schools/Medicine and Health/Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)" }, - "TUPRSTB": { - "code": "TUPRSTB", - "id": 29396, - "name": "Pr\u00e4sidialb\u00fcro", - "path": "TUM/Hochschulpr\u00e4sidium/Pr\u00e4sidialb\u00fcro" + "45028": { + "code": "TUPHECP", + "name": "Lehrstuhl f\u00fcr Experimental Physics with Cosmic Particles (Prof. Resconi)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics with Cosmic Particles (Prof. Resconi)" }, - "TUPRV10": { - "code": "TUPRV10", - "id": 50777, - "name": "Vizepr\u00e4sidentin Compliance", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Compliance" + "45048": { + "code": "TUMAF24", + "name": "Professur f\u00fcr Mathematische Kontinuumsmechanik (Prof. Cicalese)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematische Kontinuumsmechanik (Prof. Cicalese)" }, - "TUPRV11": { - "code": "TUPRV11", - "id": 53378, - "name": "Vizepr\u00e4sidentin Global Communication & Public Engagement", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Global Communication & Public Engagement" + "45049": { + "code": "TUMAF25", + "name": "Professur f\u00fcr Stochastische Prozesse (Prof. Berger Steiger)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Stochastische Prozesse (Prof. Berger Steiger)" }, - "TUPRV12": { - "code": "TUPRV12", - "id": 54574, - "name": "Vizepr\u00e4sident Sustainable Transformation", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Sustainable Transformation" + "45050": { + "code": "TUARL29", + "name": "Lehrstuhl f\u00fcr Architekturgeschichte und kuratorische Praxis (Prof. Lepik)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturgeschichte und kuratorische Praxis (Prof. Lepik)" }, - "TUPRVP1": { - "code": "TUPRVP1", - "id": 20226, - "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Studium & Lehre", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Studium & Lehre" + "45070": { + "code": "TUZV848", + "name": "Werkfeuerwehr Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Werkfeuerwehr Weihenstephan" }, - "TUPRVP2": { - "code": "TUPRVP2", - "id": 20227, - "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Internationale Allianzen & Alumni", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Internationale Allianzen & Alumni" + "45071": { + "code": "TUMWPTM", + "name": "Lehrstuhl f\u00fcr Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)" }, - "TUPRVP3": { - "code": "TUPRVP3", - "id": 20228, - "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Forschung & Innovation", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Forschung & Innovation" + "45090": { + "code": "TUMEKI4", + "name": "Lehrstuhl f\u00fcr Sozialp\u00e4diatrie (Prof. Mall)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Sozialp\u00e4diatrie (Prof. Mall)" }, - "TUPRVP4": { - "code": "TUPRVP4", - "id": 20229, - "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Digitalisierung und IT-Systeme (CIO)", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Digitalisierung und IT-Systeme (CIO)" + "45110": { + "code": "TUMAM16", + "name": "Lehrstuhl f\u00fcr Numerische Methoden der Plasmaphysik (Prof. Sonnendr\u00fccker)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerische Methoden der Plasmaphysik (Prof. Sonnendr\u00fccker)" + }, + "45130": { + "code": "TUEILFE", + "name": "Lehrst\u00fchle und Professuren", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren" }, - "TUPRVP5": { - "code": "TUPRVP5", - "id": 45007, - "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Talent Management & Diversity", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Talent Management & Diversity" + "45150": { + "code": "TUWIB25", + "name": "Professur f\u00fcr Entrepreneurial Behavior (Prof. Breugst)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Behavior (Prof. Breugst)" }, - "TUPRVP7": { - "code": "TUPRVP7", - "id": 44945, - "name": "Vizepr\u00e4sident Controlling & Planung", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Controlling & Planung" + "45151": { + "code": "TUINI22", + "name": "Informatik 4 - Lehrstuhl f\u00fcr Software & Systems Engineering (Prof. Pretschner)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 4 - Lehrstuhl f\u00fcr Software & Systems Engineering (Prof. Pretschner)" }, - "TUPRVP9": { - "code": "TUPRVP9", - "id": 50618, - "name": "Vizepr\u00e4sident Entrepreneurship", - "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Entrepreneurship" + "45170": { + "code": "TUWIB26", + "name": "Professur f\u00fcr Innovation and Organization Design (Prof. Alexy)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Organization Design (Prof. Alexy)" }, - "TURM000": { - "code": "TURM000", - "id": 49055, - "name": "Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)" + "45190": { + "code": "TUWIB27", + "name": "Professur f\u00fcr International Entrepreneurship (Prof. Milanov)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/International Entrepreneurship (Prof. Milanov)" }, - "TUS1000": { - "code": "TUS1000", - "id": 51897, - "name": "TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology" + "45230": { + "code": "TUPHE28", + "name": "Lehrstuhl f\u00fcr Plasmarand- und Divertorphysik (Prof. Stroth)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Plasmarand- und Divertorphysik (Prof. Stroth)" }, - "TUS1001": { - "code": "TUS1001", - "id": 54298, - "name": "Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Mathematik" + "45250": { + "code": "TUPEINT", + "name": "TUM International GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM International GmbH" }, - "TUS1002": { - "code": "TUS1002", - "id": 54299, - "name": "Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Informatik" + "45270": { + "code": "TUWZH5B", + "name": "Professur f\u00fcr Populationsgenetik (Prof. Tellier)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Populationsgenetik (Prof. Tellier)" }, - "TUS1003": { - "code": "TUS1003", - "id": 54300, - "name": "Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Elektrotechnik und Informationstechnik" + "45290": { + "code": "TUEIAIP", + "name": "Professur f\u00fcr Audio-Signalverarbeitung (Prof. Seeber)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Audio-Signalverarbeitung (Prof. Seeber)" }, - "TUS1004": { - "code": "TUS1004", - "id": 54301, - "name": "Data Science and Artificial Intelligence", - "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Data Science and Artificial Intelligence" + "45310": { + "code": "TUWZB3P", + "name": "Professur f\u00fcr Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)" }, - "TUS1100": { - "code": "TUS1100", - "id": 54178, - "name": "School Services (CIT) - School Office", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)" + "45350": { + "code": "TUZEIRC", + "name": "Integrative Research Institutes", + "path": "TUM/Integrative Research Institutes" }, - "TUS1111": { - "code": "TUS1111", - "id": 54179, - "name": "Service Finanzen (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Finanzen (CIT)" + "45351": { + "code": "TUZEMCT", + "name": "Ehemaliges Munich Center for Technology in Society (MCTS)", + "path": "TUM/Integrative Research Institutes/Ehemaliges Munich Center for Technology in Society (MCTS)" }, - "TUS1112": { - "code": "TUS1112", - "id": 54180, - "name": "Service Personal (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Personal (CIT)" + "45370": { + "code": "TUMWKME", + "name": "Professur f\u00fcr Data-driven Materials Modeling (Prof. Koutsourelakis)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Data-driven Materials Modeling (Prof. Koutsourelakis)" }, - "TUS1113": { - "code": "TUS1113", - "id": 54181, - "name": "Raum und Bau (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Raum und Bau (CIT)" + "45371": { + "code": "TUPEUBM", + "name": "Universit\u00e4t der Bundeswehr M\u00fcnchen", + "path": "TUM/Partnerschaftliche Einrichtungen/Universit\u00e4t der Bundeswehr M\u00fcnchen" }, - "TUS1120": { - "code": "TUS1120", - "id": 54182, - "name": "Interne Dienste (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Interne Dienste (CIT)" + "45391": { + "code": "TUZEFAM", + "name": "TUM Familienservice", + "path": "TUM/Zentrale Verwaltung/Diversity & Equal Opportunities/TUM Familienservice" }, - "TUS1130": { - "code": "TUS1130", - "id": 54183, - "name": "IT Operations (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/IT Operations (CIT)" + "45411": { + "code": "TUPESIN", + "name": "Studentische Initiativen", + "path": "TUM/Partnerschaftliche Einrichtungen/Studentische Initiativen" }, - "TUS1140": { - "code": "TUS1140", - "id": 54861, - "name": "Zentrale Laboratorien (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Zentrale Laboratorien (CIT)" + "45432": { + "code": "TUGSFSG", + "name": "Fakult\u00e4tsgraduiertenzentrum Sport- und Gesundheitswissenschaften (FGZ-SP)", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Fakult\u00e4tsgraduiertenzentrum Sport- und Gesundheitswissenschaften (FGZ-SP)" }, - "TUS1150": { - "code": "TUS1150", - "id": 54857, - "name": "Dean's Office, Berufungen (CIT) Dean's Office und Stabsstellen (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Dean's Office, Berufungen (CIT)" + "45434": { + "code": "TUGSEDU", + "name": "Graduate Center of Social Sciences and Technology", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Social Sciences and Technology" }, - "TUS1151": { - "code": "TUS1151", - "id": 54858, - "name": "Stabsstelle Kommunikation (CIT) Dean's Office und Stabsstellen (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Stabsstelle Kommunikation (CIT)" + "45438": { + "code": "TUGSFME", + "name": "Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center" }, - "TUS1152": { - "code": "TUS1152", - "id": 54859, - "name": "Stabsstelle Internationales (CIT) Dean's Office und Stabsstellen (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Stabsstelle Internationales (CIT)" + "45439": { + "code": "TUMEGZ0", + "name": "TUM Medical Graduate Center", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/TUM Medical Graduate Center" }, - "TUS1153": { - "code": "TUS1153", - "id": 54860, - "name": "Stabstelle Talent Management und Diversity (CIT) Dean's Office und Stabsstellen (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Stabstelle Talent Management und Diversity (CIT)" + "45442": { + "code": "TUGSFHH", + "name": "Helmholtz Graduate School Environmental Health (HELENA)", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Helmholtz Graduate School Environmental Health (HELENA)" }, - "TUS1200": { - "code": "TUS1200", - "id": 54184, - "name": "Academic and Student Affairs (CIT) - School Office", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)" + "45451": { + "code": "TUGSVOR", + "name": "Vorstand", + "path": "TUM/TUM Graduate School/Vorstand" }, - "TUS1210": { - "code": "TUS1210", - "id": 54185, - "name": "Academic Programs Office (CIT) Academic and Student Affairs (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Academic Programs Office (CIT)" + "45452": { + "code": "TUMEDF3", + "name": "Lehrstuhl f\u00fcr Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)" }, - "TUS1220": { - "code": "TUS1220", - "id": 54186, - "name": "Graduate Center (CIT) Academic and Student Affairs (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Graduate Center (CIT)" + "45471": { + "code": "TUPHTEU", + "name": "Professur f\u00fcr Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)" }, - "TUS1300": { - "code": "TUS1300", - "id": 54319, - "name": "Informatik 18 - Professur f\u00fcr Decision Analytics (Prof. Etesami)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 18 - Professur f\u00fcr Decision Analytics (Prof. Etesami)" + "45500": { + "code": "TUVBMPI", + "name": "Fachschaftsverbund Mathematik/Physik/Informatik/Chemie", + "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung/Fachschaften/Fachschaftsverbund Mathematik/Physik/Informatik/Chemie" }, - "TUS1301": { - "code": "TUS1301", - "id": 54477, - "name": "Informatik 36 - Professur f\u00fcr Algorithmisches Maschinelles Lernen & Erkl\u00e4rbare KI (Prof. Bauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 36 - Professur f\u00fcr Algorithmisches Maschinelles Lernen & Erkl\u00e4rbare KI (Prof. Bauer)" + "45511": { + "code": "TUMELP0", + "name": "Lehrstuhl f\u00fcr Neuroproteomik (DZNE) (Prof. Lichtenthaler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neuroproteomik (DZNE) (Prof. Lichtenthaler)" }, - "TUS1302": { - "code": "TUS1302", - "id": 54457, - "name": "Informatik 4 - Professur f\u00fcr Software Engineering f\u00fcr datenintensive Anwendungen (Prof. Stocco)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 4 - Professur f\u00fcr Software Engineering f\u00fcr datenintensive Anwendungen (Prof. Stocco)" + "45512": { + "code": "TUMEGC1", + "name": "Professur f\u00fcr Vaskul\u00e4re Biologie (Prof. Maegdefessel)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Vaskul\u00e4re und Endovaskul\u00e4re Chirurgie (Prof. Branzan)/Vaskul\u00e4re Biologie (Prof. Maegdefessel)" }, - "TUS1303": { - "code": "TUS1303", - "id": 54458, - "name": "Informatik Heilbronn 7 - Professur f\u00fcr Information Systems (Prof. Pufahl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 7 - Professur f\u00fcr Information Systems (Prof. Pufahl)" + "45531": { + "code": "TUPEETU", + "name": "EuroTech Universities", + "path": "TUM/Partnerschaftliche Einrichtungen/EuroTech Universities" }, - "TUS1304": { - "code": "TUS1304", - "id": 54517, - "name": "Informatik Heilbronn 6 - Professur f\u00fcr Data Analytics & Statistics (Prof. Fraser)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 6 - Professur f\u00fcr Data Analytics & Statistics (Prof. Fraser)" + "45532": { + "code": "TUPETUG", + "name": "Technische Universit\u00e4t Graz", + "path": "TUM/Partnerschaftliche Einrichtungen/Technische Universit\u00e4t Graz" }, - "TUS1305": { - "code": "TUS1305", - "id": 55237, - "name": "Professur f\u00fcr AI Planning in Dynamic Environments (Prof. Khadiv)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Planning in Dynamic Environments (Prof. Khadiv)" + "45551": { + "code": "TUEIMOL", + "name": "Professur f\u00fcr Molekularelektronik (Prof. Tornow)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Molekularelektronik (Prof. Tornow)" }, - "TUS1306": { - "code": "TUS1306", - "id": 54757, - "name": "Professur f\u00fcr AI Processor Design (Prof. Amrouch)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Processor Design (Prof. Amrouch)" + "45571": { + "code": "TUME2M5", + "name": "Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)" }, - "TUS1307": { - "code": "TUS1307", - "id": 54817, - "name": "Informatik Heilbronn 8 - Professur f\u00fcr Cyber-Physical Systems (Prof. Alanwar)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik Heilbronn 8 - Professur f\u00fcr Cyber-Physical Systems (Prof. Alanwar)" + "45591": { + "code": "TUMAF27", + "name": "Lehrstuhl f\u00fcr Algebraische Geometrie (Prof. Liedtke)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algebraische Geometrie (Prof. Liedtke)" }, - "TUS1308": { - "code": "TUS1308", - "id": 54957, - "name": "Professur f\u00fcr Quantum Communication Systems Engineering (Prof. Vogl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Quantum Communication Systems Engineering (Prof. Vogl)" + "45631": { + "code": "TUXB20F", + "name": "Schl\u00fcsselkompetenzen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Schl\u00fcsselkompetenzen" }, - "TUS1309": { - "code": "TUS1309", - "id": 55438, - "name": "Lehrstuhl f\u00fcr Foundations of Deep Neural Networks (Prof. Jegelka)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Foundations of Deep Neural Networks (Prof. Jegelka)" + "45651": { + "code": "TUMECC0", + "name": "Roman Herzog Comprehensive Cancer Center", + "path": "TUM/Schools/Medicine and Health/Roman Herzog Comprehensive Cancer Center" }, - "TUS1310": { - "code": "TUS1310", - "id": 55437, - "name": "Lehrstuhl f\u00fcr Resource Aware Machine Learning (Prof. Sra)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Resource Aware Machine Learning (Prof. Sra)" + "45672": { + "code": "TUEDS24", + "name": "Sch\u00fclerforschungszentrum Berchtesgadener Land", + "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Berchtesgadener Land" }, - "TUS1311": { - "code": "TUS1311", - "id": 55497, - "name": "Professur f\u00fcr Kryptographie (Prof. Panny)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Kryptographie (Prof. Panny)" + "45711": { + "code": "TUSPL14", + "name": "Lehrstuhl f\u00fcr Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)" }, - "TUS1312": { - "code": "TUS1312", - "id": 55597, - "name": "Lehrstuhl f\u00fcr Darstellungstheorie (Dr. Cobbe, komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Darstellungstheorie (Dr. Cobbe, komm.)" + "45771": { + "code": "TUME2M6", + "name": "Professur f\u00fcr Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)/Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)" }, - "TUS1313": { - "code": "TUS1313", - "id": 55818, - "name": "Lehrstuhl f\u00fcr Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)" + "45772": { + "code": "TUMEMA0", + "name": "Institut f\u00fcr Molekulare Allergologie (Prof. Schmidt-Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Allergologie (Prof. Schmidt-Weber)" }, - "TUS1314": { - "code": "TUS1314", - "id": 55937, - "name": "Informatik Heilbronn 11 - Lehrstuhl f\u00fcr Software Engineering & AI (Prof. Chen)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 11 - Lehrstuhl f\u00fcr Software Engineering & AI (Prof. Chen)" + "45774": { + "code": "TUMEIM0", + "name": "Institut f\u00fcr Molekulare Immunologie (Prof. Knolle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Immunologie (Prof. Knolle)" }, - "TUS1315": { - "code": "TUS1315", - "id": 55938, - "name": "Informatik 39 - Professur f\u00fcr Intelligente Robotik (Prof. B\u00e4uml)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 39 - Professur f\u00fcr Intelligente Robotik (Prof. B\u00e4uml)" + "45780": { + "code": "TUMEIM1", + "name": "Lehrstuhl f\u00fcr Molekulare Immunologie (Prof. Knolle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Immunologie (Prof. Knolle)/Molekulare Immunologie (Prof. Knolle)" }, - "TUS1316": { - "code": "TUS1316", - "id": 55997, - "name": "Professur f\u00fcr Physics-enhanced Machine Learning (Prof. Dietrich)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Professur f\u00fcr Physics-enhanced Machine Learning (Prof. Dietrich)" + "45791": { + "code": "TUEDS23", + "name": "Ausbildungszentrum der Technischen Universit\u00e4t M\u00fcnchen (AuTUM)", + "path": "TUM/Schools/Social Sciences and Technology/Ausbildungszentrum der Technischen Universit\u00e4t M\u00fcnchen (AuTUM)" }, - "TUS1CHN": { - "code": "TUS1CHN", - "id": 54537, - "name": "Center TUM Campus Heilbronn (CIT) der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Center TUM Campus Heilbronn (CIT)" + "45811": { + "code": "TUSPL15", + "name": "Lehrstuhl f\u00fcr Diversit\u00e4tssoziologie (N.N.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Lehrst\u00fchle und Professuren/Diversit\u00e4tssoziologie (N.N.)" }, - "TUS1DEA": { - "code": "TUS1DEA", - "id": 53877, - "name": "Dekan der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Dekan/in" + "45831": { + "code": "TUZEBD1", + "name": "Datenschutzbevollm\u00e4chtigte/r TUM Institute for Advanced Study (IAS)", + "path": "TUM/TUM Institute for Advanced Study (IAS)/Datenschutzbevollm\u00e4chtigte/r" + }, + "45832": { + "code": "TUZEBD2", + "name": "Datenschutzbevollm\u00e4chtigte/r Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1DP1": { - "code": "TUS1DP1", - "id": 53597, - "name": "Department Mathematics", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics" + "45834": { + "code": "TUZEBD4", + "name": "Datenschutzbevollm\u00e4chtigte/r Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)", + "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1DP2": { - "code": "TUS1DP2", - "id": 53598, - "name": "Department Computer Science", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science" + "45835": { + "code": "TUZEBD5", + "name": "Datenschutzbevollm\u00e4chtigte/r Radiochemie M\u00fcnchen (RCM)", + "path": "TUM/Weitere wissenschaftliche Einrichtungen/Radiochemie M\u00fcnchen (RCM)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1DP3": { - "code": "TUS1DP3", - "id": 53599, - "name": "Department Computer Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering" + "45836": { + "code": "TUZEBD6", + "name": "Datenschutzbevollm\u00e4chtigte/r Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1DP4": { - "code": "TUS1DP4", - "id": 53600, - "name": "Department Electrical Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering" + "45837": { + "code": "TUZEBD7", + "name": "Datenschutzbevollm\u00e4chtigte/r World Agricultural Systems Center - Hans Eisenmann-Forum", + "path": "TUM/Wissenschaftliche Zentralinstitute/World Agricultural Systems Center - Hans Eisenmann-Forum/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1OTD": { - "code": "TUS1OTD", - "id": 54177, - "name": "Dean's Office und Stabsstellen (CIT) - School Office", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)" + "45838": { + "code": "TUZEBD8", + "name": "Datenschutzbevollm\u00e4chtigte/r Munich Institute of Biomedical Engineering (MIBE)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1OTS": { - "code": "TUS1OTS", - "id": 52079, - "name": "School Office der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/School Office" + "45839": { + "code": "TUZEBD9", + "name": "Datenschutzbevollm\u00e4chtigte/r Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1RGE": { - "code": "TUS1RGE", - "id": 53959, - "name": "Frauenbeauftragte/r der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Beauftragte/Frauenbeauftragte/r" + "45840": { + "code": "TUZEB10", + "name": "Datenschutzbevollm\u00e4chtigte/r Zentralinstitut f\u00fcr Katalyseforschung (CRC)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Katalyseforschung (CRC)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1RIN": { - "code": "TUS1RIN", - "id": 53960, - "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Beauftragte/Beauftragte/r f\u00fcr Internationales" + "45841": { + "code": "TUZEB11", + "name": "Datenschutzbevollm\u00e4chtigte/r Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Datenschutzbevollm\u00e4chtigte/r" }, - "TUS1STC": { - "code": "TUS1STC", - "id": 54138, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung" + "45851": { + "code": "TUPEFAS", + "name": "Fachaussch\u00fcsse", + "path": "TUM/Partnerschaftliche Einrichtungen/Fachaussch\u00fcsse" }, - "TUS1VIO": { - "code": "TUS1VIO", - "id": 54060, - "name": "Prodekan Informationsmanagement der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Informationsmanagement" + "45872": { + "code": "TUPRBE7", + "name": "Beauftragter f\u00fcr Markenpolitik und Corporate Design", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragter f\u00fcr Markenpolitik und Corporate Design" }, - "TUS1VRI": { - "code": "TUS1VRI", - "id": 54057, - "name": "Prodekan Forschung und Innovation der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Forschung und Innovation" + "45891": { + "code": "TUWZP3C", + "name": "TUM Forschungslaboratorium Holz", + "path": "TUM/Schools/Life Sciences/TUM Forschungslaboratorium Holz" }, - "TUS1VST": { - "code": "TUS1VST", - "id": 54058, - "name": "Prodekan Studium und Lehre der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Studium und Lehre" + "45911": { + "code": "TUZEBDB", + "name": "Datenschutzbevollm\u00e4chtigter Universit\u00e4tsbibliothek", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Datenschutzbevollm\u00e4chtigter" }, - "TUS1VTD": { - "code": "TUS1VTD", - "id": 54059, - "name": "Prodekanin Talent Management und Diversity der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Talent Management und Diversity" + "45931": { + "code": "TUVBPDB", + "name": "Datenschutzbevollm\u00e4chtigter Gesamtpersonalrat", + "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtpersonalrat/Datenschutzbevollm\u00e4chtigter" }, - "TUS2000": { - "code": "TUS2000", - "id": 51267, - "name": "TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design" + "45951": { + "code": "TUMWLWE", + "name": "Lehrstuhl f\u00fcr Windenergie (Prof. Bottasso)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Windenergie (Prof. Bottasso)" }, - "TUS2ABC": { - "code": "TUS2ABC", - "id": 53118, - "name": "Professur f\u00fcr Architektur und Konstruktion (Prof. Kuo)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architektur und Konstruktion (Prof. Kuo)" + "45971": { + "code": "TUZVR87", + "name": "Baumanagement Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Baumanagement Weihenstephan" }, - "TUS2AFS": { - "code": "TUS2AFS", - "id": 54321, - "name": "Professur f\u00fcr Autonome Fahrzeugsysteme (Prof. Betz)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Autonome Fahrzeugsysteme (Prof. Betz)" + "45991": { + "code": "TUGSCRE", + "name": "Graduiertenschule Campus for Research Excellence and Technological Enterprise (TUM CREATE)", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Campus for Research Excellence and Technological Enterprise (TUM CREATE)" }, - "TUS2AND": { - "code": "TUS2AND", - "id": 53437, - "name": "Professur f\u00fcr Architecture and Design (Prof. Fanelsa)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Design (Prof. Fanelsa)" + "46012": { + "code": "TUZEE24", + "name": "Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)" }, - "TUS2BJT": { - "code": "TUS2BJT", - "id": 55377, - "name": "Lehrstuhl f\u00fcr Binder Jetting Technology (Prof. Lowke)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Binder Jetting Technology (Prof. Lowke)" + "46031": { + "code": "TUMEZN0", + "name": "Institut f\u00fcr Zellbiologie des Nervensystems (Prof. Misgeld)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)" }, - "TUS2DAT": { - "code": "TUS2DAT", - "id": 54239, - "name": "Lehrstuhl f\u00fcr Design and Transdisciplinarity (Prof. Diefenthaler)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Design and Transdisciplinarity (Prof. Diefenthaler)" + "46071": { + "code": "TUZVWEB", + "name": "Web Communications (Internet)", + "path": "TUM/Hochschulreferate/Corporate Communications Center/Web Communications (Internet)" }, - "TUS2DEA": { - "code": "TUS2DEA", - "id": 52477, - "name": "Dekan der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Dekan/in" + "46091": { + "code": "TUINI23", + "name": "Informatik 23 - Lehrstuhl f\u00fcr Sensorbasierte Robotersysteme und intelligente Assistenzsysteme (Prof. Albu-Sch\u00e4ffer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 23 - Lehrstuhl f\u00fcr Sensorbasierte Robotersysteme und intelligente Assistenzsysteme (Prof. Albu-Sch\u00e4ffer)" }, - "TUS2DP1": { - "code": "TUS2DP1", - "id": 51837, - "name": "Department Aerospace and Geodesy", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy" + "46135": { + "code": "TUZEIAK", + "name": "ZIEL Akademie", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/ZIEL Akademie" }, - "TUS2DP2": { - "code": "TUS2DP2", - "id": 51838, - "name": "Department Architecture", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture" + "46155": { + "code": "TUPEMLZ", + "name": "Heinz Maier-Leibnitz Zentrum", + "path": "TUM/Partnerschaftliche Einrichtungen/Heinz Maier-Leibnitz Zentrum" }, - "TUS2DP3": { - "code": "TUS2DP3", - "id": 51839, - "name": "Department Civil and Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering" + "46175": { + "code": "TUBVDTL", + "name": "Dieter-Thoma-Labor", + "path": "TUM/Schools/Engineering and Design/Dieter-Thoma-Labor" }, - "TUS2DP4": { - "code": "TUS2DP4", - "id": 51840, - "name": "Department Engineering Physics and Computation", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation" + "46195": { + "code": "TUWZC5B", + "name": "Professur f\u00fcr Governance im internationalen Agribusiness (Prof. Menapace)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Governance im internationalen Agribusiness (Prof. Menapace)" }, - "TUS2DP5": { - "code": "TUS2DP5", - "id": 51841, - "name": "Department Mobility Systems Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering" + "46196": { + "code": "TUWIV04", + "name": "Lehrstuhl f\u00fcr Economics of Aging (N.N.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Aging (N.N.)" }, - "TUS2DP6": { - "code": "TUS2DP6", - "id": 51842, - "name": "Department Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering" + "46215": { + "code": "TUPHTTC", + "name": "Professur f\u00fcr Theoretische Teilchenphysik an Collidern (Prof. Weiler)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Teilchenphysik an Collidern (Prof. Weiler)" }, - "TUS2DP7": { - "code": "TUS2DP7", - "id": 51843, - "name": "Department Materials Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering" + "46255": { + "code": "TUZEBST", + "name": "Standort Straubing", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Straubing" }, - "TUS2DP8": { - "code": "TUS2DP8", - "id": 51844, - "name": "Department Energy and Process Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering" + "46256": { + "code": "TUZEBTS", + "name": "Teilbibliothek Straubing", + "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Straubing/Teilbibliothek Straubing" }, - "TUS2ESM": { - "code": "TUS2ESM", - "id": 52637, - "name": "Professur f\u00fcr Earth System Modelling (Prof. Boers)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Earth System Modelling (Prof. Boers)" + "46257": { + "code": "TUCHTH5", + "name": "Professur f\u00fcr Theoretische Chemie (Prof. Bokarev)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretische Chemie (Prof. Bokarev)" }, - "TUS2FEA": { - "code": "TUS2FEA", - "id": 54577, - "name": "Professur f\u00fcr Fernerkundungsanwendungen (Prof. Anders)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Fernerkundungsanwendungen (Prof. Anders)" + "46275": { + "code": "TUEIENS", + "name": "Lehrstuhl f\u00fcr Erneuerbare und Nachhaltige Energiesysteme (Prof. Hamacher)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Erneuerbare und Nachhaltige Energiesysteme (Prof. Hamacher)" }, - "TUS2HSP": { - "code": "TUS2HSP", - "id": 54677, - "name": "Professur f\u00fcr Human Spaceflight Technology (Prof. Detrell)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Human Spaceflight Technology (Prof. Detrell)" + "46295": { + "code": "TUWIR03", + "name": "Professur f\u00fcr Corporate Governance and Capital Markets Law (Prof. Maume)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Corporate Governance and Capital Markets Law (Prof. Maume)" }, - "TUS2HYP": { - "code": "TUS2HYP", - "id": 54237, - "name": "Hyperloop (zu besetzende Professur)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Hyperloop (zu besetzende Professur)" + "46318": { + "code": "TUMAF28", + "name": "Professur f\u00fcr Optimierung und Datenanalyse (Prof. Krahmer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimierung und Datenanalyse (Prof. Krahmer)" }, - "TUS2IPD": { - "code": "TUS2IPD", - "id": 54017, - "name": "Lehrstuhl f\u00fcr Integrated Product Design (Prof. Thoring)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Integrated Product Design (Prof. Thoring)" + "46356": { + "code": "TUINF08", + "name": "Informatik 15 - Professur f\u00fcr Physik-basierte Simulation (Prof. Thuerey)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 15 - Professur f\u00fcr Physik-basierte Simulation (Prof. Thuerey)" }, - "TUS2LPE": { - "code": "TUS2LPE", - "id": 53277, - "name": "Professur f\u00fcr Lunare und Planetare Exploration (Prof. Rei\u00df)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Lunare und Planetare Exploration (Prof. Rei\u00df)" + "46357": { + "code": "TUINL14", + "name": "Informatik 14 - Lehrstuhl f\u00fcr Algorithmen und Komplexit\u00e4t (Prof. Albers)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 14 - Lehrstuhl f\u00fcr Algorithmen und Komplexit\u00e4t (Prof. Albers)" }, - "TUS2OTD": { - "code": "TUS2OTD", - "id": 52780, - "name": "Dean's Office (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Dean's Office (ED)" + "46415": { + "code": "TUEISNE", + "name": "Professur f\u00fcr Simulation von Nanosystemen f\u00fcr Energiewandlungen (Prof. Gagliardi)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Simulation von Nanosystemen f\u00fcr Energiewandlungen (Prof. Gagliardi)" }, - "TUS2OTS": { - "code": "TUS2OTS", - "id": 51537, - "name": "School Office der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/School Office" + "46435": { + "code": "TUMWPMW", + "name": "Professur f\u00fcr Plasma-Material-Wechselwirkung (Prof. Neu)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Plasma-Material-Wechselwirkung (Prof. Neu)" }, - "TUS2PAB": { - "code": "TUS2PAB", - "id": 54377, - "name": "MPA BAU - Pr\u00fcfamt Baustoffe", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/MPA BAU - Pr\u00fcfamt Baustoffe" + "46476": { + "code": "TUWIB30", + "name": "Lehrstuhl f\u00fcr Financial Accounting (Prof. Ernstberger)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (Prof. Ernstberger)" }, - "TUS2PNS": { - "code": "TUS2PNS", - "id": 53899, - "name": "Lehrstuhl f\u00fcr Spacecraft Systems (Prof. Aliakbargolkar)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Spacecraft Systems (Prof. Aliakbargolkar)" + "46517": { + "code": "TUCHZPR", + "name": "Praktika", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Chemie/Department Chemie/Praktika" }, - "TUS2RDP": { - "code": "TUS2RDP", - "id": 51379, - "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" + "46577": { + "code": "TUMEUM0", + "name": "Lehrstuhl f\u00fcr Umweltmedizin (Prof. Traidl-Hoffmann)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Weitere Lehrst\u00fchle und Professuren/Umweltmedizin (Prof. Traidl-Hoffmann)" }, - "TUS2RGE": { - "code": "TUS2RGE", - "id": 51378, - "name": "Frauenbeauftragte/r der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Beauftragte/Frauenbeauftragte/r" + "46617": { + "code": "TUPHTBS", + "name": "Lehrstuhl f\u00fcr Theoretische Physik - Theorie komplexer Biosysteme (Prof. Gerland)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretische Physik - Theorie komplexer Biosysteme (Prof. Gerland)" }, - "TUS2RIN": { - "code": "TUS2RIN", - "id": 53961, - "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Beauftragte/Beauftragte/r f\u00fcr Internationales" + "46657": { + "code": "TUPHECS", + "name": "Professur f\u00fcr Physics of Energy Conversion and Storage (Prof. Bandarenka)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics of Energy Conversion and Storage (Prof. Bandarenka)" }, - "TUS2RTS": { - "code": "TUS2RTS", - "id": 54977, - "name": "Professur f\u00fcr Planung und Betrieb von Schienenverkehrssystemen (Prof. Weik)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Planung und Betrieb von Schienenverkehrssystemen (Prof. Weik)" + "46697": { + "code": "TUZEESO", + "name": "European Southern Observatory (ESO)", + "path": "TUM/Partnerschaftliche Einrichtungen/European Southern Observatory (ESO)" + }, + "46717": { + "code": "TUWZB1T", + "name": "Professur f\u00fcr Biothermodynamik (Prof. Minceva)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Biothermodynamik (Prof. Minceva)" }, - "TUS2S02": { - "code": "TUS2S02", - "id": 52781, - "name": "Gremien, Berufungen und Forschung (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Gremien, Berufungen und Forschung (ED)" + "46737": { + "code": "TUMEIA0", + "name": "Institut f\u00fcr Arbeitsmedizin - LMU", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Arbeitsmedizin - LMU" }, - "TUS2S04": { - "code": "TUS2S04", - "id": 52783, - "name": "Ressourcen (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Ressourcen (ED)" + "46757": { + "code": "TUZV14R", + "name": "Werkstatt MSR-Technik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt MSR-Technik" }, - "TUS2S06": { - "code": "TUS2S06", - "id": 52785, - "name": "Studium und Graduiertenausbildung (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Studium und Graduiertenausbildung (ED)" + "46777": { + "code": "TUWZI5A", + "name": "Professur f\u00fcr Fluiddynamik komplexer Biosysteme (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Fluiddynamik komplexer Biosysteme (N.N.)" }, - "TUS2S08": { - "code": "TUS2S08", - "id": 52787, - "name": "Infrastruktur und Kommunikation (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Infrastruktur und Kommunikation (ED)" + "46778": { + "code": "TUWZI5B", + "name": "Professur f\u00fcr Pilz-Biotechnologie in der Holzwissenschaft (Prof. Benz)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Pilz-Biotechnologie in der Holzwissenschaft (Prof. Benz)" }, - "TUS2S10": { - "code": "TUS2S10", - "id": 52789, - "name": "Global Network (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Global Network (ED)" + "46797": { + "code": "TUPRARC", + "name": "TUM Archiv", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Archiv" }, - "TUS2S11": { - "code": "TUS2S11", - "id": 52790, - "name": "Gender and Diversity (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Gender and Diversity (ED)" + "46837": { + "code": "TUCHACB", + "name": "Professur f\u00fcr Bioanorganische Chemie (N.N.)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bioanorganische Chemie (N.N.)" }, - "TUS2SLR": { - "code": "TUS2SLR", - "id": 53900, - "name": "Lehrstuhl f\u00fcr Strukturauslegung in der Luft- und Raumfahrt (Prof. Daoud)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Strukturauslegung in der Luft- und Raumfahrt (Prof. Daoud)" + "46877": { + "code": "TUZEBDS", + "name": "Datenschutzbevollm\u00e4chtigter der zentralen Serviceeinrichtungen", + "path": "TUM/Zentrale Serviceeinrichtungen/Datenschutzbevollm\u00e4chtigter" }, - "TUS2STC": { - "code": "TUS2STC", - "id": 52598, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung" + "46878": { + "code": "TUZVBDS", + "name": "Datenschutzbevollm\u00e4chtigter Zentrale Verwaltung", + "path": "TUM/Zentrale Verwaltung/Datenschutzbevollm\u00e4chtigter" }, - "TUS2TCA": { - "code": "TUS2TCA", - "id": 54397, - "name": "Techcore ASG", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Techcore ASG" + "46924": { + "code": "TUMEMP0", + "name": "Pr\u00fcfungsamt ME", + "path": "TUM/Schools/Medicine and Health/Pr\u00fcfungsamt ME" }, - "TUS2TSG": { - "code": "TUS2TSG", - "id": 55717, - "name": "Lehrstuhl f\u00fcr Test und Simulation f\u00fcr Gasturbinen (Prof. Ardey)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Test und Simulation f\u00fcr Gasturbinen (Prof. Ardey)" + "46925": { + "code": "TUMESVW", + "name": "Sonstige Verwaltung", + "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Sonstige Verwaltung" }, - "TUS2VIO": { - "code": "TUS2VIO", - "id": 52439, - "name": "Prodekan Informationsmanagement der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Prodekane/Informationsmanagement" + "46937": { + "code": "TUCHOCE", + "name": "Professur f\u00fcr Strukturelle Membranbiochemie (Prof. Hagn)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Strukturelle Membranbiochemie (Prof. Hagn)" }, - "TUS2VRI": { - "code": "TUS2VRI", - "id": 52436, - "name": "Prodekanin Forschung und Innovation der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Prodekane/Forschung und Innovation" + "46938": { + "code": "TUCHOCF", + "name": "Professur f\u00fcr Zellul\u00e4re Proteinbiochemie (Prof. Feige)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Zellul\u00e4re Proteinbiochemie (Prof. Feige)" }, - "TUS2VST": { - "code": "TUS2VST", - "id": 52437, - "name": "Prodekan Studium und Lehre der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Prodekane/Studium und Lehre" + "46977": { + "code": "TUEICPH", + "name": "Professur f\u00fcr Computational Photonics (Prof. Jirauschek)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Computational Photonics (Prof. Jirauschek)" }, - "TUS2VTD": { - "code": "TUS2VTD", - "id": 52438, - "name": "Prodekan Talent Management und Diversity der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Prodekane/Talent Management und Diversity" + "46997": { + "code": "TUZVGGB", + "name": "Gefahrgut", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Gefahrgut" }, - "TUS3000": { - "code": "TUS3000", - "id": 51898, - "name": "TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences" + "47038": { + "code": "TUWZW1T", + "name": "Professur f\u00fcr Wissenschafts- und Technologiepolitik (Prof. M\u00fcller)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Wissenschafts- und Technologiepolitik (Prof. M\u00fcller)" }, - "TUS3001": { - "code": "TUS3001", - "id": 54037, - "name": "Professur f\u00fcr Quantensensorik (Prof. Bucher)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Quantensensorik (Prof. Bucher)" + "47077": { + "code": "TUWZB7A", + "name": "Professur f\u00fcr Land Surface - Atmosphere Interactions (Prof. Rammig)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Land Surface - Atmosphere Interactions (Prof. Rammig)" }, - "TUS3002": { - "code": "TUS3002", - "id": 54139, - "name": "Professur f\u00fcr Theoretische Chemie (Prof. Stein)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretische Chemie (Prof. Stein)" + "47079": { + "code": "TUZESSC", + "name": "TUM Akademiezentrum Raitenhaslach", + "path": "TUM/Hochschulpr\u00e4sidium/Pr\u00e4sidialb\u00fcro/TUM Akademiezentrum Raitenhaslach" }, - "TUS3003": { - "code": "TUS3003", - "id": 54320, - "name": "Lehrstuhl f\u00fcr Quantenalgorithmen und -anwendungen (Prof. Kraus)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantenalgorithmen und -anwendungen (Prof. Kraus)" + "47080": { + "code": "TUEINEL", + "name": "Professur f\u00fcr Neuroelektronik (Prof. Wolfrum)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Neuroelektronik (Prof. Wolfrum)" }, - "TUS3004": { - "code": "TUS3004", - "id": 54439, - "name": "Lehrstuhl f\u00fcr Angewandte Quantentheorie (Prof. Rabl)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Angewandte Quantentheorie (Prof. Rabl)" + "47097": { + "code": "TUPHENE", + "name": "Elementarteilchenphysik bei niedrigen Energien (Prof. M\u00e4rkisch)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Elementarteilchenphysik bei niedrigen Energien (Prof. M\u00e4rkisch)" }, - "TUS3005": { - "code": "TUS3005", - "id": 54557, - "name": "Professur f\u00fcr Theory of Correlated Quantum Materials (Prof. Classen)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Correlated Quantum Materials (Prof. Classen)" + "47098": { + "code": "TUPHEMF", + "name": "Professur f\u00fcr Molekulare Nanowissenschaft an Grenzfl\u00e4chen (Prof. Auw\u00e4rter)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Molekulare Nanowissenschaft an Grenzfl\u00e4chen (Prof. Auw\u00e4rter)" }, - "TUS3006": { - "code": "TUS3006", - "id": 54818, - "name": "Lehrstuhl f\u00fcr Industrielle Chemie und heterogene Katalyse (Prof. Strunk)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Industrielle Chemie und heterogene Katalyse (Prof. Strunk)" + "47117": { + "code": "TUWIB32", + "name": "Professur f\u00fcr Innovationsforschung (Prof. Pfotenhauer)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Innovationsforschung (Prof. Pfotenhauer)" }, - "TUS3007": { - "code": "TUS3007", - "id": 54997, - "name": "Professur f\u00fcr Digitale Katalyse (Prof. Stein)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Digitale Katalyse (Prof. Stein)" + "47118": { + "code": "TUWZB9M", + "name": "Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)", + "path": "TUM/Schools/Life Sciences/Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)" }, - "TUS3008": { - "code": "TUS3008", - "id": 55081, - "name": "Professur f\u00fcr Biomolekulare Kryo-Elektronenmikroskopie (Prof. Baer de Oliveira Mann)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolekulare Kryo-Elektronenmikroskopie (Prof. Baer de Oliveira Mann)" + "47157": { + "code": "TUWIB33", + "name": "Lehrstuhl f\u00fcr Entrepreneurial Finance (Prof. Braun)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Braun)" }, - "TUS3DEA": { - "code": "TUS3DEA", - "id": 53878, - "name": "Dekan der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Dekan/in" + "47158": { + "code": "TUMEZN2", + "name": "Lehrstuhl f\u00fcr Molekulare Neurobiologie (Prof. Simons)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Molekulare Neurobiologie (Prof. Simons)" }, - "TUS3DP1": { - "code": "TUS3DP1", - "id": 53217, - "name": "Department Physics", - "path": "TUM/Schools/Natural Sciences/Departments/Physics" + "47237": { + "code": "TUEIESM", + "name": "Professur f\u00fcr Umweltsensorik und Modellierung (Prof. Chen)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Umweltsensorik und Modellierung (Prof. Chen)" }, - "TUS3DP2": { - "code": "TUS3DP2", - "id": 53218, - "name": "Department Bioscience", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience" + "47238": { + "code": "TUWIB34", + "name": "Lehrstuhl f\u00fcr Operations Research (Prof. Schulz)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Research (Prof. Schulz)" }, - "TUS3DP3": { - "code": "TUS3DP3", - "id": 53219, - "name": "Department Chemistry", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry" + "47239": { + "code": "TUWIB35", + "name": "Lehrstuhl f\u00fcr Strategic and International Management (Prof. Hutzschenreuter)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic and International Management (Prof. Hutzschenreuter)" }, - "TUS3O01": { - "code": "TUS3O01", - "id": 54066, - "name": "Strategy & Development (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Strategy & Development (NAT)" + "47277": { + "code": "TUBVMOB", + "name": "Professur f\u00fcr Verkehrsverhalten (Prof. Moeckel)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Verkehrsverhalten (Prof. Moeckel)" }, - "TUS3O02": { - "code": "TUS3O02", - "id": 54067, - "name": "Office Research & Innovation (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Office Research & Innovation (NAT)" + "47278": { + "code": "TUPHTCQ", + "name": "Professur f\u00fcr Kollektive Quantendynamik (Prof. Knap)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Kollektive Quantendynamik (Prof. Knap)" }, - "TUS3O03": { - "code": "TUS3O03", - "id": 54068, - "name": "Administration (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)" + "47297": { + "code": "TULRSIG", + "name": "Lehrstuhl f\u00fcr Data Science in Earth Observation (Prof. Zhu)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Data Science in Earth Observation (Prof. Zhu)" }, - "TUS3O04": { - "code": "TUS3O04", - "id": 54069, - "name": "Finance Office (NAT) - Administration (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)" + "47317": { + "code": "TUWIB36", + "name": "Professur f\u00fcr Energiem\u00e4rkte (Prof. Schwenen)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Energiem\u00e4rkte (Prof. Schwenen)" }, - "TUS3O05": { - "code": "TUS3O05", - "id": 54070, - "name": "HR Office (NAT) - Administration (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)" + "47337": { + "code": "TUINI24", + "name": "Informatik 11 - Lehrstuhl f\u00fcr Connected Mobility (Prof. Ott)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 11 - Lehrstuhl f\u00fcr Connected Mobility (Prof. Ott)" }, - "TUS3O06": { - "code": "TUS3O06", - "id": 54071, - "name": "Studienverwaltung (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Studienverwaltung (NAT)" + "47357": { + "code": "TUCHOCG", + "name": "Professur f\u00fcr Supramolekulare Chemie (Prof. Boekhoven)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Supramolekulare Chemie (Prof. Boekhoven)" }, - "TUS3O07": { - "code": "TUS3O07", - "id": 54080, - "name": "IT Office (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)" + "47377": { + "code": "TUCHACC", + "name": "Lehrstuhl f\u00fcr Anorganische und Metallorganische Chemie (Prof. Fischer)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Anorganische und Metallorganische Chemie (Prof. Fischer)" }, - "TUS3O08": { - "code": "TUS3O08", - "id": 54081, - "name": "Wissenschaftliches Rechnen 5400 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Wissenschaftliches Rechnen 5400 (NAT)" + "47397": { + "code": "TUWZP5E", + "name": "Professur f\u00fcr Pflanzenepigenomik (Prof. Johannes)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pflanzenepigenomik (Prof. Johannes)" }, - "TUS3O09": { - "code": "TUS3O09", - "id": 54082, - "name": "Central Services (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)" + "47417": { + "code": "TUVBGSB", + "name": "Geheimschutzbeauftragte/r", + "path": "TUM/Beauftragte und Vertretungen/Geheimschutzbeauftragte/r" }, - "TUS3O10": { - "code": "TUS3O10", - "id": 54083, - "name": "Glass Blowing Shop (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Glass Blowing Shop (NAT)" + "47437": { + "code": "TUVBKOR", + "name": "Beauftragte/r f\u00fcr Korruptionsvorsorge", + "path": "TUM/Beauftragte und Vertretungen/Beauftragte/r f\u00fcr Korruptionsvorsorge" }, - "TUS3O11": { - "code": "TUS3O11", - "id": 54084, - "name": "Facility Management (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Facility Management (NAT)" + "47457": { + "code": "TUEDS25", + "name": "Lehrstuhl f\u00fcr Lehren und Lernen mit Digitalen Medien (Prof. Bannert)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Lehren und Lernen mit Digitalen Medien (Prof. Bannert)" }, - "TUS3O12": { - "code": "TUS3O12", - "id": 54085, - "name": "Machine Shop (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)" + "47477": { + "code": "TUPHZTL", + "name": "Technology (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Technology (NAT)" }, - "TUS3O13": { - "code": "TUS3O13", - "id": 54088, - "name": "Electronics (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)" + "47497": { + "code": "TUBVCIP", + "name": "Rechnerbetriebsgruppe der ehemaligen Fakult\u00e4t BGU", + "path": "TUM/Schools/Engineering and Design/School Office/Infrastruktur und Kommunikation (ED)/Rechnerbetriebsgruppe der ehemaligen Fakult\u00e4t BGU" }, - "TUS3O21": { - "code": "TUS3O21", - "id": 54086, - "name": "Abteilung 5100 (NAT) - Machine Shop (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Abteilung 5100 (NAT)" + "47517": { + "code": "TUZVBAG", + "name": "Betriebs\u00e4rzte Garching", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Betriebs\u00e4rzte Garching" }, - "TUS3O22": { - "code": "TUS3O22", - "id": 54087, - "name": "Abteilung 5400 (NAT) - Machine Shop (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Abteilung 5400 (NAT)" + "47518": { + "code": "TUZVBAW", + "name": "Betriebs\u00e4rzte Weihenstephan", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Betriebs\u00e4rzte Weihenstephan" + }, + "47537": { + "code": "TUWIB37", + "name": "Professur f\u00fcr Managerial Economics (N.N.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Managerial Economics (N.N.)" }, - "TUS3O23": { - "code": "TUS3O23", - "id": 54089, - "name": "Abteilung 5100 (NAT) - Electronics (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Abteilung 5100 (NAT)" + "47557": { + "code": "TUPEHFP", + "name": "Hochschule f\u00fcr Politik M\u00fcnchen", + "path": "TUM/Hochschule f\u00fcr Politik M\u00fcnchen" }, - "TUS3O24": { - "code": "TUS3O24", - "id": 54090, - "name": "Abteilung 5400 (NAT) - Electronics (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Abteilung 5400 (NAT)" + "47577": { + "code": "TUWZN8M", + "name": "Professur f\u00fcr Neuronale Kontrolle des Metabolismus (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Neuronale Kontrolle des Metabolismus (N.N.)" }, - "TUS3O25": { - "code": "TUS3O25", - "id": 55077, - "name": "Abteilung 5100 (NAT) Finance Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Abteilung 5100 (NAT)" + "47597": { + "code": "TUWZB4R", + "name": "Professur f\u00fcr Biotechnologie der Reproduktion (Prof. Schusser)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie der Reproduktion (Prof. Schusser)" }, - "TUS3O26": { - "code": "TUS3O26", - "id": 55078, - "name": "Abteilung 5400 (NAT) Finance Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Abteilung 5400 (NAT)" + "47598": { + "code": "TUCHACD", + "name": "Professur f\u00fcr Siliciumchemie (Prof. Inoue)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Siliciumchemie (Prof. Inoue)" }, - "TUS3O27": { - "code": "TUS3O27", - "id": 55079, - "name": "Abteilung 5100 (NAT) HR Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Abteilung 5100 (NAT)" + "47617": { + "code": "TUMWVIB", + "name": "Lehrstuhl f\u00fcr Akustik mobiler Systeme (Prof. Marburg)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Akustik mobiler Systeme (Prof. Marburg)" }, - "TUS3O28": { - "code": "TUS3O28", - "id": 55080, - "name": "Abteilung 5400 (NAT) HR Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Abteilung 5400 (NAT)" + "47637": { + "code": "TUSPL18", + "name": "Professur f\u00fcr Sportbiologie (Prof. Wackerhage)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sportbiologie (Prof. Wackerhage)" }, - "TUS3OGC": { - "code": "TUS3OGC", - "id": 54079, - "name": "Graduate Center (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Graduate Center (NAT)" + "47657": { + "code": "TUS6PST", + "name": "Undergraduate and Postgraduate Education (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Undergraduate and Postgraduate Education (MGT)" }, - "TUS3OTD": { - "code": "TUS3OTD", - "id": 54065, - "name": "Dean's Office (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Dean's Office (NAT)" + "47658": { + "code": "TUS6QMG", + "name": "Qualit\u00e4tsmanagement (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Qualit\u00e4tsmanagement (MGT)" }, - "TUS3OTS": { - "code": "TUS3OTS", - "id": 52082, - "name": "School Office der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/School Office" + "47679": { + "code": "TUWIV05", + "name": "Professur f\u00fcr Economics of Innovation (Prof. Hottenrott)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Innovation (Prof. Hottenrott)" }, - "TUS3RGE": { - "code": "TUS3RGE", - "id": 53962, - "name": "Frauenbeauftragte/r der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Beauftragte/Frauenbeauftragte/r" + "47697": { + "code": "TUPEEIT", + "name": "EIT Health e.V.", + "path": "TUM/Partnerschaftliche Einrichtungen/EIT Health e.V." }, - "TUS3RIN": { - "code": "TUS3RIN", - "id": 53963, - "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Beauftragte/Beauftragte/r f\u00fcr Internationales" + "47719": { + "code": "TUPOL01", + "name": "Lehrstuhl f\u00fcr Computational Social Science (Prof. Pfeffer)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Computational Social Science (Prof. Pfeffer)" }, - "TUS3STC": { - "code": "TUS3STC", - "id": 54137, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Natural Sciences/Fachschaftsvertretung" + "47720": { + "code": "TUPOL02", + "name": "Professur f\u00fcr Political Data Science (Prof. Hegelich)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Data Science (Prof. Hegelich)" }, - "TUS3VIO": { - "code": "TUS3VIO", - "id": 54064, - "name": "Prodekan Informationsmanagement der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Prodekane/Informationsmanagement" + "47737": { + "code": "TUSPL19", + "name": "Lehrstuhl f\u00fcr Epidemiologie (Prof. Klug)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Epidemiologie (Prof. Klug)" }, - "TUS3VRI": { - "code": "TUS3VRI", - "id": 54061, - "name": "Prodekan Forschung und Innovation der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Prodekane/Forschung und Innovation" + "47757": { + "code": "TUMAF30", + "name": "Lehrstuhl f\u00fcr Mehrskaligkeit und Stochastische Dynamik (Prof. K\u00fchn)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mehrskaligkeit und Stochastische Dynamik (Prof. K\u00fchn)" }, - "TUS3VST": { - "code": "TUS3VST", - "id": 54062, - "name": "Prodekan Studium und Lehre der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Prodekane/Studium und Lehre" + "47777": { + "code": "TUZVSIR", + "name": "Stabsstelle Interne Revision", + "path": "TUM/Zentrale Verwaltung/Interne Revision" }, - "TUS3VTD": { - "code": "TUS3VTD", - "id": 54063, - "name": "Prodekanin Talent Management und Diversity der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Prodekane/Talent Management und Diversity" + "47797": { + "code": "TUBVVVS", + "name": "Lehrstuhl f\u00fcr Vernetzte Verkehrssysteme (Prof. Antoniou)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Vernetzte Verkehrssysteme (Prof. Antoniou)" }, - "TUS4000": { - "code": "TUS4000", - "id": 51258, - "name": "TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences" + "47837": { + "code": "TUPOL03", + "name": "Professur f\u00fcr Policy Analysis (Prof. Wurster)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Policy Analysis (Prof. Wurster)" }, - "TUS4A8R": { - "code": "TUS4A8R", - "id": 52260, - "name": "TUM Animal Research Center (ARC)", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)" + "47857": { + "code": "TUPOL04", + "name": "Professur f\u00fcr Political Philosophy and Theory (Prof. Ulbricht komm.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Philosophy and Theory (Prof. Ulbricht komm.)" }, - "TUS4B1E": { - "code": "TUS4B1E", - "id": 53958, - "name": "Professur f\u00fcr Soil Biophysics and Environmental Systems (Prof. Zare)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Soil Biophysics and Environmental Systems (Prof. Zare)" + "47877": { + "code": "TUPOL05", + "name": "Lehrstuhl f\u00fcr International Relations (Prof. B\u00fcthe)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Relations (Prof. B\u00fcthe)" }, - "TUS4C1B": { - "code": "TUS4C1B", - "id": 55577, - "name": "Professur f\u00fcr Clinical Microbiome (Prof. Gerner)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Clinical Microbiome (Prof. Gerner)" + "47878": { + "code": "TUPOL06", + "name": "Lehrstuhl f\u00fcr European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)" }, - "TUS4C2M": { - "code": "TUS4C2M", - "id": 51517, - "name": "Professur f\u00fcr Computational Mass Spectrometry (Prof. Wilhelm)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Mass Spectrometry (Prof. Wilhelm)" + "47897": { + "code": "TUMEMD0", + "name": "Lehrstuhl f\u00fcr Medizindidaktik, Medizinische Lehrentwicklung und Bildungsforschung (Prof. Berberat)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Medizindidaktik, Medizinische Lehrentwicklung und Bildungsforschung (Prof. Berberat)" }, - "TUS4C4P": { - "code": "TUS4C4P", - "id": 54917, - "name": "Professur f\u00fcr Chemoinformatics and Protein Modelling (Prof. Di Pizio)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Chemoinformatics and Protein Modelling (Prof. Di Pizio)" + "47917": { + "code": "TUWIB38", + "name": "Professur f\u00fcr Marketing (Prof. Ungemach)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Prof. Ungemach)" }, - "TUS4C6A": { - "code": "TUS4C6A", - "id": 53957, - "name": "Professur f\u00fcr Cellular Agriculture (Prof. Henkel)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Cellular Agriculture (Prof. Henkel)" + "47937": { + "code": "TUPOL07", + "name": "Lehrstuhl f\u00fcr Umwelt- und Klimapolitik (Prof. Schreurs)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Umwelt- und Klimapolitik (Prof. Schreurs)" }, - "TUS4C8B": { - "code": "TUS4C8B", - "id": 55897, - "name": "Professur f\u00fcr Computational Plant Biology (Prof. Kamal)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Plant Biology (Prof. Kamal)" + "47957": { + "code": "TUZVSCH", + "name": "Stabsstelle Diversity & Equal Opportunities", + "path": "TUM/Zentrale Verwaltung/Diversity & Equal Opportunities" }, - "TUS4C9L": { - "code": "TUS4C9L", - "id": 54937, - "name": "Center of Advanced Light Microscopy (CALM) (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Center of Advanced Light Microscopy (CALM) (LS)" + "47959": { + "code": "TUZEGOM", + "name": "Ombudsb\u00fcro", + "path": "TUM/Hochschulpr\u00e4sidium/TUM Compliance Office/Ombudsb\u00fcro" }, - "TUS4D5B": { - "code": "TUS4D5B", - "id": 55637, - "name": "Professur f\u00fcr Data Science in Systems Biology (Prof. List)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Data Science in Systems Biology (Prof. List)" + "47977": { + "code": "TUPEGEE", + "name": "GE Healthcare Global Research Europe", + "path": "TUM/Partnerschaftliche Einrichtungen/GE Healthcare Global Research Europe" }, - "TUS4DEA": { - "code": "TUS4DEA", - "id": 51259, - "name": "Dekanin der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Dekan/in" + "47997": { + "code": "TUWZC1N", + "name": "Professur f\u00fcr Computational Neuroscience (Prof. Gjorgjieva)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Neuroscience (Prof. Gjorgjieva)" }, - "TUS4DP1": { - "code": "TUS4DP1", - "id": 51264, - "name": "Department Molecular Life Sciences", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences" + "48017": { + "code": "TUVBOMP", + "name": "Ombudspersonen", + "path": "TUM/Hochschulpr\u00e4sidium/TUM Compliance Office/Ombudspersonen" }, - "TUS4DP2": { - "code": "TUS4DP2", - "id": 51265, - "name": "Department Life Science Engineering", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering" + "48037": { + "code": "TUINF18", + "name": "Informatik 26 - Professur f\u00fcr Data Analytics and Machine Learning (Prof. G\u00fcnnemann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 26 - Professur f\u00fcr Data Analytics and Machine Learning (Prof. G\u00fcnnemann)" }, - "TUS4DP3": { - "code": "TUS4DP3", - "id": 51266, - "name": "Department Life Science Systems", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems" + "48038": { + "code": "TUEIESI", + "name": "Professur f\u00fcr Embedded Systems and Internet of Things (Prof. Steinhorst)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Embedded Systems and Internet of Things (Prof. Steinhorst)" }, - "TUS4E0M": { - "code": "TUS4E0M", - "id": 55898, - "name": "Professur f\u00fcr Earth Observation for Ecosystem Management (Prof. Senf)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Earth Observation for Ecosystem Management (Prof. Senf)" + "48078": { + "code": "TUEICOD", + "name": "Professur f\u00fcr Codierung und Kryptographie (Prof. Wachter-Zeh)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Codierung und Kryptographie (Prof. Wachter-Zeh)" }, - "TUS4F1P": { - "code": "TUS4F1P", - "id": 54117, - "name": "Professur f\u00fcr Food Process Engineering (Prof. F\u00f6rst)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Food Process Engineering (Prof. F\u00f6rst)" + "48097": { + "code": "TUPHEMM", + "name": "Professur f\u00fcr Experimental Biophysics (Prof. Duderstadt)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Experimental Biophysics (Prof. Duderstadt)" }, - "TUS4F3U": { - "code": "TUS4F3U", - "id": 54697, - "name": "Forest Research Unit", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Forest Research Unit" + "48098": { + "code": "TUPHEQM", + "name": "Professur f\u00fcr Quantum Matter - Experimental Solid State Physics (N.N.)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Matter - Experimental Solid State Physics (N.N.)" }, - "TUS4F4C": { - "code": "TUS4F4C", - "id": 51917, - "name": "TUM Food and Agro Center for Innovation and Technology (FACIT)", - "path": "TUM/Schools/Life Sciences/TUM Food and Agro Center for Innovation and Technology (FACIT)" + "48099": { + "code": "TUPHEDM", + "name": "Professur f\u00fcr Dark Matter (Prof. Mertens)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Dark Matter (Prof. Mertens)" }, - "TUS4F8S": { - "code": "TUS4F8S", - "id": 56057, - "name": "Professur f\u00fcr Food Biopolymer Systems (Prof. Scherf)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Food Biopolymer Systems (Prof. Scherf)" + "48100": { + "code": "TUPHEOC", + "name": "Professur f\u00fcr Observational Cosmology (Prof. Suyu)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Observational Cosmology (Prof. Suyu)" }, - "TUS4F9C": { - "code": "TUS4F9C", - "id": 52259, - "name": "Field Crops Unit", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit" + "48117": { + "code": "TUZVGET", + "name": "Gentechnik", + "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Gentechnik" }, - "TUS4F9L": { - "code": "TUS4F9L", - "id": 53557, - "name": "Professur f\u00fcr Funktionsmaterialien f\u00fcr Lebensmittelverpackungen (Prof. Schrettl)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Funktionsmaterialien f\u00fcr Lebensmittelverpackungen (Prof. Schrettl)" + "48120": { + "code": "TUPRBKA", + "name": "B\u00fcro des Kanzlers", + "path": "TUM/Hochschulpr\u00e4sidium/B\u00fcro des Kanzlers" }, - "TUS4G6P": { - "code": "TUS4G6P", - "id": 52258, - "name": "Greenhouses and Phytochambers Unit", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit" + "48137": { + "code": "TUZEFMS", + "name": "MSE", + "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/MSE" }, - "TUS4I5P": { - "code": "TUS4I5P", - "id": 54318, - "name": "Professur f\u00fcr Infection Pathogenesis (Prof. Ebner)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Infection Pathogenesis (Prof. Ebner)" + "48157": { + "code": "TUZEPRG", + "name": "Campus Garching", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Campus Garching" }, - "TUS4K2T": { - "code": "TUS4K2T", - "id": 52262, - "name": "Kleintier-Unit", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Kleintier-Unit" + "48158": { + "code": "TUZEPRM", + "name": "Campus M\u00fcnchen", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Campus M\u00fcnchen" }, - "TUS4L3S": { - "code": "TUS4L3S", - "id": 54317, - "name": "Lehrstuhl f\u00fcr Livestock Systems (Prof. Rufino)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Livestock Systems (Prof. Rufino)" + "48159": { + "code": "TUZEPRW", + "name": "Campus Weihenstephan", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Campus Weihenstephan" }, - "TUS4M1D": { - "code": "TUS4M1D", - "id": 55318, - "name": "Professur f\u00fcr Translational Microbiome Data Integration (Prof. Schirmer)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Translational Microbiome Data Integration (Prof. Schirmer)" + "48160": { + "code": "TUZVR2Y", + "name": "Zentraler Personalservice (Campus M\u00fcnchen)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Zentraler Personalservice (Campus M\u00fcnchen)" + }, + "48177": { + "code": "TUZVR25", + "name": "Personalbetreuung Garching (Referat 23)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung Garching (Referat 23)" }, - "TUS4M5B": { - "code": "TUS4M5B", - "id": 53117, - "name": "Professur f\u00fcr Pr\u00e4vention von Mikrobiellen Infektionskrankheiten (Prof. Deng)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pr\u00e4vention von Mikrobiellen Infektionskrankheiten (Prof. Deng)" + "48178": { + "code": "TUZVR24", + "name": "Personalbetreuung Weihenstephan (Referat 24)", + "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung Weihenstephan (Referat 24)" }, - "TUS4N1T": { - "code": "TUS4N1T", - "id": 52261, - "name": "Nutztier-Unit", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Nutztier-Unit" + "48198": { + "code": "TUPOL08", + "name": "Professur f\u00fcr Politische Wissenschaft (Prof. Hofmann)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Politische Wissenschaft (Prof. Hofmann)" }, - "TUS4N7M": { - "code": "TUS4N7M", - "id": 53358, - "name": "Professur f\u00fcr Tierern\u00e4hrung und Metabolismus (Prof. Steinhoff-Wagner)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierern\u00e4hrung und Metabolismus (Prof. Steinhoff-Wagner)" + "48199": { + "code": "TUPOL10", + "name": "Lehrstuhl f\u00fcr Wirtschaftsethik (Prof. L\u00fctge)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Wirtschaftsethik (Prof. L\u00fctge)" }, - "TUS4OTC": { - "code": "TUS4OTC", - "id": 15520, - "name": "Campus Office (Studiensekretariat) (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Campus Office (Studiensekretariat) (LS)" + "48200": { + "code": "TUPOL11", + "name": "Lehrstuhl f\u00fcr Wissenschafts- und Techniksoziologie (Prof. Beck)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Wissenschafts- und Techniksoziologie (Prof. Beck)" }, - "TUS4OTD": { - "code": "TUS4OTD", - "id": 15453, - "name": "Office of the Dean (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Office of the Dean (LS)" + "48217": { + "code": "TUPHTFK", + "name": "Lehrstuhl f\u00fcr Theoretische Festk\u00f6rperphysik (Prof. Pollmann)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Festk\u00f6rperphysik (Prof. Pollmann)" }, - "TUS4OTS": { - "code": "TUS4OTS", - "id": 15456, - "name": "School Office der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/School Office" + "48237": { + "code": "TUZETTM", + "name": "Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)" }, - "TUS4P1D": { - "code": "TUS4P1D", - "id": 54717, - "name": "Professur f\u00fcr Funktionelle Phytometabolomik (Prof. Dawid)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Funktionelle Phytometabolomik (Prof. Dawid)" + "48238": { + "code": "TUINICT", + "name": "Informatik 24 - Professur f\u00fcr Cyber Trust (Prof. Grossklags)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 24 - Professur f\u00fcr Cyber Trust (Prof. Grossklags)" }, - "TUS4P7T": { - "code": "TUS4P7T", - "id": 52257, - "name": "TUM Plant Technology Center (PTC)", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)" + "48257": { + "code": "TUARL32", + "name": "Professur f\u00fcr Green Technologies in Landscape Architecture (Prof. Ludwig)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Green Technologies in Landscape Architecture (Prof. Ludwig)" }, - "TUS4P9N": { - "code": "TUS4P9N", - "id": 55317, - "name": "Professur f\u00fcr Plant Proteins and Nutrition (Prof. Weisz)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Plant Proteins and Nutrition (Prof. Weisz)" + "48258": { + "code": "TUINF19", + "name": "Informatik 28 - Professur f\u00fcr Visual Computing (Prof. Nie\u00dfner)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 28 - Professur f\u00fcr Visual Computing (Prof. Nie\u00dfner)" }, - "TUS4R5I": { - "code": "TUS4R5I", - "id": 54438, - "name": "Professur f\u00fcr Root-Soil Interaction (Prof. Ahmed)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Root-Soil Interaction (Prof. Ahmed)" + "48277": { + "code": "TUMEVI4", + "name": "Professur f\u00fcr Immunpathologie von Virus-Infektionen (Prof. Pichlmair)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virologie (Prof. Protzer)/Immunpathologie von Virus-Infektionen (Prof. Pichlmair)" }, - "TUS4RDP": { - "code": "TUS4RDP", - "id": 51299, - "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" + "48297": { + "code": "TUZVRBE", + "name": "Bauliche Entwicklungsplanung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Baumanagement M\u00fcnchen/Bauliche Entwicklungsplanung" }, - "TUS4RGE": { - "code": "TUS4RGE", - "id": 51298, - "name": "Frauenbeauftragte/r der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Beauftragte/Frauenbeauftragte/r" + "48298": { + "code": "TUZV453", + "name": "Infrastruktur Garching", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching" }, - "TUS4RIN": { - "code": "TUS4RIN", - "id": 53964, - "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Beauftragte/Beauftragte/r f\u00fcr Internationales" + "48302": { + "code": "TUZV45D", + "name": "Zeiterfassung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Zeiterfassung" }, - "TUS4RSH": { - "code": "TUS4RSH", - "id": 51300, - "name": "Vertrauensperson der Schwerbehinderten der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Beauftragte/Vertrauensperson der Schwerbehinderten" + "48303": { + "code": "TUZV45E", + "name": "Kaufm\u00e4nnisches FM", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Kaufm\u00e4nnisches FM" }, - "TUS4STC": { - "code": "TUS4STC", - "id": 51297, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung" + "48304": { + "code": "TUZV45F", + "name": "Technisches FM", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Technisches FM" }, - "TUS4U7M": { - "code": "TUS4U7M", - "id": 54877, - "name": "Professur f\u00fcr Umweltmikrobiologie (Prof. Schloter)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Umweltmikrobiologie (Prof. Schloter)" + "48305": { + "code": "TUZV45G", + "name": "Infrastrukturelles FM", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Infrastrukturelles FM" }, - "TUS4VIO": { - "code": "TUS4VIO", - "id": 51263, - "name": "Prodekan Informationsmanagement der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Prodekane/Informationsmanagement" + "48306": { + "code": "TUZV45H", + "name": "Infrastrukturelles FM Geb\u00e4udereinigung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Infrastrukturelles FM Geb\u00e4udereinigung" }, - "TUS4VRI": { - "code": "TUS4VRI", - "id": 51260, - "name": "Prodekan Forschung und Innovation der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Prodekane/Forschung und Innovation" + "48307": { + "code": "TUZV46A", + "name": "Technisches B\u00fcro Maschinentechnische Anlagen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Technisches B\u00fcro Maschinentechnische Anlagen" }, - "TUS4VST": { - "code": "TUS4VST", - "id": 51261, - "name": "Prodekan Studium und Lehre der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Prodekane/Studium und Lehre" + "48308": { + "code": "TUZV46B", + "name": "Werkstatt Heizung und L\u00fcftung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Werkstatt Heizung und L\u00fcftung" }, - "TUS4VTD": { - "code": "TUS4VTD", - "id": 51262, - "name": "Prodekan Talent Management und Diversity der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Prodekane/Talent Management und Diversity" + "48309": { + "code": "TUZV46C", + "name": "Werkstatt Sanit\u00e4r", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Werkstatt Sanit\u00e4r" }, - "TUS5000": { - "code": "TUS5000", - "id": 51899, - "name": "TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health" + "48310": { + "code": "TUZV46D", + "name": "Werkstatt K\u00e4ltetechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Werkstatt K\u00e4ltetechnik" }, - "TUS5DEA": { - "code": "TUS5DEA", - "id": 55357, - "name": "Dekanin der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Dekan/in" + "48311": { + "code": "TUZV46E", + "name": "Technisches B\u00fcro Elektrotechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Technisches B\u00fcro Elektrotechnik" }, - "TUS5DP1": { - "code": "TUS5DP1", - "id": 54897, - "name": "Department Health and Sport Sciences", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences" + "48312": { + "code": "TUZV46F", + "name": "Werkstatt Starkstromtechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Werkstatt Starkstromtechnik" }, - "TUS5DP2": { - "code": "TUS5DP2", - "id": 54898, - "name": "Department Preclinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine" + "48313": { + "code": "TUZV46G", + "name": "Werkstatt Mess- und Regelungstechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Werkstatt Mess- und Regelungstechnik" }, - "TUS5DP3": { - "code": "TUS5DP3", - "id": 54899, - "name": "Department Clinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine" + "48314": { + "code": "TUZV46H", + "name": "Telefonzentrale", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Telefonzentrale" }, - "TUS5EK0": { - "code": "TUS5EK0", - "id": 55461, - "name": "Ethikkommissionen", - "path": "TUM/Schools/Medicine and Health/Ethikkommissionen" + "48315": { + "code": "TUZV46I", + "name": "Schl\u00fcsselverwaltung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Schl\u00fcsselverwaltung" }, - "TUS5EK1": { - "code": "TUS5EK1", - "id": 55462, - "name": "Ethikkommission nicht-med.", - "path": "TUM/Schools/Medicine and Health/Ethikkommissionen/Ethikkommission nicht-med." + "48316": { + "code": "TUZV46J", + "name": "Reinigung und Bewachung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Reinigung und Bewachung" }, - "TUS5GF0": { - "code": "TUS5GF0", - "id": 55457, - "name": "Gesch\u00e4ftsf\u00fchrung School Office", - "path": "TUM/Schools/Medicine and Health/School Office/Gesch\u00e4ftsf\u00fchrung" + "48317": { + "code": "TUZV46K", + "name": "Raumbestandsverwaltung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Raumbestandsverwaltung" }, - "TUS5LMU": { - "code": "TUS5LMU", - "id": 55466, - "name": "Kooperationen mit der LMU", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU" + "48318": { + "code": "TUZV46L", + "name": "Betriebshof, Hausverwaltung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Betriebshof, Hausverwaltung/Betriebshof, Hausverwaltung" }, - "TUS5LPC": { - "code": "TUS5LPC", - "id": 55467, - "name": "Weitere Lehrst\u00fchle und Professuren Clinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine" + "48319": { + "code": "TUZV46M", + "name": "Dienstfahrzeuge und Drucklufttechnik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Dienstfahrzeuge und Drucklufttechnik" }, - "TUS5LPP": { - "code": "TUS5LPP", - "id": 55465, - "name": "Weitere Lehrst\u00fchle und Professuren Preclinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine" + "48320": { + "code": "TUZV46N", + "name": "Poststelle", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Poststelle" }, - "TUS5OR3": { - "code": "TUS5OR3", - "id": 56117, - "name": "Professur f\u00fcr Machine Intelligence in der Orthop\u00e4die (Prof. Roth)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)/Machine Intelligence in der Orthop\u00e4die (Prof. Roth)" + "48321": { + "code": "TUZV46O", + "name": "Registratur", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Registratur" }, - "TUS5OTD": { - "code": "TUS5OTD", - "id": 55458, - "name": "Dean`s Office School Office", - "path": "TUM/Schools/Medicine and Health/School Office/Dean`s Office" + "48322": { + "code": "TUZV46P", + "name": "Archiv", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Archiv" }, - "TUS5OTS": { - "code": "TUS5OTS", - "id": 52088, - "name": "School Office der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/School Office" + "48323": { + "code": "TUZV46Q", + "name": "H\u00f6rsaalvermietung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Dienstbetrieb/H\u00f6rsaalvermietung" }, - "TUS5PL0": { - "code": "TUS5PL0", - "id": 55217, - "name": "Weitere Lehrst\u00fchle und Professuren", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Weitere Lehrst\u00fchle und Professuren" + "48324": { + "code": "TUZV40A", + "name": "Controlling und Reporting", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Controlling und Reporting" }, - "TUS5SAA": { - "code": "TUS5SAA", - "id": 55459, - "name": "School and Academic Affairs School Office", - "path": "TUM/Schools/Medicine and Health/School Office/School and Academic Affairs" + "48337": { + "code": "TUZV350", + "name": "Finanzbuchhaltung Campus M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Finanzbuchhaltung (Referat 35)/Finanzbuchhaltung Campus M\u00fcnchen" }, - "TUS5STO": { - "code": "TUS5STO", - "id": 55460, - "name": "Student Office School Office", - "path": "TUM/Schools/Medicine and Health/School Office/Student Office" + "48338": { + "code": "TUZV351", + "name": "Finanzbuchhaltung Campus Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Finanzbuchhaltung (Referat 35)/Finanzbuchhaltung Campus Weihenstephan" }, - "TUS5VIO": { - "code": "TUS5VIO", - "id": 55361, - "name": "Prodekan Informationsmanagement der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Prodekane/Informationsmanagement" + "48339": { + "code": "TUZV370", + "name": "Zahlstelle Campus M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)/Zahlstelle Campus M\u00fcnchen" }, - "TUS5VRI": { - "code": "TUS5VRI", - "id": 55358, - "name": "Prodekan Forschung und Innovation der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Prodekane/Forschung und Innovation" + "48340": { + "code": "TUZV371", + "name": "Zahlstelle Campus Garching", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)/Zahlstelle Campus Garching" }, - "TUS5VST": { - "code": "TUS5VST", - "id": 55359, - "name": "Prodekan Studium und Lehre der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Prodekane/Studium und Lehre" + "48341": { + "code": "TUZV372", + "name": "Zahlstelle Campus Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)/Zahlstelle Campus Weihenstephan" }, - "TUS5VTD": { - "code": "TUS5VTD", - "id": 55360, - "name": "Prodekanin Talent Management und Diversity der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Prodekane/Talent Management und Diversity" + "48377": { + "code": "TUPHEQT", + "name": "Professur f\u00fcr Quantum Technologies (Prof. Poot)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Technologies (Prof. Poot)" }, - "TUS5WEK": { - "code": "TUS5WEK", - "id": 55464, - "name": "Weitere Einheiten MRI", - "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI" + "48397": { + "code": "TUWZP7G", + "name": "Professur f\u00fcr Pflanzengenetik (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pflanzengenetik (N.N.)" + }, + "48417": { + "code": "TUZV454", + "name": "Abfallentsorgung/Umwelt", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt/Abfallentsorgung/Umwelt" }, - "TUS5WTK": { - "code": "TUS5WTK", - "id": 55463, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Medicine and Health/Fachschaftsvertretung" + "48437": { + "code": "TUEIHCR", + "name": "Professur f\u00fcr Human-centered Assistive Robotics (Prof. Cheng komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Human-centered Assistive Robotics (Prof. Cheng komm.)" }, - "TUS6000": { - "code": "TUS6000", - "id": 51900, - "name": "TUM School of Management", - "path": "TUM/Schools/Management" + "48481": { + "code": "TUPEFVW", + "name": "Verwaltung", + "path": "TUM/Hochschule f\u00fcr Politik M\u00fcnchen/Verwaltung" }, - "TUS6B47": { - "code": "TUS6B47", - "id": 53138, - "name": "Lehrstuhl f\u00fcr Behavioral Research Methods (Prof. Pachur)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Behavioral Research Methods (Prof. Pachur)" + "48497": { + "code": "TUCHPC6", + "name": "Professur f\u00fcr Dynamische Spektroskopien (Prof. Hauer)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Dynamische Spektroskopien (Prof. Hauer)" }, - "TUS6B48": { - "code": "TUS6B48", - "id": 53137, - "name": "Professur f\u00fcr Familienunternehmen, deren Kultur und Eigent\u00fcmer (Prof. Richards)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Familienunternehmen, deren Kultur und Eigent\u00fcmer (Prof. Richards)" + "48537": { + "code": "TUZET00", + "name": "Gesch\u00e4ftsstelle", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Gesch\u00e4ftsstelle" }, - "TUS6B49": { - "code": "TUS6B49", - "id": 53737, - "name": "Professur f\u00fcr Entrepreneurial Finance (Prof. Momtaz)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Momtaz)" + "48538": { + "code": "TUZET01", + "name": "Biological Imaging (AG Ntziachristos)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Biological Imaging (AG Ntziachristos)" }, - "TUS6B50": { - "code": "TUS6B50", - "id": 54322, - "name": "Professur f\u00fcr Digital Marketing (Prof. Hartmann)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Hartmann)" + "48539": { + "code": "TUZET02", + "name": "Immune signals and cancer (AG Ruland)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Immune signals and cancer (AG Ruland)" }, - "TUS6B51": { - "code": "TUS6B51", - "id": 54417, - "name": "Lehrstuhl f\u00fcr Entrepreneurial Education (Prof. Tryba)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Education (Prof. Tryba)" + "48540": { + "code": "TUZET03", + "name": "Biomedical electronics (AG Hayden)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Biomedical electronics (AG Hayden)" }, - "TUS6CDT": { - "code": "TUS6CDT", - "id": 52778, - "name": "Center for Digital Transformation (CDT) - Center TUM Campus Heilbronn (MGT)", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Center for Digital Transformation (CDT)" + "48541": { + "code": "TUZET04", + "name": "Experimental radiation oncology and radiobiology (AG Multhoff)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Experimental radiation oncology and radiobiology (AG Multhoff)" }, - "TUS6CFE": { - "code": "TUS6CFE", - "id": 52779, - "name": "Global Center for Family Enterprise (GCFE) - Center TUM Campus Heilbronn (MGT)", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Global Center for Family Enterprise (GCFE)" + "48542": { + "code": "TUZET05", + "name": "Immunopathology and signal transduction (AG Schmidt-Supprian)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Immunopathology and signal transduction (AG Schmidt-Supprian)" }, - "TUS6CHN": { - "code": "TUS6CHN", - "id": 52777, - "name": "Center TUM Campus Heilbronn (MGT) der TUM School of Management", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)" + "48543": { + "code": "TUZET06", + "name": "Translational cancer research and experimental cancer therapy (AG Saur)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Translational cancer research and experimental cancer therapy (AG Saur)" }, - "TUS6DEA": { - "code": "TUS6DEA", - "id": 52417, - "name": "Dekan der TUM School of Management", - "path": "TUM/Schools/Management/Dekan/in" + "48544": { + "code": "TUZET07", + "name": "Image Computing (AG Menze)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Image Computing (AG Menze)" }, - "TUS6DP1": { - "code": "TUS6DP1", - "id": 52424, - "name": "Department Economics and Policy", - "path": "TUM/Schools/Management/Departments/Economics and Policy" + "48545": { + "code": "TUZET08", + "name": "Genetic Screening (AG Rad)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Genetic Screening (AG Rad)" }, - "TUS6DP2": { - "code": "TUS6DP2", - "id": 52425, - "name": "Department Finance and Accounting", - "path": "TUM/Schools/Management/Departments/Finance and Accounting" + "48546": { + "code": "TUZET09", + "name": "Cell biology of cancer (AG Bassermann)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Cell biology of cancer (AG Bassermann)" }, - "TUS6DP3": { - "code": "TUS6DP3", - "id": 52426, - "name": "Department Innovation and Entrepreneurship", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship" + "48548": { + "code": "TUZET11", + "name": "Core Facility Preclinical Research", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Preclinical Research" }, - "TUS6DP4": { - "code": "TUS6DP4", - "id": 52427, - "name": "Department Marketing, Strategy and Leadership", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership" + "48549": { + "code": "TUZET12", + "name": "Core Facility Imaging", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Imaging" }, - "TUS6DP5": { - "code": "TUS6DP5", - "id": 52428, - "name": "Department Operations and Technology", - "path": "TUM/Schools/Management/Departments/Operations and Technology" + "48550": { + "code": "TUZET13", + "name": "Core Facility Cell Analysis", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Cell Analysis" }, - "TUS6DSF": { - "code": "TUS6DSF", - "id": 56097, - "name": "Professur f\u00fcr Data Science in Finance (Prof. Resin komm.)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Data Science in Finance (Prof. Resin komm.)" + "48577": { + "code": "TUZECLA", + "name": "People Development", + "path": "TUM/TUM Institute for Life Long Learning/People Development" }, - "TUS6H14": { - "code": "TUS6H14", - "id": 52918, - "name": "Lehrstuhl f\u00fcr Digital Marketing (Prof. Mei\u00dfner)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Mei\u00dfner)" + "48597": { + "code": "TUEILBE", + "name": "Heinz Nixdorf-Lehrstuhl f\u00fcr Biomedizinische Elektronik (Prof. Hayden)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Heinz Nixdorf-Lehrstuhl f\u00fcr Biomedizinische Elektronik (Prof. Hayden)" }, - "TUS6MAR": { - "code": "TUS6MAR", - "id": 42884, - "name": "Marketing (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Marketing (MGT)" + "48622": { + "code": "TUZV14Z", + "name": "Versorgungsnetze", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Versorgungsnetze" }, - "TUS6OTS": { - "code": "TUS6OTS", - "id": 14881, - "name": "School Office der TUM School of Management", - "path": "TUM/Schools/Management/School Office" + "48637": { + "code": "TUPHEHP", + "name": "Lehrstuhl f\u00fcr Experimentelle Halbleiterphysik (Prof. Sharp komm.)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentelle Halbleiterphysik (Prof. Sharp komm.)" }, - "TUS6PST": { - "code": "TUS6PST", - "id": 47657, - "name": "Undergraduate and Postgraduate Education (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Undergraduate and Postgraduate Education (MGT)" + "48657": { + "code": "TUMETBB", + "name": "Medizintechnik", + "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI/Medizintechnik" }, - "TUS6QMG": { - "code": "TUS6QMG", - "id": 47658, - "name": "Qualit\u00e4tsmanagement (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Qualit\u00e4tsmanagement (MGT)" + "48677": { + "code": "TUMEKCK", + "name": "Koordinierungsstelle f\u00fcr Chancengleichheit und Karriereplanung", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Fakult\u00e4tsverwaltung/Koordinierungsstelle f\u00fcr Chancengleichheit und Karriereplanung" }, - "TUS6RDP": { - "code": "TUS6RDP", - "id": 52423, - "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Management", - "path": "TUM/Schools/Management/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" + "48697": { + "code": "TUCSP04", + "name": "Professur f\u00fcr Chemische und Thermische Verfahrenstechnik (Prof. Burger)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Chemische und Thermische Verfahrenstechnik (Prof. Burger)" }, - "TUS6RES": { - "code": "TUS6RES", - "id": 42886, - "name": "Ressourcen (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Ressourcen (MGT)" + "48698": { + "code": "TUWZE1B", + "name": "Lehrstuhl f\u00fcr Experimentelle Bioinformatik (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimentelle Bioinformatik (N.N.)" }, - "TUS6RGE": { - "code": "TUS6RGE", - "id": 52422, - "name": "Frauenbeauftragte/r der TUM School of Management", - "path": "TUM/Schools/Management/Beauftragte/Frauenbeauftragte/r" + "48717": { + "code": "TUWZVH1", + "name": "Versuchsstation Veitshof", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Nutztier-Unit/Versuchsstation Veitshof" }, - "TUS6RIN": { - "code": "TUS6RIN", - "id": 53965, - "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Management", - "path": "TUM/Schools/Management/Beauftragte/Beauftragte/r f\u00fcr Internationales" + "48718": { + "code": "TUZET14", + "name": "Cellular immuno-regulation (AG Zielinski)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Cellular immuno-regulation (AG Zielinski)" }, - "TUS6SAF": { - "code": "TUS6SAF", - "id": 55277, - "name": "Professur f\u00fcr Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment der TUM School of Management und TUM School of Life Sciences)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment der TUM School of Management und TUM School of Life Sciences)" + "48719": { + "code": "TUZET15", + "name": "Quantitative imaging in neuro-oncology (AG Kirschke)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Quantitative imaging in neuro-oncology (AG Kirschke)" }, - "TUS6SIG": { - "code": "TUS6SIG", - "id": 55657, - "name": "Study Support and International Affairs (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Study Support and International Affairs (MGT)" + "48720": { + "code": "TUZET16", + "name": "Optical and optoacoustical microscopy (AG Chmyrov)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Optical and optoacoustical microscopy (AG Chmyrov)" }, - "TUS6STC": { - "code": "TUS6STC", - "id": 52557, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Management/Fachschaftsvertretung" + "48737": { + "code": "TUARL34", + "name": "Lehrstuhl f\u00fcr Architectural Design and Participation (Prof. K\u00e9r\u00e9)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Participation (Prof. K\u00e9r\u00e9)" }, - "TUS6VIO": { - "code": "TUS6VIO", - "id": 52421, - "name": "Prodekan Informationsmanagement der TUM School of Management", - "path": "TUM/Schools/Management/Prodekane/Informationsmanagement" + "48758": { + "code": "TUEDS27", + "name": "Professur f\u00fcr Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)" }, - "TUS6VRI": { - "code": "TUS6VRI", - "id": 52418, - "name": "Prodekan Forschung und Innovation der TUM School of Management", - "path": "TUM/Schools/Management/Prodekane/Forschung und Innovation" + "48777": { + "code": "TUCS000", + "name": "TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)" }, - "TUS6VST": { - "code": "TUS6VST", - "id": 52419, - "name": "Prodekan Studium und Lehre der TUM School of Management", - "path": "TUM/Schools/Management/Prodekane/Studium und Lehre" + "48837": { + "code": "TUMWLPL", + "name": "Lehrstuhl f\u00fcr Produktentwicklung und Leichtbau (Prof. Zimmermann)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktentwicklung und Leichtbau (Prof. Zimmermann)" }, - "TUS6VTD": { - "code": "TUS6VTD", - "id": 52420, - "name": "Prodekanin Talent Management und Diversity der TUM School of Management", - "path": "TUM/Schools/Management/Prodekane/Talent Management und Diversity" + "48838": { + "code": "TUCHOCK", + "name": "Professur f\u00fcr Biochemistry of Gene Expression (Prof. Nedialkova)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biochemistry of Gene Expression (Prof. Nedialkova)" }, - "TUS7000": { - "code": "TUS7000", - "id": 51901, - "name": "TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology" + "48857": { + "code": "TUPRB01", + "name": "Beauftragte f\u00fcr Fundraising", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragte f\u00fcr Fundraising" }, - "TUS7AST": { - "code": "TUS7AST", - "id": 55397, - "name": "Lehrstuhl f\u00fcr Anthropology of Science and Technology (Prof. Niew\u00f6hner)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Anthropology of Science and Technology (Prof. Niew\u00f6hner)" + "48858": { + "code": "TUPRB02", + "name": "Beauftragte f\u00fcr die strategischen Allianzen EuroTech und Global Tech", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragte f\u00fcr die strategischen Allianzen EuroTech und Global Tech" }, - "TUS7DDP": { - "code": "TUS7DDP", - "id": 52677, - "name": "Professur f\u00fcr Didaktik der Physik (Prof. Vorholzer)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Physik (Prof. Vorholzer)" + "48859": { + "code": "TUZELSB", + "name": "Leibniz-Institut f\u00fcr Lebensmittelsystembiologie an der Technischen Universit\u00e4t M\u00fcnchen", + "path": "TUM/TUM Leibniz-Institute/Leibniz-Institut f\u00fcr Lebensmittelsystembiologie an der Technischen Universit\u00e4t M\u00fcnchen" }, - "TUS7DEA": { - "code": "TUS7DEA", - "id": 52429, - "name": "Dekan der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Dekan/in" + "48860": { + "code": "TUZELDM", + "name": "Deutsches Museum", + "path": "TUM/TUM Leibniz-Institute/Deutsches Museum" }, - "TUS7DP1": { - "code": "TUS7DP1", - "id": 52497, - "name": "Department Educational Sciences", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences" + "48897": { + "code": "TUPHEBI", + "name": "Professur f\u00fcr Physik der Biomedizinischen Bildgebung (Prof. Herzen)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physik der Biomedizinischen Bildgebung (Prof. Herzen)" }, - "TUS7DP2": { - "code": "TUS7DP2", - "id": 52498, - "name": "Department Governance", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance" + "48938": { + "code": "TUARL35", + "name": "Professur f\u00fcr Neuere Baudenkmalpflege (Prof. Putz)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Neuere Baudenkmalpflege (Prof. Putz)" }, - "TUS7DP3": { - "code": "TUS7DP3", - "id": 52517, - "name": "Department Science, Technology and Society", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society" + "48957": { + "code": "TUPHEFS", + "name": "Lehrstuhl f\u00fcr Experimentalphysik funktionaler Spinsysteme (Prof. Back)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik funktionaler Spinsysteme (Prof. Back)" }, - "TUS7FIN": { - "code": "TUS7FIN", - "id": 52739, - "name": "Finanzen (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Finanzen (SOT)" + "48977": { + "code": "TUINF20", + "name": "Informatik 9 - Professur f\u00fcr Dynamic Vision and Learning (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 9 - Professur f\u00fcr Dynamic Vision and Learning (N.N.)" }, - "TUS7FS1": { - "code": "TUS7FS1", - "id": 53057, - "name": "Governance, Technology and Society", - "path": "TUM/Schools/Social Sciences and Technology/Fachschaftsvertretung/Governance, Technology and Society" + "49037": { + "code": "TUZEIOA", + "name": "Arabisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Arabisch" + }, + "49038": { + "code": "TUZEIOB", + "name": "Chinesisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Chinesisch" }, - "TUS7FS2": { - "code": "TUS7FS2", - "id": 53058, - "name": "Lehrertum", - "path": "TUM/Schools/Social Sciences and Technology/Fachschaftsvertretung/Lehrertum" + "49039": { + "code": "TUZEIOC", + "name": "D\u00e4nisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/D\u00e4nisch" }, - "TUS7HCC": { - "code": "TUS7HCC", - "id": 55857, - "name": "Lehrstuhl f\u00fcr Human-Centered Computing (Prof. Diesner)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Human-Centered Computing (Prof. Diesner)" + "49040": { + "code": "TUZEIOD", + "name": "Deutsch als Fremdsprache", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Deutsch als Fremdsprache" }, - "TUS7HRM": { - "code": "TUS7HRM", - "id": 52740, - "name": "Personal (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Personal (SOT)" + "49041": { + "code": "TUZEIOE", + "name": "Englisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Englisch" }, - "TUS7HTL": { - "code": "TUS7HTL", - "id": 53777, - "name": "Lehrstuhl f\u00fcr Human-Centered Technologies for Learning (Prof. Kasneci)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Human-Centered Technologies for Learning (Prof. Kasneci)" + "49042": { + "code": "TUZEIOF", + "name": "Franz\u00f6sisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Franz\u00f6sisch" }, - "TUS7ITM": { - "code": "TUS7ITM", - "id": 52741, - "name": "IT-Management (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/IT-Management (SOT)" + "49043": { + "code": "TUZEIOG", + "name": "Hebr\u00e4isch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Hebr\u00e4isch" }, - "TUS7LEA": { - "code": "TUS7LEA", - "id": 54323, - "name": "Professur f\u00fcr Learning Analytics (Prof. Poquet)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Analytics (Prof. Poquet)" + "49044": { + "code": "TUZEIOH", + "name": "Italienisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Italienisch" }, - "TUS7LET": { - "code": "TUS7LET", - "id": 52757, - "name": "Professur f\u00fcr Learning Sciences and Educational Design Technologies (Prof. Keune)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Sciences and Educational Design Technologies (Prof. Keune)" + "49045": { + "code": "TUZEIOI", + "name": "Japanisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Japanisch" }, - "TUS7LRD": { - "code": "TUS7LRD", - "id": 55338, - "name": "Lehrstuhl f\u00fcr Law and Regulation of the Digital Transformation (Prof. Paal)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Law and Regulation of the Digital Transformation (Prof. Paal)" + "49046": { + "code": "TUZEIOJ", + "name": "Koreanisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Koreanisch" }, - "TUS7OTS": { - "code": "TUS7OTS", - "id": 52085, - "name": "School Office der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/School Office" + "49047": { + "code": "TUZEIOK", + "name": "Niederl\u00e4ndisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Niederl\u00e4ndisch" }, - "TUS7PGT": { - "code": "TUS7PGT", - "id": 55859, - "name": "Professur f\u00fcr Public Policy for the Green Transition (Prof. Egli)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy for the Green Transition (Prof. Egli)" + "49048": { + "code": "TUZEIOL", + "name": "Norwegisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Norwegisch" }, - "TUS7PMP": { - "code": "TUS7PMP", - "id": 55337, - "name": "Professur f\u00fcr Mobility Policy (Prof. Loder)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Mobility Policy (Prof. Loder)" + "49049": { + "code": "TUZEIOM", + "name": "Portugiesisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Portugiesisch" }, - "TUS7PTL": { - "code": "TUS7PTL", - "id": 55677, - "name": "Professur f\u00fcr Psychologie des Lehren und Lernens (Prof. Holzberger)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Psychologie des Lehren und Lernens (Prof. Holzberger)" + "49050": { + "code": "TUZEION", + "name": "Russisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Russisch" }, - "TUS7PWT": { - "code": "TUS7PWT", - "id": 54738, - "name": "Professur f\u00fcr Philosophie und Wissenschaftstheorie (Prof. Centrone)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Philosophie und Wissenschaftstheorie (Prof. Centrone)" + "49051": { + "code": "TUZEIOO", + "name": "Schwedisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Schwedisch" }, - "TUS7RDP": { - "code": "TUS7RDP", - "id": 52435, - "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" + "49052": { + "code": "TUZEIOP", + "name": "Spanisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Spanisch" }, - "TUS7RDS": { - "code": "TUS7RDS", - "id": 54737, - "name": "Lehrstuhl f\u00fcr Responsible Data Science (Prof. Kasneci)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Responsible Data Science (Prof. Kasneci)" + "49053": { + "code": "TUZEIOQ", + "name": "T\u00fcrkisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/T\u00fcrkisch" }, - "TUS7RES": { - "code": "TUS7RES", - "id": 52737, - "name": "Forschungsunterst\u00fctzung (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Forschungsunterst\u00fctzung (SOT)" + "49054": { + "code": "TUZEIOR", + "name": "Zusatzangebote", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Zusatzangebote" }, - "TUS7RGE": { - "code": "TUS7RGE", - "id": 52434, - "name": "Frauenbeauftragte/r der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Beauftragte/Frauenbeauftragte/r" + "49055": { + "code": "TURM000", + "name": "Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)" }, - "TUS7RIN": { - "code": "TUS7RIN", - "id": 53966, - "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Beauftragte/Beauftragte/r f\u00fcr Internationales" + "49057": { + "code": "TUZEIOS", + "name": "Intercultural Communication", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Intercultural Communication" }, - "TUS7SFZ": { - "code": "TUS7SFZ", - "id": 55517, - "name": "Sch\u00fclerforschungszentrum Miesbach", - "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Miesbach" + "49077": { + "code": "TUEIRSI", + "name": "Lehrstuhl f\u00fcr Robotik und Systemintelligenz (Prof. Haddadin)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Robotik und Systemintelligenz (Prof. Haddadin)" }, - "TUS7SOC": { - "code": "TUS7SOC", - "id": 55779, - "name": "Professur f\u00fcr Societal Computing (Prof. Papakyriakopoulos)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Societal Computing (Prof. Papakyriakopoulos)" + "49099": { + "code": "TUCSREK", + "name": "Rektor TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Rektor/in" }, - "TUS7STC": { - "code": "TUS7STC", - "id": 52599, - "name": "Fachschaftsvertretung", - "path": "TUM/Schools/Social Sciences and Technology/Fachschaftsvertretung" + "49100": { + "code": "TUCSPRK", + "name": "Prorektorin TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Prorektor/in" }, - "TUS7STQ": { - "code": "TUS7STQ", - "id": 52738, - "name": "Studien- und Qualit\u00e4tsmanagement (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Studien- und Qualit\u00e4tsmanagement (SOT)" + "49101": { + "code": "TUCSSDK", + "name": "Studiendekan", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Studiendekan" }, - "TUS7VIO": { - "code": "TUS7VIO", - "id": 52433, - "name": "Prodekanin Informationsmanagement der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Informationsmanagement" + "49102": { + "code": "TUCSPRF", + "name": "Lehrst\u00fchle und Professuren", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren" }, - "TUS7VRI": { - "code": "TUS7VRI", - "id": 52430, - "name": "Prodekanin Forschung und Innovation der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Forschung und Innovation" + "49103": { + "code": "TUCSHSW", + "name": "HSWT - Professuren", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/HSWT - Professuren" }, - "TUS7VST": { - "code": "TUS7VST", - "id": 52431, - "name": "Prodekanin Studium und Lehre der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Studium und Lehre" + "49104": { + "code": "TUCSGRZ", + "name": "Graduiertenzentrum TUMCS", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Graduiertenzentrum TUMCS" }, - "TUS7VTD": { - "code": "TUS7VTD", - "id": 52432, - "name": "Prodekanin Talent Management und Diversity der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Talent Management und Diversity" + "49105": { + "code": "TUCSFSV", + "name": "Fachschaftsvertretung", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Fachschaftsvertretung" }, - "TUSPFMG": { - "code": "TUSPFMG", - "id": 16123, - "name": "Fakult\u00e4tsmanagement", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Fakult\u00e4tsverwaltung/Fakult\u00e4tsmanagement" + "49117": { + "code": "TUCSGSF", + "name": "Gesch\u00e4ftsf\u00fchrung", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Gesch\u00e4ftsf\u00fchrung" }, - "TUSPFSP": { - "code": "TUSPFSP", - "id": 14195, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften" + "49137": { + "code": "TUCSP06", + "name": "Lehrstuhl f\u00fcr Supply and Value Chain Management (Prof. H\u00fcbner)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Supply and Value Chain Management (Prof. H\u00fcbner)" }, - "TUSPFSV": { - "code": "TUSPFSV", - "id": 44496, - "name": "Fachschaftsvertretung MH-SG", - "path": "TUM/Schools/Medicine and Health/Fachschaftsvertretung/Fachschaftsvertretung MH-SG" + "49138": { + "code": "TUCSP05", + "name": "Professur f\u00fcr Economics (Prof. Goerg)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Economics (Prof. Goerg)" }, - "TUSPFVW": { - "code": "TUSPFVW", - "id": 16124, - "name": "Fakult\u00e4tsverwaltung Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Fakult\u00e4tsverwaltung" + "49157": { + "code": "TUCSP07", + "name": "Professur f\u00fcr Bioverfahrenstechnik (Prof. Zavrel)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Bioverfahrenstechnik (Prof. Zavrel)" }, - "TUSPL00": { - "code": "TUSPL00", - "id": 16141, - "name": "Lehrst\u00fchle und Professuren", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Lehrst\u00fchle und Professuren" + "49177": { + "code": "TUEICNE", + "name": "Professur f\u00fcr Computational Neuroengineering (Prof. Cheng komm.)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Lehrst\u00fchle und Professuren/Computational Neuroengineering (Prof. Cheng komm.)" }, - "TUSPL01": { - "code": "TUSPL01", - "id": 16133, - "name": "Professur f\u00fcr Biomechanik im Sport (Prof. Schwirtz)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Biomechanik im Sport (Prof. Schwirtz)" + "49218": { + "code": "TUCHOCL", + "name": "Professur f\u00fcr Neurobiological Engineering (Prof. Westmeyer)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Neurobiological Engineering (Prof. Westmeyer)" }, - "TUSPL02": { - "code": "TUSPL02", - "id": 16130, - "name": "Lehrstuhl f\u00fcr Pr\u00e4ventive P\u00e4diatrie (Prof. Oberhoffer-Fritz)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Pr\u00e4ventive P\u00e4diatrie (Prof. Oberhoffer-Fritz)" + "49277": { + "code": "TUEIZDI", + "name": "Zentrale Dienste", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Zentrale Dienste" }, - "TUSPL03": { - "code": "TUSPL03", - "id": 16136, - "name": "Professur f\u00fcr Neuromuskul\u00e4re Diagnostik (Prof. Franklin)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Neuromuskul\u00e4re Diagnostik (Prof. Franklin)" + "49279": { + "code": "TUEIITS", + "name": "IT-Service", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Zentrale Dienste/IT-Service" }, - "TUSPL04": { - "code": "TUSPL04", - "id": 16129, - "name": "Arbeitsbereich Medien und Kommunikation (Dr. Schaffrath)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Arbeitsbereich Medien und Kommunikation (Dr. Schaffrath)" + "49280": { + "code": "TUEILAB", + "name": "Zentrales Elektronik- und Informationstechnologielabor - ZEITlab", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Zentrale Laboratorien (CIT)/Zentrales Elektronik- und Informationstechnologielabor - ZEITlab" }, - "TUSPL05": { - "code": "TUSPL05", - "id": 16132, - "name": "Arbeitsbereich Sportpsychologie (Dr. Ehrlenspiel)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Arbeitsbereich Sportpsychologie (Dr. Ehrlenspiel)" + "49297": { + "code": "TUEDS28", + "name": "Professur f\u00fcr Didaktik der Chemie (Prof. Koenen)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Chemie (Prof. Koenen)" }, - "TUSPL06": { - "code": "TUSPL06", - "id": 16131, - "name": "Professur f\u00fcr Sport- und Gesundheitsp\u00e4dagogik (N.N.)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsp\u00e4dagogik (N.N.)" + "49317": { + "code": "TUMWCPS", + "name": "Lehrstuhl f\u00fcr Cyber-Physical Systems in Production Engineering (Prof. Caccamo)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Cyber-Physical Systems in Production Engineering (Prof. Caccamo)" }, - "TUSPL07": { - "code": "TUSPL07", - "id": 49877, - "name": "Professur f\u00fcr Bewegung, Ern\u00e4hrung und Gesundheit (Prof. K\u00f6hler)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Bewegung, Ern\u00e4hrung und Gesundheit (Prof. K\u00f6hler)" + "49337": { + "code": "TUPEILL", + "name": "Institut Laue-Langevin (ILL)", + "path": "TUM/Partnerschaftliche Einrichtungen/Institut Laue-Langevin (ILL)" }, - "TUSPL08": { - "code": "TUSPL08", - "id": 16135, - "name": "Professur f\u00fcr Gesundheits\u00f6konomie (Prof. Sundmacher)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Gesundheits\u00f6konomie (Prof. Sundmacher)" + "49338": { + "code": "TUCSP08", + "name": "Professur f\u00fcr Innovation and Technology Management (Prof. Doblinger)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Innovation and Technology Management (Prof. Doblinger)" }, - "TUSPL09": { - "code": "TUSPL09", - "id": 42297, - "name": "Lehrstuhl f\u00fcr Trainingswissenschaft und Sportinformatik (N.N.)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Trainingswissenschaft und Sportinformatik (N.N.)" + "49339": { + "code": "TUCSP09", + "name": "Professur f\u00fcr Mikrobielle Biotechnologie (Prof. Blombach)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Mikrobielle Biotechnologie (Prof. Blombach)" }, - "TUSPL10": { - "code": "TUSPL10", - "id": 51398, - "name": "Professur f\u00fcr Public Health und Pr\u00e4vention (Prof. Laxy)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Public Health und Pr\u00e4vention (Prof. Laxy)" + "49340": { + "code": "TUCSP10", + "name": "Professur f\u00fcr Circular Economy (Prof. Fr\u00f6hling)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Circular Economy (Prof. Fr\u00f6hling)" }, - "TUSPL11": { - "code": "TUSPL11", - "id": 44187, - "name": "Lehrstuhl f\u00fcr Bewegungswissenschaft (Prof. Hermsd\u00f6rfer)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Bewegungswissenschaft (Prof. Hermsd\u00f6rfer)" + "49341": { + "code": "TUCSP11", + "name": "Professur f\u00fcr Finance and Accounting (N.N.)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Finance and Accounting (N.N.)" + }, + "49378": { + "code": "TUWIH02", + "name": "Professur f\u00fcr Economics (Prof. Lergetporer) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics (Prof. Lergetporer) (TUM Campus Heilbronn)" }, - "TUSPL12": { - "code": "TUSPL12", - "id": 44245, - "name": "Professur f\u00fcr Konservative und Rehabilitative Orthop\u00e4die (Prof. Horstmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Konservative und Rehabilitative Orthop\u00e4die (Prof. Horstmann)" + "49379": { + "code": "TUWIH03", + "name": "Professur f\u00fcr Accounting (Prof. Stich) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Accounting (Prof. Stich) (TUM Campus Heilbronn)" }, - "TUSPL13": { - "code": "TUSPL13", - "id": 44927, - "name": "Professur f\u00fcr Sport- und Gesundheitsdidaktik (Prof. Mess)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsdidaktik (Prof. Mess)" + "49380": { + "code": "TUWIH04", + "name": "Professur f\u00fcr Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)" }, - "TUSPL14": { - "code": "TUSPL14", - "id": 45711, - "name": "Lehrstuhl f\u00fcr Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)" + "49381": { + "code": "TUWIH05", + "name": "Professur f\u00fcr Strategic Management (Prof. Li) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic Management (Prof. Li) (TUM Campus Heilbronn)" }, - "TUSPL15": { - "code": "TUSPL15", - "id": 45811, - "name": "Lehrstuhl f\u00fcr Diversit\u00e4tssoziologie (N.N.)", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Lehrst\u00fchle und Professuren/Diversit\u00e4tssoziologie (N.N.)" + "49382": { + "code": "TUWIH01", + "name": "Campus Heilbronn Gruppe - Center TUM Campus Heilbronn (MGT)", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Campus Heilbronn Gruppe" }, - "TUSPL16": { - "code": "TUSPL16", - "id": 51477, - "name": "Professur f\u00fcr Psychology & Digital Mental Health Care (Prof. Ebert)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Psychology & Digital Mental Health Care (Prof. Ebert)" + "49397": { + "code": "TUZEACS", + "name": "Accommodation Service", + "path": "TUM/Zentrale Verwaltung/Diversity & Equal Opportunities/Accommodation Service" }, - "TUSPL18": { - "code": "TUSPL18", - "id": 47637, - "name": "Professur f\u00fcr Sportbiologie (Prof. Wackerhage)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sportbiologie (Prof. Wackerhage)" + "49398": { + "code": "TUWIB39", + "name": "Professur f\u00fcr Business Analytics and Intelligent Systems (Prof. Schiffer)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Analytics and Intelligent Systems (Prof. Schiffer)" }, - "TUSPL19": { - "code": "TUSPL19", - "id": 47737, - "name": "Lehrstuhl f\u00fcr Epidemiologie (Prof. Klug)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Epidemiologie (Prof. Klug)" + "49417": { + "code": "TUEDS29", + "name": "Professur f\u00fcr Schul- und Unterrichtsforschung (Prof. Holzberger)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Schul- und Unterrichtsforschung (Prof. Holzberger)" }, - "TUSPL20": { - "code": "TUSPL20", - "id": 52617, - "name": "Professur f\u00fcr Health Literacy (Prof. Okan)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Health Literacy (Prof. Okan)" + "49437": { + "code": "TUEDS30", + "name": "Professur f\u00fcr Technikdidaktik f\u00fcr das berufliche Lehramt (Prof. Pittich)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Technikdidaktik f\u00fcr das berufliche Lehramt (Prof. Pittich)" }, - "TUSPL21": { - "code": "TUSPL21", - "id": 52618, - "name": "Professur f\u00fcr Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)" + "49457": { + "code": "TUPENPC", + "name": "Nuclear Physics European Collaboration Committee (NuPECC)", + "path": "TUM/Partnerschaftliche Einrichtungen/Nuclear Physics European Collaboration Committee (NuPECC)" }, - "TUSPL22": { - "code": "TUSPL22", - "id": 52937, - "name": "Professur f\u00fcr Chronobiology & Health (Prof. Spitschan)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Chronobiology & Health (Prof. Spitschan)" + "49477": { + "code": "TUZET17", + "name": "Core Facility Genomics", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Genomics" }, - "TUSPL23": { - "code": "TUSPL23", - "id": 53237, - "name": "Lehrstuhl f\u00fcr Soziale Determinanten der Gesundheit (Prof. Richter)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Soziale Determinanten der Gesundheit (Prof. Richter)" + "49478": { + "code": "TUZET18", + "name": "Core Facility Transgenic Mouse", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Transgenic Mouse" }, - "TUSPZ01": { - "code": "TUSPZ01", - "id": 16121, - "name": "Dekanat SG", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften/Fakult\u00e4tsverwaltung/Dekanat SG" + "49497": { + "code": "TUZEMZ1", + "name": "Datenschutzbevollm\u00e4chtigte/r ProLehre Medien und Didaktik", + "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik/Datenschutzbevollm\u00e4chtigte/r" }, - "TUSPZ05": { - "code": "TUSPZ05", - "id": 16128, - "name": "Betriebseinheit Angewandte Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Betriebseinheit Angewandte Sportwissenschaft" + "49517": { + "code": "TULRFLR", + "name": "Ehemalige Fakult\u00e4t f\u00fcr Luftfahrt, Raumfahrt und Geod\u00e4sie", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Luftfahrt, Raumfahrt und Geod\u00e4sie" }, - "TUVB000": { - "code": "TUVB000", - "id": 30290, - "name": "Beauftragte und Vertretungen", - "path": "TUM/Beauftragte und Vertretungen" + "49597": { + "code": "TUZECPA", + "name": "Center for Functional Protein Assemblies (CPA)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Center for Functional Protein Assemblies (CPA)" }, - "TUVBDSB": { - "code": "TUVBDSB", - "id": 30375, - "name": "Datenschutzbeauftragter", - "path": "TUM/Beauftragte und Vertretungen/Datenschutzbeauftragter" + "49598": { + "code": "TUZEEAI", + "name": "TUM Institute for Ethics in Artificial Intelligence", + "path": "TUM/Schools/Social Sciences and Technology/TUM Institute for Ethics in Artificial Intelligence" }, - "TUVBFBA": { - "code": "TUVBFBA", - "id": 30374, - "name": "Beauftragte f\u00fcr die Gleichstellung von Frauen in Wissenschaft und Kunst", - "path": "TUM/Beauftragte und Vertretungen/Beauftragte f\u00fcr die Gleichstellung von Frauen in Wissenschaft und Kunst" + "49617": { + "code": "TUZVSVB", + "name": "Rechtliche Grundsatzthemen (Referat 50)", + "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Rechtliche Grundsatzthemen (Referat 50)" }, - "TUVBGJV": { - "code": "TUVBGJV", - "id": 43641, - "name": "Gesamtjugend- und Auszubildendenvertretung", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtjugend- und Auszubildendenvertretung" + "49618": { + "code": "TUZVSEU", + "name": "Entsorgung und Umwelt", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt" }, - "TUVBGSB": { - "code": "TUVBGSB", - "id": 47417, - "name": "Geheimschutzbeauftragte/r", - "path": "TUM/Beauftragte und Vertretungen/Geheimschutzbeauftragte/r" + "49637": { + "code": "TUWZLPT", + "name": "Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"" }, - "TUVBGSV": { - "code": "TUVBGSV", - "id": 43621, - "name": "Gesamtschwerbehindertenvertretung", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtschwerbehindertenvertretung" + "49638": { + "code": "TUEIMLI", + "name": "Professur f\u00fcr Machine Learning (Prof. Heckel)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Machine Learning (Prof. Heckel)" }, - "TUVBJVG": { - "code": "TUVBJVG", - "id": 43644, - "name": "Jugend- und Auszubildendenvertretung Garching", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Jugend- und Auszubildendenvertretung Garching" + "49639": { + "code": "TUEIQEC", + "name": "Professur f\u00fcr Quantum Electronics and Computer Engineering (Prof. M\u00fcller)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Quantum Electronics and Computer Engineering (Prof. M\u00fcller)" }, - "TUVBJVM": { - "code": "TUVBJVM", - "id": 43642, - "name": "Jugend- und Auszubildendenvertretung M\u00fcnchen", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Jugend- und Auszubildendenvertretung M\u00fcnchen" + "49657": { + "code": "TUEILSE", + "name": "Lehrstuhl f\u00fcr Schaltungsentwurf (Prof. Brederlow)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Schaltungsentwurf (Prof. Brederlow)" }, - "TUVBJVW": { - "code": "TUVBJVW", - "id": 43643, - "name": "Jugend- und Auszubildendenvertretung Weihenstephan", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Jugend- und Auszubildendenvertretung Weihenstephan" + "49697": { + "code": "TUWIH06", + "name": "Professur f\u00fcr Financial Accounting (N.N.) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (N.N.) (TUM Campus Heilbronn)" }, - "TUVBKOR": { - "code": "TUVBKOR", - "id": 47437, - "name": "Beauftragte/r f\u00fcr Korruptionsvorsorge", - "path": "TUM/Beauftragte und Vertretungen/Beauftragte/r f\u00fcr Korruptionsvorsorge" + "49717": { + "code": "TUINF21", + "name": "Informatik 1 - Professur f\u00fcr Digital Health (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 1 - Professur f\u00fcr Digital Health (N.N.)" }, - "TUVBMPI": { - "code": "TUVBMPI", - "id": 45500, - "name": "Fachschaftsverbund Mathematik/Physik/Informatik/Chemie", - "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung/Fachschaften/Fachschaftsverbund Mathematik/Physik/Informatik/Chemie" + "49737": { + "code": "TUPRB03", + "name": "Beauftragter f\u00fcr Entrepreneurship", + "path": "TUM/Hochschulpr\u00e4sidium/Beauftragte des Pr\u00e4sidenten/Pers\u00f6nliche Beauftragte des Pr\u00e4sidenten/Beauftragter f\u00fcr Entrepreneurship" }, - "TUVBOMP": { - "code": "TUVBOMP", - "id": 48017, - "name": "Ombudspersonen", - "path": "TUM/Hochschulpr\u00e4sidium/TUM Compliance Office/Ombudspersonen" + "49757": { + "code": "TUZEICF", + "name": "Core Facility Gnotobiologie", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Core Facility Gnotobiologie" }, - "TUVBP00": { - "code": "TUVBP00", - "id": 30295, - "name": "Personalvertretungen", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen" + "49777": { + "code": "TUWZA2A", + "name": "Professur f\u00fcr Agrarmechatronik (Prof. Oksanen)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agrarmechatronik (Prof. Oksanen)" }, - "TUVBPDB": { - "code": "TUVBPDB", - "id": 45931, - "name": "Datenschutzbevollm\u00e4chtigter Gesamtpersonalrat", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtpersonalrat/Datenschutzbevollm\u00e4chtigter" + "49797": { + "code": "TUPHTFE", + "name": "Professur f\u00fcr Theory of Functional Energy Materials (Prof. Egger)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Functional Energy Materials (Prof. Egger)" }, - "TUVBPGB": { - "code": "TUVBPGB", - "id": 30304, - "name": "Gleichstellungsbeauftragte/r", - "path": "TUM/Beauftragte und Vertretungen/Gleichstellungsbeauftragte/r" + "49817": { + "code": "TUZET19", + "name": "Imaging and Biomarkers in Oncology (AG Kossatz)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Imaging and Biomarkers in Oncology (AG Kossatz)" }, - "TUVBPRA": { - "code": "TUVBPRA", - "id": 31435, - "name": "Gesamtpersonalrat", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Gesamtpersonalrat" + "49837": { + "code": "TUARL36", + "name": "Professur f\u00fcr Digital Fabrication (Prof. D\u00f6rfler)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Digital Fabrication (Prof. D\u00f6rfler)" }, - "TUVBPRG": { - "code": "TUVBPRG", - "id": 31437, - "name": "Personalrat Garching", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Personalrat Garching" + "49857": { + "code": "TUWIH07", + "name": "Lehrstuhl f\u00fcr Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)" }, - "TUVBPRM": { - "code": "TUVBPRM", - "id": 31436, - "name": "Personalrat M\u00fcnchen", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Personalrat M\u00fcnchen" + "49877": { + "code": "TUSPL07", + "name": "Professur f\u00fcr Bewegung, Ern\u00e4hrung und Gesundheit (Prof. K\u00f6hler)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Bewegung, Ern\u00e4hrung und Gesundheit (Prof. K\u00f6hler)" }, - "TUVBPRW": { - "code": "TUVBPRW", - "id": 31438, - "name": "Personalrat Weihenstephan", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Personalrat Weihenstephan" + "49878": { + "code": "TUPOL13", + "name": "Professur f\u00fcr Law, Science, and Technology (Prof. Djeffal)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Law, Science, and Technology (Prof. Djeffal)" }, - "TUVBPSB": { - "code": "TUVBPSB", - "id": 30305, - "name": "Inklusionsbeauftragte/r", - "path": "TUM/Beauftragte und Vertretungen/Inklusionsbeauftragte/r" + "49897": { + "code": "TUMEMO0", + "name": "Institut f\u00fcr Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Onkologie und Funktionelle Genomik (Prof. Rad)" }, - "TUVBPSY": { - "code": "TUVBPSY", - "id": 30306, - "name": "Psychosoziale Beratung", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Psychosoziale Beratung" + "49919": { + "code": "TUPHAUK", + "name": "Aussch\u00fcsse und Kommissionen", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen" }, - "TUVBSBB": { - "code": "TUVBSBB", - "id": 30369, - "name": "Beauftragter f\u00fcr Studierende mit Behinderung", - "path": "TUM/Beauftragte und Vertretungen/Beauftragter f\u00fcr Studierende mit Behinderung" + "49920": { + "code": "TUPHAEK", + "name": "Eignungskommissionen", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen" }, - "TUVBSBV": { - "code": "TUVBSBV", - "id": 30361, - "name": "Studentische Vertretung", - "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung" + "49931": { + "code": "TUEIAUK", + "name": "Aussch\u00fcsse und Kommissionen", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen" }, - "TUVBSFR": { - "code": "TUVBSFR", - "id": 30362, - "name": "Fachschaftenrat", - "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung/Fachschaftenrat" + "49932": { + "code": "TUEIEKO", + "name": "Eignungskommissionen", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen" }, - "TUVBSFS": { - "code": "TUVBSFS", - "id": 30363, - "name": "Fachschaften", - "path": "TUM/Beauftragte und Vertretungen/Studentische Vertretung/Fachschaften" + "49965": { + "code": "TUPHAET", + "name": "Eignungskommission Studiengang M.Sc. Physik (Kern-, Teilchen- und Astrophysik)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physik (Kern-, Teilchen- und Astrophysik)" }, - "TUVBSVG": { - "code": "TUVBSVG", - "id": 43640, - "name": "Schwerbehindertenvertretung Garching", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Schwerbehindertenvertretung Garching" + "49966": { + "code": "TUPHAEA", + "name": "Eignungskommission Studiengang M.Sc. Physics (Applied and Engineering Physics)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physics (Applied and Engineering Physics)" }, - "TUVBSVM": { - "code": "TUVBSVM", - "id": 43630, - "name": "Schwerbehindertenvertretung M\u00fcnchen", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Schwerbehindertenvertretung M\u00fcnchen" + "49967": { + "code": "TUPHAEB", + "name": "Eignungskommission Studiengang M.Sc. Physik (Biophysik)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physik (Biophysik)" }, - "TUVBSVW": { - "code": "TUVBSVW", - "id": 43639, - "name": "Schwerbehindertenvertretung Weihenstephan", - "path": "TUM/Beauftragte und Vertretungen/Personalvertretungen/Schwerbehindertenvertretung Weihenstephan" + "49968": { + "code": "TUPHAEC", + "name": "Eignungskommission Studiengang M.Sc. Physik (Physik der Kondensierten Materie)", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Physik (Physik der Kondensierten Materie)" }, - "TUVBW00": { - "code": "TUVBW00", - "id": 30370, - "name": "Vertretungen f\u00fcr die wissenschaftlichen Mitarbeiter", - "path": "TUM/Beauftragte und Vertretungen/Vertretungen f\u00fcr die wissenschaftlichen Mitarbeiter" + "49969": { + "code": "TUPHAEL", + "name": "Eignungskommission Studiengang M.Sc. Matter to Life", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Matter to Life" + }, + "50009": { + "code": "TUEIMEI", + "name": "Eignungskommission Studiengang M.Sc. Elektrotechnik und Informationstechnik", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Elektrotechnik und Informationstechnik" }, - "TUVBWKM": { - "code": "TUVBWKM", - "id": 30371, - "name": "Konvent der wissenschaftlichen Mitarbeiter", - "path": "TUM/Beauftragte und Vertretungen/Vertretungen f\u00fcr die wissenschaftlichen Mitarbeiter/Konvent der wissenschaftlichen Mitarbeiter" + "50010": { + "code": "TUEIMNE", + "name": "Eignungskommission Studiengang M.Sc. Elite-Masterstudiengang Neuroengineering", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Elite-Masterstudiengang Neuroengineering" }, - "TUWIB01": { - "code": "TUWIB01", - "id": 14811, - "name": "Dr. Theo Sch\u00f6ller-Stiftungslehrstuhl f\u00fcr Technologie- und Innovationsmanagement (Prof. Henkel)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Technologie- und Innovationsmanagement (Prof. Henkel)" + "50011": { + "code": "TUEIMPE", + "name": "Eignungskommission Studiengang M.Sc. Power Engineering", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Power Engineering" }, - "TUWIB04": { - "code": "TUWIB04", - "id": 14807, - "name": "Lehrstuhl f\u00fcr Controlling (Prof. Friedl)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Controlling (Prof. Friedl)" + "50012": { + "code": "TUEIMCO", + "name": "Eignungskommission Studiengang M.Sc. Communications Engineering", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Elektrotechnik und Informationstechnik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Communications Engineering" }, - "TUWIB05": { - "code": "TUWIB05", - "id": 14810, - "name": "Lehrstuhl f\u00fcr Marketing (Dr. Schnurr komm.)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Dr. Schnurr komm.)" + "50077": { + "code": "TUCSBIO", + "name": "Information Officer TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Information Officer" }, - "TUWIB06": { - "code": "TUWIB06", - "id": 14808, - "name": "Lehrstuhl f\u00fcr Finanzmanagement und Kapitalm\u00e4rkte (Prof. Kaserer)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Finanzmanagement und Kapitalm\u00e4rkte (Prof. Kaserer)" + "50078": { + "code": "TUCSDSB", + "name": "Datenschutzbevollm\u00e4chtigte/r TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" }, - "TUWIB08": { - "code": "TUWIB08", - "id": 14816, - "name": "Lehrstuhl f\u00fcr Marketing und Konsumforschung (Prof. Roosen)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing und Konsumforschung (Prof. Roosen)" + "50079": { + "code": "TUCSFBA", + "name": "Frauenbeauftragte TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Frauenbeauftragte" }, - "TUWIB09": { - "code": "TUWIB09", - "id": 14812, - "name": "Lehrstuhl f\u00fcr Operations Management (Prof. Kolisch)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kolisch)" + "50080": { + "code": "TUCSSBV", + "name": "Vertrauensperson der Schwerbehinderten TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Beauftragte/Vertrauensperson der Schwerbehinderten" }, - "TUWIB10": { - "code": "TUWIB10", - "id": 14813, - "name": "Lehrstuhl f\u00fcr Betriebswirtschaftslehre - Unternehmensf\u00fchrung, Logistik und Produktion (N.N.)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Betriebswirtschaftslehre - Unternehmensf\u00fchrung, Logistik und Produktion (N.N.)" + "50097": { + "code": "TUBVIMO", + "name": "Professur f\u00fcr Immobilienentwicklung (Prof. Zhu)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Immobilienentwicklung (Prof. Zhu)" }, - "TUWIB11": { - "code": "TUWIB11", - "id": 14814, - "name": "Lehrstuhl f\u00fcr Forstliche Wirtschaftslehre (N.N.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Forstliche Wirtschaftslehre (N.N.)" + "50137": { + "code": "TUWIH08", + "name": "Professur f\u00fcr Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)" }, - "TUWIB14": { - "code": "TUWIB14", - "id": 14817, - "name": "Professur f\u00fcr Unternehmerische Nachhaltigkeit - Brau- und Lebensmittelindustrie (Prof. Belz)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Unternehmerische Nachhaltigkeit - Brau- und Lebensmittelindustrie (Prof. Belz)" + "50157": { + "code": "TUMWMAT", + "name": "Lehrstuhl f\u00fcr Werkstofftechnik der Additiven Fertigung (Prof. Mayr)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Werkstofftechnik der Additiven Fertigung (Prof. Mayr)" }, - "TUWIB17": { - "code": "TUWIB17", - "id": 38136, - "name": "Lehrstuhl f\u00fcr Strategie und Organisation (Prof. Welpe)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategie und Organisation (Prof. Welpe)" + "50158": { + "code": "TUMWMFM", + "name": "Professur f\u00fcr Multiscale Modeling of Fluid Materials (Prof. Zavadlav)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Multiscale Modeling of Fluid Materials (Prof. Zavadlav)" }, - "TUWIB18": { - "code": "TUWIB18", - "id": 43449, - "name": "Lehrstuhl f\u00fcr Entrepreneurship (Prof. Patzelt)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship (Prof. Patzelt)" + "50159": { + "code": "TUPOL14", + "name": "Lehrstuhl f\u00fcr Recht und Sicherheit der Digitalisierung (Prof. Heckmann, Joint Appointment der TUM School of Social Sciences and Technology und TUM School of Computation, Information and Technology)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Recht und Sicherheit der Digitalisierung (Prof. Heckmann, Joint Appointment der TUM School of Social Sciences and Technology und TUM School of Computation, Information and Technology)" }, - "TUWIB19": { - "code": "TUWIB19", - "id": 44106, - "name": "Lehrstuhl f\u00fcr Produktion und Supply Chain Management (Prof. Grunow)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Produktion und Supply Chain Management (Prof. Grunow)" + "50177": { + "code": "TUPHAEM", + "name": "Eignungskommission Studiengang M.Sc. Biomedical Engineering and Medical Physics", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Biomedical Engineering and Medical Physics" }, - "TUWIB21": { - "code": "TUWIB21", - "id": 44544, - "name": "Lehrstuhl f\u00fcr Forschungs- und Wissenschaftsmanagement (Prof. Peus)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Forschungs- und Wissenschaftsmanagement (Prof. Peus)" + "50197": { + "code": "TUMATOP", + "name": "Professur f\u00fcr Topologie (Prof. Scheimbauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Topologie (Prof. Scheimbauer)" }, - "TUWIB22": { - "code": "TUWIB22", - "id": 44704, - "name": "Lehrstuhl f\u00fcr Logistik und Supply Chain Management (Prof. Minner)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Logistik und Supply Chain Management (Prof. Minner)" + "50217": { + "code": "TUWIB40", + "name": "Professur f\u00fcr Resource Economics (Prof. Ikonnikova)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Resource Economics (Prof. Ikonnikova)" }, - "TUWIB23": { - "code": "TUWIB23", - "id": 44724, - "name": "Lehrstuhl f\u00fcr Unternehmensf\u00fchrung (Prof. Mohnen)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Unternehmensf\u00fchrung (Prof. Mohnen)" + "50218": { + "code": "TUWIH09", + "name": "Professur f\u00fcr Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)" }, - "TUWIB25": { - "code": "TUWIB25", - "id": 45150, - "name": "Professur f\u00fcr Entrepreneurial Behavior (Prof. Breugst)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Behavior (Prof. Breugst)" + "50237": { + "code": "TUCHACE", + "name": "Lehrstuhl f\u00fcr Medicinal and Bioinorganic Chemistry (Prof. Casini)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Medicinal and Bioinorganic Chemistry (Prof. Casini)" }, - "TUWIB26": { - "code": "TUWIB26", - "id": 45170, - "name": "Professur f\u00fcr Innovation and Organization Design (Prof. Alexy)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Organization Design (Prof. Alexy)" + "50238": { + "code": "TUINF22", + "name": "Informatik 5 - Professur f\u00fcr Quantum Computing (Prof. Mendl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 5 - Professur f\u00fcr Quantum Computing (Prof. Mendl)" }, - "TUWIB27": { - "code": "TUWIB27", - "id": 45190, - "name": "Professur f\u00fcr International Entrepreneurship (Prof. Milanov)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/International Entrepreneurship (Prof. Milanov)" + "50239": { + "code": "TUINF23", + "name": "Informatik 7 - Professur f\u00fcr Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 7 - Professur f\u00fcr Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)" }, - "TUWIB30": { - "code": "TUWIB30", - "id": 46476, - "name": "Lehrstuhl f\u00fcr Financial Accounting (Prof. Ernstberger)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (Prof. Ernstberger)" + "50240": { + "code": "TUWZA2B", + "name": "Professur f\u00fcr Metabolic Programming (Prof. Uhlenhaut)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Metabolic Programming (Prof. Uhlenhaut)" }, - "TUWIB32": { - "code": "TUWIB32", - "id": 47117, - "name": "Professur f\u00fcr Innovationsforschung (Prof. Pfotenhauer)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Innovationsforschung (Prof. Pfotenhauer)" + "50241": { + "code": "TUWZG3B", + "name": "Lehrstuhl f\u00fcr \u00d6kosystemdynamik und Waldmanagement in Gebirgslandschaften (Prof. Seidl)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/\u00d6kosystemdynamik und Waldmanagement in Gebirgslandschaften (Prof. Seidl)" }, - "TUWIB33": { - "code": "TUWIB33", - "id": 47157, - "name": "Lehrstuhl f\u00fcr Entrepreneurial Finance (Prof. Braun)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Braun)" + "50242": { + "code": "TUWZN5B", + "name": "Lehrstuhl f\u00fcr Nutritional Systems Biology (Prof. Somoza)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nutritional Systems Biology (Prof. Somoza)" }, - "TUWIB34": { - "code": "TUWIB34", - "id": 47238, - "name": "Lehrstuhl f\u00fcr Operations Research (Prof. Schulz)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Research (Prof. Schulz)" + "50257": { + "code": "TUEDS31", + "name": "Professur f\u00fcr Wirtschaftsp\u00e4dagogik (Prof. F\u00f6rster)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Wirtschaftsp\u00e4dagogik (Prof. F\u00f6rster)" }, - "TUWIB35": { - "code": "TUWIB35", - "id": 47239, - "name": "Lehrstuhl f\u00fcr Strategic and International Management (Prof. Hutzschenreuter)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic and International Management (Prof. Hutzschenreuter)" + "50277": { + "code": "TUPHTQM", + "name": "Professur f\u00fcr Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)" }, - "TUWIB36": { - "code": "TUWIB36", - "id": 47317, - "name": "Professur f\u00fcr Energiem\u00e4rkte (Prof. Schwenen)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Energiem\u00e4rkte (Prof. Schwenen)" + "50278": { + "code": "TUBVGTT", + "name": "Professur f\u00fcr Geothermal Technologies (Prof. Drews)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Geothermal Technologies (Prof. Drews)" }, - "TUWIB37": { - "code": "TUWIB37", - "id": 47537, - "name": "Professur f\u00fcr Managerial Economics (N.N.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Managerial Economics (N.N.)" + "50301": { + "code": "TUPHTBN", + "name": "Professur f\u00fcr Theorie biologischer Netzwerke (Prof. Alim)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theorie biologischer Netzwerke (Prof. Alim)" }, - "TUWIB38": { - "code": "TUWIB38", - "id": 47917, - "name": "Professur f\u00fcr Marketing (Prof. Ungemach)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Prof. Ungemach)" + "50317": { + "code": "TUMEZN3", + "name": "Professur f\u00fcr Neurons and Metabolism (MPI) (Prof. Harbauer)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Neurons and Metabolism (MPI) (Prof. Harbauer)" }, - "TUWIB39": { - "code": "TUWIB39", - "id": 49398, - "name": "Professur f\u00fcr Business Analytics and Intelligent Systems (Prof. Schiffer)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Analytics and Intelligent Systems (Prof. Schiffer)" + "50337": { + "code": "TUPRSEE", + "name": "Strategie und Exzellenzentwicklung", + "path": "TUM/Hochschulpr\u00e4sidium/Strategie und Exzellenzentwicklung" }, - "TUWIB40": { - "code": "TUWIB40", - "id": 50217, - "name": "Professur f\u00fcr Resource Economics (Prof. Ikonnikova)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Resource Economics (Prof. Ikonnikova)" + "50357": { + "code": "TUCHECO", + "name": "Exzellenzcluster e-conversion", + "path": "TUM/Forschungscluster/Exzellenzcluster e-conversion" }, - "TUWIB41": { - "code": "TUWIB41", - "id": 50857, - "name": "Professur f\u00fcr Digital Finance (N.N.)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Digital Finance (N.N.)" + "50377": { + "code": "TUWZP2I", + "name": "Professur f\u00fcr Plant-Insect Interaction (Prof. Leonhardt)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Plant-Insect Interaction (Prof. Leonhardt)" }, - "TUWIB42": { - "code": "TUWIB42", - "id": 50977, - "name": "Professur f\u00fcr Entrepreneurial Management (Prof. Zhao)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Management (Prof. Zhao)" + "50437": { + "code": "TUPHAEQ", + "name": "Eignungskommission Studiengang M.Sc. Quantum Science & Technology", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Physik/Aussch\u00fcsse und Kommissionen/Eignungskommissionen/M.Sc. Quantum Science & Technology" }, - "TUWIB43": { - "code": "TUWIB43", - "id": 51677, - "name": "Professur f\u00fcr Recht der Digitalg\u00fcter, Wirtschafts- und Wettbewerbsrecht (Prof. Mackenrodt)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Recht der Digitalg\u00fcter, Wirtschafts- und Wettbewerbsrecht (Prof. Mackenrodt)" + "50457": { + "code": "TUMWLBA", + "name": "Professur f\u00fcr Laser-based Additive Manufacturing (Prof. Wudy)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Laser-based Additive Manufacturing (Prof. Wudy)" }, - "TUWIB44": { - "code": "TUWIB44", - "id": 51337, - "name": "Professur f\u00fcr Entrepreneurship and Communities (Prof. Vedula)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship and Communities (Prof. Vedula)" + "50477": { + "code": "TUWIH10", + "name": "Professur f\u00fcr Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)" }, - "TUWIB46": { - "code": "TUWIB46", - "id": 52321, - "name": "Professur f\u00fcr Applied Econometrics (Prof. Farbmacher)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Applied Econometrics (Prof. Farbmacher)" + "50478": { + "code": "TUINF24", + "name": "Informatik 3 - Professur f\u00fcr Database Systems (Prof. Giceva)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 3 - Professur f\u00fcr Database Systems (Prof. Giceva)" }, - "TUWIC03": { - "code": "TUWIC03", - "id": 42888, - "name": "Executive & Professional Education Academy", - "path": "TUM/TUM Institute for Life Long Learning/Executive & Professional Education Academy" + "50498": { + "code": "TUMENW3", + "name": "Professur f\u00fcr Brain Circuit Function and Dysfunction (Prof. Portugues Peters)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neurowissenschaften (Prof. Konnerth)/Brain Circuit Function and Dysfunction (Prof. Portugues Peters)" }, - "TUWIFSV": { - "code": "TUWIFSV", - "id": 44504, - "name": "Fachschaftsvertretung", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Wirtschaftswissenschaften/Fachschaftsvertretung" + "50499": { + "code": "TULRFSV", + "name": "Luftfahrt, Raumfahrt und Geod\u00e4sie", + "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/Luftfahrt, Raumfahrt und Geod\u00e4sie" }, - "TUWIFWI": { - "code": "TUWIFWI", - "id": 14181, - "name": "Ehemalige Fakult\u00e4t f\u00fcr Wirtschaftswissenschaften", - "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Wirtschaftswissenschaften" + "50517": { + "code": "TUWIH11", + "name": "Professur f\u00fcr Corporate Law (Prof. Jung) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Corporate Law (Prof. Jung) (TUM Campus Heilbronn)" }, - "TUWIH01": { - "code": "TUWIH01", - "id": 49382, - "name": "Campus Heilbronn Gruppe - Center TUM Campus Heilbronn (MGT)", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Campus Heilbronn Gruppe" + "50537": { + "code": "TUPRSSU", + "name": "TUM Sustainability Office", + "path": "TUM/Hochschulpr\u00e4sidium/TUM Sustainability Office" }, - "TUWIH02": { - "code": "TUWIH02", - "id": 49378, - "name": "Professur f\u00fcr Economics (Prof. Lergetporer) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics (Prof. Lergetporer) (TUM Campus Heilbronn)" + "50597": { + "code": "TUZELLL", + "name": "TUM Institute for Life Long Learning", + "path": "TUM/TUM Institute for Life Long Learning" }, - "TUWIH03": { - "code": "TUWIH03", - "id": 49379, - "name": "Professur f\u00fcr Accounting (Prof. Stich) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Accounting (Prof. Stich) (TUM Campus Heilbronn)" + "50618": { + "code": "TUPRVP9", + "name": "Vizepr\u00e4sident Entrepreneurship", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Entrepreneurship" }, - "TUWIH04": { - "code": "TUWIH04", - "id": 49380, - "name": "Professur f\u00fcr Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)" + "50637": { + "code": "TUPOL15", + "name": "Professur f\u00fcr Global Health (Prof. Steinert)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Health (Prof. Steinert)" }, - "TUWIH05": { - "code": "TUWIH05", - "id": 49381, - "name": "Professur f\u00fcr Strategic Management (Prof. Li) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic Management (Prof. Li) (TUM Campus Heilbronn)" + "50657": { + "code": "TULRBGD", + "name": "Professur f\u00fcr Big Geospatial Data Management (Prof. Werner)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Big Geospatial Data Management (Prof. Werner)" + }, + "50697": { + "code": "TUCHACF", + "name": "Lehrstuhl f\u00fcr Chemie der Festk\u00f6rperelektrolyte (Prof. Rupp)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Chemie der Festk\u00f6rperelektrolyte (Prof. Rupp)" }, - "TUWIH06": { - "code": "TUWIH06", - "id": 49697, - "name": "Professur f\u00fcr Financial Accounting (N.N.) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (N.N.) (TUM Campus Heilbronn)" + "50717": { + "code": "TUWZC2P", + "name": "Professur f\u00fcr Crop Physiology (Prof. Bienert)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Crop Physiology (Prof. Bienert)" }, - "TUWIH07": { - "code": "TUWIH07", - "id": 49857, - "name": "Lehrstuhl f\u00fcr Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)" + "50737": { + "code": "TUWZW2A", + "name": "Professur f\u00fcr Wald- und Agroforstsysteme (Prof. Annigh\u00f6fer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Wald- und Agroforstsysteme (Prof. Annigh\u00f6fer)" }, - "TUWIH08": { - "code": "TUWIH08", - "id": 50137, - "name": "Professur f\u00fcr Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)" + "50738": { + "code": "TUCHACG", + "name": "Lehrstuhl f\u00fcr Bauchemie (Prof. G\u00e4dt)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bauchemie (Prof. G\u00e4dt)" }, - "TUWIH09": { - "code": "TUWIH09", - "id": 50218, - "name": "Professur f\u00fcr Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)" + "50777": { + "code": "TUPRV10", + "name": "Vizepr\u00e4sidentin Compliance", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Compliance" }, - "TUWIH10": { - "code": "TUWIH10", - "id": 50477, - "name": "Professur f\u00fcr Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)" + "50817": { + "code": "TUWZI2M", + "name": "Professur f\u00fcr Intestinal Microbiome (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Intestinal Microbiome (N.N.)" }, - "TUWIH11": { - "code": "TUWIH11", - "id": 50517, - "name": "Professur f\u00fcr Corporate Law (Prof. Jung) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Corporate Law (Prof. Jung) (TUM Campus Heilbronn)" + "50818": { + "code": "TUPRSCO", + "name": "TUM Compliance Office", + "path": "TUM/Hochschulpr\u00e4sidium/TUM Compliance Office" + }, + "50857": { + "code": "TUWIB41", + "name": "Professur f\u00fcr Digital Finance (N.N.)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Digital Finance (N.N.)" }, - "TUWIH12": { + "50877": { "code": "TUWIH12", - "id": 50877, "name": "Professur f\u00fcr Entrepreneurship and Family Enterprises (Prof. Bird) (TUM Campus Heilbronn)", "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship and Family Enterprises (Prof. Bird) (TUM Campus Heilbronn)" }, - "TUWIH13": { + "50878": { "code": "TUWIH13", - "id": 50878, "name": "Professur f\u00fcr Business Analytics (Prof. Xie) (TUM Campus Heilbronn)", "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Analytics (Prof. Xie) (TUM Campus Heilbronn)" }, - "TUWIR01": { - "code": "TUWIR01", - "id": 14823, - "name": "Lehrstuhl f\u00fcr Wirtschaftsrecht und Geistiges Eigentum (Prof. Ann)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Wirtschaftsrecht und Geistiges Eigentum (Prof. Ann)" - }, - "TUWIR03": { - "code": "TUWIR03", - "id": 46295, - "name": "Professur f\u00fcr Corporate Governance and Capital Markets Law (Prof. Maume)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Corporate Governance and Capital Markets Law (Prof. Maume)" - }, - "TUWIS04": { - "code": "TUWIS04", - "id": 14830, - "name": "Lehrstuhl f\u00fcr Psychologie (Prof. Kehr)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Psychologie (Prof. Kehr)" - }, - "TUWIS06": { - "code": "TUWIS06", - "id": 14825, - "name": "Lehrstuhl f\u00fcr Wald- und Umweltpolitik (Prof. Roosen komm.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Wald- und Umweltpolitik (Prof. Roosen komm.)" - }, - "TUWIV04": { - "code": "TUWIV04", - "id": 46196, - "name": "Lehrstuhl f\u00fcr Economics of Aging (N.N.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Aging (N.N.)" - }, - "TUWIV05": { - "code": "TUWIV05", - "id": 47679, - "name": "Professur f\u00fcr Economics of Innovation (Prof. Hottenrott)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Innovation (Prof. Hottenrott)" - }, - "TUWZA1A": { - "code": "TUWZA1A", - "id": 24777, - "name": "Professur f\u00fcr Protein Modelling (Prof. Frischmann komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Protein Modelling (Prof. Frischmann komm.)" + "50897": { + "code": "TULRSFM", + "name": "Professur f\u00fcr Sustainable Future Mobility (Prof. Jocher)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Sustainable Future Mobility (Prof. Jocher)" }, - "TUWZA1C": { - "code": "TUWZA1C", - "id": 25281, - "name": "Lehrstuhl f\u00fcr Aquatische Systembiologie - Standort Weihenstephan (Prof. Geist)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatische Systembiologie - Standort Weihenstephan (Prof. Geist)" + "50898": { + "code": "TUWZP1A", + "name": "Professur f\u00fcr Precision Agriculture (Prof. Yu)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Precision Agriculture (Prof. Yu)" }, - "TUWZA1D": { - "code": "TUWZA1D", - "id": 26685, - "name": "Gew\u00e4chshauslaborzentrum D\u00fcrnast", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit/Gew\u00e4chshauslaborzentrum D\u00fcrnast" + "50917": { + "code": "TUCSP12", + "name": "Lehrstuhl f\u00fcr Biogene Funktionswerkstoffe (Prof. Costa)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Biogene Funktionswerkstoffe (Prof. Costa)" }, - "TUWZA1E": { - "code": "TUWZA1E", - "id": 15622, - "name": "Professur f\u00fcr Geomorphologie und Bodenkunde (Prof. V\u00f6lkel)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Geomorphologie und Bodenkunde (Prof. V\u00f6lkel)" + "50919": { + "code": "TUCHTH7", + "name": "Professur f\u00fcr Theoretical Methods in Spectroscopy (Prof. Ortmann)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Methods in Spectroscopy (Prof. Ortmann)" }, - "TUWZA1S": { - "code": "TUWZA1S", - "id": 28978, - "name": "Praktikantenamt Weihenstephan (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Praktikantenamt Weihenstephan (LS)" + "50937": { + "code": "TUPOL16", + "name": "Professur f\u00fcr International Political Economy (Seb\u00f6 komm.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Political Economy (Seb\u00f6 komm.)" }, - "TUWZA2A": { - "code": "TUWZA2A", - "id": 49777, - "name": "Professur f\u00fcr Agrarmechatronik (Prof. Oksanen)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agrarmechatronik (Prof. Oksanen)" + "50958": { + "code": "TUMEDH6", + "name": "Klinik f\u00fcr Chirurgie angeborener Herzfehler und Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Chirurgie angeborener Herzfehler und Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)" }, - "TUWZA2B": { - "code": "TUWZA2B", - "id": 50240, - "name": "Professur f\u00fcr Metabolic Programming (Prof. Uhlenhaut)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Metabolic Programming (Prof. Uhlenhaut)" + "50977": { + "code": "TUWIB42", + "name": "Professur f\u00fcr Entrepreneurial Management (Prof. Zhao)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Management (Prof. Zhao)" }, - "TUWZA2E": { - "code": "TUWZA2E", - "id": 25178, - "name": "Lehrstuhl f\u00fcr Systembiologie der Pflanzen (Prof. Schwechheimer)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Systembiologie der Pflanzen (Prof. Schwechheimer)" + "50997": { + "code": "TULRAAS", + "name": "Professur f\u00fcr Autonomous Aerial Systems (Prof. Ryll)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Autonomous Aerial Systems (Prof. Ryll)" }, - "TUWZA2G": { - "code": "TUWZA2G", - "id": 15681, - "name": "Forschungszentrum Weihenstephan f\u00fcr Brau- und Lebensmittelqualit\u00e4t", - "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum Weihenstephan f\u00fcr Brau- und Lebensmittelqualit\u00e4t" + "51037": { + "code": "TUBVMCM", + "name": "Professur f\u00fcr Mineral Construction Materials (Prof. Machner)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Mineral Construction Materials (Prof. Machner)" }, - "TUWZA2H": { - "code": "TUWZA2H", - "id": 15682, - "name": "Forschungsbrauerei (BE)", - "path": "TUM/Schools/Life Sciences/Forschungsbrauerei (BE)" + "51057": { + "code": "TUPOL17", + "name": "Professur f\u00fcr Politics of Finance (N.N.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Politics of Finance (N.N.)" }, - "TUWZA2J": { - "code": "TUWZA2J", - "id": 15687, - "name": "Versuchsstation f\u00fcr landwirtschaftliche Betriebslehre (Staatsg\u00fcter D\u00fcrnast und Viehhausen)", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Versuchsstation f\u00fcr landwirtschaftliche Betriebslehre (Staatsg\u00fcter D\u00fcrnast und Viehhausen)" + "51077": { + "code": "TUCSP13", + "name": "Professur f\u00fcr Elektrobiotechnologie (Prof. Plumer\u00e9)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Elektrobiotechnologie (Prof. Plumer\u00e9)" }, - "TUWZA2M": { - "code": "TUWZA2M", - "id": 15689, - "name": "Versuchsstation f\u00fcr Pflanzenproduktion (Staatsgut Roggenstein)", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Versuchsstation f\u00fcr Pflanzenproduktion (Staatsgut Roggenstein)" + "51097": { + "code": "TUEIMML", + "name": "Professur f\u00fcr Control and Manipulation of Microscale Living Objects (Prof. Destgeer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Control and Manipulation of Microscale Living Objects (Prof. Destgeer)" }, - "TUWZA2U": { - "code": "TUWZA2U", - "id": 15632, - "name": "Lehrstuhl f\u00fcr Pflanzenern\u00e4hrung (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Pflanzenern\u00e4hrung (N.N.)" + "51137": { + "code": "TUINF31", + "name": "Informatik 15 - Professur f\u00fcr Machine Learning of 3D Scene Geometry (Prof. Dai)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 15 - Professur f\u00fcr Machine Learning of 3D Scene Geometry (Prof. Dai)" }, - "TUWZA6W": { - "code": "TUWZA6W", - "id": 15630, - "name": "Lehrstuhl f\u00fcr \u00d6kologischen Landbau und Pflanzenbausysteme (Prof. H\u00fclsbergen)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/\u00d6kologischen Landbau und Pflanzenbausysteme (Prof. H\u00fclsbergen)" + "51157": { + "code": "TUINI31", + "name": "Informatik 31 - Lehrstuhl f\u00fcr Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 31 - Lehrstuhl f\u00fcr Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)" }, - "TUWZA7Y": { - "code": "TUWZA7Y", - "id": 29111, - "name": "Life Sciences IT (LSIT) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Life Sciences IT (LSIT)" + "51177": { + "code": "TUMEIS2", + "name": "Lehrstuhl f\u00fcr Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)/Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment der TUM School of Medicine and Health und TUM School of Computation, Information and Technology)" }, - "TUWZA8Q": { - "code": "TUWZA8Q", - "id": 15674, - "name": "Lehrstuhl f\u00fcr Tierern\u00e4hrung (Prof. Windisch)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierern\u00e4hrung (Prof. Windisch)" + "51197": { + "code": "TUWZU9P", + "name": "Professur f\u00fcr Urbane Produktive \u00d6kosysteme (Prof. Egerer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Urbane Produktive \u00d6kosysteme (Prof. Egerer)" }, - "TUWZB1T": { - "code": "TUWZB1T", - "id": 46717, - "name": "Professur f\u00fcr Biothermodynamik (Prof. Minceva)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Biothermodynamik (Prof. Minceva)" + "51217": { + "code": "TUPOL18", + "name": "Professur f\u00fcr Global Security and Technology (Prof. Paula)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Security and Technology (Prof. Paula)" }, - "TUWZB3P": { - "code": "TUWZB3P", - "id": 45310, - "name": "Professur f\u00fcr Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)" + "51220": { + "code": "TUCHPC7", + "name": "Professur f\u00fcr Functional Nanomaterials (Prof. Lechner)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Functional Nanomaterials (Prof. Lechner)" }, - "TUWZB4R": { - "code": "TUWZB4R", - "id": 47597, - "name": "Professur f\u00fcr Biotechnologie der Reproduktion (Prof. Schusser)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie der Reproduktion (Prof. Schusser)" + "51257": { + "code": "TULREAV", + "name": "Professur f\u00fcr eAviation (Prof. Daoud komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/eAviation (Prof. Daoud komm.)" }, - "TUWZB5T": { - "code": "TUWZB5T", - "id": 44149, - "name": "Lehrstuhl f\u00fcr \u00d6konomik des Gartenbaus und Landschaftsbaus (Prof. Bitsch)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/\u00d6konomik des Gartenbaus und Landschaftsbaus (Prof. Bitsch)" + "51258": { + "code": "TUS4000", + "name": "TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences" }, - "TUWZB6A": { - "code": "TUWZB6A", - "id": 44624, - "name": "Professur f\u00fcr Biotechnologie gartenbaulicher Kulturen (Prof. Poppenberger)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie gartenbaulicher Kulturen (Prof. Poppenberger)" + "51259": { + "code": "TUS4DEA", + "name": "Dekanin der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Dekan/in" }, - "TUWZB7A": { - "code": "TUWZB7A", - "id": 47077, - "name": "Professur f\u00fcr Land Surface - Atmosphere Interactions (Prof. Rammig)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Land Surface - Atmosphere Interactions (Prof. Rammig)" + "51260": { + "code": "TUS4VRI", + "name": "Prodekan Forschung und Innovation der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Prodekane/Forschung und Innovation" }, - "TUWZB9M": { - "code": "TUWZB9M", - "id": 47118, - "name": "Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)", - "path": "TUM/Schools/Life Sciences/Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)" + "51261": { + "code": "TUS4VST", + "name": "Prodekan Studium und Lehre der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Prodekane/Studium und Lehre" }, - "TUWZC1N": { - "code": "TUWZC1N", - "id": 47997, - "name": "Professur f\u00fcr Computational Neuroscience (Prof. Gjorgjieva)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Neuroscience (Prof. Gjorgjieva)" + "51262": { + "code": "TUS4VTD", + "name": "Prodekan Talent Management und Diversity der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Prodekane/Talent Management und Diversity" }, - "TUWZC2P": { - "code": "TUWZC2P", - "id": 50717, - "name": "Professur f\u00fcr Crop Physiology (Prof. Bienert)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Crop Physiology (Prof. Bienert)" + "51263": { + "code": "TUS4VIO", + "name": "Prodekan Informationsmanagement der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Prodekane/Informationsmanagement" }, - "TUWZC5B": { - "code": "TUWZC5B", - "id": 46195, - "name": "Professur f\u00fcr Governance im internationalen Agribusiness (Prof. Menapace)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Governance im internationalen Agribusiness (Prof. Menapace)" + "51264": { + "code": "TUS4DP1", + "name": "Department Molecular Life Sciences", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences" }, - "TUWZD1A": { - "code": "TUWZD1A", - "id": 51338, - "name": "Lehrstuhl f\u00fcr Digital Agriculture (Prof. Asseng)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Digital Agriculture (Prof. Asseng)" + "51265": { + "code": "TUS4DP2", + "name": "Department Life Science Engineering", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering" }, - "TUWZE1B": { - "code": "TUWZE1B", - "id": 48698, - "name": "Lehrstuhl f\u00fcr Experimentelle Bioinformatik (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimentelle Bioinformatik (N.N.)" + "51266": { + "code": "TUS4DP3", + "name": "Department Life Science Systems", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems" }, - "TUWZFAG": { - "code": "TUWZFAG", - "id": 44498, - "name": "Agrar- und Gartenbauwissenschaften", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Agrar- und Gartenbauwissenschaften" + "51267": { + "code": "TUS2000", + "name": "TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design" }, - "TUWZFBI": { - "code": "TUWZFBI", - "id": 44500, - "name": "Biowissenschaften", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Biowissenschaften" + "51279": { + "code": "TUZETCF", + "name": "Technology Core Facilities", + "path": "TUM/Technology Core Facilities" }, - "TUWZFBR": { - "code": "TUWZFBR", - "id": 44499, - "name": "Brau- und Lebensmitteltechnologie", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Brau- und Lebensmitteltechnologie" + "51280": { + "code": "TUZEEMF", + "name": "TUM Electron Microscopy Facility (EMF)", + "path": "TUM/Technology Core Facilities/TUM Electron Microscopy Facility (EMF)" }, - "TUWZFEW": { - "code": "TUWZFEW", - "id": 44501, - "name": "Ern\u00e4hrungswissenschaft", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Ern\u00e4hrungswissenschaft" + "51281": { + "code": "TUZEMTC", + "name": "TUM M\u00f6\u00dfbauer Technology Center (MTC)", + "path": "TUM/Technology Core Facilities/TUM M\u00f6\u00dfbauer Technology Center (MTC)" }, - "TUWZFFO": { - "code": "TUWZFFO", - "id": 44503, - "name": "Forstwissenschaft und Ressourcenmanagement", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Forstwissenschaft und Ressourcenmanagement" + "51297": { + "code": "TUS4STC", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung" }, - "TUWZFLA": { - "code": "TUWZFLA", - "id": 44502, - "name": "Landschaftsarchitektur und Landschaftsplanung", - "path": "TUM/Schools/Life Sciences/Fachschaftsvertretung/Landschaftsarchitektur und Landschaftsplanung" + "51298": { + "code": "TUS4RGE", + "name": "Frauenbeauftragte/r der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Beauftragte/Frauenbeauftragte/r" }, - "TUWZFWZ": { - "code": "TUWZFWZ", - "id": 14190, - "name": "Ehemaliges Wissenschaftszentrum Weihenstephan f\u00fcr Ern\u00e4hrung, Landnutzung und Umwelt", - "path": "TUM/Fakult\u00e4ten/Ehemaliges Wissenschaftszentrum Weihenstephan f\u00fcr Ern\u00e4hrung, Landnutzung und Umwelt" + "51299": { + "code": "TUS4RDP", + "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" }, - "TUWZG3B": { - "code": "TUWZG3B", - "id": 50241, - "name": "Lehrstuhl f\u00fcr \u00d6kosystemdynamik und Waldmanagement in Gebirgslandschaften (Prof. Seidl)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/\u00d6kosystemdynamik und Waldmanagement in Gebirgslandschaften (Prof. Seidl)" + "51300": { + "code": "TUS4RSH", + "name": "Vertrauensperson der Schwerbehinderten der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Beauftragte/Vertrauensperson der Schwerbehinderten" }, - "TUWZH1A": { - "code": "TUWZH1A", - "id": 44107, - "name": "Kinderhort Weihenstephan", - "path": "TUM/Schools/Life Sciences/Kinderhort Weihenstephan" + "51317": { + "code": "TUZEDSI", + "name": "Munich Data Science Institute (MDSI)", + "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)" }, - "TUWZH5B": { - "code": "TUWZH5B", - "id": 45270, - "name": "Professur f\u00fcr Populationsgenetik (Prof. Tellier)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Populationsgenetik (Prof. Tellier)" + "51337": { + "code": "TUWIB44", + "name": "Professur f\u00fcr Entrepreneurship and Communities (Prof. Vedula)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship and Communities (Prof. Vedula)" }, - "TUWZI2M": { - "code": "TUWZI2M", - "id": 50817, - "name": "Professur f\u00fcr Intestinal Microbiome (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Intestinal Microbiome (N.N.)" + "51338": { + "code": "TUWZD1A", + "name": "Lehrstuhl f\u00fcr Digital Agriculture (Prof. Asseng)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Digital Agriculture (Prof. Asseng)" }, - "TUWZI2W": { - "code": "TUWZI2W", - "id": 15643, - "name": "Lehrstuhl f\u00fcr Systemverfahrenstechnik (Prof. Briesen)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Systemverfahrenstechnik (Prof. Briesen)" + "51357": { + "code": "TUPOL19", + "name": "Lehrstuhl f\u00fcr Digital Governance (Prof. Theocharis)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Digital Governance (Prof. Theocharis)" }, - "TUWZI4V": { - "code": "TUWZI4V", - "id": 15626, - "name": "Lehrstuhl f\u00fcr Botanik (Prof. Schneitz komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Botanik (Prof. Schneitz komm.)" + "51359": { + "code": "TUINF26", + "name": "Informatik 16 - Professur f\u00fcr Healthcare and Rehabilitation Robotics (Prof. Piazza)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 16 - Professur f\u00fcr Healthcare and Rehabilitation Robotics (Prof. Piazza)" }, - "TUWZI5A": { - "code": "TUWZI5A", - "id": 46777, - "name": "Professur f\u00fcr Fluiddynamik komplexer Biosysteme (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Fluiddynamik komplexer Biosysteme (N.N.)" + "51378": { + "code": "TUS2RGE", + "name": "Frauenbeauftragte/r der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Beauftragte/Frauenbeauftragte/r" }, - "TUWZI5B": { - "code": "TUWZI5B", - "id": 46778, - "name": "Professur f\u00fcr Pilz-Biotechnologie in der Holzwissenschaft (Prof. Benz)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Pilz-Biotechnologie in der Holzwissenschaft (Prof. Benz)" + "51379": { + "code": "TUS2RDP", + "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" }, - "TUWZI9Q": { - "code": "TUWZI9Q", - "id": 15563, - "name": "Professur f\u00fcr Bioinformatik (Prof. Frischmann)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Bioinformatik (Prof. Frischmann)" + "51398": { + "code": "TUSPL10", + "name": "Professur f\u00fcr Public Health und Pr\u00e4vention (Prof. Laxy)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Public Health und Pr\u00e4vention (Prof. Laxy)" }, - "TUWZK1A": { - "code": "TUWZK1A", - "id": 44444, - "name": "Kleintierforschungszentrum Weihenstephan", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Kleintier-Unit/Kleintierforschungszentrum Weihenstephan" + "51417": { + "code": "TUMEPA5", + "name": "Professur f\u00fcr Computational Pathology (Prof. Sch\u00fcffler)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Allgemeine Pathologie und Pathologische Anatomie (Dr. Mogler komm.)/Computational Pathology (Prof. Sch\u00fcffler)" }, - "TUWZLPT": { - "code": "TUWZLPT", - "id": 49637, - "name": "Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"" + "51418": { + "code": "TUCSP14", + "name": "Professur f\u00fcr Sustainable Economic Policy (Prof. Pondorfer)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Sustainable Economic Policy (Prof. Pondorfer)" }, - "TUWZM1A": { - "code": "TUWZM1A", - "id": 39071, - "name": "Lehrstuhl f\u00fcr Brau- und Getr\u00e4nketechnologie (Prof. Becker)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Brau- und Getr\u00e4nketechnologie (Prof. Becker)" + "51419": { + "code": "TUINF27", + "name": "Informatik 19 - Professur f\u00fcr Legal Tech (Prof. Grabmair)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 19 - Professur f\u00fcr Legal Tech (Prof. Grabmair)" }, - "TUWZM2B": { - "code": "TUWZM2B", - "id": 43315, - "name": "Versuchsstation f\u00fcr Tierzucht (Staatsgut Thalhausen)", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Nutztier-Unit/Versuchsstation f\u00fcr Tierzucht (Staatsgut Thalhausen)" + "51457": { + "code": "TUZEGNI", + "name": "TUM Georg Nemetschek Institute", + "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/TUM Georg Nemetschek Institute" }, - "TUWZM4D": { - "code": "TUWZM4D", - "id": 40834, - "name": "Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)", - "path": "TUM/Schools/Life Sciences/Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)" + "51477": { + "code": "TUSPL16", + "name": "Professur f\u00fcr Psychology & Digital Mental Health Care (Prof. Ebert)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Psychology & Digital Mental Health Care (Prof. Ebert)" }, - "TUWZM5E": { - "code": "TUWZM5E", - "id": 43299, - "name": "Lehrstuhl f\u00fcr Analytische Lebensmittelchemie (Prof. Rychlik)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Analytische Lebensmittelchemie (Prof. Rychlik)" + "51497": { + "code": "TUINF28", + "name": "Informatik 9 - Professur f\u00fcr Machine Learning for Robotics (Prof. Leutenegger)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 9 - Professur f\u00fcr Machine Learning for Robotics (Prof. Leutenegger)" }, - "TUWZN5B": { - "code": "TUWZN5B", - "id": 50242, - "name": "Lehrstuhl f\u00fcr Nutritional Systems Biology (Prof. Somoza)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nutritional Systems Biology (Prof. Somoza)" + "51517": { + "code": "TUS4C2M", + "name": "Professur f\u00fcr Computational Mass Spectrometry (Prof. Wilhelm)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Mass Spectrometry (Prof. Wilhelm)" }, - "TUWZN8M": { - "code": "TUWZN8M", - "id": 47577, - "name": "Professur f\u00fcr Neuronale Kontrolle des Metabolismus (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Neuronale Kontrolle des Metabolismus (N.N.)" + "51537": { + "code": "TUS2OTS", + "name": "School Office der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/School Office" }, - "TUWZO4U": { - "code": "TUWZO4U", - "id": 15667, - "name": "Lehrstuhl f\u00fcr Biotechnologie der Nutztiere (Prof. Schusser komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie der Nutztiere (Prof. Schusser komm.)" + "51557": { + "code": "TUMEBB3", + "name": "Professur f\u00fcr Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)" }, - "TUWZO8I": { - "code": "TUWZO8I", - "id": 15654, - "name": "Professur f\u00fcr Holztechnologie (Prof. van de Kuilen)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Holztechnologie (Prof. van de Kuilen)" + "51577": { + "code": "TUARL37", + "name": "Professur f\u00fcr Structural Design (Prof. D'Acunto)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Structural Design (Prof. D'Acunto)" }, - "TUWZO9R": { - "code": "TUWZO9R", - "id": 15605, - "name": "Lehrstuhl f\u00fcr Bodenkunde (Prof. K\u00f6gel-Knabner)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Bodenkunde (Prof. K\u00f6gel-Knabner)" + "51597": { + "code": "TUZVHRG", + "name": "Hochschulreferat 3 - TUM Global & Alumni Office", + "path": "TUM/Hochschulreferate/TUM Global & Alumni Office" }, - "TUWZO9X": { - "code": "TUWZO9X", - "id": 15562, - "name": "Lehrstuhl f\u00fcr Experimentelle Genetik (Prof. Hrab\u00e9 de Angelis)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimentelle Genetik (Prof. Hrab\u00e9 de Angelis)" + "51637": { + "code": "TUMETIU", + "name": "Professur f\u00fcr Translationale Immunologie in der Umweltmedizin (UNIKA-T) (Prof. Renner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translationale Immunologie in der Umweltmedizin (UNIKA-T) (Prof. Renner)" }, - "TUWZP1A": { - "code": "TUWZP1A", - "id": 50898, - "name": "Professur f\u00fcr Precision Agriculture (Prof. Yu)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Precision Agriculture (Prof. Yu)" + "51677": { + "code": "TUWIB43", + "name": "Professur f\u00fcr Recht der Digitalg\u00fcter, Wirtschafts- und Wettbewerbsrecht (Prof. Mackenrodt)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Recht der Digitalg\u00fcter, Wirtschafts- und Wettbewerbsrecht (Prof. Mackenrodt)" }, - "TUWZP2I": { - "code": "TUWZP2I", - "id": 50377, - "name": "Professur f\u00fcr Plant-Insect Interaction (Prof. Leonhardt)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Plant-Insect Interaction (Prof. Leonhardt)" + "51697": { + "code": "TUZET20", + "name": "Core Facility Proteomics (AG Pichlmair)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Proteomics (AG Pichlmair)" }, - "TUWZP2O": { - "code": "TUWZP2O", - "id": 15611, - "name": "Lehrstuhl f\u00fcr Waldwachstumskunde (Prof. Seidl komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Waldwachstumskunde (Prof. Seidl komm.)" + "51717": { + "code": "TUEIRMN", + "name": "Professur f\u00fcr Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)" }, - "TUWZP3C": { - "code": "TUWZP3C", - "id": 45891, - "name": "TUM Forschungslaboratorium Holz", - "path": "TUM/Schools/Life Sciences/TUM Forschungslaboratorium Holz" + "51737": { + "code": "TUXO400", + "name": "Studienorganisation der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Studienorganisation" }, - "TUWZP3R": { - "code": "TUWZP3R", - "id": 14815, - "name": "Lehrstuhl f\u00fcr Produktions- und Ressourcen\u00f6konomie landwirtschaftlicher Betriebe (Prof. Sauer)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Produktions- und Ressourcen\u00f6konomie landwirtschaftlicher Betriebe (Prof. Sauer)" + "51738": { + "code": "TUXB400", + "name": "Studiengangsb\u00fcndel Agrar- und Gartenbauwissenschaften", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften" }, - "TUWZP5E": { - "code": "TUWZP5E", - "id": 47397, - "name": "Professur f\u00fcr Pflanzenepigenomik (Prof. Johannes)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pflanzenepigenomik (Prof. Johannes)" + "51739": { + "code": "TUXB401", + "name": "Studiengangsb\u00fcndel Agrarwissenschaften", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften" }, - "TUWZP7G": { - "code": "TUWZP7G", - "id": 48397, - "name": "Professur f\u00fcr Pflanzengenetik (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pflanzengenetik (N.N.)" + "51740": { + "code": "TUXS401", + "name": "Studiengang B.Sc. Agrarwissenschaften und Gartenbauwissenschaften", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften/B.Sc. Agrarwissenschaften und Gartenbauwissenschaften" }, - "TUWZP9A": { - "code": "TUWZP9A", - "id": 15558, - "name": "Lehrstuhl f\u00fcr Mikrobiologie (Prof. Liebl)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Mikrobiologie (Prof. Liebl)" + "51741": { + "code": "TUXS400", + "name": "Studiengang M.Sc. Agrarsystemwissenschaften", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften/M.Sc. Agrarsystemwissenschaften" }, - "TUWZP9O": { - "code": "TUWZP9O", - "id": 15669, - "name": "Lehrstuhl f\u00fcr Tierhygiene (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierhygiene (N.N.)" + "51742": { + "code": "TUXB402", + "name": "Studiengangsb\u00fcndel Agricultural Biosciences", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agricultural Biosciences" }, - "TUWZQ3Z": { - "code": "TUWZQ3Z", - "id": 15616, - "name": "Professur f\u00fcr Waldern\u00e4hrung und Wasserhaushalt (Prof. G\u00f6ttlein)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Waldern\u00e4hrung und Wasserhaushalt (Prof. G\u00f6ttlein)" + "51743": { + "code": "TUXS402", + "name": "Studiengang M.Sc. Agricultural Biosciences", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agricultural Biosciences/M.Sc. Agricultural Biosciences" }, - "TUWZQ4U": { - "code": "TUWZQ4U", - "id": 15670, - "name": "Lehrstuhl f\u00fcr Tierzucht (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierzucht (N.N.)" + "51744": { + "code": "TUXB405", + "name": "Studiengangsb\u00fcndel Biowissenschaften und Biotechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie" }, - "TUWZQ5P": { - "code": "TUWZQ5P", - "id": 15600, - "name": "Lehrstuhl f\u00fcr Atmosph\u00e4rische Umweltforschung (Prof. Schmid)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Atmosph\u00e4rische Umweltforschung (Prof. Schmid)" + "51745": { + "code": "TUXB409", + "name": "Studiengangsb\u00fcndel Brau- und Lebensmitteltechnologie und Bioprozesstechnik", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik" }, - "TUWZQ6T": { - "code": "TUWZQ6T", - "id": 15608, - "name": "Lehrstuhl f\u00fcr Renaturierungs\u00f6kologie (Prof. Kollmann)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Renaturierungs\u00f6kologie (Prof. Kollmann)" + "51746": { + "code": "TUXB404", + "name": "Studiengangsb\u00fcndel Ern\u00e4hrungswissenschaft", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft" }, - "TUWZQ7Y": { - "code": "TUWZQ7Y", - "id": 15561, - "name": "Lehrstuhl f\u00fcr Chemie der Biopolymere (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Chemie der Biopolymere (N.N.)" + "51747": { + "code": "TUXB40G", + "name": "Studiengangsb\u00fcndel Forstwissenschaft und Ressourcenmanagement", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement" }, - "TUWZQ9I": { - "code": "TUWZQ9I", - "id": 15579, - "name": "Lehrstuhl f\u00fcr Lebensmittelchemie und molekulare Sensorik (Dr. Dawid komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Lebensmittelchemie und molekulare Sensorik (Dr. Dawid komm.)" + "51748": { + "code": "TUXB40K", + "name": "Studiengangsb\u00fcndel Landschaft", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft" }, - "TUWZQ9P": { - "code": "TUWZQ9P", - "id": 39810, - "name": "Lehrstuhl f\u00fcr Biochemische Pflanzenpathologie (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biochemische Pflanzenpathologie (N.N.)" + "51749": { + "code": "TUXB406", + "name": "Studiengangsb\u00fcndel Biologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Biologie" }, - "TUWZR5P": { - "code": "TUWZR5P", - "id": 15567, - "name": "Professur f\u00fcr Peptidbiochemie (Prof. Kapurniotu)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Peptidbiochemie (Prof. Kapurniotu)" + "51750": { + "code": "TUXB407", + "name": "Studiengangsb\u00fcndel Molekulare Biotechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Molekulare Biotechnologie" }, - "TUWZR6Q": { - "code": "TUWZR6Q", - "id": 15645, - "name": "Lehrstuhl f\u00fcr Lebensmittel- und Bio-Prozesstechnik (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Lebensmittel- und Bio-Prozesstechnik (N.N.)" + "51751": { + "code": "TUXB40A", + "name": "Studiengangsb\u00fcndel Brauwesen", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen" + }, + "51752": { + "code": "TUXB40B", + "name": "Studiengangsb\u00fcndel Lebensmitteltechnologie und Bioprozesstechnik", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik" }, - "TUWZS6U": { - "code": "TUWZS6U", - "id": 15614, - "name": "Lehrstuhl f\u00fcr Aquatische Systembiologie - Standort Iffeldorf (Prof. Geist)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatische Systembiologie - Standort Iffeldorf (Prof. Geist)" + "51753": { + "code": "TUXB40D", + "name": "Studiengangsb\u00fcndel Lebensmittelchemie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Lebensmittelchemie" }, - "TUWZS9A": { - "code": "TUWZS9A", - "id": 15644, - "name": "Lehrstuhl f\u00fcr Holzwissenschaft (Prof. Benz komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Holzwissenschaft (Prof. Benz komm.)" + "51754": { + "code": "TUXB40E", + "name": "Studiengangsb\u00fcndel Life Sciences Ern\u00e4hrung", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung" }, - "TUWZS9X": { - "code": "TUWZS9X", - "id": 15556, - "name": "Lehrstuhl f\u00fcr Biologische Chemie (Prof. Skerra)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biologische Chemie (Prof. Skerra)" + "51755": { + "code": "TUXB40H", + "name": "Studiengangsb\u00fcndel Forstwissenschaft", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Forstwissenschaft" }, - "TUWZT3U": { - "code": "TUWZT3U", - "id": 15574, - "name": "Lehrstuhl f\u00fcr Allgemeine Lebensmitteltechnologie (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Allgemeine Lebensmitteltechnologie (N.N.)" + "51756": { + "code": "TUXB40I", + "name": "Studiengangsb\u00fcndel Sustainable Ressource Management", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Sustainable Ressource Management" }, - "TUWZT5R": { - "code": "TUWZT5R", - "id": 15646, - "name": "Lehrstuhl f\u00fcr Agrarsystemtechnik (Prof. Bernhardt)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agrarsystemtechnik (Prof. Bernhardt)" + "51757": { + "code": "TUXB40L", + "name": "Studiengangsb\u00fcndel Landschaftsarchitektur und Planung", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Landschaftsarchitektur und Planung" }, - "TUWZT6P": { - "code": "TUWZT6P", - "id": 15607, - "name": "Lehrstuhl f\u00fcr Terrestrische \u00d6kologie (Prof. Wei\u00dfer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Terrestrische \u00d6kologie (Prof. Wei\u00dfer)" + "51758": { + "code": "TUXB40M", + "name": "Studiengangsb\u00fcndel Naturschutz und Ingenieur\u00f6kologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Naturschutz und Ingenieur\u00f6kologie" }, - "TUWZT6Y": { - "code": "TUWZT6Y", - "id": 15575, - "name": "Lehrstuhl f\u00fcr Ern\u00e4hrung und Immunologie (Prof. Haller)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Ern\u00e4hrung und Immunologie (Prof. Haller)" + "51777": { + "code": "TUXS404", + "name": "Studiengang B.Sc. Life Sciences Biologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Biologie/B.Sc. Life Sciences Biologie" }, - "TUWZT8O": { - "code": "TUWZT8O", - "id": 15619, - "name": "Professur f\u00fcr \u00d6koklimatologie (Prof. Menzel)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/\u00d6koklimatologie (Prof. Menzel)" + "51778": { + "code": "TUXS405", + "name": "Studiengang M.Sc. Biologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Biologie/M.Sc. Biologie" }, - "TUWZU5S": { - "code": "TUWZU5S", - "id": 15609, - "name": "Lehrstuhl f\u00fcr Strategie und Management der Landschaftsentwicklung (Prof. Pauleit)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Strategie und Management der Landschaftsentwicklung (Prof. Pauleit)" + "51779": { + "code": "TUXS406", + "name": "Studiengang B.Sc. Molekulare Biotechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Molekulare Biotechnologie/B.Sc. Molekulare Biotechnologie" }, - "TUWZU5Y": { - "code": "TUWZU5Y", - "id": 15671, - "name": "Lehrstuhl f\u00fcr Zoologie (Prof. Luksch)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Zoologie (Prof. Luksch)" + "51780": { + "code": "TUXS407", + "name": "Studiengang M.Sc. Molekulare Biotechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Molekulare Biotechnologie/M.Sc. Molekulare Biotechnologie" }, - "TUWZU6A": { - "code": "TUWZU6A", - "id": 15636, - "name": "Professur f\u00fcr Entwicklungsbiologie der Pflanzen (Prof. Schneitz)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Entwicklungsbiologie der Pflanzen (Prof. Schneitz)" + "51781": { + "code": "TUXS409", + "name": "Studiengang B.Sc. Brauwesen und Getr\u00e4nketechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/B.Sc. Brauwesen und Getr\u00e4nketechnologie" }, - "TUWZU7Z": { - "code": "TUWZU7Z", - "id": 15560, - "name": "Lehrstuhl f\u00fcr Entwicklungsgenetik (Prof. Wurst)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Entwicklungsgenetik (Prof. Wurst)" + "51782": { + "code": "TUXS40A", + "name": "Studiengang M.Sc. Brauwesen und Getr\u00e4nketechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/M.Sc. Brauwesen und Getr\u00e4nketechnologie" }, - "TUWZU9P": { - "code": "TUWZU9P", - "id": 51197, - "name": "Professur f\u00fcr Urbane Produktive \u00d6kosysteme (Prof. Egerer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Urbane Produktive \u00d6kosysteme (Prof. Egerer)" + "51783": { + "code": "TUXS40B", + "name": "Studiengang Diplom Braumeister", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/Diplom Braumeister" }, - "TUWZV2O": { - "code": "TUWZV2O", - "id": 15629, - "name": "Lehrstuhl f\u00fcr Gr\u00fcnlandlehre (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Gr\u00fcnlandlehre (N.N.)" + "51784": { + "code": "TUXS40C", + "name": "Studiengang Modulstudium Brauwesen", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/Modulstudium Brauwesen" }, - "TUWZV9T": { - "code": "TUWZV9T", - "id": 15668, - "name": "Lehrstuhl f\u00fcr Tierphysiologie und Immunologie (Prof. Zehn)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierphysiologie und Immunologie (Prof. Zehn)" + "51785": { + "code": "TUXS40D", + "name": "Studiengang B.Sc. Lebensmitteltechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/B.Sc. Lebensmitteltechnologie" }, - "TUWZVH1": { - "code": "TUWZVH1", - "id": 48717, - "name": "Versuchsstation Veitshof", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Nutztier-Unit/Versuchsstation Veitshof" + "51786": { + "code": "TUXS40E", + "name": "Studiengang B.Sc. Pharmazeutische Bioprozesstechnik", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/B.Sc. Pharmazeutische Bioprozesstechnik" }, - "TUWZW1T": { - "code": "TUWZW1T", - "id": 47038, - "name": "Professur f\u00fcr Wissenschafts- und Technologiepolitik (Prof. M\u00fcller)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Wissenschafts- und Technologiepolitik (Prof. M\u00fcller)" + "51787": { + "code": "TUXS40F", + "name": "Studiengang M.Sc. Technologie und Biotechnologie der Lebensmittel", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/M.Sc. Technologie und Biotechnologie der Lebensmittel" }, - "TUWZW2A": { - "code": "TUWZW2A", - "id": 50737, - "name": "Professur f\u00fcr Wald- und Agroforstsysteme (Prof. Annigh\u00f6fer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Wald- und Agroforstsysteme (Prof. Annigh\u00f6fer)" + "51788": { + "code": "TUXS40G", + "name": "Studiengang M.Sc. Pharmazeutische Bioprozesstechnik", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/M.Sc. Pharmazeutische Bioprozesstechnik" }, - "TUWZW4V": { - "code": "TUWZW4V", - "id": 15584, - "name": "Lehrstuhl f\u00fcr Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)" + "51789": { + "code": "TUXS40I", + "name": "Studiengang M.Sc. Lebensmittelchemie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Lebensmittelchemie/M.Sc. Lebensmittelchemie" }, - "TUWZX6I": { - "code": "TUWZX6I", - "id": 15612, - "name": "Professur f\u00fcr Waldinventur und nachhaltige Nutzung (Prof. Knoke)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Waldinventur und nachhaltige Nutzung (Prof. Knoke)" + "51790": { + "code": "TUXS40J", + "name": "Studiengang B.Sc. Life Sciences Ern\u00e4hrungswissenschaft", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung/B.Sc. Life Sciences Ern\u00e4hrungswissenschaft" }, - "TUWZX6V": { - "code": "TUWZX6V", - "id": 15569, - "name": "Lehrstuhl f\u00fcr Proteomik und Bioanalytik (Prof. K\u00fcster)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Proteomik und Bioanalytik (Prof. K\u00fcster)" + "51791": { + "code": "TUXS40K", + "name": "Studiengang M.Sc. Nutrition and Biomedicine", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung/M.Sc. Nutrition and Biomedicine" }, - "TUWZX7T": { - "code": "TUWZX7T", - "id": 15578, - "name": "Lehrstuhl f\u00fcr Humanbiologie (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Humanbiologie (N.N.)" + "51792": { + "code": "TUXS40M", + "name": "Studiengang B.Sc. Forstwissenchaft und Ressourcenmanagement", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Forstwissenschaft/B.Sc. Forstwissenchaft und Ressourcenmanagement" }, - "TUWZX9O": { - "code": "TUWZX9O", - "id": 15592, - "name": "Lehrstuhl f\u00fcr Technische Mikrobiologie (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Technische Mikrobiologie (N.N.)" + "51793": { + "code": "TUXS40N", + "name": "Studiengang M.Sc. Forst- und Holzwissenschaft", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Forstwissenschaft/M.Sc. Forst- und Holzwissenschaft" }, - "TUWZY4Q": { - "code": "TUWZY4Q", - "id": 15593, - "name": "Professur f\u00fcr Biotechnologie der Naturstoffe (Prof. Schwab)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnologie der Naturstoffe (Prof. Schwab)" + "51794": { + "code": "TUXS40O", + "name": "Studiengang M.Sc. Sustainable Ressource Management", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Sustainable Ressource Management/M.Sc. Sustainable Ressource Management" }, - "TUWZY5O": { - "code": "TUWZY5O", - "id": 15633, - "name": "Lehrstuhl f\u00fcr Phytopathologie (Prof. H\u00fcckelhoven)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Phytopathologie (Prof. H\u00fcckelhoven)" + "51795": { + "code": "TUXS40Q", + "name": "Studiengang B.Sc. Landschaftsarchitektur und Landschaftsplanung", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Landschaftsarchitektur und Planung/B.Sc. Landschaftsarchitektur und Landschaftsplanung" }, - "TUWZY6S": { - "code": "TUWZY6S", - "id": 15564, - "name": "Lehrstuhl f\u00fcr Mikrobielle \u00d6kologie (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Mikrobielle \u00d6kologie (N.N.)" + "51796": { + "code": "TUXS40R", + "name": "Studiengang M.Sc. Naturschutz und Landschaftsplanung", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Naturschutz und Ingenieur\u00f6kologie/M.Sc. Naturschutz und Landschaftsplanung" }, - "TUWZZ7X": { - "code": "TUWZZ7X", - "id": 15631, - "name": "Lehrstuhl f\u00fcr Pflanzenz\u00fcchtung (Prof. Sch\u00f6n)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pflanzenz\u00fcchtung (Prof. Sch\u00f6n)" + "51797": { + "code": "TUXS40S", + "name": "Studiengang M.Sc. Ingenieur\u00f6kologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Naturschutz und Ingenieur\u00f6kologie/M.Sc. Ingenieur\u00f6kologie" }, - "TUXB100": { - "code": "TUXB100", - "id": 53639, - "name": "Studiengangsb\u00fcndel Data Science", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Data Science" + "51817": { + "code": "TUARL38", + "name": "Lehrstuhl f\u00fcr Architektur und Holzbau (Prof. Birk)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architektur und Holzbau (Prof. Birk)" }, - "TUXB101": { - "code": "TUXB101", - "id": 53640, - "name": "Studiengangsb\u00fcndel Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik" + "51837": { + "code": "TUS2DP1", + "name": "Department Aerospace and Geodesy", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy" }, - "TUXB102": { - "code": "TUXB102", - "id": 53641, - "name": "Studiengangsb\u00fcndel Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik" + "51838": { + "code": "TUS2DP2", + "name": "Department Architecture", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture" }, - "TUXB103": { - "code": "TUXB103", - "id": 53642, - "name": "Studiengangsb\u00fcndel Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik" + "51839": { + "code": "TUS2DP3", + "name": "Department Civil and Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering" }, - "TUXB104": { - "code": "TUXB104", - "id": 53643, - "name": "Studiengangsb\u00fcndel Heilbronn", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Heilbronn" + "51840": { + "code": "TUS2DP4", + "name": "Department Engineering Physics and Computation", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation" }, - "TUXB105": { - "code": "TUXB105", - "id": 53644, - "name": "Studiengangsb\u00fcndel Singapur", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur" + "51841": { + "code": "TUS2DP5", + "name": "Department Mobility Systems Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering" }, - "TUXB106": { - "code": "TUXB106", - "id": 53645, - "name": "Studiengangsb\u00fcndel Promotionsprogramme CIT", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT" + "51842": { + "code": "TUS2DP6", + "name": "Department Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering" }, - "TUXB107": { - "code": "TUXB107", - "id": 53646, - "name": "Studiengangsb\u00fcndel Zusatzangebote", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Zusatzangebote" + "51843": { + "code": "TUS2DP7", + "name": "Department Materials Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering" }, - "TUXB108": { - "code": "TUXB108", - "id": 53647, - "name": "Studiengangsb\u00fcndel Archiv", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv" + "51844": { + "code": "TUS2DP8", + "name": "Department Energy and Process Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering" }, - "TUXB200": { - "code": "TUXB200", - "id": 51939, - "name": "Studiengangsb\u00fcndel Aerospace", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace" + "51857": { + "code": "TUINI32", + "name": "Informatik 32 - Lehrstuhl f\u00fcr Computational Imaging and AI in Medicine (Prof. Schnabel)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 32 - Lehrstuhl f\u00fcr Computational Imaging and AI in Medicine (Prof. Schnabel)" }, - "TUXB201": { - "code": "TUXB201", - "id": 51944, - "name": "Studiengangsb\u00fcndel Architecture and Design", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design" + "51897": { + "code": "TUS1000", + "name": "TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology" }, - "TUXB202": { - "code": "TUXB202", - "id": 51943, - "name": "Studiengangsb\u00fcndel Civil and Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering" + "51898": { + "code": "TUS3000", + "name": "TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences" }, - "TUXB203": { - "code": "TUXB203", - "id": 51940, - "name": "Studiengangsb\u00fcndel Geodesy", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy" + "51899": { + "code": "TUS5000", + "name": "TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health" }, - "TUXB204": { - "code": "TUXB204", - "id": 51942, - "name": "Studiengangsb\u00fcndel Geo Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering" + "51900": { + "code": "TUS6000", + "name": "TUM School of Management", + "path": "TUM/Schools/Management" }, - "TUXB205": { - "code": "TUXB205", - "id": 51945, - "name": "Studiengangsb\u00fcndel Interdisciplinary Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering" + "51901": { + "code": "TUS7000", + "name": "TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology" + }, + "51917": { + "code": "TUS4F4C", + "name": "TUM Food and Agro Center for Innovation and Technology (FACIT)", + "path": "TUM/Schools/Life Sciences/TUM Food and Agro Center for Innovation and Technology (FACIT)" }, - "TUXB206": { - "code": "TUXB206", - "id": 51941, - "name": "Studiengangsb\u00fcndel Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering" + "51937": { + "code": "TUXO200", + "name": "Studienorganisation der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Studienorganisation" }, - "TUXB207": { + "51938": { "code": "TUXB207", - "id": 51938, "name": "Studiengangsb\u00fcndel Studienprogramme ED", "path": "TUM/Schools/Engineering and Design/Studienorganisation/Studienprogramme ED" }, - "TUXB208": { - "code": "TUXB208", - "id": 52022, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/Studieng\u00e4nge auslaufend" - }, - "TUXB209": { - "code": "TUXB209", - "id": 52030, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Studieng\u00e4nge auslaufend" + "51939": { + "code": "TUXB200", + "name": "Studiengangsb\u00fcndel Aerospace", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace" }, - "TUXB20A": { - "code": "TUXB20A", - "id": 52007, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Studieng\u00e4nge auslaufend" + "51940": { + "code": "TUXB203", + "name": "Studiengangsb\u00fcndel Geodesy", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy" }, - "TUXB20B": { - "code": "TUXB20B", - "id": 52023, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/Studieng\u00e4nge auslaufend" + "51941": { + "code": "TUXB206", + "name": "Studiengangsb\u00fcndel Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering" }, - "TUXB20C": { - "code": "TUXB20C", - "id": 52021, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Studieng\u00e4nge auslaufend" + "51942": { + "code": "TUXB204", + "name": "Studiengangsb\u00fcndel Geo Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering" }, - "TUXB20D": { - "code": "TUXB20D", - "id": 52034, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/Studieng\u00e4nge auslaufend" + "51943": { + "code": "TUXB202", + "name": "Studiengangsb\u00fcndel Civil and Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering" }, - "TUXB20E": { - "code": "TUXB20E", - "id": 51997, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend" + "51944": { + "code": "TUXB201", + "name": "Studiengangsb\u00fcndel Architecture and Design", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design" }, - "TUXB20F": { - "code": "TUXB20F", - "id": 45631, - "name": "Schl\u00fcsselkompetenzen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Schl\u00fcsselkompetenzen" + "51945": { + "code": "TUXB205", + "name": "Studiengangsb\u00fcndel Interdisciplinary Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering" }, - "TUXB20G": { - "code": "TUXB20G", - "id": 52797, - "name": "Studiengangsb\u00fcndel Promotionsprogramme ED", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED" + "51946": { + "code": "TUXS21X", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Engineering and Design) (Aufbaustudium)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Studienprogramme ED/TUM Skills Excellence Program (TUM School of Engineering and Design) (Aufbaustudium)" }, - "TUXB300": { - "code": "TUXB300", - "id": 53018, - "name": "Studiengangsb\u00fcndel Professional Profile Physik", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik" + "51947": { + "code": "TUXS203", + "name": "Studiengang Austauschprogramm Luft- und Raumfahrt", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/Austauschprogramm Luft- und Raumfahrt" }, - "TUXB301": { - "code": "TUXB301", - "id": 53030, - "name": "Studiengangsb\u00fcndel Chemie-Studieng\u00e4nge", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge" + "51948": { + "code": "TUXS200", + "name": "Studiengang B.Sc. Aerospace", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/B.Sc. Aerospace" }, - "TUXB302": { - "code": "TUXB302", - "id": 53031, - "name": "Studiengangsb\u00fcndel TUM-Asia-Studieng\u00e4nge", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/TUM-Asia-Studieng\u00e4nge" + "51949": { + "code": "TUXS201", + "name": "Studiengang M.Sc. Aerospace", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/M.Sc. Aerospace" }, - "TUXB303": { - "code": "TUXB303", - "id": 53032, - "name": "Studiengangsb\u00fcndel Promotionsprogramme NAT", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT" + "51950": { + "code": "TUXS202", + "name": "Studiengang M.Sc. Aerospace Engineering (GIST TUM Asia)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/M.Sc. Aerospace Engineering (GIST TUM Asia)" }, - "TUXB304": { - "code": "TUXB304", - "id": 53033, - "name": "Studiengangsb\u00fcndel Austauschprogramm NAT", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Austauschprogramm NAT" + "51951": { + "code": "TUXS20U", + "name": "Studiengang Austauschprogramm Geod\u00e4sie und Geoinformation", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/Austauschprogramm Geod\u00e4sie und Geoinformation" }, - "TUXB305": { - "code": "TUXB305", - "id": 53021, - "name": "Studiengangsb\u00fcndel Physik-Studieng\u00e4nge", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge" + "51952": { + "code": "TUXS20O", + "name": "Studiengang B.Sc. Bodenordnung und Landentwicklung", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/B.Sc. Bodenordnung und Landentwicklung" }, - "TUXB306": { - "code": "TUXB306", - "id": 53027, - "name": "Studiengangsb\u00fcndel Interdisziplin\u00e4re Studieng\u00e4nge Physik", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik" + "51953": { + "code": "TUXS20P", + "name": "Studiengang B.Sc. Geod\u00e4sie und Geoinformation", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/B.Sc. Geod\u00e4sie und Geoinformation" }, - "TUXB307": { - "code": "TUXB307", - "id": 53028, - "name": "Studiengangsb\u00fcndel Physik am Campus Weihenstephan", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik am Campus Weihenstephan" + "51954": { + "code": "TUXS20Q", + "name": "Studiengang M.Sc. Earth Oriented Space Science and Technology", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Earth Oriented Space Science and Technology" }, - "TUXB308": { - "code": "TUXB308", - "id": 53029, - "name": "Studiengangsb\u00fcndel Praktika Physik", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Praktika Physik" + "51955": { + "code": "TUXS20R", + "name": "Studiengang M.Sc. Cartography", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Cartography" }, - "TUXB309": { - "code": "TUXB309", - "id": 53034, - "name": "Studiengangsb\u00fcndel Chemie und Lebensmittelchemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie" + "51956": { + "code": "TUXS20S", + "name": "Studiengang M.Sc. Geod\u00e4sie und Geoinformation", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Geod\u00e4sie und Geoinformation" }, - "TUXB30A": { - "code": "TUXB30A", - "id": 53035, - "name": "Studiengangsb\u00fcndel Biochemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Biochemie" + "51957": { + "code": "TUXS20T", + "name": "Studiengang M.Sc. Land Management and Geospatial Science", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Land Management and Geospatial Science" }, - "TUXB30B": { - "code": "TUXB30B", - "id": 53036, - "name": "Studiengangsb\u00fcndel Chemieingenieurwesen", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemieingenieurwesen" + "51958": { + "code": "TUXS21K", + "name": "Studiengang Austauschprogramm Maschinenwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Austauschprogramm Maschinenwesen" }, - "TUXB30C": { - "code": "TUXB30C", - "id": 53979, - "name": "Studiengangsb\u00fcndel Externe Beitr\u00e4ge zum Lehrangebot", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Externe Beitr\u00e4ge zum Lehrangebot" + "51959": { + "code": "TUXS21L", + "name": "Studiengang Austauschprogramm USP Maschinenwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Austauschprogramm USP Maschinenwesen" }, - "TUXB30D": { - "code": "TUXB30D", - "id": 53980, - "name": "Studiengangsb\u00fcndel Gemeinsame Studieng\u00e4nge TUM/LMU M.Sc. QST/TMP (aus dem Lehrangebot der LMU)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Externe Beitr\u00e4ge zum Lehrangebot/Gemeinsame Studieng\u00e4nge TUM/LMU M.Sc. QST/TMP (aus dem Lehrangebot der LMU)" + "51960": { + "code": "TUXS21M", + "name": "Studiengang Praktikum Maschinenwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Praktikum Maschinenwesen" }, - "TUXB30E": { - "code": "TUXB30E", - "id": 53981, - "name": "Studiengangsb\u00fcndel Lehrangebot von Prof. Brenda Schulman", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Externe Beitr\u00e4ge zum Lehrangebot/Lehrangebot von Prof. Brenda Schulman" + "51961": { + "code": "TUXS21C", + "name": "Studiengang B.Sc. Ingenieurwissenschaften (UNI Salzburg)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/B.Sc. Ingenieurwissenschaften (UNI Salzburg)" }, - "TUXB400": { - "code": "TUXB400", - "id": 51738, - "name": "Studiengangsb\u00fcndel Agrar- und Gartenbauwissenschaften", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften" + "51962": { + "code": "TUXS21B", + "name": "Studiengang B.Sc. Maschinenwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/B.Sc. Maschinenwesen" }, - "TUXB401": { - "code": "TUXB401", - "id": 51739, - "name": "Studiengangsb\u00fcndel Agrarwissenschaften", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften" + "51963": { + "code": "TUXS21N", + "name": "Studiengang M.Sc. Energie- und Prozesstechnik (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Energie- und Prozesstechnik (auslaufend)" }, - "TUXB402": { - "code": "TUXB402", - "id": 51742, - "name": "Studiengangsb\u00fcndel Agricultural Biosciences", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agricultural Biosciences" + "51964": { + "code": "TUXS21S", + "name": "Studiengang M.Sc. Entwicklung und Konstruktion (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Entwicklung und Konstruktion (auslaufend)" }, - "TUXB403": { - "code": "TUXB403", - "id": 52097, - "name": "Studiengangsb\u00fcndel Studienprogramme Agrar- und Gartenbauwissenschaften", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Studienprogramme Agrar- und Gartenbauwissenschaften" + "51965": { + "code": "TUXS21W", + "name": "Studiengang M.Sc. Fahrzeug- und Motorentechnik (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Fahrzeug- und Motorentechnik (auslaufend)" }, - "TUXB404": { - "code": "TUXB404", - "id": 51746, - "name": "Studiengangsb\u00fcndel Ern\u00e4hrungswissenschaft", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft" + "51966": { + "code": "TUXS21O", + "name": "Studiengang M.Sc. Luft- und Raumfahrt (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Luft- und Raumfahrt (auslaufend)" }, - "TUXB405": { - "code": "TUXB405", - "id": 51744, - "name": "Studiengangsb\u00fcndel Biowissenschaften und Biotechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie" + "51967": { + "code": "TUXS21T", + "name": "Studiengang M.Sc. Maschinenbau und Management (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Maschinenbau und Management (auslaufend)" }, - "TUXB406": { - "code": "TUXB406", - "id": 51749, - "name": "Studiengangsb\u00fcndel Biologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Biologie" + "51968": { + "code": "TUXS21R", + "name": "Studiengang M.Sc. Maschinenwesen (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Maschinenwesen (auslaufend)" }, - "TUXB407": { - "code": "TUXB407", - "id": 51750, - "name": "Studiengangsb\u00fcndel Molekulare Biotechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Molekulare Biotechnologie" + "51969": { + "code": "TUXS21P", + "name": "Studiengang M.Sc. Mechatronik und Informationstechnik (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Mechatronik und Informationstechnik (auslaufend)" }, - "TUXB408": { - "code": "TUXB408", - "id": 52098, - "name": "Studiengangsb\u00fcndel Studienprogramme Biowissenschaften und Biotechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Studienprogramme Biowissenschaften und Biotechnologie" + "51970": { + "code": "TUXS21U", + "name": "Studiengang M.Sc. Medizintechnik (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Medizintechnik (auslaufend)" }, - "TUXB409": { - "code": "TUXB409", - "id": 51745, - "name": "Studiengangsb\u00fcndel Brau- und Lebensmitteltechnologie und Bioprozesstechnik", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik" + "51971": { + "code": "TUXS21V", + "name": "Studiengang M.Sc. Nukleartechnik (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Nukleartechnik (auslaufend)" }, - "TUXB40A": { - "code": "TUXB40A", - "id": 51751, - "name": "Studiengangsb\u00fcndel Brauwesen", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen" + "51972": { + "code": "TUXS21Q", + "name": "Studiengang M.Sc. Produktion und Logistik (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Produktion und Logistik (auslaufend)" }, - "TUXB40B": { - "code": "TUXB40B", - "id": 51752, - "name": "Studiengangsb\u00fcndel Lebensmitteltechnologie und Bioprozesstechnik", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik" + "51973": { + "code": "TUXS21D", + "name": "Studiengang M.Sc. Maschinenwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Maschinenwesen" }, - "TUXB40C": { - "code": "TUXB40C", - "id": 52099, - "name": "Studiengangsb\u00fcndel Studienprogramme Brau- und Lebensmitteltechnologie und Bioprozesstechnik", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Studienprogramme Brau- und Lebensmitteltechnologie und Bioprozesstechnik" + "51974": { + "code": "TUXS21E", + "name": "Studiengang M.Sc. Entwicklung, Produktion und Management im Maschinenbau", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Entwicklung, Produktion und Management im Maschinenbau" }, - "TUXB40D": { - "code": "TUXB40D", - "id": 51753, - "name": "Studiengangsb\u00fcndel Lebensmittelchemie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Lebensmittelchemie" + "51975": { + "code": "TUXS21F", + "name": "Studiengang M.Sc. Automotive Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Automotive Engineering" }, - "TUXB40E": { - "code": "TUXB40E", - "id": 51754, - "name": "Studiengangsb\u00fcndel Life Sciences Ern\u00e4hrung", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung" + "51976": { + "code": "TUXS21G", + "name": "Studiengang M.Sc. Mechatronik und Robotik", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Mechatronik und Robotik" }, - "TUXB40F": { - "code": "TUXB40F", - "id": 52100, - "name": "Studiengangsb\u00fcndel Studienprogramme Ern\u00e4hrungswissenschaft", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Studienprogramme Ern\u00e4hrungswissenschaft" + "51977": { + "code": "TUXS21H", + "name": "Studiengang M.Sc. Medizintechnik und Assistenzsysteme", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Medizintechnik und Assistenzsysteme" }, - "TUXB40G": { - "code": "TUXB40G", - "id": 51747, - "name": "Studiengangsb\u00fcndel Forstwissenschaft und Ressourcenmanagement", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement" + "51978": { + "code": "TUXS21I", + "name": "Studiengang M.Sc. Science and Technology of Materials", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Science and Technology of Materials" }, - "TUXB40H": { - "code": "TUXB40H", - "id": 51755, - "name": "Studiengangsb\u00fcndel Forstwissenschaft", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Forstwissenschaft" + "51979": { + "code": "TUXS21J", + "name": "Studiengang M.Sc. Energie- und Prozesstechnik", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Energie- und Prozesstechnik" }, - "TUXB40I": { - "code": "TUXB40I", - "id": 51756, - "name": "Studiengangsb\u00fcndel Sustainable Ressource Management", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Sustainable Ressource Management" + "51997": { + "code": "TUXB20E", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend" }, - "TUXB40J": { - "code": "TUXB40J", - "id": 52101, - "name": "Studiengangsb\u00fcndel Studienprogramme Forstwissenschaft und Ressourcenmanagement", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Studienprogramme Forstwissenschaft und Ressourcenmanagement" + "51998": { + "code": "TUXS20L", + "name": "Studiengang Austauschprogramm Bau- und Umweltingenieurwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Austauschprogramm Bau- und Umweltingenieurwesen" }, - "TUXB40K": { - "code": "TUXB40K", - "id": 51748, - "name": "Studiengangsb\u00fcndel Landschaft", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft" + "51999": { + "code": "TUXS20C", + "name": "Studiengang B.Sc. Bauingenieurwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/B.Sc. Bauingenieurwesen" }, - "TUXB40L": { - "code": "TUXB40L", - "id": 51757, - "name": "Studiengangsb\u00fcndel Landschaftsarchitektur und Planung", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Landschaftsarchitektur und Planung" + "52000": { + "code": "TUXS20D", + "name": "Studiengang B.Sc. Umweltingenieurwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/B.Sc. Umweltingenieurwesen" }, - "TUXB40M": { - "code": "TUXB40M", - "id": 51758, - "name": "Studiengangsb\u00fcndel Naturschutz und Ingenieur\u00f6kologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Naturschutz und Ingenieur\u00f6kologie" + "52001": { + "code": "TUXS20E", + "name": "Studiengang M.Sc. Bauingenieurwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Bauingenieurwesen" }, - "TUXB40N": { - "code": "TUXB40N", - "id": 52102, - "name": "Studiengangsb\u00fcndel Studienprogramme Landschaftsarchitektur und Landschaftsplanung", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Studienprogramme Landschaftsarchitektur und Landschaftsplanung" + "52002": { + "code": "TUXS20F", + "name": "Studiengang M.Sc. Computational Mechanics", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Computational Mechanics" }, - "TUXB40O": { - "code": "TUXB40O", - "id": 52137, - "name": "Studiengangsb\u00fcndel Austauschprogramme Life Sciences", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences" + "52003": { + "code": "TUXS20G", + "name": "Studiengang M.Sc. Rail, Transport and Logistics", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Rail, Transport and Logistics" }, - "TUXB40P": { - "code": "TUXB40P", - "id": 52838, - "name": "Studiengangsb\u00fcndel Archiv Modulhandb\u00fccher", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Archiv Modulhandb\u00fccher" + "52004": { + "code": "TUXS20H", + "name": "Studiengang M.Sc. Ressourceneffizientes und Nachhaltiges Bauen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Ressourceneffizientes und Nachhaltiges Bauen" }, - "TUXB40Q": { - "code": "TUXB40Q", - "id": 53157, - "name": "Studiengangsb\u00fcndel Promotionsprogramme LS", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS" + "52005": { + "code": "TUXS20I", + "name": "Studiengang M.Sc. Transportation Systems", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Transportation Systems" }, - "TUXB40R": { - "code": "TUXB40R", - "id": 53857, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Studieng\u00e4nge auslaufend" + "52006": { + "code": "TUXS20J", + "name": "Studiengang M.Sc. Umweltingenieurwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Studieng\u00e4nge auslaufend/M.Sc. Umweltingenieurwesen" }, - "TUXB40S": { - "code": "TUXB40S", - "id": 53858, + "52007": { + "code": "TUXB20A", "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Studieng\u00e4nge auslaufend" + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Studieng\u00e4nge auslaufend" }, - "TUXB40T": { - "code": "TUXB40T", - "id": 53859, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Studieng\u00e4nge auslaufend" + "52008": { + "code": "TUXS20N", + "name": "Studiengang M.Sc. Energieeffizientes und nachhaltiges Bauen (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Studieng\u00e4nge auslaufend/M.Sc. Energieeffizientes und nachhaltiges Bauen (auslaufend)" }, - "TUXB40U": { - "code": "TUXB40U", - "id": 53860, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Studieng\u00e4nge auslaufend" + "52009": { + "code": "TUXS20K", + "name": "Studiengang M.Sc. (hons) Computational Mechanics (Honoursprogramm)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. (hons) Computational Mechanics (Honoursprogramm)" }, - "TUXB40V": { - "code": "TUXB40V", - "id": 53861, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Studieng\u00e4nge auslaufend" + "52010": { + "code": "TUXS20M", + "name": "Studiengang Praktikum Bau- und Umweltingenieurwesen", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Praktikum Bau- und Umweltingenieurwesen" }, - "TUXB40W": { - "code": "TUXB40W", - "id": 53862, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Studieng\u00e4nge auslaufend" + "52011": { + "code": "TUXS204", + "name": "Studiengang Praktikum Luft- und Raumfahrt", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/Praktikum Luft- und Raumfahrt" }, - "TUXB40X": { - "code": "TUXB40X", - "id": 53864, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences/Studieng\u00e4nge auslaufend" + "52012": { + "code": "TUXS20V", + "name": "Studiengang Praktikum Geod\u00e4sie und Geoinformation", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/Praktikum Geod\u00e4sie und Geoinformation" }, - "TUXB40Y": { - "code": "TUXB40Y", - "id": 53863, - "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/Studieng\u00e4nge auslaufend" + "52013": { + "code": "TUXS20W", + "name": "Studiengang B.Sc. Geowissenschaften", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/B.Sc. Geowissenschaften" }, - "TUXB500": { - "code": "TUXB500", - "id": 55117, - "name": "Studiengangsb\u00fcndel Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Sportwissenschaft" + "52014": { + "code": "TUXS20X", + "name": "Studiengang M.Sc. Geomaterialien und Geochemie", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. Geomaterialien und Geochemie" }, - "TUXB501": { - "code": "TUXB501", - "id": 55118, - "name": "Studiengangsb\u00fcndel Gesundheitswissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft" + "52015": { + "code": "TUXS20Y", + "name": "Studiengang M.Sc. Geophysics", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. Geophysics" }, - "TUXB502": { - "code": "TUXB502", - "id": 55119, - "name": "Studiengangsb\u00fcndel Lehramt Sport", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport" + "52016": { + "code": "TUXS20Z", + "name": "Studiengang M.Sc. GeoThermie/GeoEnergie", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. GeoThermie/GeoEnergie" }, - "TUXB503": { - "code": "TUXB503", - "id": 55120, - "name": "Studiengangsb\u00fcndel Biomedical Sciences", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Biomedical Sciences" + "52017": { + "code": "TUXS210", + "name": "Studiengang M.Sc. Ingenieur- und Hydrogeologie", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. Ingenieur- und Hydrogeologie" }, - "TUXB504": { - "code": "TUXB504", - "id": 55121, - "name": "Studiengangsb\u00fcndel Medizin", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Medizin" + "52018": { + "code": "TUXS211", + "name": "Studiengang M.Sc. Geologische Wissenschaften", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Studieng\u00e4nge auslaufend/M.Sc. Geologische Wissenschaften" }, - "TUXB505": { - "code": "TUXB505", - "id": 55122, - "name": "Studiengangsb\u00fcndel SG Archiv", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv" + "52019": { + "code": "TUXS212", + "name": "Studiengang Austauschprogramm Geo Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Austauschprogramm Geo Engineering" }, - "TUXB506": { - "code": "TUXB506", - "id": 55123, - "name": "Studiengangsb\u00fcndel ME Archiv", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv" + "52020": { + "code": "TUXS213", + "name": "Studiengang Praktikum Geo Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Praktikum Geo Engineering" }, - "TUXB507": { - "code": "TUXB507", - "id": 55257, - "name": "Studiengangsb\u00fcndel Promotionen MH", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH" + "52021": { + "code": "TUXB20C", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Studieng\u00e4nge auslaufend" }, - "TUXB601": { - "code": "TUXB601", - "id": 52198, - "name": "Studiengangsb\u00fcndel School of Management Standort M\u00fcnchen", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen" + "52022": { + "code": "TUXB208", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/Studieng\u00e4nge auslaufend" }, - "TUXB602": { - "code": "TUXB602", - "id": 52199, - "name": "Studiengangsb\u00fcndel School of Management Standort Heilbronn", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn" + "52023": { + "code": "TUXB20B", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/Studieng\u00e4nge auslaufend" }, - "TUXB603": { - "code": "TUXB603", - "id": 52200, - "name": "Studiengangsb\u00fcndel School of Management Standort Straubing", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Straubing" + "52024": { + "code": "TUXS205", + "name": "Studiengang B.A. Architektur", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/B.A. Architektur" }, - "TUXB604": { - "code": "TUXB604", - "id": 52201, - "name": "Studiengangsb\u00fcndel Austauschprogramme", - "path": "TUM/Schools/Management/Studienorganisation/Austauschprogramme" + "52025": { + "code": "TUXS206", + "name": "Studiengang M.A. Architektur", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/M.A. Architektur" }, - "TUXB605": { - "code": "TUXB605", - "id": 52202, - "name": "Studiengangsb\u00fcndel Promotionsprogramme MGT", - "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT" + "52026": { + "code": "TUXS207", + "name": "Studiengang M.A. Landschaftsarchitektur", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/M.A. Landschaftsarchitektur" }, - "TUXB606": { - "code": "TUXB606", - "id": 52203, - "name": "Studiengangsb\u00fcndel Executive & Professional Education", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education" + "52027": { + "code": "TUXS208", + "name": "Studiengang M.Sc. Urbanistik - Landschaft und Stadt", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/M.Sc. Urbanistik - Landschaft und Stadt" }, - "TUXB701": { - "code": "TUXB701", - "id": 52297, - "name": "Studiengangsb\u00fcndel Berufliche Bildung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung" + "52028": { + "code": "TUXS209", + "name": "Studiengang Austauschprogramm Architecture and Design", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Austauschprogramm Architecture and Design" }, - "TUXB702": { - "code": "TUXB702", - "id": 52298, - "name": "Studiengangsb\u00fcndel Gymnasiales Lehramt", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt" + "52029": { + "code": "TUXS20A", + "name": "Studiengang Praktikum Architecture and Design", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Praktikum Architecture and Design" }, - "TUXB703": { - "code": "TUXB703", - "id": 52299, - "name": "Studiengangsb\u00fcndel Political, Social and Educational Sciences", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences" + "52030": { + "code": "TUXB209", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Studieng\u00e4nge auslaufend" }, - "TUXB704": { - "code": "TUXB704", - "id": 52300, - "name": "Studiengangsb\u00fcndel Zertifikatsprogramme", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Zertifikatsprogramme" + "52031": { + "code": "TUXS20B", + "name": "Studiengang B.Sc. Restaurierung, Kunsttechnologie und Konservierungswissenschaft (auslaufend)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Studieng\u00e4nge auslaufend/B.Sc. Restaurierung, Kunsttechnologie und Konservierungswissenschaft (auslaufend)" }, - "TUXB705": { - "code": "TUXB705", - "id": 52301, - "name": "Studiengangsb\u00fcndel Kontextlehre", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Kontextlehre" + "52032": { + "code": "TUXS219", + "name": "Studiengang Austauschprogramm Munich School of Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/Austauschprogramm Munich School of Engineering" }, - "TUXB706": { - "code": "TUXB706", - "id": 52302, - "name": "Studiengangsb\u00fcndel Austauschprogramme", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme" + "52033": { + "code": "TUXS21A", + "name": "Studiengang Praktikum Munich School of Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/Praktikum Munich School of Engineering" }, - "TUXB707": { - "code": "TUXB707", - "id": 52303, - "name": "Studiengangsb\u00fcndel Promotionsprogramme SOT", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT" + "52034": { + "code": "TUXB20D", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/Studieng\u00e4nge auslaufend" }, - "TUXB708": { - "code": "TUXB708", - "id": 52304, - "name": "Studiengangsb\u00fcndel Bachelor of Education Berufliche Bildung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung" + "52035": { + "code": "TUXS214", + "name": "Studiengang B.Sc. Ingenieurwissenschaften (Engineering Science)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/B.Sc. Ingenieurwissenschaften (Engineering Science)" }, - "TUXB709": { - "code": "TUXB709", - "id": 52305, - "name": "Studiengangsb\u00fcndel Master of Education Berufliche Bildung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung" + "52036": { + "code": "TUXS215", + "name": "Studiengang M.Sc. Industrielle Biotechnologie", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Industrielle Biotechnologie" }, - "TUXB70A": { - "code": "TUXB70A", - "id": 52306, - "name": "Studiengangsb\u00fcndel Berufliches Lehramt: Erweiterung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung" + "52037": { + "code": "TUXS216", + "name": "Studiengang M.Sc. Ergonomie - Human Factors Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Ergonomie - Human Factors Engineering" }, - "TUXB70B": { - "code": "TUXB70B", - "id": 52307, - "name": "Studiengangsb\u00fcndel Master of Education Berufliche Bildung integriert", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung integriert" + "52038": { + "code": "TUXS217", + "name": "Studiengang M.Sc. Materials Science and Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Materials Science and Engineering" + }, + "52039": { + "code": "TUXS218", + "name": "Studiengang M.Sc. Power Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Power Engineering" + }, + "52079": { + "code": "TUS1OTS", + "name": "School Office der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/School Office" }, - "TUXB70C": { - "code": "TUXB70C", - "id": 52308, - "name": "Studiengangsb\u00fcndel Lehramt an Mittelschulen / Staatsexamen", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen" + "52082": { + "code": "TUS3OTS", + "name": "School Office der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/School Office" }, - "TUXB70D": { - "code": "TUXB70D", - "id": 52309, - "name": "Studiengangsb\u00fcndel Master Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Wirtschaftsp\u00e4dagogik" + "52085": { + "code": "TUS7OTS", + "name": "School Office der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/School Office" }, - "TUXB70E": { - "code": "TUXB70E", - "id": 52310, - "name": "Studiengangsb\u00fcndel Bachelor of Education Naturwissenschaftliche Bildung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung" + "52088": { + "code": "TUS5OTS", + "name": "School Office der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/School Office" }, - "TUXB70F": { - "code": "TUXB70F", - "id": 52311, - "name": "Studiengangsb\u00fcndel Master of Education Naturwissenschaftliche Bildung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung" + "52097": { + "code": "TUXB403", + "name": "Studiengangsb\u00fcndel Studienprogramme Agrar- und Gartenbauwissenschaften", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Studienprogramme Agrar- und Gartenbauwissenschaften" }, - "TUXB70G": { - "code": "TUXB70G", - "id": 52312, - "name": "Studiengangsb\u00fcndel Naturwissenschaftliche Bildung: Erweiterung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung" + "52098": { + "code": "TUXB408", + "name": "Studiengangsb\u00fcndel Studienprogramme Biowissenschaften und Biotechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Studienprogramme Biowissenschaften und Biotechnologie" }, - "TUXB70H": { - "code": "TUXB70H", - "id": 52313, - "name": "Studiengangsb\u00fcndel Political Science & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology" + "52099": { + "code": "TUXB40C", + "name": "Studiengangsb\u00fcndel Studienprogramme Brau- und Lebensmitteltechnologie und Bioprozesstechnik", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Studienprogramme Brau- und Lebensmitteltechnologie und Bioprozesstechnik" }, - "TUXB70I": { - "code": "TUXB70I", - "id": 52314, - "name": "Studiengangsb\u00fcndel Social Science & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology" + "52100": { + "code": "TUXB40F", + "name": "Studiengangsb\u00fcndel Studienprogramme Ern\u00e4hrungswissenschaft", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Studienprogramme Ern\u00e4hrungswissenschaft" }, - "TUXB70J": { - "code": "TUXB70J", - "id": 52315, - "name": "Studiengangsb\u00fcndel Educational Science & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Educational Science & Technology" + "52101": { + "code": "TUXB40J", + "name": "Studiengangsb\u00fcndel Studienprogramme Forstwissenschaft und Ressourcenmanagement", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Studienprogramme Forstwissenschaft und Ressourcenmanagement" }, - "TUXB70K": { - "code": "TUXB70K", - "id": 52316, - "name": "Studiengangsb\u00fcndel TUM Skills Excellence Program Social Sciences", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Zertifikatsprogramme/TUM Skills Excellence Program Social Sciences" + "52102": { + "code": "TUXB40N", + "name": "Studiengangsb\u00fcndel Studienprogramme Landschaftsarchitektur und Landschaftsplanung", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Studienprogramme Landschaftsarchitektur und Landschaftsplanung" }, - "TUXB70L": { - "code": "TUXB70L", - "id": 19700, - "name": "Studiengangsb\u00fcndel WTG", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Kontextlehre/WTG" + "52117": { + "code": "TUXS403", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Agrar- und Gartenbauwissenschaften)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Studienprogramme Agrar- und Gartenbauwissenschaften/TUM Skills Excellence Program (TUM School of Life Sciences Agrar- und Gartenbauwissenschaften)" }, - "TUXB70M": { - "code": "TUXB70M", - "id": 52318, - "name": "Studiengangsb\u00fcndel Lehrerbildung", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Kontextlehre/Lehrerbildung" + "52118": { + "code": "TUXS408", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Biowissenschaften und Biotechnologie)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Studienprogramme Biowissenschaften und Biotechnologie/TUM Skills Excellence Program (TUM School of Life Sciences Biowissenschaften und Biotechnologie)" }, - "TUXB70N": { - "code": "TUXB70N", - "id": 52319, - "name": "Studiengangsb\u00fcndel Practical Project Students", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/Practical Project Students" + "52119": { + "code": "TUXS40H", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Brau-, Lebensmitteltechnologie und Bioprozesstechnik)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Studienprogramme Brau- und Lebensmitteltechnologie und Bioprozesstechnik/TUM Skills Excellence Program (TUM School of Life Sciences Brau-, Lebensmitteltechnologie und Bioprozesstechnik)" }, - "TUXB70O": { - "code": "TUXB70O", - "id": 52320, - "name": "Studiengangsb\u00fcndel nicht studienbeitragspflichtig", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig" + "52120": { + "code": "TUXS40L", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Ern\u00e4hrungswissenschaft)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Studienprogramme Ern\u00e4hrungswissenschaft/TUM Skills Excellence Program (TUM School of Life Sciences Ern\u00e4hrungswissenschaft)" }, - "TUXB70P": { - "code": "TUXB70P", - "id": 52857, - "name": "Studiengangsb\u00fcndel Ausgelaufene Programme", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme" + "52121": { + "code": "TUXS40P", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Forstwissenschaft und Ressourcenmanagement)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Studienprogramme Forstwissenschaft und Ressourcenmanagement/TUM Skills Excellence Program (TUM School of Life Sciences Forstwissenschaft und Ressourcenmanagement)" }, - "TUXB70Q": { - "code": "TUXB70Q", - "id": 53697, - "name": "Studiengangsb\u00fcndel Master Vocational Education and Innovation", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Vocational Education and Innovation" + "52122": { + "code": "TUXS40T", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Landschaftsarchitektur und Landschaftsplanung)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Studienprogramme Landschaftsarchitektur und Landschaftsplanung/TUM Skills Excellence Program (TUM School of Life Sciences Landschaftsarchitektur und Landschaftsplanung)" }, - "TUXB70R": { - "code": "TUXB70R", - "id": 55918, - "name": "Studiengangsb\u00fcndel AI in Society", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/AI in Society" + "52137": { + "code": "TUXB40O", + "name": "Studiengangsb\u00fcndel Austauschprogramme Life Sciences", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences" }, - "TUXO100": { - "code": "TUXO100", - "id": 53638, - "name": "Studienorganisation der TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation" + "52138": { + "code": "TUXS40U", + "name": "Studiengang Austauschprogramm (nicht studienbeitragspflichtig)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences/Austauschprogramm (nicht studienbeitragspflichtig)" }, - "TUXO200": { - "code": "TUXO200", - "id": 51937, - "name": "Studienorganisation der TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Studienorganisation" + "52139": { + "code": "TUXS40V", + "name": "Studiengang Austauschprogramm (Practical Project Students)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences/Austauschprogramm (Practical Project Students)" }, - "TUXO300": { - "code": "TUXO300", - "id": 52977, - "name": "Studienorganisation der TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Studienorganisation" + "52157": { + "code": "TUMWPES", + "name": "Lehrstuhl f\u00fcr Produktionstechnik und Energiespeichersysteme (Prof. Daub)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktionstechnik und Energiespeichersysteme (Prof. Daub)" }, - "TUXO400": { - "code": "TUXO400", - "id": 51737, - "name": "Studienorganisation der TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Studienorganisation" + "52158": { + "code": "TUZET21", + "name": "AI in Healthcare and Medicine (AG R\u00fcckert)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/AI in Healthcare and Medicine (AG R\u00fcckert)" }, - "TUXO500": { - "code": "TUXO500", - "id": 55017, - "name": "Studienorganisation der TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Studienorganisation" + "52177": { + "code": "TUMEZN4", + "name": "Professur f\u00fcr Systemische Stoffwechselbiologie (HMGU) (Prof. Perocchi)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Zellbiologie des Nervensystems (Prof. Misgeld)/Systemische Stoffwechselbiologie (HMGU) (Prof. Perocchi)" }, - "TUXO600": { + "52197": { "code": "TUXO600", - "id": 52197, "name": "Studienorganisation der TUM School of Management", "path": "TUM/Schools/Management/Studienorganisation" }, - "TUXO700": { - "code": "TUXO700", - "id": 52277, - "name": "Studienorganisation der TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation" - }, - "TUXS100": { - "code": "TUXS100", - "id": 53648, - "name": "Studiengang M.Sc. Data Engineering and Analytics", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Data Science/M.Sc. Data Engineering and Analytics" - }, - "TUXS101": { - "code": "TUXS101", - "id": 53649, - "name": "Studiengang M.Sc. Mathematics in Data Science", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Data Science/M.Sc. Mathematics in Data Science" - }, - "TUXS102": { - "code": "TUXS102", - "id": 53650, - "name": "Studiengang B.Sc. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/B.Sc. Elektrotechnik und Informationstechnik" - }, - "TUXS103": { - "code": "TUXS103", - "id": 53651, - "name": "Studiengang M.Sc. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Elektrotechnik und Informationstechnik" - }, - "TUXS104": { - "code": "TUXS104", - "id": 53652, - "name": "Studiengang M.Sc. Communication Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Communication Engineering" + "52198": { + "code": "TUXB601", + "name": "Studiengangsb\u00fcndel School of Management Standort M\u00fcnchen", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen" }, - "TUXS105": { - "code": "TUXS105", - "id": 53653, - "name": "Studiengang M.Sc. Neuroengineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Neuroengineering" + "52199": { + "code": "TUXB602", + "name": "Studiengangsb\u00fcndel School of Management Standort Heilbronn", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn" }, - "TUXS106": { - "code": "TUXS106", - "id": 53654, - "name": "Studiengang Austauschprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/Austauschprogramme" + "52200": { + "code": "TUXB603", + "name": "Studiengangsb\u00fcndel School of Management Standort Straubing", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Straubing" }, - "TUXS107": { - "code": "TUXS107", - "id": 53655, - "name": "Studiengang Zertifikatsprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/Zertifikatsprogramme" + "52201": { + "code": "TUXB604", + "name": "Studiengangsb\u00fcndel Austauschprogramme", + "path": "TUM/Schools/Management/Studienorganisation/Austauschprogramme" }, - "TUXS108": { - "code": "TUXS108", - "id": 53656, - "name": "Studiengang B.Sc. Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Informatik" + "52202": { + "code": "TUXB605", + "name": "Studiengangsb\u00fcndel Promotionsprogramme MGT", + "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT" }, - "TUXS109": { - "code": "TUXS109", - "id": 53657, - "name": "Studiengang B.Sc. Informatik: Games Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Informatik: Games Engineering" + "52203": { + "code": "TUXB606", + "name": "Studiengangsb\u00fcndel Executive & Professional Education", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education" }, - "TUXS10A": { - "code": "TUXS10A", - "id": 53658, - "name": "Studiengang B.Sc. Wirtschaftsinformatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Wirtschaftsinformatik" + "52204": { + "code": "TUXS601", + "name": "Studiengang B.Sc. Technologie- und Managementorientierte Betriebswirtschaftslehre", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/B.Sc. Technologie- und Managementorientierte Betriebswirtschaftslehre" }, - "TUXS10B": { - "code": "TUXS10B", - "id": 53659, - "name": "Studiengang B.Sc. Bioinformatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Bioinformatik" + "52205": { + "code": "TUXS602", + "name": "Studiengang M.Sc. Management and Technology", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Management and Technology" }, - "TUXS10C": { - "code": "TUXS10C", - "id": 53660, - "name": "Studiengang M.Sc. Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Informatik" + "52206": { + "code": "TUXS603", + "name": "Studiengang M.Sc. Management", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Management" }, - "TUXS10D": { - "code": "TUXS10D", - "id": 53661, - "name": "Studiengang M.Sc. Informatik: Games Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Informatik: Games Engineering" + "52207": { + "code": "TUXS604", + "name": "Studiengang M.Sc. Consumer Science", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Consumer Science" }, - "TUXS10E": { - "code": "TUXS10E", - "id": 53662, - "name": "Studiengang M.Sc. Robotics, Cognition, Intelligence", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Robotics, Cognition, Intelligence" + "52208": { + "code": "TUXS605", + "name": "Studiengang M.Sc. Finance and Information Management", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Finance and Information Management" }, - "TUXS10F": { - "code": "TUXS10F", - "id": 53663, - "name": "Studiengang M.Sc. Computational Science and Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Computational Science and Engineering" + "52209": { + "code": "TUXS606", + "name": "Studiengang TUM Skills Excellence Program Management", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/TUM Skills Excellence Program Management" }, - "TUXS10G": { - "code": "TUXS10G", - "id": 53664, - "name": "Studiengang M.Sc. Biomedical Computing", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Biomedical Computing" + "52210": { + "code": "TUXS607", + "name": "Studiengang Auslaufende", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/Auslaufende" }, - "TUXS10H": { - "code": "TUXS10H", - "id": 53665, - "name": "Studiengang M.Sc. Information Systems", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Information Systems" + "52211": { + "code": "TUXS608", + "name": "Studiengang B.Sc. Management and Technology", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/B.Sc. Management and Technology" }, - "TUXS10I": { - "code": "TUXS10I", - "id": 53666, - "name": "Studiengang M.Sc. Bioinformatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Bioinformatik" + "52212": { + "code": "TUXS609", + "name": "Studiengang M.Sc. Management", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/M.Sc. Management" }, - "TUXS10J": { - "code": "TUXS10J", - "id": 53667, - "name": "Studiengang Austauschprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/Austauschprogramme" + "52213": { + "code": "TUXS60A", + "name": "Studiengang TUM Skills Excellence Program Management", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/TUM Skills Excellence Program Management" }, - "TUXS10K": { - "code": "TUXS10K", - "id": 53668, - "name": "Studiengang Zertifikatsprogramme\t", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/Zertifikatsprogramme\t" + "52214": { + "code": "TUXS60B", + "name": "Studiengang B.Sc. Sustainable Management and Technology", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Straubing/B.Sc. Sustainable Management and Technology" }, - "TUXS10L": { - "code": "TUXS10L", - "id": 53669, - "name": "Studiengang B.Sc. Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/B.Sc. Mathematik" + "52215": { + "code": "TUXS60C", + "name": "Studiengang M.Sc. Sustainable Management and Technology", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Straubing/M.Sc. Sustainable Management and Technology" }, - "TUXS10M": { - "code": "TUXS10M", - "id": 53670, - "name": "Studiengang M.Sc. Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/M.Sc. Mathematik" + "52216": { + "code": "TUXS60D", + "name": "Studiengang Austauschprogramm (nicht studienbeitragspflichtig)", + "path": "TUM/Schools/Management/Studienorganisation/Austauschprogramme/Austauschprogramm (nicht studienbeitragspflichtig)" }, - "TUXS10N": { - "code": "TUXS10N", - "id": 53671, - "name": "Studiengang TopMath", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/TopMath" + "52217": { + "code": "TUXS60E", + "name": "Studiengang Austauschprogramm (Practical Project Students)", + "path": "TUM/Schools/Management/Studienorganisation/Austauschprogramme/Austauschprogramm (Practical Project Students)" }, - "TUXS10O": { - "code": "TUXS10O", - "id": 53672, - "name": "Studiengang Austauschprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/Austauschprogramme" + "52218": { + "code": "TUXS60F", + "name": "Studiengang TUM School of Management (M\u00fcnchen)", + "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT/TUM School of Management (M\u00fcnchen)" }, - "TUXS10P": { - "code": "TUXS10P", - "id": 53673, - "name": "Studiengang Zertifikatsprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/Zertifikatsprogramme" + "52219": { + "code": "TUXS60G", + "name": "Studiengang TUM School of Management (Heilbronn)", + "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT/TUM School of Management (Heilbronn)" }, - "TUXS10Q": { - "code": "TUXS10Q", - "id": 53674, - "name": "Studiengang B.Sc. Information Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Heilbronn/B.Sc. Information Engineering" + "52220": { + "code": "TUXS60H", + "name": "Studiengang Gastpromotion", + "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT/Gastpromotion" }, - "TUXS10R": { - "code": "TUXS10R", - "id": 53675, - "name": "Studiengang B.Eng. Electronics & Data Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur/B.Eng. Electronics & Data Engineering" + "52221": { + "code": "TUXS60I", + "name": "Studiengang EMBA", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA" }, - "TUXS10S": { - "code": "TUXS10S", - "id": 53676, - "name": "Studiengang M.Sc. Integrated Circuit Design", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur/M.Sc. Integrated Circuit Design" + "52222": { + "code": "TUXS60J", + "name": "Studiengang EMBA Innovation and Business Creation", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA Innovation and Business Creation" }, - "TUXS10T": { - "code": "TUXS10T", - "id": 53677, - "name": "Studiengang M.Sc. Green Electronics", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur/M.Sc. Green Electronics" + "52223": { + "code": "TUXS60K", + "name": "Studiengang EMBA Business & IT", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA Business & IT" }, - "TUXS10U": { - "code": "TUXS10U", - "id": 53678, - "name": "Studiengang Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT/Elektrotechnik und Informationstechnik" + "52224": { + "code": "TUXS60L", + "name": "Studiengang M.Sc. Management and Innovation (M\u00fcnchen)", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/M.Sc. Management and Innovation (M\u00fcnchen)" }, - "TUXS10V": { - "code": "TUXS10V", - "id": 53679, - "name": "Studiengang Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT/Informatik" + "52225": { + "code": "TUXS60M", + "name": "Studiengang M.Sc. Management and Innovation (Heilbronn)", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/M.Sc. Management and Innovation (Heilbronn)" }, - "TUXS10W": { - "code": "TUXS10W", - "id": 53680, - "name": "Studiengang Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT/Mathematik" + "52257": { + "code": "TUS4P7T", + "name": "TUM Plant Technology Center (PTC)", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)" }, - "TUXS10X": { - "code": "TUXS10X", - "id": 53681, - "name": "Studiengang Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Elektrotechnik und Informationstechnik" + "52258": { + "code": "TUS4G6P", + "name": "Greenhouses and Phytochambers Unit", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit" }, - "TUXS10Y": { - "code": "TUXS10Y", - "id": 53682, - "name": "Studiengang Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Informatik" + "52259": { + "code": "TUS4F9C", + "name": "Field Crops Unit", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit" }, - "TUXS10Z": { - "code": "TUXS10Z", - "id": 53683, - "name": "Studiengang Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Mathematik" + "52260": { + "code": "TUS4A8R", + "name": "TUM Animal Research Center (ARC)", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)" }, - "TUXS110": { - "code": "TUXS110", - "id": 53684, - "name": "Studiengang Promotionen", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Promotionen" + "52261": { + "code": "TUS4N1T", + "name": "Nutztier-Unit", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Nutztier-Unit" }, - "TUXS111": { - "code": "TUXS111", - "id": 53978, - "name": "Studiengang M.Sc. Communications and Electronics Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Communications and Electronics Engineering" + "52262": { + "code": "TUS4K2T", + "name": "Kleintier-Unit", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Kleintier-Unit" }, - "TUXS112": { - "code": "TUXS112", - "id": 54497, - "name": "Studiengang M.Sc. Data Engineering and Analytics", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Data Engineering and Analytics" + "52277": { + "code": "TUXO700", + "name": "Studienorganisation der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation" }, - "TUXS113": { - "code": "TUXS113", - "id": 55957, - "name": "Studiengang M.Sc. Information Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Heilbronn/M.Sc. Information Engineering" + "52297": { + "code": "TUXB701", + "name": "Studiengangsb\u00fcndel Berufliche Bildung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung" }, - "TUXS200": { - "code": "TUXS200", - "id": 51948, - "name": "Studiengang B.Sc. Aerospace", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/B.Sc. Aerospace" + "52298": { + "code": "TUXB702", + "name": "Studiengangsb\u00fcndel Gymnasiales Lehramt", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt" }, - "TUXS201": { - "code": "TUXS201", - "id": 51949, - "name": "Studiengang M.Sc. Aerospace", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/M.Sc. Aerospace" + "52299": { + "code": "TUXB703", + "name": "Studiengangsb\u00fcndel Political, Social and Educational Sciences", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences" }, - "TUXS202": { - "code": "TUXS202", - "id": 51950, - "name": "Studiengang M.Sc. Aerospace Engineering (GIST TUM Asia)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/M.Sc. Aerospace Engineering (GIST TUM Asia)" + "52300": { + "code": "TUXB704", + "name": "Studiengangsb\u00fcndel Zertifikatsprogramme", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Zertifikatsprogramme" }, - "TUXS203": { - "code": "TUXS203", - "id": 51947, - "name": "Studiengang Austauschprogramm Luft- und Raumfahrt", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/Austauschprogramm Luft- und Raumfahrt" + "52301": { + "code": "TUXB705", + "name": "Studiengangsb\u00fcndel Kontextlehre", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Kontextlehre" }, - "TUXS204": { - "code": "TUXS204", - "id": 52011, - "name": "Studiengang Praktikum Luft- und Raumfahrt", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Aerospace/Praktikum Luft- und Raumfahrt" + "52302": { + "code": "TUXB706", + "name": "Studiengangsb\u00fcndel Austauschprogramme", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme" }, - "TUXS205": { - "code": "TUXS205", - "id": 52024, - "name": "Studiengang B.A. Architektur", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/B.A. Architektur" + "52303": { + "code": "TUXB707", + "name": "Studiengangsb\u00fcndel Promotionsprogramme SOT", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT" }, - "TUXS206": { - "code": "TUXS206", - "id": 52025, - "name": "Studiengang M.A. Architektur", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/M.A. Architektur" + "52304": { + "code": "TUXB708", + "name": "Studiengangsb\u00fcndel Bachelor of Education Berufliche Bildung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung" }, - "TUXS207": { - "code": "TUXS207", - "id": 52026, - "name": "Studiengang M.A. Landschaftsarchitektur", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/M.A. Landschaftsarchitektur" + "52305": { + "code": "TUXB709", + "name": "Studiengangsb\u00fcndel Master of Education Berufliche Bildung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung" }, - "TUXS208": { - "code": "TUXS208", - "id": 52027, - "name": "Studiengang M.Sc. Urbanistik - Landschaft und Stadt", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/M.Sc. Urbanistik - Landschaft und Stadt" + "52306": { + "code": "TUXB70A", + "name": "Studiengangsb\u00fcndel Berufliches Lehramt: Erweiterung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung" }, - "TUXS209": { - "code": "TUXS209", - "id": 52028, - "name": "Studiengang Austauschprogramm Architecture and Design", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Austauschprogramm Architecture and Design" + "52307": { + "code": "TUXB70B", + "name": "Studiengangsb\u00fcndel Master of Education Berufliche Bildung integriert", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung integriert" }, - "TUXS20A": { - "code": "TUXS20A", - "id": 52029, - "name": "Studiengang Praktikum Architecture and Design", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Praktikum Architecture and Design" + "52308": { + "code": "TUXB70C", + "name": "Studiengangsb\u00fcndel Lehramt an Mittelschulen / Staatsexamen", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen" }, - "TUXS20B": { - "code": "TUXS20B", - "id": 52031, - "name": "Studiengang B.Sc. Restaurierung, Kunsttechnologie und Konservierungswissenschaft (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Architecture and Design/Studieng\u00e4nge auslaufend/B.Sc. Restaurierung, Kunsttechnologie und Konservierungswissenschaft (auslaufend)" + "52309": { + "code": "TUXB70D", + "name": "Studiengangsb\u00fcndel Master Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Wirtschaftsp\u00e4dagogik" }, - "TUXS20C": { - "code": "TUXS20C", - "id": 51999, - "name": "Studiengang B.Sc. Bauingenieurwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/B.Sc. Bauingenieurwesen" + "52310": { + "code": "TUXB70E", + "name": "Studiengangsb\u00fcndel Bachelor of Education Naturwissenschaftliche Bildung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung" }, - "TUXS20D": { - "code": "TUXS20D", - "id": 52000, - "name": "Studiengang B.Sc. Umweltingenieurwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/B.Sc. Umweltingenieurwesen" + "52311": { + "code": "TUXB70F", + "name": "Studiengangsb\u00fcndel Master of Education Naturwissenschaftliche Bildung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung" }, - "TUXS20E": { - "code": "TUXS20E", - "id": 52001, - "name": "Studiengang M.Sc. Bauingenieurwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Bauingenieurwesen" + "52312": { + "code": "TUXB70G", + "name": "Studiengangsb\u00fcndel Naturwissenschaftliche Bildung: Erweiterung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung" }, - "TUXS20F": { - "code": "TUXS20F", - "id": 52002, - "name": "Studiengang M.Sc. Computational Mechanics", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Computational Mechanics" + "52313": { + "code": "TUXB70H", + "name": "Studiengangsb\u00fcndel Political Science & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology" }, - "TUXS20G": { - "code": "TUXS20G", - "id": 52003, - "name": "Studiengang M.Sc. Rail, Transport and Logistics", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Rail, Transport and Logistics" + "52314": { + "code": "TUXB70I", + "name": "Studiengangsb\u00fcndel Social Science & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology" }, - "TUXS20H": { - "code": "TUXS20H", - "id": 52004, - "name": "Studiengang M.Sc. Ressourceneffizientes und Nachhaltiges Bauen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Ressourceneffizientes und Nachhaltiges Bauen" + "52315": { + "code": "TUXB70J", + "name": "Studiengangsb\u00fcndel Educational Science & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Educational Science & Technology" }, - "TUXS20I": { - "code": "TUXS20I", - "id": 52005, - "name": "Studiengang M.Sc. Transportation Systems", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Transportation Systems" + "52316": { + "code": "TUXB70K", + "name": "Studiengangsb\u00fcndel TUM Skills Excellence Program Social Sciences", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Zertifikatsprogramme/TUM Skills Excellence Program Social Sciences" }, - "TUXS20J": { - "code": "TUXS20J", - "id": 52006, - "name": "Studiengang M.Sc. Umweltingenieurwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Studieng\u00e4nge auslaufend/M.Sc. Umweltingenieurwesen" + "52318": { + "code": "TUXB70M", + "name": "Studiengangsb\u00fcndel Lehrerbildung", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Kontextlehre/Lehrerbildung" }, - "TUXS20K": { - "code": "TUXS20K", - "id": 52009, - "name": "Studiengang M.Sc. (hons) Computational Mechanics (Honoursprogramm)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. (hons) Computational Mechanics (Honoursprogramm)" + "52319": { + "code": "TUXB70N", + "name": "Studiengangsb\u00fcndel Practical Project Students", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/Practical Project Students" }, - "TUXS20L": { - "code": "TUXS20L", - "id": 51998, - "name": "Studiengang Austauschprogramm Bau- und Umweltingenieurwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Austauschprogramm Bau- und Umweltingenieurwesen" + "52320": { + "code": "TUXB70O", + "name": "Studiengangsb\u00fcndel nicht studienbeitragspflichtig", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig" }, - "TUXS20M": { - "code": "TUXS20M", - "id": 52010, - "name": "Studiengang Praktikum Bau- und Umweltingenieurwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Praktikum Bau- und Umweltingenieurwesen" + "52321": { + "code": "TUWIB46", + "name": "Professur f\u00fcr Applied Econometrics (Prof. Farbmacher)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Applied Econometrics (Prof. Farbmacher)" }, - "TUXS20N": { - "code": "TUXS20N", - "id": 52008, - "name": "Studiengang M.Sc. Energieeffizientes und nachhaltiges Bauen (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/Studieng\u00e4nge auslaufend/M.Sc. Energieeffizientes und nachhaltiges Bauen (auslaufend)" + "52337": { + "code": "TUXS701", + "name": "Studiengang B.Ed. Agrarwirtschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Agrarwirtschaft" + }, + "52338": { + "code": "TUXS702", + "name": "Studiengang B.Ed. Bautechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Bautechnik" }, - "TUXS20O": { - "code": "TUXS20O", - "id": 51952, - "name": "Studiengang B.Sc. Bodenordnung und Landentwicklung", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/B.Sc. Bodenordnung und Landentwicklung" + "52339": { + "code": "TUXS703", + "name": "Studiengang B.Ed. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Elektrotechnik und Informationstechnik" }, - "TUXS20P": { - "code": "TUXS20P", - "id": 51953, - "name": "Studiengang B.Sc. Geod\u00e4sie und Geoinformation", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/B.Sc. Geod\u00e4sie und Geoinformation" + "52340": { + "code": "TUXS704", + "name": "Studiengang B.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft" }, - "TUXS20Q": { - "code": "TUXS20Q", - "id": 51954, - "name": "Studiengang M.Sc. Earth Oriented Space Science and Technology", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Earth Oriented Space Science and Technology" + "52341": { + "code": "TUXS705", + "name": "Studiengang B.Ed. Gesundheits- und Pflegewissenschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Gesundheits- und Pflegewissenschaft" }, - "TUXS20R": { - "code": "TUXS20R", - "id": 51955, - "name": "Studiengang M.Sc. Cartography", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Cartography" + "52342": { + "code": "TUXS706", + "name": "Studiengang B.Ed. Metalltechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Metalltechnik" }, - "TUXS20S": { - "code": "TUXS20S", - "id": 51956, - "name": "Studiengang M.Sc. Geod\u00e4sie und Geoinformation", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Geod\u00e4sie und Geoinformation" + "52343": { + "code": "TUXS707", + "name": "Studiengang M.Ed. Agrarwirtschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Agrarwirtschaft" }, - "TUXS20T": { - "code": "TUXS20T", - "id": 51957, - "name": "Studiengang M.Sc. Land Management and Geospatial Science", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/M.Sc. Land Management and Geospatial Science" + "52344": { + "code": "TUXS708", + "name": "Studiengang M.Ed. Bautechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Bautechnik" }, - "TUXS20U": { - "code": "TUXS20U", - "id": 51951, - "name": "Studiengang Austauschprogramm Geod\u00e4sie und Geoinformation", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/Austauschprogramm Geod\u00e4sie und Geoinformation" + "52345": { + "code": "TUXS709", + "name": "Studiengang M.Ed. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Elektrotechnik und Informationstechnik" }, - "TUXS20V": { - "code": "TUXS20V", - "id": 52012, - "name": "Studiengang Praktikum Geod\u00e4sie und Geoinformation", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geodesy/Praktikum Geod\u00e4sie und Geoinformation" + "52346": { + "code": "TUXS70A", + "name": "Studiengang M.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft" }, - "TUXS20W": { - "code": "TUXS20W", - "id": 52013, - "name": "Studiengang B.Sc. Geowissenschaften", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/B.Sc. Geowissenschaften" + "52347": { + "code": "TUXS70B", + "name": "Studiengang M.Ed. Gesundheits- und Pflegewissenschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Gesundheits- und Pflegewissenschaft" }, - "TUXS20X": { - "code": "TUXS20X", - "id": 52014, - "name": "Studiengang M.Sc. Geomaterialien und Geochemie", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. Geomaterialien und Geochemie" + "52348": { + "code": "TUXS70C", + "name": "Studiengang M.Ed. Metalltechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Metalltechnik" }, - "TUXS20Y": { - "code": "TUXS20Y", - "id": 52015, - "name": "Studiengang M.Sc. Geophysics", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. Geophysics" + "52349": { + "code": "TUXS70D", + "name": "Studiengang Biologie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Biologie" }, - "TUXS20Z": { - "code": "TUXS20Z", - "id": 52016, - "name": "Studiengang M.Sc. GeoThermie/GeoEnergie", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. GeoThermie/GeoEnergie" + "52350": { + "code": "TUXS70E", + "name": "Studiengang Chemie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Chemie" }, - "TUXS210": { - "code": "TUXS210", - "id": 52017, - "name": "Studiengang M.Sc. Ingenieur- und Hydrogeologie", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/M.Sc. Ingenieur- und Hydrogeologie" + "52351": { + "code": "TUXS70F", + "name": "Studiengang Deutsch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Deutsch" }, - "TUXS211": { - "code": "TUXS211", - "id": 52018, - "name": "Studiengang M.Sc. Geologische Wissenschaften", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Studieng\u00e4nge auslaufend/M.Sc. Geologische Wissenschaften" + "52352": { + "code": "TUXS70G", + "name": "Studiengang Sprache und Kommunikation Deutsch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sprache und Kommunikation Deutsch" }, - "TUXS212": { - "code": "TUXS212", - "id": 52019, - "name": "Studiengang Austauschprogramm Geo Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Austauschprogramm Geo Engineering" + "52353": { + "code": "TUXS70H", + "name": "Studiengang Berufssprache Deutsch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Berufssprache Deutsch" }, - "TUXS213": { - "code": "TUXS213", - "id": 52020, - "name": "Studiengang Praktikum Geo Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Geo Engineering/Praktikum Geo Engineering" + "52354": { + "code": "TUXS70I", + "name": "Studiengang Englisch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Englisch" }, - "TUXS214": { - "code": "TUXS214", - "id": 52035, - "name": "Studiengang B.Sc. Ingenieurwissenschaften (Engineering Science)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/B.Sc. Ingenieurwissenschaften (Engineering Science)" + "52355": { + "code": "TUXS70J", + "name": "Studiengang Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Informatik" }, - "TUXS215": { - "code": "TUXS215", - "id": 52036, - "name": "Studiengang M.Sc. Industrielle Biotechnologie", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Industrielle Biotechnologie" + "52356": { + "code": "TUXS70K", + "name": "Studiengang Mathematik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Mathematik" }, - "TUXS216": { - "code": "TUXS216", - "id": 52037, - "name": "Studiengang M.Sc. Ergonomie - Human Factors Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Ergonomie - Human Factors Engineering" + "52357": { + "code": "TUXS70L", + "name": "Studiengang Mechatronik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Mechatronik" }, - "TUXS217": { - "code": "TUXS217", - "id": 52038, - "name": "Studiengang M.Sc. Materials Science and Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Materials Science and Engineering" + "52358": { + "code": "TUXS70M", + "name": "Studiengang Physik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Physik" }, - "TUXS218": { - "code": "TUXS218", - "id": 52039, - "name": "Studiengang M.Sc. Power Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Power Engineering" + "52359": { + "code": "TUXS70N", + "name": "Studiengang Evangelische Religion", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Evangelische Religion" }, - "TUXS219": { - "code": "TUXS219", - "id": 52032, - "name": "Studiengang Austauschprogramm Munich School of Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/Austauschprogramm Munich School of Engineering" + "52360": { + "code": "TUXS70O", + "name": "Studiengang Katholische Religion", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Katholische Religion" }, - "TUXS21A": { - "code": "TUXS21A", - "id": 52033, - "name": "Studiengang Praktikum Munich School of Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/Praktikum Munich School of Engineering" + "52361": { + "code": "TUXS70P", + "name": "Studiengang Sozialkunde", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sozialkunde" }, - "TUXS21B": { - "code": "TUXS21B", - "id": 51962, - "name": "Studiengang B.Sc. Maschinenwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/B.Sc. Maschinenwesen" + "52362": { + "code": "TUXS70Q", + "name": "Studiengang Politik und Gesellschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Politik und Gesellschaft" }, - "TUXS21C": { - "code": "TUXS21C", - "id": 51961, - "name": "Studiengang B.Sc. Ingenieurwissenschaften (UNI Salzburg)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/B.Sc. Ingenieurwissenschaften (UNI Salzburg)" + "52363": { + "code": "TUXS70R", + "name": "Studiengang Sport", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sport" }, - "TUXS21D": { - "code": "TUXS21D", - "id": 51973, - "name": "Studiengang M.Sc. Maschinenwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Maschinenwesen" + "52364": { + "code": "TUXS70S", + "name": "Studiengang Teilstudiengang Psychologie mit schulpsychologischem Schwerpunkt", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Teilstudiengang Psychologie mit schulpsychologischem Schwerpunkt" }, - "TUXS21E": { - "code": "TUXS21E", - "id": 51974, - "name": "Studiengang M.Sc. Entwicklung, Produktion und Management im Maschinenbau", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Entwicklung, Produktion und Management im Maschinenbau" + "52365": { + "code": "TUXS70T", + "name": "Studiengang M.Ed. Metalltechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung integriert/M.Ed. Metalltechnik" }, - "TUXS21F": { - "code": "TUXS21F", - "id": 51975, - "name": "Studiengang M.Sc. Automotive Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Automotive Engineering" + "52366": { + "code": "TUXS70U", + "name": "Studiengang M.Ed. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung integriert/M.Ed. Elektrotechnik und Informationstechnik" }, - "TUXS21G": { - "code": "TUXS21G", - "id": 51976, - "name": "Studiengang M.Sc. Mechatronik und Robotik", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Mechatronik und Robotik" + "52367": { + "code": "TUXS70V", + "name": "Studiengang 1. Fach an der LMU; Unterrichtsfach Beruf und Wirtschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/1. Fach an der LMU; Unterrichtsfach Beruf und Wirtschaft" }, - "TUXS21H": { - "code": "TUXS21H", - "id": 51977, - "name": "Studiengang M.Sc. Medizintechnik und Assistenzsysteme", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Medizintechnik und Assistenzsysteme" + "52368": { + "code": "TUXS70W", + "name": "Studiengang 1. Fach an der LMU; Unterrichtsfach Arbeitslehre", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/1. Fach an der LMU; Unterrichtsfach Arbeitslehre" }, - "TUXS21I": { - "code": "TUXS21I", - "id": 51978, - "name": "Studiengang M.Sc. Science and Technology of Materials", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Science and Technology of Materials" + "52369": { + "code": "TUXS70X", + "name": "Studiengang Didaktikfach Beruf und Wirtschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/Didaktikfach Beruf und Wirtschaft" }, - "TUXS21J": { - "code": "TUXS21J", - "id": 51979, - "name": "Studiengang M.Sc. Energie- und Prozesstechnik", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Energie- und Prozesstechnik" + "52370": { + "code": "TUXS70Y", + "name": "Studiengang Didaktikfach Arbeitslehre", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/Didaktikfach Arbeitslehre" }, - "TUXS21K": { - "code": "TUXS21K", - "id": 51958, - "name": "Studiengang Austauschprogramm Maschinenwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Austauschprogramm Maschinenwesen" + "52371": { + "code": "TUXS70Z", + "name": "Studiengang M.Sc. Wirtschaftsp\u00e4dagogik I", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik I" }, - "TUXS21L": { - "code": "TUXS21L", - "id": 51959, - "name": "Studiengang Austauschprogramm USP Maschinenwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Austauschprogramm USP Maschinenwesen" + "52372": { + "code": "TUXS710", + "name": "Studiengang M.Sc. Wirtschaftsp\u00e4dagogik II", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik II" }, - "TUXS21M": { - "code": "TUXS21M", - "id": 51960, - "name": "Studiengang Praktikum Maschinenwesen", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Praktikum Maschinenwesen" + "52373": { + "code": "TUXS711", + "name": "Studiengang B.Ed. Biologie, Chemie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Biologie, Chemie" }, - "TUXS21N": { - "code": "TUXS21N", - "id": 51963, - "name": "Studiengang M.Sc. Energie- und Prozesstechnik (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Energie- und Prozesstechnik (auslaufend)" + "52374": { + "code": "TUXS712", + "name": "Studiengang B.Ed. Mathematik, Chemie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Chemie" }, - "TUXS21O": { - "code": "TUXS21O", - "id": 51966, - "name": "Studiengang M.Sc. Luft- und Raumfahrt (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Luft- und Raumfahrt (auslaufend)" + "52375": { + "code": "TUXS713", + "name": "Studiengang B.Ed. Mathematik, Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Informatik" }, - "TUXS21P": { - "code": "TUXS21P", - "id": 51969, - "name": "Studiengang M.Sc. Mechatronik und Informationstechnik (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Mechatronik und Informationstechnik (auslaufend)" + "52376": { + "code": "TUXS714", + "name": "Studiengang B.Ed. Mathematik, Physik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Physik" }, - "TUXS21Q": { - "code": "TUXS21Q", - "id": 51972, - "name": "Studiengang M.Sc. Produktion und Logistik (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Produktion und Logistik (auslaufend)" + "52377": { + "code": "TUXS715", + "name": "Studiengang B.Ed. Mathematik, Sport", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Sport" }, - "TUXS21R": { - "code": "TUXS21R", - "id": 51968, - "name": "Studiengang M.Sc. Maschinenwesen (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Maschinenwesen (auslaufend)" + "52378": { + "code": "TUXS716", + "name": "Studiengang M.Ed. Biologie, Chemie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Biologie, Chemie" }, - "TUXS21S": { - "code": "TUXS21S", - "id": 51964, - "name": "Studiengang M.Sc. Entwicklung und Konstruktion (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Entwicklung und Konstruktion (auslaufend)" + "52379": { + "code": "TUXS717", + "name": "Studiengang M.Ed. Mathematik, Chemie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Chemie" }, - "TUXS21T": { - "code": "TUXS21T", - "id": 51967, - "name": "Studiengang M.Sc. Maschinenbau und Management (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Maschinenbau und Management (auslaufend)" + "52380": { + "code": "TUXS718", + "name": "Studiengang M.Ed. Mathematik, Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Informatik" + }, + "52381": { + "code": "TUXS719", + "name": "Studiengang M.Ed. Mathematik, Physik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Physik" }, - "TUXS21U": { - "code": "TUXS21U", - "id": 51970, - "name": "Studiengang M.Sc. Medizintechnik (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Medizintechnik (auslaufend)" + "52382": { + "code": "TUXS71A", + "name": "Studiengang M.Ed. Mathematik, Sport", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Sport" }, - "TUXS21V": { - "code": "TUXS21V", - "id": 51971, - "name": "Studiengang M.Sc. Nukleartechnik (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Nukleartechnik (auslaufend)" + "52383": { + "code": "TUXS71B", + "name": "Studiengang Biologie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Biologie" }, - "TUXS21W": { - "code": "TUXS21W", - "id": 51965, - "name": "Studiengang M.Sc. Fahrzeug- und Motorentechnik (auslaufend)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/Studieng\u00e4nge auslaufend/M.Sc. Fahrzeug- und Motorentechnik (auslaufend)" + "52384": { + "code": "TUXS71C", + "name": "Studiengang Chemie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Chemie" }, - "TUXS21X": { - "code": "TUXS21X", - "id": 51946, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Engineering and Design) (Aufbaustudium)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Studienprogramme ED/TUM Skills Excellence Program (TUM School of Engineering and Design) (Aufbaustudium)" + "52385": { + "code": "TUXS71D", + "name": "Studiengang Mathematik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Mathematik" }, - "TUXS21Y": { - "code": "TUXS21Y", - "id": 52837, - "name": "Studiengang M.Sc. Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Environmental Engineering" + "52386": { + "code": "TUXS71E", + "name": "Studiengang Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Informatik" }, - "TUXS21Z": { - "code": "TUXS21Z", - "id": 52877, - "name": "Studiengang M.Sc. Information Technologies for the Built Environment", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Information Technologies for the Built Environment" + "52387": { + "code": "TUXS71F", + "name": "Studiengang Physik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Physik" }, - "TUXS220": { - "code": "TUXS220", - "id": 52897, - "name": "Studiengang studium MINT", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/studium MINT" + "52388": { + "code": "TUXS71G", + "name": "Studiengang B.Sc. Politikwissenschaft", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Politikwissenschaft" }, - "TUXS221": { - "code": "TUXS221", - "id": 52997, - "name": "Studiengang TUM School of Engineering and Design (Landschaftsarch.)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Landschaftsarch.)" + "52389": { + "code": "TUXS71H", + "name": "Studiengang B.Sc. Politikwissenschaft (Teilzeit, 66%)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Politikwissenschaft (Teilzeit, 66%)" }, - "TUXS222": { - "code": "TUXS222", - "id": 52998, - "name": "Studiengang TUM School of Engineering and Design (Architektur)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Architektur)" + "52390": { + "code": "TUXS71I", + "name": "Studiengang M.Sc. Politics & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology" }, - "TUXS223": { - "code": "TUXS223", - "id": 52999, - "name": "Studiengang TUM School of Engineering and Design (Maschinenwesen)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Maschinenwesen)" + "52391": { + "code": "TUXS71J", + "name": "Studiengang M.Sc. Politics & Technology (Teilzeit, 66%)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology (Teilzeit, 66%)" }, - "TUXS224": { - "code": "TUXS224", - "id": 53000, - "name": "Studiengang TUM School of Engineering and Design (Bauing.)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Bauing.)" + "52392": { + "code": "TUXS71K", + "name": "Studiengang M.A. Science and Technology Studies (STS)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology/M.A. Science and Technology Studies (STS)" }, - "TUXS225": { - "code": "TUXS225", - "id": 53001, - "name": "Studiengang TUM School of Engineering and Design (Geowiss.)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Geowiss.)" + "52393": { + "code": "TUXS71L", + "name": "Studiengang M.A. Responsibility in Science, Engineering and Technology (RESET)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology/M.A. Responsibility in Science, Engineering and Technology (RESET)" }, - "TUXS226": { - "code": "TUXS226", - "id": 53002, - "name": "Studiengang TUM School of Engineering and Design (Allgemeine Ingenieurwissenschaften)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Allgemeine Ingenieurwissenschaften)" + "52394": { + "code": "TUXS71M", + "name": "Studiengang M.A. Wissenschafts- und Technikphilosophie", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology/M.A. Wissenschafts- und Technikphilosophie" }, - "TUXS227": { - "code": "TUXS227", - "id": 53003, - "name": "Studiengang TUM School of Engineering and Design (Luft-, Raumfahrt)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Luft-, Raumfahrt)" + "52395": { + "code": "TUXS71N", + "name": "Studiengang M.Ed. Research on Teaching and Learning", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Educational Science & Technology/M.Ed. Research on Teaching and Learning" }, - "TUXS228": { - "code": "TUXS228", - "id": 53004, - "name": "Studiengang TUM School of Engineering and Design (Geod\u00e4sie)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Geod\u00e4sie)" + "52396": { + "code": "TUXS71O", + "name": "Studiengang TUM Skills Excellence Program (TUM School of Governance)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Zertifikatsprogramme/TUM Skills Excellence Program Social Sciences/TUM Skills Excellence Program (TUM School of Governance)" }, - "TUXS229": { - "code": "TUXS229", - "id": 53637, - "name": "Studiengang M.Sc. (hons) Bauingenieurwesen (Honoursprogramm)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. (hons) Bauingenieurwesen (Honoursprogramm)" + "52397": { + "code": "TUXS71P", + "name": "Studiengang Politikwissenschaft (TUM-PREP)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/Practical Project Students/Politikwissenschaft (TUM-PREP)" }, - "TUXS230": { - "code": "TUXS230", - "id": 54297, - "name": "Studiengang M.Sc. Risk and Safety", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Risk and Safety" + "52398": { + "code": "TUXS71Q", + "name": "Studiengang Research on Teaching and Learning (TUM-PREP)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/Practical Project Students/Research on Teaching and Learning (TUM-PREP)" }, - "TUXS231": { - "code": "TUXS231", - "id": 54337, - "name": "Studiengang Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten" + "52399": { + "code": "TUXS71R", + "name": "Studiengang Politikwissenschaft - Austausch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig/Politikwissenschaft - Austausch" }, - "TUXS232": { - "code": "TUXS232", - "id": 54437, - "name": "Studiengang M.Sc. Mechatronics, Robotics, and Biomechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Mechatronics, Robotics, and Biomechanical Engineering" + "52400": { + "code": "TUXS71S", + "name": "Studiengang Science and Technology Studies - Austausch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig/Science and Technology Studies - Austausch" }, - "TUXS233": { - "code": "TUXS233", - "id": 55278, - "name": "Studiengang M.Sc. Medizintechnik", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Medizintechnik" + "52401": { + "code": "TUXS71T", + "name": "Studiengang Research on Teaching and Learning - Austausch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig/Research on Teaching and Learning - Austausch" }, - "TUXS234": { - "code": "TUXS234", - "id": 55279, - "name": "Studiengang B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)" + "52402": { + "code": "TUXS71U", + "name": "Studiengang MCTS Austausch", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/MCTS Austausch" }, - "TUXS235": { - "code": "TUXS235", - "id": 55837, - "name": "Studiengang M.Sc. Rail and Urban Transport", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Rail and Urban Transport" + "52417": { + "code": "TUS6DEA", + "name": "Dekan der TUM School of Management", + "path": "TUM/Schools/Management/Dekan/in" }, - "TUXS236": { - "code": "TUXS236", - "id": 55838, - "name": "Studiengang M.Sc. Logistics Engineering and Management", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Logistics Engineering and Management" + "52418": { + "code": "TUS6VRI", + "name": "Prodekan Forschung und Innovation der TUM School of Management", + "path": "TUM/Schools/Management/Prodekane/Forschung und Innovation" }, - "TUXS237": { - "code": "TUXS237", - "id": 55839, - "name": "Studiengang M.Sc. Human Factors Engineering", - "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Human Factors Engineering" + "52419": { + "code": "TUS6VST", + "name": "Prodekan Studium und Lehre der TUM School of Management", + "path": "TUM/Schools/Management/Prodekane/Studium und Lehre" }, - "TUXS300": { - "code": "TUXS300", - "id": 53022, - "name": "Studiengang B.Sc. Physik", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/B.Sc. Physik" + "52420": { + "code": "TUS6VTD", + "name": "Prodekanin Talent Management und Diversity der TUM School of Management", + "path": "TUM/Schools/Management/Prodekane/Talent Management und Diversity" }, - "TUXS301": { - "code": "TUXS301", - "id": 53023, - "name": "Studiengang M.Sc. Physik (Physik der kondensierten Materie)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physik (Physik der kondensierten Materie)" + "52421": { + "code": "TUS6VIO", + "name": "Prodekan Informationsmanagement der TUM School of Management", + "path": "TUM/Schools/Management/Prodekane/Informationsmanagement" }, - "TUXS302": { - "code": "TUXS302", - "id": 53024, - "name": "Studiengang M.Sc. Physik (Kern-, Teilchen- und Astrophysik)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physik (Kern-, Teilchen- und Astrophysik)" + "52422": { + "code": "TUS6RGE", + "name": "Frauenbeauftragte/r der TUM School of Management", + "path": "TUM/Schools/Management/Beauftragte/Frauenbeauftragte/r" }, - "TUXS303": { - "code": "TUXS303", - "id": 53025, - "name": "Studiengang M.Sc. Physik (Biophysik)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physik (Biophysik)" + "52423": { + "code": "TUS6RDP", + "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Management", + "path": "TUM/Schools/Management/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" }, - "TUXS304": { - "code": "TUXS304", - "id": 53026, - "name": "Studiengang M.Sc. Physics (Applied and Engineering Physics)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physics (Applied and Engineering Physics)" + "52424": { + "code": "TUS6DP1", + "name": "Department Economics and Policy", + "path": "TUM/Schools/Management/Departments/Economics and Policy" }, - "TUXS305": { - "code": "TUXS305", - "id": 53051, - "name": "Studiengang M.Sc. Biomedical Engineering and Medical Physics", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Biomedical Engineering and Medical Physics" + "52425": { + "code": "TUS6DP2", + "name": "Department Finance and Accounting", + "path": "TUM/Schools/Management/Departments/Finance and Accounting" }, - "TUXS306": { - "code": "TUXS306", - "id": 53052, - "name": "Studiengang M.Sc. Quantum Science & Technology", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Quantum Science & Technology" + "52426": { + "code": "TUS6DP3", + "name": "Department Innovation and Entrepreneurship", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship" }, - "TUXS307": { - "code": "TUXS307", - "id": 53053, - "name": "Studiengang M.Sc. Theoretische und Mathematische Physik", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Theoretische und Mathematische Physik" + "52427": { + "code": "TUS6DP4", + "name": "Department Marketing, Strategy and Leadership", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership" }, - "TUXS308": { - "code": "TUXS308", - "id": 53054, - "name": "Studiengang M.Sc. Matter to Life", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Matter to Life" + "52428": { + "code": "TUS6DP5", + "name": "Department Operations and Technology", + "path": "TUM/Schools/Management/Departments/Operations and Technology" }, - "TUXS309": { - "code": "TUXS309", - "id": 53044, - "name": "Studiengang B.Sc. Chemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie/B.Sc. Chemie" + "52429": { + "code": "TUS7DEA", + "name": "Dekan der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Dekan/in" }, - "TUXS30A": { - "code": "TUXS30A", - "id": 53045, - "name": "Studiengang M.Sc. Chemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie/M.Sc. Chemie" + "52430": { + "code": "TUS7VRI", + "name": "Prodekanin Forschung und Innovation der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Forschung und Innovation" }, - "TUXS30B": { - "code": "TUXS30B", - "id": 53046, - "name": "Studiengang B.Sc. Lebensmittelchemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie/B.Sc. Lebensmittelchemie" + "52431": { + "code": "TUS7VST", + "name": "Prodekanin Studium und Lehre der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Studium und Lehre" }, - "TUXS30C": { - "code": "TUXS30C", - "id": 53047, - "name": "Studiengang B.Sc. Biochemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Biochemie/B.Sc. Biochemie" + "52432": { + "code": "TUS7VTD", + "name": "Prodekanin Talent Management und Diversity der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Talent Management und Diversity" }, - "TUXS30D": { - "code": "TUXS30D", - "id": 53048, - "name": "Studiengang M.Sc. Biochemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Biochemie/M.Sc. Biochemie" + "52433": { + "code": "TUS7VIO", + "name": "Prodekanin Informationsmanagement der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Prodekane/Informationsmanagement" }, - "TUXS30E": { - "code": "TUXS30E", - "id": 53049, - "name": "Studiengang B.Sc. Chemieingenieurwesen", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemieingenieurwesen/B.Sc. Chemieingenieurwesen" + "52434": { + "code": "TUS7RGE", + "name": "Frauenbeauftragte/r der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Beauftragte/Frauenbeauftragte/r" }, - "TUXS30F": { - "code": "TUXS30F", - "id": 53050, - "name": "Studiengang M.Sc. Chemieingenieurwesen", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemieingenieurwesen/M.Sc. Chemieingenieurwesen" + "52435": { + "code": "TUS7RDP", + "name": "Datenschutzbevollm\u00e4chtigte/r der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Beauftragte/Datenschutzbevollm\u00e4chtigte/r" }, - "TUXS30G": { - "code": "TUXS30G", - "id": 53037, - "name": "Studiengang Chemical Engineering (GIST Asia)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/TUM-Asia-Studieng\u00e4nge/Chemical Engineering (GIST Asia)" + "52436": { + "code": "TUS2VRI", + "name": "Prodekanin Forschung und Innovation der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Prodekane/Forschung und Innovation" }, - "TUXS30H": { - "code": "TUXS30H", - "id": 53038, - "name": "Studiengang Industrial Chemistry", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/TUM-Asia-Studieng\u00e4nge/Industrial Chemistry" + "52437": { + "code": "TUS2VST", + "name": "Prodekan Studium und Lehre der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Prodekane/Studium und Lehre" + }, + "52438": { + "code": "TUS2VTD", + "name": "Prodekan Talent Management und Diversity der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Prodekane/Talent Management und Diversity" }, - "TUXS30I": { - "code": "TUXS30I", - "id": 53039, - "name": "Studiengang TUM School of Natural Sciences (Physik)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT/TUM School of Natural Sciences (Physik)" + "52439": { + "code": "TUS2VIO", + "name": "Prodekan Informationsmanagement der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Prodekane/Informationsmanagement" }, - "TUXS30J": { - "code": "TUXS30J", - "id": 53040, - "name": "Studiengang TUM School of Natural Sciences (Chemie)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT/TUM School of Natural Sciences (Chemie)" + "52457": { + "code": "TUZEIOT", + "name": "Katalanisch", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Katalanisch" }, - "TUXS30K": { - "code": "TUXS30K", - "id": 53041, - "name": "Studiengang TUM School of Natural Sciences (Lebensmittelchemie)", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT/TUM School of Natural Sciences (Lebensmittelchemie)" + "52477": { + "code": "TUS2DEA", + "name": "Dekan der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Dekan/in" }, - "TUXS30L": { - "code": "TUXS30L", - "id": 53042, - "name": "Studiengang Austauschprogramm Chemie", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Austauschprogramm NAT/Austauschprogramm Chemie" + "52497": { + "code": "TUS7DP1", + "name": "Department Educational Sciences", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences" }, - "TUXS30M": { - "code": "TUXS30M", - "id": 53043, - "name": "Studiengang Austauschprogramm Physik", - "path": "TUM/Schools/Natural Sciences/Studienorganisation/Austauschprogramm NAT/Austauschprogramm Physik" + "52498": { + "code": "TUS7DP2", + "name": "Department Governance", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance" }, - "TUXS400": { - "code": "TUXS400", - "id": 51741, - "name": "Studiengang M.Sc. Agrarsystemwissenschaften", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften/M.Sc. Agrarsystemwissenschaften" + "52517": { + "code": "TUS7DP3", + "name": "Department Science, Technology and Society", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society" }, - "TUXS401": { - "code": "TUXS401", - "id": 51740, - "name": "Studiengang B.Sc. Agrarwissenschaften und Gartenbauwissenschaften", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften/B.Sc. Agrarwissenschaften und Gartenbauwissenschaften" + "52537": { + "code": "TUPOL20", + "name": "Lehrstuhl f\u00fcr Public Policy, Governance and Innovative Technology (Prof. Gasser)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy, Governance and Innovative Technology (Prof. Gasser)" }, - "TUXS402": { - "code": "TUXS402", - "id": 51743, - "name": "Studiengang M.Sc. Agricultural Biosciences", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agricultural Biosciences/M.Sc. Agricultural Biosciences" + "52538": { + "code": "TUPHTTP", + "name": "Professur f\u00fcr Theoretische Teilchenphysik (Prof. Tancredi)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Teilchenphysik (Prof. Tancredi)" }, - "TUXS403": { - "code": "TUXS403", - "id": 52117, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Agrar- und Gartenbauwissenschaften)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Studienprogramme Agrar- und Gartenbauwissenschaften/TUM Skills Excellence Program (TUM School of Life Sciences Agrar- und Gartenbauwissenschaften)" + "52557": { + "code": "TUS6STC", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Management/Fachschaftsvertretung" }, - "TUXS404": { - "code": "TUXS404", - "id": 51777, - "name": "Studiengang B.Sc. Life Sciences Biologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Biologie/B.Sc. Life Sciences Biologie" + "52577": { + "code": "TUEIMNT", + "name": "Lehrstuhl f\u00fcr Mikro- und Nanosystemtechnik (Prof. Hagelauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Mikro- und Nanosystemtechnik (Prof. Hagelauer)" }, - "TUXS405": { - "code": "TUXS405", - "id": 51778, - "name": "Studiengang M.Sc. Biologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Biologie/M.Sc. Biologie" + "52597": { + "code": "TUXS71V", + "name": "Studiengang Chemie f\u00fcr Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Chemie f\u00fcr Wirtschaftsp\u00e4dagogik" }, - "TUXS406": { - "code": "TUXS406", - "id": 51779, - "name": "Studiengang B.Sc. Molekulare Biotechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Molekulare Biotechnologie/B.Sc. Molekulare Biotechnologie" + "52598": { + "code": "TUS2STC", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung" }, - "TUXS407": { - "code": "TUXS407", - "id": 51780, - "name": "Studiengang M.Sc. Molekulare Biotechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Molekulare Biotechnologie/M.Sc. Molekulare Biotechnologie" + "52599": { + "code": "TUS7STC", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Social Sciences and Technology/Fachschaftsvertretung" }, - "TUXS408": { - "code": "TUXS408", - "id": 52118, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Biowissenschaften und Biotechnologie)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Studienprogramme Biowissenschaften und Biotechnologie/TUM Skills Excellence Program (TUM School of Life Sciences Biowissenschaften und Biotechnologie)" + "52617": { + "code": "TUSPL20", + "name": "Professur f\u00fcr Health Literacy (Prof. Okan)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Health Literacy (Prof. Okan)" }, - "TUXS409": { - "code": "TUXS409", - "id": 51781, - "name": "Studiengang B.Sc. Brauwesen und Getr\u00e4nketechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/B.Sc. Brauwesen und Getr\u00e4nketechnologie" + "52618": { + "code": "TUSPL21", + "name": "Professur f\u00fcr Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)" }, - "TUXS40A": { - "code": "TUXS40A", - "id": 51782, - "name": "Studiengang M.Sc. Brauwesen und Getr\u00e4nketechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/M.Sc. Brauwesen und Getr\u00e4nketechnologie" + "52637": { + "code": "TUS2ESM", + "name": "Professur f\u00fcr Earth System Modelling (Prof. Boers)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Earth System Modelling (Prof. Boers)" }, - "TUXS40B": { - "code": "TUXS40B", - "id": 51783, - "name": "Studiengang Diplom Braumeister", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/Diplom Braumeister" + "52657": { + "code": "TUZEIOU", + "name": "Geb\u00e4rdensprache", + "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Geb\u00e4rdensprache" }, - "TUXS40C": { - "code": "TUXS40C", - "id": 51784, - "name": "Studiengang Modulstudium Brauwesen", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Brauwesen/Modulstudium Brauwesen" + "52677": { + "code": "TUS7DDP", + "name": "Professur f\u00fcr Didaktik der Physik (Prof. Vorholzer)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Didaktik der Physik (Prof. Vorholzer)" }, - "TUXS40D": { - "code": "TUXS40D", - "id": 51785, - "name": "Studiengang B.Sc. Lebensmitteltechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/B.Sc. Lebensmitteltechnologie" + "52697": { + "code": "TUEINEN", + "name": "Professur f\u00fcr Neuroengineering Materials (Prof. Kozielski)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Neuroengineering Materials (Prof. Kozielski)" }, - "TUXS40E": { - "code": "TUXS40E", - "id": 51786, - "name": "Studiengang B.Sc. Pharmazeutische Bioprozesstechnik", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/B.Sc. Pharmazeutische Bioprozesstechnik" + "52717": { + "code": "TUCHACH", + "name": "Professur f\u00fcr Analytische Chemie (Prof. Strittmatter)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Analytische Chemie (Prof. Strittmatter)" }, - "TUXS40F": { - "code": "TUXS40F", - "id": 51787, - "name": "Studiengang M.Sc. Technologie und Biotechnologie der Lebensmittel", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/M.Sc. Technologie und Biotechnologie der Lebensmittel" + "52718": { + "code": "TUINH01", + "name": "Informatik Heilbronn 1 - Professur f\u00fcr Efficient Algorithms (Prof. Luttenberger)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 1 - Professur f\u00fcr Efficient Algorithms (Prof. Luttenberger)" }, - "TUXS40G": { - "code": "TUXS40G", - "id": 51788, - "name": "Studiengang M.Sc. Pharmazeutische Bioprozesstechnik", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/M.Sc. Pharmazeutische Bioprozesstechnik" + "52719": { + "code": "TUINH02", + "name": "Informatik Heilbronn 2 - Professur f\u00fcr Computer Architecture & Operating Systems (Prof. Trinitis)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik Heilbronn 2 - Professur f\u00fcr Computer Architecture & Operating Systems (Prof. Trinitis)" }, - "TUXS40H": { - "code": "TUXS40H", - "id": 52119, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Brau-, Lebensmitteltechnologie und Bioprozesstechnik)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Studienprogramme Brau- und Lebensmitteltechnologie und Bioprozesstechnik/TUM Skills Excellence Program (TUM School of Life Sciences Brau-, Lebensmitteltechnologie und Bioprozesstechnik)" + "52720": { + "code": "TUINH03", + "name": "Informatik Heilbronn 3 - Lehrstuhl f\u00fcr Software Engineering (Prof. Wagner)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 3 - Lehrstuhl f\u00fcr Software Engineering (Prof. Wagner)" }, - "TUXS40I": { - "code": "TUXS40I", - "id": 51789, - "name": "Studiengang M.Sc. Lebensmittelchemie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Lebensmittelchemie/M.Sc. Lebensmittelchemie" + "52737": { + "code": "TUS7RES", + "name": "Forschungsunterst\u00fctzung (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Forschungsunterst\u00fctzung (SOT)" }, - "TUXS40J": { - "code": "TUXS40J", - "id": 51790, - "name": "Studiengang B.Sc. Life Sciences Ern\u00e4hrungswissenschaft", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung/B.Sc. Life Sciences Ern\u00e4hrungswissenschaft" + "52738": { + "code": "TUS7STQ", + "name": "Studien- und Qualit\u00e4tsmanagement (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Studien- und Qualit\u00e4tsmanagement (SOT)" }, - "TUXS40K": { - "code": "TUXS40K", - "id": 51791, - "name": "Studiengang M.Sc. Nutrition and Biomedicine", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung/M.Sc. Nutrition and Biomedicine" + "52739": { + "code": "TUS7FIN", + "name": "Finanzen (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Finanzen (SOT)" }, - "TUXS40L": { - "code": "TUXS40L", - "id": 52120, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Ern\u00e4hrungswissenschaft)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Studienprogramme Ern\u00e4hrungswissenschaft/TUM Skills Excellence Program (TUM School of Life Sciences Ern\u00e4hrungswissenschaft)" + "52740": { + "code": "TUS7HRM", + "name": "Personal (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Personal (SOT)" }, - "TUXS40M": { - "code": "TUXS40M", - "id": 51792, - "name": "Studiengang B.Sc. Forstwissenchaft und Ressourcenmanagement", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Forstwissenschaft/B.Sc. Forstwissenchaft und Ressourcenmanagement" + "52741": { + "code": "TUS7ITM", + "name": "IT-Management (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/IT-Management (SOT)" }, - "TUXS40N": { - "code": "TUXS40N", - "id": 51793, - "name": "Studiengang M.Sc. Forst- und Holzwissenschaft", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Forstwissenschaft/M.Sc. Forst- und Holzwissenschaft" + "52757": { + "code": "TUS7LET", + "name": "Professur f\u00fcr Learning Sciences and Educational Design Technologies (Prof. Keune)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Sciences and Educational Design Technologies (Prof. Keune)" }, - "TUXS40O": { - "code": "TUXS40O", - "id": 51794, - "name": "Studiengang M.Sc. Sustainable Ressource Management", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Sustainable Ressource Management/M.Sc. Sustainable Ressource Management" + "52777": { + "code": "TUS6CHN", + "name": "Center TUM Campus Heilbronn (MGT) der TUM School of Management", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)" }, - "TUXS40P": { - "code": "TUXS40P", - "id": 52121, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Forstwissenschaft und Ressourcenmanagement)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Studienprogramme Forstwissenschaft und Ressourcenmanagement/TUM Skills Excellence Program (TUM School of Life Sciences Forstwissenschaft und Ressourcenmanagement)" + "52778": { + "code": "TUS6CDT", + "name": "Center for Digital Transformation (CDT) - Center TUM Campus Heilbronn (MGT)", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Center for Digital Transformation (CDT)" }, - "TUXS40Q": { - "code": "TUXS40Q", - "id": 51795, - "name": "Studiengang B.Sc. Landschaftsarchitektur und Landschaftsplanung", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Landschaftsarchitektur und Planung/B.Sc. Landschaftsarchitektur und Landschaftsplanung" + "52779": { + "code": "TUS6CFE", + "name": "Global Center for Family Enterprise (GCFE) - Center TUM Campus Heilbronn (MGT)", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Global Center for Family Enterprise (GCFE)" }, - "TUXS40R": { - "code": "TUXS40R", - "id": 51796, - "name": "Studiengang M.Sc. Naturschutz und Landschaftsplanung", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Naturschutz und Ingenieur\u00f6kologie/M.Sc. Naturschutz und Landschaftsplanung" + "52780": { + "code": "TUS2OTD", + "name": "Dean's Office (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Dean's Office (ED)" }, - "TUXS40S": { - "code": "TUXS40S", - "id": 51797, - "name": "Studiengang M.Sc. Ingenieur\u00f6kologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Naturschutz und Ingenieur\u00f6kologie/M.Sc. Ingenieur\u00f6kologie" + "52781": { + "code": "TUS2S02", + "name": "Gremien, Berufungen und Forschung (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Gremien, Berufungen und Forschung (ED)" }, - "TUXS40T": { - "code": "TUXS40T", - "id": 52122, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Life Sciences Landschaftsarchitektur und Landschaftsplanung)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Studienprogramme Landschaftsarchitektur und Landschaftsplanung/TUM Skills Excellence Program (TUM School of Life Sciences Landschaftsarchitektur und Landschaftsplanung)" + "52783": { + "code": "TUS2S04", + "name": "Ressourcen (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Ressourcen (ED)" }, - "TUXS40U": { - "code": "TUXS40U", - "id": 52138, - "name": "Studiengang Austauschprogramm (nicht studienbeitragspflichtig)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences/Austauschprogramm (nicht studienbeitragspflichtig)" + "52785": { + "code": "TUS2S06", + "name": "Studium und Graduiertenausbildung (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Studium und Graduiertenausbildung (ED)" }, - "TUXS40V": { - "code": "TUXS40V", - "id": 52139, - "name": "Studiengang Austauschprogramm (Practical Project Students)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences/Austauschprogramm (Practical Project Students)" + "52787": { + "code": "TUS2S08", + "name": "Infrastruktur und Kommunikation (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Infrastruktur und Kommunikation (ED)" }, - "TUXS40W": { - "code": "TUXS40W", - "id": 53177, - "name": "Studiengang TUM School of LS (Agrar- und Gartenbauwissenschaften)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Agrar- und Gartenbauwissenschaften)" + "52789": { + "code": "TUS2S10", + "name": "Global Network (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Global Network (ED)" }, - "TUXS40X": { - "code": "TUXS40X", - "id": 53178, - "name": "Studiengang TUM School of LS (Biowissenschaften)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Biowissenschaften)" + "52790": { + "code": "TUS2S11", + "name": "Gender and Diversity (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Gender and Diversity (ED)" }, - "TUXS40Y": { - "code": "TUXS40Y", - "id": 53179, - "name": "Studiengang TUM School of LS (Ern\u00e4hrungswissenschaften)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Ern\u00e4hrungswissenschaften)" + "52797": { + "code": "TUXB20G", + "name": "Studiengangsb\u00fcndel Promotionsprogramme ED", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED" }, - "TUXS40Z": { - "code": "TUXS40Z", - "id": 53180, - "name": "Studiengang TUM School of LS (Forstwissenschaft und Ressourcenmanagement)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Forstwissenschaft und Ressourcenmanagement)" + "52837": { + "code": "TUXS21Y", + "name": "Studiengang M.Sc. Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Environmental Engineering" }, - "TUXS410": { - "code": "TUXS410", - "id": 53181, - "name": "Studiengang TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)" + "52838": { + "code": "TUXB40P", + "name": "Studiengangsb\u00fcndel Archiv Modulhandb\u00fccher", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Archiv Modulhandb\u00fccher" + }, + "52857": { + "code": "TUXB70P", + "name": "Studiengangsb\u00fcndel Ausgelaufene Programme", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme" }, - "TUXS411": { - "code": "TUXS411", - "id": 53182, - "name": "Studiengang TUM School of LS (Brau- und Lebensmitteltechnologie)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Brau- und Lebensmitteltechnologie)" + "52858": { + "code": "TUXS71W", + "name": "Studiengang Promotion Schwerpunkt Ethics and Responsibility", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/Promotion Schwerpunkt Ethics and Responsibility" }, - "TUXS412": { - "code": "TUXS412", - "id": 53183, - "name": "Studiengang TUM School of LS (Naturschutz)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Naturschutz)" + "52859": { + "code": "TUXS71X", + "name": "Studiengang Promotion Schwerpunkt Media and Science", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/Promotion Schwerpunkt Media and Science" }, - "TUXS413": { - "code": "TUXS413", - "id": 53184, - "name": "Studiengang M.Sc. Lebensmitteltechnologie", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/M.Sc. Lebensmitteltechnologie" + "52860": { + "code": "TUXS71Y", + "name": "Studiengang Promotion Schwerpunkt Science and Technology Studies", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/Promotion Schwerpunkt Science and Technology Studies" }, - "TUXS414": { - "code": "TUXS414", - "id": 53300, - "name": "Studiengang TUM School of LS (Lebensmittelchemie)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Lebensmittelchemie)" + "52861": { + "code": "TUXS71Z", + "name": "Studiengang M.A. Science a. Technol. In Technolog. Societies", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/M.A. Science a. Technol. In Technolog. Societies" }, - "TUXS415": { - "code": "TUXS415", - "id": 55538, - "name": "Studiengang M.Sc. AgriFood Economics, Policy and Regulation", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften/M.Sc. AgriFood Economics, Policy and Regulation" + "52862": { + "code": "TUXS720", + "name": "Studiengang TUM School of Social Sciences and Technology (Science, Technology and Society)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT/TUM School of Social Sciences and Technology (Science, Technology and Society)" }, - "TUXS416": { - "code": "TUXS416", - "id": 55558, - "name": "Studiengang M.Sc. Sustainable Food (GIST TUM Asia)", - "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung/M.Sc. Sustainable Food (GIST TUM Asia)" + "52863": { + "code": "TUXS721", + "name": "Studiengang TUM School of Social Sciences and Technology (Education)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT/TUM School of Social Sciences and Technology (Education)" }, - "TUXS501": { - "code": "TUXS501", - "id": 55124, - "name": "Studiengang B.Sc. Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Sportwissenschaft/B.Sc. Sportwissenschaft" + "52864": { + "code": "TUXS722", + "name": "Studiengang TUM School of Social Sciences and Technology (Governance)", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT/TUM School of Social Sciences and Technology (Governance)" }, - "TUXS502": { - "code": "TUXS502", - "id": 55125, - "name": "Studiengang M.Sc. Sport and Exercise Science", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Sportwissenschaft/M.Sc. Sport and Exercise Science" + "52877": { + "code": "TUXS21Z", + "name": "Studiengang M.Sc. Information Technologies for the Built Environment", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Information Technologies for the Built Environment" }, - "TUXS503": { - "code": "TUXS503", - "id": 55126, - "name": "Studiengang B.Sc. Gesundheitswissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft/B.Sc. Gesundheitswissenschaft" + "52897": { + "code": "TUXS220", + "name": "Studiengang studium MINT", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/studium MINT" }, - "TUXS504": { - "code": "TUXS504", - "id": 55127, - "name": "Studiengang M.Sc. Health Science - Prevention and Health Promotion", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft/M.Sc. Health Science - Prevention and Health Promotion" + "52917": { + "code": "TUPHTBP", + "name": "Lehrstuhl f\u00fcr Teilchenphysik (Prof. Zanderighi)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Teilchenphysik (Prof. Zanderighi)" }, - "TUXS505": { - "code": "TUXS505", - "id": 55128, - "name": "Studiengang M.Sc. Traditionelle Chinesische Medizin", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft/M.Sc. Traditionelle Chinesische Medizin" + "52918": { + "code": "TUS6H14", + "name": "Lehrstuhl f\u00fcr Digital Marketing (Prof. Mei\u00dfner)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Mei\u00dfner)" }, - "TUXS506": { - "code": "TUXS506", - "id": 55129, - "name": "Studiengang B.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/B.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)" + "52937": { + "code": "TUSPL22", + "name": "Professur f\u00fcr Chronobiology & Health (Prof. Spitschan)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Chronobiology & Health (Prof. Spitschan)" }, - "TUXS507": { - "code": "TUXS507", - "id": 55130, - "name": "Studiengang B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)" + "52957": { + "code": "TUXS60N", + "name": "Studiengang Ausgelaufene Studieng\u00e4nge IL3", + "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/Ausgelaufene Studieng\u00e4nge IL3" }, - "TUXS508": { - "code": "TUXS508", - "id": 55131, - "name": "Studiengang M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)" + "52977": { + "code": "TUXO300", + "name": "Studienorganisation der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Studienorganisation" }, - "TUXS509": { - "code": "TUXS509", - "id": 55132, - "name": "Studiengang M.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/M.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)" + "52997": { + "code": "TUXS221", + "name": "Studiengang TUM School of Engineering and Design (Landschaftsarch.)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Landschaftsarch.)" }, - "TUXS50A": { - "code": "TUXS50A", - "id": 55133, - "name": "Studiengang Sport, Lehramt Grundschule", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Grundschule" + "52998": { + "code": "TUXS222", + "name": "Studiengang TUM School of Engineering and Design (Architektur)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Architektur)" }, - "TUXS50B": { - "code": "TUXS50B", - "id": 55134, - "name": "Studiengang Sport, Lehramt Mittelschulen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Mittelschulen" + "52999": { + "code": "TUXS223", + "name": "Studiengang TUM School of Engineering and Design (Maschinenwesen)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Maschinenwesen)" }, - "TUXS50C": { - "code": "TUXS50C", - "id": 55135, - "name": "Studiengang Sport, Lehramt Realschulen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Realschulen" + "53000": { + "code": "TUXS224", + "name": "Studiengang TUM School of Engineering and Design (Bauing.)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Bauing.)" }, - "TUXS50D": { - "code": "TUXS50D", - "id": 55136, - "name": "Studiengang Sport, Lehramt Gymnasien", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Gymnasien" + "53001": { + "code": "TUXS225", + "name": "Studiengang TUM School of Engineering and Design (Geowiss.)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Geowiss.)" }, - "TUXS50E": { - "code": "TUXS50E", - "id": 55137, - "name": "Studiengang Sport, Lehramt Grundschule Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Grundschule Erweiterungsfach" + "53002": { + "code": "TUXS226", + "name": "Studiengang TUM School of Engineering and Design (Allgemeine Ingenieurwissenschaften)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Allgemeine Ingenieurwissenschaften)" }, - "TUXS50F": { - "code": "TUXS50F", - "id": 55138, - "name": "Studiengang Sport, Lehramt Mittelschulen Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Mittelschulen Erweiterungsfach" + "53003": { + "code": "TUXS227", + "name": "Studiengang TUM School of Engineering and Design (Luft-, Raumfahrt)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Luft-, Raumfahrt)" }, - "TUXS50G": { - "code": "TUXS50G", - "id": 55139, - "name": "Studiengang Sport, Lehramt Realschulen Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Realschulen Erweiterungsfach" + "53004": { + "code": "TUXS228", + "name": "Studiengang TUM School of Engineering and Design (Geod\u00e4sie)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/TUM School of Engineering and Design (Geod\u00e4sie)" }, - "TUXS50H": { - "code": "TUXS50H", - "id": 55140, - "name": "Studiengang Sport, Lehramt Gymnasien Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Gymnasien Erweiterungsfach" + "53017": { + "code": "TUINF33", + "name": "Informatik 24 - Professur f\u00fcr Ethics in Systems Design and Machine Learning (Prof. Kilbertus)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 24 - Professur f\u00fcr Ethics in Systems Design and Machine Learning (Prof. Kilbertus)" }, - "TUXS50I": { - "code": "TUXS50I", - "id": 55141, - "name": "Studiengang Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen" + "53018": { + "code": "TUXB300", + "name": "Studiengangsb\u00fcndel Professional Profile Physik", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik" }, - "TUXS50J": { - "code": "TUXS50J", - "id": 55142, - "name": "Studiengang Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen" + "53021": { + "code": "TUXB305", + "name": "Studiengangsb\u00fcndel Physik-Studieng\u00e4nge", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge" }, - "TUXS50K": { - "code": "TUXS50K", - "id": 55143, - "name": "Studiengang Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat" + "53022": { + "code": "TUXS300", + "name": "Studiengang B.Sc. Physik", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/B.Sc. Physik" }, - "TUXS50L": { - "code": "TUXS50L", - "id": 55144, - "name": "Studiengang Sport, Erweiterungsfach b. B.", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Erweiterungsfach b. B." + "53023": { + "code": "TUXS301", + "name": "Studiengang M.Sc. Physik (Physik der kondensierten Materie)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physik (Physik der kondensierten Materie)" }, - "TUXS50M": { - "code": "TUXS50M", - "id": 55145, - "name": "Studiengang Didaktikfach Sport, Lehramt Hauptschule", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Didaktikfach Sport, Lehramt Hauptschule" + "53024": { + "code": "TUXS302", + "name": "Studiengang M.Sc. Physik (Kern-, Teilchen- und Astrophysik)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physik (Kern-, Teilchen- und Astrophysik)" }, - "TUXS50N": { - "code": "TUXS50N", - "id": 55146, - "name": "Studiengang Sport, Lehramt Hauptschule", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Hauptschule" + "53025": { + "code": "TUXS303", + "name": "Studiengang M.Sc. Physik (Biophysik)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physik (Biophysik)" }, - "TUXS50O": { - "code": "TUXS50O", - "id": 55147, - "name": "Studiengang M.Sc. Radiation Biology", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Biomedical Sciences/M.Sc. Radiation Biology" + "53026": { + "code": "TUXS304", + "name": "Studiengang M.Sc. Physics (Applied and Engineering Physics)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik-Studieng\u00e4nge/M.Sc. Physics (Applied and Engineering Physics)" }, - "TUXS50P": { - "code": "TUXS50P", - "id": 55148, - "name": "Studiengang M.Sc. Biomedical Neuroscience", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Biomedical Sciences/M.Sc. Biomedical Neuroscience" + "53027": { + "code": "TUXB306", + "name": "Studiengangsb\u00fcndel Interdisziplin\u00e4re Studieng\u00e4nge Physik", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik" }, - "TUXS50Q": { - "code": "TUXS50Q", - "id": 55149, - "name": "Studiengang Medizin (Klinisch), Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Medizin/Medizin (Klinisch), Staatsexamen" + "53028": { + "code": "TUXB307", + "name": "Studiengangsb\u00fcndel Physik am Campus Weihenstephan", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Physik am Campus Weihenstephan" }, - "TUXS50R": { - "code": "TUXS50R", - "id": 55150, - "name": "Studiengang Medizin (Vorklinisch LMU),Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Medizin/Medizin (Vorklinisch LMU),Staatsexamen" + "53029": { + "code": "TUXB308", + "name": "Studiengangsb\u00fcndel Praktika Physik", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Praktika Physik" }, - "TUXS50S": { - "code": "TUXS50S", - "id": 55157, - "name": "Studiengang B.Sc. Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/B.Sc. Sportwissenschaft" + "53030": { + "code": "TUXB301", + "name": "Studiengangsb\u00fcndel Chemie-Studieng\u00e4nge", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge" }, - "TUXS50T": { - "code": "TUXS50T", - "id": 55158, - "name": "Studiengang B.Sc. Wissenschaftliche Grundlagen des Sports", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/B.Sc. Wissenschaftliche Grundlagen des Sports" + "53031": { + "code": "TUXB302", + "name": "Studiengangsb\u00fcndel TUM-Asia-Studieng\u00e4nge", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/TUM-Asia-Studieng\u00e4nge" }, - "TUXS50U": { - "code": "TUXS50U", - "id": 55159, - "name": "Studiengang M.Sc. Sports Engineering", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Sports Engineering" + "53032": { + "code": "TUXB303", + "name": "Studiengangsb\u00fcndel Promotionsprogramme NAT", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT" }, - "TUXS50V": { - "code": "TUXS50V", - "id": 55160, - "name": "Studiengang M.Sc. Diagnostik und Training", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Diagnostik und Training" + "53033": { + "code": "TUXB304", + "name": "Studiengangsb\u00fcndel Austauschprogramm NAT", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Austauschprogramm NAT" }, - "TUXS50W": { - "code": "TUXS50W", - "id": 55161, - "name": "Studiengang M.Sc. Diagnostics and Training", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Diagnostics and Training" + "53034": { + "code": "TUXB309", + "name": "Studiengangsb\u00fcndel Chemie und Lebensmittelchemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie" }, - "TUXS50X": { - "code": "TUXS50X", - "id": 55162, - "name": "Studiengang M.Sc. Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Sportwissenschaft" + "53035": { + "code": "TUXB30A", + "name": "Studiengangsb\u00fcndel Biochemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Biochemie" }, - "TUXS50Y": { - "code": "TUXS50Y", - "id": 55163, - "name": "Studiengang M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne" + "53036": { + "code": "TUXB30B", + "name": "Studiengangsb\u00fcndel Chemieingenieurwesen", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemieingenieurwesen" }, - "TUXS50Z": { - "code": "TUXS50Z", - "id": 55164, - "name": "Studiengang Sport, Lehramt Sonderschulen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt Sonderschulen" + "53037": { + "code": "TUXS30G", + "name": "Studiengang Chemical Engineering (GIST Asia)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/TUM-Asia-Studieng\u00e4nge/Chemical Engineering (GIST Asia)" }, - "TUXS510": { - "code": "TUXS510", - "id": 55165, - "name": "Studiengang Sport, Lehramt berufliche Schulen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt berufliche Schulen" + "53038": { + "code": "TUXS30H", + "name": "Studiengang Industrial Chemistry", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/TUM-Asia-Studieng\u00e4nge/Industrial Chemistry" + }, + "53039": { + "code": "TUXS30I", + "name": "Studiengang TUM School of Natural Sciences (Physik)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT/TUM School of Natural Sciences (Physik)" }, - "TUXS511": { - "code": "TUXS511", - "id": 55166, - "name": "Studiengang Sport, Lehramt berufliche Schulen Erweriterung", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt berufliche Schulen Erweriterung" + "53040": { + "code": "TUXS30J", + "name": "Studiengang TUM School of Natural Sciences (Chemie)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT/TUM School of Natural Sciences (Chemie)" }, - "TUXS512": { - "code": "TUXS512", - "id": 55167, - "name": "Studiengang Sport, Lehramt Mittelschulen Erweriterung", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt Mittelschulen Erweriterung" + "53041": { + "code": "TUXS30K", + "name": "Studiengang TUM School of Natural Sciences (Lebensmittelchemie)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Promotionsprogramme NAT/TUM School of Natural Sciences (Lebensmittelchemie)" }, - "TUXS513": { - "code": "TUXS513", - "id": 55168, - "name": "Studiengang Sport, Lehramt Sonderschulen Erweriterung", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt Sonderschulen Erweriterung" + "53042": { + "code": "TUXS30L", + "name": "Studiengang Austauschprogramm Chemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Austauschprogramm NAT/Austauschprogramm Chemie" }, - "TUXS514": { - "code": "TUXS514", - "id": 55169, - "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Austausch\t", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch\t" + "53043": { + "code": "TUXS30M", + "name": "Studiengang Austauschprogramm Physik", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Austauschprogramm NAT/Austauschprogramm Physik" }, - "TUXS515": { - "code": "TUXS515", - "id": 55170, - "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Austausch", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch" + "53044": { + "code": "TUXS309", + "name": "Studiengang B.Sc. Chemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie/B.Sc. Chemie" }, - "TUXS516": { - "code": "TUXS516", - "id": 55171, - "name": "Studiengang Sportwissenschaft, Austausch", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sportwissenschaft, Austausch" + "53045": { + "code": "TUXS30A", + "name": "Studiengang M.Sc. Chemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie/M.Sc. Chemie" }, - "TUXS517": { - "code": "TUXS517", - "id": 55172, - "name": "Studiengang Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf" + "53046": { + "code": "TUXS30B", + "name": "Studiengang B.Sc. Lebensmittelchemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemie und Lebensmittelchemie/B.Sc. Lebensmittelchemie" }, - "TUXS518": { - "code": "TUXS518", - "id": 55173, - "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Studienkolleg", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" + "53047": { + "code": "TUXS30C", + "name": "Studiengang B.Sc. Biochemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Biochemie/B.Sc. Biochemie" }, - "TUXS519": { - "code": "TUXS519", - "id": 55174, - "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Studienkolleg", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" + "53048": { + "code": "TUXS30D", + "name": "Studiengang M.Sc. Biochemie", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Biochemie/M.Sc. Biochemie" }, - "TUXS51A": { - "code": "TUXS51A", - "id": 55175, - "name": "Studiengang Medizin Prakt. Jahr, Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin Prakt. Jahr, Staatsexamen" + "53049": { + "code": "TUXS30E", + "name": "Studiengang B.Sc. Chemieingenieurwesen", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemieingenieurwesen/B.Sc. Chemieingenieurwesen" }, - "TUXS51B": { - "code": "TUXS51B", - "id": 55176, - "name": "Studiengang Medizin (Vorklinisch), Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Vorklinisch), Staatsexamen" + "53050": { + "code": "TUXS30F", + "name": "Studiengang M.Sc. Chemieingenieurwesen", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Chemie-Studieng\u00e4nge/Chemieingenieurwesen/M.Sc. Chemieingenieurwesen" }, - "TUXS51C": { - "code": "TUXS51C", - "id": 55177, - "name": "Studiengang Medizin (Klinisch), Austausch (studienbeitragspflichtig)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Klinisch), Austausch (studienbeitragspflichtig)" + "53051": { + "code": "TUXS305", + "name": "Studiengang M.Sc. Biomedical Engineering and Medical Physics", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Biomedical Engineering and Medical Physics" }, - "TUXS51D": { - "code": "TUXS51D", - "id": 55178, - "name": "Studiengang Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)" + "53052": { + "code": "TUXS306", + "name": "Studiengang M.Sc. Quantum Science & Technology", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Quantum Science & Technology" }, - "TUXS51E": { - "code": "TUXS51E", - "id": 55179, - "name": "Studiengang Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)" + "53053": { + "code": "TUXS307", + "name": "Studiengang M.Sc. Theoretische und Mathematische Physik", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Theoretische und Mathematische Physik" }, - "TUXS51F": { - "code": "TUXS51F", - "id": 55258, - "name": "Studiengang TUM School of Medicine and Health (Sport)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/TUM School of Medicine and Health (Sport)" + "53054": { + "code": "TUXS308", + "name": "Studiengang M.Sc. Matter to Life", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Professional Profile Physik/Interdisziplin\u00e4re Studieng\u00e4nge Physik/M.Sc. Matter to Life" }, - "TUXS51G": { - "code": "TUXS51G", - "id": 55259, - "name": "Studiengang TUM School of Medicine and Health (Gesundheit)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/TUM School of Medicine and Health (Gesundheit)" + "53057": { + "code": "TUS7FS1", + "name": "Governance, Technology and Society", + "path": "TUM/Schools/Social Sciences and Technology/Fachschaftsvertretung/Governance, Technology and Society" }, - "TUXS51H": { - "code": "TUXS51H", - "id": 55260, - "name": "Studiengang TUM School of Medicine and Health (Medizin)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/TUM School of Medicine and Health (Medizin)" + "53058": { + "code": "TUS7FS2", + "name": "Lehrertum", + "path": "TUM/Schools/Social Sciences and Technology/Fachschaftsvertretung/Lehrertum" }, - "TUXS51I": { - "code": "TUXS51I", - "id": 55261, - "name": "Studiengang Gastpromotion (TUM School of Medicine and Health - Sport)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Sport)" + "53077": { + "code": "TUXS723", + "name": "Studiengang Informatik f\u00fcr Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Informatik f\u00fcr Wirtschaftsp\u00e4dagogik" }, - "TUXS51J": { - "code": "TUXS51J", - "id": 55262, - "name": "Studiengang Gastpromotion (TUM School of Medicine and Health - Medizin)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Medizin)" + "53078": { + "code": "TUXS724", + "name": "Studiengang Mathematik f\u00fcr Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Mathematik f\u00fcr Wirtschaftsp\u00e4dagogik" }, - "TUXS51K": { - "code": "TUXS51K", - "id": 55263, - "name": "Studiengang Medical Life Science and Technology, Ph.D.", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Medical Life Science and Technology, Ph.D." + "53079": { + "code": "TUXS725", + "name": "Studiengang Physik f\u00fcr Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Physik f\u00fcr Wirtschaftsp\u00e4dagogik" }, - "TUXS51L": { - "code": "TUXS51L", - "id": 55264, - "name": "Studiengang Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)" + "53080": { + "code": "TUXS726", + "name": "Studiengang Sport f\u00fcr Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sport f\u00fcr Wirtschaftsp\u00e4dagogik" }, - "TUXS51M": { - "code": "TUXS51M", - "id": 55265, - "name": "Studiengang Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)" + "53097": { + "code": "TUXS727", + "name": "Studiengang Politik und Gesellschaft f\u00fcr Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Politik und Gesellschaft f\u00fcr Wirtschaftsp\u00e4dagogik" }, - "TUXS51N": { - "code": "TUXS51N", - "id": 55266, - "name": "Studiengang Fakult\u00e4t f\u00fcr Medizin", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Fakult\u00e4t f\u00fcr Medizin" + "53117": { + "code": "TUS4M5B", + "name": "Professur f\u00fcr Pr\u00e4vention von Mikrobiellen Infektionskrankheiten (Prof. Deng)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Pr\u00e4vention von Mikrobiellen Infektionskrankheiten (Prof. Deng)" }, - "TUXS51O": { - "code": "TUXS51O", - "id": 55267, - "name": "Studiengang Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Sportwissenschaft" + "53118": { + "code": "TUS2ABC", + "name": "Professur f\u00fcr Architektur und Konstruktion (Prof. Kuo)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architektur und Konstruktion (Prof. Kuo)" }, - "TUXS51P": { - "code": "TUXS51P", - "id": 55268, - "name": "Studiengang Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Sportwissenschaft" + "53137": { + "code": "TUS6B48", + "name": "Professur f\u00fcr Familienunternehmen, deren Kultur und Eigent\u00fcmer (Prof. Richards)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Familienunternehmen, deren Kultur und Eigent\u00fcmer (Prof. Richards)" }, - "TUXS51Q": { - "code": "TUXS51Q", - "id": 55269, - "name": "Studiengang Medizin", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Medizin" + "53138": { + "code": "TUS6B47", + "name": "Lehrstuhl f\u00fcr Behavioral Research Methods (Prof. Pachur)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Behavioral Research Methods (Prof. Pachur)" }, - "TUXS51R": { - "code": "TUXS51R", - "id": 55270, - "name": "Studiengang Medizin", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Medizin" + "53157": { + "code": "TUXB40Q", + "name": "Studiengangsb\u00fcndel Promotionsprogramme LS", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS" }, - "TUXS51S": { - "code": "TUXS51S", - "id": 55271, - "name": "Studiengang Gastpromotion (ME)", - "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Gastpromotion (ME)" + "53177": { + "code": "TUXS40W", + "name": "Studiengang TUM School of LS (Agrar- und Gartenbauwissenschaften)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Agrar- und Gartenbauwissenschaften)" }, - "TUXS601": { - "code": "TUXS601", - "id": 52204, - "name": "Studiengang B.Sc. Technologie- und Managementorientierte Betriebswirtschaftslehre", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/B.Sc. Technologie- und Managementorientierte Betriebswirtschaftslehre" + "53178": { + "code": "TUXS40X", + "name": "Studiengang TUM School of LS (Biowissenschaften)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Biowissenschaften)" }, - "TUXS602": { - "code": "TUXS602", - "id": 52205, - "name": "Studiengang M.Sc. Management and Technology", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Management and Technology" + "53179": { + "code": "TUXS40Y", + "name": "Studiengang TUM School of LS (Ern\u00e4hrungswissenschaften)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Ern\u00e4hrungswissenschaften)" }, - "TUXS603": { - "code": "TUXS603", - "id": 52206, - "name": "Studiengang M.Sc. Management", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Management" + "53180": { + "code": "TUXS40Z", + "name": "Studiengang TUM School of LS (Forstwissenschaft und Ressourcenmanagement)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Forstwissenschaft und Ressourcenmanagement)" }, - "TUXS604": { - "code": "TUXS604", - "id": 52207, - "name": "Studiengang M.Sc. Consumer Science", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Consumer Science" + "53181": { + "code": "TUXS410", + "name": "Studiengang TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)" }, - "TUXS605": { - "code": "TUXS605", - "id": 52208, - "name": "Studiengang M.Sc. Finance and Information Management", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/M.Sc. Finance and Information Management" + "53182": { + "code": "TUXS411", + "name": "Studiengang TUM School of LS (Brau- und Lebensmitteltechnologie)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Brau- und Lebensmitteltechnologie)" }, - "TUXS606": { - "code": "TUXS606", - "id": 52209, - "name": "Studiengang TUM Skills Excellence Program Management", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/TUM Skills Excellence Program Management" + "53183": { + "code": "TUXS412", + "name": "Studiengang TUM School of LS (Naturschutz)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Naturschutz)" }, - "TUXS607": { - "code": "TUXS607", - "id": 52210, - "name": "Studiengang Auslaufende", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/Auslaufende" + "53184": { + "code": "TUXS413", + "name": "Studiengang M.Sc. Lebensmitteltechnologie", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Lebensmitteltechnologie und Bioprozesstechnik/M.Sc. Lebensmitteltechnologie" }, - "TUXS608": { - "code": "TUXS608", - "id": 52211, - "name": "Studiengang B.Sc. Management and Technology", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/B.Sc. Management and Technology" + "53197": { + "code": "TUGSGCX", + "name": "Graduate Council", + "path": "TUM/TUM Graduate School/Graduate Council" }, - "TUXS609": { - "code": "TUXS609", - "id": 52212, - "name": "Studiengang M.Sc. Management", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/M.Sc. Management" + "53217": { + "code": "TUS3DP1", + "name": "Department Physics", + "path": "TUM/Schools/Natural Sciences/Departments/Physics" }, - "TUXS60A": { - "code": "TUXS60A", - "id": 52213, - "name": "Studiengang TUM Skills Excellence Program Management", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/TUM Skills Excellence Program Management" + "53218": { + "code": "TUS3DP2", + "name": "Department Bioscience", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience" }, - "TUXS60B": { - "code": "TUXS60B", - "id": 52214, - "name": "Studiengang B.Sc. Sustainable Management and Technology", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Straubing/B.Sc. Sustainable Management and Technology" + "53219": { + "code": "TUS3DP3", + "name": "Department Chemistry", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry" }, - "TUXS60C": { - "code": "TUXS60C", - "id": 52215, - "name": "Studiengang M.Sc. Sustainable Management and Technology", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Straubing/M.Sc. Sustainable Management and Technology" + "53237": { + "code": "TUSPL23", + "name": "Lehrstuhl f\u00fcr Soziale Determinanten der Gesundheit (Prof. Richter)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Soziale Determinanten der Gesundheit (Prof. Richter)" }, - "TUXS60D": { - "code": "TUXS60D", - "id": 52216, - "name": "Studiengang Austauschprogramm (nicht studienbeitragspflichtig)", - "path": "TUM/Schools/Management/Studienorganisation/Austauschprogramme/Austauschprogramm (nicht studienbeitragspflichtig)" + "53257": { + "code": "TUPHEDS", + "name": "Professur f\u00fcr Data Science in Physik (Prof. Heinrich)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Data Science in Physik (Prof. Heinrich)" }, - "TUXS60E": { - "code": "TUXS60E", - "id": 52217, - "name": "Studiengang Austauschprogramm (Practical Project Students)", - "path": "TUM/Schools/Management/Studienorganisation/Austauschprogramme/Austauschprogramm (Practical Project Students)" + "53277": { + "code": "TUS2LPE", + "name": "Professur f\u00fcr Lunare und Planetare Exploration (Prof. Rei\u00df)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Lunare und Planetare Exploration (Prof. Rei\u00df)" + }, + "53297": { + "code": "TUZELCD", + "name": "CareerDesign@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/CareerDesign@TUM" }, - "TUXS60F": { - "code": "TUXS60F", - "id": 52218, - "name": "Studiengang TUM School of Management (M\u00fcnchen)", - "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT/TUM School of Management (M\u00fcnchen)" + "53299": { + "code": "TUEICDA", + "name": "Lehrstuhl f\u00fcr Design Automation (Prof. Wille)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Design Automation (Prof. Wille)" }, - "TUXS60G": { - "code": "TUXS60G", - "id": 52219, - "name": "Studiengang TUM School of Management (Heilbronn)", - "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT/TUM School of Management (Heilbronn)" + "53300": { + "code": "TUXS414", + "name": "Studiengang TUM School of LS (Lebensmittelchemie)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/TUM School of LS (Lebensmittelchemie)" }, - "TUXS60H": { - "code": "TUXS60H", - "id": 52220, - "name": "Studiengang Gastpromotion", - "path": "TUM/Schools/Management/Studienorganisation/Promotionsprogramme MGT/Gastpromotion" + "53317": { + "code": "TUCHPC8", + "name": "Lehrstuhl f\u00fcr Elektronenmikroskopie mit Forschungsschwerpunkt Energiematerialien (Prof. Willinger)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Elektronenmikroskopie mit Forschungsschwerpunkt Energiematerialien (Prof. Willinger)" }, - "TUXS60I": { - "code": "TUXS60I", - "id": 52221, - "name": "Studiengang EMBA", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA" + "53337": { + "code": "TUXS728", + "name": "Studiengang B.Ed. Biologie, Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Biologie, Informatik" }, - "TUXS60J": { - "code": "TUXS60J", - "id": 52222, - "name": "Studiengang EMBA Innovation and Business Creation", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA Innovation and Business Creation" + "53357": { + "code": "TUINH04", + "name": "Informatik Heilbronn 4 - Lehrstuhl f\u00fcr Computational Mathematics (Prof. Anzt)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 4 - Lehrstuhl f\u00fcr Computational Mathematics (Prof. Anzt)" }, - "TUXS60K": { - "code": "TUXS60K", - "id": 52223, - "name": "Studiengang EMBA Business & IT", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA Business & IT" + "53358": { + "code": "TUS4N7M", + "name": "Professur f\u00fcr Tierern\u00e4hrung und Metabolismus (Prof. Steinhoff-Wagner)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Tierern\u00e4hrung und Metabolismus (Prof. Steinhoff-Wagner)" }, - "TUXS60L": { - "code": "TUXS60L", - "id": 52224, - "name": "Studiengang M.Sc. Management and Innovation (M\u00fcnchen)", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/M.Sc. Management and Innovation (M\u00fcnchen)" + "53377": { + "code": "TUZEZQE", + "name": "TUM Zentrum f\u00fcr QuantumEngineering", + "path": "TUM/Wissenschaftliche Zentralinstitute/TUM Zentrum f\u00fcr QuantumEngineering" }, - "TUXS60M": { - "code": "TUXS60M", - "id": 52225, - "name": "Studiengang M.Sc. Management and Innovation (Heilbronn)", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/M.Sc. Management and Innovation (Heilbronn)" + "53378": { + "code": "TUPRV11", + "name": "Vizepr\u00e4sidentin Global Communication & Public Engagement", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Global Communication & Public Engagement" }, - "TUXS60N": { - "code": "TUXS60N", - "id": 52957, - "name": "Studiengang Ausgelaufene Studieng\u00e4nge IL3", - "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/Ausgelaufene Studieng\u00e4nge IL3" + "53397": { + "code": "TUPEERG", + "name": "TUMint\u00b7Energy Research GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/TUMint\u00b7Energy Research GmbH" }, - "TUXS60O": { + "53417": { "code": "TUXS60O", - "id": 53417, "name": "Studiengang EMBA Innovation & Business Creation", "path": "TUM/Schools/Management/Studienorganisation/Executive & Professional Education/EMBA Innovation & Business Creation" }, - "TUXS60P": { - "code": "TUXS60P", - "id": 54637, - "name": "Studiengang B.Sc. Management and Technology", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/B.Sc. Management and Technology" + "53437": { + "code": "TUS2AND", + "name": "Professur f\u00fcr Architecture and Design (Prof. Fanelsa)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Design (Prof. Fanelsa)" }, - "TUXS60Q": { - "code": "TUXS60Q", - "id": 55057, - "name": "Studiengang M.Sc. Management and Digital Technology", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/M.Sc. Management and Digital Technology" + "53457": { + "code": "TUZET22", + "name": "OrganoidHub (AG Gr\u00fcnewald)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/OrganoidHub (AG Gr\u00fcnewald)" }, - "TUXS60R": { - "code": "TUXS60R", - "id": 55537, - "name": "Studiengang B.Sc. Management and Data Science", - "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/B.Sc. Management and Data Science" + "53477": { + "code": "TUZET23", + "name": "AG Hauer", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/AG Hauer" }, - "TUXS701": { - "code": "TUXS701", - "id": 52337, - "name": "Studiengang B.Ed. Agrarwirtschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Agrarwirtschaft" + "53497": { + "code": "TUEILSY", + "name": "Lehrstuhl f\u00fcr Sicherheit, Performanz und Zuverl\u00e4ssigkeit f\u00fcr lernende Systeme (Prof. Schoellig)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Sicherheit, Performanz und Zuverl\u00e4ssigkeit f\u00fcr lernende Systeme (Prof. Schoellig)" }, - "TUXS702": { - "code": "TUXS702", - "id": 52338, - "name": "Studiengang B.Ed. Bautechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Bautechnik" + "53517": { + "code": "TUINI33", + "name": "Informatik 33 - Lehrstuhl f\u00fcr Engineering robuster kognitiver Systeme (Prof. Trapp)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 33 - Lehrstuhl f\u00fcr Engineering robuster kognitiver Systeme (Prof. Trapp)" }, - "TUXS703": { - "code": "TUXS703", - "id": 52339, - "name": "Studiengang B.Ed. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Elektrotechnik und Informationstechnik" + "53537": { + "code": "TUGSSED", + "name": "Graduate Center of Engineering and Design", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Engineering and Design" }, - "TUXS704": { - "code": "TUXS704", - "id": 52340, - "name": "Studiengang B.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft" + "53557": { + "code": "TUS4F9L", + "name": "Professur f\u00fcr Funktionsmaterialien f\u00fcr Lebensmittelverpackungen (Prof. Schrettl)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Funktionsmaterialien f\u00fcr Lebensmittelverpackungen (Prof. Schrettl)" }, - "TUXS705": { - "code": "TUXS705", - "id": 52341, - "name": "Studiengang B.Ed. Gesundheits- und Pflegewissenschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Gesundheits- und Pflegewissenschaft" + "53577": { + "code": "TUZEWWE", + "name": "Weitere wissenschaftliche Einrichtungen", + "path": "TUM/Weitere wissenschaftliche Einrichtungen" }, - "TUXS706": { - "code": "TUXS706", - "id": 52342, - "name": "Studiengang B.Ed. Metalltechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Bachelor of Education Berufliche Bildung/B.Ed. Metalltechnik" + "53597": { + "code": "TUS1DP1", + "name": "Department Mathematics", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics" }, - "TUXS707": { - "code": "TUXS707", - "id": 52343, - "name": "Studiengang M.Ed. Agrarwirtschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Agrarwirtschaft" + "53598": { + "code": "TUS1DP2", + "name": "Department Computer Science", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science" }, - "TUXS708": { - "code": "TUXS708", - "id": 52344, - "name": "Studiengang M.Ed. Bautechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Bautechnik" + "53599": { + "code": "TUS1DP3", + "name": "Department Computer Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering" }, - "TUXS709": { - "code": "TUXS709", - "id": 52345, - "name": "Studiengang M.Ed. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Elektrotechnik und Informationstechnik" + "53600": { + "code": "TUS1DP4", + "name": "Department Electrical Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering" }, - "TUXS70A": { - "code": "TUXS70A", - "id": 52346, - "name": "Studiengang M.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Ern\u00e4hrungs- und Hauswirtschaftswissenschaft" + "53637": { + "code": "TUXS229", + "name": "Studiengang M.Sc. (hons) Bauingenieurwesen (Honoursprogramm)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. (hons) Bauingenieurwesen (Honoursprogramm)" }, - "TUXS70B": { - "code": "TUXS70B", - "id": 52347, - "name": "Studiengang M.Ed. Gesundheits- und Pflegewissenschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Gesundheits- und Pflegewissenschaft" + "53638": { + "code": "TUXO100", + "name": "Studienorganisation der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation" }, - "TUXS70C": { - "code": "TUXS70C", - "id": 52348, - "name": "Studiengang M.Ed. Metalltechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Metalltechnik" + "53639": { + "code": "TUXB100", + "name": "Studiengangsb\u00fcndel Data Science", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Data Science" }, - "TUXS70D": { - "code": "TUXS70D", - "id": 52349, - "name": "Studiengang Biologie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Biologie" + "53640": { + "code": "TUXB101", + "name": "Studiengangsb\u00fcndel Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik" }, - "TUXS70E": { - "code": "TUXS70E", - "id": 52350, - "name": "Studiengang Chemie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Chemie" + "53641": { + "code": "TUXB102", + "name": "Studiengangsb\u00fcndel Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik" }, - "TUXS70F": { - "code": "TUXS70F", - "id": 52351, - "name": "Studiengang Deutsch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Deutsch" + "53642": { + "code": "TUXB103", + "name": "Studiengangsb\u00fcndel Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik" }, - "TUXS70G": { - "code": "TUXS70G", - "id": 52352, - "name": "Studiengang Sprache und Kommunikation Deutsch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sprache und Kommunikation Deutsch" + "53643": { + "code": "TUXB104", + "name": "Studiengangsb\u00fcndel Heilbronn", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Heilbronn" }, - "TUXS70H": { - "code": "TUXS70H", - "id": 52353, - "name": "Studiengang Berufssprache Deutsch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Berufssprache Deutsch" + "53644": { + "code": "TUXB105", + "name": "Studiengangsb\u00fcndel Singapur", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur" }, - "TUXS70I": { - "code": "TUXS70I", - "id": 52354, - "name": "Studiengang Englisch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Englisch" + "53645": { + "code": "TUXB106", + "name": "Studiengangsb\u00fcndel Promotionsprogramme CIT", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT" }, - "TUXS70J": { - "code": "TUXS70J", - "id": 52355, - "name": "Studiengang Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Informatik" + "53646": { + "code": "TUXB107", + "name": "Studiengangsb\u00fcndel Zusatzangebote", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Zusatzangebote" }, - "TUXS70K": { - "code": "TUXS70K", - "id": 52356, - "name": "Studiengang Mathematik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Mathematik" + "53647": { + "code": "TUXB108", + "name": "Studiengangsb\u00fcndel Archiv", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv" }, - "TUXS70L": { - "code": "TUXS70L", - "id": 52357, - "name": "Studiengang Mechatronik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Mechatronik" + "53648": { + "code": "TUXS100", + "name": "Studiengang M.Sc. Data Engineering and Analytics", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Data Science/M.Sc. Data Engineering and Analytics" }, - "TUXS70M": { - "code": "TUXS70M", - "id": 52358, - "name": "Studiengang Physik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Physik" + "53649": { + "code": "TUXS101", + "name": "Studiengang M.Sc. Mathematics in Data Science", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Data Science/M.Sc. Mathematics in Data Science" }, - "TUXS70N": { - "code": "TUXS70N", - "id": 52359, - "name": "Studiengang Evangelische Religion", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Evangelische Religion" + "53650": { + "code": "TUXS102", + "name": "Studiengang B.Sc. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/B.Sc. Elektrotechnik und Informationstechnik" }, - "TUXS70O": { - "code": "TUXS70O", - "id": 52360, - "name": "Studiengang Katholische Religion", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Katholische Religion" + "53651": { + "code": "TUXS103", + "name": "Studiengang M.Sc. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Elektrotechnik und Informationstechnik" }, - "TUXS70P": { - "code": "TUXS70P", - "id": 52361, - "name": "Studiengang Sozialkunde", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sozialkunde" + "53652": { + "code": "TUXS104", + "name": "Studiengang M.Sc. Communication Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Communication Engineering" }, - "TUXS70Q": { - "code": "TUXS70Q", - "id": 52362, - "name": "Studiengang Politik und Gesellschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Politik und Gesellschaft" + "53653": { + "code": "TUXS105", + "name": "Studiengang M.Sc. Neuroengineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Neuroengineering" }, - "TUXS70R": { - "code": "TUXS70R", - "id": 52363, - "name": "Studiengang Sport", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sport" + "53654": { + "code": "TUXS106", + "name": "Studiengang Austauschprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/Austauschprogramme" }, - "TUXS70S": { - "code": "TUXS70S", - "id": 52364, - "name": "Studiengang Teilstudiengang Psychologie mit schulpsychologischem Schwerpunkt", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Teilstudiengang Psychologie mit schulpsychologischem Schwerpunkt" + "53655": { + "code": "TUXS107", + "name": "Studiengang Zertifikatsprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/Zertifikatsprogramme" + }, + "53656": { + "code": "TUXS108", + "name": "Studiengang B.Sc. Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Informatik" + }, + "53657": { + "code": "TUXS109", + "name": "Studiengang B.Sc. Informatik: Games Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Informatik: Games Engineering" + }, + "53658": { + "code": "TUXS10A", + "name": "Studiengang B.Sc. Wirtschaftsinformatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Wirtschaftsinformatik" + }, + "53659": { + "code": "TUXS10B", + "name": "Studiengang B.Sc. Bioinformatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/B.Sc. Bioinformatik" }, - "TUXS70T": { - "code": "TUXS70T", - "id": 52365, - "name": "Studiengang M.Ed. Metalltechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung integriert/M.Ed. Metalltechnik" + "53660": { + "code": "TUXS10C", + "name": "Studiengang M.Sc. Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Informatik" }, - "TUXS70U": { - "code": "TUXS70U", - "id": 52366, - "name": "Studiengang M.Ed. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung integriert/M.Ed. Elektrotechnik und Informationstechnik" + "53661": { + "code": "TUXS10D", + "name": "Studiengang M.Sc. Informatik: Games Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Informatik: Games Engineering" }, - "TUXS70V": { - "code": "TUXS70V", - "id": 52367, - "name": "Studiengang 1. Fach an der LMU; Unterrichtsfach Beruf und Wirtschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/1. Fach an der LMU; Unterrichtsfach Beruf und Wirtschaft" + "53662": { + "code": "TUXS10E", + "name": "Studiengang M.Sc. Robotics, Cognition, Intelligence", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Robotics, Cognition, Intelligence" }, - "TUXS70W": { - "code": "TUXS70W", - "id": 52368, - "name": "Studiengang 1. Fach an der LMU; Unterrichtsfach Arbeitslehre", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/1. Fach an der LMU; Unterrichtsfach Arbeitslehre" + "53663": { + "code": "TUXS10F", + "name": "Studiengang M.Sc. Computational Science and Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Computational Science and Engineering" }, - "TUXS70X": { - "code": "TUXS70X", - "id": 52369, - "name": "Studiengang Didaktikfach Beruf und Wirtschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/Didaktikfach Beruf und Wirtschaft" + "53664": { + "code": "TUXS10G", + "name": "Studiengang M.Sc. Biomedical Computing", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Biomedical Computing" }, - "TUXS70Y": { - "code": "TUXS70Y", - "id": 52370, - "name": "Studiengang Didaktikfach Arbeitslehre", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Lehramt an Mittelschulen / Staatsexamen/Didaktikfach Arbeitslehre" + "53665": { + "code": "TUXS10H", + "name": "Studiengang M.Sc. Information Systems", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Information Systems" }, - "TUXS70Z": { - "code": "TUXS70Z", - "id": 52371, - "name": "Studiengang M.Sc. Wirtschaftsp\u00e4dagogik I", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik I" + "53666": { + "code": "TUXS10I", + "name": "Studiengang M.Sc. Bioinformatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Bioinformatik" }, - "TUXS710": { - "code": "TUXS710", - "id": 52372, - "name": "Studiengang M.Sc. Wirtschaftsp\u00e4dagogik II", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik II" + "53667": { + "code": "TUXS10J", + "name": "Studiengang Austauschprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/Austauschprogramme" }, - "TUXS711": { - "code": "TUXS711", - "id": 52373, - "name": "Studiengang B.Ed. Biologie, Chemie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Biologie, Chemie" + "53668": { + "code": "TUXS10K", + "name": "Studiengang Zertifikatsprogramme\t", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/Zertifikatsprogramme\t" }, - "TUXS712": { - "code": "TUXS712", - "id": 52374, - "name": "Studiengang B.Ed. Mathematik, Chemie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Chemie" + "53669": { + "code": "TUXS10L", + "name": "Studiengang B.Sc. Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/B.Sc. Mathematik" }, - "TUXS713": { - "code": "TUXS713", - "id": 52375, - "name": "Studiengang B.Ed. Mathematik, Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Informatik" + "53670": { + "code": "TUXS10M", + "name": "Studiengang M.Sc. Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/M.Sc. Mathematik" }, - "TUXS714": { - "code": "TUXS714", - "id": 52376, - "name": "Studiengang B.Ed. Mathematik, Physik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Physik" + "53671": { + "code": "TUXS10N", + "name": "Studiengang TopMath", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/TopMath" }, - "TUXS715": { - "code": "TUXS715", - "id": 52377, - "name": "Studiengang B.Ed. Mathematik, Sport", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Mathematik, Sport" + "53672": { + "code": "TUXS10O", + "name": "Studiengang Austauschprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/Austauschprogramme" }, - "TUXS716": { - "code": "TUXS716", - "id": 52378, - "name": "Studiengang M.Ed. Biologie, Chemie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Biologie, Chemie" + "53673": { + "code": "TUXS10P", + "name": "Studiengang Zertifikatsprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Mathematik/Zertifikatsprogramme" }, - "TUXS717": { - "code": "TUXS717", - "id": 52379, - "name": "Studiengang M.Ed. Mathematik, Chemie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Chemie" + "53674": { + "code": "TUXS10Q", + "name": "Studiengang B.Sc. Information Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Heilbronn/B.Sc. Information Engineering" }, - "TUXS718": { - "code": "TUXS718", - "id": 52380, - "name": "Studiengang M.Ed. Mathematik, Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Informatik" + "53675": { + "code": "TUXS10R", + "name": "Studiengang B.Eng. Electronics & Data Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur/B.Eng. Electronics & Data Engineering" }, - "TUXS719": { - "code": "TUXS719", - "id": 52381, - "name": "Studiengang M.Ed. Mathematik, Physik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Physik" + "53676": { + "code": "TUXS10S", + "name": "Studiengang M.Sc. Integrated Circuit Design", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur/M.Sc. Integrated Circuit Design" }, - "TUXS71A": { - "code": "TUXS71A", - "id": 52382, - "name": "Studiengang M.Ed. Mathematik, Sport", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Mathematik, Sport" + "53677": { + "code": "TUXS10T", + "name": "Studiengang M.Sc. Green Electronics", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Singapur/M.Sc. Green Electronics" }, - "TUXS71B": { - "code": "TUXS71B", - "id": 52383, - "name": "Studiengang Biologie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Biologie" + "53678": { + "code": "TUXS10U", + "name": "Studiengang Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT/Elektrotechnik und Informationstechnik" }, - "TUXS71C": { - "code": "TUXS71C", - "id": 52384, - "name": "Studiengang Chemie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Chemie" + "53679": { + "code": "TUXS10V", + "name": "Studiengang Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT/Informatik" }, - "TUXS71D": { - "code": "TUXS71D", - "id": 52385, + "53680": { + "code": "TUXS10W", "name": "Studiengang Mathematik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Mathematik" + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Promotionsprogramme CIT/Mathematik" }, - "TUXS71E": { - "code": "TUXS71E", - "id": 52386, + "53681": { + "code": "TUXS10X", + "name": "Studiengang Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Elektrotechnik und Informationstechnik" + }, + "53682": { + "code": "TUXS10Y", "name": "Studiengang Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Informatik" + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Informatik" }, - "TUXS71F": { - "code": "TUXS71F", - "id": 52387, - "name": "Studiengang Physik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Naturwissenschaftliche Bildung: Erweiterung/Physik" + "53683": { + "code": "TUXS10Z", + "name": "Studiengang Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Mathematik" }, - "TUXS71G": { - "code": "TUXS71G", - "id": 52388, - "name": "Studiengang B.Sc. Politikwissenschaft", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Politikwissenschaft" + "53684": { + "code": "TUXS110", + "name": "Studiengang Promotionen", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Archiv/Promotionen" }, - "TUXS71H": { - "code": "TUXS71H", - "id": 52389, - "name": "Studiengang B.Sc. Politikwissenschaft (Teilzeit, 66%)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Politikwissenschaft (Teilzeit, 66%)" + "53697": { + "code": "TUXB70Q", + "name": "Studiengangsb\u00fcndel Master Vocational Education and Innovation", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master Vocational Education and Innovation" }, - "TUXS71I": { - "code": "TUXS71I", - "id": 52390, - "name": "Studiengang M.Sc. Politics & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology" + "53737": { + "code": "TUS6B49", + "name": "Professur f\u00fcr Entrepreneurial Finance (Prof. Momtaz)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Momtaz)" }, - "TUXS71J": { - "code": "TUXS71J", - "id": 52391, - "name": "Studiengang M.Sc. Politics & Technology (Teilzeit, 66%)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology (Teilzeit, 66%)" + "53777": { + "code": "TUS7HTL", + "name": "Lehrstuhl f\u00fcr Human-Centered Technologies for Learning (Prof. Kasneci)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Human-Centered Technologies for Learning (Prof. Kasneci)" }, - "TUXS71K": { - "code": "TUXS71K", - "id": 52392, - "name": "Studiengang M.A. Science and Technology Studies (STS)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology/M.A. Science and Technology Studies (STS)" + "53797": { + "code": "TUINI35", + "name": "Informatik 35 - Lehrstuhl f\u00fcr Perception for Intelligent Systems (Prof. Lilienthal)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 35 - Lehrstuhl f\u00fcr Perception for Intelligent Systems (Prof. Lilienthal)" }, - "TUXS71L": { - "code": "TUXS71L", - "id": 52393, - "name": "Studiengang M.A. Responsibility in Science, Engineering and Technology (RESET)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology/M.A. Responsibility in Science, Engineering and Technology (RESET)" + "53817": { + "code": "TUINH05", + "name": "Informatik Heilbronn 5 - Professur f\u00fcr Data Engineering (Prof. Acosta Deibe)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 5 - Professur f\u00fcr Data Engineering (Prof. Acosta Deibe)" }, - "TUXS71M": { - "code": "TUXS71M", - "id": 52394, - "name": "Studiengang M.A. Wissenschafts- und Technikphilosophie", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Social Science & Technology/M.A. Wissenschafts- und Technikphilosophie" + "53818": { + "code": "TUINH09", + "name": "Informatik Heilbronn 9 - Professur f\u00fcr Distributed Systems and Security (Prof. G\u00fcnther komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik Heilbronn 9 - Professur f\u00fcr Distributed Systems and Security (Prof. G\u00fcnther komm.)" }, - "TUXS71N": { - "code": "TUXS71N", - "id": 52395, - "name": "Studiengang M.Ed. Research on Teaching and Learning", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/Educational Science & Technology/M.Ed. Research on Teaching and Learning" + "53837": { + "code": "TUPHEQN", + "name": "Professur f\u00fcr Quantennetzwerke (Prof. Reiserer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantennetzwerke (Prof. Reiserer)" }, - "TUXS71O": { - "code": "TUXS71O", - "id": 52396, - "name": "Studiengang TUM Skills Excellence Program (TUM School of Governance)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Zertifikatsprogramme/TUM Skills Excellence Program Social Sciences/TUM Skills Excellence Program (TUM School of Governance)" + "53857": { + "code": "TUXB40R", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Studieng\u00e4nge auslaufend" }, - "TUXS71P": { - "code": "TUXS71P", - "id": 52397, - "name": "Studiengang Politikwissenschaft (TUM-PREP)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/Practical Project Students/Politikwissenschaft (TUM-PREP)" + "53858": { + "code": "TUXB40S", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Biowissenschaften und Biotechnologie/Studieng\u00e4nge auslaufend" }, - "TUXS71Q": { - "code": "TUXS71Q", - "id": 52398, - "name": "Studiengang Research on Teaching and Learning (TUM-PREP)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/Practical Project Students/Research on Teaching and Learning (TUM-PREP)" + "53859": { + "code": "TUXB40T", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Brau- und Lebensmitteltechnologie und Bioprozesstechnik/Studieng\u00e4nge auslaufend" }, - "TUXS71R": { - "code": "TUXS71R", - "id": 52399, - "name": "Studiengang Politikwissenschaft - Austausch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig/Politikwissenschaft - Austausch" + "53860": { + "code": "TUXB40U", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Studieng\u00e4nge auslaufend" }, - "TUXS71S": { - "code": "TUXS71S", - "id": 52400, - "name": "Studiengang Science and Technology Studies - Austausch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig/Science and Technology Studies - Austausch" + "53861": { + "code": "TUXB40V", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Forstwissenschaft und Ressourcenmanagement/Studieng\u00e4nge auslaufend" }, - "TUXS71T": { - "code": "TUXS71T", - "id": 52401, - "name": "Studiengang Research on Teaching and Learning - Austausch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Austauschprogramme/nicht studienbeitragspflichtig/Research on Teaching and Learning - Austausch" + "53862": { + "code": "TUXB40W", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Landschaft/Studieng\u00e4nge auslaufend" }, - "TUXS71U": { - "code": "TUXS71U", - "id": 52402, - "name": "Studiengang MCTS Austausch", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/MCTS Austausch" + "53863": { + "code": "TUXB40Y", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Promotionsprogramme LS/Studieng\u00e4nge auslaufend" }, - "TUXS71V": { - "code": "TUXS71V", - "id": 52597, - "name": "Studiengang Chemie f\u00fcr Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Chemie f\u00fcr Wirtschaftsp\u00e4dagogik" + "53864": { + "code": "TUXB40X", + "name": "Studiengangsb\u00fcndel Studieng\u00e4nge auslaufend", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Austauschprogramme Life Sciences/Studieng\u00e4nge auslaufend" }, - "TUXS71W": { - "code": "TUXS71W", - "id": 52858, - "name": "Studiengang Promotion Schwerpunkt Ethics and Responsibility", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/Promotion Schwerpunkt Ethics and Responsibility" + "53877": { + "code": "TUS1DEA", + "name": "Dekan der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Dekan/in" + }, + "53878": { + "code": "TUS3DEA", + "name": "Dekan der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Dekan/in" + }, + "53897": { + "code": "TUZEICH", + "name": "Core Facility Humanstudien", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Core Facility Humanstudien" + }, + "53898": { + "code": "TUZEICM", + "name": "Core Facility Mikrobiom", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Core Facility Mikrobiom" + }, + "53899": { + "code": "TUS2PNS", + "name": "Lehrstuhl f\u00fcr Spacecraft Systems (Prof. Aliakbargolkar)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Spacecraft Systems (Prof. Aliakbargolkar)" }, - "TUXS71X": { - "code": "TUXS71X", - "id": 52859, - "name": "Studiengang Promotion Schwerpunkt Media and Science", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/Promotion Schwerpunkt Media and Science" + "53900": { + "code": "TUS2SLR", + "name": "Lehrstuhl f\u00fcr Strukturauslegung in der Luft- und Raumfahrt (Prof. Daoud)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Strukturauslegung in der Luft- und Raumfahrt (Prof. Daoud)" }, - "TUXS71Y": { - "code": "TUXS71Y", - "id": 52860, - "name": "Studiengang Promotion Schwerpunkt Science and Technology Studies", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/Promotion Schwerpunkt Science and Technology Studies" + "53917": { + "code": "TUGSBAY", + "name": "Bayerisches Wissenschaftsforum (BayWISS)", + "path": "TUM/TUM Graduate School/Bayerisches Wissenschaftsforum (BayWISS)" }, - "TUXS71Z": { - "code": "TUXS71Z", - "id": 52861, - "name": "Studiengang M.A. Science a. Technol. In Technolog. Societies", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Ausgelaufene Programme/M.A. Science a. Technol. In Technolog. Societies" + "53937": { + "code": "TUPEMAT", + "name": "MathPlan GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/MathPlan GmbH" }, - "TUXS720": { - "code": "TUXS720", - "id": 52862, - "name": "Studiengang TUM School of Social Sciences and Technology (Science, Technology and Society)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT/TUM School of Social Sciences and Technology (Science, Technology and Society)" + "53938": { + "code": "TUPEIND", + "name": "indibit GmbH", + "path": "TUM/Partnerschaftliche Einrichtungen/indibit GmbH" }, - "TUXS721": { - "code": "TUXS721", - "id": 52863, - "name": "Studiengang TUM School of Social Sciences and Technology (Education)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT/TUM School of Social Sciences and Technology (Education)" + "53957": { + "code": "TUS4C6A", + "name": "Professur f\u00fcr Cellular Agriculture (Prof. Henkel)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Cellular Agriculture (Prof. Henkel)" }, - "TUXS722": { - "code": "TUXS722", - "id": 52864, - "name": "Studiengang TUM School of Social Sciences and Technology (Governance)", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Promotionsprogramme SOT/TUM School of Social Sciences and Technology (Governance)" + "53958": { + "code": "TUS4B1E", + "name": "Professur f\u00fcr Soil Biophysics and Environmental Systems (Prof. Zare)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Soil Biophysics and Environmental Systems (Prof. Zare)" }, - "TUXS723": { - "code": "TUXS723", - "id": 53077, - "name": "Studiengang Informatik f\u00fcr Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Informatik f\u00fcr Wirtschaftsp\u00e4dagogik" + "53959": { + "code": "TUS1RGE", + "name": "Frauenbeauftragte/r der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Beauftragte/Frauenbeauftragte/r" }, - "TUXS724": { - "code": "TUXS724", - "id": 53078, - "name": "Studiengang Mathematik f\u00fcr Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Mathematik f\u00fcr Wirtschaftsp\u00e4dagogik" + "53960": { + "code": "TUS1RIN", + "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Beauftragte/Beauftragte/r f\u00fcr Internationales" }, - "TUXS725": { - "code": "TUXS725", - "id": 53079, - "name": "Studiengang Physik f\u00fcr Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Physik f\u00fcr Wirtschaftsp\u00e4dagogik" + "53961": { + "code": "TUS2RIN", + "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Beauftragte/Beauftragte/r f\u00fcr Internationales" }, - "TUXS726": { - "code": "TUXS726", - "id": 53080, - "name": "Studiengang Sport f\u00fcr Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Sport f\u00fcr Wirtschaftsp\u00e4dagogik" + "53962": { + "code": "TUS3RGE", + "name": "Frauenbeauftragte/r der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Beauftragte/Frauenbeauftragte/r" }, - "TUXS727": { - "code": "TUXS727", - "id": 53097, - "name": "Studiengang Politik und Gesellschaft f\u00fcr Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Berufliches Lehramt: Erweiterung/Politik und Gesellschaft f\u00fcr Wirtschaftsp\u00e4dagogik" + "53963": { + "code": "TUS3RIN", + "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Beauftragte/Beauftragte/r f\u00fcr Internationales" }, - "TUXS728": { - "code": "TUXS728", - "id": 53337, - "name": "Studiengang B.Ed. Biologie, Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Bachelor of Education Naturwissenschaftliche Bildung/B.Ed. Biologie, Informatik" + "53964": { + "code": "TUS4RIN", + "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Beauftragte/Beauftragte/r f\u00fcr Internationales" }, - "TUXS729": { - "code": "TUXS729", - "id": 55557, - "name": "Studiengang M.Sc. AI in Society", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/AI in Society/M.Sc. AI in Society" + "53965": { + "code": "TUS6RIN", + "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Management", + "path": "TUM/Schools/Management/Beauftragte/Beauftragte/r f\u00fcr Internationales" }, - "TUXS72A": { - "code": "TUXS72A", - "id": 56017, - "name": "Studiengang M.Ed. Bautechnik mit affiner Fachrichtung Holztechnik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Bautechnik mit affiner Fachrichtung Holztechnik" + "53966": { + "code": "TUS7RIN", + "name": "Beauftragte/r f\u00fcr Internationales der TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Beauftragte/Beauftragte/r f\u00fcr Internationales" }, - "TUXS730": { - "code": "TUXS730", - "id": 55757, - "name": "Studiengang M.Ed. Biologie, Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Biologie, Informatik" + "53977": { + "code": "TUCSP15", + "name": "Professur f\u00fcr Sustainable Energy Materials (Prof. Ledendecker)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Sustainable Energy Materials (Prof. Ledendecker)" }, - "TUZEACS": { - "code": "TUZEACS", - "id": 49397, - "name": "Accommodation Service", - "path": "TUM/Zentrale Verwaltung/Diversity & Equal Opportunities/Accommodation Service" + "53978": { + "code": "TUXS111", + "name": "Studiengang M.Sc. Communications and Electronics Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Elektrotechnik und Informationstechnik/M.Sc. Communications and Electronics Engineering" }, - "TUZEB10": { - "code": "TUZEB10", - "id": 45840, - "name": "Datenschutzbevollm\u00e4chtigte/r Zentralinstitut f\u00fcr Katalyseforschung (CRC)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Katalyseforschung (CRC)/Datenschutzbevollm\u00e4chtigte/r" + "53979": { + "code": "TUXB30C", + "name": "Studiengangsb\u00fcndel Externe Beitr\u00e4ge zum Lehrangebot", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Externe Beitr\u00e4ge zum Lehrangebot" }, - "TUZEB11": { - "code": "TUZEB11", - "id": 45841, - "name": "Datenschutzbevollm\u00e4chtigte/r Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Datenschutzbevollm\u00e4chtigte/r" + "53980": { + "code": "TUXB30D", + "name": "Studiengangsb\u00fcndel Gemeinsame Studieng\u00e4nge TUM/LMU M.Sc. QST/TMP (aus dem Lehrangebot der LMU)", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Externe Beitr\u00e4ge zum Lehrangebot/Gemeinsame Studieng\u00e4nge TUM/LMU M.Sc. QST/TMP (aus dem Lehrangebot der LMU)" }, - "TUZEBAC": { - "code": "TUZEBAC", - "id": 55518, - "name": "Bavarian AM Cluster", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Bavarian AM Cluster" + "53981": { + "code": "TUXB30E", + "name": "Studiengangsb\u00fcndel Lehrangebot von Prof. Brenda Schulman", + "path": "TUM/Schools/Natural Sciences/Studienorganisation/Externe Beitr\u00e4ge zum Lehrangebot/Lehrangebot von Prof. Brenda Schulman" }, - "TUZEBCH": { - "code": "TUZEBCH", - "id": 26744, - "name": "Teilbibliothek Chemie", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Chemie" + "53997": { + "code": "TUINI34", + "name": "Informatik 34 - Lehrstuhl f\u00fcr IT Service Management, Development and Operations (Prof. Weber)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 34 - Lehrstuhl f\u00fcr IT Service Management, Development and Operations (Prof. Weber)" }, - "TUZEBD1": { - "code": "TUZEBD1", - "id": 45831, - "name": "Datenschutzbevollm\u00e4chtigte/r TUM Institute for Advanced Study (IAS)", - "path": "TUM/TUM Institute for Advanced Study (IAS)/Datenschutzbevollm\u00e4chtigte/r" + "54017": { + "code": "TUS2IPD", + "name": "Lehrstuhl f\u00fcr Integrated Product Design (Prof. Thoring)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Integrated Product Design (Prof. Thoring)" }, - "TUZEBD2": { - "code": "TUZEBD2", - "id": 45832, - "name": "Datenschutzbevollm\u00e4chtigte/r Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Datenschutzbevollm\u00e4chtigte/r" + "54018": { + "code": "TUCSO01", + "name": "Studium und Lehre (TUMCS) - TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office/Studium und Lehre (TUMCS)" }, - "TUZEBD4": { - "code": "TUZEBD4", - "id": 45834, - "name": "Datenschutzbevollm\u00e4chtigte/r Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)", - "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)/Datenschutzbevollm\u00e4chtigte/r" + "54019": { + "code": "TUCSO02", + "name": "EDV (TUMCS) - TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office/EDV (TUMCS)" }, - "TUZEBD5": { - "code": "TUZEBD5", - "id": 45835, - "name": "Datenschutzbevollm\u00e4chtigte/r Radiochemie M\u00fcnchen (RCM)", - "path": "TUM/Weitere wissenschaftliche Einrichtungen/Radiochemie M\u00fcnchen (RCM)/Datenschutzbevollm\u00e4chtigte/r" + "54020": { + "code": "TUCSO03", + "name": "Geb\u00e4udemanagement (TUMCS) - TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/TUMCS Office/Geb\u00e4udemanagement (TUMCS)" }, - "TUZEBD6": { - "code": "TUZEBD6", - "id": 45836, - "name": "Datenschutzbevollm\u00e4chtigte/r Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)/Datenschutzbevollm\u00e4chtigte/r" + "54037": { + "code": "TUS3001", + "name": "Professur f\u00fcr Quantensensorik (Prof. Bucher)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Quantensensorik (Prof. Bucher)" }, - "TUZEBD7": { - "code": "TUZEBD7", - "id": 45837, - "name": "Datenschutzbevollm\u00e4chtigte/r World Agricultural Systems Center - Hans Eisenmann-Forum", - "path": "TUM/Wissenschaftliche Zentralinstitute/World Agricultural Systems Center - Hans Eisenmann-Forum/Datenschutzbevollm\u00e4chtigte/r" + "54057": { + "code": "TUS1VRI", + "name": "Prodekan Forschung und Innovation der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Forschung und Innovation" }, - "TUZEBD8": { - "code": "TUZEBD8", - "id": 45838, - "name": "Datenschutzbevollm\u00e4chtigte/r Munich Institute of Biomedical Engineering (MIBE)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/Datenschutzbevollm\u00e4chtigte/r" + "54058": { + "code": "TUS1VST", + "name": "Prodekan Studium und Lehre der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Studium und Lehre" }, - "TUZEBD9": { - "code": "TUZEBD9", - "id": 45839, - "name": "Datenschutzbevollm\u00e4chtigte/r Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Datenschutzbevollm\u00e4chtigte/r" + "54059": { + "code": "TUS1VTD", + "name": "Prodekanin Talent Management und Diversity der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Talent Management und Diversity" }, - "TUZEBDB": { - "code": "TUZEBDB", - "id": 45911, - "name": "Datenschutzbevollm\u00e4chtigter Universit\u00e4tsbibliothek", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Datenschutzbevollm\u00e4chtigter" + "54060": { + "code": "TUS1VIO", + "name": "Prodekan Informationsmanagement der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Prodekane/Informationsmanagement" }, - "TUZEBDS": { - "code": "TUZEBDS", - "id": 46877, - "name": "Datenschutzbevollm\u00e4chtigter der zentralen Serviceeinrichtungen", - "path": "TUM/Zentrale Serviceeinrichtungen/Datenschutzbevollm\u00e4chtigter" + "54061": { + "code": "TUS3VRI", + "name": "Prodekan Forschung und Innovation der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Prodekane/Forschung und Innovation" }, - "TUZEBFR": { - "code": "TUZEBFR", - "id": 26720, - "name": "Standort Freising", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Freising" + "54062": { + "code": "TUS3VST", + "name": "Prodekan Studium und Lehre der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Prodekane/Studium und Lehre" }, - "TUZEBFZ": { - "code": "TUZEBFZ", - "id": 31363, - "name": "BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum", - "path": "TUM/Partnerschaftliche Einrichtungen/BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum" + "54063": { + "code": "TUS3VTD", + "name": "Prodekanin Talent Management und Diversity der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Prodekane/Talent Management und Diversity" }, - "TUZEBGA": { - "code": "TUZEBGA", - "id": 26721, - "name": "Standort Garching", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching" + "54064": { + "code": "TUS3VIO", + "name": "Prodekan Informationsmanagement der TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Prodekane/Informationsmanagement" }, - "TUZEBIB": { - "code": "TUZEBIB", - "id": 19671, - "name": "Universit\u00e4tsbibliothek", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek" + "54065": { + "code": "TUS3OTD", + "name": "Dean's Office (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Dean's Office (NAT)" }, - "TUZEBME": { - "code": "TUZEBME", - "id": 26728, - "name": "Teilbibliothek Medizin", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen/Teilbibliothek Medizin" + "54066": { + "code": "TUS3O01", + "name": "Strategy & Development (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Strategy & Development (NAT)" }, - "TUZEBMI": { - "code": "TUZEBMI", - "id": 26746, - "name": "Teilbibliothek Mathematik / Informatik", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Mathematik / Informatik" + "54067": { + "code": "TUS3O02", + "name": "Office Research & Innovation (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Office Research & Innovation (NAT)" }, - "TUZEBMU": { - "code": "TUZEBMU", - "id": 26719, - "name": "Standort M\u00fcnchen", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen" + "54068": { + "code": "TUS3O03", + "name": "Administration (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)" }, - "TUZEBMW": { - "code": "TUZEBMW", - "id": 26745, - "name": "Teilbibliothek Maschinenwesen", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Maschinenwesen" + "54069": { + "code": "TUS3O04", + "name": "Finance Office (NAT) - Administration (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)" }, - "TUZEBPH": { - "code": "TUZEBPH", - "id": 26747, - "name": "Teilbibliothek Physik", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Garching/Teilbibliothek Physik" + "54070": { + "code": "TUS3O05", + "name": "HR Office (NAT) - Administration (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)" }, - "TUZEBSG": { - "code": "TUZEBSG", - "id": 26726, - "name": "Teilbibliothek Stammgel\u00e4nde", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen/Teilbibliothek Stammgel\u00e4nde" + "54071": { + "code": "TUS3O06", + "name": "Studienverwaltung (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Studienverwaltung (NAT)" }, - "TUZEBSP": { - "code": "TUZEBSP", - "id": 26729, - "name": "Teilbibliothek Sport- und Gesundheitswissenschaften", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort M\u00fcnchen/Teilbibliothek Sport- und Gesundheitswissenschaften" + "54079": { + "code": "TUS3OGC", + "name": "Graduate Center (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Graduate Center (NAT)" }, - "TUZEBST": { - "code": "TUZEBST", - "id": 46255, - "name": "Standort Straubing", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Straubing" + "54080": { + "code": "TUS3O07", + "name": "IT Office (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)" + }, + "54081": { + "code": "TUS3O08", + "name": "Wissenschaftliches Rechnen 5400 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Wissenschaftliches Rechnen 5400 (NAT)" }, - "TUZEBTS": { - "code": "TUZEBTS", - "id": 46256, - "name": "Teilbibliothek Straubing", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Straubing/Teilbibliothek Straubing" + "54082": { + "code": "TUS3O09", + "name": "Central Services (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)" }, - "TUZEBWZ": { - "code": "TUZEBWZ", - "id": 26738, - "name": "Teilbibliothek Weihenstephan", - "path": "TUM/Zentrale Serviceeinrichtungen/Universit\u00e4tsbibliothek/Standort Freising/Teilbibliothek Weihenstephan" + "54083": { + "code": "TUS3O10", + "name": "Glass Blowing Shop (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Glass Blowing Shop (NAT)" }, - "TUZECCA": { - "code": "TUZECCA", - "id": 54240, - "name": "TUM Center for Culture and Arts", - "path": "TUM/TUM Institute for Life Long Learning/TUM Center for Culture and Arts" + "54084": { + "code": "TUS3O11", + "name": "Facility Management (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Facility Management (NAT)" }, - "TUZECLA": { - "code": "TUZECLA", - "id": 48577, - "name": "People Development", - "path": "TUM/TUM Institute for Life Long Learning/People Development" + "54085": { + "code": "TUS3O12", + "name": "Machine Shop (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)" }, - "TUZECOS": { - "code": "TUZECOS", - "id": 54257, - "name": "TUM Center for Organoid Systems and Tissue Engineering (TUM COS)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/TUM Center for Organoid Systems and Tissue Engineering (TUM COS)" + "54086": { + "code": "TUS3O21", + "name": "Abteilung 5100 (NAT) - Machine Shop (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Abteilung 5100 (NAT)" }, - "TUZECPA": { - "code": "TUZECPA", - "id": 49597, - "name": "Center for Functional Protein Assemblies (CPA)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Center for Functional Protein Assemblies (CPA)" + "54087": { + "code": "TUS3O22", + "name": "Abteilung 5400 (NAT) - Machine Shop (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Abteilung 5400 (NAT)" }, - "TUZECRC": { - "code": "TUZECRC", - "id": 29165, - "name": "Zentralinstitut f\u00fcr Katalyseforschung (CRC)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Katalyseforschung (CRC)" + "54088": { + "code": "TUS3O13", + "name": "Electronics (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)" }, - "TUZEDMG": { - "code": "TUZEDMG", - "id": 54217, - "name": "Zentrum f\u00fcr Digitale Medizin und Gesundheit (ZDMG)", - "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/Zentrum f\u00fcr Digitale Medizin und Gesundheit (ZDMG)" + "54089": { + "code": "TUS3O23", + "name": "Abteilung 5100 (NAT) - Electronics (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Abteilung 5100 (NAT)" }, - "TUZEDSI": { - "code": "TUZEDSI", - "id": 51317, - "name": "Munich Data Science Institute (MDSI)", - "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)" + "54090": { + "code": "TUS3O24", + "name": "Abteilung 5400 (NAT) - Electronics (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Abteilung 5400 (NAT)" }, - "TUZEE24": { - "code": "TUZEE24", - "id": 46012, - "name": "Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)" + "54097": { + "code": "TUCHZB1", + "name": "Studentisches Rechnen 5400 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Studentisches Rechnen 5400 (NAT)" }, - "TUZEEAI": { - "code": "TUZEEAI", - "id": 49598, - "name": "TUM Institute for Ethics in Artificial Intelligence", - "path": "TUM/Schools/Social Sciences and Technology/TUM Institute for Ethics in Artificial Intelligence" + "54117": { + "code": "TUS4F1P", + "name": "Professur f\u00fcr Food Process Engineering (Prof. F\u00f6rst)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Food Process Engineering (Prof. F\u00f6rst)" }, - "TUZEEKF": { - "code": "TUZEEKF", - "id": 55037, - "name": "Else Kr\u00f6ner Fresenius Zentrum f\u00fcr Ern\u00e4hrungsmedizin", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Else Kr\u00f6ner Fresenius Zentrum f\u00fcr Ern\u00e4hrungsmedizin" + "54137": { + "code": "TUS3STC", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Natural Sciences/Fachschaftsvertretung" }, - "TUZEEMF": { - "code": "TUZEEMF", - "id": 51280, - "name": "TUM Electron Microscopy Facility (EMF)", - "path": "TUM/Technology Core Facilities/TUM Electron Microscopy Facility (EMF)" + "54138": { + "code": "TUS1STC", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung" }, - "TUZEEP2": { - "code": "TUZEEP2", - "id": 42949, - "name": "Experimentelle Halbleiterphysik (N.N.)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Experimentelle Halbleiterphysik (N.N.)" + "54139": { + "code": "TUS3002", + "name": "Professur f\u00fcr Theoretische Chemie (Prof. Stein)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretische Chemie (Prof. Stein)" }, - "TUZEESO": { - "code": "TUZEESO", - "id": 46697, - "name": "European Southern Observatory (ESO)", - "path": "TUM/Partnerschaftliche Einrichtungen/European Southern Observatory (ESO)" + "54157": { + "code": "TUGSSCI", + "name": "Graduate Center of Computation, Information and Technology", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Computation, Information and Technology" }, - "TUZEFAM": { - "code": "TUZEFAM", - "id": 45391, - "name": "TUM Familienservice", - "path": "TUM/Zentrale Verwaltung/Diversity & Equal Opportunities/TUM Familienservice" + "54158": { + "code": "TUGSSNA", + "name": "Graduate Center of Natural Sciences", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Natural Sciences" }, - "TUZEFCL": { - "code": "TUZEFCL", - "id": 42566, - "name": "Forschungscluster", - "path": "TUM/Forschungscluster" + "54161": { + "code": "TUGSGCS", + "name": "Graduiertenzentrum TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (GCS)", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduiertenzentrum TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (GCS)" }, - "TUZEFMS": { - "code": "TUZEFMS", - "id": 48137, - "name": "MSE", - "path": "TUM/Schools/Engineering and Design/Fachschaftsvertretung/MSE" + "54177": { + "code": "TUS1OTD", + "name": "Dean's Office und Stabsstellen (CIT) - School Office", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)" }, - "TUZEFRM": { - "code": "TUZEFRM", - "id": 19705, - "name": "Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Forschungs-Neutronenquelle Heinz Maier-Leibnitz (FRM II)" + "54178": { + "code": "TUS1100", + "name": "School Services (CIT) - School Office", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)" }, - "TUZEFT2": { - "code": "TUZEFT2", - "id": 25806, - "name": "Patent- und Lizenzb\u00fcro (AB 2)", - "path": "Patent- und Lizenzb\u00fcro (AB 2)" + "54179": { + "code": "TUS1111", + "name": "Service Finanzen (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Finanzen (CIT)" }, - "TUZEFT3": { - "code": "TUZEFT3", - "id": 25807, - "name": "EU-B\u00fcro und Forschungsf\u00f6rderung (AB 3)", - "path": "EU-B\u00fcro und Forschungsf\u00f6rderung (AB 3)" + "54180": { + "code": "TUS1112", + "name": "Service Personal (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Personal (CIT)" }, - "TUZEFWB": { - "code": "TUZEFWB", - "id": 44565, - "name": "Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)", - "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum f\u00fcr Wei\u00dfe Biotechnologie (i.Gr.)" + "54181": { + "code": "TUS1113", + "name": "Raum und Bau (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Raum und Bau (CIT)" }, - "TUZEFZE": { - "code": "TUZEFZE", - "id": 19639, - "name": "Zentrale Serviceeinrichtungen", - "path": "TUM/Zentrale Serviceeinrichtungen" + "54182": { + "code": "TUS1120", + "name": "Interne Dienste (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Interne Dienste (CIT)" }, - "TUZEGNI": { - "code": "TUZEGNI", - "id": 51457, - "name": "TUM Georg Nemetschek Institute", - "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/TUM Georg Nemetschek Institute" + "54183": { + "code": "TUS1130", + "name": "IT Operations (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/IT Operations (CIT)" }, - "TUZEGOM": { - "code": "TUZEGOM", - "id": 47959, - "name": "Ombudsb\u00fcro", - "path": "TUM/Hochschulpr\u00e4sidium/TUM Compliance Office/Ombudsb\u00fcro" + "54184": { + "code": "TUS1200", + "name": "Academic and Student Affairs (CIT) - School Office", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)" }, - "TUZEHEZ": { - "code": "TUZEHEZ", - "id": 39675, - "name": "World Agricultural Systems Center - Hans Eisenmann-Forum", - "path": "TUM/Wissenschaftliche Zentralinstitute/World Agricultural Systems Center - Hans Eisenmann-Forum" + "54185": { + "code": "TUS1210", + "name": "Academic Programs Office (CIT) Academic and Student Affairs (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Academic Programs Office (CIT)" }, - "TUZEHLT": { - "code": "TUZEHLT", - "id": 42950, - "name": "Halbleitertechnologie (Prof. Belkin)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)/Halbleitertechnologie (Prof. Belkin)" + "54186": { + "code": "TUS1220", + "name": "Graduate Center (CIT) Academic and Student Affairs (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Graduate Center (CIT)" }, - "TUZEIA0": { - "code": "TUZEIA0", - "id": 26848, - "name": "Abteilungen", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen" + "54217": { + "code": "TUZEDMG", + "name": "Zentrum f\u00fcr Digitale Medizin und Gesundheit (ZDMG)", + "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/Zentrum f\u00fcr Digitale Medizin und Gesundheit (ZDMG)" }, - "TUZEIA1": { - "code": "TUZEIA1", - "id": 26864, - "name": "Bereich Lebensmittelsicherheit", - "path": "TUM/Weitere wissenschaftliche Einrichtungen/Forschungszentrum Weihenstephan f\u00fcr Brau- und Lebensmittelqualit\u00e4t/Bereich Lebensmittelsicherheit" + "54237": { + "code": "TUS2HYP", + "name": "Hyperloop (zu besetzende Professur)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Hyperloop (zu besetzende Professur)" }, - "TUZEIA3": { - "code": "TUZEIA3", - "id": 26866, - "name": "Biofunktionalit\u00e4t (Prof. Haller)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Biofunktionalit\u00e4t (Prof. Haller)" + "54238": { + "code": "TUCSP16", + "name": "Professur f\u00fcr Synthetische Biologie (Prof. Niederholtmeyer)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing f\u00fcr Biotechnologie und Nachhaltigkeit (TUMCS)/Lehrst\u00fchle und Professuren/Synthetische Biologie (Prof. Niederholtmeyer)" }, - "TUZEIA4": { - "code": "TUZEIA4", - "id": 26867, - "name": "Klinische Ern\u00e4hrungsmedizin (Prof. Hauner)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Klinische Ern\u00e4hrungsmedizin (Prof. Hauner)" + "54239": { + "code": "TUS2DAT", + "name": "Lehrstuhl f\u00fcr Design and Transdisciplinarity (Prof. Diefenthaler)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Design and Transdisciplinarity (Prof. Diefenthaler)" }, - "TUZEIA5": { - "code": "TUZEIA5", - "id": 26868, - "name": "Mikrobiologie (Prof. Scherer)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Mikrobiologie (Prof. Scherer)" + "54240": { + "code": "TUZECCA", + "name": "TUM Center for Culture and Arts", + "path": "TUM/TUM Institute for Life Long Learning/TUM Center for Culture and Arts" }, - "TUZEIA6": { - "code": "TUZEIA6", - "id": 26869, - "name": "Physiologie (N.N.)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Physiologie (N.N.)" + "54257": { + "code": "TUZECOS", + "name": "TUM Center for Organoid Systems and Tissue Engineering (TUM COS)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/TUM Center for Organoid Systems and Tissue Engineering (TUM COS)" }, - "TUZEIA8": { - "code": "TUZEIA8", - "id": 26871, - "name": "Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Abteilungen/Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)" + "54297": { + "code": "TUXS230", + "name": "Studiengang M.Sc. Risk and Safety", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Risk and Safety" }, - "TUZEIAK": { - "code": "TUZEIAK", - "id": 46135, - "name": "ZIEL Akademie", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/ZIEL Akademie" + "54298": { + "code": "TUS1001", + "name": "Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Mathematik" }, - "TUZEIAS": { - "code": "TUZEIAS", - "id": 19706, - "name": "TUM Institute for Advanced Study (IAS)", - "path": "TUM/TUM Institute for Advanced Study (IAS)" + "54299": { + "code": "TUS1002", + "name": "Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Informatik" }, - "TUZEICF": { - "code": "TUZEICF", - "id": 49757, - "name": "Core Facility Gnotobiologie", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Core Facility Gnotobiologie" + "54300": { + "code": "TUS1003", + "name": "Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Elektrotechnik und Informationstechnik" }, - "TUZEICH": { - "code": "TUZEICH", - "id": 53897, - "name": "Core Facility Humanstudien", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Core Facility Humanstudien" + "54301": { + "code": "TUS1004", + "name": "Data Science and Artificial Intelligence", + "path": "TUM/Schools/Computation, Information and Technology/Fachschaftsvertretung/Data Science and Artificial Intelligence" }, - "TUZEICM": { - "code": "TUZEICM", - "id": 53898, - "name": "Core Facility Mikrobiom", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Core Facility Mikrobiom" + "54317": { + "code": "TUS4L3S", + "name": "Lehrstuhl f\u00fcr Livestock Systems (Prof. Rufino)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Livestock Systems (Prof. Rufino)" }, - "TUZEIEL": { - "code": "TUZEIEL", - "id": 19699, - "name": "Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health" + "54318": { + "code": "TUS4I5P", + "name": "Professur f\u00fcr Infection Pathogenesis (Prof. Ebner)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Infection Pathogenesis (Prof. Ebner)" }, - "TUZEIGF": { - "code": "TUZEIGF", - "id": 26826, - "name": "ZIEL Gesch\u00e4ftsf\u00fchrung", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/ZIEL Gesch\u00e4ftsf\u00fchrung" + "54319": { + "code": "TUS1300", + "name": "Informatik 18 - Professur f\u00fcr Decision Analytics (Prof. Etesami)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 18 - Professur f\u00fcr Decision Analytics (Prof. Etesami)" }, - "TUZEING": { - "code": "TUZEING", - "id": 26884, - "name": "Arbeitsgruppen", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Arbeitsgruppen" + "54320": { + "code": "TUS3003", + "name": "Lehrstuhl f\u00fcr Quantenalgorithmen und -anwendungen (Prof. Kraus)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantenalgorithmen und -anwendungen (Prof. Kraus)" + }, + "54321": { + "code": "TUS2AFS", + "name": "Professur f\u00fcr Autonome Fahrzeugsysteme (Prof. Betz)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Autonome Fahrzeugsysteme (Prof. Betz)" }, - "TUZEIO1": { - "code": "TUZEIO1", - "id": 26607, - "name": "Global", - "path": "TUM/Hochschulreferate/TUM Global & Alumni Office/Global" + "54322": { + "code": "TUS6B50", + "name": "Professur f\u00fcr Digital Marketing (Prof. Hartmann)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Hartmann)" }, - "TUZEIO2": { - "code": "TUZEIO2", - "id": 26608, - "name": "TUM Sprachenzentrum", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum" + "54323": { + "code": "TUS7LEA", + "name": "Professur f\u00fcr Learning Analytics (Prof. Poquet)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Analytics (Prof. Poquet)" }, - "TUZEIOA": { - "code": "TUZEIOA", - "id": 49037, - "name": "Arabisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Arabisch" + "54324": { + "code": "TUMEGE2", + "name": "Professur f\u00fcr Ethics of AI and Neuroscience (Prof. Ienca)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Geschichte und Ethik der Medizin (Prof. Buyx)/Ethics of AI and Neuroscience (Prof. Ienca)" }, - "TUZEIOB": { - "code": "TUZEIOB", - "id": 49038, - "name": "Chinesisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Chinesisch" + "54337": { + "code": "TUXS231", + "name": "Studiengang Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Promotionsprogramme ED/Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten" }, - "TUZEIOC": { - "code": "TUZEIOC", - "id": 49039, - "name": "D\u00e4nisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/D\u00e4nisch" + "54357": { + "code": "TUMEMA2", + "name": "Professur f\u00fcr Funktionelle Allergologie (HMGU) (Prof. Eyerich)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molekulare Allergologie (Prof. Schmidt-Weber)/Funktionelle Allergologie (HMGU) (Prof. Eyerich)" }, - "TUZEIOD": { - "code": "TUZEIOD", - "id": 49040, - "name": "Deutsch als Fremdsprache", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Deutsch als Fremdsprache" + "54377": { + "code": "TUS2PAB", + "name": "MPA BAU - Pr\u00fcfamt Baustoffe", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/MPA BAU - Pr\u00fcfamt Baustoffe" }, - "TUZEIOE": { - "code": "TUZEIOE", - "id": 49041, - "name": "Englisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Englisch" + "54397": { + "code": "TUS2TCA", + "name": "Techcore ASG", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Techcore ASG" }, - "TUZEIOF": { - "code": "TUZEIOF", - "id": 49042, - "name": "Franz\u00f6sisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Franz\u00f6sisch" + "54417": { + "code": "TUS6B51", + "name": "Lehrstuhl f\u00fcr Entrepreneurial Education (Prof. Tryba)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Education (Prof. Tryba)" }, - "TUZEIOG": { - "code": "TUZEIOG", - "id": 49043, - "name": "Hebr\u00e4isch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Hebr\u00e4isch" + "54437": { + "code": "TUXS232", + "name": "Studiengang M.Sc. Mechatronics, Robotics, and Biomechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Mechatronics, Robotics, and Biomechanical Engineering" }, - "TUZEIOH": { - "code": "TUZEIOH", - "id": 49044, - "name": "Italienisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Italienisch" + "54438": { + "code": "TUS4R5I", + "name": "Professur f\u00fcr Root-Soil Interaction (Prof. Ahmed)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Root-Soil Interaction (Prof. Ahmed)" }, - "TUZEIOI": { - "code": "TUZEIOI", - "id": 49045, - "name": "Japanisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Japanisch" + "54439": { + "code": "TUS3004", + "name": "Lehrstuhl f\u00fcr Angewandte Quantentheorie (Prof. Rabl)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Angewandte Quantentheorie (Prof. Rabl)" }, - "TUZEIOJ": { - "code": "TUZEIOJ", - "id": 49046, - "name": "Koreanisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Koreanisch" + "54457": { + "code": "TUS1302", + "name": "Informatik 4 - Professur f\u00fcr Software Engineering f\u00fcr datenintensive Anwendungen (Prof. Stocco)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 4 - Professur f\u00fcr Software Engineering f\u00fcr datenintensive Anwendungen (Prof. Stocco)" }, - "TUZEIOK": { - "code": "TUZEIOK", - "id": 49047, - "name": "Niederl\u00e4ndisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Niederl\u00e4ndisch" + "54458": { + "code": "TUS1303", + "name": "Informatik Heilbronn 7 - Professur f\u00fcr Information Systems (Prof. Pufahl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 7 - Professur f\u00fcr Information Systems (Prof. Pufahl)" }, - "TUZEIOL": { - "code": "TUZEIOL", - "id": 49048, - "name": "Norwegisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Norwegisch" + "54477": { + "code": "TUS1301", + "name": "Informatik 36 - Professur f\u00fcr Algorithmisches Maschinelles Lernen & Erkl\u00e4rbare KI (Prof. Bauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik 36 - Professur f\u00fcr Algorithmisches Maschinelles Lernen & Erkl\u00e4rbare KI (Prof. Bauer)" }, - "TUZEIOM": { - "code": "TUZEIOM", - "id": 49049, - "name": "Portugiesisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Portugiesisch" + "54497": { + "code": "TUXS112", + "name": "Studiengang M.Sc. Data Engineering and Analytics", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Informatik/M.Sc. Data Engineering and Analytics" }, - "TUZEION": { - "code": "TUZEION", - "id": 49050, - "name": "Russisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Russisch" + "54517": { + "code": "TUS1304", + "name": "Informatik Heilbronn 6 - Professur f\u00fcr Data Analytics & Statistics (Prof. Fraser)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 6 - Professur f\u00fcr Data Analytics & Statistics (Prof. Fraser)" }, - "TUZEIOO": { - "code": "TUZEIOO", - "id": 49051, - "name": "Schwedisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Schwedisch" + "54537": { + "code": "TUS1CHN", + "name": "Center TUM Campus Heilbronn (CIT) der TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Center TUM Campus Heilbronn (CIT)" }, - "TUZEIOP": { - "code": "TUZEIOP", - "id": 49052, - "name": "Spanisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Spanisch" + "54557": { + "code": "TUS3005", + "name": "Professur f\u00fcr Theory of Correlated Quantum Materials (Prof. Classen)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Correlated Quantum Materials (Prof. Classen)" }, - "TUZEIOQ": { - "code": "TUZEIOQ", - "id": 49053, - "name": "T\u00fcrkisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/T\u00fcrkisch" + "54558": { + "code": "TUMERO5", + "name": "Professur f\u00fcr K\u00fcnstliche Intelligenz in der Radiologie (Prof. Wachinger)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/K\u00fcnstliche Intelligenz in der Radiologie (Prof. Wachinger)" }, - "TUZEIOR": { - "code": "TUZEIOR", - "id": 49054, - "name": "Zusatzangebote", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Zusatzangebote" + "54559": { + "code": "TUMEEH0", + "name": "Institut f\u00fcr Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle H\u00e4matologie (Prof. Schmidt-Supprian)" }, - "TUZEIOS": { - "code": "TUZEIOS", - "id": 49057, - "name": "Intercultural Communication", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Intercultural Communication" + "54560": { + "code": "TUMEEN0", + "name": "Institut f\u00fcr Experimentelle Neuroimmunologie (Prof. Korn)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Neuroimmunologie (Prof. Korn)" }, - "TUZEIOT": { - "code": "TUZEIOT", - "id": 52457, - "name": "Katalanisch", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Katalanisch" + "54561": { + "code": "TUMEEN1", + "name": "Lehrstuhl f\u00fcr Experimentelle Neuroimmunologie (Prof. Korn)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Neuroimmunologie (Prof. Korn)/Experimentelle Neuroimmunologie (Prof. Korn)" }, - "TUZEIOU": { - "code": "TUZEIOU", - "id": 52657, - "name": "Geb\u00e4rdensprache", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Sprachenzentrum/Geb\u00e4rdensprache" + "54562": { + "code": "TUMEET0", + "name": "Institut f\u00fcr Experimentelle Tumortherapie (Prof. Saur)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Tumortherapie (Prof. Saur)" }, - "TUZEIRC": { - "code": "TUZEIRC", - "id": 45350, - "name": "Integrative Research Institutes", - "path": "TUM/Integrative Research Institutes" + "54563": { + "code": "TUMEET1", + "name": "Lehrstuhl f\u00fcr Translationale Tumorforschung (DKTK) (Prof. Saur)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimentelle Tumortherapie (Prof. Saur)/Translationale Tumorforschung (DKTK) (Prof. Saur)" }, - "TUZEITH": { - "code": "TUZEITH", - "id": 44151, - "name": "IT-Support", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/IT-Support" + "54564": { + "code": "TUMEKC2", + "name": "Professur f\u00fcr Molekulare Medizin - Immune Signaling (Prof. Jellusova)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinische Chemie und Pathobiochemie (Prof. Ruland)/Molekulare Medizin - Immune Signaling (Prof. Jellusova)" }, - "TUZEITM": { - "code": "TUZEITM", - "id": 44150, - "name": "IT-Management", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/IT-Management" + "54565": { + "code": "TUME1M3", + "name": "Professur f\u00fcr Gene Editing (Prof. Gr\u00fcnewald)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Gene Editing (Prof. Gr\u00fcnewald)" }, - "TUZEITZ": { - "code": "TUZEITZ", - "id": 44146, - "name": "IT-Servicezentrum (ITSZ)", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)" + "54566": { + "code": "TUME1M4", + "name": "Professur f\u00fcr Kardiovaskul\u00e4re Translation in Gro\u00dftiermodellen (Prof. Klymiuk)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Kardiovaskul\u00e4re Translation in Gro\u00dftiermodellen (Prof. Klymiuk)" }, - "TUZEIVE": { - "code": "TUZEIVE", - "id": 26827, - "name": "ZIEL Gesch\u00e4ftsstelle", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/ZIEL Gesch\u00e4ftsstelle" + "54567": { + "code": "TUME2M2", + "name": "Professur f\u00fcr Tumormetabolismus (Prof. Alg\u00fcl)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Tumormetabolismus (Prof. Alg\u00fcl)" }, - "TUZELCD": { - "code": "TUZELCD", - "id": 53297, - "name": "CareerDesign@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/CareerDesign@TUM" + "54568": { + "code": "TUME3M3", + "name": "Professur f\u00fcr Translationale Immuntherapie (Prof. Krackhardt)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)/Translationale Immuntherapie (Prof. Krackhardt)" }, - "TUZELDM": { - "code": "TUZELDM", - "id": 48860, - "name": "Deutsches Museum", - "path": "TUM/TUM Leibniz-Institute/Deutsches Museum" + "54569": { + "code": "TUMENN0", + "name": "Klinik und Poliklinik f\u00fcr Neonatologie (Prof. Peters komm.)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neonatologie (Prof. Peters komm.)" }, - "TUZELFT": { - "code": "TUZELFT", - "id": 55890, - "name": "Faculty@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/Faculty@TUM" + "54570": { + "code": "TUMENN1", + "name": "Professur f\u00fcr Neonatologie (Prof. Peters komm.)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neonatologie (Prof. Peters komm.)/Neonatologie (Prof. Peters komm.)" }, - "TUZELLL": { - "code": "TUZELLL", - "id": 50597, - "name": "TUM Institute for Life Long Learning", - "path": "TUM/TUM Institute for Life Long Learning" + "54571": { + "code": "TUMENC2", + "name": "Professur f\u00fcr Translationale Neurotechnologie (Prof. Jacob)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurochirurgie (Prof. Meyer)/Translationale Neurotechnologie (Prof. Jacob)" }, - "TUZELSB": { - "code": "TUZELSB", - "id": 48859, - "name": "Leibniz-Institut f\u00fcr Lebensmittelsystembiologie an der Technischen Universit\u00e4t M\u00fcnchen", - "path": "TUM/TUM Leibniz-Institute/Leibniz-Institut f\u00fcr Lebensmittelsystembiologie an der Technischen Universit\u00e4t M\u00fcnchen" + "54572": { + "code": "TUMENM3", + "name": "Professur f\u00fcr Biomedical Magnetic Resonance (Prof. Schilling)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)/Biomedical Magnetic Resonance (Prof. Schilling)" }, - "TUZELSM": { - "code": "TUZELSM", - "id": 55891, - "name": "ScienceManagement@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/ScienceManagement@TUM" + "54573": { + "code": "TUMENM2", + "name": "Professur f\u00fcr Bildgebung und Biomarker in der Onkologie (Prof. Kossatz)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Nuklearmedizin (Prof. Weber)/Bildgebung und Biomarker in der Onkologie (Prof. Kossatz)" }, - "TUZEMCT": { - "code": "TUZEMCT", - "id": 45351, - "name": "Ehemaliges Munich Center for Technology in Society (MCTS)", - "path": "TUM/Integrative Research Institutes/Ehemaliges Munich Center for Technology in Society (MCTS)" + "54574": { + "code": "TUPRV12", + "name": "Vizepr\u00e4sident Sustainable Transformation", + "path": "TUM/Hochschulpr\u00e4sidium/Vizepr\u00e4sidenten und Kanzler/Sustainable Transformation" }, - "TUZEMDI": { - "code": "TUZEMDI", - "id": 56077, - "name": "Munich Design Institute (MDI)", - "path": "TUM/Integrative Research Institutes/Munich Design Institute (MDI)" + "54577": { + "code": "TUS2FEA", + "name": "Professur f\u00fcr Fernerkundungsanwendungen (Prof. Anders)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Fernerkundungsanwendungen (Prof. Anders)" }, - "TUZEMSE": { - "code": "TUZEMSE", - "id": 43589, - "name": "Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)" + "54597": { + "code": "TUMEKI5", + "name": "Professur f\u00fcr P\u00e4diatrische Infektiologie und Immunbiologie (Prof. Behrends)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Kinder- und Jugendmedizin (Prof. Hauer)/P\u00e4diatrische Infektiologie und Immunbiologie (Prof. Behrends)" }, - "TUZEMTC": { - "code": "TUZEMTC", - "id": 51281, - "name": "TUM M\u00f6\u00dfbauer Technology Center (MTC)", - "path": "TUM/Technology Core Facilities/TUM M\u00f6\u00dfbauer Technology Center (MTC)" + "54598": { + "code": "TUMECH7", + "name": "Professur f\u00fcr Kinderchirurgie (Prof. Hosie)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Chirurgie (Prof. Friess)/Kinderchirurgie (Prof. Hosie)" }, - "TUZEMZ0": { - "code": "TUZEMZ0", - "id": 19704, - "name": "ProLehre Medien und Didaktik", - "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik" + "54599": { + "code": "TUMERO6", + "name": "Professur f\u00fcr Experimentelle Magnetresonanztomographie (Prof. Karampinos)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Experimentelle Magnetresonanztomographie (Prof. Karampinos)" }, - "TUZEMZ1": { - "code": "TUZEMZ1", - "id": 49497, - "name": "Datenschutzbevollm\u00e4chtigte/r ProLehre Medien und Didaktik", - "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik/Datenschutzbevollm\u00e4chtigte/r" + "54600": { + "code": "TUME1M5", + "name": "Professur f\u00fcr Molekulare Kardiologie (Prof. Laugwitz)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Molekulare Kardiologie (Prof. Laugwitz)" }, - "TUZEPRG": { - "code": "TUZEPRG", - "id": 48157, - "name": "Campus Garching", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Campus Garching" + "54601": { + "code": "TUME1M6", + "name": "Professur f\u00fcr Regenerative Medizin bei Kardiovaskul\u00e4ren Erkrankungen (Prof. Moretti)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin I, Kardiologie (Prof. Laugwitz)/Regenerative Medizin bei Kardiovaskul\u00e4ren Erkrankungen (Prof. Moretti)" }, - "TUZEPRM": { - "code": "TUZEPRM", - "id": 48158, - "name": "Campus M\u00fcnchen", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Campus M\u00fcnchen" + "54602": { + "code": "TUMENL5", + "name": "Professur f\u00fcr Human Pain Research (Prof. Ploner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Neurologie (Prof. Hemmer)/Human Pain Research (Prof. Ploner)" + }, + "54603": { + "code": "TUMEHN3", + "name": "Professur f\u00fcr Experimentelle Audiologie (Prof. Wimmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Hals-, Nasen- und Ohrenheilkunde (Prof. Wollenberg)/Experimentelle Audiologie (Prof. Wimmer)" }, - "TUZEPRW": { - "code": "TUZEPRW", - "id": 48159, - "name": "Campus Weihenstephan", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Campus Weihenstephan" + "54604": { + "code": "TUPEWAR", + "name": "Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)", + "path": "TUM/Partnerschaftliche Einrichtungen/Studentische Initiativen/Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)" }, - "TUZERCM": { - "code": "TUZERCM", - "id": 44304, - "name": "Radiochemie M\u00fcnchen (RCM)", - "path": "TUM/Weitere wissenschaftliche Einrichtungen/Radiochemie M\u00fcnchen (RCM)" + "54617": { + "code": "TUMEDH9", + "name": "Professur f\u00fcr Fr\u00fchphase klinischer Studien in der Kardiologie (DHM) (Prof. Joner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Fr\u00fchphase klinischer Studien in der Kardiologie (DHM) (Prof. Joner)" }, - "TUZESBS": { - "code": "TUZESBS", - "id": 14443, - "name": "TUM CST - Beitr\u00e4ge und Stipendien", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Beitr\u00e4ge und Stipendien" + "54618": { + "code": "TUMEDH8", + "name": "Professur f\u00fcr Kardiovaskul\u00e4re Inflammation (DHM) (Prof. Sager)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Kreislauferkrankungen im Erwachsenenalter (DHM) (Prof. Schunkert)/Kardiovaskul\u00e4re Inflammation (DHM) (Prof. Sager)" }, - "TUZESIM": { - "code": "TUZESIM", - "id": 14432, - "name": "TUM CST - Bewerbung und Immatrikulation", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Bewerbung und Immatrikulation" + "54619": { + "code": "TUMEDH7", + "name": "Institut f\u00fcr An\u00e4sthesiologie (DHM) (Prof. Tassani-Prell)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr An\u00e4sthesiologie (DHM) (Prof. Tassani-Prell)" }, - "TUZESOI": { - "code": "TUZESOI", - "id": 14444, - "name": "TUM CST - Planung", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Planung" + "54637": { + "code": "TUXS60P", + "name": "Studiengang B.Sc. Management and Technology", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort M\u00fcnchen/B.Sc. Management and Technology" }, - "TUZESPR": { - "code": "TUZESPR", - "id": 14442, - "name": "TUM CST - Graduation Office and Academic Records", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records" + "54657": { + "code": "TUMEDHA", + "name": "Lehrstuhl f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)/Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)" }, - "TUZESSB": { - "code": "TUZESSB", - "id": 14411, - "name": "TUM CST - Studienberatung und -information", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Studienberatung und -information" + "54658": { + "code": "TUME2M7", + "name": "Professur f\u00fcr Klinische Toxikologie (Prof. Eyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)/Klinische Toxikologie (Prof. Eyer)" }, - "TUZESSC": { - "code": "TUZESSC", - "id": 47079, - "name": "TUM Akademiezentrum Raitenhaslach", - "path": "TUM/Hochschulpr\u00e4sidium/Pr\u00e4sidialb\u00fcro/TUM Akademiezentrum Raitenhaslach" + "54659": { + "code": "TUMESO0", + "name": "Lehrstuhl f\u00fcr Angewandte Stammzell- und Organoidsysteme (Prof. Hebrok)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Angewandte Stammzell- und Organoidsysteme (Prof. Hebrok)" }, - "TUZESSZ": { - "code": "TUZESSZ", - "id": 14146, - "name": "TUM Center for Study and Teaching", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching" + "54660": { + "code": "TUME2M8", + "name": "Abteilung f\u00fcr Nephrologie (Prof. Heemann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)" }, - "TUZET00": { - "code": "TUZET00", - "id": 48537, - "name": "Gesch\u00e4ftsstelle", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Gesch\u00e4ftsstelle" + "54661": { + "code": "TUMEMS0", + "name": "Lehrstuhl f\u00fcr Molekulare Stoffwechselkontrolle (HMGU) (Prof. Herzig)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Molekulare Stoffwechselkontrolle (HMGU) (Prof. Herzig)" }, - "TUZET01": { - "code": "TUZET01", - "id": 48538, - "name": "Biological Imaging (AG Ntziachristos)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Biological Imaging (AG Ntziachristos)" + "54662": { + "code": "TUME3M4", + "name": "Professur f\u00fcr Personalisierte Onkologie (Prof. Illert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin III, H\u00e4matologie und Onkologie (Prof. Bassermann)/Personalisierte Onkologie (Prof. Illert)" }, - "TUZET02": { - "code": "TUZET02", - "id": 48539, - "name": "Immune signals and cancer (AG Ruland)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Immune signals and cancer (AG Ruland)" + "54663": { + "code": "TUMEDHC", + "name": "Lehrstuhl f\u00fcr Herzchirurgie (DHM) (Prof. Krane)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Herz- und Gef\u00e4\u00dfchirurgie (DHM) (Prof. Krane)/Herzchirurgie (DHM) (Prof. Krane)" }, - "TUZET03": { - "code": "TUZET03", - "id": 48540, - "name": "Biomedical electronics (AG Hayden)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Biomedical electronics (AG Hayden)" + "54664": { + "code": "TUMEND0", + "name": "Professur f\u00fcr Neurobiologie des Diabetes (HMGU) (Prof. Pfluger)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neurobiologie des Diabetes (HMGU) (Prof. Pfluger)" }, - "TUZET04": { - "code": "TUZET04", - "id": 48541, - "name": "Experimental radiation oncology and radiobiology (AG Multhoff)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Experimental radiation oncology and radiobiology (AG Multhoff)" + "54665": { + "code": "TUME2M9", + "name": "Professur f\u00fcr Translationale Pankreaskrebsforschung (Prof. Reichert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Innere Medizin II, Gastroenterologie (Prof. Schmid)/Translationale Pankreaskrebsforschung (Prof. Reichert)" }, - "TUZET05": { - "code": "TUZET05", - "id": 48542, - "name": "Immunopathology and signal transduction (AG Schmidt-Supprian)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Immunopathology and signal transduction (AG Schmidt-Supprian)" + "54666": { + "code": "TUMEPS3", + "name": "Professur f\u00fcr Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Psychiatrie und Psychotherapie (Prof. Priller)/Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)" }, - "TUZET06": { - "code": "TUZET06", - "id": 48543, - "name": "Translational cancer research and experimental cancer therapy (AG Saur)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Translational cancer research and experimental cancer therapy (AG Saur)" + "54667": { + "code": "TUMETG0", + "name": "Lehrstuhl f\u00fcr Translationale Genomik (HMGU) (Prof. Zeggini)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translationale Genomik (HMGU) (Prof. Zeggini)" }, - "TUZET07": { - "code": "TUZET07", - "id": 48544, - "name": "Image Computing (AG Menze)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Image Computing (AG Menze)" + "54668": { + "code": "TUMERO7", + "name": "Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Diagnostische und Interventionelle Radiologie (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)" }, - "TUZET08": { - "code": "TUZET08", - "id": 48545, - "name": "Genetic Screening (AG Rad)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Genetic Screening (AG Rad)" + "54669": { + "code": "TUMEDHB", + "name": "Lehrstuhl f\u00fcr Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Chirurgie angeborener Herzfehler und Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)/Kinderherzchirurgie (DHM) (Prof. H\u00f6rer)" }, - "TUZET09": { - "code": "TUZET09", - "id": 48546, - "name": "Cell biology of cancer (AG Bassermann)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Cell biology of cancer (AG Bassermann)" + "54670": { + "code": "TUMEDHD", + "name": "Professur f\u00fcr Angeborene Herzfehler im Erwachsenenalter (DHM) (Prof. Tutarel)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Klinik f\u00fcr Kinderkardiologie und angeborene Herzfehler (DHM) (Prof. Ewert)/Angeborene Herzfehler im Erwachsenenalter (DHM) (Prof. Tutarel)" }, - "TUZET11": { - "code": "TUZET11", - "id": 48548, - "name": "Core Facility Preclinical Research", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Preclinical Research" + "54677": { + "code": "TUS2HSP", + "name": "Professur f\u00fcr Human Spaceflight Technology (Prof. Detrell)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Human Spaceflight Technology (Prof. Detrell)" }, - "TUZET12": { - "code": "TUZET12", - "id": 48549, - "name": "Core Facility Imaging", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Imaging" + "54697": { + "code": "TUS4F3U", + "name": "Forest Research Unit", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Forest Research Unit" }, - "TUZET13": { - "code": "TUZET13", - "id": 48550, - "name": "Core Facility Cell Analysis", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Cell Analysis" + "54717": { + "code": "TUS4P1D", + "name": "Professur f\u00fcr Funktionelle Phytometabolomik (Prof. Dawid)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Funktionelle Phytometabolomik (Prof. Dawid)" }, - "TUZET14": { - "code": "TUZET14", - "id": 48718, - "name": "Cellular immuno-regulation (AG Zielinski)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Cellular immuno-regulation (AG Zielinski)" + "54737": { + "code": "TUS7RDS", + "name": "Lehrstuhl f\u00fcr Responsible Data Science (Prof. Kasneci)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Responsible Data Science (Prof. Kasneci)" }, - "TUZET15": { - "code": "TUZET15", - "id": 48719, - "name": "Quantitative imaging in neuro-oncology (AG Kirschke)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Quantitative imaging in neuro-oncology (AG Kirschke)" + "54738": { + "code": "TUS7PWT", + "name": "Professur f\u00fcr Philosophie und Wissenschaftstheorie (Prof. Centrone)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Philosophie und Wissenschaftstheorie (Prof. Centrone)" }, - "TUZET16": { - "code": "TUZET16", - "id": 48720, - "name": "Optical and optoacoustical microscopy (AG Chmyrov)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Optical and optoacoustical microscopy (AG Chmyrov)" + "54757": { + "code": "TUS1306", + "name": "Professur f\u00fcr AI Processor Design (Prof. Amrouch)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Processor Design (Prof. Amrouch)" }, - "TUZET17": { - "code": "TUZET17", - "id": 49477, - "name": "Core Facility Genomics", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Genomics" + "54777": { + "code": "TUMEEK0", + "name": "Ethikkommission med., AMG", + "path": "TUM/Schools/Medicine and Health/Ethikkommissionen/Ethikkommission med., AMG" }, - "TUZET18": { - "code": "TUZET18", - "id": 49478, - "name": "Core Facility Transgenic Mouse", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Transgenic Mouse" + "54797": { + "code": "TUZVGTI", + "name": "Weitere Einrichtung G\u00e4ste TUM Incubator", + "path": "TUM/Hochschulreferate/TUM Forschungsf\u00f6rderung und Technologietransfer (ForTe)/G\u00e4ste TUM Incubator" }, - "TUZET19": { - "code": "TUZET19", - "id": 49817, - "name": "Imaging and Biomarkers in Oncology (AG Kossatz)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Imaging and Biomarkers in Oncology (AG Kossatz)" + "54817": { + "code": "TUS1307", + "name": "Informatik Heilbronn 8 - Professur f\u00fcr Cyber-Physical Systems (Prof. Alanwar)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik Heilbronn 8 - Professur f\u00fcr Cyber-Physical Systems (Prof. Alanwar)" }, - "TUZET20": { - "code": "TUZET20", - "id": 51697, - "name": "Core Facility Proteomics (AG Pichlmair)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/Core Facility Proteomics (AG Pichlmair)" + "54818": { + "code": "TUS3006", + "name": "Lehrstuhl f\u00fcr Industrielle Chemie und heterogene Katalyse (Prof. Strunk)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Industrielle Chemie und heterogene Katalyse (Prof. Strunk)" }, - "TUZET21": { - "code": "TUZET21", - "id": 52158, - "name": "AI in Healthcare and Medicine (AG R\u00fcckert)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/AI in Healthcare and Medicine (AG R\u00fcckert)" + "54837": { + "code": "TUZEZIP", + "name": "Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)" }, - "TUZET22": { - "code": "TUZET22", - "id": 53457, - "name": "OrganoidHub (AG Gr\u00fcnewald)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/OrganoidHub (AG Gr\u00fcnewald)" + "54857": { + "code": "TUS1150", + "name": "Dean's Office, Berufungen (CIT) Dean's Office und Stabsstellen (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Dean's Office, Berufungen (CIT)" }, - "TUZET23": { - "code": "TUZET23", - "id": 53477, - "name": "AG Hauer", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)/AG Hauer" + "54858": { + "code": "TUS1151", + "name": "Stabsstelle Kommunikation (CIT) Dean's Office und Stabsstellen (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Stabsstelle Kommunikation (CIT)" }, - "TUZETCF": { - "code": "TUZETCF", - "id": 51279, - "name": "Technology Core Facilities", - "path": "TUM/Technology Core Facilities" + "54859": { + "code": "TUS1152", + "name": "Stabsstelle Internationales (CIT) Dean's Office und Stabsstellen (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Stabsstelle Internationales (CIT)" }, - "TUZETTM": { - "code": "TUZETTM", - "id": 48237, - "name": "Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr translationale Krebsforschung (TranslaTUM)" + "54860": { + "code": "TUS1153", + "name": "Stabstelle Talent Management und Diversity (CIT) Dean's Office und Stabsstellen (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office und Stabsstellen (CIT)/Stabstelle Talent Management und Diversity (CIT)" }, - "TUZEWSI": { - "code": "TUZEWSI", - "id": 19703, - "name": "Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Physikalische Grundlagen d. Halbleiterelektronik - Walter Schottky Institut (WSI)" + "54861": { + "code": "TUS1140", + "name": "Zentrale Laboratorien (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Zentrale Laboratorien (CIT)" }, - "TUZEWWE": { - "code": "TUZEWWE", - "id": 53577, - "name": "Weitere wissenschaftliche Einrichtungen", - "path": "TUM/Weitere wissenschaftliche Einrichtungen" + "54877": { + "code": "TUS4U7M", + "name": "Professur f\u00fcr Umweltmikrobiologie (Prof. Schloter)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Umweltmikrobiologie (Prof. Schloter)" }, - "TUZEWZI": { - "code": "TUZEWZI", - "id": 19641, - "name": "Wissenschaftliche Zentralinstitute", - "path": "TUM/Wissenschaftliche Zentralinstitute" + "54897": { + "code": "TUS5DP1", + "name": "Department Health and Sport Sciences", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences" }, - "TUZEZEB": { - "code": "TUZEZEB", - "id": 43737, - "name": "Zentrum f\u00fcr Nachhaltiges Bauen, ZNB", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Zentrum f\u00fcr Nachhaltiges Bauen, ZNB" + "54898": { + "code": "TUS5DP2", + "name": "Department Preclinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine" }, - "TUZEZHS": { - "code": "TUZEZHS", - "id": 19672, - "name": "Zentraler Hochschulsport", - "path": "TUM/Zentrale Serviceeinrichtungen/Zentraler Hochschulsport" + "54899": { + "code": "TUS5DP3", + "name": "Department Clinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine" }, - "TUZEZIP": { - "code": "TUZEZIP", - "id": 54837, - "name": "Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)", - "path": "TUM/Wissenschaftliche Zentralinstitute/Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)" + "54917": { + "code": "TUS4C4P", + "name": "Professur f\u00fcr Chemoinformatics and Protein Modelling (Prof. Di Pizio)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Chemoinformatics and Protein Modelling (Prof. Di Pizio)" }, - "TUZEZMT": { - "code": "TUZEZMT", - "id": 19701, - "name": "Munich Institute of Biomedical Engineering (MIBE)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)" + "54937": { + "code": "TUS4C9L", + "name": "Center of Advanced Light Microscopy (CALM) (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Center of Advanced Light Microscopy (CALM) (LS)" }, - "TUZEZQE": { - "code": "TUZEZQE", - "id": 53377, - "name": "TUM Zentrum f\u00fcr QuantumEngineering", - "path": "TUM/Wissenschaftliche Zentralinstitute/TUM Zentrum f\u00fcr QuantumEngineering" + "54957": { + "code": "TUS1308", + "name": "Professur f\u00fcr Quantum Communication Systems Engineering (Prof. Vogl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Quantum Communication Systems Engineering (Prof. Vogl)" + }, + "54977": { + "code": "TUS2RTS", + "name": "Professur f\u00fcr Planung und Betrieb von Schienenverkehrssystemen (Prof. Weik)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Planung und Betrieb von Schienenverkehrssystemen (Prof. Weik)" }, - "TUZV141": { - "code": "TUZV141", - "id": 25918, - "name": "Baumanagement Garching", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Baumanagement Garching" + "54997": { + "code": "TUS3007", + "name": "Professur f\u00fcr Digitale Katalyse (Prof. Stein)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Digitale Katalyse (Prof. Stein)" }, - "TUZV142": { - "code": "TUZV142", - "id": 25925, - "name": "Geb\u00e4udemanagement Garching", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching" + "55017": { + "code": "TUXO500", + "name": "Studienorganisation der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Studienorganisation" }, - "TUZV14C": { - "code": "TUZV14C", - "id": 38540, - "name": "Heizkraftwerke mit Leitwarte", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Energie- und Medienversorgung/Heizkraftwerke mit Leitwarte" + "55037": { + "code": "TUZEEKF", + "name": "Else Kr\u00f6ner Fresenius Zentrum f\u00fcr Ern\u00e4hrungsmedizin", + "path": "TUM/Wissenschaftliche Zentralinstitute/Zentralinstitut f\u00fcr Ern\u00e4hrungs- und Lebensmittelforschung (ZIEL) - Institute for Food & Health/Else Kr\u00f6ner Fresenius Zentrum f\u00fcr Ern\u00e4hrungsmedizin" }, - "TUZV14D": { - "code": "TUZV14D", - "id": 38541, - "name": "Anlagentechnik Garching", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching" + "55057": { + "code": "TUXS60Q", + "name": "Studiengang M.Sc. Management and Digital Technology", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/M.Sc. Management and Digital Technology" }, - "TUZV14E": { - "code": "TUZV14E", - "id": 38542, - "name": "Elektrotechnik Garching", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching" + "55077": { + "code": "TUS3O25", + "name": "Abteilung 5100 (NAT) Finance Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Abteilung 5100 (NAT)" }, - "TUZV14F": { - "code": "TUZV14F", - "id": 38543, - "name": "Umwelt / Abfallentsorgung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt/Umwelt / Abfallentsorgung" + "55078": { + "code": "TUS3O26", + "name": "Abteilung 5400 (NAT) Finance Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Abteilung 5400 (NAT)" }, - "TUZV14G": { - "code": "TUZV14G", - "id": 38577, - "name": "Infrastrukturelles FM Poststelle", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Infrastrukturelles FM Poststelle" + "55079": { + "code": "TUS3O27", + "name": "Abteilung 5100 (NAT) HR Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Abteilung 5100 (NAT)" }, - "TUZV14I": { - "code": "TUZV14I", - "id": 38579, - "name": "Technisches B\u00fcro Maschinentechnische Anlagen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Technisches B\u00fcro Maschinentechnische Anlagen" + "55080": { + "code": "TUS3O28", + "name": "Abteilung 5400 (NAT) HR Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Abteilung 5400 (NAT)" }, - "TUZV14J": { - "code": "TUZV14J", - "id": 38580, - "name": "Werkstatt Heizungs- und Klimatechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt Heizungs- und Klimatechnik" + "55081": { + "code": "TUS3008", + "name": "Professur f\u00fcr Biomolekulare Kryo-Elektronenmikroskopie (Prof. Baer de Oliveira Mann)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolekulare Kryo-Elektronenmikroskopie (Prof. Baer de Oliveira Mann)" }, - "TUZV14K": { - "code": "TUZV14K", - "id": 38581, - "name": "Werkstatt Sanit\u00e4r- und K\u00e4ltetechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt Sanit\u00e4r- und K\u00e4ltetechnik" + "55097": { + "code": "TUMEDHE", + "name": "Institut f\u00fcr Radiologie und Nuklearmedizin (DHM) (Dr. Martinoff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr Radiologie und Nuklearmedizin (DHM) (Dr. Martinoff)" }, - "TUZV14L": { - "code": "TUZV14L", - "id": 38582, - "name": "Werkstatt Schlosser/Schreiner/Hausmeister", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt Schlosser/Schreiner/Hausmeister" + "55098": { + "code": "TUMEDHF", + "name": "Institut f\u00fcr Laboratoriumsmedizin (DHM) (Prof. Holdenrieder)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Lehr- und Forschungskooperationen mit den Kliniken und Instituten am Deutschen Herzzentrum/Institut f\u00fcr Laboratoriumsmedizin (DHM) (Prof. Holdenrieder)" }, - "TUZV14N": { - "code": "TUZV14N", - "id": 38596, - "name": "Technisches B\u00fcro, H\u00f6rsaaltechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Technisches B\u00fcro, H\u00f6rsaaltechnik" + "55117": { + "code": "TUXB500", + "name": "Studiengangsb\u00fcndel Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Sportwissenschaft" }, - "TUZV14O": { - "code": "TUZV14O", - "id": 38597, - "name": "Werkstatt Elektrotechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Werkstatt Elektrotechnik" + "55118": { + "code": "TUXB501", + "name": "Studiengangsb\u00fcndel Gesundheitswissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft" }, - "TUZV14P": { - "code": "TUZV14P", - "id": 38598, - "name": "Werkstatt Fernmeldetechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Werkstatt Fernmeldetechnik" + "55119": { + "code": "TUXB502", + "name": "Studiengangsb\u00fcndel Lehramt Sport", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport" }, - "TUZV14Q": { - "code": "TUZV14Q", - "id": 38599, - "name": "Geb\u00e4udeleittechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Elektrotechnik Garching/Geb\u00e4udeleittechnik" + "55120": { + "code": "TUXB503", + "name": "Studiengangsb\u00fcndel Biomedical Sciences", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Biomedical Sciences" }, - "TUZV14R": { - "code": "TUZV14R", - "id": 46757, - "name": "Werkstatt MSR-Technik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Anlagentechnik Garching/Werkstatt MSR-Technik" + "55121": { + "code": "TUXB504", + "name": "Studiengangsb\u00fcndel Medizin", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Medizin" }, - "TUZV14Z": { - "code": "TUZV14Z", - "id": 48622, - "name": "Versorgungsnetze", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Versorgungsnetze" + "55122": { + "code": "TUXB505", + "name": "Studiengangsb\u00fcndel SG Archiv", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv" }, - "TUZV350": { - "code": "TUZV350", - "id": 48337, - "name": "Finanzbuchhaltung Campus M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Finanzbuchhaltung (Referat 35)/Finanzbuchhaltung Campus M\u00fcnchen" + "55123": { + "code": "TUXB506", + "name": "Studiengangsb\u00fcndel ME Archiv", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv" }, - "TUZV351": { - "code": "TUZV351", - "id": 48338, - "name": "Finanzbuchhaltung Campus Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Finanzbuchhaltung (Referat 35)/Finanzbuchhaltung Campus Weihenstephan" + "55124": { + "code": "TUXS501", + "name": "Studiengang B.Sc. Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Sportwissenschaft/B.Sc. Sportwissenschaft" }, - "TUZV370": { - "code": "TUZV370", - "id": 48339, - "name": "Zahlstelle Campus M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)/Zahlstelle Campus M\u00fcnchen" + "55125": { + "code": "TUXS502", + "name": "Studiengang M.Sc. Sport and Exercise Science", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Sportwissenschaft/M.Sc. Sport and Exercise Science" }, - "TUZV371": { - "code": "TUZV371", - "id": 48340, - "name": "Zahlstelle Campus Garching", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)/Zahlstelle Campus Garching" + "55126": { + "code": "TUXS503", + "name": "Studiengang B.Sc. Gesundheitswissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft/B.Sc. Gesundheitswissenschaft" }, - "TUZV372": { - "code": "TUZV372", - "id": 48341, - "name": "Zahlstelle Campus Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)/Zahlstelle Campus Weihenstephan" + "55127": { + "code": "TUXS504", + "name": "Studiengang M.Sc. Health Science - Prevention and Health Promotion", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft/M.Sc. Health Science - Prevention and Health Promotion" }, - "TUZV40A": { - "code": "TUZV40A", - "id": 48324, - "name": "Controlling und Reporting", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Controlling und Reporting" + "55128": { + "code": "TUXS505", + "name": "Studiengang M.Sc. Traditionelle Chinesische Medizin", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Gesundheitswissenschaft/M.Sc. Traditionelle Chinesische Medizin" }, - "TUZV440": { - "code": "TUZV440", - "id": 26069, - "name": "Energiemonitoring, Contracting", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Energie- und Medienversorgung/Energiemonitoring, Contracting" + "55129": { + "code": "TUXS506", + "name": "Studiengang B.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/B.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)" }, - "TUZV441": { - "code": "TUZV441", - "id": 26073, - "name": "Anlagentechnik M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen" + "55130": { + "code": "TUXS507", + "name": "Studiengang B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)" }, - "TUZV442": { - "code": "TUZV442", - "id": 26077, - "name": "Elektrotechnik M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen" + "55131": { + "code": "TUXS508", + "name": "Studiengang M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)" }, - "TUZV443": { - "code": "TUZV443", - "id": 26081, - "name": "Infrastruktur M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen" + "55132": { + "code": "TUXS509", + "name": "Studiengang M.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/M.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)" }, - "TUZV445": { - "code": "TUZV445", - "id": 26089, - "name": "Fl\u00e4chen- und Raummanagement", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Fl\u00e4chen- und Raummanagement" + "55133": { + "code": "TUXS50A", + "name": "Studiengang Sport, Lehramt Grundschule", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Grundschule" }, - "TUZV44A": { - "code": "TUZV44A", - "id": 37555, - "name": "Technisches B\u00fcro Maschinenwesen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Technisches B\u00fcro Maschinenwesen" + "55134": { + "code": "TUXS50B", + "name": "Studiengang Sport, Lehramt Mittelschulen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Mittelschulen" }, - "TUZV44B": { - "code": "TUZV44B", - "id": 37569, - "name": "Werkstatt Regel- und F\u00f6rdertechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt Regel- und F\u00f6rdertechnik" + "55135": { + "code": "TUXS50C", + "name": "Studiengang Sport, Lehramt Realschulen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Realschulen" }, - "TUZV44C": { - "code": "TUZV44C", - "id": 37584, - "name": "Werkstatt Heizung - Klima - Sanit\u00e4r", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Werkstatt Heizung - Klima - Sanit\u00e4r" + "55136": { + "code": "TUXS50D", + "name": "Studiengang Sport, Lehramt Gymnasien", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Gymnasien" }, - "TUZV44D": { - "code": "TUZV44D", - "id": 37585, - "name": "Werkstatt Schreinerei und Schlosserei", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Werkstatt Schreinerei und Schlosserei" + "55137": { + "code": "TUXS50E", + "name": "Studiengang Sport, Lehramt Grundschule Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Grundschule Erweiterungsfach" }, - "TUZV44E": { - "code": "TUZV44E", - "id": 37586, - "name": "Werkstatt Pasing Heizungs- und Klimatechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Anlagentechnik M\u00fcnchen/Werkstatt Pasing Heizungs- und Klimatechnik" + "55138": { + "code": "TUXS50F", + "name": "Studiengang Sport, Lehramt Mittelschulen Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Mittelschulen Erweiterungsfach" }, - "TUZV44F": { - "code": "TUZV44F", - "id": 44344, - "name": "Umz\u00fcge, Beschilderungen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Umz\u00fcge, Beschilderungen" + "55139": { + "code": "TUXS50G", + "name": "Studiengang Sport, Lehramt Realschulen Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Realschulen Erweiterungsfach" }, - "TUZV44G": { - "code": "TUZV44G", - "id": 37622, - "name": "Technisches B\u00fcro Elektrotechnik, H\u00f6rsaaltechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Technisches B\u00fcro Elektrotechnik, H\u00f6rsaaltechnik" + "55140": { + "code": "TUXS50H", + "name": "Studiengang Sport, Lehramt Gymnasien Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Gymnasien Erweiterungsfach" }, - "TUZV44H": { - "code": "TUZV44H", - "id": 37623, - "name": "Technisches B\u00fcro Fernmelde-, BMA- und ELA-Technik einschl. Telefonabrechnung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Technisches B\u00fcro Fernmelde-, BMA- und ELA-Technik einschl. Telefonabrechnung" + "55141": { + "code": "TUXS50I", + "name": "Studiengang Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen" }, - "TUZV44J": { - "code": "TUZV44J", - "id": 37668, - "name": "Werkstatt Elektrotechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt Elektrotechnik" + "55142": { + "code": "TUXS50J", + "name": "Studiengang Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen" }, - "TUZV44K": { - "code": "TUZV44K", - "id": 37796, - "name": "Werkstatt H\u00f6rsaaltechnik, Medientechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt H\u00f6rsaaltechnik, Medientechnik" + "55143": { + "code": "TUXS50K", + "name": "Studiengang Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat" }, - "TUZV44L": { - "code": "TUZV44L", - "id": 37801, - "name": "Werkstatt Fernmelde-, BMA- und ELA-Technik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Elektrotechnik M\u00fcnchen/Werkstatt Fernmelde-, BMA- und ELA-Technik" + "55144": { + "code": "TUXS50L", + "name": "Studiengang Sport, Erweiterungsfach b. B.", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Erweiterungsfach b. B." }, - "TUZV44M": { - "code": "TUZV44M", - "id": 37984, - "name": "Poststelle, Kurierdienst", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Poststelle, Kurierdienst" + "55145": { + "code": "TUXS50M", + "name": "Studiengang Didaktikfach Sport, Lehramt Hauptschule", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Didaktikfach Sport, Lehramt Hauptschule" }, - "TUZV44N": { - "code": "TUZV44N", - "id": 37985, - "name": "Posteinlauf Verwaltung, Registratur", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Posteinlauf Verwaltung, Registratur" + "55146": { + "code": "TUXS50N", + "name": "Studiengang Sport, Lehramt Hauptschule", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Lehramt Sport/Sport, Lehramt Hauptschule" }, - "TUZV44O": { - "code": "TUZV44O", - "id": 37986, - "name": "Dienstfahrzeuge", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Dienstfahrzeuge" + "55147": { + "code": "TUXS50O", + "name": "Studiengang M.Sc. Radiation Biology", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Biomedical Sciences/M.Sc. Radiation Biology" + }, + "55148": { + "code": "TUXS50P", + "name": "Studiengang M.Sc. Biomedical Neuroscience", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Biomedical Sciences/M.Sc. Biomedical Neuroscience" }, - "TUZV44Q": { - "code": "TUZV44Q", - "id": 37988, - "name": "Bewachung, Vermittlung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Bewachung, Vermittlung" + "55149": { + "code": "TUXS50Q", + "name": "Studiengang Medizin (Klinisch), Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Medizin/Medizin (Klinisch), Staatsexamen" }, - "TUZV44R": { - "code": "TUZV44R", - "id": 37989, - "name": "Reinigung, Pflege der Au\u00dfenanlagen, Ausschreibungen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Reinigung, Pflege der Au\u00dfenanlagen, Ausschreibungen" + "55150": { + "code": "TUXS50R", + "name": "Studiengang Medizin (Vorklinisch LMU),Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Medizin/Medizin (Vorklinisch LMU),Staatsexamen" }, - "TUZV44S": { - "code": "TUZV44S", - "id": 37990, - "name": "Schl\u00fcsselverwaltung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Schl\u00fcsselverwaltung" + "55157": { + "code": "TUXS50S", + "name": "Studiengang B.Sc. Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/B.Sc. Sportwissenschaft" }, - "TUZV44U": { - "code": "TUZV44U", - "id": 37992, - "name": "Hausmeisterdienste", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Hausmeisterdienste" + "55158": { + "code": "TUXS50T", + "name": "Studiengang B.Sc. Wissenschaftliche Grundlagen des Sports", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/B.Sc. Wissenschaftliche Grundlagen des Sports" }, - "TUZV44V": { - "code": "TUZV44V", - "id": 38003, - "name": "Hausmeisterdienste am TUM CiO", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Campus im Olympiapark/Hausmeisterdienste am TUM CiO" + "55159": { + "code": "TUXS50U", + "name": "Studiengang M.Sc. Sports Engineering", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Sports Engineering" }, - "TUZV44W": { - "code": "TUZV44W", - "id": 38004, - "name": "Werkstatt Elektrotechnik am TUM CiO", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Campus im Olympiapark/Werkstatt Elektrotechnik am TUM CiO" + "55160": { + "code": "TUXS50V", + "name": "Studiengang M.Sc. Diagnostik und Training", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Diagnostik und Training" }, - "TUZV44Y": { - "code": "TUZV44Y", - "id": 38006, - "name": "Wassersportplatz Starnberg", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen/Infrastruktur M\u00fcnchen/Wassersportplatz Starnberg" + "55161": { + "code": "TUXS50W", + "name": "Studiengang M.Sc. Diagnostics and Training", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Diagnostics and Training" }, - "TUZV453": { - "code": "TUZV453", - "id": 48298, - "name": "Infrastruktur Garching", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching" + "55162": { + "code": "TUXS50X", + "name": "Studiengang M.Sc. Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Sportwissenschaft" }, - "TUZV454": { - "code": "TUZV454", - "id": 48417, - "name": "Abfallentsorgung/Umwelt", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt/Abfallentsorgung/Umwelt" + "55163": { + "code": "TUXS50Y", + "name": "Studiengang M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne" }, - "TUZV45A": { - "code": "TUZV45A", - "id": 38010, - "name": "H\u00f6rsaalvergabe", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Fl\u00e4chen- und Raummanagement/H\u00f6rsaalvergabe" + "55164": { + "code": "TUXS50Z", + "name": "Studiengang Sport, Lehramt Sonderschulen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt Sonderschulen" }, - "TUZV45B": { - "code": "TUZV45B", - "id": 38011, - "name": "Externe An- und Vermietung, Veranstaltungen einschl. TUM CiO", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Fl\u00e4chen- und Raummanagement/Externe An- und Vermietung, Veranstaltungen einschl. TUM CiO" + "55165": { + "code": "TUXS510", + "name": "Studiengang Sport, Lehramt berufliche Schulen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt berufliche Schulen" }, - "TUZV45D": { - "code": "TUZV45D", - "id": 48302, - "name": "Zeiterfassung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Zeiterfassung" + "55166": { + "code": "TUXS511", + "name": "Studiengang Sport, Lehramt berufliche Schulen Erweriterung", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt berufliche Schulen Erweriterung" }, - "TUZV45E": { - "code": "TUZV45E", - "id": 48303, - "name": "Kaufm\u00e4nnisches FM", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Kaufm\u00e4nnisches FM" + "55167": { + "code": "TUXS512", + "name": "Studiengang Sport, Lehramt Mittelschulen Erweriterung", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt Mittelschulen Erweriterung" }, - "TUZV45F": { - "code": "TUZV45F", - "id": 48304, - "name": "Technisches FM", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Technisches FM" + "55168": { + "code": "TUXS513", + "name": "Studiengang Sport, Lehramt Sonderschulen Erweriterung", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sport, Lehramt Sonderschulen Erweriterung" }, - "TUZV45G": { - "code": "TUZV45G", - "id": 48305, - "name": "Infrastrukturelles FM", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Infrastrukturelles FM" + "55169": { + "code": "TUXS514", + "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Austausch\t", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch\t" }, - "TUZV45H": { - "code": "TUZV45H", - "id": 48306, - "name": "Infrastrukturelles FM Geb\u00e4udereinigung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching/Geb\u00e4udemanagement Garching/Infrastruktur Garching/Infrastrukturelles FM Geb\u00e4udereinigung" + "55170": { + "code": "TUXS515", + "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Austausch", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch" }, - "TUZV46A": { - "code": "TUZV46A", - "id": 48307, - "name": "Technisches B\u00fcro Maschinentechnische Anlagen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Technisches B\u00fcro Maschinentechnische Anlagen" + "55171": { + "code": "TUXS516", + "name": "Studiengang Sportwissenschaft, Austausch", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sportwissenschaft, Austausch" }, - "TUZV46B": { - "code": "TUZV46B", - "id": 48308, - "name": "Werkstatt Heizung und L\u00fcftung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Werkstatt Heizung und L\u00fcftung" + "55172": { + "code": "TUXS517", + "name": "Studiengang Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf" }, - "TUZV46C": { - "code": "TUZV46C", - "id": 48309, - "name": "Werkstatt Sanit\u00e4r", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Werkstatt Sanit\u00e4r" + "55173": { + "code": "TUXS518", + "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Studienkolleg", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" }, - "TUZV46D": { - "code": "TUZV46D", - "id": 48310, - "name": "Werkstatt K\u00e4ltetechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Werkstatt K\u00e4ltetechnik" + "55174": { + "code": "TUXS519", + "name": "Studiengang Wissenschaftliche Grundlagen des Sports, Studienkolleg", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" }, - "TUZV46E": { - "code": "TUZV46E", - "id": 48311, - "name": "Technisches B\u00fcro Elektrotechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Technisches B\u00fcro Elektrotechnik" + "55175": { + "code": "TUXS51A", + "name": "Studiengang Medizin Prakt. Jahr, Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin Prakt. Jahr, Staatsexamen" }, - "TUZV46F": { - "code": "TUZV46F", - "id": 48312, - "name": "Werkstatt Starkstromtechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Werkstatt Starkstromtechnik" + "55176": { + "code": "TUXS51B", + "name": "Studiengang Medizin (Vorklinisch), Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Vorklinisch), Staatsexamen" }, - "TUZV46G": { - "code": "TUZV46G", - "id": 48313, - "name": "Werkstatt Mess- und Regelungstechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Werkstatt Mess- und Regelungstechnik" + "55177": { + "code": "TUXS51C", + "name": "Studiengang Medizin (Klinisch), Austausch (studienbeitragspflichtig)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Klinisch), Austausch (studienbeitragspflichtig)" }, - "TUZV46H": { - "code": "TUZV46H", - "id": 48314, - "name": "Telefonzentrale", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan/Telefonzentrale" + "55178": { + "code": "TUXS51D", + "name": "Studiengang Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)" }, - "TUZV46I": { - "code": "TUZV46I", - "id": 48315, - "name": "Schl\u00fcsselverwaltung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Schl\u00fcsselverwaltung" + "55179": { + "code": "TUXS51E", + "name": "Studiengang Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/ME Archiv/Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)" }, - "TUZV46J": { - "code": "TUZV46J", - "id": 48316, - "name": "Reinigung und Bewachung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Reinigung und Bewachung" + "55197": { + "code": "TUZVSEC", + "name": "Stabsstelle IT-Sicherheit", + "path": "TUM/Zentrale Verwaltung/IT-Sicherheit" }, - "TUZV46K": { - "code": "TUZV46K", - "id": 48317, - "name": "Raumbestandsverwaltung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement/Raumbestandsverwaltung" + "55217": { + "code": "TUS5PL0", + "name": "Weitere Lehrst\u00fchle und Professuren", + "path": "TUM/Fakult\u00e4ten/Ehemalige Fakult\u00e4t f\u00fcr Medizin/Weitere Lehrst\u00fchle und Professuren" }, - "TUZV46L": { - "code": "TUZV46L", - "id": 48318, - "name": "Betriebshof, Hausverwaltung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Betriebshof, Hausverwaltung/Betriebshof, Hausverwaltung" + "55237": { + "code": "TUS1305", + "name": "Professur f\u00fcr AI Planning in Dynamic Environments (Prof. Khadiv)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Planning in Dynamic Environments (Prof. Khadiv)" }, - "TUZV46M": { - "code": "TUZV46M", - "id": 48319, - "name": "Dienstfahrzeuge und Drucklufttechnik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Dienstfahrzeuge und Drucklufttechnik" + "55257": { + "code": "TUXB507", + "name": "Studiengangsb\u00fcndel Promotionen MH", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH" }, - "TUZV46N": { - "code": "TUZV46N", - "id": 48320, - "name": "Poststelle", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Poststelle" + "55258": { + "code": "TUXS51F", + "name": "Studiengang TUM School of Medicine and Health (Sport)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/TUM School of Medicine and Health (Sport)" }, - "TUZV46O": { - "code": "TUZV46O", - "id": 48321, - "name": "Registratur", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Registratur" + "55259": { + "code": "TUXS51G", + "name": "Studiengang TUM School of Medicine and Health (Gesundheit)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/TUM School of Medicine and Health (Gesundheit)" }, - "TUZV46P": { - "code": "TUZV46P", - "id": 48322, - "name": "Archiv", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement/Archiv" + "55260": { + "code": "TUXS51H", + "name": "Studiengang TUM School of Medicine and Health (Medizin)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/TUM School of Medicine and Health (Medizin)" }, - "TUZV46Q": { - "code": "TUZV46Q", - "id": 48323, - "name": "H\u00f6rsaalvermietung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Dienstbetrieb/H\u00f6rsaalvermietung" + "55261": { + "code": "TUXS51I", + "name": "Studiengang Gastpromotion (TUM School of Medicine and Health - Sport)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Sport)" }, - "TUZV841": { - "code": "TUZV841", - "id": 26217, - "name": "Anlagentechnik Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan" + "55262": { + "code": "TUXS51J", + "name": "Studiengang Gastpromotion (TUM School of Medicine and Health - Medizin)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Medizin)" }, - "TUZV842": { - "code": "TUZV842", - "id": 26221, - "name": "Elektrotechnik Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Elektrotechnik Weihenstephan" + "55263": { + "code": "TUXS51K", + "name": "Studiengang Medical Life Science and Technology, Ph.D.", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Medical Life Science and Technology, Ph.D." }, - "TUZV843": { - "code": "TUZV843", - "id": 26225, - "name": "Umwelttechnik und Entsorgung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt/Umwelttechnik und Entsorgung" + "55264": { + "code": "TUXS51L", + "name": "Studiengang Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)" }, - "TUZV844": { - "code": "TUZV844", - "id": 26229, - "name": "Infrastruktur Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan" + "55265": { + "code": "TUXS51M", + "name": "Studiengang Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)" }, - "TUZV845": { - "code": "TUZV845", - "id": 26233, - "name": "Betriebshof, Hausverwaltung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Betriebshof, Hausverwaltung" + "55266": { + "code": "TUXS51N", + "name": "Studiengang Fakult\u00e4t f\u00fcr Medizin", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Fakult\u00e4t f\u00fcr Medizin" }, - "TUZV846": { - "code": "TUZV846", - "id": 26237, - "name": "Dienstbetrieb", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Dienstbetrieb" + "55267": { + "code": "TUXS51O", + "name": "Studiengang Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Sportwissenschaft" }, - "TUZV847": { - "code": "TUZV847", - "id": 38369, - "name": "Bauwerkst\u00e4tte", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Anlagentechnik Weihenstephan/Bauwerkst\u00e4tte" + "55268": { + "code": "TUXS51P", + "name": "Studiengang Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Sportwissenschaft" }, - "TUZV848": { - "code": "TUZV848", - "id": 45070, - "name": "Werkfeuerwehr Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Werkfeuerwehr Weihenstephan" + "55269": { + "code": "TUXS51Q", + "name": "Studiengang Medizin", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Medizin" }, - "TUZVACM": { - "code": "TUZVACM", - "id": 42606, - "name": "Alumni & Career", - "path": "TUM/Hochschulreferate/TUM Global & Alumni Office/Alumni & Career" + "55270": { + "code": "TUXS51R", + "name": "Studiengang Medizin", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Medizin" + }, + "55271": { + "code": "TUXS51S", + "name": "Studiengang Gastpromotion (ME)", + "path": "TUM/Schools/Medicine and Health/Studienorganisation/Promotionen MH/Gastpromotion (ME)" }, - "TUZVASS": { - "code": "TUZVASS", - "id": 43794, - "name": "Arbeitssicherheit", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Arbeitssicherheit" + "55277": { + "code": "TUS6SAF", + "name": "Professur f\u00fcr Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment der TUM School of Management und TUM School of Life Sciences)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment der TUM School of Management und TUM School of Life Sciences)" }, - "TUZVBAE": { - "code": "TUZVBAE", - "id": 43776, - "name": "Betriebs\u00e4rzte M\u00fcnchen", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Betriebs\u00e4rzte M\u00fcnchen" + "55278": { + "code": "TUXS233", + "name": "Studiengang M.Sc. Medizintechnik", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/M.Sc. Medizintechnik" }, - "TUZVBAG": { - "code": "TUZVBAG", - "id": 47517, - "name": "Betriebs\u00e4rzte Garching", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Betriebs\u00e4rzte Garching" + "55279": { + "code": "TUXS234", + "name": "Studiengang B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Mechanical Engineering/B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)" }, - "TUZVBAW": { - "code": "TUZVBAW", - "id": 47518, - "name": "Betriebs\u00e4rzte Weihenstephan", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Betriebs\u00e4rzte Weihenstephan" + "55297": { + "code": "TUZVZTE", + "name": "Zentrale Technik", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik" }, - "TUZVBDS": { - "code": "TUZVBDS", - "id": 46878, - "name": "Datenschutzbevollm\u00e4chtigter Zentrale Verwaltung", - "path": "TUM/Zentrale Verwaltung/Datenschutzbevollm\u00e4chtigter" + "55298": { + "code": "TUZVMUC", + "name": "Standort M\u00fcnchen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen" }, - "TUZVBFR": { - "code": "TUZVBFR", - "id": 43680, - "name": "Bevollm\u00e4chtigter des Pr\u00e4sidenten f\u00fcr Fundraising Hochschulreferat 5 - Fundraising", - "path": "TUM/Hochschulreferate/Fundraising/Bevollm\u00e4chtigter des Pr\u00e4sidenten f\u00fcr Fundraising" + "55299": { + "code": "TUZVGAR", + "name": "Standort Garching", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching" + }, + "55300": { + "code": "TUZVWHS", + "name": "Standort Weihenstephan", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan" }, - "TUZVCIO": { + "55301": { "code": "TUZVCIO", - "id": 55301, "name": "Campus im Olympiapark", "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Campus im Olympiapark" }, - "TUZVEUM": { + "55302": { + "code": "TUZVVUF", + "name": "Vergaberecht und Fl\u00e4chenmanagement", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement" + }, + "55303": { + "code": "TUZVPUD", + "name": "Prozesse und Digitalisierung", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Prozesse und Digitalisierung" + }, + "55304": { + "code": "TUZVPUS", + "name": "Personal und Stellen", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Personal und Stellen" + }, + "55305": { + "code": "TUZVIGM", + "name": "Infrastrukturelles Geb\u00e4udemanagement", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement" + }, + "55306": { "code": "TUZVEUM", - "id": 55306, "name": "Energie- und Medienversorgung", "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Energie- und Medienversorgung" }, - "TUZVFZV": { - "code": "TUZVFZV", - "id": 19640, - "name": "Zentrale Verwaltung", - "path": "TUM/Zentrale Verwaltung" + "55307": { + "code": "TUZVTPL", + "name": "Technische Projektsteuerung Life Sciences", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Technische Projektsteuerung Life Sciences" }, - "TUZVGAR": { - "code": "TUZVGAR", - "id": 55299, - "name": "Standort Garching", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Garching" + "55317": { + "code": "TUS4P9N", + "name": "Professur f\u00fcr Plant Proteins and Nutrition (Prof. Weisz)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Plant Proteins and Nutrition (Prof. Weisz)" }, - "TUZVGET": { - "code": "TUZVGET", - "id": 48117, - "name": "Gentechnik", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Gentechnik" + "55318": { + "code": "TUS4M1D", + "name": "Professur f\u00fcr Translational Microbiome Data Integration (Prof. Schirmer)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Translational Microbiome Data Integration (Prof. Schirmer)" }, - "TUZVGGB": { - "code": "TUZVGGB", - "id": 46997, - "name": "Gefahrgut", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Gefahrgut" + "55337": { + "code": "TUS7PMP", + "name": "Professur f\u00fcr Mobility Policy (Prof. Loder)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Mobility Policy (Prof. Loder)" }, - "TUZVGHB": { - "code": "TUZVGHB", - "id": 56037, - "name": "Gesch\u00e4ftsstelle TUM Campus Heilbronn", - "path": "TUM/Zentrale Verwaltung/Gesch\u00e4ftsstelle TUM Campus Heilbronn" + "55338": { + "code": "TUS7LRD", + "name": "Lehrstuhl f\u00fcr Law and Regulation of the Digital Transformation (Prof. Paal)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Law and Regulation of the Digital Transformation (Prof. Paal)" }, - "TUZVGTI": { - "code": "TUZVGTI", - "id": 54797, - "name": "Weitere Einrichtung G\u00e4ste TUM Incubator", - "path": "TUM/Hochschulreferate/TUM Forschungsf\u00f6rderung und Technologietransfer (ForTe)/G\u00e4ste TUM Incubator" + "55357": { + "code": "TUS5DEA", + "name": "Dekanin der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Dekan/in" }, - "TUZVHJA": { - "code": "TUZVHJA", - "id": 45010, - "name": "TUM Junge Akademie", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM Junge Akademie" + "55358": { + "code": "TUS5VRI", + "name": "Prodekan Forschung und Innovation der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Prodekane/Forschung und Innovation" }, - "TUZVHR1": { - "code": "TUZVHR1", - "id": 13968, - "name": "Hochschulreferat 1 - Controlling, Organisation, Planung", - "path": "TUM/Hochschulreferate/Controlling, Organisation, Planung" + "55359": { + "code": "TUS5VST", + "name": "Prodekan Studium und Lehre der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Prodekane/Studium und Lehre" }, - "TUZVHR2": { - "code": "TUZVHR2", - "id": 19660, - "name": "Hochschulreferat 2 - Corporate Communications Center", - "path": "TUM/Hochschulreferate/Corporate Communications Center" + "55360": { + "code": "TUS5VTD", + "name": "Prodekanin Talent Management und Diversity der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Prodekane/Talent Management und Diversity" }, - "TUZVHR3": { - "code": "TUZVHR3", - "id": 19661, - "name": "Horizons@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/Horizons@TUM" + "55361": { + "code": "TUS5VIO", + "name": "Prodekan Informationsmanagement der TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Prodekane/Informationsmanagement" }, - "TUZVHR4": { - "code": "TUZVHR4", - "id": 31979, - "name": "Hochschulreferat 4 - TUM Forschungsf\u00f6rderung und Technologietransfer (ForTe)", - "path": "TUM/Hochschulreferate/TUM Forschungsf\u00f6rderung und Technologietransfer (ForTe)" + "55377": { + "code": "TUS2BJT", + "name": "Lehrstuhl f\u00fcr Binder Jetting Technology (Prof. Lowke)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Binder Jetting Technology (Prof. Lowke)" }, - "TUZVHR5": { - "code": "TUZVHR5", - "id": 19662, - "name": "Hochschulreferat 5 - Fundraising", - "path": "TUM/Hochschulreferate/Fundraising" + "55397": { + "code": "TUS7AST", + "name": "Lehrstuhl f\u00fcr Anthropology of Science and Technology (Prof. Niew\u00f6hner)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Anthropology of Science and Technology (Prof. Niew\u00f6hner)" }, - "TUZVHR6": { - "code": "TUZVHR6", - "id": 19663, - "name": "Hochschulreferat 6 - Gesundheit, Sicherheit, Strahlenschutz", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz" + "55417": { + "code": "TUZVSOP", + "name": "Sonderprojekte", + "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Sonderprojekte" }, - "TUZVHRE": { - "code": "TUZVHRE", - "id": 45009, - "name": "TUM CST - Recht", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Recht" + "55437": { + "code": "TUS1310", + "name": "Lehrstuhl f\u00fcr Resource Aware Machine Learning (Prof. Sra)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Resource Aware Machine Learning (Prof. Sra)" }, - "TUZVHRG": { - "code": "TUZVHRG", - "id": 51597, - "name": "Hochschulreferat 3 - TUM Global & Alumni Office", - "path": "TUM/Hochschulreferate/TUM Global & Alumni Office" + "55438": { + "code": "TUS1309", + "name": "Lehrstuhl f\u00fcr Foundations of Deep Neural Networks (Prof. Jegelka)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Foundations of Deep Neural Networks (Prof. Jegelka)" }, - "TUZVHRS": { - "code": "TUZVHRS", - "id": 19638, - "name": "Hochschulreferate", - "path": "TUM/Hochschulreferate" + "55457": { + "code": "TUS5GF0", + "name": "Gesch\u00e4ftsf\u00fchrung School Office", + "path": "TUM/Schools/Medicine and Health/School Office/Gesch\u00e4ftsf\u00fchrung" }, - "TUZVHSL": { - "code": "TUZVHSL", - "id": 45008, - "name": "TUM CST - Kommunikation", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Kommunikation" + "55458": { + "code": "TUS5OTD", + "name": "Dean`s Office School Office", + "path": "TUM/Schools/Medicine and Health/School Office/Dean`s Office" }, - "TUZVIGM": { - "code": "TUZVIGM", - "id": 55305, - "name": "Infrastrukturelles Geb\u00e4udemanagement", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan/Infrastruktur Weihenstephan/Infrastrukturelles Geb\u00e4udemanagement" + "55459": { + "code": "TUS5SAA", + "name": "School and Academic Affairs School Office", + "path": "TUM/Schools/Medicine and Health/School Office/School and Academic Affairs" }, - "TUZVMUC": { - "code": "TUZVMUC", - "id": 55298, - "name": "Standort M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen" + "55460": { + "code": "TUS5STO", + "name": "Student Office School Office", + "path": "TUM/Schools/Medicine and Health/School Office/Student Office" }, - "TUZVPRE": { - "code": "TUZVPRE", - "id": 42605, - "name": "Presse und \u00d6ffentlichkeitsarbeit", - "path": "TUM/Hochschulreferate/Corporate Communications Center/Presse und \u00d6ffentlichkeitsarbeit" + "55461": { + "code": "TUS5EK0", + "name": "Ethikkommissionen", + "path": "TUM/Schools/Medicine and Health/Ethikkommissionen" }, - "TUZVPUD": { - "code": "TUZVPUD", - "id": 55303, - "name": "Prozesse und Digitalisierung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Prozesse und Digitalisierung" + "55462": { + "code": "TUS5EK1", + "name": "Ethikkommission nicht-med.", + "path": "TUM/Schools/Medicine and Health/Ethikkommissionen/Ethikkommission nicht-med." }, - "TUZVPUS": { - "code": "TUZVPUS", - "id": 55304, - "name": "Personal und Stellen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Personal und Stellen" + "55463": { + "code": "TUS5WTK", + "name": "Fachschaftsvertretung", + "path": "TUM/Schools/Medicine and Health/Fachschaftsvertretung" }, - "TUZVR15": { - "code": "TUZVR15", - "id": 25930, - "name": "Werkfeuerwehr Garching", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Werkfeuerwehr Garching" + "55464": { + "code": "TUS5WEK", + "name": "Weitere Einheiten MRI", + "path": "TUM/Schools/Medicine and Health/Weitere Einheiten MRI" }, - "TUZVR20": { - "code": "TUZVR20", - "id": 25967, - "name": "Grundsatzbereich, Personalmanagement (Referat 20)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Grundsatzbereich, Personalmanagement (Referat 20)" + "55465": { + "code": "TUS5LPP", + "name": "Weitere Lehrst\u00fchle und Professuren Preclinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine" }, - "TUZVR21": { - "code": "TUZVR21", - "id": 25971, - "name": "Personalbetreuung Zentrales (HSP, Hochschulreferate, Zentr. Serviceeinrichtungen, ZV, Graduate School, TUM Institute f. Life Long Learning), TUM School of Medicine and Health: Dep. Preclinical Medicine,TUM School of Social Sciences and Technology (Ref.21)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung Zentrales (HSP, Hochschulreferate, Zentr. Serviceeinrichtungen, ZV, Graduate School, TUM Institute f. Life Long Learning), TUM School of Medicine and Health: Dep. Preclinical Medicine,TUM School of Social Sciences and Technology (Ref.21)" + "55466": { + "code": "TUS5LMU", + "name": "Kooperationen mit der LMU", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU" }, - "TUZVR22": { - "code": "TUZVR22", - "id": 25975, - "name": "Personalbetreuung M\u00fcnchen - Schools und Departments mit Dienststellenzugeh\u00f6rigkeit M\u00fcnchen und in zentraler Betreuungszust\u00e4ndigkeit (Referat 22)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung M\u00fcnchen - Schools und Departments mit Dienststellenzugeh\u00f6rigkeit M\u00fcnchen und in zentraler Betreuungszust\u00e4ndigkeit (Referat 22)" + "55467": { + "code": "TUS5LPC", + "name": "Weitere Lehrst\u00fchle und Professuren Clinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine" }, - "TUZVR23": { - "code": "TUZVR23", - "id": 43852, - "name": "IT-Anwendungen Personal (Referat 25)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/IT-Anwendungen Personal (Referat 25)" + "55497": { + "code": "TUS1311", + "name": "Professur f\u00fcr Kryptographie (Prof. Panny)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Kryptographie (Prof. Panny)" }, - "TUZVR24": { - "code": "TUZVR24", - "id": 48178, - "name": "Personalbetreuung Weihenstephan (Referat 24)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung Weihenstephan (Referat 24)" + "55517": { + "code": "TUS7SFZ", + "name": "Sch\u00fclerforschungszentrum Miesbach", + "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Miesbach" }, - "TUZVR25": { - "code": "TUZVR25", - "id": 48177, - "name": "Personalbetreuung Garching (Referat 23)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Personalbetreuung Garching (Referat 23)" + "55518": { + "code": "TUZEBAC", + "name": "Bavarian AM Cluster", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Bavarian AM Cluster" }, - "TUZVR2X": { - "code": "TUZVR2X", - "id": 25963, - "name": "Leitung und Assistenz", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Leitung und Assistenz" + "55537": { + "code": "TUXS60R", + "name": "Studiengang B.Sc. Management and Data Science", + "path": "TUM/Schools/Management/Studienorganisation/School of Management Standort Heilbronn/B.Sc. Management and Data Science" + }, + "55538": { + "code": "TUXS415", + "name": "Studiengang M.Sc. AgriFood Economics, Policy and Regulation", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Agrar- und Gartenbauwissenschaften/Agrarwissenschaften/M.Sc. AgriFood Economics, Policy and Regulation" + }, + "55557": { + "code": "TUXS729", + "name": "Studiengang M.Sc. AI in Society", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/AI in Society/M.Sc. AI in Society" + }, + "55558": { + "code": "TUXS416", + "name": "Studiengang M.Sc. Sustainable Food (GIST TUM Asia)", + "path": "TUM/Schools/Life Sciences/Studienorganisation/Ern\u00e4hrungswissenschaft/Life Sciences Ern\u00e4hrung/M.Sc. Sustainable Food (GIST TUM Asia)" + }, + "55577": { + "code": "TUS4C1B", + "name": "Professur f\u00fcr Clinical Microbiome (Prof. Gerner)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Clinical Microbiome (Prof. Gerner)" + }, + "55597": { + "code": "TUS1312", + "name": "Lehrstuhl f\u00fcr Darstellungstheorie (Dr. Cobbe, komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Darstellungstheorie (Dr. Cobbe, komm.)" }, - "TUZVR2Y": { - "code": "TUZVR2Y", - "id": 48160, - "name": "Zentraler Personalservice (Campus M\u00fcnchen)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)/Zentraler Personalservice (Campus M\u00fcnchen)" + "55637": { + "code": "TUS4D5B", + "name": "Professur f\u00fcr Data Science in Systems Biology (Prof. List)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Data Science in Systems Biology (Prof. List)" }, - "TUZVR30": { - "code": "TUZVR30", - "id": 25984, - "name": "Grundsatzangelegenheiten der Abteilung (Referat 30)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Grundsatzangelegenheiten der Abteilung (Referat 30)" + "55657": { + "code": "TUS6SIG", + "name": "Study Support and International Affairs (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Study Support and International Affairs (MGT)" }, - "TUZVR31": { - "code": "TUZVR31", - "id": 25995, - "name": "Mittelmanagement (Referat 31)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Mittelmanagement (Referat 31)" + "55677": { + "code": "TUS7PTL", + "name": "Professur f\u00fcr Psychologie des Lehren und Lernens (Prof. Holzberger)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Psychologie des Lehren und Lernens (Prof. Holzberger)" }, - "TUZVR32": { - "code": "TUZVR32", - "id": 26000, - "name": "Stellenmanagement (Referat 32)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Stellenmanagement (Referat 32)" + "55717": { + "code": "TUS2TSG", + "name": "Lehrstuhl f\u00fcr Test und Simulation f\u00fcr Gasturbinen (Prof. Ardey)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Test und Simulation f\u00fcr Gasturbinen (Prof. Ardey)" }, - "TUZVR33": { - "code": "TUZVR33", - "id": 26026, - "name": "Drittmittel (Referat 33)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Drittmittel (Referat 33)" + "55737": { + "code": "TUPEVLM", + "name": "TUM Venture Labs", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs" }, - "TUZVR34": { - "code": "TUZVR34", - "id": 26031, - "name": "Zentrale Reisekostenstelle (Referat 34)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zentrale Reisekostenstelle (Referat 34)" + "55757": { + "code": "TUXS730", + "name": "Studiengang M.Ed. Biologie, Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Gymnasiales Lehramt/Master of Education Naturwissenschaftliche Bildung/M.Ed. Biologie, Informatik" }, - "TUZVR35": { - "code": "TUZVR35", - "id": 26036, - "name": "Finanzbuchhaltung (Referat 35)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Finanzbuchhaltung (Referat 35)" + "55779": { + "code": "TUS7SOC", + "name": "Professur f\u00fcr Societal Computing (Prof. Papakyriakopoulos)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Societal Computing (Prof. Papakyriakopoulos)" }, - "TUZVR36": { - "code": "TUZVR36", - "id": 26040, - "name": "Steuern (Referat 36)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Steuern (Referat 36)" + "55797": { + "code": "TUMEIS3", + "name": "Lehrstuhl f\u00fcr Health Informatics (Prof. Schuller)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/KI und Informatik in der Medizin (Prof. R\u00fcckert)/Health Informatics (Prof. Schuller)" }, - "TUZVR37": { - "code": "TUZVR37", - "id": 26045, - "name": "Zahlstelle (Referat 37)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)/Zahlstelle (Referat 37)" + "55818": { + "code": "TUS1313", + "name": "Lehrstuhl f\u00fcr Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)" }, - "TUZVR40": { - "code": "TUZVR40", - "id": 26050, - "name": "Ressourcenplanung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung" + "55837": { + "code": "TUXS235", + "name": "Studiengang M.Sc. Rail and Urban Transport", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Rail and Urban Transport" }, - "TUZVR42": { - "code": "TUZVR42", - "id": 26055, - "name": "Baumanagement M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Baumanagement M\u00fcnchen" + "55838": { + "code": "TUXS236", + "name": "Studiengang M.Sc. Logistics Engineering and Management", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Civil and Environmental Engineering/M.Sc. Logistics Engineering and Management" }, - "TUZVR43": { - "code": "TUZVR43", - "id": 26059, - "name": "Baumanagement", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Baumanagement M\u00fcnchen/Baumanagement" + "55839": { + "code": "TUXS237", + "name": "Studiengang M.Sc. Human Factors Engineering", + "path": "TUM/Schools/Engineering and Design/Studienorganisation/Interdisciplinary Engineering/M.Sc. Human Factors Engineering" }, - "TUZVR44": { - "code": "TUZVR44", - "id": 26064, - "name": "Geb\u00e4udemanagement M\u00fcnchen", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Geb\u00e4udemanagement M\u00fcnchen" + "55857": { + "code": "TUS7HCC", + "name": "Lehrstuhl f\u00fcr Human-Centered Computing (Prof. Diesner)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Human-Centered Computing (Prof. Diesner)" }, - "TUZVR51": { - "code": "TUZVR51", - "id": 31952, - "name": "Hochschulrecht (Referat 51)", - "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Hochschulrecht (Referat 51)" + "55859": { + "code": "TUS7PGT", + "name": "Professur f\u00fcr Public Policy for the Green Transition (Prof. Egli)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy for the Green Transition (Prof. Egli)" }, - "TUZVR52": { - "code": "TUZVR52", - "id": 31953, - "name": "Forschungskooperationen (Referat 52)", - "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Forschungskooperationen (Referat 52)" + "55877": { + "code": "TUPEVL1", + "name": "BUILT ENVIRONMENT", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/BUILT ENVIRONMENT" }, - "TUZVR53": { - "code": "TUZVR53", - "id": 31954, - "name": "Allgemeine Rechtsangelegenheiten (Referat 53)", - "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Allgemeine Rechtsangelegenheiten (Referat 53)" + "55878": { + "code": "TUPEVL2", + "name": "CHEM SPACE", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/CHEM SPACE" }, - "TUZVR71": { - "code": "TUZVR71", - "id": 26122, - "name": "Betrieb", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/Betrieb" + "55879": { + "code": "TUPEVL3", + "name": "QUANTUM", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/QUANTUM" }, - "TUZVR72": { - "code": "TUZVR72", - "id": 26126, - "name": "SAP-Team", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/SAP-Team" + "55880": { + "code": "TUPEVL4", + "name": "ROBOTICS AI", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/ROBOTICS AI" }, - "TUZVR73": { - "code": "TUZVR73", - "id": 26130, - "name": "Campus-Management-Team", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/Campus-Management-Team" + "55881": { + "code": "TUPEVL5", + "name": "FOOD AGRO BIOTECH", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/FOOD AGRO BIOTECH" }, - "TUZVR7O": { - "code": "TUZVR7O", - "id": 26134, - "name": "Web Portale", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)/Web Portale" + "55882": { + "code": "TUPEVL6", + "name": "HEALTH CARE", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/HEALTH CARE" }, - "TUZVR7W": { - "code": "TUZVR7W", - "id": 41681, - "name": "Wahlamt", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Recht/Wahlamt" + "55883": { + "code": "TUPEVL7", + "name": "ADDITIVE MANUFACTURING", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/ADDITIVE MANUFACTURING" }, - "TUZVR84": { - "code": "TUZVR84", - "id": 26175, - "name": "Geb\u00e4udemanagement Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Geb\u00e4udemanagement Weihenstephan" + "55884": { + "code": "TUPEVL8", + "name": "SOFTWARE AI", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/SOFTWARE AI" }, - "TUZVR87": { - "code": "TUZVR87", - "id": 45971, - "name": "Baumanagement Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Baumanagement Weihenstephan" + "55885": { + "code": "TUPEVL9", + "name": "AERO SPACE", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/AERO SPACE" }, - "TUZVRBE": { - "code": "TUZVRBE", - "id": 48297, - "name": "Bauliche Entwicklungsplanung", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort M\u00fcnchen/Baumanagement M\u00fcnchen/Bauliche Entwicklungsplanung" + "55886": { + "code": "TUPEV10", + "name": "MOBILITY", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/MOBILITY" }, - "TUZVSCH": { - "code": "TUZVSCH", - "id": 47957, - "name": "Stabsstelle Diversity & Equal Opportunities", - "path": "TUM/Zentrale Verwaltung/Diversity & Equal Opportunities" + "55887": { + "code": "TUPEV11", + "name": "SUSTAINABILITY CIRCULAR", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/SUSTAINABILITY CIRCULAR" }, - "TUZVSEC": { - "code": "TUZVSEC", - "id": 55197, - "name": "Stabsstelle IT-Sicherheit", - "path": "TUM/Zentrale Verwaltung/IT-Sicherheit" + "55888": { + "code": "TUPEV12", + "name": "LEGAL TECH COLAB", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs/LEGAL TECH COLAB" }, - "TUZVSEU": { - "code": "TUZVSEU", - "id": 49618, - "name": "Entsorgung und Umwelt", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik/Entsorgung und Umwelt" + "55889": { + "code": "TUPEVLG", + "name": "TUM Venture Labs Management gGmbH (VLM)", + "path": "TUM/Partnerschaftliche Einrichtungen/TUM Venture Labs Management gGmbH (VLM)" }, - "TUZVSIR": { - "code": "TUZVSIR", - "id": 47777, - "name": "Stabsstelle Interne Revision", - "path": "TUM/Zentrale Verwaltung/Interne Revision" + "55890": { + "code": "TUZELFT", + "name": "Faculty@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/Faculty@TUM" }, - "TUZVSOP": { - "code": "TUZVSOP", - "id": 55417, - "name": "Sonderprojekte", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Sonderprojekte" + "55891": { + "code": "TUZELSM", + "name": "ScienceManagement@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/ScienceManagement@TUM" }, - "TUZVSQM": { - "code": "TUZVSQM", - "id": 17011, - "name": "TUM CST - Qualit\u00e4tsmanagement", - "path": "TUM/Zentrale Serviceeinrichtungen/TUM Center for Study and Teaching/TUM CST - Qualit\u00e4tsmanagement" + "55897": { + "code": "TUS4C8B", + "name": "Professur f\u00fcr Computational Plant Biology (Prof. Kamal)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Plant Biology (Prof. Kamal)" }, - "TUZVSSI": { - "code": "TUZVSSI", - "id": 43777, - "name": "Strahlenschutz", - "path": "TUM/Hochschulreferate/Gesundheit, Sicherheit, Strahlenschutz/Strahlenschutz" + "55898": { + "code": "TUS4E0M", + "name": "Professur f\u00fcr Earth Observation for Ecosystem Management (Prof. Senf)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Earth Observation for Ecosystem Management (Prof. Senf)" }, - "TUZVSVB": { - "code": "TUZVSVB", - "id": 49617, - "name": "Rechtliche Grundsatzthemen (Referat 50)", - "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)/Rechtliche Grundsatzthemen (Referat 50)" + "55918": { + "code": "TUXB70R", + "name": "Studiengangsb\u00fcndel AI in Society", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Political, Social and Educational Sciences/AI in Society" }, - "TUZVTPL": { - "code": "TUZVTPL", - "id": 55307, - "name": "Technische Projektsteuerung Life Sciences", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan/Technische Projektsteuerung Life Sciences" + "55937": { + "code": "TUS1314", + "name": "Informatik Heilbronn 11 - Lehrstuhl f\u00fcr Software Engineering & AI (Prof. Chen)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatik Heilbronn 11 - Lehrstuhl f\u00fcr Software Engineering & AI (Prof. Chen)" }, - "TUZVVUF": { - "code": "TUZVVUF", - "id": 55302, - "name": "Vergaberecht und Fl\u00e4chenmanagement", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Ressourcenplanung/Vergaberecht und Fl\u00e4chenmanagement" + "55938": { + "code": "TUS1315", + "name": "Informatik 39 - Professur f\u00fcr Intelligente Robotik (Prof. B\u00e4uml)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatik 39 - Professur f\u00fcr Intelligente Robotik (Prof. B\u00e4uml)" }, - "TUZVWEB": { - "code": "TUZVWEB", - "id": 46071, - "name": "Web Communications (Internet)", - "path": "TUM/Hochschulreferate/Corporate Communications Center/Web Communications (Internet)" + "55957": { + "code": "TUXS113", + "name": "Studiengang M.Sc. Information Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Studienorganisation/Heilbronn/M.Sc. Information Engineering" }, - "TUZVWHS": { - "code": "TUZVWHS", - "id": 55300, - "name": "Standort Weihenstephan", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Standort Weihenstephan" + "55997": { + "code": "TUS1316", + "name": "Professur f\u00fcr Physics-enhanced Machine Learning (Prof. Dietrich)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Professur f\u00fcr Physics-enhanced Machine Learning (Prof. Dietrich)" }, - "TUZVZA2": { - "code": "TUZVZA2", - "id": 19689, - "name": "Personal (ZA 2)", - "path": "TUM/Zentrale Verwaltung/Personal (ZA 2)" + "56017": { + "code": "TUXS72A", + "name": "Studiengang M.Ed. Bautechnik mit affiner Fachrichtung Holztechnik", + "path": "TUM/Schools/Social Sciences and Technology/Studienorganisation/Berufliche Bildung/Master of Education Berufliche Bildung/M.Ed. Bautechnik mit affiner Fachrichtung Holztechnik" }, - "TUZVZA3": { - "code": "TUZVZA3", - "id": 19690, - "name": "Finanzen (ZA 3)", - "path": "TUM/Zentrale Verwaltung/Finanzen (ZA 3)" + "56037": { + "code": "TUZVGHB", + "name": "Gesch\u00e4ftsstelle TUM Campus Heilbronn", + "path": "TUM/Zentrale Verwaltung/Gesch\u00e4ftsstelle TUM Campus Heilbronn" }, - "TUZVZA4": { - "code": "TUZVZA4", - "id": 19691, - "name": "Immobilien (ZA 4)", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)" + "56057": { + "code": "TUS4F8S", + "name": "Professur f\u00fcr Food Biopolymer Systems (Prof. Scherf)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Food Biopolymer Systems (Prof. Scherf)" }, - "TUZVZA5": { - "code": "TUZVZA5", - "id": 31951, - "name": "TUM Legal Office (ZA 5)", - "path": "TUM/Zentrale Verwaltung/TUM Legal Office (ZA 5)" + "56077": { + "code": "TUZEMDI", + "name": "Munich Design Institute (MDI)", + "path": "TUM/Integrative Research Institutes/Munich Design Institute (MDI)" }, - "TUZVZA7": { - "code": "TUZVZA7", - "id": 14156, - "name": "Zentrale Informationstechnik (ZIT)", - "path": "TUM/Zentrale Serviceeinrichtungen/IT-Servicezentrum (ITSZ)/Zentrale Informationstechnik (ZIT)" + "56097": { + "code": "TUS6DSF", + "name": "Professur f\u00fcr Data Science in Finance (Prof. Resin komm.)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Data Science in Finance (Prof. Resin komm.)" }, - "TUZVZTE": { - "code": "TUZVZTE", - "id": 55297, - "name": "Zentrale Technik", - "path": "TUM/Zentrale Verwaltung/Immobilien (ZA 4)/Zentrale Technik" + "56117": { + "code": "TUS5OR3", + "name": "Professur f\u00fcr Machine Intelligence in der Orthop\u00e4die (Prof. Roth)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Klinik und Poliklinik f\u00fcr Orthop\u00e4die und Sportorthop\u00e4die (Prof. von Eisenhart-Rothe)/Machine Intelligence in der Orthop\u00e4die (Prof. Roth)" + }, + "56137": { + "code": "TUGSSMH", + "name": "Graduate Center of Medicine and Health", + "path": "TUM/TUM Graduate School/Graduiertenzentren/Graduate Center of Medicine and Health" } } diff --git a/data/external/results/orgs-en_tumonline.json b/data/external/results/orgs-en_tumonline.json index c7639b4a2..13d9f5057 100644 --- a/data/external/results/orgs-en_tumonline.json +++ b/data/external/results/orgs-en_tumonline.json @@ -1,12974 +1,10812 @@ { - "TU00000": { + "1": { "code": "TU00000", - "id": 1, "name": "Technische Universit\u00e4t M\u00fcnchen", "path": "TUM" }, - "TUARFAR": { - "code": "TUARFAR", - "id": 14185, - "name": "Former TUM Department of Architecture", - "path": "TUM/Academic department/Former TUM Department of Architecture" - }, - "TUARFSV": { - "code": "TUARFSV", - "id": 44492, - "name": "Architecture", - "path": "TUM/Schools/Engineering and Design/Student Council/Architecture" - }, - "TUARL01": { - "code": "TUARL01", - "id": 15139, - "name": "Chair of Architectural Design and Conception (Prof. Graff)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Conception (Prof. Graff)" - }, - "TUARL02": { - "code": "TUARL02", - "id": 15140, - "name": "Chair of Visual Arts (Fogelberg komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Visual Arts (Fogelberg komm.)" - }, - "TUARL04": { - "code": "TUARL04", - "id": 15142, - "name": "Associate Professorship of Architectural Design, Rebuilding and Conservation (Prof. Hild)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design, Rebuilding and Conservation (Prof. Hild)" - }, - "TUARL05": { - "code": "TUARL05", - "id": 15187, - "name": "Chair of Architectural Informatics (Prof. Petzold)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Informatics (Prof. Petzold)" - }, - "TUARL06": { - "code": "TUARL06", - "id": 15143, - "name": "Chair of Architectural Design and Construction (Prof. Nagler)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Construction (Prof. Nagler)" - }, - "TUARL07": { - "code": "TUARL07", - "id": 15200, - "name": "Chair of Building History, Building Archaeology and Conservation (Prof. von Kienlin)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Building History, Building Archaeology and Conservation (Prof. von Kienlin)" - }, - "TUARL08": { - "code": "TUARL08", - "id": 15205, - "name": "Chair of Theory and History of Architecture, Art and Design (Prof. Erben)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Theory and History of Architecture, Art and Design (Prof. Erben)" - }, - "TUARL09": { - "code": "TUARL09", - "id": 15203, - "name": "Chair of Restoration-Conservation, Art Technology and Conservation Science (Prof. Danzl)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Restoration-Conservation, Art Technology and Conservation Science (Prof. Danzl)" - }, - "TUARL12": { - "code": "TUARL12", - "id": 15213, - "name": "Chair of Urban Architecture (Chevroulet/Maciver-Ek komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Architecture (Chevroulet/Maciver-Ek komm.)" - }, - "TUARL15": { - "code": "TUARL15", - "id": 15216, - "name": "Chair of Building Technology and Climate Responsive Design (Prof. Auer)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Building Technology and Climate Responsive Design (Prof. Auer)" - }, - "TUARL18": { - "code": "TUARL18", - "id": 15221, - "name": "Associate Professorship of Urban Design (Prof. Boucsein)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Design (Prof. Boucsein)" - }, - "TUARL19": { - "code": "TUARL19", - "id": 15222, - "name": "Chair of Urban Design and Housing (Prof. Bates/Prof. Krucker)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Design and Housing (Prof. Bates/Prof. Krucker)" - }, - "TUARL20": { - "code": "TUARL20", - "id": 15223, - "name": "Chair of Sustainable Urbanism (Prof. Michaeli)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Sustainable Urbanism (Prof. Michaeli)" - }, - "TUARL22": { - "code": "TUARL22", - "id": 15234, - "name": "Chair of Urban Development (Prof. Boucsein komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Development (Prof. Boucsein komm.)" - }, - "TUARL23": { - "code": "TUARL23", - "id": 15220, - "name": "Chair of Landscape Architecture and Transformation (Prof. Weilacher)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landscape Architecture and Transformation (Prof. Weilacher)" - }, - "TUARL24": { - "code": "TUARL24", - "id": 15219, - "name": "Chair of Landscape Architecture and Public Space (Prof. Keller)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landscape Architecture and Public Space (Prof. Keller)" - }, - "TUARL25": { - "code": "TUARL25", - "id": 15236, - "name": "Associate Professorship of Landscape Architecture and Regional Open Space (Prof. Sch\u00f6bel-Rutschmann)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landscape Architecture and Regional Open Space (Prof. Sch\u00f6bel-Rutschmann)" - }, - "TUARL29": { - "code": "TUARL29", - "id": 45050, - "name": "Chair of History of Architecture and Curatorial Practice (Prof. Lepik)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/History of Architecture and Curatorial Practice (Prof. Lepik)" - }, - "TUARL32": { - "code": "TUARL32", - "id": 48257, - "name": "Associate Professorship of Green Technologies in Landscape Architecture (Prof. Ludwig)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Green Technologies in Landscape Architecture (Prof. Ludwig)" - }, - "TUARL34": { - "code": "TUARL34", - "id": 48737, - "name": "Chair of Architectural Design and Participation (Prof. K\u00e9r\u00e9)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Participation (Prof. K\u00e9r\u00e9)" - }, - "TUARL35": { - "code": "TUARL35", - "id": 48938, - "name": "Associate Professorship of Recent Building Heritage Conservation (Prof. Putz)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Recent Building Heritage Conservation (Prof. Putz)" - }, - "TUARL36": { - "code": "TUARL36", - "id": 49837, - "name": "Assistant Professorship of Digital Fabrication (Prof. D\u00f6rfler)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Digital Fabrication (Prof. D\u00f6rfler)" - }, - "TUARL37": { - "code": "TUARL37", - "id": 51577, - "name": "Assistant Professorship of Structural Design (Prof. D'Acunto)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Structural Design (Prof. D'Acunto)" - }, - "TUARL38": { - "code": "TUARL38", - "id": 51817, - "name": "Chair of Architecture and Timber Construction (Prof. Birk)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Timber Construction (Prof. Birk)" - }, - "TUARZ02": { - "code": "TUARZ02", - "id": 15202, - "name": "Architekturmuseum (Prof. Lepik)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturmuseum (Prof. Lepik)" - }, - "TUARZ03": { - "code": "TUARZ03", - "id": 15135, - "name": "Design Factory", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Design Factory" - }, - "TUBVBMA": { - "code": "TUBVBMA", - "id": 14935, - "name": "Chair of Structural Mechanics (Prof. M\u00fcller)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Structural Mechanics (Prof. M\u00fcller)" - }, - "TUBVBPH": { - "code": "TUBVBPH", - "id": 14943, - "name": "Chair of Buildings Physics (Prof. Sedlbauer)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Buildings Physics (Prof. Sedlbauer)" + "13946": { + "code": "TUPR000", + "name": "TUM Board of Management", + "path": "TUM/TUM Board of Management" }, - "TUBVBPM": { - "code": "TUBVBPM", - "id": 14990, - "name": "Chair of Construction Management (Prof. N\u00fcbel)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Construction Management (Prof. N\u00fcbel)" + "13968": { + "code": "TUZVHR1", + "name": "Hochschulreferat 1 - Controlling, Organization, Planning (HR1)", + "path": "TUM/Functional Units/Controlling, Organization, Planning (HR1)" }, - "TUBVBWP": { - "code": "TUBVBWP", - "id": 14944, - "name": "Chair of Materials Science and Testing (Prof. Gehlen)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Materials Science and Testing (Prof. Gehlen)" + "14146": { + "code": "TUZESSZ", + "name": "TUM Center for Study and Teaching", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching" }, - "TUBVCIP": { - "code": "TUBVCIP", - "id": 47497, - "name": "System Administration Group of the former TUM Department of Civil, Geo and Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/School Office/Infrastructure and Communications (ED)/System Administration Group of the former TUM Department of Civil, Geo and Environmental Engineering" + "14156": { + "code": "TUZVZA7", + "name": "Central Information Technology", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology" }, - "TUBVCME": { - "code": "TUBVCME", - "id": 14938, - "name": "Associate Professorship of Computational Mechanics (Prof. Duddeck)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Computational Mechanics (Prof. Duddeck)" + "14178": { + "code": "TUMAFMA", + "name": "Former TUM Department of Mathematics", + "path": "TUM/Academic department/Former TUM Department of Mathematics" }, - "TUBVCMS": { - "code": "TUBVCMS", - "id": 44384, - "name": "Chair of Computational Modeling and Simulation (Prof. Borrmann)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Computational Modeling and Simulation (Prof. Borrmann)" + "14179": { + "code": "TUPHFPH", + "name": "Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics" }, - "TUBVDTL": { - "code": "TUBVDTL", - "id": 46175, - "name": "Dieter-Thoma-Labor", - "path": "TUM/Schools/Engineering and Design/Dieter-Thoma-Labor" + "14180": { + "code": "TUCHFCH", + "name": "Former TUM Department of Chemistry", + "path": "TUM/Academic department/Former TUM Department of Chemistry" }, - "TUBVEPB": { - "code": "TUBVEPB", - "id": 43645, - "name": "Chair of Energy Efficient and Sustainable Design and Building (Prof. Lang)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Energy Efficient and Sustainable Design and Building (Prof. Lang)" + "14181": { + "code": "TUWIFWI", + "name": "Former TUM Department of Management", + "path": "TUM/Academic department/Former TUM Department of Management" }, - "TUBVFBV": { + "14184": { "code": "TUBVFBV", - "id": 14184, "name": "Former TUM Department of Civil, Geo and Environmental Engineering", "path": "TUM/Academic department/Former TUM Department of Civil, Geo and Environmental Engineering" }, - "TUBVFSV": { - "code": "TUBVFSV", - "id": 44491, - "name": "Civil, Geo and Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Student Council/Civil, Geo and Environmental Engineering" - }, - "TUBVFWW": { - "code": "TUBVFWW", - "id": 14927, - "name": "Hydraulic Engineering and Water Management", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydraulic Engineering and Water Management" - }, - "TUBVGBA": { - "code": "TUBVGBA", - "id": 14989, - "name": "Chair of Soil Mechanics and Foundation Engineering, Rock Mechanics and Tunneling (Prof. Cudmani)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Soil Mechanics and Foundation Engineering, Rock Mechanics and Tunneling (Prof. Cudmani)" + "14185": { + "code": "TUARFAR", + "name": "Former TUM Department of Architecture", + "path": "TUM/Academic department/Former TUM Department of Architecture" }, - "TUBVGEO": { - "code": "TUBVGEO", - "id": 14991, - "name": "Chair of Engineering Geology (Prof. Thuro)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Engineering Geology (Prof. Thuro)" + "14187": { + "code": "TUMWFMW", + "name": "Former TUM Department of Mechanical Engineering", + "path": "TUM/Academic department/Former TUM Department of Mechanical Engineering" }, - "TUBVGTT": { - "code": "TUBVGTT", - "id": 50278, - "name": "Assistant Professorship of Geothermal Technologies (Prof. Drews)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Geothermal Technologies (Prof. Drews)" + "14188": { + "code": "TUEIFEI", + "name": "Former TUM Department of Electrical and Computer Engineering", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering" }, - "TUBVHBB": { - "code": "TUBVHBB", - "id": 14945, - "name": "Chair of Timber Structures and Building Construction (Prof. Winter)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Timber Structures and Building Construction (Prof. Winter)" + "14189": { + "code": "TUINFIN", + "name": "Former TUM Department of Informatics", + "path": "TUM/Academic department/Former TUM Department of Informatics" }, - "TUBVHFM": { - "code": "TUBVHFM", - "id": 15047, - "name": "Chair of Hydrology and River Basin Management (Prof. Disse )", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrology and River Basin Management (Prof. Disse )" + "14190": { + "code": "TUWZFWZ", + "name": "Former TUM Department of Life Sciences Weihenstephan", + "path": "TUM/Academic department/Former TUM Department of Life Sciences Weihenstephan" }, - "TUBVHGT": { - "code": "TUBVHGT", - "id": 43317, - "name": "Chair of Hydrogeology (Prof. Einsiedl)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrogeology (Prof. Einsiedl)" + "14191": { + "code": "TUMEFME", + "name": "Former TUM Department of Medicine", + "path": "TUM/Academic department/Medicine" }, - "TUBVHYD": { - "code": "TUBVHYD", - "id": 14937, - "name": "Associate Professorship of Hydromechanics (Prof. Manhart)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydromechanics (Prof. Manhart)" + "14195": { + "code": "TUSPFSP", + "name": "Former TUM Department of Sport and Health Sciences", + "path": "TUM/Academic department/Sport and Health Sciences" }, - "TUBVIMO": { - "code": "TUBVIMO", - "id": 50097, - "name": "Assistant Professorship of Immobilienentwicklung (Prof. Zhu)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Immobilienentwicklung (Prof. Zhu)" + "14209": { + "code": "TUPHDKN", + "name": "Dean Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Dean" }, - "TUBVLKI": { - "code": "TUBVLKI", - "id": 14930, - "name": "Laboratory for the Construction Engineering", - "path": "TUM/Schools/Engineering and Design/Laboratory for the Construction Engineering" + "14210": { + "code": "TUPHPDK", + "name": "Vice Dean Prodekan Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Vice Dean" }, - "TUBVLVW": { - "code": "TUBVLVW", - "id": 15091, - "name": "Chair and Institute of Road, Railway and Airfield Construction (Prof. Freudenstein)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Road, Railway and Airfield Construction (Prof. Freudenstein)" + "14211": { + "code": "TUPHSDK", + "name": "Dean of Studies", + "path": "TUM/Academic department/Former TUM Department of Physics/Dean of Studies" }, - "TUBVMAF": { - "code": "TUBVMAF", - "id": 44925, - "name": "Chair of Landslide Research (Prof. Krautblatter)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Landslide Research (Prof. Krautblatter)" + "14212": { + "code": "TUPHZ51", + "name": "Dean's Office Dekanat PH", + "path": "TUM/Academic department/Former TUM Department of Physics/Department Administration/Dean's Office" }, - "TUBVMBA": { - "code": "TUBVMBA", - "id": 14946, - "name": "Chair of Concrete and Masonry Structures (Prof. Fischer)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Concrete and Masonry Structures (Prof. Fischer)" + "14213": { + "code": "TUPHZ50", + "name": "Department Administration Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Department Administration" }, - "TUBVMCM": { - "code": "TUBVMCM", - "id": 51037, - "name": "Assistant Professorship of Mineral Construction Materials (Prof. Machner)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Mineral Construction Materials (Prof. Machner)" + "14214": { + "code": "TUPHZEL", + "name": "Electronics", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Electronics" }, - "TUBVMET": { - "code": "TUBVMET", - "id": 14947, - "name": "Chair of Metal Structures (Prof. Mensinger)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Metal Structures (Prof. Mensinger)" + "14215": { + "code": "TUPHZWS", + "name": "Central Repair Shop", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Central Repair Shop" }, - "TUBVMOB": { - "code": "TUBVMOB", - "id": 47277, - "name": "Associate Professorship of Travel Behavior (Prof. Moeckel)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Travel Behavior (Prof. Moeckel)" + "14217": { + "code": "TUPHDEP", + "name": "Physics Department", + "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department" }, - "TUBVMPA": { - "code": "TUBVMPA", - "id": 14928, - "name": "MPA BAU - Testing Institute for Construction Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/MPA BAU - Testing Institute for Construction Engineering" + "14228": { + "code": "TUPHE11", + "name": "Chair of Laser and X-ray Physics (Prof. Kienberger)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Laser and X-ray Physics (Prof. Kienberger)" }, - "TUBVRAZ": { - "code": "TUBVRAZ", - "id": 23544, - "name": "Associate Professorship of Engineering Risk Analysis (Prof.Straub)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Engineering Risk Analysis (Prof.Straub)" + "14372": { + "code": "TUPHSSK", + "name": "Student Office Studiensekretariat PH", + "path": "TUM/Academic department/Former TUM Department of Physics/Department Administration/Student Office" }, - "TUBVSTA": { - "code": "TUBVSTA", - "id": 14934, - "name": "Chair of Structural Analysis (Prof. Bletzinger)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Structural Analysis (Prof. Bletzinger)" + "14411": { + "code": "TUZESSB", + "name": "TUM CST - Student Advising and Information Services", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Student Advising and Information Services" }, - "TUBVSVP": { - "code": "TUBVSVP", - "id": 15094, - "name": "Chair of Urban Structure and Transport Planning (Prof. Wulfhorst)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Urban Structure and Transport Planning (Prof. Wulfhorst)" + "14432": { + "code": "TUZESIM", + "name": "TUM CST - Admissions and Enrollment Office", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Admissions and Enrollment Office" }, - "TUBVVTK": { - "code": "TUBVVTK", - "id": 15092, - "name": "Chair of Traffic Engineering and Control (Prof. Bogenberger)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Traffic Engineering and Control (Prof. Bogenberger)" + "14442": { + "code": "TUZESPR", + "name": "TUM CST - Graduation Office and Academic Records", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records" }, - "TUBVVVS": { - "code": "TUBVVVS", - "id": 47797, - "name": "Chair of Transportation Systems Engineering (Prof. Antoniou)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Transportation Systems Engineering (Prof. Antoniou)" + "14443": { + "code": "TUZESBS", + "name": "TUM CST - Fees and Scholarships", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Fees and Scholarships" }, - "TUBVWBW": { - "code": "TUBVWBW", - "id": 15045, - "name": "Chair of Hydraulic Engineering (Prof. R\u00fcther)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydraulic Engineering (Prof. R\u00fcther)" + "14444": { + "code": "TUZESOI", + "name": "TUM CST - Planning", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Planning" }, - "TUBVWGA": { - "code": "TUBVWGA", - "id": 15074, - "name": "Chair of Urban Water Systems Engineering (Prof. Drewes)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Urban Water Systems Engineering (Prof. Drewes)" + "14577": { + "code": "TUMAM02", + "name": "Chair of Numerical Analysis (Prof. Wohlmuth)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerical Analysis (Prof. Wohlmuth)" }, - "TUBVZWP": { - "code": "TUBVZWP", - "id": 43476, - "name": "Chair of Non-destructive Testing (Prof. Gro\u00dfe)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Non-destructive Testing (Prof. Gro\u00dfe)" + "14583": { + "code": "TUMAM07", + "name": "Chair of Global Analysis (Prof. Friesecke)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Global Analysis (Prof. Friesecke)" }, - "TUCHAC2": { - "code": "TUCHAC2", - "id": 14692, - "name": "Former Chair of Construction Chemicals (Prof. Plank)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Construction Chemicals (Prof. Plank)" + "14596": { + "code": "TUMAM08", + "name": "Chair of Advanced Mathematics and Analytical Mechanics (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Advanced Mathematics and Analytical Mechanics (N.N.)" }, - "TUCHAC4": { - "code": "TUCHAC4", - "id": 23046, - "name": "Associate Professorship of Inorganic Chemistry (Prof. K\u00f6hler)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Inorganic Chemistry (Prof. K\u00f6hler)" + "14597": { + "code": "TUMAM05", + "name": "Chair of Mathematical physics (Prof. Wolf)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical physics (Prof. Wolf)" }, - "TUCHAC5": { - "code": "TUCHAC5", - "id": 23184, - "name": "Associate Professorship of Synthesis and Characterisation of Innovative Materials (Prof. Nilges)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Synthesis and Characterisation of Innovative Materials (Prof. Nilges)" + "14598": { + "code": "TUMAM10", + "name": "Chair of Geometry and Visualization (Prof. Richter-Gebert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometry and Visualization (Prof. Richter-Gebert)" }, - "TUCHAC6": { - "code": "TUCHAC6", - "id": 14684, - "name": "Chair of Inorganic Chemistry with Focus on New Materials (Prof. F\u00e4ssler)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Inorganic Chemistry with Focus on New Materials (Prof. F\u00e4ssler)" + "14599": { + "code": "TUMAM09", + "name": "Chair of Geometry (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometry (N.N.)" }, - "TUCHAC9": { - "code": "TUCHAC9", - "id": 40494, - "name": "Associate Professorship of Molecular Catalysis (Prof. K\u00fchn)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Molecular Catalysis (Prof. K\u00fchn)" + "14600": { + "code": "TUMAM04", + "name": "Chair of Mathematical Statistics (Prof. Drton)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Statistics (Prof. Drton)" }, - "TUCHACB": { - "code": "TUCHACB", - "id": 46837, - "name": "Assistant Professorship of Bioinorganic Chemistry (N.N.)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bioinorganic Chemistry (N.N.)" + "14602": { + "code": "TUMAM01", + "name": "Chair of Mathematical Optimization (Prof. Ulbrich)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Optimization (Prof. Ulbrich)" }, - "TUCHACC": { - "code": "TUCHACC", - "id": 47377, - "name": "Chair of Inorganic and Organometallic Chemistry (Prof. Fischer)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Inorganic and Organometallic Chemistry (Prof. Fischer)" + "14603": { + "code": "TUMAM12", + "name": "Chair of Mathematical Modelling of Biological Systems (Prof. Theis)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Modelling of Biological Systems (Prof. Theis)" }, - "TUCHACD": { - "code": "TUCHACD", - "id": 47598, - "name": "Associate Professorship of Silicon Chemistry (Prof. Inoue)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Silicon Chemistry (Prof. Inoue)" + "14604": { + "code": "TUMAM03", + "name": "Chair of Scientific Computing (Prof. Bornemann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Scientific Computing (Prof. Bornemann)" }, - "TUCHACE": { - "code": "TUCHACE", - "id": 50237, - "name": "Chair of Medicinal and Bioinorganic Chemistry (Prof. Casini)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Medicinal and Bioinorganic Chemistry (Prof. Casini)" + "14605": { + "code": "TUMAM06", + "name": "Chair of Numerical Mathematics and Control Theory (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerical Mathematics and Control Theory (N.N.)" }, - "TUCHACF": { - "code": "TUCHACF", - "id": 50697, - "name": "Chair of Solid-State Electrolyte Chemistry (Prof. Rupp)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Solid-State Electrolyte Chemistry (Prof. Rupp)" + "14607": { + "code": "TUMAM11", + "name": "Chair of Algorithmic Algebra (Prof. Kemper)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algorithmic Algebra (Prof. Kemper)" }, - "TUCHACG": { - "code": "TUCHACG", - "id": 50738, - "name": "Chair of Construction Chemistry (Prof. G\u00e4dt)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Construction Chemistry (Prof. G\u00e4dt)" + "14610": { + "code": "TUMAF06", + "name": "Associate Professorship of Scientific Computing and Uncertainty Quantification (Prof. Ullmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Scientific Computing and Uncertainty Quantification (Prof. Ullmann)" }, - "TUCHACH": { - "code": "TUCHACH", - "id": 52717, - "name": "Assistant Professorship of Analytical Chemistry (Prof. Strittmatter)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Analytical Chemistry (Prof. Strittmatter)" + "14612": { + "code": "TUMAF07", + "name": "Associate Professorship of Discrete Mathematics (Prof. Weltge)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Discrete Mathematics (Prof. Weltge)" }, - "TUCHDEP": { - "code": "TUCHDEP", - "id": 22127, - "name": "Chemistry Department", - "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department" + "14614": { + "code": "TUMAF20", + "name": "Assistant Professorship of Mathematical Finance (Prof. Knochenhauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Finance (Prof. Knochenhauer)" }, - "TUCHECO": { - "code": "TUCHECO", - "id": 50357, - "name": "Excellence Cluster e-conversion", - "path": "TUM/Research projects/Excellence Cluster e-conversion" + "14617": { + "code": "TUMAF01", + "name": "Associate Professorship of Applied Mathematical Statistics (Prof. Czado)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Mathematical Statistics (Prof. Czado)" }, - "TUCHEM1": { - "code": "TUCHEM1", - "id": 23183, - "name": "Associate Professorship of Electron Microscopy (N.N.)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Electron Microscopy (N.N.)" + "14632": { + "code": "TUCHSDK", + "name": "Dean of Studies", + "path": "TUM/Academic department/Former TUM Department of Chemistry/Dean of Studies" }, - "TUCHFCH": { - "code": "TUCHFCH", - "id": 14180, - "name": "Former TUM Department of Chemistry", - "path": "TUM/Academic department/Former TUM Department of Chemistry" + "14684": { + "code": "TUCHAC6", + "name": "Chair of Inorganic Chemistry with Focus on New Materials (Prof. F\u00e4ssler)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Inorganic Chemistry with Focus on New Materials (Prof. F\u00e4ssler)" }, - "TUCHFV0": { - "code": "TUCHFV0", - "id": 14874, - "name": "IT Operation 5400 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Operation 5400 (NAT)" + "14692": { + "code": "TUCHAC2", + "name": "Former Chair of Construction Chemicals (Prof. Plank)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Construction Chemicals (Prof. Plank)" }, - "TUCHNMR": { - "code": "TUCHNMR", - "id": 31359, - "name": "Bayerisches NMR-Zentrum", - "path": "TUM/Schools/Natural Sciences/Bayerisches NMR-Zentrum" + "14706": { + "code": "TUCHWA1", + "name": "Chair of Analytical Chemistry and Water Chemistry (Prof. Elsner)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Analytical Chemistry and Water Chemistry (Prof. Elsner)" }, - "TUCHOC1": { + "14711": { "code": "TUCHOC1", - "id": 14711, "name": "Chair of Organic Chemistry 1 (Prof. Bach)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organic Chemistry 1 (Prof. Bach)" }, - "TUCHOC2": { + "14712": { "code": "TUCHOC2", - "id": 14712, "name": "Chair of Organic Chemistry II (Prof. Sieber)", "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Organic Chemistry II (Prof. Sieber)" }, - "TUCHOC3": { + "14713": { + "code": "TUCHOC5", + "name": "Chair of Biotechnology (Prof. Buchner)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biotechnology (Prof. Buchner)" + }, + "14714": { "code": "TUCHOC3", - "id": 14714, "name": "Chair of Biochemistry (Prof. Groll)", "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biochemistry (Prof. Groll)" }, - "TUCHOC4": { + "14715": { "code": "TUCHOC4", - "id": 14715, "name": "Chair of Biomolecular NMR-Spectroscopy (Prof. Sattler)", "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolecular NMR-Spectroscopy (Prof. Sattler)" }, - "TUCHOC5": { - "code": "TUCHOC5", - "id": 14713, - "name": "Chair of Biotechnology (Prof. Buchner)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biotechnology (Prof. Buchner)" - }, - "TUCHOC6": { - "code": "TUCHOC6", - "id": 23057, - "name": "Associate Professorship of Organic Chemistry (Prof. Glaser)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organic Chemistry (Prof. Glaser)" - }, - "TUCHOC9": { - "code": "TUCHOC9", - "id": 23185, - "name": "Assistant Professorship of Protein Chemistry (Prof. Zeymer)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Protein Chemistry (Prof. Zeymer)" - }, - "TUCHOCA": { - "code": "TUCHOCA", - "id": 40981, - "name": "Associate Professorship of Organic Chemistry (Prof. Hintermann)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organic Chemistry (Prof. Hintermann)" - }, - "TUCHOCB": { - "code": "TUCHOCB", - "id": 43428, - "name": "Associate Professorship of Solid-State NMR spectroscopy (Prof. Reif)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Solid-State NMR spectroscopy (Prof. Reif)" - }, - "TUCHOCE": { - "code": "TUCHOCE", - "id": 46937, - "name": "Associate Professorship of Structural Membrane Biochemistry (Prof. Hagn)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Structural Membrane Biochemistry (Prof. Hagn)" - }, - "TUCHOCF": { - "code": "TUCHOCF", - "id": 46938, - "name": "Associate Professorship of Cellular Protein Biochemistry (Prof. Feige)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Cellular Protein Biochemistry (Prof. Feige)" - }, - "TUCHOCG": { - "code": "TUCHOCG", - "id": 47357, - "name": "Associate Professorship of Supramolecular Chemistry (Prof. Boekhoven)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Supramolecular Chemistry (Prof. Boekhoven)" - }, - "TUCHOCK": { - "code": "TUCHOCK", - "id": 48838, - "name": "Assistant Professorship of Biochemistry of Gene Expression (Prof. Nedialkova)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biochemistry of Gene Expression (Prof. Nedialkova)" - }, - "TUCHOCL": { - "code": "TUCHOCL", - "id": 49218, - "name": "Associate Professorship of Neurobiological Engineering (Prof. Westmeyer)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Neurobiological Engineering (Prof. Westmeyer)" - }, - "TUCHPC1": { + "14722": { "code": "TUCHPC1", - "id": 14722, "name": "Chair of Physical Chemistry (Prof. Heiz)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Physical Chemistry (Prof. Heiz)" }, - "TUCHPC4": { - "code": "TUCHPC4", - "id": 43583, - "name": "Chair of Technical Electrochemistry (Prof. Gasteiger)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Technical Electrochemistry (Prof. Gasteiger)" - }, - "TUCHPC5": { - "code": "TUCHPC5", - "id": 43835, - "name": "Associate Professorship of Physical Chemistry with Focus on Catalysis (Prof. G\u00fcnther)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Physical Chemistry with Focus on Catalysis (Prof. G\u00fcnther)" - }, - "TUCHPC6": { - "code": "TUCHPC6", - "id": 48497, - "name": "Associate Professorship of Dynamic Spectroscopy (Prof. Hauer)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Dynamic Spectroscopy (Prof. Hauer)" - }, - "TUCHPC7": { - "code": "TUCHPC7", - "id": 51220, - "name": "Assistant Professorship of Functional Nanomaterials (Prof. Lechner)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Functional Nanomaterials (Prof. Lechner)" - }, - "TUCHPC8": { - "code": "TUCHPC8", - "id": 53317, - "name": "Chair of Electron Microscopy with research emphasis on Energy Materials (Prof. Willinger)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Electron Microscopy with research emphasis on Energy Materials (Prof. Willinger)" - }, - "TUCHRC3": { - "code": "TUCHRC3", - "id": 44364, - "name": "Chair of Pharmaceutical Radiochemistry (Prof. Casini komm.)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Pharmaceutical Radiochemistry (Prof. Casini komm.)" - }, - "TUCHSDK": { - "code": "TUCHSDK", - "id": 14632, - "name": "Dean of Studies", - "path": "TUM/Academic department/Former TUM Department of Chemistry/Dean of Studies" + "14724": { + "code": "TUCHTH1", + "name": "Chair of Theoretical Chemistry (Prof. em. Domcke)", + "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department/Theoretical Chemistry (Prof. em. Domcke)" }, - "TUCHTC1": { + "14733": { "code": "TUCHTC1", - "id": 14733, "name": "Chair of Chemical Technology I (Prof. Hinrichsen)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Chemical Technology I (Prof. Hinrichsen)" }, - "TUCHTC2": { + "14734": { "code": "TUCHTC2", - "id": 14734, "name": "Chair of Chemical Technology II (N.N.)", "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Chemical Technology II (N.N.)" }, - "TUCHTC3": { - "code": "TUCHTC3", - "id": 22510, - "name": "Wacker-Chair of Macromolecular Chemistry (Prof. Rieger)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Macromolecular Chemistry (Prof. Rieger)" + "14807": { + "code": "TUWIB04", + "name": "Chair of Management Accounting (Prof. Friedl)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Management Accounting (Prof. Friedl)" }, - "TUCHTC4": { - "code": "TUCHTC4", - "id": 44284, - "name": "Werner Siemens-Chair of Synthetic Biotechnology (WSSB) (Prof. Br\u00fcck)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Werner Siemens-Chair of Synthetic Biotechnology (WSSB) (Prof. Br\u00fcck)" + "14808": { + "code": "TUWIB06", + "name": "Chair of Financial Management and Capital Markets (Prof. Kaserer)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Management and Capital Markets (Prof. Kaserer)" }, - "TUCHTH1": { - "code": "TUCHTH1", - "id": 14724, - "name": "Chair of Theoretical Chemistry (Prof. em. Domcke)", - "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department/Theoretical Chemistry (Prof. em. Domcke)" + "14810": { + "code": "TUWIB05", + "name": "Chair of Marketing (Dr. Schnurr komm.)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Dr. Schnurr komm.)" }, - "TUCHTH4": { - "code": "TUCHTH4", - "id": 43242, - "name": "Chair of Theoretical Chemistry (Prof. Heiz komm.)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Chemistry (Prof. Heiz komm.)" + "14811": { + "code": "TUWIB01", + "name": "Chair of Technology and Innovation Management (founded by Dr. Theo Schoeller) (Prof. Henkel)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Technology and Innovation Management (founded by Dr. Theo Schoeller) (Prof. Henkel)" }, - "TUCHTH5": { - "code": "TUCHTH5", - "id": 46257, - "name": "Assistant Professorship of Theoretical Chemistry (Prof. Bokarev)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Chemistry (Prof. Bokarev)" + "14812": { + "code": "TUWIB09", + "name": "Chair of Operations Management (Prof. Kolisch)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kolisch)" }, - "TUCHTH7": { - "code": "TUCHTH7", - "id": 50919, - "name": "Assistant Professorship of Theoretical Methods in Spectroscopy (Prof. Ortmann)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Methods in Spectroscopy (Prof. Ortmann)" + "14813": { + "code": "TUWIB10", + "name": "Chair of Business Administration - Corporate Management, Logistics und Manufacturing (N.N.)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Administration - Corporate Management, Logistics und Manufacturing (N.N.)" }, - "TUCHWA1": { - "code": "TUCHWA1", - "id": 14706, - "name": "Chair of Analytical Chemistry and Water Chemistry (Prof. Elsner)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Analytical Chemistry and Water Chemistry (Prof. Elsner)" + "14814": { + "code": "TUWIB11", + "name": "Chair of Forest Economics (N.N.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Forest Economics (N.N.)" }, - "TUCHZB1": { - "code": "TUCHZB1", - "id": 54097, - "name": "IT Services Students 5400 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Services Students 5400 (NAT)" + "14815": { + "code": "TUWZP3R", + "name": "Chair of Agricultural Production and Resource Economics (Prof. Sauer)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Agricultural Production and Resource Economics (Prof. Sauer)" }, - "TUCHZB2": { - "code": "TUCHZB2", - "id": 23465, - "name": "Service office Chemistry", - "path": "TUM/Academic department/Former TUM Department of Chemistry/Service office Chemistry" + "14816": { + "code": "TUWIB08", + "name": "Chair of Marketing and Consumer Research (Prof. Roosen)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing and Consumer Research (Prof. Roosen)" }, - "TUCHZB7": { - "code": "TUCHZB7", - "id": 43840, - "name": "Supplies & Waste Treatment (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Supplies & Waste Treatment (NAT)" + "14817": { + "code": "TUWIB14", + "name": "Associate Professorship of Corporate Sustainability - Brewery and Food Industry Management (Prof. Belz)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Corporate Sustainability - Brewery and Food Industry Management (Prof. Belz)" }, - "TUCHZPR": { - "code": "TUCHZPR", - "id": 46517, - "name": "Traineeships", - "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department/Traineeships" + "14823": { + "code": "TUWIR01", + "name": "Chair of Corporate and Intellectual Property Law (Prof. Ann)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Corporate and Intellectual Property Law (Prof. Ann)" }, - "TUCHZWE": { - "code": "TUCHZWE", - "id": 43839, - "name": "Workshops", - "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department/Workshops" + "14825": { + "code": "TUWIS06", + "name": "Chair of Forest and Environmental Policies (Prof. Roosen komm.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Forest and Environmental Policies (Prof. Roosen komm.)" }, - "TUCS000": { - "code": "TUCS000", - "id": 48777, - "name": "TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)" + "14827": { + "code": "TUEDS01", + "name": "Associate Professorship of History of Technology (Dr. Reichenberger komm.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/History of Technology (Dr. Reichenberger komm.)" }, - "TUCSBIO": { - "code": "TUCSBIO", - "id": 50077, - "name": "Information Officer TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Information Officer" + "14828": { + "code": "TUEDS02", + "name": "Chair of Education Science (Prof. Wittmann)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Education Science (Prof. Wittmann)" }, - "TUCSDSB": { - "code": "TUCSDSB", - "id": 50078, - "name": "Data Protection Representative TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Data Protection Representative" + "14830": { + "code": "TUWIS04", + "name": "Chair of Psychology (Prof. Kehr)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Psychology (Prof. Kehr)" }, - "TUCSFBA": { - "code": "TUCSFBA", - "id": 50079, - "name": "Gender Equality Officer TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Gender Equality Officer" + "14832": { + "code": "TUEDS08", + "name": "Associate Professorship of Formal and informal learning (Prof. Lewalter)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Formal and informal learning (Prof. Lewalter)" }, - "TUCSFSV": { - "code": "TUCSFSV", - "id": 49105, - "name": "Student Council", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Student Council" + "14874": { + "code": "TUCHFV0", + "name": "IT Operation 5400 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Operation 5400 (NAT)" }, - "TUCSGRZ": { - "code": "TUCSGRZ", - "id": 49104, - "name": "Graduate center TUMCS", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Graduate center TUMCS" + "14881": { + "code": "TUS6OTS", + "name": "School Office of the TUM School of Management", + "path": "TUM/Schools/Management/School Office" }, - "TUCSGSF": { - "code": "TUCSGSF", - "id": 49117, - "name": "Management", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Management" + "14915": { + "code": "TULRFSG", + "name": "Research Institute Satellite Geodesy (BE)", + "path": "TUM/Schools/Engineering and Design/Research Institute Satellite Geodesy (BE)" }, - "TUCSHSW": { - "code": "TUCSHSW", - "id": 49103, - "name": "HSWT - Professorships", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/HSWT - Professorships" + "14927": { + "code": "TUBVFWW", + "name": "Hydraulic Engineering and Water Management", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydraulic Engineering and Water Management" }, - "TUCSO01": { - "code": "TUCSO01", - "id": 54018, - "name": "Study and Teaching (TUMCS) - TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office/Study and Teaching (TUMCS)" + "14928": { + "code": "TUBVMPA", + "name": "MPA BAU - Testing Institute for Construction Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/MPA BAU - Testing Institute for Construction Engineering" }, - "TUCSO02": { - "code": "TUCSO02", - "id": 54019, - "name": "IT (TUMCS) - TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office/IT (TUMCS)" + "14930": { + "code": "TUBVLKI", + "name": "Laboratory for the Construction Engineering", + "path": "TUM/Schools/Engineering and Design/Laboratory for the Construction Engineering" }, - "TUCSO03": { - "code": "TUCSO03", - "id": 54020, - "name": "Facility Management (TUMCS) - TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office/Facility Management (TUMCS)" + "14934": { + "code": "TUBVSTA", + "name": "Chair of Structural Analysis (Prof. Bletzinger)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Structural Analysis (Prof. Bletzinger)" }, - "TUCSP01": { - "code": "TUCSP01", - "id": 37495, - "name": "Chair of Chemistry of Biogenic Resources (Prof. Sieber)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Chemistry of Biogenic Resources (Prof. Sieber)" + "14935": { + "code": "TUBVBMA", + "name": "Chair of Structural Mechanics (Prof. M\u00fcller)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Structural Mechanics (Prof. M\u00fcller)" + }, + "14937": { + "code": "TUBVHYD", + "name": "Associate Professorship of Hydromechanics (Prof. Manhart)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydromechanics (Prof. Manhart)" + }, + "14938": { + "code": "TUBVCME", + "name": "Associate Professorship of Computational Mechanics (Prof. Duddeck)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Computational Mechanics (Prof. Duddeck)" + }, + "14943": { + "code": "TUBVBPH", + "name": "Chair of Buildings Physics (Prof. Sedlbauer)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Buildings Physics (Prof. Sedlbauer)" + }, + "14944": { + "code": "TUBVBWP", + "name": "Chair of Materials Science and Testing (Prof. Gehlen)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Materials Science and Testing (Prof. Gehlen)" + }, + "14945": { + "code": "TUBVHBB", + "name": "Chair of Timber Structures and Building Construction (Prof. Winter)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Timber Structures and Building Construction (Prof. Winter)" + }, + "14946": { + "code": "TUBVMBA", + "name": "Chair of Concrete and Masonry Structures (Prof. Fischer)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Concrete and Masonry Structures (Prof. Fischer)" + }, + "14947": { + "code": "TUBVMET", + "name": "Chair of Metal Structures (Prof. Mensinger)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Metal Structures (Prof. Mensinger)" + }, + "14989": { + "code": "TUBVGBA", + "name": "Chair of Soil Mechanics and Foundation Engineering, Rock Mechanics and Tunneling (Prof. Cudmani)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Soil Mechanics and Foundation Engineering, Rock Mechanics and Tunneling (Prof. Cudmani)" }, - "TUCSP02": { - "code": "TUCSP02", - "id": 44784, - "name": "Chair of Biogenic Polymers (Prof. Zollfrank)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Biogenic Polymers (Prof. Zollfrank)" + "14990": { + "code": "TUBVBPM", + "name": "Chair of Construction Management (Prof. N\u00fcbel)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Construction Management (Prof. N\u00fcbel)" }, - "TUCSP03": { - "code": "TUCSP03", - "id": 15649, - "name": "Associate Professorship of Regenerative Energy Systems (Prof. Gaderer)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Regenerative Energy Systems (Prof. Gaderer)" + "14991": { + "code": "TUBVGEO", + "name": "Chair of Engineering Geology (Prof. Thuro)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Engineering Geology (Prof. Thuro)" }, - "TUCSP04": { - "code": "TUCSP04", - "id": 48697, - "name": "Associate Professorship of Process Engineering (Prof. Burger)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Process Engineering (Prof. Burger)" + "15045": { + "code": "TUBVWBW", + "name": "Chair of Hydraulic Engineering (Prof. R\u00fcther)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydraulic Engineering (Prof. R\u00fcther)" }, - "TUCSP05": { - "code": "TUCSP05", - "id": 49138, - "name": "Associate Professorship of Economics (Prof. Goerg)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Economics (Prof. Goerg)" + "15047": { + "code": "TUBVHFM", + "name": "Chair of Hydrology and River Basin Management (Prof. Disse )", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrology and River Basin Management (Prof. Disse )" }, - "TUCSP06": { - "code": "TUCSP06", - "id": 49137, - "name": "Chair of Supply and Value Chain Management (Prof. H\u00fcbner)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Supply and Value Chain Management (Prof. H\u00fcbner)" + "15074": { + "code": "TUBVWGA", + "name": "Chair of Urban Water Systems Engineering (Prof. Drewes)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Urban Water Systems Engineering (Prof. Drewes)" }, - "TUCSP07": { - "code": "TUCSP07", - "id": 49157, - "name": "Associate Professorship of Bioprocess Engineering (Prof. Zavrel)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Bioprocess Engineering (Prof. Zavrel)" + "15091": { + "code": "TUBVLVW", + "name": "Chair and Institute of Road, Railway and Airfield Construction (Prof. Freudenstein)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Road, Railway and Airfield Construction (Prof. Freudenstein)" }, - "TUCSP08": { - "code": "TUCSP08", - "id": 49338, - "name": "Associate Professorship of Innovation and Technology Management (Prof. Doblinger)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Innovation and Technology Management (Prof. Doblinger)" + "15092": { + "code": "TUBVVTK", + "name": "Chair of Traffic Engineering and Control (Prof. Bogenberger)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Traffic Engineering and Control (Prof. Bogenberger)" }, - "TUCSP09": { - "code": "TUCSP09", - "id": 49339, - "name": "Associate Professorship of Microbial Biotechnology (Prof. Blombach)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Microbial Biotechnology (Prof. Blombach)" + "15094": { + "code": "TUBVSVP", + "name": "Chair of Urban Structure and Transport Planning (Prof. Wulfhorst)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Urban Structure and Transport Planning (Prof. Wulfhorst)" }, - "TUCSP10": { - "code": "TUCSP10", - "id": 49340, - "name": "Associate Professorship of Circular Economy (Prof. Fr\u00f6hling)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Circular Economy (Prof. Fr\u00f6hling)" + "15098": { + "code": "TULRGDS", + "name": "Chair of Engineering Geodesy (Prof. Holst)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Engineering Geodesy (Prof. Holst)" }, - "TUCSP11": { - "code": "TUCSP11", - "id": 49341, - "name": "Assistant Professorship of Finance and Accounting (N.N.)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Finance and Accounting (N.N.)" + "15099": { + "code": "TULRLEW", + "name": "Chair of Land Management (Prof. de Vries)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Land Management (Prof. de Vries)" }, - "TUCSP12": { - "code": "TUCSP12", - "id": 50917, - "name": "Chair of Biogenic Functional Materials (Prof. Costa)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Biogenic Functional Materials (Prof. Costa)" + "15100": { + "code": "TULRGIS", + "name": "Chair of Geoinformatics (Prof.Kolbe)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Geoinformatics (Prof.Kolbe)" }, - "TUCSP13": { - "code": "TUCSP13", - "id": 51077, - "name": "Associate Professorship of Electrobiotechnology (Prof. Plumer\u00e9)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Electrobiotechnology (Prof. Plumer\u00e9)" + "15101": { + "code": "TULRAPG", + "name": "Chair of Astronomical and Physical Geodesy (Prof. Pail)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Astronomical and Physical Geodesy (Prof. Pail)" }, - "TUCSP14": { - "code": "TUCSP14", - "id": 51418, - "name": "Assistant Professorship of Sustainable Economic Policy (Prof. Pondorfer)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Sustainable Economic Policy (Prof. Pondorfer)" + "15102": { + "code": "TULRSGD", + "name": "Associate Professorship of Satellite Geodesy (Prof. Hugentobler)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Satellite Geodesy (Prof. Hugentobler)" }, - "TUCSP15": { - "code": "TUCSP15", - "id": 53977, - "name": "Assistant Professorship of Sustainable Energy Materials (Prof. Ledendecker)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Sustainable Energy Materials (Prof. Ledendecker)" + "15103": { + "code": "TULRLFK", + "name": "Chair of Cartography and Visual Analytics (Prof. Meng)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Cartography and Visual Analytics (Prof. Meng)" }, - "TUCSP16": { - "code": "TUCSP16", - "id": 54238, - "name": "Assistant Professorship of Synthetic Biology (Prof. Niederholtmeyer)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Synthetic Biology (Prof. Niederholtmeyer)" + "15104": { + "code": "TULRLMF", + "name": "Chair of Remote Sensing Technology (Dr. K\u00f6rner komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Remote Sensing Technology (Dr. K\u00f6rner komm.)" }, - "TUCSPRF": { - "code": "TUCSPRF", - "id": 49102, - "name": "Chairs and Professorships", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships" + "15105": { + "code": "TULRFPF", + "name": "Associate Professorship of Photogrammetry and Remote Sensing (Prof. Jutzi komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Photogrammetry and Remote Sensing (Prof. Jutzi komm.)" }, - "TUCSPRK": { - "code": "TUCSPRK", - "id": 49100, - "name": "Vice Rector TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Vice Rector" + "15135": { + "code": "TUARZ03", + "name": "Design Factory", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Design Factory" }, - "TUCSREK": { - "code": "TUCSREK", - "id": 49099, - "name": "Rector TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Rector" + "15139": { + "code": "TUARL01", + "name": "Chair of Architectural Design and Conception (Prof. Graff)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Conception (Prof. Graff)" }, - "TUCSSBV": { - "code": "TUCSSBV", - "id": 50080, - "name": "Vertrauensperson der Schwerbehinderten TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Vertrauensperson der Schwerbehinderten" + "15140": { + "code": "TUARL02", + "name": "Chair of Visual Arts (Fogelberg komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Visual Arts (Fogelberg komm.)" }, - "TUCSSDK": { - "code": "TUCSSDK", - "id": 49101, - "name": "Dean of Studies", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Dean of Studies" + "15142": { + "code": "TUARL04", + "name": "Associate Professorship of Architectural Design, Rebuilding and Conservation (Prof. Hild)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design, Rebuilding and Conservation (Prof. Hild)" }, - "TUCSVRW": { - "code": "TUCSVRW", - "id": 31224, - "name": "TUMCS Office", - "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office" + "15143": { + "code": "TUARL06", + "name": "Chair of Architectural Design and Construction (Prof. Nagler)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Construction (Prof. Nagler)" }, - "TUEDFED": { - "code": "TUEDFED", - "id": 40661, - "name": "Former TUM School of Education", - "path": "TUM/Academic department/Former TUM School of Education" + "15187": { + "code": "TUARL05", + "name": "Chair of Architectural Informatics (Prof. Petzold)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Informatics (Prof. Petzold)" }, - "TUEDFVW": { - "code": "TUEDFVW", - "id": 41924, - "name": "Department Administration Former TUM School of Education", - "path": "TUM/Academic department/Former TUM School of Education/Department Administration" + "15200": { + "code": "TUARL07", + "name": "Chair of Building History, Building Archaeology and Conservation (Prof. von Kienlin)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Building History, Building Archaeology and Conservation (Prof. von Kienlin)" }, - "TUEDS01": { - "code": "TUEDS01", - "id": 14827, - "name": "Associate Professorship of History of Technology (Dr. Reichenberger komm.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/History of Technology (Dr. Reichenberger komm.)" + "15202": { + "code": "TUARZ02", + "name": "Architekturmuseum (Prof. Lepik)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architekturmuseum (Prof. Lepik)" }, - "TUEDS02": { - "code": "TUEDS02", - "id": 14828, - "name": "Chair of Education Science (Prof. Wittmann)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Education Science (Prof. Wittmann)" + "15203": { + "code": "TUARL09", + "name": "Chair of Restoration-Conservation, Art Technology and Conservation Science (Prof. Danzl)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Restoration-Conservation, Art Technology and Conservation Science (Prof. Danzl)" }, - "TUEDS08": { - "code": "TUEDS08", - "id": 14832, - "name": "Associate Professorship of Formal and informal learning (Prof. Lewalter)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Formal and informal learning (Prof. Lewalter)" + "15205": { + "code": "TUARL08", + "name": "Chair of Theory and History of Architecture, Art and Design (Prof. Erben)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Theory and History of Architecture, Art and Design (Prof. Erben)" }, - "TUEDS09": { - "code": "TUEDS09", - "id": 33450, - "name": "Associate Professorship of Life Sciences Education (Prof. Nerdel)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Life Sciences Education (Prof. Nerdel)" + "15213": { + "code": "TUARL12", + "name": "Chair of Urban Architecture (Chevroulet/Maciver-Ek komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Architecture (Chevroulet/Maciver-Ek komm.)" }, - "TUEDS10": { - "code": "TUEDS10", - "id": 24659, - "name": "Assistant Professorship of Computer Science Education (Prof. Michaeli)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Computer Science Education (Prof. Michaeli)" + "15216": { + "code": "TUARL15", + "name": "Chair of Building Technology and Climate Responsive Design (Prof. Auer)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Building Technology and Climate Responsive Design (Prof. Auer)" }, - "TUEDS11": { - "code": "TUEDS11", - "id": 42231, - "name": "Chair of Mathematics Education (Prof. Obersteiner)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Mathematics Education (Prof. Obersteiner)" + "15219": { + "code": "TUARL24", + "name": "Chair of Landscape Architecture and Public Space (Prof. Keller)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landscape Architecture and Public Space (Prof. Keller)" }, - "TUEDS13": { - "code": "TUEDS13", - "id": 41947, - "name": "Chair of Scientific communication (Prof. Heckl)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Scientific communication (Prof. Heckl)" + "15220": { + "code": "TUARL23", + "name": "Chair of Landscape Architecture and Transformation (Prof. Weilacher)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landscape Architecture and Transformation (Prof. Weilacher)" }, - "TUEDS14": { - "code": "TUEDS14", - "id": 42733, - "name": "Chair of Educational Psychology (Prof. Seidel)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Educational Psychology (Prof. Seidel)" + "15221": { + "code": "TUARL18", + "name": "Associate Professorship of Urban Design (Prof. Boucsein)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Design (Prof. Boucsein)" }, - "TUEDS22": { - "code": "TUEDS22", - "id": 44904, - "name": "Chair of Methods in Empirical Educational Research (Prof. \u00dcnl\u00fc)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Methods in Empirical Educational Research (Prof. \u00dcnl\u00fc)" + "15222": { + "code": "TUARL19", + "name": "Chair of Urban Design and Housing (Prof. Bates/Prof. Krucker)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Design and Housing (Prof. Bates/Prof. Krucker)" }, - "TUEDS23": { - "code": "TUEDS23", - "id": 45791, - "name": "AuTUM - TUM Vocational Training Center", - "path": "TUM/Schools/Social Sciences and Technology/AuTUM - TUM Vocational Training Center" + "15223": { + "code": "TUARL20", + "name": "Chair of Sustainable Urbanism (Prof. Michaeli)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Sustainable Urbanism (Prof. Michaeli)" }, - "TUEDS24": { - "code": "TUEDS24", - "id": 45672, - "name": "Sch\u00fclerforschungszentrum Berchtesgadener Land", - "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Berchtesgadener Land" + "15234": { + "code": "TUARL22", + "name": "Chair of Urban Development (Prof. Boucsein komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Urban Development (Prof. Boucsein komm.)" }, - "TUEDS25": { - "code": "TUEDS25", - "id": 47457, - "name": "Chair of Teaching and Learning with Digital Media (Prof. Bannert)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Teaching and Learning with Digital Media (Prof. Bannert)" + "15236": { + "code": "TUARL25", + "name": "Associate Professorship of Landscape Architecture and Regional Open Space (Prof. Sch\u00f6bel-Rutschmann)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Landscape Architecture and Regional Open Space (Prof. Sch\u00f6bel-Rutschmann)" }, - "TUEDS27": { - "code": "TUEDS27", - "id": 48758, - "name": "Associate Professorship of Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)" + "15252": { + "code": "TUMWFVW", + "name": "Central Services Mechanical Engineering", + "path": "TUM/Academic department/Former TUM Department of Mechanical Engineering/Central Services" }, - "TUEDS28": { - "code": "TUEDS28", - "id": 49297, - "name": "Associate Professorship of Chemistry Education (Prof. Koenen)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Chemistry Education (Prof. Koenen)" + "15268": { + "code": "TUMWAIS", + "name": "Chair of Automation and Information Systems (Prof. Vogel-Heuser)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Automation and Information Systems (Prof. Vogel-Heuser)" }, - "TUEDS29": { - "code": "TUEDS29", - "id": 49417, - "name": "Associate Professorship of Research on Learning and Instruction (Prof. Holzberger)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Research on Learning and Instruction (Prof. Holzberger)" + "15270": { + "code": "TUMWMEM", + "name": "Chair of Micro Technology and Medical Device Technology (Prof. L\u00fcth)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Micro Technology and Medical Device Technology (Prof. L\u00fcth)" }, - "TUEDS30": { - "code": "TUEDS30", - "id": 49437, - "name": "Assistant Professorship of Technical Education for Vocational Teaching (Prof. Pittich)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Technical Education for Vocational Teaching (Prof. Pittich)" + "15271": { + "code": "TUMWLAM", + "name": "Chair of Applied Mechanics (Prof. Rixen)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Applied Mechanics (Prof. Rixen)" }, - "TUEDS31": { - "code": "TUEDS31", - "id": 50257, - "name": "Assistant Professorship of Economics Education (Prof. F\u00f6rster)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Economics Education (Prof. F\u00f6rster)" + "15272": { + "code": "TUMWRTK", + "name": "Chair of Automatic Control (Prof. Lohmann)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Automatic Control (Prof. Lohmann)" }, - "TUEIAIP": { - "code": "TUEIAIP", - "id": 45290, - "name": "Associate Professorship of Audio Information Processing (Prof. Seeber)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Audio Information Processing (Prof. Seeber)" + "15276": { + "code": "TUMWWKM", + "name": "Chair of Materials Science (Prof. Torgersen)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Materials Science (Prof. Torgersen)" }, - "TUEIAUK": { - "code": "TUEIAUK", - "id": 49931, - "name": "Special committees", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees" + "15277": { + "code": "TUMWLNM", + "name": "Chair of Computational Mechanics (Prof. Wall)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Computational Mechanics (Prof. Wall)" + }, + "15278": { + "code": "TUMWUTG", + "name": "Chair of Metal Forming and Casting (Prof. Volk)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Metal Forming and Casting (Prof. Volk)" }, - "TUEIBAI": { - "code": "TUEIBAI", - "id": 15384, - "name": "Associate Professorship of Bio-inspired Information Processing (Prof. Hemmert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Bio-inspired Information Processing (Prof. Hemmert)" + "15279": { + "code": "TUMWLMT", + "name": "Chair of Medical Materials and Implants (Prof. Mela)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Medical Materials and Implants (Prof. Mela)" }, - "TUEIBDS": { - "code": "TUEIBDS", - "id": 32905, - "name": "Data Protection Representative Former TUM Department of Electrical and Computer Engineering", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Representatives/Data Protection Representative" + "15284": { + "code": "TUMWLFE", + "name": "Chair of Ergonomics (Prof. Bengler)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Ergonomics (Prof. Bengler)" }, - "TUEIBIO": { - "code": "TUEIBIO", - "id": 32904, - "name": "Information officer Former TUM Department of Electrical and Computer Engineering", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Representatives/Information officer" + "15285": { + "code": "TUMWIWB", + "name": "Chair of Machine Tools and Manufacturing Technology (Prof. Z\u00e4h)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Machine Tools and Manufacturing Technology (Prof. Z\u00e4h)" }, - "TUEICDA": { - "code": "TUEICDA", - "id": 53299, - "name": "Chair of Design Automation (Prof. Wille)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Design Automation (Prof. Wille)" + "15286": { + "code": "TUMWBWM", + "name": "Chair of Industrial Management and Assembly Technologies (Prof. Z\u00e4h komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Industrial Management and Assembly Technologies (Prof. Z\u00e4h komm.)" }, - "TUEICNE": { - "code": "TUEICNE", - "id": 49177, - "name": "Assistant Professorship of Computational Neuroengineering (Prof. Cheng komm.)", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Computational Neuroengineering (Prof. Cheng komm.)" + "15294": { + "code": "TUMWBVT", + "name": "Chair of Biochemical Engineering (Prof. Weuster-Botz)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Biochemical Engineering (Prof. Weuster-Botz)" }, - "TUEICOD": { - "code": "TUEICOD", - "id": 48078, - "name": "Associate Professorship of Coding and Cryptography (Prof. Wachter-Zeh)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Coding and Cryptography (Prof. Wachter-Zeh)" + "15298": { + "code": "TUMWFZG", + "name": "Chair of Machine Elements (Prof. Stahl)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Machine Elements (Prof. Stahl)" }, - "TUEICPH": { - "code": "TUEICPH", - "id": 46977, - "name": "Associate Professorship of Computational Photonics (Prof. Jirauschek)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Computational Photonics (Prof. Jirauschek)" + "15299": { + "code": "TUMWFML", + "name": "Chair of Chair of Materials Handling, Material Flow, Logistics (Prof. Fottner)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Chair of Materials Handling, Material Flow, Logistics (Prof. Fottner)" }, - "TUEIDEK": { - "code": "TUEIDEK", - "id": 15328, - "name": "Dean's Office Dekanat EI", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Department Administration/Dean's Office" + "15300": { + "code": "TUMWFTM", + "name": "Chair of Automotive Technology (Prof. Lienkamp)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Automotive Technology (Prof. Lienkamp)" }, - "TUEIEAL": { - "code": "TUEIEAL", - "id": 15357, - "name": "Chair of High-Power Converter Systems (Prof. Heldwein)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/High-Power Converter Systems (Prof. Heldwein)" + "15304": { + "code": "TULRLLS", + "name": "Chair of Aircraft Design (Prof. Hornung)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Aircraft Design (Prof. Hornung)" }, - "TUEIEDA": { - "code": "TUEIEDA", - "id": 15393, - "name": "Chair of Electronic Design Automation (Prof. Schlichtmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Electronic Design Automation (Prof. Schlichtmann)" + "15305": { + "code": "TULRFSD", + "name": "Chair of Flight System Dynamics (Prof. Holzapfel)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Flight System Dynamics (Prof. Holzapfel)" }, - "TUEIEEN": { - "code": "TUEIEEN", - "id": 15360, - "name": "Chair of Electric Power Transmission and Distribution (Prof. Tonkoski)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Electric Power Transmission and Distribution (Prof. Tonkoski)" + "15307": { + "code": "TUMWAER", + "name": "Chair of Aerodynamics and Fluid mechanics (Prof. Adams)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Aerodynamics and Fluid mechanics (Prof. Adams)" }, - "TUEIEES": { - "code": "TUEIEES", - "id": 43736, - "name": "Chair of Electrical Energy Storage Technology (Prof. Jossen)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Electrical Energy Storage Technology (Prof. Jossen)" + "15308": { + "code": "TULRLTF", + "name": "Chair of Turbomachinery and Flight Propulsion (Prof. G\u00fcmmer)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Turbomachinery and Flight Propulsion (Prof. G\u00fcmmer)" }, - "TUEIEKO": { - "code": "TUEIEKO", - "id": 49932, - "name": "Aptitude Assessment Commission", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission" + "15309": { + "code": "TULRLRT", + "name": "Chair of Astronautics (Prof. Holzapfel komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Astronautics (Prof. Holzapfel komm.)" }, - "TUEIENS": { - "code": "TUEIENS", - "id": 46275, - "name": "Chair of Renewable and Sustainable Energy Systems (Prof. Hamacher)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Renewable and Sustainable Energy Systems (Prof. Hamacher)" + "15315": { + "code": "TUMWLTD", + "name": "Chair of Thermodynamics (Prof. Wen)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermodynamics (Prof. Wen)" }, - "TUEIESI": { - "code": "TUEIESI", - "id": 48038, - "name": "Associate Professorship of Embedded Systems and Internet of Things (Prof. Steinhorst)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Embedded Systems and Internet of Things (Prof. Steinhorst)" + "15316": { + "code": "TUMWLES", + "name": "Chair of Energy Systems (Prof. Spliethoff)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energy Systems (Prof. Spliethoff)" }, - "TUEIESM": { - "code": "TUEIESM", - "id": 47237, - "name": "Associate Professorship of Environmental Sensing and Modeling (Prof. Chen)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Environmental Sensing and Modeling (Prof. Chen)" + "15318": { + "code": "TUMWLVK", + "name": "Chair of Sustainable Mobile Drivetrains (Prof. Jaensch)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Sustainable Mobile Drivetrains (Prof. Jaensch)" }, - "TUEIEVW": { - "code": "TUEIEVW", - "id": 44926, - "name": "Associate Professorship of Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)" + "15319": { + "code": "TUMWNUK", + "name": "Chair of Nuclear Technology (Prof. Macian-Juan)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Nuclear Technology (Prof. Macian-Juan)" }, - "TUEIEWK": { - "code": "TUEIEWK", - "id": 15358, - "name": "Associate Professorship of Energy Management Technologies (Prof. Goebel)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energy Management Technologies (Prof. Goebel)" + "15328": { + "code": "TUEIDEK", + "name": "Dean's Office Dekanat EI", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Department Administration/Dean's Office" }, - "TUEIEWT": { - "code": "TUEIEWT", - "id": 15355, - "name": "Associate Professorship of Energy Conversion Technology (Prof. Herzog)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energy Conversion Technology (Prof. Herzog)" + "15329": { + "code": "TUEISDK", + "name": "Dean of Studies", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Dean of Studies" }, - "TUEIFEI": { - "code": "TUEIFEI", - "id": 14188, - "name": "Former TUM Department of Electrical and Computer Engineering", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering" + "15330": { + "code": "TUEISTD", + "name": "Student Office EI", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Department Administration/Student Office EI" }, - "TUEIFSB": { + "15331": { "code": "TUEIFSB", - "id": 15331, "name": "Department Administration Former TUM Department of Electrical and Computer Engineering", "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Department Administration" }, - "TUEIFSV": { - "code": "TUEIFSV", - "id": 44494, - "name": "Student Council", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Student Council" - }, - "TUEIHCR": { - "code": "TUEIHCR", - "id": 48437, - "name": "Associate Professorship of Human-centered Assistive Robotics (Prof. Cheng komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Human-centered Assistive Robotics (Prof. Cheng komm.)" - }, - "TUEIHES": { - "code": "TUEIHES", - "id": 15382, - "name": "Associate Professorship of Hybrid Electronic Systems (Prof. Kreupl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Hybrid Electronic Systems (Prof. Kreupl)" - }, - "TUEIHFT": { - "code": "TUEIHFT", - "id": 15394, - "name": "Chair of High-Frequency Engineering (Prof. Eibert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/High-Frequency Engineering (Prof. Eibert)" - }, - "TUEIHLT": { - "code": "TUEIHLT", - "id": 15379, - "name": "Chair of Semiconductor Technology (Prof. Belkin)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Semiconductor Technology (Prof. Belkin)" - }, - "TUEIHOT": { - "code": "TUEIHOT", - "id": 15399, - "name": "Associate Professorship of Very High Frequency Technology (Prof. Biebl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Very High Frequency Technology (Prof. Biebl)" + "15355": { + "code": "TUEIEWT", + "name": "Associate Professorship of Energy Conversion Technology (Prof. Herzog)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energy Conversion Technology (Prof. Herzog)" }, - "TUEIHSA": { + "15356": { "code": "TUEIHSA", - "id": 15356, "name": "Associate Professorship of High Voltage Engineering and Switchgear Technology (Prof. Jossen komm.))", "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/High Voltage Engineering and Switchgear Technology (Prof. Jossen komm.))" }, - "TUEIICS": { - "code": "TUEIICS", - "id": 42781, - "name": "Chair of Cognitive Systems (Prof. Cheng)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Cognitive Systems (Prof. Cheng)" - }, - "TUEIITR": { - "code": "TUEIITR", - "id": 24472, - "name": "Chair of Information-oriented Control (Prof. Hirche)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Information-oriented Control (Prof. Hirche)" + "15357": { + "code": "TUEIEAL", + "name": "Chair of High-Power Converter Systems (Prof. Heldwein)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/High-Power Converter Systems (Prof. Heldwein)" }, - "TUEIITS": { - "code": "TUEIITS", - "id": 49279, - "name": "IT-Service", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Central Services/IT-Service" + "15358": { + "code": "TUEIEWK", + "name": "Associate Professorship of Energy Management Technologies (Prof. Goebel)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energy Management Technologies (Prof. Goebel)" }, - "TUEILAB": { - "code": "TUEILAB", - "id": 49280, - "name": "Other Institution Central Electronics and IT Lab - ZEITlab", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Central Laboratories (CIT)/Central Electronics and IT Lab - ZEITlab" + "15360": { + "code": "TUEIEEN", + "name": "Chair of Electric Power Transmission and Distribution (Prof. Tonkoski)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Electric Power Transmission and Distribution (Prof. Tonkoski)" }, - "TUEILBE": { - "code": "TUEILBE", - "id": 48597, - "name": "Heinz Nixdorf Chair of Biomedical Electronics (Prof. Hayden)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Heinz Nixdorf Chair of Biomedical Electronics (Prof. Hayden)" + "15364": { + "code": "TUEILNT", + "name": "Chair of Communications Engineering (Prof. Kramer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Communications Engineering (Prof. Kramer)" }, - "TUEILDV": { + "15365": { "code": "TUEILDV", - "id": 15365, "name": "Chair of Data Processing (Prof. Diepold)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Data Processing (Prof. Diepold)" }, - "TUEILFE": { - "code": "TUEILFE", - "id": 45130, - "name": "Chairs and Professorships", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships" - }, - "TUEILIS": { - "code": "TUEILIS", - "id": 15392, - "name": "Chair of Integrated Systems (Prof. Herkersdorf)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Integrated Systems (Prof. Herkersdorf)" + "15366": { + "code": "TUEIRCS", + "name": "Chair of Real-Time Computer Systems (Prof. Wille komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Real-Time Computer Systems (Prof. Wille komm.)" }, - "TUEILKN": { + "15367": { "code": "TUEILKN", - "id": 15367, "name": "Chair of Communication Networks (Prof. Kellerer)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Communication Networks (Prof. Kellerer)" }, - "TUEILMT": { + "15368": { + "code": "TUEIMMK", + "name": "Chair of Human-Machine Communication (Prof. Hemmert komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Human-Machine Communication (Prof. Hemmert komm.)" + }, + "15369": { + "code": "TULRNAV", + "name": "Chair of Communication and Navigation (N.N.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Communication and Navigation (N.N.)" + }, + "15370": { "code": "TUEILMT", - "id": 15370, "name": "Chair of Media Technology (Prof. Steinbach)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Media Technology (Prof. Steinbach)" }, - "TUEILNT": { - "code": "TUEILNT", - "id": 15364, - "name": "Chair of Communications Engineering (Prof. Kramer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Communications Engineering (Prof. Kramer)" - }, - "TUEILSE": { - "code": "TUEILSE", - "id": 49657, - "name": "Chair of Circuit Design (Prof. Brederlow)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Circuit Design (Prof. Brederlow)" - }, - "TUEILSR": { - "code": "TUEILSR", - "id": 15403, - "name": "Chair of Automatic Control Engineering (Prof. Buss)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Automatic Control Engineering (Prof. Buss)" - }, - "TUEILSY": { - "code": "TUEILSY", - "id": 53497, - "name": "Chair of Safety, Performance and Reliability for Learning Systems (Prof. Schoellig)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Safety, Performance and Reliability for Learning Systems (Prof. Schoellig)" - }, - "TUEILTI": { - "code": "TUEILTI", - "id": 44066, - "name": "Chair of Theoretical Information Technology (Prof. Boche)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Theoretical Information Technology (Prof. Boche)" - }, - "TUEILUT": { + "15371": { "code": "TUEILUT", - "id": 15371, "name": "Associate Professorship of Line Transmission Technology (Prof. Hanik)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Line Transmission Technology (Prof. Hanik)" }, - "TUEIMCO": { - "code": "TUEIMCO", - "id": 50012, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Communications Engineering", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Communications Engineering" - }, - "TUEIMEI": { - "code": "TUEIMEI", - "id": 50009, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Electrical Engineering and Information Technology", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Electrical Engineering and Information Technology" - }, - "TUEIMLI": { - "code": "TUEIMLI", - "id": 49638, - "name": "Associate Professorship of Machine Learning (Prof. Heckel)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Machine Learning (Prof. Heckel)" - }, - "TUEIMMK": { - "code": "TUEIMMK", - "id": 15368, - "name": "Chair of Human-Machine Communication (Prof. Hemmert komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Human-Machine Communication (Prof. Hemmert komm.)" + "15376": { + "code": "TUEITEP", + "name": "Associate Professorship of Microsensors and Actuators (Prof. Schrag)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Microsensors and Actuators (Prof. Schrag)" }, - "TUEIMML": { - "code": "TUEIMML", - "id": 51097, - "name": "Assistant Professorship of Control and Manipulation of Microscale Living Objects (Prof. Destgeer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Control and Manipulation of Microscale Living Objects (Prof. Destgeer)" + "15379": { + "code": "TUEIHLT", + "name": "Chair of Semiconductor Technology (Prof. Belkin)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Semiconductor Technology (Prof. Belkin)" }, - "TUEIMMS": { + "15380": { "code": "TUEIMMS", - "id": 15380, "name": "Associate Professorship of Micro-Mechatronical Systems (N.N.)", "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Micro-Mechatronical Systems (N.N.)" }, - "TUEIMNE": { - "code": "TUEIMNE", - "id": 50010, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Elite Master\u2019s in Neuroengineering", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Elite Master\u2019s in Neuroengineering" + "15382": { + "code": "TUEIHES", + "name": "Associate Professorship of Hybrid Electronic Systems (Prof. Kreupl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Hybrid Electronic Systems (Prof. Kreupl)" + }, + "15384": { + "code": "TUEIBAI", + "name": "Associate Professorship of Bio-inspired Information Processing (Prof. Hemmert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Bio-inspired Information Processing (Prof. Hemmert)" + }, + "15392": { + "code": "TUEILIS", + "name": "Chair of Integrated Systems (Prof. Herkersdorf)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Integrated Systems (Prof. Herkersdorf)" + }, + "15393": { + "code": "TUEIEDA", + "name": "Chair of Electronic Design Automation (Prof. Schlichtmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Electronic Design Automation (Prof. Schlichtmann)" + }, + "15394": { + "code": "TUEIHFT", + "name": "Chair of High-Frequency Engineering (Prof. Eibert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/High-Frequency Engineering (Prof. Eibert)" + }, + "15395": { + "code": "TUEINAN", + "name": "Chair of Nano and Quantum Sensors (Prof. Weig)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano and Quantum Sensors (Prof. Weig)" }, - "TUEIMNT": { - "code": "TUEIMNT", - "id": 52577, - "name": "Chair of Micro- and Nanosystems Technology (Prof. Hagelauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Micro- and Nanosystems Technology (Prof. Hagelauer)" + "15396": { + "code": "TUEIMSV", + "name": "Chair of Signal Processing (Prof. Utschick)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Signal Processing (Prof. Utschick)" }, - "TUEIMOL": { - "code": "TUEIMOL", - "id": 45551, - "name": "Associate Professorship of Molekularelektronik (Prof. Tornow)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Molekularelektronik (Prof. Tornow)" + "15399": { + "code": "TUEIHOT", + "name": "Associate Professorship of Very High Frequency Technology (Prof. Biebl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Very High Frequency Technology (Prof. Biebl)" }, - "TUEIMPE": { - "code": "TUEIMPE", - "id": 50011, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Power Engineering", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Power Engineering" + "15403": { + "code": "TUEILSR", + "name": "Chair of Automatic Control Engineering (Prof. Buss)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Automatic Control Engineering (Prof. Buss)" }, - "TUEIMST": { + "15405": { "code": "TUEIMST", - "id": 15405, "name": "Chair of Measurement Systems and Sensor Technology (Prof. Koch)", "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Measurement Systems and Sensor Technology (Prof. Koch)" }, - "TUEIMSV": { - "code": "TUEIMSV", - "id": 15396, - "name": "Chair of Signal Processing (Prof. Utschick)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Signal Processing (Prof. Utschick)" - }, - "TUEINAN": { - "code": "TUEINAN", - "id": 15395, - "name": "Chair of Nano and Quantum Sensors (Prof. Weig)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano and Quantum Sensors (Prof. Weig)" + "15415": { + "code": "TUINDEK", + "name": "Dean's Office Dekanat IN", + "path": "TUM/Academic department/Former TUM Department of Informatics/Dean's Office" }, - "TUEINEL": { - "code": "TUEINEL", - "id": 47080, - "name": "Associate Professorship of Neuroelectronics (Prof. Wolfrum)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Neuroelectronics (Prof. Wolfrum)" + "15417": { + "code": "TUINSBS", + "name": "Service office Academic Programs (SB-S-IN)", + "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/Service office Academic Programs (SB-S-IN)" }, - "TUEINEN": { - "code": "TUEINEN", - "id": 52697, - "name": "Assistant Professorship of Neuroengineering Materials (Prof. Kozielski)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Neuroengineering Materials (Prof. Kozielski)" + "15422": { + "code": "TUINI00", + "name": "Institute of Informatics", + "path": "TUM/Academic department/Former TUM Department of Informatics/Institute of Informatics" }, - "TUEINST": { - "code": "TUEINST", - "id": 41836, - "name": "Assistant Professorship of Neuroscientific System Theory (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Neuroscientific System Theory (N.N.)" + "15426": { + "code": "TUINI01", + "name": "Informatics 1 - Chair of Distributed Systems and Operating Systems (Prof. Bhatotia)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 1 - Chair of Distributed Systems and Operating Systems (Prof. Bhatotia)" }, - "TUEIQEC": { - "code": "TUEIQEC", - "id": 49639, - "name": "Associate Professorship of Quantum Electronics and Computer Engineering (Prof. M\u00fcller)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Quantum Electronics and Computer Engineering (Prof. M\u00fcller)" + "15427": { + "code": "TUINI02", + "name": "Informatics 2 - Chair of Formal Languages, Compiler Construction, Software Construction (Prof. Seidl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 2 - Chair of Formal Languages, Compiler Construction, Software Construction (Prof. Seidl)" }, - "TUEIRCS": { - "code": "TUEIRCS", - "id": 15366, - "name": "Chair of Real-Time Computer Systems (Prof. Wille komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Real-Time Computer Systems (Prof. Wille komm.)" + "15428": { + "code": "TUINI03", + "name": "Informatics 3 - Chair of database systems (Prof. Kemper)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 3 - Chair of database systems (Prof. Kemper)" }, - "TUEIRMN": { - "code": "TUEIRMN", - "id": 51717, - "name": "Assistant Professorship of Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)" + "15430": { + "code": "TUINI05", + "name": "Informatics 5 - Chair of Scientific Computing (Prof. Bungartz)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 5 - Chair of Scientific Computing (Prof. Bungartz)" }, - "TUEIRSI": { - "code": "TUEIRSI", - "id": 49077, - "name": "Chair of Robotics and Systems Intelligence (Prof. Haddadin)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Robotics and Systems Intelligence (Prof. Haddadin)" + "15431": { + "code": "TUINI06", + "name": "Informatics 6 - Chair of Robotics, Artificial Intelligence and Real-time Systems (Prof. Knoll)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 6 - Chair of Robotics, Artificial Intelligence and Real-time Systems (Prof. Knoll)" }, - "TUEISDK": { - "code": "TUEISDK", - "id": 15329, - "name": "Dean of Studies", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Dean of Studies" + "15432": { + "code": "TUINI07", + "name": "Informatics 7 - Chair of Theoretical Computer Science (Prof. Esparza)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 7 - Chair of Theoretical Computer Science (Prof. Esparza)" }, - "TUEISEC": { - "code": "TUEISEC", - "id": 43787, - "name": "Chair of Security in Information Technology (Prof. Sigl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Security in Information Technology (Prof. Sigl)" + "15433": { + "code": "TUINI08", + "name": "Informatics 8 - Chair of Network Architectures and Services (Prof. Carle)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 8 - Chair of Network Architectures and Services (Prof. Carle)" }, - "TUEISNE": { - "code": "TUEISNE", - "id": 46415, - "name": "Associate Professorship of Simulation of Nanosystems for Energy Conversion (Prof. Gagliardi)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Simulation of Nanosystems for Energy Conversion (Prof. Gagliardi)" + "15434": { + "code": "TUINI09", + "name": "Informatics 9 - Chair of Computer Vision and Artificial Intelligence (Prof. Cremers)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 9 - Chair of Computer Vision and Artificial Intelligence (Prof. Cremers)" }, - "TUEISTD": { - "code": "TUEISTD", - "id": 15330, - "name": "Student Office EI", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Department Administration/Student Office EI" + "15435": { + "code": "TUINI10", + "name": "Informatics 10 - Chair of Computer Architecture and Parallel Systems (Prof. Schulz)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 10 - Chair of Computer Architecture and Parallel Systems (Prof. Schulz)" }, - "TUEITEP": { - "code": "TUEITEP", - "id": 15376, - "name": "Associate Professorship of Microsensors and Actuators (Prof. Schrag)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Microsensors and Actuators (Prof. Schrag)" + "15436": { + "code": "TUINI11", + "name": "Informatics 11 - Chair of Applied Informatics - Cooperative Systems (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 11 - Chair of Applied Informatics - Cooperative Systems (N.N.)" }, - "TUEIZDI": { - "code": "TUEIZDI", - "id": 49277, - "name": "Central Services", - "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Central Services" + "15437": { + "code": "TUINI12", + "name": "Informatics 12 - Chair of Bioinformatics (Prof. Rost)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 12 - Chair of Bioinformatics (Prof. Rost)" }, - "TUGR000": { - "code": "TUGR000", - "id": 19626, - "name": "University Boards", - "path": "TUM/University Boards" + "15438": { + "code": "TUINI13", + "name": "Informatics 13 - Chair of Decentralized Information Systems and Data Management (Prof. Leis)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 13 - Chair of Decentralized Information Systems and Data Management (Prof. Leis)" }, - "TUGREHL": { - "code": "TUGREHL", - "id": 19628, - "name": "TUM Extended Board of Management", - "path": "TUM/University Boards/TUM Extended Board of Management" + "15439": { + "code": "TUINI14", + "name": "Informatics 14 - Chair of efficient algorithms (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 14 - Chair of efficient algorithms (N.N.)" }, - "TUGRGRB": { - "code": "TUGRGRB", - "id": 19627, - "name": "Board office", - "path": "TUM/University Boards/Board office" + "15440": { + "code": "TUINI15", + "name": "Informatics 15 - Chair of Computer Graphics and Visualization (Prof. Westermann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 15 - Chair of Computer Graphics and Visualization (Prof. Westermann)" }, - "TUGRHSR": { - "code": "TUGRHSR", - "id": 19630, - "name": "TUM Board of Trustees", - "path": "TUM/University Boards/TUM Board of Trustees" + "15441": { + "code": "TUINI16", + "name": "Informatics 16 - Chair of Computer Aided Medical Procedures (Prof. Navab)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 16 - Chair of Computer Aided Medical Procedures (Prof. Navab)" }, - "TUGRKUR": { - "code": "TUGRKUR", - "id": 19631, - "name": "TUM University Council", - "path": "TUM/University Boards/TUM University Council" + "15442": { + "code": "TUINI17", + "name": "Informatics 17 - Chair of Information Systems and Business Process Management (Prof. Rinderle-Ma)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 17 - Chair of Information Systems and Business Process Management (Prof. Rinderle-Ma)" }, - "TUGRSEN": { - "code": "TUGRSEN", - "id": 19629, - "name": "TUM Senate", - "path": "TUM/University Boards/TUM Senate" + "15443": { + "code": "TUINI18", + "name": "Informatics 18 - Chair of Decision Sciences & Systems (Prof. Bichler)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 18 - Chair of Decision Sciences & Systems (Prof. Bichler)" }, - "TUGSBAY": { - "code": "TUGSBAY", - "id": 53917, - "name": "Bavarian Academic Forum (BayWISS)", - "path": "TUM/TUM Graduate School/Bavarian Academic Forum (BayWISS)" + "15444": { + "code": "TUINI19", + "name": "Informatics 19 - Chair of Software Engineering for Business Information Systems (Prof. Matthes)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 19 - Chair of Software Engineering for Business Information Systems (Prof. Matthes)" }, - "TUGSCRE": { - "code": "TUGSCRE", - "id": 45991, - "name": "Campus for Research Excellence and Technological Enterprise (TUM CREATE)", - "path": "TUM/TUM Graduate School/Graduate Centers/Campus for Research Excellence and Technological Enterprise (TUM CREATE)" + "15453": { + "code": "TUS4OTD", + "name": "Office of the Dean (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Office of the Dean (LS)" }, - "TUGSEDU": { - "code": "TUGSEDU", - "id": 45434, - "name": "Graduate Center of Social Sciences and Technology", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Social Sciences and Technology" + "15456": { + "code": "TUS4OTS", + "name": "School Office of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/School Office" }, - "TUGSFGC": { - "code": "TUGSFGC", - "id": 44004, - "name": "Graduate Centers", - "path": "TUM/TUM Graduate School/Graduate Centers" + "15520": { + "code": "TUS4OTC", + "name": "Campus Office (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Campus Office (LS)" }, - "TUGSFGS": { - "code": "TUGSFGS", - "id": 19642, - "name": "TUM Graduate School", - "path": "TUM/TUM Graduate School" + "15556": { + "code": "TUWZS9X", + "name": "Chair of Biological Chemistry (Prof. Skerra)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biological Chemistry (Prof. Skerra)" }, - "TUGSFHH": { - "code": "TUGSFHH", - "id": 45442, - "name": "Helmholtz Graduate School Environmental Health (HELENA)", - "path": "TUM/TUM Graduate School/Graduate Centers/Helmholtz Graduate School Environmental Health (HELENA)" + "15558": { + "code": "TUWZP9A", + "name": "Chair of Microbiology (Prof. Liebl)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Microbiology (Prof. Liebl)" }, - "TUGSFME": { - "code": "TUGSFME", - "id": 45438, - "name": "Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center", - "path": "TUM/TUM Graduate School/Graduate Centers/Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center" + "15560": { + "code": "TUWZU7Z", + "name": "Chair of Developmental Genetics (Prof. Wurst)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Developmental Genetics (Prof. Wurst)" }, - "TUGSFSG": { - "code": "TUGSFSG", - "id": 45432, - "name": "Graduate center Sport and Health Sciences (FGZ-SP)", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate center Sport and Health Sciences (FGZ-SP)" + "15561": { + "code": "TUWZQ7Y", + "name": "Chair of Biopolymer Chemistry (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biopolymer Chemistry (N.N.)" }, - "TUGSFWI": { - "code": "TUGSFWI", - "id": 44021, - "name": "Graduate Center of Management", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Management" + "15562": { + "code": "TUWZO9X", + "name": "Chair of Experimental Genetics (Prof. Hrab\u00e9 de Angelis)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimental Genetics (Prof. Hrab\u00e9 de Angelis)" }, - "TUGSFWZ": { - "code": "TUGSFWZ", - "id": 44016, - "name": "Graduate Center of Life Sciences", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Life Sciences" + "15563": { + "code": "TUWZI9Q", + "name": "Associate Professorship of Bio-Informatics (Prof. Frischmann)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Bio-Informatics (Prof. Frischmann)" }, - "TUGSGCS": { - "code": "TUGSGCS", - "id": 54161, - "name": "Graduate Center TUM Campus Straubing for Biotechnology and Sustainability (GCS)", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center TUM Campus Straubing for Biotechnology and Sustainability (GCS)" + "15564": { + "code": "TUWZY6S", + "name": "Chair of Microbial Ecology (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Microbial Ecology (N.N.)" }, - "TUGSGCX": { - "code": "TUGSGCX", - "id": 53197, - "name": "Graduate Council", - "path": "TUM/TUM Graduate School/Graduate Council" + "15567": { + "code": "TUWZR5P", + "name": "Associate Professorship of Peptid Biochemistry (Prof. Kapurniotu)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Peptid Biochemistry (Prof. Kapurniotu)" }, - "TUGSSCI": { - "code": "TUGSSCI", - "id": 54157, - "name": "Graduate Center of Computation, Information and Technology", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Computation, Information and Technology" + "15569": { + "code": "TUWZX6V", + "name": "Chair of Bioanalytics (Prof. K\u00fcster)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Bioanalytics (Prof. K\u00fcster)" }, - "TUGSSED": { - "code": "TUGSSED", - "id": 53537, - "name": "Graduate Center of Engineering and Design", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Engineering and Design" + "15574": { + "code": "TUWZT3U", + "name": "Chair of General Food Technology (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/General Food Technology (N.N.)" }, - "TUGSSMH": { - "code": "TUGSSMH", - "id": 56137, - "name": "Graduate Center of Medicine and Health", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Medicine and Health" + "15575": { + "code": "TUWZT6Y", + "name": "Chair of Nutrition and Immunology (Prof. Haller)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nutrition and Immunology (Prof. Haller)" }, - "TUGSSNA": { - "code": "TUGSSNA", - "id": 54158, - "name": "Graduate Center of Natural Sciences", - "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Natural Sciences" + "15578": { + "code": "TUWZX7T", + "name": "Chair of Humanbiology (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Humanbiology (N.N.)" }, - "TUGSSSE": { - "code": "TUGSSSE", - "id": 19710, - "name": "International Graduate School of Science and Engineering (IGSSE)", - "path": "TUM/TUM Graduate School/Graduate Centers/International Graduate School of Science and Engineering (IGSSE)" + "15579": { + "code": "TUWZQ9I", + "name": "Chair of Food Chemistry and Molecular Sensory Science (Prof. Hofmann)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Food Chemistry and Molecular Sensory Science (Prof. Hofmann)" }, - "TUGSTGS": { - "code": "TUGSTGS", - "id": 41267, - "name": "Management Office", - "path": "TUM/TUM Graduate School/Management Office" + "15584": { + "code": "TUWZW4V", + "name": "Chair of Molecular Nutritional Medicine (Prof. Klingenspor)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Molecular Nutritional Medicine (Prof. Klingenspor)" }, - "TUGSVOR": { - "code": "TUGSVOR", - "id": 45451, - "name": "Vorstand Vorstand", - "path": "TUM/TUM Graduate School/Vorstand" + "15592": { + "code": "TUWZX9O", + "name": "Chair of Technical Microbiology (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Technical Microbiology (N.N.)" }, - "TUINDEK": { - "code": "TUINDEK", - "id": 15415, - "name": "Dean's Office Dekanat IN", - "path": "TUM/Academic department/Former TUM Department of Informatics/Dean's Office" + "15593": { + "code": "TUWZY4Q", + "name": "Associate Professorship of Biotechnology of Natural Products (Prof. Schwab)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnology of Natural Products (Prof. Schwab)" }, - "TUINF01": { - "code": "TUINF01", - "id": 24633, - "name": "Informatics 13 - Associate Professorship of Integrated Computing Systems- (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 13 - Associate Professorship of Integrated Computing Systems- (N.N.)" + "15600": { + "code": "TUWZQ5P", + "name": "Chair of Atmospheric Environmental Research (Prof. Schmid)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Atmospheric Environmental Research (Prof. Schmid)" }, - "TUINF02": { - "code": "TUINF02", - "id": 24642, - "name": "Informatics 11 - Associate Professorship of Applied Informatics - Cooperative Systems (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 11 - Associate Professorship of Applied Informatics - Cooperative Systems (N.N.)" + "15605": { + "code": "TUWZO9R", + "name": "Chair of Soil Science (Prof. K\u00f6gel-Knabner)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Soil Science (Prof. K\u00f6gel-Knabner)" }, - "TUINF03": { - "code": "TUINF03", - "id": 24648, - "name": "Informatics 7 - Associate Professorship of Formal Methods for Software Reliability (Prof. Kret\u00ednsk\u00fd)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 7 - Associate Professorship of Formal Methods for Software Reliability (Prof. Kret\u00ednsk\u00fd)" + "15607": { + "code": "TUWZT6P", + "name": "Chair of Terrestrial Ecology (Prof. Wei\u00dfer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Terrestrial Ecology (Prof. Wei\u00dfer)" }, - "TUINF04": { - "code": "TUINF04", - "id": 24654, - "name": "Informatics 10 - Associate Professorship of Architecture of Parallel and Distributed Systems - (Prof. Gerndt)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 10 - Associate Professorship of Architecture of Parallel and Distributed Systems - (Prof. Gerndt)" + "15608": { + "code": "TUWZQ6T", + "name": "Chair of Restoration Ecology (Prof. Kollmann)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Restoration Ecology (Prof. Kollmann)" }, - "TUINF05": { - "code": "TUINF05", - "id": 24668, - "name": "Informatics 25 - Chair of Data Science and Engineering (Prof. Neumann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 25 - Chair of Data Science and Engineering (Prof. Neumann)" + "15609": { + "code": "TUWZU5S", + "name": "Chair of Strategy and Management of Landscape development (Prof. Pauleit)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Strategy and Management of Landscape development (Prof. Pauleit)" }, - "TUINF07": { - "code": "TUINF07", - "id": 24669, - "name": "Informatics 29 - Chair of Computational Molecular Medicine (Prof. Gagneur)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 29 - Chair of Computational Molecular Medicine (Prof. Gagneur)" + "15611": { + "code": "TUWZP2O", + "name": "Chair of Forest Yield Science (Prof. Seidl komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest Yield Science (Prof. Seidl komm.)" }, - "TUINF08": { - "code": "TUINF08", - "id": 46356, - "name": "Informatics 15 - Associate Professorship of Physics-based Simulation (Prof. Thuerey)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 15 - Associate Professorship of Physics-based Simulation (Prof. Thuerey)" + "15612": { + "code": "TUWZX6I", + "name": "Associate Professorship of Forest Management (Prof. Knoke)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest Management (Prof. Knoke)" }, - "TUINF10": { - "code": "TUINF10", - "id": 24672, - "name": "Informatics 14 - Associate Professorship of Theoretical Computer Science (Prof. R\u00e4cke)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 14 - Associate Professorship of Theoretical Computer Science (Prof. R\u00e4cke)" + "15614": { + "code": "TUWZS6U", + "name": "Chair of Aquatic Systems Biology - Location Iffeldorf (Prof. Geist)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatic Systems Biology - Location Iffeldorf (Prof. Geist)" }, - "TUINF11": { - "code": "TUINF11", - "id": 24674, - "name": "Informatics 6 - Associate Professorship of Machine Vision and Perception (Prof. Burschka)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 6 - Associate Professorship of Machine Vision and Perception (Prof. Burschka)" + "15616": { + "code": "TUWZQ3Z", + "name": "Associate Professorship of Forest Nutrition and Water Resources (Prof. G\u00f6ttlein)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest Nutrition and Water Resources (Prof. G\u00f6ttlein)" }, - "TUINF12": { - "code": "TUINF12", - "id": 24661, - "name": "Informatics 16 - Associate Professorship of Augmented Reality (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 16 - Associate Professorship of Augmented Reality (N.N.)" + "15619": { + "code": "TUWZT8O", + "name": "Associate Professorship of Ecoclimatology (Prof. Menzel)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Ecoclimatology (Prof. Menzel)" }, - "TUINF14": { - "code": "TUINF14", - "id": 24671, - "name": "Informatics 9 - Associate Professorship of Intelligent Autonomous Systems (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Informatics/Institute of Informatics/Informatics 9 - Associate Professorship of Intelligent Autonomous Systems (N.N.)" + "15622": { + "code": "TUWZA1E", + "name": "Associate Professorship of Geomorphology and Soil Science (Prof. V\u00f6lkel)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Geomorphology and Soil Science (Prof. V\u00f6lkel)" }, - "TUINF15": { - "code": "TUINF15", - "id": 24673, - "name": "Informatics 6 - Associate Professorship of Cyber Physical Systems (Prof. Althoff)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 6 - Associate Professorship of Cyber Physical Systems (Prof. Althoff)" + "15626": { + "code": "TUWZI4V", + "name": "Chair of Botany (Prof. Schneitz komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Botany (Prof. Schneitz komm.)" }, - "TUINF16": { - "code": "TUINF16", - "id": 44006, - "name": "Informatics 5 - Associate Professorship of Hardware-aware algorithms and software for HPC (Prof. Bader)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 5 - Associate Professorship of Hardware-aware algorithms and software for HPC (Prof. Bader)" + "15629": { + "code": "TUWZV2O", + "name": "Chair of Grassland (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Grassland (N.N.)" }, - "TUINF17": { - "code": "TUINF17", - "id": 43448, - "name": "Informatics 18 - Associate Professorship of Algorithmic Game Theory (Prof. Brandt)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 18 - Associate Professorship of Algorithmic Game Theory (Prof. Brandt)" + "15630": { + "code": "TUWZA6W", + "name": "Chair of Organic Agriculture and Agronomy (Prof. H\u00fclsbergen)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Organic Agriculture and Agronomy (Prof. H\u00fclsbergen)" }, - "TUINF18": { - "code": "TUINF18", - "id": 48037, - "name": "Informatics 26 - Associate Professorship of Data Analytics and Machine Learning (Prof. G\u00fcnnemann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 26 - Associate Professorship of Data Analytics and Machine Learning (Prof. G\u00fcnnemann)" + "15631": { + "code": "TUWZZ7X", + "name": "Chair of Plant Breeding (Prof. Sch\u00f6n)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Breeding (Prof. Sch\u00f6n)" }, - "TUINF19": { - "code": "TUINF19", - "id": 48258, - "name": "Informatics 28 - Associate Professorship of Visual Computing (Prof. Nie\u00dfner)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 28 - Associate Professorship of Visual Computing (Prof. Nie\u00dfner)" + "15632": { + "code": "TUWZA2U", + "name": "Chair of Plant Nutrition (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Plant Nutrition (N.N.)" }, - "TUINF20": { - "code": "TUINF20", - "id": 48977, - "name": "Informatics 9 - Assistant Professorship of Dynamic Vision and Learning (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 9 - Assistant Professorship of Dynamic Vision and Learning (N.N.)" + "15633": { + "code": "TUWZY5O", + "name": "Chair of Phytopathology (Prof. H\u00fcckelhoven)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Phytopathology (Prof. H\u00fcckelhoven)" }, - "TUINF21": { - "code": "TUINF21", - "id": 49717, - "name": "Informatics 1 - Assistant Professorship of Digital Health (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 1 - Assistant Professorship of Digital Health (N.N.)" + "15636": { + "code": "TUWZU6A", + "name": "Associate Professorship of Plant Developmental Biology (Prof. Schneitz)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Developmental Biology (Prof. Schneitz)" }, - "TUINF22": { - "code": "TUINF22", - "id": 50238, - "name": "Informatics 5 - Assistant Professorship of Quantum Computing (Prof. Mendl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 5 - Assistant Professorship of Quantum Computing (Prof. Mendl)" + "15643": { + "code": "TUWZI2W", + "name": "Chair of Process Systems Engineering (Prof. Briesen)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Process Systems Engineering (Prof. Briesen)" }, - "TUINF23": { - "code": "TUINF23", - "id": 50239, - "name": "Informatics 7 - Assistant Professorship of Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 7 - Assistant Professorship of Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)" + "15644": { + "code": "TUWZS9A", + "name": "Chair of Wood Science (Prof. Benz komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Wood Science (Prof. Benz komm.)" }, - "TUINF24": { - "code": "TUINF24", - "id": 50478, - "name": "Informatics 3 - Assistant Professorship of Database Systems (Prof. Giceva)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 3 - Assistant Professorship of Database Systems (Prof. Giceva)" + "15645": { + "code": "TUWZR6Q", + "name": "Chair of Food and Bioprocess Engineering (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Food and Bioprocess Engineering (N.N.)" }, - "TUINF26": { - "code": "TUINF26", - "id": 51359, - "name": "Informatics 16 - Assistant Professorship of Healthcare and Rehabilitation Robotics (Prof. Piazza)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 16 - Assistant Professorship of Healthcare and Rehabilitation Robotics (Prof. Piazza)" + "15646": { + "code": "TUWZT5R", + "name": "Chair of Agricultural Systems Engineering (Prof. Bernhardt)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agricultural Systems Engineering (Prof. Bernhardt)" }, - "TUINF27": { - "code": "TUINF27", - "id": 51419, - "name": "Informatics 19 - Assistant Professorship of Legal Tech (Prof. Grabmair)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 19 - Assistant Professorship of Legal Tech (Prof. Grabmair)" + "15649": { + "code": "TUCSP03", + "name": "Associate Professorship of Regenerative Energy Systems (Prof. Gaderer)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Regenerative Energy Systems (Prof. Gaderer)" }, - "TUINF28": { - "code": "TUINF28", - "id": 51497, - "name": "Informatics 9 - Assistant Professorship of Machine Learning for Robotics (Prof. Leutenegger)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 9 - Assistant Professorship of Machine Learning for Robotics (Prof. Leutenegger)" + "15654": { + "code": "TUWZO8I", + "name": "Associate Professorship of Wood Technology (Prof. van de Kuilen)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Wood Technology (Prof. van de Kuilen)" }, - "TUINF31": { - "code": "TUINF31", - "id": 51137, - "name": "Informatics 15 - Assistant Professorship of Machine Learning of 3D Scene Geometry (Prof. Dai)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 15 - Assistant Professorship of Machine Learning of 3D Scene Geometry (Prof. Dai)" + "15667": { + "code": "TUWZO4U", + "name": "Chair of Livestock Biotechnology (Prof. Schusser komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Livestock Biotechnology (Prof. Schusser komm.)" }, - "TUINF33": { - "code": "TUINF33", - "id": 53017, - "name": "Informatics 24 - Assistant Professorship of Ethics in Systems Design and Machine Learning (Prof. Kilbertus)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 24 - Assistant Professorship of Ethics in Systems Design and Machine Learning (Prof. Kilbertus)" + "15668": { + "code": "TUWZV9T", + "name": "Chair of Animal Physiology and Immunology (Prof. Zehn)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Physiology and Immunology (Prof. Zehn)" }, - "TUINFIN": { - "code": "TUINFIN", - "id": 14189, - "name": "Former TUM Department of Informatics", - "path": "TUM/Academic department/Former TUM Department of Informatics" + "15669": { + "code": "TUWZP9O", + "name": "Chair of Animal Hygiene (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Hygiene (N.N.)" }, - "TUINFRW": { - "code": "TUINFRW", - "id": 44008, - "name": "Service office Finances Informatics (SB-F-IN)", - "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/Service office Finances Informatics (SB-F-IN)" + "15670": { + "code": "TUWZQ4U", + "name": "Chair of Animal Breeding (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Breeding (N.N.)" }, - "TUINH01": { - "code": "TUINH01", - "id": 52718, - "name": "Informatics Heilbronn 1 - Assistant Professorship of Efficient Algorithms (Prof. Luttenberger)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 1 - Assistant Professorship of Efficient Algorithms (Prof. Luttenberger)" + "15671": { + "code": "TUWZU5Y", + "name": "Chair of Zoology (Prof. Luksch)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Zoology (Prof. Luksch)" }, - "TUINH02": { - "code": "TUINH02", - "id": 52719, - "name": "Informatics Heilbronn 2 - Assistant Professorship of Computer Architecture & Operating Systems (Prof. Trinitis)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics Heilbronn 2 - Assistant Professorship of Computer Architecture & Operating Systems (Prof. Trinitis)" + "15674": { + "code": "TUWZA8Q", + "name": "Chair of Animal Nutrition (Prof. Windisch)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Nutrition (Prof. Windisch)" }, - "TUINH03": { - "code": "TUINH03", - "id": 52720, - "name": "Informatics Heilbronn 3 - Chair of Software Engineering (Prof. Wagner)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 3 - Chair of Software Engineering (Prof. Wagner)" + "15681": { + "code": "TUWZA2G", + "name": "Research Center Weihenstephan for Brewing and Food Quality", + "path": "TUM/Other Scientific Institutions/Research Center Weihenstephan for Brewing and Food Quality" }, - "TUINH04": { - "code": "TUINH04", - "id": 53357, - "name": "Informatics Heilbronn 4 - Chair of Computational Mathematics (Prof. Anzt)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 4 - Chair of Computational Mathematics (Prof. Anzt)" + "15682": { + "code": "TUWZA2H", + "name": "Experimental and Teaching Brewery (BE)", + "path": "TUM/Schools/Life Sciences/Experimental and Teaching Brewery (BE)" }, - "TUINH05": { - "code": "TUINH05", - "id": 53817, - "name": "Informatics Heilbronn 5 - Assistant Professorship of Data Engineering (Prof. Acosta Deibe)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 5 - Assistant Professorship of Data Engineering (Prof. Acosta Deibe)" + "15687": { + "code": "TUWZA2J", + "name": "Research Facility Experimental Station for Farm Management (Staatsgut/BE)", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Experimental Station for Farm Management (Staatsgut/BE)" }, - "TUINH09": { - "code": "TUINH09", - "id": 53818, - "name": "Informatics Heilbronn 9 - Assistant Professorship of Distributed Systems and Security (Prof. G\u00fcnther komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics Heilbronn 9 - Assistant Professorship of Distributed Systems and Security (Prof. G\u00fcnther komm.)" + "15689": { + "code": "TUWZA2M", + "name": "Research Facility Experimental Station for Vegetable Production and Livestock Breeding (Roggenstein/Thalhausen)", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Experimental Station for Vegetable Production and Livestock Breeding (Roggenstein/Thalhausen)" }, - "TUINI00": { - "code": "TUINI00", - "id": 15422, - "name": "Institute of Informatics", - "path": "TUM/Academic department/Former TUM Department of Informatics/Institute of Informatics" + "15701": { + "code": "TUMEZD0", + "name": "Dean's Office Dekanat ME", + "path": "TUM/Academic department/Medicine/Department Administration/Dean's Office" }, - "TUINI01": { - "code": "TUINI01", - "id": 15426, - "name": "Informatics 1 - Chair of Distributed Systems and Operating Systems (Prof. Bhatotia)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 1 - Chair of Distributed Systems and Operating Systems (Prof. Bhatotia)" + "15703": { + "code": "TUMESSK", + "name": "TUM Medical Education Center", + "path": "TUM/Academic department/Medicine/Department Administration/TUM Medical Education Center" }, - "TUINI02": { - "code": "TUINI02", - "id": 15427, - "name": "Informatics 2 - Chair of Formal Languages, Compiler Construction, Software Construction (Prof. Seidl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 2 - Chair of Formal Languages, Compiler Construction, Software Construction (Prof. Seidl)" + "15704": { + "code": "TUMEFVW", + "name": "Department Administration Former TUM Department of Medicine", + "path": "TUM/Academic department/Medicine/Department Administration" }, - "TUINI03": { - "code": "TUINI03", - "id": 15428, - "name": "Informatics 3 - Chair of database systems (Prof. Kemper)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 3 - Chair of database systems (Prof. Kemper)" + "15715": { + "code": "TUMECH0", + "name": "Department of Surgery (Prof. Friess)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)" }, - "TUINI05": { - "code": "TUINI05", - "id": 15430, - "name": "Informatics 5 - Chair of Scientific Computing (Prof. Bungartz)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 5 - Chair of Scientific Computing (Prof. Bungartz)" + "15716": { + "code": "TUMEPC0", + "name": "Department of Plastic Surgery and Hand Surgery (Prof. Machens)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Plastic Surgery and Hand Surgery (Prof. Machens)" }, - "TUINI06": { - "code": "TUINI06", - "id": 15431, - "name": "Informatics 6 - Chair of Robotics, Artificial Intelligence and Real-time Systems (Prof. Knoll)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 6 - Chair of Robotics, Artificial Intelligence and Real-time Systems (Prof. Knoll)" + "15717": { + "code": "TUMEAN0", + "name": "Department of Anesthesiology and Intensive Care (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Anesthesiology and Intensive Care (Prof. Schneider)" + }, + "15718": { + "code": "TUME1M0", + "name": "Department of Internal Medicine I - Cardiology (Prof. Laugwitz)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)" }, - "TUINI07": { - "code": "TUINI07", - "id": 15432, - "name": "Informatics 7 - Chair of Theoretical Computer Science (Prof. Esparza)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 7 - Chair of Theoretical Computer Science (Prof. Esparza)" + "15719": { + "code": "TUME2M0", + "name": "Department of Internal Medicine II - Gastroenterology (Prof. Schmid)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)" }, - "TUINI08": { - "code": "TUINI08", - "id": 15433, - "name": "Informatics 8 - Chair of Network Architectures and Services (Prof. Carle)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 8 - Chair of Network Architectures and Services (Prof. Carle)" + "15720": { + "code": "TUME3M0", + "name": "Department of Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)" }, - "TUINI09": { - "code": "TUINI09", - "id": 15434, - "name": "Informatics 9 - Chair of Computer Vision and Artificial Intelligence (Prof. Cremers)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 9 - Chair of Computer Vision and Artificial Intelligence (Prof. Cremers)" + "15722": { + "code": "TUMENL0", + "name": "Department of Neurology (Prof. Hemmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)" }, - "TUINI10": { - "code": "TUINI10", - "id": 15435, - "name": "Informatics 10 - Chair of Computer Architecture and Parallel Systems (Prof. Schulz)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 10 - Chair of Computer Architecture and Parallel Systems (Prof. Schulz)" + "15723": { + "code": "TUMENC0", + "name": "Department of Neurosurgery (Prof. Meyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurosurgery (Prof. Meyer)" }, - "TUINI11": { - "code": "TUINI11", - "id": 15436, - "name": "Informatics 11 - Chair of Applied Informatics - Cooperative Systems (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 11 - Chair of Applied Informatics - Cooperative Systems (N.N.)" + "15724": { + "code": "TUMEPM0", + "name": "Department of Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)" }, - "TUINI12": { - "code": "TUINI12", - "id": 15437, - "name": "Informatics 12 - Chair of Bioinformatics (Prof. Rost)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 12 - Chair of Bioinformatics (Prof. Rost)" + "15725": { + "code": "TUMEST0", + "name": "Department of Radiooncology and Radiation Therapy (Prof. Combs)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)" }, - "TUINI13": { - "code": "TUINI13", - "id": 15438, - "name": "Informatics 13 - Chair of Decentralized Information Systems and Data Management (Prof. Leis)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 13 - Chair of Decentralized Information Systems and Data Management (Prof. Leis)" + "15726": { + "code": "TUMEHNO", + "name": "Department of Otolaryngology (Prof. Wollenberg)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Otolaryngology (Prof. Wollenberg)" }, - "TUINI14": { - "code": "TUINI14", - "id": 15439, - "name": "Informatics 14 - Chair of efficient algorithms (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 14 - Chair of efficient algorithms (N.N.)" + "15727": { + "code": "TUMEUR0", + "name": "Department of Urology (Prof. Gschwend)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Urology (Prof. Gschwend)" }, - "TUINI15": { - "code": "TUINI15", - "id": 15440, - "name": "Informatics 15 - Chair of Computer Graphics and Visualization (Prof. Westermann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 15 - Chair of Computer Graphics and Visualization (Prof. Westermann)" + "15728": { + "code": "TUMEOR0", + "name": "Department of Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)" }, - "TUINI16": { - "code": "TUINI16", - "id": 15441, - "name": "Informatics 16 - Chair of Computer Aided Medical Procedures (Prof. Navab)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 16 - Chair of Computer Aided Medical Procedures (Prof. Navab)" + "15730": { + "code": "TUMENM0", + "name": "Department of Nuclear Medicine (Prof. Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)" }, - "TUINI17": { - "code": "TUINI17", - "id": 15442, - "name": "Informatics 17 - Chair of Information Systems and Business Process Management (Prof. Rinderle-Ma)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 17 - Chair of Information Systems and Business Process Management (Prof. Rinderle-Ma)" + "15731": { + "code": "TUMEDE0", + "name": "Department of Dermatology and Allergology (Prof. Biedermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Dermatology and Allergology (Prof. Biedermann)" }, - "TUINI18": { - "code": "TUINI18", - "id": 15443, - "name": "Informatics 18 - Chair of Decision Sciences & Systems (Prof. Bichler)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 18 - Chair of Decision Sciences & Systems (Prof. Bichler)" + "15732": { + "code": "TUMEMK0", + "name": "Department of Oral and Maxillofacial Surgery (Prof. Wolff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Oral and Maxillofacial Surgery (Prof. Wolff)" }, - "TUINI19": { - "code": "TUINI19", - "id": 15444, - "name": "Informatics 19 - Chair of Software Engineering for Business Information Systems (Prof. Matthes)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 19 - Chair of Software Engineering for Business Information Systems (Prof. Matthes)" + "15734": { + "code": "TUMEKI0", + "name": "Department of Pediatric Medicine (Prof. Hauer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)" }, - "TUINI20": { - "code": "TUINI20", - "id": 30697, - "name": "Informatics 20 - Chair of IT Security (Prof. Eckert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 20 - Chair of IT Security (Prof. Eckert)" + "15735": { + "code": "TUMEPR0", + "name": "Department of Preventive Sports Medicine and Sports Cardiology (Prof. Halle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Preventive Sports Medicine and Sports Cardiology (Prof. Halle)" }, - "TUINI21": { - "code": "TUINI21", - "id": 24670, - "name": "Informatics 21 - Chair of Logic and Verification (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 21 - Chair of Logic and Verification (N.N.)" + "15736": { + "code": "TUMERO0", + "name": "Institute of Radiology (Prof. Makowski)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)" }, - "TUINI22": { - "code": "TUINI22", - "id": 45151, - "name": "Informatics 4 - Chair of Software & Systems Engineering (Prof. Pretschner)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 4 - Chair of Software & Systems Engineering (Prof. Pretschner)" + "15737": { + "code": "TUMEHM0", + "name": "Institute of Human Genetics (Prof. Winkelmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Human Genetics (Prof. Winkelmann)" }, - "TUINI23": { - "code": "TUINI23", - "id": 46091, - "name": "Informatics 23 - Chair of Sensor-based Robotic Systems and Intelligent Assistance Systems (Prof. Albu-Sch\u00e4ffer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 23 - Chair of Sensor-based Robotic Systems and Intelligent Assistance Systems (Prof. Albu-Sch\u00e4ffer)" + "15738": { + "code": "TUMEKC0", + "name": "Institute of Clinical Chemistry and Pathobiochemistry (Prof. Ruland)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)" }, - "TUINI24": { - "code": "TUINI24", - "id": 47337, - "name": "Informatics 11 - Chair of Connected Mobility (Prof. Ott)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 11 - Chair of Connected Mobility (Prof. Ott)" + "15739": { + "code": "TUMEEO0", + "name": "Institute of Experimental Oncology and Therapeutic Research (Knolle komm.)", + "path": "TUM/Academic department/Medicine/Institutes/Experimental Oncology and Therapeutic Research (Knolle komm.)" }, - "TUINI31": { - "code": "TUINI31", - "id": 51157, - "name": "Informatics 31 - Chair of Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health und TUM School of Computation, Information and Technology)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 31 - Chair of Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health und TUM School of Computation, Information and Technology)" + "15740": { + "code": "TUMEMI0", + "name": "Institute of Medical Microbiology, Immunology and Hygiene (Prof. Busch)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)" }, - "TUINI32": { - "code": "TUINI32", - "id": 51857, - "name": "Informatics 32 - Chair of Computational Imaging and AI in Medicine (Prof. Schnabel)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 32 - Chair of Computational Imaging and AI in Medicine (Prof. Schnabel)" + "15741": { + "code": "TUMEPA0", + "name": "Institute of General and Surgical Pathology (Dr. Mogler komm.)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/General and Surgical Pathology (Dr. Mogler komm.)" }, - "TUINI33": { - "code": "TUINI33", - "id": 53517, - "name": "Informatics 33 - Chair of Engineering Resilient Cognitive Systems (Prof. Trapp)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 33 - Chair of Engineering Resilient Cognitive Systems (Prof. Trapp)" + "15742": { + "code": "TUMEPT0", + "name": "Institute of Pharmacology and Toxicology (Prof. Engelhardt)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmacology and Toxicology (Prof. Engelhardt)" }, - "TUINI34": { - "code": "TUINI34", - "id": 53997, - "name": "Informatics 34 - Chair of IT Service Management, Development and Operations (Prof. Weber)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 34 - Chair of IT Service Management, Development and Operations (Prof. Weber)" + "15743": { + "code": "TUMEIS0", + "name": "Institute of AI and Informatics in Medicine (Prof. R\u00fcckert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)" }, - "TUINI35": { - "code": "TUINI35", - "id": 53797, - "name": "Chair of Informatics 35 - Chair of Perception for Intelligent Systems (Prof. Lilienthal)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 35 - Chair of Perception for Intelligent Systems (Prof. Lilienthal)" + "15744": { + "code": "TUMEGE0", + "name": "Institute of History and Ethics of Medicine (Prof. Buyx)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/History and Ethics of Medicine (Prof. Buyx)" }, - "TUINICT": { - "code": "TUINICT", - "id": 48238, - "name": "Informatics 24 - Associate Professorship of Cyber Trust (Prof. Grossklags)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 24 - Associate Professorship of Cyber Trust (Prof. Grossklags)" + "15745": { + "code": "TUMEBB0", + "name": "Institute of Biological Imaging", + "path": "TUM/Academic department/Medicine/Institutes/Biological Imaging" }, - "TUINL14": { - "code": "TUINL14", - "id": 46357, - "name": "Informatics 14 - Chair of Algorithms and Complexity (Prof. Albers)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 14 - Chair of Algorithms and Complexity (Prof. Albers)" + "15747": { + "code": "TUMETU0", + "name": "Institute of Toxicology and Environmental Hygiene (Prof. G\u00f6ttlicher)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxicology and Environmental Hygiene (Prof. G\u00f6ttlicher)" }, - "TUINPER": { - "code": "TUINPER", - "id": 44009, - "name": "Service office Personell Informatics and Mathematics (SB-P)", - "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/Service office Personell Informatics and Mathematics (SB-P)" + "15748": { + "code": "TUMEVI0", + "name": "Institute of Virology (Prof. Protzer)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virology (Prof. Protzer)" }, - "TUINRBG": { - "code": "TUINRBG", - "id": 44266, - "name": "System Administration Group Informatics (RBG-IN)", - "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/System Administration Group Informatics (RBG-IN)" + "15749": { + "code": "TUMEDHX", + "name": "German Heart Centre Munich", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich" }, - "TUINSBS": { - "code": "TUINSBS", - "id": 15417, - "name": "Service office Academic Programs (SB-S-IN)", - "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/Service office Academic Programs (SB-S-IN)" + "15750": { + "code": "TUMEIR0", + "name": "Institute of Forensic Medicine - LMU", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Forensic Medicine - LMU" }, - "TUINZE1": { - "code": "TUINZE1", - "id": 44264, - "name": "Central institutions of the academic department", - "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department" + "15751": { + "code": "TUMEER0", + "name": "Clinic of Nutritional Medicine (Prof. Hauner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nutritional Medicine (Prof. Hauner)" }, - "TULRAAS": { - "code": "TULRAAS", - "id": 50997, - "name": "Assistant Professorship of Autonomous Aerial Systems (Prof. Ryll)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Autonomous Aerial Systems (Prof. Ryll)" + "15919": { + "code": "TUMECH1", + "name": "Chair of Surgery (Prof. Friess)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)/Surgery (Prof. Friess)" }, - "TULRAPG": { - "code": "TULRAPG", - "id": 15101, - "name": "Chair of Astronomical and Physical Geodesy (Prof. Pail)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Astronomical and Physical Geodesy (Prof. Pail)" + "15921": { + "code": "TUMECH3", + "name": "Chair of Vascular and Endovascular Surgery (Prof. Branzan)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Vascular and Endovascular Surgery (Prof. Branzan)/Vascular and Endovascular Surgery (Prof. Branzan)" }, - "TULRBGD": { - "code": "TULRBGD", - "id": 50657, - "name": "Assistant Professorship of Big Geospatial Data Management (Prof. Werner)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Big Geospatial Data Management (Prof. Werner)" + "15923": { + "code": "TUMECH2", + "name": "Associate Professorship of Immunosuppression and Postoperative Sepsis (Prof. Holzmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)/Immunosuppression and Postoperative Sepsis (Prof. Holzmann)" }, - "TULREAV": { - "code": "TULREAV", - "id": 51257, - "name": "Assistant Professorship of eAviation (Prof. Daoud komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/eAviation (Prof. Daoud komm.)" + "15928": { + "code": "TUMEAN1", + "name": "Chair of Anesthesiology (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Anesthesiology and Intensive Care (Prof. Schneider)/Anesthesiology (Prof. Schneider)" }, - "TULRESP": { - "code": "TULRESP", - "id": 23659, - "name": "German Geodetic Research Institute and Chair of Geodetic Geodynamics (Prof. Seitz)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/German Geodetic Research Institute and Chair of Geodetic Geodynamics (Prof. Seitz)" + "15934": { + "code": "TUME1M1", + "name": "Chair of Internal Medicine I - Cardiology (DHM) (Prof. Schunkert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Internal Medicine I - Cardiology (DHM) (Prof. Schunkert)" }, - "TULRFLR": { - "code": "TULRFLR", - "id": 49517, - "name": "Former TUM Department of Aerospace and Geodesy", - "path": "TUM/Academic department/Former TUM Department of Aerospace and Geodesy" + "15939": { + "code": "TUME2M1", + "name": "Chair of Internal Medicine II (Prof. Schmid)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Internal Medicine II (Prof. Schmid)" }, - "TULRFPF": { - "code": "TULRFPF", - "id": 15105, - "name": "Associate Professorship of Photogrammetry and Remote Sensing (Prof. Jutzi komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Photogrammetry and Remote Sensing (Prof. Jutzi komm.)" + "15941": { + "code": "TUME2M3", + "name": "Associate Professorship of Nephrology (Prof. Heemann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)/Nephrology (Prof. Heemann)" }, - "TULRFSD": { - "code": "TULRFSD", - "id": 15305, - "name": "Chair of Flight System Dynamics (Prof. Holzapfel)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Flight System Dynamics (Prof. Holzapfel)" + "15946": { + "code": "TUME3M1", + "name": "Chair of Internal Medicine III - Hematology und Onkology (Prof. Bassermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)/Internal Medicine III - Hematology und Onkology (Prof. Bassermann)" }, - "TULRFSG": { - "code": "TULRFSG", - "id": 14915, - "name": "Research Institute Satellite Geodesy (BE)", - "path": "TUM/Schools/Engineering and Design/Research Institute Satellite Geodesy (BE)" + "15950": { + "code": "TUMEGY1", + "name": "Chair of Gynaecology (Prof. Kiechle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Gynecology (Prof. Kiechle)/Gynaecology (Prof. Kiechle)" }, - "TULRFSV": { - "code": "TULRFSV", - "id": 50499, - "name": "Aerospace and Geodesy", - "path": "TUM/Schools/Engineering and Design/Student Council/Aerospace and Geodesy" + "15956": { + "code": "TUMENL1", + "name": "Chair of Neurology (Prof. Hemmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)/Neurology (Prof. Hemmer)" }, - "TULRGDS": { - "code": "TULRGDS", - "id": 15098, - "name": "Chair of Engineering Geodesy (Prof. Holst)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Engineering Geodesy (Prof. Holst)" + "15963": { + "code": "TUMENC1", + "name": "Chair of Neurosurgery (Prof. Meyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurosurgery (Prof. Meyer)/Neurosurgery (Prof. Meyer)" }, - "TULRGIS": { - "code": "TULRGIS", - "id": 15100, - "name": "Chair of Geoinformatics (Prof.Kolbe)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Geoinformatics (Prof.Kolbe)" + "15968": { + "code": "TUMEPM1", + "name": "Chair of Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)/Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)" }, - "TULRHST": { - "code": "TULRHST", - "id": 43429, - "name": "Chair of Rotorcraft and Vertical Flight (Prof. Yavrucuk)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Rotorcraft and Vertical Flight (Prof. Yavrucuk)" + "15973": { + "code": "TUMEST1", + "name": "Chair of Radiotherapy and Radiological Oncology (Prof. Combs)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)/Radiotherapy and Radiological Oncology (Prof. Combs)" + }, + "15977": { + "code": "TUMEHN1", + "name": "Chair of Otorhinolaryngology (Prof. Wollenberg)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Otolaryngology (Prof. Wollenberg)/Otorhinolaryngology (Prof. Wollenberg)" }, - "TULRLCC": { - "code": "TULRLCC", - "id": 24074, - "name": "Chair of Carbon Composites (Prof. Drechsler)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Carbon Composites (Prof. Drechsler)" + "15982": { + "code": "TUMEUR1", + "name": "Chair of Urology (Prof. Gschwend)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Urology (Prof. Gschwend)/Urology (Prof. Gschwend)" }, - "TULRLEW": { - "code": "TULRLEW", - "id": 15099, - "name": "Chair of Land Management (Prof. de Vries)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Land Management (Prof. de Vries)" + "15988": { + "code": "TUMEOR1", + "name": "Chair of Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)" }, - "TULRLFK": { - "code": "TULRLFK", - "id": 15103, - "name": "Chair of Cartography and Visual Analytics (Prof. Meng)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Cartography and Visual Analytics (Prof. Meng)" + "15989": { + "code": "TUMEOR3", + "name": "Associate Professorship of Sports Orthopaedy (N.N.)", + "path": "TUM/Academic department/Medicine/Further Chairs and Professorships/Sports Orthopaedy (N.N.)" }, - "TULRLLS": { - "code": "TULRLLS", - "id": 15304, - "name": "Chair of Aircraft Design (Prof. Hornung)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Aircraft Design (Prof. Hornung)" + "15991": { + "code": "TUMEUC1", + "name": "Chair of Trauma Surgery (Prof. Biberthaler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Trauma Surgery (Prof. Biberthaler)/Trauma Surgery (Prof. Biberthaler)" }, - "TULRLMF": { - "code": "TULRLMF", - "id": 15104, - "name": "Chair of Remote Sensing Technology (Dr. K\u00f6rner komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Remote Sensing Technology (Dr. K\u00f6rner komm.)" + "15995": { + "code": "TUMEAU1", + "name": "Chair of Ophtalmology (Prof. Charbel Issa)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Ophthalmology (Prof. Charbel Issa)/Ophtalmology (Prof. Charbel Issa)" }, - "TULRLRT": { - "code": "TULRLRT", - "id": 15309, - "name": "Chair of Astronautics (Prof. Holzapfel komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Astronautics (Prof. Holzapfel komm.)" + "15999": { + "code": "TUMENM1", + "name": "Chair of Nuclear Medicine (Prof. Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)/Nuclear Medicine (Prof. Weber)" }, - "TULRLTF": { - "code": "TULRLTF", - "id": 15308, - "name": "Chair of Turbomachinery and Flight Propulsion (Prof. G\u00fcmmer)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Turbomachinery and Flight Propulsion (Prof. G\u00fcmmer)" + "16005": { + "code": "TUMEDE1", + "name": "Chair of Dermatology and Allergology (Prof. Biedermann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Dermatology and Allergology (Prof. Biedermann)/Dermatology and Allergology (Prof. Biedermann)" }, - "TULRNAV": { - "code": "TULRNAV", - "id": 15369, - "name": "Chair of Communication and Navigation (N.N.)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Communication and Navigation (N.N.)" + "16007": { + "code": "TUMEMA1", + "name": "Chair of Molecular allergology and Environment (Prof. Schmidt-Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Allergology (Prof. Schmidt-Weber)/Molecular allergology and Environment (Prof. Schmidt-Weber)" }, - "TULRRFA": { - "code": "TULRRFA", - "id": 44566, - "name": "Chair of Space Mobility and Propulsion (Prof. Manfletti)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Space Mobility and Propulsion (Prof. Manfletti)" + "16012": { + "code": "TUMEMK1", + "name": "Chair of Odontology, in particular Oral and Maxillofacial Surgery (Prof. Wolff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Oral and Maxillofacial Surgery (Prof. Wolff)/Odontology, in particular Oral and Maxillofacial Surgery (Prof. Wolff)" }, - "TULRSFM": { - "code": "TULRSFM", - "id": 50897, - "name": "Assistant Professorship of Sustainable Future Mobility (Prof. Jocher)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Sustainable Future Mobility (Prof. Jocher)" + "16013": { + "code": "TUMEMK2", + "name": "Associate Professorship of Dental Surgery and Implantology (Prof. Deppe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Oral and Maxillofacial Surgery (Prof. Wolff)/Dental Surgery and Implantology (Prof. Deppe)" }, - "TULRSGD": { - "code": "TULRSGD", - "id": 15102, - "name": "Associate Professorship of Satellite Geodesy (Prof. Hugentobler)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Satellite Geodesy (Prof. Hugentobler)" + "16017": { + "code": "TUMEPS1", + "name": "Chair of Psychiatry and Psychotherapy (Prof. Priller)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychiatry and Psychotherapy (Prof. Priller)/Psychiatry and Psychotherapy (Prof. Priller)" }, - "TULRSIG": { - "code": "TULRSIG", - "id": 47297, - "name": "Chair of Data Science in Earth Observation (Prof. Zhu)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Data Science in Earth Observation (Prof. Zhu)" + "16021": { + "code": "TUMEKI1", + "name": "Chair of Paediatrics (Prof. Hauer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Paediatrics (Prof. Hauer)" }, - "TUMAF01": { - "code": "TUMAF01", - "id": 14617, - "name": "Associate Professorship of Applied Mathematical Statistics (Prof. Czado)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Mathematical Statistics (Prof. Czado)" + "16029": { + "code": "TUMEPR1", + "name": "Chair of Preventive Sports Medicine and Sports Cardiology (Prof. Halle) (Prof. Halle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Preventive Sports Medicine and Sports Cardiology (Prof. Halle)/Preventive Sports Medicine and Sports Cardiology (Prof. Halle) (Prof. Halle)" }, - "TUMAF04": { - "code": "TUMAF04", - "id": 20823, - "name": "Associate Professorship of Applied Topology and Geometry (Prof. Bauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Topology and Geometry (Prof. Bauer)" + "16034": { + "code": "TUMERO1", + "name": "Chair of Radiology (Prof. Makowski)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Radiology (Prof. Makowski)" }, - "TUMAF05": { - "code": "TUMAF05", - "id": 20824, - "name": "Associate Professorship of Mathematics in Life Sciences (Prof. Kuttler)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematics in Life Sciences (Prof. Kuttler)" + "16036": { + "code": "TUMERO2", + "name": "Associate Professorship of Department Interventional Radiology (Prof. Paprottka)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Department Interventional Radiology (Prof. Paprottka)" }, - "TUMAF06": { - "code": "TUMAF06", - "id": 14610, - "name": "Associate Professorship of Scientific Computing and Uncertainty Quantification (Prof. Ullmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Scientific Computing and Uncertainty Quantification (Prof. Ullmann)" + "16037": { + "code": "TUMERO3", + "name": "Associate Professorship of Neuroradiology (Prof. Zimmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)/Neuroradiology (Prof. Zimmer)" }, - "TUMAF07": { - "code": "TUMAF07", - "id": 14612, - "name": "Associate Professorship of Discrete Mathematics (Prof. Weltge)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Discrete Mathematics (Prof. Weltge)" + "16041": { + "code": "TUMEHM1", + "name": "Chair of Human Genetics (Prof. Winkelmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Human Genetics (Prof. Winkelmann)/Human Genetics (Prof. Winkelmann)" }, - "TUMAF08": { - "code": "TUMAF08", - "id": 20805, - "name": "Associate Professorship of Geometry I (Prof. Hoffmann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometry I (Prof. Hoffmann)" + "16045": { + "code": "TUMEKC1", + "name": "Chair of Clinical Chemistry and Pathobiochemistry (Prof. Ruland)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)" }, - "TUMAF09": { - "code": "TUMAF09", - "id": 20806, - "name": "Associate Professorship of Applied Mathematics in Ecology and Medicine (Prof. M\u00fcller)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Mathematics in Ecology and Medicine (Prof. M\u00fcller)" + "16049": { + "code": "TUMEEO1", + "name": "Chair of Experimental Oncology and Therapy Research (Prof. Knolle komm.)", + "path": "TUM/Academic department/Medicine/Institutes/Experimental Oncology and Therapeutic Research (Knolle komm.)/Experimental Oncology and Therapy Research (Prof. Knolle komm.)" }, - "TUMAF10": { - "code": "TUMAF10", - "id": 20816, - "name": "Associate Professorship of Dynamic Systems (Prof. Matthes)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Dynamic Systems (Prof. Matthes)" + "16053": { + "code": "TUMEMI1", + "name": "Chair of Medical Microbiology, Immunology and Hygiene (Prof. Busch)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)/Medical Microbiology, Immunology and Hygiene (Prof. Busch)" }, - "TUMAF11": { - "code": "TUMAF11", - "id": 20795, - "name": "Associate Professorship of Probability Theory (Prof. Rolles)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Probability Theory (Prof. Rolles)" + "16057": { + "code": "TUMEPA1", + "name": "Chair of Pathology (N.N.)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/General and Surgical Pathology (Dr. Mogler komm.)/Pathology (N.N.)" }, - "TUMAF12": { - "code": "TUMAF12", - "id": 20796, - "name": "Associate Professorship of Numerics of Complex Systems (Prof. Junge)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerics of Complex Systems (Prof. Junge)" + "16065": { + "code": "TUMEPT1", + "name": "Chair of Pharmacology and Toxicology (Prof. Engelhardt)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmacology and Toxicology (Prof. Engelhardt)/Pharmacology and Toxicology (Prof. Engelhardt)" }, - "TUMAF13": { - "code": "TUMAF13", - "id": 20807, - "name": "Associate Professorship of Analysis and its applications (Prof. Warzel)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis and its applications (Prof. Warzel)" + "16070": { + "code": "TUMEIS1", + "name": "Chair of Medical Informatics (Prof. Boeker)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)/Medical Informatics (Prof. Boeker)" }, - "TUMAF14": { - "code": "TUMAF14", - "id": 20817, - "name": "Associate Professorship of Biostatistics (Prof. Ankerst)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Biostatistics (Prof. Ankerst)" + "16080": { + "code": "TUMEGE1", + "name": "Associate Professorship of Ethics in Medicine and Health Technologies (Prof. Buyx)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/History and Ethics of Medicine (Prof. Buyx)/Ethics in Medicine and Health Technologies (Prof. Buyx)" }, - "TUMAF15": { - "code": "TUMAF15", - "id": 20825, - "name": "Associate Professorship of Numerics for Partial Differential Equations (Prof. Lasser)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerics for Partial Differential Equations (Prof. Lasser)" + "16091": { + "code": "TUMETU1", + "name": "Chair of Toxicology and Environmental Hygiene (HMGU) (Prof. G\u00f6ttlicher)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxicology and Environmental Hygiene (Prof. G\u00f6ttlicher)/Toxicology and Environmental Hygiene (HMGU) (Prof. G\u00f6ttlicher)" }, - "TUMAF17": { - "code": "TUMAF17", - "id": 20783, - "name": "Chair of Analysis and Modelling (Prof. Zimmer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis and Modelling (Prof. Zimmer)" + "16095": { + "code": "TUMEVI1", + "name": "Chair of Virology (HMGU) (Prof. Protzer)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virology (Prof. Protzer)/Virology (HMGU) (Prof. Protzer)" }, - "TUMAF18": { - "code": "TUMAF18", - "id": 42712, - "name": "Associate Professorship of Discrete Mathematics and Combinational Optimization (Prof. Wiese)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Discrete Mathematics and Combinational Optimization (Prof. Wiese)" + "16100": { + "code": "TUMEDH1", + "name": "Clinic for Heart and Vascular Surgery (DHM) (Prof. Krane)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Surgery (DHM) (Prof. Krane)" }, - "TUMAF20": { - "code": "TUMAF20", - "id": 14614, - "name": "Assistant Professorship of Mathematical Finance (Prof. Knochenhauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Finance (Prof. Knochenhauer)" + "16101": { + "code": "TUMEDH2", + "name": "Clinic for Paediatric Cardiology (DHM) (Prof. Ewert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)" }, - "TUMAF22": { - "code": "TUMAF22", - "id": 44804, - "name": "Associate Professorship of Risk and Insurance (Prof. Scherer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Risk and Insurance (Prof. Scherer)" + "16102": { + "code": "TUMEDH0", + "name": "Clinic for Heart and Vascular Diseases (DHM) (Prof. Schunkert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)" }, - "TUMAF23": { - "code": "TUMAF23", - "id": 44928, - "name": "Associate Professorship of Theory of Complex Quantum Systems (Prof. K\u00f6nig)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Theory of Complex Quantum Systems (Prof. K\u00f6nig)" + "16110": { + "code": "TUMEER1", + "name": "Chair of Nutritional Medicine (Prof. Hauner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nutritional Medicine (Prof. Hauner)/Nutritional Medicine (Prof. Hauner)" }, - "TUMAF24": { - "code": "TUMAF24", - "id": 45048, - "name": "Associate Professorship of Mathematical Continuum Mechanics (Prof. Cicalese)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Continuum Mechanics (Prof. Cicalese)" + "16114": { + "code": "TUMENW1", + "name": "Hertie Senior Research Professorship in Neuroscience (Prof. Konnerth)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neuroscience (Prof. Konnerth)/Hertie Senior Research Professorship in Neuroscience (Prof. Konnerth)" }, - "TUMAF25": { - "code": "TUMAF25", - "id": 45049, - "name": "Associate Professorship of Stochastic Processes (Prof. Berger Steiger)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Stochastic Processes (Prof. Berger Steiger)" + "16121": { + "code": "TUSPZ01", + "name": "Dean's Office Dekanat SG", + "path": "TUM/Academic department/Sport and Health Sciences/Department Administration/Dean's Office" }, - "TUMAF27": { - "code": "TUMAF27", - "id": 45591, - "name": "Chair of Algebraic Geometry (Prof. Liedtke)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algebraic Geometry (Prof. Liedtke)" + "16123": { + "code": "TUSPFMG", + "name": "Faculty management", + "path": "TUM/Academic department/Sport and Health Sciences/Department Administration/Faculty management" }, - "TUMAF28": { - "code": "TUMAF28", - "id": 46318, - "name": "Associate Professorship of Optimization and Data Analysis (Prof. Krahmer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimization and Data Analysis (Prof. Krahmer)" + "16124": { + "code": "TUSPFVW", + "name": "Department Administration Former TUM Department of Sport and Health Sciences", + "path": "TUM/Academic department/Sport and Health Sciences/Department Administration" }, - "TUMAF30": { - "code": "TUMAF30", - "id": 47757, - "name": "Chair of Multiscale and Stochastic Dynamics (Prof. K\u00fchn)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Multiscale and Stochastic Dynamics (Prof. K\u00fchn)" + "16128": { + "code": "TUSPZ05", + "name": "Central Branch Applied Sports Science", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Central Branch Applied Sports Science" }, - "TUMAFMA": { - "code": "TUMAFMA", - "id": 14178, - "name": "Former TUM Department of Mathematics", - "path": "TUM/Academic department/Former TUM Department of Mathematics" + "16129": { + "code": "TUSPL04", + "name": "Working Area Media and Communication (Dr. Schaffrath)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Working Area Media and Communication (Dr. Schaffrath)" }, - "TUMAFRW": { - "code": "TUMAFRW", - "id": 44013, - "name": "Finances", - "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics/Finances" + "16130": { + "code": "TUSPL02", + "name": "Chair of Preventive pediatric (Prof. Oberhoffer-Fritz)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Preventive pediatric (Prof. Oberhoffer-Fritz)" }, - "TUMAJNG": { - "code": "TUMAJNG", - "id": 19584, - "name": "John-von-Neumann Visiting Professorship", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/John-von-Neumann Visiting Professorship" + "16131": { + "code": "TUSPL06", + "name": "Assistant Professorship of Educational Science in Sport and Health (Prof. Demetriou)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Educational Science in Sport and Health (Prof. Demetriou)" }, - "TUMAM01": { - "code": "TUMAM01", - "id": 14602, - "name": "Chair of Mathematical Optimization (Prof. Ulbrich)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Optimization (Prof. Ulbrich)" + "16132": { + "code": "TUSPL05", + "name": "Working Area Sport Psychology (Dr. Ehrlenspiel)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Working Area Sport Psychology (Dr. Ehrlenspiel)" }, - "TUMAM02": { - "code": "TUMAM02", - "id": 14577, - "name": "Chair of Numerical Analysis (Prof. Wohlmuth)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerical Analysis (Prof. Wohlmuth)" + "16133": { + "code": "TUSPL01", + "name": "Associate Professorship of Biomechanics in sports (Prof. Schwirtz)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Biomechanics in sports (Prof. Schwirtz)" }, - "TUMAM03": { - "code": "TUMAM03", - "id": 14604, - "name": "Chair of Scientific Computing (Prof. Bornemann)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Scientific Computing (Prof. Bornemann)" + "16134": { + "code": "TUMWSGM", + "name": "Associate Professorship of Sport Equipment and Sport Materials (Prof.Senner)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Sport Equipment and Sport Materials (Prof.Senner)" }, - "TUMAM04": { - "code": "TUMAM04", - "id": 14600, - "name": "Chair of Mathematical Statistics (Prof. Drton)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Statistics (Prof. Drton)" + "16135": { + "code": "TUSPL08", + "name": "Associate Professorship of Health Economics (Prof. Sundmacher)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Health Economics (Prof. Sundmacher)" + }, + "16136": { + "code": "TUSPL03", + "name": "Associate Professorship of Neuromuscular Diagnostics (Prof. Franklin)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Neuromuscular Diagnostics (Prof. Franklin)" }, - "TUMAM05": { - "code": "TUMAM05", - "id": 14597, - "name": "Chair of Mathematical physics (Prof. Wolf)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical physics (Prof. Wolf)" + "16141": { + "code": "TUSPL00", + "name": "Chairs and Professorships", + "path": "TUM/Academic department/Sport and Health Sciences/Chairs and Professorships" }, - "TUMAM06": { - "code": "TUMAM06", - "id": 14605, - "name": "Chair of Numerical Mathematics and Control Theory (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerical Mathematics and Control Theory (N.N.)" + "16201": { + "code": "TUPHE13", + "name": "Chair of Functional Materials (Prof. M\u00fcller-Buschbaum)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Functional Materials (Prof. M\u00fcller-Buschbaum)" }, - "TUMAM07": { - "code": "TUMAM07", - "id": 14583, - "name": "Chair of Global Analysis (Prof. Friesecke)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Global Analysis (Prof. Friesecke)" + "16202": { + "code": "TUPHE14", + "name": "Chair of Physics of Synthetic Biological Systems (Prof. Simmel)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Physics of Synthetic Biological Systems (Prof. Simmel)" }, - "TUMAM08": { - "code": "TUMAM08", - "id": 14596, - "name": "Chair of Advanced Mathematics and Analytical Mechanics (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Advanced Mathematics and Analytical Mechanics (N.N.)" + "16203": { + "code": "TUPHE15", + "name": "Chair of Experimental Astro\u00adparticle Physics (Prof. Sch\u00f6nert)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Astro\u00adparticle Physics (Prof. Sch\u00f6nert)" }, - "TUMAM09": { - "code": "TUMAM09", - "id": 14599, - "name": "Chair of Geometry (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometry (N.N.)" + "16205": { + "code": "TUPHE17", + "name": "Chair of Biomedical Physics (Prof. Pfeiffer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Biomedical Physics (Prof. Pfeiffer)" }, - "TUMAM10": { - "code": "TUMAM10", - "id": 14598, - "name": "Chair of Geometry and Visualization (Prof. Richter-Gebert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometry and Visualization (Prof. Richter-Gebert)" + "16206": { + "code": "TUPHE18", + "name": "Chair of Physics I (Prof. Paul)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics I (Prof. Paul)" }, - "TUMAM11": { - "code": "TUMAM11", - "id": 14607, - "name": "Chair of Algorithmic Algebra (Prof. Kemper)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algorithmic Algebra (Prof. Kemper)" + "16208": { + "code": "TUPHE20", + "name": "Chair of Experimental Physics (Prof. Barth)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics (Prof. Barth)" }, - "TUMAM12": { - "code": "TUMAM12", - "id": 14603, - "name": "Chair of Mathematical Modelling of Biological Systems (Prof. Theis)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Modelling of Biological Systems (Prof. Theis)" + "16209": { + "code": "TUPHE21", + "name": "Chair of Experimental Physics II (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Experimental Physics II (N.N.)" }, - "TUMAM13": { - "code": "TUMAM13", - "id": 19519, - "name": "Chair of Mathematical Finance (Prof. Zagst)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Finance (Prof. Zagst)" + "16210": { + "code": "TUPHE22", + "name": "Chair of Biophysics (Prof. Rief)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biophysics (Prof. Rief)" }, - "TUMAM14": { - "code": "TUMAM14", - "id": 41916, - "name": "Chair of Probability Theory (Prof. Gantert)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Probability Theory (Prof. Gantert)" + "16211": { + "code": "TUPHE23", + "name": "Chair of Technical Physics (Prof. Gross/Prof. Filipp)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technical Physics (Prof. Gross/Prof. Filipp)" }, - "TUMAM15": { - "code": "TUMAM15", - "id": 44404, - "name": "Chair of Applied Numerical Analysis (Prof. Fornasier)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Numerical Analysis (Prof. Fornasier)" + "16213": { + "code": "TUPHE25", + "name": "Chair of Experimental Semiconductor Physics (Prof. Sharp)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Semiconductor Physics (Prof. Sharp)" }, - "TUMAM16": { - "code": "TUMAM16", - "id": 45110, - "name": "Chair of Numerical Methods in Plasma Physics (Prof. Sonnendr\u00fccker)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerical Methods in Plasma Physics (Prof. Sonnendr\u00fccker)" + "16214": { + "code": "TUPHT31", + "name": "Chair of Theoretical Elementary Particle Physics (Prof. Beneke)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Elementary Particle Physics (Prof. Beneke)" }, - "TUMAM17": { - "code": "TUMAM17", - "id": 20674, - "name": "Chair of Optimal Control (Prof. Vexler)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimal Control (Prof. Vexler)" + "16216": { + "code": "TUPHT34", + "name": "Chair of Theoretical Physics V - (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Theoretical Physics V - (N.N.)" }, - "TUMAM31": { - "code": "TUMAM31", - "id": 40884, - "name": "Chair of Arithmetic Algebra (N.N.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Arithmetic Algebra (N.N.)" + "16218": { + "code": "TUPHT38", + "name": "Chair of Theoretical Biophysics - Biomolecular Dynamics (Prof. Zacharias)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretical Biophysics - Biomolecular Dynamics (Prof. Zacharias)" }, - "TUMARBG": { - "code": "TUMARBG", - "id": 44884, - "name": "Other Institution Rechnerbetriebsgruppe Mathematik und Informatik (RBG)", - "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics/Other Institution" + "16219": { + "code": "TUPHT39", + "name": "Chair of Theoretical Physics - Applied Quantum Field Theory (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Theoretical Physics - Applied Quantum Field Theory (N.N.)" }, - "TUMASBM": { - "code": "TUMASBM", - "id": 44011, - "name": "Service office Mathematics", - "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics" + "16227": { + "code": "TUPHT35", + "name": "Chair of Theoretical Biophysics (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Theoretical Biophysics (N.N.)" }, - "TUMASSK": { - "code": "TUMASSK", - "id": 16502, - "name": "Other Institution Study", - "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics/Study" + "16301": { + "code": "TUPE000", + "name": "Institutions close to the University", + "path": "TUM/Institutions close to the University" }, - "TUMASTB": { - "code": "TUMASTB", - "id": 44026, - "name": "TUMStat", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Statistics (Prof. Drton)/TUMStat" + "16338": { + "code": "TUPESBW", + "name": "Bavarian Statebrewery Weihenstephan (Enterprise)", + "path": "TUM/Institutions close to the University/Bavarian Statebrewery Weihenstephan (Enterprise)" }, - "TUMATOP": { - "code": "TUMATOP", - "id": 50197, - "name": "Assistant Professorship of Topology (Prof. Scheimbauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Topology (Prof. Scheimbauer)" + "16340": { + "code": "TUPEZAE", + "name": "The Bavarian Center for Applied Energy Research e.V. (ZAE Bayern)", + "path": "TUM/Institutions close to the University/The Bavarian Center for Applied Energy Research e.V. (ZAE Bayern)" }, - "TUME1M0": { - "code": "TUME1M0", - "id": 15718, - "name": "Department of Internal Medicine I - Cardiology (Prof. Laugwitz)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)" + "16341": { + "code": "TUPEGRS", + "name": "Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH", + "path": "TUM/Institutions close to the University/Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH" }, - "TUME1M1": { - "code": "TUME1M1", - "id": 15934, - "name": "Chair of Internal Medicine I - Cardiology (DHM) (Prof. Schunkert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Internal Medicine I - Cardiology (DHM) (Prof. Schunkert)" + "16342": { + "code": "TUPECNS", + "name": "J\u00fclich Center for Neutron Science", + "path": "TUM/Institutions close to the University/J\u00fclich Center for Neutron Science" }, - "TUME1M2": { - "code": "TUME1M2", - "id": 27811, - "name": "Associate Professorship of Internal Medicine (DHM) (Prof. Kastrati)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Internal Medicine (DHM) (Prof. Kastrati)" + "16343": { + "code": "TUPEMPA", + "name": "Max-Planck-Institute for Astrophysics (MPA)", + "path": "TUM/Institutions close to the University/Max-Planck-Institute for Astrophysics (MPA)" }, - "TUME1M3": { - "code": "TUME1M3", - "id": 54565, - "name": "Assistant Professorship of Gene Editing (Prof. Gr\u00fcnewald)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Gene Editing (Prof. Gr\u00fcnewald)" + "16344": { + "code": "TUPEMPB", + "name": "Max-Planck-Institute for Biochemistry (MPBC)", + "path": "TUM/Institutions close to the University/Max-Planck-Institute for Biochemistry (MPBC)" }, - "TUME1M4": { - "code": "TUME1M4", - "id": 54566, - "name": "Associate Professorship of Cardiovascular Translation in Large Animal Models (Prof. Klymiuk)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Cardiovascular Translation in Large Animal Models (Prof. Klymiuk)" + "16345": { + "code": "TUPEIPP", + "name": "Max-Planck-Institute for Plasmaphysics (IPP)", + "path": "TUM/Institutions close to the University/Max-Planck-Institute for Plasmaphysics (IPP)" }, - "TUME1M5": { - "code": "TUME1M5", - "id": 54600, - "name": "Associate Professorship of Molekulare Kardiologie (Prof. Laugwitz)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Molekulare Kardiologie (Prof. Laugwitz)" + "16346": { + "code": "TUPEMPQ", + "name": "Max-Planck-Institute for Quantum Optics (MPQ)", + "path": "TUM/Institutions close to the University/Max-Planck-Institute for Quantum Optics (MPQ)" }, - "TUME1M6": { - "code": "TUME1M6", - "id": 54601, - "name": "Associate Professorship of Regenerative Medicine in Cardiovascular Disease (Prof. Moretti)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Regenerative Medicine in Cardiovascular Disease (Prof. Moretti)" + "16347": { + "code": "TUPEMPE", + "name": "Max-Planck-Institue for Extraterrestrial Physics (MPE)", + "path": "TUM/Institutions close to the University/Max-Planck-Institue for Extraterrestrial Physics (MPE)" }, - "TUME2M0": { - "code": "TUME2M0", - "id": 15719, - "name": "Department of Internal Medicine II - Gastroenterology (Prof. Schmid)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)" + "16348": { + "code": "TUPEPTP", + "name": "Bavarian State Testing Institute for Technical Physics (BE)", + "path": "TUM/Institutions close to the University/Bavarian State Testing Institute for Technical Physics (BE)" }, - "TUME2M1": { - "code": "TUME2M1", - "id": 15939, - "name": "Chair of Internal Medicine II (Prof. Schmid)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Internal Medicine II (Prof. Schmid)" + "16349": { + "code": "TUPEIST", + "name": "TUM Asia", + "path": "TUM/Institutions close to the University/TUM Asia" }, - "TUME2M2": { - "code": "TUME2M2", - "id": 54567, - "name": "Associate Professorship of Tumormetabolism (Prof. Alg\u00fcl)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Tumormetabolism (Prof. Alg\u00fcl)" + "16350": { + "code": "TUPEGTG", + "name": "GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH", + "path": "TUM/Institutions close to the University/GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH" }, - "TUME2M3": { - "code": "TUME2M3", - "id": 15941, - "name": "Associate Professorship of Nephrology (Prof. Heemann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)/Nephrology (Prof. Heemann)" + "16351": { + "code": "TUPEISR", + "name": "ISaR Institute for Safety and Reliability GmbH", + "path": "TUM/Institutions close to the University/ISaR Institute for Safety and Reliability GmbH" }, - "TUME2M5": { - "code": "TUME2M5", - "id": 45571, - "name": "Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)" + "16352": { + "code": "TUPEVHB", + "name": "Virtual University of Bavaria (vhb)", + "path": "TUM/Institutions close to the University/Virtual University of Bavaria (vhb)" }, - "TUME2M6": { - "code": "TUME2M6", - "id": 45771, - "name": "Molecular Oncology and Functional Genomics (Prof. Rad)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Oncology and Functional Genomics (Prof. Rad)/Molecular Oncology and Functional Genomics (Prof. Rad)" + "16353": { + "code": "TUPEBM2", + "name": "Public Building Authority Munich 2", + "path": "TUM/Institutions close to the University/Public Building Authority Munich 2" }, - "TUME2M7": { - "code": "TUME2M7", - "id": 54658, - "name": "Associate Professorship of Clinical Toxicology (Prof. Eyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)/Clinical Toxicology (Prof. Eyer)" + "16354": { + "code": "TUPEKHG", + "name": "Catholic University Congregation", + "path": "TUM/Institutions close to the University/Catholic University Congregation" }, - "TUME2M8": { - "code": "TUME2M8", - "id": 54660, - "name": "Abteilung f\u00fcr Nephrologie (Prof. Heemann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)" + "16355": { + "code": "TUPEEHG", + "name": "Protestant University Congregation", + "path": "TUM/Institutions close to the University/Protestant University Congregation" }, - "TUME2M9": { - "code": "TUME2M9", - "id": 54665, - "name": "Associate Professorship of Translationale Pankreaskrebsforschung (Prof. Reichert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Translationale Pankreaskrebsforschung (Prof. Reichert)" + "16356": { + "code": "TUPEWMI", + "name": "Walther-Meissner-Institute (WMI)", + "path": "TUM/Institutions close to the University/Walther-Meissner-Institute (WMI)" }, - "TUME3M0": { - "code": "TUME3M0", - "id": 15720, - "name": "Department of Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)" + "16357": { + "code": "TUPEMLL", + "name": "Accelerator Laboratory of the LMU and TUM / Maier-Leibnitz-Laboratorium (MLL)", + "path": "TUM/Institutions close to the University/Accelerator Laboratory of the LMU and TUM / Maier-Leibnitz-Laboratorium (MLL)" }, - "TUME3M1": { - "code": "TUME3M1", - "id": 15946, - "name": "Chair of Internal Medicine III - Hematology und Onkology (Prof. Bassermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)/Internal Medicine III - Hematology und Onkology (Prof. Bassermann)" + "16358": { + "code": "TUPEMPP", + "name": "Max-Planck-Institute for Physics / Werner-Heisenberg-Institute (MPP)", + "path": "TUM/Institutions close to the University/Max-Planck-Institute for Physics / Werner-Heisenberg-Institute (MPP)" }, - "TUME3M2": { - "code": "TUME3M2", - "id": 27805, - "name": "Associate Professorship of Experimental Hematology (Prof. Schmidt-Supprian)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Hematology (Prof. Schmidt-Supprian)/Experimental Hematology (Prof. Schmidt-Supprian)" + "16502": { + "code": "TUMASSK", + "name": "Other Institution Study", + "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics/Study" }, - "TUME3M3": { - "code": "TUME3M3", - "id": 54568, - "name": "Associate Professorship of Translational Immunotherapy (Prof. Krackhardt)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)/Translational Immunotherapy (Prof. Krackhardt)" + "17011": { + "code": "TUZVSQM", + "name": "TUM CST - Quality Management", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Quality Management" }, - "TUME3M4": { - "code": "TUME3M4", - "id": 54662, - "name": "Associate Professorship of Personalized Oncology (Prof. Illert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)/Personalized Oncology (Prof. Illert)" + "19519": { + "code": "TUMAM13", + "name": "Chair of Mathematical Finance (Prof. Zagst)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Finance (Prof. Zagst)" }, - "TUMEAM0": { - "code": "TUMEAM0", - "id": 42655, - "name": "Institute of General Medicine (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/General Medicine (Prof. Schneider)" + "19584": { + "code": "TUMAJNG", + "name": "John-von-Neumann Visiting Professorship", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/John-von-Neumann Visiting Professorship" }, - "TUMEAM1": { - "code": "TUMEAM1", - "id": 42656, - "name": "Chair of General Practice (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/General Medicine (Prof. Schneider)/General Practice (Prof. Schneider)" + "19626": { + "code": "TUGR000", + "name": "University Boards", + "path": "TUM/University Boards" + }, + "19627": { + "code": "TUGRGRB", + "name": "Board office", + "path": "TUM/University Boards/Board office" }, - "TUMEAN0": { - "code": "TUMEAN0", - "id": 15717, - "name": "Department of Anesthesiology and Intensive Care (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Anesthesiology and Intensive Care (Prof. Schneider)" + "19628": { + "code": "TUGREHL", + "name": "TUM Extended Board of Management", + "path": "TUM/University Boards/TUM Extended Board of Management" }, - "TUMEAN1": { - "code": "TUMEAN1", - "id": 15928, - "name": "Chair of Anesthesiology (Prof. Schneider)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Anesthesiology and Intensive Care (Prof. Schneider)/Anesthesiology (Prof. Schneider)" + "19629": { + "code": "TUGRSEN", + "name": "TUM Senate", + "path": "TUM/University Boards/TUM Senate" }, - "TUMEAP0": { - "code": "TUMEAP0", - "id": 42043, - "name": "Pharmacy", - "path": "TUM/Schools/Medicine and Health/More Units MRI/Pharmacy" + "19630": { + "code": "TUGRHSR", + "name": "TUM Board of Trustees", + "path": "TUM/University Boards/TUM Board of Trustees" }, - "TUMEAU0": { - "code": "TUMEAU0", - "id": 26541, - "name": "Department of Ophthalmology (Prof. Charbel Issa)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Ophthalmology (Prof. Charbel Issa)" + "19631": { + "code": "TUGRKUR", + "name": "TUM University Council", + "path": "TUM/University Boards/TUM University Council" }, - "TUMEAU1": { - "code": "TUMEAU1", - "id": 15995, - "name": "Chair of Ophtalmology (Prof. Charbel Issa)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Ophthalmology (Prof. Charbel Issa)/Ophtalmology (Prof. Charbel Issa)" + "19638": { + "code": "TUZVHRS", + "name": "Functional Units", + "path": "TUM/Functional Units" }, - "TUMEBB0": { - "code": "TUMEBB0", - "id": 15745, - "name": "Institute of Biological Imaging", - "path": "TUM/Academic department/Medicine/Institutes/Biological Imaging" + "19639": { + "code": "TUZEFZE", + "name": "Central Service Institutions", + "path": "TUM/Central Service Institutions" }, - "TUMEBB1": { - "code": "TUMEBB1", - "id": 27418, - "name": "Chair of Biological Imaging (HMGU) (Prof. Ntziachristos)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Biological Imaging (HMGU) (Prof. Ntziachristos)" + "19640": { + "code": "TUZVFZV", + "name": "Central Administration", + "path": "TUM/Central Administration" }, - "TUMEBB3": { - "code": "TUMEBB3", - "id": 51557, - "name": "Assistant Professorship of Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)" + "19641": { + "code": "TUZEWZI", + "name": "Corporate Research Centers", + "path": "TUM/Corporate Research Centers" }, - "TUMEBTS": { - "code": "TUMEBTS", - "id": 44664, - "name": "Animal Protection Representative of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Animal Protection Representative" + "19642": { + "code": "TUGSFGS", + "name": "TUM Graduate School", + "path": "TUM/TUM Graduate School" }, - "TUMECC0": { - "code": "TUMECC0", - "id": 45651, - "name": "Roman Herzog Comprehensive Cancer Center", - "path": "TUM/Schools/Medicine and Health/Roman Herzog Comprehensive Cancer Center" + "19660": { + "code": "TUZVHR2", + "name": "Hochschulreferat 2 - Corporate Communications Center (HR2)", + "path": "TUM/Functional Units/Corporate Communications Center (HR2)" }, - "TUMECH0": { - "code": "TUMECH0", - "id": 15715, - "name": "Department of Surgery (Prof. Friess)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)" + "19661": { + "code": "TUZVHR3", + "name": "Horizons@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/Horizons@TUM" }, - "TUMECH1": { - "code": "TUMECH1", - "id": 15919, - "name": "Chair of Surgery (Prof. Friess)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)/Surgery (Prof. Friess)" + "19662": { + "code": "TUZVHR5", + "name": "Hochschulreferat 5 - Fundraising (HR5)", + "path": "TUM/Functional Units/Fundraising (HR5)" }, - "TUMECH2": { - "code": "TUMECH2", - "id": 15923, - "name": "Associate Professorship of Immunosuppression and Postoperative Sepsis (Prof. Holzmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)/Immunosuppression and Postoperative Sepsis (Prof. Holzmann)" + "19663": { + "code": "TUZVHR6", + "name": "Hochschulreferat 6 - Health, Safety, Radiation Protection (HR6)", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)" }, - "TUMECH3": { - "code": "TUMECH3", - "id": 15921, - "name": "Chair of Vascular and Endovascular Surgery (Prof. Branzan)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Vascular and Endovascular Surgery (Prof. Branzan)/Vascular and Endovascular Surgery (Prof. Branzan)" + "19671": { + "code": "TUZEBIB", + "name": "University Libraries", + "path": "TUM/Central Service Institutions/University Libraries" }, - "TUMECH7": { - "code": "TUMECH7", - "id": 54598, - "name": "Associate Professorship of Paediatrics (Prof. Hosie)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)/Paediatrics (Prof. Hosie)" + "19672": { + "code": "TUZEZHS", + "name": "University Sports Center", + "path": "TUM/Central Service Institutions/University Sports Center" }, - "TUMEDE0": { - "code": "TUMEDE0", - "id": 15731, - "name": "Department of Dermatology and Allergology (Prof. Biedermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Dermatology and Allergology (Prof. Biedermann)" + "19689": { + "code": "TUZVZA2", + "name": "Human Resources (Central department 2)", + "path": "TUM/Central Administration/Human Resources (Central department 2)" }, - "TUMEDE1": { - "code": "TUMEDE1", - "id": 16005, - "name": "Chair of Dermatology and Allergology (Prof. Biedermann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Dermatology and Allergology (Prof. Biedermann)/Dermatology and Allergology (Prof. Biedermann)" + "19690": { + "code": "TUZVZA3", + "name": "Finance (Central department 3)", + "path": "TUM/Central Administration/Finance (Central department 3)" }, - "TUMEDE4": { - "code": "TUMEDE4", - "id": 41785, - "name": "Associate Professorship of Epigenetics of Skin Aging (Prof. Djabali)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Epigenetics of Skin Aging (Prof. Djabali)" + "19691": { + "code": "TUZVZA4", + "name": "Real Estate Management (Central department 4)", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)" }, - "TUMEDF1": { - "code": "TUMEDF1", - "id": 44965, - "name": "Chair of Diabetes Research/beta-cell biology (HMGU) (Prof. Lickert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Diabetes Research/beta-cell biology (HMGU) (Prof. Lickert)" + "19699": { + "code": "TUZEIEL", + "name": "ZIEL - Institute f\u00fcr Food & Health", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health" }, - "TUMEDF2": { - "code": "TUMEDF2", - "id": 44966, - "name": "Chair of Metabolic Diseases (HMGU) (Prof. Tsch\u00f6p)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Metabolic Diseases (HMGU) (Prof. Tsch\u00f6p)" + "19700": { + "code": "TUXB70L", + "name": "Academic Programs WTG", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Context teaching/WTG" }, - "TUMEDF3": { - "code": "TUMEDF3", - "id": 45452, - "name": "Chair of Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)" + "19701": { + "code": "TUZEZMT", + "name": "Munich Institute of Biomedical Engineering (MIBE)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)" }, - "TUMEDH0": { - "code": "TUMEDH0", - "id": 16102, - "name": "Clinic for Heart and Vascular Diseases (DHM) (Prof. Schunkert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)" + "19703": { + "code": "TUZEWSI", + "name": "Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)", + "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)" }, - "TUMEDH1": { - "code": "TUMEDH1", - "id": 16100, - "name": "Clinic for Heart and Vascular Surgery (DHM) (Prof. Krane)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Surgery (DHM) (Prof. Krane)" + "19704": { + "code": "TUZEMZ0", + "name": "ProLehre Medien und Didaktik", + "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik" }, - "TUMEDH2": { - "code": "TUMEDH2", - "id": 16101, - "name": "Clinic for Paediatric Cardiology (DHM) (Prof. Ewert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)" + "19705": { + "code": "TUZEFRM", + "name": "Research Neutron Source FRM II", + "path": "TUM/Corporate Research Centers/Research Neutron Source FRM II" }, - "TUMEDH3": { - "code": "TUMEDH3", - "id": 27783, - "name": "Associate Professorship of Cardioanaesthesiology (DHM) (Prof. Tassani-Prell)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute of Anaesthesiology (DHM) (Prof. Tassani-Prell)/Cardioanaesthesiology (DHM) (Prof. Tassani-Prell)" + "19706": { + "code": "TUZEIAS", + "name": "TUM Institute for Advanced Study (IAS)", + "path": "TUM/TUM Institute for Advanced Study (IAS)" }, - "TUMEDH5": { - "code": "TUMEDH5", - "id": 27785, - "name": "Associate Professorship of Cardiovascular Biology (DHM) (Prof. G\u00f6rlach)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)/Cardiovascular Biology (DHM) (Prof. G\u00f6rlach)" + "19710": { + "code": "TUGSSSE", + "name": "International Graduate School of Science and Engineering (IGSSE)", + "path": "TUM/TUM Graduate School/Graduate Centers/International Graduate School of Science and Engineering (IGSSE)" }, - "TUMEDH6": { - "code": "TUMEDH6", - "id": 50958, - "name": "Clinic for Congenital and Pediatric Heart Surgery (DHM) (Prof. H\u00f6rer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Congenital and Pediatric Heart Surgery (DHM) (Prof. H\u00f6rer)" + "20208": { + "code": "TUPRAES", + "name": "President", + "path": "TUM/TUM Board of Management/President" }, - "TUMEDH7": { - "code": "TUMEDH7", - "id": 54619, - "name": "Institute of Anaesthesiology (DHM) (Prof. Tassani-Prell)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute of Anaesthesiology (DHM) (Prof. Tassani-Prell)" + "20212": { + "code": "TUPRBE4", + "name": "Delegate officer for Network of Schools", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for Network of Schools" }, - "TUMEDH8": { - "code": "TUMEDH8", - "id": 54618, - "name": "Assistant Professorship of Cardiovascular Inflammation (DHM) (Prof. Sager)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Cardiovascular Inflammation (DHM) (Prof. Sager)" + "20226": { + "code": "TUPRVP1", + "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Senior Vice President - Academic & Student Affairs", + "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Academic & Student Affairs" }, - "TUMEDH9": { - "code": "TUMEDH9", - "id": 54617, - "name": "Associate Professorship of Early Clinical Trials in Cardiology (DHM) (Prof. Joner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Early Clinical Trials in Cardiology (DHM) (Prof. Joner)" + "20227": { + "code": "TUPRVP2", + "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Senior Vice President - International Alliances & Alumni", + "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - International Alliances & Alumni" }, - "TUMEDHA": { - "code": "TUMEDHA", - "id": 54657, - "name": "Chair of Pediatric Cardiology and Cogenital Heart Defects (DHM) (Prof. Ewert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)/Pediatric Cardiology and Cogenital Heart Defects (DHM) (Prof. Ewert)" + "20228": { + "code": "TUPRVP3", + "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Senior Vice President - Research & Innovation", + "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Research & Innovation" }, - "TUMEDHB": { - "code": "TUMEDHB", - "id": 54669, - "name": "Chair of Congenital Cardiac Surgery (DHM) (Prof. H\u00f6rer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Congenital and Pediatric Heart Surgery (DHM) (Prof. H\u00f6rer)/Congenital Cardiac Surgery (DHM) (Prof. H\u00f6rer)" + "20229": { + "code": "TUPRVP4", + "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Senior Vice President - Chief Information Officer (CIO)", + "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Chief Information Officer (CIO)" }, - "TUMEDHC": { - "code": "TUMEDHC", - "id": 54663, - "name": "Chair of Herzchirurgie (DHM) (Prof. Krane)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Surgery (DHM) (Prof. Krane)/Herzchirurgie (DHM) (Prof. Krane)" + "20230": { + "code": "TUPRKAN", + "name": "Senior Executive Vice President - Human Resources, Administration & Finance", + "path": "TUM/TUM Board of Management/Vice Presidents/Senior Executive Vice President - Human Resources, Administration & Finance" }, - "TUMEDHD": { - "code": "TUMEDHD", - "id": 54670, - "name": "Assistant Professorship of Adult Congenital Heart Disease (DHM) (Prof. Tutarel)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)/Adult Congenital Heart Disease (DHM) (Prof. Tutarel)" + "20674": { + "code": "TUMAM17", + "name": "Chair of Optimal Control (Prof. Vexler)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimal Control (Prof. Vexler)" }, - "TUMEDHE": { - "code": "TUMEDHE", - "id": 55097, - "name": "Institute for Radiology and Nuclear Medicine (DHM) (Dr. Martinoff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute for Radiology and Nuclear Medicine (DHM) (Dr. Martinoff)" + "20783": { + "code": "TUMAF17", + "name": "Chair of Analysis and Modelling (Prof. Zimmer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis and Modelling (Prof. Zimmer)" }, - "TUMEDHF": { - "code": "TUMEDHF", - "id": 55098, - "name": "Institute of Laboratory Medicine (DHM) (Prof. Holdenrieder)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute of Laboratory Medicine (DHM) (Prof. Holdenrieder)" + "20795": { + "code": "TUMAF11", + "name": "Associate Professorship of Probability Theory (Prof. Rolles)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Probability Theory (Prof. Rolles)" }, - "TUMEDHX": { - "code": "TUMEDHX", - "id": 15749, - "name": "German Heart Centre Munich", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich" + "20796": { + "code": "TUMAF12", + "name": "Associate Professorship of Numerics of Complex Systems (Prof. Junge)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerics of Complex Systems (Prof. Junge)" }, - "TUMEEH0": { - "code": "TUMEEH0", - "id": 54559, - "name": "Institute of Experimental Hematology (Prof. Schmidt-Supprian)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Hematology (Prof. Schmidt-Supprian)" + "20805": { + "code": "TUMAF08", + "name": "Associate Professorship of Geometry I (Prof. Hoffmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Geometry I (Prof. Hoffmann)" }, - "TUMEEK0": { - "code": "TUMEEK0", - "id": 54777, - "name": "Ethics Commission med., AMG", - "path": "TUM/Schools/Medicine and Health/Ethics Commissions/Ethics Commission med., AMG" + "20806": { + "code": "TUMAF09", + "name": "Associate Professorship of Applied Mathematics in Ecology and Medicine (Prof. M\u00fcller)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Mathematics in Ecology and Medicine (Prof. M\u00fcller)" }, - "TUMEEN0": { - "code": "TUMEEN0", - "id": 54560, - "name": "Institute of Experimental Neuroimmunology (Prof. Korn)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Neuroimmunology (Prof. Korn)" + "20807": { + "code": "TUMAF13", + "name": "Associate Professorship of Analysis and its applications (Prof. Warzel)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Analysis and its applications (Prof. Warzel)" }, - "TUMEEN1": { - "code": "TUMEEN1", - "id": 54561, - "name": "Chair of Experimental Neuroimmunology (Prof. Korn)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Neuroimmunology (Prof. Korn)/Experimental Neuroimmunology (Prof. Korn)" + "20816": { + "code": "TUMAF10", + "name": "Associate Professorship of Dynamic Systems (Prof. Matthes)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Dynamic Systems (Prof. Matthes)" }, - "TUMEEO0": { - "code": "TUMEEO0", - "id": 15739, - "name": "Institute of Experimental Oncology and Therapeutic Research (Knolle komm.)", - "path": "TUM/Academic department/Medicine/Institutes/Experimental Oncology and Therapeutic Research (Knolle komm.)" + "20817": { + "code": "TUMAF14", + "name": "Associate Professorship of Biostatistics (Prof. Ankerst)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Biostatistics (Prof. Ankerst)" + }, + "20823": { + "code": "TUMAF04", + "name": "Associate Professorship of Applied Topology and Geometry (Prof. Bauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Topology and Geometry (Prof. Bauer)" }, - "TUMEEO1": { - "code": "TUMEEO1", - "id": 16049, - "name": "Chair of Experimental Oncology and Therapy Research (Prof. Knolle komm.)", - "path": "TUM/Academic department/Medicine/Institutes/Experimental Oncology and Therapeutic Research (Knolle komm.)/Experimental Oncology and Therapy Research (Prof. Knolle komm.)" + "20824": { + "code": "TUMAF05", + "name": "Associate Professorship of Mathematics in Life Sciences (Prof. Kuttler)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematics in Life Sciences (Prof. Kuttler)" }, - "TUMEER0": { - "code": "TUMEER0", - "id": 15751, - "name": "Clinic of Nutritional Medicine (Prof. Hauner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nutritional Medicine (Prof. Hauner)" + "20825": { + "code": "TUMAF15", + "name": "Associate Professorship of Numerics for Partial Differential Equations (Prof. Lasser)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerics for Partial Differential Equations (Prof. Lasser)" }, - "TUMEER1": { - "code": "TUMEER1", - "id": 16110, - "name": "Chair of Nutritional Medicine (Prof. Hauner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nutritional Medicine (Prof. Hauner)/Nutritional Medicine (Prof. Hauner)" + "21453": { + "code": "TUPHE27", + "name": "Chair of Cellular Biophysics (Prof. Bausch)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Cellular Biophysics (Prof. Bausch)" }, - "TUMEER2": { - "code": "TUMEER2", - "id": 27799, - "name": "Associate Professorship of Paediatric Nutritional Medicine (Prof. Witt)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Paediatric Nutritional Medicine (Prof. Witt)" + "21511": { + "code": "TUPHENA", + "name": "Associate Professorship of Experimentalphysik - Nukleare Astrophysik (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Experimentalphysik - Nukleare Astrophysik (N.N.)" }, - "TUMEET0": { - "code": "TUMEET0", - "id": 54562, - "name": "Institute of Exerimentelle Tumortherapie (Prof. Saur)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Exerimentelle Tumortherapie (Prof. Saur)" + "21512": { + "code": "TUPHE62", + "name": "Chair of Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)" }, - "TUMEET1": { - "code": "TUMEET1", - "id": 54563, - "name": "Chair of Translational Tumor Research (DKTK) (Prof. Saur)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Exerimentelle Tumortherapie (Prof. Saur)/Translational Tumor Research (DKTK) (Prof. Saur)" + "21527": { + "code": "TUPHE59", + "name": "Associate Professorship of Experimentalphysik - Weiche Materie (Prof. Papadakis)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Weiche Materie (Prof. Papadakis)" }, - "TUMEFME": { - "code": "TUMEFME", - "id": 14191, - "name": "Former TUM Department of Medicine", - "path": "TUM/Academic department/Medicine" + "21538": { + "code": "TUPHE60", + "name": "Associate Professorship of Experimental Physics and Astroparticle Physics (Prof. Oberauer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics and Astroparticle Physics (Prof. Oberauer)" }, - "TUMEFSV": { - "code": "TUMEFSV", - "id": 44495, - "name": "Student Council MH-ME", - "path": "TUM/Schools/Medicine and Health/Student Council/Student Council MH-ME" + "21543": { + "code": "TUPHE57", + "name": "Chair of Semiconductor Quantum Nanosystems (Prof. Finley)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Semiconductor Quantum Nanosystems (Prof. Finley)" }, - "TUMEFVW": { - "code": "TUMEFVW", - "id": 15704, - "name": "Department Administration Former TUM Department of Medicine", - "path": "TUM/Academic department/Medicine/Department Administration" + "21548": { + "code": "TUPHETN", + "name": "Chair of Precision Measurements at Extreme Conditions (Prof. Fierlinger)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Precision Measurements at Extreme Conditions (Prof. Fierlinger)" }, - "TUMEGC0": { - "code": "TUMEGC0", - "id": 44684, - "name": "Clinic and Polyclinic for Vascular and Endovascular Surgery (Prof. Branzan)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Vascular and Endovascular Surgery (Prof. Branzan)" + "21554": { + "code": "TUPHE53", + "name": "Associate Professorship of Technical Physics (Prof. Krischer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technical Physics (Prof. Krischer)" }, - "TUMEGC1": { - "code": "TUMEGC1", - "id": 45512, - "name": "Associate Professorship of Vaskul\u00e4re Biologie (Prof. Maegdefessel)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Vascular and Endovascular Surgery (Prof. Branzan)/Vaskul\u00e4re Biologie (Prof. Maegdefessel)" + "21569": { + "code": "TUPHE51", + "name": "Chair of Experimental Physics on the Topology of Correlated Systems (Prof. Pfleiderer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics on the Topology of Correlated Systems (Prof. Pfleiderer)" }, - "TUMEGE0": { - "code": "TUMEGE0", - "id": 15744, - "name": "Institute of History and Ethics of Medicine (Prof. Buyx)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/History and Ethics of Medicine (Prof. Buyx)" + "21593": { + "code": "TUPHE61", + "name": "Chair of Nanotechnology and Nanomaterials (Prof. Holleitner)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Nanotechnology and Nanomaterials (Prof. Holleitner)" }, - "TUMEGE1": { - "code": "TUMEGE1", - "id": 16080, - "name": "Associate Professorship of Ethics in Medicine and Health Technologies (Prof. Buyx)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/History and Ethics of Medicine (Prof. Buyx)/Ethics in Medicine and Health Technologies (Prof. Buyx)" + "21602": { + "code": "TUPHT30", + "name": "Scientific Computing 5100 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Scientific Computing 5100 (NAT)" }, - "TUMEGE2": { - "code": "TUMEGE2", - "id": 54324, - "name": "Assistant Professorship of Ethics of AI and Neuroscience (Prof. Ienca)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/History and Ethics of Medicine (Prof. Buyx)/Ethics of AI and Neuroscience (Prof. Ienca)" + "21604": { + "code": "TUPHT65", + "name": "Associate Professorship of Theoretische Elementarteilchenphysik (Prof. Ibarra)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Elementarteilchenphysik (Prof. Ibarra)" }, - "TUMEGY0": { - "code": "TUMEGY0", - "id": 26519, - "name": "Department of Gynecology (Prof. Kiechle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Gynecology (Prof. Kiechle)" + "21615": { + "code": "TUPHT44", + "name": "Associate Professorship of Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)" }, - "TUMEGY1": { - "code": "TUMEGY1", - "id": 15950, - "name": "Chair of Gynaecology (Prof. Kiechle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Gynecology (Prof. Kiechle)/Gynaecology (Prof. Kiechle)" + "21879": { + "code": "TUPHZEI", + "name": "Central institutions of the academic department", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department" }, - "TUMEGZ0": { - "code": "TUMEGZ0", - "id": 45439, - "name": "TUM Medical Graduate Center", - "path": "TUM/Academic department/Medicine/Department Administration/TUM Medical Graduate Center" + "22127": { + "code": "TUCHDEP", + "name": "Chemistry Department", + "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department" }, - "TUMEHM0": { - "code": "TUMEHM0", - "id": 15737, - "name": "Institute of Human Genetics (Prof. Winkelmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Human Genetics (Prof. Winkelmann)" + "22510": { + "code": "TUCHTC3", + "name": "Wacker-Chair of Macromolecular Chemistry (Prof. Rieger)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Macromolecular Chemistry (Prof. Rieger)" }, - "TUMEHM1": { - "code": "TUMEHM1", - "id": 16041, - "name": "Chair of Human Genetics (Prof. Winkelmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Human Genetics (Prof. Winkelmann)/Human Genetics (Prof. Winkelmann)" + "23046": { + "code": "TUCHAC4", + "name": "Associate Professorship of Inorganic Chemistry (Prof. K\u00f6hler)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Inorganic Chemistry (Prof. K\u00f6hler)" }, - "TUMEHN1": { - "code": "TUMEHN1", - "id": 15977, - "name": "Chair of Otorhinolaryngology (Prof. Wollenberg)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Otolaryngology (Prof. Wollenberg)/Otorhinolaryngology (Prof. Wollenberg)" + "23057": { + "code": "TUCHOC6", + "name": "Associate Professorship of Organic Chemistry (Prof. Glaser)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organic Chemistry (Prof. Glaser)" }, - "TUMEHN3": { - "code": "TUMEHN3", - "id": 54603, - "name": "Assistant Professorship of Experimental Audiology (Prof. Wimmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Otolaryngology (Prof. Wollenberg)/Experimental Audiology (Prof. Wimmer)" + "23183": { + "code": "TUCHEM1", + "name": "Associate Professorship of Electron Microscopy (N.N.)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Electron Microscopy (N.N.)" }, - "TUMEHNO": { - "code": "TUMEHNO", - "id": 15726, - "name": "Department of Otolaryngology (Prof. Wollenberg)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Otolaryngology (Prof. Wollenberg)" + "23184": { + "code": "TUCHAC5", + "name": "Associate Professorship of Synthesis and Characterisation of Innovative Materials (Prof. Nilges)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Synthesis and Characterisation of Innovative Materials (Prof. Nilges)" }, - "TUMEIA0": { - "code": "TUMEIA0", - "id": 46737, - "name": "Institute of Industrial Medicine - LMU", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Industrial Medicine - LMU" + "23185": { + "code": "TUCHOC9", + "name": "Assistant Professorship of Protein Chemistry (Prof. Zeymer)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Protein Chemistry (Prof. Zeymer)" }, - "TUMEIM0": { - "code": "TUMEIM0", - "id": 45774, - "name": "Institute of Molecular Immunology (Prof. Knolle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Immunology (Prof. Knolle)" + "23465": { + "code": "TUCHZB2", + "name": "Service office Chemistry", + "path": "TUM/Academic department/Former TUM Department of Chemistry/Service office Chemistry" }, - "TUMEIM1": { - "code": "TUMEIM1", - "id": 45780, - "name": "Chair of Molekulare Immunologie (Prof. Knolle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Immunology (Prof. Knolle)/Molekulare Immunologie (Prof. Knolle)" + "23544": { + "code": "TUBVRAZ", + "name": "Associate Professorship of Engineering Risk Analysis (Prof.Straub)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Engineering Risk Analysis (Prof.Straub)" }, - "TUMEIR0": { - "code": "TUMEIR0", - "id": 15750, - "name": "Institute of Forensic Medicine - LMU", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Forensic Medicine - LMU" + "23659": { + "code": "TULRESP", + "name": "German Geodetic Research Institute and Chair of Geodetic Geodynamics (Prof. Seitz)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/German Geodetic Research Institute and Chair of Geodetic Geodynamics (Prof. Seitz)" }, - "TUMEIS0": { - "code": "TUMEIS0", - "id": 15743, - "name": "Institute of AI and Informatics in Medicine (Prof. R\u00fcckert)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)" + "24074": { + "code": "TULRLCC", + "name": "Chair of Carbon Composites (Prof. Drechsler)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Carbon Composites (Prof. Drechsler)" }, - "TUMEIS1": { - "code": "TUMEIS1", - "id": 16070, - "name": "Chair of Medical Informatics (Prof. Boeker)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)/Medical Informatics (Prof. Boeker)" + "24093": { + "code": "TUMWPTA", + "name": "Application centre for production engineering Augsburg", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Application centre for production engineering Augsburg" }, - "TUMEIS2": { - "code": "TUMEIS2", - "id": 51177, - "name": "Chair of Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health and TUM School of Computation, Information and Technology)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)/Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health and TUM School of Computation, Information and Technology)" + "24207": { + "code": "TUMWAPT", + "name": "Chair of Plant and Process Technology (Prof. Klein)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Plant and Process Technology (Prof. Klein)" }, - "TUMEIS3": { - "code": "TUMEIS3", - "id": 55797, - "name": "Chair of Health Informatics (Prof. Schuller)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)/Health Informatics (Prof. Schuller)" + "24208": { + "code": "TUMWTDY", + "name": "Associate Professorship of Thermo-Fluid Dynamics (Prof. Polifke)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermo-Fluid Dynamics (Prof. Polifke)" }, - "TUMEKC0": { - "code": "TUMEKC0", - "id": 15738, - "name": "Institute of Clinical Chemistry and Pathobiochemistry (Prof. Ruland)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)" + "24209": { + "code": "TUMWSBA", + "name": "Associate Professorship of Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)" }, - "TUMEKC1": { - "code": "TUMEKC1", - "id": 16045, - "name": "Chair of Clinical Chemistry and Pathobiochemistry (Prof. Ruland)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)" + "24472": { + "code": "TUEIITR", + "name": "Chair of Information-oriented Control (Prof. Hirche)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Information-oriented Control (Prof. Hirche)" }, - "TUMEKC2": { - "code": "TUMEKC2", - "id": 54564, - "name": "Assistant Professorship of Molecular Medicine - Immune Signaling (Prof. Jellusova)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)/Molecular Medicine - Immune Signaling (Prof. Jellusova)" + "24633": { + "code": "TUINF01", + "name": "Informatics 13 - Associate Professorship of Integrated Computing Systems- (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 13 - Associate Professorship of Integrated Computing Systems- (N.N.)" }, - "TUMEKCK": { - "code": "TUMEKCK", - "id": 48677, - "name": "Koordinierungsstelle f\u00fcr Chancengleichheit und Karriereplanung", - "path": "TUM/Academic department/Medicine/Department Administration/Other Institutions" + "24642": { + "code": "TUINF02", + "name": "Informatics 11 - Associate Professorship of Applied Informatics - Cooperative Systems (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 11 - Associate Professorship of Applied Informatics - Cooperative Systems (N.N.)" }, - "TUMEKI0": { - "code": "TUMEKI0", - "id": 15734, - "name": "Department of Pediatric Medicine (Prof. Hauer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)" + "24648": { + "code": "TUINF03", + "name": "Informatics 7 - Associate Professorship of Formal Methods for Software Reliability (Prof. Kret\u00ednsk\u00fd)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 7 - Associate Professorship of Formal Methods for Software Reliability (Prof. Kret\u00ednsk\u00fd)" }, - "TUMEKI1": { - "code": "TUMEKI1", - "id": 16021, - "name": "Chair of Paediatrics (Prof. Hauer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Paediatrics (Prof. Hauer)" + "24654": { + "code": "TUINF04", + "name": "Informatics 10 - Associate Professorship of Architecture of Parallel and Distributed Systems - (Prof. Gerndt)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 10 - Associate Professorship of Architecture of Parallel and Distributed Systems - (Prof. Gerndt)" }, - "TUMEKI4": { - "code": "TUMEKI4", - "id": 45090, - "name": "Chair of Sozialp\u00e4diatrie (Prof. Mall)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Sozialp\u00e4diatrie (Prof. Mall)" + "24659": { + "code": "TUEDS10", + "name": "Assistant Professorship of Computer Science Education (Prof. Michaeli)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Computer Science Education (Prof. Michaeli)" }, - "TUMEKI5": { - "code": "TUMEKI5", - "id": 54597, - "name": "Associate Professorship of Pediatric Infectiology and Immunobiology (Prof. Behrends)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Pediatric Infectiology and Immunobiology (Prof. Behrends)" + "24661": { + "code": "TUINF12", + "name": "Informatics 16 - Associate Professorship of Augmented Reality (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 16 - Associate Professorship of Augmented Reality (N.N.)" }, - "TUMELP0": { - "code": "TUMELP0", - "id": 45511, - "name": "Chair of Neuroproteomik (DZNE) (Prof. Lichtenthaler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neuroproteomik (DZNE) (Prof. Lichtenthaler)" + "24668": { + "code": "TUINF05", + "name": "Informatics 25 - Chair of Data Science and Engineering (Prof. Neumann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 25 - Chair of Data Science and Engineering (Prof. Neumann)" }, - "TUMEMA0": { - "code": "TUMEMA0", - "id": 45772, - "name": "Institute of Molecular Allergology (Prof. Schmidt-Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Allergology (Prof. Schmidt-Weber)" + "24669": { + "code": "TUINF07", + "name": "Informatics 29 - Chair of Computational Molecular Medicine (Prof. Gagneur)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 29 - Chair of Computational Molecular Medicine (Prof. Gagneur)" }, - "TUMEMA1": { - "code": "TUMEMA1", - "id": 16007, - "name": "Chair of Molecular allergology and Environment (Prof. Schmidt-Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Allergology (Prof. Schmidt-Weber)/Molecular allergology and Environment (Prof. Schmidt-Weber)" + "24670": { + "code": "TUINI21", + "name": "Informatics 21 - Chair of Logic and Verification (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 21 - Chair of Logic and Verification (N.N.)" }, - "TUMEMA2": { - "code": "TUMEMA2", - "id": 54357, - "name": "Associate Professorship of Functional Allergology (HMGU) (Prof. Eyerich)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Allergology (Prof. Schmidt-Weber)/Functional Allergology (HMGU) (Prof. Eyerich)" + "24671": { + "code": "TUINF14", + "name": "Informatics 9 - Associate Professorship of Intelligent Autonomous Systems (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Informatics/Institute of Informatics/Informatics 9 - Associate Professorship of Intelligent Autonomous Systems (N.N.)" + }, + "24672": { + "code": "TUINF10", + "name": "Informatics 14 - Associate Professorship of Theoretical Computer Science (Prof. R\u00e4cke)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 14 - Associate Professorship of Theoretical Computer Science (Prof. R\u00e4cke)" }, - "TUMEMD0": { - "code": "TUMEMD0", - "id": 47897, - "name": "Chair of Medical Education (Prof. Berberat)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Medical Education (Prof. Berberat)" + "24673": { + "code": "TUINF15", + "name": "Informatics 6 - Associate Professorship of Cyber Physical Systems (Prof. Althoff)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 6 - Associate Professorship of Cyber Physical Systems (Prof. Althoff)" }, - "TUMEMI0": { - "code": "TUMEMI0", - "id": 15740, - "name": "Institute of Medical Microbiology, Immunology and Hygiene (Prof. Busch)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)" + "24674": { + "code": "TUINF11", + "name": "Informatics 6 - Associate Professorship of Machine Vision and Perception (Prof. Burschka)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 6 - Associate Professorship of Machine Vision and Perception (Prof. Burschka)" }, - "TUMEMI1": { - "code": "TUMEMI1", - "id": 16053, - "name": "Chair of Medical Microbiology, Immunology and Hygiene (Prof. Busch)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)/Medical Microbiology, Immunology and Hygiene (Prof. Busch)" + "24777": { + "code": "TUWZA1A", + "name": "Associate Professorship of Protein Modelling (Prof. Frischmann komm.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Protein Modelling (Prof. Frischmann komm.)" }, - "TUMEMI2": { - "code": "TUMEMI2", - "id": 27718, - "name": "Associate Professorship of Medical Microbiology and Immunology (Prof. Gerhard)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)/Medical Microbiology and Immunology (Prof. Gerhard)" + "25178": { + "code": "TUWZA2E", + "name": "Chair of Plant Systems Biology (Prof. Schwechheimer)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Systems Biology (Prof. Schwechheimer)" }, - "TUMEMI3": { - "code": "TUMEMI3", - "id": 27717, - "name": "Assistant Professorship of Engineering Immune Cells for Therapy (Prof. Schumann)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)/Engineering Immune Cells for Therapy (Prof. Schumann)" + "25281": { + "code": "TUWZA1C", + "name": "Chair of Aquatic Systems Biology - Location Weihenstephan (Prof. Geist)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatic Systems Biology - Location Weihenstephan (Prof. Geist)" }, - "TUMEMK0": { - "code": "TUMEMK0", - "id": 15732, - "name": "Department of Oral and Maxillofacial Surgery (Prof. Wolff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Oral and Maxillofacial Surgery (Prof. Wolff)" + "25806": { + "code": "TUZEFT2", + "name": "Work group Patent- und Lizenzb\u00fcro (AB 2)", + "path": "Work group" }, - "TUMEMK1": { - "code": "TUMEMK1", - "id": 16012, - "name": "Chair of Odontology, in particular Oral and Maxillofacial Surgery (Prof. Wolff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Oral and Maxillofacial Surgery (Prof. Wolff)/Odontology, in particular Oral and Maxillofacial Surgery (Prof. Wolff)" + "25807": { + "code": "TUZEFT3", + "name": "Work group EU-B\u00fcro und Forschungsf\u00f6rderung (AB 3)", + "path": "Work group" }, - "TUMEMK2": { - "code": "TUMEMK2", - "id": 16013, - "name": "Associate Professorship of Dental Surgery and Implantology (Prof. Deppe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Oral and Maxillofacial Surgery (Prof. Wolff)/Dental Surgery and Implantology (Prof. Deppe)" + "25918": { + "code": "TUZV141", + "name": "Construction Management Garching", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Construction Management Garching" }, - "TUMEMO0": { - "code": "TUMEMO0", - "id": 49897, - "name": "Institute of Molecular Oncology and Functional Genomics (Prof. Rad)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Oncology and Functional Genomics (Prof. Rad)" + "25925": { + "code": "TUZV142", + "name": "Facility management Garching", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching" }, - "TUMEMP0": { - "code": "TUMEMP0", - "id": 46924, - "name": "Central unit of the faculty administration Pr\u00fcfungsamt ME", - "path": "TUM/Schools/Medicine and Health/Central unit of the faculty administration" + "25930": { + "code": "TUZVR15", + "name": "Fire departement TUM Garching", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Fire departement TUM Garching" }, - "TUMEMS0": { - "code": "TUMEMS0", - "id": 54661, - "name": "Chair of Molecular Mechanisms of Metabolism (HMGU) (Prof. Herzig)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Molecular Mechanisms of Metabolism (HMGU) (Prof. Herzig)" + "25963": { + "code": "TUZVR2X", + "name": "Management and Assistance", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Management and Assistance" }, - "TUMENC0": { - "code": "TUMENC0", - "id": 15723, - "name": "Department of Neurosurgery (Prof. Meyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurosurgery (Prof. Meyer)" + "25967": { + "code": "TUZVR20", + "name": "Human Resources Management, Principle tasks (department 20)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources Management, Principle tasks (department 20)" }, - "TUMENC1": { - "code": "TUMENC1", - "id": 15963, - "name": "Chair of Neurosurgery (Prof. Meyer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurosurgery (Prof. Meyer)/Neurosurgery (Prof. Meyer)" + "25971": { + "code": "TUZVR21", + "name": "Human Resources (University presidency, Central service units, Central administration, TUM Graduate School, TUM Institute for Life Long Learning), Faculty ME, TUM School of Social Sciences and Technology (department 21)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources (University presidency, Central service units, Central administration, TUM Graduate School, TUM Institute for Life Long Learning), Faculty ME, TUM School of Social Sciences and Technology (department 21)" }, - "TUMENC2": { - "code": "TUMENC2", - "id": 54571, - "name": "Assistant Professorship of Translational Neurotechnology (Prof. Jacob)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurosurgery (Prof. Meyer)/Translational Neurotechnology (Prof. Jacob)" + "25975": { + "code": "TUZVR22", + "name": "Human Resources - Schools and Departments with service affiliation to Munich and in central supervision responsibility (department 22)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources - Schools and Departments with service affiliation to Munich and in central supervision responsibility (department 22)" }, - "TUMEND0": { - "code": "TUMEND0", - "id": 54664, - "name": "Associate Professorship of Neurobiology of Diabetes (HMGU) (Prof. Pfluger)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neurobiology of Diabetes (HMGU) (Prof. Pfluger)" + "25984": { + "code": "TUZVR30", + "name": "General affairs of the department (department 30)", + "path": "TUM/Central Administration/Finance (Central department 3)/General affairs of the department (department 30)" }, - "TUMENL0": { - "code": "TUMENL0", - "id": 15722, - "name": "Department of Neurology (Prof. Hemmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)" + "25995": { + "code": "TUZVR31", + "name": "Budgetary management (department 31)", + "path": "TUM/Central Administration/Finance (Central department 3)/Budgetary management (department 31)" }, - "TUMENL1": { - "code": "TUMENL1", - "id": 15956, - "name": "Chair of Neurology (Prof. Hemmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)/Neurology (Prof. Hemmer)" + "26000": { + "code": "TUZVR32", + "name": "Position management (department 32)", + "path": "TUM/Central Administration/Finance (Central department 3)/Position management (department 32)" }, - "TUMENL2": { - "code": "TUMENL2", - "id": 27831, - "name": "Associate Professorship of Neurology focusing on Neurological Pain Theory and Pain Research (Prof. T\u00f6lle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)/Neurology focusing on Neurological Pain Theory and Pain Research (Prof. T\u00f6lle)" + "26026": { + "code": "TUZVR33", + "name": "Third-party funds (department 33)", + "path": "TUM/Central Administration/Finance (Central department 3)/Third-party funds (department 33)" }, - "TUMENL5": { - "code": "TUMENL5", - "id": 54602, - "name": "Associate Professorship of Human Pain Research (Prof. Ploner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)/Human Pain Research (Prof. Ploner)" + "26031": { + "code": "TUZVR34", + "name": "Travel cost (department 34)", + "path": "TUM/Central Administration/Finance (Central department 3)/Travel cost (department 34)" }, - "TUMENM0": { - "code": "TUMENM0", - "id": 15730, - "name": "Department of Nuclear Medicine (Prof. Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)" + "26036": { + "code": "TUZVR35", + "name": "Financial accounting (department 35)", + "path": "TUM/Central Administration/Finance (Central department 3)/Financial accounting (department 35)" }, - "TUMENM1": { - "code": "TUMENM1", - "id": 15999, - "name": "Chair of Nuclear Medicine (Prof. Weber)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)/Nuclear Medicine (Prof. Weber)" + "26040": { + "code": "TUZVR36", + "name": "Taxes (department 36)", + "path": "TUM/Central Administration/Finance (Central department 3)/Taxes (department 36)" }, - "TUMENM2": { - "code": "TUMENM2", - "id": 54573, - "name": "Assistant Professorship of Imaging and Biomarkers in Oncology (Prof. Kossatz)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)/Imaging and Biomarkers in Oncology (Prof. Kossatz)" + "26045": { + "code": "TUZVR37", + "name": "Paying office (department 37)", + "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)" }, - "TUMENM3": { - "code": "TUMENM3", - "id": 54572, - "name": "Assistant Professorship of Biomedical Magnetic Resonance (Prof. Schilling)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)/Biomedical Magnetic Resonance (Prof. Schilling)" + "26050": { + "code": "TUZVR40", + "name": "Resource Planning", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning" }, - "TUMENN0": { - "code": "TUMENN0", - "id": 54569, - "name": "Clinic and Polyclinic for Neonatology (Prof. Peters komm.)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinic and Polyclinic for Neonatology (Prof. Peters komm.)" + "26055": { + "code": "TUZVR42", + "name": "Construction Management Munich", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Construction Management Munich" }, - "TUMENN1": { - "code": "TUMENN1", - "id": 54570, - "name": "Assistant Professorship of Neonatology (Prof. Peters komm.)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinic and Polyclinic for Neonatology (Prof. Peters komm.)/Neonatology (Prof. Peters komm.)" + "26059": { + "code": "TUZVR43", + "name": "Construction management (department 43)", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Construction Management Munich/Construction management (department 43)" }, - "TUMENW0": { - "code": "TUMENW0", - "id": 27382, - "name": "Institute of Neuroscience (Prof. Konnerth)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neuroscience (Prof. Konnerth)" + "26064": { + "code": "TUZVR44", + "name": "Facility management Munich", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich" }, - "TUMENW1": { - "code": "TUMENW1", - "id": 16114, - "name": "Hertie Senior Research Professorship in Neuroscience (Prof. Konnerth)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neuroscience (Prof. Konnerth)/Hertie Senior Research Professorship in Neuroscience (Prof. Konnerth)" + "26069": { + "code": "TUZV440", + "name": "Energiemonitoring, Contracting", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Energy and Media Supply/Energiemonitoring, Contracting" }, - "TUMENW3": { - "code": "TUMENW3", - "id": 50498, - "name": "Assistant Professorship of Brain Circuit Function and Dysfunction (Prof. Portugues Peters)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neuroscience (Prof. Konnerth)/Brain Circuit Function and Dysfunction (Prof. Portugues Peters)" + "26073": { + "code": "TUZV441", + "name": "Plant Technology Munich", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich" }, - "TUMEOR0": { - "code": "TUMEOR0", - "id": 15728, - "name": "Department of Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)" + "26077": { + "code": "TUZV442", + "name": "Electrical Engineering Munich", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich" }, - "TUMEOR1": { - "code": "TUMEOR1", - "id": 15988, - "name": "Chair of Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)" + "26081": { + "code": "TUZV443", + "name": "Infrastructure Munich", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich" }, - "TUMEOR2": { - "code": "TUMEOR2", - "id": 28310, - "name": "Associate Professorship of Paediatric Neuroorthopaedics, Main Research: Cerebral Palsy (Prof. Lampe)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)/Paediatric Neuroorthopaedics, Main Research: Cerebral Palsy (Prof. Lampe)" + "26089": { + "code": "TUZV445", + "name": "Floor-space management", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Floor-space management" }, - "TUMEOR3": { - "code": "TUMEOR3", - "id": 15989, - "name": "Associate Professorship of Sports Orthopaedy (N.N.)", - "path": "TUM/Academic department/Medicine/Further Chairs and Professorships/Sports Orthopaedy (N.N.)" + "26122": { + "code": "TUZVR71", + "name": "Administration", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/Administration" }, - "TUMEPA0": { - "code": "TUMEPA0", - "id": 15741, - "name": "Institute of General and Surgical Pathology (Dr. Mogler komm.)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/General and Surgical Pathology (Dr. Mogler komm.)" + "26126": { + "code": "TUZVR72", + "name": "SAP-Team", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/SAP-Team" }, - "TUMEPA1": { - "code": "TUMEPA1", - "id": 16057, - "name": "Chair of Pathology (N.N.)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/General and Surgical Pathology (Dr. Mogler komm.)/Pathology (N.N.)" + "26130": { + "code": "TUZVR73", + "name": "Campus-Management-Team", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/Campus-Management-Team" }, - "TUMEPA5": { - "code": "TUMEPA5", - "id": 51417, - "name": "Assistant Professorship of Computational Pathology (Prof. Sch\u00fcffler)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/General and Surgical Pathology (Dr. Mogler komm.)/Computational Pathology (Prof. Sch\u00fcffler)" + "26134": { + "code": "TUZVR7O", + "name": "Web Portale", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/Web Portale" }, - "TUMEPC0": { - "code": "TUMEPC0", - "id": 15716, - "name": "Department of Plastic Surgery and Hand Surgery (Prof. Machens)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Plastic Surgery and Hand Surgery (Prof. Machens)" + "26175": { + "code": "TUZVR84", + "name": "Facility management Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan" }, - "TUMEPC1": { - "code": "TUMEPC1", - "id": 27611, - "name": "Chair of Plastic Surgery (Prof. Machens)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Plastic Surgery and Hand Surgery (Prof. Machens)/Plastic Surgery (Prof. Machens)" + "26217": { + "code": "TUZV841", + "name": "Mechanical plants Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan" }, - "TUMEPF0": { - "code": "TUMEPF0", - "id": 44665, - "name": "Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)", - "path": "TUM/Schools/Medicine and Health/Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)" + "26221": { + "code": "TUZV842", + "name": "Electrical Engineering Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan" }, - "TUMEPM0": { - "code": "TUMEPM0", - "id": 15724, - "name": "Department of Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)" + "26225": { + "code": "TUZV843", + "name": "Environmental technology and Disposal", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment/Environmental technology and Disposal" }, - "TUMEPM1": { - "code": "TUMEPM1", - "id": 15968, - "name": "Chair of Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)/Psychosomatic Medicine and Psychotherapy (Prof. Henningsen)" + "26229": { + "code": "TUZV844", + "name": "Infrastructure Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan" }, - "TUMEPR0": { - "code": "TUMEPR0", - "id": 15735, - "name": "Department of Preventive Sports Medicine and Sports Cardiology (Prof. Halle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Preventive Sports Medicine and Sports Cardiology (Prof. Halle)" + "26233": { + "code": "TUZV845", + "name": "Depot, Property management", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Depot, Property management" }, - "TUMEPR1": { - "code": "TUMEPR1", - "id": 16029, - "name": "Chair of Preventive Sports Medicine and Sports Cardiology (Prof. Halle) (Prof. Halle)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Preventive Sports Medicine and Sports Cardiology (Prof. Halle)/Preventive Sports Medicine and Sports Cardiology (Prof. Halle) (Prof. Halle)" + "26237": { + "code": "TUZV846", + "name": "Service operation", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Service operation" + }, + "26519": { + "code": "TUMEGY0", + "name": "Department of Gynecology (Prof. Kiechle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Gynecology (Prof. Kiechle)" }, - "TUMEPS0": { - "code": "TUMEPS0", - "id": 27635, - "name": "Department of Psychiatry and Psychotherapy (Prof. Priller)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychiatry and Psychotherapy (Prof. Priller)" + "26541": { + "code": "TUMEAU0", + "name": "Department of Ophthalmology (Prof. Charbel Issa)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Ophthalmology (Prof. Charbel Issa)" }, - "TUMEPS1": { - "code": "TUMEPS1", - "id": 16017, - "name": "Chair of Psychiatry and Psychotherapy (Prof. Priller)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychiatry and Psychotherapy (Prof. Priller)/Psychiatry and Psychotherapy (Prof. Priller)" + "26607": { + "code": "TUZEIO1", + "name": "Global", + "path": "TUM/Functional Units/TUM Global & Alumni Office (HR3)/Global" }, - "TUMEPS3": { - "code": "TUMEPS3", - "id": 54666, - "name": "Assistant Professorship of Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychiatry and Psychotherapy (Prof. Priller)/Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)" + "26608": { + "code": "TUZEIO2", + "name": "TUM Language Center", + "path": "TUM/Central Service Institutions/TUM Language Center" }, - "TUMEPT0": { - "code": "TUMEPT0", - "id": 15742, - "name": "Institute of Pharmacology and Toxicology (Prof. Engelhardt)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmacology and Toxicology (Prof. Engelhardt)" + "26685": { + "code": "TUWZA1D", + "name": "Gew\u00e4chshauslaborzentrum D\u00fcrnast", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit/Gew\u00e4chshauslaborzentrum D\u00fcrnast" }, - "TUMEPT1": { - "code": "TUMEPT1", - "id": 16065, - "name": "Chair of Pharmacology and Toxicology (Prof. Engelhardt)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Pharmacology and Toxicology (Prof. Engelhardt)/Pharmacology and Toxicology (Prof. Engelhardt)" + "26719": { + "code": "TUZEBMU", + "name": "Site Munich", + "path": "TUM/Central Service Institutions/University Libraries/Site Munich" }, - "TUMERO0": { - "code": "TUMERO0", - "id": 15736, - "name": "Institute of Radiology (Prof. Makowski)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)" + "26720": { + "code": "TUZEBFR", + "name": "Site Weihenstephan", + "path": "TUM/Central Service Institutions/University Libraries/Site Weihenstephan" }, - "TUMERO1": { - "code": "TUMERO1", - "id": 16034, - "name": "Chair of Radiology (Prof. Makowski)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Radiology (Prof. Makowski)" + "26721": { + "code": "TUZEBGA", + "name": "Site Garching", + "path": "TUM/Central Service Institutions/University Libraries/Site Garching" }, - "TUMERO2": { - "code": "TUMERO2", - "id": 16036, - "name": "Associate Professorship of Department Interventional Radiology (Prof. Paprottka)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Department Interventional Radiology (Prof. Paprottka)" + "26726": { + "code": "TUZEBSG", + "name": "Central Service Institutions Teilbibliothek Stammgel\u00e4nde", + "path": "TUM/Central Service Institutions/University Libraries/Site Munich/Central Service Institutions" }, - "TUMERO3": { - "code": "TUMERO3", - "id": 16037, - "name": "Associate Professorship of Neuroradiology (Prof. Zimmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)/Neuroradiology (Prof. Zimmer)" + "26728": { + "code": "TUZEBME", + "name": "Central Service Institutions Teilbibliothek Medizin", + "path": "TUM/Central Service Institutions/University Libraries/Site Munich/Central Service Institutions" }, - "TUMERO5": { - "code": "TUMERO5", - "id": 54558, - "name": "Assistant Professorship of Artificial Intelligence in Radiology (Prof. Wachinger)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Assistant Professorship of Artificial Intelligence in Radiology (Prof. Wachinger)" + "26729": { + "code": "TUZEBSP", + "name": "Central Service Institutions Teilbibliothek Sport- und Gesundheitswissenschaften", + "path": "TUM/Central Service Institutions/University Libraries/Site Munich/Central Service Institutions" }, - "TUMERO6": { - "code": "TUMERO6", - "id": 54599, - "name": "Assistant Professorship of Experimental Magnetic Resonance Imaging (Prof. Karampinos)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Experimental Magnetic Resonance Imaging (Prof. Karampinos)" + "26738": { + "code": "TUZEBWZ", + "name": "Central Service Institutions Teilbibliothek Weihenstephan", + "path": "TUM/Central Service Institutions/University Libraries/Site Weihenstephan/Central Service Institutions" }, - "TUMERO7": { - "code": "TUMERO7", - "id": 54668, - "name": "Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)" + "26744": { + "code": "TUZEBCH", + "name": "Central Service Institutions Teilbibliothek Chemie", + "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" }, - "TUMERZ0": { - "code": "TUMERZ0", - "id": 42041, - "name": "Information Technology", - "path": "TUM/Schools/Medicine and Health/More Units MRI/Information Technology" + "26745": { + "code": "TUZEBMW", + "name": "Central Service Institutions Teilbibliothek Maschinenwesen", + "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" }, - "TUMESO0": { - "code": "TUMESO0", - "id": 54659, - "name": "Chair of Applied Stem Cell and Organoidsystems (Prof. Hebrok)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Applied Stem Cell and Organoidsystems (Prof. Hebrok)" + "26746": { + "code": "TUZEBMI", + "name": "Central Service Institutions Teilbibliothek Mathematik / Informatik", + "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" }, - "TUMESSK": { - "code": "TUMESSK", - "id": 15703, - "name": "TUM Medical Education Center", - "path": "TUM/Academic department/Medicine/Department Administration/TUM Medical Education Center" + "26747": { + "code": "TUZEBPH", + "name": "Central Service Institutions Teilbibliothek Physik", + "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" }, - "TUMEST0": { - "code": "TUMEST0", - "id": 15725, - "name": "Department of Radiooncology and Radiation Therapy (Prof. Combs)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)" + "26826": { + "code": "TUZEIGF", + "name": "ZIEL Management", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/ZIEL Management" }, - "TUMEST1": { - "code": "TUMEST1", - "id": 15973, - "name": "Chair of Radiotherapy and Radiological Oncology (Prof. Combs)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)/Radiotherapy and Radiological Oncology (Prof. Combs)" + "26827": { + "code": "TUZEIVE", + "name": "ZIEL Administration Office", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/ZIEL Administration Office" }, - "TUMEST2": { - "code": "TUMEST2", - "id": 27844, - "name": "Associate Professorship of Experimental Radiation Oncology / Radiation Biology (Prof. Multhoff)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)/Experimental Radiation Oncology / Radiation Biology (Prof. Multhoff)" + "26848": { + "code": "TUZEIA0", + "name": "Other Institution Abteilungen", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution" }, - "TUMEST3": { - "code": "TUMEST3", - "id": 44087, - "name": "Associate Professorship of Medical Radiation Physics (Prof. Wilkens)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)/Medical Radiation Physics (Prof. Wilkens)" + "26864": { + "code": "TUZEIA1", + "name": "Food Safety", + "path": "TUM/Other Scientific Institutions/Research Center Weihenstephan for Brewing and Food Quality/Food Safety" }, - "TUMESVW": { - "code": "TUMESVW", - "id": 46925, - "name": "Sonstige Verwaltung", - "path": "TUM/Schools/Medicine and Health/More Units MRI/Sonstige Verwaltung" + "26866": { + "code": "TUZEIA3", + "name": "Area Biofunktionalit\u00e4t (Prof. Haller)", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" }, - "TUMETBB": { - "code": "TUMETBB", - "id": 48657, - "name": "Medizintechnik", - "path": "TUM/Schools/Medicine and Health/More Units MRI/Medizintechnik" + "26867": { + "code": "TUZEIA4", + "name": "Area Klinische Ern\u00e4hrungsmedizin (Prof. Hauner)", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" }, - "TUMETG0": { - "code": "TUMETG0", - "id": 54667, - "name": "Chair of Translational Genomics (HMGU) (Prof. Zeggini)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translational Genomics (HMGU) (Prof. Zeggini)" + "26868": { + "code": "TUZEIA5", + "name": "Area Mikrobiologie (Prof. Scherer)", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" }, - "TUMETIU": { - "code": "TUMETIU", - "id": 51637, - "name": "Assistant Professorship of Translational Immunology in Environmental Health (UNIKA-T) (Prof. Renner)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translational Immunology in Environmental Health (UNIKA-T) (Prof. Renner)" + "26869": { + "code": "TUZEIA6", + "name": "Area Physiologie (N.N.)", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" }, - "TUMETU0": { - "code": "TUMETU0", - "id": 15747, - "name": "Institute of Toxicology and Environmental Hygiene (Prof. G\u00f6ttlicher)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxicology and Environmental Hygiene (Prof. G\u00f6ttlicher)" + "26871": { + "code": "TUZEIA8", + "name": "Area Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" }, - "TUMETU1": { - "code": "TUMETU1", - "id": 16091, - "name": "Chair of Toxicology and Environmental Hygiene (HMGU) (Prof. G\u00f6ttlicher)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Toxicology and Environmental Hygiene (Prof. G\u00f6ttlicher)/Toxicology and Environmental Hygiene (HMGU) (Prof. G\u00f6ttlicher)" + "26884": { + "code": "TUZEING", + "name": "Research Groups", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Research Groups" }, - "TUMEUC0": { - "code": "TUMEUC0", - "id": 44685, - "name": "Department of Trauma Surgery (Prof. Biberthaler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Trauma Surgery (Prof. Biberthaler)" + "27382": { + "code": "TUMENW0", + "name": "Institute of Neuroscience (Prof. Konnerth)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neuroscience (Prof. Konnerth)" }, - "TUMEUC1": { - "code": "TUMEUC1", - "id": 15991, - "name": "Chair of Trauma Surgery (Prof. Biberthaler)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Trauma Surgery (Prof. Biberthaler)/Trauma Surgery (Prof. Biberthaler)" + "27418": { + "code": "TUMEBB1", + "name": "Chair of Biological Imaging (HMGU) (Prof. Ntziachristos)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Biological Imaging (HMGU) (Prof. Ntziachristos)" }, - "TUMEUM0": { - "code": "TUMEUM0", - "id": 46577, - "name": "Chair of Umweltmedizin (Prof. Traidl-Hoffmann)", - "path": "TUM/Academic department/Medicine/Further Chairs and Professorships/Umweltmedizin (Prof. Traidl-Hoffmann)" + "27611": { + "code": "TUMEPC1", + "name": "Chair of Plastic Surgery (Prof. Machens)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Plastic Surgery and Hand Surgery (Prof. Machens)/Plastic Surgery (Prof. Machens)" }, - "TUMEUR0": { - "code": "TUMEUR0", - "id": 15727, - "name": "Department of Urology (Prof. Gschwend)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Urology (Prof. Gschwend)" + "27635": { + "code": "TUMEPS0", + "name": "Department of Psychiatry and Psychotherapy (Prof. Priller)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychiatry and Psychotherapy (Prof. Priller)" }, - "TUMEUR1": { - "code": "TUMEUR1", - "id": 15982, - "name": "Chair of Urology (Prof. Gschwend)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Urology (Prof. Gschwend)/Urology (Prof. Gschwend)" + "27717": { + "code": "TUMEMI3", + "name": "Assistant Professorship of Engineering Immune Cells for Therapy (Prof. Schumann)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)/Engineering Immune Cells for Therapy (Prof. Schumann)" }, - "TUMEVI0": { - "code": "TUMEVI0", - "id": 15748, - "name": "Institute of Virology (Prof. Protzer)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virology (Prof. Protzer)" + "27718": { + "code": "TUMEMI2", + "name": "Associate Professorship of Medical Microbiology and Immunology (Prof. Gerhard)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Medical Microbiology, Immunology and Hygiene (Prof. Busch)/Medical Microbiology and Immunology (Prof. Gerhard)" }, - "TUMEVI1": { - "code": "TUMEVI1", - "id": 16095, - "name": "Chair of Virology (HMGU) (Prof. Protzer)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virology (Prof. Protzer)/Virology (HMGU) (Prof. Protzer)" + "27783": { + "code": "TUMEDH3", + "name": "Associate Professorship of Cardioanaesthesiology (DHM) (Prof. Tassani-Prell)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute of Anaesthesiology (DHM) (Prof. Tassani-Prell)/Cardioanaesthesiology (DHM) (Prof. Tassani-Prell)" }, - "TUMEVI4": { - "code": "TUMEVI4", - "id": 48277, - "name": "Associate Professorship of Immunopathology of Viral Infection (Prof. Pichlmair)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virology (Prof. Protzer)/Immunopathology of Viral Infection (Prof. Pichlmair)" + "27785": { + "code": "TUMEDH5", + "name": "Associate Professorship of Cardiovascular Biology (DHM) (Prof. G\u00f6rlach)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)/Cardiovascular Biology (DHM) (Prof. G\u00f6rlach)" }, - "TUMEZD0": { - "code": "TUMEZD0", - "id": 15701, - "name": "Dean's Office Dekanat ME", - "path": "TUM/Academic department/Medicine/Department Administration/Dean's Office" + "27799": { + "code": "TUMEER2", + "name": "Associate Professorship of Paediatric Nutritional Medicine (Prof. Witt)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Paediatric Nutritional Medicine (Prof. Witt)" }, - "TUMEZN0": { - "code": "TUMEZN0", - "id": 46031, - "name": "Institute of Cell Biology of the Nervous System (Prof. Misgeld)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)" + "27805": { + "code": "TUME3M2", + "name": "Associate Professorship of Experimental Hematology (Prof. Schmidt-Supprian)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Hematology (Prof. Schmidt-Supprian)/Experimental Hematology (Prof. Schmidt-Supprian)" }, - "TUMEZN1": { - "code": "TUMEZN1", - "id": 40711, - "name": "Chair of Neuronal Cell Biology (Prof. Misgeld)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Neuronal Cell Biology (Prof. Misgeld)" + "27811": { + "code": "TUME1M2", + "name": "Associate Professorship of Internal Medicine (DHM) (Prof. Kastrati)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Internal Medicine (DHM) (Prof. Kastrati)" }, - "TUMEZN2": { - "code": "TUMEZN2", - "id": 47158, - "name": "Chair of Molecular Neurobiology (Prof. Simons)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Molecular Neurobiology (Prof. Simons)" + "27831": { + "code": "TUMENL2", + "name": "Associate Professorship of Neurology focusing on Neurological Pain Theory and Pain Research (Prof. T\u00f6lle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)/Neurology focusing on Neurological Pain Theory and Pain Research (Prof. T\u00f6lle)" }, - "TUMEZN3": { - "code": "TUMEZN3", - "id": 50317, - "name": "Associate Professorship of Neurons and Metabolism (MPI) (Prof. Harbauer)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Neurons and Metabolism (MPI) (Prof. Harbauer)" + "27844": { + "code": "TUMEST2", + "name": "Associate Professorship of Experimental Radiation Oncology / Radiation Biology (Prof. Multhoff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)/Experimental Radiation Oncology / Radiation Biology (Prof. Multhoff)" }, - "TUMEZN4": { - "code": "TUMEZN4", - "id": 52177, - "name": "Associate Professorship of Systems Biology of Metabolism (HMGU) (Prof. Perocchi)", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Systems Biology of Metabolism (HMGU) (Prof. Perocchi)" + "28310": { + "code": "TUMEOR2", + "name": "Associate Professorship of Paediatric Neuroorthopaedics, Main Research: Cerebral Palsy (Prof. Lampe)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)/Paediatric Neuroorthopaedics, Main Research: Cerebral Palsy (Prof. Lampe)" }, - "TUMEZT0": { - "code": "TUMEZT0", - "id": 45011, - "name": "Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)", - "path": "TUM/Schools/Medicine and Health/Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)" + "28978": { + "code": "TUWZA1S", + "name": "Student apprentice Weihenstephan (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Student apprentice Weihenstephan (LS)" }, - "TUMWAER": { - "code": "TUMWAER", - "id": 15307, - "name": "Chair of Aerodynamics and Fluid mechanics (Prof. Adams)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Aerodynamics and Fluid mechanics (Prof. Adams)" + "29111": { + "code": "TUWZA7Y", + "name": "Life Sciences IT (LSIT) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Life Sciences IT (LSIT)" }, - "TUMWAIS": { - "code": "TUMWAIS", - "id": 15268, - "name": "Chair of Automation and Information Systems (Prof. Vogel-Heuser)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Automation and Information Systems (Prof. Vogel-Heuser)" + "29165": { + "code": "TUZECRC", + "name": "TUM Catalysis Research Center (CRC)", + "path": "TUM/Corporate Research Centers/TUM Catalysis Research Center (CRC)" + }, + "29304": { + "code": "TUPEX00", + "name": "Additional people", + "path": "TUM/Institutions close to the University/Additional people" }, - "TUMWAPT": { - "code": "TUMWAPT", - "id": 24207, - "name": "Chair of Plant and Process Technology (Prof. Klein)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Plant and Process Technology (Prof. Klein)" + "29396": { + "code": "TUPRSTB", + "name": "Office of the President", + "path": "TUM/TUM Board of Management/Office of the President" }, - "TUMWBME": { - "code": "TUMWBME", - "id": 44864, - "name": "Associate Professorship of Biopolymer Materials (Prof. Lieleg)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Biopolymer Materials (Prof. Lieleg)" + "30290": { + "code": "TUVB000", + "name": "Officers and Representatives", + "path": "TUM/Officers and Representatives" }, - "TUMWBVT": { - "code": "TUMWBVT", - "id": 15294, - "name": "Chair of Biochemical Engineering (Prof. Weuster-Botz)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Biochemical Engineering (Prof. Weuster-Botz)" + "30295": { + "code": "TUVBP00", + "name": "Staff councils", + "path": "TUM/Officers and Representatives/Staff councils" }, - "TUMWBWM": { - "code": "TUMWBWM", - "id": 15286, - "name": "Chair of Industrial Management and Assembly Technologies (Prof. Z\u00e4h komm.)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Industrial Management and Assembly Technologies (Prof. Z\u00e4h komm.)" + "30304": { + "code": "TUVBPGB", + "name": "Equal Opportunity Officer", + "path": "TUM/Officers and Representatives/Equal Opportunity Officer" }, - "TUMWCPS": { - "code": "TUMWCPS", - "id": 49317, - "name": "Chair of Cyber-Physical Systems in Production Engineering (Prof. Caccamo)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Cyber-Physical Systems in Production Engineering (Prof. Caccamo)" + "30305": { + "code": "TUVBPSB", + "name": "Inclusion officer", + "path": "TUM/Officers and Representatives/Inclusion officer" }, - "TUMWFML": { - "code": "TUMWFML", - "id": 15299, - "name": "Chair of Chair of Materials Handling, Material Flow, Logistics (Prof. Fottner)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Chair of Materials Handling, Material Flow, Logistics (Prof. Fottner)" + "30306": { + "code": "TUVBPSY", + "name": "Psycho-social counselling", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Psycho-social counselling" }, - "TUMWFMW": { - "code": "TUMWFMW", - "id": 14187, - "name": "Former TUM Department of Mechanical Engineering", - "path": "TUM/Academic department/Former TUM Department of Mechanical Engineering" + "30361": { + "code": "TUVBSBV", + "name": "Student Representatives", + "path": "TUM/Officers and Representatives/Student Representatives" }, - "TUMWFST": { - "code": "TUMWFST", - "id": 41772, - "name": "Chair of Bioseparation Engineering (Prof. Berensmeier)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Bioseparation Engineering (Prof. Berensmeier)" + "30362": { + "code": "TUVBSFR", + "name": "Student representatives", + "path": "TUM/Officers and Representatives/Student Representatives/Student representatives" }, - "TUMWFSV": { - "code": "TUMWFSV", - "id": 44493, - "name": "Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Student Council/Mechanical Engineering" + "30363": { + "code": "TUVBSFS", + "name": "Student councils", + "path": "TUM/Officers and Representatives/Student Representatives/Student councils" }, - "TUMWFTM": { - "code": "TUMWFTM", - "id": 15300, - "name": "Chair of Automotive Technology (Prof. Lienkamp)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Automotive Technology (Prof. Lienkamp)" + "30369": { + "code": "TUVBSBB", + "name": "Disabled students officer", + "path": "TUM/Officers and Representatives/Disabled students officer" }, - "TUMWFVW": { - "code": "TUMWFVW", - "id": 15252, - "name": "Central Services Mechanical Engineering", - "path": "TUM/Academic department/Former TUM Department of Mechanical Engineering/Central Services" + "30370": { + "code": "TUVBW00", + "name": "Representatives for administrative staff", + "path": "TUM/Officers and Representatives/Representatives for administrative staff" }, - "TUMWFZG": { - "code": "TUMWFZG", - "id": 15298, - "name": "Chair of Machine Elements (Prof. Stahl)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Machine Elements (Prof. Stahl)" + "30371": { + "code": "TUVBWKM", + "name": "Research Staff assembly", + "path": "TUM/Officers and Representatives/Representatives for administrative staff/Research Staff assembly" }, - "TUMWIWB": { - "code": "TUMWIWB", - "id": 15285, - "name": "Chair of Machine Tools and Manufacturing Technology (Prof. Z\u00e4h)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Machine Tools and Manufacturing Technology (Prof. Z\u00e4h)" + "30374": { + "code": "TUVBFBA", + "name": "Gender Equality Officer", + "path": "TUM/Officers and Representatives/Gender Equality Officer" }, - "TUMWKME": { - "code": "TUMWKME", - "id": 45370, - "name": "Associate Professorship of Data-driven Materials Modeling (Prof. Koutsourelakis)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Data-driven Materials Modeling (Prof. Koutsourelakis)" + "30375": { + "code": "TUVBDSB", + "name": "Data Protection Official", + "path": "TUM/Officers and Representatives/Data Protection Official" }, - "TUMWLAM": { - "code": "TUMWLAM", - "id": 15271, - "name": "Chair of Applied Mechanics (Prof. Rixen)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Applied Mechanics (Prof. Rixen)" + "30697": { + "code": "TUINI20", + "name": "Informatics 20 - Chair of IT Security (Prof. Eckert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 20 - Chair of IT Security (Prof. Eckert)" }, - "TUMWLBA": { - "code": "TUMWLBA", - "id": 50457, - "name": "Assistant Professorship of Laser-based Additive Manufacturing (Prof. Wudy)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Laser-based Additive Manufacturing (Prof. Wudy)" + "31224": { + "code": "TUCSVRW", + "name": "TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office" }, - "TUMWLES": { - "code": "TUMWLES", - "id": 15316, - "name": "Chair of Energy Systems (Prof. Spliethoff)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Energy Systems (Prof. Spliethoff)" + "31359": { + "code": "TUCHNMR", + "name": "Bayerisches NMR-Zentrum", + "path": "TUM/Schools/Natural Sciences/Bayerisches NMR-Zentrum" }, - "TUMWLFE": { - "code": "TUMWLFE", - "id": 15284, - "name": "Chair of Ergonomics (Prof. Bengler)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Ergonomics (Prof. Bengler)" + "31363": { + "code": "TUZEBFZ", + "name": "BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum", + "path": "TUM/Institutions close to the University/BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum" }, - "TUMWLMT": { - "code": "TUMWLMT", - "id": 15279, - "name": "Chair of Medical Materials and Implants (Prof. Mela)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Medical Materials and Implants (Prof. Mela)" + "31435": { + "code": "TUVBPRA", + "name": "General staff council", + "path": "TUM/Officers and Representatives/Staff councils/General staff council" }, - "TUMWLNM": { - "code": "TUMWLNM", - "id": 15277, - "name": "Chair of Computational Mechanics (Prof. Wall)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Computational Mechanics (Prof. Wall)" + "31436": { + "code": "TUVBPRM", + "name": "Employee Council M\u00fcnchen", + "path": "TUM/Officers and Representatives/Staff councils/Employee Council M\u00fcnchen" }, - "TUMWLPL": { - "code": "TUMWLPL", - "id": 48837, - "name": "Chair of Product Development and Lightweight Design (Prof. Zimmermann)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Product Development and Lightweight Design (Prof. Zimmermann)" + "31437": { + "code": "TUVBPRG", + "name": "Employee Council Garching", + "path": "TUM/Officers and Representatives/Staff councils/Employee Council Garching" }, - "TUMWLTD": { - "code": "TUMWLTD", - "id": 15315, - "name": "Chair of Thermodynamics (Prof. Wen)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermodynamics (Prof. Wen)" + "31438": { + "code": "TUVBPRW", + "name": "Employee Council Weihenstephan", + "path": "TUM/Officers and Representatives/Staff councils/Employee Council Weihenstephan" }, - "TUMWLVK": { - "code": "TUMWLVK", - "id": 15318, - "name": "Chair of Sustainable Mobile Drivetrains (Prof. Jaensch)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Sustainable Mobile Drivetrains (Prof. Jaensch)" + "31951": { + "code": "TUZVZA5", + "name": "TUM Legal Office (Central department 5)", + "path": "TUM/Central Administration/TUM Legal Office (Central department 5)" }, - "TUMWLWE": { - "code": "TUMWLWE", - "id": 45951, - "name": "Chair of Wind Energy (Prof. Bottasso)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Wind Energy (Prof. Bottasso)" + "31952": { + "code": "TUZVR51", + "name": "University law (department 51)", + "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/University law (department 51)" }, - "TUMWMAT": { - "code": "TUMWMAT", - "id": 50157, - "name": "Chair of Materials Engineering of Additive Manufacturing (Prof. Mayr)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Materials Engineering of Additive Manufacturing (Prof. Mayr)" + "31953": { + "code": "TUZVR52", + "name": "Research cooperations (department 52)", + "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/Research cooperations (department 52)" }, - "TUMWMEM": { - "code": "TUMWMEM", - "id": 15270, - "name": "Chair of Micro Technology and Medical Device Technology (Prof. L\u00fcth)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Micro Technology and Medical Device Technology (Prof. L\u00fcth)" + "31954": { + "code": "TUZVR53", + "name": "General legal matters (department 53)", + "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/General legal matters (department 53)" }, - "TUMWMFM": { - "code": "TUMWMFM", - "id": 50158, - "name": "Assistant Professorship of Multiscale Modeling of Fluid Materials (Prof. Zavadlav)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Multiscale Modeling of Fluid Materials (Prof. Zavadlav)" + "31979": { + "code": "TUZVHR4", + "name": "Hochschulreferat 4 - TUM Office for Research and Innovation (ForTe, HR4)", + "path": "TUM/Functional Units/TUM Office for Research and Innovation (ForTe, HR4)" }, - "TUMWMHR": { - "code": "TUMWMHR", - "id": 44584, - "name": "Associate Professorship of Mechanics and High Performance Computing (Prof. Gee)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Mechanics and High Performance Computing (Prof. Gee)" + "32801": { + "code": "TUPHBIO", + "name": "Representative Information Officer Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Representatives/Representative" }, - "TUMWMPA": { - "code": "TUMWMPA", - "id": 43203, - "name": "Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)", - "path": "TUM/Schools/Engineering and Design/Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)" + "32802": { + "code": "TUPHBDS", + "name": "Data Protection Representative Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Representatives/Data Protection Representative" }, - "TUMWNUK": { - "code": "TUMWNUK", - "id": 15319, - "name": "Chair of Nuclear Technology (Prof. Macian-Juan)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Nuclear Technology (Prof. Macian-Juan)" + "32904": { + "code": "TUEIBIO", + "name": "Information officer Former TUM Department of Electrical and Computer Engineering", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Representatives/Information officer" }, - "TUMWPES": { - "code": "TUMWPES", - "id": 52157, - "name": "Chair of Production Technology and Energy Storage Systems (Prof. Daub)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Production Technology and Energy Storage Systems (Prof. Daub)" + "32905": { + "code": "TUEIBDS", + "name": "Data Protection Representative Former TUM Department of Electrical and Computer Engineering", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Representatives/Data Protection Representative" }, - "TUMWPFB": { - "code": "TUMWPFB", - "id": 43497, - "name": "Student Office", - "path": "TUM/Academic department/Former TUM Department of Mechanical Engineering/Central Services/Student Office" + "33163": { + "code": "TUPEX01", + "name": "TUM", + "path": "TUM/Institutions close to the University/Additional people/TUM" }, - "TUMWPMW": { - "code": "TUMWPMW", - "id": 46435, - "name": "Associate Professorship of Plasma-Material-Wechselwirkung (Prof. Neu)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Plasma-Material-Wechselwirkung (Prof. Neu)" + "33167": { + "code": "TUPEX05", + "name": "Not assigned", + "path": "TUM/Institutions close to the University/Additional people/Not assigned" }, - "TUMWPTA": { - "code": "TUMWPTA", - "id": 24093, - "name": "Application centre for production engineering Augsburg", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Application centre for production engineering Augsburg" + "33450": { + "code": "TUEDS09", + "name": "Associate Professorship of Life Sciences Education (Prof. Nerdel)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Life Sciences Education (Prof. Nerdel)" }, - "TUMWPTM": { - "code": "TUMWPTM", - "id": 45071, - "name": "Chair of Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)" + "37495": { + "code": "TUCSP01", + "name": "Chair of Chemistry of Biogenic Resources (Prof. Sieber)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Chemistry of Biogenic Resources (Prof. Sieber)" }, - "TUMWRTK": { - "code": "TUMWRTK", - "id": 15272, - "name": "Chair of Automatic Control (Prof. Lohmann)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Automatic Control (Prof. Lohmann)" + "37555": { + "code": "TUZV44A", + "name": "Technical office Mechanical engineering", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Technical office Mechanical engineering" }, - "TUMWSBA": { - "code": "TUMWSBA", - "id": 24209, - "name": "Associate Professorship of Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Str\u00f6mungsbeeinflussung und Aeroakustik (Prof. Kaltenbach)" + "37569": { + "code": "TUZV44B", + "name": "Repair shop Control engineering and Conveyor technique", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Control engineering and Conveyor technique" }, - "TUMWSBT": { - "code": "TUMWSBT", - "id": 42933, - "name": "Associate Professorship of Systems biotechnology (Prof. Kremling)", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Systems biotechnology (Prof. Kremling)" + "37584": { + "code": "TUZV44C", + "name": "Repair shop Heating air - Conditioning - Sanitary", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Repair shop Heating air - Conditioning - Sanitary" }, - "TUMWSGM": { - "code": "TUMWSGM", - "id": 16134, - "name": "Associate Professorship of Sport Equipment and Sport Materials (Prof.Senner)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Sport Equipment and Sport Materials (Prof.Senner)" + "37585": { + "code": "TUZV44D", + "name": "Joinery and Metal workshop", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Joinery and Metal workshop" }, - "TUMWTDY": { - "code": "TUMWTDY", - "id": 24208, - "name": "Associate Professorship of Thermo-Fluid Dynamics (Prof. Polifke)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Thermo-Fluid Dynamics (Prof. Polifke)" + "37586": { + "code": "TUZV44E", + "name": "Heating and Air conditioning technology (Pasing)", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Heating and Air conditioning technology (Pasing)" }, - "TUMWUTG": { - "code": "TUMWUTG", - "id": 15278, - "name": "Chair of Metal Forming and Casting (Prof. Volk)", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Metal Forming and Casting (Prof. Volk)" + "37622": { + "code": "TUZV44G", + "name": "Technical office Electrical engineering", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Technical office Electrical engineering" }, - "TUMWVIB": { - "code": "TUMWVIB", - "id": 47617, - "name": "Chair of Vibro-Acoustics of Vehicles and Machines (Prof. Marburg)", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Vibro-Acoustics of Vehicles and Machines (Prof. Marburg)" + "37623": { + "code": "TUZV44H", + "name": "Technical office Telecommunication", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Technical office Telecommunication" + }, + "37668": { + "code": "TUZV44J", + "name": "Repair shop Electrical engineering", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Electrical engineering" }, - "TUMWWKM": { - "code": "TUMWWKM", - "id": 15276, - "name": "Chair of Materials Science (Prof. Torgersen)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Materials Science (Prof. Torgersen)" + "37796": { + "code": "TUZV44K", + "name": "Repair shop Media technology", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Media technology" }, - "TUPE000": { - "code": "TUPE000", - "id": 16301, - "name": "Institutions close to the University", - "path": "TUM/Institutions close to the University" + "37801": { + "code": "TUZV44L", + "name": "Repair shop Telecommunication", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Telecommunication" }, - "TUPEASL": { - "code": "TUPEASL", - "id": 44168, - "name": "Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)", - "path": "TUM/Institutions close to the University/Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)" + "37984": { + "code": "TUZV44M", + "name": "Post office, Courier service", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Post office, Courier service" }, - "TUPEBM2": { - "code": "TUPEBM2", - "id": 16353, - "name": "Public Building Authority Munich 2", - "path": "TUM/Institutions close to the University/Public Building Authority Munich 2" + "37985": { + "code": "TUZV44N", + "name": "Registrar's office", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Registrar's office" }, - "TUPECDT": { - "code": "TUPECDT", - "id": 39902, - "name": "Center for Digital Technology and Management (CDTM)", - "path": "TUM/Institutions close to the University/Center for Digital Technology and Management (CDTM)" + "37986": { + "code": "TUZV44O", + "name": "Official vehicle", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Official vehicle" }, - "TUPECNS": { - "code": "TUPECNS", - "id": 16342, - "name": "J\u00fclich Center for Neutron Science", - "path": "TUM/Institutions close to the University/J\u00fclich Center for Neutron Science" + "37988": { + "code": "TUZV44Q", + "name": "Guarding", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Guarding" }, - "TUPEDWD": { - "code": "TUPEDWD", - "id": 44043, - "name": "Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan", - "path": "TUM/Institutions close to the University/Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan" + "37989": { + "code": "TUZV44R", + "name": "Cleaning, Maintenance of outside facilities, Invitations to bid", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Cleaning, Maintenance of outside facilities, Invitations to bid" }, - "TUPEEHG": { - "code": "TUPEEHG", - "id": 16355, - "name": "Protestant University Congregation", - "path": "TUM/Institutions close to the University/Protestant University Congregation" + "37990": { + "code": "TUZV44S", + "name": "Key management", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Key management" }, - "TUPEEIT": { - "code": "TUPEEIT", - "id": 47697, - "name": "EIT Health e.V.", - "path": "TUM/Institutions close to the University/EIT Health e.V." + "37992": { + "code": "TUZV44U", + "name": "Caretaking service", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Caretaking service" }, - "TUPEERG": { - "code": "TUPEERG", - "id": 53397, - "name": "TUMint\u00b7Energy Research GmbH", - "path": "TUM/Institutions close to the University/TUMint\u00b7Energy Research GmbH" + "38003": { + "code": "TUZV44V", + "name": "Maintenance Service at TUM CiO", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/TUM Campus at the Olympic Park/Maintenance Service at TUM CiO" }, - "TUPEETU": { - "code": "TUPEETU", - "id": 45531, - "name": "EuroTech Universities", - "path": "TUM/Institutions close to the University/EuroTech Universities" + "38004": { + "code": "TUZV44W", + "name": "Electrical engineering, Metalworking shop", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/TUM Campus at the Olympic Park/Electrical engineering, Metalworking shop" }, - "TUPEFAS": { - "code": "TUPEFAS", - "id": 45851, - "name": "Issue related committee", - "path": "TUM/Institutions close to the University/Issue related committee" + "38006": { + "code": "TUZV44Y", + "name": "Water sports ground Starnberg", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Water sports ground Starnberg" }, - "TUPEFOR": { - "code": "TUPEFOR", - "id": 41346, - "name": "fortiss GmbH", - "path": "TUM/Institutions close to the University/fortiss GmbH" + "38010": { + "code": "TUZV45A", + "name": "Lecture hall management", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Floor-space management/Lecture hall management" }, - "TUPEFVW": { - "code": "TUPEFVW", - "id": 48481, - "name": "Central Administration Verwaltung", - "path": "TUM/Munich School of Politics and Public Policy/Central Administration" + "38011": { + "code": "TUZV45B", + "name": "External Rental and Renting incl. TUM CiO", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Floor-space management/External Rental and Renting incl. TUM CiO" }, - "TUPEFWT": { - "code": "TUPEFWT", - "id": 44040, - "name": "University of Applied Sciences Weihenstephan-Triesdorf", - "path": "TUM/Institutions close to the University/University of Applied Sciences Weihenstephan-Triesdorf" + "38136": { + "code": "TUWIB17", + "name": "Chair of Strategy and Organization (Prof. Welpe)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategy and Organization (Prof. Welpe)" }, - "TUPEGAE": { - "code": "TUPEGAE", - "id": 42732, - "name": "Guests at TUM", - "path": "TUM/Institutions close to the University/Guests at TUM" + "38369": { + "code": "TUZV847", + "name": "Constructional workshop", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Constructional workshop" }, - "TUPEGEE": { - "code": "TUPEGEE", - "id": 47977, - "name": "GE Healthcare Global Research Europe", - "path": "TUM/Institutions close to the University/GE Healthcare Global Research Europe" + "38540": { + "code": "TUZV14C", + "name": "Heating plants with control room", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Energy and Media Supply/Heating plants with control room" }, - "TUPEGRS": { - "code": "TUPEGRS", - "id": 16341, - "name": "Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH", - "path": "TUM/Institutions close to the University/Gesellschaft f\u00fcr Anlagen- und Reaktorsicherheit (GRS) mbH" + "38541": { + "code": "TUZV14D", + "name": "Plant Technology Garching", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching" }, - "TUPEGTG": { - "code": "TUPEGTG", - "id": 16350, - "name": "GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH", - "path": "TUM/Institutions close to the University/GATE Garchinger Technologie- und Gr\u00fcnderzentrum GmbH" + "38542": { + "code": "TUZV14E", + "name": "Electrical Engineering Garching", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching" }, - "TUPEHFP": { - "code": "TUPEHFP", - "id": 47557, - "name": "Munich School of Politics and Public Policy", - "path": "TUM/Munich School of Politics and Public Policy" + "38543": { + "code": "TUZV14F", + "name": "Environment / Waste disposal", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment/Environment / Waste disposal" }, - "TUPEHM0": { - "code": "TUPEHM0", - "id": 39686, - "name": "Munich University of Applied Sciences", - "path": "TUM/Institutions close to the University/Munich University of Applied Sciences" + "38577": { + "code": "TUZV14G", + "name": "Infrastrukturelles FM Poststelle", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Infrastrukturelles FM Poststelle" }, - "TUPEHZM": { - "code": "TUPEHZM", - "id": 44044, - "name": "Helmholtz-Zentrum M\u00fcnchen - German Research Center for Environmental Health", - "path": "TUM/Institutions close to the University/Helmholtz-Zentrum M\u00fcnchen - German Research Center for Environmental Health" + "38579": { + "code": "TUZV14I", + "name": "Technical Office", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Technical Office" }, - "TUPEILL": { - "code": "TUPEILL", - "id": 49337, - "name": "Institut Laue-Langevin (ILL)", - "path": "TUM/Institutions close to the University/Institut Laue-Langevin (ILL)" + "38580": { + "code": "TUZV14J", + "name": "Heating and Ventilation", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Heating and Ventilation" }, - "TUPEIND": { - "code": "TUPEIND", - "id": 53938, - "name": "indibit GmbH", - "path": "TUM/Institutions close to the University/indibit GmbH" + "38581": { + "code": "TUZV14K", + "name": "Sanitary and Air conditioning systems", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Sanitary and Air conditioning systems" }, - "TUPEINT": { - "code": "TUPEINT", - "id": 45250, - "name": "TUM International GmbH", - "path": "TUM/Institutions close to the University/Other Institution" + "38582": { + "code": "TUZV14L", + "name": "Mechanic, Carpenter, Gardener", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Mechanic, Carpenter, Gardener" }, - "TUPEIPP": { - "code": "TUPEIPP", - "id": 16345, - "name": "Max-Planck-Institute for Plasmaphysics (IPP)", - "path": "TUM/Institutions close to the University/Max-Planck-Institute for Plasmaphysics (IPP)" + "38596": { + "code": "TUZV14N", + "name": "Technical Office / Lecture hall engineering", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Technical Office / Lecture hall engineering" }, - "TUPEISR": { - "code": "TUPEISR", - "id": 16351, - "name": "ISaR Institute for Safety and Reliability GmbH", - "path": "TUM/Institutions close to the University/ISaR Institute for Safety and Reliability GmbH" + "38597": { + "code": "TUZV14O", + "name": "Electric", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Electric" }, - "TUPEIST": { - "code": "TUPEIST", - "id": 16349, - "name": "TUM Asia", - "path": "TUM/Institutions close to the University/TUM Asia" + "38598": { + "code": "TUZV14P", + "name": "Telecommunication", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Telecommunication" }, - "TUPEKHG": { - "code": "TUPEKHG", - "id": 16354, - "name": "Catholic University Congregation", - "path": "TUM/Institutions close to the University/Catholic University Congregation" + "38599": { + "code": "TUZV14Q", + "name": "Central Building control system", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Central Building control system" }, - "TUPELFL": { - "code": "TUPELFL", - "id": 44041, - "name": "Bavarian State Research Center for Agriculture", - "path": "TUM/Institutions close to the University/Bavarian State Research Center for Agriculture" + "39071": { + "code": "TUWZM1A", + "name": "Chair of Brewing and Beverage Technology (Prof. Becker)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Brewing and Beverage Technology (Prof. Becker)" }, - "TUPELMU": { + "39536": { "code": "TUPELMU", - "id": 39536, "name": "LMU Munich", "path": "TUM/Institutions close to the University/LMU Munich" }, - "TUPELRZ": { - "code": "TUPELRZ", - "id": 39906, - "name": "Leibniz-Rechenzentrum (LRZ)", - "path": "TUM/Institutions close to the University/Leibniz-Rechenzentrum (LRZ)" - }, - "TUPELWF": { - "code": "TUPELWF", - "id": 44042, - "name": "Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)", - "path": "TUM/Institutions close to the University/Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)" + "39675": { + "code": "TUZEHEZ", + "name": "World Agricultural Systems Center - Hans Eisenmann-Forum", + "path": "TUM/Corporate Research Centers/World Agricultural Systems Center - Hans Eisenmann-Forum" }, - "TUPEMAS": { - "code": "TUPEMAS", - "id": 44385, - "name": "Munich Aerospace", - "path": "TUM/Institutions close to the University/Munich Aerospace" + "39685": { + "code": "TUPESFZ", + "name": "Campus M\u00fcnchen FU Hagen", + "path": "TUM/Institutions close to the University/Campus M\u00fcnchen FU Hagen" }, - "TUPEMAT": { - "code": "TUPEMAT", - "id": 53937, - "name": "MathPlan GmbH", - "path": "TUM/Institutions close to the University/MathPlan GmbH" + "39686": { + "code": "TUPEHM0", + "name": "Munich University of Applied Sciences", + "path": "TUM/Institutions close to the University/Munich University of Applied Sciences" }, - "TUPEMLL": { - "code": "TUPEMLL", - "id": 16357, - "name": "Accelerator Laboratory of the LMU and TUM / Maier-Leibnitz-Laboratorium (MLL)", - "path": "TUM/Institutions close to the University/Accelerator Laboratory of the LMU and TUM / Maier-Leibnitz-Laboratorium (MLL)" + "39687": { + "code": "TUPESWM", + "name": "Student services Munich", + "path": "TUM/Institutions close to the University/Student services Munich" }, - "TUPEMLZ": { - "code": "TUPEMLZ", - "id": 46155, - "name": "Heinz Maier-Leibnitz Zentrum", - "path": "TUM/Institutions close to the University/Heinz Maier-Leibnitz Zentrum" + "39688": { + "code": "TUPEWR0", + "name": "Additional rooms", + "path": "TUM/Institutions close to the University/Additional rooms" }, - "TUPEMPA": { - "code": "TUPEMPA", - "id": 16343, - "name": "Max-Planck-Institute for Astrophysics (MPA)", - "path": "TUM/Institutions close to the University/Max-Planck-Institute for Astrophysics (MPA)" + "39810": { + "code": "TUWZQ9P", + "name": "Chair of Biochemical Plant Pathology (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biochemical Plant Pathology (N.N.)" }, - "TUPEMPB": { - "code": "TUPEMPB", - "id": 16344, - "name": "Max-Planck-Institute for Biochemistry (MPBC)", - "path": "TUM/Institutions close to the University/Max-Planck-Institute for Biochemistry (MPBC)" + "39902": { + "code": "TUPECDT", + "name": "Center for Digital Technology and Management (CDTM)", + "path": "TUM/Institutions close to the University/Center for Digital Technology and Management (CDTM)" }, - "TUPEMPE": { - "code": "TUPEMPE", - "id": 16347, - "name": "Max-Planck-Institue for Extraterrestrial Physics (MPE)", - "path": "TUM/Institutions close to the University/Max-Planck-Institue for Extraterrestrial Physics (MPE)" + "39906": { + "code": "TUPELRZ", + "name": "Leibniz-Rechenzentrum (LRZ)", + "path": "TUM/Institutions close to the University/Leibniz-Rechenzentrum (LRZ)" }, - "TUPEMPP": { - "code": "TUPEMPP", - "id": 16358, - "name": "Max-Planck-Institute for Physics / Werner-Heisenberg-Institute (MPP)", - "path": "TUM/Institutions close to the University/Max-Planck-Institute for Physics / Werner-Heisenberg-Institute (MPP)" + "40033": { + "code": "TUPEUTM", + "name": "Center for Innovation and Business Creation at TUM", + "path": "TUM/Institutions close to the University/Center for Innovation and Business Creation at TUM" }, - "TUPEMPQ": { - "code": "TUPEMPQ", - "id": 16346, - "name": "Max-Planck-Institute for Quantum Optics (MPQ)", - "path": "TUM/Institutions close to the University/Max-Planck-Institute for Quantum Optics (MPQ)" + "40142": { + "code": "TUPEVWA", + "name": "Academy of Business Administration and Public Management", + "path": "TUM/Institutions close to the University/Academy of Business Administration and Public Management" }, - "TUPENPC": { - "code": "TUPENPC", - "id": 49457, - "name": "Nuclear Physics European Collaboration Committee (NuPECC)", - "path": "TUM/Institutions close to the University/Nuclear Physics European Collaboration Committee (NuPECC)" + "40494": { + "code": "TUCHAC9", + "name": "Associate Professorship of Molecular Catalysis (Prof. K\u00fchn)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Molecular Catalysis (Prof. K\u00fchn)" }, - "TUPEPTP": { - "code": "TUPEPTP", - "id": 16348, - "name": "Bavarian State Testing Institute for Technical Physics (BE)", - "path": "TUM/Institutions close to the University/Bavarian State Testing Institute for Technical Physics (BE)" + "40661": { + "code": "TUEDFED", + "name": "Former TUM School of Education", + "path": "TUM/Academic department/Former TUM School of Education" }, - "TUPESBW": { - "code": "TUPESBW", - "id": 16338, - "name": "Bavarian Statebrewery Weihenstephan (Enterprise)", - "path": "TUM/Institutions close to the University/Bavarian Statebrewery Weihenstephan (Enterprise)" + "40711": { + "code": "TUMEZN1", + "name": "Chair of Neuronal Cell Biology (Prof. Misgeld)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Neuronal Cell Biology (Prof. Misgeld)" }, - "TUPESFZ": { - "code": "TUPESFZ", - "id": 39685, - "name": "Campus M\u00fcnchen FU Hagen", - "path": "TUM/Institutions close to the University/Campus M\u00fcnchen FU Hagen" + "40834": { + "code": "TUWZM4D", + "name": "Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)", + "path": "TUM/Schools/Life Sciences/Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)" }, - "TUPESIN": { - "code": "TUPESIN", - "id": 45411, - "name": "Student initiatives", - "path": "TUM/Institutions close to the University/Student initiatives" + "40884": { + "code": "TUMAM31", + "name": "Chair of Arithmetic Algebra (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Arithmetic Algebra (N.N.)" }, - "TUPESWM": { - "code": "TUPESWM", - "id": 39687, - "name": "Student services Munich", - "path": "TUM/Institutions close to the University/Student services Munich" + "40940": { + "code": "TUPHEPB", + "name": "Chair of Biomolecular Nanotechnology (Prof. Dietz)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolecular Nanotechnology (Prof. Dietz)" }, - "TUPETUG": { - "code": "TUPETUG", - "id": 45532, - "name": "Technische Universit\u00e4t Graz", - "path": "TUM/Institutions close to the University/Technische Universit\u00e4t Graz" + "40981": { + "code": "TUCHOCA", + "name": "Associate Professorship of Organic Chemistry (Prof. Hintermann)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Organic Chemistry (Prof. Hintermann)" }, - "TUPEUBM": { - "code": "TUPEUBM", - "id": 45371, - "name": "Universit\u00e4t der Bundeswehr M\u00fcnchen", - "path": "TUM/Institutions close to the University/Universit\u00e4t der Bundeswehr M\u00fcnchen" + "41208": { + "code": "TUPRS02", + "name": "Faculty Recruiting, Career Advancement and Dual Career", + "path": "TUM/TUM Board of Management/Faculty Recruiting, Career Advancement and Dual Career" }, - "TUPEUTM": { - "code": "TUPEUTM", - "id": 40033, - "name": "Center for Innovation and Business Creation at TUM", - "path": "TUM/Institutions close to the University/Center for Innovation and Business Creation at TUM" + "41224": { + "code": "TUPRS03", + "name": "Munich Dual Career Office", + "path": "TUM/TUM Board of Management/Faculty Recruiting, Career Advancement and Dual Career/Munich Dual Career Office" }, - "TUPEV10": { - "code": "TUPEV10", - "id": 55886, - "name": "MOBILITY", - "path": "TUM/Institutions close to the University/TUM Venture Labs/MOBILITY" + "41264": { + "code": "TUPRBE5", + "name": "Delegate officer for the scientific exchange with France", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for the scientific exchange with France" }, - "TUPEV11": { - "code": "TUPEV11", - "id": 55887, - "name": "SUSTAINABILITY CIRCULAR", - "path": "TUM/Institutions close to the University/TUM Venture Labs/SUSTAINABILITY CIRCULAR" + "41267": { + "code": "TUGSTGS", + "name": "Management Office", + "path": "TUM/TUM Graduate School/Management Office" }, - "TUPEV12": { - "code": "TUPEV12", - "id": 55888, - "name": "LEGAL TECH COLAB", - "path": "TUM/Institutions close to the University/TUM Venture Labs/LEGAL TECH COLAB" + "41346": { + "code": "TUPEFOR", + "name": "fortiss GmbH", + "path": "TUM/Institutions close to the University/fortiss GmbH" }, - "TUPEVHB": { - "code": "TUPEVHB", - "id": 16352, - "name": "Virtual University of Bavaria (vhb)", - "path": "TUM/Institutions close to the University/Virtual University of Bavaria (vhb)" + "41681": { + "code": "TUZVR7W", + "name": "Electoral office", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Legal Affairs/Electoral office" }, - "TUPEVL1": { - "code": "TUPEVL1", - "id": 55877, - "name": "BUILT ENVIRONMENT", - "path": "TUM/Institutions close to the University/TUM Venture Labs/BUILT ENVIRONMENT" + "41772": { + "code": "TUMWFST", + "name": "Chair of Bioseparation Engineering (Prof. Berensmeier)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Bioseparation Engineering (Prof. Berensmeier)" }, - "TUPEVL2": { - "code": "TUPEVL2", - "id": 55878, - "name": "CHEM SPACE", - "path": "TUM/Institutions close to the University/TUM Venture Labs/CHEM SPACE" + "41785": { + "code": "TUMEDE4", + "name": "Associate Professorship of Epigenetics of Skin Aging (Prof. Djabali)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Epigenetics of Skin Aging (Prof. Djabali)" }, - "TUPEVL3": { - "code": "TUPEVL3", - "id": 55879, - "name": "QUANTUM", - "path": "TUM/Institutions close to the University/TUM Venture Labs/QUANTUM" + "41836": { + "code": "TUEINST", + "name": "Assistant Professorship of Neuroscientific System Theory (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Neuroscientific System Theory (N.N.)" }, - "TUPEVL4": { - "code": "TUPEVL4", - "id": 55880, - "name": "ROBOTICS AI", - "path": "TUM/Institutions close to the University/TUM Venture Labs/ROBOTICS AI" + "41916": { + "code": "TUMAM14", + "name": "Chair of Probability Theory (Prof. Gantert)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Probability Theory (Prof. Gantert)" }, - "TUPEVL5": { - "code": "TUPEVL5", - "id": 55881, - "name": "FOOD AGRO BIOTECH", - "path": "TUM/Institutions close to the University/TUM Venture Labs/FOOD AGRO BIOTECH" + "41924": { + "code": "TUEDFVW", + "name": "Department Administration Former TUM School of Education", + "path": "TUM/Academic department/Former TUM School of Education/Department Administration" }, - "TUPEVL6": { - "code": "TUPEVL6", - "id": 55882, - "name": "HEALTH CARE", - "path": "TUM/Institutions close to the University/TUM Venture Labs/HEALTH CARE" + "41947": { + "code": "TUEDS13", + "name": "Chair of Scientific communication (Prof. Heckl)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Scientific communication (Prof. Heckl)" }, - "TUPEVL7": { - "code": "TUPEVL7", - "id": 55883, - "name": "ADDITIVE MANUFACTURING", - "path": "TUM/Institutions close to the University/TUM Venture Labs/ADDITIVE MANUFACTURING" + "42041": { + "code": "TUMERZ0", + "name": "Information Technology", + "path": "TUM/Schools/Medicine and Health/More Units MRI/Information Technology" }, - "TUPEVL8": { - "code": "TUPEVL8", - "id": 55884, - "name": "SOFTWARE AI", - "path": "TUM/Institutions close to the University/TUM Venture Labs/SOFTWARE AI" + "42043": { + "code": "TUMEAP0", + "name": "Pharmacy", + "path": "TUM/Schools/Medicine and Health/More Units MRI/Pharmacy" }, - "TUPEVL9": { - "code": "TUPEVL9", - "id": 55885, - "name": "AERO SPACE", - "path": "TUM/Institutions close to the University/TUM Venture Labs/AERO SPACE" + "42231": { + "code": "TUEDS11", + "name": "Chair of Mathematics Education (Prof. Obersteiner)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Mathematics Education (Prof. Obersteiner)" }, - "TUPEVLG": { - "code": "TUPEVLG", - "id": 55889, - "name": "TUM Venture Labs Management gGmbH (VLM)", - "path": "TUM/Institutions close to the University/TUM Venture Labs Management gGmbH (VLM)" + "42297": { + "code": "TUSPL09", + "name": "Chair of Training Science and Computer Science in Sports (N.N.)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Training Science and Computer Science in Sports (N.N.)" }, - "TUPEVLM": { - "code": "TUPEVLM", - "id": 55737, - "name": "TUM Venture Labs", - "path": "TUM/Institutions close to the University/TUM Venture Labs" + "42357": { + "code": "TUPREOE", + "name": "TUM Emeriti of Excellence", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/TUM Emeriti of Excellence" }, - "TUPEVWA": { - "code": "TUPEVWA", - "id": 40142, - "name": "Academy of Business Administration and Public Management", - "path": "TUM/Institutions close to the University/Academy of Business Administration and Public Management" + "42566": { + "code": "TUZEFCL", + "name": "Research projects", + "path": "TUM/Research projects" }, - "TUPEWAR": { - "code": "TUPEWAR", - "id": 54604, - "name": "Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)", - "path": "TUM/Institutions close to the University/Student initiatives/Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)" + "42570": { + "code": "TUPHUCL", + "name": "Excellence Cluster ORIGINS: From the origins of the universe to the first building blocks of life", + "path": "TUM/Research projects/Excellence Cluster ORIGINS: From the origins of the universe to the first building blocks of life" }, - "TUPEWMI": { - "code": "TUPEWMI", - "id": 16356, - "name": "Walther-Meissner-Institute (WMI)", - "path": "TUM/Institutions close to the University/Walther-Meissner-Institute (WMI)" + "42605": { + "code": "TUZVPRE", + "name": "Press and Media relations", + "path": "TUM/Functional Units/Corporate Communications Center (HR2)/Press and Media relations" }, - "TUPEWR0": { - "code": "TUPEWR0", - "id": 39688, - "name": "Additional rooms", - "path": "TUM/Institutions close to the University/Additional rooms" + "42606": { + "code": "TUZVACM", + "name": "Alumni & Career Services", + "path": "TUM/Functional Units/TUM Global & Alumni Office (HR3)/Alumni & Career Services" }, - "TUPEX00": { - "code": "TUPEX00", - "id": 29304, - "name": "Additional people", - "path": "TUM/Institutions close to the University/Additional people" + "42655": { + "code": "TUMEAM0", + "name": "Institute of General Medicine (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/General Medicine (Prof. Schneider)" }, - "TUPEX01": { - "code": "TUPEX01", - "id": 33163, - "name": "TUM", - "path": "TUM/Institutions close to the University/Additional people/TUM" + "42656": { + "code": "TUMEAM1", + "name": "Chair of General Practice (Prof. Schneider)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/General Medicine (Prof. Schneider)/General Practice (Prof. Schneider)" }, - "TUPEX05": { - "code": "TUPEX05", - "id": 33167, - "name": "Not assigned", - "path": "TUM/Institutions close to the University/Additional people/Not assigned" + "42657": { + "code": "TUPHZAV", + "name": "Academic administration", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Academic administration" }, - "TUPEYIT": { - "code": "TUPEYIT", - "id": 43836, - "name": "Caverion Deutschland GmbH", - "path": "TUM/Institutions close to the University/Caverion Deutschland GmbH" + "42658": { + "code": "TUPHZVW", + "name": "Administration physics department", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department" }, - "TUPEZAE": { - "code": "TUPEZAE", - "id": 16340, - "name": "The Bavarian Center for Applied Energy Research e.V. (ZAE Bayern)", - "path": "TUM/Institutions close to the University/The Bavarian Center for Applied Energy Research e.V. (ZAE Bayern)" + "42659": { + "code": "TUPHZPE", + "name": "other service institutes Personalstelle", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/other service institutes" }, - "TUPEZIB": { - "code": "TUPEZIB", - "id": 44425, - "name": "Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)", - "path": "TUM/Schools/Social Sciences and Technology/Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)" + "42660": { + "code": "TUPHZDM", + "name": "Third-party funds", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Third-party funds" }, - "TUPHAEA": { - "code": "TUPHAEA", - "id": 49966, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Applied and Engineering Physics)", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Applied and Engineering Physics)" + "42661": { + "code": "TUPHZMB", + "name": "Budget management", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Budget management" }, - "TUPHAEB": { - "code": "TUPHAEB", - "id": 49967, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Biophysics)", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Biophysics)" + "42663": { + "code": "TUPHZMA", + "name": "Materials store", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Materials store" }, - "TUPHAEC": { - "code": "TUPHAEC", - "id": 49968, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Condensed Matter Physics)", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Condensed Matter Physics)" + "42664": { + "code": "TUPHZWA", + "name": "Receiving department", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Receiving department" }, - "TUPHAEK": { - "code": "TUPHAEK", - "id": 49920, - "name": "Aptitude Assessment Commission", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission" + "42665": { + "code": "TUPHZPS", + "name": "Post office", + "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Post office" }, - "TUPHAEL": { - "code": "TUPHAEL", - "id": 49969, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Matter to Life", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Matter to Life" + "42666": { + "code": "TUPHZSS", + "name": "Radiation Protection & Work Safety (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Radiation Protection & Work Safety (NAT)" }, - "TUPHAEM": { - "code": "TUPHAEM", - "id": 50177, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Biomedical Engineering and Medical Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Biomedical Engineering and Medical Physics" + "42667": { + "code": "TUPHZKG", + "name": "Cryog. Liquids & Gases (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Cryog. Liquids & Gases (NAT)" }, - "TUPHAEQ": { - "code": "TUPHAEQ", - "id": 50437, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Quantum Science & Technology", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Quantum Science & Technology" + "42668": { + "code": "TUPHZKL", + "name": "Crystal Lab (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Crystal Lab (NAT)" }, - "TUPHAET": { - "code": "TUPHAET", - "id": 49965, - "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Nuclear, Particle and Astrophysics)", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Nuclear, Particle and Astrophysics)" + "42669": { + "code": "TUPHZIT", + "name": "IT Operation 5100 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Operation 5100 (NAT)" }, - "TUPHAUK": { - "code": "TUPHAUK", - "id": 49919, - "name": "Special committees", - "path": "TUM/Academic department/Former TUM Department of Physics/Special committees" + "42670": { + "code": "TUPHCOM", + "name": "IT Services Students 5100 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Services Students 5100 (NAT)" }, - "TUPHBDS": { - "code": "TUPHBDS", - "id": 32802, - "name": "Data Protection Representative Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Representatives/Data Protection Representative" + "42712": { + "code": "TUMAF18", + "name": "Associate Professorship of Discrete Mathematics and Combinational Optimization (Prof. Wiese)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Discrete Mathematics and Combinational Optimization (Prof. Wiese)" + }, + "42732": { + "code": "TUPEGAE", + "name": "Guests at TUM", + "path": "TUM/Institutions close to the University/Guests at TUM" }, - "TUPHBIO": { - "code": "TUPHBIO", - "id": 32801, - "name": "Representative Information Officer Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Representatives/Representative" + "42733": { + "code": "TUEDS14", + "name": "Chair of Educational Psychology (Prof. Seidel)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Educational Psychology (Prof. Seidel)" }, - "TUPHCOM": { - "code": "TUPHCOM", - "id": 42670, - "name": "IT Services Students 5100 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Services Students 5100 (NAT)" + "42781": { + "code": "TUEIICS", + "name": "Chair of Cognitive Systems (Prof. Cheng)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Cognitive Systems (Prof. Cheng)" }, - "TUPHDEP": { - "code": "TUPHDEP", - "id": 14217, - "name": "Physics Department", - "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department" + "42884": { + "code": "TUS6MAR", + "name": "Marketing (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Marketing (MGT)" }, - "TUPHDKN": { - "code": "TUPHDKN", - "id": 14209, - "name": "Dean Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Dean" + "42886": { + "code": "TUS6RES", + "name": "Resources (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Resources (MGT)" }, - "TUPHE11": { - "code": "TUPHE11", - "id": 14228, - "name": "Chair of Laser and X-ray Physics (Prof. Kienberger)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Laser and X-ray Physics (Prof. Kienberger)" + "42888": { + "code": "TUWIC03", + "name": "Executive & Professional Education Academy", + "path": "TUM/TUM Institute for Life Long Learning/Executive & Professional Education Academy" }, - "TUPHE13": { - "code": "TUPHE13", - "id": 16201, - "name": "Chair of Functional Materials (Prof. M\u00fcller-Buschbaum)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Functional Materials (Prof. M\u00fcller-Buschbaum)" + "42933": { + "code": "TUMWSBT", + "name": "Associate Professorship of Systems biotechnology (Prof. Kremling)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Systems biotechnology (Prof. Kremling)" }, - "TUPHE14": { - "code": "TUPHE14", - "id": 16202, - "name": "Chair of Physics of Synthetic Biological Systems (Prof. Simmel)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Physics of Synthetic Biological Systems (Prof. Simmel)" + "42949": { + "code": "TUZEEP2", + "name": "Research groups Experimental Semiconductor Physics (N.N.)", + "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Experimental Semiconductor Physics (N.N.)" }, - "TUPHE15": { - "code": "TUPHE15", - "id": 16203, - "name": "Chair of Experimental Astro\u00adparticle Physics (Prof. Sch\u00f6nert)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Astro\u00adparticle Physics (Prof. Sch\u00f6nert)" + "42950": { + "code": "TUZEHLT", + "name": "Research groups Semiconductor Technology (Prof. Belkin)", + "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Semiconductor Technology (Prof. Belkin)" }, - "TUPHE17": { - "code": "TUPHE17", - "id": 16205, - "name": "Chair of Biomedical Physics (Prof. Pfeiffer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Biomedical Physics (Prof. Pfeiffer)" + "43203": { + "code": "TUMWMPA", + "name": "Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)", + "path": "TUM/Schools/Engineering and Design/Staatliches Materialpr\u00fcfamt f\u00fcr den Maschinenbau (MPA)" }, - "TUPHE18": { - "code": "TUPHE18", - "id": 16206, - "name": "Chair of Physics I (Prof. Paul)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics I (Prof. Paul)" + "43242": { + "code": "TUCHTH4", + "name": "Chair of Theoretical Chemistry (Prof. Heiz komm.)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Chemistry (Prof. Heiz komm.)" }, - "TUPHE20": { - "code": "TUPHE20", - "id": 16208, - "name": "Chair of Experimental Physics (Prof. Barth)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics (Prof. Barth)" + "43299": { + "code": "TUWZM5E", + "name": "Chair of Analytical Food Chemistry (Prof. Rychlik)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Analytical Food Chemistry (Prof. Rychlik)" }, - "TUPHE21": { - "code": "TUPHE21", - "id": 16209, - "name": "Chair of Experimental Physics II (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Experimental Physics II (N.N.)" + "43315": { + "code": "TUWZM2B", + "name": "Research Facility Versuchsstation f\u00fcr Tierzucht (Staatsgut Thalhausen)", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Farm animal unit/Research Facility" }, - "TUPHE22": { - "code": "TUPHE22", - "id": 16210, - "name": "Chair of Biophysics (Prof. Rief)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biophysics (Prof. Rief)" + "43317": { + "code": "TUBVHGT", + "name": "Chair of Hydrogeology (Prof. Einsiedl)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Hydrogeology (Prof. Einsiedl)" }, - "TUPHE23": { - "code": "TUPHE23", - "id": 16211, - "name": "Chair of Technical Physics (Prof. Gross/Prof. Filipp)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technical Physics (Prof. Gross/Prof. Filipp)" + "43428": { + "code": "TUCHOCB", + "name": "Associate Professorship of Solid-State NMR spectroscopy (Prof. Reif)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Solid-State NMR spectroscopy (Prof. Reif)" }, - "TUPHE25": { - "code": "TUPHE25", - "id": 16213, - "name": "Chair of Experimental Semiconductor Physics (Prof. Sharp)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Semiconductor Physics (Prof. Sharp)" + "43429": { + "code": "TULRHST", + "name": "Chair of Rotorcraft and Vertical Flight (Prof. Yavrucuk)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Rotorcraft and Vertical Flight (Prof. Yavrucuk)" }, - "TUPHE27": { - "code": "TUPHE27", - "id": 21453, - "name": "Chair of Cellular Biophysics (Prof. Bausch)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Cellular Biophysics (Prof. Bausch)" + "43448": { + "code": "TUINF17", + "name": "Informatics 18 - Associate Professorship of Algorithmic Game Theory (Prof. Brandt)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 18 - Associate Professorship of Algorithmic Game Theory (Prof. Brandt)" }, - "TUPHE28": { - "code": "TUPHE28", - "id": 45230, - "name": "Chair of Plasmarand- und Divertorphysik (Prof. Stroth)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Plasmarand- und Divertorphysik (Prof. Stroth)" + "43449": { + "code": "TUWIB18", + "name": "Chair of Entrepreneurship (Prof. Patzelt)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship (Prof. Patzelt)" }, - "TUPHE51": { - "code": "TUPHE51", - "id": 21569, - "name": "Chair of Experimental Physics on the Topology of Correlated Systems (Prof. Pfleiderer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics on the Topology of Correlated Systems (Prof. Pfleiderer)" + "43476": { + "code": "TUBVZWP", + "name": "Chair of Non-destructive Testing (Prof. Gro\u00dfe)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Non-destructive Testing (Prof. Gro\u00dfe)" }, - "TUPHE53": { - "code": "TUPHE53", - "id": 21554, - "name": "Associate Professorship of Technical Physics (Prof. Krischer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Technical Physics (Prof. Krischer)" + "43497": { + "code": "TUMWPFB", + "name": "Student Office", + "path": "TUM/Academic department/Former TUM Department of Mechanical Engineering/Central Services/Student Office" }, - "TUPHE57": { - "code": "TUPHE57", - "id": 21543, - "name": "Chair of Semiconductor Quantum Nanosystems (Prof. Finley)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Semiconductor Quantum Nanosystems (Prof. Finley)" + "43583": { + "code": "TUCHPC4", + "name": "Chair of Technical Electrochemistry (Prof. Gasteiger)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Technical Electrochemistry (Prof. Gasteiger)" }, - "TUPHE59": { - "code": "TUPHE59", - "id": 21527, - "name": "Associate Professorship of Experimentalphysik - Weiche Materie (Prof. Papadakis)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Weiche Materie (Prof. Papadakis)" + "43589": { + "code": "TUZEMSE", + "name": "Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)" }, - "TUPHE60": { - "code": "TUPHE60", - "id": 21538, - "name": "Associate Professorship of Experimental Physics and Astroparticle Physics (Prof. Oberauer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics and Astroparticle Physics (Prof. Oberauer)" + "43621": { + "code": "TUVBGSV", + "name": "Central Agency for the Disabled and Severely Disabled Persons Representative", + "path": "TUM/Officers and Representatives/Staff councils/Central Agency for the Disabled and Severely Disabled Persons Representative" }, - "TUPHE61": { - "code": "TUPHE61", - "id": 21593, - "name": "Chair of Nanotechnology and Nanomaterials (Prof. Holleitner)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Nanotechnology and Nanomaterials (Prof. Holleitner)" + "43630": { + "code": "TUVBSVM", + "name": "Disabled Person Officer M\u00fcnchen", + "path": "TUM/Officers and Representatives/Staff councils/Disabled Person Officer M\u00fcnchen" }, - "TUPHE62": { - "code": "TUPHE62", - "id": 21512, - "name": "Chair of Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimentalphysik - Dense and Strange Hadronic Matter (Prof. Fabbietti)" + "43639": { + "code": "TUVBSVW", + "name": "Disabled Person Officer Weihenstephan", + "path": "TUM/Officers and Representatives/Staff councils/Disabled Person Officer Weihenstephan" }, - "TUPHEBI": { - "code": "TUPHEBI", - "id": 48897, - "name": "Associate Professorship of Physics in Biomedical Imaging (Prof. Herzen)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics in Biomedical Imaging (Prof. Herzen)" + "43640": { + "code": "TUVBSVG", + "name": "Disabled Person Officer Garching", + "path": "TUM/Officers and Representatives/Staff councils/Disabled Person Officer Garching" }, - "TUPHECP": { - "code": "TUPHECP", - "id": 45028, - "name": "Chair of Experimental Physics with Cosmic Particles (Prof. Resconi)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics with Cosmic Particles (Prof. Resconi)" + "43641": { + "code": "TUVBGJV", + "name": "Youth and apprentice representative council", + "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative council" }, - "TUPHECS": { - "code": "TUPHECS", - "id": 46657, - "name": "Assistant Professorship of Physics of Energy Conversion and Storage (Prof. Bandarenka)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics of Energy Conversion and Storage (Prof. Bandarenka)" + "43642": { + "code": "TUVBJVM", + "name": "Youth and apprentice representative Munich", + "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative Munich" }, - "TUPHEDM": { - "code": "TUPHEDM", - "id": 48099, - "name": "Associate Professorship of Dark Matter (Prof. Mertens)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Dark Matter (Prof. Mertens)" + "43643": { + "code": "TUVBJVW", + "name": "Youth and apprentice representative Weihenstephan", + "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative Weihenstephan" }, - "TUPHEDS": { - "code": "TUPHEDS", - "id": 53257, - "name": "Assistant Professorship of Data Science in Physics (Prof. Heinrich)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Data Science in Physics (Prof. Heinrich)" + "43644": { + "code": "TUVBJVG", + "name": "Youth and apprentice representative Garching", + "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative Garching" }, - "TUPHEFS": { - "code": "TUPHEFS", - "id": 48957, - "name": "Chair of Experimental Physics of Functional Spin-Systems", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics of Functional Spin-Systems" + "43645": { + "code": "TUBVEPB", + "name": "Chair of Energy Efficient and Sustainable Design and Building (Prof. Lang)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Energy Efficient and Sustainable Design and Building (Prof. Lang)" }, - "TUPHEHP": { - "code": "TUPHEHP", - "id": 48637, - "name": "Chair of Experimental Semiconductor Physics (Prof. Sharp komm.)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Semiconductor Physics (Prof. Sharp komm.)" + "43680": { + "code": "TUZVBFR", + "name": "Representative of the President for Fundraising Hochschulreferat 5 - Fundraising (HR5)", + "path": "TUM/Functional Units/Fundraising (HR5)/Representative of the President for Fundraising" }, - "TUPHEMF": { - "code": "TUPHEMF", - "id": 47098, - "name": "Associate Professorship of Molecular Engineering at Functional Interfaces (Prof. Auw\u00e4rter)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Molecular Engineering at Functional Interfaces (Prof. Auw\u00e4rter)" + "43736": { + "code": "TUEIEES", + "name": "Chair of Electrical Energy Storage Technology (Prof. Jossen)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Electrical Energy Storage Technology (Prof. Jossen)" }, - "TUPHEMM": { - "code": "TUPHEMM", - "id": 48097, - "name": "Associate Professorship of Experimental Biophysics (Dr. Duderstadt)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Experimental Biophysics (Dr. Duderstadt)" + "43737": { + "code": "TUZEZEB", + "name": "Centre for Sustainable Building", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Centre for Sustainable Building" }, - "TUPHENA": { - "code": "TUPHENA", - "id": 21511, - "name": "Associate Professorship of Experimentalphysik - Nukleare Astrophysik (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Experimentalphysik - Nukleare Astrophysik (N.N.)" + "43776": { + "code": "TUZVBAE", + "name": "Works doctor Munich", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Works doctor Munich" }, - "TUPHENE": { - "code": "TUPHENE", - "id": 47097, - "name": "Associate Professorship of Fundamental Particle Physics at Low Energies (Prof. M\u00e4rkisch)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Fundamental Particle Physics at Low Energies (Prof. M\u00e4rkisch)" + "43777": { + "code": "TUZVSSI", + "name": "Radiation protection", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Radiation protection" }, - "TUPHEOC": { - "code": "TUPHEOC", - "id": 48100, - "name": "Associate Professorship of Observational Cosmology (Prof. Suyu)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Observational Cosmology (Prof. Suyu)" + "43787": { + "code": "TUEISEC", + "name": "Chair of Security in Information Technology (Prof. Sigl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Security in Information Technology (Prof. Sigl)" }, - "TUPHEPB": { - "code": "TUPHEPB", - "id": 40940, - "name": "Chair of Biomolecular Nanotechnology (Prof. Dietz)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolecular Nanotechnology (Prof. Dietz)" + "43794": { + "code": "TUZVASS", + "name": "Safety engineer", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Safety engineer" }, - "TUPHEQM": { - "code": "TUPHEQM", - "id": 48098, - "name": "Assistant Professorship of Quantum Matter - Experimental Solid State Physics (N.N.)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Matter - Experimental Solid State Physics (N.N.)" + "43835": { + "code": "TUCHPC5", + "name": "Associate Professorship of Physical Chemistry with Focus on Catalysis (Prof. G\u00fcnther)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Physical Chemistry with Focus on Catalysis (Prof. G\u00fcnther)" }, - "TUPHEQN": { - "code": "TUPHEQN", - "id": 53837, - "name": "Assistant Professorship of Quantum Networks (Prof. Reiserer)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Networks (Prof. Reiserer)" + "43836": { + "code": "TUPEYIT", + "name": "Caverion Deutschland GmbH", + "path": "TUM/Institutions close to the University/Caverion Deutschland GmbH" }, - "TUPHEQT": { - "code": "TUPHEQT", - "id": 48377, - "name": "Assistant Professorship of Quantum Technologies (Prof. Poot)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Technologies (Prof. Poot)" + "43839": { + "code": "TUCHZWE", + "name": "Workshops", + "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department/Workshops" }, - "TUPHETN": { - "code": "TUPHETN", - "id": 21548, - "name": "Chair of Precision Measurements at Extreme Conditions (Prof. Fierlinger)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Precision Measurements at Extreme Conditions (Prof. Fierlinger)" + "43840": { + "code": "TUCHZB7", + "name": "Supplies & Waste Treatment (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Supplies & Waste Treatment (NAT)" }, - "TUPHFBA": { - "code": "TUPHFBA", - "id": 44213, - "name": "Gender Equality Officer Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Representatives/Gender Equality Officer" + "43852": { + "code": "TUZVR23", + "name": "IT-Support (department 25)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/IT-Support (department 25)" + }, + "44004": { + "code": "TUGSFGC", + "name": "Graduate Centers", + "path": "TUM/TUM Graduate School/Graduate Centers" }, - "TUPHFPH": { - "code": "TUPHFPH", - "id": 14179, - "name": "Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics" + "44006": { + "code": "TUINF16", + "name": "Informatics 5 - Associate Professorship of Hardware-aware algorithms and software for HPC (Prof. Bader)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 5 - Associate Professorship of Hardware-aware algorithms and software for HPC (Prof. Bader)" }, - "TUPHFSV": { - "code": "TUPHFSV", - "id": 44486, - "name": "Student Council", - "path": "TUM/Academic department/Former TUM Department of Physics/Student Council" + "44008": { + "code": "TUINFRW", + "name": "Service office Finances Informatics (SB-F-IN)", + "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/Service office Finances Informatics (SB-F-IN)" }, - "TUPHPDK": { - "code": "TUPHPDK", - "id": 14210, - "name": "Vice Dean Prodekan Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Vice Dean" + "44009": { + "code": "TUINPER", + "name": "Service office Personell Informatics and Mathematics (SB-P)", + "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/Service office Personell Informatics and Mathematics (SB-P)" }, - "TUPHSDK": { - "code": "TUPHSDK", - "id": 14211, - "name": "Dean of Studies", - "path": "TUM/Academic department/Former TUM Department of Physics/Dean of Studies" + "44011": { + "code": "TUMASBM", + "name": "Service office Mathematics", + "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics" }, - "TUPHSSK": { - "code": "TUPHSSK", - "id": 14372, - "name": "Student Office Studiensekretariat PH", - "path": "TUM/Academic department/Former TUM Department of Physics/Department Administration/Student Office" + "44013": { + "code": "TUMAFRW", + "name": "Finances", + "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics/Finances" }, - "TUPHT30": { - "code": "TUPHT30", - "id": 21602, - "name": "Scientific Computing 5100 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Scientific Computing 5100 (NAT)" + "44016": { + "code": "TUGSFWZ", + "name": "Graduate Center of Life Sciences", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Life Sciences" }, - "TUPHT31": { - "code": "TUPHT31", - "id": 16214, - "name": "Chair of Theoretical Elementary Particle Physics (Prof. Beneke)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Elementary Particle Physics (Prof. Beneke)" + "44021": { + "code": "TUGSFWI", + "name": "Graduate Center of Management", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Management" }, - "TUPHT34": { - "code": "TUPHT34", - "id": 16216, - "name": "Chair of Theoretical Physics V - (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Theoretical Physics V - (N.N.)" + "44026": { + "code": "TUMASTB", + "name": "TUMStat", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Statistics (Prof. Drton)/TUMStat" }, - "TUPHT35": { - "code": "TUPHT35", - "id": 16227, - "name": "Chair of Theoretical Biophysics (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Theoretical Biophysics (N.N.)" + "44040": { + "code": "TUPEFWT", + "name": "University of Applied Sciences Weihenstephan-Triesdorf", + "path": "TUM/Institutions close to the University/University of Applied Sciences Weihenstephan-Triesdorf" }, - "TUPHT38": { - "code": "TUPHT38", - "id": 16218, - "name": "Chair of Theoretical Biophysics - Biomolecular Dynamics (Prof. Zacharias)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretical Biophysics - Biomolecular Dynamics (Prof. Zacharias)" + "44041": { + "code": "TUPELFL", + "name": "Bavarian State Research Center for Agriculture", + "path": "TUM/Institutions close to the University/Bavarian State Research Center for Agriculture" }, - "TUPHT39": { - "code": "TUPHT39", - "id": 16219, - "name": "Chair of Theoretical Physics - Applied Quantum Field Theory (N.N.)", - "path": "TUM/Academic department/Former TUM Department of Physics/Physics Department/Theoretical Physics - Applied Quantum Field Theory (N.N.)" + "44042": { + "code": "TUPELWF", + "name": "Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)", + "path": "TUM/Institutions close to the University/Bayerische Landesanstalt f\u00fcr Wald und Forstwirtschaft (LWF)" }, - "TUPHT44": { - "code": "TUPHT44", - "id": 21615, - "name": "Associate Professorship of Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik - Rechnergest. Feldtheorie Nukl. u. Hadron. Vielteilchensysteme (Prof. Brambilla)" + "44043": { + "code": "TUPEDWD", + "name": "Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan", + "path": "TUM/Institutions close to the University/Deutscher Wetterdienst - Au\u00dfenstelle Weihenstephan" }, - "TUPHT65": { - "code": "TUPHT65", - "id": 21604, - "name": "Associate Professorship of Theoretische Elementarteilchenphysik (Prof. Ibarra)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Elementarteilchenphysik (Prof. Ibarra)" + "44044": { + "code": "TUPEHZM", + "name": "Helmholtz-Zentrum M\u00fcnchen - German Research Center for Environmental Health", + "path": "TUM/Institutions close to the University/Helmholtz-Zentrum M\u00fcnchen - German Research Center for Environmental Health" }, - "TUPHTBN": { - "code": "TUPHTBN", - "id": 50301, - "name": "Associate Professorship of Theory of Biological Networks (Prof. Alim)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theory of Biological Networks (Prof. Alim)" + "44066": { + "code": "TUEILTI", + "name": "Chair of Theoretical Information Technology (Prof. Boche)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Theoretical Information Technology (Prof. Boche)" }, - "TUPHTBP": { - "code": "TUPHTBP", - "id": 52917, - "name": "Chair of Particle Physics (Prof. Zanderighi)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Particle Physics (Prof. Zanderighi)" + "44087": { + "code": "TUMEST3", + "name": "Associate Professorship of Medical Radiation Physics (Prof. Wilkens)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiooncology and Radiation Therapy (Prof. Combs)/Medical Radiation Physics (Prof. Wilkens)" }, - "TUPHTBS": { - "code": "TUPHTBS", - "id": 46617, - "name": "Chair of Theoretical Physics - Theory of Complex Biosystems (Prof. Gerland)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretical Physics - Theory of Complex Biosystems (Prof. Gerland)" + "44106": { + "code": "TUWIB19", + "name": "Chair of Production and Supply Chain Management (Prof. Grunow)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Production and Supply Chain Management (Prof. Grunow)" }, - "TUPHTCQ": { - "code": "TUPHTCQ", - "id": 47278, - "name": "Associate Professorship of Collective Quantum Dynamics (Prof. Knap)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Collective Quantum Dynamics (Prof. Knap)" + "44107": { + "code": "TUWZH1A", + "name": "Day nursery Weihenstephan", + "path": "TUM/Schools/Life Sciences/Day nursery Weihenstephan" }, - "TUPHTEU": { - "code": "TUPHTEU", - "id": 45471, - "name": "Associate Professorship of Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)" + "44146": { + "code": "TUZEITZ", + "name": "IT Service Center (ITSZ)", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)" }, - "TUPHTFE": { - "code": "TUPHTFE", - "id": 49797, - "name": "Associate Professorship of Theory of Functional Energy Materials (Prof. Egger)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Functional Energy Materials (Prof. Egger)" + "44149": { + "code": "TUWZB5T", + "name": "Chair of Economics of Horticulture and Landscaping (Prof. Bitsch)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Economics of Horticulture and Landscaping (Prof. Bitsch)" }, - "TUPHTFK": { - "code": "TUPHTFK", - "id": 48217, - "name": "Chair of Theoretical Solid-State Physics (Prof. Pollmann)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Solid-State Physics (Prof. Pollmann)" + "44150": { + "code": "TUZEITM", + "name": "IT-Management", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/IT-Management" }, - "TUPHTQM": { - "code": "TUPHTQM", - "id": 50277, - "name": "Associate Professorship of Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)" + "44151": { + "code": "TUZEITH", + "name": "IT-Support", + "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/IT-Support" }, - "TUPHTTC": { - "code": "TUPHTTC", - "id": 46215, - "name": "Associate Professorship of Theoretical Particle Physics at Colliders (Prof. Weiler)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Particle Physics at Colliders (Prof. Weiler)" + "44168": { + "code": "TUPEASL", + "name": "Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)", + "path": "TUM/Institutions close to the University/Institut f\u00fcr St\u00e4dtebau und Wohnungswesen der Deutschen Akademie f\u00fcr St\u00e4dtebau und Landesplanung (DASL)" }, - "TUPHTTP": { - "code": "TUPHTTP", - "id": 52538, - "name": "Assistant Professorship of Theoretical Particle Physics (Prof. Tancredi)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Particle Physics (Prof. Tancredi)" + "44187": { + "code": "TUSPL11", + "name": "Chair of Human movement science (Prof. Hermsd\u00f6rfer)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Human movement science (Prof. Hermsd\u00f6rfer)" }, - "TUPHUCL": { - "code": "TUPHUCL", - "id": 42570, - "name": "Excellence Cluster ORIGINS: From the origins of the universe to the first building blocks of life", - "path": "TUM/Research projects/Excellence Cluster ORIGINS: From the origins of the universe to the first building blocks of life" + "44213": { + "code": "TUPHFBA", + "name": "Gender Equality Officer Former TUM Department of Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Representatives/Gender Equality Officer" }, - "TUPHZ50": { - "code": "TUPHZ50", - "id": 14213, - "name": "Department Administration Former TUM Department of Physics", - "path": "TUM/Academic department/Former TUM Department of Physics/Department Administration" + "44245": { + "code": "TUSPL12", + "name": "Associate Professorship of Conservative and Rehabilitative Orthopaedics (Prof. Horstmann)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Conservative and Rehabilitative Orthopaedics (Prof. Horstmann)" }, - "TUPHZ51": { - "code": "TUPHZ51", - "id": 14212, - "name": "Dean's Office Dekanat PH", - "path": "TUM/Academic department/Former TUM Department of Physics/Department Administration/Dean's Office" + "44264": { + "code": "TUINZE1", + "name": "Central institutions of the academic department", + "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department" }, - "TUPHZAV": { - "code": "TUPHZAV", - "id": 42657, - "name": "Academic administration", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Academic administration" + "44266": { + "code": "TUINRBG", + "name": "System Administration Group Informatics (RBG-IN)", + "path": "TUM/Academic department/Former TUM Department of Informatics/Central institutions of the academic department/System Administration Group Informatics (RBG-IN)" }, - "TUPHZDM": { - "code": "TUPHZDM", - "id": 42660, - "name": "Third-party funds", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Third-party funds" + "44284": { + "code": "TUCHTC4", + "name": "Werner Siemens-Chair of Synthetic Biotechnology (WSSB) (Prof. Br\u00fcck)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Werner Siemens-Chair of Synthetic Biotechnology (WSSB) (Prof. Br\u00fcck)" }, - "TUPHZEI": { - "code": "TUPHZEI", - "id": 21879, - "name": "Central institutions of the academic department", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department" + "44304": { + "code": "TUZERCM", + "name": "Radiochemistry Munich (RCM)", + "path": "TUM/Other Scientific Institutions/Radiochemistry Munich (RCM)" }, - "TUPHZEL": { - "code": "TUPHZEL", - "id": 14214, - "name": "Electronics", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Electronics" + "44344": { + "code": "TUZV44F", + "name": "Removals, Labelling", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Removals, Labelling" }, - "TUPHZIT": { - "code": "TUPHZIT", - "id": 42669, - "name": "IT Operation 5100 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Operation 5100 (NAT)" + "44364": { + "code": "TUCHRC3", + "name": "Chair of Pharmaceutical Radiochemistry (Prof. Casini komm.)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Pharmaceutical Radiochemistry (Prof. Casini komm.)" }, - "TUPHZKG": { - "code": "TUPHZKG", - "id": 42667, - "name": "Cryog. Liquids & Gases (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Cryog. Liquids & Gases (NAT)" + "44384": { + "code": "TUBVCMS", + "name": "Chair of Computational Modeling and Simulation (Prof. Borrmann)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Computational Modeling and Simulation (Prof. Borrmann)" }, - "TUPHZKL": { - "code": "TUPHZKL", - "id": 42668, - "name": "Crystal Lab (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Crystal Lab (NAT)" + "44385": { + "code": "TUPEMAS", + "name": "Munich Aerospace", + "path": "TUM/Institutions close to the University/Munich Aerospace" }, - "TUPHZMA": { - "code": "TUPHZMA", - "id": 42663, - "name": "Materials store", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Materials store" + "44404": { + "code": "TUMAM15", + "name": "Chair of Applied Numerical Analysis (Prof. Fornasier)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Applied Numerical Analysis (Prof. Fornasier)" }, - "TUPHZMB": { - "code": "TUPHZMB", - "id": 42661, - "name": "Budget management", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Budget management" + "44425": { + "code": "TUPEZIB", + "name": "Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)", + "path": "TUM/Schools/Social Sciences and Technology/Zentrum f\u00fcr Internationale Bildungsvergleichsstudien (ZIB)" }, - "TUPHZPE": { - "code": "TUPHZPE", - "id": 42659, - "name": "other service institutes Personalstelle", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/other service institutes" + "44444": { + "code": "TUWZK1A", + "name": "Kleintierforschungszentrum Weihenstephan", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Small animal unit/Kleintierforschungszentrum Weihenstephan" }, - "TUPHZPS": { - "code": "TUPHZPS", - "id": 42665, - "name": "Post office", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Post office" + "44486": { + "code": "TUPHFSV", + "name": "Student Council", + "path": "TUM/Academic department/Former TUM Department of Physics/Student Council" }, - "TUPHZSS": { - "code": "TUPHZSS", - "id": 42666, - "name": "Radiation Protection & Work Safety (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Radiation Protection & Work Safety (NAT)" + "44491": { + "code": "TUBVFSV", + "name": "Civil, Geo and Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Student Council/Civil, Geo and Environmental Engineering" }, - "TUPHZTL": { - "code": "TUPHZTL", - "id": 47477, - "name": "Technology (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Technology (NAT)" + "44492": { + "code": "TUARFSV", + "name": "Architecture", + "path": "TUM/Schools/Engineering and Design/Student Council/Architecture" }, - "TUPHZVW": { - "code": "TUPHZVW", - "id": 42658, - "name": "Administration physics department", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department" + "44493": { + "code": "TUMWFSV", + "name": "Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Student Council/Mechanical Engineering" }, - "TUPHZWA": { - "code": "TUPHZWA", - "id": 42664, - "name": "Receiving department", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Administration physics department/Receiving department" + "44494": { + "code": "TUEIFSV", + "name": "Student Council", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Student Council" }, - "TUPHZWS": { - "code": "TUPHZWS", - "id": 14215, - "name": "Central Repair Shop", - "path": "TUM/Academic department/Former TUM Department of Physics/Central institutions of the academic department/Central Repair Shop" + "44495": { + "code": "TUMEFSV", + "name": "Student Council MH-ME", + "path": "TUM/Schools/Medicine and Health/Student Council/Student Council MH-ME" + }, + "44496": { + "code": "TUSPFSV", + "name": "Student Council MH-SG", + "path": "TUM/Schools/Medicine and Health/Student Council/Student Council MH-SG" }, - "TUPOL01": { - "code": "TUPOL01", - "id": 47719, - "name": "Chair of Computational Social Science (Prof. Pfeffer)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Computational Social Science (Prof. Pfeffer)" + "44498": { + "code": "TUWZFAG", + "name": "Agricultural and Horticultural Sciences", + "path": "TUM/Schools/Life Sciences/Student Council/Agricultural and Horticultural Sciences" }, - "TUPOL02": { - "code": "TUPOL02", - "id": 47720, - "name": "Associate Professorship of Political Data Science (Prof. Hegelich)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Data Science (Prof. Hegelich)" + "44499": { + "code": "TUWZFBR", + "name": "Brewing and Food Technology", + "path": "TUM/Schools/Life Sciences/Student Council/Brewing and Food Technology" }, - "TUPOL03": { - "code": "TUPOL03", - "id": 47837, - "name": "Associate Professorship of Policy Analysis (Prof. Wurster)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Policy Analysis (Prof. Wurster)" + "44500": { + "code": "TUWZFBI", + "name": "Biosciences", + "path": "TUM/Schools/Life Sciences/Student Council/Biosciences" }, - "TUPOL04": { - "code": "TUPOL04", - "id": 47857, - "name": "Assistant Professorship of Political Philosophy and Theory (Prof. Ulbricht komm.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Philosophy and Theory (Prof. Ulbricht komm.)" + "44501": { + "code": "TUWZFEW", + "name": "Nutrition", + "path": "TUM/Schools/Life Sciences/Student Council/Nutrition" }, - "TUPOL05": { - "code": "TUPOL05", - "id": 47877, - "name": "Chair of International Relations (Prof. B\u00fcthe)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Relations (Prof. B\u00fcthe)" + "44502": { + "code": "TUWZFLA", + "name": "Landscape Architecture and Landscape Planning", + "path": "TUM/Schools/Life Sciences/Student Council/Landscape Architecture and Landscape Planning" }, - "TUPOL06": { - "code": "TUPOL06", - "id": 47878, - "name": "Chair of European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)" + "44503": { + "code": "TUWZFFO", + "name": "Forest Science and Resource Management", + "path": "TUM/Schools/Life Sciences/Student Council/Forest Science and Resource Management" }, - "TUPOL07": { - "code": "TUPOL07", - "id": 47937, - "name": "Chair of Environmental and Climate Policy (Prof. Schreurs)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Environmental and Climate Policy (Prof. Schreurs)" + "44504": { + "code": "TUWIFSV", + "name": "Student Council", + "path": "TUM/Academic department/Former TUM Department of Management/Student Council" }, - "TUPOL08": { - "code": "TUPOL08", - "id": 48198, - "name": "Associate Professorship of Political Science (Prof. Hofmann)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Science (Prof. Hofmann)" + "44544": { + "code": "TUWIB21", + "name": "Chair of Research and Science Management (Prof. Peus)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Research and Science Management (Prof. Peus)" }, - "TUPOL10": { - "code": "TUPOL10", - "id": 48199, - "name": "Chair of Business Ethics (Prof. L\u00fctge)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Business Ethics (Prof. L\u00fctge)" + "44565": { + "code": "TUZEFWB", + "name": "Research Center for Industrial Biotechnology", + "path": "TUM/Other Scientific Institutions/Research Center for Industrial Biotechnology" }, - "TUPOL11": { - "code": "TUPOL11", - "id": 48200, - "name": "Chair of Sociology of Science and Technology (Prof. Beck)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Sociology of Science and Technology (Prof. Beck)" + "44566": { + "code": "TULRRFA", + "name": "Chair of Space Mobility and Propulsion (Prof. Manfletti)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Space Mobility and Propulsion (Prof. Manfletti)" }, - "TUPOL13": { - "code": "TUPOL13", - "id": 49878, - "name": "Assistant Professorship of Law, Science, and Technology (Prof. Djeffal)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Law, Science, and Technology (Prof. Djeffal)" + "44584": { + "code": "TUMWMHR", + "name": "Associate Professorship of Mechanics and High Performance Computing (Prof. Gee)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Mechanics and High Performance Computing (Prof. Gee)" }, - "TUPOL14": { - "code": "TUPOL14", - "id": 50159, - "name": "Chair of Law and Security in Digital Transformation (Prof. Heckmann, Joint Appointment between TUM School of Social Sciences and Technology and TUM School of Computation, Information and Technology)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Law and Security in Digital Transformation (Prof. Heckmann, Joint Appointment between TUM School of Social Sciences and Technology and TUM School of Computation, Information and Technology)" + "44624": { + "code": "TUWZB6A", + "name": "Associate Professorship of Biotechnology of horticultural crops (Prof. Poppenberger)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnology of horticultural crops (Prof. Poppenberger)" }, - "TUPOL15": { - "code": "TUPOL15", - "id": 50637, - "name": "Assistant Professorship of Global Health (Prof. Steinert)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Health (Prof. Steinert)" + "44664": { + "code": "TUMEBTS", + "name": "Animal Protection Representative of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Animal Protection Representative" }, - "TUPOL16": { - "code": "TUPOL16", - "id": 50937, - "name": "Assistant Professorship of International Political Economy (Seb\u00f6 komm.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Political Economy (Seb\u00f6 komm.)" + "44665": { + "code": "TUMEPF0", + "name": "Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)", + "path": "TUM/Schools/Medicine and Health/Zentrum f\u00fcr Pr\u00e4klinische Forschung (ZPF)" }, - "TUPOL17": { - "code": "TUPOL17", - "id": 51057, - "name": "Assistant Professorship of Politics of Finance (N.N.)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Politics of Finance (N.N.)" + "44684": { + "code": "TUMEGC0", + "name": "Clinic and Polyclinic for Vascular and Endovascular Surgery (Prof. Branzan)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Vascular and Endovascular Surgery (Prof. Branzan)" }, - "TUPOL18": { - "code": "TUPOL18", - "id": 51217, - "name": "Assistant Professorship of Global Security and Technology (Prof. Paula)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Security and Technology (Prof. Paula)" + "44685": { + "code": "TUMEUC0", + "name": "Department of Trauma Surgery (Prof. Biberthaler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Trauma Surgery (Prof. Biberthaler)" }, - "TUPOL19": { - "code": "TUPOL19", - "id": 51357, - "name": "Chair of Digital Governance (Prof. Theocharis)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Digital Governance (Prof. Theocharis)" + "44704": { + "code": "TUWIB22", + "name": "Chair of Logistics and Supply Chain Management (Prof. Minner)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Logistics and Supply Chain Management (Prof. Minner)" }, - "TUPOL20": { - "code": "TUPOL20", - "id": 52537, - "name": "Chair of Public Policy, Governance and Innovative Technology (Prof. Gasser)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy, Governance and Innovative Technology (Prof. Gasser)" + "44724": { + "code": "TUWIB23", + "name": "Chair of Corporate Management (Prof. Mohnen)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Corporate Management (Prof. Mohnen)" }, - "TUPR000": { - "code": "TUPR000", - "id": 13946, - "name": "TUM Board of Management", - "path": "TUM/TUM Board of Management" + "44784": { + "code": "TUCSP02", + "name": "Chair of Biogenic Polymers (Prof. Zollfrank)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Biogenic Polymers (Prof. Zollfrank)" }, - "TUPRAES": { - "code": "TUPRAES", - "id": 20208, - "name": "President", - "path": "TUM/TUM Board of Management/President" + "44804": { + "code": "TUMAF22", + "name": "Associate Professorship of Risk and Insurance (Prof. Scherer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Risk and Insurance (Prof. Scherer)" }, - "TUPRARC": { - "code": "TUPRARC", - "id": 46797, - "name": "TUM Archiv", - "path": "TUM/Central Service Institutions/TUM Archiv" + "44864": { + "code": "TUMWBME", + "name": "Associate Professorship of Biopolymer Materials (Prof. Lieleg)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Biopolymer Materials (Prof. Lieleg)" }, - "TUPRB01": { - "code": "TUPRB01", - "id": 48857, - "name": "Delegate officer for fundraising", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for fundraising" + "44884": { + "code": "TUMARBG", + "name": "Other Institution Rechnerbetriebsgruppe Mathematik und Informatik (RBG)", + "path": "TUM/Academic department/Former TUM Department of Mathematics/Service office Mathematics/Other Institution" }, - "TUPRB02": { - "code": "TUPRB02", - "id": 48858, - "name": "Delegate officer for the strategic alliances EuroTech and GlobalTech", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for the strategic alliances EuroTech and GlobalTech" + "44904": { + "code": "TUEDS22", + "name": "Chair of Methods in Empirical Educational Research (Prof. \u00dcnl\u00fc)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Methods in Empirical Educational Research (Prof. \u00dcnl\u00fc)" }, - "TUPRB03": { - "code": "TUPRB03", - "id": 49737, - "name": "Delegate officer for Entrepreneurship", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for Entrepreneurship" + "44925": { + "code": "TUBVMAF", + "name": "Chair of Landslide Research (Prof. Krautblatter)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Landslide Research (Prof. Krautblatter)" }, - "TUPRBE4": { - "code": "TUPRBE4", - "id": 20212, - "name": "Delegate officer for Network of Schools", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for Network of Schools" + "44926": { + "code": "TUEIEVW", + "name": "Associate Professorship of Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Elektromagnetische Vertr\u00e4glichkeit und Wellenausbreitung (N.N.)" }, - "TUPRBE5": { - "code": "TUPRBE5", - "id": 41264, - "name": "Delegate officer for the scientific exchange with France", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for the scientific exchange with France" + "44927": { + "code": "TUSPL13", + "name": "Associate Professorship of Didactics in Sport and Health (Prof. Mess)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Didactics in Sport and Health (Prof. Mess)" }, - "TUPRBE7": { - "code": "TUPRBE7", - "id": 45872, - "name": "Delegate officer for brand policy and corporate design", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for brand policy and corporate design" + "44928": { + "code": "TUMAF23", + "name": "Associate Professorship of Theory of Complex Quantum Systems (Prof. K\u00f6nig)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Theory of Complex Quantum Systems (Prof. K\u00f6nig)" }, - "TUPRBKA": { - "code": "TUPRBKA", - "id": 48120, - "name": "Office of the Senior Executive Vice President", - "path": "TUM/TUM Board of Management/Office of the Senior Executive Vice President" + "44945": { + "code": "TUPRVP7", + "name": "Vizepr\u00e4sident Vice President - Controlling & Planning", + "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Controlling & Planning" }, - "TUPREOE": { - "code": "TUPREOE", - "id": 42357, - "name": "TUM Emeriti of Excellence", - "path": "TUM/TUM Board of Management/Delegate Officers of the President/TUM Emeriti of Excellence" + "44965": { + "code": "TUMEDF1", + "name": "Chair of Diabetes Research/beta-cell biology (HMGU) (Prof. Lickert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Diabetes Research/beta-cell biology (HMGU) (Prof. Lickert)" }, - "TUPRKAN": { - "code": "TUPRKAN", - "id": 20230, - "name": "Senior Executive Vice President - Human Resources, Administration & Finance", - "path": "TUM/TUM Board of Management/Vice Presidents/Senior Executive Vice President - Human Resources, Administration & Finance" + "44966": { + "code": "TUMEDF2", + "name": "Chair of Metabolic Diseases (HMGU) (Prof. Tsch\u00f6p)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Metabolic Diseases (HMGU) (Prof. Tsch\u00f6p)" }, - "TUPRS02": { - "code": "TUPRS02", - "id": 41208, - "name": "Faculty Recruiting, Career Advancement and Dual Career", - "path": "TUM/TUM Board of Management/Faculty Recruiting, Career Advancement and Dual Career" + "45007": { + "code": "TUPRVP5", + "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Senior Vice President - Talent Management & Diversity", + "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Talent Management & Diversity" }, - "TUPRS03": { - "code": "TUPRS03", - "id": 41224, - "name": "Munich Dual Career Office", - "path": "TUM/TUM Board of Management/Faculty Recruiting, Career Advancement and Dual Career/Munich Dual Career Office" + "45008": { + "code": "TUZVHSL", + "name": "TUM CST - Communications", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Communications" }, - "TUPRSCO": { - "code": "TUPRSCO", - "id": 50818, - "name": "TUM Compliance Office", - "path": "TUM/TUM Board of Management/TUM Compliance Office" + "45009": { + "code": "TUZVHRE", + "name": "TUM CST - Legal Affairs", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Legal Affairs" }, - "TUPRSEE": { - "code": "TUPRSEE", - "id": 50337, - "name": "Strategy and Excellence Development", - "path": "TUM/TUM Board of Management/Strategy and Excellence Development" + "45010": { + "code": "TUZVHJA", + "name": "TUM Junge Akademie", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM Junge Akademie" }, - "TUPRSSU": { - "code": "TUPRSSU", - "id": 50537, - "name": "TUM Sustainability Office", - "path": "TUM/TUM Board of Management/TUM Sustainability Office" + "45011": { + "code": "TUMEZT0", + "name": "Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)", + "path": "TUM/Schools/Medicine and Health/Interdisziplin\u00e4res Zentrum f\u00fcr Zelltherapie (TUMCells)" }, - "TUPRSTB": { - "code": "TUPRSTB", - "id": 29396, - "name": "Office of the President", - "path": "TUM/TUM Board of Management/Office of the President" + "45028": { + "code": "TUPHECP", + "name": "Chair of Experimental Physics with Cosmic Particles (Prof. Resconi)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics with Cosmic Particles (Prof. Resconi)" }, - "TUPRV10": { - "code": "TUPRV10", - "id": 50777, - "name": "Vizepr\u00e4sidentin Vice President - Compliance", - "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Compliance" + "45048": { + "code": "TUMAF24", + "name": "Associate Professorship of Mathematical Continuum Mechanics (Prof. Cicalese)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Mathematical Continuum Mechanics (Prof. Cicalese)" }, - "TUPRV11": { - "code": "TUPRV11", - "id": 53378, - "name": "Vizepr\u00e4sidentin Vice President - Global Communication & Public Engagement", - "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Global Communication & Public Engagement" + "45049": { + "code": "TUMAF25", + "name": "Associate Professorship of Stochastic Processes (Prof. Berger Steiger)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Stochastic Processes (Prof. Berger Steiger)" }, - "TUPRV12": { - "code": "TUPRV12", - "id": 54574, - "name": "Vizepr\u00e4sident Vice President - Sustainable Transformation", - "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Sustainable Transformation" + "45050": { + "code": "TUARL29", + "name": "Chair of History of Architecture and Curatorial Practice (Prof. Lepik)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/History of Architecture and Curatorial Practice (Prof. Lepik)" }, - "TUPRVP1": { - "code": "TUPRVP1", - "id": 20226, - "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Senior Vice President - Academic & Student Affairs", - "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Academic & Student Affairs" + "45070": { + "code": "TUZV848", + "name": "Werkfeuerwehr Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Werkfeuerwehr Weihenstephan" }, - "TUPRVP2": { - "code": "TUPRVP2", - "id": 20227, - "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Senior Vice President - International Alliances & Alumni", - "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - International Alliances & Alumni" + "45071": { + "code": "TUMWPTM", + "name": "Chair of Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Produktion und Technik in der Medienbranche (Prof. Spanner-Ulmer)" }, - "TUPRVP3": { - "code": "TUPRVP3", - "id": 20228, - "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Senior Vice President - Research & Innovation", - "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Research & Innovation" + "45090": { + "code": "TUMEKI4", + "name": "Chair of Sozialp\u00e4diatrie (Prof. Mall)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Sozialp\u00e4diatrie (Prof. Mall)" + }, + "45110": { + "code": "TUMAM16", + "name": "Chair of Numerical Methods in Plasma Physics (Prof. Sonnendr\u00fccker)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Numerical Methods in Plasma Physics (Prof. Sonnendr\u00fccker)" }, - "TUPRVP4": { - "code": "TUPRVP4", - "id": 20229, - "name": "Gesch\u00e4ftsf\u00fchrender Vizepr\u00e4sident f\u00fcr Senior Vice President - Chief Information Officer (CIO)", - "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Chief Information Officer (CIO)" + "45130": { + "code": "TUEILFE", + "name": "Chairs and Professorships", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships" }, - "TUPRVP5": { - "code": "TUPRVP5", - "id": 45007, - "name": "Gesch\u00e4ftsf\u00fchrende Vizepr\u00e4sidentin f\u00fcr Senior Vice President - Talent Management & Diversity", - "path": "TUM/TUM Board of Management/Vice Presidents/Senior Vice President - Talent Management & Diversity" + "45150": { + "code": "TUWIB25", + "name": "Associate Professorship of Entrepreneurial Behavior (Prof. Breugst)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Behavior (Prof. Breugst)" }, - "TUPRVP7": { - "code": "TUPRVP7", - "id": 44945, - "name": "Vizepr\u00e4sident Vice President - Controlling & Planning", - "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Controlling & Planning" + "45151": { + "code": "TUINI22", + "name": "Informatics 4 - Chair of Software & Systems Engineering (Prof. Pretschner)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 4 - Chair of Software & Systems Engineering (Prof. Pretschner)" }, - "TUPRVP9": { - "code": "TUPRVP9", - "id": 50618, - "name": "Vizepr\u00e4sident Vice President - Entrepreneurship", - "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Entrepreneurship" + "45170": { + "code": "TUWIB26", + "name": "Associate Professorship of Innovation and Organization Design (Prof. Alexy)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Organization Design (Prof. Alexy)" }, - "TURM000": { - "code": "TURM000", - "id": 49055, - "name": "Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)" + "45190": { + "code": "TUWIB27", + "name": "Associate Professorship of International Entrepreneurship (Prof. Milanov)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/International Entrepreneurship (Prof. Milanov)" }, - "TUS1000": { - "code": "TUS1000", - "id": 51897, - "name": "TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology" + "45230": { + "code": "TUPHE28", + "name": "Chair of Plasmarand- und Divertorphysik (Prof. Stroth)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Plasmarand- und Divertorphysik (Prof. Stroth)" }, - "TUS1001": { - "code": "TUS1001", - "id": 54298, - "name": "Mathematics", - "path": "TUM/Schools/Computation, Information and Technology/Student Council/Mathematics" + "45250": { + "code": "TUPEINT", + "name": "TUM International GmbH", + "path": "TUM/Institutions close to the University/Other Institution" }, - "TUS1002": { - "code": "TUS1002", - "id": 54299, - "name": "Informatics", - "path": "TUM/Schools/Computation, Information and Technology/Student Council/Informatics" + "45270": { + "code": "TUWZH5B", + "name": "Associate Professorship of Populationsgenetik (Prof. Tellier)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Associate Professorship" }, - "TUS1003": { - "code": "TUS1003", - "id": 54300, - "name": "Electrical and Computer Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Student Council/Electrical and Computer Engineering" + "45290": { + "code": "TUEIAIP", + "name": "Associate Professorship of Audio Information Processing (Prof. Seeber)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Audio Information Processing (Prof. Seeber)" }, - "TUS1004": { - "code": "TUS1004", - "id": 54301, - "name": "Data Science and Artificial Intelligence", - "path": "TUM/Schools/Computation, Information and Technology/Student Council/Data Science and Artificial Intelligence" + "45310": { + "code": "TUWZB3P", + "name": "Associate Professorship of Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)" }, - "TUS1100": { - "code": "TUS1100", - "id": 54178, - "name": "School Services (CIT) - School Office", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)" + "45350": { + "code": "TUZEIRC", + "name": "Integrative Research Institutes", + "path": "TUM/Integrative Research Institutes" }, - "TUS1111": { - "code": "TUS1111", - "id": 54179, - "name": "Service Finance (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Finance (CIT)" + "45351": { + "code": "TUZEMCT", + "name": "Former Munich Center for Technology in Society (MCTS)", + "path": "TUM/Integrative Research Institutes/Former Munich Center for Technology in Society (MCTS)" }, - "TUS1112": { - "code": "TUS1112", - "id": 54180, - "name": "Service Personnel (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Personnel (CIT)" + "45370": { + "code": "TUMWKME", + "name": "Associate Professorship of Data-driven Materials Modeling (Prof. Koutsourelakis)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Data-driven Materials Modeling (Prof. Koutsourelakis)" }, - "TUS1113": { - "code": "TUS1113", - "id": 54181, - "name": "Room Management (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Room Management (CIT)" + "45371": { + "code": "TUPEUBM", + "name": "Universit\u00e4t der Bundeswehr M\u00fcnchen", + "path": "TUM/Institutions close to the University/Universit\u00e4t der Bundeswehr M\u00fcnchen" }, - "TUS1120": { - "code": "TUS1120", - "id": 54182, - "name": "Internal Services (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Internal Services (CIT)" + "45391": { + "code": "TUZEFAM", + "name": "TUM Family Service", + "path": "TUM/Central Administration/Diversity & Equal Opportunities/TUM Family Service" }, - "TUS1130": { - "code": "TUS1130", - "id": 54183, - "name": "IT Operations (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/IT Operations (CIT)" + "45411": { + "code": "TUPESIN", + "name": "Student initiatives", + "path": "TUM/Institutions close to the University/Student initiatives" }, - "TUS1140": { - "code": "TUS1140", - "id": 54861, - "name": "Central Laboratories (CIT) School Services (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Central Laboratories (CIT)" + "45432": { + "code": "TUGSFSG", + "name": "Graduate center Sport and Health Sciences (FGZ-SP)", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate center Sport and Health Sciences (FGZ-SP)" }, - "TUS1150": { - "code": "TUS1150", - "id": 54857, - "name": "Dean's Office, Recruitment (CIT) Dean's Office and Staff Units (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/Dean's Office, Recruitment (CIT)" + "45434": { + "code": "TUGSEDU", + "name": "Graduate Center of Social Sciences and Technology", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Social Sciences and Technology" }, - "TUS1151": { - "code": "TUS1151", - "id": 54858, - "name": "Communications (CIT) Dean's Office and Staff Units (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/Communications (CIT)" + "45438": { + "code": "TUGSFME", + "name": "Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center", + "path": "TUM/TUM Graduate School/Graduate Centers/Fakult\u00e4tsgraduiertenzentrum Medizin / Medical Graduate Center" }, - "TUS1152": { - "code": "TUS1152", - "id": 54859, - "name": "International Affairs (CIT) Dean's Office and Staff Units (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/International Affairs (CIT)" + "45439": { + "code": "TUMEGZ0", + "name": "TUM Medical Graduate Center", + "path": "TUM/Academic department/Medicine/Department Administration/TUM Medical Graduate Center" }, - "TUS1153": { - "code": "TUS1153", - "id": 54860, - "name": "Talent Management and Diversity (CIT) Dean's Office and Staff Units (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/Talent Management and Diversity (CIT)" + "45442": { + "code": "TUGSFHH", + "name": "Helmholtz Graduate School Environmental Health (HELENA)", + "path": "TUM/TUM Graduate School/Graduate Centers/Helmholtz Graduate School Environmental Health (HELENA)" }, - "TUS1200": { - "code": "TUS1200", - "id": 54184, - "name": "Academic and Student Affairs (CIT) - School Office", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)" + "45451": { + "code": "TUGSVOR", + "name": "Vorstand Vorstand", + "path": "TUM/TUM Graduate School/Vorstand" }, - "TUS1210": { - "code": "TUS1210", - "id": 54185, - "name": "Academic Programs Office (CIT) Academic and Student Affairs (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Academic Programs Office (CIT)" + "45452": { + "code": "TUMEDF3", + "name": "Chair of Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Diabetes und Gestationsdiabetes (HMGU) (Prof. Ziegler)" }, - "TUS1220": { - "code": "TUS1220", - "id": 54186, - "name": "Graduate Center (CIT) Academic and Student Affairs (CIT)", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Graduate Center (CIT)" + "45471": { + "code": "TUPHTEU", + "name": "Associate Professorship of Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretische Physik des fr\u00fchen Universums (Prof. Garbrecht)" }, - "TUS1300": { - "code": "TUS1300", - "id": 54319, - "name": "Informatics 18 - Assistant Professorship of Decision Analytics (Prof. Etesami)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 18 - Assistant Professorship of Decision Analytics (Prof. Etesami)" + "45500": { + "code": "TUVBMPI", + "name": "Student councils Mathematics/Physics/Informatics/Chemistry", + "path": "TUM/Officers and Representatives/Student Representatives/Student councils/Student councils Mathematics/Physics/Informatics/Chemistry" }, - "TUS1301": { - "code": "TUS1301", - "id": 54477, - "name": "Informatics 36 - Associate Professorship of Algorithmic Machine Learning & Explainable AI (Prof. Bauer)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 36 - Associate Professorship of Algorithmic Machine Learning & Explainable AI (Prof. Bauer)" + "45511": { + "code": "TUMELP0", + "name": "Chair of Neuroproteomik (DZNE) (Prof. Lichtenthaler)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neuroproteomik (DZNE) (Prof. Lichtenthaler)" }, - "TUS1302": { - "code": "TUS1302", - "id": 54457, - "name": "Informatics 4 - Assistant Professorship of Software Engineering for Data-intensive Applications (Prof. Stocco)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 4 - Assistant Professorship of Software Engineering for Data-intensive Applications (Prof. Stocco)" + "45512": { + "code": "TUMEGC1", + "name": "Associate Professorship of Vaskul\u00e4re Biologie (Prof. Maegdefessel)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Vascular and Endovascular Surgery (Prof. Branzan)/Vaskul\u00e4re Biologie (Prof. Maegdefessel)" }, - "TUS1303": { - "code": "TUS1303", - "id": 54458, - "name": "Informatics Heilbronn 7 - Assistant Professorship of Information Systems (Prof. Pufahl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 7 - Assistant Professorship of Information Systems (Prof. Pufahl)" + "45531": { + "code": "TUPEETU", + "name": "EuroTech Universities", + "path": "TUM/Institutions close to the University/EuroTech Universities" }, - "TUS1304": { - "code": "TUS1304", - "id": 54517, - "name": "Chair of Informatics Heilbronn 6 - Assistant Professorship of Data Analytics and Statistics (Prof. Fraser)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 6 - Assistant Professorship of Data Analytics and Statistics (Prof. Fraser)" + "45532": { + "code": "TUPETUG", + "name": "Technische Universit\u00e4t Graz", + "path": "TUM/Institutions close to the University/Technische Universit\u00e4t Graz" }, - "TUS1305": { - "code": "TUS1305", - "id": 55237, - "name": "Assistant Professorship of AI Planning in Dynamic Environments (Prof. Khadiv)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Planning in Dynamic Environments (Prof. Khadiv)" + "45551": { + "code": "TUEIMOL", + "name": "Associate Professorship of Molekularelektronik (Prof. Tornow)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Molekularelektronik (Prof. Tornow)" }, - "TUS1306": { - "code": "TUS1306", - "id": 54757, - "name": "Associate Professorship of AI Processor Design (Prof. Amrouch)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Processor Design (Prof. Amrouch)" + "45571": { + "code": "TUME2M5", + "name": "Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)" }, - "TUS1307": { - "code": "TUS1307", - "id": 54817, - "name": "Informatics Heilbronn 8 - Assistant Professorship of Cyber-Physical Systems (Prof. Alanwar)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics Heilbronn 8 - Assistant Professorship of Cyber-Physical Systems (Prof. Alanwar)" + "45591": { + "code": "TUMAF27", + "name": "Chair of Algebraic Geometry (Prof. Liedtke)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Algebraic Geometry (Prof. Liedtke)" }, - "TUS1308": { - "code": "TUS1308", - "id": 54957, - "name": "Associate Professorship of Quantum Communication Systems Engineering (Prof. Vogl)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Quantum Communication Systems Engineering (Prof. Vogl)" + "45631": { + "code": "TUXB20F", + "name": "Schl\u00fcsselkompetenzen", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Schl\u00fcsselkompetenzen" }, - "TUS1309": { - "code": "TUS1309", - "id": 55438, - "name": "Chair of Foundations of Deep Neural Networks (Prof. Jegelka)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Foundations of Deep Neural Networks (Prof. Jegelka)" + "45651": { + "code": "TUMECC0", + "name": "Roman Herzog Comprehensive Cancer Center", + "path": "TUM/Schools/Medicine and Health/Roman Herzog Comprehensive Cancer Center" }, - "TUS1310": { - "code": "TUS1310", - "id": 55437, - "name": "Chair of Resource Aware Machine Learning (Prof. Sra)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Resource Aware Machine Learning (Prof. Sra)" + "45672": { + "code": "TUEDS24", + "name": "Sch\u00fclerforschungszentrum Berchtesgadener Land", + "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Berchtesgadener Land" }, - "TUS1311": { - "code": "TUS1311", - "id": 55497, - "name": "Assistant Profesorship of Cryptography (Prof. Panny)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Cryptography (Prof. Panny)" + "45711": { + "code": "TUSPL14", + "name": "Chair of Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)" }, - "TUS1312": { - "code": "TUS1312", - "id": 55597, - "name": "Chair of Representation Theory (Dr. Cobbe, komm.)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Representation Theory (Dr. Cobbe, komm.)" + "45771": { + "code": "TUME2M6", + "name": "Molecular Oncology and Functional Genomics (Prof. Rad)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Oncology and Functional Genomics (Prof. Rad)/Molecular Oncology and Functional Genomics (Prof. Rad)" }, - "TUS1313": { - "code": "TUS1313", - "id": 55818, - "name": "Chair of Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)" + "45772": { + "code": "TUMEMA0", + "name": "Institute of Molecular Allergology (Prof. Schmidt-Weber)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Allergology (Prof. Schmidt-Weber)" }, - "TUS1314": { - "code": "TUS1314", - "id": 55937, - "name": "Chair of Informatics Heilbronn 11 - Chair of Software Engineering & AI (Prof. Chen)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 11 - Chair of Software Engineering & AI (Prof. Chen)" + "45774": { + "code": "TUMEIM0", + "name": "Institute of Molecular Immunology (Prof. Knolle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Immunology (Prof. Knolle)" }, - "TUS1315": { - "code": "TUS1315", - "id": 55938, - "name": "Informatics 39 - Associate Professorship of Intelligent Robotics (Prof. B\u00e4uml)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 39 - Associate Professorship of Intelligent Robotics (Prof. B\u00e4uml)" + "45780": { + "code": "TUMEIM1", + "name": "Chair of Molekulare Immunologie (Prof. Knolle)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Immunology (Prof. Knolle)/Molekulare Immunologie (Prof. Knolle)" }, - "TUS1316": { - "code": "TUS1316", - "id": 55997, - "name": "Associate Professorship of Physics-enhanced Machine Learning (Prof. Dietrich)", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Physics-enhanced Machine Learning (Prof. Dietrich)" + "45791": { + "code": "TUEDS23", + "name": "AuTUM - TUM Vocational Training Center", + "path": "TUM/Schools/Social Sciences and Technology/AuTUM - TUM Vocational Training Center" }, - "TUS1CHN": { - "code": "TUS1CHN", - "id": 54537, - "name": "Center TUM Campus Heilbronn (CIT) of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Center TUM Campus Heilbronn (CIT)" + "45811": { + "code": "TUSPL15", + "name": "Chair of Sociology of Diversity (N.N.)", + "path": "TUM/Academic department/Sport and Health Sciences/Chairs and Professorships/Sociology of Diversity (N.N.)" + }, + "45831": { + "code": "TUZEBD1", + "name": "Data Protection Representative TUM Institute for Advanced Study (IAS)", + "path": "TUM/TUM Institute for Advanced Study (IAS)/Data Protection Representative" }, - "TUS1DEA": { - "code": "TUS1DEA", - "id": 53877, - "name": "Dean of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Dean" + "45832": { + "code": "TUZEBD2", + "name": "Data Protection Representative Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Data Protection Representative" }, - "TUS1DP1": { - "code": "TUS1DP1", - "id": 53597, - "name": "Department of Mathematics", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics" + "45834": { + "code": "TUZEBD4", + "name": "Data Protection Representative Research Center for Industrial Biotechnology", + "path": "TUM/Other Scientific Institutions/Research Center for Industrial Biotechnology/Data Protection Representative" }, - "TUS1DP2": { - "code": "TUS1DP2", - "id": 53598, - "name": "Department of Computer Science", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science" + "45835": { + "code": "TUZEBD5", + "name": "Data Protection Representative Radiochemistry Munich (RCM)", + "path": "TUM/Other Scientific Institutions/Radiochemistry Munich (RCM)/Data Protection Representative" }, - "TUS1DP3": { - "code": "TUS1DP3", - "id": 53599, - "name": "Department of Computer Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering" + "45836": { + "code": "TUZEBD6", + "name": "Data Protection Representative Research Neutron Source FRM II", + "path": "TUM/Corporate Research Centers/Research Neutron Source FRM II/Data Protection Representative" }, - "TUS1DP4": { - "code": "TUS1DP4", - "id": 53600, - "name": "Department of Electrical Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering" + "45837": { + "code": "TUZEBD7", + "name": "Data Protection Representative World Agricultural Systems Center - Hans Eisenmann-Forum", + "path": "TUM/Corporate Research Centers/World Agricultural Systems Center - Hans Eisenmann-Forum/Data Protection Representative" }, - "TUS1OTD": { - "code": "TUS1OTD", - "id": 54177, - "name": "Dean's Office and Staff Units (CIT) - School Office", - "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)" + "45838": { + "code": "TUZEBD8", + "name": "Data Protection Representative Munich Institute of Biomedical Engineering (MIBE)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/Data Protection Representative" }, - "TUS1OTS": { - "code": "TUS1OTS", - "id": 52079, - "name": "School Office of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/School Office" + "45839": { + "code": "TUZEBD9", + "name": "Data Protection Representative ZIEL - Institute f\u00fcr Food & Health", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Data Protection Representative" }, - "TUS1RGE": { - "code": "TUS1RGE", - "id": 53959, - "name": "Gender Equality Officer of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Representatives/Gender Equality Officer" + "45840": { + "code": "TUZEB10", + "name": "Data Protection Representative TUM Catalysis Research Center (CRC)", + "path": "TUM/Corporate Research Centers/TUM Catalysis Research Center (CRC)/Data Protection Representative" }, - "TUS1RIN": { - "code": "TUS1RIN", - "id": 53960, - "name": "Representative for international affairs of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Representatives/Representative for international affairs" + "45841": { + "code": "TUZEB11", + "name": "Data Protection Representative Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)", + "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Data Protection Representative" }, - "TUS1STC": { - "code": "TUS1STC", - "id": 54138, - "name": "Student Council", - "path": "TUM/Schools/Computation, Information and Technology/Student Council" + "45851": { + "code": "TUPEFAS", + "name": "Issue related committee", + "path": "TUM/Institutions close to the University/Issue related committee" }, - "TUS1VIO": { - "code": "TUS1VIO", - "id": 54060, - "name": "Vice Dean Information Officer of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Information Officer" + "45872": { + "code": "TUPRBE7", + "name": "Delegate officer for brand policy and corporate design", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for brand policy and corporate design" }, - "TUS1VRI": { - "code": "TUS1VRI", - "id": 54057, - "name": "Vice Dean Research and Innovation of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Research and Innovation" + "45891": { + "code": "TUWZP3C", + "name": "TUM Forschungslaboratorium Holz", + "path": "TUM/Schools/Life Sciences/TUM Forschungslaboratorium Holz" }, - "TUS1VST": { - "code": "TUS1VST", - "id": 54058, - "name": "Vice Dean Study and Teaching of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Study and Teaching" + "45911": { + "code": "TUZEBDB", + "name": "Data Protection Representative University Libraries", + "path": "TUM/Central Service Institutions/University Libraries/Data Protection Representative" }, - "TUS1VTD": { - "code": "TUS1VTD", - "id": 54059, - "name": "Vice Dean Talent Management and Diversity of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Talent Management and Diversity" + "45931": { + "code": "TUVBPDB", + "name": "Data Protection Representative General staff council", + "path": "TUM/Officers and Representatives/Staff councils/General staff council/Data Protection Representative" }, - "TUS2000": { - "code": "TUS2000", - "id": 51267, - "name": "TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design" + "45951": { + "code": "TUMWLWE", + "name": "Chair of Wind Energy (Prof. Bottasso)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Wind Energy (Prof. Bottasso)" }, - "TUS2ABC": { - "code": "TUS2ABC", - "id": 53118, - "name": "Associate Professorship of Architecture and Construction (Prof. Kuo)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Construction (Prof. Kuo)" + "45971": { + "code": "TUZVR87", + "name": "Construction Management Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Construction Management Weihenstephan" }, - "TUS2AFS": { - "code": "TUS2AFS", - "id": 54321, - "name": "Assistant Professorship of Autonomous Vehicle Systems (Prof. Betz)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Autonomous Vehicle Systems (Prof. Betz)" + "45991": { + "code": "TUGSCRE", + "name": "Campus for Research Excellence and Technological Enterprise (TUM CREATE)", + "path": "TUM/TUM Graduate School/Graduate Centers/Campus for Research Excellence and Technological Enterprise (TUM CREATE)" }, - "TUS2AND": { - "code": "TUS2AND", - "id": 53437, - "name": "Assistant Professorship of Architecture and Design (Prof. Fanelsa)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Design (Prof. Fanelsa)" + "46012": { + "code": "TUZEE24", + "name": "Research groups Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)", + "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)" }, - "TUS2BJT": { - "code": "TUS2BJT", - "id": 55377, - "name": "Chair of Binder Jetting Technology (Prof. Lowke)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Binder Jetting Technology (Prof. Lowke)" + "46031": { + "code": "TUMEZN0", + "name": "Institute of Cell Biology of the Nervous System (Prof. Misgeld)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)" }, - "TUS2DAT": { - "code": "TUS2DAT", - "id": 54239, - "name": "Chair of Design and Transdisciplinarity (Prof. Diefenthaler)", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Design and Transdisciplinarity (Prof. Diefenthaler)" + "46071": { + "code": "TUZVWEB", + "name": "Web Communications (Internet)", + "path": "TUM/Functional Units/Corporate Communications Center (HR2)/Web Communications (Internet)" }, - "TUS2DEA": { - "code": "TUS2DEA", - "id": 52477, - "name": "Dean of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Dean" + "46091": { + "code": "TUINI23", + "name": "Informatics 23 - Chair of Sensor-based Robotic Systems and Intelligent Assistance Systems (Prof. Albu-Sch\u00e4ffer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 23 - Chair of Sensor-based Robotic Systems and Intelligent Assistance Systems (Prof. Albu-Sch\u00e4ffer)" }, - "TUS2DP1": { - "code": "TUS2DP1", - "id": 51837, - "name": "Department of Aerospace and Geodesy", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy" + "46135": { + "code": "TUZEIAK", + "name": "ZIEL Akademie", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/ZIEL Akademie" }, - "TUS2DP2": { - "code": "TUS2DP2", - "id": 51838, - "name": "Department of Architecture", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture" + "46155": { + "code": "TUPEMLZ", + "name": "Heinz Maier-Leibnitz Zentrum", + "path": "TUM/Institutions close to the University/Heinz Maier-Leibnitz Zentrum" }, - "TUS2DP3": { - "code": "TUS2DP3", - "id": 51839, - "name": "Department of Civil and Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering" + "46175": { + "code": "TUBVDTL", + "name": "Dieter-Thoma-Labor", + "path": "TUM/Schools/Engineering and Design/Dieter-Thoma-Labor" }, - "TUS2DP4": { - "code": "TUS2DP4", - "id": 51840, - "name": "Department of Engineering Physics and Computation", - "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation" + "46195": { + "code": "TUWZC5B", + "name": "Associate Professorship of Governance in International Agribusiness (Prof. Menapace)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Governance in International Agribusiness (Prof. Menapace)" }, - "TUS2DP5": { - "code": "TUS2DP5", - "id": 51841, - "name": "Department of Mobility Systems Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering" + "46196": { + "code": "TUWIV04", + "name": "Chair of Economics of Aging (N.N.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Aging (N.N.)" }, - "TUS2DP6": { - "code": "TUS2DP6", - "id": 51842, - "name": "Department of Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering" + "46215": { + "code": "TUPHTTC", + "name": "Associate Professorship of Theoretical Particle Physics at Colliders (Prof. Weiler)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Particle Physics at Colliders (Prof. Weiler)" }, - "TUS2DP7": { - "code": "TUS2DP7", - "id": 51843, - "name": "Department of Materials Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering" + "46255": { + "code": "TUZEBST", + "name": "Site Straubing", + "path": "TUM/Central Service Institutions/University Libraries/Site Straubing" }, - "TUS2DP8": { - "code": "TUS2DP8", - "id": 51844, - "name": "Department of Energy and Process Engineering", - "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering" + "46256": { + "code": "TUZEBTS", + "name": "Central Service Institutions Teilbibliothek Straubing", + "path": "TUM/Central Service Institutions/University Libraries/Site Straubing/Central Service Institutions" }, - "TUS2ESM": { - "code": "TUS2ESM", - "id": 52637, - "name": "Associate Professorship of Earth System Modelling (Prof. Boers)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Earth System Modelling (Prof. Boers)" + "46257": { + "code": "TUCHTH5", + "name": "Assistant Professorship of Theoretical Chemistry (Prof. Bokarev)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Chemistry (Prof. Bokarev)" }, - "TUS2FEA": { - "code": "TUS2FEA", - "id": 54577, - "name": "Assistant Professorship of Remote Sensing Applications (Prof. Anders)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Remote Sensing Applications (Prof. Anders)" + "46275": { + "code": "TUEIENS", + "name": "Chair of Renewable and Sustainable Energy Systems (Prof. Hamacher)", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering/Renewable and Sustainable Energy Systems (Prof. Hamacher)" }, - "TUS2HSP": { - "code": "TUS2HSP", - "id": 54677, - "name": "Associate Professorship of Human Spaceflight Technology (Prof. Detrell)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Human Spaceflight Technology (Prof. Detrell)" + "46295": { + "code": "TUWIR03", + "name": "Associate Professorship of Corporate Governance and Capital Markets Law (Prof. Maume)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Corporate Governance and Capital Markets Law (Prof. Maume)" }, - "TUS2HYP": { - "code": "TUS2HYP", - "id": 54237, - "name": "Hyperloop (Professorship to be filled)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Hyperloop (Professorship to be filled)" + "46318": { + "code": "TUMAF28", + "name": "Associate Professorship of Optimization and Data Analysis (Prof. Krahmer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Optimization and Data Analysis (Prof. Krahmer)" }, - "TUS2IPD": { - "code": "TUS2IPD", - "id": 54017, - "name": "Chair of Integrated Product Design (Prof. Thoring)", - "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Integrated Product Design (Prof. Thoring)" + "46356": { + "code": "TUINF08", + "name": "Informatics 15 - Associate Professorship of Physics-based Simulation (Prof. Thuerey)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 15 - Associate Professorship of Physics-based Simulation (Prof. Thuerey)" }, - "TUS2LPE": { - "code": "TUS2LPE", - "id": 53277, - "name": "Assistant Professorship of Lunar and Planetary Exploration (Prof. Rei\u00df)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Lunar and Planetary Exploration (Prof. Rei\u00df)" + "46357": { + "code": "TUINL14", + "name": "Informatics 14 - Chair of Algorithms and Complexity (Prof. Albers)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 14 - Chair of Algorithms and Complexity (Prof. Albers)" }, - "TUS2OTD": { - "code": "TUS2OTD", - "id": 52780, - "name": "Dean's Office (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Dean's Office (ED)" + "46415": { + "code": "TUEISNE", + "name": "Associate Professorship of Simulation of Nanosystems for Energy Conversion (Prof. Gagliardi)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Simulation of Nanosystems for Energy Conversion (Prof. Gagliardi)" }, - "TUS2OTS": { - "code": "TUS2OTS", - "id": 51537, - "name": "School Office of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/School Office" + "46435": { + "code": "TUMWPMW", + "name": "Associate Professorship of Plasma-Material-Wechselwirkung (Prof. Neu)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Plasma-Material-Wechselwirkung (Prof. Neu)" }, - "TUS2PAB": { - "code": "TUS2PAB", - "id": 54377, - "name": "MPA BAU - Testing Institute for Building Materials", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/MPA BAU - Testing Institute for Building Materials" + "46476": { + "code": "TUWIB30", + "name": "Chair of Financial Accounting (Prof. Ernstberger)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (Prof. Ernstberger)" }, - "TUS2PNS": { - "code": "TUS2PNS", - "id": 53899, - "name": "Chair of Spacecraft Systems (Prof. Aliakbargolkar)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Spacecraft Systems (Prof. Aliakbargolkar)" + "46517": { + "code": "TUCHZPR", + "name": "Traineeships", + "path": "TUM/Academic department/Former TUM Department of Chemistry/Chemistry Department/Traineeships" }, - "TUS2RDP": { - "code": "TUS2RDP", - "id": 51379, - "name": "Data Protection Representative of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Representatives/Data Protection Representative" + "46577": { + "code": "TUMEUM0", + "name": "Chair of Umweltmedizin (Prof. Traidl-Hoffmann)", + "path": "TUM/Academic department/Medicine/Further Chairs and Professorships/Umweltmedizin (Prof. Traidl-Hoffmann)" }, - "TUS2RGE": { - "code": "TUS2RGE", - "id": 51378, - "name": "Gender Equality Officer of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Representatives/Gender Equality Officer" + "46617": { + "code": "TUPHTBS", + "name": "Chair of Theoretical Physics - Theory of Complex Biosystems (Prof. Gerland)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theoretical Physics - Theory of Complex Biosystems (Prof. Gerland)" }, - "TUS2RIN": { - "code": "TUS2RIN", - "id": 53961, - "name": "Representative for international affairs of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Representatives/Representative for international affairs" + "46657": { + "code": "TUPHECS", + "name": "Assistant Professorship of Physics of Energy Conversion and Storage (Prof. Bandarenka)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics of Energy Conversion and Storage (Prof. Bandarenka)" + }, + "46697": { + "code": "TUZEESO", + "name": "European Southern Observatory (ESO)", + "path": "TUM/Institutions close to the University/European Southern Observatory (ESO)" }, - "TUS2RTS": { - "code": "TUS2RTS", - "id": 54977, - "name": "Assistant Professorship of Design and Operation of Public Rail Transport Systems (Prof. Weik)", - "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Design and Operation of Public Rail Transport Systems (Prof. Weik)" + "46717": { + "code": "TUWZB1T", + "name": "Associate Professorship of Biothermodynamics (Prof. Minceva)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Biothermodynamics (Prof. Minceva)" }, - "TUS2S02": { - "code": "TUS2S02", - "id": 52781, - "name": "Committees, Faculty Recruitment and Research (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Committees, Faculty Recruitment and Research (ED)" + "46737": { + "code": "TUMEIA0", + "name": "Institute of Industrial Medicine - LMU", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU/Industrial Medicine - LMU" }, - "TUS2S04": { - "code": "TUS2S04", - "id": 52783, - "name": "Resources (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Resources (ED)" + "46757": { + "code": "TUZV14R", + "name": "Werkstatt MSR-Technik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Werkstatt MSR-Technik" }, - "TUS2S06": { - "code": "TUS2S06", - "id": 52785, - "name": "Study and Graduate Education (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Study and Graduate Education (ED)" + "46777": { + "code": "TUWZI5A", + "name": "Assistant Professorship of Fluid Dynamics of complexe Biosystems (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Fluid Dynamics of complexe Biosystems (N.N.)" }, - "TUS2S08": { - "code": "TUS2S08", - "id": 52787, - "name": "Infrastructure and Communications (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Infrastructure and Communications (ED)" + "46778": { + "code": "TUWZI5B", + "name": "Associate Professorship of Fungal Biotechnology in Wood Science (Prof. Benz)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Fungal Biotechnology in Wood Science (Prof. Benz)" }, - "TUS2S10": { - "code": "TUS2S10", - "id": 52789, - "name": "Global Network (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Global Network (ED)" + "46797": { + "code": "TUPRARC", + "name": "TUM Archiv", + "path": "TUM/Central Service Institutions/TUM Archiv" }, - "TUS2S11": { - "code": "TUS2S11", - "id": 52790, - "name": "Gender and Diversity (ED) - School Office", - "path": "TUM/Schools/Engineering and Design/School Office/Gender and Diversity (ED)" + "46837": { + "code": "TUCHACB", + "name": "Assistant Professorship of Bioinorganic Chemistry (N.N.)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Bioinorganic Chemistry (N.N.)" }, - "TUS2SLR": { - "code": "TUS2SLR", - "id": 53900, - "name": "Chair of Aerospace Structure Design (Prof. Daoud)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Aerospace Structure Design (Prof. Daoud)" + "46877": { + "code": "TUZEBDS", + "name": "Data Protection Representative Central Service Institutions", + "path": "TUM/Central Service Institutions/Data Protection Representative" }, - "TUS2STC": { - "code": "TUS2STC", - "id": 52598, - "name": "Student Council", - "path": "TUM/Schools/Engineering and Design/Student Council" + "46878": { + "code": "TUZVBDS", + "name": "Data Protection Representative Central Administration", + "path": "TUM/Central Administration/Data Protection Representative" }, - "TUS2TCA": { - "code": "TUS2TCA", - "id": 54397, - "name": "Techcore ASG", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Techcore ASG" + "46924": { + "code": "TUMEMP0", + "name": "Central unit of the faculty administration Pr\u00fcfungsamt ME", + "path": "TUM/Schools/Medicine and Health/Central unit of the faculty administration" }, - "TUS2TSG": { - "code": "TUS2TSG", - "id": 55717, - "name": "Chair of Test and Simulation for Gas Turbines (Prof. Ardey)", - "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Test and Simulation for Gas Turbines (Prof. Ardey)" + "46925": { + "code": "TUMESVW", + "name": "Sonstige Verwaltung", + "path": "TUM/Schools/Medicine and Health/More Units MRI/Sonstige Verwaltung" }, - "TUS2VIO": { - "code": "TUS2VIO", - "id": 52439, - "name": "Vice Dean Information Officer of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Vice Dean/Information Officer" + "46937": { + "code": "TUCHOCE", + "name": "Associate Professorship of Structural Membrane Biochemistry (Prof. Hagn)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Structural Membrane Biochemistry (Prof. Hagn)" }, - "TUS2VRI": { - "code": "TUS2VRI", - "id": 52436, - "name": "Vice Dean Research and Innovation of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Vice Dean/Research and Innovation" + "46938": { + "code": "TUCHOCF", + "name": "Associate Professorship of Cellular Protein Biochemistry (Prof. Feige)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Cellular Protein Biochemistry (Prof. Feige)" }, - "TUS2VST": { - "code": "TUS2VST", - "id": 52437, - "name": "Vice Dean Academic and Student Affairs of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Vice Dean/Academic and Student Affairs" + "46977": { + "code": "TUEICPH", + "name": "Associate Professorship of Computational Photonics (Prof. Jirauschek)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Computational Photonics (Prof. Jirauschek)" }, - "TUS2VTD": { - "code": "TUS2VTD", - "id": 52438, - "name": "Vice Dean Talent Management und Diversity of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Vice Dean/Talent Management und Diversity" + "46997": { + "code": "TUZVGGB", + "name": "Risk prevention", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Risk prevention" }, - "TUS3000": { - "code": "TUS3000", - "id": 51898, - "name": "TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences" + "47038": { + "code": "TUWZW1T", + "name": "Associate Professorship of Science and Technology Policy (Prof. M\u00fcller)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Science and Technology Policy (Prof. M\u00fcller)" }, - "TUS3001": { - "code": "TUS3001", - "id": 54037, - "name": "Assistant Professorship of Quantum Sensing (Prof. Bucher)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Assistant Professorship of Quantum Sensing (Prof. Bucher)" + "47077": { + "code": "TUWZB7A", + "name": "Associate Professorship of Land Surface - Atmosphere Interactions (Prof. Rammig)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Land Surface - Atmosphere Interactions (Prof. Rammig)" }, - "TUS3002": { - "code": "TUS3002", - "id": 54139, - "name": "Associate Professorship of Theoretical Chemistry (Prof. Stein)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Chemistry (Prof. Stein)" + "47079": { + "code": "TUZESSC", + "name": "TUM Science & Study Center Raitenhaslach", + "path": "TUM/TUM Board of Management/Office of the President/TUM Science & Study Center Raitenhaslach" }, - "TUS3003": { - "code": "TUS3003", - "id": 54320, - "name": "Chair of Quantum Algorithms and Applications (Prof. Kraus)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Algorithms and Applications (Prof. Kraus)" + "47080": { + "code": "TUEINEL", + "name": "Associate Professorship of Neuroelectronics (Prof. Wolfrum)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Neuroelectronics (Prof. Wolfrum)" }, - "TUS3004": { - "code": "TUS3004", - "id": 54439, - "name": "Chair of Angewandte Quantentheorie (Prof. Rabl)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Angewandte Quantentheorie (Prof. Rabl)" + "47097": { + "code": "TUPHENE", + "name": "Associate Professorship of Fundamental Particle Physics at Low Energies (Prof. M\u00e4rkisch)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Fundamental Particle Physics at Low Energies (Prof. M\u00e4rkisch)" }, - "TUS3005": { - "code": "TUS3005", - "id": 54557, - "name": "Theory of Correlated Quantum Materials (Prof. Classen)", - "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Correlated Quantum Materials (Prof. Classen)" + "47098": { + "code": "TUPHEMF", + "name": "Associate Professorship of Molecular Engineering at Functional Interfaces (Prof. Auw\u00e4rter)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Molecular Engineering at Functional Interfaces (Prof. Auw\u00e4rter)" }, - "TUS3006": { - "code": "TUS3006", - "id": 54818, - "name": "Chair of Industrial Chemistry and heterogeneous Catalysis (Prof. Strunk)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Industrial Chemistry and heterogeneous Catalysis (Prof. Strunk)" + "47117": { + "code": "TUWIB32", + "name": "Associate Professorship of Innovation Research (Prof. Pfotenhauer)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Innovation Research (Prof. Pfotenhauer)" }, - "TUS3007": { - "code": "TUS3007", - "id": 54997, - "name": "Associate Professorship of Digital Catalysis (Prof. Stein)", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Digital Catalysis (Prof. Stein)" + "47118": { + "code": "TUWZB9M", + "name": "Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)", + "path": "TUM/Schools/Life Sciences/Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)" }, - "TUS3008": { - "code": "TUS3008", - "id": 55081, - "name": "Assistant Professorship of Biomolecular Cryo-Electron Microscopy (Prof. Baer de Oliveira Mann)", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolecular Cryo-Electron Microscopy (Prof. Baer de Oliveira Mann)" + "47157": { + "code": "TUWIB33", + "name": "Chair of Entrepreneurial Finance (Prof. Braun)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Braun)" }, - "TUS3DEA": { - "code": "TUS3DEA", - "id": 53878, - "name": "Dean of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Dean" + "47158": { + "code": "TUMEZN2", + "name": "Chair of Molecular Neurobiology (Prof. Simons)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Molecular Neurobiology (Prof. Simons)" }, - "TUS3DP1": { - "code": "TUS3DP1", - "id": 53217, - "name": "Department of Physics", - "path": "TUM/Schools/Natural Sciences/Departments/Physics" + "47237": { + "code": "TUEIESM", + "name": "Associate Professorship of Environmental Sensing and Modeling (Prof. Chen)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Environmental Sensing and Modeling (Prof. Chen)" }, - "TUS3DP2": { - "code": "TUS3DP2", - "id": 53218, - "name": "Department of Bioscience", - "path": "TUM/Schools/Natural Sciences/Departments/Bioscience" + "47238": { + "code": "TUWIB34", + "name": "Chair of Operations Research (Prof. Schulz)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Research (Prof. Schulz)" }, - "TUS3DP3": { - "code": "TUS3DP3", - "id": 53219, - "name": "Department of Chemistry", - "path": "TUM/Schools/Natural Sciences/Departments/Chemistry" + "47239": { + "code": "TUWIB35", + "name": "Chair of Strategic and International Management (Prof. Hutzschenreuter)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic and International Management (Prof. Hutzschenreuter)" }, - "TUS3O01": { - "code": "TUS3O01", - "id": 54066, - "name": "Strategy & Development (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Strategy & Development (NAT)" + "47277": { + "code": "TUBVMOB", + "name": "Associate Professorship of Travel Behavior (Prof. Moeckel)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Travel Behavior (Prof. Moeckel)" }, - "TUS3O02": { - "code": "TUS3O02", - "id": 54067, - "name": "Office Research & Innovation (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Office Research & Innovation (NAT)" + "47278": { + "code": "TUPHTCQ", + "name": "Associate Professorship of Collective Quantum Dynamics (Prof. Knap)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Collective Quantum Dynamics (Prof. Knap)" }, - "TUS3O03": { - "code": "TUS3O03", - "id": 54068, - "name": "Administration (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)" + "47297": { + "code": "TULRSIG", + "name": "Chair of Data Science in Earth Observation (Prof. Zhu)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Data Science in Earth Observation (Prof. Zhu)" }, - "TUS3O04": { - "code": "TUS3O04", - "id": 54069, - "name": "Finance Office (NAT) - Administration (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)" + "47317": { + "code": "TUWIB36", + "name": "Associate Professorship of Economics of Energy Markets (Prof. Schwenen)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Energy Markets (Prof. Schwenen)" }, - "TUS3O05": { - "code": "TUS3O05", - "id": 54070, - "name": "HR Office (NAT) - Administration (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)" + "47337": { + "code": "TUINI24", + "name": "Informatics 11 - Chair of Connected Mobility (Prof. Ott)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 11 - Chair of Connected Mobility (Prof. Ott)" }, - "TUS3O06": { - "code": "TUS3O06", - "id": 54071, - "name": "Studienverwaltung (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Studienverwaltung (NAT)" + "47357": { + "code": "TUCHOCG", + "name": "Associate Professorship of Supramolecular Chemistry (Prof. Boekhoven)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Supramolecular Chemistry (Prof. Boekhoven)" }, - "TUS3O07": { - "code": "TUS3O07", - "id": 54080, - "name": "IT Office (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)" + "47377": { + "code": "TUCHACC", + "name": "Chair of Inorganic and Organometallic Chemistry (Prof. Fischer)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Inorganic and Organometallic Chemistry (Prof. Fischer)" }, - "TUS3O08": { - "code": "TUS3O08", - "id": 54081, - "name": "Scientific Computing 5400 (NAT) - IT Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Scientific Computing 5400 (NAT)" + "47397": { + "code": "TUWZP5E", + "name": "Associate Professorship of Plant Epigenomics (Prof. Johannes)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Epigenomics (Prof. Johannes)" }, - "TUS3O09": { - "code": "TUS3O09", - "id": 54082, - "name": "Central Services (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)" + "47417": { + "code": "TUVBGSB", + "name": "Security Correspondent", + "path": "TUM/Officers and Representatives/Security Correspondent" }, - "TUS3O10": { - "code": "TUS3O10", - "id": 54083, - "name": "Glass Blowing Shop (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Glass Blowing Shop (NAT)" + "47437": { + "code": "TUVBKOR", + "name": "Prevention of corruption", + "path": "TUM/Officers and Representatives/Prevention of corruption" }, - "TUS3O11": { - "code": "TUS3O11", - "id": 54084, - "name": "Facility Management (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Facility Management (NAT)" + "47457": { + "code": "TUEDS25", + "name": "Chair of Teaching and Learning with Digital Media (Prof. Bannert)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Teaching and Learning with Digital Media (Prof. Bannert)" }, - "TUS3O12": { - "code": "TUS3O12", - "id": 54085, - "name": "Machine Shop (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)" + "47477": { + "code": "TUPHZTL", + "name": "Technology (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Technology (NAT)" }, - "TUS3O13": { - "code": "TUS3O13", - "id": 54088, - "name": "Electronics (NAT) - Central Services (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)" + "47497": { + "code": "TUBVCIP", + "name": "System Administration Group of the former TUM Department of Civil, Geo and Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/School Office/Infrastructure and Communications (ED)/System Administration Group of the former TUM Department of Civil, Geo and Environmental Engineering" }, - "TUS3O21": { - "code": "TUS3O21", - "id": 54086, - "name": "Unit 5100 (NAT) - Machine Shop (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Unit 5100 (NAT)" + "47517": { + "code": "TUZVBAG", + "name": "Works doctor Works doctor Garching", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Works doctor Garching" + }, + "47518": { + "code": "TUZVBAW", + "name": "Works doctor Weihenstephan", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Works doctor Weihenstephan" }, - "TUS3O22": { - "code": "TUS3O22", - "id": 54087, - "name": "Unit 5400 (NAT) - Machine Shop (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Unit 5400 (NAT)" + "47537": { + "code": "TUWIB37", + "name": "Assistant Professorship of Managerial Economics (N.N.)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Managerial Economics (N.N.)" }, - "TUS3O23": { - "code": "TUS3O23", - "id": 54089, - "name": "Unit 5100 (NAT) - Electronics (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Unit 5100 (NAT)" + "47557": { + "code": "TUPEHFP", + "name": "Munich School of Politics and Public Policy", + "path": "TUM/Munich School of Politics and Public Policy" }, - "TUS3O24": { - "code": "TUS3O24", - "id": 54090, - "name": "Unit 5400 (NAT) - Electronics (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Unit 5400 (NAT)" + "47577": { + "code": "TUWZN8M", + "name": "Associate Professorship of Neuronal Control of Metabolism (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Neuronal Control of Metabolism (N.N.)" }, - "TUS3O25": { - "code": "TUS3O25", - "id": 55077, - "name": "Unit 5100 (NAT) Finance Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Unit 5100 (NAT)" + "47597": { + "code": "TUWZB4R", + "name": "Associate Professorship of Reproductive Biology (Prof. Schusser)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Reproductive Biology (Prof. Schusser)" }, - "TUS3O26": { - "code": "TUS3O26", - "id": 55078, - "name": "Unit 5400 (NAT) Finance Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Unit 5400 (NAT)" + "47598": { + "code": "TUCHACD", + "name": "Associate Professorship of Silicon Chemistry (Prof. Inoue)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Silicon Chemistry (Prof. Inoue)" }, - "TUS3O27": { - "code": "TUS3O27", - "id": 55079, - "name": "Unit 5100 (NAT) HR Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Unit 5100 (NAT)" + "47617": { + "code": "TUMWVIB", + "name": "Chair of Vibro-Acoustics of Vehicles and Machines (Prof. Marburg)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Vibro-Acoustics of Vehicles and Machines (Prof. Marburg)" }, - "TUS3O28": { - "code": "TUS3O28", - "id": 55080, - "name": "Unit 5400 (NAT) HR Office (NAT)", - "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Unit 5400 (NAT)" + "47637": { + "code": "TUSPL18", + "name": "Associate Professorship of Exercise Biology (Prof. Wackerhage)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Exercise Biology (Prof. Wackerhage)" }, - "TUS3OGC": { - "code": "TUS3OGC", - "id": 54079, - "name": "Graduate Center (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Graduate Center (NAT)" + "47657": { + "code": "TUS6PST", + "name": "Undergraduate and Postgraduate Education (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Undergraduate and Postgraduate Education (MGT)" }, - "TUS3OTD": { - "code": "TUS3OTD", - "id": 54065, - "name": "Dean's Office (NAT) - School Office", - "path": "TUM/Schools/Natural Sciences/School Office/Dean's Office (NAT)" + "47658": { + "code": "TUS6QMG", + "name": "Quality Management (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Quality Management (MGT)" }, - "TUS3OTS": { - "code": "TUS3OTS", - "id": 52082, - "name": "School Office of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/School Office" + "47679": { + "code": "TUWIV05", + "name": "Associate Professorship of Economics of Innovation (Prof. Hottenrott)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Innovation (Prof. Hottenrott)" }, - "TUS3RGE": { - "code": "TUS3RGE", - "id": 53962, - "name": "Gender Equality Officer of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Representatives/Gender Equality Officer" + "47697": { + "code": "TUPEEIT", + "name": "EIT Health e.V.", + "path": "TUM/Institutions close to the University/EIT Health e.V." }, - "TUS3RIN": { - "code": "TUS3RIN", - "id": 53963, - "name": "Representative for international affairs of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Representatives/Representative for international affairs" + "47719": { + "code": "TUPOL01", + "name": "Chair of Computational Social Science (Prof. Pfeffer)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Computational Social Science (Prof. Pfeffer)" }, - "TUS3STC": { - "code": "TUS3STC", - "id": 54137, - "name": "Student Council", - "path": "TUM/Schools/Natural Sciences/Student Council" + "47720": { + "code": "TUPOL02", + "name": "Associate Professorship of Political Data Science (Prof. Hegelich)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Data Science (Prof. Hegelich)" }, - "TUS3VIO": { - "code": "TUS3VIO", - "id": 54064, - "name": "Vice Dean Information Officer of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Vice Dean/Information Officer" + "47737": { + "code": "TUSPL19", + "name": "Chair of Epidemiology (Prof. Klug)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Epidemiology (Prof. Klug)" }, - "TUS3VRI": { - "code": "TUS3VRI", - "id": 54061, - "name": "Vice Dean Research and Innovation of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Vice Dean/Research and Innovation" + "47757": { + "code": "TUMAF30", + "name": "Chair of Multiscale and Stochastic Dynamics (Prof. K\u00fchn)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Multiscale and Stochastic Dynamics (Prof. K\u00fchn)" }, - "TUS3VST": { - "code": "TUS3VST", - "id": 54062, - "name": "Vice Dean Study and Teaching of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Vice Dean/Study and Teaching" + "47777": { + "code": "TUZVSIR", + "name": "Staff Unit Internal Audit", + "path": "TUM/Central Administration/Internal Audit" }, - "TUS3VTD": { - "code": "TUS3VTD", - "id": 54063, - "name": "Vice Dean Talent Management and Diversity of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Vice Dean/Talent Management and Diversity" + "47797": { + "code": "TUBVVVS", + "name": "Chair of Transportation Systems Engineering (Prof. Antoniou)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Transportation Systems Engineering (Prof. Antoniou)" }, - "TUS4000": { - "code": "TUS4000", - "id": 51258, - "name": "TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences" + "47837": { + "code": "TUPOL03", + "name": "Associate Professorship of Policy Analysis (Prof. Wurster)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Policy Analysis (Prof. Wurster)" }, - "TUS4A8R": { - "code": "TUS4A8R", - "id": 52260, - "name": "TUM Animal Research Center (ARC)", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)" + "47857": { + "code": "TUPOL04", + "name": "Assistant Professorship of Political Philosophy and Theory (Prof. Ulbricht komm.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Philosophy and Theory (Prof. Ulbricht komm.)" }, - "TUS4B1E": { - "code": "TUS4B1E", - "id": 53958, - "name": "Assistant Professorship of Soil Biophysics and Environmental Systems (Prof. Zare)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Soil Biophysics and Environmental Systems (Prof. Zare)" + "47877": { + "code": "TUPOL05", + "name": "Chair of International Relations (Prof. B\u00fcthe)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Relations (Prof. B\u00fcthe)" }, - "TUS4C1B": { - "code": "TUS4C1B", - "id": 55577, - "name": "Clinical Microbiome (Prof. Gerner)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Clinical Microbiome (Prof. Gerner)" + "47878": { + "code": "TUPOL06", + "name": "Chair of European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/European and Global Governance (Prof. Concei\u00e7\u00e3o-Heldt)" }, - "TUS4C2M": { - "code": "TUS4C2M", - "id": 51517, - "name": "Assistant Professorship of Computational Mass Spectrometry (Prof. Wilhelm)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Mass Spectrometry (Prof. Wilhelm)" + "47897": { + "code": "TUMEMD0", + "name": "Chair of Medical Education (Prof. Berberat)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Medical Education (Prof. Berberat)" }, - "TUS4C4P": { - "code": "TUS4C4P", - "id": 54917, - "name": "Associate Professorship of Chemoinformatics and Protein Modelling (Prof. Di Pizio)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Chemoinformatics and Protein Modelling (Prof. Di Pizio)" + "47917": { + "code": "TUWIB38", + "name": "Assistant Professorship of Marketing (Prof. Ungemach)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Prof. Ungemach)" }, - "TUS4C6A": { - "code": "TUS4C6A", - "id": 53957, - "name": "Assistant Professorship of Cellular Agriculture (Prof. Henkel)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Cellular Agriculture (Prof. Henkel)" + "47937": { + "code": "TUPOL07", + "name": "Chair of Environmental and Climate Policy (Prof. Schreurs)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Environmental and Climate Policy (Prof. Schreurs)" }, - "TUS4C8B": { - "code": "TUS4C8B", - "id": 55897, - "name": "Assistant Professorship of Computational Plant Biology (Prof. Kamal)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Plant Biology (Prof. Kamal)" + "47957": { + "code": "TUZVSCH", + "name": "Staff Unit Diversity & Equal Opportunities", + "path": "TUM/Central Administration/Diversity & Equal Opportunities" }, - "TUS4C9L": { - "code": "TUS4C9L", - "id": 54937, - "name": "Center of Advanced Light Microscopy (CALM) (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Center of Advanced Light Microscopy (CALM) (LS)" + "47959": { + "code": "TUZEGOM", + "name": "Ombud Office", + "path": "TUM/TUM Board of Management/TUM Compliance Office/Ombud Office" }, - "TUS4D5B": { - "code": "TUS4D5B", - "id": 55637, - "name": "Assistant Professorship of Data Science in Systems Biology (Prof. List)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Data Science in Systems Biology (Prof. List)" + "47977": { + "code": "TUPEGEE", + "name": "GE Healthcare Global Research Europe", + "path": "TUM/Institutions close to the University/GE Healthcare Global Research Europe" }, - "TUS4DEA": { - "code": "TUS4DEA", - "id": 51259, - "name": "Dean of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Dean" + "47997": { + "code": "TUWZC1N", + "name": "Associate Professorship of Computational Neuroscience (Prof. Gjorgjieva)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Neuroscience (Prof. Gjorgjieva)" }, - "TUS4DP1": { - "code": "TUS4DP1", - "id": 51264, - "name": "Department of Molecular Life Sciences", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences" + "48017": { + "code": "TUVBOMP", + "name": "Ombudsperson", + "path": "TUM/TUM Board of Management/TUM Compliance Office/Ombudsperson" }, - "TUS4DP2": { - "code": "TUS4DP2", - "id": 51265, - "name": "Department of Life Science Engineering", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering" + "48037": { + "code": "TUINF18", + "name": "Informatics 26 - Associate Professorship of Data Analytics and Machine Learning (Prof. G\u00fcnnemann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 26 - Associate Professorship of Data Analytics and Machine Learning (Prof. G\u00fcnnemann)" }, - "TUS4DP3": { - "code": "TUS4DP3", - "id": 51266, - "name": "Department of Life Science Systems", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems" + "48038": { + "code": "TUEIESI", + "name": "Associate Professorship of Embedded Systems and Internet of Things (Prof. Steinhorst)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Embedded Systems and Internet of Things (Prof. Steinhorst)" }, - "TUS4E0M": { - "code": "TUS4E0M", - "id": 55898, - "name": "Assistant Professorship of Earth Observation for Ecosystem Management (Prof. Senf)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Earth Observation for Ecosystem Management (Prof. Senf)" + "48078": { + "code": "TUEICOD", + "name": "Associate Professorship of Coding and Cryptography (Prof. Wachter-Zeh)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Coding and Cryptography (Prof. Wachter-Zeh)" }, - "TUS4F1P": { - "code": "TUS4F1P", - "id": 54117, - "name": "Associate Professorship of Food Process Engineering (Prof. F\u00f6rst)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Food Process Engineering (Prof. F\u00f6rst)" + "48097": { + "code": "TUPHEMM", + "name": "Associate Professorship of Experimental Biophysics (Dr. Duderstadt)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Experimental Biophysics (Dr. Duderstadt)" }, - "TUS4F3U": { - "code": "TUS4F3U", - "id": 54697, - "name": "Forest Research Unit", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Forest Research Unit" + "48098": { + "code": "TUPHEQM", + "name": "Assistant Professorship of Quantum Matter - Experimental Solid State Physics (N.N.)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Matter - Experimental Solid State Physics (N.N.)" }, - "TUS4F4C": { - "code": "TUS4F4C", - "id": 51917, - "name": "TUM Food and Agro Center for Innovation and Technology (FACIT)", - "path": "TUM/Schools/Life Sciences/TUM Food and Agro Center for Innovation and Technology (FACIT)" + "48099": { + "code": "TUPHEDM", + "name": "Associate Professorship of Dark Matter (Prof. Mertens)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Dark Matter (Prof. Mertens)" }, - "TUS4F8S": { - "code": "TUS4F8S", - "id": 56057, - "name": "Associate Professorship of Food Biopolymer Systems (Prof. Scherf)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Food Biopolymer Systems (Prof. Scherf)" + "48100": { + "code": "TUPHEOC", + "name": "Associate Professorship of Observational Cosmology (Prof. Suyu)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Observational Cosmology (Prof. Suyu)" }, - "TUS4F9C": { - "code": "TUS4F9C", - "id": 52259, - "name": "Field Crops Unit", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit" + "48117": { + "code": "TUZVGET", + "name": "Green genetic", + "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Green genetic" }, - "TUS4F9L": { - "code": "TUS4F9L", - "id": 53557, - "name": "Associate Professorship of Functional Materials for Food Packaging (Prof. Schrettl)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Functional Materials for Food Packaging (Prof. Schrettl)" + "48120": { + "code": "TUPRBKA", + "name": "Office of the Senior Executive Vice President", + "path": "TUM/TUM Board of Management/Office of the Senior Executive Vice President" }, - "TUS4G6P": { - "code": "TUS4G6P", - "id": 52258, - "name": "Greenhouses and Phytochambers Unit", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit" + "48137": { + "code": "TUZEFMS", + "name": "MSE", + "path": "TUM/Schools/Engineering and Design/Student Council/MSE" }, - "TUS4I5P": { - "code": "TUS4I5P", - "id": 54318, - "name": "Assistant Professorship of Infection Pathogenesis (Prof. Ebner)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Infection Pathogenesis (Prof. Ebner)" + "48157": { + "code": "TUZEPRG", + "name": "Examination Office - Garching campus", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Examination Office - Garching campus" }, - "TUS4K2T": { - "code": "TUS4K2T", - "id": 52262, - "name": "Small animal unit", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Small animal unit" + "48158": { + "code": "TUZEPRM", + "name": "Examination Office - Munich Campus", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Examination Office - Munich Campus" }, - "TUS4L3S": { - "code": "TUS4L3S", - "id": 54317, - "name": "Chair of Livestock Systems (Prof. Rufino)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Livestock Systems (Prof. Rufino)" + "48159": { + "code": "TUZEPRW", + "name": "Examination Office - Weihenstephan Campus", + "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Examination Office - Weihenstephan Campus" + }, + "48160": { + "code": "TUZVR2Y", + "name": "Central Human Resources Service (Campus Munich)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Central Human Resources Service (Campus Munich)" }, - "TUS4M1D": { - "code": "TUS4M1D", - "id": 55318, - "name": "Assistant Professorship of Translational Microbiome Data Integration (Prof. Schirmer)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Translational Microbiome Data Integration (Prof. Schirmer)" + "48177": { + "code": "TUZVR25", + "name": "Human Resources Garching (department 23)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources Garching (department 23)" }, - "TUS4M5B": { - "code": "TUS4M5B", - "id": 53117, - "name": "Associate Professorship of Prevention of Microbial Diseases (Prof. Deng)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Prevention of Microbial Diseases (Prof. Deng)" + "48178": { + "code": "TUZVR24", + "name": "Human Resources Weihenstephan (department 24)", + "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources Weihenstephan (department 24)" }, - "TUS4N1T": { - "code": "TUS4N1T", - "id": 52261, - "name": "Farm animal unit", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Farm animal unit" + "48198": { + "code": "TUPOL08", + "name": "Associate Professorship of Political Science (Prof. Hofmann)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Political Science (Prof. Hofmann)" }, - "TUS4N7M": { - "code": "TUS4N7M", - "id": 53358, - "name": "Associate Professorship of Animal Nutrition and Metabolism (Prof. Steinhoff-Wagner)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Nutrition and Metabolism (Prof. Steinhoff-Wagner)" + "48199": { + "code": "TUPOL10", + "name": "Chair of Business Ethics (Prof. L\u00fctge)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Business Ethics (Prof. L\u00fctge)" }, - "TUS4OTC": { - "code": "TUS4OTC", - "id": 15520, - "name": "Campus Office (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Campus Office (LS)" + "48200": { + "code": "TUPOL11", + "name": "Chair of Sociology of Science and Technology (Prof. Beck)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Sociology of Science and Technology (Prof. Beck)" }, - "TUS4OTD": { - "code": "TUS4OTD", - "id": 15453, - "name": "Office of the Dean (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Office of the Dean (LS)" + "48217": { + "code": "TUPHTFK", + "name": "Chair of Theoretical Solid-State Physics (Prof. Pollmann)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Solid-State Physics (Prof. Pollmann)" }, - "TUS4OTS": { - "code": "TUS4OTS", - "id": 15456, - "name": "School Office of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/School Office" + "48237": { + "code": "TUZETTM", + "name": "Translational Cancer Research (TranslaTUM)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)" }, - "TUS4P1D": { - "code": "TUS4P1D", - "id": 54717, - "name": "Associate Professorship of Functional Phytometabolomics (Prof. Dawid)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Functional Phytometabolomics (Prof. Dawid)" + "48238": { + "code": "TUINICT", + "name": "Informatics 24 - Associate Professorship of Cyber Trust (Prof. Grossklags)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 24 - Associate Professorship of Cyber Trust (Prof. Grossklags)" }, - "TUS4P7T": { - "code": "TUS4P7T", - "id": 52257, - "name": "TUM Plant Technology Center (PTC)", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)" + "48257": { + "code": "TUARL32", + "name": "Associate Professorship of Green Technologies in Landscape Architecture (Prof. Ludwig)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Green Technologies in Landscape Architecture (Prof. Ludwig)" }, - "TUS4P9N": { - "code": "TUS4P9N", - "id": 55317, - "name": "Associate Professorship of Plant Proteins and Nutrition (Prof. Weisz)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Plant Proteins and Nutrition (Prof. Weisz)" + "48258": { + "code": "TUINF19", + "name": "Informatics 28 - Associate Professorship of Visual Computing (Prof. Nie\u00dfner)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 28 - Associate Professorship of Visual Computing (Prof. Nie\u00dfner)" }, - "TUS4R5I": { - "code": "TUS4R5I", - "id": 54438, - "name": "Associate Professorship of Root-Soil Interaction (Prof. Ahmed)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Root-Soil Interaction (Prof. Ahmed)" + "48277": { + "code": "TUMEVI4", + "name": "Associate Professorship of Immunopathology of Viral Infection (Prof. Pichlmair)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Virology (Prof. Protzer)/Immunopathology of Viral Infection (Prof. Pichlmair)" }, - "TUS4RDP": { - "code": "TUS4RDP", - "id": 51299, - "name": "Data Protection Representative of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Representatives/Data Protection Representative" + "48297": { + "code": "TUZVRBE", + "name": "Structural development planning", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Construction Management Munich/Structural development planning" }, - "TUS4RGE": { - "code": "TUS4RGE", - "id": 51298, - "name": "Gender Equality Officer of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Representatives/Gender Equality Officer" + "48298": { + "code": "TUZV453", + "name": "Infrastructure Garching", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching" }, - "TUS4RIN": { - "code": "TUS4RIN", - "id": 53964, - "name": "Representative for international affairs of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Representatives/Representative for international affairs" + "48302": { + "code": "TUZV45D", + "name": "Zeiterfassung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Zeiterfassung" }, - "TUS4RSH": { - "code": "TUS4RSH", - "id": 51300, - "name": "Representative of the severely handicapped persons of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Representatives/Representative of the severely handicapped persons" + "48303": { + "code": "TUZV45E", + "name": "Kaufm\u00e4nnisches FM", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Kaufm\u00e4nnisches FM" }, - "TUS4STC": { - "code": "TUS4STC", - "id": 51297, - "name": "Student Council", - "path": "TUM/Schools/Life Sciences/Student Council" + "48304": { + "code": "TUZV45F", + "name": "Technisches FM", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Technisches FM" }, - "TUS4U7M": { - "code": "TUS4U7M", - "id": 54877, - "name": "Associate Professorship of Environmental Microbiology (Prof. Schloter)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Environmental Microbiology (Prof. Schloter)" + "48305": { + "code": "TUZV45G", + "name": "Infrastrukturelles FM", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Infrastrukturelles FM" }, - "TUS4VIO": { - "code": "TUS4VIO", - "id": 51263, - "name": "Vice Dean Information Officer of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Vice Dean/Information Officer" + "48306": { + "code": "TUZV45H", + "name": "Infrastrukturelles FM Geb\u00e4udereinigung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Infrastrukturelles FM Geb\u00e4udereinigung" }, - "TUS4VRI": { - "code": "TUS4VRI", - "id": 51260, - "name": "Vice Dean Research and Innovation of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Vice Dean/Research and Innovation" + "48307": { + "code": "TUZV46A", + "name": "Technisches B\u00fcro Maschinentechnische Anlagen", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Technisches B\u00fcro Maschinentechnische Anlagen" }, - "TUS4VST": { - "code": "TUS4VST", - "id": 51261, - "name": "Vice Dean Academic and Student Affairs of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Vice Dean/Academic and Student Affairs" + "48308": { + "code": "TUZV46B", + "name": "Werkstatt Heizung und L\u00fcftung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Werkstatt Heizung und L\u00fcftung" }, - "TUS4VTD": { - "code": "TUS4VTD", - "id": 51262, - "name": "Vice Dean Talent Management and Diversity of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Vice Dean/Talent Management and Diversity" + "48309": { + "code": "TUZV46C", + "name": "Werkstatt Sanit\u00e4r", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Werkstatt Sanit\u00e4r" }, - "TUS5000": { - "code": "TUS5000", - "id": 51899, - "name": "TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health" + "48310": { + "code": "TUZV46D", + "name": "Werkstatt K\u00e4ltetechnik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Werkstatt K\u00e4ltetechnik" }, - "TUS5DEA": { - "code": "TUS5DEA", - "id": 55357, - "name": "Dean of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Dean" + "48311": { + "code": "TUZV46E", + "name": "Technisches B\u00fcro Elektrotechnik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Technisches B\u00fcro Elektrotechnik" }, - "TUS5DP1": { - "code": "TUS5DP1", - "id": 54897, - "name": "Department of Health and Sport Sciences", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences" + "48312": { + "code": "TUZV46F", + "name": "Werkstatt Starkstromtechnik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Werkstatt Starkstromtechnik" }, - "TUS5DP2": { - "code": "TUS5DP2", - "id": 54898, - "name": "Department of Preclinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine" + "48313": { + "code": "TUZV46G", + "name": "Werkstatt Mess- und Regelungstechnik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Werkstatt Mess- und Regelungstechnik" }, - "TUS5DP3": { - "code": "TUS5DP3", - "id": 54899, - "name": "Department of Clinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine" + "48314": { + "code": "TUZV46H", + "name": "Telefonzentrale", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Telefonzentrale" }, - "TUS5EK0": { - "code": "TUS5EK0", - "id": 55461, - "name": "Ethics Commissions", - "path": "TUM/Schools/Medicine and Health/Ethics Commissions" + "48315": { + "code": "TUZV46I", + "name": "Schl\u00fcsselverwaltung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Schl\u00fcsselverwaltung" }, - "TUS5EK1": { - "code": "TUS5EK1", - "id": 55462, - "name": "Ethics Commission not-med.", - "path": "TUM/Schools/Medicine and Health/Ethics Commissions/Ethics Commission not-med." + "48316": { + "code": "TUZV46J", + "name": "Reinigung und Bewachung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Reinigung und Bewachung" }, - "TUS5GF0": { - "code": "TUS5GF0", - "id": 55457, - "name": "Managing Directors School Office", - "path": "TUM/Schools/Medicine and Health/School Office/Managing Directors" + "48317": { + "code": "TUZV46K", + "name": "Raumbestandsverwaltung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Raumbestandsverwaltung" }, - "TUS5LMU": { - "code": "TUS5LMU", - "id": 55466, - "name": "Kooperationen mit der LMU", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU" + "48318": { + "code": "TUZV46L", + "name": "Betriebshof, Hausverwaltung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Depot, Property management/Betriebshof, Hausverwaltung" }, - "TUS5LPC": { - "code": "TUS5LPC", - "id": 55467, - "name": "Weitere Lehrst\u00fchle und Professuren Clinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine" + "48319": { + "code": "TUZV46M", + "name": "Dienstfahrzeuge und Drucklufttechnik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Dienstfahrzeuge und Drucklufttechnik" }, - "TUS5LPP": { - "code": "TUS5LPP", - "id": 55465, - "name": "Weitere Lehrst\u00fchle und Professuren Preclinical Medicine", - "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine" + "48320": { + "code": "TUZV46N", + "name": "Poststelle", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Poststelle" }, - "TUS5OR3": { - "code": "TUS5OR3", - "id": 56117, - "name": "Associate Professorship of Machine intelligence in orthopaedics (Prof. Roth)", - "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)/Machine intelligence in orthopaedics (Prof. Roth)" + "48321": { + "code": "TUZV46O", + "name": "Registratur", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Registratur" }, - "TUS5OTD": { - "code": "TUS5OTD", - "id": 55458, - "name": "Dean`s Office School Office", - "path": "TUM/Schools/Medicine and Health/School Office/Dean`s Office" + "48322": { + "code": "TUZV46P", + "name": "Archiv", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Archiv" }, - "TUS5OTS": { - "code": "TUS5OTS", - "id": 52088, - "name": "School Office of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/School Office" + "48323": { + "code": "TUZV46Q", + "name": "H\u00f6rsaalvermietung", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Service operation/H\u00f6rsaalvermietung" }, - "TUS5PL0": { - "code": "TUS5PL0", - "id": 55217, - "name": "Further Chairs and Professorships", - "path": "TUM/Academic department/Medicine/Further Chairs and Professorships" + "48324": { + "code": "TUZV40A", + "name": "Controlling and Reporting", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Controlling and Reporting" }, - "TUS5SAA": { - "code": "TUS5SAA", - "id": 55459, - "name": "School and Academic Affairs School Office", - "path": "TUM/Schools/Medicine and Health/School Office/School and Academic Affairs" + "48337": { + "code": "TUZV350", + "name": "Financial accounting Campus Munich", + "path": "TUM/Central Administration/Finance (Central department 3)/Financial accounting (department 35)/Financial accounting Campus Munich" }, - "TUS5STO": { - "code": "TUS5STO", - "id": 55460, - "name": "Student Office School Office", - "path": "TUM/Schools/Medicine and Health/School Office/Student Office" + "48338": { + "code": "TUZV351", + "name": "Financial accounting Campus Weihenstephan", + "path": "TUM/Central Administration/Finance (Central department 3)/Financial accounting (department 35)/Financial accounting Campus Weihenstephan" }, - "TUS5VIO": { - "code": "TUS5VIO", - "id": 55361, - "name": "Vice Dean Information Officer of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Vice Dean/Information Officer" + "48339": { + "code": "TUZV370", + "name": "Units Zahlstelle Campus M\u00fcnchen", + "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)/Units" }, - "TUS5VRI": { - "code": "TUS5VRI", - "id": 55358, - "name": "Vice Dean Research and Innovation of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Vice Dean/Research and Innovation" + "48340": { + "code": "TUZV371", + "name": "Units Zahlstelle Campus Garching", + "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)/Units" }, - "TUS5VST": { - "code": "TUS5VST", - "id": 55359, - "name": "Vice Dean Study and Teaching of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Vice Dean/Study and Teaching" + "48341": { + "code": "TUZV372", + "name": "Units Zahlstelle Campus Weihenstephan", + "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)/Units" }, - "TUS5VTD": { - "code": "TUS5VTD", - "id": 55360, - "name": "Vice Dean Talent Management and Diversity of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Vice Dean/Talent Management and Diversity" + "48377": { + "code": "TUPHEQT", + "name": "Assistant Professorship of Quantum Technologies (Prof. Poot)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Technologies (Prof. Poot)" + }, + "48397": { + "code": "TUWZP7G", + "name": "Associate Professorship of Plant Genetics (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Genetics (N.N.)" }, - "TUS5WEK": { - "code": "TUS5WEK", - "id": 55464, - "name": "More Units MRI", - "path": "TUM/Schools/Medicine and Health/More Units MRI" + "48417": { + "code": "TUZV454", + "name": "Sachgebiet Abfallentsorgung/Umwelt", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment/Abfallentsorgung/Umwelt" }, - "TUS5WTK": { - "code": "TUS5WTK", - "id": 55463, - "name": "Student Council", - "path": "TUM/Schools/Medicine and Health/Student Council" + "48437": { + "code": "TUEIHCR", + "name": "Associate Professorship of Human-centered Assistive Robotics (Prof. Cheng komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Human-centered Assistive Robotics (Prof. Cheng komm.)" }, - "TUS6000": { - "code": "TUS6000", - "id": 51900, - "name": "TUM School of Management", - "path": "TUM/Schools/Management" + "48481": { + "code": "TUPEFVW", + "name": "Central Administration Verwaltung", + "path": "TUM/Munich School of Politics and Public Policy/Central Administration" }, - "TUS6B47": { - "code": "TUS6B47", - "id": 53138, - "name": "Chair of Behavioral Research Methods (Prof. Pachur)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Behavioral Research Methods (Prof. Pachur)" + "48497": { + "code": "TUCHPC6", + "name": "Associate Professorship of Dynamic Spectroscopy (Prof. Hauer)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Dynamic Spectroscopy (Prof. Hauer)" }, - "TUS6B48": { - "code": "TUS6B48", - "id": 53137, - "name": "Associate Professorship of Family Business, Culture and Ownership (Prof. Richards)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Family Business, Culture and Ownership (Prof. Richards)" + "48537": { + "code": "TUZET00", + "name": "Gesch\u00e4ftsstelle", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Gesch\u00e4ftsstelle" }, - "TUS6B49": { - "code": "TUS6B49", - "id": 53737, - "name": "Assistant Professorship of Entrepreneurial Finance (Prof. Momtaz)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Momtaz)" + "48538": { + "code": "TUZET01", + "name": "Biological Imaging (AG Ntziachristos)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Biological Imaging (AG Ntziachristos)" }, - "TUS6B50": { - "code": "TUS6B50", - "id": 54322, - "name": "Assistant Professorship of Digital Marketing (Prof. Hartmann)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Hartmann)" + "48539": { + "code": "TUZET02", + "name": "Immune signals and cancer (AG Ruland)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Immune signals and cancer (AG Ruland)" }, - "TUS6B51": { - "code": "TUS6B51", - "id": 54417, - "name": "Chair of Entrepreneurial Education (Prof. Tryba)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Education (Prof. Tryba)" + "48540": { + "code": "TUZET03", + "name": "Biomedical electronics (AG Hayden)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Biomedical electronics (AG Hayden)" }, - "TUS6CDT": { - "code": "TUS6CDT", - "id": 52778, - "name": "Center for Digital Transformation (CDT) - Center TUM Campus Heilbronn (MGT)", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Center for Digital Transformation (CDT)" + "48541": { + "code": "TUZET04", + "name": "Experimental radiation oncology and radiobiology (AG Multhoff)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Experimental radiation oncology and radiobiology (AG Multhoff)" }, - "TUS6CFE": { - "code": "TUS6CFE", - "id": 52779, - "name": "Global Center for Family Enterprise (GCFE) - Center TUM Campus Heilbronn (MGT)", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Global Center for Family Enterprise (GCFE)" + "48542": { + "code": "TUZET05", + "name": "Immunopathology and signal transduction (AG Schmidt-Supprian)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Immunopathology and signal transduction (AG Schmidt-Supprian)" }, - "TUS6CHN": { - "code": "TUS6CHN", - "id": 52777, - "name": "Center TUM Campus Heilbronn (MGT) of the TUM School of Management", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)" + "48543": { + "code": "TUZET06", + "name": "Translational cancer research and experimental cancer therapy (AG Saur)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Translational cancer research and experimental cancer therapy (AG Saur)" }, - "TUS6DEA": { - "code": "TUS6DEA", - "id": 52417, - "name": "Dean of the TUM School of Management", - "path": "TUM/Schools/Management/Dean" + "48544": { + "code": "TUZET07", + "name": "Image Computing (AG Menze)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Image Computing (AG Menze)" }, - "TUS6DP1": { - "code": "TUS6DP1", - "id": 52424, - "name": "Department of Economics and Policy", - "path": "TUM/Schools/Management/Departments/Economics and Policy" + "48545": { + "code": "TUZET08", + "name": "Genetic Screening (AG Rad)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Genetic Screening (AG Rad)" }, - "TUS6DP2": { - "code": "TUS6DP2", - "id": 52425, - "name": "Department of Finance and Accounting", - "path": "TUM/Schools/Management/Departments/Finance and Accounting" + "48546": { + "code": "TUZET09", + "name": "Cell biology of cancer (AG Bassermann)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Cell biology of cancer (AG Bassermann)" }, - "TUS6DP3": { - "code": "TUS6DP3", - "id": 52426, - "name": "Department of Innovation and Entrepreneurship", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship" + "48548": { + "code": "TUZET11", + "name": "Core Facility Preclinical Research", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Preclinical Research" }, - "TUS6DP4": { - "code": "TUS6DP4", - "id": 52427, - "name": "Department of Marketing, Strategy and Leadership", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership" + "48549": { + "code": "TUZET12", + "name": "Core Facility Imaging", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Imaging" }, - "TUS6DP5": { - "code": "TUS6DP5", - "id": 52428, - "name": "Department of Operations and Technology", - "path": "TUM/Schools/Management/Departments/Operations and Technology" + "48550": { + "code": "TUZET13", + "name": "Core Facility Cell Analysis", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Cell Analysis" }, - "TUS6DSF": { - "code": "TUS6DSF", - "id": 56097, - "name": "Assistant Professorship of Data Science in Finance (Prof. Resin komm.)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Data Science in Finance (Prof. Resin komm.)" + "48577": { + "code": "TUZECLA", + "name": "People Development", + "path": "TUM/TUM Institute for Life Long Learning/People Development" }, - "TUS6H14": { - "code": "TUS6H14", - "id": 52918, - "name": "Chair of Digital Marketing (Prof. Mei\u00dfner)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Mei\u00dfner)" + "48597": { + "code": "TUEILBE", + "name": "Heinz Nixdorf Chair of Biomedical Electronics (Prof. Hayden)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Heinz Nixdorf Chair of Biomedical Electronics (Prof. Hayden)" }, - "TUS6MAR": { - "code": "TUS6MAR", - "id": 42884, - "name": "Marketing (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Marketing (MGT)" + "48622": { + "code": "TUZV14Z", + "name": "Versorgungsnetze", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Versorgungsnetze" }, - "TUS6OTS": { - "code": "TUS6OTS", - "id": 14881, - "name": "School Office of the TUM School of Management", - "path": "TUM/Schools/Management/School Office" + "48637": { + "code": "TUPHEHP", + "name": "Chair of Experimental Semiconductor Physics (Prof. Sharp komm.)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Semiconductor Physics (Prof. Sharp komm.)" }, - "TUS6PST": { - "code": "TUS6PST", - "id": 47657, - "name": "Undergraduate and Postgraduate Education (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Undergraduate and Postgraduate Education (MGT)" + "48657": { + "code": "TUMETBB", + "name": "Medizintechnik", + "path": "TUM/Schools/Medicine and Health/More Units MRI/Medizintechnik" }, - "TUS6QMG": { - "code": "TUS6QMG", - "id": 47658, - "name": "Quality Management (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Quality Management (MGT)" + "48677": { + "code": "TUMEKCK", + "name": "Koordinierungsstelle f\u00fcr Chancengleichheit und Karriereplanung", + "path": "TUM/Academic department/Medicine/Department Administration/Other Institutions" }, - "TUS6RDP": { - "code": "TUS6RDP", - "id": 52423, - "name": "Data Protection Representative of the TUM School of Management", - "path": "TUM/Schools/Management/Representatives/Data Protection Representative" + "48697": { + "code": "TUCSP04", + "name": "Associate Professorship of Process Engineering (Prof. Burger)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Process Engineering (Prof. Burger)" }, - "TUS6RES": { - "code": "TUS6RES", - "id": 42886, - "name": "Resources (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Resources (MGT)" + "48698": { + "code": "TUWZE1B", + "name": "Chair of Experimental Bioinformatics (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimental Bioinformatics (N.N.)" }, - "TUS6RGE": { - "code": "TUS6RGE", - "id": 52422, - "name": "Gender Equality Officer of the TUM School of Management", - "path": "TUM/Schools/Management/Representatives/Gender Equality Officer" + "48717": { + "code": "TUWZVH1", + "name": "Versuchsstation Veitshof", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Farm animal unit/Versuchsstation Veitshof" }, - "TUS6RIN": { - "code": "TUS6RIN", - "id": 53965, - "name": "Representative for international affairs of the TUM School of Management", - "path": "TUM/Schools/Management/Representatives/Representative for international affairs" + "48718": { + "code": "TUZET14", + "name": "Cellular immuno-regulation (AG Zielinski)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Cellular immuno-regulation (AG Zielinski)" }, - "TUS6SAF": { - "code": "TUS6SAF", - "id": 55277, - "name": "Assistant Professorship of Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment between TUM School of Management and TUM School of Life Sciences)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment between TUM School of Management and TUM School of Life Sciences)" + "48719": { + "code": "TUZET15", + "name": "Quantitative imaging in neuro-oncology (AG Kirschke)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Quantitative imaging in neuro-oncology (AG Kirschke)" }, - "TUS6SIG": { - "code": "TUS6SIG", - "id": 55657, - "name": "Study Support and International Affairs (MGT) - School Office", - "path": "TUM/Schools/Management/School Office/Study Support and International Affairs (MGT)" + "48720": { + "code": "TUZET16", + "name": "Optical and optoacoustical microscopy (AG Chmyrov)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Optical and optoacoustical microscopy (AG Chmyrov)" }, - "TUS6STC": { - "code": "TUS6STC", - "id": 52557, - "name": "Student Council", - "path": "TUM/Schools/Management/Student Council" + "48737": { + "code": "TUARL34", + "name": "Chair of Architectural Design and Participation (Prof. K\u00e9r\u00e9)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architectural Design and Participation (Prof. K\u00e9r\u00e9)" }, - "TUS6VIO": { - "code": "TUS6VIO", - "id": 52421, - "name": "Vice Dean Information Officer of the TUM School of Management", - "path": "TUM/Schools/Management/Vice Dean/Information Officer" + "48758": { + "code": "TUEDS27", + "name": "Associate Professorship of Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Kognitions- und Entwicklungspsychologie (Prof. Ruggeri)" }, - "TUS6VRI": { - "code": "TUS6VRI", - "id": 52418, - "name": "Vice Dean Research and Innovation of the TUM School of Management", - "path": "TUM/Schools/Management/Vice Dean/Research and Innovation" + "48777": { + "code": "TUCS000", + "name": "TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)" }, - "TUS6VST": { - "code": "TUS6VST", - "id": 52419, - "name": "Vice Dean Academic and Student Affairs of the TUM School of Management", - "path": "TUM/Schools/Management/Vice Dean/Academic and Student Affairs" + "48837": { + "code": "TUMWLPL", + "name": "Chair of Product Development and Lightweight Design (Prof. Zimmermann)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Product Development and Lightweight Design (Prof. Zimmermann)" }, - "TUS6VTD": { - "code": "TUS6VTD", - "id": 52420, - "name": "Vice Dean Talent Management and Diversity of the TUM School of Management", - "path": "TUM/Schools/Management/Vice Dean/Talent Management and Diversity" + "48838": { + "code": "TUCHOCK", + "name": "Assistant Professorship of Biochemistry of Gene Expression (Prof. Nedialkova)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biochemistry of Gene Expression (Prof. Nedialkova)" }, - "TUS7000": { - "code": "TUS7000", - "id": 51901, - "name": "TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology" + "48857": { + "code": "TUPRB01", + "name": "Delegate officer for fundraising", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for fundraising" }, - "TUS7AST": { - "code": "TUS7AST", - "id": 55397, - "name": "Chair of Anthropology of Science and Technology (Prof. Niew\u00f6hner)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Anthropology of Science and Technology (Prof. Niew\u00f6hner)" + "48858": { + "code": "TUPRB02", + "name": "Delegate officer for the strategic alliances EuroTech and GlobalTech", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for the strategic alliances EuroTech and GlobalTech" }, - "TUS7DDP": { - "code": "TUS7DDP", - "id": 52677, - "name": "Assistant Professorship of Physics Education (Prof. Vorholzer)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Physics Education (Prof. Vorholzer)" + "48859": { + "code": "TUZELSB", + "name": "TUM Leibniz-Institute Leibniz-Institut f\u00fcr Lebensmittelsystembiologie an der Technischen Universit\u00e4t M\u00fcnchen", + "path": "TUM/TUM Leibniz-Institute/TUM Leibniz-Institute" }, - "TUS7DEA": { - "code": "TUS7DEA", - "id": 52429, - "name": "Dean of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Dean" + "48860": { + "code": "TUZELDM", + "name": "TUM Leibniz-Institute Deutsches Museum", + "path": "TUM/TUM Leibniz-Institute/TUM Leibniz-Institute" }, - "TUS7DP1": { - "code": "TUS7DP1", - "id": 52497, - "name": "Department of Educational Sciences", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences" + "48897": { + "code": "TUPHEBI", + "name": "Associate Professorship of Physics in Biomedical Imaging (Prof. Herzen)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Physics in Biomedical Imaging (Prof. Herzen)" }, - "TUS7DP2": { - "code": "TUS7DP2", - "id": 52498, - "name": "Department of Governance", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance" + "48938": { + "code": "TUARL35", + "name": "Associate Professorship of Recent Building Heritage Conservation (Prof. Putz)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Recent Building Heritage Conservation (Prof. Putz)" }, - "TUS7DP3": { - "code": "TUS7DP3", - "id": 52517, - "name": "Department of Science, Technology and Society", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society" + "48957": { + "code": "TUPHEFS", + "name": "Chair of Experimental Physics of Functional Spin-Systems", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Experimental Physics of Functional Spin-Systems" }, - "TUS7FIN": { - "code": "TUS7FIN", - "id": 52739, - "name": "Finance (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Finance (SOT)" + "48977": { + "code": "TUINF20", + "name": "Informatics 9 - Assistant Professorship of Dynamic Vision and Learning (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 9 - Assistant Professorship of Dynamic Vision and Learning (N.N.)" + }, + "49037": { + "code": "TUZEIOA", + "name": "Arabic", + "path": "TUM/Central Service Institutions/TUM Language Center/Arabic" }, - "TUS7FS1": { - "code": "TUS7FS1", - "id": 53057, - "name": "Governance, Technology and Society", - "path": "TUM/Schools/Social Sciences and Technology/Student Council/Governance, Technology and Society" + "49038": { + "code": "TUZEIOB", + "name": "Chinese", + "path": "TUM/Central Service Institutions/TUM Language Center/Chinese" }, - "TUS7FS2": { - "code": "TUS7FS2", - "id": 53058, - "name": "Lehrertum", - "path": "TUM/Schools/Social Sciences and Technology/Student Council/Lehrertum" + "49039": { + "code": "TUZEIOC", + "name": "Danish", + "path": "TUM/Central Service Institutions/TUM Language Center/Danish" }, - "TUS7HCC": { - "code": "TUS7HCC", - "id": 55857, - "name": "Chair of Human-Centered Computing (Prof. Diesner)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Human-Centered Computing (Prof. Diesner)" + "49040": { + "code": "TUZEIOD", + "name": "German as a Foreign Language", + "path": "TUM/Central Service Institutions/TUM Language Center/German as a Foreign Language" }, - "TUS7HRM": { - "code": "TUS7HRM", - "id": 52740, - "name": "Human Resources (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Human Resources (SOT)" + "49041": { + "code": "TUZEIOE", + "name": "English", + "path": "TUM/Central Service Institutions/TUM Language Center/English" }, - "TUS7HTL": { - "code": "TUS7HTL", - "id": 53777, - "name": "Chair of Human-Centered Technologies for Learning (Prof. Kasneci)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Human-Centered Technologies for Learning (Prof. Kasneci)" + "49042": { + "code": "TUZEIOF", + "name": "French", + "path": "TUM/Central Service Institutions/TUM Language Center/French" }, - "TUS7ITM": { - "code": "TUS7ITM", - "id": 52741, - "name": "IT-Management (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/IT-Management (SOT)" + "49043": { + "code": "TUZEIOG", + "name": "Hebrew", + "path": "TUM/Central Service Institutions/TUM Language Center/Hebrew" }, - "TUS7LEA": { - "code": "TUS7LEA", - "id": 54323, - "name": "Assistant Professorship of Learning Analytics (Prof. Poquet)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Analytics (Prof. Poquet)" + "49044": { + "code": "TUZEIOH", + "name": "Italian", + "path": "TUM/Central Service Institutions/TUM Language Center/Italian" }, - "TUS7LET": { - "code": "TUS7LET", - "id": 52757, - "name": "Assistant Professorship of Learning Sciences and Educational Design Technologies (Prof. Keune)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Sciences and Educational Design Technologies (Prof. Keune)" + "49045": { + "code": "TUZEIOI", + "name": "Japanese", + "path": "TUM/Central Service Institutions/TUM Language Center/Japanese" }, - "TUS7LRD": { - "code": "TUS7LRD", - "id": 55338, - "name": "Chair of Law and Regulation of the Digital Transformation (Prof. Paal)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Law and Regulation of the Digital Transformation (Prof. Paal)" + "49046": { + "code": "TUZEIOJ", + "name": "Korean", + "path": "TUM/Central Service Institutions/TUM Language Center/Korean" }, - "TUS7OTS": { - "code": "TUS7OTS", - "id": 52085, - "name": "School Office of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/School Office" + "49047": { + "code": "TUZEIOK", + "name": "Dutch", + "path": "TUM/Central Service Institutions/TUM Language Center/Dutch" }, - "TUS7PGT": { - "code": "TUS7PGT", - "id": 55859, - "name": "Assistant Professorship of Public Policy for the Green Transition (Prof. Egli)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy for the Green Transition (Prof. Egli)" + "49048": { + "code": "TUZEIOL", + "name": "Norwegian", + "path": "TUM/Central Service Institutions/TUM Language Center/Norwegian" }, - "TUS7PMP": { - "code": "TUS7PMP", - "id": 55337, - "name": "Assistant Professorship of Mobility Policy (Prof. Loder)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Mobility Policy (Prof. Loder)" + "49049": { + "code": "TUZEIOM", + "name": "Portuguese", + "path": "TUM/Central Service Institutions/TUM Language Center/Portuguese" }, - "TUS7PTL": { - "code": "TUS7PTL", - "id": 55677, - "name": "Associate Professorship of Psychology of Teaching and Learning (Prof. Holzberger)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Psychology of Teaching and Learning (Prof. Holzberger)" + "49050": { + "code": "TUZEION", + "name": "Russian", + "path": "TUM/Central Service Institutions/TUM Language Center/Russian" }, - "TUS7PWT": { - "code": "TUS7PWT", - "id": 54738, - "name": "Associate Professorship of Philosophy and Philosophy of Science (Prof. Centrone)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Philosophy and Philosophy of Science (Prof. Centrone)" + "49051": { + "code": "TUZEIOO", + "name": "Swedish", + "path": "TUM/Central Service Institutions/TUM Language Center/Swedish" }, - "TUS7RDP": { - "code": "TUS7RDP", - "id": 52435, - "name": "Data Protection Representative of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Representatives/Data Protection Representative" + "49052": { + "code": "TUZEIOP", + "name": "Spanish", + "path": "TUM/Central Service Institutions/TUM Language Center/Spanish" }, - "TUS7RDS": { - "code": "TUS7RDS", - "id": 54737, - "name": "Chair of Responsible Data Science (Prof. Kasneci)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Responsible Data Science (Prof. Kasneci)" + "49053": { + "code": "TUZEIOQ", + "name": "Turkish", + "path": "TUM/Central Service Institutions/TUM Language Center/Turkish" }, - "TUS7RES": { - "code": "TUS7RES", - "id": 52737, - "name": "Research Support (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Research Support (SOT)" + "49054": { + "code": "TUZEIOR", + "name": "Additional Offers", + "path": "TUM/Central Service Institutions/TUM Language Center/Additional Offers" }, - "TUS7RGE": { - "code": "TUS7RGE", - "id": 52434, - "name": "Gender Equality Officer of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Representatives/Gender Equality Officer" + "49055": { + "code": "TURM000", + "name": "Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Robotics and Machine Intelligence (MIRMI) - The AI Mission Institute (AIM)" }, - "TUS7RIN": { - "code": "TUS7RIN", - "id": 53966, - "name": "Representative for international affairs of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Representatives/Representative for international affairs" + "49057": { + "code": "TUZEIOS", + "name": "Intercultural Communication", + "path": "TUM/Central Service Institutions/TUM Language Center/Intercultural Communication" }, - "TUS7SFZ": { - "code": "TUS7SFZ", - "id": 55517, - "name": "Sch\u00fclerforschungszentrum Miesbach", - "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Miesbach" + "49077": { + "code": "TUEIRSI", + "name": "Chair of Robotics and Systems Intelligence (Prof. Haddadin)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Robotics and Systems Intelligence (Prof. Haddadin)" }, - "TUS7SOC": { - "code": "TUS7SOC", - "id": 55779, - "name": "Assistant Professorship of Societal Computing (Prof. Papakyriakopoulos)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Societal Computing (Prof. Papakyriakopoulos)" + "49099": { + "code": "TUCSREK", + "name": "Rector TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Rector" }, - "TUS7STC": { - "code": "TUS7STC", - "id": 52599, - "name": "Student Council", - "path": "TUM/Schools/Social Sciences and Technology/Student Council" + "49100": { + "code": "TUCSPRK", + "name": "Vice Rector TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Vice Rector" }, - "TUS7STQ": { - "code": "TUS7STQ", - "id": 52738, - "name": "Study and Quality Management (SOT) - School Office", - "path": "TUM/Schools/Social Sciences and Technology/School Office/Study and Quality Management (SOT)" + "49101": { + "code": "TUCSSDK", + "name": "Dean of Studies", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Dean of Studies" }, - "TUS7VIO": { - "code": "TUS7VIO", - "id": 52433, - "name": "Vice Dean Information Officer of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Information Officer" + "49102": { + "code": "TUCSPRF", + "name": "Chairs and Professorships", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships" }, - "TUS7VRI": { - "code": "TUS7VRI", - "id": 52430, - "name": "Vice Dean Research and Innovation of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Research and Innovation" + "49103": { + "code": "TUCSHSW", + "name": "HSWT - Professorships", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/HSWT - Professorships" }, - "TUS7VST": { - "code": "TUS7VST", - "id": 52431, - "name": "Vice Dean Academic and Student Affairs of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Academic and Student Affairs" + "49104": { + "code": "TUCSGRZ", + "name": "Graduate center TUMCS", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Graduate center TUMCS" }, - "TUS7VTD": { - "code": "TUS7VTD", - "id": 52432, - "name": "Vice Dean Talent Management and Diversity of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Talent Management and Diversity" + "49105": { + "code": "TUCSFSV", + "name": "Student Council", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Student Council" }, - "TUSPFMG": { - "code": "TUSPFMG", - "id": 16123, - "name": "Faculty management", - "path": "TUM/Academic department/Sport and Health Sciences/Department Administration/Faculty management" + "49117": { + "code": "TUCSGSF", + "name": "Management", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Management" }, - "TUSPFSP": { - "code": "TUSPFSP", - "id": 14195, - "name": "Former TUM Department of Sport and Health Sciences", - "path": "TUM/Academic department/Sport and Health Sciences" + "49137": { + "code": "TUCSP06", + "name": "Chair of Supply and Value Chain Management (Prof. H\u00fcbner)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Supply and Value Chain Management (Prof. H\u00fcbner)" }, - "TUSPFSV": { - "code": "TUSPFSV", - "id": 44496, - "name": "Student Council MH-SG", - "path": "TUM/Schools/Medicine and Health/Student Council/Student Council MH-SG" + "49138": { + "code": "TUCSP05", + "name": "Associate Professorship of Economics (Prof. Goerg)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Economics (Prof. Goerg)" }, - "TUSPFVW": { - "code": "TUSPFVW", - "id": 16124, - "name": "Department Administration Former TUM Department of Sport and Health Sciences", - "path": "TUM/Academic department/Sport and Health Sciences/Department Administration" + "49157": { + "code": "TUCSP07", + "name": "Associate Professorship of Bioprocess Engineering (Prof. Zavrel)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Bioprocess Engineering (Prof. Zavrel)" }, - "TUSPL00": { - "code": "TUSPL00", - "id": 16141, - "name": "Chairs and Professorships", - "path": "TUM/Academic department/Sport and Health Sciences/Chairs and Professorships" + "49177": { + "code": "TUEICNE", + "name": "Assistant Professorship of Computational Neuroengineering (Prof. Cheng komm.)", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Chairs and Professorships/Computational Neuroengineering (Prof. Cheng komm.)" }, - "TUSPL01": { - "code": "TUSPL01", - "id": 16133, - "name": "Associate Professorship of Biomechanics in sports (Prof. Schwirtz)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Biomechanics in sports (Prof. Schwirtz)" + "49218": { + "code": "TUCHOCL", + "name": "Associate Professorship of Neurobiological Engineering (Prof. Westmeyer)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Neurobiological Engineering (Prof. Westmeyer)" }, - "TUSPL02": { - "code": "TUSPL02", - "id": 16130, - "name": "Chair of Preventive pediatric (Prof. Oberhoffer-Fritz)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Preventive pediatric (Prof. Oberhoffer-Fritz)" + "49277": { + "code": "TUEIZDI", + "name": "Central Services", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Central Services" }, - "TUSPL03": { - "code": "TUSPL03", - "id": 16136, - "name": "Associate Professorship of Neuromuscular Diagnostics (Prof. Franklin)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Neuromuscular Diagnostics (Prof. Franklin)" + "49279": { + "code": "TUEIITS", + "name": "IT-Service", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Central Services/IT-Service" }, - "TUSPL04": { - "code": "TUSPL04", - "id": 16129, - "name": "Working Area Media and Communication (Dr. Schaffrath)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Working Area Media and Communication (Dr. Schaffrath)" + "49280": { + "code": "TUEILAB", + "name": "Other Institution Central Electronics and IT Lab - ZEITlab", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Central Laboratories (CIT)/Central Electronics and IT Lab - ZEITlab" }, - "TUSPL05": { - "code": "TUSPL05", - "id": 16132, - "name": "Working Area Sport Psychology (Dr. Ehrlenspiel)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Working Area Sport Psychology (Dr. Ehrlenspiel)" + "49297": { + "code": "TUEDS28", + "name": "Associate Professorship of Chemistry Education (Prof. Koenen)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Chemistry Education (Prof. Koenen)" }, - "TUSPL06": { - "code": "TUSPL06", - "id": 16131, - "name": "Assistant Professorship of Educational Science in Sport and Health (Prof. Demetriou)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Educational Science in Sport and Health (Prof. Demetriou)" + "49317": { + "code": "TUMWCPS", + "name": "Chair of Cyber-Physical Systems in Production Engineering (Prof. Caccamo)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Cyber-Physical Systems in Production Engineering (Prof. Caccamo)" }, - "TUSPL07": { - "code": "TUSPL07", - "id": 49877, - "name": "Assistant Professorship of Exercise, nutrition and health (Prof. K\u00f6hler)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Exercise, nutrition and health (Prof. K\u00f6hler)" + "49337": { + "code": "TUPEILL", + "name": "Institut Laue-Langevin (ILL)", + "path": "TUM/Institutions close to the University/Institut Laue-Langevin (ILL)" }, - "TUSPL08": { - "code": "TUSPL08", - "id": 16135, - "name": "Associate Professorship of Health Economics (Prof. Sundmacher)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Health Economics (Prof. Sundmacher)" + "49338": { + "code": "TUCSP08", + "name": "Associate Professorship of Innovation and Technology Management (Prof. Doblinger)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Innovation and Technology Management (Prof. Doblinger)" }, - "TUSPL09": { - "code": "TUSPL09", - "id": 42297, - "name": "Chair of Training Science and Computer Science in Sports (N.N.)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Training Science and Computer Science in Sports (N.N.)" + "49339": { + "code": "TUCSP09", + "name": "Associate Professorship of Microbial Biotechnology (Prof. Blombach)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Microbial Biotechnology (Prof. Blombach)" }, - "TUSPL10": { - "code": "TUSPL10", - "id": 51398, - "name": "Assistant Professorship of Public Health and Prevention (Prof. Laxy)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Public Health and Prevention (Prof. Laxy)" + "49340": { + "code": "TUCSP10", + "name": "Associate Professorship of Circular Economy (Prof. Fr\u00f6hling)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Circular Economy (Prof. Fr\u00f6hling)" + }, + "49341": { + "code": "TUCSP11", + "name": "Assistant Professorship of Finance and Accounting (N.N.)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Finance and Accounting (N.N.)" }, - "TUSPL11": { - "code": "TUSPL11", - "id": 44187, - "name": "Chair of Human movement science (Prof. Hermsd\u00f6rfer)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Human movement science (Prof. Hermsd\u00f6rfer)" + "49378": { + "code": "TUWIH02", + "name": "Assistant Professorship of Economics (Prof. Lergetporer) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics (Prof. Lergetporer) (TUM Campus Heilbronn)" }, - "TUSPL12": { - "code": "TUSPL12", - "id": 44245, - "name": "Associate Professorship of Conservative and Rehabilitative Orthopaedics (Prof. Horstmann)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Conservative and Rehabilitative Orthopaedics (Prof. Horstmann)" + "49379": { + "code": "TUWIH03", + "name": "Associate Professorship of Accounting (Prof. Stich) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Accounting (Prof. Stich) (TUM Campus Heilbronn)" }, - "TUSPL13": { - "code": "TUSPL13", - "id": 44927, - "name": "Associate Professorship of Didactics in Sport and Health (Prof. Mess)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Didactics in Sport and Health (Prof. Mess)" + "49380": { + "code": "TUWIH04", + "name": "Assistant Professorship of Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)" }, - "TUSPL14": { - "code": "TUSPL14", - "id": 45711, - "name": "Chair of Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Sport- und Gesundheitsmanagement (Prof. K\u00f6nigstorfer)" + "49381": { + "code": "TUWIH05", + "name": "Associate Professorship of Strategic Management (Prof. Li) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic Management (Prof. Li) (TUM Campus Heilbronn)" }, - "TUSPL15": { - "code": "TUSPL15", - "id": 45811, - "name": "Chair of Sociology of Diversity (N.N.)", - "path": "TUM/Academic department/Sport and Health Sciences/Chairs and Professorships/Sociology of Diversity (N.N.)" + "49382": { + "code": "TUWIH01", + "name": "Campus Heilbronn Group - Center TUM Campus Heilbronn (MGT)", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Campus Heilbronn Group" }, - "TUSPL16": { - "code": "TUSPL16", - "id": 51477, - "name": "Assistant Professorship of Psychology & Digital Mental Health Care (Prof. Ebert)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Psychology & Digital Mental Health Care (Prof. Ebert)" + "49397": { + "code": "TUZEACS", + "name": "Accommodation Service", + "path": "TUM/Central Administration/Diversity & Equal Opportunities/Accommodation Service" }, - "TUSPL18": { - "code": "TUSPL18", - "id": 47637, - "name": "Associate Professorship of Exercise Biology (Prof. Wackerhage)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Exercise Biology (Prof. Wackerhage)" + "49398": { + "code": "TUWIB39", + "name": "Associate Professorship of Business Analytics and Intelligent Systems (Prof. Schiffer)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Analytics and Intelligent Systems (Prof. Schiffer)" }, - "TUSPL19": { - "code": "TUSPL19", - "id": 47737, - "name": "Chair of Epidemiology (Prof. Klug)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Epidemiology (Prof. Klug)" + "49417": { + "code": "TUEDS29", + "name": "Associate Professorship of Research on Learning and Instruction (Prof. Holzberger)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Research on Learning and Instruction (Prof. Holzberger)" }, - "TUSPL20": { - "code": "TUSPL20", - "id": 52617, - "name": "Assistant Professorship of Health Literacy (Prof. Okan)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Health Literacy (Prof. Okan)" + "49437": { + "code": "TUEDS30", + "name": "Assistant Professorship of Technical Education for Vocational Teaching (Prof. Pittich)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Technical Education for Vocational Teaching (Prof. Pittich)" }, - "TUSPL21": { - "code": "TUSPL21", - "id": 52618, - "name": "Assistant Professorship of Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)" + "49457": { + "code": "TUPENPC", + "name": "Nuclear Physics European Collaboration Committee (NuPECC)", + "path": "TUM/Institutions close to the University/Nuclear Physics European Collaboration Committee (NuPECC)" }, - "TUSPL22": { - "code": "TUSPL22", - "id": 52937, - "name": "Assistant Professorship of Chronobiology & Health (Prof. Spitschan)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Chronobiology & Health (Prof. Spitschan)" + "49477": { + "code": "TUZET17", + "name": "Core Facility Genomics", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Genomics" }, - "TUSPL23": { - "code": "TUSPL23", - "id": 53237, - "name": "Chair of Social Determinants of Health (Prof. Richter)", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Social Determinants of Health (Prof. Richter)" + "49478": { + "code": "TUZET18", + "name": "Core Facility Transgenic Mouse", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Transgenic Mouse" }, - "TUSPZ01": { - "code": "TUSPZ01", - "id": 16121, - "name": "Dean's Office Dekanat SG", - "path": "TUM/Academic department/Sport and Health Sciences/Department Administration/Dean's Office" + "49497": { + "code": "TUZEMZ1", + "name": "Representative Data Protection Representative ProLehre Medien und Didaktik", + "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik/Data Protection Representative" }, - "TUSPZ05": { - "code": "TUSPZ05", - "id": 16128, - "name": "Central Branch Applied Sports Science", - "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Central Branch Applied Sports Science" + "49517": { + "code": "TULRFLR", + "name": "Former TUM Department of Aerospace and Geodesy", + "path": "TUM/Academic department/Former TUM Department of Aerospace and Geodesy" }, - "TUVB000": { - "code": "TUVB000", - "id": 30290, - "name": "Officers and Representatives", - "path": "TUM/Officers and Representatives" + "49597": { + "code": "TUZECPA", + "name": "Center for Functional Protein Assemblies (CPA)", + "path": "TUM/Corporate Research Centers/Center for Functional Protein Assemblies (CPA)" }, - "TUVBDSB": { - "code": "TUVBDSB", - "id": 30375, - "name": "Data Protection Official", - "path": "TUM/Officers and Representatives/Data Protection Official" + "49598": { + "code": "TUZEEAI", + "name": "TUM Institute for Ethics in Artificial Intelligence", + "path": "TUM/Schools/Social Sciences and Technology/TUM Institute for Ethics in Artificial Intelligence" }, - "TUVBFBA": { - "code": "TUVBFBA", - "id": 30374, - "name": "Gender Equality Officer", - "path": "TUM/Officers and Representatives/Gender Equality Officer" + "49617": { + "code": "TUZVSVB", + "name": "Legal issues (department 50)", + "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/Legal issues (department 50)" }, - "TUVBGJV": { - "code": "TUVBGJV", - "id": 43641, - "name": "Youth and apprentice representative council", - "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative council" + "49618": { + "code": "TUZVSEU", + "name": "Disposal and Environment", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment" }, - "TUVBGSB": { - "code": "TUVBGSB", - "id": 47417, - "name": "Security Correspondent", - "path": "TUM/Officers and Representatives/Security Correspondent" + "49637": { + "code": "TUWZLPT", + "name": "Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"" }, - "TUVBGSV": { - "code": "TUVBGSV", - "id": 43621, - "name": "Central Agency for the Disabled and Severely Disabled Persons Representative", - "path": "TUM/Officers and Representatives/Staff councils/Central Agency for the Disabled and Severely Disabled Persons Representative" + "49638": { + "code": "TUEIMLI", + "name": "Associate Professorship of Machine Learning (Prof. Heckel)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Machine Learning (Prof. Heckel)" }, - "TUVBJVG": { - "code": "TUVBJVG", - "id": 43644, - "name": "Youth and apprentice representative Garching", - "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative Garching" + "49639": { + "code": "TUEIQEC", + "name": "Associate Professorship of Quantum Electronics and Computer Engineering (Prof. M\u00fcller)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Quantum Electronics and Computer Engineering (Prof. M\u00fcller)" }, - "TUVBJVM": { - "code": "TUVBJVM", - "id": 43642, - "name": "Youth and apprentice representative Munich", - "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative Munich" + "49657": { + "code": "TUEILSE", + "name": "Chair of Circuit Design (Prof. Brederlow)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Circuit Design (Prof. Brederlow)" }, - "TUVBJVW": { - "code": "TUVBJVW", - "id": 43643, - "name": "Youth and apprentice representative Weihenstephan", - "path": "TUM/Officers and Representatives/Staff councils/Youth and apprentice representative Weihenstephan" + "49697": { + "code": "TUWIH06", + "name": "Assistant Professorship of Financial Accounting (N.N.) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (N.N.) (TUM Campus Heilbronn)" }, - "TUVBKOR": { - "code": "TUVBKOR", - "id": 47437, - "name": "Prevention of corruption", - "path": "TUM/Officers and Representatives/Prevention of corruption" + "49717": { + "code": "TUINF21", + "name": "Informatics 1 - Assistant Professorship of Digital Health (N.N.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 1 - Assistant Professorship of Digital Health (N.N.)" }, - "TUVBMPI": { - "code": "TUVBMPI", - "id": 45500, - "name": "Student councils Mathematics/Physics/Informatics/Chemistry", - "path": "TUM/Officers and Representatives/Student Representatives/Student councils/Student councils Mathematics/Physics/Informatics/Chemistry" + "49737": { + "code": "TUPRB03", + "name": "Delegate officer for Entrepreneurship", + "path": "TUM/TUM Board of Management/Delegate Officers of the President/Representatives of the President/Delegate officer for Entrepreneurship" }, - "TUVBOMP": { - "code": "TUVBOMP", - "id": 48017, - "name": "Ombudsperson", - "path": "TUM/TUM Board of Management/TUM Compliance Office/Ombudsperson" + "49757": { + "code": "TUZEICF", + "name": "Core Facility Gnotobiology", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Core Facility Gnotobiology" }, - "TUVBP00": { - "code": "TUVBP00", - "id": 30295, - "name": "Staff councils", - "path": "TUM/Officers and Representatives/Staff councils" + "49777": { + "code": "TUWZA2A", + "name": "Associate Professorship of Agrimechatronics (Prof. Oksanen)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agrimechatronics (Prof. Oksanen)" }, - "TUVBPDB": { - "code": "TUVBPDB", - "id": 45931, - "name": "Data Protection Representative General staff council", - "path": "TUM/Officers and Representatives/Staff councils/General staff council/Data Protection Representative" + "49797": { + "code": "TUPHTFE", + "name": "Associate Professorship of Theory of Functional Energy Materials (Prof. Egger)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Functional Energy Materials (Prof. Egger)" }, - "TUVBPGB": { - "code": "TUVBPGB", - "id": 30304, - "name": "Equal Opportunity Officer", - "path": "TUM/Officers and Representatives/Equal Opportunity Officer" + "49817": { + "code": "TUZET19", + "name": "Imaging and Biomarkers in Oncology (AG Kossatz)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Imaging and Biomarkers in Oncology (AG Kossatz)" }, - "TUVBPRA": { - "code": "TUVBPRA", - "id": 31435, - "name": "General staff council", - "path": "TUM/Officers and Representatives/Staff councils/General staff council" + "49837": { + "code": "TUARL36", + "name": "Assistant Professorship of Digital Fabrication (Prof. D\u00f6rfler)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Digital Fabrication (Prof. D\u00f6rfler)" }, - "TUVBPRG": { - "code": "TUVBPRG", - "id": 31437, - "name": "Employee Council Garching", - "path": "TUM/Officers and Representatives/Staff councils/Employee Council Garching" + "49857": { + "code": "TUWIH07", + "name": "Chair of Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)" }, - "TUVBPRM": { - "code": "TUVBPRM", - "id": 31436, - "name": "Employee Council M\u00fcnchen", - "path": "TUM/Officers and Representatives/Staff councils/Employee Council M\u00fcnchen" + "49877": { + "code": "TUSPL07", + "name": "Assistant Professorship of Exercise, nutrition and health (Prof. K\u00f6hler)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Exercise, nutrition and health (Prof. K\u00f6hler)" }, - "TUVBPRW": { - "code": "TUVBPRW", - "id": 31438, - "name": "Employee Council Weihenstephan", - "path": "TUM/Officers and Representatives/Staff councils/Employee Council Weihenstephan" + "49878": { + "code": "TUPOL13", + "name": "Assistant Professorship of Law, Science, and Technology (Prof. Djeffal)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Law, Science, and Technology (Prof. Djeffal)" }, - "TUVBPSB": { - "code": "TUVBPSB", - "id": 30305, - "name": "Inclusion officer", - "path": "TUM/Officers and Representatives/Inclusion officer" + "49897": { + "code": "TUMEMO0", + "name": "Institute of Molecular Oncology and Functional Genomics (Prof. Rad)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Oncology and Functional Genomics (Prof. Rad)" }, - "TUVBPSY": { - "code": "TUVBPSY", - "id": 30306, - "name": "Psycho-social counselling", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Psycho-social counselling" + "49919": { + "code": "TUPHAUK", + "name": "Special committees", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees" }, - "TUVBSBB": { - "code": "TUVBSBB", - "id": 30369, - "name": "Disabled students officer", - "path": "TUM/Officers and Representatives/Disabled students officer" + "49920": { + "code": "TUPHAEK", + "name": "Aptitude Assessment Commission", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission" }, - "TUVBSBV": { - "code": "TUVBSBV", - "id": 30361, - "name": "Student Representatives", - "path": "TUM/Officers and Representatives/Student Representatives" + "49931": { + "code": "TUEIAUK", + "name": "Special committees", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees" }, - "TUVBSFR": { - "code": "TUVBSFR", - "id": 30362, - "name": "Student representatives", - "path": "TUM/Officers and Representatives/Student Representatives/Student representatives" + "49932": { + "code": "TUEIEKO", + "name": "Aptitude Assessment Commission", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission" }, - "TUVBSFS": { - "code": "TUVBSFS", - "id": 30363, - "name": "Student councils", - "path": "TUM/Officers and Representatives/Student Representatives/Student councils" + "49965": { + "code": "TUPHAET", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Nuclear, Particle and Astrophysics)", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Nuclear, Particle and Astrophysics)" }, - "TUVBSVG": { - "code": "TUVBSVG", - "id": 43640, - "name": "Disabled Person Officer Garching", - "path": "TUM/Officers and Representatives/Staff councils/Disabled Person Officer Garching" + "49966": { + "code": "TUPHAEA", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Applied and Engineering Physics)", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Applied and Engineering Physics)" }, - "TUVBSVM": { - "code": "TUVBSVM", - "id": 43630, - "name": "Disabled Person Officer M\u00fcnchen", - "path": "TUM/Officers and Representatives/Staff councils/Disabled Person Officer M\u00fcnchen" + "49967": { + "code": "TUPHAEB", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Biophysics)", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Biophysics)" }, - "TUVBSVW": { - "code": "TUVBSVW", - "id": 43639, - "name": "Disabled Person Officer Weihenstephan", - "path": "TUM/Officers and Representatives/Staff councils/Disabled Person Officer Weihenstephan" + "49968": { + "code": "TUPHAEC", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Physics (Condensed Matter Physics)", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Physics (Condensed Matter Physics)" + }, + "49969": { + "code": "TUPHAEL", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Matter to Life", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Matter to Life" }, - "TUVBW00": { - "code": "TUVBW00", - "id": 30370, - "name": "Representatives for administrative staff", - "path": "TUM/Officers and Representatives/Representatives for administrative staff" + "50009": { + "code": "TUEIMEI", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Electrical Engineering and Information Technology", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Electrical Engineering and Information Technology" }, - "TUVBWKM": { - "code": "TUVBWKM", - "id": 30371, - "name": "Research Staff assembly", - "path": "TUM/Officers and Representatives/Representatives for administrative staff/Research Staff assembly" + "50010": { + "code": "TUEIMNE", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Elite Master\u2019s in Neuroengineering", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Elite Master\u2019s in Neuroengineering" }, - "TUWIB01": { - "code": "TUWIB01", - "id": 14811, - "name": "Chair of Technology and Innovation Management (founded by Dr. Theo Schoeller) (Prof. Henkel)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Technology and Innovation Management (founded by Dr. Theo Schoeller) (Prof. Henkel)" + "50011": { + "code": "TUEIMPE", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Power Engineering", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Power Engineering" }, - "TUWIB04": { - "code": "TUWIB04", - "id": 14807, - "name": "Chair of Management Accounting (Prof. Friedl)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Management Accounting (Prof. Friedl)" + "50012": { + "code": "TUEIMCO", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Communications Engineering", + "path": "TUM/Academic department/Former TUM Department of Electrical and Computer Engineering/Special committees/Aptitude Assessment Commission/M.Sc. Communications Engineering" }, - "TUWIB05": { - "code": "TUWIB05", - "id": 14810, - "name": "Chair of Marketing (Dr. Schnurr komm.)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Dr. Schnurr komm.)" + "50077": { + "code": "TUCSBIO", + "name": "Information Officer TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Information Officer" }, - "TUWIB06": { - "code": "TUWIB06", - "id": 14808, - "name": "Chair of Financial Management and Capital Markets (Prof. Kaserer)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Management and Capital Markets (Prof. Kaserer)" + "50078": { + "code": "TUCSDSB", + "name": "Data Protection Representative TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Data Protection Representative" }, - "TUWIB08": { - "code": "TUWIB08", - "id": 14816, - "name": "Chair of Marketing and Consumer Research (Prof. Roosen)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing and Consumer Research (Prof. Roosen)" + "50079": { + "code": "TUCSFBA", + "name": "Gender Equality Officer TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Gender Equality Officer" }, - "TUWIB09": { - "code": "TUWIB09", - "id": 14812, - "name": "Chair of Operations Management (Prof. Kolisch)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kolisch)" + "50080": { + "code": "TUCSSBV", + "name": "Vertrauensperson der Schwerbehinderten TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Representatives/Vertrauensperson der Schwerbehinderten" }, - "TUWIB10": { - "code": "TUWIB10", - "id": 14813, - "name": "Chair of Business Administration - Corporate Management, Logistics und Manufacturing (N.N.)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Administration - Corporate Management, Logistics und Manufacturing (N.N.)" + "50097": { + "code": "TUBVIMO", + "name": "Assistant Professorship of Immobilienentwicklung (Prof. Zhu)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Immobilienentwicklung (Prof. Zhu)" }, - "TUWIB11": { - "code": "TUWIB11", - "id": 14814, - "name": "Chair of Forest Economics (N.N.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Forest Economics (N.N.)" + "50137": { + "code": "TUWIH08", + "name": "Associate Professorship of Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)" }, - "TUWIB14": { - "code": "TUWIB14", - "id": 14817, - "name": "Associate Professorship of Corporate Sustainability - Brewery and Food Industry Management (Prof. Belz)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Corporate Sustainability - Brewery and Food Industry Management (Prof. Belz)" + "50157": { + "code": "TUMWMAT", + "name": "Chair of Materials Engineering of Additive Manufacturing (Prof. Mayr)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Materials Engineering of Additive Manufacturing (Prof. Mayr)" }, - "TUWIB17": { - "code": "TUWIB17", - "id": 38136, - "name": "Chair of Strategy and Organization (Prof. Welpe)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategy and Organization (Prof. Welpe)" + "50158": { + "code": "TUMWMFM", + "name": "Assistant Professorship of Multiscale Modeling of Fluid Materials (Prof. Zavadlav)", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation/Multiscale Modeling of Fluid Materials (Prof. Zavadlav)" }, - "TUWIB18": { - "code": "TUWIB18", - "id": 43449, - "name": "Chair of Entrepreneurship (Prof. Patzelt)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship (Prof. Patzelt)" + "50159": { + "code": "TUPOL14", + "name": "Chair of Law and Security in Digital Transformation (Prof. Heckmann, Joint Appointment between TUM School of Social Sciences and Technology and TUM School of Computation, Information and Technology)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Law and Security in Digital Transformation (Prof. Heckmann, Joint Appointment between TUM School of Social Sciences and Technology and TUM School of Computation, Information and Technology)" }, - "TUWIB19": { - "code": "TUWIB19", - "id": 44106, - "name": "Chair of Production and Supply Chain Management (Prof. Grunow)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Production and Supply Chain Management (Prof. Grunow)" + "50177": { + "code": "TUPHAEM", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Biomedical Engineering and Medical Physics", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Biomedical Engineering and Medical Physics" }, - "TUWIB21": { - "code": "TUWIB21", - "id": 44544, - "name": "Chair of Research and Science Management (Prof. Peus)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Research and Science Management (Prof. Peus)" + "50197": { + "code": "TUMATOP", + "name": "Assistant Professorship of Topology (Prof. Scheimbauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Topology (Prof. Scheimbauer)" }, - "TUWIB22": { - "code": "TUWIB22", - "id": 44704, - "name": "Chair of Logistics and Supply Chain Management (Prof. Minner)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Logistics and Supply Chain Management (Prof. Minner)" + "50217": { + "code": "TUWIB40", + "name": "Associate Professorship of Resource Economics (Prof. Ikonnikova)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Resource Economics (Prof. Ikonnikova)" }, - "TUWIB23": { - "code": "TUWIB23", - "id": 44724, - "name": "Chair of Corporate Management (Prof. Mohnen)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Corporate Management (Prof. Mohnen)" + "50218": { + "code": "TUWIH09", + "name": "Associate Professorship of Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)" }, - "TUWIB25": { - "code": "TUWIB25", - "id": 45150, - "name": "Associate Professorship of Entrepreneurial Behavior (Prof. Breugst)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Behavior (Prof. Breugst)" + "50237": { + "code": "TUCHACE", + "name": "Chair of Medicinal and Bioinorganic Chemistry (Prof. Casini)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Medicinal and Bioinorganic Chemistry (Prof. Casini)" }, - "TUWIB26": { - "code": "TUWIB26", - "id": 45170, - "name": "Associate Professorship of Innovation and Organization Design (Prof. Alexy)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Organization Design (Prof. Alexy)" + "50238": { + "code": "TUINF22", + "name": "Informatics 5 - Assistant Professorship of Quantum Computing (Prof. Mendl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 5 - Assistant Professorship of Quantum Computing (Prof. Mendl)" }, - "TUWIB27": { - "code": "TUWIB27", - "id": 45190, - "name": "Associate Professorship of International Entrepreneurship (Prof. Milanov)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/International Entrepreneurship (Prof. Milanov)" + "50239": { + "code": "TUINF23", + "name": "Informatics 7 - Assistant Professorship of Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 7 - Assistant Professorship of Theoretical Foundations of Artificial Intelligence (Prof. Ghoshdastidar)" }, - "TUWIB30": { - "code": "TUWIB30", - "id": 46476, - "name": "Chair of Financial Accounting (Prof. Ernstberger)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (Prof. Ernstberger)" + "50240": { + "code": "TUWZA2B", + "name": "Associate Professorship of Metabolic Programming (Prof. Uhlenhaut)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Metabolic Programming (Prof. Uhlenhaut)" }, - "TUWIB32": { - "code": "TUWIB32", - "id": 47117, - "name": "Associate Professorship of Innovation Research (Prof. Pfotenhauer)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Innovation Research (Prof. Pfotenhauer)" + "50241": { + "code": "TUWZG3B", + "name": "Chair of Ecosystem Dynamics and Forest Management in Mountainous Regions (Prof. Seidl)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Ecosystem Dynamics and Forest Management in Mountainous Regions (Prof. Seidl)" }, - "TUWIB33": { - "code": "TUWIB33", - "id": 47157, - "name": "Chair of Entrepreneurial Finance (Prof. Braun)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Braun)" + "50242": { + "code": "TUWZN5B", + "name": "Chair of Nutritional Systems Biology (Prof. Somoza)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nutritional Systems Biology (Prof. Somoza)" }, - "TUWIB34": { - "code": "TUWIB34", - "id": 47238, - "name": "Chair of Operations Research (Prof. Schulz)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Research (Prof. Schulz)" + "50257": { + "code": "TUEDS31", + "name": "Assistant Professorship of Economics Education (Prof. F\u00f6rster)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Economics Education (Prof. F\u00f6rster)" }, - "TUWIB35": { - "code": "TUWIB35", - "id": 47239, - "name": "Chair of Strategic and International Management (Prof. Hutzschenreuter)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic and International Management (Prof. Hutzschenreuter)" + "50277": { + "code": "TUPHTQM", + "name": "Associate Professorship of Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theorie der Quantenmaterie und Nanophysik (Prof. Knolle)" }, - "TUWIB36": { - "code": "TUWIB36", - "id": 47317, - "name": "Associate Professorship of Economics of Energy Markets (Prof. Schwenen)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Energy Markets (Prof. Schwenen)" + "50278": { + "code": "TUBVGTT", + "name": "Assistant Professorship of Geothermal Technologies (Prof. Drews)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Geothermal Technologies (Prof. Drews)" }, - "TUWIB37": { - "code": "TUWIB37", - "id": 47537, - "name": "Assistant Professorship of Managerial Economics (N.N.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Managerial Economics (N.N.)" + "50301": { + "code": "TUPHTBN", + "name": "Associate Professorship of Theory of Biological Networks (Prof. Alim)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Theory of Biological Networks (Prof. Alim)" }, - "TUWIB38": { - "code": "TUWIB38", - "id": 47917, - "name": "Assistant Professorship of Marketing (Prof. Ungemach)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Marketing (Prof. Ungemach)" + "50317": { + "code": "TUMEZN3", + "name": "Associate Professorship of Neurons and Metabolism (MPI) (Prof. Harbauer)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Neurons and Metabolism (MPI) (Prof. Harbauer)" }, - "TUWIB39": { - "code": "TUWIB39", - "id": 49398, - "name": "Associate Professorship of Business Analytics and Intelligent Systems (Prof. Schiffer)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Analytics and Intelligent Systems (Prof. Schiffer)" + "50337": { + "code": "TUPRSEE", + "name": "Strategy and Excellence Development", + "path": "TUM/TUM Board of Management/Strategy and Excellence Development" }, - "TUWIB40": { - "code": "TUWIB40", - "id": 50217, - "name": "Associate Professorship of Resource Economics (Prof. Ikonnikova)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Resource Economics (Prof. Ikonnikova)" + "50357": { + "code": "TUCHECO", + "name": "Excellence Cluster e-conversion", + "path": "TUM/Research projects/Excellence Cluster e-conversion" }, - "TUWIB41": { - "code": "TUWIB41", - "id": 50857, - "name": "Associate Professorship of Digital Finance (N.N.)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Digital Finance (N.N.)" + "50377": { + "code": "TUWZP2I", + "name": "Associate Professorship of Plant-Insect Interaction (Prof. Leonhardt)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Plant-Insect Interaction (Prof. Leonhardt)" }, - "TUWIB42": { - "code": "TUWIB42", - "id": 50977, - "name": "Assistant Professorship of Entrepreneurial Management (Prof. Zhao)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Management (Prof. Zhao)" + "50437": { + "code": "TUPHAEQ", + "name": "Aptitude Assessment Commission Degree Program M.Sc. Quantum Science & Technology", + "path": "TUM/Academic department/Former TUM Department of Physics/Special committees/Aptitude Assessment Commission/M.Sc. Quantum Science & Technology" }, - "TUWIB43": { - "code": "TUWIB43", - "id": 51677, - "name": "Associate Professorship of Law of Digital Goods, Commerce and Competition (Prof. Mackenrodt)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Law of Digital Goods, Commerce and Competition (Prof. Mackenrodt)" + "50457": { + "code": "TUMWLBA", + "name": "Assistant Professorship of Laser-based Additive Manufacturing (Prof. Wudy)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Laser-based Additive Manufacturing (Prof. Wudy)" }, - "TUWIB44": { - "code": "TUWIB44", - "id": 51337, - "name": "Associate Professorship of Entrepreneurship and Communities (Prof. Vedula)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship and Communities (Prof. Vedula)" + "50477": { + "code": "TUWIH10", + "name": "Assistant Professorship of Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Operations and Technology/Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)" }, - "TUWIB46": { - "code": "TUWIB46", - "id": 52321, - "name": "Associate Professorship of Applied Econometrics (Prof. Farbmacher)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Applied Econometrics (Prof. Farbmacher)" + "50478": { + "code": "TUINF24", + "name": "Informatics 3 - Assistant Professorship of Database Systems (Prof. Giceva)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 3 - Assistant Professorship of Database Systems (Prof. Giceva)" }, - "TUWIC03": { - "code": "TUWIC03", - "id": 42888, - "name": "Executive & Professional Education Academy", - "path": "TUM/TUM Institute for Life Long Learning/Executive & Professional Education Academy" + "50498": { + "code": "TUMENW3", + "name": "Assistant Professorship of Brain Circuit Function and Dysfunction (Prof. Portugues Peters)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Neuroscience (Prof. Konnerth)/Brain Circuit Function and Dysfunction (Prof. Portugues Peters)" }, - "TUWIFSV": { - "code": "TUWIFSV", - "id": 44504, - "name": "Student Council", - "path": "TUM/Academic department/Former TUM Department of Management/Student Council" + "50499": { + "code": "TULRFSV", + "name": "Aerospace and Geodesy", + "path": "TUM/Schools/Engineering and Design/Student Council/Aerospace and Geodesy" }, - "TUWIFWI": { - "code": "TUWIFWI", - "id": 14181, - "name": "Former TUM Department of Management", - "path": "TUM/Academic department/Former TUM Department of Management" + "50517": { + "code": "TUWIH11", + "name": "Assistant Professorship of Corporate Law (Prof. Jung) (TUM Campus Heilbronn)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Corporate Law (Prof. Jung) (TUM Campus Heilbronn)" }, - "TUWIH01": { - "code": "TUWIH01", - "id": 49382, - "name": "Campus Heilbronn Group - Center TUM Campus Heilbronn (MGT)", - "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Campus Heilbronn Group" + "50537": { + "code": "TUPRSSU", + "name": "TUM Sustainability Office", + "path": "TUM/TUM Board of Management/TUM Sustainability Office" }, - "TUWIH02": { - "code": "TUWIH02", - "id": 49378, - "name": "Assistant Professorship of Economics (Prof. Lergetporer) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics (Prof. Lergetporer) (TUM Campus Heilbronn)" + "50597": { + "code": "TUZELLL", + "name": "TUM Institute for Life Long Learning", + "path": "TUM/TUM Institute for Life Long Learning" }, - "TUWIH03": { - "code": "TUWIH03", - "id": 49379, - "name": "Associate Professorship of Accounting (Prof. Stich) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Accounting (Prof. Stich) (TUM Campus Heilbronn)" + "50618": { + "code": "TUPRVP9", + "name": "Vizepr\u00e4sident Vice President - Entrepreneurship", + "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Entrepreneurship" }, - "TUWIH04": { - "code": "TUWIH04", - "id": 49380, - "name": "Assistant Professorship of Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Organizational Behavior and Human Resources (Reinwald) (TUM Campus Heilbronn)" + "50637": { + "code": "TUPOL15", + "name": "Assistant Professorship of Global Health (Prof. Steinert)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Health (Prof. Steinert)" + }, + "50657": { + "code": "TULRBGD", + "name": "Assistant Professorship of Big Geospatial Data Management (Prof. Werner)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Big Geospatial Data Management (Prof. Werner)" }, - "TUWIH05": { - "code": "TUWIH05", - "id": 49381, - "name": "Associate Professorship of Strategic Management (Prof. Li) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Strategic Management (Prof. Li) (TUM Campus Heilbronn)" + "50697": { + "code": "TUCHACF", + "name": "Chair of Solid-State Electrolyte Chemistry (Prof. Rupp)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Solid-State Electrolyte Chemistry (Prof. Rupp)" }, - "TUWIH06": { - "code": "TUWIH06", - "id": 49697, - "name": "Assistant Professorship of Financial Accounting (N.N.) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Financial Accounting (N.N.) (TUM Campus Heilbronn)" + "50717": { + "code": "TUWZC2P", + "name": "Associate Professorship of Crop Physiology (Prof. Bienert)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Crop Physiology (Prof. Bienert)" }, - "TUWIH07": { - "code": "TUWIH07", - "id": 49857, - "name": "Chair of Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Operations Management (Prof. Kiesm\u00fcller) (TUM Campus Heilbronn)" + "50737": { + "code": "TUWZW2A", + "name": "Assistant Professorship of Forest and Agroforest Systems (Prof. Annigh\u00f6fer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest and Agroforest Systems (Prof. Annigh\u00f6fer)" }, - "TUWIH08": { - "code": "TUWIH08", - "id": 50137, - "name": "Associate Professorship of Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Innovation and Digitalization (Prof. F\u00f6rderer) (TUM Campus Heilbronn)" + "50738": { + "code": "TUCHACG", + "name": "Chair of Construction Chemistry (Prof. G\u00e4dt)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Construction Chemistry (Prof. G\u00e4dt)" }, - "TUWIH09": { - "code": "TUWIH09", - "id": 50218, - "name": "Associate Professorship of Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Finance (Prof. M\u00fcller) (TUM Campus Heilbronn)" + "50777": { + "code": "TUPRV10", + "name": "Vizepr\u00e4sidentin Vice President - Compliance", + "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Compliance" }, - "TUWIH10": { - "code": "TUWIH10", - "id": 50477, - "name": "Assistant Professorship of Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Operations and Technology/Supply Chain Management (Prof. Wuttke) (TUM Campus Heilbronn)" + "50817": { + "code": "TUWZI2M", + "name": "Associate Professorship of Intestinal Microbiome (N.N.)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Intestinal Microbiome (N.N.)" }, - "TUWIH11": { - "code": "TUWIH11", - "id": 50517, - "name": "Assistant Professorship of Corporate Law (Prof. Jung) (TUM Campus Heilbronn)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Corporate Law (Prof. Jung) (TUM Campus Heilbronn)" + "50818": { + "code": "TUPRSCO", + "name": "TUM Compliance Office", + "path": "TUM/TUM Board of Management/TUM Compliance Office" + }, + "50857": { + "code": "TUWIB41", + "name": "Associate Professorship of Digital Finance (N.N.)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Digital Finance (N.N.)" }, - "TUWIH12": { + "50877": { "code": "TUWIH12", - "id": 50877, "name": "Associate Professorship of Entrepreneurship and Family Enterprises (Prof. Bird) (TUM Campus Heilbronn)", "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship and Family Enterprises (Prof. Bird) (TUM Campus Heilbronn)" }, - "TUWIH13": { + "50878": { "code": "TUWIH13", - "id": 50878, "name": "Associate Professorship of Business Analytics (Prof. Xie) (TUM Campus Heilbronn)", "path": "TUM/Schools/Management/Departments/Operations and Technology/Business Analytics (Prof. Xie) (TUM Campus Heilbronn)" }, - "TUWIR01": { - "code": "TUWIR01", - "id": 14823, - "name": "Chair of Corporate and Intellectual Property Law (Prof. Ann)", - "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Corporate and Intellectual Property Law (Prof. Ann)" + "50897": { + "code": "TULRSFM", + "name": "Assistant Professorship of Sustainable Future Mobility (Prof. Jocher)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Sustainable Future Mobility (Prof. Jocher)" }, - "TUWIR03": { - "code": "TUWIR03", - "id": 46295, - "name": "Associate Professorship of Corporate Governance and Capital Markets Law (Prof. Maume)", - "path": "TUM/Schools/Management/Departments/Finance and Accounting/Corporate Governance and Capital Markets Law (Prof. Maume)" + "50898": { + "code": "TUWZP1A", + "name": "Assistant Professorship of Precision Agriculture (Prof. Yu)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Precision Agriculture (Prof. Yu)" }, - "TUWIS04": { - "code": "TUWIS04", - "id": 14830, - "name": "Chair of Psychology (Prof. Kehr)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Psychology (Prof. Kehr)" + "50917": { + "code": "TUCSP12", + "name": "Chair of Biogenic Functional Materials (Prof. Costa)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Biogenic Functional Materials (Prof. Costa)" }, - "TUWIS06": { - "code": "TUWIS06", - "id": 14825, - "name": "Chair of Forest and Environmental Policies (Prof. Roosen komm.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Forest and Environmental Policies (Prof. Roosen komm.)" + "50919": { + "code": "TUCHTH7", + "name": "Assistant Professorship of Theoretical Methods in Spectroscopy (Prof. Ortmann)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Methods in Spectroscopy (Prof. Ortmann)" }, - "TUWIV04": { - "code": "TUWIV04", - "id": 46196, - "name": "Chair of Economics of Aging (N.N.)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Aging (N.N.)" + "50937": { + "code": "TUPOL16", + "name": "Assistant Professorship of International Political Economy (Seb\u00f6 komm.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/International Political Economy (Seb\u00f6 komm.)" }, - "TUWIV05": { - "code": "TUWIV05", - "id": 47679, - "name": "Associate Professorship of Economics of Innovation (Prof. Hottenrott)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Economics of Innovation (Prof. Hottenrott)" + "50958": { + "code": "TUMEDH6", + "name": "Clinic for Congenital and Pediatric Heart Surgery (DHM) (Prof. H\u00f6rer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Congenital and Pediatric Heart Surgery (DHM) (Prof. H\u00f6rer)" }, - "TUWZA1A": { - "code": "TUWZA1A", - "id": 24777, - "name": "Associate Professorship of Protein Modelling (Prof. Frischmann komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Protein Modelling (Prof. Frischmann komm.)" + "50977": { + "code": "TUWIB42", + "name": "Assistant Professorship of Entrepreneurial Management (Prof. Zhao)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Management (Prof. Zhao)" }, - "TUWZA1C": { - "code": "TUWZA1C", - "id": 25281, - "name": "Chair of Aquatic Systems Biology - Location Weihenstephan (Prof. Geist)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatic Systems Biology - Location Weihenstephan (Prof. Geist)" + "50997": { + "code": "TULRAAS", + "name": "Assistant Professorship of Autonomous Aerial Systems (Prof. Ryll)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Autonomous Aerial Systems (Prof. Ryll)" }, - "TUWZA1D": { - "code": "TUWZA1D", - "id": 26685, - "name": "Gew\u00e4chshauslaborzentrum D\u00fcrnast", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit/Gew\u00e4chshauslaborzentrum D\u00fcrnast" + "51037": { + "code": "TUBVMCM", + "name": "Assistant Professorship of Mineral Construction Materials (Prof. Machner)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Mineral Construction Materials (Prof. Machner)" }, - "TUWZA1E": { - "code": "TUWZA1E", - "id": 15622, - "name": "Associate Professorship of Geomorphology and Soil Science (Prof. V\u00f6lkel)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Geomorphology and Soil Science (Prof. V\u00f6lkel)" + "51057": { + "code": "TUPOL17", + "name": "Assistant Professorship of Politics of Finance (N.N.)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Politics of Finance (N.N.)" }, - "TUWZA1S": { - "code": "TUWZA1S", - "id": 28978, - "name": "Student apprentice Weihenstephan (LS) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Student apprentice Weihenstephan (LS)" + "51077": { + "code": "TUCSP13", + "name": "Associate Professorship of Electrobiotechnology (Prof. Plumer\u00e9)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Electrobiotechnology (Prof. Plumer\u00e9)" }, - "TUWZA2A": { - "code": "TUWZA2A", - "id": 49777, - "name": "Associate Professorship of Agrimechatronics (Prof. Oksanen)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agrimechatronics (Prof. Oksanen)" + "51097": { + "code": "TUEIMML", + "name": "Assistant Professorship of Control and Manipulation of Microscale Living Objects (Prof. Destgeer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Control and Manipulation of Microscale Living Objects (Prof. Destgeer)" }, - "TUWZA2B": { - "code": "TUWZA2B", - "id": 50240, - "name": "Associate Professorship of Metabolic Programming (Prof. Uhlenhaut)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Metabolic Programming (Prof. Uhlenhaut)" + "51137": { + "code": "TUINF31", + "name": "Informatics 15 - Assistant Professorship of Machine Learning of 3D Scene Geometry (Prof. Dai)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 15 - Assistant Professorship of Machine Learning of 3D Scene Geometry (Prof. Dai)" }, - "TUWZA2E": { - "code": "TUWZA2E", - "id": 25178, - "name": "Chair of Plant Systems Biology (Prof. Schwechheimer)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Systems Biology (Prof. Schwechheimer)" + "51157": { + "code": "TUINI31", + "name": "Informatics 31 - Chair of Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health und TUM School of Computation, Information and Technology)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 31 - Chair of Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health und TUM School of Computation, Information and Technology)" }, - "TUWZA2G": { - "code": "TUWZA2G", - "id": 15681, - "name": "Research Center Weihenstephan for Brewing and Food Quality", - "path": "TUM/Other Scientific Institutions/Research Center Weihenstephan for Brewing and Food Quality" + "51177": { + "code": "TUMEIS2", + "name": "Chair of Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health and TUM School of Computation, Information and Technology)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)/Artificial Intelligence in Healthcare and Medicine (Prof. R\u00fcckert) (Joint Appointment between TUM School of Medicine and Health and TUM School of Computation, Information and Technology)" }, - "TUWZA2H": { - "code": "TUWZA2H", - "id": 15682, - "name": "Experimental and Teaching Brewery (BE)", - "path": "TUM/Schools/Life Sciences/Experimental and Teaching Brewery (BE)" + "51197": { + "code": "TUWZU9P", + "name": "Assistant Professorship of Urban Productive Ecosystems (Prof. Egerer)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Urban Productive Ecosystems (Prof. Egerer)" }, - "TUWZA2J": { - "code": "TUWZA2J", - "id": 15687, - "name": "Research Facility Experimental Station for Farm Management (Staatsgut/BE)", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Experimental Station for Farm Management (Staatsgut/BE)" + "51217": { + "code": "TUPOL18", + "name": "Assistant Professorship of Global Security and Technology (Prof. Paula)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Global Security and Technology (Prof. Paula)" }, - "TUWZA2M": { - "code": "TUWZA2M", - "id": 15689, - "name": "Research Facility Experimental Station for Vegetable Production and Livestock Breeding (Roggenstein/Thalhausen)", - "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit/Experimental Station for Vegetable Production and Livestock Breeding (Roggenstein/Thalhausen)" + "51220": { + "code": "TUCHPC7", + "name": "Assistant Professorship of Functional Nanomaterials (Prof. Lechner)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Functional Nanomaterials (Prof. Lechner)" }, - "TUWZA2U": { - "code": "TUWZA2U", - "id": 15632, - "name": "Chair of Plant Nutrition (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Plant Nutrition (N.N.)" + "51257": { + "code": "TULREAV", + "name": "Assistant Professorship of eAviation (Prof. Daoud komm.)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/eAviation (Prof. Daoud komm.)" }, - "TUWZA6W": { - "code": "TUWZA6W", - "id": 15630, - "name": "Chair of Organic Agriculture and Agronomy (Prof. H\u00fclsbergen)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Organic Agriculture and Agronomy (Prof. H\u00fclsbergen)" + "51258": { + "code": "TUS4000", + "name": "TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences" }, - "TUWZA7Y": { - "code": "TUWZA7Y", - "id": 29111, - "name": "Life Sciences IT (LSIT) - School Office", - "path": "TUM/Schools/Life Sciences/School Office/Life Sciences IT (LSIT)" + "51259": { + "code": "TUS4DEA", + "name": "Dean of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Dean" }, - "TUWZA8Q": { - "code": "TUWZA8Q", - "id": 15674, - "name": "Chair of Animal Nutrition (Prof. Windisch)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Nutrition (Prof. Windisch)" + "51260": { + "code": "TUS4VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Vice Dean/Research and Innovation" }, - "TUWZB1T": { - "code": "TUWZB1T", - "id": 46717, - "name": "Associate Professorship of Biothermodynamics (Prof. Minceva)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Biothermodynamics (Prof. Minceva)" + "51261": { + "code": "TUS4VST", + "name": "Vice Dean Academic and Student Affairs of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Vice Dean/Academic and Student Affairs" }, - "TUWZB3P": { - "code": "TUWZB3P", - "id": 45310, - "name": "Associate Professorship of Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Biodiversit\u00e4t der Pflanzen (Prof. Sch\u00e4fer)" + "51262": { + "code": "TUS4VTD", + "name": "Vice Dean Talent Management and Diversity of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Vice Dean/Talent Management and Diversity" }, - "TUWZB4R": { - "code": "TUWZB4R", - "id": 47597, - "name": "Associate Professorship of Reproductive Biology (Prof. Schusser)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Reproductive Biology (Prof. Schusser)" + "51263": { + "code": "TUS4VIO", + "name": "Vice Dean Information Officer of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Vice Dean/Information Officer" }, - "TUWZB5T": { - "code": "TUWZB5T", - "id": 44149, - "name": "Chair of Economics of Horticulture and Landscaping (Prof. Bitsch)", - "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Economics of Horticulture and Landscaping (Prof. Bitsch)" + "51264": { + "code": "TUS4DP1", + "name": "Department of Molecular Life Sciences", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences" }, - "TUWZB6A": { - "code": "TUWZB6A", - "id": 44624, - "name": "Associate Professorship of Biotechnology of horticultural crops (Prof. Poppenberger)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnology of horticultural crops (Prof. Poppenberger)" + "51265": { + "code": "TUS4DP2", + "name": "Department of Life Science Engineering", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering" }, - "TUWZB7A": { - "code": "TUWZB7A", - "id": 47077, - "name": "Associate Professorship of Land Surface - Atmosphere Interactions (Prof. Rammig)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Land Surface - Atmosphere Interactions (Prof. Rammig)" + "51266": { + "code": "TUS4DP3", + "name": "Department of Life Science Systems", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems" }, - "TUWZB9M": { - "code": "TUWZB9M", - "id": 47118, - "name": "Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)", - "path": "TUM/Schools/Life Sciences/Bayerisches Zentrum f\u00fcr Biomolekulare Massenspektrometrie (BayBioMS)" + "51267": { + "code": "TUS2000", + "name": "TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design" }, - "TUWZC1N": { - "code": "TUWZC1N", - "id": 47997, - "name": "Associate Professorship of Computational Neuroscience (Prof. Gjorgjieva)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Neuroscience (Prof. Gjorgjieva)" + "51279": { + "code": "TUZETCF", + "name": "Technology Core Facilities", + "path": "TUM/Technology Core Facilities" }, - "TUWZC2P": { - "code": "TUWZC2P", - "id": 50717, - "name": "Associate Professorship of Crop Physiology (Prof. Bienert)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Crop Physiology (Prof. Bienert)" + "51280": { + "code": "TUZEEMF", + "name": "TUM Electron Microscopy Facility (EMF)", + "path": "TUM/Technology Core Facilities/TUM Electron Microscopy Facility (EMF)" + }, + "51281": { + "code": "TUZEMTC", + "name": "TUM M\u00f6\u00dfbauer Technology Center (MTC)", + "path": "TUM/Technology Core Facilities/TUM M\u00f6\u00dfbauer Technology Center (MTC)" + }, + "51297": { + "code": "TUS4STC", + "name": "Student Council", + "path": "TUM/Schools/Life Sciences/Student Council" + }, + "51298": { + "code": "TUS4RGE", + "name": "Gender Equality Officer of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Representatives/Gender Equality Officer" + }, + "51299": { + "code": "TUS4RDP", + "name": "Data Protection Representative of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Representatives/Data Protection Representative" + }, + "51300": { + "code": "TUS4RSH", + "name": "Representative of the severely handicapped persons of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Representatives/Representative of the severely handicapped persons" + }, + "51317": { + "code": "TUZEDSI", + "name": "Munich Data Science Institute (MDSI)", + "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)" }, - "TUWZC5B": { - "code": "TUWZC5B", - "id": 46195, - "name": "Associate Professorship of Governance in International Agribusiness (Prof. Menapace)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Governance in International Agribusiness (Prof. Menapace)" + "51337": { + "code": "TUWIB44", + "name": "Associate Professorship of Entrepreneurship and Communities (Prof. Vedula)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurship and Communities (Prof. Vedula)" }, - "TUWZD1A": { + "51338": { "code": "TUWZD1A", - "id": 51338, "name": "Chair of Digital Agriculture (Prof. Asseng)", "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Digital Agriculture (Prof. Asseng)" }, - "TUWZE1B": { - "code": "TUWZE1B", - "id": 48698, - "name": "Chair of Experimental Bioinformatics (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimental Bioinformatics (N.N.)" - }, - "TUWZFAG": { - "code": "TUWZFAG", - "id": 44498, - "name": "Agricultural and Horticultural Sciences", - "path": "TUM/Schools/Life Sciences/Student Council/Agricultural and Horticultural Sciences" - }, - "TUWZFBI": { - "code": "TUWZFBI", - "id": 44500, - "name": "Biosciences", - "path": "TUM/Schools/Life Sciences/Student Council/Biosciences" - }, - "TUWZFBR": { - "code": "TUWZFBR", - "id": 44499, - "name": "Brewing and Food Technology", - "path": "TUM/Schools/Life Sciences/Student Council/Brewing and Food Technology" - }, - "TUWZFEW": { - "code": "TUWZFEW", - "id": 44501, - "name": "Nutrition", - "path": "TUM/Schools/Life Sciences/Student Council/Nutrition" + "51357": { + "code": "TUPOL19", + "name": "Chair of Digital Governance (Prof. Theocharis)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Digital Governance (Prof. Theocharis)" }, - "TUWZFFO": { - "code": "TUWZFFO", - "id": 44503, - "name": "Forest Science and Resource Management", - "path": "TUM/Schools/Life Sciences/Student Council/Forest Science and Resource Management" + "51359": { + "code": "TUINF26", + "name": "Informatics 16 - Assistant Professorship of Healthcare and Rehabilitation Robotics (Prof. Piazza)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 16 - Assistant Professorship of Healthcare and Rehabilitation Robotics (Prof. Piazza)" }, - "TUWZFLA": { - "code": "TUWZFLA", - "id": 44502, - "name": "Landscape Architecture and Landscape Planning", - "path": "TUM/Schools/Life Sciences/Student Council/Landscape Architecture and Landscape Planning" + "51378": { + "code": "TUS2RGE", + "name": "Gender Equality Officer of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Representatives/Gender Equality Officer" }, - "TUWZFWZ": { - "code": "TUWZFWZ", - "id": 14190, - "name": "Former TUM Department of Life Sciences Weihenstephan", - "path": "TUM/Academic department/Former TUM Department of Life Sciences Weihenstephan" + "51379": { + "code": "TUS2RDP", + "name": "Data Protection Representative of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Representatives/Data Protection Representative" }, - "TUWZG3B": { - "code": "TUWZG3B", - "id": 50241, - "name": "Chair of Ecosystem Dynamics and Forest Management in Mountainous Regions (Prof. Seidl)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Ecosystem Dynamics and Forest Management in Mountainous Regions (Prof. Seidl)" + "51398": { + "code": "TUSPL10", + "name": "Assistant Professorship of Public Health and Prevention (Prof. Laxy)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Public Health and Prevention (Prof. Laxy)" }, - "TUWZH1A": { - "code": "TUWZH1A", - "id": 44107, - "name": "Day nursery Weihenstephan", - "path": "TUM/Schools/Life Sciences/Day nursery Weihenstephan" + "51417": { + "code": "TUMEPA5", + "name": "Assistant Professorship of Computational Pathology (Prof. Sch\u00fcffler)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/General and Surgical Pathology (Dr. Mogler komm.)/Computational Pathology (Prof. Sch\u00fcffler)" }, - "TUWZH5B": { - "code": "TUWZH5B", - "id": 45270, - "name": "Associate Professorship of Populationsgenetik (Prof. Tellier)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Associate Professorship" + "51418": { + "code": "TUCSP14", + "name": "Assistant Professorship of Sustainable Economic Policy (Prof. Pondorfer)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Sustainable Economic Policy (Prof. Pondorfer)" }, - "TUWZI2M": { - "code": "TUWZI2M", - "id": 50817, - "name": "Associate Professorship of Intestinal Microbiome (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Intestinal Microbiome (N.N.)" + "51419": { + "code": "TUINF27", + "name": "Informatics 19 - Assistant Professorship of Legal Tech (Prof. Grabmair)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 19 - Assistant Professorship of Legal Tech (Prof. Grabmair)" }, - "TUWZI2W": { - "code": "TUWZI2W", - "id": 15643, - "name": "Chair of Process Systems Engineering (Prof. Briesen)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Process Systems Engineering (Prof. Briesen)" + "51457": { + "code": "TUZEGNI", + "name": "TUM Georg Nemetschek Institute", + "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/TUM Georg Nemetschek Institute" }, - "TUWZI4V": { - "code": "TUWZI4V", - "id": 15626, - "name": "Chair of Botany (Prof. Schneitz komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Botany (Prof. Schneitz komm.)" + "51477": { + "code": "TUSPL16", + "name": "Assistant Professorship of Psychology & Digital Mental Health Care (Prof. Ebert)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Psychology & Digital Mental Health Care (Prof. Ebert)" }, - "TUWZI5A": { - "code": "TUWZI5A", - "id": 46777, - "name": "Assistant Professorship of Fluid Dynamics of complexe Biosystems (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Fluid Dynamics of complexe Biosystems (N.N.)" + "51497": { + "code": "TUINF28", + "name": "Informatics 9 - Assistant Professorship of Machine Learning for Robotics (Prof. Leutenegger)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 9 - Assistant Professorship of Machine Learning for Robotics (Prof. Leutenegger)" }, - "TUWZI5B": { - "code": "TUWZI5B", - "id": 46778, - "name": "Associate Professorship of Fungal Biotechnology in Wood Science (Prof. Benz)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Fungal Biotechnology in Wood Science (Prof. Benz)" + "51517": { + "code": "TUS4C2M", + "name": "Assistant Professorship of Computational Mass Spectrometry (Prof. Wilhelm)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Mass Spectrometry (Prof. Wilhelm)" }, - "TUWZI9Q": { - "code": "TUWZI9Q", - "id": 15563, - "name": "Associate Professorship of Bio-Informatics (Prof. Frischmann)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Bio-Informatics (Prof. Frischmann)" + "51537": { + "code": "TUS2OTS", + "name": "School Office of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/School Office" }, - "TUWZK1A": { - "code": "TUWZK1A", - "id": 44444, - "name": "Kleintierforschungszentrum Weihenstephan", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Small animal unit/Kleintierforschungszentrum Weihenstephan" + "51557": { + "code": "TUMEBB3", + "name": "Assistant Professorship of Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine/Translationale Optoakustik (HMGU) (Prof. Pleitez Rafael)" }, - "TUWZLPT": { - "code": "TUWZLPT", - "id": 49637, - "name": "Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nachwuchsforschungsgruppe \"LipiTUM - A Computational Platform for Lipidomics and Lipotyping in Systems Medicine\"" + "51577": { + "code": "TUARL37", + "name": "Assistant Professorship of Structural Design (Prof. D'Acunto)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Structural Design (Prof. D'Acunto)" }, - "TUWZM1A": { - "code": "TUWZM1A", - "id": 39071, - "name": "Chair of Brewing and Beverage Technology (Prof. Becker)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Brewing and Beverage Technology (Prof. Becker)" + "51597": { + "code": "TUZVHRG", + "name": "Functional unit TUM Global & Alumni Office (HR3)", + "path": "TUM/Functional Units/TUM Global & Alumni Office (HR3)" }, - "TUWZM2B": { - "code": "TUWZM2B", - "id": 43315, - "name": "Research Facility Versuchsstation f\u00fcr Tierzucht (Staatsgut Thalhausen)", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Farm animal unit/Research Facility" + "51637": { + "code": "TUMETIU", + "name": "Assistant Professorship of Translational Immunology in Environmental Health (UNIKA-T) (Prof. Renner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translational Immunology in Environmental Health (UNIKA-T) (Prof. Renner)" }, - "TUWZM4D": { - "code": "TUWZM4D", - "id": 40834, - "name": "Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)", - "path": "TUM/Schools/Life Sciences/Interdepartmentelles Labor f\u00fcr Stabile Isotope (BE)" + "51677": { + "code": "TUWIB43", + "name": "Associate Professorship of Law of Digital Goods, Commerce and Competition (Prof. Mackenrodt)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Law of Digital Goods, Commerce and Competition (Prof. Mackenrodt)" }, - "TUWZM5E": { - "code": "TUWZM5E", - "id": 43299, - "name": "Chair of Analytical Food Chemistry (Prof. Rychlik)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Analytical Food Chemistry (Prof. Rychlik)" + "51697": { + "code": "TUZET20", + "name": "Core Facility Proteomics (AG Pichlmair)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Proteomics (AG Pichlmair)" }, - "TUWZN5B": { - "code": "TUWZN5B", - "id": 50242, - "name": "Chair of Nutritional Systems Biology (Prof. Somoza)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nutritional Systems Biology (Prof. Somoza)" + "51717": { + "code": "TUEIRMN", + "name": "Assistant Professorship of Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Nano- and Microrobotics (Prof. \u00d6zkale Edelmann)" }, - "TUWZN8M": { - "code": "TUWZN8M", - "id": 47577, - "name": "Associate Professorship of Neuronal Control of Metabolism (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Neuronal Control of Metabolism (N.N.)" + "51737": { + "code": "TUXO400", + "name": "Academic Program Administration of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration" }, - "TUWZO4U": { - "code": "TUWZO4U", - "id": 15667, - "name": "Chair of Livestock Biotechnology (Prof. Schusser komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Livestock Biotechnology (Prof. Schusser komm.)" + "51738": { + "code": "TUXB400", + "name": "Academic Programs Agricultural and Horticultural Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences" }, - "TUWZO8I": { - "code": "TUWZO8I", - "id": 15654, - "name": "Associate Professorship of Wood Technology (Prof. van de Kuilen)", - "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Wood Technology (Prof. van de Kuilen)" + "51739": { + "code": "TUXB401", + "name": "Agricultural Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences" }, - "TUWZO9R": { - "code": "TUWZO9R", - "id": 15605, - "name": "Chair of Soil Science (Prof. K\u00f6gel-Knabner)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Soil Science (Prof. K\u00f6gel-Knabner)" + "51740": { + "code": "TUXS401", + "name": "Degree Program B.Sc. Agricultural Science and Horticultural Science", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences/B.Sc. Agricultural Science and Horticultural Science" }, - "TUWZO9X": { - "code": "TUWZO9X", - "id": 15562, - "name": "Chair of Experimental Genetics (Prof. Hrab\u00e9 de Angelis)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Experimental Genetics (Prof. Hrab\u00e9 de Angelis)" + "51741": { + "code": "TUXS400", + "name": "Degree Program M.Sc. Agrosystem Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences/M.Sc. Agrosystem Sciences" }, - "TUWZP1A": { - "code": "TUWZP1A", - "id": 50898, - "name": "Assistant Professorship of Precision Agriculture (Prof. Yu)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Precision Agriculture (Prof. Yu)" + "51742": { + "code": "TUXB402", + "name": "Academic Programs Agricultural Biosciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Biosciences" }, - "TUWZP2I": { - "code": "TUWZP2I", - "id": 50377, - "name": "Associate Professorship of Plant-Insect Interaction (Prof. Leonhardt)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Plant-Insect Interaction (Prof. Leonhardt)" + "51743": { + "code": "TUXS402", + "name": "Degree Program M.Sc. Agricultural Biosciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Biosciences/M.Sc. Agricultural Biosciences" }, - "TUWZP2O": { - "code": "TUWZP2O", - "id": 15611, - "name": "Chair of Forest Yield Science (Prof. Seidl komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest Yield Science (Prof. Seidl komm.)" + "51744": { + "code": "TUXB405", + "name": "Academic Programs Biosciences and Biotechnology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology" }, - "TUWZP3C": { - "code": "TUWZP3C", - "id": 45891, - "name": "TUM Forschungslaboratorium Holz", - "path": "TUM/Schools/Life Sciences/TUM Forschungslaboratorium Holz" + "51745": { + "code": "TUXB409", + "name": "Academic Programs Brewing, Food Technology and Bioprocess Engeneering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering" }, - "TUWZP3R": { - "code": "TUWZP3R", - "id": 14815, - "name": "Chair of Agricultural Production and Resource Economics (Prof. Sauer)", - "path": "TUM/Schools/Management/Departments/Economics and Policy/Agricultural Production and Resource Economics (Prof. Sauer)" + "51746": { + "code": "TUXB404", + "name": "Academic Programs Nutrition Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences" }, - "TUWZP5E": { - "code": "TUWZP5E", - "id": 47397, - "name": "Associate Professorship of Plant Epigenomics (Prof. Johannes)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Epigenomics (Prof. Johannes)" + "51747": { + "code": "TUXB40G", + "name": "Academic Programs Forest Science and Ressource Management", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management" }, - "TUWZP7G": { - "code": "TUWZP7G", - "id": 48397, - "name": "Associate Professorship of Plant Genetics (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Genetics (N.N.)" + "51748": { + "code": "TUXB40K", + "name": "Academic Programs Landscape", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape" }, - "TUWZP9A": { - "code": "TUWZP9A", - "id": 15558, - "name": "Chair of Microbiology (Prof. Liebl)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Microbiology (Prof. Liebl)" + "51749": { + "code": "TUXB406", + "name": "Academic Programs Biology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Biology" }, - "TUWZP9O": { - "code": "TUWZP9O", - "id": 15669, - "name": "Chair of Animal Hygiene (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Hygiene (N.N.)" + "51750": { + "code": "TUXB407", + "name": "Academic Programs Molecular Biotechnology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Molecular Biotechnology" }, - "TUWZQ3Z": { - "code": "TUWZQ3Z", - "id": 15616, - "name": "Associate Professorship of Forest Nutrition and Water Resources (Prof. G\u00f6ttlein)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest Nutrition and Water Resources (Prof. G\u00f6ttlein)" + "51751": { + "code": "TUXB40A", + "name": "Academic Programs Brewing", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing" }, - "TUWZQ4U": { - "code": "TUWZQ4U", - "id": 15670, - "name": "Chair of Animal Breeding (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Breeding (N.N.)" + "51752": { + "code": "TUXB40B", + "name": "Academic Programs Food Technology and Bioprocess Engineering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering" }, - "TUWZQ5P": { - "code": "TUWZQ5P", - "id": 15600, - "name": "Chair of Atmospheric Environmental Research (Prof. Schmid)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Atmospheric Environmental Research (Prof. Schmid)" + "51753": { + "code": "TUXB40D", + "name": "Academic Programs Food Chemistry", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Food Chemistry" }, - "TUWZQ6T": { - "code": "TUWZQ6T", - "id": 15608, - "name": "Chair of Restoration Ecology (Prof. Kollmann)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Restoration Ecology (Prof. Kollmann)" + "51754": { + "code": "TUXB40E", + "name": "Academic Programs Life Sciences Nutrition", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition" }, - "TUWZQ7Y": { - "code": "TUWZQ7Y", - "id": 15561, - "name": "Chair of Biopolymer Chemistry (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biopolymer Chemistry (N.N.)" + "51755": { + "code": "TUXB40H", + "name": "Academic Programs Forest Science", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Forest Science" }, - "TUWZQ9I": { - "code": "TUWZQ9I", - "id": 15579, - "name": "Chair of Food Chemistry and Molecular Sensory Science (Prof. Hofmann)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Food Chemistry and Molecular Sensory Science (Prof. Hofmann)" + "51756": { + "code": "TUXB40I", + "name": "Academic Programs Sustainable Ressource Management", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Sustainable Ressource Management" }, - "TUWZQ9P": { - "code": "TUWZQ9P", - "id": 39810, - "name": "Chair of Biochemical Plant Pathology (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biochemical Plant Pathology (N.N.)" + "51757": { + "code": "TUXB40L", + "name": "Academic Programs Landscape Architecture and Landscape Planning", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Landscape Architecture and Landscape Planning" }, - "TUWZR5P": { - "code": "TUWZR5P", - "id": 15567, - "name": "Associate Professorship of Peptid Biochemistry (Prof. Kapurniotu)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Peptid Biochemistry (Prof. Kapurniotu)" + "51758": { + "code": "TUXB40M", + "name": "Academic Programs Conservation and Ecological Engineering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Conservation and Ecological Engineering" }, - "TUWZR6Q": { - "code": "TUWZR6Q", - "id": 15645, - "name": "Chair of Food and Bioprocess Engineering (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Food and Bioprocess Engineering (N.N.)" + "51777": { + "code": "TUXS404", + "name": "Degree Program B.Sc. Life Sciences Biologie", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Biology/B.Sc. Life Sciences Biologie" }, - "TUWZS6U": { - "code": "TUWZS6U", - "id": 15614, - "name": "Chair of Aquatic Systems Biology - Location Iffeldorf (Prof. Geist)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Aquatic Systems Biology - Location Iffeldorf (Prof. Geist)" + "51778": { + "code": "TUXS405", + "name": "Degree Program M.Sc. Biology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Biology/M.Sc. Biology" }, - "TUWZS9A": { - "code": "TUWZS9A", - "id": 15644, - "name": "Chair of Wood Science (Prof. Benz komm.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Wood Science (Prof. Benz komm.)" + "51779": { + "code": "TUXS406", + "name": "Degree Program B.Sc. Molecular Biotechnology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Molecular Biotechnology/B.Sc. Molecular Biotechnology" }, - "TUWZS9X": { - "code": "TUWZS9X", - "id": 15556, - "name": "Chair of Biological Chemistry (Prof. Skerra)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biological Chemistry (Prof. Skerra)" + "51780": { + "code": "TUXS407", + "name": "Degree Program M.Sc. Molecular Biotechnology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Molecular Biotechnology/M.Sc. Molecular Biotechnology" }, - "TUWZT3U": { - "code": "TUWZT3U", - "id": 15574, - "name": "Chair of General Food Technology (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/General Food Technology (N.N.)" + "51781": { + "code": "TUXS409", + "name": "Degree Program B.Sc. Brewing and Beverage Technology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/B.Sc. Brewing and Beverage Technology" }, - "TUWZT5R": { - "code": "TUWZT5R", - "id": 15646, - "name": "Chair of Agricultural Systems Engineering (Prof. Bernhardt)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Agricultural Systems Engineering (Prof. Bernhardt)" + "51782": { + "code": "TUXS40A", + "name": "Degree Program M.Sc. Brewing and Beverage Technology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/M.Sc. Brewing and Beverage Technology" }, - "TUWZT6P": { - "code": "TUWZT6P", - "id": 15607, - "name": "Chair of Terrestrial Ecology (Prof. Wei\u00dfer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Terrestrial Ecology (Prof. Wei\u00dfer)" + "51783": { + "code": "TUXS40B", + "name": "Degree Program Brewing (\"Diplombraumeister\" degree)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/Brewing (\"Diplombraumeister\" degree)" }, - "TUWZT6Y": { - "code": "TUWZT6Y", - "id": 15575, - "name": "Chair of Nutrition and Immunology (Prof. Haller)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Nutrition and Immunology (Prof. Haller)" + "51784": { + "code": "TUXS40C", + "name": "Degree Program Brewing and Beverage Technology Modulstudien", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/Brewing and Beverage Technology Modulstudien" }, - "TUWZT8O": { - "code": "TUWZT8O", - "id": 15619, - "name": "Associate Professorship of Ecoclimatology (Prof. Menzel)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Ecoclimatology (Prof. Menzel)" + "51785": { + "code": "TUXS40D", + "name": "Degree Program B.Sc. Food Technology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/B.Sc. Food Technology" }, - "TUWZU5S": { - "code": "TUWZU5S", - "id": 15609, - "name": "Chair of Strategy and Management of Landscape development (Prof. Pauleit)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Strategy and Management of Landscape development (Prof. Pauleit)" + "51786": { + "code": "TUXS40E", + "name": "Degree Program B.Sc. Pharmaceutical Bioprocess Engineering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/B.Sc. Pharmaceutical Bioprocess Engineering" }, - "TUWZU5Y": { - "code": "TUWZU5Y", - "id": 15671, - "name": "Chair of Zoology (Prof. Luksch)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Zoology (Prof. Luksch)" + "51787": { + "code": "TUXS40F", + "name": "Degree Program M.Sc. Food Technology and Biotechnology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/M.Sc. Food Technology and Biotechnology" }, - "TUWZU6A": { - "code": "TUWZU6A", - "id": 15636, - "name": "Associate Professorship of Plant Developmental Biology (Prof. Schneitz)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Developmental Biology (Prof. Schneitz)" + "51788": { + "code": "TUXS40G", + "name": "Degree Program M.Sc. Pharmaceutical Bioprocessing Engineering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/M.Sc. Pharmaceutical Bioprocessing Engineering" }, - "TUWZU7Z": { - "code": "TUWZU7Z", - "id": 15560, - "name": "Chair of Developmental Genetics (Prof. Wurst)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Developmental Genetics (Prof. Wurst)" + "51789": { + "code": "TUXS40I", + "name": "Degree Program M.Sc. Food Chemistry", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Food Chemistry/M.Sc. Food Chemistry" }, - "TUWZU9P": { - "code": "TUWZU9P", - "id": 51197, - "name": "Assistant Professorship of Urban Productive Ecosystems (Prof. Egerer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Urban Productive Ecosystems (Prof. Egerer)" + "51790": { + "code": "TUXS40J", + "name": "Degree Program B.Sc. Life Sciences Nutrition", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition/B.Sc. Life Sciences Nutrition" }, - "TUWZV2O": { - "code": "TUWZV2O", - "id": 15629, - "name": "Chair of Grassland (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Grassland (N.N.)" + "51791": { + "code": "TUXS40K", + "name": "Degree Program M.Sc. Nutrition and Biomedicine", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition/M.Sc. Nutrition and Biomedicine" }, - "TUWZV9T": { - "code": "TUWZV9T", - "id": 15668, - "name": "Chair of Animal Physiology and Immunology (Prof. Zehn)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Physiology and Immunology (Prof. Zehn)" + "51792": { + "code": "TUXS40M", + "name": "Degree Program B.Sc. Forest Science and Resource Management", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Forest Science/B.Sc. Forest Science and Resource Management" }, - "TUWZVH1": { - "code": "TUWZVH1", - "id": 48717, - "name": "Versuchsstation Veitshof", - "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Farm animal unit/Versuchsstation Veitshof" + "51793": { + "code": "TUXS40N", + "name": "Degree Program M.Sc. Forestry and Wood Science", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Forest Science/M.Sc. Forestry and Wood Science" }, - "TUWZW1T": { - "code": "TUWZW1T", - "id": 47038, - "name": "Associate Professorship of Science and Technology Policy (Prof. M\u00fcller)", - "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Science and Technology Policy (Prof. M\u00fcller)" + "51794": { + "code": "TUXS40O", + "name": "Degree Program M.Sc. Sustainable Ressource Management", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Sustainable Ressource Management/M.Sc. Sustainable Ressource Management" }, - "TUWZW2A": { - "code": "TUWZW2A", - "id": 50737, - "name": "Assistant Professorship of Forest and Agroforest Systems (Prof. Annigh\u00f6fer)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest and Agroforest Systems (Prof. Annigh\u00f6fer)" + "51795": { + "code": "TUXS40Q", + "name": "Degree Program B.Sc. Landscape Architecture and Landscape Planning", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Landscape Architecture and Landscape Planning/B.Sc. Landscape Architecture and Landscape Planning" }, - "TUWZW4V": { - "code": "TUWZW4V", - "id": 15584, - "name": "Chair of Molecular Nutritional Medicine (Prof. Klingenspor)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Molecular Nutritional Medicine (Prof. Klingenspor)" + "51796": { + "code": "TUXS40R", + "name": "Degree Program M.Sc. Conservation and Landscape Planning", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Conservation and Ecological Engineering/M.Sc. Conservation and Landscape Planning" }, - "TUWZX6I": { - "code": "TUWZX6I", - "id": 15612, - "name": "Associate Professorship of Forest Management (Prof. Knoke)", - "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Forest Management (Prof. Knoke)" + "51797": { + "code": "TUXS40S", + "name": "Degree Program M.Sc. Ecological Engineering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Conservation and Ecological Engineering/M.Sc. Ecological Engineering" }, - "TUWZX6V": { - "code": "TUWZX6V", - "id": 15569, - "name": "Chair of Bioanalytics (Prof. K\u00fcster)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Bioanalytics (Prof. K\u00fcster)" + "51817": { + "code": "TUARL38", + "name": "Chair of Architecture and Timber Construction (Prof. Birk)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Timber Construction (Prof. Birk)" }, - "TUWZX7T": { - "code": "TUWZX7T", - "id": 15578, - "name": "Chair of Humanbiology (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Humanbiology (N.N.)" + "51837": { + "code": "TUS2DP1", + "name": "Department of Aerospace and Geodesy", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy" }, - "TUWZX9O": { - "code": "TUWZX9O", - "id": 15592, - "name": "Chair of Technical Microbiology (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Technical Microbiology (N.N.)" + "51838": { + "code": "TUS2DP2", + "name": "Department of Architecture", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture" }, - "TUWZY4Q": { - "code": "TUWZY4Q", - "id": 15593, - "name": "Associate Professorship of Biotechnology of Natural Products (Prof. Schwab)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Biotechnology of Natural Products (Prof. Schwab)" + "51839": { + "code": "TUS2DP3", + "name": "Department of Civil and Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering" }, - "TUWZY5O": { - "code": "TUWZY5O", - "id": 15633, - "name": "Chair of Phytopathology (Prof. H\u00fcckelhoven)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Phytopathology (Prof. H\u00fcckelhoven)" + "51840": { + "code": "TUS2DP4", + "name": "Department of Engineering Physics and Computation", + "path": "TUM/Schools/Engineering and Design/Departments/Engineering Physics and Computation" }, - "TUWZY6S": { - "code": "TUWZY6S", - "id": 15564, - "name": "Chair of Microbial Ecology (N.N.)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Microbial Ecology (N.N.)" + "51841": { + "code": "TUS2DP5", + "name": "Department of Mobility Systems Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering" }, - "TUWZZ7X": { - "code": "TUWZZ7X", - "id": 15631, - "name": "Chair of Plant Breeding (Prof. Sch\u00f6n)", - "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Plant Breeding (Prof. Sch\u00f6n)" + "51842": { + "code": "TUS2DP6", + "name": "Department of Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering" }, - "TUXB100": { - "code": "TUXB100", - "id": 53639, - "name": "Academic Programs Data Science", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Data Science" + "51843": { + "code": "TUS2DP7", + "name": "Department of Materials Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering" }, - "TUXB101": { - "code": "TUXB101", - "id": 53640, - "name": "Academic Programs Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik" + "51844": { + "code": "TUS2DP8", + "name": "Department of Energy and Process Engineering", + "path": "TUM/Schools/Engineering and Design/Departments/Energy and Process Engineering" }, - "TUXB102": { - "code": "TUXB102", - "id": 53641, - "name": "Academic Programs Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik" + "51857": { + "code": "TUINI32", + "name": "Informatics 32 - Chair of Computational Imaging and AI in Medicine (Prof. Schnabel)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 32 - Chair of Computational Imaging and AI in Medicine (Prof. Schnabel)" }, - "TUXB103": { - "code": "TUXB103", - "id": 53642, - "name": "Academic Programs Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik" + "51897": { + "code": "TUS1000", + "name": "TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology" }, - "TUXB104": { - "code": "TUXB104", - "id": 53643, - "name": "Academic Programs Heilbronn", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Heilbronn" + "51898": { + "code": "TUS3000", + "name": "TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences" }, - "TUXB105": { - "code": "TUXB105", - "id": 53644, - "name": "Academic Programs Singapur", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur" + "51899": { + "code": "TUS5000", + "name": "TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health" }, - "TUXB106": { - "code": "TUXB106", - "id": 53645, - "name": "Academic Programs Doctoral Programs CIT", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT" + "51900": { + "code": "TUS6000", + "name": "TUM School of Management", + "path": "TUM/Schools/Management" }, - "TUXB107": { - "code": "TUXB107", - "id": 53646, - "name": "Academic Programs Zusatzangebote", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Zusatzangebote" + "51901": { + "code": "TUS7000", + "name": "TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology" }, - "TUXB108": { - "code": "TUXB108", - "id": 53647, - "name": "Academic Programs Archiv", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv" + "51917": { + "code": "TUS4F4C", + "name": "TUM Food and Agro Center for Innovation and Technology (FACIT)", + "path": "TUM/Schools/Life Sciences/TUM Food and Agro Center for Innovation and Technology (FACIT)" }, - "TUXB200": { - "code": "TUXB200", - "id": 51939, - "name": "Academic Programs Aerospace", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace" + "51937": { + "code": "TUXO200", + "name": "Academic Program Administration of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration" }, - "TUXB201": { - "code": "TUXB201", - "id": 51944, - "name": "Academic Programs Architecture and Design", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design" + "51938": { + "code": "TUXB207", + "name": "Study programs ED", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Study programs ED" }, - "TUXB202": { - "code": "TUXB202", - "id": 51943, - "name": "Academic Programs Civil and Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering" + "51939": { + "code": "TUXB200", + "name": "Academic Programs Aerospace", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace" }, - "TUXB203": { + "51940": { "code": "TUXB203", - "id": 51940, "name": "Academic Programs Geodesy", "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy" }, - "TUXB204": { - "code": "TUXB204", - "id": 51942, - "name": "Academic Programs Geo Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering" - }, - "TUXB205": { - "code": "TUXB205", - "id": 51945, - "name": "Academic Programs Interdisciplinary Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering" - }, - "TUXB206": { + "51941": { "code": "TUXB206", - "id": 51941, "name": "Academic Programs Mechanical Engineering", "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering" }, - "TUXB207": { - "code": "TUXB207", - "id": 51938, - "name": "Study programs ED", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Study programs ED" - }, - "TUXB208": { - "code": "TUXB208", - "id": 52022, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/Study Program to expire" - }, - "TUXB209": { - "code": "TUXB209", - "id": 52030, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Study Program to expire" - }, - "TUXB20A": { - "code": "TUXB20A", - "id": 52007, - "name": "Academic Programs Study program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Study program to expire" + "51942": { + "code": "TUXB204", + "name": "Academic Programs Geo Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering" }, - "TUXB20B": { - "code": "TUXB20B", - "id": 52023, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/Study Program to expire" + "51943": { + "code": "TUXB202", + "name": "Academic Programs Civil and Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering" }, - "TUXB20C": { - "code": "TUXB20C", - "id": 52021, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Study Program to expire" + "51944": { + "code": "TUXB201", + "name": "Academic Programs Architecture and Design", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design" }, - "TUXB20D": { - "code": "TUXB20D", - "id": 52034, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Study Program to expire" + "51945": { + "code": "TUXB205", + "name": "Academic Programs Interdisciplinary Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering" }, - "TUXB20E": { - "code": "TUXB20E", - "id": 51997, - "name": "Academic Programs Study program to expire", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire" + "51946": { + "code": "TUXS21X", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Engineering and Design) (postgraduate course)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Study programs ED/TUM Skills Excellence Program (TUM School of Engineering and Design) (postgraduate course)" }, - "TUXB20F": { - "code": "TUXB20F", - "id": 45631, - "name": "Schl\u00fcsselkompetenzen", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Schl\u00fcsselkompetenzen" + "51947": { + "code": "TUXS203", + "name": "Degree Program Exchange Program Aerospace", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/Exchange Program Aerospace" }, - "TUXB20G": { - "code": "TUXB20G", - "id": 52797, - "name": "Academic Programs Doctoral Programs ED", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED" + "51948": { + "code": "TUXS200", + "name": "Degree Program B.Sc. Aerospace", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/B.Sc. Aerospace" }, - "TUXB300": { - "code": "TUXB300", - "id": 53018, - "name": "Professional Profile Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics" + "51949": { + "code": "TUXS201", + "name": "Degree Program M.Sc. Aerospace", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/M.Sc. Aerospace" }, - "TUXB301": { - "code": "TUXB301", - "id": 53030, - "name": "Chemistry Programs", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs" + "51950": { + "code": "TUXS202", + "name": "Degree Program M.Sc. Aerospace Engineering (GIST TUM Asia)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/M.Sc. Aerospace Engineering (GIST TUM Asia)" }, - "TUXB302": { - "code": "TUXB302", - "id": 53031, - "name": "TUM Asia Programs", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/TUM Asia Programs" + "51951": { + "code": "TUXS20U", + "name": "Degree Program Exchange Program Geodesy and Geoinformation", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/Exchange Program Geodesy and Geoinformation" }, - "TUXB303": { - "code": "TUXB303", - "id": 53032, - "name": "Doctoral Programs NAT", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT" + "51952": { + "code": "TUXS20O", + "name": "Degree Program B.Sc. Land Management", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/B.Sc. Land Management" }, - "TUXB304": { - "code": "TUXB304", - "id": 53033, - "name": "Exchange Program NAT", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Exchange Program NAT" + "51953": { + "code": "TUXS20P", + "name": "Degree Program B.Sc. Geodesy and Geoinformation", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/B.Sc. Geodesy and Geoinformation" }, - "TUXB305": { - "code": "TUXB305", - "id": 53021, - "name": "Physics Programs", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs" + "51954": { + "code": "TUXS20Q", + "name": "Degree Program M.Sc. Earth Oriented Space Science and Technology", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc. Earth Oriented Space Science and Technology" }, - "TUXB306": { - "code": "TUXB306", - "id": 53027, - "name": "Interdisciplinary Programs Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics" + "51955": { + "code": "TUXS20R", + "name": "Degree Program M.Sc.Cartography", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc.Cartography" }, - "TUXB307": { - "code": "TUXB307", - "id": 53028, - "name": "Physics at Campus Weihenstephan", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics at Campus Weihenstephan" + "51956": { + "code": "TUXS20S", + "name": "Degree Program M.Sc. Geodesy and Geoinformation", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc. Geodesy and Geoinformation" }, - "TUXB308": { - "code": "TUXB308", - "id": 53029, - "name": "Lab Courses in Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Lab Courses in Physics" + "51957": { + "code": "TUXS20T", + "name": "Degree Program M.Sc. Land Management and Geospatial Science", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc. Land Management and Geospatial Science" }, - "TUXB309": { - "code": "TUXB309", - "id": 53034, - "name": "Chemistry and Food Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry" + "51958": { + "code": "TUXS21K", + "name": "Degree Program Exchange program Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Exchange program Mechanical Engineering" }, - "TUXB30A": { - "code": "TUXB30A", - "id": 53035, - "name": "Bio Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Bio Chemistry" + "51959": { + "code": "TUXS21L", + "name": "Degree Program Exchange Program USP Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Exchange Program USP Mechanical Engineering" }, - "TUXB30B": { - "code": "TUXB30B", - "id": 53036, - "name": "Chemical Engineering", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemical Engineering" + "51960": { + "code": "TUXS21M", + "name": "Degree Program Internships Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Internships Mechanical Engineering" }, - "TUXB30C": { - "code": "TUXB30C", - "id": 53979, - "name": "Academic Programs External Contributions to the Course Catalog", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/External Contributions to the Course Catalog" + "51961": { + "code": "TUXS21C", + "name": "Degree Program B.Sc. Engineering Science (UNI Salzburg)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/B.Sc. Engineering Science (UNI Salzburg)" }, - "TUXB30D": { - "code": "TUXB30D", - "id": 53980, - "name": "Academic Programs Joint Study Programs TUM/LMU M.Sc. QST/TMP (from the Course Catalog of LMU Munich)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/External Contributions to the Course Catalog/Joint Study Programs TUM/LMU M.Sc. QST/TMP (from the Course Catalog of LMU Munich)" + "51962": { + "code": "TUXS21B", + "name": "Degree Program B.Sc. Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/B.Sc. Mechanical Engineering" }, - "TUXB30E": { - "code": "TUXB30E", - "id": 53981, - "name": "Academic Programs Teaching of Prof. Brenda Schulman", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/External Contributions to the Course Catalog/Teaching of Prof. Brenda Schulman" + "51963": { + "code": "TUXS21N", + "name": "Degree Program M.Sc. Energy and Process Engineering (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Energy and Process Engineering (to expire)" }, - "TUXB400": { - "code": "TUXB400", - "id": 51738, - "name": "Academic Programs Agricultural and Horticultural Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences" + "51964": { + "code": "TUXS21S", + "name": "Degree Program M.Sc. Product Development and Engineering (to expire)Design", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Product Development and Engineering (to expire)Design" }, - "TUXB401": { - "code": "TUXB401", - "id": 51739, - "name": "Agricultural Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences" + "51965": { + "code": "TUXS21W", + "name": "Degree Program M.Sc. Automotive and Combustion Engine Technology (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Automotive and Combustion Engine Technology (to expire)" }, - "TUXB402": { - "code": "TUXB402", - "id": 51742, - "name": "Academic Programs Agricultural Biosciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Biosciences" + "51966": { + "code": "TUXS21O", + "name": "Degree Program M.Sc. Aerospace (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Aerospace (to expire)" }, - "TUXB403": { - "code": "TUXB403", - "id": 52097, - "name": "Academic Programs Study Program Agricultural and Horticultural Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Study Program Agricultural and Horticultural Sciences" + "51967": { + "code": "TUXS21T", + "name": "Degree Program M.Sc. Mechanical Engineering and Management (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Mechanical Engineering and Management (to expire)" }, - "TUXB404": { - "code": "TUXB404", - "id": 51746, - "name": "Academic Programs Nutrition Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences" + "51968": { + "code": "TUXS21R", + "name": "Degree Program M.Sc. Mechanical Engineering (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Mechanical Engineering (to expire)" }, - "TUXB405": { - "code": "TUXB405", - "id": 51744, - "name": "Academic Programs Biosciences and Biotechnology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology" + "51969": { + "code": "TUXS21P", + "name": "Degree Program M.Sc. Mechatronics and Information Technology (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Mechatronics and Information Technology (to expire)" }, - "TUXB406": { - "code": "TUXB406", - "id": 51749, - "name": "Academic Programs Biology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Biology" + "51970": { + "code": "TUXS21U", + "name": "Degree Program M.Sc. Medical Technology and Engineering (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Medical Technology and Engineering (to expire)" }, - "TUXB407": { - "code": "TUXB407", - "id": 51750, - "name": "Academic Programs Molecular Biotechnology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Molecular Biotechnology" + "51971": { + "code": "TUXS21V", + "name": "Degree Program M.Sc. Nuclear Technology (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Nuclear Technology (to expire)" }, - "TUXB408": { - "code": "TUXB408", - "id": 52098, - "name": "Academic Programs Study Program Biosciences and Biotechnology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Study Program Biosciences and Biotechnology" + "51972": { + "code": "TUXS21Q", + "name": "Degree Program M.Sc. Production and Logistics (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Production and Logistics (to expire)" }, - "TUXB409": { - "code": "TUXB409", - "id": 51745, - "name": "Academic Programs Brewing, Food Technology and Bioprocess Engeneering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering" + "51973": { + "code": "TUXS21D", + "name": "Degree Program M.Sc. Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Mechanical Engineering" }, - "TUXB40A": { - "code": "TUXB40A", - "id": 51751, - "name": "Academic Programs Brewing", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing" + "51974": { + "code": "TUXS21E", + "name": "Degree Program M.Sc. Development, Production and Management in Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Development, Production and Management in Mechanical Engineering" }, - "TUXB40B": { - "code": "TUXB40B", - "id": 51752, - "name": "Academic Programs Food Technology and Bioprocess Engineering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering" + "51975": { + "code": "TUXS21F", + "name": "Degree Program M.Sc. Automotive Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Automotive Engineering" }, - "TUXB40C": { - "code": "TUXB40C", - "id": 52099, - "name": "Academic Programs Study Program Brewing, Food Technology and Bioprocess Engeneering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Study Program Brewing, Food Technology and Bioprocess Engeneering" + "51976": { + "code": "TUXS21G", + "name": "Degree Program M.Sc. Mechatronics and Robotics", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Mechatronics and Robotics" }, - "TUXB40D": { - "code": "TUXB40D", - "id": 51753, - "name": "Academic Programs Food Chemistry", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Food Chemistry" + "51977": { + "code": "TUXS21H", + "name": "Degree Program M.Sc. Medical Engineering and Assistance Systems", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Medical Engineering and Assistance Systems" }, - "TUXB40E": { - "code": "TUXB40E", - "id": 51754, - "name": "Academic Programs Life Sciences Nutrition", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition" + "51978": { + "code": "TUXS21I", + "name": "Degree Program M.Sc. Science and Technology of Materials", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Science and Technology of Materials" }, - "TUXB40F": { - "code": "TUXB40F", - "id": 52100, - "name": "Academic Programs Study Program Nutrition Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Study Program Nutrition Sciences" + "51979": { + "code": "TUXS21J", + "name": "Degree Program M.Sc. Energy and Process Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Energy and Process Engineering" }, - "TUXB40G": { - "code": "TUXB40G", - "id": 51747, - "name": "Academic Programs Forest Science and Ressource Management", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management" + "51997": { + "code": "TUXB20E", + "name": "Academic Programs Study program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire" }, - "TUXB40H": { - "code": "TUXB40H", - "id": 51755, - "name": "Academic Programs Forest Science", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Forest Science" + "51998": { + "code": "TUXS20L", + "name": "Degree Program Civil- and Environmental Engineering (exchange program)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Civil- and Environmental Engineering (exchange program)" }, - "TUXB40I": { - "code": "TUXB40I", - "id": 51756, - "name": "Academic Programs Sustainable Ressource Management", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Sustainable Ressource Management" + "51999": { + "code": "TUXS20C", + "name": "Degree Program B.Sc. Civil Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/B.Sc. Civil Engineering" }, - "TUXB40J": { - "code": "TUXB40J", - "id": 52101, - "name": "Academic Programs Study Program Forest Science and Ressource Management", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Study Program Forest Science and Ressource Management" + "52000": { + "code": "TUXS20D", + "name": "Degree Program B.Sc. Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/B.Sc. Environmental Engineering" }, - "TUXB40K": { - "code": "TUXB40K", - "id": 51748, - "name": "Academic Programs Landscape", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape" + "52001": { + "code": "TUXS20E", + "name": "Degree Program M.Sc. Civil Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Civil Engineering" }, - "TUXB40L": { - "code": "TUXB40L", - "id": 51757, - "name": "Academic Programs Landscape Architecture and Landscape Planning", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Landscape Architecture and Landscape Planning" + "52002": { + "code": "TUXS20F", + "name": "Degree Program M.Sc. Computational Mechanics", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Computational Mechanics" }, - "TUXB40M": { - "code": "TUXB40M", - "id": 51758, - "name": "Academic Programs Conservation and Ecological Engineering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Conservation and Ecological Engineering" + "52003": { + "code": "TUXS20G", + "name": "Degree Program M.Sc. Rail, Transport and Logistics", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Rail, Transport and Logistics" }, - "TUXB40N": { - "code": "TUXB40N", - "id": 52102, - "name": "Academic Programs Study Program Landscape Architecture and Landscape Planning", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Study Program Landscape Architecture and Landscape Planning" + "52004": { + "code": "TUXS20H", + "name": "Degree Program M.Sc. Resource Efficient and Sustainable Building", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Resource Efficient and Sustainable Building" }, - "TUXB40O": { - "code": "TUXB40O", - "id": 52137, - "name": "Academic Programs Exchange Program Life Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences" + "52005": { + "code": "TUXS20I", + "name": "Degree Program M.Sc. Transportation Systems", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Transportation Systems" }, - "TUXB40P": { - "code": "TUXB40P", - "id": 52838, - "name": "Academic Programs Archiv Modulhandb\u00fccher", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Archiv Modulhandb\u00fccher" + "52006": { + "code": "TUXS20J", + "name": "Degree Program M.Sc. Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Study program to expire/M.Sc. Environmental Engineering" }, - "TUXB40Q": { - "code": "TUXB40Q", - "id": 53157, - "name": "Academic Programs Doctoral Programs LS", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS" + "52007": { + "code": "TUXB20A", + "name": "Academic Programs Study program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Study program to expire" }, - "TUXB40R": { - "code": "TUXB40R", - "id": 53857, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Study Program to expire" + "52008": { + "code": "TUXS20N", + "name": "Degree Program M.Sc. Energy Efficient a. Sustainable Building (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Study program to expire/M.Sc. Energy Efficient a. Sustainable Building (to expire)" }, - "TUXB40S": { - "code": "TUXB40S", - "id": 53858, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Study Program to expire" + "52009": { + "code": "TUXS20K", + "name": "Degree Program M.Sc. (hons) Computational Mechanics (Honoursprogramm)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. (hons) Computational Mechanics (Honoursprogramm)" }, - "TUXB40T": { - "code": "TUXB40T", - "id": 53859, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Study Program to expire" + "52010": { + "code": "TUXS20M", + "name": "Degree Program Internships Mechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Internships Mechanical Engineering" }, - "TUXB40U": { - "code": "TUXB40U", - "id": 53860, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Study Program to expire" + "52011": { + "code": "TUXS204", + "name": "Degree Program Internship Aerospace", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/Internship Aerospace" }, - "TUXB40V": { - "code": "TUXB40V", - "id": 53861, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Study Program to expire" + "52012": { + "code": "TUXS20V", + "name": "Degree Program Internship Geodesy", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/Internship Geodesy" }, - "TUXB40W": { - "code": "TUXB40W", - "id": 53862, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Study Program to expire" + "52013": { + "code": "TUXS20W", + "name": "Degree Program B.Sc. Geosciences", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/B.Sc. Geosciences" }, - "TUXB40X": { - "code": "TUXB40X", - "id": 53864, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences/Study Program to expire" + "52014": { + "code": "TUXS20X", + "name": "Degree Program M.Sc. Geomaterials and Geochemistry", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. Geomaterials and Geochemistry" }, - "TUXB40Y": { - "code": "TUXB40Y", - "id": 53863, - "name": "Academic Programs Study Program to expire", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/Study Program to expire" + "52015": { + "code": "TUXS20Y", + "name": "Degree Program M.Sc. Geophysics", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. Geophysics" }, - "TUXB500": { - "code": "TUXB500", - "id": 55117, - "name": "Academic Programs Sports Sciences", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Sports Sciences" + "52016": { + "code": "TUXS20Z", + "name": "Degree Program M.Sc. GeoThermie/GeoEnergie", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. GeoThermie/GeoEnergie" }, - "TUXB501": { - "code": "TUXB501", - "id": 55118, - "name": "Academic Programs Health Sciences", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences" + "52017": { + "code": "TUXS210", + "name": "Degree Program M.Sc. Engineering Geology and Hydrogeology", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. Engineering Geology and Hydrogeology" }, - "TUXB502": { - "code": "TUXB502", - "id": 55119, - "name": "Academic Programs Lehramt Sport", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport" + "52018": { + "code": "TUXS211", + "name": "Degree Program M.Sc. Geological Sciences", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Study Program to expire/M.Sc. Geological Sciences" }, - "TUXB503": { - "code": "TUXB503", - "id": 55120, - "name": "Academic Programs Biomedical Sciences", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Biomedical Sciences" + "52019": { + "code": "TUXS212", + "name": "Degree Program Exchange Program Geo Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Exchange Program Geo Engineering" }, - "TUXB504": { - "code": "TUXB504", - "id": 55121, - "name": "Academic Programs Medizin", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Medizin" + "52020": { + "code": "TUXS213", + "name": "Degree Program Internship Geo Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Internship Geo Engineering" }, - "TUXB505": { - "code": "TUXB505", - "id": 55122, - "name": "Academic Programs SG Archiv", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv" + "52021": { + "code": "TUXB20C", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Study Program to expire" }, - "TUXB506": { - "code": "TUXB506", - "id": 55123, - "name": "Academic Programs ME Archiv", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv" + "52022": { + "code": "TUXB208", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/Study Program to expire" }, - "TUXB507": { - "code": "TUXB507", - "id": 55257, - "name": "Academic Programs Promotionen MH", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH" + "52023": { + "code": "TUXB20B", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/Study Program to expire" }, - "TUXB601": { - "code": "TUXB601", - "id": 52198, - "name": "Academic Programs School of Management Location Munich", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich" + "52024": { + "code": "TUXS205", + "name": "Degree Program B.A. Architecture", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/B.A. Architecture" }, - "TUXB602": { - "code": "TUXB602", - "id": 52199, - "name": "Academic Programs School of Management Location Heilbronn", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn" + "52025": { + "code": "TUXS206", + "name": "Degree Program M.A. Architecture", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/M.A. Architecture" }, - "TUXB603": { - "code": "TUXB603", - "id": 52200, - "name": "Academic Programs School of Management Location Straubing", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Straubing" + "52026": { + "code": "TUXS207", + "name": "Degree Program M.A. Landscape Architecture", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/M.A. Landscape Architecture" }, - "TUXB604": { - "code": "TUXB604", - "id": 52201, - "name": "Academic Programs Exchange programs", - "path": "TUM/Schools/Management/Academic Program Administration/Exchange programs" + "52027": { + "code": "TUXS208", + "name": "Degree Program M.Sc. Urbanism - Urban and Landscape Studies and Design", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/M.Sc. Urbanism - Urban and Landscape Studies and Design" }, - "TUXB605": { - "code": "TUXB605", - "id": 52202, - "name": "Academic Programs Doctoral Programs MGT", - "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT" + "52028": { + "code": "TUXS209", + "name": "Degree Program Exchange Program Architecture and Design", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Exchange Program Architecture and Design" }, - "TUXB606": { - "code": "TUXB606", - "id": 52203, - "name": "Academic Programs Executive & Professional Education", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education" + "52029": { + "code": "TUXS20A", + "name": "Degree Program Internship Architecture and Design", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Internship Architecture and Design" }, - "TUXB701": { - "code": "TUXB701", - "id": 52297, - "name": "Academic Programs Teaching at Vocational Schools", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools" + "52030": { + "code": "TUXB209", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Study Program to expire" }, - "TUXB702": { - "code": "TUXB702", - "id": 52298, - "name": "Academic Programs Teaching at Academic Secondary Schools", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools" + "52031": { + "code": "TUXS20B", + "name": "Degree Program B.Sc. Restoration, Art Technology and Preservation Science (to expire)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Study Program to expire/B.Sc. Restoration, Art Technology and Preservation Science (to expire)" }, - "TUXB703": { - "code": "TUXB703", - "id": 52299, - "name": "Academic Programs Political, Social and Educational Sciences", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences" + "52032": { + "code": "TUXS219", + "name": "Degree Program Exchange Program Munich School of Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Exchange Program Munich School of Engineering" }, - "TUXB704": { - "code": "TUXB704", - "id": 52300, - "name": "Academic Programs Certificate Programs", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Certificate Programs" + "52033": { + "code": "TUXS21A", + "name": "Degree Program Internship Munich School of Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Internship Munich School of Engineering" }, - "TUXB705": { - "code": "TUXB705", - "id": 52301, - "name": "Academic Programs Context teaching", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Context teaching" + "52034": { + "code": "TUXB20D", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Study Program to expire" }, - "TUXB706": { - "code": "TUXB706", - "id": 52302, - "name": "Academic Programs Exchange programs", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs" + "52035": { + "code": "TUXS214", + "name": "Degree Program B.Sc. Engineering Science", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/B.Sc. Engineering Science" }, - "TUXB707": { - "code": "TUXB707", - "id": 52303, - "name": "Academic Programs Doctoral Programs SOT", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT" + "52036": { + "code": "TUXS215", + "name": "Degree Program M.Sc. Industrial Biotechnology", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Industrial Biotechnology" }, - "TUXB708": { - "code": "TUXB708", - "id": 52304, - "name": "Academic Programs Bachelor of Education Teaching at Vocational Schools", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools" + "52037": { + "code": "TUXS216", + "name": "Degree Program M.Sc. Ergonomics - Human Factors Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Ergonomics - Human Factors Engineering" }, - "TUXB709": { - "code": "TUXB709", - "id": 52305, - "name": "Academic Programs Master of Education Teaching at Vocational Schools", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools" + "52038": { + "code": "TUXS217", + "name": "Degree Program M.Sc. Materials Science and Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Materials Science and Engineering" }, - "TUXB70A": { - "code": "TUXB70A", - "id": 52306, - "name": "Academic Programs Teaching at Vocational Schools Erweiterung", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung" + "52039": { + "code": "TUXS218", + "name": "Degree Program M.Sc. Power Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Power Engineering" }, - "TUXB70B": { - "code": "TUXB70B", - "id": 52307, - "name": "Academic Programs Master of Education Teaching at Vocational Schools integrated", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools integrated" + "52079": { + "code": "TUS1OTS", + "name": "School Office of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/School Office" }, - "TUXB70C": { - "code": "TUXB70C", - "id": 52308, - "name": "Academic Programs Program with state-certified examination", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination" + "52082": { + "code": "TUS3OTS", + "name": "School Office of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/School Office" }, - "TUXB70D": { - "code": "TUXB70D", - "id": 52309, - "name": "Academic Programs Master Wirtschaftsp\u00e4dagogik", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master Wirtschaftsp\u00e4dagogik" + "52085": { + "code": "TUS7OTS", + "name": "School Office of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/School Office" }, - "TUXB70E": { - "code": "TUXB70E", - "id": 52310, - "name": "Academic Programs Bachelor of Education - Scientific Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education" + "52088": { + "code": "TUS5OTS", + "name": "School Office of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/School Office" }, - "TUXB70F": { - "code": "TUXB70F", - "id": 52311, - "name": "Academic Programs Master of Education Scientific Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education" + "52097": { + "code": "TUXB403", + "name": "Academic Programs Study Program Agricultural and Horticultural Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Study Program Agricultural and Horticultural Sciences" }, - "TUXB70G": { - "code": "TUXB70G", - "id": 52312, - "name": "Academic Programs Naturwissenschaftliche Bildung: Erweiterung", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung" + "52098": { + "code": "TUXB408", + "name": "Academic Programs Study Program Biosciences and Biotechnology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Study Program Biosciences and Biotechnology" }, - "TUXB70H": { - "code": "TUXB70H", - "id": 52313, - "name": "Academic Programs Political Science & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology" + "52099": { + "code": "TUXB40C", + "name": "Academic Programs Study Program Brewing, Food Technology and Bioprocess Engeneering", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Study Program Brewing, Food Technology and Bioprocess Engeneering" }, - "TUXB70I": { - "code": "TUXB70I", - "id": 52314, - "name": "Academic Programs Social Science & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology" + "52100": { + "code": "TUXB40F", + "name": "Academic Programs Study Program Nutrition Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Study Program Nutrition Sciences" }, - "TUXB70J": { - "code": "TUXB70J", - "id": 52315, - "name": "Academic Programs Educational Science & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Educational Science & Technology" + "52101": { + "code": "TUXB40J", + "name": "Academic Programs Study Program Forest Science and Ressource Management", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Study Program Forest Science and Ressource Management" }, - "TUXB70K": { - "code": "TUXB70K", - "id": 52316, - "name": "Academic Programs TUM Skills Excellence Program Social Sciences", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Certificate Programs/TUM Skills Excellence Program Social Sciences" + "52102": { + "code": "TUXB40N", + "name": "Academic Programs Study Program Landscape Architecture and Landscape Planning", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Study Program Landscape Architecture and Landscape Planning" }, - "TUXB70L": { - "code": "TUXB70L", - "id": 19700, - "name": "Academic Programs WTG", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Context teaching/WTG" + "52117": { + "code": "TUXS403", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Agricultural and Horticultural Sciences)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Study Program Agricultural and Horticultural Sciences/TUM Skills Excellence Program (TUM School of Life Sciences Agricultural and Horticultural Sciences)" }, - "TUXB70M": { - "code": "TUXB70M", - "id": 52318, - "name": "Academic Programs Lehrerbildung", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Context teaching/Lehrerbildung" + "52118": { + "code": "TUXS408", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Biosciences)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Study Program Biosciences and Biotechnology/TUM Skills Excellence Program (TUM School of Life Sciences Biosciences)" }, - "TUXB70N": { - "code": "TUXB70N", - "id": 52319, - "name": "Academic Programs Practical Project Students", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/Practical Project Students" + "52119": { + "code": "TUXS40H", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Brewing and Food Technology)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Study Program Brewing, Food Technology and Bioprocess Engeneering/TUM Skills Excellence Program (TUM School of Life Sciences Brewing and Food Technology)" }, - "TUXB70O": { - "code": "TUXB70O", - "id": 52320, - "name": "Academic Programs nicht studienbeitragspflichtig", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig" + "52120": { + "code": "TUXS40L", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Nutrition)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Study Program Nutrition Sciences/TUM Skills Excellence Program (TUM School of Life Sciences Nutrition)" }, - "TUXB70P": { - "code": "TUXB70P", - "id": 52857, - "name": "Academic Programs Expired Programs", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs" + "52121": { + "code": "TUXS40P", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Forest Science and Resource Management)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Study Program Forest Science and Ressource Management/TUM Skills Excellence Program (TUM School of Life Sciences Forest Science and Resource Management)" }, - "TUXB70Q": { - "code": "TUXB70Q", - "id": 53697, - "name": "Academic Programs Master Vocational Education and Innovation", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Academic Programs" + "52122": { + "code": "TUXS40T", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Landscape Architecture and Landscape Planning)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Study Program Landscape Architecture and Landscape Planning/TUM Skills Excellence Program (TUM School of Life Sciences Landscape Architecture and Landscape Planning)" }, - "TUXB70R": { - "code": "TUXB70R", - "id": 55918, - "name": "Academic Programs AI in Society", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Academic Programs" + "52137": { + "code": "TUXB40O", + "name": "Academic Programs Exchange Program Life Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences" }, - "TUXO100": { - "code": "TUXO100", - "id": 53638, - "name": "Academic Program Administration of the TUM School of Computation, Information and Technology", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration" + "52138": { + "code": "TUXS40U", + "name": "Degree Program Exchange Program TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences/Exchange Program TUM School of Life Sciences" }, - "TUXO200": { - "code": "TUXO200", - "id": 51937, - "name": "Academic Program Administration of the TUM School of Engineering and Design", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration" + "52139": { + "code": "TUXS40V", + "name": "Degree Program Exchange Program (Practical Project Students)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences/Exchange Program (Practical Project Students)" }, - "TUXO300": { - "code": "TUXO300", - "id": 52977, - "name": "Academic Program Administration of the TUM School of Natural Sciences", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration" + "52157": { + "code": "TUMWPES", + "name": "Chair of Production Technology and Energy Storage Systems (Prof. Daub)", + "path": "TUM/Schools/Engineering and Design/Departments/Mechanical Engineering/Production Technology and Energy Storage Systems (Prof. Daub)" }, - "TUXO400": { - "code": "TUXO400", - "id": 51737, - "name": "Academic Program Administration of the TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration" + "52158": { + "code": "TUZET21", + "name": "AI in Healthcare and Medicine (AG R\u00fcckert)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/AI in Healthcare and Medicine (AG R\u00fcckert)" }, - "TUXO500": { - "code": "TUXO500", - "id": 55017, - "name": "Academic Program Administration of the TUM School of Medicine and Health", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration" + "52177": { + "code": "TUMEZN4", + "name": "Associate Professorship of Systems Biology of Metabolism (HMGU) (Prof. Perocchi)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Cell Biology of the Nervous System (Prof. Misgeld)/Systems Biology of Metabolism (HMGU) (Prof. Perocchi)" }, - "TUXO600": { + "52197": { "code": "TUXO600", - "id": 52197, "name": "Academic Program Administration Academic Program Administration of the TUM School of Management", "path": "TUM/Schools/Management/Academic Program Administration" }, - "TUXO700": { - "code": "TUXO700", - "id": 52277, - "name": "Academic Program Administration Academic Program Administration of the TUM School of Social Sciences and Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration" + "52198": { + "code": "TUXB601", + "name": "Academic Programs School of Management Location Munich", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich" }, - "TUXS100": { - "code": "TUXS100", - "id": 53648, - "name": "Degree Program M.Sc. Data Engineering and Analytics", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Data Science/M.Sc. Data Engineering and Analytics" + "52199": { + "code": "TUXB602", + "name": "Academic Programs School of Management Location Heilbronn", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn" }, - "TUXS101": { - "code": "TUXS101", - "id": 53649, - "name": "Degree Program M.Sc. Mathematics in Data Science", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Data Science/M.Sc. Mathematics in Data Science" + "52200": { + "code": "TUXB603", + "name": "Academic Programs School of Management Location Straubing", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Straubing" }, - "TUXS102": { - "code": "TUXS102", - "id": 53650, - "name": "Degree Program B.Sc. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/B.Sc. Elektrotechnik und Informationstechnik" + "52201": { + "code": "TUXB604", + "name": "Academic Programs Exchange programs", + "path": "TUM/Schools/Management/Academic Program Administration/Exchange programs" }, - "TUXS103": { - "code": "TUXS103", - "id": 53651, - "name": "Degree Program M.Sc. Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Elektrotechnik und Informationstechnik" + "52202": { + "code": "TUXB605", + "name": "Academic Programs Doctoral Programs MGT", + "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT" }, - "TUXS104": { - "code": "TUXS104", - "id": 53652, - "name": "Degree Program M.Sc. Communication Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Communication Engineering" + "52203": { + "code": "TUXB606", + "name": "Academic Programs Executive & Professional Education", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education" }, - "TUXS105": { - "code": "TUXS105", - "id": 53653, - "name": "Degree Program M.Sc. Neuroengineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Neuroengineering" + "52204": { + "code": "TUXS601", + "name": "Degree Program B.Sc. Management & Technology", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/B.Sc. Management & Technology" }, - "TUXS106": { - "code": "TUXS106", - "id": 53654, - "name": "Degree Program Austauschprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/Austauschprogramme" + "52205": { + "code": "TUXS602", + "name": "Degree Program M.Sc. Management and Technology (TUM-BWL)", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Management and Technology (TUM-BWL)" }, - "TUXS107": { - "code": "TUXS107", - "id": 53655, - "name": "Degree Program Zertifikatsprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/Zertifikatsprogramme" + "52206": { + "code": "TUXS603", + "name": "Degree Program M.Sc. Management (Main location: Munich)", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Management (Main location: Munich)" }, - "TUXS108": { - "code": "TUXS108", - "id": 53656, - "name": "Degree Program B.Sc. Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Informatik" + "52207": { + "code": "TUXS604", + "name": "Degree Program M.Sc. Consumer Science", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Consumer Science" }, - "TUXS109": { - "code": "TUXS109", - "id": 53657, - "name": "Degree Program B.Sc. Informatik: Games Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Informatik: Games Engineering" + "52208": { + "code": "TUXS605", + "name": "Degree Program M.Sc. Finance and Information Management", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Finance and Information Management" }, - "TUXS10A": { - "code": "TUXS10A", - "id": 53658, - "name": "Degree Program B.Sc. Wirtschaftsinformatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Wirtschaftsinformatik" + "52209": { + "code": "TUXS606", + "name": "Degree Program TUM Skills Excellence Program Management", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/TUM Skills Excellence Program Management" }, - "TUXS10B": { - "code": "TUXS10B", - "id": 53659, - "name": "Degree Program B.Sc. Bioinformatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Bioinformatik" + "52210": { + "code": "TUXS607", + "name": "Degree Program discontinuing", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/discontinuing" }, - "TUXS10C": { - "code": "TUXS10C", - "id": 53660, - "name": "Degree Program M.Sc. Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Informatik" + "52211": { + "code": "TUXS608", + "name": "Degree Program B.Sc. Management & Technology (Heilbronn)", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/B.Sc. Management & Technology (Heilbronn)" }, - "TUXS10D": { - "code": "TUXS10D", - "id": 53661, - "name": "Degree Program M.Sc. Informatik: Games Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Informatik: Games Engineering" + "52212": { + "code": "TUXS609", + "name": "Degree Program M.Sc. Management", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/M.Sc. Management" }, - "TUXS10E": { - "code": "TUXS10E", - "id": 53662, - "name": "Degree Program M.Sc. Robotics, Cognition, Intelligence", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Robotics, Cognition, Intelligence" + "52213": { + "code": "TUXS60A", + "name": "Degree Program TUM Skills Excellence Program Management", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/TUM Skills Excellence Program Management" }, - "TUXS10F": { - "code": "TUXS10F", - "id": 53663, - "name": "Degree Program M.Sc. Computational Science and Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Computational Science and Engineering" + "52214": { + "code": "TUXS60B", + "name": "Degree Program B.Sc. Sustainable Management and Technology", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Straubing/B.Sc. Sustainable Management and Technology" }, - "TUXS10G": { - "code": "TUXS10G", - "id": 53664, - "name": "Degree Program M.Sc. Biomedical Computing", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Biomedical Computing" + "52215": { + "code": "TUXS60C", + "name": "Degree Program M.Sc. Sustainable Management and Technology", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Straubing/M.Sc. Sustainable Management and Technology" }, - "TUXS10H": { - "code": "TUXS10H", - "id": 53665, - "name": "Degree Program M.Sc. Information Systems", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Information Systems" + "52216": { + "code": "TUXS60D", + "name": "Degree Program Exchange program (not subject to fees)", + "path": "TUM/Schools/Management/Academic Program Administration/Exchange programs/Exchange program (not subject to fees)" }, - "TUXS10I": { - "code": "TUXS10I", - "id": 53666, - "name": "Degree Program M.Sc. Bioinformatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Bioinformatik" + "52217": { + "code": "TUXS60E", + "name": "Degree Program Exchange program (Practical Project Students)", + "path": "TUM/Schools/Management/Academic Program Administration/Exchange programs/Exchange program (Practical Project Students)" + }, + "52218": { + "code": "TUXS60F", + "name": "Degree Program TUM School of Management (Munich)", + "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT/TUM School of Management (Munich)" + }, + "52219": { + "code": "TUXS60G", + "name": "Degree Program TUM School of Management (Heilbronn)", + "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT/TUM School of Management (Heilbronn)" }, - "TUXS10J": { - "code": "TUXS10J", - "id": 53667, - "name": "Degree Program Austauschprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/Austauschprogramme" + "52220": { + "code": "TUXS60H", + "name": "Degree Program Gastpromotion", + "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT/Gastpromotion" }, - "TUXS10K": { - "code": "TUXS10K", - "id": 53668, - "name": "Degree Program Zertifikatsprogramme\t", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/Zertifikatsprogramme\t" + "52221": { + "code": "TUXS60I", + "name": "Degree Program EMBA", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/EMBA" }, - "TUXS10L": { - "code": "TUXS10L", - "id": 53669, - "name": "Degree Program B.Sc. Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/B.Sc. Mathematik" + "52222": { + "code": "TUXS60J", + "name": "Degree Program EMBA Innovation and Business Creation", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/EMBA Innovation and Business Creation" }, - "TUXS10M": { - "code": "TUXS10M", - "id": 53670, - "name": "Degree Program M.Sc. Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/M.Sc. Mathematik" + "52223": { + "code": "TUXS60K", + "name": "Degree Program EMBA Business & IT", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/Degree Program" }, - "TUXS10N": { - "code": "TUXS10N", - "id": 53671, - "name": "Degree Program TopMath", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/TopMath" + "52224": { + "code": "TUXS60L", + "name": "Degree Program M.Sc. Management and Innovation (M\u00fcnchen)", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/M.Sc. Management and Innovation (M\u00fcnchen)" }, - "TUXS10O": { - "code": "TUXS10O", - "id": 53672, - "name": "Degree Program Austauschprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/Austauschprogramme" + "52225": { + "code": "TUXS60M", + "name": "Degree Program M.Sc. Management and Innovation (Heilbronn)", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/M.Sc. Management and Innovation (Heilbronn)" }, - "TUXS10P": { - "code": "TUXS10P", - "id": 53673, - "name": "Degree Program Zertifikatsprogramme", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/Zertifikatsprogramme" + "52257": { + "code": "TUS4P7T", + "name": "TUM Plant Technology Center (PTC)", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)" }, - "TUXS10Q": { - "code": "TUXS10Q", - "id": 53674, - "name": "Degree Program B.Sc. Information Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Heilbronn/B.Sc. Information Engineering" + "52258": { + "code": "TUS4G6P", + "name": "Greenhouses and Phytochambers Unit", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Greenhouses and Phytochambers Unit" }, - "TUXS10R": { - "code": "TUXS10R", - "id": 53675, - "name": "Degree Program B.Eng. Electronics & Data Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur/B.Eng. Electronics & Data Engineering" + "52259": { + "code": "TUS4F9C", + "name": "Field Crops Unit", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Field Crops Unit" }, - "TUXS10S": { - "code": "TUXS10S", - "id": 53676, - "name": "Degree Program M.Sc. Integrated Circuit Design", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur/M.Sc. Integrated Circuit Design" + "52260": { + "code": "TUS4A8R", + "name": "TUM Animal Research Center (ARC)", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)" }, - "TUXS10T": { - "code": "TUXS10T", - "id": 53677, - "name": "Degree Program M.Sc. Green Electronics", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur/M.Sc. Green Electronics" + "52261": { + "code": "TUS4N1T", + "name": "Farm animal unit", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Farm animal unit" }, - "TUXS10U": { - "code": "TUXS10U", - "id": 53678, - "name": "Degree Program Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT/Elektrotechnik und Informationstechnik" + "52262": { + "code": "TUS4K2T", + "name": "Small animal unit", + "path": "TUM/Schools/Life Sciences/TUM Animal Research Center (ARC)/Small animal unit" }, - "TUXS10V": { - "code": "TUXS10V", - "id": 53679, - "name": "Degree Program Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT/Informatik" + "52277": { + "code": "TUXO700", + "name": "Academic Program Administration Academic Program Administration of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration" }, - "TUXS10W": { - "code": "TUXS10W", - "id": 53680, - "name": "Degree Program Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT/Mathematik" + "52297": { + "code": "TUXB701", + "name": "Academic Programs Teaching at Vocational Schools", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools" }, - "TUXS10X": { - "code": "TUXS10X", - "id": 53681, - "name": "Degree Program Elektrotechnik und Informationstechnik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Elektrotechnik und Informationstechnik" + "52298": { + "code": "TUXB702", + "name": "Academic Programs Teaching at Academic Secondary Schools", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools" }, - "TUXS10Y": { - "code": "TUXS10Y", - "id": 53682, - "name": "Degree Program Informatik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Informatik" + "52299": { + "code": "TUXB703", + "name": "Academic Programs Political, Social and Educational Sciences", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences" }, - "TUXS10Z": { - "code": "TUXS10Z", - "id": 53683, - "name": "Degree Program Mathematik", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Mathematik" + "52300": { + "code": "TUXB704", + "name": "Academic Programs Certificate Programs", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Certificate Programs" }, - "TUXS110": { - "code": "TUXS110", - "id": 53684, - "name": "Degree Program Promotionen", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Promotionen" + "52301": { + "code": "TUXB705", + "name": "Academic Programs Context teaching", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Context teaching" }, - "TUXS111": { - "code": "TUXS111", - "id": 53978, - "name": "Degree Program M.Sc. Communications and Electronics Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Communications and Electronics Engineering" + "52302": { + "code": "TUXB706", + "name": "Academic Programs Exchange programs", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs" }, - "TUXS112": { - "code": "TUXS112", - "id": 54497, - "name": "Degree Program M.Sc. Data Engineering and Analytics", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Data Engineering and Analytics" + "52303": { + "code": "TUXB707", + "name": "Academic Programs Doctoral Programs SOT", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT" }, - "TUXS113": { - "code": "TUXS113", - "id": 55957, - "name": "Degree Program M.Sc. Information Engineering", - "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Heilbronn/Degree Program" + "52304": { + "code": "TUXB708", + "name": "Academic Programs Bachelor of Education Teaching at Vocational Schools", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools" }, - "TUXS200": { - "code": "TUXS200", - "id": 51948, - "name": "Degree Program B.Sc. Aerospace", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/B.Sc. Aerospace" + "52305": { + "code": "TUXB709", + "name": "Academic Programs Master of Education Teaching at Vocational Schools", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools" }, - "TUXS201": { - "code": "TUXS201", - "id": 51949, - "name": "Degree Program M.Sc. Aerospace", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/M.Sc. Aerospace" + "52306": { + "code": "TUXB70A", + "name": "Academic Programs Teaching at Vocational Schools Erweiterung", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung" }, - "TUXS202": { - "code": "TUXS202", - "id": 51950, - "name": "Degree Program M.Sc. Aerospace Engineering (GIST TUM Asia)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/M.Sc. Aerospace Engineering (GIST TUM Asia)" + "52307": { + "code": "TUXB70B", + "name": "Academic Programs Master of Education Teaching at Vocational Schools integrated", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools integrated" }, - "TUXS203": { - "code": "TUXS203", - "id": 51947, - "name": "Degree Program Exchange Program Aerospace", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/Exchange Program Aerospace" + "52308": { + "code": "TUXB70C", + "name": "Academic Programs Program with state-certified examination", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination" }, - "TUXS204": { - "code": "TUXS204", - "id": 52011, - "name": "Degree Program Internship Aerospace", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Aerospace/Internship Aerospace" + "52309": { + "code": "TUXB70D", + "name": "Academic Programs Master Wirtschaftsp\u00e4dagogik", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master Wirtschaftsp\u00e4dagogik" }, - "TUXS205": { - "code": "TUXS205", - "id": 52024, - "name": "Degree Program B.A. Architecture", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/B.A. Architecture" + "52310": { + "code": "TUXB70E", + "name": "Academic Programs Bachelor of Education - Scientific Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education" }, - "TUXS206": { - "code": "TUXS206", - "id": 52025, - "name": "Degree Program M.A. Architecture", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/M.A. Architecture" + "52311": { + "code": "TUXB70F", + "name": "Academic Programs Master of Education Scientific Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education" }, - "TUXS207": { - "code": "TUXS207", - "id": 52026, - "name": "Degree Program M.A. Landscape Architecture", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/M.A. Landscape Architecture" + "52312": { + "code": "TUXB70G", + "name": "Academic Programs Naturwissenschaftliche Bildung: Erweiterung", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung" }, - "TUXS208": { - "code": "TUXS208", - "id": 52027, - "name": "Degree Program M.Sc. Urbanism - Urban and Landscape Studies and Design", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/M.Sc. Urbanism - Urban and Landscape Studies and Design" + "52313": { + "code": "TUXB70H", + "name": "Academic Programs Political Science & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology" }, - "TUXS209": { - "code": "TUXS209", - "id": 52028, - "name": "Degree Program Exchange Program Architecture and Design", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Exchange Program Architecture and Design" + "52314": { + "code": "TUXB70I", + "name": "Academic Programs Social Science & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology" }, - "TUXS20A": { - "code": "TUXS20A", - "id": 52029, - "name": "Degree Program Internship Architecture and Design", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Internship Architecture and Design" + "52315": { + "code": "TUXB70J", + "name": "Academic Programs Educational Science & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Educational Science & Technology" }, - "TUXS20B": { - "code": "TUXS20B", - "id": 52031, - "name": "Degree Program B.Sc. Restoration, Art Technology and Preservation Science (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Architecture and Design/Study Program to expire/B.Sc. Restoration, Art Technology and Preservation Science (to expire)" + "52316": { + "code": "TUXB70K", + "name": "Academic Programs TUM Skills Excellence Program Social Sciences", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Certificate Programs/TUM Skills Excellence Program Social Sciences" }, - "TUXS20C": { - "code": "TUXS20C", - "id": 51999, - "name": "Degree Program B.Sc. Civil Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/B.Sc. Civil Engineering" + "52318": { + "code": "TUXB70M", + "name": "Academic Programs Lehrerbildung", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Context teaching/Lehrerbildung" }, - "TUXS20D": { - "code": "TUXS20D", - "id": 52000, - "name": "Degree Program B.Sc. Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/B.Sc. Environmental Engineering" + "52319": { + "code": "TUXB70N", + "name": "Academic Programs Practical Project Students", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/Practical Project Students" }, - "TUXS20E": { - "code": "TUXS20E", - "id": 52001, - "name": "Degree Program M.Sc. Civil Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Civil Engineering" + "52320": { + "code": "TUXB70O", + "name": "Academic Programs nicht studienbeitragspflichtig", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig" }, - "TUXS20F": { - "code": "TUXS20F", - "id": 52002, - "name": "Degree Program M.Sc. Computational Mechanics", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Computational Mechanics" + "52321": { + "code": "TUWIB46", + "name": "Associate Professorship of Applied Econometrics (Prof. Farbmacher)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Applied Econometrics (Prof. Farbmacher)" }, - "TUXS20G": { - "code": "TUXS20G", - "id": 52003, - "name": "Degree Program M.Sc. Rail, Transport and Logistics", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Rail, Transport and Logistics" + "52337": { + "code": "TUXS701", + "name": "Degree Program B.Ed. Agricultural Economy", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Agricultural Economy" }, - "TUXS20H": { - "code": "TUXS20H", - "id": 52004, - "name": "Degree Program M.Sc. Resource Efficient and Sustainable Building", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Resource Efficient and Sustainable Building" + "52338": { + "code": "TUXS702", + "name": "Degree Program B.Ed. Building Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Building Technology" }, - "TUXS20I": { - "code": "TUXS20I", - "id": 52005, - "name": "Degree Program M.Sc. Transportation Systems", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Transportation Systems" + "52339": { + "code": "TUXS703", + "name": "Degree Program B.Ed. Electrical Engineering and Information Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Electrical Engineering and Information Technology" }, - "TUXS20J": { - "code": "TUXS20J", - "id": 52006, - "name": "Degree Program M.Sc. Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Study program to expire/M.Sc. Environmental Engineering" + "52340": { + "code": "TUXS704", + "name": "Degree Program B.Ed. Nutritional Science and Home Economics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Nutritional Science and Home Economics" }, - "TUXS20K": { - "code": "TUXS20K", - "id": 52009, - "name": "Degree Program M.Sc. (hons) Computational Mechanics (Honoursprogramm)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. (hons) Computational Mechanics (Honoursprogramm)" + "52341": { + "code": "TUXS705", + "name": "Degree Program B.Ed. Health and Care Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Health and Care Science" + }, + "52342": { + "code": "TUXS706", + "name": "Degree Program B.Ed. Metal Engineering", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Metal Engineering" }, - "TUXS20L": { - "code": "TUXS20L", - "id": 51998, - "name": "Degree Program Civil- and Environmental Engineering (exchange program)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Civil- and Environmental Engineering (exchange program)" + "52343": { + "code": "TUXS707", + "name": "Degree Program M.Ed. Agricultural Economy", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Agricultural Economy" }, - "TUXS20M": { - "code": "TUXS20M", - "id": 52010, - "name": "Degree Program Internships Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Internships Mechanical Engineering" + "52344": { + "code": "TUXS708", + "name": "Degree Program M.Ed. Building Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Building Technology" }, - "TUXS20N": { - "code": "TUXS20N", - "id": 52008, - "name": "Degree Program M.Sc. Energy Efficient a. Sustainable Building (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Study program to expire/M.Sc. Energy Efficient a. Sustainable Building (to expire)" + "52345": { + "code": "TUXS709", + "name": "Degree Program M.Ed. Electrical Engineering and Information Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Electrical Engineering and Information Technology" }, - "TUXS20O": { - "code": "TUXS20O", - "id": 51952, - "name": "Degree Program B.Sc. Land Management", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/B.Sc. Land Management" + "52346": { + "code": "TUXS70A", + "name": "Degree Program M.Ed. Nutritional Science and Home Economics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Nutritional Science and Home Economics" }, - "TUXS20P": { - "code": "TUXS20P", - "id": 51953, - "name": "Degree Program B.Sc. Geodesy and Geoinformation", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/B.Sc. Geodesy and Geoinformation" + "52347": { + "code": "TUXS70B", + "name": "Degree Program M.Ed. Health and Care Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Health and Care Science" }, - "TUXS20Q": { - "code": "TUXS20Q", - "id": 51954, - "name": "Degree Program M.Sc. Earth Oriented Space Science and Technology", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc. Earth Oriented Space Science and Technology" + "52348": { + "code": "TUXS70C", + "name": "Degree Program M.Ed. Metal Engineering", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Metal Engineering" }, - "TUXS20R": { - "code": "TUXS20R", - "id": 51955, - "name": "Degree Program M.Sc.Cartography", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc.Cartography" + "52349": { + "code": "TUXS70D", + "name": "Degree Program Biology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Biology" }, - "TUXS20S": { - "code": "TUXS20S", - "id": 51956, - "name": "Degree Program M.Sc. Geodesy and Geoinformation", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc. Geodesy and Geoinformation" + "52350": { + "code": "TUXS70E", + "name": "Degree Program Chemistry", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Chemistry" }, - "TUXS20T": { - "code": "TUXS20T", - "id": 51957, - "name": "Degree Program M.Sc. Land Management and Geospatial Science", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/M.Sc. Land Management and Geospatial Science" + "52351": { + "code": "TUXS70F", + "name": "Degree Program German", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/German" }, - "TUXS20U": { - "code": "TUXS20U", - "id": 51951, - "name": "Degree Program Exchange Program Geodesy and Geoinformation", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/Exchange Program Geodesy and Geoinformation" + "52352": { + "code": "TUXS70G", + "name": "Degree Program Language and Communication German", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Language and Communication German" }, - "TUXS20V": { - "code": "TUXS20V", - "id": 52012, - "name": "Degree Program Internship Geodesy", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geodesy/Internship Geodesy" + "52353": { + "code": "TUXS70H", + "name": "Degree Program Professional Language German", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Professional Language German" }, - "TUXS20W": { - "code": "TUXS20W", - "id": 52013, - "name": "Degree Program B.Sc. Geosciences", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/B.Sc. Geosciences" + "52354": { + "code": "TUXS70I", + "name": "Degree Program English", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/English" }, - "TUXS20X": { - "code": "TUXS20X", - "id": 52014, - "name": "Degree Program M.Sc. Geomaterials and Geochemistry", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. Geomaterials and Geochemistry" + "52355": { + "code": "TUXS70J", + "name": "Degree Program Informatics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Informatics" }, - "TUXS20Y": { - "code": "TUXS20Y", - "id": 52015, - "name": "Degree Program M.Sc. Geophysics", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. Geophysics" + "52356": { + "code": "TUXS70K", + "name": "Degree Program Mathematics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Mathematics" }, - "TUXS20Z": { - "code": "TUXS20Z", - "id": 52016, - "name": "Degree Program M.Sc. GeoThermie/GeoEnergie", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. GeoThermie/GeoEnergie" + "52357": { + "code": "TUXS70L", + "name": "Degree Program Mechatronics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Mechatronics" }, - "TUXS210": { - "code": "TUXS210", - "id": 52017, - "name": "Degree Program M.Sc. Engineering Geology and Hydrogeology", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/M.Sc. Engineering Geology and Hydrogeology" + "52358": { + "code": "TUXS70M", + "name": "Degree Program Physics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Physics" }, - "TUXS211": { - "code": "TUXS211", - "id": 52018, - "name": "Degree Program M.Sc. Geological Sciences", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Study Program to expire/M.Sc. Geological Sciences" + "52359": { + "code": "TUXS70N", + "name": "Degree Program Protestant Religious Studies", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Protestant Religious Studies" }, - "TUXS212": { - "code": "TUXS212", - "id": 52019, - "name": "Degree Program Exchange Program Geo Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Exchange Program Geo Engineering" + "52360": { + "code": "TUXS70O", + "name": "Degree Program Catholic Religious Studies", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Catholic Religious Studies" }, - "TUXS213": { - "code": "TUXS213", - "id": 52020, - "name": "Degree Program Internship Geo Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Geo Engineering/Internship Geo Engineering" + "52361": { + "code": "TUXS70P", + "name": "Degree Program Social Studies", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Social Studies" }, - "TUXS214": { - "code": "TUXS214", - "id": 52035, - "name": "Degree Program B.Sc. Engineering Science", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/B.Sc. Engineering Science" + "52362": { + "code": "TUXS70Q", + "name": "Degree Program Politics and society", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Politics and society" }, - "TUXS215": { - "code": "TUXS215", - "id": 52036, - "name": "Degree Program M.Sc. Industrial Biotechnology", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Industrial Biotechnology" + "52363": { + "code": "TUXS70R", + "name": "Degree Program Sports", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Sports" }, - "TUXS216": { - "code": "TUXS216", - "id": 52037, - "name": "Degree Program M.Sc. Ergonomics - Human Factors Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Ergonomics - Human Factors Engineering" + "52364": { + "code": "TUXS70S", + "name": "Degree Program Psychology with a focus on school psychology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Psychology with a focus on school psychology" }, - "TUXS217": { - "code": "TUXS217", - "id": 52038, - "name": "Degree Program M.Sc. Materials Science and Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Materials Science and Engineering" + "52365": { + "code": "TUXS70T", + "name": "Degree Program M.Ed. Metal Engineering", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools integrated/M.Ed. Metal Engineering" }, - "TUXS218": { - "code": "TUXS218", - "id": 52039, - "name": "Degree Program M.Sc. Power Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Power Engineering" + "52366": { + "code": "TUXS70U", + "name": "Degree Program M.Ed. Electrical Engineering and Information Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools integrated/M.Ed. Electrical Engineering and Information Technology" }, - "TUXS219": { - "code": "TUXS219", - "id": 52032, - "name": "Degree Program Exchange Program Munich School of Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Exchange Program Munich School of Engineering" + "52367": { + "code": "TUXS70V", + "name": "Degree Program 1. Subject at LMU; Unterrichtsfach Beruf und Wirtschaft", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/1. Subject at LMU; Unterrichtsfach Beruf und Wirtschaft" }, - "TUXS21A": { - "code": "TUXS21A", - "id": 52033, - "name": "Degree Program Internship Munich School of Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Internship Munich School of Engineering" + "52368": { + "code": "TUXS70W", + "name": "Degree Program 1. Subject at LMU; Labor Studies", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/1. Subject at LMU; Labor Studies" }, - "TUXS21B": { - "code": "TUXS21B", - "id": 51962, - "name": "Degree Program B.Sc. Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/B.Sc. Mechanical Engineering" + "52369": { + "code": "TUXS70X", + "name": "Degree Program Didaktikfach Beruf und Wirtschaft", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/Didaktikfach Beruf und Wirtschaft" }, - "TUXS21C": { - "code": "TUXS21C", - "id": 51961, - "name": "Degree Program B.Sc. Engineering Science (UNI Salzburg)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/B.Sc. Engineering Science (UNI Salzburg)" + "52370": { + "code": "TUXS70Y", + "name": "Degree Program Didaktikfach Arbeitslehre", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/Didaktikfach Arbeitslehre" }, - "TUXS21D": { - "code": "TUXS21D", - "id": 51973, - "name": "Degree Program M.Sc. Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Mechanical Engineering" + "52371": { + "code": "TUXS70Z", + "name": "Degree Program M.Sc. Wirtschaftsp\u00e4dagogik I", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik I" }, - "TUXS21E": { - "code": "TUXS21E", - "id": 51974, - "name": "Degree Program M.Sc. Development, Production and Management in Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Development, Production and Management in Mechanical Engineering" + "52372": { + "code": "TUXS710", + "name": "Degree Program M.Sc. Wirtschaftsp\u00e4dagogik II", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik II" }, - "TUXS21F": { - "code": "TUXS21F", - "id": 51975, - "name": "Degree Program M.Sc. Automotive Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Automotive Engineering" + "52373": { + "code": "TUXS711", + "name": "Degree Program B.Ed. Biology; Chemistry", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Biology; Chemistry" }, - "TUXS21G": { - "code": "TUXS21G", - "id": 51976, - "name": "Degree Program M.Sc. Mechatronics and Robotics", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Mechatronics and Robotics" + "52374": { + "code": "TUXS712", + "name": "Degree Program M.Ed. Mathematics; Chemistry", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/M.Ed. Mathematics; Chemistry" }, - "TUXS21H": { - "code": "TUXS21H", - "id": 51977, - "name": "Degree Program M.Sc. Medical Engineering and Assistance Systems", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Medical Engineering and Assistance Systems" + "52375": { + "code": "TUXS713", + "name": "Degree Program B.Ed. Mathematics; Computer Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Mathematics; Computer Science" }, - "TUXS21I": { - "code": "TUXS21I", - "id": 51978, - "name": "Degree Program M.Sc. Science and Technology of Materials", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Science and Technology of Materials" + "52376": { + "code": "TUXS714", + "name": "Degree Program B.Ed. Mathematics; Physics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Mathematics; Physics" }, - "TUXS21J": { - "code": "TUXS21J", - "id": 51979, - "name": "Degree Program M.Sc. Energy and Process Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/M.Sc. Energy and Process Engineering" + "52377": { + "code": "TUXS715", + "name": "Degree Program B.Ed. Mathematics; Sports", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Mathematics; Sports" }, - "TUXS21K": { - "code": "TUXS21K", - "id": 51958, - "name": "Degree Program Exchange program Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Exchange program Mechanical Engineering" + "52378": { + "code": "TUXS716", + "name": "Degree Program M.Ed. Biology; Chemistry", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Biology; Chemistry" }, - "TUXS21L": { - "code": "TUXS21L", - "id": 51959, - "name": "Degree Program Exchange Program USP Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Exchange Program USP Mechanical Engineering" + "52379": { + "code": "TUXS717", + "name": "Degree Program M.Ed. Mathematics; Chemistry", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Chemistry" }, - "TUXS21M": { - "code": "TUXS21M", - "id": 51960, - "name": "Degree Program Internships Mechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Internships Mechanical Engineering" + "52380": { + "code": "TUXS718", + "name": "Degree Program M.Ed. Mathematics; Computer Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Computer Science" }, - "TUXS21N": { - "code": "TUXS21N", - "id": 51963, - "name": "Degree Program M.Sc. Energy and Process Engineering (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Energy and Process Engineering (to expire)" + "52381": { + "code": "TUXS719", + "name": "Degree Program M.Ed. Mathematics; Physics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Physics" }, - "TUXS21O": { - "code": "TUXS21O", - "id": 51966, - "name": "Degree Program M.Sc. Aerospace (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Aerospace (to expire)" + "52382": { + "code": "TUXS71A", + "name": "Degree Program M.Ed. Mathematics; Sports", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Sports" }, - "TUXS21P": { - "code": "TUXS21P", - "id": 51969, - "name": "Degree Program M.Sc. Mechatronics and Information Technology (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Mechatronics and Information Technology (to expire)" + "52383": { + "code": "TUXS71B", + "name": "Degree Program Biology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Biology" }, - "TUXS21Q": { - "code": "TUXS21Q", - "id": 51972, - "name": "Degree Program M.Sc. Production and Logistics (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Production and Logistics (to expire)" + "52384": { + "code": "TUXS71C", + "name": "Degree Program Chemistry", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Chemistry" + }, + "52385": { + "code": "TUXS71D", + "name": "Degree Program Mathematics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Mathematics" }, - "TUXS21R": { - "code": "TUXS21R", - "id": 51968, - "name": "Degree Program M.Sc. Mechanical Engineering (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Mechanical Engineering (to expire)" + "52386": { + "code": "TUXS71E", + "name": "Degree Program Computer Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Computer Science" }, - "TUXS21S": { - "code": "TUXS21S", - "id": 51964, - "name": "Degree Program M.Sc. Product Development and Engineering (to expire)Design", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Product Development and Engineering (to expire)Design" + "52387": { + "code": "TUXS71F", + "name": "Degree Program Physics", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Physics" }, - "TUXS21T": { - "code": "TUXS21T", - "id": 51967, - "name": "Degree Program M.Sc. Mechanical Engineering and Management (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Mechanical Engineering and Management (to expire)" + "52388": { + "code": "TUXS71G", + "name": "Degree Program B.Sc. Political Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Political Science" }, - "TUXS21U": { - "code": "TUXS21U", - "id": 51970, - "name": "Degree Program M.Sc. Medical Technology and Engineering (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Medical Technology and Engineering (to expire)" + "52389": { + "code": "TUXS71H", + "name": "Degree Program B.Sc. Political Science (Parttime, 66%)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Political Science (Parttime, 66%)" }, - "TUXS21V": { - "code": "TUXS21V", - "id": 51971, - "name": "Degree Program M.Sc. Nuclear Technology (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Nuclear Technology (to expire)" + "52390": { + "code": "TUXS71I", + "name": "Degree Program M.Sc. Politics & Technology", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology" }, - "TUXS21W": { - "code": "TUXS21W", - "id": 51965, - "name": "Degree Program M.Sc. Automotive and Combustion Engine Technology (to expire)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Study program to expire/M.Sc. Automotive and Combustion Engine Technology (to expire)" + "52391": { + "code": "TUXS71J", + "name": "Degree Program M.Sc. Politics & Technology (66%)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology (66%)" }, - "TUXS21X": { - "code": "TUXS21X", - "id": 51946, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Engineering and Design) (postgraduate course)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Study programs ED/TUM Skills Excellence Program (TUM School of Engineering and Design) (postgraduate course)" + "52392": { + "code": "TUXS71K", + "name": "Degree Program M.A. Science and Technology Studies (STS)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology/M.A. Science and Technology Studies (STS)" }, - "TUXS21Y": { - "code": "TUXS21Y", - "id": 52837, - "name": "Degree Program M.Sc. Environmental Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Environmental Engineering" + "52393": { + "code": "TUXS71L", + "name": "Degree Program M.A. Responsibility in Science, Engineering and Technology (RESET)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology/M.A. Responsibility in Science, Engineering and Technology (RESET)" }, - "TUXS21Z": { - "code": "TUXS21Z", - "id": 52877, - "name": "Degree Program M.Sc. Information Technologies for the Built Environment", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Information Technologies for the Built Environment" + "52394": { + "code": "TUXS71M", + "name": "Degree Program M.A. Science- and Technics Philosophy", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology/M.A. Science- and Technics Philosophy" }, - "TUXS220": { - "code": "TUXS220", - "id": 52897, - "name": "Degree Program studium MINT", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/studium MINT" + "52395": { + "code": "TUXS71N", + "name": "Degree Program M.Ed. Research on Teaching and Learning", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Educational Science & Technology/M.Ed. Research on Teaching and Learning" }, - "TUXS221": { - "code": "TUXS221", - "id": 52997, - "name": "Degree Program TUM School of Engineering and Design (Landscape Architecture)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Landscape Architecture)" + "52396": { + "code": "TUXS71O", + "name": "Degree Program TUM Skills Excellence Program (TUM School of Governance)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Certificate Programs/TUM Skills Excellence Program Social Sciences/TUM Skills Excellence Program (TUM School of Governance)" }, - "TUXS222": { - "code": "TUXS222", - "id": 52998, - "name": "Degree Program TUM School of Engineering and Design (Architecture)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Architecture)" + "52397": { + "code": "TUXS71P", + "name": "Degree Program Political Science (TUM-PREP)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/Practical Project Students/Political Science (TUM-PREP)" }, - "TUXS223": { - "code": "TUXS223", - "id": 52999, - "name": "Degree Program TUM School of Engineering and Design (Mechanical Engineering)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Mechanical Engineering)" + "52398": { + "code": "TUXS71Q", + "name": "Degree Program Research on Teaching and Learning (TUM-PREP)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/Practical Project Students/Research on Teaching and Learning (TUM-PREP)" }, - "TUXS224": { - "code": "TUXS224", - "id": 53000, - "name": "Degree Program TUM School of Engineering and Design (Civil Engineering)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Civil Engineering)" + "52399": { + "code": "TUXS71R", + "name": "Degree Program Political Science - Exchange program", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig/Political Science - Exchange program" }, - "TUXS225": { - "code": "TUXS225", - "id": 53001, - "name": "Degree Program TUM School of Engineering and Design (Geosciences)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Geosciences)" + "52400": { + "code": "TUXS71S", + "name": "Degree Program Science and Technology Studies - Exchange program", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig/Science and Technology Studies - Exchange program" }, - "TUXS226": { - "code": "TUXS226", - "id": 53002, - "name": "Degree Program TUM School of Engineering and Design (Engineering Sciences)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Engineering Sciences)" + "52401": { + "code": "TUXS71T", + "name": "Degree Program Research on Teaching and Learning - Exchange program", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig/Research on Teaching and Learning - Exchange program" }, - "TUXS227": { - "code": "TUXS227", - "id": 53003, - "name": "Degree Program TUM School of Engineering and Design (Aerospace)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Aerospace)" + "52402": { + "code": "TUXS71U", + "name": "Degree Program MCTS - Exchange program", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/MCTS - Exchange program" }, - "TUXS228": { - "code": "TUXS228", - "id": 53004, - "name": "Degree Program TUM School of Engineering and Design (Geodesy)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Geodesy)" + "52417": { + "code": "TUS6DEA", + "name": "Dean of the TUM School of Management", + "path": "TUM/Schools/Management/Dean" }, - "TUXS229": { - "code": "TUXS229", - "id": 53637, - "name": "Degree Program M.Sc. (hons) Civil Engineering (Honoursprogramm)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. (hons) Civil Engineering (Honoursprogramm)" + "52418": { + "code": "TUS6VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Management", + "path": "TUM/Schools/Management/Vice Dean/Research and Innovation" }, - "TUXS230": { - "code": "TUXS230", - "id": 54297, - "name": "Degree Program M.Sc. Risk and Safety", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Risk and Safety" + "52419": { + "code": "TUS6VST", + "name": "Vice Dean Academic and Student Affairs of the TUM School of Management", + "path": "TUM/Schools/Management/Vice Dean/Academic and Student Affairs" }, - "TUXS231": { - "code": "TUXS231", - "id": 54337, - "name": "Degree Program Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten" + "52420": { + "code": "TUS6VTD", + "name": "Vice Dean Talent Management and Diversity of the TUM School of Management", + "path": "TUM/Schools/Management/Vice Dean/Talent Management and Diversity" }, - "TUXS232": { - "code": "TUXS232", - "id": 54437, - "name": "Degree Program M.Sc. Mechatronics, Robotics, and Biomechanical Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Degree Program" + "52421": { + "code": "TUS6VIO", + "name": "Vice Dean Information Officer of the TUM School of Management", + "path": "TUM/Schools/Management/Vice Dean/Information Officer" }, - "TUXS233": { - "code": "TUXS233", - "id": 55278, - "name": "Degree Program M.Sc. Medizintechnik", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Degree Program" + "52422": { + "code": "TUS6RGE", + "name": "Gender Equality Officer of the TUM School of Management", + "path": "TUM/Schools/Management/Representatives/Gender Equality Officer" }, - "TUXS234": { - "code": "TUXS234", - "id": 55279, - "name": "Degree Program B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)" + "52423": { + "code": "TUS6RDP", + "name": "Data Protection Representative of the TUM School of Management", + "path": "TUM/Schools/Management/Representatives/Data Protection Representative" }, - "TUXS235": { - "code": "TUXS235", - "id": 55837, - "name": "Degree Program M.Sc. Rail and Urban Transport", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Degree Program" + "52424": { + "code": "TUS6DP1", + "name": "Department of Economics and Policy", + "path": "TUM/Schools/Management/Departments/Economics and Policy" }, - "TUXS236": { - "code": "TUXS236", - "id": 55838, - "name": "Degree Program M.Sc. Logistics Engineering and Management", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Degree Program" + "52425": { + "code": "TUS6DP2", + "name": "Department of Finance and Accounting", + "path": "TUM/Schools/Management/Departments/Finance and Accounting" }, - "TUXS237": { - "code": "TUXS237", - "id": 55839, - "name": "Degree Program M.Sc. Human Factors Engineering", - "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Degree Program" + "52426": { + "code": "TUS6DP3", + "name": "Department of Innovation and Entrepreneurship", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship" }, - "TUXS300": { - "code": "TUXS300", - "id": 53022, - "name": "B.Sc. Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/B.Sc. Physics" + "52427": { + "code": "TUS6DP4", + "name": "Department of Marketing, Strategy and Leadership", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership" }, - "TUXS301": { - "code": "TUXS301", - "id": 53023, - "name": "M.Sc. Physics (Condensed Matter Physics)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Condensed Matter Physics)" + "52428": { + "code": "TUS6DP5", + "name": "Department of Operations and Technology", + "path": "TUM/Schools/Management/Departments/Operations and Technology" }, - "TUXS302": { - "code": "TUXS302", - "id": 53024, - "name": "M.Sc. Physics (Nuclear, Particle, and Astrophysics)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Nuclear, Particle, and Astrophysics)" + "52429": { + "code": "TUS7DEA", + "name": "Dean of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Dean" }, - "TUXS303": { - "code": "TUXS303", - "id": 53025, - "name": "M.Sc. Physics (Biophysics)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Biophysics)" + "52430": { + "code": "TUS7VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Research and Innovation" }, - "TUXS304": { - "code": "TUXS304", - "id": 53026, - "name": "M.Sc. Physics (Applied and Engineering Physics)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Applied and Engineering Physics)" + "52431": { + "code": "TUS7VST", + "name": "Vice Dean Academic and Student Affairs of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Academic and Student Affairs" }, - "TUXS305": { - "code": "TUXS305", - "id": 53051, - "name": "M.Sc. Biomedical Engineering and Medical Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Biomedical Engineering and Medical Physics" + "52432": { + "code": "TUS7VTD", + "name": "Vice Dean Talent Management and Diversity of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Talent Management and Diversity" }, - "TUXS306": { - "code": "TUXS306", - "id": 53052, - "name": "M.Sc. Quantum Science & Technology", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Quantum Science & Technology" + "52433": { + "code": "TUS7VIO", + "name": "Vice Dean Information Officer of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Vice Dean/Information Officer" }, - "TUXS307": { - "code": "TUXS307", - "id": 53053, - "name": "M.Sc. Theoretical and Mathematical Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Theoretical and Mathematical Physics" + "52434": { + "code": "TUS7RGE", + "name": "Gender Equality Officer of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Representatives/Gender Equality Officer" }, - "TUXS308": { - "code": "TUXS308", - "id": 53054, - "name": "M.Sc. Matter to Life", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Matter to Life" + "52435": { + "code": "TUS7RDP", + "name": "Data Protection Representative of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Representatives/Data Protection Representative" }, - "TUXS309": { - "code": "TUXS309", - "id": 53044, - "name": "B.Sc. Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry/B.Sc. Chemistry" + "52436": { + "code": "TUS2VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Vice Dean/Research and Innovation" }, - "TUXS30A": { - "code": "TUXS30A", - "id": 53045, - "name": "M.Sc. Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry/M.Sc. Chemistry" + "52437": { + "code": "TUS2VST", + "name": "Vice Dean Academic and Student Affairs of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Vice Dean/Academic and Student Affairs" }, - "TUXS30B": { - "code": "TUXS30B", - "id": 53046, - "name": "B.Sc. Food Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry/B.Sc. Food Chemistry" + "52438": { + "code": "TUS2VTD", + "name": "Vice Dean Talent Management und Diversity of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Vice Dean/Talent Management und Diversity" }, - "TUXS30C": { - "code": "TUXS30C", - "id": 53047, - "name": "B.Sc. Biochemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Bio Chemistry/B.Sc. Biochemistry" + "52439": { + "code": "TUS2VIO", + "name": "Vice Dean Information Officer of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Vice Dean/Information Officer" }, - "TUXS30D": { - "code": "TUXS30D", - "id": 53048, - "name": "M.Sc. Biochemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Bio Chemistry/M.Sc. Biochemistry" + "52457": { + "code": "TUZEIOT", + "name": "Catalan", + "path": "TUM/Central Service Institutions/TUM Language Center/Catalan" }, - "TUXS30E": { - "code": "TUXS30E", - "id": 53049, - "name": "B.Sc. Chemical Engineering", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemical Engineering/B.Sc. Chemical Engineering" + "52477": { + "code": "TUS2DEA", + "name": "Dean of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Dean" + }, + "52497": { + "code": "TUS7DP1", + "name": "Department of Educational Sciences", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences" }, - "TUXS30F": { - "code": "TUXS30F", - "id": 53050, - "name": "M.Sc. Chemical Engineering", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemical Engineering/M.Sc. Chemical Engineering" + "52498": { + "code": "TUS7DP2", + "name": "Department of Governance", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance" }, - "TUXS30G": { - "code": "TUXS30G", - "id": 53037, - "name": "Chemical Engineering (GIST Asia)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/TUM Asia Programs/Chemical Engineering (GIST Asia)" + "52517": { + "code": "TUS7DP3", + "name": "Department of Science, Technology and Society", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society" }, - "TUXS30H": { - "code": "TUXS30H", - "id": 53038, - "name": "Industrial Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/TUM Asia Programs/Industrial Chemistry" + "52537": { + "code": "TUPOL20", + "name": "Chair of Public Policy, Governance and Innovative Technology (Prof. Gasser)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy, Governance and Innovative Technology (Prof. Gasser)" }, - "TUXS30I": { - "code": "TUXS30I", - "id": 53039, - "name": "TUM School of Natural Sciences (Physics)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT/TUM School of Natural Sciences (Physics)" + "52538": { + "code": "TUPHTTP", + "name": "Assistant Professorship of Theoretical Particle Physics (Prof. Tancredi)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theoretical Particle Physics (Prof. Tancredi)" }, - "TUXS30J": { - "code": "TUXS30J", - "id": 53040, - "name": "TUM School of Natural Sciences (Chemistry)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT/TUM School of Natural Sciences (Chemistry)" + "52557": { + "code": "TUS6STC", + "name": "Student Council", + "path": "TUM/Schools/Management/Student Council" }, - "TUXS30K": { - "code": "TUXS30K", - "id": 53041, - "name": "TUM School of Natural Sciences (Food Chemistry)", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT/TUM School of Natural Sciences (Food Chemistry)" + "52577": { + "code": "TUEIMNT", + "name": "Chair of Micro- and Nanosystems Technology (Prof. Hagelauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering/Micro- and Nanosystems Technology (Prof. Hagelauer)" }, - "TUXS30L": { - "code": "TUXS30L", - "id": 53042, - "name": "Exchange Program Chemistry", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Exchange Program NAT/Exchange Program Chemistry" + "52597": { + "code": "TUXS71V", + "name": "Degree Program Chemistry for Business Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Chemistry for Business Education" }, - "TUXS30M": { - "code": "TUXS30M", - "id": 53043, - "name": "Exchange Program Physics", - "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Exchange Program NAT/Exchange Program Physics" + "52598": { + "code": "TUS2STC", + "name": "Student Council", + "path": "TUM/Schools/Engineering and Design/Student Council" }, - "TUXS400": { - "code": "TUXS400", - "id": 51741, - "name": "Degree Program M.Sc. Agrosystem Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences/M.Sc. Agrosystem Sciences" + "52599": { + "code": "TUS7STC", + "name": "Student Council", + "path": "TUM/Schools/Social Sciences and Technology/Student Council" }, - "TUXS401": { - "code": "TUXS401", - "id": 51740, - "name": "Degree Program B.Sc. Agricultural Science and Horticultural Science", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences/B.Sc. Agricultural Science and Horticultural Science" + "52617": { + "code": "TUSPL20", + "name": "Assistant Professorship of Health Literacy (Prof. Okan)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Health Literacy (Prof. Okan)" }, - "TUXS402": { - "code": "TUXS402", - "id": 51743, - "name": "Degree Program M.Sc. Agricultural Biosciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Biosciences/M.Sc. Agricultural Biosciences" + "52618": { + "code": "TUSPL21", + "name": "Assistant Professorship of Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Behavioral Science for Disease Prevention and Health Care (Prof. Sudharsanan)" }, - "TUXS403": { - "code": "TUXS403", - "id": 52117, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Agricultural and Horticultural Sciences)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Study Program Agricultural and Horticultural Sciences/TUM Skills Excellence Program (TUM School of Life Sciences Agricultural and Horticultural Sciences)" + "52637": { + "code": "TUS2ESM", + "name": "Associate Professorship of Earth System Modelling (Prof. Boers)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Earth System Modelling (Prof. Boers)" }, - "TUXS404": { - "code": "TUXS404", - "id": 51777, - "name": "Degree Program B.Sc. Life Sciences Biologie", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Biology/B.Sc. Life Sciences Biologie" + "52657": { + "code": "TUZEIOU", + "name": "Sign Language", + "path": "TUM/Central Service Institutions/TUM Language Center/Sign Language" }, - "TUXS405": { - "code": "TUXS405", - "id": 51778, - "name": "Degree Program M.Sc. Biology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Biology/M.Sc. Biology" + "52677": { + "code": "TUS7DDP", + "name": "Assistant Professorship of Physics Education (Prof. Vorholzer)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Physics Education (Prof. Vorholzer)" }, - "TUXS406": { - "code": "TUXS406", - "id": 51779, - "name": "Degree Program B.Sc. Molecular Biotechnology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Molecular Biotechnology/B.Sc. Molecular Biotechnology" + "52697": { + "code": "TUEINEN", + "name": "Assistant Professorship of Neuroengineering Materials (Prof. Kozielski)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Neuroengineering Materials (Prof. Kozielski)" }, - "TUXS407": { - "code": "TUXS407", - "id": 51780, - "name": "Degree Program M.Sc. Molecular Biotechnology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Molecular Biotechnology/M.Sc. Molecular Biotechnology" + "52717": { + "code": "TUCHACH", + "name": "Assistant Professorship of Analytical Chemistry (Prof. Strittmatter)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Analytical Chemistry (Prof. Strittmatter)" }, - "TUXS408": { - "code": "TUXS408", - "id": 52118, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Biosciences)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Study Program Biosciences and Biotechnology/TUM Skills Excellence Program (TUM School of Life Sciences Biosciences)" + "52718": { + "code": "TUINH01", + "name": "Informatics Heilbronn 1 - Assistant Professorship of Efficient Algorithms (Prof. Luttenberger)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 1 - Assistant Professorship of Efficient Algorithms (Prof. Luttenberger)" }, - "TUXS409": { - "code": "TUXS409", - "id": 51781, - "name": "Degree Program B.Sc. Brewing and Beverage Technology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/B.Sc. Brewing and Beverage Technology" + "52719": { + "code": "TUINH02", + "name": "Informatics Heilbronn 2 - Assistant Professorship of Computer Architecture & Operating Systems (Prof. Trinitis)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics Heilbronn 2 - Assistant Professorship of Computer Architecture & Operating Systems (Prof. Trinitis)" }, - "TUXS40A": { - "code": "TUXS40A", - "id": 51782, - "name": "Degree Program M.Sc. Brewing and Beverage Technology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/M.Sc. Brewing and Beverage Technology" + "52720": { + "code": "TUINH03", + "name": "Informatics Heilbronn 3 - Chair of Software Engineering (Prof. Wagner)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 3 - Chair of Software Engineering (Prof. Wagner)" }, - "TUXS40B": { - "code": "TUXS40B", - "id": 51783, - "name": "Degree Program Brewing (\"Diplombraumeister\" degree)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/Brewing (\"Diplombraumeister\" degree)" + "52737": { + "code": "TUS7RES", + "name": "Research Support (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Research Support (SOT)" }, - "TUXS40C": { - "code": "TUXS40C", - "id": 51784, - "name": "Degree Program Brewing and Beverage Technology Modulstudien", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Brewing/Brewing and Beverage Technology Modulstudien" + "52738": { + "code": "TUS7STQ", + "name": "Study and Quality Management (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Study and Quality Management (SOT)" }, - "TUXS40D": { - "code": "TUXS40D", - "id": 51785, - "name": "Degree Program B.Sc. Food Technology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/B.Sc. Food Technology" + "52739": { + "code": "TUS7FIN", + "name": "Finance (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Finance (SOT)" }, - "TUXS40E": { - "code": "TUXS40E", - "id": 51786, - "name": "Degree Program B.Sc. Pharmaceutical Bioprocess Engineering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/B.Sc. Pharmaceutical Bioprocess Engineering" + "52740": { + "code": "TUS7HRM", + "name": "Human Resources (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/Human Resources (SOT)" }, - "TUXS40F": { - "code": "TUXS40F", - "id": 51787, - "name": "Degree Program M.Sc. Food Technology and Biotechnology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/M.Sc. Food Technology and Biotechnology" + "52741": { + "code": "TUS7ITM", + "name": "IT-Management (SOT) - School Office", + "path": "TUM/Schools/Social Sciences and Technology/School Office/IT-Management (SOT)" }, - "TUXS40G": { - "code": "TUXS40G", - "id": 51788, - "name": "Degree Program M.Sc. Pharmaceutical Bioprocessing Engineering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/M.Sc. Pharmaceutical Bioprocessing Engineering" + "52757": { + "code": "TUS7LET", + "name": "Assistant Professorship of Learning Sciences and Educational Design Technologies (Prof. Keune)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Sciences and Educational Design Technologies (Prof. Keune)" }, - "TUXS40H": { - "code": "TUXS40H", - "id": 52119, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Brewing and Food Technology)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Study Program Brewing, Food Technology and Bioprocess Engeneering/TUM Skills Excellence Program (TUM School of Life Sciences Brewing and Food Technology)" + "52777": { + "code": "TUS6CHN", + "name": "Center TUM Campus Heilbronn (MGT) of the TUM School of Management", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)" }, - "TUXS40I": { - "code": "TUXS40I", - "id": 51789, - "name": "Degree Program M.Sc. Food Chemistry", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Food Chemistry/M.Sc. Food Chemistry" + "52778": { + "code": "TUS6CDT", + "name": "Center for Digital Transformation (CDT) - Center TUM Campus Heilbronn (MGT)", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Center for Digital Transformation (CDT)" }, - "TUXS40J": { - "code": "TUXS40J", - "id": 51790, - "name": "Degree Program B.Sc. Life Sciences Nutrition", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition/B.Sc. Life Sciences Nutrition" + "52779": { + "code": "TUS6CFE", + "name": "Global Center for Family Enterprise (GCFE) - Center TUM Campus Heilbronn (MGT)", + "path": "TUM/Schools/Management/Center TUM Campus Heilbronn (MGT)/Global Center for Family Enterprise (GCFE)" }, - "TUXS40K": { - "code": "TUXS40K", - "id": 51791, - "name": "Degree Program M.Sc. Nutrition and Biomedicine", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition/M.Sc. Nutrition and Biomedicine" + "52780": { + "code": "TUS2OTD", + "name": "Dean's Office (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Dean's Office (ED)" }, - "TUXS40L": { - "code": "TUXS40L", - "id": 52120, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Nutrition)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Study Program Nutrition Sciences/TUM Skills Excellence Program (TUM School of Life Sciences Nutrition)" + "52781": { + "code": "TUS2S02", + "name": "Committees, Faculty Recruitment and Research (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Committees, Faculty Recruitment and Research (ED)" }, - "TUXS40M": { - "code": "TUXS40M", - "id": 51792, - "name": "Degree Program B.Sc. Forest Science and Resource Management", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Forest Science/B.Sc. Forest Science and Resource Management" + "52783": { + "code": "TUS2S04", + "name": "Resources (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Resources (ED)" }, - "TUXS40N": { - "code": "TUXS40N", - "id": 51793, - "name": "Degree Program M.Sc. Forestry and Wood Science", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Forest Science/M.Sc. Forestry and Wood Science" + "52785": { + "code": "TUS2S06", + "name": "Study and Graduate Education (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Study and Graduate Education (ED)" }, - "TUXS40O": { - "code": "TUXS40O", - "id": 51794, - "name": "Degree Program M.Sc. Sustainable Ressource Management", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Sustainable Ressource Management/M.Sc. Sustainable Ressource Management" + "52787": { + "code": "TUS2S08", + "name": "Infrastructure and Communications (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Infrastructure and Communications (ED)" }, - "TUXS40P": { - "code": "TUXS40P", - "id": 52121, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Forest Science and Resource Management)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Study Program Forest Science and Ressource Management/TUM Skills Excellence Program (TUM School of Life Sciences Forest Science and Resource Management)" + "52789": { + "code": "TUS2S10", + "name": "Global Network (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Global Network (ED)" }, - "TUXS40Q": { - "code": "TUXS40Q", - "id": 51795, - "name": "Degree Program B.Sc. Landscape Architecture and Landscape Planning", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Landscape Architecture and Landscape Planning/B.Sc. Landscape Architecture and Landscape Planning" + "52790": { + "code": "TUS2S11", + "name": "Gender and Diversity (ED) - School Office", + "path": "TUM/Schools/Engineering and Design/School Office/Gender and Diversity (ED)" }, - "TUXS40R": { - "code": "TUXS40R", - "id": 51796, - "name": "Degree Program M.Sc. Conservation and Landscape Planning", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Conservation and Ecological Engineering/M.Sc. Conservation and Landscape Planning" + "52797": { + "code": "TUXB20G", + "name": "Academic Programs Doctoral Programs ED", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED" }, - "TUXS40S": { - "code": "TUXS40S", - "id": 51797, - "name": "Degree Program M.Sc. Ecological Engineering", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Conservation and Ecological Engineering/M.Sc. Ecological Engineering" + "52837": { + "code": "TUXS21Y", + "name": "Degree Program M.Sc. Environmental Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Environmental Engineering" }, - "TUXS40T": { - "code": "TUXS40T", - "id": 52122, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Life Sciences Landscape Architecture and Landscape Planning)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Study Program Landscape Architecture and Landscape Planning/TUM Skills Excellence Program (TUM School of Life Sciences Landscape Architecture and Landscape Planning)" + "52838": { + "code": "TUXB40P", + "name": "Academic Programs Archiv Modulhandb\u00fccher", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Archiv Modulhandb\u00fccher" }, - "TUXS40U": { - "code": "TUXS40U", - "id": 52138, - "name": "Degree Program Exchange Program TUM School of Life Sciences", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences/Exchange Program TUM School of Life Sciences" + "52857": { + "code": "TUXB70P", + "name": "Academic Programs Expired Programs", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs" }, - "TUXS40V": { - "code": "TUXS40V", - "id": 52139, - "name": "Degree Program Exchange Program (Practical Project Students)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences/Exchange Program (Practical Project Students)" + "52858": { + "code": "TUXS71W", + "name": "Degree Program Doctoral program Focus Ethics and Responsibility", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/Doctoral program Focus Ethics and Responsibility" }, - "TUXS40W": { - "code": "TUXS40W", - "id": 53177, - "name": "Degree Program TUM School of LS (Agrar- und Gartenbauwissenschaften)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Agrar- und Gartenbauwissenschaften)" + "52859": { + "code": "TUXS71X", + "name": "Degree Program Doctoral program Focus Media and Science", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/Doctoral program Focus Media and Science" }, - "TUXS40X": { - "code": "TUXS40X", - "id": 53178, - "name": "Degree Program TUM School of LS (Biowissenschaften)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Biowissenschaften)" + "52860": { + "code": "TUXS71Y", + "name": "Degree Program Doctoral program Focus Science and Technology Studies", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/Doctoral program Focus Science and Technology Studies" + }, + "52861": { + "code": "TUXS71Z", + "name": "Degree Program M.A. Science a. Technol. In Technolog. Societies", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/M.A. Science a. Technol. In Technolog. Societies" }, - "TUXS40Y": { - "code": "TUXS40Y", - "id": 53179, - "name": "Degree Program TUM School of LS (Ern\u00e4hrungswissenschaften)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Ern\u00e4hrungswissenschaften)" + "52862": { + "code": "TUXS720", + "name": "Degree Program TUM School of Social Sciences and Technology (Science, Technology and Society)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT/TUM School of Social Sciences and Technology (Science, Technology and Society)" }, - "TUXS40Z": { - "code": "TUXS40Z", - "id": 53180, - "name": "Degree Program TUM School of LS (Forstwissenschaft und Ressourcenmanagement)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Forstwissenschaft und Ressourcenmanagement)" + "52863": { + "code": "TUXS721", + "name": "Degree Program TUM School of Social Sciences and Technology (Education)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT/TUM School of Social Sciences and Technology (Education)" }, - "TUXS410": { - "code": "TUXS410", - "id": 53181, - "name": "Degree Program TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)" + "52864": { + "code": "TUXS722", + "name": "Degree Program TUM School of Social Sciences and Technology (Governance)", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT/TUM School of Social Sciences and Technology (Governance)" }, - "TUXS411": { - "code": "TUXS411", - "id": 53182, - "name": "Degree Program TUM School of LS (Brau- und Lebensmitteltechnologie)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Brau- und Lebensmitteltechnologie)" + "52877": { + "code": "TUXS21Z", + "name": "Degree Program M.Sc. Information Technologies for the Built Environment", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. Information Technologies for the Built Environment" }, - "TUXS412": { - "code": "TUXS412", - "id": 53183, - "name": "Degree Program TUM School of LS (Naturschutz)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Naturschutz)" + "52897": { + "code": "TUXS220", + "name": "Degree Program studium MINT", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/studium MINT" }, - "TUXS413": { - "code": "TUXS413", - "id": 53184, - "name": "Degree Program M.Sc. Food Technology", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/M.Sc. Food Technology" + "52917": { + "code": "TUPHTBP", + "name": "Chair of Particle Physics (Prof. Zanderighi)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Particle Physics (Prof. Zanderighi)" }, - "TUXS414": { - "code": "TUXS414", - "id": 53300, - "name": "Degree Program TUM School of LS (Lebensmittelchemie)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Lebensmittelchemie)" + "52918": { + "code": "TUS6H14", + "name": "Chair of Digital Marketing (Prof. Mei\u00dfner)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Mei\u00dfner)" }, - "TUXS415": { - "code": "TUXS415", - "id": 55538, - "name": "Degree Program M.Sc. AgriFood Economics, Policy and Regulation", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences/Degree Program" + "52937": { + "code": "TUSPL22", + "name": "Assistant Professorship of Chronobiology & Health (Prof. Spitschan)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Chronobiology & Health (Prof. Spitschan)" }, - "TUXS416": { - "code": "TUXS416", - "id": 55558, - "name": "Degree Program M.Sc. Sustainable Food (GIST TUM Asia)", - "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition/Degree Program" + "52957": { + "code": "TUXS60N", + "name": "Degree Program Ausgelaufene Studieng\u00e4nge IL3", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/Ausgelaufene Studieng\u00e4nge IL3" }, - "TUXS501": { - "code": "TUXS501", - "id": 55124, - "name": "Degree Program B.Sc. Sports Science", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Sports Sciences/B.Sc. Sports Science" + "52977": { + "code": "TUXO300", + "name": "Academic Program Administration of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration" }, - "TUXS502": { - "code": "TUXS502", - "id": 55125, - "name": "Degree Program M.Sc. Sport and Exercise Science", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Sports Sciences/M.Sc. Sport and Exercise Science" + "52997": { + "code": "TUXS221", + "name": "Degree Program TUM School of Engineering and Design (Landscape Architecture)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Landscape Architecture)" }, - "TUXS503": { - "code": "TUXS503", - "id": 55126, - "name": "Degree Program B.Sc. Health Science", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences/B.Sc. Health Science" + "52998": { + "code": "TUXS222", + "name": "Degree Program TUM School of Engineering and Design (Architecture)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Architecture)" }, - "TUXS504": { - "code": "TUXS504", - "id": 55127, - "name": "Degree Program M.Sc. Health Science - Prevention and Health Promotion", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences/M.Sc. Health Science - Prevention and Health Promotion" + "52999": { + "code": "TUXS223", + "name": "Degree Program TUM School of Engineering and Design (Mechanical Engineering)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Mechanical Engineering)" }, - "TUXS505": { - "code": "TUXS505", - "id": 55128, - "name": "Degree Program M.Sc. Traditionelle Chinesische Medizin", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences/M.Sc. Traditionelle Chinesische Medizin" + "53000": { + "code": "TUXS224", + "name": "Degree Program TUM School of Engineering and Design (Civil Engineering)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Civil Engineering)" }, - "TUXS506": { - "code": "TUXS506", - "id": 55129, - "name": "Degree Program B.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Degree Program" + "53001": { + "code": "TUXS225", + "name": "Degree Program TUM School of Engineering and Design (Geosciences)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Geosciences)" }, - "TUXS507": { - "code": "TUXS507", - "id": 55130, - "name": "Degree Program B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)" + "53002": { + "code": "TUXS226", + "name": "Degree Program TUM School of Engineering and Design (Engineering Sciences)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Engineering Sciences)" }, - "TUXS508": { - "code": "TUXS508", - "id": 55131, - "name": "Degree Program M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)" + "53003": { + "code": "TUXS227", + "name": "Degree Program TUM School of Engineering and Design (Aerospace)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Aerospace)" }, - "TUXS509": { - "code": "TUXS509", - "id": 55132, - "name": "Degree Program M.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Degree Program" + "53004": { + "code": "TUXS228", + "name": "Degree Program TUM School of Engineering and Design (Geodesy)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/TUM School of Engineering and Design (Geodesy)" }, - "TUXS50A": { - "code": "TUXS50A", - "id": 55133, - "name": "Degree Program Sport, Lehramt Grundschule", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Grundschule" + "53017": { + "code": "TUINF33", + "name": "Informatics 24 - Assistant Professorship of Ethics in Systems Design and Machine Learning (Prof. Kilbertus)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 24 - Assistant Professorship of Ethics in Systems Design and Machine Learning (Prof. Kilbertus)" }, - "TUXS50B": { - "code": "TUXS50B", - "id": 55134, - "name": "Degree Program Sport, Lehramt Mittelschulen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Mittelschulen" + "53018": { + "code": "TUXB300", + "name": "Professional Profile Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics" }, - "TUXS50C": { - "code": "TUXS50C", - "id": 55135, - "name": "Degree Program Sport, Lehramt Realschulen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Realschulen" + "53021": { + "code": "TUXB305", + "name": "Physics Programs", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs" }, - "TUXS50D": { - "code": "TUXS50D", - "id": 55136, - "name": "Degree Program Sport, Lehramt Gymnasien", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Gymnasien" + "53022": { + "code": "TUXS300", + "name": "B.Sc. Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/B.Sc. Physics" }, - "TUXS50E": { - "code": "TUXS50E", - "id": 55137, - "name": "Degree Program Sport, Lehramt Grundschule Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Grundschule Erweiterungsfach" + "53023": { + "code": "TUXS301", + "name": "M.Sc. Physics (Condensed Matter Physics)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Condensed Matter Physics)" }, - "TUXS50F": { - "code": "TUXS50F", - "id": 55138, - "name": "Degree Program Sport, Lehramt Mittelschulen Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Mittelschulen Erweiterungsfach" + "53024": { + "code": "TUXS302", + "name": "M.Sc. Physics (Nuclear, Particle, and Astrophysics)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Nuclear, Particle, and Astrophysics)" }, - "TUXS50G": { - "code": "TUXS50G", - "id": 55139, - "name": "Degree Program Sport, Lehramt Realschulen Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Realschulen Erweiterungsfach" + "53025": { + "code": "TUXS303", + "name": "M.Sc. Physics (Biophysics)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Biophysics)" }, - "TUXS50H": { - "code": "TUXS50H", - "id": 55140, - "name": "Degree Program Sport, Lehramt Gymnasien Erweiterungsfach", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Gymnasien Erweiterungsfach" + "53026": { + "code": "TUXS304", + "name": "M.Sc. Physics (Applied and Engineering Physics)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics Programs/M.Sc. Physics (Applied and Engineering Physics)" }, - "TUXS50I": { - "code": "TUXS50I", - "id": 55141, - "name": "Degree Program Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen" + "53027": { + "code": "TUXB306", + "name": "Interdisciplinary Programs Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics" }, - "TUXS50J": { - "code": "TUXS50J", - "id": 55142, - "name": "Degree Program Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen" + "53028": { + "code": "TUXB307", + "name": "Physics at Campus Weihenstephan", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Physics at Campus Weihenstephan" }, - "TUXS50K": { - "code": "TUXS50K", - "id": 55143, - "name": "Degree Program Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat" + "53029": { + "code": "TUXB308", + "name": "Lab Courses in Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Lab Courses in Physics" }, - "TUXS50L": { - "code": "TUXS50L", - "id": 55144, - "name": "Degree Program Sport, Erweiterungsfach b. B.", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Erweiterungsfach b. B." + "53030": { + "code": "TUXB301", + "name": "Chemistry Programs", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs" }, - "TUXS50M": { - "code": "TUXS50M", - "id": 55145, - "name": "Degree Program Didaktikfach Sport, Lehramt Hauptschule", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Didaktikfach Sport, Lehramt Hauptschule" + "53031": { + "code": "TUXB302", + "name": "TUM Asia Programs", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/TUM Asia Programs" }, - "TUXS50N": { - "code": "TUXS50N", - "id": 55146, - "name": "Degree Program Sport, Lehramt Hauptschule", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Hauptschule" + "53032": { + "code": "TUXB303", + "name": "Doctoral Programs NAT", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT" }, - "TUXS50O": { - "code": "TUXS50O", - "id": 55147, - "name": "Degree Program M.Sc. Radiation Biology", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Biomedical Sciences/M.Sc. Radiation Biology" + "53033": { + "code": "TUXB304", + "name": "Exchange Program NAT", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Exchange Program NAT" }, - "TUXS50P": { - "code": "TUXS50P", - "id": 55148, - "name": "Degree Program M.Sc. Biomedical Neuroscience", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Biomedical Sciences/M.Sc. Biomedical Neuroscience" + "53034": { + "code": "TUXB309", + "name": "Chemistry and Food Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry" }, - "TUXS50Q": { - "code": "TUXS50Q", - "id": 55149, - "name": "Degree Program Medizin (Klinisch), Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Medizin/Medizin (Klinisch), Staatsexamen" + "53035": { + "code": "TUXB30A", + "name": "Bio Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Bio Chemistry" }, - "TUXS50R": { - "code": "TUXS50R", - "id": 55150, - "name": "Degree Program Medizin (Vorklinisch LMU),Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Medizin/Medizin (Vorklinisch LMU),Staatsexamen" + "53036": { + "code": "TUXB30B", + "name": "Chemical Engineering", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemical Engineering" }, - "TUXS50S": { - "code": "TUXS50S", - "id": 55157, - "name": "Degree Program B.Sc. Sports Science", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/B.Sc. Sports Science" + "53037": { + "code": "TUXS30G", + "name": "Chemical Engineering (GIST Asia)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/TUM Asia Programs/Chemical Engineering (GIST Asia)" }, - "TUXS50T": { - "code": "TUXS50T", - "id": 55158, - "name": "Degree Program B.Sc. Wissenschaftliche Grundlagen des Sports", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/B.Sc. Wissenschaftliche Grundlagen des Sports" + "53038": { + "code": "TUXS30H", + "name": "Industrial Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/TUM Asia Programs/Industrial Chemistry" }, - "TUXS50U": { - "code": "TUXS50U", - "id": 55159, - "name": "Degree Program M.Sc. Sports Engineering", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Sports Engineering" + "53039": { + "code": "TUXS30I", + "name": "TUM School of Natural Sciences (Physics)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT/TUM School of Natural Sciences (Physics)" }, - "TUXS50V": { - "code": "TUXS50V", - "id": 55160, - "name": "Degree Program M.Sc. Diagnostik und Training", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Diagnostik und Training" + "53040": { + "code": "TUXS30J", + "name": "TUM School of Natural Sciences (Chemistry)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT/TUM School of Natural Sciences (Chemistry)" }, - "TUXS50W": { - "code": "TUXS50W", - "id": 55161, - "name": "Degree Program M.Sc. Diagnostics and Training", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Diagnostics and Training" + "53041": { + "code": "TUXS30K", + "name": "TUM School of Natural Sciences (Food Chemistry)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Doctoral Programs NAT/TUM School of Natural Sciences (Food Chemistry)" }, - "TUXS50X": { - "code": "TUXS50X", - "id": 55162, - "name": "Degree Program M.Sc. Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Sportwissenschaft" + "53042": { + "code": "TUXS30L", + "name": "Exchange Program Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Exchange Program NAT/Exchange Program Chemistry" + }, + "53043": { + "code": "TUXS30M", + "name": "Exchange Program Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Exchange Program NAT/Exchange Program Physics" }, - "TUXS50Y": { - "code": "TUXS50Y", - "id": 55163, - "name": "Degree Program M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne" + "53044": { + "code": "TUXS309", + "name": "B.Sc. Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry/B.Sc. Chemistry" }, - "TUXS50Z": { - "code": "TUXS50Z", - "id": 55164, - "name": "Degree Program Sport, Lehramt Sonderschulen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt Sonderschulen" + "53045": { + "code": "TUXS30A", + "name": "M.Sc. Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry/M.Sc. Chemistry" }, - "TUXS510": { - "code": "TUXS510", - "id": 55165, - "name": "Degree Program Sport, Lehramt berufliche Schulen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt berufliche Schulen" + "53046": { + "code": "TUXS30B", + "name": "B.Sc. Food Chemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemistry and Food Chemistry/B.Sc. Food Chemistry" }, - "TUXS511": { - "code": "TUXS511", - "id": 55166, - "name": "Degree Program Sport, Lehramt berufliche Schulen Erweriterung", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt berufliche Schulen Erweriterung" + "53047": { + "code": "TUXS30C", + "name": "B.Sc. Biochemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Bio Chemistry/B.Sc. Biochemistry" }, - "TUXS512": { - "code": "TUXS512", - "id": 55167, - "name": "Degree Program Sport, Lehramt Mittelschulen Erweriterung", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt Mittelschulen Erweriterung" + "53048": { + "code": "TUXS30D", + "name": "M.Sc. Biochemistry", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Bio Chemistry/M.Sc. Biochemistry" }, - "TUXS513": { - "code": "TUXS513", - "id": 55168, - "name": "Degree Program Sport, Lehramt Sonderschulen Erweriterung", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt Sonderschulen Erweriterung" + "53049": { + "code": "TUXS30E", + "name": "B.Sc. Chemical Engineering", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemical Engineering/B.Sc. Chemical Engineering" }, - "TUXS514": { - "code": "TUXS514", - "id": 55169, - "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Austausch\t", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch\t" + "53050": { + "code": "TUXS30F", + "name": "M.Sc. Chemical Engineering", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Chemistry Programs/Chemical Engineering/M.Sc. Chemical Engineering" }, - "TUXS515": { - "code": "TUXS515", - "id": 55170, - "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Austausch", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch" + "53051": { + "code": "TUXS305", + "name": "M.Sc. Biomedical Engineering and Medical Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Biomedical Engineering and Medical Physics" }, - "TUXS516": { - "code": "TUXS516", - "id": 55171, - "name": "Degree Program Sportwissenschaft, Austausch", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sportwissenschaft, Austausch" + "53052": { + "code": "TUXS306", + "name": "M.Sc. Quantum Science & Technology", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Quantum Science & Technology" }, - "TUXS517": { - "code": "TUXS517", - "id": 55172, - "name": "Degree Program Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf" + "53053": { + "code": "TUXS307", + "name": "M.Sc. Theoretical and Mathematical Physics", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Theoretical and Mathematical Physics" }, - "TUXS518": { - "code": "TUXS518", - "id": 55173, - "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Studienkolleg", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" + "53054": { + "code": "TUXS308", + "name": "M.Sc. Matter to Life", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/Professional Profile Physics/Interdisciplinary Programs Physics/M.Sc. Matter to Life" }, - "TUXS519": { - "code": "TUXS519", - "id": 55174, - "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Studienkolleg", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" + "53057": { + "code": "TUS7FS1", + "name": "Governance, Technology and Society", + "path": "TUM/Schools/Social Sciences and Technology/Student Council/Governance, Technology and Society" }, - "TUXS51A": { - "code": "TUXS51A", - "id": 55175, - "name": "Degree Program Medizin Prakt. Jahr, Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin Prakt. Jahr, Staatsexamen" + "53058": { + "code": "TUS7FS2", + "name": "Lehrertum", + "path": "TUM/Schools/Social Sciences and Technology/Student Council/Lehrertum" }, - "TUXS51B": { - "code": "TUXS51B", - "id": 55176, - "name": "Degree Program Medizin (Vorklinisch), Staatsexamen", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Vorklinisch), Staatsexamen" + "53077": { + "code": "TUXS723", + "name": "Informatics for Business Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Informatics for Business Education" }, - "TUXS51C": { - "code": "TUXS51C", - "id": 55177, - "name": "Degree Program Medizin (Klinisch), Austausch (studienbeitragspflichtig)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Klinisch), Austausch (studienbeitragspflichtig)" + "53078": { + "code": "TUXS724", + "name": "Mathematics for Business Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Mathematics for Business Education" }, - "TUXS51D": { - "code": "TUXS51D", - "id": 55178, - "name": "Degree Program Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)" + "53079": { + "code": "TUXS725", + "name": "Physics for Business Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Physics for Business Education" }, - "TUXS51E": { - "code": "TUXS51E", - "id": 55179, - "name": "Degree Program Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)" + "53080": { + "code": "TUXS726", + "name": "Sports for Business Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Sports for Business Education" }, - "TUXS51F": { - "code": "TUXS51F", - "id": 55258, - "name": "Degree Program TUM School of Medicine and Health (Sport)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/TUM School of Medicine and Health (Sport)" + "53097": { + "code": "TUXS727", + "name": "Politics and society for Business Education", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Politics and society for Business Education" }, - "TUXS51G": { - "code": "TUXS51G", - "id": 55259, - "name": "Degree Program TUM School of Medicine and Health (Gesundheit)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/TUM School of Medicine and Health (Gesundheit)" + "53117": { + "code": "TUS4M5B", + "name": "Associate Professorship of Prevention of Microbial Diseases (Prof. Deng)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Prevention of Microbial Diseases (Prof. Deng)" }, - "TUXS51H": { - "code": "TUXS51H", - "id": 55260, - "name": "Degree Program TUM School of Medicine and Health (Medizin)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/TUM School of Medicine and Health (Medizin)" + "53118": { + "code": "TUS2ABC", + "name": "Associate Professorship of Architecture and Construction (Prof. Kuo)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Construction (Prof. Kuo)" }, - "TUXS51I": { - "code": "TUXS51I", - "id": 55261, - "name": "Degree Program Gastpromotion (TUM School of Medicine and Health - Sport)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Sport)" + "53137": { + "code": "TUS6B48", + "name": "Associate Professorship of Family Business, Culture and Ownership (Prof. Richards)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Family Business, Culture and Ownership (Prof. Richards)" }, - "TUXS51J": { - "code": "TUXS51J", - "id": 55262, - "name": "Degree Program Gastpromotion (TUM School of Medicine and Health - Medizin)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Medizin)" + "53138": { + "code": "TUS6B47", + "name": "Chair of Behavioral Research Methods (Prof. Pachur)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Behavioral Research Methods (Prof. Pachur)" }, - "TUXS51K": { - "code": "TUXS51K", - "id": 55263, - "name": "Degree Program Medical Life Science and Technology, Ph.D.", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Medical Life Science and Technology, Ph.D." + "53157": { + "code": "TUXB40Q", + "name": "Academic Programs Doctoral Programs LS", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS" }, - "TUXS51L": { - "code": "TUXS51L", - "id": 55264, - "name": "Degree Program Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)" + "53177": { + "code": "TUXS40W", + "name": "Degree Program TUM School of LS (Agrar- und Gartenbauwissenschaften)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Agrar- und Gartenbauwissenschaften)" }, - "TUXS51M": { - "code": "TUXS51M", - "id": 55265, - "name": "Degree Program Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)" + "53178": { + "code": "TUXS40X", + "name": "Degree Program TUM School of LS (Biowissenschaften)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Biowissenschaften)" }, - "TUXS51N": { - "code": "TUXS51N", - "id": 55266, - "name": "Degree Program Fakult\u00e4t f\u00fcr Medizin", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Fakult\u00e4t f\u00fcr Medizin" + "53179": { + "code": "TUXS40Y", + "name": "Degree Program TUM School of LS (Ern\u00e4hrungswissenschaften)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Ern\u00e4hrungswissenschaften)" }, - "TUXS51O": { - "code": "TUXS51O", - "id": 55267, - "name": "Degree Program Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Sportwissenschaft" + "53180": { + "code": "TUXS40Z", + "name": "Degree Program TUM School of LS (Forstwissenschaft und Ressourcenmanagement)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Forstwissenschaft und Ressourcenmanagement)" }, - "TUXS51P": { - "code": "TUXS51P", - "id": 55268, - "name": "Degree Program Sportwissenschaft", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Sportwissenschaft" + "53181": { + "code": "TUXS410", + "name": "Degree Program TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Landschaftsarchitektur und Landschaftsplanung)" }, - "TUXS51Q": { - "code": "TUXS51Q", - "id": 55269, - "name": "Degree Program Medizin", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Medizin" + "53182": { + "code": "TUXS411", + "name": "Degree Program TUM School of LS (Brau- und Lebensmitteltechnologie)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Brau- und Lebensmitteltechnologie)" }, - "TUXS51R": { - "code": "TUXS51R", - "id": 55270, - "name": "Degree Program Medizin", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Medizin" + "53183": { + "code": "TUXS412", + "name": "Degree Program TUM School of LS (Naturschutz)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Naturschutz)" }, - "TUXS51S": { - "code": "TUXS51S", - "id": 55271, - "name": "Degree Program Gastpromotion (ME)", - "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Gastpromotion (ME)" + "53184": { + "code": "TUXS413", + "name": "Degree Program M.Sc. Food Technology", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Food Technology and Bioprocess Engineering/M.Sc. Food Technology" }, - "TUXS601": { - "code": "TUXS601", - "id": 52204, - "name": "Degree Program B.Sc. Management & Technology", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/B.Sc. Management & Technology" + "53197": { + "code": "TUGSGCX", + "name": "Graduate Council", + "path": "TUM/TUM Graduate School/Graduate Council" }, - "TUXS602": { - "code": "TUXS602", - "id": 52205, - "name": "Degree Program M.Sc. Management and Technology (TUM-BWL)", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Management and Technology (TUM-BWL)" + "53217": { + "code": "TUS3DP1", + "name": "Department of Physics", + "path": "TUM/Schools/Natural Sciences/Departments/Physics" }, - "TUXS603": { - "code": "TUXS603", - "id": 52206, - "name": "Degree Program M.Sc. Management (Main location: Munich)", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Management (Main location: Munich)" + "53218": { + "code": "TUS3DP2", + "name": "Department of Bioscience", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience" }, - "TUXS604": { - "code": "TUXS604", - "id": 52207, - "name": "Degree Program M.Sc. Consumer Science", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Consumer Science" + "53219": { + "code": "TUS3DP3", + "name": "Department of Chemistry", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry" }, - "TUXS605": { - "code": "TUXS605", - "id": 52208, - "name": "Degree Program M.Sc. Finance and Information Management", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/M.Sc. Finance and Information Management" + "53237": { + "code": "TUSPL23", + "name": "Chair of Social Determinants of Health (Prof. Richter)", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences/Social Determinants of Health (Prof. Richter)" }, - "TUXS606": { - "code": "TUXS606", - "id": 52209, - "name": "Degree Program TUM Skills Excellence Program Management", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/TUM Skills Excellence Program Management" + "53257": { + "code": "TUPHEDS", + "name": "Assistant Professorship of Data Science in Physics (Prof. Heinrich)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Data Science in Physics (Prof. Heinrich)" }, - "TUXS607": { - "code": "TUXS607", - "id": 52210, - "name": "Degree Program discontinuing", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/discontinuing" + "53277": { + "code": "TUS2LPE", + "name": "Assistant Professorship of Lunar and Planetary Exploration (Prof. Rei\u00df)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Lunar and Planetary Exploration (Prof. Rei\u00df)" }, - "TUXS608": { - "code": "TUXS608", - "id": 52211, - "name": "Degree Program B.Sc. Management & Technology (Heilbronn)", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/B.Sc. Management & Technology (Heilbronn)" + "53297": { + "code": "TUZELCD", + "name": "CareerDesign@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/CareerDesign@TUM" }, - "TUXS609": { - "code": "TUXS609", - "id": 52212, - "name": "Degree Program M.Sc. Management", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/M.Sc. Management" + "53299": { + "code": "TUEICDA", + "name": "Chair of Design Automation (Prof. Wille)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Design Automation (Prof. Wille)" }, - "TUXS60A": { - "code": "TUXS60A", - "id": 52213, - "name": "Degree Program TUM Skills Excellence Program Management", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/TUM Skills Excellence Program Management" + "53300": { + "code": "TUXS414", + "name": "Degree Program TUM School of LS (Lebensmittelchemie)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/TUM School of LS (Lebensmittelchemie)" }, - "TUXS60B": { - "code": "TUXS60B", - "id": 52214, - "name": "Degree Program B.Sc. Sustainable Management and Technology", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Straubing/B.Sc. Sustainable Management and Technology" + "53317": { + "code": "TUCHPC8", + "name": "Chair of Electron Microscopy with research emphasis on Energy Materials (Prof. Willinger)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Electron Microscopy with research emphasis on Energy Materials (Prof. Willinger)" + }, + "53337": { + "code": "TUXS728", + "name": "Degree Program B.Ed. Biologie, Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/Degree Program" }, - "TUXS60C": { - "code": "TUXS60C", - "id": 52215, - "name": "Degree Program M.Sc. Sustainable Management and Technology", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Straubing/M.Sc. Sustainable Management and Technology" + "53357": { + "code": "TUINH04", + "name": "Informatics Heilbronn 4 - Chair of Computational Mathematics (Prof. Anzt)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 4 - Chair of Computational Mathematics (Prof. Anzt)" }, - "TUXS60D": { - "code": "TUXS60D", - "id": 52216, - "name": "Degree Program Exchange program (not subject to fees)", - "path": "TUM/Schools/Management/Academic Program Administration/Exchange programs/Exchange program (not subject to fees)" + "53358": { + "code": "TUS4N7M", + "name": "Associate Professorship of Animal Nutrition and Metabolism (Prof. Steinhoff-Wagner)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Animal Nutrition and Metabolism (Prof. Steinhoff-Wagner)" }, - "TUXS60E": { - "code": "TUXS60E", - "id": 52217, - "name": "Degree Program Exchange program (Practical Project Students)", - "path": "TUM/Schools/Management/Academic Program Administration/Exchange programs/Exchange program (Practical Project Students)" + "53377": { + "code": "TUZEZQE", + "name": "TUM Center for QuantumEngineering", + "path": "TUM/Corporate Research Centers/TUM Center for QuantumEngineering" }, - "TUXS60F": { - "code": "TUXS60F", - "id": 52218, - "name": "Degree Program TUM School of Management (Munich)", - "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT/TUM School of Management (Munich)" + "53378": { + "code": "TUPRV11", + "name": "Vizepr\u00e4sidentin Vice President - Global Communication & Public Engagement", + "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Global Communication & Public Engagement" }, - "TUXS60G": { - "code": "TUXS60G", - "id": 52219, - "name": "Degree Program TUM School of Management (Heilbronn)", - "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT/TUM School of Management (Heilbronn)" + "53397": { + "code": "TUPEERG", + "name": "TUMint\u00b7Energy Research GmbH", + "path": "TUM/Institutions close to the University/TUMint\u00b7Energy Research GmbH" }, - "TUXS60H": { - "code": "TUXS60H", - "id": 52220, - "name": "Degree Program Gastpromotion", - "path": "TUM/Schools/Management/Academic Program Administration/Doctoral Programs MGT/Gastpromotion" + "53417": { + "code": "TUXS60O", + "name": "Degree Program EMBA in Innovation & Business Creation", + "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/EMBA in Innovation & Business Creation" }, - "TUXS60I": { - "code": "TUXS60I", - "id": 52221, - "name": "Degree Program EMBA", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/EMBA" + "53437": { + "code": "TUS2AND", + "name": "Assistant Professorship of Architecture and Design (Prof. Fanelsa)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Architecture and Design (Prof. Fanelsa)" }, - "TUXS60J": { - "code": "TUXS60J", - "id": 52222, - "name": "Degree Program EMBA Innovation and Business Creation", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/EMBA Innovation and Business Creation" + "53457": { + "code": "TUZET22", + "name": "OrganoidHub (AG Gr\u00fcnewald)", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/OrganoidHub (AG Gr\u00fcnewald)" }, - "TUXS60K": { - "code": "TUXS60K", - "id": 52223, - "name": "Degree Program EMBA Business & IT", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/Degree Program" + "53477": { + "code": "TUZET23", + "name": "AG Hauer", + "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/AG Hauer" }, - "TUXS60L": { - "code": "TUXS60L", - "id": 52224, - "name": "Degree Program M.Sc. Management and Innovation (M\u00fcnchen)", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/M.Sc. Management and Innovation (M\u00fcnchen)" + "53497": { + "code": "TUEILSY", + "name": "Chair of Safety, Performance and Reliability for Learning Systems (Prof. Schoellig)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Safety, Performance and Reliability for Learning Systems (Prof. Schoellig)" }, - "TUXS60M": { - "code": "TUXS60M", - "id": 52225, - "name": "Degree Program M.Sc. Management and Innovation (Heilbronn)", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/M.Sc. Management and Innovation (Heilbronn)" + "53517": { + "code": "TUINI33", + "name": "Informatics 33 - Chair of Engineering Resilient Cognitive Systems (Prof. Trapp)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 33 - Chair of Engineering Resilient Cognitive Systems (Prof. Trapp)" }, - "TUXS60N": { - "code": "TUXS60N", - "id": 52957, - "name": "Degree Program Ausgelaufene Studieng\u00e4nge IL3", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/Ausgelaufene Studieng\u00e4nge IL3" + "53537": { + "code": "TUGSSED", + "name": "Graduate Center of Engineering and Design", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Engineering and Design" }, - "TUXS60O": { - "code": "TUXS60O", - "id": 53417, - "name": "Degree Program EMBA in Innovation & Business Creation", - "path": "TUM/Schools/Management/Academic Program Administration/Executive & Professional Education/EMBA in Innovation & Business Creation" + "53557": { + "code": "TUS4F9L", + "name": "Associate Professorship of Functional Materials for Food Packaging (Prof. Schrettl)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Functional Materials for Food Packaging (Prof. Schrettl)" }, - "TUXS60P": { - "code": "TUXS60P", - "id": 54637, - "name": "Degree Program B.Sc. Management and Technology", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/Degree Program" + "53577": { + "code": "TUZEWWE", + "name": "Other Scientific Institutions", + "path": "TUM/Other Scientific Institutions" }, - "TUXS60Q": { - "code": "TUXS60Q", - "id": 55057, - "name": "Degree Program M.Sc. Management and Digital Technology", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/M.Sc. Management and Digital Technology" + "53597": { + "code": "TUS1DP1", + "name": "Department of Mathematics", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics" }, - "TUXS60R": { - "code": "TUXS60R", - "id": 55537, - "name": "Degree Program B.Sc. Management and Data Science", - "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/Degree Program" + "53598": { + "code": "TUS1DP2", + "name": "Department of Computer Science", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science" }, - "TUXS701": { - "code": "TUXS701", - "id": 52337, - "name": "Degree Program B.Ed. Agricultural Economy", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Agricultural Economy" + "53599": { + "code": "TUS1DP3", + "name": "Department of Computer Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering" }, - "TUXS702": { - "code": "TUXS702", - "id": 52338, - "name": "Degree Program B.Ed. Building Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Building Technology" + "53600": { + "code": "TUS1DP4", + "name": "Department of Electrical Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Electrical Engineering" }, - "TUXS703": { - "code": "TUXS703", - "id": 52339, - "name": "Degree Program B.Ed. Electrical Engineering and Information Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Electrical Engineering and Information Technology" + "53637": { + "code": "TUXS229", + "name": "Degree Program M.Sc. (hons) Civil Engineering (Honoursprogramm)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/M.Sc. (hons) Civil Engineering (Honoursprogramm)" }, - "TUXS704": { - "code": "TUXS704", - "id": 52340, - "name": "Degree Program B.Ed. Nutritional Science and Home Economics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Nutritional Science and Home Economics" + "53638": { + "code": "TUXO100", + "name": "Academic Program Administration of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration" }, - "TUXS705": { - "code": "TUXS705", - "id": 52341, - "name": "Degree Program B.Ed. Health and Care Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Health and Care Science" + "53639": { + "code": "TUXB100", + "name": "Academic Programs Data Science", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Data Science" }, - "TUXS706": { - "code": "TUXS706", - "id": 52342, - "name": "Degree Program B.Ed. Metal Engineering", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Bachelor of Education Teaching at Vocational Schools/B.Ed. Metal Engineering" + "53640": { + "code": "TUXB101", + "name": "Academic Programs Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik" }, - "TUXS707": { - "code": "TUXS707", - "id": 52343, - "name": "Degree Program M.Ed. Agricultural Economy", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Agricultural Economy" + "53641": { + "code": "TUXB102", + "name": "Academic Programs Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik" }, - "TUXS708": { - "code": "TUXS708", - "id": 52344, - "name": "Degree Program M.Ed. Building Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Building Technology" + "53642": { + "code": "TUXB103", + "name": "Academic Programs Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik" }, - "TUXS709": { - "code": "TUXS709", - "id": 52345, - "name": "Degree Program M.Ed. Electrical Engineering and Information Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Electrical Engineering and Information Technology" + "53643": { + "code": "TUXB104", + "name": "Academic Programs Heilbronn", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Heilbronn" }, - "TUXS70A": { - "code": "TUXS70A", - "id": 52346, - "name": "Degree Program M.Ed. Nutritional Science and Home Economics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Nutritional Science and Home Economics" + "53644": { + "code": "TUXB105", + "name": "Academic Programs Singapur", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur" }, - "TUXS70B": { - "code": "TUXS70B", - "id": 52347, - "name": "Degree Program M.Ed. Health and Care Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Health and Care Science" + "53645": { + "code": "TUXB106", + "name": "Academic Programs Doctoral Programs CIT", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT" }, - "TUXS70C": { - "code": "TUXS70C", - "id": 52348, - "name": "Degree Program M.Ed. Metal Engineering", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/M.Ed. Metal Engineering" + "53646": { + "code": "TUXB107", + "name": "Academic Programs Zusatzangebote", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Zusatzangebote" }, - "TUXS70D": { - "code": "TUXS70D", - "id": 52349, - "name": "Degree Program Biology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Biology" + "53647": { + "code": "TUXB108", + "name": "Academic Programs Archiv", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv" }, - "TUXS70E": { - "code": "TUXS70E", - "id": 52350, - "name": "Degree Program Chemistry", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Chemistry" + "53648": { + "code": "TUXS100", + "name": "Degree Program M.Sc. Data Engineering and Analytics", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Data Science/M.Sc. Data Engineering and Analytics" }, - "TUXS70F": { - "code": "TUXS70F", - "id": 52351, - "name": "Degree Program German", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/German" + "53649": { + "code": "TUXS101", + "name": "Degree Program M.Sc. Mathematics in Data Science", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Data Science/M.Sc. Mathematics in Data Science" }, - "TUXS70G": { - "code": "TUXS70G", - "id": 52352, - "name": "Degree Program Language and Communication German", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Language and Communication German" + "53650": { + "code": "TUXS102", + "name": "Degree Program B.Sc. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/B.Sc. Elektrotechnik und Informationstechnik" }, - "TUXS70H": { - "code": "TUXS70H", - "id": 52353, - "name": "Degree Program Professional Language German", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Professional Language German" + "53651": { + "code": "TUXS103", + "name": "Degree Program M.Sc. Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Elektrotechnik und Informationstechnik" }, - "TUXS70I": { - "code": "TUXS70I", - "id": 52354, - "name": "Degree Program English", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/English" + "53652": { + "code": "TUXS104", + "name": "Degree Program M.Sc. Communication Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Communication Engineering" }, - "TUXS70J": { - "code": "TUXS70J", - "id": 52355, - "name": "Degree Program Informatics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Informatics" + "53653": { + "code": "TUXS105", + "name": "Degree Program M.Sc. Neuroengineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Neuroengineering" }, - "TUXS70K": { - "code": "TUXS70K", - "id": 52356, - "name": "Degree Program Mathematics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Mathematics" + "53654": { + "code": "TUXS106", + "name": "Degree Program Austauschprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/Austauschprogramme" }, - "TUXS70L": { - "code": "TUXS70L", - "id": 52357, - "name": "Degree Program Mechatronics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Mechatronics" + "53655": { + "code": "TUXS107", + "name": "Degree Program Zertifikatsprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/Zertifikatsprogramme" }, - "TUXS70M": { - "code": "TUXS70M", - "id": 52358, - "name": "Degree Program Physics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Physics" + "53656": { + "code": "TUXS108", + "name": "Degree Program B.Sc. Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Informatik" }, - "TUXS70N": { - "code": "TUXS70N", - "id": 52359, - "name": "Degree Program Protestant Religious Studies", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Protestant Religious Studies" + "53657": { + "code": "TUXS109", + "name": "Degree Program B.Sc. Informatik: Games Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Informatik: Games Engineering" }, - "TUXS70O": { - "code": "TUXS70O", - "id": 52360, - "name": "Degree Program Catholic Religious Studies", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Catholic Religious Studies" + "53658": { + "code": "TUXS10A", + "name": "Degree Program B.Sc. Wirtschaftsinformatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Wirtschaftsinformatik" }, - "TUXS70P": { - "code": "TUXS70P", - "id": 52361, - "name": "Degree Program Social Studies", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Social Studies" + "53659": { + "code": "TUXS10B", + "name": "Degree Program B.Sc. Bioinformatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/B.Sc. Bioinformatik" }, - "TUXS70Q": { - "code": "TUXS70Q", - "id": 52362, - "name": "Degree Program Politics and society", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Politics and society" + "53660": { + "code": "TUXS10C", + "name": "Degree Program M.Sc. Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Informatik" + }, + "53661": { + "code": "TUXS10D", + "name": "Degree Program M.Sc. Informatik: Games Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Informatik: Games Engineering" }, - "TUXS70R": { - "code": "TUXS70R", - "id": 52363, - "name": "Degree Program Sports", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Sports" + "53662": { + "code": "TUXS10E", + "name": "Degree Program M.Sc. Robotics, Cognition, Intelligence", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Robotics, Cognition, Intelligence" }, - "TUXS70S": { - "code": "TUXS70S", - "id": 52364, - "name": "Degree Program Psychology with a focus on school psychology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Psychology with a focus on school psychology" + "53663": { + "code": "TUXS10F", + "name": "Degree Program M.Sc. Computational Science and Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Computational Science and Engineering" }, - "TUXS70T": { - "code": "TUXS70T", - "id": 52365, - "name": "Degree Program M.Ed. Metal Engineering", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools integrated/M.Ed. Metal Engineering" + "53664": { + "code": "TUXS10G", + "name": "Degree Program M.Sc. Biomedical Computing", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Biomedical Computing" }, - "TUXS70U": { - "code": "TUXS70U", - "id": 52366, - "name": "Degree Program M.Ed. Electrical Engineering and Information Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools integrated/M.Ed. Electrical Engineering and Information Technology" + "53665": { + "code": "TUXS10H", + "name": "Degree Program M.Sc. Information Systems", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Information Systems" }, - "TUXS70V": { - "code": "TUXS70V", - "id": 52367, - "name": "Degree Program 1. Subject at LMU; Unterrichtsfach Beruf und Wirtschaft", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/1. Subject at LMU; Unterrichtsfach Beruf und Wirtschaft" + "53666": { + "code": "TUXS10I", + "name": "Degree Program M.Sc. Bioinformatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Bioinformatik" }, - "TUXS70W": { - "code": "TUXS70W", - "id": 52368, - "name": "Degree Program 1. Subject at LMU; Labor Studies", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/1. Subject at LMU; Labor Studies" + "53667": { + "code": "TUXS10J", + "name": "Degree Program Austauschprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/Austauschprogramme" }, - "TUXS70X": { - "code": "TUXS70X", - "id": 52369, - "name": "Degree Program Didaktikfach Beruf und Wirtschaft", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/Didaktikfach Beruf und Wirtschaft" + "53668": { + "code": "TUXS10K", + "name": "Degree Program Zertifikatsprogramme\t", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/Zertifikatsprogramme\t" }, - "TUXS70Y": { - "code": "TUXS70Y", - "id": 52370, - "name": "Degree Program Didaktikfach Arbeitslehre", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Program with state-certified examination/Didaktikfach Arbeitslehre" + "53669": { + "code": "TUXS10L", + "name": "Degree Program B.Sc. Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/B.Sc. Mathematik" }, - "TUXS70Z": { - "code": "TUXS70Z", - "id": 52371, - "name": "Degree Program M.Sc. Wirtschaftsp\u00e4dagogik I", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik I" + "53670": { + "code": "TUXS10M", + "name": "Degree Program M.Sc. Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/M.Sc. Mathematik" }, - "TUXS710": { - "code": "TUXS710", - "id": 52372, - "name": "Degree Program M.Sc. Wirtschaftsp\u00e4dagogik II", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master Wirtschaftsp\u00e4dagogik/M.Sc. Wirtschaftsp\u00e4dagogik II" + "53671": { + "code": "TUXS10N", + "name": "Degree Program TopMath", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/TopMath" }, - "TUXS711": { - "code": "TUXS711", - "id": 52373, - "name": "Degree Program B.Ed. Biology; Chemistry", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Biology; Chemistry" + "53672": { + "code": "TUXS10O", + "name": "Degree Program Austauschprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/Austauschprogramme" }, - "TUXS712": { - "code": "TUXS712", - "id": 52374, - "name": "Degree Program M.Ed. Mathematics; Chemistry", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/M.Ed. Mathematics; Chemistry" + "53673": { + "code": "TUXS10P", + "name": "Degree Program Zertifikatsprogramme", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Mathematik/Zertifikatsprogramme" }, - "TUXS713": { - "code": "TUXS713", - "id": 52375, - "name": "Degree Program B.Ed. Mathematics; Computer Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Mathematics; Computer Science" + "53674": { + "code": "TUXS10Q", + "name": "Degree Program B.Sc. Information Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Heilbronn/B.Sc. Information Engineering" }, - "TUXS714": { - "code": "TUXS714", - "id": 52376, - "name": "Degree Program B.Ed. Mathematics; Physics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Mathematics; Physics" + "53675": { + "code": "TUXS10R", + "name": "Degree Program B.Eng. Electronics & Data Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur/B.Eng. Electronics & Data Engineering" }, - "TUXS715": { - "code": "TUXS715", - "id": 52377, - "name": "Degree Program B.Ed. Mathematics; Sports", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/B.Ed. Mathematics; Sports" + "53676": { + "code": "TUXS10S", + "name": "Degree Program M.Sc. Integrated Circuit Design", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur/M.Sc. Integrated Circuit Design" }, - "TUXS716": { - "code": "TUXS716", - "id": 52378, - "name": "Degree Program M.Ed. Biology; Chemistry", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Biology; Chemistry" + "53677": { + "code": "TUXS10T", + "name": "Degree Program M.Sc. Green Electronics", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Singapur/M.Sc. Green Electronics" }, - "TUXS717": { - "code": "TUXS717", - "id": 52379, - "name": "Degree Program M.Ed. Mathematics; Chemistry", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Chemistry" + "53678": { + "code": "TUXS10U", + "name": "Degree Program Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT/Elektrotechnik und Informationstechnik" }, - "TUXS718": { - "code": "TUXS718", - "id": 52380, - "name": "Degree Program M.Ed. Mathematics; Computer Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Computer Science" + "53679": { + "code": "TUXS10V", + "name": "Degree Program Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT/Informatik" }, - "TUXS719": { - "code": "TUXS719", - "id": 52381, - "name": "Degree Program M.Ed. Mathematics; Physics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Physics" + "53680": { + "code": "TUXS10W", + "name": "Degree Program Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Doctoral Programs CIT/Mathematik" }, - "TUXS71A": { - "code": "TUXS71A", - "id": 52382, - "name": "Degree Program M.Ed. Mathematics; Sports", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/M.Ed. Mathematics; Sports" + "53681": { + "code": "TUXS10X", + "name": "Degree Program Elektrotechnik und Informationstechnik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Elektrotechnik und Informationstechnik" }, - "TUXS71B": { - "code": "TUXS71B", - "id": 52383, - "name": "Degree Program Biology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Biology" + "53682": { + "code": "TUXS10Y", + "name": "Degree Program Informatik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Informatik" }, - "TUXS71C": { - "code": "TUXS71C", - "id": 52384, - "name": "Degree Program Chemistry", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Chemistry" + "53683": { + "code": "TUXS10Z", + "name": "Degree Program Mathematik", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Mathematik" }, - "TUXS71D": { - "code": "TUXS71D", - "id": 52385, - "name": "Degree Program Mathematics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Mathematics" + "53684": { + "code": "TUXS110", + "name": "Degree Program Promotionen", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Archiv/Promotionen" }, - "TUXS71E": { - "code": "TUXS71E", - "id": 52386, - "name": "Degree Program Computer Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Computer Science" + "53697": { + "code": "TUXB70Q", + "name": "Academic Programs Master Vocational Education and Innovation", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Academic Programs" }, - "TUXS71F": { - "code": "TUXS71F", - "id": 52387, - "name": "Degree Program Physics", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Naturwissenschaftliche Bildung: Erweiterung/Physics" + "53737": { + "code": "TUS6B49", + "name": "Assistant Professorship of Entrepreneurial Finance (Prof. Momtaz)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Entrepreneurial Finance (Prof. Momtaz)" }, - "TUXS71G": { - "code": "TUXS71G", - "id": 52388, - "name": "Degree Program B.Sc. Political Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Political Science" + "53777": { + "code": "TUS7HTL", + "name": "Chair of Human-Centered Technologies for Learning (Prof. Kasneci)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Human-Centered Technologies for Learning (Prof. Kasneci)" }, - "TUXS71H": { - "code": "TUXS71H", - "id": 52389, - "name": "Degree Program B.Sc. Political Science (Parttime, 66%)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/B.Sc. Political Science (Parttime, 66%)" + "53797": { + "code": "TUINI35", + "name": "Chair of Informatics 35 - Chair of Perception for Intelligent Systems (Prof. Lilienthal)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 35 - Chair of Perception for Intelligent Systems (Prof. Lilienthal)" }, - "TUXS71I": { - "code": "TUXS71I", - "id": 52390, - "name": "Degree Program M.Sc. Politics & Technology", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology" + "53817": { + "code": "TUINH05", + "name": "Informatics Heilbronn 5 - Assistant Professorship of Data Engineering (Prof. Acosta Deibe)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 5 - Assistant Professorship of Data Engineering (Prof. Acosta Deibe)" }, - "TUXS71J": { - "code": "TUXS71J", - "id": 52391, - "name": "Degree Program M.Sc. Politics & Technology (66%)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Political Science & Technology/M.Sc. Politics & Technology (66%)" + "53818": { + "code": "TUINH09", + "name": "Informatics Heilbronn 9 - Assistant Professorship of Distributed Systems and Security (Prof. G\u00fcnther komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics Heilbronn 9 - Assistant Professorship of Distributed Systems and Security (Prof. G\u00fcnther komm.)" }, - "TUXS71K": { - "code": "TUXS71K", - "id": 52392, - "name": "Degree Program M.A. Science and Technology Studies (STS)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology/M.A. Science and Technology Studies (STS)" + "53837": { + "code": "TUPHEQN", + "name": "Assistant Professorship of Quantum Networks (Prof. Reiserer)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Networks (Prof. Reiserer)" }, - "TUXS71L": { - "code": "TUXS71L", - "id": 52393, - "name": "Degree Program M.A. Responsibility in Science, Engineering and Technology (RESET)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology/M.A. Responsibility in Science, Engineering and Technology (RESET)" + "53857": { + "code": "TUXB40R", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Study Program to expire" }, - "TUXS71M": { - "code": "TUXS71M", - "id": 52394, - "name": "Degree Program M.A. Science- and Technics Philosophy", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Social Science & Technology/M.A. Science- and Technics Philosophy" + "53858": { + "code": "TUXB40S", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Biosciences and Biotechnology/Study Program to expire" }, - "TUXS71N": { - "code": "TUXS71N", - "id": 52395, - "name": "Degree Program M.Ed. Research on Teaching and Learning", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Educational Science & Technology/M.Ed. Research on Teaching and Learning" + "53859": { + "code": "TUXB40T", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Brewing, Food Technology and Bioprocess Engeneering/Study Program to expire" }, - "TUXS71O": { - "code": "TUXS71O", - "id": 52396, - "name": "Degree Program TUM Skills Excellence Program (TUM School of Governance)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Certificate Programs/TUM Skills Excellence Program Social Sciences/TUM Skills Excellence Program (TUM School of Governance)" + "53860": { + "code": "TUXB40U", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Study Program to expire" }, - "TUXS71P": { - "code": "TUXS71P", - "id": 52397, - "name": "Degree Program Political Science (TUM-PREP)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/Practical Project Students/Political Science (TUM-PREP)" + "53861": { + "code": "TUXB40V", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Forest Science and Ressource Management/Study Program to expire" }, - "TUXS71Q": { - "code": "TUXS71Q", - "id": 52398, - "name": "Degree Program Research on Teaching and Learning (TUM-PREP)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/Practical Project Students/Research on Teaching and Learning (TUM-PREP)" + "53862": { + "code": "TUXB40W", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Landscape/Study Program to expire" }, - "TUXS71R": { - "code": "TUXS71R", - "id": 52399, - "name": "Degree Program Political Science - Exchange program", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig/Political Science - Exchange program" + "53863": { + "code": "TUXB40Y", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Doctoral Programs LS/Study Program to expire" }, - "TUXS71S": { - "code": "TUXS71S", - "id": 52400, - "name": "Degree Program Science and Technology Studies - Exchange program", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig/Science and Technology Studies - Exchange program" + "53864": { + "code": "TUXB40X", + "name": "Academic Programs Study Program to expire", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Exchange Program Life Sciences/Study Program to expire" }, - "TUXS71T": { - "code": "TUXS71T", - "id": 52401, - "name": "Degree Program Research on Teaching and Learning - Exchange program", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Exchange programs/nicht studienbeitragspflichtig/Research on Teaching and Learning - Exchange program" + "53877": { + "code": "TUS1DEA", + "name": "Dean of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Dean" }, - "TUXS71U": { - "code": "TUXS71U", - "id": 52402, - "name": "Degree Program MCTS - Exchange program", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/MCTS - Exchange program" + "53878": { + "code": "TUS3DEA", + "name": "Dean of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Dean" }, - "TUXS71V": { - "code": "TUXS71V", - "id": 52597, - "name": "Degree Program Chemistry for Business Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Chemistry for Business Education" + "53897": { + "code": "TUZEICH", + "name": "Core Facility Human studies", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Core Facility Human studies" }, - "TUXS71W": { - "code": "TUXS71W", - "id": 52858, - "name": "Degree Program Doctoral program Focus Ethics and Responsibility", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/Doctoral program Focus Ethics and Responsibility" + "53898": { + "code": "TUZEICM", + "name": "Core Facility Microbiome", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Core Facility Microbiome" + }, + "53899": { + "code": "TUS2PNS", + "name": "Chair of Spacecraft Systems (Prof. Aliakbargolkar)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Spacecraft Systems (Prof. Aliakbargolkar)" }, - "TUXS71X": { - "code": "TUXS71X", - "id": 52859, - "name": "Degree Program Doctoral program Focus Media and Science", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/Doctoral program Focus Media and Science" + "53900": { + "code": "TUS2SLR", + "name": "Chair of Aerospace Structure Design (Prof. Daoud)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Aerospace Structure Design (Prof. Daoud)" }, - "TUXS71Y": { - "code": "TUXS71Y", - "id": 52860, - "name": "Degree Program Doctoral program Focus Science and Technology Studies", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/Doctoral program Focus Science and Technology Studies" + "53917": { + "code": "TUGSBAY", + "name": "Bavarian Academic Forum (BayWISS)", + "path": "TUM/TUM Graduate School/Bavarian Academic Forum (BayWISS)" }, - "TUXS71Z": { - "code": "TUXS71Z", - "id": 52861, - "name": "Degree Program M.A. Science a. Technol. In Technolog. Societies", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Expired Programs/M.A. Science a. Technol. In Technolog. Societies" + "53937": { + "code": "TUPEMAT", + "name": "MathPlan GmbH", + "path": "TUM/Institutions close to the University/MathPlan GmbH" }, - "TUXS720": { - "code": "TUXS720", - "id": 52862, - "name": "Degree Program TUM School of Social Sciences and Technology (Science, Technology and Society)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT/TUM School of Social Sciences and Technology (Science, Technology and Society)" + "53938": { + "code": "TUPEIND", + "name": "indibit GmbH", + "path": "TUM/Institutions close to the University/indibit GmbH" }, - "TUXS721": { - "code": "TUXS721", - "id": 52863, - "name": "Degree Program TUM School of Social Sciences and Technology (Education)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT/TUM School of Social Sciences and Technology (Education)" + "53957": { + "code": "TUS4C6A", + "name": "Assistant Professorship of Cellular Agriculture (Prof. Henkel)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Cellular Agriculture (Prof. Henkel)" }, - "TUXS722": { - "code": "TUXS722", - "id": 52864, - "name": "Degree Program TUM School of Social Sciences and Technology (Governance)", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Doctoral Programs SOT/TUM School of Social Sciences and Technology (Governance)" + "53958": { + "code": "TUS4B1E", + "name": "Assistant Professorship of Soil Biophysics and Environmental Systems (Prof. Zare)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Soil Biophysics and Environmental Systems (Prof. Zare)" }, - "TUXS723": { - "code": "TUXS723", - "id": 53077, - "name": "Informatics for Business Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Informatics for Business Education" + "53959": { + "code": "TUS1RGE", + "name": "Gender Equality Officer of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Representatives/Gender Equality Officer" }, - "TUXS724": { - "code": "TUXS724", - "id": 53078, - "name": "Mathematics for Business Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Mathematics for Business Education" + "53960": { + "code": "TUS1RIN", + "name": "Representative for international affairs of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Representatives/Representative for international affairs" }, - "TUXS725": { - "code": "TUXS725", - "id": 53079, - "name": "Physics for Business Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Physics for Business Education" + "53961": { + "code": "TUS2RIN", + "name": "Representative for international affairs of the TUM School of Engineering and Design", + "path": "TUM/Schools/Engineering and Design/Representatives/Representative for international affairs" }, - "TUXS726": { - "code": "TUXS726", - "id": 53080, - "name": "Sports for Business Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Sports for Business Education" + "53962": { + "code": "TUS3RGE", + "name": "Gender Equality Officer of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Representatives/Gender Equality Officer" }, - "TUXS727": { - "code": "TUXS727", - "id": 53097, - "name": "Politics and society for Business Education", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Teaching at Vocational Schools Erweiterung/Politics and society for Business Education" + "53963": { + "code": "TUS3RIN", + "name": "Representative for international affairs of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Representatives/Representative for international affairs" }, - "TUXS728": { - "code": "TUXS728", - "id": 53337, - "name": "Degree Program B.Ed. Biologie, Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Bachelor of Education - Scientific Education/Degree Program" + "53964": { + "code": "TUS4RIN", + "name": "Representative for international affairs of the TUM School of Life Sciences", + "path": "TUM/Schools/Life Sciences/Representatives/Representative for international affairs" }, - "TUXS729": { - "code": "TUXS729", - "id": 55557, - "name": "Degree Program M.Sc. AI in Society", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Academic Programs/Degree Program" + "53965": { + "code": "TUS6RIN", + "name": "Representative for international affairs of the TUM School of Management", + "path": "TUM/Schools/Management/Representatives/Representative for international affairs" }, - "TUXS72A": { - "code": "TUXS72A", - "id": 56017, - "name": "Degree Program M.Ed. Bautechnik mit affiner Fachrichtung Holztechnik", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/Degree Program" + "53966": { + "code": "TUS7RIN", + "name": "Representative for international affairs of the TUM School of Social Sciences and Technology", + "path": "TUM/Schools/Social Sciences and Technology/Representatives/Representative for international affairs" }, - "TUXS730": { - "code": "TUXS730", - "id": 55757, - "name": "Degree Program M.Ed. Biologie, Informatik", - "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/Degree Program" + "53977": { + "code": "TUCSP15", + "name": "Assistant Professorship of Sustainable Energy Materials (Prof. Ledendecker)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Sustainable Energy Materials (Prof. Ledendecker)" }, - "TUZEACS": { - "code": "TUZEACS", - "id": 49397, - "name": "Accommodation Service", - "path": "TUM/Central Administration/Diversity & Equal Opportunities/Accommodation Service" + "53978": { + "code": "TUXS111", + "name": "Degree Program M.Sc. Communications and Electronics Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Elektrotechnik und Informationstechnik/M.Sc. Communications and Electronics Engineering" }, - "TUZEB10": { - "code": "TUZEB10", - "id": 45840, - "name": "Data Protection Representative TUM Catalysis Research Center (CRC)", - "path": "TUM/Corporate Research Centers/TUM Catalysis Research Center (CRC)/Data Protection Representative" + "53979": { + "code": "TUXB30C", + "name": "Academic Programs External Contributions to the Course Catalog", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/External Contributions to the Course Catalog" }, - "TUZEB11": { - "code": "TUZEB11", - "id": 45841, - "name": "Data Protection Representative Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)", - "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Data Protection Representative" + "53980": { + "code": "TUXB30D", + "name": "Academic Programs Joint Study Programs TUM/LMU M.Sc. QST/TMP (from the Course Catalog of LMU Munich)", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/External Contributions to the Course Catalog/Joint Study Programs TUM/LMU M.Sc. QST/TMP (from the Course Catalog of LMU Munich)" }, - "TUZEBAC": { - "code": "TUZEBAC", - "id": 55518, - "name": "Bavarian AM Cluster", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Bavarian AM Cluster" + "53981": { + "code": "TUXB30E", + "name": "Academic Programs Teaching of Prof. Brenda Schulman", + "path": "TUM/Schools/Natural Sciences/Academic Program Administration/External Contributions to the Course Catalog/Teaching of Prof. Brenda Schulman" }, - "TUZEBCH": { - "code": "TUZEBCH", - "id": 26744, - "name": "Central Service Institutions Teilbibliothek Chemie", - "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" + "53997": { + "code": "TUINI34", + "name": "Informatics 34 - Chair of IT Service Management, Development and Operations (Prof. Weber)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 34 - Chair of IT Service Management, Development and Operations (Prof. Weber)" }, - "TUZEBD1": { - "code": "TUZEBD1", - "id": 45831, - "name": "Data Protection Representative TUM Institute for Advanced Study (IAS)", - "path": "TUM/TUM Institute for Advanced Study (IAS)/Data Protection Representative" + "54017": { + "code": "TUS2IPD", + "name": "Chair of Integrated Product Design (Prof. Thoring)", + "path": "TUM/Schools/Engineering and Design/Departments/Architecture/Integrated Product Design (Prof. Thoring)" }, - "TUZEBD2": { - "code": "TUZEBD2", - "id": 45832, - "name": "Data Protection Representative Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Data Protection Representative" + "54018": { + "code": "TUCSO01", + "name": "Study and Teaching (TUMCS) - TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office/Study and Teaching (TUMCS)" }, - "TUZEBD4": { - "code": "TUZEBD4", - "id": 45834, - "name": "Data Protection Representative Research Center for Industrial Biotechnology", - "path": "TUM/Other Scientific Institutions/Research Center for Industrial Biotechnology/Data Protection Representative" + "54019": { + "code": "TUCSO02", + "name": "IT (TUMCS) - TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office/IT (TUMCS)" }, - "TUZEBD5": { - "code": "TUZEBD5", - "id": 45835, - "name": "Data Protection Representative Radiochemistry Munich (RCM)", - "path": "TUM/Other Scientific Institutions/Radiochemistry Munich (RCM)/Data Protection Representative" + "54020": { + "code": "TUCSO03", + "name": "Facility Management (TUMCS) - TUMCS Office", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/TUMCS Office/Facility Management (TUMCS)" }, - "TUZEBD6": { - "code": "TUZEBD6", - "id": 45836, - "name": "Data Protection Representative Research Neutron Source FRM II", - "path": "TUM/Corporate Research Centers/Research Neutron Source FRM II/Data Protection Representative" + "54037": { + "code": "TUS3001", + "name": "Assistant Professorship of Quantum Sensing (Prof. Bucher)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Assistant Professorship of Quantum Sensing (Prof. Bucher)" }, - "TUZEBD7": { - "code": "TUZEBD7", - "id": 45837, - "name": "Data Protection Representative World Agricultural Systems Center - Hans Eisenmann-Forum", - "path": "TUM/Corporate Research Centers/World Agricultural Systems Center - Hans Eisenmann-Forum/Data Protection Representative" + "54057": { + "code": "TUS1VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Research and Innovation" }, - "TUZEBD8": { - "code": "TUZEBD8", - "id": 45838, - "name": "Data Protection Representative Munich Institute of Biomedical Engineering (MIBE)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/Data Protection Representative" + "54058": { + "code": "TUS1VST", + "name": "Vice Dean Study and Teaching of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Study and Teaching" }, - "TUZEBD9": { - "code": "TUZEBD9", - "id": 45839, - "name": "Data Protection Representative ZIEL - Institute f\u00fcr Food & Health", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Data Protection Representative" + "54059": { + "code": "TUS1VTD", + "name": "Vice Dean Talent Management and Diversity of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Talent Management and Diversity" }, - "TUZEBDB": { - "code": "TUZEBDB", - "id": 45911, - "name": "Data Protection Representative University Libraries", - "path": "TUM/Central Service Institutions/University Libraries/Data Protection Representative" + "54060": { + "code": "TUS1VIO", + "name": "Vice Dean Information Officer of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Vice Dean/Information Officer" }, - "TUZEBDS": { - "code": "TUZEBDS", - "id": 46877, - "name": "Data Protection Representative Central Service Institutions", - "path": "TUM/Central Service Institutions/Data Protection Representative" + "54061": { + "code": "TUS3VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Vice Dean/Research and Innovation" }, - "TUZEBFR": { - "code": "TUZEBFR", - "id": 26720, - "name": "Site Weihenstephan", - "path": "TUM/Central Service Institutions/University Libraries/Site Weihenstephan" + "54062": { + "code": "TUS3VST", + "name": "Vice Dean Study and Teaching of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Vice Dean/Study and Teaching" }, - "TUZEBFZ": { - "code": "TUZEBFZ", - "id": 31363, - "name": "BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum", - "path": "TUM/Institutions close to the University/BayFrance - Bayerisch-Franz\u00f6sisches Hochschulzentrum" + "54063": { + "code": "TUS3VTD", + "name": "Vice Dean Talent Management and Diversity of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Vice Dean/Talent Management and Diversity" }, - "TUZEBGA": { - "code": "TUZEBGA", - "id": 26721, - "name": "Site Garching", - "path": "TUM/Central Service Institutions/University Libraries/Site Garching" + "54064": { + "code": "TUS3VIO", + "name": "Vice Dean Information Officer of the TUM School of Natural Sciences", + "path": "TUM/Schools/Natural Sciences/Vice Dean/Information Officer" }, - "TUZEBIB": { - "code": "TUZEBIB", - "id": 19671, - "name": "University Libraries", - "path": "TUM/Central Service Institutions/University Libraries" + "54065": { + "code": "TUS3OTD", + "name": "Dean's Office (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Dean's Office (NAT)" }, - "TUZEBME": { - "code": "TUZEBME", - "id": 26728, - "name": "Central Service Institutions Teilbibliothek Medizin", - "path": "TUM/Central Service Institutions/University Libraries/Site Munich/Central Service Institutions" + "54066": { + "code": "TUS3O01", + "name": "Strategy & Development (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Strategy & Development (NAT)" }, - "TUZEBMI": { - "code": "TUZEBMI", - "id": 26746, - "name": "Central Service Institutions Teilbibliothek Mathematik / Informatik", - "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" + "54067": { + "code": "TUS3O02", + "name": "Office Research & Innovation (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Office Research & Innovation (NAT)" }, - "TUZEBMU": { - "code": "TUZEBMU", - "id": 26719, - "name": "Site Munich", - "path": "TUM/Central Service Institutions/University Libraries/Site Munich" + "54068": { + "code": "TUS3O03", + "name": "Administration (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)" }, - "TUZEBMW": { - "code": "TUZEBMW", - "id": 26745, - "name": "Central Service Institutions Teilbibliothek Maschinenwesen", - "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" + "54069": { + "code": "TUS3O04", + "name": "Finance Office (NAT) - Administration (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)" }, - "TUZEBPH": { - "code": "TUZEBPH", - "id": 26747, - "name": "Central Service Institutions Teilbibliothek Physik", - "path": "TUM/Central Service Institutions/University Libraries/Site Garching/Central Service Institutions" + "54070": { + "code": "TUS3O05", + "name": "HR Office (NAT) - Administration (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)" }, - "TUZEBSG": { - "code": "TUZEBSG", - "id": 26726, - "name": "Central Service Institutions Teilbibliothek Stammgel\u00e4nde", - "path": "TUM/Central Service Institutions/University Libraries/Site Munich/Central Service Institutions" + "54071": { + "code": "TUS3O06", + "name": "Studienverwaltung (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Studienverwaltung (NAT)" }, - "TUZEBSP": { - "code": "TUZEBSP", - "id": 26729, - "name": "Central Service Institutions Teilbibliothek Sport- und Gesundheitswissenschaften", - "path": "TUM/Central Service Institutions/University Libraries/Site Munich/Central Service Institutions" + "54079": { + "code": "TUS3OGC", + "name": "Graduate Center (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Graduate Center (NAT)" }, - "TUZEBST": { - "code": "TUZEBST", - "id": 46255, - "name": "Site Straubing", - "path": "TUM/Central Service Institutions/University Libraries/Site Straubing" + "54080": { + "code": "TUS3O07", + "name": "IT Office (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)" + }, + "54081": { + "code": "TUS3O08", + "name": "Scientific Computing 5400 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/Scientific Computing 5400 (NAT)" }, - "TUZEBTS": { - "code": "TUZEBTS", - "id": 46256, - "name": "Central Service Institutions Teilbibliothek Straubing", - "path": "TUM/Central Service Institutions/University Libraries/Site Straubing/Central Service Institutions" + "54082": { + "code": "TUS3O09", + "name": "Central Services (NAT) - School Office", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)" }, - "TUZEBWZ": { - "code": "TUZEBWZ", - "id": 26738, - "name": "Central Service Institutions Teilbibliothek Weihenstephan", - "path": "TUM/Central Service Institutions/University Libraries/Site Weihenstephan/Central Service Institutions" + "54083": { + "code": "TUS3O10", + "name": "Glass Blowing Shop (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Glass Blowing Shop (NAT)" }, - "TUZECCA": { - "code": "TUZECCA", - "id": 54240, - "name": "TUM Center for Culture and Arts", - "path": "TUM/TUM Institute for Life Long Learning/TUM Center for Culture and Arts" + "54084": { + "code": "TUS3O11", + "name": "Facility Management (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Facility Management (NAT)" }, - "TUZECLA": { - "code": "TUZECLA", - "id": 48577, - "name": "People Development", - "path": "TUM/TUM Institute for Life Long Learning/People Development" + "54085": { + "code": "TUS3O12", + "name": "Machine Shop (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)" }, - "TUZECOS": { - "code": "TUZECOS", - "id": 54257, - "name": "TUM Center for Organoid Systems and Tissue Engineering (TUM COS)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/TUM Center for Organoid Systems and Tissue Engineering (TUM COS)" + "54086": { + "code": "TUS3O21", + "name": "Unit 5100 (NAT) - Machine Shop (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Unit 5100 (NAT)" }, - "TUZECPA": { - "code": "TUZECPA", - "id": 49597, - "name": "Center for Functional Protein Assemblies (CPA)", - "path": "TUM/Corporate Research Centers/Center for Functional Protein Assemblies (CPA)" + "54087": { + "code": "TUS3O22", + "name": "Unit 5400 (NAT) - Machine Shop (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Machine Shop (NAT)/Unit 5400 (NAT)" }, - "TUZECRC": { - "code": "TUZECRC", - "id": 29165, - "name": "TUM Catalysis Research Center (CRC)", - "path": "TUM/Corporate Research Centers/TUM Catalysis Research Center (CRC)" + "54088": { + "code": "TUS3O13", + "name": "Electronics (NAT) - Central Services (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)" }, - "TUZEDMG": { - "code": "TUZEDMG", - "id": 54217, - "name": "Center for Digital Medicine and Health (ZDMG)", - "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/Center for Digital Medicine and Health (ZDMG)" + "54089": { + "code": "TUS3O23", + "name": "Unit 5100 (NAT) - Electronics (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Unit 5100 (NAT)" }, - "TUZEDSI": { - "code": "TUZEDSI", - "id": 51317, - "name": "Munich Data Science Institute (MDSI)", - "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)" + "54090": { + "code": "TUS3O24", + "name": "Unit 5400 (NAT) - Electronics (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Central Services (NAT)/Electronics (NAT)/Unit 5400 (NAT)" }, - "TUZEE24": { - "code": "TUZEE24", - "id": 46012, - "name": "Research groups Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)", - "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Halbleiter-Nanostrukturen und-Quantensysteme (Prof. Finley)" + "54097": { + "code": "TUCHZB1", + "name": "IT Services Students 5400 (NAT) - IT Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/IT Office (NAT)/IT Services Students 5400 (NAT)" }, - "TUZEEAI": { - "code": "TUZEEAI", - "id": 49598, - "name": "TUM Institute for Ethics in Artificial Intelligence", - "path": "TUM/Schools/Social Sciences and Technology/TUM Institute for Ethics in Artificial Intelligence" + "54117": { + "code": "TUS4F1P", + "name": "Associate Professorship of Food Process Engineering (Prof. F\u00f6rst)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Food Process Engineering (Prof. F\u00f6rst)" }, - "TUZEEKF": { - "code": "TUZEEKF", - "id": 55037, - "name": "Else Kr\u00f6ner Fresenius Center", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Else Kr\u00f6ner Fresenius Center" + "54137": { + "code": "TUS3STC", + "name": "Student Council", + "path": "TUM/Schools/Natural Sciences/Student Council" }, - "TUZEEMF": { - "code": "TUZEEMF", - "id": 51280, - "name": "TUM Electron Microscopy Facility (EMF)", - "path": "TUM/Technology Core Facilities/TUM Electron Microscopy Facility (EMF)" + "54138": { + "code": "TUS1STC", + "name": "Student Council", + "path": "TUM/Schools/Computation, Information and Technology/Student Council" }, - "TUZEEP2": { - "code": "TUZEEP2", - "id": 42949, - "name": "Research groups Experimental Semiconductor Physics (N.N.)", - "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Experimental Semiconductor Physics (N.N.)" + "54139": { + "code": "TUS3002", + "name": "Associate Professorship of Theoretical Chemistry (Prof. Stein)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Theoretical Chemistry (Prof. Stein)" }, - "TUZEESO": { - "code": "TUZEESO", - "id": 46697, - "name": "European Southern Observatory (ESO)", - "path": "TUM/Institutions close to the University/European Southern Observatory (ESO)" + "54157": { + "code": "TUGSSCI", + "name": "Graduate Center of Computation, Information and Technology", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Computation, Information and Technology" }, - "TUZEFAM": { - "code": "TUZEFAM", - "id": 45391, - "name": "TUM Family Service", - "path": "TUM/Central Administration/Diversity & Equal Opportunities/TUM Family Service" + "54158": { + "code": "TUGSSNA", + "name": "Graduate Center of Natural Sciences", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Natural Sciences" }, - "TUZEFCL": { - "code": "TUZEFCL", - "id": 42566, - "name": "Research projects", - "path": "TUM/Research projects" + "54161": { + "code": "TUGSGCS", + "name": "Graduate Center TUM Campus Straubing for Biotechnology and Sustainability (GCS)", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center TUM Campus Straubing for Biotechnology and Sustainability (GCS)" }, - "TUZEFMS": { - "code": "TUZEFMS", - "id": 48137, - "name": "MSE", - "path": "TUM/Schools/Engineering and Design/Student Council/MSE" + "54177": { + "code": "TUS1OTD", + "name": "Dean's Office and Staff Units (CIT) - School Office", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)" }, - "TUZEFRM": { - "code": "TUZEFRM", - "id": 19705, - "name": "Research Neutron Source FRM II", - "path": "TUM/Corporate Research Centers/Research Neutron Source FRM II" + "54178": { + "code": "TUS1100", + "name": "School Services (CIT) - School Office", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)" }, - "TUZEFT2": { - "code": "TUZEFT2", - "id": 25806, - "name": "Work group Patent- und Lizenzb\u00fcro (AB 2)", - "path": "Work group" + "54179": { + "code": "TUS1111", + "name": "Service Finance (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Finance (CIT)" }, - "TUZEFT3": { - "code": "TUZEFT3", - "id": 25807, - "name": "Work group EU-B\u00fcro und Forschungsf\u00f6rderung (AB 3)", - "path": "Work group" + "54180": { + "code": "TUS1112", + "name": "Service Personnel (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Service Personnel (CIT)" }, - "TUZEFWB": { - "code": "TUZEFWB", - "id": 44565, - "name": "Research Center for Industrial Biotechnology", - "path": "TUM/Other Scientific Institutions/Research Center for Industrial Biotechnology" + "54181": { + "code": "TUS1113", + "name": "Room Management (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Room Management (CIT)" }, - "TUZEFZE": { - "code": "TUZEFZE", - "id": 19639, - "name": "Central Service Institutions", - "path": "TUM/Central Service Institutions" + "54182": { + "code": "TUS1120", + "name": "Internal Services (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Internal Services (CIT)" }, - "TUZEGNI": { - "code": "TUZEGNI", - "id": 51457, - "name": "TUM Georg Nemetschek Institute", - "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/TUM Georg Nemetschek Institute" + "54183": { + "code": "TUS1130", + "name": "IT Operations (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/IT Operations (CIT)" }, - "TUZEGOM": { - "code": "TUZEGOM", - "id": 47959, - "name": "Ombud Office", - "path": "TUM/TUM Board of Management/TUM Compliance Office/Ombud Office" + "54184": { + "code": "TUS1200", + "name": "Academic and Student Affairs (CIT) - School Office", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)" }, - "TUZEHEZ": { - "code": "TUZEHEZ", - "id": 39675, - "name": "World Agricultural Systems Center - Hans Eisenmann-Forum", - "path": "TUM/Corporate Research Centers/World Agricultural Systems Center - Hans Eisenmann-Forum" + "54185": { + "code": "TUS1210", + "name": "Academic Programs Office (CIT) Academic and Student Affairs (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Academic Programs Office (CIT)" }, - "TUZEHLT": { - "code": "TUZEHLT", - "id": 42950, - "name": "Research groups Semiconductor Technology (Prof. Belkin)", - "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)/Semiconductor Technology (Prof. Belkin)" + "54186": { + "code": "TUS1220", + "name": "Graduate Center (CIT) Academic and Student Affairs (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Academic and Student Affairs (CIT)/Graduate Center (CIT)" }, - "TUZEIA0": { - "code": "TUZEIA0", - "id": 26848, - "name": "Other Institution Abteilungen", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution" + "54217": { + "code": "TUZEDMG", + "name": "Center for Digital Medicine and Health (ZDMG)", + "path": "TUM/Integrative Research Institutes/Munich Data Science Institute (MDSI)/Center for Digital Medicine and Health (ZDMG)" }, - "TUZEIA1": { - "code": "TUZEIA1", - "id": 26864, - "name": "Food Safety", - "path": "TUM/Other Scientific Institutions/Research Center Weihenstephan for Brewing and Food Quality/Food Safety" + "54237": { + "code": "TUS2HYP", + "name": "Hyperloop (Professorship to be filled)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Hyperloop (Professorship to be filled)" }, - "TUZEIA3": { - "code": "TUZEIA3", - "id": 26866, - "name": "Area Biofunktionalit\u00e4t (Prof. Haller)", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" + "54238": { + "code": "TUCSP16", + "name": "Assistant Professorship of Synthetic Biology (Prof. Niederholtmeyer)", + "path": "TUM/Integrative Research Institutes/TUM Campus Straubing for Biotechnology and Sustainability (TUMCS)/Chairs and Professorships/Synthetic Biology (Prof. Niederholtmeyer)" }, - "TUZEIA4": { - "code": "TUZEIA4", - "id": 26867, - "name": "Area Klinische Ern\u00e4hrungsmedizin (Prof. Hauner)", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" + "54239": { + "code": "TUS2DAT", + "name": "Chair of Design and Transdisciplinarity (Prof. Diefenthaler)", + "path": "TUM/Schools/Engineering and Design/Departments/Civil and Environmental Engineering/Design and Transdisciplinarity (Prof. Diefenthaler)" }, - "TUZEIA5": { - "code": "TUZEIA5", - "id": 26868, - "name": "Area Mikrobiologie (Prof. Scherer)", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" + "54240": { + "code": "TUZECCA", + "name": "TUM Center for Culture and Arts", + "path": "TUM/TUM Institute for Life Long Learning/TUM Center for Culture and Arts" }, - "TUZEIA6": { - "code": "TUZEIA6", - "id": 26869, - "name": "Area Physiologie (N.N.)", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" + "54257": { + "code": "TUZECOS", + "name": "TUM Center for Organoid Systems and Tissue Engineering (TUM COS)", + "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)/TUM Center for Organoid Systems and Tissue Engineering (TUM COS)" }, - "TUZEIA8": { - "code": "TUZEIA8", - "id": 26871, - "name": "Area Molekulare Ern\u00e4hrungsmedizin (Prof. Klingenspor)", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Other Institution/Area" + "54297": { + "code": "TUXS230", + "name": "Degree Program M.Sc. Risk and Safety", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/M.Sc. Risk and Safety" }, - "TUZEIAK": { - "code": "TUZEIAK", - "id": 46135, - "name": "ZIEL Akademie", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/ZIEL Akademie" + "54298": { + "code": "TUS1001", + "name": "Mathematics", + "path": "TUM/Schools/Computation, Information and Technology/Student Council/Mathematics" }, - "TUZEIAS": { - "code": "TUZEIAS", - "id": 19706, - "name": "TUM Institute for Advanced Study (IAS)", - "path": "TUM/TUM Institute for Advanced Study (IAS)" + "54299": { + "code": "TUS1002", + "name": "Informatics", + "path": "TUM/Schools/Computation, Information and Technology/Student Council/Informatics" }, - "TUZEICF": { - "code": "TUZEICF", - "id": 49757, - "name": "Core Facility Gnotobiology", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Core Facility Gnotobiology" + "54300": { + "code": "TUS1003", + "name": "Electrical and Computer Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Student Council/Electrical and Computer Engineering" }, - "TUZEICH": { - "code": "TUZEICH", - "id": 53897, - "name": "Core Facility Human studies", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Core Facility Human studies" + "54301": { + "code": "TUS1004", + "name": "Data Science and Artificial Intelligence", + "path": "TUM/Schools/Computation, Information and Technology/Student Council/Data Science and Artificial Intelligence" }, - "TUZEICM": { - "code": "TUZEICM", - "id": 53898, - "name": "Core Facility Microbiome", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Core Facility Microbiome" + "54317": { + "code": "TUS4L3S", + "name": "Chair of Livestock Systems (Prof. Rufino)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Livestock Systems (Prof. Rufino)" }, - "TUZEIEL": { - "code": "TUZEIEL", - "id": 19699, - "name": "ZIEL - Institute f\u00fcr Food & Health", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health" + "54318": { + "code": "TUS4I5P", + "name": "Assistant Professorship of Infection Pathogenesis (Prof. Ebner)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Infection Pathogenesis (Prof. Ebner)" }, - "TUZEIGF": { - "code": "TUZEIGF", - "id": 26826, - "name": "ZIEL Management", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/ZIEL Management" + "54319": { + "code": "TUS1300", + "name": "Informatics 18 - Assistant Professorship of Decision Analytics (Prof. Etesami)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 18 - Assistant Professorship of Decision Analytics (Prof. Etesami)" }, - "TUZEING": { - "code": "TUZEING", - "id": 26884, - "name": "Research Groups", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Research Groups" + "54320": { + "code": "TUS3003", + "name": "Chair of Quantum Algorithms and Applications (Prof. Kraus)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Quantum Algorithms and Applications (Prof. Kraus)" + }, + "54321": { + "code": "TUS2AFS", + "name": "Assistant Professorship of Autonomous Vehicle Systems (Prof. Betz)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Autonomous Vehicle Systems (Prof. Betz)" }, - "TUZEIO1": { - "code": "TUZEIO1", - "id": 26607, - "name": "Global", - "path": "TUM/Functional Units/TUM Global & Alumni Office (HR3)/Global" + "54322": { + "code": "TUS6B50", + "name": "Assistant Professorship of Digital Marketing (Prof. Hartmann)", + "path": "TUM/Schools/Management/Departments/Marketing, Strategy and Leadership/Digital Marketing (Prof. Hartmann)" }, - "TUZEIO2": { - "code": "TUZEIO2", - "id": 26608, - "name": "TUM Language Center", - "path": "TUM/Central Service Institutions/TUM Language Center" + "54323": { + "code": "TUS7LEA", + "name": "Assistant Professorship of Learning Analytics (Prof. Poquet)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Learning Analytics (Prof. Poquet)" }, - "TUZEIOA": { - "code": "TUZEIOA", - "id": 49037, - "name": "Arabic", - "path": "TUM/Central Service Institutions/TUM Language Center/Arabic" + "54324": { + "code": "TUMEGE2", + "name": "Assistant Professorship of Ethics of AI and Neuroscience (Prof. Ienca)", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/History and Ethics of Medicine (Prof. Buyx)/Ethics of AI and Neuroscience (Prof. Ienca)" }, - "TUZEIOB": { - "code": "TUZEIOB", - "id": 49038, - "name": "Chinese", - "path": "TUM/Central Service Institutions/TUM Language Center/Chinese" + "54337": { + "code": "TUXS231", + "name": "Degree Program Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Doctoral Programs ED/Abgelaufene Promotionsprogramme ehemaliger Fakult\u00e4ten" }, - "TUZEIOC": { - "code": "TUZEIOC", - "id": 49039, - "name": "Danish", - "path": "TUM/Central Service Institutions/TUM Language Center/Danish" + "54357": { + "code": "TUMEMA2", + "name": "Associate Professorship of Functional Allergology (HMGU) (Prof. Eyerich)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Molecular Allergology (Prof. Schmidt-Weber)/Functional Allergology (HMGU) (Prof. Eyerich)" }, - "TUZEIOD": { - "code": "TUZEIOD", - "id": 49040, - "name": "German as a Foreign Language", - "path": "TUM/Central Service Institutions/TUM Language Center/German as a Foreign Language" + "54377": { + "code": "TUS2PAB", + "name": "MPA BAU - Testing Institute for Building Materials", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/MPA BAU - Testing Institute for Building Materials" }, - "TUZEIOE": { - "code": "TUZEIOE", - "id": 49041, - "name": "English", - "path": "TUM/Central Service Institutions/TUM Language Center/English" + "54397": { + "code": "TUS2TCA", + "name": "Techcore ASG", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Techcore ASG" }, - "TUZEIOF": { - "code": "TUZEIOF", - "id": 49042, - "name": "French", - "path": "TUM/Central Service Institutions/TUM Language Center/French" + "54417": { + "code": "TUS6B51", + "name": "Chair of Entrepreneurial Education (Prof. Tryba)", + "path": "TUM/Schools/Management/Departments/Innovation and Entrepreneurship/Entrepreneurial Education (Prof. Tryba)" }, - "TUZEIOG": { - "code": "TUZEIOG", - "id": 49043, - "name": "Hebrew", - "path": "TUM/Central Service Institutions/TUM Language Center/Hebrew" + "54437": { + "code": "TUXS232", + "name": "Degree Program M.Sc. Mechatronics, Robotics, and Biomechanical Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Degree Program" }, - "TUZEIOH": { - "code": "TUZEIOH", - "id": 49044, - "name": "Italian", - "path": "TUM/Central Service Institutions/TUM Language Center/Italian" + "54438": { + "code": "TUS4R5I", + "name": "Associate Professorship of Root-Soil Interaction (Prof. Ahmed)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Root-Soil Interaction (Prof. Ahmed)" }, - "TUZEIOI": { - "code": "TUZEIOI", - "id": 49045, - "name": "Japanese", - "path": "TUM/Central Service Institutions/TUM Language Center/Japanese" + "54439": { + "code": "TUS3004", + "name": "Chair of Angewandte Quantentheorie (Prof. Rabl)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Angewandte Quantentheorie (Prof. Rabl)" }, - "TUZEIOJ": { - "code": "TUZEIOJ", - "id": 49046, - "name": "Korean", - "path": "TUM/Central Service Institutions/TUM Language Center/Korean" + "54457": { + "code": "TUS1302", + "name": "Informatics 4 - Assistant Professorship of Software Engineering for Data-intensive Applications (Prof. Stocco)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 4 - Assistant Professorship of Software Engineering for Data-intensive Applications (Prof. Stocco)" }, - "TUZEIOK": { - "code": "TUZEIOK", - "id": 49047, - "name": "Dutch", - "path": "TUM/Central Service Institutions/TUM Language Center/Dutch" + "54458": { + "code": "TUS1303", + "name": "Informatics Heilbronn 7 - Assistant Professorship of Information Systems (Prof. Pufahl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 7 - Assistant Professorship of Information Systems (Prof. Pufahl)" }, - "TUZEIOL": { - "code": "TUZEIOL", - "id": 49048, - "name": "Norwegian", - "path": "TUM/Central Service Institutions/TUM Language Center/Norwegian" + "54477": { + "code": "TUS1301", + "name": "Informatics 36 - Associate Professorship of Algorithmic Machine Learning & Explainable AI (Prof. Bauer)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics 36 - Associate Professorship of Algorithmic Machine Learning & Explainable AI (Prof. Bauer)" }, - "TUZEIOM": { - "code": "TUZEIOM", - "id": 49049, - "name": "Portuguese", - "path": "TUM/Central Service Institutions/TUM Language Center/Portuguese" + "54497": { + "code": "TUXS112", + "name": "Degree Program M.Sc. Data Engineering and Analytics", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Informatik/M.Sc. Data Engineering and Analytics" }, - "TUZEION": { - "code": "TUZEION", - "id": 49050, - "name": "Russian", - "path": "TUM/Central Service Institutions/TUM Language Center/Russian" + "54517": { + "code": "TUS1304", + "name": "Chair of Informatics Heilbronn 6 - Assistant Professorship of Data Analytics and Statistics (Prof. Fraser)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 6 - Assistant Professorship of Data Analytics and Statistics (Prof. Fraser)" }, - "TUZEIOO": { - "code": "TUZEIOO", - "id": 49051, - "name": "Swedish", - "path": "TUM/Central Service Institutions/TUM Language Center/Swedish" + "54537": { + "code": "TUS1CHN", + "name": "Center TUM Campus Heilbronn (CIT) of the TUM School of Computation, Information and Technology", + "path": "TUM/Schools/Computation, Information and Technology/Center TUM Campus Heilbronn (CIT)" }, - "TUZEIOP": { - "code": "TUZEIOP", - "id": 49052, - "name": "Spanish", - "path": "TUM/Central Service Institutions/TUM Language Center/Spanish" + "54557": { + "code": "TUS3005", + "name": "Theory of Correlated Quantum Materials (Prof. Classen)", + "path": "TUM/Schools/Natural Sciences/Departments/Physics/Theory of Correlated Quantum Materials (Prof. Classen)" }, - "TUZEIOQ": { - "code": "TUZEIOQ", - "id": 49053, - "name": "Turkish", - "path": "TUM/Central Service Institutions/TUM Language Center/Turkish" + "54558": { + "code": "TUMERO5", + "name": "Assistant Professorship of Artificial Intelligence in Radiology (Prof. Wachinger)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Assistant Professorship of Artificial Intelligence in Radiology (Prof. Wachinger)" }, - "TUZEIOR": { - "code": "TUZEIOR", - "id": 49054, - "name": "Additional Offers", - "path": "TUM/Central Service Institutions/TUM Language Center/Additional Offers" + "54559": { + "code": "TUMEEH0", + "name": "Institute of Experimental Hematology (Prof. Schmidt-Supprian)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Hematology (Prof. Schmidt-Supprian)" }, - "TUZEIOS": { - "code": "TUZEIOS", - "id": 49057, - "name": "Intercultural Communication", - "path": "TUM/Central Service Institutions/TUM Language Center/Intercultural Communication" + "54560": { + "code": "TUMEEN0", + "name": "Institute of Experimental Neuroimmunology (Prof. Korn)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Neuroimmunology (Prof. Korn)" }, - "TUZEIOT": { - "code": "TUZEIOT", - "id": 52457, - "name": "Catalan", - "path": "TUM/Central Service Institutions/TUM Language Center/Catalan" + "54561": { + "code": "TUMEEN1", + "name": "Chair of Experimental Neuroimmunology (Prof. Korn)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Experimental Neuroimmunology (Prof. Korn)/Experimental Neuroimmunology (Prof. Korn)" }, - "TUZEIOU": { - "code": "TUZEIOU", - "id": 52657, - "name": "Sign Language", - "path": "TUM/Central Service Institutions/TUM Language Center/Sign Language" + "54562": { + "code": "TUMEET0", + "name": "Institute of Exerimentelle Tumortherapie (Prof. Saur)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Exerimentelle Tumortherapie (Prof. Saur)" }, - "TUZEIRC": { - "code": "TUZEIRC", - "id": 45350, - "name": "Integrative Research Institutes", - "path": "TUM/Integrative Research Institutes" + "54563": { + "code": "TUMEET1", + "name": "Chair of Translational Tumor Research (DKTK) (Prof. Saur)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Exerimentelle Tumortherapie (Prof. Saur)/Translational Tumor Research (DKTK) (Prof. Saur)" }, - "TUZEITH": { - "code": "TUZEITH", - "id": 44151, - "name": "IT-Support", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/IT-Support" + "54564": { + "code": "TUMEKC2", + "name": "Assistant Professorship of Molecular Medicine - Immune Signaling (Prof. Jellusova)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinical Chemistry and Pathobiochemistry (Prof. Ruland)/Molecular Medicine - Immune Signaling (Prof. Jellusova)" }, - "TUZEITM": { - "code": "TUZEITM", - "id": 44150, - "name": "IT-Management", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/IT-Management" + "54565": { + "code": "TUME1M3", + "name": "Assistant Professorship of Gene Editing (Prof. Gr\u00fcnewald)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Gene Editing (Prof. Gr\u00fcnewald)" }, - "TUZEITZ": { - "code": "TUZEITZ", - "id": 44146, - "name": "IT Service Center (ITSZ)", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)" + "54566": { + "code": "TUME1M4", + "name": "Associate Professorship of Cardiovascular Translation in Large Animal Models (Prof. Klymiuk)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Cardiovascular Translation in Large Animal Models (Prof. Klymiuk)" }, - "TUZEIVE": { - "code": "TUZEIVE", - "id": 26827, - "name": "ZIEL Administration Office", - "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/ZIEL Administration Office" + "54567": { + "code": "TUME2M2", + "name": "Associate Professorship of Tumormetabolism (Prof. Alg\u00fcl)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Tumormetabolism (Prof. Alg\u00fcl)" }, - "TUZELCD": { - "code": "TUZELCD", - "id": 53297, - "name": "CareerDesign@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/CareerDesign@TUM" + "54568": { + "code": "TUME3M3", + "name": "Associate Professorship of Translational Immunotherapy (Prof. Krackhardt)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)/Translational Immunotherapy (Prof. Krackhardt)" }, - "TUZELDM": { - "code": "TUZELDM", - "id": 48860, - "name": "TUM Leibniz-Institute Deutsches Museum", - "path": "TUM/TUM Leibniz-Institute/TUM Leibniz-Institute" + "54569": { + "code": "TUMENN0", + "name": "Clinic and Polyclinic for Neonatology (Prof. Peters komm.)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinic and Polyclinic for Neonatology (Prof. Peters komm.)" }, - "TUZELFT": { - "code": "TUZELFT", - "id": 55890, - "name": "Faculty@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/Faculty@TUM" + "54570": { + "code": "TUMENN1", + "name": "Assistant Professorship of Neonatology (Prof. Peters komm.)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Clinic and Polyclinic for Neonatology (Prof. Peters komm.)/Neonatology (Prof. Peters komm.)" }, - "TUZELLL": { - "code": "TUZELLL", - "id": 50597, - "name": "TUM Institute for Life Long Learning", - "path": "TUM/TUM Institute for Life Long Learning" + "54571": { + "code": "TUMENC2", + "name": "Assistant Professorship of Translational Neurotechnology (Prof. Jacob)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurosurgery (Prof. Meyer)/Translational Neurotechnology (Prof. Jacob)" }, - "TUZELSB": { - "code": "TUZELSB", - "id": 48859, - "name": "TUM Leibniz-Institute Leibniz-Institut f\u00fcr Lebensmittelsystembiologie an der Technischen Universit\u00e4t M\u00fcnchen", - "path": "TUM/TUM Leibniz-Institute/TUM Leibniz-Institute" + "54572": { + "code": "TUMENM3", + "name": "Assistant Professorship of Biomedical Magnetic Resonance (Prof. Schilling)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)/Biomedical Magnetic Resonance (Prof. Schilling)" }, - "TUZELSM": { - "code": "TUZELSM", - "id": 55891, - "name": "ScienceManagement@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/ScienceManagement@TUM" + "54573": { + "code": "TUMENM2", + "name": "Assistant Professorship of Imaging and Biomarkers in Oncology (Prof. Kossatz)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Nuclear Medicine (Prof. Weber)/Imaging and Biomarkers in Oncology (Prof. Kossatz)" }, - "TUZEMCT": { - "code": "TUZEMCT", - "id": 45351, - "name": "Former Munich Center for Technology in Society (MCTS)", - "path": "TUM/Integrative Research Institutes/Former Munich Center for Technology in Society (MCTS)" + "54574": { + "code": "TUPRV12", + "name": "Vizepr\u00e4sident Vice President - Sustainable Transformation", + "path": "TUM/TUM Board of Management/Vice Presidents/Vice President - Sustainable Transformation" }, - "TUZEMDI": { - "code": "TUZEMDI", - "id": 56077, - "name": "Munich Design Institute (MDI)", - "path": "TUM/Integrative Research Institutes/Munich Design Institute (MDI)" + "54577": { + "code": "TUS2FEA", + "name": "Assistant Professorship of Remote Sensing Applications (Prof. Anders)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Remote Sensing Applications (Prof. Anders)" }, - "TUZEMSE": { - "code": "TUZEMSE", - "id": 43589, - "name": "Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)" + "54597": { + "code": "TUMEKI5", + "name": "Associate Professorship of Pediatric Infectiology and Immunobiology (Prof. Behrends)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Pediatric Medicine (Prof. Hauer)/Pediatric Infectiology and Immunobiology (Prof. Behrends)" }, - "TUZEMTC": { - "code": "TUZEMTC", - "id": 51281, - "name": "TUM M\u00f6\u00dfbauer Technology Center (MTC)", - "path": "TUM/Technology Core Facilities/TUM M\u00f6\u00dfbauer Technology Center (MTC)" + "54598": { + "code": "TUMECH7", + "name": "Associate Professorship of Paediatrics (Prof. Hosie)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Surgery (Prof. Friess)/Paediatrics (Prof. Hosie)" }, - "TUZEMZ0": { - "code": "TUZEMZ0", - "id": 19704, - "name": "ProLehre Medien und Didaktik", - "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik" + "54599": { + "code": "TUMERO6", + "name": "Assistant Professorship of Experimental Magnetic Resonance Imaging (Prof. Karampinos)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Experimental Magnetic Resonance Imaging (Prof. Karampinos)" }, - "TUZEMZ1": { - "code": "TUZEMZ1", - "id": 49497, - "name": "Representative Data Protection Representative ProLehre Medien und Didaktik", - "path": "TUM/TUM Institute for Life Long Learning/ProLehre Medien und Didaktik/Data Protection Representative" + "54600": { + "code": "TUME1M5", + "name": "Associate Professorship of Molekulare Kardiologie (Prof. Laugwitz)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Molekulare Kardiologie (Prof. Laugwitz)" }, - "TUZEPRG": { - "code": "TUZEPRG", - "id": 48157, - "name": "Examination Office - Garching campus", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Examination Office - Garching campus" + "54601": { + "code": "TUME1M6", + "name": "Associate Professorship of Regenerative Medicine in Cardiovascular Disease (Prof. Moretti)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine I - Cardiology (Prof. Laugwitz)/Regenerative Medicine in Cardiovascular Disease (Prof. Moretti)" }, - "TUZEPRM": { - "code": "TUZEPRM", - "id": 48158, - "name": "Examination Office - Munich Campus", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Examination Office - Munich Campus" + "54602": { + "code": "TUMENL5", + "name": "Associate Professorship of Human Pain Research (Prof. Ploner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Neurology (Prof. Hemmer)/Human Pain Research (Prof. Ploner)" + }, + "54603": { + "code": "TUMEHN3", + "name": "Assistant Professorship of Experimental Audiology (Prof. Wimmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Otolaryngology (Prof. Wollenberg)/Experimental Audiology (Prof. Wimmer)" }, - "TUZEPRW": { - "code": "TUZEPRW", - "id": 48159, - "name": "Examination Office - Weihenstephan Campus", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records/Examination Office - Weihenstephan Campus" + "54604": { + "code": "TUPEWAR", + "name": "Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)", + "path": "TUM/Institutions close to the University/Student initiatives/Wissenschaftliche Arbeitsgemeinschaft f\u00fcr Raketentechnik und Raumfahrt (WARR)" }, - "TUZERCM": { - "code": "TUZERCM", - "id": 44304, - "name": "Radiochemistry Munich (RCM)", - "path": "TUM/Other Scientific Institutions/Radiochemistry Munich (RCM)" + "54617": { + "code": "TUMEDH9", + "name": "Associate Professorship of Early Clinical Trials in Cardiology (DHM) (Prof. Joner)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Early Clinical Trials in Cardiology (DHM) (Prof. Joner)" }, - "TUZESBS": { - "code": "TUZESBS", - "id": 14443, - "name": "TUM CST - Fees and Scholarships", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Fees and Scholarships" + "54618": { + "code": "TUMEDH8", + "name": "Assistant Professorship of Cardiovascular Inflammation (DHM) (Prof. Sager)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Diseases (DHM) (Prof. Schunkert)/Cardiovascular Inflammation (DHM) (Prof. Sager)" }, - "TUZESIM": { - "code": "TUZESIM", - "id": 14432, - "name": "TUM CST - Admissions and Enrollment Office", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Admissions and Enrollment Office" + "54619": { + "code": "TUMEDH7", + "name": "Institute of Anaesthesiology (DHM) (Prof. Tassani-Prell)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute of Anaesthesiology (DHM) (Prof. Tassani-Prell)" }, - "TUZESOI": { - "code": "TUZESOI", - "id": 14444, - "name": "TUM CST - Planning", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Planning" + "54637": { + "code": "TUXS60P", + "name": "Degree Program B.Sc. Management and Technology", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Munich/Degree Program" }, - "TUZESPR": { - "code": "TUZESPR", - "id": 14442, - "name": "TUM CST - Graduation Office and Academic Records", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Graduation Office and Academic Records" + "54657": { + "code": "TUMEDHA", + "name": "Chair of Pediatric Cardiology and Cogenital Heart Defects (DHM) (Prof. Ewert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)/Pediatric Cardiology and Cogenital Heart Defects (DHM) (Prof. Ewert)" }, - "TUZESSB": { - "code": "TUZESSB", - "id": 14411, - "name": "TUM CST - Student Advising and Information Services", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Student Advising and Information Services" + "54658": { + "code": "TUME2M7", + "name": "Associate Professorship of Clinical Toxicology (Prof. Eyer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Klinische Toxikologie (Prof. Eyer)/Clinical Toxicology (Prof. Eyer)" }, - "TUZESSC": { - "code": "TUZESSC", - "id": 47079, - "name": "TUM Science & Study Center Raitenhaslach", - "path": "TUM/TUM Board of Management/Office of the President/TUM Science & Study Center Raitenhaslach" + "54659": { + "code": "TUMESO0", + "name": "Chair of Applied Stem Cell and Organoidsystems (Prof. Hebrok)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Applied Stem Cell and Organoidsystems (Prof. Hebrok)" }, - "TUZESSZ": { - "code": "TUZESSZ", - "id": 14146, - "name": "TUM Center for Study and Teaching", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching" + "54660": { + "code": "TUME2M8", + "name": "Abteilung f\u00fcr Nephrologie (Prof. Heemann)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Abteilung f\u00fcr Nephrologie (Prof. Heemann)" }, - "TUZET00": { - "code": "TUZET00", - "id": 48537, - "name": "Gesch\u00e4ftsstelle", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Gesch\u00e4ftsstelle" + "54661": { + "code": "TUMEMS0", + "name": "Chair of Molecular Mechanisms of Metabolism (HMGU) (Prof. Herzig)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Molecular Mechanisms of Metabolism (HMGU) (Prof. Herzig)" }, - "TUZET01": { - "code": "TUZET01", - "id": 48538, - "name": "Biological Imaging (AG Ntziachristos)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Biological Imaging (AG Ntziachristos)" + "54662": { + "code": "TUME3M4", + "name": "Associate Professorship of Personalized Oncology (Prof. Illert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine III - Hematology and Medical Oncology (Prof. Bassermann)/Personalized Oncology (Prof. Illert)" }, - "TUZET02": { - "code": "TUZET02", - "id": 48539, - "name": "Immune signals and cancer (AG Ruland)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Immune signals and cancer (AG Ruland)" + "54663": { + "code": "TUMEDHC", + "name": "Chair of Herzchirurgie (DHM) (Prof. Krane)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Heart and Vascular Surgery (DHM) (Prof. Krane)/Herzchirurgie (DHM) (Prof. Krane)" }, - "TUZET03": { - "code": "TUZET03", - "id": 48540, - "name": "Biomedical electronics (AG Hayden)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Biomedical electronics (AG Hayden)" + "54664": { + "code": "TUMEND0", + "name": "Associate Professorship of Neurobiology of Diabetes (HMGU) (Prof. Pfluger)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Neurobiology of Diabetes (HMGU) (Prof. Pfluger)" }, - "TUZET04": { - "code": "TUZET04", - "id": 48541, - "name": "Experimental radiation oncology and radiobiology (AG Multhoff)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Experimental radiation oncology and radiobiology (AG Multhoff)" + "54665": { + "code": "TUME2M9", + "name": "Associate Professorship of Translationale Pankreaskrebsforschung (Prof. Reichert)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Internal Medicine II - Gastroenterology (Prof. Schmid)/Translationale Pankreaskrebsforschung (Prof. Reichert)" }, - "TUZET05": { - "code": "TUZET05", - "id": 48542, - "name": "Immunopathology and signal transduction (AG Schmidt-Supprian)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Immunopathology and signal transduction (AG Schmidt-Supprian)" + "54666": { + "code": "TUMEPS3", + "name": "Assistant Professorship of Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Psychiatry and Psychotherapy (Prof. Priller)/Humane Organoidtechnologien zur Erforschung psychischer Erkrankungen (Prof. Sch\u00e4fer)" }, - "TUZET06": { - "code": "TUZET06", - "id": 48543, - "name": "Translational cancer research and experimental cancer therapy (AG Saur)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Translational cancer research and experimental cancer therapy (AG Saur)" + "54667": { + "code": "TUMETG0", + "name": "Chair of Translational Genomics (HMGU) (Prof. Zeggini)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine/Translational Genomics (HMGU) (Prof. Zeggini)" }, - "TUZET07": { - "code": "TUZET07", - "id": 48544, - "name": "Image Computing (AG Menze)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Image Computing (AG Menze)" + "54668": { + "code": "TUMERO7", + "name": "Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Radiology (Prof. Makowski)/Abteilung f\u00fcr Diagnostische und Interventionelle Neuroradiologie (Prof. Zimmer)" }, - "TUZET08": { - "code": "TUZET08", - "id": 48545, - "name": "Genetic Screening (AG Rad)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Genetic Screening (AG Rad)" + "54669": { + "code": "TUMEDHB", + "name": "Chair of Congenital Cardiac Surgery (DHM) (Prof. H\u00f6rer)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Congenital and Pediatric Heart Surgery (DHM) (Prof. H\u00f6rer)/Congenital Cardiac Surgery (DHM) (Prof. H\u00f6rer)" }, - "TUZET09": { - "code": "TUZET09", - "id": 48546, - "name": "Cell biology of cancer (AG Bassermann)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Cell biology of cancer (AG Bassermann)" + "54670": { + "code": "TUMEDHD", + "name": "Assistant Professorship of Adult Congenital Heart Disease (DHM) (Prof. Tutarel)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Paediatric Cardiology (DHM) (Prof. Ewert)/Adult Congenital Heart Disease (DHM) (Prof. Tutarel)" }, - "TUZET11": { - "code": "TUZET11", - "id": 48548, - "name": "Core Facility Preclinical Research", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Preclinical Research" + "54677": { + "code": "TUS2HSP", + "name": "Associate Professorship of Human Spaceflight Technology (Prof. Detrell)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Human Spaceflight Technology (Prof. Detrell)" }, - "TUZET12": { - "code": "TUZET12", - "id": 48549, - "name": "Core Facility Imaging", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Imaging" + "54697": { + "code": "TUS4F3U", + "name": "Forest Research Unit", + "path": "TUM/Schools/Life Sciences/TUM Plant Technology Center (PTC)/Forest Research Unit" }, - "TUZET13": { - "code": "TUZET13", - "id": 48550, - "name": "Core Facility Cell Analysis", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Cell Analysis" + "54717": { + "code": "TUS4P1D", + "name": "Associate Professorship of Functional Phytometabolomics (Prof. Dawid)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Functional Phytometabolomics (Prof. Dawid)" }, - "TUZET14": { - "code": "TUZET14", - "id": 48718, - "name": "Cellular immuno-regulation (AG Zielinski)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Cellular immuno-regulation (AG Zielinski)" + "54737": { + "code": "TUS7RDS", + "name": "Chair of Responsible Data Science (Prof. Kasneci)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Responsible Data Science (Prof. Kasneci)" }, - "TUZET15": { - "code": "TUZET15", - "id": 48719, - "name": "Quantitative imaging in neuro-oncology (AG Kirschke)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Quantitative imaging in neuro-oncology (AG Kirschke)" + "54738": { + "code": "TUS7PWT", + "name": "Associate Professorship of Philosophy and Philosophy of Science (Prof. Centrone)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Philosophy and Philosophy of Science (Prof. Centrone)" }, - "TUZET16": { - "code": "TUZET16", - "id": 48720, - "name": "Optical and optoacoustical microscopy (AG Chmyrov)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Optical and optoacoustical microscopy (AG Chmyrov)" + "54757": { + "code": "TUS1306", + "name": "Associate Professorship of AI Processor Design (Prof. Amrouch)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Processor Design (Prof. Amrouch)" }, - "TUZET17": { - "code": "TUZET17", - "id": 49477, - "name": "Core Facility Genomics", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Genomics" + "54777": { + "code": "TUMEEK0", + "name": "Ethics Commission med., AMG", + "path": "TUM/Schools/Medicine and Health/Ethics Commissions/Ethics Commission med., AMG" }, - "TUZET18": { - "code": "TUZET18", - "id": 49478, - "name": "Core Facility Transgenic Mouse", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Transgenic Mouse" + "54797": { + "code": "TUZVGTI", + "name": "Other Institution Guests at TUM Incubator", + "path": "TUM/Functional Units/TUM Office for Research and Innovation (ForTe, HR4)/Guests at TUM Incubator" }, - "TUZET19": { - "code": "TUZET19", - "id": 49817, - "name": "Imaging and Biomarkers in Oncology (AG Kossatz)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Imaging and Biomarkers in Oncology (AG Kossatz)" + "54817": { + "code": "TUS1307", + "name": "Informatics Heilbronn 8 - Assistant Professorship of Cyber-Physical Systems (Prof. Alanwar)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics Heilbronn 8 - Assistant Professorship of Cyber-Physical Systems (Prof. Alanwar)" }, - "TUZET20": { - "code": "TUZET20", - "id": 51697, - "name": "Core Facility Proteomics (AG Pichlmair)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/Core Facility Proteomics (AG Pichlmair)" + "54818": { + "code": "TUS3006", + "name": "Chair of Industrial Chemistry and heterogeneous Catalysis (Prof. Strunk)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Industrial Chemistry and heterogeneous Catalysis (Prof. Strunk)" }, - "TUZET21": { - "code": "TUZET21", - "id": 52158, - "name": "AI in Healthcare and Medicine (AG R\u00fcckert)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/AI in Healthcare and Medicine (AG R\u00fcckert)" + "54837": { + "code": "TUZEZIP", + "name": "Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)", + "path": "TUM/Corporate Research Centers/Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)" }, - "TUZET22": { - "code": "TUZET22", - "id": 53457, - "name": "OrganoidHub (AG Gr\u00fcnewald)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/OrganoidHub (AG Gr\u00fcnewald)" + "54857": { + "code": "TUS1150", + "name": "Dean's Office, Recruitment (CIT) Dean's Office and Staff Units (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/Dean's Office, Recruitment (CIT)" }, - "TUZET23": { - "code": "TUZET23", - "id": 53477, - "name": "AG Hauer", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)/AG Hauer" + "54858": { + "code": "TUS1151", + "name": "Communications (CIT) Dean's Office and Staff Units (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/Communications (CIT)" }, - "TUZETCF": { - "code": "TUZETCF", - "id": 51279, - "name": "Technology Core Facilities", - "path": "TUM/Technology Core Facilities" + "54859": { + "code": "TUS1152", + "name": "International Affairs (CIT) Dean's Office and Staff Units (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/International Affairs (CIT)" }, - "TUZETTM": { - "code": "TUZETTM", - "id": 48237, - "name": "Translational Cancer Research (TranslaTUM)", - "path": "TUM/Corporate Research Centers/Translational Cancer Research (TranslaTUM)" + "54860": { + "code": "TUS1153", + "name": "Talent Management and Diversity (CIT) Dean's Office and Staff Units (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/Dean's Office and Staff Units (CIT)/Talent Management and Diversity (CIT)" }, - "TUZEWSI": { - "code": "TUZEWSI", - "id": 19703, - "name": "Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)", - "path": "TUM/Corporate Research Centers/Walter Schottky Institute \u2013 Center for Nanotechnology and Nanomaterials (WSI)" + "54861": { + "code": "TUS1140", + "name": "Central Laboratories (CIT) School Services (CIT)", + "path": "TUM/Schools/Computation, Information and Technology/School Office/School Services (CIT)/Central Laboratories (CIT)" }, - "TUZEWWE": { - "code": "TUZEWWE", - "id": 53577, - "name": "Other Scientific Institutions", - "path": "TUM/Other Scientific Institutions" + "54877": { + "code": "TUS4U7M", + "name": "Associate Professorship of Environmental Microbiology (Prof. Schloter)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Environmental Microbiology (Prof. Schloter)" }, - "TUZEWZI": { - "code": "TUZEWZI", - "id": 19641, - "name": "Corporate Research Centers", - "path": "TUM/Corporate Research Centers" + "54897": { + "code": "TUS5DP1", + "name": "Department of Health and Sport Sciences", + "path": "TUM/Schools/Medicine and Health/Departments/Health and Sport Sciences" }, - "TUZEZEB": { - "code": "TUZEZEB", - "id": 43737, - "name": "Centre for Sustainable Building", - "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Centre for Sustainable Building" + "54898": { + "code": "TUS5DP2", + "name": "Department of Preclinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine" }, - "TUZEZHS": { - "code": "TUZEZHS", - "id": 19672, - "name": "University Sports Center", - "path": "TUM/Central Service Institutions/University Sports Center" + "54899": { + "code": "TUS5DP3", + "name": "Department of Clinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine" }, - "TUZEZIP": { - "code": "TUZEZIP", - "id": 54837, - "name": "Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)", - "path": "TUM/Corporate Research Centers/Zentrum f\u00fcr Infektionspr\u00e4vention (ZIP)" + "54917": { + "code": "TUS4C4P", + "name": "Associate Professorship of Chemoinformatics and Protein Modelling (Prof. Di Pizio)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Chemoinformatics and Protein Modelling (Prof. Di Pizio)" }, - "TUZEZMT": { - "code": "TUZEZMT", - "id": 19701, - "name": "Munich Institute of Biomedical Engineering (MIBE)", - "path": "TUM/Integrative Research Institutes/Munich Institute of Biomedical Engineering (MIBE)" + "54937": { + "code": "TUS4C9L", + "name": "Center of Advanced Light Microscopy (CALM) (LS) - School Office", + "path": "TUM/Schools/Life Sciences/School Office/Center of Advanced Light Microscopy (CALM) (LS)" }, - "TUZEZQE": { - "code": "TUZEZQE", - "id": 53377, - "name": "TUM Center for QuantumEngineering", - "path": "TUM/Corporate Research Centers/TUM Center for QuantumEngineering" + "54957": { + "code": "TUS1308", + "name": "Associate Professorship of Quantum Communication Systems Engineering (Prof. Vogl)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Quantum Communication Systems Engineering (Prof. Vogl)" + }, + "54977": { + "code": "TUS2RTS", + "name": "Assistant Professorship of Design and Operation of Public Rail Transport Systems (Prof. Weik)", + "path": "TUM/Schools/Engineering and Design/Departments/Mobility Systems Engineering/Design and Operation of Public Rail Transport Systems (Prof. Weik)" }, - "TUZV141": { - "code": "TUZV141", - "id": 25918, - "name": "Construction Management Garching", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Construction Management Garching" + "54997": { + "code": "TUS3007", + "name": "Associate Professorship of Digital Catalysis (Prof. Stein)", + "path": "TUM/Schools/Natural Sciences/Departments/Chemistry/Digital Catalysis (Prof. Stein)" }, - "TUZV142": { - "code": "TUZV142", - "id": 25925, - "name": "Facility management Garching", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching" + "55017": { + "code": "TUXO500", + "name": "Academic Program Administration of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration" }, - "TUZV14C": { - "code": "TUZV14C", - "id": 38540, - "name": "Heating plants with control room", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Energy and Media Supply/Heating plants with control room" + "55037": { + "code": "TUZEEKF", + "name": "Else Kr\u00f6ner Fresenius Center", + "path": "TUM/Corporate Research Centers/ZIEL - Institute f\u00fcr Food & Health/Else Kr\u00f6ner Fresenius Center" }, - "TUZV14D": { - "code": "TUZV14D", - "id": 38541, - "name": "Plant Technology Garching", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching" + "55057": { + "code": "TUXS60Q", + "name": "Degree Program M.Sc. Management and Digital Technology", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/M.Sc. Management and Digital Technology" }, - "TUZV14E": { - "code": "TUZV14E", - "id": 38542, - "name": "Electrical Engineering Garching", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching" + "55077": { + "code": "TUS3O25", + "name": "Unit 5100 (NAT) Finance Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Unit 5100 (NAT)" }, - "TUZV14F": { - "code": "TUZV14F", - "id": 38543, - "name": "Environment / Waste disposal", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment/Environment / Waste disposal" + "55078": { + "code": "TUS3O26", + "name": "Unit 5400 (NAT) Finance Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/Finance Office (NAT)/Unit 5400 (NAT)" }, - "TUZV14G": { - "code": "TUZV14G", - "id": 38577, - "name": "Infrastrukturelles FM Poststelle", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Infrastrukturelles FM Poststelle" + "55079": { + "code": "TUS3O27", + "name": "Unit 5100 (NAT) HR Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Unit 5100 (NAT)" }, - "TUZV14I": { - "code": "TUZV14I", - "id": 38579, - "name": "Technical Office", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Technical Office" + "55080": { + "code": "TUS3O28", + "name": "Unit 5400 (NAT) HR Office (NAT)", + "path": "TUM/Schools/Natural Sciences/School Office/Administration (NAT)/HR Office (NAT)/Unit 5400 (NAT)" }, - "TUZV14J": { - "code": "TUZV14J", - "id": 38580, - "name": "Heating and Ventilation", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Heating and Ventilation" + "55081": { + "code": "TUS3008", + "name": "Assistant Professorship of Biomolecular Cryo-Electron Microscopy (Prof. Baer de Oliveira Mann)", + "path": "TUM/Schools/Natural Sciences/Departments/Bioscience/Biomolecular Cryo-Electron Microscopy (Prof. Baer de Oliveira Mann)" }, - "TUZV14K": { - "code": "TUZV14K", - "id": 38581, - "name": "Sanitary and Air conditioning systems", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Sanitary and Air conditioning systems" + "55097": { + "code": "TUMEDHE", + "name": "Institute for Radiology and Nuclear Medicine (DHM) (Dr. Martinoff)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute for Radiology and Nuclear Medicine (DHM) (Dr. Martinoff)" }, - "TUZV14L": { - "code": "TUZV14L", - "id": 38582, - "name": "Mechanic, Carpenter, Gardener", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Mechanic, Carpenter, Gardener" + "55098": { + "code": "TUMEDHF", + "name": "Institute of Laboratory Medicine (DHM) (Prof. Holdenrieder)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/German Heart Centre Munich/Institute of Laboratory Medicine (DHM) (Prof. Holdenrieder)" }, - "TUZV14N": { - "code": "TUZV14N", - "id": 38596, - "name": "Technical Office / Lecture hall engineering", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Technical Office / Lecture hall engineering" + "55117": { + "code": "TUXB500", + "name": "Academic Programs Sports Sciences", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Sports Sciences" }, - "TUZV14O": { - "code": "TUZV14O", - "id": 38597, - "name": "Electric", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Electric" + "55118": { + "code": "TUXB501", + "name": "Academic Programs Health Sciences", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences" }, - "TUZV14P": { - "code": "TUZV14P", - "id": 38598, - "name": "Telecommunication", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Telecommunication" + "55119": { + "code": "TUXB502", + "name": "Academic Programs Lehramt Sport", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport" }, - "TUZV14Q": { - "code": "TUZV14Q", - "id": 38599, - "name": "Central Building control system", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Electrical Engineering Garching/Central Building control system" + "55120": { + "code": "TUXB503", + "name": "Academic Programs Biomedical Sciences", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Biomedical Sciences" }, - "TUZV14R": { - "code": "TUZV14R", - "id": 46757, - "name": "Werkstatt MSR-Technik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Plant Technology Garching/Werkstatt MSR-Technik" + "55121": { + "code": "TUXB504", + "name": "Academic Programs Medizin", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Medizin" }, - "TUZV14Z": { - "code": "TUZV14Z", - "id": 48622, - "name": "Versorgungsnetze", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Versorgungsnetze" + "55122": { + "code": "TUXB505", + "name": "Academic Programs SG Archiv", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv" }, - "TUZV350": { - "code": "TUZV350", - "id": 48337, - "name": "Financial accounting Campus Munich", - "path": "TUM/Central Administration/Finance (Central department 3)/Financial accounting (department 35)/Financial accounting Campus Munich" + "55123": { + "code": "TUXB506", + "name": "Academic Programs ME Archiv", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv" }, - "TUZV351": { - "code": "TUZV351", - "id": 48338, - "name": "Financial accounting Campus Weihenstephan", - "path": "TUM/Central Administration/Finance (Central department 3)/Financial accounting (department 35)/Financial accounting Campus Weihenstephan" + "55124": { + "code": "TUXS501", + "name": "Degree Program B.Sc. Sports Science", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Sports Sciences/B.Sc. Sports Science" }, - "TUZV370": { - "code": "TUZV370", - "id": 48339, - "name": "Units Zahlstelle Campus M\u00fcnchen", - "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)/Units" + "55125": { + "code": "TUXS502", + "name": "Degree Program M.Sc. Sport and Exercise Science", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Sports Sciences/M.Sc. Sport and Exercise Science" }, - "TUZV371": { - "code": "TUZV371", - "id": 48340, - "name": "Units Zahlstelle Campus Garching", - "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)/Units" + "55126": { + "code": "TUXS503", + "name": "Degree Program B.Sc. Health Science", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences/B.Sc. Health Science" }, - "TUZV372": { - "code": "TUZV372", - "id": 48341, - "name": "Units Zahlstelle Campus Weihenstephan", - "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)/Units" + "55127": { + "code": "TUXS504", + "name": "Degree Program M.Sc. Health Science - Prevention and Health Promotion", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences/M.Sc. Health Science - Prevention and Health Promotion" }, - "TUZV40A": { - "code": "TUZV40A", - "id": 48324, - "name": "Controlling and Reporting", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Controlling and Reporting" + "55128": { + "code": "TUXS505", + "name": "Degree Program M.Sc. Traditionelle Chinesische Medizin", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Health Sciences/M.Sc. Traditionelle Chinesische Medizin" }, - "TUZV440": { - "code": "TUZV440", - "id": 26069, - "name": "Energiemonitoring, Contracting", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Energy and Media Supply/Energiemonitoring, Contracting" + "55129": { + "code": "TUXS506", + "name": "Degree Program B.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Degree Program" }, - "TUZV441": { - "code": "TUZV441", - "id": 26073, - "name": "Plant Technology Munich", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich" + "55130": { + "code": "TUXS507", + "name": "Degree Program B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/B.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)" }, - "TUZV442": { - "code": "TUZV442", - "id": 26077, - "name": "Electrical Engineering Munich", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich" + "55131": { + "code": "TUXS508", + "name": "Degree Program M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/M.Ed. Sport (Lehramt an Gymnasien - Naturwissenschaftliche Bildung)" }, - "TUZV443": { - "code": "TUZV443", - "id": 26081, - "name": "Infrastructure Munich", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich" + "55132": { + "code": "TUXS509", + "name": "Degree Program M.Ed. Sport (Lehramt an beruflichen Schulen - Berufliche Bildung)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Degree Program" }, - "TUZV445": { - "code": "TUZV445", - "id": 26089, - "name": "Floor-space management", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Floor-space management" + "55133": { + "code": "TUXS50A", + "name": "Degree Program Sport, Lehramt Grundschule", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Grundschule" }, - "TUZV44A": { - "code": "TUZV44A", - "id": 37555, - "name": "Technical office Mechanical engineering", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Technical office Mechanical engineering" + "55134": { + "code": "TUXS50B", + "name": "Degree Program Sport, Lehramt Mittelschulen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Mittelschulen" }, - "TUZV44B": { - "code": "TUZV44B", - "id": 37569, - "name": "Repair shop Control engineering and Conveyor technique", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Control engineering and Conveyor technique" + "55135": { + "code": "TUXS50C", + "name": "Degree Program Sport, Lehramt Realschulen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Realschulen" }, - "TUZV44C": { - "code": "TUZV44C", - "id": 37584, - "name": "Repair shop Heating air - Conditioning - Sanitary", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Repair shop Heating air - Conditioning - Sanitary" + "55136": { + "code": "TUXS50D", + "name": "Degree Program Sport, Lehramt Gymnasien", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Gymnasien" }, - "TUZV44D": { - "code": "TUZV44D", - "id": 37585, - "name": "Joinery and Metal workshop", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Joinery and Metal workshop" + "55137": { + "code": "TUXS50E", + "name": "Degree Program Sport, Lehramt Grundschule Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Grundschule Erweiterungsfach" }, - "TUZV44E": { - "code": "TUZV44E", - "id": 37586, - "name": "Heating and Air conditioning technology (Pasing)", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Plant Technology Munich/Heating and Air conditioning technology (Pasing)" + "55138": { + "code": "TUXS50F", + "name": "Degree Program Sport, Lehramt Mittelschulen Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Mittelschulen Erweiterungsfach" }, - "TUZV44F": { - "code": "TUZV44F", - "id": 44344, - "name": "Removals, Labelling", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Removals, Labelling" + "55139": { + "code": "TUXS50G", + "name": "Degree Program Sport, Lehramt Realschulen Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Realschulen Erweiterungsfach" }, - "TUZV44G": { - "code": "TUZV44G", - "id": 37622, - "name": "Technical office Electrical engineering", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Technical office Electrical engineering" + "55140": { + "code": "TUXS50H", + "name": "Degree Program Sport, Lehramt Gymnasien Erweiterungsfach", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Gymnasien Erweiterungsfach" }, - "TUZV44H": { - "code": "TUZV44H", - "id": 37623, - "name": "Technical office Telecommunication", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Technical office Telecommunication" + "55141": { + "code": "TUXS50I", + "name": "Degree Program Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Grundschulen" }, - "TUZV44J": { - "code": "TUZV44J", - "id": 37668, - "name": "Repair shop Electrical engineering", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Electrical engineering" + "55142": { + "code": "TUXS50J", + "name": "Degree Program Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Didaktikfach Sport f\u00fcr das Lehramt an Mittelschulen" }, - "TUZV44K": { - "code": "TUZV44K", - "id": 37796, - "name": "Repair shop Media technology", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Media technology" + "55143": { + "code": "TUXS50K", + "name": "Degree Program Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport f\u00fcr Wirtschaftsp\u00e4dagogik, bB Erweiterung um ein Unterrichtsfach mit Zertifikat" }, - "TUZV44L": { - "code": "TUZV44L", - "id": 37801, - "name": "Repair shop Telecommunication", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Electrical Engineering Munich/Repair shop Telecommunication" + "55144": { + "code": "TUXS50L", + "name": "Degree Program Sport, Erweiterungsfach b. B.", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Erweiterungsfach b. B." }, - "TUZV44M": { - "code": "TUZV44M", - "id": 37984, - "name": "Post office, Courier service", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Post office, Courier service" + "55145": { + "code": "TUXS50M", + "name": "Degree Program Didaktikfach Sport, Lehramt Hauptschule", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Didaktikfach Sport, Lehramt Hauptschule" }, - "TUZV44N": { - "code": "TUZV44N", - "id": 37985, - "name": "Registrar's office", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Registrar's office" + "55146": { + "code": "TUXS50N", + "name": "Degree Program Sport, Lehramt Hauptschule", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Lehramt Sport/Sport, Lehramt Hauptschule" }, - "TUZV44O": { - "code": "TUZV44O", - "id": 37986, - "name": "Official vehicle", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Official vehicle" + "55147": { + "code": "TUXS50O", + "name": "Degree Program M.Sc. Radiation Biology", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Biomedical Sciences/M.Sc. Radiation Biology" + }, + "55148": { + "code": "TUXS50P", + "name": "Degree Program M.Sc. Biomedical Neuroscience", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Biomedical Sciences/M.Sc. Biomedical Neuroscience" }, - "TUZV44Q": { - "code": "TUZV44Q", - "id": 37988, - "name": "Guarding", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Guarding" + "55149": { + "code": "TUXS50Q", + "name": "Degree Program Medizin (Klinisch), Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Medizin/Medizin (Klinisch), Staatsexamen" }, - "TUZV44R": { - "code": "TUZV44R", - "id": 37989, - "name": "Cleaning, Maintenance of outside facilities, Invitations to bid", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Cleaning, Maintenance of outside facilities, Invitations to bid" + "55150": { + "code": "TUXS50R", + "name": "Degree Program Medizin (Vorklinisch LMU),Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Medizin/Medizin (Vorklinisch LMU),Staatsexamen" }, - "TUZV44S": { - "code": "TUZV44S", - "id": 37990, - "name": "Key management", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Key management" + "55157": { + "code": "TUXS50S", + "name": "Degree Program B.Sc. Sports Science", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/B.Sc. Sports Science" }, - "TUZV44U": { - "code": "TUZV44U", - "id": 37992, - "name": "Caretaking service", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Caretaking service" + "55158": { + "code": "TUXS50T", + "name": "Degree Program B.Sc. Wissenschaftliche Grundlagen des Sports", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/B.Sc. Wissenschaftliche Grundlagen des Sports" }, - "TUZV44V": { - "code": "TUZV44V", - "id": 38003, - "name": "Maintenance Service at TUM CiO", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/TUM Campus at the Olympic Park/Maintenance Service at TUM CiO" + "55159": { + "code": "TUXS50U", + "name": "Degree Program M.Sc. Sports Engineering", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Sports Engineering" }, - "TUZV44W": { - "code": "TUZV44W", - "id": 38004, - "name": "Electrical engineering, Metalworking shop", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/TUM Campus at the Olympic Park/Electrical engineering, Metalworking shop" + "55160": { + "code": "TUXS50V", + "name": "Degree Program M.Sc. Diagnostik und Training", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Diagnostik und Training" }, - "TUZV44Y": { - "code": "TUZV44Y", - "id": 38006, - "name": "Water sports ground Starnberg", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich/Infrastructure Munich/Water sports ground Starnberg" + "55161": { + "code": "TUXS50W", + "name": "Degree Program M.Sc. Diagnostics and Training", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Diagnostics and Training" }, - "TUZV453": { - "code": "TUZV453", - "id": 48298, - "name": "Infrastructure Garching", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching" + "55162": { + "code": "TUXS50X", + "name": "Degree Program M.Sc. Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Sportwissenschaft" }, - "TUZV454": { - "code": "TUZV454", - "id": 48417, - "name": "Sachgebiet Abfallentsorgung/Umwelt", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment/Abfallentsorgung/Umwelt" + "55163": { + "code": "TUXS50Y", + "name": "Degree Program M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/M.Sc. Bewegung & Gesundheit - Diagnostik, Pr\u00e4vention & Intervention in der Lebensspanne" }, - "TUZV45A": { - "code": "TUZV45A", - "id": 38010, - "name": "Lecture hall management", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Floor-space management/Lecture hall management" + "55164": { + "code": "TUXS50Z", + "name": "Degree Program Sport, Lehramt Sonderschulen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt Sonderschulen" }, - "TUZV45B": { - "code": "TUZV45B", - "id": 38011, - "name": "External Rental and Renting incl. TUM CiO", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Floor-space management/External Rental and Renting incl. TUM CiO" + "55165": { + "code": "TUXS510", + "name": "Degree Program Sport, Lehramt berufliche Schulen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt berufliche Schulen" }, - "TUZV45D": { - "code": "TUZV45D", - "id": 48302, - "name": "Zeiterfassung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Zeiterfassung" + "55166": { + "code": "TUXS511", + "name": "Degree Program Sport, Lehramt berufliche Schulen Erweriterung", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt berufliche Schulen Erweriterung" }, - "TUZV45E": { - "code": "TUZV45E", - "id": 48303, - "name": "Kaufm\u00e4nnisches FM", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Kaufm\u00e4nnisches FM" + "55167": { + "code": "TUXS512", + "name": "Degree Program Sport, Lehramt Mittelschulen Erweriterung", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt Mittelschulen Erweriterung" }, - "TUZV45F": { - "code": "TUZV45F", - "id": 48304, - "name": "Technisches FM", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Technisches FM" + "55168": { + "code": "TUXS513", + "name": "Degree Program Sport, Lehramt Sonderschulen Erweriterung", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sport, Lehramt Sonderschulen Erweriterung" }, - "TUZV45G": { - "code": "TUZV45G", - "id": 48305, - "name": "Infrastrukturelles FM", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Infrastrukturelles FM" + "55169": { + "code": "TUXS514", + "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Austausch\t", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch\t" }, - "TUZV45H": { - "code": "TUZV45H", - "id": 48306, - "name": "Infrastrukturelles FM Geb\u00e4udereinigung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching/Facility management Garching/Infrastructure Garching/Infrastrukturelles FM Geb\u00e4udereinigung" + "55170": { + "code": "TUXS515", + "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Austausch", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Austausch" }, - "TUZV46A": { - "code": "TUZV46A", - "id": 48307, - "name": "Technisches B\u00fcro Maschinentechnische Anlagen", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Technisches B\u00fcro Maschinentechnische Anlagen" + "55171": { + "code": "TUXS516", + "name": "Degree Program Sportwissenschaft, Austausch", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sportwissenschaft, Austausch" }, - "TUZV46B": { - "code": "TUZV46B", - "id": 48308, - "name": "Werkstatt Heizung und L\u00fcftung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Werkstatt Heizung und L\u00fcftung" + "55172": { + "code": "TUXS517", + "name": "Degree Program Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Sportlehrer im freien Beruf, Abschlu\u00df Sportlehrer i. freien Beruf" }, - "TUZV46C": { - "code": "TUZV46C", - "id": 48309, - "name": "Werkstatt Sanit\u00e4r", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Werkstatt Sanit\u00e4r" + "55173": { + "code": "TUXS518", + "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Studienkolleg", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" }, - "TUZV46D": { - "code": "TUZV46D", - "id": 48310, - "name": "Werkstatt K\u00e4ltetechnik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Werkstatt K\u00e4ltetechnik" + "55174": { + "code": "TUXS519", + "name": "Degree Program Wissenschaftliche Grundlagen des Sports, Studienkolleg", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/SG Archiv/Wissenschaftliche Grundlagen des Sports, Studienkolleg" }, - "TUZV46E": { - "code": "TUZV46E", - "id": 48311, - "name": "Technisches B\u00fcro Elektrotechnik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Technisches B\u00fcro Elektrotechnik" + "55175": { + "code": "TUXS51A", + "name": "Degree Program Medizin Prakt. Jahr, Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin Prakt. Jahr, Staatsexamen" }, - "TUZV46F": { - "code": "TUZV46F", - "id": 48312, - "name": "Werkstatt Starkstromtechnik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Werkstatt Starkstromtechnik" + "55176": { + "code": "TUXS51B", + "name": "Degree Program Medizin (Vorklinisch), Staatsexamen", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Vorklinisch), Staatsexamen" }, - "TUZV46G": { - "code": "TUZV46G", - "id": 48313, - "name": "Werkstatt Mess- und Regelungstechnik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Werkstatt Mess- und Regelungstechnik" + "55177": { + "code": "TUXS51C", + "name": "Degree Program Medizin (Klinisch), Austausch (studienbeitragspflichtig)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Klinisch), Austausch (studienbeitragspflichtig)" }, - "TUZV46H": { - "code": "TUZV46H", - "id": 48314, - "name": "Telefonzentrale", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan/Telefonzentrale" + "55178": { + "code": "TUXS51D", + "name": "Degree Program Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Vorklinisch), Austausch (studienbeitragspflichtig)" }, - "TUZV46I": { - "code": "TUZV46I", - "id": 48315, - "name": "Schl\u00fcsselverwaltung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Schl\u00fcsselverwaltung" + "55179": { + "code": "TUXS51E", + "name": "Degree Program Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/ME Archiv/Medizin (Vorklinisch), Austausch (nicht studienbeitragspflichtig)" }, - "TUZV46J": { - "code": "TUZV46J", - "id": 48316, - "name": "Reinigung und Bewachung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Reinigung und Bewachung" + "55197": { + "code": "TUZVSEC", + "name": "Staff Unit IT Security", + "path": "TUM/Central Administration/IT Security" }, - "TUZV46K": { - "code": "TUZV46K", - "id": 48317, - "name": "Raumbestandsverwaltung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management/Raumbestandsverwaltung" + "55217": { + "code": "TUS5PL0", + "name": "Further Chairs and Professorships", + "path": "TUM/Academic department/Medicine/Further Chairs and Professorships" }, - "TUZV46L": { - "code": "TUZV46L", - "id": 48318, - "name": "Betriebshof, Hausverwaltung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Depot, Property management/Betriebshof, Hausverwaltung" + "55237": { + "code": "TUS1305", + "name": "Assistant Professorship of AI Planning in Dynamic Environments (Prof. Khadiv)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/AI Planning in Dynamic Environments (Prof. Khadiv)" }, - "TUZV46M": { - "code": "TUZV46M", - "id": 48319, - "name": "Dienstfahrzeuge und Drucklufttechnik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Dienstfahrzeuge und Drucklufttechnik" + "55257": { + "code": "TUXB507", + "name": "Academic Programs Promotionen MH", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH" }, - "TUZV46N": { - "code": "TUZV46N", - "id": 48320, - "name": "Poststelle", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Poststelle" + "55258": { + "code": "TUXS51F", + "name": "Degree Program TUM School of Medicine and Health (Sport)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/TUM School of Medicine and Health (Sport)" }, - "TUZV46O": { - "code": "TUZV46O", - "id": 48321, - "name": "Registratur", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Registratur" + "55259": { + "code": "TUXS51G", + "name": "Degree Program TUM School of Medicine and Health (Gesundheit)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/TUM School of Medicine and Health (Gesundheit)" }, - "TUZV46P": { - "code": "TUZV46P", - "id": 48322, - "name": "Archiv", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management/Archiv" + "55260": { + "code": "TUXS51H", + "name": "Degree Program TUM School of Medicine and Health (Medizin)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/TUM School of Medicine and Health (Medizin)" }, - "TUZV46Q": { - "code": "TUZV46Q", - "id": 48323, - "name": "H\u00f6rsaalvermietung", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Service operation/H\u00f6rsaalvermietung" + "55261": { + "code": "TUXS51I", + "name": "Degree Program Gastpromotion (TUM School of Medicine and Health - Sport)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Sport)" }, - "TUZV841": { - "code": "TUZV841", - "id": 26217, - "name": "Mechanical plants Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan" + "55262": { + "code": "TUXS51J", + "name": "Degree Program Gastpromotion (TUM School of Medicine and Health - Medizin)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Gastpromotion (TUM School of Medicine and Health - Medizin)" }, - "TUZV842": { - "code": "TUZV842", - "id": 26221, - "name": "Electrical Engineering Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Electrical Engineering Weihenstephan" + "55263": { + "code": "TUXS51K", + "name": "Degree Program Medical Life Science and Technology, Ph.D.", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Medical Life Science and Technology, Ph.D." }, - "TUZV843": { - "code": "TUZV843", - "id": 26225, - "name": "Environmental technology and Disposal", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment/Environmental technology and Disposal" + "55264": { + "code": "TUXS51L", + "name": "Degree Program Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Sportwissenschaften)" }, - "TUZV844": { - "code": "TUZV844", - "id": 26229, - "name": "Infrastructure Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan" + "55265": { + "code": "TUXS51M", + "name": "Degree Program Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Fakult\u00e4t f\u00fcr Sport- und Gesundheitswissenschaften (Gesundheitswissenschaften)" }, - "TUZV845": { - "code": "TUZV845", - "id": 26233, - "name": "Depot, Property management", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Depot, Property management" + "55266": { + "code": "TUXS51N", + "name": "Degree Program Fakult\u00e4t f\u00fcr Medizin", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Fakult\u00e4t f\u00fcr Medizin" }, - "TUZV846": { - "code": "TUZV846", - "id": 26237, - "name": "Service operation", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Service operation" + "55267": { + "code": "TUXS51O", + "name": "Degree Program Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Sportwissenschaft" }, - "TUZV847": { - "code": "TUZV847", - "id": 38369, - "name": "Constructional workshop", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Mechanical plants Weihenstephan/Constructional workshop" + "55268": { + "code": "TUXS51P", + "name": "Degree Program Sportwissenschaft", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Sportwissenschaft" }, - "TUZV848": { - "code": "TUZV848", - "id": 45070, - "name": "Werkfeuerwehr Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Werkfeuerwehr Weihenstephan" + "55269": { + "code": "TUXS51Q", + "name": "Degree Program Medizin", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Medizin" }, - "TUZVACM": { - "code": "TUZVACM", - "id": 42606, - "name": "Alumni & Career Services", - "path": "TUM/Functional Units/TUM Global & Alumni Office (HR3)/Alumni & Career Services" + "55270": { + "code": "TUXS51R", + "name": "Degree Program Medizin", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Medizin" + }, + "55271": { + "code": "TUXS51S", + "name": "Degree Program Gastpromotion (ME)", + "path": "TUM/Schools/Medicine and Health/Academic Program Administration/Promotionen MH/Gastpromotion (ME)" }, - "TUZVASS": { - "code": "TUZVASS", - "id": 43794, - "name": "Safety engineer", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Safety engineer" + "55277": { + "code": "TUS6SAF", + "name": "Assistant Professorship of Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment between TUM School of Management and TUM School of Life Sciences)", + "path": "TUM/Schools/Management/Departments/Economics and Policy/Sustainability Assessment of Food and Agricultural Systems (Prof. Cabernard, Joint Appointment between TUM School of Management and TUM School of Life Sciences)" }, - "TUZVBAE": { - "code": "TUZVBAE", - "id": 43776, - "name": "Works doctor Munich", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Works doctor Munich" + "55278": { + "code": "TUXS233", + "name": "Degree Program M.Sc. Medizintechnik", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/Degree Program" }, - "TUZVBAG": { - "code": "TUZVBAG", - "id": 47517, - "name": "Works doctor Works doctor Garching", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Works doctor Garching" + "55279": { + "code": "TUXS234", + "name": "Degree Program B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Mechanical Engineering/B.Sc. Ingenieur- und Werkstoffwissenschaften (PLUS)" }, - "TUZVBAW": { - "code": "TUZVBAW", - "id": 47518, - "name": "Works doctor Weihenstephan", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Works doctor Weihenstephan" + "55297": { + "code": "TUZVZTE", + "name": "Zentrale Technik", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik" }, - "TUZVBDS": { - "code": "TUZVBDS", - "id": 46878, - "name": "Data Protection Representative Central Administration", - "path": "TUM/Central Administration/Data Protection Representative" + "55298": { + "code": "TUZVMUC", + "name": "Standort M\u00fcnchen", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen" }, - "TUZVBFR": { - "code": "TUZVBFR", - "id": 43680, - "name": "Representative of the President for Fundraising Hochschulreferat 5 - Fundraising (HR5)", - "path": "TUM/Functional Units/Fundraising (HR5)/Representative of the President for Fundraising" + "55299": { + "code": "TUZVGAR", + "name": "Standort Garching", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching" + }, + "55300": { + "code": "TUZVWHS", + "name": "Standort Weihenstephan", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan" }, - "TUZVCIO": { + "55301": { "code": "TUZVCIO", - "id": 55301, "name": "TUM Campus at the Olympic Park", "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/TUM Campus at the Olympic Park" }, - "TUZVEUM": { + "55302": { + "code": "TUZVVUF", + "name": "Public Procurement Law and Floor-Space Management", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management" + }, + "55303": { + "code": "TUZVPUD", + "name": "Units Processes and Digitization", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Processes and Digitization" + }, + "55304": { + "code": "TUZVPUS", + "name": "Personnel", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Personnel" + }, + "55305": { + "code": "TUZVIGM", + "name": "Infrastructural Facility Management", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management" + }, + "55306": { "code": "TUZVEUM", - "id": 55306, "name": "Energy and Media Supply", "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Energy and Media Supply" }, - "TUZVFZV": { - "code": "TUZVFZV", - "id": 19640, - "name": "Central Administration", - "path": "TUM/Central Administration" + "55307": { + "code": "TUZVTPL", + "name": "Technical Project Management Life Sciences", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Technical Project Management Life Sciences" }, - "TUZVGAR": { - "code": "TUZVGAR", - "id": 55299, - "name": "Standort Garching", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Garching" + "55317": { + "code": "TUS4P9N", + "name": "Associate Professorship of Plant Proteins and Nutrition (Prof. Weisz)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Engineering/Plant Proteins and Nutrition (Prof. Weisz)" }, - "TUZVGET": { - "code": "TUZVGET", - "id": 48117, - "name": "Green genetic", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Green genetic" + "55318": { + "code": "TUS4M1D", + "name": "Assistant Professorship of Translational Microbiome Data Integration (Prof. Schirmer)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Translational Microbiome Data Integration (Prof. Schirmer)" }, - "TUZVGGB": { - "code": "TUZVGGB", - "id": 46997, - "name": "Risk prevention", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Risk prevention" + "55337": { + "code": "TUS7PMP", + "name": "Assistant Professorship of Mobility Policy (Prof. Loder)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Mobility Policy (Prof. Loder)" }, - "TUZVGHB": { - "code": "TUZVGHB", - "id": 56037, - "name": "Staff Unit Office TUM Campus Heilbronn", - "path": "TUM/Central Administration/Office TUM Campus Heilbronn" + "55338": { + "code": "TUS7LRD", + "name": "Chair of Law and Regulation of the Digital Transformation (Prof. Paal)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Law and Regulation of the Digital Transformation (Prof. Paal)" }, - "TUZVGTI": { - "code": "TUZVGTI", - "id": 54797, - "name": "Other Institution Guests at TUM Incubator", - "path": "TUM/Functional Units/TUM Office for Research and Innovation (ForTe, HR4)/Guests at TUM Incubator" + "55357": { + "code": "TUS5DEA", + "name": "Dean of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Dean" }, - "TUZVHJA": { - "code": "TUZVHJA", - "id": 45010, - "name": "TUM Junge Akademie", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM Junge Akademie" + "55358": { + "code": "TUS5VRI", + "name": "Vice Dean Research and Innovation of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Vice Dean/Research and Innovation" }, - "TUZVHR1": { - "code": "TUZVHR1", - "id": 13968, - "name": "Hochschulreferat 1 - Controlling, Organization, Planning (HR1)", - "path": "TUM/Functional Units/Controlling, Organization, Planning (HR1)" + "55359": { + "code": "TUS5VST", + "name": "Vice Dean Study and Teaching of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Vice Dean/Study and Teaching" }, - "TUZVHR2": { - "code": "TUZVHR2", - "id": 19660, - "name": "Hochschulreferat 2 - Corporate Communications Center (HR2)", - "path": "TUM/Functional Units/Corporate Communications Center (HR2)" + "55360": { + "code": "TUS5VTD", + "name": "Vice Dean Talent Management and Diversity of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Vice Dean/Talent Management and Diversity" }, - "TUZVHR3": { - "code": "TUZVHR3", - "id": 19661, - "name": "Horizons@TUM", - "path": "TUM/TUM Institute for Life Long Learning/People Development/Horizons@TUM" + "55361": { + "code": "TUS5VIO", + "name": "Vice Dean Information Officer of the TUM School of Medicine and Health", + "path": "TUM/Schools/Medicine and Health/Vice Dean/Information Officer" }, - "TUZVHR4": { - "code": "TUZVHR4", - "id": 31979, - "name": "Hochschulreferat 4 - TUM Office for Research and Innovation (ForTe, HR4)", - "path": "TUM/Functional Units/TUM Office for Research and Innovation (ForTe, HR4)" + "55377": { + "code": "TUS2BJT", + "name": "Chair of Binder Jetting Technology (Prof. Lowke)", + "path": "TUM/Schools/Engineering and Design/Departments/Materials Engineering/Binder Jetting Technology (Prof. Lowke)" }, - "TUZVHR5": { - "code": "TUZVHR5", - "id": 19662, - "name": "Hochschulreferat 5 - Fundraising (HR5)", - "path": "TUM/Functional Units/Fundraising (HR5)" + "55397": { + "code": "TUS7AST", + "name": "Chair of Anthropology of Science and Technology (Prof. Niew\u00f6hner)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Science, Technology and Society/Anthropology of Science and Technology (Prof. Niew\u00f6hner)" }, - "TUZVHR6": { - "code": "TUZVHR6", - "id": 19663, - "name": "Hochschulreferat 6 - Health, Safety, Radiation Protection (HR6)", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)" + "55417": { + "code": "TUZVSOP", + "name": "Special projects", + "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Special projects" }, - "TUZVHRE": { - "code": "TUZVHRE", - "id": 45009, - "name": "TUM CST - Legal Affairs", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Legal Affairs" + "55437": { + "code": "TUS1310", + "name": "Chair of Resource Aware Machine Learning (Prof. Sra)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Resource Aware Machine Learning (Prof. Sra)" }, - "TUZVHRG": { - "code": "TUZVHRG", - "id": 51597, - "name": "Functional unit TUM Global & Alumni Office (HR3)", - "path": "TUM/Functional Units/TUM Global & Alumni Office (HR3)" + "55438": { + "code": "TUS1309", + "name": "Chair of Foundations of Deep Neural Networks (Prof. Jegelka)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Foundations of Deep Neural Networks (Prof. Jegelka)" }, - "TUZVHRS": { - "code": "TUZVHRS", - "id": 19638, - "name": "Functional Units", - "path": "TUM/Functional Units" + "55457": { + "code": "TUS5GF0", + "name": "Managing Directors School Office", + "path": "TUM/Schools/Medicine and Health/School Office/Managing Directors" }, - "TUZVHSL": { - "code": "TUZVHSL", - "id": 45008, - "name": "TUM CST - Communications", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Communications" + "55458": { + "code": "TUS5OTD", + "name": "Dean`s Office School Office", + "path": "TUM/Schools/Medicine and Health/School Office/Dean`s Office" }, - "TUZVIGM": { - "code": "TUZVIGM", - "id": 55305, - "name": "Infrastructural Facility Management", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan/Infrastructure Weihenstephan/Infrastructural Facility Management" + "55459": { + "code": "TUS5SAA", + "name": "School and Academic Affairs School Office", + "path": "TUM/Schools/Medicine and Health/School Office/School and Academic Affairs" }, - "TUZVMUC": { - "code": "TUZVMUC", - "id": 55298, - "name": "Standort M\u00fcnchen", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen" + "55460": { + "code": "TUS5STO", + "name": "Student Office School Office", + "path": "TUM/Schools/Medicine and Health/School Office/Student Office" }, - "TUZVPRE": { - "code": "TUZVPRE", - "id": 42605, - "name": "Press and Media relations", - "path": "TUM/Functional Units/Corporate Communications Center (HR2)/Press and Media relations" + "55461": { + "code": "TUS5EK0", + "name": "Ethics Commissions", + "path": "TUM/Schools/Medicine and Health/Ethics Commissions" }, - "TUZVPUD": { - "code": "TUZVPUD", - "id": 55303, - "name": "Units Processes and Digitization", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Processes and Digitization" + "55462": { + "code": "TUS5EK1", + "name": "Ethics Commission not-med.", + "path": "TUM/Schools/Medicine and Health/Ethics Commissions/Ethics Commission not-med." }, - "TUZVPUS": { - "code": "TUZVPUS", - "id": 55304, - "name": "Personnel", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Personnel" + "55463": { + "code": "TUS5WTK", + "name": "Student Council", + "path": "TUM/Schools/Medicine and Health/Student Council" }, - "TUZVR15": { - "code": "TUZVR15", - "id": 25930, - "name": "Fire departement TUM Garching", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Fire departement TUM Garching" + "55464": { + "code": "TUS5WEK", + "name": "More Units MRI", + "path": "TUM/Schools/Medicine and Health/More Units MRI" }, - "TUZVR20": { - "code": "TUZVR20", - "id": 25967, - "name": "Human Resources Management, Principle tasks (department 20)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources Management, Principle tasks (department 20)" + "55465": { + "code": "TUS5LPP", + "name": "Weitere Lehrst\u00fchle und Professuren Preclinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Weitere Lehrst\u00fchle und Professuren Preclinical Medicine" }, - "TUZVR21": { - "code": "TUZVR21", - "id": 25971, - "name": "Human Resources (University presidency, Central service units, Central administration, TUM Graduate School, TUM Institute for Life Long Learning), Faculty ME, TUM School of Social Sciences and Technology (department 21)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources (University presidency, Central service units, Central administration, TUM Graduate School, TUM Institute for Life Long Learning), Faculty ME, TUM School of Social Sciences and Technology (department 21)" + "55466": { + "code": "TUS5LMU", + "name": "Kooperationen mit der LMU", + "path": "TUM/Schools/Medicine and Health/Departments/Preclinical Medicine/Kooperationen mit der LMU" }, - "TUZVR22": { - "code": "TUZVR22", - "id": 25975, - "name": "Human Resources - Schools and Departments with service affiliation to Munich and in central supervision responsibility (department 22)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources - Schools and Departments with service affiliation to Munich and in central supervision responsibility (department 22)" + "55467": { + "code": "TUS5LPC", + "name": "Weitere Lehrst\u00fchle und Professuren Clinical Medicine", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Weitere Lehrst\u00fchle und Professuren Clinical Medicine" }, - "TUZVR23": { - "code": "TUZVR23", - "id": 43852, - "name": "IT-Support (department 25)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/IT-Support (department 25)" + "55497": { + "code": "TUS1311", + "name": "Assistant Profesorship of Cryptography (Prof. Panny)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Cryptography (Prof. Panny)" }, - "TUZVR24": { - "code": "TUZVR24", - "id": 48178, - "name": "Human Resources Weihenstephan (department 24)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources Weihenstephan (department 24)" + "55517": { + "code": "TUS7SFZ", + "name": "Sch\u00fclerforschungszentrum Miesbach", + "path": "TUM/Schools/Social Sciences and Technology/Sch\u00fclerforschungszentrum Miesbach" }, - "TUZVR25": { - "code": "TUZVR25", - "id": 48177, - "name": "Human Resources Garching (department 23)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Human Resources Garching (department 23)" + "55518": { + "code": "TUZEBAC", + "name": "Bavarian AM Cluster", + "path": "TUM/Integrative Research Institutes/Munich Institute of Integrated Materials, Energy and Process Engineering (MEP)/Bavarian AM Cluster" }, - "TUZVR2X": { - "code": "TUZVR2X", - "id": 25963, - "name": "Management and Assistance", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Management and Assistance" + "55537": { + "code": "TUXS60R", + "name": "Degree Program B.Sc. Management and Data Science", + "path": "TUM/Schools/Management/Academic Program Administration/School of Management Location Heilbronn/Degree Program" + }, + "55538": { + "code": "TUXS415", + "name": "Degree Program M.Sc. AgriFood Economics, Policy and Regulation", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Agricultural and Horticultural Sciences/Agricultural Sciences/Degree Program" + }, + "55557": { + "code": "TUXS729", + "name": "Degree Program M.Sc. AI in Society", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Academic Programs/Degree Program" + }, + "55558": { + "code": "TUXS416", + "name": "Degree Program M.Sc. Sustainable Food (GIST TUM Asia)", + "path": "TUM/Schools/Life Sciences/Academic Program Administration/Nutrition Sciences/Life Sciences Nutrition/Degree Program" + }, + "55577": { + "code": "TUS4C1B", + "name": "Clinical Microbiome (Prof. Gerner)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Clinical Microbiome (Prof. Gerner)" + }, + "55597": { + "code": "TUS1312", + "name": "Chair of Representation Theory (Dr. Cobbe, komm.)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Mathematics/Representation Theory (Dr. Cobbe, komm.)" }, - "TUZVR2Y": { - "code": "TUZVR2Y", - "id": 48160, - "name": "Central Human Resources Service (Campus Munich)", - "path": "TUM/Central Administration/Human Resources (Central department 2)/Central Human Resources Service (Campus Munich)" + "55637": { + "code": "TUS4D5B", + "name": "Assistant Professorship of Data Science in Systems Biology (Prof. List)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Data Science in Systems Biology (Prof. List)" }, - "TUZVR30": { - "code": "TUZVR30", - "id": 25984, - "name": "General affairs of the department (department 30)", - "path": "TUM/Central Administration/Finance (Central department 3)/General affairs of the department (department 30)" + "55657": { + "code": "TUS6SIG", + "name": "Study Support and International Affairs (MGT) - School Office", + "path": "TUM/Schools/Management/School Office/Study Support and International Affairs (MGT)" }, - "TUZVR31": { - "code": "TUZVR31", - "id": 25995, - "name": "Budgetary management (department 31)", - "path": "TUM/Central Administration/Finance (Central department 3)/Budgetary management (department 31)" + "55677": { + "code": "TUS7PTL", + "name": "Associate Professorship of Psychology of Teaching and Learning (Prof. Holzberger)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Educational Sciences/Psychology of Teaching and Learning (Prof. Holzberger)" }, - "TUZVR32": { - "code": "TUZVR32", - "id": 26000, - "name": "Position management (department 32)", - "path": "TUM/Central Administration/Finance (Central department 3)/Position management (department 32)" + "55717": { + "code": "TUS2TSG", + "name": "Chair of Test and Simulation for Gas Turbines (Prof. Ardey)", + "path": "TUM/Schools/Engineering and Design/Departments/Aerospace and Geodesy/Test and Simulation for Gas Turbines (Prof. Ardey)" }, - "TUZVR33": { - "code": "TUZVR33", - "id": 26026, - "name": "Third-party funds (department 33)", - "path": "TUM/Central Administration/Finance (Central department 3)/Third-party funds (department 33)" + "55737": { + "code": "TUPEVLM", + "name": "TUM Venture Labs", + "path": "TUM/Institutions close to the University/TUM Venture Labs" }, - "TUZVR34": { - "code": "TUZVR34", - "id": 26031, - "name": "Travel cost (department 34)", - "path": "TUM/Central Administration/Finance (Central department 3)/Travel cost (department 34)" + "55757": { + "code": "TUXS730", + "name": "Degree Program M.Ed. Biologie, Informatik", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Academic Secondary Schools/Master of Education Scientific Education/Degree Program" }, - "TUZVR35": { - "code": "TUZVR35", - "id": 26036, - "name": "Financial accounting (department 35)", - "path": "TUM/Central Administration/Finance (Central department 3)/Financial accounting (department 35)" + "55779": { + "code": "TUS7SOC", + "name": "Assistant Professorship of Societal Computing (Prof. Papakyriakopoulos)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Societal Computing (Prof. Papakyriakopoulos)" }, - "TUZVR36": { - "code": "TUZVR36", - "id": 26040, - "name": "Taxes (department 36)", - "path": "TUM/Central Administration/Finance (Central department 3)/Taxes (department 36)" + "55797": { + "code": "TUMEIS3", + "name": "Chair of Health Informatics (Prof. Schuller)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/AI and Informatics in Medicine (Prof. R\u00fcckert)/Health Informatics (Prof. Schuller)" }, - "TUZVR37": { - "code": "TUZVR37", - "id": 26045, - "name": "Paying office (department 37)", - "path": "TUM/Central Administration/Finance (Central department 3)/Paying office (department 37)" + "55818": { + "code": "TUS1313", + "name": "Chair of Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Interpretable and Reliable Machine Learning (Prof. Akata-Schulz)" }, - "TUZVR40": { - "code": "TUZVR40", - "id": 26050, - "name": "Resource Planning", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning" + "55837": { + "code": "TUXS235", + "name": "Degree Program M.Sc. Rail and Urban Transport", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Degree Program" }, - "TUZVR42": { - "code": "TUZVR42", - "id": 26055, - "name": "Construction Management Munich", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Construction Management Munich" + "55838": { + "code": "TUXS236", + "name": "Degree Program M.Sc. Logistics Engineering and Management", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Civil and Environmental Engineering/Degree Program" }, - "TUZVR43": { - "code": "TUZVR43", - "id": 26059, - "name": "Construction management (department 43)", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Construction Management Munich/Construction management (department 43)" + "55839": { + "code": "TUXS237", + "name": "Degree Program M.Sc. Human Factors Engineering", + "path": "TUM/Schools/Engineering and Design/Academic Program Administration/Interdisciplinary Engineering/Degree Program" }, - "TUZVR44": { - "code": "TUZVR44", - "id": 26064, - "name": "Facility management Munich", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Facility management Munich" + "55857": { + "code": "TUS7HCC", + "name": "Chair of Human-Centered Computing (Prof. Diesner)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Human-Centered Computing (Prof. Diesner)" }, - "TUZVR51": { - "code": "TUZVR51", - "id": 31952, - "name": "University law (department 51)", - "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/University law (department 51)" + "55859": { + "code": "TUS7PGT", + "name": "Assistant Professorship of Public Policy for the Green Transition (Prof. Egli)", + "path": "TUM/Schools/Social Sciences and Technology/Departments/Governance/Public Policy for the Green Transition (Prof. Egli)" }, - "TUZVR52": { - "code": "TUZVR52", - "id": 31953, - "name": "Research cooperations (department 52)", - "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/Research cooperations (department 52)" + "55877": { + "code": "TUPEVL1", + "name": "BUILT ENVIRONMENT", + "path": "TUM/Institutions close to the University/TUM Venture Labs/BUILT ENVIRONMENT" }, - "TUZVR53": { - "code": "TUZVR53", - "id": 31954, - "name": "General legal matters (department 53)", - "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/General legal matters (department 53)" + "55878": { + "code": "TUPEVL2", + "name": "CHEM SPACE", + "path": "TUM/Institutions close to the University/TUM Venture Labs/CHEM SPACE" }, - "TUZVR71": { - "code": "TUZVR71", - "id": 26122, - "name": "Administration", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/Administration" + "55879": { + "code": "TUPEVL3", + "name": "QUANTUM", + "path": "TUM/Institutions close to the University/TUM Venture Labs/QUANTUM" }, - "TUZVR72": { - "code": "TUZVR72", - "id": 26126, - "name": "SAP-Team", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/SAP-Team" + "55880": { + "code": "TUPEVL4", + "name": "ROBOTICS AI", + "path": "TUM/Institutions close to the University/TUM Venture Labs/ROBOTICS AI" }, - "TUZVR73": { - "code": "TUZVR73", - "id": 26130, - "name": "Campus-Management-Team", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/Campus-Management-Team" + "55881": { + "code": "TUPEVL5", + "name": "FOOD AGRO BIOTECH", + "path": "TUM/Institutions close to the University/TUM Venture Labs/FOOD AGRO BIOTECH" }, - "TUZVR7O": { - "code": "TUZVR7O", - "id": 26134, - "name": "Web Portale", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology/Web Portale" + "55882": { + "code": "TUPEVL6", + "name": "HEALTH CARE", + "path": "TUM/Institutions close to the University/TUM Venture Labs/HEALTH CARE" }, - "TUZVR7W": { - "code": "TUZVR7W", - "id": 41681, - "name": "Electoral office", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Legal Affairs/Electoral office" + "55883": { + "code": "TUPEVL7", + "name": "ADDITIVE MANUFACTURING", + "path": "TUM/Institutions close to the University/TUM Venture Labs/ADDITIVE MANUFACTURING" }, - "TUZVR84": { - "code": "TUZVR84", - "id": 26175, - "name": "Facility management Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Facility management Weihenstephan" + "55884": { + "code": "TUPEVL8", + "name": "SOFTWARE AI", + "path": "TUM/Institutions close to the University/TUM Venture Labs/SOFTWARE AI" }, - "TUZVR87": { - "code": "TUZVR87", - "id": 45971, - "name": "Construction Management Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Construction Management Weihenstephan" + "55885": { + "code": "TUPEVL9", + "name": "AERO SPACE", + "path": "TUM/Institutions close to the University/TUM Venture Labs/AERO SPACE" }, - "TUZVRBE": { - "code": "TUZVRBE", - "id": 48297, - "name": "Structural development planning", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort M\u00fcnchen/Construction Management Munich/Structural development planning" + "55886": { + "code": "TUPEV10", + "name": "MOBILITY", + "path": "TUM/Institutions close to the University/TUM Venture Labs/MOBILITY" }, - "TUZVSCH": { - "code": "TUZVSCH", - "id": 47957, - "name": "Staff Unit Diversity & Equal Opportunities", - "path": "TUM/Central Administration/Diversity & Equal Opportunities" + "55887": { + "code": "TUPEV11", + "name": "SUSTAINABILITY CIRCULAR", + "path": "TUM/Institutions close to the University/TUM Venture Labs/SUSTAINABILITY CIRCULAR" }, - "TUZVSEC": { - "code": "TUZVSEC", - "id": 55197, - "name": "Staff Unit IT Security", - "path": "TUM/Central Administration/IT Security" + "55888": { + "code": "TUPEV12", + "name": "LEGAL TECH COLAB", + "path": "TUM/Institutions close to the University/TUM Venture Labs/LEGAL TECH COLAB" }, - "TUZVSEU": { - "code": "TUZVSEU", - "id": 49618, - "name": "Disposal and Environment", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik/Disposal and Environment" + "55889": { + "code": "TUPEVLG", + "name": "TUM Venture Labs Management gGmbH (VLM)", + "path": "TUM/Institutions close to the University/TUM Venture Labs Management gGmbH (VLM)" }, - "TUZVSIR": { - "code": "TUZVSIR", - "id": 47777, - "name": "Staff Unit Internal Audit", - "path": "TUM/Central Administration/Internal Audit" + "55890": { + "code": "TUZELFT", + "name": "Faculty@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/Faculty@TUM" }, - "TUZVSOP": { - "code": "TUZVSOP", - "id": 55417, - "name": "Special projects", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Special projects" + "55891": { + "code": "TUZELSM", + "name": "ScienceManagement@TUM", + "path": "TUM/TUM Institute for Life Long Learning/People Development/ScienceManagement@TUM" }, - "TUZVSQM": { - "code": "TUZVSQM", - "id": 17011, - "name": "TUM CST - Quality Management", - "path": "TUM/Central Service Institutions/TUM Center for Study and Teaching/TUM CST - Quality Management" + "55897": { + "code": "TUS4C8B", + "name": "Assistant Professorship of Computational Plant Biology (Prof. Kamal)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Computational Plant Biology (Prof. Kamal)" }, - "TUZVSSI": { - "code": "TUZVSSI", - "id": 43777, - "name": "Radiation protection", - "path": "TUM/Functional Units/Health, Safety, Radiation Protection (HR6)/Radiation protection" + "55898": { + "code": "TUS4E0M", + "name": "Assistant Professorship of Earth Observation for Ecosystem Management (Prof. Senf)", + "path": "TUM/Schools/Life Sciences/Departments/Life Science Systems/Earth Observation for Ecosystem Management (Prof. Senf)" }, - "TUZVSVB": { - "code": "TUZVSVB", - "id": 49617, - "name": "Legal issues (department 50)", - "path": "TUM/Central Administration/TUM Legal Office (Central department 5)/Legal issues (department 50)" + "55918": { + "code": "TUXB70R", + "name": "Academic Programs AI in Society", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Political, Social and Educational Sciences/Academic Programs" }, - "TUZVTPL": { - "code": "TUZVTPL", - "id": 55307, - "name": "Technical Project Management Life Sciences", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan/Technical Project Management Life Sciences" + "55937": { + "code": "TUS1314", + "name": "Chair of Informatics Heilbronn 11 - Chair of Software Engineering & AI (Prof. Chen)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Informatics Heilbronn 11 - Chair of Software Engineering & AI (Prof. Chen)" }, - "TUZVVUF": { - "code": "TUZVVUF", - "id": 55302, - "name": "Public Procurement Law and Floor-Space Management", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Resource Planning/Public Procurement Law and Floor-Space Management" + "55938": { + "code": "TUS1315", + "name": "Informatics 39 - Associate Professorship of Intelligent Robotics (Prof. B\u00e4uml)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Engineering/Informatics 39 - Associate Professorship of Intelligent Robotics (Prof. B\u00e4uml)" }, - "TUZVWEB": { - "code": "TUZVWEB", - "id": 46071, - "name": "Web Communications (Internet)", - "path": "TUM/Functional Units/Corporate Communications Center (HR2)/Web Communications (Internet)" + "55957": { + "code": "TUXS113", + "name": "Degree Program M.Sc. Information Engineering", + "path": "TUM/Schools/Computation, Information and Technology/Academic Program Administration/Heilbronn/Degree Program" }, - "TUZVWHS": { - "code": "TUZVWHS", - "id": 55300, - "name": "Standort Weihenstephan", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Standort Weihenstephan" + "55997": { + "code": "TUS1316", + "name": "Associate Professorship of Physics-enhanced Machine Learning (Prof. Dietrich)", + "path": "TUM/Schools/Computation, Information and Technology/Departments/Computer Science/Physics-enhanced Machine Learning (Prof. Dietrich)" }, - "TUZVZA2": { - "code": "TUZVZA2", - "id": 19689, - "name": "Human Resources (Central department 2)", - "path": "TUM/Central Administration/Human Resources (Central department 2)" + "56017": { + "code": "TUXS72A", + "name": "Degree Program M.Ed. Bautechnik mit affiner Fachrichtung Holztechnik", + "path": "TUM/Schools/Social Sciences and Technology/Academic Program Administration/Teaching at Vocational Schools/Master of Education Teaching at Vocational Schools/Degree Program" }, - "TUZVZA3": { - "code": "TUZVZA3", - "id": 19690, - "name": "Finance (Central department 3)", - "path": "TUM/Central Administration/Finance (Central department 3)" + "56037": { + "code": "TUZVGHB", + "name": "Staff Unit Office TUM Campus Heilbronn", + "path": "TUM/Central Administration/Office TUM Campus Heilbronn" }, - "TUZVZA4": { - "code": "TUZVZA4", - "id": 19691, - "name": "Real Estate Management (Central department 4)", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)" + "56057": { + "code": "TUS4F8S", + "name": "Associate Professorship of Food Biopolymer Systems (Prof. Scherf)", + "path": "TUM/Schools/Life Sciences/Departments/Molecular Life Sciences/Food Biopolymer Systems (Prof. Scherf)" }, - "TUZVZA5": { - "code": "TUZVZA5", - "id": 31951, - "name": "TUM Legal Office (Central department 5)", - "path": "TUM/Central Administration/TUM Legal Office (Central department 5)" + "56077": { + "code": "TUZEMDI", + "name": "Munich Design Institute (MDI)", + "path": "TUM/Integrative Research Institutes/Munich Design Institute (MDI)" }, - "TUZVZA7": { - "code": "TUZVZA7", - "id": 14156, - "name": "Central Information Technology", - "path": "TUM/Central Service Institutions/IT Service Center (ITSZ)/Central Information Technology" + "56097": { + "code": "TUS6DSF", + "name": "Assistant Professorship of Data Science in Finance (Prof. Resin komm.)", + "path": "TUM/Schools/Management/Departments/Finance and Accounting/Data Science in Finance (Prof. Resin komm.)" }, - "TUZVZTE": { - "code": "TUZVZTE", - "id": 55297, - "name": "Zentrale Technik", - "path": "TUM/Central Administration/Real Estate Management (Central department 4)/Zentrale Technik" + "56117": { + "code": "TUS5OR3", + "name": "Associate Professorship of Machine intelligence in orthopaedics (Prof. Roth)", + "path": "TUM/Schools/Medicine and Health/Departments/Clinical Medicine/Orthopedics and Sports Orthopedics (Prof. von Eisenhart-Rothe)/Machine intelligence in orthopaedics (Prof. Roth)" + }, + "56137": { + "code": "TUGSSMH", + "name": "Graduate Center of Medicine and Health", + "path": "TUM/TUM Graduate School/Graduate Centers/Graduate Center of Medicine and Health" } } diff --git a/data/external/results/rooms_tumonline.json b/data/external/results/rooms_tumonline.json index c9c070e2a..1dbed46e1 100644 --- a/data/external/results/rooms_tumonline.json +++ b/data/external/results/rooms_tumonline.json @@ -1,564202 +1,741991 @@ -[ - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39289", +{ + "0101.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1101, Flur", "arch_name": "N1101@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39289", - "roomcode": "0101.01.101", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69428", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39289, + "usage_id": 222 + }, + "0101.01.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1101A, Treppe", "arch_name": "N1101A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69428", - "roomcode": "0101.01.101A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39294", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69428, + "usage_id": 223 + }, + "0101.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1102, Flur", "arch_name": "N1102@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39294", - "roomcode": "0101.01.102", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39298", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39294, + "usage_id": 222 + }, + "0101.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1103, Flur", "arch_name": "N1103@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39298", - "roomcode": "0101.01.103", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69393", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39298, + "usage_id": 222 + }, + "0101.01.103A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1103A, Flur", "arch_name": "N1103A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69393", - "roomcode": "0101.01.103A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69436", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69393, + "usage_id": 222 + }, + "0101.01.103B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1103B, Flur", "arch_name": "N1103B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69436", - "roomcode": "0101.01.103B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39301", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69436, + "usage_id": 222 + }, + "0101.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1104, Flur", "arch_name": "N1104@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39301", - "roomcode": "0101.01.104", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19229", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39301, + "usage_id": 222 + }, + "0101.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1106, Lager", "arch_name": "N1106@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19229", - "roomcode": "0101.01.106", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39312", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19229, + "usage_id": 30 + }, + "0101.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1107, Lager", "arch_name": "N1107@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39312", - "roomcode": "0101.01.107", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39319", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15392, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39312, + "usage_id": 30 + }, + "0101.01.107A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1107A, Lager/Archiv", "arch_name": "N1107A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39319", - "roomcode": "0101.01.107A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39322", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39319, + "usage_id": 30 + }, + "0101.01.107B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1107B, Lager", "arch_name": "N1107B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39322", - "roomcode": "0101.01.107B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39327", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15392, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39322, + "usage_id": 30 + }, + "0101.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1108, Lager Medientechnik", "arch_name": "N1108@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=37796", - "operator": "[ TUZV44K ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39327", - "roomcode": "0101.01.108", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7771", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 37796, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39327, + "usage_id": 30 + }, + "0101.01.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1110A, Elektronikpraktikum", "arch_name": "N1110A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15396&cRes=15047&cReadonly=J", - "list_index": "384", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7771", - "roomcode": "0101.01.110A", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7775", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15047, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7771, + "usage_id": 211 + }, + "0101.01.110B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1110B, Elektronikpraktikum", "arch_name": "N1110B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15396&cRes=18732&cReadonly=J", - "list_index": "385", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7775", - "roomcode": "0101.01.110B", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19332", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 18732, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7775, + "usage_id": 211 + }, + "0101.01.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1110C, Archiv", "arch_name": "N1110C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19332", - "roomcode": "0101.01.110C", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7778", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19332, + "usage_id": 2 + }, + "0101.01.110D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1110D, Praktikantenraum", "arch_name": "N1110D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7778", - "roomcode": "0101.01.110D", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19338", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7778, + "usage_id": 211 + }, + "0101.01.110E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1110E, B\u00fcro", "arch_name": "N1110E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=15331", - "operator": "[ TUEIFSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19338", - "roomcode": "0101.01.110E", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19374", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15331, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19338, + "usage_id": 12 + }, + "0101.01.110F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1110F, Elektronikpraktikum", "arch_name": "N1110F@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15367&cRes=28312&cReadonly=J", - "list_index": "389", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19374", - "roomcode": "0101.01.110F", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7894", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 28312, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19374, + "usage_id": 211 + }, + "0101.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1111, B\u00fcro", "arch_name": "N1111@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7894", - "roomcode": "0101.01.111", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7895", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7894, + "usage_id": 12 + }, + "0101.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1112, B\u00fcro", "arch_name": "N1112@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7895", - "roomcode": "0101.01.112", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7896", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7895, + "usage_id": 12 + }, + "0101.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1113, B\u00fcro", "arch_name": "N1113@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7896", - "roomcode": "0101.01.113", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7898", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7896, + "usage_id": 12 + }, + "0101.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1114, Studentenarbeitsplatz mit DV", "arch_name": "N1114@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7898", - "roomcode": "0101.01.114", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=61792", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7898, + "usage_id": 208 + }, + "0101.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1115, B\u00fcro", "arch_name": "N1115@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61792", - "roomcode": "0101.01.115", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=61793", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61792, + "usage_id": 12 + }, + "0101.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1116, Drucker", "arch_name": "N1116@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61793", - "roomcode": "0101.01.116", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=61794", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61793, + "usage_id": 110 + }, + "0101.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1117, B\u00fcro", "arch_name": "N1117@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61794", - "roomcode": "0101.01.117", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=61795", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61794, + "usage_id": 12 + }, + "0101.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1118, B\u00fcro", "arch_name": "N1118@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61795", - "roomcode": "0101.01.118", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7905", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61795, + "usage_id": 12 + }, + "0101.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1120, Sekretariat", "arch_name": "N1120@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7905", - "roomcode": "0101.01.120", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=14370", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7905, + "usage_id": 40 + }, + "0101.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1121, Sekretariat", "arch_name": "N1121@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14370", - "roomcode": "0101.01.121", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7912", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14370, + "usage_id": 40 + }, + "0101.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1122, B\u00fcro", "arch_name": "N1122@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7912", - "roomcode": "0101.01.122", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7914", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7912, + "usage_id": 12 + }, + "0101.01.124A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1124A, B\u00fcro", "arch_name": "N1124A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15396&cRes=29293&cReadonly=J", - "list_index": "401", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7914", - "roomcode": "0101.01.124A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19461", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 29293, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15396, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7914, + "usage_id": 12 + }, + "0101.01.124B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1124B, B\u00fcro", "arch_name": "N1124B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19461", - "roomcode": "0101.01.124B", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7920", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19461, + "usage_id": 12 + }, + "0101.01.125A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1125A, B\u00fcro", "arch_name": "N1125A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7920", - "roomcode": "0101.01.125A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7921", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7920, + "usage_id": 12 + }, + "0101.01.125B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1125B, B\u00fcro", "arch_name": "N1125B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7921", - "roomcode": "0101.01.125B", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7923", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7921, + "usage_id": 12 + }, + "0101.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1127, Teek\u00fcche", "arch_name": "N1127@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7923", - "roomcode": "0101.01.127", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7925", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7923, + "usage_id": 198 + }, + "0101.01.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1128, B\u00fcro", "arch_name": "N1128@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=15396", - "operator": "[ TUEIMSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7925", - "roomcode": "0101.01.128", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7928", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7925, + "usage_id": 12 + }, + "0101.01.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1129, B\u00fcro", "arch_name": "N1129@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7928", - "roomcode": "0101.01.129", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7929", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7928, + "usage_id": 12 + }, + "0101.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1130, B\u00fcro", "arch_name": "N1130@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7929", - "roomcode": "0101.01.130", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7930", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7929, + "usage_id": 12 + }, + "0101.01.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1131, B\u00fcro", "arch_name": "N1131@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7930", - "roomcode": "0101.01.131", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7931", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7930, + "usage_id": 12 + }, + "0101.01.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1135, Seminarraum", "arch_name": "N1135@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=15064&cReadonly=J", - "extended": { - "additional_description": "N1135, Seminarraum", - "address": "Theresienstr. 90(0101), 1.Obergescho\u00df", - "architect_room_nr": "N1135@0101", - "area_m2": 112.42, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "135", - "seats": 45, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7931", - "roomcode": "0101.01.135", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19510", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15064, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7931, + "usage_id": 41 + }, + "0101.01.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1136, B\u00fcro", "arch_name": "N1136@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19510", - "roomcode": "0101.01.136", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=67277", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19510, + "usage_id": 12 + }, + "0101.01.136A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1136A, Teek\u00fcche", "arch_name": "N1136A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67277", - "roomcode": "0101.01.136A", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7932", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67277, + "usage_id": 198 + }, + "0101.01.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1137, B\u00fcro", "arch_name": "N1137@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7932", - "roomcode": "0101.01.137", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=67278", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7932, + "usage_id": 12 + }, + "0101.01.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1137A, Flur", "arch_name": "N1137A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67278", - "roomcode": "0101.01.137A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7945", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67278, + "usage_id": 222 + }, + "0101.01.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1138, B\u00fcro", "arch_name": "N1138@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7945", - "roomcode": "0101.01.138", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7950", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7945, + "usage_id": 12 + }, + "0101.01.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1139, B\u00fcro", "arch_name": "N1139@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7950", - "roomcode": "0101.01.139", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7955", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7950, + "usage_id": 12 + }, + "0101.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1140, Besprechungsraum", "arch_name": "N1140@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7955", - "roomcode": "0101.01.140", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7957", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7955, + "usage_id": 196 + }, + "0101.01.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1144, B\u00fcro", "arch_name": "N1144@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7957", - "roomcode": "0101.01.144", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7863", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7957, + "usage_id": 12 + }, + "0101.01.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1145, Sekretariat mit Materialausgabe", "arch_name": "N1145@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7863", - "roomcode": "0101.01.145", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39419", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7863, + "usage_id": 12 + }, + "0101.01.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1146, Teek\u00fcche", "arch_name": "N1146@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39419", - "roomcode": "0101.01.146", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39422", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39419, + "usage_id": 198 + }, + "0101.01.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1147, Besprechungsraum/B\u00fcro mit Archiv", "arch_name": "N1147@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=14935&cRes=20240&cReadonly=J", - "list_index": "421", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39422", - "roomcode": "0101.01.147", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7872", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 20240, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39422, + "usage_id": 196 + }, + "0101.01.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1148, B\u00fcro", "arch_name": "N1148@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7872", - "roomcode": "0101.01.148", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=18935", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7872, + "usage_id": 12 + }, + "0101.01.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1149, B\u00fcro", "arch_name": "N1149@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18935", - "roomcode": "0101.01.149", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8006", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18935, + "usage_id": 12 + }, + "0101.01.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1150, B\u00fcro", "arch_name": "N1150@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=14935&cRes=19935&cReadonly=J", - "list_index": "424", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8006", - "roomcode": "0101.01.150", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19257", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 19935, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8006, + "usage_id": 12 + }, + "0101.01.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1151, B\u00fcro", "arch_name": "N1151@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19257", - "roomcode": "0101.01.151", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=19302", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19257, + "usage_id": 12 + }, + "0101.01.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1152, B\u00fcro", "arch_name": "N1152@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19302", - "roomcode": "0101.01.152", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39579", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19302, + "usage_id": 12 + }, + "0101.01.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1153, B\u00fcro", "arch_name": "N1153@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39579", - "roomcode": "0101.01.153", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39589", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39579, + "usage_id": 12 + }, + "0101.01.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1155, Emeritus", "arch_name": "N1155@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39589", - "roomcode": "0101.01.155", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8049", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14935, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39589, + "usage_id": 12 + }, + "0101.01.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1156, B\u00fcro", "arch_name": "N1156@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8049", - "roomcode": "0101.01.156", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8051", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8049, + "usage_id": 12 + }, + "0101.01.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1160, Zeichensaal mit Arbeitspl\u00e4tzen", "arch_name": "N1160@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15073&cReadonly=J", - "extended": { - "additional_description": "N1160, Zeichensaal mit Arbeitspl\u00e4tzen", - "address": "Theresienstr. 90(0101), 1.Obergescho\u00df", - "architect_room_nr": "N1160@0101", - "area_m2": 187.5, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "160", - "seats": 56, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8051", - "roomcode": "0101.01.160", - "usage": 55 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39497", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15073, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 56, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8051, + "usage_id": 55 + }, + "0101.01.160A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1160A, Lager", "arch_name": "N1160A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39497", - "roomcode": "0101.01.160A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39502", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39497, + "usage_id": 30 + }, + "0101.01.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1170, WC-Damen", "arch_name": "N1170@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39502", - "roomcode": "0101.01.170", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69435", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39502, + "usage_id": 116 + }, + "0101.01.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1170A, WC-Vorraum Damen", "arch_name": "N1170A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69435", - "roomcode": "0101.01.170A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39522", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69435, + "usage_id": 118 + }, + "0101.01.173": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1173, WC-Herren", "arch_name": "N1173@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39522", - "roomcode": "0101.01.173", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39525", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39522, + "usage_id": 115 + }, + "0101.01.173A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1173A, Treppe", "arch_name": "N1173A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39525", - "roomcode": "0101.01.173A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69427", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39525, + "usage_id": 223 + }, + "0101.01.173B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1173B, Treppe", "arch_name": "N1173B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69427", - "roomcode": "0101.01.173B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69437", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69427, + "usage_id": 223 + }, + "0101.01.173C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1173C, WC-Vorraum Herren", "arch_name": "N1173C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69437", - "roomcode": "0101.01.173C", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69400", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69437, + "usage_id": 118 + }, + "0101.01.173D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1173D, WC-Damen", "arch_name": "N1173D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69400", - "roomcode": "0101.01.173D", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39664", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69400, + "usage_id": 116 + }, + "0101.01.195": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1195, Bibliothek", "arch_name": "N1195@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39664", - "roomcode": "0101.01.195", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39667", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14935, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39664, + "usage_id": 10 + }, + "0101.01.195A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1195A, LRZ-Verteilerknoten", "arch_name": "N1195A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39667", - "roomcode": "0101.01.195A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69438", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39667, + "usage_id": 120 + }, + "0101.01.195B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1195B, Installationsschacht", "arch_name": "N1195B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69438", - "roomcode": "0101.01.195B", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39670", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69438, + "usage_id": 120 + }, + "0101.01.196": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1196, Flur", "arch_name": "N1196@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39670", - "roomcode": "0101.01.196", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39707", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39670, + "usage_id": 222 + }, + "0101.01.197": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1197, Flur", "arch_name": "N1197@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39707", - "roomcode": "0101.01.197", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39709", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39707, + "usage_id": 222 + }, + "0101.01.198": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1198, Flur", "arch_name": "N1198@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39709", - "roomcode": "0101.01.198", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=18959", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39709, + "usage_id": 222 + }, + "0101.01.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199, N1 1.OG, Foyer", "arch_name": "N1199@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17983&cReadonly=J", - "list_index": "445", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18959", - "roomcode": "0101.01.199", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=65632", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 17983, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18959, + "usage_id": 222 + }, + "0101.01.199A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199A, N1 1.OG, Studentische Arbeitspl\u00e4tze", "arch_name": "N1199A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65632", - "roomcode": "0101.01.199A", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69394", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65632, + "usage_id": 208 + }, + "0101.01.199B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199B, Treppe", "arch_name": "N1199B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69394", - "roomcode": "0101.01.199B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69397", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69394, + "usage_id": 223 + }, + "0101.01.199C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199C, Treppe", "arch_name": "N1199C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69397", - "roomcode": "0101.01.199C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69395", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69397, + "usage_id": 223 + }, + "0101.01.199D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199D, Treppe", "arch_name": "N1199D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69395", - "roomcode": "0101.01.199D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69399", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69395, + "usage_id": 223 + }, + "0101.01.199E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199E, Treppe", "arch_name": "N1199E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69399", - "roomcode": "0101.01.199E", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69396", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69399, + "usage_id": 223 + }, + "0101.01.199F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199F, Treppe", "arch_name": "N1199F@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69396", - "roomcode": "0101.01.199F", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=69398", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69396, + "usage_id": 223 + }, + "0101.01.199G": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1199G, Treppe", "arch_name": "N1199G@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69398", - "roomcode": "0101.01.199G", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=18961", + "area_id": 27, + "building_id": 561, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69398, + "usage_id": 223 + }, + "0101.02.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2100, N1 2.OG, Foyer", "arch_name": "N2100@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17985&cReadonly=J", - "list_index": "453", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18961", - "roomcode": "0101.02.100", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=65162", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 17985, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18961, + "usage_id": 222 + }, + "0101.02.100A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2100A, Studentenarbeitspl\u00e4tze", "arch_name": "N2100A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65162", - "roomcode": "0101.02.100A", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8134", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65162, + "usage_id": 208 + }, + "0101.02.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2101, B\u00fcro", "arch_name": "N2101@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15392&cRes=19075&cReadonly=J", - "list_index": "455", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8134", - "roomcode": "0101.02.101", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8137", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 19075, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8134, + "usage_id": 12 + }, + "0101.02.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2102, El-Praktikum", "arch_name": "N2102@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19660&cRes=15079&cReadonly=J", - "list_index": "456", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8137", - "roomcode": "0101.02.102", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8065", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15079, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19660, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8137, + "usage_id": 211 + }, + "0101.02.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2103, Studentenarbeitsplatz mit DV", "arch_name": "N2103@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15395&cRes=26931&cReadonly=J", - "list_index": "457", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8065", - "roomcode": "0101.02.103", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8067", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 26931, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15395, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8065, + "usage_id": 208 + }, + "0101.02.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2104, B\u00fcro", "arch_name": "N2104@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8067", - "roomcode": "0101.02.104", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8071", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8067, + "usage_id": 12 + }, + "0101.02.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2105, B\u00fcro", "arch_name": "N2105@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8071", - "roomcode": "0101.02.105", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=14145", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8071, + "usage_id": 12 + }, + "0101.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2110, B\u00fcro", "arch_name": "N2110@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14145", - "roomcode": "0101.02.110", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39766", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14145, + "usage_id": 12 + }, + "0101.02.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2111, Hausmeister", "arch_name": "N2111@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39766", - "roomcode": "0101.02.111", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=14148", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 37992, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39766, + "usage_id": 12 + }, + "0101.02.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2112, Studentenarbeitsraum", "arch_name": "N2112@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14148", - "roomcode": "0101.02.112", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8078", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14148, + "usage_id": 208 + }, + "0101.02.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2114, B\u00fcro", "arch_name": "N2114@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8078", - "roomcode": "0101.02.114", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8079", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8078, + "usage_id": 12 + }, + "0101.02.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2115, B\u00fcro", "arch_name": "N2115@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8079", - "roomcode": "0101.02.115", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8080", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8079, + "usage_id": 12 + }, + "0101.02.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2116, B\u00fcro", "arch_name": "N2116@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8080", - "roomcode": "0101.02.116", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8083", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8080, + "usage_id": 12 + }, + "0101.02.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2117, B\u00fcro", "arch_name": "N2117@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8083", - "roomcode": "0101.02.117", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39876", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8083, + "usage_id": 12 + }, + "0101.02.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2118, B\u00fcro", "arch_name": "N2118@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "467", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39876", - "roomcode": "0101.02.118", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8162", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39876, + "usage_id": 12 + }, + "0101.02.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2119, B\u00fcro", "arch_name": "N2119@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "468", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8162", - "roomcode": "0101.02.119", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8164", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8162, + "usage_id": 12 + }, + "0101.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2120, B\u00fcro", "arch_name": "N2120@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8164", - "roomcode": "0101.02.120", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8166", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8164, + "usage_id": 12 + }, + "0101.02.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2121, B\u00fcro", "arch_name": "N2121@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "470", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8166", - "roomcode": "0101.02.121", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8170", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8166, + "usage_id": 12 + }, + "0101.02.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2122, Besprechungsraum", "arch_name": "N2122@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8170", - "roomcode": "0101.02.122", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8189", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8170, + "usage_id": 196 + }, + "0101.02.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2123, B\u00fcro", "arch_name": "N2123@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "472", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8189", - "roomcode": "0101.02.123", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8193", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8189, + "usage_id": 12 + }, + "0101.02.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2124, B\u00fcro", "arch_name": "N2124@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "473", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8193", - "roomcode": "0101.02.124", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39903", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8193, + "usage_id": 12 + }, + "0101.02.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2127, Aufenthaltsraum/K\u00fcche", "arch_name": "N2127@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39903", - "roomcode": "0101.02.127", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19317", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39903, + "usage_id": 44 + }, + "0101.02.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2128, Seminarraum", "arch_name": "N2128@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15392&cRes=21543&cReadonly=J", - "extended": { - "additional_description": "N2128, Seminarraum", - "address": "Theresienstr. 90(0101), 2.Obergescho\u00df", - "architect_room_nr": "N2128@0101", - "area_m2": 82.32, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "128", - "seats": 23, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19317", - "roomcode": "0101.02.128", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8205", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 21543, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 23, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19317, + "usage_id": 41 + }, + "0101.02.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2133, Besprechungsraum", "arch_name": "N2133@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15392&cRes=15085&cReadonly=J", - "list_index": "476", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8205", - "roomcode": "0101.02.133", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=62720", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15085, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15392, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8205, + "usage_id": 196 + }, + "0101.02.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2134, Praktikumsraum", "arch_name": "N2134@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62720", - "roomcode": "0101.02.134", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8209", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62720, + "usage_id": 211 + }, + "0101.02.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2135, Cip-Pool", "arch_name": "N2135@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15392&cRes=29472&cReadonly=J", - "list_index": "478", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8209", - "roomcode": "0101.02.135", - "usage": 213 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8211", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 29472, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8209, + "usage_id": 213 + }, + "0101.02.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2136, B\u00fcro", "arch_name": "N2136@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8211", - "roomcode": "0101.02.136", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8213", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8211, + "usage_id": 12 + }, + "0101.02.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2137, B\u00fcro", "arch_name": "N2137@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8213", - "roomcode": "0101.02.137", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8216", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8213, + "usage_id": 12 + }, + "0101.02.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2138, B\u00fcro", "arch_name": "N2138@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "481", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8216", - "roomcode": "0101.02.138", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8219", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8216, + "usage_id": 12 + }, + "0101.02.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2139, B\u00fcro", "arch_name": "N2139@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "482", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8219", - "roomcode": "0101.02.139", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8226", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8219, + "usage_id": 12 + }, + "0101.02.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2140, B\u00fcro", "arch_name": "N2140@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "483", - "op_link": "webnav.navigate_to?corg=52079", - "operator": "[ TUS1OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8226", - "roomcode": "0101.02.140", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8228", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52079, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8226, + "usage_id": 12 + }, + "0101.02.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2141, B\u00fcro", "arch_name": "N2141@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "484", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8228", - "roomcode": "0101.02.141", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8230", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8228, + "usage_id": 12 + }, + "0101.02.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2142, Dekanat", "arch_name": "N2142@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "485", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8230", - "roomcode": "0101.02.142", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8232", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8230, + "usage_id": 12 + }, + "0101.02.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2143, Dekanat", "arch_name": "N2143@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "486", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8232", - "roomcode": "0101.02.143", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39820", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8232, + "usage_id": 12 + }, + "0101.02.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2144, Dekanat", "arch_name": "N2144@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "487", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39820", - "roomcode": "0101.02.144", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19411", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39820, + "usage_id": 12 + }, + "0101.02.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2145, Promotionen, Graduiertenzentrum EI", "arch_name": "N2145@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "488", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19411", - "roomcode": "0101.02.145", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19449", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19411, + "usage_id": 12 + }, + "0101.02.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2146, Dekanat Gesch\u00e4ftsf\u00fchrer", "arch_name": "N2146@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15328&cRes=33612&cReadonly=J", - "list_index": "489", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19449", - "roomcode": "0101.02.146", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=14390", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 33612, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19449, + "usage_id": 12 + }, + "0101.02.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2147, Studiendekanat", "arch_name": "N2147@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "490", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14390", - "roomcode": "0101.02.147", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39834", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14390, + "usage_id": 12 + }, + "0101.02.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2148, Studiendekanat", "arch_name": "N2148@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "491", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39834", - "roomcode": "0101.02.148", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69431", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39834, + "usage_id": 12 + }, + "0101.02.148A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2148A, Vervielf\u00e4ltigungsraum", "arch_name": "N2148A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "492", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69431", - "roomcode": "0101.02.148A", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=14393", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69431, + "usage_id": 110 + }, + "0101.02.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2149, Studiendekanat", "arch_name": "N2149@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "493", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14393", - "roomcode": "0101.02.149", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19456", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14393, + "usage_id": 12 + }, + "0101.02.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2150, Studiendekanat", "arch_name": "N2150@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "494", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19456", - "roomcode": "0101.02.150", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69430", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19456, + "usage_id": 12 + }, + "0101.02.150A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2150A, B\u00fcro", "arch_name": "N2150A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "495", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69430", - "roomcode": "0101.02.150A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=14395", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69430, + "usage_id": 12 + }, + "0101.02.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2151, Studienreferent", "arch_name": "N2151@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "496", - "op_link": "webnav.navigate_to?corg=15328", - "operator": "[ TUEIDEK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14395", - "roomcode": "0101.02.151", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39803", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15328, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14395, + "usage_id": 12 + }, + "0101.02.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2155, B\u00fcro", "arch_name": "N2155@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "497", - "op_link": "webnav.navigate_to?corg=44491", - "operator": "[ TUBVFSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39803", - "roomcode": "0101.02.155", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39809", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44491, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39803, + "usage_id": 12 + }, + "0101.02.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2157, Cip-Raum", "arch_name": "N2157@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "498", - "op_link": "webnav.navigate_to?corg=44491", - "operator": "[ TUBVFSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39809", - "roomcode": "0101.02.157", - "usage": 135 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8180", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44491, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39809, + "usage_id": 135 + }, + "0101.02.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2159, Elektronikpraktikum", "arch_name": "N2159@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15376&cRes=15082&cReadonly=J", - "list_index": "499", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8180", - "roomcode": "0101.02.159", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8183", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15082, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8180, + "usage_id": 211 + }, + "0101.02.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2160, B\u00fcro", "arch_name": "N2160@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=51537&cRes=19000&cReadonly=J", - "list_index": "500", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8183", - "roomcode": "0101.02.160", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8184", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 19000, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8183, + "usage_id": 12 + }, + "0101.02.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2161, B\u00fcro", "arch_name": "N2161@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=51537&cRes=18483&cReadonly=J", - "list_index": "501", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8184", - "roomcode": "0101.02.161", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41391", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 18483, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8184, + "usage_id": 12 + }, + "0101.02.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2171, Treppe", "arch_name": "N2171@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "502", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41391", - "roomcode": "0101.02.171", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69432", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41391, + "usage_id": 223 + }, + "0101.02.171A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2171A, Treppe", "arch_name": "N2171A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "503", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69432", - "roomcode": "0101.02.171A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41405", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69432, + "usage_id": 223 + }, + "0101.02.175": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2175, WC-Herren", "arch_name": "N2175@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "504", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41405", - "roomcode": "0101.02.175", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69442", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41405, + "usage_id": 115 + }, + "0101.02.175A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2175A, WC-Vorraum Herren", "arch_name": "N2175A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "505", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69442", - "roomcode": "0101.02.175A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41465", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69442, + "usage_id": 118 + }, + "0101.02.178": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2178, Lager", "arch_name": "N2178@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "506", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41465", - "roomcode": "0101.02.178", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8104", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41465, + "usage_id": 30 + }, + "0101.02.179": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1179, Wilhelm-Nusselt-H\u00f6rsaal", "arch_name": "N1179@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12514&cReadonly=J", - "extended": { - "additional_description": "N 1179, Wilhelm-Nusselt-H\u00f6rsaal", - "address": "Theresienstr. 90(0101), 2.Obergescho\u00df", - "architect_room_nr": "N1179@0101", - "area_m2": 273.85, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "179", - "seats": 308, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "507", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8104", - "roomcode": "0101.02.179", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19587", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12514, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 308, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8104, + "usage_id": 20 + }, + "0101.02.179A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2179A, Regieraum, H\u00f6rsaal-Technik", "arch_name": "N2179A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "508", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19587", - "roomcode": "0101.02.179A", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41474", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19587, + "usage_id": 153 + }, + "0101.02.184": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2184, L\u00fcftung", "arch_name": "N2184@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "509", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41474", - "roomcode": "0101.02.184", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41477", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41474, + "usage_id": 32 + }, + "0101.02.186": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2186, L\u00fcftung", "arch_name": "N2186@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "510", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41477", - "roomcode": "0101.02.186", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69439", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41477, + "usage_id": 32 + }, + "0101.02.186A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2186A, Raumlufttechnische Anlage", "arch_name": "N2186A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "511", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69439", - "roomcode": "0101.02.186A", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8106", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69439, + "usage_id": 32 + }, + "0101.02.189": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1189, Hans-Piloty-H\u00f6rsaal", "arch_name": "N1189@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12513&cReadonly=J", - "extended": { - "additional_description": "N 1189, Hans-Piloty-H\u00f6rsaal", - "address": "Theresienstr. 90(0101), 2.Obergescho\u00df", - "architect_room_nr": "N1189@0101", - "area_m2": 273.75, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "189", - "seats": 308, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "512", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8106", - "roomcode": "0101.02.189", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19596", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12513, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 308, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8106, + "usage_id": 20 + }, + "0101.02.189A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2189A, Regieraum, H\u00f6rsaal-Technik", "arch_name": "N2189A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "513", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19596", - "roomcode": "0101.02.189A", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8108", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19596, + "usage_id": 153 + }, + "0101.02.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1190, Hans-Heinrich-Meinke-H\u00f6rsaal", "arch_name": "N1190@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12506&cReadonly=J", - "extended": { - "additional_description": "N 1190, Hans-Heinrich-Meinke-H\u00f6rsaal", - "address": "Theresienstr. 90(0101), 2.Obergescho\u00df", - "architect_room_nr": "N1190@0101", - "area_m2": 365.22, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "190", - "seats": 420, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "514", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8108", - "roomcode": "0101.02.190", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=14249", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12506, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 420, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8108, + "usage_id": 20 + }, + "0101.02.190A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2190A, Regieraum, H\u00f6rsaal-Technik", "arch_name": "N2190A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "515", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14249", - "roomcode": "0101.02.190A", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69440", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14249, + "usage_id": 153 + }, + "0101.02.190C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2190C, Regieraum", "arch_name": "N2190C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "516", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69440", - "roomcode": "0101.02.190C", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69429", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69440, + "usage_id": 153 + }, + "0101.02.190D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2190D, Regieraum", "arch_name": "N2190D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "517", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69429", - "roomcode": "0101.02.190D", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41535", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69429, + "usage_id": 153 + }, + "0101.02.191": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2191, L\u00fcftung", "arch_name": "N2191@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "518", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41535", - "roomcode": "0101.02.191", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41540", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41535, + "usage_id": 32 + }, + "0101.02.192": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2192, K\u00e4ltemaschine", "arch_name": "N2192@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "519", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41540", - "roomcode": "0101.02.192", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41549", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41540, + "usage_id": 32 + }, + "0101.02.194": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2194, WC-Damen", "arch_name": "N2194@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "520", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41549", - "roomcode": "0101.02.194", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41615", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41549, + "usage_id": 116 + }, + "0101.02.195": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2195, Treppe", "arch_name": "N2195@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "521", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41615", - "roomcode": "0101.02.195", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41617", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41615, + "usage_id": 223 + }, + "0101.02.195A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2195A, Treppe", "arch_name": "N2195A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "522", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41617", - "roomcode": "0101.02.195A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69451", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41617, + "usage_id": 223 + }, + "0101.02.195B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2195B, Flur", "arch_name": "N2195B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "523", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69451", - "roomcode": "0101.02.195B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69450", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69451, + "usage_id": 222 + }, + "0101.02.195C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2195C, Flur", "arch_name": "N2195C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "524", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69450", - "roomcode": "0101.02.195C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69441", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69450, + "usage_id": 222 + }, + "0101.02.195D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2195D, Flur", "arch_name": "N2195D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "525", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69441", - "roomcode": "0101.02.195D", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41622", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69441, + "usage_id": 222 + }, + "0101.02.196": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2196, Flur", "arch_name": "N2196@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "526", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41622", - "roomcode": "0101.02.196", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41629", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41622, + "usage_id": 222 + }, + "0101.02.196A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2196A, Flur", "arch_name": "N2196A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "527", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41629", - "roomcode": "0101.02.196A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69453", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41629, + "usage_id": 222 + }, + "0101.02.196B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2196B, Flur", "arch_name": "N2196B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "528", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69453", - "roomcode": "0101.02.196B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69452", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69453, + "usage_id": 222 + }, + "0101.02.196C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2196C, Flur", "arch_name": "N2196C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "529", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69452", - "roomcode": "0101.02.196C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41695", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69452, + "usage_id": 222 + }, + "0101.02.197": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2197, Flur", "arch_name": "N2197@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "530", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41695", - "roomcode": "0101.02.197", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41701", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41695, + "usage_id": 222 + }, + "0101.02.198": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2198, Flur", "arch_name": "N2198@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "531", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41701", - "roomcode": "0101.02.198", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41706", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41701, + "usage_id": 222 + }, + "0101.02.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2199, Flur", "arch_name": "N2199@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "532", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41706", - "roomcode": "0101.02.199", - "usage": 222 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41712", + "area_id": 27, + "building_id": 561, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41706, + "usage_id": 222 + }, + "0101.DG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3101, Treppe Ost/Dachgeschoss", "arch_name": "N3101@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "533", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41712", - "roomcode": "0101.DG.101", - "usage": 223 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41778", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41712, + "usage_id": 223 + }, + "0101.DG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3102, Aufzugsmaschinenraum", "arch_name": "N3102@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "534", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41778", - "roomcode": "0101.DG.102", - "usage": 5 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41783", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41778, + "usage_id": 5 + }, + "0101.DG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3103, Wasserversorgung Dachgeschoss Ost", "arch_name": "N3103@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "535", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41783", - "roomcode": "0101.DG.103", - "usage": 183 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41786", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41783, + "usage_id": 183 + }, + "0101.DG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3104, Treppe West Dachgeschoss", "arch_name": "N3104@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "536", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41786", - "roomcode": "0101.DG.104", - "usage": 223 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41791", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41786, + "usage_id": 223 + }, + "0101.DG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3105, Aufzugsmaschinenraum", "arch_name": "N3105@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "537", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41791", - "roomcode": "0101.DG.105", - "usage": 5 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=69468", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41791, + "usage_id": 5 + }, + "0101.DG.996": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Freiluftexperimentierfl\u00e4che", "arch_name": "@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "538", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69468", - "roomcode": "0101.DG.996", - "usage": 218 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=69467", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69468, + "usage_id": 218 + }, + "0101.DG.996A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Freiluftexperimentierfl\u00e4che", "arch_name": "@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "539", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69467", - "roomcode": "0101.DG.996A", - "usage": 218 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=14450", + "area_id": 27, + "building_id": 561, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69467, + "usage_id": 218 + }, + "0101.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110, N1 EG, Foyer", "arch_name": "N0110@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17982&cReadonly=J", - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14450", - "roomcode": "0101.EG.110", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38596", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 17982, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14450, + "usage_id": 222 + }, + "0101.EG.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110A, Flur", "arch_name": "N0110A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38596", - "roomcode": "0101.EG.110A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38607", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38596, + "usage_id": 222 + }, + "0101.EG.110B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110B, Flur", "arch_name": "N0110B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38607", - "roomcode": "0101.EG.110B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69404", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38607, + "usage_id": 222 + }, + "0101.EG.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110C, Treppe", "arch_name": "N0110C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69404", - "roomcode": "0101.EG.110C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69403", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69404, + "usage_id": 223 + }, + "0101.EG.110D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110D, Treppe", "arch_name": "N0110D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69403", - "roomcode": "0101.EG.110D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69402", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69403, + "usage_id": 223 + }, + "0101.EG.110E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110E, Treppe", "arch_name": "N0110E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69402", - "roomcode": "0101.EG.110E", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69401", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69402, + "usage_id": 223 + }, + "0101.EG.110F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110F, Treppe", "arch_name": "N0110F@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69401", - "roomcode": "0101.EG.110F", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69408", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69401, + "usage_id": 223 + }, + "0101.EG.110H": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110H, Treppe im Freien", "arch_name": "N0110H@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69408", - "roomcode": "0101.EG.110H", - "usage": 7 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69425", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69408, + "usage_id": 7 + }, + "0101.EG.110I": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0110I, Lager", "arch_name": "N0110I@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69425", - "roomcode": "0101.EG.110I", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38614", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69425, + "usage_id": 30 + }, + "0101.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0111, Studentenlabor", "arch_name": "N0111@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38614", - "roomcode": "0101.EG.111", - "usage": 208 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7457", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38614, + "usage_id": 208 + }, + "0101.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0113, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0113@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7457", - "roomcode": "0101.EG.113", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7465", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45290, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7457, + "usage_id": 12 + }, + "0101.EG.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0115, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0115@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7465", - "roomcode": "0101.EG.115", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7470", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45290, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7465, + "usage_id": 12 + }, + "0101.EG.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0116, Seminarraum", "arch_name": "N0116@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15368&cRes=15030&cReadonly=J", - "extended": { - "additional_description": "N0116, Seminarraum", - "address": "Theresienstr. 90(0101), Erdgescho\u00df", - "architect_room_nr": "N0116@0101", - "area_m2": 69.27, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "116", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7470", - "roomcode": "0101.EG.116", - "usage": 41 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7475", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15030, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7470, + "usage_id": 41 + }, + "0101.EG.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0118, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0118@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7475", - "roomcode": "0101.EG.118", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38649", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7475, + "usage_id": 12 + }, + "0101.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0120, Studentenlabor", "arch_name": "N0120@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15368&cRes=24010&cReadonly=J", - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38649", - "roomcode": "0101.EG.120", - "usage": 208 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38656", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 24010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38649, + "usage_id": 208 + }, + "0101.EG.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0122, Studentenlabor", "arch_name": "N0122@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38656", - "roomcode": "0101.EG.122", - "usage": 208 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38662", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38656, + "usage_id": 208 + }, + "0101.EG.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0123, Windfang", "arch_name": "N0123@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38662", - "roomcode": "0101.EG.123", - "usage": 52 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69414", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38662, + "usage_id": 52 + }, + "0101.EG.123A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0123A, Flur", "arch_name": "N0123A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69414", - "roomcode": "0101.EG.123A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69418", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69414, + "usage_id": 222 + }, + "0101.EG.123B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0123B, Gang, Weg im Freien", "arch_name": "N0123B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69418", - "roomcode": "0101.EG.123B", - "usage": 219 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7495", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69418, + "usage_id": 219 + }, + "0101.EG.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0125, Ordinarius", "arch_name": "N0125@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7495", - "roomcode": "0101.EG.125", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7497", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7495, + "usage_id": 12 + }, + "0101.EG.126B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0126B, Sekretariat", "arch_name": "N0126B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7497", - "roomcode": "0101.EG.126B", - "usage": 40 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=54541", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7497, + "usage_id": 40 + }, + "0101.EG.126C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0126C, Teek\u00fcche", "arch_name": "N0126C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54541", - "roomcode": "0101.EG.126C", - "usage": 198 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38672", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54541, + "usage_id": 198 + }, + "0101.EG.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0128, Besprechungsraum / Pr\u00fcfung", "arch_name": "N0128@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15368&cRes=18474&cReadonly=J", - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38672", - "roomcode": "0101.EG.128", - "usage": 196 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38677", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 18474, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38672, + "usage_id": 196 + }, + "0101.EG.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0129, Kopierraum", "arch_name": "N0129@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38677", - "roomcode": "0101.EG.129", - "usage": 110 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38679", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38677, + "usage_id": 110 + }, + "0101.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0130, Serverraum", "arch_name": "N0130@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38679", - "roomcode": "0101.EG.130", - "usage": 207 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7508", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38679, + "usage_id": 207 + }, + "0101.EG.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0131, Netzwerkadministrator", "arch_name": "N0131@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7508", - "roomcode": "0101.EG.131", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7511", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7508, + "usage_id": 12 + }, + "0101.EG.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0132, B\u00fcro", "arch_name": "N0132@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7511", - "roomcode": "0101.EG.132", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7515", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7511, + "usage_id": 12 + }, + "0101.EG.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0133, B\u00fcro", "arch_name": "N0133@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7515", - "roomcode": "0101.EG.133", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7519", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7515, + "usage_id": 12 + }, + "0101.EG.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0134, B\u00fcro", "arch_name": "N0134@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7519", - "roomcode": "0101.EG.134", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7524", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7519, + "usage_id": 12 + }, + "0101.EG.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0135, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0135@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7524", - "roomcode": "0101.EG.135", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7528", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7524, + "usage_id": 12 + }, + "0101.EG.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0136, B\u00fcro", "arch_name": "N0136@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7528", - "roomcode": "0101.EG.136", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38554", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7528, + "usage_id": 12 + }, + "0101.EG.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0137, Studentenlabor", "arch_name": "N0137@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38554", - "roomcode": "0101.EG.137", - "usage": 208 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7424", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38554, + "usage_id": 208 + }, + "0101.EG.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0138, B\u00fcro", "arch_name": "N0138@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7424", - "roomcode": "0101.EG.138", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38565", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7424, + "usage_id": 12 + }, + "0101.EG.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0139, B\u00fcro", "arch_name": "N0139@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38565", - "roomcode": "0101.EG.139", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38570", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38565, + "usage_id": 12 + }, + "0101.EG.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0140, Windfang", "arch_name": "N0140@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38570", - "roomcode": "0101.EG.140", - "usage": 52 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69415", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38570, + "usage_id": 52 + }, + "0101.EG.140A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0140A, Flur", "arch_name": "N0140A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69415", - "roomcode": "0101.EG.140A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69417", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69415, + "usage_id": 222 + }, + "0101.EG.140B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0140B, Gang, Weg im Freien", "arch_name": "N0140B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69417", - "roomcode": "0101.EG.140B", - "usage": 219 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38578", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69417, + "usage_id": 219 + }, + "0101.EG.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0141, Elektronik-Werkstatt", "arch_name": "N0141@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38578", - "roomcode": "0101.EG.141", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38585", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38578, + "usage_id": 51 + }, + "0101.EG.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0142, B\u00fcro mit Archiv", "arch_name": "N0142@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38585", - "roomcode": "0101.EG.142", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7439", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38585, + "usage_id": 12 + }, + "0101.EG.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0144, B\u00fcro", "arch_name": "N0144@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7439", - "roomcode": "0101.EG.144", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7440", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7439, + "usage_id": 12 + }, + "0101.EG.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0146, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0146@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7440", - "roomcode": "0101.EG.146", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38528", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7440, + "usage_id": 12 + }, + "0101.EG.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0147, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0147@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38528", - "roomcode": "0101.EG.147", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=13454", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38528, + "usage_id": 12 + }, + "0101.EG.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0148, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0148@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13454", - "roomcode": "0101.EG.148", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=54564", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13454, + "usage_id": 12 + }, + "0101.EG.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0149, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0149@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54564", - "roomcode": "0101.EG.149", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7445", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54564, + "usage_id": 12 + }, + "0101.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0150, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0150@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7445", - "roomcode": "0101.EG.150", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7448", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7445, + "usage_id": 12 + }, + "0101.EG.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0151, Kinderspielraum", "arch_name": "N0151@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=15368&cRes=30552&cReadonly=J", - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7448", - "roomcode": "0101.EG.151", - "usage": 146 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=20467", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 30552, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7448, + "usage_id": 146 + }, + "0101.EG.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0152, Werkstatt", "arch_name": "N0152@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=15236&cReadonly=J", - "list_index": "247", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20467", - "roomcode": "0101.EG.152", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38542", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15236, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20467, + "usage_id": 51 + }, + "0101.EG.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0160, Schausammlung \u00f6ffentl.", "arch_name": "N0160@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=20135&cReadonly=J", - "list_index": "248", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38542", - "roomcode": "0101.EG.160", - "usage": 148 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38720", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 20135, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 53118, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38542, + "usage_id": 148 + }, + "0101.EG.160A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0160A, Treppe", "arch_name": "N0160A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38720", - "roomcode": "0101.EG.160A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38723", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38720, + "usage_id": 223 + }, + "0101.EG.160B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0160B, Treppe", "arch_name": "N0160B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38723", - "roomcode": "0101.EG.160B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38730", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38723, + "usage_id": 223 + }, + "0101.EG.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0170, WC-Herren", "arch_name": "N0170@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38730", - "roomcode": "0101.EG.170", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38733", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38730, + "usage_id": 115 + }, + "0101.EG.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0170A, Aufzug", "arch_name": "N0170A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38733", - "roomcode": "0101.EG.170A", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38738", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38733, + "usage_id": 4 + }, + "0101.EG.170B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0170B, Putzraum", "arch_name": "N0170B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38738", - "roomcode": "0101.EG.170B", - "usage": 205 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38741", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38738, + "usage_id": 205 + }, + "0101.EG.170C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0170C, Flur zu WC", "arch_name": "N0170C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38741", - "roomcode": "0101.EG.170C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69409", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38741, + "usage_id": 222 + }, + "0101.EG.170D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0170D, WC-Damen mit Dusche", "arch_name": "N0170D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69409", - "roomcode": "0101.EG.170D", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69422", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69409, + "usage_id": 116 + }, + "0101.EG.170E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0170E, Putzraum", "arch_name": "N0170E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69422", - "roomcode": "0101.EG.170E", - "usage": 205 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38746", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69422, + "usage_id": 205 + }, + "0101.EG.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0171, Treppenraum", "arch_name": "N0171@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38746", - "roomcode": "0101.EG.171", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38751", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38746, + "usage_id": 223 + }, + "0101.EG.171A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0171A, Flur", "arch_name": "N0171A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38751", - "roomcode": "0101.EG.171A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38755", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38751, + "usage_id": 222 + }, + "0101.EG.171B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0171b, Kellertreppe", "arch_name": "N0171b@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38755", - "roomcode": "0101.EG.171B", - "usage": 203 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69407", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38755, + "usage_id": 203 + }, + "0101.EG.171C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0171C, Flur", "arch_name": "N0171C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69407", - "roomcode": "0101.EG.171C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69421", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69407, + "usage_id": 222 + }, + "0101.EG.171D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0171D, Lager Hausmeister", "arch_name": "N0171D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69421", - "roomcode": "0101.EG.171D", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69419", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69421, + "usage_id": 30 + }, + "0101.EG.171E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0171E, Treppe", "arch_name": "N0171E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69419", - "roomcode": "0101.EG.171E", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38759", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69419, + "usage_id": 223 + }, + "0101.EG.172A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0172A, WC-Damen / Wickeltisch", "arch_name": "N0172A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38759", - "roomcode": "0101.EG.172A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69410", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38759, + "usage_id": 118 + }, + "0101.EG.172B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0172B, WC-Damen", "arch_name": "N0172B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69410", - "roomcode": "0101.EG.172B", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38764", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69410, + "usage_id": 116 + }, + "0101.EG.174B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0174B, Beh.-WC", "arch_name": "N0174B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38764", - "roomcode": "0101.EG.174B", - "usage": 117 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38770", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38764, + "usage_id": 117 + }, + "0101.EG.176": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0176, RLT", "arch_name": "N0176@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38770", - "roomcode": "0101.EG.176", - "usage": 32 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38828", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38770, + "usage_id": 32 + }, + "0101.EG.176B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0176B, WC-Damen", "arch_name": "N0176B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38828", - "roomcode": "0101.EG.176B", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69424", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38828, + "usage_id": 116 + }, + "0101.EG.176C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0176C, WC-Vorraum Damen", "arch_name": "N0176C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69424", - "roomcode": "0101.EG.176C", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38832", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69424, + "usage_id": 118 + }, + "0101.EG.177": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0177, Technikraum 2", "arch_name": "N0177@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38832", - "roomcode": "0101.EG.177", - "usage": 207 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38836", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38832, + "usage_id": 207 + }, + "0101.EG.178A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0178A, Vorraum Server", "arch_name": "N0178A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38836", - "roomcode": "0101.EG.178A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38838", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38836, + "usage_id": 30 + }, + "0101.EG.178B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0178B, Technikraum 2", "arch_name": "N0178B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38838", - "roomcode": "0101.EG.178B", - "usage": 207 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38843", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38838, + "usage_id": 207 + }, + "0101.EG.179": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0179, Lager", "arch_name": "N0179@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38843", - "roomcode": "0101.EG.179", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38859", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38843, + "usage_id": 30 + }, + "0101.EG.179A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0179A, Brandmeldezentrale", "arch_name": "N0179A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38859", - "roomcode": "0101.EG.179A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66734", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38859, + "usage_id": 120 + }, + "0101.EG.179B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0179B, Technikraum Lager", "arch_name": "N0179B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66734", - "roomcode": "0101.EG.179B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38861", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66734, + "usage_id": 30 + }, + "0101.EG.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0180, Maschinenraum", "arch_name": "N0180@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38861", - "roomcode": "0101.EG.180", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38864", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38861, + "usage_id": 120 + }, + "0101.EG.189": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0189, Garderobe", "arch_name": "N0189@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38864", - "roomcode": "0101.EG.189", - "usage": 121 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38875", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38864, + "usage_id": 121 + }, + "0101.EG.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0190, Flur", "arch_name": "N0190@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38875", - "roomcode": "0101.EG.190", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38694", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38875, + "usage_id": 222 + }, + "0101.EG.190A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0190A, Lager", "arch_name": "N0190A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38694", - "roomcode": "0101.EG.190A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38698", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38694, + "usage_id": 30 + }, + "0101.EG.190B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0190B, Lager", "arch_name": "N0190B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38698", - "roomcode": "0101.EG.190B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38703", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38698, + "usage_id": 30 + }, + "0101.EG.190C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0190C, Flur", "arch_name": "N0190C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38703", - "roomcode": "0101.EG.190C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38706", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38703, + "usage_id": 222 + }, + "0101.EG.190D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0190D, Flur", "arch_name": "N0190D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38706", - "roomcode": "0101.EG.190D", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69405", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38706, + "usage_id": 222 + }, + "0101.EG.190E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0190E, Lager", "arch_name": "N0190E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69405", - "roomcode": "0101.EG.190E", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38711", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69405, + "usage_id": 30 + }, + "0101.EG.191": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0191, Tagungsm\u00f6bellager", "arch_name": "N0191@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38711", - "roomcode": "0101.EG.191", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38717", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38711, + "usage_id": 30 + }, + "0101.EG.191A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0191A, Lager", "arch_name": "N0191A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38717", - "roomcode": "0101.EG.191A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38955", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38717, + "usage_id": 30 + }, + "0101.EG.192A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0192A, WC-Herren", "arch_name": "N0192A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38955", - "roomcode": "0101.EG.192A", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69423", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38955, + "usage_id": 115 + }, + "0101.EG.192B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0192B, WC-Vorraum Herren", "arch_name": "N0192B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69423", - "roomcode": "0101.EG.192B", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38959", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69423, + "usage_id": 118 + }, + "0101.EG.194": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0194, Treppenraum", "arch_name": "N0194@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38959", - "roomcode": "0101.EG.194", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38964", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38959, + "usage_id": 223 + }, + "0101.EG.194A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0194A, Treppe", "arch_name": "N0194A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38964", - "roomcode": "0101.EG.194A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38968", - "alt_name": "N0194B, Flur", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38964, + "usage_id": 223 + }, + "0101.EG.194B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "N0194B, Flur", "arch_name": "N0194B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38968", - "roomcode": "0101.EG.194B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38973", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38968, + "usage_id": 222 + }, + "0101.EG.194C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0194C, Flur", "arch_name": "N0194C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38973", - "roomcode": "0101.EG.194C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69420", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38973, + "usage_id": 222 + }, + "0101.EG.194D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0194D, Lager", "arch_name": "N0194D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69420", - "roomcode": "0101.EG.194D", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38978", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69420, + "usage_id": 30 + }, + "0101.EG.195": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0195, Lager Baumechanik", "arch_name": "N0195@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=19303&cReadonly=J", - "list_index": "292", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38978", - "roomcode": "0101.EG.195", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38982", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 19303, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14935, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38978, + "usage_id": 30 + }, + "0101.EG.195A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0195A, Lager Baumechanik", "arch_name": "N0195A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38982", - "roomcode": "0101.EG.195A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38985", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14935, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38982, + "usage_id": 30 + }, + "0101.EG.195B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0195B, Lager Baumechanik", "arch_name": "N0195B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=14935", - "operator": "[ TUBVBMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38985", - "roomcode": "0101.EG.195B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38992", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14935, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38985, + "usage_id": 30 + }, + "0101.EG.195D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0195D, Aufzug", "arch_name": "N0195D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38992", - "roomcode": "0101.EG.195D", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38998", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38992, + "usage_id": 4 + }, + "0101.EG.198B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0198B, WC-Damen", "arch_name": "N0198B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38998", - "roomcode": "0101.EG.198B", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=69416", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38998, + "usage_id": 116 + }, + "0101.EG.198D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0198D, WC-Vorraum Damen", "arch_name": "N0198D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69416", - "roomcode": "0101.EG.198D", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7566", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69416, + "usage_id": 118 + }, + "0101.EG.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0199, Cip-Raum", "arch_name": "N0199@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15038&cReadonly=J", - "list_index": "298", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7566", - "roomcode": "0101.EG.199", - "usage": 135 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39002", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15038, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7566, + "usage_id": 135 + }, + "0101.EG.199B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0199B, Technik RLT", "arch_name": "N0199B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39002", - "roomcode": "0101.EG.199B", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37412", + "area_id": 27, + "building_id": 561, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39002, + "usage_id": 32 + }, + "0101.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK101, B\u00fcro Fahrbereitschaft", "arch_name": "NK101@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37412", - "roomcode": "0101.U1.101", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=67621", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37412, + "usage_id": 12 + }, + "0101.U1.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK101A, Aufenthaltsraum Fahrbereitschaft", "arch_name": "NK101A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67621", - "roomcode": "0101.U1.101A", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37420", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67621, + "usage_id": 44 + }, + "0101.U1.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK103, L\u00fcftung", "arch_name": "NK103@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37420", - "roomcode": "0101.U1.103", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37426", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37420, + "usage_id": 32 + }, + "0101.U1.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK104, L\u00fcftung", "arch_name": "NK104@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37426", - "roomcode": "0101.U1.104", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37440", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37426, + "usage_id": 32 + }, + "0101.U1.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK107, WC", "arch_name": "NK107@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37440", - "roomcode": "0101.U1.107", - "usage": 114 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37442", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37440, + "usage_id": 114 + }, + "0101.U1.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109, Waschhalle", "arch_name": "NK109@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37442", - "roomcode": "0101.U1.109", - "usage": 155 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37450", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37442, + "usage_id": 155 + }, + "0101.U1.109A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109A, Reifenlager", "arch_name": "NK109A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37450", - "roomcode": "0101.U1.109A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37459", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37450, + "usage_id": 30 + }, + "0101.U1.109B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109B, Umkleide", "arch_name": "NK109B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37459", - "roomcode": "0101.U1.109B", - "usage": 121 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37477", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37459, + "usage_id": 121 + }, + "0101.U1.109C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109C, Lager", "arch_name": "NK109C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37477", - "roomcode": "0101.U1.109C", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37479", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37477, + "usage_id": 30 + }, + "0101.U1.109D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109D, Durchgang", "arch_name": "NK109D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37479", - "roomcode": "0101.U1.109D", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=67622", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37479, + "usage_id": 16 + }, + "0101.U1.109E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109E, Raumluftpodest im NK109C", "arch_name": "NK109E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67622", - "roomcode": "0101.U1.109E", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=67623", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67622, + "usage_id": 32 + }, + "0101.U1.109F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK109F, Park-Durchgangsbereich zu NK 109D", "arch_name": "NK109F@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67623", - "roomcode": "0101.U1.109F", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37483", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67623, + "usage_id": 100 + }, + "0101.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK110, Raumluft", "arch_name": "NK110@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37483", - "roomcode": "0101.U1.110", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37498", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37483, + "usage_id": 32 + }, + "0101.U1.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK111, Flur", "arch_name": "NK111@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37498", - "roomcode": "0101.U1.111", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37384", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37498, + "usage_id": 222 + }, + "0101.U1.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK111A, Flur", "arch_name": "NK111A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37384", - "roomcode": "0101.U1.111A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37386", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37384, + "usage_id": 222 + }, + "0101.U1.111B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK111B, Flur", "arch_name": "NK111B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37386", - "roomcode": "0101.U1.111B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37391", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37386, + "usage_id": 222 + }, + "0101.U1.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK112, Archiv", "arch_name": "NK112@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15331", - "operator": "[ TUEIFSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37391", - "roomcode": "0101.U1.112", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37396", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15331, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37391, + "usage_id": 2 + }, + "0101.U1.112A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK112A, LRZ-Verteilerknoten", "arch_name": "NK112A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37396", - "roomcode": "0101.U1.112A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37399", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37396, + "usage_id": 120 + }, + "0101.U1.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK113, Metallwerkst\u00e4tte grob", "arch_name": "NK113@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37399", - "roomcode": "0101.U1.113", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37604", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37399, + "usage_id": 51 + }, + "0101.U1.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK114, Stromversorgung", "arch_name": "NK114@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37604", - "roomcode": "0101.U1.114", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37607", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37604, + "usage_id": 160 + }, + "0101.U1.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK115, Stromversorgung", "arch_name": "NK115@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37607", - "roomcode": "0101.U1.115", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37611", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37607, + "usage_id": 160 + }, + "0101.U1.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK117, Flur", "arch_name": "NK117@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37611", - "roomcode": "0101.U1.117", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37616", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37611, + "usage_id": 222 + }, + "0101.U1.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118, L\u00fcftung", "arch_name": "NK118@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37616", - "roomcode": "0101.U1.118", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37619", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37616, + "usage_id": 32 + }, + "0101.U1.118A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118A, Stromversorgung", "arch_name": "NK118A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37619", - "roomcode": "0101.U1.118A", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37627", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37619, + "usage_id": 160 + }, + "0101.U1.118B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118B, Stromversorgung", "arch_name": "NK118B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37627", - "roomcode": "0101.U1.118B", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37633", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37627, + "usage_id": 160 + }, + "0101.U1.118C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118C, Stromversorgung", "arch_name": "NK118C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37633", - "roomcode": "0101.U1.118C", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37638", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37633, + "usage_id": 160 + }, + "0101.U1.118D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118D, Stromversorgung", "arch_name": "NK118D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37638", - "roomcode": "0101.U1.118D", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37642", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37638, + "usage_id": 160 + }, + "0101.U1.118E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118E, Stromversorgung", "arch_name": "NK118E@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37642", - "roomcode": "0101.U1.118E", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37650", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37642, + "usage_id": 160 + }, + "0101.U1.118F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK118F, Stromversorgung", "arch_name": "NK118F@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37650", - "roomcode": "0101.U1.118F", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37658", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37650, + "usage_id": 160 + }, + "0101.U1.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK119, Stromversorgung", "arch_name": "NK119@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37658", - "roomcode": "0101.U1.119", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37665", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37658, + "usage_id": 160 + }, + "0101.U1.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK125, L\u00fcftung", "arch_name": "NK125@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37665", - "roomcode": "0101.U1.125", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37674", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37665, + "usage_id": 32 + }, + "0101.U1.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK126, L\u00fcftung", "arch_name": "NK126@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37674", - "roomcode": "0101.U1.126", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37680", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37674, + "usage_id": 32 + }, + "0101.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK130, Treppe", "arch_name": "NK130@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37680", - "roomcode": "0101.U1.130", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=63632", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37680, + "usage_id": 223 + }, + "0101.U1.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK130A, Flur", "arch_name": "NK130A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63632", - "roomcode": "0101.U1.130A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37690", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63632, + "usage_id": 222 + }, + "0101.U1.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK131, Treppe", "arch_name": "NK131@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37690", - "roomcode": "0101.U1.131", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37499", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37690, + "usage_id": 223 + }, + "0101.U1.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK132, Treppe/Flur", "arch_name": "NK132@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37499", - "roomcode": "0101.U1.132", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69406", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37499, + "usage_id": 223 + }, + "0101.U1.132A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK132A, Flur", "arch_name": "NK132A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69406", - "roomcode": "0101.U1.132A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69381", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69406, + "usage_id": 222 + }, + "0101.U1.132B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK132B, Flur", "arch_name": "NK132B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69381", - "roomcode": "0101.U1.132B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69379", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69381, + "usage_id": 222 + }, + "0101.U1.132C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK132C, Abstellraum", "arch_name": "NK132C@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69379", - "roomcode": "0101.U1.132C", - "usage": 159 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69382", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69379, + "usage_id": 159 + }, + "0101.U1.132D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK132D, Flur", "arch_name": "NK132D@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69382", - "roomcode": "0101.U1.132D", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=63333", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69382, + "usage_id": 222 + }, + "0101.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK140, RLT-Anlage (Zugang Steiggitter 0102)", "arch_name": "NK140@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63333", - "roomcode": "0101.U1.140", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69443", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63333, + "usage_id": 32 + }, + "0101.U1.140A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK140A, Treppe", "arch_name": "NK140A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69443", - "roomcode": "0101.U1.140A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69378", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69443, + "usage_id": 223 + }, + "0101.U1.199M": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK199M, Schacht f.Personenaufzug", "arch_name": "NK199M@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69378", - "roomcode": "0101.U1.199M", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37502", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69378, + "usage_id": 195 + }, + "0101.U1.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT201, Dienstfahrzeuge", "arch_name": "NT201@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37502", - "roomcode": "0101.U1.201", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37507", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37502, + "usage_id": 100 + }, + "0101.U1.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT202, Dienstfahrzeuge", "arch_name": "NT202@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37507", - "roomcode": "0101.U1.202", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37518", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37507, + "usage_id": 100 + }, + "0101.U1.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT203, Dienstfahrzeuge", "arch_name": "NT203@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37518", - "roomcode": "0101.U1.203", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37549", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37518, + "usage_id": 100 + }, + "0101.U1.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT204, Dienstfahrzeuge", "arch_name": "NT204@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37549", - "roomcode": "0101.U1.204", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69458", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37549, + "usage_id": 100 + }, + "0101.U1.204A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT204A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT204A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69458", - "roomcode": "0101.U1.204A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69456", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69458, + "usage_id": 100 + }, + "0101.U1.204B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT204B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT204B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69456", - "roomcode": "0101.U1.204B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37558", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69456, + "usage_id": 100 + }, + "0101.U1.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT205, Dienstfahrzeuge", "arch_name": "NT205@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37558", - "roomcode": "0101.U1.205", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69457", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37558, + "usage_id": 100 + }, + "0101.U1.205A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT205A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT205A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69457", - "roomcode": "0101.U1.205A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69455", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69457, + "usage_id": 100 + }, + "0101.U1.205B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT205B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT205B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69455", - "roomcode": "0101.U1.205B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37565", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69455, + "usage_id": 100 + }, + "0101.U1.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT206, Dienstfahrzeuge", "arch_name": "NT206@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37565", - "roomcode": "0101.U1.206", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69460", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37565, + "usage_id": 100 + }, + "0101.U1.206A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT206A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT206A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69460", - "roomcode": "0101.U1.206A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69461", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69460, + "usage_id": 100 + }, + "0101.U1.206B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT206B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT206B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69461", - "roomcode": "0101.U1.206B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37573", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69461, + "usage_id": 100 + }, + "0101.U1.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT207, Dienstparkplatz", "arch_name": "NT207@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37573", - "roomcode": "0101.U1.207", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69376", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37573, + "usage_id": 100 + }, + "0101.U1.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT208, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT208@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69376", - "roomcode": "0101.U1.208", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37582", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69376, + "usage_id": 100 + }, + "0101.U1.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT209, Dienstfahrzeuge", "arch_name": "NT209@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37582", - "roomcode": "0101.U1.209", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69374", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37582, + "usage_id": 100 + }, + "0101.U1.209A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT209A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT209A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69374", - "roomcode": "0101.U1.209A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69372", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69374, + "usage_id": 100 + }, + "0101.U1.209B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT209B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT209B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69372", - "roomcode": "0101.U1.209B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37590", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69372, + "usage_id": 100 + }, + "0101.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT210, Dienstfahrzeuge", "arch_name": "NT210@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37590", - "roomcode": "0101.U1.210", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69375", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37590, + "usage_id": 100 + }, + "0101.U1.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT210A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT210A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69375", - "roomcode": "0101.U1.210A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69373", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69375, + "usage_id": 100 + }, + "0101.U1.210B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT210B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT210B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69373", - "roomcode": "0101.U1.210B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37598", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69373, + "usage_id": 100 + }, + "0101.U1.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT211, Dienstfahrzeuge", "arch_name": "NT211@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37598", - "roomcode": "0101.U1.211", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69464", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37598, + "usage_id": 100 + }, + "0101.U1.211A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT211A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT211A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69464", - "roomcode": "0101.U1.211A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69465", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69464, + "usage_id": 100 + }, + "0101.U1.211B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT211B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT211B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69465", - "roomcode": "0101.U1.211B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=67150", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69465, + "usage_id": 100 + }, + "0101.U1.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT212, Dienstfahrzeuge/Zugang zu NK109C", "arch_name": "NT212@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67150", - "roomcode": "0101.U1.212", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69371", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67150, + "usage_id": 100 + }, + "0101.U1.300": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT300, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT300@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69371", - "roomcode": "0101.U1.300", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37526", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69371, + "usage_id": 100 + }, + "0101.U1.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT301, Parkbucht", "arch_name": "NT301@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37526", - "roomcode": "0101.U1.301", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37541", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37526, + "usage_id": 100 + }, + "0101.U1.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT302, Parkbucht", "arch_name": "NT302@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37541", - "roomcode": "0101.U1.302", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37730", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37541, + "usage_id": 100 + }, + "0101.U1.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT303, Parkbucht", "arch_name": "NT303@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37730", - "roomcode": "0101.U1.303", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37739", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37730, + "usage_id": 100 + }, + "0101.U1.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT304, Parkbucht", "arch_name": "NT304@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37739", - "roomcode": "0101.U1.304", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37746", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37739, + "usage_id": 100 + }, + "0101.U1.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT305, Parkbucht", "arch_name": "NT305@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37746", - "roomcode": "0101.U1.305", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37753", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37746, + "usage_id": 100 + }, + "0101.U1.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT306, Parkbucht", "arch_name": "NT306@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37753", - "roomcode": "0101.U1.306", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37763", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37753, + "usage_id": 100 + }, + "0101.U1.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT307, Parkbucht", "arch_name": "NT307@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37763", - "roomcode": "0101.U1.307", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37769", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37763, + "usage_id": 100 + }, + "0101.U1.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT308, Parkbucht", "arch_name": "NT308@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37769", - "roomcode": "0101.U1.308", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37772", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37769, + "usage_id": 100 + }, + "0101.U1.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT309, Parkbucht", "arch_name": "NT309@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37772", - "roomcode": "0101.U1.309", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37776", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37772, + "usage_id": 100 + }, + "0101.U1.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT310, Parkbucht", "arch_name": "NT310@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37776", - "roomcode": "0101.U1.310", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37780", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37776, + "usage_id": 100 + }, + "0101.U1.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT311, Parkbucht", "arch_name": "NT311@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37780", - "roomcode": "0101.U1.311", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37785", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37780, + "usage_id": 100 + }, + "0101.U1.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT312, Parkbucht", "arch_name": "NT312@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37785", - "roomcode": "0101.U1.312", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37790", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37785, + "usage_id": 100 + }, + "0101.U1.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT313, Parkbucht", "arch_name": "NT313@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37790", - "roomcode": "0101.U1.313", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37794", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37790, + "usage_id": 100 + }, + "0101.U1.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT314, Parkbucht", "arch_name": "NT314@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37794", - "roomcode": "0101.U1.314", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37800", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37794, + "usage_id": 100 + }, + "0101.U1.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT315, Parkbucht", "arch_name": "NT315@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37800", - "roomcode": "0101.U1.315", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37804", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37800, + "usage_id": 100 + }, + "0101.U1.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT316, Parkbucht", "arch_name": "NT316@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37804", - "roomcode": "0101.U1.316", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37809", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37804, + "usage_id": 100 + }, + "0101.U1.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT317, Parkbucht", "arch_name": "NT317@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37809", - "roomcode": "0101.U1.317", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37816", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37809, + "usage_id": 100 + }, + "0101.U1.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT318, Parkbucht", "arch_name": "NT318@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37816", - "roomcode": "0101.U1.318", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37821", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37816, + "usage_id": 100 + }, + "0101.U1.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT319, Parkbucht", "arch_name": "NT319@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37821", - "roomcode": "0101.U1.319", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37827", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37821, + "usage_id": 100 + }, + "0101.U1.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT320, Parkbucht", "arch_name": "NT320@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37827", - "roomcode": "0101.U1.320", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37830", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37827, + "usage_id": 100 + }, + "0101.U1.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT321, Parkbucht", "arch_name": "NT321@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37830", - "roomcode": "0101.U1.321", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37838", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37830, + "usage_id": 100 + }, + "0101.U1.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT322, Parkbucht", "arch_name": "NT322@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37838", - "roomcode": "0101.U1.322", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37703", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37838, + "usage_id": 100 + }, + "0101.U1.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT323, Parkbucht", "arch_name": "NT323@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37703", - "roomcode": "0101.U1.323", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37717", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37703, + "usage_id": 100 + }, + "0101.U1.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT324, Parkbucht", "arch_name": "NT324@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37717", - "roomcode": "0101.U1.324", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37725", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37717, + "usage_id": 100 + }, + "0101.U1.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT325, Parkbucht", "arch_name": "NT325@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37725", - "roomcode": "0101.U1.325", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37959", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37725, + "usage_id": 100 + }, + "0101.U1.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT326, Parkbucht", "arch_name": "NT326@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37959", - "roomcode": "0101.U1.326", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37969", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37959, + "usage_id": 100 + }, + "0101.U1.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT327, Parkbucht", "arch_name": "NT327@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37969", - "roomcode": "0101.U1.327", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37976", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37969, + "usage_id": 100 + }, + "0101.U1.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT328, Parkbucht", "arch_name": "NT328@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37976", - "roomcode": "0101.U1.328", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37986", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37976, + "usage_id": 100 + }, + "0101.U1.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT329, Parkbucht", "arch_name": "NT329@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37986", - "roomcode": "0101.U1.329", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37994", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37986, + "usage_id": 100 + }, + "0101.U1.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT330, Parkbucht", "arch_name": "NT330@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37994", - "roomcode": "0101.U1.330", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38002", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37994, + "usage_id": 100 + }, + "0101.U1.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT331, Parkbucht", "arch_name": "NT331@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38002", - "roomcode": "0101.U1.331", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38011", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38002, + "usage_id": 100 + }, + "0101.U1.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT332, Parkbucht", "arch_name": "NT332@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38011", - "roomcode": "0101.U1.332", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38020", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38011, + "usage_id": 100 + }, + "0101.U1.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT333, Parkbucht", "arch_name": "NT333@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38020", - "roomcode": "0101.U1.333", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38027", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38020, + "usage_id": 100 + }, + "0101.U1.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT334, Parkbucht", "arch_name": "NT334@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38027", - "roomcode": "0101.U1.334", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38036", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38027, + "usage_id": 100 + }, + "0101.U1.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT335, Parkbucht", "arch_name": "NT335@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38036", - "roomcode": "0101.U1.335", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37850", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38036, + "usage_id": 100 + }, + "0101.U1.336": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT336, Parkbucht", "arch_name": "NT336@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37850", - "roomcode": "0101.U1.336", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37860", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37850, + "usage_id": 100 + }, + "0101.U1.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT337, Parkbucht", "arch_name": "NT337@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37860", - "roomcode": "0101.U1.337", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37868", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37860, + "usage_id": 100 + }, + "0101.U1.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT338, Parkbucht", "arch_name": "NT338@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37868", - "roomcode": "0101.U1.338", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37899", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37868, + "usage_id": 100 + }, + "0101.U1.339": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT339, Parkbucht", "arch_name": "NT339@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37899", - "roomcode": "0101.U1.339", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37905", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37899, + "usage_id": 100 + }, + "0101.U1.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT340, Parkbucht", "arch_name": "NT340@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37905", - "roomcode": "0101.U1.340", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37912", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37905, + "usage_id": 100 + }, + "0101.U1.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT341, Parkbucht", "arch_name": "NT341@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37912", - "roomcode": "0101.U1.341", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37920", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37912, + "usage_id": 100 + }, + "0101.U1.342": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT342, Parkbucht", "arch_name": "NT342@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37920", - "roomcode": "0101.U1.342", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37929", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37920, + "usage_id": 100 + }, + "0101.U1.343": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT343, Parkbucht", "arch_name": "NT343@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37929", - "roomcode": "0101.U1.343", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37937", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37929, + "usage_id": 100 + }, + "0101.U1.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT344, Parkbucht", "arch_name": "NT344@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37937", - "roomcode": "0101.U1.344", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37945", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37937, + "usage_id": 100 + }, + "0101.U1.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT345, Parkbucht", "arch_name": "NT345@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37945", - "roomcode": "0101.U1.345", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37881", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37945, + "usage_id": 100 + }, + "0101.U1.346": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT346, Parkbucht", "arch_name": "NT346@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37881", - "roomcode": "0101.U1.346", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37890", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37881, + "usage_id": 100 + }, + "0101.U1.347": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT347, Parkbucht", "arch_name": "NT347@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37890", - "roomcode": "0101.U1.347", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38065", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37890, + "usage_id": 100 + }, + "0101.U1.348": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT348, Parkbucht", "arch_name": "NT348@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38065", - "roomcode": "0101.U1.348", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38074", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38065, + "usage_id": 100 + }, + "0101.U1.349": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT349, Parkbucht", "arch_name": "NT349@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38074", - "roomcode": "0101.U1.349", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38081", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38074, + "usage_id": 100 + }, + "0101.U1.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT350, Parkbucht", "arch_name": "NT350@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38081", - "roomcode": "0101.U1.350", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38085", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38081, + "usage_id": 100 + }, + "0101.U1.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT351, Parkbucht", "arch_name": "NT351@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38085", - "roomcode": "0101.U1.351", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38093", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38085, + "usage_id": 100 + }, + "0101.U1.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT352, Parkbucht", "arch_name": "NT352@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38093", - "roomcode": "0101.U1.352", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38100", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38093, + "usage_id": 100 + }, + "0101.U1.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT353, Parkbucht", "arch_name": "NT353@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38100", - "roomcode": "0101.U1.353", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38106", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38100, + "usage_id": 100 + }, + "0101.U1.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT354, Parkbucht", "arch_name": "NT354@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38106", - "roomcode": "0101.U1.354", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38111", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38106, + "usage_id": 100 + }, + "0101.U1.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT355, Parkbucht", "arch_name": "NT355@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38111", - "roomcode": "0101.U1.355", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38117", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38111, + "usage_id": 100 + }, + "0101.U1.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT356, Parkbucht", "arch_name": "NT356@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38117", - "roomcode": "0101.U1.356", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38122", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38117, + "usage_id": 100 + }, + "0101.U1.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT357, Parkbucht", "arch_name": "NT357@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38122", - "roomcode": "0101.U1.357", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38131", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38122, + "usage_id": 100 + }, + "0101.U1.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT358, Parkbucht", "arch_name": "NT358@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38131", - "roomcode": "0101.U1.358", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38133", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38131, + "usage_id": 100 + }, + "0101.U1.359": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT359, Parkbucht", "arch_name": "NT359@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38133", - "roomcode": "0101.U1.359", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38141", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38133, + "usage_id": 100 + }, + "0101.U1.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT360, Parkbucht", "arch_name": "NT360@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38141", - "roomcode": "0101.U1.360", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38143", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38141, + "usage_id": 100 + }, + "0101.U1.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT361, Parkbucht", "arch_name": "NT361@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38143", - "roomcode": "0101.U1.361", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38147", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38143, + "usage_id": 100 + }, + "0101.U1.362": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT362, Parkbucht", "arch_name": "NT362@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38147", - "roomcode": "0101.U1.362", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38151", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38147, + "usage_id": 100 + }, + "0101.U1.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT363, Parkbucht", "arch_name": "NT363@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38151", - "roomcode": "0101.U1.363", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38155", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38151, + "usage_id": 100 + }, + "0101.U1.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT364, Parkbucht", "arch_name": "NT364@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38155", - "roomcode": "0101.U1.364", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38159", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38155, + "usage_id": 100 + }, + "0101.U1.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT365, Parkbucht", "arch_name": "NT365@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38159", - "roomcode": "0101.U1.365", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38164", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38159, + "usage_id": 100 + }, + "0101.U1.366": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT366, Parkbucht", "arch_name": "NT366@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38164", - "roomcode": "0101.U1.366", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38170", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38164, + "usage_id": 100 + }, + "0101.U1.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT367, Parkbucht", "arch_name": "NT367@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38170", - "roomcode": "0101.U1.367", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38175", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38170, + "usage_id": 100 + }, + "0101.U1.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT368, Parkbucht", "arch_name": "NT368@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38175", - "roomcode": "0101.U1.368", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38043", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38175, + "usage_id": 100 + }, + "0101.U1.369": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT369, Parkbucht", "arch_name": "NT369@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38043", - "roomcode": "0101.U1.369", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38048", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38043, + "usage_id": 100 + }, + "0101.U1.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT370, Parkbucht", "arch_name": "NT370@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38048", - "roomcode": "0101.U1.370", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38054", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38048, + "usage_id": 100 + }, + "0101.U1.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT371, Parkbucht", "arch_name": "NT371@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38054", - "roomcode": "0101.U1.371", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38059", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38054, + "usage_id": 100 + }, + "0101.U1.372": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT372, Parkbucht", "arch_name": "NT372@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38059", - "roomcode": "0101.U1.372", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38266", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38059, + "usage_id": 100 + }, + "0101.U1.373": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT373, Parkbucht", "arch_name": "NT373@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38266", - "roomcode": "0101.U1.373", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38269", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38266, + "usage_id": 100 + }, + "0101.U1.374": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT374, Parkbucht", "arch_name": "NT374@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38269", - "roomcode": "0101.U1.374", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38273", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38269, + "usage_id": 100 + }, + "0101.U1.375": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT375, Parkbucht", "arch_name": "NT375@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38273", - "roomcode": "0101.U1.375", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38278", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38273, + "usage_id": 100 + }, + "0101.U1.376": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT376, Parkbucht", "arch_name": "NT376@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38278", - "roomcode": "0101.U1.376", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38284", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38278, + "usage_id": 100 + }, + "0101.U1.377": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT377, Parkbucht", "arch_name": "NT377@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38284", - "roomcode": "0101.U1.377", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38293", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38284, + "usage_id": 100 + }, + "0101.U1.378": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT378, Parkbucht", "arch_name": "NT378@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38293", - "roomcode": "0101.U1.378", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38300", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38293, + "usage_id": 100 + }, + "0101.U1.380": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT380, Parkbucht", "arch_name": "NT380@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38300", - "roomcode": "0101.U1.380", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38302", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38300, + "usage_id": 100 + }, + "0101.U1.381": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT381, Parkbucht", "arch_name": "NT381@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38302", - "roomcode": "0101.U1.381", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38303", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38302, + "usage_id": 100 + }, + "0101.U1.382": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT382, Parkbucht", "arch_name": "NT382@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38303", - "roomcode": "0101.U1.382", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38307", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38303, + "usage_id": 100 + }, + "0101.U1.383": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT383, Parkbucht", "arch_name": "NT383@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38307", - "roomcode": "0101.U1.383", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38310", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38307, + "usage_id": 100 + }, + "0101.U1.384": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT384, Parkbucht", "arch_name": "NT384@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38310", - "roomcode": "0101.U1.384", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38313", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38310, + "usage_id": 100 + }, + "0101.U1.385": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT385, Parkbucht", "arch_name": "NT385@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38313", - "roomcode": "0101.U1.385", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38315", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38313, + "usage_id": 100 + }, + "0101.U1.386": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT386, Parkbucht", "arch_name": "NT386@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38315", - "roomcode": "0101.U1.386", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38317", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38315, + "usage_id": 100 + }, + "0101.U1.387": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT387, Parkbucht", "arch_name": "NT387@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38317", - "roomcode": "0101.U1.387", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38323", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38317, + "usage_id": 100 + }, + "0101.U1.388": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT388, Parkbucht", "arch_name": "NT388@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38323", - "roomcode": "0101.U1.388", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38327", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38323, + "usage_id": 100 + }, + "0101.U1.389": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT389, Parkbucht", "arch_name": "NT389@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38327", - "roomcode": "0101.U1.389", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38334", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38327, + "usage_id": 100 + }, + "0101.U1.391": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT391, Parkbucht", "arch_name": "NT391@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38334", - "roomcode": "0101.U1.391", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38338", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38334, + "usage_id": 100 + }, + "0101.U1.392": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT392, Parkbucht", "arch_name": "NT392@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38338", - "roomcode": "0101.U1.392", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38340", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38338, + "usage_id": 100 + }, + "0101.U1.393": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT393, Parkbucht", "arch_name": "NT393@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38340", - "roomcode": "0101.U1.393", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38189", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38340, + "usage_id": 100 + }, + "0101.U1.394": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT394, Parkbucht", "arch_name": "NT394@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38189", - "roomcode": "0101.U1.394", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38196", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38189, + "usage_id": 100 + }, + "0101.U1.395": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT395, Parkbucht", "arch_name": "NT395@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38196", - "roomcode": "0101.U1.395", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38204", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38196, + "usage_id": 100 + }, + "0101.U1.397": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT397, Parkbucht", "arch_name": "NT397@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38204", - "roomcode": "0101.U1.397", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38226", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38204, + "usage_id": 100 + }, + "0101.U1.398": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT398, Parkbucht", "arch_name": "NT398@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38226", - "roomcode": "0101.U1.398", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38240", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38226, + "usage_id": 100 + }, + "0101.U1.399": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT399, Parkbucht", "arch_name": "NT399@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38240", - "roomcode": "0101.U1.399", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38261", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38240, + "usage_id": 100 + }, + "0101.U1.399A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT399A, Parkbucht", "arch_name": "NT399A@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38261", - "roomcode": "0101.U1.399A", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69463", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38261, + "usage_id": 100 + }, + "0101.U1.399B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT399B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT399B@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69463", - "roomcode": "0101.U1.399B", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38265", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69463, + "usage_id": 100 + }, + "0101.U1.400": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT400, Parkbucht", "arch_name": "NT400@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38265", - "roomcode": "0101.U1.400", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38213", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38265, + "usage_id": 100 + }, + "0101.U1.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT401, Parkbucht", "arch_name": "NT401@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38213", - "roomcode": "0101.U1.401", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38220", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38213, + "usage_id": 100 + }, + "0101.U1.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT402, Parkbucht", "arch_name": "NT402@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38220", - "roomcode": "0101.U1.402", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38223", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38220, + "usage_id": 100 + }, + "0101.U1.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT403, Parkbucht", "arch_name": "NT403@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38223", - "roomcode": "0101.U1.403", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38376", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38223, + "usage_id": 100 + }, + "0101.U1.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT404, Parkbucht", "arch_name": "NT404@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38376", - "roomcode": "0101.U1.404", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38381", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38376, + "usage_id": 100 + }, + "0101.U1.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT405, Parkbucht", "arch_name": "NT405@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38381", - "roomcode": "0101.U1.405", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38405", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38381, + "usage_id": 100 + }, + "0101.U1.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT406, Parkbucht", "arch_name": "NT406@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38405", - "roomcode": "0101.U1.406", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38408", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38405, + "usage_id": 100 + }, + "0101.U1.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT407, Parkbucht", "arch_name": "NT407@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38408", - "roomcode": "0101.U1.407", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38415", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38408, + "usage_id": 100 + }, + "0101.U1.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT408, Parkbucht", "arch_name": "NT408@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38415", - "roomcode": "0101.U1.408", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38421", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38415, + "usage_id": 100 + }, + "0101.U1.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT409, Parkbucht", "arch_name": "NT409@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38421", - "roomcode": "0101.U1.409", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38433", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38421, + "usage_id": 100 + }, + "0101.U1.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT410, Parkbucht", "arch_name": "NT410@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38433", - "roomcode": "0101.U1.410", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38448", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38433, + "usage_id": 100 + }, + "0101.U1.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT411, Parkbucht", "arch_name": "NT411@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38448", - "roomcode": "0101.U1.411", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38451", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38448, + "usage_id": 100 + }, + "0101.U1.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT412, Parkbucht", "arch_name": "NT412@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38451", - "roomcode": "0101.U1.412", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38453", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38451, + "usage_id": 100 + }, + "0101.U1.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT413, Parkbucht", "arch_name": "NT413@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38453", - "roomcode": "0101.U1.413", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38458", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38453, + "usage_id": 100 + }, + "0101.U1.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT414, Parkbucht", "arch_name": "NT414@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38458", - "roomcode": "0101.U1.414", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38463", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38458, + "usage_id": 100 + }, + "0101.U1.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT415, Parkbucht", "arch_name": "NT415@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38463", - "roomcode": "0101.U1.415", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38467", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38463, + "usage_id": 100 + }, + "0101.U1.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT416, Parkbucht", "arch_name": "NT416@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38467", - "roomcode": "0101.U1.416", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38472", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38467, + "usage_id": 100 + }, + "0101.U1.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT417, Parkbucht", "arch_name": "NT417@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38472", - "roomcode": "0101.U1.417", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38479", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38472, + "usage_id": 100 + }, + "0101.U1.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT418, Parkbucht", "arch_name": "NT418@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38479", - "roomcode": "0101.U1.418", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38485", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38479, + "usage_id": 100 + }, + "0101.U1.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT419, Parkbucht", "arch_name": "NT419@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38485", - "roomcode": "0101.U1.419", - "usage": 100 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38490", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38485, + "usage_id": 100 + }, + "0101.U1.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT501, Fahrbereich", "arch_name": "NT501@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38490", - "roomcode": "0101.U1.501", - "usage": 204 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38499", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38490, + "usage_id": 204 + }, + "0101.U1.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT502, Fahrbereich", "arch_name": "NT502@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38499", - "roomcode": "0101.U1.502", - "usage": 204 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38501", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38499, + "usage_id": 204 + }, + "0101.U1.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT503, Fahrbereich", "arch_name": "NT503@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38501", - "roomcode": "0101.U1.503", - "usage": 204 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38351", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38501, + "usage_id": 204 + }, + "0101.U1.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT504, Fahrbereich", "arch_name": "NT504@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38351", - "roomcode": "0101.U1.504", - "usage": 204 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38358", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38351, + "usage_id": 204 + }, + "0101.U1.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT505, Fahrbereich", "arch_name": "NT505@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38358", - "roomcode": "0101.U1.505", - "usage": 204 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38365", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38358, + "usage_id": 204 + }, + "0101.U1.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT506, Fahrbereich", "arch_name": "NT506@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38365", - "roomcode": "0101.U1.506", - "usage": 204 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69447", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38365, + "usage_id": 204 + }, + "0101.U1.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK508, Gang, Weg im Freien", "arch_name": "NK508@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69447", - "roomcode": "0101.U1.508", - "usage": 219 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69448", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69447, + "usage_id": 219 + }, + "0101.U1.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NT509, Gang, Weg im Freien", "arch_name": "NT509@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69448", - "roomcode": "0101.U1.509", - "usage": 219 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69454", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69448, + "usage_id": 219 + }, + "0101.U1.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NV601, Gang, Weg im Freien", "arch_name": "NV601@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69454", - "roomcode": "0101.U1.601", - "usage": 219 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69380", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69454, + "usage_id": 219 + }, + "0101.U1.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NV602, Treppe im Freien", "arch_name": "NV602@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69380", - "roomcode": "0101.U1.602", - "usage": 7 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69446", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69380, + "usage_id": 7 + }, + "0101.U1.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2611, Installationskanal", "arch_name": "-2611@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69446", - "roomcode": "0101.U1.611", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69459", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69446, + "usage_id": 120 + }, + "0101.U1.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2612, Installationskanal", "arch_name": "-2612@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69459", - "roomcode": "0101.U1.612", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69462", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69459, + "usage_id": 120 + }, + "0101.U1.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2613, Installationskanal", "arch_name": "-2613@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69462", - "roomcode": "0101.U1.613", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=69377", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69462, + "usage_id": 120 + }, + "0101.U1.953": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK199N, Schacht f.Personenaufzug", "arch_name": "NK199N@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69377", - "roomcode": "0101.U1.953", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39006", + "area_id": 27, + "building_id": 561, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69377, + "usage_id": 195 + }, + "0101.Z1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1002ZG, Lager", "arch_name": "N1002ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=43787&cRes=29272&cReadonly=J", - "list_index": "300", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39006", - "roomcode": "0101.Z1.002", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39010", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 29272, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39006, + "usage_id": 30 + }, + "0101.Z1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1003ZG, Studentenarbeitsraum", "arch_name": "N1003ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=43787&cRes=22185&cReadonly=J", - "list_index": "301", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39010", - "roomcode": "0101.Z1.003", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7682", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 22185, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39010, + "usage_id": 208 + }, + "0101.Z1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1005ZG, Seminarraum", "arch_name": "N1005ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=43787&cRes=15046&cReadonly=J", - "extended": { - "additional_description": "N1005ZG, Seminarraum", - "address": "Theresienstr. 90(0101), 1.Zwischengescho\u00df", - "architect_room_nr": "N1005ZG@0101", - "area_m2": 45.43, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7682", - "roomcode": "0101.Z1.005", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39020", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15046, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7682, + "usage_id": 41 + }, + "0101.Z1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1006ZG, Sozialraum", "arch_name": "N1006ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39020", - "roomcode": "0101.Z1.006", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39026", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39020, + "usage_id": 44 + }, + "0101.Z1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1007ZG, B\u00fcro", "arch_name": "N1007ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39026", - "roomcode": "0101.Z1.007", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39030", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39026, + "usage_id": 12 + }, + "0101.Z1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1008ZG, B\u00fcro", "arch_name": "N1008ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39030", - "roomcode": "0101.Z1.008", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39035", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39030, + "usage_id": 12 + }, + "0101.Z1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1009ZG, B\u00fcro", "arch_name": "N1009ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39035", - "roomcode": "0101.Z1.009", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39038", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39035, + "usage_id": 12 + }, + "0101.Z1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1010ZG, B\u00fcro", "arch_name": "N1010ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39038", - "roomcode": "0101.Z1.010", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39042", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39038, + "usage_id": 12 + }, + "0101.Z1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1011ZG, B\u00fcro", "arch_name": "N1011ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=43787&cRes=28332&cReadonly=J", - "list_index": "308", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39042", - "roomcode": "0101.Z1.011", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39044", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 28332, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39042, + "usage_id": 12 + }, + "0101.Z1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1012ZG, Sekretariat", "arch_name": "N1012ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39044", - "roomcode": "0101.Z1.012", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39047", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39044, + "usage_id": 40 + }, + "0101.Z1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1013ZG, B\u00fcro", "arch_name": "N1013ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=43787&cRes=30092&cReadonly=J", - "list_index": "310", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39047", - "roomcode": "0101.Z1.013", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38883", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 30092, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39047, + "usage_id": 12 + }, + "0101.Z1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1014ZG, B\u00fcro", "arch_name": "N1014ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38883", - "roomcode": "0101.Z1.014", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38885", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38883, + "usage_id": 12 + }, + "0101.Z1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1015ZG, B\u00fcro", "arch_name": "N1015ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38885", - "roomcode": "0101.Z1.015", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7705", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38885, + "usage_id": 12 + }, + "0101.Z1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1016ZG, B\u00fcro", "arch_name": "N1016ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7705", - "roomcode": "0101.Z1.016", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7706", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7705, + "usage_id": 12 + }, + "0101.Z1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1017ZG, B\u00fcro", "arch_name": "N1017ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7706", - "roomcode": "0101.Z1.017", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7708", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7706, + "usage_id": 12 + }, + "0101.Z1.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1018ZG, B\u00fcro", "arch_name": "N1018ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7708", - "roomcode": "0101.Z1.018", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7710", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7708, + "usage_id": 12 + }, + "0101.Z1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1019ZG, B\u00fcro", "arch_name": "N1019ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7710", - "roomcode": "0101.Z1.019", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7712", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7710, + "usage_id": 12 + }, + "0101.Z1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1020ZG, B\u00fcro", "arch_name": "N1020ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7712", - "roomcode": "0101.Z1.020", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7716", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7712, + "usage_id": 12 + }, + "0101.Z1.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1021ZG, B\u00fcro", "arch_name": "N1021ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7716", - "roomcode": "0101.Z1.021", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38920", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7716, + "usage_id": 12 + }, + "0101.Z1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1022ZG, Teek\u00fcche", "arch_name": "N1022ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=14934&cRes=19888&cReadonly=J", - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38920", - "roomcode": "0101.Z1.022", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7721", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 19888, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38920, + "usage_id": 198 + }, + "0101.Z1.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1023ZG, Sekretariat", "arch_name": "N1023ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7721", - "roomcode": "0101.Z1.023", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7722", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7721, + "usage_id": 40 + }, + "0101.Z1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1024ZG, B\u00fcro", "arch_name": "N1024ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7722", - "roomcode": "0101.Z1.024", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=20279", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7722, + "usage_id": 12 + }, + "0101.Z1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1025ZG, B\u00fcro", "arch_name": "N1025ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20279", - "roomcode": "0101.Z1.025", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7725", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20279, + "usage_id": 12 + }, + "0101.Z1.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1026ZG, B\u00fcro", "arch_name": "N1026ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7725", - "roomcode": "0101.Z1.026", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7728", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7725, + "usage_id": 12 + }, + "0101.Z1.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1028ZG, B\u00fcro", "arch_name": "N1028ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7728", - "roomcode": "0101.Z1.028", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7729", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7728, + "usage_id": 12 + }, + "0101.Z1.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1029ZG, Sekretariat", "arch_name": "N1029ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7729", - "roomcode": "0101.Z1.029", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38941", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7729, + "usage_id": 40 + }, + "0101.Z1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1030ZG, Besprechungsraum", "arch_name": "N1030ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38941", - "roomcode": "0101.Z1.030", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38946", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38941, + "usage_id": 196 + }, + "0101.Z1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1031ZG, Bibliotheksraum einf.", "arch_name": "N1031ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38946", - "roomcode": "0101.Z1.031", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=66886", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38946, + "usage_id": 10 + }, + "0101.Z1.031A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1031AZG, Serverraum", "arch_name": "N1031AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66886", - "roomcode": "0101.Z1.031A", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38951", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66886, + "usage_id": 207 + }, + "0101.Z1.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1032ZG, B\u00fcro", "arch_name": "N1032ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38951", - "roomcode": "0101.Z1.032", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39091", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38951, + "usage_id": 12 + }, + "0101.Z1.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1033ZG, Teek\u00fcche", "arch_name": "N1033ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39091", - "roomcode": "0101.Z1.033", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7659", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39091, + "usage_id": 198 + }, + "0101.Z1.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1034ZG, B\u00fcro", "arch_name": "N1034ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7659", - "roomcode": "0101.Z1.034", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7663", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7659, + "usage_id": 12 + }, + "0101.Z1.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1035ZG, B\u00fcro", "arch_name": "N1035ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7663", - "roomcode": "0101.Z1.035", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7668", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7663, + "usage_id": 12 + }, + "0101.Z1.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1036ZG, B\u00fcro", "arch_name": "N1036ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7668", - "roomcode": "0101.Z1.036", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7673", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7668, + "usage_id": 12 + }, + "0101.Z1.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1037ZG, B\u00fcro", "arch_name": "N1037ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7673", - "roomcode": "0101.Z1.037", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7849", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7673, + "usage_id": 12 + }, + "0101.Z1.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1038ZG, B\u00fcro", "arch_name": "N1038ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7849", - "roomcode": "0101.Z1.038", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7852", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7849, + "usage_id": 12 + }, + "0101.Z1.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1039ZG, Seminarraum", "arch_name": "N1039ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=14947&cRes=15058&cReadonly=J", - "extended": { - "additional_description": "N1039ZG, Seminarraum", - "address": "Theresienstr. 90(0101), 1.Zwischengescho\u00df", - "architect_room_nr": "N1039ZG@0101", - "area_m2": 58.12, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "039", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=14947", - "operator": "[ TUBVMET ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7852", - "roomcode": "0101.Z1.039", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39128", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 15058, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14947, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7852, + "usage_id": 41 + }, + "0101.Z1.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1041ZG, WC-Damen", "arch_name": "N1041ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39128", - "roomcode": "0101.Z1.041", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69386", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39128, + "usage_id": 116 + }, + "0101.Z1.041A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1041AZG, WC-Vorraum Damen", "arch_name": "N1041AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69386", - "roomcode": "0101.Z1.041A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39139", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69386, + "usage_id": 118 + }, + "0101.Z1.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1043ZG, Serverraum", "arch_name": "N1043ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39139", - "roomcode": "0101.Z1.043", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39145", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39139, + "usage_id": 207 + }, + "0101.Z1.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1044ZG, Studentenarbeitsraum", "arch_name": "N1044ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=14934&cRes=20863&cReadonly=J", - "list_index": "340", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39145", - "roomcode": "0101.Z1.044", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69392", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 20863, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39145, + "usage_id": 208 + }, + "0101.Z1.044A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1044AZG, Lager", "arch_name": "N1044AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69392", - "roomcode": "0101.Z1.044A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39148", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69392, + "usage_id": 30 + }, + "0101.Z1.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1045ZG, B\u00fcro", "arch_name": "N1045ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=14934", - "operator": "[ TUBVSTA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39148", - "roomcode": "0101.Z1.045", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69388", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 14934, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39148, + "usage_id": 12 + }, + "0101.Z1.045A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1045AZG, Lager", "arch_name": "N1045AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69388", - "roomcode": "0101.Z1.045A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39156", - "alt_name": "N1046ZG, WC-Herren", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69388, + "usage_id": 30 + }, + "0101.Z1.046": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "N1046ZG, WC-Herren", "arch_name": "N1046ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39156", - "roomcode": "0101.Z1.046", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69387", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39156, + "usage_id": 115 + }, + "0101.Z1.046A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1046AZG, WC-Vorraum Herren", "arch_name": "N1046AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69387", - "roomcode": "0101.Z1.046A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39171", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69387, + "usage_id": 118 + }, + "0101.Z1.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1048ZG, Flur", "arch_name": "N1048ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39171", - "roomcode": "0101.Z1.048", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69390", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39171, + "usage_id": 222 + }, + "0101.Z1.048A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N148AZG, Flur", "arch_name": "N148AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69390", - "roomcode": "0101.Z1.048A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69391", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69390, + "usage_id": 222 + }, + "0101.Z1.048B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1048BZG, Flur", "arch_name": "N1048BZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69391", - "roomcode": "0101.Z1.048B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69466", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69391, + "usage_id": 222 + }, + "0101.Z1.048C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1048CZG, Flur", "arch_name": "N1048CZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69466", - "roomcode": "0101.Z1.048C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69383", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69466, + "usage_id": 222 + }, + "0101.Z1.048D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0048DZG, Flur", "arch_name": "N0048DZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69383", - "roomcode": "0101.Z1.048D", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39177", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69383, + "usage_id": 222 + }, + "0101.Z1.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1049ZG, Lager", "arch_name": "N1049ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39177", - "roomcode": "0101.Z1.049", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39180", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39177, + "usage_id": 30 + }, + "0101.Z1.049A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1049AZG, Flur", "arch_name": "N1049AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39180", - "roomcode": "0101.Z1.049A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69384", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39180, + "usage_id": 222 + }, + "0101.Z1.049B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1049BZG, Treppe", "arch_name": "N1049BZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69384", - "roomcode": "0101.Z1.049B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39186", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69384, + "usage_id": 223 + }, + "0101.Z1.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1050ZG, Lager", "arch_name": "N1050ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=37985", - "operator": "[ TUZV44N ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39186", - "roomcode": "0101.Z1.050", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39193", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 37985, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39186, + "usage_id": 30 + }, + "0101.Z1.050A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1050AZG, Flur", "arch_name": "N1050AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39193", - "roomcode": "0101.Z1.050A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69385", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39193, + "usage_id": 222 + }, + "0101.Z1.050B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1050BZG, Treppe", "arch_name": "N1050BZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69385", - "roomcode": "0101.Z1.050B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=19825", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69385, + "usage_id": 223 + }, + "0101.Z1.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1051ZG, Serverraum", "arch_name": "N1051ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=15392", - "operator": "[ TUEILIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19825", - "roomcode": "0101.Z1.051", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39051", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15392, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19825, + "usage_id": 207 + }, + "0101.Z1.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1052ZG, Vervielf\u00e4ltigungsraum", "arch_name": "N1052ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39051", - "roomcode": "0101.Z1.052", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39056", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39051, + "usage_id": 110 + }, + "0101.Z1.052A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1052AZG, Serverraum", "arch_name": "N1052AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39056", - "roomcode": "0101.Z1.052A", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=39063", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39056, + "usage_id": 207 + }, + "0101.Z1.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1060ZG, Lehr-/Schausammlungsraum", "arch_name": "N1060ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39063", - "roomcode": "0101.Z1.060", - "usage": 148 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69389", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39063, + "usage_id": 148 + }, + "0101.Z1.060A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1060AZG, Flur", "arch_name": "N1060AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69389", - "roomcode": "0101.Z1.060A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69360", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69389, + "usage_id": 222 + }, + "0101.Z1.060B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1060BZG, Flur", "arch_name": "N1060BZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69360", - "roomcode": "0101.Z1.060B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69361", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69360, + "usage_id": 222 + }, + "0101.Z1.060C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1060CZG, Flur", "arch_name": "N1060CZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69361", - "roomcode": "0101.Z1.060C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=19129", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69361, + "usage_id": 222 + }, + "0101.Z1.062": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1062ZG, Flure, Hallen", "arch_name": "N1062ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17984&cReadonly=J", - "list_index": "364", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19129", - "roomcode": "0101.Z1.062", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=65631", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 17984, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19129, + "usage_id": 222 + }, + "0101.Z1.062B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1062BZG, N1 ZG, Studentische Arbeitspl\u00e4tze", "arch_name": "N1062BZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65631", - "roomcode": "0101.Z1.062B", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7815", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65631, + "usage_id": 208 + }, + "0101.Z1.070": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1070 ZG, Lothar-Rohde-H\u00f6rsaal", "arch_name": "N1070ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12515&cReadonly=J", - "extended": { - "additional_description": "N 1070 ZG, Lothar-Rohde-H\u00f6rsaal", - "address": "Theresienstr. 90(0101), 1.Zwischengescho\u00df", - "architect_room_nr": "N1070ZG@0101", - "area_m2": 217.54, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "070", - "seats": 200, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7815", - "roomcode": "0101.Z1.070", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7820", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12515, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 200, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7815, + "usage_id": 20 + }, + "0101.Z1.080": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1080 ZG, August-F\u00f6ppl-H\u00f6rsaal", "arch_name": "N1080ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12519&cReadonly=J", - "extended": { - "additional_description": "N 1080 ZG, August-F\u00f6ppl-H\u00f6rsaal", - "address": "Theresienstr. 90(0101), 1.Zwischengescho\u00df", - "architect_room_nr": "N1080ZG@0101", - "area_m2": 237.17, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "080", - "seats": 220, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7820", - "roomcode": "0101.Z1.080", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7824", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12519, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 220, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7820, + "usage_id": 20 + }, + "0101.Z1.090": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1090 ZG, H\u00f6rsaal mit exp. B\u00fchne", "arch_name": "N1090ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12575&cReadonly=J", - "extended": { - "additional_description": "N 1090 ZG, H\u00f6rsaal mit exp. B\u00fchne", - "address": "Theresienstr. 90(0101), 1.Zwischengescho\u00df", - "architect_room_nr": "N1090ZG@0101", - "area_m2": 142.32, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "090", - "seats": 104, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7824", - "roomcode": "0101.Z1.090", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69363", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12575, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 104, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7824, + "usage_id": 20 + }, + "0101.Z1.090A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1090AZG, Regieraum", "arch_name": "N1090AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69363", - "roomcode": "0101.Z1.090A", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7829", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69363, + "usage_id": 153 + }, + "0101.Z1.095": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N 1095 ZG, H\u00f6rsaal mit exp. B\u00fchne", "arch_name": "N1095ZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12504&cReadonly=J", - "extended": { - "additional_description": "N 1095 ZG, H\u00f6rsaal mit exp. B\u00fchne", - "address": "Theresienstr. 90(0101), 1.Zwischengescho\u00df", - "architect_room_nr": "N1095ZG@0101", - "area_m2": 142.29, - "building": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt)", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "095", - "seats": 106, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7829", - "roomcode": "0101.Z1.095", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69362", + "area_id": 27, + "building_id": 561, + "calendar_resource_nr": 12504, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 106, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7829, + "usage_id": 20 + }, + "0101.Z1.095A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1095AZG, Regieraum", "arch_name": "N1095AZG@0101", - "b_area_id": 27, - "b_filter_id": 561, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69362", - "roomcode": "0101.Z1.095A", - "usage": 153 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41898", + "area_id": 27, + "building_id": 561, + "floor_level": "1.ZG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69362, + "usage_id": 153 + }, + "0102.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1200, Zugang/Zuschauerraum", "arch_name": "N1200@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41898", - "roomcode": "0102.01.200", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41899", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41898, + "usage_id": 222 + }, + "0102.01.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1200A, Treppe", "arch_name": "N1200A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41899", - "roomcode": "0102.01.200A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=65135", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41899, + "usage_id": 223 + }, + "0102.01.200B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1200B, Treppe", "arch_name": "N1200B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65135", - "roomcode": "0102.01.200B", - "usage": 203 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68254", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65135, + "usage_id": 203 + }, + "0102.01.200C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1200C, Treppenhaus", "arch_name": "N1200C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68254", - "roomcode": "0102.01.200C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68255", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68254, + "usage_id": 223 + }, + "0102.01.200D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1200D, Treppe", "arch_name": "N1200D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68255", - "roomcode": "0102.01.200D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9003", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68255, + "usage_id": 223 + }, + "0102.01.201A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201A, Stand 1", "arch_name": "N1201A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9003", - "roomcode": "0102.01.201A", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40784", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9003, + "usage_id": 211 + }, + "0102.01.201B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201B, Stand 2", "arch_name": "N1201B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40784", - "roomcode": "0102.01.201B", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40920", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40784, + "usage_id": 211 + }, + "0102.01.201C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201C, Stand 3", "arch_name": "N1201C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40920", - "roomcode": "0102.01.201C", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40927", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40920, + "usage_id": 211 + }, + "0102.01.201D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201D, Stand 4", "arch_name": "N1201D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40927", - "roomcode": "0102.01.201D", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40932", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40927, + "usage_id": 211 + }, + "0102.01.201E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201E, Stand 5", "arch_name": "N1201E@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40932", - "roomcode": "0102.01.201E", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40980", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40932, + "usage_id": 211 + }, + "0102.01.201F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201F, Stand 6", "arch_name": "N1201F@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40980", - "roomcode": "0102.01.201F", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40991", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40980, + "usage_id": 211 + }, + "0102.01.201H": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201H, Flur im Praktikumsbereich", "arch_name": "N1201H@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40991", - "roomcode": "0102.01.201H", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68256", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40991, + "usage_id": 222 + }, + "0102.01.201O": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201O, Besprechungsraum", "arch_name": "N1201O@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68256", - "roomcode": "0102.01.201O", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68257", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68256, + "usage_id": 196 + }, + "0102.01.201P": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1201P, Flur", "arch_name": "N1201P@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68257", - "roomcode": "0102.01.201P", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41060", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68257, + "usage_id": 222 + }, + "0102.01.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1202, Archiv", "arch_name": "N1202@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41060", - "roomcode": "0102.01.202", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9133", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41060, + "usage_id": 2 + }, + "0102.01.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1203, H\u00f6rsaal-eben m.exp.-B\u00fchne", "arch_name": "N1203@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": "tvKalender.wSicht?cOrg=15356&cRes=12556&cReadonly=J", - "extended": { - "additional_description": "N1203, H\u00f6rsaal-eben m.exp.-B\u00fchne", - "address": "Theresienstr. 90(0102), 1.Obergescho\u00df", - "architect_room_nr": "N1203@0102", - "area_m2": 127.41, - "building": "0102 (N2) Hochvolthaus", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "203", - "seats": 120, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9133", - "roomcode": "0102.01.203", - "usage": 20 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41065", + "area_id": 27, + "building_id": 562, + "calendar_resource_nr": 12556, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 120, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9133, + "usage_id": 20 + }, + "0102.01.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1204, Zuschauerraum", "arch_name": "N1204@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41065", - "roomcode": "0102.01.204", - "usage": 145 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68253", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 120, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41065, + "usage_id": 145 + }, + "0102.01.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1205, Zuschauerraum", "arch_name": "N1205@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68253", - "roomcode": "0102.01.205", - "usage": 145 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41069", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68253, + "usage_id": 145 + }, + "0102.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1210, WC-Herren", "arch_name": "N1210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41069", - "roomcode": "0102.01.210", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68264", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41069, + "usage_id": 115 + }, + "0102.01.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1210A, WC-Vorraum Herren", "arch_name": "N1210A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68264", - "roomcode": "0102.01.210A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41072", + "area_id": 27, + "building_id": 562, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68264, + "usage_id": 118 + }, + "0102.02.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2200, Zugang Flur", "arch_name": "N2200@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41072", - "roomcode": "0102.02.200", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41132", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41072, + "usage_id": 222 + }, + "0102.02.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2200A, Treppe", "arch_name": "N2200A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41132", - "roomcode": "0102.02.200A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68265", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41132, + "usage_id": 223 + }, + "0102.02.200C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2200C, Treppenhaus", "arch_name": "N2200C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68265", - "roomcode": "0102.02.200C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68266", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68265, + "usage_id": 223 + }, + "0102.02.200D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2200D, Treppe", "arch_name": "N2200D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68266", - "roomcode": "0102.02.200D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=21220", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68266, + "usage_id": 223 + }, + "0102.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2201, Cip-Pool", "arch_name": "N2201@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21220", - "roomcode": "0102.02.201", - "usage": 213 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41138", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21220, + "usage_id": 213 + }, + "0102.02.201A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2201A, Druckraum", "arch_name": "N2201A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41138", - "roomcode": "0102.02.201A", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9172", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41138, + "usage_id": 110 + }, + "0102.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2202, Arbeitsraum/mit Besp.Grp.", "arch_name": "N2202@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9172", - "roomcode": "0102.02.202", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9174", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9172, + "usage_id": 12 + }, + "0102.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2203, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2203@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9174", - "roomcode": "0102.02.203", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9175", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9174, + "usage_id": 12 + }, + "0102.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2204, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2204@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9175", - "roomcode": "0102.02.204", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9185", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9175, + "usage_id": 12 + }, + "0102.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2205, Arbeitsraum/mit Besp.Grp.", "arch_name": "N2205@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9185", - "roomcode": "0102.02.205", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9188", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9185, + "usage_id": 12 + }, + "0102.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2206, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2206@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9188", - "roomcode": "0102.02.206", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9190", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9188, + "usage_id": 12 + }, + "0102.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2207, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2207@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9190", - "roomcode": "0102.02.207", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41222", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9190, + "usage_id": 12 + }, + "0102.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2208, Installation", "arch_name": "N2208@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41222", - "roomcode": "0102.02.208", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41272", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41222, + "usage_id": 120 + }, + "0102.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2209, Installation", "arch_name": "N2209@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41272", - "roomcode": "0102.02.209", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=41277", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41272, + "usage_id": 120 + }, + "0102.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2210, WC-Herren", "arch_name": "N2210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41277", - "roomcode": "0102.02.210", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68267", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41277, + "usage_id": 115 + }, + "0102.02.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2210A, WC-Vorraum Herren", "arch_name": "N2210A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68267", - "roomcode": "0102.02.210A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41281", + "area_id": 27, + "building_id": 562, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68267, + "usage_id": 118 + }, + "0102.03.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3200, Zugang Flur", "arch_name": "N3200@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41281", - "roomcode": "0102.03.200", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41287", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41281, + "usage_id": 222 + }, + "0102.03.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3200A, Treppe", "arch_name": "N3200A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41287", - "roomcode": "0102.03.200A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=68268", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41287, + "usage_id": 223 + }, + "0102.03.200C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3200C, Treppenhaus", "arch_name": "N3200C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68268", - "roomcode": "0102.03.200C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=68269", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68268, + "usage_id": 223 + }, + "0102.03.200D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3200D, Treppenhaus", "arch_name": "N3200D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68269", - "roomcode": "0102.03.200D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9212", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68269, + "usage_id": 223 + }, + "0102.03.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3201, Arbeitsraum/mit Besp.Grp.", "arch_name": "N3201@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9212", - "roomcode": "0102.03.201", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41350", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9212, + "usage_id": 12 + }, + "0102.03.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3202, Praktikumsraum", "arch_name": "N3202@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41350", - "roomcode": "0102.03.202", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9216", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41350, + "usage_id": 211 + }, + "0102.03.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3203, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N3203@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9216", - "roomcode": "0102.03.203", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9220", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9216, + "usage_id": 12 + }, + "0102.03.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3204, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N3204@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9220", - "roomcode": "0102.03.204", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41357", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9220, + "usage_id": 12 + }, + "0102.03.205A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3205A, Kopierraum", "arch_name": "N3205A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41357", - "roomcode": "0102.03.205A", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9236", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41357, + "usage_id": 110 + }, + "0102.03.205B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3205B, Sitzungs-, Konferenzraum", "arch_name": "N3205B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": "tvKalender.wSicht?cOrg=15356&cRes=18472&cReadonly=J", - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9236", - "roomcode": "0102.03.205B", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9238", + "area_id": 27, + "building_id": 562, + "calendar_resource_nr": 18472, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9236, + "usage_id": 196 + }, + "0102.03.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3206, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N3206@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9238", - "roomcode": "0102.03.206", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41364", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9238, + "usage_id": 12 + }, + "0102.03.206A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3206A, Lager", "arch_name": "N3206A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41364", - "roomcode": "0102.03.206A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9241", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41364, + "usage_id": 30 + }, + "0102.03.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3207, Arbeitsraum/mit Besp.Grp.", "arch_name": "N3207@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9241", - "roomcode": "0102.03.207", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41445", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9241, + "usage_id": 12 + }, + "0102.03.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3208, Installation", "arch_name": "N3208@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41445", - "roomcode": "0102.03.208", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41449", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41445, + "usage_id": 120 + }, + "0102.03.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3209, Fernmeldetechnik", "arch_name": "N3209@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41449", - "roomcode": "0102.03.209", - "usage": 202 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41452", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41449, + "usage_id": 202 + }, + "0102.03.209A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3209A, Telefonverteiler", "arch_name": "N3209A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41452", - "roomcode": "0102.03.209A", - "usage": 202 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41453", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41452, + "usage_id": 202 + }, + "0102.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3210, WC-Damen", "arch_name": "N3210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41453", - "roomcode": "0102.03.210", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=68270", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41453, + "usage_id": 116 + }, + "0102.03.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3210A, WC-Vorraum Damen", "arch_name": "N3210A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68270", - "roomcode": "0102.03.210A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41502", + "area_id": 27, + "building_id": 562, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68270, + "usage_id": 118 + }, + "0102.04.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4200, Zugang Flur", "arch_name": "N4200@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41502", - "roomcode": "0102.04.200", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41504", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41502, + "usage_id": 222 + }, + "0102.04.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4200A, Treppe", "arch_name": "N4200A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41504", - "roomcode": "0102.04.200A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68219", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41504, + "usage_id": 223 + }, + "0102.04.200C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4200C, Treppenhaus", "arch_name": "N4200C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68219", - "roomcode": "0102.04.200C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68220", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68219, + "usage_id": 223 + }, + "0102.04.200D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4200D, Treppenhaus", "arch_name": "N4200D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68220", - "roomcode": "0102.04.200D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=9270", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68220, + "usage_id": 223 + }, + "0102.04.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4201, Studentenarb. m. DV", "arch_name": "N4201@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9270", - "roomcode": "0102.04.201", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=21377", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9270, + "usage_id": 208 + }, + "0102.04.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4202, Steuerraum", "arch_name": "N4202@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21377", - "roomcode": "0102.04.202", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=66228", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21377, + "usage_id": 103 + }, + "0102.04.202A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4202A, Labor", "arch_name": "N4202A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66228", - "roomcode": "0102.04.202A", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=66229", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66228, + "usage_id": 103 + }, + "0102.04.202B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4202B, Labor", "arch_name": "N4202B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66229", - "roomcode": "0102.04.202B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41510", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66229, + "usage_id": 103 + }, + "0102.04.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4203, Elektro Labor/Stud.Arbeitspl\u00e4tze", "arch_name": "N4203@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41510", - "roomcode": "0102.04.203", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41514", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41510, + "usage_id": 103 + }, + "0102.04.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4204, Elektronikpraktikum", "arch_name": "N4204@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41514", - "roomcode": "0102.04.204", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41576", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41514, + "usage_id": 211 + }, + "0102.04.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4205, Messlabor", "arch_name": "N4205@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41576", - "roomcode": "0102.04.205", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=9294", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41576, + "usage_id": 103 + }, + "0102.04.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4206, B\u00fcro", "arch_name": "N4206@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9294", - "roomcode": "0102.04.206", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41591", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9294, + "usage_id": 12 + }, + "0102.04.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4208, WC-Herren", "arch_name": "N4208@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41591", - "roomcode": "0102.04.208", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68222", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41591, + "usage_id": 115 + }, + "0102.04.208A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4208A, WC-Vorraum Herren", "arch_name": "N4208A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68222", - "roomcode": "0102.04.208A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68504", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68222, + "usage_id": 118 + }, + "0102.04.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N4209, Aufzugsmaschinenraum", "arch_name": "Z N4209@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68504", - "roomcode": "0102.04.209", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68503", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68504, + "usage_id": 5 + }, + "0102.04.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N4210, K\u00e4ltemaschinen", "arch_name": "Z N4210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68503", - "roomcode": "0102.04.210", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68502", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68503, + "usage_id": 32 + }, + "0102.04.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N4211, Personenaufzug", "arch_name": "Z N4211@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68502", - "roomcode": "0102.04.211", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68271", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68502, + "usage_id": 4 + }, + "0102.04.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4212, Betriebstechn. Anlagen", "arch_name": "N4212@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68271", - "roomcode": "0102.04.212", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68250", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68271, + "usage_id": 120 + }, + "0102.04.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4213, Betriebstechn. Anlagen", "arch_name": "N4213@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68250", - "roomcode": "0102.04.213", - "usage": 120 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41594", + "area_id": 27, + "building_id": 562, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68250, + "usage_id": 120 + }, + "0102.DG.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N4209, Aufzug", "arch_name": "Z N4209@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41594", - "roomcode": "0102.DG.209", - "usage": 4 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=41656", + "area_id": 27, + "building_id": 562, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41594, + "usage_id": 4 + }, + "0102.DG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N4210, Heizung", "arch_name": "Z N4210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41656", - "roomcode": "0102.DG.210", - "usage": 201 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41485", + "area_id": 27, + "building_id": 562, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41656, + "usage_id": 201 + }, + "0102.EG.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200, Flur", "arch_name": "N0200@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41485", - "roomcode": "0102.EG.200", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41486", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41485, + "usage_id": 222 + }, + "0102.EG.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200A, Personenaufzug", "arch_name": "N0200A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41486", - "roomcode": "0102.EG.200A", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41495", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41486, + "usage_id": 4 + }, + "0102.EG.200B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200B, Flur", "arch_name": "N0200B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41495", - "roomcode": "0102.EG.200B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41498", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41495, + "usage_id": 222 + }, + "0102.EG.200C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200C, Flur", "arch_name": "N0200C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41498", - "roomcode": "0102.EG.200C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41551", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41498, + "usage_id": 222 + }, + "0102.EG.200D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200D, Flur", "arch_name": "N0200D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41551", - "roomcode": "0102.EG.200D", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41558", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41551, + "usage_id": 222 + }, + "0102.EG.200E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200E, Treppe", "arch_name": "N0200E@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41558", - "roomcode": "0102.EG.200E", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68241", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41558, + "usage_id": 223 + }, + "0102.EG.200F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200F, Treppenhaus", "arch_name": "N0200F@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68241", - "roomcode": "0102.EG.200F", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68238", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68241, + "usage_id": 223 + }, + "0102.EG.200G": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0200G, Treppenhaus", "arch_name": "N0200G@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68238", - "roomcode": "0102.EG.200G", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41565", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68238, + "usage_id": 223 + }, + "0102.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0201, Hochhspannungslabor>3M", "arch_name": "N0201@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41565", - "roomcode": "0102.EG.201", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41570", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41565, + "usage_id": 49 + }, + "0102.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0202, Hochhspannungslabor>3M", "arch_name": "N0202@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41570", - "roomcode": "0102.EG.202", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41631", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41570, + "usage_id": 49 + }, + "0102.EG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0203, Lager", "arch_name": "N0203@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41631", - "roomcode": "0102.EG.203", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=19566", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41631, + "usage_id": 30 + }, + "0102.EG.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0204, Lager", "arch_name": "N0204@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19566", - "roomcode": "0102.EG.204", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68242", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19566, + "usage_id": 30 + }, + "0102.EG.204A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0204A, Schaltraum f.betriebst.Anlagen", "arch_name": "N0204A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68242", - "roomcode": "0102.EG.204A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68246", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68242, + "usage_id": 120 + }, + "0102.EG.204B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0204B, Gasflaschenlager", "arch_name": "N0204B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68246", - "roomcode": "0102.EG.204B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41641", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68246, + "usage_id": 30 + }, + "0102.EG.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0205, Hochhspannungslabor>3M", "arch_name": "N0205@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41641", - "roomcode": "0102.EG.205", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41648", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41641, + "usage_id": 49 + }, + "0102.EG.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0206, Hochhspannungslabor>3M", "arch_name": "N0206@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41648", - "roomcode": "0102.EG.206", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41714", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41648, + "usage_id": 49 + }, + "0102.EG.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0207, Hochhspannungslabor>3M", "arch_name": "N0207@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41714", - "roomcode": "0102.EG.207", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41718", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41714, + "usage_id": 49 + }, + "0102.EG.207A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0207A, Schalterraum", "arch_name": "N0207A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41718", - "roomcode": "0102.EG.207A", - "usage": 164 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68245", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41718, + "usage_id": 164 + }, + "0102.EG.207B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0207B, Treppe", "arch_name": "N0207B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68245", - "roomcode": "0102.EG.207B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41807", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68245, + "usage_id": 223 + }, + "0102.EG.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0208, Lager", "arch_name": "N0208@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41807", - "roomcode": "0102.EG.208", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41808", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41807, + "usage_id": 30 + }, + "0102.EG.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0209, Metalwerkst\u00e4tte grob", "arch_name": "N0209@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41808", - "roomcode": "0102.EG.209", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68244", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41808, + "usage_id": 51 + }, + "0102.EG.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0243, WC-Herren", "arch_name": "N0243@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68244", - "roomcode": "0102.EG.243", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68243", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68244, + "usage_id": 115 + }, + "0102.EG.243A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0243A, WC-Vorraum Herren", "arch_name": "N0243A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68243", - "roomcode": "0102.EG.243A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=65165", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68243, + "usage_id": 118 + }, + "0102.EG.291": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0291, Container-Lager", "arch_name": "N0291@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65165", - "roomcode": "0102.EG.291", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68240", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65165, + "usage_id": 30 + }, + "0102.EG.292": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0292, Lager", "arch_name": "N0292@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68240", - "roomcode": "0102.EG.292", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68239", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68240, + "usage_id": 30 + }, + "0102.EG.293": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0293, Lager", "arch_name": "N0293@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68239", - "roomcode": "0102.EG.293", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=19081", + "area_id": 27, + "building_id": 562, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68239, + "usage_id": 30 + }, + "0102.U1.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1201, Stromversorgung", "arch_name": "N-1201@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19081", - "roomcode": "0102.U1.201", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41862", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19081, + "usage_id": 160 + }, + "0102.U1.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1202, Stromversorgung", "arch_name": "N-1202@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41862", - "roomcode": "0102.U1.202", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41868", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41862, + "usage_id": 160 + }, + "0102.U1.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1203, Lager", "arch_name": "N-1203@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41868", - "roomcode": "0102.U1.203", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41871", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41868, + "usage_id": 30 + }, + "0102.U1.203A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1203A, Elektrodenlager", "arch_name": "N-1203A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41871", - "roomcode": "0102.U1.203A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68235", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41871, + "usage_id": 30 + }, + "0102.U1.203B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1203B, Hebeb\u00fchne", "arch_name": "N-1203B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68235", - "roomcode": "0102.U1.203B", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41876", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68235, + "usage_id": 4 + }, + "0102.U1.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1204, Feinmechanische Werkstatt", "arch_name": "N-1204@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41876", - "roomcode": "0102.U1.204", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41880", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41876, + "usage_id": 108 + }, + "0102.U1.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1205, Grobmechanische Werkstatt", "arch_name": "N-1205@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41880", - "roomcode": "0102.U1.205", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=8248", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41880, + "usage_id": 51 + }, + "0102.U1.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1206, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N-1206@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8248", - "roomcode": "0102.U1.206", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40749", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8248, + "usage_id": 12 + }, + "0102.U1.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1207, Be.-u.Entl\u00fcftung", "arch_name": "N-1207@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40749", - "roomcode": "0102.U1.207", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=19038", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40749, + "usage_id": 32 + }, + "0102.U1.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1208, Elektrische Werkstatt", "arch_name": "N-1208@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19038", - "roomcode": "0102.U1.208", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40762", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19038, + "usage_id": 51 + }, + "0102.U1.208A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1208A, Messger\u00e4teraum", "arch_name": "N-1208A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40762", - "roomcode": "0102.U1.208A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40837", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40762, + "usage_id": 30 + }, + "0102.U1.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1209, Elektroniklabor", "arch_name": "N-1209@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40837", - "roomcode": "0102.U1.209", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68236", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40837, + "usage_id": 103 + }, + "0102.U1.209A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1209A, Lager", "arch_name": "N-1209A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68236", - "roomcode": "0102.U1.209A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40838", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68236, + "usage_id": 30 + }, + "0102.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1210, Aufenthalt", "arch_name": "N-1210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40838", - "roomcode": "0102.U1.210", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40845", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15356, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40838, + "usage_id": 44 + }, + "0102.U1.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1211, Be.-u.Entl\u00fcftung", "arch_name": "N-1211@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40845", - "roomcode": "0102.U1.211", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40852", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40845, + "usage_id": 32 + }, + "0102.U1.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1212, Putzraum", "arch_name": "N-1212@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40852", - "roomcode": "0102.U1.212", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=65164", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40852, + "usage_id": 205 + }, + "0102.U1.212A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1212A, Treppe", "arch_name": "N-1212A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65164", - "roomcode": "0102.U1.212A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=65163", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65164, + "usage_id": 223 + }, + "0102.U1.212B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1212B, Sicherheitsbeleuchtungszentrale", "arch_name": "N-1212B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65163", - "roomcode": "0102.U1.212B", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40891", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65163, + "usage_id": 160 + }, + "0102.U1.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1213, Isolierstofflabor 3", "arch_name": "N-1213@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40891", - "roomcode": "0102.U1.213", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40899", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40891, + "usage_id": 103 + }, + "0102.U1.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1214, Dusche", "arch_name": "N-1214@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40899", - "roomcode": "0102.U1.214", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40903", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40899, + "usage_id": 113 + }, + "0102.U1.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1215, Gasversorgung", "arch_name": "N-1215@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40903", - "roomcode": "0102.U1.215", - "usage": 17 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40907", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40903, + "usage_id": 17 + }, + "0102.U1.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216, Hochstromlabor", "arch_name": "N-1216@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40907", - "roomcode": "0102.U1.216", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40963", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40907, + "usage_id": 103 + }, + "0102.U1.216A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216A, Lager", "arch_name": "N-1216A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40963", - "roomcode": "0102.U1.216A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40969", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40963, + "usage_id": 30 + }, + "0102.U1.216B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216B, Lager", "arch_name": "N-1216B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40969", - "roomcode": "0102.U1.216B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40972", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40969, + "usage_id": 30 + }, + "0102.U1.216C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216C, Hochstromlabor", "arch_name": "N-1216C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40972", - "roomcode": "0102.U1.216C", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40978", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40972, + "usage_id": 103 + }, + "0102.U1.216D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216D, Versuchsraum HS/NS", "arch_name": "N-1216D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40978", - "roomcode": "0102.U1.216D", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64235", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40978, + "usage_id": 103 + }, + "0102.U1.216E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216E, Versuchsraum HS/NS", "arch_name": "N-1216E@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64235", - "roomcode": "0102.U1.216E", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64236", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64235, + "usage_id": 103 + }, + "0102.U1.216F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216F, Versuchsraum HS/NS", "arch_name": "N-1216F@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64236", - "roomcode": "0102.U1.216F", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64237", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64236, + "usage_id": 103 + }, + "0102.U1.216G": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1216G, Versuchsraum HS/NS", "arch_name": "N-1216G@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64237", - "roomcode": "0102.U1.216G", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41034", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64237, + "usage_id": 103 + }, + "0102.U1.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1217, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41034", - "roomcode": "0102.U1.217", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41039", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15356, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41034, + "usage_id": 103 + }, + "0102.U1.217A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1217A, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41039", - "roomcode": "0102.U1.217A", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64238", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41039, + "usage_id": 103 + }, + "0102.U1.217B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1217B, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64238", - "roomcode": "0102.U1.217B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64239", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64238, + "usage_id": 103 + }, + "0102.U1.217C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1217C, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64239", - "roomcode": "0102.U1.217C", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41043", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64239, + "usage_id": 103 + }, + "0102.U1.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1218, Lager", "arch_name": "N-1218@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41043", - "roomcode": "0102.U1.218", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41052", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41043, + "usage_id": 30 + }, + "0102.U1.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1219, Isolierstofflabor", "arch_name": "N-1219@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41052", - "roomcode": "0102.U1.219", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=19241", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41052, + "usage_id": 103 + }, + "0102.U1.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1220, Isolierstofflabor", "arch_name": "N-1220@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19241", - "roomcode": "0102.U1.220", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41120", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Laminat", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19241, + "usage_id": 103 + }, + "0102.U1.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1221, Flur", "arch_name": "N-1221@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41120", - "roomcode": "0102.U1.221", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41124", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41120, + "usage_id": 222 + }, + "0102.U1.221A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1221A, Treppenraum", "arch_name": "N-1221A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41124", - "roomcode": "0102.U1.221A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68237", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41124, + "usage_id": 223 + }, + "0102.U1.221B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1221B, Schacht f.Personenaufzug", "arch_name": "N-1221B@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68237", - "roomcode": "0102.U1.221B", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68233", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68237, + "usage_id": 195 + }, + "0102.U1.221C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1221C, Treppenhaus", "arch_name": "N-1221C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68233", - "roomcode": "0102.U1.221C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68234", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68233, + "usage_id": 223 + }, + "0102.U1.222A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1222A, Flur", "arch_name": "N-1222A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68234", - "roomcode": "0102.U1.222A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41183", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68234, + "usage_id": 222 + }, + "0102.U1.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1223, Stromversorgung", "arch_name": "N-1223@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41183", - "roomcode": "0102.U1.223", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41189", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41183, + "usage_id": 160 + }, + "0102.U1.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1224, Stromversorgung", "arch_name": "N-1224@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41189", - "roomcode": "0102.U1.224", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41193", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41189, + "usage_id": 160 + }, + "0102.U1.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1225, Stromversorgung", "arch_name": "N-1225@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41193", - "roomcode": "0102.U1.225", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41196", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41193, + "usage_id": 160 + }, + "0102.U1.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1226, Stromversorgung", "arch_name": "N-1226@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41196", - "roomcode": "0102.U1.226", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41246", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41196, + "usage_id": 160 + }, + "0102.U1.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1227, Stromversorgung", "arch_name": "N-1227@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41246", - "roomcode": "0102.U1.227", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41251", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41246, + "usage_id": 160 + }, + "0102.U1.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1228, Stromversorgung", "arch_name": "N-1228@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41251", - "roomcode": "0102.U1.228", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41258", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41251, + "usage_id": 160 + }, + "0102.U1.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1229, Stromversorgung", "arch_name": "N-1229@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41258", - "roomcode": "0102.U1.229", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41265", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41258, + "usage_id": 160 + }, + "0102.U1.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1230, Stromversorgung", "arch_name": "N-1230@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41265", - "roomcode": "0102.U1.230", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41329", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41265, + "usage_id": 160 + }, + "0102.U1.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1231, Stromversorgung", "arch_name": "N-1231@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41329", - "roomcode": "0102.U1.231", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41335", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41329, + "usage_id": 160 + }, + "0102.U1.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1232, Stromversorgung", "arch_name": "N-1232@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41335", - "roomcode": "0102.U1.232", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41338", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41335, + "usage_id": 160 + }, + "0102.U1.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1233, Chemikalienlager", "arch_name": "N-1233@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41338", - "roomcode": "0102.U1.233", - "usage": 132 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41342", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41338, + "usage_id": 132 + }, + "0102.U1.234": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1234, Hausanschlussraum", "arch_name": "N-1234@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41342", - "roomcode": "0102.U1.234", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41346", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41342, + "usage_id": 160 + }, + "0102.U1.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1235, Labor", "arch_name": "N-1235@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41346", - "roomcode": "0102.U1.235", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41413", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41346, + "usage_id": 103 + }, + "0102.U1.236": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1236, USV-Raum", "arch_name": "N-1236@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41413", - "roomcode": "0102.U1.236", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41416", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41413, + "usage_id": 120 + }, + "0102.U1.237": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1237, Stromversorgung", "arch_name": "N-1237@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41416", - "roomcode": "0102.U1.237", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41420", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41416, + "usage_id": 160 + }, + "0102.U1.238": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1238, Stromversorgung", "arch_name": "N-1238@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41420", - "roomcode": "0102.U1.238", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41422", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41420, + "usage_id": 160 + }, + "0102.U1.239": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1239, Lager", "arch_name": "N-1239@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41422", - "roomcode": "0102.U1.239", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41425", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41422, + "usage_id": 30 + }, + "0102.U1.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1240, Hausanschlussraum", "arch_name": "N-1240@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41425", - "roomcode": "0102.U1.240", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41429", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41425, + "usage_id": 160 + }, + "0102.U1.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1241, Lager", "arch_name": "N-1241@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41429", - "roomcode": "0102.U1.241", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41431", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41429, + "usage_id": 30 + }, + "0102.U1.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1242, Wasserversorgung, Aufbereitung", "arch_name": "N-1242@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41431", - "roomcode": "0102.U1.242", - "usage": 182 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68232", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41431, + "usage_id": 182 + }, + "0102.U1.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1250, Flur", "arch_name": "N-1250@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68232", - "roomcode": "0102.U1.250", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68247", + "area_id": 27, + "building_id": 562, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68232, + "usage_id": 222 + }, + "0102.Z1.207A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207A, Flur", "arch_name": "Z N0207A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68247", - "roomcode": "0102.Z1.207A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=41804", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68247, + "usage_id": 222 + }, + "0102.Z1.207C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207C, Treppe", "arch_name": "Z N0207C@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41804", - "roomcode": "0102.Z1.207C", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68252", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41804, + "usage_id": 223 + }, + "0102.Z1.207D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207D, Treppe", "arch_name": "Z N0207D@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68252", - "roomcode": "0102.Z1.207D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68248", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68252, + "usage_id": 223 + }, + "0102.Z1.207F": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207F, Treppenhaus", "arch_name": "Z N0207F@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68248", - "roomcode": "0102.Z1.207F", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68249", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68248, + "usage_id": 223 + }, + "0102.Z1.207G": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207G, Treppenhaus", "arch_name": "Z N0207G@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68249", - "roomcode": "0102.Z1.207G", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=41809", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68249, + "usage_id": 223 + }, + "0102.Z1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0210, WC-Damen", "arch_name": "Z N0210@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41809", - "roomcode": "0102.Z1.210", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68251", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41809, + "usage_id": 116 + }, + "0102.Z1.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0210A, WC-Vorraum Damen", "arch_name": "Z N0210A@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68251", - "roomcode": "0102.Z1.210A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=41884", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68251, + "usage_id": 118 + }, + "0102.Z1.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0212, Lager", "arch_name": "Z N0212@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41884", - "roomcode": "0102.Z1.212", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=41894", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41884, + "usage_id": 30 + }, + "0102.Z1.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207/2, Schalterraum", "arch_name": "Z N0207/2@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41894", - "roomcode": "0102.Z1.272", - "usage": 164 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=41896", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41894, + "usage_id": 164 + }, + "0102.Z1.273": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "Z N0207/3, Schalterraum", "arch_name": "Z N0207/3@0102", - "b_area_id": 27, - "b_filter_id": 562, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15356", - "operator": "[ TUEIHSA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41896", - "roomcode": "0102.Z1.273", - "usage": 164 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9051", + "area_id": 27, + "building_id": 562, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15356, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41896, + "usage_id": 164 + }, + "0103.01.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1301, B\u00fcro", "arch_name": "N1301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9051", - "roomcode": "0103.01.301", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64564", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9051, + "usage_id": 12 + }, + "0103.01.301A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NZ1301A, Galerie", "arch_name": "NZ1301A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64564", - "roomcode": "0103.01.301A", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64565", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64564, + "usage_id": 160 + }, + "0103.01.301D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z1301D, Galerie", "arch_name": "N Z1301D@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64565", - "roomcode": "0103.01.301D", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9053", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64565, + "usage_id": 160 + }, + "0103.01.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1302, B\u00fcro", "arch_name": "N1302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9053", - "roomcode": "0103.01.302", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64566", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9053, + "usage_id": 12 + }, + "0103.01.302A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z1302A, Vorbereitungsraum", "arch_name": "N Z1302A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64566", - "roomcode": "0103.01.302A", - "usage": 136 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41175", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64566, + "usage_id": 136 + }, + "0103.01.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1303, Teek\u00fcche", "arch_name": "N1303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41175", - "roomcode": "0103.01.303", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9057", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41175, + "usage_id": 198 + }, + "0103.01.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1304, B\u00fcro", "arch_name": "N1304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9057", - "roomcode": "0103.01.304", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9059", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9057, + "usage_id": 12 + }, + "0103.01.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1305, B\u00fcro", "arch_name": "N1305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9059", - "roomcode": "0103.01.305", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9102", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9059, + "usage_id": 12 + }, + "0103.01.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1306, B\u00fcro", "arch_name": "N1306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9102", - "roomcode": "0103.01.306", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9103", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9102, + "usage_id": 12 + }, + "0103.01.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1307, B\u00fcro Emeritus", "arch_name": "N1307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9103", - "roomcode": "0103.01.307", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9104", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9103, + "usage_id": 12 + }, + "0103.01.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1308, B\u00fcro", "arch_name": "N1308@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9104", - "roomcode": "0103.01.308", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41029", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9104, + "usage_id": 12 + }, + "0103.01.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1309, Labor", "arch_name": "N1309@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41029", - "roomcode": "0103.01.309", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9107", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41029, + "usage_id": 102 + }, + "0103.01.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1310, B\u00fcro", "arch_name": "N1310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9107", - "roomcode": "0103.01.310", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64567", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9107, + "usage_id": 12 + }, + "0103.01.310A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z1310A, Treppenraum", "arch_name": "N Z1310A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64567", - "roomcode": "0103.01.310A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9142", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64567, + "usage_id": 223 + }, + "0103.01.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1311, B\u00fcro", "arch_name": "N1311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=47237", - "operator": "[ TUEIESM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9142", - "roomcode": "0103.01.311", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9145", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47237, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9142, + "usage_id": 12 + }, + "0103.01.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1312, B\u00fcro", "arch_name": "N1312@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=47237", - "operator": "[ TUEIESM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9145", - "roomcode": "0103.01.312", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41241", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47237, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9145, + "usage_id": 12 + }, + "0103.01.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1313, B\u00fcro (gem.Nut. MST/ESM)", "arch_name": "N1313@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41241", - "roomcode": "0103.01.313", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9149", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41241, + "usage_id": 12 + }, + "0103.01.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1314, B\u00fcro", "arch_name": "N1314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9149", - "roomcode": "0103.01.314", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41242", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9149, + "usage_id": 12 + }, + "0103.01.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1315, B\u00fcro", "arch_name": "N1315@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41242", - "roomcode": "0103.01.315", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9155", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41242, + "usage_id": 12 + }, + "0103.01.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1316, \u00dcbungsraum", "arch_name": "N1316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15111&cReadonly=J", - "extended": { - "additional_description": "N1316, \u00dcbungsraum", - "address": "Theresienstr. 90(0103), 1.Obergescho\u00df", - "architect_room_nr": "N1316@0103", - "area_m2": 64.46, - "building": "0103 (N3) El.Masch./Ger\u00e4te", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "316", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9155", - "roomcode": "0103.01.316", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41244", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 15111, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9155, + "usage_id": 131 + }, + "0103.01.316A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1316A, Studentenarbeitsraum", "arch_name": "N1316A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18542&cReadonly=J", - "list_index": "168", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41244", - "roomcode": "0103.01.316A", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40435", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 18542, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41244, + "usage_id": 208 + }, + "0103.01.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1317, Besprechung", "arch_name": "N1317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40435", - "roomcode": "0103.01.317", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40436", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40435, + "usage_id": 196 + }, + "0103.01.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1318, Lager", "arch_name": "N1318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40436", - "roomcode": "0103.01.318", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9178", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40436, + "usage_id": 30 + }, + "0103.01.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1319, B\u00fcro", "arch_name": "N1319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9178", - "roomcode": "0103.01.319", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9180", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9178, + "usage_id": 12 + }, + "0103.01.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1320, B\u00fcro", "arch_name": "N1320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9180", - "roomcode": "0103.01.320", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40489", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9180, + "usage_id": 12 + }, + "0103.01.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1335, WC", "arch_name": "N1335@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40489", - "roomcode": "0103.01.335", - "usage": 114 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64568", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40489, + "usage_id": 114 + }, + "0103.01.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1335A, WC-Vorraum", "arch_name": "N1335A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64568", - "roomcode": "0103.01.335A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40492", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64568, + "usage_id": 118 + }, + "0103.01.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1338, WC-Herren", "arch_name": "N1338@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40492", - "roomcode": "0103.01.338", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40494", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40492, + "usage_id": 115 + }, + "0103.01.338A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1338A, WC-Damen", "arch_name": "N1338A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40494", - "roomcode": "0103.01.338A", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64569", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40494, + "usage_id": 116 + }, + "0103.01.338B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1338B, WC-Vorraum", "arch_name": "N1338B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64569", - "roomcode": "0103.01.338B", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64570", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64569, + "usage_id": 118 + }, + "0103.01.338C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1338C, WC-Vorraum", "arch_name": "N1338C@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64570", - "roomcode": "0103.01.338C", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40527", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64570, + "usage_id": 118 + }, + "0103.01.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1350, Flur", "arch_name": "N1350@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40527", - "roomcode": "0103.01.350", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64571", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40527, + "usage_id": 222 + }, + "0103.01.350A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1350A, Flur", "arch_name": "N1350A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64571", - "roomcode": "0103.01.350A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=70501", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64571, + "usage_id": 222 + }, + "0103.01.350B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1350B, Flur", "arch_name": "N1350B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70501", - "roomcode": "0103.01.350B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40528", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70501, + "usage_id": 222 + }, + "0103.01.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1353, Treppenraum", "arch_name": "N1353@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40528", - "roomcode": "0103.01.353", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64572", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40528, + "usage_id": 223 + }, + "0103.01.353A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1353A, Treppe", "arch_name": "N1353A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64572", - "roomcode": "0103.01.353A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64573", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64572, + "usage_id": 223 + }, + "0103.01.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1354, Flur", "arch_name": "N1354@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64573", - "roomcode": "0103.01.354", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64574", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64573, + "usage_id": 222 + }, + "0103.01.354A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1354A, Treppe", "arch_name": "N1354A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64574", - "roomcode": "0103.01.354A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40533", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64574, + "usage_id": 223 + }, + "0103.01.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1356, Flur", "arch_name": "N1356@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40533", - "roomcode": "0103.01.356", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40536", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40533, + "usage_id": 222 + }, + "0103.01.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1357, Installation", "arch_name": "N1357@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40536", - "roomcode": "0103.01.357", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40580", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40536, + "usage_id": 120 + }, + "0103.01.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1360, Aufzug", "arch_name": "N1360@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40580", - "roomcode": "0103.01.360", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40583", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40580, + "usage_id": 4 + }, + "0103.01.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1361, Aufzug", "arch_name": "N1361@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40583", - "roomcode": "0103.01.361", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64575", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40583, + "usage_id": 4 + }, + "0103.01.361A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1361A, Installation", "arch_name": "N1361A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64575", - "roomcode": "0103.01.361A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9248", + "area_id": 27, + "building_id": 563, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64575, + "usage_id": 120 + }, + "0103.02.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2301, Meisterb\u00fcro", "arch_name": "N2301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9248", - "roomcode": "0103.02.301", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9249", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9248, + "usage_id": 12 + }, + "0103.02.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2302, B\u00fcro", "arch_name": "N2302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=44066&cRes=15114&cReadonly=J", - "list_index": "192", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9249", - "roomcode": "0103.02.302", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9251", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 15114, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 44066, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9249, + "usage_id": 12 + }, + "0103.02.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2303, B\u00fcro", "arch_name": "N2303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9251", - "roomcode": "0103.02.303", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40636", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 44066, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9251, + "usage_id": 12 + }, + "0103.02.303A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2303A, Flur", "arch_name": "N2303A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40636", - "roomcode": "0103.02.303A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40639", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40636, + "usage_id": 222 + }, + "0103.02.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2304, B\u00fcro", "arch_name": "N2304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40639", - "roomcode": "0103.02.304", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9276", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 44066, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40639, + "usage_id": 12 + }, + "0103.02.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2305, B\u00fcro", "arch_name": "N2305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9276", - "roomcode": "0103.02.305", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9277", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 44066, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9276, + "usage_id": 12 + }, + "0103.02.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2306, B\u00fcro", "arch_name": "N2306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9277", - "roomcode": "0103.02.306", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9279", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9277, + "usage_id": 12 + }, + "0103.02.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2307, B\u00fcro", "arch_name": "N2307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=47237", - "operator": "[ TUEIESM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9279", - "roomcode": "0103.02.307", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40645", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47237, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9279, + "usage_id": 12 + }, + "0103.02.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2308, Materiallager", "arch_name": "N2308@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40645", - "roomcode": "0103.02.308", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40681", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40645, + "usage_id": 30 + }, + "0103.02.308A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2308A, Fotolabor", "arch_name": "N2308A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40681", - "roomcode": "0103.02.308A", - "usage": 104 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9283", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40681, + "usage_id": 104 + }, + "0103.02.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2310, B\u00fcro Emeritus", "arch_name": "N2310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9283", - "roomcode": "0103.02.310", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40686", - "alt_name": "N2311, Elektroniklabor", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9283, + "usage_id": 12 + }, + "0103.02.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "N2311, Elektroniklabor", "arch_name": "N2311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=24815&cReadonly=J", - "list_index": "202", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40686", - "roomcode": "0103.02.311", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9304", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 24815, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40686, + "usage_id": 103 + }, + "0103.02.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2313, B\u00fcro/Doktoranden", "arch_name": "N2313@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9304", - "roomcode": "0103.02.313", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9305", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9304, + "usage_id": 12 + }, + "0103.02.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2314, B\u00fcro/Doktoranden", "arch_name": "N2314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9305", - "roomcode": "0103.02.314", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40714", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9305, + "usage_id": 12 + }, + "0103.02.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2315, Biolabor", "arch_name": "N2315@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40714", - "roomcode": "0103.02.315", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40717", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40714, + "usage_id": 102 + }, + "0103.02.315A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2315A, Schleuse/Reinraum", "arch_name": "N2315A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40717", - "roomcode": "0103.02.315A", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40720", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40717, + "usage_id": 105 + }, + "0103.02.315B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2315B, Reinraum", "arch_name": "N2315B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40720", - "roomcode": "0103.02.315B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40723", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40720, + "usage_id": 103 + }, + "0103.02.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2316, Lufttechnikraum", "arch_name": "N2316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40723", - "roomcode": "0103.02.316", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=21544", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40723, + "usage_id": 32 + }, + "0103.02.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2317, Feinmechanische Werkstatt", "arch_name": "N2317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21544", - "roomcode": "0103.02.317", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40727", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21544, + "usage_id": 108 + }, + "0103.02.317A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2317A, Werkstatt hinter Glaswand", "arch_name": "N2317A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40727", - "roomcode": "0103.02.317A", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39947", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40727, + "usage_id": 108 + }, + "0103.02.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2318, Elektronenmikroskopie/Klimakammer", "arch_name": "N2318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39947", - "roomcode": "0103.02.318", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39950", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15405, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39947, + "usage_id": 103 + }, + "0103.02.318A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2318A, Schleuse", "arch_name": "N2318A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39950", - "roomcode": "0103.02.318A", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39955", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39950, + "usage_id": 105 + }, + "0103.02.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2319, Abstellraum / WC", "arch_name": "N2319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39955", - "roomcode": "0103.02.319", - "usage": 159 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39956", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39955, + "usage_id": 159 + }, + "0103.02.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2320, WC-Herren", "arch_name": "N2320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39956", - "roomcode": "0103.02.320", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64576", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39956, + "usage_id": 115 + }, + "0103.02.320A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2320A, WC-Vorraum", "arch_name": "N2320A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64576", - "roomcode": "0103.02.320A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39959", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64576, + "usage_id": 118 + }, + "0103.02.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2335, WC-Damen", "arch_name": "N2335@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39959", - "roomcode": "0103.02.321", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39991", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39959, + "usage_id": 116 + }, + "0103.02.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2323, Installation", "arch_name": "N2323@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39991", - "roomcode": "0103.02.323", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39993", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39991, + "usage_id": 120 + }, + "0103.02.323A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2323A, Installation", "arch_name": "N2323A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39993", - "roomcode": "0103.02.323A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39994", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39993, + "usage_id": 120 + }, + "0103.02.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2324, Pr\u00e4paration", "arch_name": "N2324@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39994", - "roomcode": "0103.02.324", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39996", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39994, + "usage_id": 194 + }, + "0103.02.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2325, Lager", "arch_name": "N2325@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39996", - "roomcode": "0103.02.325", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39998", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39996, + "usage_id": 30 + }, + "0103.02.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2326, Aufzug", "arch_name": "N2326@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39998", - "roomcode": "0103.02.326", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40001", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39998, + "usage_id": 4 + }, + "0103.02.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2327, Aufzug", "arch_name": "N2327@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40001", - "roomcode": "0103.02.327", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40022", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40001, + "usage_id": 4 + }, + "0103.02.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2330, Treppenraum", "arch_name": "N2330@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40022", - "roomcode": "0103.02.330", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64577", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40022, + "usage_id": 223 + }, + "0103.02.330A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2330A, Treppe", "arch_name": "N2330A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64577", - "roomcode": "0103.02.330A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40024", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64577, + "usage_id": 223 + }, + "0103.02.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2331, Flur West", "arch_name": "N2331@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40024", - "roomcode": "0103.02.331", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40025", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40024, + "usage_id": 222 + }, + "0103.02.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2332, Flur Ost", "arch_name": "N2332@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40025", - "roomcode": "0103.02.332", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64578", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40025, + "usage_id": 222 + }, + "0103.02.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2333, Treppenhaus", "arch_name": "N2333@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64578", - "roomcode": "0103.02.333", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64579", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64578, + "usage_id": 223 + }, + "0103.02.333A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2333A, Treppe", "arch_name": "N2333A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64579", - "roomcode": "0103.02.333A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64580", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64579, + "usage_id": 223 + }, + "0103.02.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2335A, WC-Vorraum", "arch_name": "N2335A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64580", - "roomcode": "0103.02.335A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64581", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64580, + "usage_id": 118 + }, + "0103.02.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2351, Dunkelkammer", "arch_name": "N Z2351@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64581", - "roomcode": "0103.02.351", - "usage": 104 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64582", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64581, + "usage_id": 104 + }, + "0103.02.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2352, Archiv", "arch_name": "N Z2352@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64582", - "roomcode": "0103.02.352", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64583", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64582, + "usage_id": 2 + }, + "0103.02.352A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2352A, Lager", "arch_name": "N Z2352A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64583", - "roomcode": "0103.02.352A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64584", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64583, + "usage_id": 30 + }, + "0103.02.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2353, Server", "arch_name": "N Z2353@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64584", - "roomcode": "0103.02.353", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64585", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64584, + "usage_id": 207 + }, + "0103.02.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2354, Archiv", "arch_name": "N Z2354@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64585", - "roomcode": "0103.02.354", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64586", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64585, + "usage_id": 2 + }, + "0103.02.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2360, Flur", "arch_name": "N Z2360@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64586", - "roomcode": "0103.02.360", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64587", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64586, + "usage_id": 222 + }, + "0103.02.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z23361, Treppenhaus", "arch_name": "N Z23361@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64587", - "roomcode": "0103.02.361", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40027", + "area_id": 27, + "building_id": 563, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64587, + "usage_id": 223 + }, + "0103.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3301, Elektroniklabor", "arch_name": "N3301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40027", - "roomcode": "0103.03.301", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40029", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40027, + "usage_id": 103 + }, + "0103.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3302, Teek\u00fcche", "arch_name": "N3302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40029", - "roomcode": "0103.03.302", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40030", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40029, + "usage_id": 198 + }, + "0103.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3303, Aufenthalt/Werkstatt", "arch_name": "N3303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40030", - "roomcode": "0103.03.303", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40068", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40030, + "usage_id": 44 + }, + "0103.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3304, Chemisch-Techn. Labor", "arch_name": "N3304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40068", - "roomcode": "0103.03.304", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37402", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40068, + "usage_id": 102 + }, + "0103.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3305, Putzraum", "arch_name": "N3305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37402", - "roomcode": "0103.03.305", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37403", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37402, + "usage_id": 205 + }, + "0103.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3306, B\u00fcro", "arch_name": "N3306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37403", - "roomcode": "0103.03.306", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37408", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37403, + "usage_id": 12 + }, + "0103.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3307, B\u00fcro", "arch_name": "N3307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37408", - "roomcode": "0103.03.307", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37415", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37408, + "usage_id": 12 + }, + "0103.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3309, B\u00fcro", "arch_name": "N3309@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37415", - "roomcode": "0103.03.309", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=6984", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46275, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37415, + "usage_id": 12 + }, + "0103.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3310, B\u00fcro", "arch_name": "N3310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6984", - "roomcode": "0103.03.310", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=18771", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6984, + "usage_id": 12 + }, + "0103.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3312, Werkstatt", "arch_name": "N3312@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18771", - "roomcode": "0103.03.312", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7020", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18771, + "usage_id": 51 + }, + "0103.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3314, B\u00fcro", "arch_name": "N3314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7020", - "roomcode": "0103.03.314", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7021", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7020, + "usage_id": 12 + }, + "0103.03.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3316, \u00dcbung", "arch_name": "N3316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "extended": { - "additional_description": "N3316, \u00dcbung", - "address": "Theresienstr. 90(0103), 3.Obergescho\u00df", - "architect_room_nr": "N3316@0103", - "area_m2": 25.28, - "building": "0103 (N3) El.Masch./Ger\u00e4te", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "316", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7021", - "roomcode": "0103.03.316", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37457", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7021, + "usage_id": 131 + }, + "0103.03.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3318, Lager", "arch_name": "N3318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37457", - "roomcode": "0103.03.318", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37474", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37457, + "usage_id": 30 + }, + "0103.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3320, Metallwerkst\u00e4tte grob", "arch_name": "N3320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37474", - "roomcode": "0103.03.320", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64588", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37474, + "usage_id": 51 + }, + "0103.03.320A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3320A, B\u00fcro", "arch_name": "N3320A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64588", - "roomcode": "0103.03.320A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37478", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64588, + "usage_id": 12 + }, + "0103.03.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3321, Feinmechanische Werkstatt", "arch_name": "N3321@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37478", - "roomcode": "0103.03.321", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37482", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 49280, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37478, + "usage_id": 108 + }, + "0103.03.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3322, Meisterb\u00fcro", "arch_name": "N3322@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37482", - "roomcode": "0103.03.322", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37486", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37482, + "usage_id": 12 + }, + "0103.03.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3326, Lager", "arch_name": "N3326@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37486", - "roomcode": "0103.03.326", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37496", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37486, + "usage_id": 30 + }, + "0103.03.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3327, Warmwasseraufbereitung/Lst.", "arch_name": "N3327@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37496", - "roomcode": "0103.03.327", - "usage": 182 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37375", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37496, + "usage_id": 182 + }, + "0103.03.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3328, Wasseraufbereitung", "arch_name": "N3328@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37375", - "roomcode": "0103.03.328", - "usage": 182 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37380", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37375, + "usage_id": 182 + }, + "0103.03.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3329, Umkleide", "arch_name": "N3329@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37380", - "roomcode": "0103.03.329", - "usage": 121 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37383", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37380, + "usage_id": 121 + }, + "0103.03.329A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3329A, Waschraum mit Dusche", "arch_name": "N3329A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37383", - "roomcode": "0103.03.329A", - "usage": 210 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37388", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37383, + "usage_id": 210 + }, + "0103.03.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3330, Treppenraum", "arch_name": "N3330@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37388", - "roomcode": "0103.03.330", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64589", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37388, + "usage_id": 223 + }, + "0103.03.330A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3330A, Treppe", "arch_name": "N3330A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64589", - "roomcode": "0103.03.330A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37393", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64589, + "usage_id": 223 + }, + "0103.03.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3331, Flur", "arch_name": "N3331@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37393", - "roomcode": "0103.03.331", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37397", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37393, + "usage_id": 222 + }, + "0103.03.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3332, Flur", "arch_name": "N3332@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37397", - "roomcode": "0103.03.332", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37400", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37397, + "usage_id": 222 + }, + "0103.03.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3333, Installation", "arch_name": "N3333@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37400", - "roomcode": "0103.03.333", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37603", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37400, + "usage_id": 120 + }, + "0103.03.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3334, Installation", "arch_name": "N3334@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37603", - "roomcode": "0103.03.334", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37608", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37603, + "usage_id": 120 + }, + "0103.03.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3335, WC", "arch_name": "N3335@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37608", - "roomcode": "0103.03.335", - "usage": 114 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64277", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37608, + "usage_id": 114 + }, + "0103.03.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3335A, WC-Vorraum", "arch_name": "N3335A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64277", - "roomcode": "0103.03.335A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37614", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64277, + "usage_id": 118 + }, + "0103.03.336": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3336, Aufzug", "arch_name": "N3336@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37614", - "roomcode": "0103.03.336", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37618", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37614, + "usage_id": 4 + }, + "0103.03.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3337, Aufzug", "arch_name": "N3337@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37618", - "roomcode": "0103.03.337", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37626", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37618, + "usage_id": 4 + }, + "0103.03.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3338, Server", "arch_name": "N3338@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37626", - "roomcode": "0103.03.338", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37630", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37626, + "usage_id": 207 + }, + "0103.03.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3340, Flur", "arch_name": "N3340@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37630", - "roomcode": "0103.03.340", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64278", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37630, + "usage_id": 222 + }, + "0103.03.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3350, Treppe", "arch_name": "N3350@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64278", - "roomcode": "0103.03.350", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64279", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64278, + "usage_id": 223 + }, + "0103.03.350A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3350A, Treppe", "arch_name": "N3350A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64279", - "roomcode": "0103.03.350A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37636", + "area_id": 27, + "building_id": 563, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64279, + "usage_id": 223 + }, + "0103.04.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4301, B\u00fcro", "arch_name": "N4301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37636", - "roomcode": "0103.04.301", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37641", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37636, + "usage_id": 12 + }, + "0103.04.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4302, B\u00fcro/Praktikum", "arch_name": "N4302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37641", - "roomcode": "0103.04.302", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37647", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37641, + "usage_id": 12 + }, + "0103.04.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4303, B\u00fcro", "arch_name": "N4303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=49639&cRes=30153&cReadonly=J", - "list_index": "275", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37647", - "roomcode": "0103.04.303", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37659", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 30153, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49639, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37647, + "usage_id": 12 + }, + "0103.04.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4304, B\u00fcro", "arch_name": "N4304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37659", - "roomcode": "0103.04.304", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37671", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37659, + "usage_id": 12 + }, + "0103.04.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4305, Chemisch-Techn. Labor", "arch_name": "N4305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37671", - "roomcode": "0103.04.305", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7059", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37671, + "usage_id": 102 + }, + "0103.04.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4307, B\u00fcro", "arch_name": "N4307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7059", - "roomcode": "0103.04.307", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7063", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7059, + "usage_id": 12 + }, + "0103.04.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4308, B\u00fcro", "arch_name": "N4308@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7063", - "roomcode": "0103.04.308", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37691", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15382, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7063, + "usage_id": 12 + }, + "0103.04.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4310, Elektroniklabor", "arch_name": "N4310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37691", - "roomcode": "0103.04.310", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37697", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37691, + "usage_id": 103 + }, + "0103.04.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4312, Elektroniklabor", "arch_name": "N4312@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37697", - "roomcode": "0103.04.312", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37702", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37697, + "usage_id": 103 + }, + "0103.04.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4314, Lager", "arch_name": "N4314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37702", - "roomcode": "0103.04.314", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7082", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37702, + "usage_id": 30 + }, + "0103.04.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4316, Lager", "arch_name": "N4316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7082", - "roomcode": "0103.04.316", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37509", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7082, + "usage_id": 30 + }, + "0103.04.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4317, L\u00f6sungsmittellager", "arch_name": "N4317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37509", - "roomcode": "0103.04.317", - "usage": 132 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37514", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37509, + "usage_id": 132 + }, + "0103.04.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4319, Chemisch-Techn. Labor", "arch_name": "N4319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37514", - "roomcode": "0103.04.319", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37551", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37514, + "usage_id": 102 + }, + "0103.04.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4320, Gasflaschenlager", "arch_name": "N4320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37551", - "roomcode": "0103.04.320", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37556", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37551, + "usage_id": 30 + }, + "0103.04.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4321, Chemisch-Techn. Labor", "arch_name": "N4321@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37556", - "roomcode": "0103.04.321", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37564", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37556, + "usage_id": 102 + }, + "0103.04.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4322, Chemisch-Techn. Labor", "arch_name": "N4322@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37564", - "roomcode": "0103.04.322", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37572", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37564, + "usage_id": 102 + }, + "0103.04.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4324, Raumlufttechnik", "arch_name": "N4324@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37572", - "roomcode": "0103.04.324", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37578", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37572, + "usage_id": 32 + }, + "0103.04.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4325, Physiklabor/Reinstraum", "arch_name": "N4325@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37578", - "roomcode": "0103.04.325", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37585", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37578, + "usage_id": 103 + }, + "0103.04.325A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4325A, Labor", "arch_name": "N4325A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37585", - "roomcode": "0103.04.325A", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64280", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37585, + "usage_id": 103 + }, + "0103.04.325B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4325B, Reinraumbereich", "arch_name": "N4325B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64280", - "roomcode": "0103.04.325B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64281", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64280, + "usage_id": 103 + }, + "0103.04.325C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4325C, Reinraumbereich", "arch_name": "N4325C@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64281", - "roomcode": "0103.04.325C", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64282", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64281, + "usage_id": 103 + }, + "0103.04.325D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4325D, Schleuse Reinraum", "arch_name": "N4325D@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64282", - "roomcode": "0103.04.325D", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64283", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64282, + "usage_id": 105 + }, + "0103.04.325E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4325E, Reinraumbereich", "arch_name": "N4325E@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64283", - "roomcode": "0103.04.325E", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37595", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64283, + "usage_id": 103 + }, + "0103.04.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4326, Gas\u00fcbergabestation", "arch_name": "N4326@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37595", - "roomcode": "0103.04.326", - "usage": 54 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37520", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37595, + "usage_id": 54 + }, + "0103.04.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4330, Treppenraum", "arch_name": "N4330@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37520", - "roomcode": "0103.04.330", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64284", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37520, + "usage_id": 223 + }, + "0103.04.330A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4330A, Treppe", "arch_name": "N4330A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64284", - "roomcode": "0103.04.330A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37527", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64284, + "usage_id": 223 + }, + "0103.04.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4331, Flur", "arch_name": "N4331@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37527", - "roomcode": "0103.04.331", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37534", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37527, + "usage_id": 222 + }, + "0103.04.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4332, Flur", "arch_name": "N4332@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37534", - "roomcode": "0103.04.332", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37543", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37534, + "usage_id": 222 + }, + "0103.04.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4333, Installation", "arch_name": "N4333@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37543", - "roomcode": "0103.04.333", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37732", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37543, + "usage_id": 120 + }, + "0103.04.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4334, Installation", "arch_name": "N4334@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37732", - "roomcode": "0103.04.334", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37737", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37732, + "usage_id": 120 + }, + "0103.04.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4335, WC-Damen", "arch_name": "N4335@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37737", - "roomcode": "0103.04.335", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64285", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37737, + "usage_id": 116 + }, + "0103.04.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4335A, WC-Vorraum", "arch_name": "N4335A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64285", - "roomcode": "0103.04.335A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37743", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64285, + "usage_id": 118 + }, + "0103.04.336": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4336, Aufzug", "arch_name": "N4336@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37743", - "roomcode": "0103.04.336", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37751", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37743, + "usage_id": 4 + }, + "0103.04.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4337, Aufzug", "arch_name": "N4337@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37751", - "roomcode": "0103.04.337", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37754", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37751, + "usage_id": 4 + }, + "0103.04.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4338, WC-Herren", "arch_name": "N4338@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37754", - "roomcode": "0103.04.338", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64286", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37754, + "usage_id": 115 + }, + "0103.04.338A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4338A, WC-Vorraum", "arch_name": "N4338A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64286", - "roomcode": "0103.04.338A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=37762", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64286, + "usage_id": 118 + }, + "0103.04.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4440, Flur", "arch_name": "N4440@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37762", - "roomcode": "0103.04.340", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64287", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37762, + "usage_id": 222 + }, + "0103.04.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4450, Treppe", "arch_name": "N4450@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64287", - "roomcode": "0103.04.450", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64288", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64287, + "usage_id": 223 + }, + "0103.04.450A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4450A, Treppe", "arch_name": "N4450A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64288", - "roomcode": "0103.04.450A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7140", + "area_id": 27, + "building_id": 563, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64288, + "usage_id": 223 + }, + "0103.05.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5301, B\u00fcro", "arch_name": "N5301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7140", - "roomcode": "0103.05.301", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7141", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15382, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7140, + "usage_id": 12 + }, + "0103.05.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5303, B\u00fcro", "arch_name": "N5303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7141", - "roomcode": "0103.05.303", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7145", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48597, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7141, + "usage_id": 12 + }, + "0103.05.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5304, B\u00fcro", "arch_name": "N5304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7145", - "roomcode": "0103.05.304", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7148", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49657, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7145, + "usage_id": 12 + }, + "0103.05.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5306, B\u00fcro", "arch_name": "N5306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7148", - "roomcode": "0103.05.306", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37787", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7148, + "usage_id": 12 + }, + "0103.05.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5307, Rechnerpraktikum", "arch_name": "N5307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=22801&cReadonly=J", - "list_index": "316", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37787", - "roomcode": "0103.05.307", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7153", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 22801, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37787, + "usage_id": 211 + }, + "0103.05.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5309, B\u00fcro", "arch_name": "N5309@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7153", - "roomcode": "0103.05.309", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7157", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7153, + "usage_id": 12 + }, + "0103.05.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5310, B\u00fcro", "arch_name": "N5310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7157", - "roomcode": "0103.05.310", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37799", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7157, + "usage_id": 12 + }, + "0103.05.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5311, Besprechungsraum", "arch_name": "N5311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=18358&cReadonly=J", - "list_index": "319", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37799", - "roomcode": "0103.05.311", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37802", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 18358, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37799, + "usage_id": 196 + }, + "0103.05.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5314, Teek\u00fcche", "arch_name": "N5314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37802", - "roomcode": "0103.05.314", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37808", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37802, + "usage_id": 198 + }, + "0103.05.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5315, B\u00fcro", "arch_name": "N5315@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37808", - "roomcode": "0103.05.315", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37813", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37808, + "usage_id": 12 + }, + "0103.05.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5317, B\u00fcro", "arch_name": "N5317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37813", - "roomcode": "0103.05.317", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37818", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37813, + "usage_id": 12 + }, + "0103.05.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5318, B\u00fcro", "arch_name": "N5318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37818", - "roomcode": "0103.05.318", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37823", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37818, + "usage_id": 12 + }, + "0103.05.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5319, Teek\u00fcche", "arch_name": "N5319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37823", - "roomcode": "0103.05.319", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7180", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37823, + "usage_id": 198 + }, + "0103.05.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5320, Arbeitsraum mit Handarchiv", "arch_name": "N5320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=22578&cReadonly=J", - "list_index": "325", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7180", - "roomcode": "0103.05.320", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37834", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 22578, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7180, + "usage_id": 12 + }, + "0103.05.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5322, B\u00fcro", "arch_name": "N5322@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37834", - "roomcode": "0103.05.322", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7184", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37834, + "usage_id": 12 + }, + "0103.05.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5323, B\u00fcro", "arch_name": "N5323@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7184", - "roomcode": "0103.05.323", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7188", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7184, + "usage_id": 12 + }, + "0103.05.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5325, Seminarraum", "arch_name": "N5325@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=15008&cReadonly=J", - "extended": { - "additional_description": "N5325, Seminarraum", - "address": "Theresienstr. 90(0103), 5.Obergescho\u00df", - "architect_room_nr": "N5325@0103", - "area_m2": 86.9, - "building": "0103 (N3) El.Masch./Ger\u00e4te", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "325", - "seats": 56, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7188", - "roomcode": "0103.05.325", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37704", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 15008, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 56, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7188, + "usage_id": 41 + }, + "0103.05.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5327, Unterrichtsvorbereitung", "arch_name": "N5327@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37704", - "roomcode": "0103.05.327", - "usage": 136 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37711", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37704, + "usage_id": 136 + }, + "0103.05.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5328, Serverraum", "arch_name": "N5328@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37711", - "roomcode": "0103.05.328", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37721", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37711, + "usage_id": 207 + }, + "0103.05.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5329, Lager B\u00fcromaterial", "arch_name": "N5329@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37721", - "roomcode": "0103.05.329", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37953", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37721, + "usage_id": 30 + }, + "0103.05.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5330, Treppenraum", "arch_name": "N5330@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37953", - "roomcode": "0103.05.330", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=64289", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37953, + "usage_id": 223 + }, + "0103.05.330A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5330A, Treppe", "arch_name": "N5330A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64289", - "roomcode": "0103.05.330A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37957", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64289, + "usage_id": 223 + }, + "0103.05.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5331, Flur", "arch_name": "N5331@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37957", - "roomcode": "0103.05.331", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=70502", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37957, + "usage_id": 222 + }, + "0103.05.331A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5331A, Flur", "arch_name": "N5331A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70502", - "roomcode": "0103.05.331A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37966", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70502, + "usage_id": 222 + }, + "0103.05.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5332, Flur", "arch_name": "N5332@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37966", - "roomcode": "0103.05.332", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37973", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37966, + "usage_id": 222 + }, + "0103.05.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5333, Installation", "arch_name": "N5333@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37973", - "roomcode": "0103.05.333", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37980", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37973, + "usage_id": 120 + }, + "0103.05.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5334, Installation", "arch_name": "N5334@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37980", - "roomcode": "0103.05.334", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37982", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37980, + "usage_id": 120 + }, + "0103.05.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5335, WC-Herren", "arch_name": "N5335@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37982", - "roomcode": "0103.05.335", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=64290", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37982, + "usage_id": 115 + }, + "0103.05.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5335A, Putzraum", "arch_name": "N5335A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64290", - "roomcode": "0103.05.335A", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=65087", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64290, + "usage_id": 205 + }, + "0103.05.335B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N335B, WC-Damen mit Dusche", "arch_name": "N335B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65087", - "roomcode": "0103.05.335B", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37989", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65087, + "usage_id": 116 + }, + "0103.05.336": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5336, Aufzug", "arch_name": "N5336@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37989", - "roomcode": "0103.05.336", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=37998", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37989, + "usage_id": 4 + }, + "0103.05.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5337, Aufzug", "arch_name": "N5337@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37998", - "roomcode": "0103.05.337", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=38004", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37998, + "usage_id": 4 + }, + "0103.05.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5338, WC-Damen", "arch_name": "N5338@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38004", - "roomcode": "0103.05.338", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=65088", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38004, + "usage_id": 116 + }, + "0103.05.338A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5338A, WC-Damen mit Dusche", "arch_name": "N5338A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65088", - "roomcode": "0103.05.338A", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=64291", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65088, + "usage_id": 115 + }, + "0103.05.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5350, Treppe", "arch_name": "N5350@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64291", - "roomcode": "0103.05.350", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=64292", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64291, + "usage_id": 223 + }, + "0103.05.350A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5350A, Treppe", "arch_name": "N5350A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64292", - "roomcode": "0103.05.350A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64293", + "area_id": 27, + "building_id": 563, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64292, + "usage_id": 223 + }, + "0103.06.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6190, Dach/Freiluft.exp. (Reinigen)", "arch_name": "N6190@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64293", - "roomcode": "0103.06.190", - "usage": 137 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=38009", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64293, + "usage_id": 137 + }, + "0103.06.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6301, Serverraum", "arch_name": "N6301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38009", - "roomcode": "0103.06.301", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=38017", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38009, + "usage_id": 207 + }, + "0103.06.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6302, Labor", "arch_name": "N6302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38017", - "roomcode": "0103.06.302", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=38022", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38017, + "usage_id": 103 + }, + "0103.06.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6303, Labor", "arch_name": "N6303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38022", - "roomcode": "0103.06.303", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64294", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38022, + "usage_id": 103 + }, + "0103.06.303A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6303A, Schleuse", "arch_name": "N6303A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64294", - "roomcode": "0103.06.303A", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=38028", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64294, + "usage_id": 105 + }, + "0103.06.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6304, B\u00fcro", "arch_name": "N6304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38028", - "roomcode": "0103.06.304", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=38032", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38028, + "usage_id": 12 + }, + "0103.06.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6305, B\u00fcro", "arch_name": "N6305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38032", - "roomcode": "0103.06.305", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=38037", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38032, + "usage_id": 12 + }, + "0103.06.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6306, B\u00fcro", "arch_name": "N6306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38037", - "roomcode": "0103.06.306", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37849", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38037, + "usage_id": 12 + }, + "0103.06.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6307, Halbleiterlabor", "arch_name": "N6307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37849", - "roomcode": "0103.06.307", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37856", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37849, + "usage_id": 103 + }, + "0103.06.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6308, Optoelektroniklabor", "arch_name": "N6308@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37856", - "roomcode": "0103.06.308", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37858", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37856, + "usage_id": 103 + }, + "0103.06.308A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3608A, Schleuse", "arch_name": "N3608A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37858", - "roomcode": "0103.06.308A", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37866", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37858, + "usage_id": 105 + }, + "0103.06.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6309, Optoelektroniklabor", "arch_name": "N6309@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37866", - "roomcode": "0103.06.309", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37873", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37866, + "usage_id": 103 + }, + "0103.06.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6310, Studentenarb. m. DV", "arch_name": "N6310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=18421&cReadonly=J", - "list_index": "360", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37873", - "roomcode": "0103.06.310", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37902", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 18421, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37873, + "usage_id": 208 + }, + "0103.06.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6311, Halbleiterlabor", "arch_name": "N6311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37902", - "roomcode": "0103.06.311", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64295", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37902, + "usage_id": 103 + }, + "0103.06.311A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6311A, Lager", "arch_name": "N6311A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64295", - "roomcode": "0103.06.311A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37908", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64295, + "usage_id": 30 + }, + "0103.06.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6312, Halbleiterlabor", "arch_name": "N6312@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37908", - "roomcode": "0103.06.312", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64296", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37908, + "usage_id": 103 + }, + "0103.06.312A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6312A, Treppe", "arch_name": "N6312A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64296", - "roomcode": "0103.06.312A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37913", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64296, + "usage_id": 223 + }, + "0103.06.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6313, Flur", "arch_name": "N6313@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37913", - "roomcode": "0103.06.313", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64297", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37913, + "usage_id": 222 + }, + "0103.06.313A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6313A, Flur", "arch_name": "N6313A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64297", - "roomcode": "0103.06.313A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64298", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64297, + "usage_id": 222 + }, + "0103.06.313B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6313B, Flur", "arch_name": "N6313B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64298", - "roomcode": "0103.06.313B", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64299", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64298, + "usage_id": 222 + }, + "0103.06.313D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6313D, Treppe", "arch_name": "N6313D@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64299", - "roomcode": "0103.06.313D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=64300", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64299, + "usage_id": 223 + }, + "0103.06.313E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6313E, Treppe", "arch_name": "N6313E@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64300", - "roomcode": "0103.06.313E", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37918", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64300, + "usage_id": 223 + }, + "0103.06.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6314, Installation", "arch_name": "N6314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37918", - "roomcode": "0103.06.314", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37927", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37918, + "usage_id": 120 + }, + "0103.06.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6315, Chemielager", "arch_name": "N6315@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37927", - "roomcode": "0103.06.315", - "usage": 132 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37935", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37927, + "usage_id": 132 + }, + "0103.06.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6316, Aufzugsmaschinenraum", "arch_name": "N6316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37935", - "roomcode": "0103.06.316", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37941", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37935, + "usage_id": 5 + }, + "0103.06.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6317, WC-Herren", "arch_name": "N6317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37941", - "roomcode": "0103.06.317", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=65089", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37941, + "usage_id": 115 + }, + "0103.06.317A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6317A, WC-Damen mit Dusche", "arch_name": "N6317A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65089", - "roomcode": "0103.06.317A", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37947", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65089, + "usage_id": 116 + }, + "0103.06.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6318, Installation", "arch_name": "N6318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37947", - "roomcode": "0103.06.318", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37878", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37947, + "usage_id": 120 + }, + "0103.06.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6319, Installation", "arch_name": "N6319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37878", - "roomcode": "0103.06.319", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37886", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37878, + "usage_id": 120 + }, + "0103.06.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6320, Lager", "arch_name": "N6320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37886", - "roomcode": "0103.06.320", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=37887", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37886, + "usage_id": 30 + }, + "0103.06.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6321, L\u00fcftungsmaschinenraum", "arch_name": "N6321@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37887", - "roomcode": "0103.06.321", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=37894", + "area_id": 27, + "building_id": 563, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37887, + "usage_id": 32 + }, + "0103.07.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7301, Betriebstechnik", "arch_name": "N7301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37894", - "roomcode": "0103.07.301", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=38067", + "area_id": 27, + "building_id": 563, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37894, + "usage_id": 120 + }, + "0103.07.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7302, Treppenraum", "arch_name": "N7302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38067", - "roomcode": "0103.07.302", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=38075", + "area_id": 27, + "building_id": 563, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38067, + "usage_id": 223 + }, + "0103.07.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7303, Installation", "arch_name": "N7303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38075", - "roomcode": "0103.07.303", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=38077", + "area_id": 27, + "building_id": 563, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38075, + "usage_id": 120 + }, + "0103.07.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7304, Installation", "arch_name": "N7304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38077", - "roomcode": "0103.07.304", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=38083", + "area_id": 27, + "building_id": 563, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38077, + "usage_id": 120 + }, + "0103.07.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7305, Installation", "arch_name": "N7305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38083", - "roomcode": "0103.07.305", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=38090", + "area_id": 27, + "building_id": 563, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38083, + "usage_id": 120 + }, + "0103.07.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7307, Installation", "arch_name": "N7307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38090", - "roomcode": "0103.07.307", - "usage": 120 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=65090", + "area_id": 27, + "building_id": 563, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38090, + "usage_id": 120 + }, + "0103.DG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7302, Technikfl\u00e4che Dach (Reinigen)", "arch_name": "N7302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65090", - "roomcode": "0103.DG.302", - "usage": 217 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=21438", + "area_id": 27, + "building_id": 563, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65090, + "usage_id": 217 + }, + "0103.EG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0301, Elektrische Werkstatt", "arch_name": "N0301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21438", - "roomcode": "0103.EG.301", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=9288", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21438, + "usage_id": 51 + }, + "0103.EG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0302, Meisterb\u00fcro", "arch_name": "N0302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9288", - "roomcode": "0103.EG.302", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41691", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9288, + "usage_id": 12 + }, + "0103.EG.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0303, Elektronikpraktikum", "arch_name": "N0303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41691", - "roomcode": "0103.EG.303", - "usage": 211 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=9310", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41691, + "usage_id": 211 + }, + "0103.EG.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0304, Lager", "arch_name": "N0304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15116&cReadonly=J", - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9310", - "roomcode": "0103.EG.304", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=15043", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 15116, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9310, + "usage_id": 30 + }, + "0103.EG.304A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0304A, Lager", "arch_name": "N0304A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15043", - "roomcode": "0103.EG.304A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41769", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15202, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15043, + "usage_id": 30 + }, + "0103.EG.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0305, Beh.-WC", "arch_name": "N0305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41769", - "roomcode": "0103.EG.305", - "usage": 117 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41777", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41769, + "usage_id": 117 + }, + "0103.EG.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0307, Flur", "arch_name": "N0307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41777", - "roomcode": "0103.EG.307", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41846", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41777, + "usage_id": 222 + }, + "0103.EG.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0308, Garderobe", "arch_name": "N0308@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41846", - "roomcode": "0103.EG.308", - "usage": 121 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=21471", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41846, + "usage_id": 121 + }, + "0103.EG.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0309, Werkstatt", "arch_name": "N0309@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21471", - "roomcode": "0103.EG.309", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41856", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21471, + "usage_id": 51 + }, + "0103.EG.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0310, Aufenthalt m. Teek\u00fcche", "arch_name": "N0310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41856", - "roomcode": "0103.EG.310", - "usage": 44 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41927", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41856, + "usage_id": 44 + }, + "0103.EG.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0311, Waschraum", "arch_name": "N0311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41927", - "roomcode": "0103.EG.311", - "usage": 210 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=70500", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41927, + "usage_id": 210 + }, + "0103.EG.311A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0311A, Garderobe", "arch_name": "N0311A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70500", - "roomcode": "0103.EG.311A", - "usage": 121 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41932", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70500, + "usage_id": 121 + }, + "0103.EG.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0312, Lager", "arch_name": "N0312@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41932", - "roomcode": "0103.EG.312", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41937", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41932, + "usage_id": 30 + }, + "0103.EG.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0313, Feinmeschnische Werkstatt", "arch_name": "N0313@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41937", - "roomcode": "0103.EG.313", - "usage": 108 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=8880", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41937, + "usage_id": 108 + }, + "0103.EG.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0314, H\u00f6rsaal m. Exp.-B\u00fchne", "arch_name": "N0314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=12576&cReadonly=J", - "extended": { - "additional_description": "N0314, H\u00f6rsaal m. Exp.-B\u00fchne", - "address": "Theresienstr. 90(0103), Erdgescho\u00df", - "architect_room_nr": "N0314@0103", - "area_m2": 161.04, - "building": "0103 (N3) El.Masch./Ger\u00e4te", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "314", - "seats": 141, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8880", - "roomcode": "0103.EG.314", - "usage": 20 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40729", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 12576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 141, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8880, + "usage_id": 20 + }, + "0103.EG.314A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0314A, Flur", "arch_name": "N0314A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40729", - "roomcode": "0103.EG.314A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40735", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40729, + "usage_id": 222 + }, + "0103.EG.314B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0314B, Rampe", "arch_name": "N0314B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40735", - "roomcode": "0103.EG.314B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40739", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40735, + "usage_id": 223 + }, + "0103.EG.315A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0315A, \u00d6l-Trafo", "arch_name": "N0315A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40739", - "roomcode": "0103.EG.315A", - "usage": 160 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40743", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40739, + "usage_id": 160 + }, + "0103.EG.315B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0315B, Stromversorgung", "arch_name": "N0315B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40743", - "roomcode": "0103.EG.315B", - "usage": 160 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40828", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40743, + "usage_id": 160 + }, + "0103.EG.315C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0315C, Reservezelle", "arch_name": "N0315C@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40828", - "roomcode": "0103.EG.315C", - "usage": 160 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40833", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40828, + "usage_id": 160 + }, + "0103.EG.315D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0315D, Gasvorratsbeh\u00e4lterraum", "arch_name": "N0315D@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40833", - "roomcode": "0103.EG.315D", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64554", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40833, + "usage_id": 30 + }, + "0103.EG.315E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0315E, Transformatoren", "arch_name": "N0315E@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64554", - "roomcode": "0103.EG.315E", - "usage": 160 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40885", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64554, + "usage_id": 160 + }, + "0103.EG.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0316, Lager", "arch_name": "N0316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40885", - "roomcode": "0103.EG.316", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=8931", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40885, + "usage_id": 30 + }, + "0103.EG.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0317, Elektromasch.-Praktikum", "arch_name": "N0317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18541&cReadonly=J", - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8931", - "roomcode": "0103.EG.317", - "usage": 211 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40887", + "area_id": 27, + "building_id": 563, + "calendar_resource_nr": 18541, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 22, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8931, + "usage_id": 211 + }, + "0103.EG.317B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0317B, Labor", "arch_name": "N0317B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40887", - "roomcode": "0103.EG.317B", - "usage": 194 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40889", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40887, + "usage_id": 194 + }, + "0103.EG.317C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0317C, Messraum einfach", "arch_name": "N0317C@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40889", - "roomcode": "0103.EG.317C", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40951", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40889, + "usage_id": 103 + }, + "0103.EG.317D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0317D, Treppe/Galerie-Elektr. Halle", "arch_name": "N0317D@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40951", - "roomcode": "0103.EG.317D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=70496", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40951, + "usage_id": 223 + }, + "0103.EG.317E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0317E, Physikalisch/Techn.\u00dcbungsraum", "arch_name": "N0317E@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70496", - "roomcode": "0103.EG.317E", - "usage": 211 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40954", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70496, + "usage_id": 211 + }, + "0103.EG.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0318, Messraum einfach", "arch_name": "N0318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40954", - "roomcode": "0103.EG.318", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=21143", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40954, + "usage_id": 103 + }, + "0103.EG.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0319, Praktikumsvorbereitung", "arch_name": "N0319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21143", - "roomcode": "0103.EG.319", - "usage": 136 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40956", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38698, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21143, + "usage_id": 136 + }, + "0103.EG.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0320, Praktikumsvorbereitung", "arch_name": "N0320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40956", - "roomcode": "0103.EG.320", - "usage": 136 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40958", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38698, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40956, + "usage_id": 136 + }, + "0103.EG.320A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0320A, Treppenraum", "arch_name": "N0320A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40958", - "roomcode": "0103.EG.320A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40960", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40958, + "usage_id": 223 + }, + "0103.EG.320B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0320B, Aufzug-Elektr. Halle", "arch_name": "N0320B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40960", - "roomcode": "0103.EG.320B", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41098", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40960, + "usage_id": 4 + }, + "0103.EG.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0350, Eingangshalle", "arch_name": "N0350@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41098", - "roomcode": "0103.EG.350", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41101", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41098, + "usage_id": 222 + }, + "0103.EG.350A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0350A, Flur zu 050B", "arch_name": "N0350A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41101", - "roomcode": "0103.EG.350A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64555", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41101, + "usage_id": 222 + }, + "0103.EG.350B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0350B, Treppe", "arch_name": "N0350B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64555", - "roomcode": "0103.EG.350B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64556", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64555, + "usage_id": 223 + }, + "0103.EG.350C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0350C, Flur", "arch_name": "N0350C@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64556", - "roomcode": "0103.EG.350C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64557", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64556, + "usage_id": 222 + }, + "0103.EG.350D": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0350D, Treppe", "arch_name": "N0350D@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64557", - "roomcode": "0103.EG.350D", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=70499", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64557, + "usage_id": 223 + }, + "0103.EG.350E": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0350E, Schauausstellungsraum", "arch_name": "N0350E@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70499", - "roomcode": "0103.EG.350E", - "usage": 148 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41104", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70499, + "usage_id": 148 + }, + "0103.EG.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0351, WC", "arch_name": "N0351@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41104", - "roomcode": "0103.EG.351", - "usage": 114 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41106", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41104, + "usage_id": 114 + }, + "0103.EG.351A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0351A, Putzraum", "arch_name": "N0351A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41106", - "roomcode": "0103.EG.351A", - "usage": 205 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64558", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41106, + "usage_id": 205 + }, + "0103.EG.351B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0351B, WC-Vorraum", "arch_name": "N0351B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64558", - "roomcode": "0103.EG.351B", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41310", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64558, + "usage_id": 118 + }, + "0103.EG.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0352, WC-Damen", "arch_name": "N0352@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41310", - "roomcode": "0103.EG.352", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64559", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41310, + "usage_id": 116 + }, + "0103.EG.352A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0352A, WC-Vorraum", "arch_name": "N0352A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64559", - "roomcode": "0103.EG.352A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41314", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64559, + "usage_id": 118 + }, + "0103.EG.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0353, Flur", "arch_name": "N0353@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41314", - "roomcode": "0103.EG.353", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41317", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41314, + "usage_id": 222 + }, + "0103.EG.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0355, Flur", "arch_name": "N0355@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41317", - "roomcode": "0103.EG.355", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41318", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41317, + "usage_id": 222 + }, + "0103.EG.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0356, Installation", "arch_name": "N0356@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41318", - "roomcode": "0103.EG.356", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41321", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41318, + "usage_id": 120 + }, + "0103.EG.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0357, Aufzug", "arch_name": "N0357@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41321", - "roomcode": "0103.EG.357", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41322", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41321, + "usage_id": 4 + }, + "0103.EG.359": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0359, Aufzug-Eingangshalle", "arch_name": "N0359@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41322", - "roomcode": "0103.EG.359", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64560", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41322, + "usage_id": 4 + }, + "0103.EG.391": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0391, Weg", "arch_name": "N0391@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64560", - "roomcode": "0103.EG.391", - "usage": 219 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64561", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64560, + "usage_id": 219 + }, + "0103.EG.392": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0392, Treppe i. Freien (Reinigen)", "arch_name": "N0392@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64561", - "roomcode": "0103.EG.392", - "usage": 7 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64562", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64561, + "usage_id": 7 + }, + "0103.EG.393": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0393, Weg", "arch_name": "N0393@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64562", - "roomcode": "0103.EG.393", - "usage": 219 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64563", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64562, + "usage_id": 219 + }, + "0103.EG.394": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0394, Treppe im Freien (Reinigen)", "arch_name": "N0394@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64563", - "roomcode": "0103.EG.394", - "usage": 7 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=70497", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64563, + "usage_id": 7 + }, + "0103.EG.395": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0395, Labor im Freien", "arch_name": "N0395@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70497", - "roomcode": "0103.EG.395", - "usage": 218 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=70498", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70497, + "usage_id": 218 + }, + "0103.EG.396": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0396, Labor im Freien", "arch_name": "N0396@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70498", - "roomcode": "0103.EG.396", - "usage": 218 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41829", + "area_id": 27, + "building_id": 563, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70498, + "usage_id": 218 + }, + "0103.U1.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1301, FIB-Mikroskopierraum", "arch_name": "-1301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41829", - "roomcode": "0103.U1.301", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64537", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41829, + "usage_id": 103 + }, + "0103.U1.301A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1301A, Technik", "arch_name": "-1301A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64537", - "roomcode": "0103.U1.301A", - "usage": 46 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41835", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64537, + "usage_id": 46 + }, + "0103.U1.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1302, Medium f\u00fcr -1301", "arch_name": "-1302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41835", - "roomcode": "0103.U1.302", - "usage": 17 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41838", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41835, + "usage_id": 17 + }, + "0103.U1.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1303, Lager", "arch_name": "-1303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41838", - "roomcode": "0103.U1.303", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41904", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41838, + "usage_id": 30 + }, + "0103.U1.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1304, Werkstatt", "arch_name": "-1304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41904", - "roomcode": "0103.U1.304", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40802", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41904, + "usage_id": 51 + }, + "0103.U1.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1305, Lager", "arch_name": "-1305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40802", - "roomcode": "0103.U1.305", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40807", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40802, + "usage_id": 30 + }, + "0103.U1.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1306, Lager", "arch_name": "-1306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40807", - "roomcode": "0103.U1.306", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40814", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40807, + "usage_id": 30 + }, + "0103.U1.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1307, Lager", "arch_name": "-1307@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40814", - "roomcode": "0103.U1.307", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40818", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40814, + "usage_id": 30 + }, + "0103.U1.308A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1308A, Stromversorgg.", "arch_name": "-1308A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40818", - "roomcode": "0103.U1.308A", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40825", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40818, + "usage_id": 160 + }, + "0103.U1.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1309, BOS-Zentrale N3", "arch_name": "-1309@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40825", - "roomcode": "0103.U1.309", - "usage": 202 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40869", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40825, + "usage_id": 202 + }, + "0103.U1.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK310, Archiv", "arch_name": "NK310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40869", - "roomcode": "0103.U1.310", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40873", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40869, + "usage_id": 2 + }, + "0103.U1.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1311, Praktikum/Umbau", "arch_name": "N-1311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "extended": { - "additional_description": "N-1311, Praktikum/Umbau", - "address": "Theresienstr. 90(0103), 1.Untergescho\u00df", - "architect_room_nr": "N-1311@0103", - "area_m2": 41.0, - "building": "0103 (N3) El.Masch./Ger\u00e4te", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "311", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40873", - "roomcode": "0103.U1.311", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40877", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40873, + "usage_id": 131 + }, + "0103.U1.311A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1311A, Treppe", "arch_name": "-1311A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40877", - "roomcode": "0103.U1.311A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64539", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40877, + "usage_id": 223 + }, + "0103.U1.311B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1311B, Lager", "arch_name": "-1311B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64539", - "roomcode": "0103.U1.311B", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=8966", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64539, + "usage_id": 30 + }, + "0103.U1.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK312, Elektronikpraktikum", "arch_name": "NK312@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8966", - "roomcode": "0103.U1.312", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64540", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8966, + "usage_id": 211 + }, + "0103.U1.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NK313, Flur", "arch_name": "NK313@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64540", - "roomcode": "0103.U1.313", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64541", - "alt_name": "NK313A, Installationskanal", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64540, + "usage_id": 222 + }, + "0103.U1.313A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "NK313A, Installationskanal", "arch_name": "NK313A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64541", - "roomcode": "0103.U1.313A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40881", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64541, + "usage_id": 120 + }, + "0103.U1.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1314, Heizzentrale", "arch_name": "-1314@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40881", - "roomcode": "0103.U1.314", - "usage": 201 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40883", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40881, + "usage_id": 201 + }, + "0103.U1.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1315, Treppe", "arch_name": "-1315@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40883", - "roomcode": "0103.U1.315", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40938", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40883, + "usage_id": 223 + }, + "0103.U1.315A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1315A, Lager", "arch_name": "-1315A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40938", - "roomcode": "0103.U1.315A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40941", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40938, + "usage_id": 30 + }, + "0103.U1.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1316, Lager", "arch_name": "-1316@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40941", - "roomcode": "0103.U1.316", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41015", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40941, + "usage_id": 30 + }, + "0103.U1.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1317, Serverraum", "arch_name": "-1317@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41015", - "roomcode": "0103.U1.317", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=9027", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41015, + "usage_id": 207 + }, + "0103.U1.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1318, Elektroniklab. m. spez. Einricht", "arch_name": "-1318@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9027", - "roomcode": "0103.U1.318", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41078", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9027, + "usage_id": 103 + }, + "0103.U1.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1319, Holzwerkstatt", "arch_name": "-1319@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41078", - "roomcode": "0103.U1.319", - "usage": 107 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41084", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41078, + "usage_id": 107 + }, + "0103.U1.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1320, Lager", "arch_name": "-1320@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41084", - "roomcode": "0103.U1.320", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41091", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41084, + "usage_id": 30 + }, + "0103.U1.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1321, Chemielabor (KNSTL.B.,MV)", "arch_name": "-1321@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41091", - "roomcode": "0103.U1.321", - "usage": 102 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41149", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41091, + "usage_id": 102 + }, + "0103.U1.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1322, Verteilerraum", "arch_name": "-1322@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41149", - "roomcode": "0103.U1.322", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41155", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41149, + "usage_id": 120 + }, + "0103.U1.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1323, Grobmechanische Werkstatt", "arch_name": "-1323@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41155", - "roomcode": "0103.U1.323", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41159", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41155, + "usage_id": 51 + }, + "0103.U1.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1324, Lager", "arch_name": "-1324@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41159", - "roomcode": "0103.U1.324", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41164", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41159, + "usage_id": 30 + }, + "0103.U1.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1325, Lager", "arch_name": "-1325@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41164", - "roomcode": "0103.U1.325", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41168", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41164, + "usage_id": 30 + }, + "0103.U1.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1326, Stickstoffanlage", "arch_name": "-1326@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41168", - "roomcode": "0103.U1.326", - "usage": 17 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41224", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41168, + "usage_id": 17 + }, + "0103.U1.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1327, Spritzlackierraum", "arch_name": "-1327@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41224", - "roomcode": "0103.U1.327", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41228", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41224, + "usage_id": 51 + }, + "0103.U1.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1328, Flur zu Hebeb\u00fchne", "arch_name": "-1328@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41228", - "roomcode": "0103.U1.328", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64542", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41228, + "usage_id": 222 + }, + "0103.U1.328A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1328A, Treppe", "arch_name": "-1328A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64542", - "roomcode": "0103.U1.328A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41230", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64542, + "usage_id": 223 + }, + "0103.U1.328B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1328B, Hebeb\u00fchne", "arch_name": "-1328B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41230", - "roomcode": "0103.U1.328B", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64543", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41230, + "usage_id": 4 + }, + "0103.U1.328C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1328C, Lager", "arch_name": "-1328C@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64543", - "roomcode": "0103.U1.328C", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41231", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64543, + "usage_id": 30 + }, + "0103.U1.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1329, Schaltraum", "arch_name": "-1329@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41231", - "roomcode": "0103.U1.329", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64544", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41231, + "usage_id": 160 + }, + "0103.U1.329A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1329A, Zentr. Technik", "arch_name": "-1329A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64544", - "roomcode": "0103.U1.329A", - "usage": 46 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41235", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64544, + "usage_id": 46 + }, + "0103.U1.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1330, Stromversorgung", "arch_name": "-1330@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41235", - "roomcode": "0103.U1.330", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41238", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41235, + "usage_id": 160 + }, + "0103.U1.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1331, Schaltraum", "arch_name": "-1331@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41238", - "roomcode": "0103.U1.331", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=21273", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41238, + "usage_id": 160 + }, + "0103.U1.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1332, Versuchshallen", "arch_name": "-1332@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21273", - "roomcode": "0103.U1.332", - "usage": 49 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41297", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21273, + "usage_id": 49 + }, + "0103.U1.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1334, Lager", "arch_name": "-1334@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41297", - "roomcode": "0103.U1.334", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41301", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41297, + "usage_id": 30 + }, + "0103.U1.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1335, Stromversorgung", "arch_name": "-1335@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41301", - "roomcode": "0103.U1.335", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41304", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41301, + "usage_id": 160 + }, + "0103.U1.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1335A, Stromversorgung", "arch_name": "-1335A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41304", - "roomcode": "0103.U1.335A", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41307", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41304, + "usage_id": 160 + }, + "0103.U1.336": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1336, Lager", "arch_name": "-1336@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41307", - "roomcode": "0103.U1.336", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41367", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41307, + "usage_id": 30 + }, + "0103.U1.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1337, Lager", "arch_name": "-1337@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41367", - "roomcode": "0103.U1.337", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41368", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41367, + "usage_id": 30 + }, + "0103.U1.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1338, Lager", "arch_name": "-1338@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41368", - "roomcode": "0103.U1.338", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41374", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41368, + "usage_id": 30 + }, + "0103.U1.339": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1339, Lager", "arch_name": "-1339@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41374", - "roomcode": "0103.U1.339", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41376", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41374, + "usage_id": 30 + }, + "0103.U1.339A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1339A, Treppe", "arch_name": "-1339A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41376", - "roomcode": "0103.U1.339A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41379", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41376, + "usage_id": 223 + }, + "0103.U1.339B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1339B, Aufzug", "arch_name": "-1339B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41379", - "roomcode": "0103.U1.339B", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41382", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41379, + "usage_id": 4 + }, + "0103.U1.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1350, Gang 1", "arch_name": "-1350@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41382", - "roomcode": "0103.U1.350", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41457", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41382, + "usage_id": 16 + }, + "0103.U1.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1351, Gang 2", "arch_name": "-1351@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41457", - "roomcode": "0103.U1.351", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41458", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41457, + "usage_id": 16 + }, + "0103.U1.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1352, Gang 3", "arch_name": "-1352@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41458", - "roomcode": "0103.U1.352", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41460", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41458, + "usage_id": 16 + }, + "0103.U1.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1353, Gang 4", "arch_name": "-1353@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41460", - "roomcode": "0103.U1.353", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41461", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41460, + "usage_id": 16 + }, + "0103.U1.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1354, Gang 5", "arch_name": "-1354@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41461", - "roomcode": "0103.U1.354", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41462", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41461, + "usage_id": 16 + }, + "0103.U1.354A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "K20, Ventilraum", "arch_name": "K20@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41462", - "roomcode": "0103.U1.354A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41517", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41462, + "usage_id": 120 + }, + "0103.U1.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1355, Gang 6", "arch_name": "-1355@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41517", - "roomcode": "0103.U1.355", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64545", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41517, + "usage_id": 16 + }, + "0103.U1.355A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1355A, Treppe", "arch_name": "-1355A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64545", - "roomcode": "0103.U1.355A", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=70484", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64545, + "usage_id": 223 + }, + "0103.U1.355B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1355B, Gang", "arch_name": "-1355B@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70484", - "roomcode": "0103.U1.355B", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41519", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70484, + "usage_id": 16 + }, + "0103.U1.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1321A, Gang 9 zu -1325", "arch_name": "-1321A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41519", - "roomcode": "0103.U1.357", - "usage": 16 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41521", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41519, + "usage_id": 16 + }, + "0103.U1.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1358, WC-Damen", "arch_name": "-1358@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41521", - "roomcode": "0103.U1.358", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64546", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41521, + "usage_id": 116 + }, + "0103.U1.358A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1358A, WC-Vorraum", "arch_name": "-1358A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64546", - "roomcode": "0103.U1.358A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41522", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64546, + "usage_id": 118 + }, + "0103.U1.359": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1359, WC-Herren", "arch_name": "-1359@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41522", - "roomcode": "0103.U1.359", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=65086", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41522, + "usage_id": 115 + }, + "0103.U1.359A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1359A, WC-Damen mit Dusche", "arch_name": "-1359A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65086", - "roomcode": "0103.U1.359A", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41526", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65086, + "usage_id": 116 + }, + "0103.U1.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1360, Aufzug", "arch_name": "-1360@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41526", - "roomcode": "0103.U1.360", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41598", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41526, + "usage_id": 4 + }, + "0103.U1.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1361, Aufzug", "arch_name": "-1361@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41598", - "roomcode": "0103.U1.361", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41601", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41598, + "usage_id": 4 + }, + "0103.U1.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1363, WC-Damen", "arch_name": "-1363@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41601", - "roomcode": "0103.U1.363", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64547", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41601, + "usage_id": 116 + }, + "0103.U1.363A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1363A, WC-Vorraum", "arch_name": "-1363A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64547", - "roomcode": "0103.U1.363A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41602", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64547, + "usage_id": 118 + }, + "0103.U1.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1364, Installation", "arch_name": "-1364@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41602", - "roomcode": "0103.U1.364", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41608", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41602, + "usage_id": 120 + }, + "0103.U1.364A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1364A, Installationsschacht", "arch_name": "-1364A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41608", - "roomcode": "0103.U1.364A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41680", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41608, + "usage_id": 120 + }, + "0103.U1.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1365, Flur/Treppe", "arch_name": "-1365@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41680", - "roomcode": "0103.U1.365", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64548", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41680, + "usage_id": 223 + }, + "0103.U1.380": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1380, Lichtschacht", "arch_name": "-1380@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64548", - "roomcode": "0103.U1.380", - "usage": 31 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64549", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64548, + "usage_id": 31 + }, + "0103.U1.381": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1381, Lichtschacht", "arch_name": "-1381@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64549", - "roomcode": "0103.U1.381", - "usage": 31 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64550", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64549, + "usage_id": 31 + }, + "0103.U1.382": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1382, Lichtschacht", "arch_name": "-1382@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64550", - "roomcode": "0103.U1.382", - "usage": 31 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64551", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64550, + "usage_id": 31 + }, + "0103.U1.390": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-1390, Luftfl\u00e4che", "arch_name": "-1390@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64551", - "roomcode": "0103.U1.390", - "usage": 31 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41662", + "area_id": 27, + "building_id": 563, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64551, + "usage_id": 31 + }, + "0103.U2.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2301, Treppenraum", "arch_name": "-2301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41662", - "roomcode": "0103.U2.301", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41669", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41662, + "usage_id": 223 + }, + "0103.U2.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2302, Maschinenraum", "arch_name": "-2302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41669", - "roomcode": "0103.U2.302", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41742", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41669, + "usage_id": 120 + }, + "0103.U2.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2303, Lager", "arch_name": "-2303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41742", - "roomcode": "0103.U2.303", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41747", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41742, + "usage_id": 30 + }, + "0103.U2.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2304, Archiv/Lager", "arch_name": "-2304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41747", - "roomcode": "0103.U2.304", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41754", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41747, + "usage_id": 2 + }, + "0103.U2.304A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2304A, Flur", "arch_name": "-2304A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41754", - "roomcode": "0103.U2.304A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41760", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41754, + "usage_id": 222 + }, + "0103.U2.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2305, Archiv/Lager", "arch_name": "-2305@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41760", - "roomcode": "0103.U2.305", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41823", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41760, + "usage_id": 2 + }, + "0103.U2.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "-2306, Flur", "arch_name": "-2306@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41823", - "roomcode": "0103.U2.306", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59159", + "area_id": 27, + "building_id": 563, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41823, + "usage_id": 222 + }, + "0103.Z1.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2301, Dunkelkammer", "arch_name": "N Z2301@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15355", - "operator": "[ TUEIEWT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59159", - "roomcode": "0103.Z1.301", - "usage": 104 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59158", - "alt_name": "N Z2302, Archiv", - "arch_name": "N Z2302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15355", - "operator": "[ TUEIEWT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59158", - "roomcode": "0103.Z1.302", - "usage": 136 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59158", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 15355, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59159, + "usage_id": 104 + }, + "0103.Z1.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2302, Archiv", "arch_name": "N Z2302@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15355", - "operator": "[ TUEIEWT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59158", - "roomcode": "0103.Z1.302", - "usage": 136 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59163", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 15355, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59158, + "usage_id": 2 + }, + "0103.Z1.302A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2302A, Lager", "arch_name": "N Z2302A@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15355", - "operator": "[ TUEIEWT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59163", - "roomcode": "0103.Z1.302A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59160", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 15355, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59163, + "usage_id": 30 + }, + "0103.Z1.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2303, Serverraum", "arch_name": "N Z2303@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15355", - "operator": "[ TUEIEWT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59160", - "roomcode": "0103.Z1.303", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59157", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 15355, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59160, + "usage_id": 207 + }, + "0103.Z1.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2304, Archiv", "arch_name": "N Z2304@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15355", - "operator": "[ TUEIEWT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59157", - "roomcode": "0103.Z1.304", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59161", - "alt_name": "N Z2310, Treppenraum", - "arch_name": "N Z2310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59161", - "roomcode": "0103.Z1.310", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59161", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "PVC", + "main_operator_id": 15355, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59157, + "usage_id": 2 + }, + "0103.Z1.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z2310, Treppenraum", "arch_name": "N Z2310@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59161", - "roomcode": "0103.Z1.310", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59155", - "alt_name": "N Z1311, Aufzug", - "arch_name": "N Z1311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59155", - "roomcode": "0103.Z1.311", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59155", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59161, + "usage_id": 223 + }, + "0103.Z1.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N Z1311, Aufzug", "arch_name": "N Z1311@0103", - "b_area_id": 27, - "b_filter_id": 563, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59155", - "roomcode": "0103.Z1.311", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38632", + "area_id": 27, + "building_id": 563, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59155, + "usage_id": 4 + }, + "0104.01.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1401, B\u00fcro", "arch_name": "N1401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38632", - "roomcode": "0104.01.401", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38639", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38632, + "usage_id": 12 + }, + "0104.01.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1402, Sekretariat", "arch_name": "N1402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38639", - "roomcode": "0104.01.402", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38643", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15376, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38639, + "usage_id": 40 + }, + "0104.01.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1403, Prof.-B\u00fcro", "arch_name": "N1403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38643", - "roomcode": "0104.01.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38651", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15376, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38643, + "usage_id": 12 + }, + "0104.01.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1404, B\u00fcro", "arch_name": "N1404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38651", - "roomcode": "0104.01.404", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7487", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38651, + "usage_id": 12 + }, + "0104.01.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1405, B\u00fcro", "arch_name": "N1405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7487", - "roomcode": "0104.01.405", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38663", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7487, + "usage_id": 12 + }, + "0104.01.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1406, Studentenarb. m. DV", "arch_name": "N1406@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38663", - "roomcode": "0104.01.406", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7494", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38663, + "usage_id": 208 + }, + "0104.01.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1407, B\u00fcro", "arch_name": "N1407@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7494", - "roomcode": "0104.01.407", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38671", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7494, + "usage_id": 12 + }, + "0104.01.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1408, B\u00fcro", "arch_name": "N1408@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38671", - "roomcode": "0104.01.408", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38676", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38671, + "usage_id": 12 + }, + "0104.01.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1409, Opt. Messtechnik", "arch_name": "N1409@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38676", - "roomcode": "0104.01.409", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38682", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38676, + "usage_id": 103 + }, + "0104.01.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1410, B\u00fcro", "arch_name": "N1410@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38682", - "roomcode": "0104.01.410", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38686", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38682, + "usage_id": 12 + }, + "0104.01.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1411, Computerlabor", "arch_name": "N1411@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38686", - "roomcode": "0104.01.411", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=14734", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38686, + "usage_id": 103 + }, + "0104.01.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1412, Elektronische Werkstatt", "arch_name": "N1412@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14734", - "roomcode": "0104.01.412", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38514", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14734, + "usage_id": 51 + }, + "0104.01.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1413, Sitzungs-, Konferenzraum", "arch_name": "N1413@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15376&cRes=28072&cReadonly=J", - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38514", - "roomcode": "0104.01.413", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7520", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 28072, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38514, + "usage_id": 196 + }, + "0104.01.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1414, Seminarraum", "arch_name": "N1414@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15376&cRes=15035&cReadonly=J", - "extended": { - "additional_description": "N1414, Seminarraum", - "address": "Theresienstr. 90(0104), 1.Obergescho\u00df", - "architect_room_nr": "N1414@0104", - "area_m2": 94.81, - "building": "0104 (N4) Elektro Physik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "414", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7520", - "roomcode": "0104.01.414", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7523", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 15035, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7520, + "usage_id": 41 + }, + "0104.01.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1415, Audiovisueller Unterricht", "arch_name": "N1415@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15376&cRes=15036&cReadonly=J", - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7523", - "roomcode": "0104.01.415", - "usage": 135 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38548", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 15036, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7523, + "usage_id": 135 + }, + "0104.01.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1416, Kopierer", "arch_name": "N1416@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38548", - "roomcode": "0104.01.416", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38557", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38548, + "usage_id": 110 + }, + "0104.01.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1420, Lager", "arch_name": "N1420@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38557", - "roomcode": "0104.01.420", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38566", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38557, + "usage_id": 30 + }, + "0104.01.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1425, Putzraum", "arch_name": "N1425@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38566", - "roomcode": "0104.01.425", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38571", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38566, + "usage_id": 205 + }, + "0104.01.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1426, Lager", "arch_name": "N1426@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38571", - "roomcode": "0104.01.426", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64230", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38571, + "usage_id": 30 + }, + "0104.01.426A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N10426A, WC-Vorraum Damen", "arch_name": "N10426A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64230", - "roomcode": "0104.01.426A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38576", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64230, + "usage_id": 118 + }, + "0104.01.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1427, WC-Damen", "arch_name": "N1427@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38576", - "roomcode": "0104.01.427", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38753", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38576, + "usage_id": 116 + }, + "0104.01.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1428, Aufzug", "arch_name": "N1428@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38753", - "roomcode": "0104.01.428", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38756", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38753, + "usage_id": 4 + }, + "0104.01.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1429, Teek\u00fcche", "arch_name": "N1429@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38756", - "roomcode": "0104.01.429", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38762", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38756, + "usage_id": 198 + }, + "0104.01.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1430, WC-Damen", "arch_name": "N1430@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38762", - "roomcode": "0104.01.430", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64212", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38762, + "usage_id": 116 + }, + "0104.01.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1430A, WC-Vorraum Damen", "arch_name": "N1430A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64212", - "roomcode": "0104.01.430A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38766", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64212, + "usage_id": 118 + }, + "0104.01.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1431, WC-Herren", "arch_name": "N1431@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38766", - "roomcode": "0104.01.431", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=64213", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38766, + "usage_id": 115 + }, + "0104.01.431A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1431A, WC-Vorraum Herren", "arch_name": "N1431A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64213", - "roomcode": "0104.01.431A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38772", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64213, + "usage_id": 118 + }, + "0104.01.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1450, Flur", "arch_name": "N1450@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38772", - "roomcode": "0104.01.450", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38775", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38772, + "usage_id": 222 + }, + "0104.01.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1451, Treppenraum", "arch_name": "N1451@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38775", - "roomcode": "0104.01.451", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38777", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38775, + "usage_id": 223 + }, + "0104.01.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1452, Flur S\u00fcd/Archiv/Dokumentation", "arch_name": "N1452@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38777", - "roomcode": "0104.01.452", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38779", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38777, + "usage_id": 222 + }, + "0104.01.453": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1453, Flur Ost/Archiv/Dokumentation", "arch_name": "N1453@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38779", - "roomcode": "0104.01.453", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38780", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38779, + "usage_id": 222 + }, + "0104.01.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1454, Flur Nord/Archiv/Dokumentation", "arch_name": "N1454@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38780", - "roomcode": "0104.01.454", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38792", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38780, + "usage_id": 222 + }, + "0104.01.454A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1454A, Flur Nord", "arch_name": "N1454A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38792", - "roomcode": "0104.01.454A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7586", + "area_id": 27, + "building_id": 564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38792, + "usage_id": 222 + }, + "0104.02.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2401, B\u00fcro", "arch_name": "N2401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7586", - "roomcode": "0104.02.401", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7588", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7586, + "usage_id": 12 + }, + "0104.02.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2402, B\u00fcro", "arch_name": "N2402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7588", - "roomcode": "0104.02.402", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7589", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7588, + "usage_id": 12 + }, + "0104.02.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2403, Prof.-B\u00fcro", "arch_name": "N2403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7589", - "roomcode": "0104.02.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38850", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7589, + "usage_id": 12 + }, + "0104.02.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2404, Pr\u00fcf.-Disputationsraum", "arch_name": "N2404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=30392&cReadonly=J", - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38850", - "roomcode": "0104.02.404", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38857", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 30392, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38850, + "usage_id": 196 + }, + "0104.02.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2405, Sem./Pr\u00fcf./Bibliothek", "arch_name": "N2405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=21904&cReadonly=J", - "extended": { - "additional_description": "N2405, Sem./Pr\u00fcf./Bibliothek", - "address": "Theresienstr. 90(0104), 2.Obergescho\u00df", - "architect_room_nr": "N2405@0104", - "area_m2": 42.8, - "building": "0104 (N4) Elektro Physik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "405", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38857", - "roomcode": "0104.02.405", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38858", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 21904, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38857, + "usage_id": 41 + }, + "0104.02.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2406, Studentencomputerraum 1", "arch_name": "N2406@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38858", - "roomcode": "0104.02.406", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7598", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38858, + "usage_id": 208 + }, + "0104.02.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2407, Seminarraum", "arch_name": "N2407@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=15040&cReadonly=J", - "extended": { - "additional_description": "N2407, Seminarraum", - "address": "Theresienstr. 90(0104), 2.Obergescho\u00df", - "architect_room_nr": "N2407@0104", - "area_m2": 96.2, - "building": "0104 (N4) Elektro Physik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "407", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7598", - "roomcode": "0104.02.407", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38863", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 15040, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7598, + "usage_id": 41 + }, + "0104.02.407A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2407A, Praktikum", "arch_name": "N2407A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=32592&cReadonly=J", - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38863", - "roomcode": "0104.02.407A", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=70745", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 32592, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38863, + "usage_id": 103 + }, + "0104.02.407B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2407B, Praktikum", "arch_name": "N2407B@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=30612&cReadonly=J", - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70745", - "roomcode": "0104.02.407B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=75440", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 30612, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 22, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70745, + "usage_id": 103 + }, + "0104.02.407C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2407C, Lager", "arch_name": "N2407C@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75440", - "roomcode": "0104.02.407C", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7601", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75440, + "usage_id": 30 + }, + "0104.02.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2408, Seminarraum", "arch_name": "N2408@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=15041&cReadonly=J", - "extended": { - "additional_description": "N2408, Seminarraum", - "address": "Theresienstr. 90(0104), 2.Obergescho\u00df", - "architect_room_nr": "N2408@0104", - "area_m2": 112.24, - "building": "0104 (N4) Elektro Physik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "408", - "seats": 84, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7601", - "roomcode": "0104.02.408", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7604", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 15041, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 84, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7601, + "usage_id": 41 + }, + "0104.02.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2409, Seminarraum", "arch_name": "N2409@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=15042&cReadonly=J", - "extended": { - "additional_description": "N2409, Seminarraum", - "address": "Theresienstr. 90(0104), 2.Obergescho\u00df", - "architect_room_nr": "N2409@0104", - "area_m2": 61.46, - "building": "0104 (N4) Elektro Physik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "409", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7604", - "roomcode": "0104.02.409", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7608", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 15042, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7604, + "usage_id": 41 + }, + "0104.02.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2410, B\u00fcro", "arch_name": "N2410@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7608", - "roomcode": "0104.02.410", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38876", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7608, + "usage_id": 12 + }, + "0104.02.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2426, Lager", "arch_name": "N2426@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38876", - "roomcode": "0104.02.426", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38880", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38876, + "usage_id": 30 + }, + "0104.02.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2427, WC-Herren", "arch_name": "N2427@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38880", - "roomcode": "0104.02.427", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64214", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38880, + "usage_id": 115 + }, + "0104.02.427A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2427A, WC-Vorraum Herren", "arch_name": "N2427A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64214", - "roomcode": "0104.02.427A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38690", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64214, + "usage_id": 118 + }, + "0104.02.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2428, Aufzug", "arch_name": "N2428@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38690", - "roomcode": "0104.02.428", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38691", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38690, + "usage_id": 4 + }, + "0104.02.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2429, Teek\u00fcche", "arch_name": "N2429@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38691", - "roomcode": "0104.02.429", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38693", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38691, + "usage_id": 198 + }, + "0104.02.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2430, WC-Damen", "arch_name": "N2430@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38693", - "roomcode": "0104.02.430", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=64215", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38693, + "usage_id": 116 + }, + "0104.02.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2430A, WC-Vorraum Damen", "arch_name": "N2430A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64215", - "roomcode": "0104.02.430A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38696", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64215, + "usage_id": 118 + }, + "0104.02.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2431, WC-Herren", "arch_name": "N2431@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38696", - "roomcode": "0104.02.431", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=65092", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38696, + "usage_id": 115 + }, + "0104.02.431A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2431A, WC-Vorraum Herren", "arch_name": "N2431A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65092", - "roomcode": "0104.02.431A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38700", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65092, + "usage_id": 118 + }, + "0104.02.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2450, Flur", "arch_name": "N2450@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38700", - "roomcode": "0104.02.450", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38705", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38700, + "usage_id": 222 + }, + "0104.02.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2451, Treppenraum", "arch_name": "N2451@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38705", - "roomcode": "0104.02.451", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38709", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38705, + "usage_id": 223 + }, + "0104.02.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2452, Flur S\u00fcd", "arch_name": "N2452@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38709", - "roomcode": "0104.02.452", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38714", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38709, + "usage_id": 222 + }, + "0104.02.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2454, Flur Nord", "arch_name": "N2454@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38714", - "roomcode": "0104.02.454", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38719", + "area_id": 27, + "building_id": 564, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38714, + "usage_id": 222 + }, + "0104.03.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3401, Teek\u00fcche", "arch_name": "N3401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38719", - "roomcode": "0104.03.401", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7548", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38719, + "usage_id": 198 + }, + "0104.03.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3402, G\u00e4steraum 1", "arch_name": "N3402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15364&cRes=33312&cReadonly=J", - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7548", - "roomcode": "0104.03.402", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7550", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 33312, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7548, + "usage_id": 12 + }, + "0104.03.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3403, B\u00fcro", "arch_name": "N3403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7550", - "roomcode": "0104.03.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7554", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7550, + "usage_id": 12 + }, + "0104.03.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3404, B\u00fcro", "arch_name": "N3404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7554", - "roomcode": "0104.03.404", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7557", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7554, + "usage_id": 12 + }, + "0104.03.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3405, B\u00fcro", "arch_name": "N3405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7557", - "roomcode": "0104.03.405", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7559", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7557, + "usage_id": 12 + }, + "0104.03.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3406, B\u00fcro", "arch_name": "N3406@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7559", - "roomcode": "0104.03.406", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7560", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7559, + "usage_id": 12 + }, + "0104.03.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3407, B\u00fcro", "arch_name": "N3407@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7560", - "roomcode": "0104.03.407", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7561", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7560, + "usage_id": 12 + }, + "0104.03.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3409, B\u00fcro", "arch_name": "N3409@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7561", - "roomcode": "0104.03.409", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7562", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7561, + "usage_id": 12 + }, + "0104.03.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3410, B\u00fcro", "arch_name": "N3410@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7562", - "roomcode": "0104.03.410", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7564", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7562, + "usage_id": 12 + }, + "0104.03.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3411, B\u00fcro", "arch_name": "N3411@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7564", - "roomcode": "0104.03.411", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7675", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7564, + "usage_id": 12 + }, + "0104.03.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3412, B\u00fcro", "arch_name": "N3412@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7675", - "roomcode": "0104.03.412", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7678", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7675, + "usage_id": 12 + }, + "0104.03.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3413, B\u00fcro", "arch_name": "N3413@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7678", - "roomcode": "0104.03.413", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39015", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7678, + "usage_id": 12 + }, + "0104.03.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3414, B\u00fcro", "arch_name": "N3414@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15371", - "operator": "[ TUEILUT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39015", - "roomcode": "0104.03.414", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39019", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15371, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39015, + "usage_id": 12 + }, + "0104.03.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3415, B\u00fcro", "arch_name": "N3415@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39019", - "roomcode": "0104.03.415", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=67681", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39019, + "usage_id": 12 + }, + "0104.03.415A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3415A, G\u00e4steraum 2", "arch_name": "N3415A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67681", - "roomcode": "0104.03.415A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39025", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67681, + "usage_id": 12 + }, + "0104.03.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3416, Assistenten", "arch_name": "N3416@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=48078", - "operator": "[ TUEICOD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39025", - "roomcode": "0104.03.416", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39031", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48078, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39025, + "usage_id": 12 + }, + "0104.03.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3417, Assistenten", "arch_name": "N3417@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=48078", - "operator": "[ TUEICOD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39031", - "roomcode": "0104.03.417", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7700", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48078, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39031, + "usage_id": 12 + }, + "0104.03.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3418, Prof.-B\u00fcro", "arch_name": "N3418@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=48078", - "operator": "[ TUEICOD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7700", - "roomcode": "0104.03.418", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39049", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48078, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7700, + "usage_id": 12 + }, + "0104.03.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3420, Lager", "arch_name": "N3420@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39049", - "roomcode": "0104.03.420", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38881", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39049, + "usage_id": 30 + }, + "0104.03.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3421, Lager", "arch_name": "N3421@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38881", - "roomcode": "0104.03.421", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38882", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38881, + "usage_id": 30 + }, + "0104.03.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3422, Server", "arch_name": "N3422@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38882", - "roomcode": "0104.03.422", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38888", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38882, + "usage_id": 207 + }, + "0104.03.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3423, Kopierraum", "arch_name": "N3423@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38888", - "roomcode": "0104.03.423", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38889", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38888, + "usage_id": 110 + }, + "0104.03.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3424, Lager", "arch_name": "N3424@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38889", - "roomcode": "0104.03.424", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38892", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38889, + "usage_id": 30 + }, + "0104.03.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3425, Lager", "arch_name": "N3425@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38892", - "roomcode": "0104.03.425", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38896", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38892, + "usage_id": 30 + }, + "0104.03.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3426, Lager", "arch_name": "N3426@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38896", - "roomcode": "0104.03.426", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38918", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38896, + "usage_id": 30 + }, + "0104.03.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3427, WC-Damen", "arch_name": "N3427@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38918", - "roomcode": "0104.03.427", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64217", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38918, + "usage_id": 116 + }, + "0104.03.427A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3427A, WC-Vorraum Damen", "arch_name": "N3427A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64217", - "roomcode": "0104.03.427A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38923", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64217, + "usage_id": 118 + }, + "0104.03.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3428, Aufzug", "arch_name": "N3428@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38923", - "roomcode": "0104.03.428", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38907", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38923, + "usage_id": 4 + }, + "0104.03.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3429, Putzraum", "arch_name": "N3429@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38907", - "roomcode": "0104.03.429", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38909", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38907, + "usage_id": 205 + }, + "0104.03.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3430, WC-Damen", "arch_name": "N3430@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38909", - "roomcode": "0104.03.430", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64218", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38909, + "usage_id": 116 + }, + "0104.03.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3430A, WC-Vorraum Damen", "arch_name": "N3430A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64218", - "roomcode": "0104.03.430A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38913", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64218, + "usage_id": 118 + }, + "0104.03.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3431, WC-Herren", "arch_name": "N3431@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38913", - "roomcode": "0104.03.431", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=64216", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38913, + "usage_id": 115 + }, + "0104.03.431A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3431A, WC-Vorraum Herren", "arch_name": "N3431A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64216", - "roomcode": "0104.03.431A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39073", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64216, + "usage_id": 118 + }, + "0104.03.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3450, Flur", "arch_name": "N3450@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39073", - "roomcode": "0104.03.450", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39077", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39073, + "usage_id": 222 + }, + "0104.03.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3451, Treppenraum", "arch_name": "N3451@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39077", - "roomcode": "0104.03.451", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39081", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39077, + "usage_id": 223 + }, + "0104.03.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3452, Flur S\u00fcd", "arch_name": "N3452@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39081", - "roomcode": "0104.03.452", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39085", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39081, + "usage_id": 222 + }, + "0104.03.453": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3453, Flur Ost", "arch_name": "N3453@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39085", - "roomcode": "0104.03.453", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=39089", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39085, + "usage_id": 222 + }, + "0104.03.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3454, Flur Nord", "arch_name": "N3454@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39089", - "roomcode": "0104.03.454", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7665", + "area_id": 27, + "building_id": 564, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39089, + "usage_id": 222 + }, + "0104.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4401, B\u00fcro", "arch_name": "N4401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=44066&cRes=30832&cReadonly=J", - "list_index": "175", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7665", - "roomcode": "0104.04.401", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7669", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 30832, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7665, + "usage_id": 12 + }, + "0104.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4402, Prof.-B\u00fcro", "arch_name": "N4402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7669", - "roomcode": "0104.04.402", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7671", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7669, + "usage_id": 12 + }, + "0104.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4403, B\u00fcro", "arch_name": "N4403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=48078&cRes=28592&cReadonly=J", - "list_index": "177", - "op_link": "webnav.navigate_to?corg=48078", - "operator": "[ TUEICOD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7671", - "roomcode": "0104.04.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39113", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 28592, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48078, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7671, + "usage_id": 12 + }, + "0104.04.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4404, Praktikum", "arch_name": "N4404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15369", - "operator": "[ TULRNAV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39113", - "roomcode": "0104.04.404", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=7848", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15369, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39113, + "usage_id": 208 + }, + "0104.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4405, B\u00fcro", "arch_name": "N4405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15369", - "operator": "[ TULRNAV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7848", - "roomcode": "0104.04.405", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=13460", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15369, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7848, + "usage_id": 12 + }, + "0104.04.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4406, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N4406@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15369", - "operator": "[ TULRNAV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13460", - "roomcode": "0104.04.406", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=14725", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15369, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13460, + "usage_id": 12 + }, + "0104.04.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4407, Elektrische Werkstatt", "arch_name": "N4407@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14725", - "roomcode": "0104.04.407", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=72139", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44066, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14725, + "usage_id": 51 + }, + "0104.04.407A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4407A, Seminarraum", "arch_name": "N4407A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "extended": { - "additional_description": "N4407A, Seminarraum", - "address": "Theresienstr. 90(0104), 4.Obergescho\u00df", - "architect_room_nr": "N4407A@0104", - "area_m2": 32.76, - "building": "0104 (N4) Elektro Physik", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "407A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72139", - "roomcode": "0104.04.407A", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39126", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72139, + "usage_id": 41 + }, + "0104.04.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4408, B\u00fcro", "arch_name": "N4408@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39126", - "roomcode": "0104.04.408", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=62495", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44066, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39126, + "usage_id": 12 + }, + "0104.04.409A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4409A, B\u00fcro", "arch_name": "N4409A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62495", - "roomcode": "0104.04.409A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=62496", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62495, + "usage_id": 12 + }, + "0104.04.409B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4409B, B\u00fcro", "arch_name": "N4409B@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62496", - "roomcode": "0104.04.409B", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=62497", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62496, + "usage_id": 12 + }, + "0104.04.409C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4409C, Flur", "arch_name": "N4409C@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62497", - "roomcode": "0104.04.409C", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39134", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62497, + "usage_id": 222 + }, + "0104.04.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4410, Seminarraum/Besprechungsraum", "arch_name": "N4410@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=44066&cRes=21623&cReadonly=J", - "extended": { - "additional_description": "N4410, Seminarraum/Besprechungsraum", - "address": "Theresienstr. 90(0104), 4.Obergescho\u00df", - "architect_room_nr": "N4410@0104", - "area_m2": 33.5, - "building": "0104 (N4) Elektro Physik", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "410", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39134", - "roomcode": "0104.04.410", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39138", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 21623, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39134, + "usage_id": 41 + }, + "0104.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4411, B\u00fcro", "arch_name": "N4411@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39138", - "roomcode": "0104.04.411", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39147", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39138, + "usage_id": 12 + }, + "0104.04.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4412, B\u00fcro", "arch_name": "N4412@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39147", - "roomcode": "0104.04.412", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39151", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39147, + "usage_id": 12 + }, + "0104.04.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4413, B\u00fcro", "arch_name": "N4413@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39151", - "roomcode": "0104.04.413", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39155", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39151, + "usage_id": 12 + }, + "0104.04.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4414, B\u00fcro", "arch_name": "N4414@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39155", - "roomcode": "0104.04.414", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39159", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39155, + "usage_id": 12 + }, + "0104.04.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4415, B\u00fcro", "arch_name": "N4415@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39159", - "roomcode": "0104.04.415", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39166", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39159, + "usage_id": 12 + }, + "0104.04.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4419, Lager", "arch_name": "N4419@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39166", - "roomcode": "0104.04.419", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39174", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39166, + "usage_id": 30 + }, + "0104.04.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4420, Teek\u00fcche", "arch_name": "N4420@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39174", - "roomcode": "0104.04.420", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39191", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39174, + "usage_id": 198 + }, + "0104.04.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4421, Drucker", "arch_name": "N4421@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39191", - "roomcode": "0104.04.421", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39196", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39191, + "usage_id": 110 + }, + "0104.04.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4427, WC-Herren", "arch_name": "N4427@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39196", - "roomcode": "0104.04.427", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64221", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39196, + "usage_id": 115 + }, + "0104.04.427A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4427A, WC-Vorraum Herren", "arch_name": "N4427A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64221", - "roomcode": "0104.04.427A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39199", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64221, + "usage_id": 118 + }, + "0104.04.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4428, Aufzug", "arch_name": "N4428@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39199", - "roomcode": "0104.04.428", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39053", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39199, + "usage_id": 4 + }, + "0104.04.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4429, Lager", "arch_name": "N4429@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39053", - "roomcode": "0104.04.429", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39058", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39053, + "usage_id": 30 + }, + "0104.04.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4430, WC-Damen", "arch_name": "N4430@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39058", - "roomcode": "0104.04.430", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64223", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39058, + "usage_id": 116 + }, + "0104.04.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4430A, WC-Vorraum Damen", "arch_name": "N4430A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64223", - "roomcode": "0104.04.430A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39062", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64223, + "usage_id": 118 + }, + "0104.04.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4431, WC-Herren", "arch_name": "N4431@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39062", - "roomcode": "0104.04.431", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64222", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39062, + "usage_id": 115 + }, + "0104.04.431A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4431A, WC-Vorraum Herren", "arch_name": "N4431A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64222", - "roomcode": "0104.04.431A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39065", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64222, + "usage_id": 118 + }, + "0104.04.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4450, Flur", "arch_name": "N4450@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39065", - "roomcode": "0104.04.450", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39068", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39065, + "usage_id": 222 + }, + "0104.04.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4451, Treppenraum", "arch_name": "N4451@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39068", - "roomcode": "0104.04.451", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39072", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39068, + "usage_id": 223 + }, + "0104.04.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4452, Flur S\u00fcd", "arch_name": "N4452@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39072", - "roomcode": "0104.04.452", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39272", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39072, + "usage_id": 222 + }, + "0104.04.453": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4453, Flur Ost", "arch_name": "N4453@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39272", - "roomcode": "0104.04.453", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=39274", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39272, + "usage_id": 222 + }, + "0104.04.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4454, Treppe", "arch_name": "N4454@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39274", - "roomcode": "0104.04.454", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64219", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39274, + "usage_id": 223 + }, + "0104.04.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4460, Treppenhaus", "arch_name": "N4460@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64219", - "roomcode": "0104.04.460", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=64220", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64219, + "usage_id": 223 + }, + "0104.04.461": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4461, Maschinenraum", "arch_name": "N4461@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64220", - "roomcode": "0104.04.461", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=39277", + "area_id": 27, + "building_id": 564, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64220, + "usage_id": 5 + }, + "0104.05.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5401, Maschinenraum-L\u00fcftung (nun DG)", "arch_name": "N5401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39277", - "roomcode": "0104.05.401", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=39281", + "area_id": 27, + "building_id": 564, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39277, + "usage_id": 32 + }, + "0104.05.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5402, Aufzugsmaschinenraum (nun DG)", "arch_name": "N5402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39281", - "roomcode": "0104.05.402", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=7828", + "area_id": 27, + "building_id": 564, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39281, + "usage_id": 5 + }, + "0104.05.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5403, B\u00fcro mit exp. Arbeitsplatz (nun DG)", "arch_name": "N5403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7828", - "roomcode": "0104.05.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=39287", + "area_id": 27, + "building_id": 564, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7828, + "usage_id": 12 + }, + "0104.05.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5404, Stud.-u. Sch\u00fclerarbeitsraum (nun DG)", "arch_name": "N5404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39287", - "roomcode": "0104.05.404", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=39290", + "area_id": 27, + "building_id": 564, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39287, + "usage_id": 208 + }, + "0104.05.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5405, Flur/Treppe (nun DG)", "arch_name": "N5405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39290", - "roomcode": "0104.05.405", - "usage": 222 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=64224", + "area_id": 27, + "building_id": 564, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39290, + "usage_id": 222 + }, + "0104.DG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5401, RLT", "arch_name": "N5401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64224", - "roomcode": "0104.DG.401", - "usage": 32 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=64225", + "area_id": 27, + "building_id": 564, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64224, + "usage_id": 32 + }, + "0104.DG.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5402, Aufzugsmasch.", "arch_name": "N5402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64225", - "roomcode": "0104.DG.402", - "usage": 5 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=64226", + "area_id": 27, + "building_id": 564, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64225, + "usage_id": 5 + }, + "0104.DG.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5403, B\u00fcro", "arch_name": "N5403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64226", - "roomcode": "0104.DG.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=64227", + "area_id": 27, + "building_id": 564, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64226, + "usage_id": 12 + }, + "0104.DG.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5404, Stud.Arbeit", "arch_name": "N5404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64227", - "roomcode": "0104.DG.404", - "usage": 208 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=64228", + "area_id": 27, + "building_id": 564, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64227, + "usage_id": 208 + }, + "0104.DG.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5405, Flur", "arch_name": "N5405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64228", - "roomcode": "0104.DG.405", - "usage": 222 - }, - { - "address": "Theresienstr. 90, DG", - "address_link": "ris.einzelraum?raumkey=65093", + "area_id": 27, + "building_id": 564, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64228, + "usage_id": 222 + }, + "0104.DG.490": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5490, Dachterrasse (Reinigen)", "arch_name": "N5490@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65093", - "roomcode": "0104.DG.490", - "usage": 137 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38332", + "area_id": 27, + "building_id": 564, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65093, + "usage_id": 137 + }, + "0104.EG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0401, K\u00fcche", "arch_name": "N0401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38332", - "roomcode": "0104.EG.401", - "usage": 28 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38335", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 53497, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38332, + "usage_id": 28 + }, + "0104.EG.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0402, Besprechungsraum", "arch_name": "N0402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38335", - "roomcode": "0104.EG.402", - "usage": 196 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7317", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38335, + "usage_id": 196 + }, + "0104.EG.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0403, B\u00fcro", "arch_name": "N0403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7317", - "roomcode": "0104.EG.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7319", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7317, + "usage_id": 12 + }, + "0104.EG.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0404, B\u00fcro", "arch_name": "N0404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7319", - "roomcode": "0104.EG.404", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38194", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7319, + "usage_id": 12 + }, + "0104.EG.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0405, B\u00fcro", "arch_name": "N0405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38194", - "roomcode": "0104.EG.405", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38199", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38194, + "usage_id": 12 + }, + "0104.EG.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0406, Prof.-B\u00fcro", "arch_name": "N0406@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38199", - "roomcode": "0104.EG.406", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7323", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 53497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38199, + "usage_id": 12 + }, + "0104.EG.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0407, Sekretariat", "arch_name": "N0407@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7323", - "roomcode": "0104.EG.407", - "usage": 40 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7324", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7323, + "usage_id": 40 + }, + "0104.EG.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0408, B\u00fcro", "arch_name": "N0408@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7324", - "roomcode": "0104.EG.408", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38227", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 53497, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7324, + "usage_id": 12 + }, + "0104.EG.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0409, B\u00fcro", "arch_name": "N0409@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38227", - "roomcode": "0104.EG.409", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38254", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38227, + "usage_id": 12 + }, + "0104.EG.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0410, Studentenarb. m. DV", "arch_name": "N0410@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38254", - "roomcode": "0104.EG.410", - "usage": 208 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38257", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38254, + "usage_id": 208 + }, + "0104.EG.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0411, B\u00fcro", "arch_name": "N0411@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38257", - "roomcode": "0104.EG.411", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7359", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38257, + "usage_id": 12 + }, + "0104.EG.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0412, B\u00fcro", "arch_name": "N0412@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=44066", - "operator": "[ TUEILTI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7359", - "roomcode": "0104.EG.412", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38219", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44066, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7359, + "usage_id": 12 + }, + "0104.EG.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0413, Elektroniklabor", "arch_name": "N0413@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38219", - "roomcode": "0104.EG.413", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38222", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38219, + "usage_id": 103 + }, + "0104.EG.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0414, Labor", "arch_name": "N0414@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38222", - "roomcode": "0104.EG.414", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38388", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38222, + "usage_id": 103 + }, + "0104.EG.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0416, Drohnen Labor", "arch_name": "N0416@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38388", - "roomcode": "0104.EG.416", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38391", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38388, + "usage_id": 49 + }, + "0104.EG.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0417, Drohnen Labor", "arch_name": "N0417@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38391", - "roomcode": "0104.EG.417", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38397", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38391, + "usage_id": 49 + }, + "0104.EG.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0418, Drohnen Labor", "arch_name": "N0418@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38397", - "roomcode": "0104.EG.418", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38403", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38397, + "usage_id": 49 + }, + "0104.EG.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0423, Lager/Kopierer", "arch_name": "N0423@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38403", - "roomcode": "0104.EG.423", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38424", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38403, + "usage_id": 30 + }, + "0104.EG.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0424, Lichtschleuse/Dunkelraum", "arch_name": "N0424@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38424", - "roomcode": "0104.EG.424", - "usage": 104 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38441", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38424, + "usage_id": 104 + }, + "0104.EG.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0425, Fotolabor,Lichtpausraum", "arch_name": "N0425@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38441", - "roomcode": "0104.EG.425", - "usage": 110 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38445", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38441, + "usage_id": 110 + }, + "0104.EG.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0426, Physiklabor mit elektromagnetischer Abschir", "arch_name": "N0426@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38445", - "roomcode": "0104.EG.426", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38447", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38445, + "usage_id": 103 + }, + "0104.EG.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0427, WC-Herren", "arch_name": "N0427@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38447", - "roomcode": "0104.EG.427", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38454", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38447, + "usage_id": 115 + }, + "0104.EG.427A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0427A, Dusche", "arch_name": "N0427A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38454", - "roomcode": "0104.EG.427A", - "usage": 113 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64206", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38454, + "usage_id": 113 + }, + "0104.EG.427B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0427B, WC-Vorraum Herren", "arch_name": "N0427B@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64206", - "roomcode": "0104.EG.427B", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38461", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64206, + "usage_id": 118 + }, + "0104.EG.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0428, Aufzug", "arch_name": "N0428@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38461", - "roomcode": "0104.EG.428", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38466", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38461, + "usage_id": 4 + }, + "0104.EG.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0429, Installation", "arch_name": "N0429@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38466", - "roomcode": "0104.EG.429", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38471", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38466, + "usage_id": 120 + }, + "0104.EG.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0430, WC-Damen", "arch_name": "N0430@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38471", - "roomcode": "0104.EG.430", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64207", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38471, + "usage_id": 116 + }, + "0104.EG.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0430A, WC-Vorraum Damen", "arch_name": "N0430A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64207", - "roomcode": "0104.EG.430A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38482", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64207, + "usage_id": 118 + }, + "0104.EG.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0431, WC-Herren", "arch_name": "N0431@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38482", - "roomcode": "0104.EG.431", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64208", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38482, + "usage_id": 115 + }, + "0104.EG.431A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0431A, WC-Vorraum Herren", "arch_name": "N0431A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64208", - "roomcode": "0104.EG.431A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38494", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64208, + "usage_id": 118 + }, + "0104.EG.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0450, Flur/Archiv/Dokumentation", "arch_name": "N0450@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38494", - "roomcode": "0104.EG.450", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38364", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38494, + "usage_id": 222 + }, + "0104.EG.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0451, Treppenraum", "arch_name": "N0451@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38364", - "roomcode": "0104.EG.451", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38593", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38364, + "usage_id": 223 + }, + "0104.EG.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0452, Flur S\u00fcd/Archiv/Dokumentation", "arch_name": "N0452@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38593", - "roomcode": "0104.EG.452", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38601", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38593, + "usage_id": 222 + }, + "0104.EG.453": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0453, Flur Ost/Archiv/Dokumentation", "arch_name": "N0453@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38601", - "roomcode": "0104.EG.453", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38615", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38601, + "usage_id": 222 + }, + "0104.EG.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0454, Flur Nord/Archiv/Dokumentation", "arch_name": "N0454@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38615", - "roomcode": "0104.EG.454", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=38625", - "alt_name": "N0454A, Flur Nord", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38615, + "usage_id": 222 + }, + "0104.EG.454A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "N0454A, Flur Nord", "arch_name": "N0454A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38625", - "roomcode": "0104.EG.454A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64210", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38625, + "usage_id": 222 + }, + "0104.EG.490": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0490, Treppe", "arch_name": "N0490@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64210", - "roomcode": "0104.EG.490", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64211", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64210, + "usage_id": 223 + }, + "0104.EG.491": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N491, M\u00fclltonnen", "arch_name": "N491@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64211", - "roomcode": "0104.EG.491", - "usage": 31 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38095", + "area_id": 27, + "building_id": 564, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64211, + "usage_id": 31 + }, + "0104.U1.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1401, Lager", "arch_name": "N-1401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38095", - "roomcode": "0104.U1.401", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38098", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38095, + "usage_id": 30 + }, + "0104.U1.401A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1401A, LRZ-Verteilerknoten", "arch_name": "N-1401A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38098", - "roomcode": "0104.U1.401A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38102", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38098, + "usage_id": 120 + }, + "0104.U1.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1402, Lager", "arch_name": "N-1402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15364", - "operator": "[ TUEILNT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38102", - "roomcode": "0104.U1.402", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38107", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15364, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38102, + "usage_id": 30 + }, + "0104.U1.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1403, Fachschaft EI", "arch_name": "N-1403@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38107", - "roomcode": "0104.U1.403", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64200", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 38698, + "seats": { + "sitting": 17, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38107, + "usage_id": 12 + }, + "0104.U1.403A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1403A, Heizung", "arch_name": "N-1403A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64200", - "roomcode": "0104.U1.403A", - "usage": 201 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38109", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64200, + "usage_id": 201 + }, + "0104.U1.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1404, Mikrostr. Bauele.-Labor", "arch_name": "N-1404@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38109", - "roomcode": "0104.U1.404", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38112", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38109, + "usage_id": 103 + }, + "0104.U1.404A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1404A, Reinluftversorgung", "arch_name": "N-1404A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38112", - "roomcode": "0104.U1.404A", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64201", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38112, + "usage_id": 32 + }, + "0104.U1.404B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1404B, Reinraum Bereich", "arch_name": "N-1404B@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64201", - "roomcode": "0104.U1.404B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64202", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64201, + "usage_id": 103 + }, + "0104.U1.404C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1404C, Schleuse", "arch_name": "N-1404C@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64202", - "roomcode": "0104.U1.404C", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38118", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64202, + "usage_id": 103 + }, + "0104.U1.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1405, Gase/Fl\u00fcssigkeiten/Chemikalien", "arch_name": "N-1405@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38118", - "roomcode": "0104.U1.405", - "usage": 17 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38121", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38118, + "usage_id": 17 + }, + "0104.U1.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1406, Physikal. Versuchslabor", "arch_name": "N-1406@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38121", - "roomcode": "0104.U1.406", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38128", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15376, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38121, + "usage_id": 103 + }, + "0104.U1.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1407, Physikal. Versuchslabor", "arch_name": "N-1407@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38128", - "roomcode": "0104.U1.407", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=20057", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38128, + "usage_id": 103 + }, + "0104.U1.408A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1408A, Physikal. Versuchslabor", "arch_name": "N-1408A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15376&cRes=23750&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20057", - "roomcode": "0104.U1.408A", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38139", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 23750, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20057, + "usage_id": 103 + }, + "0104.U1.408B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1408B, Physikal. Versuchslabor", "arch_name": "N-1408B@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": "tvKalender.wSicht?cOrg=15376&cRes=25241&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38139", - "roomcode": "0104.U1.408B", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=72138", + "area_id": 27, + "building_id": 564, + "calendar_resource_nr": 25241, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38139, + "usage_id": 103 + }, + "0104.U1.408C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1408C, Elektroniklabor einf.", "arch_name": "N-1408C@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72138", - "roomcode": "0104.U1.408C", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38163", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72138, + "usage_id": 103 + }, + "0104.U1.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1409, Werkstatt", "arch_name": "N-1409@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38163", - "roomcode": "0104.U1.409", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38168", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15376, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38163, + "usage_id": 51 + }, + "0104.U1.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1412, Lager", "arch_name": "N-1412@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38168", - "roomcode": "0104.U1.412", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38174", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 38698, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38168, + "usage_id": 30 + }, + "0104.U1.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1413, Druckraum FSEI", "arch_name": "N-1413@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38174", - "roomcode": "0104.U1.413", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38182", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 38698, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38174, + "usage_id": 51 + }, + "0104.U1.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1421, Dusche", "arch_name": "N-1421@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38182", - "roomcode": "0104.U1.421", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=59796", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38182, + "usage_id": 113 + }, + "0104.U1.421A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1421A, Lager", "arch_name": "N-1421A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59796", - "roomcode": "0104.U1.421A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38187", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59796, + "usage_id": 30 + }, + "0104.U1.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1422, Materialraum", "arch_name": "N-1422@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38187", - "roomcode": "0104.U1.422", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38055", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38187, + "usage_id": 30 + }, + "0104.U1.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1424, Lager", "arch_name": "N-1424@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38055", - "roomcode": "0104.U1.424", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38281", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 38698, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38055, + "usage_id": 30 + }, + "0104.U1.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1428, Aufzug", "arch_name": "N-1428@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38281", - "roomcode": "0104.U1.428", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38285", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38281, + "usage_id": 4 + }, + "0104.U1.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1429, Elektrotechnik", "arch_name": "N-1429@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38285", - "roomcode": "0104.U1.429", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38290", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38285, + "usage_id": 160 + }, + "0104.U1.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1430, WC", "arch_name": "N-1430@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38290", - "roomcode": "0104.U1.430", - "usage": 114 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=65091", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38290, + "usage_id": 114 + }, + "0104.U1.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1430A, WC-Damen mit Dusche", "arch_name": "N-1430A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65091", - "roomcode": "0104.U1.430A", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38295", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65091, + "usage_id": 116 + }, + "0104.U1.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1431, Abstellraum", "arch_name": "N-1431@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=38698", - "operator": "[ TUEIFSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38295", - "roomcode": "0104.U1.431", - "usage": 159 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38299", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 38698, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38295, + "usage_id": 159 + }, + "0104.U1.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1432, Fernmeldetech.", "arch_name": "N-1432@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38299", - "roomcode": "0104.U1.432", - "usage": 202 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38301", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38299, + "usage_id": 202 + }, + "0104.U1.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1450, Kellerflur", "arch_name": "N-1450@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38301", - "roomcode": "0104.U1.450", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38318", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38301, + "usage_id": 222 + }, + "0104.U1.450A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1450A, Lager", "arch_name": "N-1450A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15376", - "operator": "[ TUEITEP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38318", - "roomcode": "0104.U1.450A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64229", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15376, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38318, + "usage_id": 30 + }, + "0104.U1.450B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1450B, Treppenhaus", "arch_name": "N-1450B@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64229", - "roomcode": "0104.U1.450B", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38321", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64229, + "usage_id": 223 + }, + "0104.U1.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1452, Kellerflur S\u00fcd", "arch_name": "N-1452@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38321", - "roomcode": "0104.U1.452", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38325", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38321, + "usage_id": 222 + }, + "0104.U1.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1454, Kellerflur Nord", "arch_name": "N-1454@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38325", - "roomcode": "0104.U1.454", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=38329", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38325, + "usage_id": 222 + }, + "0104.U1.454A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1454A, Flur", "arch_name": "N-1454A@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38329", - "roomcode": "0104.U1.454A", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64204", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38329, + "usage_id": 222 + }, + "0104.U1.490": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1490, Treppe", "arch_name": "N-1490@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64204", - "roomcode": "0104.U1.490", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64205", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64204, + "usage_id": 223 + }, + "0104.U1.491": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1491, Treppe", "arch_name": "N-1491@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64205", - "roomcode": "0104.U1.491", - "usage": 219 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=61796", + "area_id": 27, + "building_id": 564, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64205, + "usage_id": 219 + }, + "0104.U2.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2401, Installkanal Zugang N 0104", "arch_name": "N-2401@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61796", - "roomcode": "0104.U2.401", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=64199", + "area_id": 27, + "building_id": 564, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61796, + "usage_id": 120 + }, + "0104.U2.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2402, Install.Kanal", "arch_name": "N-2402@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64199", - "roomcode": "0104.U2.402", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=64198", + "area_id": 27, + "building_id": 564, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64199, + "usage_id": 120 + }, + "0104.U2.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1420, Heizung/Brauch.", "arch_name": "N-1420@0104", - "b_area_id": 27, - "b_filter_id": 564, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64198", - "roomcode": "0104.U2.420", - "usage": 201 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8032", + "area_id": 27, + "building_id": 564, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64198, + "usage_id": 201 + }, + "0105.01.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1501, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8032", - "roomcode": "0105.01.501", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39616", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8032, + "usage_id": 12 + }, + "0105.01.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1502, B\u00fcro", "arch_name": "N1502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39616", - "roomcode": "0105.01.502", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39618", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39616, + "usage_id": 12 + }, + "0105.01.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1503, B\u00fcro", "arch_name": "N1503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39618", - "roomcode": "0105.01.503", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39622", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39618, + "usage_id": 12 + }, + "0105.01.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1504, Metallwerkstatt", "arch_name": "N1504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39622", - "roomcode": "0105.01.504", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39627", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39622, + "usage_id": 108 + }, + "0105.01.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1505, Elektronik-Labor", "arch_name": "N1505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39627", - "roomcode": "0105.01.505", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39632", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39627, + "usage_id": 103 + }, + "0105.01.506A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1506A, B\u00fcro", "arch_name": "N1506A@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39632", - "roomcode": "0105.01.506A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8047", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39632, + "usage_id": 12 + }, + "0105.01.506B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1506B, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1506B@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8047", - "roomcode": "0105.01.506B", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39490", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8047, + "usage_id": 12 + }, + "0105.01.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1507, Elektroniklabor", "arch_name": "N1507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39490", - "roomcode": "0105.01.507", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39495", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39490, + "usage_id": 103 + }, + "0105.01.507A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1507A, Serverraum", "arch_name": "N1507A@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39495", - "roomcode": "0105.01.507A", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39499", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39495, + "usage_id": 207 + }, + "0105.01.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1508, Besprechung/Lesepl\u00e4tze", "arch_name": "N1508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15405&cRes=19788&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39499", - "roomcode": "0105.01.508", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39512", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 19788, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39499, + "usage_id": 196 + }, + "0105.01.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1509, B\u00fcro", "arch_name": "N1509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39512", - "roomcode": "0105.01.509", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39537", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39512, + "usage_id": 12 + }, + "0105.01.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1510, Prof.-B\u00fcro", "arch_name": "N1510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39537", - "roomcode": "0105.01.510", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39539", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39537, + "usage_id": 12 + }, + "0105.01.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1511, Sekretariat", "arch_name": "N1511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39539", - "roomcode": "0105.01.511", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39540", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39539, + "usage_id": 40 + }, + "0105.01.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1512, Prof.-B\u00fcro", "arch_name": "N1512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39540", - "roomcode": "0105.01.512", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39547", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39540, + "usage_id": 12 + }, + "0105.01.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1513, Prof.-B\u00fcro", "arch_name": "N1513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39547", - "roomcode": "0105.01.513", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39549", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39547, + "usage_id": 12 + }, + "0105.01.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1514, B\u00fcro", "arch_name": "N1514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39549", - "roomcode": "0105.01.514", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8092", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39549, + "usage_id": 12 + }, + "0105.01.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1515, Kopierer/Drucker", "arch_name": "N1515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8092", - "roomcode": "0105.01.515", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8094", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8092, + "usage_id": 110 + }, + "0105.01.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1516, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8094", - "roomcode": "0105.01.516", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8096", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8094, + "usage_id": 12 + }, + "0105.01.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1517, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1517@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8096", - "roomcode": "0105.01.517", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39517", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8096, + "usage_id": 12 + }, + "0105.01.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1518, Prof.-B\u00fcro", "arch_name": "N1518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39517", - "roomcode": "0105.01.518", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39521", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39517, + "usage_id": 12 + }, + "0105.01.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1519, Putzraum", "arch_name": "N1519@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39521", - "roomcode": "0105.01.519", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39523", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39521, + "usage_id": 205 + }, + "0105.01.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1520, WC-Damen", "arch_name": "N1520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39523", - "roomcode": "0105.01.520", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39529", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39523, + "usage_id": 116 + }, + "0105.01.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1521, Teek\u00fcche", "arch_name": "N1521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39529", - "roomcode": "0105.01.521", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39530", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39529, + "usage_id": 198 + }, + "0105.01.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1522, Elektrotechnik", "arch_name": "N1522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39530", - "roomcode": "0105.01.522", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39532", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39530, + "usage_id": 160 + }, + "0105.01.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1523, WC-Herren", "arch_name": "N1523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39532", - "roomcode": "0105.01.523", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39661", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39532, + "usage_id": 115 + }, + "0105.01.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1524, Installation", "arch_name": "N1524@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39661", - "roomcode": "0105.01.524", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39665", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39661, + "usage_id": 120 + }, + "0105.01.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1525, Installation", "arch_name": "N1525@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39665", - "roomcode": "0105.01.525", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39676", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39665, + "usage_id": 120 + }, + "0105.01.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1527, Installation", "arch_name": "N1527@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39676", - "roomcode": "0105.01.527", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39678", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39676, + "usage_id": 120 + }, + "0105.01.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1528, Treppenraum", "arch_name": "N1528@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39678", - "roomcode": "0105.01.528", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39680", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39678, + "usage_id": 223 + }, + "0105.01.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1529, Aufzug", "arch_name": "N1529@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39680", - "roomcode": "0105.01.529", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39683", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39680, + "usage_id": 4 + }, + "0105.01.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1530, Flur 5", "arch_name": "N1530@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39683", - "roomcode": "0105.01.530", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39687", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39683, + "usage_id": 222 + }, + "0105.01.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1531, Flur", "arch_name": "N1531@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39687", - "roomcode": "0105.01.531", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39692", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39687, + "usage_id": 222 + }, + "0105.01.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1532, Flur", "arch_name": "N1532@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39692", - "roomcode": "0105.01.532", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39697", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39692, + "usage_id": 222 + }, + "0105.01.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1533, Flur", "arch_name": "N1533@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39697", - "roomcode": "0105.01.533", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=39699", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39697, + "usage_id": 222 + }, + "0105.01.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1534, Flur 2", "arch_name": "N1534@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39699", - "roomcode": "0105.01.534", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8121", + "area_id": 27, + "building_id": 565, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39699, + "usage_id": 222 + }, + "0105.02.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2501, B\u00fcro", "arch_name": "N2501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8121", - "roomcode": "0105.02.501", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8122", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8121, + "usage_id": 12 + }, + "0105.02.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2502, B\u00fcro", "arch_name": "N2502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8122", - "roomcode": "0105.02.502", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8126", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8122, + "usage_id": 12 + }, + "0105.02.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2503, Chef.-B\u00fcro", "arch_name": "N2503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8126", - "roomcode": "0105.02.503", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8129", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8126, + "usage_id": 12 + }, + "0105.02.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2504, Sekretariat", "arch_name": "N2504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8129", - "roomcode": "0105.02.504", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8131", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8129, + "usage_id": 40 + }, + "0105.02.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2505, Prof.-B\u00fcro", "arch_name": "N2505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8131", - "roomcode": "0105.02.505", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8133", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8131, + "usage_id": 12 + }, + "0105.02.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2506, B\u00fcro", "arch_name": "N2506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15403&cRes=20842&cReadonly=J", - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8133", - "roomcode": "0105.02.506", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8136", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 20842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8133, + "usage_id": 12 + }, + "0105.02.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2507, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8136", - "roomcode": "0105.02.507", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8138", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8136, + "usage_id": 12 + }, + "0105.02.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2508, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8138", - "roomcode": "0105.02.508", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8139", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8138, + "usage_id": 12 + }, + "0105.02.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2509, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8139", - "roomcode": "0105.02.509", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8140", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8139, + "usage_id": 12 + }, + "0105.02.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2510, B\u00fcro/Gastwissenschaftler", "arch_name": "N2510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8140", - "roomcode": "0105.02.510", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8144", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8140, + "usage_id": 12 + }, + "0105.02.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2511, Kopierraum", "arch_name": "N2511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8144", - "roomcode": "0105.02.511", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8146", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8144, + "usage_id": 110 + }, + "0105.02.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2512, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8146", - "roomcode": "0105.02.512", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19024", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8146, + "usage_id": 12 + }, + "0105.02.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2513, Elektroniklabor", "arch_name": "N2513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19024", - "roomcode": "0105.02.513", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=19028", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19024, + "usage_id": 103 + }, + "0105.02.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2514, Elektroniklabor", "arch_name": "N2514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19028", - "roomcode": "0105.02.514", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39749", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19028, + "usage_id": 103 + }, + "0105.02.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2515, B\u00fcro", "arch_name": "N2515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15403&cRes=26106&cReadonly=J", - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39749", - "roomcode": "0105.02.515", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8157", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 26106, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39749, + "usage_id": 12 + }, + "0105.02.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2516, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8157", - "roomcode": "0105.02.516", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8066", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8157, + "usage_id": 12 + }, + "0105.02.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2517, B\u00fcro", "arch_name": "N2517@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8066", - "roomcode": "0105.02.517", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8069", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8066, + "usage_id": 12 + }, + "0105.02.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2518, B\u00fcro/Emeritus", "arch_name": "N2518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8069", - "roomcode": "0105.02.518", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39763", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8069, + "usage_id": 12 + }, + "0105.02.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2519, K\u00fcche", "arch_name": "N2519@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39763", - "roomcode": "0105.02.519", - "usage": 28 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8075", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39763, + "usage_id": 28 + }, + "0105.02.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2520, Seminarraum", "arch_name": "N2520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15403&cRes=18791&cReadonly=J", - "extended": { - "additional_description": "N2520, Seminarraum", - "address": "Theresienstr. 90(0105), 2.Obergescho\u00df", - "architect_room_nr": "N2520@0105", - "area_m2": 41.75, - "building": "0105 (N5) Elektrotechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "520", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8075", - "roomcode": "0105.02.520", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8077", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 18791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8075, + "usage_id": 41 + }, + "0105.02.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2521, Handbibliothek m. DV-Arb.", "arch_name": "N2521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8077", - "roomcode": "0105.02.521", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39774", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8077, + "usage_id": 10 + }, + "0105.02.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2522, Putzraum", "arch_name": "N2522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39774", - "roomcode": "0105.02.522", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39776", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39774, + "usage_id": 205 + }, + "0105.02.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2523, WC-Damen", "arch_name": "N2523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39776", - "roomcode": "0105.02.523", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39778", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39776, + "usage_id": 116 + }, + "0105.02.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2524, Lager", "arch_name": "N2524@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39778", - "roomcode": "0105.02.524", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39781", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39778, + "usage_id": 30 + }, + "0105.02.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2525, Elektrotechnik", "arch_name": "N2525@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39781", - "roomcode": "0105.02.525", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39637", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39781, + "usage_id": 160 + }, + "0105.02.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2526, WC-Herren", "arch_name": "N2526@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39637", - "roomcode": "0105.02.526", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39641", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39637, + "usage_id": 115 + }, + "0105.02.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2527, Installation", "arch_name": "N2527@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39641", - "roomcode": "0105.02.527", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39644", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39641, + "usage_id": 120 + }, + "0105.02.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2528, Installation", "arch_name": "N2528@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39644", - "roomcode": "0105.02.528", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39648", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39644, + "usage_id": 120 + }, + "0105.02.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2529, Aufzug", "arch_name": "N2529@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39648", - "roomcode": "0105.02.529", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39656", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39648, + "usage_id": 4 + }, + "0105.02.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2531, Installation", "arch_name": "N2531@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39656", - "roomcode": "0105.02.531", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39846", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39656, + "usage_id": 120 + }, + "0105.02.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2532, Treppenraum", "arch_name": "N2532@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39846", - "roomcode": "0105.02.532", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39851", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39846, + "usage_id": 223 + }, + "0105.02.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2533, Flur 1", "arch_name": "N2533@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39851", - "roomcode": "0105.02.533", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39857", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39851, + "usage_id": 222 + }, + "0105.02.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2534, Flur 2", "arch_name": "N2534@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39857", - "roomcode": "0105.02.534", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39861", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39857, + "usage_id": 222 + }, + "0105.02.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2535, Flur 3", "arch_name": "N2535@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39861", - "roomcode": "0105.02.535", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39866", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39861, + "usage_id": 222 + }, + "0105.02.536": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2536, Flur 4", "arch_name": "N2536@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39866", - "roomcode": "0105.02.536", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39867", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39866, + "usage_id": 222 + }, + "0105.02.537": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2537, Flur 5", "arch_name": "N2537@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39867", - "roomcode": "0105.02.537", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39868", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39867, + "usage_id": 222 + }, + "0105.02.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2538, Flur 6", "arch_name": "N2538@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39868", - "roomcode": "0105.02.538", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=19210", + "area_id": 27, + "building_id": 565, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39868, + "usage_id": 222 + }, + "0105.03.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3501, Serverraum", "arch_name": "N3501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19210", - "roomcode": "0105.03.501", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=19212", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19210, + "usage_id": 207 + }, + "0105.03.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3502, Studentenarbeitsraum", "arch_name": "N3502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19212", - "roomcode": "0105.03.502", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8159", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19212, + "usage_id": 208 + }, + "0105.03.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3503, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8159", - "roomcode": "0105.03.503", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8196", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8159, + "usage_id": 12 + }, + "0105.03.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3504, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8196", - "roomcode": "0105.03.504", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8200", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8196, + "usage_id": 12 + }, + "0105.03.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3505, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8200", - "roomcode": "0105.03.505", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8204", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8200, + "usage_id": 12 + }, + "0105.03.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3506, Studentenarb. m. DV", "arch_name": "N3506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8204", - "roomcode": "0105.03.506", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8208", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8204, + "usage_id": 208 + }, + "0105.03.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3507, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8208", - "roomcode": "0105.03.507", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8215", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8208, + "usage_id": 12 + }, + "0105.03.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3508, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8215", - "roomcode": "0105.03.508", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8218", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8215, + "usage_id": 12 + }, + "0105.03.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3509, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15403&cRes=21646&cReadonly=J", - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8218", - "roomcode": "0105.03.509", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8220", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 21646, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8218, + "usage_id": 12 + }, + "0105.03.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3510, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8220", - "roomcode": "0105.03.510", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8222", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8220, + "usage_id": 12 + }, + "0105.03.510A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3510A, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3510A@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8222", - "roomcode": "0105.03.510A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=14075", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8222, + "usage_id": 12 + }, + "0105.03.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3511, Roboter-Labor", "arch_name": "N3511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14075", - "roomcode": "0105.03.511", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8264", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14075, + "usage_id": 194 + }, + "0105.03.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3512, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8264", - "roomcode": "0105.03.512", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=8266", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8264, + "usage_id": 12 + }, + "0105.03.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3513, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8266", - "roomcode": "0105.03.513", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=19594", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8266, + "usage_id": 12 + }, + "0105.03.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3514, Automat.-Praktikum", "arch_name": "N3514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15403&cRes=18446&cReadonly=J", - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19594", - "roomcode": "0105.03.514", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=14246", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 18446, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19594, + "usage_id": 194 + }, + "0105.03.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3515, Telepresenz-Labor", "arch_name": "N3515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14246", - "roomcode": "0105.03.515", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41527", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14246, + "usage_id": 194 + }, + "0105.03.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3516, Putzraum", "arch_name": "N3516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41527", - "roomcode": "0105.03.516", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41533", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41527, + "usage_id": 205 + }, + "0105.03.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3518, WC-Damen", "arch_name": "N3518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41533", - "roomcode": "0105.03.518", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41543", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41533, + "usage_id": 116 + }, + "0105.03.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3519, Raumlufttechnik", "arch_name": "N3519@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41543", - "roomcode": "0105.03.519", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41547", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41543, + "usage_id": 32 + }, + "0105.03.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3520, Elektrotechnik", "arch_name": "N3520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41547", - "roomcode": "0105.03.520", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41614", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41547, + "usage_id": 160 + }, + "0105.03.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3521, WC-Herren", "arch_name": "N3521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41614", - "roomcode": "0105.03.521", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41620", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41614, + "usage_id": 115 + }, + "0105.03.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3522, Installation", "arch_name": "N3522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41620", - "roomcode": "0105.03.522", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41627", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41620, + "usage_id": 120 + }, + "0105.03.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3523, Installation", "arch_name": "N3523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41627", - "roomcode": "0105.03.523", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41693", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41627, + "usage_id": 120 + }, + "0105.03.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3524, Installation", "arch_name": "N3524@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41693", - "roomcode": "0105.03.524", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41703", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41693, + "usage_id": 120 + }, + "0105.03.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3526, Treppenraum", "arch_name": "N3526@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41703", - "roomcode": "0105.03.526", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41708", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41703, + "usage_id": 223 + }, + "0105.03.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3527, Aufzug", "arch_name": "N3527@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41708", - "roomcode": "0105.03.527", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41779", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41708, + "usage_id": 4 + }, + "0105.03.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3528, Flur 1", "arch_name": "N3528@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41779", - "roomcode": "0105.03.528", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41784", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41779, + "usage_id": 222 + }, + "0105.03.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3529, Flur 2", "arch_name": "N3529@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41784", - "roomcode": "0105.03.529", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41792", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41784, + "usage_id": 222 + }, + "0105.03.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3530, Flur 3", "arch_name": "N3530@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41792", - "roomcode": "0105.03.530", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41796", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41792, + "usage_id": 222 + }, + "0105.03.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3531, Flur 4", "arch_name": "N3531@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41796", - "roomcode": "0105.03.531", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=41863", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41796, + "usage_id": 222 + }, + "0105.03.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3534, Flur 6", "arch_name": "N3534@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41863", - "roomcode": "0105.03.534", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41872", + "area_id": 27, + "building_id": 565, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41863, + "usage_id": 222 + }, + "0105.04.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4501, B\u00fcro/Gastforscher", "arch_name": "N4501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41872", - "roomcode": "0105.04.501", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8311", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41872, + "usage_id": 12 + }, + "0105.04.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4502, Besprechungsraum", "arch_name": "N4502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15394&cRes=25280&cReadonly=J", - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8311", - "roomcode": "0105.04.502", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8313", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 25280, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8311, + "usage_id": 196 + }, + "0105.04.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4503, B\u00fcro", "arch_name": "N4503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8313", - "roomcode": "0105.04.503", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41883", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8313, + "usage_id": 12 + }, + "0105.04.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4504, B\u00fcro", "arch_name": "N4504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41883", - "roomcode": "0105.04.504", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8249", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41883, + "usage_id": 12 + }, + "0105.04.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4505, B\u00fcro", "arch_name": "N4505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8249", - "roomcode": "0105.04.505", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40753", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8249, + "usage_id": 12 + }, + "0105.04.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4506, Elektroniklabor", "arch_name": "N4506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40753", - "roomcode": "0105.04.506", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8251", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40753, + "usage_id": 103 + }, + "0105.04.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4507, B\u00fcro", "arch_name": "N4507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8251", - "roomcode": "0105.04.507", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40760", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8251, + "usage_id": 12 + }, + "0105.04.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4508, Messraum", "arch_name": "N4508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40760", - "roomcode": "0105.04.508", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40836", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40760, + "usage_id": 103 + }, + "0105.04.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4509, Hermann-Schwarz-Labor", "arch_name": "N4509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15394&cRes=24215&cReadonly=J", - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40836", - "roomcode": "0105.04.509", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8256", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 24215, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40836, + "usage_id": 103 + }, + "0105.04.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4510, B\u00fcro", "arch_name": "N4510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8256", - "roomcode": "0105.04.510", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8257", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8256, + "usage_id": 12 + }, + "0105.04.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4511, B\u00fcro", "arch_name": "N4511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8257", - "roomcode": "0105.04.511", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=8260", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8257, + "usage_id": 12 + }, + "0105.04.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4512, Seminarraum", "arch_name": "N4512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15394&cRes=12648&cReadonly=J", - "extended": { - "additional_description": "N4512, Seminarraum", - "address": "Theresienstr. 90(0105), 4.Obergescho\u00df", - "architect_room_nr": "N4512@0105", - "area_m2": 60.72, - "building": "0105 (N5) Elektrotechnik", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "512", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8260", - "roomcode": "0105.04.512", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40854", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 12648, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8260, + "usage_id": 41 + }, + "0105.04.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4513, Feinmechanische Werkstatt", "arch_name": "N4513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40854", - "roomcode": "0105.04.513", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=68430", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40854, + "usage_id": 108 + }, + "0105.04.513A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4513A, Metallwerkst.fein o.Einricht.", "arch_name": "N4513A@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68430", - "roomcode": "0105.04.513A", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40896", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68430, + "usage_id": 108 + }, + "0105.04.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4514, Aufenthalt m. Teek\u00fcche", "arch_name": "N4514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40896", - "roomcode": "0105.04.514", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40902", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40896, + "usage_id": 44 + }, + "0105.04.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4515, Meisterb\u00fcro", "arch_name": "N4515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40902", - "roomcode": "0105.04.515", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40906", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40902, + "usage_id": 12 + }, + "0105.04.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4516, Holzwerkstatt", "arch_name": "N4516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40906", - "roomcode": "0105.04.516", - "usage": 107 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40961", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40906, + "usage_id": 107 + }, + "0105.04.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4517, Lager", "arch_name": "N4517@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40961", - "roomcode": "0105.04.517", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40965", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40961, + "usage_id": 30 + }, + "0105.04.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4518, Dusche", "arch_name": "N4518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40965", - "roomcode": "0105.04.518", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40970", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40965, + "usage_id": 113 + }, + "0105.04.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4519, WC-Damen", "arch_name": "N4519@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40970", - "roomcode": "0105.04.519", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=40975", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40970, + "usage_id": 116 + }, + "0105.04.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4520, Phys. Messraum", "arch_name": "N4520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40975", - "roomcode": "0105.04.520", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41035", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40975, + "usage_id": 103 + }, + "0105.04.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4521, Elektronik", "arch_name": "N4521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41035", - "roomcode": "0105.04.521", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41038", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41035, + "usage_id": 160 + }, + "0105.04.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4522, WC-Herren", "arch_name": "N4522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41038", - "roomcode": "0105.04.522", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41042", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41038, + "usage_id": 115 + }, + "0105.04.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4523, Installation", "arch_name": "N4523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41042", - "roomcode": "0105.04.523", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41044", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41042, + "usage_id": 120 + }, + "0105.04.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4524, Installation", "arch_name": "N4524@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41044", - "roomcode": "0105.04.524", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41048", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41044, + "usage_id": 120 + }, + "0105.04.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4525, Installation", "arch_name": "N4525@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41048", - "roomcode": "0105.04.525", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41115", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41048, + "usage_id": 120 + }, + "0105.04.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4527, Treppenraum", "arch_name": "N4527@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41115", - "roomcode": "0105.04.527", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41118", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41115, + "usage_id": 223 + }, + "0105.04.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4528, Aufzug", "arch_name": "N4528@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41118", - "roomcode": "0105.04.528", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41121", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41118, + "usage_id": 4 + }, + "0105.04.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4529, Flur 5", "arch_name": "N4529@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41121", - "roomcode": "0105.04.529", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41123", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41121, + "usage_id": 222 + }, + "0105.04.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4530, Flur 1", "arch_name": "N4530@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41123", - "roomcode": "0105.04.530", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41127", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41123, + "usage_id": 222 + }, + "0105.04.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4531, Flur 2", "arch_name": "N4531@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41127", - "roomcode": "0105.04.531", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41180", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41127, + "usage_id": 222 + }, + "0105.04.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4532, Flur 3", "arch_name": "N4532@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41180", - "roomcode": "0105.04.532", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=41186", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41180, + "usage_id": 222 + }, + "0105.04.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4533, Flur 4", "arch_name": "N4533@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41186", - "roomcode": "0105.04.533", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41190", + "area_id": 27, + "building_id": 565, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41186, + "usage_id": 222 + }, + "0105.05.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5501, B\u00fcro/Gastforscher", "arch_name": "N5501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41190", - "roomcode": "0105.05.501", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41194", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41190, + "usage_id": 12 + }, + "0105.05.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5502, Besprechungsraum", "arch_name": "N5502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41194", - "roomcode": "0105.05.502", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41199", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41194, + "usage_id": 196 + }, + "0105.05.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5503, Chef.-B\u00fcro", "arch_name": "N5503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41199", - "roomcode": "0105.05.503", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41248", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41199, + "usage_id": 12 + }, + "0105.05.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5505, Sekretariat", "arch_name": "N5505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41248", - "roomcode": "0105.05.505", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=19344", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41248, + "usage_id": 40 + }, + "0105.05.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5506, B\u00fcro", "arch_name": "N5506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19344", - "roomcode": "0105.05.506", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41255", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19344, + "usage_id": 12 + }, + "0105.05.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5507, HF-Messlabor", "arch_name": "N5507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41255", - "roomcode": "0105.05.507", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41261", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41255, + "usage_id": 103 + }, + "0105.05.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5508, Elektronik Werkstatt", "arch_name": "N5508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41261", - "roomcode": "0105.05.508", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41266", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41261, + "usage_id": 51 + }, + "0105.05.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5509, B\u00fcro", "arch_name": "N5509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41266", - "roomcode": "0105.05.509", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41327", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41266, + "usage_id": 12 + }, + "0105.05.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5510, B\u00fcro", "arch_name": "N5510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41327", - "roomcode": "0105.05.510", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41334", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41327, + "usage_id": 12 + }, + "0105.05.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5511, B\u00fcro", "arch_name": "N5511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41334", - "roomcode": "0105.05.511", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=14083", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41334, + "usage_id": 12 + }, + "0105.05.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5512, B\u00fcro", "arch_name": "N5512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14083", - "roomcode": "0105.05.512", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41340", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14083, + "usage_id": 12 + }, + "0105.05.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5513, B\u00fcro", "arch_name": "N5513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41340", - "roomcode": "0105.05.513", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41344", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41340, + "usage_id": 12 + }, + "0105.05.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5514, \u00c4tzlabor", "arch_name": "N5514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41344", - "roomcode": "0105.05.514", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=8329", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41344, + "usage_id": 51 + }, + "0105.05.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5515, B\u00fcro", "arch_name": "N5515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8329", - "roomcode": "0105.05.515", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41496", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8329, + "usage_id": 12 + }, + "0105.05.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5516, Studentenarbeitsraum", "arch_name": "N5516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15394&cRes=21463&cReadonly=J", - "list_index": "205", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41496", - "roomcode": "0105.05.516", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41501", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 21463, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41496, + "usage_id": 208 + }, + "0105.05.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5518, B\u00fcro", "arch_name": "N5518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41501", - "roomcode": "0105.05.518", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41559", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41501, + "usage_id": 12 + }, + "0105.05.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5519, B\u00fcro", "arch_name": "N5519@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41559", - "roomcode": "0105.05.519", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41634", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41559, + "usage_id": 12 + }, + "0105.05.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5520, B\u00fcro", "arch_name": "N5520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41634", - "roomcode": "0105.05.520", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41637", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41634, + "usage_id": 12 + }, + "0105.05.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5521, Putzraum", "arch_name": "N5521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41637", - "roomcode": "0105.05.521", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41645", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41637, + "usage_id": 205 + }, + "0105.05.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5522, WC-Damen", "arch_name": "N5522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41645", - "roomcode": "0105.05.522", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41649", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41645, + "usage_id": 116 + }, + "0105.05.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5523, Teek\u00fcche", "arch_name": "N5523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41649", - "roomcode": "0105.05.523", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41715", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41649, + "usage_id": 198 + }, + "0105.05.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5524, Aufzug", "arch_name": "N5524@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41715", - "roomcode": "0105.05.524", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41717", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41715, + "usage_id": 4 + }, + "0105.05.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5525, WC-Herren", "arch_name": "N5525@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41717", - "roomcode": "0105.05.525", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41798", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41717, + "usage_id": 115 + }, + "0105.05.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5526, Installation", "arch_name": "N5526@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41798", - "roomcode": "0105.05.526", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41802", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41798, + "usage_id": 120 + }, + "0105.05.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5527, Installation", "arch_name": "N5527@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41802", - "roomcode": "0105.05.527", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41810", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41802, + "usage_id": 120 + }, + "0105.05.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5529, Installation", "arch_name": "N5529@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41810", - "roomcode": "0105.05.529", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41812", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41810, + "usage_id": 120 + }, + "0105.05.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5530, Treppenraum", "arch_name": "N5530@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41812", - "roomcode": "0105.05.530", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41815", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41812, + "usage_id": 223 + }, + "0105.05.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5531, Flur 5", "arch_name": "N5531@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41815", - "roomcode": "0105.05.531", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41818", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41815, + "usage_id": 222 + }, + "0105.05.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5532, Flur 1", "arch_name": "N5532@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41818", - "roomcode": "0105.05.532", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41885", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41818, + "usage_id": 222 + }, + "0105.05.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5533, Flur 2", "arch_name": "N5533@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41885", - "roomcode": "0105.05.533", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=41889", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41885, + "usage_id": 222 + }, + "0105.05.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5534, Flur 3", "arch_name": "N5534@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41889", - "roomcode": "0105.05.534", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=40767", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41889, + "usage_id": 222 + }, + "0105.05.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5535, Flur 4", "arch_name": "N5535@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40767", - "roomcode": "0105.05.535", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=40772", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40767, + "usage_id": 222 + }, + "0105.05.536": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N5536, Schleuse", "arch_name": "N5536@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40772", - "roomcode": "0105.05.536", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 5.OG", - "address_link": "ris.einzelraum?raumkey=68426", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40772, + "usage_id": 105 + }, + "0105.05.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "5543, Stromversorgung", "arch_name": "5543@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68426", - "roomcode": "0105.05.543", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40862", + "area_id": 27, + "building_id": 565, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68426, + "usage_id": 160 + }, + "0105.06.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6501, Akustik-Labor", "arch_name": "N6501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40862", - "roomcode": "0105.06.501", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=68428", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40862, + "usage_id": 194 + }, + "0105.06.501A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6501A, Schallmessraum", "arch_name": "N6501A@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68428", - "roomcode": "0105.06.501A", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=9032", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68428, + "usage_id": 194 + }, + "0105.06.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6502, B\u00fcro", "arch_name": "N6502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9032", - "roomcode": "0105.06.502", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40865", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9032, + "usage_id": 12 + }, + "0105.06.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6503, B\u00fcro", "arch_name": "N6503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40865", - "roomcode": "0105.06.503", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=19053", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40865, + "usage_id": 12 + }, + "0105.06.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6504, Prof.-B\u00fcro", "arch_name": "N6504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=45290&cRes=15232&cReadonly=J", - "list_index": "229", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19053", - "roomcode": "0105.06.504", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=9035", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 15232, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19053, + "usage_id": 12 + }, + "0105.06.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6505, B\u00fcro", "arch_name": "N6505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9035", - "roomcode": "0105.06.505", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40911", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9035, + "usage_id": 12 + }, + "0105.06.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6506, B\u00fcro", "arch_name": "N6506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40911", - "roomcode": "0105.06.506", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=19056", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40911, + "usage_id": 12 + }, + "0105.06.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6507, Besprechungsraum", "arch_name": "N6507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=45290&cRes=25381&cReadonly=J", - "list_index": "232", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19056", - "roomcode": "0105.06.507", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40914", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 25381, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19056, + "usage_id": 196 + }, + "0105.06.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6508, Aufzug", "arch_name": "N6508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40914", - "roomcode": "0105.06.508", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40919", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40914, + "usage_id": 4 + }, + "0105.06.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6509, Studentenarbeitspl\u00e4tze", "arch_name": "N6509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40919", - "roomcode": "0105.06.509", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=68427", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40919, + "usage_id": 208 + }, + "0105.06.509A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6509A, Schallmessraum", "arch_name": "N6509A@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68427", - "roomcode": "0105.06.509A", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40923", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68427, + "usage_id": 194 + }, + "0105.06.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6510, WC-Herren", "arch_name": "N6510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40923", - "roomcode": "0105.06.510", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40926", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40923, + "usage_id": 115 + }, + "0105.06.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6511, Raumlufttechnik", "arch_name": "N6511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40926", - "roomcode": "0105.06.511", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40930", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40926, + "usage_id": 32 + }, + "0105.06.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6512, Installation", "arch_name": "N6512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40930", - "roomcode": "0105.06.512", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40933", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40930, + "usage_id": 120 + }, + "0105.06.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6513, Installation", "arch_name": "N6513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40933", - "roomcode": "0105.06.513", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40981", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40933, + "usage_id": 120 + }, + "0105.06.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6514, Flur 1/Kopierer/Drucker", "arch_name": "N6514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40981", - "roomcode": "0105.06.514", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40985", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40981, + "usage_id": 222 + }, + "0105.06.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6515, Treppenraum", "arch_name": "N6515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40985", - "roomcode": "0105.06.515", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40989", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40985, + "usage_id": 223 + }, + "0105.06.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6516, Elektrotechnik", "arch_name": "N6516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40989", - "roomcode": "0105.06.516", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=40997", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40989, + "usage_id": 160 + }, + "0105.06.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6518, Flur 2", "arch_name": "N6518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40997", - "roomcode": "0105.06.518", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 6.OG", - "address_link": "ris.einzelraum?raumkey=41001", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40997, + "usage_id": 222 + }, + "0105.06.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N6520, Fluchtterrasse (Reinigen)", "arch_name": "N6520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41001", - "roomcode": "0105.06.620", - "usage": 137 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41146", + "area_id": 27, + "building_id": 565, + "floor_level": "6.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41001, + "usage_id": 137 + }, + "0105.07.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7501, Aufzugsmaschinenraum", "arch_name": "N7501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41146", - "roomcode": "0105.07.501", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41203", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41146, + "usage_id": 5 + }, + "0105.07.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7502, Treppenraum", "arch_name": "N7502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41203", - "roomcode": "0105.07.502", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41207", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41203, + "usage_id": 223 + }, + "0105.07.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7503, Installation", "arch_name": "N7503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41207", - "roomcode": "0105.07.503", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41214", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41207, + "usage_id": 120 + }, + "0105.07.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7504, Installation", "arch_name": "N7504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41214", - "roomcode": "0105.07.504", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41215", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41214, + "usage_id": 120 + }, + "0105.07.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7505, Installation", "arch_name": "N7505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41215", - "roomcode": "0105.07.505", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41220", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41215, + "usage_id": 120 + }, + "0105.07.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7506, Antennenmessplattform (Reinigen)", "arch_name": "N7506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41220", - "roomcode": "0105.07.506", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41275", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "PVC", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41220, + "usage_id": 103 + }, + "0105.07.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7508, Antennenmessplattform (Reinigen)", "arch_name": "N7508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41275", - "roomcode": "0105.07.508", - "usage": 218 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41282", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41275, + "usage_id": 218 + }, + "0105.07.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7509, Fluchtterrasse (Reinigen)", "arch_name": "N7509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41282", - "roomcode": "0105.07.509", - "usage": 219 - }, - { - "address": "Theresienstr. 90, 7.OG", - "address_link": "ris.einzelraum?raumkey=41283", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41282, + "usage_id": 219 + }, + "0105.07.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N7510, Zugang Antennenmessplatz (Reinigen)", "arch_name": "N7510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41283", - "roomcode": "0105.07.510", - "usage": 219 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39454", + "area_id": 27, + "building_id": 565, + "floor_level": "7.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41283, + "usage_id": 219 + }, + "0105.EG.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0501, Grundpraktikum", "arch_name": "N0501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15405&cRes=20018&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39454", - "roomcode": "0105.EG.501", - "usage": 211 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39457", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 20018, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39454, + "usage_id": 211 + }, + "0105.EG.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0502, Laserlabor", "arch_name": "N0502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15405&cRes=19650&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39457", - "roomcode": "0105.EG.502", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39460", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 19650, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39457, + "usage_id": 103 + }, + "0105.EG.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0503, Diplomandenlabor", "arch_name": "N0503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39460", - "roomcode": "0105.EG.503", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39472", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39460, + "usage_id": 103 + }, + "0105.EG.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0504, B\u00fcro ISS", "arch_name": "N0504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39472", - "roomcode": "0105.EG.504", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39476", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39472, + "usage_id": 12 + }, + "0105.EG.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0505, Erste-Hilfe-Raum", "arch_name": "N0505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39476", - "roomcode": "0105.EG.505", - "usage": 178 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7959", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39476, + "usage_id": 178 + }, + "0105.EG.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0506, Prak. Regel.-/Steuerungstechnik", "arch_name": "N0506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15403&cRes=18447&cReadonly=J", - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7959", - "roomcode": "0105.EG.506", - "usage": 211 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7961", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 18447, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7959, + "usage_id": 211 + }, + "0105.EG.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0507, Seminarraum-MST/LSR", "arch_name": "N0507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": "tvKalender.wSicht?cOrg=15405&cRes=15065&cReadonly=J", - "extended": { - "additional_description": "N0507, Seminarraum-MST/LSR", - "address": "Theresienstr. 90(0105), Erdgescho\u00df", - "architect_room_nr": "N0507@0105", - "area_m2": 84.83, - "building": "0105 (N5) Elektrotechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "507", - "seats": 46, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7961", - "roomcode": "0105.EG.507", - "usage": 41 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39485", + "area_id": 27, + "building_id": 565, + "calendar_resource_nr": 15065, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 46, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7961, + "usage_id": 41 + }, + "0105.EG.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0508, Diplomandenlabor", "arch_name": "N0508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39485", - "roomcode": "0105.EG.508", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39347", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15405, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39485, + "usage_id": 103 + }, + "0105.EG.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0509, Putzraum", "arch_name": "N0509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39347", - "roomcode": "0105.EG.509", - "usage": 205 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39353", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15405, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39347, + "usage_id": 205 + }, + "0105.EG.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0510, WC-Damen", "arch_name": "N0510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39353", - "roomcode": "0105.EG.510", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39357", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39353, + "usage_id": 116 + }, + "0105.EG.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0511, Beh.-WC", "arch_name": "N0511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39357", - "roomcode": "0105.EG.511", - "usage": 117 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39360", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39357, + "usage_id": 117 + }, + "0105.EG.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0512, Stromversorgung", "arch_name": "N0512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39360", - "roomcode": "0105.EG.512", - "usage": 160 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39555", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39360, + "usage_id": 160 + }, + "0105.EG.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0513, WC-Herren", "arch_name": "N0513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39555", - "roomcode": "0105.EG.513", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39562", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39555, + "usage_id": 115 + }, + "0105.EG.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0514, Installation", "arch_name": "N0514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39562", - "roomcode": "0105.EG.514", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39567", - "alt_name": "N0515, Installation", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39562, + "usage_id": 120 + }, + "0105.EG.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "N0515, Installation", "arch_name": "N0515@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39567", - "roomcode": "0105.EG.515", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39571", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39567, + "usage_id": 120 + }, + "0105.EG.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0516, Aufzug", "arch_name": "N0516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39571", - "roomcode": "0105.EG.516", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39575", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39571, + "usage_id": 4 + }, + "0105.EG.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0517, Treppenraum", "arch_name": "N0517@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39575", - "roomcode": "0105.EG.517", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39597", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39575, + "usage_id": 223 + }, + "0105.EG.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0518, Installation", "arch_name": "N0518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39597", - "roomcode": "0105.EG.518", - "usage": 120 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39604", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39597, + "usage_id": 120 + }, + "0105.EG.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0520, Flur", "arch_name": "N0520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39604", - "roomcode": "0105.EG.520", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39607", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39604, + "usage_id": 222 + }, + "0105.EG.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0521, Eingangshalle", "arch_name": "N0521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39607", - "roomcode": "0105.EG.521", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39611", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39607, + "usage_id": 222 + }, + "0105.EG.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0522, Windfang", "arch_name": "N0522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39611", - "roomcode": "0105.EG.522", - "usage": 52 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=39613", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39611, + "usage_id": 52 + }, + "0105.EG.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0523, Flur", "arch_name": "N0523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39613", - "roomcode": "0105.EG.523", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=19224", + "area_id": 27, + "building_id": 565, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39613, + "usage_id": 222 + }, + "0105.U1.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1501, Metallwerkstatt fein mit Einrichtung", "arch_name": "N-1501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19224", - "roomcode": "0105.U1.501", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39300", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15403, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19224, + "usage_id": 108 + }, + "0105.U1.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1502, Meisterb\u00fcro", "arch_name": "N-1502@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39300", - "roomcode": "0105.U1.502", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39306", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39300, + "usage_id": 12 + }, + "0105.U1.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1503, Schleifraum", "arch_name": "N-1503@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39306", - "roomcode": "0105.U1.503", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39310", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39306, + "usage_id": 51 + }, + "0105.U1.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1504, Metallwerkstatt fein mit Einrichtung", "arch_name": "N-1504@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39310", - "roomcode": "0105.U1.504", - "usage": 108 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39318", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39310, + "usage_id": 108 + }, + "0105.U1.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1505, Heizungs\u00fcbergabe", "arch_name": "N-1505@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39318", - "roomcode": "0105.U1.505", - "usage": 201 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39321", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39318, + "usage_id": 201 + }, + "0105.U1.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1506, Ger\u00e4telager", "arch_name": "N-1506@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39321", - "roomcode": "0105.U1.506", - "usage": 18 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39324", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39321, + "usage_id": 18 + }, + "0105.U1.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1507, Elektro Verteiler", "arch_name": "N-1507@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39324", - "roomcode": "0105.U1.507", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39329", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39324, + "usage_id": 160 + }, + "0105.U1.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1508, Lackierraum", "arch_name": "N-1508@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39329", - "roomcode": "0105.U1.508", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=14111", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39329, + "usage_id": 51 + }, + "0105.U1.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1509, Schweissraum", "arch_name": "N-1509@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14111", - "roomcode": "0105.U1.509", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39337", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14111, + "usage_id": 51 + }, + "0105.U1.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1510, Lager", "arch_name": "N-1510@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39337", - "roomcode": "0105.U1.510", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39342", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15405, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39337, + "usage_id": 30 + }, + "0105.U1.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1511, Metalwerkstatt", "arch_name": "N-1511@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15405", - "operator": "[ TUEIMST ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39342", - "roomcode": "0105.U1.511", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39200", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15405, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39342, + "usage_id": 51 + }, + "0105.U1.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1512, Holzwerkstatt", "arch_name": "N-1512@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39200", - "roomcode": "0105.U1.512", - "usage": 107 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39203", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39200, + "usage_id": 107 + }, + "0105.U1.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1513, \u00c4tzlabor", "arch_name": "N-1513@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39203", - "roomcode": "0105.U1.513", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39221", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39203, + "usage_id": 51 + }, + "0105.U1.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1514, Labor", "arch_name": "N-1514@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39221", - "roomcode": "0105.U1.514", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=7924", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39221, + "usage_id": 194 + }, + "0105.U1.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1516, Elektroniklabor", "arch_name": "N-1516@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7924", - "roomcode": "0105.U1.516", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39229", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15403, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7924, + "usage_id": 103 + }, + "0105.U1.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1517, Aufenthalt m. Teek\u00fcche", "arch_name": "N-1517@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39229", - "roomcode": "0105.U1.517", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39233", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15403, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39229, + "usage_id": 44 + }, + "0105.U1.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1518, Antennenmessraum", "arch_name": "N-1518@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39233", - "roomcode": "0105.U1.518", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39237", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39233, + "usage_id": 103 + }, + "0105.U1.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1519, Antennenmessraum", "arch_name": "N-1519@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15394", - "operator": "[ TUEIHFT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39237", - "roomcode": "0105.U1.519", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39384", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15394, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39237, + "usage_id": 103 + }, + "0105.U1.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1520, Aufzug", "arch_name": "N-1520@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39384", - "roomcode": "0105.U1.520", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39386", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39384, + "usage_id": 4 + }, + "0105.U1.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1521, Elektroraum", "arch_name": "N-1521@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39386", - "roomcode": "0105.U1.521", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39390", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39386, + "usage_id": 160 + }, + "0105.U1.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1522, Putzraum", "arch_name": "N-1522@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39390", - "roomcode": "0105.U1.522", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39393", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39390, + "usage_id": 205 + }, + "0105.U1.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1523, WC-Herren", "arch_name": "N-1523@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39393", - "roomcode": "0105.U1.523", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39397", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39393, + "usage_id": 115 + }, + "0105.U1.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1524, Umkleide mit Dusche", "arch_name": "N-1524@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39397", - "roomcode": "0105.U1.524", - "usage": 121 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39403", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39397, + "usage_id": 121 + }, + "0105.U1.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1525, Installation", "arch_name": "N-1525@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39403", - "roomcode": "0105.U1.525", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39406", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39403, + "usage_id": 120 + }, + "0105.U1.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1526, Installation", "arch_name": "N-1526@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39406", - "roomcode": "0105.U1.526", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39409", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39406, + "usage_id": 120 + }, + "0105.U1.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1527, Treppenraum", "arch_name": "N-1527@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39409", - "roomcode": "0105.U1.527", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39414", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39409, + "usage_id": 223 + }, + "0105.U1.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1528, Installation", "arch_name": "N-1528@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39414", - "roomcode": "0105.U1.528", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39418", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39414, + "usage_id": 120 + }, + "0105.U1.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1530, Flur 1", "arch_name": "N-1530@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39418", - "roomcode": "0105.U1.530", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39421", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39418, + "usage_id": 222 + }, + "0105.U1.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1531, Flur 2", "arch_name": "N-1531@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39421", - "roomcode": "0105.U1.531", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39424", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39421, + "usage_id": 222 + }, + "0105.U1.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1532, Flur 4", "arch_name": "N-1532@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39424", - "roomcode": "0105.U1.532", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=39425", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39424, + "usage_id": 222 + }, + "0105.U1.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1533, Flur 3", "arch_name": "N-1533@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39425", - "roomcode": "0105.U1.533", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=61798", + "area_id": 27, + "building_id": 565, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39425, + "usage_id": 222 + }, + "0105.U2.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2501, Installationskanal", "arch_name": "N-2501@0105", - "b_area_id": 27, - "b_filter_id": 565, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61798", - "roomcode": "0105.U2.501", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8894", + "area_id": 27, + "building_id": 565, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61798, + "usage_id": 120 + }, + "0106.01.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1601, B\u00fcro", "arch_name": "N1601@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8894", - "roomcode": "0106.01.601", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8896", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8894, + "usage_id": 12 + }, + "0106.01.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1602, B\u00fcro", "arch_name": "N1602@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8896", - "roomcode": "0106.01.602", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40829", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8896, + "usage_id": 12 + }, + "0106.01.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1603, B\u00fcro", "arch_name": "N1603@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40829", - "roomcode": "0106.01.603", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8925", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40829, + "usage_id": 12 + }, + "0106.01.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1604, B\u00fcro", "arch_name": "N1604@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8925", - "roomcode": "0106.01.604", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8926", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8925, + "usage_id": 12 + }, + "0106.01.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1605, B\u00fcro", "arch_name": "N1605@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8926", - "roomcode": "0106.01.605", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8927", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8926, + "usage_id": 12 + }, + "0106.01.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1606, B\u00fcro", "arch_name": "N1606@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8927", - "roomcode": "0106.01.606", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40832", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8927, + "usage_id": 12 + }, + "0106.01.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1607, Kopierer", "arch_name": "N1607@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40832", - "roomcode": "0106.01.607", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66260", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40832, + "usage_id": 110 + }, + "0106.01.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1607A, Kopierer", "arch_name": "N1607A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66260", - "roomcode": "0106.01.607A", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8928", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66260, + "usage_id": 207 + }, + "0106.01.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1608, B\u00fcro", "arch_name": "N1608@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8928", - "roomcode": "0106.01.608", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8930", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8928, + "usage_id": 12 + }, + "0106.01.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1609, B\u00fcro", "arch_name": "N1609@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8930", - "roomcode": "0106.01.609", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8952", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8930, + "usage_id": 12 + }, + "0106.01.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1610, B\u00fcro", "arch_name": "N1610@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8952", - "roomcode": "0106.01.610", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68648", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8952, + "usage_id": 12 + }, + "0106.01.611A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1611, B\u00fcro", "arch_name": "N1611@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68648", - "roomcode": "0106.01.611A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8954", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68648, + "usage_id": 12 + }, + "0106.01.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1612, B\u00fcro", "arch_name": "N1612@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8954", - "roomcode": "0106.01.612", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68647", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8954, + "usage_id": 12 + }, + "0106.01.613A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1613, B\u00fcro", "arch_name": "N1613@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68647", - "roomcode": "0106.01.613A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8958", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68647, + "usage_id": 12 + }, + "0106.01.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1614, B\u00fcro", "arch_name": "N1614@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8958", - "roomcode": "0106.01.614", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8985", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8958, + "usage_id": 12 + }, + "0106.01.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1615, Prof.-B\u00fcro", "arch_name": "N1615@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8985", - "roomcode": "0106.01.615", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=8987", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8985, + "usage_id": 12 + }, + "0106.01.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1616, Sekretariat", "arch_name": "N1616@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8987", - "roomcode": "0106.01.616", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41097", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8987, + "usage_id": 40 + }, + "0106.01.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1617, Kopierer; Lager, EDV, K\u00fcche", "arch_name": "N1617@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41097", - "roomcode": "0106.01.617", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41100", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41097, + "usage_id": 110 + }, + "0106.01.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1618, WC-Vorraum Herren", "arch_name": "N1618@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41100", - "roomcode": "0106.01.618", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66261", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41100, + "usage_id": 118 + }, + "0106.01.618A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1618A, WC-Herren", "arch_name": "N1618A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66261", - "roomcode": "0106.01.618A", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66262", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66261, + "usage_id": 115 + }, + "0106.01.618B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1618B, Putzraum", "arch_name": "N1618B@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66262", - "roomcode": "0106.01.618B", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9058", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66262, + "usage_id": 205 + }, + "0106.01.629": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1629, Foyer", "arch_name": "N1629@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=25664&cReadonly=J", - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9058", - "roomcode": "0106.01.629", - "usage": 15 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41178", + "area_id": 27, + "building_id": 566, + "calendar_resource_nr": 25664, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9058, + "usage_id": 15 + }, + "0106.01.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1630, Herbert-Kupfer-Saal", "arch_name": "N1630@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": "tvKalender.wSicht?cOrg=14930&cRes=25624&cReadonly=J", - "extended": { - "additional_description": "N1630, Herbert-Kupfer-Saal", - "address": "Theresienstr. 90(0106), 1.Obergescho\u00df", - "architect_room_nr": "N1630@0106", - "area_m2": 88.79, - "building": "0106 (N6) Materialpr\u00fcfamt", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "630", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41178", - "roomcode": "0106.01.630", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41024", + "area_id": 27, + "building_id": 566, + "calendar_resource_nr": 25624, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41178, + "usage_id": 41 + }, + "0106.01.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1631, Putzraum", "arch_name": "N1631@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41024", - "roomcode": "0106.01.631", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41025", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41024, + "usage_id": 205 + }, + "0106.01.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1632, LRZ-Verteilerknoten", "arch_name": "N1632@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41025", - "roomcode": "0106.01.632", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41027", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41025, + "usage_id": 120 + }, + "0106.01.633": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1633, Technikraum", "arch_name": "N1633@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41027", - "roomcode": "0106.01.633", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9106", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41027, + "usage_id": 120 + }, + "0106.01.634": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1634, B\u00fcro", "arch_name": "N1634@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9106", - "roomcode": "0106.01.634", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41031", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9106, + "usage_id": 12 + }, + "0106.01.635": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1635, B\u00fcro", "arch_name": "N1635@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41031", - "roomcode": "0106.01.635", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=41032", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41031, + "usage_id": 12 + }, + "0106.01.636": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1636, B\u00fcro", "arch_name": "N1636@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41032", - "roomcode": "0106.01.636", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9146", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41032, + "usage_id": 12 + }, + "0106.01.637": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1637, B\u00fcro", "arch_name": "N1637@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9146", - "roomcode": "0106.01.637", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9148", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9146, + "usage_id": 12 + }, + "0106.01.638": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1638, B\u00fcro", "arch_name": "N1638@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9148", - "roomcode": "0106.01.638", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9151", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9148, + "usage_id": 12 + }, + "0106.01.639": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1639, B\u00fcro", "arch_name": "N1639@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9151", - "roomcode": "0106.01.639", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9154", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9151, + "usage_id": 12 + }, + "0106.01.640": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1640, Kopierer", "arch_name": "N1640@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9154", - "roomcode": "0106.01.640", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9157", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9154, + "usage_id": 110 + }, + "0106.01.641": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1641, B\u00fcro", "arch_name": "N1641@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9157", - "roomcode": "0106.01.641", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=9177", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9157, + "usage_id": 12 + }, + "0106.01.642": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1642, B\u00fcro", "arch_name": "N1642@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9177", - "roomcode": "0106.01.642", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40437", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9177, + "usage_id": 12 + }, + "0106.01.643": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1643, Lager", "arch_name": "N1643@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40437", - "roomcode": "0106.01.643", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40439", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40437, + "usage_id": 30 + }, + "0106.01.644": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1644, WC-Herren", "arch_name": "N1644@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40439", - "roomcode": "0106.01.644", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68649", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40439, + "usage_id": 115 + }, + "0106.01.644A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1644A, WC-Vorraum Herren", "arch_name": "N1644A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68649", - "roomcode": "0106.01.644A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=40440", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68649, + "usage_id": 118 + }, + "0106.01.645": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1645, Putzraum", "arch_name": "N1645@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40440", - "roomcode": "0106.01.645", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66265", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40440, + "usage_id": 205 + }, + "0106.01.670": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1670, Treppenraum", "arch_name": "N1670@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66265", - "roomcode": "0106.01.670", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63090", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66265, + "usage_id": 223 + }, + "0106.01.672": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1672, Flur", "arch_name": "N1672@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63090", - "roomcode": "0106.01.672", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=68650", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63090, + "usage_id": 222 + }, + "0106.01.672A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1672A, Schacht f.Personenaufzug", "arch_name": "N1672A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68650", - "roomcode": "0106.01.672A", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63091", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68650, + "usage_id": 195 + }, + "0106.01.673": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1673, Treppenhaus", "arch_name": "N1673@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63091", - "roomcode": "0106.01.673", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63092", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63091, + "usage_id": 223 + }, + "0106.01.674": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1674, Flur", "arch_name": "N1674@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63092", - "roomcode": "0106.01.674", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63093", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63092, + "usage_id": 222 + }, + "0106.01.676": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1676, Treppenhaus", "arch_name": "N1676@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63093", - "roomcode": "0106.01.676", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63094", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63093, + "usage_id": 223 + }, + "0106.01.677": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1677, \u00dcbergang 1", "arch_name": "N1677@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63094", - "roomcode": "0106.01.677", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66264", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63094, + "usage_id": 222 + }, + "0106.01.678": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1678, Galerie", "arch_name": "N1678@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66264", - "roomcode": "0106.01.678", - "usage": 206 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63096", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66264, + "usage_id": 206 + }, + "0106.01.680": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1680, Flur", "arch_name": "N1680@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63096", - "roomcode": "0106.01.680", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63098", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63096, + "usage_id": 222 + }, + "0106.01.681": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1681, Flur", "arch_name": "N1681@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63098", - "roomcode": "0106.01.681", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=63095", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63098, + "usage_id": 222 + }, + "0106.01.682": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1682, \u00dcbergang 2", "arch_name": "N1682@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63095", - "roomcode": "0106.01.682", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66263", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63095, + "usage_id": 222 + }, + "0106.01.690": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1690, Aufzug", "arch_name": "N1690@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66263", - "roomcode": "0106.01.690", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40534", + "area_id": 27, + "building_id": 566, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66263, + "usage_id": 195 + }, + "0106.02.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2601, B\u00fcro", "arch_name": "N2601@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40534", - "roomcode": "0106.02.601", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9223", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40534, + "usage_id": 12 + }, + "0106.02.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2602, B\u00fcro", "arch_name": "N2602@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9223", - "roomcode": "0106.02.602", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40579", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9223, + "usage_id": 12 + }, + "0106.02.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2603, B\u00fcro", "arch_name": "N2603@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40579", - "roomcode": "0106.02.603", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40581", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40579, + "usage_id": 12 + }, + "0106.02.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2604, B\u00fcro", "arch_name": "N2604@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40581", - "roomcode": "0106.02.604", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40584", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40581, + "usage_id": 12 + }, + "0106.02.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2605, Besprechungsraum", "arch_name": "N2605@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40584", - "roomcode": "0106.02.605", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=21445", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40584, + "usage_id": 196 + }, + "0106.02.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2606, B\u00fcro", "arch_name": "N2606@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21445", - "roomcode": "0106.02.606", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=21447", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21445, + "usage_id": 12 + }, + "0106.02.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2607, B\u00fcro", "arch_name": "N2607@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21447", - "roomcode": "0106.02.607", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=21473", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21447, + "usage_id": 12 + }, + "0106.02.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2609, B\u00fcro", "arch_name": "N2609@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21473", - "roomcode": "0106.02.609", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69074", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21473, + "usage_id": 12 + }, + "0106.02.609A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2609A, B\u00fcro", "arch_name": "N2609A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69074", - "roomcode": "0106.02.609A", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=69073", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69074, + "usage_id": 12 + }, + "0106.02.609B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2609B, B\u00fcro", "arch_name": "N2609B@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69073", - "roomcode": "0106.02.609B", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40641", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69073, + "usage_id": 12 + }, + "0106.02.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2610, B\u00fcro", "arch_name": "N2610@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40641", - "roomcode": "0106.02.610", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40642", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40641, + "usage_id": 12 + }, + "0106.02.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2611, B\u00fcro", "arch_name": "N2611@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40642", - "roomcode": "0106.02.611", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40644", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40642, + "usage_id": 12 + }, + "0106.02.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2612, Teek\u00fcche", "arch_name": "N2612@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40644", - "roomcode": "0106.02.612", - "usage": 198 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9281", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40644, + "usage_id": 198 + }, + "0106.02.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2613, B\u00fcro", "arch_name": "N2613@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9281", - "roomcode": "0106.02.613", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=9303", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9281, + "usage_id": 12 + }, + "0106.02.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2614, Lager", "arch_name": "N2614@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9303", - "roomcode": "0106.02.614", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40716", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9303, + "usage_id": 30 + }, + "0106.02.617A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2617A, WC-Vorraum Damen", "arch_name": "N2617A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40716", - "roomcode": "0106.02.617A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=66316", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40716, + "usage_id": 118 + }, + "0106.02.617B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2617B, Putzraum", "arch_name": "N2617B@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66316", - "roomcode": "0106.02.617B", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68635", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66316, + "usage_id": 205 + }, + "0106.02.617C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2617, WC-Damen", "arch_name": "N2617@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68635", - "roomcode": "0106.02.617C", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8874", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68635, + "usage_id": 116 + }, + "0106.02.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2619, Sitzungs-/Konferenzsaal", "arch_name": "N2619@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": "tvKalender.wSicht?cOrg=14946&cRes=15099&cReadonly=J", - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8874", - "roomcode": "0106.02.619", - "usage": 142 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40726", + "area_id": 27, + "building_id": 566, + "calendar_resource_nr": 15099, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14946, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8874, + "usage_id": 142 + }, + "0106.02.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2620, Leseraum", "arch_name": "N2620@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": "tvKalender.wSicht?cOrg=14946&cRes=18487&cReadonly=J", - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40726", - "roomcode": "0106.02.620", - "usage": 150 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39949", + "area_id": 27, + "building_id": 566, + "calendar_resource_nr": 18487, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40726, + "usage_id": 150 + }, + "0106.02.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2621, Flur", "arch_name": "N2621@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39949", - "roomcode": "0106.02.621", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39951", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39949, + "usage_id": 222 + }, + "0106.02.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2622, Lager", "arch_name": "N2622@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39951", - "roomcode": "0106.02.622", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=39990", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39951, + "usage_id": 30 + }, + "0106.02.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2624, Lager/B\u00fcromaterial", "arch_name": "N2624@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39990", - "roomcode": "0106.02.624", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8934", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39990, + "usage_id": 30 + }, + "0106.02.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2625, B\u00fcro", "arch_name": "N2625@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8934", - "roomcode": "0106.02.625", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8935", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8934, + "usage_id": 12 + }, + "0106.02.626": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2626, B\u00fcro", "arch_name": "N2626@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8935", - "roomcode": "0106.02.626", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8959", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8935, + "usage_id": 12 + }, + "0106.02.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2630, B\u00fcro", "arch_name": "N2630@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8959", - "roomcode": "0106.02.630", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8960", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14938, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8959, + "usage_id": 12 + }, + "0106.02.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2631, B\u00fcro", "arch_name": "N2631@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8960", - "roomcode": "0106.02.631", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8961", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8960, + "usage_id": 12 + }, + "0106.02.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2632, B\u00fcro", "arch_name": "N2632@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8961", - "roomcode": "0106.02.632", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8990", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14938, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8961, + "usage_id": 12 + }, + "0106.02.633": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2633, B\u00fcro", "arch_name": "N2633@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8990", - "roomcode": "0106.02.633", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40067", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8990, + "usage_id": 12 + }, + "0106.02.634": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2634, B\u00fcro", "arch_name": "N2634@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40067", - "roomcode": "0106.02.634", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=8993", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14938, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40067, + "usage_id": 12 + }, + "0106.02.635": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2635, B\u00fcro", "arch_name": "N2635@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8993", - "roomcode": "0106.02.635", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40071", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8993, + "usage_id": 12 + }, + "0106.02.636": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2636, Lager/Ver\u00f6ffentlichungen", "arch_name": "N2636@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=14938", - "operator": "[ TUBVCME ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40071", - "roomcode": "0106.02.636", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40073", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14938, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40071, + "usage_id": 30 + }, + "0106.02.637": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2637, WC-Herren", "arch_name": "N2637@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40073", - "roomcode": "0106.02.637", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68637", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40073, + "usage_id": 115 + }, + "0106.02.637A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2637A, WC-Vorraum Damen", "arch_name": "N2637A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68637", - "roomcode": "0106.02.637A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=40075", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68637, + "usage_id": 118 + }, + "0106.02.638": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2638, Putzraum", "arch_name": "N2638@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40075", - "roomcode": "0106.02.638", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63089", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40075, + "usage_id": 205 + }, + "0106.02.670": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2670, Treppenhaus", "arch_name": "N2670@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63089", - "roomcode": "0106.02.670", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68636", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63089, + "usage_id": 223 + }, + "0106.02.672A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2672A, Schacht f.Personenaufzug", "arch_name": "N2672A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68636", - "roomcode": "0106.02.672A", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63086", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68636, + "usage_id": 195 + }, + "0106.02.673": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2673, Treppenhaus", "arch_name": "N2673@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63086", - "roomcode": "0106.02.673", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63084", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63086, + "usage_id": 223 + }, + "0106.02.674": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2674, Flur", "arch_name": "N2674@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63084", - "roomcode": "0106.02.674", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63085", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63084, + "usage_id": 222 + }, + "0106.02.676": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2676, Treppenhaus", "arch_name": "N2676@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63085", - "roomcode": "0106.02.676", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63082", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63085, + "usage_id": 223 + }, + "0106.02.677": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2677, \u00dcbergang 1", "arch_name": "N2677@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63082", - "roomcode": "0106.02.677", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63087", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63082, + "usage_id": 222 + }, + "0106.02.680": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2680, Flur", "arch_name": "N2680@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63087", - "roomcode": "0106.02.680", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=63088", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63087, + "usage_id": 222 + }, + "0106.02.681": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2681, Flur", "arch_name": "N2681@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63088", - "roomcode": "0106.02.681", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=68634", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63088, + "usage_id": 222 + }, + "0106.02.682": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2682, Flur", "arch_name": "N2682@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68634", - "roomcode": "0106.02.682", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=66317", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68634, + "usage_id": 222 + }, + "0106.02.690": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2690, Aufzug", "arch_name": "N2690@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66317", - "roomcode": "0106.02.690", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40118", + "area_id": 27, + "building_id": 566, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66317, + "usage_id": 195 + }, + "0106.03.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3601, ELT-UV", "arch_name": "N3601@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40118", - "roomcode": "0106.03.601", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40121", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40118, + "usage_id": 160 + }, + "0106.03.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3602, Lager", "arch_name": "N3602@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40121", - "roomcode": "0106.03.602", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40124", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40121, + "usage_id": 30 + }, + "0106.03.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3603, Stud. Arbeitsplatz", "arch_name": "N3603@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40124", - "roomcode": "0106.03.603", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40173", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40124, + "usage_id": 208 + }, + "0106.03.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3604, B\u00fcro", "arch_name": "N3604@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40173", - "roomcode": "0106.03.604", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40178", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40173, + "usage_id": 12 + }, + "0106.03.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3605, Bibliothek", "arch_name": "N3605@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40178", - "roomcode": "0106.03.605", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40181", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40178, + "usage_id": 10 + }, + "0106.03.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3606, Bibliothek", "arch_name": "N3606@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40181", - "roomcode": "0106.03.606", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40183", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40181, + "usage_id": 10 + }, + "0106.03.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3607, Bibliothek", "arch_name": "N3607@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40183", - "roomcode": "0106.03.607", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40187", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40183, + "usage_id": 10 + }, + "0106.03.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3608, B\u00fcro", "arch_name": "N3608@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40187", - "roomcode": "0106.03.608", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40188", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40187, + "usage_id": 12 + }, + "0106.03.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3609, B\u00fcro", "arch_name": "N3609@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40188", - "roomcode": "0106.03.609", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40259", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40188, + "usage_id": 12 + }, + "0106.03.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3610, B\u00fcro", "arch_name": "N3610@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40259", - "roomcode": "0106.03.610", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9110", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40259, + "usage_id": 12 + }, + "0106.03.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3611, B\u00fcro", "arch_name": "N3611@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9110", - "roomcode": "0106.03.611", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9111", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9110, + "usage_id": 12 + }, + "0106.03.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3612, B\u00fcro", "arch_name": "N3612@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9111", - "roomcode": "0106.03.612", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=9112", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9111, + "usage_id": 12 + }, + "0106.03.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3613, B\u00fcro", "arch_name": "N3613@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9112", - "roomcode": "0106.03.613", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=40267", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9112, + "usage_id": 12 + }, + "0106.03.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3614, Aufenthalt/Teek\u00fcche", "arch_name": "N3614@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40267", - "roomcode": "0106.03.614", - "usage": 44 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=6978", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14946, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40267, + "usage_id": 44 + }, + "0106.03.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3615, PUMI", "arch_name": "N3615@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6978", - "roomcode": "0106.03.615", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=6980", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6978, + "usage_id": 30 + }, + "0106.03.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3616, Beh.-WC", "arch_name": "N3616@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6980", - "roomcode": "0106.03.616", - "usage": 117 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37416", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6980, + "usage_id": 117 + }, + "0106.03.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3617, WC-Damen", "arch_name": "N3617@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37416", - "roomcode": "0106.03.617", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65171", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37416, + "usage_id": 116 + }, + "0106.03.617A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3617A, WC-Vorraum Damen", "arch_name": "N3617A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65171", - "roomcode": "0106.03.617A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7016", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65171, + "usage_id": 118 + }, + "0106.03.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3618, WC-Herren", "arch_name": "N3618@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7016", - "roomcode": "0106.03.618", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65172", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7016, + "usage_id": 118 + }, + "0106.03.618A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3618A, WC-Vorraum Herren", "arch_name": "N3618A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65172", - "roomcode": "0106.03.618A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7022", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65172, + "usage_id": 118 + }, + "0106.03.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3619, Besprechungsraum 1", "arch_name": "N3619@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7022", - "roomcode": "0106.03.619", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37444", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7022, + "usage_id": 196 + }, + "0106.03.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3620, Besprechungsraum", "arch_name": "N3620@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37444", - "roomcode": "0106.03.620", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=6988", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37444, + "usage_id": 196 + }, + "0106.03.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3621, Lager", "arch_name": "N3621@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6988", - "roomcode": "0106.03.621", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37456", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6988, + "usage_id": 30 + }, + "0106.03.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3622, ELT.-UV", "arch_name": "N3622@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37456", - "roomcode": "0106.03.622", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37458", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37456, + "usage_id": 160 + }, + "0106.03.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3623, B\u00fcro", "arch_name": "N3623@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37458", - "roomcode": "0106.03.623", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37466", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37458, + "usage_id": 12 + }, + "0106.03.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3624, B\u00fcro", "arch_name": "N3624@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37466", - "roomcode": "0106.03.624", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37470", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37466, + "usage_id": 12 + }, + "0106.03.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3625, B\u00fcro", "arch_name": "N3625@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37470", - "roomcode": "0106.03.625", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37481", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37470, + "usage_id": 12 + }, + "0106.03.626": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3626, Bibliothek/Teek\u00fcche", "arch_name": "N3626@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37481", - "roomcode": "0106.03.626", - "usage": 10 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37484", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37481, + "usage_id": 10 + }, + "0106.03.627": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3627, B\u00fcro", "arch_name": "N3627@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37484", - "roomcode": "0106.03.627", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37491", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37484, + "usage_id": 12 + }, + "0106.03.628": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3628, B\u00fcro", "arch_name": "N3628@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37491", - "roomcode": "0106.03.628", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37495", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37491, + "usage_id": 12 + }, + "0106.03.629": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3629, B\u00fcro", "arch_name": "N3629@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37495", - "roomcode": "0106.03.629", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37373", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37495, + "usage_id": 12 + }, + "0106.03.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3630, B\u00fcro", "arch_name": "N3630@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37373", - "roomcode": "0106.03.630", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37378", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37373, + "usage_id": 12 + }, + "0106.03.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3631, B\u00fcro", "arch_name": "N3631@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37378", - "roomcode": "0106.03.631", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=37392", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37378, + "usage_id": 12 + }, + "0106.03.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3632, B\u00fcro", "arch_name": "N3632@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37392", - "roomcode": "0106.03.632", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63079", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37392, + "usage_id": 12 + }, + "0106.03.633": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3633, Abluftanlage", "arch_name": "N3633@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=23544", - "operator": "[ TUBVRAZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63079", - "roomcode": "0106.03.633", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63077", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 23544, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63079, + "usage_id": 32 + }, + "0106.03.635": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3635, WC-Herren", "arch_name": "N3635@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63077", - "roomcode": "0106.03.635", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63078", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63077, + "usage_id": 115 + }, + "0106.03.635A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3635A, WC-Vorraum Herren", "arch_name": "N3635A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63078", - "roomcode": "0106.03.635A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63076", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63078, + "usage_id": 118 + }, + "0106.03.636": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3636, WC-Damen", "arch_name": "N3636@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63076", - "roomcode": "0106.03.636", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=68638", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63076, + "usage_id": 116 + }, + "0106.03.640": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3640, Aufzugs-/F\u00f6rderanlage", "arch_name": "N3640@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68638", - "roomcode": "0106.03.640", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63081", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68638, + "usage_id": 5 + }, + "0106.03.672": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3672, Flur", "arch_name": "N3672@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63081", - "roomcode": "0106.03.672", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=68641", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63081, + "usage_id": 222 + }, + "0106.03.672A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3672A, Schacht f.Personenaufzug", "arch_name": "N3672A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68641", - "roomcode": "0106.03.672A", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63080", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68641, + "usage_id": 195 + }, + "0106.03.673": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3673, Treppenhaus", "arch_name": "N3673@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63080", - "roomcode": "0106.03.673", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63074", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63080, + "usage_id": 223 + }, + "0106.03.674": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3674, Flur", "arch_name": "N3674@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63074", - "roomcode": "0106.03.674", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63073", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63074, + "usage_id": 222 + }, + "0106.03.675": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3675, Flur", "arch_name": "N3675@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63073", - "roomcode": "0106.03.675", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=63075", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63073, + "usage_id": 222 + }, + "0106.03.676": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3676, Treppenhaus", "arch_name": "N3676@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63075", - "roomcode": "0106.03.676", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65161", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63075, + "usage_id": 223 + }, + "0106.03.679": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3679, Flur", "arch_name": "N3679@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65161", - "roomcode": "0106.03.679", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65159", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65161, + "usage_id": 222 + }, + "0106.03.680": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3680, Flur", "arch_name": "N3680@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65159", - "roomcode": "0106.03.680", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65160", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65159, + "usage_id": 222 + }, + "0106.03.681": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3681, Flur", "arch_name": "N3681@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65160", - "roomcode": "0106.03.681", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65174", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65160, + "usage_id": 222 + }, + "0106.03.682": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3682, Treppenhaus", "arch_name": "N3682@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65174", - "roomcode": "0106.03.682", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=65173", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65174, + "usage_id": 223 + }, + "0106.03.690": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3690, Aufzug", "arch_name": "N3690@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65173", - "roomcode": "0106.03.690", - "usage": 195 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41369", + "area_id": 27, + "building_id": 566, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65173, + "usage_id": 195 + }, + "0106.EG.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0601, Hydrauliklager", "arch_name": "N0601@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41369", - "roomcode": "0106.EG.601", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41373", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41369, + "usage_id": 30 + }, + "0106.EG.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0602, Stahllabor", "arch_name": "N0602@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41373", - "roomcode": "0106.EG.602", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68630", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41373, + "usage_id": 103 + }, + "0106.EG.602A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0602A, Galerie", "arch_name": "N0602A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68630", - "roomcode": "0106.EG.602A", - "usage": 206 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41377", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68630, + "usage_id": 206 + }, + "0106.EG.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0603, Feinmechanische Werkstatt", "arch_name": "N0603@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41377", - "roomcode": "0106.EG.603", - "usage": 108 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=15050", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41377, + "usage_id": 108 + }, + "0106.EG.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0604, Feinmechanische Werkstatt", "arch_name": "N0604@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15050", - "roomcode": "0106.EG.604", - "usage": 108 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41383", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15050, + "usage_id": 108 + }, + "0106.EG.604A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0604A, Galerie", "arch_name": "N0604A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41383", - "roomcode": "0106.EG.604A", - "usage": 206 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=15053", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41383, + "usage_id": 206 + }, + "0106.EG.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0605, Grobmechanische Werkstatt", "arch_name": "N0605@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15053", - "roomcode": "0106.EG.605", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41459", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15053, + "usage_id": 51 + }, + "0106.EG.605A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0605A, Galerie", "arch_name": "N0605A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41459", - "roomcode": "0106.EG.605A", - "usage": 206 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=21362", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41459, + "usage_id": 206 + }, + "0106.EG.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0606, Flur", "arch_name": "N0606@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21362", - "roomcode": "0106.EG.606", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41463", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21362, + "usage_id": 222 + }, + "0106.EG.606A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0606A, Galerie", "arch_name": "N0606A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41463", - "roomcode": "0106.EG.606A", - "usage": 206 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66255", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41463, + "usage_id": 206 + }, + "0106.EG.606B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0606B, B\u00fcro", "arch_name": "N0606B@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66255", - "roomcode": "0106.EG.606B", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41516", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66255, + "usage_id": 12 + }, + "0106.EG.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0607, Aufenthalt", "arch_name": "N0607@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41516", - "roomcode": "0106.EG.607", - "usage": 44 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66257", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41516, + "usage_id": 44 + }, + "0106.EG.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0607A, Aufenthalt", "arch_name": "N0607A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66257", - "roomcode": "0106.EG.607A", - "usage": 44 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41518", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14930, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66257, + "usage_id": 44 + }, + "0106.EG.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0608, Flur", "arch_name": "N0608@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41518", - "roomcode": "0106.EG.608", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=21383", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41518, + "usage_id": 222 + }, + "0106.EG.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0609, WC-Damen", "arch_name": "N0609@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21383", - "roomcode": "0106.EG.609", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41524", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21383, + "usage_id": 116 + }, + "0106.EG.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0610, WC-Damen", "arch_name": "N0610@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41524", - "roomcode": "0106.EG.610", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41597", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41524, + "usage_id": 115 + }, + "0106.EG.610A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0610A, Putzraum", "arch_name": "N0610A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41597", - "roomcode": "0106.EG.610A", - "usage": 205 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=68631", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41597, + "usage_id": 205 + }, + "0106.EG.610B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0610B, WC-Vorraum Herren", "arch_name": "N0610B@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68631", - "roomcode": "0106.EG.610B", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41599", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68631, + "usage_id": 118 + }, + "0106.EG.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0611, Versuchshalle", "arch_name": "N0611@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41599", - "roomcode": "0106.EG.611", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41603", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41599, + "usage_id": 49 + }, + "0106.EG.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0612, Versuchshalle", "arch_name": "N0612@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41603", - "roomcode": "0106.EG.612", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41683", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41603, + "usage_id": 49 + }, + "0106.EG.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0615, Anmeldung, Probeannahme, Post", "arch_name": "N0615@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41683", - "roomcode": "0106.EG.615", - "usage": 186 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41686", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14930, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41683, + "usage_id": 186 + }, + "0106.EG.615A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0615A, Galerie", "arch_name": "N0615A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41686", - "roomcode": "0106.EG.615A", - "usage": 206 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41688", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41686, + "usage_id": 206 + }, + "0106.EG.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0616, Probenannahme", "arch_name": "N0616@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41688", - "roomcode": "0106.EG.616", - "usage": 186 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41690", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41688, + "usage_id": 186 + }, + "0106.EG.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0617, Probenvorbereitungsraum", "arch_name": "N0617@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41690", - "roomcode": "0106.EG.617", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41845", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41690, + "usage_id": 103 + }, + "0106.EG.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0622, B\u00fcro", "arch_name": "N0622@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41845", - "roomcode": "0106.EG.622", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41851", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41845, + "usage_id": 12 + }, + "0106.EG.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0623, Garage/Gabelstabler", "arch_name": "N0623@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41851", - "roomcode": "0106.EG.623", - "usage": 100 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41853", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41851, + "usage_id": 100 + }, + "0106.EG.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0624, B\u00fcro", "arch_name": "N0624@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41853", - "roomcode": "0106.EG.624", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41855", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41853, + "usage_id": 12 + }, + "0106.EG.624A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0624A, Messlabor", "arch_name": "N0624A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41855", - "roomcode": "0106.EG.624A", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41936", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41855, + "usage_id": 103 + }, + "0106.EG.627": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0627, Lager", "arch_name": "N0627@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41936", - "roomcode": "0106.EG.627", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41939", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41936, + "usage_id": 30 + }, + "0106.EG.628": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0628, WC-Vorraum Herren", "arch_name": "N0628@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41939", - "roomcode": "0106.EG.628", - "usage": 118 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=41940", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41939, + "usage_id": 118 + }, + "0106.EG.628A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "NZ630, Lager ZG", "arch_name": "NZ630@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41940", - "roomcode": "0106.EG.628A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40731", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41940, + "usage_id": 30 + }, + "0106.EG.629": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0629, Lager", "arch_name": "N0629@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40731", - "roomcode": "0106.EG.629", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40733", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40731, + "usage_id": 30 + }, + "0106.EG.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0630, WC-Herren", "arch_name": "N0630@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40733", - "roomcode": "0106.EG.630", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=40738", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40733, + "usage_id": 115 + }, + "0106.EG.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0631, Aktenlager", "arch_name": "N0631@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40738", - "roomcode": "0106.EG.631", - "usage": 2 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=63097", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40738, + "usage_id": 2 + }, + "0106.EG.670": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0670, Eingangshalle", "arch_name": "N0670@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63097", - "roomcode": "0106.EG.670", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=63099", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63097, + "usage_id": 222 + }, + "0106.EG.671": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0671, Treppenraum", "arch_name": "N0671@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63099", - "roomcode": "0106.EG.671", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66259", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63099, + "usage_id": 223 + }, + "0106.EG.672": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0672, Aufzug", "arch_name": "N0672@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66259", - "roomcode": "0106.EG.672", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=63100", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66259, + "usage_id": 4 + }, + "0106.EG.673": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0673, Treppenhaus", "arch_name": "N0673@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63100", - "roomcode": "0106.EG.673", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=64737", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63100, + "usage_id": 223 + }, + "0106.EG.674": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0674, Flur", "arch_name": "N0674@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64737", - "roomcode": "0106.EG.674", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=63102", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64737, + "usage_id": 222 + }, + "0106.EG.675": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0675, Flur", "arch_name": "N0675@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63102", - "roomcode": "0106.EG.675", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=63101", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63102, + "usage_id": 222 + }, + "0106.EG.676": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0676, Treppenhaus", "arch_name": "N0676@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63101", - "roomcode": "0106.EG.676", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66256", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63101, + "usage_id": 223 + }, + "0106.EG.679": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0679, Treppenraum/Fluchttreppe zu N0826", "arch_name": "N0679@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66256", - "roomcode": "0106.EG.679", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66258", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66256, + "usage_id": 223 + }, + "0106.EG.690": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0690, Aufzug", "arch_name": "N0690@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66258", - "roomcode": "0106.EG.690", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41578", + "area_id": 27, + "building_id": 566, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66258, + "usage_id": 4 + }, + "0106.U1.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1601, Klima-Lager", "arch_name": "N-1601@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41578", - "roomcode": "0106.U1.601", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41583", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41578, + "usage_id": 30 + }, + "0106.U1.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1602, Mehrachsige-Festigkeitspr\u00fcfung", "arch_name": "N-1602@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41583", - "roomcode": "0106.U1.602", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41653", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41583, + "usage_id": 194 + }, + "0106.U1.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1603, Dauerstand-Pr\u00fcfraum", "arch_name": "N-1603@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41653", - "roomcode": "0106.U1.603", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41661", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41653, + "usage_id": 194 + }, + "0106.U1.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1604, Luftschleuse CO2", "arch_name": "N-1604@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41661", - "roomcode": "0106.U1.604", - "usage": 105 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41664", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41661, + "usage_id": 105 + }, + "0106.U1.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1605, CO2-Lager", "arch_name": "N-1605@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41664", - "roomcode": "0106.U1.605", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41674", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41664, + "usage_id": 30 + }, + "0106.U1.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1606, Klima-Lager", "arch_name": "N-1606@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41674", - "roomcode": "0106.U1.606", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41741", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41674, + "usage_id": 30 + }, + "0106.U1.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1608, Frostbest./Wasserdicht.-L.", "arch_name": "N-1608@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41741", - "roomcode": "0106.U1.608", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41911", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41741, + "usage_id": 194 + }, + "0106.U1.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1609, Feuchtlager", "arch_name": "N-1609@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41911", - "roomcode": "0106.U1.609", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41915", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41911, + "usage_id": 30 + }, + "0106.U1.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1610, Steins\u00e4ge", "arch_name": "N-1610@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41915", - "roomcode": "0106.U1.610", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=62992", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41915, + "usage_id": 51 + }, + "0106.U1.610A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1610A, Sandstrahlkabine", "arch_name": "N-1610A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62992", - "roomcode": "0106.U1.610A", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41919", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62992, + "usage_id": 51 + }, + "0106.U1.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1611, Lager", "arch_name": "N-1611@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41919", - "roomcode": "0106.U1.611", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41924", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41919, + "usage_id": 30 + }, + "0106.U1.611A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1611A, Klima-Lager", "arch_name": "N-1611A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41924", - "roomcode": "0106.U1.611A", - "usage": 199 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40808", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41924, + "usage_id": 199 + }, + "0106.U1.612A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1612A, Aggregat/fundament", "arch_name": "N-1612A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40808", - "roomcode": "0106.U1.612A", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=40815", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40808, + "usage_id": 160 + }, + "0106.U1.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1613, Aggregatsraum", "arch_name": "N-1613@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40815", - "roomcode": "0106.U1.613", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41007", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40815, + "usage_id": 160 + }, + "0106.U1.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1614, Aggregatsraum", "arch_name": "N-1614@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41007", - "roomcode": "0106.U1.614", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41012", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41007, + "usage_id": 160 + }, + "0106.U1.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1615, Pulsatorpumpe", "arch_name": "N-1615@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41012", - "roomcode": "0106.U1.615", - "usage": 182 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41017", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41012, + "usage_id": 182 + }, + "0106.U1.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1616, Vorraum", "arch_name": "N-1616@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41017", - "roomcode": "0106.U1.616", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41020", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41017, + "usage_id": 222 + }, + "0106.U1.616A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1616A, Kompressor", "arch_name": "N-1616A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41020", - "roomcode": "0106.U1.616A", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41075", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41020, + "usage_id": 120 + }, + "0106.U1.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1617, WC-Herren", "arch_name": "N-1617@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41075", - "roomcode": "0106.U1.617", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68743", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41075, + "usage_id": 115 + }, + "0106.U1.617A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1617A, WC-Vorraum Herren", "arch_name": "N-1617A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68743", - "roomcode": "0106.U1.617A", - "usage": 118 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41080", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68743, + "usage_id": 118 + }, + "0106.U1.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1618, Duschraum", "arch_name": "N-1618@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41080", - "roomcode": "0106.U1.618", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41092", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41080, + "usage_id": 113 + }, + "0106.U1.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1620, Lager", "arch_name": "N-1620@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41092", - "roomcode": "0106.U1.620", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=64736", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41092, + "usage_id": 30 + }, + "0106.U1.620A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1620A, Serverraum", "arch_name": "N-1620A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14946", - "operator": "[ TUBVMBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64736", - "roomcode": "0106.U1.620A", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=21196", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64736, + "usage_id": 207 + }, + "0106.U1.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1621, Betonieranlage", "arch_name": "N-1621@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21196", - "roomcode": "0106.U1.621", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41172", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21196, + "usage_id": 51 + }, + "0106.U1.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1623, Abstellraum", "arch_name": "N-1623@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41172", - "roomcode": "0106.U1.623", - "usage": 159 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41227", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41172, + "usage_id": 159 + }, + "0106.U1.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1624, Kies.-u. Sandlager", "arch_name": "N-1624@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41227", - "roomcode": "0106.U1.624", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41229", - "alt_name": "N-1625, Flur", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41227, + "usage_id": 30 + }, + "0106.U1.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, + "alt_name": "N-1625, Flur", "arch_name": "N-1625@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41229", - "roomcode": "0106.U1.625", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=72788", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41229, + "usage_id": 222 + }, + "0106.U1.625A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1625A, Lager", "arch_name": "N-1625A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72788", - "roomcode": "0106.U1.625A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41233", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72788, + "usage_id": 30 + }, + "0106.U1.626": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1626, Flur", "arch_name": "N-1626@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41233", - "roomcode": "0106.U1.626", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=72789", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41233, + "usage_id": 222 + }, + "0106.U1.626A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1626A, Lager", "arch_name": "N-1626A@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72789", - "roomcode": "0106.U1.626A", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41236", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72789, + "usage_id": 30 + }, + "0106.U1.627": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1627, Kiespr\u00fcfraum", "arch_name": "N-1627@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41236", - "roomcode": "0106.U1.627", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41293", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41236, + "usage_id": 194 + }, + "0106.U1.628": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1628, Zementpr\u00fcfraum", "arch_name": "N-1628@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41293", - "roomcode": "0106.U1.628", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41295", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41293, + "usage_id": 194 + }, + "0106.U1.629": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1629, Abstellraum", "arch_name": "N-1629@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41295", - "roomcode": "0106.U1.629", - "usage": 159 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=41305", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41295, + "usage_id": 159 + }, + "0106.U1.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1631, Umkleide", "arch_name": "N-1631@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41305", - "roomcode": "0106.U1.631", - "usage": 121 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68745", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41305, + "usage_id": 121 + }, + "0106.U1.631B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1631B, Duschraum", "arch_name": "N-1631B@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68745", - "roomcode": "0106.U1.631B", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68746", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68745, + "usage_id": 113 + }, + "0106.U1.631C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1631C, WC-Damen", "arch_name": "N-1631C@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68746", - "roomcode": "0106.U1.631C", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=63070", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68746, + "usage_id": 116 + }, + "0106.U1.671": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1671, Treppenraum", "arch_name": "N-1671@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63070", - "roomcode": "0106.U1.671", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68744", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63070, + "usage_id": 223 + }, + "0106.U1.672": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1672, Schacht f.Personenaufzug", "arch_name": "N-1672@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68744", - "roomcode": "0106.U1.672", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=62991", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68744, + "usage_id": 195 + }, + "0106.U1.673": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1673, Treppenhaus", "arch_name": "N-1673@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62991", - "roomcode": "0106.U1.673", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=62990", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62991, + "usage_id": 223 + }, + "0106.U1.676": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1676, Treppenhaus", "arch_name": "N-1676@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62990", - "roomcode": "0106.U1.676", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=63069", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62990, + "usage_id": 223 + }, + "0106.U1.690": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1690, Aufzugmaschinenraum", "arch_name": "N-1690@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63069", - "roomcode": "0106.U1.690", - "usage": 195 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68742", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63069, + "usage_id": 195 + }, + "0106.U1.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1801, Archiv", "arch_name": "N-1801@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68742", - "roomcode": "0106.U1.801", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68740", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68742, + "usage_id": 2 + }, + "0106.U1.802": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1802, Lager", "arch_name": "N-1802@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68740", - "roomcode": "0106.U1.802", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=68741", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68740, + "usage_id": 30 + }, + "0106.U1.803": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1803, Lager", "arch_name": "N-1803@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14930", - "operator": "[ TUBVLKI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68741", - "roomcode": "0106.U1.803", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41354", + "area_id": 27, + "building_id": 566, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68741, + "usage_id": 30 + }, + "0106.U2.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2601, Abwasseraufbereitung", "arch_name": "N-2601@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41354", - "roomcode": "0106.U2.601", - "usage": 182 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41362", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41354, + "usage_id": 182 + }, + "0106.U2.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2603, Maschinenraum", "arch_name": "N-2603@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41362", - "roomcode": "0106.U2.603", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41435", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41362, + "usage_id": 120 + }, + "0106.U2.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2621, Tauchpumpe", "arch_name": "N-2621@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41435", - "roomcode": "0106.U2.621", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41506", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41435, + "usage_id": 120 + }, + "0106.U2.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2622, Lager", "arch_name": "N-2622@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41506", - "roomcode": "0106.U2.622", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=41508", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41506, + "usage_id": 30 + }, + "0106.U2.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2623, Elektroverteiler", "arch_name": "N-2623@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41508", - "roomcode": "0106.U2.623", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=59976", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41508, + "usage_id": 160 + }, + "0106.U2.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2631, Schacht begehbar \u00fcber U1631", "arch_name": "N-2631@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59976", - "roomcode": "0106.U2.631", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=61799", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59976, + "usage_id": 120 + }, + "0106.U2.640": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2640, Installationskanal", "arch_name": "N-2640@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61799", - "roomcode": "0106.U2.640", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=61800", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61799, + "usage_id": 120 + }, + "0106.U2.641": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2641, Installationskanal", "arch_name": "N-2641@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61800", - "roomcode": "0106.U2.641", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=62989", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61800, + "usage_id": 120 + }, + "0106.U2.673": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2673, Treppenhaus", "arch_name": "N-2673@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62989", - "roomcode": "0106.U2.673", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.UG", - "address_link": "ris.einzelraum?raumkey=62988", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62989, + "usage_id": 223 + }, + "0106.U2.676": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-2676, Treppenhaus", "arch_name": "N-2676@0106", - "b_area_id": 27, - "b_filter_id": 566, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62988", - "roomcode": "0106.U2.676", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37984", + "area_id": 27, + "building_id": 566, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62988, + "usage_id": 223 + }, + "0108.01.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1801, Labor", "arch_name": "N1801@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37984", - "roomcode": "0108.01.801", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=72808", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37984, + "usage_id": 103 + }, + "0108.01.802": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1802, Elektronikpraktikum", "arch_name": "N1802@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72808", - "roomcode": "0108.01.802", - "usage": 211 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=72807", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72808, + "usage_id": 211 + }, + "0108.01.803": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1803, Gruppenraum", "arch_name": "N1803@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "extended": { - "additional_description": "N1803, Gruppenraum", - "address": "Theresienstr. 90(0108), 1.Obergescho\u00df", - "architect_room_nr": "N1803@0108", - "area_m2": 28.8, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "803", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72807", - "roomcode": "0108.01.803", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37991", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72807, + "usage_id": 131 + }, + "0108.01.804": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1804, Labor", "arch_name": "N1804@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=52697&cRes=23428&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37991", - "roomcode": "0108.01.804", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37997", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 23428, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52697, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37991, + "usage_id": 194 + }, + "0108.01.807": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1807, Prozesslabor", "arch_name": "N1807@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37997", - "roomcode": "0108.01.807", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38001", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37997, + "usage_id": 103 + }, + "0108.01.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1808, Prozesslabor", "arch_name": "N1808@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38001", - "roomcode": "0108.01.808", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38010", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38001, + "usage_id": 103 + }, + "0108.01.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1809, Klimatechnik", "arch_name": "N1809@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38010", - "roomcode": "0108.01.809", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38015", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38010, + "usage_id": 32 + }, + "0108.01.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1811, Praktikum", "arch_name": "N1811@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=19257&cReadonly=J", - "extended": { - "additional_description": "N1811, Praktikum", - "address": "Theresienstr. 90(0108), 1.Obergescho\u00df", - "architect_room_nr": "N1811@0108", - "area_m2": 39.78, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "811", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38015", - "roomcode": "0108.01.811", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7300", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 19257, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38015, + "usage_id": 131 + }, + "0108.01.812": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1812, Seminar", "arch_name": "N1812@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=49657&cRes=15013&cReadonly=J", - "extended": { - "additional_description": "N1812, Seminar", - "address": "Theresienstr. 90(0108), 1.Obergescho\u00df", - "architect_room_nr": "N1812@0108", - "area_m2": 59.28, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "812", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7300", - "roomcode": "0108.01.812", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7305", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 15013, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49657, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7300, + "usage_id": 41 + }, + "0108.01.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1815, Sekretariat", "arch_name": "N1815@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7305", - "roomcode": "0108.01.815", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7309", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7305, + "usage_id": 40 + }, + "0108.01.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1816, Prof.-B\u00fcro", "arch_name": "N1816@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=53497&cRes=28392&cReadonly=J", - "list_index": "70", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7309", - "roomcode": "0108.01.816", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7195", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 28392, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7309, + "usage_id": 12 + }, + "0108.01.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1818, B\u00fcro", "arch_name": "N1818@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=53497&cRes=19532&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7195", - "roomcode": "0108.01.818", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7198", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 19532, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7195, + "usage_id": 12 + }, + "0108.01.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1819, B\u00fcro", "arch_name": "N1819@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7198", - "roomcode": "0108.01.819", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7203", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7198, + "usage_id": 12 + }, + "0108.01.820": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1820, B\u00fcro", "arch_name": "N1820@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=53497", - "operator": "[ TUEILSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7203", - "roomcode": "0108.01.820", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7204", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53497, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7203, + "usage_id": 12 + }, + "0108.01.821": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1821, B\u00fcro", "arch_name": "N1821@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7204", - "roomcode": "0108.01.821", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7206", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7204, + "usage_id": 12 + }, + "0108.01.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1822, B\u00fcro", "arch_name": "N1822@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7206", - "roomcode": "0108.01.822", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7239", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7206, + "usage_id": 12 + }, + "0108.01.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1823, B\u00fcro", "arch_name": "N1823@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7239", - "roomcode": "0108.01.823", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37909", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7239, + "usage_id": 12 + }, + "0108.01.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1824, B\u00fcro", "arch_name": "N1824@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37909", - "roomcode": "0108.01.824", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37915", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37909, + "usage_id": 12 + }, + "0108.01.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1825, B\u00fcro", "arch_name": "N1825@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37915", - "roomcode": "0108.01.825", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37925", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37915, + "usage_id": 12 + }, + "0108.01.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1826, Treppe Ost", "arch_name": "N1826@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37925", - "roomcode": "0108.01.826", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37934", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37925, + "usage_id": 223 + }, + "0108.01.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1827, Putzraum", "arch_name": "N1827@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37934", - "roomcode": "0108.01.827", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37943", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37934, + "usage_id": 205 + }, + "0108.01.828": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1828, Dusche", "arch_name": "N1828@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37943", - "roomcode": "0108.01.828", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37875", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37943, + "usage_id": 113 + }, + "0108.01.830": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1830, Elektro Versorgung", "arch_name": "N1830@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37875", - "roomcode": "0108.01.830", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37883", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37875, + "usage_id": 160 + }, + "0108.01.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1831, WC-Herren", "arch_name": "N1831@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37883", - "roomcode": "0108.01.831", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37889", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37883, + "usage_id": 115 + }, + "0108.01.832": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1832, WC-Damen", "arch_name": "N1832@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37889", - "roomcode": "0108.01.832", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=37895", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37889, + "usage_id": 116 + }, + "0108.01.834": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1834, Treppe", "arch_name": "N1834@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37895", - "roomcode": "0108.01.834", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38062", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37895, + "usage_id": 223 + }, + "0108.01.836": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1836, Flur 1", "arch_name": "N1836@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38062", - "roomcode": "0108.01.836", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=38070", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38062, + "usage_id": 222 + }, + "0108.01.837": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1837, Flur 2", "arch_name": "N1837@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38070", - "roomcode": "0108.01.837", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=7276", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38070, + "usage_id": 222 + }, + "0108.01.838": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1838, Experimentierhalle", "arch_name": "N1838@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=19300&cReadonly=J", - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7276", - "roomcode": "0108.01.838", - "usage": 49 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=72806", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 19300, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15135, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7276, + "usage_id": 49 + }, + "0108.01.840": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1840, Flur", "arch_name": "N1840@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72806", - "roomcode": "0108.01.840", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7279", + "area_id": 27, + "building_id": 567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72806, + "usage_id": 222 + }, + "0108.02.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2801, B\u00fcro", "arch_name": "N2801@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7279", - "roomcode": "0108.02.801", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7284", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7279, + "usage_id": 12 + }, + "0108.02.802": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2802, B\u00fcro", "arch_name": "N2802@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7284", - "roomcode": "0108.02.802", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7288", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7284, + "usage_id": 12 + }, + "0108.02.803": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2803, B\u00fcro", "arch_name": "N2803@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7288", - "roomcode": "0108.02.803", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7208", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7288, + "usage_id": 12 + }, + "0108.02.805": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2805, B\u00fcro", "arch_name": "N2805@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7208", - "roomcode": "0108.02.805", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7213", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7208, + "usage_id": 12 + }, + "0108.02.807": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2807, B\u00fcro/Archiv", "arch_name": "N2807@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7213", - "roomcode": "0108.02.807", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38108", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7213, + "usage_id": 12 + }, + "0108.02.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2808, B\u00fcro", "arch_name": "N2808@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38108", - "roomcode": "0108.02.808", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7226", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38108, + "usage_id": 12 + }, + "0108.02.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2809, Besprechungsraum", "arch_name": "N2809@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=25220&cReadonly=J", - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7226", - "roomcode": "0108.02.809", - "usage": 196 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7229", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 25220, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7226, + "usage_id": 196 + }, + "0108.02.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2811, Prof.-B\u00fcro", "arch_name": "N2811@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=21282&cReadonly=J", - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7229", - "roomcode": "0108.02.811", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38124", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 21282, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7229, + "usage_id": 12 + }, + "0108.02.812": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2812, Kopierraum", "arch_name": "N2812@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38124", - "roomcode": "0108.02.812", - "usage": 110 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7234", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38124, + "usage_id": 110 + }, + "0108.02.813": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2813, Sekretariat", "arch_name": "N2813@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7234", - "roomcode": "0108.02.813", - "usage": 40 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7238", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7234, + "usage_id": 40 + }, + "0108.02.814": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2814, B\u00fcro", "arch_name": "N2814@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7238", - "roomcode": "0108.02.814", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7327", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7238, + "usage_id": 12 + }, + "0108.02.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2816, B\u00fcro", "arch_name": "N2816@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=30272&cReadonly=J", - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7327", - "roomcode": "0108.02.816", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7330", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 30272, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7327, + "usage_id": 12 + }, + "0108.02.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2818, CAD", "arch_name": "N2818@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7330", - "roomcode": "0108.02.818", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7333", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7330, + "usage_id": 12 + }, + "0108.02.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2819, B\u00fcro", "arch_name": "N2819@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7333", - "roomcode": "0108.02.819", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7343", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7333, + "usage_id": 12 + }, + "0108.02.821": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2821, B\u00fcro", "arch_name": "N2821@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7343", - "roomcode": "0108.02.821", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7346", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7343, + "usage_id": 12 + }, + "0108.02.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2822, B\u00fcro", "arch_name": "N2822@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7346", - "roomcode": "0108.02.822", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7349", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7346, + "usage_id": 12 + }, + "0108.02.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2823, B\u00fcro", "arch_name": "N2823@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7349", - "roomcode": "0108.02.823", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=7350", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7349, + "usage_id": 12 + }, + "0108.02.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2825, B\u00fcro/PC-\u00dcbungsraum", "arch_name": "N2825@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7350", - "roomcode": "0108.02.825", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38286", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7350, + "usage_id": 12 + }, + "0108.02.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2826, Treppe Ost", "arch_name": "N2826@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38286", - "roomcode": "0108.02.826", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38292", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38286, + "usage_id": 223 + }, + "0108.02.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2827, Putzraum", "arch_name": "N2827@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38292", - "roomcode": "0108.02.827", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38322", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38292, + "usage_id": 205 + }, + "0108.02.830": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2830, Elektro Versorgung", "arch_name": "N2830@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38322", - "roomcode": "0108.02.830", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38326", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38322, + "usage_id": 160 + }, + "0108.02.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2831, WC-Herren", "arch_name": "N2831@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38326", - "roomcode": "0108.02.831", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38330", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38326, + "usage_id": 115 + }, + "0108.02.832": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2832, WC-Damen", "arch_name": "N2832@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38330", - "roomcode": "0108.02.832", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38333", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38330, + "usage_id": 116 + }, + "0108.02.834": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2834, Treppe", "arch_name": "N2834@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38333", - "roomcode": "0108.02.834", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38337", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38333, + "usage_id": 223 + }, + "0108.02.835": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2835, Flur 1", "arch_name": "N2835@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38337", - "roomcode": "0108.02.835", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38341", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38337, + "usage_id": 222 + }, + "0108.02.836": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2836, Flur 2", "arch_name": "N2836@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38341", - "roomcode": "0108.02.836", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38188", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38341, + "usage_id": 222 + }, + "0108.02.837": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2837, Flur 3", "arch_name": "N2837@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38188", - "roomcode": "0108.02.837", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38193", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38188, + "usage_id": 222 + }, + "0108.02.838": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2838, \u00dcbergang", "arch_name": "N2838@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38193", - "roomcode": "0108.02.838", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=38197", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38193, + "usage_id": 222 + }, + "0108.02.839": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2839, Flur 4", "arch_name": "N2839@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38197", - "roomcode": "0108.02.839", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=72809", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38197, + "usage_id": 222 + }, + "0108.02.839A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N2839A, Personenaufzug", "arch_name": "N2839A@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72809", - "roomcode": "0108.02.839A", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7322", + "area_id": 27, + "building_id": 567, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72809, + "usage_id": 4 + }, + "0108.03.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3801, Gastdozent", "arch_name": "N3801@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7322", - "roomcode": "0108.03.801", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38202", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7322, + "usage_id": 12 + }, + "0108.03.806": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3806, Exp. Arbeitsplatz", "arch_name": "N3806@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=21283&cReadonly=J", - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38202", - "roomcode": "0108.03.806", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38236", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 21283, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15358, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38202, + "usage_id": 194 + }, + "0108.03.807": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3807, Hutzimmer-Emeritus", "arch_name": "N3807@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38236", - "roomcode": "0108.03.807", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38207", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 15358, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38236, + "usage_id": 12 + }, + "0108.03.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3808, Physiklabor", "arch_name": "N3808@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=45290&cRes=27958&cReadonly=J", - "list_index": "123", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38207", - "roomcode": "0108.03.808", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38211", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27958, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 45290, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38207, + "usage_id": 103 + }, + "0108.03.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3809, Lichttechnisches Labor", "arch_name": "N3809@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38211", - "roomcode": "0108.03.809", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7361", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 52697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38211, + "usage_id": 194 + }, + "0108.03.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3811, Studentenarb. m. DV", "arch_name": "N3811@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=15020&cReadonly=J", - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7361", - "roomcode": "0108.03.811", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7381", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 15020, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7361, + "usage_id": 208 + }, + "0108.03.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3815, Seminarraum", "arch_name": "N3815@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=15022&cReadonly=J", - "extended": { - "additional_description": "N3815, Seminarraum", - "address": "Theresienstr. 90(0108), 3.Obergescho\u00df", - "architect_room_nr": "N3815@0108", - "area_m2": 81.94, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "815", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7381", - "roomcode": "0108.03.815", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7383", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 15022, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7381, + "usage_id": 41 + }, + "0108.03.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3816, Studentenarb. m. DV", "arch_name": "N3816@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=52697", - "operator": "[ TUEINEN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7383", - "roomcode": "0108.03.816", - "usage": 208 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=14332", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52697, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7383, + "usage_id": 208 + }, + "0108.03.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3818, Server", "arch_name": "N3818@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14332", - "roomcode": "0108.03.818", - "usage": 207 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38378", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14332, + "usage_id": 207 + }, + "0108.03.820": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3820, B\u00fcro", "arch_name": "N3820@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27959&cReadonly=J", - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38378", - "roomcode": "0108.03.820", - "usage": 12 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38382", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27959, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15399, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38378, + "usage_id": 12 + }, + "0108.03.821": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3821, Archiv", "arch_name": "N3821@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38382", - "roomcode": "0108.03.821", - "usage": 2 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=7393", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38382, + "usage_id": 2 + }, + "0108.03.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3823, Seminarraum", "arch_name": "N3823@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15358&cRes=15023&cReadonly=J", - "extended": { - "additional_description": "N3823, Seminarraum", - "address": "Theresienstr. 90(0108), 3.Obergescho\u00df", - "architect_room_nr": "N3823@0108", - "area_m2": 88.77, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "823", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7393", - "roomcode": "0108.03.823", - "usage": 41 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38416", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 15023, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15358, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7393, + "usage_id": 41 + }, + "0108.03.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3824, Solaranlage (Reinigen)", "arch_name": "N3824@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38416", - "roomcode": "0108.03.824", - "usage": 218 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38420", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38416, + "usage_id": 218 + }, + "0108.03.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3825, Dachfreifl\u00e4che (Reinigen)", "arch_name": "N3825@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38420", - "roomcode": "0108.03.825", - "usage": 219 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38423", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38420, + "usage_id": 219 + }, + "0108.03.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3826, Treppe Ost", "arch_name": "N3826@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38423", - "roomcode": "0108.03.826", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38429", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38423, + "usage_id": 223 + }, + "0108.03.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3827, Putzraum", "arch_name": "N3827@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38429", - "roomcode": "0108.03.827", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38431", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38429, + "usage_id": 205 + }, + "0108.03.828": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3828, Elektro Raum", "arch_name": "N3828@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38431", - "roomcode": "0108.03.828", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38434", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38431, + "usage_id": 160 + }, + "0108.03.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3831, WC-Herren", "arch_name": "N3831@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38434", - "roomcode": "0108.03.831", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38437", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38434, + "usage_id": 115 + }, + "0108.03.832": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3832, WC-Damen", "arch_name": "N3832@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38437", - "roomcode": "0108.03.832", - "usage": 116 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38439", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38437, + "usage_id": 116 + }, + "0108.03.834": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3834, Treppe", "arch_name": "N3834@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38439", - "roomcode": "0108.03.834", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 3.OG", - "address_link": "ris.einzelraum?raumkey=38442", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38439, + "usage_id": 223 + }, + "0108.03.835": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N3835, Flur 1", "arch_name": "N3835@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38442", - "roomcode": "0108.03.835", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=38446", + "area_id": 27, + "building_id": 567, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38442, + "usage_id": 222 + }, + "0108.04.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4801, Aufzugsmaschinenraum", "arch_name": "N4801@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38446", - "roomcode": "0108.04.801", - "usage": 5 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=38452", + "area_id": 27, + "building_id": 567, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38446, + "usage_id": 5 + }, + "0108.04.802": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4802, Betriebstechnik", "arch_name": "N4802@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38452", - "roomcode": "0108.04.802", - "usage": 32 - }, - { - "address": "Theresienstr. 90, 4.OG", - "address_link": "ris.einzelraum?raumkey=38456", + "area_id": 27, + "building_id": 567, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38452, + "usage_id": 32 + }, + "0108.04.803": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N4803, Treppe", "arch_name": "N4803@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38456", - "roomcode": "0108.04.803", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37734", + "area_id": 27, + "building_id": 567, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38456, + "usage_id": 223 + }, + "0108.EG.800": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0800, Einfahrt", "arch_name": "N0800@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37734", - "roomcode": "0108.EG.800", - "usage": 204 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=14540", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37734, + "usage_id": 204 + }, + "0108.EG.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0801, B\u00fcro", "arch_name": "N0801@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14540", - "roomcode": "0108.EG.801", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37747", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14540, + "usage_id": 12 + }, + "0108.EG.806": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0806, Energy System Lab 3", "arch_name": "N0806@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37747", - "roomcode": "0108.EG.806", - "usage": 194 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37756", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15358, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37747, + "usage_id": 194 + }, + "0108.EG.806G": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0806G, Lager", "arch_name": "N0806G@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37756", - "roomcode": "0108.EG.806G", - "usage": 30 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37761", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37756, + "usage_id": 30 + }, + "0108.EG.807": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0807, Energy System Lab 2", "arch_name": "N0807@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37761", - "roomcode": "0108.EG.807", - "usage": 194 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37766", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37761, + "usage_id": 194 + }, + "0108.EG.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0808, Energy System Lab 1", "arch_name": "N0808@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37766", - "roomcode": "0108.EG.808", - "usage": 194 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37770", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37766, + "usage_id": 194 + }, + "0108.EG.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0809, Windfang", "arch_name": "N0809@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37770", - "roomcode": "0108.EG.809", - "usage": 52 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7144", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37770, + "usage_id": 52 + }, + "0108.EG.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0811, B\u00fcro", "arch_name": "N0811@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27952&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7144", - "roomcode": "0108.EG.811", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37778", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27952, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15399, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7144, + "usage_id": 12 + }, + "0108.EG.811G": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0811G, Galerie", "arch_name": "N0811G@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37778", - "roomcode": "0108.EG.811G", - "usage": 206 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=20099", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 15399, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37778, + "usage_id": 206 + }, + "0108.EG.812": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0812, Elektro Labor", "arch_name": "N0812@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27953&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20099", - "roomcode": "0108.EG.812", - "usage": 194 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=20101", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27953, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15399, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20099, + "usage_id": 194 + }, + "0108.EG.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0815, Messlabor", "arch_name": "N0815@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27954&cReadonly=J", - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20101", - "roomcode": "0108.EG.815", - "usage": 103 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7154", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27954, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15399, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20101, + "usage_id": 103 + }, + "0108.EG.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0816, Prof.-B\u00fcro", "arch_name": "N0816@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27955&cReadonly=J", - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7154", - "roomcode": "0108.EG.816", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7162", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27955, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15399, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7154, + "usage_id": 12 + }, + "0108.EG.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0819, B\u00fcro", "arch_name": "N0819@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27956&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7162", - "roomcode": "0108.EG.819", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=7169", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27956, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15399, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7162, + "usage_id": 12 + }, + "0108.EG.820": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0820, B\u00fcro", "arch_name": "N0820@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": "tvKalender.wSicht?cOrg=15399&cRes=27957&cReadonly=J", - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15399", - "operator": "[ TUEIHOT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7169", - "roomcode": "0108.EG.820", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=14498", + "area_id": 27, + "building_id": 567, + "calendar_resource_nr": 27957, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15399, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7169, + "usage_id": 12 + }, + "0108.EG.821": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0821, B\u00fcro", "arch_name": "N0821@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14498", - "roomcode": "0108.EG.821", - "usage": 12 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=20199", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14498, + "usage_id": 12 + }, + "0108.EG.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0823, Werkstatt Holz u. Metall grob", "arch_name": "N0823@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20199", - "roomcode": "0108.EG.823", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37824", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20199, + "usage_id": 51 + }, + "0108.EG.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0825, Energy System Lab 4", "arch_name": "N0825@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37824", - "roomcode": "0108.EG.825", - "usage": 194 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37832", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15358, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37824, + "usage_id": 194 + }, + "0108.EG.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0826, Treppe Ost", "arch_name": "N0826@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37832", - "roomcode": "0108.EG.826", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37833", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37832, + "usage_id": 223 + }, + "0108.EG.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0827, Putzraum", "arch_name": "N0827@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37833", - "roomcode": "0108.EG.827", - "usage": 205 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37839", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37833, + "usage_id": 205 + }, + "0108.EG.828": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0828, Dusche", "arch_name": "N0828@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37839", - "roomcode": "0108.EG.828", - "usage": 113 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37843", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37839, + "usage_id": 113 + }, + "0108.EG.830": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0830, Elektro Versorgung", "arch_name": "N0830@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37843", - "roomcode": "0108.EG.830", - "usage": 160 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37847", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37843, + "usage_id": 160 + }, + "0108.EG.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0831, WC-Herren", "arch_name": "N0831@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37847", - "roomcode": "0108.EG.831", - "usage": 115 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37710", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37847, + "usage_id": 115 + }, + "0108.EG.832": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0832, WC-Damen", "arch_name": "N0832@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37710", - "roomcode": "0108.EG.832", - "usage": 116 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37719", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37710, + "usage_id": 116 + }, + "0108.EG.834": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0834, Treppe", "arch_name": "N0834@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37719", - "roomcode": "0108.EG.834", - "usage": 223 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37728", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37719, + "usage_id": 223 + }, + "0108.EG.835": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0835, Flur 1", "arch_name": "N0835@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37728", - "roomcode": "0108.EG.835", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37955", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37728, + "usage_id": 222 + }, + "0108.EG.836": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0836, Eingangshalle", "arch_name": "N0836@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37955", - "roomcode": "0108.EG.836", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37962", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37955, + "usage_id": 222 + }, + "0108.EG.837": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0837, Flur 3", "arch_name": "N0837@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37962", - "roomcode": "0108.EG.837", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=37970", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37962, + "usage_id": 222 + }, + "0108.EG.838": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0838, Flur 2", "arch_name": "N0838@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37970", - "roomcode": "0108.EG.838", - "usage": 222 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=20351", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37970, + "usage_id": 222 + }, + "0108.EG.839": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0839, Experimentierhalle", "arch_name": "N0839@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20351", - "roomcode": "0108.EG.839", - "usage": 49 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=72805", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20351, + "usage_id": 49 + }, + "0108.EG.839A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0839A, Personenaufzug", "arch_name": "N0839A@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72805", - "roomcode": "0108.EG.839A", - "usage": 4 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=72803", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72805, + "usage_id": 4 + }, + "0108.EG.840": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0840, Elt.Techn.Werkstatt o.f.e.M.", "arch_name": "N0840@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72803", - "roomcode": "0108.EG.840", - "usage": 51 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=72804", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72803, + "usage_id": 51 + }, + "0108.EG.851": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0851, Installationsschacht", "arch_name": "N0851@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72804", - "roomcode": "0108.EG.851", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37655", + "area_id": 27, + "building_id": 567, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72804, + "usage_id": 120 + }, + "0108.U1.806A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1806A, Experimenteller Raum", "arch_name": "N-1806A@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "extended": { - "additional_description": "N-1806A, Experimenteller Raum", - "address": "Theresienstr. 90(0108), 1.Untergescho\u00df", - "architect_room_nr": "N-1806A@0108", - "area_m2": 57.78, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "806A", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37655", - "roomcode": "0108.U1.806A", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37664", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37655, + "usage_id": 131 + }, + "0108.U1.806B": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1806B, Experimenteller Raum", "arch_name": "N-1806B@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "extended": { - "additional_description": "N-1806B, Experimenteller Raum", - "address": "Theresienstr. 90(0108), 1.Untergescho\u00df", - "architect_room_nr": "N-1806B@0108", - "area_m2": 36.37, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "806B", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37664", - "roomcode": "0108.U1.806B", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37672", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37664, + "usage_id": 131 + }, + "0108.U1.806C": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1806C, Kontrollraum", "arch_name": "N-1806C@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37672", - "roomcode": "0108.U1.806C", - "usage": 9 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37676", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37672, + "usage_id": 9 + }, + "0108.U1.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1808, Gasversorgung", "arch_name": "N-1808@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15358", - "operator": "[ TUEIEWK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37676", - "roomcode": "0108.U1.808", - "usage": 17 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37683", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37676, + "usage_id": 17 + }, + "0108.U1.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1809, Haustechnik", "arch_name": "N-1809@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37683", - "roomcode": "0108.U1.809", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=18802", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37683, + "usage_id": 120 + }, + "0108.U1.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1811, Teleaktions-Labor", "arch_name": "N-1811@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18802", - "roomcode": "0108.U1.811", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=18804", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18802, + "usage_id": 194 + }, + "0108.U1.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1815, Roboter-Labor", "arch_name": "N-1815@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18804", - "roomcode": "0108.U1.815", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=18808", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18804, + "usage_id": 194 + }, + "0108.U1.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1816, Montage-Labor", "arch_name": "N-1816@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18808", - "roomcode": "0108.U1.816", - "usage": 194 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37700", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18808, + "usage_id": 194 + }, + "0108.U1.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1818, Elektroniklabor", "arch_name": "N-1818@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49657", - "operator": "[ TUEILSE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37700", - "roomcode": "0108.U1.818", - "usage": 103 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37501", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 49657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37700, + "usage_id": 103 + }, + "0108.U1.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1819, Lager", "arch_name": "N-1819@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37501", - "roomcode": "0108.U1.819", - "usage": 30 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37505", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37501, + "usage_id": 30 + }, + "0108.U1.821": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1821, Elektrowerkstatt", "arch_name": "N-1821@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37505", - "roomcode": "0108.U1.821", - "usage": 51 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37513", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15368, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37505, + "usage_id": 51 + }, + "0108.U1.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1825, Experimenteller Raum", "arch_name": "N-1825@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "extended": { - "additional_description": "N-1825, Experimenteller Raum", - "address": "Theresienstr. 90(0108), 1.Untergescho\u00df", - "architect_room_nr": "N-1825@0108", - "area_m2": 25.87, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "825", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37513", - "roomcode": "0108.U1.825", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=67677", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37513, + "usage_id": 131 + }, + "0108.U1.825A": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1825A, Experimenteller Raum", "arch_name": "N-1825A@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "extended": { - "additional_description": "N-1825A, Experimenteller Raum", - "address": "Theresienstr. 90(0108), 1.Untergescho\u00df", - "architect_room_nr": "N-1825A@0108", - "area_m2": 14.83, - "building": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "825A", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15368", - "operator": "[ TUEIMMK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67677", - "roomcode": "0108.U1.825A", - "usage": 131 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37548", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15368, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67677, + "usage_id": 131 + }, + "0108.U1.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1826, Treppe Ost", "arch_name": "N-1826@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37548", - "roomcode": "0108.U1.826", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37553", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37548, + "usage_id": 223 + }, + "0108.U1.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1827, Putzraum", "arch_name": "N-1827@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37553", - "roomcode": "0108.U1.827", - "usage": 205 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37560", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37553, + "usage_id": 205 + }, + "0108.U1.828": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1828, Dusche", "arch_name": "N-1828@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37560", - "roomcode": "0108.U1.828", - "usage": 113 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37566", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37560, + "usage_id": 113 + }, + "0108.U1.830": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1830, Elektro Verteiler", "arch_name": "N-1830@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37566", - "roomcode": "0108.U1.830", - "usage": 160 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37568", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37566, + "usage_id": 160 + }, + "0108.U1.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1831, WC-Herren", "arch_name": "N-1831@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37568", - "roomcode": "0108.U1.831", - "usage": 115 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37574", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37568, + "usage_id": 115 + }, + "0108.U1.832": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1832, Beh.-WC", "arch_name": "N-1832@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37574", - "roomcode": "0108.U1.832", - "usage": 117 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37586", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37574, + "usage_id": 117 + }, + "0108.U1.835": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1835, Treppe", "arch_name": "N-1835@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37586", - "roomcode": "0108.U1.835", - "usage": 223 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37593", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37586, + "usage_id": 223 + }, + "0108.U1.837": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1837, Flur 1", "arch_name": "N-1837@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37593", - "roomcode": "0108.U1.837", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37597", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37593, + "usage_id": 222 + }, + "0108.U1.838": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1838, Flur 2", "arch_name": "N-1838@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37597", - "roomcode": "0108.U1.838", - "usage": 222 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37523", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37597, + "usage_id": 222 + }, + "0108.U1.839": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1839, Aufzug", "arch_name": "N-1839@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37523", - "roomcode": "0108.U1.839", - "usage": 4 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37530", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37523, + "usage_id": 4 + }, + "0108.U1.840": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1840, Betriebstechnik", "arch_name": "N-1840@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37530", - "roomcode": "0108.U1.840", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37540", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37530, + "usage_id": 120 + }, + "0108.U1.841": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1841, Betriebstechnik", "arch_name": "N-1841@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37540", - "roomcode": "0108.U1.841", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=37729", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37540, + "usage_id": 120 + }, + "0108.U1.842": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1842, Betriebstechnik", "arch_name": "N-1842@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37729", - "roomcode": "0108.U1.842", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.UG", - "address_link": "ris.einzelraum?raumkey=72802", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37729, + "usage_id": 120 + }, + "0108.U1.851": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N-1851, Installationsschacht", "arch_name": "N-1851@0108", - "b_area_id": 27, - "b_filter_id": 567, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72802", - "roomcode": "0108.U1.851", - "usage": 120 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66516", + "area_id": 27, + "building_id": 567, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72802, + "usage_id": 120 + }, + "0109.01.901": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1901, Pr\u00fcfraum", "arch_name": "N1901@0109", - "b_area_id": 27, - "b_filter_id": 1849, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66516", - "roomcode": "0109.01.901", - "usage": 49 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66517", + "area_id": 27, + "building_id": 1849, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66516, + "usage_id": 49 + }, + "0109.01.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1902, Kontrollraum", "arch_name": "N1902@0109", - "b_area_id": 27, - "b_filter_id": 1849, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66517", - "roomcode": "0109.01.902", - "usage": 9 - }, - { - "address": "Theresienstr. 90, 1.OG", - "address_link": "ris.einzelraum?raumkey=66518", + "area_id": 27, + "building_id": 1849, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66517, + "usage_id": 9 + }, + "0109.01.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N1903, Treppe", "arch_name": "N1903@0109", - "b_area_id": 27, - "b_filter_id": 1849, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66518", - "roomcode": "0109.01.903", - "usage": 7 - }, - { - "address": "Theresienstr. 90, 2.OG", - "address_link": "ris.einzelraum?raumkey=66519", + "area_id": 27, + "building_id": 1849, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66518, + "usage_id": 7 + }, + "0109.02.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N902, Dach/RLT-Ger\u00e4t", "arch_name": "N902@0109", - "b_area_id": 27, - "b_filter_id": 1849, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66519", - "roomcode": "0109.02.902", - "usage": 219 - }, - { - "address": "Theresienstr. 90, EG", - "address_link": "ris.einzelraum?raumkey=66514", + "area_id": 27, + "building_id": 1849, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66519, + "usage_id": 219 + }, + "0109.EG.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "alt_name": "N0902, Lager", "arch_name": "N0902@0109", - "b_area_id": 27, - "b_filter_id": 1849, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=45290", - "operator": "[ TUEIAIP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66514", - "roomcode": "0109.EG.902", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38668", + "area_id": 27, + "building_id": 1849, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45290, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66514, + "usage_id": 30 + }, + "0201.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.01, Stillarbeitsraum", "arch_name": "1.01@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29535&cReadonly=J", - "list_index": "23", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38668", - "roomcode": "0201.01.001", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38670", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29535, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38668, + "usage_id": 208 + }, + "0201.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.02, Einzelarbeitsraum", "arch_name": "1.02@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29536&cReadonly=J", - "list_index": "24", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38670", - "roomcode": "0201.01.002", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=68393", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29536, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38670, + "usage_id": 208 + }, + "0201.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.03, Einzelarbeitsraum", "arch_name": "1.03@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29537&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68393", - "roomcode": "0201.01.003", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=68424", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29537, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68393, + "usage_id": 208 + }, + "0201.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.04, Studentische Vertretung", "arch_name": "1.04@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29538&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68424", - "roomcode": "0201.01.004", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38674", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29538, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68424, + "usage_id": 12 + }, + "0201.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.05, WC-Damen", "arch_name": "1.05@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38674", - "roomcode": "0201.01.005", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38506", + "area_id": 26, + "building_id": 568, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38674, + "usage_id": 116 + }, + "0201.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.06, WC-Herren", "arch_name": "1.06@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38506", - "roomcode": "0201.01.006", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38511", + "area_id": 26, + "building_id": 568, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38506, + "usage_id": 115 + }, + "0201.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.07, Gruppenarbeitsraum", "arch_name": "1.07@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29539&cReadonly=J", - "extended": { - "additional_description": "1.07, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), 1.Obergescho\u00df", - "architect_room_nr": "1.07@0201", - "area_m2": 13.6, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38511", - "roomcode": "0201.01.007", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38517", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29539, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38511, + "usage_id": 131 + }, + "0201.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.08, Einzelarbeitsraum", "arch_name": "1.08@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29540&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38517", - "roomcode": "0201.01.008", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38520", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29540, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38517, + "usage_id": 208 + }, + "0201.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.09, StudiTUM B\u00fcro", "arch_name": "1.09@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29541&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38520", - "roomcode": "0201.01.009", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38544", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29541, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38520, + "usage_id": 12 + }, + "0201.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.10, ELT.", "arch_name": "1.10@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38544", - "roomcode": "0201.01.010", - "usage": 160 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38547", + "area_id": 26, + "building_id": 568, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38544, + "usage_id": 160 + }, + "0201.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.11, Flur/Vorraum", "arch_name": "1.11@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38547", - "roomcode": "0201.01.011", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=68394", + "area_id": 26, + "building_id": 568, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38547, + "usage_id": 222 + }, + "0201.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.12, Aufzug", "arch_name": "1.12@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68394", - "roomcode": "0201.01.012", - "usage": 4 - }, - { - "address": "Gabelsbergerstr. 43, 1.OG", - "address_link": "ris.einzelraum?raumkey=38553", + "area_id": 26, + "building_id": 568, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68394, + "usage_id": 4 + }, + "0201.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "1.13, Treppenhaus", "arch_name": "1.13@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38553", - "roomcode": "0201.01.013", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=54719", + "area_id": 26, + "building_id": 568, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38553, + "usage_id": 223 + }, + "0201.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.01, Stillarbeitsraum", "arch_name": "2.01@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29542&cReadonly=J", - "list_index": "36", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54719", - "roomcode": "0201.02.001", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=68395", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29542, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54719, + "usage_id": 208 + }, + "0201.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.02, Einzelarbeitsraum", "arch_name": "2.02@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29543&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68395", - "roomcode": "0201.02.002", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=54853", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29543, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68395, + "usage_id": 208 + }, + "0201.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.03, Einzelarbeitsraum", "arch_name": "2.03@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29544&cReadonly=J", - "list_index": "38", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54853", - "roomcode": "0201.02.003", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=54863", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29544, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54853, + "usage_id": 208 + }, + "0201.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.04, Gruppenarbeitsraum", "arch_name": "2.04@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29545&cReadonly=J", - "extended": { - "additional_description": "2.04, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), 2.Obergescho\u00df", - "architect_room_nr": "2.04@0201", - "area_m2": 14.8, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54863", - "roomcode": "0201.02.004", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=54871", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29545, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54863, + "usage_id": 131 + }, + "0201.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.05, WC-Damen", "arch_name": "2.05@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54871", - "roomcode": "0201.02.005", - "usage": 118 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=54882", + "area_id": 26, + "building_id": 568, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54871, + "usage_id": 118 + }, + "0201.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.06, WC-Herren", "arch_name": "2.06@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54882", - "roomcode": "0201.02.006", - "usage": 118 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=55013", + "area_id": 26, + "building_id": 568, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54882, + "usage_id": 118 + }, + "0201.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.07, Gruppenarbeitsraum", "arch_name": "2.07@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29546&cReadonly=J", - "extended": { - "additional_description": "2.07, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), 2.Obergescho\u00df", - "architect_room_nr": "2.07@0201", - "area_m2": 15.1, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55013", - "roomcode": "0201.02.007", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=55023", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29546, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55013, + "usage_id": 131 + }, + "0201.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.08, Einzelarbeitsraum", "arch_name": "2.08@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29547&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55023", - "roomcode": "0201.02.008", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=55034", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29547, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55023, + "usage_id": 208 + }, + "0201.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.09, Einzelarbeitsraum", "arch_name": "2.09@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29548&cReadonly=J", - "list_index": "44", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55034", - "roomcode": "0201.02.009", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=55042", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29548, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55034, + "usage_id": 208 + }, + "0201.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.10, ELT.", "arch_name": "2.10@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55042", - "roomcode": "0201.02.010", - "usage": 160 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=55051", + "area_id": 26, + "building_id": 568, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55042, + "usage_id": 160 + }, + "0201.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.11, Flur/Vorraum", "arch_name": "2.11@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55051", - "roomcode": "0201.02.011", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, 2.OG", - "address_link": "ris.einzelraum?raumkey=55173", + "area_id": 26, + "building_id": 568, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55051, + "usage_id": 222 + }, + "0201.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "2.13, Treppenhaus", "arch_name": "2.13@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55173", - "roomcode": "0201.02.013", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55351", + "area_id": 26, + "building_id": 568, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55173, + "usage_id": 223 + }, + "0201.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.01, Lounge", "arch_name": "3.01@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29549&cReadonly=J", - "list_index": "48", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55351", - "roomcode": "0201.03.001", - "usage": 44 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55493", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29549, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55351, + "usage_id": 44 + }, + "0201.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.02, Gruppenarbeitsraum", "arch_name": "3.02@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29550&cReadonly=J", - "extended": { - "additional_description": "3.02, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), 3.Obergescho\u00df", - "architect_room_nr": "3.02@0201", - "area_m2": 16.7, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55493", - "roomcode": "0201.03.002", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55499", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29550, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55493, + "usage_id": 131 + }, + "0201.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.03, Gruppenarbeitsraum", "arch_name": "3.03@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29551&cReadonly=J", - "extended": { - "additional_description": "3.03, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), 3.Obergescho\u00df", - "architect_room_nr": "3.03@0201", - "area_m2": 14.8, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55499", - "roomcode": "0201.03.003", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55510", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29551, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55499, + "usage_id": 131 + }, + "0201.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.04, WC-Damen", "arch_name": "3.04@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55510", - "roomcode": "0201.03.004", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55522", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55510, + "usage_id": 116 + }, + "0201.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.05, WC-Herren", "arch_name": "3.05@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55522", - "roomcode": "0201.03.005", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=38587", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55522, + "usage_id": 115 + }, + "0201.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.06, Ruheraum und Familienzimmer", "arch_name": "3.06@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29552&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38587", - "roomcode": "0201.03.006", - "usage": 53 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=38590", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29552, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38587, + "usage_id": 53 + }, + "0201.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.07, Reinigung", "arch_name": "3.07@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38590", - "roomcode": "0201.03.007", - "usage": 205 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55531", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38590, + "usage_id": 205 + }, + "0201.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.08, Dusche", "arch_name": "3.08@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55531", - "roomcode": "0201.03.008", - "usage": 113 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=38525", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55531, + "usage_id": 113 + }, + "0201.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.09, Einzelarbeitsraum", "arch_name": "3.09@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29553&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38525", - "roomcode": "0201.03.009", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55665", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29553, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38525, + "usage_id": 208 + }, + "0201.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.10, ELT.", "arch_name": "3.10@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55665", - "roomcode": "0201.03.010", - "usage": 160 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=68403", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55665, + "usage_id": 160 + }, + "0201.03.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.11, Flur/Vorraum", "arch_name": "3.11@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68403", - "roomcode": "0201.03.011", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=68402", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68403, + "usage_id": 222 + }, + "0201.03.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.12, Aufzug", "arch_name": "3.12@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68402", - "roomcode": "0201.03.012", - "usage": 4 - }, - { - "address": "Gabelsbergerstr. 43, 3.OG", - "address_link": "ris.einzelraum?raumkey=55674", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68402, + "usage_id": 4 + }, + "0201.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "3.13, Treppenhaus", "arch_name": "3.13@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55674", - "roomcode": "0201.03.013", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 43, 4.OG", - "address_link": "ris.einzelraum?raumkey=68419", + "area_id": 26, + "building_id": 568, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55674, + "usage_id": 223 + }, + "0201.04.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "4.01, Dachraum", "arch_name": "4.01@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68419", - "roomcode": "0201.04.001", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 43, 4.OG", - "address_link": "ris.einzelraum?raumkey=69002", + "area_id": 26, + "building_id": 568, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68419, + "usage_id": 120 + }, + "0201.04.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "4.02, Maschinenraum", "arch_name": "4.02@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69002", - "roomcode": "0201.04.002", - "usage": 5 - }, - { - "address": "Gabelsbergerstr. 43, 4.OG", - "address_link": "ris.einzelraum?raumkey=68982", + "area_id": 26, + "building_id": 568, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69002, + "usage_id": 5 + }, + "0201.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "4.03, Dachflur", "arch_name": "4.03@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68982", - "roomcode": "0201.04.003", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=38616", + "area_id": 26, + "building_id": 568, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68982, + "usage_id": 222 + }, + "0201.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.01, Seminarraum", "arch_name": "0.01@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29532&cReadonly=J", - "extended": { - "additional_description": "0.01, Seminarraum", - "address": "Gabelsbergerstr. 43(0201), Erdgescho\u00df", - "architect_room_nr": "0.01@0201", - "area_m2": 65.4, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38616", - "roomcode": "0201.EG.001", - "usage": 41 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68387", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29532, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38616, + "usage_id": 41 + }, + "0201.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.02, Aufenthalt/Cafe/Getr\u00e4nke", "arch_name": "0.02@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29793&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68387", - "roomcode": "0201.EG.002", - "usage": 44 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68388", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29793, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68387, + "usage_id": 44 + }, + "0201.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.03, Gruppenarbeitsraum", "arch_name": "0.03@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29533&cReadonly=J", - "extended": { - "additional_description": "0.03, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), Erdgescho\u00df", - "architect_room_nr": "0.03@0201", - "area_m2": 13.5, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68388", - "roomcode": "0201.EG.003", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68389", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29533, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68388, + "usage_id": 131 + }, + "0201.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.04, WC-Damen", "arch_name": "0.04@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68389", - "roomcode": "0201.EG.004", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=38622", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68389, + "usage_id": 116 + }, + "0201.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.05, WC-Herren", "arch_name": "0.05@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38622", - "roomcode": "0201.EG.005", - "usage": 118 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=38628", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38622, + "usage_id": 118 + }, + "0201.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.06, Gruppenarbeitsraum", "arch_name": "0.06@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29534&cReadonly=J", - "extended": { - "additional_description": "0.06, Gruppenarbeitsraum", - "address": "Gabelsbergerstr. 43(0201), Erdgescho\u00df", - "architect_room_nr": "0.06@0201", - "area_m2": 13.5, - "building": "0201 (S1) Gabelsbergerstr. 43, StudiTUM", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38628", - "roomcode": "0201.EG.006", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68390", + "area_id": 26, + "building_id": 568, + "calendar_resource_nr": 29534, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38628, + "usage_id": 131 + }, + "0201.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.07, WC", "arch_name": "0.07@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68390", - "roomcode": "0201.EG.007", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=38636", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68390, + "usage_id": 114 + }, + "0201.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.08, Eingang", "arch_name": "0.08@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38636", - "roomcode": "0201.EG.008", - "usage": 52 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68418", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38636, + "usage_id": 52 + }, + "0201.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.10, Flur/Vorraum", "arch_name": "0.10@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68418", - "roomcode": "0201.EG.010", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68391", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68418, + "usage_id": 222 + }, + "0201.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.11, Aufzug", "arch_name": "0.11@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68391", - "roomcode": "0201.EG.011", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, EG", - "address_link": "ris.einzelraum?raumkey=68392", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68391, + "usage_id": 222 + }, + "0201.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "0.12, Treppenhaus", "arch_name": "0.12@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68392", - "roomcode": "0201.EG.012", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38459", + "area_id": 26, + "building_id": 568, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68392, + "usage_id": 223 + }, + "0201.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.01, Lager AStA", "arch_name": "-1.01@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38459", - "roomcode": "0201.U1.001", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38465", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38459, + "usage_id": 30 + }, + "0201.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.02, Lager/L\u00fcftung", "arch_name": "-1.02@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38465", - "roomcode": "0201.U1.002", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38470", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38465, + "usage_id": 30 + }, + "0201.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.03, Lager AStA", "arch_name": "-1.03@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38470", - "roomcode": "0201.U1.003", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38473", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38470, + "usage_id": 30 + }, + "0201.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.04, Lager AStA", "arch_name": "-1.04@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38473", - "roomcode": "0201.U1.004", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38480", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38473, + "usage_id": 30 + }, + "0201.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.05, Gang", "arch_name": "-1.05@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38480", - "roomcode": "0201.U1.005", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38486", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38480, + "usage_id": 222 + }, + "0201.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.06, Gang", "arch_name": "-1.06@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38486", - "roomcode": "0201.U1.006", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38495", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38486, + "usage_id": 222 + }, + "0201.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.07, Heizung", "arch_name": "-1.07@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38495", - "roomcode": "0201.U1.007", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38347", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38495, + "usage_id": 120 + }, + "0201.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.08, Lager/Daten", "arch_name": "-1.08@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38347", - "roomcode": "0201.U1.008", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=69001", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38347, + "usage_id": 30 + }, + "0201.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.09, Flur", "arch_name": "-1.09@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69001", - "roomcode": "0201.U1.009", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38354", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69001, + "usage_id": 222 + }, + "0201.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.10, EDV", "arch_name": "-1.10@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38354", - "roomcode": "0201.U1.010", - "usage": 207 - }, - { - "address": "Gabelsbergerstr. 43, 1.UG", - "address_link": "ris.einzelraum?raumkey=38363", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38354, + "usage_id": 207 + }, + "0201.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "alt_name": "-1.11, Treppenhaus", "arch_name": "-1.11@0201", - "b_area_id": 26, - "b_filter_id": 568, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38363", - "roomcode": "0201.U1.011", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=38823", + "area_id": 26, + "building_id": 568, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38363, + "usage_id": 223 + }, + "0202.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "101, WC", "arch_name": "101@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38823", - "roomcode": "0202.01.101", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=7596", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38823, + "usage_id": 114 + }, + "0202.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7596", - "roomcode": "0202.01.102", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=7603", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7596, + "usage_id": 12 + }, + "0202.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7603", - "roomcode": "0202.01.104", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=7606", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7603, + "usage_id": 12 + }, + "0202.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7606", - "roomcode": "0202.01.105", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=38873", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7606, + "usage_id": 12 + }, + "0202.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "106, Besprechungszimmer", "arch_name": "106@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38873", - "roomcode": "0202.01.106", - "usage": 196 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=7614", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38873, + "usage_id": 196 + }, + "0202.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "107, Sekretariat", "arch_name": "107@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7614", - "roomcode": "0202.01.107", - "usage": 40 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=20143", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7614, + "usage_id": 40 + }, + "0202.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "108, Unterlagen BDF", "arch_name": "108@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20143", - "roomcode": "0202.01.108", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=7689", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20143, + "usage_id": 30 + }, + "0202.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "109/110, B\u00fcro", "arch_name": "109/110@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7689", - "roomcode": "0202.01.109", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=7694", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7689, + "usage_id": 12 + }, + "0202.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "111, B\u00fcro", "arch_name": "111@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7694", - "roomcode": "0202.01.111", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=39041", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7694, + "usage_id": 12 + }, + "0202.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "112, WC", "arch_name": "112@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39041", - "roomcode": "0202.01.112", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=39046", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39041, + "usage_id": 114 + }, + "0202.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "115, Lager", "arch_name": "115@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39046", - "roomcode": "0202.01.113", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=39048", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39046, + "usage_id": 30 + }, + "0202.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "114, Lager", "arch_name": "114@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39048", - "roomcode": "0202.01.114", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=38887", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39048, + "usage_id": 30 + }, + "0202.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "118, Flur", "arch_name": "118@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38887", - "roomcode": "0202.01.115", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=38890", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38887, + "usage_id": 222 + }, + "0202.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "116, Flur", "arch_name": "116@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38890", - "roomcode": "0202.01.116", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 1.OG", - "address_link": "ris.einzelraum?raumkey=38893", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38890, + "usage_id": 222 + }, + "0202.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "117, Treppenhaus", "arch_name": "117@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38893", - "roomcode": "0202.01.117", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=38895", + "area_id": 26, + "building_id": 569, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38893, + "usage_id": 223 + }, + "0202.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "201, WC", "arch_name": "201@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38895", - "roomcode": "0202.02.201", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=56307", - "alt_name": "202, B\u00fcro", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38895, + "usage_id": 114 + }, + "0202.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, + "alt_name": "202, B\u00fcro", "arch_name": "202@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56307", - "roomcode": "0202.02.202", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=56315", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56307, + "usage_id": 12 + }, + "0202.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56315", - "roomcode": "0202.02.203", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=56332", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56315, + "usage_id": 12 + }, + "0202.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56332", - "roomcode": "0202.02.204", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=53939", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56332, + "usage_id": 12 + }, + "0202.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53939", - "roomcode": "0202.02.205", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=53948", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53939, + "usage_id": 12 + }, + "0202.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "206, B\u00fcro", "arch_name": "206@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53948", - "roomcode": "0202.02.206", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=53959", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53948, + "usage_id": 12 + }, + "0202.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "207, B\u00fcro", "arch_name": "207@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53959", - "roomcode": "0202.02.207", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=53968", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53959, + "usage_id": 12 + }, + "0202.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53968", - "roomcode": "0202.02.208", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=53975", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53968, + "usage_id": 12 + }, + "0202.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "209/210, B\u00fcro", "arch_name": "209/210@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53975", - "roomcode": "0202.02.209", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=54090", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53975, + "usage_id": 12 + }, + "0202.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "210, B\u00fcro", "arch_name": "210@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54090", - "roomcode": "0202.02.210", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=54098", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54090, + "usage_id": 12 + }, + "0202.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "211, B\u00fcro", "arch_name": "211@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54098", - "roomcode": "0202.02.211", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=38917", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54098, + "usage_id": 12 + }, + "0202.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "212, WC", "arch_name": "212@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38917", - "roomcode": "0202.02.212", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=54109", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38917, + "usage_id": 114 + }, + "0202.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "213, Lager", "arch_name": "213@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54109", - "roomcode": "0202.02.213", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=54117", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54109, + "usage_id": 30 + }, + "0202.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "214, Lager", "arch_name": "214@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54117", - "roomcode": "0202.02.214", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=38924", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54117, + "usage_id": 30 + }, + "0202.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "215, Flur", "arch_name": "215@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38924", - "roomcode": "0202.02.215", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=38927", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38924, + "usage_id": 222 + }, + "0202.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "216, Flur", "arch_name": "216@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38927", - "roomcode": "0202.02.216", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 2.OG", - "address_link": "ris.einzelraum?raumkey=38932", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38927, + "usage_id": 222 + }, + "0202.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "217, Treppenhaus", "arch_name": "217@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38932", - "roomcode": "0202.02.217", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=38935", + "area_id": 26, + "building_id": 569, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38932, + "usage_id": 223 + }, + "0202.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "301, WC", "arch_name": "301@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38935", - "roomcode": "0202.03.301", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54124", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38935, + "usage_id": 114 + }, + "0202.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "302, B\u00fcro", "arch_name": "302@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54124", - "roomcode": "0202.03.302", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54264", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54124, + "usage_id": 12 + }, + "0202.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "303, B\u00fcro", "arch_name": "303@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54264", - "roomcode": "0202.03.303", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54272", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54264, + "usage_id": 12 + }, + "0202.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "304, B\u00fcro", "arch_name": "304@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54272", - "roomcode": "0202.03.304", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54285", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54272, + "usage_id": 12 + }, + "0202.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54285", - "roomcode": "0202.03.305", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54410", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54285, + "usage_id": 12 + }, + "0202.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "306, B\u00fcro", "arch_name": "306@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54410", - "roomcode": "0202.03.306", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54419", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54410, + "usage_id": 12 + }, + "0202.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "307, Seminarraum", "arch_name": "307@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "extended": { - "additional_description": "307, Seminarraum", - "address": "Gabelsbergerstr. 39(0202), 3.Obergescho\u00df", - "architect_room_nr": "307@0202", - "area_m2": 18.0, - "building": "0202 (S2) Gabelsbergerstr. 39", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "307", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54419", - "roomcode": "0202.03.307", - "usage": 41 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54429", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54419, + "usage_id": 41 + }, + "0202.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "308, B\u00fcro", "arch_name": "308@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54429", - "roomcode": "0202.03.308", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54440", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54429, + "usage_id": 12 + }, + "0202.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "309, B\u00fcro", "arch_name": "309@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54440", - "roomcode": "0202.03.309", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54727", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54440, + "usage_id": 12 + }, + "0202.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "311, B\u00fcro", "arch_name": "311@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54727", - "roomcode": "0202.03.311", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=38939", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54727, + "usage_id": 12 + }, + "0202.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "312, WC", "arch_name": "312@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38939", - "roomcode": "0202.03.312", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54734", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38939, + "usage_id": 114 + }, + "0202.03.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "313, Lager", "arch_name": "313@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54734", - "roomcode": "0202.03.313", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=54745", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54734, + "usage_id": 30 + }, + "0202.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "314, Lager", "arch_name": "314@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54745", - "roomcode": "0202.03.314", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=38943", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54745, + "usage_id": 30 + }, + "0202.03.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "315, Flur", "arch_name": "315@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38943", - "roomcode": "0202.03.315", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=38948", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38943, + "usage_id": 222 + }, + "0202.03.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "316, Flur", "arch_name": "316@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38948", - "roomcode": "0202.03.316", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 3.OG", - "address_link": "ris.einzelraum?raumkey=38897", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38948, + "usage_id": 222 + }, + "0202.03.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "317, Treppenhaus", "arch_name": "317@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38897", - "roomcode": "0202.03.317", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=67683", + "area_id": 26, + "building_id": 569, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38897, + "usage_id": 223 + }, + "0202.EG.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "001, B\u00fcro/Personalraum", "arch_name": "001@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67683", - "roomcode": "0202.EG.001A", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=55829", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67683, + "usage_id": 12 + }, + "0202.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "002, Seminarraum", "arch_name": "002@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18763&cReadonly=J", - "extended": { - "additional_description": "002, Seminarraum", - "address": "Gabelsbergerstr. 39(0202), Erdgescho\u00df", - "architect_room_nr": "002@0202", - "area_m2": 17.6, - "building": "0202 (S2) Gabelsbergerstr. 39", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55829", - "roomcode": "0202.EG.002", - "usage": 41 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=13732", + "area_id": 26, + "building_id": 569, + "calendar_resource_nr": 18763, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55829, + "usage_id": 41 + }, + "0202.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "003, WC-Personal", "arch_name": "003@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13732", - "roomcode": "0202.EG.003", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=55981", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13732, + "usage_id": 114 + }, + "0202.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "004, Lager", "arch_name": "004@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18872&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55981", - "roomcode": "0202.EG.004", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=67684", + "area_id": 26, + "building_id": 569, + "calendar_resource_nr": 18872, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55981, + "usage_id": 30 + }, + "0202.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "005, Kinder Schlaf-/Ruheraum", "arch_name": "005@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67684", - "roomcode": "0202.EG.005", - "usage": 53 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=67715", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67684, + "usage_id": 53 + }, + "0202.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "006, Kinder Spiel-Flur", "arch_name": "006@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67715", - "roomcode": "0202.EG.006", - "usage": 146 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=67780", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67715, + "usage_id": 146 + }, + "0202.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "007, Kindergruppenraum", "arch_name": "007@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67780", - "roomcode": "0202.EG.007", - "usage": 53 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=55994", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67780, + "usage_id": 53 + }, + "0202.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "008, Gruppenraum 2 TUM International", "arch_name": "008@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": "tvKalender.wSicht?cOrg=26055&cRes=18966&cReadonly=J", - "extended": { - "additional_description": "008, Gruppenraum 2 TUM International", - "address": "Gabelsbergerstr. 39(0202), Erdgescho\u00df", - "architect_room_nr": "008@0202", - "area_m2": 35.0, - "building": "0202 (S2) Gabelsbergerstr. 39", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55994", - "roomcode": "0202.EG.008", - "usage": 131 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=13828", + "area_id": 26, + "building_id": 569, + "calendar_resource_nr": 18966, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55994, + "usage_id": 131 + }, + "0202.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "009, Teek\u00fcche", "arch_name": "009@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13828", - "roomcode": "0202.EG.009", - "usage": 198 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=56153", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13828, + "usage_id": 198 + }, + "0202.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "010, Eingang und Kinder-Spiel-Flur", "arch_name": "010@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56153", - "roomcode": "0202.EG.010", - "usage": 146 - }, - { - "address": "Gabelsbergerstr. 39, EG", - "address_link": "ris.einzelraum?raumkey=56172", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56153, + "usage_id": 146 + }, + "0202.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "011, Treppe", "arch_name": "011@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56172", - "roomcode": "0202.EG.011", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38538", + "area_id": 26, + "building_id": 569, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56172, + "usage_id": 223 + }, + "0202.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1001, Lager", "arch_name": "-1001@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38538", - "roomcode": "0202.U1.001", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38543", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38538, + "usage_id": 30 + }, + "0202.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1002, Lager", "arch_name": "-1002@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38543", - "roomcode": "0202.U1.002", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38721", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38543, + "usage_id": 30 + }, + "0202.U1.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1002a, Lager", "arch_name": "-1002a@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38721", - "roomcode": "0202.U1.002A", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38724", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38721, + "usage_id": 30 + }, + "0202.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1003, Lager", "arch_name": "-1003@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38724", - "roomcode": "0202.U1.003", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38728", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38724, + "usage_id": 30 + }, + "0202.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1004, Lager", "arch_name": "-1004@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38728", - "roomcode": "0202.U1.004", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38731", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38728, + "usage_id": 30 + }, + "0202.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1005, Lager", "arch_name": "-1005@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38731", - "roomcode": "0202.U1.005", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38735", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38731, + "usage_id": 30 + }, + "0202.U1.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1005a, LRZ-Verteilerknoten", "arch_name": "-1005a@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38735", - "roomcode": "0202.U1.005A", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38739", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38735, + "usage_id": 120 + }, + "0202.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1006, Lager", "arch_name": "-1006@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38739", - "roomcode": "0202.U1.006", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38742", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38739, + "usage_id": 30 + }, + "0202.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1007, Lager", "arch_name": "-1007@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38742", - "roomcode": "0202.U1.007", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38745", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38742, + "usage_id": 30 + }, + "0202.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1008, Lager", "arch_name": "-1008@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38745", - "roomcode": "0202.U1.008", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38749", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38745, + "usage_id": 30 + }, + "0202.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1009, Flur", "arch_name": "-1009@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38749", - "roomcode": "0202.U1.009", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38773", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38749, + "usage_id": 222 + }, + "0202.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1010, Lager", "arch_name": "-1010@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38773", - "roomcode": "0202.U1.010", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38791", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38773, + "usage_id": 30 + }, + "0202.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1011, Flur", "arch_name": "-1011@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38791", - "roomcode": "0202.U1.011", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 39, 1.UG", - "address_link": "ris.einzelraum?raumkey=38796", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38791, + "usage_id": 222 + }, + "0202.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "alt_name": "-1012, Treppe", "arch_name": "-1012@0202", - "b_area_id": 26, - "b_filter_id": 569, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38796", - "roomcode": "0202.U1.012", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=54756", + "area_id": 26, + "building_id": 569, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38796, + "usage_id": 223 + }, + "0203.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "101, B\u00fcro 1", "arch_name": "101@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54756", - "roomcode": "0203.01.001", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=54765", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54756, + "usage_id": 12 + }, + "0203.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "102, B\u00fcro 2", "arch_name": "102@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54765", - "roomcode": "0203.01.002", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=55205", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54765, + "usage_id": 12 + }, + "0203.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "103, WC-Herren", "arch_name": "103@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55205", - "roomcode": "0203.01.003", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=55211", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55205, + "usage_id": 115 + }, + "0203.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "104, Putzraum", "arch_name": "104@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55211", - "roomcode": "0203.01.004", - "usage": 205 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=55220", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55211, + "usage_id": 205 + }, + "0203.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "105, B\u00fcro 3", "arch_name": "105@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55220", - "roomcode": "0203.01.005", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=55226", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55220, + "usage_id": 12 + }, + "0203.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "106, B\u00fcro 4", "arch_name": "106@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55226", - "roomcode": "0203.01.006", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=55238", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55226, + "usage_id": 12 + }, + "0203.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "107, B\u00fcro 5", "arch_name": "107@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55238", - "roomcode": "0203.01.007", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=54892", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55238, + "usage_id": 12 + }, + "0203.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "108, WC-Damen", "arch_name": "108@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54892", - "roomcode": "0203.01.008", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=39140", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54892, + "usage_id": 116 + }, + "0203.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "109, Flur 1", "arch_name": "109@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39140", - "roomcode": "0203.01.009", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=67592", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39140, + "usage_id": 222 + }, + "0203.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "110, Flur 2", "arch_name": "110@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67592", - "roomcode": "0203.01.010", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=67593", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67592, + "usage_id": 222 + }, + "0203.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "111, Treppenhaus 1", "arch_name": "111@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67593", - "roomcode": "0203.01.011", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54900", + "area_id": 26, + "building_id": 570, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67593, + "usage_id": 223 + }, + "0203.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "201, B\u00fcro 1", "arch_name": "201@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54900", - "roomcode": "0203.02.001", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54911", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54900, + "usage_id": 12 + }, + "0203.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "202, B\u00fcro 2", "arch_name": "202@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54911", - "roomcode": "0203.02.002", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54917", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54911, + "usage_id": 12 + }, + "0203.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "203, WC-Herren", "arch_name": "203@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54917", - "roomcode": "0203.02.003", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54928", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54917, + "usage_id": 115 + }, + "0203.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "204, Putzraum", "arch_name": "204@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54928", - "roomcode": "0203.02.004", - "usage": 205 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54572", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54928, + "usage_id": 205 + }, + "0203.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "205, B\u00fcro 3", "arch_name": "205@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54572", - "roomcode": "0203.02.005", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54582", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54572, + "usage_id": 12 + }, + "0203.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "206, B\u00fcro 4", "arch_name": "206@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54582", - "roomcode": "0203.02.006", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=54590", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54582, + "usage_id": 12 + }, + "0203.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "207, B\u00fcro 5", "arch_name": "207@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54590", - "roomcode": "0203.02.007", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=55053", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54590, + "usage_id": 12 + }, + "0203.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "208, WC-Damen", "arch_name": "208@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55053", - "roomcode": "0203.02.008", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=39144", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55053, + "usage_id": 116 + }, + "0203.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "209, Flur 1", "arch_name": "209@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39144", - "roomcode": "0203.02.009", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=67595", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39144, + "usage_id": 222 + }, + "0203.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "210, Flur 2", "arch_name": "210@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67595", - "roomcode": "0203.02.010", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=67594", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67595, + "usage_id": 222 + }, + "0203.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "211, Treppenhaus 1", "arch_name": "211@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67594", - "roomcode": "0203.02.011", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=55065", + "area_id": 26, + "building_id": 570, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67594, + "usage_id": 223 + }, + "0203.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "301, B\u00fcro 1", "arch_name": "301@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14444", - "operator": "[ TUZESOI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55065", - "roomcode": "0203.03.301", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=55075", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55065, + "usage_id": 12 + }, + "0203.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "302, B\u00fcro 2", "arch_name": "302@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14444", - "operator": "[ TUZESOI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55075", - "roomcode": "0203.03.302", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=55085", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55075, + "usage_id": 12 + }, + "0203.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "303, WC-Herren", "arch_name": "303@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55085", - "roomcode": "0203.03.303", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=67596", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55085, + "usage_id": 115 + }, + "0203.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "304, Putzraum", "arch_name": "304@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67596", - "roomcode": "0203.03.304", - "usage": 205 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=59320", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67596, + "usage_id": 205 + }, + "0203.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "305, B\u00fcro 3", "arch_name": "305@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14444", - "operator": "[ TUZESOI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59320", - "roomcode": "0203.03.305", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=59330", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59320, + "usage_id": 12 + }, + "0203.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "306, B\u00fcro 4", "arch_name": "306@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14444", - "operator": "[ TUZESOI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59330", - "roomcode": "0203.03.306", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=59342", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59330, + "usage_id": 12 + }, + "0203.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "307, B\u00fcro 5", "arch_name": "307@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14444", - "operator": "[ TUZESOI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59342", - "roomcode": "0203.03.307", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=67597", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59342, + "usage_id": 12 + }, + "0203.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "308, WC-Damen", "arch_name": "308@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67597", - "roomcode": "0203.03.308", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=59399", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67597, + "usage_id": 116 + }, + "0203.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "309, Flur 1", "arch_name": "309@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59399", - "roomcode": "0203.03.309", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=59409", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59399, + "usage_id": 222 + }, + "0203.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "310, Flur 2", "arch_name": "310@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59409", - "roomcode": "0203.03.310", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=59494", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59409, + "usage_id": 222 + }, + "0203.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "311, Treppenhaus 2", "arch_name": "311@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59494", - "roomcode": "0203.03.311", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=68291", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59494, + "usage_id": 223 + }, + "0203.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "312, Treppe", "arch_name": "312@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68291", - "roomcode": "0203.03.312", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, DG", - "address_link": "ris.einzelraum?raumkey=67598", + "area_id": 26, + "building_id": 570, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68291, + "usage_id": 223 + }, + "0203.DG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "401, Seminarraum", "arch_name": "401@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "extended": { - "additional_description": "401, Seminarraum", - "address": "Gabelsbergerstr. 45(0203), Dachgescho\u00df", - "architect_room_nr": "401@0203", - "area_m2": 52.95, - "building": "0203 (S3) Gabelsbergerstr. 45", - "floor_number": "Dachgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "401", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14444", - "operator": "[ TUZESOI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67598", - "roomcode": "0203.DG.401", - "usage": 41 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=38899", + "area_id": 26, + "building_id": 570, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 14444, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67598, + "usage_id": 41 + }, + "0203.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "001, B\u00fcro 1", "arch_name": "001@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38899", - "roomcode": "0203.EG.001", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39088", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38899, + "usage_id": 12 + }, + "0203.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "002, Kemenate", "arch_name": "002@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39088", - "roomcode": "0203.EG.002", - "usage": 196 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39102", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39088, + "usage_id": 196 + }, + "0203.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "003, WC-Herren", "arch_name": "003@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39102", - "roomcode": "0203.EG.003", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39106", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39102, + "usage_id": 115 + }, + "0203.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "004, Putzraum", "arch_name": "004@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39106", - "roomcode": "0203.EG.004", - "usage": 205 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39110", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39106, + "usage_id": 205 + }, + "0203.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "005, K\u00fcche", "arch_name": "005@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39110", - "roomcode": "0203.EG.005", - "usage": 28 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39116", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 29396, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39110, + "usage_id": 28 + }, + "0203.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "006, Rittersaal", "arch_name": "006@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39116", - "roomcode": "0203.EG.006", - "usage": 196 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39120", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 29396, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39116, + "usage_id": 196 + }, + "0203.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "007, WC-Damen", "arch_name": "007@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39120", - "roomcode": "0203.EG.007", - "usage": 116 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=67591", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39120, + "usage_id": 116 + }, + "0203.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "008, Flur 1", "arch_name": "008@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67591", - "roomcode": "0203.EG.008", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39125", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67591, + "usage_id": 222 + }, + "0203.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "009, Flur 2", "arch_name": "009@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39125", - "roomcode": "0203.EG.009", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=39129", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39125, + "usage_id": 222 + }, + "0203.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "010, Treppenhaus 1", "arch_name": "010@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39129", - "roomcode": "0203.EG.010", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67587", + "area_id": 26, + "building_id": 570, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39129, + "usage_id": 223 + }, + "0203.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U01, Treppenhaus", "arch_name": "U01@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67587", - "roomcode": "0203.U1.001", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67585", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67587, + "usage_id": 223 + }, + "0203.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U02, Flur", "arch_name": "U02@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67585", - "roomcode": "0203.U1.002", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67584", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67585, + "usage_id": 222 + }, + "0203.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U03, Keller 1", "arch_name": "U03@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67584", - "roomcode": "0203.U1.003", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67583", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67584, + "usage_id": 30 + }, + "0203.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U04, Keller 2", "arch_name": "U04@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67583", - "roomcode": "0203.U1.004", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67582", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19662, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67583, + "usage_id": 30 + }, + "0203.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U05, Keller 3", "arch_name": "U05@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67582", - "roomcode": "0203.U1.005", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67588", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67582, + "usage_id": 30 + }, + "0203.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U06, Technik", "arch_name": "U06@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67588", - "roomcode": "0203.U1.006", - "usage": 160 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67589", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67588, + "usage_id": 160 + }, + "0203.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U07/08, Keller 4/5", "arch_name": "U07/08@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67589", - "roomcode": "0203.U1.008", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67590", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67589, + "usage_id": 30 + }, + "0203.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U09, Fernw\u00e4rme/ Keller 6", "arch_name": "U09@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67590", - "roomcode": "0203.U1.009", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67586", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67590, + "usage_id": 120 + }, + "0203.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "alt_name": "U10, Lager", "arch_name": "U10@0203", - "b_area_id": 26, - "b_filter_id": 570, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67586", - "roomcode": "0203.U1.010", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61984", + "area_id": 26, + "building_id": 570, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67586, + "usage_id": 30 + }, + "0204.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "101, Stud.Arbeit", "arch_name": "101@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61984", - "roomcode": "0204.01.101", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61977", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61984, + "usage_id": 208 + }, + "0204.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "102, Stud.Arbeit", "arch_name": "102@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61977", - "roomcode": "0204.01.102", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61981", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61977, + "usage_id": 208 + }, + "0204.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "103, Stud.Arbeit", "arch_name": "103@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61981", - "roomcode": "0204.01.103", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61978", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61981, + "usage_id": 208 + }, + "0204.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "104, Stud.Arbeit", "arch_name": "104@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61978", - "roomcode": "0204.01.104", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61979", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61978, + "usage_id": 208 + }, + "0204.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "105, Stud.Arbeit", "arch_name": "105@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61979", - "roomcode": "0204.01.105", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61980", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61979, + "usage_id": 208 + }, + "0204.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "106, Stud.Arbeit", "arch_name": "106@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61980", - "roomcode": "0204.01.106", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61982", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61980, + "usage_id": 208 + }, + "0204.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "107, Stud.Arbeit", "arch_name": "107@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61982", - "roomcode": "0204.01.107", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=61983", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61982, + "usage_id": 208 + }, + "0204.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "108, Stud.Arbeit", "arch_name": "108@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61983", - "roomcode": "0204.01.108", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=39061", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61983, + "usage_id": 208 + }, + "0204.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "110, WC", "arch_name": "110@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39061", - "roomcode": "0204.01.110", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=39066", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39061, + "usage_id": 114 + }, + "0204.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "111, Flur", "arch_name": "111@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39066", - "roomcode": "0204.01.111", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=39069", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39066, + "usage_id": 222 + }, + "0204.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "112, Flur", "arch_name": "112@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39069", - "roomcode": "0204.01.112", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=39275", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39069, + "usage_id": 222 + }, + "0204.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "113, WC", "arch_name": "113@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39275", - "roomcode": "0204.01.113", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 49, 1.OG", - "address_link": "ris.einzelraum?raumkey=39279", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39275, + "usage_id": 114 + }, + "0204.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "114, Treppenhaus", "arch_name": "114@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39279", - "roomcode": "0204.01.114", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61985", + "area_id": 26, + "building_id": 571, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39279, + "usage_id": 223 + }, + "0204.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "201, Stud.Arbeit", "arch_name": "201@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61985", - "roomcode": "0204.02.201", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61986", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61985, + "usage_id": 208 + }, + "0204.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "202, Stud.Arbeit", "arch_name": "202@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61986", - "roomcode": "0204.02.202", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61992", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61986, + "usage_id": 208 + }, + "0204.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "203, Stud.Arbeit", "arch_name": "203@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61992", - "roomcode": "0204.02.203", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61987", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61992, + "usage_id": 208 + }, + "0204.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "204, Stud.Arbeit", "arch_name": "204@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61987", - "roomcode": "0204.02.204", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61988", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61987, + "usage_id": 208 + }, + "0204.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "205, Stud.Arbeit", "arch_name": "205@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61988", - "roomcode": "0204.02.205", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61989", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61988, + "usage_id": 208 + }, + "0204.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "206, Stud.Arbeit", "arch_name": "206@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61989", - "roomcode": "0204.02.206", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61990", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61989, + "usage_id": 208 + }, + "0204.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "207, Stud.Arbeit", "arch_name": "207@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61990", - "roomcode": "0204.02.207", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=61991", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61990, + "usage_id": 208 + }, + "0204.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "208, Stud.Arbeit", "arch_name": "208@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61991", - "roomcode": "0204.02.208", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=39283", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61991, + "usage_id": 208 + }, + "0204.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "210, WC", "arch_name": "210@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39283", - "roomcode": "0204.02.210", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=39285", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39283, + "usage_id": 114 + }, + "0204.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "211, Flur", "arch_name": "211@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39285", - "roomcode": "0204.02.211", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=39288", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39285, + "usage_id": 222 + }, + "0204.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "212, Flur", "arch_name": "212@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39288", - "roomcode": "0204.02.212", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=39292", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39288, + "usage_id": 222 + }, + "0204.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "213, WC", "arch_name": "213@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39292", - "roomcode": "0204.02.213", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 49, 2.OG", - "address_link": "ris.einzelraum?raumkey=39295", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39292, + "usage_id": 114 + }, + "0204.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "214, Treppenhaus", "arch_name": "214@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39295", - "roomcode": "0204.02.214", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=7839", + "area_id": 26, + "building_id": 571, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39295, + "usage_id": 223 + }, + "0204.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "301, Assistentenraum", "arch_name": "301@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7839", - "roomcode": "0204.03.301", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39305", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7839, + "usage_id": 12 + }, + "0204.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "302, Assistentenraum", "arch_name": "302@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39305", - "roomcode": "0204.03.302", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=7843", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39305, + "usage_id": 12 + }, + "0204.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "303, Arbeitsraum/mit Besp.Grp.", "arch_name": "303@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7843", - "roomcode": "0204.03.303", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=7846", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7843, + "usage_id": 12 + }, + "0204.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "304, Sekretariat", "arch_name": "304@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": "tvKalender.wSicht?cOrg=15205&cRes=19099&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7846", - "roomcode": "0204.03.304", - "usage": 40 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39315", + "area_id": 26, + "building_id": 571, + "calendar_resource_nr": 19099, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7846, + "usage_id": 40 + }, + "0204.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "305, Archiv mit Arbeitsplatz", "arch_name": "305@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39315", - "roomcode": "0204.03.305", - "usage": 2 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39317", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39315, + "usage_id": 2 + }, + "0204.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "306, Arbeitsraum/mit exp. Arbeitsplatz", "arch_name": "306@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39317", - "roomcode": "0204.03.306", - "usage": 2 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=7765", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39317, + "usage_id": 2 + }, + "0204.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "307, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "307@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7765", - "roomcode": "0204.03.307", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=7767", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7765, + "usage_id": 12 + }, + "0204.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "308, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "308@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7767", - "roomcode": "0204.03.308", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39326", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7767, + "usage_id": 12 + }, + "0204.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "309, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "309@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39326", - "roomcode": "0204.03.309", - "usage": 104 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39330", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39326, + "usage_id": 104 + }, + "0204.03.309A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "309A, Flur", "arch_name": "309A@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39330", - "roomcode": "0204.03.309A", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39333", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39330, + "usage_id": 222 + }, + "0204.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "310, WC-Herren", "arch_name": "310@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39333", - "roomcode": "0204.03.310", - "usage": 115 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39335", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39333, + "usage_id": 115 + }, + "0204.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "312, Flur", "arch_name": "312@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39335", - "roomcode": "0204.03.312", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39338", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39335, + "usage_id": 222 + }, + "0204.03.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "313, WC", "arch_name": "313@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39338", - "roomcode": "0204.03.313", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 49, 3.OG", - "address_link": "ris.einzelraum?raumkey=39341", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39338, + "usage_id": 114 + }, + "0204.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "314, Treppenhaus", "arch_name": "314@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39341", - "roomcode": "0204.03.314", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, 4.OG", - "address_link": "ris.einzelraum?raumkey=39346", + "area_id": 26, + "building_id": 571, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39341, + "usage_id": 223 + }, + "0204.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "401, Bibliotheksraum", "arch_name": "401@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": "tvKalender.wSicht?cOrg=15205&cRes=18769&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39346", - "roomcode": "0204.04.401", - "usage": 10 - }, - { - "address": "Gabelsbergerstr. 49, 4.OG", - "address_link": "ris.einzelraum?raumkey=39201", + "area_id": 26, + "building_id": 571, + "calendar_resource_nr": 18769, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15205, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39346, + "usage_id": 10 + }, + "0204.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "402, Flur", "arch_name": "402@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39201", - "roomcode": "0204.04.402", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, 4.OG", - "address_link": "ris.einzelraum?raumkey=39204", + "area_id": 26, + "building_id": 571, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39201, + "usage_id": 222 + }, + "0204.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "403, B\u00fcro", "arch_name": "403@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": "tvKalender.wSicht?cOrg=15205&cRes=15507&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39204", - "roomcode": "0204.04.403", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, 4.OG", - "address_link": "ris.einzelraum?raumkey=39226", + "area_id": 26, + "building_id": 571, + "calendar_resource_nr": 15507, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15205, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39204, + "usage_id": 12 + }, + "0204.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "405, Lager", "arch_name": "405@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39226", - "roomcode": "0204.04.405", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 49, 4.OG", - "address_link": "ris.einzelraum?raumkey=39364", + "area_id": 26, + "building_id": 571, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39226, + "usage_id": 30 + }, + "0204.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "411, Treppenhaus", "arch_name": "411@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39364", - "roomcode": "0204.04.411", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=61994", + "area_id": 26, + "building_id": 571, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39364, + "usage_id": 223 + }, + "0204.DG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "401, Bibliothek", "arch_name": "401@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61994", - "roomcode": "0204.DG.401", - "usage": 10 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=61995", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61994, + "usage_id": 10 + }, + "0204.DG.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "402, Flur", "arch_name": "402@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61995", - "roomcode": "0204.DG.402", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=61993", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61995, + "usage_id": 222 + }, + "0204.DG.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "403, Besprechungsraum", "arch_name": "403@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "extended": { - "additional_description": "403, Besprechungsraum", - "address": "Gabelsbergerstr. 49(0204), Dachgescho\u00df", - "architect_room_nr": "403@0204", - "area_m2": 58.77, - "building": "0204 (S4) Gabelsbergerstr. 49", - "floor_number": "Dachgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "403", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61993", - "roomcode": "0204.DG.403", - "usage": 41 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=61997", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61993, + "usage_id": 41 + }, + "0204.DG.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "404, Abstellraum", "arch_name": "404@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61997", - "roomcode": "0204.DG.404", - "usage": 159 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=61996", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61997, + "usage_id": 159 + }, + "0204.DG.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "405, Lager", "arch_name": "405@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61996", - "roomcode": "0204.DG.405", - "usage": 30 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=62817", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 15205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61996, + "usage_id": 30 + }, + "0204.DG.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "406, Abstellraum", "arch_name": "406@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62817", - "roomcode": "0204.DG.406", - "usage": 159 - }, - { - "address": "Gabelsbergerstr. 49, DG", - "address_link": "ris.einzelraum?raumkey=61998", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62817, + "usage_id": 159 + }, + "0204.DG.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "411, Treppenhaus", "arch_name": "411@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61998", - "roomcode": "0204.DG.411", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39154", + "area_id": 26, + "building_id": 571, + "floor_level": "DG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61998, + "usage_id": 223 + }, + "0204.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "001, Stud.-Arb. Bay. Ref. Ausbildung", "arch_name": "001@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39154", - "roomcode": "0204.EG.001", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39158", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39154, + "usage_id": 208 + }, + "0204.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "002, Emeritus", "arch_name": "002@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39158", - "roomcode": "0204.EG.002", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39162", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39158, + "usage_id": 12 + }, + "0204.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "004, Stud. Arb.", "arch_name": "004@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39162", - "roomcode": "0204.EG.004", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39167", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15205, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39162, + "usage_id": 208 + }, + "0204.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "005, Stud. Arb.", "arch_name": "005@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39167", - "roomcode": "0204.EG.005", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39173", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39167, + "usage_id": 208 + }, + "0204.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "006, Stud. Arb.", "arch_name": "006@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39173", - "roomcode": "0204.EG.006", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39192", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39173, + "usage_id": 208 + }, + "0204.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "007, Stud.-Arb. Bay. Ref. Ausbildung", "arch_name": "007@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39192", - "roomcode": "0204.EG.007", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39194", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39192, + "usage_id": 208 + }, + "0204.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "008, Stud.-Arb.", "arch_name": "008@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15205", - "operator": "[ TUARL08 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39194", - "roomcode": "0204.EG.008", - "usage": 208 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39197", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39194, + "usage_id": 208 + }, + "0204.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "009, Flur", "arch_name": "009@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39197", - "roomcode": "0204.EG.009", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39050", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39197, + "usage_id": 222 + }, + "0204.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "010, WC", "arch_name": "010@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39050", - "roomcode": "0204.EG.010", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=39059", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39050, + "usage_id": 114 + }, + "0204.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "012, Treppenhaus", "arch_name": "012@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39059", - "roomcode": "0204.EG.012", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, EG", - "address_link": "ris.einzelraum?raumkey=61976", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39059, + "usage_id": 223 + }, + "0204.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "013, Treppe", "arch_name": "013@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61976", - "roomcode": "0204.EG.013", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=39149", + "area_id": 26, + "building_id": 571, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61976, + "usage_id": 223 + }, + "0204.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-101, Treppe", "arch_name": "-101@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39149", - "roomcode": "0204.U1.001", - "usage": 223 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62816", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39149, + "usage_id": 223 + }, + "0204.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-102, Installation", "arch_name": "-102@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62816", - "roomcode": "0204.U1.002", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62814", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62816, + "usage_id": 120 + }, + "0204.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-103, Installation", "arch_name": "-103@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62814", - "roomcode": "0204.U1.003", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62813", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62814, + "usage_id": 120 + }, + "0204.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-104, Installation", "arch_name": "-104@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62813", - "roomcode": "0204.U1.004", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62812", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62813, + "usage_id": 120 + }, + "0204.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-105, Installation", "arch_name": "-105@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62812", - "roomcode": "0204.U1.005", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62811", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62812, + "usage_id": 120 + }, + "0204.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-106, Installation", "arch_name": "-106@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62811", - "roomcode": "0204.U1.006", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62810", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62811, + "usage_id": 120 + }, + "0204.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "-107, Installation", "arch_name": "-107@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62810", - "roomcode": "0204.U1.007", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62815", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62810, + "usage_id": 120 + }, + "0204.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "014, Verbindungsgang", "arch_name": "014@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62815", - "roomcode": "0204.U1.014", - "usage": 16 - }, - { - "address": "Gabelsbergerstr. 49, 1.UG", - "address_link": "ris.einzelraum?raumkey=62809", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62815, + "usage_id": 16 + }, + "0204.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "alt_name": "015, Lager/TUM-Film", "arch_name": "015@0204", - "b_area_id": 26, - "b_filter_id": 571, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62809", - "roomcode": "0204.U1.015", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39450", + "area_id": 26, + "building_id": 571, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62809, + "usage_id": 30 + }, + "0205.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1101, B\u00fcro", "arch_name": "1101@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39450", - "roomcode": "0205.01.101", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39451", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19660, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39450, + "usage_id": 12 + }, + "0205.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1102, B\u00fcro", "arch_name": "1102@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39451", - "roomcode": "0205.01.102", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=7891", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39451, + "usage_id": 12 + }, + "0205.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1103, B\u00fcro", "arch_name": "1103@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7891", - "roomcode": "0205.01.103", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=7893", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7891, + "usage_id": 12 + }, + "0205.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1104, Pressestelle", "arch_name": "1104@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7893", - "roomcode": "0205.01.104", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=18939", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7893, + "usage_id": 12 + }, + "0205.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1105, Pressestelle", "arch_name": "1105@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18939", - "roomcode": "0205.01.105", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39464", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18939, + "usage_id": 12 + }, + "0205.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1106, Pressestelle", "arch_name": "1106@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39464", - "roomcode": "0205.01.106", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=8056", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39464, + "usage_id": 12 + }, + "0205.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1107, Pressestelle", "arch_name": "1107@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8056", - "roomcode": "0205.01.107", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39467", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8056, + "usage_id": 12 + }, + "0205.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1108, Pressestelle", "arch_name": "1108@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39467", - "roomcode": "0205.01.108", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39469", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39467, + "usage_id": 12 + }, + "0205.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1109, B\u00fcro", "arch_name": "1109@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39469", - "roomcode": "0205.01.109", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39475", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39469, + "usage_id": 12 + }, + "0205.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1110, Flur", "arch_name": "1110@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39475", - "roomcode": "0205.01.110", - "usage": 222 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39478", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39475, + "usage_id": 222 + }, + "0205.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1111, WC", "arch_name": "1111@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39478", - "roomcode": "0205.01.111", - "usage": 114 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39481", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39478, + "usage_id": 114 + }, + "0205.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1112, WC", "arch_name": "1112@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39481", - "roomcode": "0205.01.112", - "usage": 114 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39486", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39481, + "usage_id": 114 + }, + "0205.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1113, Treppenhaus", "arch_name": "1113@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39486", - "roomcode": "0205.01.113", - "usage": 223 - }, - { - "address": "Arcisstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=39488", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39486, + "usage_id": 223 + }, + "0205.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "1114, Treppenhaus", "arch_name": "1114@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39488", - "roomcode": "0205.01.114", - "usage": 223 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=7964", + "area_id": 26, + "building_id": 572, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39488, + "usage_id": 223 + }, + "0205.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2201, B\u00fcro", "arch_name": "2201@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7964", - "roomcode": "0205.02.201", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=7968", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7964, + "usage_id": 12 + }, + "0205.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2202, B\u00fcro", "arch_name": "2202@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7968", - "roomcode": "0205.02.202", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=19248", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7968, + "usage_id": 12 + }, + "0205.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2203, B\u00fcro", "arch_name": "2203@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19248", - "roomcode": "0205.02.203", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=7997", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19248, + "usage_id": 12 + }, + "0205.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2204, B\u00fcro", "arch_name": "2204@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7997", - "roomcode": "0205.02.204", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39554", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7997, + "usage_id": 12 + }, + "0205.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2205, B\u00fcro", "arch_name": "2205@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39554", - "roomcode": "0205.02.205", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39560", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39554, + "usage_id": 12 + }, + "0205.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2206, B\u00fcro", "arch_name": "2206@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39560", - "roomcode": "0205.02.206", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39564", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39560, + "usage_id": 12 + }, + "0205.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2207, B\u00fcro", "arch_name": "2207@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39564", - "roomcode": "0205.02.207", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39574", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39564, + "usage_id": 12 + }, + "0205.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2208, B\u00fcro", "arch_name": "2208@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39574", - "roomcode": "0205.02.208", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39578", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 17011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39574, + "usage_id": 12 + }, + "0205.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2209, Flur", "arch_name": "2209@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39578", - "roomcode": "0205.02.209", - "usage": 222 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39584", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39578, + "usage_id": 222 + }, + "0205.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2210, WC", "arch_name": "2210@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39584", - "roomcode": "0205.02.210", - "usage": 114 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39593", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39584, + "usage_id": 114 + }, + "0205.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2211, WC", "arch_name": "2211@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39593", - "roomcode": "0205.02.211", - "usage": 114 - }, - { - "address": "Arcisstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=39595", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39593, + "usage_id": 114 + }, + "0205.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "2212, Treppenhaus", "arch_name": "2212@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39595", - "roomcode": "0205.02.212", - "usage": 223 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39601", + "area_id": 26, + "building_id": 572, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39595, + "usage_id": 223 + }, + "0205.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3301, B\u00fcro", "arch_name": "3301@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=44344", - "operator": "[ TUZV44F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39601", - "roomcode": "0205.03.301", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39605", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44344, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39601, + "usage_id": 12 + }, + "0205.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3302, B\u00fcro", "arch_name": "3302@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=37988", - "operator": "[ TUZV44Q ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39605", - "roomcode": "0205.03.302", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39608", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37988, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39605, + "usage_id": 12 + }, + "0205.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3303, B\u00fcro", "arch_name": "3303@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39608", - "roomcode": "0205.03.303", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=8031", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39608, + "usage_id": 12 + }, + "0205.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3304, B\u00fcro", "arch_name": "3304@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": "tvKalender.wSicht?cOrg=37990&cRes=20136&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8031", - "roomcode": "0205.03.304", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=8034", + "area_id": 26, + "building_id": 572, + "calendar_resource_nr": 20136, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37990, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8031, + "usage_id": 12 + }, + "0205.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3305, B\u00fcro", "arch_name": "3305@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=45008", - "operator": "[ TUZVHSL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8034", - "roomcode": "0205.03.305", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=8037", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45008, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8034, + "usage_id": 12 + }, + "0205.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3306, B\u00fcro", "arch_name": "3306@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=45008", - "operator": "[ TUZVHSL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8037", - "roomcode": "0205.03.306", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39620", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 45008, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8037, + "usage_id": 12 + }, + "0205.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3307, B\u00fcro", "arch_name": "3307@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=44344", - "operator": "[ TUZV44F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39620", - "roomcode": "0205.03.307", - "usage": 12 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39624", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44344, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39620, + "usage_id": 12 + }, + "0205.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3308, Teek\u00fcche", "arch_name": "3308@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39624", - "roomcode": "0205.03.308", - "usage": 198 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39628", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39624, + "usage_id": 198 + }, + "0205.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3309, Flur", "arch_name": "3309@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39628", - "roomcode": "0205.03.309", - "usage": 222 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39633", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39628, + "usage_id": 222 + }, + "0205.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3310, WC", "arch_name": "3310@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39633", - "roomcode": "0205.03.310", - "usage": 114 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39635", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39633, + "usage_id": 114 + }, + "0205.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3311, WC", "arch_name": "3311@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39635", - "roomcode": "0205.03.311", - "usage": 114 - }, - { - "address": "Arcisstr. 19, 3.OG", - "address_link": "ris.einzelraum?raumkey=39492", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39635, + "usage_id": 114 + }, + "0205.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "3312, Treppenhaus", "arch_name": "3312@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39492", - "roomcode": "0205.03.312", - "usage": 223 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=59744", + "area_id": 26, + "building_id": 572, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39492, + "usage_id": 223 + }, + "0205.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0001, B\u00fcro", "arch_name": "0001@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59744", - "roomcode": "0205.EG.001", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39402", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59744, + "usage_id": 12 + }, + "0205.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0002, Teek\u00fcche", "arch_name": "0002@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39685", - "operator": "[ TUPESFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39402", - "roomcode": "0205.EG.002", - "usage": 198 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39405", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39402, + "usage_id": 198 + }, + "0205.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0003, Fernuni. Hagen", "arch_name": "0003@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": "tvKalender.wSicht?cOrg=26055&cRes=19671&cReadonly=J", - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39405", - "roomcode": "0205.EG.003", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39408", + "area_id": 26, + "building_id": 572, + "calendar_resource_nr": 19671, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26055, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39405, + "usage_id": 12 + }, + "0205.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0004, B\u00fcro", "arch_name": "0004@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39685", - "operator": "[ TUPESFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39408", - "roomcode": "0205.EG.004", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39413", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39408, + "usage_id": 12 + }, + "0205.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0005, B\u00fcro", "arch_name": "0005@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": "tvKalender.wSicht?cOrg=39685&cRes=18873&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39685", - "operator": "[ TUPESFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39413", - "roomcode": "0205.EG.005", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39417", + "area_id": 26, + "building_id": 572, + "calendar_resource_nr": 18873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39413, + "usage_id": 12 + }, + "0205.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0006, B\u00fcro", "arch_name": "0006@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39685", - "operator": "[ TUPESFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39417", - "roomcode": "0205.EG.006", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=7870", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39417, + "usage_id": 12 + }, + "0205.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0007, B\u00fcro", "arch_name": "0007@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39685", - "operator": "[ TUPESFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7870", - "roomcode": "0205.EG.007", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39432", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7870, + "usage_id": 12 + }, + "0205.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0008, B\u00fcro", "arch_name": "0008@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39685", - "operator": "[ TUPESFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39432", - "roomcode": "0205.EG.008", - "usage": 12 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39433", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39685, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39432, + "usage_id": 12 + }, + "0205.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0009, WC-Damen / Wickeltisch", "arch_name": "0009@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39433", - "roomcode": "0205.EG.009", - "usage": 116 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39435", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39433, + "usage_id": 116 + }, + "0205.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0010, WC-Herren", "arch_name": "0010@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39435", - "roomcode": "0205.EG.010", - "usage": 115 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39438", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39435, + "usage_id": 115 + }, + "0205.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0011, Flur", "arch_name": "0011@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39438", - "roomcode": "0205.EG.011", - "usage": 222 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=62685", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39438, + "usage_id": 222 + }, + "0205.EG.011A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0011A, Flur/Vorraum", "arch_name": "0011A@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62685", - "roomcode": "0205.EG.011A", - "usage": 222 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39442", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62685, + "usage_id": 222 + }, + "0205.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0012, Flur", "arch_name": "0012@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39442", - "roomcode": "0205.EG.012", - "usage": 222 - }, - { - "address": "Arcisstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=39444", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39442, + "usage_id": 222 + }, + "0205.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "0013, Treppe", "arch_name": "0013@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39444", - "roomcode": "0205.EG.013", - "usage": 223 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39369", + "area_id": 26, + "building_id": 572, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39444, + "usage_id": 223 + }, + "0205.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K1, Lager", "arch_name": "K1@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39369", - "roomcode": "0205.U1.001", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39371", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39369, + "usage_id": 30 + }, + "0205.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K2, Lager", "arch_name": "K2@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39371", - "roomcode": "0205.U1.002", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39373", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39371, + "usage_id": 30 + }, + "0205.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K3, Lager", "arch_name": "K3@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39373", - "roomcode": "0205.U1.003", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39376", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39373, + "usage_id": 30 + }, + "0205.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K4, Lager", "arch_name": "K4@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39376", - "roomcode": "0205.U1.004", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39378", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39376, + "usage_id": 30 + }, + "0205.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K5, Lager", "arch_name": "K5@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39378", - "roomcode": "0205.U1.005", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39380", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39378, + "usage_id": 30 + }, + "0205.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K6, Lager", "arch_name": "K6@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39380", - "roomcode": "0205.U1.006", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39382", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39380, + "usage_id": 30 + }, + "0205.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K7, Lager", "arch_name": "K7@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39382", - "roomcode": "0205.U1.007", - "usage": 30 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39385", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39382, + "usage_id": 30 + }, + "0205.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K8, LRZ-Verteilerknoten", "arch_name": "K8@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39385", - "roomcode": "0205.U1.008", - "usage": 120 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39389", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39385, + "usage_id": 120 + }, + "0205.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K9, Treppe/Flur", "arch_name": "K9@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39389", - "roomcode": "0205.U1.009", - "usage": 223 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39392", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39389, + "usage_id": 223 + }, + "0205.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K10, Flur", "arch_name": "K10@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39392", - "roomcode": "0205.U1.010", - "usage": 222 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39395", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39392, + "usage_id": 222 + }, + "0205.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K11, Flur", "arch_name": "K11@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39395", - "roomcode": "0205.U1.011", - "usage": 222 - }, - { - "address": "Arcisstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=39398", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39395, + "usage_id": 222 + }, + "0205.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "alt_name": "K12, Flur", "arch_name": "K12@0205", - "b_area_id": 26, - "b_filter_id": 572, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39398", - "roomcode": "0205.U1.012", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=39802", + "area_id": 26, + "building_id": 572, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39398, + "usage_id": 222 + }, + "0206.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "101, Speiseraum f\u00fcr Studenten", "arch_name": "101@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39802", - "roomcode": "0206.01.101", - "usage": 147 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=39807", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": 556, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39802, + "usage_id": 147 + }, + "0206.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "102, Speiseraum f\u00fcr Studenten", "arch_name": "102@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39807", - "roomcode": "0206.01.102", - "usage": 147 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=70492", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39807, + "usage_id": 147 + }, + "0206.01.102B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "102B, Mensaspeisesaal", "arch_name": "102B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70492", - "roomcode": "0206.01.102B", - "usage": 147 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=39812", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70492, + "usage_id": 147 + }, + "0206.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "103, Speiseraum Mensa", "arch_name": "103@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18792&cReadonly=J", - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39812", - "roomcode": "0206.01.103", - "usage": 147 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=63010", + "area_id": 26, + "building_id": 573, + "calendar_resource_nr": 18792, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 636, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39812, + "usage_id": 147 + }, + "0206.01.103B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "103B, Treppe", "arch_name": "103B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63010", - "roomcode": "0206.01.103B", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=39814", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63010, + "usage_id": 223 + }, + "0206.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "104, Treppenraum", "arch_name": "104@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39814", - "roomcode": "0206.01.104", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41393", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39814, + "usage_id": 223 + }, + "0206.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "105, Speiseausgabe", "arch_name": "105@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41393", - "roomcode": "0206.01.105", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59435", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41393, + "usage_id": 28 + }, + "0206.01.105A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "105A, Geschirrsp\u00fcle", "arch_name": "105A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59435", - "roomcode": "0206.01.105A", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=63011", - "alt_name": "105B, Treppe", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59435, + "usage_id": 28 + }, + "0206.01.105B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, + "alt_name": "105B, Treppe", "arch_name": "105B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63011", - "roomcode": "0206.01.105B", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69932", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63011, + "usage_id": 223 + }, + "0206.01.105D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "105D, Treppe", "arch_name": "105D@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69932", - "roomcode": "0206.01.105D", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=70495", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69932, + "usage_id": 223 + }, + "0206.01.105E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "105E, Treppe", "arch_name": "105E@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70495", - "roomcode": "0206.01.105E", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41400", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70495, + "usage_id": 223 + }, + "0206.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "106, Mensak\u00fcche", "arch_name": "106@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41400", - "roomcode": "0206.01.106", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59371", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41400, + "usage_id": 28 + }, + "0206.01.106A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "106A, K\u00fcchenvorbereitung", "arch_name": "106A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59371", - "roomcode": "0206.01.106A", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41404", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59371, + "usage_id": 28 + }, + "0206.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "107, Treppenraum", "arch_name": "107@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41404", - "roomcode": "0206.01.107", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41471", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41404, + "usage_id": 223 + }, + "0206.01.107A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "107A, Flur", "arch_name": "107A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41471", - "roomcode": "0206.01.107A", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41479", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41471, + "usage_id": 222 + }, + "0206.01.108A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "108A, Treppenhaus", "arch_name": "108A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41479", - "roomcode": "0206.01.108A", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41531", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41479, + "usage_id": 223 + }, + "0206.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "109, Lager", "arch_name": "109@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41531", - "roomcode": "0206.01.109", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69922", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41531, + "usage_id": 30 + }, + "0206.01.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "110A, B\u00fcro", "arch_name": "110A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69922", - "roomcode": "0206.01.110A", - "usage": 12 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69916", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69922, + "usage_id": 12 + }, + "0206.01.110B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "110B, Aufenthalt", "arch_name": "110B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69916", - "roomcode": "0206.01.110B", - "usage": 44 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41539", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69916, + "usage_id": 44 + }, + "0206.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "111, K\u00fchlraum", "arch_name": "111@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41539", - "roomcode": "0206.01.111", - "usage": 199 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=41546", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41539, + "usage_id": 199 + }, + "0206.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "112, WC-Damen", "arch_name": "112@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41546", - "roomcode": "0206.01.112", - "usage": 116 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69925", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41546, + "usage_id": 116 + }, + "0206.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "113, WC-Herren", "arch_name": "113@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69925", - "roomcode": "0206.01.113", - "usage": 115 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69926", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69925, + "usage_id": 115 + }, + "0206.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "114, Putzraum", "arch_name": "114@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69926", - "roomcode": "0206.01.114", - "usage": 205 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69934", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69926, + "usage_id": 205 + }, + "0206.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "115, Speiseausgabe", "arch_name": "115@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69934", - "roomcode": "0206.01.115", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69927", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69934, + "usage_id": 28 + }, + "0206.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "116, Speiseausgabe", "arch_name": "116@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69927", - "roomcode": "0206.01.116", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69930", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69927, + "usage_id": 28 + }, + "0206.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "117, Geschirrsp\u00fcle", "arch_name": "117@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69930", - "roomcode": "0206.01.117", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69931", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69930, + "usage_id": 28 + }, + "0206.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "118, Lager", "arch_name": "118@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69931", - "roomcode": "0206.01.118", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69928", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69931, + "usage_id": 30 + }, + "0206.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "119, Putzraum", "arch_name": "119@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69928", - "roomcode": "0206.01.119", - "usage": 205 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=70494", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69928, + "usage_id": 205 + }, + "0206.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "120, Lager", "arch_name": "120@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70494", - "roomcode": "0206.01.120", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=70493", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70494, + "usage_id": 30 + }, + "0206.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "121, Sp\u00fclk\u00fcche", "arch_name": "121@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70493", - "roomcode": "0206.01.121", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=69929", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70493, + "usage_id": 28 + }, + "0206.01.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "131, Gang", "arch_name": "131@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69929", - "roomcode": "0206.01.131", - "usage": 16 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59375", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69929, + "usage_id": 16 + }, + "0206.01.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "161, Fluchtbalkon", "arch_name": "161@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59375", - "roomcode": "0206.01.161", - "usage": 219 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59376", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59375, + "usage_id": 219 + }, + "0206.01.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "162, Fluchtbalkon", "arch_name": "162@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59376", - "roomcode": "0206.01.162", - "usage": 219 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59377", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59376, + "usage_id": 219 + }, + "0206.01.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "163, Fluchtbalkon", "arch_name": "163@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59377", - "roomcode": "0206.01.163", - "usage": 219 - }, - { - "address": "Arcisstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59378", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59377, + "usage_id": 219 + }, + "0206.01.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "164, Fluchtbalkon", "arch_name": "164@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59378", - "roomcode": "0206.01.164", - "usage": 219 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41612", + "area_id": 26, + "building_id": 573, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59378, + "usage_id": 219 + }, + "0206.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "201, Flur", "arch_name": "201@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41612", - "roomcode": "0206.02.201", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=63020", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41612, + "usage_id": 222 + }, + "0206.02.201A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "201A, Flur", "arch_name": "201A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63020", - "roomcode": "0206.02.201A", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=63021", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63020, + "usage_id": 222 + }, + "0206.02.201B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "201B, Flur", "arch_name": "201B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63021", - "roomcode": "0206.02.201B", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59757", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63021, + "usage_id": 222 + }, + "0206.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "202, Gr\u00fcner Saal / Stud. Arbeitspl\u00e4tze", "arch_name": "202@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=19098&cReadonly=J", - "list_index": "187", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59757", - "roomcode": "0206.02.202", - "usage": 208 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59820", + "area_id": 26, + "building_id": 573, + "calendar_resource_nr": 19098, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59757, + "usage_id": 208 + }, + "0206.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "205, Studentische Arbeitspl\u00e4tze", "arch_name": "205@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=31292&cReadonly=J", - "list_index": "188", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59820", - "roomcode": "0206.02.205", - "usage": 208 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59823", + "area_id": 26, + "building_id": 573, + "calendar_resource_nr": 31292, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59820, + "usage_id": 208 + }, + "0206.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "206, Verbindungsgang", "arch_name": "206@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59823", - "roomcode": "0206.02.206", - "usage": 16 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41616", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59823, + "usage_id": 16 + }, + "0206.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "207, L\u00fcftungsraum", "arch_name": "207@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41616", - "roomcode": "0206.02.207", - "usage": 32 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41618", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41616, + "usage_id": 32 + }, + "0206.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "208, RLT", "arch_name": "208@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41618", - "roomcode": "0206.02.208", - "usage": 32 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=63022", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41618, + "usage_id": 32 + }, + "0206.02.208A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "208A, Flur", "arch_name": "208A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63022", - "roomcode": "0206.02.208A", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41623", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63022, + "usage_id": 222 + }, + "0206.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "209, Lager", "arch_name": "209@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41623", - "roomcode": "0206.02.209", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41626", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41623, + "usage_id": 30 + }, + "0206.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "210, Lager", "arch_name": "210@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41626", - "roomcode": "0206.02.210", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41692", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41626, + "usage_id": 30 + }, + "0206.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "211, RLT", "arch_name": "211@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41692", - "roomcode": "0206.02.211", - "usage": 32 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41696", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41692, + "usage_id": 32 + }, + "0206.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "212, Werkstatt", "arch_name": "212@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41696", - "roomcode": "0206.02.212", - "usage": 51 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=69935", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41696, + "usage_id": 51 + }, + "0206.02.212A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "212A, Lackierraum", "arch_name": "212A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69935", - "roomcode": "0206.02.212A", - "usage": 51 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41702", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69935, + "usage_id": 51 + }, + "0206.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "213, EDV-Verteiler", "arch_name": "213@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41702", - "roomcode": "0206.02.213", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41707", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41702, + "usage_id": 120 + }, + "0206.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "214, WC-Herren", "arch_name": "214@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41707", - "roomcode": "0206.02.214", - "usage": 115 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41710", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41707, + "usage_id": 115 + }, + "0206.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "215, Putzraum", "arch_name": "215@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41710", - "roomcode": "0206.02.215", - "usage": 205 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41780", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41710, + "usage_id": 205 + }, + "0206.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "216, Maschinenraum", "arch_name": "216@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41780", - "roomcode": "0206.02.216", - "usage": 5 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=63133", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41780, + "usage_id": 5 + }, + "0206.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "217, WC-Damen", "arch_name": "217@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63133", - "roomcode": "0206.02.217", - "usage": 116 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41787", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63133, + "usage_id": 116 + }, + "0206.02.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "218, Flur", "arch_name": "218@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41787", - "roomcode": "0206.02.218", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41790", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41787, + "usage_id": 222 + }, + "0206.02.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "219, Installation", "arch_name": "219@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41790", - "roomcode": "0206.02.219", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59362", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41790, + "usage_id": 120 + }, + "0206.02.219A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "219A, Maschinenraum", "arch_name": "219A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59362", - "roomcode": "0206.02.219A", - "usage": 5 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41874", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59362, + "usage_id": 5 + }, + "0206.02.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "221, Flur", "arch_name": "221@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41874", - "roomcode": "0206.02.221", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41879", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41874, + "usage_id": 222 + }, + "0206.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "222, B\u00fcro", "arch_name": "222@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41879", - "roomcode": "0206.02.222", - "usage": 12 - }, - { - "address": "Arcisstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=41882", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14146, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41879, + "usage_id": 12 + }, + "0206.02.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "223, Treppenraum", "arch_name": "223@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41882", - "roomcode": "0206.02.223", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40758", + "area_id": 26, + "building_id": 573, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41882, + "usage_id": 223 + }, + "0206.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "301, Lager mit Hygien. Anforderungen", "arch_name": "301@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40758", - "roomcode": "0206.03.301", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40763", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40758, + "usage_id": 30 + }, + "0206.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "302, WC-Damen", "arch_name": "302@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40763", - "roomcode": "0206.03.302", - "usage": 116 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40835", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40763, + "usage_id": 116 + }, + "0206.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "303, WC-Herren", "arch_name": "303@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40835", - "roomcode": "0206.03.303", - "usage": 115 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40839", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40835, + "usage_id": 115 + }, + "0206.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "304, Wohnraum", "arch_name": "304@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40839", - "roomcode": "0206.03.304", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40843", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40839, + "usage_id": 53 + }, + "0206.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "305, Flur in Wohnung", "arch_name": "305@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40843", - "roomcode": "0206.03.305", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40847", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40843, + "usage_id": 222 + }, + "0206.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "306, Treppenraum", "arch_name": "306@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40847", - "roomcode": "0206.03.306", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40853", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40847, + "usage_id": 223 + }, + "0206.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "307, Kinderzimmer", "arch_name": "307@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40853", - "roomcode": "0206.03.307", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40890", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40853, + "usage_id": 53 + }, + "0206.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "308, Schlafzimmer", "arch_name": "308@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40890", - "roomcode": "0206.03.308", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40893", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40890, + "usage_id": 53 + }, + "0206.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "309, K\u00fcche", "arch_name": "309@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40893", - "roomcode": "0206.03.309", - "usage": 28 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40898", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40893, + "usage_id": 28 + }, + "0206.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "310, Bad/Dusche/WC", "arch_name": "310@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40898", - "roomcode": "0206.03.310", - "usage": 112 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40901", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40898, + "usage_id": 112 + }, + "0206.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "311, Bad/Dusche/WC", "arch_name": "311@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40901", - "roomcode": "0206.03.311", - "usage": 112 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40905", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40901, + "usage_id": 112 + }, + "0206.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "312, Flur", "arch_name": "312@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40905", - "roomcode": "0206.03.312", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40909", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40905, + "usage_id": 222 + }, + "0206.03.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "313, Flur", "arch_name": "313@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40909", - "roomcode": "0206.03.313", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40964", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40909, + "usage_id": 222 + }, + "0206.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "314, Lager mit Hygien. Anforderungen", "arch_name": "314@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40964", - "roomcode": "0206.03.314", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40966", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40964, + "usage_id": 30 + }, + "0206.03.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "315, Kombination-Speiseraum u. K\u00fcche", "arch_name": "315@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40966", - "roomcode": "0206.03.315", - "usage": 45 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40971", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40966, + "usage_id": 45 + }, + "0206.03.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "316, Flur", "arch_name": "316@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40971", - "roomcode": "0206.03.316", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=40979", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40971, + "usage_id": 222 + }, + "0206.03.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "318, Schlafraum", "arch_name": "318@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40979", - "roomcode": "0206.03.318", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41045", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40979, + "usage_id": 53 + }, + "0206.03.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "319, Schlafraum", "arch_name": "319@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41045", - "roomcode": "0206.03.319", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41049", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41045, + "usage_id": 53 + }, + "0206.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "320, Schlafraum", "arch_name": "320@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41049", - "roomcode": "0206.03.320", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41109", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41049, + "usage_id": 53 + }, + "0206.03.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "321, Schlafraum", "arch_name": "321@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41109", - "roomcode": "0206.03.321", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41114", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41109, + "usage_id": 53 + }, + "0206.03.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "322, Schlafraum", "arch_name": "322@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41114", - "roomcode": "0206.03.322", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41252", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41114, + "usage_id": 53 + }, + "0206.03.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "323, Schlafraum", "arch_name": "323@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41252", - "roomcode": "0206.03.323", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41257", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41252, + "usage_id": 53 + }, + "0206.03.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "324, Schlafraum", "arch_name": "324@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41257", - "roomcode": "0206.03.324", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41262", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41257, + "usage_id": 53 + }, + "0206.03.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "325, Schlafraum", "arch_name": "325@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41262", - "roomcode": "0206.03.325", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41325", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41262, + "usage_id": 53 + }, + "0206.03.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "326, Schlafraum", "arch_name": "326@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41325", - "roomcode": "0206.03.326", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41330", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41325, + "usage_id": 53 + }, + "0206.03.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "327, Schlafraum", "arch_name": "327@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41330", - "roomcode": "0206.03.327", - "usage": 53 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41336", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41330, + "usage_id": 53 + }, + "0206.03.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "328, Wasserversorgung,-Aufbereitung", "arch_name": "328@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41336", - "roomcode": "0206.03.328", - "usage": 182 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41339", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41336, + "usage_id": 182 + }, + "0206.03.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "329, Installationsschacht", "arch_name": "329@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41339", - "roomcode": "0206.03.329", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=41343", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41339, + "usage_id": 120 + }, + "0206.03.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "330, Aufzugsmaschinenraum", "arch_name": "330@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41343", - "roomcode": "0206.03.330", - "usage": 5 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59122", + "area_id": 26, + "building_id": 573, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41343, + "usage_id": 5 + }, + "0206.DG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "301, Lager mit hygien. Anforderungen", "arch_name": "301@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59122", - "roomcode": "0206.DG.301", - "usage": 30 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59123", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59122, + "usage_id": 30 + }, + "0206.DG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "302, WC-Damen", "arch_name": "302@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59123", - "roomcode": "0206.DG.302", - "usage": 116 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59124", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59123, + "usage_id": 116 + }, + "0206.DG.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "303, WC-Herren", "arch_name": "303@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59124", - "roomcode": "0206.DG.303", - "usage": 115 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59125", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59124, + "usage_id": 115 + }, + "0206.DG.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "304, Wohnraum", "arch_name": "304@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59125", - "roomcode": "0206.DG.304", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59126", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59125, + "usage_id": 53 + }, + "0206.DG.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "305, Flur in Wohnung", "arch_name": "305@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59126", - "roomcode": "0206.DG.305", - "usage": 222 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59128", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59126, + "usage_id": 222 + }, + "0206.DG.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "307, Kinderzimmer", "arch_name": "307@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59128", - "roomcode": "0206.DG.307", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59129", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59128, + "usage_id": 53 + }, + "0206.DG.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "308, Schlafzimmer", "arch_name": "308@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59129", - "roomcode": "0206.DG.308", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59130", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59129, + "usage_id": 53 + }, + "0206.DG.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "309, Wohnk\u00fcche", "arch_name": "309@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59130", - "roomcode": "0206.DG.309", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59131", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59130, + "usage_id": 53 + }, + "0206.DG.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "310, Bad / Dusche / WC", "arch_name": "310@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59131", - "roomcode": "0206.DG.310", - "usage": 112 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59132", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59131, + "usage_id": 112 + }, + "0206.DG.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "311, WC / Baden", "arch_name": "311@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59132", - "roomcode": "0206.DG.311", - "usage": 114 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59133", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59132, + "usage_id": 114 + }, + "0206.DG.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "312, Flur", "arch_name": "312@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59133", - "roomcode": "0206.DG.312", - "usage": 222 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59134", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59133, + "usage_id": 222 + }, + "0206.DG.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "313, Flur", "arch_name": "313@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59134", - "roomcode": "0206.DG.313", - "usage": 222 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59135", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59134, + "usage_id": 222 + }, + "0206.DG.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "314, Wohnk\u00fcche", "arch_name": "314@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59135", - "roomcode": "0206.DG.314", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59136", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59135, + "usage_id": 53 + }, + "0206.DG.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "315, Aufenthalt/Speiseraum", "arch_name": "315@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59136", - "roomcode": "0206.DG.315", - "usage": 44 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59138", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59136, + "usage_id": 44 + }, + "0206.DG.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "318, Schlafraum", "arch_name": "318@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59138", - "roomcode": "0206.DG.318", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59139", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59138, + "usage_id": 53 + }, + "0206.DG.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "319, Schlafraum", "arch_name": "319@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59139", - "roomcode": "0206.DG.319", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59140", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59139, + "usage_id": 53 + }, + "0206.DG.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "320, Schlafraum", "arch_name": "320@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59140", - "roomcode": "0206.DG.320", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59141", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59140, + "usage_id": 53 + }, + "0206.DG.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "321, Schlafraum", "arch_name": "321@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59141", - "roomcode": "0206.DG.321", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59142", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59141, + "usage_id": 53 + }, + "0206.DG.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "322, Schlafraum", "arch_name": "322@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59142", - "roomcode": "0206.DG.322", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59143", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59142, + "usage_id": 53 + }, + "0206.DG.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "323, Schlafraum", "arch_name": "323@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59143", - "roomcode": "0206.DG.323", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59144", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59143, + "usage_id": 53 + }, + "0206.DG.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "324, Schlafraum", "arch_name": "324@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59144", - "roomcode": "0206.DG.324", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59145", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59144, + "usage_id": 53 + }, + "0206.DG.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "325, Schlafraum", "arch_name": "325@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59145", - "roomcode": "0206.DG.325", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59146", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59145, + "usage_id": 53 + }, + "0206.DG.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "326, Schlafraum", "arch_name": "326@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59146", - "roomcode": "0206.DG.326", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59147", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59146, + "usage_id": 53 + }, + "0206.DG.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "327, Schlafraum", "arch_name": "327@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59147", - "roomcode": "0206.DG.327", - "usage": 53 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59148", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59147, + "usage_id": 53 + }, + "0206.DG.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "328, K\u00e4ltemasch.", "arch_name": "328@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59148", - "roomcode": "0206.DG.328", - "usage": 32 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59150", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59148, + "usage_id": 32 + }, + "0206.DG.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "330, Aufzugsmaschinenraum", "arch_name": "330@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59150", - "roomcode": "0206.DG.330", - "usage": 5 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=63023", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59150, + "usage_id": 5 + }, + "0206.DG.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "332, K\u00fchlraum", "arch_name": "332@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63023", - "roomcode": "0206.DG.332", - "usage": 199 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=59360", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63023, + "usage_id": 199 + }, + "0206.DG.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "360, Dachterasse", "arch_name": "360@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59360", - "roomcode": "0206.DG.360", - "usage": 218 - }, - { - "address": "Arcisstr. 17, DG", - "address_link": "ris.einzelraum?raumkey=63024", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59360, + "usage_id": 218 + }, + "0206.DG.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "361, Dachterasse", "arch_name": "361@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63024", - "roomcode": "0206.DG.361", - "usage": 218 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39740", + "area_id": 26, + "building_id": 573, + "floor_level": "DG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63024, + "usage_id": 218 + }, + "0206.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001, Eingangshalle", "arch_name": "001@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39740", - "roomcode": "0206.EG.001", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59379", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39740, + "usage_id": 222 + }, + "0206.EG.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001A, Treppe", "arch_name": "001A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59379", - "roomcode": "0206.EG.001A", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59380", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59379, + "usage_id": 223 + }, + "0206.EG.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001B, Treppe", "arch_name": "001B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59380", - "roomcode": "0206.EG.001B", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59381", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59380, + "usage_id": 223 + }, + "0206.EG.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001C, Treppenhaus", "arch_name": "001C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59381", - "roomcode": "0206.EG.001C", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59450", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59381, + "usage_id": 223 + }, + "0206.EG.001D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001D, Windfang", "arch_name": "001D@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59450", - "roomcode": "0206.EG.001D", - "usage": 52 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59451", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59450, + "usage_id": 52 + }, + "0206.EG.001E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001E, Windfang", "arch_name": "001E@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59451", - "roomcode": "0206.EG.001E", - "usage": 52 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=62999", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59451, + "usage_id": 52 + }, + "0206.EG.001F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "001F, Treppe", "arch_name": "001F@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62999", - "roomcode": "0206.EG.001F", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39743", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62999, + "usage_id": 223 + }, + "0206.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "002, Stud. Vertretung", "arch_name": "002@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=21404&cReadonly=J", - "list_index": "72", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39743", - "roomcode": "0206.EG.002", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39746", + "area_id": 26, + "building_id": 573, + "calendar_resource_nr": 21404, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39743, + "usage_id": 12 + }, + "0206.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "003, Stud. Vertretung", "arch_name": "003@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=21403&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39746", - "roomcode": "0206.EG.003", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39750", + "area_id": 26, + "building_id": 573, + "calendar_resource_nr": 21403, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39746, + "usage_id": 12 + }, + "0206.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "004, Verwaltung Mensa", "arch_name": "004@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39750", - "roomcode": "0206.EG.004", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39753", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39750, + "usage_id": 12 + }, + "0206.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "005, Kinderspielraum", "arch_name": "005@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39753", - "roomcode": "0206.EG.005", - "usage": 146 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63188", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39753, + "usage_id": 146 + }, + "0206.EG.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "005A, Gruppenschlafr.", "arch_name": "005A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63188", - "roomcode": "0206.EG.005A", - "usage": 53 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=69921", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63188, + "usage_id": 53 + }, + "0206.EG.005B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "005B, WC", "arch_name": "005B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69921", - "roomcode": "0206.EG.005B", - "usage": 114 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39756", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69921, + "usage_id": 114 + }, + "0206.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "006, Kinderspielraum", "arch_name": "006@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39756", - "roomcode": "0206.EG.006", - "usage": 146 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39759", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39756, + "usage_id": 146 + }, + "0206.EG.006A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "006A, Gruppenschlafraum", "arch_name": "006A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39759", - "roomcode": "0206.EG.006A", - "usage": 53 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39760", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39759, + "usage_id": 53 + }, + "0206.EG.006B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "006B, Waschraum", "arch_name": "006B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39760", - "roomcode": "0206.EG.006B", - "usage": 210 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39764", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39760, + "usage_id": 210 + }, + "0206.EG.006C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "006C, Garderobe", "arch_name": "006C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39764", - "roomcode": "0206.EG.006C", - "usage": 121 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39659", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39764, + "usage_id": 121 + }, + "0206.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "007, Elternsprechzimmer", "arch_name": "007@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39659", - "roomcode": "0206.EG.007", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39854", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39659, + "usage_id": 12 + }, + "0206.EG.007B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "007B, WC", "arch_name": "007B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39854", - "roomcode": "0206.EG.007B", - "usage": 114 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59751", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39687, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39854, + "usage_id": 114 + }, + "0206.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "008, Cafeteria, Gastraum", "arch_name": "008@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59751", - "roomcode": "0206.EG.008", - "usage": 139 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59382", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59751, + "usage_id": 139 + }, + "0206.EG.008A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "008A, Cafeteria-K\u00fcche", "arch_name": "008A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59382", - "roomcode": "0206.EG.008A", - "usage": 28 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63001", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59382, + "usage_id": 28 + }, + "0206.EG.008B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "008B, B\u00fcro", "arch_name": "008B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63001", - "roomcode": "0206.EG.008B", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63002", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63001, + "usage_id": 12 + }, + "0206.EG.008C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "008C, Install.Schacht", "arch_name": "008C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63002", - "roomcode": "0206.EG.008C", - "usage": 120 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39860", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63002, + "usage_id": 120 + }, + "0206.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "009, Waschk\u00fcche", "arch_name": "009@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39860", - "roomcode": "0206.EG.009", - "usage": 181 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39865", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39860, + "usage_id": 181 + }, + "0206.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "010, K\u00fcchenvorbereitungsraum", "arch_name": "010@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39865", - "roomcode": "0206.EG.010", - "usage": 28 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39869", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39865, + "usage_id": 28 + }, + "0206.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "011, K\u00fchlraum", "arch_name": "011@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39869", - "roomcode": "0206.EG.011", - "usage": 199 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39870", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39869, + "usage_id": 199 + }, + "0206.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "012, Flur", "arch_name": "012@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39870", - "roomcode": "0206.EG.012", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59384", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39870, + "usage_id": 222 + }, + "0206.EG.012A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "012A, Lastenaufzug", "arch_name": "012A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59384", - "roomcode": "0206.EG.012A", - "usage": 4 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39871", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59384, + "usage_id": 4 + }, + "0206.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "013, Putzraum", "arch_name": "013@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39871", - "roomcode": "0206.EG.013", - "usage": 205 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39873", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39871, + "usage_id": 205 + }, + "0206.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014, Eingangshalle", "arch_name": "014@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39873", - "roomcode": "0206.EG.014", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39875", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39873, + "usage_id": 222 + }, + "0206.EG.014A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014A, Treppenraum", "arch_name": "014A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39875", - "roomcode": "0206.EG.014A", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39877", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39875, + "usage_id": 223 + }, + "0206.EG.014B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014B, Aufzug", "arch_name": "014B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39877", - "roomcode": "0206.EG.014B", - "usage": 4 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59386", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39877, + "usage_id": 4 + }, + "0206.EG.014D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014D, Windfang", "arch_name": "014D@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59386", - "roomcode": "0206.EG.014D", - "usage": 52 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59387", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59386, + "usage_id": 52 + }, + "0206.EG.014E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014E, Wendeltreppe", "arch_name": "014E@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59387", - "roomcode": "0206.EG.014E", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59452", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59387, + "usage_id": 223 + }, + "0206.EG.014F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014F, Windfang", "arch_name": "014F@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59452", - "roomcode": "0206.EG.014F", - "usage": 52 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=70490", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59452, + "usage_id": 52 + }, + "0206.EG.014G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "014G, Lager", "arch_name": "014G@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70490", - "roomcode": "0206.EG.014G", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63134", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70490, + "usage_id": 30 + }, + "0206.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "015, Treppenraum", "arch_name": "015@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63134", - "roomcode": "0206.EG.015", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39884", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63134, + "usage_id": 223 + }, + "0206.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "016, Lager", "arch_name": "016@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39884", - "roomcode": "0206.EG.016", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39889", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39884, + "usage_id": 30 + }, + "0206.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "017, Umkleidekabine-Damen", "arch_name": "017@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39889", - "roomcode": "0206.EG.017", - "usage": 121 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39893", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39889, + "usage_id": 121 + }, + "0206.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "018, WC-Damen", "arch_name": "018@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39893", - "roomcode": "0206.EG.018", - "usage": 116 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63003", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39893, + "usage_id": 116 + }, + "0206.EG.018A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "018A, Duschen", "arch_name": "018A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63003", - "roomcode": "0206.EG.018A", - "usage": 113 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39898", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63003, + "usage_id": 113 + }, + "0206.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "019, WC-Damen", "arch_name": "019@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39898", - "roomcode": "0206.EG.019", - "usage": 116 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39907", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39898, + "usage_id": 116 + }, + "0206.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "020, Dusche / Wanne u. Waschplatz", "arch_name": "020@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39907", - "roomcode": "0206.EG.020", - "usage": 113 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39911", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39907, + "usage_id": 113 + }, + "0206.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "021, Gardarobe mit Schliessf\u00e4cher", "arch_name": "021@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39911", - "roomcode": "0206.EG.021", - "usage": 121 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39915", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39911, + "usage_id": 121 + }, + "0206.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "022, Lager", "arch_name": "022@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39915", - "roomcode": "0206.EG.022", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39918", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39915, + "usage_id": 30 + }, + "0206.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "023, WC-Herren / Wickeltisch", "arch_name": "023@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39918", - "roomcode": "0206.EG.023", - "usage": 115 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39921", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39918, + "usage_id": 115 + }, + "0206.EG.023A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "023A, Beh.-WC", "arch_name": "023A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39921", - "roomcode": "0206.EG.023A", - "usage": 117 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39925", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39921, + "usage_id": 117 + }, + "0206.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "024, WC-Damen / Wickeltisch", "arch_name": "024@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39925", - "roomcode": "0206.EG.024", - "usage": 116 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39928", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39925, + "usage_id": 116 + }, + "0206.EG.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "025, Putzmittellager", "arch_name": "025@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39928", - "roomcode": "0206.EG.025", - "usage": 205 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59389", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39928, + "usage_id": 205 + }, + "0206.EG.025A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "025A, Technikraum", "arch_name": "025A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59389", - "roomcode": "0206.EG.025A", - "usage": 120 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=69920", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59389, + "usage_id": 120 + }, + "0206.EG.025B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "025B, Putzraum", "arch_name": "025B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69920", - "roomcode": "0206.EG.025B", - "usage": 205 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39783", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69920, + "usage_id": 205 + }, + "0206.EG.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "026, Stromversorgung", "arch_name": "026@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39783", - "roomcode": "0206.EG.026", - "usage": 160 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39787", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39783, + "usage_id": 160 + }, + "0206.EG.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "027, K\u00fchlraum", "arch_name": "027@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39787", - "roomcode": "0206.EG.027", - "usage": 199 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39789", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39787, + "usage_id": 199 + }, + "0206.EG.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "028, Lager", "arch_name": "028@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39789", - "roomcode": "0206.EG.028", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59393", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39789, + "usage_id": 30 + }, + "0206.EG.028A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "028A, K\u00fchlraum", "arch_name": "028A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59393", - "roomcode": "0206.EG.028A", - "usage": 199 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39791", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59393, + "usage_id": 199 + }, + "0206.EG.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "029, Flur", "arch_name": "029@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39791", - "roomcode": "0206.EG.029", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59388", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39791, + "usage_id": 222 + }, + "0206.EG.029A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "029A, Flur", "arch_name": "029A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59388", - "roomcode": "0206.EG.029A", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59385", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59388, + "usage_id": 222 + }, + "0206.EG.029B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "029B, Flur", "arch_name": "029B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59385", - "roomcode": "0206.EG.029B", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59391", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59385, + "usage_id": 222 + }, + "0206.EG.029C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "029C, Treppenhaus", "arch_name": "029C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59391", - "roomcode": "0206.EG.029C", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59390", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59391, + "usage_id": 223 + }, + "0206.EG.029D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "029D, Personen Aufzug", "arch_name": "029D@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59390", - "roomcode": "0206.EG.029D", - "usage": 4 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59392", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59390, + "usage_id": 4 + }, + "0206.EG.029E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "029E, Treppenhaus", "arch_name": "029E@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59392", - "roomcode": "0206.EG.029E", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39793", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59392, + "usage_id": 223 + }, + "0206.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "030, Lager", "arch_name": "030@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39793", - "roomcode": "0206.EG.030", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=69917", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39793, + "usage_id": 30 + }, + "0206.EG.030A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "030A, Trockenraum", "arch_name": "030A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69917", - "roomcode": "0206.EG.030A", - "usage": 181 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39795", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69917, + "usage_id": 181 + }, + "0206.EG.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "031, Waschk\u00fcche", "arch_name": "031@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39795", - "roomcode": "0206.EG.031", - "usage": 181 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39797", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39795, + "usage_id": 181 + }, + "0206.EG.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "032, B\u00fcro/Warenannahme", "arch_name": "032@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39797", - "roomcode": "0206.EG.032", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39825", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39797, + "usage_id": 12 + }, + "0206.EG.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "033, B\u00fcro", "arch_name": "033@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39825", - "roomcode": "0206.EG.033", - "usage": 12 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=69918", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39825, + "usage_id": 12 + }, + "0206.EG.033A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "033A, Lager", "arch_name": "033A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69918", - "roomcode": "0206.EG.033A", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39828", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69918, + "usage_id": 30 + }, + "0206.EG.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "034, Lager", "arch_name": "034@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39828", - "roomcode": "0206.EG.034", - "usage": 30 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39831", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39828, + "usage_id": 30 + }, + "0206.EG.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "035, Speiseresteverwertung", "arch_name": "035@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39831", - "roomcode": "0206.EG.035", - "usage": 214 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39835", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39831, + "usage_id": 214 + }, + "0206.EG.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "036, Treppenraum", "arch_name": "036@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39835", - "roomcode": "0206.EG.036", - "usage": 223 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39839", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39835, + "usage_id": 223 + }, + "0206.EG.036A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "036A, Aufzug", "arch_name": "036A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39839", - "roomcode": "0206.EG.036A", - "usage": 4 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=39844", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39839, + "usage_id": 4 + }, + "0206.EG.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "037, Rampe", "arch_name": "037@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39844", - "roomcode": "0206.EG.037", - "usage": 36 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59449", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39844, + "usage_id": 36 + }, + "0206.EG.037A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "037A, Lager i. Freien", "arch_name": "037A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59449", - "roomcode": "0206.EG.037A", - "usage": 218 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59434", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59449, + "usage_id": 218 + }, + "0206.EG.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "038, Verkehrsfl.", "arch_name": "038@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59434", - "roomcode": "0206.EG.038", - "usage": 222 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=70491", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59434, + "usage_id": 222 + }, + "0206.EG.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "039, Betriebstechn. Anlagen", "arch_name": "039@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70491", - "roomcode": "0206.EG.039", - "usage": 120 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59395", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70491, + "usage_id": 120 + }, + "0206.EG.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "050, Gemeinschaftsr.", "arch_name": "050@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59395", - "roomcode": "0206.EG.050", - "usage": 218 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59396", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59395, + "usage_id": 218 + }, + "0206.EG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "051, Gemeinschaftsr.", "arch_name": "051@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59396", - "roomcode": "0206.EG.051", - "usage": 218 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59394", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59396, + "usage_id": 218 + }, + "0206.EG.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "052, Gemeinschaftsr.", "arch_name": "052@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59394", - "roomcode": "0206.EG.052", - "usage": 218 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59433", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59394, + "usage_id": 218 + }, + "0206.EG.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "053, Gemeinschaftsr.", "arch_name": "053@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59433", - "roomcode": "0206.EG.053", - "usage": 218 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63005", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59433, + "usage_id": 218 + }, + "0206.EG.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "054, Fluchttreppe", "arch_name": "054@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63005", - "roomcode": "0206.EG.054", - "usage": 7 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63006", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63005, + "usage_id": 7 + }, + "0206.EG.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "055, Fluchttreppe", "arch_name": "055@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63006", - "roomcode": "0206.EG.055", - "usage": 7 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63007", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63006, + "usage_id": 7 + }, + "0206.EG.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "056, Fluchttreppe", "arch_name": "056@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63007", - "roomcode": "0206.EG.056", - "usage": 7 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63008", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63007, + "usage_id": 7 + }, + "0206.EG.057": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "057, Fluchttreppe", "arch_name": "057@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63008", - "roomcode": "0206.EG.057", - "usage": 7 - }, - { - "address": "Arcisstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=63009", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63008, + "usage_id": 7 + }, + "0206.EG.058": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "058, Fluchttreppe", "arch_name": "058@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63009", - "roomcode": "0206.EG.058", - "usage": 7 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39496", + "area_id": 26, + "building_id": 573, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63009, + "usage_id": 7 + }, + "0206.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-101, Flur", "arch_name": "-101@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39496", - "roomcode": "0206.U1.001", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39500", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39496, + "usage_id": 222 + }, + "0206.U1.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-101A, K\u00fchlraum-Bio", "arch_name": "-101A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39500", - "roomcode": "0206.U1.001A", - "usage": 199 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59438", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39500, + "usage_id": 199 + }, + "0206.U1.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-101B, Installschacht", "arch_name": "-101B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59438", - "roomcode": "0206.U1.001B", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59439", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59438, + "usage_id": 120 + }, + "0206.U1.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-101C, Aufzug/F\u00f6rderanlage", "arch_name": "-101C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59439", - "roomcode": "0206.U1.001C", - "usage": 5 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=62993", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59439, + "usage_id": 5 + }, + "0206.U1.001E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-101E, Personenaufzug", "arch_name": "-101E@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62993", - "roomcode": "0206.U1.001E", - "usage": 195 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39508", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62993, + "usage_id": 195 + }, + "0206.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-102, Lager mit Hygien. Anforderungen", "arch_name": "-102@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39508", - "roomcode": "0206.U1.002", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39509", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39508, + "usage_id": 30 + }, + "0206.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-103, Heiztechnik", "arch_name": "-103@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39509", - "roomcode": "0206.U1.003", - "usage": 201 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59440", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39509, + "usage_id": 201 + }, + "0206.U1.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-103A, RLT", "arch_name": "-103A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59440", - "roomcode": "0206.U1.003A", - "usage": 32 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39510", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59440, + "usage_id": 32 + }, + "0206.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-104, Treppenhaus", "arch_name": "-104@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39510", - "roomcode": "0206.U1.004", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39533", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39510, + "usage_id": 223 + }, + "0206.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-105, Install.Schacht", "arch_name": "-105@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39533", - "roomcode": "0206.U1.005", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=70489", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39533, + "usage_id": 120 + }, + "0206.U1.005C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-105C, Installationsschacht", "arch_name": "-105C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70489", - "roomcode": "0206.U1.005C", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39536", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70489, + "usage_id": 120 + }, + "0206.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-106, K\u00fchlraum 2", "arch_name": "-106@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39536", - "roomcode": "0206.U1.006", - "usage": 199 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39538", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39536, + "usage_id": 199 + }, + "0206.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-107, Tiefk\u00fchlraum 1", "arch_name": "-107@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39538", - "roomcode": "0206.U1.007", - "usage": 199 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39543", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39538, + "usage_id": 199 + }, + "0206.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-108, K\u00fchlraum", "arch_name": "-108@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39543", - "roomcode": "0206.U1.008", - "usage": 199 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39550", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39543, + "usage_id": 199 + }, + "0206.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-109, \u00d6labscheider", "arch_name": "-109@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39550", - "roomcode": "0206.U1.009", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39553", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39550, + "usage_id": 120 + }, + "0206.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-110, Aufzugsmasch.", "arch_name": "-110@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39553", - "roomcode": "0206.U1.010", - "usage": 5 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=70487", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39553, + "usage_id": 5 + }, + "0206.U1.010D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-110D, Treppe", "arch_name": "-110D@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70487", - "roomcode": "0206.U1.010D", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39516", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70487, + "usage_id": 223 + }, + "0206.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-111, Stromversorgung", "arch_name": "-111@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39516", - "roomcode": "0206.U1.011", - "usage": 160 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39526", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39516, + "usage_id": 160 + }, + "0206.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-113, Lager mit Hygien. Anforderungen", "arch_name": "-113@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39526", - "roomcode": "0206.U1.013", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39531", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39526, + "usage_id": 30 + }, + "0206.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-114, Flur", "arch_name": "-114@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39531", - "roomcode": "0206.U1.014", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59441", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39531, + "usage_id": 222 + }, + "0206.U1.014A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-114A, Treppe", "arch_name": "-114A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59441", - "roomcode": "0206.U1.014A", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39660", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59441, + "usage_id": 223 + }, + "0206.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-115, Lager", "arch_name": "-115@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39660", - "roomcode": "0206.U1.015", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39663", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39660, + "usage_id": 30 + }, + "0206.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-116, Lager", "arch_name": "-116@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39663", - "roomcode": "0206.U1.016", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59442", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39663, + "usage_id": 30 + }, + "0206.U1.016A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-116A, K\u00fchlraum", "arch_name": "-116A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59442", - "roomcode": "0206.U1.016A", - "usage": 199 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39668", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59442, + "usage_id": 199 + }, + "0206.U1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-117, Getr\u00e4nkelager", "arch_name": "-117@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39668", - "roomcode": "0206.U1.017", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39671", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39668, + "usage_id": 30 + }, + "0206.U1.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-118, Aktenlager/Asta/Stud.", "arch_name": "-118@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39671", - "roomcode": "0206.U1.018", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=62994", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39671, + "usage_id": 30 + }, + "0206.U1.018A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-118A, Vorraum", "arch_name": "-118A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62994", - "roomcode": "0206.U1.018A", - "usage": 50 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39672", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62994, + "usage_id": 50 + }, + "0206.U1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-119, Lager", "arch_name": "-119@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39672", - "roomcode": "0206.U1.019", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39673", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39672, + "usage_id": 30 + }, + "0206.U1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-120, WC-Herren", "arch_name": "-120@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39673", - "roomcode": "0206.U1.020", - "usage": 115 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59443", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39673, + "usage_id": 115 + }, + "0206.U1.020A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-120A, Einzelumkleide", "arch_name": "-120A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59443", - "roomcode": "0206.U1.020A", - "usage": 121 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=62995", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59443, + "usage_id": 121 + }, + "0206.U1.020B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-120B, WC-Vorraum Herren", "arch_name": "-120B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62995", - "roomcode": "0206.U1.020B", - "usage": 118 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39675", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62995, + "usage_id": 118 + }, + "0206.U1.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-121, WC-Damen", "arch_name": "-121@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39675", - "roomcode": "0206.U1.021", - "usage": 116 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39677", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39675, + "usage_id": 116 + }, + "0206.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-122, Umkleide-K\u00f6che", "arch_name": "-122@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39677", - "roomcode": "0206.U1.022", - "usage": 121 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39679", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39677, + "usage_id": 121 + }, + "0206.U1.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-123, Holz-/Kunststoffwerkstatt", "arch_name": "-123@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39679", - "roomcode": "0206.U1.023", - "usage": 107 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39682", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39679, + "usage_id": 107 + }, + "0206.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-124, Elektro Werkstatt", "arch_name": "-124@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39682", - "roomcode": "0206.U1.024", - "usage": 51 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39685", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39682, + "usage_id": 51 + }, + "0206.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-125, Flur", "arch_name": "-125@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39685", - "roomcode": "0206.U1.025", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39690", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39685, + "usage_id": 222 + }, + "0206.U1.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-126, Heiztechnik", "arch_name": "-126@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39690", - "roomcode": "0206.U1.026", - "usage": 201 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39693", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39690, + "usage_id": 201 + }, + "0206.U1.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-127, Be.-u.Entl\u00fcftung", "arch_name": "-127@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39693", - "roomcode": "0206.U1.027", - "usage": 32 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39696", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39693, + "usage_id": 32 + }, + "0206.U1.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-128, Heiztechnik", "arch_name": "-128@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39696", - "roomcode": "0206.U1.028", - "usage": 201 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39698", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39696, + "usage_id": 201 + }, + "0206.U1.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-129, Lager mit Hygien. Anforderungen", "arch_name": "-129@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39698", - "roomcode": "0206.U1.029", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39700", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39698, + "usage_id": 30 + }, + "0206.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-130, Lager mit Hygien. Anforderungen", "arch_name": "-130@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39700", - "roomcode": "0206.U1.030", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39702", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39700, + "usage_id": 30 + }, + "0206.U1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-131, Lager mit Hygien. Anforderungen", "arch_name": "-131@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39702", - "roomcode": "0206.U1.031", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39705", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39702, + "usage_id": 30 + }, + "0206.U1.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-132, Lager", "arch_name": "-132@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39705", - "roomcode": "0206.U1.032", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39708", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39705, + "usage_id": 30 + }, + "0206.U1.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-133, Lager mit Hygien. Anforderungen", "arch_name": "-133@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39708", - "roomcode": "0206.U1.033", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39710", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39708, + "usage_id": 30 + }, + "0206.U1.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-134, Heiztechnik", "arch_name": "-134@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39710", - "roomcode": "0206.U1.034", - "usage": 201 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39712", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39710, + "usage_id": 201 + }, + "0206.U1.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-135, Wasser/Heizung-,Aufbereitung", "arch_name": "-135@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39712", - "roomcode": "0206.U1.035", - "usage": 182 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39715", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39712, + "usage_id": 182 + }, + "0206.U1.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-136, Flur", "arch_name": "-136@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39715", - "roomcode": "0206.U1.036", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59444", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39715, + "usage_id": 222 + }, + "0206.U1.036A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-136A, Flur", "arch_name": "-136A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59444", - "roomcode": "0206.U1.036A", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=62996", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59444, + "usage_id": 222 + }, + "0206.U1.036C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-136C, Treppe", "arch_name": "-136C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62996", - "roomcode": "0206.U1.036C", - "usage": 223 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=62997", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62996, + "usage_id": 223 + }, + "0206.U1.036D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-136D, Lager", "arch_name": "-136D@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62997", - "roomcode": "0206.U1.036D", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=70488", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62997, + "usage_id": 30 + }, + "0206.U1.036E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-136E, Lastenaufzug", "arch_name": "-136E@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70488", - "roomcode": "0206.U1.036E", - "usage": 4 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39717", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70488, + "usage_id": 4 + }, + "0206.U1.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-137, Flur", "arch_name": "-137@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39717", - "roomcode": "0206.U1.037", - "usage": 222 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39718", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39717, + "usage_id": 222 + }, + "0206.U1.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-138, Lager mit Hygien. Anforderungen", "arch_name": "-138@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39718", - "roomcode": "0206.U1.038", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39722", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39718, + "usage_id": 30 + }, + "0206.U1.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-139, Lager", "arch_name": "-139@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39722", - "roomcode": "0206.U1.039", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59447", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39722, + "usage_id": 30 + }, + "0206.U1.039A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-139A, Lager", "arch_name": "-139A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59447", - "roomcode": "0206.U1.039A", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59448", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59447, + "usage_id": 30 + }, + "0206.U1.039B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-139B, Lager", "arch_name": "-139B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59448", - "roomcode": "0206.U1.039B", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39725", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59448, + "usage_id": 30 + }, + "0206.U1.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-140, Lager", "arch_name": "-140@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39725", - "roomcode": "0206.U1.040", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39728", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39725, + "usage_id": 30 + }, + "0206.U1.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-141, Lager mit Hygien. Anforderungen", "arch_name": "-141@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39728", - "roomcode": "0206.U1.041", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39731", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39728, + "usage_id": 30 + }, + "0206.U1.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-142, TB-Anlage", "arch_name": "-142@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39731", - "roomcode": "0206.U1.042", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59446", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39731, + "usage_id": 120 + }, + "0206.U1.042A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-142A, TB-Anlage", "arch_name": "-142A@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59446", - "roomcode": "0206.U1.042A", - "usage": 120 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=70485", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59446, + "usage_id": 120 + }, + "0206.U1.042B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-142B, Serverraum", "arch_name": "-142B@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70485", - "roomcode": "0206.U1.042B", - "usage": 207 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=70486", - "alt_name": "-142C, Lager", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70485, + "usage_id": 207 + }, + "0206.U1.042C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, + "alt_name": "-142C, Lager", "arch_name": "-142C@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70486", - "roomcode": "0206.U1.042C", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39734", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70486, + "usage_id": 30 + }, + "0206.U1.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-143, Lager", "arch_name": "-143@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39734", - "roomcode": "0206.U1.043", - "usage": 30 - }, - { - "address": "Arcisstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=39736", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39734, + "usage_id": 30 + }, + "0206.U1.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "alt_name": "-144, Flur", "arch_name": "-144@0206", - "b_area_id": 26, - "b_filter_id": 573, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39736", - "roomcode": "0206.U1.044", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40773", + "area_id": 26, + "building_id": 573, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39736, + "usage_id": 222 + }, + "0305.01.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1501, Treppenhaus 1", "arch_name": "S1501@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40773", - "roomcode": "0305.01.501", - "usage": 223 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40775", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40773, + "usage_id": 223 + }, + "0305.01.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1503, WC-Damen", "arch_name": "S1503@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40775", - "roomcode": "0305.01.503", - "usage": 116 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68213", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40775, + "usage_id": 116 + }, + "0305.01.503A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1503A, WC-Vorraum Damen", "arch_name": "S1503A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68213", - "roomcode": "0305.01.503A", - "usage": 118 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40783", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68213, + "usage_id": 118 + }, + "0305.01.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1505, WC-Herren", "arch_name": "S1505@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40783", - "roomcode": "0305.01.505", - "usage": 115 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68214", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40783, + "usage_id": 115 + }, + "0305.01.505A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1505A, WC-Vorraum Herren", "arch_name": "S1505A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68214", - "roomcode": "0305.01.505A", - "usage": 118 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40787", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68214, + "usage_id": 118 + }, + "0305.01.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1507, Putzraum", "arch_name": "S1507@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40787", - "roomcode": "0305.01.507", - "usage": 205 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40789", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40787, + "usage_id": 205 + }, + "0305.01.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1508, B\u00fcro", "arch_name": "S1508@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32964&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40789", - "roomcode": "0305.01.508", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40792", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32964, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40789, + "usage_id": 12 + }, + "0305.01.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1509, B\u00fcro", "arch_name": "S1509@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32965&cReadonly=J", - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40792", - "roomcode": "0305.01.509", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40794", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32965, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40792, + "usage_id": 12 + }, + "0305.01.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1510, B\u00fcro", "arch_name": "S1510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32966&cReadonly=J", - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40794", - "roomcode": "0305.01.510", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40796", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32966, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40794, + "usage_id": 12 + }, + "0305.01.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1511, Treppenhaus 2", "arch_name": "S1511@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40796", - "roomcode": "0305.01.511", - "usage": 223 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40856", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40796, + "usage_id": 223 + }, + "0305.01.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1512, Lastenaufzug", "arch_name": "1512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40856", - "roomcode": "0305.01.512", - "usage": 4 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40859", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40856, + "usage_id": 4 + }, + "0305.01.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1513, Flur", "arch_name": "S1513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40859", - "roomcode": "0305.01.513", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40867", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40859, + "usage_id": 222 + }, + "0305.01.513A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1513A, Schacht", "arch_name": "S1513A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40867", - "roomcode": "0305.01.513A", - "usage": 120 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40910", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40867, + "usage_id": 120 + }, + "0305.01.513B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1513B, Schacht", "arch_name": "S1513B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40910", - "roomcode": "0305.01.513B", - "usage": 120 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40912", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40910, + "usage_id": 120 + }, + "0305.01.513C": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1513C, Schacht", "arch_name": "S1513C@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40912", - "roomcode": "0305.01.513C", - "usage": 120 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40913", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40912, + "usage_id": 120 + }, + "0305.01.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1514, B\u00fcro", "arch_name": "S1514@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32967&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40913", - "roomcode": "0305.01.514", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40918", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32967, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40913, + "usage_id": 12 + }, + "0305.01.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1515, B\u00fcro", "arch_name": "S1515@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32968&cReadonly=J", - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40918", - "roomcode": "0305.01.515", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40931", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32968, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40918, + "usage_id": 12 + }, + "0305.01.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1518, B\u00fcro", "arch_name": "S1518@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=19009&cReadonly=J", - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40931", - "roomcode": "0305.01.518", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40982", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 19009, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40931, + "usage_id": 12 + }, + "0305.01.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1519, B\u00fcro", "arch_name": "S1519@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32969&cReadonly=J", - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40982", - "roomcode": "0305.01.519", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40987", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32969, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40982, + "usage_id": 12 + }, + "0305.01.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1520, B\u00fcro", "arch_name": "S1520@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=19011&cReadonly=J", - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40987", - "roomcode": "0305.01.520", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40990", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 19011, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40987, + "usage_id": 12 + }, + "0305.01.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1521, B\u00fcro", "arch_name": "S1521@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=19485&cReadonly=J", - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40990", - "roomcode": "0305.01.521", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41002", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 19485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40990, + "usage_id": 12 + }, + "0305.01.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1522, B\u00fcro", "arch_name": "S1522@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32970&cReadonly=J", - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41002", - "roomcode": "0305.01.522", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=9122", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32970, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41002, + "usage_id": 12 + }, + "0305.01.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1523, B\u00fcro", "arch_name": "S1523@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32971&cReadonly=J", - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9122", - "roomcode": "0305.01.523", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41053", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32971, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9122, + "usage_id": 12 + }, + "0305.01.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1524, B\u00fcro", "arch_name": "S1524@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32972&cReadonly=J", - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41053", - "roomcode": "0305.01.524", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=9126", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32972, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41053, + "usage_id": 12 + }, + "0305.01.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1525, B\u00fcro", "arch_name": "S1525@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32973&cReadonly=J", - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9126", - "roomcode": "0305.01.525", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=9134", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32973, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9126, + "usage_id": 12 + }, + "0305.01.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1528, Besprechungsraum", "arch_name": "S1528@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32974&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9134", - "roomcode": "0305.01.528", - "usage": 196 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41064", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32974, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9134, + "usage_id": 196 + }, + "0305.01.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1529, B\u00fcro", "arch_name": "S1529@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32975&cReadonly=J", - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41064", - "roomcode": "0305.01.529", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41067", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32975, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41064, + "usage_id": 12 + }, + "0305.01.529A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1529A, Lift", "arch_name": "1529A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41067", - "roomcode": "0305.01.529A", - "usage": 4 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68210", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41067, + "usage_id": 4 + }, + "0305.01.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1530, Besprechungsraum", "arch_name": "S1530@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=13968&cRes=32976&cReadonly=J", - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68210", - "roomcode": "0305.01.530", - "usage": 196 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=9140", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32976, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68210, + "usage_id": 196 + }, + "0305.01.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1531, Besprechungsraum", "arch_name": "S1531@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32977&cReadonly=J", - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9140", - "roomcode": "0305.01.531", - "usage": 196 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41135", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32977, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9140, + "usage_id": 196 + }, + "0305.01.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1534, B\u00fcro", "arch_name": "S1534@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32978&cReadonly=J", - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41135", - "roomcode": "0305.01.534", - "usage": 12 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41137", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32978, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41135, + "usage_id": 12 + }, + "0305.01.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1535, Lager", "arch_name": "S1535@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32979&cReadonly=J", - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41137", - "roomcode": "0305.01.535", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41141", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32979, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41137, + "usage_id": 30 + }, + "0305.01.537": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1537, Lager", "arch_name": "S1537@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=47777&cRes=32980&cReadonly=J", - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41141", - "roomcode": "0305.01.537", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41142", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32980, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41141, + "usage_id": 30 + }, + "0305.01.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1538, Lager", "arch_name": "S1538@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=14146&cRes=32981&cReadonly=J", - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41142", - "roomcode": "0305.01.538", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41145", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32981, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41142, + "usage_id": 30 + }, + "0305.01.539": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1539, K\u00fcche", "arch_name": "S1539@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41145", - "roomcode": "0305.01.539", - "usage": 28 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41201", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41145, + "usage_id": 28 + }, + "0305.01.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1543, Beh.-WC", "arch_name": "S1543@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41201", - "roomcode": "0305.01.543", - "usage": 117 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41206", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41201, + "usage_id": 117 + }, + "0305.01.544": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1544, Lager", "arch_name": "S1544@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41206", - "roomcode": "0305.01.544", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41212", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41206, + "usage_id": 30 + }, + "0305.01.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1550, Flur", "arch_name": "S1550@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41212", - "roomcode": "0305.01.550", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41216", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41212, + "usage_id": 222 + }, + "0305.01.551": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S1551, Flur", "arch_name": "S1551@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41216", - "roomcode": "0305.01.551", - "usage": 222 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41219", + "area_id": 25, + "building_id": 574, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41216, + "usage_id": 222 + }, + "0305.02.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2501, Treppenhaus 1", "arch_name": "S2501@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41219", - "roomcode": "0305.02.501", - "usage": 223 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41269", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41219, + "usage_id": 223 + }, + "0305.02.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2503, WC-Damen", "arch_name": "S2503@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41269", - "roomcode": "0305.02.503", - "usage": 116 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=68215", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41269, + "usage_id": 116 + }, + "0305.02.503A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2503A, WC-Vorraum Damen", "arch_name": "S2503A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68215", - "roomcode": "0305.02.503A", - "usage": 118 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41273", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68215, + "usage_id": 118 + }, + "0305.02.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2505, WC-Herren", "arch_name": "S2505@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41273", - "roomcode": "0305.02.505", - "usage": 115 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=68216", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41273, + "usage_id": 115 + }, + "0305.02.505A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2505A, WC-Vorraum Herren", "arch_name": "S2505A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68216", - "roomcode": "0305.02.505A", - "usage": 118 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41278", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68216, + "usage_id": 118 + }, + "0305.02.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2507, Putzraum", "arch_name": "S2507@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41278", - "roomcode": "0305.02.507", - "usage": 205 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41285", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41278, + "usage_id": 205 + }, + "0305.02.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2508, Medienproduktion", "arch_name": "S2508@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41285", - "roomcode": "0305.02.508", - "usage": 133 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41289", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41285, + "usage_id": 133 + }, + "0305.02.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2509, B\u00fcro", "arch_name": "S2509@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25995", - "operator": "[ TUZVR31 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41289", - "roomcode": "0305.02.509", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41347", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25995, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41289, + "usage_id": 12 + }, + "0305.02.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2510, B\u00fcro", "arch_name": "S2510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25995", - "operator": "[ TUZVR31 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41347", - "roomcode": "0305.02.510", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41351", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25995, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41347, + "usage_id": 12 + }, + "0305.02.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2511, Treppenhaus 2", "arch_name": "S2511@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41351", - "roomcode": "0305.02.511", - "usage": 223 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41353", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41351, + "usage_id": 223 + }, + "0305.02.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2512, Lastenaufzug", "arch_name": "2512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41353", - "roomcode": "0305.02.512", - "usage": 4 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41359", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41353, + "usage_id": 4 + }, + "0305.02.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2513, Flur/Vorbereich Lastenaufzug", "arch_name": "S2513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41359", - "roomcode": "0305.02.513", - "usage": 222 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41360", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41359, + "usage_id": 222 + }, + "0305.02.513A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2513A, Schacht", "arch_name": "S2513A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41360", - "roomcode": "0305.02.513A", - "usage": 120 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41363", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41360, + "usage_id": 120 + }, + "0305.02.513B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2513B, Schacht", "arch_name": "S2513B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41363", - "roomcode": "0305.02.513B", - "usage": 120 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41436", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41363, + "usage_id": 120 + }, + "0305.02.513C": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2513C, Schacht", "arch_name": "S2513C@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41436", - "roomcode": "0305.02.513C", - "usage": 120 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9274", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41436, + "usage_id": 120 + }, + "0305.02.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2514, B\u00fcro", "arch_name": "S2514@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9274", - "roomcode": "0305.02.514", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41573", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9274, + "usage_id": 12 + }, + "0305.02.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2515, B\u00fcro", "arch_name": "S2515@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41573", - "roomcode": "0305.02.515", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41579", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41573, + "usage_id": 12 + }, + "0305.02.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2516, B\u00fcro", "arch_name": "S2516@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41579", - "roomcode": "0305.02.516", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41582", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41579, + "usage_id": 12 + }, + "0305.02.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2517, B\u00fcro", "arch_name": "S2517@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41582", - "roomcode": "0305.02.517", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9296", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41582, + "usage_id": 12 + }, + "0305.02.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2518, B\u00fcro", "arch_name": "S2518@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9296", - "roomcode": "0305.02.518", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41589", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9296, + "usage_id": 12 + }, + "0305.02.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2519, B\u00fcro", "arch_name": "S2519@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41589", - "roomcode": "0305.02.519", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41593", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41589, + "usage_id": 12 + }, + "0305.02.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2520, Seminarraum", "arch_name": "S2520@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=18691&cReadonly=J", - "extended": { - "additional_description": "S2520, Seminarraum", - "address": "Barerstr. 21(0305), 2.Obergescho\u00df", - "architect_room_nr": "S2520@0305", - "area_m2": 30.29, - "building": "0305 (S\u00fcdost 5) Block D (ehem. LRZ)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "520", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41593", - "roomcode": "0305.02.520", - "usage": 41 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41652", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 18691, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41593, + "usage_id": 41 + }, + "0305.02.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2521, B\u00fcro", "arch_name": "S2521@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15371", - "operator": "[ TUEILUT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41652", - "roomcode": "0305.02.521", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41657", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15371, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41652, + "usage_id": 12 + }, + "0305.02.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2522, B\u00fcro", "arch_name": "S2522@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41657", - "roomcode": "0305.02.522", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41663", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41657, + "usage_id": 12 + }, + "0305.02.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2523, B\u00fcro", "arch_name": "S2523@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41663", - "roomcode": "0305.02.523", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41667", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41663, + "usage_id": 12 + }, + "0305.02.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2524, B\u00fcro", "arch_name": "S2524@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41667", - "roomcode": "0305.02.524", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41672", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41667, + "usage_id": 12 + }, + "0305.02.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2525, B\u00fcro", "arch_name": "S2525@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41672", - "roomcode": "0305.02.525", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41676", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41672, + "usage_id": 12 + }, + "0305.02.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2526, B\u00fcro", "arch_name": "S2526@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41676", - "roomcode": "0305.02.526", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41745", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41676, + "usage_id": 12 + }, + "0305.02.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2527, B\u00fcro", "arch_name": "S2527@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41745", - "roomcode": "0305.02.527", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41750", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41745, + "usage_id": 12 + }, + "0305.02.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2528, B\u00fcro", "arch_name": "S2528@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41750", - "roomcode": "0305.02.528", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41756", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41750, + "usage_id": 12 + }, + "0305.02.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2529, B\u00fcro", "arch_name": "S2529@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41756", - "roomcode": "0305.02.529", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41762", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41756, + "usage_id": 12 + }, + "0305.02.529A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2529A, Aufzug", "arch_name": "2529A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41762", - "roomcode": "0305.02.529A", - "usage": 4 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41820", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41762, + "usage_id": 4 + }, + "0305.02.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2531, B\u00fcro", "arch_name": "S2531@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41820", - "roomcode": "0305.02.531", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41826", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41820, + "usage_id": 12 + }, + "0305.02.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2532, B\u00fcro", "arch_name": "S2532@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41826", - "roomcode": "0305.02.532", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41832", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41826, + "usage_id": 12 + }, + "0305.02.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2533, B\u00fcro", "arch_name": "S2533@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41832", - "roomcode": "0305.02.533", - "usage": 12 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41837", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41832, + "usage_id": 12 + }, + "0305.02.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2534, Seminarraum", "arch_name": "S2534@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19671&cRes=21686&cReadonly=J", - "extended": { - "additional_description": "S2534, Seminarraum", - "address": "Barerstr. 21(0305), 2.Obergescho\u00df", - "architect_room_nr": "S2534@0305", - "area_m2": 61.77, - "building": "0305 (S\u00fcdost 5) Block D (ehem. LRZ)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "534", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41837", - "roomcode": "0305.02.534", - "usage": 41 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41843", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 21686, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41837, + "usage_id": 41 + }, + "0305.02.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2535, Lager", "arch_name": "S2535@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=30374", - "operator": "[ TUVBFBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41843", - "roomcode": "0305.02.535", - "usage": 30 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41913", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30374, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41843, + "usage_id": 30 + }, + "0305.02.536": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2536, Lager", "arch_name": "S2536@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41913", - "roomcode": "0305.02.536", - "usage": 30 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41918", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14146, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41913, + "usage_id": 30 + }, + "0305.02.537": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2537, Postzimmer", "arch_name": "S2537@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41918", - "roomcode": "0305.02.537", - "usage": 180 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41925", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41918, + "usage_id": 180 + }, + "0305.02.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2538, Putzraum", "arch_name": "S2538@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41925", - "roomcode": "0305.02.538", - "usage": 205 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40799", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41925, + "usage_id": 205 + }, + "0305.02.539": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2539, K\u00fcche", "arch_name": "S2539@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40799", - "roomcode": "0305.02.539", - "usage": 28 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40804", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40799, + "usage_id": 28 + }, + "0305.02.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2543, Lager/Technik", "arch_name": "S2543@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40804", - "roomcode": "0305.02.543", - "usage": 30 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40810", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40804, + "usage_id": 30 + }, + "0305.02.544": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2544, Lager", "arch_name": "S2544@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40810", - "roomcode": "0305.02.544", - "usage": 30 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40813", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40810, + "usage_id": 30 + }, + "0305.02.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2550, Flur 1 Nord", "arch_name": "S2550@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40813", - "roomcode": "0305.02.550", - "usage": 222 - }, - { - "address": "Barerstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40817", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40813, + "usage_id": 222 + }, + "0305.02.551": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S2551, Flur 2 S\u00fcd", "arch_name": "S2551@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40817", - "roomcode": "0305.02.551", - "usage": 222 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40821", + "area_id": 25, + "building_id": 574, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40817, + "usage_id": 222 + }, + "0305.03.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3501, Treppenhaus 2", "arch_name": "S3501@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40821", - "roomcode": "0305.03.501", - "usage": 223 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40871", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40821, + "usage_id": 223 + }, + "0305.03.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3503, WC-Damen", "arch_name": "S3503@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40871", - "roomcode": "0305.03.503", - "usage": 116 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=68217", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40871, + "usage_id": 116 + }, + "0305.03.503A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3503A, WC-Vorraum Damen", "arch_name": "S3503A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68217", - "roomcode": "0305.03.503A", - "usage": 118 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40875", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68217, + "usage_id": 118 + }, + "0305.03.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3505, WC-Herren", "arch_name": "S3505@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40875", - "roomcode": "0305.03.505", - "usage": 115 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=68218", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40875, + "usage_id": 115 + }, + "0305.03.505A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3505A, WC-Vorraum Herren", "arch_name": "S3505A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68218", - "roomcode": "0305.03.505A", - "usage": 118 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40878", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68218, + "usage_id": 118 + }, + "0305.03.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3507, Putzraum", "arch_name": "S3507@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40878", - "roomcode": "0305.03.507", - "usage": 205 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8967", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40878, + "usage_id": 205 + }, + "0305.03.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3508, B\u00fcro", "arch_name": "S3508@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=31436", - "operator": "[ TUVBPRM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8967", - "roomcode": "0305.03.508", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8968", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8967, + "usage_id": 12 + }, + "0305.03.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3509, B\u00fcro", "arch_name": "S3509@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=31436", - "operator": "[ TUVBPRM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8968", - "roomcode": "0305.03.509", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8970", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8968, + "usage_id": 12 + }, + "0305.03.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3510, B\u00fcro", "arch_name": "S3510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=31436", - "operator": "[ TUVBPRM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8970", - "roomcode": "0305.03.510", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40935", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8970, + "usage_id": 12 + }, + "0305.03.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3511, Treppenhaus 3", "arch_name": "S3511@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40935", - "roomcode": "0305.03.511", - "usage": 223 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40937", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40935, + "usage_id": 223 + }, + "0305.03.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3512, Lastenaufzug", "arch_name": "3512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40937", - "roomcode": "0305.03.512", - "usage": 4 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=58798", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40937, + "usage_id": 4 + }, + "0305.03.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3513, Lager/Flur", "arch_name": "S3513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58798", - "roomcode": "0305.03.513", - "usage": 30 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40940", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58798, + "usage_id": 30 + }, + "0305.03.513A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3513A, Schacht", "arch_name": "S3513A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40940", - "roomcode": "0305.03.513A", - "usage": 120 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40942", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40940, + "usage_id": 120 + }, + "0305.03.513B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3513B, Schacht", "arch_name": "S3513B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40942", - "roomcode": "0305.03.513B", - "usage": 120 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40946", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40942, + "usage_id": 120 + }, + "0305.03.513C": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3513C, Schacht", "arch_name": "S3513C@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40946", - "roomcode": "0305.03.513C", - "usage": 120 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8999", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40946, + "usage_id": 120 + }, + "0305.03.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3514, B\u00fcro", "arch_name": "S3514@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=47957", - "operator": "[ TUZVSCH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8999", - "roomcode": "0305.03.514", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9002", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8999, + "usage_id": 12 + }, + "0305.03.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3516, B\u00fcro", "arch_name": "S3516@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=47957", - "operator": "[ TUZVSCH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9002", - "roomcode": "0305.03.516", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41010", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9002, + "usage_id": 12 + }, + "0305.03.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3518, B\u00fcro", "arch_name": "S3518@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=47957", - "operator": "[ TUZVSCH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41010", - "roomcode": "0305.03.518", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9022", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41010, + "usage_id": 12 + }, + "0305.03.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3519, B\u00fcro", "arch_name": "S3519@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=47957", - "operator": "[ TUZVSCH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9022", - "roomcode": "0305.03.519", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9024", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9022, + "usage_id": 12 + }, + "0305.03.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3520, B\u00fcro", "arch_name": "S3520@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=31435", - "operator": "[ TUVBPRA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9024", - "roomcode": "0305.03.520", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9026", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9024, + "usage_id": 12 + }, + "0305.03.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3521, B\u00fcro", "arch_name": "S3521@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=31435", - "operator": "[ TUVBPRA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9026", - "roomcode": "0305.03.521", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9029", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9026, + "usage_id": 12 + }, + "0305.03.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3522, B\u00fcro", "arch_name": "S3522@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=31435", - "operator": "[ TUVBPRA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9029", - "roomcode": "0305.03.522", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41076", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9029, + "usage_id": 12 + }, + "0305.03.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3523, B\u00fcro", "arch_name": "S3523@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=30305", - "operator": "[ TUVBPSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41076", - "roomcode": "0305.03.523", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41079", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41076, + "usage_id": 12 + }, + "0305.03.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3524, B\u00fcro", "arch_name": "S3524@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=31363", - "operator": "[ TUZEBFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41079", - "roomcode": "0305.03.524", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41087", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31363, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41079, + "usage_id": 12 + }, + "0305.03.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3525, B\u00fcro", "arch_name": "S3525@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=31363", - "operator": "[ TUZEBFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41087", - "roomcode": "0305.03.525", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41089", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31363, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41087, + "usage_id": 12 + }, + "0305.03.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3526, B\u00fcro", "arch_name": "S3526@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=31363", - "operator": "[ TUZEBFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41089", - "roomcode": "0305.03.526", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41094", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31363, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41089, + "usage_id": 12 + }, + "0305.03.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3527, B\u00fcro", "arch_name": "S3527@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=31363", - "operator": "[ TUZEBFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41094", - "roomcode": "0305.03.527", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41150", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31363, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41094, + "usage_id": 12 + }, + "0305.03.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3528, Treppenhaus 1", "arch_name": "S3528@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41150", - "roomcode": "0305.03.528", - "usage": 223 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41153", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41150, + "usage_id": 223 + }, + "0305.03.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3529, B\u00fcro", "arch_name": "S3529@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41153", - "roomcode": "0305.03.529", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41157", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41153, + "usage_id": 12 + }, + "0305.03.529A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3529A, Aufzug", "arch_name": "3529A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41157", - "roomcode": "0305.03.529A", - "usage": 4 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41162", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41157, + "usage_id": 4 + }, + "0305.03.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3530, B\u00fcro", "arch_name": "S3530@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41162", - "roomcode": "0305.03.530", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41167", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41162, + "usage_id": 12 + }, + "0305.03.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3531, B\u00fcro", "arch_name": "S3531@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=31363", - "operator": "[ TUZEBFZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41167", - "roomcode": "0305.03.531", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41170", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31363, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41167, + "usage_id": 12 + }, + "0305.03.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3532, Sitzungssaal", "arch_name": "S3532@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=31436&cRes=24415&cReadonly=J", - "list_index": "174", - "op_link": "webnav.navigate_to?corg=31436", - "operator": "[ TUVBPRM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41170", - "roomcode": "0305.03.532", - "usage": 196 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41225", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 24415, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41170, + "usage_id": 196 + }, + "0305.03.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3533, Besprechungsraum", "arch_name": "S3533@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=31436", - "operator": "[ TUVBPRM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41225", - "roomcode": "0305.03.533", - "usage": 196 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9160", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41225, + "usage_id": 196 + }, + "0305.03.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3534, B\u00fcro", "arch_name": "S3534@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=31436", - "operator": "[ TUVBPRM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9160", - "roomcode": "0305.03.534", - "usage": 12 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41232", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9160, + "usage_id": 12 + }, + "0305.03.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3535, Klimatechnik", "arch_name": "S3535@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41232", - "roomcode": "0305.03.535", - "usage": 32 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41234", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41232, + "usage_id": 32 + }, + "0305.03.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3543, Technik", "arch_name": "3543@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41234", - "roomcode": "0305.03.543", - "usage": 160 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41239", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41234, + "usage_id": 160 + }, + "0305.03.544": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3544, K\u00fcche", "arch_name": "S3544@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41239", - "roomcode": "0305.03.544", - "usage": 28 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41294", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41239, + "usage_id": 28 + }, + "0305.03.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3550, Flur 1 Nord", "arch_name": "S3550@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41294", - "roomcode": "0305.03.550", - "usage": 222 - }, - { - "address": "Barerstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41303", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41294, + "usage_id": 222 + }, + "0305.03.552": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S3552, Flur 3 S\u00fcd", "arch_name": "S3552@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41303", - "roomcode": "0305.03.552", - "usage": 222 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71015", + "area_id": 25, + "building_id": 574, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41303, + "usage_id": 222 + }, + "0305.04.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4501, B\u00fcro", "arch_name": "S4501@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71015", - "roomcode": "0305.04.501", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71016", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71015, + "usage_id": 12 + }, + "0305.04.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4502, B\u00fcro", "arch_name": "S4502@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71016", - "roomcode": "0305.04.502", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71025", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71016, + "usage_id": 12 + }, + "0305.04.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4503, Prof.-B\u00fcro", "arch_name": "S4503@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71025", - "roomcode": "0305.04.503", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71017", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71025, + "usage_id": 12 + }, + "0305.04.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4504, Sekretariat", "arch_name": "S4504@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71017", - "roomcode": "0305.04.504", - "usage": 40 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71018", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71017, + "usage_id": 40 + }, + "0305.04.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4505, B\u00fcro", "arch_name": "S4505@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71018", - "roomcode": "0305.04.505", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71019", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71018, + "usage_id": 12 + }, + "0305.04.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4506, B\u00fcro", "arch_name": "S4506@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71019", - "roomcode": "0305.04.506", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71020", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71019, + "usage_id": 12 + }, + "0305.04.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4507, B\u00fcro", "arch_name": "S4507@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71020", - "roomcode": "0305.04.507", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=32560", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71020, + "usage_id": 12 + }, + "0305.04.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4508, B\u00fcro", "arch_name": "S4508@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32560", - "roomcode": "0305.04.508", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41365", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32560, + "usage_id": 12 + }, + "0305.04.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4509, B\u00fcro", "arch_name": "S4509@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41365", - "roomcode": "0305.04.509", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41370", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41365, + "usage_id": 12 + }, + "0305.04.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4510, Besprechung", "arch_name": "S4510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41370", - "roomcode": "0305.04.510", - "usage": 196 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41371", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41370, + "usage_id": 196 + }, + "0305.04.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4511, Labor", "arch_name": "S4511@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41371", - "roomcode": "0305.04.511", - "usage": 103 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41375", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41371, + "usage_id": 103 + }, + "0305.04.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4512, EDV/LRZ", "arch_name": "S4512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41375", - "roomcode": "0305.04.512", - "usage": 207 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9202", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41375, + "usage_id": 207 + }, + "0305.04.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4513, Vorraum Lastenaufzug", "arch_name": "S4513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9202", - "roomcode": "0305.04.513", - "usage": 222 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41455", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9202, + "usage_id": 222 + }, + "0305.04.513A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4513A, Lastenaufzug", "arch_name": "S4513A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41455", - "roomcode": "0305.04.513A", - "usage": 4 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9204", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41455, + "usage_id": 4 + }, + "0305.04.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4514, Treppenhaus", "arch_name": "S4514@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9204", - "roomcode": "0305.04.514", - "usage": 223 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9226", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9204, + "usage_id": 223 + }, + "0305.04.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4515, Flur", "arch_name": "S4515@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9226", - "roomcode": "0305.04.515", - "usage": 222 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9228", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9226, + "usage_id": 222 + }, + "0305.04.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4516, K\u00fcche", "arch_name": "S4516@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9228", - "roomcode": "0305.04.516", - "usage": 28 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9230", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9228, + "usage_id": 28 + }, + "0305.04.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4517, Aufenthaltsraum", "arch_name": "S4517@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9230", - "roomcode": "0305.04.517", - "usage": 44 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9231", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9230, + "usage_id": 44 + }, + "0305.04.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4518, Werkstatt", "arch_name": "S4518@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9231", - "roomcode": "0305.04.518", - "usage": 51 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9233", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9231, + "usage_id": 51 + }, + "0305.04.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4519, B\u00fcro", "arch_name": "S4519@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9233", - "roomcode": "0305.04.519", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9253", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9233, + "usage_id": 12 + }, + "0305.04.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4520, B\u00fcro", "arch_name": "S4520@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9253", - "roomcode": "0305.04.520", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9255", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9253, + "usage_id": 12 + }, + "0305.04.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4521, B\u00fcro", "arch_name": "S4521@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9255", - "roomcode": "0305.04.521", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9256", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9255, + "usage_id": 12 + }, + "0305.04.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4522, B\u00fcro", "arch_name": "S4522@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9256", - "roomcode": "0305.04.522", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9257", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9256, + "usage_id": 12 + }, + "0305.04.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4523, Seminarraum", "arch_name": "S4523@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=24472&cRes=32332&cReadonly=J", - "extended": { - "additional_description": "S4523, Seminarraum", - "address": "Barerstr. 21(0305), 4.Obergescho\u00df", - "architect_room_nr": "S4523@0305", - "area_m2": 39.31, - "building": "0305 (S\u00fcdost 5) Block D (ehem. LRZ)", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "523", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9257", - "roomcode": "0305.04.523", - "usage": 41 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9259", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32332, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9257, + "usage_id": 41 + }, + "0305.04.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4524, Flur", "arch_name": "S4524@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9259", - "roomcode": "0305.04.524", - "usage": 222 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9261", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9259, + "usage_id": 222 + }, + "0305.04.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4525, Treppe", "arch_name": "S4525@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9261", - "roomcode": "0305.04.525", - "usage": 223 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41604", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9261, + "usage_id": 223 + }, + "0305.04.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4526, Aufzug", "arch_name": "S4526@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41604", - "roomcode": "0305.04.526", - "usage": 4 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41607", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41604, + "usage_id": 4 + }, + "0305.04.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4527, Treppenhaus", "arch_name": "S4527@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41607", - "roomcode": "0305.04.527", - "usage": 223 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71028", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41607, + "usage_id": 223 + }, + "0305.04.528B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4528B, Flur", "arch_name": "S4528B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71028", - "roomcode": "0305.04.528B", - "usage": 222 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71026", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71028, + "usage_id": 222 + }, + "0305.04.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4529, WC-Vorraum Herren", "arch_name": "S4529@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71026", - "roomcode": "0305.04.529", - "usage": 118 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41684", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71026, + "usage_id": 118 + }, + "0305.04.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4530, WC-Herren", "arch_name": "S4530@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41684", - "roomcode": "0305.04.530", - "usage": 115 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41687", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41684, + "usage_id": 115 + }, + "0305.04.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4531, WC-Damen", "arch_name": "S4531@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41687", - "roomcode": "0305.04.531", - "usage": 116 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41689", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41687, + "usage_id": 116 + }, + "0305.04.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4532, Roboterhalle", "arch_name": "S4532@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41689", - "roomcode": "0305.04.532", - "usage": 49 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9307", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41689, + "usage_id": 49 + }, + "0305.04.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4533, Lager", "arch_name": "S4533@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=24472&cRes=18733&cReadonly=J", - "list_index": "216", - "op_link": "webnav.navigate_to?corg=24472", - "operator": "[ TUEIITR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9307", - "roomcode": "0305.04.533", - "usage": 30 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=68227", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 18733, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 24472, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9307, + "usage_id": 30 + }, + "0305.04.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4534, B\u00fcro", "arch_name": "S4534@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68227", - "roomcode": "0305.04.534", - "usage": 12 - }, - { - "address": "Barerstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=71027", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68227, + "usage_id": 12 + }, + "0305.04.S28A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S4528A, Flur", "arch_name": "S4528A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71027", - "roomcode": "0305.04.S28A", - "usage": 222 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41775", + "area_id": 25, + "building_id": 574, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71027, + "usage_id": 222 + }, + "0305.DG.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5501, Maschinenraum", "arch_name": "S5501@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41775", - "roomcode": "0305.DG.501", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41844", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41775, + "usage_id": 120 + }, + "0305.DG.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5502, Treppenhaus 1", "arch_name": "S5502@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41844", - "roomcode": "0305.DG.502", - "usage": 223 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41859", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41844, + "usage_id": 223 + }, + "0305.DG.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5506, Technik", "arch_name": "S5506@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41859", - "roomcode": "0305.DG.506", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41928", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41859, + "usage_id": 120 + }, + "0305.DG.506A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5506A, Installation/Kriechgang", "arch_name": "S5506A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41928", - "roomcode": "0305.DG.506A", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41933", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41928, + "usage_id": 120 + }, + "0305.DG.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5509, Technik", "arch_name": "S5509@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41933", - "roomcode": "0305.DG.509", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41935", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41933, + "usage_id": 120 + }, + "0305.DG.509A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5509A, Installation/Kriechgang", "arch_name": "S5509A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41935", - "roomcode": "0305.DG.509A", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41938", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41935, + "usage_id": 120 + }, + "0305.DG.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5510, Technik", "arch_name": "S5510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41938", - "roomcode": "0305.DG.510", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=41941", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41938, + "usage_id": 120 + }, + "0305.DG.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5512, Flur", "arch_name": "S5512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41941", - "roomcode": "0305.DG.512", - "usage": 222 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=40730", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41941, + "usage_id": 222 + }, + "0305.DG.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5513, Technik", "arch_name": "S5513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40730", - "roomcode": "0305.DG.513", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=40734", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40730, + "usage_id": 120 + }, + "0305.DG.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5514, Dachtechnik", "arch_name": "S5514@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40734", - "roomcode": "0305.DG.514", - "usage": 120 - }, - { - "address": "Barerstr. 21, DG", - "address_link": "ris.einzelraum?raumkey=40736", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40734, + "usage_id": 120 + }, + "0305.DG.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S5515, Dachterasse", "arch_name": "S5515@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40736", - "roomcode": "0305.DG.515", - "usage": 219 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41647", + "area_id": 25, + "building_id": 574, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40736, + "usage_id": 219 + }, + "0305.EG.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0501, Treppenhaus 2", "arch_name": "S0501@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41647", - "roomcode": "0305.EG.501", - "usage": 223 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41650", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41647, + "usage_id": 223 + }, + "0305.EG.501A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0501A, Lager", "arch_name": "S0501A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41650", - "roomcode": "0305.EG.501A", - "usage": 30 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41713", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41650, + "usage_id": 30 + }, + "0305.EG.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0502, Foyer", "arch_name": "S0502@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41713", - "roomcode": "0305.EG.502", - "usage": 222 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41716", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41713, + "usage_id": 222 + }, + "0305.EG.502A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0502A, Windfang", "arch_name": "S0502A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41716", - "roomcode": "0305.EG.502A", - "usage": 52 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41720", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41716, + "usage_id": 52 + }, + "0305.EG.502B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0502B, Windfang", "arch_name": "S0502B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41720", - "roomcode": "0305.EG.502B", - "usage": 52 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41721", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41720, + "usage_id": 52 + }, + "0305.EG.502C": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0502C, Foyer Empfang", "arch_name": "S0502C@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32952&cReadonly=J", - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41721", - "roomcode": "0305.EG.502C", - "usage": 222 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41723", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32952, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41721, + "usage_id": 222 + }, + "0305.EG.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0503, WC-Damen", "arch_name": "S0503@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41723", - "roomcode": "0305.EG.503", - "usage": 116 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41724", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41723, + "usage_id": 116 + }, + "0305.EG.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0505, WC-Herren", "arch_name": "S0505@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41724", - "roomcode": "0305.EG.505", - "usage": 115 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=68226", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41724, + "usage_id": 115 + }, + "0305.EG.505A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0505A, WC-Vorraum Herren", "arch_name": "S0505A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68226", - "roomcode": "0305.EG.505A", - "usage": 118 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41728", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68226, + "usage_id": 118 + }, + "0305.EG.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0507, Putzraum", "arch_name": "S0507@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41728", - "roomcode": "0305.EG.507", - "usage": 205 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=59827", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41728, + "usage_id": 205 + }, + "0305.EG.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0510, Lager", "arch_name": "S0510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32953&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59827", - "roomcode": "0305.EG.510", - "usage": 30 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41730", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32953, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59827, + "usage_id": 30 + }, + "0305.EG.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0511, Treppenhaus 3", "arch_name": "S0511@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41730", - "roomcode": "0305.EG.511", - "usage": 223 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41733", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41730, + "usage_id": 223 + }, + "0305.EG.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0512, Lastenaufzug", "arch_name": "S0512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41733", - "roomcode": "0305.EG.512", - "usage": 4 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41734", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41733, + "usage_id": 4 + }, + "0305.EG.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0513, Flur", "arch_name": "S0513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41734", - "roomcode": "0305.EG.513", - "usage": 222 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41735", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41734, + "usage_id": 222 + }, + "0305.EG.513A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0513A, Schacht", "arch_name": "S0513A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41735", - "roomcode": "0305.EG.513A", - "usage": 120 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41737", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41735, + "usage_id": 120 + }, + "0305.EG.513B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0513B, Schacht", "arch_name": "S0513B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41737", - "roomcode": "0305.EG.513B", - "usage": 120 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41811", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41737, + "usage_id": 120 + }, + "0305.EG.513C": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0513C, Schacht", "arch_name": "S0513C@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41811", - "roomcode": "0305.EG.513C", - "usage": 120 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41813", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41811, + "usage_id": 120 + }, + "0305.EG.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0515, Videostudio Regie", "arch_name": "S0515@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32954&cReadonly=J", - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41813", - "roomcode": "0305.EG.515", - "usage": 153 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41814", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32954, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41813, + "usage_id": 153 + }, + "0305.EG.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0518, Videostudio", "arch_name": "S0518@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32955&cReadonly=J", - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41814", - "roomcode": "0305.EG.518", - "usage": 23 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41817", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32955, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41814, + "usage_id": 23 + }, + "0305.EG.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0519, Lager", "arch_name": "S0519@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32956&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41817", - "roomcode": "0305.EG.519", - "usage": 30 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=19669", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32956, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41817, + "usage_id": 30 + }, + "0305.EG.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0520, Aufnahmekabine", "arch_name": "S0520@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32957&cReadonly=J", - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19669", - "roomcode": "0305.EG.520", - "usage": 153 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41887", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32957, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19669, + "usage_id": 153 + }, + "0305.EG.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0521, Flur", "arch_name": "S0521@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41887", - "roomcode": "0305.EG.521", - "usage": 222 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41893", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41887, + "usage_id": 222 + }, + "0305.EG.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0522, K\u00fcche", "arch_name": "S0522@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32959&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41893", - "roomcode": "0305.EG.522", - "usage": 28 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8972", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32959, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41893, + "usage_id": 28 + }, + "0305.EG.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0524, B\u00fcro", "arch_name": "S0524@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32960&cReadonly=J", - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8972", - "roomcode": "0305.EG.524", - "usage": 12 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8977", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32960, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8972, + "usage_id": 12 + }, + "0305.EG.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0525, Seminarraum", "arch_name": "S0525@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32961&cReadonly=J", - "extended": { - "additional_description": "S0525, Seminarraum", - "address": "Barerstr. 21(0305), Erdgescho\u00df", - "architect_room_nr": "S0525@0305", - "area_m2": 93.1, - "building": "0305 (S\u00fcdost 5) Block D (ehem. LRZ)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "525", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8977", - "roomcode": "0305.EG.525", - "usage": 41 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=13766", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32961, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8977, + "usage_id": 41 + }, + "0305.EG.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0527, Seminarraum", "arch_name": "S0527@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32962&cReadonly=J", - "extended": { - "additional_description": "S0527, Seminarraum", - "address": "Barerstr. 21(0305), Erdgescho\u00df", - "architect_room_nr": "S0527@0305", - "area_m2": 41.42, - "building": "0305 (S\u00fcdost 5) Block D (ehem. LRZ)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "527", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13766", - "roomcode": "0305.EG.527", - "usage": 41 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=13769", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32962, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13766, + "usage_id": 41 + }, + "0305.EG.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0528, Besprechungsraum", "arch_name": "S0528@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=25894&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13769", - "roomcode": "0305.EG.528", - "usage": 196 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=68223", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 25894, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13769, + "usage_id": 196 + }, + "0305.EG.529A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0529, Seminarraum", "arch_name": "S0529@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=32963&cReadonly=J", - "extended": { - "additional_description": "S0529, Seminarraum", - "address": "Barerstr. 21(0305), Erdgescho\u00df", - "architect_room_nr": "S0529@0305", - "area_m2": 35.96, - "building": "0305 (S\u00fcdost 5) Block D (ehem. LRZ)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "529A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68223", - "roomcode": "0305.EG.529A", - "usage": 41 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41900", + "area_id": 25, + "building_id": 574, + "calendar_resource_nr": 32963, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68223, + "usage_id": 41 + }, + "0305.EG.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0531, Treppenhaus 1", "arch_name": "S0531@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41900", - "roomcode": "0305.EG.531", - "usage": 223 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41902", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41900, + "usage_id": 223 + }, + "0305.EG.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0532, Poststelle", "arch_name": "S0532@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=37984", - "operator": "[ TUZV44M ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41902", - "roomcode": "0305.EG.532", - "usage": 180 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40766", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37984, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41902, + "usage_id": 180 + }, + "0305.EG.532A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0532A, Aufzug", "arch_name": "S0532A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40766", - "roomcode": "0305.EG.532A", - "usage": 4 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40769", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40766, + "usage_id": 4 + }, + "0305.EG.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0550, Flur", "arch_name": "S0550@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40769", - "roomcode": "0305.EG.550", - "usage": 222 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40770", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40769, + "usage_id": 222 + }, + "0305.EG.551": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0551, Flur Schleuse", "arch_name": "S0551@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40770", - "roomcode": "0305.EG.551", - "usage": 105 - }, - { - "address": "Barerstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=68225", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40770, + "usage_id": 105 + }, + "0305.EG.552": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S0552, Flur", "arch_name": "S0552@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68225", - "roomcode": "0305.EG.552", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41410", + "area_id": 25, + "building_id": 574, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68225, + "usage_id": 222 + }, + "0305.U1.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1503, Lastenaufzug", "arch_name": "S-1503@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41410", - "roomcode": "0305.U1.503", - "usage": 4 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41412", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41410, + "usage_id": 4 + }, + "0305.U1.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1504, Treppenhaus 2", "arch_name": "S-1504@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41412", - "roomcode": "0305.U1.504", - "usage": 223 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41417", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41412, + "usage_id": 223 + }, + "0305.U1.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1505, Flur", "arch_name": "S-1505@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41417", - "roomcode": "0305.U1.505", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41419", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41417, + "usage_id": 222 + }, + "0305.U1.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1506, Lager", "arch_name": "S-1506@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41419", - "roomcode": "0305.U1.506", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41421", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41419, + "usage_id": 30 + }, + "0305.U1.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1507, Flur", "arch_name": "S-1507@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41421", - "roomcode": "0305.U1.507", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41424", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41421, + "usage_id": 222 + }, + "0305.U1.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1508, Flur", "arch_name": "S-1508@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41424", - "roomcode": "0305.U1.508", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41426", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41424, + "usage_id": 222 + }, + "0305.U1.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1509, Lager", "arch_name": "S-1509@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41426", - "roomcode": "0305.U1.509", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41428", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41426, + "usage_id": 30 + }, + "0305.U1.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1510, Technik", "arch_name": "S-1510@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41428", - "roomcode": "0305.U1.510", - "usage": 120 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41430", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41428, + "usage_id": 120 + }, + "0305.U1.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1511, Gang", "arch_name": "S-1511@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41430", - "roomcode": "0305.U1.511", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41432", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41430, + "usage_id": 222 + }, + "0305.U1.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1512, Lager", "arch_name": "S-1512@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41432", - "roomcode": "0305.U1.512", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41480", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41432, + "usage_id": 30 + }, + "0305.U1.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1513, Lager", "arch_name": "S-1513@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41480", - "roomcode": "0305.U1.513", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41484", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41480, + "usage_id": 30 + }, + "0305.U1.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1514, Alte K\u00e4ltezentrale", "arch_name": "S-1514@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41484", - "roomcode": "0305.U1.514", - "usage": 120 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41489", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41484, + "usage_id": 120 + }, + "0305.U1.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1515, Sanit\u00e4r", "arch_name": "S-1515@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41489", - "roomcode": "0305.U1.515", - "usage": 37 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41566", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41489, + "usage_id": 37 + }, + "0305.U1.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1521, Lager", "arch_name": "S-1521@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41566", - "roomcode": "0305.U1.521", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41569", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41566, + "usage_id": 30 + }, + "0305.U1.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1522, Lager", "arch_name": "S-1522@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41569", - "roomcode": "0305.U1.522", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41571", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41569, + "usage_id": 30 + }, + "0305.U1.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1523, Gitterbox", "arch_name": "S-1523@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41571", - "roomcode": "0305.U1.523", - "usage": 30 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41632", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41571, + "usage_id": 30 + }, + "0305.U1.560": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1560, Treppenhaus", "arch_name": "S-1560@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41632", - "roomcode": "0305.U1.560", - "usage": 223 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41636", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41632, + "usage_id": 223 + }, + "0305.U1.568": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1568, Flur", "arch_name": "S-1568@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41636", - "roomcode": "0305.U1.568", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41638", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41636, + "usage_id": 222 + }, + "0305.U1.568A": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1568A, Flur", "arch_name": "S-1568A@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41638", - "roomcode": "0305.U1.568A", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41644", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41638, + "usage_id": 222 + }, + "0305.U1.568B": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1568B, Aufzug", "arch_name": "S-1568B@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41644", - "roomcode": "0305.U1.568B", - "usage": 4 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72810", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41644, + "usage_id": 4 + }, + "0305.U1.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1580, Verkehrsfl.", "arch_name": "S-1580@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72810", - "roomcode": "0305.U1.580", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72811", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72810, + "usage_id": 222 + }, + "0305.U1.581": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-1581, Tierfgarage Verkehrsfl\u00e4chen", "arch_name": "S-1581@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72811", - "roomcode": "0305.U1.581", - "usage": 222 - }, - { - "address": "Barerstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=68231", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72811, + "usage_id": 222 + }, + "0305.U1.852": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "alt_name": "S-5182, Tiefgarage Verkehrsfl\u00e4chen", "arch_name": "S-5182@0305", - "b_area_id": 25, - "b_filter_id": 574, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68231", - "roomcode": "0305.U1.852", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37537", + "area_id": 25, + "building_id": 574, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68231, + "usage_id": 222 + }, + "0401.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1101, Archiv", "arch_name": "1101@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26050", - "operator": "[ TUZVR40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37537", - "roomcode": "0401.01.101", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=19981", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26050, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37537, + "usage_id": 2 + }, + "0401.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1102, B\u00fcro", "arch_name": "1102@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19981", - "roomcode": "0401.01.102", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7046", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19981, + "usage_id": 12 + }, + "0401.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1103, B\u00fcro", "arch_name": "1103@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7046", - "roomcode": "0401.01.103", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37741", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7046, + "usage_id": 12 + }, + "0401.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1104, Besprechungsraum", "arch_name": "1104@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37741", - "roomcode": "0401.01.104", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37749", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37741, + "usage_id": 196 + }, + "0401.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1105, Teek\u00fcche", "arch_name": "1105@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37749", - "roomcode": "0401.01.105", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7056", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37749, + "usage_id": 198 + }, + "0401.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1106, B\u00fcro", "arch_name": "1106@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7056", - "roomcode": "0401.01.106", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7137", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7056, + "usage_id": 12 + }, + "0401.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1107, B\u00fcro", "arch_name": "1107@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26059", - "operator": "[ TUZVR43 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7137", - "roomcode": "0401.01.107", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7139", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26059, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7137, + "usage_id": 12 + }, + "0401.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1108, B\u00fcro", "arch_name": "1108@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26059", - "operator": "[ TUZVR43 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7139", - "roomcode": "0401.01.108", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7143", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26059, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7139, + "usage_id": 12 + }, + "0401.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1109, B\u00fcro", "arch_name": "1109@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7143", - "roomcode": "0401.01.109", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7146", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7143, + "usage_id": 12 + }, + "0401.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1110, B\u00fcro", "arch_name": "1110@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26050", - "operator": "[ TUZVR40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7146", - "roomcode": "0401.01.110", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7150", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26050, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7146, + "usage_id": 12 + }, + "0401.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1111, B\u00fcro", "arch_name": "1111@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26050", - "operator": "[ TUZVR40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7150", - "roomcode": "0401.01.111", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7152", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26050, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7150, + "usage_id": 12 + }, + "0401.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1112, B\u00fcro/ZV 4-Leitung", "arch_name": "1112@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26050", - "operator": "[ TUZVR40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7152", - "roomcode": "0401.01.112", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37791", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26050, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7152, + "usage_id": 12 + }, + "0401.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1113, B\u00fcro", "arch_name": "1113@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37791", - "roomcode": "0401.01.113", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7156", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37791, + "usage_id": 12 + }, + "0401.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1114, B\u00fcro", "arch_name": "1114@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26059", - "operator": "[ TUZVR43 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7156", - "roomcode": "0401.01.114", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7163", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26059, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7156, + "usage_id": 12 + }, + "0401.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1115, B\u00fcro", "arch_name": "1115@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7163", - "roomcode": "0401.01.115", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7167", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7163, + "usage_id": 12 + }, + "0401.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1116, B\u00fcro", "arch_name": "1116@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7167", - "roomcode": "0401.01.116", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7171", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7167, + "usage_id": 12 + }, + "0401.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1117, B\u00fcro", "arch_name": "1117@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7171", - "roomcode": "0401.01.117", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37812", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7171, + "usage_id": 12 + }, + "0401.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1118, Flur", "arch_name": "1118@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37812", - "roomcode": "0401.01.118", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7176", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37812, + "usage_id": 222 + }, + "0401.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1119, B\u00fcro", "arch_name": "1119@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7176", - "roomcode": "0401.01.119", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=7179", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7176, + "usage_id": 12 + }, + "0401.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1120, B\u00fcro", "arch_name": "1120@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7179", - "roomcode": "0401.01.120", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37835", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7179, + "usage_id": 12 + }, + "0401.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1121, Flur", "arch_name": "1121@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37835", - "roomcode": "0401.01.121", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37842", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37835, + "usage_id": 222 + }, + "0401.01.121A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "121A, Lager", "arch_name": "121A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37842", - "roomcode": "0401.01.121A", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37845", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37842, + "usage_id": 30 + }, + "0401.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1122, WC-Damen", "arch_name": "1122@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37845", - "roomcode": "0401.01.122", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37706", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37845, + "usage_id": 116 + }, + "0401.01.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1123, WC-Herren", "arch_name": "1123@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37706", - "roomcode": "0401.01.123", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37716", - "alt_name": "1123A, K\u00fcche", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37706, + "usage_id": 115 + }, + "0401.01.123A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, + "alt_name": "1123A, K\u00fcche", "arch_name": "1123A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37716", - "roomcode": "0401.01.123A", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37722", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37716, + "usage_id": 198 + }, + "0401.01.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1124, Treppenhaus", "arch_name": "1124@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37722", - "roomcode": "0401.01.124", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37727", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37722, + "usage_id": 223 + }, + "0401.01.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1125, WC-Damen", "arch_name": "1125@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37727", - "roomcode": "0401.01.125", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=37956", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37727, + "usage_id": 116 + }, + "0401.01.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "1126, WC-Herren", "arch_name": "1126@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37956", - "roomcode": "0401.01.126", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37965", + "area_id": 24, + "building_id": 575, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37956, + "usage_id": 115 + }, + "0401.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2201, Kopierraum", "arch_name": "2201@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37965", - "roomcode": "0401.02.201", - "usage": 110 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7115", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37965, + "usage_id": 110 + }, + "0401.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2202, B\u00fcro", "arch_name": "2202@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7115", - "roomcode": "0401.02.202", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7118", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26036, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7115, + "usage_id": 12 + }, + "0401.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2203, B\u00fcro", "arch_name": "2203@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25984", - "operator": "[ TUZVR30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7118", - "roomcode": "0401.02.203", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37983", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25984, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7118, + "usage_id": 12 + }, + "0401.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2204, B\u00fcro", "arch_name": "2204@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25984", - "operator": "[ TUZVR30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37983", - "roomcode": "0401.02.204", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37990", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25984, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37983, + "usage_id": 12 + }, + "0401.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2205, Archiv", "arch_name": "2205@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37990", - "roomcode": "0401.02.205", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7130", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37990, + "usage_id": 2 + }, + "0401.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2206, B\u00fcro", "arch_name": "2206@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7130", - "roomcode": "0401.02.206", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7134", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26000, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7130, + "usage_id": 12 + }, + "0401.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2207, B\u00fcro", "arch_name": "2207@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7134", - "roomcode": "0401.02.207", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=38012", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26000, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7134, + "usage_id": 12 + }, + "0401.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2208, B\u00fcro", "arch_name": "2208@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38012", - "roomcode": "0401.02.208", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=38018", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26000, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38012, + "usage_id": 12 + }, + "0401.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2209, Besprechungsraum", "arch_name": "2209@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38018", - "roomcode": "0401.02.209", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=38024", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19690, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38018, + "usage_id": 196 + }, + "0401.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2210, Postraum", "arch_name": "2210@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38024", - "roomcode": "0401.02.210", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7304", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38024, + "usage_id": 12 + }, + "0401.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2211, B\u00fcro", "arch_name": "2211@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25995", - "operator": "[ TUZVR31 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7304", - "roomcode": "0401.02.211", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7308", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25995, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7304, + "usage_id": 12 + }, + "0401.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2212, B\u00fcro", "arch_name": "2212@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7308", - "roomcode": "0401.02.212", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7194", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26000, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7308, + "usage_id": 12 + }, + "0401.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2213, B\u00fcro", "arch_name": "2213@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7194", - "roomcode": "0401.02.213", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7197", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26000, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7194, + "usage_id": 12 + }, + "0401.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2214, B\u00fcro", "arch_name": "2214@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7197", - "roomcode": "0401.02.214", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37854", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19690, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7197, + "usage_id": 12 + }, + "0401.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2215, Besprechungsraum", "arch_name": "2215@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37854", - "roomcode": "0401.02.215", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=63398", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37854, + "usage_id": 196 + }, + "0401.02.215A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2215A, B\u00fcro", "arch_name": "2215A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63398", - "roomcode": "0401.02.215A", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37863", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19690, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63398, + "usage_id": 12 + }, + "0401.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2216, Flur", "arch_name": "2216@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37863", - "roomcode": "0401.02.216", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37869", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37863, + "usage_id": 222 + }, + "0401.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2217, Flur", "arch_name": "2217@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37869", - "roomcode": "0401.02.217", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37900", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37869, + "usage_id": 222 + }, + "0401.02.217A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2217A, WC-Damen", "arch_name": "2217A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37900", - "roomcode": "0401.02.217A", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37906", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37900, + "usage_id": 116 + }, + "0401.02.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2218, LRZ-Verteilerknoten", "arch_name": "2218@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37906", - "roomcode": "0401.02.218", - "usage": 120 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7243", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37906, + "usage_id": 120 + }, + "0401.02.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2219, B\u00fcro", "arch_name": "2219@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7243", - "roomcode": "0401.02.219", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=7247", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19690, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7243, + "usage_id": 12 + }, + "0401.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2220, B\u00fcro", "arch_name": "2220@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7247", - "roomcode": "0401.02.220", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37923", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19690, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7247, + "usage_id": 12 + }, + "0401.02.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2221, WC-Damen", "arch_name": "2221@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37923", - "roomcode": "0401.02.221", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37931", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37923, + "usage_id": 116 + }, + "0401.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2222, WC-Herren", "arch_name": "2222@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37931", - "roomcode": "0401.02.222", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=68284", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37931, + "usage_id": 115 + }, + "0401.02.222A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2222A, WC-Vorraum Herren", "arch_name": "2222A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68284", - "roomcode": "0401.02.222A", - "usage": 118 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37938", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68284, + "usage_id": 118 + }, + "0401.02.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2223, WC-Damen", "arch_name": "2223@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37938", - "roomcode": "0401.02.223", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37946", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37938, + "usage_id": 116 + }, + "0401.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2224, WC-Herren", "arch_name": "2224@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37946", - "roomcode": "0401.02.224", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=37876", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37946, + "usage_id": 115 + }, + "0401.02.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "2225, Treppenhaus", "arch_name": "2225@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37876", - "roomcode": "0401.02.225", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7261", + "area_id": 24, + "building_id": 575, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37876, + "usage_id": 223 + }, + "0401.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3301/2, B\u00fcro", "arch_name": "3301/2@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7261", - "roomcode": "0401.03.301", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7265", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7261, + "usage_id": 12 + }, + "0401.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3303, B\u00fcro", "arch_name": "3303@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7265", - "roomcode": "0401.03.303", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7268", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7265, + "usage_id": 12 + }, + "0401.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3304, B\u00fcro", "arch_name": "3304@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7268", - "roomcode": "0401.03.304", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=37897", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7268, + "usage_id": 12 + }, + "0401.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3305, Kopierraum", "arch_name": "3305@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37897", - "roomcode": "0401.03.305", - "usage": 110 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7272", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37897, + "usage_id": 110 + }, + "0401.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3306, B\u00fcro", "arch_name": "3306@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7272", - "roomcode": "0401.03.306", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7274", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7272, + "usage_id": 12 + }, + "0401.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3307, B\u00fcro", "arch_name": "3307@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=26122", - "operator": "[ TUZVR71 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7274", - "roomcode": "0401.03.307", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7277", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26122, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7274, + "usage_id": 12 + }, + "0401.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3308, B\u00fcro", "arch_name": "3308@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7277", - "roomcode": "0401.03.308", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7280", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7277, + "usage_id": 12 + }, + "0401.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3309, B\u00fcro", "arch_name": "3309@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7280", - "roomcode": "0401.03.309", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38089", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7280, + "usage_id": 12 + }, + "0401.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3310, Post", "arch_name": "3310@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38089", - "roomcode": "0401.03.310", - "usage": 110 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38092", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38089, + "usage_id": 110 + }, + "0401.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3311, Besprechungsraum", "arch_name": "3311@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": "tvKalender.wSicht?cOrg=14156&cRes=30192&cReadonly=J", - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38092", - "roomcode": "0401.03.311", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=59164", + "area_id": 24, + "building_id": 575, + "calendar_resource_nr": 30192, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38092, + "usage_id": 196 + }, + "0401.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3312, B\u00fcro", "arch_name": "3312@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "extended": { - "additional_description": "3312, B\u00fcro", - "address": "Richard-Wagner-Str. 18(0401), 3.Obergescho\u00df", - "architect_room_nr": "3312@0401", - "area_m2": 34.57, - "building": "0401 (SW1) Richard-Wagner-Str. 18", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "312", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59164", - "roomcode": "0401.03.312", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7207", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59164, + "usage_id": 131 + }, + "0401.03.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3313, B\u00fcro", "arch_name": "3313@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7207", - "roomcode": "0401.03.313", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38101", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7207, + "usage_id": 12 + }, + "0401.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3314, B\u00fcro", "arch_name": "3314@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=26122", - "operator": "[ TUZVR71 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38101", - "roomcode": "0401.03.314", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7218", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26122, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38101, + "usage_id": 12 + }, + "0401.03.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3315, B\u00fcro", "arch_name": "3315@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=26122", - "operator": "[ TUZVR71 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7218", - "roomcode": "0401.03.315", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7225", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26122, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7218, + "usage_id": 12 + }, + "0401.03.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3316, B\u00fcro", "arch_name": "3316@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7225", - "roomcode": "0401.03.316", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38116", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7225, + "usage_id": 12 + }, + "0401.03.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3317, Technikraum 2", "arch_name": "3317@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38116", - "roomcode": "0401.03.317", - "usage": 207 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=20048", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38116, + "usage_id": 207 + }, + "0401.03.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3318, Flur", "arch_name": "3318@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20048", - "roomcode": "0401.03.318", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7233", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20048, + "usage_id": 222 + }, + "0401.03.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3319, B\u00fcro", "arch_name": "3319@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7233", - "roomcode": "0401.03.319", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=7235", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7233, + "usage_id": 12 + }, + "0401.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3320, B\u00fcro", "arch_name": "3320@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7235", - "roomcode": "0401.03.320", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38138", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7235, + "usage_id": 12 + }, + "0401.03.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3321, K\u00fcche", "arch_name": "3321@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38138", - "roomcode": "0401.03.321", - "usage": 28 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38146", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38138, + "usage_id": 28 + }, + "0401.03.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3322, WC-Damen", "arch_name": "3322@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38146", - "roomcode": "0401.03.322", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38152", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38146, + "usage_id": 116 + }, + "0401.03.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3323, Flur", "arch_name": "3323@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38152", - "roomcode": "0401.03.323", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38156", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38152, + "usage_id": 222 + }, + "0401.03.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3324, WC-Herren", "arch_name": "3324@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38156", - "roomcode": "0401.03.324", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38161", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38156, + "usage_id": 115 + }, + "0401.03.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3325, WC-Herren", "arch_name": "3325@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38161", - "roomcode": "0401.03.325", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=38166", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38161, + "usage_id": 115 + }, + "0401.03.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3326, Treppenhaus", "arch_name": "3326@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38166", - "roomcode": "0401.03.326", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=68285", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38166, + "usage_id": 223 + }, + "0401.03.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3327, WC-Damen", "arch_name": "3327@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68285", - "roomcode": "0401.03.327", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=68288", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68285, + "usage_id": 116 + }, + "0401.03.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "3328, Lager", "arch_name": "3328@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68288", - "roomcode": "0401.03.328", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=14479", + "area_id": 24, + "building_id": 575, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68288, + "usage_id": 30 + }, + "0401.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4401, B\u00fcro", "arch_name": "4401@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14479", - "roomcode": "0401.04.401", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=14505", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14479, + "usage_id": 12 + }, + "0401.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4402, B\u00fcro", "arch_name": "4402@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14505", - "roomcode": "0401.04.402", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20214", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14505, + "usage_id": 12 + }, + "0401.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4403, B\u00fcro", "arch_name": "4403@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20214", - "roomcode": "0401.04.403", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=7344", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20214, + "usage_id": 12 + }, + "0401.04.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4404, B\u00fcro", "arch_name": "4404@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7344", - "roomcode": "0401.04.404", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38060", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7344, + "usage_id": 12 + }, + "0401.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4405, Druckerraum", "arch_name": "4405@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38060", - "roomcode": "0401.04.405", - "usage": 110 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=7348", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38060, + "usage_id": 110 + }, + "0401.04.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4406, Gruppenarbeitsraum/Besprechungsraum", "arch_name": "4406@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": "tvKalender.wSicht?cOrg=26130&cRes=18112&cReadonly=J", - "extended": { - "additional_description": "4406, Gruppenarbeitsraum/Besprechungsraum", - "address": "Richard-Wagner-Str. 18(0401), 4.Obergescho\u00df", - "architect_room_nr": "4406@0401", - "area_m2": 50.65, - "building": "0401 (SW1) Richard-Wagner-Str. 18", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "406", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7348", - "roomcode": "0401.04.406", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=14518", + "area_id": 24, + "building_id": 575, + "calendar_resource_nr": 18112, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7348, + "usage_id": 131 + }, + "0401.04.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4408, B\u00fcro", "arch_name": "4408@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14518", - "roomcode": "0401.04.408", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20260", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14518, + "usage_id": 12 + }, + "0401.04.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4409, B\u00fcro", "arch_name": "4409@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20260", - "roomcode": "0401.04.409", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38289", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20260, + "usage_id": 12 + }, + "0401.04.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4410, Teek\u00fcche", "arch_name": "4410@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38289", - "roomcode": "0401.04.410", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20267", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38289, + "usage_id": 198 + }, + "0401.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4411, B\u00fcro", "arch_name": "4411@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20267", - "roomcode": "0401.04.411", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20303", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20267, + "usage_id": 12 + }, + "0401.04.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4412, B\u00fcro", "arch_name": "4412@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20303", - "roomcode": "0401.04.412", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=14463", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20303, + "usage_id": 12 + }, + "0401.04.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4413, B\u00fcro", "arch_name": "4413@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=26130", - "operator": "[ TUZVR73 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14463", - "roomcode": "0401.04.413", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20309", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14463, + "usage_id": 12 + }, + "0401.04.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4414, B\u00fcro", "arch_name": "4414@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20309", - "roomcode": "0401.04.414", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=14465", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20309, + "usage_id": 12 + }, + "0401.04.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4415, B\u00fcro", "arch_name": "4415@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14465", - "roomcode": "0401.04.415", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20313", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14465, + "usage_id": 12 + }, + "0401.04.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4416, B\u00fcro", "arch_name": "4416@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20313", - "roomcode": "0401.04.416", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38309", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20313, + "usage_id": 12 + }, + "0401.04.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4417, Seminarraum", "arch_name": "4417@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "extended": { - "additional_description": "4417, Seminarraum", - "address": "Richard-Wagner-Str. 18(0401), 4.Obergescho\u00df", - "architect_room_nr": "4417@0401", - "area_m2": 30.19, - "building": "0401 (SW1) Richard-Wagner-Str. 18", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "417", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38309", - "roomcode": "0401.04.417", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38311", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38309, + "usage_id": 41 + }, + "0401.04.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4418, Technikraum 2", "arch_name": "4418@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38311", - "roomcode": "0401.04.418", - "usage": 207 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20353", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38311, + "usage_id": 207 + }, + "0401.04.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4419, B\u00fcro", "arch_name": "4419@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20353", - "roomcode": "0401.04.419", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=20495", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20353, + "usage_id": 12 + }, + "0401.04.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4420, B\u00fcro", "arch_name": "4420@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20495", - "roomcode": "0401.04.420", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=19743", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20495, + "usage_id": 12 + }, + "0401.04.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4421, B\u00fcro", "arch_name": "4421@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=26134", - "operator": "[ TUZVR7O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19743", - "roomcode": "0401.04.421", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38215", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26134, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19743, + "usage_id": 12 + }, + "0401.04.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4422, WC", "arch_name": "4422@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38215", - "roomcode": "0401.04.422", - "usage": 114 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38371", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38215, + "usage_id": 114 + }, + "0401.04.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4423, Flur", "arch_name": "4423@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38371", - "roomcode": "0401.04.423", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38374", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38371, + "usage_id": 222 + }, + "0401.04.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4424, WC", "arch_name": "4424@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38374", - "roomcode": "0401.04.424", - "usage": 114 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38387", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38374, + "usage_id": 114 + }, + "0401.04.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4425, Ruheraum", "arch_name": "4425@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38387", - "roomcode": "0401.04.425", - "usage": 44 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38392", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38387, + "usage_id": 44 + }, + "0401.04.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4427, Flur", "arch_name": "4427@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38392", - "roomcode": "0401.04.427", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=38396", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38392, + "usage_id": 222 + }, + "0401.04.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4428, Treppenhaus", "arch_name": "4428@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38396", - "roomcode": "0401.04.428", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=68287", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38396, + "usage_id": 223 + }, + "0401.04.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4429, WC-Herren", "arch_name": "4429@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68287", - "roomcode": "0401.04.429", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=68286", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68287, + "usage_id": 115 + }, + "0401.04.429A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "4429A, Flur", "arch_name": "4429A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68286", - "roomcode": "0401.04.429A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, DG", - "address_link": "ris.einzelraum?raumkey=68275", + "area_id": 24, + "building_id": 575, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68286, + "usage_id": 222 + }, + "0401.DG.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "5501, Install./Dachabstellraum", "arch_name": "5501@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68275", - "roomcode": "0401.DG.501", - "usage": 120 - }, - { - "address": "Richard-Wagner-Str. 18, DG", - "address_link": "ris.einzelraum?raumkey=68276", + "area_id": 24, + "building_id": 575, + "floor_level": "DG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68275, + "usage_id": 120 + }, + "0401.DG.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "5528, Treppenhaus", "arch_name": "5528@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68276", - "roomcode": "0401.DG.528", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37621", + "area_id": 24, + "building_id": 575, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68276, + "usage_id": 223 + }, + "0401.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0001, WC-Damen", "arch_name": "0001@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37621", - "roomcode": "0401.EG.001", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=68281", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37621, + "usage_id": 116 + }, + "0401.EG.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0001A, WC-Vorraum Damen", "arch_name": "0001A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68281", - "roomcode": "0401.EG.001A", - "usage": 118 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37628", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68281, + "usage_id": 118 + }, + "0401.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0002, WC-Herren", "arch_name": "0002@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37628", - "roomcode": "0401.EG.002", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=68280", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37628, + "usage_id": 115 + }, + "0401.EG.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0002A, WC-Vorraum Herren", "arch_name": "0002A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68280", - "roomcode": "0401.EG.002A", - "usage": 118 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=7031", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68280, + "usage_id": 118 + }, + "0401.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0003, SAP-Schulungsraum", "arch_name": "0003@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "extended": { - "additional_description": "0003, SAP-Schulungsraum", - "address": "Richard-Wagner-Str. 18(0401), Erdgescho\u00df", - "architect_room_nr": "0003@0401", - "area_m2": 40.86, - "building": "0401 (SW1) Richard-Wagner-Str. 18", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 11, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7031", - "roomcode": "0401.EG.003", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37657", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 11, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7031, + "usage_id": 131 + }, + "0401.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0005, Putzraum", "arch_name": "0005@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37657", - "roomcode": "0401.EG.005", - "usage": 205 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37663", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37657, + "usage_id": 205 + }, + "0401.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0007, EDV-Schulungsraum", "arch_name": "0007@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "extended": { - "additional_description": "0007, EDV-Schulungsraum", - "address": "Richard-Wagner-Str. 18(0401), Erdgescho\u00df", - "architect_room_nr": "0007@0401", - "area_m2": 49.23, - "building": "0401 (SW1) Richard-Wagner-Str. 18", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37663", - "roomcode": "0401.EG.007", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37668", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37663, + "usage_id": 131 + }, + "0401.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0008, Workshopraum", "arch_name": "0008@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "extended": { - "additional_description": "0008, Workshopraum", - "address": "Richard-Wagner-Str. 18(0401), Erdgescho\u00df", - "architect_room_nr": "0008@0401", - "area_m2": 19.78, - "building": "0401 (SW1) Richard-Wagner-Str. 18", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26126", - "operator": "[ TUZVR72 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37668", - "roomcode": "0401.EG.008", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37673", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26126, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37668, + "usage_id": 131 + }, + "0401.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0009, Flur", "arch_name": "0009@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37673", - "roomcode": "0401.EG.009", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37678", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37673, + "usage_id": 222 + }, + "0401.EG.009A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0009, Einfahrt", "arch_name": "0009@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37678", - "roomcode": "0401.EG.009A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37686", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37678, + "usage_id": 222 + }, + "0401.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0010, Besprechungsraum", "arch_name": "0010@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37686", - "roomcode": "0401.EG.010", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=66887", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37686, + "usage_id": 196 + }, + "0401.EG.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0010A, Flur/Papierlager", "arch_name": "0010A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66887", - "roomcode": "0401.EG.010A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=7070", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66887, + "usage_id": 222 + }, + "0401.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0011, B\u00fcro", "arch_name": "0011@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=38010", - "operator": "[ TUZV45A ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7070", - "roomcode": "0401.EG.011", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=7076", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38010, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7070, + "usage_id": 12 + }, + "0401.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0012, B\u00fcro", "arch_name": "0012@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7076", - "roomcode": "0401.EG.012", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=7081", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38011, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7076, + "usage_id": 12 + }, + "0401.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0013, B\u00fcro", "arch_name": "0013@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7081", - "roomcode": "0401.EG.013", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37508", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7081, + "usage_id": 12 + }, + "0401.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0015, Besprechungsraum/ZV 4", "arch_name": "0015@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37508", - "roomcode": "0401.EG.015", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37515", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37508, + "usage_id": 196 + }, + "0401.EG.015A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "015A, Lager", "arch_name": "015A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37515", - "roomcode": "0401.EG.015A", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=7093", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37515, + "usage_id": 30 + }, + "0401.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0016, B\u00fcro", "arch_name": "0016@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26050", - "operator": "[ TUZVR40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7093", - "roomcode": "0401.EG.016", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=7095", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26050, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7093, + "usage_id": 12 + }, + "0401.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0017, B\u00fcro", "arch_name": "0017@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7095", - "roomcode": "0401.EG.017", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=18794", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7095, + "usage_id": 12 + }, + "0401.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0018, B\u00fcro", "arch_name": "0018@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18794", - "roomcode": "0401.EG.018", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37569", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18794, + "usage_id": 12 + }, + "0401.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0019, WC-Damen", "arch_name": "0019@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37569", - "roomcode": "0401.EG.019", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=68282", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37569, + "usage_id": 116 + }, + "0401.EG.019A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0019A, WC-Vorraum Damen", "arch_name": "0019A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68282", - "roomcode": "0401.EG.019A", - "usage": 118 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37576", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68282, + "usage_id": 118 + }, + "0401.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0020, WC-Herren", "arch_name": "0020@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37576", - "roomcode": "0401.EG.020", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=68283", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37576, + "usage_id": 115 + }, + "0401.EG.020A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0020A, WC-Vorraum Herren", "arch_name": "0020A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68283", - "roomcode": "0401.EG.020A", - "usage": 118 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37589", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68283, + "usage_id": 118 + }, + "0401.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0021, K\u00fcche", "arch_name": "0021@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37589", - "roomcode": "0401.EG.021", - "usage": 28 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37601", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37589, + "usage_id": 28 + }, + "0401.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0022, Flur", "arch_name": "0022@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37601", - "roomcode": "0401.EG.022", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, EG", - "address_link": "ris.einzelraum?raumkey=37529", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37601, + "usage_id": 222 + }, + "0401.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "0023, Treppenhaus", "arch_name": "0023@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37529", - "roomcode": "0401.EG.023", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=68277", + "area_id": 24, + "building_id": 575, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37529, + "usage_id": 223 + }, + "0401.U1.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1001A, Archiv", "arch_name": "-1001A@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68277", - "roomcode": "0401.U1.001A", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=40827", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68277, + "usage_id": 2 + }, + "0401.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1006, Lager", "arch_name": "-1006@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40827", - "roomcode": "0401.U1.006", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37424", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40827, + "usage_id": 30 + }, + "0401.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1007, Lager", "arch_name": "-1007@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37424", - "roomcode": "0401.U1.007", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37429", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37424, + "usage_id": 30 + }, + "0401.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1008, Lager", "arch_name": "-1008@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37429", - "roomcode": "0401.U1.008", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37436", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37429, + "usage_id": 30 + }, + "0401.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1009, Lager", "arch_name": "-1009@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37436", - "roomcode": "0401.U1.009", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37441", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37436, + "usage_id": 30 + }, + "0401.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1010, Archiv", "arch_name": "-1010@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37441", - "roomcode": "0401.U1.010", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37443", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37441, + "usage_id": 2 + }, + "0401.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1011, Archiv", "arch_name": "-1011@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37443", - "roomcode": "0401.U1.011", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37447", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37443, + "usage_id": 2 + }, + "0401.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1012, Lager", "arch_name": "-1012@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37447", - "roomcode": "0401.U1.012", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37453", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37447, + "usage_id": 30 + }, + "0401.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1013, Archiv", "arch_name": "-1013@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37453", - "roomcode": "0401.U1.013", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37463", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37453, + "usage_id": 2 + }, + "0401.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1014, Archiv", "arch_name": "-1014@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37463", - "roomcode": "0401.U1.014", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37467", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37463, + "usage_id": 2 + }, + "0401.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1015, Lager", "arch_name": "-1015@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37467", - "roomcode": "0401.U1.015", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37480", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37467, + "usage_id": 30 + }, + "0401.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1016, Heiz.-/EDV-Technik", "arch_name": "-1016@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37480", - "roomcode": "0401.U1.016", - "usage": 201 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37387", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37480, + "usage_id": 201 + }, + "0401.U1.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1021, Raumlufttechnik", "arch_name": "-1021@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37387", - "roomcode": "0401.U1.021", - "usage": 32 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37606", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37387, + "usage_id": 32 + }, + "0401.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1022, Treppenhaus", "arch_name": "-1022@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37606", - "roomcode": "0401.U1.022", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37612", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37606, + "usage_id": 223 + }, + "0401.U1.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1023, Kellerflur", "arch_name": "-1023@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37612", - "roomcode": "0401.U1.023", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=37615", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37612, + "usage_id": 222 + }, + "0401.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1024, Keller-Technik-Flur", "arch_name": "-1024@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37615", - "roomcode": "0401.U1.024", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=68279", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37615, + "usage_id": 222 + }, + "0401.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "-1025, Serverraum", "arch_name": "-1025@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68279", - "roomcode": "0401.U1.025", - "usage": 207 - }, - { - "address": "Richard-Wagner-Str. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=68278", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68279, + "usage_id": 207 + }, + "0401.U1.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "alt_name": "Nicht genutzte Nutzfl\u00e4chen", "arch_name": "@0401", - "b_area_id": 24, - "b_filter_id": 575, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68278", - "roomcode": "0401.U1.999", - "usage": 217 - }, - { - "address": "Richard-Wagner-Str. 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=38654", + "area_id": 24, + "building_id": 575, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68278, + "usage_id": 217 + }, + "0403.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "1020, Flur/Vorplatz", "arch_name": "1020@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38654", - "roomcode": "0403.01.020", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=38657", + "area_id": 24, + "building_id": 576, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38654, + "usage_id": 222 + }, + "0403.01.020A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "1020a, Treppe", "arch_name": "1020a@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38657", - "roomcode": "0403.01.020A", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=38661", + "area_id": 24, + "building_id": 576, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38657, + "usage_id": 223 + }, + "0403.01.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "1021, Mehrzweckraum", "arch_name": "1021@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "extended": { - "additional_description": "1021, Mehrzweckraum", - "address": "Richard-Wagner-Str. 14(0403), 1.Obergescho\u00df", - "architect_room_nr": "1021@0403", - "area_m2": 59.33, - "building": "0403 (SW3) Friedrich Schiedel-Kindergarten (L", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "021", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38661", - "roomcode": "0403.01.021", - "usage": 130 - }, - { - "address": "Richard-Wagner-Str. 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=38666", + "area_id": 24, + "building_id": 576, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38661, + "usage_id": 130 + }, + "0403.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "1022, Ger\u00e4te/Lager", "arch_name": "1022@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38666", - "roomcode": "0403.01.022", - "usage": 18 - }, - { - "address": "Richard-Wagner-Str. 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=38684", + "area_id": 24, + "building_id": 576, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38666, + "usage_id": 18 + }, + "0403.01.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "1023, Technik/Gasheizung", "arch_name": "1023@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38684", - "roomcode": "0403.01.023", - "usage": 17 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38469", + "area_id": 24, + "building_id": 576, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38684, + "usage_id": 17 + }, + "0403.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0001, Windfang", "arch_name": "0001@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38469", - "roomcode": "0403.EG.001", - "usage": 52 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38476", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38469, + "usage_id": 52 + }, + "0403.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0002, Diele", "arch_name": "0002@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38476", - "roomcode": "0403.EG.002", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38478", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38476, + "usage_id": 222 + }, + "0403.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0003, Flur", "arch_name": "0003@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38478", - "roomcode": "0403.EG.003", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38487", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38478, + "usage_id": 222 + }, + "0403.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0004, Lager/Spielger\u00e4te", "arch_name": "0004@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38487", - "roomcode": "0403.EG.004", - "usage": 18 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38496", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38487, + "usage_id": 18 + }, + "0403.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0005, Gardarobe zu Gruppenraum 1", "arch_name": "0005@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38496", - "roomcode": "0403.EG.005", - "usage": 121 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38500", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38496, + "usage_id": 121 + }, + "0403.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0006, WC-Vorraum", "arch_name": "0006@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38500", - "roomcode": "0403.EG.006", - "usage": 37 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38348", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38500, + "usage_id": 37 + }, + "0403.EG.007A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0007A, WC", "arch_name": "0007A@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38348", - "roomcode": "0403.EG.007A", - "usage": 114 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38355", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38348, + "usage_id": 114 + }, + "0403.EG.007B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0007B, WC", "arch_name": "0007B@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38355", - "roomcode": "0403.EG.007B", - "usage": 114 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38361", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38355, + "usage_id": 114 + }, + "0403.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0008, Gardarobe zu Gruppenraum 2", "arch_name": "0008@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38361", - "roomcode": "0403.EG.008", - "usage": 121 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38369", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38361, + "usage_id": 121 + }, + "0403.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0009, Lager", "arch_name": "0009@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38369", - "roomcode": "0403.EG.009", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38598", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38369, + "usage_id": 30 + }, + "0403.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0010, Gruppenhauptraum 1", "arch_name": "0010@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38598", - "roomcode": "0403.EG.010", - "usage": 146 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38605", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38598, + "usage_id": 146 + }, + "0403.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0011, Gruppennebenraum", "arch_name": "0011@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38605", - "roomcode": "0403.EG.011", - "usage": 146 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38610", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38605, + "usage_id": 146 + }, + "0403.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0012, Gruppenraum 2", "arch_name": "0012@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38610", - "roomcode": "0403.EG.012", - "usage": 146 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38617", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38610, + "usage_id": 146 + }, + "0403.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0013, Flur/Personal", "arch_name": "0013@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38617", - "roomcode": "0403.EG.013", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38623", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38617, + "usage_id": 222 + }, + "0403.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0014, Leiterinnenzimmer", "arch_name": "0014@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38623", - "roomcode": "0403.EG.014", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38629", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38623, + "usage_id": 12 + }, + "0403.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0015, Flur/Anschlussraum", "arch_name": "0015@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38629", - "roomcode": "0403.EG.015", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38633", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38629, + "usage_id": 222 + }, + "0403.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0016, WC-Personal", "arch_name": "0016@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38633", - "roomcode": "0403.EG.016", - "usage": 114 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38637", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38633, + "usage_id": 114 + }, + "0403.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0017, K\u00fcche", "arch_name": "0017@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38637", - "roomcode": "0403.EG.017", - "usage": 28 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38642", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38637, + "usage_id": 28 + }, + "0403.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0018, Lager", "arch_name": "0018@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38642", - "roomcode": "0403.EG.018", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=38647", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38642, + "usage_id": 30 + }, + "0403.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "alt_name": "0019, Abstellraum", "arch_name": "0019@0403", - "b_area_id": 24, - "b_filter_id": 576, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38647", - "roomcode": "0403.EG.019", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8093", + "area_id": 24, + "building_id": 576, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38647, + "usage_id": 159 + }, + "0501.01.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1100, H\u00f6rsaal ohne exp. B\u00fchne", "arch_name": "1100@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12655&cReadonly=J", - "extended": { - "additional_description": "1100, H\u00f6rsaal ohne exp. B\u00fchne", - "address": "Arcisstr. 21(0501), 1.Obergescho\u00df", - "architect_room_nr": "1100@0501", - "area_m2": 201.25, - "building": "0501 (Z1) Institutsbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "100", - "seats": 200, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8093", - "roomcode": "0501.01.100", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39551", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 12655, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 200, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8093, + "usage_id": 20 + }, + "0501.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1108, Fluchttreppenh.", "arch_name": "1108@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39551", - "roomcode": "0501.01.108", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74705", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39551, + "usage_id": 223 + }, + "0501.01.108A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1108A, Fluchttreppenhaus", "arch_name": "1108A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74705", - "roomcode": "0501.01.108A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39513", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74705, + "usage_id": 223 + }, + "0501.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1110, Treppenraum Nord", "arch_name": "1110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39513", - "roomcode": "0501.01.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74704", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39513, + "usage_id": 223 + }, + "0501.01.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1110A, Flur", "arch_name": "1110A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74704", - "roomcode": "0501.01.110A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74701", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74704, + "usage_id": 222 + }, + "0501.01.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1110C, Flur", "arch_name": "1110C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74701", - "roomcode": "0501.01.110C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74702", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74701, + "usage_id": 222 + }, + "0501.01.110E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1110E, Flur", "arch_name": "1110E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74702", - "roomcode": "0501.01.110E", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39518", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74702, + "usage_id": 222 + }, + "0501.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1111, WC-Damen", "arch_name": "1111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39518", - "roomcode": "0501.01.111", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74718", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39518, + "usage_id": 116 + }, + "0501.01.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1111A, Vorraum WC-D", "arch_name": "1111A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74718", - "roomcode": "0501.01.111A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39674", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74718, + "usage_id": 118 + }, + "0501.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1112, B\u00fcro", "arch_name": "1112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39674", - "roomcode": "0501.01.112", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39688", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19660, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39674, + "usage_id": 12 + }, + "0501.01.112A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1112A, Teek\u00fcche", "arch_name": "1112A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39688", - "roomcode": "0501.01.112A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39694", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39688, + "usage_id": 198 + }, + "0501.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1113, WC-Herren", "arch_name": "1113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39694", - "roomcode": "0501.01.113", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74719", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39694, + "usage_id": 115 + }, + "0501.01.113A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1113A, Vorraum WC-H", "arch_name": "1113A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74719", - "roomcode": "0501.01.113A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8119", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74719, + "usage_id": 118 + }, + "0501.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1117, Arbeitsraum / ohne Besp.Grp.", "arch_name": "1117@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8119", - "roomcode": "0501.01.117", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8120", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8119, + "usage_id": 12 + }, + "0501.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1119, B\u00fcro", "arch_name": "1119@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=50337", - "operator": "[ TUPRSEE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8120", - "roomcode": "0501.01.119", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39701", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50337, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8120, + "usage_id": 12 + }, + "0501.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1120, Bildstudio", "arch_name": "1120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39701", - "roomcode": "0501.01.120", - "usage": 125 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74710", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39701, + "usage_id": 125 + }, + "0501.01.120A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1120A, Galerie", "arch_name": "1120A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74710", - "roomcode": "0501.01.120A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8125", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74710, + "usage_id": 206 + }, + "0501.01.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1123, B\u00fcro", "arch_name": "1123@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=50337", - "operator": "[ TUPRSEE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8125", - "roomcode": "0501.01.123", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8127", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50337, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8125, + "usage_id": 12 + }, + "0501.01.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1125, B\u00fcro", "arch_name": "1125@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=50337", - "operator": "[ TUPRSEE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8127", - "roomcode": "0501.01.125", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=18958", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50337, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8127, + "usage_id": 12 + }, + "0501.01.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1126, B\u00fcro/Werkstatt-Bibliothek", "arch_name": "1126@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18958", - "roomcode": "0501.01.126", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39713", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18958, + "usage_id": 51 + }, + "0501.01.126G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1126G, Lager/Galerie", "arch_name": "1126G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39713", - "roomcode": "0501.01.126G", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39780", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39713, + "usage_id": 30 + }, + "0501.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1127, B\u00fcro", "arch_name": "1127@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=50337", - "operator": "[ TUPRSEE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39780", - "roomcode": "0501.01.127", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8085", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50337, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39780, + "usage_id": 12 + }, + "0501.01.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1129, B\u00fcro", "arch_name": "1129@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=50337", - "operator": "[ TUPRSEE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8085", - "roomcode": "0501.01.129", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39639", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50337, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8085, + "usage_id": 12 + }, + "0501.01.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1130A, Putzraum", "arch_name": "1130A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39639", - "roomcode": "0501.01.130A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8089", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39639, + "usage_id": 205 + }, + "0501.01.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1133, B\u00fcro", "arch_name": "1133@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=50337", - "operator": "[ TUPRSEE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8089", - "roomcode": "0501.01.133", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39651", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50337, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8089, + "usage_id": 12 + }, + "0501.01.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1135, WC-Damen", "arch_name": "1135@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39651", - "roomcode": "0501.01.135", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39654", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39651, + "usage_id": 116 + }, + "0501.01.135A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1135A, Putzraum", "arch_name": "1135A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39654", - "roomcode": "0501.01.135A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74715", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39654, + "usage_id": 205 + }, + "0501.01.135B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1135B, Vorraum WC-D", "arch_name": "1135B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74715", - "roomcode": "0501.01.135B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39658", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74715, + "usage_id": 118 + }, + "0501.01.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1136, Lesesaal", "arch_name": "1136@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39658", - "roomcode": "0501.01.136", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39880", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39658, + "usage_id": 150 + }, + "0501.01.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1137, WC-Herren", "arch_name": "1137@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39880", - "roomcode": "0501.01.137", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74713", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39880, + "usage_id": 115 + }, + "0501.01.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1137A, Vorraum WC-H", "arch_name": "1137A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74713", - "roomcode": "0501.01.137A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74720", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74713, + "usage_id": 118 + }, + "0501.01.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1138, Lager", "arch_name": "1138@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74720", - "roomcode": "0501.01.138", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39896", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74720, + "usage_id": 30 + }, + "0501.01.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1141, Lager", "arch_name": "1141@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39896", - "roomcode": "0501.01.141", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39899", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39896, + "usage_id": 30 + }, + "0501.01.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142, Scannerraum", "arch_name": "1142@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39899", - "roomcode": "0501.01.142", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39917", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39899, + "usage_id": 110 + }, + "0501.01.142B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142B, Treppenraum", "arch_name": "1142B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39917", - "roomcode": "0501.01.142B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39920", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39917, + "usage_id": 223 + }, + "0501.01.142C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142C, Installationsraum Bibliothek", "arch_name": "1142C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39920", - "roomcode": "0501.01.142C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39924", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39920, + "usage_id": 120 + }, + "0501.01.142D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142D, Lager", "arch_name": "1142D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39924", - "roomcode": "0501.01.142D", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74712", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39924, + "usage_id": 30 + }, + "0501.01.142E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142E, Lager", "arch_name": "1142E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74712", - "roomcode": "0501.01.142E", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74709", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74712, + "usage_id": 30 + }, + "0501.01.142F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142F, Gang", "arch_name": "1142F@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74709", - "roomcode": "0501.01.142F", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74708", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74709, + "usage_id": 16 + }, + "0501.01.142G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142G, Gang", "arch_name": "1142G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74708", - "roomcode": "0501.01.142G", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74711", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74708, + "usage_id": 16 + }, + "0501.01.142H": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1142H, Treppe", "arch_name": "1142H@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74711", - "roomcode": "0501.01.142H", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39930", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74711, + "usage_id": 223 + }, + "0501.01.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1143, Garderobe Bibliothek", "arch_name": "1143@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39930", - "roomcode": "0501.01.143", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39821", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39930, + "usage_id": 121 + }, + "0501.01.151A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1151A, Installationsschacht", "arch_name": "1151A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39821", - "roomcode": "0501.01.151A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39823", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39821, + "usage_id": 120 + }, + "0501.01.151B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1151B, Installationsschacht", "arch_name": "1151B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39823", - "roomcode": "0501.01.151B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74722", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39823, + "usage_id": 120 + }, + "0501.01.151C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1151C, Installationsraum", "arch_name": "1151C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74722", - "roomcode": "0501.01.151C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39832", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74722, + "usage_id": 120 + }, + "0501.01.152B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1152B, Installationsraum", "arch_name": "1152B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39832", - "roomcode": "0501.01.152B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39837", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39832, + "usage_id": 120 + }, + "0501.01.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1153, WC-Herren mit Putzraum", "arch_name": "1153@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39837", - "roomcode": "0501.01.153", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39842", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39837, + "usage_id": 115 + }, + "0501.01.153A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1153A, LRZ-Verteilerknoten", "arch_name": "1153A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39842", - "roomcode": "0501.01.153A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74714", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39842, + "usage_id": 120 + }, + "0501.01.153B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1153B, Vorraum WC-H", "arch_name": "1153B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74714", - "roomcode": "0501.01.153B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39798", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74714, + "usage_id": 118 + }, + "0501.01.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1154, B\u00fcro", "arch_name": "1154@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39798", - "roomcode": "0501.01.154", - "usage": 186 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=65365", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39798, + "usage_id": 186 + }, + "0501.01.154B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1154B, Lager", "arch_name": "1154B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65365", - "roomcode": "0501.01.154B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39810", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65365, + "usage_id": 30 + }, + "0501.01.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1155, WC-Damen mit Putzraum", "arch_name": "1155@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39810", - "roomcode": "0501.01.155", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74717", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39810, + "usage_id": 116 + }, + "0501.01.155A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1155A, Vorraum WC-D", "arch_name": "1155A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74717", - "roomcode": "0501.01.155A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8182", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74717, + "usage_id": 118 + }, + "0501.01.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1157, Zahlstelle", "arch_name": "1157@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=26045", - "operator": "[ TUZVR37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8182", - "roomcode": "0501.01.157", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41389", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26045, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8182, + "usage_id": 12 + }, + "0501.01.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1160, Lesesaal", "arch_name": "1160@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41389", - "roomcode": "0501.01.160", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74721", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41389, + "usage_id": 150 + }, + "0501.01.160A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1160A, Personenaufzug", "arch_name": "1160A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74721", - "roomcode": "0501.01.160A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41395", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74721, + "usage_id": 4 + }, + "0501.01.161A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1161A, Installationsschacht", "arch_name": "1161A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41395", - "roomcode": "0501.01.161A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41402", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41395, + "usage_id": 120 + }, + "0501.01.161B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1161B, Installationsschacht", "arch_name": "1161B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41402", - "roomcode": "0501.01.161B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=65366", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41402, + "usage_id": 120 + }, + "0501.01.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1163, B\u00fcro", "arch_name": "1163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65366", - "roomcode": "0501.01.163", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41408", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65366, + "usage_id": 12 + }, + "0501.01.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1164, Lager", "arch_name": "1164@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41408", - "roomcode": "0501.01.164", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8186", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41408, + "usage_id": 30 + }, + "0501.01.165": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1165, B\u00fcro", "arch_name": "1165@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8186", - "roomcode": "0501.01.165", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8265", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26036, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8186, + "usage_id": 12 + }, + "0501.01.165A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1165A, B\u00fcro", "arch_name": "1165A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8265", - "roomcode": "0501.01.165A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41473", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26036, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8265, + "usage_id": 12 + }, + "0501.01.166": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1166, Flur", "arch_name": "1166@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41473", - "roomcode": "0501.01.166", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8268", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41473, + "usage_id": 222 + }, + "0501.01.168": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1168, B\u00fcro", "arch_name": "1168@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8268", - "roomcode": "0501.01.168", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41529", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8268, + "usage_id": 12 + }, + "0501.01.168A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1168A, B\u00fcro", "arch_name": "1168A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41529", - "roomcode": "0501.01.168A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41532", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41529, + "usage_id": 12 + }, + "0501.01.168B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1168B, B\u00fcro", "arch_name": "1168B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41532", - "roomcode": "0501.01.168B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41538", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41532, + "usage_id": 12 + }, + "0501.01.168C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1168C, B\u00fcro", "arch_name": "1168C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41538", - "roomcode": "0501.01.168C", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41542", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41538, + "usage_id": 12 + }, + "0501.01.168D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1168D, B\u00fcro", "arch_name": "1168D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41542", - "roomcode": "0501.01.168D", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=65364", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41542, + "usage_id": 12 + }, + "0501.01.168E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1168E, Flur", "arch_name": "1168E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65364", - "roomcode": "0501.01.168E", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8279", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65364, + "usage_id": 222 + }, + "0501.01.169": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1169, B\u00fcro", "arch_name": "1169@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8279", - "roomcode": "0501.01.169", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8281", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26036, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8279, + "usage_id": 12 + }, + "0501.01.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1170, B\u00fcro", "arch_name": "1170@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8281", - "roomcode": "0501.01.170", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8285", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8281, + "usage_id": 12 + }, + "0501.01.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1171, B\u00fcro", "arch_name": "1171@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8285", - "roomcode": "0501.01.171", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41621", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26036, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8285, + "usage_id": 12 + }, + "0501.01.171A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1171A, Lager", "arch_name": "1171A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41621", - "roomcode": "0501.01.171A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41625", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26036, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41621, + "usage_id": 30 + }, + "0501.01.172": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1172, B\u00fcro", "arch_name": "1172@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41625", - "roomcode": "0501.01.172", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=58864", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41625, + "usage_id": 12 + }, + "0501.01.173": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1173, Scannerraum", "arch_name": "1173@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58864", - "roomcode": "0501.01.173", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=19032", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58864, + "usage_id": 110 + }, + "0501.01.174": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1174, B\u00fcro Bibliothek", "arch_name": "1174@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19032", - "roomcode": "0501.01.174", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=72167", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19032, + "usage_id": 12 + }, + "0501.01.174A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1174A, Lager", "arch_name": "1174A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72167", - "roomcode": "0501.01.174A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8298", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72167, + "usage_id": 30 + }, + "0501.01.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1180, H\u00f6rsaal ohne exp. B\u00fchne", "arch_name": "1180@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12516&cReadonly=J", - "extended": { - "additional_description": "1180, H\u00f6rsaal ohne exp. B\u00fchne", - "address": "Arcisstr. 21(0501), 1.Obergescho\u00df", - "architect_room_nr": "1180@0501", - "area_m2": 208.56, - "building": "0501 (Z1) Institutsbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "180", - "seats": 200, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8298", - "roomcode": "0501.01.180", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41781", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 12516, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 200, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8298, + "usage_id": 20 + }, + "0501.01.181": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1181, WC-Herren", "arch_name": "1181@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41781", - "roomcode": "0501.01.181", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74716", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41781, + "usage_id": 115 + }, + "0501.01.181A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1181A, Vorraum WC-H", "arch_name": "1181A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74716", - "roomcode": "0501.01.181A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41788", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74716, + "usage_id": 118 + }, + "0501.01.183": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1183, WC-Damen", "arch_name": "1183@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41788", - "roomcode": "0501.01.183", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41793", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41788, + "usage_id": 116 + }, + "0501.01.183A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1183A, Putzraum", "arch_name": "1183A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41793", - "roomcode": "0501.01.183A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41865", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41793, + "usage_id": 205 + }, + "0501.01.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1190, Treppenraum S\u00fcd", "arch_name": "1190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41865", - "roomcode": "0501.01.190", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74707", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41865, + "usage_id": 223 + }, + "0501.01.190B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1190B, Fluchttreppenhaus", "arch_name": "1190B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74707", - "roomcode": "0501.01.190B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74706", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74707, + "usage_id": 223 + }, + "0501.01.190C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1190C, Flur", "arch_name": "1190C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74706", - "roomcode": "0501.01.190C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74703", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74706, + "usage_id": 222 + }, + "0501.01.191A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1191A, Flur", "arch_name": "1191A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74703", - "roomcode": "0501.01.191A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74699", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74703, + "usage_id": 222 + }, + "0501.01.191C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1191C, Flur", "arch_name": "1191C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74699", - "roomcode": "0501.01.191C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8307", + "area_id": 23, + "building_id": 577, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74699, + "usage_id": 222 + }, + "0501.02.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2100, Seminarraum", "arch_name": "2100@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12618&cReadonly=J", - "extended": { - "additional_description": "2100, Seminarraum", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2100@0501", - "area_m2": 148.04, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "100", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8307", - "roomcode": "0501.02.100", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41878", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 12618, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8307, + "usage_id": 41 + }, + "0501.02.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2101, Raumlufttechnik", "arch_name": "2101@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41878", - "roomcode": "0501.02.101", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74661", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41878, + "usage_id": 32 + }, + "0501.02.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2108, Fluchttreppenhaus", "arch_name": "2108@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74661", - "roomcode": "0501.02.108", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40757", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74661, + "usage_id": 223 + }, + "0501.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2110, Treppenraum", "arch_name": "2110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40757", - "roomcode": "0501.02.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74660", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40757, + "usage_id": 223 + }, + "0501.02.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2110A, Flur", "arch_name": "2110A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74660", - "roomcode": "0501.02.110A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74657", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74660, + "usage_id": 222 + }, + "0501.02.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2110C, Flur", "arch_name": "2110C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74657", - "roomcode": "0501.02.110C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74658", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74657, + "usage_id": 222 + }, + "0501.02.110E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2110E, Flur", "arch_name": "2110E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74658", - "roomcode": "0501.02.110E", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40765", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74658, + "usage_id": 222 + }, + "0501.02.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2111, WC-Damen", "arch_name": "2111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40765", - "roomcode": "0501.02.111", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74633", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40765, + "usage_id": 116 + }, + "0501.02.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2111A, Vorraum WC-D", "arch_name": "2111A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74633", - "roomcode": "0501.02.111A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=19047", - "alt_name": "2112, B\u00fcro", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74633, + "usage_id": 118 + }, + "0501.02.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2112, B\u00fcro", "arch_name": "2112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19047", - "roomcode": "0501.02.112", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40850", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19047, + "usage_id": 12 + }, + "0501.02.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2113, WC-Herren", "arch_name": "2113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40850", - "roomcode": "0501.02.113", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74634", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40850, + "usage_id": 115 + }, + "0501.02.113A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2113A, Vorraum WC-H", "arch_name": "2113A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74634", - "roomcode": "0501.02.113A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40897", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74634, + "usage_id": 118 + }, + "0501.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120, B\u00fcro", "arch_name": "2120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40897", - "roomcode": "0501.02.120", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8386", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40897, + "usage_id": 12 + }, + "0501.02.120A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120A, B\u00fcro", "arch_name": "2120A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8386", - "roomcode": "0501.02.120A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8388", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8386, + "usage_id": 12 + }, + "0501.02.120B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120B, B\u00fcro", "arch_name": "2120B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8388", - "roomcode": "0501.02.120B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8391", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8388, + "usage_id": 12 + }, + "0501.02.120C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120C, Postlager", "arch_name": "2120C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8391", - "roomcode": "0501.02.120C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8394", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8391, + "usage_id": 30 + }, + "0501.02.120D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120D, Flur", "arch_name": "2120D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8394", - "roomcode": "0501.02.120D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40976", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8394, + "usage_id": 222 + }, + "0501.02.120E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120E, Gruppenarbeitsraum G3", "arch_name": "2120E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2120E, Gruppenarbeitsraum G3", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2120E@0501", - "area_m2": 45.71, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "120E", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40976", - "roomcode": "0501.02.120E", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41037", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40976, + "usage_id": 131 + }, + "0501.02.120F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120F, Gruppenarbeitsraum G2", "arch_name": "2120F@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2120F, Gruppenarbeitsraum G2", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2120F@0501", - "area_m2": 14.24, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "120F", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41037", - "roomcode": "0501.02.120F", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67600", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41037, + "usage_id": 131 + }, + "0501.02.120G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120G, Gruppenarbeitsraum G1", "arch_name": "2120G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2120G, Gruppenarbeitsraum G1", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2120G@0501", - "area_m2": 14.6, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "120G", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67600", - "roomcode": "0501.02.120G", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66508", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67600, + "usage_id": 131 + }, + "0501.02.120H": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120H, Gruppenraum G4", "arch_name": "2120H@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2120H, Gruppenraum G4", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2120H@0501", - "area_m2": 30.92, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "120H", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66508", - "roomcode": "0501.02.120H", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67599", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66508, + "usage_id": 131 + }, + "0501.02.120I": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2120I, Flur", "arch_name": "2120I@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67599", - "roomcode": "0501.02.120I", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41041", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67599, + "usage_id": 222 + }, + "0501.02.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2121, B\u00fcro", "arch_name": "2121@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=37623", - "operator": "[ TUZV44H ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41041", - "roomcode": "0501.02.121", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8339", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37623, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41041, + "usage_id": 12 + }, + "0501.02.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2123, B\u00fcro", "arch_name": "2123@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8339", - "roomcode": "0501.02.123", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8341", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8339, + "usage_id": 12 + }, + "0501.02.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2125, B\u00fcro", "arch_name": "2125@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8341", - "roomcode": "0501.02.125", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8344", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8341, + "usage_id": 12 + }, + "0501.02.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2127, B\u00fcro", "arch_name": "2127@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8344", - "roomcode": "0501.02.127", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8346", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8344, + "usage_id": 12 + }, + "0501.02.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2129, B\u00fcro", "arch_name": "2129@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8346", - "roomcode": "0501.02.129", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8348", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8346, + "usage_id": 12 + }, + "0501.02.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2131, B\u00fcro", "arch_name": "2131@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8348", - "roomcode": "0501.02.131", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8350", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8348, + "usage_id": 12 + }, + "0501.02.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2133, B\u00fcro", "arch_name": "2133@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8350", - "roomcode": "0501.02.133", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41181", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8350, + "usage_id": 12 + }, + "0501.02.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2135, WC-Damen", "arch_name": "2135@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41181", - "roomcode": "0501.02.135", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41185", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41181, + "usage_id": 116 + }, + "0501.02.135A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2135A, LRZ-Verteilerknoten", "arch_name": "2135A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41185", - "roomcode": "0501.02.135A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74668", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41185, + "usage_id": 120 + }, + "0501.02.135B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2135B, Vorraum WC-D", "arch_name": "2135B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74668", - "roomcode": "0501.02.135B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41192", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74668, + "usage_id": 118 + }, + "0501.02.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2136, Lesesaal", "arch_name": "2136@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41192", - "roomcode": "0501.02.136", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41198", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41192, + "usage_id": 150 + }, + "0501.02.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2137, WC-Herren", "arch_name": "2137@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41198", - "roomcode": "0501.02.137", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74665", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41198, + "usage_id": 115 + }, + "0501.02.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2137A, Vorraum WC-H", "arch_name": "2137A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74665", - "roomcode": "0501.02.137A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74666", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74665, + "usage_id": 118 + }, + "0501.02.137C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2137C, Putzraum", "arch_name": "2137C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74666", - "roomcode": "0501.02.137C", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41247", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74666, + "usage_id": 205 + }, + "0501.02.138A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2138A, Installationsschacht", "arch_name": "2138A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41247", - "roomcode": "0501.02.138A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41264", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41247, + "usage_id": 120 + }, + "0501.02.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2140, Lesesaal", "arch_name": "2140@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41264", - "roomcode": "0501.02.140", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67601", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41264, + "usage_id": 150 + }, + "0501.02.140B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2140B, Gruppenarbeitsraum G5", "arch_name": "2140B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2140B, Gruppenarbeitsraum G5", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2140B@0501", - "area_m2": 16.38, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "140B", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67601", - "roomcode": "0501.02.140B", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67602", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67601, + "usage_id": 131 + }, + "0501.02.140C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2140C, Gruppenarbeitsraum G6", "arch_name": "2140C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2140C, Gruppenarbeitsraum G6", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2140C@0501", - "area_m2": 16.21, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "140C", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67602", - "roomcode": "0501.02.140C", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41333", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67602, + "usage_id": 131 + }, + "0501.02.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2141, Aufenthalt", "arch_name": "2141@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41333", - "roomcode": "0501.02.141", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41337", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41333, + "usage_id": 44 + }, + "0501.02.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2142, Treppe/Flur-Zentral", "arch_name": "2142@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41337", - "roomcode": "0501.02.142", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41488", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41337, + "usage_id": 223 + }, + "0501.02.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2144, Lesesaal", "arch_name": "2144@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41488", - "roomcode": "0501.02.144", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41492", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41488, + "usage_id": 150 + }, + "0501.02.146A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2146A, Installationsschacht", "arch_name": "2146A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41492", - "roomcode": "0501.02.146A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66513", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41492, + "usage_id": 120 + }, + "0501.02.146B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2146B, Gruppenarbeitsraum G7", "arch_name": "2146B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "2146B, Gruppenarbeitsraum G7", - "address": "Arcisstr. 21(0501), 2.Obergescho\u00df", - "architect_room_nr": "2146B@0501", - "area_m2": 9.46, - "building": "0501 (Z1) Institutsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "146B", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66513", - "roomcode": "0501.02.146B", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41552", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66513, + "usage_id": 131 + }, + "0501.02.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2147, Besprechungsraum", "arch_name": "2147@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41552", - "roomcode": "0501.02.147", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41557", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41552, + "usage_id": 196 + }, + "0501.02.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2148, Lesesaal", "arch_name": "2148@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41557", - "roomcode": "0501.02.148", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41567", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 34, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41557, + "usage_id": 150 + }, + "0501.02.148A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2148A, Treppe", "arch_name": "2148A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41567", - "roomcode": "0501.02.148A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8884", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41567, + "usage_id": 223 + }, + "0501.02.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2149, B\u00fcro", "arch_name": "2149@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8884", - "roomcode": "0501.02.149", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74664", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8884, + "usage_id": 12 + }, + "0501.02.149A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2149A, Gang", "arch_name": "2149A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74664", - "roomcode": "0501.02.149A", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41727", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74664, + "usage_id": 16 + }, + "0501.02.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2153, WC-Herren", "arch_name": "2153@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41727", - "roomcode": "0501.02.153", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74667", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41727, + "usage_id": 115 + }, + "0501.02.153A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2153A, Vorraum WC-H", "arch_name": "2153A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74667", - "roomcode": "0501.02.153A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74635", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74667, + "usage_id": 118 + }, + "0501.02.153B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2153B, Putzraum", "arch_name": "2153B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74635", - "roomcode": "0501.02.153B", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41736", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74635, + "usage_id": 205 + }, + "0501.02.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2155, WC-Damen", "arch_name": "2155@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41736", - "roomcode": "0501.02.155", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41738", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41736, + "usage_id": 116 + }, + "0501.02.155A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2155A, LRZ-Verteilerknoten", "arch_name": "2155A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41738", - "roomcode": "0501.02.155A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74636", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41738, + "usage_id": 120 + }, + "0501.02.155B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2155B, Putzraum", "arch_name": "2155B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74636", - "roomcode": "0501.02.155B", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74669", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74636, + "usage_id": 205 + }, + "0501.02.155C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2155C, Vorraum WC-D", "arch_name": "2155C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74669", - "roomcode": "0501.02.155C", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8918", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74669, + "usage_id": 118 + }, + "0501.02.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2157, B\u00fcro", "arch_name": "2157@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8918", - "roomcode": "0501.02.157", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8921", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8918, + "usage_id": 12 + }, + "0501.02.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2159, B\u00fcro", "arch_name": "2159@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8921", - "roomcode": "0501.02.159", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41800", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8921, + "usage_id": 12 + }, + "0501.02.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2161, B\u00fcro", "arch_name": "2161@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41800", - "roomcode": "0501.02.161", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41803", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41800, + "usage_id": 12 + }, + "0501.02.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2163, B\u00fcro", "arch_name": "2163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41803", - "roomcode": "0501.02.163", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8942", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41803, + "usage_id": 12 + }, + "0501.02.165": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2165, B\u00fcro", "arch_name": "2165@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8942", - "roomcode": "0501.02.165", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8974", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8942, + "usage_id": 12 + }, + "0501.02.167": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2167, B\u00fcro", "arch_name": "2167@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8974", - "roomcode": "0501.02.167", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=14171", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8974, + "usage_id": 12 + }, + "0501.02.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170, Lesesaal", "arch_name": "2170@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14171", - "roomcode": "0501.02.170", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40778", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14171, + "usage_id": 150 + }, + "0501.02.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170A, Einzelarbeitsraum 15", "arch_name": "2170A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40778", - "roomcode": "0501.02.170A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40780", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40778, + "usage_id": 208 + }, + "0501.02.170B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170B, Einzelarbeitsraum 14", "arch_name": "2170B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40780", - "roomcode": "0501.02.170B", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40917", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40780, + "usage_id": 208 + }, + "0501.02.170C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170C, Einzelarbeitsraum 13", "arch_name": "2170C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40917", - "roomcode": "0501.02.170C", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40925", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40917, + "usage_id": 208 + }, + "0501.02.170D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170D, Einzelarbeitsraum 12", "arch_name": "2170D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40925", - "roomcode": "0501.02.170D", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40929", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40925, + "usage_id": 208 + }, + "0501.02.170E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170E, Einzelarbeitsraum 11", "arch_name": "2170E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40929", - "roomcode": "0501.02.170E", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40934", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40929, + "usage_id": 208 + }, + "0501.02.170F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170F, Einzelarbeitsraum 10", "arch_name": "2170F@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40934", - "roomcode": "0501.02.170F", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40983", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40934, + "usage_id": 208 + }, + "0501.02.170G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170G, Einzelarbeitsraum 9", "arch_name": "2170G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40983", - "roomcode": "0501.02.170G", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40988", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40983, + "usage_id": 208 + }, + "0501.02.170H": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170H, Einzelarbeitsraum 8", "arch_name": "2170H@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40988", - "roomcode": "0501.02.170H", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40995", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40988, + "usage_id": 208 + }, + "0501.02.170I": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170I, Einzelarbeitsraum 7", "arch_name": "2170I@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40995", - "roomcode": "0501.02.170I", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40999", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40995, + "usage_id": 208 + }, + "0501.02.170J": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170J, Einzelarbeitsraum 6", "arch_name": "2170J@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40999", - "roomcode": "0501.02.170J", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41061", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40999, + "usage_id": 208 + }, + "0501.02.170K": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170K, Einzelarbeitsraum 5", "arch_name": "2170K@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41061", - "roomcode": "0501.02.170K", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66509", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41061, + "usage_id": 208 + }, + "0501.02.170L": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170L, Einzelarbeitsraum 4", "arch_name": "2170L@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66509", - "roomcode": "0501.02.170L", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66510", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66509, + "usage_id": 208 + }, + "0501.02.170M": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170M, Einzelarbeitsraum 3", "arch_name": "2170M@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66510", - "roomcode": "0501.02.170M", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66511", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66510, + "usage_id": 208 + }, + "0501.02.170N": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170N, Einzelarbeitsraum 2", "arch_name": "2170N@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66511", - "roomcode": "0501.02.170N", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66512", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66511, + "usage_id": 208 + }, + "0501.02.170O": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2170O, Einzelarbeitsraum 1", "arch_name": "2170O@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66512", - "roomcode": "0501.02.170O", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9137", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66512, + "usage_id": 208 + }, + "0501.02.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2171, B\u00fcro", "arch_name": "2171@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9137", - "roomcode": "0501.02.171", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41073", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9137, + "usage_id": 12 + }, + "0501.02.173": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2173, Serverraum", "arch_name": "2173@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41073", - "roomcode": "0501.02.173", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9164", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41073, + "usage_id": 207 + }, + "0501.02.175": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2175, B\u00fcro", "arch_name": "2175@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9164", - "roomcode": "0501.02.175", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=21222", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9164, + "usage_id": 12 + }, + "0501.02.176": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2176, B\u00fcro", "arch_name": "2176@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21222", - "roomcode": "0501.02.176", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41144", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21222, + "usage_id": 12 + }, + "0501.02.178": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2178, Flur", "arch_name": "2178@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41144", - "roomcode": "0501.02.178", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41148", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41144, + "usage_id": 222 + }, + "0501.02.179": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2179, Lager", "arch_name": "2179@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41148", - "roomcode": "0501.02.179", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41205", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41148, + "usage_id": 30 + }, + "0501.02.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2180, Besprechungsraum", "arch_name": "2180@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19671&cRes=20337&cReadonly=J", - "list_index": "401", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41205", - "roomcode": "0501.02.180", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41211", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 20337, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41205, + "usage_id": 196 + }, + "0501.02.180A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2180A, Flur", "arch_name": "2180A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41211", - "roomcode": "0501.02.180A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41217", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41211, + "usage_id": 222 + }, + "0501.02.180B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2180B, Raumlufttechnik", "arch_name": "2180B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41217", - "roomcode": "0501.02.180B", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74662", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41217, + "usage_id": 32 + }, + "0501.02.180C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2180C, Teek\u00fcche", "arch_name": "2180C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74662", - "roomcode": "0501.02.180C", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41221", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74662, + "usage_id": 198 + }, + "0501.02.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2190, Treppenraum Nord", "arch_name": "2190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41221", - "roomcode": "0501.02.190", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74663", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41221, + "usage_id": 223 + }, + "0501.02.190A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2190A, Verbindungsgang", "arch_name": "2190A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74663", - "roomcode": "0501.02.190A", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74659", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74663, + "usage_id": 16 + }, + "0501.02.191A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2191A, Flur", "arch_name": "2191A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74659", - "roomcode": "0501.02.191A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74656", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74659, + "usage_id": 222 + }, + "0501.02.191C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2191C, Flur", "arch_name": "2191C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74656", - "roomcode": "0501.02.191C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9192", + "area_id": 23, + "building_id": 577, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74656, + "usage_id": 222 + }, + "0501.03.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3106, B\u00fcro", "arch_name": "3106@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=50097", - "operator": "[ TUBVIMO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9192", - "roomcode": "0501.03.106", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9207", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 50097, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9192, + "usage_id": 12 + }, + "0501.03.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3108, B\u00fcro", "arch_name": "3108@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=50097", - "operator": "[ TUBVIMO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9207", - "roomcode": "0501.03.108", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74648", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 50097, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9207, + "usage_id": 12 + }, + "0501.03.108A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3108A, Treppe", "arch_name": "3108A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74648", - "roomcode": "0501.03.108A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41286", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74648, + "usage_id": 223 + }, + "0501.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3110, Treppenraum Nord", "arch_name": "3110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41286", - "roomcode": "0501.03.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74642", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41286, + "usage_id": 223 + }, + "0501.03.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3110A, Flur", "arch_name": "3110A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74642", - "roomcode": "0501.03.110A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74637", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74642, + "usage_id": 222 + }, + "0501.03.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3110C, Flur", "arch_name": "3110C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74637", - "roomcode": "0501.03.110C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74639", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74637, + "usage_id": 222 + }, + "0501.03.110E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3110E, Flur", "arch_name": "3110E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74639", - "roomcode": "0501.03.110E", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41291", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74639, + "usage_id": 222 + }, + "0501.03.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3111, B\u00fcro", "arch_name": "3111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41291", - "roomcode": "0501.03.111", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41348", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41291, + "usage_id": 12 + }, + "0501.03.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3112, Teek\u00fcche", "arch_name": "3112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41348", - "roomcode": "0501.03.112", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41352", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41348, + "usage_id": 198 + }, + "0501.03.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3113, Teek\u00fcche", "arch_name": "3113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41352", - "roomcode": "0501.03.113", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41355", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14990, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41352, + "usage_id": 198 + }, + "0501.03.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3114, Besprechungsraum", "arch_name": "3114@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41355", - "roomcode": "0501.03.114", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74643", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41355, + "usage_id": 196 + }, + "0501.03.114A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3114A, Galerie", "arch_name": "3114A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74643", - "roomcode": "0501.03.114A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9240", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74643, + "usage_id": 206 + }, + "0501.03.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3115, Seminarraum", "arch_name": "3115@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=14990&cRes=15112&cReadonly=J", - "extended": { - "additional_description": "3115, Seminarraum", - "address": "Arcisstr. 21(0501), 3.Obergescho\u00df", - "architect_room_nr": "3115@0501", - "area_m2": 42.08, - "building": "0501 (Z1) Institutsbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "115", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9240", - "roomcode": "0501.03.115", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41438", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15112, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9240, + "usage_id": 41 + }, + "0501.03.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3117, Flur", "arch_name": "3117@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41438", - "roomcode": "0501.03.117", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41442", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41438, + "usage_id": 222 + }, + "0501.03.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3119, Bibliothek", "arch_name": "3119@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41442", - "roomcode": "0501.03.119", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9243", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41442, + "usage_id": 10 + }, + "0501.03.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3120, B\u00fcro-/Seminarraum mit Galerie", "arch_name": "3120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=15113&cReadonly=J", - "list_index": "424", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9243", - "roomcode": "0501.03.120", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74641", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15113, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9243, + "usage_id": 12 + }, + "0501.03.120A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3120A, Galerie", "arch_name": "3120A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74641", - "roomcode": "0501.03.120A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41448", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74641, + "usage_id": 206 + }, + "0501.03.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3122, Lager/Abstellraum", "arch_name": "3122@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41448", - "roomcode": "0501.03.122", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9263", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41448, + "usage_id": 30 + }, + "0501.03.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3123, B\u00fcro", "arch_name": "3123@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9263", - "roomcode": "0501.03.123", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9265", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9263, + "usage_id": 12 + }, + "0501.03.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3125, Arbeitsraum", "arch_name": "3125@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9265", - "roomcode": "0501.03.125", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9267", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9265, + "usage_id": 12 + }, + "0501.03.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3127, Arbeitsraum", "arch_name": "3127@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9267", - "roomcode": "0501.03.127", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9268", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9267, + "usage_id": 12 + }, + "0501.03.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3129, Arbeitsraum", "arch_name": "3129@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9268", - "roomcode": "0501.03.129", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9269", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9268, + "usage_id": 12 + }, + "0501.03.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3131, Arbeitsraum", "arch_name": "3131@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9269", - "roomcode": "0501.03.131", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9272", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9269, + "usage_id": 12 + }, + "0501.03.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3133, Arbeitsraum/mit Besp.Grp.", "arch_name": "3133@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9272", - "roomcode": "0501.03.133", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41511", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14990, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9272, + "usage_id": 12 + }, + "0501.03.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3135, Vorraum WC-H", "arch_name": "3135@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41511", - "roomcode": "0501.03.135", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74645", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41511, + "usage_id": 118 + }, + "0501.03.135B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3135B, Toilette WC-H", "arch_name": "3135B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74645", - "roomcode": "0501.03.135B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41577", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74645, + "usage_id": 115 + }, + "0501.03.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3137, Vorraum WC-D", "arch_name": "3137@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41577", - "roomcode": "0501.03.137", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74060", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41577, + "usage_id": 118 + }, + "0501.03.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3137A, Putzraum", "arch_name": "3137A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74060", - "roomcode": "0501.03.137A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74644", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74060, + "usage_id": 205 + }, + "0501.03.137B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3137B, Toilette WC-D", "arch_name": "3137B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74644", - "roomcode": "0501.03.137B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41651", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74644, + "usage_id": 116 + }, + "0501.03.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3140, Stud. Arbeitspl\u00e4tze", "arch_name": "3140@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=15505&cReadonly=J", - "list_index": "438", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41651", - "roomcode": "0501.03.140", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41658", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15505, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 53118, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41651, + "usage_id": 208 + }, + "0501.03.140A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3140A, Lager/Nebenraum zu 3140", "arch_name": "3140A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41658", - "roomcode": "0501.03.140A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9318", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41658, + "usage_id": 30 + }, + "0501.03.140B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3140B, Stud.arbeit", "arch_name": "3140B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51817&cRes=15118&cReadonly=J", - "list_index": "440", - "op_link": "webnav.navigate_to?corg=51817", - "operator": "[ TUARL38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9318", - "roomcode": "0501.03.140B", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41673", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15118, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9318, + "usage_id": 208 + }, + "0501.03.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3141, Stud.-Hilfskr\u00e4fte", "arch_name": "3141@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41673", - "roomcode": "0501.03.141", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41744", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41673, + "usage_id": 12 + }, + "0501.03.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3142, Zentraler Treppenraum", "arch_name": "3142@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41744", - "roomcode": "0501.03.142", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75837", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41744, + "usage_id": 223 + }, + "0501.03.142A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3142A, Lager", "arch_name": "3142A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75837", - "roomcode": "0501.03.142A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41751", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75837, + "usage_id": 30 + }, + "0501.03.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3149, Seminarraum", "arch_name": "3149@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=14945&cRes=15513&cReadonly=J", - "extended": { - "additional_description": "3149, Seminarraum", - "address": "Arcisstr. 21(0501), 3.Obergescho\u00df", - "architect_room_nr": "3149@0501", - "area_m2": 49.97, - "building": "0501 (Z1) Institutsbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "149", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41751", - "roomcode": "0501.03.149", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41825", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15513, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41751, + "usage_id": 41 + }, + "0501.03.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3152, Gro\u00dfraumb\u00fcro", "arch_name": "3152@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41825", - "roomcode": "0501.03.152", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41831", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41825, + "usage_id": 12 + }, + "0501.03.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3153, WC-Herren", "arch_name": "3153@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41831", - "roomcode": "0501.03.153", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74646", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41831, + "usage_id": 115 + }, + "0501.03.153A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3153A, Vorraum WC-H", "arch_name": "3153A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74646", - "roomcode": "0501.03.153A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41836", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74646, + "usage_id": 118 + }, + "0501.03.153B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3153B, LRZ-Verteilerknoten", "arch_name": "3153B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41836", - "roomcode": "0501.03.153B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74649", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41836, + "usage_id": 120 + }, + "0501.03.153C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3153C, Putzraum", "arch_name": "3153C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74649", - "roomcode": "0501.03.153C", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41842", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74649, + "usage_id": 205 + }, + "0501.03.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3154, Arbeitsraum/mit Besp.Grp.", "arch_name": "3154@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41842", - "roomcode": "0501.03.154", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41917", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41842, + "usage_id": 12 + }, + "0501.03.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3155, WC-Damen", "arch_name": "3155@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41917", - "roomcode": "0501.03.155", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74647", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41917, + "usage_id": 116 + }, + "0501.03.155A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3155A, Vorraum WC-D", "arch_name": "3155A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74647", - "roomcode": "0501.03.155A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8937", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74647, + "usage_id": 118 + }, + "0501.03.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3157, B\u00fcro", "arch_name": "3157@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8937", - "roomcode": "0501.03.157", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40800", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8937, + "usage_id": 12 + }, + "0501.03.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3158, Ablageraum", "arch_name": "3158@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40800", - "roomcode": "0501.03.158", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8938", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40800, + "usage_id": 2 + }, + "0501.03.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3159, B\u00fcro", "arch_name": "3159@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8938", - "roomcode": "0501.03.159", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40826", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8938, + "usage_id": 12 + }, + "0501.03.160A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3160A, Lager zu 3160", "arch_name": "3160A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40826", - "roomcode": "0501.03.160A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8998", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40826, + "usage_id": 30 + }, + "0501.03.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3161, B\u00fcro", "arch_name": "3161@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8998", - "roomcode": "0501.03.161", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40949", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8998, + "usage_id": 12 + }, + "0501.03.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3162, K\u00fcche, Prospekte", "arch_name": "3162@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40949", - "roomcode": "0501.03.162", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9019", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40949, + "usage_id": 28 + }, + "0501.03.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3163, B\u00fcro", "arch_name": "3163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9019", - "roomcode": "0501.03.163", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41006", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9019, + "usage_id": 12 + }, + "0501.03.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3164, Lager", "arch_name": "3164@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41006", - "roomcode": "0501.03.164", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41014", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41006, + "usage_id": 30 + }, + "0501.03.165": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3165, B\u00fcro", "arch_name": "3165@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41014", - "roomcode": "0501.03.165", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9028", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41014, + "usage_id": 12 + }, + "0501.03.166": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3166, Prof.-B\u00fcro", "arch_name": "3166@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=48938&cRes=26266&cReadonly=J", - "list_index": "462", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9028", - "roomcode": "0501.03.166", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41022", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 26266, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9028, + "usage_id": 12 + }, + "0501.03.166A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3166A, Arbeitsraum", "arch_name": "3166A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41022", - "roomcode": "0501.03.166A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9068", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41022, + "usage_id": 12 + }, + "0501.03.167": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3167, Prof.-B\u00fcro", "arch_name": "3167@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=44384&cRes=26506&cReadonly=J", - "list_index": "464", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9068", - "roomcode": "0501.03.167", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41082", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 26506, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9068, + "usage_id": 12 + }, + "0501.03.168": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3168, Besprechungsraum", "arch_name": "3168@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=51817", - "operator": "[ TUARL38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41082", - "roomcode": "0501.03.168", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9076", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41082, + "usage_id": 196 + }, + "0501.03.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3170A, Studentische Arbeitspl\u00e4tze", "arch_name": "3170A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=15107&cReadonly=J", - "list_index": "466", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9076", - "roomcode": "0501.03.170A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9079", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15107, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9076, + "usage_id": 208 + }, + "0501.03.170B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3170B, Studentische Arbeitspl\u00e4tze", "arch_name": "3170B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=15108&cReadonly=J", - "list_index": "467", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9079", - "roomcode": "0501.03.170B", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9116", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15108, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9079, + "usage_id": 208 + }, + "0501.03.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3171, Sekretariat", "arch_name": "3171@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=44384&cRes=25360&cReadonly=J", - "list_index": "468", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9116", - "roomcode": "0501.03.171", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41160", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 25360, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9116, + "usage_id": 40 + }, + "0501.03.173": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3173, Foyer", "arch_name": "3173@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41160", - "roomcode": "0501.03.173", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9118", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41160, + "usage_id": 222 + }, + "0501.03.175": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3175, B\u00fcro", "arch_name": "3175@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "470", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9118", - "roomcode": "0501.03.175", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41171", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9118, + "usage_id": 12 + }, + "0501.03.175A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3175A, K\u00fcche", "arch_name": "3175A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41171", - "roomcode": "0501.03.175A", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41226", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41171, + "usage_id": 28 + }, + "0501.03.175B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3175B, Lager", "arch_name": "3175B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "472", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41226", - "roomcode": "0501.03.175B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9161", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41226, + "usage_id": 30 + }, + "0501.03.178": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3178, B\u00fcro/Assistent", "arch_name": "3178@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "473", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9161", - "roomcode": "0501.03.178", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9162", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9161, + "usage_id": 12 + }, + "0501.03.179": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3179, B\u00fcro", "arch_name": "3179@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9162", - "roomcode": "0501.03.179", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41237", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9162, + "usage_id": 12 + }, + "0501.03.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3180, B\u00fcro", "arch_name": "3180@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41237", - "roomcode": "0501.03.180", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9163", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41237, + "usage_id": 12 + }, + "0501.03.181": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3181, B\u00fcro", "arch_name": "3181@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "476", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9163", - "roomcode": "0501.03.181", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9182", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9163, + "usage_id": 12 + }, + "0501.03.183": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3183, Sekretariat", "arch_name": "3183@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9182", - "roomcode": "0501.03.183", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41300", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9182, + "usage_id": 40 + }, + "0501.03.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3190, Treppenhaus S\u00fcd", "arch_name": "3190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "478", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41300", - "roomcode": "0501.03.190", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74640", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41300, + "usage_id": 223 + }, + "0501.03.191A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3191A, Flur", "arch_name": "3191A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74640", - "roomcode": "0501.03.191A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74638", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74640, + "usage_id": 222 + }, + "0501.03.191C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3191C, Flur", "arch_name": "3191C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74638", - "roomcode": "0501.03.191C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41306", + "area_id": 23, + "building_id": 577, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74638, + "usage_id": 222 + }, + "0501.04.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4110, Treppenraum Nord", "arch_name": "4110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "481", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41306", - "roomcode": "0501.04.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74689", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41306, + "usage_id": 223 + }, + "0501.04.110B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4110B, Flur", "arch_name": "4110B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "482", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74689", - "roomcode": "0501.04.110B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74690", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74689, + "usage_id": 222 + }, + "0501.04.110D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4110D, Flur", "arch_name": "4110D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "483", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74690", - "roomcode": "0501.04.110D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41309", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74690, + "usage_id": 222 + }, + "0501.04.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4111, B\u00fcro", "arch_name": "4111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15187&cRes=18871&cReadonly=J", - "list_index": "484", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41309", - "roomcode": "0501.04.111", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9184", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18871, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41309, + "usage_id": 12 + }, + "0501.04.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4112, B\u00fcro mit Besp. Grp.", "arch_name": "4112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=48938&cRes=20102&cReadonly=J", - "list_index": "485", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9184", - "roomcode": "0501.04.112", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41372", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 20102, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48938, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9184, + "usage_id": 12 + }, + "0501.04.112A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4112A ZG, Galerie", "arch_name": "4112A ZG@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "486", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41372", - "roomcode": "0501.04.112A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41378", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41372, + "usage_id": 206 + }, + "0501.04.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4113, WC-Herren", "arch_name": "4113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "487", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41378", - "roomcode": "0501.04.113", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41381", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48938, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41378, + "usage_id": 115 + }, + "0501.04.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4115, B\u00fcro", "arch_name": "4115@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "488", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41381", - "roomcode": "0501.04.115", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41456", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41381, + "usage_id": 12 + }, + "0501.04.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4116, Flur zu WC 4113", "arch_name": "4116@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "489", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41456", - "roomcode": "0501.04.116", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74696", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41456, + "usage_id": 222 + }, + "0501.04.116A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4116A, Serverraum", "arch_name": "4116A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "490", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74696", - "roomcode": "0501.04.116A", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9205", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48938, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74696, + "usage_id": 207 + }, + "0501.04.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4117, Prof.-B\u00fcro", "arch_name": "4117@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "491", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9205", - "roomcode": "0501.04.117", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9227", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48938, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9205, + "usage_id": 12 + }, + "0501.04.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4119, Sekretariat", "arch_name": "4119@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=48938&cRes=19238&cReadonly=J", - "list_index": "492", - "op_link": "webnav.navigate_to?corg=48938", - "operator": "[ TUARL35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9227", - "roomcode": "0501.04.119", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9229", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 19238, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9227, + "usage_id": 40 + }, + "0501.04.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4120, Studentische Arbeitspl\u00e4tze (gem.Nutz.CAAD)", "arch_name": "4120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15506&cReadonly=J", - "list_index": "493", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9229", - "roomcode": "0501.04.120", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41520", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15506, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51267, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9229, + "usage_id": 208 + }, + "0501.04.124A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4124A, Stud. Arbeitspl\u00e4tze", "arch_name": "4124A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=18465&cReadonly=J", - "list_index": "494", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41520", - "roomcode": "0501.04.124A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41523", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18465, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41520, + "usage_id": 208 + }, + "0501.04.124B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4124B, Lager zu Seminarraum 4124A", "arch_name": "4124B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "495", - "op_link": "webnav.navigate_to?corg=15143", - "operator": "[ TUARL06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41523", - "roomcode": "0501.04.124B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41525", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15143, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41523, + "usage_id": 30 + }, + "0501.04.124C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4124C, Lager zu Seminarraum 4124A", "arch_name": "4124C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "496", - "op_link": "webnav.navigate_to?corg=15143", - "operator": "[ TUARL06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41525", - "roomcode": "0501.04.124C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9262", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15143, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41525, + "usage_id": 30 + }, + "0501.04.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4133, Gro\u00dfraumb\u00fcro", "arch_name": "4133@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "497", - "op_link": "webnav.navigate_to?corg=15143", - "operator": "[ TUARL06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9262", - "roomcode": "0501.04.133", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74178", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15143, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9262, + "usage_id": 12 + }, + "0501.04.133A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4133A, B\u00fcro", "arch_name": "4133A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "498", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74178", - "roomcode": "0501.04.133A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74177", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74178, + "usage_id": 12 + }, + "0501.04.133B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4133B, B\u00fcro", "arch_name": "4133B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "499", - "op_link": "webnav.navigate_to?corg=15143", - "operator": "[ TUARL06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74177", - "roomcode": "0501.04.133B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41606", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15143, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74177, + "usage_id": 12 + }, + "0501.04.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4135, WC-Damen", "arch_name": "4135@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "500", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41606", - "roomcode": "0501.04.135", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41677", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41606, + "usage_id": 116 + }, + "0501.04.135A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4135A, Putzraum", "arch_name": "4135A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "501", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41677", - "roomcode": "0501.04.135A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74692", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41677, + "usage_id": 205 + }, + "0501.04.135B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4135B, Vorraum WC-D", "arch_name": "4135B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "502", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74692", - "roomcode": "0501.04.135B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41681", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74692, + "usage_id": 118 + }, + "0501.04.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4137, WC-Herren", "arch_name": "4137@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "503", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41681", - "roomcode": "0501.04.137", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41685", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41681, + "usage_id": 115 + }, + "0501.04.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4137A, Putzraum", "arch_name": "4137A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "504", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41685", - "roomcode": "0501.04.137A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74695", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41685, + "usage_id": 205 + }, + "0501.04.137B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4137B, Vorraum WC-H", "arch_name": "4137B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "505", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74695", - "roomcode": "0501.04.137B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9306", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74695, + "usage_id": 118 + }, + "0501.04.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4139, Arbeitsraum", "arch_name": "4139@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "506", - "op_link": "webnav.navigate_to?corg=51817", - "operator": "[ TUARL38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9306", - "roomcode": "0501.04.139", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9309", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9306, + "usage_id": 12 + }, + "0501.04.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4140, Studentische Arbeitspl\u00e4tze", "arch_name": "4140@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=53118&cRes=15115&cReadonly=J", - "list_index": "507", - "op_link": "webnav.navigate_to?corg=53118", - "operator": "[ TUS2ABC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9309", - "roomcode": "0501.04.140", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=9311", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15115, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53118, + "seats": { + "sitting": 55, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9309, + "usage_id": 208 + }, + "0501.04.140A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4140A, Stud. Arbeitspl\u00e4tze", "arch_name": "4140A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=15117&cReadonly=J", - "list_index": "508", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9311", - "roomcode": "0501.04.140A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41770", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15117, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9311, + "usage_id": 208 + }, + "0501.04.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4141, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "4141@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "509", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41770", - "roomcode": "0501.04.141", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41774", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41770, + "usage_id": 12 + }, + "0501.04.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4142, Zentraler Treppenraum", "arch_name": "4142@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "510", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41774", - "roomcode": "0501.04.142", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8878", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41774, + "usage_id": 223 + }, + "0501.04.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4145, B\u00fcro", "arch_name": "4145@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "511", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8878", - "roomcode": "0501.04.145", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41934", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8878, + "usage_id": 12 + }, + "0501.04.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4151, B\u00fcro", "arch_name": "4151@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "512", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41934", - "roomcode": "0501.04.151", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8879", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41934, + "usage_id": 12 + }, + "0501.04.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4153, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "4153@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "513", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8879", - "roomcode": "0501.04.153", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8881", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8879, + "usage_id": 12 + }, + "0501.04.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4157, Arbeitsraum/mit Besp.Grp.", "arch_name": "4157@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "514", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8881", - "roomcode": "0501.04.157", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40728", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8881, + "usage_id": 12 + }, + "0501.04.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4159, Arbeitsraum/mit Besp.Grp.", "arch_name": "4159@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "515", - "op_link": "webnav.navigate_to?corg=51817", - "operator": "[ TUARL38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40728", - "roomcode": "0501.04.159", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40732", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40728, + "usage_id": 12 + }, + "0501.04.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4160, B\u00fcro", "arch_name": "4160@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15142&cRes=19934&cReadonly=J", - "list_index": "516", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40732", - "roomcode": "0501.04.160", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40737", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 19934, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40732, + "usage_id": 12 + }, + "0501.04.160A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Vorraum von 4160A", "arch_name": "4160A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "517", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40737", - "roomcode": "0501.04.160A", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40741", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40737, + "usage_id": 50 + }, + "0501.04.160C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4160C, Galerie", "arch_name": "4160C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "518", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40741", - "roomcode": "0501.04.160C", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8895", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40741, + "usage_id": 206 + }, + "0501.04.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4161, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "4161@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51817&cRes=22084&cReadonly=J", - "list_index": "519", - "op_link": "webnav.navigate_to?corg=51817", - "operator": "[ TUARL38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8895", - "roomcode": "0501.04.161", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40830", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 22084, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8895, + "usage_id": 12 + }, + "0501.04.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4163, Arbeitsraum/mit Besp.Grp.", "arch_name": "4163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "520", - "op_link": "webnav.navigate_to?corg=51817", - "operator": "[ TUARL38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40830", - "roomcode": "0501.04.163", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40831", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51817, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40830, + "usage_id": 12 + }, + "0501.04.166A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4166A, B\u00fcro", "arch_name": "4166A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "521", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40831", - "roomcode": "0501.04.166A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40884", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40831, + "usage_id": 12 + }, + "0501.04.166B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4166B, Lager", "arch_name": "4166B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "522", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40884", - "roomcode": "0501.04.166B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8929", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40884, + "usage_id": 30 + }, + "0501.04.167": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4167, B\u00fcro", "arch_name": "4167@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15187&cRes=18504&cReadonly=J", - "list_index": "523", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8929", - "roomcode": "0501.04.167", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8951", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18504, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15187, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8929, + "usage_id": 12 + }, + "0501.04.168": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4168, \u00dcbungsraum", "arch_name": "4168@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15142&cRes=15102&cReadonly=J", - "extended": { - "additional_description": "4168, \u00dcbungsraum", - "address": "Arcisstr. 21(0501), 4.Obergescho\u00df", - "architect_room_nr": "4168@0501", - "area_m2": 71.58, - "building": "0501 (Z1) Institutsbau", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "168", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "524", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8951", - "roomcode": "0501.04.168", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40886", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15102, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8951, + "usage_id": 131 + }, + "0501.04.168A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4168A, Lager", "arch_name": "4168A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "525", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40886", - "roomcode": "0501.04.168A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40888", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40886, + "usage_id": 30 + }, + "0501.04.168B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4168B, Vorraum von 4168", "arch_name": "4168B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "526", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40888", - "roomcode": "0501.04.168B", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40952", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40888, + "usage_id": 50 + }, + "0501.04.168C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4168C, Galerie", "arch_name": "4168C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "527", - "op_link": "webnav.navigate_to?corg=15142", - "operator": "[ TUARL04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40952", - "roomcode": "0501.04.168C", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40955", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15142, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40952, + "usage_id": 206 + }, + "0501.04.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4170A, Stud. Arbeitsraum Emerging Technologies", "arch_name": "4170A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=18934&cReadonly=J", - "list_index": "528", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40955", - "roomcode": "0501.04.170A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64732", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18934, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40955, + "usage_id": 208 + }, + "0501.04.170B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4170B, BIM Forschungslabor", "arch_name": "4170B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15187&cRes=24755&cReadonly=J", - "list_index": "529", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64732", - "roomcode": "0501.04.170B", - "usage": 135 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64733", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 24755, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64732, + "usage_id": 135 + }, + "0501.04.170C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4170C, Seminarraum Architekturinformatik", "arch_name": "4170C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15187&cRes=24756&cReadonly=J", - "extended": { - "additional_description": "4170C, Seminarraum Architekturinformatik", - "address": "Arcisstr. 21(0501), 4.Obergescho\u00df", - "architect_room_nr": "4170C@0501", - "area_m2": 70.85, - "building": "0501 (Z1) Institutsbau", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "170C", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "530", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64733", - "roomcode": "0501.04.170C", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64734", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 24756, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64733, + "usage_id": 41 + }, + "0501.04.170D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4170D, Technik", "arch_name": "4170D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "531", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64734", - "roomcode": "0501.04.170D", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64735", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64734, + "usage_id": 207 + }, + "0501.04.170E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4170E, BITE Forschungslabor", "arch_name": "4170E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15187&cRes=24757&cReadonly=J", - "list_index": "532", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64735", - "roomcode": "0501.04.170E", - "usage": 135 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40957", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 24757, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64735, + "usage_id": 135 + }, + "0501.04.177": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4177, Prof.-B\u00fcro", "arch_name": "4177@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "533", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40957", - "roomcode": "0501.04.177", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=40959", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15187, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40957, + "usage_id": 12 + }, + "0501.04.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4180, Flur", "arch_name": "4180@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "534", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40959", - "roomcode": "0501.04.180", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=63440", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40959, + "usage_id": 222 + }, + "0501.04.180A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4180A, Putzraum", "arch_name": "4180A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "535", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63440", - "roomcode": "0501.04.180A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41096", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63440, + "usage_id": 205 + }, + "0501.04.181": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4181, WC-Damen", "arch_name": "4181@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "536", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41096", - "roomcode": "0501.04.181", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74694", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41096, + "usage_id": 116 + }, + "0501.04.181A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4181A, Vorraum WC-D", "arch_name": "4181A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "537", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74694", - "roomcode": "0501.04.181A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41099", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74694, + "usage_id": 118 + }, + "0501.04.183": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4183, WC-Herren", "arch_name": "4183@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "538", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41099", - "roomcode": "0501.04.183", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74693", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41099, + "usage_id": 115 + }, + "0501.04.183A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4183A, Vorraum WC-H", "arch_name": "4183A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "539", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74693", - "roomcode": "0501.04.183A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41102", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74693, + "usage_id": 118 + }, + "0501.04.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4190, Treppenraum", "arch_name": "4190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "540", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41102", - "roomcode": "0501.04.190", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74691", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41102, + "usage_id": 223 + }, + "0501.04.191A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4191A, Flur", "arch_name": "4191A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "541", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74691", - "roomcode": "0501.04.191A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74688", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74691, + "usage_id": 222 + }, + "0501.04.191C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4191C, Flur", "arch_name": "4191C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "542", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74688", - "roomcode": "0501.04.191C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41105", + "area_id": 23, + "building_id": 577, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74688, + "usage_id": 222 + }, + "0501.05.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5110, Treppenhaus Nord", "arch_name": "5110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "543", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41105", - "roomcode": "0501.05.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=74653", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41105, + "usage_id": 223 + }, + "0501.05.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5110A, Gang", "arch_name": "5110A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "544", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74653", - "roomcode": "0501.05.110A", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=74651", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74653, + "usage_id": 16 + }, + "0501.05.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5110C, Treppe", "arch_name": "5110C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "545", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74651", - "roomcode": "0501.05.110C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41108", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74651, + "usage_id": 223 + }, + "0501.05.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5111, WC-Herren", "arch_name": "5111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "546", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41108", - "roomcode": "0501.05.111", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=74652", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41108, + "usage_id": 115 + }, + "0501.05.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5111A, Vorraum WC-H", "arch_name": "5111A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "547", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74652", - "roomcode": "0501.05.111A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41312", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74652, + "usage_id": 118 + }, + "0501.05.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5112, Server", "arch_name": "5112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "548", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41312", - "roomcode": "0501.05.112", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41315", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41312, + "usage_id": 207 + }, + "0501.05.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5113, WC-Damen", "arch_name": "5113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "549", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41315", - "roomcode": "0501.05.113", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=74654", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41315, + "usage_id": 116 + }, + "0501.05.113A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5113A, Vorraum WC-D", "arch_name": "5113A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "550", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74654", - "roomcode": "0501.05.113A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=21239", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74654, + "usage_id": 118 + }, + "0501.05.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5114, Physikalischer Messraum", "arch_name": "5114@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "551", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21239", - "roomcode": "0501.05.114", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41323", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15101, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21239, + "usage_id": 103 + }, + "0501.05.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5118, Aufzugsmaschinenraum", "arch_name": "5118@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "552", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41323", - "roomcode": "0501.05.118", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41173", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41323, + "usage_id": 5 + }, + "0501.05.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5119, Besprechungsraum", "arch_name": "5119@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "553", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41173", - "roomcode": "0501.05.119", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41174", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41173, + "usage_id": 196 + }, + "0501.05.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5120, Zeichensaal m. 702/802/803", "arch_name": "5120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18768&cReadonly=J", - "extended": { - "additional_description": "5120, Zeichensaal m. 702/802/803", - "address": "Arcisstr. 21(0501), 5.Obergescho\u00df", - "architect_room_nr": "5120@0501", - "area_m2": 617.26, - "building": "0501 (Z1) Institutsbau", - "floor_number": "5.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "120", - "seats": 224, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "554", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41174", - "roomcode": "0501.05.120", - "usage": 55 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41176", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18768, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": 224, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41174, + "usage_id": 55 + }, + "0501.05.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5127, Dachterrasse (Reinigen)", "arch_name": "5127@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "555", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41176", - "roomcode": "0501.05.127", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41177", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41176, + "usage_id": 219 + }, + "0501.05.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5130, Dachterrasse (Reinigen)", "arch_name": "5130@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "556", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41177", - "roomcode": "0501.05.130", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=61411", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41177, + "usage_id": 219 + }, + "0501.05.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5131, Dachterrasse (Reinigen)", "arch_name": "5131@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "557", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61411", - "roomcode": "0501.05.131", - "usage": 218 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41023", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61411, + "usage_id": 218 + }, + "0501.05.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5134A, Aufzugsmaschinenraum", "arch_name": "5134A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "558", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41023", - "roomcode": "0501.05.134", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41026", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41023, + "usage_id": 5 + }, + "0501.05.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5138, Telefonverteiler", "arch_name": "5138@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "559", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41026", - "roomcode": "0501.05.138", - "usage": 202 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=61412", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41026, + "usage_id": 202 + }, + "0501.05.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5140, B\u00fcro", "arch_name": "5140@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "560", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61412", - "roomcode": "0501.05.140", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41028", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61412, + "usage_id": 12 + }, + "0501.05.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5141, B\u00fcro", "arch_name": "5141@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51537&cRes=18917&cReadonly=J", - "list_index": "561", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41028", - "roomcode": "0501.05.141", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41030", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18917, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41028, + "usage_id": 12 + }, + "0501.05.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5142, Zentral Treppenhaus", "arch_name": "5142@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "562", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41030", - "roomcode": "0501.05.142", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=74650", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41030, + "usage_id": 223 + }, + "0501.05.142B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5142B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "5142B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "563", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74650", - "roomcode": "0501.05.142B", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=9144", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74650, + "usage_id": 201 + }, + "0501.05.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5143, Sekretariat", "arch_name": "5143@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "564", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9144", - "roomcode": "0501.05.143", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41240", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9144, + "usage_id": 40 + }, + "0501.05.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5144, Teek\u00fcche", "arch_name": "5144@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "565", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41240", - "roomcode": "0501.05.144", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=9150", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41240, + "usage_id": 198 + }, + "0501.05.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5145, Prof.-B\u00fcro", "arch_name": "5145@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "566", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9150", - "roomcode": "0501.05.145", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41243", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9150, + "usage_id": 12 + }, + "0501.05.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5146, Besprechungsraum", "arch_name": "5146@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15216&cRes=20196&cReadonly=J", - "list_index": "567", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41243", - "roomcode": "0501.05.146", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=9156", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 20196, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41243, + "usage_id": 196 + }, + "0501.05.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5147, B\u00fcro", "arch_name": "5147@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "568", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9156", - "roomcode": "0501.05.147", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40434", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9156, + "usage_id": 12 + }, + "0501.05.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5149, Aufzugsmaschinenraum", "arch_name": "5149@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "569", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40434", - "roomcode": "0501.05.149", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40438", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40434, + "usage_id": 5 + }, + "0501.05.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5150, Flur mit Treppe von Galerie", "arch_name": "5150@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "570", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40438", - "roomcode": "0501.05.150", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=9179", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40438, + "usage_id": 222 + }, + "0501.05.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5151, Gruppenb\u00fcro", "arch_name": "5151@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "571", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9179", - "roomcode": "0501.05.151", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40441", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9179, + "usage_id": 12 + }, + "0501.05.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5152, Aufzug", "arch_name": "5152@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "572", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40441", - "roomcode": "0501.05.152", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=9181", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40441, + "usage_id": 4 + }, + "0501.05.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5153, B\u00fcro", "arch_name": "5153@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "573", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9181", - "roomcode": "0501.05.153", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40485", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9181, + "usage_id": 12 + }, + "0501.05.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5154, EDV-Server", "arch_name": "5154@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "574", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40485", - "roomcode": "0501.05.154", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40487", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40485, + "usage_id": 207 + }, + "0501.05.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5156, WC u. Vorraum", "arch_name": "5156@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "575", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40487", - "roomcode": "0501.05.156", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=9199", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40487, + "usage_id": 114 + }, + "0501.05.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5158, Teamarbeitsraum", "arch_name": "5158@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "576", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9199", - "roomcode": "0501.05.158", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40539", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9199, + "usage_id": 12 + }, + "0501.05.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5164, Cafeteria-K\u00fcche", "arch_name": "5164@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "577", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40539", - "roomcode": "0501.05.164", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=61410", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40539, + "usage_id": 28 + }, + "0501.05.165": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5165, Cafeteria-K\u00fchlraum", "arch_name": "5165@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "578", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61410", - "roomcode": "0501.05.165", - "usage": 199 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40585", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Metall", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61410, + "usage_id": 199 + }, + "0501.05.166": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5166, Vorhoelzer Forum", "arch_name": "5166@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=31892&cReadonly=J", - "extended": { - "additional_description": "5166, Vorhoelzer Forum", - "address": "Arcisstr. 21(0501), 5.Obergescho\u00df", - "architect_room_nr": "5166@0501", - "area_m2": 87.75, - "building": "0501 (Z1) Institutsbau", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "166", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "579", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40585", - "roomcode": "0501.05.166", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=62854", - "alt_name": "5168, Gardarobe", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 31892, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40585, + "usage_id": 41 + }, + "0501.05.168": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "5168, Gardarobe", "arch_name": "5168@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "580", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62854", - "roomcode": "0501.05.168", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=61409", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62854, + "usage_id": 121 + }, + "0501.05.169": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5169, Aufzugsmaschinenraum", "arch_name": "5169@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "581", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61409", - "roomcode": "0501.05.169", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=61407", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61409, + "usage_id": 5 + }, + "0501.05.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5170A, Studentische Arbeitspl\u00e4tze", "arch_name": "5170A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51537&cRes=31893&cReadonly=J", - "list_index": "582", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61407", - "roomcode": "0501.05.170A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=61408", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 31893, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61407, + "usage_id": 208 + }, + "0501.05.170B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5170B, Cafe Vorhoelzer", "arch_name": "5170B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=51537&cRes=20641&cReadonly=J", - "list_index": "583", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61408", - "roomcode": "0501.05.170B", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40637", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 20641, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61408, + "usage_id": 44 + }, + "0501.05.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5190, Treppenhaus S\u00fcd", "arch_name": "5190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "584", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40637", - "roomcode": "0501.05.190", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=40640", + "area_id": 23, + "building_id": 577, + "floor_level": "5.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40637, + "usage_id": 223 + }, + "0501.06.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6110, Treppe zur Galerie", "arch_name": "6110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "585", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40640", - "roomcode": "0501.06.110", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=40643", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40640, + "usage_id": 16 + }, + "0501.06.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6114, Kuppel", "arch_name": "6114@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "586", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40643", - "roomcode": "0501.06.114", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=40682", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "PVC", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40643, + "usage_id": 194 + }, + "0501.06.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6130, Galerie m. Arbeitsbereich", "arch_name": "6130@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "extended": { - "additional_description": "6130, Galerie m. Arbeitsbereich", - "address": "Arcisstr. 21(0501), 6.Obergescho\u00df", - "architect_room_nr": "6130@0501", - "area_m2": 202.19, - "building": "0501 (Z1) Institutsbau", - "floor_number": "6.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "130", - "seats": 110, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "587", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40682", - "roomcode": "0501.06.130", - "usage": 55 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=40690", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": 110, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40682, + "usage_id": 55 + }, + "0501.06.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6134, Aufzugsmaschinenraum", "arch_name": "6134@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "588", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40690", - "roomcode": "0501.06.134", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=40724", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40690, + "usage_id": 5 + }, + "0501.06.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6149, Aufzugsmaschinenraum", "arch_name": "6149@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "589", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40724", - "roomcode": "0501.06.149", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=74697", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40724, + "usage_id": 5 + }, + "0501.06.158A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6158A, Bibliotheksraum einf.", "arch_name": "6158A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "590", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74697", - "roomcode": "0501.06.158A", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=74698", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74697, + "usage_id": 10 + }, + "0501.06.158B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6158B, Lager", "arch_name": "6158B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "591", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74698", - "roomcode": "0501.06.158B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=40725", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74698, + "usage_id": 30 + }, + "0501.06.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6163, Aufzugsmaschinenraum", "arch_name": "6163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "592", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40725", - "roomcode": "0501.06.163", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=74700", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40725, + "usage_id": 5 + }, + "0501.06.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6164, Gang", "arch_name": "6164@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "593", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74700", - "roomcode": "0501.06.164", - "usage": 16 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39074", + "area_id": 23, + "building_id": 577, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74700, + "usage_id": 16 + }, + "0501.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0101, Flur Nordspange", "arch_name": "0101@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39074", - "roomcode": "0501.EG.101", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74677", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39074, + "usage_id": 222 + }, + "0501.EG.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0101A, Lager", "arch_name": "0101A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74677", - "roomcode": "0501.EG.101A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7644", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74677, + "usage_id": 30 + }, + "0501.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0102, B\u00fcro", "arch_name": "0102@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7644", - "roomcode": "0501.EG.102", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39082", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7644, + "usage_id": 12 + }, + "0501.EG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0103, B\u00fcro", "arch_name": "0103@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39082", - "roomcode": "0501.EG.103", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7648", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39082, + "usage_id": 12 + }, + "0501.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0104, Kopierer", "arch_name": "0104@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=14989&cRes=28952&cReadonly=J", - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7648", - "roomcode": "0501.EG.104", - "usage": 110 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7651", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 28952, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7648, + "usage_id": 110 + }, + "0501.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0105, B\u00fcro", "arch_name": "0105@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7651", - "roomcode": "0501.EG.105", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7652", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7651, + "usage_id": 12 + }, + "0501.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0107, Prof.-B\u00fcro", "arch_name": "0107@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7652", - "roomcode": "0501.EG.107", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7850", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7652, + "usage_id": 12 + }, + "0501.EG.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0108, B\u00fcro", "arch_name": "0108@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7850", - "roomcode": "0501.EG.108", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39123", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7850, + "usage_id": 12 + }, + "0501.EG.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0109, Lager", "arch_name": "0109@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39123", - "roomcode": "0501.EG.109", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39172", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39123, + "usage_id": 30 + }, + "0501.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0110, Treppenraum Nord", "arch_name": "0110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39172", - "roomcode": "0501.EG.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74685", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39172, + "usage_id": 223 + }, + "0501.EG.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0110A, Personenaufzug", "arch_name": "0110A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74685", - "roomcode": "0501.EG.110A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74673", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74685, + "usage_id": 4 + }, + "0501.EG.110B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0110B, Flur", "arch_name": "0110B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74673", - "roomcode": "0501.EG.110B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74746", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74673, + "usage_id": 222 + }, + "0501.EG.110C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0110C, Flur", "arch_name": "0110C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74746", - "roomcode": "0501.EG.110C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39185", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74746, + "usage_id": 222 + }, + "0501.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0111, WC-Damen", "arch_name": "0111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39185", - "roomcode": "0501.EG.111", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39188", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39185, + "usage_id": 116 + }, + "0501.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0112, Lager", "arch_name": "0112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18680&cReadonly=J", - "list_index": "116", - "op_link": "webnav.navigate_to?corg=50278", - "operator": "[ TUBVGTT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39188", - "roomcode": "0501.EG.112", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74671", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50278, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39188, + "usage_id": 30 + }, + "0501.EG.112B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0112B, Fluchttreppenhaus", "arch_name": "0112B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74671", - "roomcode": "0501.EG.112B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39190", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74671, + "usage_id": 223 + }, + "0501.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0113, WC-Herren", "arch_name": "0113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39190", - "roomcode": "0501.EG.113", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74683", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39190, + "usage_id": 115 + }, + "0501.EG.113A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0113A, Vorraum WC-H", "arch_name": "0113A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74683", - "roomcode": "0501.EG.113A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7794", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74683, + "usage_id": 118 + }, + "0501.EG.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0114, Lager", "arch_name": "0114@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7794", - "roomcode": "0501.EG.114", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39052", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7794, + "usage_id": 30 + }, + "0501.EG.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0117, Historische Schriftensammlung", "arch_name": "0117@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39052", - "roomcode": "0501.EG.117", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7802", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39052, + "usage_id": 12 + }, + "0501.EG.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0119, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "0119@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7802", - "roomcode": "0501.EG.119", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39060", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7802, + "usage_id": 12 + }, + "0501.EG.119A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0119A, Flur", "arch_name": "0119A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39060", - "roomcode": "0501.EG.119A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7806", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39060, + "usage_id": 222 + }, + "0501.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0120, H\u00f6rsaal gem. Nutzung GEO,SP,WS,OR", "arch_name": "0120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15098&cRes=12585&cReadonly=J", - "extended": { - "additional_description": "0120, H\u00f6rsaal gem. Nutzung GEO,SP,WS,OR", - "address": "Arcisstr. 21(0501), Erdgescho\u00df", - "architect_room_nr": "0120@0501", - "area_m2": 133.54, - "building": "0501 (Z1) Institutsbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "120", - "seats": 42, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7806", - "roomcode": "0501.EG.120", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=19128", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 12585, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15098, + "seats": { + "sitting": 42, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7806, + "usage_id": 20 + }, + "0501.EG.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0122, Serverraum", "arch_name": "0122@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19128", - "roomcode": "0501.EG.122", - "usage": 207 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39071", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15098, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19128, + "usage_id": 207 + }, + "0501.EG.122A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0122A, B\u00fcro", "arch_name": "0122A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39071", - "roomcode": "0501.EG.122A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7813", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39071, + "usage_id": 12 + }, + "0501.EG.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0123, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "0123@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7813", - "roomcode": "0501.EG.123", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7816", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7813, + "usage_id": 12 + }, + "0501.EG.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0124, B\u00fcro", "arch_name": "0124@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7816", - "roomcode": "0501.EG.124", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39280", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7816, + "usage_id": 12 + }, + "0501.EG.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0125, Messlabor", "arch_name": "0125@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39280", - "roomcode": "0501.EG.125", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7825", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39280, + "usage_id": 103 + }, + "0501.EG.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0126, B\u00fcro", "arch_name": "0126@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7825", - "roomcode": "0501.EG.126", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7832", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7825, + "usage_id": 12 + }, + "0501.EG.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0127, Arbeitsraum/mit Besp.Grp.", "arch_name": "0127@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15098&cRes=23266&cReadonly=J", - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7832", - "roomcode": "0501.EG.127", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39296", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 23266, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7832, + "usage_id": 12 + }, + "0501.EG.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0128, CIP-Pool mit Aufenthaltsbereich", "arch_name": "0128@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15100&cRes=18923&cReadonly=J", - "extended": { - "additional_description": "0128, CIP-Pool mit Aufenthaltsbereich", - "address": "Arcisstr. 21(0501), Erdgescho\u00df", - "architect_room_nr": "0128@0501", - "area_m2": 54.38, - "building": "0501 (Z1) Institutsbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "128", - "seats": 9, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39296", - "roomcode": "0501.EG.128", - "usage": 131 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39304", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18923, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39296, + "usage_id": 131 + }, + "0501.EG.128A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0128A, Serverraum", "arch_name": "0128A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39304", - "roomcode": "0501.EG.128A", - "usage": 207 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74684", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39304, + "usage_id": 207 + }, + "0501.EG.128C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0128C, Lager", "arch_name": "0128C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74684", - "roomcode": "0501.EG.128C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74686", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74684, + "usage_id": 30 + }, + "0501.EG.128D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0128D, Gang", "arch_name": "0128D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74686", - "roomcode": "0501.EG.128D", - "usage": 16 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74670", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74686, + "usage_id": 16 + }, + "0501.EG.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0129, Besprechungsraum", "arch_name": "0129@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74670", - "roomcode": "0501.EG.129", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39309", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74670, + "usage_id": 196 + }, + "0501.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0130, Flur", "arch_name": "0130@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39309", - "roomcode": "0501.EG.130", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39311", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39309, + "usage_id": 222 + }, + "0501.EG.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0130A, Schaufenster TUM-Shop", "arch_name": "0130A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39311", - "roomcode": "0501.EG.130A", - "usage": 148 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39316", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39311, + "usage_id": 148 + }, + "0501.EG.130B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0130B, Schaufenster TUM-Shop", "arch_name": "0130B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39316", - "roomcode": "0501.EG.130B", - "usage": 148 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39320", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39316, + "usage_id": 148 + }, + "0501.EG.130C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0130C, K\u00fcche Immatrikulationshalle", "arch_name": "0130C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29632&cReadonly=J", - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39320", - "roomcode": "0501.EG.130C", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74687", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 29632, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39320, + "usage_id": 28 + }, + "0501.EG.130E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0130E, Personenaufzug", "arch_name": "0130E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74687", - "roomcode": "0501.EG.130E", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7768", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74687, + "usage_id": 4 + }, + "0501.EG.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0131, Arbeitsraum/mit Besp.Grp.", "arch_name": "0131@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7768", - "roomcode": "0501.EG.131", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39331", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7768, + "usage_id": 12 + }, + "0501.EG.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0132, Kellertreppe Nord", "arch_name": "0132@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39331", - "roomcode": "0501.EG.132", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=65137", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39331, + "usage_id": 223 + }, + "0501.EG.132A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0132A, L\u00fcftungszentrale", "arch_name": "0132A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65137", - "roomcode": "0501.EG.132A", - "usage": 32 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7772", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65137, + "usage_id": 32 + }, + "0501.EG.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0133, Arbeitsraum/mit Besp.Grp.", "arch_name": "0133@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7772", - "roomcode": "0501.EG.133", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39340", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7772, + "usage_id": 12 + }, + "0501.EG.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0135, WC-Damen / Wickeltisch", "arch_name": "0135@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39340", - "roomcode": "0501.EG.135", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39343", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39340, + "usage_id": 116 + }, + "0501.EG.135A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0135A, Lager", "arch_name": "0135A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39343", - "roomcode": "0501.EG.135A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74680", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39343, + "usage_id": 30 + }, + "0501.EG.135B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0135B, Vorraum WC-D", "arch_name": "0135B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74680", - "roomcode": "0501.EG.135B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74682", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74680, + "usage_id": 118 + }, + "0501.EG.135C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0135C, Putzraum", "arch_name": "0135C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74682", - "roomcode": "0501.EG.135C", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14127", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74682, + "usage_id": 205 + }, + "0501.EG.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0136, Immatrikulationshalle", "arch_name": "0136@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17895&cReadonly=J", - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14127", - "roomcode": "0501.EG.136", - "usage": 148 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39206", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 17895, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14127, + "usage_id": 148 + }, + "0501.EG.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0137, WC-Herren", "arch_name": "0137@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39206", - "roomcode": "0501.EG.137", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74675", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39206, + "usage_id": 115 + }, + "0501.EG.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0137A, Vorraum WC-H", "arch_name": "0137A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74675", - "roomcode": "0501.EG.137A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39208", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74675, + "usage_id": 118 + }, + "0501.EG.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0138, Papierlager Nord", "arch_name": "0138@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39208", - "roomcode": "0501.EG.138", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39211", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39208, + "usage_id": 30 + }, + "0501.EG.138A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0138A, Installationsschacht Nord", "arch_name": "0138A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39211", - "roomcode": "0501.EG.138A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14079", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39211, + "usage_id": 120 + }, + "0501.EG.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0140, Durchgangshalle zur Immathalle", "arch_name": "0140@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17980&cReadonly=J", - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14079", - "roomcode": "0501.EG.140", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39241", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 17980, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14079, + "usage_id": 222 + }, + "0501.EG.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0141, Windfang", "arch_name": "0141@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39241", - "roomcode": "0501.EG.141", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39244", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39241, + "usage_id": 52 + }, + "0501.EG.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0142, Foyer / Eingangshalle", "arch_name": "0142@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39244", - "roomcode": "0501.EG.142", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39246", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39244, + "usage_id": 222 + }, + "0501.EG.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0143, TUM-Shop", "arch_name": "0143@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39246", - "roomcode": "0501.EG.143", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7900", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39246, + "usage_id": 12 + }, + "0501.EG.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144, Service Desk", "arch_name": "0144@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7900", - "roomcode": "0501.EG.144", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7902", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7900, + "usage_id": 12 + }, + "0501.EG.144A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144A, SSZ Info", "arch_name": "0144A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7902", - "roomcode": "0501.EG.144A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7903", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7902, + "usage_id": 12 + }, + "0501.EG.144B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144B, SSZ Info", "arch_name": "0144B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7903", - "roomcode": "0501.EG.144B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39254", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7903, + "usage_id": 12 + }, + "0501.EG.144C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144C, SSZ Info", "arch_name": "0144C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39254", - "roomcode": "0501.EG.144C", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39256", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39254, + "usage_id": 12 + }, + "0501.EG.144D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144D, SSZ Info", "arch_name": "0144D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39256", - "roomcode": "0501.EG.144D", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39259", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39256, + "usage_id": 12 + }, + "0501.EG.144E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144E, SSZ Info", "arch_name": "0144E@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39259", - "roomcode": "0501.EG.144E", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39262", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39259, + "usage_id": 12 + }, + "0501.EG.144F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144F, SSZ Info", "arch_name": "0144F@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39262", - "roomcode": "0501.EG.144F", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39264", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39262, + "usage_id": 12 + }, + "0501.EG.144G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144G, SSZ Info", "arch_name": "0144G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39264", - "roomcode": "0501.EG.144G", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39267", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39264, + "usage_id": 12 + }, + "0501.EG.144H": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0144H, SSZ Info", "arch_name": "0144H@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39267", - "roomcode": "0501.EG.144H", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39224", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39267, + "usage_id": 12 + }, + "0501.EG.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0146, Maschinenraum", "arch_name": "0146@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39224", - "roomcode": "0501.EG.146", - "usage": 5 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39227", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14146, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39224, + "usage_id": 5 + }, + "0501.EG.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0148, Teek\u00fcche SSZ", "arch_name": "0148@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39227", - "roomcode": "0501.EG.148", - "usage": 198 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39230", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14146, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39227, + "usage_id": 198 + }, + "0501.EG.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0149, Betriebs\u00e4rztlicher Dienst", "arch_name": "0149@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39230", - "roomcode": "0501.EG.149", - "usage": 124 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39235", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39230, + "usage_id": 124 + }, + "0501.EG.149A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0149A, Betriebs\u00e4rztlicher Dienst", "arch_name": "0149A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39235", - "roomcode": "0501.EG.149A", - "usage": 44 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39238", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39235, + "usage_id": 44 + }, + "0501.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0150, Flur S\u00fcd", "arch_name": "0150@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39238", - "roomcode": "0501.EG.150", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39367", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39238, + "usage_id": 222 + }, + "0501.EG.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0152, Aufzug", "arch_name": "0152@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39367", - "roomcode": "0501.EG.152", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39370", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39367, + "usage_id": 4 + }, + "0501.EG.152B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0152B, Getr\u00e4nke Pr\u00e4sident", "arch_name": "0152B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39370", - "roomcode": "0501.EG.152B", - "usage": 159 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39377", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39370, + "usage_id": 159 + }, + "0501.EG.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0153, WC-Herren", "arch_name": "0153@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39377", - "roomcode": "0501.EG.153", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39379", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39377, + "usage_id": 115 + }, + "0501.EG.153A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0153A, LRZ-Verteilerknoten", "arch_name": "0153A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39379", - "roomcode": "0501.EG.153A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74678", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39379, + "usage_id": 120 + }, + "0501.EG.153B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0153B, Vorraum WC-H", "arch_name": "0153B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74678", - "roomcode": "0501.EG.153B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39381", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74678, + "usage_id": 118 + }, + "0501.EG.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0154, Flur SSZ", "arch_name": "0154@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39381", - "roomcode": "0501.EG.154", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39383", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39381, + "usage_id": 222 + }, + "0501.EG.154A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0154A, Installationsschacht S\u00fcd", "arch_name": "0154A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39383", - "roomcode": "0501.EG.154A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39388", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39383, + "usage_id": 120 + }, + "0501.EG.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0155, WC-Damen", "arch_name": "0155@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39388", - "roomcode": "0501.EG.155", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74681", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39388, + "usage_id": 116 + }, + "0501.EG.155A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0155A, Vorraum WC-D", "arch_name": "0155A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74681", - "roomcode": "0501.EG.155A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39391", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74681, + "usage_id": 118 + }, + "0501.EG.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0156, Lager S\u00fcd unter Kellertreppe", "arch_name": "0156@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39391", - "roomcode": "0501.EG.156", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7943", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14146, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39391, + "usage_id": 30 + }, + "0501.EG.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0157, B\u00fcro", "arch_name": "0157@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7943", - "roomcode": "0501.EG.157", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39400", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7943, + "usage_id": 12 + }, + "0501.EG.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0159, B\u00fcro", "arch_name": "0159@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39400", - "roomcode": "0501.EG.159", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7949", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39400, + "usage_id": 12 + }, + "0501.EG.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0161, B\u00fcro", "arch_name": "0161@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7949", - "roomcode": "0501.EG.161", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7954", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7949, + "usage_id": 12 + }, + "0501.EG.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0163, B\u00fcro", "arch_name": "0163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7954", - "roomcode": "0501.EG.163", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7956", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7954, + "usage_id": 12 + }, + "0501.EG.165": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0165, B\u00fcro", "arch_name": "0165@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7956", - "roomcode": "0501.EG.165", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39416", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7956, + "usage_id": 12 + }, + "0501.EG.166": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0166, Kellertreppe S\u00fcd", "arch_name": "0166@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39416", - "roomcode": "0501.EG.166", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7864", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39416, + "usage_id": 223 + }, + "0501.EG.167": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0167, B\u00fcro", "arch_name": "0167@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7864", - "roomcode": "0501.EG.167", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7866", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7864, + "usage_id": 12 + }, + "0501.EG.169": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0169, B\u00fcro", "arch_name": "0169@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7866", - "roomcode": "0501.EG.169", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7869", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7866, + "usage_id": 12 + }, + "0501.EG.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0170, Unterricht", "arch_name": "0170@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=15059&cReadonly=J", - "extended": { - "additional_description": "0170, Unterricht", - "address": "Arcisstr. 21(0501), Erdgescho\u00df", - "architect_room_nr": "0170@0501", - "area_m2": 99.91, - "building": "0501 (Z1) Institutsbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "170", - "seats": 41, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7869", - "roomcode": "0501.EG.170", - "usage": 130 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39426", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15059, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26608, + "seats": { + "sitting": 41, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7869, + "usage_id": 130 + }, + "0501.EG.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0170A, Vorraum", "arch_name": "0170A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39426", - "roomcode": "0501.EG.170A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39352", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39426, + "usage_id": 222 + }, + "0501.EG.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0171, Besprechungsraum", "arch_name": "0171@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39352", - "roomcode": "0501.EG.171", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7967", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39352, + "usage_id": 196 + }, + "0501.EG.172A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0172A, B\u00fcro", "arch_name": "0172A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7967", - "roomcode": "0501.EG.172A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7996", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7967, + "usage_id": 12 + }, + "0501.EG.172B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0172B, B\u00fcro", "arch_name": "0172B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=29396&cRes=19994&cReadonly=J", - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7996", - "roomcode": "0501.EG.172B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7999", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 19994, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7996, + "usage_id": 12 + }, + "0501.EG.174": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0174, B\u00fcro", "arch_name": "0174@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=29396&cRes=18686&cReadonly=J", - "list_index": "196", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7999", - "roomcode": "0501.EG.174", - "usage": 40 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8004", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18686, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14411, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7999, + "usage_id": 40 + }, + "0501.EG.176": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0176, B\u00fcro", "arch_name": "0176@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8004", - "roomcode": "0501.EG.176", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39570", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8004, + "usage_id": 12 + }, + "0501.EG.178": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0178, Kopierraum", "arch_name": "0178@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39570", - "roomcode": "0501.EG.178", - "usage": 110 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8010", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39570, + "usage_id": 110 + }, + "0501.EG.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0180, Magazin", "arch_name": "0180@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=19671&cRes=15068&cReadonly=J", - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8010", - "roomcode": "0501.EG.180", - "usage": 2 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39581", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 15068, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8010, + "usage_id": 2 + }, + "0501.EG.181": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0181, WC-Herren", "arch_name": "0181@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39581", - "roomcode": "0501.EG.181", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74679", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39581, + "usage_id": 115 + }, + "0501.EG.181A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0181A, Vorraum WC-H", "arch_name": "0181A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74679", - "roomcode": "0501.EG.181A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39586", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74679, + "usage_id": 118 + }, + "0501.EG.183": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0183, WC-Damen", "arch_name": "0183@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39586", - "roomcode": "0501.EG.183", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39590", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39586, + "usage_id": 116 + }, + "0501.EG.183A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0183A, Putzraum", "arch_name": "0183A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39590", - "roomcode": "0501.EG.183A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8017", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39590, + "usage_id": 205 + }, + "0501.EG.184": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0184, B\u00fcro (Rochadefl\u00e4che)", "arch_name": "0184@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8017", - "roomcode": "0501.EG.184", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39598", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8017, + "usage_id": 12 + }, + "0501.EG.184A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0184A, Lager", "arch_name": "0184A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39598", - "roomcode": "0501.EG.184A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39603", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39598, + "usage_id": 30 + }, + "0501.EG.185": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0185, Besprechung", "arch_name": "0185@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=13946&cRes=18788&cReadonly=J", - "list_index": "206", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39603", - "roomcode": "0501.EG.185", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8023", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18788, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39603, + "usage_id": 196 + }, + "0501.EG.186": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0186, Lager", "arch_name": "0186@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8023", - "roomcode": "0501.EG.186", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74674", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8023, + "usage_id": 30 + }, + "0501.EG.186A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0186A, Flur", "arch_name": "0186A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74674", - "roomcode": "0501.EG.186A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8027", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74674, + "usage_id": 222 + }, + "0501.EG.187": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0187, B\u00fcro", "arch_name": "0187@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8027", - "roomcode": "0501.EG.187", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39503", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8027, + "usage_id": 12 + }, + "0501.EG.188": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0188, Flur CIA", "arch_name": "0188@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39503", - "roomcode": "0501.EG.188", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7985", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39503, + "usage_id": 222 + }, + "0501.EG.189": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0189, B\u00fcro Durchgang zu 0193", "arch_name": "0189@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7985", - "roomcode": "0501.EG.189", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39541", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7985, + "usage_id": 12 + }, + "0501.EG.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0190, Treppenraum S\u00fcd", "arch_name": "0190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39541", - "roomcode": "0501.EG.190", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39542", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39541, + "usage_id": 223 + }, + "0501.EG.190A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0190A, Aufzugsschacht S\u00fcd", "arch_name": "0190A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39542", - "roomcode": "0501.EG.190A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74747", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39542, + "usage_id": 4 + }, + "0501.EG.191A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0191A, Flur", "arch_name": "0191A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74747", - "roomcode": "0501.EG.191A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7989", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74747, + "usage_id": 222 + }, + "0501.EG.193": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0193, B\u00fcro zu 0189", "arch_name": "0193@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7989", - "roomcode": "0501.EG.193", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7990", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7989, + "usage_id": 12 + }, + "0501.EG.194": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0194, B\u00fcro", "arch_name": "0194@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=14443", - "operator": "[ TUZESBS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7990", - "roomcode": "0501.EG.194", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39545", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14443, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7990, + "usage_id": 12 + }, + "0501.EG.195": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0195, Flur S\u00fcdspange", "arch_name": "0195@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39545", - "roomcode": "0501.EG.195", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74676", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39545, + "usage_id": 222 + }, + "0501.EG.195A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0195A, Lager", "arch_name": "0195A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74676", - "roomcode": "0501.EG.195A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7991", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74676, + "usage_id": 30 + }, + "0501.EG.196": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0196, B\u00fcro", "arch_name": "0196@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14443", - "operator": "[ TUZESBS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7991", - "roomcode": "0501.EG.196", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7992", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14443, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7991, + "usage_id": 12 + }, + "0501.EG.198": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0198, B\u00fcro", "arch_name": "0198@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=14443", - "operator": "[ TUZESBS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7992", - "roomcode": "0501.EG.198", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7993", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14443, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7992, + "usage_id": 12 + }, + "0501.EG.198A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0198A, B\u00fcro", "arch_name": "0198A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=14443", - "operator": "[ TUZESBS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7993", - "roomcode": "0501.EG.198A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74672", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7993, + "usage_id": 12 + }, + "0501.EG.901": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0192, Fluchttreppenhaus", "arch_name": "0192@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74672", - "roomcode": "0501.EG.901", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38512", + "area_id": 23, + "building_id": 577, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74672, + "usage_id": 223 + }, + "0501.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1101, Werkstatt", "arch_name": "-1101@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38512", - "roomcode": "0501.U1.101", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38518", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38512, + "usage_id": 51 + }, + "0501.U1.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1101A, Flur", "arch_name": "-1101A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38518", - "roomcode": "0501.U1.101A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38522", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38518, + "usage_id": 222 + }, + "0501.U1.101B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1101B, Dusche", "arch_name": "-1101B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38522", - "roomcode": "0501.U1.101B", - "usage": 113 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38523", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38522, + "usage_id": 113 + }, + "0501.U1.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1102, Teek\u00fcche", "arch_name": "-1102@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38523", - "roomcode": "0501.U1.102", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38549", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38523, + "usage_id": 198 + }, + "0501.U1.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1103, Gardarobe u. Lager", "arch_name": "-1103@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44344", - "operator": "[ TUZV44F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38549", - "roomcode": "0501.U1.103", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38551", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 44344, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38549, + "usage_id": 121 + }, + "0501.U1.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1104, Hausmeisterb\u00fcro", "arch_name": "-1104@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38551", - "roomcode": "0501.U1.104", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38556", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38551, + "usage_id": 12 + }, + "0501.U1.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1107, Raumlufttechnik", "arch_name": "-1107@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38556", - "roomcode": "0501.U1.107", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38562", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38556, + "usage_id": 32 + }, + "0501.U1.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1109, Flur", "arch_name": "-1109@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38562", - "roomcode": "0501.U1.109", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38573", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38562, + "usage_id": 222 + }, + "0501.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1110, Treppenraum", "arch_name": "-1110@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38573", - "roomcode": "0501.U1.110", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38581", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38573, + "usage_id": 223 + }, + "0501.U1.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1111, Lager", "arch_name": "-1111@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38581", - "roomcode": "0501.U1.111", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=20456", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15103, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38581, + "usage_id": 30 + }, + "0501.U1.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1112, CIP-Pool", "arch_name": "-1112@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=28812&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20456", - "roomcode": "0501.U1.112", - "usage": 213 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74740", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 28812, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20456, + "usage_id": 213 + }, + "0501.U1.112A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1112A, Betriebstechn. Anlagen", "arch_name": "-1112A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74740", - "roomcode": "0501.U1.112A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38591", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74740, + "usage_id": 120 + }, + "0501.U1.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1113, Lager", "arch_name": "-1113@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38591", - "roomcode": "0501.U1.113", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38527", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15103, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38591, + "usage_id": 30 + }, + "0501.U1.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1117, Materiallager", "arch_name": "-1117@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38527", - "roomcode": "0501.U1.117", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38532", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38527, + "usage_id": 30 + }, + "0501.U1.117A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1117A, Druckluft", "arch_name": "-1117A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38532", - "roomcode": "0501.U1.117A", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7447", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38532, + "usage_id": 32 + }, + "0501.U1.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1119, Arbeitsraum/mit exp. Arbeitsplatz", "arch_name": "-1119@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7447", - "roomcode": "0501.U1.119", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38536", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7447, + "usage_id": 12 + }, + "0501.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1120, Messlabor", "arch_name": "-1120@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15098&cRes=19728&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38536", - "roomcode": "0501.U1.120", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38539", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 19728, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38536, + "usage_id": 103 + }, + "0501.U1.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1121, Betriebstechnik", "arch_name": "-1121@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38539", - "roomcode": "0501.U1.121", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=20510", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38539, + "usage_id": 120 + }, + "0501.U1.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1125, Feinmechanische Werkstatt", "arch_name": "-1125@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20510", - "roomcode": "0501.U1.125", - "usage": 108 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38722", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20510, + "usage_id": 108 + }, + "0501.U1.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1127, Lager", "arch_name": "-1127@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38722", - "roomcode": "0501.U1.127", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38725", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38722, + "usage_id": 30 + }, + "0501.U1.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1128, B\u00fcchermagazin", "arch_name": "-1128@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38725", - "roomcode": "0501.U1.128", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38727", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38725, + "usage_id": 2 + }, + "0501.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1130, Aufzug", "arch_name": "-1130@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38727", - "roomcode": "0501.U1.130", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38732", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38727, + "usage_id": 4 + }, + "0501.U1.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1131, \u00dcbungsraum", "arch_name": "-1131@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": "tvKalender.wSicht?cOrg=15098&cRes=18973&cReadonly=J", - "extended": { - "additional_description": "-1131, \u00dcbungsraum", - "address": "Arcisstr. 21(0501), 1.Untergescho\u00df", - "architect_room_nr": "-1131@0501", - "area_m2": 49.34, - "building": "0501 (Z1) Institutsbau", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "131", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38732", - "roomcode": "0501.U1.131", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=65136", + "area_id": 23, + "building_id": 577, + "calendar_resource_nr": 18973, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38732, + "usage_id": 131 + }, + "0501.U1.132A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1132A, Lager", "arch_name": "-1132A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65136", - "roomcode": "0501.U1.132A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74736", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65136, + "usage_id": 30 + }, + "0501.U1.132B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1132B, Treppe", "arch_name": "-1132B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74736", - "roomcode": "0501.U1.132B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38736", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74736, + "usage_id": 223 + }, + "0501.U1.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1133, B\u00fcro", "arch_name": "-1133@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44491", - "operator": "[ TUBVFSV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38736", - "roomcode": "0501.U1.133", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38740", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 44491, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38736, + "usage_id": 12 + }, + "0501.U1.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K135, Stromversorgung/Batterieraum", "arch_name": "K135@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38740", - "roomcode": "0501.U1.135", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38743", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38740, + "usage_id": 160 + }, + "0501.U1.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1136, Raumlufttechnik", "arch_name": "-1136@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38743", - "roomcode": "0501.U1.136", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38747", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38743, + "usage_id": 32 + }, + "0501.U1.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1137, Historisches Archiv", "arch_name": "-1137@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=46797", - "operator": "[ TUPRARC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38747", - "roomcode": "0501.U1.137", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38750", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38747, + "usage_id": 30 + }, + "0501.U1.137A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1137A, Archiv", "arch_name": "-1137A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38750", - "roomcode": "0501.U1.137A", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74733", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38750, + "usage_id": 2 + }, + "0501.U1.137B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1137B, Lager", "arch_name": "-1137B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74733", - "roomcode": "0501.U1.137B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38754", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74733, + "usage_id": 30 + }, + "0501.U1.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1138, B\u00fcchermagazin", "arch_name": "-1138@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38754", - "roomcode": "0501.U1.138", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38758", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38754, + "usage_id": 2 + }, + "0501.U1.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139, Flur Geod\u00e4siebereich", "arch_name": "-1139@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38758", - "roomcode": "0501.U1.139", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74745", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38758, + "usage_id": 222 + }, + "0501.U1.139A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139A, Betriebstechn. Anlagen", "arch_name": "-1139A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74745", - "roomcode": "0501.U1.139A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74741", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74745, + "usage_id": 120 + }, + "0501.U1.139B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139B, Lager", "arch_name": "-1139B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74741", - "roomcode": "0501.U1.139B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74743", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74741, + "usage_id": 30 + }, + "0501.U1.139C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139C, Lager", "arch_name": "-1139C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74743", - "roomcode": "0501.U1.139C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74735", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74743, + "usage_id": 30 + }, + "0501.U1.139D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139D, Lager", "arch_name": "-1139D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74735", - "roomcode": "0501.U1.139D", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74744", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74735, + "usage_id": 30 + }, + "0501.U1.139F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139F, Lager", "arch_name": "-1139F@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74744", - "roomcode": "0501.U1.139F", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74742", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74744, + "usage_id": 30 + }, + "0501.U1.139G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1139G, Lager", "arch_name": "-1139G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74742", - "roomcode": "0501.U1.139G", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38761", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74742, + "usage_id": 30 + }, + "0501.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140, Heizungstechnik", "arch_name": "-1140@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38761", - "roomcode": "0501.U1.140", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38763", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38761, + "usage_id": 201 + }, + "0501.U1.140A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140A, Installationsschacht", "arch_name": "-1140A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38763", - "roomcode": "0501.U1.140A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38768", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38763, + "usage_id": 120 + }, + "0501.U1.140B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140B, Installationsschacht", "arch_name": "-1140B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38768", - "roomcode": "0501.U1.140B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38781", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38768, + "usage_id": 120 + }, + "0501.U1.140C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140C, Installationsschacht", "arch_name": "-1140C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38781", - "roomcode": "0501.U1.140C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38783", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38781, + "usage_id": 120 + }, + "0501.U1.140D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140D, Installationsschacht", "arch_name": "-1140D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38783", - "roomcode": "0501.U1.140D", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74731", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38783, + "usage_id": 120 + }, + "0501.U1.140F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140F, Gang", "arch_name": "-1140F@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74731", - "roomcode": "0501.U1.140F", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74732", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74731, + "usage_id": 16 + }, + "0501.U1.140G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140G, Gang", "arch_name": "-1140G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74732", - "roomcode": "0501.U1.140G", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74655", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74732, + "usage_id": 16 + }, + "0501.U1.140H": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1140H, Installationsschacht", "arch_name": "-1140H@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74655", - "roomcode": "0501.U1.140H", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38785", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74655, + "usage_id": 120 + }, + "0501.U1.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1143, Lager M\u00f6bel", "arch_name": "-1143@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38785", - "roomcode": "0501.U1.143", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38787", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38785, + "usage_id": 30 + }, + "0501.U1.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1145, Lager Brosch\u00fcren", "arch_name": "-1145@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38787", - "roomcode": "0501.U1.145", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38794", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38787, + "usage_id": 30 + }, + "0501.U1.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1147, Toiletten/Papierhandt\u00fccher", "arch_name": "-1147@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38794", - "roomcode": "0501.U1.147", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74737", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38794, + "usage_id": 30 + }, + "0501.U1.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1148, Lager", "arch_name": "-1148@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74737", - "roomcode": "0501.U1.148", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74734", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74737, + "usage_id": 30 + }, + "0501.U1.148A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1148A, Treppe", "arch_name": "-1148A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74734", - "roomcode": "0501.U1.148A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38799", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74734, + "usage_id": 223 + }, + "0501.U1.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1150, Grosser Keller Flur", "arch_name": "-1150@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38799", - "roomcode": "0501.U1.150", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74729", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38799, + "usage_id": 222 + }, + "0501.U1.150A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1150A, Flur", "arch_name": "-1150A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74729", - "roomcode": "0501.U1.150A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74730", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74729, + "usage_id": 222 + }, + "0501.U1.150B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1150B, Flur", "arch_name": "-1150B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74730", - "roomcode": "0501.U1.150B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74739", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74730, + "usage_id": 222 + }, + "0501.U1.150C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1150C, Lager", "arch_name": "-1150C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74739", - "roomcode": "0501.U1.150C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38802", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74739, + "usage_id": 30 + }, + "0501.U1.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1151, Putzraum", "arch_name": "-1151@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38802", - "roomcode": "0501.U1.151", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38807", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38802, + "usage_id": 205 + }, + "0501.U1.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1152, Lastenaufzug", "arch_name": "-1152@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38807", - "roomcode": "0501.U1.152", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38812", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38807, + "usage_id": 4 + }, + "0501.U1.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1154, Flur", "arch_name": "-1154@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38812", - "roomcode": "0501.U1.154", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38818", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38812, + "usage_id": 222 + }, + "0501.U1.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1155, Betriebstechnik", "arch_name": "-1155@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38818", - "roomcode": "0501.U1.155", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74738", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38818, + "usage_id": 120 + }, + "0501.U1.155A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1155A, Serverraum", "arch_name": "-1155A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74738", - "roomcode": "0501.U1.155A", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38822", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74738, + "usage_id": 207 + }, + "0501.U1.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1156, L\u00fcftungstechnik", "arch_name": "-1156@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38822", - "roomcode": "0501.U1.156", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38826", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38822, + "usage_id": 32 + }, + "0501.U1.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1158, Packraum", "arch_name": "-1158@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38826", - "roomcode": "0501.U1.158", - "usage": 180 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38831", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38826, + "usage_id": 180 + }, + "0501.U1.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1159, Registratur", "arch_name": "-1159@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38831", - "roomcode": "0501.U1.159", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38835", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38831, + "usage_id": 2 + }, + "0501.U1.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1160, B\u00fcro", "arch_name": "-1160@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38835", - "roomcode": "0501.U1.160", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38839", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38835, + "usage_id": 12 + }, + "0501.U1.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1161, Registratur", "arch_name": "-1161@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38839", - "roomcode": "0501.U1.161", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38846", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38839, + "usage_id": 2 + }, + "0501.U1.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1162, B\u00fcchermagazin", "arch_name": "-1162@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38846", - "roomcode": "0501.U1.162", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38853", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38846, + "usage_id": 2 + }, + "0501.U1.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1163, Lager", "arch_name": "-1163@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38853", - "roomcode": "0501.U1.163", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38865", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38853, + "usage_id": 30 + }, + "0501.U1.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1164, WC Bibliothek", "arch_name": "-1164@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38865", - "roomcode": "0501.U1.164", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38868", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38865, + "usage_id": 114 + }, + "0501.U1.164A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1164A, WC-Vorraum / Bibliothek", "arch_name": "-1164A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38868", - "roomcode": "0501.U1.164A", - "usage": 37 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38872", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38868, + "usage_id": 37 + }, + "0501.U1.164B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1164B, Lager Putzmaterial", "arch_name": "-1164B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38872", - "roomcode": "0501.U1.164B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38877", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38872, + "usage_id": 30 + }, + "0501.U1.165": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1165, Lager", "arch_name": "-1165@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38877", - "roomcode": "0501.U1.165", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38689", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38877, + "usage_id": 30 + }, + "0501.U1.166": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1166, Sprinklerzentrale", "arch_name": "-1166@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38689", - "roomcode": "0501.U1.166", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38716", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38689, + "usage_id": 183 + }, + "0501.U1.167": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1167, Lager", "arch_name": "-1167@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38716", - "roomcode": "0501.U1.167", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38954", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38716, + "usage_id": 30 + }, + "0501.U1.168": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1168, Flur Zugang/Transport", "arch_name": "-1168@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38954", - "roomcode": "0501.U1.168", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38961", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38954, + "usage_id": 222 + }, + "0501.U1.169": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1169, Lager", "arch_name": "-1169@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38961", - "roomcode": "0501.U1.169", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38966", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38961, + "usage_id": 30 + }, + "0501.U1.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1170, B\u00fcchermagazin", "arch_name": "-1170@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38966", - "roomcode": "0501.U1.170", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38970", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38966, + "usage_id": 2 + }, + "0501.U1.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1170A, Lager", "arch_name": "-1170A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19690", - "operator": "[ TUZVZA3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38970", - "roomcode": "0501.U1.170A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38974", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19690, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38970, + "usage_id": 30 + }, + "0501.U1.170B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1170B, Kelleraum", "arch_name": "-1170B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38974", - "roomcode": "0501.U1.170B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38979", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25963, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38974, + "usage_id": 30 + }, + "0501.U1.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K171, Elektrotechnik", "arch_name": "K171@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38979", - "roomcode": "0501.U1.171", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38984", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38979, + "usage_id": 160 + }, + "0501.U1.172": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1172, Lager", "arch_name": "-1172@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38984", - "roomcode": "0501.U1.172", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38989", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38984, + "usage_id": 30 + }, + "0501.U1.172A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1172A, Flur", "arch_name": "-1172A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38989", - "roomcode": "0501.U1.172A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38994", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38989, + "usage_id": 222 + }, + "0501.U1.173": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K173, Elektrotechnik", "arch_name": "K173@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38994", - "roomcode": "0501.U1.173", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38996", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38994, + "usage_id": 160 + }, + "0501.U1.175": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1175, Lager/Schreinerei Kohlschmid", "arch_name": "-1175@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38996", - "roomcode": "0501.U1.175", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39018", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38996, + "usage_id": 30 + }, + "0501.U1.179": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1179, Lager", "arch_name": "-1179@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39018", - "roomcode": "0501.U1.179", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39021", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15103, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39018, + "usage_id": 30 + }, + "0501.U1.181": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1181, Lager", "arch_name": "-1181@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39021", - "roomcode": "0501.U1.181", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39028", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39021, + "usage_id": 30 + }, + "0501.U1.183": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1183, Lager", "arch_name": "-1183@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39028", - "roomcode": "0501.U1.183", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39032", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39028, + "usage_id": 30 + }, + "0501.U1.184": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1184, Flur", "arch_name": "-1184@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39032", - "roomcode": "0501.U1.184", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39037", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39032, + "usage_id": 222 + }, + "0501.U1.185": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1185, Lager", "arch_name": "-1185@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39037", - "roomcode": "0501.U1.185", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38886", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39037, + "usage_id": 30 + }, + "0501.U1.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1190, B\u00fcchermagazin Bibliothek", "arch_name": "-1190@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38886", - "roomcode": "0501.U1.190", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72166", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38886, + "usage_id": 2 + }, + "0501.U1.191": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1191, Flur-Feuerwehr", "arch_name": "-1191@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72166", - "roomcode": "0501.U1.191", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38931", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72166, + "usage_id": 222 + }, + "0501.U1.192": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1192, Windfang", "arch_name": "-1192@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38931", - "roomcode": "0501.U1.192", - "usage": 52 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38934", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38931, + "usage_id": 52 + }, + "0501.U1.193": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1193, WC", "arch_name": "-1193@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38934", - "roomcode": "0501.U1.193", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38937", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38934, + "usage_id": 114 + }, + "0501.U1.194": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1194, Lager 2", "arch_name": "-1194@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38937", - "roomcode": "0501.U1.194", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38940", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38937, + "usage_id": 30 + }, + "0501.U1.195": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1195, Flur", "arch_name": "-1195@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38940", - "roomcode": "0501.U1.195", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38944", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38940, + "usage_id": 222 + }, + "0501.U1.196": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1196, Aktenlagerraum", "arch_name": "-1196@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38944", - "roomcode": "0501.U1.196", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38950", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38944, + "usage_id": 2 + }, + "0501.U1.197": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1197, Lager 3", "arch_name": "-1197@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38950", - "roomcode": "0501.U1.197", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38900", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38950, + "usage_id": 30 + }, + "0501.U1.198": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1198, Aufenthaltsraum", "arch_name": "-1198@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38900", - "roomcode": "0501.U1.198", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38911", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38900, + "usage_id": 44 + }, + "0501.U1.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1199, B\u00fcro Putzfirma", "arch_name": "-1199@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38911", - "roomcode": "0501.U1.199", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38504", + "area_id": 23, + "building_id": 577, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38911, + "usage_id": 12 + }, + "0501.U2.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2001, Installationskanal-Hochschulstrasse", "arch_name": "-2001@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38504", - "roomcode": "0501.U2.001", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38509", + "area_id": 23, + "building_id": 577, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38504, + "usage_id": 120 + }, + "0501.U2.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2101, Installationskanal", "arch_name": "-2101@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38509", - "roomcode": "0501.U2.101", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=74723", + "area_id": 23, + "building_id": 577, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38509, + "usage_id": 120 + }, + "0501.Z2.136A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z1136A, Lesesaal", "arch_name": "Z1136A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74723", - "roomcode": "0501.Z2.136A", - "usage": 150 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=74727", + "area_id": 23, + "building_id": 577, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74723, + "usage_id": 150 + }, + "0501.Z2.136B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z1136B, Treppe", "arch_name": "Z1136B@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74727", - "roomcode": "0501.Z2.136B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=74728", + "area_id": 23, + "building_id": 577, + "floor_level": "2.ZG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74727, + "usage_id": 223 + }, + "0501.Z2.136C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z1136C, Schacht f.Personenaufzug", "arch_name": "Z1136C@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74728", - "roomcode": "0501.Z2.136C", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=74725", + "area_id": 23, + "building_id": 577, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74728, + "usage_id": 195 + }, + "0501.Z2.136D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z1136D, Treppe", "arch_name": "Z1136D@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74725", - "roomcode": "0501.Z2.136D", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=74724", + "area_id": 23, + "building_id": 577, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74725, + "usage_id": 223 + }, + "0501.Z2.143A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z1143A, Lager", "arch_name": "Z1143A@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74724", - "roomcode": "0501.Z2.143A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=74726", + "area_id": 23, + "building_id": 577, + "floor_level": "2.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74724, + "usage_id": 30 + }, + "0501.Z2.143G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z1143G, Lager", "arch_name": "Z1143G@0501", - "b_area_id": 23, - "b_filter_id": 577, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74726", - "roomcode": "0501.Z2.143G", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7075", + "area_id": 23, + "building_id": 577, + "floor_level": "2.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74726, + "usage_id": 30 + }, + "0502.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1200, Carl-von-Linde-H\u00f6rsaal", "arch_name": "1200@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12505&cReadonly=J", - "extended": { - "additional_description": "1200, Carl-von-Linde-H\u00f6rsaal", - "address": "Arcisstr. 21(0502), 1.Obergescho\u00df", - "architect_room_nr": "1200@0502", - "area_m2": 664.0, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "200", - "seats": 600, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7075", - "roomcode": "0502.01.200", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=18840", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 12505, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 600, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7075, + "usage_id": 20 + }, + "0502.01.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1200A, Lager Carl von Linde-H\u00f6rsaal", "arch_name": "1200A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18840", - "roomcode": "0502.01.200A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37503", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18840, + "usage_id": 30 + }, + "0502.01.200B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1200B, Lager Carl von Linde-H\u00f6rsaal", "arch_name": "1200B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37503", - "roomcode": "0502.01.200B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=18921", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37503, + "usage_id": 30 + }, + "0502.01.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1202, Vorbereitung Carl von Linde-H\u00f6rsaal", "arch_name": "1202@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=18076&cReadonly=J", - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18921", - "roomcode": "0502.01.202", - "usage": 136 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37511", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 18076, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18921, + "usage_id": 136 + }, + "0502.01.202A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1202A, Galerie/Lager", "arch_name": "1202A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37511", - "roomcode": "0502.01.202A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75209", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37511, + "usage_id": 30 + }, + "0502.01.202B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1202B, Treppe", "arch_name": "1202B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75209", - "roomcode": "0502.01.202B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75201", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75209, + "usage_id": 223 + }, + "0502.01.202D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1202D, Aufzugsmaschinenraum", "arch_name": "1202D@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75201", - "roomcode": "0502.01.202D", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=58998", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75201, + "usage_id": 5 + }, + "0502.01.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1203, Flur", "arch_name": "1203@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58998", - "roomcode": "0502.01.203", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59002", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58998, + "usage_id": 222 + }, + "0502.01.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1204, Flur", "arch_name": "1204@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59002", - "roomcode": "0502.01.204", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75195", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59002, + "usage_id": 222 + }, + "0502.01.204A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1204A, Flur", "arch_name": "1204A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75195", - "roomcode": "0502.01.204A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13856", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75195, + "usage_id": 222 + }, + "0502.01.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1205, B\u00fcro", "arch_name": "1205@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13856", - "roomcode": "0502.01.205", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13887", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13856, + "usage_id": 12 + }, + "0502.01.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1207, B\u00fcro", "arch_name": "1207@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13887", - "roomcode": "0502.01.207", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13888", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13887, + "usage_id": 12 + }, + "0502.01.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1209, B\u00fcro", "arch_name": "1209@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13888", - "roomcode": "0502.01.209", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13889", - "alt_name": "1211, B\u00fcro", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13888, + "usage_id": 12 + }, + "0502.01.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1211, B\u00fcro", "arch_name": "1211@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13889", - "roomcode": "0502.01.211", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37516", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13889, + "usage_id": 12 + }, + "0502.01.211A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1211A, Flur", "arch_name": "1211A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37516", - "roomcode": "0502.01.211A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37550", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37516, + "usage_id": 222 + }, + "0502.01.211B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1211B, WC-Herren", "arch_name": "1211B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37550", - "roomcode": "0502.01.211B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37555", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37550, + "usage_id": 115 + }, + "0502.01.211C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1211C, Putzraum", "arch_name": "1211C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37555", - "roomcode": "0502.01.211C", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75212", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37555, + "usage_id": 205 + }, + "0502.01.211D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1211D, Toilette WC-H", "arch_name": "1211D@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75212", - "roomcode": "0502.01.211D", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75211", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75212, + "usage_id": 115 + }, + "0502.01.211E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1211E, Lager", "arch_name": "1211E@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75211", - "roomcode": "0502.01.211E", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75198", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75211, + "usage_id": 30 + }, + "0502.01.211F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1211F, Treppe", "arch_name": "1211F@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75198", - "roomcode": "0502.01.211F", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37561", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75198, + "usage_id": 223 + }, + "0502.01.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1219, Foyer/Gardarobe", "arch_name": "1219@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37561", - "roomcode": "0502.01.219", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37571", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37561, + "usage_id": 222 + }, + "0502.01.219A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1219A, Treppe", "arch_name": "1219A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37571", - "roomcode": "0502.01.219A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=65371", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37571, + "usage_id": 223 + }, + "0502.01.219B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1219B, Studentische Arbeitspl\u00e4tze", "arch_name": "1219B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65371", - "roomcode": "0502.01.219B", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75191", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65371, + "usage_id": 208 + }, + "0502.01.219C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1219C, Treppe", "arch_name": "1219C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75191", - "roomcode": "0502.01.219C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13890", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75191, + "usage_id": 223 + }, + "0502.01.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1221, Seminarraum", "arch_name": "1221@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15212&cReadonly=J", - "extended": { - "additional_description": "1221, Seminarraum", - "address": "Arcisstr. 21(0502), 1.Obergescho\u00df", - "architect_room_nr": "1221@0502", - "area_m2": 79.1, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "221", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13890", - "roomcode": "0502.01.221", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37577", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 15212, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13890, + "usage_id": 41 + }, + "0502.01.221G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1221G, Galerie", "arch_name": "1221G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37577", - "roomcode": "0502.01.221G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13891", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37577, + "usage_id": 206 + }, + "0502.01.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1229, Seminarraum", "arch_name": "1229@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15213&cReadonly=J", - "extended": { - "additional_description": "1229, Seminarraum", - "address": "Arcisstr. 21(0502), 1.Obergescho\u00df", - "architect_room_nr": "1229@0502", - "area_m2": 79.33, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "229", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13891", - "roomcode": "0502.01.229", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37583", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 15213, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13891, + "usage_id": 41 + }, + "0502.01.229G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1229G, Galerie wg. Brandschutz nicht nutzbar", "arch_name": "1229G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37583", - "roomcode": "0502.01.229G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37592", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37583, + "usage_id": 206 + }, + "0502.01.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1230, Flur", "arch_name": "1230@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37592", - "roomcode": "0502.01.230", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37602", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37592, + "usage_id": 222 + }, + "0502.01.230A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1230A, Treppenraum", "arch_name": "1230A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37602", - "roomcode": "0502.01.230A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75197", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37602, + "usage_id": 223 + }, + "0502.01.230B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1230B, Treppe", "arch_name": "1230B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75197", - "roomcode": "0502.01.230B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75192", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75197, + "usage_id": 223 + }, + "0502.01.230C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1230C, Flur", "arch_name": "1230C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75192", - "roomcode": "0502.01.230C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75190", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75192, + "usage_id": 222 + }, + "0502.01.230D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1230D, Flur", "arch_name": "1230D@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75190", - "roomcode": "0502.01.230D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75185", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75190, + "usage_id": 222 + }, + "0502.01.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1231, Flur", "arch_name": "1231@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75185", - "roomcode": "0502.01.231", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75199", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75185, + "usage_id": 222 + }, + "0502.01.231A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1231A, Treppe", "arch_name": "1231A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75199", - "roomcode": "0502.01.231A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59026", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75199, + "usage_id": 223 + }, + "0502.01.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1233, B\u00fcro", "arch_name": "1233@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59026", - "roomcode": "0502.01.233", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59035", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59026, + "usage_id": 12 + }, + "0502.01.233A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1233A, Papierlager", "arch_name": "1233A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59035", - "roomcode": "0502.01.233A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75214", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59035, + "usage_id": 30 + }, + "0502.01.233B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1233B, Treppe", "arch_name": "1233B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75214", - "roomcode": "0502.01.233B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37528", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75214, + "usage_id": 223 + }, + "0502.01.233G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1233G, Galerie", "arch_name": "1233G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37528", - "roomcode": "0502.01.233G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59039", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37528, + "usage_id": 206 + }, + "0502.01.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1235, Teek\u00fcche/Lager", "arch_name": "1235@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59039", - "roomcode": "0502.01.235", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75213", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59039, + "usage_id": 198 + }, + "0502.01.235A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1235A, Treppe", "arch_name": "1235A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75213", - "roomcode": "0502.01.235A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37532", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75213, + "usage_id": 223 + }, + "0502.01.235G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1235G, Galerie", "arch_name": "1235G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37532", - "roomcode": "0502.01.235G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59041", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37532, + "usage_id": 206 + }, + "0502.01.237": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1237, Seminarraum", "arch_name": "1237@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=18527&cReadonly=J", - "extended": { - "additional_description": "1237, Seminarraum", - "address": "Arcisstr. 21(0502), 1.Obergescho\u00df", - "architect_room_nr": "1237@0502", - "area_m2": 63.2, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "237", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59041", - "roomcode": "0502.01.237", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37539", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 18527, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59041, + "usage_id": 41 + }, + "0502.01.237G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1237G, Galerie", "arch_name": "1237G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37539", - "roomcode": "0502.01.237G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13899", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37539, + "usage_id": 206 + }, + "0502.01.239": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1239, B\u00fcro", "arch_name": "1239@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13899", - "roomcode": "0502.01.239", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59047", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13899, + "usage_id": 12 + }, + "0502.01.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1241, B\u00fcro", "arch_name": "1241@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59047", - "roomcode": "0502.01.241", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37547", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59047, + "usage_id": 12 + }, + "0502.01.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1242, Flur", "arch_name": "1242@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37547", - "roomcode": "0502.01.242", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13903", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37547, + "usage_id": 222 + }, + "0502.01.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1243, B\u00fcro", "arch_name": "1243@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13903", - "roomcode": "0502.01.243", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37733", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13903, + "usage_id": 12 + }, + "0502.01.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1244, Flur", "arch_name": "1244@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37733", - "roomcode": "0502.01.244", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37740", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37733, + "usage_id": 222 + }, + "0502.01.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1245, Lager", "arch_name": "1245@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37740", - "roomcode": "0502.01.245", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59048", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37740, + "usage_id": 30 + }, + "0502.01.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1246, Aufenthaltsraum", "arch_name": "1246@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59048", - "roomcode": "0502.01.246", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=13904", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59048, + "usage_id": 44 + }, + "0502.01.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1247, B\u00fcro", "arch_name": "1247@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=30453&cReadonly=J", - "list_index": "222", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13904", - "roomcode": "0502.01.247", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59049", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 30453, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13904, + "usage_id": 12 + }, + "0502.01.248": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1248, Aufenthaltsraum", "arch_name": "1248@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59049", - "roomcode": "0502.01.248", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59051", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59049, + "usage_id": 44 + }, + "0502.01.249": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1249, B\u00fcro", "arch_name": "1249@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59051", - "roomcode": "0502.01.249", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7051", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59051, + "usage_id": 12 + }, + "0502.01.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1250, B\u00fcro", "arch_name": "1250@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7051", - "roomcode": "0502.01.250", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59053", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7051, + "usage_id": 12 + }, + "0502.01.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1252, B\u00fcro", "arch_name": "1252@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59053", - "roomcode": "0502.01.252", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59055", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59053, + "usage_id": 12 + }, + "0502.01.253": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1253, B\u00fcro", "arch_name": "1253@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59055", - "roomcode": "0502.01.253", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59057", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59055, + "usage_id": 12 + }, + "0502.01.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1254, Lager", "arch_name": "1254@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59057", - "roomcode": "0502.01.254", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=59059", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59057, + "usage_id": 30 + }, + "0502.01.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1255, B\u00fcro", "arch_name": "1255@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19662", - "operator": "[ TUZVHR5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59059", - "roomcode": "0502.01.255", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7053", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19662, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59059, + "usage_id": 12 + }, + "0502.01.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1260, H\u00f6rsaal o. Exp.-B\u00fchne", "arch_name": "1260@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12563&cReadonly=J", - "extended": { - "additional_description": "1260, H\u00f6rsaal o. Exp.-B\u00fchne", - "address": "Arcisstr. 21(0502), 1.Obergescho\u00df", - "architect_room_nr": "1260@0502", - "area_m2": 103.39, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "260", - "seats": 130, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7053", - "roomcode": "0502.01.260", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37757", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 12563, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 130, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7053, + "usage_id": 20 + }, + "0502.01.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1266, Treppenraum", "arch_name": "1266@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37757", - "roomcode": "0502.01.266", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75196", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37757, + "usage_id": 223 + }, + "0502.01.266A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1266A, Treppenhaus", "arch_name": "1266A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75196", - "roomcode": "0502.01.266A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37760", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75196, + "usage_id": 223 + }, + "0502.01.267": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1267, WC-Damen Vorraum", "arch_name": "1267@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37760", - "roomcode": "0502.01.267", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37765", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37760, + "usage_id": 118 + }, + "0502.01.267A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1267A, Putzraum", "arch_name": "1267A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37765", - "roomcode": "0502.01.267A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75200", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37765, + "usage_id": 205 + }, + "0502.01.267B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1267B, Toilette WC-D", "arch_name": "1267B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75200", - "roomcode": "0502.01.267B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75210", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75200, + "usage_id": 116 + }, + "0502.01.267C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1267C, Lager", "arch_name": "1267C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75210", - "roomcode": "0502.01.267C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37771", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75210, + "usage_id": 30 + }, + "0502.01.271": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1271, L\u00fcftungsraum", "arch_name": "1271@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37771", - "roomcode": "0502.01.271", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37775", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37771, + "usage_id": 32 + }, + "0502.01.271A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1271A, Lager", "arch_name": "1271A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37775", - "roomcode": "0502.01.271A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37779", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37775, + "usage_id": 30 + }, + "0502.01.271B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1271B, Lager", "arch_name": "1271B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37779", - "roomcode": "0502.01.271B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37783", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37779, + "usage_id": 30 + }, + "0502.01.271C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1271C, Lager", "arch_name": "1271C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37783", - "roomcode": "0502.01.271C", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75194", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37783, + "usage_id": 30 + }, + "0502.01.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1272, Raumlufttechnische Anlage", "arch_name": "1272@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75194", - "roomcode": "0502.01.272", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75193", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75194, + "usage_id": 32 + }, + "0502.01.988": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1275, Raumlufttechnische Anlage", "arch_name": "1275@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75193", - "roomcode": "0502.01.988", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75186", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75193, + "usage_id": 32 + }, + "0502.01.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1293, Terrasse", "arch_name": "1293@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75186", - "roomcode": "0502.01.993", - "usage": 48 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37788", + "area_id": 23, + "building_id": 578, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75186, + "usage_id": 48 + }, + "0502.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2203, Flur", "arch_name": "2203@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37788", - "roomcode": "0502.02.203", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37795", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37788, + "usage_id": 222 + }, + "0502.02.203A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2203A, Kopierraum", "arch_name": "2203A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37795", - "roomcode": "0502.02.203A", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75224", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19700, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37795, + "usage_id": 110 + }, + "0502.02.203B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2203B, Treppe", "arch_name": "2203B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75224", - "roomcode": "0502.02.203B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7161", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75224, + "usage_id": 223 + }, + "0502.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2205, Besprechungsraum", "arch_name": "2205@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=19700&cRes=19533&cReadonly=J", - "list_index": "247", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7161", - "roomcode": "0502.02.205", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7166", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 19533, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7161, + "usage_id": 196 + }, + "0502.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2207, B\u00fcro", "arch_name": "2207@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=19700&cRes=30852&cReadonly=J", - "list_index": "248", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7166", - "roomcode": "0502.02.207", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=20195", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 30852, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7166, + "usage_id": 12 + }, + "0502.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2209, B\u00fcro", "arch_name": "2209@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20195", - "roomcode": "0502.02.209", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7174", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20195, + "usage_id": 12 + }, + "0502.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2211, B\u00fcro", "arch_name": "2211@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=19700", - "operator": "[ TUXB70L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7174", - "roomcode": "0502.02.211", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37819", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19700, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7174, + "usage_id": 12 + }, + "0502.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2215, Flur", "arch_name": "2215@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37819", - "roomcode": "0502.02.215", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37828", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37819, + "usage_id": 222 + }, + "0502.02.216A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2216A, Flur", "arch_name": "2216A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37828", - "roomcode": "0502.02.216A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75225", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37828, + "usage_id": 222 + }, + "0502.02.216B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2216B, Treppe", "arch_name": "2216B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75225", - "roomcode": "0502.02.216B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37836", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75225, + "usage_id": 223 + }, + "0502.02.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2219, Flur", "arch_name": "2219@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37836", - "roomcode": "0502.02.219", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=13944", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37836, + "usage_id": 222 + }, + "0502.02.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2221, B\u00fcro", "arch_name": "2221@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=43737&cRes=23161&cReadonly=J", - "list_index": "255", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13944", - "roomcode": "0502.02.221", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37841", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 23161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13944, + "usage_id": 12 + }, + "0502.02.221A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2221A, Lager", "arch_name": "2221A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37841", - "roomcode": "0502.02.221A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37846", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37841, + "usage_id": 30 + }, + "0502.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2222, Katastrophen/Selbstschutz", "arch_name": "2222@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37846", - "roomcode": "0502.02.222", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37705", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37846, + "usage_id": 30 + }, + "0502.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2224, Film-Projektionsraum", "arch_name": "2224@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37705", - "roomcode": "0502.02.224", - "usage": 23 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37715", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37705, + "usage_id": 23 + }, + "0502.02.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2226, Vorf\u00fchrraum", "arch_name": "2226@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37715", - "roomcode": "0502.02.226", - "usage": 23 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37720", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37715, + "usage_id": 23 + }, + "0502.02.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2228, Lager", "arch_name": "2228@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37720", - "roomcode": "0502.02.228", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37950", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37720, + "usage_id": 30 + }, + "0502.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2230, Flur", "arch_name": "2230@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37950", - "roomcode": "0502.02.230", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37958", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37950, + "usage_id": 222 + }, + "0502.02.230A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2230A, Treppenraum", "arch_name": "2230A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37958", - "roomcode": "0502.02.230A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37963", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37958, + "usage_id": 223 + }, + "0502.02.230B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2230B, Vorraum WC", "arch_name": "2230B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37963", - "roomcode": "0502.02.230B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37972", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37963, + "usage_id": 118 + }, + "0502.02.230C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2230C, WC", "arch_name": "2230C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37972", - "roomcode": "0502.02.230C", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75223", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37972, + "usage_id": 114 + }, + "0502.02.230D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2230D, Treppe", "arch_name": "2230D@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75223", - "roomcode": "0502.02.230D", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=13945", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75223, + "usage_id": 223 + }, + "0502.02.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2231, Prof.-B\u00fcro", "arch_name": "2231@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13945", - "roomcode": "0502.02.231", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7117", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13945, + "usage_id": 12 + }, + "0502.02.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2235, B\u00fcro", "arch_name": "2235@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=15223&cRes=18919&cReadonly=J", - "list_index": "267", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7117", - "roomcode": "0502.02.235", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37988", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 18919, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7117, + "usage_id": 12 + }, + "0502.02.239": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2239, B\u00fcro", "arch_name": "2239@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=15223&cRes=20742&cReadonly=J", - "list_index": "268", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37988", - "roomcode": "0502.02.239", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7128", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 20742, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37988, + "usage_id": 12 + }, + "0502.02.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2240, B\u00fcro", "arch_name": "2240@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7128", - "roomcode": "0502.02.240", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7133", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7128, + "usage_id": 12 + }, + "0502.02.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2241, B\u00fcro", "arch_name": "2241@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7133", - "roomcode": "0502.02.241", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7293", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7133, + "usage_id": 12 + }, + "0502.02.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2242, B\u00fcro", "arch_name": "2242@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7293", - "roomcode": "0502.02.242", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38014", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7293, + "usage_id": 12 + }, + "0502.02.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2243, B\u00fcro", "arch_name": "2243@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38014", - "roomcode": "0502.02.243", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38023", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38014, + "usage_id": 40 + }, + "0502.02.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2245, Prof.-B\u00fcro", "arch_name": "2245@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=22106&cReadonly=J", - "list_index": "273", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38023", - "roomcode": "0502.02.245", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=59058", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 22106, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38023, + "usage_id": 12 + }, + "0502.02.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2247, Seminarraum", "arch_name": "2247@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=20741&cReadonly=J", - "extended": { - "additional_description": "2247, Seminarraum", - "address": "Arcisstr. 21(0502), 2.Obergescho\u00df", - "architect_room_nr": "2247@0502", - "area_m2": 89.34, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "247", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59058", - "roomcode": "0502.02.247", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75215", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 20741, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59058, + "usage_id": 41 + }, + "0502.02.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2250, Flur", "arch_name": "2250@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75215", - "roomcode": "0502.02.250", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75216", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75215, + "usage_id": 222 + }, + "0502.02.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2251, Flur", "arch_name": "2251@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75216", - "roomcode": "0502.02.251", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=59060", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75216, + "usage_id": 222 + }, + "0502.02.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2255, Seminarraum", "arch_name": "2255@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18775&cReadonly=J", - "extended": { - "additional_description": "2255, Seminarraum", - "address": "Arcisstr. 21(0502), 2.Obergescho\u00df", - "architect_room_nr": "2255@0502", - "area_m2": 38.71, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "255", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59060", - "roomcode": "0502.02.255", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37848", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 18775, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59060, + "usage_id": 41 + }, + "0502.02.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2260, Flur", "arch_name": "2260@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37848", - "roomcode": "0502.02.260", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37857", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37848, + "usage_id": 222 + }, + "0502.02.260A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2260A, Flur", "arch_name": "2260A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37857", - "roomcode": "0502.02.260A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37861", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37857, + "usage_id": 222 + }, + "0502.02.260B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2260B, Treppe zu 3258", "arch_name": "2260B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37861", - "roomcode": "0502.02.260B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37871", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37861, + "usage_id": 223 + }, + "0502.02.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2261, Vorbereitungsraum CH/HS 2300", "arch_name": "2261@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37871", - "roomcode": "0502.02.261", - "usage": 136 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37903", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14692, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37871, + "usage_id": 136 + }, + "0502.02.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2262, WC-Damen", "arch_name": "2262@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37903", - "roomcode": "0502.02.262", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37914", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37903, + "usage_id": 116 + }, + "0502.02.264": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2264, WC-Herren", "arch_name": "2264@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37914", - "roomcode": "0502.02.264", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37921", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37914, + "usage_id": 115 + }, + "0502.02.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2266, Treppenraum", "arch_name": "2266@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37921", - "roomcode": "0502.02.266", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37928", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37921, + "usage_id": 223 + }, + "0502.02.268": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2268, B\u00fcro IKOM", "arch_name": "2268@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37928", - "roomcode": "0502.02.268", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37936", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37928, + "usage_id": 12 + }, + "0502.02.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2270, Flur", "arch_name": "2270@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37936", - "roomcode": "0502.02.270", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37944", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37936, + "usage_id": 222 + }, + "0502.02.270A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2270A, Installation", "arch_name": "2270A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37944", - "roomcode": "0502.02.270A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75226", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37944, + "usage_id": 120 + }, + "0502.02.270B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2270B, Treppe", "arch_name": "2270B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75226", - "roomcode": "0502.02.270B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=75227", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75226, + "usage_id": 223 + }, + "0502.02.270C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2270C, Treppe", "arch_name": "2270C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75227", - "roomcode": "0502.02.270C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37877", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75227, + "usage_id": 223 + }, + "0502.02.271": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2271, Vorf\u00fchrraum", "arch_name": "2271@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37877", - "roomcode": "0502.02.271", - "usage": 23 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37884", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37877, + "usage_id": 23 + }, + "0502.02.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2272, Flur", "arch_name": "2272@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37884", - "roomcode": "0502.02.272", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37892", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37884, + "usage_id": 222 + }, + "0502.02.272A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2272A, Treppenraum", "arch_name": "2272A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37892", - "roomcode": "0502.02.272A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38064", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37892, + "usage_id": 223 + }, + "0502.02.272B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2272B, Vorraum WC", "arch_name": "2272B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38064", - "roomcode": "0502.02.272B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38072", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38064, + "usage_id": 118 + }, + "0502.02.272C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2272C, WC", "arch_name": "2272C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38072", - "roomcode": "0502.02.272C", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38076", + "area_id": 23, + "building_id": 578, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38072, + "usage_id": 114 + }, + "0502.03.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3202, Flur", "arch_name": "3202@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38076", - "roomcode": "0502.03.202", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38080", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38076, + "usage_id": 222 + }, + "0502.03.202A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3202A, Treppe", "arch_name": "3202A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38080", - "roomcode": "0502.03.202A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38084", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38080, + "usage_id": 223 + }, + "0502.03.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3203, Besprechungsraum", "arch_name": "3203@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=44384&cRes=18841&cReadonly=J", - "list_index": "297", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38084", - "roomcode": "0502.03.203", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38088", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 18841, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38084, + "usage_id": 196 + }, + "0502.03.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3205, Server/Archiv", "arch_name": "3205@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38088", - "roomcode": "0502.03.205", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7291", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38088, + "usage_id": 207 + }, + "0502.03.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3209, Cip-Raum", "arch_name": "3209@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15012&cReadonly=J", - "list_index": "299", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7291", - "roomcode": "0502.03.209", - "usage": 135 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38096", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 15012, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7291, + "usage_id": 135 + }, + "0502.03.209A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3209A, Treppe zu 3209", "arch_name": "3209A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38096", - "roomcode": "0502.03.209A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75208", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38096, + "usage_id": 223 + }, + "0502.03.209C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3209C, Flur", "arch_name": "3209C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75208", - "roomcode": "0502.03.209C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75218", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75208, + "usage_id": 222 + }, + "0502.03.209D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3209D, Flur", "arch_name": "3209D@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75218", - "roomcode": "0502.03.209D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38105", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75218, + "usage_id": 222 + }, + "0502.03.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3216, B\u00fcro/Werkstatt", "arch_name": "3216@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38105", - "roomcode": "0502.03.216", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7222", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38105, + "usage_id": 12 + }, + "0502.03.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3217, B\u00fcro", "arch_name": "3217@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7222", - "roomcode": "0502.03.217", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7227", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7222, + "usage_id": 12 + }, + "0502.03.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3218, B\u00fcro", "arch_name": "3218@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7227", - "roomcode": "0502.03.218", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7230", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7227, + "usage_id": 12 + }, + "0502.03.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3219, B\u00fcro", "arch_name": "3219@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7230", - "roomcode": "0502.03.219", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38125", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7230, + "usage_id": 12 + }, + "0502.03.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3223, Cip-Server", "arch_name": "3223@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38125", - "roomcode": "0502.03.223", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38129", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38125, + "usage_id": 207 + }, + "0502.03.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3226, Besprechungsraum", "arch_name": "3226@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38129", - "roomcode": "0502.03.226", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=65744", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38129, + "usage_id": 196 + }, + "0502.03.226A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3226A, Flur zu 3226", "arch_name": "3226A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65744", - "roomcode": "0502.03.226A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75207", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65744, + "usage_id": 222 + }, + "0502.03.226B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3226B, Lager", "arch_name": "3226B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75207", - "roomcode": "0502.03.226B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75205", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75207, + "usage_id": 30 + }, + "0502.03.226C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3226C, B\u00fcro", "arch_name": "3226C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75205", - "roomcode": "0502.03.226C", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38134", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75205, + "usage_id": 12 + }, + "0502.03.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3227, LRZ-Verteilerknoten", "arch_name": "3227@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38134", - "roomcode": "0502.03.227", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38142", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38134, + "usage_id": 120 + }, + "0502.03.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3228, Flur", "arch_name": "3228@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38142", - "roomcode": "0502.03.228", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38148", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38142, + "usage_id": 222 + }, + "0502.03.228A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3228A, Installation", "arch_name": "3228A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38148", - "roomcode": "0502.03.228A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7331", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38148, + "usage_id": 120 + }, + "0502.03.238": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3238, Cip-Raum", "arch_name": "3238@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15017&cReadonly=J", - "list_index": "315", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7331", - "roomcode": "0502.03.238", - "usage": 135 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38158", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 15017, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7331, + "usage_id": 135 + }, + "0502.03.238A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3238A, Treppe zu 3238", "arch_name": "3238A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38158", - "roomcode": "0502.03.238A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75217", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38158, + "usage_id": 223 + }, + "0502.03.238B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3238B, Lager", "arch_name": "3238B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75217", - "roomcode": "0502.03.238B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7336", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75217, + "usage_id": 30 + }, + "0502.03.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3240, B\u00fcro", "arch_name": "3240@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7336", - "roomcode": "0502.03.240", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38173", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7336, + "usage_id": 12 + }, + "0502.03.240A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3240a, B\u00fcro", "arch_name": "3240a@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38173", - "roomcode": "0502.03.240A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38176", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38173, + "usage_id": 12 + }, + "0502.03.240B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3240b, B\u00fcro", "arch_name": "3240b@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=44384", - "operator": "[ TUBVCMS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38176", - "roomcode": "0502.03.240B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38181", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44384, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38176, + "usage_id": 12 + }, + "0502.03.240C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3240c, Installation", "arch_name": "3240c@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38181", - "roomcode": "0502.03.240C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38186", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38181, + "usage_id": 120 + }, + "0502.03.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3241, B\u00fcro", "arch_name": "3241@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38186", - "roomcode": "0502.03.241", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=66941", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38186, + "usage_id": 12 + }, + "0502.03.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3250, Stud. Arbeitspl\u00e4tze", "arch_name": "3250@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=15223&cRes=31712&cReadonly=J", - "list_index": "323", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66941", - "roomcode": "0502.03.250", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38279", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 31712, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66941, + "usage_id": 208 + }, + "0502.03.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3254, Flucht Flur", "arch_name": "3254@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38279", - "roomcode": "0502.03.254", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38283", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38279, + "usage_id": 222 + }, + "0502.03.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3257, Stud. Arbeitspl\u00e4tze", "arch_name": "3257@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38283", - "roomcode": "0502.03.257", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7351", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15223, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38283, + "usage_id": 208 + }, + "0502.03.258": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3258, Forschung", "arch_name": "3258@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=15223&cRes=15019&cReadonly=J", - "list_index": "326", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7351", - "roomcode": "0502.03.258", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38320", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 15019, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15223, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7351, + "usage_id": 12 + }, + "0502.03.259": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3259, Fluchtflur", "arch_name": "3259@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38320", - "roomcode": "0502.03.259", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38342", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38320, + "usage_id": 222 + }, + "0502.03.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3261, Treppe", "arch_name": "3261@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38342", - "roomcode": "0502.03.261", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38191", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15223, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38342, + "usage_id": 223 + }, + "0502.03.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3262, Treppenhaus", "arch_name": "3262@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38191", - "roomcode": "0502.03.262", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75206", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38191, + "usage_id": 223 + }, + "0502.03.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3270, Lager", "arch_name": "3270@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=15223", - "operator": "[ TUARL20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75206", - "roomcode": "0502.03.270", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75204", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15223, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75206, + "usage_id": 30 + }, + "0502.03.282": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3282, Zentrale Technik", "arch_name": "3282@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75204", - "roomcode": "0502.03.282", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38233", + "area_id": 23, + "building_id": 578, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75204, + "usage_id": 120 + }, + "0502.04.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4208, Speicher/Installation", "arch_name": "4208@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38233", - "roomcode": "0502.04.208", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38235", + "area_id": 23, + "building_id": 578, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38233, + "usage_id": 120 + }, + "0502.04.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4209, Dachflur S\u00fcd", "arch_name": "4209@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38235", - "roomcode": "0502.04.209", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38241", + "area_id": 23, + "building_id": 578, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38235, + "usage_id": 222 + }, + "0502.04.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4210, Dachlager/Technik", "arch_name": "4210@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38241", - "roomcode": "0502.04.210", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38242", + "area_id": 23, + "building_id": 578, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38241, + "usage_id": 30 + }, + "0502.04.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4210A, Dachflur Nord", "arch_name": "4210A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38242", - "roomcode": "0502.04.210A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40387", + "area_id": 23, + "building_id": 578, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38242, + "usage_id": 222 + }, + "0502.EG.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0200, Registratur (Jungakten)", "arch_name": "0200@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=37985", - "operator": "[ TUZV44N ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40387", - "roomcode": "0502.EG.200", - "usage": 2 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40388", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37985, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40387, + "usage_id": 2 + }, + "0502.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0201, Flur", "arch_name": "0201@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40388", - "roomcode": "0502.EG.201", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58819", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40388, + "usage_id": 222 + }, + "0502.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0202, Lager", "arch_name": "0202@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58819", - "roomcode": "0502.EG.202", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40266", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58819, + "usage_id": 30 + }, + "0502.EG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0203, PC-Labor", "arch_name": "0203@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40266", - "roomcode": "0502.EG.203", - "usage": 133 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75219", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40266, + "usage_id": 133 + }, + "0502.EG.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0204, Flur", "arch_name": "0204@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75219", - "roomcode": "0502.EG.204", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75228", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75219, + "usage_id": 222 + }, + "0502.EG.204A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0204A, Personenaufzug", "arch_name": "0204A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75228", - "roomcode": "0502.EG.204A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40268", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75228, + "usage_id": 4 + }, + "0502.EG.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0205, Flur", "arch_name": "0205@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40268", - "roomcode": "0502.EG.205", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40270", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40268, + "usage_id": 222 + }, + "0502.EG.205A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0205A, Flur", "arch_name": "0205A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40270", - "roomcode": "0502.EG.205A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=21249", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40270, + "usage_id": 222 + }, + "0502.EG.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0206, Poststelle", "arch_name": "0206@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=37984", - "operator": "[ TUZV44M ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21249", - "roomcode": "0502.EG.206", - "usage": 180 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40336", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37984, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21249, + "usage_id": 180 + }, + "0502.EG.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0207, EDV-Ausgabe", "arch_name": "0207@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40336", - "roomcode": "0502.EG.207", - "usage": 186 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40338", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40336, + "usage_id": 186 + }, + "0502.EG.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0209, Registratur (Altakten)", "arch_name": "0209@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=37985", - "operator": "[ TUZV44N ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40338", - "roomcode": "0502.EG.209", - "usage": 2 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40340", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37985, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40338, + "usage_id": 2 + }, + "0502.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0210, Poststelle", "arch_name": "0210@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=37984", - "operator": "[ TUZV44M ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40340", - "roomcode": "0502.EG.210", - "usage": 180 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37409", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37984, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40340, + "usage_id": 180 + }, + "0502.EG.210B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0210B, Treppe Poststelle", "arch_name": "0210B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=37984", - "operator": "[ TUZV44M ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37409", - "roomcode": "0502.EG.210B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37422", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 37984, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37409, + "usage_id": 223 + }, + "0502.EG.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0211, EDV-Lager", "arch_name": "0211@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37422", - "roomcode": "0502.EG.211", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7018", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37422, + "usage_id": 30 + }, + "0502.EG.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0212, B\u00fcro", "arch_name": "0212@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7018", - "roomcode": "0502.EG.212", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58823", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7018, + "usage_id": 12 + }, + "0502.EG.212A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0212A, Lager", "arch_name": "0212A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58823", - "roomcode": "0502.EG.212A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37431", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58823, + "usage_id": 30 + }, + "0502.EG.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0213, Lager", "arch_name": "0213@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37431", - "roomcode": "0502.EG.213", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37437", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37431, + "usage_id": 30 + }, + "0502.EG.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0219, Foyer", "arch_name": "0219@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37437", - "roomcode": "0502.EG.219", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75230", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37437, + "usage_id": 222 + }, + "0502.EG.219A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0219A, Windfang", "arch_name": "0219A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75230", - "roomcode": "0502.EG.219A", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75231", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75230, + "usage_id": 52 + }, + "0502.EG.219B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0219B, Windfang", "arch_name": "0219B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75231", - "roomcode": "0502.EG.219B", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75232", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75231, + "usage_id": 52 + }, + "0502.EG.219C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0219C, Windfang", "arch_name": "0219C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75232", - "roomcode": "0502.EG.219C", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75221", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75232, + "usage_id": 52 + }, + "0502.EG.219D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0219D, Treppe", "arch_name": "0219D@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75221", - "roomcode": "0502.EG.219D", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75220", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75221, + "usage_id": 223 + }, + "0502.EG.219E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0219E, Treppe", "arch_name": "0219E@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75220", - "roomcode": "0502.EG.219E", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7026", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75220, + "usage_id": 223 + }, + "0502.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0220, H\u00f6rsaal m. Exp.-B\u00fchne", "arch_name": "0220@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12577&cReadonly=J", - "extended": { - "additional_description": "0220, H\u00f6rsaal m. Exp.-B\u00fchne", - "address": "Arcisstr. 21(0502), Erdgescho\u00df", - "architect_room_nr": "0220@0502", - "area_m2": 161.25, - "building": "0502 (Z2) Zentralgeb\u00e4ude 2", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "220", - "seats": 175, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7026", - "roomcode": "0502.EG.220", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37449", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 12577, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 175, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7026, + "usage_id": 20 + }, + "0502.EG.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0221, Treppenraum", "arch_name": "0221@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37449", - "roomcode": "0502.EG.221", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=6989", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37449, + "usage_id": 223 + }, + "0502.EG.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0226, B\u00fcro Werkstattleitung", "arch_name": "0226@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6989", - "roomcode": "0502.EG.226", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=6995", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6989, + "usage_id": 12 + }, + "0502.EG.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0228, Wahlamt", "arch_name": "0228@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6995", - "roomcode": "0502.EG.228", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37469", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14156, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6995, + "usage_id": 12 + }, + "0502.EG.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0230, Flur", "arch_name": "0230@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37469", - "roomcode": "0502.EG.230", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37471", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37469, + "usage_id": 222 + }, + "0502.EG.230A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0230A, Eingang", "arch_name": "0230A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37471", - "roomcode": "0502.EG.230A", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=6997", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37471, + "usage_id": 52 + }, + "0502.EG.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0231, B\u00fcro", "arch_name": "0231@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6997", - "roomcode": "0502.EG.231", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37476", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19660, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6997, + "usage_id": 12 + }, + "0502.EG.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0233, B\u00fcro/Historisches Archiv", "arch_name": "0233@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=46797", - "operator": "[ TUPRARC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37476", - "roomcode": "0502.EG.233", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7001", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 46797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37476, + "usage_id": 12 + }, + "0502.EG.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0235, B\u00fcro", "arch_name": "0235@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7001", - "roomcode": "0502.EG.235", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37489", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7001, + "usage_id": 12 + }, + "0502.EG.237": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0237, B\u00fcro (Jubil\u00e4umsb\u00fcro 150 Jahr-Feier)", "arch_name": "0237@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37489", - "roomcode": "0502.EG.237", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58828", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37489, + "usage_id": 12 + }, + "0502.EG.239": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0239, Lichthimmel", "arch_name": "0239@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58828", - "roomcode": "0502.EG.239", - "usage": 194 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58832", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58828, + "usage_id": 194 + }, + "0502.EG.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0240, Roboter", "arch_name": "0240@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58832", - "roomcode": "0502.EG.240", - "usage": 49 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58838", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58832, + "usage_id": 49 + }, + "0502.EG.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0241, B\u00fcro", "arch_name": "0241@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=30916&cReadonly=J", - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58838", - "roomcode": "0502.EG.241", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58892", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 30916, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58838, + "usage_id": 12 + }, + "0502.EG.241A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0241A, Teek\u00fcche", "arch_name": "0241A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58892", - "roomcode": "0502.EG.241A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58896", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58892, + "usage_id": 198 + }, + "0502.EG.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0243, B\u00fcro", "arch_name": "0243@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=30917&cReadonly=J", - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58896", - "roomcode": "0502.EG.243", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58901", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 30917, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58896, + "usage_id": 12 + }, + "0502.EG.243A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0243A, Aktenlager", "arch_name": "0243A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58901", - "roomcode": "0502.EG.243A", - "usage": 2 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37494", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58901, + "usage_id": 2 + }, + "0502.EG.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0244, Flur", "arch_name": "0244@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37494", - "roomcode": "0502.EG.244", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37371", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37494, + "usage_id": 222 + }, + "0502.EG.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0245, Flur/Treppe", "arch_name": "0245@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37371", - "roomcode": "0502.EG.245", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75229", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37371, + "usage_id": 222 + }, + "0502.EG.245A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0245A, Treppe", "arch_name": "0245A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75229", - "roomcode": "0502.EG.245A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37385", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75229, + "usage_id": 223 + }, + "0502.EG.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0246, Flur", "arch_name": "0246@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37385", - "roomcode": "0502.EG.246", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58905", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37385, + "usage_id": 222 + }, + "0502.EG.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0247, Teek\u00fcche", "arch_name": "0247@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18918&cReadonly=J", - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58905", - "roomcode": "0502.EG.247", - "usage": 198 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58910", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 18918, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58905, + "usage_id": 198 + }, + "0502.EG.248": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0248, WC-Vorraum", "arch_name": "0248@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58910", - "roomcode": "0502.EG.248", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75234", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58910, + "usage_id": 118 + }, + "0502.EG.248A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0248A, Toilette WC-H", "arch_name": "0248A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75234", - "roomcode": "0502.EG.248A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75233", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75234, + "usage_id": 115 + }, + "0502.EG.248B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0248B, Toilette WC-D", "arch_name": "0248B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75233", - "roomcode": "0502.EG.248B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58916", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75233, + "usage_id": 116 + }, + "0502.EG.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0250, ARI//Architecture Research Incubator//Climal", "arch_name": "0250@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15504&cReadonly=J", - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58916", - "roomcode": "0502.EG.250", - "usage": 208 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37609", + "area_id": 23, + "building_id": 578, + "calendar_resource_nr": 15504, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58916, + "usage_id": 208 + }, + "0502.EG.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0251, Lager ZA4", "arch_name": "0251@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37609", - "roomcode": "0502.EG.251", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37613", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37609, + "usage_id": 30 + }, + "0502.EG.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0252, Lager", "arch_name": "0252@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37613", - "roomcode": "0502.EG.252", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58988", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37613, + "usage_id": 30 + }, + "0502.EG.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0260, Roboterhalle", "arch_name": "0260@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58988", - "roomcode": "0502.EG.260", - "usage": 49 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37629", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58988, + "usage_id": 49 + }, + "0502.EG.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0261, Treppe", "arch_name": "0261@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37629", - "roomcode": "0502.EG.261", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37634", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37629, + "usage_id": 223 + }, + "0502.EG.261A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0261A, Treppe", "arch_name": "0261A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37634", - "roomcode": "0502.EG.261A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37639", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37634, + "usage_id": 223 + }, + "0502.EG.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0262, Flur", "arch_name": "0262@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37639", - "roomcode": "0502.EG.262", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37646", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37639, + "usage_id": 222 + }, + "0502.EG.263": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0263, Flur", "arch_name": "0263@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37646", - "roomcode": "0502.EG.263", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37649", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37646, + "usage_id": 222 + }, + "0502.EG.264": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0264, Flur", "arch_name": "0264@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37649", - "roomcode": "0502.EG.264", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58993", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37649, + "usage_id": 222 + }, + "0502.EG.265": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0265, Lager", "arch_name": "0265@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58993", - "roomcode": "0502.EG.265", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37654", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58993, + "usage_id": 30 + }, + "0502.EG.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0266, Treppe", "arch_name": "0266@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37654", - "roomcode": "0502.EG.266", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37675", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37654, + "usage_id": 223 + }, + "0502.EG.269": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0269, WC-Damen", "arch_name": "0269@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37675", - "roomcode": "0502.EG.269", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37681", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37675, + "usage_id": 116 + }, + "0502.EG.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0270, WC-Vorraum", "arch_name": "0270@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37681", - "roomcode": "0502.EG.270", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75222", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37681, + "usage_id": 118 + }, + "0502.EG.270A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0270A, Toilette WC-H", "arch_name": "0270A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75222", - "roomcode": "0502.EG.270A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37687", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75222, + "usage_id": 115 + }, + "0502.EG.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0272, Putzraum", "arch_name": "0272@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37687", - "roomcode": "0502.EG.272", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37693", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37687, + "usage_id": 205 + }, + "0502.EG.273": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0273, Garage", "arch_name": "0273@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37693", - "roomcode": "0502.EG.273", - "usage": 100 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39946", + "area_id": 23, + "building_id": 578, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37693, + "usage_id": 100 + }, + "0502.U1.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1201, Flur 1", "arch_name": "-1201@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39946", - "roomcode": "0502.U1.201", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39948", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39946, + "usage_id": 222 + }, + "0502.U1.201A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1201A, Flur 2", "arch_name": "-1201A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39948", - "roomcode": "0502.U1.201A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39952", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39948, + "usage_id": 222 + }, + "0502.U1.201B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1201B, Eingangsflur", "arch_name": "-1201B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39952", - "roomcode": "0502.U1.201B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39954", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39952, + "usage_id": 222 + }, + "0502.U1.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1202, Werkstatt f. Medientechnik", "arch_name": "-1202@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=37796", - "operator": "[ TUZV44K ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39954", - "roomcode": "0502.U1.202", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75187", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37796, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39954, + "usage_id": 51 + }, + "0502.U1.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1203, Flur", "arch_name": "-1203@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75187", - "roomcode": "0502.U1.203", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75178", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75187, + "usage_id": 222 + }, + "0502.U1.203A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1203A, Personenaufzug", "arch_name": "-1203A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75178", - "roomcode": "0502.U1.203A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75182", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75178, + "usage_id": 4 + }, + "0502.U1.203B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1203B, Lager", "arch_name": "-1203B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75182", - "roomcode": "0502.U1.203B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75177", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75182, + "usage_id": 30 + }, + "0502.U1.203C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1203C, Treppe", "arch_name": "-1203C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75177", - "roomcode": "0502.U1.203C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39957", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75177, + "usage_id": 223 + }, + "0502.U1.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1205, Raumlufttechnik", "arch_name": "-1205@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39957", - "roomcode": "0502.U1.205", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39960", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39957, + "usage_id": 32 + }, + "0502.U1.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1206, E-Werkstatt", "arch_name": "-1206@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39960", - "roomcode": "0502.U1.206", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39992", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39960, + "usage_id": 51 + }, + "0502.U1.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1207, Wasch./Dusch./WC", "arch_name": "-1207@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39992", - "roomcode": "0502.U1.207", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75175", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39992, + "usage_id": 210 + }, + "0502.U1.207A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1207A, Vorraum WC", "arch_name": "-1207A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75175", - "roomcode": "0502.U1.207A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75203", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75175, + "usage_id": 118 + }, + "0502.U1.207B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1207B, Toilette WC-D", "arch_name": "-1207B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75203", - "roomcode": "0502.U1.207B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=15187", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75203, + "usage_id": 116 + }, + "0502.U1.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1208, Lager", "arch_name": "-1208@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15187", - "roomcode": "0502.U1.208", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=21100", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15187, + "usage_id": 30 + }, + "0502.U1.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1209, Werkstatt f. Heiz. u. Klimatechnik", "arch_name": "-1209@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21100", - "roomcode": "0502.U1.209", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=8936", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21100, + "usage_id": 51 + }, + "0502.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1210, Meisterb\u00fcro Elektrotechnik", "arch_name": "-1210@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8936", - "roomcode": "0502.U1.210", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39999", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8936, + "usage_id": 12 + }, + "0502.U1.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1211, Teek\u00fcche", "arch_name": "-1211@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39999", - "roomcode": "0502.U1.211", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40002", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39999, + "usage_id": 198 + }, + "0502.U1.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1212, Aufenthalt Elektrotechnik", "arch_name": "-1212@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40002", - "roomcode": "0502.U1.212", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40023", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40002, + "usage_id": 44 + }, + "0502.U1.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1213, Aufenthalt/Werkstatt", "arch_name": "-1213@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40023", - "roomcode": "0502.U1.213", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=21106", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40023, + "usage_id": 44 + }, + "0502.U1.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1214, Werkstatt Regeltechnik", "arch_name": "-1214@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21106", - "roomcode": "0502.U1.214", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40026", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21106, + "usage_id": 51 + }, + "0502.U1.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1215, Lager", "arch_name": "-1215@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40026", - "roomcode": "0502.U1.215", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40028", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40026, + "usage_id": 30 + }, + "0502.U1.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1216, Werkstatt Regeltechnik", "arch_name": "-1216@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40028", - "roomcode": "0502.U1.216", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=8962", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40028, + "usage_id": 51 + }, + "0502.U1.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1217, Meisterb\u00fcro", "arch_name": "-1217@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8962", - "roomcode": "0502.U1.217", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40031", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8962, + "usage_id": 12 + }, + "0502.U1.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1218, Meisterb\u00fcro Regeltechnik", "arch_name": "-1218@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40031", - "roomcode": "0502.U1.218", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40069", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40031, + "usage_id": 12 + }, + "0502.U1.218A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1218A, B\u00fcro", "arch_name": "-1218A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40069", - "roomcode": "0502.U1.218A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=58804", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40069, + "usage_id": 12 + }, + "0502.U1.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1220, Historisches Archiv", "arch_name": "-1220@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58804", - "roomcode": "0502.U1.220", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40070", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58804, + "usage_id": 2 + }, + "0502.U1.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1221, Lager Heizungswerkstatt", "arch_name": "-1221@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40070", - "roomcode": "0502.U1.221", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40072", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40070, + "usage_id": 30 + }, + "0502.U1.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1224, Pumpenraum", "arch_name": "-1224@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40072", - "roomcode": "0502.U1.224", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40074", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40072, + "usage_id": 120 + }, + "0502.U1.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1226, WC-Damen", "arch_name": "-1226@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40074", - "roomcode": "0502.U1.226", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40077", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40074, + "usage_id": 116 + }, + "0502.U1.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1227, Lager Heizungswerkstatt", "arch_name": "-1227@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40077", - "roomcode": "0502.U1.227", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40079", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40077, + "usage_id": 30 + }, + "0502.U1.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1229, Werkstatt", "arch_name": "-1229@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40079", - "roomcode": "0502.U1.229", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40111", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40079, + "usage_id": 51 + }, + "0502.U1.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1231, Lager", "arch_name": "-1231@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40111", - "roomcode": "0502.U1.231", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40113", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40111, + "usage_id": 30 + }, + "0502.U1.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1232, Lager", "arch_name": "-1232@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40113", - "roomcode": "0502.U1.232", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=21154", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40113, + "usage_id": 30 + }, + "0502.U1.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1235, Lager Heizungswerkstatt", "arch_name": "-1235@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21154", - "roomcode": "0502.U1.235", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40117", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21154, + "usage_id": 30 + }, + "0502.U1.236": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1236, Technik-/ Maschinenraum", "arch_name": "-1236@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40117", - "roomcode": "0502.U1.236", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40119", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40117, + "usage_id": 120 + }, + "0502.U1.236A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1236A, Raumlufttechnik", "arch_name": "-1236A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40119", - "roomcode": "0502.U1.236A", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40122", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40119, + "usage_id": 32 + }, + "0502.U1.236B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1236B, Raumlufttechnik", "arch_name": "-1236B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40122", - "roomcode": "0502.U1.236B", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40125", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40122, + "usage_id": 32 + }, + "0502.U1.236C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1236C, Raumlufttechnik", "arch_name": "-1236C@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40125", - "roomcode": "0502.U1.236C", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40172", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40125, + "usage_id": 32 + }, + "0502.U1.237": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1237, Waschraum u. WC f\u00fcr alle Werkst\u00e4tten", "arch_name": "-1237@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40172", - "roomcode": "0502.U1.237", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75188", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40172, + "usage_id": 210 + }, + "0502.U1.237A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1237A, Toilette WC-H mit Dusche", "arch_name": "-1237A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75188", - "roomcode": "0502.U1.237A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75189", - "alt_name": "-1237B, Toilette WC-H", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75188, + "usage_id": 115 + }, + "0502.U1.237B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "-1237B, Toilette WC-H", "arch_name": "-1237B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75189", - "roomcode": "0502.U1.237B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40175", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75189, + "usage_id": 115 + }, + "0502.U1.239": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1239, Umkleide f\u00fcr alle Werkst\u00e4tten", "arch_name": "-1239@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40175", - "roomcode": "0502.U1.239", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40176", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40175, + "usage_id": 121 + }, + "0502.U1.239A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1239A, Flur", "arch_name": "-1239A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40176", - "roomcode": "0502.U1.239A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=58808", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40176, + "usage_id": 222 + }, + "0502.U1.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1240, Lager", "arch_name": "-1240@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58808", - "roomcode": "0502.U1.240", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40180", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58808, + "usage_id": 30 + }, + "0502.U1.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1241, Lager Elektrowerkstatt", "arch_name": "-1241@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40180", - "roomcode": "0502.U1.241", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40184", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40180, + "usage_id": 30 + }, + "0502.U1.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1244, Stromversorgung", "arch_name": "-1244@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40184", - "roomcode": "0502.U1.244", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40186", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40184, + "usage_id": 160 + }, + "0502.U1.244A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1244A, Stromversorgung", "arch_name": "-1244A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40186", - "roomcode": "0502.U1.244A", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40189", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40186, + "usage_id": 160 + }, + "0502.U1.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1245, Werkstatt", "arch_name": "-1245@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40189", - "roomcode": "0502.U1.245", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=58812", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40189, + "usage_id": 51 + }, + "0502.U1.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1246, Lager", "arch_name": "-1246@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58812", - "roomcode": "0502.U1.246", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40258", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37990, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58812, + "usage_id": 30 + }, + "0502.U1.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247, Lager Regelwerkstatt", "arch_name": "-1247@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=37569", - "operator": "[ TUZV44B ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40258", - "roomcode": "0502.U1.247", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40261", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40258, + "usage_id": 30 + }, + "0502.U1.247A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247a, Lager", "arch_name": "-1247a@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40261", - "roomcode": "0502.U1.247A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40263", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40261, + "usage_id": 30 + }, + "0502.U1.247B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247b, Technikraum", "arch_name": "-1247b@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40263", - "roomcode": "0502.U1.247B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40110", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40263, + "usage_id": 120 + }, + "0502.U1.247C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247c, Technikraum", "arch_name": "-1247c@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40110", - "roomcode": "0502.U1.247C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40114", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40110, + "usage_id": 120 + }, + "0502.U1.247D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247d, Lager", "arch_name": "-1247d@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40114", - "roomcode": "0502.U1.247D", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40116", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40114, + "usage_id": 30 + }, + "0502.U1.247E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247e, Lager", "arch_name": "-1247e@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40116", - "roomcode": "0502.U1.247E", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40120", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40116, + "usage_id": 30 + }, + "0502.U1.247F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1247f, Lager", "arch_name": "-1247f@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=37668", - "operator": "[ TUZV44J ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40120", - "roomcode": "0502.U1.247F", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40123", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40120, + "usage_id": 30 + }, + "0502.U1.248": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1248, Lager IKOM", "arch_name": "-1248@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40123", - "roomcode": "0502.U1.248", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40171", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40123, + "usage_id": 30 + }, + "0502.U1.249": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1249, Umkleide", "arch_name": "-1249@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40171", - "roomcode": "0502.U1.249", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40174", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40171, + "usage_id": 121 + }, + "0502.U1.249A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1249A, Umkleide", "arch_name": "-1249A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40174", - "roomcode": "0502.U1.249A", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75176", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40174, + "usage_id": 121 + }, + "0502.U1.249B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1249B, Waschraum", "arch_name": "-1249B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75176", - "roomcode": "0502.U1.249B", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40177", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75176, + "usage_id": 210 + }, + "0502.U1.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1255, Werkstatt Sanit\u00e4r", "arch_name": "-1255@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40177", - "roomcode": "0502.U1.255", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40179", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40177, + "usage_id": 51 + }, + "0502.U1.255A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1255a, Lager", "arch_name": "-1255a@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40179", - "roomcode": "0502.U1.255A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40182", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40179, + "usage_id": 30 + }, + "0502.U1.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1257, Aufenthalt", "arch_name": "-1257@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40182", - "roomcode": "0502.U1.257", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40185", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40182, + "usage_id": 44 + }, + "0502.U1.257A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1257a, B\u00fcro/Werkstatt", "arch_name": "-1257a@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40185", - "roomcode": "0502.U1.257A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40190", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40185, + "usage_id": 12 + }, + "0502.U1.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1260, Flur 3", "arch_name": "-1260@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40190", - "roomcode": "0502.U1.260", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40260", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40190, + "usage_id": 222 + }, + "0502.U1.260A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1260a, Putzraum", "arch_name": "-1260a@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40260", - "roomcode": "0502.U1.260A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75202", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40260, + "usage_id": 205 + }, + "0502.U1.260B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1260B, Treppe", "arch_name": "-1260B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75202", - "roomcode": "0502.U1.260B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40262", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75202, + "usage_id": 223 + }, + "0502.U1.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1262, Flur 7", "arch_name": "-1262@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40262", - "roomcode": "0502.U1.262", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40264", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40262, + "usage_id": 222 + }, + "0502.U1.263": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1263, Lager", "arch_name": "-1263@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40264", - "roomcode": "0502.U1.263", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40265", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37584, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40264, + "usage_id": 30 + }, + "0502.U1.264": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1264, Flur/Treppe 8", "arch_name": "-1264@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40265", - "roomcode": "0502.U1.264", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75184", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40265, + "usage_id": 222 + }, + "0502.U1.264A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1264A, Installationsraum", "arch_name": "-1264A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75184", - "roomcode": "0502.U1.264A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40269", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75184, + "usage_id": 120 + }, + "0502.U1.265": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1265, Vorraum Server", "arch_name": "-1265@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40269", - "roomcode": "0502.U1.265", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40332", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40269, + "usage_id": 50 + }, + "0502.U1.265A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1265A, Server", "arch_name": "-1265A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40332", - "roomcode": "0502.U1.265A", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40333", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40332, + "usage_id": 207 + }, + "0502.U1.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1266, Treppenraum", "arch_name": "-1266@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40333", - "roomcode": "0502.U1.266", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40335", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40333, + "usage_id": 223 + }, + "0502.U1.267": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1267, WC-Herren", "arch_name": "-1267@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40335", - "roomcode": "0502.U1.267", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75181", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40335, + "usage_id": 115 + }, + "0502.U1.267A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1267A, Vorraum WC", "arch_name": "-1267A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75181", - "roomcode": "0502.U1.267A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40337", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75181, + "usage_id": 118 + }, + "0502.U1.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1270, Lager", "arch_name": "-1270@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40337", - "roomcode": "0502.U1.270", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40339", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40337, + "usage_id": 30 + }, + "0502.U1.271": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1271, Aktenlager/Historisches Archiv", "arch_name": "-1271@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40339", - "roomcode": "0502.U1.271", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40341", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40339, + "usage_id": 2 + }, + "0502.U1.274": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1274, Historisches Archiv", "arch_name": "-1274@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=46797", - "operator": "[ TUPRARC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40341", - "roomcode": "0502.U1.274", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75183", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40341, + "usage_id": 2 + }, + "0502.U1.274A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1274A, Installationsraum", "arch_name": "-1274A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75183", - "roomcode": "0502.U1.274A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40343", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75183, + "usage_id": 120 + }, + "0502.U1.275": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1275, Heiztechnik", "arch_name": "-1275@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40343", - "roomcode": "0502.U1.275", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40381", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40343, + "usage_id": 201 + }, + "0502.U1.276": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1276, Heizungsraum", "arch_name": "-1276@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40381", - "roomcode": "0502.U1.276", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40342", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40381, + "usage_id": 201 + }, + "0502.U1.277": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1277, Flur/Treppe 6", "arch_name": "-1277@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40342", - "roomcode": "0502.U1.277", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75180", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40342, + "usage_id": 222 + }, + "0502.U1.277A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1277A, Treppe", "arch_name": "-1277A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75180", - "roomcode": "0502.U1.277A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40379", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75180, + "usage_id": 223 + }, + "0502.U1.278": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1278, Lager", "arch_name": "-1278@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40379", - "roomcode": "0502.U1.278", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40380", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40379, + "usage_id": 30 + }, + "0502.U1.279": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1279, Flur 5", "arch_name": "-1279@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40380", - "roomcode": "0502.U1.279", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40382", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40380, + "usage_id": 222 + }, + "0502.U1.282": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1282, Flur", "arch_name": "-1282@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40382", - "roomcode": "0502.U1.282", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=58815", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40382, + "usage_id": 222 + }, + "0502.U1.283": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1283, Lager EDV-Kartons", "arch_name": "-1283@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58815", - "roomcode": "0502.U1.283", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40383", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58815, + "usage_id": 30 + }, + "0502.U1.284": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1284, Archiv", "arch_name": "-1284@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40383", - "roomcode": "0502.U1.284", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40384", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26036, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40383, + "usage_id": 2 + }, + "0502.U1.285": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1285, Versorgungsgang", "arch_name": "-1285@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40384", - "roomcode": "0502.U1.285", - "usage": 16 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40385", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40384, + "usage_id": 16 + }, + "0502.U1.286": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1286, Umbau", "arch_name": "-1286@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40385", - "roomcode": "0502.U1.286", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40386", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40385, + "usage_id": 210 + }, + "0502.U1.287": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1287, Dusche/Wanne u. Waschplatz", "arch_name": "-1287@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40386", - "roomcode": "0502.U1.287", - "usage": 113 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75179", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40386, + "usage_id": 113 + }, + "0502.U1.296": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1296, Treppe", "arch_name": "-1296@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75179", - "roomcode": "0502.U1.296", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=61802", + "area_id": 23, + "building_id": 578, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75179, + "usage_id": 223 + }, + "0502.U2.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2201, Installationskanal", "arch_name": "-2201@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61802", - "roomcode": "0502.U2.201", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75236", + "area_id": 23, + "building_id": 578, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61802, + "usage_id": 120 + }, + "0502.Z1.206A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0206A/G, Galerie", "arch_name": "0206A/G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75236", - "roomcode": "0502.Z1.206A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75235", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75236, + "usage_id": 206 + }, + "0502.Z1.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0210A/G, Galerie", "arch_name": "0210A/G@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75235", - "roomcode": "0502.Z1.210A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75242", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75235, + "usage_id": 206 + }, + "0502.Z1.210B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0210B, Treppe", "arch_name": "0210B@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75242", - "roomcode": "0502.Z1.210B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75240", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75242, + "usage_id": 223 + }, + "0502.Z1.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0251, Lager", "arch_name": "0251@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75240", - "roomcode": "0502.Z1.251", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75241", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75240, + "usage_id": 30 + }, + "0502.Z1.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0252, Lager", "arch_name": "0252@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75241", - "roomcode": "0502.Z1.252", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=58921", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75241, + "usage_id": 30 + }, + "0502.Z1.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0254, B\u00fcro", "arch_name": "0254@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58921", - "roomcode": "0502.Z1.254", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=58925", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58921, + "usage_id": 12 + }, + "0502.Z1.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0255, B\u00fcro", "arch_name": "0255@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58925", - "roomcode": "0502.Z1.255", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75239", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58925, + "usage_id": 12 + }, + "0502.Z1.256": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0256, Flur", "arch_name": "0256@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75239", - "roomcode": "0502.Z1.256", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=58931", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75239, + "usage_id": 222 + }, + "0502.Z1.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0257, B\u00fcro", "arch_name": "0257@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58931", - "roomcode": "0502.Z1.257", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=58935", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58931, + "usage_id": 12 + }, + "0502.Z1.259": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0259, Lager", "arch_name": "0259@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=37990", - "operator": "[ TUZV44S ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58935", - "roomcode": "0502.Z1.259", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=37623", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 37990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58935, + "usage_id": 30 + }, + "0502.Z1.260A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0260A, Galerie", "arch_name": "0260A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37623", - "roomcode": "0502.Z1.260A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75238", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37623, + "usage_id": 206 + }, + "0502.Z1.261A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0261A, Treppe", "arch_name": "0261A@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75238", - "roomcode": "0502.Z1.261A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75237", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75238, + "usage_id": 223 + }, + "0502.Z1.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0266, Treppe", "arch_name": "0266@0502", - "b_area_id": 23, - "b_filter_id": 578, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75237", - "roomcode": "0502.Z1.266", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38870", + "area_id": 23, + "building_id": 578, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75237, + "usage_id": 223 + }, + "0503.01.300": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1300, Seminarraum", "arch_name": "1300@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51838&cRes=26951&cReadonly=J", - "extended": { - "additional_description": "1300, Seminarraum", - "address": "Arcisstr. 21(0503), 1.Obergescho\u00df", - "architect_room_nr": "1300@0503", - "area_m2": 100.37, - "building": "0503 (Z3) Thierschbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "300", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38870", - "roomcode": "0503.01.300", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38871", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 26951, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38870, + "usage_id": 41 + }, + "0503.01.300G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1300g, Galerie", "arch_name": "1300g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38871", - "roomcode": "0503.01.300G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38692", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38871, + "usage_id": 206 + }, + "0503.01.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1301, B\u00fcro", "arch_name": "1301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38692", - "roomcode": "0503.01.301", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38695", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38692, + "usage_id": 12 + }, + "0503.01.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1303, B\u00fcro", "arch_name": "1303@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38695", - "roomcode": "0503.01.303", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38699", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38695, + "usage_id": 12 + }, + "0503.01.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1305, B\u00fcro", "arch_name": "1305@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38699", - "roomcode": "0503.01.305", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38708", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38699, + "usage_id": 12 + }, + "0503.01.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1310, Verbindungsflur zu 0502", "arch_name": "1310@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38708", - "roomcode": "0503.01.310", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38712", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38708, + "usage_id": 222 + }, + "0503.01.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1312, Aufenthalt/Putzfirma", "arch_name": "1312@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38712", - "roomcode": "0503.01.312", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38956", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38712, + "usage_id": 44 + }, + "0503.01.312A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1312a, Treppenraum", "arch_name": "1312a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38956", - "roomcode": "0503.01.312A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38960", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38956, + "usage_id": 223 + }, + "0503.01.312B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1312b, Treppenraum", "arch_name": "1312b@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38960", - "roomcode": "0503.01.312B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38975", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38960, + "usage_id": 223 + }, + "0503.01.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1315, Treppe/Flur", "arch_name": "1315@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38975", - "roomcode": "0503.01.315", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38983", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38975, + "usage_id": 222 + }, + "0503.01.315A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1315a, Aufzug", "arch_name": "1315a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38983", - "roomcode": "0503.01.315A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38987", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38983, + "usage_id": 4 + }, + "0503.01.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1316, Modell-Lager", "arch_name": "1316@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38987", - "roomcode": "0503.01.316", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38991", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38987, + "usage_id": 30 + }, + "0503.01.316A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1316A, WC-Damen", "arch_name": "1316A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38991", - "roomcode": "0503.01.316A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75978", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "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", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75978", - "roomcode": "0503.01.318A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7567", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1321, B\u00fcro", "arch_name": "1321@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7567", - "roomcode": "0503.01.321", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39012", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7567, + "usage_id": 12 + }, + "0503.01.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1322, B\u00fcro", "arch_name": "1322@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39012", - "roomcode": "0503.01.322", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7683", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39012, + "usage_id": 12 + }, + "0503.01.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1323, B\u00fcro", "arch_name": "1323@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7683", - "roomcode": "0503.01.323", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39024", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7683, + "usage_id": 12 + }, + "0503.01.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1324, B\u00fcro", "arch_name": "1324@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39024", - "roomcode": "0503.01.324", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39034", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39024, + "usage_id": 12 + }, + "0503.01.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1325, Seminarraum/Besprechung", "arch_name": "1325@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15115&cRes=26952&cReadonly=J", - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39034", - "roomcode": "0503.01.325", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38891", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 26952, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39034, + "usage_id": 196 + }, + "0503.01.325G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1325g, Galerie", "arch_name": "1325g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38891", - "roomcode": "0503.01.325G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38894", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38891, + "usage_id": 206 + }, + "0503.01.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1326, B\u00fcro", "arch_name": "1326@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38894", - "roomcode": "0503.01.326", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38919", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38894, + "usage_id": 12 + }, + "0503.01.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1328, B\u00fcro", "arch_name": "1328@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38919", - "roomcode": "0503.01.328", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38925", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38919, + "usage_id": 12 + }, + "0503.01.328G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "328g, Galerie", "arch_name": "328g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38925", - "roomcode": "0503.01.328G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7724", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38925, + "usage_id": 206 + }, + "0503.01.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1330, B\u00fcro", "arch_name": "1330@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7724", - "roomcode": "0503.01.330", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7726", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7724, + "usage_id": 12 + }, + "0503.01.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1331, B\u00fcro", "arch_name": "1331@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7726", - "roomcode": "0503.01.331", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38938", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7726, + "usage_id": 12 + }, + "0503.01.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1332, B\u00fcro", "arch_name": "1332@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38938", - "roomcode": "0503.01.332", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7733", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38938, + "usage_id": 12 + }, + "0503.01.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1333, B\u00fcro", "arch_name": "1333@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7733", - "roomcode": "0503.01.333", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38949", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7733, + "usage_id": 12 + }, + "0503.01.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1334, B\u00fcro", "arch_name": "1334@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38949", - "roomcode": "0503.01.334", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7739", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38949, + "usage_id": 12 + }, + "0503.01.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1335, B\u00fcro", "arch_name": "1335@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7739", - "roomcode": "0503.01.335", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38901", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7739, + "usage_id": 12 + }, + "0503.01.336": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1336, B\u00fcro", "arch_name": "1336@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38901", - "roomcode": "0503.01.336", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7741", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38901, + "usage_id": 12 + }, + "0503.01.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1337, B\u00fcro", "arch_name": "1337@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7741", - "roomcode": "0503.01.337", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38906", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7741, + "usage_id": 12 + }, + "0503.01.338": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1338, B\u00fcro", "arch_name": "1338@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38906", - "roomcode": "0503.01.338", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7745", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38906, + "usage_id": 12 + }, + "0503.01.339": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1339, B\u00fcro", "arch_name": "1339@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7745", - "roomcode": "0503.01.339", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38912", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7745, + "usage_id": 12 + }, + "0503.01.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1340, B\u00fcro", "arch_name": "1340@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38912", - "roomcode": "0503.01.340", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=20384", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38912, + "usage_id": 12 + }, + "0503.01.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1341, Bibliothek", "arch_name": "1341@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=12652&cReadonly=J", - "list_index": "181", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20384", - "roomcode": "0503.01.341", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39075", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 12652, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20384, + "usage_id": 10 + }, + "0503.01.342": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1342, B\u00fcro", "arch_name": "1342@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39075", - "roomcode": "0503.01.342", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39079", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39075, + "usage_id": 12 + }, + "0503.01.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1344, B\u00fcro", "arch_name": "1344@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39079", - "roomcode": "0503.01.344", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39083", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39079, + "usage_id": 12 + }, + "0503.01.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1345, Seminarraum", "arch_name": "1345@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18868&cReadonly=J", - "extended": { - "additional_description": "1345, Seminarraum", - "address": "Arcisstr. 21(0503), 1.Obergescho\u00df", - "architect_room_nr": "1345@0503", - "area_m2": 58.87, - "building": "0503 (Z3) Thierschbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "345", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39083", - "roomcode": "0503.01.345", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39094", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18868, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39083, + "usage_id": 41 + }, + "0503.01.345G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1345g, Galerie", "arch_name": "1345g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39094", - "roomcode": "0503.01.345G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39095", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39094, + "usage_id": 206 + }, + "0503.01.346": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1346, Beh.-WC", "arch_name": "1346@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39095", - "roomcode": "0503.01.346", - "usage": 117 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39097", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39095, + "usage_id": 117 + }, + "0503.01.349": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1349, Besprechungsraum", "arch_name": "1349@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39097", - "roomcode": "0503.01.349", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39101", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39097, + "usage_id": 196 + }, + "0503.01.349G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1349g, Galerie", "arch_name": "1349g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39101", - "roomcode": "0503.01.349G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7670", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39101, + "usage_id": 206 + }, + "0503.01.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1350, Seminarraum", "arch_name": "1350@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18029&cReadonly=J", - "extended": { - "additional_description": "1350, Seminarraum", - "address": "Arcisstr. 21(0503), 1.Obergescho\u00df", - "architect_room_nr": "1350@0503", - "area_m2": 101.55, - "building": "0503 (Z3) Thierschbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "350", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7670", - "roomcode": "0503.01.350", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39111", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18029, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7670, + "usage_id": 41 + }, + "0503.01.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1351, B\u00fcro/Kopierer/Drucker", "arch_name": "1351@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39111", - "roomcode": "0503.01.351", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39115", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39111, + "usage_id": 12 + }, + "0503.01.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1352, Lager/Server", "arch_name": "1352@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39115", - "roomcode": "0503.01.352", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39119", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39115, + "usage_id": 30 + }, + "0503.01.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1353, B\u00fcro", "arch_name": "1353@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39119", - "roomcode": "0503.01.353", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39124", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39119, + "usage_id": 12 + }, + "0503.01.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1354, B\u00fcro", "arch_name": "1354@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39124", - "roomcode": "0503.01.354", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39131", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39124, + "usage_id": 12 + }, + "0503.01.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1355, Seminarraum", "arch_name": "1355@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=26572&cReadonly=J", - "extended": { - "additional_description": "1355, Seminarraum", - "address": "Arcisstr. 21(0503), 1.Obergescho\u00df", - "architect_room_nr": "1355@0503", - "area_m2": 77.88, - "building": "0503 (Z3) Thierschbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "355", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39131", - "roomcode": "0503.01.355", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39142", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 26572, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39131, + "usage_id": 41 + }, + "0503.01.355G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1355g, Galerie", "arch_name": "1355g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39142", - "roomcode": "0503.01.355G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39150", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39142, + "usage_id": 206 + }, + "0503.01.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1356, B\u00fcro", "arch_name": "1356@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39150", - "roomcode": "0503.01.356", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39153", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39150, + "usage_id": 12 + }, + "0503.01.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1358, B\u00fcro", "arch_name": "1358@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39153", - "roomcode": "0503.01.358", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39161", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39153, + "usage_id": 12 + }, + "0503.01.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1360, B\u00fcro", "arch_name": "1360@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39161", - "roomcode": "0503.01.360", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39169", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39161, + "usage_id": 12 + }, + "0503.01.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1361, B\u00fcro", "arch_name": "1361@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39169", - "roomcode": "0503.01.361", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39178", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14823, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39169, + "usage_id": 12 + }, + "0503.01.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1363, B\u00fcro", "arch_name": "1363@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39178", - "roomcode": "0503.01.363", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39057", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39178, + "usage_id": 12 + }, + "0503.01.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1364, WC-Herren", "arch_name": "1364@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39057", - "roomcode": "0503.01.364", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=66664", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39057, + "usage_id": 115 + }, + "0503.01.364A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1364A, WC-Herren", "arch_name": "1364A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66664", - "roomcode": "0503.01.364A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=66665", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66664, + "usage_id": 115 + }, + "0503.01.364B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1364B, WC-Herren", "arch_name": "1364B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66665", - "roomcode": "0503.01.364B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=66666", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66665, + "usage_id": 115 + }, + "0503.01.364C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1364C, WC-Herren", "arch_name": "1364C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66666", - "roomcode": "0503.01.364C", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=66667", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66666, + "usage_id": 115 + }, + "0503.01.364D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1364D, WC-Herren", "arch_name": "1364D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66667", - "roomcode": "0503.01.364D", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39067", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66667, + "usage_id": 115 + }, + "0503.01.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1365, B\u00fcro Emeritus", "arch_name": "1365@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39067", - "roomcode": "0503.01.365", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39070", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39067, + "usage_id": 12 + }, + "0503.01.366": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1366, B\u00fcro", "arch_name": "1366@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39070", - "roomcode": "0503.01.366", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39271", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39070, + "usage_id": 12 + }, + "0503.01.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1367, B\u00fcro", "arch_name": "1367@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39271", - "roomcode": "0503.01.367", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39276", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39271, + "usage_id": 12 + }, + "0503.01.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1368, B\u00fcro", "arch_name": "1368@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39276", - "roomcode": "0503.01.368", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39282", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39276, + "usage_id": 12 + }, + "0503.01.369": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1369, B\u00fcro", "arch_name": "1369@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39282", - "roomcode": "0503.01.369", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39293", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39282, + "usage_id": 12 + }, + "0503.01.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1370, B\u00fcro", "arch_name": "1370@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51677", - "operator": "[ TUWIB43 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39293", - "roomcode": "0503.01.370", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39299", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51677, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39293, + "usage_id": 12 + }, + "0503.01.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1371, B\u00fcro", "arch_name": "1371@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39299", - "roomcode": "0503.01.371", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39303", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39299, + "usage_id": 12 + }, + "0503.01.372": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1372, B\u00fcro", "arch_name": "1372@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=51677", - "operator": "[ TUWIB43 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39303", - "roomcode": "0503.01.372", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39207", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51677, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39303, + "usage_id": 12 + }, + "0503.01.373": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1373, B\u00fcro", "arch_name": "1373@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39207", - "roomcode": "0503.01.373", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39209", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14823, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39207, + "usage_id": 12 + }, + "0503.01.374": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1374, Flur", "arch_name": "1374@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39209", - "roomcode": "0503.01.374", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39210", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39209, + "usage_id": 222 + }, + "0503.01.374A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1374a, Treppenhaus", "arch_name": "1374a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39210", - "roomcode": "0503.01.374A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39213", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39210, + "usage_id": 223 + }, + "0503.01.374B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1374b, Flur", "arch_name": "1374b@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39213", - "roomcode": "0503.01.374B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39218", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39213, + "usage_id": 222 + }, + "0503.01.374C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1374C, Aufzug", "arch_name": "1374C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39218", - "roomcode": "0503.01.374C", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39242", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39218, + "usage_id": 4 + }, + "0503.01.374D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1374D, Flur", "arch_name": "1374D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39242", - "roomcode": "0503.01.374D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39216", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39242, + "usage_id": 222 + }, + "0503.01.374E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1374E, Treppenhaus", "arch_name": "1374E@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39216", - "roomcode": "0503.01.374E", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=66663", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39216, + "usage_id": 223 + }, + "0503.01.375A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1375A, Flur", "arch_name": "1375A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66663", - "roomcode": "0503.01.375A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7897", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66663, + "usage_id": 222 + }, + "0503.02.300": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2300, Friedrich von Thiersch H\u00f6rsaal", "arch_name": "2300@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12503&cReadonly=J", - "extended": { - "additional_description": "2300, Friedrich von Thiersch H\u00f6rsaal", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2300@0503", - "area_m2": 264.28, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "300", - "seats": 361, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7897", - "roomcode": "0503.02.300", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39245", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 12503, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 361, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7897, + "usage_id": 20 + }, + "0503.02.300A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2300A, Technik", "arch_name": "2300A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39245", - "roomcode": "0503.02.300A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39248", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39245, + "usage_id": 120 + }, + "0503.02.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2301, Treppenraum", "arch_name": "2301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39248", - "roomcode": "0503.02.301", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39250", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39248, + "usage_id": 223 + }, + "0503.02.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2302, Aufzug", "arch_name": "2302@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39250", - "roomcode": "0503.02.302", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39098", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39250, + "usage_id": 4 + }, + "0503.02.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2303, WC-Herren", "arch_name": "2303@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39098", - "roomcode": "0503.02.303", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39099", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39098, + "usage_id": 115 + }, + "0503.02.303A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2303A, Treppe", "arch_name": "2303A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39099", - "roomcode": "0503.02.303A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39100", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39099, + "usage_id": 223 + }, + "0503.02.303B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2303B, WC-Damen", "arch_name": "2303B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39100", - "roomcode": "0503.02.303B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39105", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39100, + "usage_id": 116 + }, + "0503.02.303C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2303C, Putzraum", "arch_name": "2303C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39105", - "roomcode": "0503.02.303C", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39107", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39105, + "usage_id": 205 + }, + "0503.02.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2304, Flur", "arch_name": "2304@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39107", - "roomcode": "0503.02.304", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39112", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39107, + "usage_id": 222 + }, + "0503.02.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2305, Treppenraum", "arch_name": "2305@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39112", - "roomcode": "0503.02.305", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39117", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39112, + "usage_id": 223 + }, + "0503.02.305A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2305A, Flur", "arch_name": "2305A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39117", - "roomcode": "0503.02.305A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39121", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39117, + "usage_id": 222 + }, + "0503.02.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2306, Aufzug", "arch_name": "2306@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39121", - "roomcode": "0503.02.306", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7854", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39121, + "usage_id": 4 + }, + "0503.02.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2321, B\u00fcro", "arch_name": "2321@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7854", - "roomcode": "0503.02.321", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7857", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7854, + "usage_id": 12 + }, + "0503.02.322A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2322A, Prof.-B\u00fcro", "arch_name": "2322A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18797&cReadonly=J", - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7857", - "roomcode": "0503.02.322A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7859", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18797, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7857, + "usage_id": 12 + }, + "0503.02.322B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2322B, B\u00fcro", "arch_name": "2322B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7859", - "roomcode": "0503.02.322B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39136", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7859, + "usage_id": 12 + }, + "0503.02.322C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2322C, Teek\u00fcche / Flur", "arch_name": "2322C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39136", - "roomcode": "0503.02.322C", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39141", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39136, + "usage_id": 198 + }, + "0503.02.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2323, B\u00fcro", "arch_name": "2323@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39141", - "roomcode": "0503.02.323", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7752", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39141, + "usage_id": 12 + }, + "0503.02.324A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2324A, B\u00fcro", "arch_name": "2324A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7752", - "roomcode": "0503.02.324A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7753", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7752, + "usage_id": 12 + }, + "0503.02.324B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2324B, Stud. Arbeitspl\u00e4tze", "arch_name": "2324B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7753", - "roomcode": "0503.02.324B", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39152", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7753, + "usage_id": 208 + }, + "0503.02.324C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2324C, Flur", "arch_name": "2324C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39152", - "roomcode": "0503.02.324C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=72852", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39152, + "usage_id": 222 + }, + "0503.02.324D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2324D, Lager Galerie", "arch_name": "2324D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72852", - "roomcode": "0503.02.324D", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39157", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72852, + "usage_id": 30 + }, + "0503.02.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2325, B\u00fcro", "arch_name": "2325@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39157", - "roomcode": "0503.02.325", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39165", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39157, + "usage_id": 12 + }, + "0503.02.325G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2325G, Umbau Galerie Abriss?", "arch_name": "2325G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39165", - "roomcode": "0503.02.325G", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7785", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39165, + "usage_id": 2 + }, + "0503.02.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2326, Besprechungsraum", "arch_name": "2326@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15049&cReadonly=J", - "list_index": "245", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7785", - "roomcode": "0503.02.326", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39096", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15049, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7785, + "usage_id": 196 + }, + "0503.02.326G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2326G, Bibliothek", "arch_name": "2326G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18466&cReadonly=J", - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39096", - "roomcode": "0503.02.326G", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39013", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18466, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39096, + "usage_id": 10 + }, + "0503.02.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2327, B\u00fcro", "arch_name": "2327@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39013", - "roomcode": "0503.02.327", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39016", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39013, + "usage_id": 12 + }, + "0503.02.327G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2327G, Umbau Galerie/Abriss?", "arch_name": "2327G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39016", - "roomcode": "0503.02.327G", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39023", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39016, + "usage_id": 12 + }, + "0503.02.328A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2328A, B\u00fcro", "arch_name": "2328A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39023", - "roomcode": "0503.02.328A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39027", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39023, + "usage_id": 12 + }, + "0503.02.328B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2328B, B\u00fcro", "arch_name": "2328B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39027", - "roomcode": "0503.02.328B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39033", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39027, + "usage_id": 12 + }, + "0503.02.328C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2328C, Flur", "arch_name": "2328C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39033", - "roomcode": "0503.02.328C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38945", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39033, + "usage_id": 222 + }, + "0503.02.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2329, B\u00fcro", "arch_name": "2329@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38945", - "roomcode": "0503.02.329", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7738", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38945, + "usage_id": 12 + }, + "0503.02.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2330, Sekretariat / B\u00fcro", "arch_name": "2330@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7738", - "roomcode": "0503.02.330", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38903", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7738, + "usage_id": 40 + }, + "0503.02.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2331, B\u00fcro", "arch_name": "2331@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38903", - "roomcode": "0503.02.331", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7742", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38903, + "usage_id": 12 + }, + "0503.02.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2332, Prof.-B\u00fcro", "arch_name": "2332@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18926&cReadonly=J", - "list_index": "255", - "op_link": "webnav.navigate_to?corg=15200", - "operator": "[ TUARL07 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7742", - "roomcode": "0503.02.332", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38905", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18926, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15200, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7742, + "usage_id": 12 + }, + "0503.02.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2333, B\u00fcro", "arch_name": "2333@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38905", - "roomcode": "0503.02.333", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7744", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38905, + "usage_id": 12 + }, + "0503.02.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2334, Seminarraum", "arch_name": "2334@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18502&cReadonly=J", - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15139", - "operator": "[ TUARL01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7744", - "roomcode": "0503.02.334", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=72853", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18502, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15139, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7744, + "usage_id": 208 + }, + "0503.02.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2335, B\u00fcro", "arch_name": "2335@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72853", - "roomcode": "0503.02.335", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7747", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72853, + "usage_id": 12 + }, + "0503.02.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2340, Sekretariat", "arch_name": "2340@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18852&cReadonly=J", - "list_index": "259", - "op_link": "webnav.navigate_to?corg=15139", - "operator": "[ TUARL01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7747", - "roomcode": "0503.02.340", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7639", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18852, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15139, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7747, + "usage_id": 40 + }, + "0503.02.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2344, Prof.-B\u00fcro", "arch_name": "2344@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18843&cReadonly=J", - "list_index": "260", - "op_link": "webnav.navigate_to?corg=15139", - "operator": "[ TUARL01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7639", - "roomcode": "0503.02.344", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39078", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18843, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15139, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7639, + "usage_id": 12 + }, + "0503.02.344G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2344G, Umbau Galerie / Abriss?", "arch_name": "2344G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39078", - "roomcode": "0503.02.344G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56474", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39078, + "usage_id": 206 + }, + "0503.02.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2345, Stud. Arbeitsraum", "arch_name": "2345@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=31293&cReadonly=J", - "list_index": "262", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56474", - "roomcode": "0503.02.345", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56607", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 31293, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56474, + "usage_id": 208 + }, + "0503.02.345A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2345A, B\u00fcro", "arch_name": "2345A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=32133&cReadonly=J", - "list_index": "263", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56607", - "roomcode": "0503.02.345A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56628", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 32133, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56607, + "usage_id": 12 + }, + "0503.02.345G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2345G, Umbau Galerie / Abriss?", "arch_name": "2345G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56628", - "roomcode": "0503.02.345G", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=61715", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56628, + "usage_id": 208 + }, + "0503.02.346A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2346A, WC-Damen", "arch_name": "2346A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61715", - "roomcode": "0503.02.346A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=61716", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61715, + "usage_id": 116 + }, + "0503.02.346B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2346B, WC-Herren", "arch_name": "2346B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61716", - "roomcode": "0503.02.346B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39090", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61716, + "usage_id": 115 + }, + "0503.02.347": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2347 ZG, Umbau ZG / Abriss?", "arch_name": "2347 ZG@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39090", - "roomcode": "0503.02.347", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=13304", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39090, + "usage_id": 30 + }, + "0503.02.349": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2349, Seminarraum", "arch_name": "2349@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18849&cReadonly=J", - "extended": { - "additional_description": "2349, Seminarraum", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2349@0503", - "area_m2": 50.83, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "349", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13304", - "roomcode": "0503.02.349", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=13311", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18849, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13304, + "usage_id": 41 + }, + "0503.02.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2350, Veranstaltung", "arch_name": "2350@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15199&cReadonly=J", - "extended": { - "additional_description": "2350, Veranstaltung", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2350@0503", - "area_m2": 102.95, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "350", - "seats": 33, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13311", - "roomcode": "0503.02.350", - "usage": 130 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39092", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15199, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51267, + "seats": { + "sitting": 33, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13311, + "usage_id": 130 + }, + "0503.02.350G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2350g, Galerie", "arch_name": "2350g@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18753&cReadonly=J", - "list_index": "270", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39092", - "roomcode": "0503.02.350G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56886", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18753, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39092, + "usage_id": 206 + }, + "0503.02.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2351, Besprechungsraum", "arch_name": "2351@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=26267&cReadonly=J", - "list_index": "271", - "op_link": "webnav.navigate_to?corg=15234", - "operator": "[ TUARL22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56886", - "roomcode": "0503.02.351", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7655", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 26267, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15234, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56886, + "usage_id": 196 + }, + "0503.02.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2355, Stud. Arb.", "arch_name": "2355@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15222&cRes=15043&cReadonly=J", - "extended": { - "additional_description": "2355, Stud. Arb.", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2355@0503", - "area_m2": 104.84, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "355", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7655", - "roomcode": "0503.02.355", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66673", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15043, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15222, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7655, + "usage_id": 131 + }, + "0503.02.355A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2355A, Treppe Galerie", "arch_name": "2355A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66673", - "roomcode": "0503.02.355A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39328", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15222, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66673, + "usage_id": 223 + }, + "0503.02.355G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2355G, Galerie", "arch_name": "2355G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39328", - "roomcode": "0503.02.355G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39334", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15222, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39328, + "usage_id": 206 + }, + "0503.02.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2358, LRZ-Verteilerknoten", "arch_name": "2358@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39334", - "roomcode": "0503.02.358", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56904", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39334, + "usage_id": 120 + }, + "0503.02.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2360, B\u00fcro", "arch_name": "2360@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=15234", - "operator": "[ TUARL22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56904", - "roomcode": "0503.02.360", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=19329", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15234, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56904, + "usage_id": 12 + }, + "0503.02.360G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2360G, Galerie", "arch_name": "2360G@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=15234", - "operator": "[ TUARL22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19329", - "roomcode": "0503.02.360G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39344", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15234, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19329, + "usage_id": 206 + }, + "0503.02.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2363, Seminarraum", "arch_name": "2363@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "extended": { - "additional_description": "2363, Seminarraum", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2363@0503", - "area_m2": 47.4, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "363", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39344", - "roomcode": "0503.02.363", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7901", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15222, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39344, + "usage_id": 41 + }, + "0503.02.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2365, B\u00fcro", "arch_name": "2365@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=20242&cReadonly=J", - "list_index": "279", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7901", - "roomcode": "0503.02.365", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39253", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 20242, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15222, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7901, + "usage_id": 12 + }, + "0503.02.366": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2366, WC-Damen", "arch_name": "2366@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39253", - "roomcode": "0503.02.366", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66668", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39253, + "usage_id": 116 + }, + "0503.02.366A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2366A, WC-Damen", "arch_name": "2366A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66668", - "roomcode": "0503.02.366A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66669", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66668, + "usage_id": 116 + }, + "0503.02.366B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2366B, WC-Damen", "arch_name": "2366B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66669", - "roomcode": "0503.02.366B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66670", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66669, + "usage_id": 116 + }, + "0503.02.366C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2366C, WC-Damen", "arch_name": "2366C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66670", - "roomcode": "0503.02.366C", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66671", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66670, + "usage_id": 116 + }, + "0503.02.366D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2366D, WC-Damen", "arch_name": "2366D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66671", - "roomcode": "0503.02.366D", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66672", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66671, + "usage_id": 116 + }, + "0503.02.366E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2366E, WC-Damen", "arch_name": "2366E@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66672", - "roomcode": "0503.02.366E", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7907", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66672, + "usage_id": 116 + }, + "0503.02.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2367, B\u00fcro", "arch_name": "2367@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=20241&cReadonly=J", - "list_index": "286", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7907", - "roomcode": "0503.02.367", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7910", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 20241, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15222, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7907, + "usage_id": 12 + }, + "0503.02.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2368, B\u00fcro", "arch_name": "2368@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15234&cRes=32935&cReadonly=J", - "list_index": "287", - "op_link": "webnav.navigate_to?corg=15234", - "operator": "[ TUARL22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7910", - "roomcode": "0503.02.368", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39261", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 32935, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15234, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7910, + "usage_id": 12 + }, + "0503.02.369": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2369, Flur", "arch_name": "2369@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39261", - "roomcode": "0503.02.369", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7908", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39261, + "usage_id": 222 + }, + "0503.02.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2370, HS", "arch_name": "2370@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=12586&cReadonly=J", - "extended": { - "additional_description": "2370, HS", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2370@0503", - "area_m2": 117.54, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "370", - "seats": 115, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7908", - "roomcode": "0503.02.370", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39265", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 12586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 115, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7908, + "usage_id": 20 + }, + "0503.02.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2371, Treppenhaus", "arch_name": "2371@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39265", - "roomcode": "0503.02.371", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7917", + "area_id": 23, + "building_id": 579, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39265, + "usage_id": 223 + }, + "0503.02.380": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2380, Seminarraum", "arch_name": "2380@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15062&cReadonly=J", - "extended": { - "additional_description": "2380, Seminarraum", - "address": "Arcisstr. 21(0503), 2.Obergescho\u00df", - "architect_room_nr": "2380@0503", - "area_m2": 81.51, - "building": "0503 (Z3) Thierschbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "380", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=15222", - "operator": "[ TUARL19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7917", - "roomcode": "0503.02.380", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7922", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15062, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15222, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7917, + "usage_id": 41 + }, + "0503.03.300": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3300, Galerie", "arch_name": "3300@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "extended": { - "additional_description": "3300, Galerie", - "address": "Arcisstr. 21(0503), 3.Obergescho\u00df", - "architect_room_nr": "3300@0503", - "area_m2": 76.6, - "building": "0503 (Z3) Thierschbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "300", - "seats": 65, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7922", - "roomcode": "0503.03.300", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39368", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 65, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7922, + "usage_id": 20 + }, + "0503.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3301, Treppe/Flur", "arch_name": "3301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39368", - "roomcode": "0503.03.301", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=19466", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39368, + "usage_id": 223 + }, + "0503.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3303, Aufzug", "arch_name": "3303@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19466", - "roomcode": "0503.03.303", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=61717", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19466, + "usage_id": 4 + }, + "0503.03.304A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3304A, WC-Herren", "arch_name": "3304A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61717", - "roomcode": "0503.03.304A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=61718", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61717, + "usage_id": 115 + }, + "0503.03.304B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3304B, WC-Damen", "arch_name": "3304B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61718", - "roomcode": "0503.03.304B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39325", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61718, + "usage_id": 116 + }, + "0503.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3305, Flur", "arch_name": "3305@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39325", - "roomcode": "0503.03.305", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39179", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39325, + "usage_id": 222 + }, + "0503.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3306, WC-Damen", "arch_name": "3306@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39179", - "roomcode": "0503.03.306", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39183", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39179, + "usage_id": 116 + }, + "0503.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3308, Treppenraum", "arch_name": "3308@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39183", - "roomcode": "0503.03.308", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39184", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39183, + "usage_id": 223 + }, + "0503.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3309, Aufzug", "arch_name": "3309@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39184", - "roomcode": "0503.03.309", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39187", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39184, + "usage_id": 4 + }, + "0503.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3310, Flur", "arch_name": "3310@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39187", - "roomcode": "0503.03.310", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=68197", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39187, + "usage_id": 222 + }, + "0503.03.310A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3310A, Teek\u00fcche", "arch_name": "3310A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68197", - "roomcode": "0503.03.310A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39189", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68197, + "usage_id": 198 + }, + "0503.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3320, Werkstatt", "arch_name": "3320@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=19424&cReadonly=J", - "list_index": "303", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39189", - "roomcode": "0503.03.320", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7805", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 19424, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15140, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39189, + "usage_id": 51 + }, + "0503.03.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3321, B\u00fcro", "arch_name": "3321@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=20134&cReadonly=J", - "list_index": "304", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7805", - "roomcode": "0503.03.321", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7808", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 20134, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7805, + "usage_id": 12 + }, + "0503.03.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3323, B\u00fcro", "arch_name": "3323@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7808", - "roomcode": "0503.03.323", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=19130", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15140, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7808, + "usage_id": 12 + }, + "0503.03.324": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3324, Stud. Arbeitspl\u00e4tze", "arch_name": "3324@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19130", - "roomcode": "0503.03.324", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7814", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15140, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19130, + "usage_id": 208 + }, + "0503.03.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3325, B\u00fcro mit Besprechung", "arch_name": "3325@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=20133&cReadonly=J", - "list_index": "307", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7814", - "roomcode": "0503.03.325", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7818", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 20133, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15140, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7814, + "usage_id": 196 + }, + "0503.03.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3328, Stud. Arbeitspl\u00e4tze", "arch_name": "3328@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15052&cReadonly=J", - "list_index": "308", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7818", - "roomcode": "0503.03.328", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7822", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15052, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15140, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7818, + "usage_id": 208 + }, + "0503.03.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3329, B\u00fcro", "arch_name": "3329@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7822", - "roomcode": "0503.03.329", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7827", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15140, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7822, + "usage_id": 12 + }, + "0503.03.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3331, B\u00fcro", "arch_name": "3331@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7827", - "roomcode": "0503.03.331", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39286", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15140, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7827, + "usage_id": 12 + }, + "0503.03.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3333, B\u00fcro", "arch_name": "3333@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15140&cRes=21964&cReadonly=J", - "list_index": "311", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39286", - "roomcode": "0503.03.333", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7838", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 21964, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15140, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39286, + "usage_id": 12 + }, + "0503.03.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3340, Koenigsaal", "arch_name": "3340@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=15140&cRes=15057&cReadonly=J", - "extended": { - "additional_description": "3340, Koenigsaal", - "address": "Arcisstr. 21(0503), 3.Obergescho\u00df", - "architect_room_nr": "3340@0503", - "area_m2": 172.43, - "building": "0503 (Z3) Thierschbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "340", - "seats": 120, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=15140", - "operator": "[ TUARL02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7838", - "roomcode": "0503.03.340", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7844", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15057, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15140, + "seats": { + "sitting": 120, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7838, + "usage_id": 131 + }, + "0503.03.342": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3342, B\u00fcro", "arch_name": "3342@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7844", - "roomcode": "0503.03.342", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39314", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7844, + "usage_id": 12 + }, + "0503.03.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3344, B\u00fcro", "arch_name": "3344@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39314", - "roomcode": "0503.03.344", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7766", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39314, + "usage_id": 12 + }, + "0503.03.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3345, Assistenten-B\u00fcro", "arch_name": "3345@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7766", - "roomcode": "0503.03.345", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7476", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7766, + "usage_id": 12 + }, + "0503.03.349": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3349, Sekretariat", "arch_name": "3349@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18471&cReadonly=J", - "list_index": "316", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7476", - "roomcode": "0503.03.349", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38652", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 18471, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7476, + "usage_id": 40 + }, + "0503.03.349A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3349A, Prof.-B\u00fcro", "arch_name": "3349A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38652", - "roomcode": "0503.03.349A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7488", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15221, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38652, + "usage_id": 12 + }, + "0503.03.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3350, Besprechungsraum", "arch_name": "3350@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15032&cReadonly=J", - "list_index": "318", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7488", - "roomcode": "0503.03.350", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7489", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15032, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7488, + "usage_id": 196 + }, + "0503.03.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3351, Sekretariat", "arch_name": "3351@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7489", - "roomcode": "0503.03.351", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7493", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7489, + "usage_id": 40 + }, + "0503.03.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3353, Gro\u00dfraumb\u00fcro", "arch_name": "3353@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7493", - "roomcode": "0503.03.353", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7505", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7493, + "usage_id": 12 + }, + "0503.03.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3356, Besprechungsraum", "arch_name": "3356@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15034&cReadonly=J", - "list_index": "321", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7505", - "roomcode": "0503.03.356", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38507", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15034, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7505, + "usage_id": 196 + }, + "0503.03.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3360, Seminarraum", "arch_name": "3360@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "extended": { - "additional_description": "3360, Seminarraum", - "address": "Arcisstr. 21(0503), 3.Obergescho\u00df", - "architect_room_nr": "3360@0503", - "area_m2": 79.99, - "building": "0503 (Z3) Thierschbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "360", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38507", - "roomcode": "0503.03.360", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38519", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38507, + "usage_id": 41 + }, + "0503.03.362A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3362a, Flur", "arch_name": "3362a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38519", - "roomcode": "0503.03.362A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7527", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38519, + "usage_id": 222 + }, + "0503.03.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3363, B\u00fcro", "arch_name": "3363@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=48737", - "operator": "[ TUARL34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7527", - "roomcode": "0503.03.363", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38550", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7527, + "usage_id": 12 + }, + "0503.03.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3364, Stud. Arb.", "arch_name": "3364@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38550", - "roomcode": "0503.03.364", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38555", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38550, + "usage_id": 208 + }, + "0503.03.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3365, B\u00fcro", "arch_name": "3365@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=48737", - "operator": "[ TUARL34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38555", - "roomcode": "0503.03.365", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38561", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48737, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38555, + "usage_id": 12 + }, + "0503.03.366": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3366, Stud. Arb.", "arch_name": "3366@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38561", - "roomcode": "0503.03.366", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38567", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38561, + "usage_id": 208 + }, + "0503.03.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3367, B\u00fcro", "arch_name": "3367@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=48737", - "operator": "[ TUARL34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38567", - "roomcode": "0503.03.367", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38569", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48737, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38567, + "usage_id": 12 + }, + "0503.03.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3368, Treppe", "arch_name": "3368@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38569", - "roomcode": "0503.03.368", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38635", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38569, + "usage_id": 223 + }, + "0503.03.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3370, Stud.Arb.", "arch_name": "3370@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38635", - "roomcode": "0503.03.370", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38352", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 53437, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38635, + "usage_id": 208 + }, + "0503.03.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3371, Lager", "arch_name": "3371@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38352", - "roomcode": "0503.03.371", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38346", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38352, + "usage_id": 30 + }, + "0503.03.372": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3372, B\u00fcro", "arch_name": "3372@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=48257", - "operator": "[ TUARL32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38346", - "roomcode": "0503.03.372", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38417", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38346, + "usage_id": 12 + }, + "0503.03.374": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3374, Lager", "arch_name": "3374@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38417", - "roomcode": "0503.03.374", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39234", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38417, + "usage_id": 30 + }, + "0503.03.378": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3378, Teek\u00fcche", "arch_name": "3378@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39234", - "roomcode": "0503.03.378", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39372", - "alt_name": "3378a, Flur", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39234, + "usage_id": 198 + }, + "0503.03.378A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3378a, Flur", "arch_name": "3378a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39372", - "roomcode": "0503.03.378A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38356", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39372, + "usage_id": 222 + }, + "0503.03.380": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3380, Treppe", "arch_name": "3380@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38356", - "roomcode": "0503.03.380", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38362", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38356, + "usage_id": 223 + }, + "0503.03.380A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3380a, Flur", "arch_name": "3380a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38362", - "roomcode": "0503.03.380A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=66677", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38362, + "usage_id": 222 + }, + "0503.03.380B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3380B, Treppe", "arch_name": "3380B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66677", - "roomcode": "0503.03.380B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=66676", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66677, + "usage_id": 223 + }, + "0503.03.390": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3390, Abstellraum", "arch_name": "3390@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66676", - "roomcode": "0503.03.390", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38613", + "area_id": 23, + "building_id": 579, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66676, + "usage_id": 159 + }, + "0503.04.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4301, Flur", "arch_name": "4301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38613", - "roomcode": "0503.04.301", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69473", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38613, + "usage_id": 222 + }, + "0503.04.301A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4301A, M\u00f6bellager", "arch_name": "4301A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69473", - "roomcode": "0503.04.301A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69472", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69473, + "usage_id": 30 + }, + "0503.04.301C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4301C, Teek\u00fcche", "arch_name": "4301C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69472", - "roomcode": "0503.04.301C", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38620", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69472, + "usage_id": 198 + }, + "0503.04.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4302, Flur", "arch_name": "4302@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38620", - "roomcode": "0503.04.302", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38624", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38620, + "usage_id": 222 + }, + "0503.04.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4303, Verbindungsgang", "arch_name": "4303@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38624", - "roomcode": "0503.04.303", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38630", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38624, + "usage_id": 222 + }, + "0503.04.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4304, Verbindungsgang", "arch_name": "4304@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38630", - "roomcode": "0503.04.304", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69475", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38630, + "usage_id": 222 + }, + "0503.04.306A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4306A, Flur", "arch_name": "4306A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69475", - "roomcode": "0503.04.306A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69476", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69475, + "usage_id": 222 + }, + "0503.04.306B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4306B, Treppe", "arch_name": "4306B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69476", - "roomcode": "0503.04.306B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38701", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69476, + "usage_id": 223 + }, + "0503.04.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4307, Garderobe", "arch_name": "4307@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38701", - "roomcode": "0503.04.307", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38707", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38701, + "usage_id": 121 + }, + "0503.04.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4308, Aufzug", "arch_name": "4308@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38707", - "roomcode": "0503.04.308", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69474", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38707, + "usage_id": 4 + }, + "0503.04.308A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4308A, Aufzug Masch. Raum", "arch_name": "4308A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69474", - "roomcode": "0503.04.308A", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38710", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69474, + "usage_id": 5 + }, + "0503.04.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4314, RLT", "arch_name": "4314@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38710", - "roomcode": "0503.04.314", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69478", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38710, + "usage_id": 32 + }, + "0503.04.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4315, Wartungsstege/RLT H\u00f6rsaaldecke nicht nutzbar", "arch_name": "4315@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69478", - "roomcode": "0503.04.315", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69477", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69478, + "usage_id": 32 + }, + "0503.04.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4317, Turmtreppe", "arch_name": "4317@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69477", - "roomcode": "0503.04.317", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38715", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69477, + "usage_id": 223 + }, + "0503.04.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4318, Tschira Forum", "arch_name": "4318@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38715", - "roomcode": "0503.04.318", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38953", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38715, + "usage_id": 44 + }, + "0503.04.359": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4359, Lager", "arch_name": "4359@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38953", - "roomcode": "0503.04.359", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=68198", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38953, + "usage_id": 30 + }, + "0503.04.359B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4359B, Haustechnik", "arch_name": "4359B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68198", - "roomcode": "0503.04.359B", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38957", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68198, + "usage_id": 160 + }, + "0503.04.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4360, Lager", "arch_name": "4360@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=15221", - "operator": "[ TUARL18 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38957", - "roomcode": "0503.04.360", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38962", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15221, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38957, + "usage_id": 30 + }, + "0503.04.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4361, Besprechungsraum", "arch_name": "4361@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38962", - "roomcode": "0503.04.361", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38965", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38962, + "usage_id": 196 + }, + "0503.04.362": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4362, Lager", "arch_name": "4362@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38965", - "roomcode": "0503.04.362", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=69026", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53437, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38965, + "usage_id": 30 + }, + "0503.04.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4363, Lager", "arch_name": "4363@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69026", - "roomcode": "0503.04.363", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=20022", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69026, + "usage_id": 30 + }, + "0503.04.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4364, Archiv-Atellier /Seminarraum", "arch_name": "4364@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=48737&cRes=27472&cReadonly=J", - "extended": { - "additional_description": "4364, Archiv-Atellier /Seminarraum", - "address": "Arcisstr. 21(0503), 4.Obergescho\u00df", - "architect_room_nr": "4364@0503", - "area_m2": 173.97, - "building": "0503 (Z3) Thierschbau", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "364", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=48737", - "operator": "[ TUARL34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20022", - "roomcode": "0503.04.364", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38971", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 27472, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48737, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20022, + "usage_id": 41 + }, + "0503.04.364A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4364A, Archiv max. Nutzlastbegrenzung 1,0kN/m\u00b2/ 10", "arch_name": "4364A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38971", - "roomcode": "0503.04.364A", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38977", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38971, + "usage_id": 2 + }, + "0503.04.364B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4364B, Archiv max. Nutzlastbegrenzung 1,0kN/m\u00b2/ 10", "arch_name": "4364B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38977", - "roomcode": "0503.04.364B", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=38981", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38977, + "usage_id": 2 + }, + "0503.04.364C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4364C, Flur", "arch_name": "4364C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38981", - "roomcode": "0503.04.364C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=66674", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38981, + "usage_id": 222 + }, + "0503.04.364D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4364D, Treppe", "arch_name": "4364D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66674", - "roomcode": "0503.04.364D", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=66675", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66674, + "usage_id": 223 + }, + "0503.04.364E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4364E, Fluchttreppe", "arch_name": "4364E@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=53437", - "operator": "[ TUS2AND ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66675", - "roomcode": "0503.04.364E", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=68201", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66675, + "usage_id": 223 + }, + "0503.04.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4365, Treppe", "arch_name": "4365@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68201", - "roomcode": "0503.04.365", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=38986", + "area_id": 23, + "building_id": 579, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68201, + "usage_id": 223 + }, + "0503.05.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5316, Turmgalerie", "arch_name": "5316@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38986", - "roomcode": "0503.05.316", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=38990", + "area_id": 23, + "building_id": 579, + "floor_level": "5.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38986, + "usage_id": 206 + }, + "0503.05.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5317, Turmtreppe", "arch_name": "5317@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38990", - "roomcode": "0503.05.317", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=69480", + "area_id": 23, + "building_id": 579, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38990, + "usage_id": 223 + }, + "0503.05.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5318, Turmterrasse", "arch_name": "5318@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69480", - "roomcode": "0503.05.318", - "usage": 48 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=57038", + "area_id": 23, + "building_id": 579, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69480, + "usage_id": 48 + }, + "0503.06.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6316, Turmgalerie", "arch_name": "6316@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57038", - "roomcode": "0503.06.316", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=38997", + "area_id": 23, + "building_id": 579, + "floor_level": "6.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57038, + "usage_id": 206 + }, + "0503.06.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6317, Turmtreppe", "arch_name": "6317@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38997", - "roomcode": "0503.06.317", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 7.OG", - "address_link": "ris.einzelraum?raumkey=39005", + "area_id": 23, + "building_id": 579, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38997, + "usage_id": 223 + }, + "0503.07.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "7316, Turmgalerie", "arch_name": "7316@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39005", - "roomcode": "0503.07.316", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 7.OG", - "address_link": "ris.einzelraum?raumkey=39009", + "area_id": 23, + "building_id": 579, + "floor_level": "7.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39005, + "usage_id": 206 + }, + "0503.07.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "7317, Turmdachtreppe", "arch_name": "7317@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39009", - "roomcode": "0503.07.317", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 8.OG", - "address_link": "ris.einzelraum?raumkey=69479", + "area_id": 23, + "building_id": 579, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39009, + "usage_id": 223 + }, + "0503.08.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "8316, Turmdachterrasse", "arch_name": "8316@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69479", - "roomcode": "0503.08.316", - "usage": 137 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7467", + "area_id": 23, + "building_id": 579, + "floor_level": "8.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69479, + "usage_id": 137 + }, + "0503.EG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0301, B\u00fcro", "arch_name": "0301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7467", - "roomcode": "0503.EG.301", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7472", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7467, + "usage_id": 12 + }, + "0503.EG.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0303, B\u00fcro/Teamassistent", "arch_name": "0303@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7472", - "roomcode": "0503.EG.303", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38650", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7472, + "usage_id": 12 + }, + "0503.EG.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0304, Besprechungsraum", "arch_name": "0304@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38650", - "roomcode": "0503.EG.304", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7486", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38650, + "usage_id": 196 + }, + "0503.EG.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0305, B\u00fcro", "arch_name": "0305@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7486", - "roomcode": "0503.EG.305", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7490", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7486, + "usage_id": 12 + }, + "0503.EG.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0306, B\u00fcro/Teamassistent", "arch_name": "0306@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7490", - "roomcode": "0503.EG.306", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38667", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7490, + "usage_id": 12 + }, + "0503.EG.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0307, Treppenraum", "arch_name": "0307@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38667", - "roomcode": "0503.EG.307", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7499", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38667, + "usage_id": 223 + }, + "0503.EG.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0308, B\u00fcro", "arch_name": "0308@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7499", - "roomcode": "0503.EG.308", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38675", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7499, + "usage_id": 12 + }, + "0503.EG.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0310, Flur", "arch_name": "0310@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38675", - "roomcode": "0503.EG.310", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38681", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38675, + "usage_id": 222 + }, + "0503.EG.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0312, Lager", "arch_name": "0312@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38681", - "roomcode": "0503.EG.312", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38685", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38681, + "usage_id": 30 + }, + "0503.EG.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0314, Treppenraum", "arch_name": "0314@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38685", - "roomcode": "0503.EG.314", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38505", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38685, + "usage_id": 223 + }, + "0503.EG.314A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0314a, Lager unter Treppe", "arch_name": "0314a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38505", - "roomcode": "0503.EG.314A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38510", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38505, + "usage_id": 30 + }, + "0503.EG.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0315, Treppenhaus Turm", "arch_name": "0315@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38510", - "roomcode": "0503.EG.315", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38515", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38510, + "usage_id": 223 + }, + "0503.EG.315A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0315a, Aufzug", "arch_name": "0315a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38515", - "roomcode": "0503.EG.315A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=61713", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38515, + "usage_id": 4 + }, + "0503.EG.316A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0316A, WC-Herren", "arch_name": "0316A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61713", - "roomcode": "0503.EG.316A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=61714", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61713, + "usage_id": 115 + }, + "0503.EG.316B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0316B, WC-Damen", "arch_name": "0316B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61714", - "roomcode": "0503.EG.316B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38545", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61714, + "usage_id": 116 + }, + "0503.EG.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0317, Flur", "arch_name": "0317@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38545", - "roomcode": "0503.EG.317", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38552", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38545, + "usage_id": 222 + }, + "0503.EG.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0318, Flur", "arch_name": "0318@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38552", - "roomcode": "0503.EG.318", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38560", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38552, + "usage_id": 222 + }, + "0503.EG.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0319, Flur", "arch_name": "0319@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38560", - "roomcode": "0503.EG.319", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38572", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38560, + "usage_id": 222 + }, + "0503.EG.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0325, B\u00fcro", "arch_name": "0325@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38572", - "roomcode": "0503.EG.325", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58207", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38572, + "usage_id": 12 + }, + "0503.EG.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0326, B\u00fcro", "arch_name": "0326@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58207", - "roomcode": "0503.EG.326", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58347", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58207, + "usage_id": 12 + }, + "0503.EG.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0327, B\u00fcro", "arch_name": "0327@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58347", - "roomcode": "0503.EG.327", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58375", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58347, + "usage_id": 12 + }, + "0503.EG.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0328, B\u00fcro", "arch_name": "0328@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58375", - "roomcode": "0503.EG.328", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7436", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58375, + "usage_id": 12 + }, + "0503.EG.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0329, B\u00fcro", "arch_name": "0329@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7436", - "roomcode": "0503.EG.329", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58501", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7436, + "usage_id": 12 + }, + "0503.EG.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0330, B\u00fcro", "arch_name": "0330@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=20518&cReadonly=J", - "list_index": "101", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58501", - "roomcode": "0503.EG.330", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38729", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 20518, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58501, + "usage_id": 12 + }, + "0503.EG.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0331, B\u00fcro", "arch_name": "0331@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38729", - "roomcode": "0503.EG.331", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=72203", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38729, + "usage_id": 12 + }, + "0503.EG.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0332, B\u00fcro", "arch_name": "0332@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=31980", - "operator": "[ TUZVH4F ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72203", - "roomcode": "0503.EG.332", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58518", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31980, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72203, + "usage_id": 12 + }, + "0503.EG.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0333, B\u00fcro", "arch_name": "0333@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58518", - "roomcode": "0503.EG.333", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38734", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58518, + "usage_id": 12 + }, + "0503.EG.334": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0334, B\u00fcro", "arch_name": "0334@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38734", - "roomcode": "0503.EG.334", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7634", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38734, + "usage_id": 12 + }, + "0503.EG.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0335, B\u00fcro", "arch_name": "0335@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7634", - "roomcode": "0503.EG.335", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7636", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7634, + "usage_id": 12 + }, + "0503.EG.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0337, B\u00fcro", "arch_name": "0337@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7636", - "roomcode": "0503.EG.337", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=13090", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7636, + "usage_id": 12 + }, + "0503.EG.339": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0339, B\u00fcro", "arch_name": "0339@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13090", - "roomcode": "0503.EG.339", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=69923", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13090, + "usage_id": 12 + }, + "0503.EG.340A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0340A, B\u00fcro", "arch_name": "0340A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69923", - "roomcode": "0503.EG.340A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=69924", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69923, + "usage_id": 12 + }, + "0503.EG.340B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0340B, B\u00fcro", "arch_name": "0340B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69924", - "roomcode": "0503.EG.340B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38752", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69924, + "usage_id": 12 + }, + "0503.EG.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0341, B\u00fcro", "arch_name": "0341@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38752", - "roomcode": "0503.EG.341", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38757", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38752, + "usage_id": 12 + }, + "0503.EG.342": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0342, Sekretariat 2", "arch_name": "0342@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38757", - "roomcode": "0503.EG.342", - "usage": 40 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38760", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38757, + "usage_id": 40 + }, + "0503.EG.343": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0343, K\u00fcche", "arch_name": "0343@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38760", - "roomcode": "0503.EG.343", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38765", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38760, + "usage_id": 28 + }, + "0503.EG.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0344, Sekretariat", "arch_name": "0344@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38765", - "roomcode": "0503.EG.344", - "usage": 40 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=13166", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38765, + "usage_id": 40 + }, + "0503.EG.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0345, B\u00fcro", "arch_name": "0345@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13166", - "roomcode": "0503.EG.345", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=61712", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13166, + "usage_id": 12 + }, + "0503.EG.346A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0346A, WC-Damen", "arch_name": "0346A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61712", - "roomcode": "0503.EG.346A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=61711", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61712, + "usage_id": 116 + }, + "0503.EG.346B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0346B, WC-Herren", "arch_name": "0346B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61711", - "roomcode": "0503.EG.346B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=59096", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61711, + "usage_id": 115 + }, + "0503.EG.347": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0347, Seminarraum", "arch_name": "0347@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15521&cReadonly=J", - "extended": { - "additional_description": "0347, Seminarraum", - "address": "Arcisstr. 21(0503), Erdgescho\u00df", - "architect_room_nr": "0347@0503", - "area_m2": 53.09, - "building": "0503 (Z3) Thierschbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "347", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59096", - "roomcode": "0503.EG.347", - "usage": 41 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38774", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15521, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59096, + "usage_id": 41 + }, + "0503.EG.348": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0348, Treppenhaus Goldener Engel", "arch_name": "0348@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38774", - "roomcode": "0503.EG.348", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38782", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38774, + "usage_id": 223 + }, + "0503.EG.348A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0348a, Aufzug", "arch_name": "0348a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38782", - "roomcode": "0503.EG.348A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=13176", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38782, + "usage_id": 4 + }, + "0503.EG.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0350, Werkstatt", "arch_name": "0350@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15196&cReadonly=J", - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13176", - "roomcode": "0503.EG.350", - "usage": 51 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38784", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 15196, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15202, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13176, + "usage_id": 51 + }, + "0503.EG.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0351, Flur", "arch_name": "0351@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38784", - "roomcode": "0503.EG.351", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38786", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38784, + "usage_id": 222 + }, + "0503.EG.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0353, L\u00fcftungsanlage f. H\u00f6rsaal 0360", "arch_name": "0353@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38786", - "roomcode": "0503.EG.353", - "usage": 32 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38788", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38786, + "usage_id": 32 + }, + "0503.EG.353A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0353a, Durchgang zu 0353", "arch_name": "0353a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38788", - "roomcode": "0503.EG.353A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38793", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38788, + "usage_id": 222 + }, + "0503.EG.353B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0353b, Elektro Verteiler", "arch_name": "0353b@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38793", - "roomcode": "0503.EG.353B", - "usage": 160 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7576", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38793, + "usage_id": 160 + }, + "0503.EG.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0360, Theodor-Fischer-H\u00f6rsaal", "arch_name": "0360@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=12591&cReadonly=J", - "extended": { - "additional_description": "0360, Theodor-Fischer-H\u00f6rsaal", - "address": "Arcisstr. 21(0503), Erdgescho\u00df", - "architect_room_nr": "0360@0503", - "area_m2": 197.94, - "building": "0503 (Z3) Thierschbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "360", - "seats": 236, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7576", - "roomcode": "0503.EG.360", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38808", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 12591, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 236, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7576, + "usage_id": 20 + }, + "0503.EG.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0361, B\u00fcro", "arch_name": "0361@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=50537", - "operator": "[ TUPRSSU ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38808", - "roomcode": "0503.EG.361", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38816", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38808, + "usage_id": 12 + }, + "0503.EG.362": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0362, B\u00fcro", "arch_name": "0362@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=50537", - "operator": "[ TUPRSSU ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38816", - "roomcode": "0503.EG.362", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38824", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38816, + "usage_id": 12 + }, + "0503.EG.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0363, Treppenhaus", "arch_name": "0363@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38824", - "roomcode": "0503.EG.363", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38829", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38824, + "usage_id": 223 + }, + "0503.EG.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0364, WC-Vorraum", "arch_name": "0364@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38829", - "roomcode": "0503.EG.364", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66653", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38829, + "usage_id": 118 + }, + "0503.EG.364A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0364A, WC", "arch_name": "0364A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66653", - "roomcode": "0503.EG.364A", - "usage": 114 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66654", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66653, + "usage_id": 114 + }, + "0503.EG.364B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0364B, WC", "arch_name": "0364B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66654", - "roomcode": "0503.EG.364B", - "usage": 114 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66655", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66654, + "usage_id": 114 + }, + "0503.EG.364C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0364C, WC", "arch_name": "0364C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66655", - "roomcode": "0503.EG.364C", - "usage": 114 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66656", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66655, + "usage_id": 114 + }, + "0503.EG.364D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0364D, WC", "arch_name": "0364D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66656", - "roomcode": "0503.EG.364D", - "usage": 114 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38833", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66656, + "usage_id": 114 + }, + "0503.EG.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0365, B\u00fcro/Public Planning Lab", "arch_name": "0365@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38833", - "roomcode": "0503.EG.365", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38837", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38833, + "usage_id": 12 + }, + "0503.EG.366": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0366, Bibliothek/Public Planning Lab", "arch_name": "0366@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38837", - "roomcode": "0503.EG.366", - "usage": 10 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38840", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38837, + "usage_id": 10 + }, + "0503.EG.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0367, Bibliothek/Public Planning Lab", "arch_name": "0367@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38840", - "roomcode": "0503.EG.367", - "usage": 10 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66652", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38840, + "usage_id": 10 + }, + "0503.EG.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0368, B\u00fcro/Public Planning Lab", "arch_name": "0368@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66652", - "roomcode": "0503.EG.368", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38847", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66652, + "usage_id": 12 + }, + "0503.EG.369": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0369, Bibliothek/Public Planning Lab", "arch_name": "0369@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38847", - "roomcode": "0503.EG.369", - "usage": 10 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38848", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38847, + "usage_id": 10 + }, + "0503.EG.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0370, B\u00fcro", "arch_name": "0370@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38848", - "roomcode": "0503.EG.370", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38849", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38848, + "usage_id": 12 + }, + "0503.EG.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0371, Bibliothek/Public Planning Lab", "arch_name": "0371@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38849", - "roomcode": "0503.EG.371", - "usage": 10 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38852", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38849, + "usage_id": 10 + }, + "0503.EG.371B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0371B, Treppenhaus", "arch_name": "0371B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38852", - "roomcode": "0503.EG.371B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66651", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38852, + "usage_id": 223 + }, + "0503.EG.371C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0371C, Treppe", "arch_name": "0371C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66651", - "roomcode": "0503.EG.371C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38855", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66651, + "usage_id": 223 + }, + "0503.EG.372": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0372, Treppenhaus", "arch_name": "0372@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38855", - "roomcode": "0503.EG.372", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66657", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38855, + "usage_id": 223 + }, + "0503.EG.372A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0372A, Treppe/Flur", "arch_name": "0372A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66657", - "roomcode": "0503.EG.372A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38860", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66657, + "usage_id": 223 + }, + "0503.EG.373": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0373, Bibliothek/Flur", "arch_name": "0373@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38860", - "roomcode": "0503.EG.373", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38247", + "area_id": 23, + "building_id": 579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38860, + "usage_id": 10 + }, + "0503.U1.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1301, Flur", "arch_name": "-1301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38247", - "roomcode": "0503.U1.301", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38249", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38247, + "usage_id": 222 + }, + "0503.U1.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1303, Aufzug", "arch_name": "-1303@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38249", - "roomcode": "0503.U1.303", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38251", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38249, + "usage_id": 4 + }, + "0503.U1.304A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1304a, Nebenverteilerraum-EDV", "arch_name": "-1304a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38251", - "roomcode": "0503.U1.304A", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38258", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38251, + "usage_id": 207 + }, + "0503.U1.304B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1304b, WC", "arch_name": "-1304b@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38258", - "roomcode": "0503.U1.304B", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38262", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38258, + "usage_id": 114 + }, + "0503.U1.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1305, Brotzeitraum", "arch_name": "-1305@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38262", - "roomcode": "0503.U1.305", - "usage": 45 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38205", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46175, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38262, + "usage_id": 45 + }, + "0503.U1.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1306, Materialbibliothek", "arch_name": "-1306@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38205", - "roomcode": "0503.U1.306", - "usage": 148 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38209", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38205, + "usage_id": 148 + }, + "0503.U1.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1307, Flur", "arch_name": "-1307@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38209", - "roomcode": "0503.U1.307", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38214", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38209, + "usage_id": 222 + }, + "0503.U1.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1308, Flur", "arch_name": "-1308@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38214", - "roomcode": "0503.U1.308", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38217", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38214, + "usage_id": 222 + }, + "0503.U1.308A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1308a, Flur", "arch_name": "-1308a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38217", - "roomcode": "0503.U1.308A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38221", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38217, + "usage_id": 222 + }, + "0503.U1.308B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1308b, Putzraum", "arch_name": "-1308b@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38221", - "roomcode": "0503.U1.308B", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=19792", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38221, + "usage_id": 205 + }, + "0503.U1.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1309, Materialbibliothek", "arch_name": "-1309@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19792", - "roomcode": "0503.U1.309", - "usage": 148 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38375", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19792, + "usage_id": 148 + }, + "0503.U1.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1310, Materialbibliothek", "arch_name": "-1310@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38375", - "roomcode": "0503.U1.310", - "usage": 148 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38377", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38375, + "usage_id": 148 + }, + "0503.U1.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1311, Lager", "arch_name": "-1311@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38377", - "roomcode": "0503.U1.311", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38380", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38377, + "usage_id": 30 + }, + "0503.U1.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1312, Stromversorgung", "arch_name": "-1312@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38380", - "roomcode": "0503.U1.312", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38386", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38380, + "usage_id": 160 + }, + "0503.U1.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1313, Sanit\u00e4r/Putzraum", "arch_name": "-1313@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38386", - "roomcode": "0503.U1.313", - "usage": 113 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59061", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38386, + "usage_id": 113 + }, + "0503.U1.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1321, Lager", "arch_name": "-1321@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59061", - "roomcode": "0503.U1.321", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=29035", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59061, + "usage_id": 30 + }, + "0503.U1.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1322, Lager", "arch_name": "-1322@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26607", - "operator": "[ TUZEIO1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29035", - "roomcode": "0503.U1.322", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59062", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29035, + "usage_id": 30 + }, + "0503.U1.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1323, Lager", "arch_name": "-1323@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59062", - "roomcode": "0503.U1.323", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38389", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59062, + "usage_id": 30 + }, + "0503.U1.325": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1325, Lager", "arch_name": "-1325@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38389", - "roomcode": "0503.U1.325", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38394", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38389, + "usage_id": 30 + }, + "0503.U1.326": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1326, 3. Bauabschnitt bis ca. Ende Aug. 2019", "arch_name": "-1326@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38394", - "roomcode": "0503.U1.326", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59063", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38394, + "usage_id": 160 + }, + "0503.U1.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1327, Lager", "arch_name": "-1327@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59063", - "roomcode": "0503.U1.327", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38398", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59063, + "usage_id": 30 + }, + "0503.U1.328": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1328, Archiv", "arch_name": "-1328@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38398", - "roomcode": "0503.U1.328", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59050", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38398, + "usage_id": 2 + }, + "0503.U1.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1329, Lager", "arch_name": "-1329@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59050", - "roomcode": "0503.U1.329", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59052", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59050, + "usage_id": 30 + }, + "0503.U1.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1331, Lager", "arch_name": "-1331@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59052", - "roomcode": "0503.U1.331", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38401", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59052, + "usage_id": 30 + }, + "0503.U1.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1332, Archiv", "arch_name": "-1332@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38401", - "roomcode": "0503.U1.332", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59054", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38401, + "usage_id": 2 + }, + "0503.U1.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1333, Lager", "arch_name": "-1333@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59054", - "roomcode": "0503.U1.333", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38404", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59054, + "usage_id": 30 + }, + "0503.U1.333A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1333a, Lager", "arch_name": "-1333a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38404", - "roomcode": "0503.U1.333A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=59056", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38404, + "usage_id": 30 + }, + "0503.U1.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1335, Lager", "arch_name": "-1335@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59056", - "roomcode": "0503.U1.335", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66650", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59056, + "usage_id": 30 + }, + "0503.U1.335A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1335A, Lager", "arch_name": "-1335A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66650", - "roomcode": "0503.U1.335A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49909", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66650, + "usage_id": 30 + }, + "0503.U1.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1337, Lager", "arch_name": "-1337@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49909", - "roomcode": "0503.U1.337", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49935", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49909, + "usage_id": 30 + }, + "0503.U1.339": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1339, Lager", "arch_name": "-1339@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49935", - "roomcode": "0503.U1.339", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49592", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49935, + "usage_id": 30 + }, + "0503.U1.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1341, Lager", "arch_name": "-1341@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49592", - "roomcode": "0503.U1.341", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49615", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49592, + "usage_id": 30 + }, + "0503.U1.342": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1342, Lager", "arch_name": "-1342@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49615", - "roomcode": "0503.U1.342", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49264", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49615, + "usage_id": 30 + }, + "0503.U1.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1344, Lager", "arch_name": "-1344@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49264", - "roomcode": "0503.U1.344", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38407", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49264, + "usage_id": 30 + }, + "0503.U1.344A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1344a, Lager", "arch_name": "-1344a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38407", - "roomcode": "0503.U1.344A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38411", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38407, + "usage_id": 30 + }, + "0503.U1.344B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1344b, Lager", "arch_name": "-1344b@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38411", - "roomcode": "0503.U1.344B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49288", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38411, + "usage_id": 30 + }, + "0503.U1.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1345, Lager", "arch_name": "-1345@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49288", - "roomcode": "0503.U1.345", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38414", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49288, + "usage_id": 30 + }, + "0503.U1.346": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1346, Haustechnik", "arch_name": "-1346@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38414", - "roomcode": "0503.U1.346", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38419", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38414, + "usage_id": 120 + }, + "0503.U1.347": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1347, Lager", "arch_name": "-1347@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38419", - "roomcode": "0503.U1.347", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38422", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38419, + "usage_id": 30 + }, + "0503.U1.349": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1349, Lager", "arch_name": "-1349@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38422", - "roomcode": "0503.U1.349", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=49760", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38422, + "usage_id": 30 + }, + "0503.U1.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1350, Archiv", "arch_name": "-1350@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=22289&cReadonly=J", - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49760", - "roomcode": "0503.U1.350", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38426", + "area_id": 23, + "building_id": 579, + "calendar_resource_nr": 22289, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49760, + "usage_id": 2 + }, + "0503.U1.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1352, Flur", "arch_name": "-1352@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38426", - "roomcode": "0503.U1.352", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38430", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38426, + "usage_id": 222 + }, + "0503.U1.352A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1352a, Aufzug", "arch_name": "-1352a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38430", - "roomcode": "0503.U1.352A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38432", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38430, + "usage_id": 4 + }, + "0503.U1.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1353, Installationsraum", "arch_name": "-1353@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38432", - "roomcode": "0503.U1.353", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38435", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38432, + "usage_id": 120 + }, + "0503.U1.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1354, Lager", "arch_name": "-1354@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38435", - "roomcode": "0503.U1.354", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38436", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14823, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38435, + "usage_id": 30 + }, + "0503.U1.354A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1354a, Vorraum/Lager", "arch_name": "-1354a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14823", - "operator": "[ TUWIR01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38436", - "roomcode": "0503.U1.354A", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57736", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14823, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38436, + "usage_id": 50 + }, + "0503.U1.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1355, Serverraum", "arch_name": "-1355@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57736", - "roomcode": "0503.U1.355", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38438", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57736, + "usage_id": 207 + }, + "0503.U1.356A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1356A, Flur", "arch_name": "-1356A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38438", - "roomcode": "0503.U1.356A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38440", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38438, + "usage_id": 222 + }, + "0503.U1.356B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1356B, Flur", "arch_name": "-1356B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38440", - "roomcode": "0503.U1.356B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38443", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38440, + "usage_id": 222 + }, + "0503.U1.356C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1356C, Treppenhaus", "arch_name": "-1356C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38443", - "roomcode": "0503.U1.356C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38449", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38443, + "usage_id": 223 + }, + "0503.U1.356D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1356D, Lager unt.Treppe", "arch_name": "-1356D@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38449", - "roomcode": "0503.U1.356D", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38450", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38449, + "usage_id": 30 + }, + "0503.U1.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1357, Installationsraum", "arch_name": "-1357@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38450", - "roomcode": "0503.U1.357", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38455", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38450, + "usage_id": 120 + }, + "0503.U1.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1358, RLT-Zentrale", "arch_name": "-1358@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38455", - "roomcode": "0503.U1.358", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38464", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38455, + "usage_id": 32 + }, + "0503.U1.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1360, Putzraum", "arch_name": "-1360@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38464", - "roomcode": "0503.U1.360", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57755", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38464, + "usage_id": 205 + }, + "0503.U1.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1363, Lager", "arch_name": "-1363@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57755", - "roomcode": "0503.U1.363", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38468", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57755, + "usage_id": 30 + }, + "0503.U1.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1364, NSHV", "arch_name": "-1364@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38468", - "roomcode": "0503.U1.364", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66646", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38468, + "usage_id": 160 + }, + "0503.U1.364A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1364A, MS", "arch_name": "-1364A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66646", - "roomcode": "0503.U1.364A", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66647", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66646, + "usage_id": 160 + }, + "0503.U1.364B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1364B, Trafo", "arch_name": "-1364B@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66647", - "roomcode": "0503.U1.364B", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66648", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66647, + "usage_id": 160 + }, + "0503.U1.364C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1364C, Trafo", "arch_name": "-1364C@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66648", - "roomcode": "0503.U1.364C", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57892", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66648, + "usage_id": 160 + }, + "0503.U1.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1365, Lager", "arch_name": "-1365@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57892", - "roomcode": "0503.U1.365", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38477", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57892, + "usage_id": 30 + }, + "0503.U1.366": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1366, Stud. Arbeitspl\u00e4tze", "arch_name": "-1366@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38477", - "roomcode": "0503.U1.366", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38483", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38477, + "usage_id": 208 + }, + "0503.U1.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1367, Lager", "arch_name": "-1367@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38483", - "roomcode": "0503.U1.367", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38498", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38483, + "usage_id": 30 + }, + "0503.U1.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1368, Lager", "arch_name": "-1368@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38498", - "roomcode": "0503.U1.368", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66649", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38498, + "usage_id": 30 + }, + "0503.U1.368A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1368A, Lager", "arch_name": "-1368A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66649", - "roomcode": "0503.U1.368A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38345", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66649, + "usage_id": 30 + }, + "0503.U1.369": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1369, Lager", "arch_name": "-1369@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38345", - "roomcode": "0503.U1.369", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38349", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38345, + "usage_id": 30 + }, + "0503.U1.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1371, Lager", "arch_name": "-1371@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38349", - "roomcode": "0503.U1.371", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57912", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38349, + "usage_id": 30 + }, + "0503.U1.372": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1372, Sprinkler", "arch_name": "-1372@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57912", - "roomcode": "0503.U1.372", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38360", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57912, + "usage_id": 183 + }, + "0503.U1.373": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1373, Lager", "arch_name": "-1373@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38360", - "roomcode": "0503.U1.373", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66645", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38360, + "usage_id": 30 + }, + "0503.U1.373A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1373A, Lager", "arch_name": "-1373A@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66645", - "roomcode": "0503.U1.373A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38368", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66645, + "usage_id": 30 + }, + "0503.U1.374": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1374, Sprinkler", "arch_name": "-1374@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38368", - "roomcode": "0503.U1.374", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38594", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38368, + "usage_id": 183 + }, + "0503.U1.375": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1375, Seminarraum", "arch_name": "-1375@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "extended": { - "additional_description": "-1375, Seminarraum", - "address": "Arcisstr. 21(0503), 1.Untergescho\u00df", - "architect_room_nr": "-1375@0503", - "area_m2": 51.35, - "building": "0503 (Z3) Thierschbau", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "375", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38594", - "roomcode": "0503.U1.375", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38602", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38594, + "usage_id": 41 + }, + "0503.U1.375A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1375a, Flur", "arch_name": "-1375a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38602", - "roomcode": "0503.U1.375A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38609", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38602, + "usage_id": 222 + }, + "0503.U1.376": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1376, B\u00fcro Fa. Siemens", "arch_name": "-1376@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38609", - "roomcode": "0503.U1.376", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38618", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38609, + "usage_id": 12 + }, + "0503.U1.378": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1378, Seminarraum", "arch_name": "-1378@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "extended": { - "additional_description": "-1378, Seminarraum", - "address": "Arcisstr. 21(0503), 1.Untergescho\u00df", - "architect_room_nr": "-1378@0503", - "area_m2": 45.6, - "building": "0503 (Z3) Thierschbau", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "378", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38618", - "roomcode": "0503.U1.378", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38626", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38618, + "usage_id": 41 + }, + "0503.U1.379": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1379, Treppe", "arch_name": "-1379@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38626", - "roomcode": "0503.U1.379", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38631", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38626, + "usage_id": 223 + }, + "0503.U1.379A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1379a, Lager", "arch_name": "-1379a@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38631", - "roomcode": "0503.U1.379A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38244", + "area_id": 23, + "building_id": 579, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38631, + "usage_id": 30 + }, + "0503.U2.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2301, Installationskanal 0503", "arch_name": "-2301@0503", - "b_area_id": 23, - "b_filter_id": 579, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38244", - "roomcode": "0503.U2.304", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8245", + "area_id": 23, + "building_id": 579, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38244, + "usage_id": 120 + }, + "0504.01.400": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1400, H\u00f6rsaal o. Exp.-B\u00fchne", "arch_name": "1400@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12564&cReadonly=J", - "extended": { - "additional_description": "1400, H\u00f6rsaal o. Exp.-B\u00fchne", - "address": "Arcisstr. 21(0504), 1.Obergescho\u00df", - "architect_room_nr": "1400@0504", - "area_m2": 53.59, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "400", - "seats": 56, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8245", - "roomcode": "0504.01.400", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8246", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 12564, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 56, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8245, + "usage_id": 20 + }, + "0504.01.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1401, B\u00fcro", "arch_name": "1401@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8246", - "roomcode": "0504.01.401", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8247", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8246, + "usage_id": 12 + }, + "0504.01.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1402, H\u00f6rsaal o. Exp.-B\u00fchne", "arch_name": "1402@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12518&cReadonly=J", - "extended": { - "additional_description": "1402, H\u00f6rsaal o. Exp.-B\u00fchne", - "address": "Arcisstr. 21(0504), 1.Obergescho\u00df", - "architect_room_nr": "1402@0504", - "area_m2": 96.43, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "402", - "seats": 107, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8247", - "roomcode": "0504.01.402", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8158", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 12518, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 107, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8247, + "usage_id": 20 + }, + "0504.01.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1403, B\u00fcro", "arch_name": "1403@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8158", - "roomcode": "0504.01.403", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39757", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8158, + "usage_id": 12 + }, + "0504.01.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1404, WC-Damen", "arch_name": "1404@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39757", - "roomcode": "0504.01.404", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8068", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39757, + "usage_id": 116 + }, + "0504.01.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1405, B\u00fcro", "arch_name": "1405@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8068", - "roomcode": "0504.01.405", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39762", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8068, + "usage_id": 12 + }, + "0504.01.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1406, Beh.-WC / Wickeltisch", "arch_name": "1406@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39762", - "roomcode": "0504.01.406", - "usage": 117 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=14146", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39762, + "usage_id": 117 + }, + "0504.01.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1407, Hydrogeologisches Labor (Analytik)", "arch_name": "1407@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14146", - "roomcode": "0504.01.407", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39769", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14146, + "usage_id": 103 + }, + "0504.01.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1408, Elektroinstallationsraum", "arch_name": "1408@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39769", - "roomcode": "0504.01.408", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39772", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39769, + "usage_id": 120 + }, + "0504.01.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1409, Hydrogeologisches Labor (Biogeochemie)", "arch_name": "1409@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39772", - "roomcode": "0504.01.409", - "usage": 102 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39775", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39772, + "usage_id": 102 + }, + "0504.01.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1410, Flur 1", "arch_name": "1410@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39775", - "roomcode": "0504.01.410", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8088", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 110, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39775, + "usage_id": 222 + }, + "0504.01.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1411, Labor", "arch_name": "1411@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8088", - "roomcode": "0504.01.411", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39848", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8088, + "usage_id": 103 + }, + "0504.01.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1412, Treppenhaus 1", "arch_name": "1412@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39848", - "roomcode": "0504.01.412", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39853", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39848, + "usage_id": 223 + }, + "0504.01.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1413, Mikrolabor", "arch_name": "1413@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39853", - "roomcode": "0504.01.413", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39859", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39853, + "usage_id": 12 + }, + "0504.01.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1414, Verbindungsgang", "arch_name": "1414@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39859", - "roomcode": "0504.01.414", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39874", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39859, + "usage_id": 222 + }, + "0504.01.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1415, R\u00f6ntgen-Diffraktometer, Rem.", "arch_name": "1415@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39874", - "roomcode": "0504.01.415", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=65066", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39874, + "usage_id": 103 + }, + "0504.01.415A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1415A, Labor", "arch_name": "1415A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65066", - "roomcode": "0504.01.415A", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8160", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65066, + "usage_id": 103 + }, + "0504.01.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1416, B\u00fcro", "arch_name": "1416@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8160", - "roomcode": "0504.01.416", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8167", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8160, + "usage_id": 12 + }, + "0504.01.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1417, Labor", "arch_name": "1417@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8167", - "roomcode": "0504.01.417", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8188", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8167, + "usage_id": 103 + }, + "0504.01.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1418, B\u00fcro/Assistenten", "arch_name": "1418@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8188", - "roomcode": "0504.01.418", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39885", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8188, + "usage_id": 12 + }, + "0504.01.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1419, Labor/Lockergesteine", "arch_name": "1419@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39885", - "roomcode": "0504.01.419", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39890", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39885, + "usage_id": 103 + }, + "0504.01.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1420, B\u00fcro", "arch_name": "1420@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39890", - "roomcode": "0504.01.420", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39894", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39890, + "usage_id": 12 + }, + "0504.01.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1421, Labor/Lockergesteine", "arch_name": "1421@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=20016&cReadonly=J", - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39894", - "roomcode": "0504.01.421", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8191", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 20016, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39894, + "usage_id": 103 + }, + "0504.01.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1422, B\u00fcro", "arch_name": "1422@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8191", - "roomcode": "0504.01.422", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39489", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8191, + "usage_id": 12 + }, + "0504.01.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1423, Labor/Lockergesteine", "arch_name": "1423@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=43317&cRes=20056&cReadonly=J", - "list_index": "102", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39489", - "roomcode": "0504.01.423", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39351", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 20056, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39489, + "usage_id": 103 + }, + "0504.01.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1424, B\u00fcro", "arch_name": "1424@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39351", - "roomcode": "0504.01.424", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39355", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39351, + "usage_id": 12 + }, + "0504.01.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1426, Putzraum", "arch_name": "1426@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39355", - "roomcode": "0504.01.426", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39358", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39355, + "usage_id": 205 + }, + "0504.01.426A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1426A, Vorraum", "arch_name": "1426A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39358", - "roomcode": "0504.01.426A", - "usage": 105 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39361", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39358, + "usage_id": 105 + }, + "0504.01.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1430, WC-Herren", "arch_name": "1430@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39361", - "roomcode": "0504.01.430", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39556", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39361, + "usage_id": 115 + }, + "0504.01.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1430A, Elektroinstallationsraum", "arch_name": "1430A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39556", - "roomcode": "0504.01.430A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39559", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39556, + "usage_id": 120 + }, + "0504.01.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1432, Flur 2", "arch_name": "1432@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39559", - "roomcode": "0504.01.432", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39563", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39559, + "usage_id": 222 + }, + "0504.01.432Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1432, Lager/Werkstatt", "arch_name": "1432@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39563", - "roomcode": "0504.01.432Z", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39569", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39563, + "usage_id": 30 + }, + "0504.01.434": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1434, Treppenhaus 2", "arch_name": "1434@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39569", - "roomcode": "0504.01.434", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39577", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39569, + "usage_id": 223 + }, + "0504.01.444": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1444, Aufzugsschacht", "arch_name": "1444@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39577", - "roomcode": "0504.01.444", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39583", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39577, + "usage_id": 195 + }, + "0504.01.448": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1448, Flur", "arch_name": "1448@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39583", - "roomcode": "0504.01.448", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39587", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39583, + "usage_id": 222 + }, + "0504.01.448A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1448A, Aufzugsschacht", "arch_name": "1448A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39587", - "roomcode": "0504.01.448A", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39591", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39587, + "usage_id": 195 + }, + "0504.01.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1451, Flur 4", "arch_name": "1451@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39591", - "roomcode": "0504.01.451", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39599", + "area_id": 23, + "building_id": 580, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39591, + "usage_id": 222 + }, + "0504.02.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2401, Lager", "arch_name": "2401@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39599", - "roomcode": "0504.02.401", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8021", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39599, + "usage_id": 30 + }, + "0504.02.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2402, B\u00fcro", "arch_name": "2402@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8021", - "roomcode": "0504.02.402", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8026", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8021, + "usage_id": 12 + }, + "0504.02.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2403, B\u00fcro", "arch_name": "2403@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=15071&cReadonly=J", - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8026", - "roomcode": "0504.02.403", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39610", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15071, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8026, + "usage_id": 12 + }, + "0504.02.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2404, B\u00fcro", "arch_name": "2404@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39610", - "roomcode": "0504.02.404", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39614", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39610, + "usage_id": 12 + }, + "0504.02.404A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2404a, Flur", "arch_name": "2404a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39614", - "roomcode": "0504.02.404A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=65168", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39614, + "usage_id": 222 + }, + "0504.02.404B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2404B, Treppenraum", "arch_name": "2404B@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65168", - "roomcode": "0504.02.404B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39615", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65168, + "usage_id": 223 + }, + "0504.02.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2406, Vorbereitung", "arch_name": "2406@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39615", - "roomcode": "0504.02.406", - "usage": 136 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8063", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39615, + "usage_id": 136 + }, + "0504.02.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2407, B\u00fcro", "arch_name": "2407@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=46295", - "operator": "[ TUWIR03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8063", - "roomcode": "0504.02.407", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8192", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46295, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8063, + "usage_id": 12 + }, + "0504.02.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2408, Seminarraum", "arch_name": "2408@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=15084&cReadonly=J", - "extended": { - "additional_description": "2408, Seminarraum", - "address": "Arcisstr. 21(0504), 2.Obergescho\u00df", - "architect_room_nr": "2408@0504", - "area_m2": 96.94, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "408", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8192", - "roomcode": "0504.02.408", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8195", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15084, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8192, + "usage_id": 41 + }, + "0504.02.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2409, B\u00fcro", "arch_name": "2409@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=46295", - "operator": "[ TUWIR03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8195", - "roomcode": "0504.02.409", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39375", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46295, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8195, + "usage_id": 12 + }, + "0504.02.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2410, Flur", "arch_name": "2410@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39375", - "roomcode": "0504.02.410", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7933", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39375, + "usage_id": 222 + }, + "0504.02.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2411, B\u00fcro", "arch_name": "2411@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=46295", - "operator": "[ TUWIR03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7933", - "roomcode": "0504.02.411", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7935", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46295, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7933, + "usage_id": 12 + }, + "0504.02.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2412, B\u00fcro", "arch_name": "2412@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=52321", - "operator": "[ TUWIB46 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7935", - "roomcode": "0504.02.412", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7942", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52321, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7935, + "usage_id": 12 + }, + "0504.02.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2413, B\u00fcro", "arch_name": "2413@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=52321", - "operator": "[ TUWIB46 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7942", - "roomcode": "0504.02.413", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39399", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52321, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7942, + "usage_id": 12 + }, + "0504.02.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2414, Elektroinstallationsraum", "arch_name": "2414@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39399", - "roomcode": "0504.02.414", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39429", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39399, + "usage_id": 120 + }, + "0504.02.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2415, Bibliothek", "arch_name": "2415@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39429", - "roomcode": "0504.02.415", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39437", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39429, + "usage_id": 10 + }, + "0504.02.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2416, Treppenraum", "arch_name": "2416@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39437", - "roomcode": "0504.02.416", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7879", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39437, + "usage_id": 223 + }, + "0504.02.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2417, B\u00fcro", "arch_name": "2417@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7879", - "roomcode": "0504.02.417", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39443", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7879, + "usage_id": 12 + }, + "0504.02.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2418, Seminarraum/Bibliothek", "arch_name": "2418@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=15510&cReadonly=J", - "extended": { - "additional_description": "2418, Seminarraum/Bibliothek", - "address": "Arcisstr. 21(0504), 2.Obergescho\u00df", - "architect_room_nr": "2418@0504", - "area_m2": 60.74, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "418", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39443", - "roomcode": "0504.02.418", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7884", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15510, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39443, + "usage_id": 41 + }, + "0504.02.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2419, B\u00fcro", "arch_name": "2419@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7884", - "roomcode": "0504.02.419", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39449", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7884, + "usage_id": 12 + }, + "0504.02.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2420, Prof.-B\u00fcro", "arch_name": "2420@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39449", - "roomcode": "0504.02.420", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7887", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39449, + "usage_id": 12 + }, + "0504.02.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2421, B\u00fcro", "arch_name": "2421@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7887", - "roomcode": "0504.02.421", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7892", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7887, + "usage_id": 12 + }, + "0504.02.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2422, B\u00fcro/Sekretariat", "arch_name": "2422@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7892", - "roomcode": "0504.02.422", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8052", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7892, + "usage_id": 12 + }, + "0504.02.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2423, B\u00fcro", "arch_name": "2423@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8052", - "roomcode": "0504.02.423", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39461", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8052, + "usage_id": 12 + }, + "0504.02.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2424, Teek\u00fcche", "arch_name": "2424@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39461", - "roomcode": "0504.02.424", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8059", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39461, + "usage_id": 198 + }, + "0504.02.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2425, B\u00fcro", "arch_name": "2425@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8059", - "roomcode": "0504.02.425", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39471", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8059, + "usage_id": 12 + }, + "0504.02.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2426, Putzraum", "arch_name": "2426@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39471", - "roomcode": "0504.02.426", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39689", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39471, + "usage_id": 205 + }, + "0504.02.426A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2426A, Vorraum", "arch_name": "2426A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39689", - "roomcode": "0504.02.426A", - "usage": 105 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8117", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39689, + "usage_id": 105 + }, + "0504.02.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2427, B\u00fcro", "arch_name": "2427@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14807", - "operator": "[ TUWIB04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8117", - "roomcode": "0504.02.427", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39703", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14807, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8117, + "usage_id": 12 + }, + "0504.02.427A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2427a, B\u00fcro", "arch_name": "2427a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39703", - "roomcode": "0504.02.427A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39706", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39703, + "usage_id": 12 + }, + "0504.02.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2428, Elektroinstallationsraum", "arch_name": "2428@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39706", - "roomcode": "0504.02.428", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8128", - "alt_name": "2429, B\u00fcro", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39706, + "usage_id": 120 + }, + "0504.02.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2429, B\u00fcro", "arch_name": "2429@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8128", - "roomcode": "0504.02.429", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39711", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8128, + "usage_id": 12 + }, + "0504.02.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2430, WC-Herren", "arch_name": "2430@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39711", - "roomcode": "0504.02.430", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8132", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39711, + "usage_id": 115 + }, + "0504.02.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2431, B\u00fcro", "arch_name": "2431@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8132", - "roomcode": "0504.02.431", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39716", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8132, + "usage_id": 12 + }, + "0504.02.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2432, Flur 2", "arch_name": "2432@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39716", - "roomcode": "0504.02.432", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39720", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39716, + "usage_id": 222 + }, + "0504.02.432A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2432a, Flur", "arch_name": "2432a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39720", - "roomcode": "0504.02.432A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39723", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39720, + "usage_id": 222 + }, + "0504.02.432B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2432b, Aufzugsschacht", "arch_name": "2432b@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39723", - "roomcode": "0504.02.432B", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39726", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39723, + "usage_id": 195 + }, + "0504.02.434": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2434, Treppenhaus 2", "arch_name": "2434@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39726", - "roomcode": "0504.02.434", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39729", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39726, + "usage_id": 223 + }, + "0504.02.434A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2434a, Treppenraum", "arch_name": "2434a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39729", - "roomcode": "0504.02.434A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39732", + "area_id": 23, + "building_id": 580, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39729, + "usage_id": 223 + }, + "0504.02.436": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2436, Lager", "arch_name": "2436@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=32872&cReadonly=J", - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39732", - "roomcode": "0504.02.436", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8145", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 32872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39732, + "usage_id": 30 + }, + "0504.03.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3402, Seminar- und Mikroskopierraum", "arch_name": "3402@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=15080&cReadonly=J", - "extended": { - "additional_description": "3402, Seminar- und Mikroskopierraum", - "address": "Arcisstr. 21(0504), 3.Obergescho\u00df", - "architect_room_nr": "3402@0504", - "area_m2": 58.27, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "402", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8145", - "roomcode": "0504.03.402", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=19021", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15080, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8145, + "usage_id": 41 + }, + "0504.03.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3403, Lager/Sammlung Geologie, Mineralogie & Petro", "arch_name": "3403@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=15231&cReadonly=J", - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19021", - "roomcode": "0504.03.403", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8148", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15231, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19021, + "usage_id": 30 + }, + "0504.03.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3404, \u00dcbungsraum", "arch_name": "3404@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=12598&cReadonly=J", - "extended": { - "additional_description": "3404, \u00dcbungsraum", - "address": "Arcisstr. 21(0504), 3.Obergescho\u00df", - "architect_room_nr": "3404@0504", - "area_m2": 102.07, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "404", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8148", - "roomcode": "0504.03.404", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39745", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 12598, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8148, + "usage_id": 131 + }, + "0504.03.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3405, Kartensammlung", "arch_name": "3405@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39745", - "roomcode": "0504.03.405", - "usage": 187 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39748", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39745, + "usage_id": 187 + }, + "0504.03.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3406, Vorbereitung \u00dcbungsraum", "arch_name": "3406@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39748", - "roomcode": "0504.03.406", - "usage": 136 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39754", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39748, + "usage_id": 136 + }, + "0504.03.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3407, Kartensammlung", "arch_name": "3407@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39754", - "roomcode": "0504.03.407", - "usage": 187 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39684", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39754, + "usage_id": 187 + }, + "0504.03.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3408, Elektroinstallationsraum", "arch_name": "3408@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39684", - "roomcode": "0504.03.408", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39617", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39684, + "usage_id": 120 + }, + "0504.03.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3409, Kartensammlung", "arch_name": "3409@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39617", - "roomcode": "0504.03.409", - "usage": 187 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39619", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39617, + "usage_id": 187 + }, + "0504.03.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3411, Computerarbeitsraum", "arch_name": "3411@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=32852&cReadonly=J", - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39619", - "roomcode": "0504.03.411", - "usage": 213 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39623", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 32852, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39619, + "usage_id": 213 + }, + "0504.03.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3412, Flur/Treppe", "arch_name": "3412@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39623", - "roomcode": "0504.03.412", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8042", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39623, + "usage_id": 222 + }, + "0504.03.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3413, B\u00fcro", "arch_name": "3413@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8042", - "roomcode": "0504.03.413", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39631", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8042, + "usage_id": 12 + }, + "0504.03.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3414, Treppenraum", "arch_name": "3414@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39631", - "roomcode": "0504.03.414", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8046", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39631, + "usage_id": 223 + }, + "0504.03.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3415, Handbibliothek (Zeitschriften)", "arch_name": "3415@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8046", - "roomcode": "0504.03.415", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8050", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8046, + "usage_id": 10 + }, + "0504.03.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3416, B\u00fcro", "arch_name": "3416@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8050", - "roomcode": "0504.03.416", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39494", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8050, + "usage_id": 12 + }, + "0504.03.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3417, Handbibliothek", "arch_name": "3417@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39494", - "roomcode": "0504.03.417", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7971", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39494, + "usage_id": 10 + }, + "0504.03.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3418, Zeichner, Drucker, Kopierer", "arch_name": "3418@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7971", - "roomcode": "0504.03.418", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7977", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7971, + "usage_id": 12 + }, + "0504.03.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3419, Sekretariat", "arch_name": "3419@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7977", - "roomcode": "0504.03.419", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7980", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7977, + "usage_id": 40 + }, + "0504.03.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3420, B\u00fcro", "arch_name": "3420@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7980", - "roomcode": "0504.03.420", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7987", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44925, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7980, + "usage_id": 12 + }, + "0504.03.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3421, B\u00fcro", "arch_name": "3421@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7987", - "roomcode": "0504.03.421", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39515", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7987, + "usage_id": 12 + }, + "0504.03.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3422, Seminarraum", "arch_name": "3422@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=19668&cReadonly=J", - "extended": { - "additional_description": "3422, Seminarraum", - "address": "Arcisstr. 21(0504), 3.Obergescho\u00df", - "architect_room_nr": "3422@0504", - "area_m2": 34.88, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "422", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39515", - "roomcode": "0504.03.422", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39520", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 19668, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39515, + "usage_id": 41 + }, + "0504.03.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3423, Archiv", "arch_name": "3423@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39520", - "roomcode": "0504.03.423", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8112", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39520, + "usage_id": 2 + }, + "0504.03.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3424, B\u00fcro", "arch_name": "3424@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8112", - "roomcode": "0504.03.424", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8114", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8112, + "usage_id": 12 + }, + "0504.03.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3425, B\u00fcro/Aufenthalt", "arch_name": "3425@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8114", - "roomcode": "0504.03.425", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8115", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8114, + "usage_id": 12 + }, + "0504.03.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3426, B\u00fcro", "arch_name": "3426@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8115", - "roomcode": "0504.03.426", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=8116", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8115, + "usage_id": 12 + }, + "0504.03.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3427, Petrographisches Labor", "arch_name": "3427@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8116", - "roomcode": "0504.03.427", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39681", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8116, + "usage_id": 103 + }, + "0504.03.428A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3428/1, Putzraum", "arch_name": "3428/1@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39681", - "roomcode": "0504.03.428A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37979", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39681, + "usage_id": 205 + }, + "0504.03.428B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3428/2, Elektroinstallationsraum", "arch_name": "3428/2@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37979", - "roomcode": "0504.03.428B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=20397", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37979, + "usage_id": 120 + }, + "0504.03.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3429, Flur", "arch_name": "3429@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20397", - "roomcode": "0504.03.429", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37995", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20397, + "usage_id": 222 + }, + "0504.03.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3430, WC-Damen", "arch_name": "3430@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37995", - "roomcode": "0504.03.430", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38000", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37995, + "usage_id": 116 + }, + "0504.03.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3432, Treppenraum", "arch_name": "3432@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38000", - "roomcode": "0504.03.432", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38005", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38000, + "usage_id": 223 + }, + "0504.03.432A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "432a, Aufzugsschacht", "arch_name": "432a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38005", - "roomcode": "0504.03.432A", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38008", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38005, + "usage_id": 195 + }, + "0504.03.434": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3434, B\u00fcro", "arch_name": "3434@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38008", - "roomcode": "0504.03.434", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8008", + "area_id": 23, + "building_id": 580, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38008, + "usage_id": 12 + }, + "0504.EG.400": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0400, B\u00fcro", "arch_name": "0400@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8008", - "roomcode": "0504.EG.400", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39609", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15367, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8008, + "usage_id": 12 + }, + "0504.EG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0401, B\u00fcro", "arch_name": "0401@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39609", - "roomcode": "0504.EG.401", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8030", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39609, + "usage_id": 12 + }, + "0504.EG.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0402, B\u00fcro", "arch_name": "0402@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8030", - "roomcode": "0504.EG.402", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8033", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8030, + "usage_id": 12 + }, + "0504.EG.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0403, B\u00fcro", "arch_name": "0403@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8033", - "roomcode": "0504.EG.403", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8035", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8033, + "usage_id": 12 + }, + "0504.EG.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0405, B\u00fcro", "arch_name": "0405@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=15367&cRes=27373&cReadonly=J", - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8035", - "roomcode": "0504.EG.405", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8038", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 27373, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8035, + "usage_id": 12 + }, + "0504.EG.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0406, Seminarraum", "arch_name": "0406@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=15370&cRes=15072&cReadonly=J", - "extended": { - "additional_description": "0406, Seminarraum", - "address": "Arcisstr. 21(0504), Erdgescho\u00df", - "architect_room_nr": "0406@0504", - "area_m2": 95.46, - "building": "0504 (Z4) Landwirtschaftsbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "406", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8038", - "roomcode": "0504.EG.406", - "usage": 41 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8040", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15072, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8038, + "usage_id": 41 + }, + "0504.EG.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0407, B\u00fcro", "arch_name": "0407@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8040", - "roomcode": "0504.EG.407", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39625", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8040, + "usage_id": 12 + }, + "0504.EG.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0408, WC-Damen mit Vorraum u. Dusche", "arch_name": "0408@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39625", - "roomcode": "0504.EG.408", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39629", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39625, + "usage_id": 116 + }, + "0504.EG.408A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0408a, Vorraum", "arch_name": "0408a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39629", - "roomcode": "0504.EG.408A", - "usage": 50 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8045", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39629, + "usage_id": 50 + }, + "0504.EG.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0409, B\u00fcro", "arch_name": "0409@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8045", - "roomcode": "0504.EG.409", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39636", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8045, + "usage_id": 12 + }, + "0504.EG.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0410, Elektroraum", "arch_name": "0410@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39636", - "roomcode": "0504.EG.410", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39493", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39636, + "usage_id": 120 + }, + "0504.EG.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0411, Fotolabor", "arch_name": "0411@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39493", - "roomcode": "0504.EG.411", - "usage": 104 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39498", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39493, + "usage_id": 104 + }, + "0504.EG.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0412, Flur 1", "arch_name": "0412@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39498", - "roomcode": "0504.EG.412", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39501", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39498, + "usage_id": 222 + }, + "0504.EG.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0413, Flur 2", "arch_name": "0413@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39501", - "roomcode": "0504.EG.413", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39504", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39501, + "usage_id": 222 + }, + "0504.EG.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0415, Tonlabor", "arch_name": "0415@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39504", - "roomcode": "0504.EG.415", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39506", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39504, + "usage_id": 103 + }, + "0504.EG.415A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0415A, Lager", "arch_name": "0415A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39506", - "roomcode": "0504.EG.415A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39507", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39506, + "usage_id": 30 + }, + "0504.EG.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0416, Treppenhaus 1", "arch_name": "0416@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39507", - "roomcode": "0504.EG.416", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7976", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39507, + "usage_id": 223 + }, + "0504.EG.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0417, B\u00fcro", "arch_name": "0417@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7976", - "roomcode": "0504.EG.417", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7979", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7976, + "usage_id": 12 + }, + "0504.EG.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0418, B\u00fcro", "arch_name": "0418@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7979", - "roomcode": "0504.EG.418", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7982", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 13, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7979, + "usage_id": 12 + }, + "0504.EG.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0419, B\u00fcro/Doktoranden", "arch_name": "0419@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7982", - "roomcode": "0504.EG.419", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14219", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7982, + "usage_id": 12 + }, + "0504.EG.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0420, Werkstatt", "arch_name": "0420@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14219", - "roomcode": "0504.EG.420", - "usage": 51 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39552", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14219, + "usage_id": 51 + }, + "0504.EG.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0421, B\u00fcro", "arch_name": "0421@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39552", - "roomcode": "0504.EG.421", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39514", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39552, + "usage_id": 12 + }, + "0504.EG.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0422, Werkstatt", "arch_name": "0422@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39514", - "roomcode": "0504.EG.422", - "usage": 51 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39519", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14991, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39514, + "usage_id": 51 + }, + "0504.EG.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0423, Labor", "arch_name": "0423@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=43317&cRes=20841&cReadonly=J", - "list_index": "66", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39519", - "roomcode": "0504.EG.423", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8101", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 20841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39519, + "usage_id": 103 + }, + "0504.EG.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0424, Arbeitsraum/Studenten/Fachschaft", "arch_name": "0424@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=15075&cReadonly=J", - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8101", - "roomcode": "0504.EG.424", - "usage": 208 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39524", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 15075, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8101, + "usage_id": 208 + }, + "0504.EG.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0425, Labor", "arch_name": "0425@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39524", - "roomcode": "0504.EG.425", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39528", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39524, + "usage_id": 103 + }, + "0504.EG.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0426, Putzraum", "arch_name": "0426@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39528", - "roomcode": "0504.EG.426", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39742", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39528, + "usage_id": 205 + }, + "0504.EG.426A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0426A, Elektroinstallationsraum", "arch_name": "0426A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39742", - "roomcode": "0504.EG.426A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39647", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39742, + "usage_id": 120 + }, + "0504.EG.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0428, WC-Herren mit Dusche", "arch_name": "0428@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39647", - "roomcode": "0504.EG.428", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39653", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39647, + "usage_id": 115 + }, + "0504.EG.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0430, Flur", "arch_name": "0430@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39653", - "roomcode": "0504.EG.430", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39657", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39653, + "usage_id": 222 + }, + "0504.EG.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0432, Lager", "arch_name": "0432@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39657", - "roomcode": "0504.EG.432", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39847", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39657, + "usage_id": 30 + }, + "0504.EG.435": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0435, Treppenhaus 1", "arch_name": "0435@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39847", - "roomcode": "0504.EG.435", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39852", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39847, + "usage_id": 223 + }, + "0504.EG.436": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0436, Flur", "arch_name": "0436@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39852", - "roomcode": "0504.EG.436", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39858", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39852, + "usage_id": 222 + }, + "0504.EG.437": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0437, Treppenhaus 3", "arch_name": "0437@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39858", - "roomcode": "0504.EG.437", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39864", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39858, + "usage_id": 223 + }, + "0504.EG.448": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0448, Aufzug", "arch_name": "0448@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39864", - "roomcode": "0504.EG.448", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38580", + "area_id": 23, + "building_id": 580, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39864, + "usage_id": 4 + }, + "0504.U1.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1401, Installation/Stahlpodest", "arch_name": "-1401@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38580", - "roomcode": "0504.U1.401", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38583", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38580, + "usage_id": 120 + }, + "0504.U1.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1402, Heizungsverteilung", "arch_name": "-1402@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38583", - "roomcode": "0504.U1.402", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38588", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38583, + "usage_id": 201 + }, + "0504.U1.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1403, Wasseranschluss", "arch_name": "-1403@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38588", - "roomcode": "0504.U1.403", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=20460", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38588, + "usage_id": 183 + }, + "0504.U1.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1404, Labor", "arch_name": "-1404@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20460", - "roomcode": "0504.U1.404", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66072", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20460, + "usage_id": 194 + }, + "0504.U1.404A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1404A, Schleifkabine", "arch_name": "-1404A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66072", - "roomcode": "0504.U1.404A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38526", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66072, + "usage_id": 194 + }, + "0504.U1.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1405, Labor", "arch_name": "-1405@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38526", - "roomcode": "0504.U1.405", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=65167", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38526, + "usage_id": 194 + }, + "0504.U1.405A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1405, Archiv", "arch_name": "-1405@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65167", - "roomcode": "0504.U1.405A", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38530", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65167, + "usage_id": 2 + }, + "0504.U1.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1406, Festgesteinlabor", "arch_name": "-1406@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38530", - "roomcode": "0504.U1.406", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72782", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38530, + "usage_id": 194 + }, + "0504.U1.406A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1406A, Festgesteinlabor", "arch_name": "-1406A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72782", - "roomcode": "0504.U1.406A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38534", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72782, + "usage_id": 194 + }, + "0504.U1.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1407, Labor", "arch_name": "-1407@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38534", - "roomcode": "0504.U1.407", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38537", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38534, + "usage_id": 194 + }, + "0504.U1.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1408, Festgesteinlabor", "arch_name": "-1408@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=20017&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38537", - "roomcode": "0504.U1.408", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72783", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 20017, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38537, + "usage_id": 194 + }, + "0504.U1.408A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1408A, Festgesteinlabor", "arch_name": "-1408A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72783", - "roomcode": "0504.U1.408A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38771", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72783, + "usage_id": 194 + }, + "0504.U1.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1409, Lager Karten u. Gesteinssammlung", "arch_name": "-1409@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38771", - "roomcode": "0504.U1.409", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38776", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38771, + "usage_id": 30 + }, + "0504.U1.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1410, Schleiflabor", "arch_name": "-1410@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": "tvKalender.wSicht?cOrg=14991&cRes=20176&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38776", - "roomcode": "0504.U1.410", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38778", + "area_id": 23, + "building_id": 580, + "calendar_resource_nr": 20176, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38776, + "usage_id": 194 + }, + "0504.U1.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1411, Felslager", "arch_name": "-1411@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38778", - "roomcode": "0504.U1.411", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38797", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38778, + "usage_id": 30 + }, + "0504.U1.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1412, Labor (Analytik)", "arch_name": "-1412@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38797", - "roomcode": "0504.U1.412", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72784", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38797, + "usage_id": 194 + }, + "0504.U1.412A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1412A, Labor (Analytik)", "arch_name": "-1412A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72784", - "roomcode": "0504.U1.412A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38801", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72784, + "usage_id": 194 + }, + "0504.U1.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K414, Flur 1", "arch_name": "K414@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38801", - "roomcode": "0504.U1.414", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38806", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38801, + "usage_id": 222 + }, + "0504.U1.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1415, Labor", "arch_name": "-1415@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14991", - "operator": "[ TUBVGEO ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38806", - "roomcode": "0504.U1.415", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38811", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14991, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38806, + "usage_id": 194 + }, + "0504.U1.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K416, Treppenhaus 1", "arch_name": "K416@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38811", - "roomcode": "0504.U1.416", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38827", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38811, + "usage_id": 223 + }, + "0504.U1.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1417, Lager", "arch_name": "-1417@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38827", - "roomcode": "0504.U1.417", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7609", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14943, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38827, + "usage_id": 30 + }, + "0504.U1.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1418, B\u00fcro", "arch_name": "-1418@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7609", - "roomcode": "0504.U1.418", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39412", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 43317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7609, + "usage_id": 12 + }, + "0504.U1.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1419, Installation", "arch_name": "-1419@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39412", - "roomcode": "0504.U1.419", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=65064", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39412, + "usage_id": 120 + }, + "0504.U1.419A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1419A, LRZ-Verteilerknoten", "arch_name": "-1419A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65064", - "roomcode": "0504.U1.419A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39453", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65064, + "usage_id": 120 + }, + "0504.U1.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1420, B\u00fcro/Doktoranden", "arch_name": "-1420@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39453", - "roomcode": "0504.U1.420", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39456", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 44925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39453, + "usage_id": 12 + }, + "0504.U1.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1422, Pausenraum", "arch_name": "-1422@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39456", - "roomcode": "0504.U1.422", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39462", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39456, + "usage_id": 44 + }, + "0504.U1.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1423, K\u00fchlraum", "arch_name": "-1423@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39462", - "roomcode": "0504.U1.423", - "usage": 199 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39463", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39462, + "usage_id": 199 + }, + "0504.U1.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1424, Lager, Malerfirma", "arch_name": "-1424@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39463", - "roomcode": "0504.U1.424", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39470", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39463, + "usage_id": 30 + }, + "0504.U1.424A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1424a, Lager/Malerfirma", "arch_name": "-1424a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39470", - "roomcode": "0504.U1.424A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39473", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39470, + "usage_id": 30 + }, + "0504.U1.424B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1424b, Flur", "arch_name": "-1424b@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39473", - "roomcode": "0504.U1.424B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39480", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39473, + "usage_id": 222 + }, + "0504.U1.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1426, Bauamt", "arch_name": "-1426@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39480", - "roomcode": "0504.U1.426", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39484", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39480, + "usage_id": 44 + }, + "0504.U1.426A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1426A, Flur", "arch_name": "-1426A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39484", - "roomcode": "0504.U1.426A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39487", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39484, + "usage_id": 222 + }, + "0504.U1.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1427, Heizzentrale", "arch_name": "-1427@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39487", - "roomcode": "0504.U1.427", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=65166", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39487, + "usage_id": 201 + }, + "0504.U1.427A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1427A, Lager", "arch_name": "-1427A@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65166", - "roomcode": "0504.U1.427A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39350", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65166, + "usage_id": 30 + }, + "0504.U1.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1428, Lager Karten u. Gesteinssammlung", "arch_name": "-1428@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44925", - "operator": "[ TUBVMAF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39350", - "roomcode": "0504.U1.428", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39356", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39350, + "usage_id": 30 + }, + "0504.U1.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1429, Treppenraum", "arch_name": "-1429@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39356", - "roomcode": "0504.U1.429", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39359", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39356, + "usage_id": 223 + }, + "0504.U1.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1430, Lager", "arch_name": "-1430@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39359", - "roomcode": "0504.U1.430", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39362", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39359, + "usage_id": 30 + }, + "0504.U1.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "430a, Lager unter Treppe", "arch_name": "430a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39362", - "roomcode": "0504.U1.430A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39557", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39362, + "usage_id": 30 + }, + "0504.U1.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1431, Flur", "arch_name": "-1431@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39557", - "roomcode": "0504.U1.431", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39561", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39557, + "usage_id": 222 + }, + "0504.U1.484": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1484, Aufzugsschacht", "arch_name": "-1484@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39561", - "roomcode": "0504.U1.484", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38878", + "area_id": 23, + "building_id": 580, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39561, + "usage_id": 195 + }, + "0504.U2.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2424, Lager Baufirmen", "arch_name": "-2424@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38878", - "roomcode": "0504.U2.424", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38575", + "area_id": 23, + "building_id": 580, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38878, + "usage_id": 30 + }, + "0504.U2.424A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2424a, Vorraum", "arch_name": "-2424a@0504", - "b_area_id": 23, - "b_filter_id": 580, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38575", - "roomcode": "0504.U2.424A", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=11735", + "area_id": 23, + "building_id": 580, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38575, + "usage_id": 50 + }, + "0505.01.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1502, B\u00fcro", "arch_name": "1502@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11735", - "roomcode": "0505.01.502", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7017", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11735, + "usage_id": 12 + }, + "0505.01.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1503, Seminarraum", "arch_name": "1503@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=22619&cReadonly=J", - "extended": { - "additional_description": "1503, Seminarraum", - "address": "Arcisstr. 21(0505), 1.Obergescho\u00df", - "architect_room_nr": "1503@0505", - "area_m2": 60.7, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "503", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7017", - "roomcode": "0505.01.503", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=11743", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 22619, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7017, + "usage_id": 41 + }, + "0505.01.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1504, B\u00fcro", "arch_name": "1504@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11743", - "roomcode": "0505.01.504", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37460", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11743, + "usage_id": 12 + }, + "0505.01.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1507, B\u00fcro", "arch_name": "1507@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37460", - "roomcode": "0505.01.507", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62658", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37460, + "usage_id": 12 + }, + "0505.01.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1508, B\u00fcro", "arch_name": "1508@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62658", - "roomcode": "0505.01.508", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62659", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62658, + "usage_id": 12 + }, + "0505.01.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1509, B\u00fcro", "arch_name": "1509@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62659", - "roomcode": "0505.01.509", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=11794", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62659, + "usage_id": 12 + }, + "0505.01.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1510, B\u00fcro", "arch_name": "1510@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11794", - "roomcode": "0505.01.510", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=58385", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11794, + "usage_id": 12 + }, + "0505.01.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1511, B\u00fcro", "arch_name": "1511@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58385", - "roomcode": "0505.01.511", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=11802", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58385, + "usage_id": 12 + }, + "0505.01.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1512, B\u00fcro", "arch_name": "1512@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11802", - "roomcode": "0505.01.512", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=58415", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11802, + "usage_id": 12 + }, + "0505.01.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1513, B\u00fcro", "arch_name": "1513@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58415", - "roomcode": "0505.01.513", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37464", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58415, + "usage_id": 12 + }, + "0505.01.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1515, EDV/Telecom", "arch_name": "1515@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37464", - "roomcode": "0505.01.515", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37468", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37464, + "usage_id": 120 + }, + "0505.01.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1516, B\u00fcro", "arch_name": "1516@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37468", - "roomcode": "0505.01.516", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37473", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37468, + "usage_id": 12 + }, + "0505.01.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1517, Besprechungsraum", "arch_name": "1517@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14812&cRes=25240&cReadonly=J", - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14812", - "operator": "[ TUWIB09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37473", - "roomcode": "0505.01.517", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37487", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25240, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14812, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37473, + "usage_id": 196 + }, + "0505.01.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1518, B\u00fcro", "arch_name": "1518@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=17011", - "operator": "[ TUZVSQM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37487", - "roomcode": "0505.01.518", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37492", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 17011, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37487, + "usage_id": 12 + }, + "0505.01.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1519, Besprechungsraum", "arch_name": "1519@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=44106&cRes=24395&cReadonly=J", - "list_index": "162", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37492", - "roomcode": "0505.01.519", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62660", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 24395, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37492, + "usage_id": 196 + }, + "0505.01.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1521, Putzraum", "arch_name": "1521@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62660", - "roomcode": "0505.01.521", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37497", + "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": 62660, + "usage_id": 205 + }, + "0505.01.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1522, WC-Damen", "arch_name": "1522@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37497", - "roomcode": "0505.01.522", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=76014", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76014", - "roomcode": "0505.01.522A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37374", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1523, WC-Herren", "arch_name": "1523@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37374", - "roomcode": "0505.01.523", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=76012", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76012", - "roomcode": "0505.01.523A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37379", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1524, Kopierer", "arch_name": "1524@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37379", - "roomcode": "0505.01.524", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=39916", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37379, + "usage_id": 110 + }, + "0505.01.525": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1525, B\u00fcro", "arch_name": "1525@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39916", - "roomcode": "0505.01.525", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64615", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39916, + "usage_id": 12 + }, + "0505.01.526A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1526, WC-D", "arch_name": "1526@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64615", - "roomcode": "0505.01.526A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=76011", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76011", - "roomcode": "0505.01.526B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64616", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1527, WC-H", "arch_name": "1527@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64616", - "roomcode": "0505.01.527A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=76010", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76010", - "roomcode": "0505.01.527B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64614", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1529, Teek\u00fcche", "arch_name": "1529@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64614", - "roomcode": "0505.01.529A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62661", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1530, Teek\u00fcche", "arch_name": "1530@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62661", - "roomcode": "0505.01.530", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37584", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1531, B\u00fcro", "arch_name": "1531@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37584", - "roomcode": "0505.01.531", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62662", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37584, + "usage_id": 12 + }, + "0505.01.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1533, B\u00fcro", "arch_name": "1533@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62662", - "roomcode": "0505.01.533", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62663", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62662, + "usage_id": 12 + }, + "0505.01.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1534, B\u00fcro", "arch_name": "1534@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62663", - "roomcode": "0505.01.534", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37599", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62663, + "usage_id": 12 + }, + "0505.01.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1535, B\u00fcro", "arch_name": "1535@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37599", - "roomcode": "0505.01.535", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37522", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37599, + "usage_id": 12 + }, + "0505.01.536": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1536, B\u00fcro", "arch_name": "1536@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37522", - "roomcode": "0505.01.536", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62664", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37522, + "usage_id": 12 + }, + "0505.01.537": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1537, B\u00fcro", "arch_name": "1537@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62664", - "roomcode": "0505.01.537", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37533", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62664, + "usage_id": 12 + }, + "0505.01.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1538, B\u00fcro", "arch_name": "1538@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37533", - "roomcode": "0505.01.538", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37536", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37533, + "usage_id": 12 + }, + "0505.01.539": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1539, B\u00fcro", "arch_name": "1539@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=49398", - "operator": "[ TUWIB39 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37536", - "roomcode": "0505.01.539", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37544", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49398, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37536, + "usage_id": 12 + }, + "0505.01.540": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1540, B\u00fcro", "arch_name": "1540@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=49398", - "operator": "[ TUWIB39 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37544", - "roomcode": "0505.01.540", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62665", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49398, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37544, + "usage_id": 12 + }, + "0505.01.541": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1541, B\u00fcro", "arch_name": "1541@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=49398", - "operator": "[ TUWIB39 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62665", - "roomcode": "0505.01.541", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37752", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49398, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62665, + "usage_id": 12 + }, + "0505.01.542": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1542, B\u00fcro", "arch_name": "1542@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=44106", - "operator": "[ TUWIB19 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37752", - "roomcode": "0505.01.542", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37768", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44106, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37752, + "usage_id": 12 + }, + "0505.01.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1543, B\u00fcro", "arch_name": "1543@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37768", - "roomcode": "0505.01.543", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37410", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37768, + "usage_id": 12 + }, + "0505.01.545": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1545, B\u00fcro", "arch_name": "1545@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=49398", - "operator": "[ TUWIB39 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37410", - "roomcode": "0505.01.545", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37417", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49398, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37410, + "usage_id": 12 + }, + "0505.01.546": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1546, B\u00fcro", "arch_name": "1546@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=49398", - "operator": "[ TUWIB39 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37417", - "roomcode": "0505.01.546", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37419", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49398, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37417, + "usage_id": 12 + }, + "0505.01.547": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1547, B\u00fcro", "arch_name": "1547@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=49398", - "operator": "[ TUWIB39 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37419", - "roomcode": "0505.01.547", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62671", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49398, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37419, + "usage_id": 12 + }, + "0505.01.548": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1548, Technik", "arch_name": "1548@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62671", - "roomcode": "0505.01.548", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37423", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62671, + "usage_id": 120 + }, + "0505.01.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1550, B\u00fcro", "arch_name": "1550@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37423", - "roomcode": "0505.01.550", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37448", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37423, + "usage_id": 12 + }, + "0505.01.552": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1552, B\u00fcro", "arch_name": "1552@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37448", - "roomcode": "0505.01.552", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64623", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37448, + "usage_id": 12 + }, + "0505.01.553": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1553, B\u00fcro", "arch_name": "1553@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=25178&cReadonly=J", - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64623", - "roomcode": "0505.01.553", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7027", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25178, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64623, + "usage_id": 12 + }, + "0505.01.554": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1554, B\u00fcro", "arch_name": "1554@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=33932&cReadonly=J", - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7027", - "roomcode": "0505.01.554", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37454", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 33932, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7027, + "usage_id": 12 + }, + "0505.01.555": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1555, Teek\u00fcche", "arch_name": "1555@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37454", - "roomcode": "0505.01.555", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=6991", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1556, B\u00fcro", "arch_name": "1556@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6991", - "roomcode": "0505.01.556", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64624", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6991, + "usage_id": 12 + }, + "0505.01.557": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1557, Kopierer/Fax", "arch_name": "1557@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64624", - "roomcode": "0505.01.557", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=6992", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64624, + "usage_id": 110 + }, + "0505.01.558": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1558, B\u00fcro", "arch_name": "1558@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=27552&cReadonly=J", - "list_index": "199", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6992", - "roomcode": "0505.01.558", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64625", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 27552, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6992, + "usage_id": 12 + }, + "0505.01.559": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1559, Besprechungsraum", "arch_name": "1559@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64625", - "roomcode": "0505.01.559", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=6994", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64625, + "usage_id": 196 + }, + "0505.01.560": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1560, B\u00fcro", "arch_name": "1560@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=6994", - "roomcode": "0505.01.560", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64617", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 6994, + "usage_id": 12 + }, + "0505.01.561": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1561, B\u00fcro", "arch_name": "1561@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64617", - "roomcode": "0505.01.561", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7002", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64617, + "usage_id": 12 + }, + "0505.01.562": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1562, B\u00fcro", "arch_name": "1562@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7002", - "roomcode": "0505.01.562", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7003", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7002, + "usage_id": 12 + }, + "0505.01.563": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1563, B\u00fcro", "arch_name": "1563@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7003", - "roomcode": "0505.01.563", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64626", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7003, + "usage_id": 12 + }, + "0505.01.564": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1564, B\u00fcro", "arch_name": "1564@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64626", - "roomcode": "0505.01.564", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=58559", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64626, + "usage_id": 12 + }, + "0505.01.565": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1565, B\u00fcro", "arch_name": "1565@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58559", - "roomcode": "0505.01.565", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64627", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58559, + "usage_id": 12 + }, + "0505.01.566": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1566, B\u00fcro", "arch_name": "1566@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64627", - "roomcode": "0505.01.566", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7006", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64627, + "usage_id": 12 + }, + "0505.01.567": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1567, EDV/Server", "arch_name": "1567@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7006", - "roomcode": "0505.01.567", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64628", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7006, + "usage_id": 207 + }, + "0505.01.568": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1568, B\u00fcro", "arch_name": "1568@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64628", - "roomcode": "0505.01.568", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37493", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64628, + "usage_id": 12 + }, + "0505.01.569": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1569, B\u00fcro", "arch_name": "1569@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37493", - "roomcode": "0505.01.569", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64629", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37493, + "usage_id": 12 + }, + "0505.01.570": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1570, B\u00fcro", "arch_name": "1570@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64629", - "roomcode": "0505.01.570", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64621", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64629, + "usage_id": 12 + }, + "0505.01.571": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1571, B\u00fcro", "arch_name": "1571@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64621", - "roomcode": "0505.01.571", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64630", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64621, + "usage_id": 12 + }, + "0505.01.572": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1572, B\u00fcro", "arch_name": "1572@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64630", - "roomcode": "0505.01.572", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64622", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64630, + "usage_id": 12 + }, + "0505.01.573": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1573, B\u00fcro", "arch_name": "1573@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64622", - "roomcode": "0505.01.573", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37370", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64622, + "usage_id": 12 + }, + "0505.01.575": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1575, B\u00fcro", "arch_name": "1575@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37370", - "roomcode": "0505.01.575", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7012", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37370, + "usage_id": 12 + }, + "0505.01.577": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1577, Seminar", "arch_name": "1577@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=44704&cRes=29315&cReadonly=J", - "extended": { - "additional_description": "1577, Seminar", - "address": "Arcisstr. 21(0505), 1.Obergescho\u00df", - "architect_room_nr": "1577@0505", - "area_m2": 44.36, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "577", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=44704", - "operator": "[ TUWIB22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7012", - "roomcode": "0505.01.577", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62670", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 29315, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44704, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7012, + "usage_id": 41 + }, + "0505.01.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1580, Flur", "arch_name": "1580@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62670", - "roomcode": "0505.01.580", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62675", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62670, + "usage_id": 222 + }, + "0505.01.580A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1580.1, HLS-Schacht", "arch_name": "1580.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62675", - "roomcode": "0505.01.580A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62676", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1580.2, HLS-Schacht", "arch_name": "1580.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62676", - "roomcode": "0505.01.580B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62677", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1580.3, ELT-Schacht", "arch_name": "1580.3@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62677", - "roomcode": "0505.01.580C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62669", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1581, Flur", "arch_name": "1581@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62669", - "roomcode": "0505.01.581", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62668", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62669, + "usage_id": 222 + }, + "0505.01.582": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1582, Flur", "arch_name": "1582@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62668", - "roomcode": "0505.01.582", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62672", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62668, + "usage_id": 222 + }, + "0505.01.582A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1582.1, ELT-Schacht", "arch_name": "1582.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62672", - "roomcode": "0505.01.582A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62673", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1582.2, HLS-Schacht", "arch_name": "1582.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62673", - "roomcode": "0505.01.582B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62674", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1582.3, HLS-Schacht", "arch_name": "1582.3@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62674", - "roomcode": "0505.01.582C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37398", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1583, Flur", "arch_name": "1583@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37398", - "roomcode": "0505.01.583", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=37401", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37398, + "usage_id": 222 + }, + "0505.01.584": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1584, Flur", "arch_name": "1584@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37401", - "roomcode": "0505.01.584", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64631", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37401, + "usage_id": 222 + }, + "0505.01.585": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1585, Flur", "arch_name": "1585@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64631", - "roomcode": "0505.01.585", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64618", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64631, + "usage_id": 222 + }, + "0505.01.586": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1586, Flur", "arch_name": "1586@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64618", - "roomcode": "0505.01.586", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64619", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64618, + "usage_id": 222 + }, + "0505.01.587": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1587, ELT-Schacht", "arch_name": "1587@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64619", - "roomcode": "0505.01.587", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64620", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1588, HLS-Schacht", "arch_name": "1588@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64620", - "roomcode": "0505.01.588", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62666", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1590, Aufzug", "arch_name": "1590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62666", - "roomcode": "0505.01.590", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62667", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62666, + "usage_id": 4 + }, + "0505.01.591": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1591, Treppenturm", "arch_name": "1591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62667", - "roomcode": "0505.01.591", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62678", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62667, + "usage_id": 223 + }, + "0505.01.593": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1591, Aufzug", "arch_name": "1591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62678", - "roomcode": "0505.01.593", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=62679", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62678, + "usage_id": 4 + }, + "0505.01.594": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1594, Treppenhaus", "arch_name": "1594@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62679", - "roomcode": "0505.01.594", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=64632", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1596, Treppenraum", "arch_name": "1596@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64632", - "roomcode": "0505.01.596", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=76013", + "area_id": 23, + "building_id": 581, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76013", - "roomcode": "0505.01.598", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64645", + "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": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63399, + "usage_id": 12 + }, + "0505.01.640": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63400, + "usage_id": 12 + }, + "0505.01.641": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63401, + "usage_id": 12 + }, + "0505.02.285": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2585, Flur", "arch_name": "2585@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64645", - "roomcode": "0505.02.285", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7013", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64645, + "usage_id": 222 + }, + "0505.02.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2501, B\u00fcro", "arch_name": "2501@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7013", - "roomcode": "0505.02.501", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=18866", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7013, + "usage_id": 12 + }, + "0505.02.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2502, B\u00fcro", "arch_name": "2502@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18866", - "roomcode": "0505.02.502", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62723", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18866, + "usage_id": 12 + }, + "0505.02.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2503, B\u00fcro", "arch_name": "2503@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14811&cRes=22599&cReadonly=J", - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62723", - "roomcode": "0505.02.503", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62680", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 22599, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62723, + "usage_id": 12 + }, + "0505.02.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2504, B\u00fcro", "arch_name": "2504@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14811&cRes=24355&cReadonly=J", - "list_index": "242", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62680", - "roomcode": "0505.02.504", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7107", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 24355, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62680, + "usage_id": 12 + }, + "0505.02.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2505, B\u00fcro", "arch_name": "2505@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7107", - "roomcode": "0505.02.505", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62681", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7107, + "usage_id": 12 + }, + "0505.02.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2506, Besprechungsraum", "arch_name": "2506@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62681", - "roomcode": "0505.02.506", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62682", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62681, + "usage_id": 196 + }, + "0505.02.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2507, B\u00fcro", "arch_name": "2507@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62682", - "roomcode": "0505.02.507", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7110", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62682, + "usage_id": 12 + }, + "0505.02.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2509, B\u00fcro", "arch_name": "2509@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7110", - "roomcode": "0505.02.509", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7112", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7110, + "usage_id": 12 + }, + "0505.02.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2510, B\u00fcro", "arch_name": "2510@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7112", - "roomcode": "0505.02.510", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37645", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7112, + "usage_id": 12 + }, + "0505.02.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2511, B\u00fcro", "arch_name": "2511@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=47679", - "operator": "[ TUWIV05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37645", - "roomcode": "0505.02.511", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37656", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47679, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37645, + "usage_id": 12 + }, + "0505.02.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2513, B\u00fcro", "arch_name": "2513@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=47679", - "operator": "[ TUWIV05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37656", - "roomcode": "0505.02.513", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37661", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47679, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37656, + "usage_id": 12 + }, + "0505.02.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2514, B\u00fcro", "arch_name": "2514@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=14811", - "operator": "[ TUWIB01 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37661", - "roomcode": "0505.02.514", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37670", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14811, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37661, + "usage_id": 12 + }, + "0505.02.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2515, B\u00fcro", "arch_name": "2515@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37670", - "roomcode": "0505.02.515", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37679", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37670, + "usage_id": 12 + }, + "0505.02.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2516, B\u00fcro", "arch_name": "2516@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=47679", - "operator": "[ TUWIV05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37679", - "roomcode": "0505.02.516", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37684", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47679, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37679, + "usage_id": 12 + }, + "0505.02.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2517, B\u00fcro", "arch_name": "2517@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=47317", - "operator": "[ TUWIB36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37684", - "roomcode": "0505.02.517", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37689", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37684, + "usage_id": 12 + }, + "0505.02.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2518, B\u00fcro", "arch_name": "2518@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=47117", - "operator": "[ TUWIB32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37689", - "roomcode": "0505.02.518", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37695", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37689, + "usage_id": 12 + }, + "0505.02.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2519, B\u00fcro", "arch_name": "2519@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=47117", - "operator": "[ TUWIB32 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37695", - "roomcode": "0505.02.519", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62684", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47117, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37695, + "usage_id": 12 + }, + "0505.02.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2520, B\u00fcro", "arch_name": "2520@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=47917", - "operator": "[ TUWIB38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62684", - "roomcode": "0505.02.520", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37698", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47917, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62684, + "usage_id": 12 + }, + "0505.02.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2521, Putzraum", "arch_name": "2521@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37698", - "roomcode": "0505.02.521", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62683", + "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": 37698, + "usage_id": 205 + }, + "0505.02.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2522, WC-H", "arch_name": "2522@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62683", - "roomcode": "0505.02.522", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=76017", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76017", - "roomcode": "0505.02.522A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37701", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2523, WC-D", "arch_name": "2523@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37701", - "roomcode": "0505.02.523", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=76019", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76019", - "roomcode": "0505.02.523A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=58688", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2524, Sekretariat", "arch_name": "2524@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=47679", - "operator": "[ TUWIV05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58688", - "roomcode": "0505.02.524", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64634", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47679, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58688, + "usage_id": 40 + }, + "0505.02.526A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2526, WC-H", "arch_name": "2526@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64634", - "roomcode": "0505.02.526A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=76015", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76015", - "roomcode": "0505.02.526B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64635", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2527, WC-D", "arch_name": "2527@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64635", - "roomcode": "0505.02.527", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=76016", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76016", - "roomcode": "0505.02.527A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64633", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2529, Teek\u00fcche", "arch_name": "2529@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64633", - "roomcode": "0505.02.529A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56514", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2530, Teek\u00fcche", "arch_name": "2530@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56514", - "roomcode": "0505.02.530", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37517", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2531, B\u00fcro", "arch_name": "2531@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=47679", - "operator": "[ TUWIV05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37517", - "roomcode": "0505.02.531", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56643", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47679, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37517, + "usage_id": 12 + }, + "0505.02.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2532, B\u00fcro", "arch_name": "2532@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=47917", - "operator": "[ TUWIB38 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56643", - "roomcode": "0505.02.532", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56654", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47917, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56643, + "usage_id": 12 + }, + "0505.02.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2534, B\u00fcro", "arch_name": "2534@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=53138", - "operator": "[ TUS6B47 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56654", - "roomcode": "0505.02.534", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37557", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53138, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56654, + "usage_id": 12 + }, + "0505.02.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2535, B\u00fcro", "arch_name": "2535@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=14810", - "operator": "[ TUWIB05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37557", - "roomcode": "0505.02.535", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37563", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14810, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37557, + "usage_id": 12 + }, + "0505.02.537": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2537, B\u00fcro", "arch_name": "2537@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=14810", - "operator": "[ TUWIB05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37563", - "roomcode": "0505.02.537", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37567", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14810, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37563, + "usage_id": 12 + }, + "0505.02.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2538, Gruppen", "arch_name": "2538@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "extended": { - "additional_description": "2538, Gruppen", - "address": "Arcisstr. 21(0505), 2.Obergescho\u00df", - "architect_room_nr": "2538@0505", - "area_m2": 68.38, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "538", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37567", - "roomcode": "0505.02.538", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=56799", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37567, + "usage_id": 131 + }, + "0505.02.539": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2539, B\u00fcro", "arch_name": "2539@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=50217&cRes=21503&cReadonly=J", - "list_index": "275", - "op_link": "webnav.navigate_to?corg=50217", - "operator": "[ TUWIB40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56799", - "roomcode": "0505.02.539", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37588", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21503, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50217, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56799, + "usage_id": 12 + }, + "0505.02.540": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2540, Besprechungsraum", "arch_name": "2540@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37588", - "roomcode": "0505.02.540", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62686", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37588, + "usage_id": 196 + }, + "0505.02.541": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2541, B\u00fcro", "arch_name": "2541@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62686", - "roomcode": "0505.02.541", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37538", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62686, + "usage_id": 12 + }, + "0505.02.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2543, B\u00fcro", "arch_name": "2543@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37538", - "roomcode": "0505.02.543", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37735", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2544, Seminar", "arch_name": "2544@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21740&cReadonly=J", - "extended": { - "additional_description": "2544, Seminar", - "address": "Arcisstr. 21(0505), 2.Obergescho\u00df", - "architect_room_nr": "2544@0505", - "area_m2": 44.09, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "544", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=47679", - "operator": "[ TUWIV05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37735", - "roomcode": "0505.02.544", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7055", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21740, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47679, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37735, + "usage_id": 41 + }, + "0505.02.547": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2547, B\u00fcro", "arch_name": "2547@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7055", - "roomcode": "0505.02.547", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62687", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7055, + "usage_id": 12 + }, + "0505.02.548": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2548, Technik", "arch_name": "2548@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62687", - "roomcode": "0505.02.548", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7138", - "alt_name": "2550, B\u00fcro", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62687, + "usage_id": 120 + }, + "0505.02.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2550, B\u00fcro", "arch_name": "2550@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=38136&cRes=18102&cReadonly=J", - "list_index": "282", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7138", - "roomcode": "0505.02.550", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=20094", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 18102, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7138, + "usage_id": 12 + }, + "0505.02.553": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2553, B\u00fcro", "arch_name": "2553@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=38136&cRes=32832&cReadonly=J", - "list_index": "283", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20094", - "roomcode": "0505.02.553", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7147", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 32832, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20094, + "usage_id": 12 + }, + "0505.02.554": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2554, Sekretariat", "arch_name": "2554@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7147", - "roomcode": "0505.02.554", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37784", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7147, + "usage_id": 40 + }, + "0505.02.555": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2555, Teek\u00fcche", "arch_name": "2555@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37784", - "roomcode": "0505.02.555", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7155", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2556, B\u00fcro", "arch_name": "2556@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=38136&cRes=18032&cReadonly=J", - "list_index": "286", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7155", - "roomcode": "0505.02.556", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=20151", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 18032, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7155, + "usage_id": 12 + }, + "0505.02.557": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2557, Kopierer/Fax", "arch_name": "2557@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20151", - "roomcode": "0505.02.557", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64636", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20151, + "usage_id": 110 + }, + "0505.02.558": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2558, B\u00fcro", "arch_name": "2558@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64636", - "roomcode": "0505.02.558", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37798", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64636, + "usage_id": 12 + }, + "0505.02.559": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2559, Besprechungsraum", "arch_name": "2559@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=38136&cRes=25665&cReadonly=J", - "list_index": "289", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37798", - "roomcode": "0505.02.559", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7165", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25665, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37798, + "usage_id": 196 + }, + "0505.02.560": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2560, B\u00fcro", "arch_name": "2560@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7165", - "roomcode": "0505.02.560", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64637", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7165, + "usage_id": 12 + }, + "0505.02.561": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2561, Besprechung", "arch_name": "2561@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64637", - "roomcode": "0505.02.561", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37806", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64637, + "usage_id": 196 + }, + "0505.02.562": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2562, B\u00fcro", "arch_name": "2562@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37806", - "roomcode": "0505.02.562", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7172", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37806, + "usage_id": 12 + }, + "0505.02.563": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2563, B\u00fcro", "arch_name": "2563@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7172", - "roomcode": "0505.02.563", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7175", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7172, + "usage_id": 12 + }, + "0505.02.564": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2564, B\u00fcro", "arch_name": "2564@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7175", - "roomcode": "0505.02.564", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37820", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7175, + "usage_id": 12 + }, + "0505.02.565": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2565, B\u00fcro", "arch_name": "2565@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37820", - "roomcode": "0505.02.565", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64638", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37820, + "usage_id": 12 + }, + "0505.02.566": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2566, Seminarraum", "arch_name": "2566@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=25177&cReadonly=J", - "extended": { - "additional_description": "2566, Seminarraum", - "address": "Arcisstr. 21(0505), 2.Obergescho\u00df", - "architect_room_nr": "2566@0505", - "area_m2": 64.22, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "566", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64638", - "roomcode": "0505.02.566", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64639", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25177, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64638, + "usage_id": 41 + }, + "0505.02.567": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2567, B\u00fcro", "arch_name": "2567@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64639", - "roomcode": "0505.02.567", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37826", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64639, + "usage_id": 12 + }, + "0505.02.569": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2569, B\u00fcro", "arch_name": "2569@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37826", - "roomcode": "0505.02.569", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7183", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37826, + "usage_id": 12 + }, + "0505.02.571": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2571, B\u00fcro", "arch_name": "2571@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7183", - "roomcode": "0505.02.571", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64640", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7183, + "usage_id": 12 + }, + "0505.02.572": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2572, B\u00fcro", "arch_name": "2572@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=38136", - "operator": "[ TUWIB17 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64640", - "roomcode": "0505.02.572", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7185", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38136, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64640, + "usage_id": 12 + }, + "0505.02.573": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2573, B\u00fcro", "arch_name": "2573@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7185", - "roomcode": "0505.02.573", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64641", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7185, + "usage_id": 12 + }, + "0505.02.574": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2574, B\u00fcro", "arch_name": "2574@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64641", - "roomcode": "0505.02.574", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7187", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64641, + "usage_id": 12 + }, + "0505.02.575": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2575, B\u00fcro", "arch_name": "2575@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7187", - "roomcode": "0505.02.575", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64642", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7187, + "usage_id": 12 + }, + "0505.02.576A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2576, B\u00fcro", "arch_name": "2576@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64642", - "roomcode": "0505.02.576A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64643", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64642, + "usage_id": 12 + }, + "0505.02.577A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2577, Kopierer", "arch_name": "2577@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=14830", - "operator": "[ TUWIS04 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64643", - "roomcode": "0505.02.577A", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62689", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14830, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64643, + "usage_id": 110 + }, + "0505.02.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2580, Flur", "arch_name": "2580@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62689", - "roomcode": "0505.02.580", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62694", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62689, + "usage_id": 222 + }, + "0505.02.580A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2580.1, Tech.HL-Schacht", "arch_name": "2580.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62694", - "roomcode": "0505.02.580A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62695", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2580.2, HLS-Schacht", "arch_name": "2580.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62695", - "roomcode": "0505.02.580B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62696", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2580.3, ELT-Schacht", "arch_name": "2580.3@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62696", - "roomcode": "0505.02.580C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37960", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2581, Flur", "arch_name": "2581@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37960", - "roomcode": "0505.02.581", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62688", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37960, + "usage_id": 222 + }, + "0505.02.582": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2582, Flur", "arch_name": "2582@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62688", - "roomcode": "0505.02.582", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62697", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62688, + "usage_id": 222 + }, + "0505.02.582A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2582.1, ELT-Schacht", "arch_name": "2582.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62697", - "roomcode": "0505.02.582A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62698", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2582.3, HLS-Schacht", "arch_name": "2582.3@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62698", - "roomcode": "0505.02.582B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62699", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2582.2, HLS-Schacht", "arch_name": "2582.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62699", - "roomcode": "0505.02.582C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=37967", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2583, Flur", "arch_name": "2583@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37967", - "roomcode": "0505.02.583", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64647", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37967, + "usage_id": 222 + }, + "0505.02.584": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2584, Flur", "arch_name": "2584@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64647", - "roomcode": "0505.02.584", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64644", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64647, + "usage_id": 222 + }, + "0505.02.586": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2586, Flur", "arch_name": "2586@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64644", - "roomcode": "0505.02.586", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64767", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64644, + "usage_id": 222 + }, + "0505.02.587": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2587, Technik ELT", "arch_name": "2587@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64767", - "roomcode": "0505.02.587", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64648", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2588, HLS-Schacht", "arch_name": "2588@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64648", - "roomcode": "0505.02.588", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62691", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2590, Aufzug", "arch_name": "2590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62691", - "roomcode": "0505.02.590", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62690", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62691, + "usage_id": 4 + }, + "0505.02.591": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2591, Treppenturm", "arch_name": "2591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62690", - "roomcode": "0505.02.591", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62692", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62690, + "usage_id": 222 + }, + "0505.02.593": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2593, Aufzug", "arch_name": "2593@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62692", - "roomcode": "0505.02.593", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=62693", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62692, + "usage_id": 4 + }, + "0505.02.594": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2594, Treppenraum", "arch_name": "2594@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62693", - "roomcode": "0505.02.594", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64646", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2596, Treppenraum", "arch_name": "2596@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64646", - "roomcode": "0505.02.596", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=76018", + "area_id": 23, + "building_id": 581, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76018", - "roomcode": "0505.02.598", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62700", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3501, B\u00fcro", "arch_name": "3501@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62700", - "roomcode": "0505.03.501", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37978", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47157, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62700, + "usage_id": 12 + }, + "0505.03.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3504, Besprechungsraum", "arch_name": "3504@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=32292&cReadonly=J", - "list_index": "327", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37978", - "roomcode": "0505.03.504", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37999", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 32292, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37978, + "usage_id": 196 + }, + "0505.03.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3507, B\u00fcro", "arch_name": "3507@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37999", - "roomcode": "0505.03.507", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38006", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37999, + "usage_id": 12 + }, + "0505.03.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3508, B\u00fcro", "arch_name": "3508@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=53737", - "operator": "[ TUS6B49 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38006", - "roomcode": "0505.03.508", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=56921", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38006, + "usage_id": 12 + }, + "0505.03.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3509, B\u00fcro", "arch_name": "3509@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=22640&cReadonly=J", - "list_index": "330", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56921", - "roomcode": "0505.03.509", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38007", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 22640, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56921, + "usage_id": 12 + }, + "0505.03.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3510, B\u00fcro", "arch_name": "3510@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=53737", - "operator": "[ TUS6B49 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38007", - "roomcode": "0505.03.510", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=56931", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 53737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38007, + "usage_id": 12 + }, + "0505.03.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3511, B\u00fcro", "arch_name": "3511@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21647&cReadonly=J", - "list_index": "332", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56931", - "roomcode": "0505.03.511", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=56944", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21647, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56931, + "usage_id": 12 + }, + "0505.03.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3512, B\u00fcro", "arch_name": "3512@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56944", - "roomcode": "0505.03.512", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57087", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56944, + "usage_id": 12 + }, + "0505.03.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3513, B\u00fcro", "arch_name": "3513@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57087", - "roomcode": "0505.03.513", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38021", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57087, + "usage_id": 12 + }, + "0505.03.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3514, B\u00fcro", "arch_name": "3514@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38021", - "roomcode": "0505.03.514", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57107", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38021, + "usage_id": 12 + }, + "0505.03.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3515, B\u00fcro", "arch_name": "3515@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57107", - "roomcode": "0505.03.515", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38033", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57107, + "usage_id": 12 + }, + "0505.03.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3516, B\u00fcro", "arch_name": "3516@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38033", - "roomcode": "0505.03.516", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38038", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38033, + "usage_id": 12 + }, + "0505.03.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3517, B\u00fcro", "arch_name": "3517@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38038", - "roomcode": "0505.03.517", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37852", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38038, + "usage_id": 12 + }, + "0505.03.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3518, B\u00fcro", "arch_name": "3518@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37852", - "roomcode": "0505.03.518", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37865", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37852, + "usage_id": 12 + }, + "0505.03.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3520, B\u00fcro", "arch_name": "3520@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37865", - "roomcode": "0505.03.520", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37872", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37865, + "usage_id": 12 + }, + "0505.03.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3521, Putzraum", "arch_name": "3521@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37872", - "roomcode": "0505.03.521", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62701", + "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": 37872, + "usage_id": 205 + }, + "0505.03.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3522, WC-H", "arch_name": "3522@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62701", - "roomcode": "0505.03.522", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75985", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75985", - "roomcode": "0505.03.522A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57221", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3523, WC-D", "arch_name": "3523@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57221", - "roomcode": "0505.03.523", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75987", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75987", - "roomcode": "0505.03.523A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64667", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3526, WC-H", "arch_name": "3526@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64667", - "roomcode": "0505.03.526A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=76020", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76020", - "roomcode": "0505.03.526B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64668", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3527, WC-D", "arch_name": "3527@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64668", - "roomcode": "0505.03.527A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=76021", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76021", - "roomcode": "0505.03.527B", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64666", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3529, Teek\u00fcche", "arch_name": "3529@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64666", - "roomcode": "0505.03.529A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=11593", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3530, Teek\u00fcche", "arch_name": "3530@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11593", - "roomcode": "0505.03.530", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57693", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11593, + "usage_id": 198 + }, + "0505.03.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3531, B\u00fcro", "arch_name": "3531@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57693", - "roomcode": "0505.03.531", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57819", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57693, + "usage_id": 12 + }, + "0505.03.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3532, B\u00fcro", "arch_name": "3532@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=54322", - "operator": "[ TUS6B50 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57819", - "roomcode": "0505.03.532", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57834", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54322, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57819, + "usage_id": 12 + }, + "0505.03.533": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3533, B\u00fcro", "arch_name": "3533@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=54322&cRes=24074&cReadonly=J", - "list_index": "354", - "op_link": "webnav.navigate_to?corg=54322", - "operator": "[ TUS6B50 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57834", - "roomcode": "0505.03.533", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57972", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 24074, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54322, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57834, + "usage_id": 12 + }, + "0505.03.534": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3534, B\u00fcro", "arch_name": "3534@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=50217", - "operator": "[ TUWIB40 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57972", - "roomcode": "0505.03.534", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=57984", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 50217, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57972, + "usage_id": 12 + }, + "0505.03.535": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3535, B\u00fcro", "arch_name": "3535@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=47317", - "operator": "[ TUWIB36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57984", - "roomcode": "0505.03.535", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=58122", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57984, + "usage_id": 12 + }, + "0505.03.537": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3537, B\u00fcro", "arch_name": "3537@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=47317", - "operator": "[ TUWIB36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58122", - "roomcode": "0505.03.537", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=58139", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58122, + "usage_id": 12 + }, + "0505.03.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3538, B\u00fcro", "arch_name": "3538@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14808&cRes=25243&cReadonly=J", - "list_index": "358", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58139", - "roomcode": "0505.03.538", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37904", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25243, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58139, + "usage_id": 12 + }, + "0505.03.539": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3539, Seminarraum", "arch_name": "3539@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21645&cReadonly=J", - "extended": { - "additional_description": "3539, Seminarraum", - "address": "Arcisstr. 21(0505), 3.Obergescho\u00df", - "architect_room_nr": "3539@0505", - "area_m2": 61.85, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "539", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37904", - "roomcode": "0505.03.539", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37911", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21645, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37904, + "usage_id": 41 + }, + "0505.03.540": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3540, Besprechungsraum", "arch_name": "3540@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14808&cRes=22045&cReadonly=J", - "list_index": "360", - "op_link": "webnav.navigate_to?corg=14808", - "operator": "[ TUWIB06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37911", - "roomcode": "0505.03.540", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37949", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 22045, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14808, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37911, + "usage_id": 196 + }, + "0505.03.543": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3543, B\u00fcro", "arch_name": "3543@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=46476", - "operator": "[ TUWIB30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37949", - "roomcode": "0505.03.543", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37885", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46476, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37949, + "usage_id": 12 + }, + "0505.03.544": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3544, B\u00fcro", "arch_name": "3544@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=46476", - "operator": "[ TUWIB30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37885", - "roomcode": "0505.03.544", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=37893", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46476, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37885, + "usage_id": 12 + }, + "0505.03.545": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3545, B\u00fcro", "arch_name": "3545@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=46476", - "operator": "[ TUWIB30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37893", - "roomcode": "0505.03.545", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38066", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46476, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37893, + "usage_id": 12 + }, + "0505.03.546": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3546, B\u00fcro", "arch_name": "3546@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=46476", - "operator": "[ TUWIB30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38066", - "roomcode": "0505.03.546", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38073", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46476, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38066, + "usage_id": 12 + }, + "0505.03.547": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3547, B\u00fcro", "arch_name": "3547@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=46476", - "operator": "[ TUWIB30 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38073", - "roomcode": "0505.03.547", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=58277", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46476, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38073, + "usage_id": 12 + }, + "0505.03.548": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3548, Technik", "arch_name": "3548@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58277", - "roomcode": "0505.03.548", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64649", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58277, + "usage_id": 120 + }, + "0505.03.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3550, Besprechung", "arch_name": "3550@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=26774&cReadonly=J", - "list_index": "367", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64649", - "roomcode": "0505.03.550", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38104", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 26774, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64649, + "usage_id": 196 + }, + "0505.03.554": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3554, Sekretariat", "arch_name": "3554@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38104", - "roomcode": "0505.03.554", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38110", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38104, + "usage_id": 40 + }, + "0505.03.555": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3555, Teek\u00fcche", "arch_name": "3555@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=44724&cRes=15502&cReadonly=J", - "list_index": "369", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38110", - "roomcode": "0505.03.555", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38113", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 15502, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38110, + "usage_id": 198 + }, + "0505.03.556": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3556, B\u00fcro", "arch_name": "3556@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38113", - "roomcode": "0505.03.556", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=58302", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38113, + "usage_id": 12 + }, + "0505.03.557": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3557, Kopierer/Fax", "arch_name": "3557@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58302", - "roomcode": "0505.03.557", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64650", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58302, + "usage_id": 110 + }, + "0505.03.559": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3559, Besprechungsraum", "arch_name": "3559@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=44724&cRes=26147&cReadonly=J", - "list_index": "372", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64650", - "roomcode": "0505.03.559", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38127", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 26147, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64650, + "usage_id": 196 + }, + "0505.03.560": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3560, B\u00fcro", "arch_name": "3560@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38127", - "roomcode": "0505.03.560", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38136", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38127, + "usage_id": 12 + }, + "0505.03.562": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3562, B\u00fcro", "arch_name": "3562@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38136", - "roomcode": "0505.03.562", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64651", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38136, + "usage_id": 12 + }, + "0505.03.563": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3563, Cip-Pool", "arch_name": "3563@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64651", - "roomcode": "0505.03.563", - "usage": 213 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64652", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64651, + "usage_id": 213 + }, + "0505.03.564": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3564, B\u00fcro", "arch_name": "3564@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64652", - "roomcode": "0505.03.564", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64653", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64652, + "usage_id": 12 + }, + "0505.03.566": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3566, B\u00fcro", "arch_name": "3566@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64653", - "roomcode": "0505.03.566", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7326", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64653, + "usage_id": 12 + }, + "0505.03.567": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3567, Labor", "arch_name": "3567@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7326", - "roomcode": "0505.03.567", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64654", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7326, + "usage_id": 194 + }, + "0505.03.568": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3568, B\u00fcro", "arch_name": "3568@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=44724", - "operator": "[ TUWIB23 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64654", - "roomcode": "0505.03.568", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7332", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 44724, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64654, + "usage_id": 12 + }, + "0505.03.569": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3569, Labor", "arch_name": "3569@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7332", - "roomcode": "0505.03.569", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64655", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7332, + "usage_id": 194 + }, + "0505.03.570": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3570, B\u00fcro", "arch_name": "3570@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=47317", - "operator": "[ TUWIB36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64655", - "roomcode": "0505.03.570", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7335", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64655, + "usage_id": 12 + }, + "0505.03.571": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3571, Labor", "arch_name": "3571@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7335", - "roomcode": "0505.03.571", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64656", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7335, + "usage_id": 194 + }, + "0505.03.572": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3572, B\u00fcro", "arch_name": "3572@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=38711", - "operator": "[ TUWIZ09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64656", - "roomcode": "0505.03.572", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7338", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 38711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64656, + "usage_id": 12 + }, + "0505.03.573": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3573, Labor", "arch_name": "3573@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7338", - "roomcode": "0505.03.573", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64657", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7338, + "usage_id": 194 + }, + "0505.03.574": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3574, B\u00fcro", "arch_name": "3574@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=38711", - "operator": "[ TUWIZ09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64657", - "roomcode": "0505.03.574", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64658", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 38711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64657, + "usage_id": 12 + }, + "0505.03.575": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3575, Labor", "arch_name": "3575@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64658", - "roomcode": "0505.03.575", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64659", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64658, + "usage_id": 194 + }, + "0505.03.576A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3576, B\u00fcro", "arch_name": "3576@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=38711", - "operator": "[ TUWIZ09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64659", - "roomcode": "0505.03.576A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64660", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 38711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64659, + "usage_id": 12 + }, + "0505.03.577A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3577, Besprechungsraum", "arch_name": "3577@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=38711", - "operator": "[ TUWIZ09 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64660", - "roomcode": "0505.03.577A", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62708", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 38711, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64660, + "usage_id": 196 + }, + "0505.03.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3580, Flur", "arch_name": "3580@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62708", - "roomcode": "0505.03.580", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62709", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62708, + "usage_id": 222 + }, + "0505.03.580A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3580.1, HLS-Schacht", "arch_name": "3580.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62709", - "roomcode": "0505.03.580A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62710", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3580.2, HLS-Schacht", "arch_name": "3580.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62710", - "roomcode": "0505.03.580B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62711", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3580.3, ELT-Schacht", "arch_name": "3580.3@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62711", - "roomcode": "0505.03.580C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62707", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3581, Flur", "arch_name": "3581@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62707", - "roomcode": "0505.03.581", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62706", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62707, + "usage_id": 222 + }, + "0505.03.582": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3582, Flur", "arch_name": "3582@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62706", - "roomcode": "0505.03.582", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62712", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62706, + "usage_id": 222 + }, + "0505.03.582A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3582.1, ELT-Schacht", "arch_name": "3582.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62712", - "roomcode": "0505.03.582A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62713", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3582.2, HLS-Schacht", "arch_name": "3582.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62713", - "roomcode": "0505.03.582B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62714", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3582.3, HLS-Schacht", "arch_name": "3582.3@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62714", - "roomcode": "0505.03.582C", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64665", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3583, Flur", "arch_name": "3583@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64665", - "roomcode": "0505.03.583", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64664", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64665, + "usage_id": 222 + }, + "0505.03.584": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3584, Flur", "arch_name": "3584@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64664", - "roomcode": "0505.03.584", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64662", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64664, + "usage_id": 222 + }, + "0505.03.585": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3585, Flur", "arch_name": "3585@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64662", - "roomcode": "0505.03.585", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64661", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64662, + "usage_id": 222 + }, + "0505.03.586": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3586, Flur", "arch_name": "3586@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64661", - "roomcode": "0505.03.586", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64670", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64661, + "usage_id": 222 + }, + "0505.03.587": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3587, Technik", "arch_name": "3587@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64670", - "roomcode": "0505.03.587", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64669", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64670, + "usage_id": 160 + }, + "0505.03.588": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3588, Technik", "arch_name": "3588@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64669", - "roomcode": "0505.03.588", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62705", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64669, + "usage_id": 160 + }, + "0505.03.590": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3590, Aufzug", "arch_name": "3590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62705", - "roomcode": "0505.03.590", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62704", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62705, + "usage_id": 4 + }, + "0505.03.591": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3591, Treppenturm", "arch_name": "3591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62704", - "roomcode": "0505.03.591", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62703", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62704, + "usage_id": 223 + }, + "0505.03.593": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3593, Aufzug", "arch_name": "3593@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62703", - "roomcode": "0505.03.593", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=62702", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62703, + "usage_id": 4 + }, + "0505.03.594": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3594, Treppenhaus", "arch_name": "3594@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62702", - "roomcode": "0505.03.594", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=64663", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62702, + "usage_id": 223 + }, + "0505.03.596": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3596, Treppenraum", "arch_name": "3596@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64663", - "roomcode": "0505.03.596", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=75986", + "area_id": 23, + "building_id": 581, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75986", - "roomcode": "0505.03.598", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=62717", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4519, TB-Anlage", "arch_name": "4519@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62717", - "roomcode": "0505.04.519", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=62715", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4520, L\u00fcftungszentrale Bauteil 1", "arch_name": "4520@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62715", - "roomcode": "0505.04.520", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=62716", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4521, TB-Anlage", "arch_name": "4521@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62716", - "roomcode": "0505.04.521", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64672", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4553, L\u00fcftungszentrale Bauteil 2", "arch_name": "4553@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64672", - "roomcode": "0505.04.553", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64671", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4554, TB-Anlage", "arch_name": "4554@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64671", - "roomcode": "0505.04.554", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=62719", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4590, Aufzugmaschinenraum", "arch_name": "4590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62719", - "roomcode": "0505.04.590", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=62718", + "area_id": 23, + "building_id": 581, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62719, + "usage_id": 5 + }, + "0505.04.591": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4591, Treppenturm", "arch_name": "4591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62718", - "roomcode": "0505.04.591", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=64673", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4593, Maschinenraum", "arch_name": "4593@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64673", - "roomcode": "0505.04.593", - "usage": 5 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38049", + "area_id": 23, + "building_id": 581, + "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.EG.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0503, Studentische Arbeitspl\u00e4tze", "arch_name": "0503@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21734&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38049", - "roomcode": "0505.EG.503", - "usage": 208 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62631", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21734, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 78, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38049, + "usage_id": 208 + }, + "0505.EG.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0510, CIP-Pool", "arch_name": "0510@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21735&cReadonly=J", - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62631", - "roomcode": "0505.EG.510", - "usage": 213 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62632", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21735, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62631, + "usage_id": 213 + }, + "0505.EG.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0512, Lager", "arch_name": "0512@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62632", - "roomcode": "0505.EG.512", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38057", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62632, + "usage_id": 30 + }, + "0505.EG.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0514, Seminarraum", "arch_name": "0514@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21737&cReadonly=J", - "extended": { - "additional_description": "0514, Seminarraum", - "address": "Arcisstr. 21(0505), Erdgescho\u00df", - "architect_room_nr": "0514@0505", - "area_m2": 70.23, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "514", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38057", - "roomcode": "0505.EG.514", - "usage": 41 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38277", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21737, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38057, + "usage_id": 41 + }, + "0505.EG.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0520, Beh.-WC", "arch_name": "0520@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38277", - "roomcode": "0505.EG.520", - "usage": 117 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38294", + "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": 38277, + "usage_id": 117 + }, + "0505.EG.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0521, Putzraum", "arch_name": "0521@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38294", - "roomcode": "0505.EG.521", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62633", + "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": 38294, + "usage_id": 205 + }, + "0505.EG.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0522, WC-Herren / Wickeltisch", "arch_name": "0522@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62633", - "roomcode": "0505.EG.522", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75997", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75997", - "roomcode": "0505.EG.522A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38306", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0523, WC-Damen / Wickeltisch", "arch_name": "0523@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38306", - "roomcode": "0505.EG.523", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75996", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75996", - "roomcode": "0505.EG.523A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62634", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0530, Teek\u00fcche", "arch_name": "0530@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62634", - "roomcode": "0505.EG.530", - "usage": 198 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62901", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0534, Kleiner H\u00f6rsaal", "arch_name": "0534@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=21845&cReadonly=J", - "extended": { - "additional_description": "0534, Kleiner H\u00f6rsaal", - "address": "Arcisstr. 21(0505), Erdgescho\u00df", - "architect_room_nr": "0534@0505", - "area_m2": 96.1, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "534", - "seats": 66, - "standing_places": 0, - "wheelchair_spaces": 2, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62901", - "roomcode": "0505.EG.534", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62646", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 66, + "standing": null, + "wheelchair": 2 + }, + "tumonline_id": 62901, + "usage_id": 20 + }, + "0505.EG.536": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0536, Lager", "arch_name": "0536@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62646", - "roomcode": "0505.EG.536", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62645", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62646, + "usage_id": 30 + }, + "0505.EG.538": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0538, Lager", "arch_name": "0538@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62645", - "roomcode": "0505.EG.538", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=58091", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62645, + "usage_id": 30 + }, + "0505.EG.540": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0540, Kleiner H\u00f6rsaal", "arch_name": "0540@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=21739&cReadonly=J", - "extended": { - "additional_description": "0540, Kleiner H\u00f6rsaal", - "address": "Arcisstr. 21(0505), Erdgescho\u00df", - "architect_room_nr": "0540@0505", - "area_m2": 93.78, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "540", - "seats": 66, - "standing_places": 0, - "wheelchair_spaces": 2, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58091", - "roomcode": "0505.EG.540", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37939", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21739, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 66, + "standing": null, + "wheelchair": 2 + }, + "tumonline_id": 58091, + "usage_id": 20 + }, + "0505.EG.542": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0542, Lager", "arch_name": "0542@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37939", - "roomcode": "0505.EG.542", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7262", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37939, + "usage_id": 30 + }, + "0505.EG.544": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0544, Seminarraum", "arch_name": "0544@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=17978&cReadonly=J", - "extended": { - "additional_description": "0544, Seminarraum", - "address": "Arcisstr. 21(0505), Erdgescho\u00df", - "architect_room_nr": "0544@0505", - "area_m2": 73.42, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "544", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7262", - "roomcode": "0505.EG.544", - "usage": 41 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7273", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 17978, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7262, + "usage_id": 41 + }, + "0505.EG.548": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0548, Technik", "arch_name": "0548@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7273", - "roomcode": "0505.EG.548", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=76022", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76022", - "roomcode": "0505.EG.548A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62644", + "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": 76022, + "usage_id": 120 + }, + "0505.EG.561": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0561, Sekretariat SSZ/HR S+L / Recht", "arch_name": "0561@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62644", - "roomcode": "0505.EG.561", - "usage": 40 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64595", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62644, + "usage_id": 40 + }, + "0505.EG.563": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0563, B\u00fcro", "arch_name": "0563@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64595", - "roomcode": "0505.EG.563", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64596", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64595, + "usage_id": 12 + }, + "0505.EG.565": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0565, B\u00fcro", "arch_name": "0565@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64596", - "roomcode": "0505.EG.565", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38114", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64596, + "usage_id": 12 + }, + "0505.EG.566": { + "address": { + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38114", - "roomcode": "0505.EG.566", - "usage": 49 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75994", + "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": 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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75994", - "roomcode": "0505.EG.566A", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75992", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75992", - "roomcode": "0505.EG.566B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75995", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75995", - "roomcode": "0505.EG.566C", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75993", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75993", - "roomcode": "0505.EG.566D", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64597", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0567, B\u00fcro", "arch_name": "0567@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64597", - "roomcode": "0505.EG.567B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64598", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64597, + "usage_id": 12 + }, + "0505.EG.569A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0569, B\u00fcro", "arch_name": "0569@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64598", - "roomcode": "0505.EG.569A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64599", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64598, + "usage_id": 12 + }, + "0505.EG.571A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0571, B\u00fcro", "arch_name": "0571@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64599", - "roomcode": "0505.EG.571A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64601", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64599, + "usage_id": 12 + }, + "0505.EG.577A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0577A, B\u00fcro", "arch_name": "0577A@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14146&cRes=25501&cReadonly=J", - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64601", - "roomcode": "0505.EG.577A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66921", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25501, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14146, + "seats": { + "sitting": 31, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64601, + "usage_id": 12 + }, + "0505.EG.577B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0577B, B\u00fcro", "arch_name": "0577B@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66921", - "roomcode": "0505.EG.577B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66922", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66921, + "usage_id": 12 + }, + "0505.EG.577C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0577C, B\u00fcro", "arch_name": "0577C@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=45009", - "operator": "[ TUZVHRE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66922", - "roomcode": "0505.EG.577C", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7080", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45009, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66922, + "usage_id": 12 + }, + "0505.EG.582": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0582, Flur", "arch_name": "0582@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7080", - "roomcode": "0505.EG.582", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=62891", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0583, Foyer", "arch_name": "0583@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62891", - "roomcode": "0505.EG.583", - "usage": 15 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7084", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0584, Flur", "arch_name": "0584@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7084", - "roomcode": "0505.EG.584", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64600", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0585, Flur", "arch_name": "0585@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64600", - "roomcode": "0505.EG.585A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64602", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0587, Flur", "arch_name": "0587@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64602", - "roomcode": "0505.EG.587", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64590", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64602, + "usage_id": 222 + }, + "0505.EG.587A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0587.1, ELT. Schacht", "arch_name": "0587.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64590", - "roomcode": "0505.EG.587A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66923", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0589, Flur", "arch_name": "0589@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66923", - "roomcode": "0505.EG.589", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7011", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66923, + "usage_id": 222 + }, + "0505.EG.590": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0590, Aufzug", "arch_name": "0590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=26064&cRes=12517&cReadonly=J", - "list_index": "97", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7011", - "roomcode": "0505.EG.590", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37445", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 12517, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7011, + "usage_id": 4 + }, + "0505.EG.591": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0591, Treppenturm", "arch_name": "0591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37445", - "roomcode": "0505.EG.591", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37439", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37445, + "usage_id": 223 + }, + "0505.EG.592": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0592, Wendeltreppe", "arch_name": "0592@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37439", - "roomcode": "0505.EG.592", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37434", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0593, Aufzug", "arch_name": "0593@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37434", - "roomcode": "0505.EG.593", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37430", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0594, Eingang Treppenhaus", "arch_name": "0594@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37430", - "roomcode": "0505.EG.594", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=64603", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0595, Treppenraum Nord", "arch_name": "0595@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64603", - "roomcode": "0505.EG.595A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75998", + "area_id": 23, + "building_id": 581, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75998", - "roomcode": "0505.EG.598", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62623", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1500, Abstellraum im Turm", "arch_name": "-1500@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62623", - "roomcode": "0505.U1.500", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38016", + "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": 62623, + "usage_id": 159 + }, + "0505.U1.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1501, Server/Technik", "arch_name": "-1501@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=30352&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38016", - "roomcode": "0505.U1.501", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75989", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 30352, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75989", - "roomcode": "0505.U1.501A", - "usage": 202 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38031", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1503, Lager", "arch_name": "-1503@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38031", - "roomcode": "0505.U1.503", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75988", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75988", - "roomcode": "0505.U1.503A", - "usage": 108 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57061", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1507, Lager", "arch_name": "-1507@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57061", - "roomcode": "0505.U1.507", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57191", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57061, + "usage_id": 30 + }, + "0505.U1.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1509, Lager", "arch_name": "-1509@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57191", - "roomcode": "0505.U1.509", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57206", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57191, + "usage_id": 30 + }, + "0505.U1.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1510, B\u00fcro", "arch_name": "-1510@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57206", - "roomcode": "0505.U1.510", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37870", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57206, + "usage_id": 12 + }, + "0505.U1.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1511, Lager", "arch_name": "-1511@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37870", - "roomcode": "0505.U1.511", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57338", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37870, + "usage_id": 30 + }, + "0505.U1.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1512, Umkleide", "arch_name": "-1512@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57338", - "roomcode": "0505.U1.512", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57351", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57338, + "usage_id": 121 + }, + "0505.U1.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1513, L\u00fcftungsaggregat", "arch_name": "-1513@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57351", - "roomcode": "0505.U1.513", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62627", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1514, B\u00fcro", "arch_name": "-1514@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62627", - "roomcode": "0505.U1.514", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37901", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62627, + "usage_id": 12 + }, + "0505.U1.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1515, Lager", "arch_name": "-1515@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37901", - "roomcode": "0505.U1.515", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=57485", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37901, + "usage_id": 30 + }, + "0505.U1.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1516, Aufenthalt", "arch_name": "-1516@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57485", - "roomcode": "0505.U1.516", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37907", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37585, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57485, + "usage_id": 44 + }, + "0505.U1.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1517, Umkleide-Damen", "arch_name": "-1517@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37907", - "roomcode": "0505.U1.517", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62628", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1517A, WC-Damen mit Dusche", "arch_name": "-1517A@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62628", - "roomcode": "0505.U1.517A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37910", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62628, + "usage_id": 116 + }, + "0505.U1.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1518, Teek\u00fcche", "arch_name": "-1518@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37910", - "roomcode": "0505.U1.518", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37974", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1519, Umkleide-Herren", "arch_name": "-1519@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37974", - "roomcode": "0505.U1.519", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39908", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1520, WC-Herren mit Dusche", "arch_name": "-1520@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39908", - "roomcode": "0505.U1.520", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37805", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39908, + "usage_id": 115 + }, + "0505.U1.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1530, Werkbankraum", "arch_name": "-1530@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37805", - "roomcode": "0505.U1.530", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62889", + "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": 37805, + "usage_id": 51 + }, + "0505.U1.536": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1536, Werkstatt", "arch_name": "-1536@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62889", - "roomcode": "0505.U1.536", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62890", + "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": 62889, + "usage_id": 107 + }, + "0505.U1.542": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1542, Werkstatt", "arch_name": "-1542@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62890", - "roomcode": "0505.U1.542", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62629", + "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": 62890, + "usage_id": 107 + }, + "0505.U1.545": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1545, Technik/ELT", "arch_name": "-1545@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62629", - "roomcode": "0505.U1.545", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62985", + "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": 62629, + "usage_id": 160 + }, + "0505.U1.547": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1547, Heizg./Brauchw.", "arch_name": "-1547@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62985", - "roomcode": "0505.U1.547", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37814", + "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": 62985, + "usage_id": 201 + }, + "0505.U1.548": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1548, Technik/ELT", "arch_name": "-1548@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37814", - "roomcode": "0505.U1.548", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62630", + "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": 37814, + "usage_id": 160 + }, + "0505.U1.549": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1549, Installationsschacht", "arch_name": "-1549@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62630", - "roomcode": "0505.U1.549", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62986", + "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": 62630, + "usage_id": 120 + }, + "0505.U1.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1550, Heizung", "arch_name": "-1550@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62986", - "roomcode": "0505.U1.550", - "usage": 54 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=67298", + "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": 62986, + "usage_id": 54 + }, + "0505.U1.551A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1551, Raum nicht nutzbar", "arch_name": "-1551@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67298", - "roomcode": "0505.U1.551A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64522", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1558, wg. Brandschutz nicht nutzbar", "arch_name": "-1558@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64522", - "roomcode": "0505.U1.558", - "usage": 54 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64528", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64522, + "usage_id": 54 + }, + "0505.U1.561": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1561, B\u00fcro", "arch_name": "-1561@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64528", - "roomcode": "0505.U1.561", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64529", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64528, + "usage_id": 12 + }, + "0505.U1.563": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1563, B\u00fcro", "arch_name": "-1563@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64529", - "roomcode": "0505.U1.563", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64523", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64529, + "usage_id": 12 + }, + "0505.U1.564": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1564, wg. Brandschutz nicht nutzbar", "arch_name": "-1564@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64523", - "roomcode": "0505.U1.564", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64530", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1565, B\u00fcro", "arch_name": "-1565@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64530", - "roomcode": "0505.U1.565", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64524", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64530, + "usage_id": 12 + }, + "0505.U1.566": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1566, TB-Anlage", "arch_name": "-1566@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64524", - "roomcode": "0505.U1.566", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38145", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64524, + "usage_id": 120 + }, + "0505.U1.567": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1567, B\u00fcro", "arch_name": "-1567@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38145", - "roomcode": "0505.U1.567", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64592", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38145, + "usage_id": 12 + }, + "0505.U1.568": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1568, Server/Technik", "arch_name": "-1568@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64592", - "roomcode": "0505.U1.568", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38153", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64592, + "usage_id": 207 + }, + "0505.U1.569": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1569, B\u00fcro", "arch_name": "-1569@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38153", - "roomcode": "0505.U1.569", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38157", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38153, + "usage_id": 12 + }, + "0505.U1.570": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1570, Lager", "arch_name": "-1570@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38157", - "roomcode": "0505.U1.570", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75990", + "area_id": 23, + "building_id": 581, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75990", - "roomcode": "0505.U1.570A", - "usage": 202 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75991", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75991", - "roomcode": "0505.U1.571A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38169", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1572, Teek\u00fcche", "arch_name": "-1572@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14146", - "operator": "[ TUZESSZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38169", - "roomcode": "0505.U1.572", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38042", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1575, B\u00fcro", "arch_name": "-1575@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38042", - "roomcode": "0505.U1.575", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64593", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38042, + "usage_id": 12 + }, + "0505.U1.576": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1576, WC-Damen", "arch_name": "-1576@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64593", - "roomcode": "0505.U1.576", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64591", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64593, + "usage_id": 116 + }, + "0505.U1.577": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1577, B\u00fcro", "arch_name": "-1577@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14411", - "operator": "[ TUZESSB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64591", - "roomcode": "0505.U1.577", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64594", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14411, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64591, + "usage_id": 12 + }, + "0505.U1.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1580, WC-Herren", "arch_name": "-1580@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64594", - "roomcode": "0505.U1.580", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62624", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64594, + "usage_id": 115 + }, + "0505.U1.583A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1583.1, Flur v. Werkstattb\u00fcro", "arch_name": "-1583.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62624", - "roomcode": "0505.U1.583A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62625", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62624, + "usage_id": 222 + }, + "0505.U1.583B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1583.2, Flur v. Werkstattb\u00fcro", "arch_name": "-1583.2@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62625", - "roomcode": "0505.U1.583B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64526", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62625, + "usage_id": 222 + }, + "0505.U1.588": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1588, Flur", "arch_name": "-1588@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64526", - "roomcode": "0505.U1.588", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64525", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64526, + "usage_id": 222 + }, + "0505.U1.588A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1588.1, ELT Schacht", "arch_name": "-1588.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64525", - "roomcode": "0505.U1.588A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62987", + "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": 64525, + "usage_id": 120 + }, + "0505.U1.589": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1589, wg. Brandschutz nicht nutzbar", "arch_name": "-1589@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62987", - "roomcode": "0505.U1.589", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62622", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1590, Aufzug", "arch_name": "-1590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62622", - "roomcode": "0505.U1.590", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62621", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62622, + "usage_id": 4 + }, + "0505.U1.591": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1591, Treppenturm", "arch_name": "-1591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62621", - "roomcode": "0505.U1.591", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62626", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62621, + "usage_id": 223 + }, + "0505.U1.592": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1592, Wendeltreppe", "arch_name": "-1592@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62626", - "roomcode": "0505.U1.592", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62984", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1593, Aufzug", "arch_name": "-1593@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62984", - "roomcode": "0505.U1.593", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=62983", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62984, + "usage_id": 4 + }, + "0505.U1.594": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1594, Treppenhaus", "arch_name": "-1594@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62983", - "roomcode": "0505.U1.594", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64527", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62983, + "usage_id": 223 + }, + "0505.U1.595": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1595, Treppenraum Nord", "arch_name": "-1595@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64527", - "roomcode": "0505.U1.595", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62635", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z503, Studentische Arbeitspl\u00e4tze", "arch_name": "Z503@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21727&cReadonly=J", - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62635", - "roomcode": "0505.Z1.503Z", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62643", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21727, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 77, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62635, + "usage_id": 208 + }, + "0505.Z1.510A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z510A, ELT-Schacht", "arch_name": "Z510A@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62643", - "roomcode": "0505.Z1.510A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62647", + "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": 62643, + "usage_id": 120 + }, + "0505.Z1.510B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z510B, ELT-Schacht", "arch_name": "Z510B@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62647", - "roomcode": "0505.Z1.510B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62636", + "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": 62647, + "usage_id": 120 + }, + "0505.Z1.510Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z510, CIP-Pool", "arch_name": "Z510@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21729&cReadonly=J", - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62636", - "roomcode": "0505.Z1.510Z", - "usage": 213 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62657", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21729, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62636, + "usage_id": 213 + }, + "0505.Z1.521Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z521, Putzraum", "arch_name": "Z521@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62657", - "roomcode": "0505.Z1.521Z", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62655", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62657, + "usage_id": 205 + }, + "0505.Z1.522Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z522, WC-Herren", "arch_name": "Z522@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62655", - "roomcode": "0505.Z1.522Z", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62656", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62655, + "usage_id": 115 + }, + "0505.Z1.523Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z523, WC-Damen", "arch_name": "Z523@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62656", - "roomcode": "0505.Z1.523Z", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76000", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62656, + "usage_id": 116 + }, + "0505.Z1.524Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z524, Vorraum WC-H", "arch_name": "Z524@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76000", - "roomcode": "0505.Z1.524Z", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=75999", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76000, + "usage_id": 118 + }, + "0505.Z1.525Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z525, Vorraum WC-D", "arch_name": "Z525@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75999", - "roomcode": "0505.Z1.525Z", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62654", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62654", - "roomcode": "0505.Z1.530Z", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62637", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z532, Seminarraum", "arch_name": "Z532@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21728&cReadonly=J", - "extended": { - "additional_description": "Z532, Seminarraum", - "address": "Arcisstr. 21(0505), 1.Zwischengescho\u00df", - "architect_room_nr": "Z532@0505", - "area_m2": 69.19, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "532Z", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62637", - "roomcode": "0505.Z1.532Z", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62638", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21728, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62637, + "usage_id": 41 + }, + "0505.Z1.534Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z534, Seminarraum", "arch_name": "Z534@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21731&cReadonly=J", - "extended": { - "additional_description": "Z534, Seminarraum", - "address": "Arcisstr. 21(0505), 1.Zwischengescho\u00df", - "architect_room_nr": "Z534@0505", - "area_m2": 69.59, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "534Z", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62638", - "roomcode": "0505.Z1.534Z", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62639", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21731, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62638, + "usage_id": 41 + }, + "0505.Z1.536Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z536, Seminarraum", "arch_name": "Z536@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21732&cReadonly=J", - "extended": { - "additional_description": "Z536, Seminarraum", - "address": "Arcisstr. 21(0505), 1.Zwischengescho\u00df", - "architect_room_nr": "Z536@0505", - "area_m2": 69.75, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "536Z", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62639", - "roomcode": "0505.Z1.536Z", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62640", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21732, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62639, + "usage_id": 41 + }, + "0505.Z1.538Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z538, Seminarraum", "arch_name": "Z538@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=21733&cReadonly=J", - "extended": { - "additional_description": "Z538, Seminarraum", - "address": "Arcisstr. 21(0505), 1.Zwischengescho\u00df", - "architect_room_nr": "Z538@0505", - "area_m2": 70.09, - "building": "0505 (Z5) Wirtschaftswissenschaften", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "538Z", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62640", - "roomcode": "0505.Z1.538Z", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62641", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 21733, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62640, + "usage_id": 41 + }, + "0505.Z1.548Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z548, Technik", "arch_name": "Z548@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62641", - "roomcode": "0505.Z1.548Z", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64604", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62641, + "usage_id": 120 + }, + "0505.Z1.559Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z559, B\u00fcro", "arch_name": "Z559@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64604", - "roomcode": "0505.Z1.559Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64605", - "alt_name": "Z561, B\u00fcro", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64604, + "usage_id": 12 + }, + "0505.Z1.561Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Z561, B\u00fcro", "arch_name": "Z561@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64605", - "roomcode": "0505.Z1.561Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64606", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64605, + "usage_id": 12 + }, + "0505.Z1.563Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z563, B\u00fcro", "arch_name": "Z563@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64606", - "roomcode": "0505.Z1.563Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64613", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64606, + "usage_id": 12 + }, + "0505.Z1.565Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z565, B\u00fcro", "arch_name": "Z565@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64613", - "roomcode": "0505.Z1.565Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64607", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64613, + "usage_id": 12 + }, + "0505.Z1.567Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z567, B\u00fcro", "arch_name": "Z567@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64607", - "roomcode": "0505.Z1.567Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64608", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64607, + "usage_id": 12 + }, + "0505.Z1.569Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z569, B\u00fcro", "arch_name": "Z569@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64608", - "roomcode": "0505.Z1.569Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64609", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64608, + "usage_id": 12 + }, + "0505.Z1.575Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z575, B\u00fcro", "arch_name": "Z575@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64609", - "roomcode": "0505.Z1.575Z", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64610", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64609, + "usage_id": 12 + }, + "0505.Z1.577Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z577, Besprechungsraum", "arch_name": "Z577@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": "tvKalender.wSicht?cOrg=44544&cRes=25524&cReadonly=J", - "list_index": "126", - "op_link": "webnav.navigate_to?corg=44544", - "operator": "[ TUWIB21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64610", - "roomcode": "0505.Z1.577Z", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62650", + "area_id": 23, + "building_id": 581, + "calendar_resource_nr": 25524, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 44544, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64610, + "usage_id": 196 + }, + "0505.Z1.582Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z582, Flur", "arch_name": "Z582@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62650", - "roomcode": "0505.Z1.582Z", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62892", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z583, Foyer", "arch_name": "Z583@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62892", - "roomcode": "0505.Z1.583Z", - "usage": 15 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62649", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z584, Flur", "arch_name": "Z584@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62649", - "roomcode": "0505.Z1.584Z", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62648", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z585, Flur", "arch_name": "Z585@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62648", - "roomcode": "0505.Z1.585Z", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64768", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z587.1, Technik ELT", "arch_name": "Z587.1@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64768", - "roomcode": "0505.Z1.587A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64612", + "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": 64768, + "usage_id": 120 + }, + "0505.Z1.587Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z587, Flur", "arch_name": "Z587@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64612", - "roomcode": "0505.Z1.587Z", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62653", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64612, + "usage_id": 222 + }, + "0505.Z1.590Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z590, Aufzug", "arch_name": "Z590@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62653", - "roomcode": "0505.Z1.590Z", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62652", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62653, + "usage_id": 4 + }, + "0505.Z1.591Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z591, Treppenturm", "arch_name": "Z591@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62652", - "roomcode": "0505.Z1.591Z", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62651", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62652, + "usage_id": 223 + }, + "0505.Z1.592Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z592, Wendeltreppe", "arch_name": "Z592@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62651", - "roomcode": "0505.Z1.592Z", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62761", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z593, Aufzug", "arch_name": "Z593@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62761", - "roomcode": "0505.Z1.593Z", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62760", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62761, + "usage_id": 4 + }, + "0505.Z1.594Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z594, Treppenhaus", "arch_name": "Z594@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62760", - "roomcode": "0505.Z1.594Z", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=64611", + "area_id": 23, + "building_id": 581, + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z595, Treppenraum Nord", "arch_name": "Z595@0505", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64611", - "roomcode": "0505.Z1.595Z", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76004", + "area_id": 23, + "building_id": 581, + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76004", - "roomcode": "0505.Z1.987", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76005", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76005", - "roomcode": "0505.Z1.988", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76006", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76006", - "roomcode": "0505.Z1.989", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76007", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76007", - "roomcode": "0505.Z1.990", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76008", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76008", - "roomcode": "0505.Z1.991", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76001", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76001", - "roomcode": "0505.Z1.994", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76002", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76002", - "roomcode": "0505.Z1.995", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76003", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76003", - "roomcode": "0505.Z1.996", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=76009", + "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", - "b_area_id": 23, - "b_filter_id": 581, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=76009", - "roomcode": "0505.Z1.999", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7365", + "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": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Theresianum, 1601, H\u00f6rsaal eben, ohne exp. B\u00fchne", "arch_name": "1601@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12511&cReadonly=J", - "extended": { - "additional_description": "Theresianum, 1601, H\u00f6rsaal eben, ohne exp. B\u00fchne", - "address": "Arcisstr. 21(0506), 1.Obergescho\u00df", - "architect_room_nr": "1601@0506", - "area_m2": 94.36, - "building": "0506 (Z6) Theresianum", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "601", - "seats": 85, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7365", - "roomcode": "0506.01.601", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38474", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 12511, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 85, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7365, + "usage_id": 20 + }, + "0506.01.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1602, Treppenraum", "arch_name": "1602@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38474", - "roomcode": "0506.01.602", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7367", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38474, + "usage_id": 223 + }, + "0506.01.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1603, Bibliothek", "arch_name": "1603@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7367", - "roomcode": "0506.01.603", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68618", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7367, + "usage_id": 10 + }, + "0506.01.603A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1603A, Treppe", "arch_name": "1603A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68618", - "roomcode": "0506.01.603A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=71013", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68618, + "usage_id": 223 + }, + "0506.01.603B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1603B, Galerie", "arch_name": "1603B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71013", - "roomcode": "0506.01.603B", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=70982", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71013, + "usage_id": 206 + }, + "0506.01.603C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1603C, Treppe", "arch_name": "1603C@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70982", - "roomcode": "0506.01.603C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38484", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70982, + "usage_id": 223 + }, + "0506.01.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1604, Flur 4", "arch_name": "1604@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38484", - "roomcode": "0506.01.604", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38491", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38484, + "usage_id": 222 + }, + "0506.01.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1605, Besprechung", "arch_name": "1605@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15045&cRes=18480&cReadonly=J", - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38491", - "roomcode": "0506.01.605", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68613", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 18480, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38491, + "usage_id": 196 + }, + "0506.01.605B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1605B, Galerie", "arch_name": "1605B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68613", - "roomcode": "0506.01.605B", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38497", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68613, + "usage_id": 206 + }, + "0506.01.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1607, Computerraum mit Galerie", "arch_name": "1607@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38497", - "roomcode": "0506.01.607", - "usage": 213 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68621", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15045, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38497, + "usage_id": 213 + }, + "0506.01.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1607A, Treppe", "arch_name": "1607A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68621", - "roomcode": "0506.01.607A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68614", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68621, + "usage_id": 223 + }, + "0506.01.607B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1607B, Galerie", "arch_name": "1607B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68614", - "roomcode": "0506.01.607B", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=70983", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68614, + "usage_id": 206 + }, + "0506.01.607C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1607C, Treppe", "arch_name": "1607C@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70983", - "roomcode": "0506.01.607C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38502", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70983, + "usage_id": 223 + }, + "0506.01.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1608, Flur 3", "arch_name": "1608@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38502", - "roomcode": "0506.01.608", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38350", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38502, + "usage_id": 222 + }, + "0506.01.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1609, Seminarraum", "arch_name": "1609@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=51577&cRes=20297&cReadonly=J", - "extended": { - "additional_description": "1609, Seminarraum", - "address": "Arcisstr. 21(0506), 1.Obergescho\u00df", - "architect_room_nr": "1609@0506", - "area_m2": 62.96, - "building": "0506 (Z6) Theresianum", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "609", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38350", - "roomcode": "0506.01.609", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68615", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 20297, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51577, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38350, + "usage_id": 41 + }, + "0506.01.609A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1609A, Treppe", "arch_name": "1609A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68615", - "roomcode": "0506.01.609A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68611", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68615, + "usage_id": 223 + }, + "0506.01.609B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1609B, Seminarraum", "arch_name": "1609B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=51577&cRes=33172&cReadonly=J", - "extended": { - "additional_description": "1609B, Seminarraum", - "address": "Arcisstr. 21(0506), 1.Obergescho\u00df", - "architect_room_nr": "1609B@0506", - "area_m2": 43.91, - "building": "0506 (Z6) Theresianum", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "609B", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68611", - "roomcode": "0506.01.609B", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=70981", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 33172, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68611, + "usage_id": 41 + }, + "0506.01.609C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1609C, Treppe", "arch_name": "1609C@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70981", - "roomcode": "0506.01.609C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38357", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70981, + "usage_id": 223 + }, + "0506.01.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1610, Treppenraum", "arch_name": "1610@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38357", - "roomcode": "0506.01.610", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7380", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38357, + "usage_id": 223 + }, + "0506.01.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1612, Prof.-B\u00fcro", "arch_name": "1612@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7380", - "roomcode": "0506.01.612", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7451", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7380, + "usage_id": 12 + }, + "0506.01.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1613, B\u00fcro", "arch_name": "1613@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7451", - "roomcode": "0506.01.613", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7452", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7451, + "usage_id": 12 + }, + "0506.01.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1614, Prof.-B\u00fcro", "arch_name": "1614@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7452", - "roomcode": "0506.01.614", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7453", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7452, + "usage_id": 12 + }, + "0506.01.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1615, B\u00fcro", "arch_name": "1615@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7453", - "roomcode": "0506.01.615", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38608", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7453, + "usage_id": 12 + }, + "0506.01.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1616, B\u00fcro", "arch_name": "1616@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38608", - "roomcode": "0506.01.616", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7456", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38608, + "usage_id": 12 + }, + "0506.01.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1617, B\u00fcro", "arch_name": "1617@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7456", - "roomcode": "0506.01.617", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7460", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7456, + "usage_id": 12 + }, + "0506.01.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1618, B\u00fcro", "arch_name": "1618@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7460", - "roomcode": "0506.01.618", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7466", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7460, + "usage_id": 12 + }, + "0506.01.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1619, B\u00fcro", "arch_name": "1619@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7466", - "roomcode": "0506.01.619", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=7469", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7466, + "usage_id": 12 + }, + "0506.01.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1620, B\u00fcro", "arch_name": "1620@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7469", - "roomcode": "0506.01.620", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=65134", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7469, + "usage_id": 12 + }, + "0506.01.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1621, B\u00fcro", "arch_name": "1621@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65134", - "roomcode": "0506.01.621", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38644", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65134, + "usage_id": 12 + }, + "0506.01.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1622, WC-Herren", "arch_name": "1622@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38644", - "roomcode": "0506.01.622", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38648", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38644, + "usage_id": 115 + }, + "0506.01.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1623, WC-Damen", "arch_name": "1623@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38648", - "roomcode": "0506.01.623", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38655", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38648, + "usage_id": 116 + }, + "0506.01.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1625, Flur 1", "arch_name": "1625@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38655", - "roomcode": "0506.01.625", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38660", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38655, + "usage_id": 222 + }, + "0506.01.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1630, Flur 2", "arch_name": "1630@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38660", - "roomcode": "0506.01.630", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38665", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38660, + "usage_id": 222 + }, + "0506.01.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1631, Installation", "arch_name": "1631@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38665", - "roomcode": "0506.01.631", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=38669", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38665, + "usage_id": 120 + }, + "0506.01.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1632, Raumlufttechnik", "arch_name": "1632@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38669", - "roomcode": "0506.01.632", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=68617", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38669, + "usage_id": 32 + }, + "0506.01.634": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1634, Personenaufzug", "arch_name": "1634@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68617", - "roomcode": "0506.01.634", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7501", + "area_id": 23, + "building_id": 582, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68617, + "usage_id": 4 + }, + "0506.02.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2601, \u00dcbungsraum", "arch_name": "2601@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15033&cReadonly=J", - "extended": { - "additional_description": "2601, \u00dcbungsraum", - "address": "Arcisstr. 21(0506), 2.Obergescho\u00df", - "architect_room_nr": "2601@0506", - "area_m2": 93.96, - "building": "0506 (Z6) Theresianum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "601", - "seats": 38, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7501", - "roomcode": "0506.02.601", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=70985", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 15033, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 38, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7501, + "usage_id": 131 + }, + "0506.02.601A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2601A, Treppe", "arch_name": "2601A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70985", - "roomcode": "0506.02.601A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38678", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70985, + "usage_id": 223 + }, + "0506.02.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2602, Treppenraum", "arch_name": "2602@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38678", - "roomcode": "0506.02.602", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38680", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38678, + "usage_id": 223 + }, + "0506.02.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2604, Flur", "arch_name": "2604@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38680", - "roomcode": "0506.02.604", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38683", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38680, + "usage_id": 222 + }, + "0506.02.604A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2604A, Flur", "arch_name": "2604A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38683", - "roomcode": "0506.02.604A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38687", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38683, + "usage_id": 222 + }, + "0506.02.604B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2604B, Flur", "arch_name": "2604B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38687", - "roomcode": "0506.02.604B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38508", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38687, + "usage_id": 222 + }, + "0506.02.604C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2604C, Flur", "arch_name": "2604C@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38508", - "roomcode": "0506.02.604C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7444", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38508, + "usage_id": 222 + }, + "0506.02.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2605, \u00dcbungsraum", "arch_name": "2605@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15027&cReadonly=J", - "extended": { - "additional_description": "2605, \u00dcbungsraum", - "address": "Arcisstr. 21(0506), 2.Obergescho\u00df", - "architect_room_nr": "2605@0506", - "area_m2": 129.56, - "building": "0506 (Z6) Theresianum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "605", - "seats": 54, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7444", - "roomcode": "0506.02.605", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=70986", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 15027, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 54, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7444, + "usage_id": 131 + }, + "0506.02.605A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2605A, Treppe", "arch_name": "2605A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70986", - "roomcode": "0506.02.605A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7446", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70986, + "usage_id": 223 + }, + "0506.02.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Theresianum, 2607, Seminarraum", "arch_name": "2607@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15028&cReadonly=J", - "extended": { - "additional_description": "Theresianum, 2607, Seminarraum", - "address": "Arcisstr. 21(0506), 2.Obergescho\u00df", - "architect_room_nr": "2607@0506", - "area_m2": 62.19, - "building": "0506 (Z6) Theresianum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "607", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7446", - "roomcode": "0506.02.607", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=70988", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 15028, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7446, + "usage_id": 41 + }, + "0506.02.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2607A, Treppe", "arch_name": "2607A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70988", - "roomcode": "0506.02.607A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7450", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70988, + "usage_id": 223 + }, + "0506.02.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2609, \u00dcbungsraum", "arch_name": "2609@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15101&cRes=15029&cReadonly=J", - "extended": { - "additional_description": "2609, \u00dcbungsraum", - "address": "Arcisstr. 21(0506), 2.Obergescho\u00df", - "architect_room_nr": "2609@0506", - "area_m2": 61.85, - "building": "0506 (Z6) Theresianum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "609", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7450", - "roomcode": "0506.02.609", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=70987", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 15029, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7450, + "usage_id": 131 + }, + "0506.02.609A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2609A, Treppe", "arch_name": "2609A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70987", - "roomcode": "0506.02.609A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38541", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70987, + "usage_id": 223 + }, + "0506.02.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2610, Treppenraum", "arch_name": "2610@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38541", - "roomcode": "0506.02.610", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7626", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38541, + "usage_id": 223 + }, + "0506.02.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2611, B\u00fcro", "arch_name": "2611@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7626", - "roomcode": "0506.02.611", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7627", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7626, + "usage_id": 12 + }, + "0506.02.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2612, B\u00fcro", "arch_name": "2612@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15102", - "operator": "[ TULRSGD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7627", - "roomcode": "0506.02.612", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7628", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15102, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7627, + "usage_id": 12 + }, + "0506.02.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2613, B\u00fcro", "arch_name": "2613@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7628", - "roomcode": "0506.02.613", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7630", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7628, + "usage_id": 12 + }, + "0506.02.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2614, B\u00fcro", "arch_name": "2614@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7630", - "roomcode": "0506.02.614", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7539", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7630, + "usage_id": 12 + }, + "0506.02.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2615, B\u00fcro", "arch_name": "2615@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15102", - "operator": "[ TULRSGD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7539", - "roomcode": "0506.02.615", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=19749", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15102, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7539, + "usage_id": 12 + }, + "0506.02.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2617, Elektroniklabor", "arch_name": "2617@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19749", - "roomcode": "0506.02.617", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7541", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15101, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19749, + "usage_id": 103 + }, + "0506.02.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2618, B\u00fcro", "arch_name": "2618@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15101&cRes=22620&cReadonly=J", - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7541", - "roomcode": "0506.02.618", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7542", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 22620, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7541, + "usage_id": 12 + }, + "0506.02.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2619, \u00dcbungsraum", "arch_name": "2619@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15102&cRes=18964&cReadonly=J", - "extended": { - "additional_description": "2619, \u00dcbungsraum", - "address": "Arcisstr. 21(0506), 2.Obergescho\u00df", - "architect_room_nr": "2619@0506", - "area_m2": 23.04, - "building": "0506 (Z6) Theresianum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "619", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15102", - "operator": "[ TULRSGD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7542", - "roomcode": "0506.02.619", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7569", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 18964, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15102, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7542, + "usage_id": 131 + }, + "0506.02.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2620, B\u00fcro", "arch_name": "2620@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7569", - "roomcode": "0506.02.620", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7570", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7569, + "usage_id": 12 + }, + "0506.02.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2621, B\u00fcro", "arch_name": "2621@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7570", - "roomcode": "0506.02.621", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38795", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7570, + "usage_id": 12 + }, + "0506.02.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2622, WC-Herren", "arch_name": "2622@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38795", - "roomcode": "0506.02.622", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38800", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38795, + "usage_id": 115 + }, + "0506.02.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2623, WC-Damen", "arch_name": "2623@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38800", - "roomcode": "0506.02.623", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38804", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38800, + "usage_id": 116 + }, + "0506.02.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2625, Lager", "arch_name": "2625@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38804", - "roomcode": "0506.02.625", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38810", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38804, + "usage_id": 30 + }, + "0506.02.626": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2626, Metallwerkst\u00e4tte fein", "arch_name": "2626@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38810", - "roomcode": "0506.02.626", - "usage": 108 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38814", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38810, + "usage_id": 108 + }, + "0506.02.628": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2628, Lager", "arch_name": "2628@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38814", - "roomcode": "0506.02.628", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38820", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38814, + "usage_id": 30 + }, + "0506.02.629": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2629, Lager", "arch_name": "2629@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38820", - "roomcode": "0506.02.629", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38825", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38820, + "usage_id": 30 + }, + "0506.02.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2630, Flur 1", "arch_name": "2630@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38825", - "roomcode": "0506.02.630", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=70984", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38825, + "usage_id": 222 + }, + "0506.02.630A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2630A, Flur", "arch_name": "2630A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70984", - "roomcode": "0506.02.630A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38830", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70984, + "usage_id": 222 + }, + "0506.02.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2631, Installation", "arch_name": "2631@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38830", - "roomcode": "0506.02.631", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38834", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38830, + "usage_id": 120 + }, + "0506.02.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2632, Installation", "arch_name": "2632@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38834", - "roomcode": "0506.02.632", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38841", + "area_id": 23, + "building_id": 582, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38834, + "usage_id": 120 + }, + "0506.03.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3601, Galerie", "arch_name": "3601@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38841", - "roomcode": "0506.03.601", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38842", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38841, + "usage_id": 206 + }, + "0506.03.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3602, Treppenraum", "arch_name": "3602@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38842", - "roomcode": "0506.03.602", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38854", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38842, + "usage_id": 223 + }, + "0506.03.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3604, Flur 2", "arch_name": "3604@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38854", - "roomcode": "0506.03.604", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38856", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38854, + "usage_id": 222 + }, + "0506.03.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3605, Galerie", "arch_name": "3605@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38856", - "roomcode": "0506.03.605", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7597", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38856, + "usage_id": 206 + }, + "0506.03.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3607, Galerie", "arch_name": "3607@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7597", - "roomcode": "0506.03.607", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38862", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7597, + "usage_id": 206 + }, + "0506.03.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3609, Galerie", "arch_name": "3609@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15101&cRes=21002&cReadonly=J", - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38862", - "roomcode": "0506.03.609", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7600", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 21002, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38862, + "usage_id": 206 + }, + "0506.03.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3610, Prof.-B\u00fcro", "arch_name": "3610@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15101&cRes=23267&cReadonly=J", - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7600", - "roomcode": "0506.03.610", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38866", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 23267, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7600, + "usage_id": 12 + }, + "0506.03.610A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3610A, Treppenraum", "arch_name": "3610A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38866", - "roomcode": "0506.03.610A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7605", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38866, + "usage_id": 223 + }, + "0506.03.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3611, B\u00fcro", "arch_name": "3611@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7605", - "roomcode": "0506.03.611", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7613", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7605, + "usage_id": 12 + }, + "0506.03.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3612, B\u00fcro", "arch_name": "3612@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7613", - "roomcode": "0506.03.612", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7618", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7613, + "usage_id": 12 + }, + "0506.03.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3614, B\u00fcro", "arch_name": "3614@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15101&cRes=20137&cReadonly=J", - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7618", - "roomcode": "0506.03.614", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7621", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 20137, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7618, + "usage_id": 12 + }, + "0506.03.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3615, B\u00fcro", "arch_name": "3615@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7621", - "roomcode": "0506.03.615", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38702", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7621, + "usage_id": 12 + }, + "0506.03.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3617, Besprechungsraum", "arch_name": "3617@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38702", - "roomcode": "0506.03.617", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7625", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38702, + "usage_id": 196 + }, + "0506.03.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3618, B\u00fcro", "arch_name": "3618@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=15102&cRes=23265&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15102", - "operator": "[ TULRSGD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7625", - "roomcode": "0506.03.618", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7543", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 23265, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15102, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7625, + "usage_id": 12 + }, + "0506.03.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3619, B\u00fcro", "arch_name": "3619@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15102", - "operator": "[ TULRSGD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7543", - "roomcode": "0506.03.619", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7547", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15102, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7543, + "usage_id": 12 + }, + "0506.03.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3620, B\u00fcro", "arch_name": "3620@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15102", - "operator": "[ TULRSGD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7547", - "roomcode": "0506.03.620", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7549", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15102, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7547, + "usage_id": 12 + }, + "0506.03.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3621, B\u00fcro", "arch_name": "3621@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7549", - "roomcode": "0506.03.621", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38969", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7549, + "usage_id": 12 + }, + "0506.03.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3622, WC-Herren", "arch_name": "3622@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38969", - "roomcode": "0506.03.622", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38976", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38969, + "usage_id": 115 + }, + "0506.03.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3623, WC-Damen", "arch_name": "3623@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38976", - "roomcode": "0506.03.623", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38993", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38976, + "usage_id": 116 + }, + "0506.03.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3625, EDV-Raum", "arch_name": "3625@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38993", - "roomcode": "0506.03.625", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38999", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38993, + "usage_id": 207 + }, + "0506.03.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3630, Flur", "arch_name": "3630@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38999", - "roomcode": "0506.03.630", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39003", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38999, + "usage_id": 222 + }, + "0506.03.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3631, Installation", "arch_name": "3631@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39003", - "roomcode": "0506.03.631", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39008", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39003, + "usage_id": 120 + }, + "0506.03.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3632, Installation", "arch_name": "3632@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39008", - "roomcode": "0506.03.632", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39017", + "area_id": 23, + "building_id": 582, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39008, + "usage_id": 120 + }, + "0506.04.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4620, Aufzugsmaschinenraum", "arch_name": "4620@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39017", - "roomcode": "0506.04.620", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39022", + "area_id": 23, + "building_id": 582, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39017, + "usage_id": 5 + }, + "0506.04.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4621, Heizung u. Brauchwassererw\u00e4rmung", "arch_name": "4621@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39022", - "roomcode": "0506.04.621", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39029", + "area_id": 23, + "building_id": 582, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39022, + "usage_id": 201 + }, + "0506.04.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4630, Flur", "arch_name": "4630@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39029", - "roomcode": "0506.04.630", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39036", + "area_id": 23, + "building_id": 582, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39029, + "usage_id": 222 + }, + "0506.04.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4631, Installation", "arch_name": "4631@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39036", - "roomcode": "0506.04.631", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39040", + "area_id": 23, + "building_id": 582, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39036, + "usage_id": 120 + }, + "0506.04.650": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4650, Flucht- / Dachterrasse (Reinigen)", "arch_name": "4650@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39040", - "roomcode": "0506.04.650", - "usage": 137 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=70980", + "area_id": 23, + "building_id": 582, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39040, + "usage_id": 137 + }, + "0506.04.699B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4699B, Sonstige Luftfl\u00e4chen", "arch_name": "4699B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70980", - "roomcode": "0506.04.699B", - "usage": 31 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7316", + "area_id": 23, + "building_id": 582, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70980, + "usage_id": 31 + }, + "0506.EG.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Theresianum, 0601, H\u00f6rsaal eben, ohne exp. B\u00fchne", "arch_name": "0601@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12557&cReadonly=J", - "extended": { - "additional_description": "Theresianum, 0601, H\u00f6rsaal eben, ohne exp. B\u00fchne", - "address": "Arcisstr. 21(0506), Erdgescho\u00df", - "architect_room_nr": "0601@0506", - "area_m2": 107.68, - "building": "0506 (Z6) Theresianum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "601", - "seats": 101, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7316", - "roomcode": "0506.EG.601", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7318", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 12557, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 101, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7316, + "usage_id": 20 + }, + "0506.EG.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Theresianum, 0602, H\u00f6rsaal ansteigend, ohne exp. B", "arch_name": "0602@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12554&cReadonly=J", - "extended": { - "additional_description": "Theresianum, 0602, H\u00f6rsaal ansteigend, ohne exp. B", - "address": "Arcisstr. 21(0506), Erdgescho\u00df", - "architect_room_nr": "0602@0506", - "area_m2": 186.49, - "building": "0506 (Z6) Theresianum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "602", - "seats": 198, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7318", - "roomcode": "0506.EG.602", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38344", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 12554, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 198, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7318, + "usage_id": 20 + }, + "0506.EG.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0603, Treppenraum", "arch_name": "0603@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38344", - "roomcode": "0506.EG.603", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14610", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38344, + "usage_id": 223 + }, + "0506.EG.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Theresianum Foyer, 0604", "arch_name": "0604@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17981&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14610", - "roomcode": "0506.EG.604", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38203", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 17981, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14610, + "usage_id": 222 + }, + "0506.EG.604A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0604A, Flur", "arch_name": "0604A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38203", - "roomcode": "0506.EG.604A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38225", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38203, + "usage_id": 222 + }, + "0506.EG.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0605, Installation", "arch_name": "0605@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38225", - "roomcode": "0506.EG.605", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38228", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38225, + "usage_id": 120 + }, + "0506.EG.605A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0605A, Installation", "arch_name": "0605A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38228", - "roomcode": "0506.EG.605A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7419", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38228, + "usage_id": 120 + }, + "0506.EG.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Theresianum, 0606, H\u00f6rsaal ansteigend, ohne exp. B", "arch_name": "0606@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12555&cReadonly=J", - "extended": { - "additional_description": "Theresianum, 0606, H\u00f6rsaal ansteigend, ohne exp. B", - "address": "Arcisstr. 21(0506), Erdgescho\u00df", - "architect_room_nr": "0606@0506", - "area_m2": 186.49, - "building": "0506 (Z6) Theresianum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "606", - "seats": 198, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7419", - "roomcode": "0506.EG.606", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38237", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 12555, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 198, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7419, + "usage_id": 20 + }, + "0506.EG.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0607, Installation", "arch_name": "0607@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38237", - "roomcode": "0506.EG.607", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38239", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38237, + "usage_id": 120 + }, + "0506.EG.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0607A, Installation", "arch_name": "0607A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38239", - "roomcode": "0506.EG.607A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38250", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38239, + "usage_id": 120 + }, + "0506.EG.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0608, Windfang", "arch_name": "0608@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38250", - "roomcode": "0506.EG.608", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38256", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38250, + "usage_id": 52 + }, + "0506.EG.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0610, Treppenraum", "arch_name": "0610@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38256", - "roomcode": "0506.EG.610", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7385", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38256, + "usage_id": 223 + }, + "0506.EG.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0616, B\u00fcro", "arch_name": "0616@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7385", - "roomcode": "0506.EG.616", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38383", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15045, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7385, + "usage_id": 12 + }, + "0506.EG.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0622, WC-Herren", "arch_name": "0622@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38383", - "roomcode": "0506.EG.622", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38384", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38383, + "usage_id": 115 + }, + "0506.EG.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0623, WC-Damen", "arch_name": "0623@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38384", - "roomcode": "0506.EG.623", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38399", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38384, + "usage_id": 116 + }, + "0506.EG.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0625, Flur", "arch_name": "0625@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38399", - "roomcode": "0506.EG.625", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38410", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38399, + "usage_id": 222 + }, + "0506.EG.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0631, Installation", "arch_name": "0631@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38410", - "roomcode": "0506.EG.631", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38418", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38410, + "usage_id": 120 + }, + "0506.EG.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0632, Installation", "arch_name": "0632@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38418", - "roomcode": "0506.EG.632", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38428", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38418, + "usage_id": 120 + }, + "0506.EG.633": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0633, Aufzug", "arch_name": "0633@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38428", - "roomcode": "0506.EG.633", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38047", + "area_id": 23, + "building_id": 582, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38428, + "usage_id": 4 + }, + "0506.U1.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1601, Heizungsraum", "arch_name": "-1601@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38047", - "roomcode": "0506.U1.601", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=70989", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38047, + "usage_id": 201 + }, + "0506.U1.601A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1601A, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1601A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70989", - "roomcode": "0506.U1.601A", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38051", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70989, + "usage_id": 201 + }, + "0506.U1.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1602, Treppenraum", "arch_name": "-1602@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38051", - "roomcode": "0506.U1.602", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38056", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38051, + "usage_id": 223 + }, + "0506.U1.602A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1602A, Putzraum", "arch_name": "-1602A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38056", - "roomcode": "0506.U1.602A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38270", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38056, + "usage_id": 205 + }, + "0506.U1.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1603, Raumlufttechnik", "arch_name": "-1603@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38270", - "roomcode": "0506.U1.603", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38275", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38270, + "usage_id": 32 + }, + "0506.U1.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1604, Flur 4", "arch_name": "-1604@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38275", - "roomcode": "0506.U1.604", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38276", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38275, + "usage_id": 222 + }, + "0506.U1.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1607, Lager (ASTA)", "arch_name": "-1607@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38276", - "roomcode": "0506.U1.607", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=66538", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38276, + "usage_id": 30 + }, + "0506.U1.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1607A, Lager (ASTA)", "arch_name": "-1607A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66538", - "roomcode": "0506.U1.607A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38282", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66538, + "usage_id": 30 + }, + "0506.U1.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1608, Treppenraum", "arch_name": "-1608@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38282", - "roomcode": "0506.U1.608", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38287", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38282, + "usage_id": 223 + }, + "0506.U1.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1609, Lager", "arch_name": "-1609@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38287", - "roomcode": "0506.U1.609", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38291", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38287, + "usage_id": 30 + }, + "0506.U1.609A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1609A, Lager/Tagungsm\u00f6bel", "arch_name": "-1609A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38291", - "roomcode": "0506.U1.609A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38296", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38291, + "usage_id": 30 + }, + "0506.U1.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1610, Treppenraum", "arch_name": "-1610@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38296", - "roomcode": "0506.U1.610", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38190", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38296, + "usage_id": 223 + }, + "0506.U1.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1611, Lager", "arch_name": "-1611@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38190", - "roomcode": "0506.U1.611", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38195", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15045, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38190, + "usage_id": 30 + }, + "0506.U1.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1613, Server", "arch_name": "-1613@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15045", - "operator": "[ TUBVWBW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38195", - "roomcode": "0506.U1.613", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38198", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15045, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38195, + "usage_id": 207 + }, + "0506.U1.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1614, Lager", "arch_name": "-1614@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38198", - "roomcode": "0506.U1.614", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38201", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38198, + "usage_id": 30 + }, + "0506.U1.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1615, Lager", "arch_name": "-1615@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38201", - "roomcode": "0506.U1.615", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38224", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38201, + "usage_id": 30 + }, + "0506.U1.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1618, Flur", "arch_name": "-1618@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38224", - "roomcode": "0506.U1.618", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38229", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38224, + "usage_id": 222 + }, + "0506.U1.618A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1618A, LRZ-Verteilerknoten", "arch_name": "-1618A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38229", - "roomcode": "0506.U1.618A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38230", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38229, + "usage_id": 120 + }, + "0506.U1.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1619, Feinmessraum", "arch_name": "-1619@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15101", - "operator": "[ TULRAPG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38230", - "roomcode": "0506.U1.619", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38238", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15101, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38230, + "usage_id": 103 + }, + "0506.U1.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1620, LRZ-Verteilerknoten", "arch_name": "-1620@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38238", - "roomcode": "0506.U1.620", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=70991", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38238, + "usage_id": 120 + }, + "0506.U1.621A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1621A, Installationsraum", "arch_name": "-1621A@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70991", - "roomcode": "0506.U1.621A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=70990", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70991, + "usage_id": 120 + }, + "0506.U1.621B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1621B, Installationsraum", "arch_name": "-1621B@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70990", - "roomcode": "0506.U1.621B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38210", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70990, + "usage_id": 120 + }, + "0506.U1.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1622, WC-Herren", "arch_name": "-1622@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38210", - "roomcode": "0506.U1.622", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38216", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38210, + "usage_id": 115 + }, + "0506.U1.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1623, Putzraum", "arch_name": "-1623@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38216", - "roomcode": "0506.U1.623", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38264", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38216, + "usage_id": 205 + }, + "0506.U1.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1624, Beh.-WC", "arch_name": "-1624@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38264", - "roomcode": "0506.U1.624", - "usage": 117 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38208", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38264, + "usage_id": 117 + }, + "0506.U1.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1625, Flur", "arch_name": "-1625@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38208", - "roomcode": "0506.U1.625", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38379", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38208, + "usage_id": 222 + }, + "0506.U1.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1630, Flur", "arch_name": "-1630@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38379", - "roomcode": "0506.U1.630", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38370", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38379, + "usage_id": 222 + }, + "0506.U1.631": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1631, Installation", "arch_name": "-1631@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38370", - "roomcode": "0506.U1.631", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38259", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38370, + "usage_id": 120 + }, + "0506.U1.632": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1632, Installation", "arch_name": "-1632@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38259", - "roomcode": "0506.U1.632", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38336", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38259, + "usage_id": 120 + }, + "0506.U1.633": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1633, Aufzugsunterfahrt", "arch_name": "-1633@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38336", - "roomcode": "0506.U1.633", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=70992", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38336, + "usage_id": 195 + }, + "0506.U1.690": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1690, Installationsschacht", "arch_name": "-1690@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70992", - "roomcode": "0506.U1.690", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71647", + "area_id": 23, + "building_id": 582, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70992, + "usage_id": 120 + }, + "0506.Z1.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0603ZG, Treppenhaus", "arch_name": "0603ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71647", - "roomcode": "0506.Z1.603", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71646", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71647, + "usage_id": 223 + }, + "0506.Z1.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0604ZG, Flur", "arch_name": "0604ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71646", - "roomcode": "0506.Z1.604", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71649", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71646, + "usage_id": 222 + }, + "0506.Z1.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0608ZG, Flur", "arch_name": "0608ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71649", - "roomcode": "0506.Z1.608", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71648", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71649, + "usage_id": 222 + }, + "0506.Z1.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0610ZG, Treppenhaus", "arch_name": "0610ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71648", - "roomcode": "0506.Z1.610", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71652", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71648, + "usage_id": 223 + }, + "0506.Z1.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0623ZG, WC-Damen", "arch_name": "0623ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71652", - "roomcode": "0506.Z1.623", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71651", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71652, + "usage_id": 116 + }, + "0506.Z1.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0624ZG, WC-Herren", "arch_name": "0624ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71651", - "roomcode": "0506.Z1.624", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71650", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71651, + "usage_id": 115 + }, + "0506.Z1.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0625ZG, Flur", "arch_name": "0625ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71650", - "roomcode": "0506.Z1.625", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=71645", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71650, + "usage_id": 222 + }, + "0506.Z1.630": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0630ZG, Flur", "arch_name": "0630ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71645", - "roomcode": "0506.Z1.630", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7397", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71645, + "usage_id": 222 + }, + "0506.Z1.670": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0670ZG, H\u00f6r-/Lehrsaal eben o.Exp.B\u00fchne", "arch_name": "0670ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12558&cReadonly=J", - "extended": { - "additional_description": "0670ZG, H\u00f6r-/Lehrsaal eben o.Exp.B\u00fchne", - "address": "Arcisstr. 21(0506), 1.Zwischengescho\u00df", - "architect_room_nr": "0670ZG@0506", - "area_m2": 108.1, - "building": "0506 (Z6) Theresianum", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "670", - "seats": 101, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7397", - "roomcode": "0506.Z1.670", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7399", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 12558, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 101, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7397, + "usage_id": 20 + }, + "0506.Z1.680": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0680ZG, B\u00fcro", "arch_name": "0680ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7399", - "roomcode": "0506.Z1.680", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7403", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7399, + "usage_id": 12 + }, + "0506.Z1.681": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0681ZG, B\u00fcro", "arch_name": "0681ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7403", - "roomcode": "0506.Z1.681", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7405", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7403, + "usage_id": 12 + }, + "0506.Z1.682": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0682ZG, B\u00fcro", "arch_name": "0682ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7405", - "roomcode": "0506.Z1.682", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7407", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7405, + "usage_id": 12 + }, + "0506.Z1.683": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0683ZG, Besprechungsraum", "arch_name": "0683ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": "tvKalender.wSicht?cOrg=51577&cRes=15503&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7407", - "roomcode": "0506.Z1.683", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7409", + "area_id": 23, + "building_id": 582, + "calendar_resource_nr": 15503, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51577, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7407, + "usage_id": 196 + }, + "0506.Z1.685": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0685ZG, B\u00fcro", "arch_name": "0685ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7409", - "roomcode": "0506.Z1.685", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7412", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7409, + "usage_id": 12 + }, + "0506.Z1.686": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0686ZG, B\u00fcro", "arch_name": "0686ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7412", - "roomcode": "0506.Z1.686", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7414", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7412, + "usage_id": 12 + }, + "0506.Z1.687": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0687ZG, B\u00fcro", "arch_name": "0687ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7414", - "roomcode": "0506.Z1.687", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38457", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7414, + "usage_id": 12 + }, + "0506.Z1.688": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0688ZG, B\u00fcro", "arch_name": "0688ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38457", - "roomcode": "0506.Z1.688", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38460", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38457, + "usage_id": 12 + }, + "0506.Z1.691": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0691ZG, B\u00fcro", "arch_name": "0691ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38460", - "roomcode": "0506.Z1.691", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7363", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38460, + "usage_id": 12 + }, + "0506.Z1.692": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0692ZG, B\u00fcro", "arch_name": "0692ZG@0506", - "b_area_id": 23, - "b_filter_id": 582, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7363", - "roomcode": "0506.Z1.692", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41464", + "area_id": 23, + "building_id": 582, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7363, + "usage_id": 12 + }, + "0507.01.700": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1700, Treppenhaus", "arch_name": "1700@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41464", - "roomcode": "0507.01.700", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41467", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41464, + "usage_id": 223 + }, + "0507.01.700A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1700A, Flur", "arch_name": "1700A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41467", - "roomcode": "0507.01.700A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=63045", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41467, + "usage_id": 222 + }, + "0507.01.700B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1700B, Treppe", "arch_name": "1700B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63045", - "roomcode": "0507.01.700B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=19588", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63045, + "usage_id": 223 + }, + "0507.01.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1701, Gro\u00dfraumb\u00fcro", "arch_name": "1701@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19588", - "roomcode": "0507.01.701", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8277", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19588, + "usage_id": 12 + }, + "0507.01.713": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1713, Unterricht/Besprechung", "arch_name": "1713@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15091&cReadonly=J", - "extended": { - "additional_description": "1713, Unterricht/Besprechung", - "address": "Arcisstr. 21(0507), 1.Obergescho\u00df", - "architect_room_nr": "1713@0507", - "area_m2": 91.34, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "713", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8277", - "roomcode": "0507.01.713", - "usage": 130 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41613", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15091, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8277, + "usage_id": 130 + }, + "0507.01.713G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1713G, Galerie-Lager", "arch_name": "1713G@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41613", - "roomcode": "0507.01.713G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8284", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41613, + "usage_id": 206 + }, + "0507.01.715": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1715, B\u00fcro", "arch_name": "1715@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8284", - "roomcode": "0507.01.715", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8287", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8284, + "usage_id": 12 + }, + "0507.01.717": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1717, B\u00fcro EU Projekt WE-ACT", "arch_name": "1717@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8287", - "roomcode": "0507.01.717", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41630", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8287, + "usage_id": 12 + }, + "0507.01.721": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1721, WC-Damen", "arch_name": "1721@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41630", - "roomcode": "0507.01.721", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=69180", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41630, + "usage_id": 116 + }, + "0507.01.721A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1721A, Vorraum WC-D", "arch_name": "1721A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69180", - "roomcode": "0507.01.721A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41699", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69180, + "usage_id": 118 + }, + "0507.01.723": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1723, WC-Herren", "arch_name": "1723@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41699", - "roomcode": "0507.01.723", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=69181", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41699, + "usage_id": 115 + }, + "0507.01.723A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1723A, Vorraum WC-H", "arch_name": "1723A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69181", - "roomcode": "0507.01.723A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41704", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69181, + "usage_id": 118 + }, + "0507.01.724": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1724, Flur", "arch_name": "1724@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41704", - "roomcode": "0507.01.724", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41709", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41704, + "usage_id": 222 + }, + "0507.01.731": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1731, Besprechung", "arch_name": "1731@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41709", - "roomcode": "0507.01.731", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8300", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15094, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41709, + "usage_id": 196 + }, + "0507.01.733": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1733, B\u00fcro-Prof.", "arch_name": "1733@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8300", - "roomcode": "0507.01.733", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41785", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15094, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8300, + "usage_id": 12 + }, + "0507.01.734": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1734, Besprechung", "arch_name": "1734@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41785", - "roomcode": "0507.01.734", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41789", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15094, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41785, + "usage_id": 196 + }, + "0507.01.734A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1734A, Flur/Empfang", "arch_name": "1734A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41789", - "roomcode": "0507.01.734A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8306", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15094, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41789, + "usage_id": 222 + }, + "0507.01.735": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1735, B\u00fcro", "arch_name": "1735@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8306", - "roomcode": "0507.01.735", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41866", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15094, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8306, + "usage_id": 12 + }, + "0507.01.736": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1736, Teek\u00fcche", "arch_name": "1736@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41866", - "roomcode": "0507.01.736", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8310", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15094, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41866, + "usage_id": 198 + }, + "0507.01.737": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1737, B\u00fcro", "arch_name": "1737@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8310", - "roomcode": "0507.01.737", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8314", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15094, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8310, + "usage_id": 12 + }, + "0507.01.739": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1739, B\u00fcro", "arch_name": "1739@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8314", - "roomcode": "0507.01.739", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40750", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15094, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8314, + "usage_id": 12 + }, + "0507.01.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1740, Flur", "arch_name": "1740@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40750", - "roomcode": "0507.01.740", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8250", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40750, + "usage_id": 222 + }, + "0507.01.741": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1741, B\u00fcro", "arch_name": "1741@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8250", - "roomcode": "0507.01.741", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40761", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15094, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8250, + "usage_id": 12 + }, + "0507.01.742": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1742, Flur", "arch_name": "1742@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40761", - "roomcode": "0507.01.742", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8255", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40761, + "usage_id": 222 + }, + "0507.01.743": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1743, B\u00fcro", "arch_name": "1743@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15089&cReadonly=J", - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8255", - "roomcode": "0507.01.743", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40842", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15089, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15094, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8255, + "usage_id": 12 + }, + "0507.01.745": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1745, Besprechung", "arch_name": "1745@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15094", - "operator": "[ TUBVSVP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40842", - "roomcode": "0507.01.745", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40846", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15094, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40842, + "usage_id": 196 + }, + "0507.01.749": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1749, Wickelraum", "arch_name": "1749@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40846", - "roomcode": "0507.01.749", - "usage": 37 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40851", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40846, + "usage_id": 37 + }, + "0507.01.750": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1750, Treppenhaus", "arch_name": "1750@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40851", - "roomcode": "0507.01.750", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=63046", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40851, + "usage_id": 223 + }, + "0507.01.750A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1750A, Treppe", "arch_name": "1750A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63046", - "roomcode": "0507.01.750A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40894", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63046, + "usage_id": 223 + }, + "0507.01.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1751, WC-Vorraum", "arch_name": "1751@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40894", - "roomcode": "0507.01.751", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=69182", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40894, + "usage_id": 118 + }, + "0507.01.751A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1751A, WC-Vorraum Damen", "arch_name": "1751A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69182", - "roomcode": "0507.01.751A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=72829", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69182, + "usage_id": 118 + }, + "0507.01.751B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1751B, WC-Damen", "arch_name": "1751B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72829", - "roomcode": "0507.01.751B", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=72827", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72829, + "usage_id": 116 + }, + "0507.01.751C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1751C, WC-Herren", "arch_name": "1751C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72827", - "roomcode": "0507.01.751C", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8383", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72827, + "usage_id": 115 + }, + "0507.01.753": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1753, B\u00fcro", "arch_name": "1753@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8383", - "roomcode": "0507.01.753", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8387", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8383, + "usage_id": 12 + }, + "0507.01.755": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1755, B\u00fcro", "arch_name": "1755@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8387", - "roomcode": "0507.01.755", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8389", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8387, + "usage_id": 12 + }, + "0507.01.757": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1757, B\u00fcro", "arch_name": "1757@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=47797", - "operator": "[ TUBVVVS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8389", - "roomcode": "0507.01.757", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40967", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47797, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8389, + "usage_id": 12 + }, + "0507.01.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1760, Flur", "arch_name": "1760@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40967", - "roomcode": "0507.01.760", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=72825", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40967, + "usage_id": 222 + }, + "0507.01.761A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1761A, B\u00fcro", "arch_name": "1761A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72825", - "roomcode": "0507.01.761A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=72826", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15047, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72825, + "usage_id": 12 + }, + "0507.01.761B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1761B, B\u00fcro", "arch_name": "1761B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72826", - "roomcode": "0507.01.761B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8317", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15047, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72826, + "usage_id": 12 + }, + "0507.01.762A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1762A, B\u00fcro", "arch_name": "1762A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8317", - "roomcode": "0507.01.762A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41036", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8317, + "usage_id": 12 + }, + "0507.01.762B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1762B, B\u00fcro", "arch_name": "1762B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41036", - "roomcode": "0507.01.762B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8323", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41036, + "usage_id": 12 + }, + "0507.01.763": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1763, B\u00fcro", "arch_name": "1763@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8323", - "roomcode": "0507.01.763", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8325", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8323, + "usage_id": 12 + }, + "0507.01.765": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1765, B\u00fcro", "arch_name": "1765@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8325", - "roomcode": "0507.01.765", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41111", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8325, + "usage_id": 12 + }, + "0507.01.766": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1766, B\u00fcro", "arch_name": "1766@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41111", - "roomcode": "0507.01.766", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41116", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41111, + "usage_id": 12 + }, + "0507.01.767": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1767, Besprechungsraum/K\u00fcche", "arch_name": "1767@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41116", - "roomcode": "0507.01.767", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8347", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41116, + "usage_id": 196 + }, + "0507.01.768": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1768, B\u00fcro", "arch_name": "1768@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8347", - "roomcode": "0507.01.768", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8349", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8347, + "usage_id": 12 + }, + "0507.01.769": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1769, B\u00fcro", "arch_name": "1769@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8349", - "roomcode": "0507.01.769", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41130", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8349, + "usage_id": 12 + }, + "0507.01.770": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1770, Aufenthalt", "arch_name": "1770@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41130", - "roomcode": "0507.01.770", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8352", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15105, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41130, + "usage_id": 44 + }, + "0507.01.771": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1771, B\u00fcro", "arch_name": "1771@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8352", - "roomcode": "0507.01.771", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8353", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8352, + "usage_id": 12 + }, + "0507.01.772": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1772, B\u00fcro", "arch_name": "1772@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8353", - "roomcode": "0507.01.772", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8357", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15105, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8353, + "usage_id": 12 + }, + "0507.01.773": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1773, B\u00fcro", "arch_name": "1773@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8357", - "roomcode": "0507.01.773", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8363", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8357, + "usage_id": 12 + }, + "0507.01.774": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1774, B\u00fcro", "arch_name": "1774@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8363", - "roomcode": "0507.01.774", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8365", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15105, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8363, + "usage_id": 12 + }, + "0507.01.775": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1775, B\u00fcro", "arch_name": "1775@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8365", - "roomcode": "0507.01.775", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8366", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8365, + "usage_id": 12 + }, + "0507.01.776": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1776, B\u00fcro", "arch_name": "1776@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8366", - "roomcode": "0507.01.776", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8369", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15105, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8366, + "usage_id": 12 + }, + "0507.01.777": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1777, B\u00fcro", "arch_name": "1777@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8369", - "roomcode": "0507.01.777", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41331", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8369, + "usage_id": 12 + }, + "0507.01.778": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1778, \u00dcbung", "arch_name": "1778@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15104&cRes=18628&cReadonly=J", - "extended": { - "additional_description": "1778, \u00dcbung", - "address": "Arcisstr. 21(0507), 1.Obergescho\u00df", - "architect_room_nr": "1778@0507", - "area_m2": 60.77, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "778", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15104", - "operator": "[ TULRLMF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41331", - "roomcode": "0507.01.778", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8377", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18628, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15104, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41331, + "usage_id": 131 + }, + "0507.01.779": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1779, B\u00fcro", "arch_name": "1779@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8377", - "roomcode": "0507.01.779", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41341", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8377, + "usage_id": 12 + }, + "0507.01.779G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1779G, Galerie-B\u00fcro", "arch_name": "1779G@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41341", - "roomcode": "0507.01.779G", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8379", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15103, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41341, + "usage_id": 206 + }, + "0507.01.780": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1780, B\u00fcro", "arch_name": "1780@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15104", - "operator": "[ TULRLMF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8379", - "roomcode": "0507.01.780", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8380", - "alt_name": "1781, B\u00fcro", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15104, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8379, + "usage_id": 12 + }, + "0507.01.781": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1781, B\u00fcro", "arch_name": "1781@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8380", - "roomcode": "0507.01.781", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41414", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15105, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8380, + "usage_id": 12 + }, + "0507.01.782": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1782, B\u00fcro", "arch_name": "1782@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15104", - "operator": "[ TULRLMF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41414", - "roomcode": "0507.01.782", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41418", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15104, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41414, + "usage_id": 12 + }, + "0507.01.782A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1782A, Lager", "arch_name": "1782A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15104", - "operator": "[ TULRLMF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41418", - "roomcode": "0507.01.782A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8382", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15104, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41418, + "usage_id": 30 + }, + "0507.01.783": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1783, B\u00fcro", "arch_name": "1783@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15105&cRes=12599&cReadonly=J", - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8382", - "roomcode": "0507.01.783", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41423", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 12599, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15105, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8382, + "usage_id": 12 + }, + "0507.01.784": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1784, LRZ-Verteilerknoten", "arch_name": "1784@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15104", - "operator": "[ TULRLMF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41423", - "roomcode": "0507.01.784", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=72828", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15104, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41423, + "usage_id": 120 + }, + "0507.01.784A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1784A, LRZ-Verteilerknoten", "arch_name": "1784A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72828", - "roomcode": "0507.01.784A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41427", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72828, + "usage_id": 120 + }, + "0507.01.787": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1787, Bibliothek u. Besprechung", "arch_name": "1787@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15105&cRes=18942&cReadonly=J", - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15105", - "operator": "[ TULRFPF ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41427", - "roomcode": "0507.01.787", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8327", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18942, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15105, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41427, + "usage_id": 10 + }, + "0507.01.789": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1789, B\u00fcro", "arch_name": "1789@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8327", - "roomcode": "0507.01.789", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41433", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47297, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8327, + "usage_id": 12 + }, + "0507.01.795": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1795, Flur", "arch_name": "1795@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41433", - "roomcode": "0507.01.795", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41482", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41433, + "usage_id": 222 + }, + "0507.01.795A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1795A, Fluchtbalkon", "arch_name": "1795A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41482", - "roomcode": "0507.01.795A", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41487", + "area_id": 23, + "building_id": 583, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41482, + "usage_id": 219 + }, + "0507.02.700": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2700, Treppenhaus", "arch_name": "2700@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41487", - "roomcode": "0507.02.700", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63048", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41487, + "usage_id": 223 + }, + "0507.02.700A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2701A, Treppe", "arch_name": "2701A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63048", - "roomcode": "0507.02.700A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8332", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63048, + "usage_id": 223 + }, + "0507.02.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2710, Zeichensaal", "arch_name": "2710@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15094&cReadonly=J", - "extended": { - "additional_description": "2710, Zeichensaal", - "address": "Arcisstr. 21(0507), 2.Obergescho\u00df", - "architect_room_nr": "2710@0507", - "area_m2": 206.76, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "710", - "seats": 92, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8332", - "roomcode": "0507.02.710", - "usage": 55 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41500", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15094, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 92, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8332, + "usage_id": 55 + }, + "0507.02.712": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2712, Flur mit Stud.Arb.pl.", "arch_name": "2712@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41500", - "roomcode": "0507.02.712", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41555", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41500, + "usage_id": 222 + }, + "0507.02.715": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2715, B\u00fcro", "arch_name": "2715@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41555", - "roomcode": "0507.02.715", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8336", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41555, + "usage_id": 12 + }, + "0507.02.717": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2717, B\u00fcro", "arch_name": "2717@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8336", - "roomcode": "0507.02.717", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41563", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8336, + "usage_id": 12 + }, + "0507.02.719": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2719, Flur", "arch_name": "2719@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41563", - "roomcode": "0507.02.719", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63049", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41563, + "usage_id": 222 + }, + "0507.02.721": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2721, WC-D", "arch_name": "2721@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63049", - "roomcode": "0507.02.721", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=69183", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63049, + "usage_id": 116 + }, + "0507.02.721A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2721A, Vorraum WC-D", "arch_name": "2721A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69183", - "roomcode": "0507.02.721A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41633", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69183, + "usage_id": 118 + }, + "0507.02.723": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2723, WC-Herren", "arch_name": "2723@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41633", - "roomcode": "0507.02.723", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=69184", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41633, + "usage_id": 115 + }, + "0507.02.723A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2723A, Vorraum WC-H", "arch_name": "2723A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69184", - "roomcode": "0507.02.723A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8888", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69184, + "usage_id": 118 + }, + "0507.02.730": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2730, B\u00fcro", "arch_name": "2730@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8888", - "roomcode": "0507.02.730", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41643", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8888, + "usage_id": 12 + }, + "0507.02.731": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2731, Besprechung m. K\u00fcche", "arch_name": "2731@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15092&cRes=18845&cReadonly=J", - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41643", - "roomcode": "0507.02.731", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8891", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41643, + "usage_id": 196 + }, + "0507.02.733": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2733, B\u00fcro", "arch_name": "2733@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8891", - "roomcode": "0507.02.733", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8892", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8891, + "usage_id": 12 + }, + "0507.02.734": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2734, B\u00fcro", "arch_name": "2734@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8892", - "roomcode": "0507.02.734", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=19575", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8892, + "usage_id": 12 + }, + "0507.02.735": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2735, B\u00fcro", "arch_name": "2735@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19575", - "roomcode": "0507.02.735", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63050", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19575, + "usage_id": 12 + }, + "0507.02.735A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2735A, Kopierer", "arch_name": "2735A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63050", - "roomcode": "0507.02.735A", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8907", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63050, + "usage_id": 110 + }, + "0507.02.736": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2736, B\u00fcro", "arch_name": "2736@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8907", - "roomcode": "0507.02.736", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8980", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8907, + "usage_id": 12 + }, + "0507.02.737": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2737, B\u00fcro", "arch_name": "2737@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8980", - "roomcode": "0507.02.737", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8981", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8980, + "usage_id": 12 + }, + "0507.02.738": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2738, B\u00fcro", "arch_name": "2738@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8981", - "roomcode": "0507.02.738", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9009", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8981, + "usage_id": 12 + }, + "0507.02.739": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2739, B\u00fcro", "arch_name": "2739@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9009", - "roomcode": "0507.02.739", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9012", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9009, + "usage_id": 12 + }, + "0507.02.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2740, B\u00fcro", "arch_name": "2740@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9012", - "roomcode": "0507.02.740", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8915", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9012, + "usage_id": 12 + }, + "0507.02.741": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2741, B\u00fcro", "arch_name": "2741@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8915", - "roomcode": "0507.02.741", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8917", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8915, + "usage_id": 12 + }, + "0507.02.742": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2742, B\u00fcro", "arch_name": "2742@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8917", - "roomcode": "0507.02.742", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8920", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8917, + "usage_id": 12 + }, + "0507.02.743": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2743, B\u00fcro", "arch_name": "2743@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8920", - "roomcode": "0507.02.743", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41799", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8920, + "usage_id": 12 + }, + "0507.02.748": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2748, Flur", "arch_name": "2748@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41799", - "roomcode": "0507.02.748", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41801", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41799, + "usage_id": 222 + }, + "0507.02.748A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2748A, Lager", "arch_name": "2748A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41801", - "roomcode": "0507.02.748A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63051", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15092, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41801, + "usage_id": 30 + }, + "0507.02.748B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2748B, Treppe", "arch_name": "2748B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63051", - "roomcode": "0507.02.748B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41806", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63051, + "usage_id": 223 + }, + "0507.02.749": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2749, Flur", "arch_name": "2749@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41806", - "roomcode": "0507.02.749", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41886", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41806, + "usage_id": 222 + }, + "0507.02.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2751, WC-Vorraum", "arch_name": "2751@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41886", - "roomcode": "0507.02.751", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=69185", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41886, + "usage_id": 118 + }, + "0507.02.751A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2751A, WC-Damen", "arch_name": "2751A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69185", - "roomcode": "0507.02.751A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=72819", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69185, + "usage_id": 116 + }, + "0507.02.751B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2751B, WC-Herren", "arch_name": "2751B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72819", - "roomcode": "0507.02.751B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41891", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72819, + "usage_id": 115 + }, + "0507.02.752": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2752, Treppenhaus", "arch_name": "2752@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41891", - "roomcode": "0507.02.752", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63052", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41891, + "usage_id": 223 + }, + "0507.02.752B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2752B, Treppe", "arch_name": "2752B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63052", - "roomcode": "0507.02.752B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63053", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63052, + "usage_id": 223 + }, + "0507.02.752C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2752C, Treppe", "arch_name": "2752C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63053", - "roomcode": "0507.02.752C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8971", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63053, + "usage_id": 223 + }, + "0507.02.753": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2753, B\u00fcro", "arch_name": "2753@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8971", - "roomcode": "0507.02.753", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=18941", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8971, + "usage_id": 12 + }, + "0507.02.755": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2755, Lager", "arch_name": "2755@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18941", - "roomcode": "0507.02.755", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40857", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18941, + "usage_id": 30 + }, + "0507.02.755A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2755a, Abstellraum", "arch_name": "2755a@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40857", - "roomcode": "0507.02.755A", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=63054", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40857, + "usage_id": 159 + }, + "0507.02.755B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2755B, Installation", "arch_name": "2755B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63054", - "roomcode": "0507.02.755B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9046", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63054, + "usage_id": 120 + }, + "0507.02.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2760, H\u00f6rsaal", "arch_name": "2760@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12572&cReadonly=J", - "extended": { - "additional_description": "2760, H\u00f6rsaal", - "address": "Arcisstr. 21(0507), 2.Obergescho\u00df", - "architect_room_nr": "2760@0507", - "area_m2": 103.17, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "760", - "seats": 108, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9046", - "roomcode": "0507.02.760", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40996", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 12572, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 108, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9046, + "usage_id": 20 + }, + "0507.02.762": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2762, Flur", "arch_name": "2762@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40996", - "roomcode": "0507.02.762", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41210", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40996, + "usage_id": 222 + }, + "0507.02.763": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2763, Flur", "arch_name": "2763@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41210", - "roomcode": "0507.02.763", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40863", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41210, + "usage_id": 222 + }, + "0507.02.768": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2768, Putzraum", "arch_name": "2768@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40863", - "roomcode": "0507.02.768", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40864", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40863, + "usage_id": 205 + }, + "0507.02.769": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2769, Gebetsraum", "arch_name": "2769@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=47957", - "operator": "[ TUZVSCH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40864", - "roomcode": "0507.02.769", - "usage": 129 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9033", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40864, + "usage_id": 129 + }, + "0507.02.770": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2770, H\u00f6rsaal", "arch_name": "2770@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12509&cReadonly=J", - "extended": { - "additional_description": "2770, H\u00f6rsaal", - "address": "Arcisstr. 21(0507), 2.Obergescho\u00df", - "architect_room_nr": "2770@0507", - "area_m2": 159.81, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "770", - "seats": 188, - "standing_places": 0, - "wheelchair_spaces": 1, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9033", - "roomcode": "0507.02.770", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40866", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 12509, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 188, + "standing": null, + "wheelchair": 1 + }, + "tumonline_id": 9033, + "usage_id": 20 + }, + "0507.02.773": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2773, Flur", "arch_name": "2773@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40866", - "roomcode": "0507.02.773", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9036", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40866, + "usage_id": 222 + }, + "0507.02.791": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2791, B\u00fcro", "arch_name": "2791@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9036", - "roomcode": "0507.02.791", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9038", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9036, + "usage_id": 12 + }, + "0507.02.792": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2792, B\u00fcro", "arch_name": "2792@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=37623", - "operator": "[ TUZV44H ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9038", - "roomcode": "0507.02.792", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40915", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 37623, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9038, + "usage_id": 12 + }, + "0507.02.792A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2792A, B\u00fcro", "arch_name": "2792A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=37623", - "operator": "[ TUZV44H ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40915", - "roomcode": "0507.02.792A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40921", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37623, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40915, + "usage_id": 12 + }, + "0507.02.793": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2793, Vermittlung", "arch_name": "2793@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40921", - "roomcode": "0507.02.793", - "usage": 202 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40924", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40921, + "usage_id": 202 + }, + "0507.02.794": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2794, Flur", "arch_name": "2794@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40924", - "roomcode": "0507.02.794", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9087", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40924, + "usage_id": 222 + }, + "0507.02.795": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2795, B\u00fcro", "arch_name": "2795@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9087", - "roomcode": "0507.02.795", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9092", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9087, + "usage_id": 12 + }, + "0507.02.795A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2795A, B\u00fcro", "arch_name": "2795A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9092", - "roomcode": "0507.02.795A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40998", + "area_id": 23, + "building_id": 583, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9092, + "usage_id": 12 + }, + "0507.03.700A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3700A, Flur", "arch_name": "3700A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40998", - "roomcode": "0507.03.700A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41056", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40998, + "usage_id": 222 + }, + "0507.03.700B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3700B, Flur", "arch_name": "3700B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41056", - "roomcode": "0507.03.700B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9131", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41056, + "usage_id": 222 + }, + "0507.03.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3701, Zeichnen", "arch_name": "3701@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15109&cReadonly=J", - "extended": { - "additional_description": "3701, Zeichnen", - "address": "Arcisstr. 21(0507), 3.Obergescho\u00df", - "architect_room_nr": "3701@0507", - "area_m2": 230.27, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "701", - "seats": 96, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9131", - "roomcode": "0507.03.701", - "usage": 55 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40861", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15109, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 96, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9131, + "usage_id": 55 + }, + "0507.03.701A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3701A, Treppe", "arch_name": "3701A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40861", - "roomcode": "0507.03.701A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=21263", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40861, + "usage_id": 223 + }, + "0507.03.703": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3703, Server", "arch_name": "3703@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21263", - "roomcode": "0507.03.703", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=58454", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21263, + "usage_id": 207 + }, + "0507.03.704": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3704, B\u00fcro/Umbau", "arch_name": "3704@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58454", - "roomcode": "0507.03.704", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41218", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58454, + "usage_id": 12 + }, + "0507.03.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3705, RLT", "arch_name": "3705@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41218", - "roomcode": "0507.03.705", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41270", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41218, + "usage_id": 32 + }, + "0507.03.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3706, RLT", "arch_name": "3706@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41270", - "roomcode": "0507.03.706", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41276", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41270, + "usage_id": 32 + }, + "0507.03.738": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3738, Bibliothek", "arch_name": "3738@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41276", - "roomcode": "0507.03.738", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=18944", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15092, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41276, + "usage_id": 10 + }, + "0507.03.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3740, Abstellraum Bereich nicht nutzbar", "arch_name": "3740@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18944", - "roomcode": "0507.03.740", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41901", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18944, + "usage_id": 159 + }, + "0507.03.741": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3741, Lager", "arch_name": "3741@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=15092", - "operator": "[ TUBVVTK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41901", - "roomcode": "0507.03.741", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=63055", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 15092, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41901, + "usage_id": 30 + }, + "0507.03.742": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3742, Abstellraum", "arch_name": "3742@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63055", - "roomcode": "0507.03.742", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41903", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63055, + "usage_id": 159 + }, + "0507.03.744": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3744, RLT", "arch_name": "3744@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41903", - "roomcode": "0507.03.744", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40768", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41903, + "usage_id": 32 + }, + "0507.03.749": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3749, Flur", "arch_name": "3749@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40768", - "roomcode": "0507.03.749", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40771", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40768, + "usage_id": 222 + }, + "0507.03.750": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2750, Karl Max von Bauernfeind H\u00f6rsaal", "arch_name": "2750@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12512&cReadonly=J", - "extended": { - "additional_description": "2750, Karl Max von Bauernfeind H\u00f6rsaal", - "address": "Arcisstr. 21(0507), 3.Obergescho\u00df", - "architect_room_nr": "2750@0507", - "area_m2": 270.88, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "750", - "seats": 319, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40771", - "roomcode": "0507.03.750", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40774", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 12512, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 319, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40771, + "usage_id": 20 + }, + "0507.03.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3751, RLT", "arch_name": "3751@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40774", - "roomcode": "0507.03.751", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40777", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40774, + "usage_id": 32 + }, + "0507.03.752": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3752, Speicherarchiv", "arch_name": "3752@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40777", - "roomcode": "0507.03.752", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40779", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25963, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40777, + "usage_id": 2 + }, + "0507.03.752A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3752A, RLT", "arch_name": "3752A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40779", - "roomcode": "0507.03.752A", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40785", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40779, + "usage_id": 32 + }, + "0507.03.752B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3752B, Flur", "arch_name": "3752B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40785", - "roomcode": "0507.03.752B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40788", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40785, + "usage_id": 222 + }, + "0507.03.762": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3762, Flur", "arch_name": "3762@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40788", - "roomcode": "0507.03.762", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40791", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40788, + "usage_id": 222 + }, + "0507.03.762A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3762A, Flur", "arch_name": "3762A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40791", - "roomcode": "0507.03.762A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40795", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40791, + "usage_id": 222 + }, + "0507.03.763": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3763, Flur", "arch_name": "3763@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40795", - "roomcode": "0507.03.763", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40797", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40795, + "usage_id": 222 + }, + "0507.03.763A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3763A, Flur", "arch_name": "3763A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40797", - "roomcode": "0507.03.763A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40858", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40797, + "usage_id": 222 + }, + "0507.03.765": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3765, Projektionsraum", "arch_name": "3765@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40858", - "roomcode": "0507.03.765", - "usage": 23 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40860", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40858, + "usage_id": 23 + }, + "0507.03.767": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3767, RLT", "arch_name": "3767@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40860", - "roomcode": "0507.03.767", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41396", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40860, + "usage_id": 32 + }, + "0507.03.781": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3781, Lager", "arch_name": "3781@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41396", - "roomcode": "0507.03.781", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41401", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14990, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41396, + "usage_id": 30 + }, + "0507.03.782": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3782, Serverraum", "arch_name": "3782@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14990", - "operator": "[ TUBVBPM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41401", - "roomcode": "0507.03.782", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41407", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14990, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41401, + "usage_id": 207 + }, + "0507.03.783": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3783, Teilk\u00fcche", "arch_name": "3783@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41407", - "roomcode": "0507.03.783", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41468", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41407, + "usage_id": 28 + }, + "0507.03.784": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3784, Lager", "arch_name": "3784@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41468", - "roomcode": "0507.03.784", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41469", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41468, + "usage_id": 30 + }, + "0507.03.785": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3785, Wasserversorg.", "arch_name": "3785@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41469", - "roomcode": "0507.03.785", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41472", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41469, + "usage_id": 183 + }, + "0507.03.786": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3786, Duschen", "arch_name": "3786@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41472", - "roomcode": "0507.03.786", - "usage": 113 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41478", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 37801, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41472, + "usage_id": 113 + }, + "0507.03.787": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3787, Werkstatt", "arch_name": "3787@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41478", - "roomcode": "0507.03.787", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=63056", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41478, + "usage_id": 51 + }, + "0507.03.787A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3787A, Aufenthalt Fernmeldew.", "arch_name": "3787A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63056", - "roomcode": "0507.03.787A", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41530", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63056, + "usage_id": 44 + }, + "0507.03.788": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3788, Umkleide", "arch_name": "3788@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41530", - "roomcode": "0507.03.788", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41537", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41530, + "usage_id": 121 + }, + "0507.03.789": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3789, Lager", "arch_name": "3789@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=37801", - "operator": "[ TUZV44L ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41537", - "roomcode": "0507.03.789", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41544", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 37801, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41537, + "usage_id": 30 + }, + "0507.03.790": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3790, Flur", "arch_name": "3790@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41544", - "roomcode": "0507.03.790", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39634", + "area_id": 23, + "building_id": 583, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41544, + "usage_id": 222 + }, + "0507.EG.700": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0700, Treppenhaus", "arch_name": "0700@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39634", - "roomcode": "0507.EG.700", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39491", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39634, + "usage_id": 223 + }, + "0507.EG.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0701, Treppenhaus", "arch_name": "0701@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39491", - "roomcode": "0507.EG.701", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=19440", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39491, + "usage_id": 223 + }, + "0507.EG.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0710, Versuchshalle", "arch_name": "0710@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=15233&cReadonly=J", - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19440", - "roomcode": "0507.EG.710", - "usage": 49 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14384", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15233, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19440, + "usage_id": 49 + }, + "0507.EG.710A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0710A, Werkstatt", "arch_name": "0710A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=18771&cReadonly=J", - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14384", - "roomcode": "0507.EG.710A", - "usage": 51 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=63040", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18771, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14384, + "usage_id": 51 + }, + "0507.EG.710B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0710B, Treppe", "arch_name": "0710B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63040", - "roomcode": "0507.EG.710B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7973", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63040, + "usage_id": 223 + }, + "0507.EG.712": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0712, CIP-Pool", "arch_name": "0712@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15103&cRes=15066&cReadonly=J", - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7973", - "roomcode": "0507.EG.712", - "usage": 213 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7983", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15066, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7973, + "usage_id": 213 + }, + "0507.EG.714": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0714, Seminar", "arch_name": "0714@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15103&cRes=15067&cReadonly=J", - "extended": { - "additional_description": "0714, Seminar", - "address": "Arcisstr. 21(0507), Erdgescho\u00df", - "architect_room_nr": "0714@0507", - "area_m2": 80.94, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "714", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7983", - "roomcode": "0507.EG.714", - "usage": 41 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7986", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15067, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15103, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7983, + "usage_id": 41 + }, + "0507.EG.717": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0717, B\u00fcro", "arch_name": "0717@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7986", - "roomcode": "0507.EG.717", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39527", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7986, + "usage_id": 12 + }, + "0507.EG.719": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0719, Lesen", "arch_name": "0719@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39527", - "roomcode": "0507.EG.719", - "usage": 150 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39662", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39527, + "usage_id": 150 + }, + "0507.EG.721": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0721, WC-D", "arch_name": "0721@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39662", - "roomcode": "0507.EG.721", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=69176", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39662, + "usage_id": 116 + }, + "0507.EG.721A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0721A, Vorraum WC-D", "arch_name": "0721A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69176", - "roomcode": "0507.EG.721A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39666", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69176, + "usage_id": 118 + }, + "0507.EG.723": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0723, WC-Herren", "arch_name": "0723@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39666", - "roomcode": "0507.EG.723", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=69177", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39666, + "usage_id": 115 + }, + "0507.EG.723A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0723A, Vorraum WC-H", "arch_name": "0723A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69177", - "roomcode": "0507.EG.723A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8111", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69177, + "usage_id": 118 + }, + "0507.EG.725": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0725, B\u00fcro", "arch_name": "0725@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15103", - "operator": "[ TULRLFK ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8111", - "roomcode": "0507.EG.725", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=19672", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15103, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8111, + "usage_id": 12 + }, + "0507.EG.726": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0726, B\u00fcro", "arch_name": "0726@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19672", - "roomcode": "0507.EG.726", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39704", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19672, + "usage_id": 12 + }, + "0507.EG.727": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0727, B\u00fcro", "arch_name": "0727@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=26509&cReadonly=J", - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39704", - "roomcode": "0507.EG.727", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39714", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 26509, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39704, + "usage_id": 12 + }, + "0507.EG.728": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0728, Treppenhaus", "arch_name": "0728@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39714", - "roomcode": "0507.EG.728", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=63042", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39714, + "usage_id": 223 + }, + "0507.EG.728B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0728B, Fluchttreppe (Reinigen)", "arch_name": "0728B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63042", - "roomcode": "0507.EG.728B", - "usage": 7 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8135", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63042, + "usage_id": 7 + }, + "0507.EG.729": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0729, B\u00fcro", "arch_name": "0729@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=14185&cRes=18808&cReadonly=J", - "list_index": "116", - "op_link": "webnav.navigate_to?corg=49837", - "operator": "[ TUARL36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8135", - "roomcode": "0507.EG.729", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39719", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18808, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 49837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8135, + "usage_id": 12 + }, + "0507.EG.730": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0730, Flur", "arch_name": "0730@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39719", - "roomcode": "0507.EG.730", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39724", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39719, + "usage_id": 222 + }, + "0507.EG.731": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0731, B\u00fcro", "arch_name": "0731@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=49837", - "operator": "[ TUARL36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39724", - "roomcode": "0507.EG.731", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14185", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 49837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39724, + "usage_id": 12 + }, + "0507.EG.732": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0732, B\u00fcro", "arch_name": "0732@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=49837", - "operator": "[ TUARL36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14185", - "roomcode": "0507.EG.732", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8142", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 49837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14185, + "usage_id": 12 + }, + "0507.EG.733": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0733, B\u00fcro", "arch_name": "0733@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8142", - "roomcode": "0507.EG.733", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39735", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51577, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8142, + "usage_id": 12 + }, + "0507.EG.734": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0734, B\u00fcro", "arch_name": "0734@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=49837&cRes=18838&cReadonly=J", - "list_index": "121", - "op_link": "webnav.navigate_to?corg=49837", - "operator": "[ TUARL36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39735", - "roomcode": "0507.EG.734", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8147", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18838, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39735, + "usage_id": 12 + }, + "0507.EG.735": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0735, B\u00fcro", "arch_name": "0735@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=49837&cRes=18809&cReadonly=J", - "list_index": "122", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8147", - "roomcode": "0507.EG.735", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8150", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18809, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51577, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8147, + "usage_id": 12 + }, + "0507.EG.736": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0736, B\u00fcro", "arch_name": "0736@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=14185&cRes=18922&cReadonly=J", - "list_index": "123", - "op_link": "webnav.navigate_to?corg=49837", - "operator": "[ TUARL36 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8150", - "roomcode": "0507.EG.736", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39747", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18922, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8150, + "usage_id": 12 + }, + "0507.EG.737": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0737, B\u00fcro", "arch_name": "0737@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=14185&cRes=18773&cReadonly=J", - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39747", - "roomcode": "0507.EG.737", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39755", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18773, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51577, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39747, + "usage_id": 12 + }, + "0507.EG.739": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0739, Lager", "arch_name": "0739@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39755", - "roomcode": "0507.EG.739", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39758", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39755, + "usage_id": 30 + }, + "0507.EG.740A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0740A, Teek\u00fcche", "arch_name": "0740A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39758", - "roomcode": "0507.EG.740A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39761", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39758, + "usage_id": 198 + }, + "0507.EG.740B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0740B, Pausenraum (gem. Nutz.)", "arch_name": "0740B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=51577&cRes=18468&cReadonly=J", - "list_index": "127", - "op_link": "webnav.navigate_to?corg=51577", - "operator": "[ TUARL37 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39761", - "roomcode": "0507.EG.740B", - "usage": 44 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39765", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18468, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39761, + "usage_id": 44 + }, + "0507.EG.743": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0743, Durchfahrt", "arch_name": "0743@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39765", - "roomcode": "0507.EG.743", - "usage": 13 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39768", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39765, + "usage_id": 13 + }, + "0507.EG.750": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0750, Treppenhaus", "arch_name": "0750@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39768", - "roomcode": "0507.EG.750", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39872", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39768, + "usage_id": 223 + }, + "0507.EG.750A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0750A, Windfang", "arch_name": "0750A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39872", - "roomcode": "0507.EG.750A", - "usage": 52 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=63043", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39872, + "usage_id": 52 + }, + "0507.EG.750B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0750B, Treppe", "arch_name": "0750B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63043", - "roomcode": "0507.EG.750B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39881", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63043, + "usage_id": 223 + }, + "0507.EG.750C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0750C, Treppenhaus", "arch_name": "0750C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39881", - "roomcode": "0507.EG.750C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=63044", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39881, + "usage_id": 223 + }, + "0507.EG.750D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0750D, Treppenhaus", "arch_name": "0750D@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63044", - "roomcode": "0507.EG.750D", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39886", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63044, + "usage_id": 223 + }, + "0507.EG.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0751, WC-Vorraum", "arch_name": "0751@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39886", - "roomcode": "0507.EG.751", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=69178", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39886, + "usage_id": 118 + }, + "0507.EG.751A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0751A, WC-Herren", "arch_name": "0751A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69178", - "roomcode": "0507.EG.751A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=69179", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69178, + "usage_id": 115 + }, + "0507.EG.751B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0751B, WC-Herren", "arch_name": "0751B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69179", - "roomcode": "0507.EG.751B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=72823", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69179, + "usage_id": 115 + }, + "0507.EG.751C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0751C, WC-Damen", "arch_name": "0751C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72823", - "roomcode": "0507.EG.751C", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39891", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72823, + "usage_id": 116 + }, + "0507.EG.753": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0753, B\u00fcro", "arch_name": "0753@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39891", - "roomcode": "0507.EG.753", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8197", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39891, + "usage_id": 12 + }, + "0507.EG.755": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0755, B\u00fcro", "arch_name": "0755@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8197", - "roomcode": "0507.EG.755", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39923", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8197, + "usage_id": 12 + }, + "0507.EG.757": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0757, K\u00fcche, Aufenthalt", "arch_name": "0757@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39923", - "roomcode": "0507.EG.757", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39927", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39923, + "usage_id": 28 + }, + "0507.EG.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0760, Flur", "arch_name": "0760@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39927", - "roomcode": "0507.EG.760", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8212", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39927, + "usage_id": 222 + }, + "0507.EG.761": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0761, B\u00fcro", "arch_name": "0761@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8212", - "roomcode": "0507.EG.761", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39786", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8212, + "usage_id": 12 + }, + "0507.EG.762": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0762, B\u00fcro", "arch_name": "0762@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39786", - "roomcode": "0507.EG.762", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8217", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14937, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39786, + "usage_id": 12 + }, + "0507.EG.763": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0763, B\u00fcro", "arch_name": "0763@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8217", - "roomcode": "0507.EG.763", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8221", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8217, + "usage_id": 12 + }, + "0507.EG.764": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0764, B\u00fcro", "arch_name": "0764@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8221", - "roomcode": "0507.EG.764", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=19370", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14937, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8221, + "usage_id": 12 + }, + "0507.EG.765": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0765, Bibliotheksraum", "arch_name": "0765@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19370", - "roomcode": "0507.EG.765", - "usage": 10 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8223", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14937, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19370, + "usage_id": 10 + }, + "0507.EG.766": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0766, B\u00fcro", "arch_name": "0766@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8223", - "roomcode": "0507.EG.766", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39817", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14937, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8223, + "usage_id": 12 + }, + "0507.EG.767": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0767, B\u00fcro", "arch_name": "0767@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=30306", - "operator": "[ TUVBPSY ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39817", - "roomcode": "0507.EG.767", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39818", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 30306, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39817, + "usage_id": 12 + }, + "0507.EG.768": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0768, B\u00fcro", "arch_name": "0768@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39818", - "roomcode": "0507.EG.768", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8229", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14937, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39818, + "usage_id": 12 + }, + "0507.EG.769": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0769, Seminarraum", "arch_name": "0769@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15047&cRes=29192&cReadonly=J", - "extended": { - "additional_description": "0769, Seminarraum", - "address": "Arcisstr. 21(0507), Erdgescho\u00df", - "architect_room_nr": "0769@0507", - "area_m2": 56.17, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "769", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8229", - "roomcode": "0507.EG.769", - "usage": 41 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39819", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 29192, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8229, + "usage_id": 41 + }, + "0507.EG.770": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0770, Besprechung", "arch_name": "0770@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=14937&cRes=27352&cReadonly=J", - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39819", - "roomcode": "0507.EG.770", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8233", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 27352, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39819, + "usage_id": 196 + }, + "0507.EG.772": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0772, B\u00fcro", "arch_name": "0772@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8233", - "roomcode": "0507.EG.772", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8234", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8233, + "usage_id": 12 + }, + "0507.EG.773": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0773, B\u00fcro", "arch_name": "0773@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8234", - "roomcode": "0507.EG.773", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8235", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8234, + "usage_id": 12 + }, + "0507.EG.774": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0774, B\u00fcro", "arch_name": "0774@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8235", - "roomcode": "0507.EG.774", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39829", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8235, + "usage_id": 12 + }, + "0507.EG.775": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0775, B\u00fcro", "arch_name": "0775@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39829", - "roomcode": "0507.EG.775", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8239", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39829, + "usage_id": 12 + }, + "0507.EG.777": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0777, Besprechungsraum", "arch_name": "0777@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8239", - "roomcode": "0507.EG.777", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8241", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15098, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8239, + "usage_id": 196 + }, + "0507.EG.778": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0778, Besprechung/Bibliothek u. B\u00fcro", "arch_name": "0778@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8241", - "roomcode": "0507.EG.778", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39843", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8241, + "usage_id": 196 + }, + "0507.EG.779": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0779, Flur", "arch_name": "0779@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39843", - "roomcode": "0507.EG.779", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8174", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39843, + "usage_id": 222 + }, + "0507.EG.780": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0780, B\u00fcro", "arch_name": "0780@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8174", - "roomcode": "0507.EG.780", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=68274", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15098, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8174, + "usage_id": 12 + }, + "0507.EG.781": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0781, B\u00fcro", "arch_name": "0781@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68274", - "roomcode": "0507.EG.781", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=68272", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68274, + "usage_id": 12 + }, + "0507.EG.782": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0782, B\u00fcro", "arch_name": "0782@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68272", - "roomcode": "0507.EG.782", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=68273", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68272, + "usage_id": 12 + }, + "0507.EG.783": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0783, B\u00fcro", "arch_name": "0783@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15099", - "operator": "[ TULRLEW ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68273", - "roomcode": "0507.EG.783", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8181", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15099, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68273, + "usage_id": 12 + }, + "0507.EG.790": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0790, H\u00f6rsaal", "arch_name": "0790@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15098&cRes=12571&cReadonly=J", - "extended": { - "additional_description": "0790, H\u00f6rsaal", - "address": "Arcisstr. 21(0507), Erdgescho\u00df", - "architect_room_nr": "0790@0507", - "area_m2": 113.83, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "790", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8181", - "roomcode": "0507.EG.790", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39815", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 12571, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15098, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8181, + "usage_id": 20 + }, + "0507.EG.790A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0790A, Flur", "arch_name": "0790A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39815", - "roomcode": "0507.EG.790A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=59092", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39815, + "usage_id": 222 + }, + "0507.EG.790B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0790B, Flur/Notausgang HS", "arch_name": "0790B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59092", - "roomcode": "0507.EG.790B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41387", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59092, + "usage_id": 222 + }, + "0507.EG.790G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0790G, Lager", "arch_name": "0790G@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41387", - "roomcode": "0507.EG.790G", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=63192", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41387, + "usage_id": 30 + }, + "0507.EG.792": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0792, Durchfahrt", "arch_name": "0792@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63192", - "roomcode": "0507.EG.792", - "usage": 13 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41392", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63192, + "usage_id": 13 + }, + "0507.EG.795": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0795, Sammlung", "arch_name": "0795@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41392", - "roomcode": "0507.EG.795", - "usage": 187 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41398", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41392, + "usage_id": 187 + }, + "0507.EG.795G": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0795G, Bibliothek", "arch_name": "0795G@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41398", - "roomcode": "0507.EG.795G", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38902", + "area_id": 23, + "building_id": 583, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41398, + "usage_id": 10 + }, + "0507.U1.700": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1700, Stud.arbeit-DV", "arch_name": "-1700@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38902", - "roomcode": "0507.U1.700", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63028", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38902, + "usage_id": 208 + }, + "0507.U1.700A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1700A, Treppenhaus", "arch_name": "-1700A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63028", - "roomcode": "0507.U1.700A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63029", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63028, + "usage_id": 223 + }, + "0507.U1.700B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1700B, Treppe", "arch_name": "-1700B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63029", - "roomcode": "0507.U1.700B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72844", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63029, + "usage_id": 223 + }, + "0507.U1.700C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1700C, Flur", "arch_name": "-1700C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72844", - "roomcode": "0507.U1.700C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72845", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72844, + "usage_id": 222 + }, + "0507.U1.700D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1700D, Flur", "arch_name": "-1700D@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72845", - "roomcode": "0507.U1.700D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72822", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72845, + "usage_id": 222 + }, + "0507.U1.700F": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1700F, Putzraum", "arch_name": "-1700F@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72822", - "roomcode": "0507.U1.700F", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38904", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72822, + "usage_id": 205 + }, + "0507.U1.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1701, Flur", "arch_name": "-1701@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38904", - "roomcode": "0507.U1.701", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38908", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38904, + "usage_id": 222 + }, + "0507.U1.702": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1702, Flur", "arch_name": "-1702@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38908", - "roomcode": "0507.U1.702", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38910", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38908, + "usage_id": 222 + }, + "0507.U1.703": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1703, Heizung/Brauch.", "arch_name": "-1703@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38910", - "roomcode": "0507.U1.703", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38916", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38910, + "usage_id": 201 + }, + "0507.U1.704": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1704, Lager", "arch_name": "-1704@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38916", - "roomcode": "0507.U1.704", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39080", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38916, + "usage_id": 30 + }, + "0507.U1.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1706, Lager", "arch_name": "-1706@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39080", - "roomcode": "0507.U1.706", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39084", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39080, + "usage_id": 30 + }, + "0507.U1.706A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1706A, Lager", "arch_name": "-1706A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39084", - "roomcode": "0507.U1.706A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7658", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39084, + "usage_id": 30 + }, + "0507.U1.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1710, \u00dcbung", "arch_name": "-1710@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=15044&cReadonly=J", - "extended": { - "additional_description": "-1710, \u00dcbung", - "address": "Arcisstr. 21(0507), 1.Untergescho\u00df", - "architect_room_nr": "-1710@0507", - "area_m2": 179.88, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "710", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7658", - "roomcode": "0507.U1.710", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7662", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15044, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7658, + "usage_id": 131 + }, + "0507.U1.710A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1710A, Fotostudio", "arch_name": "-1710A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7662", - "roomcode": "0507.U1.710A", - "usage": 104 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39114", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7662, + "usage_id": 104 + }, + "0507.U1.710D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1710D, Flur", "arch_name": "-1710D@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39114", - "roomcode": "0507.U1.710D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63030", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39114, + "usage_id": 222 + }, + "0507.U1.710E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1710E, Sprinklerzentrale/Wasserbeh\u00e4lter", "arch_name": "-1710E@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63030", - "roomcode": "0507.U1.710E", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39118", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63030, + "usage_id": 183 + }, + "0507.U1.711": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1711, Stud.arbeit-DV", "arch_name": "-1711@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=21563&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39118", - "roomcode": "0507.U1.711", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39122", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 21563, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39118, + "usage_id": 208 + }, + "0507.U1.712": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1712, Stud.arbeit-DV", "arch_name": "-1712@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39122", - "roomcode": "0507.U1.712", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72847", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39122, + "usage_id": 208 + }, + "0507.U1.712A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1712A, Wasserversorgung", "arch_name": "-1712A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72847", - "roomcode": "0507.U1.712A", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39127", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72847, + "usage_id": 183 + }, + "0507.U1.713": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1713, Lager", "arch_name": "-1713@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39127", - "roomcode": "0507.U1.713", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39132", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39127, + "usage_id": 30 + }, + "0507.U1.714": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1714, Server", "arch_name": "-1714@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39132", - "roomcode": "0507.U1.714", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39137", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39132, + "usage_id": 207 + }, + "0507.U1.715": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1715, Server", "arch_name": "-1715@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39137", - "roomcode": "0507.U1.715", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39170", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39137, + "usage_id": 207 + }, + "0507.U1.721": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1721, Teek\u00fcche", "arch_name": "-1721@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39170", - "roomcode": "0507.U1.721", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39176", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39170, + "usage_id": 198 + }, + "0507.U1.723": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1723, Lager", "arch_name": "-1723@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15187", - "operator": "[ TUARL05 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39176", - "roomcode": "0507.U1.723", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7835", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39176, + "usage_id": 30 + }, + "0507.U1.730": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1730, Werkstatt", "arch_name": "-1730@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=15056&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7835", - "roomcode": "0507.U1.730", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75326", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 15056, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7835, + "usage_id": 51 + }, + "0507.U1.730A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1730A, Spindeltreppe", "arch_name": "-1730A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75326", - "roomcode": "0507.U1.730A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39212", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75326, + "usage_id": 223 + }, + "0507.U1.731": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1731, Lager, Elektroverteilung", "arch_name": "-1731@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=15135&cRes=18806&cReadonly=J", - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39212", - "roomcode": "0507.U1.731", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39247", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18806, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39212, + "usage_id": 30 + }, + "0507.U1.734": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1734, Maschinenraum", "arch_name": "-1734@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39247", - "roomcode": "0507.U1.734", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39249", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39247, + "usage_id": 5 + }, + "0507.U1.735": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1735, Treppenhaus", "arch_name": "-1735@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39249", - "roomcode": "0507.U1.735", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39251", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39249, + "usage_id": 223 + }, + "0507.U1.736": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1736, Hebeb\u00fchne", "arch_name": "-1736@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39251", - "roomcode": "0507.U1.736", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39255", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39251, + "usage_id": 4 + }, + "0507.U1.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1740, Modellbauwerkstatt", "arch_name": "-1740@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39255", - "roomcode": "0507.U1.740", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39258", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39255, + "usage_id": 51 + }, + "0507.U1.740A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1740A, Flur/M\u00fcllraum", "arch_name": "-1740A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39258", - "roomcode": "0507.U1.740A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39260", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39258, + "usage_id": 222 + }, + "0507.U1.740B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1740B, Werkstatt, CNC Laser-Cutter", "arch_name": "-1740B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39260", - "roomcode": "0507.U1.740B", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72821", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39260, + "usage_id": 51 + }, + "0507.U1.740C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1740C, Drucktechnikwerkstatt (3D-Drucker)", "arch_name": "-1740C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72821", - "roomcode": "0507.U1.740C", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39263", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72821, + "usage_id": 51 + }, + "0507.U1.741A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1741A, B\u00fcro", "arch_name": "-1741A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39263", - "roomcode": "0507.U1.741A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39266", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39263, + "usage_id": 12 + }, + "0507.U1.741B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1741B, B\u00fcro", "arch_name": "-1741B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39266", - "roomcode": "0507.U1.741B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39231", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39266, + "usage_id": 12 + }, + "0507.U1.742": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1742, Werkstatt", "arch_name": "-1742@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39231", - "roomcode": "0507.U1.742", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39236", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39231, + "usage_id": 107 + }, + "0507.U1.744A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1744A, Werkstatt", "arch_name": "-1744A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39236", - "roomcode": "0507.U1.744A", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39239", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39236, + "usage_id": 107 + }, + "0507.U1.744B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1744B, Werkstatt", "arch_name": "-1744B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39239", - "roomcode": "0507.U1.744B", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39365", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39239, + "usage_id": 51 + }, + "0507.U1.744C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1744C, Werkstatt CNC Laser-Cutter", "arch_name": "-1744C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39365", - "roomcode": "0507.U1.744C", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39366", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39365, + "usage_id": 51 + }, + "0507.U1.745": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1745, Lackierraum", "arch_name": "-1745@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39366", - "roomcode": "0507.U1.745", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39394", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39366, + "usage_id": 51 + }, + "0507.U1.746": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1746, Kunstoff Werkstatt", "arch_name": "-1746@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39394", - "roomcode": "0507.U1.746", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72846", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39394, + "usage_id": 51 + }, + "0507.U1.746A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1746A, Flur", "arch_name": "-1746A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72846", - "roomcode": "0507.U1.746A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72848", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72846, + "usage_id": 222 + }, + "0507.U1.746B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1746B, Fernmeldetechnik BMA Unterzentrale", "arch_name": "-1746B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72848", - "roomcode": "0507.U1.746B", - "usage": 202 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39396", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72848, + "usage_id": 202 + }, + "0507.U1.749A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1749A, Flur", "arch_name": "-1749A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39396", - "roomcode": "0507.U1.749A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39401", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39396, + "usage_id": 222 + }, + "0507.U1.749B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1749B, Flur", "arch_name": "-1749B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39401", - "roomcode": "0507.U1.749B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63032", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39401, + "usage_id": 222 + }, + "0507.U1.749C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1749C, Flur", "arch_name": "-1749C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63032", - "roomcode": "0507.U1.749C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39404", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63032, + "usage_id": 222 + }, + "0507.U1.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1751, Werkstatt", "arch_name": "-1751@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39404", - "roomcode": "0507.U1.751", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39411", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15135, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39404, + "usage_id": 51 + }, + "0507.U1.756": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1756, Werkstatt", "arch_name": "-1756@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39411", - "roomcode": "0507.U1.756", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7861", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39411, + "usage_id": 51 + }, + "0507.U1.758": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1758, B\u00fcro", "arch_name": "-1758@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7861", - "roomcode": "0507.U1.758", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=19655", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15135, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7861, + "usage_id": 12 + }, + "0507.U1.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1760, Labor", "arch_name": "-1760@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": "tvKalender.wSicht?cOrg=14937&cRes=18484&cReadonly=J", - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19655", - "roomcode": "0507.U1.760", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63033", + "area_id": 23, + "building_id": 583, + "calendar_resource_nr": 18484, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19655, + "usage_id": 194 + }, + "0507.U1.760A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1760A, Wasserversorgung Labor, Zugang", "arch_name": "-1760A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63033", - "roomcode": "0507.U1.760A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63034", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63033, + "usage_id": 194 + }, + "0507.U1.760B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1760B, Wasserversorgung Labor", "arch_name": "-1760B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63034", - "roomcode": "0507.U1.760B", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39427", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63034, + "usage_id": 194 + }, + "0507.U1.761": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1761, Werkstatt Gipsraum", "arch_name": "-1761@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39427", - "roomcode": "0507.U1.761", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39436", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39427, + "usage_id": 51 + }, + "0507.U1.762": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1762, Labor", "arch_name": "-1762@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39436", - "roomcode": "0507.U1.762", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75325", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39436, + "usage_id": 194 + }, + "0507.U1.762B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1762B, Werkstatt", "arch_name": "-1762B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75325", - "roomcode": "0507.U1.762B", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39439", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75325, + "usage_id": 51 + }, + "0507.U1.763": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1763, Lager", "arch_name": "-1763@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39439", - "roomcode": "0507.U1.763", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39441", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39439, + "usage_id": 30 + }, + "0507.U1.764": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1764, Seminarraum", "arch_name": "-1764@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "extended": { - "additional_description": "-1764, Seminarraum", - "address": "Arcisstr. 21(0507), 1.Untergescho\u00df", - "architect_room_nr": "-1764@0507", - "area_m2": 35.31, - "building": "0507 (Z7) Zentralgeb\u00e4ude 7", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "764", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39441", - "roomcode": "0507.U1.764", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39445", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39441, + "usage_id": 41 + }, + "0507.U1.764A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1764A, Spindeltreppe", "arch_name": "-1764A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39445", - "roomcode": "0507.U1.764A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39452", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39445, + "usage_id": 223 + }, + "0507.U1.765A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1765A, Lager", "arch_name": "-1765A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39452", - "roomcode": "0507.U1.765A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72842", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39452, + "usage_id": 30 + }, + "0507.U1.765B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1765, Technol.Lab.einf.o.Absaugung", "arch_name": "-1765@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72842", - "roomcode": "0507.U1.765B", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=75541", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72842, + "usage_id": 194 + }, + "0507.U1.766A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1766A, Schwei\u00dfraum", "arch_name": "-1766A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75541", - "roomcode": "0507.U1.766A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39455", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75541, + "usage_id": 194 + }, + "0507.U1.767": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1767, Flur", "arch_name": "-1767@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39455", - "roomcode": "0507.U1.767", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39459", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39455, + "usage_id": 222 + }, + "0507.U1.768": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1768, B\u00fcro m.exp.Arb.Pl.", "arch_name": "-1768@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39459", - "roomcode": "0507.U1.768", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39466", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39459, + "usage_id": 12 + }, + "0507.U1.769": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1769, Werkstatt", "arch_name": "-1769@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39466", - "roomcode": "0507.U1.769", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39483", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39466, + "usage_id": 51 + }, + "0507.U1.770": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1770, Werkstatt", "arch_name": "-1770@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39483", - "roomcode": "0507.U1.770", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39349", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39483, + "usage_id": 107 + }, + "0507.U1.770A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1770A, Lager", "arch_name": "-1770A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39349", - "roomcode": "0507.U1.770A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39566", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39349, + "usage_id": 30 + }, + "0507.U1.771": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1771, Flur", "arch_name": "-1771@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39566", - "roomcode": "0507.U1.771", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39573", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39566, + "usage_id": 222 + }, + "0507.U1.772": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1772, Lager", "arch_name": "-1772@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39573", - "roomcode": "0507.U1.772", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39588", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39573, + "usage_id": 30 + }, + "0507.U1.773": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1773, Werkstatt", "arch_name": "-1773@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39588", - "roomcode": "0507.U1.773", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39592", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39588, + "usage_id": 107 + }, + "0507.U1.774": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1774, Aufenthalt", "arch_name": "-1774@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39592", - "roomcode": "0507.U1.774", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39596", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39592, + "usage_id": 44 + }, + "0507.U1.775": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1775, Waschraum", "arch_name": "-1775@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39596", - "roomcode": "0507.U1.775", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=72843", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39596, + "usage_id": 210 + }, + "0507.U1.776": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1776, Lager", "arch_name": "-1776@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72843", - "roomcode": "0507.U1.776", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39602", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72843, + "usage_id": 30 + }, + "0507.U1.780": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1780, Niederspann.", "arch_name": "-1780@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39602", - "roomcode": "0507.U1.780", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63036", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39602, + "usage_id": 160 + }, + "0507.U1.780A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1780A, Mittelspann.", "arch_name": "-1780A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63036", - "roomcode": "0507.U1.780A", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39606", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63036, + "usage_id": 160 + }, + "0507.U1.781": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1781, Lager", "arch_name": "-1781@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39606", - "roomcode": "0507.U1.781", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39612", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39606, + "usage_id": 30 + }, + "0507.U1.781A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1781A, Lager", "arch_name": "-1781A@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15135", - "operator": "[ TUARZ03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39612", - "roomcode": "0507.U1.781A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=63037", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15135, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39612, + "usage_id": 30 + }, + "0507.U1.781B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1781B, Elektro Betriebsraum", "arch_name": "-1781B@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63037", - "roomcode": "0507.U1.781B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39621", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63037, + "usage_id": 120 + }, + "0507.U1.782": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1782, Transformatoren", "arch_name": "-1782@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39621", - "roomcode": "0507.U1.782", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39626", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39621, + "usage_id": 160 + }, + "0507.U1.783": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1783, Stromversorg.", "arch_name": "-1783@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39626", - "roomcode": "0507.U1.783", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39630", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39626, + "usage_id": 160 + }, + "0507.U1.784": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1784, Flur", "arch_name": "-1784@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39630", - "roomcode": "0507.U1.784", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=69175", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39630, + "usage_id": 222 + }, + "0507.U1.790": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1790, Rampe/Treppe im Freien", "arch_name": "-1790@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69175", - "roomcode": "0507.U1.790", - "usage": 7 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=39045", + "area_id": 23, + "building_id": 583, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69175, + "usage_id": 7 + }, + "0507.U2.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2701, RLT", "arch_name": "-2701@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39045", - "roomcode": "0507.U2.701", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38884", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39045, + "usage_id": 32 + }, + "0507.U2.702": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2702, RLT", "arch_name": "-2702@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38884", - "roomcode": "0507.U2.702", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38921", - "alt_name": "-2703, RLT", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38884, + "usage_id": 32 + }, + "0507.U2.703": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "-2703, RLT", "arch_name": "-2703@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38921", - "roomcode": "0507.U2.703", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38926", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38921, + "usage_id": 32 + }, + "0507.U2.704": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2704, Heizung/Brauch.", "arch_name": "-2704@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38926", - "roomcode": "0507.U2.704", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38929", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38926, + "usage_id": 201 + }, + "0507.U2.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2705, Heizung/Brauch.", "arch_name": "-2705@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38929", - "roomcode": "0507.U2.705", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38933", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38929, + "usage_id": 201 + }, + "0507.U2.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2706, RLT", "arch_name": "-2706@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38933", - "roomcode": "0507.U2.706", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38936", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38933, + "usage_id": 32 + }, + "0507.U2.707": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2707, RLT", "arch_name": "-2707@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38936", - "roomcode": "0507.U2.707", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38942", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38936, + "usage_id": 32 + }, + "0507.U2.708": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2708, Flur", "arch_name": "-2708@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38942", - "roomcode": "0507.U2.708", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=72818", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38942, + "usage_id": 222 + }, + "0507.U2.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2710, Treppe", "arch_name": "-2710@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72818", - "roomcode": "0507.U2.710", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=72816", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72818, + "usage_id": 223 + }, + "0507.U2.711": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2711, Treppe", "arch_name": "-2711@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72816", - "roomcode": "0507.U2.711", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=72817", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72816, + "usage_id": 223 + }, + "0507.U2.712": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2712, Treppe", "arch_name": "-2712@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72817", - "roomcode": "0507.U2.712", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38952", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72817, + "usage_id": 223 + }, + "0507.U2.780": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2780, Treppenhaus", "arch_name": "-2780@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38952", - "roomcode": "0507.U2.780", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=72815", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38952, + "usage_id": 223 + }, + "0507.U2.780C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2780C, Serverraum", "arch_name": "-2780C@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72815", - "roomcode": "0507.U2.780C", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=38898", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72815, + "usage_id": 207 + }, + "0507.U2.781": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2781, Wass.versorgung", "arch_name": "-2781@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38898", - "roomcode": "0507.U2.781", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=72814", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38898, + "usage_id": 183 + }, + "0507.U2.783": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2783, Wasser-Vorratsbeh\u00e4lter", "arch_name": "-2783@0507", - "b_area_id": 23, - "b_filter_id": 583, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14937", - "operator": "[ TUBVHYD ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72814", - "roomcode": "0507.U2.783", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40868", + "area_id": 23, + "building_id": 583, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14937, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72814, + "usage_id": 183 + }, + "0508.01.800": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1800, Versuchshalle", "arch_name": "1800@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40868", - "roomcode": "0508.01.800", - "usage": 49 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40872", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 46175, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40868, + "usage_id": 49 + }, + "0508.01.800C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1800C, Treppe Versuchshalle", "arch_name": "1800C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40872", - "roomcode": "0508.01.800C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40876", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40872, + "usage_id": 223 + }, + "0508.01.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1801, Wasch.-/Putzraum", "arch_name": "1801@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40876", - "roomcode": "0508.01.801", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40880", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40876, + "usage_id": 210 + }, + "0508.01.802": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1802, Teek\u00fcche", "arch_name": "1802@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40880", - "roomcode": "0508.01.802", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8969", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40880, + "usage_id": 198 + }, + "0508.01.803": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1803, B\u00fcro", "arch_name": "1803@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8969", - "roomcode": "0508.01.803", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=21111", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8969, + "usage_id": 12 + }, + "0508.01.804": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1804, B\u00fcro", "arch_name": "1804@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21111", - "roomcode": "0508.01.804", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8995", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21111, + "usage_id": 12 + }, + "0508.01.805": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1805, B\u00fcro (Emeritus)", "arch_name": "1805@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8995", - "roomcode": "0508.01.805", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8996", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8995, + "usage_id": 12 + }, + "0508.01.806": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1806, B\u00fcro", "arch_name": "1806@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8996", - "roomcode": "0508.01.806", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8997", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8996, + "usage_id": 12 + }, + "0508.01.807": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1807, B\u00fcro", "arch_name": "1807@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8997", - "roomcode": "0508.01.807", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40945", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8997, + "usage_id": 12 + }, + "0508.01.807A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1807A, Archiv", "arch_name": "1807A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40945", - "roomcode": "0508.01.807A", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40948", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40945, + "usage_id": 2 + }, + "0508.01.807B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1807B, B\u00fcro", "arch_name": "1807B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40948", - "roomcode": "0508.01.807B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=14916", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40948, + "usage_id": 12 + }, + "0508.01.807C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1807C, B\u00fcro", "arch_name": "1807C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14916", - "roomcode": "0508.01.807C", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41005", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14916, + "usage_id": 12 + }, + "0508.01.807D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1807D, Str\u00f6mungsversuch", "arch_name": "1807D@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41005", - "roomcode": "0508.01.807D", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41008", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41005, + "usage_id": 103 + }, + "0508.01.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1808, W\u00e4rmeversorgung", "arch_name": "1808@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41008", - "roomcode": "0508.01.808", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41011", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41008, + "usage_id": 201 + }, + "0508.01.808B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1808B, B\u00fcro/ET-Warte/Lager", "arch_name": "1808B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41011", - "roomcode": "0508.01.808B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41016", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41011, + "usage_id": 12 + }, + "0508.01.808C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1808C, B\u00fcro/ET-Warte/Lager", "arch_name": "1808C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41016", - "roomcode": "0508.01.808C", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41019", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41016, + "usage_id": 12 + }, + "0508.01.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1811, B\u00fcro/ET-Warte/Lager", "arch_name": "1811@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41019", - "roomcode": "0508.01.811", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=58580", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41019, + "usage_id": 12 + }, + "0508.01.812": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1812, Flur/Lager/B\u00fchne", "arch_name": "1812@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58580", - "roomcode": "0508.01.812", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41074", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58580, + "usage_id": 222 + }, + "0508.01.812A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1812A, Treppenhaus Ost", "arch_name": "1812A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41074", - "roomcode": "0508.01.812A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=9069", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41074, + "usage_id": 223 + }, + "0508.01.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1815, Studentischer \u00dcbungsraum/Seminarraum", "arch_name": "1815@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=15106&cReadonly=J", - "extended": { - "additional_description": "1815, Studentischer \u00dcbungsraum/Seminarraum", - "address": "Arcisstr. 21(0508), 1.Obergescho\u00df", - "architect_room_nr": "1815@0508", - "area_m2": 52.99, - "building": "0508 (Z8) W\u00e4rmekraftwerk/Hydr.-Inst.", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "815", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9069", - "roomcode": "0508.01.815", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=9072", + "area_id": 23, + "building_id": 584, + "calendar_resource_nr": 15106, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9069, + "usage_id": 131 + }, + "0508.01.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1816, WC-Damen", "arch_name": "1816@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9072", - "roomcode": "0508.01.816", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41088", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9072, + "usage_id": 116 + }, + "0508.01.816A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1816a, WC-Herren", "arch_name": "1816a@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41088", - "roomcode": "0508.01.816A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41090", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41088, + "usage_id": 115 + }, + "0508.01.817": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1817, B\u00fcro", "arch_name": "1817@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=21363&cReadonly=J", - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41090", - "roomcode": "0508.01.817", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=67281", + "area_id": 23, + "building_id": 584, + "calendar_resource_nr": 21363, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41090, + "usage_id": 12 + }, + "0508.01.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1818, B\u00fcro", "arch_name": "1818@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67281", - "roomcode": "0508.01.818", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=67280", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67281, + "usage_id": 12 + }, + "0508.01.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1819, B\u00fcro", "arch_name": "1819@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67280", - "roomcode": "0508.01.819", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=67279", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67280, + "usage_id": 12 + }, + "0508.01.820": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1820, B\u00fcro", "arch_name": "1820@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67279", - "roomcode": "0508.01.820", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41095", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67279, + "usage_id": 12 + }, + "0508.01.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1823, Riesler Gebl\u00e4se (Umbau)", "arch_name": "1823@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41095", - "roomcode": "0508.01.823", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41152", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41095, + "usage_id": 32 + }, + "0508.01.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1824, Firma Sarauer bis Ende 2017", "arch_name": "1824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41152", - "roomcode": "0508.01.824", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41166", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41152, + "usage_id": 30 + }, + "0508.01.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1870, Treppenhaus Nord (Umbau)", "arch_name": "1870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41166", - "roomcode": "0508.01.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40936", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41166, + "usage_id": 223 + }, + "0508.01.870A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1870A, Flur (Umbau)", "arch_name": "1870A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40936", - "roomcode": "0508.01.870A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40939", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40936, + "usage_id": 222 + }, + "0508.01.871": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1871, Treppenhaus S\u00fcd/Flur/WC", "arch_name": "1871@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40939", - "roomcode": "0508.01.871", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40943", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40939, + "usage_id": 223 + }, + "0508.01.871A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1871A, Putzraum", "arch_name": "1871A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40943", - "roomcode": "0508.01.871A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40944", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40943, + "usage_id": 205 + }, + "0508.01.880": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1880, Fluchtbalkon", "arch_name": "1880@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40944", - "roomcode": "0508.01.880", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40947", + "area_id": 23, + "building_id": 584, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40944, + "usage_id": 219 + }, + "0508.02.800": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2800, Galerie/Lager/Hydraulikhalle", "arch_name": "2800@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40947", - "roomcode": "0508.02.800", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40950", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40947, + "usage_id": 30 + }, + "0508.02.800A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2800A, Galerie/Hydraulikhalle", "arch_name": "2800A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40950", - "roomcode": "0508.02.800A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41004", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40950, + "usage_id": 206 + }, + "0508.02.800C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "800C, Treppe/Galerie/Versuchshalle", "arch_name": "800C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41004", - "roomcode": "0508.02.800C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41009", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41004, + "usage_id": 223 + }, + "0508.02.804": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2804, Lager HKW", "arch_name": "2804@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41009", - "roomcode": "0508.02.804", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41013", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41009, + "usage_id": 30 + }, + "0508.02.805": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2805, Lager/Galerie HKW", "arch_name": "2805@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41013", - "roomcode": "0508.02.805", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41018", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41013, + "usage_id": 30 + }, + "0508.02.806": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2806, Lager Galerie HKW", "arch_name": "2806@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41018", - "roomcode": "0508.02.806", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41021", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41018, + "usage_id": 30 + }, + "0508.02.807": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2807, \u00dcbungss\u00e4le", "arch_name": "2807@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "extended": { - "additional_description": "2807, \u00dcbungss\u00e4le", - "address": "Arcisstr. 21(0508), 2.Obergescho\u00df", - "architect_room_nr": "2807@0508", - "area_m2": 78.16, - "building": "0508 (Z8) W\u00e4rmekraftwerk/Hydr.-Inst.", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "807", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41021", - "roomcode": "0508.02.807", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41077", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41021, + "usage_id": 131 + }, + "0508.02.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2808, W\u00e4rmeversorgung (Umbau)", "arch_name": "2808@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41077", - "roomcode": "0508.02.808", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41083", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41077, + "usage_id": 201 + }, + "0508.02.808A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2808A, Galerie Halle", "arch_name": "2808A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41083", - "roomcode": "0508.02.808A", - "usage": 206 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41093", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41083, + "usage_id": 206 + }, + "0508.02.809A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2809A, Staubanlage", "arch_name": "2809A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41093", - "roomcode": "0508.02.809A", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41596", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41093, + "usage_id": 194 + }, + "0508.02.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2822, (Umbau)", "arch_name": "2822@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41596", - "roomcode": "0508.02.822", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41655", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41596, + "usage_id": 217 + }, + "0508.02.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2823, (Umbau)", "arch_name": "2823@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41655", - "roomcode": "0508.02.823", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41660", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41655, + "usage_id": 217 + }, + "0508.02.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2824, (Umbau)", "arch_name": "2824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41660", - "roomcode": "0508.02.824", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67284", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41660, + "usage_id": 217 + }, + "0508.02.830": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2830, B\u00fcro", "arch_name": "2830@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67284", - "roomcode": "0508.02.830", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67283", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67284, + "usage_id": 12 + }, + "0508.02.830A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2830A, B\u00fcro", "arch_name": "2830A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67283", - "roomcode": "0508.02.830A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67282", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67283, + "usage_id": 12 + }, + "0508.02.830B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2830B, B\u00fcro", "arch_name": "2830B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67282", - "roomcode": "0508.02.830B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67285", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67282, + "usage_id": 12 + }, + "0508.02.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2831, B\u00fcro", "arch_name": "2831@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67285", - "roomcode": "0508.02.831", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67286", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67285, + "usage_id": 12 + }, + "0508.02.831A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2831A, B\u00fcro", "arch_name": "2831A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67286", - "roomcode": "0508.02.831A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67287", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67286, + "usage_id": 12 + }, + "0508.02.831B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2831B, B\u00fcro", "arch_name": "2831B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67287", - "roomcode": "0508.02.831B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67288", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67287, + "usage_id": 12 + }, + "0508.02.832": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2832, B\u00fcro", "arch_name": "2832@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67288", - "roomcode": "0508.02.832", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=67289", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67288, + "usage_id": 12 + }, + "0508.02.832A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2832A, Treppenhaus", "arch_name": "2832A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67289", - "roomcode": "0508.02.832A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41666", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67289, + "usage_id": 223 + }, + "0508.02.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2870, Treppenhaus Nord (Umbau)", "arch_name": "2870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41666", - "roomcode": "0508.02.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41671", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41666, + "usage_id": 223 + }, + "0508.02.870A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2870A, Flur (Umbau)", "arch_name": "2870A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41671", - "roomcode": "0508.02.870A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41743", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41671, + "usage_id": 222 + }, + "0508.02.871": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2871, Treppenhaus S\u00fcd", "arch_name": "2871@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41743", - "roomcode": "0508.02.871", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41749", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41743, + "usage_id": 223 + }, + "0508.02.871A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2871A, Lager", "arch_name": "2871A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41749", - "roomcode": "0508.02.871A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41755", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41749, + "usage_id": 30 + }, + "0508.02.871B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2871B, Zugang Installation", "arch_name": "2871B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41755", - "roomcode": "0508.02.871B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41761", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41755, + "usage_id": 120 + }, + "0508.02.880": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2880, Fluchtbalkon", "arch_name": "2880@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41761", - "roomcode": "0508.02.880", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41830", + "area_id": 23, + "building_id": 584, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41761, + "usage_id": 219 + }, + "0508.03.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3822, Aufenthalt/Werkstatt (Umbau)", "arch_name": "3822@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41830", - "roomcode": "0508.03.822", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41841", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41830, + "usage_id": 217 + }, + "0508.03.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3824, Teek\u00fcche", "arch_name": "3824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41841", - "roomcode": "0508.03.824", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41910", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41841, + "usage_id": 198 + }, + "0508.03.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3825, WC-H (Umbau)", "arch_name": "3825@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41910", - "roomcode": "0508.03.825", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41914", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41910, + "usage_id": 217 + }, + "0508.03.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3827, Feinmechanische Werkst\u00e4tte", "arch_name": "3827@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41914", - "roomcode": "0508.03.827", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40801", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41914, + "usage_id": 217 + }, + "0508.03.830": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3830, Staubanlage", "arch_name": "3830@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40801", - "roomcode": "0508.03.830", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=40809", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40801, + "usage_id": 201 + }, + "0508.03.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3831, Lager (Umbau)", "arch_name": "3831@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40809", - "roomcode": "0508.03.831", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41586", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40809, + "usage_id": 217 + }, + "0508.03.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3870, Treppenraum (Umbau)", "arch_name": "3870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41586", - "roomcode": "0508.03.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41063", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41586, + "usage_id": 223 + }, + "0508.03.870A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3870A, Flur (Umbau)", "arch_name": "3870A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41063", - "roomcode": "0508.03.870A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41068", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41063, + "usage_id": 222 + }, + "0508.03.880": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3880, Fluchtbalkon", "arch_name": "3880@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41068", - "roomcode": "0508.03.880", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41133", + "area_id": 23, + "building_id": 584, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41068, + "usage_id": 219 + }, + "0508.04.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4822, Meisterb\u00fcro (Umbau)", "arch_name": "4822@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41133", - "roomcode": "0508.04.822", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41136", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41133, + "usage_id": 217 + }, + "0508.04.823": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4823, Umkleide (Umbau)", "arch_name": "4823@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41136", - "roomcode": "0508.04.823", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41140", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41136, + "usage_id": 217 + }, + "0508.04.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4824, Umkleide (Umbau)", "arch_name": "4824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41140", - "roomcode": "0508.04.824", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41143", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41140, + "usage_id": 217 + }, + "0508.04.824A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4824A, Dusche (Umbau)", "arch_name": "4824A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41143", - "roomcode": "0508.04.824A", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41147", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41143, + "usage_id": 217 + }, + "0508.04.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4825, Abstellraum/Pap.-Schl\u00e4uche (Umbau)", "arch_name": "4825@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41147", - "roomcode": "0508.04.825", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41204", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41147, + "usage_id": 217 + }, + "0508.04.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4826, Lager (Umbau)", "arch_name": "4826@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41204", - "roomcode": "0508.04.826", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41209", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41204, + "usage_id": 217 + }, + "0508.04.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4827, Biomassevergasanlage 1 (Umbau)", "arch_name": "4827@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41209", - "roomcode": "0508.04.827", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41279", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41209, + "usage_id": 217 + }, + "0508.04.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4831, Tages\u00f6llager (Umbau)", "arch_name": "4831@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41279", - "roomcode": "0508.04.831", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41288", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41279, + "usage_id": 217 + }, + "0508.04.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4870, Treppenraum (Umbau)", "arch_name": "4870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41288", - "roomcode": "0508.04.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41443", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41288, + "usage_id": 223 + }, + "0508.04.870A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4870A, Flur (Umbau)", "arch_name": "4870A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41443", - "roomcode": "0508.04.870A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=41446", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41443, + "usage_id": 222 + }, + "0508.04.880": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4880, Fluchtbalkon", "arch_name": "4880@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41446", - "roomcode": "0508.04.880", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41574", + "area_id": 23, + "building_id": 584, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41446, + "usage_id": 219 + }, + "0508.05.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5822, B\u00fcro LTK (Umbau)", "arch_name": "5822@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41574", - "roomcode": "0508.05.822", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41580", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41574, + "usage_id": 217 + }, + "0508.05.822A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5822A, Labor LTK (Umbau)", "arch_name": "5822A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41580", - "roomcode": "0508.05.822A", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=41169", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41580, + "usage_id": 217 + }, + "0508.05.822B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5822B, Aktenlager LTK (Umbau)", "arch_name": "5822B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41169", - "roomcode": "0508.05.822B", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40820", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41169, + "usage_id": 217 + }, + "0508.05.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5824, Chemielabor (Umbau)", "arch_name": "5824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40820", - "roomcode": "0508.05.824", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40824", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40820, + "usage_id": 217 + }, + "0508.05.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5825, Fotolabor, Lichtpausraum (Umbau)", "arch_name": "5825@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40824", - "roomcode": "0508.05.825", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40870", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40824, + "usage_id": 217 + }, + "0508.05.828": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5828, Lager (Umbau)", "arch_name": "5828@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40870", - "roomcode": "0508.05.828", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40874", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40870, + "usage_id": 217 + }, + "0508.05.828A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5828A, Durchgangsbereich 5870A (Umbau)", "arch_name": "5828A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40874", - "roomcode": "0508.05.828A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40879", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40874, + "usage_id": 222 + }, + "0508.05.829": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5829, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "5829@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40879", - "roomcode": "0508.05.829", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=40882", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40879, + "usage_id": 30 + }, + "0508.05.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5870, Treppenraum (Umbau)", "arch_name": "5870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40882", - "roomcode": "0508.05.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=37406", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40882, + "usage_id": 223 + }, + "0508.05.870A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5870A, Flur (Umbau)", "arch_name": "5870A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37406", - "roomcode": "0508.05.870A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=37411", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37406, + "usage_id": 222 + }, + "0508.05.880": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "5880, Fluchtbalkon", "arch_name": "5880@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37411", - "roomcode": "0508.05.880", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=37418", + "area_id": 23, + "building_id": 584, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37411, + "usage_id": 219 + }, + "0508.06.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6825, Aufzugsmaschinenraum (Umbau)", "arch_name": "6825@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37418", - "roomcode": "0508.06.825", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=37425", + "area_id": 23, + "building_id": 584, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37418, + "usage_id": 5 + }, + "0508.06.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6826, Be-u.Entl\u00fcftung (Umbau)", "arch_name": "6826@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37425", - "roomcode": "0508.06.826", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=37432", + "area_id": 23, + "building_id": 584, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37425, + "usage_id": 32 + }, + "0508.06.827": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6827, Aufzugsmaschinenraum (Umbau)", "arch_name": "6827@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37432", - "roomcode": "0508.06.827", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 6.OG", - "address_link": "ris.einzelraum?raumkey=37438", + "area_id": 23, + "building_id": 584, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37432, + "usage_id": 5 + }, + "0508.06.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "6870, Treppenhausflur (Umbau)", "arch_name": "6870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37438", - "roomcode": "0508.06.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41033", + "area_id": 23, + "building_id": 584, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37438, + "usage_id": 223 + }, + "0508.EG.800": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0800, Versuchshalle", "arch_name": "0800@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41033", - "roomcode": "0508.EG.800", - "usage": 49 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41040", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 46175, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41033, + "usage_id": 49 + }, + "0508.EG.800C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0800C, Treppe Versuchshalle", "arch_name": "0800C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41040", - "roomcode": "0508.EG.800C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41047", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41040, + "usage_id": 223 + }, + "0508.EG.801": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0801, WC", "arch_name": "0801@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41047", - "roomcode": "0508.EG.801", - "usage": 114 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41290", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41047, + "usage_id": 114 + }, + "0508.EG.802": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0802, NC-Fr\u00e4smaschine", "arch_name": "0802@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41290", - "roomcode": "0508.EG.802", - "usage": 108 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41349", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41290, + "usage_id": 108 + }, + "0508.EG.803": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0803, Schlosserei", "arch_name": "0803@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41349", - "roomcode": "0508.EG.803", - "usage": 108 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=9217", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 46175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41349, + "usage_id": 108 + }, + "0508.EG.804": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0804, B\u00fcro", "arch_name": "0804@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9217", - "roomcode": "0508.EG.804", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=67620", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9217, + "usage_id": 12 + }, + "0508.EG.804A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0804A, B\u00fcro", "arch_name": "0804A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67620", - "roomcode": "0508.EG.804A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41356", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67620, + "usage_id": 12 + }, + "0508.EG.805": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0805, Messraum Versuchshalle", "arch_name": "0805@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41356", - "roomcode": "0508.EG.805", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=9237", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41356, + "usage_id": 103 + }, + "0508.EG.806": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0806, Gruppenraum f. Praktika", "arch_name": "0806@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "extended": { - "additional_description": "0806, Gruppenraum f. Praktika", - "address": "Arcisstr. 21(0508), Erdgescho\u00df", - "architect_room_nr": "0806@0508", - "area_m2": 23.69, - "building": "0508 (Z8) W\u00e4rmekraftwerk/Hydr.-Inst.", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "806", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9237", - "roomcode": "0508.EG.806", - "usage": 131 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41361", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9237, + "usage_id": 131 + }, + "0508.EG.808A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0808A, Physiklabor einfach/Laserlabor", "arch_name": "0808A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41361", - "roomcode": "0508.EG.808A", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41434", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 46175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41361, + "usage_id": 103 + }, + "0508.EG.810A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0810A, Halle leer (Umbau", "arch_name": "0810A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41434", - "roomcode": "0508.EG.810A", - "usage": 217 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41437", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41434, + "usage_id": 217 + }, + "0508.EG.810B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0810B, W\u00e4rmeversorgung", "arch_name": "0810B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41437", - "roomcode": "0508.EG.810B", - "usage": 201 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41440", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41437, + "usage_id": 201 + }, + "0508.EG.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0811, Schaltwarte (Umbau)", "arch_name": "0811@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41440", - "roomcode": "0508.EG.811", - "usage": 217 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41444", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41440, + "usage_id": 217 + }, + "0508.EG.812": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0812, Stromversorgung", "arch_name": "0812@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41444", - "roomcode": "0508.EG.812", - "usage": 160 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41447", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41444, + "usage_id": 160 + }, + "0508.EG.813": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0813, Stromversorgung", "arch_name": "0813@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41447", - "roomcode": "0508.EG.813", - "usage": 160 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41451", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41447, + "usage_id": 160 + }, + "0508.EG.814": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0814, Stromversorgung", "arch_name": "0814@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41451", - "roomcode": "0508.EG.814", - "usage": 160 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41668", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41451, + "usage_id": 160 + }, + "0508.EG.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0815, B\u00fcro", "arch_name": "0815@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41668", - "roomcode": "0508.EG.815", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41675", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41668, + "usage_id": 12 + }, + "0508.EG.816": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0816, B\u00fcro", "arch_name": "0816@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41675", - "roomcode": "0508.EG.816", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41748", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41675, + "usage_id": 12 + }, + "0508.EG.817": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0817, Fachschaft Architektur", "arch_name": "0817@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=38684", - "operator": "[ TUARZ06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41748", - "roomcode": "0508.EG.817", - "usage": 44 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41753", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 38684, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41748, + "usage_id": 44 + }, + "0508.EG.817A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0817A, Fachschaft Architektur", "arch_name": "0817A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=38684", - "operator": "[ TUARZ06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41753", - "roomcode": "0508.EG.817A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41759", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41753, + "usage_id": 12 + }, + "0508.EG.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0818, B\u00fcro", "arch_name": "0818@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41759", - "roomcode": "0508.EG.818", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41828", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41759, + "usage_id": 12 + }, + "0508.EG.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0819, B\u00fcro URBANA-Energiedienste", "arch_name": "0819@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41828", - "roomcode": "0508.EG.819", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41833", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41828, + "usage_id": 12 + }, + "0508.EG.820": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0820, Besprechungsraum", "arch_name": "0820@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41833", - "roomcode": "0508.EG.820", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=21480", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41833, + "usage_id": 196 + }, + "0508.EG.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0824, Werkstatt/Sozialbereich URBANA-Energiedienst", "arch_name": "0824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21480", - "roomcode": "0508.EG.824", - "usage": 51 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41840", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26055, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21480, + "usage_id": 51 + }, + "0508.EG.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0826, WC URBANA-Energiedienste", "arch_name": "0826@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41840", - "roomcode": "0508.EG.826", - "usage": 37 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=21485", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41840, + "usage_id": 37 + }, + "0508.EG.828": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0828, B\u00fcro URBANA-Energiedienste", "arch_name": "0828@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21485", - "roomcode": "0508.EG.828", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41906", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21485, + "usage_id": 12 + }, + "0508.EG.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0831, Sommerkesselhaus", "arch_name": "0831@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41906", - "roomcode": "0508.EG.831", - "usage": 201 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41909", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41906, + "usage_id": 201 + }, + "0508.EG.833": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0833, Standwerke M\u00fcnchen Strom", "arch_name": "0833@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41909", - "roomcode": "0508.EG.833", - "usage": 160 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41912", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41909, + "usage_id": 160 + }, + "0508.EG.834": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0834, Erdgas\u00fcbergabestation", "arch_name": "0834@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41912", - "roomcode": "0508.EG.834", - "usage": 54 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41916", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41912, + "usage_id": 54 + }, + "0508.EG.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0870, Treppenhaus Nord (Umbau)", "arch_name": "0870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41916", - "roomcode": "0508.EG.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41922", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41916, + "usage_id": 223 + }, + "0508.EG.870A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0870A, Flur (Umbau)", "arch_name": "0870A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41922", - "roomcode": "0508.EG.870A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40798", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41922, + "usage_id": 222 + }, + "0508.EG.870B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0870B, Aufzug Treppe Nord (Umbau)", "arch_name": "0870B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40798", - "roomcode": "0508.EG.870B", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40812", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40798, + "usage_id": 4 + }, + "0508.EG.871": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0871, Treppenhaus S\u00fcd", "arch_name": "0871@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40812", - "roomcode": "0508.EG.871", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40816", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40812, + "usage_id": 223 + }, + "0508.EG.871A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0871A, Lager Treppe S\u00fcd", "arch_name": "0871A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=38684", - "operator": "[ TUARZ06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40816", - "roomcode": "0508.EG.871A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=40822", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40816, + "usage_id": 30 + }, + "0508.EG.873": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0873, Treppenraum Trafo", "arch_name": "0873@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40822", - "roomcode": "0508.EG.873", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41611", + "area_id": 23, + "building_id": 584, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40822, + "usage_id": 223 + }, + "0508.U1.800": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1800, Versuchshalle", "arch_name": "-1800@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41611", - "roomcode": "0508.U1.800", - "usage": 49 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41619", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46175, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41611, + "usage_id": 49 + }, + "0508.U1.800C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1800C, Treppe Versuchshalle", "arch_name": "-1800C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41619", - "roomcode": "0508.U1.800C", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41624", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41619, + "usage_id": 223 + }, + "0508.U1.800D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1800D, Wasserbecken", "arch_name": "-1800D@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41624", - "roomcode": "0508.U1.800D", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41628", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 46175, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41624, + "usage_id": 183 + }, + "0508.U1.800E": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1800E, Wasserbecken", "arch_name": "-1800E@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41628", - "roomcode": "0508.U1.800E", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41711", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41628, + "usage_id": 183 + }, + "0508.U1.805": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1805, Pumpenraum", "arch_name": "-1805@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41711", - "roomcode": "0508.U1.805", - "usage": 182 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41390", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41711, + "usage_id": 182 + }, + "0508.U1.808": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1808, W\u00e4rmeversorgung", "arch_name": "-1808@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41390", - "roomcode": "0508.U1.808", - "usage": 54 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39824", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41390, + "usage_id": 54 + }, + "0508.U1.808A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1808A, Flur", "arch_name": "-1808A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39824", - "roomcode": "0508.U1.808A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39822", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39824, + "usage_id": 222 + }, + "0508.U1.808B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1808B, W\u00e4rmeversorgung", "arch_name": "-1808B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39822", - "roomcode": "0508.U1.808B", - "usage": 54 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39796", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39822, + "usage_id": 54 + }, + "0508.U1.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1809, W\u00e4rmeversorgung", "arch_name": "-1809@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39796", - "roomcode": "0508.U1.809", - "usage": 54 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39794", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39796, + "usage_id": 54 + }, + "0508.U1.811": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1811, Elektroverteilung", "arch_name": "-1811@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39794", - "roomcode": "0508.U1.811", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39792", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39794, + "usage_id": 160 + }, + "0508.U1.812": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1812, Stromversorgung", "arch_name": "-1812@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39792", - "roomcode": "0508.U1.812", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39906", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39792, + "usage_id": 160 + }, + "0508.U1.814": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1814, Heiztechnik", "arch_name": "-1814@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39906", - "roomcode": "0508.U1.814", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41280", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39906, + "usage_id": 217 + }, + "0508.U1.814A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1814A, Notstromversorgung", "arch_name": "-1814A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41280", - "roomcode": "0508.U1.814A", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39910", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41280, + "usage_id": 160 + }, + "0508.U1.814B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1814B, Elektroausgaberaum", "arch_name": "-1814B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39910", - "roomcode": "0508.U1.814B", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39838", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39910, + "usage_id": 160 + }, + "0508.U1.815": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1815, Lager Fa. Siemens", "arch_name": "-1815@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39838", - "roomcode": "0508.U1.815", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=71022", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39838, + "usage_id": 30 + }, + "0508.U1.815A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1815A, Lager", "arch_name": "-1815A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71022", - "roomcode": "0508.U1.815A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39808", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71022, + "usage_id": 30 + }, + "0508.U1.817": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1817, Heizzentrale", "arch_name": "-1817@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39808", - "roomcode": "0508.U1.817", - "usage": 54 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64189", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39808, + "usage_id": 54 + }, + "0508.U1.818": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1818, Flur", "arch_name": "-1818@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64189", - "roomcode": "0508.U1.818", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39813", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64189, + "usage_id": 222 + }, + "0508.U1.819": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1819, S\u00e4ure u. Laugenstation", "arch_name": "-1819@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39813", - "roomcode": "0508.U1.819", - "usage": 182 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=14226", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39813, + "usage_id": 182 + }, + "0508.U1.821": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1821, Wasserversorgung", "arch_name": "-1821@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14226", - "roomcode": "0508.U1.821", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41385", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14226, + "usage_id": 183 + }, + "0508.U1.822": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1822/A, Lager", "arch_name": "-1822/A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41385", - "roomcode": "0508.U1.822", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41117", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41385, + "usage_id": 30 + }, + "0508.U1.824": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1824, Flur (Umbau)", "arch_name": "-1824@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41117", - "roomcode": "0508.U1.824", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41125", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41117, + "usage_id": 222 + }, + "0508.U1.825": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1825, Lager (Umbau)", "arch_name": "-1825@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41125", - "roomcode": "0508.U1.825", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41129", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41125, + "usage_id": 217 + }, + "0508.U1.826": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1826, Lager (Umbau)", "arch_name": "-1826@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41129", - "roomcode": "0508.U1.826", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41182", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41129, + "usage_id": 217 + }, + "0508.U1.831": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1831, Wasserversorgung", "arch_name": "-1831@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41182", - "roomcode": "0508.U1.831", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41187", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41182, + "usage_id": 183 + }, + "0508.U1.833": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1833, Mittelspannung", "arch_name": "-1833@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41187", - "roomcode": "0508.U1.833", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41191", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41187, + "usage_id": 160 + }, + "0508.U1.834": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1834, Elektrischer Betriebsraum", "arch_name": "-1834@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41191", - "roomcode": "0508.U1.834", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41483", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41191, + "usage_id": 160 + }, + "0508.U1.840": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1840, Lager", "arch_name": "-1840@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41483", - "roomcode": "0508.U1.840", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41722", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41483, + "usage_id": 30 + }, + "0508.U1.841A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1841A, L\u00fcftung", "arch_name": "-1841A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41722", - "roomcode": "0508.U1.841A", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41725", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41722, + "usage_id": 32 + }, + "0508.U1.841B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1841B, Heiztechnik", "arch_name": "-1841B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41725", - "roomcode": "0508.U1.841B", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41729", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41725, + "usage_id": 201 + }, + "0508.U1.841C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1841C, Heiztechnik", "arch_name": "-1841C@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41729", - "roomcode": "0508.U1.841C", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41867", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41729, + "usage_id": 201 + }, + "0508.U1.845": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1845, \u00d6llager", "arch_name": "-1845@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41867", - "roomcode": "0508.U1.845", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41875", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41867, + "usage_id": 30 + }, + "0508.U1.845A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1845A, \u00d6llager", "arch_name": "-1845A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41875", - "roomcode": "0508.U1.845A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41881", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41875, + "usage_id": 30 + }, + "0508.U1.847": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1847, Wasserversorgung", "arch_name": "-1847@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41881", - "roomcode": "0508.U1.847", - "usage": 183 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40744", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41881, + "usage_id": 183 + }, + "0508.U1.851": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1851, Heiztechnik", "arch_name": "-1851@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40744", - "roomcode": "0508.U1.851", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40751", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40744, + "usage_id": 201 + }, + "0508.U1.854": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1854, Diesel\u00f6l (Umbau)", "arch_name": "-1854@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40751", - "roomcode": "0508.U1.854", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40756", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40751, + "usage_id": 217 + }, + "0508.U1.856": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1856, Heizung u. Brauchwassererw\u00e4rmung", "arch_name": "-1856@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40756", - "roomcode": "0508.U1.856", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40764", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40756, + "usage_id": 201 + }, + "0508.U1.857": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1857, Lager (Umbau)", "arch_name": "-1857@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40764", - "roomcode": "0508.U1.857", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40840", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40764, + "usage_id": 217 + }, + "0508.U1.858": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1858, Lager (Umbau)", "arch_name": "-1858@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40840", - "roomcode": "0508.U1.858", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40844", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40840, + "usage_id": 217 + }, + "0508.U1.859": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1859, Alt Kohlelager (Umbau)", "arch_name": "-1859@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40844", - "roomcode": "0508.U1.859", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40849", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40844, + "usage_id": 217 + }, + "0508.U1.859A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1859A, Aufzug/Treppe (Umbau)", "arch_name": "-1859A@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40849", - "roomcode": "0508.U1.859A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40892", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40849, + "usage_id": 4 + }, + "0508.U1.859B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1859B, Flur \u00d6llager (Umbau)", "arch_name": "-1859B@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40892", - "roomcode": "0508.U1.859B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40900", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40892, + "usage_id": 222 + }, + "0508.U1.860": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1860, Sprinklerzentrale f\u00fcr 0503 (Umbau)", "arch_name": "-1860@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40900", - "roomcode": "0508.U1.860", - "usage": 217 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40904", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40900, + "usage_id": 217 + }, + "0508.U1.861": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1861, Sprinklerzentrale f\u00fcr 0503 (Umbau)", "arch_name": "-1861@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40904", - "roomcode": "0508.U1.861", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40962", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40904, + "usage_id": 201 + }, + "0508.U1.862": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1862, Sprinklerzentrale f\u00fcr 0503 (Umbau)", "arch_name": "-1862@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40962", - "roomcode": "0508.U1.862", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40968", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40962, + "usage_id": 201 + }, + "0508.U1.870": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1870, Treppenhaus Nord (Umbau)", "arch_name": "-1870@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40968", - "roomcode": "0508.U1.870", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40977", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40968, + "usage_id": 223 + }, + "0508.U1.871": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1871, Treppenhaus S\u00fcd", "arch_name": "-1871@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40977", - "roomcode": "0508.U1.871", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64196", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40977, + "usage_id": 223 + }, + "0508.U1.873": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1873, Lager", "arch_name": "-1873@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=38684", - "operator": "[ TUARZ06 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64196", - "roomcode": "0508.U1.873", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64197", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64196, + "usage_id": 30 + }, + "0508.U1.874": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1874, Entrauchung", "arch_name": "-1874@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64197", - "roomcode": "0508.U1.874", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64190", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64197, + "usage_id": 32 + }, + "0508.U1.880": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1880, Flur", "arch_name": "-1880@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64190", - "roomcode": "0508.U1.880", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64191", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64190, + "usage_id": 222 + }, + "0508.U1.881": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1881, Flur", "arch_name": "-1881@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64191", - "roomcode": "0508.U1.881", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64192", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64191, + "usage_id": 222 + }, + "0508.U1.890": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1890, Lager", "arch_name": "-1890@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64192", - "roomcode": "0508.U1.890", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64193", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64192, + "usage_id": 30 + }, + "0508.U1.895": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1895, Lager", "arch_name": "-1895@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64193", - "roomcode": "0508.U1.895", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64194", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64193, + "usage_id": 30 + }, + "0508.U1.896": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1896, Lager", "arch_name": "-1896@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64194", - "roomcode": "0508.U1.896", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=64195", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64194, + "usage_id": 30 + }, + "0508.U1.897": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1897, Lager", "arch_name": "-1897@0508", - "b_area_id": 23, - "b_filter_id": 584, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=46175", - "operator": "[ TUBVDTL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64195", - "roomcode": "0508.U1.897", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75023", + "area_id": 23, + "building_id": 584, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 46175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64195, + "usage_id": 30 + }, + "0509.01.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z902, B\u00fcro", "arch_name": "Z902@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75023", - "roomcode": "0509.01.902", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75024", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75023, + "usage_id": 12 + }, + "0509.01.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z903, B\u00fcro", "arch_name": "Z903@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75024", - "roomcode": "0509.01.903", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75025", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75024, + "usage_id": 12 + }, + "0509.01.904": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z904, B\u00fcro", "arch_name": "Z904@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75025", - "roomcode": "0509.01.904", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75026", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75025, + "usage_id": 12 + }, + "0509.01.905": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z905, B\u00fcro", "arch_name": "Z905@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75026", - "roomcode": "0509.01.905", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74975", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75026, + "usage_id": 12 + }, + "0509.01.908": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z908, B\u00fcro", "arch_name": "Z908@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74975", - "roomcode": "0509.01.908", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74976", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74975, + "usage_id": 12 + }, + "0509.01.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z909, B\u00fcro", "arch_name": "Z909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74976", - "roomcode": "0509.01.909", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74977", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74976, + "usage_id": 12 + }, + "0509.01.912": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z912, B\u00fcro", "arch_name": "Z912@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74977", - "roomcode": "0509.01.912", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74978", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74977, + "usage_id": 12 + }, + "0509.01.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z913, Besprechungsraum", "arch_name": "Z913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74978", - "roomcode": "0509.01.913", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74979", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74978, + "usage_id": 196 + }, + "0509.01.916": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z916, B\u00fcro", "arch_name": "Z916@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74979", - "roomcode": "0509.01.916", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74980", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74979, + "usage_id": 12 + }, + "0509.01.921": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z921, Studentenarb. m. DV (HKW)", "arch_name": "Z921@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74980", - "roomcode": "0509.01.921", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74981", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 34, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74980, + "usage_id": 208 + }, + "0509.01.922": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z922, Studentenarb. m. DV (HKW)", "arch_name": "Z922@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74981", - "roomcode": "0509.01.922", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74982", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15367, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74981, + "usage_id": 208 + }, + "0509.01.923": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z923, Studentenarb. m. DV (HKW)", "arch_name": "Z923@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74982", - "roomcode": "0509.01.923", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74983", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14188, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74982, + "usage_id": 208 + }, + "0509.01.925": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z925, Putzraum", "arch_name": "Z925@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74983", - "roomcode": "0509.01.925", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74984", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74983, + "usage_id": 205 + }, + "0509.01.926": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z926, WC (HKW)", "arch_name": "Z926@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74984", - "roomcode": "0509.01.926", - "usage": 114 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74985", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74984, + "usage_id": 114 + }, + "0509.01.928": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z928, Flur (HKW)", "arch_name": "Z928@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74985", - "roomcode": "0509.01.928", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74986", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74985, + "usage_id": 222 + }, + "0509.01.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z929, Flur", "arch_name": "Z929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74986", - "roomcode": "0509.01.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74987", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74986, + "usage_id": 222 + }, + "0509.01.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z930, Treppenhaus 2", "arch_name": "Z930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74987", - "roomcode": "0509.01.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74988", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74987, + "usage_id": 223 + }, + "0509.01.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z931, WC-Damen", "arch_name": "Z931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74988", - "roomcode": "0509.01.931", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74989", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74988, + "usage_id": 116 + }, + "0509.01.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z932, B\u00fcro", "arch_name": "Z932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74989", - "roomcode": "0509.01.932", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74990", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74989, + "usage_id": 12 + }, + "0509.01.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z933, Raumlufttechnik", "arch_name": "Z933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74990", - "roomcode": "0509.01.933", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74991", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74990, + "usage_id": 32 + }, + "0509.01.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z934, B\u00fcro", "arch_name": "Z934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74991", - "roomcode": "0509.01.934", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74992", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74991, + "usage_id": 12 + }, + "0509.01.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z935, Elektrotechnik", "arch_name": "Z935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74992", - "roomcode": "0509.01.935", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74993", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74992, + "usage_id": 120 + }, + "0509.01.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z936, B\u00fcro", "arch_name": "Z936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74993", - "roomcode": "0509.01.936", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74994", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74993, + "usage_id": 12 + }, + "0509.01.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z937, Elektrotechnik", "arch_name": "Z937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74994", - "roomcode": "0509.01.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74995", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74994, + "usage_id": 120 + }, + "0509.01.938": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z938, B\u00fcro", "arch_name": "Z938@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74995", - "roomcode": "0509.01.938", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74996", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74995, + "usage_id": 12 + }, + "0509.01.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z940, B\u00fcro", "arch_name": "Z940@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74996", - "roomcode": "0509.01.940", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74997", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74996, + "usage_id": 12 + }, + "0509.01.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z941, B\u00fcro", "arch_name": "Z941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74997", - "roomcode": "0509.01.941", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74998", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74997, + "usage_id": 12 + }, + "0509.01.943": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z943, B\u00fcro", "arch_name": "Z943@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74998", - "roomcode": "0509.01.943", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74999", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74998, + "usage_id": 12 + }, + "0509.01.944": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z944, B\u00fcro", "arch_name": "Z944@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74999", - "roomcode": "0509.01.944", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75000", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74999, + "usage_id": 12 + }, + "0509.01.945": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z945, B\u00fcro", "arch_name": "Z945@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75000", - "roomcode": "0509.01.945", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75001", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75000, + "usage_id": 12 + }, + "0509.01.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z946, Sekretariat", "arch_name": "Z946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75001", - "roomcode": "0509.01.946", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75002", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75001, + "usage_id": 40 + }, + "0509.01.947": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z947, B\u00fcro", "arch_name": "Z947@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75002", - "roomcode": "0509.01.947", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75003", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75002, + "usage_id": 12 + }, + "0509.01.948": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z948, Prof.-B\u00fcro", "arch_name": "Z948@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75003", - "roomcode": "0509.01.948", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75004", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75003, + "usage_id": 12 + }, + "0509.01.949": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z949, Teek\u00fcche/Aufenthaltsraum", "arch_name": "Z949@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75004", - "roomcode": "0509.01.949", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75005", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75004, + "usage_id": 198 + }, + "0509.01.952": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z952, B\u00fcro", "arch_name": "Z952@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75005", - "roomcode": "0509.01.952", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75006", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75005, + "usage_id": 12 + }, + "0509.01.954": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z954, B\u00fcro", "arch_name": "Z954@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75006", - "roomcode": "0509.01.954", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75007", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75006, + "usage_id": 12 + }, + "0509.01.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z955, Putzraum", "arch_name": "Z955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75007", - "roomcode": "0509.01.955", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75008", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75007, + "usage_id": 205 + }, + "0509.01.957": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z957, WC-Damen", "arch_name": "Z957@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75008", - "roomcode": "0509.01.957", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75009", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75008, + "usage_id": 116 + }, + "0509.01.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z959, Flur", "arch_name": "Z959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75009", - "roomcode": "0509.01.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75010", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75009, + "usage_id": 222 + }, + "0509.01.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z960, Treppenraum", "arch_name": "Z960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75010", - "roomcode": "0509.01.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75011", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75010, + "usage_id": 223 + }, + "0509.01.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z961, B\u00fcro", "arch_name": "Z961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75011", - "roomcode": "0509.01.961", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75012", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75011, + "usage_id": 12 + }, + "0509.01.967": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z967, Labor/Diplomanden", "arch_name": "Z967@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75012", - "roomcode": "0509.01.967", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75013", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75012, + "usage_id": 103 + }, + "0509.01.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z973, Elektrotechnik", "arch_name": "Z973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75013", - "roomcode": "0509.01.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75014", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75013, + "usage_id": 120 + }, + "0509.01.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z975, Elektrotechnik", "arch_name": "Z975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75014", - "roomcode": "0509.01.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75015", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75014, + "usage_id": 120 + }, + "0509.01.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z977, Labor/Diplomanden", "arch_name": "Z977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75015", - "roomcode": "0509.01.977", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75016", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75015, + "usage_id": 103 + }, + "0509.01.981": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z981, Labor/Diplomanden", "arch_name": "Z981@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75016", - "roomcode": "0509.01.981", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75017", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75016, + "usage_id": 103 + }, + "0509.01.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z987, Raumlufttechnik", "arch_name": "Z987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75017", - "roomcode": "0509.01.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75018", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75017, + "usage_id": 32 + }, + "0509.01.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z989, Galerieflur", "arch_name": "Z989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75018", - "roomcode": "0509.01.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75019", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75018, + "usage_id": 222 + }, + "0509.01.989A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z989A, Fluchtbalkon Audimax (Reinigen)", "arch_name": "Z989A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75019", - "roomcode": "0509.01.989A", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75020", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75019, + "usage_id": 219 + }, + "0509.01.989B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z989B, Fluchttreppe Audimax (Reinigen)", "arch_name": "Z989B@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75020", - "roomcode": "0509.01.989B", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75021", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75020, + "usage_id": 219 + }, + "0509.01.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z990, Treppenhaus 3", "arch_name": "Z990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75021", - "roomcode": "0509.01.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75022", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75021, + "usage_id": 223 + }, + "0509.01.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z991, Raumlufttechnik", "arch_name": "Z991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75022", - "roomcode": "0509.01.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74972", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75022, + "usage_id": 32 + }, + "0509.01.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z993, Vorraum", "arch_name": "Z993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74972", - "roomcode": "0509.01.993", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74973", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74972, + "usage_id": 50 + }, + "0509.01.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z995, Seminarraum m. Vorbereitung", "arch_name": "Z995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "extended": { - "additional_description": "Z995, Seminarraum m. Vorbereitung", - "address": "Arcisstr. 21(0509), 1.Obergescho\u00df", - "architect_room_nr": "Z995@0509", - "area_m2": 110.27, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "995", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74973", - "roomcode": "0509.01.995", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=74974", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74973, + "usage_id": 41 + }, + "0509.01.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z999, Vorbereitung", "arch_name": "Z999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74974", - "roomcode": "0509.01.999", - "usage": 136 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7492", + "area_id": 23, + "building_id": 585, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74974, + "usage_id": 136 + }, + "0509.02.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1902, B\u00fcro", "arch_name": "1902@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=49638", - "operator": "[ TUEIMLI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7492", - "roomcode": "0509.02.902", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=14525", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49638, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7492, + "usage_id": 12 + }, + "0509.02.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1903, \u00dcbung-DV", "arch_name": "1903@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=49638&cRes=15217&cReadonly=J", - "extended": { - "additional_description": "1903, \u00dcbung-DV", - "address": "Arcisstr. 21(0509), 2.Obergescho\u00df", - "architect_room_nr": "1903@0509", - "area_m2": 70.33, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "903", - "seats": 19, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=49638", - "operator": "[ TUEIMLI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14525", - "roomcode": "0509.02.903", - "usage": 131 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7509", - "alt_name": "1904, B\u00fcro", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15217, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49638, + "seats": { + "sitting": 19, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14525, + "usage_id": 131 + }, + "0509.02.904": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1904, B\u00fcro", "arch_name": "1904@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=49638", - "operator": "[ TUEIMLI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7509", - "roomcode": "0509.02.904", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7513", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49638, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7509, + "usage_id": 12 + }, + "0509.02.908": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1908, B\u00fcro", "arch_name": "1908@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=49638", - "operator": "[ TUEIMLI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7513", - "roomcode": "0509.02.908", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7516", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49638, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7513, + "usage_id": 12 + }, + "0509.02.910": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1910, B\u00fcro", "arch_name": "1910@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7516", - "roomcode": "0509.02.910", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7518", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7516, + "usage_id": 12 + }, + "0509.02.912": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1912, B\u00fcro", "arch_name": "1912@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7518", - "roomcode": "0509.02.912", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7521", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7518, + "usage_id": 12 + }, + "0509.02.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1913, B\u00fcro", "arch_name": "1913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7521", - "roomcode": "0509.02.913", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7526", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7521, + "usage_id": 12 + }, + "0509.02.914": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1914, B\u00fcro", "arch_name": "1914@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7526", - "roomcode": "0509.02.914", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38546", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7526, + "usage_id": 12 + }, + "0509.02.916": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1916, B\u00fcro", "arch_name": "1916@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38546", - "roomcode": "0509.02.916", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38558", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38546, + "usage_id": 12 + }, + "0509.02.917": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1917, B\u00fcro", "arch_name": "1917@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38558", - "roomcode": "0509.02.917", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38563", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38558, + "usage_id": 12 + }, + "0509.02.919": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1919, Studentenarb. m. DV", "arch_name": "1919@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38563", - "roomcode": "0509.02.919", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7432", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38563, + "usage_id": 208 + }, + "0509.02.920": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1920, B\u00fcro/Hausmeister", "arch_name": "1920@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7432", - "roomcode": "0509.02.920", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=14611", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 37992, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7432, + "usage_id": 12 + }, + "0509.02.921": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1921, Lager/EDV-Verteiler (HKW)", "arch_name": "1921@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14611", - "roomcode": "0509.02.921", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=14613", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14611, + "usage_id": 30 + }, + "0509.02.922": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1922, Studentenarb. m. DV (HKW)", "arch_name": "1922@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14613", - "roomcode": "0509.02.922", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=66531", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14613, + "usage_id": 208 + }, + "0509.02.923A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1923A, Rundbalkon (HKW-Reinigen)", "arch_name": "1923A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66531", - "roomcode": "0509.02.923A", - "usage": 137 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38584", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66531, + "usage_id": 137 + }, + "0509.02.927": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1927, Aufzug (HKW)", "arch_name": "1927@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38584", - "roomcode": "0509.02.927", - "usage": 4 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38586", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38584, + "usage_id": 4 + }, + "0509.02.928": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1928, Flur (HKW)", "arch_name": "1928@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38586", - "roomcode": "0509.02.928", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38589", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38586, + "usage_id": 222 + }, + "0509.02.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1929, Flur", "arch_name": "1929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38589", - "roomcode": "0509.02.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38524", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38589, + "usage_id": 222 + }, + "0509.02.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1930, Treppenhaus 1", "arch_name": "1930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38524", - "roomcode": "0509.02.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=68170", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38524, + "usage_id": 223 + }, + "0509.02.930C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1930C, \u00dcbergang 1 zu 0504", "arch_name": "1930C@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68170", - "roomcode": "0509.02.930C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38531", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68170, + "usage_id": 222 + }, + "0509.02.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1931, WC-Vorraum Herren", "arch_name": "1931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38531", - "roomcode": "0509.02.931", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74942", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38531, + "usage_id": 118 + }, + "0509.02.931A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1931A, WC-Herren", "arch_name": "1931A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74942", - "roomcode": "0509.02.931A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74941", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74942, + "usage_id": 115 + }, + "0509.02.931B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1931B, WC-Herren", "arch_name": "1931B@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74941", - "roomcode": "0509.02.931B", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7449", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74941, + "usage_id": 115 + }, + "0509.02.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1932, Kopierraum", "arch_name": "1932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7449", - "roomcode": "0509.02.932", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38540", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7449, + "usage_id": 110 + }, + "0509.02.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1933, Raumlufttechnik", "arch_name": "1933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38540", - "roomcode": "0509.02.933", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7632", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38540, + "usage_id": 32 + }, + "0509.02.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1934, B\u00fcro", "arch_name": "1934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7632", - "roomcode": "0509.02.934", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38737", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7632, + "usage_id": 12 + }, + "0509.02.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1935, Lager", "arch_name": "1935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38737", - "roomcode": "0509.02.935", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7635", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38737, + "usage_id": 30 + }, + "0509.02.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1936, B\u00fcro", "arch_name": "1936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7635", - "roomcode": "0509.02.936", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38744", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7635, + "usage_id": 12 + }, + "0509.02.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1937, Elektrotechnik", "arch_name": "1937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38744", - "roomcode": "0509.02.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7638", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38744, + "usage_id": 120 + }, + "0509.02.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1940, B\u00fcro", "arch_name": "1940@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7638", - "roomcode": "0509.02.940", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38767", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7638, + "usage_id": 12 + }, + "0509.02.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1941, B\u00fcro", "arch_name": "1941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38767", - "roomcode": "0509.02.941", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7568", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38767, + "usage_id": 12 + }, + "0509.02.942": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1942, B\u00fcro", "arch_name": "1942@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7568", - "roomcode": "0509.02.942", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38790", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15370, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7568, + "usage_id": 12 + }, + "0509.02.945": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1945, Labor/Diplomanden", "arch_name": "1945@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38790", - "roomcode": "0509.02.945", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7572", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38790, + "usage_id": 103 + }, + "0509.02.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1946, Prof.-B\u00fcro", "arch_name": "1946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7572", - "roomcode": "0509.02.946", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7575", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7572, + "usage_id": 12 + }, + "0509.02.948": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1948, B\u00fcro", "arch_name": "1948@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7575", - "roomcode": "0509.02.948", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38805", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7575, + "usage_id": 12 + }, + "0509.02.949": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1949, Stud.arbeit", "arch_name": "1949@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38805", - "roomcode": "0509.02.949", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38815", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38805, + "usage_id": 208 + }, + "0509.02.952": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1952, Prof.-B\u00fcro", "arch_name": "1952@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38815", - "roomcode": "0509.02.952", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74929", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15370, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38815, + "usage_id": 12 + }, + "0509.02.953A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1953A, Teek\u00fcche", "arch_name": "1953A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74929", - "roomcode": "0509.02.953A", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38869", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74929, + "usage_id": 198 + }, + "0509.02.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1955, Putzraum", "arch_name": "1955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38869", - "roomcode": "0509.02.955", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38874", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38869, + "usage_id": 205 + }, + "0509.02.957": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1957, WC-Vorraum Damen", "arch_name": "1957@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38874", - "roomcode": "0509.02.957", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74940", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38874, + "usage_id": 118 + }, + "0509.02.957A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1957A, WC-Damen", "arch_name": "1957A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74940", - "roomcode": "0509.02.957A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38879", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74940, + "usage_id": 116 + }, + "0509.02.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1959, Flur", "arch_name": "1959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38879", - "roomcode": "0509.02.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38704", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38879, + "usage_id": 222 + }, + "0509.02.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1960, Treppenhaus 2", "arch_name": "1960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38704", - "roomcode": "0509.02.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=68171", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38704, + "usage_id": 223 + }, + "0509.02.960C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1960C, \u00dcbergang 2 zu 0504", "arch_name": "1960C@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68171", - "roomcode": "0509.02.960C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7624", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68171, + "usage_id": 222 + }, + "0509.02.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1961, Server", "arch_name": "1961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7624", - "roomcode": "0509.02.961", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38713", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7624, + "usage_id": 207 + }, + "0509.02.963": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1963, Labor/Diplomanden", "arch_name": "1963@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38713", - "roomcode": "0509.02.963", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38718", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38713, + "usage_id": 103 + }, + "0509.02.967": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1967, Besprechungsraum", "arch_name": "1967@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15370&cRes=21242&cReadonly=J", - "list_index": "330", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38718", - "roomcode": "0509.02.967", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38958", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 21242, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15370, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38718, + "usage_id": 196 + }, + "0509.02.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1973, Lager", "arch_name": "1973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38958", - "roomcode": "0509.02.973", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38963", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38958, + "usage_id": 30 + }, + "0509.02.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1975, Elektrotechnik", "arch_name": "1975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38963", - "roomcode": "0509.02.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74930", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38963, + "usage_id": 120 + }, + "0509.02.976": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1976, Gang, Weg im Freien", "arch_name": "1976@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74930", - "roomcode": "0509.02.976", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7553", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74930, + "usage_id": 219 + }, + "0509.02.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1977, Seminarraum", "arch_name": "1977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15367&cRes=15037&cReadonly=J", - "extended": { - "additional_description": "1977, Seminarraum", - "address": "Arcisstr. 21(0509), 2.Obergescho\u00df", - "architect_room_nr": "1977@0509", - "area_m2": 74.64, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "977", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7553", - "roomcode": "0509.02.977", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74939", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15037, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7553, + "usage_id": 41 + }, + "0509.02.978": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1978, Gang, Weg im Freien", "arch_name": "1978@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74939", - "roomcode": "0509.02.978", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7555", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74939, + "usage_id": 219 + }, + "0509.02.986": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1986, Audimax Galerie", "arch_name": "1986@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "extended": { - "additional_description": "1986, Audimax Galerie", - "address": "Arcisstr. 21(0509), 2.Obergescho\u00df", - "architect_room_nr": "1986@0509", - "area_m2": 305.68, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "986", - "seats": 381, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7555", - "roomcode": "0509.02.986", - "usage": 20 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38972", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 381, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7555, + "usage_id": 20 + }, + "0509.02.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1987, Raumlufttechnik", "arch_name": "1987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38972", - "roomcode": "0509.02.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=38980", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38972, + "usage_id": 32 + }, + "0509.02.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1989, Galerieflur", "arch_name": "1989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38980", - "roomcode": "0509.02.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74928", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38980, + "usage_id": 222 + }, + "0509.02.989A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z989A, Gang, Weg im Freien", "arch_name": "Z989A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74928", - "roomcode": "0509.02.989A", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39000", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74928, + "usage_id": 219 + }, + "0509.02.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1990, Treppenhaus 3", "arch_name": "1990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39000", - "roomcode": "0509.02.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39004", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39000, + "usage_id": 223 + }, + "0509.02.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1991, Raumlufttechnik", "arch_name": "1991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39004", - "roomcode": "0509.02.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=74943", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39004, + "usage_id": 32 + }, + "0509.02.992": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1992, Gang, Weg im Freien", "arch_name": "1992@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74943", - "roomcode": "0509.02.992", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39007", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74943, + "usage_id": 219 + }, + "0509.02.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1993, Lager", "arch_name": "1993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39007", - "roomcode": "0509.02.993", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64757", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39007, + "usage_id": 30 + }, + "0509.02.994": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1994, Lager", "arch_name": "1994@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64757", - "roomcode": "0509.02.994", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=39011", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64757, + "usage_id": 30 + }, + "0509.02.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1995, Windfang \u00dcbergang", "arch_name": "1995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39011", - "roomcode": "0509.02.995", - "usage": 52 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=64756", + "area_id": 23, + "building_id": 585, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39011, + "usage_id": 52 + }, + "0509.02.998": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1998, Praktikumsraum", "arch_name": "1998@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15367&cRes=25155&cReadonly=J", - "list_index": "346", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64756", - "roomcode": "0509.02.998", - "usage": 211 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=7681", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 25155, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64756, + "usage_id": 211 + }, + "0509.02.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1999, Praktikumsraum", "arch_name": "1999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15367&cRes=15045&cReadonly=J", - "list_index": "347", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7681", - "roomcode": "0509.02.999", - "usage": 211 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7684", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15045, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7681, + "usage_id": 211 + }, + "0509.03.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2902, Studentenarb. m. DV", "arch_name": "2902@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=29032&cReadonly=J", - "list_index": "348", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7684", - "roomcode": "0509.03.902", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7696", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 29032, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7684, + "usage_id": 208 + }, + "0509.03.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2903, Studentenarb. m. DV", "arch_name": "2903@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=22943&cReadonly=J", - "list_index": "349", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7696", - "roomcode": "0509.03.903", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7699", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 22943, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7696, + "usage_id": 208 + }, + "0509.03.905": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2905, B\u00fcro", "arch_name": "2905@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7699", - "roomcode": "0509.03.905", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7702", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7699, + "usage_id": 12 + }, + "0509.03.906": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2906, B\u00fcro", "arch_name": "2906@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7702", - "roomcode": "0509.03.906", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7707", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7702, + "usage_id": 12 + }, + "0509.03.907": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2907, B\u00fcro", "arch_name": "2907@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7707", - "roomcode": "0509.03.907", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7709", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7707, + "usage_id": 12 + }, + "0509.03.908": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2908, B\u00fcro", "arch_name": "2908@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7709", - "roomcode": "0509.03.908", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7711", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7709, + "usage_id": 12 + }, + "0509.03.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2909, B\u00fcro", "arch_name": "2909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7711", - "roomcode": "0509.03.909", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7713", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7711, + "usage_id": 12 + }, + "0509.03.912": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2912, B\u00fcro", "arch_name": "2912@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7713", - "roomcode": "0509.03.912", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7717", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7713, + "usage_id": 12 + }, + "0509.03.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2913, B\u00fcro", "arch_name": "2913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7717", - "roomcode": "0509.03.913", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7720", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7717, + "usage_id": 12 + }, + "0509.03.914": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2914, B\u00fcro", "arch_name": "2914@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7720", - "roomcode": "0509.03.914", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7723", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7720, + "usage_id": 12 + }, + "0509.03.915": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2915, B\u00fcro", "arch_name": "2915@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7723", - "roomcode": "0509.03.915", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=38930", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7723, + "usage_id": 12 + }, + "0509.03.917": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2917, Druckger\u00e4teraum", "arch_name": "2917@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38930", - "roomcode": "0509.03.917", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=20381", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38930, + "usage_id": 110 + }, + "0509.03.918": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2918, B\u00fcro", "arch_name": "2918@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20381", - "roomcode": "0509.03.918", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7640", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20381, + "usage_id": 12 + }, + "0509.03.920": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2920, B\u00fcro", "arch_name": "2920@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7640", - "roomcode": "0509.03.920", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7642", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7640, + "usage_id": 12 + }, + "0509.03.922": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2922, B\u00fcro", "arch_name": "2922@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7642", - "roomcode": "0509.03.922", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74945", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7642, + "usage_id": 12 + }, + "0509.03.927": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2927, WC-Damen", "arch_name": "2927@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74945", - "roomcode": "0509.03.927", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74944", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74945, + "usage_id": 116 + }, + "0509.03.928": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2928, WC-Damen", "arch_name": "2928@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74944", - "roomcode": "0509.03.928", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=20391", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74944, + "usage_id": 116 + }, + "0509.03.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2929, Flur", "arch_name": "2929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20391", - "roomcode": "0509.03.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39086", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20391, + "usage_id": 222 + }, + "0509.03.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2930, Treppenhaus 1", "arch_name": "2930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39086", - "roomcode": "0509.03.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39087", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39086, + "usage_id": 223 + }, + "0509.03.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2931, WC-Vorraum Damen", "arch_name": "2931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39087", - "roomcode": "0509.03.931", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39104", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39087, + "usage_id": 118 + }, + "0509.03.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2932, B\u00fcro", "arch_name": "2932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39104", - "roomcode": "0509.03.932", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39108", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39104, + "usage_id": 12 + }, + "0509.03.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2933, Raumlufttechnik", "arch_name": "2933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39108", - "roomcode": "0509.03.933", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39160", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39108, + "usage_id": 32 + }, + "0509.03.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2934, B\u00fcro", "arch_name": "2934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39160", - "roomcode": "0509.03.934", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39168", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39160, + "usage_id": 12 + }, + "0509.03.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2936, Elektrotechnik", "arch_name": "2936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39168", - "roomcode": "0509.03.936", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39175", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39168, + "usage_id": 120 + }, + "0509.03.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2937, Elektrotechnik", "arch_name": "2937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39175", - "roomcode": "0509.03.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39182", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39175, + "usage_id": 120 + }, + "0509.03.938": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2938, B\u00fcro", "arch_name": "2938@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39182", - "roomcode": "0509.03.938", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7798", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39182, + "usage_id": 12 + }, + "0509.03.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2940, B\u00fcro", "arch_name": "2940@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7798", - "roomcode": "0509.03.940", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=19828", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7798, + "usage_id": 12 + }, + "0509.03.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2941, Serverraum", "arch_name": "2941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=28452&cReadonly=J", - "list_index": "375", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19828", - "roomcode": "0509.03.941", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39054", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 28452, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19828, + "usage_id": 207 + }, + "0509.03.944": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2944, B\u00fcro", "arch_name": "2944@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39054", - "roomcode": "0509.03.944", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39269", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39054, + "usage_id": 12 + }, + "0509.03.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2946, B\u00fcro", "arch_name": "2946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39269", - "roomcode": "0509.03.946", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39273", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39269, + "usage_id": 12 + }, + "0509.03.947": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2947, Praktikantenraum", "arch_name": "2947@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=43787&cRes=20477&cReadonly=J", - "list_index": "378", - "op_link": "webnav.navigate_to?corg=43787", - "operator": "[ TUEISEC ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39273", - "roomcode": "0509.03.947", - "usage": 211 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39278", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 20477, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43787, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39273, + "usage_id": 211 + }, + "0509.03.948": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2948, B\u00fcro", "arch_name": "2948@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39278", - "roomcode": "0509.03.948", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39291", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39278, + "usage_id": 12 + }, + "0509.03.950": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2950, B\u00fcro", "arch_name": "2950@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39291", - "roomcode": "0509.03.950", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39297", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39291, + "usage_id": 12 + }, + "0509.03.954": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2954, Prof.-B\u00fcro", "arch_name": "2954@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39297", - "roomcode": "0509.03.954", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39302", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39297, + "usage_id": 12 + }, + "0509.03.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2955, Putzraum", "arch_name": "2955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39302", - "roomcode": "0509.03.955", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39308", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39302, + "usage_id": 205 + }, + "0509.03.957": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2957, WC-Vorraum Herren", "arch_name": "2957@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39308", - "roomcode": "0509.03.957", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74938", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39308, + "usage_id": 118 + }, + "0509.03.957A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2957A, WC-Herren", "arch_name": "2957A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74938", - "roomcode": "0509.03.957A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=19274", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74938, + "usage_id": 115 + }, + "0509.03.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2959, Flur", "arch_name": "2959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19274", - "roomcode": "0509.03.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39323", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19274, + "usage_id": 222 + }, + "0509.03.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2960, Treppenhaus 2", "arch_name": "2960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39323", - "roomcode": "0509.03.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7769", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39323, + "usage_id": 223 + }, + "0509.03.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2961, Rechnerpraktikum", "arch_name": "2961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=18440&cReadonly=J", - "list_index": "387", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7769", - "roomcode": "0509.03.961", - "usage": 211 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39332", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 18440, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7769, + "usage_id": 211 + }, + "0509.03.965": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2965, B\u00fcro", "arch_name": "2965@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=28453&cReadonly=J", - "list_index": "388", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39332", - "roomcode": "0509.03.965", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39336", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 28453, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39332, + "usage_id": 12 + }, + "0509.03.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2973, Elektrotechnik", "arch_name": "2973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39336", - "roomcode": "0509.03.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39339", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39336, + "usage_id": 120 + }, + "0509.03.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2975, Elektrotechnik", "arch_name": "2975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39339", - "roomcode": "0509.03.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7776", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39339, + "usage_id": 120 + }, + "0509.03.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2977, Cip-Pool", "arch_name": "2977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=15048&cReadonly=J", - "list_index": "391", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7776", - "roomcode": "0509.03.977", - "usage": 213 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=74937", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15048, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7776, + "usage_id": 213 + }, + "0509.03.985": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74937", - "roomcode": "0509.03.985", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39345", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74937, + "usage_id": 219 + }, + "0509.03.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2987, Raumlufttechnik", "arch_name": "2987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39345", - "roomcode": "0509.03.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39202", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39345, + "usage_id": 32 + }, + "0509.03.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2989, Galerieflur", "arch_name": "2989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39202", - "roomcode": "0509.03.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39205", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39202, + "usage_id": 222 + }, + "0509.03.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2990, Treppenhaus 3", "arch_name": "2990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39205", - "roomcode": "0509.03.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39220", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39205, + "usage_id": 223 + }, + "0509.03.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2991, Raumlufttechnik", "arch_name": "2991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39220", - "roomcode": "0509.03.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=32586", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39220, + "usage_id": 32 + }, + "0509.03.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2993, Regieraum", "arch_name": "2993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32586", - "roomcode": "0509.03.993", - "usage": 153 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=39225", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32586, + "usage_id": 153 + }, + "0509.03.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2995, Vorraum", "arch_name": "2995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39225", - "roomcode": "0509.03.995", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=7927", + "area_id": 23, + "building_id": 585, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39225, + "usage_id": 50 + }, + "0509.03.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2999, Seminarraum", "arch_name": "2999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=15063&cReadonly=J", - "extended": { - "additional_description": "2999, Seminarraum", - "address": "Arcisstr. 21(0509), 3.Obergescho\u00df", - "architect_room_nr": "2999@0509", - "area_m2": 111.24, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "999", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7927", - "roomcode": "0509.03.999", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39232", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15063, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7927, + "usage_id": 41 + }, + "0509.04.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3902, Aufenthalt/Teek\u00fcche", "arch_name": "3902@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=18439&cReadonly=J", - "list_index": "400", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39232", - "roomcode": "0509.04.902", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=19506", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 18439, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39232, + "usage_id": 44 + }, + "0509.04.904": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3904, Druckger\u00e4teraum", "arch_name": "3904@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19506", - "roomcode": "0509.04.904", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7936", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19506, + "usage_id": 110 + }, + "0509.04.905A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3905a, B\u00fcro", "arch_name": "3905a@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=23971&cReadonly=J", - "list_index": "402", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7936", - "roomcode": "0509.04.905A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7937", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 23971, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7936, + "usage_id": 12 + }, + "0509.04.905B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3905b, Sekretariat", "arch_name": "3905b@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7937", - "roomcode": "0509.04.905B", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39387", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7937, + "usage_id": 40 + }, + "0509.04.905C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3905c, Besprechungsraum", "arch_name": "3905c@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=18441&cReadonly=J", - "list_index": "404", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39387", - "roomcode": "0509.04.905C", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7940", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 18441, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39387, + "usage_id": 196 + }, + "0509.04.906": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3906, B\u00fcro", "arch_name": "3906@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7940", - "roomcode": "0509.04.906", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=14228", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7940, + "usage_id": 12 + }, + "0509.04.908": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3908, Handbibliotheksraum", "arch_name": "3908@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=30032&cReadonly=J", - "list_index": "406", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14228", - "roomcode": "0509.04.908", - "usage": 10 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7944", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 30032, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14228, + "usage_id": 10 + }, + "0509.04.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3909, Prof.-B\u00fcro", "arch_name": "3909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7944", - "roomcode": "0509.04.909", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7948", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7944, + "usage_id": 12 + }, + "0509.04.911": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3911, Sekretariat", "arch_name": "3911@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7948", - "roomcode": "0509.04.911", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7952", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7948, + "usage_id": 40 + }, + "0509.04.912": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3912, B\u00fcro", "arch_name": "3912@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7952", - "roomcode": "0509.04.912", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39410", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7952, + "usage_id": 12 + }, + "0509.04.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3913, Archiv", "arch_name": "3913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39410", - "roomcode": "0509.04.913", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7860", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39410, + "usage_id": 2 + }, + "0509.04.914": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3914, B\u00fcro", "arch_name": "3914@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7860", - "roomcode": "0509.04.914", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=14253", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7860, + "usage_id": 12 + }, + "0509.04.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3929, Flur", "arch_name": "3929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14253", - "roomcode": "0509.04.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39420", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14253, + "usage_id": 222 + }, + "0509.04.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3930, Treppenhaus 1", "arch_name": "3930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39420", - "roomcode": "0509.04.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39423", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39420, + "usage_id": 223 + }, + "0509.04.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3931, WC-Vorraum Herren", "arch_name": "3931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39423", - "roomcode": "0509.04.931", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7871", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39423, + "usage_id": 118 + }, + "0509.04.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3932, B\u00fcro", "arch_name": "3932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7871", - "roomcode": "0509.04.932", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39428", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7871, + "usage_id": 12 + }, + "0509.04.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3933, Raumlufttechnik", "arch_name": "3933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39428", - "roomcode": "0509.04.933", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39431", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39428, + "usage_id": 32 + }, + "0509.04.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3934, Prof.-B\u00fcro", "arch_name": "3934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39431", - "roomcode": "0509.04.934", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39434", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39431, + "usage_id": 12 + }, + "0509.04.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3935, Elektrotechnik", "arch_name": "3935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39434", - "roomcode": "0509.04.935", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7878", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39434, + "usage_id": 120 + }, + "0509.04.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3936, Prof.-B\u00fcro", "arch_name": "3936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7878", - "roomcode": "0509.04.936", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39440", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7878, + "usage_id": 12 + }, + "0509.04.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3937, Elektrotechnik", "arch_name": "3937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39440", - "roomcode": "0509.04.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7881", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39440, + "usage_id": 120 + }, + "0509.04.938": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3938, Sekretariat", "arch_name": "3938@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7881", - "roomcode": "0509.04.938", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7883", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7881, + "usage_id": 40 + }, + "0509.04.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3940, Prof.-B\u00fcro", "arch_name": "3940@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7883", - "roomcode": "0509.04.940", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39448", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7883, + "usage_id": 12 + }, + "0509.04.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3941, Lager", "arch_name": "3941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39448", - "roomcode": "0509.04.941", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7888", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39448, + "usage_id": 30 + }, + "0509.04.942": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3942, B\u00fcro", "arch_name": "3942@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7888", - "roomcode": "0509.04.942", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39458", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7888, + "usage_id": 12 + }, + "0509.04.943": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3943, Fotokopierraum", "arch_name": "3943@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39458", - "roomcode": "0509.04.943", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8053", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39458, + "usage_id": 110 + }, + "0509.04.944": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3944, B\u00fcro", "arch_name": "3944@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8053", - "roomcode": "0509.04.944", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39465", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8053, + "usage_id": 12 + }, + "0509.04.945": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3945, Besprechungsraum", "arch_name": "3945@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=53299&cRes=29152&cReadonly=J", - "list_index": "427", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39465", - "roomcode": "0509.04.945", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8057", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 29152, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39465, + "usage_id": 196 + }, + "0509.04.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3946, B\u00fcro", "arch_name": "3946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8057", - "roomcode": "0509.04.946", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39468", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8057, + "usage_id": 12 + }, + "0509.04.947": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3947, Aufenthaltsraum", "arch_name": "3947@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39468", - "roomcode": "0509.04.947", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8061", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39468, + "usage_id": 44 + }, + "0509.04.948": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3948, B\u00fcro", "arch_name": "3948@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8061", - "roomcode": "0509.04.948", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39474", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8061, + "usage_id": 12 + }, + "0509.04.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3955, Putzraum", "arch_name": "3955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39474", - "roomcode": "0509.04.955", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39479", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39474, + "usage_id": 205 + }, + "0509.04.957": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3957, WC-Vorraum Damen", "arch_name": "3957@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39479", - "roomcode": "0509.04.957", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39482", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39479, + "usage_id": 118 + }, + "0509.04.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3959, Flur", "arch_name": "3959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39482", - "roomcode": "0509.04.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39348", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39482, + "usage_id": 222 + }, + "0509.04.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3960, Treppenhaus 2", "arch_name": "3960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39348", - "roomcode": "0509.04.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39354", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39348, + "usage_id": 223 + }, + "0509.04.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3961, Studentenarb. m. DV", "arch_name": "3961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=53299&cRes=31474&cReadonly=J", - "list_index": "435", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39354", - "roomcode": "0509.04.961", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=7970", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 31474, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39354, + "usage_id": 208 + }, + "0509.04.963": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3963, B\u00fcro", "arch_name": "3963@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7970", - "roomcode": "0509.04.963", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8000", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7970, + "usage_id": 12 + }, + "0509.04.965": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3965, B\u00fcro", "arch_name": "3965@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8000", - "roomcode": "0509.04.965", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39558", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8000, + "usage_id": 12 + }, + "0509.04.971": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3971, Elektronikpraktikum", "arch_name": "3971@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=48038&cRes=15511&cReadonly=J", - "list_index": "438", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39558", - "roomcode": "0509.04.971", - "usage": 211 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39565", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15511, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39558, + "usage_id": 211 + }, + "0509.04.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3973, Elektrotechnik", "arch_name": "3973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39565", - "roomcode": "0509.04.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39568", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39565, + "usage_id": 120 + }, + "0509.04.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3975, Elektrotechnik", "arch_name": "3975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39568", - "roomcode": "0509.04.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74950", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39568, + "usage_id": 120 + }, + "0509.04.976": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3976, WC-Herren", "arch_name": "3976@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74950", - "roomcode": "0509.04.976", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74948", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74950, + "usage_id": 115 + }, + "0509.04.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3977, WC-Damen", "arch_name": "3977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74948", - "roomcode": "0509.04.977", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74949", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74948, + "usage_id": 116 + }, + "0509.04.978": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3978, WC-Herren", "arch_name": "3978@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74949", - "roomcode": "0509.04.978", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74946", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74949, + "usage_id": 115 + }, + "0509.04.986": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74946", - "roomcode": "0509.04.986", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39572", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74946, + "usage_id": 219 + }, + "0509.04.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3987, Raumlufttechnik", "arch_name": "3987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39572", - "roomcode": "0509.04.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39576", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39572, + "usage_id": 32 + }, + "0509.04.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3989, Galerieflur", "arch_name": "3989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39576", - "roomcode": "0509.04.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39580", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39576, + "usage_id": 222 + }, + "0509.04.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3990, Treppenhaus 3", "arch_name": "3990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39580", - "roomcode": "0509.04.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=74951", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39580, + "usage_id": 223 + }, + "0509.04.990A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3990A, Vorraum", "arch_name": "3990A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74951", - "roomcode": "0509.04.990A", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39585", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74951, + "usage_id": 50 + }, + "0509.04.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3991, Raumlufttechnik", "arch_name": "3991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39585", - "roomcode": "0509.04.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8015", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39585, + "usage_id": 32 + }, + "0509.04.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3993, B\u00fcro", "arch_name": "3993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8015", - "roomcode": "0509.04.993", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=39594", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8015, + "usage_id": 12 + }, + "0509.04.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3995, Vorraum", "arch_name": "3995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39594", - "roomcode": "0509.04.995", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 4.OG", - "address_link": "ris.einzelraum?raumkey=8018", + "area_id": 23, + "building_id": 585, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39594, + "usage_id": 50 + }, + "0509.04.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3999, Seminarraum", "arch_name": "3999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=53299&cRes=15069&cReadonly=J", - "extended": { - "additional_description": "3999, Seminarraum", - "address": "Arcisstr. 21(0509), 4.Obergescho\u00df", - "architect_room_nr": "3999@0509", - "area_m2": 117.44, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "999", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8018", - "roomcode": "0509.04.999", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8022", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15069, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8018, + "usage_id": 41 + }, + "0509.05.905": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4905, Seminarraum", "arch_name": "4905@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=15070&cReadonly=J", - "extended": { - "additional_description": "4905, Seminarraum", - "address": "Arcisstr. 21(0509), 5.Obergescho\u00df", - "architect_room_nr": "4905@0509", - "area_m2": 107.04, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "905", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8022", - "roomcode": "0509.05.905", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8025", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15070, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8022, + "usage_id": 41 + }, + "0509.05.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4909, B\u00fcro", "arch_name": "4909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8025", - "roomcode": "0509.05.909", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8029", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8025, + "usage_id": 12 + }, + "0509.05.911": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4911, B\u00fcro", "arch_name": "4911@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8029", - "roomcode": "0509.05.911", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8105", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8029, + "usage_id": 12 + }, + "0509.05.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4913, B\u00fcro", "arch_name": "4913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15393&cRes=20237&cReadonly=J", - "list_index": "456", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8105", - "roomcode": "0509.05.913", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8110", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 20237, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8105, + "usage_id": 12 + }, + "0509.05.915": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4915, B\u00fcro", "arch_name": "4915@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8110", - "roomcode": "0509.05.915", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=14262", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8110, + "usage_id": 12 + }, + "0509.05.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4929, Flur mit Arbeitspl\u00e4tzen", "arch_name": "4929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14262", - "roomcode": "0509.05.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=74947", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14262, + "usage_id": 222 + }, + "0509.05.929A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4929A, Studentenarbeitsraum m. DV", "arch_name": "4929A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=15393", - "operator": "[ TUEIEDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74947", - "roomcode": "0509.05.929A", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39686", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15393, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74947, + "usage_id": 208 + }, + "0509.05.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4930, Treppenhaus 1", "arch_name": "4930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39686", - "roomcode": "0509.05.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39691", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39686, + "usage_id": 223 + }, + "0509.05.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4931, Putzraum", "arch_name": "4931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39691", - "roomcode": "0509.05.931", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39695", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39691, + "usage_id": 205 + }, + "0509.05.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4933, Raumlufttechnik", "arch_name": "4933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39695", - "roomcode": "0509.05.933", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39727", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39695, + "usage_id": 32 + }, + "0509.05.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4935, Installation", "arch_name": "4935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39727", - "roomcode": "0509.05.935", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39730", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39727, + "usage_id": 120 + }, + "0509.05.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4937, Installation", "arch_name": "4937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39730", - "roomcode": "0509.05.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39733", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39730, + "usage_id": 120 + }, + "0509.05.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4932, Lager", "arch_name": "4932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39733", - "roomcode": "0509.05.940", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39737", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39733, + "usage_id": 30 + }, + "0509.05.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4941, B\u00fcro", "arch_name": "4941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39737", - "roomcode": "0509.05.941", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=65668", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39737, + "usage_id": 12 + }, + "0509.05.941A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4941A, B\u00fcro", "arch_name": "4941A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "467", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65668", - "roomcode": "0509.05.941A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39739", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65668, + "usage_id": 12 + }, + "0509.05.942": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4934, Werkstatt", "arch_name": "4934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "468", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39739", - "roomcode": "0509.05.942", - "usage": 108 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39741", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39739, + "usage_id": 108 + }, + "0509.05.943": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4943, Flur", "arch_name": "4943@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39741", - "roomcode": "0509.05.943", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39744", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39741, + "usage_id": 222 + }, + "0509.05.944": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4944, Archiv", "arch_name": "4944@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "470", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39744", - "roomcode": "0509.05.944", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8152", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39744, + "usage_id": 2 + }, + "0509.05.945": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4945, B\u00fcro", "arch_name": "4945@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8152", - "roomcode": "0509.05.945", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39751", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8152, + "usage_id": 12 + }, + "0509.05.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4946, Lager", "arch_name": "4946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "472", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39751", - "roomcode": "0509.05.946", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8156", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39751, + "usage_id": 30 + }, + "0509.05.947": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4947, Teek\u00fcche", "arch_name": "4947@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "473", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8156", - "roomcode": "0509.05.947", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8073", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8156, + "usage_id": 198 + }, + "0509.05.949": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4949, B\u00fcro", "arch_name": "4949@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8073", - "roomcode": "0509.05.949", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=8076", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8073, + "usage_id": 12 + }, + "0509.05.951": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4951, B\u00fcro", "arch_name": "4951@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8076", - "roomcode": "0509.05.951", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39771", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8076, + "usage_id": 12 + }, + "0509.05.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4959, Stud.arbeit-DV", "arch_name": "4959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=48038&cRes=21583&cReadonly=J", - "list_index": "476", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39771", - "roomcode": "0509.05.959", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39773", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 21583, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 48038, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39771, + "usage_id": 208 + }, + "0509.05.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4960, Treppenhaus 2", "arch_name": "4960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39773", - "roomcode": "0509.05.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=14151", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39773, + "usage_id": 223 + }, + "0509.05.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4961, B\u00fcro", "arch_name": "4961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "478", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14151", - "roomcode": "0509.05.961", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=68189", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14151, + "usage_id": 12 + }, + "0509.05.961A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4961A, Sekretariat", "arch_name": "4961A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68189", - "roomcode": "0509.05.961A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39777", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48038, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68189, + "usage_id": 12 + }, + "0509.05.965": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4965, B\u00fcro", "arch_name": "4965@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=48038", - "operator": "[ TUEIESI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39777", - "roomcode": "0509.05.965", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39779", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48038, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39777, + "usage_id": 12 + }, + "0509.05.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4973, Installation", "arch_name": "4973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "481", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39779", - "roomcode": "0509.05.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39782", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39779, + "usage_id": 120 + }, + "0509.05.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4975, Installation", "arch_name": "4975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "482", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39782", - "roomcode": "0509.05.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39638", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39782, + "usage_id": 120 + }, + "0509.05.981": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4981, Besprechung", "arch_name": "4981@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=53299&cRes=15512&cReadonly=J", - "list_index": "483", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39638", - "roomcode": "0509.05.981", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39640", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15512, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39638, + "usage_id": 196 + }, + "0509.05.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4987, Raumlufttechnik", "arch_name": "4987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "484", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39640", - "roomcode": "0509.05.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39643", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39640, + "usage_id": 32 + }, + "0509.05.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4989, Galerieflur", "arch_name": "4989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "485", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39643", - "roomcode": "0509.05.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39646", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39643, + "usage_id": 222 + }, + "0509.05.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4990, Treppenhaus 3", "arch_name": "4990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "486", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39646", - "roomcode": "0509.05.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39650", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39646, + "usage_id": 223 + }, + "0509.05.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4991, Raumlufttechnik", "arch_name": "4991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "487", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39650", - "roomcode": "0509.05.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=66527", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39650, + "usage_id": 32 + }, + "0509.05.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4995, Fluchtbalkon (Reinigen)", "arch_name": "4995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "488", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66527", - "roomcode": "0509.05.995", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 5.OG", - "address_link": "ris.einzelraum?raumkey=39655", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66527, + "usage_id": 219 + }, + "0509.05.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "4999, Elektroniklabor", "arch_name": "4999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "489", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39655", - "roomcode": "0509.05.999", - "usage": 103 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37898", + "area_id": 23, + "building_id": 585, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39655, + "usage_id": 103 + }, + "0509.EG.901": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0901, Praktikum", "arch_name": "0901@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15357&cRes=24315&cReadonly=J", - "extended": { - "additional_description": "0901, Praktikum", - "address": "Arcisstr. 21(0509), Erdgescho\u00df", - "architect_room_nr": "0901@0509", - "area_m2": 62.55, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "901", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37898", - "roomcode": "0509.EG.901", - "usage": 131 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74957", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 24315, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37898, + "usage_id": 131 + }, + "0509.EG.914": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0914, Gang, Weg im Freien", "arch_name": "0914@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74957", - "roomcode": "0509.EG.914", - "usage": 219 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74959", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74957, + "usage_id": 219 + }, + "0509.EG.915": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0915, Treppe im Freien", "arch_name": "0915@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74959", - "roomcode": "0509.EG.915", - "usage": 7 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=19735", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74959, + "usage_id": 7 + }, + "0509.EG.920": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0920, Studentenarbeitsraum", "arch_name": "0920@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15357&cRes=31172&cReadonly=J", - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=19735", - "roomcode": "0509.EG.920", - "usage": 208 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37917", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 31172, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 19735, + "usage_id": 208 + }, + "0509.EG.921": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0921, Studentenarb.m. DV (HKW)", "arch_name": "0921@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=19563&cReadonly=J", - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37917", - "roomcode": "0509.EG.921", - "usage": 208 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37922", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 19563, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37917, + "usage_id": 208 + }, + "0509.EG.926": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0926, WC-Vorraum Herren", "arch_name": "0926@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37922", - "roomcode": "0509.EG.926", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74961", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37922, + "usage_id": 118 + }, + "0509.EG.926A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0926A, WC-Herren", "arch_name": "0926A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74961", - "roomcode": "0509.EG.926A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37933", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74961, + "usage_id": 115 + }, + "0509.EG.928": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0928, Flur (HKW)", "arch_name": "0928@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37933", - "roomcode": "0509.EG.928", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37940", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37933, + "usage_id": 222 + }, + "0509.EG.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0929, Aufzug (HKW)", "arch_name": "0929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37940", - "roomcode": "0509.EG.929", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37874", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37940, + "usage_id": 4 + }, + "0509.EG.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0930, Treppenraum", "arch_name": "0930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37874", - "roomcode": "0509.EG.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37880", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37874, + "usage_id": 223 + }, + "0509.EG.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0931, WC-Vorraum Herren", "arch_name": "0931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37880", - "roomcode": "0509.EG.931", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7263", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37880, + "usage_id": 118 + }, + "0509.EG.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0932, B\u00fcro", "arch_name": "0932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7263", - "roomcode": "0509.EG.932", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37888", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7263, + "usage_id": 12 + }, + "0509.EG.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0933, Elektrotechnik", "arch_name": "0933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37888", - "roomcode": "0509.EG.933", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=37896", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37888, + "usage_id": 120 + }, + "0509.EG.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0934, B\u00fcro", "arch_name": "0934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37896", - "roomcode": "0509.EG.934", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38068", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37896, + "usage_id": 12 + }, + "0509.EG.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0935, Elektrotechnik", "arch_name": "0935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38068", - "roomcode": "0509.EG.935", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7275", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38068, + "usage_id": 120 + }, + "0509.EG.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0936, B\u00fcro", "arch_name": "0936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7275", - "roomcode": "0509.EG.936", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38079", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7275, + "usage_id": 12 + }, + "0509.EG.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0937, Elektrotechnik", "arch_name": "0937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38079", - "roomcode": "0509.EG.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38086", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38079, + "usage_id": 120 + }, + "0509.EG.938": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0938, Besprechung", "arch_name": "0938@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=25523&cReadonly=J", - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38086", - "roomcode": "0509.EG.938", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38091", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 25523, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38086, + "usage_id": 196 + }, + "0509.EG.939": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0939, Serverraum", "arch_name": "0939@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38091", - "roomcode": "0509.EG.939", - "usage": 207 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38097", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38091, + "usage_id": 207 + }, + "0509.EG.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0941, Teek\u00fcche", "arch_name": "0941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38097", - "roomcode": "0509.EG.941", - "usage": 198 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38103", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38097, + "usage_id": 198 + }, + "0509.EG.942": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0942, Besprechungsraum", "arch_name": "0942@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38103", - "roomcode": "0509.EG.942", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7223", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38103, + "usage_id": 196 + }, + "0509.EG.943": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0943, Praktikum", "arch_name": "0943@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15370&cRes=15009&cReadonly=J", - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15370", - "operator": "[ TUEILMT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7223", - "roomcode": "0509.EG.943", - "usage": 211 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38115", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15009, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15370, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7223, + "usage_id": 211 + }, + "0509.EG.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0955, Putzraum", "arch_name": "0955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38115", - "roomcode": "0509.EG.955", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38123", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38115, + "usage_id": 205 + }, + "0509.EG.957": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0957, WC-Vorraum Damen", "arch_name": "0957@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38123", - "roomcode": "0509.EG.957", - "usage": 118 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38130", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38123, + "usage_id": 118 + }, + "0509.EG.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0959, Flur", "arch_name": "0959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38130", - "roomcode": "0509.EG.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38135", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38130, + "usage_id": 222 + }, + "0509.EG.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0960, Treppenraum", "arch_name": "0960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38135", - "roomcode": "0509.EG.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38140", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38135, + "usage_id": 223 + }, + "0509.EG.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0961, Aufenthaltsraum", "arch_name": "0961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38140", - "roomcode": "0509.EG.961", - "usage": 44 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38144", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38140, + "usage_id": 44 + }, + "0509.EG.963": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0963, Umkleide", "arch_name": "0963@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38144", - "roomcode": "0509.EG.963", - "usage": 121 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38150", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38144, + "usage_id": 121 + }, + "0509.EG.964": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0964, Cafeteria", "arch_name": "0964@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33752&cReadonly=J", - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38150", - "roomcode": "0509.EG.964", - "usage": 139 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38154", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 33752, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38150, + "usage_id": 139 + }, + "0509.EG.965": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0965, Sp\u00fclk\u00fcche", "arch_name": "0965@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38154", - "roomcode": "0509.EG.965", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38165", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38154, + "usage_id": 28 + }, + "0509.EG.967": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0967, WC-Damen", "arch_name": "0967@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38165", - "roomcode": "0509.EG.967", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38167", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38165, + "usage_id": 116 + }, + "0509.EG.969": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0969, K\u00fchlraum", "arch_name": "0969@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38167", - "roomcode": "0509.EG.969", - "usage": 199 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14474", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38167, + "usage_id": 199 + }, + "0509.EG.970": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0970, Audimax Foyer", "arch_name": "0970@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17894&cReadonly=J", - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14474", - "roomcode": "0509.EG.970", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38179", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 17894, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14474, + "usage_id": 222 + }, + "0509.EG.971": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0971, Flur/Geschirr\u00fcckgabe", "arch_name": "0971@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38179", - "roomcode": "0509.EG.971", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38183", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38179, + "usage_id": 222 + }, + "0509.EG.971A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0971A, Aufzug/Mensa", "arch_name": "0971A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38183", - "roomcode": "0509.EG.971A", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38041", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38183, + "usage_id": 4 + }, + "0509.EG.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0973, Elektrotechnik", "arch_name": "0973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38041", - "roomcode": "0509.EG.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38046", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38041, + "usage_id": 120 + }, + "0509.EG.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0975, Elektrotechnik", "arch_name": "0975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38046", - "roomcode": "0509.EG.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38050", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38046, + "usage_id": 120 + }, + "0509.EG.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0977, Lager", "arch_name": "0977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38050", - "roomcode": "0509.EG.977", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38053", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38050, + "usage_id": 30 + }, + "0509.EG.978": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0978, Technik", "arch_name": "0978@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38053", - "roomcode": "0509.EG.978", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38058", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38053, + "usage_id": 120 + }, + "0509.EG.979": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0979, K\u00fcche", "arch_name": "0979@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38058", - "roomcode": "0509.EG.979", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7345", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38058, + "usage_id": 28 + }, + "0509.EG.980": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0980, Audimax", "arch_name": "0980@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12521&cReadonly=J", - "extended": { - "additional_description": "0980, Audimax", - "address": "Arcisstr. 21(0509), Erdgescho\u00df", - "architect_room_nr": "0980@0509", - "area_m2": 701.25, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "980", - "seats": 1107, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7345", - "roomcode": "0509.EG.980", - "usage": 20 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38268", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 12521, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 1107, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7345, + "usage_id": 20 + }, + "0509.EG.981": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0981, Fahrbereitschaft-Pr\u00e4sident", "arch_name": "0981@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38268", - "roomcode": "0509.EG.981", - "usage": 44 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38272", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 29396, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38268, + "usage_id": 44 + }, + "0509.EG.982": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0982, Lager Audimax", "arch_name": "0982@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38272", - "roomcode": "0509.EG.982", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38280", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38272, + "usage_id": 30 + }, + "0509.EG.983": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0983, Vorraum", "arch_name": "0983@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38280", - "roomcode": "0509.EG.983", - "usage": 50 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38288", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38280, + "usage_id": 50 + }, + "0509.EG.984": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0984, Lager Audimax", "arch_name": "0984@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19704", - "operator": "[ TUZEMZ0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38288", - "roomcode": "0509.EG.984", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38297", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38288, + "usage_id": 30 + }, + "0509.EG.986": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0986, Sp\u00fclk\u00fcche Audimax", "arch_name": "0986@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38297", - "roomcode": "0509.EG.986", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38305", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38297, + "usage_id": 28 + }, + "0509.EG.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0987, Raumlufttechnik", "arch_name": "0987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38305", - "roomcode": "0509.EG.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74964", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38305, + "usage_id": 32 + }, + "0509.EG.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0989, Personenaufzug", "arch_name": "0989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74964", - "roomcode": "0509.EG.989", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38308", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74964, + "usage_id": 4 + }, + "0509.EG.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0990, Treppenraum", "arch_name": "0990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38308", - "roomcode": "0509.EG.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38312", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38308, + "usage_id": 223 + }, + "0509.EG.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0991, Raumlufttechnik", "arch_name": "0991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38312", - "roomcode": "0509.EG.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74958", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38312, + "usage_id": 32 + }, + "0509.EG.991A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "991A, WC-Damen", "arch_name": "991A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74958", - "roomcode": "0509.EG.991A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38314", - "alt_name": "0992, Putz.-/Abstellraum", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74958, + "usage_id": 116 + }, + "0509.EG.992": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0992, Putz.-/Abstellraum", "arch_name": "0992@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38314", - "roomcode": "0509.EG.992", - "usage": 205 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38316", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38314, + "usage_id": 205 + }, + "0509.EG.992A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0992A, Lager Audimax", "arch_name": "0992A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38316", - "roomcode": "0509.EG.992A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38319", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38316, + "usage_id": 30 + }, + "0509.EG.992B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0992B, Lager Audimax", "arch_name": "0992B@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38319", - "roomcode": "0509.EG.992B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38324", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38319, + "usage_id": 30 + }, + "0509.EG.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0993, Beh.-WC", "arch_name": "0993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38324", - "roomcode": "0509.EG.993", - "usage": 117 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74962", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38324, + "usage_id": 117 + }, + "0509.EG.994": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0994, WC-Herren", "arch_name": "0994@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74962", - "roomcode": "0509.EG.994", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=38328", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74962, + "usage_id": 115 + }, + "0509.EG.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0995, Cafeteria", "arch_name": "0995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38328", - "roomcode": "0509.EG.995", - "usage": 139 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74960", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38328, + "usage_id": 139 + }, + "0509.EG.995A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0995A, WC-Herren", "arch_name": "0995A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74960", - "roomcode": "0509.EG.995A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74963", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74960, + "usage_id": 115 + }, + "0509.EG.997": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0997, Personenaufzug", "arch_name": "0997@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74963", - "roomcode": "0509.EG.997", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=74965", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74963, + "usage_id": 4 + }, + "0509.EG.998": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0998, Personenaufzug", "arch_name": "0998@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74965", - "roomcode": "0509.EG.998", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=7315", + "area_id": 23, + "building_id": 585, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74965, + "usage_id": 4 + }, + "0509.EG.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0999, Seminarraum gemein. Nut. LKN", "arch_name": "0999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=15014&cReadonly=J", - "extended": { - "additional_description": "0999, Seminarraum gemein. Nut. LKN", - "address": "Arcisstr. 21(0509), Erdgescho\u00df", - "architect_room_nr": "0999@0509", - "area_m2": 103.41, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "999", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7315", - "roomcode": "0509.EG.999", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=18828", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15014, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7315, + "usage_id": 41 + }, + "0509.U1.901": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1901, Sonderlabor 2", "arch_name": "-1901@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18828", - "roomcode": "0509.U1.901", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=61406", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18828, + "usage_id": 194 + }, + "0509.U1.901A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1901A, Wendeltreppe", "arch_name": "-1901A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61406", - "roomcode": "0509.U1.901A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=18916", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61406, + "usage_id": 223 + }, + "0509.U1.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1903, Hauptlabor", "arch_name": "-1903@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15357&cRes=18407&cReadonly=J", - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18916", - "roomcode": "0509.U1.903", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37644", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 18407, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18916, + "usage_id": 194 + }, + "0509.U1.905": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1905, Sonderlabor 1", "arch_name": "-1905@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37644", - "roomcode": "0509.U1.905", - "usage": 194 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74936", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37644, + "usage_id": 194 + }, + "0509.U1.907": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1907, Fernmeldetechnik", "arch_name": "-1907@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74936", - "roomcode": "0509.U1.907", - "usage": 202 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37651", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74936, + "usage_id": 202 + }, + "0509.U1.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1909, Flur", "arch_name": "-1909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37651", - "roomcode": "0509.U1.909", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74933", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37651, + "usage_id": 222 + }, + "0509.U1.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1913, Raumlufttechnische Anlage", "arch_name": "-1913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74933", - "roomcode": "0509.U1.913", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74934", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74933, + "usage_id": 32 + }, + "0509.U1.914": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1914, Schacht f.Personenaufzug", "arch_name": "-1914@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74934", - "roomcode": "0509.U1.914", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37666", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74934, + "usage_id": 195 + }, + "0509.U1.920": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1920, RLT", "arch_name": "-1920@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37666", - "roomcode": "0509.U1.920", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37677", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37666, + "usage_id": 32 + }, + "0509.U1.921": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1921, Maschinenraum", "arch_name": "-1921@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37677", - "roomcode": "0509.U1.921", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37685", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37677, + "usage_id": 5 + }, + "0509.U1.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1930, Treppenhaus 1", "arch_name": "-1930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37685", - "roomcode": "0509.U1.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37688", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37685, + "usage_id": 223 + }, + "0509.U1.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1931, Elektro Werkstatt", "arch_name": "-1931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37688", - "roomcode": "0509.U1.931", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37694", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37688, + "usage_id": 51 + }, + "0509.U1.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1932, Labor Material", "arch_name": "-1932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37694", - "roomcode": "0509.U1.932", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=7074", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37694, + "usage_id": 30 + }, + "0509.U1.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1933, Werkstattlager", "arch_name": "-1933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7074", - "roomcode": "0509.U1.933", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37500", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7074, + "usage_id": 30 + }, + "0509.U1.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1934, Werkstattumkleide", "arch_name": "-1934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37500", - "roomcode": "0509.U1.934", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37506", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37500, + "usage_id": 121 + }, + "0509.U1.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1935, Elektrotechnik", "arch_name": "-1935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37506", - "roomcode": "0509.U1.935", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37519", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37506, + "usage_id": 160 + }, + "0509.U1.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1936, Werkstattwaschraum/Dusche", "arch_name": "-1936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37519", - "roomcode": "0509.U1.936", - "usage": 210 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37554", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37519, + "usage_id": 210 + }, + "0509.U1.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1937, Elektrotechnik", "arch_name": "-1937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37554", - "roomcode": "0509.U1.937", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37559", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37554, + "usage_id": 160 + }, + "0509.U1.938": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1938, WC-Damen", "arch_name": "-1938@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37559", - "roomcode": "0509.U1.938", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74932", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37559, + "usage_id": 116 + }, + "0509.U1.938A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1938A, WC-Damen", "arch_name": "-1938A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74932", - "roomcode": "0509.U1.938A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37570", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74932, + "usage_id": 116 + }, + "0509.U1.939": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1939, Mechanische Werkstatt", "arch_name": "-1939@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37570", - "roomcode": "0509.U1.939", - "usage": 108 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37580", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37570, + "usage_id": 108 + }, + "0509.U1.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1940, Putzraum", "arch_name": "-1940@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37580", - "roomcode": "0509.U1.940", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37587", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37580, + "usage_id": 205 + }, + "0509.U1.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1941, Meisterb\u00fcro", "arch_name": "-1941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37587", - "roomcode": "0509.U1.941", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37596", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37587, + "usage_id": 12 + }, + "0509.U1.942": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1942, WC-Herren", "arch_name": "-1942@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37596", - "roomcode": "0509.U1.942", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74931", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37596, + "usage_id": 115 + }, + "0509.U1.942A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1942A, WC-Herren", "arch_name": "-1942A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74931", - "roomcode": "0509.U1.942A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37521", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74931, + "usage_id": 115 + }, + "0509.U1.944": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1944, Lehrstuhl Archiv", "arch_name": "-1944@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37521", - "roomcode": "0509.U1.944", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37525", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37521, + "usage_id": 2 + }, + "0509.U1.945": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1945, Metallwerkst\u00e4tte", "arch_name": "-1945@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37525", - "roomcode": "0509.U1.945", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37535", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37525, + "usage_id": 51 + }, + "0509.U1.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1946, Lehrstuhlarchiv", "arch_name": "-1946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37535", - "roomcode": "0509.U1.946", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37542", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37535, + "usage_id": 2 + }, + "0509.U1.947": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1947, Studentenarb. m. DV", "arch_name": "-1947@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=21846&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37542", - "roomcode": "0509.U1.947", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37546", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 21846, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15365, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37542, + "usage_id": 208 + }, + "0509.U1.948": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1948, Technik", "arch_name": "-1948@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37546", - "roomcode": "0509.U1.948", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37731", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37546, + "usage_id": 120 + }, + "0509.U1.950": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1950, Tiefgarage Audimax", "arch_name": "-1950@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37731", - "roomcode": "0509.U1.950", - "usage": 100 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37738", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37731, + "usage_id": 100 + }, + "0509.U1.951": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1951, Sprinklerzentrale", "arch_name": "-1951@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37738", - "roomcode": "0509.U1.951", - "usage": 182 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37745", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37738, + "usage_id": 182 + }, + "0509.U1.952": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1952, Flur", "arch_name": "-1952@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37745", - "roomcode": "0509.U1.952", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37750", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37745, + "usage_id": 222 + }, + "0509.U1.953": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1953, Elektro Verteiler", "arch_name": "-1953@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37750", - "roomcode": "0509.U1.953", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37755", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37750, + "usage_id": 120 + }, + "0509.U1.954": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1954, Batterieraum", "arch_name": "-1954@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37755", - "roomcode": "0509.U1.954", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37759", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37755, + "usage_id": 120 + }, + "0509.U1.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1955, Technik", "arch_name": "-1955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37759", - "roomcode": "0509.U1.955", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37764", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37759, + "usage_id": 120 + }, + "0509.U1.956": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1956, Technik/L\u00fcftung", "arch_name": "-1956@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37764", - "roomcode": "0509.U1.956", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37767", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37764, + "usage_id": 32 + }, + "0509.U1.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1959, Flur", "arch_name": "-1959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37767", - "roomcode": "0509.U1.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37773", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37767, + "usage_id": 222 + }, + "0509.U1.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1960, Treppenhaus 2", "arch_name": "-1960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37773", - "roomcode": "0509.U1.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37777", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37773, + "usage_id": 223 + }, + "0509.U1.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1961, Lager mit Hygiene Anforderung", "arch_name": "-1961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37777", - "roomcode": "0509.U1.961", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37782", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37777, + "usage_id": 30 + }, + "0509.U1.962": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1962, Elektroniklabor", "arch_name": "-1962@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37782", - "roomcode": "0509.U1.962", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37789", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37782, + "usage_id": 103 + }, + "0509.U1.963": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1963, Vorraum", "arch_name": "-1963@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37789", - "roomcode": "0509.U1.963", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37793", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37789, + "usage_id": 50 + }, + "0509.U1.963A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1963A, Personenaufzug", "arch_name": "-1963A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37793", - "roomcode": "0509.U1.963A", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74935", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37793, + "usage_id": 195 + }, + "0509.U1.963B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1963B, Schacht f.Personenaufzug", "arch_name": "-1963B@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74935", - "roomcode": "0509.U1.963B", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37797", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74935, + "usage_id": 195 + }, + "0509.U1.964": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1964, Elektroniklabor", "arch_name": "-1964@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37797", - "roomcode": "0509.U1.964", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37803", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37797, + "usage_id": 103 + }, + "0509.U1.965": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1965, M\u00fcllzwischenlager", "arch_name": "-1965@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37803", - "roomcode": "0509.U1.965", - "usage": 214 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37807", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37803, + "usage_id": 214 + }, + "0509.U1.966": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1966, Lager", "arch_name": "-1966@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37807", - "roomcode": "0509.U1.966", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37810", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37807, + "usage_id": 30 + }, + "0509.U1.967": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1967, Putzraum", "arch_name": "-1967@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37810", - "roomcode": "0509.U1.967", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37815", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37810, + "usage_id": 205 + }, + "0509.U1.968": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1968, Elektrotechnik", "arch_name": "-1968@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37815", - "roomcode": "0509.U1.968", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37817", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37815, + "usage_id": 160 + }, + "0509.U1.969": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1969, Lager", "arch_name": "-1969@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37817", - "roomcode": "0509.U1.969", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37822", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37817, + "usage_id": 30 + }, + "0509.U1.970": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1970, Lager", "arch_name": "-1970@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37822", - "roomcode": "0509.U1.970", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37829", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37822, + "usage_id": 30 + }, + "0509.U1.971": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1971, B\u00fcro", "arch_name": "-1971@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37829", - "roomcode": "0509.U1.971", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37837", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37829, + "usage_id": 12 + }, + "0509.U1.972": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1972, Lager", "arch_name": "-1972@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37837", - "roomcode": "0509.U1.972", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37708", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37837, + "usage_id": 30 + }, + "0509.U1.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1973, Installation mit Schacht", "arch_name": "-1973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37708", - "roomcode": "0509.U1.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37712", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37708, + "usage_id": 120 + }, + "0509.U1.974": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1974, Lager", "arch_name": "-1974@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37712", - "roomcode": "0509.U1.974", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37718", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37712, + "usage_id": 30 + }, + "0509.U1.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1975, Installation mit Schacht", "arch_name": "-1975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37718", - "roomcode": "0509.U1.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37726", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37718, + "usage_id": 120 + }, + "0509.U1.976": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1976, Lager", "arch_name": "-1976@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37726", - "roomcode": "0509.U1.976", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37954", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37726, + "usage_id": 30 + }, + "0509.U1.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1977, Rechnerraum", "arch_name": "-1977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=24375&cReadonly=J", - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37954", - "roomcode": "0509.U1.977", - "usage": 207 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37961", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 24375, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37954, + "usage_id": 207 + }, + "0509.U1.978": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1978, Lager", "arch_name": "-1978@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37961", - "roomcode": "0509.U1.978", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37968", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37961, + "usage_id": 30 + }, + "0509.U1.979": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1979, Maschinenraum", "arch_name": "-1979@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37968", - "roomcode": "0509.U1.979", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37975", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37968, + "usage_id": 120 + }, + "0509.U1.980": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1980, Flur", "arch_name": "-1980@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37975", - "roomcode": "0509.U1.980", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37977", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37975, + "usage_id": 222 + }, + "0509.U1.981": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1981, Stud.arbeit-DV", "arch_name": "-1981@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37977", - "roomcode": "0509.U1.981", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37981", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37977, + "usage_id": 208 + }, + "0509.U1.982": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1982, WC-Vorraum Damen", "arch_name": "-1982@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37981", - "roomcode": "0509.U1.982", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74927", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37981, + "usage_id": 118 + }, + "0509.U1.982A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1982A, WC-Damen", "arch_name": "-1982A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74927", - "roomcode": "0509.U1.982A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37987", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74927, + "usage_id": 116 + }, + "0509.U1.983": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1983, WC- Vorraum Audimax", "arch_name": "-1983@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37987", - "roomcode": "0509.U1.983", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37992", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37987, + "usage_id": 50 + }, + "0509.U1.984": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1184, Putzraum", "arch_name": "-1184@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37992", - "roomcode": "0509.U1.984", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37996", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37992, + "usage_id": 205 + }, + "0509.U1.985": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1985, WC-Vorraum Herren", "arch_name": "-1985@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37996", - "roomcode": "0509.U1.985", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=74926", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37996, + "usage_id": 118 + }, + "0509.U1.985A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1985A, WC-Herren", "arch_name": "-1985A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74926", - "roomcode": "0509.U1.985A", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38003", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74926, + "usage_id": 115 + }, + "0509.U1.986": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1986, Lager", "arch_name": "-1986@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38003", - "roomcode": "0509.U1.986", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38013", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38003, + "usage_id": 30 + }, + "0509.U1.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1987, Installation", "arch_name": "-1987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38013", - "roomcode": "0509.U1.987", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38019", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38013, + "usage_id": 120 + }, + "0509.U1.988": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1988, Vorraum", "arch_name": "-1988@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38019", - "roomcode": "0509.U1.988", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38026", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38019, + "usage_id": 50 + }, + "0509.U1.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1989, Flur", "arch_name": "-1989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38026", - "roomcode": "0509.U1.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38030", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38026, + "usage_id": 222 + }, + "0509.U1.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1990, Treppenhaus 3", "arch_name": "-1990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38030", - "roomcode": "0509.U1.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=38039", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38030, + "usage_id": 223 + }, + "0509.U1.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1991, Installation", "arch_name": "-1991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38039", - "roomcode": "0509.U1.991", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37851", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38039, + "usage_id": 120 + }, + "0509.U1.992": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1992, Lager", "arch_name": "-1992@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37851", - "roomcode": "0509.U1.992", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37855", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15365, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37851, + "usage_id": 30 + }, + "0509.U1.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1993, Studentenarb. m. DV", "arch_name": "-1993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=33372&cReadonly=J", - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37855", - "roomcode": "0509.U1.993", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37864", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 33372, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37855, + "usage_id": 208 + }, + "0509.U1.994": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1994, Elektroverteiler u. Medienlager", "arch_name": "-1994@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37864", - "roomcode": "0509.U1.994", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=37867", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37864, + "usage_id": 160 + }, + "0509.U1.996B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1996B, Maschinenraum", "arch_name": "-1996B@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37867", - "roomcode": "0509.U1.996B", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37446", + "area_id": 23, + "building_id": 585, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37867, + "usage_id": 120 + }, + "0509.U2.901": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2901, Stromversorgung", "arch_name": "-2901@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37446", - "roomcode": "0509.U2.901", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=18813", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37446, + "usage_id": 160 + }, + "0509.U2.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2902, Labor Stromversorung", "arch_name": "-2902@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18813", - "roomcode": "0509.U2.902", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37452", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18813, + "usage_id": 160 + }, + "0509.U2.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2903, Stromversorgung", "arch_name": "-2903@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37452", - "roomcode": "0509.U2.903", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37455", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37452, + "usage_id": 160 + }, + "0509.U2.905": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2905, Trafo", "arch_name": "-2905@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37455", - "roomcode": "0509.U2.905", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37461", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37455, + "usage_id": 160 + }, + "0509.U2.907": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2907, Trafo", "arch_name": "-2907@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37461", - "roomcode": "0509.U2.907", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37465", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37461, + "usage_id": 160 + }, + "0509.U2.908": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2908, Lager-Halbzeug", "arch_name": "-2908@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37465", - "roomcode": "0509.U2.908", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37472", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37465, + "usage_id": 30 + }, + "0509.U2.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2909, Lager", "arch_name": "-2909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37472", - "roomcode": "0509.U2.909", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37475", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37472, + "usage_id": 30 + }, + "0509.U2.910": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2910, Lager", "arch_name": "-2910@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=53299", - "operator": "[ TUEICDA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37475", - "roomcode": "0509.U2.910", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37485", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 53299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37475, + "usage_id": 30 + }, + "0509.U2.911": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2911, Holzbearbeitung", "arch_name": "-2911@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37485", - "roomcode": "0509.U2.911", - "usage": 107 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37488", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37485, + "usage_id": 107 + }, + "0509.U2.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2913, Lackierraum", "arch_name": "-2913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37488", - "roomcode": "0509.U2.913", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37490", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37488, + "usage_id": 51 + }, + "0509.U2.915": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2915, Lager-Messger\u00e4te", "arch_name": "-2915@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37490", - "roomcode": "0509.U2.915", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37372", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37490, + "usage_id": 30 + }, + "0509.U2.917": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2917, Laborlager", "arch_name": "-2917@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37372", - "roomcode": "0509.U2.917", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37376", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37372, + "usage_id": 30 + }, + "0509.U2.919": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2919, Laborlager", "arch_name": "-2919@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37376", - "roomcode": "0509.U2.919", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37382", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37376, + "usage_id": 30 + }, + "0509.U2.928": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2928, Install.", "arch_name": "-2928@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37382", - "roomcode": "0509.U2.928", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=18858", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37382, + "usage_id": 120 + }, + "0509.U2.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2929, Flur", "arch_name": "-2929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18858", - "roomcode": "0509.U2.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=63630", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18858, + "usage_id": 222 + }, + "0509.U2.929A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2929A, Laborlager", "arch_name": "-2929A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63630", - "roomcode": "0509.U2.929A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37390", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63630, + "usage_id": 30 + }, + "0509.U2.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2930, Flur", "arch_name": "-2930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37390", - "roomcode": "0509.U2.930", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=59091", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37390, + "usage_id": 222 + }, + "0509.U2.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2931, Pumpe", "arch_name": "-2931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59091", - "roomcode": "0509.U2.931", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=59090", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59091, + "usage_id": 120 + }, + "0509.U2.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2932, Lager", "arch_name": "-2932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59090", - "roomcode": "0509.U2.932", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=74923", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59090, + "usage_id": 30 + }, + "0509.U2.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2936, Aufzugs-/F\u00f6rderanlage", "arch_name": "-2936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74923", - "roomcode": "0509.U2.936", - "usage": 5 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=74922", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74923, + "usage_id": 5 + }, + "0509.U2.994": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74922", - "roomcode": "0509.U2.994", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37605", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74922, + "usage_id": 219 + }, + "0509.U2.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2995, Install.", "arch_name": "-2995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37605", - "roomcode": "0509.U2.995", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37610", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37605, + "usage_id": 120 + }, + "0509.U2.996": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2996, Elektroverteiler", "arch_name": "-2996@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37610", - "roomcode": "0509.U2.996", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=37622", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37610, + "usage_id": 160 + }, + "0509.U2.997": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-2997, Abstellraum", "arch_name": "-2997@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37622", - "roomcode": "0509.U2.997", - "usage": 159 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=74924", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37622, + "usage_id": 159 + }, + "0509.U2.998": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z998, Treppe", "arch_name": "Z998@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74924", - "roomcode": "0509.U2.998", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.UG", - "address_link": "ris.einzelraum?raumkey=74925", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74924, + "usage_id": 223 + }, + "0509.U2.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Schacht f.Personenaufzug", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74925", - "roomcode": "0509.U2.999", - "usage": 195 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74953", + "area_id": 23, + "building_id": 585, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74925, + "usage_id": 195 + }, + "0509.Z1.875": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Treppe im Freien", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74953", - "roomcode": "0509.Z1.875", - "usage": 7 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=20406", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74953, + "usage_id": 7 + }, + "0509.Z1.902": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z902, B\u00fcro", "arch_name": "Z902@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20406", - "roomcode": "0509.Z1.902", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38343", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20406, + "usage_id": 12 + }, + "0509.Z1.903": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z903, B\u00fcro", "arch_name": "Z903@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38343", - "roomcode": "0509.Z1.903", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=20413", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38343, + "usage_id": 12 + }, + "0509.Z1.904": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z904, B\u00fcro", "arch_name": "Z904@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20413", - "roomcode": "0509.Z1.904", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=20416", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20413, + "usage_id": 12 + }, + "0509.Z1.905": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z905, B\u00fcro", "arch_name": "Z905@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20416", - "roomcode": "0509.Z1.905", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=20444", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20416, + "usage_id": 12 + }, + "0509.Z1.908": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z908, B\u00fcro", "arch_name": "Z908@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20444", - "roomcode": "0509.Z1.908", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=14709", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20444, + "usage_id": 12 + }, + "0509.Z1.909": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z909, B\u00fcro", "arch_name": "Z909@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14709", - "roomcode": "0509.Z1.909", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=14711", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14709, + "usage_id": 12 + }, + "0509.Z1.912": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z912, B\u00fcro", "arch_name": "Z912@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14711", - "roomcode": "0509.Z1.912", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38232", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14711, + "usage_id": 12 + }, + "0509.Z1.913": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z913, Besprechungsraum", "arch_name": "Z913@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15357&cRes=18665&cReadonly=J", - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38232", - "roomcode": "0509.Z1.913", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=20493", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 18665, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38232, + "usage_id": 196 + }, + "0509.Z1.916": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z916, B\u00fcro", "arch_name": "Z916@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15357", - "operator": "[ TUEIEAL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20493", - "roomcode": "0509.Z1.916", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38246", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20493, + "usage_id": 12 + }, + "0509.Z1.921": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z921, Studentenarbeitsraum m. DV", "arch_name": "Z921@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=30432&cReadonly=J", - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38246", - "roomcode": "0509.Z1.921", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38248", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 30432, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38246, + "usage_id": 208 + }, + "0509.Z1.922": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z922, Studentenarbeitsraum m. DV", "arch_name": "Z922@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15367", - "operator": "[ TUEILKN ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38248", - "roomcode": "0509.Z1.922", - "usage": 208 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38255", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15367, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38248, + "usage_id": 208 + }, + "0509.Z1.925": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z925, Putzraum", "arch_name": "Z925@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38255", - "roomcode": "0509.Z1.925", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38260", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38255, + "usage_id": 205 + }, + "0509.Z1.926": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z926, WC-Vorraum Damen", "arch_name": "Z926@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38260", - "roomcode": "0509.Z1.926", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74968", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38260, + "usage_id": 118 + }, + "0509.Z1.926A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z926A, WC-Damen", "arch_name": "Z926A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74968", - "roomcode": "0509.Z1.926A", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38263", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74968, + "usage_id": 116 + }, + "0509.Z1.928": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z928, Flur", "arch_name": "Z928@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38263", - "roomcode": "0509.Z1.928", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38206", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38263, + "usage_id": 222 + }, + "0509.Z1.929": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z929, Flur", "arch_name": "Z929@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38206", - "roomcode": "0509.Z1.929", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38212", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38206, + "usage_id": 222 + }, + "0509.Z1.930": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z930, Treppenhaus", "arch_name": "Z930@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38212", - "roomcode": "0509.Z1.930", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38218", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38212, + "usage_id": 223 + }, + "0509.Z1.931": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z931, WC-Vorraum Damen", "arch_name": "Z931@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38218", - "roomcode": "0509.Z1.931", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7384", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38218, + "usage_id": 118 + }, + "0509.Z1.932": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z932, B\u00fcro", "arch_name": "Z932@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7384", - "roomcode": "0509.Z1.932", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38372", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7384, + "usage_id": 12 + }, + "0509.Z1.933": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z933, Raumlufttechnische Anlage", "arch_name": "Z933@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38372", - "roomcode": "0509.Z1.933", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7386", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38372, + "usage_id": 32 + }, + "0509.Z1.934": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z934, B\u00fcro", "arch_name": "Z934@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7386", - "roomcode": "0509.Z1.934", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38393", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7386, + "usage_id": 12 + }, + "0509.Z1.935": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z935, Installationsraum", "arch_name": "Z935@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38393", - "roomcode": "0509.Z1.935", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7395", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38393, + "usage_id": 120 + }, + "0509.Z1.936": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z936, B\u00fcro", "arch_name": "Z936@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7395", - "roomcode": "0509.Z1.936", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38427", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7395, + "usage_id": 12 + }, + "0509.Z1.937": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z937, Installationsraum", "arch_name": "Z937@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38427", - "roomcode": "0509.Z1.937", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7396", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38427, + "usage_id": 120 + }, + "0509.Z1.938": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z938, B\u00fcro", "arch_name": "Z938@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7396", - "roomcode": "0509.Z1.938", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7398", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7396, + "usage_id": 12 + }, + "0509.Z1.940": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z940, B\u00fcro", "arch_name": "Z940@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7398", - "roomcode": "0509.Z1.940", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7401", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7398, + "usage_id": 12 + }, + "0509.Z1.941": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z941, B\u00fcro", "arch_name": "Z941@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7401", - "roomcode": "0509.Z1.941", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7404", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7401, + "usage_id": 12 + }, + "0509.Z1.943": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z943, B\u00fcro", "arch_name": "Z943@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7404", - "roomcode": "0509.Z1.943", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7406", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7404, + "usage_id": 12 + }, + "0509.Z1.944": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z944, B\u00fcro", "arch_name": "Z944@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7406", - "roomcode": "0509.Z1.944", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38444", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7406, + "usage_id": 12 + }, + "0509.Z1.945": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z945, B\u00fcro", "arch_name": "Z945@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38444", - "roomcode": "0509.Z1.945", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7411", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38444, + "usage_id": 12 + }, + "0509.Z1.946": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z946, Sekretariat", "arch_name": "Z946@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7411", - "roomcode": "0509.Z1.946", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7413", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7411, + "usage_id": 40 + }, + "0509.Z1.947": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z947, B\u00fcro", "arch_name": "Z947@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7413", - "roomcode": "0509.Z1.947", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7415", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7413, + "usage_id": 12 + }, + "0509.Z1.948": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z948, B\u00fcro", "arch_name": "Z948@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7415", - "roomcode": "0509.Z1.948", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7417", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7415, + "usage_id": 12 + }, + "0509.Z1.949": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z949, Teek\u00fcche", "arch_name": "Z949@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7417", - "roomcode": "0509.Z1.949", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7362", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7417, + "usage_id": 198 + }, + "0509.Z1.952": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z952, B\u00fcro", "arch_name": "Z952@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7362", - "roomcode": "0509.Z1.952", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7364", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7362, + "usage_id": 12 + }, + "0509.Z1.954": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z954, B\u00fcro", "arch_name": "Z954@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7364", - "roomcode": "0509.Z1.954", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38475", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7364, + "usage_id": 12 + }, + "0509.Z1.955": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z955, Putzraum", "arch_name": "Z955@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38475", - "roomcode": "0509.Z1.955", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38481", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38475, + "usage_id": 205 + }, + "0509.Z1.957": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z957, WC-Herren", "arch_name": "Z957@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38481", - "roomcode": "0509.Z1.957", - "usage": 115 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38488", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38481, + "usage_id": 115 + }, + "0509.Z1.959": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z959, Flur", "arch_name": "Z959@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38488", - "roomcode": "0509.Z1.959", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38493", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38488, + "usage_id": 222 + }, + "0509.Z1.960": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z960, Treppenhaus", "arch_name": "Z960@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38493", - "roomcode": "0509.Z1.960", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7373", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38493, + "usage_id": 223 + }, + "0509.Z1.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z961, B\u00fcro", "arch_name": "Z961@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7373", - "roomcode": "0509.Z1.961", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38503", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7373, + "usage_id": 12 + }, + "0509.Z1.967": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z967, Elektroniklabor einf.", "arch_name": "Z967@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38503", - "roomcode": "0509.Z1.967", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38353", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38503, + "usage_id": 103 + }, + "0509.Z1.973": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z973, Installationsraum", "arch_name": "Z973@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38353", - "roomcode": "0509.Z1.973", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74969", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38353, + "usage_id": 120 + }, + "0509.Z1.974": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74969", - "roomcode": "0509.Z1.974", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38359", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74969, + "usage_id": 219 + }, + "0509.Z1.975": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z975, Installationsraum", "arch_name": "Z975@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38359", - "roomcode": "0509.Z1.975", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74971", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38359, + "usage_id": 120 + }, + "0509.Z1.976": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74971", - "roomcode": "0509.Z1.976", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38599", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74971, + "usage_id": 219 + }, + "0509.Z1.977": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z977, Elektroniklabor einf.", "arch_name": "Z977@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=18978&cReadonly=J", - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38599", - "roomcode": "0509.Z1.977", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74955", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 18978, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38599, + "usage_id": 103 + }, + "0509.Z1.980": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z980, Flur", "arch_name": "Z980@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74955", - "roomcode": "0509.Z1.980", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38603", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74955, + "usage_id": 222 + }, + "0509.Z1.981": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z981, Physiklabor einf./Verf\u00fcgung", "arch_name": "Z981@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38603", - "roomcode": "0509.Z1.981", - "usage": 103 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74954", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38603, + "usage_id": 103 + }, + "0509.Z1.983": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z983, Flur", "arch_name": "Z983@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74954", - "roomcode": "0509.Z1.983", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74952", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74954, + "usage_id": 222 + }, + "0509.Z1.985": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z985, Regieraum", "arch_name": "Z985@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74952", - "roomcode": "0509.Z1.985", - "usage": 153 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74970", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74952, + "usage_id": 153 + }, + "0509.Z1.986": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z986, Lager", "arch_name": "Z986@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74970", - "roomcode": "0509.Z1.986", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38612", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74970, + "usage_id": 30 + }, + "0509.Z1.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z987, Raumlufttechnische Anlage", "arch_name": "Z987@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38612", - "roomcode": "0509.Z1.987", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38619", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38612, + "usage_id": 32 + }, + "0509.Z1.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z989, Flur", "arch_name": "Z989@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38619", - "roomcode": "0509.Z1.989", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38634", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38619, + "usage_id": 222 + }, + "0509.Z1.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z990, Treppenhaus", "arch_name": "Z990@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38634", - "roomcode": "0509.Z1.990", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38640", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38634, + "usage_id": 223 + }, + "0509.Z1.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z991, Raumlufttechnische Anlage", "arch_name": "Z991@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38640", - "roomcode": "0509.Z1.991", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38645", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38640, + "usage_id": 32 + }, + "0509.Z1.993": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z993, Vorraum", "arch_name": "Z993@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38645", - "roomcode": "0509.Z1.993", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74967", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38645, + "usage_id": 50 + }, + "0509.Z1.993A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z993A, WC-Vorraum Herren", "arch_name": "Z993A@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74967", - "roomcode": "0509.Z1.993A", - "usage": 118 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=7481", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74967, + "usage_id": 118 + }, + "0509.Z1.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z995, Seminarraum", "arch_name": "Z995@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": "tvKalender.wSicht?cOrg=15365&cRes=15031&cReadonly=J", - "extended": { - "additional_description": "Z995, Seminarraum", - "address": "Arcisstr. 21(0509), 1.Zwischengescho\u00df", - "architect_room_nr": "Z995@0509", - "area_m2": 108.24, - "building": "0509 (Z9) Neubau Innenhof", - "floor_number": "1.Zwischengescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "995", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=7481", - "roomcode": "0509.Z1.995", - "usage": 41 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74966", + "area_id": 23, + "building_id": 585, + "calendar_resource_nr": 15031, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7481, + "usage_id": 41 + }, + "0509.Z1.996": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z996, WC-Damen", "arch_name": "Z996@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74966", - "roomcode": "0509.Z1.996", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=74956", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74966, + "usage_id": 116 + }, + "0509.Z1.997": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z997, WC-Damen", "arch_name": "Z997@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74956", - "roomcode": "0509.Z1.997", - "usage": 116 - }, - { - "address": "Arcisstr. 21, 1.ZG", - "address_link": "ris.einzelraum?raumkey=38659", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74956, + "usage_id": 116 + }, + "0509.Z1.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Z999, Vorbereitungsraum", "arch_name": "Z999@0509", - "b_area_id": 23, - "b_filter_id": 585, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15365", - "operator": "[ TUEILDV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=38659", - "roomcode": "0509.Z1.999", - "usage": 136 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8291", + "area_id": 23, + "building_id": 585, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 15365, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 38659, + "usage_id": 136 + }, + "0510.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1001, B\u00fcro", "arch_name": "1001@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8291", - "roomcode": "0510.01.001", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8293", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8291, + "usage_id": 12 + }, + "0510.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1002, B\u00fcro", "arch_name": "1002@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8293", - "roomcode": "0510.01.002", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8294", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8293, + "usage_id": 12 + }, + "0510.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1003, B\u00fcro", "arch_name": "1003@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19630", - "operator": "[ TUGRHSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8294", - "roomcode": "0510.01.003", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8297", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19630, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8294, + "usage_id": 12 + }, + "0510.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1004, B\u00fcro", "arch_name": "1004@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8297", - "roomcode": "0510.01.004", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8299", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8297, + "usage_id": 12 + }, + "0510.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1005, B\u00fcro", "arch_name": "1005@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19630", - "operator": "[ TUGRHSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8299", - "roomcode": "0510.01.005", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8303", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8299, + "usage_id": 12 + }, + "0510.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1006, B\u00fcro", "arch_name": "1006@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8303", - "roomcode": "0510.01.006", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8305", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8303, + "usage_id": 12 + }, + "0510.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1007, B\u00fcro", "arch_name": "1007@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19630", - "operator": "[ TUGRHSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8305", - "roomcode": "0510.01.007", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41864", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8305, + "usage_id": 12 + }, + "0510.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1008, Gardarobe", "arch_name": "1008@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41864", - "roomcode": "0510.01.008", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41873", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41864, + "usage_id": 121 + }, + "0510.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1009, Thomas Mann Konferenzsaal", "arch_name": "1009@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": "tvKalender.wSicht?cOrg=29396&cRes=18783&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41873", - "roomcode": "0510.01.009", - "usage": 42 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41877", + "area_id": 23, + "building_id": 586, + "calendar_resource_nr": 18783, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41873, + "usage_id": 42 + }, + "0510.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1010, K\u00fcche", "arch_name": "1010@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41877", - "roomcode": "0510.01.010", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40745", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41877, + "usage_id": 28 + }, + "0510.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1012, Anrichte", "arch_name": "1012@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40745", - "roomcode": "0510.01.012", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40755", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40745, + "usage_id": 28 + }, + "0510.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1013, Treppenraum", "arch_name": "1013@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40755", - "roomcode": "0510.01.013", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40759", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40755, + "usage_id": 223 + }, + "0510.01.013A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1013A, Treppe", "arch_name": "1013A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40759", - "roomcode": "0510.01.013A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40834", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40759, + "usage_id": 223 + }, + "0510.01.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1019, Treppenraum", "arch_name": "1019@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40834", - "roomcode": "0510.01.019", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40841", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40834, + "usage_id": 223 + }, + "0510.01.019A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1019A, Treppe", "arch_name": "1019A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40841", - "roomcode": "0510.01.019A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40848", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40841, + "usage_id": 223 + }, + "0510.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1020, Senatssaal", "arch_name": "1020@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": "tvKalender.wSicht?cOrg=29396&cRes=18938&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40848", - "roomcode": "0510.01.020", - "usage": 142 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8261", + "area_id": 23, + "building_id": 586, + "calendar_resource_nr": 18938, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40848, + "usage_id": 142 + }, + "0510.01.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1021, B\u00fcro", "arch_name": "1021@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=48120", - "operator": "[ TUPRBKA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8261", - "roomcode": "0510.01.021", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40895", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48120, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8261, + "usage_id": 12 + }, + "0510.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1022, Pr\u00e4sidentenzimmer", "arch_name": "1022@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40895", - "roomcode": "0510.01.022", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=75033", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40895, + "usage_id": 12 + }, + "0510.01.022X": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Installationsschacht", "arch_name": "@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75033", - "roomcode": "0510.01.022X", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8385", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75033, + "usage_id": 120 + }, + "0510.01.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1023, Kanzlerb\u00fcro", "arch_name": "1023@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=48120", - "operator": "[ TUPRBKA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8385", - "roomcode": "0510.01.023", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40908", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48120, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8385, + "usage_id": 12 + }, + "0510.01.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1024, Wartezimmer Pr\u00e4sident", "arch_name": "1024@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40908", - "roomcode": "0510.01.024", - "usage": 44 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8390", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40908, + "usage_id": 44 + }, + "0510.01.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1026, B\u00fcro", "arch_name": "1026@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8390", - "roomcode": "0510.01.026", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8393", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8390, + "usage_id": 12 + }, + "0510.01.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1027, Vorzimmer Kanzler", "arch_name": "1027@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=48120", - "operator": "[ TUPRBKA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8393", - "roomcode": "0510.01.027", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=40973", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48120, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8393, + "usage_id": 12 + }, + "0510.01.027A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1027A, Kochnische", "arch_name": "1027A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=48120", - "operator": "[ TUPRBKA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40973", - "roomcode": "0510.01.027A", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8318", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48120, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40973, + "usage_id": 28 + }, + "0510.01.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1028, B\u00fcro", "arch_name": "1028@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8318", - "roomcode": "0510.01.028", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8319", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8318, + "usage_id": 12 + }, + "0510.01.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1029, B\u00fcro", "arch_name": "1029@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8319", - "roomcode": "0510.01.029", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=8322", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8319, + "usage_id": 12 + }, + "0510.01.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1031, B\u00fcro", "arch_name": "1031@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8322", - "roomcode": "0510.01.031", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41046", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8322, + "usage_id": 12 + }, + "0510.01.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1032, B\u00fcro", "arch_name": "1032@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41046", - "roomcode": "0510.01.032", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41051", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41046, + "usage_id": 12 + }, + "0510.01.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1033, Besprechungsraum", "arch_name": "1033@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41051", - "roomcode": "0510.01.033", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41113", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41051, + "usage_id": 196 + }, + "0510.01.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1034, B\u00fcro", "arch_name": "1034@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41113", - "roomcode": "0510.01.034", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41119", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41113, + "usage_id": 12 + }, + "0510.01.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1039, Verbindungsflur zu 0501", "arch_name": "1039@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41119", - "roomcode": "0510.01.039", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41122", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41119, + "usage_id": 222 + }, + "0510.01.039A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1039a, Treppe", "arch_name": "1039a@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41122", - "roomcode": "0510.01.039A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41126", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41122, + "usage_id": 223 + }, + "0510.01.039B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1039b, Lager", "arch_name": "1039b@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41126", - "roomcode": "0510.01.039B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41179", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41126, + "usage_id": 30 + }, + "0510.01.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1051, Verbindungsflur zu 0501", "arch_name": "1051@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41179", - "roomcode": "0510.01.051", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41184", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41179, + "usage_id": 222 + }, + "0510.01.051A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1051a, Treppe", "arch_name": "1051a@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41184", - "roomcode": "0510.01.051A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.OG", - "address_link": "ris.einzelraum?raumkey=41188", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41184, + "usage_id": 223 + }, + "0510.01.051B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1051b, Lager", "arch_name": "1051b@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41188", - "roomcode": "0510.01.051B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41550", + "area_id": 23, + "building_id": 586, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41188, + "usage_id": 30 + }, + "0510.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2001, B\u00fcro", "arch_name": "2001@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41550", - "roomcode": "0510.02.001", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41554", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25963, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41550, + "usage_id": 12 + }, + "0510.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2002, Verbindungsflur zu 0501", "arch_name": "2002@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41554", - "roomcode": "0510.02.002", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41561", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41554, + "usage_id": 222 + }, + "0510.02.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2002A, Putzraum", "arch_name": "2002A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41561", - "roomcode": "0510.02.002A", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41564", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41561, + "usage_id": 205 + }, + "0510.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2003, B\u00fcro", "arch_name": "2003@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41564", - "roomcode": "0510.02.003", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8883", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25975, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41564, + "usage_id": 12 + }, + "0510.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2005, B\u00fcro", "arch_name": "2005@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8883", - "roomcode": "0510.02.005", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8885", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25975, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8883, + "usage_id": 12 + }, + "0510.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2007, B\u00fcro", "arch_name": "2007@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8885", - "roomcode": "0510.02.007", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8887", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25975, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8885, + "usage_id": 12 + }, + "0510.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2009, B\u00fcro", "arch_name": "2009@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8887", - "roomcode": "0510.02.009", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41639", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25975, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8887, + "usage_id": 12 + }, + "0510.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2010, Treppenhaus Nord", "arch_name": "2010@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41639", - "roomcode": "0510.02.010", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41646", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41639, + "usage_id": 223 + }, + "0510.02.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2010A, Flur", "arch_name": "2010A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41646", - "roomcode": "0510.02.010A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41719", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41646, + "usage_id": 222 + }, + "0510.02.010B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2010B, Treppe Nord", "arch_name": "2010B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41719", - "roomcode": "0510.02.010B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41726", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41719, + "usage_id": 223 + }, + "0510.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2011, Akten/Kopierer", "arch_name": "2011@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41726", - "roomcode": "0510.02.011", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8911", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25975, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41726, + "usage_id": 110 + }, + "0510.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2013, B\u00fcro", "arch_name": "2013@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8911", - "roomcode": "0510.02.013", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41732", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48177, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8911, + "usage_id": 12 + }, + "0510.02.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2015, Besprechungsraum", "arch_name": "2015@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41732", - "roomcode": "0510.02.015", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8913", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25963, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41732, + "usage_id": 196 + }, + "0510.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2017, B\u00fcro", "arch_name": "2017@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8913", - "roomcode": "0510.02.017", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41739", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8913, + "usage_id": 12 + }, + "0510.02.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2019, B\u00fcro", "arch_name": "2019@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41739", - "roomcode": "0510.02.019", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8919", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25963, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41739, + "usage_id": 12 + }, + "0510.02.019A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2019A, B\u00fcro", "arch_name": "2019A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8919", - "roomcode": "0510.02.019A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41797", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25963, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8919, + "usage_id": 12 + }, + "0510.02.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2020, Verbindungsflur Nord/S\u00fcd", "arch_name": "2020@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41797", - "roomcode": "0510.02.020", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8923", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41797, + "usage_id": 222 + }, + "0510.02.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2021, B\u00fcro", "arch_name": "2021@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25967", - "operator": "[ TUZVR20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8923", - "roomcode": "0510.02.021", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8941", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25967, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8923, + "usage_id": 12 + }, + "0510.02.021A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2021A, B\u00fcro", "arch_name": "2021A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8941", - "roomcode": "0510.02.021A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8943", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25975, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8941, + "usage_id": 12 + }, + "0510.02.021B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2021B, B\u00fcro", "arch_name": "2021B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8943", - "roomcode": "0510.02.021B", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8973", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25975, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8943, + "usage_id": 12 + }, + "0510.02.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2022, B\u00fcro", "arch_name": "2022@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25975", - "operator": "[ TUZVR22 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8973", - "roomcode": "0510.02.022", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41897", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25975, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8973, + "usage_id": 12 + }, + "0510.02.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2023, B\u00fcro", "arch_name": "2023@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41897", - "roomcode": "0510.02.023", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8978", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41897, + "usage_id": 12 + }, + "0510.02.023A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2023A, B\u00fcro", "arch_name": "2023A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=25967", - "operator": "[ TUZVR20 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8978", - "roomcode": "0510.02.023A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8979", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25967, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8978, + "usage_id": 12 + }, + "0510.02.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2025, B\u00fcro", "arch_name": "2025@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25971", - "operator": "[ TUZVR21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8979", - "roomcode": "0510.02.025", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40776", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8979, + "usage_id": 12 + }, + "0510.02.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2026, Raumlufttechnik", "arch_name": "2026@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40776", - "roomcode": "0510.02.026", - "usage": 32 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=8984", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40776, + "usage_id": 32 + }, + "0510.02.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2027, B\u00fcro", "arch_name": "2027@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25971", - "operator": "[ TUZVR21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8984", - "roomcode": "0510.02.027", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40781", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8984, + "usage_id": 12 + }, + "0510.02.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2029, Aktenzimmer", "arch_name": "2029@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25971", - "operator": "[ TUZVR21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40781", - "roomcode": "0510.02.029", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40786", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25971, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40781, + "usage_id": 2 + }, + "0510.02.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2030, Treppenhaus S\u00fcd", "arch_name": "2030@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40786", - "roomcode": "0510.02.030", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40790", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40786, + "usage_id": 223 + }, + "0510.02.030A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2030A, Flur", "arch_name": "2030A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40790", - "roomcode": "0510.02.030A", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40793", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40790, + "usage_id": 222 + }, + "0510.02.030B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2030B, Treppe S\u00fcd", "arch_name": "2030B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40793", - "roomcode": "0510.02.030B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9011", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40793, + "usage_id": 223 + }, + "0510.02.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2031, Ger\u00e4telager", "arch_name": "2031@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25971", - "operator": "[ TUZVR21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9011", - "roomcode": "0510.02.031", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40855", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9011, + "usage_id": 2 + }, + "0510.02.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2033, B\u00fcro", "arch_name": "2033@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25971", - "operator": "[ TUZVR21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40855", - "roomcode": "0510.02.033", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9014", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40855, + "usage_id": 12 + }, + "0510.02.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2035, B\u00fcro", "arch_name": "2035@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25971", - "operator": "[ TUZVR21 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9014", - "roomcode": "0510.02.035", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9048", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9014, + "usage_id": 12 + }, + "0510.02.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2037, B\u00fcro", "arch_name": "2037@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9048", - "roomcode": "0510.02.037", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9085", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25963, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9048, + "usage_id": 12 + }, + "0510.02.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2039, B\u00fcro", "arch_name": "2039@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9085", - "roomcode": "0510.02.039", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40986", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25963, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9085, + "usage_id": 12 + }, + "0510.02.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2040, Verbindungsflur zu 0501", "arch_name": "2040@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40986", - "roomcode": "0510.02.040", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=40992", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40986, + "usage_id": 222 + }, + "0510.02.040A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2040A, Papierlager", "arch_name": "2040A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40992", - "roomcode": "0510.02.040A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=9097", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25963, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40992, + "usage_id": 30 + }, + "0510.02.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2041, B\u00fcro", "arch_name": "2041@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": "tvKalender.wSicht?cOrg=48177&cRes=18414&cReadonly=J", - "list_index": "135", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9097", - "roomcode": "0510.02.041", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.OG", - "address_link": "ris.einzelraum?raumkey=41003", + "area_id": 23, + "building_id": 586, + "calendar_resource_nr": 18414, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9097, + "usage_id": 12 + }, + "0510.02.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "2050, Innenhof Fluchtbalkon (Reinigen)", "arch_name": "2050@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41003", - "roomcode": "0510.02.050", - "usage": 219 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9123", + "area_id": 23, + "building_id": 586, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41003, + "usage_id": 219 + }, + "0510.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3001, B\u00fcro", "arch_name": "3001@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9123", - "roomcode": "0510.03.001", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41055", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9123, + "usage_id": 12 + }, + "0510.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3002, Verbindungsflur zu 0501", "arch_name": "3002@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41055", - "roomcode": "0510.03.002", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41059", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41055, + "usage_id": 222 + }, + "0510.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3003, B\u00fcro", "arch_name": "3003@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": "tvKalender.wSicht?cOrg=14943&cRes=18999&cReadonly=J", - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41059", - "roomcode": "0510.03.003", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41062", - "alt_name": "3004, Teilk\u00fcche", + "area_id": 23, + "building_id": 586, + "calendar_resource_nr": 18999, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41059, + "usage_id": 12 + }, + "0510.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3004, Teilk\u00fcche", "arch_name": "3004@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41062", - "roomcode": "0510.03.004", - "usage": 28 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41066", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41062, + "usage_id": 28 + }, + "0510.03.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3004A, B\u00fcro", "arch_name": "3004A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41066", - "roomcode": "0510.03.004A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41070", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41066, + "usage_id": 12 + }, + "0510.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3005, Vorraum/Dusche", "arch_name": "3005@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41070", - "roomcode": "0510.03.005", - "usage": 37 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41131", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41070, + "usage_id": 37 + }, + "0510.03.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3005A, Lager/Server", "arch_name": "3005A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41131", - "roomcode": "0510.03.005A", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9167", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41131, + "usage_id": 30 + }, + "0510.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3007, Sekretariat", "arch_name": "3007@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": "tvKalender.wSicht?cOrg=14943&cRes=18479&cReadonly=J", - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9167", - "roomcode": "0510.03.007", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41139", + "area_id": 23, + "building_id": 586, + "calendar_resource_nr": 18479, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9167, + "usage_id": 40 + }, + "0510.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3008, B\u00fcro", "arch_name": "3008@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41139", - "roomcode": "0510.03.008", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9171", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41139, + "usage_id": 12 + }, + "0510.03.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3011, Prof.-B\u00fcro", "arch_name": "3011@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9171", - "roomcode": "0510.03.011", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9173", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9171, + "usage_id": 12 + }, + "0510.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3013, B\u00fcro", "arch_name": "3013@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14943", - "operator": "[ TUBVBPH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9173", - "roomcode": "0510.03.013", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41202", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14943, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9173, + "usage_id": 12 + }, + "0510.03.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3014, Teek\u00fcche", "arch_name": "3014@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41202", - "roomcode": "0510.03.014", - "usage": 198 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41208", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41202, + "usage_id": 198 + }, + "0510.03.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3015, Besprechungsraum", "arch_name": "3015@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41208", - "roomcode": "0510.03.015", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41213", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41208, + "usage_id": 196 + }, + "0510.03.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3016, B\u00fcro", "arch_name": "3016@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41213", - "roomcode": "0510.03.016", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9189", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41213, + "usage_id": 12 + }, + "0510.03.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3018, Fachditaktik", "arch_name": "3018@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9189", - "roomcode": "0510.03.018", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41268", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9189, + "usage_id": 12 + }, + "0510.03.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3019, Treppenhaus Nord", "arch_name": "3019@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41268", - "roomcode": "0510.03.019", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9193", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41268, + "usage_id": 223 + }, + "0510.03.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3020, B\u00fcro Assistent", "arch_name": "3020@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9193", - "roomcode": "0510.03.020", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9208", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9193, + "usage_id": 12 + }, + "0510.03.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3021, B\u00fcro Assistent", "arch_name": "3021@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9208", - "roomcode": "0510.03.021", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41284", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9208, + "usage_id": 12 + }, + "0510.03.021A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3021A, Kopierraum", "arch_name": "3021A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41284", - "roomcode": "0510.03.021A", - "usage": 110 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41292", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41284, + "usage_id": 110 + }, + "0510.03.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3024, Treppenhaus S\u00fcd", "arch_name": "3024@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41292", - "roomcode": "0510.03.024", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9215", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41292, + "usage_id": 223 + }, + "0510.03.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3025, Sekretariat", "arch_name": "3025@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": "tvKalender.wSicht?cOrg=14945&cRes=22399&cReadonly=J", - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9215", - "roomcode": "0510.03.025", - "usage": 40 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9218", + "area_id": 23, + "building_id": 586, + "calendar_resource_nr": 22399, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14945, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9215, + "usage_id": 40 + }, + "0510.03.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3027, Prof.-B\u00fcro", "arch_name": "3027@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9218", - "roomcode": "0510.03.027", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41441", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9218, + "usage_id": 12 + }, + "0510.03.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3031, B\u00fcro Assistent", "arch_name": "3031@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41441", - "roomcode": "0510.03.031", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9244", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41441, + "usage_id": 12 + }, + "0510.03.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3033, B\u00fcro Assistent", "arch_name": "3033@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9244", - "roomcode": "0510.03.033", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9245", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9244, + "usage_id": 12 + }, + "0510.03.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3037, B\u00fcro Assistent", "arch_name": "3037@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9245", - "roomcode": "0510.03.037", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9264", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9245, + "usage_id": 12 + }, + "0510.03.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3039, B\u00fcro Assistent", "arch_name": "3039@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9264", - "roomcode": "0510.03.039", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41454", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9264, + "usage_id": 12 + }, + "0510.03.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3040, Verbindungsflur zu 0501", "arch_name": "3040@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41454", - "roomcode": "0510.03.040", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41503", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41454, + "usage_id": 222 + }, + "0510.03.040A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3040A, Vorraum", "arch_name": "3040A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41503", - "roomcode": "0510.03.040A", - "usage": 50 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=41505", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41503, + "usage_id": 50 + }, + "0510.03.040B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3040B, Putzraum", "arch_name": "3040B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41505", - "roomcode": "0510.03.040B", - "usage": 205 - }, - { - "address": "Arcisstr. 21, 3.OG", - "address_link": "ris.einzelraum?raumkey=9271", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41505, + "usage_id": 205 + }, + "0510.03.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "3041, B\u00fcro Assistent", "arch_name": "3041@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9271", - "roomcode": "0510.03.041", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39830", + "area_id": 23, + "building_id": 586, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9271, + "usage_id": 12 + }, + "0510.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0001, Flur", "arch_name": "0001@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39830", - "roomcode": "0510.EG.001", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39841", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39830, + "usage_id": 222 + }, + "0510.EG.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0001B, Behinderten Aufzug", "arch_name": "0001B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39841", - "roomcode": "0510.EG.001B", - "usage": 4 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39800", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39841, + "usage_id": 4 + }, + "0510.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0002, Flur Verbindungsflur zur 0501", "arch_name": "0002@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39800", - "roomcode": "0510.EG.002", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39806", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39800, + "usage_id": 222 + }, + "0510.EG.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0002A, Vorraum Waschbecken", "arch_name": "0002A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39806", - "roomcode": "0510.EG.002A", - "usage": 37 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39811", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39806, + "usage_id": 37 + }, + "0510.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0003, Flur Verbindungsflur zu 0501", "arch_name": "0003@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39811", - "roomcode": "0510.EG.003", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66033", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39811, + "usage_id": 222 + }, + "0510.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0004, K\u00fcche Konferensaal (Alte Post)", "arch_name": "0004@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66033", - "roomcode": "0510.EG.004", - "usage": 28 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66032", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66033, + "usage_id": 28 + }, + "0510.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Konferenzeingangsbereich 0005/0006", "arch_name": "0005@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66032", - "roomcode": "0510.EG.005", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=66031", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66032, + "usage_id": 222 + }, + "0510.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0006, Fritz Koenig - Konferenzsaal (Alte Post)", "arch_name": "0006@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66031", - "roomcode": "0510.EG.006", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=14225", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66031, + "usage_id": 196 + }, + "0510.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0009, Amalie Bauer - Konferenzsaal (Alte Post)", "arch_name": "0009@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14225", - "roomcode": "0510.EG.009", - "usage": 196 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=39816", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29396, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14225, + "usage_id": 196 + }, + "0510.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0012, Installation/Brandmeldezentrale", "arch_name": "0012@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39816", - "roomcode": "0510.EG.012", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41388", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39816, + "usage_id": 120 + }, + "0510.EG.012A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0012A, Brandmeldezentrale", "arch_name": "0012A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41388", - "roomcode": "0510.EG.012A", - "usage": 120 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41394", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41388, + "usage_id": 120 + }, + "0510.EG.012B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0012B, Vorraum Brandmeldezentrale", "arch_name": "0012B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41394", - "roomcode": "0510.EG.012B", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75032", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41394, + "usage_id": 222 + }, + "0510.EG.012C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "012C, Flur", "arch_name": "012C@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75032", - "roomcode": "0510.EG.012C", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41403", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75032, + "usage_id": 222 + }, + "0510.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0014, Pf\u00f6rtner/Auskunft", "arch_name": "0014@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41403", - "roomcode": "0510.EG.014", - "usage": 34 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41409", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41403, + "usage_id": 34 + }, + "0510.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0015, Treppenraum", "arch_name": "0015@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41409", - "roomcode": "0510.EG.015", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41466", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41409, + "usage_id": 223 + }, + "0510.EG.015A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0015A, Hauptreppe Nord", "arch_name": "0015A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41466", - "roomcode": "0510.EG.015A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41470", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41466, + "usage_id": 223 + }, + "0510.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0019, Flur", "arch_name": "0019@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41470", - "roomcode": "0510.EG.019", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41475", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41470, + "usage_id": 222 + }, + "0510.EG.019A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0019A, Vorraum/Waschbecken", "arch_name": "0019A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41475", - "roomcode": "0510.EG.019A", - "usage": 37 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41528", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41475, + "usage_id": 37 + }, + "0510.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0020, Treppenraum", "arch_name": "0020@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41528", - "roomcode": "0510.EG.020", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41534", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41528, + "usage_id": 223 + }, + "0510.EG.020A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0020A, Hauptreppe S\u00fcd", "arch_name": "0020A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41534", - "roomcode": "0510.EG.020A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41541", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41534, + "usage_id": 223 + }, + "0510.EG.020B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0020B, Lager S\u00fcd unter Treppe", "arch_name": "0020B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41541", - "roomcode": "0510.EG.020B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=63439", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41541, + "usage_id": 30 + }, + "0510.EG.020C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0020C, Information", "arch_name": "0020C@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63439", - "roomcode": "0510.EG.020C", - "usage": 34 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75031", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 37989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63439, + "usage_id": 34 + }, + "0510.EG.020D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "020D, Flur", "arch_name": "020D@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75031", - "roomcode": "0510.EG.020D", - "usage": 222 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41548", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75031, + "usage_id": 222 + }, + "0510.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0021, B\u00fcro", "arch_name": "0021@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41548", - "roomcode": "0510.EG.021", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75030", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41548, + "usage_id": 12 + }, + "0510.EG.021B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0021B, Lager", "arch_name": "0021B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75030", - "roomcode": "0510.EG.021B", - "usage": 30 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8286", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75030, + "usage_id": 30 + }, + "0510.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0023, B\u00fcro", "arch_name": "0023@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8286", - "roomcode": "0510.EG.023", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8288", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8286, + "usage_id": 12 + }, + "0510.EG.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0027, B\u00fcro", "arch_name": "0027@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8288", - "roomcode": "0510.EG.027", - "usage": 12 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=8289", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8288, + "usage_id": 12 + }, + "0510.EG.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "0029, B\u00fcro", "arch_name": "0029@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8289", - "roomcode": "0510.EG.029", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39845", + "area_id": 23, + "building_id": 586, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8289, + "usage_id": 12 + }, + "0510.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1003, Umkleide", "arch_name": "-1003@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=37985", - "operator": "[ TUZV44N ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39845", - "roomcode": "0510.U1.003", - "usage": 121 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39850", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37985, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39845, + "usage_id": 121 + }, + "0510.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1005, Kellerraum", "arch_name": "-1005@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39850", - "roomcode": "0510.U1.005", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39855", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25963, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39850, + "usage_id": 2 + }, + "0510.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1007, Lager/Schreibmaschinen/Akten", "arch_name": "-1007@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=37988", - "operator": "[ TUZV44Q ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39855", - "roomcode": "0510.U1.007", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=58599", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 37988, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39855, + "usage_id": 30 + }, + "0510.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1009, Lager HSP", "arch_name": "-1009@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58599", - "roomcode": "0510.U1.009", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39863", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58599, + "usage_id": 30 + }, + "0510.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1011, Lager", "arch_name": "-1011@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39863", - "roomcode": "0510.U1.011", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39878", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39863, + "usage_id": 30 + }, + "0510.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1013, Kanzler/Archiv/Registratur", "arch_name": "-1013@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39878", - "roomcode": "0510.U1.013", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39882", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39878, + "usage_id": 2 + }, + "0510.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1014, Aktenlager", "arch_name": "-1014@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39882", - "roomcode": "0510.U1.014", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39888", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39882, + "usage_id": 2 + }, + "0510.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1015, Flur", "arch_name": "-1015@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39888", - "roomcode": "0510.U1.015", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39895", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39888, + "usage_id": 222 + }, + "0510.U1.015A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1015A, S\u00fcdtreppe Keller", "arch_name": "-1015A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39895", - "roomcode": "0510.U1.015A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39900", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39895, + "usage_id": 223 + }, + "0510.U1.015B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1015B, Nordtreppe Keller", "arch_name": "-1015B@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39900", - "roomcode": "0510.U1.015B", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39902", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39900, + "usage_id": 223 + }, + "0510.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1016, Lager/Seife/Putzmittel", "arch_name": "-1016@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39902", - "roomcode": "0510.U1.016", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39904", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39902, + "usage_id": 30 + }, + "0510.U1.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1018, Toilettenpapier/Handt\u00fccher", "arch_name": "-1018@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39904", - "roomcode": "0510.U1.018", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=58731", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39904, + "usage_id": 30 + }, + "0510.U1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1020, Registratur gemein.Nutzung Historisches Arc", "arch_name": "-1020@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58731", - "roomcode": "0510.U1.020", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39909", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58731, + "usage_id": 2 + }, + "0510.U1.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1023, Lager", "arch_name": "-1023@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39909", - "roomcode": "0510.U1.023", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39922", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39909, + "usage_id": 30 + }, + "0510.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1025, Archiv", "arch_name": "-1025@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39922", - "roomcode": "0510.U1.025", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39926", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39922, + "usage_id": 2 + }, + "0510.U1.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1027, Archiv", "arch_name": "-1027@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39926", - "roomcode": "0510.U1.027", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39929", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39926, + "usage_id": 2 + }, + "0510.U1.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1029, Archiv", "arch_name": "-1029@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39929", - "roomcode": "0510.U1.029", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39785", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39929, + "usage_id": 2 + }, + "0510.U1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1031, Archiv", "arch_name": "-1031@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39785", - "roomcode": "0510.U1.031", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39788", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39785, + "usage_id": 2 + }, + "0510.U1.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1033, Archiv", "arch_name": "-1033@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39788", - "roomcode": "0510.U1.033", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=39790", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39788, + "usage_id": 2 + }, + "0510.U1.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1051, Registratur", "arch_name": "-1051@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39790", - "roomcode": "0510.U1.051", - "usage": 2 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41195", + "area_id": 23, + "building_id": 586, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39790, + "usage_id": 2 + }, + "0510.Z2.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1053, B\u00fcro", "arch_name": "1053@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41195", - "roomcode": "0510.Z2.053", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41200", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41195, + "usage_id": 12 + }, + "0510.Z2.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1054, B\u00fcro", "arch_name": "1054@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41200", - "roomcode": "0510.Z2.054", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41249", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41200, + "usage_id": 12 + }, + "0510.Z2.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1056, B\u00fcro", "arch_name": "1056@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41249", - "roomcode": "0510.Z2.056", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41254", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41249, + "usage_id": 12 + }, + "0510.Z2.058": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1058, B\u00fcro", "arch_name": "1058@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41254", - "roomcode": "0510.Z2.058", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41260", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41254, + "usage_id": 12 + }, + "0510.Z2.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1060, Lager", "arch_name": "1060@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41260", - "roomcode": "0510.Z2.060", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=8367", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Linoleum", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41260, + "usage_id": 30 + }, + "0510.Z2.064": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1064, B\u00fcro", "arch_name": "1064@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8367", - "roomcode": "0510.Z2.064", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41326", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8367, + "usage_id": 12 + }, + "0510.Z2.066": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1066, Besprechungsraum", "arch_name": "1066@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41326", - "roomcode": "0510.Z2.066", - "usage": 196 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41332", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41326, + "usage_id": 196 + }, + "0510.Z2.068": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1068, B\u00fcro", "arch_name": "1068@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41332", - "roomcode": "0510.Z2.068", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=8376", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41332, + "usage_id": 12 + }, + "0510.Z2.072": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1072, B\u00fcro", "arch_name": "1072@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8376", - "roomcode": "0510.Z2.072", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=8330", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8376, + "usage_id": 12 + }, + "0510.Z2.074": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1074, B\u00fcro", "arch_name": "1074@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8330", - "roomcode": "0510.Z2.074", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=8331", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8330, + "usage_id": 12 + }, + "0510.Z2.074A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1074A, B\u00fcro", "arch_name": "1074A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=29396", - "operator": "[ TUPRSTB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8331", - "roomcode": "0510.Z2.074A", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41494", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 29396, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8331, + "usage_id": 12 + }, + "0510.Z2.075": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1075, Treppenhaus", "arch_name": "1075@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41494", - "roomcode": "0510.Z2.075", - "usage": 223 - }, - { - "address": "Arcisstr. 21, 2.ZG", - "address_link": "ris.einzelraum?raumkey=41497", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41494, + "usage_id": 223 + }, + "0510.Z2.075A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "1075A, Treppenhaus", "arch_name": "1075A@0510", - "b_area_id": 23, - "b_filter_id": 586, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41497", - "roomcode": "0510.Z2.075A", - "usage": 223 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41834", + "area_id": 23, + "building_id": 586, + "floor_level": "2.ZG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41497, + "usage_id": 223 + }, + "0511.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Container 1 L\u00f6sungsmittel", "arch_name": "@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41834", - "roomcode": "0511.EG.101", - "usage": 132 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41839", + "area_id": 23, + "building_id": 587, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41834, + "usage_id": 132 + }, + "0511.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Container 2 L\u00f6sungsmittel", "arch_name": "@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41839", - "roomcode": "0511.EG.102", - "usage": 132 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41905", + "area_id": 23, + "building_id": 587, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41839, + "usage_id": 132 + }, + "0511.EG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Container 3 Salze", "arch_name": "@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41905", - "roomcode": "0511.EG.103", - "usage": 132 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41907", + "area_id": 23, + "building_id": 587, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41905, + "usage_id": 132 + }, + "0511.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Container 4", "arch_name": "@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41907", - "roomcode": "0511.EG.104", - "usage": 132 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41908", + "area_id": 23, + "building_id": 587, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41907, + "usage_id": 132 + }, + "0511.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Container 5", "arch_name": "@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41908", - "roomcode": "0511.EG.105", - "usage": 132 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=41921", + "area_id": 23, + "building_id": 587, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41908, + "usage_id": 132 + }, + "0511.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "Container 6", "arch_name": "@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41921", - "roomcode": "0511.EG.106", - "usage": 132 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41507", + "area_id": 23, + "building_id": 587, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41921, + "usage_id": 132 + }, + "0511.U1.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K118, Reduzierstation (Heizung)", "arch_name": "K118@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41507", - "roomcode": "0511.U1.118", - "usage": 201 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41509", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41507, + "usage_id": 201 + }, + "0511.U1.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K119, Hochspannung", "arch_name": "K119@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41509", - "roomcode": "0511.U1.119", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41513", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41509, + "usage_id": 160 + }, + "0511.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K120, Niederspannung", "arch_name": "K120@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41513", - "roomcode": "0511.U1.120", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41575", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41513, + "usage_id": 160 + }, + "0511.U1.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K121, Lager", "arch_name": "K121@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41575", - "roomcode": "0511.U1.121", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41581", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41575, + "usage_id": 30 + }, + "0511.U1.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K122, Lager", "arch_name": "K122@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41581", - "roomcode": "0511.U1.122", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41585", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41581, + "usage_id": 30 + }, + "0511.U1.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K123, Flur 3", "arch_name": "K123@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41585", - "roomcode": "0511.U1.123", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41588", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41585, + "usage_id": 222 + }, + "0511.U1.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K124, Trafokammer", "arch_name": "K124@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41588", - "roomcode": "0511.U1.124", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41595", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41588, + "usage_id": 160 + }, + "0511.U1.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K125, Trafokammer", "arch_name": "K125@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41595", - "roomcode": "0511.U1.125", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41654", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41595, + "usage_id": 160 + }, + "0511.U1.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K126, Trafokammer", "arch_name": "K126@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41654", - "roomcode": "0511.U1.126", - "usage": 160 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41659", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41654, + "usage_id": 160 + }, + "0511.U1.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K127, Trockenraum", "arch_name": "K127@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41659", - "roomcode": "0511.U1.127", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41665", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41659, + "usage_id": 30 + }, + "0511.U1.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K128, Spritzraum", "arch_name": "K128@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41665", - "roomcode": "0511.U1.128", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41670", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41665, + "usage_id": 51 + }, + "0511.U1.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K129, Flur", "arch_name": "K129@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41670", - "roomcode": "0511.U1.129", - "usage": 222 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41740", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41670, + "usage_id": 222 + }, + "0511.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K130, Schlosserei", "arch_name": "K130@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41740", - "roomcode": "0511.U1.130", - "usage": 51 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41746", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41740, + "usage_id": 51 + }, + "0511.U1.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K131, Technikraum", "arch_name": "K131@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41746", - "roomcode": "0511.U1.131", - "usage": 120 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41752", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41746, + "usage_id": 120 + }, + "0511.U1.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K134, Wertstofflager 1", "arch_name": "K134@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41752", - "roomcode": "0511.U1.134", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41757", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41752, + "usage_id": 30 + }, + "0511.U1.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K135, Wertstofflager 3", "arch_name": "K135@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41757", - "roomcode": "0511.U1.135", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41763", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41757, + "usage_id": 30 + }, + "0511.U1.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K138, Einfahrt Wertstofflager", "arch_name": "K138@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41763", - "roomcode": "0511.U1.138", - "usage": 204 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41822", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41763, + "usage_id": 204 + }, + "0511.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K140, Lager Schlosserei", "arch_name": "K140@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=37585", - "operator": "[ TUZV44D ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41822", - "roomcode": "0511.U1.140", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41827", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41822, + "usage_id": 30 + }, + "0511.U1.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "K141, B\u00fcro/Wertstofflager", "arch_name": "K141@0511", - "b_area_id": 23, - "b_filter_id": 587, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41827", - "roomcode": "0511.U1.141", - "usage": 12 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41923", + "area_id": 23, + "building_id": 587, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41827, + "usage_id": 12 + }, + "0512.U1.276": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1576, Lager/Baufirmen Hof", "arch_name": "-1576@0512", - "b_area_id": 23, - "b_filter_id": 588, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41923", - "roomcode": "0512.U1.276", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=41926", + "area_id": 23, + "building_id": 588, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16353, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41923, + "usage_id": 30 + }, + "0512.U1.277": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1577, Lager", "arch_name": "-1577@0512", - "b_area_id": 23, - "b_filter_id": 588, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41926", - "roomcode": "0512.U1.277", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40806", + "area_id": 23, + "building_id": 588, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41926, + "usage_id": 30 + }, + "0512.U1.278": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1578, Lager", "arch_name": "-1578@0512", - "b_area_id": 23, - "b_filter_id": 588, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40806", - "roomcode": "0512.U1.278", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40811", + "area_id": 23, + "building_id": 588, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40806, + "usage_id": 30 + }, + "0512.U1.279": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1579, Lager Kfz Hof", "arch_name": "-1579@0512", - "b_area_id": 23, - "b_filter_id": 588, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43317", - "operator": "[ TUBVHGT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40811", - "roomcode": "0512.U1.279", - "usage": 30 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40819", + "area_id": 23, + "building_id": 588, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40811, + "usage_id": 30 + }, + "0512.U1.281": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1581, Garage Hofwerkstatt", "arch_name": "-1581@0512", - "b_area_id": 23, - "b_filter_id": 588, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=37986", - "operator": "[ TUZV44O ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40819", - "roomcode": "0512.U1.281", - "usage": 100 - }, - { - "address": "Arcisstr. 21, 1.UG", - "address_link": "ris.einzelraum?raumkey=40823", + "area_id": 23, + "building_id": 588, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37986, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40819, + "usage_id": 100 + }, + "0512.U1.281A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "alt_name": "-1581A, Hofwerkstatt", "arch_name": "-1581A@0512", - "b_area_id": 23, - "b_filter_id": 588, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40823", - "roomcode": "0512.U1.281A", - "usage": 51 - }, - { - "address": "Arcisstr. 21, EG", - "address_link": "ris.einzelraum?raumkey=75984", + "area_id": 23, + "building_id": 588, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "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", - "b_area_id": 23, - "b_filter_id": 3309, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=34212&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75984", - "roomcode": "0597.EG.001", - "usage": 219 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=59987", + "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": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.0.65, H\u00f6rsaal-D", "arch_name": "1.0.65@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=26592&cReadonly=J", - "extended": { - "additional_description": "1.0.65, H\u00f6rsaal-D", - "address": "Ismaninger Str. 22(1501), Erdgescho\u00df", - "architect_room_nr": "1.0.65@1501", - "area_m2": 127.6, - "building": "1501 Chirurgische Klinik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "065", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59987", - "roomcode": "1501.EG.065", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=59988", + "area_id": 22, + "building_id": 1037, + "calendar_resource_nr": 26592, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59987, + "usage_id": 20 + }, + "1501.EG.065A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.0.65a, Vorraum", "arch_name": "1.0.65a@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59988", - "roomcode": "1501.EG.065A", - "usage": 50 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=59989", + "area_id": 22, + "building_id": 1037, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59988, + "usage_id": 50 + }, + "1501.EG.065B": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.0.65b, Schaltzentrale", "arch_name": "1.0.65b@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59989", - "roomcode": "1501.EG.065B", - "usage": 120 - }, - { - "address": "Ismaninger Str. 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=60007", + "area_id": 22, + "building_id": 1037, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59989, + "usage_id": 120 + }, + "1501.U1.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.01.49, Vorbereitung", "arch_name": "1.01.49@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60007", - "roomcode": "1501.U1.049", - "usage": 136 - }, - { - "address": "Ismaninger Str. 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=60008", + "area_id": 22, + "building_id": 1037, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60007, + "usage_id": 136 + }, + "1501.U1.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.01.50, WC", "arch_name": "1.01.50@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60008", - "roomcode": "1501.U1.050", - "usage": 114 - }, - { - "address": "Ismaninger Str. 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=60019", + "area_id": 22, + "building_id": 1037, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60008, + "usage_id": 114 + }, + "1501.U1.051A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.01.51a, Lager", "arch_name": "1.01.51a@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60019", - "roomcode": "1501.U1.051A", - "usage": 30 - }, - { - "address": "Ismaninger Str. 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=74062", + "area_id": 22, + "building_id": 1037, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60019, + "usage_id": 30 + }, + "1501.U1.051B": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.01.51, Putzraum", "arch_name": "1.01.51@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74062", - "roomcode": "1501.U1.051B", - "usage": 205 - }, - { - "address": "Ismaninger Str. 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=60020", + "area_id": 22, + "building_id": 1037, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74062, + "usage_id": 205 + }, + "1501.U1.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.01.52, Vorbereitung", "arch_name": "1.01.52@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60020", - "roomcode": "1501.U1.052", - "usage": 136 - }, - { - "address": "Ismaninger Str. 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=60021", + "area_id": 22, + "building_id": 1037, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60020, + "usage_id": 136 + }, + "1501.U1.052A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "1.01.52a, Lager", "arch_name": "1.01.52a@1501", - "b_area_id": 22, - "b_filter_id": 1037, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60021", - "roomcode": "1501.U1.052A", - "usage": 30 - }, - { - "address": "Ismaningerstr. 22, DG", - "address_link": "ris.einzelraum?raumkey=66164", + "area_id": 22, + "building_id": 1037, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60021, + "usage_id": 30 + }, + "1503.DG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "alt_name": "3.3.13, Seminarraum III", "arch_name": "3.3.13@1503", - "b_area_id": 22, - "b_filter_id": 1772, - "calendar": null, - "extended": { - "additional_description": "3.3.13, Seminarraum III", - "address": "Ismaningerstr. 22(1503), Dachgescho\u00df", - "architect_room_nr": "3.3.13@1503", - "area_m2": 52.56, - "building": "1503 Augen, HNO, I.Med., III.Med.", - "floor_number": "Dachgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66164", - "roomcode": "1503.DG.013", - "usage": 41 - }, - { - "address": "Ismaningerstr. 22, DG", - "address_link": "ris.einzelraum?raumkey=66168", + "area_id": 22, + "building_id": 1772, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66164, + "usage_id": 41 + }, + "1503.DG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "alt_name": "3.3.14, B\u00fcro", "arch_name": "3.3.14@1503", - "b_area_id": 22, - "b_filter_id": 1772, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66168", - "roomcode": "1503.DG.014", - "usage": 12 - }, - { - "address": "Trogerstr. 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65420", + "area_id": 22, + "building_id": 1772, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66168, + "usage_id": 12 + }, + "1514.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 9", + "zip_code": 81675 + }, "alt_name": "14.01.8, Rechnerraum", "arch_name": "14.01.8@1514", - "b_area_id": 22, - "b_filter_id": 1035, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=42041", - "operator": "[ TUMERZ0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65420", - "roomcode": "1514.U1.008", - "usage": 207 - }, - { - "address": "Trogerstr. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=66175", + "area_id": 22, + "building_id": 1035, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 42041, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65420, + "usage_id": 207 + }, + "1533.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 8", + "zip_code": 81675 + }, "alt_name": "33.2.7, B\u00fcro", "arch_name": "33.2.7@1533", - "b_area_id": 22, - "b_filter_id": 1769, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66175", - "roomcode": "1533.02.007", - "usage": 12 - }, - { - "address": "Trogerstr. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=66176", + "area_id": 22, + "building_id": 1769, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66175, + "usage_id": 12 + }, + "1533.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 8", + "zip_code": 81675 + }, "alt_name": "33.2.8, Aufenthalt", "arch_name": "33.2.8@1533", - "b_area_id": 22, - "b_filter_id": 1769, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66176", - "roomcode": "1533.02.008", - "usage": 44 - }, - { - "address": "Trogerstr. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=66177", + "area_id": 22, + "building_id": 1769, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66176, + "usage_id": 44 + }, + "1533.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 8", + "zip_code": 81675 + }, "alt_name": "33.2.10, K\u00fcche", "arch_name": "33.2.10@1533", - "b_area_id": 22, - "b_filter_id": 1769, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66177", - "roomcode": "1533.02.010", - "usage": 53 - }, - { - "address": "Trogerstr. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=66178", + "area_id": 22, + "building_id": 1769, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66177, + "usage_id": 53 + }, + "1533.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 8", + "zip_code": 81675 + }, "alt_name": "33.2.11, Bad", "arch_name": "33.2.11@1533", - "b_area_id": 22, - "b_filter_id": 1769, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66178", - "roomcode": "1533.02.011", - "usage": 112 - }, - { - "address": "Trogerstr. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=66082", + "area_id": 22, + "building_id": 1769, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66178, + "usage_id": 112 + }, + "1533.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 8", + "zip_code": 81675 + }, "alt_name": "35.0.3, Flur", "arch_name": "35.0.3@1533", - "b_area_id": 22, - "b_filter_id": 1769, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66082", - "roomcode": "1533.02.110", - "usage": 222 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60615", + "area_id": 22, + "building_id": 1769, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66082, + "usage_id": 222 + }, + "1536.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.1, Vorraum", "arch_name": "36.0.1@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60615", - "roomcode": "1536.EG.001", - "usage": 50 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60616", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60615, + "usage_id": 50 + }, + "1536.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.2, WC", "arch_name": "36.0.2@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60616", - "roomcode": "1536.EG.002", - "usage": 114 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60618", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60616, + "usage_id": 114 + }, + "1536.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.3, B\u00fcro", "arch_name": "36.0.3@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60618", - "roomcode": "1536.EG.003", - "usage": 12 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60633", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60618, + "usage_id": 12 + }, + "1536.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.5, B\u00fcro", "arch_name": "36.0.5@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60633", - "roomcode": "1536.EG.005", - "usage": 12 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60635", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60633, + "usage_id": 12 + }, + "1536.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.6, Bibliothek", "arch_name": "36.0.6@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60635", - "roomcode": "1536.EG.006", - "usage": 10 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60637", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60635, + "usage_id": 10 + }, + "1536.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.8, B\u00fcro", "arch_name": "36.0.8@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60637", - "roomcode": "1536.EG.008", - "usage": 12 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60654", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60637, + "usage_id": 12 + }, + "1536.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.9, B\u00fcro", "arch_name": "36.0.9@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60654", - "roomcode": "1536.EG.009", - "usage": 12 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60656", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60654, + "usage_id": 12 + }, + "1536.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.10, Teek\u00fcche", "arch_name": "36.0.10@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60656", - "roomcode": "1536.EG.010", - "usage": 198 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60658", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60656, + "usage_id": 198 + }, + "1536.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.11, WC", "arch_name": "36.0.11@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60658", - "roomcode": "1536.EG.011", - "usage": 114 - }, - { - "address": "Trogerstr. 14, EG", - "address_link": "ris.einzelraum?raumkey=60672", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60658, + "usage_id": 114 + }, + "1536.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.0.12, Flur", "arch_name": "36.0.12@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60672", - "roomcode": "1536.EG.012", - "usage": 222 - }, - { - "address": "Trogerstr. 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=60595", + "area_id": 22, + "building_id": 1027, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60672, + "usage_id": 222 + }, + "1536.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.01.6, Lager", "arch_name": "36.01.6@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60595", - "roomcode": "1536.U1.006", - "usage": 30 - }, - { - "address": "Trogerstr. 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=60597", + "area_id": 22, + "building_id": 1027, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60595, + "usage_id": 30 + }, + "1536.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "alt_name": "36.01.7, Lager", "arch_name": "36.01.7@1536", - "b_area_id": 22, - "b_filter_id": 1027, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60597", - "roomcode": "1536.U1.007", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60448", + "area_id": 22, + "building_id": 1027, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60597, + "usage_id": 30 + }, + "1538.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.1, Vorraum", "arch_name": "38.1.1@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60448", - "roomcode": "1538.01.001", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60467", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60448, + "usage_id": 37 + }, + "1538.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.2, WC-Damen", "arch_name": "38.1.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60467", - "roomcode": "1538.01.002", - "usage": 116 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60470", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60467, + "usage_id": 116 + }, + "1538.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.3, Vorraum", "arch_name": "38.1.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60470", - "roomcode": "1538.01.003", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60472", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60470, + "usage_id": 37 + }, + "1538.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.4, WC-Herren", "arch_name": "38.1.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60472", - "roomcode": "1538.01.004", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60476", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60472, + "usage_id": 115 + }, + "1538.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.5, Kopierer", "arch_name": "38.1.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60476", - "roomcode": "1538.01.005", - "usage": 110 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60480", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60476, + "usage_id": 110 + }, + "1538.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.6, Wissensch.Sek.", "arch_name": "38.1.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60480", - "roomcode": "1538.01.006", - "usage": 40 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60502", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60480, + "usage_id": 40 + }, + "1538.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.7, Institutsleiter", "arch_name": "38.1.7@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60502", - "roomcode": "1538.01.007", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60507", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60502, + "usage_id": 12 + }, + "1538.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.8, Befundungszimmer Instit.", "arch_name": "38.1.8@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60507", - "roomcode": "1538.01.008", - "usage": 124 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60510", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60507, + "usage_id": 124 + }, + "1538.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.9, Vorzimmer Institutsleiter", "arch_name": "38.1.9@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60510", - "roomcode": "1538.01.009", - "usage": 40 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60523", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60510, + "usage_id": 40 + }, + "1538.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.10, Befundsekretariat 1", "arch_name": "38.1.10@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60523", - "roomcode": "1538.01.010", - "usage": 40 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60526", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60523, + "usage_id": 40 + }, + "1538.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.11, Finanzbuchh./Bestellwesen", "arch_name": "38.1.11@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60526", - "roomcode": "1538.01.011", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60530", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60526, + "usage_id": 12 + }, + "1538.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.12, Dokumentation/Befundauskunft", "arch_name": "38.1.12@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60530", - "roomcode": "1538.01.012", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60531", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60530, + "usage_id": 12 + }, + "1538.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.13, Befundsekretariat 2", "arch_name": "38.1.13@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60531", - "roomcode": "1538.01.013", - "usage": 40 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60533", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60531, + "usage_id": 40 + }, + "1538.01.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.14, Befundsekretariat 3", "arch_name": "38.1.14@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60533", - "roomcode": "1538.01.014", - "usage": 40 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60552", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60533, + "usage_id": 40 + }, + "1538.01.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.15, Systemverwaltung", "arch_name": "38.1.15@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60552", - "roomcode": "1538.01.015", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60556", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60552, + "usage_id": 12 + }, + "1538.01.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.16, EDV-Raum", "arch_name": "38.1.16@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60556", - "roomcode": "1538.01.016", - "usage": 207 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60559", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60556, + "usage_id": 207 + }, + "1538.01.016A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.16a, Inst.4", "arch_name": "38.1.16a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60559", - "roomcode": "1538.01.016A", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60561", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60559, + "usage_id": 120 + }, + "1538.01.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.17, Druckerr./Befundausg.", "arch_name": "38.1.17@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60561", - "roomcode": "1538.01.017", - "usage": 110 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60126", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60561, + "usage_id": 110 + }, + "1538.01.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.19, Aufenthaltsraum", "arch_name": "38.1.19@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60126", - "roomcode": "1538.01.019", - "usage": 44 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60129", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60126, + "usage_id": 44 + }, + "1538.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.20, Knochen/H\u00e4matologie-Labor", "arch_name": "38.1.20@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60129", - "roomcode": "1538.01.020", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60131", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60129, + "usage_id": 102 + }, + "1538.01.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.21, Histologisches Labor", "arch_name": "38.1.21@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60131", - "roomcode": "1538.01.021", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60133", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60131, + "usage_id": 102 + }, + "1538.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.22, Installation 3", "arch_name": "38.1.22@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60133", - "roomcode": "1538.01.022", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60155", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60133, + "usage_id": 120 + }, + "1538.01.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.23, Ausgiessraum", "arch_name": "38.1.23@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60155", - "roomcode": "1538.01.023", - "usage": 216 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60158", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60155, + "usage_id": 216 + }, + "1538.01.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.24, Installation 2", "arch_name": "38.1.24@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60158", - "roomcode": "1538.01.024", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60160", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60158, + "usage_id": 120 + }, + "1538.01.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.25, Bef\u00fcllstation", "arch_name": "38.1.25@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60160", - "roomcode": "1538.01.025", - "usage": 216 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60161", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60160, + "usage_id": 216 + }, + "1538.01.025A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.25a, Bef\u00fcllanlage", "arch_name": "38.1.25a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60161", - "roomcode": "1538.01.025A", - "usage": 136 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60181", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60161, + "usage_id": 136 + }, + "1538.01.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.26, Lager Chemikalien", "arch_name": "38.1.26@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60181", - "roomcode": "1538.01.026", - "usage": 132 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60203", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60181, + "usage_id": 132 + }, + "1538.01.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.27, Handlager Schnitte/Bl\u00f6cke", "arch_name": "38.1.27@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60203", - "roomcode": "1538.01.027", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60206", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60203, + "usage_id": 30 + }, + "1538.01.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.28, Sp\u00fcl-u.Autoklavierr.", "arch_name": "38.1.28@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60206", - "roomcode": "1538.01.028", - "usage": 209 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60208", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60206, + "usage_id": 209 + }, + "1538.01.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.29, Umkleide-Damen", "arch_name": "38.1.29@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60208", - "roomcode": "1538.01.029", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60236", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60208, + "usage_id": 121 + }, + "1538.01.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.31, Umkleide-Herren", "arch_name": "38.1.31@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60236", - "roomcode": "1538.01.031", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60238", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60236, + "usage_id": 121 + }, + "1538.01.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.32, Installation 1", "arch_name": "38.1.32@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60238", - "roomcode": "1538.01.032", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60240", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60238, + "usage_id": 120 + }, + "1538.01.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.33, Immunhistochem.Labor", "arch_name": "38.1.33@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60240", - "roomcode": "1538.01.033", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60268", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60240, + "usage_id": 102 + }, + "1538.01.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.34, Morphometrie", "arch_name": "38.1.34@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60268", - "roomcode": "1538.01.034", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60270", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60268, + "usage_id": 102 + }, + "1538.01.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.35, Durchflusszytometrie", "arch_name": "38.1.35@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60270", - "roomcode": "1538.01.035", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60272", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60270, + "usage_id": 102 + }, + "1538.01.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.36, F\u00e4rbelabor", "arch_name": "38.1.36@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60272", - "roomcode": "1538.01.036", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60302", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60272, + "usage_id": 102 + }, + "1538.01.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.37, Spezialf\u00e4rbung", "arch_name": "38.1.37@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60302", - "roomcode": "1538.01.037", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60305", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60302, + "usage_id": 102 + }, + "1538.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.110, Flur 1", "arch_name": "38.1.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60305", - "roomcode": "1538.01.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60307", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60305, + "usage_id": 222 + }, + "1538.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.120, Flur 2", "arch_name": "38.1.120@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60307", - "roomcode": "1538.01.120", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60309", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60307, + "usage_id": 222 + }, + "1538.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.130, Flur 3", "arch_name": "38.1.130@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60309", - "roomcode": "1538.01.130", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60339", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60309, + "usage_id": 222 + }, + "1538.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.140, Flur 4", "arch_name": "38.1.140@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60339", - "roomcode": "1538.01.140", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60344", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60339, + "usage_id": 222 + }, + "1538.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.210, Haupttreppenhaus", "arch_name": "38.1.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60344", - "roomcode": "1538.01.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=60348", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60344, + "usage_id": 223 + }, + "1538.01.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.1.220, Treppenhaus", "arch_name": "38.1.220@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60348", - "roomcode": "1538.01.220", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60378", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60348, + "usage_id": 223 + }, + "1538.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.1, Vorraum", "arch_name": "38.2.1@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60378", - "roomcode": "1538.02.001", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60381", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60378, + "usage_id": 37 + }, + "1538.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.2, WC-Damen", "arch_name": "38.2.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60381", - "roomcode": "1538.02.002", - "usage": 116 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60385", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60381, + "usage_id": 116 + }, + "1538.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.3, Vorraum", "arch_name": "38.2.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60385", - "roomcode": "1538.02.003", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60415", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60385, + "usage_id": 37 + }, + "1538.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.4, WC-Herren", "arch_name": "38.2.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60415", - "roomcode": "1538.02.004", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60418", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60415, + "usage_id": 115 + }, + "1538.02.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.4a, Kopierer/Abstellraum", "arch_name": "38.2.4a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60418", - "roomcode": "1538.02.004A", - "usage": 110 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60420", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60418, + "usage_id": 110 + }, + "1538.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.5, Oberarzt", "arch_name": "38.2.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60420", - "roomcode": "1538.02.005", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60423", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60420, + "usage_id": 12 + }, + "1538.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.6, Oberarzt", "arch_name": "38.2.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60423", - "roomcode": "1538.02.006", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60453", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60423, + "usage_id": 12 + }, + "1538.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.7, Oberarzt", "arch_name": "38.2.7@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60453", - "roomcode": "1538.02.007", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60455", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60453, + "usage_id": 12 + }, + "1538.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.8, Arzt", "arch_name": "38.2.8@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60455", - "roomcode": "1538.02.008", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60459", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60455, + "usage_id": 12 + }, + "1538.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.9, Arzt", "arch_name": "38.2.9@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60459", - "roomcode": "1538.02.009", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60482", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60459, + "usage_id": 12 + }, + "1538.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.10, Arzt", "arch_name": "38.2.10@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60482", - "roomcode": "1538.02.010", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60484", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60482, + "usage_id": 12 + }, + "1538.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.11, Arzt", "arch_name": "38.2.11@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60484", - "roomcode": "1538.02.011", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60486", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60484, + "usage_id": 12 + }, + "1538.02.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.12, Arzt", "arch_name": "38.2.12@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60486", - "roomcode": "1538.02.012", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60514", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60486, + "usage_id": 12 + }, + "1538.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.13, Arzt", "arch_name": "38.2.13@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60514", - "roomcode": "1538.02.013", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60542", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60514, + "usage_id": 12 + }, + "1538.02.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.14, Arzt", "arch_name": "38.2.14@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60542", - "roomcode": "1538.02.014", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60543", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60542, + "usage_id": 12 + }, + "1538.02.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.15, Diskussionsmikroskop", "arch_name": "38.2.15@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60543", - "roomcode": "1538.02.015", - "usage": 124 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60563", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60543, + "usage_id": 124 + }, + "1538.02.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.16, Oberarzt", "arch_name": "38.2.16@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60563", - "roomcode": "1538.02.016", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60564", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60563, + "usage_id": 12 + }, + "1538.02.016A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.16a, Inst.4", "arch_name": "38.2.16a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60564", - "roomcode": "1538.02.016A", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60565", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60564, + "usage_id": 120 + }, + "1538.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.17, Putzraum", "arch_name": "38.2.17@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60565", - "roomcode": "1538.02.017", - "usage": 205 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60566", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60565, + "usage_id": 205 + }, + "1538.02.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.18, Umkleide-Damen", "arch_name": "38.2.18@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60566", - "roomcode": "1538.02.018", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60567", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60566, + "usage_id": 121 + }, + "1538.02.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.19, Beh.-WC", "arch_name": "38.2.19@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60567", - "roomcode": "1538.02.019", - "usage": 117 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60110", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60567, + "usage_id": 117 + }, + "1538.02.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.20, Aufenthaltsraum", "arch_name": "38.2.20@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60110", - "roomcode": "1538.02.020", - "usage": 44 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60111", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60110, + "usage_id": 44 + }, + "1538.02.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.21, Molekularpathologisches Labor", "arch_name": "38.2.21@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60111", - "roomcode": "1538.02.021", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60113", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60111, + "usage_id": 102 + }, + "1538.02.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.22, PCR Raum", "arch_name": "38.2.22@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60113", - "roomcode": "1538.02.022", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60116", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60113, + "usage_id": 102 + }, + "1538.02.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.23, Bakteriologisches Labor S1", "arch_name": "38.2.23@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60116", - "roomcode": "1538.02.023", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60135", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60116, + "usage_id": 102 + }, + "1538.02.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.24, Zellkultur/Molekulargen S1", "arch_name": "38.2.24@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60135", - "roomcode": "1538.02.024", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60137", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60135, + "usage_id": 102 + }, + "1538.02.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.25, Installation 3", "arch_name": "38.2.25@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60137", - "roomcode": "1538.02.025", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60139", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60137, + "usage_id": 120 + }, + "1538.02.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.26, Zellkultur/Molekulargen S1", "arch_name": "38.2.26@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60139", - "roomcode": "1538.02.026", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60142", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60139, + "usage_id": 102 + }, + "1538.02.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.27, Installation 2", "arch_name": "38.2.27@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60142", - "roomcode": "1538.02.027", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60163", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60142, + "usage_id": 120 + }, + "1538.02.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.28, Brennb.Fl\u00fcssigk.", "arch_name": "38.2.28@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60163", - "roomcode": "1538.02.028", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60165", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60163, + "usage_id": 30 + }, + "1538.02.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.29, K\u00fchlraum S1", "arch_name": "38.2.29@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60165", - "roomcode": "1538.02.029", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60168", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60165, + "usage_id": 199 + }, + "1538.02.029A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.29a, Gefrierraum", "arch_name": "38.2.29a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60168", - "roomcode": "1538.02.029A", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60170", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60168, + "usage_id": 199 + }, + "1538.02.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.30, Ger\u00e4ter./Zentrifugen S1", "arch_name": "38.2.30@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60170", - "roomcode": "1538.02.030", - "usage": 18 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60172", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60170, + "usage_id": 18 + }, + "1538.02.031": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60172", - "roomcode": "1538.02.031", - "usage": 209 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60184", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60172, + "usage_id": 209 + }, + "1538.02.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.32, Elektrophorese", "arch_name": "38.2.32@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60184", - "roomcode": "1538.02.032", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60186", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60184, + "usage_id": 102 + }, + "1538.02.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.33, Autoradiographie", "arch_name": "38.2.33@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60186", - "roomcode": "1538.02.033", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60191", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60186, + "usage_id": 102 + }, + "1538.02.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.36, Installation 1", "arch_name": "38.2.36@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60191", - "roomcode": "1538.02.036", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60209", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60191, + "usage_id": 120 + }, + "1538.02.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.37, Schleuse", "arch_name": "38.2.37@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60209", - "roomcode": "1538.02.037", - "usage": 105 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60212", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60209, + "usage_id": 105 + }, + "1538.02.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.38, PCR Raum", "arch_name": "38.2.38@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60212", - "roomcode": "1538.02.038", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60216", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60212, + "usage_id": 102 + }, + "1538.02.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.39, B-Labor", "arch_name": "38.2.39@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60216", - "roomcode": "1538.02.039", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60312", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60216, + "usage_id": 102 + }, + "1538.02.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.40, Nuklidlager", "arch_name": "38.2.40@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60312", - "roomcode": "1538.02.040", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60315", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60312, + "usage_id": 30 + }, + "1538.02.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.41, Molekularpathol.Labor", "arch_name": "38.2.41@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60315", - "roomcode": "1538.02.041", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60320", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60315, + "usage_id": 102 + }, + "1538.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.110, Flur 1", "arch_name": "38.2.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60320", - "roomcode": "1538.02.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60424", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60320, + "usage_id": 222 + }, + "1538.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.120, Flur 2", "arch_name": "38.2.120@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60424", - "roomcode": "1538.02.120", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60427", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60424, + "usage_id": 222 + }, + "1538.02.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.130, Flur 3", "arch_name": "38.2.130@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60427", - "roomcode": "1538.02.130", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60429", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60427, + "usage_id": 222 + }, + "1538.02.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.140, Flur 4", "arch_name": "38.2.140@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60429", - "roomcode": "1538.02.140", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60433", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60429, + "usage_id": 222 + }, + "1538.02.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.150, Flur 5", "arch_name": "38.2.150@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60433", - "roomcode": "1538.02.150", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60242", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60433, + "usage_id": 222 + }, + "1538.02.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.160, Flur 6", "arch_name": "38.2.160@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60242", - "roomcode": "1538.02.160", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60245", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60242, + "usage_id": 222 + }, + "1538.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.210, Treppenhaus", "arch_name": "38.2.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60245", - "roomcode": "1538.02.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=60250", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60245, + "usage_id": 223 + }, + "1538.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.2.220, Treppenhaus", "arch_name": "38.2.220@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60250", - "roomcode": "1538.02.220", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60352", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60250, + "usage_id": 223 + }, + "1538.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.1, Vorraum", "arch_name": "38.3.1@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60352", - "roomcode": "1538.03.001", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60275", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60352, + "usage_id": 37 + }, + "1538.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.2, WC-Damen", "arch_name": "38.3.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60275", - "roomcode": "1538.03.002", - "usage": 116 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60280", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60275, + "usage_id": 116 + }, + "1538.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.3, Vorraum", "arch_name": "38.3.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60280", - "roomcode": "1538.03.003", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60283", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60280, + "usage_id": 37 + }, + "1538.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.4, WC-Herren", "arch_name": "38.3.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60283", - "roomcode": "1538.03.004", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60285", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60283, + "usage_id": 115 + }, + "1538.03.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.4a, Kopierer/Abstellr.", "arch_name": "38.3.4a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60285", - "roomcode": "1538.03.004A", - "usage": 110 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60963", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60285, + "usage_id": 110 + }, + "1538.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.5, Oberarzt", "arch_name": "38.3.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": "tvKalender.wSicht?cOrg=15741&cRes=20761&cReadonly=J", - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60963", - "roomcode": "1538.03.005", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60967", + "area_id": 22, + "building_id": 1029, + "calendar_resource_nr": 20761, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60963, + "usage_id": 12 + }, + "1538.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.6, Oberarzt", "arch_name": "38.3.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60967", - "roomcode": "1538.03.006", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60970", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60967, + "usage_id": 12 + }, + "1538.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.7, Oberarzt", "arch_name": "38.3.7@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60970", - "roomcode": "1538.03.007", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60974", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60970, + "usage_id": 12 + }, + "1538.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.8, Oberarzt", "arch_name": "38.3.8@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60974", - "roomcode": "1538.03.008", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60987", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60974, + "usage_id": 12 + }, + "1538.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.9, Arzt", "arch_name": "38.3.9@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60987", - "roomcode": "1538.03.009", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60991", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60987, + "usage_id": 12 + }, + "1538.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.10, Arzt", "arch_name": "38.3.10@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60991", - "roomcode": "1538.03.010", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60994", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60991, + "usage_id": 12 + }, + "1538.03.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.11, Arzt", "arch_name": "38.3.11@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60994", - "roomcode": "1538.03.011", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61009", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60994, + "usage_id": 12 + }, + "1538.03.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.12, Arzt", "arch_name": "38.3.12@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61009", - "roomcode": "1538.03.012", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61013", - "alt_name": "38.3.13, Arzt", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61009, + "usage_id": 12 + }, + "1538.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, + "alt_name": "38.3.13, Arzt", "arch_name": "38.3.13@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61013", - "roomcode": "1538.03.013", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61017", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61013, + "usage_id": 12 + }, + "1538.03.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.14, Arzt", "arch_name": "38.3.14@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61017", - "roomcode": "1538.03.014", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61032", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61017, + "usage_id": 12 + }, + "1538.03.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.15, Arzt", "arch_name": "38.3.15@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61032", - "roomcode": "1538.03.015", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61034", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61032, + "usage_id": 12 + }, + "1538.03.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.16, Oberarzt", "arch_name": "38.3.16@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61034", - "roomcode": "1538.03.016", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61036", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61034, + "usage_id": 12 + }, + "1538.03.016A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.16a, Inst.4", "arch_name": "38.3.16a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61036", - "roomcode": "1538.03.016A", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60811", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61036, + "usage_id": 120 + }, + "1538.03.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.17, Putzraum", "arch_name": "38.3.17@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60811", - "roomcode": "1538.03.017", - "usage": 205 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60814", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60811, + "usage_id": 205 + }, + "1538.03.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.18, Umkleide-Damen", "arch_name": "38.3.18@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60814", - "roomcode": "1538.03.018", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60823", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60814, + "usage_id": 121 + }, + "1538.03.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.19, Aufenthaltsraum", "arch_name": "38.3.19@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60823", - "roomcode": "1538.03.019", - "usage": 44 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60824", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60823, + "usage_id": 44 + }, + "1538.03.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.20, Teek\u00fcche", "arch_name": "38.3.20@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60824", - "roomcode": "1538.03.020", - "usage": 198 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60825", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60824, + "usage_id": 198 + }, + "1538.03.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.21, Labor C3-Professor", "arch_name": "38.3.21@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60825", - "roomcode": "1538.03.021", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60826", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60825, + "usage_id": 102 + }, + "1538.03.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.22, Biochem.Labor", "arch_name": "38.3.22@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60826", - "roomcode": "1538.03.022", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60828", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60826, + "usage_id": 102 + }, + "1538.03.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.23, Zellkultur S1", "arch_name": "38.3.23@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60828", - "roomcode": "1538.03.023", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60837", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60828, + "usage_id": 102 + }, + "1538.03.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.24, Laser Sca. Mikroskop", "arch_name": "38.3.24@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60837", - "roomcode": "1538.03.024", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60841", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60837, + "usage_id": 102 + }, + "1538.03.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.25, Installation 3", "arch_name": "38.3.25@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60841", - "roomcode": "1538.03.025", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60890", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60841, + "usage_id": 120 + }, + "1538.03.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.27, Installation 2", "arch_name": "38.3.27@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60890", - "roomcode": "1538.03.027", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60891", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60890, + "usage_id": 120 + }, + "1538.03.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.28, Lager Chemikalien", "arch_name": "38.3.28@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60891", - "roomcode": "1538.03.028", - "usage": 132 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60907", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60891, + "usage_id": 132 + }, + "1538.03.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.29, K\u00fchlraum S1", "arch_name": "38.3.29@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60907", - "roomcode": "1538.03.029", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60908", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60907, + "usage_id": 199 + }, + "1538.03.029A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.29a, Gefrierr. S1", "arch_name": "38.3.29a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60908", - "roomcode": "1538.03.029A", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60909", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60908, + "usage_id": 199 + }, + "1538.03.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.30, Interdiszipl.Forsch.Fl.Archiv", "arch_name": "38.3.30@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60909", - "roomcode": "1538.03.030", - "usage": 2 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60910", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60909, + "usage_id": 2 + }, + "1538.03.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.31, Sp\u00fclk\u00fcche", "arch_name": "38.3.31@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60910", - "roomcode": "1538.03.031", - "usage": 209 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60914", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60910, + "usage_id": 209 + }, + "1538.03.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.32, Ger\u00e4te S1", "arch_name": "38.3.32@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60914", - "roomcode": "1538.03.032", - "usage": 18 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60923", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60914, + "usage_id": 18 + }, + "1538.03.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.34, Installation 1", "arch_name": "38.3.34@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60923", - "roomcode": "1538.03.034", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60977", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60923, + "usage_id": 120 + }, + "1538.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.110, Flur 1", "arch_name": "38.3.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60977", - "roomcode": "1538.03.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60979", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60977, + "usage_id": 222 + }, + "1538.03.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.120, Flur 2", "arch_name": "38.3.120@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60979", - "roomcode": "1538.03.120", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60998", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60979, + "usage_id": 222 + }, + "1538.03.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.130, Flur 3", "arch_name": "38.3.130@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60998", - "roomcode": "1538.03.130", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=60999", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60998, + "usage_id": 222 + }, + "1538.03.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.140, Flur 4", "arch_name": "38.3.140@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60999", - "roomcode": "1538.03.140", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61000", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60999, + "usage_id": 222 + }, + "1538.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.210, Treppenhaus", "arch_name": "38.3.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61000", - "roomcode": "1538.03.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=61001", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61000, + "usage_id": 223 + }, + "1538.03.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.3.220, Treppenhaus", "arch_name": "38.3.220@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61001", - "roomcode": "1538.03.220", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61002", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61001, + "usage_id": 223 + }, + "1538.04.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.1, Vorraum", "arch_name": "38.4.1@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61002", - "roomcode": "1538.04.001", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61021", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61002, + "usage_id": 37 + }, + "1538.04.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.2, WC-Damen", "arch_name": "38.4.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61021", - "roomcode": "1538.04.002", - "usage": 116 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61023", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61021, + "usage_id": 116 + }, + "1538.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.3, Vorraum", "arch_name": "38.4.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61023", - "roomcode": "1538.04.003", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61026", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61023, + "usage_id": 37 + }, + "1538.04.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.4, WC-Herren", "arch_name": "38.4.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61026", - "roomcode": "1538.04.004", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61027", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61026, + "usage_id": 115 + }, + "1538.04.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.5, Kopierraum", "arch_name": "38.4.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61027", - "roomcode": "1538.04.005", - "usage": 110 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61028", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61027, + "usage_id": 110 + }, + "1538.04.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.6, Notfallzimmer", "arch_name": "38.4.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61028", - "roomcode": "1538.04.006", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61042", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61028, + "usage_id": 12 + }, + "1538.04.006A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.6a, Bad/WC", "arch_name": "38.4.6a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61042", - "roomcode": "1538.04.006A", - "usage": 112 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61064", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61042, + "usage_id": 112 + }, + "1538.04.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.7, \u00c4rzte und Doktoranden", "arch_name": "38.4.7@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61064", - "roomcode": "1538.04.007", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=61067", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61064, + "usage_id": 12 + }, + "1538.04.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.8, \u00c4rzte u. Doktoranden", "arch_name": "38.4.8@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61067", - "roomcode": "1538.04.008", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=60816", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61067, + "usage_id": 12 + }, + "1538.04.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.9, \u00c4rzte u. Doktoranden", "arch_name": "38.4.9@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60816", - "roomcode": "1538.04.009", - "usage": 12 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=60818", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60816, + "usage_id": 12 + }, + "1538.04.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.11, Bibliothek", "arch_name": "38.4.11@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": "tvKalender.wSicht?cOrg=15741&cRes=20762&cReadonly=J", - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60818", - "roomcode": "1538.04.011", - "usage": 10 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=60821", + "area_id": 22, + "building_id": 1029, + "calendar_resource_nr": 20762, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60818, + "usage_id": 10 + }, + "1538.04.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.110, Flur", "arch_name": "38.4.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60821", - "roomcode": "1538.04.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=60831", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60821, + "usage_id": 222 + }, + "1538.04.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.4.210, Treppenhaus", "arch_name": "38.4.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60831", - "roomcode": "1538.04.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60232", + "area_id": 22, + "building_id": 1029, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60831, + "usage_id": 223 + }, + "1538.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.1, Seminar-u. Konferenzraum", "arch_name": "38.0.1@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "extended": { - "additional_description": "38.0.1, Seminar-u. Konferenzraum", - "address": "Trogerstr. 18(1538), Erdgescho\u00df", - "architect_room_nr": "38.0.1@1538", - "area_m2": 75.45, - "building": "1538 Trogerstr. 18, Pathologie", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60232", - "roomcode": "1538.EG.001", - "usage": 41 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60258", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60232, + "usage_id": 41 + }, + "1538.EG.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.1a, Vorraum Seminarraum", "arch_name": "38.0.1a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60258", - "roomcode": "1538.EG.001A", - "usage": 50 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60261", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60258, + "usage_id": 50 + }, + "1538.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.2, Arzte u.Doktoranden", "arch_name": "38.0.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60261", - "roomcode": "1538.EG.002", - "usage": 12 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60263", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60261, + "usage_id": 12 + }, + "1538.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.3, Mikroskopierraum", "arch_name": "38.0.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60263", - "roomcode": "1538.EG.003", - "usage": 102 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60264", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60263, + "usage_id": 102 + }, + "1538.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.4, Oberarzt", "arch_name": "38.0.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60264", - "roomcode": "1538.EG.004", - "usage": 12 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60295", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60264, + "usage_id": 12 + }, + "1538.EG.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.4a, Inst. 4", "arch_name": "38.0.4a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60295", - "roomcode": "1538.EG.004A", - "usage": 120 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60296", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60295, + "usage_id": 120 + }, + "1538.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.5, Punktionsraum", "arch_name": "38.0.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60296", - "roomcode": "1538.EG.005", - "usage": 124 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60298", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60296, + "usage_id": 124 + }, + "1538.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.6, Patientenwarteraum", "arch_name": "38.0.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60298", - "roomcode": "1538.EG.006", - "usage": 44 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60300", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60298, + "usage_id": 44 + }, + "1538.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.7, Pr\u00e4parateannahme", "arch_name": "38.0.7@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60300", - "roomcode": "1538.EG.007", - "usage": 186 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60327", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60300, + "usage_id": 186 + }, + "1538.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.8, Pr\u00e4paratezuschnitt", "arch_name": "38.0.8@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60327", - "roomcode": "1538.EG.008", - "usage": 102 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60332", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60327, + "usage_id": 102 + }, + "1538.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.9, Knochenzuschnitt", "arch_name": "38.0.9@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60332", - "roomcode": "1538.EG.009", - "usage": 102 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60335", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60332, + "usage_id": 102 + }, + "1538.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.10, Schnellschnitte", "arch_name": "38.0.10@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60335", - "roomcode": "1538.EG.010", - "usage": 102 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60337", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60335, + "usage_id": 102 + }, + "1538.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.11, Installation 3", "arch_name": "38.0.11@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60337", - "roomcode": "1538.EG.011", - "usage": 120 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60366", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60337, + "usage_id": 120 + }, + "1538.EG.012": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60366", - "roomcode": "1538.EG.012", - "usage": 2 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60369", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60366, + "usage_id": 2 + }, + "1538.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.13, Installation 2", "arch_name": "38.0.13@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60369", - "roomcode": "1538.EG.013", - "usage": 120 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60376", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60369, + "usage_id": 120 + }, + "1538.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.15, Installation 1", "arch_name": "38.0.15@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60376", - "roomcode": "1538.EG.015", - "usage": 120 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60402", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60376, + "usage_id": 120 + }, + "1538.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.16, Mikroskopiersaal", "arch_name": "38.0.16@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "extended": { - "additional_description": "38.0.16, Mikroskopiersaal", - "address": "Trogerstr. 18(1538), Erdgescho\u00df", - "architect_room_nr": "38.0.16@1538", - "area_m2": 238.14, - "building": "1538 Trogerstr. 18, Pathologie", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "016", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60402", - "roomcode": "1538.EG.016", - "usage": 130 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60406", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60402, + "usage_id": 130 + }, + "1538.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.100, Windfang", "arch_name": "38.0.100@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60406", - "roomcode": "1538.EG.100", - "usage": 52 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60409", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60406, + "usage_id": 52 + }, + "1538.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.110, Flur", "arch_name": "38.0.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60409", - "roomcode": "1538.EG.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60412", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60409, + "usage_id": 222 + }, + "1538.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.120, Flur 2", "arch_name": "38.0.120@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60412", - "roomcode": "1538.EG.120", - "usage": 222 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60441", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60412, + "usage_id": 222 + }, + "1538.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.210, Treppenhaus", "arch_name": "38.0.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60441", - "roomcode": "1538.EG.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60444", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60441, + "usage_id": 223 + }, + "1538.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.220, Treppenhaus", "arch_name": "38.0.220@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60444", - "roomcode": "1538.EG.220", - "usage": 223 - }, - { - "address": "Trogerstr. 18, EG", - "address_link": "ris.einzelraum?raumkey=60446", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60444, + "usage_id": 223 + }, + "1538.EG.500": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0.500, Feuerwehrdurchfahrt", "arch_name": "38.0.500@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60446", - "roomcode": "1538.EG.500", - "usage": 204 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60463", + "area_id": 22, + "building_id": 1029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60446, + "usage_id": 204 + }, + "1538.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.1, Lager Befundberichte", "arch_name": "38.01.1@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60463", - "roomcode": "1538.U1.001", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60465", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60463, + "usage_id": 30 + }, + "1538.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.2, Beh.-WC", "arch_name": "38.01.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60465", - "roomcode": "1538.U1.002", - "usage": 117 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60490", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60465, + "usage_id": 117 + }, + "1538.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.3, WC-Vorraum", "arch_name": "38.01.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60490", - "roomcode": "1538.U1.003", - "usage": 37 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60492", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60490, + "usage_id": 37 + }, + "1538.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.4, WC-Damen", "arch_name": "38.01.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60492", - "roomcode": "1538.U1.004", - "usage": 116 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60495", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60492, + "usage_id": 116 + }, + "1538.U1.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.4a, Abstellraum", "arch_name": "38.01.4a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60495", - "roomcode": "1538.U1.004A", - "usage": 159 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60518", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60495, + "usage_id": 159 + }, + "1538.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.5, Umkleide PU", "arch_name": "38.01.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60518", - "roomcode": "1538.U1.005", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60520", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60518, + "usage_id": 121 + }, + "1538.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.6, Putzraum", "arch_name": "38.01.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60520", - "roomcode": "1538.U1.006", - "usage": 205 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60547", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60520, + "usage_id": 205 + }, + "1538.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.8, Versandmat.", "arch_name": "38.01.8@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60547", - "roomcode": "1538.U1.008", - "usage": 180 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60569", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60547, + "usage_id": 180 + }, + "1538.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.9, Sp\u00fclraum", "arch_name": "38.01.9@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60569", - "roomcode": "1538.U1.009", - "usage": 209 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60571", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60569, + "usage_id": 209 + }, + "1538.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.10, Tiefk\u00fchlger\u00e4te", "arch_name": "38.01.10@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60571", - "roomcode": "1538.U1.010", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60573", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60571, + "usage_id": 199 + }, + "1538.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.11, Installation 3", "arch_name": "38.01.11@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60573", - "roomcode": "1538.U1.011", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60574", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60573, + "usage_id": 120 + }, + "1538.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.12, Installation 2", "arch_name": "38.01.12@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60574", - "roomcode": "1538.U1.012", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60576", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60574, + "usage_id": 120 + }, + "1538.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.13, Leichenk\u00fchl-u. Abholraum", "arch_name": "38.01.13@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60576", - "roomcode": "1538.U1.013", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60119", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60576, + "usage_id": 199 + }, + "1538.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.14, Umkleide-Damen", "arch_name": "38.01.14@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60119", - "roomcode": "1538.U1.014", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60120", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60119, + "usage_id": 121 + }, + "1538.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.15, Dusche-Damen", "arch_name": "38.01.15@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60120", - "roomcode": "1538.U1.015", - "usage": 113 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60122", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60120, + "usage_id": 113 + }, + "1538.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.16, WC-Damen", "arch_name": "38.01.16@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60122", - "roomcode": "1538.U1.016", - "usage": 116 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60123", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60122, + "usage_id": 116 + }, + "1538.U1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.17, Umkleide-Herren", "arch_name": "38.01.17@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60123", - "roomcode": "1538.U1.017", - "usage": 121 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60144", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60123, + "usage_id": 121 + }, + "1538.U1.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.18, Dusche-Herren", "arch_name": "38.01.18@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60144", - "roomcode": "1538.U1.018", - "usage": 113 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60146", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60144, + "usage_id": 113 + }, + "1538.U1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.19, WC-Herren", "arch_name": "38.01.19@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60146", - "roomcode": "1538.U1.019", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60148", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60146, + "usage_id": 115 + }, + "1538.U1.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.21, Aufbahrung", "arch_name": "38.01.21@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60148", - "roomcode": "1538.U1.021", - "usage": 129 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60149", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60148, + "usage_id": 129 + }, + "1538.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.22, Pr\u00e4paratelager", "arch_name": "38.01.22@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60149", - "roomcode": "1538.U1.022", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60153", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60149, + "usage_id": 30 + }, + "1538.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.24, Installation 1", "arch_name": "38.01.24@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60153", - "roomcode": "1538.U1.024", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60173", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60153, + "usage_id": 120 + }, + "1538.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.25, Pr\u00e4parator", "arch_name": "38.01.25@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60173", - "roomcode": "1538.U1.025", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60175", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60173, + "usage_id": 102 + }, + "1538.U1.026": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60175", - "roomcode": "1538.U1.026", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60177", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60175, + "usage_id": 30 + }, + "1538.U1.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.27, Seziersaal", "arch_name": "38.01.27@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60177", - "roomcode": "1538.U1.027", - "usage": 102 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60179", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60177, + "usage_id": 102 + }, + "1538.U1.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.28, Fotoraum", "arch_name": "38.01.28@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60179", - "roomcode": "1538.U1.028", - "usage": 104 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60193", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60179, + "usage_id": 104 + }, + "1538.U1.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.29, K\u00fchlbox", "arch_name": "38.01.29@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60193", - "roomcode": "1538.U1.029", - "usage": 199 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60195", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60193, + "usage_id": 199 + }, + "1538.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.30, Lager", "arch_name": "38.01.30@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60195", - "roomcode": "1538.U1.030", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60197", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60195, + "usage_id": 30 + }, + "1538.U1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.31, Kleiner H\u00f6rsaal", "arch_name": "38.01.31@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "extended": { - "additional_description": "38.01.31, Kleiner H\u00f6rsaal", - "address": "Trogerstr. 18(1538), 1.Untergescho\u00df", - "architect_room_nr": "38.01.31@1538", - "area_m2": 74.06, - "building": "1538 Trogerstr. 18, Pathologie", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "031", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60197", - "roomcode": "1538.U1.031", - "usage": 130 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60199", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60197, + "usage_id": 130 + }, + "1538.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.110, Flur 1", "arch_name": "38.01.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60199", - "roomcode": "1538.U1.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60225", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60199, + "usage_id": 222 + }, + "1538.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.120, Flur 2", "arch_name": "38.01.120@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60225", - "roomcode": "1538.U1.120", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60227", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60225, + "usage_id": 222 + }, + "1538.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.130, Flur 3", "arch_name": "38.01.130@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60227", - "roomcode": "1538.U1.130", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60228", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60227, + "usage_id": 222 + }, + "1538.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.140, Flur 4", "arch_name": "38.01.140@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60228", - "roomcode": "1538.U1.140", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=60230", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60228, + "usage_id": 222 + }, + "1538.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.210, Treppenhaus 1", "arch_name": "38.01.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60230", - "roomcode": "1538.U1.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60289", + "area_id": 22, + "building_id": 1029, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60230, + "usage_id": 223 + }, + "1538.U2.001": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60289", - "roomcode": "1538.U2.001", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60291", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60289, + "usage_id": 30 + }, + "1538.U2.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.2, Hausaschlussraum", "arch_name": "38.02.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60291", - "roomcode": "1538.U2.002", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60293", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60291, + "usage_id": 120 + }, + "1538.U2.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.3, Befundberichte", "arch_name": "38.02.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60293", - "roomcode": "1538.U2.003", - "usage": 2 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60323", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60293, + "usage_id": 2 + }, + "1538.U2.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.4, EDV", "arch_name": "38.02.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60323", - "roomcode": "1538.U2.004", - "usage": 207 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60361", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60323, + "usage_id": 207 + }, + "1538.U2.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.6, Lager Ver- u. Entsorgung", "arch_name": "38.02.6@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60361", - "roomcode": "1538.U2.006", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60363", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60361, + "usage_id": 30 + }, + "1538.U2.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.7, Inergenl\u00f6schanl", "arch_name": "38.02.7@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60363", - "roomcode": "1538.U2.007", - "usage": 120 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60397", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60363, + "usage_id": 120 + }, + "1538.U2.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.10, Lager (Isotopenabklingraum)", "arch_name": "38.02.10@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60397", - "roomcode": "1538.U2.010", - "usage": 30 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60438", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60397, + "usage_id": 30 + }, + "1538.U2.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.110, Flur 1", "arch_name": "38.02.110@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60438", - "roomcode": "1538.U2.110", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60440", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60438, + "usage_id": 222 + }, + "1538.U2.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.120, Flur 2", "arch_name": "38.02.120@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60440", - "roomcode": "1538.U2.120", - "usage": 222 - }, - { - "address": "Trogerstr. 18, 2.UG", - "address_link": "ris.einzelraum?raumkey=60461", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60440, + "usage_id": 222 + }, + "1538.U2.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.02.210, Treppenhaus", "arch_name": "38.02.210@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60461", - "roomcode": "1538.U2.210", - "usage": 223 - }, - { - "address": "Trogerstr. 18, 3.UG", - "address_link": "ris.einzelraum?raumkey=60222", + "area_id": 22, + "building_id": 1029, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60461, + "usage_id": 223 + }, + "1538.U3.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0,5.2, Vorraum", "arch_name": "38.0,5.2@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60222", - "roomcode": "1538.U3.002", - "usage": 50 - }, - { - "address": "Trogerstr. 18, 3.UG", - "address_link": "ris.einzelraum?raumkey=60224", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60222, + "usage_id": 50 + }, + "1538.U3.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0,5.3, WC-Herren", "arch_name": "38.0,5.3@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60224", - "roomcode": "1538.U3.003", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 3.UG", - "address_link": "ris.einzelraum?raumkey=60253", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60224, + "usage_id": 115 + }, + "1538.U3.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0,5.4, WC-Herren", "arch_name": "38.0,5.4@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60253", - "roomcode": "1538.U3.004", - "usage": 115 - }, - { - "address": "Trogerstr. 18, 3.UG", - "address_link": "ris.einzelraum?raumkey=60256", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60253, + "usage_id": 115 + }, + "1538.U3.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.0,5.5, Abstellraum", "arch_name": "38.0,5.5@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60256", - "roomcode": "1538.U3.005", - "usage": 159 - }, - { - "address": "Trogerstr. 18, 3.UG", - "address_link": "ris.einzelraum?raumkey=60257", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60256, + "usage_id": 159 + }, + "1538.U3.031A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "alt_name": "38.01.31a, Vorr.Kleiner H\u00f6rsaal", "arch_name": "38.01.31a@1538", - "b_area_id": 22, - "b_filter_id": 1029, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15741", - "operator": "[ TUMEPA0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60257", - "roomcode": "1538.U3.031A", - "usage": 50 - }, - { - "address": "Ismaningerstr. 22, EG", - "address_link": "ris.einzelraum?raumkey=66179", + "area_id": 22, + "building_id": 1029, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15741, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60257, + "usage_id": 50 + }, + "1545.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "alt_name": "45.0.16, Tierstall", "arch_name": "45.0.16@1545", - "b_area_id": 22, - "b_filter_id": 1771, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66179", - "roomcode": "1545.EG.016", - "usage": 106 - }, - { - "address": "Ismaningerstr. 22, EG", - "address_link": "ris.einzelraum?raumkey=66180", + "area_id": 22, + "building_id": 1771, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66179, + "usage_id": 106 + }, + "1545.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "alt_name": "45.0.18, Sp\u00fclk\u00fcche", "arch_name": "45.0.18@1545", - "b_area_id": 22, - "b_filter_id": 1771, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66180", - "roomcode": "1545.EG.018", - "usage": 209 - }, - { - "address": "Ismaningerstr. 22, EG", - "address_link": "ris.einzelraum?raumkey=66181", + "area_id": 22, + "building_id": 1771, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66180, + "usage_id": 209 + }, + "1545.EG.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "alt_name": "45.0.28, Messraum", "arch_name": "45.0.28@1545", - "b_area_id": 22, - "b_filter_id": 1771, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66181", - "roomcode": "1545.EG.028", - "usage": 124 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60947", + "area_id": 22, + "building_id": 1771, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66181, + "usage_id": 124 + }, + "1548.01.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.5a, WC-Herren", "arch_name": "48.1.5a@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60947", - "roomcode": "1548.01.005A", - "usage": 115 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60949", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60947, + "usage_id": 115 + }, + "1548.01.005B": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.5b, WC-Damen", "arch_name": "48.1.5b@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60949", - "roomcode": "1548.01.005B", - "usage": 116 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60950", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60949, + "usage_id": 116 + }, + "1548.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.6, Technik", "arch_name": "48.1.6@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60950", - "roomcode": "1548.01.006", - "usage": 120 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60951", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60950, + "usage_id": 120 + }, + "1548.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.7, Teek\u00fcche", "arch_name": "48.1.7@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60951", - "roomcode": "1548.01.007", - "usage": 198 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60952", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60951, + "usage_id": 198 + }, + "1548.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.8, Aufenthalt", "arch_name": "48.1.8@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60952", - "roomcode": "1548.01.008", - "usage": 44 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60953", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60952, + "usage_id": 44 + }, + "1548.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.9, Labor Fluorescenzmessg", "arch_name": "48.1.9@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60953", - "roomcode": "1548.01.009", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60954", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60953, + "usage_id": 102 + }, + "1548.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.10, Auswertraum", "arch_name": "48.1.10@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60954", - "roomcode": "1548.01.010", - "usage": 110 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60955", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60954, + "usage_id": 110 + }, + "1548.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.11, Auswertraum", "arch_name": "48.1.11@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60955", - "roomcode": "1548.01.011", - "usage": 110 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60911", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60955, + "usage_id": 110 + }, + "1548.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.12, Auswertraum", "arch_name": "48.1.12@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60911", - "roomcode": "1548.01.012", - "usage": 110 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=65428", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60911, + "usage_id": 110 + }, + "1548.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.13, Auswertraum", "arch_name": "48.1.13@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65428", - "roomcode": "1548.01.013", - "usage": 110 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=65429", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65428, + "usage_id": 110 + }, + "1548.01.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.14, B\u00fcro", "arch_name": "48.1.14@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65429", - "roomcode": "1548.01.014", - "usage": 12 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60912", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65429, + "usage_id": 12 + }, + "1548.01.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.15, B\u00fcro", "arch_name": "48.1.15@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60912", - "roomcode": "1548.01.015", - "usage": 12 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60938", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60912, + "usage_id": 12 + }, + "1548.01.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.16, Sekretariat", "arch_name": "48.1.16@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60938", - "roomcode": "1548.01.016", - "usage": 40 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60940", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60938, + "usage_id": 40 + }, + "1548.01.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.17, B\u00fcro", "arch_name": "48.1.17@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60940", - "roomcode": "1548.01.017", - "usage": 12 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60942", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60940, + "usage_id": 12 + }, + "1548.01.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.18, Leitung", "arch_name": "48.1.18@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60942", - "roomcode": "1548.01.018", - "usage": 12 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60944", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60942, + "usage_id": 12 + }, + "1548.01.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.19, Seminarraum", "arch_name": "48.1.19@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "extended": { - "additional_description": "48.1.19, Seminarraum", - "address": "Schneckenburgerstr. 8(1548), 1.Obergescho\u00df", - "architect_room_nr": "48.1.19@1548", - "area_m2": 36.26, - "building": "1548 GSF-Container, Inst. Virologie", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60944", - "roomcode": "1548.01.019", - "usage": 41 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=65430", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60944, + "usage_id": 41 + }, + "1548.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.22, Abstellraum", "arch_name": "48.1.22@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65430", - "roomcode": "1548.01.022", - "usage": 159 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60946", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65430, + "usage_id": 159 + }, + "1548.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.110, Flur", "arch_name": "48.1.110@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60946", - "roomcode": "1548.01.110", - "usage": 222 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=60948", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60946, + "usage_id": 222 + }, + "1548.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.120, Flur", "arch_name": "48.1.120@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60948", - "roomcode": "1548.01.120", - "usage": 222 - }, - { - "address": "Schneckenburgerstr. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=61079", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60948, + "usage_id": 222 + }, + "1548.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.1.130, Flur", "arch_name": "48.1.130@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61079", - "roomcode": "1548.01.130", - "usage": 222 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60871", + "area_id": 22, + "building_id": 1030, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61079, + "usage_id": 222 + }, + "1548.EG.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.5a, WC-Herren", "arch_name": "48.0.5a@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60871", - "roomcode": "1548.EG.005A", - "usage": 115 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60892", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60871, + "usage_id": 115 + }, + "1548.EG.005B": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.5b, WC-Damen", "arch_name": "48.0.5b@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60892", - "roomcode": "1548.EG.005B", - "usage": 116 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60893", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60892, + "usage_id": 116 + }, + "1548.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.6, Technik", "arch_name": "48.0.6@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60893", - "roomcode": "1548.EG.006", - "usage": 120 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60894", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60893, + "usage_id": 120 + }, + "1548.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.7, Umkleide", "arch_name": "48.0.7@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60894", - "roomcode": "1548.EG.007", - "usage": 121 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60895", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60894, + "usage_id": 121 + }, + "1548.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.9, Labor Molekular", "arch_name": "48.0.9@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60895", - "roomcode": "1548.EG.009", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60896", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60895, + "usage_id": 102 + }, + "1548.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.10, Labor Molekular", "arch_name": "48.0.10@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60896", - "roomcode": "1548.EG.010", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60897", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60896, + "usage_id": 102 + }, + "1548.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.12, K\u00fchlraum S1", "arch_name": "48.0.12@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60897", - "roomcode": "1548.EG.012", - "usage": 199 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60898", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60897, + "usage_id": 199 + }, + "1548.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.14, Lager", "arch_name": "48.0.14@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60898", - "roomcode": "1548.EG.014", - "usage": 30 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60899", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60898, + "usage_id": 30 + }, + "1548.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.15, Messlabor S1", "arch_name": "48.0.15@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60899", - "roomcode": "1548.EG.015", - "usage": 124 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60900", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60899, + "usage_id": 124 + }, + "1548.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.16, Sp\u00fclk\u00fcche", "arch_name": "48.0.16@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60900", - "roomcode": "1548.EG.016", - "usage": 209 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60901", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60900, + "usage_id": 209 + }, + "1548.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.17, Labor Bakteriologisch", "arch_name": "48.0.17@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60901", - "roomcode": "1548.EG.017", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60902", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60901, + "usage_id": 102 + }, + "1548.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.18, Autoklav", "arch_name": "48.0.18@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60902", - "roomcode": "1548.EG.018", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60903", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60902, + "usage_id": 102 + }, + "1548.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.19, Labor Isotopen", "arch_name": "48.0.19@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60903", - "roomcode": "1548.EG.019", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60904", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60903, + "usage_id": 102 + }, + "1548.EG.019A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.19a, Schleuse", "arch_name": "48.0.19a@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60904", - "roomcode": "1548.EG.019A", - "usage": 105 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60905", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60904, + "usage_id": 105 + }, + "1548.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.20, Labor Zellkultur", "arch_name": "48.0.20@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60905", - "roomcode": "1548.EG.020", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60906", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60905, + "usage_id": 102 + }, + "1548.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.21, Labor Zellkultur", "arch_name": "48.0.21@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60906", - "roomcode": "1548.EG.021", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60934", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60906, + "usage_id": 102 + }, + "1548.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.22, Labor Zellkultur", "arch_name": "48.0.22@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60934", - "roomcode": "1548.EG.022", - "usage": 102 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60935", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60934, + "usage_id": 102 + }, + "1548.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.100, Eingang", "arch_name": "48.0.100@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60935", - "roomcode": "1548.EG.100", - "usage": 222 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60936", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60935, + "usage_id": 222 + }, + "1548.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.110, Flur", "arch_name": "48.0.110@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60936", - "roomcode": "1548.EG.110", - "usage": 222 - }, - { - "address": "Schneckenburgerstr. 8, EG", - "address_link": "ris.einzelraum?raumkey=60937", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60936, + "usage_id": 222 + }, + "1548.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "alt_name": "48.0.120, Flur", "arch_name": "48.0.120@1548", - "b_area_id": 22, - "b_filter_id": 1030, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60937", - "roomcode": "1548.EG.120", - "usage": 222 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60028", + "area_id": 22, + "building_id": 1030, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60937, + "usage_id": 222 + }, + "1551.01.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.51, H\u00f6rsaal C", "arch_name": "51.1.51@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=26591&cReadonly=J", - "extended": { - "additional_description": "51.1.51, H\u00f6rsaal C", - "address": "Ismaninger Str. 22(1551), 1.Obergescho\u00df", - "architect_room_nr": "51.1.51@1551", - "area_m2": 110.59, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "051", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60028", - "roomcode": "1551.01.051", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60031", + "area_id": 22, + "building_id": 1031, + "calendar_resource_nr": 26591, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60028, + "usage_id": 20 + }, + "1551.01.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.52, H\u00f6rsaal B", "arch_name": "51.1.52@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=18932&cReadonly=J", - "extended": { - "additional_description": "51.1.52, H\u00f6rsaal B", - "address": "Ismaninger Str. 22(1551), 1.Obergescho\u00df", - "architect_room_nr": "51.1.52@1551", - "area_m2": 152.33, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "052", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60031", - "roomcode": "1551.01.052", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60032", + "area_id": 22, + "building_id": 1031, + "calendar_resource_nr": 18932, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60031, + "usage_id": 20 + }, + "1551.01.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.53, H\u00f6rsaal A", "arch_name": "51.1.53@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=23001&cReadonly=J", - "extended": { - "additional_description": "51.1.53, H\u00f6rsaal A", - "address": "Ismaninger Str. 22(1551), 1.Obergescho\u00df", - "architect_room_nr": "51.1.53@1551", - "area_m2": 431.51, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "053", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60032", - "roomcode": "1551.01.053", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60056", + "area_id": 22, + "building_id": 1031, + "calendar_resource_nr": 23001, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60032, + "usage_id": 20 + }, + "1551.01.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.54, Galerie", "arch_name": "51.1.54@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60056", - "roomcode": "1551.01.054", - "usage": 206 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60060", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60056, + "usage_id": 206 + }, + "1551.01.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.55, Projektion", "arch_name": "51.1.55@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60060", - "roomcode": "1551.01.055", - "usage": 23 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60061", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60060, + "usage_id": 23 + }, + "1551.01.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.56, Galerie", "arch_name": "51.1.56@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60061", - "roomcode": "1551.01.056", - "usage": 206 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60064", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60061, + "usage_id": 206 + }, + "1551.01.057": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.57, Projektion", "arch_name": "51.1.57@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60064", - "roomcode": "1551.01.057", - "usage": 23 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60083", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60064, + "usage_id": 23 + }, + "1551.01.058": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.58, Galerie", "arch_name": "51.1.58@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60083", - "roomcode": "1551.01.058", - "usage": 206 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60091", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60083, + "usage_id": 206 + }, + "1551.01.059": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.59, Projektion", "arch_name": "51.1.59@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60091", - "roomcode": "1551.01.059", - "usage": 23 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60098", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60091, + "usage_id": 23 + }, + "1551.01.063": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.63, Dolmetscher", "arch_name": "51.1.63@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60098", - "roomcode": "1551.01.063", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60041", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60098, + "usage_id": 12 + }, + "1551.01.064": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.64, Dolmetscher", "arch_name": "51.1.64@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60041", - "roomcode": "1551.01.064", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60045", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60041, + "usage_id": 12 + }, + "1551.01.065": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.65, Dolmetscher", "arch_name": "51.1.65@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60045", - "roomcode": "1551.01.065", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=60048", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60045, + "usage_id": 12 + }, + "1551.01.066": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.66, Vorraum", "arch_name": "51.1.66@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60048", - "roomcode": "1551.01.066", - "usage": 50 - }, - { - "address": "Ismaninger Str. 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65515", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60048, + "usage_id": 50 + }, + "1551.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.1.110, Dolmetscher", "arch_name": "51.1.110@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65515", - "roomcode": "1551.01.110", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60919", + "area_id": 22, + "building_id": 1031, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65515, + "usage_id": 12 + }, + "1551.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.2, Pavillon H\u00f6rsaal", "arch_name": "51.0.2@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "extended": { - "additional_description": "51.0.2, Pavillon H\u00f6rsaal", - "address": "Ismaninger Str. 22(1551), Erdgescho\u00df", - "architect_room_nr": "51.0.2@1551", - "area_m2": 197.87, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "002", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60919", - "roomcode": "1551.EG.002", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60920", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60919, + "usage_id": 20 + }, + "1551.EG.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.2a, Kabine", "arch_name": "51.0.2a@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60920", - "roomcode": "1551.EG.002A", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65437", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60920, + "usage_id": 12 + }, + "1551.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.22, WC-Damen", "arch_name": "51.0.22@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65437", - "roomcode": "1551.EG.022", - "usage": 116 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65436", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65437, + "usage_id": 116 + }, + "1551.EG.022A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.22a, WC-Vorraum Damen", "arch_name": "51.0.22a@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65436", - "roomcode": "1551.EG.022A", - "usage": 37 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65435", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65436, + "usage_id": 37 + }, + "1551.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.23, WC-Herren", "arch_name": "51.0.23@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65435", - "roomcode": "1551.EG.023", - "usage": 115 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65434", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65435, + "usage_id": 115 + }, + "1551.EG.023A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.23a, WC-Vorraum Herren", "arch_name": "51.0.23a@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65434", - "roomcode": "1551.EG.023A", - "usage": 37 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65433", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65434, + "usage_id": 37 + }, + "1551.EG.023B": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.23b, WC-Herren", "arch_name": "51.0.23b@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65433", - "roomcode": "1551.EG.023B", - "usage": 115 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65432", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65433, + "usage_id": 115 + }, + "1551.EG.023C": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.23C, Beh.-WC", "arch_name": "51.0.23C@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65432", - "roomcode": "1551.EG.023C", - "usage": 117 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60803", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65432, + "usage_id": 117 + }, + "1551.EG.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.26, Archiv/Lager", "arch_name": "51.0.26@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60803", - "roomcode": "1551.EG.026", - "usage": 2 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65431", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60803, + "usage_id": 2 + }, + "1551.EG.026A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.26A, Putzraum", "arch_name": "51.0.26A@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65431", - "roomcode": "1551.EG.026A", - "usage": 205 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65512", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65431, + "usage_id": 205 + }, + "1551.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.30, Konferenzraum 1", "arch_name": "51.0.30@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65512", - "roomcode": "1551.EG.030", - "usage": 142 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65513", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65512, + "usage_id": 142 + }, + "1551.EG.030A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.30A, Lager", "arch_name": "51.0.30A@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65513", - "roomcode": "1551.EG.030A", - "usage": 30 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60805", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65513, + "usage_id": 30 + }, + "1551.EG.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.32, B\u00fcro", "arch_name": "51.0.32@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60805", - "roomcode": "1551.EG.032", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60806", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60805, + "usage_id": 12 + }, + "1551.EG.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.33, B\u00fcro", "arch_name": "51.0.33@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60806", - "roomcode": "1551.EG.033", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60881", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60806, + "usage_id": 12 + }, + "1551.EG.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.34, Sekretariat", "arch_name": "51.0.34@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60881", - "roomcode": "1551.EG.034", - "usage": 40 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60883", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60881, + "usage_id": 40 + }, + "1551.EG.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.36, Lager", "arch_name": "51.0.36@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60883", - "roomcode": "1551.EG.036", - "usage": 30 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65456", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60883, + "usage_id": 30 + }, + "1551.EG.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.37, Dekan", "arch_name": "51.0.37@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65456", - "roomcode": "1551.EG.037", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60884", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65456, + "usage_id": 12 + }, + "1551.EG.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.38, WC-Herren", "arch_name": "51.0.38@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60884", - "roomcode": "1551.EG.038", - "usage": 115 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65457", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60884, + "usage_id": 115 + }, + "1551.EG.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.39, WC-Damen", "arch_name": "51.0.39@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65457", - "roomcode": "1551.EG.039", - "usage": 114 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65459", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65457, + "usage_id": 114 + }, + "1551.EG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.43, Dekanat", "arch_name": "51.0.43@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65459", - "roomcode": "1551.EG.043", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60921", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65459, + "usage_id": 12 + }, + "1551.EG.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.44, Dekanat", "arch_name": "51.0.44@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60921", - "roomcode": "1551.EG.044", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65458", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60921, + "usage_id": 12 + }, + "1551.EG.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.45, Dekanat", "arch_name": "51.0.45@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65458", - "roomcode": "1551.EG.045", - "usage": 12 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60099", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65458, + "usage_id": 12 + }, + "1551.EG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.51, H\u00f6rsaal C", "arch_name": "51.0.51@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=18618&cReadonly=J", - "extended": { - "additional_description": "51.0.51, H\u00f6rsaal C", - "address": "Ismaninger Str. 22(1551), Erdgescho\u00df", - "architect_room_nr": "51.0.51@1551", - "area_m2": 90.27, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "051", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60099", - "roomcode": "1551.EG.051", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60102", + "area_id": 22, + "building_id": 1031, + "calendar_resource_nr": 18618, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60099, + "usage_id": 20 + }, + "1551.EG.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.52, H\u00f6rsaal B", "arch_name": "51.0.52@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=18633&cReadonly=J", - "extended": { - "additional_description": "51.0.52, H\u00f6rsaal B", - "address": "Ismaninger Str. 22(1551), Erdgescho\u00df", - "architect_room_nr": "51.0.52@1551", - "area_m2": 117.0, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "052", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60102", - "roomcode": "1551.EG.052", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=60103", + "area_id": 22, + "building_id": 1031, + "calendar_resource_nr": 18633, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60102, + "usage_id": 20 + }, + "1551.EG.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.53, H\u00f6rsaal A", "arch_name": "51.0.53@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=18931&cReadonly=J", - "extended": { - "additional_description": "51.0.53, H\u00f6rsaal A", - "address": "Ismaninger Str. 22(1551), Erdgescho\u00df", - "architect_room_nr": "51.0.53@1551", - "area_m2": 213.13, - "building": "1551 A1-H\u00f6rs\u00e4le, Mensa", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "053", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60103", - "roomcode": "1551.EG.053", - "usage": 20 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65464", + "area_id": 22, + "building_id": 1031, + "calendar_resource_nr": 18931, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60103, + "usage_id": 20 + }, + "1551.EG.120A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.120a, Windfang", "arch_name": "51.0.120a@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65464", - "roomcode": "1551.EG.120A", - "usage": 52 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65465", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65464, + "usage_id": 52 + }, + "1551.EG.130": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65465", - "roomcode": "1551.EG.130", - "usage": 222 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65514", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65465, + "usage_id": 222 + }, + "1551.EG.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.130A, Windfang", "arch_name": "51.0.130A@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65514", - "roomcode": "1551.EG.130A", - "usage": 52 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=59995", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65514, + "usage_id": 52 + }, + "1551.EG.140": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59995", - "roomcode": "1551.EG.140", - "usage": 222 - }, - { - "address": "Ismaninger Str. 22, EG", - "address_link": "ris.einzelraum?raumkey=65466", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59995, + "usage_id": 222 + }, + "1551.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "alt_name": "51.0.150, Flur", "arch_name": "51.0.150@1551", - "b_area_id": 22, - "b_filter_id": 1031, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65466", - "roomcode": "1551.EG.150", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60460", + "area_id": 22, + "building_id": 1031, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65466, + "usage_id": 222 + }, + "1559.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.1, Annahme S2", "arch_name": "59.1.1@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60460", - "roomcode": "1559.01.001", - "usage": 186 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60462", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60460, + "usage_id": 186 + }, + "1559.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.2, 24-48 Std.Labor", "arch_name": "59.1.2@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60462", - "roomcode": "1559.01.002", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60328", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60462, + "usage_id": 102 + }, + "1559.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.3, Schleuse TBC-Labor S3", "arch_name": "59.1.3@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60328", - "roomcode": "1559.01.003", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60330", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60328, + "usage_id": 105 + }, + "1559.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.4, TBC-Labor S3", "arch_name": "59.1.4@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60330", - "roomcode": "1559.01.004", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60333", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60330, + "usage_id": 102 + }, + "1559.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.5, Kursvorbereitung S2", "arch_name": "59.1.5@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60333", - "roomcode": "1559.01.005", - "usage": 136 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60336", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60333, + "usage_id": 136 + }, + "1559.01.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.5a, Parasiten-Molekularlabor S2", "arch_name": "59.1.5a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60336", - "roomcode": "1559.01.005A", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60367", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60336, + "usage_id": 102 + }, + "1559.01.005B": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.5b, Dunkelkammer S2", "arch_name": "59.1.5b@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60367", - "roomcode": "1559.01.005B", - "usage": 104 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60371", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60367, + "usage_id": 104 + }, + "1559.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.6, N\u00e4hrboden-Labor S2", "arch_name": "59.1.6@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60371", - "roomcode": "1559.01.006", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60374", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60371, + "usage_id": 102 + }, + "1559.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.7, Brutraum 1 S2", "arch_name": "59.1.7@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60374", - "roomcode": "1559.01.007", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60401", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60374, + "usage_id": 102 + }, + "1559.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.8, K\u00fchlraum 1 S2", "arch_name": "59.1.8@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60401", - "roomcode": "1559.01.008", - "usage": 199 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60407", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60401, + "usage_id": 199 + }, + "1559.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.9, WC-Herren", "arch_name": "59.1.9@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60407", - "roomcode": "1559.01.009", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60410", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60407, + "usage_id": 115 + }, + "1559.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.10, WC-Herren Vorraum", "arch_name": "59.1.10@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60410", - "roomcode": "1559.01.010", - "usage": 37 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60413", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60410, + "usage_id": 37 + }, + "1559.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.11, Dunkelk. S2", "arch_name": "59.1.11@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60413", - "roomcode": "1559.01.011", - "usage": 104 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60442", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60413, + "usage_id": 104 + }, + "1559.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.12, WC-Damen Vorraum", "arch_name": "59.1.12@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60442", - "roomcode": "1559.01.012", - "usage": 37 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60445", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60442, + "usage_id": 37 + }, + "1559.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.13, WC-Damen", "arch_name": "59.1.13@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60445", - "roomcode": "1559.01.013", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60469", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60445, + "usage_id": 116 + }, + "1559.01.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.14, Sp\u00fclk\u00fcche S2", "arch_name": "59.1.14@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60469", - "roomcode": "1559.01.014", - "usage": 209 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60473", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60469, + "usage_id": 209 + }, + "1559.01.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.15, Handlager Rein S2", "arch_name": "59.1.15@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60473", - "roomcode": "1559.01.015", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60478", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60473, + "usage_id": 30 + }, + "1559.01.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.16, Aufenthaltsraum", "arch_name": "59.1.16@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60478", - "roomcode": "1559.01.016", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60501", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60478, + "usage_id": 44 + }, + "1559.01.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.17, Umkleide", "arch_name": "59.1.17@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60501", - "roomcode": "1559.01.017", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60505", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60501, + "usage_id": 121 + }, + "1559.01.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.18, PCR-1-VIRO S2", "arch_name": "59.1.18@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60505", - "roomcode": "1559.01.018", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60147", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60505, + "usage_id": 102 + }, + "1559.01.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.19, PCR-2-VIRO S2", "arch_name": "59.1.19@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60147", - "roomcode": "1559.01.019", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60150", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60147, + "usage_id": 102 + }, + "1559.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.20, PCR-3-VIRO S2", "arch_name": "59.1.20@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60150", - "roomcode": "1559.01.020", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60152", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60150, + "usage_id": 102 + }, + "1559.01.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.21, EDV-Zentral-Rechnerraum", "arch_name": "59.1.21@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60152", - "roomcode": "1559.01.021", - "usage": 207 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60174", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60152, + "usage_id": 207 + }, + "1559.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.22, Serologie-VIRO S2", "arch_name": "59.1.22@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60174", - "roomcode": "1559.01.022", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60178", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60174, + "usage_id": 102 + }, + "1559.01.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.24, Ger\u00e4teraum 1 S2", "arch_name": "59.1.24@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60178", - "roomcode": "1559.01.024", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60194", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60178, + "usage_id": 18 + }, + "1559.01.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.25, Zellkultur-VIRO S2", "arch_name": "59.1.25@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60194", - "roomcode": "1559.01.025", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60196", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60194, + "usage_id": 102 + }, + "1559.01.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.26, K\u00fchlraum 2 S2", "arch_name": "59.1.26@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60196", - "roomcode": "1559.01.026", - "usage": 199 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60198", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60196, + "usage_id": 199 + }, + "1559.01.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.27, Hepatitis-Labor S2", "arch_name": "59.1.27@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60198", - "roomcode": "1559.01.027", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60200", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60198, + "usage_id": 102 + }, + "1559.01.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.28, Krankenhaushygiene-Labor S2", "arch_name": "59.1.28@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60200", - "roomcode": "1559.01.028", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60226", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60200, + "usage_id": 102 + }, + "1559.01.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.29, Ger\u00e4teraum 2 S2", "arch_name": "59.1.29@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60226", - "roomcode": "1559.01.029", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60231", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60226, + "usage_id": 18 + }, + "1559.01.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.31, Abstellraum", "arch_name": "59.1.31@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60231", - "roomcode": "1559.01.031", - "usage": 159 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60259", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60231, + "usage_id": 159 + }, + "1559.01.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.32, Leiter Krankenhaushygiene", "arch_name": "59.1.32@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60259", - "roomcode": "1559.01.032", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60260", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60259, + "usage_id": 12 + }, + "1559.01.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.33, Umkleide-Herren", "arch_name": "59.1.33@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60260", - "roomcode": "1559.01.033", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60262", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60260, + "usage_id": 121 + }, + "1559.01.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.34, Umkleide-Herren", "arch_name": "59.1.34@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60262", - "roomcode": "1559.01.034", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60265", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60262, + "usage_id": 121 + }, + "1559.01.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.35, Arzt", "arch_name": "59.1.35@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60265", - "roomcode": "1559.01.035", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60294", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60265, + "usage_id": 12 + }, + "1559.01.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.36, Befundmagazin", "arch_name": "59.1.36@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60294", - "roomcode": "1559.01.036", - "usage": 2 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60301", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60294, + "usage_id": 2 + }, + "1559.01.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.37, Fotolabor", "arch_name": "59.1.37@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60301", - "roomcode": "1559.01.037", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=61040", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60301, + "usage_id": 102 + }, + "1559.01.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.38, Arzt 1", "arch_name": "59.1.38@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61040", - "roomcode": "1559.01.038", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60926", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61040, + "usage_id": 12 + }, + "1559.01.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.39, Seretariat", "arch_name": "59.1.39@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60926", - "roomcode": "1559.01.039", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60928", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60926, + "usage_id": 40 + }, + "1559.01.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.40, Aufenthaltsraum", "arch_name": "59.1.40@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60928", - "roomcode": "1559.01.040", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60956", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60928, + "usage_id": 44 + }, + "1559.01.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.100, Flur", "arch_name": "59.1.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60956", - "roomcode": "1559.01.100", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60957", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60956, + "usage_id": 222 + }, + "1559.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.110, Flur", "arch_name": "59.1.110@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60957", - "roomcode": "1559.01.110", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60958", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60957, + "usage_id": 222 + }, + "1559.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.120, Flur", "arch_name": "59.1.120@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60958", - "roomcode": "1559.01.120", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60959", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60958, + "usage_id": 222 + }, + "1559.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.130, Flur", "arch_name": "59.1.130@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60959", - "roomcode": "1559.01.130", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=60978", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60959, + "usage_id": 102 + }, + "1559.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.140, Flur", "arch_name": "59.1.140@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60978", - "roomcode": "1559.01.140", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=61043", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60978, + "usage_id": 102 + }, + "1559.01.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.150, Flur", "arch_name": "59.1.150@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61043", - "roomcode": "1559.01.150", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=61044", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61043, + "usage_id": 222 + }, + "1559.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.200, Treppenhaus", "arch_name": "59.1.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61044", - "roomcode": "1559.01.200", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 1.OG", - "address_link": "ris.einzelraum?raumkey=61045", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61044, + "usage_id": 223 + }, + "1559.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.210, Treppenhaus", "arch_name": "59.1.210@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61045", - "roomcode": "1559.01.210", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61063", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61045, + "usage_id": 223 + }, + "1559.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.1, Zentrifugenraum S2", "arch_name": "59.2.1@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61063", - "roomcode": "1559.02.001", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61065", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61063, + "usage_id": 102 + }, + "1559.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.2, Zellkultur-.Labor S2", "arch_name": "59.2.2@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61065", - "roomcode": "1559.02.002", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61066", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61065, + "usage_id": 102 + }, + "1559.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.3, Zell-/Molekularbiol.Labor S2", "arch_name": "59.2.3@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61066", - "roomcode": "1559.02.003", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61068", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61066, + "usage_id": 102 + }, + "1559.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.4, Facs-Raum S2", "arch_name": "59.2.4@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61068", - "roomcode": "1559.02.004", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60817", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61068, + "usage_id": 102 + }, + "1559.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.5, Schleuse C-Labor", "arch_name": "59.2.5@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60817", - "roomcode": "1559.02.005", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60819", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60817, + "usage_id": 105 + }, + "1559.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.6, Zellkultur S2", "arch_name": "59.2.6@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60819", - "roomcode": "1559.02.006", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61029", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60819, + "usage_id": 102 + }, + "1559.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.7, Zell-/Molekularbiol.Labor S2", "arch_name": "59.2.7@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61029", - "roomcode": "1559.02.007", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61030", - "alt_name": "59.2.8, Mikroskopierr. S2", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61029, + "usage_id": 102 + }, + "1559.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, + "alt_name": "59.2.8, Mikroskopierr. S2", "arch_name": "59.2.8@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61030", - "roomcode": "1559.02.008", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61046", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61030, + "usage_id": 102 + }, + "1559.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.9, Ger\u00e4teraum S2", "arch_name": "59.2.9@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61046", - "roomcode": "1559.02.009", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61052", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61046, + "usage_id": 18 + }, + "1559.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.10, K\u00fchlraum S2", "arch_name": "59.2.10@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61052", - "roomcode": "1559.02.010", - "usage": 199 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61055", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61052, + "usage_id": 199 + }, + "1559.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.11, WC-Herren", "arch_name": "59.2.11@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61055", - "roomcode": "1559.02.011", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61058", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61055, + "usage_id": 115 + }, + "1559.02.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.12, WC-Vorraum Herren", "arch_name": "59.2.12@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61058", - "roomcode": "1559.02.012", - "usage": 37 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61061", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61058, + "usage_id": 37 + }, + "1559.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.13, Dunkelk.S2", "arch_name": "59.2.13@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61061", - "roomcode": "1559.02.013", - "usage": 104 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60808", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61061, + "usage_id": 104 + }, + "1559.02.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.14, WC-Vorraum Damen", "arch_name": "59.2.14@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60808", - "roomcode": "1559.02.014", - "usage": 37 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60815", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60808, + "usage_id": 37 + }, + "1559.02.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.15, WC-Damen", "arch_name": "59.2.15@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60815", - "roomcode": "1559.02.015", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60829", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60815, + "usage_id": 116 + }, + "1559.02.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.16, Sp\u00fclk\u00fcche S2", "arch_name": "59.2.16@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60829", - "roomcode": "1559.02.016", - "usage": 28 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60830", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60829, + "usage_id": 28 + }, + "1559.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.17, Auenthaltsraum", "arch_name": "59.2.17@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60830", - "roomcode": "1559.02.017", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60839", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60830, + "usage_id": 44 + }, + "1559.02.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.18, Umkleide", "arch_name": "59.2.18@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60839", - "roomcode": "1559.02.018", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60877", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60839, + "usage_id": 121 + }, + "1559.02.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.19, Handlager Rein S1", "arch_name": "59.2.19@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60877", - "roomcode": "1559.02.019", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60880", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60877, + "usage_id": 30 + }, + "1559.02.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.20, Prion-Ger\u00e4te2 S2", "arch_name": "59.2.20@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60880", - "roomcode": "1559.02.020", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60887", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60880, + "usage_id": 18 + }, + "1559.02.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.21, Prion-Labor2 S2", "arch_name": "59.2.21@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60887", - "roomcode": "1559.02.021", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60889", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60887, + "usage_id": 102 + }, + "1559.02.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.22, Prion-Autoklav S2", "arch_name": "59.2.22@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60889", - "roomcode": "1559.02.022", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60915", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60889, + "usage_id": 102 + }, + "1559.02.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.24, Prion-Labor1 S2", "arch_name": "59.2.24@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60915", - "roomcode": "1559.02.024", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60917", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60915, + "usage_id": 102 + }, + "1559.02.024A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.24a, Schleuse S2", "arch_name": "59.2.24a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60917", - "roomcode": "1559.02.024A", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60918", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60917, + "usage_id": 105 + }, + "1559.02.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.25, Prion-Ger\u00e4teraum1 S2", "arch_name": "59.2.25@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60918", - "roomcode": "1559.02.025", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60924", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60918, + "usage_id": 18 + }, + "1559.02.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.26, K\u00fchlraum2 S1", "arch_name": "59.2.26@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60924", - "roomcode": "1559.02.026", - "usage": 199 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61047", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60924, + "usage_id": 199 + }, + "1559.02.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.27, Nachwuchsforscher S1", "arch_name": "59.2.27@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61047", - "roomcode": "1559.02.027", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61048", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61047, + "usage_id": 102 + }, + "1559.02.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.28, Interdisziplin\u00e4r-Labor2 S1", "arch_name": "59.2.28@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61048", - "roomcode": "1559.02.028", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61049", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61048, + "usage_id": 102 + }, + "1559.02.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.29, Ger\u00e4teraum2 S1", "arch_name": "59.2.29@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61049", - "roomcode": "1559.02.029", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61069", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61049, + "usage_id": 18 + }, + "1559.02.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.31, Abstellraum", "arch_name": "59.2.31@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61069", - "roomcode": "1559.02.031", - "usage": 159 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61070", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61069, + "usage_id": 159 + }, + "1559.02.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.32, Arzt", "arch_name": "59.2.32@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61070", - "roomcode": "1559.02.032", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61071", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61070, + "usage_id": 12 + }, + "1559.02.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.33, Arzt", "arch_name": "59.2.33@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61071", - "roomcode": "1559.02.033", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61072", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61071, + "usage_id": 12 + }, + "1559.02.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.34, Umkleide-Damen", "arch_name": "59.2.34@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61072", - "roomcode": "1559.02.034", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61074", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61072, + "usage_id": 121 + }, + "1559.02.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.35, Umkleide-Herren", "arch_name": "59.2.35@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61074", - "roomcode": "1559.02.035", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60832", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61074, + "usage_id": 121 + }, + "1559.02.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.36, WC-Herren", "arch_name": "59.2.36@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60832", - "roomcode": "1559.02.036", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60833", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60832, + "usage_id": 115 + }, + "1559.02.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.37, WC-Damen", "arch_name": "59.2.37@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60833", - "roomcode": "1559.02.037", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61073", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60833, + "usage_id": 116 + }, + "1559.02.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.38, PC-Rechnerraum", "arch_name": "59.2.38@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61073", - "roomcode": "1559.02.038", - "usage": 207 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=61075", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61073, + "usage_id": 207 + }, + "1559.02.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.39, Arzt", "arch_name": "59.2.39@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61075", - "roomcode": "1559.02.039", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60822", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61075, + "usage_id": 12 + }, + "1559.02.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.40, Sekretariat", "arch_name": "59.2.40@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60822", - "roomcode": "1559.02.040", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60929", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60822, + "usage_id": 40 + }, + "1559.02.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.41, Aufenthaltsraum", "arch_name": "59.2.41@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60929", - "roomcode": "1559.02.041", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60930", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60929, + "usage_id": 44 + }, + "1559.02.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.100, Flur", "arch_name": "59.2.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60930", - "roomcode": "1559.02.100", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60931", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60930, + "usage_id": 222 + }, + "1559.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.110, Flur", "arch_name": "59.2.110@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60931", - "roomcode": "1559.02.110", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60932", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60931, + "usage_id": 222 + }, + "1559.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.120, Flur", "arch_name": "59.2.120@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60932", - "roomcode": "1559.02.120", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60933", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60932, + "usage_id": 222 + }, + "1559.02.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.130, Flur", "arch_name": "59.2.130@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60933", - "roomcode": "1559.02.130", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60960", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60933, + "usage_id": 222 + }, + "1559.02.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.140, Flur", "arch_name": "59.2.140@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60960", - "roomcode": "1559.02.140", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60961", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60960, + "usage_id": 222 + }, + "1559.02.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.150, Flur", "arch_name": "59.2.150@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60961", - "roomcode": "1559.02.150", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60980", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60961, + "usage_id": 222 + }, + "1559.02.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.160, Flur", "arch_name": "59.2.160@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60980", - "roomcode": "1559.02.160", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60981", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60980, + "usage_id": 222 + }, + "1559.02.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.200, Treppenhaus", "arch_name": "59.2.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60981", - "roomcode": "1559.02.200", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 2.OG", - "address_link": "ris.einzelraum?raumkey=60982", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60981, + "usage_id": 223 + }, + "1559.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.2.210, Treppenhaus", "arch_name": "59.2.210@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60982", - "roomcode": "1559.02.210", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60983", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60982, + "usage_id": 223 + }, + "1559.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.001, Zentrifugenraum S2", "arch_name": "59.3.001@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60983", - "roomcode": "1559.03.001", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60984", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60983, + "usage_id": 102 + }, + "1559.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.002, Zellkultur-Labor S2", "arch_name": "59.3.002@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60984", - "roomcode": "1559.03.002", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=61004", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60984, + "usage_id": 102 + }, + "1559.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.003, Biochemie/W\u00e4geplatz/Zellkultur", "arch_name": "59.3.003@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61004", - "roomcode": "1559.03.003", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=61005", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61004, + "usage_id": 102 + }, + "1559.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.005, Schleuse 1C-Labor S2", "arch_name": "59.3.005@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61005", - "roomcode": "1559.03.005", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=61006", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61005, + "usage_id": 105 + }, + "1559.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.006, C-Labor S2", "arch_name": "59.3.006@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61006", - "roomcode": "1559.03.006", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=61007", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61006, + "usage_id": 102 + }, + "1559.03.007": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61007", - "roomcode": "1559.03.007", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=61008", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61007, + "usage_id": 102 + }, + "1559.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.8, Mikroskopierraum S2", "arch_name": "59.3.8@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61008", - "roomcode": "1559.03.008", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60834", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61008, + "usage_id": 102 + }, + "1559.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.9, Brutraum 1 S2", "arch_name": "59.3.9@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60834", - "roomcode": "1559.03.009", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60835", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60834, + "usage_id": 102 + }, + "1559.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.10, K\u00fchlraum 1 S2", "arch_name": "59.3.10@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60835", - "roomcode": "1559.03.010", - "usage": 199 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60836", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60835, + "usage_id": 199 + }, + "1559.03.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.11, WC-Herren", "arch_name": "59.3.11@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60836", - "roomcode": "1559.03.011", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60848", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60836, + "usage_id": 115 + }, + "1559.03.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.12, WC-Vorraum Herren", "arch_name": "59.3.12@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60848", - "roomcode": "1559.03.012", - "usage": 37 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60849", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60848, + "usage_id": 37 + }, + "1559.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.13, Dunkelk. S1", "arch_name": "59.3.13@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60849", - "roomcode": "1559.03.013", - "usage": 104 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60850", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60849, + "usage_id": 104 + }, + "1559.03.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.14, WC-Vorraum Damen", "arch_name": "59.3.14@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60850", - "roomcode": "1559.03.014", - "usage": 37 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60851", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60850, + "usage_id": 37 + }, + "1559.03.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.15, WC-Damen", "arch_name": "59.3.15@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60851", - "roomcode": "1559.03.015", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60101", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60851, + "usage_id": 116 + }, + "1559.03.016": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60101", - "roomcode": "1559.03.016", - "usage": 28 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60104", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60101, + "usage_id": 28 + }, + "1559.03.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.17, Handlager Rein S1", "arch_name": "59.3.17@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60104", - "roomcode": "1559.03.017", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60105", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60104, + "usage_id": 30 + }, + "1559.03.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.18, B\u00fcro", "arch_name": "59.3.18@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60105", - "roomcode": "1559.03.018", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60106", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60105, + "usage_id": 12 + }, + "1559.03.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.19, Umkleide", "arch_name": "59.3.19@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60106", - "roomcode": "1559.03.019", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60107", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60106, + "usage_id": 121 + }, + "1559.03.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.20, Ger\u00e4te+Lager S2", "arch_name": "59.3.20@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60107", - "roomcode": "1559.03.020", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60108", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60107, + "usage_id": 18 + }, + "1559.03.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.21, Radioaktiv-Labor S2", "arch_name": "59.3.21@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60108", - "roomcode": "1559.03.021", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59990", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60108, + "usage_id": 102 + }, + "1559.03.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.22, Schleuse 2 Radioaktivlab. S2", "arch_name": "59.3.22@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59990", - "roomcode": "1559.03.022", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59991", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59990, + "usage_id": 102 + }, + "1559.03.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.23, Fl\u00fcssigstickstoffl.S2", "arch_name": "59.3.23@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59991", - "roomcode": "1559.03.023", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59993", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59991, + "usage_id": 30 + }, + "1559.03.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.24, Befundung S1", "arch_name": "59.3.24@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59993", - "roomcode": "1559.03.024", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59994", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59993, + "usage_id": 12 + }, + "1559.03.025": { + "address": { + "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", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59994", - "roomcode": "1559.03.025", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59997", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59994, + "usage_id": 102 + }, + "1559.03.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.27, Lager S3", "arch_name": "59.3.27@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59997", - "roomcode": "1559.03.027", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59998", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59997, + "usage_id": 30 + }, + "1559.03.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.28, S3-Labor 1", "arch_name": "59.3.28@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59998", - "roomcode": "1559.03.028", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=59999", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59998, + "usage_id": 102 + }, + "1559.03.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.29, S3-Labor 2", "arch_name": "59.3.29@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59999", - "roomcode": "1559.03.029", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60002", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59999, + "usage_id": 102 + }, + "1559.03.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.30, S3-Labor 3", "arch_name": "59.3.30@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60002", - "roomcode": "1559.03.030", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60005", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60002, + "usage_id": 102 + }, + "1559.03.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.31, Schleuse S3", "arch_name": "59.3.31@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60005", - "roomcode": "1559.03.031", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60006", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60005, + "usage_id": 105 + }, + "1559.03.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.32, K\u00fchlraum2 S1", "arch_name": "59.3.32@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60006", - "roomcode": "1559.03.032", - "usage": 199 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60010", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60006, + "usage_id": 199 + }, + "1559.03.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.33, Interdisziplin\u00e4r-Labor2,S1", "arch_name": "59.3.33@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60010", - "roomcode": "1559.03.033", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60012", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60010, + "usage_id": 102 + }, + "1559.03.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.34, Interdisziplin\u00e4r-Labor1 S1", "arch_name": "59.3.34@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60012", - "roomcode": "1559.03.034", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60014", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60012, + "usage_id": 102 + }, + "1559.03.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.35, Ger\u00e4teraum 2 S1", "arch_name": "59.3.35@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60014", - "roomcode": "1559.03.035", - "usage": 18 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60025", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60014, + "usage_id": 18 + }, + "1559.03.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.37, Abstellraum", "arch_name": "59.3.37@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60025", - "roomcode": "1559.03.037", - "usage": 159 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60026", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60025, + "usage_id": 159 + }, + "1559.03.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.38, Arzt", "arch_name": "59.3.38@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60026", - "roomcode": "1559.03.038", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60027", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60026, + "usage_id": 12 + }, + "1559.03.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.39, Arzt", "arch_name": "59.3.39@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60027", - "roomcode": "1559.03.039", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60034", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60027, + "usage_id": 12 + }, + "1559.03.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.40, Befundmagazin", "arch_name": "59.3.40@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60034", - "roomcode": "1559.03.040", - "usage": 2 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60037", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60034, + "usage_id": 2 + }, + "1559.03.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.41, Umkleide-Damen", "arch_name": "59.3.41@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60037", - "roomcode": "1559.03.041", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60057", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60037, + "usage_id": 121 + }, + "1559.03.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.42, Umkleide-Herren", "arch_name": "59.3.42@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60057", - "roomcode": "1559.03.042", - "usage": 121 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60058", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60057, + "usage_id": 121 + }, + "1559.03.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.43, Fotolabor", "arch_name": "59.3.43@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60058", - "roomcode": "1559.03.043", - "usage": 104 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60059", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60058, + "usage_id": 104 + }, + "1559.03.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.44, Arzt", "arch_name": "59.3.44@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60059", - "roomcode": "1559.03.044", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60062", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60059, + "usage_id": 12 + }, + "1559.03.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.45, Sekretariat", "arch_name": "59.3.45@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60062", - "roomcode": "1559.03.045", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60063", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60062, + "usage_id": 40 + }, + "1559.03.046": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.46, Aufenthaltsraum", "arch_name": "59.3.46@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60063", - "roomcode": "1559.03.046", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60088", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60063, + "usage_id": 44 + }, + "1559.03.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.100, Flur", "arch_name": "59.3.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60088", - "roomcode": "1559.03.100", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60090", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60088, + "usage_id": 222 + }, + "1559.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.110, Flur", "arch_name": "59.3.110@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60090", - "roomcode": "1559.03.110", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60093", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60090, + "usage_id": 222 + }, + "1559.03.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.120, Flur", "arch_name": "59.3.120@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60093", - "roomcode": "1559.03.120", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60096", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60093, + "usage_id": 222 + }, + "1559.03.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.130, Flur", "arch_name": "59.3.130@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60096", - "roomcode": "1559.03.130", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60039", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60096, + "usage_id": 222 + }, + "1559.03.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.130a, Autoklaven-Vorraum", "arch_name": "59.3.130a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60039", - "roomcode": "1559.03.130A", - "usage": 50 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60046", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60039, + "usage_id": 50 + }, + "1559.03.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.140, Flur", "arch_name": "59.3.140@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60046", - "roomcode": "1559.03.140", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60075", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60046, + "usage_id": 222 + }, + "1559.03.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.150, Flur", "arch_name": "59.3.150@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60075", - "roomcode": "1559.03.150", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60077", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60075, + "usage_id": 222 + }, + "1559.03.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.160, Flur", "arch_name": "59.3.160@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60077", - "roomcode": "1559.03.160", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60080", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60077, + "usage_id": 222 + }, + "1559.03.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.200, Treppenhaus", "arch_name": "59.3.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60080", - "roomcode": "1559.03.200", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 3.OG", - "address_link": "ris.einzelraum?raumkey=60081", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60080, + "usage_id": 223 + }, + "1559.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.3.210, Treppenhaus", "arch_name": "59.3.210@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60081", - "roomcode": "1559.03.210", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60065", + "area_id": 22, + "building_id": 1033, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60081, + "usage_id": 223 + }, + "1559.04.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.1, \u00c4rzte", "arch_name": "59.4.1@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60065", - "roomcode": "1559.04.001", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60067", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60065, + "usage_id": 12 + }, + "1559.04.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.2, Oberarzt", "arch_name": "59.4.2@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60067", - "roomcode": "1559.04.002", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60069", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60067, + "usage_id": 12 + }, + "1559.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.3, Immunologie", "arch_name": "59.4.3@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60069", - "roomcode": "1559.04.003", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60071", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60069, + "usage_id": 12 + }, + "1559.04.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.4, Leiter", "arch_name": "59.4.4@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60071", - "roomcode": "1559.04.004", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60073", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60071, + "usage_id": 12 + }, + "1559.04.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.5, Institutssekretariat", "arch_name": "59.4.5@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60073", - "roomcode": "1559.04.005", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60049", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60073, + "usage_id": 40 + }, + "1559.04.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.6, Institutsleiter", "arch_name": "59.4.6@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60049", - "roomcode": "1559.04.006", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60050", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60049, + "usage_id": 12 + }, + "1559.04.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.7, Chefsekretariat", "arch_name": "59.4.7@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60050", - "roomcode": "1559.04.007", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60051", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60050, + "usage_id": 40 + }, + "1559.04.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.8, \u00c4rzte", "arch_name": "59.4.8@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60051", - "roomcode": "1559.04.008", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60052", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60051, + "usage_id": 12 + }, + "1559.04.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.9, \u00c4rzte", "arch_name": "59.4.9@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60052", - "roomcode": "1559.04.009", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60055", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60052, + "usage_id": 12 + }, + "1559.04.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.10, Bad", "arch_name": "59.4.10@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60055", - "roomcode": "1559.04.010", - "usage": 112 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60733", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60055, + "usage_id": 112 + }, + "1559.04.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.11, Bereitschaftsdienst", "arch_name": "59.4.11@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60733", - "roomcode": "1559.04.011", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60742", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60733, + "usage_id": 44 + }, + "1559.04.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.12, Kopierraum/Elektro", "arch_name": "59.4.12@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60742", - "roomcode": "1559.04.012", - "usage": 110 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60744", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60742, + "usage_id": 110 + }, + "1559.04.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.13, Teek\u00fcche", "arch_name": "59.4.13@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60744", - "roomcode": "1559.04.013", - "usage": 198 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60748", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60744, + "usage_id": 198 + }, + "1559.04.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.15, Dusche", "arch_name": "59.4.15@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60748", - "roomcode": "1559.04.015", - "usage": 113 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60766", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60748, + "usage_id": 113 + }, + "1559.04.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.16, WC-Damen", "arch_name": "59.4.16@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60766", - "roomcode": "1559.04.016", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60767", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60766, + "usage_id": 116 + }, + "1559.04.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.17, WC-Herren", "arch_name": "59.4.17@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60767", - "roomcode": "1559.04.017", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60769", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60767, + "usage_id": 115 + }, + "1559.04.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.18, Institutsleiter Mikro.", "arch_name": "59.4.18@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60769", - "roomcode": "1559.04.018", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60782", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60769, + "usage_id": 12 + }, + "1559.04.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.19, Chefsekretariat", "arch_name": "59.4.19@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60782", - "roomcode": "1559.04.019", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60783", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60782, + "usage_id": 40 + }, + "1559.04.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.20, Institutssekretariat", "arch_name": "59.4.20@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60783", - "roomcode": "1559.04.020", - "usage": 40 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60784", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60783, + "usage_id": 40 + }, + "1559.04.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.21, Technik", "arch_name": "59.4.21@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60784", - "roomcode": "1559.04.021", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60785", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60784, + "usage_id": 120 + }, + "1559.04.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.22, Teek\u00fcche", "arch_name": "59.4.22@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15748", - "operator": "[ TUMEVI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60785", - "roomcode": "1559.04.022", - "usage": 198 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60795", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15748, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60785, + "usage_id": 198 + }, + "1559.04.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.23, Filterraum", "arch_name": "59.4.23@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60795", - "roomcode": "1559.04.023", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60796", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60795, + "usage_id": 120 + }, + "1559.04.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.24, Masch.raum", "arch_name": "59.4.24@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60796", - "roomcode": "1559.04.024", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60577", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60796, + "usage_id": 120 + }, + "1559.04.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.25, Masch.raum", "arch_name": "59.4.25@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60577", - "roomcode": "1559.04.025", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60579", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60577, + "usage_id": 120 + }, + "1559.04.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.100, Flur", "arch_name": "59.4.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60579", - "roomcode": "1559.04.100", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60599", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60579, + "usage_id": 222 + }, + "1559.04.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.110, Flur", "arch_name": "59.4.110@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60599", - "roomcode": "1559.04.110", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60600", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60599, + "usage_id": 222 + }, + "1559.04.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.120, Flur", "arch_name": "59.4.120@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60600", - "roomcode": "1559.04.120", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60601", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60600, + "usage_id": 222 + }, + "1559.04.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.200, Treppenhaus", "arch_name": "59.4.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60601", - "roomcode": "1559.04.200", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 4.OG", - "address_link": "ris.einzelraum?raumkey=60603", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60601, + "usage_id": 223 + }, + "1559.04.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.4.210, Treppenhaus", "arch_name": "59.4.210@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60603", - "roomcode": "1559.04.210", - "usage": 223 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60570", + "area_id": 22, + "building_id": 1033, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60603, + "usage_id": 223 + }, + "1559.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.1, Kursraum", "arch_name": "59.0.1@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": "tvKalender.wSicht?cOrg=16053&cRes=23469&cReadonly=J", - "extended": { - "additional_description": "59.0.1, Kursraum", - "address": "Trogerstr. 30(1559), Erdgescho\u00df", - "architect_room_nr": "59.0.1@1559", - "area_m2": 223.71, - "building": "1559 Mikrobiologie/Virologie", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=16053", - "operator": "[ TUMEMI1 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60570", - "roomcode": "1559.EG.001", - "usage": 131 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60572", + "area_id": 22, + "building_id": 1033, + "calendar_resource_nr": 23469, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16053, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60570, + "usage_id": 131 + }, + "1559.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.2, Seminarraum", "arch_name": "59.0.2@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "extended": { - "additional_description": "59.0.2, Seminarraum", - "address": "Trogerstr. 30(1559), Erdgescho\u00df", - "architect_room_nr": "59.0.2@1559", - "area_m2": 63.79, - "building": "1559 Mikrobiologie/Virologie", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60572", - "roomcode": "1559.EG.002", - "usage": 41 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60575", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60572, + "usage_id": 41 + }, + "1559.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.3, Arztsprechzimmer", "arch_name": "59.0.3@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60575", - "roomcode": "1559.EG.003", - "usage": 124 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60117", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60575, + "usage_id": 124 + }, + "1559.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.4, Untersuchung+Beh.Tropenmedzin", "arch_name": "59.0.4@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60117", - "roomcode": "1559.EG.004", - "usage": 124 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60118", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60117, + "usage_id": 124 + }, + "1559.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.5, Sekrtariat", "arch_name": "59.0.5@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60118", - "roomcode": "1559.EG.005", - "usage": 40 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60121", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60118, + "usage_id": 40 + }, + "1559.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.6, EDV", "arch_name": "59.0.6@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60121", - "roomcode": "1559.EG.006", - "usage": 207 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60255", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60121, + "usage_id": 207 + }, + "1559.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.8, Vorraum", "arch_name": "59.0.8@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60255", - "roomcode": "1559.EG.008", - "usage": 50 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60254", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60255, + "usage_id": 50 + }, + "1559.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.9, Beh.-WC", "arch_name": "59.0.9@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60254", - "roomcode": "1559.EG.009", - "usage": 117 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60252", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60254, + "usage_id": 117 + }, + "1559.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.10, WC-Damen", "arch_name": "59.0.10@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60252", - "roomcode": "1559.EG.010", - "usage": 116 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60223", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60252, + "usage_id": 116 + }, + "1559.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.11, WC-Herren", "arch_name": "59.0.11@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60223", - "roomcode": "1559.EG.011", - "usage": 115 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60221", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60223, + "usage_id": 115 + }, + "1559.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.12, Abstellraum", "arch_name": "59.0.12@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60221", - "roomcode": "1559.EG.012", - "usage": 159 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=61022", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60221, + "usage_id": 159 + }, + "1559.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.13, Lager", "arch_name": "59.0.13@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61022", - "roomcode": "1559.EG.013", - "usage": 30 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=61003", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61022, + "usage_id": 30 + }, + "1559.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.14, Lager", "arch_name": "59.0.14@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61003", - "roomcode": "1559.EG.014", - "usage": 30 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=61024", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61003, + "usage_id": 30 + }, + "1559.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.15, Medienraum", "arch_name": "59.0.15@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61024", - "roomcode": "1559.EG.015", - "usage": 30 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=61025", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61024, + "usage_id": 30 + }, + "1559.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.16, Abstl.raum", "arch_name": "59.0.16@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61025", - "roomcode": "1559.EG.016", - "usage": 159 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60288", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61025, + "usage_id": 159 + }, + "1559.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.100, Windfang", "arch_name": "59.0.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60288", - "roomcode": "1559.EG.100", - "usage": 52 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60290", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60288, + "usage_id": 52 + }, + "1559.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.110, Eingangshalle", "arch_name": "59.0.110@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60290", - "roomcode": "1559.EG.110", - "usage": 222 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60292", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60290, + "usage_id": 222 + }, + "1559.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.120, Bibliothek", "arch_name": "59.0.120@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60292", - "roomcode": "1559.EG.120", - "usage": 10 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60325", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60292, + "usage_id": 10 + }, + "1559.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.130, Flur/Warten Tropenmedizin", "arch_name": "59.0.130@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60325", - "roomcode": "1559.EG.130", - "usage": 222 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60360", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60325, + "usage_id": 222 + }, + "1559.EG.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.200, Treppenhaus", "arch_name": "59.0.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60360", - "roomcode": "1559.EG.200", - "usage": 223 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60362", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60360, + "usage_id": 223 + }, + "1559.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.210, Treppenhaus", "arch_name": "59.0.210@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60362", - "roomcode": "1559.EG.210", - "usage": 223 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60437", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60362, + "usage_id": 223 + }, + "1559.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.220, Treppenhaus", "arch_name": "59.0.220@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60437", - "roomcode": "1559.EG.220", - "usage": 223 - }, - { - "address": "Trogerstr. 30, EG", - "address_link": "ris.einzelraum?raumkey=60439", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60437, + "usage_id": 223 + }, + "1559.EG.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.0.230, Treppenhaus", "arch_name": "59.0.230@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60439", - "roomcode": "1559.EG.230", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60560", + "area_id": 22, + "building_id": 1033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60439, + "usage_id": 223 + }, + "1559.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.1, Abstellraum", "arch_name": "59.01.1@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60560", - "roomcode": "1559.U1.001", - "usage": 159 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60125", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60560, + "usage_id": 159 + }, + "1559.U1.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.1a, Schacht 6", "arch_name": "59.01.1a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60125", - "roomcode": "1559.U1.001A", - "usage": 160 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60128", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60125, + "usage_id": 160 + }, + "1559.U1.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.1b, Abstellraum", "arch_name": "59.01.1b@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60128", - "roomcode": "1559.U1.001B", - "usage": 159 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60130", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60128, + "usage_id": 159 + }, + "1559.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.2, Stall 1 S1", "arch_name": "59.01.2@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60130", - "roomcode": "1559.U1.002", - "usage": 197 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60159", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60130, + "usage_id": 197 + }, + "1559.U1.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.2a, Abstellraum", "arch_name": "59.01.2a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60159", - "roomcode": "1559.U1.002A", - "usage": 159 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60162", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60159, + "usage_id": 159 + }, + "1559.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.3, Labor Mikroinjektion", "arch_name": "59.01.3@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60162", - "roomcode": "1559.U1.003", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60452", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60162, + "usage_id": 102 + }, + "1559.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.4, Stall 2 S1", "arch_name": "59.01.4@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60452", - "roomcode": "1559.U1.004", - "usage": 197 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60516", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60452, + "usage_id": 197 + }, + "1559.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.6, Stall 3 S3", "arch_name": "59.01.6@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60516", - "roomcode": "1559.U1.006", - "usage": 197 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60517", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60516, + "usage_id": 197 + }, + "1559.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.7, Stall 4 S1", "arch_name": "59.01.7@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60517", - "roomcode": "1559.U1.007", - "usage": 197 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60538", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60517, + "usage_id": 197 + }, + "1559.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.9, WC-Damen", "arch_name": "59.01.9@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60538", - "roomcode": "1559.U1.009", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60541", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60538, + "usage_id": 116 + }, + "1559.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.10, WC-Herren", "arch_name": "59.01.10@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60541", - "roomcode": "1559.U1.010", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60357", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60541, + "usage_id": 115 + }, + "1559.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.11, Versorgungsst\u00fctzpunkt", "arch_name": "59.01.11@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60357", - "roomcode": "1559.U1.011", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60359", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60357, + "usage_id": 44 + }, + "1559.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.12, Schreibplatz/Tierpfleger S1", "arch_name": "59.01.12@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60359", - "roomcode": "1559.U1.012", - "usage": 12 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60276", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60359, + "usage_id": 12 + }, + "1559.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.13, Sp\u00fclk\u00fcche S1", "arch_name": "59.01.13@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60276", - "roomcode": "1559.U1.013", - "usage": 209 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60278", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60276, + "usage_id": 209 + }, + "1559.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.14, Lager Futter S1", "arch_name": "59.01.14@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60278", - "roomcode": "1559.U1.014", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60286", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60278, + "usage_id": 30 + }, + "1559.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.15, Lager Einstreu S1", "arch_name": "59.01.15@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60286", - "roomcode": "1559.U1.015", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60964", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60286, + "usage_id": 30 + }, + "1559.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.16, Matriallager S1", "arch_name": "59.01.16@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60964", - "roomcode": "1559.U1.016", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60968", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60964, + "usage_id": 30 + }, + "1559.U1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.17, Quarant\u00e4ne", "arch_name": "59.01.17@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60968", - "roomcode": "1559.U1.017", - "usage": 197 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60971", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60968, + "usage_id": 197 + }, + "1559.U1.017A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.17a, Expermental-OP. S1", "arch_name": "59.01.17a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60971", - "roomcode": "1559.U1.017A", - "usage": 177 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60985", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60971, + "usage_id": 177 + }, + "1559.U1.018A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.18a, Dusche-Herren", "arch_name": "59.01.18a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60985", - "roomcode": "1559.U1.018A", - "usage": 113 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60989", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60985, + "usage_id": 113 + }, + "1559.U1.018B": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.18b, Dusche-Damen", "arch_name": "59.01.18b@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60989", - "roomcode": "1559.U1.018B", - "usage": 113 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60993", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60989, + "usage_id": 113 + }, + "1559.U1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.19, Quarant\u00e4ne", "arch_name": "59.01.19@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60993", - "roomcode": "1559.U1.019", - "usage": 197 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60997", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60993, + "usage_id": 197 + }, + "1559.U1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.20, Personenschleuse", "arch_name": "59.01.20@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60997", - "roomcode": "1559.U1.020", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61011", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60997, + "usage_id": 105 + }, + "1559.U1.021A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.21, Aufenthalt", "arch_name": "59.01.21@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61011", - "roomcode": "1559.U1.021A", - "usage": 44 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61014", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61011, + "usage_id": 44 + }, + "1559.U1.021B": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.21b, WC-Damen", "arch_name": "59.01.21b@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61014", - "roomcode": "1559.U1.021B", - "usage": 116 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61018", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61014, + "usage_id": 116 + }, + "1559.U1.021C": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.21c, WC-Herren", "arch_name": "59.01.21c@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61018", - "roomcode": "1559.U1.021C", - "usage": 115 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61031", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61018, + "usage_id": 115 + }, + "1559.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.22, Schleuse S1", "arch_name": "59.01.22@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61031", - "roomcode": "1559.U1.022", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61033", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61031, + "usage_id": 105 + }, + "1559.U1.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.23, Experimant S1", "arch_name": "59.01.23@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61033", - "roomcode": "1559.U1.023", - "usage": 102 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61035", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61033, + "usage_id": 102 + }, + "1559.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.24, Pers.Schleuse S1", "arch_name": "59.01.24@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61035", - "roomcode": "1559.U1.024", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=61038", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61035, + "usage_id": 105 + }, + "1559.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.25, Materialschleuse", "arch_name": "59.01.25@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61038", - "roomcode": "1559.U1.025", - "usage": 105 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60214", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61038, + "usage_id": 105 + }, + "1559.U1.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.26, Entwicklung", "arch_name": "59.01.26@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60214", - "roomcode": "1559.U1.026", - "usage": 104 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60220", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60214, + "usage_id": 104 + }, + "1559.U1.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.28, Blutbestrahlung/G\u00e4siumquelle S", "arch_name": "59.01.28@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60220", - "roomcode": "1559.U1.028", - "usage": 136 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60311", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60220, + "usage_id": 136 + }, + "1559.U1.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.29, Apotheke/Lager", "arch_name": "59.01.29@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60311", - "roomcode": "1559.U1.029", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60313", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60311, + "usage_id": 30 + }, + "1559.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.30, Lager Kadaver", "arch_name": "59.01.30@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60313", - "roomcode": "1559.U1.030", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60322", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60313, + "usage_id": 30 + }, + "1559.U1.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.33, Stickstofflagerung S1", "arch_name": "59.01.33@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60322", - "roomcode": "1559.U1.033", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60430", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60322, + "usage_id": 30 + }, + "1559.U1.033A": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.33a, Plastik-Lager S1", "arch_name": "59.01.33a@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60430", - "roomcode": "1559.U1.033A", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60432", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60430, + "usage_id": 30 + }, + "1559.U1.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.34, Radioaktiv-Lager", "arch_name": "59.01.34@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60432", - "roomcode": "1559.U1.034", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60435", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60432, + "usage_id": 30 + }, + "1559.U1.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.35, Beddarfslager", "arch_name": "59.01.35@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60435", - "roomcode": "1559.U1.035", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60246", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60435, + "usage_id": 30 + }, + "1559.U1.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.37, Reglerraum Gas", "arch_name": "59.01.37@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60246", - "roomcode": "1559.U1.037", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60248", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60246, + "usage_id": 120 + }, + "1559.U1.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.38, Z\u00e4hlerraum", "arch_name": "59.01.38@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60248", - "roomcode": "1559.U1.038", - "usage": 160 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60387", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60248, + "usage_id": 160 + }, + "1559.U1.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.39, Gaslager", "arch_name": "59.01.39@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60387", - "roomcode": "1559.U1.039", - "usage": 30 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60389", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60387, + "usage_id": 30 + }, + "1559.U1.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.40, Schacht", "arch_name": "59.01.40@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60389", - "roomcode": "1559.U1.040", - "usage": 160 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60392", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60389, + "usage_id": 160 + }, + "1559.U1.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.41, Biom\u00fcll Gek.", "arch_name": "59.01.41@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60392", - "roomcode": "1559.U1.041", - "usage": 216 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60355", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60392, + "usage_id": 216 + }, + "1559.U1.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.1.45, Innenhof", "arch_name": "59.1.45@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60355", - "roomcode": "1559.U1.045", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60464", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60355, + "usage_id": 222 + }, + "1559.U1.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.100, Flur", "arch_name": "59.01.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60464", - "roomcode": "1559.U1.100", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60489", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60464, + "usage_id": 222 + }, + "1559.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.110, Flur", "arch_name": "59.01.110@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60489", - "roomcode": "1559.U1.110", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60491", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60489, + "usage_id": 222 + }, + "1559.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.120, Flur", "arch_name": "59.01.120@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60491", - "roomcode": "1559.U1.120", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60493", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60491, + "usage_id": 222 + }, + "1559.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.130, Flur", "arch_name": "59.01.130@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60493", - "roomcode": "1559.U1.130", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60496", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60493, + "usage_id": 222 + }, + "1559.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.140, Flur", "arch_name": "59.01.140@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60496", - "roomcode": "1559.U1.140", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60519", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60496, + "usage_id": 222 + }, + "1559.U1.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.150, Flur", "arch_name": "59.01.150@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60519", - "roomcode": "1559.U1.150", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60521", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60519, + "usage_id": 222 + }, + "1559.U1.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.160, Flur", "arch_name": "59.01.160@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60521", - "roomcode": "1559.U1.160", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60522", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60521, + "usage_id": 222 + }, + "1559.U1.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.200, Treppenhaus", "arch_name": "59.01.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60522", - "roomcode": "1559.U1.200", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 1.UG", - "address_link": "ris.einzelraum?raumkey=60549", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60522, + "usage_id": 223 + }, + "1559.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.01.210, Treppenhaus", "arch_name": "59.01.210@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60549", - "roomcode": "1559.U1.210", - "usage": 223 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60211", + "area_id": 22, + "building_id": 1033, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60549, + "usage_id": 223 + }, + "1559.U2.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.1, Neutralisation", "arch_name": "59.02.1@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15740", - "operator": "[ TUMEMI0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60211", - "roomcode": "1559.U2.001", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60525", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15740, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60211, + "usage_id": 120 + }, + "1559.U2.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.2, Technik", "arch_name": "59.02.2@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60525", - "roomcode": "1559.U2.002", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60528", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60525, + "usage_id": 120 + }, + "1559.U2.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.3, Schacht 5", "arch_name": "59.02.3@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60528", - "roomcode": "1559.U2.003", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60535", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60528, + "usage_id": 120 + }, + "1559.U2.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.4, Einbringschacht", "arch_name": "59.02.4@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60535", - "roomcode": "1559.U2.004", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60551", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60535, + "usage_id": 120 + }, + "1559.U2.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.5, Schacht 4", "arch_name": "59.02.5@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60551", - "roomcode": "1559.U2.005", - "usage": 120 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60554", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60551, + "usage_id": 120 + }, + "1559.U2.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.100, Flur", "arch_name": "59.02.100@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60554", - "roomcode": "1559.U2.100", - "usage": 222 - }, - { - "address": "Trogerstr. 30, 2.UG", - "address_link": "ris.einzelraum?raumkey=60557", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60554, + "usage_id": 222 + }, + "1559.U2.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "alt_name": "59.02.200, Treppenhaus", "arch_name": "59.02.200@1559", - "b_area_id": 22, - "b_filter_id": 1033, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60557", - "roomcode": "1559.U2.200", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60527", + "area_id": 22, + "building_id": 1033, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60557, + "usage_id": 223 + }, + "1601.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.1, Elektrophysiol.", "arch_name": "1.1.1@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60527", - "roomcode": "1601.01.001", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60529", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60527, + "usage_id": 102 + }, + "1601.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.2, Vorbereitung", "arch_name": "1.1.2@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60529", - "roomcode": "1601.01.002", - "usage": 136 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60532", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60529, + "usage_id": 136 + }, + "1601.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.3, Elektrophysiol.", "arch_name": "1.1.3@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60532", - "roomcode": "1601.01.003", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60534", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60532, + "usage_id": 102 + }, + "1601.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.4, Elektrophysiol.", "arch_name": "1.1.4@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60534", - "roomcode": "1601.01.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60550", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60534, + "usage_id": 102 + }, + "1601.01.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.4a, Computerlabor", "arch_name": "1.1.4a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60550", - "roomcode": "1601.01.004A", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60553", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60550, + "usage_id": 102 + }, + "1601.01.004B": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.4b, Elektrophysiol.", "arch_name": "1.1.4b@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60553", - "roomcode": "1601.01.004B", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60555", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60553, + "usage_id": 102 + }, + "1601.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.5, Sekretariat", "arch_name": "1.1.5@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60555", - "roomcode": "1601.01.005", - "usage": 40 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60558", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60555, + "usage_id": 40 + }, + "1601.01.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.5a, Direktion", "arch_name": "1.1.5a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60558", - "roomcode": "1601.01.005A", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60562", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60558, + "usage_id": 12 + }, + "1601.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.6, Besprechungsraum", "arch_name": "1.1.6@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60562", - "roomcode": "1601.01.006", - "usage": 196 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60127", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60562, + "usage_id": 196 + }, + "1601.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.110, Halle", "arch_name": "1.1.110@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60127", - "roomcode": "1601.01.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60180", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60127, + "usage_id": 222 + }, + "1601.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.1.200, Treppenhaus", "arch_name": "1.1.200@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60180", - "roomcode": "1601.01.200", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60182", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60180, + "usage_id": 223 + }, + "1601.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.1, S1 Labor", "arch_name": "1.2.1@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60182", - "roomcode": "1601.02.001", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60201", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60182, + "usage_id": 102 + }, + "1601.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.2, Schleuse", "arch_name": "1.2.2@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60201", - "roomcode": "1601.02.002", - "usage": 105 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60202", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60201, + "usage_id": 105 + }, + "1601.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.3, S1 Molekularbio", "arch_name": "1.2.3@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60202", - "roomcode": "1601.02.003", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60204", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60202, + "usage_id": 102 + }, + "1601.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.4, S1 Zellkultur", "arch_name": "1.2.4@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60204", - "roomcode": "1601.02.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60205", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60204, + "usage_id": 102 + }, + "1601.02.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.4a, S1 Molekularbio", "arch_name": "1.2.4a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60205", - "roomcode": "1601.02.004A", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60207", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60205, + "usage_id": 102 + }, + "1601.02.004B": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.4b, Mikroskop", "arch_name": "1.2.4b@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60207", - "roomcode": "1601.02.004B", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60233", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60207, + "usage_id": 102 + }, + "1601.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.5, Elektrophysiol.", "arch_name": "1.2.5@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60233", - "roomcode": "1601.02.005", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60235", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60233, + "usage_id": 102 + }, + "1601.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.6, Elektrophysiol.", "arch_name": "1.2.6@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60235", - "roomcode": "1601.02.006", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60237", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60235, + "usage_id": 102 + }, + "1601.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.110, Halle", "arch_name": "1.2.110@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60237", - "roomcode": "1601.02.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60239", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60237, + "usage_id": 222 + }, + "1601.02.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.2.200, Treppenhaus", "arch_name": "1.2.200@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60239", - "roomcode": "1601.02.200", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60266", + "area_id": 21, + "building_id": 1018, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60239, + "usage_id": 223 + }, + "1601.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.1, Flur", "arch_name": "1.3.1@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60266", - "roomcode": "1601.03.001", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60267", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60266, + "usage_id": 222 + }, + "1601.03.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.1a, Dusche", "arch_name": "1.3.1a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60267", - "roomcode": "1601.03.001A", - "usage": 113 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60269", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60267, + "usage_id": 113 + }, + "1601.03.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.1b, WC-Damen", "arch_name": "1.3.1b@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60269", - "roomcode": "1601.03.001B", - "usage": 116 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60271", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60269, + "usage_id": 116 + }, + "1601.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.2, Vorraum", "arch_name": "1.3.2@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60271", - "roomcode": "1601.03.002", - "usage": 37 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60273", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60271, + "usage_id": 37 + }, + "1601.03.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.2a, WC-Herren", "arch_name": "1.3.2a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60273", - "roomcode": "1601.03.002A", - "usage": 115 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60303", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60273, + "usage_id": 115 + }, + "1601.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.3, B\u00fcro", "arch_name": "1.3.3@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60303", - "roomcode": "1601.03.003", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60304", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60303, + "usage_id": 12 + }, + "1601.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.4, Langzeituntersuchung", "arch_name": "1.3.4@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60304", - "roomcode": "1601.03.004", - "usage": 124 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60306", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60304, + "usage_id": 124 + }, + "1601.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.5, Rechnerraum", "arch_name": "1.3.5@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60306", - "roomcode": "1601.03.005", - "usage": 207 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60308", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60306, + "usage_id": 207 + }, + "1601.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.6, B\u00fcro", "arch_name": "1.3.6@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60308", - "roomcode": "1601.03.006", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60310", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60308, + "usage_id": 12 + }, + "1601.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.7, B\u00fcro", "arch_name": "1.3.7@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60310", - "roomcode": "1601.03.007", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60340", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60310, + "usage_id": 12 + }, + "1601.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.8, Sozialraum", "arch_name": "1.3.8@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60340", - "roomcode": "1601.03.008", - "usage": 44 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60342", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60340, + "usage_id": 44 + }, + "1601.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.9, Besprechungsraum", "arch_name": "1.3.9@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": "tvKalender.wSicht?cOrg=27382&cRes=19217&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60342", - "roomcode": "1601.03.009", - "usage": 196 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60346", + "area_id": 21, + "building_id": 1018, + "calendar_resource_nr": 19217, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60342, + "usage_id": 196 + }, + "1601.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.10, Lager", "arch_name": "1.3.10@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60346", - "roomcode": "1601.03.010", - "usage": 30 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60349", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60346, + "usage_id": 30 + }, + "1601.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.110, Halle", "arch_name": "1.3.110@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60349", - "roomcode": "1601.03.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60377", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60349, + "usage_id": 222 + }, + "1601.03.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.200, Treppenhaus", "arch_name": "1.3.200@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60377", - "roomcode": "1601.03.200", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60380", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60377, + "usage_id": 223 + }, + "1601.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.3.210, Treppenhaus", "arch_name": "1.3.210@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60380", - "roomcode": "1601.03.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 4.OG", - "address_link": "ris.einzelraum?raumkey=60416", + "area_id": 21, + "building_id": 1018, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60380, + "usage_id": 223 + }, + "1601.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.4.3, Dachabstellraum allgemein", "arch_name": "1.4.3@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60416", - "roomcode": "1601.04.003", - "usage": 159 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60468", + "area_id": 21, + "building_id": 1018, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60416, + "usage_id": 159 + }, + "1601.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.1, Ger\u00e4tebau", "arch_name": "1.0.1@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60468", - "roomcode": "1601.EG.001", - "usage": 194 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60471", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60468, + "usage_id": 194 + }, + "1601.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.2, Ger\u00e4tebau", "arch_name": "1.0.2@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60471", - "roomcode": "1601.EG.002", - "usage": 194 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60475", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60471, + "usage_id": 194 + }, + "1601.EG.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.2a, Laborvorbereitungsraum", "arch_name": "1.0.2a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60475", - "roomcode": "1601.EG.002A", - "usage": 136 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60497", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60475, + "usage_id": 136 + }, + "1601.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.3, Messlabor", "arch_name": "1.0.3@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60497", - "roomcode": "1601.EG.003", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60499", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60497, + "usage_id": 102 + }, + "1601.EG.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.3a, S1 Pr\u00e4paration", "arch_name": "1.0.3a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60499", - "roomcode": "1601.EG.003A", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60503", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60499, + "usage_id": 102 + }, + "1601.EG.003B": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.3b, S1 Messlabor", "arch_name": "1.0.3b@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60503", - "roomcode": "1601.EG.003B", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60506", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60503, + "usage_id": 102 + }, + "1601.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.4, Elektrophysiol.", "arch_name": "1.0.4@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60506", - "roomcode": "1601.EG.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60509", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60506, + "usage_id": 102 + }, + "1601.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.5, Ger\u00e4tebau", "arch_name": "1.0.5@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60509", - "roomcode": "1601.EG.005", - "usage": 194 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60512", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60509, + "usage_id": 194 + }, + "1601.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.110, Halle", "arch_name": "1.0.110@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60512", - "roomcode": "1601.EG.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60524", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60512, + "usage_id": 222 + }, + "1601.EG.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.0.200, Treppenhaus", "arch_name": "1.0.200@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60524", - "roomcode": "1601.EG.200", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60297", - "alt_name": "1.01.1, Autoklavenraum", + "area_id": 21, + "building_id": 1018, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60524, + "usage_id": 223 + }, + "1601.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, + "alt_name": "1.01.1, Autoklavenraum", "arch_name": "1.01.1@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60297", - "roomcode": "1601.U1.001", - "usage": 194 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60329", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60297, + "usage_id": 194 + }, + "1601.U1.004": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60329", - "roomcode": "1601.U1.004", - "usage": 199 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60368", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60329, + "usage_id": 199 + }, + "1601.U1.006": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60368", - "roomcode": "1601.U1.006", - "usage": 106 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60370", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60368, + "usage_id": 106 + }, + "1601.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.7, Tierlabor", "arch_name": "1.01.7@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60370", - "roomcode": "1601.U1.007", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60372", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60370, + "usage_id": 102 + }, + "1601.U1.007A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.7a, S1-Tierstall", "arch_name": "1.01.7a@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60372", - "roomcode": "1601.U1.007A", - "usage": 106 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60375", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60372, + "usage_id": 106 + }, + "1601.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.8, Dusche", "arch_name": "1.01.8@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60375", - "roomcode": "1601.U1.008", - "usage": 113 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60400", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60375, + "usage_id": 113 + }, + "1601.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.9, WC-Damen", "arch_name": "1.01.9@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60400", - "roomcode": "1601.U1.009", - "usage": 116 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60403", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60400, + "usage_id": 116 + }, + "1601.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.10, WC-Herren", "arch_name": "1.01.10@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60403", - "roomcode": "1601.U1.010", - "usage": 115 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60408", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60403, + "usage_id": 115 + }, + "1601.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.101, Flur", "arch_name": "1.01.101@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60408", - "roomcode": "1601.U1.101", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60411", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60408, + "usage_id": 222 + }, + "1601.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.110, Halle", "arch_name": "1.01.110@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60411", - "roomcode": "1601.U1.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60414", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60411, + "usage_id": 222 + }, + "1601.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.120, Flur", "arch_name": "1.01.120@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60414", - "roomcode": "1601.U1.120", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60443", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60414, + "usage_id": 222 + }, + "1601.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.130, Flur", "arch_name": "1.01.130@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60443", - "roomcode": "1601.U1.130", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60447", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60443, + "usage_id": 222 + }, + "1601.U1.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.200, Treppenhaus", "arch_name": "1.01.200@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60447", - "roomcode": "1601.U1.200", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60466", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60447, + "usage_id": 223 + }, + "1601.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "1.01.210, Treppenhaus", "arch_name": "1.01.210@1601", - "b_area_id": 21, - "b_filter_id": 1018, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60466", - "roomcode": "1601.U1.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60115", + "area_id": 21, + "building_id": 1018, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60466, + "usage_id": 223 + }, + "1602.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.1, WC-Herren", "arch_name": "2.1.1@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60115", - "roomcode": "1602.01.001", - "usage": 115 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60134", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60115, + "usage_id": 115 + }, + "1602.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.2, Labor S1", "arch_name": "2.1.2@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60134", - "roomcode": "1602.01.002", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60136", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60134, + "usage_id": 102 + }, + "1602.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.3, OP S1", "arch_name": "2.1.3@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60136", - "roomcode": "1602.01.003", - "usage": 177 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60138", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60136, + "usage_id": 177 + }, + "1602.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.4, Labor S1", "arch_name": "2.1.4@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60138", - "roomcode": "1602.01.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60140", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60138, + "usage_id": 102 + }, + "1602.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.5, Labor S1", "arch_name": "2.1.5@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60140", - "roomcode": "1602.01.005", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60143", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60140, + "usage_id": 102 + }, + "1602.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.6, Lager S1", "arch_name": "2.1.6@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60143", - "roomcode": "1602.01.006", - "usage": 30 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60166", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60143, + "usage_id": 30 + }, + "1602.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.7, Labor S2", "arch_name": "2.1.7@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60166", - "roomcode": "1602.01.007", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60171", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60166, + "usage_id": 102 + }, + "1602.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.8, Labor S2", "arch_name": "2.1.8@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60171", - "roomcode": "1602.01.008", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60185", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60171, + "usage_id": 102 + }, + "1602.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.9, Labor S2", "arch_name": "2.1.9@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60185", - "roomcode": "1602.01.009", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60187", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60185, + "usage_id": 102 + }, + "1602.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.110, Halle", "arch_name": "2.1.110@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60187", - "roomcode": "1602.01.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60190", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60187, + "usage_id": 222 + }, + "1602.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.1.210, Treppenhaus", "arch_name": "2.1.210@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60190", - "roomcode": "1602.01.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60192", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60190, + "usage_id": 223 + }, + "1602.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.1, Beh.-WC", "arch_name": "2.2.1@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60192", - "roomcode": "1602.02.001", - "usage": 117 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60210", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60192, + "usage_id": 117 + }, + "1602.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.2, Labor S1", "arch_name": "2.2.2@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60210", - "roomcode": "1602.02.002", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60213", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60210, + "usage_id": 102 + }, + "1602.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.3, Labor S1", "arch_name": "2.2.3@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60213", - "roomcode": "1602.02.003", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60215", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60213, + "usage_id": 102 + }, + "1602.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.4, Labor S1", "arch_name": "2.2.4@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60215", - "roomcode": "1602.02.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60217", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60215, + "usage_id": 102 + }, + "1602.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.5, Labor S1", "arch_name": "2.2.5@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60217", - "roomcode": "1602.02.005", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60219", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60217, + "usage_id": 102 + }, + "1602.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.6, Labor S2", "arch_name": "2.2.6@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60219", - "roomcode": "1602.02.006", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60314", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60219, + "usage_id": 102 + }, + "1602.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.7, Labor S2", "arch_name": "2.2.7@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60314", - "roomcode": "1602.02.007", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60317", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60314, + "usage_id": 102 + }, + "1602.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.110, Halle", "arch_name": "2.2.110@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60317", - "roomcode": "1602.02.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60318", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60317, + "usage_id": 222 + }, + "1602.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.2.210, Treppenhaus", "arch_name": "2.2.210@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60318", - "roomcode": "1602.02.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60321", + "area_id": 21, + "building_id": 1019, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60318, + "usage_id": 223 + }, + "1602.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.1, WC-Vorraum", "arch_name": "2.3.1@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60321", - "roomcode": "1602.03.001", - "usage": 118 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=66915", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60321, + "usage_id": 118 + }, + "1602.03.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.1A, WC-Damen", "arch_name": "2.3.1A@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66915", - "roomcode": "1602.03.001A", - "usage": 116 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=66916", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66915, + "usage_id": 116 + }, + "1602.03.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.1B, WC-Herren", "arch_name": "2.3.1B@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66916", - "roomcode": "1602.03.001B", - "usage": 115 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=66917", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66916, + "usage_id": 115 + }, + "1602.03.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.1C, Dusche", "arch_name": "2.3.1C@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66917", - "roomcode": "1602.03.001C", - "usage": 113 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60425", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66917, + "usage_id": 113 + }, + "1602.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.2, Aufenthalt", "arch_name": "2.3.2@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60425", - "roomcode": "1602.03.002", - "usage": 44 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60428", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60425, + "usage_id": 44 + }, + "1602.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.3, B\u00fcro", "arch_name": "2.3.3@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60428", - "roomcode": "1602.03.003", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60431", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60428, + "usage_id": 12 + }, + "1602.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.4, B\u00fcro", "arch_name": "2.3.4@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60431", - "roomcode": "1602.03.004", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60434", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60431, + "usage_id": 12 + }, + "1602.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.5, B\u00fcro", "arch_name": "2.3.5@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60434", - "roomcode": "1602.03.005", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60241", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60434, + "usage_id": 12 + }, + "1602.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.6, B\u00fcro", "arch_name": "2.3.6@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60241", - "roomcode": "1602.03.006", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60244", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60241, + "usage_id": 12 + }, + "1602.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.7, B\u00fcro", "arch_name": "2.3.7@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60244", - "roomcode": "1602.03.007", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60247", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60244, + "usage_id": 12 + }, + "1602.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.8, Seminarraum", "arch_name": "2.3.8@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "extended": { - "additional_description": "2.3.8, Seminarraum", - "address": "Biedersteiner Str. 29(1602), 3.Obergescho\u00df", - "architect_room_nr": "2.3.8@1602", - "area_m2": 24.07, - "building": "1602 Altbau 2+3, Anatomisches Institut", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80802 M\u00fcnchen" - }, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60247", - "roomcode": "1602.03.008", - "usage": 41 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60249", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60247, + "usage_id": 41 + }, + "1602.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.110, Halle", "arch_name": "2.3.110@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60249", - "roomcode": "1602.03.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60251", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60249, + "usage_id": 222 + }, + "1602.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.210, Treppenhaus", "arch_name": "2.3.210@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60251", - "roomcode": "1602.03.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60388", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60251, + "usage_id": 223 + }, + "1602.03.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.3.220, Treppenhaus", "arch_name": "2.3.220@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60388", - "roomcode": "1602.03.220", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 4.OG", - "address_link": "ris.einzelraum?raumkey=60393", + "area_id": 21, + "building_id": 1019, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60388, + "usage_id": 223 + }, + "1602.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.4.3, Speicher", "arch_name": "2.4.3@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60393", - "roomcode": "1602.04.003", - "usage": 159 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60515", + "area_id": 21, + "building_id": 1019, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60393, + "usage_id": 159 + }, + "1602.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.1, WC-Damen", "arch_name": "2.0.1@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60515", - "roomcode": "1602.EG.001", - "usage": 116 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61077", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60515, + "usage_id": 116 + }, + "1602.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.2., B\u00fcro", "arch_name": "2.0.2.@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61077", - "roomcode": "1602.EG.002", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=66908", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61077, + "usage_id": 12 + }, + "1602.EG.002A": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66908", - "roomcode": "1602.EG.002A", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=66909", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66908, + "usage_id": 12 + }, + "1602.EG.002B": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66909", - "roomcode": "1602.EG.002B", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60537", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66909, + "usage_id": 12 + }, + "1602.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.3, Sp\u00fclk\u00fcche", "arch_name": "2.0.3@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60537", - "roomcode": "1602.EG.003", - "usage": 209 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60539", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60537, + "usage_id": 209 + }, + "1602.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.4, Labor S1", "arch_name": "2.0.4@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60539", - "roomcode": "1602.EG.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60540", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60539, + "usage_id": 102 + }, + "1602.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.5, Labor S1", "arch_name": "2.0.5@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60540", - "roomcode": "1602.EG.005", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61078", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60540, + "usage_id": 102 + }, + "1602.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.6, Kopierer", "arch_name": "2.0.6@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61078", - "roomcode": "1602.EG.006", - "usage": 110 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=66907", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61078, + "usage_id": 110 + }, + "1602.EG.006A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.6a, Labor", "arch_name": "2.0.6a@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66907", - "roomcode": "1602.EG.006A", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60109", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66907, + "usage_id": 102 + }, + "1602.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.7, B\u00fcro", "arch_name": "2.0.7@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=18866&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60109", - "roomcode": "1602.EG.007", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=66910", + "area_id": 21, + "building_id": 1019, + "calendar_resource_nr": 18866, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60109, + "usage_id": 12 + }, + "1602.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.7, B\u00fcro", "arch_name": "2.0.7@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66910", - "roomcode": "1602.EG.008", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60112", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66910, + "usage_id": 12 + }, + "1602.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.110, Halle", "arch_name": "2.0.110@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60112", - "roomcode": "1602.EG.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60114", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60112, + "usage_id": 222 + }, + "1602.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.0.210, Treppenhaus", "arch_name": "2.0.210@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60114", - "roomcode": "1602.EG.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60450", + "area_id": 21, + "building_id": 1019, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60114, + "usage_id": 223 + }, + "1602.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.5, Lager", "arch_name": "2.01.5@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60450", - "roomcode": "1602.U1.005", - "usage": 30 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60451", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60450, + "usage_id": 30 + }, + "1602.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.6, Labor", "arch_name": "2.01.6@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60451", - "roomcode": "1602.U1.006", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=66918", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60451, + "usage_id": 102 + }, + "1602.U1.006A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.6A, Garderobe", "arch_name": "2.01.6A@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66918", - "roomcode": "1602.U1.006A", - "usage": 121 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60454", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66918, + "usage_id": 121 + }, + "1602.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.7, Fischzucht", "arch_name": "2.01.7@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60454", - "roomcode": "1602.U1.007", - "usage": 167 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=66919", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60454, + "usage_id": 167 + }, + "1602.U1.008A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.8A, WC", "arch_name": "2.01.8A@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66919", - "roomcode": "1602.U1.008A", - "usage": 116 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60485", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66919, + "usage_id": 116 + }, + "1602.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.110, Halle", "arch_name": "2.01.110@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60485", - "roomcode": "1602.U1.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60487", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60485, + "usage_id": 222 + }, + "1602.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.120, Flur", "arch_name": "2.01.120@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60487", - "roomcode": "1602.U1.120", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60513", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60487, + "usage_id": 222 + }, + "1602.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.210, Treppenhaus", "arch_name": "2.01.210@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60513", - "roomcode": "1602.U1.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=66920", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60513, + "usage_id": 223 + }, + "1602.U1.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "2.01.210A, Lager", "arch_name": "2.01.210A@1602", - "b_area_id": 21, - "b_filter_id": 1019, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66920", - "roomcode": "1602.U1.210A", - "usage": 30 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=61057", + "area_id": 21, + "building_id": 1019, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66920, + "usage_id": 30 + }, + "1603.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.1, WC-Herren", "arch_name": "3.1.1@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61057", - "roomcode": "1603.01.001", - "usage": 115 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=61059", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61057, + "usage_id": 115 + }, + "1603.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.2, Labor", "arch_name": "3.1.2@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61059", - "roomcode": "1603.01.002", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=61060", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61059, + "usage_id": 102 + }, + "1603.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.3, B\u00fcro", "arch_name": "3.1.3@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61060", - "roomcode": "1603.01.003", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=61062", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61060, + "usage_id": 12 + }, + "1603.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.4, Labor", "arch_name": "3.1.4@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61062", - "roomcode": "1603.01.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60807", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61062, + "usage_id": 102 + }, + "1603.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.5, Labor", "arch_name": "3.1.5@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60807", - "roomcode": "1603.01.005", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60809", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60807, + "usage_id": 102 + }, + "1603.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.6, Labor", "arch_name": "3.1.6@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60809", - "roomcode": "1603.01.006", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60810", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60809, + "usage_id": 102 + }, + "1603.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.7, Labor", "arch_name": "3.1.7@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60810", - "roomcode": "1603.01.007", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60812", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60810, + "usage_id": 102 + }, + "1603.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.8, H\u00f6rsaal", "arch_name": "3.1.8@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=18376&cReadonly=J", - "extended": { - "additional_description": "3.1.8, H\u00f6rsaal", - "address": "Biedersteiner Str. 29(1603), 1.Obergescho\u00df", - "architect_room_nr": "3.1.8@1603", - "area_m2": 96.45, - "building": "1603 Altbau 2+3, Biologisches Institut", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "008", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80802 M\u00fcnchen" - }, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60812", - "roomcode": "1603.01.008", - "usage": 20 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60813", + "area_id": 21, + "building_id": 1020, + "calendar_resource_nr": 18376, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60812, + "usage_id": 20 + }, + "1603.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.110, Halle", "arch_name": "3.1.110@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60813", - "roomcode": "1603.01.110", - "usage": 222 - }, - { - "address": "Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60838", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60813, + "usage_id": 222 + }, + "1603.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.1.210, Treppenhaus", "arch_name": "3.1.210@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60838", - "roomcode": "1603.01.210", - "usage": 223 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60844", + "area_id": 21, + "building_id": 1020, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60838, + "usage_id": 223 + }, + "1603.02.004": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60844", - "roomcode": "1603.02.004", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60845", + "area_id": 21, + "building_id": 1020, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60844, + "usage_id": 102 + }, + "1603.02.005": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60845", - "roomcode": "1603.02.005", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60846", + "area_id": 21, + "building_id": 1020, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60845, + "usage_id": 102 + }, + "1603.02.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.2.5a, B\u00fcro", "arch_name": "3.2.5a@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60846", - "roomcode": "1603.02.005A", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60996", + "area_id": 21, + "building_id": 1020, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60846, + "usage_id": 12 + }, + "1603.EG.002": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60996", - "roomcode": "1603.EG.002", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61010", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60996, + "usage_id": 102 + }, + "1603.EG.003": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61010", - "roomcode": "1603.EG.003", - "usage": 102 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61020", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61010, + "usage_id": 102 + }, + "1603.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.0.8, B\u00fcro", "arch_name": "3.0.8@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61020", - "roomcode": "1603.EG.008", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61037", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61020, + "usage_id": 12 + }, + "1603.EG.008A": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.0.8a, Vorraum", "arch_name": "3.0.8a@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61037", - "roomcode": "1603.EG.008A", - "usage": 50 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61039", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61037, + "usage_id": 50 + }, + "1603.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.0.9, B\u00fcro", "arch_name": "3.0.9@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61039", - "roomcode": "1603.EG.009", - "usage": 12 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61041", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61039, + "usage_id": 12 + }, + "1603.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.0.10, Tierhaltung", "arch_name": "3.0.10@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61041", - "roomcode": "1603.EG.010", - "usage": 197 - }, - { - "address": "Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=61051", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61041, + "usage_id": 197 + }, + "1603.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "3.0.11, Sekretariat", "arch_name": "3.0.11@1603", - "b_area_id": 21, - "b_filter_id": 1020, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61051", - "roomcode": "1603.EG.011", - "usage": 40 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60076", + "area_id": 21, + "building_id": 1020, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61051, + "usage_id": 40 + }, + "1607.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.1, WC-Damen", "arch_name": "7.1.1@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60076", - "roomcode": "1607.01.001", - "usage": 118 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60078", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60076, + "usage_id": 118 + }, + "1607.01.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.1a, WC-Herren", "arch_name": "7.1.1a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60078", - "roomcode": "1607.01.001A", - "usage": 115 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60079", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60078, + "usage_id": 115 + }, + "1607.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.2, B\u00fcro", "arch_name": "7.1.2@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60079", - "roomcode": "1607.01.002", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60082", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60079, + "usage_id": 12 + }, + "1607.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.3, B\u00fcro", "arch_name": "7.1.3@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60082", - "roomcode": "1607.01.003", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60066", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60082, + "usage_id": 12 + }, + "1607.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.4, B\u00fcro", "arch_name": "7.1.4@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60066", - "roomcode": "1607.01.004", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60068", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60066, + "usage_id": 12 + }, + "1607.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.5, Fotolabor", "arch_name": "7.1.5@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60068", - "roomcode": "1607.01.005", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60070", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60068, + "usage_id": 102 + }, + "1607.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.6, Labor", "arch_name": "7.1.6@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60070", - "roomcode": "1607.01.006", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60072", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60070, + "usage_id": 102 + }, + "1607.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.7, Labor", "arch_name": "7.1.7@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60072", - "roomcode": "1607.01.007", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60053", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60072, + "usage_id": 102 + }, + "1607.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.8, K\u00fchlraum", "arch_name": "7.1.8@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60053", - "roomcode": "1607.01.008", - "usage": 199 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60054", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60053, + "usage_id": 199 + }, + "1607.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.9, Labor", "arch_name": "7.1.9@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60054", - "roomcode": "1607.01.009", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60732", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60054, + "usage_id": 102 + }, + "1607.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.10, Labor", "arch_name": "7.1.10@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60732", - "roomcode": "1607.01.010", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60734", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60732, + "usage_id": 102 + }, + "1607.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.11, Vorraum", "arch_name": "7.1.11@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60734", - "roomcode": "1607.01.011", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60735", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60734, + "usage_id": 50 + }, + "1607.01.011A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.11a, Labor", "arch_name": "7.1.11a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60735", - "roomcode": "1607.01.011A", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60736", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60735, + "usage_id": 102 + }, + "1607.01.011B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.11b, Labor", "arch_name": "7.1.11b@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60736", - "roomcode": "1607.01.011B", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60743", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60736, + "usage_id": 102 + }, + "1607.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.12, Zellabor", "arch_name": "7.1.12@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60743", - "roomcode": "1607.01.012", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60749", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60743, + "usage_id": 102 + }, + "1607.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.110, Flur", "arch_name": "7.1.110@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60749", - "roomcode": "1607.01.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60750", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60749, + "usage_id": 222 + }, + "1607.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.120, Flur", "arch_name": "7.1.120@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60750", - "roomcode": "1607.01.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60768", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60750, + "usage_id": 222 + }, + "1607.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.1.210, Treppenhaus", "arch_name": "7.1.210@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60768", - "roomcode": "1607.01.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60578", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60768, + "usage_id": 223 + }, + "1607.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.1, WC", "arch_name": "7.2.1@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60578", - "roomcode": "1607.02.001", - "usage": 114 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60589", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60578, + "usage_id": 114 + }, + "1607.02.001A": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60589", - "roomcode": "1607.02.001A", - "usage": 28 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65516", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60589, + "usage_id": 28 + }, + "1607.02.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.1B, WC-Herren", "arch_name": "7.2.1B@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65516", - "roomcode": "1607.02.001B", - "usage": 118 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65517", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65516, + "usage_id": 118 + }, + "1607.02.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.1C, WC-Vorraum", "arch_name": "7.2.1C@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65517", - "roomcode": "1607.02.001C", - "usage": 118 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65518", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65517, + "usage_id": 118 + }, + "1607.02.001D": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.1D, Dusche", "arch_name": "7.2.1D@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65518", - "roomcode": "1607.02.001D", - "usage": 113 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60602", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65518, + "usage_id": 113 + }, + "1607.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.2, K\u00fchlraum", "arch_name": "7.2.2@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60602", - "roomcode": "1607.02.002", - "usage": 199 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60604", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60602, + "usage_id": 199 + }, + "1607.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.3, B\u00fcro", "arch_name": "7.2.3@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60604", - "roomcode": "1607.02.003", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65519", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60604, + "usage_id": 12 + }, + "1607.02.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.3A, Schleuse", "arch_name": "7.2.3A@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65519", - "roomcode": "1607.02.003A", - "usage": 105 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60606", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65519, + "usage_id": 105 + }, + "1607.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.4, Zellabor", "arch_name": "7.2.4@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60606", - "roomcode": "1607.02.004", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60608", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60606, + "usage_id": 102 + }, + "1607.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.5, Labor", "arch_name": "7.2.5@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60608", - "roomcode": "1607.02.005", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60620", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60608, + "usage_id": 102 + }, + "1607.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.6, B\u00fcro", "arch_name": "7.2.6@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60620", - "roomcode": "1607.02.006", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60622", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60620, + "usage_id": 12 + }, + "1607.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.7, Labor", "arch_name": "7.2.7@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60622", - "roomcode": "1607.02.007", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60623", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60622, + "usage_id": 102 + }, + "1607.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.8, Labor", "arch_name": "7.2.8@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60623", - "roomcode": "1607.02.008", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60625", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60623, + "usage_id": 102 + }, + "1607.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.9, Labor", "arch_name": "7.2.9@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60625", - "roomcode": "1607.02.009", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60627", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60625, + "usage_id": 102 + }, + "1607.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.10, Labor", "arch_name": "7.2.10@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60627", - "roomcode": "1607.02.010", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65520", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60627, + "usage_id": 102 + }, + "1607.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.11, B\u00fcro", "arch_name": "7.2.11@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65520", - "roomcode": "1607.02.011", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65521", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65520, + "usage_id": 12 + }, + "1607.02.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.12, B\u00fcro", "arch_name": "7.2.12@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65521", - "roomcode": "1607.02.012", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65522", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65521, + "usage_id": 12 + }, + "1607.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.13, Elektrotechnik", "arch_name": "7.2.13@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65522", - "roomcode": "1607.02.013", - "usage": 160 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60641", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65522, + "usage_id": 160 + }, + "1607.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.110, Flur", "arch_name": "7.2.110@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60641", - "roomcode": "1607.02.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=65523", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60641, + "usage_id": 222 + }, + "1607.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.120, Flur", "arch_name": "7.2.120@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65523", - "roomcode": "1607.02.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60643", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65523, + "usage_id": 222 + }, + "1607.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.2.210, Treppenhaus", "arch_name": "7.2.210@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60643", - "roomcode": "1607.02.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60646", + "area_id": 21, + "building_id": 1021, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60643, + "usage_id": 223 + }, + "1607.03.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.1a, Dusche", "arch_name": "7.3.1a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60646", - "roomcode": "1607.03.001A", - "usage": 113 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=65524", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60646, + "usage_id": 113 + }, + "1607.03.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.1B, Putzraum", "arch_name": "7.3.1B@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65524", - "roomcode": "1607.03.001B", - "usage": 205 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=65525", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65524, + "usage_id": 205 + }, + "1607.03.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.1C, WC", "arch_name": "7.3.1C@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65525", - "roomcode": "1607.03.001C", - "usage": 114 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=65526", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65525, + "usage_id": 114 + }, + "1607.03.001D": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.1D, WC", "arch_name": "7.3.1D@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65526", - "roomcode": "1607.03.001D", - "usage": 114 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60647", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65526, + "usage_id": 114 + }, + "1607.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.2, Fotolabor", "arch_name": "7.3.2@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60647", - "roomcode": "1607.03.002", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60648", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60647, + "usage_id": 102 + }, + "1607.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.3, Fotolabor", "arch_name": "7.3.3@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60648", - "roomcode": "1607.03.003", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60661", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60648, + "usage_id": 102 + }, + "1607.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.4, Sekretariat", "arch_name": "7.3.4@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60661", - "roomcode": "1607.03.004", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60662", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60661, + "usage_id": 12 + }, + "1607.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.5, Sekretariat", "arch_name": "7.3.5@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60662", - "roomcode": "1607.03.005", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60664", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60662, + "usage_id": 12 + }, + "1607.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.6, Chefzimmer", "arch_name": "7.3.6@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60664", - "roomcode": "1607.03.006", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60665", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60664, + "usage_id": 12 + }, + "1607.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.7, Bibliothek", "arch_name": "7.3.7@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60665", - "roomcode": "1607.03.007", - "usage": 10 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60673", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60665, + "usage_id": 10 + }, + "1607.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.9, Schreibzimmer", "arch_name": "7.3.9@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60673", - "roomcode": "1607.03.009", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60683", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60673, + "usage_id": 12 + }, + "1607.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.10, Vorraum", "arch_name": "7.3.10@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60683", - "roomcode": "1607.03.010", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60692", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60683, + "usage_id": 50 + }, + "1607.03.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.10a, Schreibzimmer", "arch_name": "7.3.10a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60692", - "roomcode": "1607.03.010A", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60693", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60692, + "usage_id": 12 + }, + "1607.03.010B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.10b, Schreibzimmer", "arch_name": "7.3.10b@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60693", - "roomcode": "1607.03.010B", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60694", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60693, + "usage_id": 12 + }, + "1607.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.110, Flur", "arch_name": "7.3.110@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60694", - "roomcode": "1607.03.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=65527", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60694, + "usage_id": 222 + }, + "1607.03.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.120, Flur", "arch_name": "7.3.120@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65527", - "roomcode": "1607.03.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60695", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65527, + "usage_id": 222 + }, + "1607.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.210, Treppenhaus", "arch_name": "7.3.210@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60695", - "roomcode": "1607.03.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60696", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60695, + "usage_id": 223 + }, + "1607.03.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.3.220, Treppenhaus", "arch_name": "7.3.220@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60696", - "roomcode": "1607.03.220", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 4.OG", - "address_link": "ris.einzelraum?raumkey=60706", + "area_id": 21, + "building_id": 1021, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60696, + "usage_id": 223 + }, + "1607.04.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.4.1, Speicher", "arch_name": "7.4.1@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60706", - "roomcode": "1607.04.001", - "usage": 159 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 4.OG", - "address_link": "ris.einzelraum?raumkey=60707", + "area_id": 21, + "building_id": 1021, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60706, + "usage_id": 159 + }, + "1607.04.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.4.2, Speicher", "arch_name": "7.4.2@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60707", - "roomcode": "1607.04.002", - "usage": 159 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 4.OG", - "address_link": "ris.einzelraum?raumkey=60708", + "area_id": 21, + "building_id": 1021, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60707, + "usage_id": 159 + }, + "1607.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.4.3, Speicher", "arch_name": "7.4.3@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60708", - "roomcode": "1607.04.003", - "usage": 159 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60085", + "area_id": 21, + "building_id": 1021, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60708, + "usage_id": 159 + }, + "1607.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.1, Teek\u00fcche", "arch_name": "7.0.1@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60085", - "roomcode": "1607.EG.001", - "usage": 198 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60086", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60085, + "usage_id": 198 + }, + "1607.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.2, Labor", "arch_name": "7.0.2@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60086", - "roomcode": "1607.EG.002", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60087", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60086, + "usage_id": 102 + }, + "1607.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.3, B\u00fcro", "arch_name": "7.0.3@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60087", - "roomcode": "1607.EG.003", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60089", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60087, + "usage_id": 12 + }, + "1607.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.4, Labor", "arch_name": "7.0.4@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60089", - "roomcode": "1607.EG.004", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60092", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60089, + "usage_id": 102 + }, + "1607.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.5, Labor", "arch_name": "7.0.5@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60092", - "roomcode": "1607.EG.005", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60094", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60092, + "usage_id": 102 + }, + "1607.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.6, Labor", "arch_name": "7.0.6@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60094", - "roomcode": "1607.EG.006", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60097", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60094, + "usage_id": 102 + }, + "1607.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.7, Labor", "arch_name": "7.0.7@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60097", - "roomcode": "1607.EG.007", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60040", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60097, + "usage_id": 102 + }, + "1607.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.8, Labor", "arch_name": "7.0.8@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60040", - "roomcode": "1607.EG.008", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60042", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60040, + "usage_id": 102 + }, + "1607.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.9, Zellabor", "arch_name": "7.0.9@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60042", - "roomcode": "1607.EG.009", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60043", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60042, + "usage_id": 102 + }, + "1607.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.10, Labor", "arch_name": "7.0.10@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60043", - "roomcode": "1607.EG.010", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60044", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60043, + "usage_id": 102 + }, + "1607.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.100, Windfang", "arch_name": "7.0.100@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60044", - "roomcode": "1607.EG.100", - "usage": 52 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60047", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60044, + "usage_id": 52 + }, + "1607.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.110, Flur", "arch_name": "7.0.110@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60047", - "roomcode": "1607.EG.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60074", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60047, + "usage_id": 222 + }, + "1607.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.0.210, Treppenhaus", "arch_name": "7.0.210@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60074", - "roomcode": "1607.EG.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60000", + "area_id": 21, + "building_id": 1021, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60074, + "usage_id": 223 + }, + "1607.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.1, Technik", "arch_name": "7.01.1@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60000", - "roomcode": "1607.U1.001", - "usage": 120 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60001", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60000, + "usage_id": 120 + }, + "1607.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.2, Wasseraufbereitung", "arch_name": "7.01.2@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60001", - "roomcode": "1607.U1.002", - "usage": 183 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60003", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60001, + "usage_id": 183 + }, + "1607.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.3, Metallwerkstatt", "arch_name": "7.01.3@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60003", - "roomcode": "1607.U1.003", - "usage": 108 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60004", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60003, + "usage_id": 108 + }, + "1607.U1.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.3a, Elektro Werkstatt", "arch_name": "7.01.3a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60004", - "roomcode": "1607.U1.003A", - "usage": 51 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60009", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60004, + "usage_id": 51 + }, + "1607.U1.003B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.3b, B\u00fcro", "arch_name": "7.01.3b@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60009", - "roomcode": "1607.U1.003B", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60011", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60009, + "usage_id": 12 + }, + "1607.U1.003C": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.3c, Metallwerkstatt", "arch_name": "7.01.3c@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60011", - "roomcode": "1607.U1.003C", - "usage": 108 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=65528", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60011, + "usage_id": 108 + }, + "1607.U1.003D": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.3D, Lager", "arch_name": "7.01.3D@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65528", - "roomcode": "1607.U1.003D", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60013", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65528, + "usage_id": 30 + }, + "1607.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.4, Lager", "arch_name": "7.01.4@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60013", - "roomcode": "1607.U1.004", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60015", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60013, + "usage_id": 30 + }, + "1607.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.5, Vorraum", "arch_name": "7.01.5@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60015", - "roomcode": "1607.U1.005", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60016", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60015, + "usage_id": 50 + }, + "1607.U1.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.5a, Zentrifugenlabor", "arch_name": "7.01.5a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60016", - "roomcode": "1607.U1.005A", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60017", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60016, + "usage_id": 102 + }, + "1607.U1.005B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.5b, K\u00fchlraum", "arch_name": "7.01.5b@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60017", - "roomcode": "1607.U1.005B", - "usage": 199 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60018", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60017, + "usage_id": 199 + }, + "1607.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.6, Vorraum", "arch_name": "7.01.6@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60018", - "roomcode": "1607.U1.006", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60022", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60018, + "usage_id": 50 + }, + "1607.U1.006A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.6a, Kadaverk\u00fchlr.", "arch_name": "7.01.6a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60022", - "roomcode": "1607.U1.006A", - "usage": 199 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60023", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60022, + "usage_id": 199 + }, + "1607.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.7, Dusche", "arch_name": "7.01.7@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60023", - "roomcode": "1607.U1.007", - "usage": 113 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60029", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60023, + "usage_id": 113 + }, + "1607.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.8, Aufenthaltsr.", "arch_name": "7.01.8@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60029", - "roomcode": "1607.U1.008", - "usage": 44 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60030", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60029, + "usage_id": 44 + }, + "1607.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.9, Vorraum", "arch_name": "7.01.9@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60030", - "roomcode": "1607.U1.009", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60033", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60030, + "usage_id": 50 + }, + "1607.U1.009A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.9a, WC", "arch_name": "7.01.9a@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60033", - "roomcode": "1607.U1.009A", - "usage": 114 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60035", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60033, + "usage_id": 114 + }, + "1607.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.110, Flur", "arch_name": "7.01.110@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60035", - "roomcode": "1607.U1.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60036", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60035, + "usage_id": 222 + }, + "1607.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.120, Flur", "arch_name": "7.01.120@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60036", - "roomcode": "1607.U1.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60038", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60036, + "usage_id": 222 + }, + "1607.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.130, Flur", "arch_name": "7.01.130@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60038", - "roomcode": "1607.U1.130", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60084", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60038, + "usage_id": 222 + }, + "1607.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "7.01.210, Treppenhaus", "arch_name": "7.01.210@1607", - "b_area_id": 21, - "b_filter_id": 1021, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60084", - "roomcode": "1607.U1.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60713", + "area_id": 21, + "building_id": 1021, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60084, + "usage_id": 223 + }, + "1608.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.1, Labor", "arch_name": "8.1.1@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60713", - "roomcode": "1608.01.001", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60714", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60713, + "usage_id": 102 + }, + "1608.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.2, Labor", "arch_name": "8.1.2@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60714", - "roomcode": "1608.01.002", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60715", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60714, + "usage_id": 102 + }, + "1608.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.3, WC", "arch_name": "8.1.3@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60715", - "roomcode": "1608.01.003", - "usage": 114 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60716", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60715, + "usage_id": 114 + }, + "1608.01.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.3a, Vorraum", "arch_name": "8.1.3a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60716", - "roomcode": "1608.01.003A", - "usage": 37 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60726", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60716, + "usage_id": 37 + }, + "1608.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.4, Seminarraum", "arch_name": "8.1.4@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": "tvKalender.wSicht?cOrg=15742&cRes=18538&cReadonly=J", - "extended": { - "additional_description": "8.1.4, Seminarraum", - "address": "Dietlindenstr./Biedersteiner Str. 29(1608), 1.Obergescho\u00df", - "architect_room_nr": "8.1.4@1608", - "area_m2": 61.11, - "building": "1608 Altbau 8, Institut f\u00fcr Medizinische Mikr", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80802 M\u00fcnchen" - }, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60726", - "roomcode": "1608.01.004", - "usage": 41 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60727", + "area_id": 21, + "building_id": 1022, + "calendar_resource_nr": 18538, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60726, + "usage_id": 41 + }, + "1608.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.5, B\u00fcro", "arch_name": "8.1.5@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60727", - "roomcode": "1608.01.005", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60728", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60727, + "usage_id": 12 + }, + "1608.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.6, Labor", "arch_name": "8.1.6@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60728", - "roomcode": "1608.01.006", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60754", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60728, + "usage_id": 102 + }, + "1608.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.7, Labor", "arch_name": "8.1.7@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60754", - "roomcode": "1608.01.007", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60755", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60754, + "usage_id": 102 + }, + "1608.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.8, Labor", "arch_name": "8.1.8@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60755", - "roomcode": "1608.01.008", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60756", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60755, + "usage_id": 102 + }, + "1608.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.9, WC-Herren", "arch_name": "8.1.9@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60756", - "roomcode": "1608.01.009", - "usage": 115 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60757", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60756, + "usage_id": 115 + }, + "1608.01.009A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.9a, Vorraum", "arch_name": "8.1.9a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60757", - "roomcode": "1608.01.009A", - "usage": 37 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60758", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60757, + "usage_id": 37 + }, + "1608.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.10, B\u00fcro", "arch_name": "8.1.10@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60758", - "roomcode": "1608.01.010", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60759", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60758, + "usage_id": 12 + }, + "1608.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.11, B\u00fcro", "arch_name": "8.1.11@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60759", - "roomcode": "1608.01.011", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60760", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60759, + "usage_id": 12 + }, + "1608.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.12, B\u00fcro", "arch_name": "8.1.12@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60760", - "roomcode": "1608.01.012", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60772", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60760, + "usage_id": 12 + }, + "1608.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.13, Putzraum", "arch_name": "8.1.13@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60772", - "roomcode": "1608.01.013", - "usage": 205 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60773", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60772, + "usage_id": 205 + }, + "1608.01.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.14, K\u00fchlraum", "arch_name": "8.1.14@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60773", - "roomcode": "1608.01.014", - "usage": 199 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60774", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60773, + "usage_id": 199 + }, + "1608.01.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.15, B\u00fcro", "arch_name": "8.1.15@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60774", - "roomcode": "1608.01.015", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60775", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60774, + "usage_id": 12 + }, + "1608.01.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.16, Lager", "arch_name": "8.1.16@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60775", - "roomcode": "1608.01.016", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60786", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60775, + "usage_id": 30 + }, + "1608.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.110, Flur", "arch_name": "8.1.110@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60786", - "roomcode": "1608.01.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60787", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60786, + "usage_id": 222 + }, + "1608.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.120, Flur", "arch_name": "8.1.120@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60787", - "roomcode": "1608.01.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60788", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60787, + "usage_id": 222 + }, + "1608.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.130, Flur", "arch_name": "8.1.130@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60788", - "roomcode": "1608.01.130", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60789", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60788, + "usage_id": 222 + }, + "1608.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.210, Treppenhaus", "arch_name": "8.1.210@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60789", - "roomcode": "1608.01.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.OG", - "address_link": "ris.einzelraum?raumkey=60798", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60789, + "usage_id": 223 + }, + "1608.01.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.1.220, Treppenhaus", "arch_name": "8.1.220@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60798", - "roomcode": "1608.01.220", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60799", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60798, + "usage_id": 223 + }, + "1608.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.1, B\u00fcro", "arch_name": "8.2.1@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60799", - "roomcode": "1608.02.001", - "usage": 40 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60800", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60799, + "usage_id": 40 + }, + "1608.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.2, Besprechungsraum", "arch_name": "8.2.2@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60800", - "roomcode": "1608.02.002", - "usage": 196 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60801", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60800, + "usage_id": 196 + }, + "1608.02.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.2a, Labor", "arch_name": "8.2.2a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60801", - "roomcode": "1608.02.002A", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60802", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60801, + "usage_id": 102 + }, + "1608.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.3, WC-Damen", "arch_name": "8.2.3@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60802", - "roomcode": "1608.02.003", - "usage": 116 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60583", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60802, + "usage_id": 116 + }, + "1608.02.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.3a, Vorraum", "arch_name": "8.2.3a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60583", - "roomcode": "1608.02.003A", - "usage": 37 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60584", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60583, + "usage_id": 37 + }, + "1608.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.4, Seminarraum", "arch_name": "8.2.4@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "extended": { - "additional_description": "8.2.4, Seminarraum", - "address": "Dietlindenstr./Biedersteiner Str. 29(1608), 2.Obergescho\u00df", - "architect_room_nr": "8.2.4@1608", - "area_m2": 62.55, - "building": "1608 Altbau 8, Institut f\u00fcr Medizinische Mikr", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80802 M\u00fcnchen" - }, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60584", - "roomcode": "1608.02.004", - "usage": 41 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60585", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60584, + "usage_id": 41 + }, + "1608.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.5, Labor", "arch_name": "8.2.5@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60585", - "roomcode": "1608.02.005", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60586", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60585, + "usage_id": 102 + }, + "1608.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.6, B\u00fcro", "arch_name": "8.2.6@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60586", - "roomcode": "1608.02.006", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60593", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60586, + "usage_id": 12 + }, + "1608.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.7, B\u00fcro", "arch_name": "8.2.7@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60593", - "roomcode": "1608.02.007", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60594", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60593, + "usage_id": 12 + }, + "1608.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.8, Zellkulturlabor", "arch_name": "8.2.8@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60594", - "roomcode": "1608.02.008", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60596", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60594, + "usage_id": 102 + }, + "1608.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.9, Hauptlabor", "arch_name": "8.2.9@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60596", - "roomcode": "1608.02.009", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60598", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60596, + "usage_id": 102 + }, + "1608.02.009A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.9a, Lager", "arch_name": "8.2.9a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60598", - "roomcode": "1608.02.009A", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60613", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60598, + "usage_id": 30 + }, + "1608.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.10, Labor", "arch_name": "8.2.10@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60613", - "roomcode": "1608.02.010", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60614", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60613, + "usage_id": 102 + }, + "1608.02.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.10a, Vorraum", "arch_name": "8.2.10a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60614", - "roomcode": "1608.02.010A", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60617", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60614, + "usage_id": 50 + }, + "1608.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.11, Hauptlabor", "arch_name": "8.2.11@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60617", - "roomcode": "1608.02.011", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60632", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60617, + "usage_id": 102 + }, + "1608.02.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.12, Labor", "arch_name": "8.2.12@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60632", - "roomcode": "1608.02.012", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60634", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60632, + "usage_id": 102 + }, + "1608.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.13, Labor", "arch_name": "8.2.13@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60634", - "roomcode": "1608.02.013", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60636", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60634, + "usage_id": 102 + }, + "1608.02.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.14, Teek\u00fcche", "arch_name": "8.2.14@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60636", - "roomcode": "1608.02.014", - "usage": 198 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60638", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60636, + "usage_id": 198 + }, + "1608.02.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.15, Brutraum", "arch_name": "8.2.15@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60638", - "roomcode": "1608.02.015", - "usage": 102 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60653", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60638, + "usage_id": 102 + }, + "1608.02.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.16, K\u00fchlraum", "arch_name": "8.2.16@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60653", - "roomcode": "1608.02.016", - "usage": 199 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60655", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60653, + "usage_id": 199 + }, + "1608.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.17, Ger\u00e4terraum", "arch_name": "8.2.17@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60655", - "roomcode": "1608.02.017", - "usage": 18 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60657", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60655, + "usage_id": 18 + }, + "1608.02.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.18, EDV Raum", "arch_name": "8.2.18@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60657", - "roomcode": "1608.02.018", - "usage": 207 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60680", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60657, + "usage_id": 207 + }, + "1608.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.110, Flur", "arch_name": "8.2.110@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60680", - "roomcode": "1608.02.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60681", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60680, + "usage_id": 222 + }, + "1608.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.120, Flur", "arch_name": "8.2.120@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60681", - "roomcode": "1608.02.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60682", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60681, + "usage_id": 222 + }, + "1608.02.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.130, Flur", "arch_name": "8.2.130@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60682", - "roomcode": "1608.02.130", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60689", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60682, + "usage_id": 222 + }, + "1608.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.210, Treppenhaus", "arch_name": "8.2.210@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60689", - "roomcode": "1608.02.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 2.OG", - "address_link": "ris.einzelraum?raumkey=60690", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60689, + "usage_id": 223 + }, + "1608.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.2.220, Treppenhaus", "arch_name": "8.2.220@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60690", - "roomcode": "1608.02.220", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60729", + "area_id": 21, + "building_id": 1022, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60690, + "usage_id": 223 + }, + "1608.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.8, B\u00fcro", "arch_name": "8.3.8@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60729", - "roomcode": "1608.03.008", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60730", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60729, + "usage_id": 12 + }, + "1608.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.9, Computerraum", "arch_name": "8.3.9@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60730", - "roomcode": "1608.03.009", - "usage": 207 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60762", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60730, + "usage_id": 207 + }, + "1608.03.012": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60762", - "roomcode": "1608.03.012", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60763", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60762, + "usage_id": 12 + }, + "1608.03.012A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.12a, B\u00fcro", "arch_name": "8.3.12a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60763", - "roomcode": "1608.03.012A", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60764", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60763, + "usage_id": 12 + }, + "1608.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.13, Metelraum", "arch_name": "8.3.13@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60764", - "roomcode": "1608.03.013", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60765", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60764, + "usage_id": 12 + }, + "1608.03.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.14, B\u00fcro", "arch_name": "8.3.14@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60765", - "roomcode": "1608.03.014", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60778", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60765, + "usage_id": 12 + }, + "1608.03.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.15, Gastraum", "arch_name": "8.3.15@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=40711", - "operator": "[ TUMEZN1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60778", - "roomcode": "1608.03.015", - "usage": 53 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60779", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 40711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60778, + "usage_id": 53 + }, + "1608.03.080": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.80, Inst.-B", "arch_name": "8.3.80@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60779", - "roomcode": "1608.03.080", - "usage": 120 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60780", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60779, + "usage_id": 120 + }, + "1608.03.090": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.90, Inst.-A", "arch_name": "8.3.90@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60780", - "roomcode": "1608.03.090", - "usage": 120 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60792", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60780, + "usage_id": 120 + }, + "1608.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.210, Treppenhaus", "arch_name": "8.3.210@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60792", - "roomcode": "1608.03.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60793", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60792, + "usage_id": 223 + }, + "1608.03.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.220, Treppenhaus", "arch_name": "8.3.220@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60793", - "roomcode": "1608.03.220", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 3.OG", - "address_link": "ris.einzelraum?raumkey=60794", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60793, + "usage_id": 223 + }, + "1608.03.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.3.230, Treppenhaus", "arch_name": "8.3.230@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60794", - "roomcode": "1608.03.230", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60611", + "area_id": 21, + "building_id": 1022, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60794, + "usage_id": 223 + }, + "1608.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.1, H\u00f6rsaal", "arch_name": "8.0.1@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": "tvKalender.wSicht?cOrg=27382&cRes=18496&cReadonly=J", - "extended": { - "additional_description": "8.0.1, H\u00f6rsaal", - "address": "Dietlindenstr./Biedersteiner Str. 29(1608), Erdgescho\u00df", - "architect_room_nr": "8.0.1@1608", - "area_m2": 215.98, - "building": "1608 Altbau 8, Institut f\u00fcr Medizinische Mikr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80802 M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60611", - "roomcode": "1608.EG.001", - "usage": 20 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60612", + "area_id": 21, + "building_id": 1022, + "calendar_resource_nr": 18496, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60611, + "usage_id": 20 + }, + "1608.EG.001A": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60612", - "roomcode": "1608.EG.001A", - "usage": 121 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60684", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60612, + "usage_id": 121 + }, + "1608.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.17, Putzraum", "arch_name": "8.0.17@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60684", - "roomcode": "1608.EG.017", - "usage": 205 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60685", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60684, + "usage_id": 205 + }, + "1608.EG.018": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60685", - "roomcode": "1608.EG.018", - "usage": 136 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60686", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60685, + "usage_id": 136 + }, + "1608.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.19, Lager", "arch_name": "8.0.19@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60686", - "roomcode": "1608.EG.019", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60697", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60686, + "usage_id": 30 + }, + "1608.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.110, Flur", "arch_name": "8.0.110@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60697", - "roomcode": "1608.EG.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60698", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60697, + "usage_id": 222 + }, + "1608.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.120, Flur", "arch_name": "8.0.120@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60698", - "roomcode": "1608.EG.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60699", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60698, + "usage_id": 222 + }, + "1608.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.130, Flur", "arch_name": "8.0.130@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60699", - "roomcode": "1608.EG.130", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60700", - "alt_name": "8.0.210, Treppenhaus", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60699, + "usage_id": 222 + }, + "1608.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, + "alt_name": "8.0.210, Treppenhaus", "arch_name": "8.0.210@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60700", - "roomcode": "1608.EG.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60701", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60700, + "usage_id": 223 + }, + "1608.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.0.220, Treppenhaus", "arch_name": "8.0.220@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60701", - "roomcode": "1608.EG.220", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60709", + "area_id": 21, + "building_id": 1022, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60701, + "usage_id": 223 + }, + "1608.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.1, L\u00fcftung", "arch_name": "8.01.1@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60709", - "roomcode": "1608.U1.001", - "usage": 32 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60711", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60709, + "usage_id": 32 + }, + "1608.U1.002": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60711", - "roomcode": "1608.U1.002", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60712", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60711, + "usage_id": 30 + }, + "1608.U1.002A": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=16065", - "operator": "[ TUMEPT1 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60712", - "roomcode": "1608.U1.002A", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60723", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 16065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60712, + "usage_id": 30 + }, + "1608.U1.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.4a, Werkstatt", "arch_name": "8.01.4a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60723", - "roomcode": "1608.U1.004A", - "usage": 51 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60724", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60723, + "usage_id": 51 + }, + "1608.U1.004B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.4b, Futterlager", "arch_name": "8.01.4b@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60724", - "roomcode": "1608.U1.004B", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60739", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60724, + "usage_id": 30 + }, + "1608.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.8, Lager", "arch_name": "8.01.8@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60739", - "roomcode": "1608.U1.008", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60751", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60739, + "usage_id": 30 + }, + "1608.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.9, Tierhaltung", "arch_name": "8.01.9@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60751", - "roomcode": "1608.U1.009", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60752", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60751, + "usage_id": 197 + }, + "1608.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.10, Putzraum", "arch_name": "8.01.10@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60752", - "roomcode": "1608.U1.010", - "usage": 205 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60753", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60752, + "usage_id": 205 + }, + "1608.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.11, Tierhaltung", "arch_name": "8.01.11@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60753", - "roomcode": "1608.U1.011", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60770", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60753, + "usage_id": 197 + }, + "1608.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.12, Tierhaltung", "arch_name": "8.01.12@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60770", - "roomcode": "1608.U1.012", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60771", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60770, + "usage_id": 197 + }, + "1608.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.13, B\u00fcro", "arch_name": "8.01.13@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60771", - "roomcode": "1608.U1.013", - "usage": 12 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60797", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60771, + "usage_id": 12 + }, + "1608.U1.013A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.13a, Vorraum", "arch_name": "8.01.13a@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=27382", - "operator": "[ TUMENW0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60797", - "roomcode": "1608.U1.013A", - "usage": 50 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60580", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 27382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60797, + "usage_id": 50 + }, + "1608.U1.014": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60580", - "roomcode": "1608.U1.014", - "usage": 216 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60590", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60580, + "usage_id": 216 + }, + "1608.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.110, Flur", "arch_name": "8.01.110@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60590", - "roomcode": "1608.U1.110", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60591", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60590, + "usage_id": 222 + }, + "1608.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.120, Flur", "arch_name": "8.01.120@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60591", - "roomcode": "1608.U1.120", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60592", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60591, + "usage_id": 222 + }, + "1608.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.130, Flur", "arch_name": "8.01.130@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60592", - "roomcode": "1608.U1.130", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60609", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60592, + "usage_id": 222 + }, + "1608.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.210, Treppenhaus", "arch_name": "8.01.210@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60609", - "roomcode": "1608.U1.210", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, 1.UG", - "address_link": "ris.einzelraum?raumkey=60610", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60609, + "usage_id": 223 + }, + "1608.U1.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "8.01.220, Treppenhaus+Flur", "arch_name": "8.01.220@1608", - "b_area_id": 21, - "b_filter_id": 1022, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60610", - "roomcode": "1608.U1.220", - "usage": 223 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60474", + "area_id": 21, + "building_id": 1022, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60610, + "usage_id": 223 + }, + "1650.EG.001": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60474", - "roomcode": "1650.EG.001", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60477", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60474, + "usage_id": 197 + }, + "1650.EG.002": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60477", - "roomcode": "1650.EG.002", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60479", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60477, + "usage_id": 197 + }, + "1650.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "50.0.3, Kafig-Waschraum", "arch_name": "50.0.3@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60479", - "roomcode": "1650.EG.003", - "usage": 209 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60498", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60479, + "usage_id": 209 + }, + "1650.EG.004": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60498", - "roomcode": "1650.EG.004", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60500", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60498, + "usage_id": 197 + }, + "1650.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "50.0.5, Futterbereitung", "arch_name": "50.0.5@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60500", - "roomcode": "1650.EG.005", - "usage": 168 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60504", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60500, + "usage_id": 168 + }, + "1650.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "5.0.10, Windfang", "arch_name": "5.0.10@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60504", - "roomcode": "1650.EG.010", - "usage": 52 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60508", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60504, + "usage_id": 52 + }, + "1650.EG.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "50.0.10a, Flur", "arch_name": "50.0.10a@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60508", - "roomcode": "1650.EG.010A", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60511", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60508, + "usage_id": 222 + }, + "1650.EG.010B": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "50.0.10b, Flur", "arch_name": "50.0.10b@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60511", - "roomcode": "1650.EG.010B", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60156", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60511, + "usage_id": 222 + }, + "1650.EG.010C": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "50.0.10c, Flur", "arch_name": "50.0.10c@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60156", - "roomcode": "1650.EG.010C", - "usage": 222 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60157", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60156, + "usage_id": 222 + }, + "1650.EG.010D": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "5.0.10d, Windfang", "arch_name": "5.0.10d@1650", - "b_area_id": 21, - "b_filter_id": 1023, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60157", - "roomcode": "1650.EG.010D", - "usage": 52 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60338", + "area_id": 21, + "building_id": 1023, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60157, + "usage_id": 52 + }, + "1652.EG.001": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60338", - "roomcode": "1652.EG.001", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60341", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60338, + "usage_id": 197 + }, + "1652.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "52.0.2, Tierstall/Ratten", "arch_name": "52.0.2@1652", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60341", - "roomcode": "1652.EG.002", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60343", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60341, + "usage_id": 197 + }, + "1652.EG.003": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60343", - "roomcode": "1652.EG.003", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60345", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60343, + "usage_id": 197 + }, + "1652.EG.004": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60345", - "roomcode": "1652.EG.004", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60347", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60345, + "usage_id": 197 + }, + "1652.EG.005": { + "address": { + "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", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60347", - "roomcode": "1652.EG.005", - "usage": 197 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60350", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60347, + "usage_id": 197 + }, + "1652.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "652.0.6, Lager", "arch_name": "652.0.6@1652", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60350", - "roomcode": "1652.EG.006", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60379", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60350, + "usage_id": 30 + }, + "1652.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "652.0.7, Lager", "arch_name": "652.0.7@1652", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15742", - "operator": "[ TUMEPT0 ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60379", - "roomcode": "1652.EG.007", - "usage": 30 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60383", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15742, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60379, + "usage_id": 30 + }, + "1652.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "652.0.8, Windfang", "arch_name": "652.0.8@1652", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60383", - "roomcode": "1652.EG.008", - "usage": 52 - }, - { - "address": "Dietlindenstr./Biedersteiner Str. 29, EG", - "address_link": "ris.einzelraum?raumkey=60384", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60383, + "usage_id": 52 + }, + "1652.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "alt_name": "652.0.100, Flur", "arch_name": "652.0.100@1652", - "b_area_id": 21, - "b_filter_id": 1024, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "80802 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60384", - "roomcode": "1652.EG.100", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60587", + "area_id": 21, + "building_id": 1024, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60384, + "usage_id": 222 + }, + "1713.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.1, B\u00fcro", "arch_name": "713.1.1@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60587", - "roomcode": "1713.01.001", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60588", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60587, + "usage_id": 12 + }, + "1713.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.2, B\u00fcro", "arch_name": "713.1.2@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60588", - "roomcode": "1713.01.002", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65496", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60588, + "usage_id": 12 + }, + "1713.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.3, WC-Damen", "arch_name": "713.1.3@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65496", - "roomcode": "1713.01.003", - "usage": 116 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65497", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65496, + "usage_id": 116 + }, + "1713.01.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.3a, WC-Vorraum Damen", "arch_name": "713.1.3a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65497", - "roomcode": "1713.01.003A", - "usage": 37 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65498", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65497, + "usage_id": 37 + }, + "1713.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.4, WC-Herren", "arch_name": "713.1.4@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65498", - "roomcode": "1713.01.004", - "usage": 115 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65499", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65498, + "usage_id": 115 + }, + "1713.01.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.4a, WC-Vorraum Herren", "arch_name": "713.1.4a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65499", - "roomcode": "1713.01.004A", - "usage": 37 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60605", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65499, + "usage_id": 37 + }, + "1713.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.5, B\u00fcro", "arch_name": "713.1.5@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60605", - "roomcode": "1713.01.005", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60607", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60605, + "usage_id": 12 + }, + "1713.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.6, B\u00fcro", "arch_name": "713.1.6@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60607", - "roomcode": "1713.01.006", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60619", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60607, + "usage_id": 12 + }, + "1713.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.7, Kursraum", "arch_name": "713.1.7@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.1.7, Kursraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.7@1713", - "area_m2": 24.53, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60619", - "roomcode": "1713.01.007", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60621", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60619, + "usage_id": 130 + }, + "1713.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.8, Kursraum", "arch_name": "713.1.8@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.1.8, Kursraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.8@1713", - "area_m2": 25.09, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60621", - "roomcode": "1713.01.008", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60624", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60621, + "usage_id": 130 + }, + "1713.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.9, Kursraum", "arch_name": "713.1.9@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.1.9, Kursraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.9@1713", - "area_m2": 9.17, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "009", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60624", - "roomcode": "1713.01.009", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60626", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60624, + "usage_id": 130 + }, + "1713.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.10, Lager", "arch_name": "713.1.10@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60626", - "roomcode": "1713.01.010", - "usage": 30 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60640", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60626, + "usage_id": 30 + }, + "1713.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.11, Computerraum", "arch_name": "713.1.11@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=19056&cReadonly=J", - "extended": { - "additional_description": "713.1.11, Computerraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.11@1713", - "area_m2": 63.62, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60640", - "roomcode": "1713.01.011", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60642", + "area_id": 29, + "building_id": 1036, + "calendar_resource_nr": 19056, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60640, + "usage_id": 130 + }, + "1713.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.12, Seminarraum", "arch_name": "713.1.12@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=20601&cReadonly=J", - "extended": { - "additional_description": "713.1.12, Seminarraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.12@1713", - "area_m2": 66.05, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60642", - "roomcode": "1713.01.012", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60644", + "area_id": 29, + "building_id": 1036, + "calendar_resource_nr": 20601, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60642, + "usage_id": 130 + }, + "1713.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.13, Seminarraum", "arch_name": "713.1.13@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.1.13, Seminarraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.13@1713", - "area_m2": 65.9, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60644", - "roomcode": "1713.01.013", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60660", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60644, + "usage_id": 130 + }, + "1713.01.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.14, Seminarraum", "arch_name": "713.1.14@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": "tvKalender.wSicht?cOrg=14191&cRes=20602&cReadonly=J", - "extended": { - "additional_description": "713.1.14, Seminarraum", - "address": "Nigerstr. 3(1713), 1.Obergescho\u00df", - "architect_room_nr": "713.1.14@1713", - "area_m2": 66.3, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60660", - "roomcode": "1713.01.014", - "usage": 130 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65500", + "area_id": 29, + "building_id": 1036, + "calendar_resource_nr": 20602, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60660, + "usage_id": 130 + }, + "1713.01.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.100, Diele", "arch_name": "713.1.100@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65500", - "roomcode": "1713.01.100", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=60663", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65500, + "usage_id": 222 + }, + "1713.01.100A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.100a, EDV-Raum", "arch_name": "713.1.100a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60663", - "roomcode": "1713.01.100A", - "usage": 207 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65501", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60663, + "usage_id": 207 + }, + "1713.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.110, Flur", "arch_name": "713.1.110@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65501", - "roomcode": "1713.01.110", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65502", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65501, + "usage_id": 222 + }, + "1713.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.200, Treppenhaus", "arch_name": "713.1.200@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65502", - "roomcode": "1713.01.200", - "usage": 223 - }, - { - "address": "Nigerstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65503", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65502, + "usage_id": 223 + }, + "1713.01.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.1.220, Treppenhaus", "arch_name": "713.1.220@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65503", - "roomcode": "1713.01.220", - "usage": 223 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65504", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65503, + "usage_id": 223 + }, + "1713.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.1, B\u00fcro", "arch_name": "713.2.1@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65504", - "roomcode": "1713.02.001", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65505", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65504, + "usage_id": 12 + }, + "1713.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.2, B\u00fcro", "arch_name": "713.2.2@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15704", - "operator": "[ TUMEFVW ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65505", - "roomcode": "1713.02.002", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=60710", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15704, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65505, + "usage_id": 12 + }, + "1713.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.3, EDV", "arch_name": "713.2.3@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=60710", - "roomcode": "1713.02.003", - "usage": 207 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65506", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 60710, + "usage_id": 207 + }, + "1713.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.4, Dusche", "arch_name": "713.2.4@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65506", - "roomcode": "1713.02.004", - "usage": 113 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65507", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65506, + "usage_id": 113 + }, + "1713.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.5, Dusche", "arch_name": "713.2.5@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65507", - "roomcode": "1713.02.005", - "usage": 113 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65508", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65507, + "usage_id": 113 + }, + "1713.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.6, WC-Damen", "arch_name": "713.2.6@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65508", - "roomcode": "1713.02.006", - "usage": 116 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65509", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65508, + "usage_id": 116 + }, + "1713.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.7, WC-Herren", "arch_name": "713.2.7@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65509", - "roomcode": "1713.02.007", - "usage": 115 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65511", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65509, + "usage_id": 115 + }, + "1713.02.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.100, Flur", "arch_name": "713.2.100@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65511", - "roomcode": "1713.02.100", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65482", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65511, + "usage_id": 222 + }, + "1713.02.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.2.200, Treppenhaus", "arch_name": "713.2.200@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65482", - "roomcode": "1713.02.200", - "usage": 223 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65460", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65482, + "usage_id": 223 + }, + "1713.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.1, Krankenhaus-Zentralbibliothek", "arch_name": "713.0.1@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65460", - "roomcode": "1713.EG.001", - "usage": 10 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65461", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65460, + "usage_id": 10 + }, + "1713.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.2, Ausleihtheke/Anmeldung", "arch_name": "713.0.2@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65461", - "roomcode": "1713.EG.002", - "usage": 186 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65462", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65461, + "usage_id": 186 + }, + "1713.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.3, B\u00fcro", "arch_name": "713.0.3@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65462", - "roomcode": "1713.EG.003", - "usage": 12 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65484", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65462, + "usage_id": 12 + }, + "1713.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.6, B\u00fcro", "arch_name": "713.0.6@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65484", - "roomcode": "1713.EG.006", - "usage": 12 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65485", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65484, + "usage_id": 12 + }, + "1713.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.7, Teek\u00fcche", "arch_name": "713.0.7@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65485", - "roomcode": "1713.EG.007", - "usage": 198 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65486", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65485, + "usage_id": 198 + }, + "1713.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.8, WC-Damen", "arch_name": "713.0.8@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65486", - "roomcode": "1713.EG.008", - "usage": 116 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65487", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65486, + "usage_id": 116 + }, + "1713.EG.008A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.8a, WC-Vorraum Damen", "arch_name": "713.0.8a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65487", - "roomcode": "1713.EG.008A", - "usage": 37 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65488", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65487, + "usage_id": 37 + }, + "1713.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.9, WC-Herren", "arch_name": "713.0.9@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65488", - "roomcode": "1713.EG.009", - "usage": 115 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65489", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65488, + "usage_id": 115 + }, + "1713.EG.009A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.9a, WC-Vorraum Herren", "arch_name": "713.0.9a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65489", - "roomcode": "1713.EG.009A", - "usage": 37 - }, - { - "address": "Nigerstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=65492", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65489, + "usage_id": 37 + }, + "1713.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.0.100, Vorraum/Garderobe", "arch_name": "713.0.100@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65492", - "roomcode": "1713.EG.100", - "usage": 121 - }, - { - "address": "Nigerstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=65633", + "area_id": 29, + "building_id": 1036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65492, + "usage_id": 121 + }, + "1713.U1.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.01.1c, Lager", "arch_name": "713.01.1c@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65633", - "roomcode": "1713.U1.001C", - "usage": 30 - }, - { - "address": "Nigerstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=65476", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65633, + "usage_id": 30 + }, + "1713.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.01.2, Lager", "arch_name": "713.01.2@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65476", - "roomcode": "1713.U1.002", - "usage": 30 - }, - { - "address": "Nigerstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=65478", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65476, + "usage_id": 30 + }, + "1713.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.01.4, Archiv/Freihandbereich", "arch_name": "713.01.4@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26728", - "operator": "[ TUZEBME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65478", - "roomcode": "1713.U1.004", - "usage": 2 - }, - { - "address": "Nigerstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=65479", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26728, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65478, + "usage_id": 2 + }, + "1713.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.01.5, Lager", "arch_name": "713.01.5@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65479", - "roomcode": "1713.U1.005", - "usage": 30 - }, - { - "address": "Nigerstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=65634", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65479, + "usage_id": 30 + }, + "1713.U1.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.01.100, Vorraum", "arch_name": "713.01.100@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65634", - "roomcode": "1713.U1.100", - "usage": 50 - }, - { - "address": "Nigerstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=65635", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65634, + "usage_id": 50 + }, + "1713.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.01.110, Flur Archiv", "arch_name": "713.01.110@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65635", - "roomcode": "1713.U1.110", - "usage": 50 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65467", + "area_id": 29, + "building_id": 1036, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65635, + "usage_id": 50 + }, + "1713.U2.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.1, WC-Damen", "arch_name": "713.02.1@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65467", - "roomcode": "1713.U2.001", - "usage": 116 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65636", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65467, + "usage_id": 116 + }, + "1713.U2.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.1a, Vorraum", "arch_name": "713.02.1a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65636", - "roomcode": "1713.U2.001A", - "usage": 118 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65468", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65636, + "usage_id": 118 + }, + "1713.U2.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.2, WC-Herren", "arch_name": "713.02.2@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65468", - "roomcode": "1713.U2.002", - "usage": 115 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65637", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65468, + "usage_id": 115 + }, + "1713.U2.002A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.2a, Vorraum", "arch_name": "713.02.2a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65637", - "roomcode": "1713.U2.002A", - "usage": 115 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65469", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65637, + "usage_id": 115 + }, + "1713.U2.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.3, Putzraum", "arch_name": "713.02.3@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65469", - "roomcode": "1713.U2.003", - "usage": 205 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65470", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65469, + "usage_id": 205 + }, + "1713.U2.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.4, Gardarobe", "arch_name": "713.02.4@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65470", - "roomcode": "1713.U2.004", - "usage": 121 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65471", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65470, + "usage_id": 121 + }, + "1713.U2.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.5, Aufenthalt", "arch_name": "713.02.5@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65471", - "roomcode": "1713.U2.005", - "usage": 44 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65638", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65471, + "usage_id": 44 + }, + "1713.U2.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.6, Anmeldung", "arch_name": "713.02.6@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65638", - "roomcode": "1713.U2.006", - "usage": 12 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65639", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65638, + "usage_id": 12 + }, + "1713.U2.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.7, Lager/K\u00fcche", "arch_name": "713.02.7@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65639", - "roomcode": "1713.U2.007", - "usage": 30 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65640", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65639, + "usage_id": 30 + }, + "1713.U2.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.8, Regieraum", "arch_name": "713.02.8@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65640", - "roomcode": "1713.U2.008", - "usage": 153 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65641", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65640, + "usage_id": 153 + }, + "1713.U2.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.9, Lager", "arch_name": "713.02.9@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65641", - "roomcode": "1713.U2.009", - "usage": 30 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65642", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65641, + "usage_id": 30 + }, + "1713.U2.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.10, ELT", "arch_name": "713.02.10@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65642", - "roomcode": "1713.U2.010", - "usage": 160 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65643", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65642, + "usage_id": 160 + }, + "1713.U2.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.11, Praxisraum 1", "arch_name": "713.02.11@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.11, Praxisraum 1", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.11@1713", - "area_m2": 25.17, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65643", - "roomcode": "1713.U2.011", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65644", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65643, + "usage_id": 131 + }, + "1713.U2.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.12, Praxisraum 2", "arch_name": "713.02.12@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.12, Praxisraum 2", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.12@1713", - "area_m2": 24.29, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65644", - "roomcode": "1713.U2.012", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65645", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65644, + "usage_id": 131 + }, + "1713.U2.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.13, Praxisraum 3", "arch_name": "713.02.13@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.13, Praxisraum 3", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.13@1713", - "area_m2": 27.08, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65645", - "roomcode": "1713.U2.013", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65646", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65645, + "usage_id": 131 + }, + "1713.U2.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.17, Debriefing 1", "arch_name": "713.02.17@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.17, Debriefing 1", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.17@1713", - "area_m2": 30.68, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "017", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65646", - "roomcode": "1713.U2.017", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65647", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65646, + "usage_id": 131 + }, + "1713.U2.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.18, Debriefing 2", "arch_name": "713.02.18@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.18, Debriefing 2", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.18@1713", - "area_m2": 34.28, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "018", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65647", - "roomcode": "1713.U2.018", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65648", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65647, + "usage_id": 131 + }, + "1713.U2.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.19, Intensiv", "arch_name": "713.02.19@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.19, Intensiv", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.19@1713", - "area_m2": 59.54, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65648", - "roomcode": "1713.U2.019", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65649", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65648, + "usage_id": 131 + }, + "1713.U2.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.20, Umkleide Damen", "arch_name": "713.02.20@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65649", - "roomcode": "1713.U2.020", - "usage": 121 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65650", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65649, + "usage_id": 121 + }, + "1713.U2.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.21, Umkleide Herren", "arch_name": "713.02.21@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65650", - "roomcode": "1713.U2.021", - "usage": 121 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65651", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65650, + "usage_id": 121 + }, + "1713.U2.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.22, OP", "arch_name": "713.02.22@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.22, OP", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.22@1713", - "area_m2": 67.33, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65651", - "roomcode": "1713.U2.022", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65652", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65651, + "usage_id": 131 + }, + "1713.U2.022A": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.22a, Waschraum", "arch_name": "713.02.22a@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65652", - "roomcode": "1713.U2.022A", - "usage": 210 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65653", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65652, + "usage_id": 210 + }, + "1713.U2.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.23, Beobachtungsraum", "arch_name": "713.02.23@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "extended": { - "additional_description": "713.02.23, Beobachtungsraum", - "address": "Nigerstr. 3(1713), 2.Untergescho\u00df", - "architect_room_nr": "713.02.23@1713", - "area_m2": 13.93, - "building": "1713 Nigerstr. 3 (AM)", - "floor_number": "2.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65653", - "roomcode": "1713.U2.023", - "usage": 131 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65654", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65653, + "usage_id": 131 + }, + "1713.U2.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.100, Flur", "arch_name": "713.02.100@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65654", - "roomcode": "1713.U2.100", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65655", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65654, + "usage_id": 222 + }, + "1713.U2.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.110, Flur", "arch_name": "713.02.110@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65655", - "roomcode": "1713.U2.110", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65656", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65655, + "usage_id": 222 + }, + "1713.U2.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.120, Flur", "arch_name": "713.02.120@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65656", - "roomcode": "1713.U2.120", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65657", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65656, + "usage_id": 222 + }, + "1713.U2.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.130, Flur", "arch_name": "713.02.130@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65657", - "roomcode": "1713.U2.130", - "usage": 222 - }, - { - "address": "Nigerstr. 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=65658", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65657, + "usage_id": 222 + }, + "1713.U2.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "alt_name": "713.02.140, Flur", "arch_name": "713.02.140@1713", - "b_area_id": 29, - "b_filter_id": 1036, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65658", - "roomcode": "1713.U2.140", - "usage": 222 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69552", + "area_id": 29, + "building_id": 1036, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65658, + "usage_id": 222 + }, + "1724.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.3, B\u00fcro", "arch_name": "24.1.3@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69552", - "roomcode": "1724.01.003", - "usage": 12 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69553", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69552, + "usage_id": 12 + }, + "1724.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.4, B\u00fcro", "arch_name": "24.1.4@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69553", - "roomcode": "1724.01.004", - "usage": 12 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69554", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69553, + "usage_id": 12 + }, + "1724.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.5, B\u00fcro", "arch_name": "24.1.5@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69554", - "roomcode": "1724.01.005", - "usage": 12 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69544", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69554, + "usage_id": 12 + }, + "1724.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.6, EDV", "arch_name": "24.1.6@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69544", - "roomcode": "1724.01.006", - "usage": 207 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69545", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69544, + "usage_id": 207 + }, + "1724.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.7, Lager", "arch_name": "24.1.7@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69545", - "roomcode": "1724.01.007", - "usage": 30 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69546", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69545, + "usage_id": 30 + }, + "1724.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.8, B\u00fcro", "arch_name": "24.1.8@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69546", - "roomcode": "1724.01.008", - "usage": 12 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69548", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69546, + "usage_id": 12 + }, + "1724.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.9, WC-Herren", "arch_name": "24.1.9@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69548", - "roomcode": "1724.01.009", - "usage": 115 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69549", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69548, + "usage_id": 115 + }, + "1724.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.10, WC-Damen", "arch_name": "24.1.10@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69549", - "roomcode": "1724.01.010", - "usage": 116 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69550", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69549, + "usage_id": 116 + }, + "1724.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.11, Teek\u00fcche", "arch_name": "24.1.11@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69550", - "roomcode": "1724.01.011", - "usage": 198 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69547", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69550, + "usage_id": 198 + }, + "1724.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.12, B\u00fcro", "arch_name": "24.1.12@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69547", - "roomcode": "1724.01.012", - "usage": 12 - }, - { - "address": "Prinzregentenstra\u00dfe 68, 1.OG", - "address_link": "ris.einzelraum?raumkey=69551", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69547, + "usage_id": 12 + }, + "1724.01.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "alt_name": "24.1.100, Flur", "arch_name": "24.1.100@1724", - "b_area_id": 29, - "b_filter_id": 2309, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15744", - "operator": "[ TUMEGE0 ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69551", - "roomcode": "1724.01.100", - "usage": 222 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72870", + "area_id": 29, + "building_id": 2309, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69551, + "usage_id": 222 + }, + "1740.01.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.001A, WC-Damen", "arch_name": "01.001A@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72870", - "roomcode": "1740.01.001A", - "usage": 116 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72872", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72870, + "usage_id": 116 + }, + "1740.01.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.001B, WC-Herren", "arch_name": "01.001B@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72872", - "roomcode": "1740.01.001B", - "usage": 115 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72873", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72872, + "usage_id": 115 + }, + "1740.01.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.001C, Putzraum / Dusche", "arch_name": "01.001C@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72873", - "roomcode": "1740.01.001C", - "usage": 205 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72869", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72873, + "usage_id": 205 + }, + "1740.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.002, B\u00fcro", "arch_name": "01.002@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72869", - "roomcode": "1740.01.002", - "usage": 12 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72862", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72869, + "usage_id": 12 + }, + "1740.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.003, B\u00fcro", "arch_name": "01.003@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72862", - "roomcode": "1740.01.003", - "usage": 12 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72867", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72862, + "usage_id": 12 + }, + "1740.01.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.003A, Teek\u00fcche", "arch_name": "01.003A@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72867", - "roomcode": "1740.01.003A", - "usage": 198 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72866", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72867, + "usage_id": 198 + }, + "1740.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.004, B\u00fcro", "arch_name": "01.004@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72866", - "roomcode": "1740.01.004", - "usage": 12 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72865", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72866, + "usage_id": 12 + }, + "1740.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.005, B\u00fcro", "arch_name": "01.005@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72865", - "roomcode": "1740.01.005", - "usage": 12 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72864", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72865, + "usage_id": 12 + }, + "1740.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.006, Labor", "arch_name": "01.006@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "extended": { - "additional_description": "01.006, Labor", - "address": "Neherstra\u00dfe 1(1740), 1.Obergescho\u00df", - "architect_room_nr": "01.006@1740", - "area_m2": 29.1, - "building": "1740 Neherstr.1 (AM) ForTe", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Laminat", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72864", - "roomcode": "1740.01.006", - "usage": 130 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72863", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72864, + "usage_id": 130 + }, + "1740.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.007, Flur", "arch_name": "01.007@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72863", - "roomcode": "1740.01.007", - "usage": 222 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72871", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72863, + "usage_id": 222 + }, + "1740.01.007A": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.003, Putzraum / Lager", "arch_name": "01.003@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72871", - "roomcode": "1740.01.007A", - "usage": 205 - }, - { - "address": "Neherstra\u00dfe 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72868", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72871, + "usage_id": 205 + }, + "1740.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "alt_name": "01.008, Eingangsbereich", "arch_name": "01.008@1740", - "b_area_id": 29, - "b_filter_id": 2909, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72868", - "roomcode": "1740.01.008", - "usage": 222 - }, - { - "address": "Bildungscampus 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=69828", + "area_id": 29, + "building_id": 2909, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72868, + "usage_id": 222 + }, + "1901.01.101": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.1.01, Besprechungsraum", "arch_name": "D.1.01@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30145&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69828", - "roomcode": "1901.01.101", - "usage": 196 - }, - { - "address": "Bildungscampus 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=69829", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30145, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69828, + "usage_id": 196 + }, + "1901.01.102": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.1.02, Besprechungsraum", "arch_name": "D.1.02@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30146&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69829", - "roomcode": "1901.01.102", - "usage": 196 - }, - { - "address": "Bildungscampus 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=69830", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30146, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69829, + "usage_id": 196 + }, + "1901.01.103": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.1.03, Besprechungsraum", "arch_name": "D.1.03@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30147&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69830", - "roomcode": "1901.01.103", - "usage": 196 - }, - { - "address": "Bildungscampus 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=69831", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30147, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69830, + "usage_id": 196 + }, + "1901.01.107": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.1.07, Seminarraum", "arch_name": "D.1.07@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30134&cReadonly=J", - "extended": { - "additional_description": "D.1.07, Seminarraum", - "address": "Bildungscampus 2(1901), 1.Obergescho\u00df", - "architect_room_nr": "D.1.07@1901", - "area_m2": 100.0, - "building": "1901 Bildungscampus D", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69831", - "roomcode": "1901.01.107", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=69832", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30134, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69831, + "usage_id": 41 + }, + "1901.01.108": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.1.08, Seminarraum", "arch_name": "D.1.08@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30135&cReadonly=J", - "extended": { - "additional_description": "D.1.08, Seminarraum", - "address": "Bildungscampus 2(1901), 1.Obergescho\u00df", - "architect_room_nr": "D.1.08@1901", - "area_m2": 100.0, - "building": "1901 Bildungscampus D", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "108", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69832", - "roomcode": "1901.01.108", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75513", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30135, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69832, + "usage_id": 41 + }, + "1901.01.115": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.1.15, Bistroecke", "arch_name": "D.1.15@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33592&cReadonly=J", - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75513", - "roomcode": "1901.01.115", - "usage": 198 - }, - { - "address": "Bildungscampus 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=69833", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 33592, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75513, + "usage_id": 198 + }, + "1901.02.201": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.2.01, Seminarraum", "arch_name": "D.2.01@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30136&cReadonly=J", - "extended": { - "additional_description": "D.2.01, Seminarraum", - "address": "Bildungscampus 2(1901), 2.Obergescho\u00df", - "architect_room_nr": "D.2.01@1901", - "area_m2": 85.0, - "building": "1901 Bildungscampus D", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69833", - "roomcode": "1901.02.201", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=69834", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30136, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69833, + "usage_id": 41 + }, + "1901.02.202": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.2.02, Seminarraum", "arch_name": "D.2.02@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30137&cReadonly=J", - "extended": { - "additional_description": "D.2.02, Seminarraum", - "address": "Bildungscampus 2(1901), 2.Obergescho\u00df", - "architect_room_nr": "D.2.02@1901", - "area_m2": 85.0, - "building": "1901 Bildungscampus D", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69834", - "roomcode": "1901.02.202", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=69835", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30137, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69834, + "usage_id": 41 + }, + "1901.02.203": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.2.03, Seminarraum", "arch_name": "D.2.03@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30138&cReadonly=J", - "extended": { - "additional_description": "D.2.03, Seminarraum", - "address": "Bildungscampus 2(1901), 2.Obergescho\u00df", - "architect_room_nr": "D.2.03@1901", - "area_m2": 68.0, - "building": "1901 Bildungscampus D", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69835", - "roomcode": "1901.02.203", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=69836", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30138, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69835, + "usage_id": 41 + }, + "1901.02.211": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.2.11, Seminarraum", "arch_name": "D.2.11@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30139&cReadonly=J", - "extended": { - "additional_description": "D.2.11, Seminarraum", - "address": "Bildungscampus 2(1901), 2.Obergescho\u00df", - "architect_room_nr": "D.2.11@1901", - "area_m2": 85.0, - "building": "1901 Bildungscampus D", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "211", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69836", - "roomcode": "1901.02.211", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=70475", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30139, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69836, + "usage_id": 41 + }, + "1901.03.303": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.3.03, Seminarraum", "arch_name": "D.3.03@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30332&cReadonly=J", - "extended": { - "additional_description": "D.3.03, Seminarraum", - "address": "Bildungscampus 2(1901), 3.Obergescho\u00df", - "architect_room_nr": "D.3.03@1901", - "area_m2": 27.2, - "building": "1901 Bildungscampus D", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "303", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=70475", - "roomcode": "1901.03.303", - "usage": 41 - }, - { - "address": "Bildungscampus 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=69837", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30332, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70475, + "usage_id": 41 + }, + "1901.03.305": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.3.05, Besprechungsraum", "arch_name": "D.3.05@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30148&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69837", - "roomcode": "1901.03.305", - "usage": 196 - }, - { - "address": "Bildungscampus 2, 4.OG", - "address_link": "ris.einzelraum?raumkey=75836", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30148, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69837, + "usage_id": 196 + }, + "1901.04.405": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.4.05, Besprechungsraum", "arch_name": "D.4.05@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34112&cReadonly=J", - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75836", - "roomcode": "1901.04.405", - "usage": 196 - }, - { - "address": "Bildungscampus 2, EG", - "address_link": "ris.einzelraum?raumkey=69826", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 34112, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75836, + "usage_id": 196 + }, + "1901.EG.001": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.0.01, Seminarraum", "arch_name": "D.0.01@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30132&cReadonly=J", - "extended": { - "additional_description": "D.0.01, Seminarraum", - "address": "Bildungscampus 2(1901), Erdgescho\u00df", - "architect_room_nr": "D.0.01@1901", - "area_m2": 110.0, - "building": "1901 Bildungscampus D", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69826", - "roomcode": "1901.EG.001", - "usage": 41 - }, - { - "address": "Bildungscampus 2, EG", - "address_link": "ris.einzelraum?raumkey=69827", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30132, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69826, + "usage_id": 41 + }, + "1901.EG.002": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "alt_name": "D.0.02, Seminarraum", "arch_name": "D.0.02@1901", - "b_area_id": 243, - "b_filter_id": 2369, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30133&cReadonly=J", - "extended": { - "additional_description": "D.0.02, Seminarraum", - "address": "Bildungscampus 2(1901), Erdgescho\u00df", - "architect_room_nr": "D.0.02@1901", - "area_m2": 65.0, - "building": "1901 Bildungscampus D", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69827", - "roomcode": "1901.EG.002", - "usage": 41 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69824", + "area_id": 243, + "building_id": 2369, + "calendar_resource_nr": 30133, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69827, + "usage_id": 41 + }, + "1902.01.110": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.10, Seminarraum", "arch_name": "L.1.10@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30142&cReadonly=J", - "extended": { - "additional_description": "L.1.10, Seminarraum", - "address": "Bildungscampus 9(1902), 1.Obergescho\u00df", - "architect_room_nr": "L.1.10@1902", - "area_m2": 105.0, - "building": "1902 Bildungscampus L", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "110", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69824", - "roomcode": "1902.01.110", - "usage": 41 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69825", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30142, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69824, + "usage_id": 41 + }, + "1902.01.111": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.11, Seminarraum", "arch_name": "L.1.11@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30143&cReadonly=J", - "extended": { - "additional_description": "L.1.11, Seminarraum", - "address": "Bildungscampus 9(1902), 1.Obergescho\u00df", - "architect_room_nr": "L.1.11@1902", - "area_m2": 74.0, - "building": "1902 Bildungscampus L", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "111", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69825", - "roomcode": "1902.01.111", - "usage": 41 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69841", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30143, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69825, + "usage_id": 41 + }, + "1902.01.112": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.12, Seminarraum", "arch_name": "L.1.12@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30144&cReadonly=J", - "extended": { - "additional_description": "L.1.12, Seminarraum", - "address": "Bildungscampus 9(1902), 1.Obergescho\u00df", - "architect_room_nr": "L.1.12@1902", - "area_m2": 75.0, - "building": "1902 Bildungscampus L", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "112", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69841", - "roomcode": "1902.01.112", - "usage": 41 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69842", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30144, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69841, + "usage_id": 41 + }, + "1902.01.120": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.20, Besprechungsraum", "arch_name": "L.1.20@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30412&cReadonly=J", - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69842", - "roomcode": "1902.01.120", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69844", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30412, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69842, + "usage_id": 196 + }, + "1902.01.130": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.30, B\u00fcro", "arch_name": "L.1.30@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69844", - "roomcode": "1902.01.130", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69847", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69844, + "usage_id": 12 + }, + "1902.01.150": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.50, WC-Damen", "arch_name": "L.1.50@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69847", - "roomcode": "1902.01.150", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69789", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69847, + "usage_id": 116 + }, + "1902.01.151": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.51, WC-Damen", "arch_name": "L.1.51@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69789", - "roomcode": "1902.01.151", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69790", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69789, + "usage_id": 116 + }, + "1902.01.152": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.52, WC-Herren", "arch_name": "L.1.52@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69790", - "roomcode": "1902.01.152", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69791", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69790, + "usage_id": 115 + }, + "1902.01.153": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.53, WC-Herren", "arch_name": "L.1.53@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69791", - "roomcode": "1902.01.153", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69845", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69791, + "usage_id": 115 + }, + "1902.01.183": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.83, Flur", "arch_name": "L.1.83@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69845", - "roomcode": "1902.01.183", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69846", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69845, + "usage_id": 222 + }, + "1902.01.184": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.84, Flur", "arch_name": "L.1.84@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69846", - "roomcode": "1902.01.184", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=69843", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69846, + "usage_id": 222 + }, + "1902.01.185": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.1.85, Besprechungsraum", "arch_name": "L.1.85@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69843", - "roomcode": "1902.01.185", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69792", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69843, + "usage_id": 196 + }, + "1902.02.210": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.10, B\u00fcro", "arch_name": "L.2.10@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69792", - "roomcode": "1902.02.210", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69793", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69792, + "usage_id": 12 + }, + "1902.02.211": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.11, B\u00fcro", "arch_name": "L.2.11@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69793", - "roomcode": "1902.02.211", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69798", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69793, + "usage_id": 12 + }, + "1902.02.212": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.12, B\u00fcro", "arch_name": "L.2.12@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69798", - "roomcode": "1902.02.212", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69799", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69798, + "usage_id": 12 + }, + "1902.02.213": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.13, B\u00fcro", "arch_name": "L.2.13@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69799", - "roomcode": "1902.02.213", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69800", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69799, + "usage_id": 12 + }, + "1902.02.214": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.14, B\u00fcro", "arch_name": "L.2.14@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69800", - "roomcode": "1902.02.214", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69801", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69800, + "usage_id": 12 + }, + "1902.02.220": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.20, Teek\u00fcche", "arch_name": "L.2.20@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69801", - "roomcode": "1902.02.220", - "usage": 198 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69802", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69801, + "usage_id": 198 + }, + "1902.02.230": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.30, B\u00fcro", "arch_name": "L.2.30@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69802", - "roomcode": "1902.02.230", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69816", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69802, + "usage_id": 12 + }, + "1902.02.231": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.31, Kopierer/Archiv", "arch_name": "L.2.31@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69816", - "roomcode": "1902.02.231", - "usage": 110 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69817", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69816, + "usage_id": 110 + }, + "1902.02.232": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.32, Archiv/Lager", "arch_name": "L.2.32@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69817", - "roomcode": "1902.02.232", - "usage": 2 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69803", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69817, + "usage_id": 2 + }, + "1902.02.233": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.33, B\u00fcro", "arch_name": "L.2.33@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69803", - "roomcode": "1902.02.233", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69804", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69803, + "usage_id": 12 + }, + "1902.02.234": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.34, B\u00fcro", "arch_name": "L.2.34@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69804", - "roomcode": "1902.02.234", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69805", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69804, + "usage_id": 12 + }, + "1902.02.235": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.35, B\u00fcro", "arch_name": "L.2.35@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69805", - "roomcode": "1902.02.235", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69806", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69805, + "usage_id": 12 + }, + "1902.02.236": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.36, B\u00fcro", "arch_name": "L.2.36@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69806", - "roomcode": "1902.02.236", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69807", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69806, + "usage_id": 12 + }, + "1902.02.237": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.37, B\u00fcro", "arch_name": "L.2.37@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69807", - "roomcode": "1902.02.237", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69808", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69807, + "usage_id": 12 + }, + "1902.02.240": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.40, B\u00fcro", "arch_name": "L.2.40@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69808", - "roomcode": "1902.02.240", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69809", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69808, + "usage_id": 12 + }, + "1902.02.241": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.41, Besprechungsraum", "arch_name": "L.2.41@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30413&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69809", - "roomcode": "1902.02.241", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69795", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30413, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69809, + "usage_id": 196 + }, + "1902.02.250": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.50, WC-Damen", "arch_name": "L.2.50@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69795", - "roomcode": "1902.02.250", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69810", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69795, + "usage_id": 116 + }, + "1902.02.251": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.51, WC-Damen", "arch_name": "L.2.51@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69810", - "roomcode": "1902.02.251", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69796", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69810, + "usage_id": 116 + }, + "1902.02.252": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.52, WC-Herren", "arch_name": "L.2.52@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69796", - "roomcode": "1902.02.252", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69811", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69796, + "usage_id": 115 + }, + "1902.02.253": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.53, WC-Herren", "arch_name": "L.2.53@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69811", - "roomcode": "1902.02.253", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69812", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69811, + "usage_id": 115 + }, + "1902.02.254": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.54, Beh.-WC", "arch_name": "L.2.54@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69812", - "roomcode": "1902.02.254", - "usage": 117 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69815", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69812, + "usage_id": 117 + }, + "1902.02.283": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.83, Empfangs-/Wartebereich", "arch_name": "L.2.83@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69815", - "roomcode": "1902.02.283", - "usage": 44 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69797", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69815, + "usage_id": 44 + }, + "1902.02.284": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.84, Flur", "arch_name": "L.2.84@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69797", - "roomcode": "1902.02.284", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69794", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69797, + "usage_id": 222 + }, + "1902.02.285": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.85, Besprechungsraum", "arch_name": "L.2.85@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69794", - "roomcode": "1902.02.285", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69814", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69794, + "usage_id": 196 + }, + "1902.02.286": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.86, Flur", "arch_name": "L.2.86@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69814", - "roomcode": "1902.02.286", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=69813", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69814, + "usage_id": 222 + }, + "1902.02.287": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.2.87, Empfangs-/Wartebereich", "arch_name": "L.2.87@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69813", - "roomcode": "1902.02.287", - "usage": 44 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72012", + "area_id": 243, + "building_id": 2370, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69813, + "usage_id": 44 + }, + "1902.03.310": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.10, B\u00fcro", "arch_name": "L.3.10@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72012", - "roomcode": "1902.03.310", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72013", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72012, + "usage_id": 12 + }, + "1902.03.311": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.11, B\u00fcro", "arch_name": "L.3.11@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72013", - "roomcode": "1902.03.311", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72014", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72013, + "usage_id": 12 + }, + "1902.03.312": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.12, B\u00fcro", "arch_name": "L.3.12@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72014", - "roomcode": "1902.03.312", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72015", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72014, + "usage_id": 12 + }, + "1902.03.313": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.13, B\u00fcro", "arch_name": "L.3.13@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72015", - "roomcode": "1902.03.313", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72027", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72015, + "usage_id": 12 + }, + "1902.03.314": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.14, B\u00fcro", "arch_name": "L.3.14@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72027", - "roomcode": "1902.03.314", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72028", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72027, + "usage_id": 12 + }, + "1902.03.320": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.20, Teek\u00fcche", "arch_name": "L.3.20@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72028", - "roomcode": "1902.03.320", - "usage": 198 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72029", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72028, + "usage_id": 198 + }, + "1902.03.330": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.30, B\u00fcro", "arch_name": "L.3.30@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72029", - "roomcode": "1902.03.330", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72030", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72029, + "usage_id": 12 + }, + "1902.03.331": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.31, Kopierer/Archiv", "arch_name": "L.3.31@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72030", - "roomcode": "1902.03.331", - "usage": 110 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72045", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72030, + "usage_id": 110 + }, + "1902.03.332": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.32, Lager", "arch_name": "L.3.32@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72045", - "roomcode": "1902.03.332", - "usage": 30 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72046", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72045, + "usage_id": 30 + }, + "1902.03.333": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.33, B\u00fcro", "arch_name": "L.3.33@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72046", - "roomcode": "1902.03.333", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72047", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72046, + "usage_id": 12 + }, + "1902.03.334": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.34, B\u00fcro", "arch_name": "L.3.34@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72047", - "roomcode": "1902.03.334", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72048", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72047, + "usage_id": 12 + }, + "1902.03.335": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.35, B\u00fcro", "arch_name": "L.3.35@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72048", - "roomcode": "1902.03.335", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72031", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72048, + "usage_id": 12 + }, + "1902.03.336": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.36, B\u00fcro", "arch_name": "L.3.36@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72031", - "roomcode": "1902.03.336", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72049", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72031, + "usage_id": 12 + }, + "1902.03.337": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.37, B\u00fcro", "arch_name": "L.3.37@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72049", - "roomcode": "1902.03.337", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72050", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72049, + "usage_id": 12 + }, + "1902.03.340": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.40, B\u00fcro", "arch_name": "L.3.40@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72050", - "roomcode": "1902.03.340", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=71818", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72050, + "usage_id": 12 + }, + "1902.03.341": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.41, Besprechungsraum", "arch_name": "L.3.41@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=31093&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=71818", - "roomcode": "1902.03.341", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72051", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 31093, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71818, + "usage_id": 196 + }, + "1902.03.350": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.50, WC-Damen", "arch_name": "L.3.50@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72051", - "roomcode": "1902.03.350", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72052", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72051, + "usage_id": 116 + }, + "1902.03.351": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.51, WC-Damen", "arch_name": "L.3.51@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72052", - "roomcode": "1902.03.351", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72016", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72052, + "usage_id": 116 + }, + "1902.03.352": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.52, WC-Herren", "arch_name": "L.3.52@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72016", - "roomcode": "1902.03.352", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72017", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72016, + "usage_id": 115 + }, + "1902.03.353": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.53, WC-Herren", "arch_name": "L.3.53@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72017", - "roomcode": "1902.03.353", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72032", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72017, + "usage_id": 115 + }, + "1902.03.383": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.83, Empfangs-/Wartebereich", "arch_name": "L.3.83@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72032", - "roomcode": "1902.03.383", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72033", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72032, + "usage_id": 222 + }, + "1902.03.384": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.84, Flur", "arch_name": "L.3.84@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72033", - "roomcode": "1902.03.384", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72034", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72033, + "usage_id": 222 + }, + "1902.03.385": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.85, Flur", "arch_name": "L.3.85@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72034", - "roomcode": "1902.03.385", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72035", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72034, + "usage_id": 222 + }, + "1902.03.386": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.86, Flur", "arch_name": "L.3.86@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72035", - "roomcode": "1902.03.386", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 3.OG", - "address_link": "ris.einzelraum?raumkey=72036", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72035, + "usage_id": 222 + }, + "1902.03.387": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.3.87, Empfangs-/Wartebereich", "arch_name": "L.3.87@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72036", - "roomcode": "1902.03.387", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72053", + "area_id": 243, + "building_id": 2370, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72036, + "usage_id": 222 + }, + "1902.04.410": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.10, B\u00fcro", "arch_name": "L.4.10@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72053", - "roomcode": "1902.04.410", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72037", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72053, + "usage_id": 12 + }, + "1902.04.411": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.11, B\u00fcro", "arch_name": "L.4.11@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72037", - "roomcode": "1902.04.411", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72038", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72037, + "usage_id": 12 + }, + "1902.04.412": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.12, B\u00fcro", "arch_name": "L.4.12@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72038", - "roomcode": "1902.04.412", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72039", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72038, + "usage_id": 12 + }, + "1902.04.413": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.13, B\u00fcro", "arch_name": "L.4.13@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72039", - "roomcode": "1902.04.413", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72040", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72039, + "usage_id": 12 + }, + "1902.04.414": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.14, B\u00fcro", "arch_name": "L.4.14@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72040", - "roomcode": "1902.04.414", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72041", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72040, + "usage_id": 12 + }, + "1902.04.420": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.20, Teek\u00fcche", "arch_name": "L.4.20@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72041", - "roomcode": "1902.04.420", - "usage": 198 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72042", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72041, + "usage_id": 198 + }, + "1902.04.430": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.30, B\u00fcro", "arch_name": "L.4.30@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72042", - "roomcode": "1902.04.430", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72043", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72042, + "usage_id": 12 + }, + "1902.04.431": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.31, Kopierer/Archiv", "arch_name": "L.4.31@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72043", - "roomcode": "1902.04.431", - "usage": 110 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72044", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72043, + "usage_id": 110 + }, + "1902.04.432": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.32, Lager", "arch_name": "L.4.32@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72044", - "roomcode": "1902.04.432", - "usage": 30 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72054", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72044, + "usage_id": 30 + }, + "1902.04.433": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.33, B\u00fcro", "arch_name": "L.4.33@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72054", - "roomcode": "1902.04.433", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72055", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72054, + "usage_id": 12 + }, + "1902.04.434": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.34, B\u00fcro", "arch_name": "L.4.34@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72055", - "roomcode": "1902.04.434", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72056", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72055, + "usage_id": 12 + }, + "1902.04.435": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.35, B\u00fcro", "arch_name": "L.4.35@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72056", - "roomcode": "1902.04.435", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72057", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72056, + "usage_id": 12 + }, + "1902.04.436": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.36, Besprechungsraum", "arch_name": "L.4.36@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=31372&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72057", - "roomcode": "1902.04.436", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72058", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 31372, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72057, + "usage_id": 196 + }, + "1902.04.437": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.37, B\u00fcro", "arch_name": "L.4.37@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72058", - "roomcode": "1902.04.437", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72059", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72058, + "usage_id": 12 + }, + "1902.04.440": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.40, B\u00fcro", "arch_name": "L.4.40@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72059", - "roomcode": "1902.04.440", - "usage": 12 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72018", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72059, + "usage_id": 12 + }, + "1902.04.441": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.41, Besprechungsraum", "arch_name": "L.4.41@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=31373&cReadonly=J", - "list_index": "86", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72018", - "roomcode": "1902.04.441", - "usage": 196 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72019", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 31373, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72018, + "usage_id": 196 + }, + "1902.04.450": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.50, WC-Damen", "arch_name": "L.4.50@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72019", - "roomcode": "1902.04.450", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72020", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72019, + "usage_id": 116 + }, + "1902.04.451": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.51, WC-Damen", "arch_name": "L.4.51@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72020", - "roomcode": "1902.04.451", - "usage": 116 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72021", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72020, + "usage_id": 116 + }, + "1902.04.452": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.52, WC-Herren", "arch_name": "L.4.52@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72021", - "roomcode": "1902.04.452", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72022", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72021, + "usage_id": 115 + }, + "1902.04.453": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.53, WC-Herren", "arch_name": "L.4.53@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72022", - "roomcode": "1902.04.453", - "usage": 115 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72023", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72022, + "usage_id": 115 + }, + "1902.04.454": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.54, Beh.-WC", "arch_name": "L.4.54@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72023", - "roomcode": "1902.04.454", - "usage": 117 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72024", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72023, + "usage_id": 117 + }, + "1902.04.483": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.83, Flur", "arch_name": "L.4.83@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72024", - "roomcode": "1902.04.483", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72025", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72024, + "usage_id": 222 + }, + "1902.04.484": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.84, Flur", "arch_name": "L.4.84@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72025", - "roomcode": "1902.04.484", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72026", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72025, + "usage_id": 222 + }, + "1902.04.485": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.85, Flur", "arch_name": "L.4.85@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72026", - "roomcode": "1902.04.485", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 4.OG", - "address_link": "ris.einzelraum?raumkey=72060", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72026, + "usage_id": 222 + }, + "1902.04.486": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.4.86, Empfangs-/Wartebereich", "arch_name": "L.4.86@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=72060", - "roomcode": "1902.04.486", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 7.OG", - "address_link": "ris.einzelraum?raumkey=69818", + "area_id": 243, + "building_id": 2370, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72060, + "usage_id": 222 + }, + "1902.07.713": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.7.13, Lager", "arch_name": "L.7.13@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69818", - "roomcode": "1902.07.713", - "usage": 30 - }, - { - "address": "Bildungscampus 9, 7.OG", - "address_link": "ris.einzelraum?raumkey=69819", + "area_id": 243, + "building_id": 2370, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69818, + "usage_id": 30 + }, + "1902.07.764B": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.7.64.2, Server/Technik", "arch_name": "L.7.64.2@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69819", - "roomcode": "1902.07.764B", - "usage": 207 - }, - { - "address": "Bildungscampus 9, EG", - "address_link": "ris.einzelraum?raumkey=69838", + "area_id": 243, + "building_id": 2370, + "floor_level": "7.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69819, + "usage_id": 207 + }, + "1902.EG.010": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.0.10, Seminarraum", "arch_name": "L.0.10@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30140&cReadonly=J", - "extended": { - "additional_description": "L.0.10, Seminarraum", - "address": "Bildungscampus 9(1902), Erdgescho\u00df", - "architect_room_nr": "L.0.10@1902", - "area_m2": 108.0, - "building": "1902 Bildungscampus L", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69838", - "roomcode": "1902.EG.010", - "usage": 41 - }, - { - "address": "Bildungscampus 9, EG", - "address_link": "ris.einzelraum?raumkey=69839", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30140, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69838, + "usage_id": 41 + }, + "1902.EG.011": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.0.11, Teek\u00fcche", "arch_name": "L.0.11@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69839", - "roomcode": "1902.EG.011", - "usage": 198 - }, - { - "address": "Bildungscampus 9, EG", - "address_link": "ris.einzelraum?raumkey=69840", + "area_id": 243, + "building_id": 2370, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69839, + "usage_id": 198 + }, + "1902.EG.012": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.0.12, Lager", "arch_name": "L.0.12@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69840", - "roomcode": "1902.EG.012", - "usage": 30 - }, - { - "address": "Bildungscampus 9, EG", - "address_link": "ris.einzelraum?raumkey=69822", + "area_id": 243, + "building_id": 2370, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69840, + "usage_id": 30 + }, + "1902.EG.013": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.0.13, Seminarraum", "arch_name": "L.0.13@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=30141&cReadonly=J", - "extended": { - "additional_description": "L.0.13, Seminarraum", - "address": "Bildungscampus 9(1902), Erdgescho\u00df", - "architect_room_nr": "L.0.13@1902", - "area_m2": 108.0, - "building": "1902 Bildungscampus L", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69822", - "roomcode": "1902.EG.013", - "usage": 41 - }, - { - "address": "Bildungscampus 9, EG", - "address_link": "ris.einzelraum?raumkey=69823", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 30141, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69822, + "usage_id": 41 + }, + "1902.EG.085": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.0.85, Flur", "arch_name": "L.0.85@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69823", - "roomcode": "1902.EG.085", - "usage": 222 - }, - { - "address": "Bildungscampus 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=69820", + "area_id": 243, + "building_id": 2370, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69823, + "usage_id": 222 + }, + "1902.U1.013": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.U.13, VR-Labor", "arch_name": "L.U.13@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33593&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69820", - "roomcode": "1902.U1.013", - "usage": 135 - }, - { - "address": "Bildungscampus 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=69821", + "area_id": 243, + "building_id": 2370, + "calendar_resource_nr": 33593, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69820, + "usage_id": 135 + }, + "1902.U1.014": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "alt_name": "L.U.14, VR-Labor", "arch_name": "L.U.14@1902", - "b_area_id": 243, - "b_filter_id": 2370, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=69821", - "roomcode": "1902.U1.014", - "usage": 135 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75559", + "area_id": 243, + "building_id": 2370, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69821, + "usage_id": 135 + }, + "1910.01.120C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.20, B\u00fcro", "arch_name": "C.1.20@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75559", - "roomcode": "1910.01.120C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75575", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75559, + "usage_id": 12 + }, + "1910.01.121C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.21, B\u00fcro", "arch_name": "C.1.21@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75575", - "roomcode": "1910.01.121C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75576", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75575, + "usage_id": 12 + }, + "1910.01.122C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.22, B\u00fcro", "arch_name": "C.1.22@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75576", - "roomcode": "1910.01.122C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75577", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75576, + "usage_id": 12 + }, + "1910.01.123C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.23, B\u00fcro", "arch_name": "C.1.23@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75577", - "roomcode": "1910.01.123C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75578", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75577, + "usage_id": 12 + }, + "1910.01.124C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.24, B\u00fcro", "arch_name": "C.1.24@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75578", - "roomcode": "1910.01.124C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75579", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75578, + "usage_id": 12 + }, + "1910.01.130C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.30, B\u00fcro", "arch_name": "C.1.30@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75579", - "roomcode": "1910.01.130C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75580", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75579, + "usage_id": 12 + }, + "1910.01.131C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.31, B\u00fcro", "arch_name": "C.1.31@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75580", - "roomcode": "1910.01.131C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75560", - "alt_name": "C.1.32, Besprechungsraum", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75580, + "usage_id": 12 + }, + "1910.01.132C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, + "alt_name": "C.1.32, Besprechungsraum", "arch_name": "C.1.32@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33598&cReadonly=J", - "list_index": "28", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75560", - "roomcode": "1910.01.132C", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75581", + "area_id": 243, + "building_id": 3189, + "calendar_resource_nr": 33598, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75560, + "usage_id": 196 + }, + "1910.01.140C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.40, B\u00fcro", "arch_name": "C.1.40@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75581", - "roomcode": "1910.01.140C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75582", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75581, + "usage_id": 12 + }, + "1910.01.141C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.41, B\u00fcro", "arch_name": "C.1.41@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75582", - "roomcode": "1910.01.141C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75583", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75582, + "usage_id": 12 + }, + "1910.01.142C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.42, B\u00fcro", "arch_name": "C.1.42@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75583", - "roomcode": "1910.01.142C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75584", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75583, + "usage_id": 12 + }, + "1910.01.143C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.43, B\u00fcro", "arch_name": "C.1.43@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75584", - "roomcode": "1910.01.143C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75585", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75584, + "usage_id": 12 + }, + "1910.01.144C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.44, B\u00fcro", "arch_name": "C.1.44@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75585", - "roomcode": "1910.01.144C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75586", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75585, + "usage_id": 12 + }, + "1910.01.145C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.45, B\u00fcro", "arch_name": "C.1.45@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75586", - "roomcode": "1910.01.145C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75562", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75586, + "usage_id": 12 + }, + "1910.01.150C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.50, Besprechungsraum", "arch_name": "C.1.50@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75562", - "roomcode": "1910.01.150C", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75561", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75562, + "usage_id": 196 + }, + "1910.01.151C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.51, Besprechungsraum", "arch_name": "C.1.51@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75561", - "roomcode": "1910.01.151C", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75587", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75561, + "usage_id": 196 + }, + "1910.01.152C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.52, B\u00fcro", "arch_name": "C.1.52@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75587", - "roomcode": "1910.01.152C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75588", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75587, + "usage_id": 12 + }, + "1910.01.153C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.53, Teek\u00fcche", "arch_name": "C.1.53@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75588", - "roomcode": "1910.01.153C", - "usage": 198 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75542", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75588, + "usage_id": 198 + }, + "1910.01.154C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.54, Telefonbox", "arch_name": "C.1.54@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75542", - "roomcode": "1910.01.154C", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75543", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75542, + "usage_id": 196 + }, + "1910.01.155C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.55, Telefonbox", "arch_name": "C.1.55@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75543", - "roomcode": "1910.01.155C", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75544", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75543, + "usage_id": 196 + }, + "1910.01.156C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.56, Lager", "arch_name": "C.1.56@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75544", - "roomcode": "1910.01.156C", - "usage": 30 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75545", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75544, + "usage_id": 30 + }, + "1910.01.157C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.57, Kopierer/Archiv", "arch_name": "C.1.57@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75545", - "roomcode": "1910.01.157C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75540", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75545, + "usage_id": 12 + }, + "1910.01.182C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.1.82, Flur", "arch_name": "C.1.82@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75540", - "roomcode": "1910.01.182C", - "usage": 222 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75553", + "area_id": 243, + "building_id": 3189, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75540, + "usage_id": 222 + }, + "1910.EG.021C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.21, B\u00fcro", "arch_name": "C.0.21@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75553", - "roomcode": "1910.EG.021C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75571", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75553, + "usage_id": 12 + }, + "1910.EG.022C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.22, B\u00fcro", "arch_name": "C.0.22@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75571", - "roomcode": "1910.EG.022C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75572", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75571, + "usage_id": 12 + }, + "1910.EG.023C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.23, B\u00fcro", "arch_name": "C.0.23@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75572", - "roomcode": "1910.EG.023C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75573", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75572, + "usage_id": 12 + }, + "1910.EG.024C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.24, B\u00fcro", "arch_name": "C.0.24@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75573", - "roomcode": "1910.EG.024C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75574", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75573, + "usage_id": 12 + }, + "1910.EG.025C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.25, B\u00fcro", "arch_name": "C.0.25@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75574", - "roomcode": "1910.EG.025C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75554", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75574, + "usage_id": 12 + }, + "1910.EG.026C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.26, B\u00fcro", "arch_name": "C.0.26@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75554", - "roomcode": "1910.EG.026C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75555", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75554, + "usage_id": 12 + }, + "1910.EG.027C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.27, B\u00fcro", "arch_name": "C.0.27@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75555", - "roomcode": "1910.EG.027C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75556", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75555, + "usage_id": 12 + }, + "1910.EG.030C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.30, Drucker/Post/Technik", "arch_name": "C.0.30@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75556", - "roomcode": "1910.EG.030C", - "usage": 110 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75568", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75556, + "usage_id": 110 + }, + "1910.EG.041C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.41, WC", "arch_name": "C.0.41@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75568", - "roomcode": "1910.EG.041C", - "usage": 114 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75534", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75568, + "usage_id": 114 + }, + "1910.EG.042C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.42, B\u00fcro", "arch_name": "C.0.42@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75534", - "roomcode": "1910.EG.042C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75535", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75534, + "usage_id": 12 + }, + "1910.EG.043C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.43, B\u00fcro", "arch_name": "C.0.43@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75535", - "roomcode": "1910.EG.043C", - "usage": 12 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75546", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75535, + "usage_id": 12 + }, + "1910.EG.044C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.44, Besprechungsraum", "arch_name": "C.0.44@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33596&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75546", - "roomcode": "1910.EG.044C", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75547", + "area_id": 243, + "building_id": 3189, + "calendar_resource_nr": 33596, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75546, + "usage_id": 196 + }, + "1910.EG.045C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.45, Foyer H\u00f6rsaal", "arch_name": "C.0.45@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75547", - "roomcode": "1910.EG.045C", - "usage": 15 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75536", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75547, + "usage_id": 15 + }, + "1910.EG.046C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.46, WC", "arch_name": "C.0.46@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75536", - "roomcode": "1910.EG.046C", - "usage": 114 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75537", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75536, + "usage_id": 114 + }, + "1910.EG.047C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.47, WC", "arch_name": "C.0.47@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75537", - "roomcode": "1910.EG.047C", - "usage": 114 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75548", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75537, + "usage_id": 114 + }, + "1910.EG.050C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.50, H\u00f6rsaal", "arch_name": "C.0.50@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33597&cReadonly=J", - "extended": { - "additional_description": "C.0.50, H\u00f6rsaal", - "address": "Weipertstr. 8-10(1910), Erdgescho\u00df", - "architect_room_nr": "C.0.50@1910", - "area_m2": 246.61, - "building": "1910 Bildungscampus C", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "050C", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75548", - "roomcode": "1910.EG.050C", - "usage": 20 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75538", + "area_id": 243, + "building_id": 3189, + "calendar_resource_nr": 33597, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75548, + "usage_id": 20 + }, + "1910.EG.080C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.80, Windfang", "arch_name": "C.0.80@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75538", - "roomcode": "1910.EG.080C", - "usage": 52 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75539", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75538, + "usage_id": 52 + }, + "1910.EG.082C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.82, Flur", "arch_name": "C.0.82@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75539", - "roomcode": "1910.EG.082C", - "usage": 222 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75557", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75539, + "usage_id": 222 + }, + "1910.EG.083C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.83, Flur", "arch_name": "C.0.83@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75557", - "roomcode": "1910.EG.083C", - "usage": 222 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75558", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75557, + "usage_id": 222 + }, + "1910.EG.084C": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "C.0.84, Flur", "arch_name": "C.0.84@1910", - "b_area_id": 243, - "b_filter_id": 3189, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75558", - "roomcode": "1910.EG.084C", - "usage": 222 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75549", + "area_id": 243, + "building_id": 3189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75558, + "usage_id": 222 + }, + "1915.01.101": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.01, H\u00f6rsaal", "arch_name": "38.1.01@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33600&cReadonly=J", - "extended": { - "additional_description": "38.1.01, H\u00f6rsaal", - "address": "Etzelstr. 38(1915), 1.Obergescho\u00df", - "architect_room_nr": "38.1.01@1915", - "area_m2": 425.34, - "building": "1915 Bildungscampus/Etzelstr.38", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75549", - "roomcode": "1915.01.101", - "usage": 20 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75550", + "area_id": 243, + "building_id": 3191, + "calendar_resource_nr": 33600, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75549, + "usage_id": 20 + }, + "1915.01.102": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.02, H\u00f6rsaal", "arch_name": "38.1.02@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33601&cReadonly=J", - "extended": { - "additional_description": "38.1.02, H\u00f6rsaal", - "address": "Etzelstr. 38(1915), 1.Obergescho\u00df", - "architect_room_nr": "38.1.02@1915", - "area_m2": 380.38, - "building": "1915 Bildungscampus/Etzelstr.38", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "102", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75550", - "roomcode": "1915.01.102", - "usage": 20 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75551", + "area_id": 243, + "building_id": 3191, + "calendar_resource_nr": 33601, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75550, + "usage_id": 20 + }, + "1915.01.103": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.03, Foyer", "arch_name": "38.1.03@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75551", - "roomcode": "1915.01.103", - "usage": 15 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75522", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75551, + "usage_id": 15 + }, + "1915.01.104": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.04, B\u00fcro", "arch_name": "38.1.04@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75522", - "roomcode": "1915.01.104", - "usage": 12 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75564", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75522, + "usage_id": 12 + }, + "1915.01.106": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.06, WC-Damen", "arch_name": "38.1.06@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75564", - "roomcode": "1915.01.106", - "usage": 116 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75525", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75564, + "usage_id": 116 + }, + "1915.01.108": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.08, WC-Herren", "arch_name": "38.1.08@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75525", - "roomcode": "1915.01.108", - "usage": 115 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75523", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75525, + "usage_id": 115 + }, + "1915.01.109": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.09, B\u00fcro", "arch_name": "38.1.09@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75523", - "roomcode": "1915.01.109", - "usage": 12 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75524", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75523, + "usage_id": 12 + }, + "1915.01.110": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.10, IT", "arch_name": "38.1.10@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75524", - "roomcode": "1915.01.110", - "usage": 207 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75526", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75524, + "usage_id": 207 + }, + "1915.01.111": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.11, Beh.-WC", "arch_name": "38.1.11@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75526", - "roomcode": "1915.01.111", - "usage": 117 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75565", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75526, + "usage_id": 117 + }, + "1915.01.113": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "alt_name": "38.1.13, Automatenraum", "arch_name": "38.1.13@1915", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75565", - "roomcode": "1915.01.113", - "usage": 186 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75983", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "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", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75983", - "roomcode": "1915.01.116", - "usage": 222 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75980", + "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", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34192&cReadonly=J", - "extended": { - "additional_description": "38.1.17, Seminarraum", - "address": "Etzelstr. 38(1915), 1.Obergescho\u00df", - "architect_room_nr": "38.1.17@1915", - "area_m2": 50.41, - "building": "1915 Bildungscampus/Etzelstr.38", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "117", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75980", - "roomcode": "1915.01.117", - "usage": 41 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75981", + "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", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34193&cReadonly=J", - "extended": { - "additional_description": "38.1.18, Seminarraum", - "address": "Etzelstr. 38(1915), 1.Obergescho\u00df", - "architect_room_nr": "38.1.18@1915", - "area_m2": 40.88, - "building": "1915 Bildungscampus/Etzelstr.38", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "118", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75981", - "roomcode": "1915.01.118", - "usage": 41 - }, - { - "address": "Etzelstr. 38, 1.OG", - "address_link": "ris.einzelraum?raumkey=75982", + "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", - "b_area_id": 243, - "b_filter_id": 3191, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34194&cReadonly=J", - "extended": { - "additional_description": "38.1.19, Seminarraum", - "address": "Etzelstr. 38(1915), 1.Obergescho\u00df", - "architect_room_nr": "38.1.19@1915", - "area_m2": 47.33, - "building": "1915 Bildungscampus/Etzelstr.38", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "119", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75982", - "roomcode": "1915.01.119", - "usage": 41 - }, - { - "address": "Bildungscampus 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75975", + "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", - "b_area_id": 243, - "b_filter_id": 3289, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34152&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75975", - "roomcode": "1998.01.120", - "usage": 196 - }, - { - "address": "Bildungscampus 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75976", + "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", - "b_area_id": 243, - "b_filter_id": 3289, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34153&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75976", - "roomcode": "1998.01.123", - "usage": 196 - }, - { - "address": "Bildungscampus 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75977", + "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", - "b_area_id": 243, - "b_filter_id": 3289, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34154&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75977", - "roomcode": "1998.01.159", - "usage": 196 - }, - { - "address": "Bildungscampus 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75979", + "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", - "b_area_id": 243, - "b_filter_id": 3289, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=34155&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75979", - "roomcode": "1998.02.223", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75552", + "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": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.1.12, Aufenthaltsraum", "arch_name": "CB.1.12@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75552", - "roomcode": "1999.01.112", - "usage": 44 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75563", + "area_id": 243, + "building_id": 3190, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75552, + "usage_id": 44 + }, + "1999.01.113": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.1.13, Besprechungsraum", "arch_name": "CB.1.13@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33594&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75563", - "roomcode": "1999.01.113", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75521", + "area_id": 243, + "building_id": 3190, + "calendar_resource_nr": 33594, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75563, + "usage_id": 196 + }, + "1999.01.114": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.1.14, Besprechungsraum", "arch_name": "CB.1.14@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33595&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75521", - "roomcode": "1999.01.114", - "usage": 196 - }, - { - "address": "Weipertstr. 8-10, 1.OG", - "address_link": "ris.einzelraum?raumkey=75566", + "area_id": 243, + "building_id": 3190, + "calendar_resource_nr": 33595, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75521, + "usage_id": 196 + }, + "1999.01.115": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.1.15, Flur", "arch_name": "CB.1.15@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75566", - "roomcode": "1999.01.115", - "usage": 222 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75520", + "area_id": 243, + "building_id": 3190, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75566, + "usage_id": 222 + }, + "1999.EG.001": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.01, Seminarraum", "arch_name": "CB.0.01@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": "tvKalender.wSicht?cOrg=49382&cRes=33599&cReadonly=J", - "extended": { - "additional_description": "CB.0.01, Seminarraum", - "address": "Weipertstr. 8-10(1999), Erdgescho\u00df", - "architect_room_nr": "CB.0.01@1999", - "area_m2": 68.88, - "building": "1999 Containerburg CB", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "74076 Heilbronn" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75520", - "roomcode": "1999.EG.001", - "usage": 41 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75567", + "area_id": 243, + "building_id": 3190, + "calendar_resource_nr": 33599, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75520, + "usage_id": 41 + }, + "1999.EG.002": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.02, Flur", "arch_name": "CB.0.02@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75567", - "roomcode": "1999.EG.002", - "usage": 222 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75527", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75567, + "usage_id": 222 + }, + "1999.EG.003": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.03, WC-Damen", "arch_name": "CB.0.03@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75527", - "roomcode": "1999.EG.003", - "usage": 116 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75528", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75527, + "usage_id": 116 + }, + "1999.EG.004": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.04, WC-Damen", "arch_name": "CB.0.04@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75528", - "roomcode": "1999.EG.004", - "usage": 116 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75531", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75528, + "usage_id": 116 + }, + "1999.EG.005": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.05, WC-Herren", "arch_name": "CB.0.05@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75531", - "roomcode": "1999.EG.005", - "usage": 115 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75532", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75531, + "usage_id": 115 + }, + "1999.EG.006": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.06, WC-Herren", "arch_name": "CB.0.06@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75532", - "roomcode": "1999.EG.006", - "usage": 115 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75529", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75532, + "usage_id": 115 + }, + "1999.EG.007": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.07, WC-Damen", "arch_name": "CB.0.07@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75529", - "roomcode": "1999.EG.007", - "usage": 116 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75530", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75529, + "usage_id": 116 + }, + "1999.EG.008": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.08, WC-Damen", "arch_name": "CB.0.08@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75530", - "roomcode": "1999.EG.008", - "usage": 116 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75533", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75530, + "usage_id": 116 + }, + "1999.EG.009": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.09, WC-Herren", "arch_name": "CB.0.09@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75533", - "roomcode": "1999.EG.009", - "usage": 115 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75569", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75533, + "usage_id": 115 + }, + "1999.EG.010": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.10, WC-Herren", "arch_name": "CB.0.10@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75569", - "roomcode": "1999.EG.010", - "usage": 115 - }, - { - "address": "Weipertstr. 8-10, EG", - "address_link": "ris.einzelraum?raumkey=75570", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75569, + "usage_id": 115 + }, + "1999.EG.011": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "alt_name": "CB.0.11, Beh.-WC", "arch_name": "CB.0.11@1999", - "b_area_id": 243, - "b_filter_id": 3190, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49382", - "operator": "[ TUWIH01 ]", - "plz_place": "74076 Heilbronn", - "room_link": "wbRaum.editRaum?pRaumNr=75570", - "roomcode": "1999.EG.011", - "usage": 117 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43359", + "area_id": 243, + "building_id": 3190, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75570, + "usage_id": 117 + }, + "2103.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "010, Umkleide", "arch_name": "010@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43359", - "roomcode": "2103.01.010", - "usage": 121 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43365", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43359, + "usage_id": 121 + }, + "2103.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "011, Waschraum", "arch_name": "011@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43365", - "roomcode": "2103.01.011", - "usage": 210 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43430", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43365, + "usage_id": 210 + }, + "2103.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "012, Schreinerei", "arch_name": "012@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43430", - "roomcode": "2103.01.012", - "usage": 107 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43437", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43430, + "usage_id": 107 + }, + "2103.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "020, Dachbodenlager", "arch_name": "020@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43437", - "roomcode": "2103.01.020", - "usage": 159 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43444", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43437, + "usage_id": 159 + }, + "2103.01.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "024, Treppe", "arch_name": "024@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43444", - "roomcode": "2103.01.024", - "usage": 223 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43508", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43444, + "usage_id": 223 + }, + "2103.01.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "027, Flur", "arch_name": "027@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43508", - "roomcode": "2103.01.027", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43517", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43508, + "usage_id": 222 + }, + "2103.01.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "028, Treppenhaus", "arch_name": "028@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43517", - "roomcode": "2103.01.028", - "usage": 223 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43522", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43517, + "usage_id": 223 + }, + "2103.01.080": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "080, Lager", "arch_name": "080@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43522", - "roomcode": "2103.01.080", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43590", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43522, + "usage_id": 30 + }, + "2103.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "110, Luftversorgung", "arch_name": "110@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43590", - "roomcode": "2103.01.110", - "usage": 32 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43595", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43590, + "usage_id": 32 + }, + "2103.01.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "158, Luftversorgung", "arch_name": "158@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43595", - "roomcode": "2103.01.158", - "usage": 32 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43602", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43595, + "usage_id": 32 + }, + "2103.01.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "162, Luftversorgung", "arch_name": "162@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43602", - "roomcode": "2103.01.162", - "usage": 32 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43918", + "area_id": 20, + "building_id": 614, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43602, + "usage_id": 32 + }, + "2103.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "008, Treppenhaus", "arch_name": "008@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43918", - "roomcode": "2103.EG.008", - "usage": 223 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43924", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43918, + "usage_id": 223 + }, + "2103.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "009, Flur", "arch_name": "009@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43924", - "roomcode": "2103.EG.009", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43930", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43924, + "usage_id": 222 + }, + "2103.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "010, Aufenthalt", "arch_name": "010@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43930", - "roomcode": "2103.EG.010", - "usage": 44 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44009", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43930, + "usage_id": 44 + }, + "2103.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "011, WC-Herren", "arch_name": "011@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44009", - "roomcode": "2103.EG.011", - "usage": 115 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44013", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44009, + "usage_id": 115 + }, + "2103.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "020, Feinmechanische Werkstatt", "arch_name": "020@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44013", - "roomcode": "2103.EG.020", - "usage": 108 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44018", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44013, + "usage_id": 108 + }, + "2103.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "030, Feinmechanische Werkstatt", "arch_name": "030@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44018", - "roomcode": "2103.EG.030", - "usage": 108 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44023", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44018, + "usage_id": 108 + }, + "2103.EG.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "040, Werkmeisterb\u00fcro", "arch_name": "040@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44023", - "roomcode": "2103.EG.040", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44030", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44023, + "usage_id": 12 + }, + "2103.EG.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "050, Lager", "arch_name": "050@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44030", - "roomcode": "2103.EG.050", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44217", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44030, + "usage_id": 30 + }, + "2103.EG.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "060, Messraum", "arch_name": "060@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44217", - "roomcode": "2103.EG.060", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44220", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44217, + "usage_id": 103 + }, + "2103.EG.070": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "070, Grobmechanische Werkstatt", "arch_name": "070@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44220", - "roomcode": "2103.EG.070", - "usage": 51 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=44228", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44220, + "usage_id": 51 + }, + "2103.EG.080": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "080, Lager", "arch_name": "080@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44228", - "roomcode": "2103.EG.080", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42891", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44228, + "usage_id": 30 + }, + "2103.EG.090": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "090, Lager", "arch_name": "090@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42891", - "roomcode": "2103.EG.090", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42905", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42891, + "usage_id": 30 + }, + "2103.EG.090A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "090A, Flur", "arch_name": "090A@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42905", - "roomcode": "2103.EG.090A", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42984", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42905, + "usage_id": 222 + }, + "2103.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "100, Messraum", "arch_name": "100@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42984", - "roomcode": "2103.EG.100", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42989", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42984, + "usage_id": 103 + }, + "2103.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "110, Kolbenmaschinenpr\u00fcfstand", "arch_name": "110@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42989", - "roomcode": "2103.EG.110", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42993", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42989, + "usage_id": 194 + }, + "2103.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "120, W\u00e4scherei, Waschk\u00fcche", "arch_name": "120@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42993", - "roomcode": "2103.EG.120", - "usage": 181 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42997", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42993, + "usage_id": 181 + }, + "2103.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "130, Technolog. Labor (K.B., MV)", "arch_name": "130@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42997", - "roomcode": "2103.EG.130", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43004", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42997, + "usage_id": 194 + }, + "2103.EG.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "140, \u00dcbungsraum", "arch_name": "140@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "extended": { - "additional_description": "140, \u00dcbungsraum", - "address": "Schragenhofstr. 31(2103), Erdgescho\u00df", - "architect_room_nr": "140@2103", - "area_m2": 27.4, - "building": "2103 Werkstattgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "140", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43004", - "roomcode": "2103.EG.140", - "usage": 20 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43077", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43004, + "usage_id": 20 + }, + "2103.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "150, Messraum", "arch_name": "150@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43077", - "roomcode": "2103.EG.150", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43082", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43077, + "usage_id": 103 + }, + "2103.EG.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "151, Kolbenmaschinenpr\u00fcfstand", "arch_name": "151@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43082", - "roomcode": "2103.EG.151", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43087", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43082, + "usage_id": 194 + }, + "2103.EG.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "152, Kolbenmaschinenpr\u00fcfstand", "arch_name": "152@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43087", - "roomcode": "2103.EG.152", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43092", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43087, + "usage_id": 194 + }, + "2103.EG.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "153, Kolbenmaschinenpr\u00fcfstand", "arch_name": "153@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43092", - "roomcode": "2103.EG.153", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43174", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43092, + "usage_id": 194 + }, + "2103.EG.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "154, Kolbenmaschinenpr\u00fcfstand", "arch_name": "154@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43174", - "roomcode": "2103.EG.154", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43178", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43174, + "usage_id": 194 + }, + "2103.EG.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "155, Stromversorgung", "arch_name": "155@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43178", - "roomcode": "2103.EG.155", - "usage": 160 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43181", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43178, + "usage_id": 160 + }, + "2103.EG.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "156, Messraum", "arch_name": "156@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43181", - "roomcode": "2103.EG.156", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43188", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43181, + "usage_id": 103 + }, + "2103.EG.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "157, Kolbenmaschinenpr\u00fcfstand", "arch_name": "157@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43188", - "roomcode": "2103.EG.157", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43194", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43188, + "usage_id": 194 + }, + "2103.EG.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "158, Technolog. Labor (>750)", "arch_name": "158@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43194", - "roomcode": "2103.EG.158", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43256", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43194, + "usage_id": 194 + }, + "2103.EG.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "159, Messraum", "arch_name": "159@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43256", - "roomcode": "2103.EG.159", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43264", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43256, + "usage_id": 103 + }, + "2103.EG.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "160, Kolbenmaschinenpr\u00fcfstand", "arch_name": "160@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43264", - "roomcode": "2103.EG.160", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43270", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43264, + "usage_id": 194 + }, + "2103.EG.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "161, Messraum", "arch_name": "161@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43270", - "roomcode": "2103.EG.161", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43343", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43270, + "usage_id": 103 + }, + "2103.EG.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "162, Kolbenmaschinenpr\u00fcfstand", "arch_name": "162@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43343", - "roomcode": "2103.EG.162", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43348", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43343, + "usage_id": 194 + }, + "2103.EG.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "163, Messraum", "arch_name": "163@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43348", - "roomcode": "2103.EG.163", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=66707", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43348, + "usage_id": 103 + }, + "2103.EG.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "199, Container/\u00d6llager", "arch_name": "199@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66707", - "roomcode": "2103.EG.199", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43835", + "area_id": 20, + "building_id": 614, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66707, + "usage_id": 30 + }, + "2103.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "010, Luft-/K\u00e4lteversorgung", "arch_name": "010@2103", - "b_area_id": 20, - "b_filter_id": 614, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43835", - "roomcode": "2103.U1.010", - "usage": 32 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43606", + "area_id": 20, + "building_id": 614, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43835, + "usage_id": 32 + }, + "2104.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "111, Werkstatt/Blechbearb./hydraulische Presse/Ble", "arch_name": "111@2104", - "b_area_id": 20, - "b_filter_id": 615, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43606", - "roomcode": "2104.EG.111", - "usage": 51 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43610", + "area_id": 20, + "building_id": 615, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43606, + "usage_id": 51 + }, + "2105.EG.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "222, Teilelager", "arch_name": "222@2105", - "b_area_id": 20, - "b_filter_id": 616, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43610", - "roomcode": "2105.EG.222", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43670", + "area_id": 20, + "building_id": 616, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43610, + "usage_id": 30 + }, + "2105.EG.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "333, Stromversorgung", "arch_name": "333@2105", - "b_area_id": 20, - "b_filter_id": 616, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43670", - "roomcode": "2105.EG.333", - "usage": 160 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43674", + "area_id": 20, + "building_id": 616, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43670, + "usage_id": 160 + }, + "2105.EG.444": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "444, Stromversorgung", "arch_name": "444@2105", - "b_area_id": 20, - "b_filter_id": 616, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43674", - "roomcode": "2105.EG.444", - "usage": 160 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43678", + "area_id": 20, + "building_id": 616, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43674, + "usage_id": 160 + }, + "2105.EG.555": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "555, Pr\u00fcfstand", "arch_name": "555@2105", - "b_area_id": 20, - "b_filter_id": 616, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43678", - "roomcode": "2105.EG.555", - "usage": 194 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=58863", + "area_id": 20, + "building_id": 616, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43678, + "usage_id": 194 + }, + "2105.EG.555A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "555A, Mittelspannungshauptverteiler", "arch_name": "555A@2105", - "b_area_id": 20, - "b_filter_id": 616, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58863", - "roomcode": "2105.EG.555A", - "usage": 160 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=66706", + "area_id": 20, + "building_id": 616, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58863, + "usage_id": 160 + }, + "2105.EG.556": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "556, Container/Messraum", "arch_name": "556@2105", - "b_area_id": 20, - "b_filter_id": 616, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66706", - "roomcode": "2105.EG.556", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43681", + "area_id": 20, + "building_id": 616, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66706, + "usage_id": 103 + }, + "2106.EG.666": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "666, Ger\u00e4teabstellraum", "arch_name": "666@2106", - "b_area_id": 20, - "b_filter_id": 617, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43681", - "roomcode": "2106.EG.666", - "usage": 159 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43369", + "area_id": 20, + "building_id": 617, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43681, + "usage_id": 159 + }, + "2107.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "101, Seminarraum", "arch_name": "101@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": "tvKalender.wSicht?cOrg=15318&cRes=18462&cReadonly=J", - "extended": { - "additional_description": "101, Seminarraum", - "address": "Schragenhofstr. 31(2107), 1.Obergescho\u00df", - "architect_room_nr": "101@2107", - "area_m2": 75.47, - "building": "2107 Institutsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43369", - "roomcode": "2107.01.101", - "usage": 41 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43377", + "area_id": 20, + "building_id": 618, + "calendar_resource_nr": 18462, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15318, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43369, + "usage_id": 41 + }, + "2107.01.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "101A, Putzraum", "arch_name": "101A@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43377", - "roomcode": "2107.01.101A", - "usage": 205 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43381", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43377, + "usage_id": 205 + }, + "2107.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43381", - "roomcode": "2107.01.102", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43389", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43381, + "usage_id": 12 + }, + "2107.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43389", - "roomcode": "2107.01.103", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43450", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43389, + "usage_id": 12 + }, + "2107.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43450", - "roomcode": "2107.01.104", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43457", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43450, + "usage_id": 12 + }, + "2107.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43457", - "roomcode": "2107.01.105", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43462", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43457, + "usage_id": 12 + }, + "2107.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "106, Dachspeicher", "arch_name": "106@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43462", - "roomcode": "2107.01.106", - "usage": 159 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43466", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43462, + "usage_id": 159 + }, + "2107.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "107, WC", "arch_name": "107@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43466", - "roomcode": "2107.01.107", - "usage": 114 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43529", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43466, + "usage_id": 114 + }, + "2107.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "108, Dachspeicher", "arch_name": "108@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43529", - "roomcode": "2107.01.108", - "usage": 159 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43534", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43529, + "usage_id": 159 + }, + "2107.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "109, Treppenhaus", "arch_name": "109@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43534", - "roomcode": "2107.01.109", - "usage": 223 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43538", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43534, + "usage_id": 223 + }, + "2107.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "110, Flur", "arch_name": "110@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43538", - "roomcode": "2107.01.110", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, 1.OG", - "address_link": "ris.einzelraum?raumkey=43542", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43538, + "usage_id": 222 + }, + "2107.01.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "110A, LRZ-Verteilerknoten", "arch_name": "110A@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43542", - "roomcode": "2107.01.110A", - "usage": 120 - }, - { - "address": "Schragenhofstr. 31, DG", - "address_link": "ris.einzelraum?raumkey=43547", + "area_id": 20, + "building_id": 618, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43542, + "usage_id": 120 + }, + "2107.DG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "201, Dachspeicher", "arch_name": "201@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43547", - "roomcode": "2107.DG.201", - "usage": 159 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42914", + "area_id": 20, + "building_id": 618, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43547, + "usage_id": 159 + }, + "2107.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "001, Besprechungsraum", "arch_name": "001@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42914", - "roomcode": "2107.EG.001", - "usage": 196 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42925", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42914, + "usage_id": 196 + }, + "2107.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42925", - "roomcode": "2107.EG.002", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42927", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42925, + "usage_id": 12 + }, + "2107.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "003, Sekretariat", "arch_name": "003@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42927", - "roomcode": "2107.EG.003", - "usage": 40 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42929", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42927, + "usage_id": 40 + }, + "2107.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "004, Prof.-B\u00fcro", "arch_name": "004@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42929", - "roomcode": "2107.EG.004", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42933", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42929, + "usage_id": 12 + }, + "2107.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42933", - "roomcode": "2107.EG.005", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=42936", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42933, + "usage_id": 12 + }, + "2107.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "006, B\u00fcro", "arch_name": "006@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42936", - "roomcode": "2107.EG.006", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43007", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42936, + "usage_id": 12 + }, + "2107.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43007", - "roomcode": "2107.EG.007", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43013", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43007, + "usage_id": 12 + }, + "2107.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "008, B\u00fcro", "arch_name": "008@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43013", - "roomcode": "2107.EG.008", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43019", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43013, + "usage_id": 12 + }, + "2107.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "009, Kopierer", "arch_name": "009@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43019", - "roomcode": "2107.EG.009", - "usage": 110 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43023", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43019, + "usage_id": 110 + }, + "2107.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "010, B\u00fcro", "arch_name": "010@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43023", - "roomcode": "2107.EG.010", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43028", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43023, + "usage_id": 12 + }, + "2107.EG.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "010A, Vorraum", "arch_name": "010A@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43028", - "roomcode": "2107.EG.010A", - "usage": 50 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43100", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43028, + "usage_id": 50 + }, + "2107.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "011, B\u00fcro", "arch_name": "011@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43100", - "roomcode": "2107.EG.011", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43109", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43100, + "usage_id": 12 + }, + "2107.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "012, B\u00fcro", "arch_name": "012@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43109", - "roomcode": "2107.EG.012", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43115", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43109, + "usage_id": 12 + }, + "2107.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "013, WC-Herren", "arch_name": "013@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43115", - "roomcode": "2107.EG.013", - "usage": 115 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43120", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43115, + "usage_id": 115 + }, + "2107.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "014, WC-Damen", "arch_name": "014@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43120", - "roomcode": "2107.EG.014", - "usage": 116 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43124", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43120, + "usage_id": 116 + }, + "2107.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "015, WC", "arch_name": "015@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43124", - "roomcode": "2107.EG.015", - "usage": 114 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43198", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43124, + "usage_id": 114 + }, + "2107.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "016, Bad", "arch_name": "016@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43198", - "roomcode": "2107.EG.016", - "usage": 112 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43211", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43198, + "usage_id": 112 + }, + "2107.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "017, Lager", "arch_name": "017@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43211", - "roomcode": "2107.EG.017", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43213", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43211, + "usage_id": 30 + }, + "2107.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "018, Besprechungsraum", "arch_name": "018@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43213", - "roomcode": "2107.EG.018", - "usage": 196 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43219", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43213, + "usage_id": 196 + }, + "2107.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "019, B\u00fcro", "arch_name": "019@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43219", - "roomcode": "2107.EG.019", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43279", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43219, + "usage_id": 12 + }, + "2107.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "020, B\u00fcro", "arch_name": "020@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43279", - "roomcode": "2107.EG.020", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43285", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43279, + "usage_id": 12 + }, + "2107.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "021, Flur", "arch_name": "021@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43285", - "roomcode": "2107.EG.021", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43290", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43285, + "usage_id": 222 + }, + "2107.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "022, Treppenhaus", "arch_name": "022@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43290", - "roomcode": "2107.EG.022", - "usage": 223 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43297", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43290, + "usage_id": 223 + }, + "2107.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "023, Flur", "arch_name": "023@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43297", - "roomcode": "2107.EG.023", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43300", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43297, + "usage_id": 222 + }, + "2107.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "024, Windfang", "arch_name": "024@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43300", - "roomcode": "2107.EG.024", - "usage": 52 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43756", + "area_id": 20, + "building_id": 618, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43300, + "usage_id": 52 + }, + "2107.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-101, B\u00fcro", "arch_name": "-101@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43756", - "roomcode": "2107.U1.101", - "usage": 12 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43762", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43756, + "usage_id": 12 + }, + "2107.U1.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-102, Studentenraum", "arch_name": "-102@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43762", - "roomcode": "2107.U1.102", - "usage": 208 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43765", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43762, + "usage_id": 208 + }, + "2107.U1.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-103, Rechnerraum", "arch_name": "-103@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": "tvKalender.wSicht?cOrg=15318&cRes=18848&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43765", - "roomcode": "2107.U1.103", - "usage": 207 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43772", + "area_id": 20, + "building_id": 618, + "calendar_resource_nr": 18848, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43765, + "usage_id": 207 + }, + "2107.U1.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-104, Chemisch-Techn. Labor", "arch_name": "-104@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43772", - "roomcode": "2107.U1.104", - "usage": 102 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43843", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43772, + "usage_id": 102 + }, + "2107.U1.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-105, Elektroniklabor", "arch_name": "-105@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43843", - "roomcode": "2107.U1.105", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43848", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43843, + "usage_id": 103 + }, + "2107.U1.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-106, Messraum/Elektro-Labor", "arch_name": "-106@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43848", - "roomcode": "2107.U1.106", - "usage": 103 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43859", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43848, + "usage_id": 103 + }, + "2107.U1.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-107, Kellerlager", "arch_name": "-107@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43859", - "roomcode": "2107.U1.107", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43865", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43859, + "usage_id": 30 + }, + "2107.U1.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-108, Elektrolager", "arch_name": "-108@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43865", - "roomcode": "2107.U1.108", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43954", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43865, + "usage_id": 30 + }, + "2107.U1.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-109, Elektrolager", "arch_name": "-109@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43954", - "roomcode": "2107.U1.109", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43957", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43954, + "usage_id": 30 + }, + "2107.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-110, Elektrolager", "arch_name": "-110@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43957", - "roomcode": "2107.U1.110", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43964", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43957, + "usage_id": 30 + }, + "2107.U1.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-111, Elektrolager", "arch_name": "-111@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43964", - "roomcode": "2107.U1.111", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44035", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43964, + "usage_id": 30 + }, + "2107.U1.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-112, Bibliothek", "arch_name": "-112@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44035", - "roomcode": "2107.U1.112", - "usage": 10 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44039", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44035, + "usage_id": 10 + }, + "2107.U1.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-113, Telefonanlage", "arch_name": "-113@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44039", - "roomcode": "2107.U1.113", - "usage": 202 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44045", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44039, + "usage_id": 202 + }, + "2107.U1.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-114, Gasversorgung", "arch_name": "-114@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44045", - "roomcode": "2107.U1.114", - "usage": 17 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44050", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44045, + "usage_id": 17 + }, + "2107.U1.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-115, Heizung", "arch_name": "-115@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44050", - "roomcode": "2107.U1.115", - "usage": 201 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44132", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44050, + "usage_id": 201 + }, + "2107.U1.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-116, Kellerlager", "arch_name": "-116@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44132", - "roomcode": "2107.U1.116", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44163", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44132, + "usage_id": 30 + }, + "2107.U1.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-117, Kellerlager", "arch_name": "-117@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44163", - "roomcode": "2107.U1.117", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44239", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44163, + "usage_id": 30 + }, + "2107.U1.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-118, Vorraum", "arch_name": "-118@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44239", - "roomcode": "2107.U1.118", - "usage": 50 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44246", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44239, + "usage_id": 50 + }, + "2107.U1.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-119, Kellerlager", "arch_name": "-119@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44246", - "roomcode": "2107.U1.119", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44250", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44246, + "usage_id": 30 + }, + "2107.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-120, Serverraum", "arch_name": "-120@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44250", - "roomcode": "2107.U1.120", - "usage": 207 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44255", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44250, + "usage_id": 207 + }, + "2107.U1.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-122, Flur", "arch_name": "-122@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44255", - "roomcode": "2107.U1.122", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44260", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44255, + "usage_id": 222 + }, + "2107.U1.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-123, Flur", "arch_name": "-123@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44260", - "roomcode": "2107.U1.123", - "usage": 222 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=44267", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44260, + "usage_id": 222 + }, + "2107.U1.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-124, Treppe", "arch_name": "-124@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44267", - "roomcode": "2107.U1.124", - "usage": 223 - }, - { - "address": "Schragenhofstr. 31, 2.UG", - "address_link": "ris.einzelraum?raumkey=43685", + "area_id": 20, + "building_id": 618, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44267, + "usage_id": 223 + }, + "2107.U2.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "-215, Heizung", "arch_name": "-215@2107", - "b_area_id": 20, - "b_filter_id": 618, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43685", - "roomcode": "2107.U2.215", - "usage": 201 - }, - { - "address": "Schragenhofstr. 31, 1.UG", - "address_link": "ris.einzelraum?raumkey=43615", + "area_id": 20, + "building_id": 618, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43685, + "usage_id": 201 + }, + "2108.U1.888": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "888, Lager", "arch_name": "888@2108", - "b_area_id": 20, - "b_filter_id": 619, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43615", - "roomcode": "2108.U1.888", - "usage": 30 - }, - { - "address": "Schragenhofstr. 31, EG", - "address_link": "ris.einzelraum?raumkey=43621", + "area_id": 20, + "building_id": 619, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43615, + "usage_id": 30 + }, + "2109.EG.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "alt_name": "999, Tankstelle/Fahrradabstellbereich", "arch_name": "999@2109", - "b_area_id": 20, - "b_filter_id": 620, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43621", - "roomcode": "2109.EG.999", - "usage": 218 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42617", + "area_id": 20, + "building_id": 620, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43621, + "usage_id": 218 + }, + "2309.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9101, Forum (Reinigen)", "arch_name": "9101@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33474&cReadonly=J", - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42617", - "roomcode": "2309.01.101", - "usage": 218 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42671", + "area_id": 18, + "building_id": 607, + "calendar_resource_nr": 33474, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42617, + "usage_id": 218 + }, + "2309.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9102, B\u00fcro-Lehrer", "arch_name": "9102@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42671", - "roomcode": "2309.01.102", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42677", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42671, + "usage_id": 12 + }, + "2309.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9103, Kiosk vermietet", "arch_name": "9103@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42677", - "roomcode": "2309.01.103", - "usage": 164 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42679", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26055, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42677, + "usage_id": 164 + }, + "2309.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "1104, Kiosk vermietet", "arch_name": "1104@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42679", - "roomcode": "2309.01.104", - "usage": 164 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42730", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42679, + "usage_id": 164 + }, + "2309.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9105, Tennis-Shop vermietet", "arch_name": "9105@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42730", - "roomcode": "2309.01.105", - "usage": 164 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42733", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42730, + "usage_id": 164 + }, + "2309.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9106, Erste Hilfe Raum", "arch_name": "9106@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42733", - "roomcode": "2309.01.106", - "usage": 178 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42736", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42733, + "usage_id": 178 + }, + "2309.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9107, Rezeption", "arch_name": "9107@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42736", - "roomcode": "2309.01.107", - "usage": 164 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42739", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42736, + "usage_id": 164 + }, + "2309.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9108, WC-Damen", "arch_name": "9108@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42739", - "roomcode": "2309.01.108", - "usage": 116 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42741", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42739, + "usage_id": 116 + }, + "2309.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9109, Lager-Verpachtet", "arch_name": "9109@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42741", - "roomcode": "2309.01.109", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42793", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42741, + "usage_id": 30 + }, + "2309.01.109A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9109A, Lager-Verpachtet", "arch_name": "9109A@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42793", - "roomcode": "2309.01.109A", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42794", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42793, + "usage_id": 30 + }, + "2309.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9110, WC-Herren", "arch_name": "9110@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42794", - "roomcode": "2309.01.110", - "usage": 115 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42796", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42794, + "usage_id": 115 + }, + "2309.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9111, Dusche", "arch_name": "9111@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42796", - "roomcode": "2309.01.111", - "usage": 113 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42798", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42796, + "usage_id": 113 + }, + "2309.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9112, WC", "arch_name": "9112@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42798", - "roomcode": "2309.01.112", - "usage": 114 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=41991", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42798, + "usage_id": 114 + }, + "2309.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9113, Umkleide 1", "arch_name": "9113@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41991", - "roomcode": "2309.01.113", - "usage": 121 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=41993", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41991, + "usage_id": 121 + }, + "2309.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9114, Flur", "arch_name": "9114@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41993", - "roomcode": "2309.01.114", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=41995", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41993, + "usage_id": 222 + }, + "2309.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9115, Dusche", "arch_name": "9115@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41995", - "roomcode": "2309.01.115", - "usage": 113 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=41997", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41995, + "usage_id": 113 + }, + "2309.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9116, WC", "arch_name": "9116@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41997", - "roomcode": "2309.01.116", - "usage": 114 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=41999", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41997, + "usage_id": 114 + }, + "2309.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9117, Umkleide 2", "arch_name": "9117@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41999", - "roomcode": "2309.01.117", - "usage": 121 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42001", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41999, + "usage_id": 121 + }, + "2309.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9118, Vorraum", "arch_name": "9118@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42001", - "roomcode": "2309.01.118", - "usage": 50 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42047", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42001, + "usage_id": 50 + }, + "2309.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9119, Dusche", "arch_name": "9119@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42047", - "roomcode": "2309.01.119", - "usage": 113 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42050", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42047, + "usage_id": 113 + }, + "2309.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9120, WC", "arch_name": "9120@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42050", - "roomcode": "2309.01.120", - "usage": 114 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42051", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42050, + "usage_id": 114 + }, + "2309.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9121, Umkleide 3", "arch_name": "9121@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42051", - "roomcode": "2309.01.121", - "usage": 121 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42054", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42051, + "usage_id": 121 + }, + "2309.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9122, Vorraum", "arch_name": "9122@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42054", - "roomcode": "2309.01.122", - "usage": 50 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42057", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42054, + "usage_id": 50 + }, + "2309.01.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9123, Dusche, auch Gruppen", "arch_name": "9123@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42057", - "roomcode": "2309.01.123", - "usage": 113 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42058", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42057, + "usage_id": 113 + }, + "2309.01.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9124, WC mit Vorraum", "arch_name": "9124@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42058", - "roomcode": "2309.01.124", - "usage": 37 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42059", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42058, + "usage_id": 37 + }, + "2309.01.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9125, Umkleide.-Kabine", "arch_name": "9125@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42059", - "roomcode": "2309.01.125", - "usage": 121 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42102", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42059, + "usage_id": 121 + }, + "2309.01.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9126, Vorraum", "arch_name": "9126@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42102", - "roomcode": "2309.01.126", - "usage": 37 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21859", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42102, + "usage_id": 37 + }, + "2309.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9127, Dusche", "arch_name": "9127@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21859", - "roomcode": "2309.01.127", - "usage": 113 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42105", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21859, + "usage_id": 113 + }, + "2309.01.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9128, WC", "arch_name": "9128@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42105", - "roomcode": "2309.01.128", - "usage": 114 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42108", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42105, + "usage_id": 114 + }, + "2309.01.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9129, Umkleide 5", "arch_name": "9129@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42108", - "roomcode": "2309.01.129", - "usage": 121 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42109", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42108, + "usage_id": 121 + }, + "2309.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9130, Vorraum", "arch_name": "9130@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42109", - "roomcode": "2309.01.130", - "usage": 50 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42110", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42109, + "usage_id": 50 + }, + "2309.01.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9131, Lager", "arch_name": "9131@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42110", - "roomcode": "2309.01.131", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42157", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42110, + "usage_id": 30 + }, + "2309.01.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9132, Unterrichts./Medienraum", "arch_name": "9132@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "extended": { - "additional_description": "9132, Unterrichts./Medienraum", - "address": "Connollystr. 32(2309), 1.Obergescho\u00df", - "architect_room_nr": "9132@2309", - "area_m2": 3.67, - "building": "2309 (SZ) Tennis Geb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "132", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42157", - "roomcode": "2309.01.132", - "usage": 130 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42160", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42157, + "usage_id": 130 + }, + "2309.01.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9133, Unterrichts./Medienraum", "arch_name": "9133@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "extended": { - "additional_description": "9133, Unterrichts./Medienraum", - "address": "Connollystr. 32(2309), 1.Obergescho\u00df", - "architect_room_nr": "9133@2309", - "area_m2": 19.51, - "building": "2309 (SZ) Tennis Geb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "133", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42160", - "roomcode": "2309.01.133", - "usage": 130 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42162", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42160, + "usage_id": 130 + }, + "2309.01.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9134, Flur", "arch_name": "9134@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42162", - "roomcode": "2309.01.134", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42497", + "area_id": 18, + "building_id": 607, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42162, + "usage_id": 222 + }, + "2309.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9001, Lager", "arch_name": "9001@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42497", - "roomcode": "2309.EG.001", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42500", + "area_id": 18, + "building_id": 607, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42497, + "usage_id": 30 + }, + "2309.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9002, Lager", "arch_name": "9002@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42500", - "roomcode": "2309.EG.002", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42503", + "area_id": 18, + "building_id": 607, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42500, + "usage_id": 30 + }, + "2309.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9003, Wasserversorgung,-Aufbereitung", "arch_name": "9003@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42503", - "roomcode": "2309.EG.003", - "usage": 182 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42558", + "area_id": 18, + "building_id": 607, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42503, + "usage_id": 182 + }, + "2309.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9004, Verteilerraum", "arch_name": "9004@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42558", - "roomcode": "2309.EG.004", - "usage": 120 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42561", + "area_id": 18, + "building_id": 607, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42558, + "usage_id": 120 + }, + "2309.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9005, Lager", "arch_name": "9005@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42561", - "roomcode": "2309.EG.005", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42565", + "area_id": 18, + "building_id": 607, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42561, + "usage_id": 30 + }, + "2309.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "9006, Stromversorgung", "arch_name": "9006@2309", - "b_area_id": 18, - "b_filter_id": 607, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42565", - "roomcode": "2309.EG.006", - "usage": 160 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74818", + "area_id": 18, + "building_id": 607, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42565, + "usage_id": 160 + }, + "2310.EG.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 1", "arch_name": "B1@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34072&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74818", - "roomcode": "2310.EG.001B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74834", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34072, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74818, + "usage_id": 217 + }, + "2310.EG.002B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 2", "arch_name": "B2@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34073&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74834", - "roomcode": "2310.EG.002B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74835", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34073, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74834, + "usage_id": 217 + }, + "2310.EG.003B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 3", "arch_name": "B3@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34074&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74835", - "roomcode": "2310.EG.003B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74836", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34074, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74835, + "usage_id": 217 + }, + "2310.EG.004B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 4", "arch_name": "B4@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34075&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74836", - "roomcode": "2310.EG.004B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74837", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34075, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74836, + "usage_id": 217 + }, + "2310.EG.005B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 5", "arch_name": "B5@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34076&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74837", - "roomcode": "2310.EG.005B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74807", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34076, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74837, + "usage_id": 217 + }, + "2310.EG.006B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 6", "arch_name": "B6@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34077&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74807", - "roomcode": "2310.EG.006B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74808", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34077, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74807, + "usage_id": 217 + }, + "2310.EG.007B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 7", "arch_name": "B7@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34078&cReadonly=J", - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74808", - "roomcode": "2310.EG.007B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74809", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34078, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74808, + "usage_id": 217 + }, + "2310.EG.008B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 8", "arch_name": "B8@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34079&cReadonly=J", - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74809", - "roomcode": "2310.EG.008B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74810", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34079, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74809, + "usage_id": 217 + }, + "2310.EG.009B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 9", "arch_name": "B9@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34080&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74810", - "roomcode": "2310.EG.009B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74811", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34080, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74810, + "usage_id": 217 + }, + "2310.EG.010B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 10", "arch_name": "B10@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34081&cReadonly=J", - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74811", - "roomcode": "2310.EG.010B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74819", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34081, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74811, + "usage_id": 217 + }, + "2310.EG.011B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 11", "arch_name": "B11@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34082&cReadonly=J", - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74819", - "roomcode": "2310.EG.011B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74820", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34082, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74819, + "usage_id": 217 + }, + "2310.EG.012B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 12", "arch_name": "B12@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34083&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74820", - "roomcode": "2310.EG.012B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74812", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34083, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74820, + "usage_id": 217 + }, + "2310.EG.013B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachfeld B 13", "arch_name": "B13@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34084&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74812", - "roomcode": "2310.EG.013B", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74813", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34084, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74812, + "usage_id": 217 + }, + "2310.EG.020B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "B20, Beachfeld M\u00fcll/Lagerraum", "arch_name": "B20@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74813", - "roomcode": "2310.EG.020B", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74822", + "area_id": 18, + "building_id": 608, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74813, + "usage_id": 30 + }, + "2310.EG.101T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T1 S, Sandtennisplatz T 1", "arch_name": "T1 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34085&cReadonly=J", - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74822", - "roomcode": "2310.EG.101T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74823", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34085, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74822, + "usage_id": 217 + }, + "2310.EG.102T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T2 S, Sandtennisplatz T 2", "arch_name": "T2 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34086&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74823", - "roomcode": "2310.EG.102T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74824", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34086, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74823, + "usage_id": 217 + }, + "2310.EG.103T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T3 S, Sandtennisplatz T 3", "arch_name": "T3 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34087&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74824", - "roomcode": "2310.EG.103T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74825", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34087, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74824, + "usage_id": 217 + }, + "2310.EG.104T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T4 S, Sandtennisplatz T 4", "arch_name": "T4 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33093&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74825", - "roomcode": "2310.EG.104T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74826", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 33093, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74825, + "usage_id": 217 + }, + "2310.EG.105T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T5 S, Sandtennisplatz T 5", "arch_name": "T5 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34088&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74826", - "roomcode": "2310.EG.105T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74827", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34088, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74826, + "usage_id": 217 + }, + "2310.EG.106T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T6 S, Sandtennisplatz T 6", "arch_name": "T6 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34089&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74827", - "roomcode": "2310.EG.106T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74828", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34089, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74827, + "usage_id": 217 + }, + "2310.EG.107T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T7 S, Sandtennisplatz T 7", "arch_name": "T7 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34090&cReadonly=J", - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74828", - "roomcode": "2310.EG.107T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74829", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34090, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74828, + "usage_id": 217 + }, + "2310.EG.108T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T8 S, Sandtennisplatz T 8", "arch_name": "T8 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34091&cReadonly=J", - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74829", - "roomcode": "2310.EG.108T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74830", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34091, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74829, + "usage_id": 217 + }, + "2310.EG.109T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T9 S, Sandtennisplatz T 9", "arch_name": "T9 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34092&cReadonly=J", - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74830", - "roomcode": "2310.EG.109T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74831", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34092, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74830, + "usage_id": 217 + }, + "2310.EG.110T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T10 S, Sandtennisplatz T 10", "arch_name": "T10 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34093&cReadonly=J", - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74831", - "roomcode": "2310.EG.110T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74838", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34093, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74831, + "usage_id": 217 + }, + "2310.EG.111T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T11 S, Sandtennisplatz T 11", "arch_name": "T11 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34094&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74838", - "roomcode": "2310.EG.111T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74839", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34094, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74838, + "usage_id": 217 + }, + "2310.EG.112T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T12 S, Sandtennisplatz T 12", "arch_name": "T12 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33052&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74839", - "roomcode": "2310.EG.112T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74840", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 33052, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74839, + "usage_id": 217 + }, + "2310.EG.113T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T13 S, Sandtennisplatz T 13", "arch_name": "T13 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34095&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74840", - "roomcode": "2310.EG.113T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74841", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34095, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74840, + "usage_id": 217 + }, + "2310.EG.114T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T14 S, Sandtennisplatz T 14", "arch_name": "T14 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34096&cReadonly=J", - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74841", - "roomcode": "2310.EG.114T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74842", - "alt_name": "T15 S, Sandtennisplatz T 15", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34096, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74841, + "usage_id": 217 + }, + "2310.EG.115T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, + "alt_name": "T15 S, Sandtennisplatz T 15", "arch_name": "T15 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34097&cReadonly=J", - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74842", - "roomcode": "2310.EG.115T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74843", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34097, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74842, + "usage_id": 217 + }, + "2310.EG.116T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T16 S, Sandtennisplatz T 16", "arch_name": "T16 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34098&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74843", - "roomcode": "2310.EG.116T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74844", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34098, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74843, + "usage_id": 217 + }, + "2310.EG.117T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T17 S, Sandtennisplatz T 17", "arch_name": "T17 S@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34099&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74844", - "roomcode": "2310.EG.117T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74814", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34099, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74844, + "usage_id": 217 + }, + "2310.EG.118T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T18 K, Kunststofftennisplatz T 18", "arch_name": "T18 K@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34100&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74814", - "roomcode": "2310.EG.118T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74815", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34100, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74814, + "usage_id": 217 + }, + "2310.EG.119T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T19 K, Kunststofftennisplatz T 19", "arch_name": "T19 K@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34101&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74815", - "roomcode": "2310.EG.119T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74816", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34101, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74815, + "usage_id": 217 + }, + "2310.EG.120T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T20 K, Kunststofftennisplatz T 20", "arch_name": "T20 K@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34102&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74816", - "roomcode": "2310.EG.120T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74817", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34102, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74816, + "usage_id": 217 + }, + "2310.EG.121T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T21 K, Kunststofftennisplatz T 21", "arch_name": "T21 K@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34103&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74817", - "roomcode": "2310.EG.121T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74821", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34103, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74817, + "usage_id": 217 + }, + "2310.EG.122T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "T22 K, Kunststofftennisplatz T 22", "arch_name": "T22 K@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=34104&cReadonly=J", - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74821", - "roomcode": "2310.EG.122T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74832", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 34104, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74821, + "usage_id": 217 + }, + "2310.EG.201T": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Tenniswand TEW", "arch_name": "TEW@2310", - "b_area_id": 18, - "b_filter_id": 608, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33092&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74832", - "roomcode": "2310.EG.201T", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74902", + "area_id": 18, + "building_id": 608, + "calendar_resource_nr": 33092, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74832, + "usage_id": 217 + }, + "2312.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachbasketball, BEA1, Sandplatz", "arch_name": "BEA 1@2312", - "b_area_id": 18, - "b_filter_id": 610, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33072&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74902", - "roomcode": "2312.EG.101", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74897", + "area_id": 18, + "building_id": 610, + "calendar_resource_nr": 33072, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74902, + "usage_id": 217 + }, + "2312.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachhandball, BEA 2, Sandplatz", "arch_name": "BEA 2@2312", - "b_area_id": 18, - "b_filter_id": 610, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33073&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74897", - "roomcode": "2312.EG.102", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74898", + "area_id": 18, + "building_id": 610, + "calendar_resource_nr": 33073, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74897, + "usage_id": 217 + }, + "2312.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Beachvolleyball, BEA 3-6, Sandplatz", "arch_name": "BEA 3-6@2312", - "b_area_id": 18, - "b_filter_id": 610, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33074&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74898", - "roomcode": "2312.EG.106", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74899", + "area_id": 18, + "building_id": 610, + "calendar_resource_nr": 33074, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74898, + "usage_id": 217 + }, + "2312.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Sportwiese, SPW 1, Rasen", "arch_name": "SPW 1@2312", - "b_area_id": 18, - "b_filter_id": 610, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33075&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74899", - "roomcode": "2312.EG.201", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75053", + "area_id": 18, + "building_id": 610, + "calendar_resource_nr": 33075, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74899, + "usage_id": 217 + }, + "2312.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Sportwiese, SPW 2, Rasen", "arch_name": "SPW 2@2312", - "b_area_id": 18, - "b_filter_id": 610, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33472&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75053", - "roomcode": "2312.EG.202", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75054", + "area_id": 18, + "building_id": 610, + "calendar_resource_nr": 33472, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75053, + "usage_id": 217 + }, + "2312.EG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Sportwiese, SPW 3, Rasen", "arch_name": "SPW 3@2312", - "b_area_id": 18, - "b_filter_id": 610, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33473&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75054", - "roomcode": "2312.EG.203", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42333", + "area_id": 18, + "building_id": 610, + "calendar_resource_nr": 33473, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75054, + "usage_id": 217 + }, + "2313.EG.001N": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13001N, WC Wetterschutzhaus-Nord", "arch_name": "13001N@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42333", - "roomcode": "2313.EG.001N", - "usage": 37 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42334", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42333, + "usage_id": 37 + }, + "2313.EG.002N": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13002N, WC Wetterschutzhaus-Nord", "arch_name": "13002N@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42334", - "roomcode": "2313.EG.002N", - "usage": 37 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42377", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42334, + "usage_id": 37 + }, + "2313.EG.003N": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13003N, Lager Wetterschutzhaus-Nord", "arch_name": "13003N@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42377", - "roomcode": "2313.EG.003N", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42378", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42377, + "usage_id": 30 + }, + "2313.EG.011O": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13011O, WC Wetterschutzhaus-Ost", "arch_name": "13011O@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42378", - "roomcode": "2313.EG.011O", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42380", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42378, + "usage_id": 115 + }, + "2313.EG.012O": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13012O, WC Wetterschutzhaus-Ost", "arch_name": "13012O@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42380", - "roomcode": "2313.EG.012O", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42382", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42380, + "usage_id": 115 + }, + "2313.EG.013O": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13013O, Lager Wetterschutzhaus-Ost", "arch_name": "13013O@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42382", - "roomcode": "2313.EG.013O", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42385", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42382, + "usage_id": 30 + }, + "2313.EG.021S": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13021S, WC Wetterschutzhaus-S\u00fcd", "arch_name": "13021S@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42385", - "roomcode": "2313.EG.021S", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42389", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42385, + "usage_id": 115 + }, + "2313.EG.022S": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13022S, WC Wetterschutzhaus-S\u00fcd", "arch_name": "13022S@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42389", - "roomcode": "2313.EG.022S", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42433", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42389, + "usage_id": 115 + }, + "2313.EG.023S": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13023S, Lager Wetterschutzhaus-S\u00fcd", "arch_name": "13023S@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42433", - "roomcode": "2313.EG.023S", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42436", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42433, + "usage_id": 30 + }, + "2313.EG.031W": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13031W, WC Wetterschutzhaus-West", "arch_name": "13031W@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42436", - "roomcode": "2313.EG.031W", - "usage": 37 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42439", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42436, + "usage_id": 37 + }, + "2313.EG.032W": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13032W, WC Wetterschutzhaus-S\u00fcd", "arch_name": "13032W@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42439", - "roomcode": "2313.EG.032W", - "usage": 37 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42444", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42439, + "usage_id": 37 + }, + "2313.EG.033W": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "13033W, Lager Wetterschutzhaus-S\u00fcd", "arch_name": "13033W@2313", - "b_area_id": 18, - "b_filter_id": 611, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42444", - "roomcode": "2313.EG.033W", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42067", + "area_id": 18, + "building_id": 611, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42444, + "usage_id": 30 + }, + "2315.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15101, WC-Vorraum Damen", "arch_name": "15101@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42067", - "roomcode": "2315.01.101", - "usage": 37 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42071", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42067, + "usage_id": 37 + }, + "2315.01.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15101a, WC-Damen", "arch_name": "15101a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42071", - "roomcode": "2315.01.101A", - "usage": 116 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42118", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42071, + "usage_id": 116 + }, + "2315.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15102, Archiv, Lager f\u00fcr Schnittraum", "arch_name": "15102@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42118", - "roomcode": "2315.01.102", - "usage": 2 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42121", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42118, + "usage_id": 2 + }, + "2315.01.102A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15102a, Tech07b Elektro Verteiler", "arch_name": "15102a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42121", - "roomcode": "2315.01.102A", - "usage": 160 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42122", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42121, + "usage_id": 160 + }, + "2315.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15103, Ergometrie", "arch_name": "15103@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32934&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42122", - "roomcode": "2315.01.103", - "usage": 103 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=32751", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 32934, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42122, + "usage_id": 103 + }, + "2315.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15104, Medizinische Diagnostik", "arch_name": "15104@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=16130&cRes=18232&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32751", - "roomcode": "2315.01.104", - "usage": 103 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21613", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18232, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32751, + "usage_id": 103 + }, + "2315.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15105, Lager", "arch_name": "15105@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21613", - "roomcode": "2315.01.105", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21614", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21613, + "usage_id": 30 + }, + "2315.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15106, Lehrlabor", "arch_name": "15106@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=18897&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21614", - "roomcode": "2315.01.106", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=32752", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18897, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21614, + "usage_id": 102 + }, + "2315.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15107, Lgf11b Chemikalien-Lager", "arch_name": "15107@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32752", - "roomcode": "2315.01.107", - "usage": 132 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21626", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32752, + "usage_id": 132 + }, + "2315.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15108, Western Blot, Elektrophorese", "arch_name": "15108@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=19529&cReadonly=J", - "list_index": "39", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21626", - "roomcode": "2315.01.108", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21629", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 19529, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21626, + "usage_id": 102 + }, + "2315.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15109, Molekularbiol. Labor", "arch_name": "15109@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=19530&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21629", - "roomcode": "2315.01.109", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=9438", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 19530, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21629, + "usage_id": 102 + }, + "2315.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15110, Biologische Labore", "arch_name": "15110@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9438", - "roomcode": "2315.01.110", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42391", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9438, + "usage_id": 102 + }, + "2315.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15111, WC-Herren", "arch_name": "15111@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42391", - "roomcode": "2315.01.111", - "usage": 115 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42393", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42391, + "usage_id": 115 + }, + "2315.01.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15111A, Putzraum", "arch_name": "15111A@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42393", - "roomcode": "2315.01.111A", - "usage": 205 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42394", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42393, + "usage_id": 205 + }, + "2315.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15112, WC-Vorraum Damen", "arch_name": "15112@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42394", - "roomcode": "2315.01.112", - "usage": 37 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42276", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42394, + "usage_id": 37 + }, + "2315.01.112A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15112A, WC-Damen", "arch_name": "15112A@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42276", - "roomcode": "2315.01.112A", - "usage": 116 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42278", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42276, + "usage_id": 116 + }, + "2315.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15113, Flur zu 113A/Registratur", "arch_name": "15113@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42278", - "roomcode": "2315.01.113", - "usage": 2 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42279", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42278, + "usage_id": 2 + }, + "2315.01.113A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15113a, Tech07a Elektro Verteiler", "arch_name": "15113a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42279", - "roomcode": "2315.01.113A", - "usage": 160 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42281", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42279, + "usage_id": 160 + }, + "2315.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15114, B\u00fcro", "arch_name": "15114@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=28612&cReadonly=J", - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42281", - "roomcode": "2315.01.114", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42174", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 28612, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42281, + "usage_id": 12 + }, + "2315.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15115, Teek\u00fcche", "arch_name": "15115@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42174", - "roomcode": "2315.01.115", - "usage": 198 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21675", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42174, + "usage_id": 198 + }, + "2315.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15116, Biochemisches Labor", "arch_name": "15116@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=19525&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21675", - "roomcode": "2315.01.116", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42176", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 19525, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21675, + "usage_id": 102 + }, + "2315.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15117, Durchflusszytometrie", "arch_name": "15117@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=19526&cReadonly=J", - "list_index": "51", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42176", - "roomcode": "2315.01.117", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=15099", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 19526, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42176, + "usage_id": 102 + }, + "2315.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15118, Zellbiologie", "arch_name": "15118@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=19527&cReadonly=J", - "list_index": "52", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15099", - "roomcode": "2315.01.118", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42335", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 19527, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15099, + "usage_id": 102 + }, + "2315.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15119, Autoklavenraum", "arch_name": "15119@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42335", - "roomcode": "2315.01.119", - "usage": 194 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42336", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42335, + "usage_id": 194 + }, + "2315.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15120, Sp\u00fchlk\u00fcche", "arch_name": "15120@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42336", - "roomcode": "2315.01.120", - "usage": 28 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=21695", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42336, + "usage_id": 28 + }, + "2315.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15121, Histologie", "arch_name": "15121@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=19528&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21695", - "roomcode": "2315.01.121", - "usage": 102 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=42337", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 19528, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 47637, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21695, + "usage_id": 102 + }, + "2315.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15122, Medizinische Diagnistik", "arch_name": "15122@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=29172&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42337", - "roomcode": "2315.01.122", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=32800", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 29172, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42337, + "usage_id": 12 + }, + "2315.01.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15123, Medizinische Diagnostik", "arch_name": "15123@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=16130&cRes=18233&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32800", - "roomcode": "2315.01.123", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48054", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18233, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32800, + "usage_id": 12 + }, + "2315.01.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15124, EDV/Server", "arch_name": "15124@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48054", - "roomcode": "2315.01.124", - "usage": 207 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=9474", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48054, + "usage_id": 207 + }, + "2315.01.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15125, Seminarraum PZ 01", "arch_name": "15125@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=17915&cReadonly=J", - "extended": { - "additional_description": "15125, Seminarraum PZ 01", - "address": "Connollystr. 32(2315), 1.Obergescho\u00df", - "architect_room_nr": "15125@2315", - "area_m2": 75.7, - "building": "2315 (SZ) Pr\u00e4ventionszentrum", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "125", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9474", - "roomcode": "2315.01.125", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48056", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 17915, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9474, + "usage_id": 41 + }, + "2315.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15140, Treppe West", "arch_name": "15140@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48056", - "roomcode": "2315.01.140", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48057", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48056, + "usage_id": 223 + }, + "2315.01.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15141, Treppe Ost", "arch_name": "15141@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48057", - "roomcode": "2315.01.141", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48058", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48057, + "usage_id": 223 + }, + "2315.01.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15150, Flur zu Seminar. 15125", "arch_name": "15150@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48058", - "roomcode": "2315.01.150", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48119", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48058, + "usage_id": 222 + }, + "2315.01.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15151, Hauptflur", "arch_name": "15151@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48119", - "roomcode": "2315.01.151", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48186", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48119, + "usage_id": 222 + }, + "2315.01.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15152, Lab. Hauptflur", "arch_name": "15152@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48186", - "roomcode": "2315.01.152", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48189", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48186, + "usage_id": 222 + }, + "2315.01.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15153, Lab. Hauptflur", "arch_name": "15153@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48189", - "roomcode": "2315.01.153", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=48192", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48189, + "usage_id": 222 + }, + "2315.01.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15154, Lab. Hauptflur", "arch_name": "15154@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48192", - "roomcode": "2315.01.154", - "usage": 222 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48195", + "area_id": 18, + "building_id": 612, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48192, + "usage_id": 222 + }, + "2315.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15201, WC-Vorraum Herren", "arch_name": "15201@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48195", - "roomcode": "2315.02.201", - "usage": 37 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48198", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48195, + "usage_id": 37 + }, + "2315.02.201A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15201A, WC-Herren", "arch_name": "15201A@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48198", - "roomcode": "2315.02.201A", - "usage": 115 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48262", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48198, + "usage_id": 115 + }, + "2315.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15202, Registratur", "arch_name": "15202@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48262", - "roomcode": "2315.02.202", - "usage": 2 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48263", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48262, + "usage_id": 2 + }, + "2315.02.202A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15202a, Tech07d Elektro Verteiler", "arch_name": "15202a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48263", - "roomcode": "2315.02.202A", - "usage": 160 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48267", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48263, + "usage_id": 160 + }, + "2315.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15203, B\u00fcro", "arch_name": "15203@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=16128", - "operator": "[ TUSPZ05 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48267", - "roomcode": "2315.02.203", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9515", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16128, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48267, + "usage_id": 12 + }, + "2315.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15204, B\u00fcro", "arch_name": "15204@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9515", - "roomcode": "2315.02.204", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9541", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47637, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9515, + "usage_id": 12 + }, + "2315.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15205, B\u00fcro", "arch_name": "15205@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9541", - "roomcode": "2315.02.205", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9543", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47637, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9541, + "usage_id": 12 + }, + "2315.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15206, B\u00fcro", "arch_name": "15206@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=49877", - "operator": "[ TUSPL07 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9543", - "roomcode": "2315.02.206", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9545", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49877, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9543, + "usage_id": 12 + }, + "2315.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15207, B\u00fcro", "arch_name": "15207@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=49877", - "operator": "[ TUSPL07 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9545", - "roomcode": "2315.02.207", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48340", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49877, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9545, + "usage_id": 12 + }, + "2315.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15208, B\u00fcro", "arch_name": "15208@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=49877", - "operator": "[ TUSPL07 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48340", - "roomcode": "2315.02.208", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9549", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49877, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48340, + "usage_id": 12 + }, + "2315.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15209, B\u00fcro", "arch_name": "15209@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9549", - "roomcode": "2315.02.209", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9565", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9549, + "usage_id": 12 + }, + "2315.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15210, B\u00fcro", "arch_name": "15210@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9565", - "roomcode": "2315.02.210", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9566", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9565, + "usage_id": 12 + }, + "2315.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15211, B\u00fcro", "arch_name": "15211@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9566", - "roomcode": "2315.02.211", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48407", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9566, + "usage_id": 12 + }, + "2315.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15212, B\u00fcro", "arch_name": "15212@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48407", - "roomcode": "2315.02.212", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=48481", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48407, + "usage_id": 12 + }, + "2315.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15213, B\u00fcro", "arch_name": "15213@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48481", - "roomcode": "2315.02.213", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9585", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48481, + "usage_id": 12 + }, + "2315.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15214, B\u00fcro", "arch_name": "15214@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9585", - "roomcode": "2315.02.214", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9586", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9585, + "usage_id": 12 + }, + "2315.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15215, B\u00fcro", "arch_name": "15215@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9586", - "roomcode": "2315.02.215", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9588", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9586, + "usage_id": 12 + }, + "2315.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15216, Kopierer", "arch_name": "15216@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9588", - "roomcode": "2315.02.216", - "usage": 110 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47164", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9588, + "usage_id": 110 + }, + "2315.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15217, WC-Vorraum Herren", "arch_name": "15217@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47164", - "roomcode": "2315.02.217", - "usage": 37 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47168", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47164, + "usage_id": 37 + }, + "2315.02.217A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15217A, WC-Herren", "arch_name": "15217A@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47168", - "roomcode": "2315.02.217A", - "usage": 115 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47274", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47168, + "usage_id": 115 + }, + "2315.02.217B": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15217B, Putzraum", "arch_name": "15217B@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47274", - "roomcode": "2315.02.217B", - "usage": 205 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47277", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47274, + "usage_id": 205 + }, + "2315.02.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15218, WC-Vorraum", "arch_name": "15218@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47277", - "roomcode": "2315.02.218", - "usage": 37 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47282", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47277, + "usage_id": 37 + }, + "2315.02.218A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15218A, WC-Damen", "arch_name": "15218A@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47282", - "roomcode": "2315.02.218A", - "usage": 116 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47383", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47282, + "usage_id": 116 + }, + "2315.02.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15219, Registratur", "arch_name": "15219@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47383", - "roomcode": "2315.02.219", - "usage": 2 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47385", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47383, + "usage_id": 2 + }, + "2315.02.219A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15219a, Tech07c Elektro Verteiler", "arch_name": "15219a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47385", - "roomcode": "2315.02.219A", - "usage": 160 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9346", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47385, + "usage_id": 160 + }, + "2315.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15220, Sekretariat", "arch_name": "15220@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9346", - "roomcode": "2315.02.220", - "usage": 40 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9347", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9346, + "usage_id": 40 + }, + "2315.02.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15221, Kasse", "arch_name": "15221@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9347", - "roomcode": "2315.02.221", - "usage": 164 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9348", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9347, + "usage_id": 164 + }, + "2315.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15222, B\u00fcro", "arch_name": "15222@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9348", - "roomcode": "2315.02.222", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9349", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9348, + "usage_id": 12 + }, + "2315.02.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15223, B\u00fcro", "arch_name": "15223@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9349", - "roomcode": "2315.02.223", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9350", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9349, + "usage_id": 12 + }, + "2315.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15224, Werkstatt Elektro", "arch_name": "15224@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9350", - "roomcode": "2315.02.224", - "usage": 51 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47389", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9350, + "usage_id": 51 + }, + "2315.02.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15225, Teek\u00fcche", "arch_name": "15225@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47389", - "roomcode": "2315.02.225", - "usage": 198 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47488", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47389, + "usage_id": 198 + }, + "2315.02.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15226, B\u00fcro", "arch_name": "15226@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47488", - "roomcode": "2315.02.226", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47490", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47488, + "usage_id": 12 + }, + "2315.02.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15227, Medizinische Diagnostik", "arch_name": "15227@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=49877&cRes=33193&cReadonly=J", - "list_index": "99", - "op_link": "webnav.navigate_to?corg=49877", - "operator": "[ TUSPL07 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47490", - "roomcode": "2315.02.227", - "usage": 103 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47499", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 33193, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49877, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47490, + "usage_id": 103 + }, + "2315.02.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15228, B\u00fcro", "arch_name": "15228@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=49877", - "operator": "[ TUSPL07 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47499", - "roomcode": "2315.02.228", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9381", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49877, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47499, + "usage_id": 12 + }, + "2315.02.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15229, B\u00fcro", "arch_name": "15229@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9381", - "roomcode": "2315.02.229", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9382", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47637, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9381, + "usage_id": 12 + }, + "2315.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15230, B\u00fcro", "arch_name": "15230@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9382", - "roomcode": "2315.02.230", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9351", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47637, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9382, + "usage_id": 12 + }, + "2315.02.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15231, B\u00fcro", "arch_name": "15231@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9351", - "roomcode": "2315.02.231", - "usage": 12 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47595", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47637, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9351, + "usage_id": 12 + }, + "2315.02.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15232, Kopierraum", "arch_name": "15232@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47595", - "roomcode": "2315.02.232", - "usage": 110 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9352", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47595, + "usage_id": 110 + }, + "2315.02.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15233, Besprechungsraum 02.OG", "arch_name": "15233@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18188&cReadonly=J", - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9352", - "roomcode": "2315.02.233", - "usage": 196 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=9353", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18188, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9352, + "usage_id": 196 + }, + "2315.02.234": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15234, Seminarraum PZ 02", "arch_name": "15234@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=15297&cReadonly=J", - "extended": { - "additional_description": "15234, Seminarraum PZ 02", - "address": "Connollystr. 32(2315), 2.Obergescho\u00df", - "architect_room_nr": "15234@2315", - "area_m2": 41.89, - "building": "2315 (SZ) Pr\u00e4ventionszentrum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "234", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9353", - "roomcode": "2315.02.234", - "usage": 41 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47599", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 15297, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9353, + "usage_id": 41 + }, + "2315.02.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15240, Treppe West", "arch_name": "15240@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47599", - "roomcode": "2315.02.240", - "usage": 223 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47601", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47599, + "usage_id": 223 + }, + "2315.02.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15241, Treppe Ost", "arch_name": "15241@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47601", - "roomcode": "2315.02.241", - "usage": 223 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47698", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47601, + "usage_id": 223 + }, + "2315.02.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15250, Vorraum zu Seminar. 15234", "arch_name": "15250@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47698", - "roomcode": "2315.02.250", - "usage": 222 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47699", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47698, + "usage_id": 222 + }, + "2315.02.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15251, Flur", "arch_name": "15251@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47699", - "roomcode": "2315.02.251", - "usage": 222 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=47700", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47699, + "usage_id": 222 + }, + "2315.02.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15252, Flur", "arch_name": "15252@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47700", - "roomcode": "2315.02.252", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=21810", + "area_id": 18, + "building_id": 612, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47700, + "usage_id": 222 + }, + "2315.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15001, Audi Lounge", "arch_name": "15001@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18181&cReadonly=J", - "extended": { - "additional_description": "15001, Audi Lounge", - "address": "Connollystr. 32(2315), Erdgescho\u00df", - "architect_room_nr": "15001@2315", - "area_m2": 101.35, - "building": "2315 (SZ) Pr\u00e4ventionszentrum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21810", - "roomcode": "2315.EG.001", - "usage": 41 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=15468", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18181, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21810, + "usage_id": 41 + }, + "2315.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15002, Biomechanische Diagnostik II", "arch_name": "15002@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18185&cReadonly=J", - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15468", - "roomcode": "2315.EG.002", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=21812", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18185, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15468, + "usage_id": 103 + }, + "2315.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15003, Biomechanische Diagnostik I", "arch_name": "15003@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18186&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21812", - "roomcode": "2315.EG.003", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=21828", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18186, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21812, + "usage_id": 103 + }, + "2315.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15004, Leistungsphysiologische Diagnostik I", "arch_name": "15004@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18184&cReadonly=J", - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21828", - "roomcode": "2315.EG.004", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=21830", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18184, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21828, + "usage_id": 103 + }, + "2315.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15005, Leistungsphysiologische Diagnostik II", "arch_name": "15005@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18187&cReadonly=J", - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21830", - "roomcode": "2315.EG.005", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42748", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 18187, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21830, + "usage_id": 103 + }, + "2315.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15006, Abstellraum/Lager", "arch_name": "15006@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42748", - "roomcode": "2315.EG.006", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=32829", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42748, + "usage_id": 30 + }, + "2315.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15007, WC-Herren/Umkleide/Dusche", "arch_name": "15007@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32829", - "roomcode": "2315.EG.007", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=32830", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32829, + "usage_id": 115 + }, + "2315.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15008, WC-Damen/Umkleide/Dusche", "arch_name": "15008@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32830", - "roomcode": "2315.EG.008", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42804", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32830, + "usage_id": 116 + }, + "2315.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15009, Lbt14 K\u00fchlproben", "arch_name": "15009@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42804", - "roomcode": "2315.EG.009", - "usage": 199 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42807", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42804, + "usage_id": 199 + }, + "2315.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15010, Abstellraum/Lager", "arch_name": "15010@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42807", - "roomcode": "2315.EG.010", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42809", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42807, + "usage_id": 30 + }, + "2315.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15011, Abstellraum/Lager", "arch_name": "15011@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42809", - "roomcode": "2315.EG.011", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42810", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42809, + "usage_id": 30 + }, + "2315.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15012, Beh.-WC barrierefrei", "arch_name": "15012@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42810", - "roomcode": "2315.EG.012", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=41945", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42810, + "usage_id": 117 + }, + "2315.EG.012A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15012a, B\u00fcro", "arch_name": "15012a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41945", - "roomcode": "2315.EG.012A", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=41948", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41945, + "usage_id": 12 + }, + "2315.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15013, Vorraum zu 12A/13A", "arch_name": "15013@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33192&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41948", - "roomcode": "2315.EG.013", - "usage": 50 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=41949", + "area_id": 18, + "building_id": 612, + "calendar_resource_nr": 33192, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41948, + "usage_id": 50 + }, + "2315.EG.013A": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15013a, B\u00fcro", "arch_name": "15013a@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41949", - "roomcode": "2315.EG.013A", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42004", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41949, + "usage_id": 12 + }, + "2315.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15014 ZG, Lager ZG", "arch_name": "15014 ZG@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42004", - "roomcode": "2315.EG.014", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42007", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42004, + "usage_id": 30 + }, + "2315.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15030 ZG, Technikverteiler ZG", "arch_name": "15030 ZG@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=38003", - "operator": "[ TUZV44V ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42007", - "roomcode": "2315.EG.030", - "usage": 120 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42010", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38003, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42007, + "usage_id": 120 + }, + "2315.EG.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15040, Treppe Ost", "arch_name": "15040@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42010", - "roomcode": "2315.EG.040", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42012", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42010, + "usage_id": 223 + }, + "2315.EG.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15041, Treppe West", "arch_name": "15041@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42012", - "roomcode": "2315.EG.041", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42014", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42012, + "usage_id": 223 + }, + "2315.EG.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15042 ZG, Treppe West ZG", "arch_name": "15042 ZG@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42014", - "roomcode": "2315.EG.042", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42062", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42014, + "usage_id": 223 + }, + "2315.EG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15043 ZG, Treppe Ost ZG", "arch_name": "15043 ZG@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42062", - "roomcode": "2315.EG.043", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42063", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42062, + "usage_id": 223 + }, + "2315.EG.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15050, Windfang", "arch_name": "15050@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42063", - "roomcode": "2315.EG.050", - "usage": 52 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=42066", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42063, + "usage_id": 52 + }, + "2315.EG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15051, Flur", "arch_name": "15051@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42066", - "roomcode": "2315.EG.051", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=21770", + "area_id": 18, + "building_id": 612, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42066, + "usage_id": 222 + }, + "2315.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15U01, Technikzentrale", "arch_name": "15U01@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21770", - "roomcode": "2315.U1.001", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=42626", + "area_id": 18, + "building_id": 612, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21770, + "usage_id": 120 + }, + "2315.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15U02, Technik\u00fcbergabe", "arch_name": "15U02@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42626", - "roomcode": "2315.U1.002", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=42681", + "area_id": 18, + "building_id": 612, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42626, + "usage_id": 120 + }, + "2315.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15U04, Aufzugsmaschinenraum", "arch_name": "15U04@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42681", - "roomcode": "2315.U1.004", - "usage": 5 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=42682", + "area_id": 18, + "building_id": 612, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42681, + "usage_id": 5 + }, + "2315.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15U05, Tech05 Elektroraum", "arch_name": "15U05@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42682", - "roomcode": "2315.U1.005", - "usage": 160 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=42683", + "area_id": 18, + "building_id": 612, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42682, + "usage_id": 160 + }, + "2315.U1.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15U40, Westtreppe", "arch_name": "15U40@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42683", - "roomcode": "2315.U1.040", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=42684", + "area_id": 18, + "building_id": 612, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42683, + "usage_id": 223 + }, + "2315.U1.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "15U60, Aufzug", "arch_name": "15U60@2315", - "b_area_id": 18, - "b_filter_id": 612, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42684", - "roomcode": "2315.U1.060", - "usage": 4 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71515", + "area_id": 18, + "building_id": 612, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42684, + "usage_id": 4 + }, + "2317.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "KBA, Kletterturm TUM", "arch_name": "KBA@2317", - "b_area_id": 18, - "b_filter_id": 2769, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31521&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71515", - "roomcode": "2317.EG.001", - "usage": 218 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71516", + "area_id": 18, + "building_id": 2769, + "calendar_resource_nr": 31521, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71515, + "usage_id": 218 + }, + "2318.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "KBA, Boulderturm TUM", "arch_name": "KBA@2318", - "b_area_id": 18, - "b_filter_id": 2772, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31522&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71516", - "roomcode": "2318.EG.001", - "usage": 218 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71517", + "area_id": 18, + "building_id": 2772, + "calendar_resource_nr": 31522, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71516, + "usage_id": 218 + }, + "2319.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "KBA Kletter- u. Boulderanlage", "arch_name": "KBA@2319", - "b_area_id": 18, - "b_filter_id": 2770, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=30972&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71517", - "roomcode": "2319.EG.001", - "usage": 218 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71518", + "area_id": 18, + "building_id": 2770, + "calendar_resource_nr": 30972, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71517, + "usage_id": 218 + }, + "2320.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "FIA Fitnessanlage Outdoor", "arch_name": "FIA@2320", - "b_area_id": 18, - "b_filter_id": 2771, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=30973&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71518", - "roomcode": "2320.EG.001", - "usage": 218 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74900", + "area_id": 18, + "building_id": 2771, + "calendar_resource_nr": 30973, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71518, + "usage_id": 218 + }, + "2321.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 1", "arch_name": "RAP 1@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33032&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74900", - "roomcode": "2321.EG.101", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74886", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33032, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74900, + "usage_id": 217 + }, + "2321.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 2", "arch_name": "RAP 2@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33033&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74886", - "roomcode": "2321.EG.102", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74887", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33033, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74886, + "usage_id": 217 + }, + "2321.EG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 3", "arch_name": "RAP 3@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33034&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74887", - "roomcode": "2321.EG.103", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74888", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33034, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74887, + "usage_id": 217 + }, + "2321.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 4", "arch_name": "RAP 4@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33035&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74888", - "roomcode": "2321.EG.104", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74889", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33035, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74888, + "usage_id": 217 + }, + "2321.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 5", "arch_name": "RAP 5@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33036&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74889", - "roomcode": "2321.EG.105", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74890", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33036, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74889, + "usage_id": 217 + }, + "2321.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 6", "arch_name": "RAP 6@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33037&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74890", - "roomcode": "2321.EG.106", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74891", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33037, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74890, + "usage_id": 217 + }, + "2321.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 7", "arch_name": "RAP 7@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33038&cReadonly=J", - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74891", - "roomcode": "2321.EG.107", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74892", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33038, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74891, + "usage_id": 217 + }, + "2321.EG.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 8", "arch_name": "RAP 8@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33039&cReadonly=J", - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74892", - "roomcode": "2321.EG.108", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74893", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33039, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74892, + "usage_id": 217 + }, + "2321.EG.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Rasenplatz, RAP 9", "arch_name": "RAP 9@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33040&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74893", - "roomcode": "2321.EG.109", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74894", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33040, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74893, + "usage_id": 217 + }, + "2321.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Fu\u00dfballplatz, FB 12 (Vermietet an Landeshauptstadt", "arch_name": "FB 12@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74894", - "roomcode": "2321.EG.112", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74895", + "area_id": 18, + "building_id": 613, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74894, + "usage_id": 217 + }, + "2321.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Fu\u00dfballplatz, FB 13 (Vermietet an Landeshauptstadt", "arch_name": "FB 13@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74895", - "roomcode": "2321.EG.113", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74901", + "area_id": 18, + "building_id": 613, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74895, + "usage_id": 217 + }, + "2321.EG.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Baseball, BAP-VER, (Vermietet)", "arch_name": "BAP-VER@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74901", - "roomcode": "2321.EG.116", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74903", + "area_id": 18, + "building_id": 613, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74901, + "usage_id": 217 + }, + "2321.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Bogenschie\u00dfanlage, BOA", "arch_name": "BOA@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33076&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74903", - "roomcode": "2321.EG.201", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74904", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33076, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74903, + "usage_id": 217 + }, + "2321.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Baseballplatz, BAP", "arch_name": "BAP@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33077&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74904", - "roomcode": "2321.EG.202", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74905", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33077, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74904, + "usage_id": 217 + }, + "2321.EG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Leichtathletikplatz, LAP, Rasen", "arch_name": "LAP@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33041&cReadonly=J", - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74905", - "roomcode": "2321.EG.301", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74906", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33041, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74905, + "usage_id": 217 + }, + "2321.EG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Leichtathletikplatz, LAP-EPDM-Bahn", "arch_name": "LAP-EPDM-Bahn@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33042&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74906", - "roomcode": "2321.EG.302", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74907", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33042, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74906, + "usage_id": 217 + }, + "2321.EG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "Wurfwiese, WUW", "arch_name": "WUW@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33078&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74907", - "roomcode": "2321.EG.401", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=74896", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33078, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74907, + "usage_id": 217 + }, + "2321.EG.500": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "F-Forum, wassergebundene Wegefl\u00e4che", "arch_name": "F-Forum@2321", - "b_area_id": 18, - "b_filter_id": 613, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=33412&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74896", - "roomcode": "2321.EG.500", - "usage": 218 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71559", + "area_id": 18, + "building_id": 613, + "calendar_resource_nr": 33412, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74896, + "usage_id": 218 + }, + "2330.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.101, S1 - Seminarraum 1", "arch_name": "01.2330.101@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31496&cReadonly=J", - "extended": { - "additional_description": "01.2330.101, S1 - Seminarraum 1", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.101@2330", - "area_m2": 52.78, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71559", - "roomcode": "2330.01.101", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71560", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31496, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71559, + "usage_id": 41 + }, + "2330.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.102, HS2 - H\u00f6rsaal 2", "arch_name": "01.2330.102@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31497&cReadonly=J", - "extended": { - "additional_description": "01.2330.102, HS2 - H\u00f6rsaal 2", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.102@2330", - "area_m2": 120.35, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "102", - "seats": 143, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71560", - "roomcode": "2330.01.102", - "usage": 20 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71558", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31497, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 143, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71560, + "usage_id": 20 + }, + "2330.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.103, CIP-Pool", "arch_name": "01.2330.103@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31498&cReadonly=J", - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71558", - "roomcode": "2330.01.103", - "usage": 213 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71557", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31498, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 38, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71558, + "usage_id": 213 + }, + "2330.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.104, S2 - Seminarraum 2", "arch_name": "01.2330.104@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31499&cReadonly=J", - "extended": { - "additional_description": "01.2330.104, S2 - Seminarraum 2", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.104@2330", - "area_m2": 52.77, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71557", - "roomcode": "2330.01.104", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71556", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31499, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71557, + "usage_id": 41 + }, + "2330.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.105, Lager", "arch_name": "01.2330.105@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71556", - "roomcode": "2330.01.105", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71555", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71556, + "usage_id": 30 + }, + "2330.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.106, Info/Empfang", "arch_name": "01.2330.106@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71555", - "roomcode": "2330.01.106", - "usage": 164 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71554", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71555, + "usage_id": 164 + }, + "2330.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.107, ZHS Markenausgabe", "arch_name": "01.2330.107@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71554", - "roomcode": "2330.01.107", - "usage": 186 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71561", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71554, + "usage_id": 186 + }, + "2330.01.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.201, HS3 - H\u00f6rsaal 3", "arch_name": "01.2330.201@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31500&cReadonly=J", - "extended": { - "additional_description": "01.2330.201, HS3 - H\u00f6rsaal 3", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.201@2330", - "area_m2": 94.24, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "201", - "seats": 88, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71561", - "roomcode": "2330.01.201", - "usage": 20 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71562", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31500, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 88, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71561, + "usage_id": 20 + }, + "2330.01.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.202, HS4 - H\u00f6rsaal 4", "arch_name": "01.2330.202@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31501&cReadonly=J", - "extended": { - "additional_description": "01.2330.202, HS4 - H\u00f6rsaal 4", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.202@2330", - "area_m2": 103.37, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "202", - "seats": 90, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71562", - "roomcode": "2330.01.202", - "usage": 20 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71563", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31501, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71562, + "usage_id": 20 + }, + "2330.01.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.203, S3 - Seminarraum 3", "arch_name": "01.2330.203@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31502&cReadonly=J", - "extended": { - "additional_description": "01.2330.203, S3 - Seminarraum 3", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.203@2330", - "area_m2": 52.78, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71563", - "roomcode": "2330.01.203", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71532", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31502, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71563, + "usage_id": 41 + }, + "2330.01.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.204, S4 - Seminarraum 4", "arch_name": "01.2330.204@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31503&cReadonly=J", - "extended": { - "additional_description": "01.2330.204, S4 - Seminarraum 4", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.204@2330", - "area_m2": 52.77, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "204", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71532", - "roomcode": "2330.01.204", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71535", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31503, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71532, + "usage_id": 41 + }, + "2330.01.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.205, S5 - Seminarraum 5", "arch_name": "01.2330.205@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31504&cReadonly=J", - "extended": { - "additional_description": "01.2330.205, S5 - Seminarraum 5", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.205@2330", - "area_m2": 80.28, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "205", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71535", - "roomcode": "2330.01.205", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71536", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31504, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71535, + "usage_id": 41 + }, + "2330.01.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.206, S6 - Seminarraum 6", "arch_name": "01.2330.206@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31505&cReadonly=J", - "extended": { - "additional_description": "01.2330.206, S6 - Seminarraum 6", - "address": "Connollystr. 32(2330), 1.Obergescho\u00df", - "architect_room_nr": "01.2330.206@2330", - "area_m2": 70.33, - "building": "2330 CiO/SG - rue, Seminarr\u00e4ume", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "206", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71536", - "roomcode": "2330.01.206", - "usage": 41 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71534", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31505, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71536, + "usage_id": 41 + }, + "2330.01.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.207, Automaten", "arch_name": "01.2330.207@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71534", - "roomcode": "2330.01.207", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71533", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71534, + "usage_id": 30 + }, + "2330.01.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.208, Putzraum", "arch_name": "01.2330.208@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71533", - "roomcode": "2330.01.208", - "usage": 205 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71527", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71533, + "usage_id": 205 + }, + "2330.01.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.209, Flur", "arch_name": "01.2330.209@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71527", - "roomcode": "2330.01.209", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71548", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71527, + "usage_id": 222 + }, + "2330.01.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.701, Treppe", "arch_name": "01.2330.701@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71548", - "roomcode": "2330.01.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71553", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71548, + "usage_id": 223 + }, + "2330.01.702": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.702, Treppe", "arch_name": "01.2330.702@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71553", - "roomcode": "2330.01.702", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71531", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71553, + "usage_id": 223 + }, + "2330.01.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.705, Flur", "arch_name": "01.2330.705@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71531", - "roomcode": "2330.01.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71530", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71531, + "usage_id": 222 + }, + "2330.01.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.706, Flur", "arch_name": "01.2330.706@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71530", - "roomcode": "2330.01.706", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71549", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71530, + "usage_id": 222 + }, + "2330.01.707": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.707, Foyer Ost", "arch_name": "01.2330.707@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31519&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71549", - "roomcode": "2330.01.707", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71550", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31519, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71549, + "usage_id": 222 + }, + "2330.01.708": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.708, Flur", "arch_name": "01.2330.708@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71550", - "roomcode": "2330.01.708", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71552", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71550, + "usage_id": 222 + }, + "2330.01.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.710, Windfang Ost", "arch_name": "01.2330.710@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71552", - "roomcode": "2330.01.710", - "usage": 52 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71551", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71552, + "usage_id": 52 + }, + "2330.01.711": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.711, Flur", "arch_name": "01.2330.711@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71551", - "roomcode": "2330.01.711", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71528", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71551, + "usage_id": 222 + }, + "2330.01.750": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.750, Treppe", "arch_name": "01.2330.750@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71528", - "roomcode": "2330.01.750", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71523", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71528, + "usage_id": 223 + }, + "2330.01.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.751, Treppe", "arch_name": "01.2330.751@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71523", - "roomcode": "2330.01.751", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71529", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71523, + "usage_id": 223 + }, + "2330.01.756": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.756, Flur", "arch_name": "01.2330.756@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71529", - "roomcode": "2330.01.756", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71525", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71529, + "usage_id": 222 + }, + "2330.01.757": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.757, Foyer", "arch_name": "01.2330.757@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71525", - "roomcode": "2330.01.757", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71524", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71525, + "usage_id": 222 + }, + "2330.01.759": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.759, Flur", "arch_name": "01.2330.759@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71524", - "roomcode": "2330.01.759", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71526", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71524, + "usage_id": 222 + }, + "2330.01.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.760, Flur", "arch_name": "01.2330.760@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71526", - "roomcode": "2330.01.760", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71546", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71526, + "usage_id": 222 + }, + "2330.01.761": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.761, Flur", "arch_name": "01.2330.761@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71546", - "roomcode": "2330.01.761", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71545", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71546, + "usage_id": 222 + }, + "2330.01.762": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.762, Foyer West", "arch_name": "01.2330.762@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31520&cReadonly=J", - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71545", - "roomcode": "2330.01.762", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71544", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31520, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71545, + "usage_id": 222 + }, + "2330.01.763": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.763, Windfang West", "arch_name": "01.2330.763@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71544", - "roomcode": "2330.01.763", - "usage": 52 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71547", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71544, + "usage_id": 52 + }, + "2330.01.856": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.856, Personenaufzugsschacht 1", "arch_name": "01.2330.856@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71547", - "roomcode": "2330.01.856", - "usage": 195 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71543", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71547, + "usage_id": 195 + }, + "2330.01.970": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2330.970, Terrasse", "arch_name": "01.2330.970@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31523&cReadonly=J", - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71543", - "roomcode": "2330.01.970", - "usage": 48 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=72109", + "area_id": 18, + "building_id": 2749, + "calendar_resource_nr": 31523, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71543, + "usage_id": 48 + }, + "2330.02.581": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "02.2330.581, E2 Technik", "arch_name": "02.2330.581@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72109", - "roomcode": "2330.02.581", - "usage": 120 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=72116", + "area_id": 18, + "building_id": 2749, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72109, + "usage_id": 120 + }, + "2330.02.582": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "02.2330.582, E2 Technik", "arch_name": "02.2330.582@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72116", - "roomcode": "2330.02.582", - "usage": 120 - }, - { - "address": "Connollystr. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=72110", + "area_id": 18, + "building_id": 2749, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72116, + "usage_id": 120 + }, + "2330.02.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "02.2330.751, Treppe", "arch_name": "02.2330.751@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72110", - "roomcode": "2330.02.751", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71476", + "area_id": 18, + "building_id": 2749, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72110, + "usage_id": 223 + }, + "2330.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.101, Vorraum Umkleide 14 Damen", "arch_name": "00.2330.101@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71476", - "roomcode": "2330.EG.101", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71475", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71476, + "usage_id": 121 + }, + "2330.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.102, Vorraum Umkleide 13 Herren", "arch_name": "00.2330.102@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71475", - "roomcode": "2330.EG.102", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71446", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71475, + "usage_id": 121 + }, + "2330.EG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.103, Umkleide 14 Damen", "arch_name": "00.2330.103@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71446", - "roomcode": "2330.EG.103", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71445", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71446, + "usage_id": 121 + }, + "2330.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.104, Umkleide 13 Herren", "arch_name": "00.2330.104@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71445", - "roomcode": "2330.EG.104", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71448", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71445, + "usage_id": 121 + }, + "2330.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.105, Dusche 14 Damen", "arch_name": "00.2330.105@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71448", - "roomcode": "2330.EG.105", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71447", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71448, + "usage_id": 113 + }, + "2330.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.106, Dusche 13 Herren", "arch_name": "00.2330.106@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71447", - "roomcode": "2330.EG.106", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71449", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71447, + "usage_id": 113 + }, + "2330.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.107, Putzraum", "arch_name": "00.2330.107@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71449", - "roomcode": "2330.EG.107", - "usage": 205 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71478", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71449, + "usage_id": 205 + }, + "2330.EG.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.109, Umkleide 7 Herren", "arch_name": "00.2330.109@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71478", - "roomcode": "2330.EG.109", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71477", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71478, + "usage_id": 121 + }, + "2330.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.110, Dusche 7 Herren", "arch_name": "00.2330.110@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71477", - "roomcode": "2330.EG.110", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71479", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71477, + "usage_id": 113 + }, + "2330.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.111, WC 7 Herren", "arch_name": "00.2330.111@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71479", - "roomcode": "2330.EG.111", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71481", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71479, + "usage_id": 115 + }, + "2330.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.112, Umkleide 8 Herren", "arch_name": "00.2330.112@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71481", - "roomcode": "2330.EG.112", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71480", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71481, + "usage_id": 121 + }, + "2330.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.113, Dusche 8 Herren", "arch_name": "00.2330.113@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71480", - "roomcode": "2330.EG.113", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71438", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71480, + "usage_id": 113 + }, + "2330.EG.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.114, WC 8 Herren", "arch_name": "00.2330.114@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71438", - "roomcode": "2330.EG.114", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71436", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71438, + "usage_id": 114 + }, + "2330.EG.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.115, Umkleide 9 Herren", "arch_name": "00.2330.115@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71436", - "roomcode": "2330.EG.115", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71435", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71436, + "usage_id": 121 + }, + "2330.EG.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.116, Dusche 9 Herren", "arch_name": "00.2330.116@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71435", - "roomcode": "2330.EG.116", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71437", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71435, + "usage_id": 113 + }, + "2330.EG.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.117, WC 9 Herren", "arch_name": "00.2330.117@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71437", - "roomcode": "2330.EG.117", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71451", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71437, + "usage_id": 115 + }, + "2330.EG.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.118, WC Herren", "arch_name": "00.2330.118@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71451", - "roomcode": "2330.EG.118", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71439", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71451, + "usage_id": 115 + }, + "2330.EG.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.119, Beh.- WC Barrierefrei", "arch_name": "00.2330.119@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71439", - "roomcode": "2330.EG.119", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71452", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71439, + "usage_id": 117 + }, + "2330.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.120, WC-Damen", "arch_name": "00.2330.120@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71452", - "roomcode": "2330.EG.120", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71520", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71452, + "usage_id": 116 + }, + "2330.EG.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.121, Umkleide 10 Damen", "arch_name": "00.2330.121@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71520", - "roomcode": "2330.EG.121", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71519", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71520, + "usage_id": 121 + }, + "2330.EG.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.122, Dusche 10 Damen", "arch_name": "00.2330.122@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71519", - "roomcode": "2330.EG.122", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71521", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71519, + "usage_id": 113 + }, + "2330.EG.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.123, WC 10 Damen", "arch_name": "00.2330.123@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71521", - "roomcode": "2330.EG.123", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71539", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71521, + "usage_id": 116 + }, + "2330.EG.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.124, Umkleide 11 Damen", "arch_name": "00.2330.124@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71539", - "roomcode": "2330.EG.124", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71538", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71539, + "usage_id": 121 + }, + "2330.EG.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.125, Dusche 11 Damen", "arch_name": "00.2330.125@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71538", - "roomcode": "2330.EG.125", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71522", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71538, + "usage_id": 113 + }, + "2330.EG.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.126, WC 11 Damen", "arch_name": "00.2330.126@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71522", - "roomcode": "2330.EG.126", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71542", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71522, + "usage_id": 114 + }, + "2330.EG.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.127, Umkleide 12 Damen", "arch_name": "00.2330.127@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71542", - "roomcode": "2330.EG.127", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71541", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71542, + "usage_id": 121 + }, + "2330.EG.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.128, Dusche 12 Damen", "arch_name": "00.2330.128@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71541", - "roomcode": "2330.EG.128", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71540", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71541, + "usage_id": 113 + }, + "2330.EG.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.129, WC 12 Damen", "arch_name": "00.2330.129@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71540", - "roomcode": "2330.EG.129", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71422", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71540, + "usage_id": 116 + }, + "2330.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.130, ALF Lager", "arch_name": "00.2330.130@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71422", - "roomcode": "2330.EG.130", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71444", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71422, + "usage_id": 30 + }, + "2330.EG.201": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71444", - "roomcode": "2330.EG.201", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71443", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71444, + "usage_id": 117 + }, + "2330.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.202, WC-Herren", "arch_name": "00.2330.202@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71443", - "roomcode": "2330.EG.202", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71474", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71443, + "usage_id": 115 + }, + "2330.EG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.203, WC-Damen", "arch_name": "00.2330.203@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71474", - "roomcode": "2330.EG.203", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71441", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71474, + "usage_id": 116 + }, + "2330.EG.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.204, Lager ZA 4", "arch_name": "00.2330.204@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71441", - "roomcode": "2330.EG.204", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71440", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71441, + "usage_id": 30 + }, + "2330.EG.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.206, Umkleide 6 Damen Barrierefrei", "arch_name": "00.2330.206@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71440", - "roomcode": "2330.EG.206", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71434", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71440, + "usage_id": 121 + }, + "2330.EG.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.207, Dusche 6 Damen Barrierefrei", "arch_name": "00.2330.207@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71434", - "roomcode": "2330.EG.207", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71433", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71434, + "usage_id": 113 + }, + "2330.EG.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.208, WC 6 Damen Barrierefrei", "arch_name": "00.2330.208@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71433", - "roomcode": "2330.EG.208", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71432", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71433, + "usage_id": 117 + }, + "2330.EG.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.209, SM Lager", "arch_name": "00.2330.209@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71432", - "roomcode": "2330.EG.209", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71471", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71432, + "usage_id": 30 + }, + "2330.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.210, Umkleide 5 Herren Barrierefrei", "arch_name": "00.2330.210@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71471", - "roomcode": "2330.EG.210", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71472", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71471, + "usage_id": 121 + }, + "2330.EG.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.211, Dusche 5 Herren Barrierefrei", "arch_name": "00.2330.211@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71472", - "roomcode": "2330.EG.211", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71473", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71472, + "usage_id": 113 + }, + "2330.EG.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.212, WC 5 Herren Barrierefrei", "arch_name": "00.2330.212@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71473", - "roomcode": "2330.EG.212", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71430", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71473, + "usage_id": 117 + }, + "2330.EG.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.213, Umkleide 4 Herren Personal", "arch_name": "00.2330.213@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71430", - "roomcode": "2330.EG.213", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71431", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71430, + "usage_id": 121 + }, + "2330.EG.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.214, Dusche 4 Herren Personal", "arch_name": "00.2330.214@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71431", - "roomcode": "2330.EG.214", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71514", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71431, + "usage_id": 113 + }, + "2330.EG.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.214, WC 4 Herren Personal", "arch_name": "00.2330.214@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71514", - "roomcode": "2330.EG.215", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71468", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71514, + "usage_id": 114 + }, + "2330.EG.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.216, Umkleide 3 Damen Personal", "arch_name": "00.2330.216@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71468", - "roomcode": "2330.EG.216", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71469", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71468, + "usage_id": 121 + }, + "2330.EG.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.217, Dusche 3 Damen Personal", "arch_name": "00.2330.217@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71469", - "roomcode": "2330.EG.217", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71470", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71469, + "usage_id": 113 + }, + "2330.EG.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.218, WC 3 Damen Personal", "arch_name": "00.2330.218@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71470", - "roomcode": "2330.EG.218", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71427", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71470, + "usage_id": 116 + }, + "2330.EG.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.219, Ger\u00e4temeisterei", "arch_name": "00.2330.219@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71427", - "roomcode": "2330.EG.219", - "usage": 51 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71428", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71427, + "usage_id": 51 + }, + "2330.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.220, Ger\u00e4teausgabe Nord", "arch_name": "00.2330.220@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71428", - "roomcode": "2330.EG.220", - "usage": 186 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71426", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71428, + "usage_id": 186 + }, + "2330.EG.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.221, Ger\u00e4teausgabe S\u00fcd", "arch_name": "00.2330.221@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71426", - "roomcode": "2330.EG.221", - "usage": 186 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71429", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71426, + "usage_id": 186 + }, + "2330.EG.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.222, Ger\u00e4temeisterei Werkstatt", "arch_name": "00.2330.222@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71429", - "roomcode": "2330.EG.222", - "usage": 51 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71464", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71429, + "usage_id": 51 + }, + "2330.EG.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.701, Treppe", "arch_name": "00.2330.701@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71464", - "roomcode": "2330.EG.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71423", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71464, + "usage_id": 223 + }, + "2330.EG.702": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.702, Treppe", "arch_name": "00.2330.702@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71423", - "roomcode": "2330.EG.702", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71425", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71423, + "usage_id": 223 + }, + "2330.EG.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.705, Flur", "arch_name": "00.2330.705@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71425", - "roomcode": "2330.EG.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71465", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71425, + "usage_id": 222 + }, + "2330.EG.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.706, Flur", "arch_name": "00.2330.706@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71465", - "roomcode": "2330.EG.706", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71424", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71465, + "usage_id": 222 + }, + "2330.EG.707": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.707, Windfang", "arch_name": "00.2330.707@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71424", - "roomcode": "2330.EG.707", - "usage": 52 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71463", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71424, + "usage_id": 52 + }, + "2330.EG.750": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.750, Treppe", "arch_name": "00.2330.750@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71463", - "roomcode": "2330.EG.750", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71513", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71463, + "usage_id": 223 + }, + "2330.EG.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.702, Treppe", "arch_name": "00.2330.702@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71513", - "roomcode": "2330.EG.751", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71511", - "alt_name": "00.2330.755, Flur", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71513, + "usage_id": 223 + }, + "2330.EG.755": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, + "alt_name": "00.2330.755, Flur", "arch_name": "00.2330.755@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71511", - "roomcode": "2330.EG.755", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71512", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71511, + "usage_id": 222 + }, + "2330.EG.756": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.756, Flur", "arch_name": "00.2330.756@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71512", - "roomcode": "2330.EG.756", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71466", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71512, + "usage_id": 222 + }, + "2330.EG.757": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.757, Flur", "arch_name": "00.2330.757@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71466", - "roomcode": "2330.EG.757", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71462", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71466, + "usage_id": 222 + }, + "2330.EG.758": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.758, Flur", "arch_name": "00.2330.758@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71462", - "roomcode": "2330.EG.758", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71510", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71462, + "usage_id": 222 + }, + "2330.EG.759": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.759, Windfang", "arch_name": "00.2330.759@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71510", - "roomcode": "2330.EG.759", - "usage": 52 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71467", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71510, + "usage_id": 52 + }, + "2330.EG.856": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.856, Personenaufzug", "arch_name": "00.2330.856@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71467", - "roomcode": "2330.EG.856", - "usage": 4 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71461", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71467, + "usage_id": 4 + }, + "2330.EG.980": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2330.980, Weg Au\u00dfenbereich", "arch_name": "00.2330.980@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71461", - "roomcode": "2330.EG.980", - "usage": 219 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71609", + "area_id": 18, + "building_id": 2749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71461, + "usage_id": 219 + }, + "2330.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.101, Kollektor LZ3+Elektro", "arch_name": "-1.2330.101@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71609", - "roomcode": "2330.U1.101", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71607", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71609, + "usage_id": 120 + }, + "2330.U1.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.102, L\u00fcftungs-Zentrale 3", "arch_name": "-1.2330.102@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71607", - "roomcode": "2330.U1.102", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71588", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71607, + "usage_id": 32 + }, + "2330.U1.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.107, Zentralarchiv", "arch_name": "-1.2330.107@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71588", - "roomcode": "2330.U1.104", - "usage": 2 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71591", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71588, + "usage_id": 2 + }, + "2330.U1.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.105, BMZ", "arch_name": "-1.2330.105@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71591", - "roomcode": "2330.U1.105", - "usage": 9 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71589", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71591, + "usage_id": 9 + }, + "2330.U1.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.106, Lager", "arch_name": "-1.2330.106@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71589", - "roomcode": "2330.U1.106", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71610", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71589, + "usage_id": 30 + }, + "2330.U1.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.107, (30.U.227) Zentralarchiv", "arch_name": "-1.2330.107@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71610", - "roomcode": "2330.U1.107", - "usage": 2 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72072", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71610, + "usage_id": 2 + }, + "2330.U1.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.225, L\u00fcftungs-Zentrale 4", "arch_name": "-1.2330.225@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72072", - "roomcode": "2330.U1.108", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71612", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72072, + "usage_id": 32 + }, + "2330.U1.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.109, SIBE-UV", "arch_name": "-1.2330.109@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71612", - "roomcode": "2330.U1.109", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71613", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71612, + "usage_id": 120 + }, + "2330.U1.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.111, Kollektor Dia", "arch_name": "-1.2330.111@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71613", - "roomcode": "2330.U1.111", - "usage": 18 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72067", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71613, + "usage_id": 18 + }, + "2330.U1.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.112, D Zentralarchiv", "arch_name": "-1.2330.112@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72067", - "roomcode": "2330.U1.112", - "usage": 2 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71614", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72067, + "usage_id": 2 + }, + "2330.U1.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.113, (30.U.224) Lager", "arch_name": "-1.2330.113@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71614", - "roomcode": "2330.U1.113", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71615", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71614, + "usage_id": 30 + }, + "2330.U1.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.115, Lager", "arch_name": "-1.2330.115@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71615", - "roomcode": "2330.U1.115", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71616", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71615, + "usage_id": 30 + }, + "2330.U1.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.117, Lager", "arch_name": "-1.2330.117@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71616", - "roomcode": "2330.U1.117", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71577", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71616, + "usage_id": 30 + }, + "2330.U1.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.119, Lager", "arch_name": "-1.2330.119@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71577", - "roomcode": "2330.U1.119", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71617", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71577, + "usage_id": 30 + }, + "2330.U1.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.121, Sportger\u00e4te", "arch_name": "-1.2330.121@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71617", - "roomcode": "2330.U1.121", - "usage": 18 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72079", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71617, + "usage_id": 18 + }, + "2330.U1.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.122, Lager Au\u00dfendienst", "arch_name": "-1.2330.122@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72079", - "roomcode": "2330.U1.122", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72076", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72079, + "usage_id": 30 + }, + "2330.U1.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.123, ZA4 Europapaletten Raum", "arch_name": "-1.2330.123@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72076", - "roomcode": "2330.U1.123", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72078", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72076, + "usage_id": 30 + }, + "2330.U1.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.124, Heizzentrale", "arch_name": "-1.2330.124@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72078", - "roomcode": "2330.U1.124", - "usage": 54 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71592", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72078, + "usage_id": 54 + }, + "2330.U1.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.125, Zentr. Putzraum-Waschraum", "arch_name": "-1.2330.125@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71592", - "roomcode": "2330.U1.125", - "usage": 210 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71593", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71592, + "usage_id": 210 + }, + "2330.U1.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.126, FMG Zentralserver", "arch_name": "-1.2330.126@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71593", - "roomcode": "2330.U1.126", - "usage": 207 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71594", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71593, + "usage_id": 207 + }, + "2330.U1.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.127, E-UV", "arch_name": "-1.2330.127@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71594", - "roomcode": "2330.U1.127", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71595", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71594, + "usage_id": 120 + }, + "2330.U1.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.128, DV-UV", "arch_name": "-1.2330.128@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71595", - "roomcode": "2330.U1.128", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71585", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71595, + "usage_id": 120 + }, + "2330.U1.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.129, Aufzug Maschinenraum", "arch_name": "-1.2330.129@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71585", - "roomcode": "2330.U1.129", - "usage": 5 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71586", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71585, + "usage_id": 5 + }, + "2330.U1.130": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71586", - "roomcode": "2330.U1.130", - "usage": 183 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71596", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71586, + "usage_id": 183 + }, + "2330.U1.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.102, (30.U.216) Wasseraufbereitung", "arch_name": "-1.2330.102@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71596", - "roomcode": "2330.U1.132", - "usage": 182 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72088", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71596, + "usage_id": 182 + }, + "2330.U1.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.136, SWM", "arch_name": "-1.2330.136@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72088", - "roomcode": "2330.U1.136", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72097", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72088, + "usage_id": 120 + }, + "2330.U1.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.137, Notstromdiesel", "arch_name": "-1.2330.137@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72097", - "roomcode": "2330.U1.137", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72090", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72097, + "usage_id": 120 + }, + "2330.U1.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.138, TK", "arch_name": "-1.2330.138@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72090", - "roomcode": "2330.U1.138", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72091", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72090, + "usage_id": 120 + }, + "2330.U1.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.139, EDV", "arch_name": "-1.2330.139@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72091", - "roomcode": "2330.U1.139", - "usage": 207 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72092", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72091, + "usage_id": 207 + }, + "2330.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.140, SIBE", "arch_name": "-1.2330.140@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72092", - "roomcode": "2330.U1.140", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72093", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72092, + "usage_id": 120 + }, + "2330.U1.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.141, Sprinklerzentrale", "arch_name": "-1.2330.141@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72093", - "roomcode": "2330.U1.141", - "usage": 183 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72075", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72093, + "usage_id": 183 + }, + "2330.U1.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.142, Wassertank 81 m\u00b3", "arch_name": "-1.2330.142@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72075", - "roomcode": "2330.U1.142", - "usage": 183 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72073", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72075, + "usage_id": 183 + }, + "2330.U1.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.143, Wassertank 47 m\u00b3", "arch_name": "-1.2330.143@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72073", - "roomcode": "2330.U1.143", - "usage": 183 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72074", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72073, + "usage_id": 183 + }, + "2330.U1.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.144, Wassertank 130 m\u00b3", "arch_name": "-1.2330.144@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72074", - "roomcode": "2330.U1.144", - "usage": 183 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72086", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72074, + "usage_id": 183 + }, + "2330.U1.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.145, Wasserz\u00e4hler+Wasseraufbereitung", "arch_name": "-1.2330.145@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72086", - "roomcode": "2330.U1.145", - "usage": 182 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71606", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72086, + "usage_id": 182 + }, + "2330.U1.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.202, Lager", "arch_name": "-1.2330.202@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71606", - "roomcode": "2330.U1.202", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71587", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71606, + "usage_id": 30 + }, + "2330.U1.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.203, Spracharlarmzentrale", "arch_name": "-1.2330.203@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71587", - "roomcode": "2330.U1.203", - "usage": 9 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71605", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71587, + "usage_id": 9 + }, + "2330.U1.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.204, Lager", "arch_name": "-1.2330.204@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71605", - "roomcode": "2330.U1.204", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71608", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71605, + "usage_id": 30 + }, + "2330.U1.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.205, K\u00e4lte-Maschinen-Raum", "arch_name": "-1.2330.205@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71608", - "roomcode": "2330.U1.205", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71604", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71608, + "usage_id": 32 + }, + "2330.U1.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.206, Lager", "arch_name": "-1.2330.206@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71604", - "roomcode": "2330.U1.206", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71570", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71604, + "usage_id": 30 + }, + "2330.U1.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.207, Lager", "arch_name": "-1.2330.207@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71570", - "roomcode": "2330.U1.207", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72070", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71570, + "usage_id": 30 + }, + "2330.U1.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.208, Lager", "arch_name": "-1.2330.208@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72070", - "roomcode": "2330.U1.208", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71569", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72070, + "usage_id": 30 + }, + "2330.U1.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.209, Lager", "arch_name": "-1.2330.209@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71569", - "roomcode": "2330.U1.209", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71576", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71569, + "usage_id": 30 + }, + "2330.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.210, Lager", "arch_name": "-1.2330.210@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71576", - "roomcode": "2330.U1.210", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71568", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71576, + "usage_id": 30 + }, + "2330.U1.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.211, Lager", "arch_name": "-1.2330.211@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71568", - "roomcode": "2330.U1.211", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71575", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71568, + "usage_id": 30 + }, + "2330.U1.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.212, Lager", "arch_name": "-1.2330.212@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71575", - "roomcode": "2330.U1.212", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71567", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71575, + "usage_id": 30 + }, + "2330.U1.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.213, Lager", "arch_name": "-1.2330.213@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71567", - "roomcode": "2330.U1.213", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71574", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71567, + "usage_id": 30 + }, + "2330.U1.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.214, Lager", "arch_name": "-1.2330.214@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71574", - "roomcode": "2330.U1.214", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71566", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71574, + "usage_id": 30 + }, + "2330.U1.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.215, L\u00fcftungs-Zentrale 2", "arch_name": "-1.2330.215@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71566", - "roomcode": "2330.U1.215", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71573", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71566, + "usage_id": 32 + }, + "2330.U1.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.216, Lager", "arch_name": "-1.2330.216@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71573", - "roomcode": "2330.U1.216", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72071", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71573, + "usage_id": 30 + }, + "2330.U1.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.217, K\u00e4ltezentrale", "arch_name": "-1.2330.217@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72071", - "roomcode": "2330.U1.217", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71602", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72071, + "usage_id": 32 + }, + "2330.U1.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.224, Aufzug Maschinenraum", "arch_name": "-1.2330.224@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71602", - "roomcode": "2330.U1.224", - "usage": 5 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71601", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71602, + "usage_id": 5 + }, + "2330.U1.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.225, L\u00fcftungs-Zentrale 1", "arch_name": "-1.2330.225@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71601", - "roomcode": "2330.U1.225", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71537", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71601, + "usage_id": 32 + }, + "2330.U1.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.226, Brunnenwasser-Zentrale", "arch_name": "-1.2330.226@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71537", - "roomcode": "2330.U1.226", - "usage": 183 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71599", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71537, + "usage_id": 183 + }, + "2330.U1.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.226, DV-UV", "arch_name": "-1.2330.226@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71599", - "roomcode": "2330.U1.228", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72066", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71599, + "usage_id": 120 + }, + "2330.U1.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.230, SIBE", "arch_name": "-1.2330.230@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72066", - "roomcode": "2330.U1.230", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72068", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72066, + "usage_id": 120 + }, + "2330.U1.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.701, Treppe", "arch_name": "-1.2330.701@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72068", - "roomcode": "2330.U1.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71611", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72068, + "usage_id": 223 + }, + "2330.U1.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.705, Flur", "arch_name": "-1.2330.705@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71611", - "roomcode": "2330.U1.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71590", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71611, + "usage_id": 222 + }, + "2330.U1.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.706, Flur", "arch_name": "-1.2330.706@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71590", - "roomcode": "2330.U1.706", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71578", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71590, + "usage_id": 222 + }, + "2330.U1.707": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.707, Flur", "arch_name": "-1.2330.707@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71578", - "roomcode": "2330.U1.707", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71579", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71578, + "usage_id": 222 + }, + "2330.U1.708": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.708, Flur", "arch_name": "-1.2330.708@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71579", - "roomcode": "2330.U1.708", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71583", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71579, + "usage_id": 222 + }, + "2330.U1.709": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.709, Flur", "arch_name": "-1.2330.709@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71583", - "roomcode": "2330.U1.709", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=72085", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71583, + "usage_id": 222 + }, + "2330.U1.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.710, Flur", "arch_name": "-1.2330.710@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72085", - "roomcode": "2330.U1.710", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71582", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72085, + "usage_id": 222 + }, + "2330.U1.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.740, Treppe", "arch_name": "-1.2330.740@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71582", - "roomcode": "2330.U1.740", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71564", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71582, + "usage_id": 223 + }, + "2330.U1.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.751, Treppe", "arch_name": "-1.2330.751@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71564", - "roomcode": "2330.U1.751", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71565", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71564, + "usage_id": 223 + }, + "2330.U1.756": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.756, Flur", "arch_name": "-1.2330.756@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71565", - "roomcode": "2330.U1.756", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71580", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71565, + "usage_id": 222 + }, + "2330.U1.842": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.842, Aufzug 2", "arch_name": "-1.2330.842@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71580", - "roomcode": "2330.U1.842", - "usage": 4 - }, - { - "address": "Connollystr. 32, 1.UG", - "address_link": "ris.einzelraum?raumkey=71603", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71580, + "usage_id": 4 + }, + "2330.U1.856": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "-1.2330.856, Aufzug 1", "arch_name": "-1.2330.856@2330", - "b_area_id": 18, - "b_filter_id": 2749, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71603", - "roomcode": "2330.U1.856", - "usage": 4 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71460", + "area_id": 18, + "building_id": 2749, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71603, + "usage_id": 4 + }, + "2331.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.101, HS1 - H\u00f6rsaal 1", "arch_name": "01.2331.101@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31492&cReadonly=J", - "extended": { - "additional_description": "01.2331.101, HS1 - H\u00f6rsaal 1", - "address": "Connollystr. 32(2331), 1.Obergescho\u00df", - "architect_room_nr": "01.2331.101@2331", - "area_m2": 152.78, - "building": "2331 CiO/SG - Hallen West, Cafeteria", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101", - "seats": 515, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71460", - "roomcode": "2331.01.101", - "usage": 20 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71502", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31492, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": 515, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71460, + "usage_id": 20 + }, + "2331.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.102, Lager ZA 4", "arch_name": "01.2331.102@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71502", - "roomcode": "2331.01.102", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=72102", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71502, + "usage_id": 30 + }, + "2331.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.104, EP-Technik unter Audimax", "arch_name": "01.2331.104@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72102", - "roomcode": "2331.01.104", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71509", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72102, + "usage_id": 120 + }, + "2331.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.112, BOG - Bouldergalerie", "arch_name": "01.2331.112@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31556&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71509", - "roomcode": "2331.01.112", - "usage": 128 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71454", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31556, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71509, + "usage_id": 128 + }, + "2331.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.114, Speisesaal 4", "arch_name": "01.2331.114@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71454", - "roomcode": "2331.01.114", - "usage": 147 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71508", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71454, + "usage_id": 147 + }, + "2331.01.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.201, WC-Herren", "arch_name": "01.2331.201@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71508", - "roomcode": "2331.01.201", - "usage": 115 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=72083", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71508, + "usage_id": 115 + }, + "2331.01.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.203, Wickeltisch/Barrierefreies WC Herren", "arch_name": "01.2331.203@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72083", - "roomcode": "2331.01.203", - "usage": 117 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71456", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72083, + "usage_id": 117 + }, + "2331.01.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.204, WC-Damen", "arch_name": "01.2331.204@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71456", - "roomcode": "2331.01.204", - "usage": 116 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=72082", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71456, + "usage_id": 116 + }, + "2331.01.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.206, Wickeltisch/Barrierefreies WC Damen", "arch_name": "01.2331.206@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72082", - "roomcode": "2331.01.206", - "usage": 117 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71507", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72082, + "usage_id": 117 + }, + "2331.01.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.207, L\u00fcftungszentrale 7", "arch_name": "01.2331.207@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71507", - "roomcode": "2331.01.207", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71453", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71507, + "usage_id": 32 + }, + "2331.01.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.224, Speisesaal 3", "arch_name": "01.2331.224@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71453", - "roomcode": "2331.01.224", - "usage": 147 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71505", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71453, + "usage_id": 147 + }, + "2331.01.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.301, Cafe Bar Sitzbereich", "arch_name": "01.2331.301@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=33812&cReadonly=J", - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71505", - "roomcode": "2331.01.301", - "usage": 139 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71482", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 33812, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 199, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71505, + "usage_id": 139 + }, + "2331.01.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.302, Cafe Ausgabe", "arch_name": "01.2331.302@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71482", - "roomcode": "2331.01.302", - "usage": 139 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71504", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71482, + "usage_id": 139 + }, + "2331.01.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.303, Cafe Bar", "arch_name": "01.2331.303@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71504", - "roomcode": "2331.01.303", - "usage": 139 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71506", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71504, + "usage_id": 139 + }, + "2331.01.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.305, Speiseausgabe", "arch_name": "01.2331.305@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71506", - "roomcode": "2331.01.305", - "usage": 139 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71483", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71506, + "usage_id": 139 + }, + "2331.01.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.306, Cafeteria Vorbereitung", "arch_name": "01.2331.306@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71483", - "roomcode": "2331.01.306", - "usage": 28 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71496", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71483, + "usage_id": 28 + }, + "2331.01.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.307, Cafeteria Sp\u00fclk\u00fcche", "arch_name": "01.2331.307@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71496", - "roomcode": "2331.01.307", - "usage": 209 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71497", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71496, + "usage_id": 209 + }, + "2331.01.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.308, Cafeteria Putzraum", "arch_name": "01.2331.308@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71497", - "roomcode": "2331.01.308", - "usage": 205 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71484", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71497, + "usage_id": 205 + }, + "2331.01.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.310, Cafereria Vork\u00fchlraum", "arch_name": "01.2331.310@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71484", - "roomcode": "2331.01.310", - "usage": 199 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71486", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71484, + "usage_id": 199 + }, + "2331.01.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.311, Cafereria Tiefk\u00fchlraum", "arch_name": "01.2331.311@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71486", - "roomcode": "2331.01.311", - "usage": 199 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71498", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71486, + "usage_id": 199 + }, + "2331.01.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.312, Cafereria Lager", "arch_name": "01.2331.312@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71498", - "roomcode": "2331.01.312", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71487", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71498, + "usage_id": 30 + }, + "2331.01.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.313, Cafeteria-WC", "arch_name": "01.2331.313@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71487", - "roomcode": "2331.01.313", - "usage": 114 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71488", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71487, + "usage_id": 114 + }, + "2331.01.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.314, Cafeteria-Vorraum-WC", "arch_name": "01.2331.314@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71488", - "roomcode": "2331.01.314", - "usage": 118 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71499", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71488, + "usage_id": 118 + }, + "2331.01.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.315, Cafeteria Aufenthaltsraum", "arch_name": "01.2331.315@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71499", - "roomcode": "2331.01.315", - "usage": 44 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71490", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71499, + "usage_id": 44 + }, + "2331.01.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.305, Cafeteria-B\u00fcro", "arch_name": "01.2331.305@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71490", - "roomcode": "2331.01.316", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71489", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71490, + "usage_id": 12 + }, + "2331.01.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.317, Cafeteria-Personalumkleide", "arch_name": "01.2331.317@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71489", - "roomcode": "2331.01.317", - "usage": 121 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71500", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71489, + "usage_id": 121 + }, + "2331.01.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.318, Speisesaal 1", "arch_name": "01.2331.318@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71500", - "roomcode": "2331.01.318", - "usage": 139 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71495", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 199, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71500, + "usage_id": 139 + }, + "2331.01.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.319, Speisesaal 2", "arch_name": "01.2331.319@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71495", - "roomcode": "2331.01.319", - "usage": 139 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71503", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 199, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71495, + "usage_id": 139 + }, + "2331.01.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.701, Treppe", "arch_name": "01.2331.701@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71503", - "roomcode": "2331.01.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71458", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71503, + "usage_id": 223 + }, + "2331.01.702": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.702, Treppe", "arch_name": "01.2331.702@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71458", - "roomcode": "2331.01.702", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71457", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71458, + "usage_id": 223 + }, + "2331.01.703": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.703, Treppe", "arch_name": "01.2331.703@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71457", - "roomcode": "2331.01.703", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=72087", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71457, + "usage_id": 223 + }, + "2331.01.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.705, Flur", "arch_name": "01.2331.705@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72087", - "roomcode": "2331.01.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71455", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72087, + "usage_id": 222 + }, + "2331.01.720": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.720, Treppe", "arch_name": "01.2331.720@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71455", - "roomcode": "2331.01.720", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71485", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71455, + "usage_id": 223 + }, + "2331.01.745": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.745, Cafereria Flurbereich", "arch_name": "01.2331.745@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71485", - "roomcode": "2331.01.745", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71493", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71485, + "usage_id": 222 + }, + "2331.01.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.760, Treppe", "arch_name": "01.2331.760@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71493", - "roomcode": "2331.01.760", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71494", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71493, + "usage_id": 223 + }, + "2331.01.899": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.899, Hubplattform", "arch_name": "01.2331.899@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71494", - "roomcode": "2331.01.899", - "usage": 4 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71491", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71494, + "usage_id": 4 + }, + "2331.01.970": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.970, Cafeteria-Terrasse", "arch_name": "01.2331.970@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71491", - "roomcode": "2331.01.970", - "usage": 48 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71492", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 120, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71491, + "usage_id": 48 + }, + "2331.01.971": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2331.971, Terrasse", "arch_name": "01.2331.971@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71492", - "roomcode": "2331.01.971", - "usage": 48 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71410", + "area_id": 18, + "building_id": 2609, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71492, + "usage_id": 48 + }, + "2331.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.101, HS1 - H\u00f6rsaal 1", "arch_name": "00.2331.101@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "extended": { - "additional_description": "00.2331.101, HS1 - H\u00f6rsaal 1", - "address": "Connollystr. 32(2331), Erdgescho\u00df", - "architect_room_nr": "00.2331.101@2331", - "area_m2": 184.54, - "building": "2331 CiO/SG - Hallen West, Cafeteria", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101", - "seats": 515, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71410", - "roomcode": "2331.EG.101", - "usage": 20 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71420", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": 515, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71410, + "usage_id": 20 + }, + "2331.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.102, WC-Damen", "arch_name": "00.2331.102@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71420", - "roomcode": "2331.EG.102", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71419", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71420, + "usage_id": 115 + }, + "2331.EG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.103, WC-Herren", "arch_name": "00.2331.103@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71419", - "roomcode": "2331.EG.103", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71409", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71419, + "usage_id": 115 + }, + "2331.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.104, FMG Lager", "arch_name": "00.2331.104@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71409", - "roomcode": "2331.EG.104", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71418", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71409, + "usage_id": 30 + }, + "2331.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.105, Umkleide 2 Herren", "arch_name": "00.2331.105@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71418", - "roomcode": "2331.EG.105", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71406", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71418, + "usage_id": 121 + }, + "2331.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.106, Dusche 2 Herren", "arch_name": "00.2331.106@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71406", - "roomcode": "2331.EG.106", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71408", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71406, + "usage_id": 113 + }, + "2331.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.107, WC 2 Herren", "arch_name": "00.2331.107@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71408", - "roomcode": "2331.EG.107", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71405", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71408, + "usage_id": 115 + }, + "2331.EG.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.108, Umkleide 1 Damen", "arch_name": "00.2331.108@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71405", - "roomcode": "2331.EG.108", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71416", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71405, + "usage_id": 121 + }, + "2331.EG.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.109, Dusche 1 Damen", "arch_name": "00.2331.109@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71416", - "roomcode": "2331.EG.109", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71407", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71416, + "usage_id": 113 + }, + "2331.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.110, WC 1 Damen", "arch_name": "00.2331.110@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71407", - "roomcode": "2331.EG.110", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71400", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71407, + "usage_id": 114 + }, + "2331.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.111, KLH - Kletterhalle", "arch_name": "00.2331.111@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31552&cReadonly=J", - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71400", - "roomcode": "2331.EG.111", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71401", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31552, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71400, + "usage_id": 128 + }, + "2331.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.112, KBH - Eingangsbereich", "arch_name": "00.2331.112@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31553&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71401", - "roomcode": "2331.EG.112", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71414", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31553, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71401, + "usage_id": 128 + }, + "2331.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.113, GTH - Gymnastiktanzhalle", "arch_name": "00.2331.113@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31513&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71414", - "roomcode": "2331.EG.113", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71399", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31513, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14195, + "seats": { + "sitting": 500, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71414, + "usage_id": 128 + }, + "2331.EG.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.114, Ger\u00e4teraum GTH", "arch_name": "00.2331.114@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71399", - "roomcode": "2331.EG.114", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71415", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71399, + "usage_id": 18 + }, + "2331.EG.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.115, Lehrendenzimmer", "arch_name": "00.2331.115@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71415", - "roomcode": "2331.EG.115", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71402", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71415, + "usage_id": 12 + }, + "2331.EG.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.116, BTT - Bouldertraining- und Therapie", "arch_name": "00.2331.116@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31554&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71402", - "roomcode": "2331.EG.116", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71404", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31554, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71402, + "usage_id": 128 + }, + "2331.EG.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.117, KBH - Lager", "arch_name": "00.2331.117@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31555&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71404", - "roomcode": "2331.EG.117", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=72084", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31555, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71404, + "usage_id": 30 + }, + "2331.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.120, EP - Technik unter HS1", "arch_name": "00.2331.120@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72084", - "roomcode": "2331.EG.120", - "usage": 120 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70738", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72084, + "usage_id": 120 + }, + "2331.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.201, Hallenputzmittel", "arch_name": "00.2331.201@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70738", - "roomcode": "2331.EG.201", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70737", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70738, + "usage_id": 30 + }, + "2331.EG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.203, Lager Rollst\u00fchle", "arch_name": "00.2331.203@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70737", - "roomcode": "2331.EG.203", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70736", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70737, + "usage_id": 30 + }, + "2331.EG.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.204, Ger\u00e4teraum VFH 2", "arch_name": "00.2331.204@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70736", - "roomcode": "2331.EG.204", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70728", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70736, + "usage_id": 30 + }, + "2331.EG.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.205, Erste Hilfe", "arch_name": "00.2331.205@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70728", - "roomcode": "2331.EG.205", - "usage": 178 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71411", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70728, + "usage_id": 178 + }, + "2331.EG.206": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71411", - "roomcode": "2331.EG.206", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70734", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71411, + "usage_id": 18 + }, + "2331.EG.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.208, Ger\u00e4teraum", "arch_name": "00.2331.208@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70734", - "roomcode": "2331.EG.208", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70727", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70734, + "usage_id": 18 + }, + "2331.EG.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.209, Ger\u00e4teraum VFH 4", "arch_name": "00.2331.209@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70727", - "roomcode": "2331.EG.209", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70726", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70727, + "usage_id": 18 + }, + "2331.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.210, Ger\u00e4teraum VFH 4", "arch_name": "00.2331.210@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70726", - "roomcode": "2331.EG.210", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70733", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70726, + "usage_id": 18 + }, + "2331.EG.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.212, Mess. Lager", "arch_name": "00.2331.212@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70733", - "roomcode": "2331.EG.212", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70717", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70733, + "usage_id": 30 + }, + "2331.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.220, VFH 1 - Vierfachhalle 1", "arch_name": "00.2331.220@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31506&cReadonly=J", - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70717", - "roomcode": "2331.EG.220", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70725", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31506, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70717, + "usage_id": 128 + }, + "2331.EG.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.221, VFH 2 - Vierfachhalle 2", "arch_name": "00.2331.221@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31507&cReadonly=J", - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70725", - "roomcode": "2331.EG.221", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70718", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31507, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70725, + "usage_id": 128 + }, + "2331.EG.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.222, VFH 3 - Vierfachhalle 3", "arch_name": "00.2331.222@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31508&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70718", - "roomcode": "2331.EG.222", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70719", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31508, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70718, + "usage_id": 128 + }, + "2331.EG.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.223, VFH 4 - Vierfachhalle 4", "arch_name": "00.2331.223@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31509&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70719", - "roomcode": "2331.EG.223", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70716", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31509, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70719, + "usage_id": 128 + }, + "2331.EG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.301, SPF - Sprintflur/Weitsprunggrube", "arch_name": "00.2331.301@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31510&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70716", - "roomcode": "2331.EG.301", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70715", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31510, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70716, + "usage_id": 128 + }, + "2331.EG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.302, Kraftbereich", "arch_name": "00.2331.302@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31511&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70715", - "roomcode": "2331.EG.302", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70720", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31511, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70715, + "usage_id": 128 + }, + "2331.EG.401": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70720", - "roomcode": "2331.EG.401", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70708", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70720, + "usage_id": 12 + }, + "2331.EG.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.402, Motion Capturing & Isokinetic Lab", "arch_name": "00.2331.402@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32055&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70708", - "roomcode": "2331.EG.402", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70721", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 32055, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70708, + "usage_id": 124 + }, + "2331.EG.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.403, Diagnostik Ger\u00e4teraum", "arch_name": "00.2331.403@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70721", - "roomcode": "2331.EG.403", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70722", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70721, + "usage_id": 18 + }, + "2331.EG.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.405, Performance Testing Lab", "arch_name": "00.2331.405@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32056&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70722", - "roomcode": "2331.EG.405", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70711", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 32056, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70722, + "usage_id": 124 + }, + "2331.EG.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.406, Motor Control Learning Lab", "arch_name": "00.2331.406@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32057&cReadonly=J", - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70711", - "roomcode": "2331.EG.406", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70712", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 32057, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70711, + "usage_id": 124 + }, + "2331.EG.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.407, Human Robotics Lab", "arch_name": "00.2331.407@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32058&cReadonly=J", - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70712", - "roomcode": "2331.EG.407", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70713", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 32058, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70712, + "usage_id": 124 + }, + "2331.EG.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.408, Sensorimotor Control Lab", "arch_name": "00.2331.408@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32059&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70713", - "roomcode": "2331.EG.408", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70729", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 32059, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70713, + "usage_id": 124 + }, + "2331.EG.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.409, EEG & TMS Lab", "arch_name": "00.2331.409@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32060&cReadonly=J", - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70729", - "roomcode": "2331.EG.409", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70730", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 32060, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70729, + "usage_id": 124 + }, + "2331.EG.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.410, 3D Printing Lab", "arch_name": "00.2331.410@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31832&cReadonly=J", - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70730", - "roomcode": "2331.EG.410", - "usage": 51 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70731", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31832, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70730, + "usage_id": 51 + }, + "2331.EG.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.411, Living Lab", "arch_name": "00.2331.411@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31833&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70731", - "roomcode": "2331.EG.411", - "usage": 124 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70709", + "area_id": 18, + "building_id": 2609, + "calendar_resource_nr": 31833, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70731, + "usage_id": 124 + }, + "2331.EG.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.412, Cafetria M\u00fcllraum", "arch_name": "00.2331.412@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70709", - "roomcode": "2331.EG.412", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70710", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70709, + "usage_id": 30 + }, + "2331.EG.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.413, Cafeteria Lager", "arch_name": "00.2331.413@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70710", - "roomcode": "2331.EG.413", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71417", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70710, + "usage_id": 30 + }, + "2331.EG.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.701, Treppenhaus", "arch_name": "00.2331.701@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71417", - "roomcode": "2331.EG.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71403", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71417, + "usage_id": 223 + }, + "2331.EG.702": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.702, Treppe", "arch_name": "00.2331.702@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71403", - "roomcode": "2331.EG.702", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71421", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71403, + "usage_id": 223 + }, + "2331.EG.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.705, Flur", "arch_name": "00.2331.705@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71421", - "roomcode": "2331.EG.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71398", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71421, + "usage_id": 222 + }, + "2331.EG.720": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.720, Treppenhaus", "arch_name": "00.2331.720@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71398", - "roomcode": "2331.EG.720", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71412", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71398, + "usage_id": 223 + }, + "2331.EG.726": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.726, Flur", "arch_name": "00.2331.726@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71412", - "roomcode": "2331.EG.726", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71413", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71412, + "usage_id": 222 + }, + "2331.EG.727": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.727, Flur", "arch_name": "00.2331.727@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71413", - "roomcode": "2331.EG.727", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70714", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71413, + "usage_id": 222 + }, + "2331.EG.760": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.760, Treppe Terrasse", "arch_name": "00.2331.760@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70714", - "roomcode": "2331.EG.760", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70739", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70714, + "usage_id": 223 + }, + "2331.EG.765": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.765, Flur", "arch_name": "00.2331.765@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70739", - "roomcode": "2331.EG.765", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70740", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70739, + "usage_id": 222 + }, + "2331.EG.766": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.766, Flur", "arch_name": "00.2331.766@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70740", - "roomcode": "2331.EG.766", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=70724", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70740, + "usage_id": 222 + }, + "2331.EG.899": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2331.899, Hubplattform", "arch_name": "00.2331.899@2331", - "b_area_id": 18, - "b_filter_id": 2609, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70724", - "roomcode": "2331.EG.899", - "usage": 4 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71792", + "area_id": 18, + "building_id": 2609, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70724, + "usage_id": 4 + }, + "2332.01.101": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74438, + "usage_id": 40 + }, + "2332.01.102": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74417, + "usage_id": 12 + }, + "2332.01.103": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74416, + "usage_id": 12 + }, + "2332.01.104": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74418, + "usage_id": 12 + }, + "2332.01.106": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74444, + "usage_id": 12 + }, + "2332.01.107": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74437, + "usage_id": 12 + }, + "2332.01.108": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74422, + "usage_id": 12 + }, + "2332.01.109": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74415, + "usage_id": 12 + }, + "2332.01.110": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74423, + "usage_id": 12 + }, + "2332.01.111": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74414, + "usage_id": 12 + }, + "2332.01.112": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74424, + "usage_id": 12 + }, + "2332.01.113": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74413, + "usage_id": 12 + }, + "2332.01.114": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74425, + "usage_id": 198 + }, + "2332.01.115": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74412, + "usage_id": 12 + }, + "2332.01.117": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74411, + "usage_id": 12 + }, + "2332.01.118": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74446, + "usage_id": 12 + }, + "2332.01.119": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74410, + "usage_id": 12 + }, + "2332.01.120": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74447, + "usage_id": 12 + }, + "2332.01.121": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74409, + "usage_id": 12 + }, + "2332.01.122": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74426, + "usage_id": 12 + }, + "2332.01.123": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74407, + "usage_id": 12 + }, + "2332.01.124": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74427, + "usage_id": 12 + }, + "2332.01.125": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74406, + "usage_id": 12 + }, + "2332.01.126": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74428, + "usage_id": 12 + }, + "2332.01.127": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74405, + "usage_id": 40 + }, + "2332.01.129": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74432, + "usage_id": 12 + }, + "2332.01.130": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74429, + "usage_id": 12 + }, + "2332.01.132": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74448, + "usage_id": 12 + }, + "2332.01.133": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74431, + "usage_id": 12 + }, + "2332.01.134": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74430, + "usage_id": 116 + }, + "2332.01.135": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74396, + "usage_id": 12 + }, + "2332.01.136": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74449, + "usage_id": 115 + }, + "2332.01.137": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74395, + "usage_id": 12 + }, + "2332.01.139": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74400, + "usage_id": 196 + }, + "2332.01.145": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74393, + "usage_id": 12 + }, + "2332.01.147": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74392, + "usage_id": 12 + }, + "2332.01.151": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74436, + "usage_id": 110 + }, + "2332.01.152": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74445, + "usage_id": 30 + }, + "2332.01.153": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74433, + "usage_id": 30 + }, + "2332.01.201": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74510, + "usage_id": 12 + }, + "2332.01.202": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74468, + "usage_id": 12 + }, + "2332.01.204": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74467, + "usage_id": 12 + }, + "2332.01.205": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74509, + "usage_id": 12 + }, + "2332.01.206": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74469, + "usage_id": 12 + }, + "2332.01.207": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74508, + "usage_id": 12 + }, + "2332.01.208": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74470, + "usage_id": 12 + }, + "2332.01.209": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74492, + "usage_id": 12 + }, + "2332.01.210": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74471, + "usage_id": 12 + }, + "2332.01.211": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74491, + "usage_id": 12 + }, + "2332.01.212": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74493, + "usage_id": 12 + }, + "2332.01.213": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74461, + "usage_id": 12 + }, + "2332.01.214": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74494, + "usage_id": 12 + }, + "2332.01.215": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74507, + "usage_id": 12 + }, + "2332.01.216": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74495, + "usage_id": 12 + }, + "2332.01.217": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74506, + "usage_id": 12 + }, + "2332.01.218": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74472, + "usage_id": 12 + }, + "2332.01.219": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74505, + "usage_id": 12 + }, + "2332.01.220": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74473, + "usage_id": 12 + }, + "2332.01.221": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74504, + "usage_id": 40 + }, + "2332.01.222": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74474, + "usage_id": 12 + }, + "2332.01.223": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74516, + "usage_id": 12 + }, + "2332.01.224": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74475, + "usage_id": 12 + }, + "2332.01.226": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74488, + "usage_id": 198 + }, + "2332.01.227": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74515, + "usage_id": 12 + }, + "2332.01.229": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74514, + "usage_id": 12 + }, + "2332.01.231": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74513, + "usage_id": 12 + }, + "2332.01.233": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74457, + "usage_id": 116 + }, + "2332.01.235": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74452, + "usage_id": 115 + }, + "2332.01.237": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74451, + "usage_id": 12 + }, + "2332.01.239": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74456, + "usage_id": 12 + }, + "2332.01.241": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74455, + "usage_id": 12 + }, + "2332.01.243": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74450, + "usage_id": 12 + }, + "2332.01.245": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74453, + "usage_id": 12 + }, + "2332.01.251": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74464, + "usage_id": 110 + }, + "2332.01.252": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74462, + "usage_id": 30 + }, + "2332.01.253": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74460, + "usage_id": 30 + }, + "2332.01.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2332.301, Putzraum", "arch_name": "01.2332.301@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71792", - "roomcode": "2332.01.301", - "usage": 205 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71791", - "alt_name": "01.2332.842, Aufzug 2", - "arch_name": "01.2332.842@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71791", - "roomcode": "2332.01.842", - "usage": 4 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71765", - "alt_name": "00.2332.101, WC-Damen", - "arch_name": "00.2332.101@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71765", - "roomcode": "2332.EG.101", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71803", - "alt_name": "00.2332.102, WC-Herren", - "arch_name": "00.2332.102@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71803", - "roomcode": "2332.EG.102", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71749", - "alt_name": "00.2332.201, WC-Herren", - "arch_name": "00.2332.201@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71749", - "roomcode": "2332.EG.201", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71748", - "alt_name": "00.2332.202, WC-Damen", - "arch_name": "00.2332.202@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71748", - "roomcode": "2332.EG.202", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71766", - "alt_name": "00.2332.705, Flur", - "arch_name": "00.2332.705@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71766", - "roomcode": "2332.EG.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71764", - "alt_name": "00.2332.725, Flur", - "arch_name": "00.2332.725@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71764", - "roomcode": "2332.EG.725", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71800", - "alt_name": "00.2332.740, Treppe", - "arch_name": "00.2332.740@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71800", - "roomcode": "2332.EG.740", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71801", - "alt_name": "00.2332.745, Flur", - "arch_name": "00.2332.745@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71801", - "roomcode": "2332.EG.745", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71763", - "alt_name": "00.2332.842, Aufzug 2", - "arch_name": "00.2332.842@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71763", - "roomcode": "2332.EG.842", - "usage": 4 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71810", - "alt_name": "00.2332.961, Flur Au\u00dfenbereich", + "area_id": 18, + "building_id": 2829, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71792, + "usage_id": 205 + }, + "2332.01.303": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74503, + "usage_id": 110 + }, + "2332.01.304": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74502, + "usage_id": 12 + }, + "2332.01.308": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74501, + "usage_id": 12 + }, + "2332.01.309": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74500, + "usage_id": 12 + }, + "2332.01.310": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74487, + "usage_id": 12 + }, + "2332.01.311": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74486, + "usage_id": 12 + }, + "2332.01.312": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74485, + "usage_id": 12 + }, + "2332.01.313": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74484, + "usage_id": 12 + }, + "2332.01.314": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74511, + "usage_id": 10 + }, + "2332.01.315": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74483, + "usage_id": 198 + }, + "2332.01.316": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74482, + "usage_id": 12 + }, + "2332.01.318": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74481, + "usage_id": 12 + }, + "2332.01.319": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74480, + "usage_id": 12 + }, + "2332.01.323": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74477, + "usage_id": 12 + }, + "2332.01.325": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74476, + "usage_id": 196 + }, + "2332.01.329": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74497, + "usage_id": 12 + }, + "2332.01.701": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74439, + "usage_id": 223 + }, + "2332.01.702": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74435, + "usage_id": 223 + }, + "2332.01.703": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74394, + "usage_id": 223 + }, + "2332.01.705": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74440, + "usage_id": 222 + }, + "2332.01.706": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74434, + "usage_id": 222 + }, + "2332.01.707": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74408, + "usage_id": 222 + }, + "2332.01.708": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74404, + "usage_id": 222 + }, + "2332.01.709": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74403, + "usage_id": 222 + }, + "2332.01.710": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74402, + "usage_id": 222 + }, + "2332.01.711": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74401, + "usage_id": 222 + }, + "2332.01.720": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74466, + "usage_id": 223 + }, + "2332.01.721": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74490, + "usage_id": 223 + }, + "2332.01.722": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74512, + "usage_id": 223 + }, + "2332.01.725": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74465, + "usage_id": 222 + }, + "2332.01.726": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74463, + "usage_id": 222 + }, + "2332.01.727": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74517, + "usage_id": 222 + }, + "2332.01.728": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74459, + "usage_id": 222 + }, + "2332.01.729": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74458, + "usage_id": 222 + }, + "2332.01.730": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74454, + "usage_id": 222 + }, + "2332.01.741": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74498, + "usage_id": 223 + }, + "2332.01.745": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74499, + "usage_id": 222 + }, + "2332.01.747": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74479, + "usage_id": 222 + }, + "2332.01.748": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74496, + "usage_id": 222 + }, + "2332.01.842": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71791, + "usage_id": 4 + }, + "2332.01.847": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74478, + "usage_id": 120 + }, + "2332.EG.101": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71765, + "usage_id": 116 + }, + "2332.EG.102": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71803, + "usage_id": 115 + }, + "2332.EG.103": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74262, + "usage_id": 12 + }, + "2332.EG.104": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74382, + "usage_id": 44 + }, + "2332.EG.105": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74238, + "usage_id": 12 + }, + "2332.EG.107": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74277, + "usage_id": 12 + }, + "2332.EG.108": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74260, + "usage_id": 34 + }, + "2332.EG.109": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74281, + "usage_id": 12 + }, + "2332.EG.110": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74279, + "usage_id": 40 + }, + "2332.EG.111": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74282, + "usage_id": 12 + }, + "2332.EG.112": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74280, + "usage_id": 124 + }, + "2332.EG.113": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74285, + "usage_id": 178 + }, + "2332.EG.115": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74286, + "usage_id": 178 + }, + "2332.EG.116": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74284, + "usage_id": 124 + }, + "2332.EG.117": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74289, + "usage_id": 124 + }, + "2332.EG.118": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74239, + "usage_id": 124 + }, + "2332.EG.119": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74242, + "usage_id": 124 + }, + "2332.EG.120": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74288, + "usage_id": 124 + }, + "2332.EG.121": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74243, + "usage_id": 178 + }, + "2332.EG.122": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74290, + "usage_id": 124 + }, + "2332.EG.124": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74291, + "usage_id": 124 + }, + "2332.EG.125": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74245, + "usage_id": 178 + }, + "2332.EG.126": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74307, + "usage_id": 124 + }, + "2332.EG.130": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74308, + "usage_id": 12 + }, + "2332.EG.132": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74246, + "usage_id": 198 + }, + "2332.EG.134": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74309, + "usage_id": 121 + }, + "2332.EG.140": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74295, + "usage_id": 198 + }, + "2332.EG.151": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74278, + "usage_id": 110 + }, + "2332.EG.152": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74287, + "usage_id": 30 + }, + "2332.EG.153": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74244, + "usage_id": 18 + }, + "2332.EG.201": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71749, + "usage_id": 115 + }, + "2332.EG.202": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71748, + "usage_id": 116 + }, + "2332.EG.203": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74274, + "usage_id": 196 + }, + "2332.EG.204": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74330, + "usage_id": 34 + }, + "2332.EG.206": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74329, + "usage_id": 44 + }, + "2332.EG.210": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74331, + "usage_id": 124 + }, + "2332.EG.211": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74272, + "usage_id": 12 + }, + "2332.EG.212": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74294, + "usage_id": 124 + }, + "2332.EG.213": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74328, + "usage_id": 12 + }, + "2332.EG.214": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74293, + "usage_id": 124 + }, + "2332.EG.215": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74327, + "usage_id": 12 + }, + "2332.EG.217": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74326, + "usage_id": 12 + }, + "2332.EG.218": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74296, + "usage_id": 12 + }, + "2332.EG.219": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74325, + "usage_id": 12 + }, + "2332.EG.220": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74332, + "usage_id": 12 + }, + "2332.EG.221": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74324, + "usage_id": 40 + }, + "2332.EG.222": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74333, + "usage_id": 12 + }, + "2332.EG.223": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74323, + "usage_id": 12 + }, + "2332.EG.224": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74346, + "usage_id": 40 + }, + "2332.EG.226": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74347, + "usage_id": 12 + }, + "2332.EG.227": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74322, + "usage_id": 12 + }, + "2332.EG.228": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74297, + "usage_id": 178 + }, + "2332.EG.231": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74268, + "usage_id": 40 + }, + "2332.EG.233": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74267, + "usage_id": 124 + }, + "2332.EG.237": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74318, + "usage_id": 121 + }, + "2332.EG.239": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74317, + "usage_id": 178 + }, + "2332.EG.245": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74315, + "usage_id": 178 + }, + "2332.EG.251": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74273, + "usage_id": 110 + }, + "2332.EG.252": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74269, + "usage_id": 30 + }, + "2332.EG.253": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74320, + "usage_id": 30 + }, + "2332.EG.301": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74368, + "usage_id": 12 + }, + "2332.EG.302": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74344, + "usage_id": 12 + }, + "2332.EG.304": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74345, + "usage_id": 12 + }, + "2332.EG.305": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74367, + "usage_id": 180 + }, + "2332.EG.306": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74397, + "usage_id": 30 + }, + "2332.EG.309": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74343, + "usage_id": 12 + }, + "2332.EG.310": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74383, + "usage_id": 12 + }, + "2332.EG.311": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74342, + "usage_id": 30 + }, + "2332.EG.312": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74384, + "usage_id": 51 + }, + "2332.EG.313": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74340, + "usage_id": 12 + }, + "2332.EG.314": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74398, + "usage_id": 30 + }, + "2332.EG.315": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74339, + "usage_id": 12 + }, + "2332.EG.316": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74385, + "usage_id": 108 + }, + "2332.EG.317": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74366, + "usage_id": 12 + }, + "2332.EG.319": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74365, + "usage_id": 196 + }, + "2332.EG.320": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74386, + "usage_id": 44 + }, + "2332.EG.321": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74338, + "usage_id": 30 + }, + "2332.EG.322": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74389, + "usage_id": 121 + }, + "2332.EG.323": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74337, + "usage_id": 121 + }, + "2332.EG.324": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74387, + "usage_id": 44 + }, + "2332.EG.325": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74362, + "usage_id": 113 + }, + "2332.EG.326": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74390, + "usage_id": 121 + }, + "2332.EG.327": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74363, + "usage_id": 114 + }, + "2332.EG.328": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74399, + "usage_id": 18 + }, + "2332.EG.329": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74336, + "usage_id": 121 + }, + "2332.EG.330": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74357, + "usage_id": 214 + }, + "2332.EG.331": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74361, + "usage_id": 113 + }, + "2332.EG.332": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74356, + "usage_id": 18 + }, + "2332.EG.333": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74360, + "usage_id": 113 + }, + "2332.EG.335": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74359, + "usage_id": 113 + }, + "2332.EG.337": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74358, + "usage_id": 114 + }, + "2332.EG.341": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74351, + "usage_id": 30 + }, + "2332.EG.343": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74302, + "usage_id": 12 + }, + "2332.EG.345": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74300, + "usage_id": 28 + }, + "2332.EG.349": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74301, + "usage_id": 45 + }, + "2332.EG.701": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74258, + "usage_id": 223 + }, + "2332.EG.702": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74283, + "usage_id": 223 + }, + "2332.EG.703": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74310, + "usage_id": 223 + }, + "2332.EG.705": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71766, + "usage_id": 222 + }, + "2332.EG.706": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74259, + "usage_id": 36 + }, + "2332.EG.707": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74261, + "usage_id": 222 + }, + "2332.EG.708": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74241, + "usage_id": 222 + }, + "2332.EG.709": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74304, + "usage_id": 222 + }, + "2332.EG.710": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74305, + "usage_id": 222 + }, + "2332.EG.711": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74306, + "usage_id": 222 + }, + "2332.EG.712": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74311, + "usage_id": 222 + }, + "2332.EG.720": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74292, + "usage_id": 223 + }, + "2332.EG.721": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74271, + "usage_id": 223 + }, + "2332.EG.722": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74265, + "usage_id": 223 + }, + "2332.EG.725": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71764, + "usage_id": 222 + }, + "2332.EG.726": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74276, + "usage_id": 36 + }, + "2332.EG.727": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74275, + "usage_id": 222 + }, + "2332.EG.728": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74270, + "usage_id": 222 + }, + "2332.EG.729": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74321, + "usage_id": 222 + }, + "2332.EG.730": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74266, + "usage_id": 222 + }, + "2332.EG.731": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74264, + "usage_id": 222 + }, + "2332.EG.732": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74298, + "usage_id": 222 + }, + "2332.EG.733": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74319, + "usage_id": 222 + }, + "2332.EG.734": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74316, + "usage_id": 222 + }, + "2332.EG.740": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71800, + "usage_id": 223 + }, + "2332.EG.741": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74350, + "usage_id": 223 + }, + "2332.EG.745": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71801, + "usage_id": 222 + }, + "2332.EG.746": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74341, + "usage_id": 222 + }, + "2332.EG.747": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74364, + "usage_id": 222 + }, + "2332.EG.748": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74388, + "usage_id": 222 + }, + "2332.EG.749": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74391, + "usage_id": 222 + }, + "2332.EG.750": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74335, + "usage_id": 222 + }, + "2332.EG.751": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74355, + "usage_id": 36 + }, + "2332.EG.752": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74303, + "usage_id": 36 + }, + "2332.EG.753": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74354, + "usage_id": 222 + }, + "2332.EG.754": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74353, + "usage_id": 222 + }, + "2332.EG.755": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74349, + "usage_id": 222 + }, + "2332.EG.842": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71763, + "usage_id": 4 + }, + "2332.EG.847": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74334, + "usage_id": 120 + }, + "2332.EG.901": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74263, + "usage_id": 219 + }, + "2332.EG.920": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74348, + "usage_id": 219 + }, + "2332.EG.940": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74352, + "usage_id": 219 + }, + "2332.EG.951": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74313, + "usage_id": 219 + }, + "2332.EG.952": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74314, + "usage_id": 219 + }, + "2332.EG.953": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74299, + "usage_id": 219 + }, + "2332.EG.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, + "alt_name": "00.2332.961, Flur Au\u00dfenbereich", "arch_name": "00.2332.961@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71810", - "roomcode": "2332.EG.961", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71802", + "area_id": 18, + "building_id": 2829, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71810, + "usage_id": 219 + }, + "2332.EG.962": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2332.962, Flur Au\u00dfenbereich", "arch_name": "00.2332.962@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71802", - "roomcode": "2332.EG.962", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71747", + "area_id": 18, + "building_id": 2829, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71802, + "usage_id": 219 + }, + "2332.EG.963": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2332.963, Flur Au\u00dfenbereich", "arch_name": "00.2332.963@2332", - "b_area_id": 18, - "b_filter_id": 2829, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71747", - "roomcode": "2332.EG.963", - "usage": 219 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71767", + "area_id": 18, + "building_id": 2829, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71747, + "usage_id": 219 + }, + "2332.EG.971": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74312, + "usage_id": 219 + }, + "2333.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.101, Projektraum", "arch_name": "01.2333.101@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71767", - "roomcode": "2333.01.101", - "usage": 23 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71812", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71767, + "usage_id": 23 + }, + "2333.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.102, Eye Tracking Diagnostik", "arch_name": "01.2333.102@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71812", - "roomcode": "2333.01.102", - "usage": 103 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71813", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71812, + "usage_id": 103 + }, + "2333.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.103, Fachschaft Sport", "arch_name": "01.2333.103@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=38790", - "operator": "[ TUSPFSS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71813", - "roomcode": "2333.01.103", - "usage": 208 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71769", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 38790, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71813, + "usage_id": 208 + }, + "2333.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.104, B\u00fcro", "arch_name": "01.2333.104@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71769", - "roomcode": "2333.01.104", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71770", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71769, + "usage_id": 12 + }, + "2333.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.105, B\u00fcro", "arch_name": "01.2333.105@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71770", - "roomcode": "2333.01.105", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71771", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71770, + "usage_id": 12 + }, + "2333.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.106, Leitungsb\u00fcro", "arch_name": "01.2333.106@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71771", - "roomcode": "2333.01.106", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71754", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71771, + "usage_id": 12 + }, + "2333.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.107, Drucker", "arch_name": "01.2333.107@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32258&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71754", - "roomcode": "2333.01.107", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71755", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 32258, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71754, + "usage_id": 12 + }, + "2333.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.108, Stud. Arbeitspl.", "arch_name": "01.2333.108@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71755", - "roomcode": "2333.01.108", - "usage": 198 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71756", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71755, + "usage_id": 198 + }, + "2333.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.109, SGM Leitung", "arch_name": "01.2333.109@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71756", - "roomcode": "2333.01.109", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71773", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71756, + "usage_id": 12 + }, + "2333.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.110, Sekretariat", "arch_name": "01.2333.110@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71773", - "roomcode": "2333.01.110", - "usage": 40 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71774", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71773, + "usage_id": 40 + }, + "2333.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.111, SGM Mitarbeiter", "arch_name": "01.2333.111@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71774", - "roomcode": "2333.01.111", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71775", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71774, + "usage_id": 12 + }, + "2333.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.112, SGM Mitarbeiter", "arch_name": "01.2333.112@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71775", - "roomcode": "2333.01.112", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71776", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71775, + "usage_id": 12 + }, + "2333.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.113, SGM Mitarbeiter", "arch_name": "01.2333.113@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71776", - "roomcode": "2333.01.113", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71777", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71776, + "usage_id": 12 + }, + "2333.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.114, SGM Mitarbeiter", "arch_name": "01.2333.114@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71777", - "roomcode": "2333.01.114", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71778", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71777, + "usage_id": 12 + }, + "2333.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.115, B\u00fcro", "arch_name": "01.2333.115@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71778", - "roomcode": "2333.01.115", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71814", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71778, + "usage_id": 12 + }, + "2333.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.116, B\u00fcro", "arch_name": "01.2333.116@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71814", - "roomcode": "2333.01.116", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71758", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71814, + "usage_id": 12 + }, + "2333.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.117, WC-Herren", "arch_name": "01.2333.117@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71758", - "roomcode": "2333.01.117", - "usage": 115 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71757", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71758, + "usage_id": 115 + }, + "2333.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.119, WC-Damen", "arch_name": "01.2333.119@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71757", - "roomcode": "2333.01.119", - "usage": 116 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71780", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71757, + "usage_id": 116 + }, + "2333.01.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.206, CYR-Cycling-Raum", "arch_name": "01.2333.206@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31558&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71780", - "roomcode": "2333.01.206", - "usage": 128 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71784", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31558, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71780, + "usage_id": 128 + }, + "2333.01.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.301, WC Barrierefrei", "arch_name": "01.2333.301@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71784", - "roomcode": "2333.01.301", - "usage": 117 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71785", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71784, + "usage_id": 117 + }, + "2333.01.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.302, WC-Herren", "arch_name": "01.2333.302@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71785", - "roomcode": "2333.01.302", - "usage": 115 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=72089", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71785, + "usage_id": 115 + }, + "2333.01.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.119, WC-Damen", "arch_name": "01.2333.119@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72089", - "roomcode": "2333.01.303", - "usage": 116 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71787", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72089, + "usage_id": 116 + }, + "2333.01.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.304, FMG Zentralarchiv", "arch_name": "01.2333.304@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71787", - "roomcode": "2333.01.304", - "usage": 2 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71788", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71787, + "usage_id": 2 + }, + "2333.01.305": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71788", - "roomcode": "2333.01.305", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71790", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71788, + "usage_id": 30 + }, + "2333.01.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.306, Lager ZHS", "arch_name": "01.2333.306@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71790", - "roomcode": "2333.01.306", - "usage": 30 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71736", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71790, + "usage_id": 30 + }, + "2333.01.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.307, L\u00fcftungszentrale 8", "arch_name": "01.2333.307@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71736", - "roomcode": "2333.01.307", - "usage": 32 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71786", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71736, + "usage_id": 32 + }, + "2333.01.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.308, E-ELA", "arch_name": "01.2333.308@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71786", - "roomcode": "2333.01.308", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71781", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71786, + "usage_id": 120 + }, + "2333.01.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.310, FIG - Fitnessgalerie", "arch_name": "01.2333.310@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31559&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71781", - "roomcode": "2333.01.310", - "usage": 128 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71753", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31559, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71781, + "usage_id": 128 + }, + "2333.01.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.701, Treppe", "arch_name": "01.2333.701@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71753", - "roomcode": "2333.01.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71772", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71753, + "usage_id": 223 + }, + "2333.01.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.705, Flur", "arch_name": "01.2333.705@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71772", - "roomcode": "2333.01.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71779", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71772, + "usage_id": 222 + }, + "2333.01.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.706, Flur", "arch_name": "01.2333.706@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71779", - "roomcode": "2333.01.706", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71815", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71779, + "usage_id": 222 + }, + "2333.01.707": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.707, Flur", "arch_name": "01.2333.707@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71815", - "roomcode": "2333.01.707", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71761", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71815, + "usage_id": 222 + }, + "2333.01.708": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.708, Flur", "arch_name": "01.2333.708@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71761", - "roomcode": "2333.01.708", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71768", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71761, + "usage_id": 222 + }, + "2333.01.709": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.709, Flur", "arch_name": "01.2333.709@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71768", - "roomcode": "2333.01.709", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71752", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71768, + "usage_id": 222 + }, + "2333.01.710": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.710, Flur", "arch_name": "01.2333.710@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71752", - "roomcode": "2333.01.710", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71759", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71752, + "usage_id": 222 + }, + "2333.01.720": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.720, Treppe", "arch_name": "01.2333.720@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71759", - "roomcode": "2333.01.720", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71762", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71759, + "usage_id": 223 + }, + "2333.01.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.740, Treppe", "arch_name": "01.2333.740@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71762", - "roomcode": "2333.01.740", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71782", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71762, + "usage_id": 223 + }, + "2333.01.741": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.741, Treppe", "arch_name": "01.2333.741@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71782", - "roomcode": "2333.01.741", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71783", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71782, + "usage_id": 223 + }, + "2333.01.745": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.745, Flur", "arch_name": "01.2333.745@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71783", - "roomcode": "2333.01.745", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71735", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71783, + "usage_id": 222 + }, + "2333.01.746": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.746, Flur", "arch_name": "01.2333.746@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71735", - "roomcode": "2333.01.746", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71789", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71735, + "usage_id": 222 + }, + "2333.01.747": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2333.747, Flur", "arch_name": "01.2333.747@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71789", - "roomcode": "2333.01.747", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71760", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71789, + "usage_id": 222 + }, + "2333.01.821": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71760", - "roomcode": "2333.01.821", - "usage": 120 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71671", + "area_id": 18, + "building_id": 2809, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71760, + "usage_id": 120 + }, + "2333.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.101, Lager/Waschraum/Klettern", "arch_name": "00.2333.101@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71671", - "roomcode": "2333.EG.101", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71636", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71671, + "usage_id": 30 + }, + "2333.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.102, Seminarraum 7", "arch_name": "00.2333.102@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31613&cReadonly=J", - "extended": { - "additional_description": "00.2333.102, Seminarraum 7", - "address": "Connollystr. 32(2333), Erdgescho\u00df", - "architect_room_nr": "00.2333.102@2333", - "area_m2": 44.31, - "building": "2333 CiO/SG - Hallen Ost", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "102", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71636", - "roomcode": "2333.EG.102", - "usage": 41 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71637", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31613, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71636, + "usage_id": 41 + }, + "2333.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.105, B\u00fcro", "arch_name": "00.2333.105@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71637", - "roomcode": "2333.EG.105", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71714", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71637, + "usage_id": 12 + }, + "2333.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.106, B\u00fcro", "arch_name": "00.2333.106@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71714", - "roomcode": "2333.EG.106", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71716", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71714, + "usage_id": 12 + }, + "2333.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.107, SM-PP Traininsbereich", "arch_name": "00.2333.107@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71716", - "roomcode": "2333.EG.107", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71717", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71716, + "usage_id": 128 + }, + "2333.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.111, Lernlabor 1.1", "arch_name": "00.2333.111@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32052&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71717", - "roomcode": "2333.EG.111", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71719", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 32052, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71717, + "usage_id": 103 + }, + "2333.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.112, Lernlabor 1.2", "arch_name": "00.2333.112@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31812&cReadonly=J", - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71719", - "roomcode": "2333.EG.112", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71673", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31812, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71719, + "usage_id": 103 + }, + "2333.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.113, B\u00fcro", "arch_name": "00.2333.113@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32232&cReadonly=J", - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71673", - "roomcode": "2333.EG.113", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71720", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 32232, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71673, + "usage_id": 12 + }, + "2333.EG.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.114, B\u00fcro", "arch_name": "00.2333.114@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32233&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71720", - "roomcode": "2333.EG.114", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71721", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 32233, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71720, + "usage_id": 12 + }, + "2333.EG.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.115, Lernlabor 2", "arch_name": "00.2333.115@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32053&cReadonly=J", - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71721", - "roomcode": "2333.EG.115", - "usage": 103 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71635", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 32053, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71721, + "usage_id": 103 + }, + "2333.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.201, DFH 1 - Dreifachhalle 1", "arch_name": "00.2333.201@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31516&cReadonly=J", - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71635", - "roomcode": "2333.EG.201", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71638", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31516, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71635, + "usage_id": 191 + }, + "2333.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.202, DFH 2 - Dreifachhalle 2", "arch_name": "00.2333.202@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31517&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71638", - "roomcode": "2333.EG.202", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71639", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31517, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71638, + "usage_id": 191 + }, + "2333.EG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.203, DFH 3 - Dreifachhalle 3", "arch_name": "00.2333.203@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31518&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71639", - "roomcode": "2333.EG.203", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71672", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31518, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71639, + "usage_id": 191 + }, + "2333.EG.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.204, DIA - Diagnostikhalle", "arch_name": "00.2333.204@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=32054&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71672", - "roomcode": "2333.EG.204", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71675", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 32054, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71672, + "usage_id": 191 + }, + "2333.EG.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.205, GSR 2 - Gesundheitsraum 2", "arch_name": "00.2333.205@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31514&cReadonly=J", - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71675", - "roomcode": "2333.EG.205", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71674", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31514, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14195, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71675, + "usage_id": 191 + }, + "2333.EG.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.206, GSR 1 - Gesundheitsraum 1", "arch_name": "00.2333.206@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31515&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71674", - "roomcode": "2333.EG.206", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71640", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31515, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71674, + "usage_id": 191 + }, + "2333.EG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.301, Erste Hilfe", "arch_name": "00.2333.301@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71640", - "roomcode": "2333.EG.301", - "usage": 178 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71641", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71640, + "usage_id": 178 + }, + "2333.EG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.302, Ger\u00e4teraum", "arch_name": "00.2333.302@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71641", - "roomcode": "2333.EG.302", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71623", - "alt_name": "00.2333.303, Ger\u00e4teraum", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71641, + "usage_id": 18 + }, + "2333.EG.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, + "alt_name": "00.2333.303, Ger\u00e4teraum", "arch_name": "00.2333.303@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71623", - "roomcode": "2333.EG.303", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71642", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71623, + "usage_id": 18 + }, + "2333.EG.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.306, Ger\u00e4teraum", "arch_name": "00.2333.306@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71642", - "roomcode": "2333.EG.306", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71644", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71642, + "usage_id": 18 + }, + "2333.EG.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.308, Putzmittel", "arch_name": "00.2333.308@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71644", - "roomcode": "2333.EG.308", - "usage": 205 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71726", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71644, + "usage_id": 205 + }, + "2333.EG.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.310, FIT - Fitnessraum", "arch_name": "00.2333.310@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31557&cReadonly=J", - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71726", - "roomcode": "2333.EG.310", - "usage": 128 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71625", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31557, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71726, + "usage_id": 128 + }, + "2333.EG.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.311, Lager FIT", "arch_name": "00.2333.311@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71625", - "roomcode": "2333.EG.311", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71621", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71625, + "usage_id": 30 + }, + "2333.EG.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.205, TUH 1 - Turnhalle 1", "arch_name": "00.2333.205@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31493&cReadonly=J", - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71621", - "roomcode": "2333.EG.320", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71676", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31493, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71621, + "usage_id": 191 + }, + "2333.EG.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.321, TUH 2 - Turnhalle 2", "arch_name": "00.2333.321@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31494&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71676", - "roomcode": "2333.EG.321", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71624", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31494, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71676, + "usage_id": 191 + }, + "2333.EG.322": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.322, TUH 3 - Turnhalle 3", "arch_name": "00.2333.322@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31495&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71624", - "roomcode": "2333.EG.322", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71643", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31495, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71624, + "usage_id": 191 + }, + "2333.EG.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.323, STH - Schulturnhalle", "arch_name": "00.2333.323@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31512&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71643", - "roomcode": "2333.EG.323", - "usage": 191 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71712", + "area_id": 18, + "building_id": 2809, + "calendar_resource_nr": 31512, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71643, + "usage_id": 191 + }, + "2333.EG.701": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.701, Treppe", "arch_name": "00.2333.701@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71712", - "roomcode": "2333.EG.701", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71715", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71712, + "usage_id": 223 + }, + "2333.EG.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.705, Flur", "arch_name": "00.2333.705@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71715", - "roomcode": "2333.EG.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71718", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71715, + "usage_id": 222 + }, + "2333.EG.706": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.706, Flur", "arch_name": "00.2333.706@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71718", - "roomcode": "2333.EG.706", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71722", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71718, + "usage_id": 222 + }, + "2333.EG.707": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.707, Flur", "arch_name": "00.2333.707@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71722", - "roomcode": "2333.EG.707", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71713", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71722, + "usage_id": 222 + }, + "2333.EG.708": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.708, Flur", "arch_name": "00.2333.708@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71713", - "roomcode": "2333.EG.708", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71723", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71713, + "usage_id": 222 + }, + "2333.EG.720": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.720, Treppe", "arch_name": "00.2333.720@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71723", - "roomcode": "2333.EG.720", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71622", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71723, + "usage_id": 223 + }, + "2333.EG.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.740, Treppe", "arch_name": "00.2333.740@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71622", - "roomcode": "2333.EG.740", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71626", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71622, + "usage_id": 223 + }, + "2333.EG.741": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.741, Treppe", "arch_name": "00.2333.741@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71626", - "roomcode": "2333.EG.741", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71725", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71626, + "usage_id": 223 + }, + "2333.EG.745": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2333.745, Flur", "arch_name": "00.2333.745@2333", - "b_area_id": 18, - "b_filter_id": 2809, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71725", - "roomcode": "2333.EG.745", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71662", + "area_id": 18, + "building_id": 2809, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71725, + "usage_id": 222 + }, + "2334.01.101": { + "address": { + "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": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74884, + "usage_id": 196 + }, + "2334.01.102": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74877, + "usage_id": 12 + }, + "2334.01.104": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74875, + "usage_id": 12 + }, + "2334.01.106": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74856, + "usage_id": 12 + }, + "2334.01.107": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74879, + "usage_id": 12 + }, + "2334.01.108": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74855, + "usage_id": 12 + }, + "2334.01.109": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74878, + "usage_id": 40 + }, + "2334.01.110": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74871, + "usage_id": 12 + }, + "2334.01.111": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74854, + "usage_id": 12 + }, + "2334.01.112": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74870, + "usage_id": 12 + }, + "2334.01.113": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74853, + "usage_id": 12 + }, + "2334.01.114": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74851, + "usage_id": 198 + }, + "2334.01.115": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74873, + "usage_id": 12 + }, + "2334.01.117": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74872, + "usage_id": 12 + }, + "2334.01.118": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74849, + "usage_id": 12 + }, + "2334.01.119": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74869, + "usage_id": 12 + }, + "2334.01.120": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74848, + "usage_id": 12 + }, + "2334.01.121": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74868, + "usage_id": 12 + }, + "2334.01.122": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74845, + "usage_id": 12 + }, + "2334.01.123": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74867, + "usage_id": 12 + }, + "2334.01.124": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74882, + "usage_id": 12 + }, + "2334.01.125": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74847, + "usage_id": 12 + }, + "2334.01.126": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74881, + "usage_id": 12 + }, + "2334.01.127": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74846, + "usage_id": 12 + }, + "2334.01.128": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74880, + "usage_id": 12 + }, + "2334.01.129": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74862, + "usage_id": 12 + }, + "2334.01.130": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74865, + "usage_id": 12 + }, + "2334.01.131": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74861, + "usage_id": 12 + }, + "2334.01.132": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74864, + "usage_id": 12 + }, + "2334.01.133": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74860, + "usage_id": 12 + }, + "2334.01.134": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74863, + "usage_id": 12 + }, + "2334.01.135": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74798, + "usage_id": 116 + }, + "2334.01.137": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74799, + "usage_id": 115 + }, + "2334.01.141": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74764, + "usage_id": 198 + }, + "2334.01.143": { + "address": { + "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": { + "sitting": 38, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74800, + "usage_id": 142 + }, + "2334.01.151": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74883, + "usage_id": 110 + }, + "2334.01.152": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74850, + "usage_id": 30 + }, + "2334.01.153": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74866, + "usage_id": 178 + }, + "2334.01.155": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74858, + "usage_id": 12 + }, + "2334.01.157": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74859, + "usage_id": 12 + }, + "2334.01.201": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74761, + "usage_id": 12 + }, + "2334.01.202": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74762, + "usage_id": 196 + }, + "2334.01.203": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74760, + "usage_id": 12 + }, + "2334.01.205": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74759, + "usage_id": 12 + }, + "2334.01.207": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74758, + "usage_id": 12 + }, + "2334.01.208": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74757, + "usage_id": 12 + }, + "2334.01.209": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74788, + "usage_id": 12 + }, + "2334.01.210": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74756, + "usage_id": 12 + }, + "2334.01.211": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74801, + "usage_id": 12 + }, + "2334.01.212": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74755, + "usage_id": 12 + }, + "2334.01.215": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74784, + "usage_id": 12 + }, + "2334.01.216": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74787, + "usage_id": 12 + }, + "2334.01.217": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74783, + "usage_id": 12 + }, + "2334.01.218": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74786, + "usage_id": 12 + }, + "2334.01.219": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74749, + "usage_id": 12 + }, + "2334.01.220": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74782, + "usage_id": 198 + }, + "2334.01.221": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74781, + "usage_id": 12 + }, + "2334.01.223": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74806, + "usage_id": 12 + }, + "2334.01.224": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74752, + "usage_id": 12 + }, + "2334.01.225": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74778, + "usage_id": 40 + }, + "2334.01.226": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74751, + "usage_id": 12 + }, + "2334.01.227": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74777, + "usage_id": 12 + }, + "2334.01.228": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74780, + "usage_id": 12 + }, + "2334.01.230": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74779, + "usage_id": 12 + }, + "2334.01.231": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74791, + "usage_id": 12 + }, + "2334.01.232": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74775, + "usage_id": 12 + }, + "2334.01.233": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74792, + "usage_id": 12 + }, + "2334.01.234": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74774, + "usage_id": 12 + }, + "2334.01.235": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74793, + "usage_id": 110 + }, + "2334.01.236": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74773, + "usage_id": 12 + }, + "2334.01.237": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74803, + "usage_id": 40 + }, + "2334.01.239": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74794, + "usage_id": 12 + }, + "2334.01.251": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74789, + "usage_id": 110 + }, + "2334.01.252": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74785, + "usage_id": 30 + }, + "2334.01.253": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74776, + "usage_id": 110 + }, + "2334.01.301": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71662", - "roomcode": "2334.01.301", - "usage": 164 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71627", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71662, + "usage_id": 164 + }, + "2334.01.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.302, WC-Damen + Barrierefrei", "arch_name": "01.2334.302@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71627", - "roomcode": "2334.01.302", - "usage": 117 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71628", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71627, + "usage_id": 117 + }, + "2334.01.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.302, WC-Herren", "arch_name": "01.2334.302@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71628", - "roomcode": "2334.01.303", - "usage": 115 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71629", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71628, + "usage_id": 115 + }, + "2334.01.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.305, Teek\u00fcche", "arch_name": "01.2334.305@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71629", - "roomcode": "2334.01.305", - "usage": 198 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71630", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71629, + "usage_id": 198 + }, + "2334.01.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.306, B\u00fcro", "arch_name": "01.2334.306@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71630", - "roomcode": "2334.01.306", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71663", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71630, + "usage_id": 12 + }, + "2334.01.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.308, Freihandbereich", "arch_name": "01.2334.308@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71663", - "roomcode": "2334.01.308", - "usage": 190 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71631", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71663, + "usage_id": 190 + }, + "2334.01.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.309, Kopierer/Scanner", "arch_name": "01.2334.309@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71631", - "roomcode": "2334.01.309", - "usage": 110 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71689", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71631, + "usage_id": 110 + }, + "2334.01.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.310, Carrel 1", "arch_name": "01.2334.310@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71689", - "roomcode": "2334.01.310", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71667", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71689, + "usage_id": 12 + }, + "2334.01.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.311, Carrel 2", "arch_name": "01.2334.311@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71667", - "roomcode": "2334.01.311", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71690", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71667, + "usage_id": 12 + }, + "2334.01.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.312, Carrel 3", "arch_name": "01.2334.312@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71690", - "roomcode": "2334.01.312", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71691", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71690, + "usage_id": 12 + }, + "2334.01.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.313, Carrel 4", "arch_name": "01.2334.313@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71691", - "roomcode": "2334.01.313", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71710", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71691, + "usage_id": 12 + }, + "2334.01.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.314, Carrel 5", "arch_name": "01.2334.314@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71710", - "roomcode": "2334.01.314", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71666", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71710, + "usage_id": 12 + }, + "2334.01.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.315, Technik", "arch_name": "01.2334.315@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71666", - "roomcode": "2334.01.315", - "usage": 120 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71711", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71666, + "usage_id": 120 + }, + "2334.01.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.316, Carrel 6 - Barrierefrei", "arch_name": "01.2334.316@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71711", - "roomcode": "2334.01.316", - "usage": 12 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71632", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71711, + "usage_id": 12 + }, + "2334.01.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.317, Lesebereich", "arch_name": "01.2334.317@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71632", - "roomcode": "2334.01.317", - "usage": 150 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71633", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71632, + "usage_id": 150 + }, + "2334.01.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.318, Schulungsraum", "arch_name": "01.2334.318@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "extended": { - "additional_description": "01.2334.318, Schulungsraum", - "address": "Connollystr. 32(2334), 1.Obergescho\u00df", - "architect_room_nr": "01.2334.318@2334", - "area_m2": 41.85, - "building": "2334 CiO/SG - Institute West, Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "318", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71633", - "roomcode": "2334.01.318", - "usage": 130 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71634", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71633, + "usage_id": 130 + }, + "2334.01.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.319, Gruppenarbeitsraum", "arch_name": "01.2334.319@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "extended": { - "additional_description": "01.2334.319, Gruppenarbeitsraum", - "address": "Connollystr. 32(2334), 1.Obergescho\u00df", - "architect_room_nr": "01.2334.319@2334", - "area_m2": 26.73, - "building": "2334 CiO/SG - Institute West, Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "319", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71634", - "roomcode": "2334.01.319", - "usage": 131 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71668", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71634, + "usage_id": 131 + }, + "2334.01.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.320, Gruppenarbeitsraum", "arch_name": "01.2334.320@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "extended": { - "additional_description": "01.2334.320, Gruppenarbeitsraum", - "address": "Connollystr. 32(2334), 1.Obergescho\u00df", - "architect_room_nr": "01.2334.320@2334", - "area_m2": 24.24, - "building": "2334 CiO/SG - Institute West, Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "320", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80809 M\u00fcnchen" - }, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71668", - "roomcode": "2334.01.320", - "usage": 131 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71664", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71668, + "usage_id": 131 + }, + "2334.01.321": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74768, + "usage_id": 131 + }, + "2334.01.323": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74769, + "usage_id": 196 + }, + "2334.01.325": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74770, + "usage_id": 12 + }, + "2334.01.327": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74804, + "usage_id": 12 + }, + "2334.01.340": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74772, + "usage_id": 116 + }, + "2334.01.342": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74765, + "usage_id": 115 + }, + "2334.01.701": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74857, + "usage_id": 223 + }, + "2334.01.702": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74874, + "usage_id": 223 + }, + "2334.01.703": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74763, + "usage_id": 223 + }, + "2334.01.705": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74885, + "usage_id": 222 + }, + "2334.01.706": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74852, + "usage_id": 222 + }, + "2334.01.707": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74876, + "usage_id": 222 + }, + "2334.01.708": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74795, + "usage_id": 222 + }, + "2334.01.709": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74796, + "usage_id": 222 + }, + "2334.01.710": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74797, + "usage_id": 222 + }, + "2334.01.711": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74833, + "usage_id": 222 + }, + "2334.01.720": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74802, + "usage_id": 223 + }, + "2334.01.721": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74754, + "usage_id": 223 + }, + "2334.01.722": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74771, + "usage_id": 223 + }, + "2334.01.725": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74790, + "usage_id": 222 + }, + "2334.01.726": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74753, + "usage_id": 222 + }, + "2334.01.727": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74750, + "usage_id": 222 + }, + "2334.01.728": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74766, + "usage_id": 222 + }, + "2334.01.729": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74805, + "usage_id": 222 + }, + "2334.01.740": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.745, Treppe", "arch_name": "01.2334.745@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71664", - "roomcode": "2334.01.740", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71670", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71664, + "usage_id": 223 + }, + "2334.01.741": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.741, Treppe", "arch_name": "01.2334.741@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71670", - "roomcode": "2334.01.741", - "usage": 223 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71709", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71670, + "usage_id": 223 + }, + "2334.01.745": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.745, Windfang Bibliothek", "arch_name": "01.2334.745@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71709", - "roomcode": "2334.01.745", - "usage": 52 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=71669", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71709, + "usage_id": 52 + }, + "2334.01.746": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.746, Flur", "arch_name": "01.2334.746@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71669", - "roomcode": "2334.01.746", - "usage": 222 - }, - { - "address": "Connollystr. 32, 1.OG", - "address_link": "ris.einzelraum?raumkey=72101", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71669, + "usage_id": 222 + }, + "2334.01.747": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74767, + "usage_id": 222 + }, + "2334.01.809": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "01.2334.809, Aufzug 3", "arch_name": "01.2334.809@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72101", - "roomcode": "2334.01.809", - "usage": 4 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71730", + "area_id": 18, + "building_id": 2789, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72101, + "usage_id": 4 + }, + "2334.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.202, WC-Herren", "arch_name": "00.2334.202@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71730", - "roomcode": "2334.EG.101", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71728", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71730, + "usage_id": 115 + }, + "2334.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.102, WC-Damen", "arch_name": "00.2334.102@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71728", - "roomcode": "2334.EG.102", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71733", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71728, + "usage_id": 116 + }, + "2334.EG.103": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74597, + "usage_id": 196 + }, + "2334.EG.104": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74599, + "usage_id": 12 + }, + "2334.EG.106": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74550, + "usage_id": 12 + }, + "2334.EG.108": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74622, + "usage_id": 12 + }, + "2334.EG.109": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74551, + "usage_id": 12 + }, + "2334.EG.110": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74601, + "usage_id": 12 + }, + "2334.EG.111": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74602, + "usage_id": 12 + }, + "2334.EG.112": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74603, + "usage_id": 12 + }, + "2334.EG.113": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74604, + "usage_id": 12 + }, + "2334.EG.114": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74623, + "usage_id": 12 + }, + "2334.EG.116": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74624, + "usage_id": 12 + }, + "2334.EG.117": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74625, + "usage_id": 12 + }, + "2334.EG.118": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74607, + "usage_id": 198 + }, + "2334.EG.119": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74608, + "usage_id": 12 + }, + "2334.EG.120": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74609, + "usage_id": 124 + }, + "2334.EG.121": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74552, + "usage_id": 12 + }, + "2334.EG.123": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74553, + "usage_id": 12 + }, + "2334.EG.124": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74610, + "usage_id": 124 + }, + "2334.EG.125": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74628, + "usage_id": 12 + }, + "2334.EG.127": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74555, + "usage_id": 12 + }, + "2334.EG.128": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74558, + "usage_id": 12 + }, + "2334.EG.129": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74556, + "usage_id": 12 + }, + "2334.EG.130": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74611, + "usage_id": 12 + }, + "2334.EG.131": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74557, + "usage_id": 40 + }, + "2334.EG.132": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74559, + "usage_id": 12 + }, + "2334.EG.133": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74560, + "usage_id": 12 + }, + "2334.EG.137": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74537, + "usage_id": 116 + }, + "2334.EG.139": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74538, + "usage_id": 115 + }, + "2334.EG.151": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74600, + "usage_id": 110 + }, + "2334.EG.152": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74626, + "usage_id": 210 + }, + "2334.EG.153": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74627, + "usage_id": 110 + }, + "2334.EG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.201, WC-Damen", "arch_name": "00.2334.201@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71733", - "roomcode": "2334.EG.201", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71727", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71733, + "usage_id": 116 + }, + "2334.EG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.202, WC-Herren", "arch_name": "00.2334.202@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71727", - "roomcode": "2334.EG.202", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71698", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71727, + "usage_id": 115 + }, + "2334.EG.203": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74547, + "usage_id": 12 + }, + "2334.EG.204": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74549, + "usage_id": 196 + }, + "2334.EG.205": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74592, + "usage_id": 12 + }, + "2334.EG.207": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74591, + "usage_id": 12 + }, + "2334.EG.209": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74590, + "usage_id": 12 + }, + "2334.EG.210": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74548, + "usage_id": 12 + }, + "2334.EG.212": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74589, + "usage_id": 12 + }, + "2334.EG.213": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74573, + "usage_id": 40 + }, + "2334.EG.214": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74588, + "usage_id": 12 + }, + "2334.EG.215": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74572, + "usage_id": 12 + }, + "2334.EG.216": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74546, + "usage_id": 12 + }, + "2334.EG.217": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74571, + "usage_id": 12 + }, + "2334.EG.218": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74534, + "usage_id": 12 + }, + "2334.EG.219": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74586, + "usage_id": 12 + }, + "2334.EG.220": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74570, + "usage_id": 198 + }, + "2334.EG.221": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74585, + "usage_id": 12 + }, + "2334.EG.223": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74569, + "usage_id": 12 + }, + "2334.EG.224": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74584, + "usage_id": 12 + }, + "2334.EG.226": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74583, + "usage_id": 12 + }, + "2334.EG.227": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74581, + "usage_id": 12 + }, + "2334.EG.228": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74544, + "usage_id": 12 + }, + "2334.EG.229": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74579, + "usage_id": 12 + }, + "2334.EG.230": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74543, + "usage_id": 12 + }, + "2334.EG.231": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74578, + "usage_id": 12 + }, + "2334.EG.234": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74577, + "usage_id": 40 + }, + "2334.EG.235": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74631, + "usage_id": 12 + }, + "2334.EG.236": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74541, + "usage_id": 12 + }, + "2334.EG.237": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74614, + "usage_id": 12 + }, + "2334.EG.238": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74575, + "usage_id": 116 + }, + "2334.EG.239": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74564, + "usage_id": 196 + }, + "2334.EG.240": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74576, + "usage_id": 115 + }, + "2334.EG.243": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74563, + "usage_id": 12 + }, + "2334.EG.251": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74619, + "usage_id": 110 + }, + "2334.EG.252": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74582, + "usage_id": 30 + }, + "2334.EG.253": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74580, + "usage_id": 110 + }, + "2334.EG.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.301, WC-Herren", "arch_name": "00.2334.301@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71698", - "roomcode": "2334.EG.301", - "usage": 115 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71598", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71698, + "usage_id": 115 + }, + "2334.EG.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.302, WC-Damen", "arch_name": "00.2334.302@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71598", - "roomcode": "2334.EG.302", - "usage": 116 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71699", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71598, + "usage_id": 116 + }, + "2334.EG.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.303, B\u00fcro", "arch_name": "00.2334.303@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71699", - "roomcode": "2334.EG.303", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71680", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71699, + "usage_id": 12 + }, + "2334.EG.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.304, Drucker", "arch_name": "00.2334.304@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71680", - "roomcode": "2334.EG.304", - "usage": 110 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71655", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71680, + "usage_id": 110 + }, + "2334.EG.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.306, Kompaktmagazin", "arch_name": "00.2334.306@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71655", - "roomcode": "2334.EG.306", - "usage": 2 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71656", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71655, + "usage_id": 2 + }, + "2334.EG.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.307, B\u00fcro", "arch_name": "00.2334.307@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71656", - "roomcode": "2334.EG.307", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71684", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71656, + "usage_id": 12 + }, + "2334.EG.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.308, Lager", "arch_name": "00.2334.308@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71684", - "roomcode": "2334.EG.308", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71700", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71684, + "usage_id": 30 + }, + "2334.EG.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.309, B\u00fcro", "arch_name": "00.2334.309@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71700", - "roomcode": "2334.EG.309", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71682", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71700, + "usage_id": 12 + }, + "2334.EG.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.310, Kompaktmagazin", "arch_name": "00.2334.310@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26729", - "operator": "[ TUZEBSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71682", - "roomcode": "2334.EG.310", - "usage": 2 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71701", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26729, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71682, + "usage_id": 2 + }, + "2334.EG.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.311, B\u00fcro", "arch_name": "00.2334.311@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71701", - "roomcode": "2334.EG.311", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71702", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71701, + "usage_id": 12 + }, + "2334.EG.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.313, B\u00fcro", "arch_name": "00.2334.313@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71702", - "roomcode": "2334.EG.313", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71657", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71702, + "usage_id": 12 + }, + "2334.EG.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.315, B\u00fcro", "arch_name": "00.2334.315@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71657", - "roomcode": "2334.EG.315", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71658", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71657, + "usage_id": 12 + }, + "2334.EG.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.317, Teek\u00fcche", "arch_name": "00.2334.317@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71658", - "roomcode": "2334.EG.317", - "usage": 198 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71703", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71658, + "usage_id": 198 + }, + "2334.EG.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.319, B\u00fcro", "arch_name": "00.2334.319@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71703", - "roomcode": "2334.EG.319", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71704", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71703, + "usage_id": 12 + }, + "2334.EG.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.321, B\u00fcro", "arch_name": "00.2334.321@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71704", - "roomcode": "2334.EG.321", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71659", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71704, + "usage_id": 12 + }, + "2334.EG.323": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.323, B\u00fcro", "arch_name": "00.2334.323@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71659", - "roomcode": "2334.EG.323", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71660", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71659, + "usage_id": 12 + }, + "2334.EG.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.327, B\u00fcro", "arch_name": "00.2334.327@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71660", - "roomcode": "2334.EG.327", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71685", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71660, + "usage_id": 12 + }, + "2334.EG.329": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.329, B\u00fcro", "arch_name": "00.2334.329@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71685", - "roomcode": "2334.EG.329", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71686", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71685, + "usage_id": 12 + }, + "2334.EG.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.331, B\u00fcro", "arch_name": "00.2334.331@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71686", - "roomcode": "2334.EG.331", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71687", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71686, + "usage_id": 12 + }, + "2334.EG.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.333, B\u00fcro", "arch_name": "00.2334.333@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71687", - "roomcode": "2334.EG.333", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71705", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71687, + "usage_id": 12 + }, + "2334.EG.335": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.335, B\u00fcro", "arch_name": "00.2334.335@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71705", - "roomcode": "2334.EG.335", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71661", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71705, + "usage_id": 12 + }, + "2334.EG.337": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.337, EDV Raum", "arch_name": "00.2334.337@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71661", - "roomcode": "2334.EG.337", - "usage": 207 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=72103", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71661, + "usage_id": 207 + }, + "2334.EG.339": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.339, B\u00fcro", "arch_name": "00.2334.339@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72103", - "roomcode": "2334.EG.339", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=72104", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72103, + "usage_id": 12 + }, + "2334.EG.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.341, Besprechung", "arch_name": "00.2334.341@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72104", - "roomcode": "2334.EG.341", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=72112", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72104, + "usage_id": 12 + }, + "2334.EG.345": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.345, Projektraum", "arch_name": "00.2334.345@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72112", - "roomcode": "2334.EG.345", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=72113", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72112, + "usage_id": 12 + }, + "2334.EG.347": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.347, Projektraum", "arch_name": "00.2334.347@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72113", - "roomcode": "2334.EG.347", - "usage": 12 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71618", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72113, + "usage_id": 12 + }, + "2334.EG.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.401, WC Barrierefrei", "arch_name": "00.2334.401@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71618", - "roomcode": "2334.EG.401", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71692", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71618, + "usage_id": 117 + }, + "2334.EG.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.402, Umkleide 15", "arch_name": "00.2334.402@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71692", - "roomcode": "2334.EG.402", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71620", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71692, + "usage_id": 121 + }, + "2334.EG.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.403, Dusche 15", "arch_name": "00.2334.403@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71620", - "roomcode": "2334.EG.403", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71619", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71620, + "usage_id": 113 + }, + "2334.EG.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.404, WC 15", "arch_name": "00.2334.404@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71619", - "roomcode": "2334.EG.404", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71679", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71619, + "usage_id": 114 + }, + "2334.EG.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.402, Umkleide 16", "arch_name": "00.2334.402@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71679", - "roomcode": "2334.EG.405", - "usage": 121 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71694", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71679, + "usage_id": 121 + }, + "2334.EG.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.406, Dusche 16", "arch_name": "00.2334.406@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71694", - "roomcode": "2334.EG.406", - "usage": 113 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71693", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71694, + "usage_id": 113 + }, + "2334.EG.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.407, WC 16", "arch_name": "00.2334.407@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71693", - "roomcode": "2334.EG.407", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71677", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71693, + "usage_id": 114 + }, + "2334.EG.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.408, Aussenger\u00e4telager", "arch_name": "00.2334.408@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71677", - "roomcode": "2334.EG.408", - "usage": 30 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71729", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71677, + "usage_id": 30 + }, + "2334.EG.701": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74596, + "usage_id": 223 + }, + "2334.EG.702": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74605, + "usage_id": 223 + }, + "2334.EG.703": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74630, + "usage_id": 223 + }, + "2334.EG.705": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.705, Flur", "arch_name": "00.2334.705@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71729", - "roomcode": "2334.EG.705", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71734", - "alt_name": "00.2334.725, Flur", - "arch_name": "00.2334.725@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71734", - "roomcode": "2334.EG.725", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71695", - "alt_name": "00.2334.740, Treppe", - "arch_name": "00.2334.740@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71695", - "roomcode": "2334.EG.740", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71708", - "alt_name": "00.2334.741, Treppe", - "arch_name": "00.2334.741@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71708", - "roomcode": "2334.EG.741", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71653", - "alt_name": "00.2334.745, Flur", - "arch_name": "00.2334.745@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71653", - "roomcode": "2334.EG.745", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71654", - "alt_name": "00.2334.765, Rampe", - "arch_name": "00.2334.765@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71654", - "roomcode": "2334.EG.746", - "usage": 36 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71678", - "alt_name": "00.2334.747, Flur", - "arch_name": "00.2334.747@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71678", - "roomcode": "2334.EG.747", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71696", - "alt_name": "00.2334.748, Flur", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71729, + "usage_id": 222 + }, + "2334.EG.706": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74595, + "usage_id": 36 + }, + "2334.EG.707": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74621, + "usage_id": 222 + }, + "2334.EG.708": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74606, + "usage_id": 222 + }, + "2334.EG.709": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74554, + "usage_id": 222 + }, + "2334.EG.710": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74612, + "usage_id": 222 + }, + "2334.EG.711": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74613, + "usage_id": 222 + }, + "2334.EG.712": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74561, + "usage_id": 222 + }, + "2334.EG.720": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74535, + "usage_id": 223 + }, + "2334.EG.721": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74574, + "usage_id": 223 + }, + "2334.EG.722": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74565, + "usage_id": 223 + }, + "2334.EG.725": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71734, + "usage_id": 222 + }, + "2334.EG.726": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74593, + "usage_id": 36 + }, + "2334.EG.727": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74594, + "usage_id": 222 + }, + "2334.EG.728": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74587, + "usage_id": 222 + }, + "2334.EG.729": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74545, + "usage_id": 222 + }, + "2334.EG.730": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74566, + "usage_id": 222 + }, + "2334.EG.731": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74568, + "usage_id": 222 + }, + "2334.EG.732": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74567, + "usage_id": 222 + }, + "2334.EG.733": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74542, + "usage_id": 222 + }, + "2334.EG.734": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74562, + "usage_id": 222 + }, + "2334.EG.740": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71695, + "usage_id": 223 + }, + "2334.EG.741": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71708, + "usage_id": 223 + }, + "2334.EG.745": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71653, + "usage_id": 222 + }, + "2334.EG.746": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71654, + "usage_id": 36 + }, + "2334.EG.747": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71678, + "usage_id": 222 + }, + "2334.EG.748": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, + "alt_name": "00.2334.748, Flur", "arch_name": "00.2334.748@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71696", - "roomcode": "2334.EG.748", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71697", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71696, + "usage_id": 222 + }, + "2334.EG.749": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.749, Flur", "arch_name": "00.2334.749@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71697", - "roomcode": "2334.EG.749", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71683", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71697, + "usage_id": 222 + }, + "2334.EG.750": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.750, Treppe", "arch_name": "00.2334.750@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71683", - "roomcode": "2334.EG.750", - "usage": 223 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71707", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71683, + "usage_id": 223 + }, + "2334.EG.751": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.751, Flur", "arch_name": "00.2334.751@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71707", - "roomcode": "2334.EG.751", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=72114", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71707, + "usage_id": 222 + }, + "2334.EG.752": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.752, Flur", "arch_name": "00.2334.752@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72114", - "roomcode": "2334.EG.752", - "usage": 222 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71681", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72114, + "usage_id": 222 + }, + "2334.EG.899": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.899, Aufzug 3", "arch_name": "00.2334.899@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=38004", - "operator": "[ TUZV44W ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71681", - "roomcode": "2334.EG.899", - "usage": 4 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71751", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38004, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71681, + "usage_id": 4 + }, + "2334.EG.901": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74629, + "usage_id": 219 + }, + "2334.EG.920": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74632, + "usage_id": 219 + }, + "2334.EG.951": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74598, + "usage_id": 219 + }, + "2334.EG.952": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74620, + "usage_id": 219 + }, + "2334.EG.953": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74489, + "usage_id": 219 + }, + "2334.EG.961": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.961, Flur Aussenbereich", "arch_name": "00.2334.961@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71751", - "roomcode": "2334.EG.961", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71750", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71751, + "usage_id": 219 + }, + "2334.EG.962": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.962, Flur Aussenbereich", "arch_name": "00.2334.962@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71750", - "roomcode": "2334.EG.962", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=71811", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71750, + "usage_id": 219 + }, + "2334.EG.963": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2334.963, Flur Aussenbereich", "arch_name": "00.2334.963@2334", - "b_area_id": 18, - "b_filter_id": 2789, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71811", - "roomcode": "2334.EG.963", - "usage": 219 - }, - { - "address": "Spiridon-Louis-Ring, EG", - "address_link": "ris.einzelraum?raumkey=61091", + "area_id": 18, + "building_id": 2789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71811, + "usage_id": 219 + }, + "2334.EG.971": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74536, + "usage_id": 219 + }, + "2350.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Spiridon-Louis-Ring", + "zip_code": 80809 + }, "alt_name": "001, Olympia-Schwimmhalle/ tiefes Becken", "arch_name": "001@2350", - "b_area_id": 18, - "b_filter_id": 1015, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18334&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61091", - "roomcode": "2350.EG.001", - "usage": 192 - }, - { - "address": "Spiridon-Louis-Ring, EG", - "address_link": "ris.einzelraum?raumkey=61092", + "area_id": 18, + "building_id": 1015, + "calendar_resource_nr": 18334, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61091, + "usage_id": 192 + }, + "2350.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Spiridon-Louis-Ring", + "zip_code": 80809 + }, "alt_name": "002, Olympia-Schwimmhalle/ flaches Becken", "arch_name": "002@2350", - "b_area_id": 18, - "b_filter_id": 1015, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18335&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61092", - "roomcode": "2350.EG.002", - "usage": 192 - }, - { - "address": "Olympiapark M\u00fcnchen, EG", - "address_link": "ris.einzelraum?raumkey=62851", + "area_id": 18, + "building_id": 1015, + "calendar_resource_nr": 18335, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61092, + "usage_id": 192 + }, + "2351.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Olympiapark M\u00fcnchen", + "zip_code": 80809 + }, "alt_name": "001, Olympia-Eislaufstadion", "arch_name": "001@2351", - "b_area_id": 18, - "b_filter_id": 1016, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=26811&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62851", - "roomcode": "2351.EG.001", - "usage": 128 - }, - { - "address": "Olympiapark M\u00fcnchen, EG", - "address_link": "ris.einzelraum?raumkey=59978", + "area_id": 18, + "building_id": 1016, + "calendar_resource_nr": 26811, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62851, + "usage_id": 128 + }, + "2352.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Olympiapark M\u00fcnchen", + "zip_code": 80809 + }, "alt_name": "001, Olympiapark", "arch_name": "001@2352", - "b_area_id": 18, - "b_filter_id": 1017, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18336&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59978", - "roomcode": "2352.EG.001", - "usage": 217 - }, - { - "address": "Staudingerstr., EG", - "address_link": "ris.einzelraum?raumkey=62852", + "area_id": 18, + "building_id": 1017, + "calendar_resource_nr": 18336, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59978, + "usage_id": 217 + }, + "2353.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Staudingerstr.", + "zip_code": 81737 + }, "alt_name": "001, Eislaufstadion Ost", "arch_name": "001@2353", - "b_area_id": 18, - "b_filter_id": 1060, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "81737 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62852", - "roomcode": "2353.EG.001", - "usage": 128 - }, - { - "address": "Regattaanlage Oberschlei\u00dfheim, EG", - "address_link": "ris.einzelraum?raumkey=61272", + "area_id": 18, + "building_id": 1060, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62852, + "usage_id": 128 + }, + "2354.EG.001": { + "address": { + "place": "Oberschlei\u00dfheim", + "street": "Regattaanlage Oberschlei\u00dfheim", + "zip_code": 85764 + }, "alt_name": "001, Regattastrecke/Kanu", "arch_name": "001@2354", - "b_area_id": 18, - "b_filter_id": 1039, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18693&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "85764 Oberschlei\u00dfheim", - "room_link": "wbRaum.editRaum?pRaumNr=61272", - "roomcode": "2354.EG.001", - "usage": 217 - }, - { - "address": "Regattaanlage Oberschlei\u00dfheim, EG", - "address_link": "ris.einzelraum?raumkey=61273", + "area_id": 18, + "building_id": 1039, + "calendar_resource_nr": 18693, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61272, + "usage_id": 217 + }, + "2354.EG.002": { + "address": { + "place": "Oberschlei\u00dfheim", + "street": "Regattaanlage Oberschlei\u00dfheim", + "zip_code": 85764 + }, "alt_name": "002, Regattastrecke/Rudern", "arch_name": "002@2354", - "b_area_id": 18, - "b_filter_id": 1039, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=18692&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "85764 Oberschlei\u00dfheim", - "room_link": "wbRaum.editRaum?pRaumNr=61273", - "roomcode": "2354.EG.002", - "usage": 217 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75965", + "area_id": 18, + "building_id": 1039, + "calendar_resource_nr": 18692, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61273, + "usage_id": 217 + }, + "2364.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2364.001, Sportger\u00e4telager / WSH 1", "arch_name": "00.2364.001@2364", - "b_area_id": 18, - "b_filter_id": 3274, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75965", - "roomcode": "2364.EG.001", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75966", + "area_id": 18, + "building_id": 3274, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75965, + "usage_id": 18 + }, + "2364.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2364.002, Beh.-WC / WSH 1", "arch_name": "00.2364.002@2364", - "b_area_id": 18, - "b_filter_id": 3274, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75966", - "roomcode": "2364.EG.002", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75967", + "area_id": 18, + "building_id": 3274, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75966, + "usage_id": 117 + }, + "2364.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2364.003, WC / WSH 1", "arch_name": "00.2364.003@2364", - "b_area_id": 18, - "b_filter_id": 3274, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75967", - "roomcode": "2364.EG.003", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75968", + "area_id": 18, + "building_id": 3274, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75967, + "usage_id": 114 + }, + "2364.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2364.004, Unterstand / WSH 1", "arch_name": "00.2364.004@2364", - "b_area_id": 18, - "b_filter_id": 3274, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75968", - "roomcode": "2364.EG.004", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75951", + "area_id": 18, + "building_id": 3274, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75968, + "usage_id": 219 + }, + "2365.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2365.001, Sportger\u00e4telager / WSH 2", "arch_name": "00.2365.001@2365", - "b_area_id": 18, - "b_filter_id": 3271, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75951", - "roomcode": "2365.EG.001", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75952", + "area_id": 18, + "building_id": 3271, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75951, + "usage_id": 18 + }, + "2365.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2365.002, Sportger\u00e4telager / WSH 2", "arch_name": "00.2365.002@2365", - "b_area_id": 18, - "b_filter_id": 3271, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75952", - "roomcode": "2365.EG.002", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75953", + "area_id": 18, + "building_id": 3271, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75952, + "usage_id": 18 + }, + "2365.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2365.003, Unterstand / WSH 2", "arch_name": "00.2365.003@2365", - "b_area_id": 18, - "b_filter_id": 3271, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75953", - "roomcode": "2365.EG.003", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75949", + "area_id": 18, + "building_id": 3271, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75953, + "usage_id": 219 + }, + "2366.EG.001": { + "address": { + "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": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75964, + "usage_id": 18 + }, + "2366.EG.002": { + "address": { + "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": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75954, + "usage_id": 117 + }, + "2366.EG.003": { + "address": { + "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": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75955, + "usage_id": 114 + }, + "2366.EG.004": { + "address": { + "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": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75956, + "usage_id": 219 + }, + "2367.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2367.001, Sportger\u00e4telager / WSH 4", "arch_name": "00.2367.001@2367", - "b_area_id": 18, - "b_filter_id": 3270, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75949", - "roomcode": "2367.EG.001", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75962", + "area_id": 18, + "building_id": 3270, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75949, + "usage_id": 18 + }, + "2367.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2367.002, Beh.-WC / WSH 4", "arch_name": "00.2367.002@2367", - "b_area_id": 18, - "b_filter_id": 3270, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75962", - "roomcode": "2367.EG.002", - "usage": 117 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75973", + "area_id": 18, + "building_id": 3270, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75962, + "usage_id": 117 + }, + "2367.EG.003": { + "address": { + "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", - "b_area_id": 18, - "b_filter_id": 3270, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75973", - "roomcode": "2367.EG.003", - "usage": 118 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75950", + "area_id": 18, + "building_id": 3270, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75973, + "usage_id": 118 + }, + "2367.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2367.004, WC-Unisex / WSH 4", "arch_name": "00.2367.004@2367", - "b_area_id": 18, - "b_filter_id": 3270, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75950", - "roomcode": "2367.EG.004", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75963", + "area_id": 18, + "building_id": 3270, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75950, + "usage_id": 114 + }, + "2367.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2367.005, Unterstand / WSH 4", "arch_name": "00.2367.005@2367", - "b_area_id": 18, - "b_filter_id": 3270, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75963", - "roomcode": "2367.EG.005", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75946", + "area_id": 18, + "building_id": 3270, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75963, + "usage_id": 219 + }, + "2368.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2368.001, Sportger\u00e4telager / WSH 5", "arch_name": "00.2368.001@2368", - "b_area_id": 18, - "b_filter_id": 3269, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75946", - "roomcode": "2368.EG.001", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75947", + "area_id": 18, + "building_id": 3269, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75946, + "usage_id": 18 + }, + "2368.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2368.002, Unterstandfreilager / WSH 5", "arch_name": "00.2368.002@2368", - "b_area_id": 18, - "b_filter_id": 3269, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75947", - "roomcode": "2368.EG.002", - "usage": 218 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75948", + "area_id": 18, + "building_id": 3269, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75947, + "usage_id": 218 + }, + "2368.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2368.003, Unterstand / WSH 5", "arch_name": "00.2368.003@2368", - "b_area_id": 18, - "b_filter_id": 3269, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75948", - "roomcode": "2368.EG.003", - "usage": 219 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75969", + "area_id": 18, + "building_id": 3269, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75948, + "usage_id": 219 + }, + "2369.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2369.001, Sportger\u00e4telager / WSH 6", "arch_name": "00.2369.001@2369", - "b_area_id": 18, - "b_filter_id": 3272, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75969", - "roomcode": "2369.EG.001", - "usage": 18 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75970", + "area_id": 18, + "building_id": 3272, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75969, + "usage_id": 18 + }, + "2369.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2369.002, WC / WSH 6", "arch_name": "00.2369.002@2369", - "b_area_id": 18, - "b_filter_id": 3272, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75970", - "roomcode": "2369.EG.002", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75971", + "area_id": 18, + "building_id": 3272, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75970, + "usage_id": 114 + }, + "2369.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2369.003, WC / WSH 6", "arch_name": "00.2369.003@2369", - "b_area_id": 18, - "b_filter_id": 3272, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75971", - "roomcode": "2369.EG.003", - "usage": 114 - }, - { - "address": "Connollystr. 32, EG", - "address_link": "ris.einzelraum?raumkey=75957", + "area_id": 18, + "building_id": 3272, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75971, + "usage_id": 114 + }, + "2369.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "alt_name": "00.2369.004, Unterstand / WSH 6", "arch_name": "00.2369.004@2369", - "b_area_id": 18, - "b_filter_id": 3272, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=55301", - "operator": "[ TUZVCIO ]", - "plz_place": "80809 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75957", - "roomcode": "2369.EG.004", - "usage": 219 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40398", + "area_id": 18, + "building_id": 3272, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 55301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75957, + "usage_id": 219 + }, + "2401.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "101, B\u00fcro", "arch_name": "101@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40398", - "roomcode": "2401.01.101", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40406", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40398, + "usage_id": 12 + }, + "2401.01.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "101A, B\u00fcro", "arch_name": "101A@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40406", - "roomcode": "2401.01.101A", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40409", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40406, + "usage_id": 12 + }, + "2401.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40409", - "roomcode": "2401.01.102", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40445", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40409, + "usage_id": 12 + }, + "2401.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40445", - "roomcode": "2401.01.103", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40447", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40445, + "usage_id": 12 + }, + "2401.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "104, Flur", "arch_name": "104@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40447", - "roomcode": "2401.01.104", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40450", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40447, + "usage_id": 222 + }, + "2401.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "105, Abstellraum", "arch_name": "105@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40450", - "roomcode": "2401.01.105", - "usage": 159 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40455", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40450, + "usage_id": 159 + }, + "2401.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "106, Labor", "arch_name": "106@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40455", - "roomcode": "2401.01.106", - "usage": 102 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40458", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40455, + "usage_id": 102 + }, + "2401.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "107, B\u00fcro / Labor", "arch_name": "107@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40458", - "roomcode": "2401.01.107", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40499", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40458, + "usage_id": 12 + }, + "2401.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "108, Labor mit Hygieneanforderung", "arch_name": "108@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40499", - "roomcode": "2401.01.108", - "usage": 102 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40504", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40499, + "usage_id": 102 + }, + "2401.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "109, Labor Mikrotom", "arch_name": "109@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40504", - "roomcode": "2401.01.109", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40506", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40504, + "usage_id": 194 + }, + "2401.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "110, B\u00fcro", "arch_name": "110@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40506", - "roomcode": "2401.01.110", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40507", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40506, + "usage_id": 12 + }, + "2401.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "111, Physikal. Messr., Analytik", "arch_name": "111@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40507", - "roomcode": "2401.01.111", - "usage": 103 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40511", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40507, + "usage_id": 103 + }, + "2401.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "112, Sozialraum", "arch_name": "112@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40511", - "roomcode": "2401.01.112", - "usage": 44 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40543", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40511, + "usage_id": 44 + }, + "2401.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "113, Sammlungsraum", "arch_name": "113@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40543", - "roomcode": "2401.01.113", - "usage": 187 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40546", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40543, + "usage_id": 187 + }, + "2401.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "114, Morphologisches Labor", "arch_name": "114@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40546", - "roomcode": "2401.01.114", - "usage": 102 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40549", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40546, + "usage_id": 102 + }, + "2401.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "115, B\u00fcro", "arch_name": "115@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40549", - "roomcode": "2401.01.115", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40553", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40549, + "usage_id": 12 + }, + "2401.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "116, Vorbereitungsraum", "arch_name": "116@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40553", - "roomcode": "2401.01.116", - "usage": 136 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40557", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40553, + "usage_id": 136 + }, + "2401.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "117, B\u00fcro", "arch_name": "117@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40557", - "roomcode": "2401.01.117", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40590", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40557, + "usage_id": 12 + }, + "2401.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "118, B\u00fcro", "arch_name": "118@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40590", - "roomcode": "2401.01.118", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40692", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40590, + "usage_id": 12 + }, + "2401.01.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "124, Treppenraum", "arch_name": "124@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40692", - "roomcode": "2401.01.124", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40004", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40692, + "usage_id": 223 + }, + "2401.01.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "125, Flur", "arch_name": "125@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40004", - "roomcode": "2401.01.125", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40008", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40004, + "usage_id": 222 + }, + "2401.01.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "126, WC-Herren", "arch_name": "126@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40008", - "roomcode": "2401.01.126", - "usage": 115 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40035", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40008, + "usage_id": 115 + }, + "2401.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "127, WC-Damen", "arch_name": "127@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40035", - "roomcode": "2401.01.127", - "usage": 116 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40038", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40035, + "usage_id": 116 + }, + "2401.01.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "128, Reinigungsmittelraum", "arch_name": "128@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40038", - "roomcode": "2401.01.128", - "usage": 205 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40040", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40038, + "usage_id": 205 + }, + "2401.01.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "129, Flur", "arch_name": "129@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40040", - "roomcode": "2401.01.129", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=40042", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40040, + "usage_id": 222 + }, + "2401.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "130, Treppenraum", "arch_name": "130@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40042", - "roomcode": "2401.01.130", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40138", + "area_id": 17, + "building_id": 595, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40042, + "usage_id": 223 + }, + "2401.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40138", - "roomcode": "2401.02.201", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40140", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40138, + "usage_id": 12 + }, + "2401.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40140", - "roomcode": "2401.02.202", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40146", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40140, + "usage_id": 12 + }, + "2401.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40146", - "roomcode": "2401.02.203", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40150", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40146, + "usage_id": 12 + }, + "2401.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "204, \u00dcbungsraum, Kursraum", "arch_name": "204@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "extended": { - "additional_description": "204, \u00dcbungsraum, Kursraum", - "address": "Winzererstr. 45(2401), 2.Obergescho\u00df", - "architect_room_nr": "204@2401", - "area_m2": 92.69, - "building": "2401 Holzforschung M\u00fcnchen Altbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "204", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40150", - "roomcode": "2401.02.204", - "usage": 131 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40221", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40150, + "usage_id": 131 + }, + "2401.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "205, Technologielabor", "arch_name": "205@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40221", - "roomcode": "2401.02.205", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40224", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40221, + "usage_id": 194 + }, + "2401.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "206, Sammlungsraum", "arch_name": "206@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40224", - "roomcode": "2401.02.206", - "usage": 187 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40229", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40224, + "usage_id": 187 + }, + "2401.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "207, H\u00f6rsaal eben o. Exp.-B\u00fchne", "arch_name": "207@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "extended": { - "additional_description": "207, H\u00f6rsaal eben o. Exp.-B\u00fchne", - "address": "Winzererstr. 45(2401), 2.Obergescho\u00df", - "architect_room_nr": "207@2401", - "area_m2": 93.1, - "building": "2401 Holzforschung M\u00fcnchen Altbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "207", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40229", - "roomcode": "2401.02.207", - "usage": 20 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40234", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40229, + "usage_id": 20 + }, + "2401.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "208, Seminarraum", "arch_name": "208@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "extended": { - "additional_description": "208, Seminarraum", - "address": "Winzererstr. 45(2401), 2.Obergescho\u00df", - "architect_room_nr": "208@2401", - "area_m2": 45.35, - "building": "2401 Holzforschung M\u00fcnchen Altbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "208", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40234", - "roomcode": "2401.02.208", - "usage": 41 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40237", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40234, + "usage_id": 41 + }, + "2401.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "209, Bibliothek", "arch_name": "209@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40237", - "roomcode": "2401.02.209", - "usage": 10 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40301", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40237, + "usage_id": 10 + }, + "2401.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "210, \u00dcbungsraum, Kursraum", "arch_name": "210@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "extended": { - "additional_description": "210, \u00dcbungsraum, Kursraum", - "address": "Winzererstr. 45(2401), 2.Obergescho\u00df", - "architect_room_nr": "210@2401", - "area_m2": 45.12, - "building": "2401 Holzforschung M\u00fcnchen Altbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "210", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40301", - "roomcode": "2401.02.210", - "usage": 131 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40304", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40301, + "usage_id": 131 + }, + "2401.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "211, B\u00fcro", "arch_name": "211@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40304", - "roomcode": "2401.02.211", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40308", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40304, + "usage_id": 12 + }, + "2401.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "212, B\u00fcro", "arch_name": "212@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40308", - "roomcode": "2401.02.212", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40357", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40308, + "usage_id": 12 + }, + "2401.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "213, B\u00fcro", "arch_name": "213@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40357", - "roomcode": "2401.02.213", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40362", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40357, + "usage_id": 12 + }, + "2401.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "214, Teilk\u00fcche Tee, Stat.K.)", "arch_name": "214@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40362", - "roomcode": "2401.02.214", - "usage": 28 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40413", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40362, + "usage_id": 28 + }, + "2401.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "215, B\u00fcro", "arch_name": "215@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40413", - "roomcode": "2401.02.215", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40417", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40413, + "usage_id": 12 + }, + "2401.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "222, Flur", "arch_name": "222@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40417", - "roomcode": "2401.02.222", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40423", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40417, + "usage_id": 222 + }, + "2401.02.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "223, Treppenraum", "arch_name": "223@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40423", - "roomcode": "2401.02.223", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40428", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40423, + "usage_id": 223 + }, + "2401.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "224, Flur", "arch_name": "224@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40428", - "roomcode": "2401.02.224", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40432", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40428, + "usage_id": 222 + }, + "2401.02.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "225, WC-Herren", "arch_name": "225@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40432", - "roomcode": "2401.02.225", - "usage": 115 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40462", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40432, + "usage_id": 115 + }, + "2401.02.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "226, WC-Damen", "arch_name": "226@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40462", - "roomcode": "2401.02.226", - "usage": 116 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40467", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40462, + "usage_id": 116 + }, + "2401.02.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "227, Flur", "arch_name": "227@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40467", - "roomcode": "2401.02.227", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40472", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40467, + "usage_id": 222 + }, + "2401.02.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "228, Treppenraum", "arch_name": "228@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40472", - "roomcode": "2401.02.228", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=40480", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40472, + "usage_id": 223 + }, + "2401.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "230, Reinigungsmittelraum", "arch_name": "230@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40480", - "roomcode": "2401.02.230", - "usage": 205 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=40616", + "area_id": 17, + "building_id": 595, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40480, + "usage_id": 205 + }, + "2401.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "301, Dachlager", "arch_name": "301@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40616", - "roomcode": "2401.03.301", - "usage": 159 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=40620", + "area_id": 17, + "building_id": 595, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40616, + "usage_id": 159 + }, + "2401.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "302, Treppenraum", "arch_name": "302@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40620", - "roomcode": "2401.03.302", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=40624", + "area_id": 17, + "building_id": 595, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40620, + "usage_id": 223 + }, + "2401.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "303, Speicher", "arch_name": "303@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40624", - "roomcode": "2401.03.303", - "usage": 120 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=40628", + "area_id": 17, + "building_id": 595, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40624, + "usage_id": 120 + }, + "2401.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "304, Treppenraum", "arch_name": "304@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40628", - "roomcode": "2401.03.304", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=40633", + "area_id": 17, + "building_id": 595, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40628, + "usage_id": 223 + }, + "2401.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "320, B\u00fcro", "arch_name": "320@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40633", - "roomcode": "2401.03.320", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48130", + "area_id": 17, + "building_id": 595, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40633, + "usage_id": 12 + }, + "2401.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48130", - "roomcode": "2401.EG.001", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48132", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48130, + "usage_id": 12 + }, + "2401.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48132", - "roomcode": "2401.EG.002", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48133", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48132, + "usage_id": 12 + }, + "2401.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48133", - "roomcode": "2401.EG.003", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48135", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48133, + "usage_id": 12 + }, + "2401.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "004, B\u00fcro Pforte", "arch_name": "004@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48135", - "roomcode": "2401.EG.004", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48136", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48135, + "usage_id": 12 + }, + "2401.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "005, Durchgang Pforte", "arch_name": "005@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48136", - "roomcode": "2401.EG.005", - "usage": 9 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48138", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48136, + "usage_id": 9 + }, + "2401.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "006, Labor", "arch_name": "006@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48138", - "roomcode": "2401.EG.006", - "usage": 102 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48199", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48138, + "usage_id": 102 + }, + "2401.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "007, Labor", "arch_name": "007@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48199", - "roomcode": "2401.EG.007", - "usage": 102 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48201", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48199, + "usage_id": 102 + }, + "2401.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "008, Physikal. Messr., Analytik", "arch_name": "008@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48201", - "roomcode": "2401.EG.008", - "usage": 103 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48202", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48201, + "usage_id": 103 + }, + "2401.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "009, B\u00fcro", "arch_name": "009@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48202", - "roomcode": "2401.EG.009", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48204", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48202, + "usage_id": 12 + }, + "2401.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "010, Gaschromatographieraum", "arch_name": "010@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48204", - "roomcode": "2401.EG.010", - "usage": 103 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48207", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15644, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48204, + "usage_id": 103 + }, + "2401.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "011, Bibliothek", "arch_name": "011@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": "tvKalender.wSicht?cOrg=15644&cRes=31072&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48207", - "roomcode": "2401.EG.011", - "usage": 10 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48210", + "area_id": 17, + "building_id": 595, + "calendar_resource_nr": 31072, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48207, + "usage_id": 10 + }, + "2401.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "012, K\u00fcche", "arch_name": "012@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48210", - "roomcode": "2401.EG.012", - "usage": 44 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48211", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48210, + "usage_id": 44 + }, + "2401.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "013, Abstellraum", "arch_name": "013@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48211", - "roomcode": "2401.EG.013", - "usage": 159 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48270", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48211, + "usage_id": 159 + }, + "2401.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "014, Zeitschriften / Leseraum", "arch_name": "014@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48270", - "roomcode": "2401.EG.014", - "usage": 150 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48271", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48270, + "usage_id": 150 + }, + "2401.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "015, Physiklabor/Messraum", "arch_name": "015@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48271", - "roomcode": "2401.EG.015", - "usage": 103 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48273", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48271, + "usage_id": 103 + }, + "2401.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "016, Flur", "arch_name": "016@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48273", - "roomcode": "2401.EG.016", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48275", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48273, + "usage_id": 222 + }, + "2401.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "017, Elektronenmikroskopie", "arch_name": "017@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48275", - "roomcode": "2401.EG.017", - "usage": 103 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48277", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48275, + "usage_id": 103 + }, + "2401.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "018, Raumlufttechnische Anlage", "arch_name": "018@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48277", - "roomcode": "2401.EG.018", - "usage": 32 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48279", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48277, + "usage_id": 32 + }, + "2401.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "019, Physiklabor/Messraum", "arch_name": "019@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48279", - "roomcode": "2401.EG.019", - "usage": 103 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48345", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48279, + "usage_id": 103 + }, + "2401.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "020, Vorbereitungsraum", "arch_name": "020@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48345", - "roomcode": "2401.EG.020", - "usage": 136 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48346", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48345, + "usage_id": 136 + }, + "2401.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "021, Flur", "arch_name": "021@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48346", - "roomcode": "2401.EG.021", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48348", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48346, + "usage_id": 222 + }, + "2401.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "022, B\u00fcro / Vorbereitung", "arch_name": "022@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48348", - "roomcode": "2401.EG.022", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=48350", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48348, + "usage_id": 12 + }, + "2401.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "023, B\u00fcro", "arch_name": "023@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48350", - "roomcode": "2401.EG.023", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40126", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48350, + "usage_id": 12 + }, + "2401.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "024, Werkstatt Haustechnik", "arch_name": "024@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40126", - "roomcode": "2401.EG.024", - "usage": 51 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40127", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40126, + "usage_id": 51 + }, + "2401.EG.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "025, Lager Reinigungsmittel", "arch_name": "025@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40127", - "roomcode": "2401.EG.025", - "usage": 30 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40274", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40127, + "usage_id": 30 + }, + "2401.EG.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "027, Flur", "arch_name": "027@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40274", - "roomcode": "2401.EG.027", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40282", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40274, + "usage_id": 222 + }, + "2401.EG.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "028, Treppenraum", "arch_name": "028@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40282", - "roomcode": "2401.EG.028", - "usage": 223 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40286", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40282, + "usage_id": 223 + }, + "2401.EG.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "029, Flur", "arch_name": "029@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40286", - "roomcode": "2401.EG.029", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40287", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40286, + "usage_id": 222 + }, + "2401.EG.029A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "0029A, Anlage f\u00fcr Gase und Fl\u00fcssigkeiten", "arch_name": "0029A@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40287", - "roomcode": "2401.EG.029A", - "usage": 17 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40288", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40287, + "usage_id": 17 + }, + "2401.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "030, Flur", "arch_name": "030@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40288", - "roomcode": "2401.EG.030", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40290", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40288, + "usage_id": 222 + }, + "2401.EG.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "031, WC-Herren", "arch_name": "031@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40290", - "roomcode": "2401.EG.031", - "usage": 115 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40295", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40290, + "usage_id": 115 + }, + "2401.EG.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "032, WC-Damen", "arch_name": "032@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40295", - "roomcode": "2401.EG.032", - "usage": 116 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40347", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40295, + "usage_id": 116 + }, + "2401.EG.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "033, Flur", "arch_name": "033@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40347", - "roomcode": "2401.EG.033", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40351", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40347, + "usage_id": 222 + }, + "2401.EG.033A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "033A, Elektrische Versorgung", "arch_name": "033A@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40351", - "roomcode": "2401.EG.033A", - "usage": 160 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40353", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40351, + "usage_id": 160 + }, + "2401.EG.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "034, Treppenraum", "arch_name": "034@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40353", - "roomcode": "2401.EG.034", - "usage": 223 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40390", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40353, + "usage_id": 223 + }, + "2401.EG.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "0035, Flur", "arch_name": "0035@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40390", - "roomcode": "2401.EG.035", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40394", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40390, + "usage_id": 222 + }, + "2401.EG.035A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "035A, Abstellraum", "arch_name": "035A@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40394", - "roomcode": "2401.EG.035A", - "usage": 159 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48064", + "area_id": 17, + "building_id": 595, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40394, + "usage_id": 159 + }, + "2401.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K1, Chemikalienlager", "arch_name": "K1@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48064", - "roomcode": "2401.U1.001", - "usage": 132 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48066", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48064, + "usage_id": 132 + }, + "2401.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K2, Holzchemie, Kompressorraum", "arch_name": "K2@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48066", - "roomcode": "2401.U1.002", - "usage": 120 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48067", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48066, + "usage_id": 120 + }, + "2401.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K3, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "K3@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48067", - "roomcode": "2401.U1.003", - "usage": 201 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48071", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48067, + "usage_id": 201 + }, + "2401.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K5, Flur", "arch_name": "K5@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48071", - "roomcode": "2401.U1.005", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48072", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48071, + "usage_id": 222 + }, + "2401.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K6, Treppenraum", "arch_name": "K6@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48072", - "roomcode": "2401.U1.006", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48127", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48072, + "usage_id": 223 + }, + "2401.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K8, Flur", "arch_name": "K8@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48127", - "roomcode": "2401.U1.008", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=48129", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48127, + "usage_id": 222 + }, + "2401.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K9, Treppenraum", "arch_name": "K9@2401", - "b_area_id": 17, - "b_filter_id": 595, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48129", - "roomcode": "2401.U1.009", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43815", + "area_id": 17, + "building_id": 595, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48129, + "usage_id": 223 + }, + "2402.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43815", - "roomcode": "2402.01.102", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43897", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43815, + "usage_id": 12 + }, + "2402.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43897", - "roomcode": "2402.01.103", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43900", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43897, + "usage_id": 12 + }, + "2402.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43900", - "roomcode": "2402.01.104", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43904", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43900, + "usage_id": 12 + }, + "2402.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43904", - "roomcode": "2402.01.105", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43908", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43904, + "usage_id": 12 + }, + "2402.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "106, Technologielabor", "arch_name": "106@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43908", - "roomcode": "2402.01.106", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43992", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43908, + "usage_id": 194 + }, + "2402.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "107, Technologielabor", "arch_name": "107@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43992", - "roomcode": "2402.01.107", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43995", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43992, + "usage_id": 194 + }, + "2402.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "108, Technologielabor", "arch_name": "108@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43995", - "roomcode": "2402.01.108", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=43998", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43995, + "usage_id": 194 + }, + "2402.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "109, Technologielabor", "arch_name": "109@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43998", - "roomcode": "2402.01.109", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44002", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43998, + "usage_id": 194 + }, + "2402.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "110, Klimakammer", "arch_name": "110@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44002", - "roomcode": "2402.01.110", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44004", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44002, + "usage_id": 30 + }, + "2402.01.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "110A, B\u00fcro", "arch_name": "110A@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44004", - "roomcode": "2402.01.110A", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44006", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44004, + "usage_id": 12 + }, + "2402.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "111, Technologielabor", "arch_name": "111@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44006", - "roomcode": "2402.01.111", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44193", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44006, + "usage_id": 194 + }, + "2402.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "112, Lager", "arch_name": "112@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44193", - "roomcode": "2402.01.112", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44194", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44193, + "usage_id": 30 + }, + "2402.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "113, Technologielabor", "arch_name": "113@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44194", - "roomcode": "2402.01.113", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44201", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44194, + "usage_id": 194 + }, + "2402.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "114, Klimakammer", "arch_name": "114@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44201", - "roomcode": "2402.01.114", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44207", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44201, + "usage_id": 30 + }, + "2402.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "115, Galerie", "arch_name": "115@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44207", - "roomcode": "2402.01.115", - "usage": 206 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=44211", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44207, + "usage_id": 206 + }, + "2402.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "116, Flur", "arch_name": "116@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44211", - "roomcode": "2402.01.116", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=42866", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44211, + "usage_id": 222 + }, + "2402.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "117, Flur", "arch_name": "117@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42866", - "roomcode": "2402.01.117", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=42871", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42866, + "usage_id": 222 + }, + "2402.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "118, WC-Damen", "arch_name": "118@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42871", - "roomcode": "2402.01.118", - "usage": 116 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=42877", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42871, + "usage_id": 116 + }, + "2402.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "119, WC-Herren", "arch_name": "119@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42877", - "roomcode": "2402.01.119", - "usage": 115 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=42882", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42877, + "usage_id": 115 + }, + "2402.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "120, Treppenraum", "arch_name": "120@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42882", - "roomcode": "2402.01.120", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=42887", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42882, + "usage_id": 223 + }, + "2402.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "121, Aufzug", "arch_name": "121@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42887", - "roomcode": "2402.01.121", - "usage": 4 - }, - { - "address": "Winzererstr. 45, 1.OG", - "address_link": "ris.einzelraum?raumkey=42963", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42887, + "usage_id": 4 + }, + "2402.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "122, Treppenraum", "arch_name": "122@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42963", - "roomcode": "2402.01.122", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=42971", + "area_id": 17, + "building_id": 596, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42963, + "usage_id": 223 + }, + "2402.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42971", - "roomcode": "2402.02.201", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=42976", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42971, + "usage_id": 12 + }, + "2402.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42976", - "roomcode": "2402.02.202", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=42979", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42976, + "usage_id": 12 + }, + "2402.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42979", - "roomcode": "2402.02.203", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43060", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42979, + "usage_id": 12 + }, + "2402.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "204, Konferenzraum", "arch_name": "204@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": "tvKalender.wSicht?cOrg=15644&cRes=31073&cReadonly=J", - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43060", - "roomcode": "2402.02.204", - "usage": 196 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43064", + "area_id": 17, + "building_id": 596, + "calendar_resource_nr": 31073, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43060, + "usage_id": 196 + }, + "2402.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43064", - "roomcode": "2402.02.205", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43067", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43064, + "usage_id": 12 + }, + "2402.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "206, B\u00fcro", "arch_name": "206@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43067", - "roomcode": "2402.02.206", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=66933", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43067, + "usage_id": 12 + }, + "2402.02.206A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "206A, B\u00fcro", "arch_name": "206A@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66933", - "roomcode": "2402.02.206A", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43068", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66933, + "usage_id": 12 + }, + "2402.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "207, B\u00fcro", "arch_name": "207@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43068", - "roomcode": "2402.02.207", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43069", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43068, + "usage_id": 12 + }, + "2402.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43069", - "roomcode": "2402.02.208", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43070", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43069, + "usage_id": 12 + }, + "2402.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "209, B\u00fcro", "arch_name": "209@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43070", - "roomcode": "2402.02.209", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43073", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43070, + "usage_id": 12 + }, + "2402.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "210, B\u00fcro", "arch_name": "210@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43073", - "roomcode": "2402.02.210", - "usage": 12 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43157", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43073, + "usage_id": 12 + }, + "2402.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "211, Technologielabor", "arch_name": "211@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43157", - "roomcode": "2402.02.211", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43164", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43157, + "usage_id": 194 + }, + "2402.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "212/213, Sonderversuchshalle", "arch_name": "212/213@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43164", - "roomcode": "2402.02.212", - "usage": 49 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43170", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43164, + "usage_id": 49 + }, + "2402.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "213/212, Technologielabor (Brandlabor)", "arch_name": "213/212@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43170", - "roomcode": "2402.02.213", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43236", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43170, + "usage_id": 194 + }, + "2402.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "214, Vorbereitungsraum", "arch_name": "214@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43236", - "roomcode": "2402.02.214", - "usage": 136 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43241", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43236, + "usage_id": 136 + }, + "2402.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "215, Physikal. Messraum, Analytik", "arch_name": "215@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43241", - "roomcode": "2402.02.215", - "usage": 103 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43244", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43241, + "usage_id": 103 + }, + "2402.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "216, Lager mit Klima", "arch_name": "216@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43244", - "roomcode": "2402.02.216", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43325", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43244, + "usage_id": 30 + }, + "2402.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "217, Physiklabor", "arch_name": "217@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43325", - "roomcode": "2402.02.217", - "usage": 103 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43333", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43325, + "usage_id": 103 + }, + "2402.02.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "218, Labor", "arch_name": "218@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43333", - "roomcode": "2402.02.218", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=66932", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43333, + "usage_id": 194 + }, + "2402.02.218A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "218A, Technologisches Labor einf. o. Absaugung", "arch_name": "218A@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66932", - "roomcode": "2402.02.218A", - "usage": 194 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43340", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66932, + "usage_id": 194 + }, + "2402.02.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "219, Physiklabor", "arch_name": "219@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43340", - "roomcode": "2402.02.219", - "usage": 103 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43411", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43340, + "usage_id": 103 + }, + "2402.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "220, Klimaraum", "arch_name": "220@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43411", - "roomcode": "2402.02.220", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43416", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43411, + "usage_id": 30 + }, + "2402.02.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "221, Treppenraum", "arch_name": "221@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43416", - "roomcode": "2402.02.221", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43421", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43416, + "usage_id": 223 + }, + "2402.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "222, Flur", "arch_name": "222@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43421", - "roomcode": "2402.02.222", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43488", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43421, + "usage_id": 222 + }, + "2402.02.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "223, Flur", "arch_name": "223@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43488", - "roomcode": "2402.02.223", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43492", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43488, + "usage_id": 222 + }, + "2402.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "224, WC-Damen", "arch_name": "224@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43492", - "roomcode": "2402.02.224", - "usage": 116 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43500", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43492, + "usage_id": 116 + }, + "2402.02.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "225, WC-Herren", "arch_name": "225@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43500", - "roomcode": "2402.02.225", - "usage": 115 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43570", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43500, + "usage_id": 115 + }, + "2402.02.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "226, Treppenraum", "arch_name": "226@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43570", - "roomcode": "2402.02.226", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.OG", - "address_link": "ris.einzelraum?raumkey=43573", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43570, + "usage_id": 223 + }, + "2402.02.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "227, Aufzug", "arch_name": "227@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43573", - "roomcode": "2402.02.227", - "usage": 4 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=43584", + "area_id": 17, + "building_id": 596, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43573, + "usage_id": 4 + }, + "2402.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "D1, Installation", "arch_name": "D1@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43584", - "roomcode": "2402.03.301", - "usage": 120 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=43589", + "area_id": 17, + "building_id": 596, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43584, + "usage_id": 120 + }, + "2402.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "D2, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "D2@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43589", - "roomcode": "2402.03.302", - "usage": 5 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=43656", + "area_id": 17, + "building_id": 596, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43589, + "usage_id": 5 + }, + "2402.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "D3, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "D3@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43656", - "roomcode": "2402.03.303", - "usage": 201 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=43657", + "area_id": 17, + "building_id": 596, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43656, + "usage_id": 201 + }, + "2402.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "D4, Flur", "arch_name": "D4@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43657", - "roomcode": "2402.03.304", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=43660", + "area_id": 17, + "building_id": 596, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43657, + "usage_id": 222 + }, + "2402.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "D5, Treppenraum", "arch_name": "D5@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43660", - "roomcode": "2402.03.305", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 3.OG", - "address_link": "ris.einzelraum?raumkey=43663", + "area_id": 17, + "building_id": 596, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43660, + "usage_id": 223 + }, + "2402.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "D6, Treppenraum", "arch_name": "D6@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43663", - "roomcode": "2402.03.306", - "usage": 223 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40369", + "area_id": 17, + "building_id": 596, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43663, + "usage_id": 223 + }, + "2402.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40369", - "roomcode": "2402.EG.001", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40374", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40369, + "usage_id": 12 + }, + "2402.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40374", - "roomcode": "2402.EG.002", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40240", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40374, + "usage_id": 12 + }, + "2402.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40240", - "roomcode": "2402.EG.003", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40241", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40240, + "usage_id": 12 + }, + "2402.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40241", - "roomcode": "2402.EG.004", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40244", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40241, + "usage_id": 12 + }, + "2402.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40244", - "roomcode": "2402.EG.005", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40252", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40244, + "usage_id": 12 + }, + "2402.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "006, B\u00fcro", "arch_name": "006@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40252", - "roomcode": "2402.EG.006", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40255", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40252, + "usage_id": 12 + }, + "2402.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": "tvKalender.wSicht?cOrg=15644&cRes=19179&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40255", - "roomcode": "2402.EG.007", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40098", + "area_id": 17, + "building_id": 596, + "calendar_resource_nr": 19179, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40255, + "usage_id": 12 + }, + "2402.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "008, B\u00fcro", "arch_name": "008@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40098", - "roomcode": "2402.EG.008", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40099", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40098, + "usage_id": 12 + }, + "2402.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "009, B\u00fcro", "arch_name": "009@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40099", - "roomcode": "2402.EG.009", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40103", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40099, + "usage_id": 12 + }, + "2402.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "010, B\u00fcro", "arch_name": "010@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40103", - "roomcode": "2402.EG.010", - "usage": 12 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40106", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40103, + "usage_id": 12 + }, + "2402.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "011, Serverraum", "arch_name": "011@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40106", - "roomcode": "2402.EG.011", - "usage": 207 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40320", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40106, + "usage_id": 207 + }, + "2402.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "012, Labor", "arch_name": "012@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40320", - "roomcode": "2402.EG.012", - "usage": 194 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40324", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40320, + "usage_id": 194 + }, + "2402.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "013, Kopierer", "arch_name": "013@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40324", - "roomcode": "2402.EG.013", - "usage": 110 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=40327", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40324, + "usage_id": 110 + }, + "2402.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "014/015, Klimakammer", "arch_name": "014/015@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40327", - "roomcode": "2402.EG.014", - "usage": 194 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43637", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40327, + "usage_id": 194 + }, + "2402.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "016, Lager", "arch_name": "016@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43637", - "roomcode": "2402.EG.016", - "usage": 30 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43641", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43637, + "usage_id": 30 + }, + "2402.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "017, Technologielabor", "arch_name": "017@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43641", - "roomcode": "2402.EG.017", - "usage": 194 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43645", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43641, + "usage_id": 194 + }, + "2402.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "018, Klimakammer", "arch_name": "018@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43645", - "roomcode": "2402.EG.018", - "usage": 30 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43650", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43645, + "usage_id": 30 + }, + "2402.EG.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "019, Lager", "arch_name": "019@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43650", - "roomcode": "2402.EG.019", - "usage": 30 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43710", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43650, + "usage_id": 30 + }, + "2402.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "020, Vorbereitungsraum", "arch_name": "020@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43710", - "roomcode": "2402.EG.020", - "usage": 136 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43713", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43710, + "usage_id": 136 + }, + "2402.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "021, Treppenraum", "arch_name": "021@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43713", - "roomcode": "2402.EG.021", - "usage": 223 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43717", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43713, + "usage_id": 223 + }, + "2402.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "022, Flur", "arch_name": "022@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43717", - "roomcode": "2402.EG.022", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43721", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43717, + "usage_id": 222 + }, + "2402.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "023, Flur", "arch_name": "023@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43721", - "roomcode": "2402.EG.023", - "usage": 222 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43725", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43721, + "usage_id": 222 + }, + "2402.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "024, WC-Damen", "arch_name": "024@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43725", - "roomcode": "2402.EG.024", - "usage": 116 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43728", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43725, + "usage_id": 116 + }, + "2402.EG.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "025, WC-Herren", "arch_name": "025@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43728", - "roomcode": "2402.EG.025", - "usage": 115 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43801", - "alt_name": "026, Treppenraum", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43728, + "usage_id": 115 + }, + "2402.EG.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, + "alt_name": "026, Treppenraum", "arch_name": "026@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43801", - "roomcode": "2402.EG.026", - "usage": 223 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=43807", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43801, + "usage_id": 223 + }, + "2402.EG.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "027, Aufzug", "arch_name": "027@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43807", - "roomcode": "2402.EG.027", - "usage": 4 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=67295", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43807, + "usage_id": 4 + }, + "2402.EG.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "HS-EG01, Holzschuppen EG01", "arch_name": "HS-EG01@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67295", - "roomcode": "2402.EG.029", - "usage": 30 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=67296", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67295, + "usage_id": 30 + }, + "2402.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "HS-EG02, Holzschuppen EG02", "arch_name": "HS-EG02@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67296", - "roomcode": "2402.EG.030", - "usage": 30 - }, - { - "address": "Winzererstr. 45, EG", - "address_link": "ris.einzelraum?raumkey=67297", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67296, + "usage_id": 30 + }, + "2402.EG.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "HS-EG03, Holzschuppen EG03", "arch_name": "HS-EG03@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67297", - "roomcode": "2402.EG.031", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39943", + "area_id": 17, + "building_id": 596, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67297, + "usage_id": 30 + }, + "2402.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U1, Elektrische Versorgung", "arch_name": "U1@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39943", - "roomcode": "2402.U1.001", - "usage": 160 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39975", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39943, + "usage_id": 160 + }, + "2402.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U2, Metallwerkstatt grob", "arch_name": "U2@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39975", - "roomcode": "2402.U1.002", - "usage": 51 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39979", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39975, + "usage_id": 51 + }, + "2402.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U3, Lager", "arch_name": "U3@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39979", - "roomcode": "2402.U1.003", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39980", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39979, + "usage_id": 30 + }, + "2402.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U4, Lager", "arch_name": "U4@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39980", - "roomcode": "2402.U1.004", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39985", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39980, + "usage_id": 30 + }, + "2402.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U5, Lager", "arch_name": "U5@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39985", - "roomcode": "2402.U1.005", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39986", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39985, + "usage_id": 30 + }, + "2402.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U6, Waschraum", "arch_name": "U6@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39986", - "roomcode": "2402.U1.006", - "usage": 210 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=39989", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39986, + "usage_id": 210 + }, + "2402.U1.006A": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U6A, Flur", "arch_name": "U6A@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39989", - "roomcode": "2402.U1.006A", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40013", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39989, + "usage_id": 222 + }, + "2402.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U7, Oberfl\u00e4chenbehandlung", "arch_name": "U7@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40013", - "roomcode": "2402.U1.007", - "usage": 51 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40016", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40013, + "usage_id": 51 + }, + "2402.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U8/U9, Holz/Kunststoffwerkstatt", "arch_name": "U8/U9@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40016", - "roomcode": "2402.U1.008", - "usage": 107 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67267", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40016, + "usage_id": 107 + }, + "2402.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U10, Holztrockner / Metalls\u00e4ge / Durchgang", "arch_name": "U10@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67267", - "roomcode": "2402.U1.010", - "usage": 107 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40017", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67267, + "usage_id": 107 + }, + "2402.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U11, Metallwerkstatt fein", "arch_name": "U11@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40017", - "roomcode": "2402.U1.011", - "usage": 108 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40019", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40017, + "usage_id": 108 + }, + "2402.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U12, Metallwerkstatt fein", "arch_name": "U12@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40019", - "roomcode": "2402.U1.012", - "usage": 108 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40052", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15644, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40019, + "usage_id": 108 + }, + "2402.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U13, Technologische Versuchshalle", "arch_name": "U13@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40052", - "roomcode": "2402.U1.013", - "usage": 49 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40057", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40052, + "usage_id": 49 + }, + "2402.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U14, Treppenraum", "arch_name": "U14@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40057", - "roomcode": "2402.U1.014", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40060", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40057, + "usage_id": 223 + }, + "2402.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U15, Flur", "arch_name": "U15@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40060", - "roomcode": "2402.U1.015", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40064", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40060, + "usage_id": 222 + }, + "2402.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U16, Flur", "arch_name": "U16@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40064", - "roomcode": "2402.U1.016", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40153", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40064, + "usage_id": 222 + }, + "2402.U1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U17, WC-Damen", "arch_name": "U17@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40153", - "roomcode": "2402.U1.017", - "usage": 116 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40157", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40153, + "usage_id": 116 + }, + "2402.U1.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U18, WC-Herren", "arch_name": "U18@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40157", - "roomcode": "2402.U1.018", - "usage": 115 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40164", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40157, + "usage_id": 115 + }, + "2402.U1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U19, Treppenraum", "arch_name": "U19@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40164", - "roomcode": "2402.U1.019", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=40168", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40164, + "usage_id": 223 + }, + "2402.U1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "U20, Aufzug", "arch_name": "U20@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40168", - "roomcode": "2402.U1.020", - "usage": 4 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67292", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40168, + "usage_id": 4 + }, + "2402.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "HS-U01, Holzschuppen U01", "arch_name": "HS-U01@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67292", - "roomcode": "2402.U1.022", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67293", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67292, + "usage_id": 30 + }, + "2402.U1.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "HS-U02, Holzschuppen U02", "arch_name": "HS-U02@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67293", - "roomcode": "2402.U1.023", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 1.UG", - "address_link": "ris.einzelraum?raumkey=67294", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67293, + "usage_id": 30 + }, + "2402.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "HS-U03, Holzschuppen U03", "arch_name": "HS-U03@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67294", - "roomcode": "2402.U1.024", - "usage": 30 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40663", + "area_id": 17, + "building_id": 596, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67294, + "usage_id": 30 + }, + "2402.U2.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K1, Holzwerkstatt", "arch_name": "K1@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40663", - "roomcode": "2402.U2.001", - "usage": 107 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40670", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40663, + "usage_id": 107 + }, + "2402.U2.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K2, Abwasseraufb.-u. Beseitigung", "arch_name": "K2@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40670", - "roomcode": "2402.U2.002", - "usage": 182 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40675", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40670, + "usage_id": 182 + }, + "2402.U2.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K3, Raumlufttechnische Anlage", "arch_name": "K3@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40675", - "roomcode": "2402.U2.003", - "usage": 32 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40679", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40675, + "usage_id": 32 + }, + "2402.U2.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K4, Wasserversorgung / Druckluft", "arch_name": "K4@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40679", - "roomcode": "2402.U2.004", - "usage": 182 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40700", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40679, + "usage_id": 182 + }, + "2402.U2.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K5, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "K5@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40700", - "roomcode": "2402.U2.005", - "usage": 201 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40706", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40700, + "usage_id": 201 + }, + "2402.U2.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K6, Flur", "arch_name": "K6@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40706", - "roomcode": "2402.U2.006", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=40709", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40706, + "usage_id": 222 + }, + "2402.U2.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K7, Flur", "arch_name": "K7@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40709", - "roomcode": "2402.U2.007", - "usage": 222 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=39932", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40709, + "usage_id": 222 + }, + "2402.U2.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K8, Treppenraum", "arch_name": "K8@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39932", - "roomcode": "2402.U2.008", - "usage": 223 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=39935", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39932, + "usage_id": 223 + }, + "2402.U2.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K9, Aufzug", "arch_name": "K9@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39935", - "roomcode": "2402.U2.009", - "usage": 4 - }, - { - "address": "Winzererstr. 45, 2.UG", - "address_link": "ris.einzelraum?raumkey=39939", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39935, + "usage_id": 4 + }, + "2402.U2.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "alt_name": "K10, Treppenraum", "arch_name": "K10@2402", - "b_area_id": 17, - "b_filter_id": 596, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39939", - "roomcode": "2402.U2.010", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68562", + "area_id": 17, + "building_id": 596, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39939, + "usage_id": 223 + }, + "2410.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.01, Konferenzraum", "arch_name": "01.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68562", - "roomcode": "2410.01.101", - "usage": 196 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68586", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68562, + "usage_id": 196 + }, + "2410.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.02, Copy", "arch_name": "01.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68586", - "roomcode": "2410.01.102", - "usage": 110 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68515", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68586, + "usage_id": 110 + }, + "2410.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.03, WC-Herren", "arch_name": "01.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68515", - "roomcode": "2410.01.103", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68516", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68515, + "usage_id": 115 + }, + "2410.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.04, WC-Damen", "arch_name": "01.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68516", - "roomcode": "2410.01.104", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68517", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68516, + "usage_id": 116 + }, + "2410.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.05, Umkleide-Damen", "arch_name": "01.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68517", - "roomcode": "2410.01.105", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68501", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68517, + "usage_id": 121 + }, + "2410.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.06, Aufenthalt", "arch_name": "01.06@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68501", - "roomcode": "2410.01.106", - "usage": 44 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68587", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68501, + "usage_id": 44 + }, + "2410.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.07, Lager", "arch_name": "01.07@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68587", - "roomcode": "2410.01.107", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68589", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68587, + "usage_id": 30 + }, + "2410.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.08, Umkleide-Herren", "arch_name": "01.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68589", - "roomcode": "2410.01.108", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68588", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68589, + "usage_id": 121 + }, + "2410.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.09, WC-Herren", "arch_name": "01.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68588", - "roomcode": "2410.01.109", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68590", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68588, + "usage_id": 115 + }, + "2410.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.10, WC-Damen", "arch_name": "01.10@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68590", - "roomcode": "2410.01.110", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68518", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68590, + "usage_id": 116 + }, + "2410.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.11, Copy", "arch_name": "01.11@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68518", - "roomcode": "2410.01.111", - "usage": 110 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68509", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68518, + "usage_id": 110 + }, + "2410.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.20, Labor", "arch_name": "01.20@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68509", - "roomcode": "2410.01.120", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68507", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68509, + "usage_id": 194 + }, + "2410.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.22, Labor", "arch_name": "01.22@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68507", - "roomcode": "2410.01.122", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68508", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68507, + "usage_id": 194 + }, + "2410.01.124": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.24, Labor", "arch_name": "01.24@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68508", - "roomcode": "2410.01.124", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68510", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68508, + "usage_id": 194 + }, + "2410.01.126": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.26, Labor", "arch_name": "01.26@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68510", - "roomcode": "2410.01.126", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68511", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68510, + "usage_id": 194 + }, + "2410.01.128": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.28, Labor", "arch_name": "01.28@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68511", - "roomcode": "2410.01.128", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68512", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68511, + "usage_id": 194 + }, + "2410.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.30, Labor", "arch_name": "01.30@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68512", - "roomcode": "2410.01.130", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68580", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68512, + "usage_id": 194 + }, + "2410.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.40, B\u00fcro", "arch_name": "01.40@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68580", - "roomcode": "2410.01.140", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68581", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68580, + "usage_id": 12 + }, + "2410.01.141": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.41, B\u00fcro", "arch_name": "01.41@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68581", - "roomcode": "2410.01.141", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68494", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68581, + "usage_id": 12 + }, + "2410.01.142": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.42, B\u00fcro", "arch_name": "01.42@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68494", - "roomcode": "2410.01.142", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68495", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68494, + "usage_id": 12 + }, + "2410.01.143": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.43, B\u00fcro", "arch_name": "01.43@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68495", - "roomcode": "2410.01.143", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68496", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68495, + "usage_id": 12 + }, + "2410.01.144": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.44, B\u00fcro", "arch_name": "01.44@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68496", - "roomcode": "2410.01.144", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68497", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68496, + "usage_id": 12 + }, + "2410.01.145": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.45, B\u00fcro", "arch_name": "01.45@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68497", - "roomcode": "2410.01.145", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68498", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68497, + "usage_id": 12 + }, + "2410.01.146": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.46, B\u00fcro", "arch_name": "01.46@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68498", - "roomcode": "2410.01.146", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68499", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68498, + "usage_id": 12 + }, + "2410.01.147": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.47, B\u00fcro", "arch_name": "01.47@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68499", - "roomcode": "2410.01.147", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68500", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68499, + "usage_id": 12 + }, + "2410.01.148": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.48, B\u00fcro", "arch_name": "01.48@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68500", - "roomcode": "2410.01.148", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68514", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68500, + "usage_id": 12 + }, + "2410.01.162": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.62, B\u00fcro", "arch_name": "01.62@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68514", - "roomcode": "2410.01.162", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68513", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68514, + "usage_id": 12 + }, + "2410.01.163": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.63, B\u00fcro", "arch_name": "01.63@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68513", - "roomcode": "2410.01.163", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68582", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68513, + "usage_id": 12 + }, + "2410.01.164": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.64, Nasslabor", "arch_name": "01.64@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68582", - "roomcode": "2410.01.164", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68583", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68582, + "usage_id": 194 + }, + "2410.01.168": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.68, Labor", "arch_name": "01.68@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68583", - "roomcode": "2410.01.168", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68584", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68583, + "usage_id": 194 + }, + "2410.01.170": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.70, B\u00fcro", "arch_name": "01.70@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68584", - "roomcode": "2410.01.170", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68585", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68584, + "usage_id": 12 + }, + "2410.01.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.70A, EDV", "arch_name": "01.70A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68585", - "roomcode": "2410.01.170A", - "usage": 207 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68563", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68585, + "usage_id": 207 + }, + "2410.01.180": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.80, B\u00fcro", "arch_name": "01.80@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68563", - "roomcode": "2410.01.180", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68564", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68563, + "usage_id": 12 + }, + "2410.01.181": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.81, B\u00fcro", "arch_name": "01.81@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68564", - "roomcode": "2410.01.181", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68565", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68564, + "usage_id": 12 + }, + "2410.01.182": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.82, B\u00fcro", "arch_name": "01.82@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68565", - "roomcode": "2410.01.182", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68566", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68565, + "usage_id": 12 + }, + "2410.01.183": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.83, Ruheraum", "arch_name": "01.83@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68566", - "roomcode": "2410.01.183", - "usage": 178 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68575", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68566, + "usage_id": 178 + }, + "2410.01.184": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.84, B\u00fcro", "arch_name": "01.84@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68575", - "roomcode": "2410.01.184", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68576", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68575, + "usage_id": 12 + }, + "2410.01.185": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.85, B\u00fcro", "arch_name": "01.85@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68576", - "roomcode": "2410.01.185", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68577", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68576, + "usage_id": 12 + }, + "2410.01.186": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.86, B\u00fcro", "arch_name": "01.86@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68577", - "roomcode": "2410.01.186", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68578", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68577, + "usage_id": 12 + }, + "2410.01.187": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.87, B\u00fcro", "arch_name": "01.87@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68578", - "roomcode": "2410.01.187", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68579", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68578, + "usage_id": 12 + }, + "2410.01.188": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.88, B\u00fcro", "arch_name": "01.88@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68579", - "roomcode": "2410.01.188", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68493", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68579, + "usage_id": 12 + }, + "2410.01.189": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.89, B\u00fcro", "arch_name": "01.89@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68493", - "roomcode": "2410.01.189", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68519", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68493, + "usage_id": 12 + }, + "2410.01.190": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.90, Flur", "arch_name": "01.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68519", - "roomcode": "2410.01.190", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68520", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68519, + "usage_id": 222 + }, + "2410.01.191": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.91, Flur", "arch_name": "01.91@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68520", - "roomcode": "2410.01.191", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68567", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68520, + "usage_id": 222 + }, + "2410.01.192": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.92, Treppenhaus", "arch_name": "01.92@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68567", - "roomcode": "2410.01.192", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68568", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68567, + "usage_id": 223 + }, + "2410.01.193": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.93, Flur", "arch_name": "01.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68568", - "roomcode": "2410.01.193", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=69020", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68568, + "usage_id": 222 + }, + "2410.01.194": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.94, Treppe im Freien", "arch_name": "01.94@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69020", - "roomcode": "2410.01.194", - "usage": 7 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68591", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69020, + "usage_id": 7 + }, + "2410.01.195": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.95, Dachterrasse", "arch_name": "01.95@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68591", - "roomcode": "2410.01.195", - "usage": 137 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=69021", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68591, + "usage_id": 137 + }, + "2410.01.196": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.96, Treppe im Freien", "arch_name": "01.96@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69021", - "roomcode": "2410.01.196", - "usage": 7 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68592", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69021, + "usage_id": 7 + }, + "2410.01.197A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97A, Aufzugschacht f. Pers.", "arch_name": "01.97A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68592", - "roomcode": "2410.01.197A", - "usage": 195 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=69022", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68592, + "usage_id": 195 + }, + "2410.01.197B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97B, Install.", "arch_name": "01.97B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69022", - "roomcode": "2410.01.197B", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68593", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69022, + "usage_id": 120 + }, + "2410.01.197C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97C, Luftschacht", "arch_name": "01.97C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68593", - "roomcode": "2410.01.197C", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68594", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68593, + "usage_id": 32 + }, + "2410.01.197D": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97D, Luftschacht", "arch_name": "01.97D@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68594", - "roomcode": "2410.01.197D", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68569", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68594, + "usage_id": 32 + }, + "2410.01.197E": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97E, Aufzugschacht f. Pers.", "arch_name": "01.97E@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68569", - "roomcode": "2410.01.197E", - "usage": 195 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68933", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68569, + "usage_id": 195 + }, + "2410.01.197F": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97F, Install.", "arch_name": "01.97F@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68933", - "roomcode": "2410.01.197F", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.OG", - "address_link": "ris.einzelraum?raumkey=68934", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68933, + "usage_id": 120 + }, + "2410.01.197G": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "01.97G, Install.", "arch_name": "01.97G@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68934", - "roomcode": "2410.01.197G", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68651", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68934, + "usage_id": 120 + }, + "2410.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.01, Besprechung", "arch_name": "02.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68651", - "roomcode": "2410.02.201", - "usage": 196 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68705", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68651, + "usage_id": 196 + }, + "2410.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.02, Copy", "arch_name": "02.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68705", - "roomcode": "2410.02.202", - "usage": 110 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68706", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68705, + "usage_id": 110 + }, + "2410.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.03, WC-Herren", "arch_name": "02.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68706", - "roomcode": "2410.02.203", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68730", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68706, + "usage_id": 115 + }, + "2410.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.04, WC-Damen", "arch_name": "02.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68730", - "roomcode": "2410.02.204", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68731", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68730, + "usage_id": 116 + }, + "2410.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.05, Umkleide/Dusche", "arch_name": "02.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68731", - "roomcode": "2410.02.205", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68723", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68731, + "usage_id": 121 + }, + "2410.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.06, Aufenthalt/Teek\u00fcche", "arch_name": "02.06@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68723", - "roomcode": "2410.02.206", - "usage": 44 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68732", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68723, + "usage_id": 44 + }, + "2410.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.07, Lager", "arch_name": "02.07@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68732", - "roomcode": "2410.02.207", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68678", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68732, + "usage_id": 30 + }, + "2410.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.08, Poststelle", "arch_name": "02.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68678", - "roomcode": "2410.02.208", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68679", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68678, + "usage_id": 30 + }, + "2410.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.09, WC-Herren", "arch_name": "02.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68679", - "roomcode": "2410.02.209", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68680", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68679, + "usage_id": 115 + }, + "2410.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.10, WC-Damen", "arch_name": "02.10@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68680", - "roomcode": "2410.02.210", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68681", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68680, + "usage_id": 116 + }, + "2410.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.11, Server-EDV", "arch_name": "02.11@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68681", - "roomcode": "2410.02.211", - "usage": 207 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68726", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68681, + "usage_id": 207 + }, + "2410.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.20, Labor", "arch_name": "02.20@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68726", - "roomcode": "2410.02.220", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68725", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68726, + "usage_id": 194 + }, + "2410.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.22, Labor", "arch_name": "02.22@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68725", - "roomcode": "2410.02.222", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68674", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68725, + "usage_id": 194 + }, + "2410.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.24, Labor", "arch_name": "02.24@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68674", - "roomcode": "2410.02.224", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68673", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68674, + "usage_id": 194 + }, + "2410.02.226": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.26, Labor", "arch_name": "02.26@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68673", - "roomcode": "2410.02.226", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68672", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68673, + "usage_id": 194 + }, + "2410.02.228": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.28, Labor", "arch_name": "02.28@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68672", - "roomcode": "2410.02.228", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68670", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68672, + "usage_id": 194 + }, + "2410.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.30, Labor", "arch_name": "02.30@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68670", - "roomcode": "2410.02.230", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68662", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68670, + "usage_id": 194 + }, + "2410.02.240": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.40, B\u00fcro", "arch_name": "02.40@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68662", - "roomcode": "2410.02.240", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68724", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68662, + "usage_id": 12 + }, + "2410.02.241": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.41, B\u00fcro", "arch_name": "02.41@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68724", - "roomcode": "2410.02.241", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68663", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68724, + "usage_id": 12 + }, + "2410.02.242": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.42, B\u00fcro", "arch_name": "02.42@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68663", - "roomcode": "2410.02.242", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68664", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68663, + "usage_id": 12 + }, + "2410.02.243": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.43, B\u00fcro", "arch_name": "02.43@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68664", - "roomcode": "2410.02.243", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68665", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68664, + "usage_id": 12 + }, + "2410.02.244": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.44, B\u00fcro", "arch_name": "02.44@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68665", - "roomcode": "2410.02.244", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68666", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68665, + "usage_id": 12 + }, + "2410.02.245": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.45, B\u00fcro", "arch_name": "02.45@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68666", - "roomcode": "2410.02.245", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68667", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68666, + "usage_id": 12 + }, + "2410.02.246": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.46, B\u00fcro", "arch_name": "02.46@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68667", - "roomcode": "2410.02.246", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68668", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68667, + "usage_id": 12 + }, + "2410.02.247": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.47, B\u00fcro", "arch_name": "02.47@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68668", - "roomcode": "2410.02.247", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68669", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68668, + "usage_id": 12 + }, + "2410.02.248": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.48, B\u00fcro", "arch_name": "02.48@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68669", - "roomcode": "2410.02.248", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68671", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68669, + "usage_id": 12 + }, + "2410.02.249": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.49, B\u00fcro", "arch_name": "02.49@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68671", - "roomcode": "2410.02.249", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68719", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68671, + "usage_id": 12 + }, + "2410.02.262": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.62, B\u00fcro", "arch_name": "02.62@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68719", - "roomcode": "2410.02.262", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68720", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68719, + "usage_id": 12 + }, + "2410.02.262A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.62A, B\u00fcro", "arch_name": "02.62A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68720", - "roomcode": "2410.02.262A", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68721", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68720, + "usage_id": 12 + }, + "2410.02.264": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.64, K\u00fcche", "arch_name": "02.64@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68721", - "roomcode": "2410.02.264", - "usage": 28 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68722", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68721, + "usage_id": 28 + }, + "2410.02.265": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.65, Sozialraum", "arch_name": "02.65@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68722", - "roomcode": "2410.02.265", - "usage": 44 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68659", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68722, + "usage_id": 44 + }, + "2410.02.266": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.80, B\u00fcro", "arch_name": "02.80@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68659", - "roomcode": "2410.02.266", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68660", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68659, + "usage_id": 12 + }, + "2410.02.267": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.67, B\u00fcro", "arch_name": "02.67@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68660", - "roomcode": "2410.02.267", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68661", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68660, + "usage_id": 12 + }, + "2410.02.268": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.68, B\u00fcro", "arch_name": "02.68@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68661", - "roomcode": "2410.02.268", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68652", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68661, + "usage_id": 12 + }, + "2410.02.280": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.80, B\u00fcro", "arch_name": "02.80@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68652", - "roomcode": "2410.02.280", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68653", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68652, + "usage_id": 12 + }, + "2410.02.281": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.81, B\u00fcro", "arch_name": "02.81@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68653", - "roomcode": "2410.02.281", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68654", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68653, + "usage_id": 12 + }, + "2410.02.282": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.82, B\u00fcro", "arch_name": "02.82@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68654", - "roomcode": "2410.02.282", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68655", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68654, + "usage_id": 12 + }, + "2410.02.283": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.83, B\u00fcro", "arch_name": "02.83@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68655", - "roomcode": "2410.02.283", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68656", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68655, + "usage_id": 12 + }, + "2410.02.284": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.84, B\u00fcro", "arch_name": "02.84@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68656", - "roomcode": "2410.02.284", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68657", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68656, + "usage_id": 12 + }, + "2410.02.285": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.85, B\u00fcro", "arch_name": "02.85@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68657", - "roomcode": "2410.02.285", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68658", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68657, + "usage_id": 12 + }, + "2410.02.286": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.86, B\u00fcro", "arch_name": "02.86@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68658", - "roomcode": "2410.02.286", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68716", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68658, + "usage_id": 12 + }, + "2410.02.287": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.87, B\u00fcro", "arch_name": "02.87@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68716", - "roomcode": "2410.02.287", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68717", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68716, + "usage_id": 12 + }, + "2410.02.288": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.88, B\u00fcro", "arch_name": "02.88@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68717", - "roomcode": "2410.02.288", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68718", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68717, + "usage_id": 12 + }, + "2410.02.289": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.89, B\u00fcro", "arch_name": "02.89@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68718", - "roomcode": "2410.02.289", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68727", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68718, + "usage_id": 12 + }, + "2410.02.290": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.90, Flur", "arch_name": "02.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68727", - "roomcode": "2410.02.290", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68675", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68727, + "usage_id": 222 + }, + "2410.02.291": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.91, Flur", "arch_name": "02.91@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68675", - "roomcode": "2410.02.291", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68677", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68675, + "usage_id": 222 + }, + "2410.02.292": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.92, Flur", "arch_name": "02.92@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68677", - "roomcode": "2410.02.292", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68676", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68677, + "usage_id": 222 + }, + "2410.02.293": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.93, Flur", "arch_name": "02.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68676", - "roomcode": "2410.02.293", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68728", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68676, + "usage_id": 222 + }, + "2410.02.294": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.94, Treppe im Freien", "arch_name": "02.94@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68728", - "roomcode": "2410.02.294", - "usage": 7 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68729", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68728, + "usage_id": 7 + }, + "2410.02.296": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.96, Treppe im Freien", "arch_name": "02.96@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68729", - "roomcode": "2410.02.296", - "usage": 7 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68942", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68729, + "usage_id": 7 + }, + "2410.02.297B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.97B, Install.", "arch_name": "02.97B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68942", - "roomcode": "2410.02.297B", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68943", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68942, + "usage_id": 120 + }, + "2410.02.297F": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.97F, Install.", "arch_name": "02.97F@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68943", - "roomcode": "2410.02.297F", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.OG", - "address_link": "ris.einzelraum?raumkey=68944", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68943, + "usage_id": 120 + }, + "2410.02.297G": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "02.97G, Install.", "arch_name": "02.97G@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68944", - "roomcode": "2410.02.297G", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68707", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68944, + "usage_id": 120 + }, + "2410.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.01, Besprechung", "arch_name": "03.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68707", - "roomcode": "2410.03.301", - "usage": 196 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68700", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68707, + "usage_id": 196 + }, + "2410.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.02, WC-Vorraum", "arch_name": "03.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68700", - "roomcode": "2410.03.302", - "usage": 118 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68701", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68700, + "usage_id": 118 + }, + "2410.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.03, K\u00fcche", "arch_name": "03.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68701", - "roomcode": "2410.03.303", - "usage": 28 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68702", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68701, + "usage_id": 28 + }, + "2410.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.04, WC-Damen", "arch_name": "03.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68702", - "roomcode": "2410.03.304", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68703", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68702, + "usage_id": 116 + }, + "2410.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.05, WC-Herren", "arch_name": "03.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68703", - "roomcode": "2410.03.305", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68749", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68703, + "usage_id": 116 + }, + "2410.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.06, WC-Vorraum", "arch_name": "03.06@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68749", - "roomcode": "2410.03.306", - "usage": 118 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68704", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68749, + "usage_id": 118 + }, + "2410.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.07, K\u00fcche", "arch_name": "03.07@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68704", - "roomcode": "2410.03.307", - "usage": 28 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68748", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68704, + "usage_id": 28 + }, + "2410.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.08, WC-Damen", "arch_name": "03.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68748", - "roomcode": "2410.03.308", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68747", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68748, + "usage_id": 116 + }, + "2410.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.09, WC-Herren", "arch_name": "03.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68747", - "roomcode": "2410.03.309", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68734", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68747, + "usage_id": 115 + }, + "2410.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.20, B\u00fcro", "arch_name": "03.20@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68734", - "roomcode": "2410.03.320", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68735", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68734, + "usage_id": 12 + }, + "2410.03.322": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.22, B\u00fcro", "arch_name": "03.22@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68735", - "roomcode": "2410.03.322", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68736", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68735, + "usage_id": 12 + }, + "2410.03.324": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.24, B\u00fcro", "arch_name": "03.24@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68736", - "roomcode": "2410.03.324", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68737", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68736, + "usage_id": 12 + }, + "2410.03.328": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.28, B\u00fcro", "arch_name": "03.28@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68737", - "roomcode": "2410.03.328", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68738", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68737, + "usage_id": 12 + }, + "2410.03.330": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.30, B\u00fcro", "arch_name": "03.30@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68738", - "roomcode": "2410.03.330", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68693", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68738, + "usage_id": 12 + }, + "2410.03.341": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.41, B\u00fcro", "arch_name": "03.41@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68693", - "roomcode": "2410.03.341", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68694", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68693, + "usage_id": 12 + }, + "2410.03.342": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.42, B\u00fcro", "arch_name": "03.42@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68694", - "roomcode": "2410.03.342", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68692", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68694, + "usage_id": 12 + }, + "2410.03.343": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.43, B\u00fcro", "arch_name": "03.43@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68692", - "roomcode": "2410.03.343", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68695", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68692, + "usage_id": 12 + }, + "2410.03.344": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.44, B\u00fcro", "arch_name": "03.44@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68695", - "roomcode": "2410.03.344", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68696", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68695, + "usage_id": 12 + }, + "2410.03.345": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.45, B\u00fcro", "arch_name": "03.45@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68696", - "roomcode": "2410.03.345", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68697", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68696, + "usage_id": 12 + }, + "2410.03.346": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.46, B\u00fcro", "arch_name": "03.46@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68697", - "roomcode": "2410.03.346", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68698", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68697, + "usage_id": 12 + }, + "2410.03.347": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.47, B\u00fcro", "arch_name": "03.47@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68698", - "roomcode": "2410.03.347", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68733", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68698, + "usage_id": 12 + }, + "2410.03.348": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.48, B\u00fcro", "arch_name": "03.48@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68733", - "roomcode": "2410.03.348", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68687", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68733, + "usage_id": 12 + }, + "2410.03.360": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.60, B\u00fcro", "arch_name": "03.60@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68687", - "roomcode": "2410.03.360", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68688", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68687, + "usage_id": 12 + }, + "2410.03.362": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.62, B\u00fcro", "arch_name": "03.62@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68688", - "roomcode": "2410.03.362", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68689", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68688, + "usage_id": 12 + }, + "2410.03.364": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.64, B\u00fcro", "arch_name": "03.64@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68689", - "roomcode": "2410.03.364", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68690", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68689, + "usage_id": 12 + }, + "2410.03.366": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.66, B\u00fcro", "arch_name": "03.66@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68690", - "roomcode": "2410.03.366", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68691", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68690, + "usage_id": 12 + }, + "2410.03.368": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.68, B\u00fcro", "arch_name": "03.68@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68691", - "roomcode": "2410.03.368", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68709", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68691, + "usage_id": 12 + }, + "2410.03.381": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.81, B\u00fcro", "arch_name": "03.81@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68709", - "roomcode": "2410.03.381", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68682", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68709, + "usage_id": 12 + }, + "2410.03.382": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.82, B\u00fcro", "arch_name": "03.82@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68682", - "roomcode": "2410.03.382", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68683", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68682, + "usage_id": 12 + }, + "2410.03.383": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.83, B\u00fcro", "arch_name": "03.83@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68683", - "roomcode": "2410.03.383", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68684", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68683, + "usage_id": 12 + }, + "2410.03.384": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.84, B\u00fcro", "arch_name": "03.84@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68684", - "roomcode": "2410.03.384", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68710", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68684, + "usage_id": 12 + }, + "2410.03.385": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.85, B\u00fcro", "arch_name": "03.85@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68710", - "roomcode": "2410.03.385", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68685", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68710, + "usage_id": 12 + }, + "2410.03.386": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.86, B\u00fcro", "arch_name": "03.86@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68685", - "roomcode": "2410.03.386", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68686", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68685, + "usage_id": 12 + }, + "2410.03.387": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.87, B\u00fcro", "arch_name": "03.87@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68686", - "roomcode": "2410.03.387", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68708", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68686, + "usage_id": 12 + }, + "2410.03.388": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.88, Besprechung", "arch_name": "03.88@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68708", - "roomcode": "2410.03.388", - "usage": 196 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68711", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68708, + "usage_id": 196 + }, + "2410.03.390": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.90, Flur", "arch_name": "03.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68711", - "roomcode": "2410.03.390", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68699", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68711, + "usage_id": 222 + }, + "2410.03.391": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.91, Flur", "arch_name": "03.91@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68699", - "roomcode": "2410.03.391", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68712", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68699, + "usage_id": 222 + }, + "2410.03.392": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.92, Flur", "arch_name": "03.92@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68712", - "roomcode": "2410.03.392", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68713", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68712, + "usage_id": 222 + }, + "2410.03.393": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.93, Flur", "arch_name": "03.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68713", - "roomcode": "2410.03.393", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68949", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68713, + "usage_id": 222 + }, + "2410.03.397B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.97B, Install.", "arch_name": "03.97B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68949", - "roomcode": "2410.03.397B", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 3.OG", - "address_link": "ris.einzelraum?raumkey=68950", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68949, + "usage_id": 120 + }, + "2410.03.397F": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "03.97F, Install.", "arch_name": "03.97F@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68950", - "roomcode": "2410.03.397F", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=68998", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68950, + "usage_id": 120 + }, + "2410.DG.201": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.01, Vorraum Dachgeschoss", "arch_name": "D2.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68998", - "roomcode": "2410.DG.201", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=68920", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68998, + "usage_id": 222 + }, + "2410.DG.202": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.02, Treppe", "arch_name": "D2.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68920", - "roomcode": "2410.DG.202", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=68923", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68920, + "usage_id": 223 + }, + "2410.DG.203": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.03, Dachraum", "arch_name": "D2.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68923", - "roomcode": "2410.DG.203", - "usage": 159 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=68921", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68923, + "usage_id": 159 + }, + "2410.DG.204": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.04, Aufzugtechnik", "arch_name": "D2.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68921", - "roomcode": "2410.DG.204", - "usage": 5 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=68922", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68921, + "usage_id": 5 + }, + "2410.DG.205": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.05, Aufzugtechnik", "arch_name": "D2.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68922", - "roomcode": "2410.DG.205", - "usage": 5 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=68999", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68922, + "usage_id": 5 + }, + "2410.DG.206": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.06, Archiv/Technik", "arch_name": "D2.06@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68999", - "roomcode": "2410.DG.206", - "usage": 2 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=69000", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68999, + "usage_id": 2 + }, + "2410.DG.207": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D2.07, Technik", "arch_name": "D2.07@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69000", - "roomcode": "2410.DG.207", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, DG", - "address_link": "ris.einzelraum?raumkey=69019", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69000, + "usage_id": 120 + }, + "2410.DG.390": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "D3.90, Dachplattform mit K\u00e4ltemaschinen", "arch_name": "D3.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69019", - "roomcode": "2410.DG.390", - "usage": 137 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68431", + "area_id": 17, + "building_id": 2210, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69019, + "usage_id": 137 + }, + "2410.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.01, Empfang", "arch_name": "E.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68431", - "roomcode": "2410.EG.001", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68488", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68431, + "usage_id": 12 + }, + "2410.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.02, WC-Herren", "arch_name": "E.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68488", - "roomcode": "2410.EG.002", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68440", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68488, + "usage_id": 115 + }, + "2410.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.03, Umkleide", "arch_name": "E.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68440", - "roomcode": "2410.EG.003", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68480", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68440, + "usage_id": 121 + }, + "2410.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.04, WC-Damen", "arch_name": "E.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68480", - "roomcode": "2410.EG.004", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68441", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68480, + "usage_id": 116 + }, + "2410.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.05, K\u00fcche", "arch_name": "E.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68441", - "roomcode": "2410.EG.005", - "usage": 28 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68463", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68441, + "usage_id": 28 + }, + "2410.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.06, Server-EDV", "arch_name": "E.06@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68463", - "roomcode": "2410.EG.006", - "usage": 207 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68464", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68463, + "usage_id": 207 + }, + "2410.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.42, B\u00fcro", "arch_name": "E.42@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68464", - "roomcode": "2410.EG.007", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68465", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68464, + "usage_id": 12 + }, + "2410.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.08, Umkleide", "arch_name": "E.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68465", - "roomcode": "2410.EG.008", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68473", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68465, + "usage_id": 121 + }, + "2410.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.09, WC-Herren", "arch_name": "E.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68473", - "roomcode": "2410.EG.009", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68474", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68473, + "usage_id": 115 + }, + "2410.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.10, WC-Damen", "arch_name": "E.10@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68474", - "roomcode": "2410.EG.010", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68475", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68474, + "usage_id": 116 + }, + "2410.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.11, Copy", "arch_name": "E.11@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68475", - "roomcode": "2410.EG.011", - "usage": 110 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68492", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68475, + "usage_id": 110 + }, + "2410.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.12, BMZ", "arch_name": "E.12@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68492", - "roomcode": "2410.EG.012", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68444", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68492, + "usage_id": 120 + }, + "2410.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.20, Labor", "arch_name": "E.20@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68444", - "roomcode": "2410.EG.020", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68442", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68444, + "usage_id": 194 + }, + "2410.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.22, Labor", "arch_name": "E.22@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68442", - "roomcode": "2410.EG.022", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68478", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68442, + "usage_id": 194 + }, + "2410.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.24, Labor", "arch_name": "E.24@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68478", - "roomcode": "2410.EG.024", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68439", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68478, + "usage_id": 194 + }, + "2410.EG.026": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.26, Labor", "arch_name": "E.26@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68439", - "roomcode": "2410.EG.026", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68446", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68439, + "usage_id": 194 + }, + "2410.EG.028": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.28, Labor", "arch_name": "E.28@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68446", - "roomcode": "2410.EG.028", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68481", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68446, + "usage_id": 194 + }, + "2410.EG.029": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.29, Ruheraum", "arch_name": "E.29@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68481", - "roomcode": "2410.EG.029", - "usage": 178 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68447", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68481, + "usage_id": 178 + }, + "2410.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.30, Labor", "arch_name": "E.30@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68447", - "roomcode": "2410.EG.030", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68452", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68447, + "usage_id": 194 + }, + "2410.EG.042": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.42, B\u00fcro", "arch_name": "E.42@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68452", - "roomcode": "2410.EG.042", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68487", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68452, + "usage_id": 12 + }, + "2410.EG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.43, B\u00fcro", "arch_name": "E.43@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68487", - "roomcode": "2410.EG.043", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68489", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68487, + "usage_id": 12 + }, + "2410.EG.044": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.44, B\u00fcro", "arch_name": "E.44@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68489", - "roomcode": "2410.EG.044", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68601", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68489, + "usage_id": 12 + }, + "2410.EG.045": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.45, B\u00fcro", "arch_name": "E.45@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68601", - "roomcode": "2410.EG.045", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68602", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68601, + "usage_id": 12 + }, + "2410.EG.046": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.46, B\u00fcro", "arch_name": "E.46@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68602", - "roomcode": "2410.EG.046", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68603", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68602, + "usage_id": 12 + }, + "2410.EG.047": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.47, B\u00fcro", "arch_name": "E.47@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68603", - "roomcode": "2410.EG.047", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68604", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68603, + "usage_id": 12 + }, + "2410.EG.049": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.49, B\u00fcro", "arch_name": "E.49@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68604", - "roomcode": "2410.EG.049", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68571", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68604, + "usage_id": 12 + }, + "2410.EG.064": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.64, Server", "arch_name": "E.64@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68571", - "roomcode": "2410.EG.064", - "usage": 207 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68606", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68571, + "usage_id": 207 + }, + "2410.EG.065": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.65, Labor", "arch_name": "E.65@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68606", - "roomcode": "2410.EG.065", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68605", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68606, + "usage_id": 194 + }, + "2410.EG.066": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.66, Labor", "arch_name": "E.66@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68605", - "roomcode": "2410.EG.066", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68607", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68605, + "usage_id": 194 + }, + "2410.EG.070": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.70, Seminarraum", "arch_name": "E.70@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "extended": { - "additional_description": "E.70, Seminarraum", - "address": "He\u00dfstr. 134(2410), Erdgescho\u00df", - "architect_room_nr": "E.70@2410", - "area_m2": 47.2, - "building": "2410 He\u00dfstr. 134 (UMBAU)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "070", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68607", - "roomcode": "2410.EG.070", - "usage": 41 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68595", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68607, + "usage_id": 41 + }, + "2410.EG.080": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.80, B\u00fcro", "arch_name": "E.80@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68595", - "roomcode": "2410.EG.080", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68570", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68595, + "usage_id": 12 + }, + "2410.EG.081": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.81, B\u00fcro", "arch_name": "E.81@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68570", - "roomcode": "2410.EG.081", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68521", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68570, + "usage_id": 12 + }, + "2410.EG.082": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.82, B\u00fcro", "arch_name": "E.82@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68521", - "roomcode": "2410.EG.082", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68522", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68521, + "usage_id": 12 + }, + "2410.EG.083": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.83, B\u00fcro", "arch_name": "E.83@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68522", - "roomcode": "2410.EG.083", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68523", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68522, + "usage_id": 12 + }, + "2410.EG.084": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.84, B\u00fcro", "arch_name": "E.84@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68523", - "roomcode": "2410.EG.084", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68596", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68523, + "usage_id": 12 + }, + "2410.EG.085": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.85, B\u00fcro", "arch_name": "E.85@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68596", - "roomcode": "2410.EG.085", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68597", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68596, + "usage_id": 12 + }, + "2410.EG.086": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.86, B\u00fcro", "arch_name": "E.86@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68597", - "roomcode": "2410.EG.086", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68598", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68597, + "usage_id": 12 + }, + "2410.EG.087": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.87, B\u00fcro", "arch_name": "E.87@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68598", - "roomcode": "2410.EG.087", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68599", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68598, + "usage_id": 12 + }, + "2410.EG.088": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.88, B\u00fcro", "arch_name": "E.88@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68599", - "roomcode": "2410.EG.088", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68600", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68599, + "usage_id": 12 + }, + "2410.EG.089": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.88, B\u00fcro", "arch_name": "E.88@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68600", - "roomcode": "2410.EG.089", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68525", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68600, + "usage_id": 12 + }, + "2410.EG.090": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.90, Flur", "arch_name": "E.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68525", - "roomcode": "2410.EG.090", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68524", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68525, + "usage_id": 222 + }, + "2410.EG.091": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.91, Eingangsbereich", "arch_name": "E.91@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68524", - "roomcode": "2410.EG.091", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68572", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68524, + "usage_id": 222 + }, + "2410.EG.092": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.90, Treppenhaus", "arch_name": "E.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68572", - "roomcode": "2410.EG.092", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68526", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68572, + "usage_id": 222 + }, + "2410.EG.093": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.93, Flur", "arch_name": "E.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68526", - "roomcode": "2410.EG.093", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68573", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68526, + "usage_id": 222 + }, + "2410.EG.094": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.94, Flur", "arch_name": "E.94@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68573", - "roomcode": "2410.EG.094", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68527", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68573, + "usage_id": 222 + }, + "2410.EG.095": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.95, Flur", "arch_name": "E.95@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68527", - "roomcode": "2410.EG.095", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68574", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68527, + "usage_id": 222 + }, + "2410.EG.096": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.96, Flur", "arch_name": "E.96@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68574", - "roomcode": "2410.EG.096", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68551", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68574, + "usage_id": 222 + }, + "2410.EG.097A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.97, Personenaufzug", "arch_name": "E.97@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68551", - "roomcode": "2410.EG.097A", - "usage": 4 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=69003", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68551, + "usage_id": 4 + }, + "2410.EG.097B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.97B, Install.", "arch_name": "E.97B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69003", - "roomcode": "2410.EG.097B", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68552", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69003, + "usage_id": 120 + }, + "2410.EG.097E": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.97E, Personenaufzug", "arch_name": "E.97E@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68552", - "roomcode": "2410.EG.097E", - "usage": 4 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=68983", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68552, + "usage_id": 4 + }, + "2410.EG.097F": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.97F, Install.", "arch_name": "E.97F@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68983", - "roomcode": "2410.EG.097F", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=69025", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68983, + "usage_id": 120 + }, + "2410.EG.097G": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.97G, Install.", "arch_name": "E.97G@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69025", - "roomcode": "2410.EG.097G", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=69023", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69025, + "usage_id": 120 + }, + "2410.EG.098": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.98, Zugangstreppenbereich Aussen", "arch_name": "E.98@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69023", - "roomcode": "2410.EG.098", - "usage": 217 - }, - { - "address": "He\u00dfstr. 134, EG", - "address_link": "ris.einzelraum?raumkey=69024", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69023, + "usage_id": 217 + }, + "2410.EG.099": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "E.99, Zugangstreppenbereich Aussen", "arch_name": "E.99@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69024", - "roomcode": "2410.EG.099", - "usage": 217 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68529", + "area_id": 17, + "building_id": 2210, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69024, + "usage_id": 217 + }, + "2410.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.01, Aufenthalt", "arch_name": "U1.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68529", - "roomcode": "2410.U1.101", - "usage": 44 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68505", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68529, + "usage_id": 44 + }, + "2410.U1.102": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.02, Lager-K\u00fcche", "arch_name": "U1.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68505", - "roomcode": "2410.U1.102", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68561", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68505, + "usage_id": 30 + }, + "2410.U1.103": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.03, K\u00fcche", "arch_name": "U1.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68561", - "roomcode": "2410.U1.103", - "usage": 28 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68549", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68561, + "usage_id": 28 + }, + "2410.U1.104": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.04, WC-Herren", "arch_name": "U1.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68549", - "roomcode": "2410.U1.104", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68548", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68549, + "usage_id": 115 + }, + "2410.U1.105": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.05, WC-Vorraum Herren", "arch_name": "U1.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68548", - "roomcode": "2410.U1.105", - "usage": 118 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68623", - "alt_name": "U1.07, Seminarraum", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68548, + "usage_id": 118 + }, + "2410.U1.107A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, + "alt_name": "U1.07, Seminarraum", "arch_name": "U1.07@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=29952&cReadonly=J", - "extended": { - "additional_description": "U1.07, Seminarraum", - "address": "He\u00dfstr. 134(2410), 1.Untergescho\u00df", - "architect_room_nr": "U1.07@2410", - "area_m2": 85.8, - "building": "2410 He\u00dfstr. 134 (UMBAU)", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68623", - "roomcode": "2410.U1.107A", - "usage": 41 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68538", + "area_id": 17, + "building_id": 2210, + "calendar_resource_nr": 29952, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68623, + "usage_id": 41 + }, + "2410.U1.107B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.07B, Seminarraum", "arch_name": "U1.07B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "extended": { - "additional_description": "U1.07B, Seminarraum", - "address": "He\u00dfstr. 134(2410), 1.Untergescho\u00df", - "architect_room_nr": "U1.07B@2410", - "area_m2": 101.7, - "building": "2410 He\u00dfstr. 134 (UMBAU)", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107B", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68538", - "roomcode": "2410.U1.107B", - "usage": 41 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68539", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68538, + "usage_id": 41 + }, + "2410.U1.107C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.07C, Seminarraum", "arch_name": "U1.07C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "extended": { - "additional_description": "U1.07C, Seminarraum", - "address": "He\u00dfstr. 134(2410), 1.Untergescho\u00df", - "architect_room_nr": "U1.07C@2410", - "area_m2": 84.5, - "building": "2410 He\u00dfstr. 134 (UMBAU)", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107C", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68539", - "roomcode": "2410.U1.107C", - "usage": 41 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68530", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68539, + "usage_id": 41 + }, + "2410.U1.108": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.08, Seminarraum", "arch_name": "U1.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "extended": { - "additional_description": "U1.08, Seminarraum", - "address": "He\u00dfstr. 134(2410), 1.Untergescho\u00df", - "architect_room_nr": "U1.08@2410", - "area_m2": 46.16, - "building": "2410 He\u00dfstr. 134 (UMBAU)", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "108", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80797 M\u00fcnchen" - }, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68530", - "roomcode": "2410.U1.108", - "usage": 41 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68506", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68530, + "usage_id": 41 + }, + "2410.U1.109": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.09, Beh.-WC", "arch_name": "U1.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68506", - "roomcode": "2410.U1.109", - "usage": 117 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68625", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68506, + "usage_id": 117 + }, + "2410.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.10, WC-Herren", "arch_name": "U1.10@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68625", - "roomcode": "2410.U1.110", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68547", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68625, + "usage_id": 115 + }, + "2410.U1.111": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.11, Labor", "arch_name": "U1.11@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68547", - "roomcode": "2410.U1.111", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68628", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68547, + "usage_id": 194 + }, + "2410.U1.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.11A, WC-Damen", "arch_name": "U1.11A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68628", - "roomcode": "2410.U1.111A", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68629", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68628, + "usage_id": 116 + }, + "2410.U1.111B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.11B, WC-Damen", "arch_name": "U1.11B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68629", - "roomcode": "2410.U1.111B", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68536", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68629, + "usage_id": 116 + }, + "2410.U1.111C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.11C, WC-Herren", "arch_name": "U1.11C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68536", - "roomcode": "2410.U1.111C", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68537", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68536, + "usage_id": 115 + }, + "2410.U1.111D": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.11D, WC-Herren", "arch_name": "U1.11D@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68537", - "roomcode": "2410.U1.111D", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68546", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68537, + "usage_id": 115 + }, + "2410.U1.112": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.12, Labor", "arch_name": "U1.12@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68546", - "roomcode": "2410.U1.112", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68545", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68546, + "usage_id": 194 + }, + "2410.U1.114": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.14, Fernmeldetechnik", "arch_name": "U1.14@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68545", - "roomcode": "2410.U1.114", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68911", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68545, + "usage_id": 120 + }, + "2410.U1.119": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.19, Trafo Flur", "arch_name": "U1.19@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68911", - "roomcode": "2410.U1.119", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68558", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68911, + "usage_id": 222 + }, + "2410.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.20, Dol.Kab.", "arch_name": "U1.20@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68558", - "roomcode": "2410.U1.120", - "usage": 153 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68557", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68558, + "usage_id": 153 + }, + "2410.U1.121": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.21, Technik", "arch_name": "U1.21@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68557", - "roomcode": "2410.U1.121", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68556", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68557, + "usage_id": 120 + }, + "2410.U1.122": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.22, Dol.Kab.", "arch_name": "U1.22@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68556", - "roomcode": "2410.U1.122", - "usage": 153 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68555", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68556, + "usage_id": 153 + }, + "2410.U1.123": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.23, Dol.Kab.", "arch_name": "U1.23@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68555", - "roomcode": "2410.U1.123", - "usage": 153 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68554", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68555, + "usage_id": 153 + }, + "2410.U1.124": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.24, Technik", "arch_name": "U1.24@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68554", - "roomcode": "2410.U1.124", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68553", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68554, + "usage_id": 120 + }, + "2410.U1.125": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.25, Dol.Kab.", "arch_name": "U1.25@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68553", - "roomcode": "2410.U1.125", - "usage": 153 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68541", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68553, + "usage_id": 153 + }, + "2410.U1.126": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.26, Dol.Kab.", "arch_name": "U1.26@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68541", - "roomcode": "2410.U1.126", - "usage": 153 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68540", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68541, + "usage_id": 153 + }, + "2410.U1.127": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.27, Technik", "arch_name": "U1.27@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68540", - "roomcode": "2410.U1.127", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68624", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68540, + "usage_id": 120 + }, + "2410.U1.128": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.28, Dol.Kab.", "arch_name": "U1.28@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68624", - "roomcode": "2410.U1.128", - "usage": 153 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68532", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68624, + "usage_id": 153 + }, + "2410.U1.133": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.33, Aufenthalt", "arch_name": "U1.33@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68532", - "roomcode": "2410.U1.133", - "usage": 44 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68626", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68532, + "usage_id": 44 + }, + "2410.U1.134": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.34, WC-Damen", "arch_name": "U1.34@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68626", - "roomcode": "2410.U1.134", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68531", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68626, + "usage_id": 116 + }, + "2410.U1.135": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.35, Umkleide/WC", "arch_name": "U1.35@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68531", - "roomcode": "2410.U1.135", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68533", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68531, + "usage_id": 121 + }, + "2410.U1.136": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.36, Umkleide", "arch_name": "U1.36@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68533", - "roomcode": "2410.U1.136", - "usage": 121 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68534", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68533, + "usage_id": 121 + }, + "2410.U1.137": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.37, B\u00fcro", "arch_name": "U1.37@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68534", - "roomcode": "2410.U1.137", - "usage": 12 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68535", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68534, + "usage_id": 12 + }, + "2410.U1.138": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.38, Besprechung", "arch_name": "U1.38@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68535", - "roomcode": "2410.U1.138", - "usage": 196 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68929", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68535, + "usage_id": 196 + }, + "2410.U1.139": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.39, Oberes Technikum", "arch_name": "U1.39@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68929", - "roomcode": "2410.U1.139", - "usage": 49 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68952", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68929, + "usage_id": 49 + }, + "2410.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.40, Lager", "arch_name": "U1.40@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68952", - "roomcode": "2410.U1.140", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68951", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68952, + "usage_id": 30 + }, + "2410.U1.141": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.41, Lager", "arch_name": "U1.41@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68951", - "roomcode": "2410.U1.141", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68928", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68951, + "usage_id": 30 + }, + "2410.U1.142": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.42, Lager", "arch_name": "U1.42@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68928", - "roomcode": "2410.U1.142", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68939", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68928, + "usage_id": 30 + }, + "2410.U1.144": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.44, Werkstatt", "arch_name": "U1.44@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68939", - "roomcode": "2410.U1.144", - "usage": 49 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68550", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68939, + "usage_id": 49 + }, + "2410.U1.147": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.47, Sprinklertank", "arch_name": "U1.47@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68550", - "roomcode": "2410.U1.147", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68560", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68550, + "usage_id": 120 + }, + "2410.U1.190": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.90, Flur", "arch_name": "U1.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68560", - "roomcode": "2410.U1.190", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68542", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68560, + "usage_id": 222 + }, + "2410.U1.191": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.91, Treppenhaus", "arch_name": "U1.91@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68542", - "roomcode": "2410.U1.191", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68528", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68542, + "usage_id": 223 + }, + "2410.U1.192": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.92, Flur", "arch_name": "U1.92@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68528", - "roomcode": "2410.U1.192", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68543", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68528, + "usage_id": 222 + }, + "2410.U1.193": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.93, Flur", "arch_name": "U1.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68543", - "roomcode": "2410.U1.193", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68544", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68543, + "usage_id": 222 + }, + "2410.U1.194": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.94, Flur", "arch_name": "U1.94@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68544", - "roomcode": "2410.U1.194", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68627", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68544, + "usage_id": 223 + }, + "2410.U1.195": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.95, Treppe im Freien", "arch_name": "U1.95@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68627", - "roomcode": "2410.U1.195", - "usage": 7 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68559", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68627, + "usage_id": 7 + }, + "2410.U1.196": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.96, Flur", "arch_name": "U1.96@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68559", - "roomcode": "2410.U1.196", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68622", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68559, + "usage_id": 222 + }, + "2410.U1.197": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.97, Flur", "arch_name": "U1.97@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68622", - "roomcode": "2410.U1.197", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68930", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68622, + "usage_id": 222 + }, + "2410.U1.197B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.97B, Install.", "arch_name": "U1.97B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68930", - "roomcode": "2410.U1.197B", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68931", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68930, + "usage_id": 120 + }, + "2410.U1.197C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.97C, Install.", "arch_name": "U1.97C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68931", - "roomcode": "2410.U1.197C", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68940", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68931, + "usage_id": 120 + }, + "2410.U1.197F": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.97F, Install.", "arch_name": "U1.97F@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68940", - "roomcode": "2410.U1.197F", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 1.UG", - "address_link": "ris.einzelraum?raumkey=68941", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68940, + "usage_id": 120 + }, + "2410.U1.197G": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U1.97G, Install.", "arch_name": "U1.97G@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68941", - "roomcode": "2410.U1.197G", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68985", + "area_id": 17, + "building_id": 2210, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68941, + "usage_id": 120 + }, + "2410.U2.201": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.01, L\u00fcftung", "arch_name": "U2.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68985", - "roomcode": "2410.U2.201", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68754", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68985, + "usage_id": 32 + }, + "2410.U2.203": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.03, WC-Damen", "arch_name": "U2.03@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68754", - "roomcode": "2410.U2.203", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68753", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68754, + "usage_id": 116 + }, + "2410.U2.204": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.04, WC-Damen", "arch_name": "U2.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68753", - "roomcode": "2410.U2.204", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68752", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68753, + "usage_id": 116 + }, + "2410.U2.205": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.05, WC-Herren", "arch_name": "U2.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68752", - "roomcode": "2410.U2.205", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68751", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68752, + "usage_id": 115 + }, + "2410.U2.206": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.06, WC-Herren", "arch_name": "U2.06@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68751", - "roomcode": "2410.U2.206", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68715", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68751, + "usage_id": 115 + }, + "2410.U2.207": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.07, WC-Herren", "arch_name": "U2.07@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68715", - "roomcode": "2410.U2.207", - "usage": 115 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68714", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68715, + "usage_id": 115 + }, + "2410.U2.208": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.08, WC-Damen", "arch_name": "U2.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68714", - "roomcode": "2410.U2.208", - "usage": 116 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68984", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68714, + "usage_id": 116 + }, + "2410.U2.209": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.09, Hausanschluss", "arch_name": "U2.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68984", - "roomcode": "2410.U2.209", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68739", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68984, + "usage_id": 120 + }, + "2410.U2.215": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.15, Labor", "arch_name": "U2.15@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68739", - "roomcode": "2410.U2.215", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68750", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68739, + "usage_id": 194 + }, + "2410.U2.216": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.16, Labor", "arch_name": "U2.16@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68750", - "roomcode": "2410.U2.216", - "usage": 194 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68912", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68750, + "usage_id": 194 + }, + "2410.U2.219": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.19, Tiefgarage", "arch_name": "U2.19@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68912", - "roomcode": "2410.U2.219", - "usage": 204 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68643", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68912, + "usage_id": 204 + }, + "2410.U2.220": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.20, Steuerungsanlage", "arch_name": "U2.20@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68643", - "roomcode": "2410.U2.220", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68642", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68643, + "usage_id": 120 + }, + "2410.U2.221": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.21, Steuerungsanlage", "arch_name": "U2.21@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68642", - "roomcode": "2410.U2.221", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=69005", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68642, + "usage_id": 120 + }, + "2410.U2.222": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.22, L\u00fcftungszentrale", "arch_name": "U2.22@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69005", - "roomcode": "2410.U2.222", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=69006", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69005, + "usage_id": 32 + }, + "2410.U2.223": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.23, Lager", "arch_name": "U2.23@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69006", - "roomcode": "2410.U2.223", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=69007", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69006, + "usage_id": 30 + }, + "2410.U2.224": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.24, Sprinklerzentrale", "arch_name": "U2.24@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69007", - "roomcode": "2410.U2.224", - "usage": 183 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68953", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69007, + "usage_id": 183 + }, + "2410.U2.229": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.29, Tiefgarage", "arch_name": "U2.29@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68953", - "roomcode": "2410.U2.229", - "usage": 204 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68913", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68953, + "usage_id": 204 + }, + "2410.U2.290": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.90, Flur", "arch_name": "U2.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68913", - "roomcode": "2410.U2.290", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68914", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68913, + "usage_id": 222 + }, + "2410.U2.291": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.91, Flur", "arch_name": "U2.91@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68914", - "roomcode": "2410.U2.291", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68915", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68914, + "usage_id": 222 + }, + "2410.U2.292": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.92, Flur", "arch_name": "U2.92@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68915", - "roomcode": "2410.U2.292", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68916", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68915, + "usage_id": 222 + }, + "2410.U2.293": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.93, Flur", "arch_name": "U2.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68916", - "roomcode": "2410.U2.293", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68986", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68916, + "usage_id": 222 + }, + "2410.U2.294": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.94, Flur", "arch_name": "U2.94@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68986", - "roomcode": "2410.U2.294", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68987", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68986, + "usage_id": 222 + }, + "2410.U2.295": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.95, Flur", "arch_name": "U2.95@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68987", - "roomcode": "2410.U2.295", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68989", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68987, + "usage_id": 222 + }, + "2410.U2.295A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.95A, Abluft", "arch_name": "U2.95A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68989", - "roomcode": "2410.U2.295A", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68990", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68989, + "usage_id": 32 + }, + "2410.U2.295B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.95B, Abluft", "arch_name": "U2.95B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68990", - "roomcode": "2410.U2.295B", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68988", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68990, + "usage_id": 32 + }, + "2410.U2.295C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.95C, Treppe", "arch_name": "U2.95C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68988", - "roomcode": "2410.U2.295C", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68954", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68988, + "usage_id": 223 + }, + "2410.U2.296": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.96, Flur/L\u00fcftung Seminarr.", "arch_name": "U2.96@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68954", - "roomcode": "2410.U2.296", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68955", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68954, + "usage_id": 222 + }, + "2410.U2.297": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.97, Flur", "arch_name": "U2.97@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68955", - "roomcode": "2410.U2.297", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=69008", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68955, + "usage_id": 222 + }, + "2410.U2.298": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.98, Flur", "arch_name": "U2.98@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69008", - "roomcode": "2410.U2.298", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=69009", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69008, + "usage_id": 222 + }, + "2410.U2.298A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.98A, Treppe", "arch_name": "U2.98A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69009", - "roomcode": "2410.U2.298A", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 2.UG", - "address_link": "ris.einzelraum?raumkey=68956", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69009, + "usage_id": 223 + }, + "2410.U2.298B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U2.98B, Flur", "arch_name": "U2.98B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68956", - "roomcode": "2410.U2.298B", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68964", + "area_id": 17, + "building_id": 2210, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68956, + "usage_id": 222 + }, + "2410.U3.098C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.98C, Schacht f. Lastenaufzug", "arch_name": "U3.98C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68964", - "roomcode": "2410.U3.098C", - "usage": 195 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69010", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68964, + "usage_id": 195 + }, + "2410.U3.301": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.01, Werkstatt/Lager", "arch_name": "U3.01@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69010", - "roomcode": "2410.U3.301", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68918", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69010, + "usage_id": 30 + }, + "2410.U3.302": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.02, Fernw\u00e4rme", "arch_name": "U3.02@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68918", - "roomcode": "2410.U3.302", - "usage": 201 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68644", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68918, + "usage_id": 201 + }, + "2410.U3.304": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.04, WC", "arch_name": "U3.04@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68644", - "roomcode": "2410.U3.304", - "usage": 114 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69011", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68644, + "usage_id": 114 + }, + "2410.U3.305": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.05, L\u00fcftungszentrale", "arch_name": "U3.05@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69011", - "roomcode": "2410.U3.305", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68919", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69011, + "usage_id": 32 + }, + "2410.U3.308": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.08, Lager", "arch_name": "U3.08@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68919", - "roomcode": "2410.U3.308", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68994", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68919, + "usage_id": 30 + }, + "2410.U3.309": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.09, Lager", "arch_name": "U3.09@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68994", - "roomcode": "2410.U3.309", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68993", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68994, + "usage_id": 30 + }, + "2410.U3.310": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.10, Lager", "arch_name": "U3.10@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68993", - "roomcode": "2410.U3.310", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68957", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68993, + "usage_id": 30 + }, + "2410.U3.312": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.12, Dampfkessel", "arch_name": "U3.12@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68957", - "roomcode": "2410.U3.312", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68917", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68957, + "usage_id": 120 + }, + "2410.U3.313": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.13, Unteres Technikum", "arch_name": "U3.13@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68917", - "roomcode": "2410.U3.313", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68958", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68917, + "usage_id": 120 + }, + "2410.U3.314": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.14, Steuerung", "arch_name": "U3.14@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68958", - "roomcode": "2410.U3.314", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68959", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68958, + "usage_id": 120 + }, + "2410.U3.315": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.15, Lager", "arch_name": "U3.15@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68959", - "roomcode": "2410.U3.315", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68961", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68959, + "usage_id": 30 + }, + "2410.U3.315A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.15A, Aufzugsmaschinenajum", "arch_name": "U3.15A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68961", - "roomcode": "2410.U3.315A", - "usage": 5 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68996", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68961, + "usage_id": 5 + }, + "2410.U3.318": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.18, Falltisch", "arch_name": "U3.18@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68996", - "roomcode": "2410.U3.318", - "usage": 30 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69014", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68996, + "usage_id": 30 + }, + "2410.U3.390": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.90, Flur", "arch_name": "U3.90@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69014", - "roomcode": "2410.U3.390", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69013", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69014, + "usage_id": 222 + }, + "2410.U3.392": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.92, Flur", "arch_name": "U3.92@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69013", - "roomcode": "2410.U3.392", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69012", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69013, + "usage_id": 222 + }, + "2410.U3.393": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.93, Flur", "arch_name": "U3.93@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69012", - "roomcode": "2410.U3.393", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68995", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69012, + "usage_id": 222 + }, + "2410.U3.394": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.94, Flur", "arch_name": "U3.94@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68995", - "roomcode": "2410.U3.394", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68997", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68995, + "usage_id": 222 + }, + "2410.U3.395": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.95, Treppe", "arch_name": "U3.95@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68997", - "roomcode": "2410.U3.395", - "usage": 223 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68960", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68997, + "usage_id": 223 + }, + "2410.U3.396": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.96, Flur", "arch_name": "U3.96@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68960", - "roomcode": "2410.U3.396", - "usage": 222 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68991", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68960, + "usage_id": 222 + }, + "2410.U3.397A": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.97A, Schacht f. Personenaufzug", "arch_name": "U3.97A@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68991", - "roomcode": "2410.U3.397A", - "usage": 195 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69015", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68991, + "usage_id": 195 + }, + "2410.U3.397B": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.97B, Install.", "arch_name": "U3.97B@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69015", - "roomcode": "2410.U3.397B", - "usage": 120 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69018", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69015, + "usage_id": 120 + }, + "2410.U3.397C": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.97C, Raumluft", "arch_name": "U3.97C@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69018", - "roomcode": "2410.U3.397C", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69017", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69018, + "usage_id": 32 + }, + "2410.U3.397D": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.97D, Raumluft", "arch_name": "U3.97D@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69017", - "roomcode": "2410.U3.397D", - "usage": 32 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=68992", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69017, + "usage_id": 32 + }, + "2410.U3.397E": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.97E, Schacht f. Personenaufzug", "arch_name": "U3.97E@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68992", - "roomcode": "2410.U3.397E", - "usage": 195 - }, - { - "address": "He\u00dfstr. 134, 3.UG", - "address_link": "ris.einzelraum?raumkey=69016", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68992, + "usage_id": 195 + }, + "2410.U3.397F": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "alt_name": "U3.97F, Install.", "arch_name": "U3.97F@2410", - "b_area_id": 17, - "b_filter_id": 2210, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80797 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69016", - "roomcode": "2410.U3.397F", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68292", + "area_id": 17, + "building_id": 2210, + "floor_level": "3.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69016, + "usage_id": 120 + }, + "2522.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.1, Labor", "arch_name": "22.1.1@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68292", - "roomcode": "2522.01.001", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68293", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68292, + "usage_id": 102 + }, + "2522.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.3, Labor", "arch_name": "22.1.3@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68293", - "roomcode": "2522.01.003", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68294", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68293, + "usage_id": 102 + }, + "2522.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.6, Labor", "arch_name": "22.1.6@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68294", - "roomcode": "2522.01.006", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68295", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68294, + "usage_id": 102 + }, + "2522.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.8, Labor", "arch_name": "22.1.8@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68295", - "roomcode": "2522.01.008", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68296", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68295, + "usage_id": 102 + }, + "2522.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.10, Labor", "arch_name": "22.1.10@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68296", - "roomcode": "2522.01.010", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68347", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68296, + "usage_id": 102 + }, + "2522.01.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.17, B\u00fcro", "arch_name": "22.1.17@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68347", - "roomcode": "2522.01.017", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68297", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68347, + "usage_id": 12 + }, + "2522.01.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.18, B\u00fcro", "arch_name": "22.1.18@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68297", - "roomcode": "2522.01.018", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68298", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68297, + "usage_id": 12 + }, + "2522.01.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.19, B\u00fcro", "arch_name": "22.1.19@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68298", - "roomcode": "2522.01.019", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68299", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68298, + "usage_id": 12 + }, + "2522.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.20, B\u00fcro", "arch_name": "22.1.20@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68299", - "roomcode": "2522.01.020", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68300", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68299, + "usage_id": 12 + }, + "2522.01.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.21, B\u00fcro", "arch_name": "22.1.21@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68300", - "roomcode": "2522.01.021", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68348", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68300, + "usage_id": 12 + }, + "2522.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.22, Kopierraum", "arch_name": "22.1.22@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68348", - "roomcode": "2522.01.022", - "usage": 110 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68349", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68348, + "usage_id": 110 + }, + "2522.01.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.23, Teek\u00fcche", "arch_name": "22.1.23@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68349", - "roomcode": "2522.01.023", - "usage": 198 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68350", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68349, + "usage_id": 198 + }, + "2522.01.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.24, B\u00fcro", "arch_name": "22.1.24@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68350", - "roomcode": "2522.01.024", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68351", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68350, + "usage_id": 12 + }, + "2522.01.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.25, B\u00fcro", "arch_name": "22.1.25@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68351", - "roomcode": "2522.01.025", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68352", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68351, + "usage_id": 12 + }, + "2522.01.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.26, B\u00fcro", "arch_name": "22.1.26@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68352", - "roomcode": "2522.01.026", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68353", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68352, + "usage_id": 12 + }, + "2522.01.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.27, Seminarraum", "arch_name": "22.1.27@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": "tvKalender.wSicht?cOrg=48237&cRes=32412&cReadonly=J", - "extended": { - "additional_description": "22.1.27, Seminarraum", - "address": "Einsteinstr. 25(2522), 1.Obergescho\u00df", - "architect_room_nr": "22.1.27@2522", - "area_m2": 32.93, - "building": "2522 Center for Translational Cancer Research", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "027", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68353", - "roomcode": "2522.01.027", - "usage": 41 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68331", + "area_id": 22, + "building_id": 2129, + "calendar_resource_nr": 32412, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68353, + "usage_id": 41 + }, + "2522.01.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.28, B\u00fcro", "arch_name": "22.1.28@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68331", - "roomcode": "2522.01.028", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68332", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68331, + "usage_id": 12 + }, + "2522.01.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.29, B\u00fcro", "arch_name": "22.1.29@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68332", - "roomcode": "2522.01.029", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68333", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68332, + "usage_id": 12 + }, + "2522.01.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.30, B\u00fcro", "arch_name": "22.1.30@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68333", - "roomcode": "2522.01.030", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68334", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68333, + "usage_id": 12 + }, + "2522.01.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.31, B\u00fcro", "arch_name": "22.1.31@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68334", - "roomcode": "2522.01.031", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68335", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68334, + "usage_id": 12 + }, + "2522.01.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.33, B\u00fcro", "arch_name": "22.1.33@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68335", - "roomcode": "2522.01.033", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68336", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68335, + "usage_id": 12 + }, + "2522.01.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.36, Labor", "arch_name": "22.1.36@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68336", - "roomcode": "2522.01.036", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68301", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68336, + "usage_id": 102 + }, + "2522.01.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.38, Labor", "arch_name": "22.1.38@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68301", - "roomcode": "2522.01.038", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68302", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68301, + "usage_id": 102 + }, + "2522.01.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.40, Labor", "arch_name": "22.1.40@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68302", - "roomcode": "2522.01.040", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68303", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68302, + "usage_id": 102 + }, + "2522.01.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.42, Lager", "arch_name": "22.1.42@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68303", - "roomcode": "2522.01.042", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68304", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68303, + "usage_id": 30 + }, + "2522.01.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.44, Labor", "arch_name": "22.1.44@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68304", - "roomcode": "2522.01.044", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68305", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68304, + "usage_id": 102 + }, + "2522.01.046": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.46, Labor", "arch_name": "22.1.46@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68305", - "roomcode": "2522.01.046", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68306", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68305, + "usage_id": 102 + }, + "2522.01.047": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.47, Dunkelkammer", "arch_name": "22.1.47@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68306", - "roomcode": "2522.01.047", - "usage": 104 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68307", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68306, + "usage_id": 104 + }, + "2522.01.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.48, K\u00fchlraum", "arch_name": "22.1.48@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68307", - "roomcode": "2522.01.048", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68308", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68307, + "usage_id": 199 + }, + "2522.01.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.49, Sp\u00fclk\u00fcche", "arch_name": "22.1.49@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68308", - "roomcode": "2522.01.049", - "usage": 209 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68309", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68308, + "usage_id": 209 + }, + "2522.01.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.50, Lager", "arch_name": "22.1.50@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68309", - "roomcode": "2522.01.050", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68310", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68309, + "usage_id": 30 + }, + "2522.01.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.51, K\u00fchlzelle", "arch_name": "22.1.51@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68310", - "roomcode": "2522.01.051", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68311", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68310, + "usage_id": 199 + }, + "2522.01.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.52, Dunkelkammer", "arch_name": "22.1.52@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68311", - "roomcode": "2522.01.052", - "usage": 104 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68312", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68311, + "usage_id": 104 + }, + "2522.01.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.53, K\u00fchlraum", "arch_name": "22.1.53@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68312", - "roomcode": "2522.01.053", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68315", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68312, + "usage_id": 199 + }, + "2522.01.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.55, Tierraum", "arch_name": "22.1.55@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68315", - "roomcode": "2522.01.055", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68337", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68315, + "usage_id": 106 + }, + "2522.01.055A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.55A, Vorraum Tierraum", "arch_name": "22.1.55A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68337", - "roomcode": "2522.01.055A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68338", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68337, + "usage_id": 222 + }, + "2522.01.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.56, Schleuse", "arch_name": "22.1.56@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68338", - "roomcode": "2522.01.056", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68317", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68338, + "usage_id": 105 + }, + "2522.01.059": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.59, Beh.-WC", "arch_name": "22.1.59@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68317", - "roomcode": "2522.01.059", - "usage": 117 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68320", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68317, + "usage_id": 117 + }, + "2522.01.062": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.62, WC-Herren", "arch_name": "22.1.62@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68320", - "roomcode": "2522.01.062", - "usage": 115 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68339", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68320, + "usage_id": 115 + }, + "2522.01.062A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.62A, WC-Vorraum Herren", "arch_name": "22.1.62A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68339", - "roomcode": "2522.01.062A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68340", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68339, + "usage_id": 118 + }, + "2522.01.063": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.63, Gardarobe", "arch_name": "22.1.63@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68340", - "roomcode": "2522.01.063", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68321", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68340, + "usage_id": 121 + }, + "2522.01.064": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.64, WC-Damen", "arch_name": "22.1.64@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68321", - "roomcode": "2522.01.064", - "usage": 116 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68322", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68321, + "usage_id": 116 + }, + "2522.01.064A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.64A, WC-Vorraum Damen", "arch_name": "22.1.64A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68322", - "roomcode": "2522.01.064A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68341", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68322, + "usage_id": 118 + }, + "2522.01.067": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.67, K\u00fchlzelle", "arch_name": "22.1.67@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68341", - "roomcode": "2522.01.067", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68328", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68341, + "usage_id": 199 + }, + "2522.01.071": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.71, Lager", "arch_name": "22.1.71@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68328", - "roomcode": "2522.01.071", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68329", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68328, + "usage_id": 30 + }, + "2522.01.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.100, Flur BA2", "arch_name": "22.1.100@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68329", - "roomcode": "2522.01.100", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68342", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68329, + "usage_id": 222 + }, + "2522.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.110, Flur BA1", "arch_name": "22.1.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68342", - "roomcode": "2522.01.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68330", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68342, + "usage_id": 222 + }, + "2522.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.120, Flur BA1", "arch_name": "22.1.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68330", - "roomcode": "2522.01.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68361", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68330, + "usage_id": 222 + }, + "2522.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.130, Flur BA3", "arch_name": "22.1.130@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68361", - "roomcode": "2522.01.130", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68362", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68361, + "usage_id": 222 + }, + "2522.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.140, Flur BA3", "arch_name": "22.1.140@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68362", - "roomcode": "2522.01.140", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68363", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68362, + "usage_id": 222 + }, + "2522.01.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.150, Flur BA3", "arch_name": "22.1.150@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68363", - "roomcode": "2522.01.150", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68364", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68363, + "usage_id": 222 + }, + "2522.01.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.160, Flur BA2", "arch_name": "22.1.160@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68364", - "roomcode": "2522.01.160", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68365", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68364, + "usage_id": 222 + }, + "2522.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.200, Treppe", "arch_name": "22.1.200@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68365", - "roomcode": "2522.01.200", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68366", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68365, + "usage_id": 223 + }, + "2522.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.210, Treppenhaus 1", "arch_name": "22.1.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68366", - "roomcode": "2522.01.210", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68367", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68366, + "usage_id": 223 + }, + "2522.01.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.220, Treppenhaus 2", "arch_name": "22.1.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68367", - "roomcode": "2522.01.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68368", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68367, + "usage_id": 223 + }, + "2522.01.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.270, Schacht-HLSK 6", "arch_name": "22.1.270@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68368", - "roomcode": "2522.01.270", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68369", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68368, + "usage_id": 195 + }, + "2522.01.280": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.280, Schacht-HLSK 5", "arch_name": "22.1.280@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68369", - "roomcode": "2522.01.280", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68370", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68369, + "usage_id": 195 + }, + "2522.01.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.290, Schacht-HLSK 4", "arch_name": "22.1.290@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68370", - "roomcode": "2522.01.290", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68343", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68370, + "usage_id": 195 + }, + "2522.01.300A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.300A, Schacht-HLSK 3A", "arch_name": "22.1.300A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68343", - "roomcode": "2522.01.300A", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68344", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68343, + "usage_id": 195 + }, + "2522.01.300C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.300C, Schacht-HLSK 3C", "arch_name": "22.1.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68344", - "roomcode": "2522.01.300C", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68345", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68344, + "usage_id": 195 + }, + "2522.01.300D": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.300D, Schacht-HLSK 3D", "arch_name": "22.1.300D@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68345", - "roomcode": "2522.01.300D", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68346", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68345, + "usage_id": 195 + }, + "2522.01.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.310, Schacht-HLSK 2", "arch_name": "22.1.310@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68346", - "roomcode": "2522.01.310", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.OG", - "address_link": "ris.einzelraum?raumkey=68358", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68346, + "usage_id": 195 + }, + "2522.01.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.1.450, Schacht-HLSK 3B", "arch_name": "22.1.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68358", - "roomcode": "2522.01.450", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68051", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68358, + "usage_id": 195 + }, + "2522.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.1, Labor", "arch_name": "22.2.1@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68051", - "roomcode": "2522.02.001", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68052", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68051, + "usage_id": 102 + }, + "2522.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.4, Labor", "arch_name": "22.2.4@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68052", - "roomcode": "2522.02.004", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68053", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68052, + "usage_id": 102 + }, + "2522.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.5, Labor", "arch_name": "22.2.5@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68053", - "roomcode": "2522.02.005", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68054", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68053, + "usage_id": 102 + }, + "2522.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.9, Labor", "arch_name": "22.2.9@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68054", - "roomcode": "2522.02.009", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68055", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68054, + "usage_id": 102 + }, + "2522.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.10, Labor", "arch_name": "22.2.10@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68055", - "roomcode": "2522.02.010", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68056", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68055, + "usage_id": 102 + }, + "2522.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.13, Labor", "arch_name": "22.2.13@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68056", - "roomcode": "2522.02.013", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68057", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68056, + "usage_id": 102 + }, + "2522.02.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.15, Labor", "arch_name": "22.2.15@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68057", - "roomcode": "2522.02.015", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68058", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68057, + "usage_id": 102 + }, + "2522.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.17, B\u00fcro", "arch_name": "22.2.17@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68058", - "roomcode": "2522.02.017", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68059", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68058, + "usage_id": 12 + }, + "2522.02.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.18, B\u00fcro", "arch_name": "22.2.18@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68059", - "roomcode": "2522.02.018", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68060", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68059, + "usage_id": 12 + }, + "2522.02.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.19, B\u00fcro", "arch_name": "22.2.19@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68060", - "roomcode": "2522.02.019", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68061", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68060, + "usage_id": 12 + }, + "2522.02.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.20, B\u00fcro", "arch_name": "22.2.20@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68061", - "roomcode": "2522.02.020", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68062", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68061, + "usage_id": 12 + }, + "2522.02.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.21, B\u00fcro", "arch_name": "22.2.21@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68062", - "roomcode": "2522.02.021", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68063", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68062, + "usage_id": 12 + }, + "2522.02.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.22, B\u00fcro", "arch_name": "22.2.22@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68063", - "roomcode": "2522.02.022", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68064", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68063, + "usage_id": 12 + }, + "2522.02.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.23, Teek\u00fcche", "arch_name": "22.2.23@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68064", - "roomcode": "2522.02.023", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68065", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68064, + "usage_id": 12 + }, + "2522.02.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.24, B\u00fcro", "arch_name": "22.2.24@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68065", - "roomcode": "2522.02.024", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68066", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68065, + "usage_id": 12 + }, + "2522.02.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.25, B\u00fcro", "arch_name": "22.2.25@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68066", - "roomcode": "2522.02.025", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68067", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68066, + "usage_id": 12 + }, + "2522.02.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.26, B\u00fcro", "arch_name": "22.2.26@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68067", - "roomcode": "2522.02.026", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68068", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68067, + "usage_id": 12 + }, + "2522.02.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.27, B\u00fcro", "arch_name": "22.2.27@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68068", - "roomcode": "2522.02.027", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68069", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68068, + "usage_id": 12 + }, + "2522.02.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.29, Seminarraum", "arch_name": "22.2.29@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "extended": { - "additional_description": "22.2.29, Seminarraum", - "address": "Einsteinstr. 25(2522), 2.Obergescho\u00df", - "architect_room_nr": "22.2.29@2522", - "area_m2": 32.92, - "building": "2522 Center for Translational Cancer Research", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "029", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68069", - "roomcode": "2522.02.029", - "usage": 41 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68070", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68069, + "usage_id": 41 + }, + "2522.02.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.30, B\u00fcro", "arch_name": "22.2.30@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68070", - "roomcode": "2522.02.030", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68071", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68070, + "usage_id": 12 + }, + "2522.02.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.31, B\u00fcro", "arch_name": "22.2.31@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68071", - "roomcode": "2522.02.031", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67948", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68071, + "usage_id": 12 + }, + "2522.02.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.32, B\u00fcro", "arch_name": "22.2.32@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67948", - "roomcode": "2522.02.032", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67949", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67948, + "usage_id": 12 + }, + "2522.02.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.33, B\u00fcro", "arch_name": "22.2.33@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67949", - "roomcode": "2522.02.033", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68072", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67949, + "usage_id": 12 + }, + "2522.02.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.34, B\u00fcro", "arch_name": "22.2.34@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68072", - "roomcode": "2522.02.034", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68073", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68072, + "usage_id": 12 + }, + "2522.02.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.37, Labor", "arch_name": "22.2.37@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68073", - "roomcode": "2522.02.037", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68074", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68073, + "usage_id": 102 + }, + "2522.02.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.40, Labor", "arch_name": "22.2.40@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68074", - "roomcode": "2522.02.040", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68075", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68074, + "usage_id": 102 + }, + "2522.02.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.41, Labor", "arch_name": "22.2.41@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68075", - "roomcode": "2522.02.041", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68076", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68075, + "usage_id": 102 + }, + "2522.02.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.44, Core Facility", "arch_name": "22.2.44@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68076", - "roomcode": "2522.02.044", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68077", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68076, + "usage_id": 102 + }, + "2522.02.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.45, Core Facility", "arch_name": "22.2.45@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68077", - "roomcode": "2522.02.045", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68078", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68077, + "usage_id": 102 + }, + "2522.02.046": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.46, Core Facility", "arch_name": "22.2.46@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68078", - "roomcode": "2522.02.046", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68079", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68078, + "usage_id": 102 + }, + "2522.02.046A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.46A, Vorraum Core Facility", "arch_name": "22.2.46A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68079", - "roomcode": "2522.02.046A", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68080", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68079, + "usage_id": 50 + }, + "2522.02.047": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.47, Dunkelkammer", "arch_name": "22.2.47@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68080", - "roomcode": "2522.02.047", - "usage": 104 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68081", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68080, + "usage_id": 104 + }, + "2522.02.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.49, Sp\u00fclk\u00fcche", "arch_name": "22.2.49@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68081", - "roomcode": "2522.02.049", - "usage": 209 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68082", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68081, + "usage_id": 209 + }, + "2522.02.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.50, Lager", "arch_name": "22.2.50@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68082", - "roomcode": "2522.02.050", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68083", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68082, + "usage_id": 30 + }, + "2522.02.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.51, K\u00fchlzelle", "arch_name": "22.2.51@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68083", - "roomcode": "2522.02.051", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68084", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68083, + "usage_id": 199 + }, + "2522.02.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.52, Dunkelkammer", "arch_name": "22.2.52@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68084", - "roomcode": "2522.02.052", - "usage": 104 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68085", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68084, + "usage_id": 104 + }, + "2522.02.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.53, K\u00fchlraum", "arch_name": "22.2.53@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68085", - "roomcode": "2522.02.053", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68011", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68085, + "usage_id": 199 + }, + "2522.02.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.55, Lager", "arch_name": "22.2.55@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68011", - "roomcode": "2522.02.055", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68012", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68011, + "usage_id": 30 + }, + "2522.02.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.56, Schleuse", "arch_name": "22.2.56@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68012", - "roomcode": "2522.02.056", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68015", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68012, + "usage_id": 30 + }, + "2522.02.059": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.59, Beh.-WC", "arch_name": "22.2.59@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68015", - "roomcode": "2522.02.059", - "usage": 117 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=68017", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68015, + "usage_id": 117 + }, + "2522.02.061": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.61, Gardarobe", "arch_name": "22.2.61@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68017", - "roomcode": "2522.02.061", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67950", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68017, + "usage_id": 121 + }, + "2522.02.062": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.62, WC-Herren", "arch_name": "22.2.62@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67950", - "roomcode": "2522.02.062", - "usage": 115 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67951", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67950, + "usage_id": 115 + }, + "2522.02.062A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.62A, WC-Vorraum Herren", "arch_name": "22.2.62A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67951", - "roomcode": "2522.02.062A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67952", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67951, + "usage_id": 118 + }, + "2522.02.064": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.64, WC-Damen", "arch_name": "22.2.64@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67952", - "roomcode": "2522.02.064", - "usage": 116 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67953", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67952, + "usage_id": 116 + }, + "2522.02.064A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.64A, WC-Vorraum Damen", "arch_name": "22.2.64A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67953", - "roomcode": "2522.02.064A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67923", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67953, + "usage_id": 118 + }, + "2522.02.071": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.71, Lager", "arch_name": "22.2.71@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67923", - "roomcode": "2522.02.071", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67924", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67923, + "usage_id": 30 + }, + "2522.02.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.100, Flur BA2", "arch_name": "22.2.100@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67924", - "roomcode": "2522.02.100", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67954", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67924, + "usage_id": 222 + }, + "2522.02.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.110, Flur BA1", "arch_name": "22.2.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67954", - "roomcode": "2522.02.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67955", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67954, + "usage_id": 222 + }, + "2522.02.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.120, Flur BA1", "arch_name": "22.2.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67955", - "roomcode": "2522.02.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67956", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67955, + "usage_id": 222 + }, + "2522.02.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.130, Flur BA3", "arch_name": "22.2.130@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67956", - "roomcode": "2522.02.130", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67957", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67956, + "usage_id": 222 + }, + "2522.02.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.140, Flur BA3", "arch_name": "22.2.140@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67957", - "roomcode": "2522.02.140", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67958", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67957, + "usage_id": 222 + }, + "2522.02.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.150, Flur BA3", "arch_name": "22.2.150@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67958", - "roomcode": "2522.02.150", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67959", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67958, + "usage_id": 222 + }, + "2522.02.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.160, Flur BA2", "arch_name": "22.2.160@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67959", - "roomcode": "2522.02.160", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67960", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67959, + "usage_id": 222 + }, + "2522.02.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.200, Treppe", "arch_name": "22.2.200@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67960", - "roomcode": "2522.02.200", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67961", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67960, + "usage_id": 223 + }, + "2522.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.210, Treppenhaus 1", "arch_name": "22.2.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67961", - "roomcode": "2522.02.210", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67967", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67961, + "usage_id": 223 + }, + "2522.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.220, Treppenhaus 2", "arch_name": "22.2.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67967", - "roomcode": "2522.02.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67971", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67967, + "usage_id": 223 + }, + "2522.02.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.270, Schacht-HLSK 6", "arch_name": "22.2.270@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67971", - "roomcode": "2522.02.270", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67968", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67971, + "usage_id": 195 + }, + "2522.02.280": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.280, Schacht-HLSK 5", "arch_name": "22.2.280@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67968", - "roomcode": "2522.02.280", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67969", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67968, + "usage_id": 195 + }, + "2522.02.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.290, Schacht-HLSK 4", "arch_name": "22.2.290@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67969", - "roomcode": "2522.02.290", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67970", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67969, + "usage_id": 195 + }, + "2522.02.300A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.300A, Schacht-HLSK 3A", "arch_name": "22.2.300A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67970", - "roomcode": "2522.02.300A", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67925", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67970, + "usage_id": 195 + }, + "2522.02.300C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.300C, Schacht-HLSK 3C", "arch_name": "22.2.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67925", - "roomcode": "2522.02.300C", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67926", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67925, + "usage_id": 195 + }, + "2522.02.300D": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.300D, Schacht-HLSK 3D", "arch_name": "22.2.300D@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67926", - "roomcode": "2522.02.300D", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67927", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67926, + "usage_id": 195 + }, + "2522.02.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.310, Schacht-HLSK 2", "arch_name": "22.2.310@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67927", - "roomcode": "2522.02.310", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.OG", - "address_link": "ris.einzelraum?raumkey=67928", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67927, + "usage_id": 195 + }, + "2522.02.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.2.450, Schacht-HLSK 3B", "arch_name": "22.2.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67928", - "roomcode": "2522.02.450", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68021", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67928, + "usage_id": 195 + }, + "2522.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.1, Labor", "arch_name": "22.3.1@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68021", - "roomcode": "2522.03.001", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68030", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68021, + "usage_id": 102 + }, + "2522.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.3, Labor", "arch_name": "22.3.3@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68030", - "roomcode": "2522.03.003", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68031", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68030, + "usage_id": 102 + }, + "2522.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.6, Labor", "arch_name": "22.3.6@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68031", - "roomcode": "2522.03.006", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68032", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68031, + "usage_id": 102 + }, + "2522.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.8, Labor", "arch_name": "22.3.8@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68032", - "roomcode": "2522.03.008", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68033", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68032, + "usage_id": 102 + }, + "2522.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.10, Labor", "arch_name": "22.3.10@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68033", - "roomcode": "2522.03.010", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67929", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68033, + "usage_id": 102 + }, + "2522.03.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.17, B\u00fcro", "arch_name": "22.3.17@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67929", - "roomcode": "2522.03.017", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67930", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67929, + "usage_id": 12 + }, + "2522.03.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.18, B\u00fcro", "arch_name": "22.3.18@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67930", - "roomcode": "2522.03.018", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67931", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67930, + "usage_id": 12 + }, + "2522.03.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.19, B\u00fcro", "arch_name": "22.3.19@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67931", - "roomcode": "2522.03.019", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67932", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67931, + "usage_id": 12 + }, + "2522.03.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.20, B\u00fcro", "arch_name": "22.3.20@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67932", - "roomcode": "2522.03.020", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67933", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67932, + "usage_id": 12 + }, + "2522.03.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.21, B\u00fcro", "arch_name": "22.3.21@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67933", - "roomcode": "2522.03.021", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67934", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67933, + "usage_id": 12 + }, + "2522.03.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.22, B\u00fcro", "arch_name": "22.3.22@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67934", - "roomcode": "2522.03.022", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67935", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67934, + "usage_id": 12 + }, + "2522.03.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.23, Teek\u00fcche", "arch_name": "22.3.23@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67935", - "roomcode": "2522.03.023", - "usage": 198 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67936", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67935, + "usage_id": 198 + }, + "2522.03.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.24, B\u00fcro", "arch_name": "22.3.24@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67936", - "roomcode": "2522.03.024", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67937", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67936, + "usage_id": 12 + }, + "2522.03.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.25, Seminarraum", "arch_name": "22.3.25@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "extended": { - "additional_description": "22.3.25, Seminarraum", - "address": "Einsteinstr. 25(2522), 3.Obergescho\u00df", - "architect_room_nr": "22.3.25@2522", - "area_m2": 30.27, - "building": "2522 Center for Translational Cancer Research", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "025", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67937", - "roomcode": "2522.03.025", - "usage": 41 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67972", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67937, + "usage_id": 41 + }, + "2522.03.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.27, B\u00fcro", "arch_name": "22.3.27@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67972", - "roomcode": "2522.03.027", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67973", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67972, + "usage_id": 12 + }, + "2522.03.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.28, B\u00fcro", "arch_name": "22.3.28@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67973", - "roomcode": "2522.03.028", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67974", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67973, + "usage_id": 12 + }, + "2522.03.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.30, B\u00fcro", "arch_name": "22.3.30@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67974", - "roomcode": "2522.03.030", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67975", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67974, + "usage_id": 12 + }, + "2522.03.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.31, B\u00fcro", "arch_name": "22.3.31@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67975", - "roomcode": "2522.03.031", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67981", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67975, + "usage_id": 12 + }, + "2522.03.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.32, B\u00fcro", "arch_name": "22.3.32@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67981", - "roomcode": "2522.03.032", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68034", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67981, + "usage_id": 12 + }, + "2522.03.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.33, B\u00fcro", "arch_name": "22.3.33@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68034", - "roomcode": "2522.03.033", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68035", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68034, + "usage_id": 12 + }, + "2522.03.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.34, B\u00fcro", "arch_name": "22.3.34@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68035", - "roomcode": "2522.03.034", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67976", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68035, + "usage_id": 12 + }, + "2522.03.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.35, B\u00fcro", "arch_name": "22.3.35@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67976", - "roomcode": "2522.03.035", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67977", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67976, + "usage_id": 12 + }, + "2522.03.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.36, B\u00fcro", "arch_name": "22.3.36@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67977", - "roomcode": "2522.03.036", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67938", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67977, + "usage_id": 12 + }, + "2522.03.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.37, Lager", "arch_name": "22.3.37@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67938", - "roomcode": "2522.03.037", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67978", - "alt_name": "22.3.6, Labor", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67938, + "usage_id": 30 + }, + "2522.03.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, + "alt_name": "22.3.6, Labor", "arch_name": "22.3.6@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67978", - "roomcode": "2522.03.039", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67979", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67978, + "usage_id": 102 + }, + "2522.03.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.40, Labor", "arch_name": "22.3.40@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67979", - "roomcode": "2522.03.040", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67980", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67979, + "usage_id": 12 + }, + "2522.03.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.41, Labor", "arch_name": "22.3.41@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67980", - "roomcode": "2522.03.041", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67982", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67980, + "usage_id": 12 + }, + "2522.03.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.42, Labor", "arch_name": "22.3.42@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67982", - "roomcode": "2522.03.042", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67983", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67982, + "usage_id": 12 + }, + "2522.03.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.45, Labor", "arch_name": "22.3.45@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67983", - "roomcode": "2522.03.045", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67984", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67983, + "usage_id": 12 + }, + "2522.03.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.48, K\u00fchlraum", "arch_name": "22.3.48@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67984", - "roomcode": "2522.03.048", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67985", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67984, + "usage_id": 199 + }, + "2522.03.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.49, Sp\u00fchlk\u00fcche", "arch_name": "22.3.49@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67985", - "roomcode": "2522.03.049", - "usage": 209 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67986", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67985, + "usage_id": 209 + }, + "2522.03.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.51, K\u00fchlzelle", "arch_name": "22.3.51@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67986", - "roomcode": "2522.03.051", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67987", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67986, + "usage_id": 199 + }, + "2522.03.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.52, Dunkelkammer", "arch_name": "22.3.52@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67987", - "roomcode": "2522.03.052", - "usage": 104 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68036", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67987, + "usage_id": 104 + }, + "2522.03.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.53, K\u00fchlraum", "arch_name": "22.3.53@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68036", - "roomcode": "2522.03.053", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67989", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68036, + "usage_id": 199 + }, + "2522.03.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.55, Lager", "arch_name": "22.3.55@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67989", - "roomcode": "2522.03.055", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67990", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67989, + "usage_id": 30 + }, + "2522.03.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.56, Schleuse", "arch_name": "22.3.56@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67990", - "roomcode": "2522.03.056", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67992", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67990, + "usage_id": 105 + }, + "2522.03.058": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.58, EDV", "arch_name": "22.3.58@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67992", - "roomcode": "2522.03.058", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68039", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67992, + "usage_id": 120 + }, + "2522.03.059": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.59, Beh.-WC", "arch_name": "22.3.59@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68039", - "roomcode": "2522.03.059", - "usage": 117 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67939", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68039, + "usage_id": 117 + }, + "2522.03.061": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.61, Gardarobe", "arch_name": "22.3.61@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67939", - "roomcode": "2522.03.061", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67940", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67939, + "usage_id": 121 + }, + "2522.03.062": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.62, WC-Herren", "arch_name": "22.3.62@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67940", - "roomcode": "2522.03.062", - "usage": 115 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67941", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67940, + "usage_id": 115 + }, + "2522.03.062A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.62A, WC-Vorraum Herren", "arch_name": "22.3.62A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67941", - "roomcode": "2522.03.062A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67942", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67941, + "usage_id": 118 + }, + "2522.03.064": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.64, WC-Damen", "arch_name": "22.3.64@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67942", - "roomcode": "2522.03.064", - "usage": 116 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67943", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67942, + "usage_id": 116 + }, + "2522.03.064A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.64A, WC-Vorraum Damen", "arch_name": "22.3.64A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67943", - "roomcode": "2522.03.064A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68043", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67943, + "usage_id": 118 + }, + "2522.03.067": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.67, K\u00fchlzelle", "arch_name": "22.3.67@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68043", - "roomcode": "2522.03.067", - "usage": 199 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67946", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68043, + "usage_id": 199 + }, + "2522.03.071": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.71, Lager", "arch_name": "22.3.71@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67946", - "roomcode": "2522.03.071", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67947", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67946, + "usage_id": 30 + }, + "2522.03.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.100, Flur BA2", "arch_name": "22.3.100@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67947", - "roomcode": "2522.03.100", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67993", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67947, + "usage_id": 222 + }, + "2522.03.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.110, Flur BA1", "arch_name": "22.3.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67993", - "roomcode": "2522.03.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67994", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67993, + "usage_id": 222 + }, + "2522.03.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.120, Flur BA1", "arch_name": "22.3.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67994", - "roomcode": "2522.03.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67995", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67994, + "usage_id": 222 + }, + "2522.03.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.130, Flur BA3", "arch_name": "22.3.130@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67995", - "roomcode": "2522.03.130", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67996", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67995, + "usage_id": 222 + }, + "2522.03.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.140, Flur BA3", "arch_name": "22.3.140@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67996", - "roomcode": "2522.03.140", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67997", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67996, + "usage_id": 222 + }, + "2522.03.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.150, Flur BA3", "arch_name": "22.3.150@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67997", - "roomcode": "2522.03.150", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67998", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67997, + "usage_id": 222 + }, + "2522.03.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.160, Flur BA2", "arch_name": "22.3.160@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67998", - "roomcode": "2522.03.160", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67999", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67998, + "usage_id": 222 + }, + "2522.03.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.200, Treppe", "arch_name": "22.3.200@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67999", - "roomcode": "2522.03.200", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67962", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67999, + "usage_id": 223 + }, + "2522.03.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.210, Treppenhaus 1", "arch_name": "22.3.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67962", - "roomcode": "2522.03.210", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67963", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67962, + "usage_id": 223 + }, + "2522.03.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.220, Treppenhaus 2", "arch_name": "22.3.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67963", - "roomcode": "2522.03.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67964", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67963, + "usage_id": 223 + }, + "2522.03.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.270, HLSK-Schacht 6", "arch_name": "22.3.270@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67964", - "roomcode": "2522.03.270", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=67965", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67964, + "usage_id": 195 + }, + "2522.03.280": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.280, HLSK-Schacht 5", "arch_name": "22.3.280@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67965", - "roomcode": "2522.03.280", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68000", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67965, + "usage_id": 195 + }, + "2522.03.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.290, HLSK-Schacht 4", "arch_name": "22.3.290@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68000", - "roomcode": "2522.03.290", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68001", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68000, + "usage_id": 195 + }, + "2522.03.300A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.300A, HLSK-Schacht 3A", "arch_name": "22.3.300A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68001", - "roomcode": "2522.03.300A", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68002", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68001, + "usage_id": 195 + }, + "2522.03.300C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.300C, HLSK-Schacht 3C", "arch_name": "22.3.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68002", - "roomcode": "2522.03.300C", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68003", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68002, + "usage_id": 195 + }, + "2522.03.300D": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.300C, HLSK-Schacht 3C", "arch_name": "22.3.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68003", - "roomcode": "2522.03.300D", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68004", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68003, + "usage_id": 195 + }, + "2522.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.310, HLSK-Schacht 2", "arch_name": "22.3.310@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68004", - "roomcode": "2522.03.310", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.OG", - "address_link": "ris.einzelraum?raumkey=68046", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68004, + "usage_id": 195 + }, + "2522.03.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.3.450, HLSK-Schacht 3B", "arch_name": "22.3.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68046", - "roomcode": "2522.03.450", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 4.OG", - "address_link": "ris.einzelraum?raumkey=68005", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68046, + "usage_id": 195 + }, + "2522.04.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.4.220, Treppenhaus 2", "arch_name": "22.4.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68005", - "roomcode": "2522.04.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67696", + "area_id": 22, + "building_id": 2129, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68005, + "usage_id": 223 + }, + "2522.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.1, Auditorium", "arch_name": "22.0.1@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": "tvKalender.wSicht?cOrg=48237&cRes=32372&cReadonly=J", - "extended": { - "additional_description": "22.0.1, Auditorium", - "address": "Einsteinstr. 25(2522), Erdgescho\u00df", - "architect_room_nr": "22.0.1@2522", - "area_m2": 251.33, - "building": "2522 Center for Translational Cancer Research", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67696", - "roomcode": "2522.EG.001", - "usage": 130 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67718", + "area_id": 22, + "building_id": 2129, + "calendar_resource_nr": 32372, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67696, + "usage_id": 130 + }, + "2522.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.8, WC-Herren", "arch_name": "22.0.8@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67718", - "roomcode": "2522.EG.008", - "usage": 115 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67719", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67718, + "usage_id": 115 + }, + "2522.EG.008A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.8A, WC-Vorraum Herren", "arch_name": "22.0.8A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67719", - "roomcode": "2522.EG.008A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67720", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67719, + "usage_id": 118 + }, + "2522.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.9, Beh.-WC", "arch_name": "22.0.9@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67720", - "roomcode": "2522.EG.009", - "usage": 117 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67723", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67720, + "usage_id": 117 + }, + "2522.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.10, WC-Damen", "arch_name": "22.0.10@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67723", - "roomcode": "2522.EG.010", - "usage": 116 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67724", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67723, + "usage_id": 116 + }, + "2522.EG.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.10A, WC-Vorraum Damen", "arch_name": "22.0.10A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67724", - "roomcode": "2522.EG.010A", - "usage": 118 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67782", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67724, + "usage_id": 118 + }, + "2522.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.11, Labor Auswertplatz", "arch_name": "22.0.11@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67782", - "roomcode": "2522.EG.011", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67725", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67782, + "usage_id": 12 + }, + "2522.EG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.15, B\u00fcro", "arch_name": "22.0.15@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67725", - "roomcode": "2522.EG.015", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67726", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67725, + "usage_id": 12 + }, + "2522.EG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.16, B\u00fcro", "arch_name": "22.0.16@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67726", - "roomcode": "2522.EG.016", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67727", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67726, + "usage_id": 12 + }, + "2522.EG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.17, B\u00fcro Pf\u00f6rtner", "arch_name": "22.0.17@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67727", - "roomcode": "2522.EG.017", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67728", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67727, + "usage_id": 12 + }, + "2522.EG.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.18, GLT", "arch_name": "22.0.18@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67728", - "roomcode": "2522.EG.018", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67744", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67728, + "usage_id": 120 + }, + "2522.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.20, EDV", "arch_name": "22.0.20@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67744", - "roomcode": "2522.EG.020", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67783", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67744, + "usage_id": 120 + }, + "2522.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.22, B\u00fcro", "arch_name": "22.0.22@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67783", - "roomcode": "2522.EG.022", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67785", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67783, + "usage_id": 12 + }, + "2522.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.23, B\u00fcro", "arch_name": "22.0.23@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67785", - "roomcode": "2522.EG.023", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67786", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67785, + "usage_id": 12 + }, + "2522.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.24, B\u00fcro", "arch_name": "22.0.24@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67786", - "roomcode": "2522.EG.024", - "usage": 12 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67787", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67786, + "usage_id": 12 + }, + "2522.EG.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.26, EDV Tierhaltung", "arch_name": "22.0.26@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67787", - "roomcode": "2522.EG.026", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67698", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67787, + "usage_id": 120 + }, + "2522.EG.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.27, Tierhaltung", "arch_name": "22.0.27@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67698", - "roomcode": "2522.EG.027", - "usage": 197 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67747", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67698, + "usage_id": 197 + }, + "2522.EG.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.28, Aufenthaltsraum", "arch_name": "22.0.28@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67747", - "roomcode": "2522.EG.028", - "usage": 44 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67748", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67747, + "usage_id": 44 + }, + "2522.EG.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.29, Tierhaltung", "arch_name": "22.0.29@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67748", - "roomcode": "2522.EG.029", - "usage": 197 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67788", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67748, + "usage_id": 197 + }, + "2522.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.30, Lager", "arch_name": "22.0.30@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67788", - "roomcode": "2522.EG.030", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67789", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67788, + "usage_id": 30 + }, + "2522.EG.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.31, Lager", "arch_name": "22.0.31@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67789", - "roomcode": "2522.EG.031", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67790", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67789, + "usage_id": 30 + }, + "2522.EG.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.32, Schleuse", "arch_name": "22.0.32@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67790", - "roomcode": "2522.EG.032", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67699", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67790, + "usage_id": 105 + }, + "2522.EG.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.33, Sp\u00fclk\u00fcche", "arch_name": "22.0.33@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67699", - "roomcode": "2522.EG.033", - "usage": 209 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67749", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67699, + "usage_id": 209 + }, + "2522.EG.033A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.33A, Laborsp\u00fclraum", "arch_name": "22.0.33A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67749", - "roomcode": "2522.EG.033A", - "usage": 209 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67750", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67749, + "usage_id": 209 + }, + "2522.EG.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.34, Umkl.-D", "arch_name": "22.0.34@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67750", - "roomcode": "2522.EG.034", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67751", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67750, + "usage_id": 121 + }, + "2522.EG.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.35, Umkleide-Herren", "arch_name": "22.0.35@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67751", - "roomcode": "2522.EG.035", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67791", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67751, + "usage_id": 121 + }, + "2522.EG.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.36, K\u00fcche", "arch_name": "22.0.36@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67791", - "roomcode": "2522.EG.036", - "usage": 28 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67700", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67791, + "usage_id": 28 + }, + "2522.EG.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.39, Lager", "arch_name": "22.0.39@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67700", - "roomcode": "2522.EG.039", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67754", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67700, + "usage_id": 30 + }, + "2522.EG.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.42, WC-Herren", "arch_name": "22.0.42@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67754", - "roomcode": "2522.EG.042", - "usage": 115 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67755", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67754, + "usage_id": 115 + }, + "2522.EG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.43, WC-Damen", "arch_name": "22.0.43@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67755", - "roomcode": "2522.EG.043", - "usage": 116 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67756", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67755, + "usage_id": 116 + }, + "2522.EG.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.44, Seminarraum", "arch_name": "22.0.44@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "extended": { - "additional_description": "22.0.44, Seminarraum", - "address": "Einsteinstr. 25(2522), Erdgescho\u00df", - "architect_room_nr": "22.0.44@2522", - "area_m2": 37.31, - "building": "2522 Center for Translational Cancer Research", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "044", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81675 M\u00fcnchen" - }, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67756", - "roomcode": "2522.EG.044", - "usage": 41 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67757", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67756, + "usage_id": 41 + }, + "2522.EG.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.45, Cafeteria", "arch_name": "22.0.45@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67757", - "roomcode": "2522.EG.045", - "usage": 139 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67758", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67757, + "usage_id": 139 + }, + "2522.EG.046": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.46, Garderobe", "arch_name": "22.0.46@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67758", - "roomcode": "2522.EG.046", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67701", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67758, + "usage_id": 121 + }, + "2522.EG.047": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.47, Lager", "arch_name": "22.0.47@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67701", - "roomcode": "2522.EG.047", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67772", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67701, + "usage_id": 30 + }, + "2522.EG.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.48, Garderobe", "arch_name": "22.0.48@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67772", - "roomcode": "2522.EG.048", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67795", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67772, + "usage_id": 121 + }, + "2522.EG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.51, Foyer", "arch_name": "22.0.51@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67795", - "roomcode": "2522.EG.051", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67891", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67795, + "usage_id": 222 + }, + "2522.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.110, Flur BA1", "arch_name": "22.0.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67891", - "roomcode": "2522.EG.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67892", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67891, + "usage_id": 222 + }, + "2522.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.120, Flur BA1", "arch_name": "22.0.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67892", - "roomcode": "2522.EG.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67893", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67892, + "usage_id": 222 + }, + "2522.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.130, Flur BA1", "arch_name": "22.0.130@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67893", - "roomcode": "2522.EG.130", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67894", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67893, + "usage_id": 222 + }, + "2522.EG.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.140, Flur BA2", "arch_name": "22.0.140@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67894", - "roomcode": "2522.EG.140", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67895", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67894, + "usage_id": 222 + }, + "2522.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.150, Flur BA2", "arch_name": "22.0.150@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67895", - "roomcode": "2522.EG.150", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67896", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67895, + "usage_id": 222 + }, + "2522.EG.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.160, Flur BA3", "arch_name": "22.0.160@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67896", - "roomcode": "2522.EG.160", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67897", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67896, + "usage_id": 222 + }, + "2522.EG.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.170, Flur BA3", "arch_name": "22.0.170@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67897", - "roomcode": "2522.EG.170", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67898", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67897, + "usage_id": 222 + }, + "2522.EG.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.180, Flur BA3", "arch_name": "22.0.180@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67898", - "roomcode": "2522.EG.180", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67899", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67898, + "usage_id": 222 + }, + "2522.EG.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.190, Flur BA3", "arch_name": "22.0.190@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67899", - "roomcode": "2522.EG.190", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67900", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67899, + "usage_id": 222 + }, + "2522.EG.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.210, Treppenhaus 1", "arch_name": "22.0.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67900", - "roomcode": "2522.EG.210", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67863", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67900, + "usage_id": 223 + }, + "2522.EG.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.220, Treppenhaus 2", "arch_name": "22.0.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67863", - "roomcode": "2522.EG.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67864", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67863, + "usage_id": 223 + }, + "2522.EG.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.270, HLSK-Schacht 6", "arch_name": "22.0.270@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67864", - "roomcode": "2522.EG.270", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67901", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67864, + "usage_id": 120 + }, + "2522.EG.280": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.270, HLSK-Schacht 5", "arch_name": "22.0.270@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67901", - "roomcode": "2522.EG.280", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67902", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67901, + "usage_id": 120 + }, + "2522.EG.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.290, HLSK-Schacht 4", "arch_name": "22.0.290@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67902", - "roomcode": "2522.EG.290", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67865", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67902, + "usage_id": 120 + }, + "2522.EG.300A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.300A, HLSK-Schacht 3A", "arch_name": "22.0.300A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67865", - "roomcode": "2522.EG.300A", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67866", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67865, + "usage_id": 120 + }, + "2522.EG.300C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.300C, HLSK-Schacht 3C", "arch_name": "22.0.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67866", - "roomcode": "2522.EG.300C", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67867", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67866, + "usage_id": 120 + }, + "2522.EG.300D": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.300D, HLSK-Schacht 3D", "arch_name": "22.0.300D@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67867", - "roomcode": "2522.EG.300D", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67834", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67867, + "usage_id": 120 + }, + "2522.EG.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.310, HLSK-Schacht 2", "arch_name": "22.0.310@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67834", - "roomcode": "2522.EG.310", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67903", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67834, + "usage_id": 120 + }, + "2522.EG.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.330, Flur", "arch_name": "22.0.330@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67903", - "roomcode": "2522.EG.330", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67882", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67903, + "usage_id": 222 + }, + "2522.EG.330A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.330A, Windfang", "arch_name": "22.0.330A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67882", - "roomcode": "2522.EG.330A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67904", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67882, + "usage_id": 222 + }, + "2522.EG.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.440, Schacht 7", "arch_name": "22.0.440@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67904", - "roomcode": "2522.EG.440", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67905", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67904, + "usage_id": 120 + }, + "2522.EG.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.450, HLSK-Schacht 3b", "arch_name": "22.0.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67905", - "roomcode": "2522.EG.450", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, EG", - "address_link": "ris.einzelraum?raumkey=67906", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67905, + "usage_id": 120 + }, + "2522.EG.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.0.460, Zufahrt-Tiefgarage", "arch_name": "22.0.460@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67906", - "roomcode": "2522.EG.460", - "usage": 204 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=67966", + "area_id": 22, + "building_id": 2129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67906, + "usage_id": 204 + }, + "2522.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.1, Tiefgarage", "arch_name": "22.01.1@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67966", - "roomcode": "2522.U1.001", - "usage": 204 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68107", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67966, + "usage_id": 204 + }, + "2522.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.8, Lager Gefahrstoffe", "arch_name": "22.01.8@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68107", - "roomcode": "2522.U1.008", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68095", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68107, + "usage_id": 30 + }, + "2522.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.9, M\u00fcllsammelraum", "arch_name": "22.01.9@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=48237", - "operator": "[ TUZETTM ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68095", - "roomcode": "2522.U1.009", - "usage": 214 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68096", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68095, + "usage_id": 214 + }, + "2522.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.10, Lager Gefahrstoffe", "arch_name": "22.01.10@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68096", - "roomcode": "2522.U1.010", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68148", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68096, + "usage_id": 30 + }, + "2522.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.11, M\u00fcllsammelraum", "arch_name": "22.01.11@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68148", - "roomcode": "2522.U1.011", - "usage": 214 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68150", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68148, + "usage_id": 214 + }, + "2522.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.16, Karrengang", "arch_name": "22.01.16@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68150", - "roomcode": "2522.U1.016", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68151", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68150, + "usage_id": 222 + }, + "2522.U1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.19, Vorraum", "arch_name": "22.01.19@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68151", - "roomcode": "2522.U1.019", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68152", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68151, + "usage_id": 50 + }, + "2522.U1.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.100, Flur", "arch_name": "22.01.100@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68152", - "roomcode": "2522.U1.100", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68153", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68152, + "usage_id": 222 + }, + "2522.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.110, Flur", "arch_name": "22.01.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68153", - "roomcode": "2522.U1.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68154", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68153, + "usage_id": 222 + }, + "2522.U1.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.120, Flur", "arch_name": "22.01.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68154", - "roomcode": "2522.U1.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68122", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68154, + "usage_id": 222 + }, + "2522.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.130, Flur", "arch_name": "22.01.130@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68122", - "roomcode": "2522.U1.130", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68123", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68122, + "usage_id": 222 + }, + "2522.U1.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.140, Flur", "arch_name": "22.01.140@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68123", - "roomcode": "2522.U1.140", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68124", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68123, + "usage_id": 222 + }, + "2522.U1.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.150, Flur", "arch_name": "22.01.150@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68124", - "roomcode": "2522.U1.150", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68125", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68124, + "usage_id": 222 + }, + "2522.U1.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.210, Treppenhaus 1", "arch_name": "22.01.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68125", - "roomcode": "2522.U1.210", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68126", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68125, + "usage_id": 222 + }, + "2522.U1.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.220, Treppenhaus 2", "arch_name": "22.01.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68126", - "roomcode": "2522.U1.220", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68155", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68126, + "usage_id": 222 + }, + "2522.U1.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.270, HLSK-Schacht 6", "arch_name": "22.01.270@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68155", - "roomcode": "2522.U1.270", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68127", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68155, + "usage_id": 195 + }, + "2522.U1.280": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.280, HLSK-Schacht 5", "arch_name": "22.01.280@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68127", - "roomcode": "2522.U1.280", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68128", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68127, + "usage_id": 195 + }, + "2522.U1.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.290, HLSK-Schacht 4", "arch_name": "22.01.290@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68128", - "roomcode": "2522.U1.290", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68129", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68128, + "usage_id": 195 + }, + "2522.U1.300A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.300A, HLSK-Schacht 3A", "arch_name": "22.01.300A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68129", - "roomcode": "2522.U1.300A", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68156", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68129, + "usage_id": 195 + }, + "2522.U1.300C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.300C, HLSK-Schacht 3C", "arch_name": "22.01.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68156", - "roomcode": "2522.U1.300C", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68130", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68156, + "usage_id": 195 + }, + "2522.U1.300D": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.300D, HLSK-Schacht 3D", "arch_name": "22.01.300D@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68130", - "roomcode": "2522.U1.300D", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68157", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68130, + "usage_id": 195 + }, + "2522.U1.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.310, HLSK-Schacht 2", "arch_name": "22.01.310@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68157", - "roomcode": "2522.U1.310", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68158", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68157, + "usage_id": 195 + }, + "2522.U1.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.360, ELT-Schacht 9", "arch_name": "22.01.360@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68158", - "roomcode": "2522.U1.360", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68159", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68158, + "usage_id": 195 + }, + "2522.U1.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.430, Einbring\u00f6ffnung", "arch_name": "22.01.430@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68159", - "roomcode": "2522.U1.430", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68172", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68159, + "usage_id": 195 + }, + "2522.U1.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.430A, Aussenluftschacht 1A", "arch_name": "22.01.430A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68172", - "roomcode": "2522.U1.430A", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68173", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68172, + "usage_id": 195 + }, + "2522.U1.430B": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.430B, Aussenluftschacht 1A", "arch_name": "22.01.430B@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68173", - "roomcode": "2522.U1.430B", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68131", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68173, + "usage_id": 195 + }, + "2522.U1.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.440, Schacht 7", "arch_name": "22.01.440@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68131", - "roomcode": "2522.U1.440", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68132", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68131, + "usage_id": 195 + }, + "2522.U1.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.450, HLSK-Schacht 3B", "arch_name": "22.01.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68132", - "roomcode": "2522.U1.450", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68160", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68132, + "usage_id": 195 + }, + "2522.U1.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.460, Einbring\u00f6ffnung 2", "arch_name": "22.01.460@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68160", - "roomcode": "2522.U1.460", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 1.UG", - "address_link": "ris.einzelraum?raumkey=68161", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68160, + "usage_id": 195 + }, + "2522.U1.490": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.01.490, HLSK-Schacht 7", "arch_name": "22.01.490@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68161", - "roomcode": "2522.U1.490", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68183", + "area_id": 22, + "building_id": 2129, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68161, + "usage_id": 195 + }, + "2522.U2.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.100, Flur", "arch_name": "22.02.100@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68183", - "roomcode": "2522.U2.100", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68184", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68183, + "usage_id": 222 + }, + "2522.U2.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.110, Flur", "arch_name": "22.02.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68184", - "roomcode": "2522.U2.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68185", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68184, + "usage_id": 222 + }, + "2522.U2.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.120, Flur", "arch_name": "22.02.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68185", - "roomcode": "2522.U2.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68138", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68185, + "usage_id": 222 + }, + "2522.U2.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.210, Treppenhaus", "arch_name": "22.02.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68138", - "roomcode": "2522.U2.210", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68139", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68138, + "usage_id": 223 + }, + "2522.U2.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.220, Treppenhaus 2", "arch_name": "22.02.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68139", - "roomcode": "2522.U2.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68140", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68139, + "usage_id": 223 + }, + "2522.U2.300C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.300C, HLSK-Schacht 3C", "arch_name": "22.02.300C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68140", - "roomcode": "2522.U2.300C", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68141", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68140, + "usage_id": 195 + }, + "2522.U2.300D": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.300D, HLSK-Schacht 3D", "arch_name": "22.02.300D@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68141", - "roomcode": "2522.U2.300D", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68142", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68141, + "usage_id": 195 + }, + "2522.U2.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.360, ELT-Schacht 9", "arch_name": "22.02.360@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68142", - "roomcode": "2522.U2.360", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68143", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68142, + "usage_id": 195 + }, + "2522.U2.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.430, Einbring\u00f6ffnung", "arch_name": "22.02.430@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68143", - "roomcode": "2522.U2.430", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68145", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68143, + "usage_id": 195 + }, + "2522.U2.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.440, Schacht 7", "arch_name": "22.02.440@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68145", - "roomcode": "2522.U2.440", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68146", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68145, + "usage_id": 195 + }, + "2522.U2.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.450, Medientunnel", "arch_name": "22.02.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68146", - "roomcode": "2522.U2.450", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, 2.UG", - "address_link": "ris.einzelraum?raumkey=68144", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68146, + "usage_id": 120 + }, + "2522.U2.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.02.460, Einbring\u00f6ffnung 2", "arch_name": "22.02.460@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68144", - "roomcode": "2522.U2.460", - "usage": 195 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67907", + "area_id": 22, + "building_id": 2129, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68144, + "usage_id": 195 + }, + "2522.U3.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.1, Techn. Bildgebung", "arch_name": "22.03.1@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67907", - "roomcode": "2522.U3.001", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67908", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67907, + "usage_id": 102 + }, + "2522.U3.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.2, Lager", "arch_name": "22.03.2@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67908", - "roomcode": "2522.U3.002", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67909", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67908, + "usage_id": 30 + }, + "2522.U3.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.3, K\u00fchlger\u00e4telager", "arch_name": "22.03.3@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67909", - "roomcode": "2522.U3.003", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67910", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67909, + "usage_id": 30 + }, + "2522.U3.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.4, Dunkelkammer", "arch_name": "22.03.4@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67910", - "roomcode": "2522.U3.004", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67883", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67910, + "usage_id": 30 + }, + "2522.U3.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.5, In-Vitro-Labor", "arch_name": "22.03.5@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67883", - "roomcode": "2522.U3.005", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67911", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67883, + "usage_id": 102 + }, + "2522.U3.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.6, Iso-Labor", "arch_name": "22.03.6@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67911", - "roomcode": "2522.U3.006", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67884", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67911, + "usage_id": 102 + }, + "2522.U3.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.8, MRT/Tier-OP", "arch_name": "22.03.8@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67884", - "roomcode": "2522.U3.008", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67835", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67884, + "usage_id": 102 + }, + "2522.U3.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.12, MRT/Tier-OP", "arch_name": "22.03.12@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67835", - "roomcode": "2522.U3.012", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67836", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67835, + "usage_id": 102 + }, + "2522.U3.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.13, Lager", "arch_name": "22.03.13@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67836", - "roomcode": "2522.U3.013", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67837", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67836, + "usage_id": 30 + }, + "2522.U3.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.14, Schleuse", "arch_name": "22.03.14@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67837", - "roomcode": "2522.U3.014", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67838", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67837, + "usage_id": 105 + }, + "2522.U3.014A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.14A, Vorraum", "arch_name": "22.03.14A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67838", - "roomcode": "2522.U3.014A", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67913", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67838, + "usage_id": 50 + }, + "2522.U3.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.15, Schleuse", "arch_name": "22.03.15@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67913", - "roomcode": "2522.U3.015", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67914", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67913, + "usage_id": 105 + }, + "2522.U3.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.16, Schleuse", "arch_name": "22.03.16@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67914", - "roomcode": "2522.U3.016", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67915", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67914, + "usage_id": 105 + }, + "2522.U3.016A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.16A, Vorraum", "arch_name": "22.03.16A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67915", - "roomcode": "2522.U3.016A", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67886", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67915, + "usage_id": 50 + }, + "2522.U3.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.23, Vorraum", "arch_name": "22.03.23@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67886", - "roomcode": "2522.U3.023", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67887", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67886, + "usage_id": 50 + }, + "2522.U3.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.24, Schleuse", "arch_name": "22.03.24@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67887", - "roomcode": "2522.U3.024", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67916", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67887, + "usage_id": 105 + }, + "2522.U3.024A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.24A, Schleuse", "arch_name": "22.03.24A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67916", - "roomcode": "2522.U3.024A", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67842", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67916, + "usage_id": 105 + }, + "2522.U3.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.27, Lager", "arch_name": "22.03.27@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67842", - "roomcode": "2522.U3.027", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67843", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67842, + "usage_id": 30 + }, + "2522.U3.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.28, Labor", "arch_name": "22.03.28@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67843", - "roomcode": "2522.U3.028", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67889", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67843, + "usage_id": 102 + }, + "2522.U3.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.29, Ammen", "arch_name": "22.03.29@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67889", - "roomcode": "2522.U3.029", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67890", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67889, + "usage_id": 106 + }, + "2522.U3.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.30, Zucht 1", "arch_name": "22.03.30@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67890", - "roomcode": "2522.U3.030", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67918", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67890, + "usage_id": 106 + }, + "2522.U3.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.31, Zucht 2", "arch_name": "22.03.31@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67918", - "roomcode": "2522.U3.031", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67919", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67918, + "usage_id": 106 + }, + "2522.U3.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.32, Zucht 3", "arch_name": "22.03.32@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67919", - "roomcode": "2522.U3.032", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67821", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67919, + "usage_id": 106 + }, + "2522.U3.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.33, Zucht 4", "arch_name": "22.03.33@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67821", - "roomcode": "2522.U3.033", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67822", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67821, + "usage_id": 106 + }, + "2522.U3.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.35, Vorraum", "arch_name": "22.03.35@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67822", - "roomcode": "2522.U3.035", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67823", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67822, + "usage_id": 50 + }, + "2522.U3.035A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.35A, Autoklav", "arch_name": "22.03.35A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67823", - "roomcode": "2522.U3.035A", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67825", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67823, + "usage_id": 102 + }, + "2522.U3.035C": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.35C, Lager", "arch_name": "22.03.35C@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67825", - "roomcode": "2522.U3.035C", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67824", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67825, + "usage_id": 30 + }, + "2522.U3.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.36, Lager", "arch_name": "22.03.36@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67824", - "roomcode": "2522.U3.036", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67826", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67824, + "usage_id": 30 + }, + "2522.U3.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.37, Experiment 5 S2", "arch_name": "22.03.37@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67826", - "roomcode": "2522.U3.037", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67827", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67826, + "usage_id": 102 + }, + "2522.U3.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.38, Experiment 4 S2", "arch_name": "22.03.38@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67827", - "roomcode": "2522.U3.038", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67828", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67827, + "usage_id": 102 + }, + "2522.U3.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.39, Experiment 3 S2", "arch_name": "22.03.39@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67828", - "roomcode": "2522.U3.039", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67829", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67828, + "usage_id": 102 + }, + "2522.U3.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.40, Experiment 2 S2", "arch_name": "22.03.40@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67829", - "roomcode": "2522.U3.040", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67844", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67829, + "usage_id": 102 + }, + "2522.U3.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.41, Experiment 1 S2", "arch_name": "22.03.41@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67844", - "roomcode": "2522.U3.041", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67845", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67844, + "usage_id": 102 + }, + "2522.U3.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.42, Bildgebung Maus 1 S2", "arch_name": "22.03.42@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67845", - "roomcode": "2522.U3.042", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67846", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67845, + "usage_id": 102 + }, + "2522.U3.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.43, Lager", "arch_name": "22.03.43@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67846", - "roomcode": "2522.U3.043", - "usage": 30 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67847", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67846, + "usage_id": 30 + }, + "2522.U3.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.44, Bildgebung Ratte S2", "arch_name": "22.03.44@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67847", - "roomcode": "2522.U3.044", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67848", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67847, + "usage_id": 102 + }, + "2522.U3.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.45, Bildgebung Maus 2 S2", "arch_name": "22.03.45@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67848", - "roomcode": "2522.U3.045", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67849", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67848, + "usage_id": 102 + }, + "2522.U3.047": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.47, Messraum 1 S2", "arch_name": "22.03.47@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67849", - "roomcode": "2522.U3.047", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67850", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67849, + "usage_id": 102 + }, + "2522.U3.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.48, Messraum 2 S2", "arch_name": "22.03.48@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67850", - "roomcode": "2522.U3.048", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67851", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67850, + "usage_id": 102 + }, + "2522.U3.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.49, Messraum 3 S2", "arch_name": "22.03.49@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67851", - "roomcode": "2522.U3.049", - "usage": 102 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67852", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67851, + "usage_id": 102 + }, + "2522.U3.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.50, WC-Damen", "arch_name": "22.03.50@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67852", - "roomcode": "2522.U3.050", - "usage": 116 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67853", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67852, + "usage_id": 116 + }, + "2522.U3.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.51, WC-Herren", "arch_name": "22.03.51@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67853", - "roomcode": "2522.U3.051", - "usage": 115 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67830", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67853, + "usage_id": 115 + }, + "2522.U3.051A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.51A, Vorraum", "arch_name": "22.03.51A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67830", - "roomcode": "2522.U3.051A", - "usage": 50 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67831", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67830, + "usage_id": 50 + }, + "2522.U3.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.52, Schleuse", "arch_name": "22.03.52@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67831", - "roomcode": "2522.U3.052", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67832", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67831, + "usage_id": 105 + }, + "2522.U3.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.53, Schleuse", "arch_name": "22.03.53@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67832", - "roomcode": "2522.U3.053", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67807", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67832, + "usage_id": 105 + }, + "2522.U3.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.54, Schleuse", "arch_name": "22.03.54@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67807", - "roomcode": "2522.U3.054", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67808", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67807, + "usage_id": 105 + }, + "2522.U3.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.55, Quarant\u00e4ne", "arch_name": "22.03.55@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67808", - "roomcode": "2522.U3.055", - "usage": 106 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67854", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67808, + "usage_id": 106 + }, + "2522.U3.057": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.57, Umkleide-Damen", "arch_name": "22.03.57@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67854", - "roomcode": "2522.U3.057", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67855", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67854, + "usage_id": 121 + }, + "2522.U3.058": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.58, Umkleide-Herren", "arch_name": "22.03.58@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67855", - "roomcode": "2522.U3.058", - "usage": 121 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67857", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67855, + "usage_id": 121 + }, + "2522.U3.061": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.61, Technik", "arch_name": "22.03.61@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67857", - "roomcode": "2522.U3.061", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67858", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67857, + "usage_id": 120 + }, + "2522.U3.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.100, Flur", "arch_name": "22.03.100@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67858", - "roomcode": "2522.U3.100", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67859", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67858, + "usage_id": 222 + }, + "2522.U3.100A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.100A, Flur", "arch_name": "22.03.100A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67859", - "roomcode": "2522.U3.100A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67810", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67859, + "usage_id": 222 + }, + "2522.U3.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.110, Flur", "arch_name": "22.03.110@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67810", - "roomcode": "2522.U3.110", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67811", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67810, + "usage_id": 222 + }, + "2522.U3.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.120, Flur", "arch_name": "22.03.120@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67811", - "roomcode": "2522.U3.120", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67812", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67811, + "usage_id": 222 + }, + "2522.U3.120A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.120A, Flur", "arch_name": "22.03.120A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67812", - "roomcode": "2522.U3.120A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67813", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67812, + "usage_id": 222 + }, + "2522.U3.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.130, Flur", "arch_name": "22.03.130@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67813", - "roomcode": "2522.U3.130", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67860", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67813, + "usage_id": 222 + }, + "2522.U3.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.130A, Flur", "arch_name": "22.03.130A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67860", - "roomcode": "2522.U3.130A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67861", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67860, + "usage_id": 222 + }, + "2522.U3.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.160, Flur", "arch_name": "22.03.160@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67861", - "roomcode": "2522.U3.160", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67814", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67861, + "usage_id": 222 + }, + "2522.U3.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.170, Flur", "arch_name": "22.03.170@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67814", - "roomcode": "2522.U3.170", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67816", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67814, + "usage_id": 222 + }, + "2522.U3.170A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.170A, Flur", "arch_name": "22.03.170A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67816", - "roomcode": "2522.U3.170A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67815", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67816, + "usage_id": 222 + }, + "2522.U3.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.180, Flur", "arch_name": "22.03.180@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67815", - "roomcode": "2522.U3.180", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67817", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67815, + "usage_id": 222 + }, + "2522.U3.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.190, Flur", "arch_name": "22.03.190@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67817", - "roomcode": "2522.U3.190", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67818", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67817, + "usage_id": 222 + }, + "2522.U3.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.200, Flur", "arch_name": "22.03.200@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67818", - "roomcode": "2522.U3.200", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67819", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67818, + "usage_id": 222 + }, + "2522.U3.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.210, Treppenhaus 1", "arch_name": "22.03.210@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67819", - "roomcode": "2522.U3.210", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67820", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67819, + "usage_id": 223 + }, + "2522.U3.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.220, Treppenhaus 2", "arch_name": "22.03.220@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67820", - "roomcode": "2522.U3.220", - "usage": 223 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67862", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67820, + "usage_id": 223 + }, + "2522.U3.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.360, Schacht 9 ELT", "arch_name": "22.03.360@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67862", - "roomcode": "2522.U3.360", - "usage": 38 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67868", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67862, + "usage_id": 38 + }, + "2522.U3.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.370, Flur", "arch_name": "22.03.370@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67868", - "roomcode": "2522.U3.370", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67869", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67868, + "usage_id": 222 + }, + "2522.U3.390": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.390, Flur", "arch_name": "22.03.390@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67869", - "roomcode": "2522.U3.390", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67870", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67869, + "usage_id": 222 + }, + "2522.U3.400": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.400, Flur", "arch_name": "22.03.400@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67870", - "roomcode": "2522.U3.400", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67871", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67870, + "usage_id": 222 + }, + "2522.U3.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.410, Flur", "arch_name": "22.03.410@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67871", - "roomcode": "2522.U3.410", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67872", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67871, + "usage_id": 222 + }, + "2522.U3.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.420, Flur", "arch_name": "22.03.420@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67872", - "roomcode": "2522.U3.420", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67873", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67872, + "usage_id": 222 + }, + "2522.U3.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.430, Einbring\u00f6ffnung 1", "arch_name": "22.03.430@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67873", - "roomcode": "2522.U3.430", - "usage": 38 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67875", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67873, + "usage_id": 38 + }, + "2522.U3.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.440, Schacht 7", "arch_name": "22.03.440@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67875", - "roomcode": "2522.U3.440", - "usage": 38 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67876", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67875, + "usage_id": 38 + }, + "2522.U3.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.450, ZBV", "arch_name": "22.03.450@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67876", - "roomcode": "2522.U3.450", - "usage": 120 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67874", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67876, + "usage_id": 120 + }, + "2522.U3.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.460, Einbring\u00f6ffnung 2", "arch_name": "22.03.460@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67874", - "roomcode": "2522.U3.460", - "usage": 38 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67877", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67874, + "usage_id": 38 + }, + "2522.U3.470": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.470, Schleuse", "arch_name": "22.03.470@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67877", - "roomcode": "2522.U3.470", - "usage": 105 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67878", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67877, + "usage_id": 105 + }, + "2522.U3.480": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.480, Flur", "arch_name": "22.03.480@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67878", - "roomcode": "2522.U3.480", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67879", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67878, + "usage_id": 222 + }, + "2522.U3.490": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.490, Flur", "arch_name": "22.03.490@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67879", - "roomcode": "2522.U3.490", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67880", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67879, + "usage_id": 222 + }, + "2522.U3.490A": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.490A, Flur", "arch_name": "22.03.490A@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67880", - "roomcode": "2522.U3.490A", - "usage": 222 - }, - { - "address": "Einsteinstr. 25, 3.UG", - "address_link": "ris.einzelraum?raumkey=67881", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67880, + "usage_id": 222 + }, + "2522.U3.500": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "alt_name": "22.03.500, Flur", "arch_name": "22.03.500@2522", - "b_area_id": 22, - "b_filter_id": 2129, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14191", - "operator": "[ TUMEFME ]", - "plz_place": "81675 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67881", - "roomcode": "2522.U3.500", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43451", + "area_id": 22, + "building_id": 2129, + "floor_level": "3.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14191, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67881, + "usage_id": 222 + }, + "2601.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G200, Empfangshalle", "arch_name": "G200@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43451", - "roomcode": "2601.01.200", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43456", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43451, + "usage_id": 222 + }, + "2601.01.200A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G200a, Flur 5", "arch_name": "G200a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43456", - "roomcode": "2601.01.200A", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9910", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43456, + "usage_id": 222 + }, + "2601.01.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G201, Postauslauf", "arch_name": "G201@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9910", - "roomcode": "2601.01.201", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=22033", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9910, + "usage_id": 12 + }, + "2601.01.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G202, Verwaltung", "arch_name": "G202@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22033", - "roomcode": "2601.01.202", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9912", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22033, + "usage_id": 12 + }, + "2601.01.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G203, Arbeitsraum/mit Besp.Grp.", "arch_name": "G203@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9912", - "roomcode": "2601.01.203", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9913", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9912, + "usage_id": 12 + }, + "2601.01.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G205, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G205@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9913", - "roomcode": "2601.01.205", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9914", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9913, + "usage_id": 12 + }, + "2601.01.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G207, Arbeitsraum/mit Besp.Grp.", "arch_name": "G207@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9914", - "roomcode": "2601.01.207", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9933", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9914, + "usage_id": 12 + }, + "2601.01.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G209, Arbeitsraum/mit exp. Arbeitsplatz", "arch_name": "G209@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9933", - "roomcode": "2601.01.209", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43545", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9933, + "usage_id": 12 + }, + "2601.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G210, Serverraum", "arch_name": "G210@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43545", - "roomcode": "2601.01.210", - "usage": 207 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9935", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43545, + "usage_id": 207 + }, + "2601.01.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G211, Arbeitsraum/mit Besp.Grp.", "arch_name": "G211@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9935", - "roomcode": "2601.01.211", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9936", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9935, + "usage_id": 12 + }, + "2601.01.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G213, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G213@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9936", - "roomcode": "2601.01.213", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9958", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9936, + "usage_id": 12 + }, + "2601.01.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G214, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G214@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9958", - "roomcode": "2601.01.214", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9959", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9958, + "usage_id": 12 + }, + "2601.01.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G215, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G215@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9959", - "roomcode": "2601.01.215", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9960", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9959, + "usage_id": 12 + }, + "2601.01.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G216, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G216@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9960", - "roomcode": "2601.01.216", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9961", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9960, + "usage_id": 12 + }, + "2601.01.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G217, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G217@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9961", - "roomcode": "2601.01.217", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43700", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9961, + "usage_id": 12 + }, + "2601.01.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G218, Physikalischer Messraum", "arch_name": "G218@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43700", - "roomcode": "2601.01.218", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43703", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43700, + "usage_id": 103 + }, + "2601.01.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G222, Serverraum", "arch_name": "G222@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43703", - "roomcode": "2601.01.222", - "usage": 207 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43790", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43703, + "usage_id": 207 + }, + "2601.01.222A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G222a, Messraum", "arch_name": "G222a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43790", - "roomcode": "2601.01.222A", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43797", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43790, + "usage_id": 103 + }, + "2601.01.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G223, Lesepl. m. B\u00fccherst./Bibliothek", "arch_name": "G223@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43797", - "roomcode": "2601.01.223", - "usage": 10 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43876", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43797, + "usage_id": 10 + }, + "2601.01.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G224, Bibliothek u. Arbeitsraum", "arch_name": "G224@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43876", - "roomcode": "2601.01.224", - "usage": 10 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43882", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43876, + "usage_id": 10 + }, + "2601.01.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G225, Bibliothek", "arch_name": "G225@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43882", - "roomcode": "2601.01.225", - "usage": 10 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=10000", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43882, + "usage_id": 10 + }, + "2601.01.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G226, Arbeitsraum/mit Besp.Grp.", "arch_name": "G226@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10000", - "roomcode": "2601.01.226", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9620", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10000, + "usage_id": 12 + }, + "2601.01.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G227, Arbeitsraum/mit Besp.Grp.", "arch_name": "G227@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9620", - "roomcode": "2601.01.227", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9621", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9620, + "usage_id": 12 + }, + "2601.01.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G228, Arbeitsraum/mit Besp.Grp.", "arch_name": "G228@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9621", - "roomcode": "2601.01.228", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9622", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9621, + "usage_id": 12 + }, + "2601.01.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G229, Arbeitsraum/mit Besp.Grp.", "arch_name": "G229@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9622", - "roomcode": "2601.01.229", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9623", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9622, + "usage_id": 12 + }, + "2601.01.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G230, Arbeitsraum/mit Besp.Grp.", "arch_name": "G230@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9623", - "roomcode": "2601.01.230", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9695", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9623, + "usage_id": 12 + }, + "2601.01.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G231, Arbeitsraum/mit Besp.Grp.", "arch_name": "G231@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9695", - "roomcode": "2601.01.231", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9697", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9695, + "usage_id": 12 + }, + "2601.01.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G232, Arbeitsraum/mit Besp.Grp.", "arch_name": "G232@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9697", - "roomcode": "2601.01.232", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9700", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9697, + "usage_id": 12 + }, + "2601.01.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G233, Arbeitsraum/mit Besp.Grp.", "arch_name": "G233@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9700", - "roomcode": "2601.01.233", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9702", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9700, + "usage_id": 12 + }, + "2601.01.234": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G234, Arbeitsraum/mit Besp.Grp.", "arch_name": "G234@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9702", - "roomcode": "2601.01.234", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9703", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9702, + "usage_id": 12 + }, + "2601.01.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G235, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G235@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9703", - "roomcode": "2601.01.235", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9740", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9703, + "usage_id": 12 + }, + "2601.01.236": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G236, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G236@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9740", - "roomcode": "2601.01.236", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9741", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9740, + "usage_id": 12 + }, + "2601.01.237": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G237, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G237@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9741", - "roomcode": "2601.01.237", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9742", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9741, + "usage_id": 12 + }, + "2601.01.238": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G238, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G238@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9742", - "roomcode": "2601.01.238", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44189", - "alt_name": "G241, Sitzungs.-,Konferenzraum", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9742, + "usage_id": 12 + }, + "2601.01.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, + "alt_name": "G241, Sitzungs.-,Konferenzraum", "arch_name": "G241@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": "tvKalender.wSicht?cOrg=14989&cRes=28954&cReadonly=J", - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44189", - "roomcode": "2601.01.241", - "usage": 196 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44272", + "area_id": 16, + "building_id": 621, + "calendar_resource_nr": 28954, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44189, + "usage_id": 196 + }, + "2601.01.241A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G241a, Vorraum", "arch_name": "G241a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44272", - "roomcode": "2601.01.241A", - "usage": 50 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9770", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44272, + "usage_id": 50 + }, + "2601.01.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G242, Zeichensaal", "arch_name": "G242@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": "tvKalender.wSicht?cOrg=14989&cRes=18739&cReadonly=J", - "extended": { - "additional_description": "G242, Zeichensaal", - "address": "Franz-Langinger-Str. 10(2601), 1.Obergescho\u00df", - "architect_room_nr": "G242@2601", - "area_m2": 52.43, - "building": "2601 Institut f\u00fcr Grundbau und Bodenmechanik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "242", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81245 M\u00fcnchen" - }, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9770", - "roomcode": "2601.01.242", - "usage": 55 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44284", + "area_id": 16, + "building_id": 621, + "calendar_resource_nr": 18739, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9770, + "usage_id": 55 + }, + "2601.01.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G243, Teek\u00fcche", "arch_name": "G243@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44284", - "roomcode": "2601.01.243", - "usage": 198 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44288", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44284, + "usage_id": 198 + }, + "2601.01.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G244, Zeichenarchiv", "arch_name": "G244@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44288", - "roomcode": "2601.01.244", - "usage": 2 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42839", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44288, + "usage_id": 2 + }, + "2601.01.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G245, WC-Herren", "arch_name": "G245@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42839", - "roomcode": "2601.01.245", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42846", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42839, + "usage_id": 115 + }, + "2601.01.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G246, Putzraum", "arch_name": "G246@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42846", - "roomcode": "2601.01.246", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42856", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42846, + "usage_id": 205 + }, + "2601.01.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G247, WC-Damen", "arch_name": "G247@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42856", - "roomcode": "2601.01.247", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42942", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42856, + "usage_id": 116 + }, + "2601.01.248": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G248, Lager", "arch_name": "G248@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42942", - "roomcode": "2601.01.248", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42946", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42942, + "usage_id": 30 + }, + "2601.01.249": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G249, Registratur, Archiv", "arch_name": "G249@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42946", - "roomcode": "2601.01.249", - "usage": 2 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42948", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42946, + "usage_id": 2 + }, + "2601.01.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G251, Treppenraum", "arch_name": "G251@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42948", - "roomcode": "2601.01.251", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42952", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42948, + "usage_id": 223 + }, + "2601.01.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G252, Flur 1", "arch_name": "G252@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42952", - "roomcode": "2601.01.252", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43033", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42952, + "usage_id": 222 + }, + "2601.01.252A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G252a, Elektro Verteiler", "arch_name": "G252a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43033", - "roomcode": "2601.01.252A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43039", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43033, + "usage_id": 160 + }, + "2601.01.252B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G252b, Installation", "arch_name": "G252b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43039", - "roomcode": "2601.01.252B", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43043", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43039, + "usage_id": 120 + }, + "2601.01.253": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G253, Flur 2", "arch_name": "G253@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43043", - "roomcode": "2601.01.253", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43052", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43043, + "usage_id": 222 + }, + "2601.01.253A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G253a, Elektro Verteiler", "arch_name": "G253a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43052", - "roomcode": "2601.01.253A", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43056", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43052, + "usage_id": 120 + }, + "2601.01.253B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G253b, Installation", "arch_name": "G253b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43056", - "roomcode": "2601.01.253B", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43128", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43056, + "usage_id": 120 + }, + "2601.01.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G254, Flur 3", "arch_name": "G254@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43128", - "roomcode": "2601.01.254", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43133", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43128, + "usage_id": 222 + }, + "2601.01.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G255, Flur 4", "arch_name": "G255@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43133", - "roomcode": "2601.01.255", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43137", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43133, + "usage_id": 222 + }, + "2601.01.255A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G255a, Balkon zur Halle", "arch_name": "G255a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43137", - "roomcode": "2601.01.255A", - "usage": 219 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43143", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43137, + "usage_id": 219 + }, + "2601.01.256": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G256, Wendeltreppe", "arch_name": "G256@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43143", - "roomcode": "2601.01.256", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43146", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43143, + "usage_id": 223 + }, + "2601.01.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G257, Wendeltreppe", "arch_name": "G257@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43146", - "roomcode": "2601.01.257", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43148", + "area_id": 16, + "building_id": 621, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43146, + "usage_id": 223 + }, + "2601.02.344": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G344, Treppenraum", "arch_name": "G344@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43148", - "roomcode": "2601.02.344", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43301", + "area_id": 16, + "building_id": 621, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43148, + "usage_id": 223 + }, + "2601.02.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G355, Raumlufttechnik", "arch_name": "G355@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43301", - "roomcode": "2601.02.350", - "usage": 32 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43304", + "area_id": 16, + "building_id": 621, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43301, + "usage_id": 32 + }, + "2601.02.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G352, Installationsschacht", "arch_name": "G352@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43304", - "roomcode": "2601.02.352", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43305", + "area_id": 16, + "building_id": 621, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43304, + "usage_id": 120 + }, + "2601.02.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G353, Installationsschacht", "arch_name": "G353@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43305", - "roomcode": "2601.02.353", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43675", + "area_id": 16, + "building_id": 621, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43305, + "usage_id": 120 + }, + "2601.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G105, Treppenraum", "arch_name": "G105@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43675", - "roomcode": "2601.EG.105", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22074", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43675, + "usage_id": 223 + }, + "2601.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G106, Physiklabor (>750)", "arch_name": "G106@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": "tvKalender.wSicht?cOrg=14989&cRes=18851&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22074", - "roomcode": "2601.EG.106", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43684", + "area_id": 16, + "building_id": 621, + "calendar_resource_nr": 18851, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22074, + "usage_id": 103 + }, + "2601.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G107, Flur/Eingang", "arch_name": "G107@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43684", - "roomcode": "2601.EG.107", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43752", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43684, + "usage_id": 222 + }, + "2601.EG.107A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G107a, Aufzugsmaschinenraum", "arch_name": "G107a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43752", - "roomcode": "2601.EG.107A", - "usage": 5 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43758", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43752, + "usage_id": 5 + }, + "2601.EG.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G108, Lager", "arch_name": "G108@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43758", - "roomcode": "2601.EG.108", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43763", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43758, + "usage_id": 30 + }, + "2601.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G110, Arbeitsraum/mit Besp.Grp.", "arch_name": "G110@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43763", - "roomcode": "2601.EG.110", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43769", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43763, + "usage_id": 12 + }, + "2601.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G112, Flur 4", "arch_name": "G112@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43769", - "roomcode": "2601.EG.112", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43841", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43769, + "usage_id": 222 + }, + "2601.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G113/111, Str\u00f6mungstechnikraum", "arch_name": "G113/111@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43841", - "roomcode": "2601.EG.113", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43847", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43841, + "usage_id": 194 + }, + "2601.EG.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G115, Elektroniklabor", "arch_name": "G115@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43847", - "roomcode": "2601.EG.115", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22167", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43847, + "usage_id": 103 + }, + "2601.EG.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G117, Periphere Ger\u00e4te f\u00fcr EDV", "arch_name": "G117@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22167", - "roomcode": "2601.EG.117", - "usage": 110 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43858", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22167, + "usage_id": 110 + }, + "2601.EG.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G118, Technolog. Labor", "arch_name": "G118@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43858", - "roomcode": "2601.EG.118", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43864", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43858, + "usage_id": 194 + }, + "2601.EG.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G123, Technolog. Labor (>750)", "arch_name": "G123@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43864", - "roomcode": "2601.EG.123", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43953", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43864, + "usage_id": 194 + }, + "2601.EG.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G124, Hausmeisterwerkstatt/Sanit\u00e4r", "arch_name": "G124@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43953", - "roomcode": "2601.EG.124", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43961", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 37992, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43953, + "usage_id": 51 + }, + "2601.EG.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G125, Eingangshalle", "arch_name": "G125@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43961", - "roomcode": "2601.EG.125", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44031", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43961, + "usage_id": 222 + }, + "2601.EG.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G126, Flur 1", "arch_name": "G126@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44031", - "roomcode": "2601.EG.126", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44040", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44031, + "usage_id": 222 + }, + "2601.EG.126A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G126a, Installation", "arch_name": "G126a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44040", - "roomcode": "2601.EG.126A", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44044", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44040, + "usage_id": 120 + }, + "2601.EG.126B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G126b, Installation", "arch_name": "G126b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44044", - "roomcode": "2601.EG.126B", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44051", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44044, + "usage_id": 120 + }, + "2601.EG.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G127, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G127@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44051", - "roomcode": "2601.EG.127", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44060", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44051, + "usage_id": 12 + }, + "2601.EG.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G128, Feinmechanische Werkstatt", "arch_name": "G128@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44060", - "roomcode": "2601.EG.128", - "usage": 108 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22308", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44060, + "usage_id": 108 + }, + "2601.EG.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G129, Feinmechanische Werkstatt", "arch_name": "G129@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22308", - "roomcode": "2601.EG.129", - "usage": 108 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44259", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22308, + "usage_id": 108 + }, + "2601.EG.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G131, Grobmechanische Werkstatt", "arch_name": "G131@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44259", - "roomcode": "2601.EG.131", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=44268", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44259, + "usage_id": 51 + }, + "2601.EG.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G134, Grobmechanische Werkstatt", "arch_name": "G134@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44268", - "roomcode": "2601.EG.134", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22446", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44268, + "usage_id": 51 + }, + "2601.EG.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G135, Ger\u00e4teraum", "arch_name": "G135@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22446", - "roomcode": "2601.EG.135", - "usage": 18 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43032", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22446, + "usage_id": 18 + }, + "2601.EG.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G136, Flur 3", "arch_name": "G136@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43032", - "roomcode": "2601.EG.136", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43102", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43032, + "usage_id": 222 + }, + "2601.EG.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G142, Phys.Messraum m.Lufttechnischen Anforderunge", "arch_name": "G142@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43102", - "roomcode": "2601.EG.142", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43106", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43102, + "usage_id": 103 + }, + "2601.EG.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G144, S\u00e4geraum", "arch_name": "G144@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43106", - "roomcode": "2601.EG.144", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43113", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43106, + "usage_id": 103 + }, + "2601.EG.144A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G144a, Lager", "arch_name": "G144a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43113", - "roomcode": "2601.EG.144A", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43121", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43113, + "usage_id": 30 + }, + "2601.EG.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G145, Klimaraum", "arch_name": "G145@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43121", - "roomcode": "2601.EG.145", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43195", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43121, + "usage_id": 103 + }, + "2601.EG.145A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G145a, Flur 2", "arch_name": "G145a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43195", - "roomcode": "2601.EG.145A", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43200", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43195, + "usage_id": 222 + }, + "2601.EG.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G146, Physiklabor (>750)", "arch_name": "G146@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43200", - "roomcode": "2601.EG.146", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43204", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43200, + "usage_id": 103 + }, + "2601.EG.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G147, Putzraum/EDV", "arch_name": "G147@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43204", - "roomcode": "2601.EG.147", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43210", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43204, + "usage_id": 205 + }, + "2601.EG.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G148, Feuchtraum", "arch_name": "G148@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43210", - "roomcode": "2601.EG.148", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43214", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43210, + "usage_id": 30 + }, + "2601.EG.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G149, WC-Herren", "arch_name": "G149@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43214", - "roomcode": "2601.EG.149", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43274", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43214, + "usage_id": 115 + }, + "2601.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G150, WC-Herren", "arch_name": "G150@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43274", - "roomcode": "2601.EG.150", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43278", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43274, + "usage_id": 115 + }, + "2601.EG.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G151, WC-Damen", "arch_name": "G151@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43278", - "roomcode": "2601.EG.151", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43283", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43278, + "usage_id": 116 + }, + "2601.EG.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G152, Lager", "arch_name": "G152@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43283", - "roomcode": "2601.EG.152", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43288", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43283, + "usage_id": 30 + }, + "2601.EG.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G153, Grobmechanische Werkstatt", "arch_name": "G153@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43288", - "roomcode": "2601.EG.153", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43296", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43288, + "usage_id": 51 + }, + "2601.EG.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G154, Phys. Messraum", "arch_name": "G154@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43296", - "roomcode": "2601.EG.154", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43366", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43296, + "usage_id": 103 + }, + "2601.EG.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G155, Pr\u00fcfhalle", "arch_name": "G155@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43366", - "roomcode": "2601.EG.155", - "usage": 49 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43372", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43366, + "usage_id": 49 + }, + "2601.EG.156A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G156a, Elektro Verteiler", "arch_name": "G156a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43372", - "roomcode": "2601.EG.156A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43376", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43372, + "usage_id": 160 + }, + "2601.EG.156B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G156b, Elektro Verteiler", "arch_name": "G156b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43376", - "roomcode": "2601.EG.156B", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43380", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43376, + "usage_id": 160 + }, + "2601.EG.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G158, Wendeltreppe", "arch_name": "G158@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43380", - "roomcode": "2601.EG.158", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43388", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43380, + "usage_id": 223 + }, + "2601.EG.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G159, Wendeltreppe", "arch_name": "G159@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43388", - "roomcode": "2601.EG.159", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43733", + "area_id": 16, + "building_id": 621, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43388, + "usage_id": 223 + }, + "2601.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G003, Flur 1", "arch_name": "G003@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43733", - "roomcode": "2601.U1.003", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43740", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43733, + "usage_id": 222 + }, + "2601.U1.003A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G003a, Flur 2", "arch_name": "G003a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43740", - "roomcode": "2601.U1.003A", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43748", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43740, + "usage_id": 222 + }, + "2601.U1.003B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G003b, Flur 3", "arch_name": "G003b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43748", - "roomcode": "2601.U1.003B", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43820", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43748, + "usage_id": 222 + }, + "2601.U1.003C": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G003c, Verbindungs Flur 4", "arch_name": "G003c@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43820", - "roomcode": "2601.U1.003C", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43823", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43820, + "usage_id": 222 + }, + "2601.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G004, Technolog. Labor (>750)", "arch_name": "G004@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43823", - "roomcode": "2601.U1.004", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43827", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43823, + "usage_id": 194 + }, + "2601.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G005, Aufzugsmaschinenraum", "arch_name": "G005@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43827", - "roomcode": "2601.U1.005", - "usage": 5 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43831", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43827, + "usage_id": 5 + }, + "2601.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G006, Lager", "arch_name": "G006@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43831", - "roomcode": "2601.U1.006", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43836", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43831, + "usage_id": 30 + }, + "2601.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G007, Hebeb\u00fchne", "arch_name": "G007@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43836", - "roomcode": "2601.U1.007", - "usage": 4 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43919", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43836, + "usage_id": 4 + }, + "2601.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G008, Technolog. Labor (>750)", "arch_name": "G008@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43919", - "roomcode": "2601.U1.008", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=14779", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14989, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43919, + "usage_id": 194 + }, + "2601.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G011, Werkstatt/Heizung", "arch_name": "G011@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=37586", - "operator": "[ TUZV44E ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14779", - "roomcode": "2601.U1.011", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43928", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 37586, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14779, + "usage_id": 51 + }, + "2601.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G012, Lager/Sanit\u00e4r", "arch_name": "G012@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37586", - "operator": "[ TUZV44E ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43928", - "roomcode": "2601.U1.012", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44010", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37586, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43928, + "usage_id": 30 + }, + "2601.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G013, Studentenlabor", "arch_name": "G013@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44010", - "roomcode": "2601.U1.013", - "usage": 211 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44014", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44010, + "usage_id": 211 + }, + "2601.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G015, Studentenpraktikum", "arch_name": "G015@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44014", - "roomcode": "2601.U1.015", - "usage": 211 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44017", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44014, + "usage_id": 211 + }, + "2601.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G022, Besprechungsraum", "arch_name": "G022@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": "tvKalender.wSicht?cOrg=14989&cRes=28953&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44017", - "roomcode": "2601.U1.022", - "usage": 196 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=67628", + "area_id": 16, + "building_id": 621, + "calendar_resource_nr": 28953, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14989, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44017, + "usage_id": 196 + }, + "2601.U1.022A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G022A, K\u00fcche", "arch_name": "G022A@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67628", - "roomcode": "2601.U1.022A", - "usage": 28 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44022", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67628, + "usage_id": 28 + }, + "2601.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G024, Umkleide-Herren", "arch_name": "G024@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44022", - "roomcode": "2601.U1.024", - "usage": 121 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44026", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44022, + "usage_id": 121 + }, + "2601.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G025, Waschraum-Herren", "arch_name": "G025@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44026", - "roomcode": "2601.U1.025", - "usage": 37 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44115", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44026, + "usage_id": 37 + }, + "2601.U1.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G026, Wasserhebeanlage", "arch_name": "G026@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44115", - "roomcode": "2601.U1.026", - "usage": 182 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44229", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44115, + "usage_id": 182 + }, + "2601.U1.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G027, Umkleide-Damen", "arch_name": "G027@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44229", - "roomcode": "2601.U1.027", - "usage": 121 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=44234", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44229, + "usage_id": 121 + }, + "2601.U1.027A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "027a, Waschraum-Damen", "arch_name": "027a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44234", - "roomcode": "2601.U1.027A", - "usage": 210 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43186", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44234, + "usage_id": 210 + }, + "2601.U1.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G028, Holzwerkstatt", "arch_name": "G028@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43186", - "roomcode": "2601.U1.028", - "usage": 107 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43190", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43186, + "usage_id": 107 + }, + "2601.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G030, Lager m. Betriebsspezifischen Einbauten", "arch_name": "G030@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43190", - "roomcode": "2601.U1.030", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43255", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43190, + "usage_id": 30 + }, + "2601.U1.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G035, Lager", "arch_name": "G035@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43255", - "roomcode": "2601.U1.035", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43257", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43255, + "usage_id": 30 + }, + "2601.U1.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G036, Flur 5", "arch_name": "G036@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43257", - "roomcode": "2601.U1.036", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43261", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43257, + "usage_id": 222 + }, + "2601.U1.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G037, Lager m. Strahlenschutz", "arch_name": "G037@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43261", - "roomcode": "2601.U1.037", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43268", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43261, + "usage_id": 30 + }, + "2601.U1.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G038, Wendeltreppe", "arch_name": "G038@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43268", - "roomcode": "2601.U1.038", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43273", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43268, + "usage_id": 223 + }, + "2601.U1.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G041, Lager m. Betriebsspezifischen Einbauten", "arch_name": "G041@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43273", - "roomcode": "2601.U1.041", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43349", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43273, + "usage_id": 30 + }, + "2601.U1.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G042, Wasserversorgung, Aufbereitung", "arch_name": "G042@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43349", - "roomcode": "2601.U1.042", - "usage": 182 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43353", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43349, + "usage_id": 182 + }, + "2601.U1.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G043, Heiztechnik", "arch_name": "G043@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43353", - "roomcode": "2601.U1.043", - "usage": 201 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43356", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43353, + "usage_id": 201 + }, + "2601.U1.043A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G043a, Elektroanlagen", "arch_name": "G043a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43356", - "roomcode": "2601.U1.043A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43362", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43356, + "usage_id": 160 + }, + "2601.U1.043B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G043b, Elektro Verteiler", "arch_name": "G043b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43362", - "roomcode": "2601.U1.043B", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43427", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43362, + "usage_id": 160 + }, + "2601.U1.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G044, Treppenraum", "arch_name": "G044@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43427", - "roomcode": "2601.U1.044", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43431", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43427, + "usage_id": 223 + }, + "2601.U1.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G045, Ph.-\u00dcb.Labor m Strahlenschutz", "arch_name": "G045@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43431", - "roomcode": "2601.U1.045", - "usage": 211 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43438", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43431, + "usage_id": 211 + }, + "2601.U1.045A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G045A, Wasserversorgung, Aufbereitung", "arch_name": "G045A@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43438", - "roomcode": "2601.U1.045A", - "usage": 182 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43442", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43438, + "usage_id": 182 + }, + "2601.U1.047": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G047, WC-Herren", "arch_name": "G047@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43442", - "roomcode": "2601.U1.047", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43505", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43442, + "usage_id": 115 + }, + "2601.U1.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G048, Putzraum", "arch_name": "G048@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43505", - "roomcode": "2601.U1.048", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43513", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43505, + "usage_id": 205 + }, + "2601.U1.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G049, WC-Damen", "arch_name": "G049@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43513", - "roomcode": "2601.U1.049", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43515", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43513, + "usage_id": 116 + }, + "2601.U1.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G050, Heiztechnik", "arch_name": "G050@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43515", - "roomcode": "2601.U1.050", - "usage": 201 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43523", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43515, + "usage_id": 201 + }, + "2601.U1.050A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G050a, Elektro Verteiler", "arch_name": "G050a@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43523", - "roomcode": "2601.U1.050A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43591", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43523, + "usage_id": 160 + }, + "2601.U1.050B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G050b, Elektro Verteiler", "arch_name": "G050b@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43591", - "roomcode": "2601.U1.050B", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43597", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43591, + "usage_id": 160 + }, + "2601.U1.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G051, Probenlager", "arch_name": "G051@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43597", - "roomcode": "2601.U1.051", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43603", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43597, + "usage_id": 30 + }, + "2601.U1.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G052, Archiv", "arch_name": "G052@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43603", - "roomcode": "2601.U1.052", - "usage": 2 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43609", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43603, + "usage_id": 2 + }, + "2601.U1.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G055, Flur 6", "arch_name": "G055@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43609", - "roomcode": "2601.U1.055", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43669", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43609, + "usage_id": 222 + }, + "2601.U1.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "G056, Wendeltreppe", "arch_name": "G056@2601", - "b_area_id": 16, - "b_filter_id": 621, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43669", - "roomcode": "2601.U1.056", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42697", + "area_id": 16, + "building_id": 621, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43669, + "usage_id": 223 + }, + "2602.01.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E200, Treppenhalle", "arch_name": "E200@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42697", - "roomcode": "2602.01.200", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42699", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42697, + "usage_id": 223 + }, + "2602.01.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E201, Aufenthaltsraum", "arch_name": "E201@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42699", - "roomcode": "2602.01.201", - "usage": 44 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42703", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42699, + "usage_id": 44 + }, + "2602.01.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E203, Vervielf\u00e4ltigungsraum", "arch_name": "E203@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42703", - "roomcode": "2602.01.203", - "usage": 110 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9653", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42703, + "usage_id": 110 + }, + "2602.01.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E204, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E204@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9653", - "roomcode": "2602.01.204", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9677", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9653, + "usage_id": 12 + }, + "2602.01.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E205, EDV-Labor", "arch_name": "E205@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9677", - "roomcode": "2602.01.205", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9679", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9677, + "usage_id": 12 + }, + "2602.01.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E207, Arbeitsraum/mit Besp.Grp.", "arch_name": "E207@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": "tvKalender.wSicht?cOrg=15091&cRes=25320&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9679", - "roomcode": "2602.01.207", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42762", + "area_id": 16, + "building_id": 622, + "calendar_resource_nr": 25320, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9679, + "usage_id": 12 + }, + "2602.01.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E208, \u00dcbungsraum", "arch_name": "E208@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": "tvKalender.wSicht?cOrg=15091&cRes=18839&cReadonly=J", - "extended": { - "additional_description": "E208, \u00dcbungsraum", - "address": "Franz-Langinger-Str. 10(2602), 1.Obergescho\u00df", - "architect_room_nr": "E208@2602", - "area_m2": 74.36, - "building": "2602 Institut f\u00fcr Eisenbahn und Landverkehrsw", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "208", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81245 M\u00fcnchen" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42762", - "roomcode": "2602.01.208", - "usage": 131 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42767", + "area_id": 16, + "building_id": 622, + "calendar_resource_nr": 18839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42762, + "usage_id": 131 + }, + "2602.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E210, Flur 1", "arch_name": "E210@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42767", - "roomcode": "2602.01.210", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42813", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42767, + "usage_id": 222 + }, + "2602.01.210A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E210A, Balkon 1", "arch_name": "E210A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42813", - "roomcode": "2602.01.210A", - "usage": 219 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42815", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42813, + "usage_id": 219 + }, + "2602.01.210B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E210B, Elektro Verteiler", "arch_name": "E210B@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42815", - "roomcode": "2602.01.210B", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=22466", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42815, + "usage_id": 160 + }, + "2602.01.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E221, Zentraler Server", "arch_name": "E221@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22466", - "roomcode": "2602.01.221", - "usage": 207 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9726", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22466, + "usage_id": 207 + }, + "2602.01.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E222, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E222@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9726", - "roomcode": "2602.01.222", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9728", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9726, + "usage_id": 12 + }, + "2602.01.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E223, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E223@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9728", - "roomcode": "2602.01.223", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9730", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9728, + "usage_id": 12 + }, + "2602.01.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E224, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E224@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9730", - "roomcode": "2602.01.224", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9731", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9730, + "usage_id": 12 + }, + "2602.01.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E225, Arbeitsraum/mit Besp.Grp.", "arch_name": "E225@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9731", - "roomcode": "2602.01.225", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9732", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9731, + "usage_id": 12 + }, + "2602.01.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E227, Lager", "arch_name": "E227@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9732", - "roomcode": "2602.01.227", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=22502", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9732, + "usage_id": 30 + }, + "2602.01.227A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E227A, B\u00fcro", "arch_name": "E227A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22502", - "roomcode": "2602.01.227A", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=41964", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22502, + "usage_id": 12 + }, + "2602.01.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E230, Labor f. station\u00e4re Maschinen", "arch_name": "E230@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41964", - "roomcode": "2602.01.230", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=41967", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41964, + "usage_id": 194 + }, + "2602.01.230A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E230A, Balkon 2", "arch_name": "E230A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41967", - "roomcode": "2602.01.230A", - "usage": 219 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=41973", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41967, + "usage_id": 219 + }, + "2602.01.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E232, Flur 2", "arch_name": "E232@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41973", - "roomcode": "2602.01.232", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42016", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41973, + "usage_id": 222 + }, + "2602.01.232A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E232A, Elektro Verteiler", "arch_name": "E232A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42016", - "roomcode": "2602.01.232A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42020", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42016, + "usage_id": 160 + }, + "2602.01.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E241, Flur", "arch_name": "E241@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42020", - "roomcode": "2602.01.241", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42023", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42020, + "usage_id": 222 + }, + "2602.01.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E242, WC-Herren", "arch_name": "E242@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42023", - "roomcode": "2602.01.242", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42027", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42023, + "usage_id": 115 + }, + "2602.01.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E243, WC-Damen", "arch_name": "E243@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42027", - "roomcode": "2602.01.243", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42031", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42027, + "usage_id": 116 + }, + "2602.01.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E244, Fotolabor", "arch_name": "E244@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42031", - "roomcode": "2602.01.244", - "usage": 104 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42034", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42031, + "usage_id": 104 + }, + "2602.01.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E245, Putzraum", "arch_name": "E245@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42034", - "roomcode": "2602.01.245", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42074", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42034, + "usage_id": 205 + }, + "2602.01.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E246, Treppenhaus 1", "arch_name": "E246@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42074", - "roomcode": "2602.01.246", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42078", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42074, + "usage_id": 223 + }, + "2602.01.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E247, Treppenhaus 2", "arch_name": "E247@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42078", - "roomcode": "2602.01.247", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42083", + "area_id": 16, + "building_id": 622, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42078, + "usage_id": 223 + }, + "2602.02.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E301, Treppenhaus", "arch_name": "E301@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42083", - "roomcode": "2602.02.301", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42086", + "area_id": 16, + "building_id": 622, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42083, + "usage_id": 223 + }, + "2602.02.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E302, Technik", "arch_name": "E302@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42086", - "roomcode": "2602.02.302", - "usage": 32 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43474", + "area_id": 16, + "building_id": 622, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42086, + "usage_id": 32 + }, + "2602.EG.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E100, Eingangshalle", "arch_name": "E100@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43474", - "roomcode": "2602.EG.100", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43476", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43474, + "usage_id": 222 + }, + "2602.EG.100B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E100B, Flur 1", "arch_name": "E100B@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43476", - "roomcode": "2602.EG.100B", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=43480", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43476, + "usage_id": 222 + }, + "2602.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E101, Versuchshalle", "arch_name": "E101@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43480", - "roomcode": "2602.EG.101", - "usage": 49 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9951", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15091, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43480, + "usage_id": 49 + }, + "2602.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E102, Arbeitsraum/mit Besp.Grp.", "arch_name": "E102@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9951", - "roomcode": "2602.EG.102", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67629", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9951, + "usage_id": 12 + }, + "2602.EG.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E103, Sekretariat", "arch_name": "E103@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67629", - "roomcode": "2602.EG.103", - "usage": 40 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9953", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67629, + "usage_id": 40 + }, + "2602.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E104, Besprechungsraum", "arch_name": "E104@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9953", - "roomcode": "2602.EG.104", - "usage": 196 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9955", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9953, + "usage_id": 196 + }, + "2602.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E105, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E105@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9955", - "roomcode": "2602.EG.105", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9969", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9955, + "usage_id": 12 + }, + "2602.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E106, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E106@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9969", - "roomcode": "2602.EG.106", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9971", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9969, + "usage_id": 12 + }, + "2602.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E107, Arbeitsraum/mit Besp.Grp.", "arch_name": "E107@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9971", - "roomcode": "2602.EG.107", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9973", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9971, + "usage_id": 12 + }, + "2602.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E110, Arbeitsraum/mit Besp.Grp.", "arch_name": "E110@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9973", - "roomcode": "2602.EG.110", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42517", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9973, + "usage_id": 12 + }, + "2602.EG.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E111, Technol. Labor", "arch_name": "E111@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42517", - "roomcode": "2602.EG.111", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22234", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42517, + "usage_id": 194 + }, + "2602.EG.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E122, Elektroniklabor", "arch_name": "E122@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22234", - "roomcode": "2602.EG.122", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42524", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22234, + "usage_id": 103 + }, + "2602.EG.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E123, Holzwerkstatt", "arch_name": "E123@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42524", - "roomcode": "2602.EG.123", - "usage": 107 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42526", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42524, + "usage_id": 107 + }, + "2602.EG.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E124, Freiluftexperimentierfl\u00e4chen", "arch_name": "E124@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42526", - "roomcode": "2602.EG.124", - "usage": 218 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42529", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42526, + "usage_id": 218 + }, + "2602.EG.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E125, Freilagerfl\u00e4che", "arch_name": "E125@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42529", - "roomcode": "2602.EG.125", - "usage": 217 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42531", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42529, + "usage_id": 217 + }, + "2602.EG.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E127, Metallwerkst\u00e4tte grob", "arch_name": "E127@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42531", - "roomcode": "2602.EG.127", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9993", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42531, + "usage_id": 51 + }, + "2602.EG.127A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E127A, Werkmeisterb\u00fcro", "arch_name": "E127A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9993", - "roomcode": "2602.EG.127A", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42584", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9993, + "usage_id": 12 + }, + "2602.EG.127B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E127B, Grobmechanische Werkstatt", "arch_name": "E127B@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42584", - "roomcode": "2602.EG.127B", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42587", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42584, + "usage_id": 51 + }, + "2602.EG.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E131, Kfz-Abstellraum", "arch_name": "E131@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42587", - "roomcode": "2602.EG.131", - "usage": 100 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42593", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42587, + "usage_id": 100 + }, + "2602.EG.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E141, Putzraum", "arch_name": "E141@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42593", - "roomcode": "2602.EG.141", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42596", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42593, + "usage_id": 205 + }, + "2602.EG.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E142, WC-Herren", "arch_name": "E142@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42596", - "roomcode": "2602.EG.142", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42635", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42596, + "usage_id": 115 + }, + "2602.EG.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E143, WC-Damen", "arch_name": "E143@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42635", - "roomcode": "2602.EG.143", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42639", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42635, + "usage_id": 116 + }, + "2602.EG.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E144, WC-Herren", "arch_name": "E144@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42639", - "roomcode": "2602.EG.144", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42644", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42639, + "usage_id": 115 + }, + "2602.EG.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E145, Flur 2", "arch_name": "E145@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42644", - "roomcode": "2602.EG.145", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42647", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42644, + "usage_id": 222 + }, + "2602.EG.145A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E145A, Elektro Verteiler", "arch_name": "E145A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42647", - "roomcode": "2602.EG.145A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42688", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42647, + "usage_id": 160 + }, + "2602.EG.145B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E145B, Elektro Verteiler", "arch_name": "E145B@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42688", - "roomcode": "2602.EG.145B", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42690", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42688, + "usage_id": 160 + }, + "2602.EG.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E146, Treppenhaus 1", "arch_name": "E146@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42690", - "roomcode": "2602.EG.146", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42693", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42690, + "usage_id": 223 + }, + "2602.EG.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E147, Treppenhaus 2", "arch_name": "E147@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42693", - "roomcode": "2602.EG.147", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43307", + "area_id": 16, + "building_id": 622, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42693, + "usage_id": 223 + }, + "2602.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E002, Montageschacht", "arch_name": "E002@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43307", - "roomcode": "2602.U1.002", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43312", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43307, + "usage_id": 120 + }, + "2602.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E003, Kaminschacht", "arch_name": "E003@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43312", - "roomcode": "2602.U1.003", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43315", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43312, + "usage_id": 120 + }, + "2602.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E005, Heizungstechnik", "arch_name": "E005@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43315", - "roomcode": "2602.U1.005", - "usage": 201 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43319", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43315, + "usage_id": 201 + }, + "2602.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E006, Lager/Hebeanlage/Sanit\u00e4r", "arch_name": "E006@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43319", - "roomcode": "2602.U1.006", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43324", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43319, + "usage_id": 30 + }, + "2602.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E007, WC-Herren", "arch_name": "E007@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43324", - "roomcode": "2602.U1.007", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43550", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43324, + "usage_id": 115 + }, + "2602.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E008, Waschraum", "arch_name": "E008@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43550", - "roomcode": "2602.U1.008", - "usage": 210 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43554", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43550, + "usage_id": 210 + }, + "2602.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E009, Garderobe", "arch_name": "E009@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43554", - "roomcode": "2602.U1.009", - "usage": 121 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43556", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43554, + "usage_id": 121 + }, + "2602.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E011, Aufenthaltsraum", "arch_name": "E011@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43556", - "roomcode": "2602.U1.011", - "usage": 44 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43561", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43556, + "usage_id": 44 + }, + "2602.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E012, Treppenhaus 2", "arch_name": "E012@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43561", - "roomcode": "2602.U1.012", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43564", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43561, + "usage_id": 223 + }, + "2602.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E013, Flur 2", "arch_name": "E013@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43564", - "roomcode": "2602.U1.013", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43566", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43564, + "usage_id": 222 + }, + "2602.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E030, Versorgung", "arch_name": "E030@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43566", - "roomcode": "2602.U1.030", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43391", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43566, + "usage_id": 120 + }, + "2602.U1.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E032, K\u00e4lteraum", "arch_name": "E032@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43391", - "roomcode": "2602.U1.032", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43395", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43391, + "usage_id": 30 + }, + "2602.U1.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E033, Lagerraum", "arch_name": "E033@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43395", - "roomcode": "2602.U1.033", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43397", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43395, + "usage_id": 30 + }, + "2602.U1.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E034, Flur", "arch_name": "E034@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43397", - "roomcode": "2602.U1.034", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43398", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43397, + "usage_id": 222 + }, + "2602.U1.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E035, Klimaraum", "arch_name": "E035@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43398", - "roomcode": "2602.U1.035", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43400", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43398, + "usage_id": 30 + }, + "2602.U1.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E036, Werkstatt", "arch_name": "E036@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43400", - "roomcode": "2602.U1.036", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43402", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43400, + "usage_id": 51 + }, + "2602.U1.037": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E037, Aggregate", "arch_name": "E037@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43402", - "roomcode": "2602.U1.037", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43405", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43402, + "usage_id": 120 + }, + "2602.U1.037A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E037A, Aufzugsschacht", "arch_name": "E037A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43405", - "roomcode": "2602.U1.037A", - "usage": 195 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43225", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43405, + "usage_id": 195 + }, + "2602.U1.038": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E038, Treppenhaus 1", "arch_name": "E038@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43225", - "roomcode": "2602.U1.038", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43228", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43225, + "usage_id": 223 + }, + "2602.U1.039": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E039, Flur 1", "arch_name": "E039@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43228", - "roomcode": "2602.U1.039", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43232", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43228, + "usage_id": 222 + }, + "2602.U1.039A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E039A, Installation", "arch_name": "E039A@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43232", - "roomcode": "2602.U1.039A", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43234", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43232, + "usage_id": 120 + }, + "2602.U1.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E043, Betriebstechnik", "arch_name": "E043@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43234", - "roomcode": "2602.U1.043", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43472", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43234, + "usage_id": 120 + }, + "2602.U1.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "E044, Elektro Verteiler", "arch_name": "E044@2602", - "b_area_id": 16, - "b_filter_id": 622, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43472", - "roomcode": "2602.U1.044", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42093", + "area_id": 16, + "building_id": 622, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43472, + "usage_id": 160 + }, + "2604.01.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "201, Pr\u00fcf-/und Auswerteraum", "arch_name": "201@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42093", - "roomcode": "2604.01.201", - "usage": 110 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=22559", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42093, + "usage_id": 110 + }, + "2604.01.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "204, Zentraler Auswerteraum", "arch_name": "204@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22559", - "roomcode": "2604.01.204", - "usage": 110 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=22560", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22559, + "usage_id": 110 + }, + "2604.01.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "206, Techn. Labor mit Absaugung", "arch_name": "206@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22560", - "roomcode": "2604.01.206", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=22562", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22560, + "usage_id": 194 + }, + "2604.01.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "208, Physiklabor", "arch_name": "208@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22562", - "roomcode": "2604.01.208", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42099", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22562, + "usage_id": 103 + }, + "2604.01.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "209, Physiklabor m. Lufttechn.", "arch_name": "209@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42099", - "roomcode": "2604.01.209", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42151", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42099, + "usage_id": 103 + }, + "2604.01.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "210, Physiklabor m. Lufttechn.", "arch_name": "210@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42151", - "roomcode": "2604.01.210", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42153", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42151, + "usage_id": 103 + }, + "2604.01.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "211, Physiklabor m. Lufttechn.", "arch_name": "211@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42153", - "roomcode": "2604.01.211", - "usage": 103 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9824", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42153, + "usage_id": 103 + }, + "2604.01.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "212, B\u00fcro", "arch_name": "212@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9824", - "roomcode": "2604.01.212", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9825", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9824, + "usage_id": 12 + }, + "2604.01.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "213, B\u00fcro", "arch_name": "213@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9825", - "roomcode": "2604.01.213", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9827", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9825, + "usage_id": 12 + }, + "2604.01.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "214, B\u00fcro", "arch_name": "214@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9827", - "roomcode": "2604.01.214", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42199", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51037, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9827, + "usage_id": 12 + }, + "2604.01.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "215, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "215@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42199", - "roomcode": "2604.01.215", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9849", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42199, + "usage_id": 12 + }, + "2604.01.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "216, B\u00fcro", "arch_name": "216@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9849", - "roomcode": "2604.01.216", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42202", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9849, + "usage_id": 12 + }, + "2604.01.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "217, WC-Herren", "arch_name": "217@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42202", - "roomcode": "2604.01.217", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42205", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42202, + "usage_id": 115 + }, + "2604.01.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "218, WC-Damen", "arch_name": "218@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42205", - "roomcode": "2604.01.218", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=21932", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42205, + "usage_id": 116 + }, + "2604.01.218A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "218A, Putzraum", "arch_name": "218A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21932", - "roomcode": "2604.01.218A", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42207", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21932, + "usage_id": 205 + }, + "2604.01.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "219, K\u00fchlraum", "arch_name": "219@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42207", - "roomcode": "2604.01.219", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42209", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42207, + "usage_id": 199 + }, + "2604.01.219A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "219A, Lager/K\u00fchlraum", "arch_name": "219A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42209", - "roomcode": "2604.01.219A", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42251", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42209, + "usage_id": 30 + }, + "2604.01.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "221, Probenvorbereitung", "arch_name": "221@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42251", - "roomcode": "2604.01.221", - "usage": 102 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42253", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42251, + "usage_id": 102 + }, + "2604.01.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "223, Pr\u00fcf-/und Auswerteraum", "arch_name": "223@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42253", - "roomcode": "2604.01.223", - "usage": 110 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42255", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42253, + "usage_id": 110 + }, + "2604.01.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "224, Chemielabor (KNSTL.B.,MV)", "arch_name": "224@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42255", - "roomcode": "2604.01.224", - "usage": 102 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=21981", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42255, + "usage_id": 102 + }, + "2604.01.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "227, Chemielabor (KNSTL.B.,MV)", "arch_name": "227@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21981", - "roomcode": "2604.01.227", - "usage": 102 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42258", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21981, + "usage_id": 102 + }, + "2604.01.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "228, Chemielabor (KNSTL.B.,MV)", "arch_name": "228@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42258", - "roomcode": "2604.01.228", - "usage": 102 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42310", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42258, + "usage_id": 102 + }, + "2604.01.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "229, Chemielabor", "arch_name": "229@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42310", - "roomcode": "2604.01.229", - "usage": 102 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42314", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42310, + "usage_id": 102 + }, + "2604.01.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "230, Chemielabor", "arch_name": "230@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42314", - "roomcode": "2604.01.230", - "usage": 102 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42316", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42314, + "usage_id": 102 + }, + "2604.01.238": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "238, Galerie", "arch_name": "238@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42316", - "roomcode": "2604.01.238", - "usage": 206 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42318", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42316, + "usage_id": 206 + }, + "2604.01.238A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "238A, Galerie", "arch_name": "238A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42318", - "roomcode": "2604.01.238A", - "usage": 49 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42321", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42318, + "usage_id": 49 + }, + "2604.01.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "240, Installation", "arch_name": "240@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42321", - "roomcode": "2604.01.240", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42322", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42321, + "usage_id": 120 + }, + "2604.01.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "241, Installation", "arch_name": "241@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42322", - "roomcode": "2604.01.241", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42360", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42322, + "usage_id": 120 + }, + "2604.01.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "243, Elektro Verteiler", "arch_name": "243@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42360", - "roomcode": "2604.01.243", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42363", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42360, + "usage_id": 120 + }, + "2604.01.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "244, Elektro Verteiler", "arch_name": "244@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42363", - "roomcode": "2604.01.244", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42366", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42363, + "usage_id": 120 + }, + "2604.01.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "245, Aufzug", "arch_name": "245@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42366", - "roomcode": "2604.01.245", - "usage": 4 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42369", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42366, + "usage_id": 4 + }, + "2604.01.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "246, Treppenraum", "arch_name": "246@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42369", - "roomcode": "2604.01.246", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42371", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42369, + "usage_id": 223 + }, + "2604.01.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "247, Flur 3", "arch_name": "247@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42371", - "roomcode": "2604.01.247", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42374", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42371, + "usage_id": 222 + }, + "2604.01.248": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "248, Flur 2", "arch_name": "248@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42374", - "roomcode": "2604.01.248", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42417", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42374, + "usage_id": 222 + }, + "2604.01.249": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "249, Flur 1", "arch_name": "249@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42417", - "roomcode": "2604.01.249", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=21680", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42417, + "usage_id": 222 + }, + "2604.01.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "250, Schleuse", "arch_name": "250@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21680", - "roomcode": "2604.01.250", - "usage": 105 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42422", + "area_id": 16, + "building_id": 623, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21680, + "usage_id": 105 + }, + "2604.02.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "301, Treppenraum", "arch_name": "301@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42422", - "roomcode": "2604.02.301", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42424", + "area_id": 16, + "building_id": 623, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42422, + "usage_id": 223 + }, + "2604.02.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "302, Raumlufttechnik", "arch_name": "302@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42424", - "roomcode": "2604.02.302", - "usage": 32 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42426", + "area_id": 16, + "building_id": 623, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42424, + "usage_id": 32 + }, + "2604.02.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "303, Aufzugsmaschinenraum", "arch_name": "303@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42426", - "roomcode": "2604.02.303", - "usage": 5 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42430", + "area_id": 16, + "building_id": 623, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42426, + "usage_id": 5 + }, + "2604.02.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "305, Raumlufttechnik", "arch_name": "305@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42430", - "roomcode": "2604.02.305", - "usage": 32 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42490", + "area_id": 16, + "building_id": 623, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42430, + "usage_id": 32 + }, + "2604.02.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "306, Installationsschacht", "arch_name": "306@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42490", - "roomcode": "2604.02.306", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=42493", + "area_id": 16, + "building_id": 623, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42490, + "usage_id": 120 + }, + "2604.02.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "307, Installationsschacht", "arch_name": "307@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42493", - "roomcode": "2604.02.307", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=15250", + "area_id": 16, + "building_id": 623, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42493, + "usage_id": 120 + }, + "2604.EG.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "101, Techn. Labor (K.B., MV)", "arch_name": "101@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15250", - "roomcode": "2604.EG.101", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22248", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15250, + "usage_id": 194 + }, + "2604.EG.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "102, Techn. Labor einfach", "arch_name": "102@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22248", - "roomcode": "2604.EG.102", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22249", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22248, + "usage_id": 194 + }, + "2604.EG.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "104, Techn. Labor einfach", "arch_name": "104@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22249", - "roomcode": "2604.EG.104", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42655", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22249, + "usage_id": 194 + }, + "2604.EG.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "105, Grobmechanische Werkstatt", "arch_name": "105@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42655", - "roomcode": "2604.EG.105", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22288", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42655, + "usage_id": 51 + }, + "2604.EG.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "106, Grobmechanische Werkstatt", "arch_name": "106@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22288", - "roomcode": "2604.EG.106", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42660", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22288, + "usage_id": 51 + }, + "2604.EG.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "108, Techn. Labor", "arch_name": "108@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42660", - "roomcode": "2604.EG.108", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42664", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42660, + "usage_id": 194 + }, + "2604.EG.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "109, Annahme-u. Ausgabe", "arch_name": "109@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42664", - "roomcode": "2604.EG.109", - "usage": 186 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=22294", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42664, + "usage_id": 186 + }, + "2604.EG.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "110, Techn. Labor", "arch_name": "110@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22294", - "roomcode": "2604.EG.110", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9979", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22294, + "usage_id": 194 + }, + "2604.EG.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "112, B\u00fcro", "arch_name": "112@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9979", - "roomcode": "2604.EG.112", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9981", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9979, + "usage_id": 12 + }, + "2604.EG.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "113, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "113@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9981", - "roomcode": "2604.EG.113", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9984", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9981, + "usage_id": 12 + }, + "2604.EG.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "114, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "114@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9984", - "roomcode": "2604.EG.114", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9624", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9984, + "usage_id": 12 + }, + "2604.EG.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "115, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "115@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9624", - "roomcode": "2604.EG.115", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9627", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9624, + "usage_id": 12 + }, + "2604.EG.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "116, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "116@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9627", - "roomcode": "2604.EG.116", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42770", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9627, + "usage_id": 12 + }, + "2604.EG.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "117, WC-Herren", "arch_name": "117@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42770", - "roomcode": "2604.EG.117", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42774", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42770, + "usage_id": 115 + }, + "2604.EG.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "118, Lager", "arch_name": "118@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42774", - "roomcode": "2604.EG.118", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42778", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42774, + "usage_id": 30 + }, + "2604.EG.118A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "118A, Putzraum", "arch_name": "118A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42778", - "roomcode": "2604.EG.118A", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42784", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42778, + "usage_id": 205 + }, + "2604.EG.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "119, K\u00fchlraum", "arch_name": "119@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42784", - "roomcode": "2604.EG.119", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67627", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42784, + "usage_id": 199 + }, + "2604.EG.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "120, Vor-K\u00fchlraum", "arch_name": "120@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67627", - "roomcode": "2604.EG.120", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42788", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67627, + "usage_id": 199 + }, + "2604.EG.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "121, Techn. Labor mit Absaugung", "arch_name": "121@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42788", - "roomcode": "2604.EG.121", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9735", - "alt_name": "122, Arbeitsraum/mit Besp. Grp.", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42788, + "usage_id": 194 + }, + "2604.EG.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, + "alt_name": "122, Arbeitsraum/mit Besp. Grp.", "arch_name": "122@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9735", - "roomcode": "2604.EG.122", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=15208", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9735, + "usage_id": 12 + }, + "2604.EG.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "123, Techn. Labor", "arch_name": "123@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15208", - "roomcode": "2604.EG.123", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42823", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15208, + "usage_id": 194 + }, + "2604.EG.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "125, Techn. Labor", "arch_name": "125@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42823", - "roomcode": "2604.EG.125", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42825", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42823, + "usage_id": 194 + }, + "2604.EG.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "126, Techn. Labor", "arch_name": "126@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42825", - "roomcode": "2604.EG.126", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42827", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42825, + "usage_id": 194 + }, + "2604.EG.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "127, Techn. Labor", "arch_name": "127@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42827", - "roomcode": "2604.EG.127", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42829", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42827, + "usage_id": 194 + }, + "2604.EG.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "129, Techn. Labor", "arch_name": "129@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42829", - "roomcode": "2604.EG.129", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42831", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42829, + "usage_id": 194 + }, + "2604.EG.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "130, Chemikalienlager", "arch_name": "130@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42831", - "roomcode": "2604.EG.130", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42832", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42831, + "usage_id": 30 + }, + "2604.EG.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "131, Chemikalienlager", "arch_name": "131@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42832", - "roomcode": "2604.EG.131", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42835", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42832, + "usage_id": 30 + }, + "2604.EG.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "132, Physik Versuchshalle", "arch_name": "132@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42835", - "roomcode": "2604.EG.132", - "usage": 49 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41978", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42835, + "usage_id": 49 + }, + "2604.EG.132A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "132A, Hallenh\u00e4uschen 1", "arch_name": "132A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41978", - "roomcode": "2604.EG.132A", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41980", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41978, + "usage_id": 30 + }, + "2604.EG.132B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "132B, Hallenh\u00e4uschen 2", "arch_name": "132B@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41980", - "roomcode": "2604.EG.132B", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41982", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41980, + "usage_id": 194 + }, + "2604.EG.132C": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "132C, Hallenh\u00e4uschen 3", "arch_name": "132C@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41982", - "roomcode": "2604.EG.132C", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41985", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41982, + "usage_id": 30 + }, + "2604.EG.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "140, Technik", "arch_name": "140@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41985", - "roomcode": "2604.EG.140", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41987", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41985, + "usage_id": 120 + }, + "2604.EG.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "141, Technik", "arch_name": "141@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41987", - "roomcode": "2604.EG.141", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41988", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41987, + "usage_id": 120 + }, + "2604.EG.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "142, Elektro Verteiler", "arch_name": "142@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41988", - "roomcode": "2604.EG.142", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=41990", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41988, + "usage_id": 120 + }, + "2604.EG.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "143, Elektro Verteiler", "arch_name": "143@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=41990", - "roomcode": "2604.EG.143", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42036", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41990, + "usage_id": 120 + }, + "2604.EG.144": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "144, Aufzug", "arch_name": "144@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42036", - "roomcode": "2604.EG.144", - "usage": 4 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42037", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42036, + "usage_id": 4 + }, + "2604.EG.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "145, Treppenraum", "arch_name": "145@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42037", - "roomcode": "2604.EG.145", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42040", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42037, + "usage_id": 223 + }, + "2604.EG.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "146, Flur 1", "arch_name": "146@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42040", - "roomcode": "2604.EG.146", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42043", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42040, + "usage_id": 222 + }, + "2604.EG.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "147, Flur 3", "arch_name": "147@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42043", - "roomcode": "2604.EG.147", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42046", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42043, + "usage_id": 222 + }, + "2604.EG.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "148, Flur 2", "arch_name": "148@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42046", - "roomcode": "2604.EG.148", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42090", + "area_id": 16, + "building_id": 623, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42046, + "usage_id": 222 + }, + "2604.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001, Zuschlagstoffe", "arch_name": "001@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42090", - "roomcode": "2604.U1.001", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42124", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42090, + "usage_id": 194 + }, + "2604.U1.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001A, Lagerbox", "arch_name": "001A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42124", - "roomcode": "2604.U1.001A", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42129", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42124, + "usage_id": 30 + }, + "2604.U1.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001B, Lagerbox", "arch_name": "001B@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42129", - "roomcode": "2604.U1.001B", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42134", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42129, + "usage_id": 30 + }, + "2604.U1.001C": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001C, Lagerbox", "arch_name": "001C@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42134", - "roomcode": "2604.U1.001C", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42137", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42134, + "usage_id": 30 + }, + "2604.U1.001D": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001D, Lagerbox", "arch_name": "001D@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42137", - "roomcode": "2604.U1.001D", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42140", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42137, + "usage_id": 30 + }, + "2604.U1.001E": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001E, Lagerbox", "arch_name": "001E@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42140", - "roomcode": "2604.U1.001E", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42145", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42140, + "usage_id": 30 + }, + "2604.U1.001F": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001F, Lagerbox", "arch_name": "001F@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42145", - "roomcode": "2604.U1.001F", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42149", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42145, + "usage_id": 30 + }, + "2604.U1.001G": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001G, Lagerbox", "arch_name": "001G@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42149", - "roomcode": "2604.U1.001G", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42180", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42149, + "usage_id": 30 + }, + "2604.U1.001H": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001H, Lagerbox", "arch_name": "001H@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42180", - "roomcode": "2604.U1.001H", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42183", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42180, + "usage_id": 30 + }, + "2604.U1.001I": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001I, Lagerbox", "arch_name": "001I@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42183", - "roomcode": "2604.U1.001I", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42187", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42183, + "usage_id": 30 + }, + "2604.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "005, Betonlabor", "arch_name": "005@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42187", - "roomcode": "2604.U1.005", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42190", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42187, + "usage_id": 194 + }, + "2604.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "007, Technol. Labor mit Absaugung", "arch_name": "007@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42190", - "roomcode": "2604.U1.007", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42194", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42190, + "usage_id": 194 + }, + "2604.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "008, Steinbrechlabor", "arch_name": "008@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42194", - "roomcode": "2604.U1.008", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42198", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42194, + "usage_id": 194 + }, + "2604.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "009, Technol. Labor mit Absaugung", "arch_name": "009@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42198", - "roomcode": "2604.U1.009", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42226", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42198, + "usage_id": 194 + }, + "2604.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "011, Technol. Labor mit Absaugung", "arch_name": "011@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42226", - "roomcode": "2604.U1.011", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=67626", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42226, + "usage_id": 194 + }, + "2604.U1.011A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "011A, Technol. Labor mit Absaugung", "arch_name": "011A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67626", - "roomcode": "2604.U1.011A", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42232", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67626, + "usage_id": 194 + }, + "2604.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "012, Technik f. K\u00fchlr\u00e4ume", "arch_name": "012@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42232", - "roomcode": "2604.U1.012", - "usage": 32 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42237", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42232, + "usage_id": 32 + }, + "2604.U1.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "013, Gefrierklima", "arch_name": "013@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42237", - "roomcode": "2604.U1.013", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42241", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42237, + "usage_id": 199 + }, + "2604.U1.013A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "013A, Schleuse", "arch_name": "013A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42241", - "roomcode": "2604.U1.013A", - "usage": 105 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42243", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42241, + "usage_id": 105 + }, + "2604.U1.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "014, Gleitklima", "arch_name": "014@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42243", - "roomcode": "2604.U1.014", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42247", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42243, + "usage_id": 199 + }, + "2604.U1.014A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "014A, Schleuse", "arch_name": "014A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42247", - "roomcode": "2604.U1.014A", - "usage": 105 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42250", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42247, + "usage_id": 105 + }, + "2604.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "015, Konstant-Klima", "arch_name": "015@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42250", - "roomcode": "2604.U1.015", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42289", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42250, + "usage_id": 30 + }, + "2604.U1.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "016, Schockraum", "arch_name": "016@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42289", - "roomcode": "2604.U1.016", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42292", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42289, + "usage_id": 199 + }, + "2604.U1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "017, WC-Herren", "arch_name": "017@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42292", - "roomcode": "2604.U1.017", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42297", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42292, + "usage_id": 115 + }, + "2604.U1.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "018, WC-Damen", "arch_name": "018@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42297", - "roomcode": "2604.U1.018", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42301", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42297, + "usage_id": 116 + }, + "2604.U1.018A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "018A, Putzraum", "arch_name": "018A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42301", - "roomcode": "2604.U1.018A", - "usage": 205 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42304", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42301, + "usage_id": 205 + }, + "2604.U1.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "019, Waschraum", "arch_name": "019@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42304", - "roomcode": "2604.U1.019", - "usage": 210 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42309", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42304, + "usage_id": 210 + }, + "2604.U1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "020, Waschraum", "arch_name": "020@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42309", - "roomcode": "2604.U1.020", - "usage": 210 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42341", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42309, + "usage_id": 210 + }, + "2604.U1.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "023, Aufenthalt/Werkstatt", "arch_name": "023@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42341", - "roomcode": "2604.U1.021", - "usage": 44 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=9889", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42341, + "usage_id": 44 + }, + "2604.U1.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "024, B\u00fcro", "arch_name": "024@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9889", - "roomcode": "2604.U1.024", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42349", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9889, + "usage_id": 12 + }, + "2604.U1.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "025, Technol. Labor mit Absaugung", "arch_name": "025@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42349", - "roomcode": "2604.U1.025", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=22063", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42349, + "usage_id": 194 + }, + "2604.U1.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "026, Technol. Labor mit Absaugung", "arch_name": "026@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22063", - "roomcode": "2604.U1.026", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42357", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22063, + "usage_id": 194 + }, + "2604.U1.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "027, Technol. Labor mit Absaugung", "arch_name": "027@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42357", - "roomcode": "2604.U1.027", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=22069", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42357, + "usage_id": 194 + }, + "2604.U1.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "028, Technol. Labor mit Absaugung", "arch_name": "028@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22069", - "roomcode": "2604.U1.028", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42399", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22069, + "usage_id": 194 + }, + "2604.U1.029": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "029, Technol. Labor mit Absaugung", "arch_name": "029@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42399", - "roomcode": "2604.U1.029", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42403", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42399, + "usage_id": 194 + }, + "2604.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "030, Labor", "arch_name": "030@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42403", - "roomcode": "2604.U1.030", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42408", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42403, + "usage_id": 194 + }, + "2604.U1.030A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "030A, B\u00fcro", "arch_name": "030A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42408", - "roomcode": "2604.U1.030A", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42411", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42408, + "usage_id": 12 + }, + "2604.U1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "031, Labor f. station\u00e4re Maschinen", "arch_name": "031@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42411", - "roomcode": "2604.U1.031", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=15423", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42411, + "usage_id": 194 + }, + "2604.U1.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "032, Labor f. station\u00e4re Maschinen", "arch_name": "032@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15423", - "roomcode": "2604.U1.032", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42464", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15423, + "usage_id": 194 + }, + "2604.U1.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "033, Labor f. station\u00e4re Maschinen", "arch_name": "033@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42464", - "roomcode": "2604.U1.033", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42469", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42464, + "usage_id": 194 + }, + "2604.U1.034": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "034, Lager mit betriebsspezifischen Einbauten", "arch_name": "034@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42469", - "roomcode": "2604.U1.034", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42473", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42469, + "usage_id": 30 + }, + "2604.U1.034A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "034A, Hydraulikraum", "arch_name": "034A@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42473", - "roomcode": "2604.U1.034A", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42478", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42473, + "usage_id": 120 + }, + "2604.U1.035": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "035, K\u00fchlraum f. wiss. techn. Zwecke", "arch_name": "035@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42478", - "roomcode": "2604.U1.035", - "usage": 199 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42484", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42478, + "usage_id": 199 + }, + "2604.U1.036": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "036, Technischer Betriebsraum", "arch_name": "036@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42484", - "roomcode": "2604.U1.036", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42533", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42484, + "usage_id": 120 + }, + "2604.U1.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "040, Installation", "arch_name": "040@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42533", - "roomcode": "2604.U1.040", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42540", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42533, + "usage_id": 120 + }, + "2604.U1.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "041, Hebeanlage", "arch_name": "041@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42540", - "roomcode": "2604.U1.041", - "usage": 4 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42542", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42540, + "usage_id": 4 + }, + "2604.U1.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "042, Elektro Verteiler", "arch_name": "042@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42542", - "roomcode": "2604.U1.042", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42547", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42542, + "usage_id": 120 + }, + "2604.U1.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "043, Elektro Verteiler", "arch_name": "043@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42547", - "roomcode": "2604.U1.043", - "usage": 120 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42552", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42547, + "usage_id": 120 + }, + "2604.U1.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "044, Aufzug", "arch_name": "044@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42552", - "roomcode": "2604.U1.044", - "usage": 4 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42555", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42552, + "usage_id": 4 + }, + "2604.U1.045": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "045, Treppenraum", "arch_name": "045@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42555", - "roomcode": "2604.U1.045", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42601", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42555, + "usage_id": 223 + }, + "2604.U1.046": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "046, Flur 1", "arch_name": "046@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42601", - "roomcode": "2604.U1.046", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42604", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42601, + "usage_id": 222 + }, + "2604.U1.047": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "047, Flur 4", "arch_name": "047@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42604", - "roomcode": "2604.U1.047", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42607", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42604, + "usage_id": 222 + }, + "2604.U1.048": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "048, Flur 2", "arch_name": "048@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42607", - "roomcode": "2604.U1.048", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42609", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42607, + "usage_id": 222 + }, + "2604.U1.049": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "049, Flur 3", "arch_name": "049@2604", - "b_area_id": 16, - "b_filter_id": 623, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42609", - "roomcode": "2604.U1.049", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9637", + "area_id": 16, + "building_id": 623, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42609, + "usage_id": 222 + }, + "2605.01.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "250, B\u00fcro", "arch_name": "250@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9637", - "roomcode": "2605.01.250", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9656", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9637, + "usage_id": 12 + }, + "2605.01.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "251, B\u00fcro", "arch_name": "251@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9656", - "roomcode": "2605.01.251", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9658", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9656, + "usage_id": 12 + }, + "2605.01.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "252, B\u00fcro", "arch_name": "252@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9658", - "roomcode": "2605.01.252", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9659", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9658, + "usage_id": 12 + }, + "2605.01.253": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "253, B\u00fcro", "arch_name": "253@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9659", - "roomcode": "2605.01.253", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9660", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9659, + "usage_id": 12 + }, + "2605.01.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "254, B\u00fcro", "arch_name": "254@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9660", - "roomcode": "2605.01.254", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42800", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9660, + "usage_id": 12 + }, + "2605.01.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "255, B\u00fcro", "arch_name": "255@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42800", - "roomcode": "2605.01.255", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9663", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42800, + "usage_id": 12 + }, + "2605.01.256": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "256, B\u00fcro", "arch_name": "256@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9663", - "roomcode": "2605.01.256", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9664", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9663, + "usage_id": 12 + }, + "2605.01.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "257, B\u00fcro", "arch_name": "257@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9664", - "roomcode": "2605.01.257", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9666", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9664, + "usage_id": 12 + }, + "2605.01.258": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "258, B\u00fcro", "arch_name": "258@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9666", - "roomcode": "2605.01.258", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9667", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9666, + "usage_id": 12 + }, + "2605.01.259": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "259, B\u00fcro", "arch_name": "259@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9667", - "roomcode": "2605.01.259", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9668", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9667, + "usage_id": 12 + }, + "2605.01.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "260, B\u00fcro", "arch_name": "260@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9668", - "roomcode": "2605.01.260", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9669", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9668, + "usage_id": 12 + }, + "2605.01.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "261, B\u00fcro", "arch_name": "261@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9669", - "roomcode": "2605.01.261", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42049", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9669, + "usage_id": 12 + }, + "2605.01.263": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "262/263, B\u00fcro", "arch_name": "262/263@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42049", - "roomcode": "2605.01.263", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=9688", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42049, + "usage_id": 12 + }, + "2605.01.264": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "264, B\u00fcro", "arch_name": "264@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": "tvKalender.wSicht?cOrg=43476&cRes=26256&cReadonly=J", - "list_index": "58", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9688", - "roomcode": "2605.01.264", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42053", + "area_id": 16, + "building_id": 624, + "calendar_resource_nr": 26256, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9688, + "usage_id": 12 + }, + "2605.01.265": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "265, B\u00fcro", "arch_name": "265@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": "tvKalender.wSicht?cOrg=51037&cRes=24218&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42053", - "roomcode": "2605.01.265", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42056", + "area_id": 16, + "building_id": 624, + "calendar_resource_nr": 24218, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51037, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42053, + "usage_id": 12 + }, + "2605.01.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "266, B\u00fcro", "arch_name": "266@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42056", - "roomcode": "2605.01.266", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42100", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42056, + "usage_id": 12 + }, + "2605.01.267": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "267, Lager", "arch_name": "267@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42100", - "roomcode": "2605.01.267", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42101", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42100, + "usage_id": 30 + }, + "2605.01.268": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "268, WC-Damen", "arch_name": "268@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42101", - "roomcode": "2605.01.268", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42103", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42101, + "usage_id": 116 + }, + "2605.01.269": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "269, WC-Herren", "arch_name": "269@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42103", - "roomcode": "2605.01.269", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42104", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42103, + "usage_id": 115 + }, + "2605.01.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "270, Flur", "arch_name": "270@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42104", - "roomcode": "2605.01.270", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42106", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42104, + "usage_id": 222 + }, + "2605.01.271": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "271, Foyer", "arch_name": "271@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42106", - "roomcode": "2605.01.271", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42111", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42106, + "usage_id": 222 + }, + "2605.01.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "272, \u00dcbergang", "arch_name": "272@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42111", - "roomcode": "2605.01.272", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=58862", + "area_id": 16, + "building_id": 624, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42111, + "usage_id": 222 + }, + "2605.EG.145": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "145, B\u00fcro", "arch_name": "145@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58862", - "roomcode": "2605.EG.145", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=37205", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58862, + "usage_id": 12 + }, + "2605.EG.146": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "146, B\u00fcro", "arch_name": "146@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=37205", - "roomcode": "2605.EG.146", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=59802", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 37205, + "usage_id": 12 + }, + "2605.EG.147": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "147, B\u00fcro", "arch_name": "147@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59802", - "roomcode": "2605.EG.147", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=59801", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59802, + "usage_id": 12 + }, + "2605.EG.148": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "148, Sekretariat", "arch_name": "148@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59801", - "roomcode": "2605.EG.148", - "usage": 40 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=59800", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59801, + "usage_id": 40 + }, + "2605.EG.149": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "155, Prof.-B\u00fcro", "arch_name": "155@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59800", - "roomcode": "2605.EG.149", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42625", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59800, + "usage_id": 12 + }, + "2605.EG.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "150, Flur", "arch_name": "150@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42625", - "roomcode": "2605.EG.150", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=21745", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42625, + "usage_id": 222 + }, + "2605.EG.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "151, Seminar + Besprechungsraum", "arch_name": "151@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": "tvKalender.wSicht?cOrg=14944&cRes=18485&cReadonly=J", - "extended": { - "additional_description": "151, Seminar + Besprechungsraum", - "address": "Franz-Langinger-Str. 10(2605), Erdgescho\u00df", - "architect_room_nr": "151@2605", - "area_m2": 41.1, - "building": "2605 Verwaltungsbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "151", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81245 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21745", - "roomcode": "2605.EG.151", - "usage": 41 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42669", + "area_id": 16, + "building_id": 624, + "calendar_resource_nr": 18485, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21745, + "usage_id": 41 + }, + "2605.EG.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "152, Seminar + Besprechungsraum", "arch_name": "152@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": "tvKalender.wSicht?cOrg=51037&cRes=18486&cReadonly=J", - "extended": { - "additional_description": "152, Seminar + Besprechungsraum", - "address": "Franz-Langinger-Str. 10(2605), Erdgescho\u00df", - "architect_room_nr": "152@2605", - "area_m2": 41.1, - "building": "2605 Verwaltungsbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "152", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "81245 M\u00fcnchen" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42669", - "roomcode": "2605.EG.152", - "usage": 41 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42672", + "area_id": 16, + "building_id": 624, + "calendar_resource_nr": 18486, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42669, + "usage_id": 41 + }, + "2605.EG.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "153, Arbeitsraum", "arch_name": "153@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42672", - "roomcode": "2605.EG.153", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42674", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42672, + "usage_id": 12 + }, + "2605.EG.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "154, K\u00fcche", "arch_name": "154@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42674", - "roomcode": "2605.EG.154", - "usage": 28 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9988", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42674, + "usage_id": 28 + }, + "2605.EG.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "155, B\u00fcro", "arch_name": "155@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9988", - "roomcode": "2605.EG.155", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9989", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9988, + "usage_id": 12 + }, + "2605.EG.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "156, B\u00fcro", "arch_name": "156@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9989", - "roomcode": "2605.EG.156", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=9990", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9989, + "usage_id": 12 + }, + "2605.EG.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "157, B\u00fcro", "arch_name": "157@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9990", - "roomcode": "2605.EG.157", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=21763", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14944, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9990, + "usage_id": 12 + }, + "2605.EG.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "158, Geb\u00e4udebetrieb", "arch_name": "158@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=37586", - "operator": "[ TUZV44E ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21763", - "roomcode": "2605.EG.158", - "usage": 202 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42732", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37586, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21763, + "usage_id": 202 + }, + "2605.EG.159": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "159, Poststelle/Sani.", "arch_name": "159@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=37984", - "operator": "[ TUZV44M ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42732", - "roomcode": "2605.EG.159", - "usage": 178 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42734", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 37984, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42732, + "usage_id": 178 + }, + "2605.EG.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "160, Eingangshalle", "arch_name": "160@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42734", - "roomcode": "2605.EG.160", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42737", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42734, + "usage_id": 222 + }, + "2605.EG.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "161, WC-Damen", "arch_name": "161@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42737", - "roomcode": "2605.EG.161", - "usage": 116 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42738", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42737, + "usage_id": 116 + }, + "2605.EG.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "162, WC-Herren", "arch_name": "162@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42738", - "roomcode": "2605.EG.162", - "usage": 115 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42740", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42738, + "usage_id": 115 + }, + "2605.EG.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "163, Treppe", "arch_name": "163@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42740", - "roomcode": "2605.EG.163", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=59799", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42740, + "usage_id": 223 + }, + "2605.EG.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "170, Foyer", "arch_name": "170@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59799", - "roomcode": "2605.EG.170", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=59803", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59799, + "usage_id": 222 + }, + "2605.EG.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "171, Flur 1", "arch_name": "171@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59803", - "roomcode": "2605.EG.171", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=59804", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59803, + "usage_id": 222 + }, + "2605.EG.172": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "172, Flur 2", "arch_name": "172@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59804", - "roomcode": "2605.EG.172", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=65180", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59804, + "usage_id": 222 + }, + "2605.EG.180": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "180, B\u00fcro", "arch_name": "180@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65180", - "roomcode": "2605.EG.180", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=65181", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65180, + "usage_id": 12 + }, + "2605.EG.181": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "181, B\u00fcro", "arch_name": "181@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65181", - "roomcode": "2605.EG.181", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=65182", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65181, + "usage_id": 12 + }, + "2605.EG.182": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "182, B\u00fcro", "arch_name": "182@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65182", - "roomcode": "2605.EG.182", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=65183", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65182, + "usage_id": 12 + }, + "2605.EG.183": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "183, B\u00fcro", "arch_name": "183@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65183", - "roomcode": "2605.EG.183", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=65184", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65183, + "usage_id": 12 + }, + "2605.EG.184": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "184, B\u00fcro", "arch_name": "184@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65184", - "roomcode": "2605.EG.184", - "usage": 12 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=65179", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65184, + "usage_id": 12 + }, + "2605.EG.185": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "185, Flur", "arch_name": "185@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65179", - "roomcode": "2605.EG.185", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42496", + "area_id": 16, + "building_id": 624, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65179, + "usage_id": 222 + }, + "2605.U1.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "050, Heizungsanlage", "arch_name": "050@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42496", - "roomcode": "2605.U1.050", - "usage": 201 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42499", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42496, + "usage_id": 201 + }, + "2605.U1.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "051, Elektro Verteiler", "arch_name": "051@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42499", - "roomcode": "2605.U1.051", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42501", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42499, + "usage_id": 160 + }, + "2605.U1.051A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "051A, Elektro Verteiler", "arch_name": "051A@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42501", - "roomcode": "2605.U1.051A", - "usage": 160 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42504", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42501, + "usage_id": 160 + }, + "2605.U1.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "052, Lager mit Strahlenschutz", "arch_name": "052@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42504", - "roomcode": "2605.U1.052", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42557", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42504, + "usage_id": 30 + }, + "2605.U1.052A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "052a, Archiv", "arch_name": "052a@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42557", - "roomcode": "2605.U1.052A", - "usage": 2 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42560", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42557, + "usage_id": 2 + }, + "2605.U1.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "053, Raumlufttechnik", "arch_name": "053@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42560", - "roomcode": "2605.U1.053", - "usage": 32 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42562", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42560, + "usage_id": 32 + }, + "2605.U1.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "054, Lager", "arch_name": "054@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42562", - "roomcode": "2605.U1.054", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42564", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42562, + "usage_id": 30 + }, + "2605.U1.054A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "054a, EDV-Raum", "arch_name": "054a@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42564", - "roomcode": "2605.U1.054A", - "usage": 207 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42566", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42564, + "usage_id": 207 + }, + "2605.U1.054B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "054b, Lager AG 5", "arch_name": "054b@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42566", - "roomcode": "2605.U1.054B", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42567", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42566, + "usage_id": 30 + }, + "2605.U1.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "055, Wasseraufbereitung", "arch_name": "055@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42567", - "roomcode": "2605.U1.055", - "usage": 182 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42568", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42567, + "usage_id": 182 + }, + "2605.U1.056": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "056, Wasseraufbereitung", "arch_name": "056@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42568", - "roomcode": "2605.U1.056", - "usage": 182 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42570", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42568, + "usage_id": 182 + }, + "2605.U1.057": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "057, Labor", "arch_name": "057@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42570", - "roomcode": "2605.U1.057", - "usage": 194 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42618", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42570, + "usage_id": 194 + }, + "2605.U1.057A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "057A, Lager", "arch_name": "057A@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42618", - "roomcode": "2605.U1.057A", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42621", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42618, + "usage_id": 30 + }, + "2605.U1.059": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "059, \u00dcbergang", "arch_name": "059@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42621", - "roomcode": "2605.U1.059", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42622", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42621, + "usage_id": 222 + }, + "2605.U1.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "060, Treppe", "arch_name": "060@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42622", - "roomcode": "2605.U1.060", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42624", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42622, + "usage_id": 223 + }, + "2605.U1.061": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "061, Flur", "arch_name": "061@2605", - "b_area_id": 16, - "b_filter_id": 624, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42624", - "roomcode": "2605.U1.061", - "usage": 222 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42163", + "area_id": 16, + "building_id": 624, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42624, + "usage_id": 222 + }, + "2607.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "101, Lager/Sanit\u00e4r", "arch_name": "101@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42163", - "roomcode": "2607.01.101", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42165", + "area_id": 16, + "building_id": 625, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42163, + "usage_id": 30 + }, + "2607.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "102, Lager/Sanit\u00e4r", "arch_name": "102@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42165", - "roomcode": "2607.01.102", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42166", + "area_id": 16, + "building_id": 625, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42165, + "usage_id": 30 + }, + "2607.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "103, Treppenraum", "arch_name": "103@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42166", - "roomcode": "2607.01.103", - "usage": 223 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42113", + "area_id": 16, + "building_id": 625, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42166, + "usage_id": 223 + }, + "2607.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001, Lager", "arch_name": "001@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14944", - "operator": "[ TUBVBWP ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42113", - "roomcode": "2607.EG.001", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42114", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14944, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42113, + "usage_id": 30 + }, + "2607.EG.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001A, Kfz-Abstellraum", "arch_name": "001A@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42114", - "roomcode": "2607.EG.001A", - "usage": 100 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42115", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42114, + "usage_id": 100 + }, + "2607.EG.001B": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "001B, Kfz-Abstellraum", "arch_name": "001B@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15091", - "operator": "[ TUBVLVW ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42115", - "roomcode": "2607.EG.001B", - "usage": 100 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42155", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15091, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42115, + "usage_id": 100 + }, + "2607.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "002, Lager", "arch_name": "002@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51037", - "operator": "[ TUBVMCM ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42155", - "roomcode": "2607.EG.002", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42158", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51037, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42155, + "usage_id": 30 + }, + "2607.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "003, Werkstatt/Sanit\u00e4r", "arch_name": "003@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=37584", - "operator": "[ TUZV44C ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42158", - "roomcode": "2607.EG.003", - "usage": 51 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42159", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 37584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42158, + "usage_id": 51 + }, + "2607.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "004, Lager/Sammellager", "arch_name": "004@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=37992", - "operator": "[ TUZV44U ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42159", - "roomcode": "2607.EG.004", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=42161", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37992, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42159, + "usage_id": 30 + }, + "2607.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "005, Lager", "arch_name": "005@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14989", - "operator": "[ TUBVGBA ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42161", - "roomcode": "2607.EG.005", - "usage": 30 - }, - { - "address": "Franz-Langinger-Str. 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=42112", + "area_id": 16, + "building_id": 625, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42161, + "usage_id": 30 + }, + "2607.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "alt_name": "Installation", "arch_name": "@2607", - "b_area_id": 16, - "b_filter_id": 625, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "81245 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42112", - "roomcode": "2607.U1.001", - "usage": 120 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=21611", + "area_id": 16, + "building_id": 625, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42112, + "usage_id": 120 + }, + "2801.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "127, Aerosollabor", "arch_name": "127@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21611", - "roomcode": "2801.01.127", - "usage": 102 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=42742", + "area_id": 15, + "building_id": 628, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21611, + "usage_id": 102 + }, + "2801.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "009, Chemikalienlager", "arch_name": "009@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42742", - "roomcode": "2801.U1.009", - "usage": 30 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=42743", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42742, + "usage_id": 30 + }, + "2801.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "010, Klimaraum", "arch_name": "010@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42743", - "roomcode": "2801.U1.010", - "usage": 102 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=42744", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42743, + "usage_id": 102 + }, + "2801.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "011, Chemielabor", "arch_name": "011@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42744", - "roomcode": "2801.U1.011", - "usage": 102 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=9550", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42744, + "usage_id": 102 + }, + "2801.U1.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "012, B\u00fcro", "arch_name": "012@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9550", - "roomcode": "2801.U1.012", - "usage": 12 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=42745", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9550, + "usage_id": 12 + }, + "2801.U1.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "015, Lager", "arch_name": "015@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42745", - "roomcode": "2801.U1.015", - "usage": 30 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=42746", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42745, + "usage_id": 30 + }, + "2801.U1.015C": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "015C, LRZ-Verteilerknoten", "arch_name": "015C@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42746", - "roomcode": "2801.U1.015C", - "usage": 120 - }, - { - "address": "Elisabeth-Winterhalter-Weg 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=42801", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42746, + "usage_id": 120 + }, + "2801.U1.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "alt_name": "017, Lager mit exp. Schutz", "arch_name": "017@2801", - "b_area_id": 15, - "b_filter_id": 628, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "81377 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42801", - "roomcode": "2801.U1.017", - "usage": 30 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74032", + "area_id": 15, + "building_id": 628, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42801, + "usage_id": 30 + }, + "2803.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.001, Makers Lab", "arch_name": "01.001@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74032", - "roomcode": "2803.01.001", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74033", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74032, + "usage_id": 12 + }, + "2803.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.002, Teek\u00fcche (gem.Nutzung)", "arch_name": "01.002@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74033", - "roomcode": "2803.01.002", - "usage": 198 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74034", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74033, + "usage_id": 198 + }, + "2803.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.003, WC-Herren (gem.Nutzung)", "arch_name": "01.003@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74034", - "roomcode": "2803.01.003", - "usage": 115 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74035", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74034, + "usage_id": 115 + }, + "2803.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.004, WC-Damen (gem.Nutzung)", "arch_name": "01.004@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74035", - "roomcode": "2803.01.004", - "usage": 116 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74046", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74035, + "usage_id": 116 + }, + "2803.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.005, Flur (gem.Nutzung)", "arch_name": "01.005@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74046", - "roomcode": "2803.01.005", - "usage": 222 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74036", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74046, + "usage_id": 222 + }, + "2803.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74036", - "roomcode": "2803.01.006", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74037", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74036, + "usage_id": 12 + }, + "2803.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74037", - "roomcode": "2803.01.007", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74038", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74037, + "usage_id": 12 + }, + "2803.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74038", - "roomcode": "2803.01.008", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74039", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74038, + "usage_id": 12 + }, + "2803.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "01.009, B\u00fcro", "arch_name": "01.009@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74039", - "roomcode": "2803.01.009", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74040", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74039, + "usage_id": 12 + }, + "2803.U1.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.101, KI-Fabrik", "arch_name": "-1.101@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74040", - "roomcode": "2803.U1.101", - "usage": 49 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74042", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74040, + "usage_id": 49 + }, + "2803.U1.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.107, Lastenaufzug Nord (gem.Nutzung)", "arch_name": "-1.107@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74042", - "roomcode": "2803.U1.107", - "usage": 4 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74031", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74042, + "usage_id": 4 + }, + "2803.U1.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.109, Serverraum", "arch_name": "-1.109@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74031", - "roomcode": "2803.U1.109", - "usage": 207 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74041", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74031, + "usage_id": 207 + }, + "2803.U1.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.110, Vorraum Nord-Ost (gem.Nutzung)", "arch_name": "-1.110@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74041", - "roomcode": "2803.U1.110", - "usage": 222 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74044", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74041, + "usage_id": 222 + }, + "2803.U1.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.130, WC-Herren", "arch_name": "-1.130@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74044", - "roomcode": "2803.U1.130", - "usage": 118 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74045", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74044, + "usage_id": 118 + }, + "2803.U1.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.131, WC-Damen", "arch_name": "-1.131@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74045", - "roomcode": "2803.U1.131", - "usage": 116 - }, - { - "address": "Museumsinsel 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74043", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74045, + "usage_id": 116 + }, + "2803.U1.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "-1.136, Treppe NW", "arch_name": "-1.136@2803", - "b_area_id": 29, - "b_filter_id": 3049, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74043", - "roomcode": "2803.U1.136", - "usage": 223 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48124", + "area_id": 29, + "building_id": 3049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74043, + "usage_id": 223 + }, + "2804.01.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1231, Arbeitsraum", "arch_name": "1231@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48124", - "roomcode": "2804.01.231", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48188", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48124, + "usage_id": 12 + }, + "2804.01.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1233, Sekretariat", "arch_name": "1233@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48188", - "roomcode": "2804.01.233", - "usage": 40 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48191", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48188, + "usage_id": 40 + }, + "2804.01.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1235, Bibliothek", "arch_name": "1235@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": "tvKalender.wSicht?cOrg=14827&cRes=22621&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48191", - "roomcode": "2804.01.235", - "usage": 10 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=62449", + "area_id": 29, + "building_id": 593, + "calendar_resource_nr": 22621, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48191, + "usage_id": 10 + }, + "2804.01.238": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1238, Arbeitsraum", "arch_name": "1238@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62449", - "roomcode": "2804.01.238", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48194", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62449, + "usage_id": 12 + }, + "2804.01.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1405, Arbeitsraum", "arch_name": "1405@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48194", - "roomcode": "2804.01.405", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48197", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48194, + "usage_id": 12 + }, + "2804.01.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1407, Arbeitsraum", "arch_name": "1407@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48197", - "roomcode": "2804.01.407", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48329", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48197, + "usage_id": 12 + }, + "2804.01.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1409, Arbeitsraum", "arch_name": "1409@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48329", - "roomcode": "2804.01.409", - "usage": 12 - }, - { - "address": "Museumsinsel 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48330", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48329, + "usage_id": 12 + }, + "2804.01.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "alt_name": "1411, Arbeitsraum", "arch_name": "1411@2804", - "b_area_id": 29, - "b_filter_id": 593, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14827", - "operator": "[ TUEDS01 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48330", - "roomcode": "2804.01.411", - "usage": 12 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48331", + "area_id": 29, + "building_id": 593, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14827, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48330, + "usage_id": 12 + }, + "2805.EG.001": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.D.1, Lager Ger\u00e4te", "arch_name": "1.D.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48331", - "roomcode": "2805.EG.001", - "usage": 18 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48332", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48331, + "usage_id": 18 + }, + "2805.EG.002": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.D.2, Lager Ger\u00e4te", "arch_name": "1.D.2@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48332", - "roomcode": "2805.EG.002", - "usage": 18 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48333", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48332, + "usage_id": 18 + }, + "2805.EG.003": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.E.1, B\u00fcro", "arch_name": "1.E.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48333", - "roomcode": "2805.EG.003", - "usage": 12 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48334", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48333, + "usage_id": 12 + }, + "2805.EG.004": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.E.2, B\u00fcro", "arch_name": "1.E.2@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48334", - "roomcode": "2805.EG.004", - "usage": 12 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48335", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48334, + "usage_id": 12 + }, + "2805.EG.005": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.F.1, B\u00fcro", "arch_name": "1.F.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48335", - "roomcode": "2805.EG.005", - "usage": 12 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48336", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48335, + "usage_id": 12 + }, + "2805.EG.006": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.G.1, B\u00fcro", "arch_name": "1.G.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48336", - "roomcode": "2805.EG.006", - "usage": 12 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48337", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48336, + "usage_id": 12 + }, + "2805.EG.007": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.G.2, EDV, Druck+Kopie", "arch_name": "1.G.2@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48337", - "roomcode": "2805.EG.007", - "usage": 207 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48338", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48337, + "usage_id": 207 + }, + "2805.EG.008": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "2.G.1, Labor/fensterlos", "arch_name": "2.G.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48338", - "roomcode": "2805.EG.008", - "usage": 103 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48339", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48338, + "usage_id": 103 + }, + "2805.EG.009": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "3.G.1, Nassarbeiten", "arch_name": "3.G.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48339", - "roomcode": "2805.EG.009", - "usage": 49 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48341", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48339, + "usage_id": 49 + }, + "2805.EG.010": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "3.E.1, Versuche, Lager", "arch_name": "3.E.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48341", - "roomcode": "2805.EG.010", - "usage": 49 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48343", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48341, + "usage_id": 49 + }, + "2805.EG.011": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "2.F.2, Technik/fensterlos", "arch_name": "2.F.2@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48343", - "roomcode": "2805.EG.011", - "usage": 120 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48402", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48343, + "usage_id": 120 + }, + "2805.EG.014": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "2.D.1, K\u00fcche", "arch_name": "2.D.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48402", - "roomcode": "2805.EG.014", - "usage": 28 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48404", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48402, + "usage_id": 28 + }, + "2805.EG.020": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.H.1, B\u00fcro", "arch_name": "1.H.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48404", - "roomcode": "2805.EG.020", - "usage": 12 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48405", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48404, + "usage_id": 12 + }, + "2805.EG.021": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.J.1, Besprechungsraum", "arch_name": "1.J.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48405", - "roomcode": "2805.EG.021", - "usage": 196 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48406", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48405, + "usage_id": 196 + }, + "2805.EG.022": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.J.2, Flur S\u00fcd", "arch_name": "1.J.2@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48406", - "roomcode": "2805.EG.022", - "usage": 222 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48472", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48406, + "usage_id": 222 + }, + "2805.EG.022A": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "WC-S\u00fcd", "arch_name": "WC-S@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48472", - "roomcode": "2805.EG.022A", - "usage": 114 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48473", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48472, + "usage_id": 114 + }, + "2805.EG.023": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.H.2, Werkstatt", "arch_name": "1.H.2@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48473", - "roomcode": "2805.EG.023", - "usage": 108 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48474", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48473, + "usage_id": 108 + }, + "2805.EG.024": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "3.H.1, Brandversuchsofen", "arch_name": "3.H.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48474", - "roomcode": "2805.EG.024", - "usage": 49 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48475", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48474, + "usage_id": 49 + }, + "2805.EG.024A": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "WC-H, WC von Halle 1", "arch_name": "WC-H@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48475", - "roomcode": "2805.EG.024A", - "usage": 114 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48476", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48475, + "usage_id": 114 + }, + "2805.EG.025": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "2.H.1, Messwarte/fensterlos", "arch_name": "2.H.1@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48476", - "roomcode": "2805.EG.025", - "usage": 49 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48477", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48476, + "usage_id": 49 + }, + "2805.EG.030": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "F-NORD, Flur-Nord", "arch_name": "F-NORD@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48477", - "roomcode": "2805.EG.030", - "usage": 222 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48478", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48477, + "usage_id": 222 + }, + "2805.EG.030A": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "WC-Nord", "arch_name": "WC-N@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48478", - "roomcode": "2805.EG.030A", - "usage": 114 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48479", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48478, + "usage_id": 114 + }, + "2805.EG.031": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "1.G.3, Flur-Mitte", "arch_name": "1.G.3@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48479", - "roomcode": "2805.EG.031", - "usage": 222 - }, - { - "address": "Karl-Benz-Str. 15, EG", - "address_link": "ris.einzelraum?raumkey=48480", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48479, + "usage_id": 222 + }, + "2805.EG.040": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "alt_name": "FREI-FL, PKW-Stellpl\u00e4tze, Anlieferung", "arch_name": "FREI-FL@2805", - "b_area_id": 47, - "b_filter_id": 652, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15216", - "operator": "[ TUARL15 ]", - "plz_place": "85221 Dachau", - "room_link": "wbRaum.editRaum?pRaumNr=48480", - "roomcode": "2805.EG.040", - "usage": 204 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48482", + "area_id": 47, + "building_id": 652, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15216, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48480, + "usage_id": 204 + }, + "2806.02.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.102, Teek\u00fcche", "arch_name": "2.102@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18514&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48482", - "roomcode": "2806.02.102", - "usage": 44 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=47156", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18514, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48482, + "usage_id": 44 + }, + "2806.02.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.103, Depot/Archiv", "arch_name": "2.103@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18568&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47156", - "roomcode": "2806.02.103", - "usage": 2 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=47157", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18568, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47156, + "usage_id": 2 + }, + "2806.02.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.104, Werkstatt", "arch_name": "2.104@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18495&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47157", - "roomcode": "2806.02.104", - "usage": 51 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=47159", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18495, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47157, + "usage_id": 51 + }, + "2806.02.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.105, Werkstatt", "arch_name": "2.105@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18507&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47159", - "roomcode": "2806.02.105", - "usage": 51 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=47160", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18507, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47159, + "usage_id": 51 + }, + "2806.02.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.106, Werkstatt", "arch_name": "2.106@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18508&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47160", - "roomcode": "2806.02.106", - "usage": 51 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=47162", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18508, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47160, + "usage_id": 51 + }, + "2806.02.110A": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.110.1, WC-Damen", "arch_name": "2.110.1@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47162", - "roomcode": "2806.02.110A", - "usage": 116 - }, - { - "address": "Oettingenstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=47165", + "area_id": 29, + "building_id": 594, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47162, + "usage_id": 116 + }, + "2806.02.110E": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "2.110.6, WC-Herren", "arch_name": "2.110.6@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47165", - "roomcode": "2806.02.110E", - "usage": 115 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47167", + "area_id": 29, + "building_id": 594, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47165, + "usage_id": 115 + }, + "2806.03.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.101, Gardarobe", "arch_name": "3.101@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47167", - "roomcode": "2806.03.101", - "usage": 121 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47271", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47167, + "usage_id": 121 + }, + "2806.03.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.101.1, Teek\u00fcche", "arch_name": "3.101.1@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18515&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47271", - "roomcode": "2806.03.101A", - "usage": 44 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47273", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18515, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47271, + "usage_id": 44 + }, + "2806.03.101B": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.101.2, WC-Vorraum", "arch_name": "3.101.2@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47273", - "roomcode": "2806.03.101B", - "usage": 37 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47276", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47273, + "usage_id": 37 + }, + "2806.03.101C": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.1.1.3, WC-Damen", "arch_name": "3.1.1.3@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47276", - "roomcode": "2806.03.101C", - "usage": 116 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47279", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47276, + "usage_id": 116 + }, + "2806.03.101D": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.101.4, WC-Herren", "arch_name": "3.101.4@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47279", - "roomcode": "2806.03.101D", - "usage": 115 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47280", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47279, + "usage_id": 115 + }, + "2806.03.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.102, Sekretariat/Prof.-B\u00fcro", "arch_name": "3.102@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47280", - "roomcode": "2806.03.102", - "usage": 40 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47283", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47280, + "usage_id": 40 + }, + "2806.03.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.103, B\u00fcro/Forschungsprojekt", "arch_name": "3.103@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47283", - "roomcode": "2806.03.103", - "usage": 12 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47381", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47283, + "usage_id": 12 + }, + "2806.03.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.200, Flur", "arch_name": "3.200@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47381", - "roomcode": "2806.03.200", - "usage": 222 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47387", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47381, + "usage_id": 222 + }, + "2806.03.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.201, Kopierraum", "arch_name": "3.201@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18611&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47387", - "roomcode": "2806.03.201", - "usage": 110 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47388", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18611, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47387, + "usage_id": 110 + }, + "2806.03.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.202, Depot", "arch_name": "3.202@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18671&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47388", - "roomcode": "2806.03.202", - "usage": 30 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=21600", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18671, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47388, + "usage_id": 30 + }, + "2806.03.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.203, Bibliothek/Seminarraum", "arch_name": "3.203@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18135&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=21600", - "roomcode": "2806.03.203", - "usage": 10 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47487", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18135, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 21600, + "usage_id": 10 + }, + "2806.03.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.204, Stud.-Arb.", "arch_name": "3.204@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18494&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47487", - "roomcode": "2806.03.204", - "usage": 208 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47489", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18494, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47487, + "usage_id": 208 + }, + "2806.03.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.205, B\u00fcro/Forschungsprojekt", "arch_name": "3.205@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47489", - "roomcode": "2806.03.205", - "usage": 12 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47491", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47489, + "usage_id": 12 + }, + "2806.03.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.206, Assistenten", "arch_name": "3.206@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=18667&cReadonly=J", - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47491", - "roomcode": "2806.03.206", - "usage": 12 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47500", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 18667, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47491, + "usage_id": 12 + }, + "2806.03.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.207, Assistenten", "arch_name": "3.207@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47500", - "roomcode": "2806.03.207", - "usage": 12 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47591", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47500, + "usage_id": 12 + }, + "2806.03.300": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.300, Flur", "arch_name": "3.300@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47591", - "roomcode": "2806.03.300", - "usage": 222 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47592", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47591, + "usage_id": 222 + }, + "2806.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.301, Probenvorbereitung", "arch_name": "3.301@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47592", - "roomcode": "2806.03.301", - "usage": 136 - }, - { - "address": "Oettingenstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=47593", + "area_id": 29, + "building_id": 594, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47592, + "usage_id": 136 + }, + "2806.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "alt_name": "3.302, Mikroskopie", "arch_name": "3.302@2806", - "b_area_id": 29, - "b_filter_id": 594, - "calendar": "tvKalender.wSicht?cOrg=15203&cRes=19279&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15203", - "operator": "[ TUARL09 ]", - "plz_place": "80538 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47593", - "roomcode": "2806.03.302", - "usage": 103 - }, - { - "address": "Barerstr. 40, EG", - "address_link": "ris.einzelraum?raumkey=47597", + "area_id": 29, + "building_id": 594, + "calendar_resource_nr": 19279, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47593, + "usage_id": 103 + }, + "2807.EG.041": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47597", - "roomcode": "2807.EG.041", - "usage": 148 - }, - { - "address": "Barerstr. 40, EG", - "address_link": "ris.einzelraum?raumkey=47598", + "area_id": 29, + "building_id": 597, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47597, + "usage_id": 148 + }, + "2807.EG.042": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47598", - "roomcode": "2807.EG.042", - "usage": 148 - }, - { - "address": "Barerstr. 40, EG", - "address_link": "ris.einzelraum?raumkey=47600", + "area_id": 29, + "building_id": 597, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47598, + "usage_id": 148 + }, + "2807.EG.105": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47600", - "roomcode": "2807.EG.105", - "usage": 12 - }, - { - "address": "Barerstr. 40, EG", - "address_link": "ris.einzelraum?raumkey=47697", + "area_id": 29, + "building_id": 597, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47600, + "usage_id": 12 + }, + "2807.EG.106": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47697", - "roomcode": "2807.EG.106", - "usage": 12 - }, - { - "address": "Barerstr. 40, EG", - "address_link": "ris.einzelraum?raumkey=47795", + "area_id": 29, + "building_id": 597, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47697, + "usage_id": 12 + }, + "2807.EG.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 40", + "zip_code": 80799 + }, "alt_name": "R 1-E-107, Besprechungsraum/PDM", "arch_name": "R 1-E-107@2807", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": "tvKalender.wSicht?cOrg=15202&cRes=18870&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47795", - "roomcode": "2807.EG.107", - "usage": 196 - }, - { - "address": "Barerstr. 40, EG", - "address_link": "ris.einzelraum?raumkey=40203", + "area_id": 29, + "building_id": 597, + "calendar_resource_nr": 18870, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47795, + "usage_id": 196 + }, + "2807.EG.113": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40203", - "roomcode": "2807.EG.113", - "usage": 12 - }, - { - "address": "Barerstr. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=47596", + "area_id": 29, + "building_id": 597, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40203, + "usage_id": 12 + }, + "2807.U1.046": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 597, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15202", - "operator": "[ TUARZ02 ]", - "plz_place": "80799 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47596", - "roomcode": "2807.U1.046", - "usage": 30 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63616", + "area_id": 29, + "building_id": 597, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47596, + "usage_id": 30 + }, + "2808.02.201": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "3.1.27, Ger\u00e4telager", "arch_name": "3.1.27@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63616", - "roomcode": "2808.02.201", - "usage": 18 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63617", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63616, + "usage_id": 18 + }, + "2808.02.202": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "3.1.28, Lager Gasflaschen", "arch_name": "3.1.28@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63617", - "roomcode": "2808.02.202", - "usage": 30 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63618", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63617, + "usage_id": 30 + }, + "2808.02.203": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "203, WC-H", "arch_name": "203@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63618", - "roomcode": "2808.02.203", - "usage": 115 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63619", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63618, + "usage_id": 115 + }, + "2808.02.204": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "204, Gardarobe-H", "arch_name": "204@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63619", - "roomcode": "2808.02.204", - "usage": 121 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63620", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63619, + "usage_id": 121 + }, + "2808.02.205": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "205, Gardarobe-D", "arch_name": "205@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63620", - "roomcode": "2808.02.205", - "usage": 121 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63621", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63620, + "usage_id": 121 + }, + "2808.02.206": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "206, WC-D", "arch_name": "206@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63621", - "roomcode": "2808.02.206", - "usage": 116 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63622", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63621, + "usage_id": 116 + }, + "2808.02.207": { + "address": { + "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", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63622", - "roomcode": "2808.02.207", - "usage": 102 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63623", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63622, + "usage_id": 102 + }, + "2808.02.208": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "3.1.21, Sekretariat", "arch_name": "3.1.21@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63623", - "roomcode": "2808.02.208", - "usage": 40 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63624", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63623, + "usage_id": 40 + }, + "2808.02.209": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "3.1.22, Leitung", "arch_name": "3.1.22@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63624", - "roomcode": "2808.02.209", - "usage": 12 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63625", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63624, + "usage_id": 12 + }, + "2808.02.210": { + "address": { + "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", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63625", - "roomcode": "2808.02.210", - "usage": 102 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63626", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63625, + "usage_id": 102 + }, + "2808.02.211": { + "address": { + "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", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63626", - "roomcode": "2808.02.211", - "usage": 12 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63627", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63626, + "usage_id": 12 + }, + "2808.02.212": { + "address": { + "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", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63627", - "roomcode": "2808.02.212", - "usage": 12 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63628", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63627, + "usage_id": 12 + }, + "2808.02.213": { + "address": { + "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", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63628", - "roomcode": "2808.02.213", - "usage": 102 - }, - { - "address": "Dr. Albert-Frank-Str. 32, 2.OG", - "address_link": "ris.einzelraum?raumkey=63629", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63628, + "usage_id": 102 + }, + "2808.02.214": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "alt_name": "214, Flur", "arch_name": "214@2808", - "b_area_id": 98, - "b_filter_id": 1445, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "83308 Trostberg", - "room_link": "wbRaum.editRaum?pRaumNr=63629", - "roomcode": "2808.02.214", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40277", + "area_id": 98, + "building_id": 1445, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63629, + "usage_id": 222 + }, + "2903.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "101, Besprechungsraum", "arch_name": "101@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40277", - "roomcode": "2903.01.101", - "usage": 196 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40293", - "alt_name": "102, B\u00fcro", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40277, + "usage_id": 196 + }, + "2903.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40293", - "roomcode": "2903.01.102", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40346", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40293, + "usage_id": 12 + }, + "2903.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40346", - "roomcode": "2903.01.103", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40392", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40346, + "usage_id": 12 + }, + "2903.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40392", - "roomcode": "2903.01.104", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40396", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40392, + "usage_id": 12 + }, + "2903.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40396", - "roomcode": "2903.01.105", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40401", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40396, + "usage_id": 12 + }, + "2903.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "106, B\u00fcro", "arch_name": "106@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40401", - "roomcode": "2903.01.106", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40407", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40401, + "usage_id": 12 + }, + "2903.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "107, B\u00fcro", "arch_name": "107@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40407", - "roomcode": "2903.01.107", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40410", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40407, + "usage_id": 12 + }, + "2903.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "108, B\u00fcro", "arch_name": "108@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40410", - "roomcode": "2903.01.108", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40448", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40410, + "usage_id": 12 + }, + "2903.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "109, Kopierer", "arch_name": "109@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40448", - "roomcode": "2903.01.109", - "usage": 110 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40453", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40448, + "usage_id": 110 + }, + "2903.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "110, B\u00fcro", "arch_name": "110@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40453", - "roomcode": "2903.01.110", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=20828", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40453, + "usage_id": 12 + }, + "2903.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "111, B\u00fcro", "arch_name": "111@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20828", - "roomcode": "2903.01.111", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40498", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20828, + "usage_id": 12 + }, + "2903.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "112, B\u00fcro", "arch_name": "112@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40498", - "roomcode": "2903.01.112", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40551", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40498, + "usage_id": 12 + }, + "2903.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "113, B\u00fcro", "arch_name": "113@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40551", - "roomcode": "2903.01.113", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40656", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40551, + "usage_id": 12 + }, + "2903.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "114, Putzraum", "arch_name": "114@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40656", - "roomcode": "2903.01.114", - "usage": 205 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40691", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40656, + "usage_id": 205 + }, + "2903.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "115, Serverraum", "arch_name": "115@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40691", - "roomcode": "2903.01.115", - "usage": 207 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=39964", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40691, + "usage_id": 207 + }, + "2903.01.115A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "115A, Archiv", "arch_name": "115A@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39964", - "roomcode": "2903.01.115A", - "usage": 2 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=39971", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39964, + "usage_id": 2 + }, + "2903.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "116, B\u00fcro", "arch_name": "116@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=39971", - "roomcode": "2903.01.116", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40005", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39971, + "usage_id": 12 + }, + "2903.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "117, B\u00fcro", "arch_name": "117@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40005", - "roomcode": "2903.01.117", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40007", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40005, + "usage_id": 12 + }, + "2903.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "118, B\u00fcro", "arch_name": "118@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40007", - "roomcode": "2903.01.118", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40009", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40007, + "usage_id": 12 + }, + "2903.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "119, Teek\u00fcche", "arch_name": "119@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40009", - "roomcode": "2903.01.119", - "usage": 198 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40010", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40009, + "usage_id": 198 + }, + "2903.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "130, Fur-1", "arch_name": "130@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40010", - "roomcode": "2903.01.130", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40011", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40010, + "usage_id": 222 + }, + "2903.01.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "132, Flur-2", "arch_name": "132@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40011", - "roomcode": "2903.01.132", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40012", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40011, + "usage_id": 222 + }, + "2903.01.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "133, Flur-3", "arch_name": "133@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40012", - "roomcode": "2903.01.133", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40034", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40012, + "usage_id": 222 + }, + "2903.01.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "134, Eingang-Flur-4", "arch_name": "134@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40034", - "roomcode": "2903.01.134", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40036", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40034, + "usage_id": 222 + }, + "2903.01.135": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "135, Eingang-Flur-5", "arch_name": "135@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40036", - "roomcode": "2903.01.135", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40039", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40036, + "usage_id": 222 + }, + "2903.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "140, WC", "arch_name": "140@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40039", - "roomcode": "2903.01.140", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40043", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40039, + "usage_id": 114 + }, + "2903.01.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "141, WC", "arch_name": "141@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40043", - "roomcode": "2903.01.141", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40095", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40043, + "usage_id": 114 + }, + "2903.01.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "142, WC", "arch_name": "142@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40095", - "roomcode": "2903.01.142", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=40131", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40095, + "usage_id": 114 + }, + "2903.01.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "143, WC", "arch_name": "143@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40131", - "roomcode": "2903.01.143", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=63803", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40131, + "usage_id": 114 + }, + "2903.01.150": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "150, B\u00fcro 2", "arch_name": "150@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=41224", - "operator": "[ TUPRS03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63803", - "roomcode": "2903.01.150", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=63818", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63803, + "usage_id": 12 + }, + "2903.01.151": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "151, Treppenhaus", "arch_name": "151@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63818", - "roomcode": "2903.01.151", - "usage": 223 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=63804", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63818, + "usage_id": 223 + }, + "2903.01.152": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "152, B\u00fcro 3", "arch_name": "152@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=41224", - "operator": "[ TUPRS03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63804", - "roomcode": "2903.01.152", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67647", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63804, + "usage_id": 12 + }, + "2903.01.153": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "153, Empfang/Sekretariat", "arch_name": "153@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67647", - "roomcode": "2903.01.153", - "usage": 40 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67650", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67647, + "usage_id": 40 + }, + "2903.01.154": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "154, Kopierer", "arch_name": "154@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67650", - "roomcode": "2903.01.154", - "usage": 110 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67652", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67650, + "usage_id": 110 + }, + "2903.01.155": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "155, B\u00fcro", "arch_name": "155@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67652", - "roomcode": "2903.01.155", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67653", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67652, + "usage_id": 12 + }, + "2903.01.156": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "156, Seminarraum", "arch_name": "156@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "extended": { - "additional_description": "156, Seminarraum", - "address": "Augustenstr. 44_46(2903), 1.Obergescho\u00df", - "architect_room_nr": "156@2903", - "area_m2": 88.4, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "156", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67653", - "roomcode": "2903.01.156", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67654", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67653, + "usage_id": 41 + }, + "2903.01.157": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "157, B\u00fcro", "arch_name": "157@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67654", - "roomcode": "2903.01.157", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67657", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67654, + "usage_id": 12 + }, + "2903.01.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "158, Dusche", "arch_name": "158@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67657", - "roomcode": "2903.01.158", - "usage": 113 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67656", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67657, + "usage_id": 113 + }, + "2903.01.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "160, WC", "arch_name": "160@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67656", - "roomcode": "2903.01.160", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67655", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67656, + "usage_id": 114 + }, + "2903.01.161": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "161, WC", "arch_name": "161@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67655", - "roomcode": "2903.01.161", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67648", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67655, + "usage_id": 114 + }, + "2903.01.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "162, Foyer", "arch_name": "162@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67648", - "roomcode": "2903.01.162", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67649", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67648, + "usage_id": 222 + }, + "2903.01.163": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "163, Cafe-Bar", "arch_name": "163@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67649", - "roomcode": "2903.01.163", - "usage": 198 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67651", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67649, + "usage_id": 198 + }, + "2903.01.164": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "164, Server", "arch_name": "164@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67651", - "roomcode": "2903.01.164", - "usage": 207 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67658", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67651, + "usage_id": 207 + }, + "2903.01.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "170, Besprechuingsraum", "arch_name": "170@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67658", - "roomcode": "2903.01.170", - "usage": 196 - }, - { - "address": "Augustenstr. 44_46, 1.OG", - "address_link": "ris.einzelraum?raumkey=67659", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31951, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67658, + "usage_id": 196 + }, + "2903.01.171": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "171, B\u00fcro", "arch_name": "171@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31951", - "operator": "[ TUZVZA5 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67659", - "roomcode": "2903.01.171", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61929", + "area_id": 29, + "building_id": 589, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67659, + "usage_id": 12 + }, + "2903.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61929", - "roomcode": "2903.02.201", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61930", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61929, + "usage_id": 12 + }, + "2903.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61930", - "roomcode": "2903.02.203", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61931", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61930, + "usage_id": 12 + }, + "2903.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61931", - "roomcode": "2903.02.204", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61932", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61931, + "usage_id": 12 + }, + "2903.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61932", - "roomcode": "2903.02.205", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61933", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61932, + "usage_id": 12 + }, + "2903.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "206, K\u00fcche", "arch_name": "206@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61933", - "roomcode": "2903.02.206", - "usage": 198 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61934", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15047, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61933, + "usage_id": 198 + }, + "2903.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "207, B\u00fcro", "arch_name": "207@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61934", - "roomcode": "2903.02.207", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=63820", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61934, + "usage_id": 12 + }, + "2903.02.208": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63820", - "roomcode": "2903.02.208", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=63819", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63820, + "usage_id": 12 + }, + "2903.02.209": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=30252&cReadonly=J", - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63819", - "roomcode": "2903.02.209", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61935", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 30252, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63819, + "usage_id": 12 + }, + "2903.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "230, Flur", "arch_name": "230@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61935", - "roomcode": "2903.02.230", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=63821", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61935, + "usage_id": 222 + }, + "2903.02.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "231, Flur", "arch_name": "231@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63821", - "roomcode": "2903.02.231", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61936", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63821, + "usage_id": 222 + }, + "2903.02.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "240, WC", "arch_name": "240@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61936", - "roomcode": "2903.02.240", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=61937", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61936, + "usage_id": 114 + }, + "2903.02.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "241, WC", "arch_name": "241@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61937", - "roomcode": "2903.02.241", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=63822", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61937, + "usage_id": 114 + }, + "2903.02.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "243, WC", "arch_name": "243@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63822", - "roomcode": "2903.02.243", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64834", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63822, + "usage_id": 114 + }, + "2903.02.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "250, Druckerraum", "arch_name": "250@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64834", - "roomcode": "2903.02.250", - "usage": 110 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64835", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64834, + "usage_id": 110 + }, + "2903.02.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "251, B\u00fcro", "arch_name": "251@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64835", - "roomcode": "2903.02.251", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64836", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64835, + "usage_id": 12 + }, + "2903.02.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "252, B\u00fcro", "arch_name": "252@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64836", - "roomcode": "2903.02.252", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64839", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64836, + "usage_id": 12 + }, + "2903.02.253": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "253, Besprechungsraum", "arch_name": "253@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=52517&cRes=28252&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64839", - "roomcode": "2903.02.253", - "usage": 196 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=65094", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 28252, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64839, + "usage_id": 196 + }, + "2903.02.253A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "253A, Terrasse Ost (Reinigen)", "arch_name": "253A@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65094", - "roomcode": "2903.02.253A", - "usage": 48 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=65095", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65094, + "usage_id": 48 + }, + "2903.02.253B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "253B, Terrasse West (Reinigen)", "arch_name": "253B@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65095", - "roomcode": "2903.02.253B", - "usage": 48 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64833", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65095, + "usage_id": 48 + }, + "2903.02.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "254, B\u00fcro", "arch_name": "254@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64833", - "roomcode": "2903.02.254", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64832", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64833, + "usage_id": 12 + }, + "2903.02.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "255, B\u00fcro", "arch_name": "255@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64832", - "roomcode": "2903.02.255", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64831", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64832, + "usage_id": 12 + }, + "2903.02.256": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "256, B\u00fcro", "arch_name": "256@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64831", - "roomcode": "2903.02.256", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64830", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64831, + "usage_id": 12 + }, + "2903.02.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "257, B\u00fcro", "arch_name": "257@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64830", - "roomcode": "2903.02.257", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64840", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64830, + "usage_id": 12 + }, + "2903.02.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "260, WC-Damen", "arch_name": "260@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64840", - "roomcode": "2903.02.260", - "usage": 116 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64841", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64840, + "usage_id": 116 + }, + "2903.02.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "261, WC-Herren", "arch_name": "261@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64841", - "roomcode": "2903.02.261", - "usage": 115 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64842", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64841, + "usage_id": 115 + }, + "2903.02.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "262, Flur", "arch_name": "262@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64842", - "roomcode": "2903.02.262", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64837", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64842, + "usage_id": 222 + }, + "2903.02.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "270, Seminarraum", "arch_name": "270@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=52517&cRes=26551&cReadonly=J", - "extended": { - "additional_description": "270, Seminarraum", - "address": "Augustenstr. 44_46(2903), 2.Obergescho\u00df", - "architect_room_nr": "270@2903", - "area_m2": 45.4, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "270", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64837", - "roomcode": "2903.02.270", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, 2.OG", - "address_link": "ris.einzelraum?raumkey=64838", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 26551, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64837, + "usage_id": 41 + }, + "2903.02.271": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "271, Lager", "arch_name": "271@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64838", - "roomcode": "2903.02.271", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61938", + "area_id": 29, + "building_id": 589, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64838, + "usage_id": 30 + }, + "2903.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "301, B\u00fcro", "arch_name": "301@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=47277", - "operator": "[ TUBVMOB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61938", - "roomcode": "2903.03.301", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61939", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47277, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61938, + "usage_id": 12 + }, + "2903.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "303, B\u00fcro", "arch_name": "303@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61939", - "roomcode": "2903.03.303", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61940", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61939, + "usage_id": 12 + }, + "2903.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "304, B\u00fcro", "arch_name": "304@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=47277", - "operator": "[ TUBVMOB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61940", - "roomcode": "2903.03.304", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61941", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61940, + "usage_id": 12 + }, + "2903.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=47277", - "operator": "[ TUBVMOB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61941", - "roomcode": "2903.03.305", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61942", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61941, + "usage_id": 12 + }, + "2903.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "306, K\u00fcche", "arch_name": "306@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61942", - "roomcode": "2903.03.306", - "usage": 198 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61943", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61942, + "usage_id": 198 + }, + "2903.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "307, B\u00fcro", "arch_name": "307@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=47277", - "operator": "[ TUBVMOB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61943", - "roomcode": "2903.03.307", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65004", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61943, + "usage_id": 12 + }, + "2903.03.307A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "307A, Server", "arch_name": "307A@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65004", - "roomcode": "2903.03.307A", - "usage": 207 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61944", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65004, + "usage_id": 207 + }, + "2903.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "308, B\u00fcro", "arch_name": "308@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=47277&cRes=28992&cReadonly=J", - "list_index": "102", - "op_link": "webnav.navigate_to?corg=47277", - "operator": "[ TUBVMOB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61944", - "roomcode": "2903.03.308", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61945", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 28992, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61944, + "usage_id": 12 + }, + "2903.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "309, B\u00fcro", "arch_name": "309@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15047", - "operator": "[ TUBVHFM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61945", - "roomcode": "2903.03.309", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61947", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15047, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61945, + "usage_id": 12 + }, + "2903.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "310, B\u00fcro", "arch_name": "310@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=47277", - "operator": "[ TUBVMOB ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61947", - "roomcode": "2903.03.310", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61946", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47277, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61947, + "usage_id": 12 + }, + "2903.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "311, Putzraum", "arch_name": "311@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61946", - "roomcode": "2903.03.311", - "usage": 205 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61951", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61946, + "usage_id": 205 + }, + "2903.03.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "330, Flur", "arch_name": "330@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61951", - "roomcode": "2903.03.330", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61952", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61951, + "usage_id": 222 + }, + "2903.03.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "331, Flur", "arch_name": "331@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61952", - "roomcode": "2903.03.331", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61950", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61952, + "usage_id": 222 + }, + "2903.03.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "332, Flur", "arch_name": "332@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61950", - "roomcode": "2903.03.332", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61948", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61950, + "usage_id": 222 + }, + "2903.03.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "340, WC", "arch_name": "340@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61948", - "roomcode": "2903.03.340", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61949", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61948, + "usage_id": 114 + }, + "2903.03.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "341, WC", "arch_name": "341@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61949", - "roomcode": "2903.03.341", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=61953", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61949, + "usage_id": 114 + }, + "2903.03.350": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "350, B\u00fcro", "arch_name": "350@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61953", - "roomcode": "2903.03.350", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65005", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61953, + "usage_id": 12 + }, + "2903.03.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "351, B\u00fcro", "arch_name": "351@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65005", - "roomcode": "2903.03.351", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65006", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65005, + "usage_id": 12 + }, + "2903.03.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "352, B\u00fcro", "arch_name": "352@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65006", - "roomcode": "2903.03.352", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65007", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65006, + "usage_id": 12 + }, + "2903.03.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "353, B\u00fcro", "arch_name": "353@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65007", - "roomcode": "2903.03.353", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65008", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65007, + "usage_id": 12 + }, + "2903.03.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "354, Besprechungsraum", "arch_name": "354@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=52517&cRes=26972&cReadonly=J", - "list_index": "115", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65008", - "roomcode": "2903.03.354", - "usage": 196 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=64854", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 26972, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65008, + "usage_id": 196 + }, + "2903.03.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "355, B\u00fcro", "arch_name": "355@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64854", - "roomcode": "2903.03.355", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=64853", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64854, + "usage_id": 12 + }, + "2903.03.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "356, B\u00fcro", "arch_name": "356@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64853", - "roomcode": "2903.03.356", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=64852", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64853, + "usage_id": 12 + }, + "2903.03.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "357, B\u00fcro", "arch_name": "357@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64852", - "roomcode": "2903.03.357", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=64851", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64852, + "usage_id": 12 + }, + "2903.03.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "358, Druckerraum", "arch_name": "358@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64851", - "roomcode": "2903.03.358", - "usage": 110 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=64850", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64851, + "usage_id": 110 + }, + "2903.03.359": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "359, LRZ-Verteilerknoten", "arch_name": "359@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64850", - "roomcode": "2903.03.359", - "usage": 120 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65169", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64850, + "usage_id": 120 + }, + "2903.03.359A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "359A, K\u00fcche", "arch_name": "359A@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65169", - "roomcode": "2903.03.359A", - "usage": 198 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65012", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65169, + "usage_id": 198 + }, + "2903.03.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "360, WC-Damen", "arch_name": "360@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65012", - "roomcode": "2903.03.360", - "usage": 116 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65013", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65012, + "usage_id": 116 + }, + "2903.03.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "361, WC-Herren", "arch_name": "361@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65013", - "roomcode": "2903.03.361", - "usage": 115 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65011", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65013, + "usage_id": 115 + }, + "2903.03.362": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "362, Flur", "arch_name": "362@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65011", - "roomcode": "2903.03.362", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65009", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65011, + "usage_id": 222 + }, + "2903.03.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "370, Seminarraum", "arch_name": "370@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=52517&cRes=26552&cReadonly=J", - "extended": { - "additional_description": "370, Seminarraum", - "address": "Augustenstr. 44_46(2903), 3.Obergescho\u00df", - "architect_room_nr": "370@2903", - "area_m2": 45.48, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "370", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65009", - "roomcode": "2903.03.370", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, 3.OG", - "address_link": "ris.einzelraum?raumkey=65010", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 26552, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65009, + "usage_id": 41 + }, + "2903.03.371": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "371, Lager", "arch_name": "371@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65010", - "roomcode": "2903.03.371", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61954", + "area_id": 29, + "building_id": 589, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65010, + "usage_id": 30 + }, + "2903.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "401, B\u00fcro", "arch_name": "401@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61954", - "roomcode": "2903.04.401", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61955", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61954, + "usage_id": 12 + }, + "2903.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "402, B\u00fcro", "arch_name": "402@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61955", - "roomcode": "2903.04.402", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61956", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61955, + "usage_id": 12 + }, + "2903.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "403, B\u00fcro", "arch_name": "403@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61956", - "roomcode": "2903.04.403", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61957", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61956, + "usage_id": 12 + }, + "2903.04.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "404, B\u00fcro", "arch_name": "404@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61957", - "roomcode": "2903.04.404", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61958", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61957, + "usage_id": 12 + }, + "2903.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "405, B\u00fcro", "arch_name": "405@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61958", - "roomcode": "2903.04.405", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61963", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61958, + "usage_id": 12 + }, + "2903.04.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "406, K\u00fcche", "arch_name": "406@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61963", - "roomcode": "2903.04.406", - "usage": 198 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61962", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61963, + "usage_id": 198 + }, + "2903.04.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "407, B\u00fcro", "arch_name": "407@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61962", - "roomcode": "2903.04.407", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61961", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61962, + "usage_id": 12 + }, + "2903.04.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "408, B\u00fcro", "arch_name": "408@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=53137", - "operator": "[ TUS6B48 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61961", - "roomcode": "2903.04.408", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61960", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53137, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61961, + "usage_id": 12 + }, + "2903.04.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "409, B\u00fcro", "arch_name": "409@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=53137", - "operator": "[ TUS6B48 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61960", - "roomcode": "2903.04.409", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61959", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53137, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61960, + "usage_id": 12 + }, + "2903.04.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "410, B\u00fcro", "arch_name": "410@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=53137", - "operator": "[ TUS6B48 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61959", - "roomcode": "2903.04.410", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=63332", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53137, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61959, + "usage_id": 12 + }, + "2903.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "411, B\u00fcro", "arch_name": "411@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=53137", - "operator": "[ TUS6B48 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63332", - "roomcode": "2903.04.411", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61964", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53137, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63332, + "usage_id": 12 + }, + "2903.04.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "430, Flur", "arch_name": "430@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61964", - "roomcode": "2903.04.430", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61965", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61964, + "usage_id": 222 + }, + "2903.04.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "440, WC", "arch_name": "440@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61965", - "roomcode": "2903.04.440", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=61966", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61965, + "usage_id": 114 + }, + "2903.04.441": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "441, WC", "arch_name": "441@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61966", - "roomcode": "2903.04.441", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65014", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61966, + "usage_id": 114 + }, + "2903.04.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "450, B\u00fcro", "arch_name": "450@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65014", - "roomcode": "2903.04.450", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65015", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65014, + "usage_id": 12 + }, + "2903.04.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "451, B\u00fcro", "arch_name": "451@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65015", - "roomcode": "2903.04.451", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65016", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65015, + "usage_id": 12 + }, + "2903.04.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "452, B\u00fcro", "arch_name": "452@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65016", - "roomcode": "2903.04.452", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65017", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65016, + "usage_id": 12 + }, + "2903.04.453": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "453, B\u00fcro", "arch_name": "453@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65017", - "roomcode": "2903.04.453", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65018", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65017, + "usage_id": 12 + }, + "2903.04.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "454, Besprechungsraum", "arch_name": "454@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=52517&cRes=27032&cReadonly=J", - "list_index": "145", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65018", - "roomcode": "2903.04.454", - "usage": 196 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65019", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 27032, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65018, + "usage_id": 196 + }, + "2903.04.455": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "455, B\u00fcro", "arch_name": "455@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=41224", - "operator": "[ TUPRS03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65019", - "roomcode": "2903.04.455", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65020", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41224, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65019, + "usage_id": 12 + }, + "2903.04.456": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "456, B\u00fcro", "arch_name": "456@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65020", - "roomcode": "2903.04.456", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65021", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65020, + "usage_id": 12 + }, + "2903.04.457": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "457, B\u00fcro", "arch_name": "457@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65021", - "roomcode": "2903.04.457", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65022", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65021, + "usage_id": 12 + }, + "2903.04.458": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "458, B\u00fcro", "arch_name": "458@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65022", - "roomcode": "2903.04.458", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65024", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65022, + "usage_id": 12 + }, + "2903.04.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "460, WC-Damen", "arch_name": "460@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65024", - "roomcode": "2903.04.460", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65025", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65024, + "usage_id": 114 + }, + "2903.04.461": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "461, WC-Herren", "arch_name": "461@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65025", - "roomcode": "2903.04.461", - "usage": 115 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65023", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65025, + "usage_id": 115 + }, + "2903.04.462": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "462, Flur", "arch_name": "462@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65023", - "roomcode": "2903.04.462", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65027", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65023, + "usage_id": 222 + }, + "2903.04.470": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "470, Seminarraum", "arch_name": "470@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=52517&cRes=26553&cReadonly=J", - "extended": { - "additional_description": "470, Seminarraum", - "address": "Augustenstr. 44_46(2903), 4.Obergescho\u00df", - "architect_room_nr": "470@2903", - "area_m2": 35.97, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "470", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65027", - "roomcode": "2903.04.470", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65026", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 26553, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65027, + "usage_id": 41 + }, + "2903.04.470A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "470A, Lager", "arch_name": "470A@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65026", - "roomcode": "2903.04.470A", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 4.OG", - "address_link": "ris.einzelraum?raumkey=65028", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65026, + "usage_id": 30 + }, + "2903.04.471": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "471, Lager", "arch_name": "471@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65028", - "roomcode": "2903.04.471", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63167", + "area_id": 29, + "building_id": 589, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65028, + "usage_id": 30 + }, + "2903.05.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "501, B\u00fcro", "arch_name": "501@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63167", - "roomcode": "2903.05.501", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63168", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63167, + "usage_id": 12 + }, + "2903.05.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "502, B\u00fcro", "arch_name": "502@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63168", - "roomcode": "2903.05.502", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63169", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63168, + "usage_id": 12 + }, + "2903.05.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "503, B\u00fcro", "arch_name": "503@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63169", - "roomcode": "2903.05.503", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63171", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63169, + "usage_id": 12 + }, + "2903.05.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "505, B\u00fcro", "arch_name": "505@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63171", - "roomcode": "2903.05.505", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63177", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63171, + "usage_id": 12 + }, + "2903.05.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "506, K\u00fcche", "arch_name": "506@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63177", - "roomcode": "2903.05.506", - "usage": 28 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63175", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63177, + "usage_id": 28 + }, + "2903.05.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "507, B\u00fcro", "arch_name": "507@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63175", - "roomcode": "2903.05.507", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63174", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63175, + "usage_id": 12 + }, + "2903.05.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "508, B\u00fcro", "arch_name": "508@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63174", - "roomcode": "2903.05.508", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63176", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63174, + "usage_id": 12 + }, + "2903.05.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "509, B\u00fcro", "arch_name": "509@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63176", - "roomcode": "2903.05.509", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63173", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63176, + "usage_id": 12 + }, + "2903.05.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "510, Seminarraum", "arch_name": "510@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=47239&cRes=22478&cReadonly=J", - "extended": { - "additional_description": "510, Seminarraum", - "address": "Augustenstr. 44_46(2903), 5.Obergescho\u00df", - "architect_room_nr": "510@2903", - "area_m2": 43.0, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "510", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63173", - "roomcode": "2903.05.510", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63178", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 22478, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63173, + "usage_id": 41 + }, + "2903.05.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "530, Flur 1", "arch_name": "530@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63178", - "roomcode": "2903.05.530", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63180", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63178, + "usage_id": 222 + }, + "2903.05.540": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "540, WC", "arch_name": "540@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63180", - "roomcode": "2903.05.540", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=63181", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63180, + "usage_id": 114 + }, + "2903.05.541": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "541, WC", "arch_name": "541@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=47239", - "operator": "[ TUWIB35 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63181", - "roomcode": "2903.05.541", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=65029", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 47239, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63181, + "usage_id": 114 + }, + "2903.05.550": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "550, Seminarraum", "arch_name": "550@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "extended": { - "additional_description": "550, Seminarraum", - "address": "Augustenstr. 44_46(2903), 5.Obergescho\u00df", - "architect_room_nr": "550@2903", - "area_m2": 62.37, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "550", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65029", - "roomcode": "2903.05.550", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=65096", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65029, + "usage_id": 41 + }, + "2903.05.551": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "551, Terrasse (Reinigen)", "arch_name": "551@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65096", - "roomcode": "2903.05.551", - "usage": 48 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=65030", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65096, + "usage_id": 48 + }, + "2903.05.552": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "552, B\u00fcro", "arch_name": "552@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65030", - "roomcode": "2903.05.552", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=65031", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65030, + "usage_id": 12 + }, + "2903.05.553": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "553, B\u00fcro", "arch_name": "553@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65031", - "roomcode": "2903.05.553", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=65033", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65031, + "usage_id": 12 + }, + "2903.05.560": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "560, WC", "arch_name": "560@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65033", - "roomcode": "2903.05.560", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, 5.OG", - "address_link": "ris.einzelraum?raumkey=65032", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65033, + "usage_id": 114 + }, + "2903.05.562": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "562, Flur", "arch_name": "562@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65032", - "roomcode": "2903.05.562", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, DG", - "address_link": "ris.einzelraum?raumkey=65063", + "area_id": 29, + "building_id": 589, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65032, + "usage_id": 222 + }, + "2903.DG.650": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "650, Lager", "arch_name": "650@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65063", - "roomcode": "2903.DG.650", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, DG", - "address_link": "ris.einzelraum?raumkey=65062", + "area_id": 29, + "building_id": 589, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65063, + "usage_id": 30 + }, + "2903.DG.652": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "652, Flur", "arch_name": "652@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65062", - "roomcode": "2903.DG.652", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, DG", - "address_link": "ris.einzelraum?raumkey=65061", + "area_id": 29, + "building_id": 589, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65062, + "usage_id": 222 + }, + "2903.DG.653": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "653, Flur", "arch_name": "653@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65061", - "roomcode": "2903.DG.653", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, DG", - "address_link": "ris.einzelraum?raumkey=65060", + "area_id": 29, + "building_id": 589, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65061, + "usage_id": 222 + }, + "2903.DG.654": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "654, Lager", "arch_name": "654@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65060", - "roomcode": "2903.DG.654", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, DG", - "address_link": "ris.einzelraum?raumkey=65059", + "area_id": 29, + "building_id": 589, + "floor_level": "DG", + "floor_type": "Spannteppich", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65060, + "usage_id": 30 + }, + "2903.DG.655": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "655, Bad/WC", "arch_name": "655@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65059", - "roomcode": "2903.DG.655", - "usage": 37 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=61967", + "area_id": 29, + "building_id": 589, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65059, + "usage_id": 37 + }, + "2903.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "001, Seminarraum", "arch_name": "001@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=20356&cReadonly=J", - "extended": { - "additional_description": "001, Seminarraum", - "address": "Augustenstr. 44_46(2903), Erdgescho\u00df", - "architect_room_nr": "001@2903", - "area_m2": 53.3, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 31, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61967", - "roomcode": "2903.EG.001", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=61968", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 20356, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 31, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61967, + "usage_id": 41 + }, + "2903.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "002, Seminarraum", "arch_name": "002@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=19704&cRes=20158&cReadonly=J", - "extended": { - "additional_description": "002, Seminarraum", - "address": "Augustenstr. 44_46(2903), Erdgescho\u00df", - "architect_room_nr": "002@2903", - "area_m2": 54.5, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 31, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61968", - "roomcode": "2903.EG.002", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=61970", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 20158, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 31, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61968, + "usage_id": 41 + }, + "2903.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "003, B\u00fcro/Teek\u00fcche", "arch_name": "003@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=20881&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61970", - "roomcode": "2903.EG.003", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63182", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 20881, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61970, + "usage_id": 12 + }, + "2903.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "004, Seminarraum", "arch_name": "004@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=22421&cReadonly=J", - "extended": { - "additional_description": "004, Seminarraum", - "address": "Augustenstr. 44_46(2903), Erdgescho\u00df", - "architect_room_nr": "004@2903", - "area_m2": 45.41, - "building": "2903 Haus Soller Augustenstr. 44_46 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 26, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63182", - "roomcode": "2903.EG.004", - "usage": 41 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=61969", + "area_id": 29, + "building_id": 589, + "calendar_resource_nr": 22421, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26608, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63182, + "usage_id": 41 + }, + "2903.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "030, Flur", "arch_name": "030@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61969", - "roomcode": "2903.EG.030", - "usage": 222 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=61971", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61969, + "usage_id": 222 + }, + "2903.EG.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "040, WC-Herren", "arch_name": "040@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61971", - "roomcode": "2903.EG.040", - "usage": 115 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=61972", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61971, + "usage_id": 115 + }, + "2903.EG.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "041, WC-Damen", "arch_name": "041@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61972", - "roomcode": "2903.EG.041", - "usage": 116 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63183", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61972, + "usage_id": 116 + }, + "2903.EG.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "042, WC-Damen", "arch_name": "042@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63183", - "roomcode": "2903.EG.042", - "usage": 116 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63184", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63183, + "usage_id": 116 + }, + "2903.EG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "043, WC-Herren", "arch_name": "043@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63184", - "roomcode": "2903.EG.043", - "usage": 115 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63194", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63184, + "usage_id": 115 + }, + "2903.EG.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "044, WC-Vorraum", "arch_name": "044@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63194", - "roomcode": "2903.EG.044", - "usage": 118 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63800", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63194, + "usage_id": 118 + }, + "2903.EG.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "050, B\u00fcro/Vorraum/Foyer", "arch_name": "050@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=41224", - "operator": "[ TUPRS03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63800", - "roomcode": "2903.EG.050", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63816", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 41224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63800, + "usage_id": 12 + }, + "2903.EG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "051, Treppenhaus", "arch_name": "051@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63816", - "roomcode": "2903.EG.051", - "usage": 223 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63801", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63816, + "usage_id": 223 + }, + "2903.EG.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "052, WC-Vorraum", "arch_name": "052@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63801", - "roomcode": "2903.EG.052", - "usage": 118 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63817", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63801, + "usage_id": 118 + }, + "2903.EG.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "053, WC", "arch_name": "053@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63817", - "roomcode": "2903.EG.053", - "usage": 114 - }, - { - "address": "Augustenstr. 44_46, EG", - "address_link": "ris.einzelraum?raumkey=63802", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63817, + "usage_id": 114 + }, + "2903.EG.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "054, B\u00fcro 1", "arch_name": "054@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=41224", - "operator": "[ TUPRS03 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63802", - "roomcode": "2903.EG.054", - "usage": 12 - }, - { - "address": "Augustenstr. 44_46, 1.UG", - "address_link": "ris.einzelraum?raumkey=63815", + "area_id": 29, + "building_id": 589, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 41224, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63802, + "usage_id": 12 + }, + "2903.U1.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "-1050, Treppenhaus", "arch_name": "-1050@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63815", - "roomcode": "2903.U1.050", - "usage": 223 - }, - { - "address": "Augustenstr. 44_46, 1.UG", - "address_link": "ris.einzelraum?raumkey=63799", + "area_id": 29, + "building_id": 589, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63815, + "usage_id": 223 + }, + "2903.U1.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "-1051, Lager", "arch_name": "-1051@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63799", - "roomcode": "2903.U1.051", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 1.UG", - "address_link": "ris.einzelraum?raumkey=64952", + "area_id": 29, + "building_id": 589, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63799, + "usage_id": 30 + }, + "2903.U1.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "-1060, Lager Poststelle", "arch_name": "-1060@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=37984", - "operator": "[ TUZV44M ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64952", - "roomcode": "2903.U1.060", - "usage": 180 - }, - { - "address": "Augustenstr. 44_46, 1.UG", - "address_link": "ris.einzelraum?raumkey=66435", + "area_id": 29, + "building_id": 589, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37984, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64952, + "usage_id": 180 + }, + "2903.U1.060A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "-1060A, Lager MCTS", "arch_name": "-1060A@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=52517", - "operator": "[ TUS7DP3 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66435", - "roomcode": "2903.U1.060A", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 1.UG", - "address_link": "ris.einzelraum?raumkey=66911", + "area_id": 29, + "building_id": 589, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52517, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66435, + "usage_id": 30 + }, + "2903.U1.060B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "-1060B, Putzmittellager", "arch_name": "-1060B@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=37989", - "operator": "[ TUZV44R ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66911", - "roomcode": "2903.U1.060B", - "usage": 30 - }, - { - "address": "Augustenstr. 44_46, 1.UG", - "address_link": "ris.einzelraum?raumkey=67682", + "area_id": 29, + "building_id": 589, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 37989, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66911, + "usage_id": 30 + }, + "2903.U1.073": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "alt_name": "-1073, Lager", "arch_name": "-1073@2903", - "b_area_id": 29, - "b_filter_id": 589, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=45010", - "operator": "[ TUZVHJA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67682", - "roomcode": "2903.U1.073", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61111", + "area_id": 29, + "building_id": 589, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 45010, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67682, + "usage_id": 30 + }, + "2906.01.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1001, B\u00fcro/EDV-Raum", "arch_name": "1001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61111", - "roomcode": "2906.01.001", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=65666", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61111, + "usage_id": 12 + }, + "2906.01.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1001A, Labor", "arch_name": "1001A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65666", - "roomcode": "2906.01.001A", - "usage": 194 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61112", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65666, + "usage_id": 194 + }, + "2906.01.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1002, B\u00fcro", "arch_name": "1002@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61112", - "roomcode": "2906.01.002", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61113", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61112, + "usage_id": 12 + }, + "2906.01.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1003, B\u00fcro", "arch_name": "1003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61113", - "roomcode": "2906.01.003", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61114", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61113, + "usage_id": 12 + }, + "2906.01.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1004, B\u00fcro", "arch_name": "1004@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61114", - "roomcode": "2906.01.004", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61115", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61114, + "usage_id": 12 + }, + "2906.01.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1005, B\u00fcro", "arch_name": "1005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=43736&cRes=23629&cReadonly=J", - "list_index": "29", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61115", - "roomcode": "2906.01.005", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61116", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 23629, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61115, + "usage_id": 12 + }, + "2906.01.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1006, B\u00fcro", "arch_name": "1006@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61116", - "roomcode": "2906.01.006", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61117", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61116, + "usage_id": 12 + }, + "2906.01.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1007, B\u00fcro", "arch_name": "1007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=43736&cRes=27292&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61117", - "roomcode": "2906.01.007", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61118", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 27292, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61117, + "usage_id": 12 + }, + "2906.01.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1008, B\u00fcro", "arch_name": "1008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61118", - "roomcode": "2906.01.008", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61119", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61118, + "usage_id": 12 + }, + "2906.01.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1009, B\u00fcro", "arch_name": "1009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61119", - "roomcode": "2906.01.009", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61120", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61119, + "usage_id": 12 + }, + "2906.01.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1010, B\u00fcro", "arch_name": "1010@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61120", - "roomcode": "2906.01.010", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61121", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61120, + "usage_id": 12 + }, + "2906.01.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1011, B\u00fcro", "arch_name": "1011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61121", - "roomcode": "2906.01.011", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61122", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61121, + "usage_id": 12 + }, + "2906.01.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1012, B\u00fcro", "arch_name": "1012@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61122", - "roomcode": "2906.01.012", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61123", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61122, + "usage_id": 12 + }, + "2906.01.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1013, B\u00fcro", "arch_name": "1013@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61123", - "roomcode": "2906.01.013", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61124", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61123, + "usage_id": 12 + }, + "2906.01.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1014, B\u00fcro", "arch_name": "1014@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61124", - "roomcode": "2906.01.014", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61125", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61124, + "usage_id": 12 + }, + "2906.01.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1015, B\u00fcro", "arch_name": "1015@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61125", - "roomcode": "2906.01.015", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61126", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61125, + "usage_id": 12 + }, + "2906.01.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1016, B\u00fcro", "arch_name": "1016@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61126", - "roomcode": "2906.01.016", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61127", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61126, + "usage_id": 12 + }, + "2906.01.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1017, B\u00fcro", "arch_name": "1017@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61127", - "roomcode": "2906.01.017", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61128", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61127, + "usage_id": 12 + }, + "2906.01.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1018, B\u00fcro", "arch_name": "1018@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61128", - "roomcode": "2906.01.018", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61129", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61128, + "usage_id": 12 + }, + "2906.01.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1019, B\u00fcro", "arch_name": "1019@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61129", - "roomcode": "2906.01.019", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61130", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61129, + "usage_id": 12 + }, + "2906.01.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1020, B\u00fcro", "arch_name": "1020@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61130", - "roomcode": "2906.01.020", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61131", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61130, + "usage_id": 12 + }, + "2906.01.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1021, B\u00fcro", "arch_name": "1021@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61131", - "roomcode": "2906.01.021", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61132", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61131, + "usage_id": 12 + }, + "2906.01.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1022, B\u00fcro", "arch_name": "1022@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61132", - "roomcode": "2906.01.022", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61133", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61132, + "usage_id": 12 + }, + "2906.01.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1023, B\u00fcro", "arch_name": "1023@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61133", - "roomcode": "2906.01.023", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61134", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61133, + "usage_id": 12 + }, + "2906.01.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1024, B\u00fcro", "arch_name": "1024@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61134", - "roomcode": "2906.01.024", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61135", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61134, + "usage_id": 12 + }, + "2906.01.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1025, Karlstra\u00dfe-Seminarraum", "arch_name": "1025@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18708&cReadonly=J", - "extended": { - "additional_description": "1025, Karlstra\u00dfe-Seminarraum", - "address": "Karlstr. 45-47(2906), 1.Obergescho\u00df", - "architect_room_nr": "1025@2906", - "area_m2": 84.61, - "building": "2906 Karlstra\u00dfe 45/47 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "025", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61135", - "roomcode": "2906.01.025", - "usage": 41 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61761", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 18708, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61135, + "usage_id": 41 + }, + "2906.01.025A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1025A, Lager", "arch_name": "1025A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15403", - "operator": "[ TUEILSR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61761", - "roomcode": "2906.01.025A", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61136", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15403, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61761, + "usage_id": 30 + }, + "2906.01.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1030, Flur 2", "arch_name": "1030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61136", - "roomcode": "2906.01.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61137", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61136, + "usage_id": 222 + }, + "2906.01.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1031, Flur 1", "arch_name": "1031@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61137", - "roomcode": "2906.01.031", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61138", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61137, + "usage_id": 222 + }, + "2906.01.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1032, Flur", "arch_name": "1032@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61138", - "roomcode": "2906.01.032", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61142", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61138, + "usage_id": 222 + }, + "2906.01.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1040, WC", "arch_name": "1040@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61142", - "roomcode": "2906.01.040", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61143", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61142, + "usage_id": 114 + }, + "2906.01.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1041, WC", "arch_name": "1041@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61143", - "roomcode": "2906.01.041", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61144", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61143, + "usage_id": 114 + }, + "2906.01.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1042, WC", "arch_name": "1042@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61144", - "roomcode": "2906.01.042", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61145", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61144, + "usage_id": 114 + }, + "2906.01.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1043, WC", "arch_name": "1043@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61145", - "roomcode": "2906.01.043", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61139", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61145, + "usage_id": 114 + }, + "2906.01.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1051, Treppenhaus 1", "arch_name": "1051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61139", - "roomcode": "2906.01.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61140", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61139, + "usage_id": 223 + }, + "2906.01.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1052, Treppenhaus 2", "arch_name": "1052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61140", - "roomcode": "2906.01.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 1.OG", - "address_link": "ris.einzelraum?raumkey=61141", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61140, + "usage_id": 223 + }, + "2906.01.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "1053, EDV-Verteiler", "arch_name": "1053@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61141", - "roomcode": "2906.01.053", - "usage": 207 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61146", + "area_id": 29, + "building_id": 995, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61141, + "usage_id": 207 + }, + "2906.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2001, Bibliothek", "arch_name": "2001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=42781&cRes=18614&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61146", - "roomcode": "2906.02.001", - "usage": 10 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61148", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 18614, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61146, + "usage_id": 10 + }, + "2906.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2002, B\u00fcro", "arch_name": "2002@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61148", - "roomcode": "2906.02.002", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61147", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61148, + "usage_id": 12 + }, + "2906.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2003, Server", "arch_name": "2003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61147", - "roomcode": "2906.02.003", - "usage": 207 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61149", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61147, + "usage_id": 207 + }, + "2906.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2004, B\u00fcro", "arch_name": "2004@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61149", - "roomcode": "2906.02.004", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61150", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61149, + "usage_id": 12 + }, + "2906.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2005, B\u00fcro", "arch_name": "2005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61150", - "roomcode": "2906.02.005", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61151", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61150, + "usage_id": 12 + }, + "2906.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2006, B\u00fcro", "arch_name": "2006@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61151", - "roomcode": "2906.02.006", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61152", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61151, + "usage_id": 12 + }, + "2906.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2007, B\u00fcro", "arch_name": "2007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61152", - "roomcode": "2906.02.007", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61153", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61152, + "usage_id": 12 + }, + "2906.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2008, B\u00fcro", "arch_name": "2008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61153", - "roomcode": "2906.02.008", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61154", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61153, + "usage_id": 12 + }, + "2906.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2009, B\u00fcro", "arch_name": "2009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61154", - "roomcode": "2906.02.009", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61155", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61154, + "usage_id": 12 + }, + "2906.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2010, B\u00fcro", "arch_name": "2010@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61155", - "roomcode": "2906.02.010", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61156", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61155, + "usage_id": 12 + }, + "2906.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2011, B\u00fcro", "arch_name": "2011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61156", - "roomcode": "2906.02.011", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61157", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61156, + "usage_id": 12 + }, + "2906.02.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2012, B\u00fcro", "arch_name": "2012@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61157", - "roomcode": "2906.02.012", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61158", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61157, + "usage_id": 12 + }, + "2906.02.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2013, B\u00fcro", "arch_name": "2013@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61158", - "roomcode": "2906.02.013", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61159", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61158, + "usage_id": 12 + }, + "2906.02.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2014, B\u00fcro", "arch_name": "2014@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61159", - "roomcode": "2906.02.014", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61160", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61159, + "usage_id": 12 + }, + "2906.02.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2015, B\u00fcro", "arch_name": "2015@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61160", - "roomcode": "2906.02.015", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61161", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61160, + "usage_id": 12 + }, + "2906.02.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2016, B\u00fcro", "arch_name": "2016@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61161", - "roomcode": "2906.02.016", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61162", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61161, + "usage_id": 12 + }, + "2906.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2017, B\u00fcro", "arch_name": "2017@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61162", - "roomcode": "2906.02.017", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61163", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61162, + "usage_id": 12 + }, + "2906.02.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2018, B\u00fcro", "arch_name": "2018@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61163", - "roomcode": "2906.02.018", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61164", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61163, + "usage_id": 12 + }, + "2906.02.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2019, B\u00fcro", "arch_name": "2019@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61164", - "roomcode": "2906.02.019", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61165", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61164, + "usage_id": 12 + }, + "2906.02.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2020, B\u00fcro", "arch_name": "2020@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61165", - "roomcode": "2906.02.020", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61166", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61165, + "usage_id": 12 + }, + "2906.02.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2021, B\u00fcro", "arch_name": "2021@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61166", - "roomcode": "2906.02.021", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61167", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61166, + "usage_id": 12 + }, + "2906.02.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2022, Lager", "arch_name": "2022@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61167", - "roomcode": "2906.02.022", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61168", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61167, + "usage_id": 30 + }, + "2906.02.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2023, B\u00fcro", "arch_name": "2023@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61168", - "roomcode": "2906.02.023", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61169", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61168, + "usage_id": 12 + }, + "2906.02.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2024, B\u00fcro", "arch_name": "2024@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61169", - "roomcode": "2906.02.024", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61170", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61169, + "usage_id": 12 + }, + "2906.02.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2025, B\u00fcro", "arch_name": "2025@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61170", - "roomcode": "2906.02.025", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61171", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61170, + "usage_id": 12 + }, + "2906.02.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2026, Karlstra\u00dfe-Seminarraum", "arch_name": "2026@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18710&cReadonly=J", - "extended": { - "additional_description": "2026, Karlstra\u00dfe-Seminarraum", - "address": "Karlstr. 45-47(2906), 2.Obergescho\u00df", - "architect_room_nr": "2026@2906", - "area_m2": 85.31, - "building": "2906 Karlstra\u00dfe 45/47 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "026", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61171", - "roomcode": "2906.02.026", - "usage": 41 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61172", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 18710, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61171, + "usage_id": 41 + }, + "2906.02.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2027, Lager", "arch_name": "2027@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61172", - "roomcode": "2906.02.027", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61176", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61172, + "usage_id": 30 + }, + "2906.02.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2030, Flur 2", "arch_name": "2030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61176", - "roomcode": "2906.02.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61177", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61176, + "usage_id": 222 + }, + "2906.02.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2031, Flur 1", "arch_name": "2031@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61177", - "roomcode": "2906.02.031", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61178", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61177, + "usage_id": 222 + }, + "2906.02.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2032, Flur", "arch_name": "2032@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61178", - "roomcode": "2906.02.032", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61179", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61178, + "usage_id": 222 + }, + "2906.02.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2040, WC", "arch_name": "2040@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61179", - "roomcode": "2906.02.040", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61180", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61179, + "usage_id": 114 + }, + "2906.02.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2041, WC", "arch_name": "2041@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61180", - "roomcode": "2906.02.041", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61181", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61180, + "usage_id": 114 + }, + "2906.02.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2042, WC", "arch_name": "2042@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61181", - "roomcode": "2906.02.042", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61182", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61181, + "usage_id": 114 + }, + "2906.02.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2043, WC", "arch_name": "2043@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61182", - "roomcode": "2906.02.043", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61173", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61182, + "usage_id": 114 + }, + "2906.02.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2051, Treppenhaus 1", "arch_name": "2051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61173", - "roomcode": "2906.02.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61174", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61173, + "usage_id": 223 + }, + "2906.02.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2052, Treppenhaus 2", "arch_name": "2052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61174", - "roomcode": "2906.02.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 2.OG", - "address_link": "ris.einzelraum?raumkey=61175", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61174, + "usage_id": 223 + }, + "2906.02.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "2053, EDV-Verteiler", "arch_name": "2053@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61175", - "roomcode": "2906.02.053", - "usage": 207 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61183", + "area_id": 29, + "building_id": 995, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61175, + "usage_id": 207 + }, + "2906.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3001, Seminarraum", "arch_name": "3001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=43736&cRes=18475&cReadonly=J", - "extended": { - "additional_description": "3001, Seminarraum", - "address": "Karlstr. 45-47(2906), 3.Obergescho\u00df", - "architect_room_nr": "3001@2906", - "area_m2": 81.28, - "building": "2906 Karlstra\u00dfe 45/47 (AM)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61183", - "roomcode": "2906.03.001", - "usage": 41 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61184", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 18475, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61183, + "usage_id": 41 + }, + "2906.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3002, B\u00fcro", "arch_name": "3002@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61184", - "roomcode": "2906.03.002", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61185", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61184, + "usage_id": 12 + }, + "2906.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3003, B\u00fcro", "arch_name": "3003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61185", - "roomcode": "2906.03.003", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61186", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61185, + "usage_id": 12 + }, + "2906.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3004, B\u00fcro", "arch_name": "3004@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61186", - "roomcode": "2906.03.004", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61187", - "alt_name": "3005, B\u00fcro", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61186, + "usage_id": 12 + }, + "2906.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, + "alt_name": "3005, B\u00fcro", "arch_name": "3005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61187", - "roomcode": "2906.03.005", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61188", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61187, + "usage_id": 12 + }, + "2906.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3006, B\u00fcro", "arch_name": "3006@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61188", - "roomcode": "2906.03.006", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61189", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61188, + "usage_id": 12 + }, + "2906.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3007, K\u00fcche", "arch_name": "3007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61189", - "roomcode": "2906.03.007", - "usage": 28 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61190", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61189, + "usage_id": 28 + }, + "2906.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3008, B\u00fcro", "arch_name": "3008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61190", - "roomcode": "2906.03.008", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61191", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61190, + "usage_id": 12 + }, + "2906.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3009, B\u00fcro", "arch_name": "3009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61191", - "roomcode": "2906.03.009", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61192", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61191, + "usage_id": 12 + }, + "2906.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3010, B\u00fcro", "arch_name": "3010@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=46415&cRes=20801&cReadonly=J", - "list_index": "107", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61192", - "roomcode": "2906.03.010", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61193", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 20801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61192, + "usage_id": 12 + }, + "2906.03.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3011, B\u00fcro", "arch_name": "3011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61193", - "roomcode": "2906.03.011", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61194", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61193, + "usage_id": 12 + }, + "2906.03.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3012, B\u00fcro", "arch_name": "3012@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61194", - "roomcode": "2906.03.012", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61195", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61194, + "usage_id": 12 + }, + "2906.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3013, B\u00fcro", "arch_name": "3013@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61195", - "roomcode": "2906.03.013", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61196", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61195, + "usage_id": 12 + }, + "2906.03.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3014, B\u00fcro", "arch_name": "3014@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61196", - "roomcode": "2906.03.014", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61197", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61196, + "usage_id": 12 + }, + "2906.03.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3015, B\u00fcro", "arch_name": "3015@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61197", - "roomcode": "2906.03.015", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61198", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61197, + "usage_id": 12 + }, + "2906.03.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3016, B\u00fcro", "arch_name": "3016@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61198", - "roomcode": "2906.03.016", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61199", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61198, + "usage_id": 12 + }, + "2906.03.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3017, B\u00fcro", "arch_name": "3017@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61199", - "roomcode": "2906.03.017", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61200", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61199, + "usage_id": 12 + }, + "2906.03.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3018, B\u00fcro", "arch_name": "3018@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61200", - "roomcode": "2906.03.018", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61201", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61200, + "usage_id": 12 + }, + "2906.03.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3019, B\u00fcro", "arch_name": "3019@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61201", - "roomcode": "2906.03.019", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61202", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61201, + "usage_id": 12 + }, + "2906.03.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3020, B\u00fcro", "arch_name": "3020@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61202", - "roomcode": "2906.03.020", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61203", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61202, + "usage_id": 12 + }, + "2906.03.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3021, B\u00fcro", "arch_name": "3021@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=43736", - "operator": "[ TUEIEES ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61203", - "roomcode": "2906.03.021", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61204", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 43736, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61203, + "usage_id": 12 + }, + "2906.03.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3022, Lager", "arch_name": "3022@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61204", - "roomcode": "2906.03.022", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61205", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61204, + "usage_id": 30 + }, + "2906.03.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3030, Flur 2", "arch_name": "3030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61205", - "roomcode": "2906.03.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61209", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61205, + "usage_id": 222 + }, + "2906.03.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3031, Flur 1", "arch_name": "3031@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61209", - "roomcode": "2906.03.031", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61208", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61209, + "usage_id": 222 + }, + "2906.03.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3040, WC-Herren", "arch_name": "3040@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61208", - "roomcode": "2906.03.040", - "usage": 115 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61211", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61208, + "usage_id": 115 + }, + "2906.03.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3041, WC-Damen", "arch_name": "3041@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61211", - "roomcode": "2906.03.041", - "usage": 116 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61206", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61211, + "usage_id": 116 + }, + "2906.03.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3051, Treppenhaus 1", "arch_name": "3051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61206", - "roomcode": "2906.03.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61210", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61206, + "usage_id": 223 + }, + "2906.03.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3052, Treppenhaus 2", "arch_name": "3052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61210", - "roomcode": "2906.03.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 3.OG", - "address_link": "ris.einzelraum?raumkey=61207", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61210, + "usage_id": 223 + }, + "2906.03.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "3053, EDV-Verteiler", "arch_name": "3053@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61207", - "roomcode": "2906.03.053", - "usage": 207 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61212", + "area_id": 29, + "building_id": 995, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61207, + "usage_id": 207 + }, + "2906.04.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4001, B\u00fcro", "arch_name": "4001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61212", - "roomcode": "2906.04.001", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61214", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61212, + "usage_id": 12 + }, + "2906.04.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4003, K\u00fcche", "arch_name": "4003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61214", - "roomcode": "2906.04.003", - "usage": 28 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61218", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61214, + "usage_id": 28 + }, + "2906.04.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4005, Putzraum", "arch_name": "4005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61218", - "roomcode": "2906.04.005", - "usage": 205 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61219", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61218, + "usage_id": 205 + }, + "2906.04.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4007, B\u00fcro", "arch_name": "4007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61219", - "roomcode": "2906.04.007", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61220", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61219, + "usage_id": 12 + }, + "2906.04.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4008, B\u00fcro", "arch_name": "4008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61220", - "roomcode": "2906.04.008", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61221", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61220, + "usage_id": 12 + }, + "2906.04.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4009, B\u00fcro", "arch_name": "4009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61221", - "roomcode": "2906.04.009", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61222", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61221, + "usage_id": 12 + }, + "2906.04.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4011, B\u00fcro", "arch_name": "4011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61222", - "roomcode": "2906.04.011", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61226", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61222, + "usage_id": 12 + }, + "2906.04.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4030, Flur 2", "arch_name": "4030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61226", - "roomcode": "2906.04.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61227", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61226, + "usage_id": 222 + }, + "2906.04.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4031, Flur 3", "arch_name": "4031@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61227", - "roomcode": "2906.04.031", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61228", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61227, + "usage_id": 222 + }, + "2906.04.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4032, Flur 1", "arch_name": "4032@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61228", - "roomcode": "2906.04.032", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61225", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61228, + "usage_id": 222 + }, + "2906.04.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4040, WC-Damen", "arch_name": "4040@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61225", - "roomcode": "2906.04.040", - "usage": 116 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61230", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61225, + "usage_id": 116 + }, + "2906.04.040A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4040A, WC-Vorraum", "arch_name": "4040A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61230", - "roomcode": "2906.04.040A", - "usage": 37 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61224", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61230, + "usage_id": 37 + }, + "2906.04.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4041, WC-Herren", "arch_name": "4041@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61224", - "roomcode": "2906.04.041", - "usage": 115 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61231", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61224, + "usage_id": 115 + }, + "2906.04.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4042, WC", "arch_name": "4042@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61231", - "roomcode": "2906.04.042", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61232", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61231, + "usage_id": 114 + }, + "2906.04.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4043, WC", "arch_name": "4043@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61232", - "roomcode": "2906.04.043", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61223", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61232, + "usage_id": 114 + }, + "2906.04.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4051, Treppenhaus 1", "arch_name": "4051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61223", - "roomcode": "2906.04.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 4.OG", - "address_link": "ris.einzelraum?raumkey=61229", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61223, + "usage_id": 223 + }, + "2906.04.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "4052, Treppenhaus 2", "arch_name": "4052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61229", - "roomcode": "2906.04.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61233", + "area_id": 29, + "building_id": 995, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61229, + "usage_id": 223 + }, + "2906.05.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5001, Unterrichtsraum", "arch_name": "5001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=54957&cRes=34172&cReadonly=J", - "extended": { - "additional_description": "5001, Unterrichtsraum", - "address": "Karlstr. 45-47(2906), 5.Obergescho\u00df", - "architect_room_nr": "5001@2906", - "area_m2": 30.23, - "building": "2906 Karlstra\u00dfe 45/47 (AM)", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=54957", - "operator": "[ TUS1308 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61233", - "roomcode": "2906.05.001", - "usage": 130 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=64726", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 34172, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61233, + "usage_id": 130 + }, + "2906.05.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5000, B\u00fcro", "arch_name": "5000@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=54957", - "operator": "[ TUS1308 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64726", - "roomcode": "2906.05.001A", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61234", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64726, + "usage_id": 12 + }, + "2906.05.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5002, B\u00fcro", "arch_name": "5002@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=54957", - "operator": "[ TUS1308 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61234", - "roomcode": "2906.05.002", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61235", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61234, + "usage_id": 12 + }, + "2906.05.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5003, B\u00fcro", "arch_name": "5003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=54957", - "operator": "[ TUS1308 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61235", - "roomcode": "2906.05.003", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61236", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61235, + "usage_id": 12 + }, + "2906.05.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5004, B\u00fcro", "arch_name": "5004@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=54957", - "operator": "[ TUS1308 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61236", - "roomcode": "2906.05.004", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61237", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61236, + "usage_id": 12 + }, + "2906.05.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5005, B\u00fcro (CNE)", "arch_name": "5005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61237", - "roomcode": "2906.05.005", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61238", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61237, + "usage_id": 12 + }, + "2906.05.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5006, B\u00fcro (CNE) +(HCR)", "arch_name": "5006@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61238", - "roomcode": "2906.05.006", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61239", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61238, + "usage_id": 12 + }, + "2906.05.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5007, B\u00fcro (HCR)", "arch_name": "5007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61239", - "roomcode": "2906.05.007", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61240", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61239, + "usage_id": 12 + }, + "2906.05.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5008, B\u00fcro (HCR)", "arch_name": "5008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61240", - "roomcode": "2906.05.008", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61242", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61240, + "usage_id": 12 + }, + "2906.05.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5009, B\u00fcro (HCR)", "arch_name": "5009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61242", - "roomcode": "2906.05.009", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61241", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61242, + "usage_id": 12 + }, + "2906.05.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5010, B\u00fcro (HCR)", "arch_name": "5010@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61241", - "roomcode": "2906.05.010", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61243", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61241, + "usage_id": 12 + }, + "2906.05.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5011, B\u00fcro", "arch_name": "5011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=44151", - "operator": "[ TUZEITH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61243", - "roomcode": "2906.05.011", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61244", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61243, + "usage_id": 12 + }, + "2906.05.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5012, B\u00fcro", "arch_name": "5012@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61244", - "roomcode": "2906.05.012", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61245", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61244, + "usage_id": 12 + }, + "2906.05.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5013, B\u00fcro", "arch_name": "5013@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61245", - "roomcode": "2906.05.013", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61246", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61245, + "usage_id": 12 + }, + "2906.05.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5014, B\u00fcro", "arch_name": "5014@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=44151", - "operator": "[ TUZEITH ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61246", - "roomcode": "2906.05.014", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61248", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61246, + "usage_id": 12 + }, + "2906.05.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5015, B\u00fcro", "arch_name": "5015@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61248", - "roomcode": "2906.05.015", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61247", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61248, + "usage_id": 12 + }, + "2906.05.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5016, B\u00fcro", "arch_name": "5016@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=44150&cRes=26088&cReadonly=J", - "list_index": "160", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61247", - "roomcode": "2906.05.016", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61249", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 26088, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61247, + "usage_id": 12 + }, + "2906.05.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5017, B\u00fcro", "arch_name": "5017@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61249", - "roomcode": "2906.05.017", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61250", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61249, + "usage_id": 12 + }, + "2906.05.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5018, B\u00fcro", "arch_name": "5018@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61250", - "roomcode": "2906.05.018", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61251", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61250, + "usage_id": 12 + }, + "2906.05.019": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5019, B\u00fcro", "arch_name": "5019@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61251", - "roomcode": "2906.05.019", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61252", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61251, + "usage_id": 12 + }, + "2906.05.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5020, B\u00fcro", "arch_name": "5020@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61252", - "roomcode": "2906.05.020", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61253", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61252, + "usage_id": 12 + }, + "2906.05.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5021, B\u00fcro", "arch_name": "5021@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61253", - "roomcode": "2906.05.021", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61261", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61253, + "usage_id": 12 + }, + "2906.05.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5030, Flur 2", "arch_name": "5030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61261", - "roomcode": "2906.05.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61262", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61261, + "usage_id": 222 + }, + "2906.05.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5032, Flur 1", "arch_name": "5032@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61262", - "roomcode": "2906.05.032", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61255", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61262, + "usage_id": 222 + }, + "2906.05.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5040, WC-Damen", "arch_name": "5040@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61255", - "roomcode": "2906.05.040", - "usage": 116 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61263", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61255, + "usage_id": 116 + }, + "2906.05.040A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5040A, WC-Vorraum", "arch_name": "5040A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61263", - "roomcode": "2906.05.040A", - "usage": 37 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61256", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61263, + "usage_id": 37 + }, + "2906.05.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5041, WC-Herren", "arch_name": "5041@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61256", - "roomcode": "2906.05.041", - "usage": 115 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61257", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61256, + "usage_id": 115 + }, + "2906.05.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5042, WC", "arch_name": "5042@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61257", - "roomcode": "2906.05.042", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61258", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61257, + "usage_id": 114 + }, + "2906.05.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5043, WC", "arch_name": "5043@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61258", - "roomcode": "2906.05.043", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61254", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61258, + "usage_id": 114 + }, + "2906.05.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5051, Treppenhaus 1", "arch_name": "5051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61254", - "roomcode": "2906.05.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61259", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61254, + "usage_id": 223 + }, + "2906.05.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5052, Treppenhaus 2", "arch_name": "5052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61259", - "roomcode": "2906.05.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 5.OG", - "address_link": "ris.einzelraum?raumkey=61260", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61259, + "usage_id": 223 + }, + "2906.05.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "5053, EDV-Verteiler", "arch_name": "5053@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61260", - "roomcode": "2906.05.053", - "usage": 207 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59947", + "area_id": 29, + "building_id": 995, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61260, + "usage_id": 207 + }, + "2906.DG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6001, B\u00fcro", "arch_name": "6001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59947", - "roomcode": "2906.DG.001", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59948", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59947, + "usage_id": 12 + }, + "2906.DG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6002, B\u00fcro", "arch_name": "6002@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59948", - "roomcode": "2906.DG.002", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59949", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59948, + "usage_id": 12 + }, + "2906.DG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6003, B\u00fcro", "arch_name": "6003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59949", - "roomcode": "2906.DG.003", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59951", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59949, + "usage_id": 12 + }, + "2906.DG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6004, B\u00fcro", "arch_name": "6004@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59951", - "roomcode": "2906.DG.004", - "usage": 28 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59950", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59951, + "usage_id": 28 + }, + "2906.DG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6005, B\u00fcro", "arch_name": "6005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59950", - "roomcode": "2906.DG.005", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59959", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59950, + "usage_id": 12 + }, + "2906.DG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6006, B\u00fcro", "arch_name": "6006@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59959", - "roomcode": "2906.DG.006", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59960", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59959, + "usage_id": 12 + }, + "2906.DG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6007, K\u00fcche", "arch_name": "6007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59960", - "roomcode": "2906.DG.007", - "usage": 28 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59961", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59960, + "usage_id": 28 + }, + "2906.DG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6008, B\u00fcro", "arch_name": "6008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59961", - "roomcode": "2906.DG.008", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59962", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59961, + "usage_id": 12 + }, + "2906.DG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6009, Seminarraum", "arch_name": "6009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=19002&cReadonly=J", - "extended": { - "additional_description": "6009, Seminarraum", - "address": "Karlstr. 45-47(2906), Dachgescho\u00df", - "architect_room_nr": "6009@2906", - "area_m2": 64.11, - "building": "2906 Karlstra\u00dfe 45/47 (AM)", - "floor_number": "Dachgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "009", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59962", - "roomcode": "2906.DG.009", - "usage": 41 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59963", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 19002, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59962, + "usage_id": 41 + }, + "2906.DG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6010, B\u00fcro", "arch_name": "6010@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59963", - "roomcode": "2906.DG.010", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59964", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59963, + "usage_id": 12 + }, + "2906.DG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6011, B\u00fcro", "arch_name": "6011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59964", - "roomcode": "2906.DG.011", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59965", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59964, + "usage_id": 12 + }, + "2906.DG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6012, B\u00fcro", "arch_name": "6012@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59965", - "roomcode": "2906.DG.012", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59966", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59965, + "usage_id": 12 + }, + "2906.DG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6013, B\u00fcro", "arch_name": "6013@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59966", - "roomcode": "2906.DG.013", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59967", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59966, + "usage_id": 12 + }, + "2906.DG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6014, B\u00fcro", "arch_name": "6014@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59967", - "roomcode": "2906.DG.014", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59968", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59967, + "usage_id": 12 + }, + "2906.DG.015": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6015, B\u00fcro", "arch_name": "6015@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59968", - "roomcode": "2906.DG.015", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59969", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59968, + "usage_id": 12 + }, + "2906.DG.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6016, B\u00fcro", "arch_name": "6016@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59969", - "roomcode": "2906.DG.016", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59970", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59969, + "usage_id": 12 + }, + "2906.DG.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6017, B\u00fcro", "arch_name": "6017@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59970", - "roomcode": "2906.DG.017", - "usage": 12 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59952", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59970, + "usage_id": 12 + }, + "2906.DG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6030, Flur 2", "arch_name": "6030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59952", - "roomcode": "2906.DG.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59972", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59952, + "usage_id": 222 + }, + "2906.DG.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6030, Flur 1", "arch_name": "6030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=47238", - "operator": "[ TUWIB34 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59972", - "roomcode": "2906.DG.031", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59955", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47238, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59972, + "usage_id": 222 + }, + "2906.DG.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6040, WC", "arch_name": "6040@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59955", - "roomcode": "2906.DG.040", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59956", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59955, + "usage_id": 114 + }, + "2906.DG.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6041, WC", "arch_name": "6041@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59956", - "roomcode": "2906.DG.041", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59973", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59956, + "usage_id": 114 + }, + "2906.DG.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6042, WC", "arch_name": "6042@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59973", - "roomcode": "2906.DG.042", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59974", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59973, + "usage_id": 114 + }, + "2906.DG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6043, WC", "arch_name": "6043@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59974", - "roomcode": "2906.DG.043", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59954", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59974, + "usage_id": 114 + }, + "2906.DG.044": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6044, Bad", "arch_name": "6044@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59954", - "roomcode": "2906.DG.044", - "usage": 112 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59958", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59954, + "usage_id": 112 + }, + "2906.DG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6051, Treppenhaus 1", "arch_name": "6051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59958", - "roomcode": "2906.DG.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59971", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59958, + "usage_id": 223 + }, + "2906.DG.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6052, Treppenhaus 2", "arch_name": "6052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59971", - "roomcode": "2906.DG.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59953", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59971, + "usage_id": 223 + }, + "2906.DG.053": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6053, EDV-Verteiler", "arch_name": "6053@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=14156", - "operator": "[ TUZVZA7 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59953", - "roomcode": "2906.DG.053", - "usage": 207 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59957", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 14156, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59953, + "usage_id": 207 + }, + "2906.DG.060": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6060, Dachterrasse 1 (Reinigen)", "arch_name": "6060@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59957", - "roomcode": "2906.DG.060", - "usage": 219 - }, - { - "address": "Karlstr. 45-47, DG", - "address_link": "ris.einzelraum?raumkey=59975", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59957, + "usage_id": 219 + }, + "2906.DG.061": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "6062, Dachterrasse 2 (Reinigen)", "arch_name": "6062@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59975", - "roomcode": "2906.DG.061", - "usage": 219 - }, - { - "address": "Karlstr. 45-47, EG", - "address_link": "ris.einzelraum?raumkey=62853", + "area_id": 29, + "building_id": 995, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59975, + "usage_id": 219 + }, + "2906.EG.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "0050, Eingang/Foyer", "arch_name": "0050@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62853", - "roomcode": "2906.EG.050", - "usage": 15 - }, - { - "address": "Karlstr. 45-47, EG", - "address_link": "ris.einzelraum?raumkey=59942", + "area_id": 29, + "building_id": 995, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62853, + "usage_id": 15 + }, + "2906.EG.050A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "0050A, Windfang", "arch_name": "0050A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59942", - "roomcode": "2906.EG.050A", - "usage": 52 - }, - { - "address": "Karlstr. 45-47, EG", - "address_link": "ris.einzelraum?raumkey=59943", + "area_id": 29, + "building_id": 995, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59942, + "usage_id": 52 + }, + "2906.EG.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "0051, Treppenhaus 1", "arch_name": "0051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59943", - "roomcode": "2906.EG.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, EG", - "address_link": "ris.einzelraum?raumkey=59940", + "area_id": 29, + "building_id": 995, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59943, + "usage_id": 223 + }, + "2906.EG.051A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "0051A, Personenaufzug", "arch_name": "0051A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59940", - "roomcode": "2906.EG.051A", - "usage": 4 - }, - { - "address": "Karlstr. 45-47, EG", - "address_link": "ris.einzelraum?raumkey=59941", + "area_id": 29, + "building_id": 995, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59940, + "usage_id": 4 + }, + "2906.EG.051B": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "0051B, Personenaufzug", "arch_name": "0051B@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59941", - "roomcode": "2906.EG.051B", - "usage": 4 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61105", + "area_id": 29, + "building_id": 995, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59941, + "usage_id": 4 + }, + "2906.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1001, K\u00fcche", "arch_name": "-1001@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61105", - "roomcode": "2906.U1.001", - "usage": 28 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61104", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61105, + "usage_id": 28 + }, + "2906.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1002, Werkstatt", "arch_name": "-1002@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61104", - "roomcode": "2906.U1.002", - "usage": 51 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61106", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61104, + "usage_id": 51 + }, + "2906.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1003, WC mit Dusche", "arch_name": "-1003@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61106", - "roomcode": "2906.U1.003", - "usage": 114 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61103", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61106, + "usage_id": 114 + }, + "2906.U1.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1004, Lager", "arch_name": "-1004@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61103", - "roomcode": "2906.U1.004", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61102", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61103, + "usage_id": 30 + }, + "2906.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1005, Hydrauliklabor", "arch_name": "-1005@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=42781&cRes=28932&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61102", - "roomcode": "2906.U1.005", - "usage": 49 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61101", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 28932, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61102, + "usage_id": 49 + }, + "2906.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1006, Lager/Pumpenraum", "arch_name": "-1006@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61101", - "roomcode": "2906.U1.006", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61110", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61101, + "usage_id": 30 + }, + "2906.U1.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1007, Lager", "arch_name": "-1007@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61110", - "roomcode": "2906.U1.007", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61097", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61110, + "usage_id": 30 + }, + "2906.U1.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1008, Roboter Labor", "arch_name": "-1008@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61097", - "roomcode": "2906.U1.008", - "usage": 49 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61098", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61097, + "usage_id": 49 + }, + "2906.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1009, Roboter Labor", "arch_name": "-1009@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": "tvKalender.wSicht?cOrg=42781&cRes=28933&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=42781", - "operator": "[ TUEIICS ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61098", - "roomcode": "2906.U1.009", - "usage": 49 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61099", + "area_id": 29, + "building_id": 995, + "calendar_resource_nr": 28933, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42781, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61098, + "usage_id": 49 + }, + "2906.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1010, Trafostation", "arch_name": "-1010@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61099", - "roomcode": "2906.U1.010", - "usage": 160 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61100", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61099, + "usage_id": 160 + }, + "2906.U1.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1011, Lager", "arch_name": "-1011@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61100", - "roomcode": "2906.U1.011", - "usage": 30 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61095", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61100, + "usage_id": 30 + }, + "2906.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1030, Flur 2", "arch_name": "-1030@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61095", - "roomcode": "2906.U1.030", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61096", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61095, + "usage_id": 222 + }, + "2906.U1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1031, Flur 1", "arch_name": "-1031@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61096", - "roomcode": "2906.U1.031", - "usage": 222 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61093", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61096, + "usage_id": 222 + }, + "2906.U1.051": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1051, Treppenhaus 1", "arch_name": "-1051@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61093", - "roomcode": "2906.U1.051", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61094", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61093, + "usage_id": 223 + }, + "2906.U1.052": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1052, Treppenhaus 2", "arch_name": "-1052@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61094", - "roomcode": "2906.U1.052", - "usage": 223 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61107", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61094, + "usage_id": 223 + }, + "2906.U1.054": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1054, Aufzugmaschinenraum", "arch_name": "-1054@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61107", - "roomcode": "2906.U1.054", - "usage": 5 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61108", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61107, + "usage_id": 5 + }, + "2906.U1.054A": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1054A, Aufzugmaschinenraum", "arch_name": "-1054A@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61108", - "roomcode": "2906.U1.054A", - "usage": 5 - }, - { - "address": "Karlstr. 45-47, 1.UG", - "address_link": "ris.einzelraum?raumkey=61109", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61108, + "usage_id": 5 + }, + "2906.U1.055": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "alt_name": "-1055, Heizung", "arch_name": "-1055@2906", - "b_area_id": 29, - "b_filter_id": 995, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61109", - "roomcode": "2906.U1.055", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63932", + "area_id": 29, + "building_id": 995, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61109, + "usage_id": 120 + }, + "2907.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "101, Foyer", "arch_name": "101@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63932", - "roomcode": "2907.01.101", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63928", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63932, + "usage_id": 222 + }, + "2907.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "102, Lager", "arch_name": "102@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63928", - "roomcode": "2907.01.102", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63929", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63928, + "usage_id": 30 + }, + "2907.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "103, Lager", "arch_name": "103@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63929", - "roomcode": "2907.01.103", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63936", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63929, + "usage_id": 30 + }, + "2907.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "104, WC-Damen", "arch_name": "104@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63936", - "roomcode": "2907.01.104", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63938", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63936, + "usage_id": 116 + }, + "2907.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "105, WC-Herren", "arch_name": "105@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63938", - "roomcode": "2907.01.105", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63941", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63938, + "usage_id": 115 + }, + "2907.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "106, Teek\u00fcche", "arch_name": "106@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63941", - "roomcode": "2907.01.106", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63943", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63941, + "usage_id": 198 + }, + "2907.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "107, Beh.-WC", "arch_name": "107@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63943", - "roomcode": "2907.01.107", - "usage": 117 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63940", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63943, + "usage_id": 117 + }, + "2907.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "109, Technik", "arch_name": "109@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63940", - "roomcode": "2907.01.109", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63942", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63940, + "usage_id": 120 + }, + "2907.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "110, Teek\u00fcche", "arch_name": "110@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63942", - "roomcode": "2907.01.110", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63937", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63942, + "usage_id": 198 + }, + "2907.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "111, WC-Damen", "arch_name": "111@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63937", - "roomcode": "2907.01.111", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63939", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63937, + "usage_id": 116 + }, + "2907.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "112, WC-Herren", "arch_name": "112@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63939", - "roomcode": "2907.01.112", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63935", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63939, + "usage_id": 115 + }, + "2907.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "113, Technik", "arch_name": "113@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63935", - "roomcode": "2907.01.113", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63927", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63935, + "usage_id": 120 + }, + "2907.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "114, Lager", "arch_name": "114@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63927", - "roomcode": "2907.01.114", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63930", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63927, + "usage_id": 30 + }, + "2907.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "115, Archiv", "arch_name": "115@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63930", - "roomcode": "2907.01.115", - "usage": 2 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63926", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63930, + "usage_id": 2 + }, + "2907.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "116, Abstellraum (nicht nutzbar)?", "arch_name": "116@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63926", - "roomcode": "2907.01.116", - "usage": 159 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63931", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63926, + "usage_id": 159 + }, + "2907.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "117, Rechnerarbeitsraum", "arch_name": "117@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=27132&cReadonly=J", - "extended": { - "additional_description": "117, Rechnerarbeitsraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "117@2907", - "area_m2": 64.94, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "117", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63931", - "roomcode": "2907.01.117", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65248", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 27132, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63931, + "usage_id": 41 + }, + "2907.01.117A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "117A, B\u00fcro", "arch_name": "117A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65248", - "roomcode": "2907.01.117A", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63920", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65248, + "usage_id": 12 + }, + "2907.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "118, B\u00fcro", "arch_name": "118@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63920", - "roomcode": "2907.01.118", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63919", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63920, + "usage_id": 12 + }, + "2907.01.119": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "119, B\u00fcro", "arch_name": "119@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63919", - "roomcode": "2907.01.119", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63902", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63919, + "usage_id": 12 + }, + "2907.01.120": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "120, Seminarraum", "arch_name": "120@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24655&cReadonly=J", - "extended": { - "additional_description": "120, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "120@2907", - "area_m2": 129.0, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "120", - "seats": 72, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63902", - "roomcode": "2907.01.120", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63921", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24655, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 72, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63902, + "usage_id": 41 + }, + "2907.01.121": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "121, B\u00fcro", "arch_name": "121@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63921", - "roomcode": "2907.01.121", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65247", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63921, + "usage_id": 12 + }, + "2907.01.121A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "121A, B\u00fcro", "arch_name": "121A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65247", - "roomcode": "2907.01.121A", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63914", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65247, + "usage_id": 12 + }, + "2907.01.122": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "122, Besprechungsraum", "arch_name": "122@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63914", - "roomcode": "2907.01.122", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63922", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63914, + "usage_id": 196 + }, + "2907.01.123": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "123, B\u00fcro", "arch_name": "123@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63922", - "roomcode": "2907.01.123", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63923", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63922, + "usage_id": 12 + }, + "2907.01.124": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "124, Ruheraum", "arch_name": "124@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=32652&cReadonly=J", - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63923", - "roomcode": "2907.01.124", - "usage": 44 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63924", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 32652, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63923, + "usage_id": 44 + }, + "2907.01.125": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "125, B\u00fcro", "arch_name": "125@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63924", - "roomcode": "2907.01.125", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63925", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63924, + "usage_id": 12 + }, + "2907.01.126": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "126, B\u00fcro", "arch_name": "126@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63925", - "roomcode": "2907.01.126", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63907", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63925, + "usage_id": 12 + }, + "2907.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "127, CIP-Pool", "arch_name": "127@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24663&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63907", - "roomcode": "2907.01.127", - "usage": 213 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65370", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24663, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63907, + "usage_id": 213 + }, + "2907.01.127A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "127A, CIP-Pool/Stud. Arbeitspl\u00e4tze", "arch_name": "127A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65370", - "roomcode": "2907.01.127A", - "usage": 213 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63915", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65370, + "usage_id": 213 + }, + "2907.01.128": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "128, Medienlager", "arch_name": "128@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=25988&cReadonly=J", - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63915", - "roomcode": "2907.01.128", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63903", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25988, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63915, + "usage_id": 30 + }, + "2907.01.129": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "129, Seminarraum", "arch_name": "129@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24664&cReadonly=J", - "extended": { - "additional_description": "129, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "129@2907", - "area_m2": 156.1, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "129", - "seats": 74, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63903", - "roomcode": "2907.01.129", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63916", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24664, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 74, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63903, + "usage_id": 41 + }, + "2907.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "130, Besprechungsraum", "arch_name": "130@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63916", - "roomcode": "2907.01.130", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63908", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63916, + "usage_id": 196 + }, + "2907.01.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "131, Seminarraum", "arch_name": "131@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=25584&cReadonly=J", - "extended": { - "additional_description": "131, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "131@2907", - "area_m2": 54.48, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "131", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63908", - "roomcode": "2907.01.131", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65715", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25584, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63908, + "usage_id": 41 + }, + "2907.01.131A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "131a, B\u00fcro", "arch_name": "131a@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=26751&cReadonly=J", - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65715", - "roomcode": "2907.01.131A", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63917", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 26751, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65715, + "usage_id": 12 + }, + "2907.01.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "132, EDU-Kinderzimmer", "arch_name": "132@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63917", - "roomcode": "2907.01.132", - "usage": 146 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63910", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63917, + "usage_id": 146 + }, + "2907.01.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "133, DigiLLab Seminar", "arch_name": "133@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24662&cReadonly=J", - "extended": { - "additional_description": "133, DigiLLab Seminar", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "133@2907", - "area_m2": 57.9, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "133", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63910", - "roomcode": "2907.01.133", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=73851", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24662, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63910, + "usage_id": 41 + }, + "2907.01.133A": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73851", - "roomcode": "2907.01.133A", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63906", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73851, + "usage_id": 30 + }, + "2907.01.134": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "134, DigiLLab Spaces", "arch_name": "134@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24661&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63906", - "roomcode": "2907.01.134", - "usage": 135 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63913", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24661, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63906, + "usage_id": 135 + }, + "2907.01.136": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "136, DigiLLab Mobile Learning Lab", "arch_name": "136@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=25340&cReadonly=J", - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63913", - "roomcode": "2907.01.136", - "usage": 135 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63909", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25340, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63913, + "usage_id": 135 + }, + "2907.01.137": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "137, Seminarraum", "arch_name": "137@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24660&cReadonly=J", - "extended": { - "additional_description": "137, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "137@2907", - "area_m2": 70.4, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "137", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63909", - "roomcode": "2907.01.137", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63918", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24660, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63909, + "usage_id": 41 + }, + "2907.01.138": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "138, Besprechungsraum", "arch_name": "138@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24665&cReadonly=J", - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63918", - "roomcode": "2907.01.138", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63912", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24665, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63918, + "usage_id": 196 + }, + "2907.01.139": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "139, Seminarraum", "arch_name": "139@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24659&cReadonly=J", - "extended": { - "additional_description": "139, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "139@2907", - "area_m2": 64.0, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "139", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63912", - "roomcode": "2907.01.139", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63905", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24659, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63912, + "usage_id": 41 + }, + "2907.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "140, Seminarraum", "arch_name": "140@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24658&cReadonly=J", - "extended": { - "additional_description": "140, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "140@2907", - "area_m2": 153.1, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "140", - "seats": 94, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63905", - "roomcode": "2907.01.140", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63911", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24658, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 94, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63905, + "usage_id": 41 + }, + "2907.01.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "141, Seminarraum", "arch_name": "141@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24657&cReadonly=J", - "extended": { - "additional_description": "141, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "141@2907", - "area_m2": 58.7, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "141", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63911", - "roomcode": "2907.01.141", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63904", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63911, + "usage_id": 41 + }, + "2907.01.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "142, Seminarraum", "arch_name": "142@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24656&cReadonly=J", - "extended": { - "additional_description": "142, Seminarraum", - "address": "Marsstr. 20-22(2907), 1.Obergescho\u00df", - "architect_room_nr": "142@2907", - "area_m2": 71.6, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "142", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63904", - "roomcode": "2907.01.142", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63934", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24656, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63904, + "usage_id": 41 + }, + "2907.01.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "143, Lager", "arch_name": "143@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63934", - "roomcode": "2907.01.143", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63933", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63934, + "usage_id": 30 + }, + "2907.01.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "199, Foyer", "arch_name": "199@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63933", - "roomcode": "2907.01.199", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64158", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63933, + "usage_id": 222 + }, + "2907.01.199A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 05, Flur", "arch_name": "Flur OG1 05@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64158", - "roomcode": "2907.01.199A", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64159", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64158, + "usage_id": 222 + }, + "2907.01.199B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 06, Flur", "arch_name": "Flur OG1 06@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64159", - "roomcode": "2907.01.199B", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64160", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64159, + "usage_id": 222 + }, + "2907.01.199C": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 07, Flur", "arch_name": "Flur OG1 07@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64160", - "roomcode": "2907.01.199C", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64161", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64160, + "usage_id": 222 + }, + "2907.01.199D": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 08, Flur", "arch_name": "Flur OG1 08@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64161", - "roomcode": "2907.01.199D", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64162", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64161, + "usage_id": 222 + }, + "2907.01.199E": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 01, Flur", "arch_name": "Flur OG1 01@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64162", - "roomcode": "2907.01.199E", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64163", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64162, + "usage_id": 222 + }, + "2907.01.199F": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 02, Flur", "arch_name": "Flur OG1 02@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64163", - "roomcode": "2907.01.199F", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64164", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64163, + "usage_id": 222 + }, + "2907.01.199G": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 03, Flur", "arch_name": "Flur OG1 03@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64164", - "roomcode": "2907.01.199G", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.OG", - "address_link": "ris.einzelraum?raumkey=64165", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64164, + "usage_id": 222 + }, + "2907.01.199H": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG1 04, Flur", "arch_name": "Flur OG1 04@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64165", - "roomcode": "2907.01.199H", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64037", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64165, + "usage_id": 222 + }, + "2907.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "201, Foyer", "arch_name": "201@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64037", - "roomcode": "2907.02.201", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64024", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64037, + "usage_id": 222 + }, + "2907.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "202, Lager", "arch_name": "202@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64024", - "roomcode": "2907.02.202", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64025", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64024, + "usage_id": 30 + }, + "2907.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "203, Lager", "arch_name": "203@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64025", - "roomcode": "2907.02.203", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64031", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64025, + "usage_id": 30 + }, + "2907.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "204, WC-Damen", "arch_name": "204@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64031", - "roomcode": "2907.02.204", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64032", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64031, + "usage_id": 116 + }, + "2907.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "205, WC-Herren", "arch_name": "205@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64032", - "roomcode": "2907.02.205", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64027", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64032, + "usage_id": 115 + }, + "2907.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "206, Teek\u00fcche", "arch_name": "206@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64027", - "roomcode": "2907.02.206", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64049", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64027, + "usage_id": 198 + }, + "2907.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "207, Lager", "arch_name": "207@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64049", - "roomcode": "2907.02.207", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64026", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64049, + "usage_id": 30 + }, + "2907.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "209, Technik", "arch_name": "209@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64026", - "roomcode": "2907.02.209", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64028", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64026, + "usage_id": 120 + }, + "2907.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "210, Teek\u00fcche", "arch_name": "210@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64028", - "roomcode": "2907.02.210", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64029", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64028, + "usage_id": 198 + }, + "2907.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "211, WC-Damen", "arch_name": "211@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64029", - "roomcode": "2907.02.211", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64030", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64029, + "usage_id": 116 + }, + "2907.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "212, WC-Herren", "arch_name": "212@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64030", - "roomcode": "2907.02.212", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64023", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64030, + "usage_id": 115 + }, + "2907.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "213, Technik", "arch_name": "213@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64023", - "roomcode": "2907.02.213", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64022", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64023, + "usage_id": 120 + }, + "2907.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "214, Serverraum", "arch_name": "214@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64022", - "roomcode": "2907.02.214", - "usage": 207 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63955", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64022, + "usage_id": 207 + }, + "2907.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "215, B\u00fcro", "arch_name": "215@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=55677", - "operator": "[ TUS7PTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63955", - "roomcode": "2907.02.215", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63954", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 55677, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63955, + "usage_id": 12 + }, + "2907.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "216, B\u00fcro", "arch_name": "216@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=55677", - "operator": "[ TUS7PTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63954", - "roomcode": "2907.02.216", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63953", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 55677, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63954, + "usage_id": 12 + }, + "2907.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "217, B\u00fcro", "arch_name": "217@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=55677", - "operator": "[ TUS7PTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63953", - "roomcode": "2907.02.217", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63952", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 55677, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63953, + "usage_id": 12 + }, + "2907.02.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "218, Besprechungsraum", "arch_name": "218@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63952", - "roomcode": "2907.02.218", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63947", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63952, + "usage_id": 196 + }, + "2907.02.219": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "219, B\u00fcro", "arch_name": "219@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63947", - "roomcode": "2907.02.219", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63946", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63947, + "usage_id": 12 + }, + "2907.02.220": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "220, B\u00fcro", "arch_name": "220@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=40661&cRes=25156&cReadonly=J", - "list_index": "109", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63946", - "roomcode": "2907.02.220", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63945", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25156, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63946, + "usage_id": 12 + }, + "2907.02.221": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "221, B\u00fcro", "arch_name": "221@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63945", - "roomcode": "2907.02.221", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63944", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63945, + "usage_id": 12 + }, + "2907.02.222": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "222, B\u00fcro", "arch_name": "222@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63944", - "roomcode": "2907.02.222", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63948", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63944, + "usage_id": 12 + }, + "2907.02.223": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "223, B\u00fcro", "arch_name": "223@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63948", - "roomcode": "2907.02.223", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63949", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63948, + "usage_id": 12 + }, + "2907.02.224": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "224, B\u00fcro", "arch_name": "224@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63949", - "roomcode": "2907.02.224", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63950", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63949, + "usage_id": 12 + }, + "2907.02.225": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "225, B\u00fcro", "arch_name": "225@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63950", - "roomcode": "2907.02.225", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63951", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63950, + "usage_id": 12 + }, + "2907.02.226": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "226, B\u00fcro", "arch_name": "226@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=55677", - "operator": "[ TUS7PTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63951", - "roomcode": "2907.02.226", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63956", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 55677, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63951, + "usage_id": 12 + }, + "2907.02.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "227, Kopierraum", "arch_name": "227@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63956", - "roomcode": "2907.02.227", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63957", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63956, + "usage_id": 110 + }, + "2907.02.228": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "228, B\u00fcro", "arch_name": "228@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63957", - "roomcode": "2907.02.228", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63958", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63957, + "usage_id": 12 + }, + "2907.02.229": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "229, B\u00fcro", "arch_name": "229@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63958", - "roomcode": "2907.02.229", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63959", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63958, + "usage_id": 12 + }, + "2907.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "230, B\u00fcro", "arch_name": "230@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63959", - "roomcode": "2907.02.230", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63960", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63959, + "usage_id": 12 + }, + "2907.02.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "231, B\u00fcro", "arch_name": "231@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63960", - "roomcode": "2907.02.231", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63961", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63960, + "usage_id": 12 + }, + "2907.02.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "232, B\u00fcro", "arch_name": "232@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63961", - "roomcode": "2907.02.232", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63962", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63961, + "usage_id": 12 + }, + "2907.02.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "233, B\u00fcro", "arch_name": "233@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63962", - "roomcode": "2907.02.233", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63963", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63962, + "usage_id": 12 + }, + "2907.02.234": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "234, B\u00fcro", "arch_name": "234@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63963", - "roomcode": "2907.02.234", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63964", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63963, + "usage_id": 12 + }, + "2907.02.235": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "235, B\u00fcro", "arch_name": "235@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63964", - "roomcode": "2907.02.235", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63965", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63964, + "usage_id": 12 + }, + "2907.02.236": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "236, B\u00fcro", "arch_name": "236@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63965", - "roomcode": "2907.02.236", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63966", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63965, + "usage_id": 12 + }, + "2907.02.237": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "237, B\u00fcro", "arch_name": "237@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63966", - "roomcode": "2907.02.237", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64268", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63966, + "usage_id": 12 + }, + "2907.02.238A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "238.1, Lager", "arch_name": "238.1@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64268", - "roomcode": "2907.02.238A", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64269", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64268, + "usage_id": 30 + }, + "2907.02.238B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "238.2, Lager", "arch_name": "238.2@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64269", - "roomcode": "2907.02.238B", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63968", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64269, + "usage_id": 30 + }, + "2907.02.239": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "239, B\u00fcro", "arch_name": "239@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63968", - "roomcode": "2907.02.239", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63969", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63968, + "usage_id": 12 + }, + "2907.02.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "240, B\u00fcro", "arch_name": "240@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63969", - "roomcode": "2907.02.240", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63970", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63969, + "usage_id": 12 + }, + "2907.02.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "241, B\u00fcro", "arch_name": "241@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63970", - "roomcode": "2907.02.241", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63971", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63970, + "usage_id": 12 + }, + "2907.02.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "242, B\u00fcro", "arch_name": "242@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63971", - "roomcode": "2907.02.242", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63972", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63971, + "usage_id": 12 + }, + "2907.02.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "243, B\u00fcro", "arch_name": "243@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63972", - "roomcode": "2907.02.243", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63973", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63972, + "usage_id": 12 + }, + "2907.02.244": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "244, B\u00fcro", "arch_name": "244@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=26367&cReadonly=J", - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63973", - "roomcode": "2907.02.244", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63974", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 26367, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63973, + "usage_id": 12 + }, + "2907.02.245": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "245, B\u00fcro", "arch_name": "245@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63974", - "roomcode": "2907.02.245", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63975", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63974, + "usage_id": 12 + }, + "2907.02.246": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "246, B\u00fcro", "arch_name": "246@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=53777", - "operator": "[ TUS7HTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63975", - "roomcode": "2907.02.246", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63976", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63975, + "usage_id": 12 + }, + "2907.02.247": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "247, B\u00fcro", "arch_name": "247@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63976", - "roomcode": "2907.02.247", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63977", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63976, + "usage_id": 12 + }, + "2907.02.248": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "248, B\u00fcro", "arch_name": "248@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63977", - "roomcode": "2907.02.248", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63978", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63977, + "usage_id": 12 + }, + "2907.02.249": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "249, B\u00fcro", "arch_name": "249@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63978", - "roomcode": "2907.02.249", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63979", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63978, + "usage_id": 12 + }, + "2907.02.250": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "250, B\u00fcro", "arch_name": "250@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63979", - "roomcode": "2907.02.250", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63980", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63979, + "usage_id": 12 + }, + "2907.02.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "251, B\u00fcro", "arch_name": "251@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63980", - "roomcode": "2907.02.251", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64003", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63980, + "usage_id": 12 + }, + "2907.02.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "252, B\u00fcro", "arch_name": "252@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=33450", - "operator": "[ TUEDS09 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64003", - "roomcode": "2907.02.252", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64270", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 33450, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64003, + "usage_id": 12 + }, + "2907.02.253A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "253A, Lager", "arch_name": "253A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=53777", - "operator": "[ TUS7HTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64270", - "roomcode": "2907.02.253A", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64271", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64270, + "usage_id": 30 + }, + "2907.02.253B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "253B, Lager", "arch_name": "253B@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=53777", - "operator": "[ TUS7HTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64271", - "roomcode": "2907.02.253B", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63981", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64271, + "usage_id": 30 + }, + "2907.02.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "254, B\u00fcro", "arch_name": "254@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=53777", - "operator": "[ TUS7HTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63981", - "roomcode": "2907.02.254", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63984", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63981, + "usage_id": 12 + }, + "2907.02.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "255, B\u00fcro", "arch_name": "255@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=53777", - "operator": "[ TUS7HTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63984", - "roomcode": "2907.02.255", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63983", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63984, + "usage_id": 12 + }, + "2907.02.256": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "256, B\u00fcro", "arch_name": "256@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63983", - "roomcode": "2907.02.256", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63982", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63983, + "usage_id": 12 + }, + "2907.02.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "257, B\u00fcro", "arch_name": "257@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63982", - "roomcode": "2907.02.257", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63985", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63982, + "usage_id": 12 + }, + "2907.02.258": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "258, Wickelraum/Erste-Hilfe-Raum", "arch_name": "258@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63985", - "roomcode": "2907.02.258", - "usage": 178 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63986", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63985, + "usage_id": 178 + }, + "2907.02.259": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "259, B\u00fcro", "arch_name": "259@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=42231&cRes=29292&cReadonly=J", - "list_index": "150", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63986", - "roomcode": "2907.02.259", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63987", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 29292, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63986, + "usage_id": 12 + }, + "2907.02.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "260, B\u00fcro", "arch_name": "260@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=52677&cRes=34132&cReadonly=J", - "list_index": "151", - "op_link": "webnav.navigate_to?corg=52677", - "operator": "[ TUS7DDP ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63987", - "roomcode": "2907.02.260", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63988", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 34132, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52677, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63987, + "usage_id": 12 + }, + "2907.02.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "261, B\u00fcro", "arch_name": "261@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=52677&cRes=34133&cReadonly=J", - "list_index": "152", - "op_link": "webnav.navigate_to?corg=52677", - "operator": "[ TUS7DDP ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63988", - "roomcode": "2907.02.261", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63989", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 34133, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52677, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63988, + "usage_id": 12 + }, + "2907.02.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "262, B\u00fcro", "arch_name": "262@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=42231&cRes=29432&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63989", - "roomcode": "2907.02.262", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63990", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 29432, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63989, + "usage_id": 12 + }, + "2907.02.263": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "263, B\u00fcro", "arch_name": "263@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63990", - "roomcode": "2907.02.263", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63991", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63990, + "usage_id": 12 + }, + "2907.02.264": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "264, B\u00fcro", "arch_name": "264@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63991", - "roomcode": "2907.02.264", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63992", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63991, + "usage_id": 12 + }, + "2907.02.265": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "265, Archiv/Lager", "arch_name": "265@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63992", - "roomcode": "2907.02.265", - "usage": 2 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63993", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63992, + "usage_id": 2 + }, + "2907.02.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "266, B\u00fcro", "arch_name": "266@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63993", - "roomcode": "2907.02.266", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63994", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63993, + "usage_id": 12 + }, + "2907.02.267": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "267, B\u00fcro", "arch_name": "267@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63994", - "roomcode": "2907.02.267", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63995", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63994, + "usage_id": 12 + }, + "2907.02.268": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "268, B\u00fcro", "arch_name": "268@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=42231&cRes=26731&cReadonly=J", - "list_index": "159", - "op_link": "webnav.navigate_to?corg=42231", - "operator": "[ TUEDS11 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63995", - "roomcode": "2907.02.268", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63996", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 26731, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 42231, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63995, + "usage_id": 12 + }, + "2907.02.269": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "269, B\u00fcro", "arch_name": "269@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24935&cReadonly=J", - "list_index": "160", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63996", - "roomcode": "2907.02.269", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63997", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24935, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63996, + "usage_id": 12 + }, + "2907.02.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "270, B\u00fcro", "arch_name": "270@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63997", - "roomcode": "2907.02.270", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63998", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63997, + "usage_id": 12 + }, + "2907.02.271": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "271, Kopierraum", "arch_name": "271@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63998", - "roomcode": "2907.02.271", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64000", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63998, + "usage_id": 110 + }, + "2907.02.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "272, B\u00fcro", "arch_name": "272@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=54323", - "operator": "[ TUS7LEA ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64000", - "roomcode": "2907.02.272", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64001", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 54323, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64000, + "usage_id": 12 + }, + "2907.02.273": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "273, B\u00fcro", "arch_name": "273@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=54323", - "operator": "[ TUS7LEA ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64001", - "roomcode": "2907.02.273", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64004", - "alt_name": "274, B\u00fcro", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 54323, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64001, + "usage_id": 12 + }, + "2907.02.274": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, + "alt_name": "274, B\u00fcro", "arch_name": "274@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=53777", - "operator": "[ TUS7HTL ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64004", - "roomcode": "2907.02.274", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64005", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64004, + "usage_id": 12 + }, + "2907.02.275": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "275, B\u00fcro", "arch_name": "275@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64005", - "roomcode": "2907.02.275", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64006", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64005, + "usage_id": 12 + }, + "2907.02.276": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "276, B\u00fcro", "arch_name": "276@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64006", - "roomcode": "2907.02.276", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64007", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64006, + "usage_id": 12 + }, + "2907.02.277": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "277, B\u00fcro", "arch_name": "277@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64007", - "roomcode": "2907.02.277", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64008", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64007, + "usage_id": 12 + }, + "2907.02.278": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "278, B\u00fcro", "arch_name": "278@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64008", - "roomcode": "2907.02.278", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64266", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64008, + "usage_id": 12 + }, + "2907.02.279A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "279A, Lager", "arch_name": "279A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64266", - "roomcode": "2907.02.279A", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64267", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64266, + "usage_id": 30 + }, + "2907.02.279B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "279B, Lager", "arch_name": "279B@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64267", - "roomcode": "2907.02.279B", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64009", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64267, + "usage_id": 30 + }, + "2907.02.280": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "280, B\u00fcro", "arch_name": "280@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64009", - "roomcode": "2907.02.280", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64010", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64009, + "usage_id": 12 + }, + "2907.02.281": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "281, B\u00fcro", "arch_name": "281@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64010", - "roomcode": "2907.02.281", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64011", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64010, + "usage_id": 12 + }, + "2907.02.282": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "282, B\u00fcro", "arch_name": "282@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64011", - "roomcode": "2907.02.282", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64012", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64011, + "usage_id": 12 + }, + "2907.02.283": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "283, B\u00fcro", "arch_name": "283@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64012", - "roomcode": "2907.02.283", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64013", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64012, + "usage_id": 12 + }, + "2907.02.284": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "284, B\u00fcro", "arch_name": "284@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64013", - "roomcode": "2907.02.284", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64014", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64013, + "usage_id": 12 + }, + "2907.02.285": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "285, B\u00fcro", "arch_name": "285@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64014", - "roomcode": "2907.02.285", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64015", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64014, + "usage_id": 12 + }, + "2907.02.286": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "286, B\u00fcro", "arch_name": "286@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64015", - "roomcode": "2907.02.286", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64016", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64015, + "usage_id": 12 + }, + "2907.02.287": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "287, B\u00fcro", "arch_name": "287@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64016", - "roomcode": "2907.02.287", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64264", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64016, + "usage_id": 12 + }, + "2907.02.288A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "288A, Lager", "arch_name": "288A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64264", - "roomcode": "2907.02.288A", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64265", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64264, + "usage_id": 30 + }, + "2907.02.288B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "288B, Lager", "arch_name": "288B@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=44904", - "operator": "[ TUEDS22 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64265", - "roomcode": "2907.02.288B", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64018", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44904, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64265, + "usage_id": 30 + }, + "2907.02.289": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "289, B\u00fcro", "arch_name": "289@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64018", - "roomcode": "2907.02.289", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64019", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64018, + "usage_id": 12 + }, + "2907.02.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "290, B\u00fcro", "arch_name": "290@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64019", - "roomcode": "2907.02.290", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64020", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64019, + "usage_id": 12 + }, + "2907.02.291": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "291, B\u00fcro", "arch_name": "291@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64020", - "roomcode": "2907.02.291", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64021", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64020, + "usage_id": 12 + }, + "2907.02.292": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "292, B\u00fcro", "arch_name": "292@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64021", - "roomcode": "2907.02.292", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64038", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64021, + "usage_id": 12 + }, + "2907.02.299": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "299, Foyer", "arch_name": "299@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64038", - "roomcode": "2907.02.299", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64166", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64038, + "usage_id": 222 + }, + "2907.02.299A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 08, Flur", "arch_name": "Flur OG2 08@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64166", - "roomcode": "2907.02.299A", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64167", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64166, + "usage_id": 222 + }, + "2907.02.299B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 09, Flur", "arch_name": "Flur OG2 09@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64167", - "roomcode": "2907.02.299B", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64168", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64167, + "usage_id": 222 + }, + "2907.02.299C": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 10, Flur", "arch_name": "Flur OG2 10@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64168", - "roomcode": "2907.02.299C", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64169", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64168, + "usage_id": 222 + }, + "2907.02.299D": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 11, Flur", "arch_name": "Flur OG2 11@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64169", - "roomcode": "2907.02.299D", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64170", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64169, + "usage_id": 222 + }, + "2907.02.299E": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 12, Flur", "arch_name": "Flur OG2 12@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64170", - "roomcode": "2907.02.299E", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64171", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64170, + "usage_id": 222 + }, + "2907.02.299F": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 01, Flur", "arch_name": "Flur OG2 01@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64171", - "roomcode": "2907.02.299F", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64172", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64171, + "usage_id": 222 + }, + "2907.02.299G": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 02, Flur", "arch_name": "Flur OG2 02@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64172", - "roomcode": "2907.02.299G", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64173", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64172, + "usage_id": 222 + }, + "2907.02.299H": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 03, Flur", "arch_name": "Flur OG2 03@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64173", - "roomcode": "2907.02.299H", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64174", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64173, + "usage_id": 222 + }, + "2907.02.299I": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 04, Flur", "arch_name": "Flur OG2 04@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64174", - "roomcode": "2907.02.299I", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64175", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64174, + "usage_id": 222 + }, + "2907.02.299J": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 05, Flur", "arch_name": "Flur OG2 05@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64175", - "roomcode": "2907.02.299J", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64176", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64175, + "usage_id": 222 + }, + "2907.02.299K": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 06, Flur", "arch_name": "Flur OG2 06@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64176", - "roomcode": "2907.02.299K", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 2.OG", - "address_link": "ris.einzelraum?raumkey=64177", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64176, + "usage_id": 222 + }, + "2907.02.299L": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG2 07, Flur", "arch_name": "Flur OG2 07@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64177", - "roomcode": "2907.02.299L", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64105", + "area_id": 29, + "building_id": 1485, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64177, + "usage_id": 222 + }, + "2907.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "401, Foyer", "arch_name": "401@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64105", - "roomcode": "2907.04.401", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64103", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64105, + "usage_id": 222 + }, + "2907.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "402, Teek\u00fcche", "arch_name": "402@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64103", - "roomcode": "2907.04.402", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64033", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64103, + "usage_id": 198 + }, + "2907.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "403, Lager", "arch_name": "403@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64033", - "roomcode": "2907.04.403", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64097", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64033, + "usage_id": 30 + }, + "2907.04.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "404, WC-Damen", "arch_name": "404@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64097", - "roomcode": "2907.04.404", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64099", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64097, + "usage_id": 116 + }, + "2907.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "405, WC-Herren", "arch_name": "405@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64099", - "roomcode": "2907.04.405", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64102", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64099, + "usage_id": 115 + }, + "2907.04.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "406, Beh.-WC", "arch_name": "406@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64102", - "roomcode": "2907.04.406", - "usage": 117 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64106", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64102, + "usage_id": 117 + }, + "2907.04.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "414, Lager", "arch_name": "414@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64106", - "roomcode": "2907.04.407", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64104", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64106, + "usage_id": 30 + }, + "2907.04.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "409, Technik", "arch_name": "409@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64104", - "roomcode": "2907.04.409", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64107", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64104, + "usage_id": 120 + }, + "2907.04.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "410, Lager", "arch_name": "410@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64107", - "roomcode": "2907.04.410", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64101", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64107, + "usage_id": 30 + }, + "2907.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "411, WC-Damen", "arch_name": "411@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64101", - "roomcode": "2907.04.411", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64100", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64101, + "usage_id": 116 + }, + "2907.04.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "412, WC-Herren", "arch_name": "412@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64100", - "roomcode": "2907.04.412", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64096", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64100, + "usage_id": 115 + }, + "2907.04.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "209, Technik", "arch_name": "209@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64096", - "roomcode": "2907.04.413", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64039", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64096, + "usage_id": 120 + }, + "2907.04.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "414, Etagenverteilerraum", "arch_name": "414@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64039", - "roomcode": "2907.04.414", - "usage": 160 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64035", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64039, + "usage_id": 160 + }, + "2907.04.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "415, Archiv", "arch_name": "415@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64035", - "roomcode": "2907.04.415", - "usage": 2 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64040", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64035, + "usage_id": 2 + }, + "2907.04.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "416, Archiv", "arch_name": "416@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64040", - "roomcode": "2907.04.416", - "usage": 2 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64043", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64040, + "usage_id": 2 + }, + "2907.04.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "417, B\u00fcro", "arch_name": "417@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64043", - "roomcode": "2907.04.417", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64034", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64043, + "usage_id": 12 + }, + "2907.04.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "418, B\u00fcro", "arch_name": "418@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64034", - "roomcode": "2907.04.418", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64036", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64034, + "usage_id": 12 + }, + "2907.04.419": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "419, Besprechungsraum", "arch_name": "419@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64036", - "roomcode": "2907.04.419", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64044", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64036, + "usage_id": 196 + }, + "2907.04.420": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "420, B\u00fcro", "arch_name": "420@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64044", - "roomcode": "2907.04.420", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64045", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64044, + "usage_id": 12 + }, + "2907.04.421": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "421, B\u00fcro", "arch_name": "421@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64045", - "roomcode": "2907.04.421", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64041", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64045, + "usage_id": 12 + }, + "2907.04.422": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "422, Lager", "arch_name": "422@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64041", - "roomcode": "2907.04.422", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64046", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64041, + "usage_id": 30 + }, + "2907.04.423": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "423, B\u00fcro", "arch_name": "423@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64046", - "roomcode": "2907.04.423", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64047", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64046, + "usage_id": 12 + }, + "2907.04.424": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "424, B\u00fcro", "arch_name": "424@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=42733", - "operator": "[ TUEDS14 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64047", - "roomcode": "2907.04.424", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64042", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 42733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64047, + "usage_id": 12 + }, + "2907.04.425": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "425, Lager", "arch_name": "425@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64042", - "roomcode": "2907.04.425", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64048", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64042, + "usage_id": 30 + }, + "2907.04.426": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "426, B\u00fcro", "arch_name": "426@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64048", - "roomcode": "2907.04.426", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64050", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64048, + "usage_id": 12 + }, + "2907.04.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "427, B\u00fcro", "arch_name": "427@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64050", - "roomcode": "2907.04.427", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64051", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64050, + "usage_id": 12 + }, + "2907.04.428": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "428, Kopierraum", "arch_name": "428@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64051", - "roomcode": "2907.04.428", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64052", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64051, + "usage_id": 110 + }, + "2907.04.429": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "429, B\u00fcro", "arch_name": "429@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=49437", - "operator": "[ TUEDS30 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64052", - "roomcode": "2907.04.429", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64053", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64052, + "usage_id": 12 + }, + "2907.04.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "430, B\u00fcro", "arch_name": "430@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=49437", - "operator": "[ TUEDS30 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64053", - "roomcode": "2907.04.430", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64054", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64053, + "usage_id": 12 + }, + "2907.04.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "431, B\u00fcro", "arch_name": "431@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=49437&cRes=25987&cReadonly=J", - "list_index": "228", - "op_link": "webnav.navigate_to?corg=49437", - "operator": "[ TUEDS30 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64054", - "roomcode": "2907.04.431", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64055", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25987, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64054, + "usage_id": 12 + }, + "2907.04.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "432, B\u00fcro", "arch_name": "432@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=49437", - "operator": "[ TUEDS30 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64055", - "roomcode": "2907.04.432", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64056", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 49437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64055, + "usage_id": 12 + }, + "2907.04.433": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "433, B\u00fcro", "arch_name": "433@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64056", - "roomcode": "2907.04.433", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64057", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64056, + "usage_id": 12 + }, + "2907.04.434": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "434, B\u00fcro", "arch_name": "434@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64057", - "roomcode": "2907.04.434", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64058", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64057, + "usage_id": 12 + }, + "2907.04.435": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "435, B\u00fcro", "arch_name": "435@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64058", - "roomcode": "2907.04.435", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64059", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64058, + "usage_id": 12 + }, + "2907.04.436": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "436, B\u00fcro", "arch_name": "436@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64059", - "roomcode": "2907.04.436", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64060", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64059, + "usage_id": 12 + }, + "2907.04.437": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "437, B\u00fcro", "arch_name": "437@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64060", - "roomcode": "2907.04.437", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64061", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64060, + "usage_id": 12 + }, + "2907.04.438": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "438, B\u00fcro", "arch_name": "438@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64061", - "roomcode": "2907.04.438", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64062", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64061, + "usage_id": 12 + }, + "2907.04.439": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "439, B\u00fcro", "arch_name": "439@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64062", - "roomcode": "2907.04.439", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64063", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64062, + "usage_id": 12 + }, + "2907.04.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "440, B\u00fcro", "arch_name": "440@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64063", - "roomcode": "2907.04.440", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64064", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64063, + "usage_id": 12 + }, + "2907.04.441": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "441, B\u00fcro", "arch_name": "441@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64064", - "roomcode": "2907.04.441", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64065", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64064, + "usage_id": 12 + }, + "2907.04.442": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "442, B\u00fcro", "arch_name": "442@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64065", - "roomcode": "2907.04.442", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64066", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64065, + "usage_id": 12 + }, + "2907.04.443": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "443, B\u00fcro", "arch_name": "443@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64066", - "roomcode": "2907.04.443", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64067", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64066, + "usage_id": 12 + }, + "2907.04.444": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "444, B\u00fcro", "arch_name": "444@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=14827&cRes=25805&cReadonly=J", - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64067", - "roomcode": "2907.04.444", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64068", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25805, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64067, + "usage_id": 12 + }, + "2907.04.445": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "445, B\u00fcro", "arch_name": "445@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64068", - "roomcode": "2907.04.445", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64070", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64068, + "usage_id": 12 + }, + "2907.04.446": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "446, Besprechungsraum", "arch_name": "446@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=24895&cReadonly=J", - "list_index": "243", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64070", - "roomcode": "2907.04.446", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64071", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24895, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64070, + "usage_id": 196 + }, + "2907.04.447": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "447, Lager", "arch_name": "447@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64071", - "roomcode": "2907.04.447", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64069", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64071, + "usage_id": 30 + }, + "2907.04.448": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "448, B\u00fcro", "arch_name": "448@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=14832", - "operator": "[ TUEDS08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64069", - "roomcode": "2907.04.448", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64072", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14832, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64069, + "usage_id": 12 + }, + "2907.04.449": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "449, B\u00fcro", "arch_name": "449@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=14832", - "operator": "[ TUEDS08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64072", - "roomcode": "2907.04.449", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64073", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14832, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64072, + "usage_id": 12 + }, + "2907.04.450": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "450, B\u00fcro", "arch_name": "450@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=14832", - "operator": "[ TUEDS08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64073", - "roomcode": "2907.04.450", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64074", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14832, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64073, + "usage_id": 12 + }, + "2907.04.451": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "451, B\u00fcro", "arch_name": "451@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=14832", - "operator": "[ TUEDS08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64074", - "roomcode": "2907.04.451", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64075", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14832, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64074, + "usage_id": 12 + }, + "2907.04.452": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "452, B\u00fcro", "arch_name": "452@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64075", - "roomcode": "2907.04.452", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64098", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64075, + "usage_id": 12 + }, + "2907.04.453": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "453, B\u00fcro", "arch_name": "453@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64098", - "roomcode": "2907.04.453", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64076", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64098, + "usage_id": 12 + }, + "2907.04.454": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "454, B\u00fcro", "arch_name": "454@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64076", - "roomcode": "2907.04.454", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64077", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64076, + "usage_id": 12 + }, + "2907.04.455": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "455, B\u00fcro", "arch_name": "455@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64077", - "roomcode": "2907.04.455", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64078", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64077, + "usage_id": 12 + }, + "2907.04.456": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "456, B\u00fcro", "arch_name": "456@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64078", - "roomcode": "2907.04.456", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64755", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64078, + "usage_id": 12 + }, + "2907.04.457": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "457, B\u00fcro", "arch_name": "457@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64755", - "roomcode": "2907.04.457", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64079", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64755, + "usage_id": 12 + }, + "2907.04.458": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "458, B\u00fcro", "arch_name": "458@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64079", - "roomcode": "2907.04.458", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64080", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64079, + "usage_id": 12 + }, + "2907.04.459": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "459, B\u00fcro", "arch_name": "459@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64080", - "roomcode": "2907.04.459", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64081", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64080, + "usage_id": 12 + }, + "2907.04.460": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "460, B\u00fcro", "arch_name": "460@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64081", - "roomcode": "2907.04.460", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64082", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64081, + "usage_id": 12 + }, + "2907.04.461": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "461, Kopierraum", "arch_name": "461@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=14828", - "operator": "[ TUEDS02 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64082", - "roomcode": "2907.04.461", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64084", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14828, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64082, + "usage_id": 110 + }, + "2907.04.463": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "463, Teek\u00fcche", "arch_name": "463@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64084", - "roomcode": "2907.04.463", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64085", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64084, + "usage_id": 198 + }, + "2907.04.464": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "464, B\u00fcro", "arch_name": "464@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64085", - "roomcode": "2907.04.464", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64086", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64085, + "usage_id": 12 + }, + "2907.04.465": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "465, B\u00fcro", "arch_name": "465@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=48198", - "operator": "[ TUPOL08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64086", - "roomcode": "2907.04.465", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64087", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48198, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64086, + "usage_id": 12 + }, + "2907.04.466": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "466, B\u00fcro", "arch_name": "466@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=48198", - "operator": "[ TUPOL08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64087", - "roomcode": "2907.04.466", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64088", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48198, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64087, + "usage_id": 12 + }, + "2907.04.467": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "467, B\u00fcro", "arch_name": "467@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=48198", - "operator": "[ TUPOL08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64088", - "roomcode": "2907.04.467", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64089", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48198, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64088, + "usage_id": 12 + }, + "2907.04.468": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "468, B\u00fcro", "arch_name": "468@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=48198", - "operator": "[ TUPOL08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64089", - "roomcode": "2907.04.468", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64090", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48198, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64089, + "usage_id": 12 + }, + "2907.04.469": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "469, B\u00fcro", "arch_name": "469@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=48198", - "operator": "[ TUPOL08 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64090", - "roomcode": "2907.04.469", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64091", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 48198, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64090, + "usage_id": 12 + }, + "2907.04.470": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "470, B\u00fcro", "arch_name": "470@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64091", - "roomcode": "2907.04.470", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64092", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64091, + "usage_id": 12 + }, + "2907.04.471": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "471, B\u00fcro", "arch_name": "471@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=44065", - "operator": "[ TUEDS21 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64092", - "roomcode": "2907.04.471", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64093", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64092, + "usage_id": 12 + }, + "2907.04.472": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "472, B\u00fcro", "arch_name": "472@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=44065", - "operator": "[ TUEDS21 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64093", - "roomcode": "2907.04.472", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64094", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64093, + "usage_id": 12 + }, + "2907.04.473": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "473, B\u00fcro", "arch_name": "473@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=44065", - "operator": "[ TUEDS21 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64094", - "roomcode": "2907.04.473", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64095", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64094, + "usage_id": 12 + }, + "2907.04.474": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "474, B\u00fcro", "arch_name": "474@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=44065", - "operator": "[ TUEDS21 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64095", - "roomcode": "2907.04.474", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64108", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 44065, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64095, + "usage_id": 12 + }, + "2907.04.499": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "499, Foyer", "arch_name": "499@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64108", - "roomcode": "2907.04.499", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64178", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64108, + "usage_id": 222 + }, + "2907.04.499A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 08, Flur", "arch_name": "Flur OG4 08@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64178", - "roomcode": "2907.04.499A", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64179", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64178, + "usage_id": 222 + }, + "2907.04.499B": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 09, Flur", "arch_name": "Flur OG4 09@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64179", - "roomcode": "2907.04.499B", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64180", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64179, + "usage_id": 222 + }, + "2907.04.499C": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 10, Flur", "arch_name": "Flur OG4 10@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64180", - "roomcode": "2907.04.499C", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64181", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64180, + "usage_id": 222 + }, + "2907.04.499D": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 11, Flur", "arch_name": "Flur OG4 11@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64181", - "roomcode": "2907.04.499D", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64182", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64181, + "usage_id": 222 + }, + "2907.04.499E": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 01, Flur", "arch_name": "Flur OG4 01@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64182", - "roomcode": "2907.04.499E", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64183", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64182, + "usage_id": 222 + }, + "2907.04.499F": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 02, Flur", "arch_name": "Flur OG4 02@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64183", - "roomcode": "2907.04.499F", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64184", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64183, + "usage_id": 222 + }, + "2907.04.499G": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 03, Flur", "arch_name": "Flur OG4 03@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64184", - "roomcode": "2907.04.499G", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64185", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64184, + "usage_id": 222 + }, + "2907.04.499H": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 04, Flur", "arch_name": "Flur OG4 04@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64185", - "roomcode": "2907.04.499H", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64186", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64185, + "usage_id": 222 + }, + "2907.04.499I": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 05, Flur", "arch_name": "Flur OG4 05@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64186", - "roomcode": "2907.04.499I", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64187", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64186, + "usage_id": 222 + }, + "2907.04.499J": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 06, Flur", "arch_name": "Flur OG4 06@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64187", - "roomcode": "2907.04.499J", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 4.OG", - "address_link": "ris.einzelraum?raumkey=64188", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64187, + "usage_id": 222 + }, + "2907.04.499K": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "Flur OG4 07, Flur", "arch_name": "Flur OG4 07@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64188", - "roomcode": "2907.04.499K", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64119", + "area_id": 29, + "building_id": 1485, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64188, + "usage_id": 222 + }, + "2907.06.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "601, Foyer", "arch_name": "601@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64119", - "roomcode": "2907.06.601", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64125", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64119, + "usage_id": 222 + }, + "2907.06.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "602, Hut-Zimmer", "arch_name": "602@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64125", - "roomcode": "2907.06.602", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64120", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64125, + "usage_id": 12 + }, + "2907.06.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "604, Besprechungsraum", "arch_name": "604@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=28132&cReadonly=J", - "list_index": "285", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64120", - "roomcode": "2907.06.604", - "usage": 196 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64109", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 28132, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64120, + "usage_id": 196 + }, + "2907.06.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "605, H\u00f6rsaal", "arch_name": "605@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=24995&cReadonly=J", - "extended": { - "additional_description": "605, H\u00f6rsaal", - "address": "Marsstr. 20-22(2907), 6.Obergescho\u00df", - "architect_room_nr": "605@2907", - "area_m2": 308.5, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "6.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "605", - "seats": 304, - "standing_places": 0, - "wheelchair_spaces": 2, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64109", - "roomcode": "2907.06.605", - "usage": 20 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64110", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 24995, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 304, + "standing": null, + "wheelchair": 2 + }, + "tumonline_id": 64109, + "usage_id": 20 + }, + "2907.06.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "606, Studentenaufenthaltsbereich", "arch_name": "606@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64110", - "roomcode": "2907.06.606", - "usage": 44 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64111", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64110, + "usage_id": 44 + }, + "2907.06.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "607, Seminarraum", "arch_name": "607@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=25482&cReadonly=J", - "extended": { - "additional_description": "607, Seminarraum", - "address": "Marsstr. 20-22(2907), 6.Obergescho\u00df", - "architect_room_nr": "607@2907", - "area_m2": 136.8, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "6.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "607", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64111", - "roomcode": "2907.06.607", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64132", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25482, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64111, + "usage_id": 41 + }, + "2907.06.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "608, WC-Herren", "arch_name": "608@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64132", - "roomcode": "2907.06.608", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64133", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64132, + "usage_id": 115 + }, + "2907.06.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "609, WC-Damen", "arch_name": "609@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64133", - "roomcode": "2907.06.609", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64131", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64133, + "usage_id": 116 + }, + "2907.06.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "610, Technik", "arch_name": "610@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64131", - "roomcode": "2907.06.610", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64130", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64131, + "usage_id": 120 + }, + "2907.06.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "611, Foyer", "arch_name": "611@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64130", - "roomcode": "2907.06.611", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64129", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64130, + "usage_id": 222 + }, + "2907.06.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "612, Lager", "arch_name": "612@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64129", - "roomcode": "2907.06.612", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64128", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64129, + "usage_id": 30 + }, + "2907.06.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "613, Lager", "arch_name": "613@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64128", - "roomcode": "2907.06.613", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64127", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64128, + "usage_id": 30 + }, + "2907.06.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "614, WC-Damen", "arch_name": "614@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64127", - "roomcode": "2907.06.614", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64126", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64127, + "usage_id": 116 + }, + "2907.06.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "615, WC-Herren", "arch_name": "615@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64126", - "roomcode": "2907.06.615", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64112", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64126, + "usage_id": 115 + }, + "2907.06.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "616, Putzkammer", "arch_name": "616@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64112", - "roomcode": "2907.06.616", - "usage": 205 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64113", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64112, + "usage_id": 205 + }, + "2907.06.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "617, Wickelraum/Erste-Hilfe-Raum", "arch_name": "617@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64113", - "roomcode": "2907.06.617", - "usage": 178 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64115", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64113, + "usage_id": 178 + }, + "2907.06.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "618, Technik", "arch_name": "618@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64115", - "roomcode": "2907.06.618", - "usage": 120 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64114", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64115, + "usage_id": 120 + }, + "2907.06.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "619, Etagenverteilerraum", "arch_name": "619@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64114", - "roomcode": "2907.06.619", - "usage": 160 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64124", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64114, + "usage_id": 160 + }, + "2907.06.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "620, Archiv", "arch_name": "620@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64124", - "roomcode": "2907.06.620", - "usage": 2 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64117", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64124, + "usage_id": 2 + }, + "2907.06.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "621, WC-Damen", "arch_name": "621@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64117", - "roomcode": "2907.06.621", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64116", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64117, + "usage_id": 116 + }, + "2907.06.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "622, WC-Herren", "arch_name": "622@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64116", - "roomcode": "2907.06.622", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64118", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64116, + "usage_id": 115 + }, + "2907.06.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "623, Beh.-WC", "arch_name": "623@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64118", - "roomcode": "2907.06.623", - "usage": 117 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64123", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64118, + "usage_id": 117 + }, + "2907.06.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "624, Teek\u00fcche", "arch_name": "624@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64123", - "roomcode": "2907.06.624", - "usage": 198 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=66533", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64123, + "usage_id": 198 + }, + "2907.06.671": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "671, Dachterrasse 1 (Reinigen)", "arch_name": "671@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66533", - "roomcode": "2907.06.671", - "usage": 219 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=66534", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66533, + "usage_id": 219 + }, + "2907.06.672": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "672, Dachterrasse 2 (Reinigen)", "arch_name": "672@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66534", - "roomcode": "2907.06.672", - "usage": 219 - }, - { - "address": "Marsstr. 20-22, 6.OG", - "address_link": "ris.einzelraum?raumkey=64263", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66534, + "usage_id": 219 + }, + "2907.06.699": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "699, Flur", "arch_name": "699@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64263", - "roomcode": "2907.06.699", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64134", + "area_id": 29, + "building_id": 1485, + "floor_level": "6.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64263, + "usage_id": 222 + }, + "2907.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64134", - "roomcode": "2907.EG.001", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64138", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64134, + "usage_id": 12 + }, + "2907.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64138", - "roomcode": "2907.EG.003", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64147", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64138, + "usage_id": 12 + }, + "2907.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64147", - "roomcode": "2907.EG.004", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64148", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64147, + "usage_id": 12 + }, + "2907.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64148", - "roomcode": "2907.EG.005", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64149", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64148, + "usage_id": 12 + }, + "2907.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "006, B\u00fcro", "arch_name": "006@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64149", - "roomcode": "2907.EG.006", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64150", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64149, + "usage_id": 12 + }, + "2907.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "007, Kopierraum", "arch_name": "007@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64150", - "roomcode": "2907.EG.007", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64136", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64150, + "usage_id": 110 + }, + "2907.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "008, Seminarraum", "arch_name": "008@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "extended": { - "additional_description": "008, Seminarraum", - "address": "Marsstr. 20-22(2907), Erdgescho\u00df", - "architect_room_nr": "008@2907", - "area_m2": 39.76, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64136", - "roomcode": "2907.EG.008", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64137", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64136, + "usage_id": 41 + }, + "2907.EG.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "009, Lager", "arch_name": "009@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64137", - "roomcode": "2907.EG.009", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64146", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64137, + "usage_id": 30 + }, + "2907.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "010, Serverraum", "arch_name": "010@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64146", - "roomcode": "2907.EG.010", - "usage": 207 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64675", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64146, + "usage_id": 207 + }, + "2907.EG.010A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "010A, Kopierraum", "arch_name": "010A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64675", - "roomcode": "2907.EG.010A", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64142", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64675, + "usage_id": 110 + }, + "2907.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "011, WC-Herren", "arch_name": "011@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64142", - "roomcode": "2907.EG.011", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64141", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64142, + "usage_id": 115 + }, + "2907.EG.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "012, WC-Damen", "arch_name": "012@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64141", - "roomcode": "2907.EG.012", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64145", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64141, + "usage_id": 116 + }, + "2907.EG.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "013, WC-Herren", "arch_name": "013@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64145", - "roomcode": "2907.EG.013", - "usage": 115 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64144", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64145, + "usage_id": 115 + }, + "2907.EG.014": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "014, WC-Damen", "arch_name": "014@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64144", - "roomcode": "2907.EG.014", - "usage": 116 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64151", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64144, + "usage_id": 116 + }, + "2907.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "020, Seminarraum", "arch_name": "020@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=25726&cReadonly=J", - "extended": { - "additional_description": "020, Seminarraum", - "address": "Marsstr. 20-22(2907), Erdgescho\u00df", - "architect_room_nr": "020@2907", - "area_m2": 50.48, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64151", - "roomcode": "2907.EG.020", - "usage": 41 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64139", + "area_id": 29, + "building_id": 1485, + "calendar_resource_nr": 25726, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64151, + "usage_id": 41 + }, + "2907.EG.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "021, Kopierraum", "arch_name": "021@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64139", - "roomcode": "2907.EG.021", - "usage": 110 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64152", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64139, + "usage_id": 110 + }, + "2907.EG.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "022, B\u00fcro", "arch_name": "022@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64152", - "roomcode": "2907.EG.022", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64153", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64152, + "usage_id": 12 + }, + "2907.EG.023": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "023, B\u00fcro", "arch_name": "023@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64153", - "roomcode": "2907.EG.023", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64154", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64153, + "usage_id": 12 + }, + "2907.EG.024": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "024, B\u00fcro", "arch_name": "024@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64154", - "roomcode": "2907.EG.024", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64676", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64154, + "usage_id": 12 + }, + "2907.EG.024A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "024A, B\u00fcro", "arch_name": "024A@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64676", - "roomcode": "2907.EG.024A", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64155", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64676, + "usage_id": 12 + }, + "2907.EG.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "025, Aufenthalt", "arch_name": "025@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64155", - "roomcode": "2907.EG.025", - "usage": 44 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64156", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64155, + "usage_id": 44 + }, + "2907.EG.026": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "026, Praktikumsraum", "arch_name": "026@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "extended": { - "additional_description": "026, Praktikumsraum", - "address": "Marsstr. 20-22(2907), Erdgescho\u00df", - "architect_room_nr": "026@2907", - "area_m2": 25.32, - "building": "2907 Marsstr. 20/22 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "026", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80335 M\u00fcnchen" - }, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64156", - "roomcode": "2907.EG.026", - "usage": 131 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64157", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64156, + "usage_id": 131 + }, + "2907.EG.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "027, B\u00fcro", "arch_name": "027@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64157", - "roomcode": "2907.EG.027", - "usage": 12 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64140", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39902, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64157, + "usage_id": 12 + }, + "2907.EG.099C": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "099C, Flur", "arch_name": "099C@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64140", - "roomcode": "2907.EG.099C", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, EG", - "address_link": "ris.einzelraum?raumkey=64143", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64140, + "usage_id": 222 + }, + "2907.EG.099F": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "099F, Flur", "arch_name": "099F@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64143", - "roomcode": "2907.EG.099F", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65141", + "area_id": 29, + "building_id": 1485, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64143, + "usage_id": 222 + }, + "2907.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U01, Historisches Archiv", "arch_name": "U01@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=46797", - "operator": "[ TUPRARC ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65141", - "roomcode": "2907.U1.001", - "usage": 2 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65142", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 46797, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65141, + "usage_id": 2 + }, + "2907.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U02, Lager", "arch_name": "U02@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39902", - "operator": "[ TUPECDT ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65142", - "roomcode": "2907.U1.002", - "usage": 30 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65143", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39902, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65142, + "usage_id": 30 + }, + "2907.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U03, Technik", "arch_name": "U03@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65143", - "roomcode": "2907.U1.003", - "usage": 160 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65144", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65143, + "usage_id": 160 + }, + "2907.U1.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U20, Flur", "arch_name": "U20@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65144", - "roomcode": "2907.U1.020", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65175", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65144, + "usage_id": 222 + }, + "2907.U1.021": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U21, Flur", "arch_name": "U21@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65175", - "roomcode": "2907.U1.021", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65176", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65175, + "usage_id": 222 + }, + "2907.U1.022": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U22, Flur", "arch_name": "U22@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65176", - "roomcode": "2907.U1.022", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65139", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65176, + "usage_id": 222 + }, + "2907.U1.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U30, Flur", "arch_name": "U30@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65139", - "roomcode": "2907.U1.030", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65138", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65139, + "usage_id": 222 + }, + "2907.U1.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U31, Flur", "arch_name": "U31@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65138", - "roomcode": "2907.U1.031", - "usage": 222 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65178", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65138, + "usage_id": 222 + }, + "2907.U1.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U32, Treppenhaus", "arch_name": "U32@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65178", - "roomcode": "2907.U1.032", - "usage": 223 - }, - { - "address": "Marsstr. 20-22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65177", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65178, + "usage_id": 223 + }, + "2907.U1.050": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "alt_name": "U50, Technik UG", "arch_name": "U50@2907", - "b_area_id": 29, - "b_filter_id": 1485, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65177", - "roomcode": "2907.U1.050", - "usage": 120 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66230", + "area_id": 29, + "building_id": 1485, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65177, + "usage_id": 120 + }, + "2908.05.501": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "501, B\u00fcro", "arch_name": "501@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=29612&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66230", - "roomcode": "2908.05.501", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66232", + "area_id": 29, + "building_id": 1810, + "calendar_resource_nr": 29612, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66230, + "usage_id": 12 + }, + "2908.05.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "502, B\u00fcro", "arch_name": "502@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66232", - "roomcode": "2908.05.502", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66233", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66232, + "usage_id": 12 + }, + "2908.05.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "503, B\u00fcro", "arch_name": "503@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66233", - "roomcode": "2908.05.503", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66234", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66233, + "usage_id": 12 + }, + "2908.05.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "504, B\u00fcro", "arch_name": "504@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66234", - "roomcode": "2908.05.504", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66235", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66234, + "usage_id": 12 + }, + "2908.05.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "505, B\u00fcro", "arch_name": "505@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66235", - "roomcode": "2908.05.505", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66236", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66235, + "usage_id": 12 + }, + "2908.05.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "506, B\u00fcro", "arch_name": "506@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66236", - "roomcode": "2908.05.506", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66237", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66236, + "usage_id": 12 + }, + "2908.05.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "507, B\u00fcro", "arch_name": "507@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66237", - "roomcode": "2908.05.507", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66238", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66237, + "usage_id": 12 + }, + "2908.05.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "508, B\u00fcro", "arch_name": "508@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66238", - "roomcode": "2908.05.508", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66239", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66238, + "usage_id": 12 + }, + "2908.05.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "509, B\u00fcro", "arch_name": "509@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66239", - "roomcode": "2908.05.509", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66240", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66239, + "usage_id": 12 + }, + "2908.05.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "510, B\u00fcro", "arch_name": "510@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66240", - "roomcode": "2908.05.510", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66241", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66240, + "usage_id": 12 + }, + "2908.05.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "511, B\u00fcro", "arch_name": "511@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66241", - "roomcode": "2908.05.511", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66242", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66241, + "usage_id": 12 + }, + "2908.05.512": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "512, B\u00fcro", "arch_name": "512@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66242", - "roomcode": "2908.05.512", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66243", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66242, + "usage_id": 12 + }, + "2908.05.513": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "513, B\u00fcro", "arch_name": "513@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66243", - "roomcode": "2908.05.513", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66244", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66243, + "usage_id": 12 + }, + "2908.05.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "514, B\u00fcro", "arch_name": "514@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66244", - "roomcode": "2908.05.514", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66245", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66244, + "usage_id": 12 + }, + "2908.05.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "515, B\u00fcro", "arch_name": "515@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66245", - "roomcode": "2908.05.515", - "usage": 12 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66246", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66245, + "usage_id": 12 + }, + "2908.05.570": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "570, Eingangsflur", "arch_name": "570@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66246", - "roomcode": "2908.05.570", - "usage": 222 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66247", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66246, + "usage_id": 222 + }, + "2908.05.571": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "571, Flur", "arch_name": "571@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66247", - "roomcode": "2908.05.571", - "usage": 222 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66248", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66247, + "usage_id": 222 + }, + "2908.05.572": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "572, Flur", "arch_name": "572@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66248", - "roomcode": "2908.05.572", - "usage": 222 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66250", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66248, + "usage_id": 222 + }, + "2908.05.572A": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "572A, Teek\u00fcche", "arch_name": "572A@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66250", - "roomcode": "2908.05.572A", - "usage": 198 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66251", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66250, + "usage_id": 198 + }, + "2908.05.573": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "573, Putzkammer", "arch_name": "573@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66251", - "roomcode": "2908.05.573", - "usage": 205 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66252", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66251, + "usage_id": 205 + }, + "2908.05.574": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "574, WC-Damen", "arch_name": "574@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66252", - "roomcode": "2908.05.574", - "usage": 116 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66253", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66252, + "usage_id": 116 + }, + "2908.05.575": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "575, WC-Herren", "arch_name": "575@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66253", - "roomcode": "2908.05.575", - "usage": 115 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66249", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66253, + "usage_id": 115 + }, + "2908.05.576": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "576, Flur", "arch_name": "576@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66249", - "roomcode": "2908.05.576", - "usage": 222 - }, - { - "address": "Marsstra\u00dfe 40, 5.OG", - "address_link": "ris.einzelraum?raumkey=66254", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66249, + "usage_id": 222 + }, + "2908.05.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "alt_name": "580, Konstruktionsfl\u00e4che zur BGF", "arch_name": "580@2908", - "b_area_id": 29, - "b_filter_id": 1810, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "80335 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66254", - "roomcode": "2908.05.580", - "usage": 222 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68435", + "area_id": 29, + "building_id": 1810, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66254, + "usage_id": 222 + }, + "2909.05.520": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "520, Putzraum", "arch_name": "520@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68435", - "roomcode": "2909.05.520", - "usage": 205 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68455", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68435, + "usage_id": 205 + }, + "2909.05.521": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "521, B\u00fcro", "arch_name": "521@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68455", - "roomcode": "2909.05.521", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68432", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68455, + "usage_id": 12 + }, + "2909.05.522": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "522, B\u00fcro", "arch_name": "522@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68432", - "roomcode": "2909.05.522", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68433", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68432, + "usage_id": 12 + }, + "2909.05.523": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "523, B\u00fcro", "arch_name": "523@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68433", - "roomcode": "2909.05.523", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68456", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68433, + "usage_id": 12 + }, + "2909.05.524": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "524, B\u00fcro", "arch_name": "524@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68456", - "roomcode": "2909.05.524", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68457", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68456, + "usage_id": 12 + }, + "2909.05.526": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "526, B\u00fcro", "arch_name": "526@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68457", - "roomcode": "2909.05.526", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68458", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68457, + "usage_id": 12 + }, + "2909.05.527": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "527, B\u00fcro", "arch_name": "527@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68458", - "roomcode": "2909.05.527", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68459", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68458, + "usage_id": 12 + }, + "2909.05.528": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "528, B\u00fcro", "arch_name": "528@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68459", - "roomcode": "2909.05.528", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68460", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68459, + "usage_id": 12 + }, + "2909.05.529": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "529, B\u00fcro", "arch_name": "529@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68460", - "roomcode": "2909.05.529", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68461", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68460, + "usage_id": 12 + }, + "2909.05.530": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "530, B\u00fcro", "arch_name": "530@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68461", - "roomcode": "2909.05.530", - "usage": 12 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68470", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68461, + "usage_id": 12 + }, + "2909.05.531": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "531, WC-Herren", "arch_name": "531@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68470", - "roomcode": "2909.05.531", - "usage": 115 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68471", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68470, + "usage_id": 115 + }, + "2909.05.531B": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "531B, WC-Vorraum Herren", "arch_name": "531B@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68471", - "roomcode": "2909.05.531B", - "usage": 118 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68462", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68471, + "usage_id": 118 + }, + "2909.05.532": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "531, WC-Damen", "arch_name": "531@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68462", - "roomcode": "2909.05.532", - "usage": 116 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68472", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68462, + "usage_id": 116 + }, + "2909.05.532A": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "532A, WC-Vorraum Damen", "arch_name": "532A@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68472", - "roomcode": "2909.05.532A", - "usage": 118 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68437", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68472, + "usage_id": 118 + }, + "2909.05.580": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "580, Konstruktionsfl\u00e4che zur BGF", "arch_name": "580@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68437", - "roomcode": "2909.05.580", - "usage": 222 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68436", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68437, + "usage_id": 222 + }, + "2909.05.581": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "581, Flur", "arch_name": "581@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68436", - "roomcode": "2909.05.581", - "usage": 222 - }, - { - "address": "Denisstr. 1B, 5.OG", - "address_link": "ris.einzelraum?raumkey=68434", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68436, + "usage_id": 222 + }, + "2909.05.582": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "alt_name": "582, Flur", "arch_name": "582@2909", - "b_area_id": 29, - "b_filter_id": 2209, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68434", - "roomcode": "2909.05.582", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66741", + "area_id": 29, + "building_id": 2209, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68434, + "usage_id": 222 + }, + "2910.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.101, Gruppenarbeitsraum", "arch_name": "H.101@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28018&cReadonly=J", - "extended": { - "additional_description": "H.101, Gruppenarbeitsraum", - "address": "Richard-Wagner-Str. 1(2910), 1.Obergescho\u00df", - "architect_room_nr": "H.101@2910", - "area_m2": 158.88, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 73, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66741", - "roomcode": "2910.01.101", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66742", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28018, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 73, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66741, + "usage_id": 131 + }, + "2910.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.102, Gruppenarbeitsraum", "arch_name": "H.102@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28019&cReadonly=J", - "extended": { - "additional_description": "H.102, Gruppenarbeitsraum", - "address": "Richard-Wagner-Str. 1(2910), 1.Obergescho\u00df", - "architect_room_nr": "H.102@2910", - "area_m2": 110.9, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "102", - "seats": 61, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66742", - "roomcode": "2910.01.102", - "usage": 131 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66743", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28019, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 61, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66742, + "usage_id": 131 + }, + "2910.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.103, CIP-Raum", "arch_name": "H.103@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28021&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66743", - "roomcode": "2910.01.103", - "usage": 213 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66731", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28021, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 34, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66743, + "usage_id": 213 + }, + "2910.01.130": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.130, Flur Treppenhaus N-O", "arch_name": "H.130@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66731", - "roomcode": "2910.01.130", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66732", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66731, + "usage_id": 222 + }, + "2910.01.130A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.130A, Aufz\u00fcge N-O", "arch_name": "H.130A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66732", - "roomcode": "2910.01.130A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66735", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66732, + "usage_id": 4 + }, + "2910.01.131": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.131, Elektro", "arch_name": "H.131@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66735", - "roomcode": "2910.01.131", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66736", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66735, + "usage_id": 160 + }, + "2910.01.132": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.132, WC-Damen", "arch_name": "H.132@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66736", - "roomcode": "2910.01.132", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66733", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66736, + "usage_id": 116 + }, + "2910.01.133": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.133, Treppenhaus N-O", "arch_name": "H.133@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66733", - "roomcode": "2910.01.133", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66745", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66733, + "usage_id": 223 + }, + "2910.01.140": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.140, Flur Treppenhaus S-W", "arch_name": "H.140@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66745", - "roomcode": "2910.01.140", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66747", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66745, + "usage_id": 222 + }, + "2910.01.140A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.140A, Aufzug S-W", "arch_name": "H.140A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66747", - "roomcode": "2910.01.140A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66748", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66747, + "usage_id": 4 + }, + "2910.01.140B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.140B, Putzraum", "arch_name": "H.140B@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66748", - "roomcode": "2910.01.140B", - "usage": 205 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66749", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66748, + "usage_id": 205 + }, + "2910.01.141": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.141, WC-Herren", "arch_name": "H.141@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66749", - "roomcode": "2910.01.141", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66751", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66749, + "usage_id": 115 + }, + "2910.01.142": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.142, Teek\u00fcche", "arch_name": "H.142@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66751", - "roomcode": "2910.01.142", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66750", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66751, + "usage_id": 198 + }, + "2910.01.142A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.142A, Elektro", "arch_name": "H.142A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66750", - "roomcode": "2910.01.142A", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66746", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66750, + "usage_id": 160 + }, + "2910.01.143": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.143, Treppenhaus S-W", "arch_name": "H.143@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66746", - "roomcode": "2910.01.143", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74065", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66746, + "usage_id": 223 + }, + "2910.01.158": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.158, Seminarraum", "arch_name": "B.158@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=32632&cReadonly=J", - "extended": { - "additional_description": "B.158, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), 1.Obergescho\u00df", - "architect_room_nr": "B.158@2910", - "area_m2": 99.92, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "158", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74065", - "roomcode": "2910.01.158", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74067", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 32632, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 52498, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74065, + "usage_id": 41 + }, + "2910.01.160": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.160, Seminarraum", "arch_name": "B.160@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=32633&cReadonly=J", - "extended": { - "additional_description": "B.160, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), 1.Obergescho\u00df", - "architect_room_nr": "B.160@2910", - "area_m2": 43.92, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "160", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74067", - "roomcode": "2910.01.160", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74068", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 32633, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 52498, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74067, + "usage_id": 41 + }, + "2910.01.162": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.162, Seminarraum", "arch_name": "B.162@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=32634&cReadonly=J", - "extended": { - "additional_description": "B.162, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), 1.Obergescho\u00df", - "architect_room_nr": "B.162@2910", - "area_m2": 40.43, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "162", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74068", - "roomcode": "2910.01.162", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66730", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 32634, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 52498, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74068, + "usage_id": 41 + }, + "2910.01.170": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.170, Durchgang zu Haus B", "arch_name": "H.170@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66730", - "roomcode": "2910.01.170", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66729", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66730, + "usage_id": 222 + }, + "2910.01.170A": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66729", - "roomcode": "2910.01.170A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66740", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66729, + "usage_id": 222 + }, + "2910.01.172": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.172, Flur", "arch_name": "H.172@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66740", - "roomcode": "2910.01.172", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66744", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66740, + "usage_id": 222 + }, + "2910.01.173": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.173, Flur", "arch_name": "H.173@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66744", - "roomcode": "2910.01.173", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66753", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66744, + "usage_id": 222 + }, + "2910.01.190": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.190, Fluchtbalkon (Reinig)", "arch_name": "H.190@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66753", - "roomcode": "2910.01.190", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66752", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66753, + "usage_id": 48 + }, + "2910.01.192": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.192, Fluchtbalkon (Reinig)", "arch_name": "H.192@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66752", - "roomcode": "2910.01.192", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66771", + "area_id": 29, + "building_id": 1929, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66752, + "usage_id": 48 + }, + "2910.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.201, Besprechungsraum", "arch_name": "H.201@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66771", - "roomcode": "2910.02.201", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66770", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66771, + "usage_id": 196 + }, + "2910.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.202, Seminarraum", "arch_name": "H.202@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28015&cReadonly=J", - "extended": { - "additional_description": "H.202, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), 2.Obergescho\u00df", - "architect_room_nr": "H.202@2910", - "area_m2": 64.33, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 27, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66770", - "roomcode": "2910.02.202", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66772", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28015, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 27, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66770, + "usage_id": 41 + }, + "2910.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.203, Besprechungsraum", "arch_name": "H.203@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66772", - "roomcode": "2910.02.203", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66776", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66772, + "usage_id": 196 + }, + "2910.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.204, Seminarraum", "arch_name": "H.204@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28016&cReadonly=J", - "extended": { - "additional_description": "H.204, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), 2.Obergescho\u00df", - "architect_room_nr": "H.204@2910", - "area_m2": 77.53, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "204", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66776", - "roomcode": "2910.02.204", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66773", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28016, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66776, + "usage_id": 41 + }, + "2910.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.205, Besprechungsraum", "arch_name": "H.205@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66773", - "roomcode": "2910.02.205", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66777", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66773, + "usage_id": 196 + }, + "2910.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.206, Seminarraum", "arch_name": "H.206@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28017&cReadonly=J", - "extended": { - "additional_description": "H.206, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), 2.Obergescho\u00df", - "architect_room_nr": "H.206@2910", - "area_m2": 64.58, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "206", - "seats": 27, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66777", - "roomcode": "2910.02.206", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66774", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28017, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 27, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66777, + "usage_id": 41 + }, + "2910.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.207, Besprechungsraum", "arch_name": "H.207@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66774", - "roomcode": "2910.02.207", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66775", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66774, + "usage_id": 196 + }, + "2910.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.209, Besprechungsraum", "arch_name": "H.209@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66775", - "roomcode": "2910.02.209", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66754", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66775, + "usage_id": 196 + }, + "2910.02.230": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.230, Flur Treppenhaus N-O", "arch_name": "H.230@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66754", - "roomcode": "2910.02.230", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66761", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66754, + "usage_id": 222 + }, + "2910.02.230A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.230A, Aufz\u00fcge N-O", "arch_name": "H.230A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66761", - "roomcode": "2910.02.230A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66763", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66761, + "usage_id": 4 + }, + "2910.02.231": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.231, Elektro", "arch_name": "H.231@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66763", - "roomcode": "2910.02.231", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66764", - "alt_name": "H.232, WC-Damen", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66763, + "usage_id": 160 + }, + "2910.02.232": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, + "alt_name": "H.232, WC-Damen", "arch_name": "H.232@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66764", - "roomcode": "2910.02.232", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66756", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66764, + "usage_id": 116 + }, + "2910.02.233": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.233, Treppenhaus N-O", "arch_name": "H.233@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66756", - "roomcode": "2910.02.233", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66759", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66756, + "usage_id": 223 + }, + "2910.02.240": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.240, Flur Treppenhaus SW", "arch_name": "H.240@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66759", - "roomcode": "2910.02.240", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66762", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66759, + "usage_id": 222 + }, + "2910.02.240A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.240A, Aufzug S-W", "arch_name": "H.240A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66762", - "roomcode": "2910.02.240A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66769", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66762, + "usage_id": 4 + }, + "2910.02.240B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.240B, Putzraum", "arch_name": "H.240B@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66769", - "roomcode": "2910.02.240B", - "usage": 205 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66765", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66769, + "usage_id": 205 + }, + "2910.02.241": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.241, WC-Herren", "arch_name": "H.241@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66765", - "roomcode": "2910.02.241", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66767", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66765, + "usage_id": 115 + }, + "2910.02.242": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.242, Teek\u00fcche", "arch_name": "H.242@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66767", - "roomcode": "2910.02.242", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66768", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66767, + "usage_id": 198 + }, + "2910.02.242A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.242A, Elektro", "arch_name": "H.242A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66768", - "roomcode": "2910.02.242A", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66760", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66768, + "usage_id": 160 + }, + "2910.02.243": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.243, Treppenhaus S-W", "arch_name": "H.243@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66760", - "roomcode": "2910.02.243", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66780", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66760, + "usage_id": 223 + }, + "2910.02.251": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.251, B\u00fcro", "arch_name": "B.251@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66780", - "roomcode": "2910.02.251", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66781", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66780, + "usage_id": 12 + }, + "2910.02.252": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.252, B\u00fcro", "arch_name": "B.252@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66781", - "roomcode": "2910.02.252", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66782", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66781, + "usage_id": 12 + }, + "2910.02.253": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.253, B\u00fcro", "arch_name": "B.253@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66782", - "roomcode": "2910.02.253", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66783", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66782, + "usage_id": 12 + }, + "2910.02.254": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.254, B\u00fcro", "arch_name": "B.254@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66783", - "roomcode": "2910.02.254", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66784", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66783, + "usage_id": 12 + }, + "2910.02.255": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.255, B\u00fcro", "arch_name": "B.255@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66784", - "roomcode": "2910.02.255", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66785", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66784, + "usage_id": 12 + }, + "2910.02.256": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.256, B\u00fcro", "arch_name": "B.256@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66785", - "roomcode": "2910.02.256", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66786", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66785, + "usage_id": 12 + }, + "2910.02.257": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.257, Lager/Kopierer", "arch_name": "B.257@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66786", - "roomcode": "2910.02.257", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66787", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66786, + "usage_id": 30 + }, + "2910.02.258": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.258, B\u00fcro", "arch_name": "B.258@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66787", - "roomcode": "2910.02.258", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66791", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66787, + "usage_id": 12 + }, + "2910.02.259": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.259, B\u00fcro", "arch_name": "B.259@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66791", - "roomcode": "2910.02.259", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66792", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66791, + "usage_id": 12 + }, + "2910.02.260": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.260, B\u00fcro", "arch_name": "B.260@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66792", - "roomcode": "2910.02.260", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66793", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66792, + "usage_id": 12 + }, + "2910.02.261": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.261, B\u00fcro", "arch_name": "B.261@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66793", - "roomcode": "2910.02.261", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66794", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66793, + "usage_id": 12 + }, + "2910.02.262": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.262, Besprechungsraum", "arch_name": "B.262@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28434&cReadonly=J", - "list_index": "78", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66794", - "roomcode": "2910.02.262", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66795", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28434, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66794, + "usage_id": 196 + }, + "2910.02.263": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.263, B\u00fcro", "arch_name": "B.263@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66795", - "roomcode": "2910.02.263", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66796", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66795, + "usage_id": 12 + }, + "2910.02.264": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.264, B\u00fcro", "arch_name": "B.264@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66796", - "roomcode": "2910.02.264", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66797", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66796, + "usage_id": 12 + }, + "2910.02.265": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.265, B\u00fcro", "arch_name": "B.265@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66797", - "roomcode": "2910.02.265", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66798", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66797, + "usage_id": 12 + }, + "2910.02.266": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.266, Teek\u00fcche", "arch_name": "B.266@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66798", - "roomcode": "2910.02.266", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66799", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66798, + "usage_id": 198 + }, + "2910.02.267": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.267, B\u00fcro", "arch_name": "B.267@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66799", - "roomcode": "2910.02.267", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66800", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66799, + "usage_id": 12 + }, + "2910.02.268": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.268, Technik", "arch_name": "B.268@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66800", - "roomcode": "2910.02.268", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66801", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66800, + "usage_id": 160 + }, + "2910.02.269": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.269, WC-Damen", "arch_name": "B.269@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66801", - "roomcode": "2910.02.269", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66755", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66801, + "usage_id": 116 + }, + "2910.02.270": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.270, Durchgang zu Haus B", "arch_name": "H.270@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66755", - "roomcode": "2910.02.270", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66802", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66755, + "usage_id": 222 + }, + "2910.02.270B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.270, WC-Herren", "arch_name": "B.270@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66802", - "roomcode": "2910.02.270B", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66757", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66802, + "usage_id": 115 + }, + "2910.02.272": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.272, Flur", "arch_name": "H.272@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66757", - "roomcode": "2910.02.272", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66758", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66757, + "usage_id": 222 + }, + "2910.02.273": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.273, Flur", "arch_name": "H.273@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66758", - "roomcode": "2910.02.273", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66778", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66758, + "usage_id": 222 + }, + "2910.02.290": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.290, Fluchtbalkon (Reinig)", "arch_name": "H.290@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66778", - "roomcode": "2910.02.290", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=66779", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66778, + "usage_id": 48 + }, + "2910.02.292": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.292, Fluchtbalkon (Reinig)", "arch_name": "H.292@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66779", - "roomcode": "2910.02.292", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66803", + "area_id": 29, + "building_id": 1929, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66779, + "usage_id": 48 + }, + "2910.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.301, B\u00fcro", "arch_name": "H.301@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66803", - "roomcode": "2910.03.301", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66804", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66803, + "usage_id": 12 + }, + "2910.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.302, B\u00fcro", "arch_name": "H.302@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66804", - "roomcode": "2910.03.302", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66805", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66804, + "usage_id": 12 + }, + "2910.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.303, B\u00fcro", "arch_name": "H.303@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66805", - "roomcode": "2910.03.303", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66806", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66805, + "usage_id": 12 + }, + "2910.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.304, B\u00fcro", "arch_name": "H.304@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66806", - "roomcode": "2910.03.304", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66807", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66806, + "usage_id": 12 + }, + "2910.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.305, B\u00fcro", "arch_name": "H.305@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=30812&cReadonly=J", - "list_index": "96", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66807", - "roomcode": "2910.03.305", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66808", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 30812, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66807, + "usage_id": 12 + }, + "2910.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.306, B\u00fcro", "arch_name": "H.306@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66808", - "roomcode": "2910.03.306", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66809", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66808, + "usage_id": 12 + }, + "2910.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.307, B\u00fcro", "arch_name": "H.307@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66809", - "roomcode": "2910.03.307", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66810", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66809, + "usage_id": 12 + }, + "2910.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.308, B\u00fcro", "arch_name": "H.308@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66810", - "roomcode": "2910.03.308", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66811", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66810, + "usage_id": 12 + }, + "2910.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.309, B\u00fcro", "arch_name": "H.309@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66811", - "roomcode": "2910.03.309", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66812", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66811, + "usage_id": 12 + }, + "2910.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.310, B\u00fcro", "arch_name": "H.310@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28412&cReadonly=J", - "list_index": "101", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66812", - "roomcode": "2910.03.310", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66813", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28412, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66812, + "usage_id": 12 + }, + "2910.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.311, B\u00fcro", "arch_name": "H.311@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66813", - "roomcode": "2910.03.311", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66814", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66813, + "usage_id": 12 + }, + "2910.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.312, B\u00fcro", "arch_name": "H.312@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66814", - "roomcode": "2910.03.312", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66815", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66814, + "usage_id": 12 + }, + "2910.03.313": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.313, B\u00fcro", "arch_name": "H.313@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66815", - "roomcode": "2910.03.313", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66816", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66815, + "usage_id": 12 + }, + "2910.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.314, B\u00fcro", "arch_name": "H.314@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66816", - "roomcode": "2910.03.314", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66817", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66816, + "usage_id": 12 + }, + "2910.03.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.315, B\u00fcro", "arch_name": "H.315@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66817", - "roomcode": "2910.03.315", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66818", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66817, + "usage_id": 12 + }, + "2910.03.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.316, B\u00fcro", "arch_name": "H.316@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66818", - "roomcode": "2910.03.316", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66819", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66818, + "usage_id": 12 + }, + "2910.03.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.317, B\u00fcro", "arch_name": "H.317@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66819", - "roomcode": "2910.03.317", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66820", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66819, + "usage_id": 12 + }, + "2910.03.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.318, Lager/Kopierer", "arch_name": "H.318@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66820", - "roomcode": "2910.03.318", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66821", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66820, + "usage_id": 30 + }, + "2910.03.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.319, B\u00fcro", "arch_name": "H.319@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66821", - "roomcode": "2910.03.319", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66822", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66821, + "usage_id": 12 + }, + "2910.03.320": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.320, B\u00fcro", "arch_name": "H.320@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=32072&cReadonly=J", - "list_index": "111", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66822", - "roomcode": "2910.03.320", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66823", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 32072, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66822, + "usage_id": 12 + }, + "2910.03.321": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.321, B\u00fcro", "arch_name": "H.321@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66823", - "roomcode": "2910.03.321", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66842", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66823, + "usage_id": 12 + }, + "2910.03.330": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.330, Flur 'Treppenhaus N-O", "arch_name": "H.330@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66842", - "roomcode": "2910.03.330", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66846", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66842, + "usage_id": 222 + }, + "2910.03.330A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.330A, Aufz\u00fcge N-O", "arch_name": "H.330A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66846", - "roomcode": "2910.03.330A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66844", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66846, + "usage_id": 4 + }, + "2910.03.331": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.331, Elektro", "arch_name": "H.331@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66844", - "roomcode": "2910.03.331", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66845", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66844, + "usage_id": 160 + }, + "2910.03.332": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.332, WC-Damen", "arch_name": "H.332@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66845", - "roomcode": "2910.03.332", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66843", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66845, + "usage_id": 116 + }, + "2910.03.333": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.333, Treppenhaus N-O", "arch_name": "H.333@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66843", - "roomcode": "2910.03.333", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66847", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66843, + "usage_id": 223 + }, + "2910.03.340": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.340, Flur 'Treppenhaus S-W", "arch_name": "H.340@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66847", - "roomcode": "2910.03.340", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66848", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66847, + "usage_id": 222 + }, + "2910.03.340A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.340A, Aufz\u00fcge S-W", "arch_name": "H.340A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66848", - "roomcode": "2910.03.340A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66853", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66848, + "usage_id": 4 + }, + "2910.03.340B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.340B, Putzraum", "arch_name": "H.340B@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66853", - "roomcode": "2910.03.340B", - "usage": 205 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66850", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66853, + "usage_id": 205 + }, + "2910.03.341": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.341, WC-Herren", "arch_name": "H.341@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66850", - "roomcode": "2910.03.341", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66851", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66850, + "usage_id": 115 + }, + "2910.03.342": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.342, Teek\u00fcche", "arch_name": "H.342@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66851", - "roomcode": "2910.03.342", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66852", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66851, + "usage_id": 198 + }, + "2910.03.342A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.342A, Elektro", "arch_name": "H.342A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66852", - "roomcode": "2910.03.342A", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66849", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66852, + "usage_id": 160 + }, + "2910.03.343": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.343, Treppenhaus S-W", "arch_name": "H.343@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66849", - "roomcode": "2910.03.343", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66826", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66849, + "usage_id": 223 + }, + "2910.03.351": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.351, B\u00fcro", "arch_name": "B.351@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=32492&cReadonly=J", - "list_index": "125", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66826", - "roomcode": "2910.03.351", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66827", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 32492, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66826, + "usage_id": 12 + }, + "2910.03.352": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.352, Besprechungsraum", "arch_name": "B.352@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28413&cReadonly=J", - "list_index": "126", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66827", - "roomcode": "2910.03.352", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66828", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28413, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66827, + "usage_id": 196 + }, + "2910.03.353": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.353, B\u00fcro", "arch_name": "B.353@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66828", - "roomcode": "2910.03.353", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66829", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66828, + "usage_id": 12 + }, + "2910.03.354": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.354, B\u00fcro", "arch_name": "B.354@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66829", - "roomcode": "2910.03.354", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66830", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66829, + "usage_id": 12 + }, + "2910.03.355": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.355, Lager/Kopierer", "arch_name": "B.355@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66830", - "roomcode": "2910.03.355", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66831", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66830, + "usage_id": 30 + }, + "2910.03.356": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.356, B\u00fcro", "arch_name": "B.356@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66831", - "roomcode": "2910.03.356", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66832", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66831, + "usage_id": 12 + }, + "2910.03.357": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.357, B\u00fcro", "arch_name": "B.357@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66832", - "roomcode": "2910.03.357", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66833", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66832, + "usage_id": 12 + }, + "2910.03.358": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.358, B\u00fcro", "arch_name": "B.358@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66833", - "roomcode": "2910.03.358", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66834", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66833, + "usage_id": 12 + }, + "2910.03.359": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.359, B\u00fcro", "arch_name": "B.359@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66834", - "roomcode": "2910.03.359", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66835", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66834, + "usage_id": 12 + }, + "2910.03.360": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.360, B\u00fcro", "arch_name": "B.360@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66835", - "roomcode": "2910.03.360", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66836", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66835, + "usage_id": 12 + }, + "2910.03.361": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.361, B\u00fcro", "arch_name": "B.361@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66836", - "roomcode": "2910.03.361", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66837", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66836, + "usage_id": 12 + }, + "2910.03.362": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.362, B\u00fcro", "arch_name": "B.362@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66837", - "roomcode": "2910.03.362", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66838", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66837, + "usage_id": 12 + }, + "2910.03.363": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.363, B\u00fcro", "arch_name": "B.363@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66838", - "roomcode": "2910.03.363", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66839", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66838, + "usage_id": 12 + }, + "2910.03.364": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.364, Teek\u00fcche", "arch_name": "B.364@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66839", - "roomcode": "2910.03.364", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66840", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66839, + "usage_id": 198 + }, + "2910.03.365": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.365, B\u00fcro", "arch_name": "B.365@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66840", - "roomcode": "2910.03.365", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66864", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66840, + "usage_id": 12 + }, + "2910.03.367": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.367, Elektro", "arch_name": "B.367@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66864", - "roomcode": "2910.03.367", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66865", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66864, + "usage_id": 160 + }, + "2910.03.368": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.368, WC-Damen", "arch_name": "B.368@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66865", - "roomcode": "2910.03.368", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66866", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66865, + "usage_id": 116 + }, + "2910.03.369": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.369, WC-Herren", "arch_name": "B.369@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66866", - "roomcode": "2910.03.369", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66824", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66866, + "usage_id": 115 + }, + "2910.03.370": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.370, Durchgang zu Haus B", "arch_name": "H.370@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66824", - "roomcode": "2910.03.370", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66825", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66824, + "usage_id": 222 + }, + "2910.03.372": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.372, Flur", "arch_name": "H.372@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66825", - "roomcode": "2910.03.372", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66841", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66825, + "usage_id": 222 + }, + "2910.03.373": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.373, Flur", "arch_name": "H.373@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66841", - "roomcode": "2910.03.373", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66861", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66841, + "usage_id": 222 + }, + "2910.03.380": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.380, Flur", "arch_name": "B.380@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66861", - "roomcode": "2910.03.380", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66862", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66861, + "usage_id": 222 + }, + "2910.03.381": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.381, Flur", "arch_name": "B.381@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66862", - "roomcode": "2910.03.381", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66855", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66862, + "usage_id": 222 + }, + "2910.03.390": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.390, Fluchtbalkon (Reinig)", "arch_name": "H.390@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66855", - "roomcode": "2910.03.390", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=66854", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66855, + "usage_id": 48 + }, + "2910.03.392": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.392, Fluchtbalkon (Reinig)", "arch_name": "H.392@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66854", - "roomcode": "2910.03.392", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66867", + "area_id": 29, + "building_id": 1929, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66854, + "usage_id": 48 + }, + "2910.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.401, Empfangsbereich", "arch_name": "H.401@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66867", - "roomcode": "2910.04.401", - "usage": 44 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66868", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66867, + "usage_id": 44 + }, + "2910.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.402, B\u00fcro", "arch_name": "H.402@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66868", - "roomcode": "2910.04.402", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66878", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66868, + "usage_id": 12 + }, + "2910.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.403, B\u00fcro", "arch_name": "H.403@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66878", - "roomcode": "2910.04.403", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66879", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66878, + "usage_id": 12 + }, + "2910.04.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.404, B\u00fcro", "arch_name": "H.404@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66879", - "roomcode": "2910.04.404", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66880", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66879, + "usage_id": 12 + }, + "2910.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.405, B\u00fcro", "arch_name": "H.405@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66880", - "roomcode": "2910.04.405", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66881", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66880, + "usage_id": 12 + }, + "2910.04.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.406, B\u00fcro", "arch_name": "H.406@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66881", - "roomcode": "2910.04.406", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66882", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66881, + "usage_id": 12 + }, + "2910.04.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.407, B\u00fcro", "arch_name": "H.407@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66882", - "roomcode": "2910.04.407", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66883", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66882, + "usage_id": 12 + }, + "2910.04.408": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.408, Lager/Kopierer", "arch_name": "H.408@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66883", - "roomcode": "2910.04.408", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66884", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66883, + "usage_id": 30 + }, + "2910.04.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.409, B\u00fcro", "arch_name": "H.409@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66884", - "roomcode": "2910.04.409", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66885", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66884, + "usage_id": 12 + }, + "2910.04.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.410, B\u00fcro", "arch_name": "H.410@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66885", - "roomcode": "2910.04.410", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66888", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66885, + "usage_id": 12 + }, + "2910.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.411, B\u00fcro", "arch_name": "H.411@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66888", - "roomcode": "2910.04.411", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66889", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66888, + "usage_id": 12 + }, + "2910.04.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.412, B\u00fcro", "arch_name": "H.412@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66889", - "roomcode": "2910.04.412", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66890", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66889, + "usage_id": 12 + }, + "2910.04.413": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.413, B\u00fcro", "arch_name": "H.413@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66890", - "roomcode": "2910.04.413", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66891", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66890, + "usage_id": 12 + }, + "2910.04.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.414, Besprechungsraum", "arch_name": "H.414@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=31992&cReadonly=J", - "list_index": "163", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66891", - "roomcode": "2910.04.414", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66892", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 31992, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66891, + "usage_id": 196 + }, + "2910.04.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.415, B\u00fcro", "arch_name": "H.415@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66892", - "roomcode": "2910.04.415", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66893", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66892, + "usage_id": 12 + }, + "2910.04.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.416, B\u00fcro", "arch_name": "H.416@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66893", - "roomcode": "2910.04.416", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66894", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66893, + "usage_id": 12 + }, + "2910.04.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.417, B\u00fcro", "arch_name": "H.417@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66894", - "roomcode": "2910.04.417", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66895", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66894, + "usage_id": 12 + }, + "2910.04.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.418, Teek\u00fcche", "arch_name": "H.418@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66895", - "roomcode": "2910.04.418", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66869", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66895, + "usage_id": 198 + }, + "2910.04.430": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.402, Flur Treppenhaus N-O", "arch_name": "H.402@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66869", - "roomcode": "2910.04.430", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66871", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66869, + "usage_id": 222 + }, + "2910.04.430A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.402A, Aufz\u00fcge N-O", "arch_name": "H.402A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66871", - "roomcode": "2910.04.430A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66872", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66871, + "usage_id": 222 + }, + "2910.04.431": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.401, Elektro", "arch_name": "H.401@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66872", - "roomcode": "2910.04.431", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66873", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66872, + "usage_id": 160 + }, + "2910.04.432": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.402, WC-Herren", "arch_name": "H.402@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66873", - "roomcode": "2910.04.432", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66870", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66873, + "usage_id": 115 + }, + "2910.04.433": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.403, Treppenhaus N-O", "arch_name": "H.403@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66870", - "roomcode": "2910.04.433", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66900", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66870, + "usage_id": 223 + }, + "2910.04.440": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.440, Flur Treppenhaus S-W", "arch_name": "H.440@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66900", - "roomcode": "2910.04.440", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66902", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66900, + "usage_id": 222 + }, + "2910.04.440A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.440A, Aufzug S-W", "arch_name": "H.440A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66902", - "roomcode": "2910.04.440A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66904", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66902, + "usage_id": 222 + }, + "2910.04.440B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.440B, Putzraum", "arch_name": "H.440B@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66904", - "roomcode": "2910.04.440B", - "usage": 205 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66903", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Kunststoff", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66904, + "usage_id": 205 + }, + "2910.04.440C": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.440C, Technik", "arch_name": "H.440C@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66903", - "roomcode": "2910.04.440C", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66898", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66903, + "usage_id": 160 + }, + "2910.04.441": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.441, Flur WC", "arch_name": "H.441@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66898", - "roomcode": "2910.04.441", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66899", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66898, + "usage_id": 222 + }, + "2910.04.442": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.442, WC-Damen", "arch_name": "H.442@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66899", - "roomcode": "2910.04.442", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66901", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66899, + "usage_id": 116 + }, + "2910.04.443": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.443, Treppenhaus S-W", "arch_name": "H.443@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66901", - "roomcode": "2910.04.443", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=74030", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66901, + "usage_id": 223 + }, + "2910.04.456": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.456, Besprechungsraum", "arch_name": "B.456@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=32552&cReadonly=J", - "list_index": "180", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74030", - "roomcode": "2910.04.456", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66896", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 32552, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74030, + "usage_id": 196 + }, + "2910.04.472": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.472, Flur", "arch_name": "H.472@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66896", - "roomcode": "2910.04.472", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66897", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66896, + "usage_id": 222 + }, + "2910.04.473": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.473, Flur", "arch_name": "H.473@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66897", - "roomcode": "2910.04.473", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66874", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66897, + "usage_id": 222 + }, + "2910.04.490": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.490, Reinigungsbalkon (Reinig)", "arch_name": "H.490@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66874", - "roomcode": "2910.04.490", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66875", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66874, + "usage_id": 48 + }, + "2910.04.491": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.491, Fluchtbalkon (Reinig)", "arch_name": "H.491@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66875", - "roomcode": "2910.04.491", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66876", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66875, + "usage_id": 48 + }, + "2910.04.492": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66876", - "roomcode": "2910.04.492", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=66877", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66876, + "usage_id": 48 + }, + "2910.04.493": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.493, Fluchtbalkon (Reinig)", "arch_name": "H.493@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66877", - "roomcode": "2910.04.493", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66718", + "area_id": 29, + "building_id": 1929, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66877, + "usage_id": 48 + }, + "2910.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.001, Seminarraum", "arch_name": "H.001@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28012&cReadonly=J", - "extended": { - "additional_description": "H.001, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), Erdgescho\u00df", - "architect_room_nr": "H.001@2910", - "area_m2": 78.67, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "Erdgescho\u00df", - "floor_type": "Stein", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66718", - "roomcode": "2910.EG.001", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66719", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28012, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66718, + "usage_id": 41 + }, + "2910.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.002, Seminarraum", "arch_name": "H.002@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28013&cReadonly=J", - "extended": { - "additional_description": "H.002, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), Erdgescho\u00df", - "architect_room_nr": "H.002@2910", - "area_m2": 79.86, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "Erdgescho\u00df", - "floor_type": "Stein", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66719", - "roomcode": "2910.EG.002", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66720", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28013, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66719, + "usage_id": 41 + }, + "2910.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.003, Seminarraum", "arch_name": "H.003@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28014&cReadonly=J", - "extended": { - "additional_description": "H.003, Seminarraum", - "address": "Richard-Wagner-Str. 1(2910), Erdgescho\u00df", - "architect_room_nr": "H.003@2910", - "area_m2": 79.18, - "building": "2910 RiWa Nr. 1/Haus B + Haus H", - "floor_number": "Erdgescho\u00df", - "floor_type": "Stein", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66720", - "roomcode": "2910.EG.003", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66721", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28014, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66720, + "usage_id": 41 + }, + "2910.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.004, CIP-Raum", "arch_name": "H.004@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": "tvKalender.wSicht?cOrg=52498&cRes=28020&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66721", - "roomcode": "2910.EG.004", - "usage": 213 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66715", + "area_id": 29, + "building_id": 1929, + "calendar_resource_nr": 28020, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": 39, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66721, + "usage_id": 213 + }, + "2910.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.006, Elektro 2", "arch_name": "H.006@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66715", - "roomcode": "2910.EG.006", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66717", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66715, + "usage_id": 160 + }, + "2910.EG.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.007, B\u00fcro", "arch_name": "H.007@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66717", - "roomcode": "2910.EG.007", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66716", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66717, + "usage_id": 12 + }, + "2910.EG.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.008, HLS", "arch_name": "H.008@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66716", - "roomcode": "2910.EG.008", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66709", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66716, + "usage_id": 160 + }, + "2910.EG.030": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.030, Flur Treppenhaus N-O", "arch_name": "H.030@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66709", - "roomcode": "2910.EG.030", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66710", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66709, + "usage_id": 222 + }, + "2910.EG.030A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.030A, Aufz\u00fcge N-O", "arch_name": "H.030A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66710", - "roomcode": "2910.EG.030A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66712", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66710, + "usage_id": 4 + }, + "2910.EG.031": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.031, WC-Herren", "arch_name": "H.031@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66712", - "roomcode": "2910.EG.031", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66713", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66712, + "usage_id": 115 + }, + "2910.EG.032": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.032, Beh.-WC", "arch_name": "H.032@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66713", - "roomcode": "2910.EG.032", - "usage": 117 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66711", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66713, + "usage_id": 117 + }, + "2910.EG.033": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.033, Treppenhaus N-O", "arch_name": "H.033@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66711", - "roomcode": "2910.EG.033", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66723", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66711, + "usage_id": 223 + }, + "2910.EG.040": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.040, Flur Treppenhaus S-W", "arch_name": "H.040@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66723", - "roomcode": "2910.EG.040", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66725", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66723, + "usage_id": 222 + }, + "2910.EG.040A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.040A, Aufzug S-W", "arch_name": "H.040A@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66725", - "roomcode": "2910.EG.040A", - "usage": 4 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66726", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66725, + "usage_id": 4 + }, + "2910.EG.040B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.040B, Flur S-W", "arch_name": "H.040B@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66726", - "roomcode": "2910.EG.040B", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66728", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66726, + "usage_id": 222 + }, + "2910.EG.041": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.041, WC-Damen", "arch_name": "H.041@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66728", - "roomcode": "2910.EG.041", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66727", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66728, + "usage_id": 116 + }, + "2910.EG.042": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.042, Elektro 1", "arch_name": "H.042@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66727", - "roomcode": "2910.EG.042", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66724", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66727, + "usage_id": 160 + }, + "2910.EG.043": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.043, Treppenhaus S-W", "arch_name": "H.043@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66724", - "roomcode": "2910.EG.043", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66714", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66724, + "usage_id": 222 + }, + "2910.EG.071": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.071, Haupteingangsflur", "arch_name": "H.071@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66714", - "roomcode": "2910.EG.071", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66722", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66714, + "usage_id": 222 + }, + "2910.EG.072": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.072, Flurbereich Seminar", "arch_name": "H.072@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66722", - "roomcode": "2910.EG.072", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66708", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66722, + "usage_id": 222 + }, + "2910.EG.090": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "B.090, Zugangsbereich-1/HfP", "arch_name": "B.090@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66708", - "roomcode": "2910.EG.090", - "usage": 15 - }, - { - "address": "Richard-Wagner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=68909", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66708, + "usage_id": 15 + }, + "2910.EG.091": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "alt_name": "H.091, Zugangsbereich-2/HfP", "arch_name": "H.091@2910", - "b_area_id": 29, - "b_filter_id": 1929, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=52498", - "operator": "[ TUS7DP2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68909", - "roomcode": "2910.EG.091", - "usage": 15 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66570", + "area_id": 29, + "building_id": 1929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 52498, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68909, + "usage_id": 15 + }, + "2911.01.100": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "100, Seminarraum", "arch_name": "100@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27792&cReadonly=J", - "extended": { - "additional_description": "100, Seminarraum", - "address": "Richard-Wagner-Str. 3(2911), 1.Obergescho\u00df", - "architect_room_nr": "100@2911", - "area_m2": 38.29, - "building": "2911 RiWa Nr. 3/Haus C", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "100", - "seats": 19, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66570", - "roomcode": "2911.01.100", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66572", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27792, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 19, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66570, + "usage_id": 41 + }, + "2911.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30918&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66572", - "roomcode": "2911.01.102", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66571", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30918, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66572, + "usage_id": 12 + }, + "2911.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "103, Seminarraum", "arch_name": "103@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27793&cReadonly=J", - "extended": { - "additional_description": "103, Seminarraum", - "address": "Richard-Wagner-Str. 3(2911), 1.Obergescho\u00df", - "architect_room_nr": "103@2911", - "area_m2": 52.06, - "building": "2911 RiWa Nr. 3/Haus C", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "103", - "seats": 31, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66571", - "roomcode": "2911.01.103", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66573", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27793, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 31, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66571, + "usage_id": 41 + }, + "2911.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30919&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66573", - "roomcode": "2911.01.104", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66574", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30919, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66573, + "usage_id": 12 + }, + "2911.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30920&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66574", - "roomcode": "2911.01.105", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66587", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30920, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66574, + "usage_id": 12 + }, + "2911.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "106, WC-Herren", "arch_name": "106@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66587", - "roomcode": "2911.01.106", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66585", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66587, + "usage_id": 115 + }, + "2911.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "107, Flur 4/Kopierer", "arch_name": "107@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66585", - "roomcode": "2911.01.107", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66588", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66585, + "usage_id": 222 + }, + "2911.01.107A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "107A, WC-Damen", "arch_name": "107A@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66588", - "roomcode": "2911.01.107A", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66589", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66588, + "usage_id": 116 + }, + "2911.01.107B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "107B, Teek\u00fcche", "arch_name": "107B@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66589", - "roomcode": "2911.01.107B", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66575", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66589, + "usage_id": 198 + }, + "2911.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "108, Dozentenzimmer", "arch_name": "108@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27893&cReadonly=J", - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66575", - "roomcode": "2911.01.108", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66576", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27893, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66575, + "usage_id": 12 + }, + "2911.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "109, B\u00fcro", "arch_name": "109@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30921&cReadonly=J", - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66576", - "roomcode": "2911.01.109", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66577", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30921, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66576, + "usage_id": 12 + }, + "2911.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "110, B\u00fcro", "arch_name": "110@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30922&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66577", - "roomcode": "2911.01.110", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66578", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30922, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66577, + "usage_id": 12 + }, + "2911.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "111, B\u00fcro", "arch_name": "111@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30923&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66578", - "roomcode": "2911.01.111", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66579", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30923, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66578, + "usage_id": 12 + }, + "2911.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "112, B\u00fcro", "arch_name": "112@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30924&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66579", - "roomcode": "2911.01.112", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66583", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30924, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66579, + "usage_id": 12 + }, + "2911.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "113, Flur 3", "arch_name": "113@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66583", - "roomcode": "2911.01.113", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66582", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66583, + "usage_id": 222 + }, + "2911.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "114, Flur 1", "arch_name": "114@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66582", - "roomcode": "2911.01.114", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66584", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66582, + "usage_id": 222 + }, + "2911.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "115, Flur 2", "arch_name": "115@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66584", - "roomcode": "2911.01.115", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66586", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66584, + "usage_id": 222 + }, + "2911.01.116": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "116, Treppenhaus", "arch_name": "116@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66586", - "roomcode": "2911.01.116", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66580", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66586, + "usage_id": 223 + }, + "2911.01.117": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "117, Archiv", "arch_name": "117@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66580", - "roomcode": "2911.01.117", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66581", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66580, + "usage_id": 2 + }, + "2911.01.118": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "118, ET", "arch_name": "118@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66581", - "roomcode": "2911.01.118", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66565", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66581, + "usage_id": 160 + }, + "2911.01.199": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "199, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "199@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66565", - "roomcode": "2911.01.199", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66590", + "area_id": 29, + "building_id": 1889, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66565, + "usage_id": 222 + }, + "2911.02.200": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "200, Seminarraum", "arch_name": "200@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27794&cReadonly=J", - "extended": { - "additional_description": "200, Seminarraum", - "address": "Richard-Wagner-Str. 3(2911), 2.Obergescho\u00df", - "architect_room_nr": "200@2911", - "area_m2": 51.3, - "building": "2911 RiWa Nr. 3/Haus C", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "200", - "seats": 31, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66590", - "roomcode": "2911.02.200", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66591", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27794, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 31, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66590, + "usage_id": 41 + }, + "2911.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "203, Seminarraum", "arch_name": "203@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27795&cReadonly=J", - "extended": { - "additional_description": "203, Seminarraum", - "address": "Richard-Wagner-Str. 3(2911), 2.Obergescho\u00df", - "architect_room_nr": "203@2911", - "area_m2": 63.34, - "building": "2911 RiWa Nr. 3/Haus C", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 37, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66591", - "roomcode": "2911.02.203", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66592", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27795, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 37, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66591, + "usage_id": 41 + }, + "2911.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "204, Seminarraum", "arch_name": "204@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27796&cReadonly=J", - "extended": { - "additional_description": "204, Seminarraum", - "address": "Richard-Wagner-Str. 3(2911), 2.Obergescho\u00df", - "architect_room_nr": "204@2911", - "area_m2": 47.97, - "building": "2911 RiWa Nr. 3/Haus C", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "204", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66592", - "roomcode": "2911.02.204", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66593", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27796, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66592, + "usage_id": 41 + }, + "2911.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "206, WC-Herren", "arch_name": "206@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66593", - "roomcode": "2911.02.206", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66604", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66593, + "usage_id": 115 + }, + "2911.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "207, Flur 4/Kopierer", "arch_name": "207@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66604", - "roomcode": "2911.02.207", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66594", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66604, + "usage_id": 222 + }, + "2911.02.207A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "20A, WC-Damen", "arch_name": "20A@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66594", - "roomcode": "2911.02.207A", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66595", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66594, + "usage_id": 116 + }, + "2911.02.207B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "20B, Teek\u00fcche", "arch_name": "20B@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66595", - "roomcode": "2911.02.207B", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66596", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66595, + "usage_id": 198 + }, + "2911.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27894&cReadonly=J", - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66596", - "roomcode": "2911.02.208", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66597", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27894, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66596, + "usage_id": 12 + }, + "2911.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "209, B\u00fcro", "arch_name": "209@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30925&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66597", - "roomcode": "2911.02.209", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66598", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30925, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66597, + "usage_id": 12 + }, + "2911.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "210, B\u00fcro", "arch_name": "210@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30926&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66598", - "roomcode": "2911.02.210", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66599", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30926, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66598, + "usage_id": 12 + }, + "2911.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "211, B\u00fcro", "arch_name": "211@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30927&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66599", - "roomcode": "2911.02.211", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66600", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30927, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66599, + "usage_id": 12 + }, + "2911.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "212, B\u00fcro", "arch_name": "212@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30928&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66600", - "roomcode": "2911.02.212", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66603", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30928, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66600, + "usage_id": 12 + }, + "2911.02.213": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "213, Flur 3", "arch_name": "213@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66603", - "roomcode": "2911.02.213", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66605", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66603, + "usage_id": 222 + }, + "2911.02.214": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "214, Flur 1", "arch_name": "214@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66605", - "roomcode": "2911.02.214", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66606", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66605, + "usage_id": 222 + }, + "2911.02.215": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "215, Flur 2", "arch_name": "215@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66606", - "roomcode": "2911.02.215", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66607", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66606, + "usage_id": 222 + }, + "2911.02.216": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "216, Treppenhaus", "arch_name": "216@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66607", - "roomcode": "2911.02.216", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66601", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66607, + "usage_id": 223 + }, + "2911.02.217": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "217, Archiv", "arch_name": "217@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66601", - "roomcode": "2911.02.217", - "usage": 2 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66602", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66601, + "usage_id": 2 + }, + "2911.02.218": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "218, ET", "arch_name": "218@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66602", - "roomcode": "2911.02.218", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66566", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66602, + "usage_id": 160 + }, + "2911.02.299": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "299, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "299@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66566", - "roomcode": "2911.02.299", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66608", + "area_id": 29, + "building_id": 1889, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66566, + "usage_id": 222 + }, + "2911.03.300": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "300, B\u00fcro", "arch_name": "300@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30929&cReadonly=J", - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66608", - "roomcode": "2911.03.300", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66609", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30929, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66608, + "usage_id": 12 + }, + "2911.03.301": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "301, B\u00fcro", "arch_name": "301@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30893&cReadonly=J", - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66609", - "roomcode": "2911.03.301", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66610", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30893, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66609, + "usage_id": 12 + }, + "2911.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "302, B\u00fcro", "arch_name": "302@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30930&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66610", - "roomcode": "2911.03.302", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66611", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30930, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66610, + "usage_id": 12 + }, + "2911.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "303, B\u00fcro", "arch_name": "303@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30931&cReadonly=J", - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66611", - "roomcode": "2911.03.303", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66612", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30931, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66611, + "usage_id": 12 + }, + "2911.03.304": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "304, B\u00fcro", "arch_name": "304@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30892&cReadonly=J", - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66612", - "roomcode": "2911.03.304", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66613", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30892, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66612, + "usage_id": 12 + }, + "2911.03.305": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30932&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66613", - "roomcode": "2911.03.305", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66626", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30932, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66613, + "usage_id": 12 + }, + "2911.03.306": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "306, WC-Herren", "arch_name": "306@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66626", - "roomcode": "2911.03.306", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66623", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66626, + "usage_id": 115 + }, + "2911.03.307": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "307, Flur 5", "arch_name": "307@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66623", - "roomcode": "2911.03.307", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66627", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66623, + "usage_id": 222 + }, + "2911.03.307A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "307A, WC-Damen", "arch_name": "307A@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66627", - "roomcode": "2911.03.307A", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66628", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66627, + "usage_id": 116 + }, + "2911.03.307B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "307B, Teek\u00fcche", "arch_name": "307B@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66628", - "roomcode": "2911.03.307B", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66614", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66628, + "usage_id": 198 + }, + "2911.03.308": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "308, Besprechungsraum", "arch_name": "308@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=27892&cReadonly=J", - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66614", - "roomcode": "2911.03.308", - "usage": 196 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66615", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 27892, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66614, + "usage_id": 196 + }, + "2911.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "309, B\u00fcro", "arch_name": "309@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30952&cReadonly=J", - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66615", - "roomcode": "2911.03.309", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66616", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30952, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66615, + "usage_id": 12 + }, + "2911.03.310": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "310, B\u00fcro", "arch_name": "310@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30933&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66616", - "roomcode": "2911.03.310", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66629", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30933, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66616, + "usage_id": 12 + }, + "2911.03.310A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "310A, Terrasse", "arch_name": "310A@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66629", - "roomcode": "2911.03.310A", - "usage": 48 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66617", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66629, + "usage_id": 48 + }, + "2911.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "311, B\u00fcro", "arch_name": "311@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30912&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66617", - "roomcode": "2911.03.311", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66618", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30912, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66617, + "usage_id": 12 + }, + "2911.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "312, B\u00fcro", "arch_name": "312@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30913&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66618", - "roomcode": "2911.03.312", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66619", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30913, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66618, + "usage_id": 12 + }, + "2911.03.314": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "314, Flur 1", "arch_name": "314@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66619", - "roomcode": "2911.03.314", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66620", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66619, + "usage_id": 222 + }, + "2911.03.315": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "315, Flur 2", "arch_name": "315@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66620", - "roomcode": "2911.03.315", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66624", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66620, + "usage_id": 222 + }, + "2911.03.316": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "316, Treppenhaus", "arch_name": "316@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66624", - "roomcode": "2911.03.316", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66621", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66624, + "usage_id": 223 + }, + "2911.03.317": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "317, Flur 4", "arch_name": "317@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30914&cReadonly=J", - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66621", - "roomcode": "2911.03.317", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66625", + "area_id": 29, + "building_id": 1889, + "calendar_resource_nr": 30914, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66621, + "usage_id": 222 + }, + "2911.03.318": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "318, ET", "arch_name": "318@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66625", - "roomcode": "2911.03.318", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66622", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66625, + "usage_id": 160 + }, + "2911.03.319": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "319, Flur 3", "arch_name": "319@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66622", - "roomcode": "2911.03.319", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66567", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66622, + "usage_id": 222 + }, + "2911.03.399": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "399, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "399@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66567", - "roomcode": "2911.03.399", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66630", + "area_id": 29, + "building_id": 1889, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66567, + "usage_id": 222 + }, + "2911.04.400": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "400, B\u00fcro", "arch_name": "400@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66630", - "roomcode": "2911.04.400", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66662", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66630, + "usage_id": 12 + }, + "2911.04.401": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "401, B\u00fcro", "arch_name": "401@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66662", - "roomcode": "2911.04.401", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66678", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66662, + "usage_id": 12 + }, + "2911.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "402, B\u00fcro", "arch_name": "402@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66678", - "roomcode": "2911.04.402", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66631", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66678, + "usage_id": 12 + }, + "2911.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "403, B\u00fcro", "arch_name": "403@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66631", - "roomcode": "2911.04.403", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66632", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66631, + "usage_id": 12 + }, + "2911.04.404": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "404, B\u00fcro", "arch_name": "404@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66632", - "roomcode": "2911.04.404", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66633", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66632, + "usage_id": 12 + }, + "2911.04.405": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "405, B\u00fcro", "arch_name": "405@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66633", - "roomcode": "2911.04.405", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66641", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66633, + "usage_id": 12 + }, + "2911.04.406": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "406, WC-Herren", "arch_name": "406@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66641", - "roomcode": "2911.04.406", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66636", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66641, + "usage_id": 115 + }, + "2911.04.407": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "407, Flur 3", "arch_name": "407@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66636", - "roomcode": "2911.04.407", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66640", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66636, + "usage_id": 222 + }, + "2911.04.407A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "407A, WC-Damen", "arch_name": "407A@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66640", - "roomcode": "2911.04.407A", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66639", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66640, + "usage_id": 116 + }, + "2911.04.407B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "407B, Teek\u00fcche", "arch_name": "407B@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66639", - "roomcode": "2911.04.407B", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66634", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66639, + "usage_id": 198 + }, + "2911.04.410": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "410, B\u00fcro", "arch_name": "410@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66634", - "roomcode": "2911.04.410", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66635", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66634, + "usage_id": 12 + }, + "2911.04.414": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "414, Flur 1", "arch_name": "414@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66635", - "roomcode": "2911.04.414", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66637", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66635, + "usage_id": 222 + }, + "2911.04.415": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "415, Flur 2", "arch_name": "415@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66637", - "roomcode": "2911.04.415", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66638", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66637, + "usage_id": 222 + }, + "2911.04.416": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "416, Treppenhaus", "arch_name": "416@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66638", - "roomcode": "2911.04.416", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66642", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66638, + "usage_id": 223 + }, + "2911.04.417": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "417, Putzraum", "arch_name": "417@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66642", - "roomcode": "2911.04.417", - "usage": 205 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66543", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66642, + "usage_id": 205 + }, + "2911.04.418": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "418, ET", "arch_name": "418@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=42606", - "operator": "[ TUZVACM ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66543", - "roomcode": "2911.04.418", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=66568", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 42606, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66543, + "usage_id": 160 + }, + "2911.04.499": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "499, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "499@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66568", - "roomcode": "2911.04.499", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66544", + "area_id": 29, + "building_id": 1889, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66568, + "usage_id": 222 + }, + "2911.05.500": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "500, Seminarraum", "arch_name": "500@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "extended": { - "additional_description": "500, Seminarraum", - "address": "Richard-Wagner-Str. 3(2911), 5.Obergescho\u00df", - "architect_room_nr": "500@2911", - "area_m2": 39.17, - "building": "2911 RiWa Nr. 3/Haus C", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "500", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66544", - "roomcode": "2911.05.500", - "usage": 41 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66545", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66544, + "usage_id": 41 + }, + "2911.05.502": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "502, B\u00fcro", "arch_name": "502@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=50278", - "operator": "[ TUBVGTT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66545", - "roomcode": "2911.05.502", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66546", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66545, + "usage_id": 12 + }, + "2911.05.503": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "503, B\u00fcro", "arch_name": "503@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=50278", - "operator": "[ TUBVGTT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66546", - "roomcode": "2911.05.503", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66547", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50278, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66546, + "usage_id": 12 + }, + "2911.05.504": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "504, B\u00fcro", "arch_name": "504@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=50278", - "operator": "[ TUBVGTT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66547", - "roomcode": "2911.05.504", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66560", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66547, + "usage_id": 12 + }, + "2911.05.505": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "505, Flur 2", "arch_name": "505@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66560", - "roomcode": "2911.05.505", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66562", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66560, + "usage_id": 222 + }, + "2911.05.505A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "505, ET", "arch_name": "505@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=50278", - "operator": "[ TUBVGTT ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66562", - "roomcode": "2911.05.505A", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66563", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66562, + "usage_id": 160 + }, + "2911.05.505B": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "505B, WC-Damen", "arch_name": "505B@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66563", - "roomcode": "2911.05.505B", - "usage": 116 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66564", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66563, + "usage_id": 116 + }, + "2911.05.505C": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "505C, WC-Herren", "arch_name": "505C@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66564", - "roomcode": "2911.05.505C", - "usage": 115 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66561", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66564, + "usage_id": 115 + }, + "2911.05.506": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "506, Gemeinschafts-Teek\u00fcche", "arch_name": "506@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66561", - "roomcode": "2911.05.506", - "usage": 198 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66556", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66561, + "usage_id": 198 + }, + "2911.05.507": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "507, Lager/Serverraum", "arch_name": "507@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66556", - "roomcode": "2911.05.507", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66548", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66556, + "usage_id": 30 + }, + "2911.05.508": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "508, B\u00fcro", "arch_name": "508@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66548", - "roomcode": "2911.05.508", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66549", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66548, + "usage_id": 12 + }, + "2911.05.509": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "509, B\u00fcro", "arch_name": "509@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66549", - "roomcode": "2911.05.509", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66550", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66549, + "usage_id": 12 + }, + "2911.05.510": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "510, B\u00fcro/Reserve ZA 4", "arch_name": "510@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66550", - "roomcode": "2911.05.510", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66551", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26064, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66550, + "usage_id": 12 + }, + "2911.05.511": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "511, B\u00fcro/Reserve ZA 4", "arch_name": "511@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66551", - "roomcode": "2911.05.511", - "usage": 12 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66552", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26064, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66551, + "usage_id": 12 + }, + "2911.05.514": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "514, Flur 1", "arch_name": "514@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66552", - "roomcode": "2911.05.514", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66559", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66552, + "usage_id": 222 + }, + "2911.05.514A": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "514A, Speicherzugang", "arch_name": "514A@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66559", - "roomcode": "2911.05.514A", - "usage": 222 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66554", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66559, + "usage_id": 222 + }, + "2911.05.515": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "515, Aufzugsmaschinenraum", "arch_name": "515@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66554", - "roomcode": "2911.05.515", - "usage": 5 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66553", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66554, + "usage_id": 5 + }, + "2911.05.516": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "516, Treppenhaus", "arch_name": "516@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66553", - "roomcode": "2911.05.516", - "usage": 223 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66555", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66553, + "usage_id": 223 + }, + "2911.05.517": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "517, ET", "arch_name": "517@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66555", - "roomcode": "2911.05.517", - "usage": 160 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66557", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66555, + "usage_id": 160 + }, + "2911.05.518": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "518, Lager ZA 4", "arch_name": "518@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66557", - "roomcode": "2911.05.518", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66558", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66557, + "usage_id": 30 + }, + "2911.05.519": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "519, Lager ZA 4", "arch_name": "519@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66558", - "roomcode": "2911.05.519", - "usage": 30 - }, - { - "address": "Richard-Wagner-Str. 3, 5.OG", - "address_link": "ris.einzelraum?raumkey=66569", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66558, + "usage_id": 30 + }, + "2911.05.599": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "alt_name": "599, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "599@2911", - "b_area_id": 29, - "b_filter_id": 1889, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66569", - "roomcode": "2911.05.599", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75843", + "area_id": 29, + "building_id": 1889, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66569, + "usage_id": 222 + }, + "2912.01.101A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.01A, Treppenhaus E", "arch_name": "E.1.01A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75843", - "roomcode": "2912.01.101A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75845", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75843, + "usage_id": 223 + }, + "2912.01.101B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.01B, Corridor", "arch_name": "E.1.01B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75845", - "roomcode": "2912.01.101B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75853", - "alt_name": "E.1.02, Besprechungsraum", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75845, + "usage_id": 222 + }, + "2912.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, + "alt_name": "E.1.02, Besprechungsraum", "arch_name": "E.1.02@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75853", - "roomcode": "2912.01.102", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75852", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75853, + "usage_id": 196 + }, + "2912.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.03, B\u00fcro/Open Sace", "arch_name": "E.1.03@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75852", - "roomcode": "2912.01.103", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75854", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75852, + "usage_id": 12 + }, + "2912.01.104A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.04A, WC-Vorraum", "arch_name": "E.1.04A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75854", - "roomcode": "2912.01.104A", - "usage": 118 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75855", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75854, + "usage_id": 118 + }, + "2912.01.104B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.04B, WC", "arch_name": "E.1.04B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75855", - "roomcode": "2912.01.104B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75856", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75855, + "usage_id": 114 + }, + "2912.01.106A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.06A, WC-Vorraum", "arch_name": "E.1.06A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75856", - "roomcode": "2912.01.106A", - "usage": 118 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75857", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75856, + "usage_id": 118 + }, + "2912.01.106B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.06B, WC", "arch_name": "E.1.06B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75857", - "roomcode": "2912.01.106B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75848", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75857, + "usage_id": 114 + }, + "2912.01.108A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.08A, Treppenhaus E2", "arch_name": "E.1.08A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75848", - "roomcode": "2912.01.108A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75849", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75848, + "usage_id": 223 + }, + "2912.01.108B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.08B, Flur/Halle E", "arch_name": "E.1.08B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75849", - "roomcode": "2912.01.108B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75847", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75849, + "usage_id": 222 + }, + "2912.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.09, B\u00fcro", "arch_name": "E.1.09@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75847", - "roomcode": "2912.01.109", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75846", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75847, + "usage_id": 12 + }, + "2912.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.10, Flur/Vestibule", "arch_name": "E.1.10@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75846", - "roomcode": "2912.01.110", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75858", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75846, + "usage_id": 222 + }, + "2912.01.111A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.11A, B\u00fcro", "arch_name": "E.1.11A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75858", - "roomcode": "2912.01.111A", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75859", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75858, + "usage_id": 12 + }, + "2912.01.111B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.11B, B\u00fcro", "arch_name": "E.1.11B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75859", - "roomcode": "2912.01.111B", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75860", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75859, + "usage_id": 12 + }, + "2912.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.12, B\u00fcro", "arch_name": "E.1.12@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75860", - "roomcode": "2912.01.112", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75851", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75860, + "usage_id": 12 + }, + "2912.01.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.13, Post u. Kopierraum", "arch_name": "E.1.13@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75851", - "roomcode": "2912.01.113", - "usage": 110 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75850", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75851, + "usage_id": 110 + }, + "2912.01.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.14, Besprechung", "arch_name": "E.1.14@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75850", - "roomcode": "2912.01.114", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75861", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75850, + "usage_id": 196 + }, + "2912.01.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.15, Besprechung", "arch_name": "E.1.15@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75861", - "roomcode": "2912.01.115", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75844", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75861, + "usage_id": 196 + }, + "2912.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.1.27, Aufzug", "arch_name": "E.1.27@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75844", - "roomcode": "2912.01.127", - "usage": 4 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75864", + "area_id": 29, + "building_id": 3250, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75844, + "usage_id": 4 + }, + "2912.02.201A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.01A, Treppenhaus E", "arch_name": "E.2.01A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75864", - "roomcode": "2912.02.201A", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75863", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75864, + "usage_id": 222 + }, + "2912.02.201B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.01B, Corridor", "arch_name": "E.2.01B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75863", - "roomcode": "2912.02.201B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75865", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75863, + "usage_id": 222 + }, + "2912.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.02, Besprechung", "arch_name": "E.2.02@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75865", - "roomcode": "2912.02.202", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75871", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75865, + "usage_id": 196 + }, + "2912.02.202A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.02A, K\u00fcche", "arch_name": "E.2.02A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75871", - "roomcode": "2912.02.202A", - "usage": 28 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75877", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75871, + "usage_id": 28 + }, + "2912.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.03, B\u00fcro/Open Space", "arch_name": "E.2.03@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75877", - "roomcode": "2912.02.203", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75880", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75877, + "usage_id": 12 + }, + "2912.02.203A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.03A, B\u00fcro", "arch_name": "E.2.03A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75880", - "roomcode": "2912.02.203A", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75879", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75880, + "usage_id": 12 + }, + "2912.02.203B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.03B, B\u00fcro", "arch_name": "E.2.03B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75879", - "roomcode": "2912.02.203B", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75878", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75879, + "usage_id": 12 + }, + "2912.02.203C": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.03C, B\u00fcro", "arch_name": "E.2.03C@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75878", - "roomcode": "2912.02.203C", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75872", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75878, + "usage_id": 12 + }, + "2912.02.203D": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.03D, Post u. Druckraum", "arch_name": "E.2.03D@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75872", - "roomcode": "2912.02.203D", - "usage": 110 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75866", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75872, + "usage_id": 110 + }, + "2912.02.204A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.04A, WC-Vorraum", "arch_name": "E.2.04A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75866", - "roomcode": "2912.02.204A", - "usage": 118 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75867", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75866, + "usage_id": 118 + }, + "2912.02.204B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.04B, WC", "arch_name": "E.2.04B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75867", - "roomcode": "2912.02.204B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75868", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75867, + "usage_id": 114 + }, + "2912.02.206A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.06A, WC-Vorraum", "arch_name": "E.2.06A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75868", - "roomcode": "2912.02.206A", - "usage": 118 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75869", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75868, + "usage_id": 118 + }, + "2912.02.206B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.06B, WC", "arch_name": "E.2.06B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75869", - "roomcode": "2912.02.206B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75874", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75869, + "usage_id": 114 + }, + "2912.02.208A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.08A, Treppenhaus E2", "arch_name": "E.2.08A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75874", - "roomcode": "2912.02.208A", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75873", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75874, + "usage_id": 222 + }, + "2912.02.208B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.08B, Halle E", "arch_name": "E.2.08B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75873", - "roomcode": "2912.02.208B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75870", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75873, + "usage_id": 222 + }, + "2912.02.209": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.09, B\u00fcro", "arch_name": "E.2.09@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75870", - "roomcode": "2912.02.209", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75876", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75870, + "usage_id": 12 + }, + "2912.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.11, Besprechung", "arch_name": "E.2.11@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75876", - "roomcode": "2912.02.211", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75875", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75876, + "usage_id": 196 + }, + "2912.02.212": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.12, Besprechung", "arch_name": "E.2.12@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75875", - "roomcode": "2912.02.212", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 2.OG", - "address_link": "ris.einzelraum?raumkey=75862", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75875, + "usage_id": 196 + }, + "2912.02.227": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.2.27, Aufzug E", "arch_name": "E.2.27@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75862", - "roomcode": "2912.02.227", - "usage": 4 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75883", + "area_id": 29, + "building_id": 3250, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75862, + "usage_id": 4 + }, + "2912.03.301A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.01A, Treppenhaus E", "arch_name": "E.3.01A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75883", - "roomcode": "2912.03.301A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75882", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75883, + "usage_id": 223 + }, + "2912.03.301B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.01B, Corridor", "arch_name": "E.3.01B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75882", - "roomcode": "2912.03.301B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75885", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75882, + "usage_id": 222 + }, + "2912.03.302": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.02, Besprechung", "arch_name": "E.3.02@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75885", - "roomcode": "2912.03.302", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75884", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75885, + "usage_id": 196 + }, + "2912.03.302A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.02A, K\u00fcche", "arch_name": "E.3.02A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75884", - "roomcode": "2912.03.302A", - "usage": 28 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75894", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75884, + "usage_id": 28 + }, + "2912.03.303": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.03, B\u00fcro/Open Space", "arch_name": "E.3.03@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75894", - "roomcode": "2912.03.303", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75886", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75894, + "usage_id": 12 + }, + "2912.03.303A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.03A, B\u00fcro", "arch_name": "E.3.03A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75886", - "roomcode": "2912.03.303A", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75887", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75886, + "usage_id": 12 + }, + "2912.03.303B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.03B, B\u00fcro", "arch_name": "E.3.03B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75887", - "roomcode": "2912.03.303B", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75888", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75887, + "usage_id": 12 + }, + "2912.03.303C": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.03C, B\u00fcro", "arch_name": "E.3.03C@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75888", - "roomcode": "2912.03.303C", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75889", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75888, + "usage_id": 12 + }, + "2912.03.303D": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.03D, Post/Drucker", "arch_name": "E.3.03D@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75889", - "roomcode": "2912.03.303D", - "usage": 110 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75896", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75889, + "usage_id": 110 + }, + "2912.03.304A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.04A, WC", "arch_name": "E.3.04A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75896", - "roomcode": "2912.03.304A", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75897", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75896, + "usage_id": 114 + }, + "2912.03.306A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.06A, WC", "arch_name": "E.3.06A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75897", - "roomcode": "2912.03.306A", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75891", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75897, + "usage_id": 114 + }, + "2912.03.308A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.08A, Treppenhaus E2", "arch_name": "E.3.08A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75891", - "roomcode": "2912.03.308A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75890", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75891, + "usage_id": 223 + }, + "2912.03.308B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.08B, Halle E", "arch_name": "E.3.08B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75890", - "roomcode": "2912.03.308B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75895", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75890, + "usage_id": 222 + }, + "2912.03.309": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.09, B\u00fcro", "arch_name": "E.3.09@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75895", - "roomcode": "2912.03.309", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75893", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75895, + "usage_id": 12 + }, + "2912.03.311": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.11, B\u00fcro", "arch_name": "E.3.11@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75893", - "roomcode": "2912.03.311", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75892", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75893, + "usage_id": 12 + }, + "2912.03.312": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.12, B\u00fcro", "arch_name": "E.3.12@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75892", - "roomcode": "2912.03.312", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 3.OG", - "address_link": "ris.einzelraum?raumkey=75881", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75892, + "usage_id": 12 + }, + "2912.03.327": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.3.27, Aufzug", "arch_name": "E.3.27@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75881", - "roomcode": "2912.03.327", - "usage": 4 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75900", + "area_id": 29, + "building_id": 3250, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75881, + "usage_id": 4 + }, + "2912.04.401A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.01A, Treppenhaus E", "arch_name": "E.4.01A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75900", - "roomcode": "2912.04.401A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75899", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75900, + "usage_id": 223 + }, + "2912.04.401B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.01B, Corridor", "arch_name": "E.4.01B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75899", - "roomcode": "2912.04.401B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75901", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75899, + "usage_id": 222 + }, + "2912.04.402": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.02, Besprechung", "arch_name": "E.4.02@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75901", - "roomcode": "2912.04.402", - "usage": 196 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75905", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75901, + "usage_id": 196 + }, + "2912.04.402A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.02A, K\u00fcche", "arch_name": "E.4.02A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75905", - "roomcode": "2912.04.402A", - "usage": 28 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75910", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75905, + "usage_id": 28 + }, + "2912.04.403": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.03, B\u00fcro/Open Space", "arch_name": "E.4.03@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75910", - "roomcode": "2912.04.403", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75906", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75910, + "usage_id": 12 + }, + "2912.04.403A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.03A, B\u00fcro", "arch_name": "E.4.03A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75906", - "roomcode": "2912.04.403A", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75907", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75906, + "usage_id": 12 + }, + "2912.04.403B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.03B, B\u00fcro", "arch_name": "E.4.03B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75907", - "roomcode": "2912.04.403B", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75908", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75907, + "usage_id": 12 + }, + "2912.04.403C": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.03C, B\u00fcro", "arch_name": "E.4.03C@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75908", - "roomcode": "2912.04.403C", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75909", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75908, + "usage_id": 12 + }, + "2912.04.403D": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.03D, Post/Drucker", "arch_name": "E.4.03D@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75909", - "roomcode": "2912.04.403D", - "usage": 110 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75903", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75909, + "usage_id": 110 + }, + "2912.04.404B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.04B, WC", "arch_name": "E.4.04B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75903", - "roomcode": "2912.04.404B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75902", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75903, + "usage_id": 114 + }, + "2912.04.406B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.06B, WC", "arch_name": "E.4.06B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75902", - "roomcode": "2912.04.406B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75912", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75902, + "usage_id": 114 + }, + "2912.04.408A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.08A, Treppenhaus E2", "arch_name": "E.4.08A@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75912", - "roomcode": "2912.04.408A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75911", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75912, + "usage_id": 223 + }, + "2912.04.408B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.08B, Halle E", "arch_name": "E.4.08B@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75911", - "roomcode": "2912.04.408B", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75904", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75911, + "usage_id": 222 + }, + "2912.04.409": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.09, B\u00fcro", "arch_name": "E.4.09@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75904", - "roomcode": "2912.04.409", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75914", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75904, + "usage_id": 12 + }, + "2912.04.411": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.11, B\u00fcro", "arch_name": "E.4.11@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75914", - "roomcode": "2912.04.411", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75913", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75914, + "usage_id": 12 + }, + "2912.04.412": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.12, B\u00fcro", "arch_name": "E.4.12@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75913", - "roomcode": "2912.04.412", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 4.OG", - "address_link": "ris.einzelraum?raumkey=75898", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75913, + "usage_id": 12 + }, + "2912.04.427": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "E.4.27, Aufzug", "arch_name": "E.4.27@2912", - "b_area_id": 29, - "b_filter_id": 3250, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75898", - "roomcode": "2912.04.427", - "usage": 4 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75924", + "area_id": 29, + "building_id": 3250, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75898, + "usage_id": 4 + }, + "2913.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.01, B\u00fcro/Open Space", "arch_name": "F.1.01@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75924", - "roomcode": "2913.01.101", - "usage": 12 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75918", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75924, + "usage_id": 12 + }, + "2913.01.103A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.03A, WC-Vorraum", "arch_name": "F.1.03A@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75918", - "roomcode": "2913.01.103A", - "usage": 118 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75919", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75918, + "usage_id": 118 + }, + "2913.01.103B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.03B, WC", "arch_name": "F.1.03B@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75919", - "roomcode": "2913.01.103B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75922", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75919, + "usage_id": 114 + }, + "2913.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.04, Flur/Halle F-G", "arch_name": "F.1.04@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75922", - "roomcode": "2913.01.104", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75920", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75922, + "usage_id": 222 + }, + "2913.01.105A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.05A, WC-Vorraum", "arch_name": "F.1.05A@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75920", - "roomcode": "2913.01.105A", - "usage": 118 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75921", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75920, + "usage_id": 118 + }, + "2913.01.105B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.05B, WC", "arch_name": "F.1.05B@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75921", - "roomcode": "2913.01.105B", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75916", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75921, + "usage_id": 114 + }, + "2913.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.07, Lager", "arch_name": "F.1.07@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75916", - "roomcode": "2913.01.107", - "usage": 30 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75915", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75916, + "usage_id": 30 + }, + "2913.01.108": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.08, Flur/Halle", "arch_name": "F.1.08@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75915", - "roomcode": "2913.01.108", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75917", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75915, + "usage_id": 222 + }, + "2913.01.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.09, WC", "arch_name": "F.1.09@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75917", - "roomcode": "2913.01.109", - "usage": 114 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75929", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75917, + "usage_id": 114 + }, + "2913.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.10, Seminarraum", "arch_name": "F.1.10@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "extended": { - "additional_description": "F.1.10, Seminarraum", - "address": "Augustenstr. 40(2913), 1.Obergescho\u00df", - "architect_room_nr": "F.1.10@2913", - "area_m2": 60.87, - "building": "2913 Brienner Forum Haus F(AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "110", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75929", - "roomcode": "2913.01.110", - "usage": 41 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75925", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75929, + "usage_id": 41 + }, + "2913.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.11, Seminarraum", "arch_name": "F.1.11@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "extended": { - "additional_description": "F.1.11, Seminarraum", - "address": "Augustenstr. 40(2913), 1.Obergescho\u00df", - "architect_room_nr": "F.1.11@2913", - "area_m2": 101.59, - "building": "2913 Brienner Forum Haus F(AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "111", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75925", - "roomcode": "2913.01.111", - "usage": 41 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75923", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75925, + "usage_id": 41 + }, + "2913.01.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.12, Seminarraum", "arch_name": "F.1.12@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "extended": { - "additional_description": "F.1.12, Seminarraum", - "address": "Augustenstr. 40(2913), 1.Obergescho\u00df", - "architect_room_nr": "F.1.12@2913", - "area_m2": 78.95, - "building": "2913 Brienner Forum Haus F(AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "112", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80333 M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75923", - "roomcode": "2913.01.112", - "usage": 41 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75926", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75923, + "usage_id": 41 + }, + "2913.01.127": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.27, Flur/Halle F", "arch_name": "F.1.27@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75926", - "roomcode": "2913.01.127", - "usage": 222 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75928", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75926, + "usage_id": 222 + }, + "2913.01.127A": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.27A, Treppenhaus F", "arch_name": "F.1.27A@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75928", - "roomcode": "2913.01.127A", - "usage": 223 - }, - { - "address": "Augustenstr. 40, 1.OG", - "address_link": "ris.einzelraum?raumkey=75927", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75928, + "usage_id": 223 + }, + "2913.01.127B": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "alt_name": "F.1.27B, Aufzug", "arch_name": "F.1.27B@2913", - "b_area_id": 29, - "b_filter_id": 3249, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75927", - "roomcode": "2913.01.127B", - "usage": 4 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68396", + "area_id": 29, + "building_id": 3249, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75927, + "usage_id": 4 + }, + "2920.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "101, B\u00fcro", "arch_name": "101@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68396", - "roomcode": "2920.01.101", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68397", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68396, + "usage_id": 12 + }, + "2920.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68397", - "roomcode": "2920.01.102", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68379", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68397, + "usage_id": 12 + }, + "2920.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68379", - "roomcode": "2920.01.103", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68380", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68379, + "usage_id": 12 + }, + "2920.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68380", - "roomcode": "2920.01.104", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68415", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68380, + "usage_id": 12 + }, + "2920.01.104A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "104A, Wintergarten", "arch_name": "104A@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68415", - "roomcode": "2920.01.104A", - "usage": 44 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68416", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68415, + "usage_id": 44 + }, + "2920.01.104B": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "104B, Balkon", "arch_name": "104B@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68416", - "roomcode": "2920.01.104B", - "usage": 48 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68381", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68416, + "usage_id": 48 + }, + "2920.01.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68381", - "roomcode": "2920.01.105", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68412", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68381, + "usage_id": 12 + }, + "2920.01.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "106, Vorraum", "arch_name": "106@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68412", - "roomcode": "2920.01.106", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68425", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68412, + "usage_id": 222 + }, + "2920.01.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "107, WC", "arch_name": "107@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68425", - "roomcode": "2920.01.107", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68413", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68425, + "usage_id": 114 + }, + "2920.01.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "110, Diele", "arch_name": "110@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68413", - "roomcode": "2920.01.110", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 47, 1.OG", - "address_link": "ris.einzelraum?raumkey=68414", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68413, + "usage_id": 222 + }, + "2920.01.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "111, WC", "arch_name": "111@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68414", - "roomcode": "2920.01.111", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68422", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68414, + "usage_id": 114 + }, + "2920.02.201": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68422", - "roomcode": "2920.02.201", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68417", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68422, + "usage_id": 12 + }, + "2920.02.202": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68417", - "roomcode": "2920.02.202", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68423", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68417, + "usage_id": 12 + }, + "2920.02.203": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68423", - "roomcode": "2920.02.203", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68382", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68423, + "usage_id": 12 + }, + "2920.02.204": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68382", - "roomcode": "2920.02.204", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68385", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68382, + "usage_id": 12 + }, + "2920.02.204A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "204A, Wintergarten", "arch_name": "204A@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68385", - "roomcode": "2920.02.204A", - "usage": 44 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68398", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68385, + "usage_id": 44 + }, + "2920.02.204B": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "204B, Balkon", "arch_name": "204B@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68398", - "roomcode": "2920.02.204B", - "usage": 48 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68383", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68398, + "usage_id": 48 + }, + "2920.02.205": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68383", - "roomcode": "2920.02.205", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68399", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68383, + "usage_id": 12 + }, + "2920.02.206": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "206, Vorraum", "arch_name": "206@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68399", - "roomcode": "2920.02.206", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68386", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68399, + "usage_id": 222 + }, + "2920.02.207": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "205, WC", "arch_name": "205@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68386", - "roomcode": "2920.02.207", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68401", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68386, + "usage_id": 114 + }, + "2920.02.208": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "208, Technik", "arch_name": "208@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68401", - "roomcode": "2920.02.208", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68400", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68401, + "usage_id": 120 + }, + "2920.02.210": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "210, Gang", "arch_name": "210@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68400", - "roomcode": "2920.02.210", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 47, 2.OG", - "address_link": "ris.einzelraum?raumkey=68384", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68400, + "usage_id": 222 + }, + "2920.02.211": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "211, WC", "arch_name": "211@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68384", - "roomcode": "2920.02.211", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68378", + "area_id": 29, + "building_id": 2189, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68384, + "usage_id": 114 + }, + "2920.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=47777", - "operator": "[ TUZVSIR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68378", - "roomcode": "2920.EG.001", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68404", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68378, + "usage_id": 12 + }, + "2920.EG.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=47777", - "operator": "[ TUZVSIR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68404", - "roomcode": "2920.EG.002", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68405", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68404, + "usage_id": 12 + }, + "2920.EG.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=47777", - "operator": "[ TUZVSIR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68405", - "roomcode": "2920.EG.003", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68406", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68405, + "usage_id": 12 + }, + "2920.EG.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=47777", - "operator": "[ TUZVSIR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68406", - "roomcode": "2920.EG.004", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68410", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68406, + "usage_id": 12 + }, + "2920.EG.004A": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "004A, Wintergarten", "arch_name": "004A@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=47777", - "operator": "[ TUZVSIR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68410", - "roomcode": "2920.EG.004A", - "usage": 44 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68411", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68410, + "usage_id": 44 + }, + "2920.EG.004B": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "004B, Balkon", "arch_name": "004B@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68411", - "roomcode": "2920.EG.004B", - "usage": 48 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68407", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68411, + "usage_id": 48 + }, + "2920.EG.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=47777", - "operator": "[ TUZVSIR ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68407", - "roomcode": "2920.EG.005", - "usage": 12 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68932", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68407, + "usage_id": 12 + }, + "2920.EG.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "006, Technik", "arch_name": "006@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68932", - "roomcode": "2920.EG.006", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68408", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68932, + "usage_id": 120 + }, + "2920.EG.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "010, Eingangsbereich/Flur", "arch_name": "010@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68408", - "roomcode": "2920.EG.010", - "usage": 222 - }, - { - "address": "Gabelsbergerstr. 47, EG", - "address_link": "ris.einzelraum?raumkey=68409", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68408, + "usage_id": 222 + }, + "2920.EG.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "011, WC", "arch_name": "011@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68409", - "roomcode": "2920.EG.011", - "usage": 114 - }, - { - "address": "Gabelsbergerstr. 47, 1.UG", - "address_link": "ris.einzelraum?raumkey=68376", + "area_id": 29, + "building_id": 2189, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68409, + "usage_id": 114 + }, + "2920.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "-001, K\u00fcche (gem. Nutzung)", "arch_name": "-001@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68376", - "roomcode": "2920.U1.001", - "usage": 28 - }, - { - "address": "Gabelsbergerstr. 47, 1.UG", - "address_link": "ris.einzelraum?raumkey=68377", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68376, + "usage_id": 28 + }, + "2920.U1.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "-002, Besprechung (gem.Nutzung)", "arch_name": "-002@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68377", - "roomcode": "2920.U1.002", - "usage": 196 - }, - { - "address": "Gabelsbergerstr. 47, 1.UG", - "address_link": "ris.einzelraum?raumkey=68420", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68377, + "usage_id": 196 + }, + "2920.U1.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "-003, Besprechung (gem.Nutzung)", "arch_name": "-003@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=13968", - "operator": "[ TUZVHR1 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68420", - "roomcode": "2920.U1.003", - "usage": 196 - }, - { - "address": "Gabelsbergerstr. 47, 1.UG", - "address_link": "ris.einzelraum?raumkey=69004", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13968, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68420, + "usage_id": 196 + }, + "2920.U1.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "-005, Technik", "arch_name": "-005@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69004", - "roomcode": "2920.U1.005", - "usage": 120 - }, - { - "address": "Gabelsbergerstr. 47, 1.UG", - "address_link": "ris.einzelraum?raumkey=68421", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69004, + "usage_id": 120 + }, + "2920.U1.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "alt_name": "-010, Zugangsbereich/Flur", "arch_name": "-010@2920", - "b_area_id": 29, - "b_filter_id": 2189, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68421", - "roomcode": "2920.U1.010", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 1.OG", - "address_link": "ris.einzelraum?raumkey=68203", + "area_id": 29, + "building_id": 2189, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68421, + "usage_id": 222 + }, + "2926.01.101": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "101, Gro\u00dfraumb\u00fcro/Aufenthalt/K\u00fcche", "arch_name": "101@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68203", - "roomcode": "2926.01.101", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 1.OG", - "address_link": "ris.einzelraum?raumkey=68207", + "area_id": 29, + "building_id": 598, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68203, + "usage_id": 12 + }, + "2926.01.102": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68207", - "roomcode": "2926.01.102", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 1.OG", - "address_link": "ris.einzelraum?raumkey=68208", + "area_id": 29, + "building_id": 598, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68207, + "usage_id": 12 + }, + "2926.01.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "103, Besprechungsraum", "arch_name": "103@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68208", - "roomcode": "2926.01.103", - "usage": 196 - }, - { - "address": "Leopoldstr. 139/145, 1.OG", - "address_link": "ris.einzelraum?raumkey=68204", + "area_id": 29, + "building_id": 598, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68208, + "usage_id": 196 + }, + "2926.01.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "104, Thinktank", "arch_name": "104@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68204", - "roomcode": "2926.01.104", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 1.OG", - "address_link": "ris.einzelraum?raumkey=68205", + "area_id": 29, + "building_id": 598, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68204, + "usage_id": 12 + }, + "2926.01.105A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "105A, WC-Herren", "arch_name": "105A@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68205", - "roomcode": "2926.01.105A", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 1.OG", - "address_link": "ris.einzelraum?raumkey=68206", + "area_id": 29, + "building_id": 598, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68205, + "usage_id": 115 + }, + "2926.01.105B": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "105B, WC-Damen", "arch_name": "105B@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68206", - "roomcode": "2926.01.105B", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8786", + "area_id": 29, + "building_id": 598, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68206, + "usage_id": 116 + }, + "2926.02.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8786", - "roomcode": "2926.02.001", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8789", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8786, + "usage_id": 12 + }, + "2926.02.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8789", - "roomcode": "2926.02.002", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8813", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8789, + "usage_id": 12 + }, + "2926.02.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8813", - "roomcode": "2926.02.003", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8815", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8813, + "usage_id": 12 + }, + "2926.02.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8815", - "roomcode": "2926.02.004", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8816", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8815, + "usage_id": 12 + }, + "2926.02.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "205, Kopierer", "arch_name": "205@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8816", - "roomcode": "2926.02.005", - "usage": 110 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=59034", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8816, + "usage_id": 110 + }, + "2926.02.005A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "205A, Vorraum", "arch_name": "205A@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59034", - "roomcode": "2926.02.005A", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8817", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59034, + "usage_id": 222 + }, + "2926.02.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "206, B\u00fcro", "arch_name": "206@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8817", - "roomcode": "2926.02.006", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8819", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8817, + "usage_id": 12 + }, + "2926.02.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "207, B\u00fcro", "arch_name": "207@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8819", - "roomcode": "2926.02.007", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=20551", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8819, + "usage_id": 12 + }, + "2926.02.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=20551", - "roomcode": "2926.02.008", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=14644", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20551, + "usage_id": 12 + }, + "2926.02.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "209, B\u00fcro", "arch_name": "209@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14644", - "roomcode": "2926.02.009", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8836", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14644, + "usage_id": 12 + }, + "2926.02.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "210, B\u00fcro", "arch_name": "210@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8836", - "roomcode": "2926.02.010", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8840", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8836, + "usage_id": 12 + }, + "2926.02.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "211, Seminarraum", "arch_name": "211@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "extended": { - "additional_description": "211, Seminarraum", - "address": "Leopoldstr. 139/145(2926), 2.Obergescho\u00df", - "architect_room_nr": "211@2926", - "area_m2": 212.5, - "building": "2926 Leopoldstr. 139/145 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80804 M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8840", - "roomcode": "2926.02.011", - "usage": 41 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=8848", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8840, + "usage_id": 41 + }, + "2926.02.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "212, B\u00fcro", "arch_name": "212@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=8848", - "roomcode": "2926.02.012", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40054", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8848, + "usage_id": 12 + }, + "2926.02.014A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "234, WC-Damen", "arch_name": "234@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40054", - "roomcode": "2926.02.014A", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40056", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40054, + "usage_id": 116 + }, + "2926.02.014B": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "235, WC-Herren", "arch_name": "235@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40056", - "roomcode": "2926.02.014B", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40065", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40056, + "usage_id": 115 + }, + "2926.02.016": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "216, Server", "arch_name": "216@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40065", - "roomcode": "2926.02.016", - "usage": 207 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40156", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40065, + "usage_id": 207 + }, + "2926.02.017": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "217, Teek\u00fcche", "arch_name": "217@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40156", - "roomcode": "2926.02.017", - "usage": 198 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40160", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40156, + "usage_id": 198 + }, + "2926.02.017A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "236, WC-Damen", "arch_name": "236@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40160", - "roomcode": "2926.02.017A", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40163", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40160, + "usage_id": 116 + }, + "2926.02.017B": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "237, WC-Herren", "arch_name": "237@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40163", - "roomcode": "2926.02.017B", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40166", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40163, + "usage_id": 115 + }, + "2926.02.017C": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "230, WC-Herren", "arch_name": "230@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40166", - "roomcode": "2926.02.017C", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40169", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40166, + "usage_id": 115 + }, + "2926.02.017D": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "231, WC-Damen", "arch_name": "231@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40169", - "roomcode": "2926.02.017D", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40367", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40169, + "usage_id": 116 + }, + "2926.02.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "218, Lager, Archiv, Akten", "arch_name": "218@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40367", - "roomcode": "2926.02.018", - "usage": 2 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40370", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40367, + "usage_id": 2 + }, + "2926.02.018A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "232, WC-Herren", "arch_name": "232@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40370", - "roomcode": "2926.02.018A", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40375", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40370, + "usage_id": 115 + }, + "2926.02.018B": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "233, WC-Damen", "arch_name": "233@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40375", - "roomcode": "2926.02.018B", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40243", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40375, + "usage_id": 116 + }, + "2926.02.019B": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "280, Flur", "arch_name": "280@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40243", - "roomcode": "2926.02.019B", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=66952", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40243, + "usage_id": 222 + }, + "2926.02.019C": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "281, Flur", "arch_name": "281@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66952", - "roomcode": "2926.02.019C", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=59899", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66952, + "usage_id": 222 + }, + "2926.02.063": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "263, Elektroverteiler", "arch_name": "263@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59899", - "roomcode": "2926.02.063", - "usage": 160 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=59900", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59899, + "usage_id": 160 + }, + "2926.02.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59900", - "roomcode": "2926.02.601", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=59901", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59900, + "usage_id": 12 + }, + "2926.02.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59901", - "roomcode": "2926.02.602", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40250", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59901, + "usage_id": 12 + }, + "2926.02.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40250", - "roomcode": "2926.02.603", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40097", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40250, + "usage_id": 12 + }, + "2926.02.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40097", - "roomcode": "2926.02.604", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40100", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40097, + "usage_id": 12 + }, + "2926.02.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40100", - "roomcode": "2926.02.605", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40104", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40100, + "usage_id": 12 + }, + "2926.02.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "206, B\u00fcro", "arch_name": "206@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40104", - "roomcode": "2926.02.606", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40318", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40104, + "usage_id": 12 + }, + "2926.02.607": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "207, B\u00fcro", "arch_name": "207@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40318", - "roomcode": "2926.02.607", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40322", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40318, + "usage_id": 12 + }, + "2926.02.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40322", - "roomcode": "2926.02.608", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40326", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40322, + "usage_id": 12 + }, + "2926.02.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "209, B\u00fcro", "arch_name": "209@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40326", - "roomcode": "2926.02.609", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=40330", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40326, + "usage_id": 12 + }, + "2926.02.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "210, B\u00fcro", "arch_name": "210@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=40330", - "roomcode": "2926.02.610", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=43630", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40330, + "usage_id": 12 + }, + "2926.02.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "211, B\u00fcro", "arch_name": "211@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43630", - "roomcode": "2926.02.611", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=43634", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43630, + "usage_id": 12 + }, + "2926.02.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "212, B\u00fcro", "arch_name": "212@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43634", - "roomcode": "2926.02.612", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=43639", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43634, + "usage_id": 12 + }, + "2926.02.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "213, B\u00fcro", "arch_name": "213@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43639", - "roomcode": "2926.02.613", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=43651", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43639, + "usage_id": 12 + }, + "2926.02.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "214, B\u00fcro", "arch_name": "214@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43651", - "roomcode": "2926.02.614", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69774", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43651, + "usage_id": 12 + }, + "2926.02.654": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "254, Drucker", "arch_name": "254@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69774", - "roomcode": "2926.02.654", - "usage": 110 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69768", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69774, + "usage_id": 110 + }, + "2926.02.656": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "256, Server", "arch_name": "256@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69768", - "roomcode": "2926.02.656", - "usage": 207 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69769", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69768, + "usage_id": 207 + }, + "2926.02.657": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "257, Lager", "arch_name": "257@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69769", - "roomcode": "2926.02.657", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69772", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69769, + "usage_id": 30 + }, + "2926.02.658": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "258, Teek\u00fcche", "arch_name": "258@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69772", - "roomcode": "2926.02.658", - "usage": 198 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69773", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69772, + "usage_id": 198 + }, + "2926.02.659": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "259, WC-Damen", "arch_name": "259@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69773", - "roomcode": "2926.02.659", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69744", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69773, + "usage_id": 116 + }, + "2926.02.660": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "260, WC-Herren", "arch_name": "260@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69744", - "roomcode": "2926.02.660", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69745", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69744, + "usage_id": 115 + }, + "2926.02.661": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "261, WC-Herren", "arch_name": "261@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69745", - "roomcode": "2926.02.661", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69746", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69745, + "usage_id": 115 + }, + "2926.02.662": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "262, WC-Damen", "arch_name": "262@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69746", - "roomcode": "2926.02.662", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69775", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69746, + "usage_id": 116 + }, + "2926.02.663": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "263, WC-Herren", "arch_name": "263@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69775", - "roomcode": "2926.02.663", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69776", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69775, + "usage_id": 115 + }, + "2926.02.664": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "264, WC-Damen", "arch_name": "264@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69776", - "roomcode": "2926.02.664", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69777", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69776, + "usage_id": 116 + }, + "2926.02.665": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "265, WC-Damen", "arch_name": "265@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69777", - "roomcode": "2926.02.665", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69778", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69777, + "usage_id": 116 + }, + "2926.02.666": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "266, WC-Herren", "arch_name": "266@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69778", - "roomcode": "2926.02.666", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69767", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69778, + "usage_id": 115 + }, + "2926.02.670": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "270, Magazin", "arch_name": "270@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69767", - "roomcode": "2926.02.670", - "usage": 2 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69771", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69767, + "usage_id": 2 + }, + "2926.02.680": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "280, Flur", "arch_name": "280@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69771", - "roomcode": "2926.02.680", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69770", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69771, + "usage_id": 222 + }, + "2926.02.681": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "281, Flur", "arch_name": "281@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69770", - "roomcode": "2926.02.681", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 2.OG", - "address_link": "ris.einzelraum?raumkey=69779", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69770, + "usage_id": 222 + }, + "2926.02.682": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "282, Flur", "arch_name": "282@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69779", - "roomcode": "2926.02.682", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69904", + "area_id": 29, + "building_id": 598, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69779, + "usage_id": 222 + }, + "2926.03.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "301, WC-Damen", "arch_name": "301@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69904", - "roomcode": "2926.03.001", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69905", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69904, + "usage_id": 116 + }, + "2926.03.002": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "302, WC-Herren", "arch_name": "302@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69905", - "roomcode": "2926.03.002", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69906", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69905, + "usage_id": 115 + }, + "2926.03.003": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "303, K\u00fcche", "arch_name": "303@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69906", - "roomcode": "2926.03.003", - "usage": 28 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69907", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69906, + "usage_id": 28 + }, + "2926.03.004": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "304, B\u00fcro", "arch_name": "304@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69907", - "roomcode": "2926.03.004", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69908", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69907, + "usage_id": 12 + }, + "2926.03.005": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69908", - "roomcode": "2926.03.005", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69909", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69908, + "usage_id": 12 + }, + "2926.03.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "306, B\u00fcro", "arch_name": "306@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69909", - "roomcode": "2926.03.006", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69910", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69909, + "usage_id": 12 + }, + "2926.03.007": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "307, B\u00fcro", "arch_name": "307@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69910", - "roomcode": "2926.03.007", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69912", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69910, + "usage_id": 12 + }, + "2926.03.008": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "308, B\u00fcro", "arch_name": "308@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69912", - "roomcode": "2926.03.008", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69913", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69912, + "usage_id": 12 + }, + "2926.03.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "309, B\u00fcro", "arch_name": "309@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69913", - "roomcode": "2926.03.009", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69911", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69913, + "usage_id": 12 + }, + "2926.03.010": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "310, B\u00fcro", "arch_name": "310@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69911", - "roomcode": "2926.03.010", - "usage": 196 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69914", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69911, + "usage_id": 196 + }, + "2926.03.011": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "311, Empfang", "arch_name": "311@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69914", - "roomcode": "2926.03.011", - "usage": 196 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69902", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69914, + "usage_id": 196 + }, + "2926.03.012": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "312, Lager", "arch_name": "312@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69902", - "roomcode": "2926.03.012", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=69903", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69902, + "usage_id": 30 + }, + "2926.03.013": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "313, Flur", "arch_name": "313@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69903", - "roomcode": "2926.03.013", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43905", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69903, + "usage_id": 222 + }, + "2926.03.601": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "301, B\u00fcro", "arch_name": "301@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43905", - "roomcode": "2926.03.601", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43909", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43905, + "usage_id": 12 + }, + "2926.03.602": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "302, B\u00fcro", "arch_name": "302@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43909", - "roomcode": "2926.03.602", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43911", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43909, + "usage_id": 12 + }, + "2926.03.602A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "371, Elektro Verteiler", "arch_name": "371@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26064", - "operator": "[ TUZVR44 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43911", - "roomcode": "2926.03.602A", - "usage": 160 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43913", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43911, + "usage_id": 160 + }, + "2926.03.603": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "303, B\u00fcro", "arch_name": "303@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43913", - "roomcode": "2926.03.603", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43993", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43913, + "usage_id": 12 + }, + "2926.03.603A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "370, Materiallager", "arch_name": "370@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43993", - "roomcode": "2926.03.603A", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43997", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43993, + "usage_id": 30 + }, + "2926.03.604": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "304, B\u00fcro", "arch_name": "304@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43997", - "roomcode": "2926.03.604", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44000", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43997, + "usage_id": 12 + }, + "2926.03.605": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44000", - "roomcode": "2926.03.605", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44003", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44000, + "usage_id": 12 + }, + "2926.03.606": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "306, B\u00fcro", "arch_name": "306@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44003", - "roomcode": "2926.03.606", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=64533", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44003, + "usage_id": 12 + }, + "2926.03.607A": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "307A, B\u00fcro", "arch_name": "307A@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64533", - "roomcode": "2926.03.607A", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=64534", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64533, + "usage_id": 12 + }, + "2926.03.607B": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "307B, B\u00fcro", "arch_name": "307B@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64534", - "roomcode": "2926.03.607B", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44091", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64534, + "usage_id": 12 + }, + "2926.03.608": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "308, B\u00fcro", "arch_name": "308@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44091", - "roomcode": "2926.03.608", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44192", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44091, + "usage_id": 12 + }, + "2926.03.609": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "309, B\u00fcro", "arch_name": "309@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44192", - "roomcode": "2926.03.609", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44195", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44192, + "usage_id": 12 + }, + "2926.03.610": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "310, Server/B\u00fcro", "arch_name": "310@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44195", - "roomcode": "2926.03.610", - "usage": 207 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44198", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44195, + "usage_id": 207 + }, + "2926.03.611": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "311, Kopierer/Lager", "arch_name": "311@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44198", - "roomcode": "2926.03.611", - "usage": 110 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44202", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44198, + "usage_id": 110 + }, + "2926.03.612": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "312, B\u00fcro", "arch_name": "312@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44202", - "roomcode": "2926.03.612", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=44209", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44202, + "usage_id": 12 + }, + "2926.03.613": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "313, B\u00fcro", "arch_name": "313@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44209", - "roomcode": "2926.03.613", - "usage": 12 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42862", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44209, + "usage_id": 12 + }, + "2926.03.614": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "314, Lager", "arch_name": "314@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42862", - "roomcode": "2926.03.614", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42869", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42862, + "usage_id": 30 + }, + "2926.03.615": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "315, WC-Damen", "arch_name": "315@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42869", - "roomcode": "2926.03.615", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42874", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42869, + "usage_id": 116 + }, + "2926.03.616": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "316, WC-Herren", "arch_name": "316@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42874", - "roomcode": "2926.03.616", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42879", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42874, + "usage_id": 115 + }, + "2926.03.617": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "350, Lager", "arch_name": "350@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42879", - "roomcode": "2926.03.617", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42886", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42879, + "usage_id": 30 + }, + "2926.03.618": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "351, Lager", "arch_name": "351@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42886", - "roomcode": "2926.03.618", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42964", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42886, + "usage_id": 30 + }, + "2926.03.619": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "352, Lager", "arch_name": "352@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42964", - "roomcode": "2926.03.619", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42969", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42964, + "usage_id": 30 + }, + "2926.03.620": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "353, Lager", "arch_name": "353@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42969", - "roomcode": "2926.03.620", - "usage": 30 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42973", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42969, + "usage_id": 30 + }, + "2926.03.621": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "354, WC-Damen", "arch_name": "354@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42973", - "roomcode": "2926.03.621", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=42977", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42973, + "usage_id": 116 + }, + "2926.03.622": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "355, WC-Herren", "arch_name": "355@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=42977", - "roomcode": "2926.03.622", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43062", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42977, + "usage_id": 115 + }, + "2926.03.623": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "356, WC-Damen", "arch_name": "356@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43062", - "roomcode": "2926.03.623", - "usage": 116 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=43065", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43062, + "usage_id": 116 + }, + "2926.03.624": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "357, WC-Herren", "arch_name": "357@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=43065", - "roomcode": "2926.03.624", - "usage": 115 - }, - { - "address": "Leopoldstr. 139/145, 3.OG", - "address_link": "ris.einzelraum?raumkey=59908", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43065, + "usage_id": 115 + }, + "2926.03.625": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "380, Flur", "arch_name": "380@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59908", - "roomcode": "2926.03.625", - "usage": 222 - }, - { - "address": "Leopoldstr. 139/145, 1.UG", - "address_link": "ris.einzelraum?raumkey=68209", + "area_id": 29, + "building_id": 598, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59908, + "usage_id": 222 + }, + "2926.U1.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "alt_name": "001, Lager", "arch_name": "001@2926", - "b_area_id": 29, - "b_filter_id": 598, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=42888", - "operator": "[ TUWIC03 ]", - "plz_place": "80804 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68209", - "roomcode": "2926.U1.001", - "usage": 30 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43071", + "area_id": 29, + "building_id": 598, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 42888, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68209, + "usage_id": 30 + }, + "2927.01.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.001, Flur 1 Trakt 1 Nord-Ost", "arch_name": "01.001@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43071", - "roomcode": "2927.01.001", - "usage": 222 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62552", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43071, + "usage_id": 222 + }, + "2927.01.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.002, Flur 2 Trakt 2 S\u00fcd-West", "arch_name": "01.002@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62552", - "roomcode": "2927.01.002", - "usage": 222 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62553", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62552, + "usage_id": 222 + }, + "2927.01.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.003, Flur Nord (Treppenhaus)", "arch_name": "01.003@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62553", - "roomcode": "2927.01.003", - "usage": 222 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62564", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62553, + "usage_id": 222 + }, + "2927.01.008": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.008, Seminarraum C2", "arch_name": "01.008@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=29712&cReadonly=J", - "extended": { - "additional_description": "01.008, Seminarraum C2", - "address": "Petersgasse 18(2927), 1.Obergescho\u00df", - "architect_room_nr": "01.008@2927", - "area_m2": 72.49, - "building": "2927 TUM CS PG18 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62564", - "roomcode": "2927.01.008", - "usage": 41 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62565", + "area_id": 50, + "building_id": 878, + "calendar_resource_nr": 29712, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62564, + "usage_id": 41 + }, + "2927.01.008A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.008A, Teek\u00fcche", "arch_name": "01.008A@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62565", - "roomcode": "2927.01.008A", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62567", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62565, + "usage_id": 12 + }, + "2927.01.009": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.009, Besprechungraum (klein)", "arch_name": "01.009@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62567", - "roomcode": "2927.01.009", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62566", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62567, + "usage_id": 12 + }, + "2927.01.009A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.009a, Kopierraum", "arch_name": "01.009a@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62566", - "roomcode": "2927.01.009A", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62554", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62566, + "usage_id": 12 + }, + "2927.01.010": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.010, Prof.-B\u00fcro", "arch_name": "01.010@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62554", - "roomcode": "2927.01.010", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62555", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62554, + "usage_id": 12 + }, + "2927.01.011": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.011, Sekretariat", "arch_name": "01.011@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62555", - "roomcode": "2927.01.011", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62556", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62555, + "usage_id": 12 + }, + "2927.01.012": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.012, B\u00fcro", "arch_name": "01.012@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62556", - "roomcode": "2927.01.012", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62557", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62556, + "usage_id": 12 + }, + "2927.01.013": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.013, B\u00fcro", "arch_name": "01.013@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62557", - "roomcode": "2927.01.013", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62558", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62557, + "usage_id": 12 + }, + "2927.01.014": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.014, B\u00fcro", "arch_name": "01.014@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62558", - "roomcode": "2927.01.014", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62559", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62558, + "usage_id": 12 + }, + "2927.01.015": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62559", - "roomcode": "2927.01.015", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62560", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62559, + "usage_id": 12 + }, + "2927.01.016": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.016, B\u00fcro", "arch_name": "01.016@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62560", - "roomcode": "2927.01.016", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62597", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62560, + "usage_id": 12 + }, + "2927.01.016A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.016A, WC-Damen", "arch_name": "01.016A@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62597", - "roomcode": "2927.01.016A", - "usage": 116 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62599", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62597, + "usage_id": 116 + }, + "2927.01.016B": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.016B, WC-Herren", "arch_name": "01.016B@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62599", - "roomcode": "2927.01.016B", - "usage": 115 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62598", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62599, + "usage_id": 115 + }, + "2927.01.016C": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.016C, WC-Damen Vorraum", "arch_name": "01.016C@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62598", - "roomcode": "2927.01.016C", - "usage": 37 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62601", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62598, + "usage_id": 37 + }, + "2927.01.016D": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.016D, WC-Herren Vorraum", "arch_name": "01.016D@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62601", - "roomcode": "2927.01.016D", - "usage": 37 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62600", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62601, + "usage_id": 37 + }, + "2927.01.016E": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.016E, Putz-/Abstellraum", "arch_name": "01.016E@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62600", - "roomcode": "2927.01.016E", - "usage": 205 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62563", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62600, + "usage_id": 205 + }, + "2927.01.017": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.017, B\u00fcro", "arch_name": "01.017@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62563", - "roomcode": "2927.01.017", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62562", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62563, + "usage_id": 12 + }, + "2927.01.018": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.018, B\u00fcro", "arch_name": "01.018@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62562", - "roomcode": "2927.01.018", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62561", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62562, + "usage_id": 12 + }, + "2927.01.019": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.019, B\u00fcro", "arch_name": "01.019@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62561", - "roomcode": "2927.01.019", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62603", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62561, + "usage_id": 12 + }, + "2927.01.019A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.019a, Plotter / Materialraum", "arch_name": "01.019a@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62603", - "roomcode": "2927.01.019A", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=62602", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62603, + "usage_id": 12 + }, + "2927.01.019B": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.019b, Serverraum", "arch_name": "01.019b@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62602", - "roomcode": "2927.01.019B", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43072", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62602, + "usage_id": 12 + }, + "2927.01.019C": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.019c, Besprechungsraum", "arch_name": "01.019c@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": "tvKalender.wSicht?cOrg=44040&cRes=29132&cReadonly=J", - "extended": { - "additional_description": "01.019c, Besprechungsraum", - "address": "Petersgasse 18(2927), 1.Obergescho\u00df", - "architect_room_nr": "01.019c@2927", - "area_m2": 38.46, - "building": "2927 TUM CS PG18 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019C", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43072", - "roomcode": "2927.01.019C", - "usage": 41 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43074", + "area_id": 50, + "building_id": 878, + "calendar_resource_nr": 29132, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43072, + "usage_id": 41 + }, + "2927.01.020": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.020, B\u00fcro", "arch_name": "01.020@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43074", - "roomcode": "2927.01.020", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43153", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43074, + "usage_id": 12 + }, + "2927.01.021": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.021, B\u00fcro", "arch_name": "01.021@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43153", - "roomcode": "2927.01.021", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43154", - "alt_name": "01.022, B\u00fcro", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43153, + "usage_id": 12 + }, + "2927.01.022": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, + "alt_name": "01.022, B\u00fcro", "arch_name": "01.022@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43154", - "roomcode": "2927.01.022", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43156", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43154, + "usage_id": 12 + }, + "2927.01.023": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.023, B\u00fcro", "arch_name": "01.023@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43156", - "roomcode": "2927.01.023", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43158", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43156, + "usage_id": 12 + }, + "2927.01.024": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.024, B\u00fcro", "arch_name": "01.024@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43158", - "roomcode": "2927.01.024", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43160", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43158, + "usage_id": 12 + }, + "2927.01.025": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.025, B\u00fcro", "arch_name": "01.025@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43160", - "roomcode": "2927.01.025", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43162", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44784, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43160, + "usage_id": 12 + }, + "2927.01.026": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.026, B\u00fcro", "arch_name": "01.026@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43162", - "roomcode": "2927.01.026", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43165", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 37495, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43162, + "usage_id": 12 + }, + "2927.01.027": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.027, B\u00fcro", "arch_name": "01.027@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43165", - "roomcode": "2927.01.027", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43167", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43165, + "usage_id": 12 + }, + "2927.01.028": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.028, B\u00fcro", "arch_name": "01.028@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43167", - "roomcode": "2927.01.028", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=43169", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43167, + "usage_id": 12 + }, + "2927.01.029": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.029, B\u00fcro", "arch_name": "01.029@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43169", - "roomcode": "2927.01.029", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65835", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44784, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43169, + "usage_id": 12 + }, + "2927.01.030": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.030, Ausstellung / Pr\u00e4sentation", "arch_name": "01.030@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=29572&cReadonly=J", - "list_index": "70", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65835", - "roomcode": "2927.01.030", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65836", + "area_id": 50, + "building_id": 878, + "calendar_resource_nr": 29572, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65835, + "usage_id": 12 + }, + "2927.01.031": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.031, Besprechung / Teek\u00fcche", "arch_name": "01.031@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65836", - "roomcode": "2927.01.031", - "usage": 44 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65054", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65836, + "usage_id": 44 + }, + "2927.01.032": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.032, B\u00fcro", "arch_name": "01.032@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65054", - "roomcode": "2927.01.032", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65055", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65054, + "usage_id": 12 + }, + "2927.01.033": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.033, B\u00fcro", "arch_name": "01.033@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65055", - "roomcode": "2927.01.033", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65056", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65055, + "usage_id": 12 + }, + "2927.01.034": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.034, B\u00fcro", "arch_name": "01.034@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65056", - "roomcode": "2927.01.034", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65057", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65056, + "usage_id": 12 + }, + "2927.01.035": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.035, Sekretariat", "arch_name": "01.035@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65057", - "roomcode": "2927.01.035", - "usage": 12 - }, - { - "address": "Petersgasse 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65058", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65057, + "usage_id": 12 + }, + "2927.01.036": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "01.036, B\u00fcro", "arch_name": "01.036@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65058", - "roomcode": "2927.01.036", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62609", + "area_id": 50, + "building_id": 878, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65058, + "usage_id": 12 + }, + "2927.EG.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.001, Bibliothek Theke", "arch_name": "00.001@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62609", - "roomcode": "2927.EG.001", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62610", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62609, + "usage_id": 10 + }, + "2927.EG.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.002, Bibliothek Garderobe Schlie\u00dff\u00e4cher", "arch_name": "00.002@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62610", - "roomcode": "2927.EG.002", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62608", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62610, + "usage_id": 10 + }, + "2927.EG.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.003, Bibliothek B\u00fcro", "arch_name": "00.003@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62608", - "roomcode": "2927.EG.003", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62611", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62608, + "usage_id": 10 + }, + "2927.EG.004": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.004, Bibliothek Arbeitsflur", "arch_name": "00.004@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62611", - "roomcode": "2927.EG.004", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62606", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62611, + "usage_id": 10 + }, + "2927.EG.005": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.005, Bibliothek Lesesaal 1", "arch_name": "00.005@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62606", - "roomcode": "2927.EG.005", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62607", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62606, + "usage_id": 10 + }, + "2927.EG.006": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.006, Bibliothek Lesesaal 2", "arch_name": "00.006@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62607", - "roomcode": "2927.EG.006", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62612", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62607, + "usage_id": 10 + }, + "2927.EG.007": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.007, Bibliothek Lesesaal 3", "arch_name": "00.007@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26720", - "operator": "[ TUZEBFR ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62612", - "roomcode": "2927.EG.007", - "usage": 10 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65050", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26720, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62612, + "usage_id": 10 + }, + "2927.EG.007A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.008, WC-Behinderte", "arch_name": "00.008@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65050", - "roomcode": "2927.EG.007A", - "usage": 117 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65049", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65050, + "usage_id": 117 + }, + "2927.EG.008": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.009, Flur", "arch_name": "00.009@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65049", - "roomcode": "2927.EG.008", - "usage": 222 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65048", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65049, + "usage_id": 222 + }, + "2927.EG.010": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.010, Flur", "arch_name": "00.010@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65048", - "roomcode": "2927.EG.010", - "usage": 222 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65052", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65048, + "usage_id": 222 + }, + "2927.EG.011": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.011, WC Damen Vorraum", "arch_name": "00.011@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65052", - "roomcode": "2927.EG.011", - "usage": 118 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65051", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65052, + "usage_id": 118 + }, + "2927.EG.012": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.012, Reinigungsmittelraum", "arch_name": "00.012@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65051", - "roomcode": "2927.EG.012", - "usage": 205 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=62543", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65051, + "usage_id": 205 + }, + "2927.EG.013": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.013, WC-Damen", "arch_name": "00.013@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=62543", - "roomcode": "2927.EG.013", - "usage": 116 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65053", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62543, + "usage_id": 116 + }, + "2927.EG.014": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.014, WC-Herren", "arch_name": "00.014@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65053", - "roomcode": "2927.EG.014", - "usage": 115 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65047", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65053, + "usage_id": 115 + }, + "2927.EG.015": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.015, H\u00f6rsaal Refektorium C1", "arch_name": "00.015@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=25846&cReadonly=J", - "extended": { - "additional_description": "00.015, H\u00f6rsaal Refektorium C1", - "address": "Petersgasse 18(2927), Erdgescho\u00df", - "architect_room_nr": "00.015@2927", - "area_m2": 139.03, - "building": "2927 TUM CS PG18 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "015", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65047", - "roomcode": "2927.EG.015", - "usage": 20 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65046", + "area_id": 50, + "building_id": 878, + "calendar_resource_nr": 25846, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65047, + "usage_id": 20 + }, + "2927.EG.016": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.016, H\u00f6rsaal Vorraum", "arch_name": "00.016@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65046", - "roomcode": "2927.EG.016", - "usage": 50 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65045", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65046, + "usage_id": 50 + }, + "2927.EG.017": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.017, Cafeteria", "arch_name": "00.017@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65045", - "roomcode": "2927.EG.017", - "usage": 139 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65043", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65045, + "usage_id": 139 + }, + "2927.EG.018": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.018, EDV-Raum Studenten", "arch_name": "00.018@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65043", - "roomcode": "2927.EG.018", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65044", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65043, + "usage_id": 12 + }, + "2927.EG.019": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.019, Flur", "arch_name": "00.019@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65044", - "roomcode": "2927.EG.019", - "usage": 222 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65041", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65044, + "usage_id": 222 + }, + "2927.EG.020": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.020, Flur", "arch_name": "00.020@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65041", - "roomcode": "2927.EG.020", - "usage": 222 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65042", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65041, + "usage_id": 222 + }, + "2927.EG.022": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.022, Kopier- / Druckerraum", "arch_name": "00.022@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65042", - "roomcode": "2927.EG.022", - "usage": 110 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65040", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65042, + "usage_id": 110 + }, + "2927.EG.023": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.023, Flur", "arch_name": "00.023@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65040", - "roomcode": "2927.EG.023", - "usage": 222 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65039", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65040, + "usage_id": 222 + }, + "2927.EG.024": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.024, B\u00fcro", "arch_name": "00.024@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65039", - "roomcode": "2927.EG.024", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65038", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65039, + "usage_id": 12 + }, + "2927.EG.025": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.025, B\u00fcro", "arch_name": "00.025@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65038", - "roomcode": "2927.EG.025", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65037", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65038, + "usage_id": 12 + }, + "2927.EG.026": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.026, B\u00fcro", "arch_name": "00.026@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65037", - "roomcode": "2927.EG.026", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65035", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65037, + "usage_id": 12 + }, + "2927.EG.027": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.027, B\u00fcro", "arch_name": "00.027@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65035", - "roomcode": "2927.EG.027", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65036", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65035, + "usage_id": 12 + }, + "2927.EG.028": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.028, B\u00fcro", "arch_name": "00.028@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65036", - "roomcode": "2927.EG.028", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65034", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65036, + "usage_id": 12 + }, + "2927.EG.029": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.029, B\u00fcro", "arch_name": "00.029@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65034", - "roomcode": "2927.EG.029", - "usage": 12 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65897", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65034, + "usage_id": 12 + }, + "2927.EG.111": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.021, Studenten Aufenthaltsraum", "arch_name": "00.021@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65897", - "roomcode": "2927.EG.111", - "usage": 44 - }, - { - "address": "Petersgasse 18, EG", - "address_link": "ris.einzelraum?raumkey=65898", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65897, + "usage_id": 44 + }, + "2927.EG.112": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "00.021.1, Teek\u00fcche Studenten", "arch_name": "00.021.1@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65898", - "roomcode": "2927.EG.112", - "usage": 44 - }, - { - "address": "Petersgasse 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=65272", + "area_id": 50, + "building_id": 878, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65898, + "usage_id": 44 + }, + "2927.U1.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "UG.001, Treppenhaus", "arch_name": "UG.001@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65272", - "roomcode": "2927.U1.001", - "usage": 223 - }, - { - "address": "Petersgasse 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=65271", + "area_id": 50, + "building_id": 878, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65272, + "usage_id": 223 + }, + "2927.U1.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "UG.002, Vorraum WC", "arch_name": "UG.002@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65271", - "roomcode": "2927.U1.002", - "usage": 118 - }, - { - "address": "Petersgasse 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=65270", + "area_id": 50, + "building_id": 878, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65271, + "usage_id": 118 + }, + "2927.U1.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "UG.003, WC-Damen", "arch_name": "UG.003@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65270", - "roomcode": "2927.U1.003", - "usage": 116 - }, - { - "address": "Petersgasse 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=65269", + "area_id": 50, + "building_id": 878, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65270, + "usage_id": 116 + }, + "2927.U1.004": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "alt_name": "UG.004, WC-Herren", "arch_name": "UG.004@2927", - "b_area_id": 50, - "b_filter_id": 878, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65269", - "roomcode": "2927.U1.004", - "usage": 116 - }, - { - "address": "Schulgasse 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66935", + "area_id": 50, + "building_id": 878, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65269, + "usage_id": 116 + }, + "2929.01.017": { + "address": { + "place": "Straubing", + "street": "Schulgasse 20", + "zip_code": 94315 + }, "alt_name": "1.017, H\u00f6rsaal Schulungs- und Ausbildungszentrum", "arch_name": "1.017@2929", - "b_area_id": 50, - "b_filter_id": 1525, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=29692&cReadonly=J", - "extended": { - "additional_description": "1.017, H\u00f6rsaal Schulungs- und Ausbildungszentrum", - "address": "Schulgasse 20(2929), 1.Obergescho\u00df", - "architect_room_nr": "1.017@2929", - "area_m2": 139.83, - "building": "2929 TUM CS SG20 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "017", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=66935", - "roomcode": "2929.01.017", - "usage": 20 - }, - { - "address": "Schulgasse 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=64274", + "area_id": 50, + "building_id": 1525, + "calendar_resource_nr": 29692, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66935, + "usage_id": 20 + }, + "2929.02.101": { + "address": { + "place": "Straubing", + "street": "Schulgasse 20", + "zip_code": 94315 + }, "alt_name": "2.208, H\u00f6rsaal B1", "arch_name": "2.208@2929", - "b_area_id": 50, - "b_filter_id": 1525, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24280&cReadonly=J", - "extended": { - "additional_description": "2.208, H\u00f6rsaal B1", - "address": "Schulgasse 20(2929), 2.Obergescho\u00df", - "architect_room_nr": "2.208@2929", - "area_m2": 79.7, - "building": "2929 TUM CS SG20 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=64274", - "roomcode": "2929.02.101", - "usage": 20 - }, - { - "address": "Schulgasse 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=64275", + "area_id": 50, + "building_id": 1525, + "calendar_resource_nr": 24280, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64274, + "usage_id": 20 + }, + "2929.02.102": { + "address": { + "place": "Straubing", + "street": "Schulgasse 20", + "zip_code": 94315 + }, "alt_name": "2.211, Seminarraum B2", "arch_name": "2.211@2929", - "b_area_id": 50, - "b_filter_id": 1525, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24281&cReadonly=J", - "extended": { - "additional_description": "2.211, Seminarraum B2", - "address": "Schulgasse 20(2929), 2.Obergescho\u00df", - "architect_room_nr": "2.211@2929", - "area_m2": 41.36, - "building": "2929 TUM CS SG20 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "102", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=64275", - "roomcode": "2929.02.102", - "usage": 41 - }, - { - "address": "Schulgasse 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=64276", + "area_id": 50, + "building_id": 1525, + "calendar_resource_nr": 24281, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64275, + "usage_id": 41 + }, + "2929.02.103": { + "address": { + "place": "Straubing", + "street": "Schulgasse 20", + "zip_code": 94315 + }, "alt_name": "2.213, Seminarraum B3", "arch_name": "2.213@2929", - "b_area_id": 50, - "b_filter_id": 1525, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24282&cReadonly=J", - "extended": { - "additional_description": "2.213, Seminarraum B3", - "address": "Schulgasse 20(2929), 2.Obergescho\u00df", - "architect_room_nr": "2.213@2929", - "area_m2": 41.14, - "building": "2929 TUM CS SG20 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "103", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=64276", - "roomcode": "2929.02.103", - "usage": 41 - }, - { - "address": "Rentamtsberg 1, EG", - "address_link": "ris.einzelraum?raumkey=68883", + "area_id": 50, + "building_id": 1525, + "calendar_resource_nr": 24282, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64276, + "usage_id": 41 + }, + "2930.EG.001": { + "address": { + "place": "Straubing", + "street": "Rentamtsberg 1", + "zip_code": 94315 + }, "alt_name": "-1001, H\u00f6rsaal Schiffsmeistersaal", "arch_name": "-1001@2930", - "b_area_id": 50, - "b_filter_id": 2250, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=29594&cReadonly=J", - "extended": { - "additional_description": "-1001, H\u00f6rsaal Schiffsmeistersaal", - "address": "Rentamtsberg 1(2930), Erdgescho\u00df", - "architect_room_nr": "-1001@2930", - "area_m2": 200.0, - "building": "2930 TUM CS H\u00f6rsaal Rentamtsberg 1 (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68883", - "roomcode": "2930.EG.001", - "usage": 20 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62390", + "area_id": 50, + "building_id": 2250, + "calendar_resource_nr": 29594, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68883, + "usage_id": 20 + }, + "2940.03.301M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M301, Sanit\u00e4r/Zugang Duschbereich", "arch_name": "M 301@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62390", - "roomcode": "2940.03.301M", - "usage": 37 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62391", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62390, + "usage_id": 37 + }, + "2940.03.301R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R301, B\u00fcro", "arch_name": "R 301@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62391", - "roomcode": "2940.03.301R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62382", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62391, + "usage_id": 12 + }, + "2940.03.302L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L302, Empfangs-/Wartebereich", "arch_name": "L 302@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62382", - "roomcode": "2940.03.302L", - "usage": 44 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62387", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62382, + "usage_id": 44 + }, + "2940.03.302M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M302, Vask. Diagnostik", "arch_name": "M 302@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62387", - "roomcode": "2940.03.302M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63061", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62387, + "usage_id": 124 + }, + "2940.03.303M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M303, Belastung 3", "arch_name": "M 303@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63061", - "roomcode": "2940.03.303M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62790", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63061, + "usage_id": 178 + }, + "2940.03.304M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M308, Sehtest/H\u00f6rtest", "arch_name": "M 308@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62790", - "roomcode": "2940.03.304M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62392", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62790, + "usage_id": 124 + }, + "2940.03.304R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R304, B\u00fcro", "arch_name": "R 304@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62392", - "roomcode": "2940.03.304R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62393", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62392, + "usage_id": 12 + }, + "2940.03.305R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R305, B\u00fcro", "arch_name": "R 305@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62393", - "roomcode": "2940.03.305R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62381", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62393, + "usage_id": 12 + }, + "2940.03.306L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L306, Kopierraum", "arch_name": "L 306@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62381", - "roomcode": "2940.03.306L", - "usage": 110 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62775", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62381, + "usage_id": 110 + }, + "2940.03.306M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M306, Ultraschall 2", "arch_name": "M 306@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62775", - "roomcode": "2940.03.306M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62774", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62775, + "usage_id": 124 + }, + "2940.03.308M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M308, Ultraschall 1", "arch_name": "M 308@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62774", - "roomcode": "2940.03.308M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62389", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62774, + "usage_id": 124 + }, + "2940.03.309M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M309, Belastung 2", "arch_name": "M 309@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62389", - "roomcode": "2940.03.309M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62394", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62389, + "usage_id": 178 + }, + "2940.03.309R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R309, B\u00fcro", "arch_name": "R 309@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62394", - "roomcode": "2940.03.309R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62380", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62394, + "usage_id": 12 + }, + "2940.03.310L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L310, Untersuchung 1", "arch_name": "L 310@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62380", - "roomcode": "2940.03.310L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62386", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62380, + "usage_id": 124 + }, + "2940.03.310M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M310, Lungenfunktion", "arch_name": "M 310@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62386", - "roomcode": "2940.03.310M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62395", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62386, + "usage_id": 178 + }, + "2940.03.311R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R311, Besprechungsraum", "arch_name": "R 311@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62395", - "roomcode": "2940.03.311R", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62379", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62395, + "usage_id": 196 + }, + "2940.03.312L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L312, Untersuchung 2", "arch_name": "L 312@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62379", - "roomcode": "2940.03.312L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62388", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62379, + "usage_id": 124 + }, + "2940.03.313M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M313, Belastung 1", "arch_name": "M 313@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62388", - "roomcode": "2940.03.313M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62396", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62388, + "usage_id": 178 + }, + "2940.03.313R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R313, B\u00fcro", "arch_name": "R 313@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62396", - "roomcode": "2940.03.313R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62378", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62396, + "usage_id": 12 + }, + "2940.03.314L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L314, Untersuchung 3", "arch_name": "L 314@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62378", - "roomcode": "2940.03.314L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62385", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62378, + "usage_id": 124 + }, + "2940.03.314M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M314, EKG 2", "arch_name": "M 314@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62385", - "roomcode": "2940.03.314M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62410", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62385, + "usage_id": 178 + }, + "2940.03.315L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L315, Teek\u00fcche", "arch_name": "L 315@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62410", - "roomcode": "2940.03.315L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62397", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62410, + "usage_id": 198 + }, + "2940.03.315R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R315, Sekretariat", "arch_name": "R 315@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62397", - "roomcode": "2940.03.315R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62377", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62397, + "usage_id": 40 + }, + "2940.03.316L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L316, Untersuchung 4", "arch_name": "L 316@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62377", - "roomcode": "2940.03.316L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62384", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62377, + "usage_id": 124 + }, + "2940.03.316M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M316, EKG 1", "arch_name": "M 316@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62384", - "roomcode": "2940.03.316M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62411", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62384, + "usage_id": 178 + }, + "2940.03.316R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R316, Teek\u00fcche", "arch_name": "R 316@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62411", - "roomcode": "2940.03.316R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62376", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62411, + "usage_id": 198 + }, + "2940.03.318L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L318, Untersuchung 5", "arch_name": "L 318@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62376", - "roomcode": "2940.03.318L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62372", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62376, + "usage_id": 124 + }, + "2940.03.319L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L319, Aufenthalt/Umkleide", "arch_name": "L 319@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62372", - "roomcode": "2940.03.319L", - "usage": 44 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62375", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62372, + "usage_id": 44 + }, + "2940.03.320L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L320, EDV", "arch_name": "L 320@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62375", - "roomcode": "2940.03.320L", - "usage": 207 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62399", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62375, + "usage_id": 207 + }, + "2940.03.320R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R320, B\u00fcro", "arch_name": "R 320@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62399", - "roomcode": "2940.03.320R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62374", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62399, + "usage_id": 12 + }, + "2940.03.323L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L323, Forschungslabor", "arch_name": "L 323@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62374", - "roomcode": "2940.03.323L", - "usage": 103 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62398", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62374, + "usage_id": 103 + }, + "2940.03.323R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R323, B\u00fcro+Besprechungsraum", "arch_name": "R 323@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62398", - "roomcode": "2940.03.323R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62373", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16029, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62398, + "usage_id": 12 + }, + "2940.03.324L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L324, Forschungslabor", "arch_name": "L 324@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62373", - "roomcode": "2940.03.324L", - "usage": 103 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62400", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62373, + "usage_id": 103 + }, + "2940.03.324R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R324, Sekretariat", "arch_name": "R 324@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62400", - "roomcode": "2940.03.324R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62401", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16029, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62400, + "usage_id": 40 + }, + "2940.03.330L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L330, Flur", "arch_name": "L 330@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62401", - "roomcode": "2940.03.330L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62402", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62401, + "usage_id": 222 + }, + "2940.03.330M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M330, Flur", "arch_name": "M 330@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62402", - "roomcode": "2940.03.330M", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62403", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62402, + "usage_id": 222 + }, + "2940.03.330R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R330, Flur", "arch_name": "R 330@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62403", - "roomcode": "2940.03.330R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62404", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62403, + "usage_id": 222 + }, + "2940.03.331L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L331, Flur", "arch_name": "L 331@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62404", - "roomcode": "2940.03.331L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63062", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62404, + "usage_id": 222 + }, + "2940.03.331M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M331, Flur", "arch_name": "M 331@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63062", - "roomcode": "2940.03.331M", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62405", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63062, + "usage_id": 222 + }, + "2940.03.331R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R331, Flur", "arch_name": "R 331@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62405", - "roomcode": "2940.03.331R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62406", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62405, + "usage_id": 222 + }, + "2940.03.332L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L332, WC-Herren", "arch_name": "L 332@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62406", - "roomcode": "2940.03.332L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62409", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62406, + "usage_id": 115 + }, + "2940.03.332R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R332, WC-Damen", "arch_name": "R 332@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62409", - "roomcode": "2940.03.332R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62407", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62409, + "usage_id": 116 + }, + "2940.03.333L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L333, WC-Damen", "arch_name": "L 333@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62407", - "roomcode": "2940.03.333L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=62408", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62407, + "usage_id": 116 + }, + "2940.03.333R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R333, WC-Herren", "arch_name": "R 333@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62408", - "roomcode": "2940.03.333R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63063", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62408, + "usage_id": 115 + }, + "2940.03.334R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R334, Flur", "arch_name": "R 334@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63063", - "roomcode": "2940.03.334R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63065", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63063, + "usage_id": 222 + }, + "2940.03.335L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L335, Server", "arch_name": "L 335@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63065", - "roomcode": "2940.03.335L", - "usage": 207 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63066", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63065, + "usage_id": 207 + }, + "2940.03.335R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R335, Server", "arch_name": "R 335@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63066", - "roomcode": "2940.03.335R", - "usage": 207 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63064", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63066, + "usage_id": 207 + }, + "2940.03.336R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R336, Flur", "arch_name": "R 336@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63064", - "roomcode": "2940.03.336R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63057", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63064, + "usage_id": 222 + }, + "2940.03.340M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M340, Dusche", "arch_name": "M 340@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63057", - "roomcode": "2940.03.340M", - "usage": 113 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63058", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63057, + "usage_id": 113 + }, + "2940.03.341M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M341, Dusche", "arch_name": "M 341@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63058", - "roomcode": "2940.03.341M", - "usage": 113 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63059", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63058, + "usage_id": 113 + }, + "2940.03.342M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M342, Dusche", "arch_name": "M 342@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63059", - "roomcode": "2940.03.342M", - "usage": 113 - }, - { - "address": "Georg-Brauchle-Ring 50_66, 3.OG", - "address_link": "ris.einzelraum?raumkey=63060", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63059, + "usage_id": 113 + }, + "2940.03.343M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M343, Dusche", "arch_name": "M 343@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63060", - "roomcode": "2940.03.343M", - "usage": 113 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62339", + "area_id": 29, + "building_id": 1285, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63060, + "usage_id": 113 + }, + "2940.EG.001L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L001, Lobby", "arch_name": "L 001@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62339", - "roomcode": "2940.EG.001L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62353", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62339, + "usage_id": 222 + }, + "2940.EG.001M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M001, Seminarraum", "arch_name": "M 001@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=22499&cReadonly=J", - "extended": { - "additional_description": "M001, Seminarraum", - "address": "Georg-Brauchle-Ring 50_66(2940), Erdgescho\u00df", - "architect_room_nr": "M 001@2940", - "area_m2": 282.5, - "building": "2940 Campus C (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001M", - "seats": 200, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62353", - "roomcode": "2940.EG.001M", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62363", + "area_id": 29, + "building_id": 1285, + "calendar_resource_nr": 22499, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 200, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62353, + "usage_id": 41 + }, + "2940.EG.001R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R001, B\u00fcro", "arch_name": "R 001@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62363", - "roomcode": "2940.EG.001R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62364", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62363, + "usage_id": 12 + }, + "2940.EG.003R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R003, B\u00fcro", "arch_name": "R 003@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62364", - "roomcode": "2940.EG.003R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62362", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62364, + "usage_id": 12 + }, + "2940.EG.004R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R004, Lobby", "arch_name": "R 004@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62362", - "roomcode": "2940.EG.004R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62365", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62362, + "usage_id": 222 + }, + "2940.EG.005R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R005, B\u00fcro", "arch_name": "R 005@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62365", - "roomcode": "2940.EG.005R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62366", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62365, + "usage_id": 12 + }, + "2940.EG.007R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R007, B\u00fcro", "arch_name": "R 007@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62366", - "roomcode": "2940.EG.007R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62354", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16029, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62366, + "usage_id": 12 + }, + "2940.EG.010L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L010, Golflabor", "arch_name": "L 010@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=28632&cReadonly=J", - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62354", - "roomcode": "2940.EG.010L", - "usage": 103 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62367", + "area_id": 29, + "building_id": 1285, + "calendar_resource_nr": 28632, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62354, + "usage_id": 103 + }, + "2940.EG.011R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R011, K\u00fchlraum", "arch_name": "R 011@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62367", - "roomcode": "2940.EG.011R", - "usage": 199 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62355", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62367, + "usage_id": 199 + }, + "2940.EG.014L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L014, B\u00fcro", "arch_name": "L 014@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62355", - "roomcode": "2940.EG.014L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62348", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62355, + "usage_id": 12 + }, + "2940.EG.015L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L015, Teek\u00fcche", "arch_name": "L 015@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62348", - "roomcode": "2940.EG.015L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62350", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62348, + "usage_id": 198 + }, + "2940.EG.015M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M015, WC-Herren", "arch_name": "M 015@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62350", - "roomcode": "2940.EG.015M", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62356", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62350, + "usage_id": 115 + }, + "2940.EG.016L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L016, B\u00fcro", "arch_name": "L 016@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62356", - "roomcode": "2940.EG.016L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=63067", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62356, + "usage_id": 12 + }, + "2940.EG.016M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "M016, WC-Damen", "arch_name": "M 016@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63067", - "roomcode": "2940.EG.016M", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62349", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63067, + "usage_id": 116 + }, + "2940.EG.016R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R016, Teek\u00fcche", "arch_name": "R 016@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62349", - "roomcode": "2940.EG.016R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62368", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62349, + "usage_id": 198 + }, + "2940.EG.017R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R017, Training", "arch_name": "R 017@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62368", - "roomcode": "2940.EG.017R", - "usage": 128 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62357", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62368, + "usage_id": 128 + }, + "2940.EG.018L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L018, Lager", "arch_name": "L 018@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62357", - "roomcode": "2940.EG.018L", - "usage": 30 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62352", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62357, + "usage_id": 30 + }, + "2940.EG.018R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R018, Dusche/Umkleide", "arch_name": "R 018@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62352", - "roomcode": "2940.EG.018R", - "usage": 113 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62359", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62352, + "usage_id": 113 + }, + "2940.EG.019L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L019, B\u00fcro", "arch_name": "L 019@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62359", - "roomcode": "2940.EG.019L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62358", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62359, + "usage_id": 12 + }, + "2940.EG.020L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L020, B\u00fcro", "arch_name": "L 020@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62358", - "roomcode": "2940.EG.020L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62351", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62358, + "usage_id": 12 + }, + "2940.EG.020R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R020, Dusche/Umkleide", "arch_name": "R 020@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62351", - "roomcode": "2940.EG.020R", - "usage": 113 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62371", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62351, + "usage_id": 113 + }, + "2940.EG.022R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R022, Serverraum", "arch_name": "R 022@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62371", - "roomcode": "2940.EG.022R", - "usage": 207 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62361", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62371, + "usage_id": 207 + }, + "2940.EG.023L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L023, B\u00fcro", "arch_name": "L 023@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62361", - "roomcode": "2940.EG.023L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62369", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62361, + "usage_id": 12 + }, + "2940.EG.023R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R023, Training", "arch_name": "R 023@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62369", - "roomcode": "2940.EG.023R", - "usage": 128 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62360", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62369, + "usage_id": 128 + }, + "2940.EG.024L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L024, B\u00fcro", "arch_name": "L 024@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=47737", - "operator": "[ TUSPL19 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62360", - "roomcode": "2940.EG.024L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62370", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62360, + "usage_id": 12 + }, + "2940.EG.024R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R024, Sektretariat", "arch_name": "R 024@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=16029", - "operator": "[ TUMEPR1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62370", - "roomcode": "2940.EG.024R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62340", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16029, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62370, + "usage_id": 40 + }, + "2940.EG.030L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L030, Flur", "arch_name": "L 030@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62340", - "roomcode": "2940.EG.030L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62342", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62340, + "usage_id": 222 + }, + "2940.EG.030R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R030, Flur", "arch_name": "R 030@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62342", - "roomcode": "2940.EG.030R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62341", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62342, + "usage_id": 222 + }, + "2940.EG.031L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L031, Flur", "arch_name": "L 031@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62341", - "roomcode": "2940.EG.031L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62343", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62341, + "usage_id": 222 + }, + "2940.EG.031R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R031, Flur", "arch_name": "R 031@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62343", - "roomcode": "2940.EG.031R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62344", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62343, + "usage_id": 222 + }, + "2940.EG.032L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L032, WC-Herren", "arch_name": "L 032@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62344", - "roomcode": "2940.EG.032L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62347", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62344, + "usage_id": 115 + }, + "2940.EG.032R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R032, WC-Damen", "arch_name": "R 032@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62347", - "roomcode": "2940.EG.032R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62346", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62347, + "usage_id": 116 + }, + "2940.EG.033L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "L033, WC-Damen", "arch_name": "L 033@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62346", - "roomcode": "2940.EG.033L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 50_66, EG", - "address_link": "ris.einzelraum?raumkey=62345", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62346, + "usage_id": 116 + }, + "2940.EG.033R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "alt_name": "R033, WC-Herren", "arch_name": "R 033@2940", - "b_area_id": 29, - "b_filter_id": 1285, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62345", - "roomcode": "2940.EG.033R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62051", + "area_id": 29, + "building_id": 1285, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62345, + "usage_id": 115 + }, + "2941.01.101L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L101, Fachschaft", "arch_name": "L 101@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62051", - "roomcode": "2941.01.101L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62061", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62051, + "usage_id": 12 + }, + "2941.01.101M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M101, Technologische Versuchshalle", "arch_name": "M 101@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62061", - "roomcode": "2941.01.101M", - "usage": 49 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62069", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62061, + "usage_id": 49 + }, + "2941.01.101R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R101, B\u00fcro", "arch_name": "R 101@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62069", - "roomcode": "2941.01.101R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62052", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62069, + "usage_id": 12 + }, + "2941.01.102L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L102, B\u00fcro", "arch_name": "L 102@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62052", - "roomcode": "2941.01.102L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62064", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62052, + "usage_id": 12 + }, + "2941.01.102M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M102, B\u00fcro", "arch_name": "M 102@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62064", - "roomcode": "2941.01.102M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62068", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62064, + "usage_id": 12 + }, + "2941.01.105R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R105, B\u00fcro", "arch_name": "R 105@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62068", - "roomcode": "2941.01.105R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62070", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62068, + "usage_id": 12 + }, + "2941.01.107R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R107, B\u00fcro", "arch_name": "R 107@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62070", - "roomcode": "2941.01.107R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62819", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62070, + "usage_id": 12 + }, + "2941.01.109R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R109, B\u00fcro", "arch_name": "R 109@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62819", - "roomcode": "2941.01.109R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62054", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62819, + "usage_id": 12 + }, + "2941.01.110L": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=26651&cReadonly=J", - "list_index": "28", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62054", - "roomcode": "2941.01.110L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62905", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 26651, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 29, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62054, + "usage_id": 12 + }, + "2941.01.113R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R113, B\u00fcro", "arch_name": "R 113@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62905", - "roomcode": "2941.01.113R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62055", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62905, + "usage_id": 12 + }, + "2941.01.114L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L114, B\u00fcro", "arch_name": "L 114@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62055", - "roomcode": "2941.01.114L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62043", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62055, + "usage_id": 12 + }, + "2941.01.115L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L115, Teek\u00fcche/Putzraum", "arch_name": "L 115@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62043", - "roomcode": "2941.01.115L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62818", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62043, + "usage_id": 198 + }, + "2941.01.115R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R115, B\u00fcro", "arch_name": "R 115@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62818", - "roomcode": "2941.01.115R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62056", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62818, + "usage_id": 12 + }, + "2941.01.116L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L116, B\u00fcro", "arch_name": "L 116@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62056", - "roomcode": "2941.01.116L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62048", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62056, + "usage_id": 12 + }, + "2941.01.116R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R116, Teek\u00fcche", "arch_name": "R 116@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62048", - "roomcode": "2941.01.116R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62060", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62048, + "usage_id": 198 + }, + "2941.01.119L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L119, B\u00fcro", "arch_name": "L 119@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62060", - "roomcode": "2941.01.119L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62057", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62060, + "usage_id": 12 + }, + "2941.01.120L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L120, B\u00fcro", "arch_name": "L 120@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62057", - "roomcode": "2941.01.120L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62066", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62057, + "usage_id": 12 + }, + "2941.01.120R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R120, B\u00fcro", "arch_name": "R 120@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62066", - "roomcode": "2941.01.120R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62067", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62066, + "usage_id": 12 + }, + "2941.01.121R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R121, B\u00fcro", "arch_name": "R 121@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62067", - "roomcode": "2941.01.121R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62058", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62067, + "usage_id": 12 + }, + "2941.01.122L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L122, B\u00fcro", "arch_name": "L 122@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62058", - "roomcode": "2941.01.122L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62059", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62058, + "usage_id": 12 + }, + "2941.01.123L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L123, Besprechungsraum", "arch_name": "L 123@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62059", - "roomcode": "2941.01.123L", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62065", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62059, + "usage_id": 196 + }, + "2941.01.123R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R123, Besprechungsraum", "arch_name": "R 123@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62065", - "roomcode": "2941.01.123R", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62063", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62065, + "usage_id": 196 + }, + "2941.01.124R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R124, B\u00fcro", "arch_name": "R 124@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62063", - "roomcode": "2941.01.124R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62037", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62063, + "usage_id": 12 + }, + "2941.01.130L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L130, Flur", "arch_name": "L 130@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62037", - "roomcode": "2941.01.130L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62044", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62037, + "usage_id": 222 + }, + "2941.01.130R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R130, Flur", "arch_name": "R 130@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62044", - "roomcode": "2941.01.130R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62038", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62044, + "usage_id": 222 + }, + "2941.01.131L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L131, Flur", "arch_name": "L 131@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62038", - "roomcode": "2941.01.131L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62045", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62038, + "usage_id": 222 + }, + "2941.01.131R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R131, Flur", "arch_name": "R 131@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62045", - "roomcode": "2941.01.131R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62040", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62045, + "usage_id": 222 + }, + "2941.01.132L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L132, WC-Herren", "arch_name": "L 132@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62040", - "roomcode": "2941.01.132L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62046", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62040, + "usage_id": 115 + }, + "2941.01.132R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R132, WC-Damen", "arch_name": "R 132@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62046", - "roomcode": "2941.01.132R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62041", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62046, + "usage_id": 116 + }, + "2941.01.133L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L133, WC-Damen", "arch_name": "L 133@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62041", - "roomcode": "2941.01.133L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62047", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62041, + "usage_id": 116 + }, + "2941.01.133R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R133, WC-Herren", "arch_name": "R 133@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62047", - "roomcode": "2941.01.133R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62042", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62047, + "usage_id": 115 + }, + "2941.01.135L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L135, Technik/Server", "arch_name": "L 135@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62042", - "roomcode": "2941.01.135L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=62050", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62042, + "usage_id": 120 + }, + "2941.01.135R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R135, Technik/Server", "arch_name": "R 135@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62050", - "roomcode": "2941.01.135R", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=68772", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62050, + "usage_id": 120 + }, + "2941.01.143L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L 143, Treppenhaus", "arch_name": "L 143@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68772", - "roomcode": "2941.01.143L", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 1.OG", - "address_link": "ris.einzelraum?raumkey=68771", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68772, + "usage_id": 223 + }, + "2941.01.144R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R 144, Treppenhaus", "arch_name": "R 144@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68771", - "roomcode": "2941.01.144R", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62083", + "area_id": 29, + "building_id": 1245, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68771, + "usage_id": 223 + }, + "2941.02.201L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L201, Besprechungsraum", "arch_name": "L 201@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=45711&cRes=21844&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=45711", - "operator": "[ TUSPL14 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62083", - "roomcode": "2941.02.201L", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62087", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 21844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45711, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62083, + "usage_id": 196 + }, + "2941.02.201M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M201, B\u00fcro", "arch_name": "M 201@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62087", - "roomcode": "2941.02.201M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62092", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62087, + "usage_id": 12 + }, + "2941.02.201R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R201, B\u00fcro", "arch_name": "R 201@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62092", - "roomcode": "2941.02.201R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62082", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62092, + "usage_id": 12 + }, + "2941.02.202L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L202, B\u00fcro", "arch_name": "L 202@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=16129", - "operator": "[ TUSPL04 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62082", - "roomcode": "2941.02.202L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62088", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16129, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62082, + "usage_id": 12 + }, + "2941.02.202M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M202, B\u00fcro", "arch_name": "M 202@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62088", - "roomcode": "2941.02.202M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62091", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62088, + "usage_id": 12 + }, + "2941.02.202R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R202, B\u00fcro", "arch_name": "R 202@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=42297&cRes=21864&cReadonly=J", - "list_index": "60", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62091", - "roomcode": "2941.02.202R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62090", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 21864, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62091, + "usage_id": 12 + }, + "2941.02.205M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M205, PC-Labor", "arch_name": "M 205@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62090", - "roomcode": "2941.02.205M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62093", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62090, + "usage_id": 12 + }, + "2941.02.205R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R205, B\u00fcro", "arch_name": "R 205@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62093", - "roomcode": "2941.02.205R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62089", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62093, + "usage_id": 12 + }, + "2941.02.206M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M206, B\u00fcro", "arch_name": "M 206@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62089", - "roomcode": "2941.02.206M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62094", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62089, + "usage_id": 12 + }, + "2941.02.207R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R207, B\u00fcro", "arch_name": "R 207@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62094", - "roomcode": "2941.02.207R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62076", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62094, + "usage_id": 12 + }, + "2941.02.208L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L208, B\u00fcro", "arch_name": "L 208@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=16129", - "operator": "[ TUSPL04 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62076", - "roomcode": "2941.02.208L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62079", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16129, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62076, + "usage_id": 12 + }, + "2941.02.209M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M209, B\u00fcro", "arch_name": "M 209@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62079", - "roomcode": "2941.02.209M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62099", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62079, + "usage_id": 12 + }, + "2941.02.209R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R209, Besprechungsraum/Hiwi", "arch_name": "R 209@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62099", - "roomcode": "2941.02.209R", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62081", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62099, + "usage_id": 196 + }, + "2941.02.210L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L210, B\u00fcro", "arch_name": "L 210@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=16129", - "operator": "[ TUSPL04 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62081", - "roomcode": "2941.02.210L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62085", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16129, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62081, + "usage_id": 12 + }, + "2941.02.210M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M210, B\u00fcro", "arch_name": "M 210@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62085", - "roomcode": "2941.02.210M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62075", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62085, + "usage_id": 12 + }, + "2941.02.212L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L212, Sekretariat", "arch_name": "L 212@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=16129", - "operator": "[ TUSPL04 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62075", - "roomcode": "2941.02.212L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62335", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16129, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62075, + "usage_id": 40 + }, + "2941.02.212M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M212, Sekretariat Lst.+Fg.", "arch_name": "M 212@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=42297", - "operator": "[ TUSPL09 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62335", - "roomcode": "2941.02.212M", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62078", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42297, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62335, + "usage_id": 40 + }, + "2941.02.213M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M213, B\u00fcro", "arch_name": "M 213@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=16136", - "operator": "[ TUSPL03 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62078", - "roomcode": "2941.02.213M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62095", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62078, + "usage_id": 12 + }, + "2941.02.213R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R213, B\u00fcro/Hiwi", "arch_name": "R 213@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62095", - "roomcode": "2941.02.213R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62074", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62095, + "usage_id": 12 + }, + "2941.02.214L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L214, B\u00fcro", "arch_name": "L 214@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62074", - "roomcode": "2941.02.214L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62086", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62074, + "usage_id": 12 + }, + "2941.02.214M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M214, B\u00fcro", "arch_name": "M 214@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=16136", - "operator": "[ TUSPL03 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62086", - "roomcode": "2941.02.214M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62077", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16136, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62086, + "usage_id": 12 + }, + "2941.02.215L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L215, Teek\u00fcche/Putzraum", "arch_name": "L 215@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62077", - "roomcode": "2941.02.215L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62080", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62077, + "usage_id": 198 + }, + "2941.02.215M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M215, B\u00fcro", "arch_name": "M 215@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=16136", - "operator": "[ TUSPL03 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62080", - "roomcode": "2941.02.215M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62084", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16136, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62080, + "usage_id": 12 + }, + "2941.02.216M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M216, B\u00fcro", "arch_name": "M 216@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=16136", - "operator": "[ TUSPL03 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62084", - "roomcode": "2941.02.216M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62100", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16136, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62084, + "usage_id": 12 + }, + "2941.02.216R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R216, Teek\u00fcche/Putzraum", "arch_name": "R 216@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62100", - "roomcode": "2941.02.216R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62096", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 16123, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62100, + "usage_id": 198 + }, + "2941.02.217R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R217, B\u00fcro", "arch_name": "R 217@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62096", - "roomcode": "2941.02.217R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62073", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62096, + "usage_id": 12 + }, + "2941.02.218L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L218, B\u00fcro", "arch_name": "L 218@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=45711", - "operator": "[ TUSPL14 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62073", - "roomcode": "2941.02.218L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62902", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62073, + "usage_id": 12 + }, + "2941.02.219L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L219, B\u00fcro", "arch_name": "L 219@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=45711", - "operator": "[ TUSPL14 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62902", - "roomcode": "2941.02.219L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62904", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62902, + "usage_id": 12 + }, + "2941.02.220R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R220, B\u00fcro", "arch_name": "R 220@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62904", - "roomcode": "2941.02.220R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62097", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62904, + "usage_id": 12 + }, + "2941.02.221R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R221, B\u00fcro", "arch_name": "R 221@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62097", - "roomcode": "2941.02.221R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62072", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62097, + "usage_id": 12 + }, + "2941.02.222L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L222, B\u00fcro", "arch_name": "L 222@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=45711", - "operator": "[ TUSPL14 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62072", - "roomcode": "2941.02.222L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62903", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62072, + "usage_id": 12 + }, + "2941.02.223L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L223, B\u00fcro", "arch_name": "L 223@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=45711", - "operator": "[ TUSPL14 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62903", - "roomcode": "2941.02.223L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62071", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62903, + "usage_id": 12 + }, + "2941.02.224L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L224, Sekretariat", "arch_name": "L 224@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=45711", - "operator": "[ TUSPL14 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62071", - "roomcode": "2941.02.224L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62098", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62071, + "usage_id": 40 + }, + "2941.02.224R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R224, B\u00fcro", "arch_name": "R 224@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62098", - "roomcode": "2941.02.224R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62101", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62098, + "usage_id": 12 + }, + "2941.02.230L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L230, Flur", "arch_name": "L 230@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62101", - "roomcode": "2941.02.230L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62103", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62101, + "usage_id": 222 + }, + "2941.02.230M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M230, Flur", "arch_name": "M 230@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62103", - "roomcode": "2941.02.230M", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62104", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62103, + "usage_id": 222 + }, + "2941.02.230R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R230, Flur", "arch_name": "R 230@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62104", - "roomcode": "2941.02.230R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62102", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62104, + "usage_id": 222 + }, + "2941.02.231L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L231, Flur/Kopierer", "arch_name": "L 231@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62102", - "roomcode": "2941.02.231L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62105", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62102, + "usage_id": 222 + }, + "2941.02.231R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R231, Flur", "arch_name": "R 231@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62105", - "roomcode": "2941.02.231R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62106", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62105, + "usage_id": 222 + }, + "2941.02.232L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L232, WC-Herren", "arch_name": "L 232@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62106", - "roomcode": "2941.02.232L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62109", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62106, + "usage_id": 115 + }, + "2941.02.232R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R232, WC-Damen", "arch_name": "R 232@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62109", - "roomcode": "2941.02.232R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62107", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62109, + "usage_id": 116 + }, + "2941.02.233L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L233, WC-Damen", "arch_name": "L 233@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62107", - "roomcode": "2941.02.233L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62108", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62107, + "usage_id": 116 + }, + "2941.02.233R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R233, WC-Herren", "arch_name": "R 233@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62108", - "roomcode": "2941.02.233R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62112", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62108, + "usage_id": 115 + }, + "2941.02.235L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L235, Technik/Server", "arch_name": "L 235@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62112", - "roomcode": "2941.02.235L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=62113", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62112, + "usage_id": 120 + }, + "2941.02.235R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R235, Technik/Server", "arch_name": "R 235@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62113", - "roomcode": "2941.02.235R", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=68761", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62113, + "usage_id": 120 + }, + "2941.02.243L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L 243, Treppenhaus", "arch_name": "L 243@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68761", - "roomcode": "2941.02.243L", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 2.OG", - "address_link": "ris.einzelraum?raumkey=68763", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68761, + "usage_id": 223 + }, + "2941.02.244R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R 244, Treppenhaus", "arch_name": "R244@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68763", - "roomcode": "2941.02.244R", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62161", + "area_id": 29, + "building_id": 1245, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68763, + "usage_id": 223 + }, + "2941.03.301L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L301, B\u00fcro", "arch_name": "L 301@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62161", - "roomcode": "2941.03.301L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62186", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62161, + "usage_id": 12 + }, + "2941.03.301M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M301, Labor Isokinetik", "arch_name": "M 301@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62186", - "roomcode": "2941.03.301M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62174", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62186, + "usage_id": 178 + }, + "2941.03.301R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R301, B\u00fcro", "arch_name": "R 301@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62174", - "roomcode": "2941.03.301R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62162", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16133, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62174, + "usage_id": 12 + }, + "2941.03.302L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L302, Seminarraum", "arch_name": "L 302@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=16135&cRes=25825&cReadonly=J", - "extended": { - "additional_description": "L302, Seminarraum", - "address": "Georg-Brauchle-Ring 60_62(2941), 3.Obergescho\u00df", - "architect_room_nr": "L 302@2941", - "area_m2": 45.33, - "building": "2941 Campus D (AM)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "302L", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=16135", - "operator": "[ TUSPL08 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62162", - "roomcode": "2941.03.302L", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62181", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 25825, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16135, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62162, + "usage_id": 41 + }, + "2941.03.302M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M302, B\u00fcro", "arch_name": "M 302@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62181", - "roomcode": "2941.03.302M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62182", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62181, + "usage_id": 12 + }, + "2941.03.302R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R302, B\u00fcro", "arch_name": "R 302@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62182", - "roomcode": "2941.03.302R", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62180", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16133, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62182, + "usage_id": 178 + }, + "2941.03.304M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M304, B\u00fcro", "arch_name": "M 304@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62180", - "roomcode": "2941.03.304M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62185", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62180, + "usage_id": 12 + }, + "2941.03.305M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M305, Labor Isokinetik", "arch_name": "M 305@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62185", - "roomcode": "2941.03.305M", - "usage": 178 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62173", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62185, + "usage_id": 178 + }, + "2941.03.305R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R305, Sekretariat", "arch_name": "R 305@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62173", - "roomcode": "2941.03.305R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62179", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16133, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62173, + "usage_id": 40 + }, + "2941.03.306M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M306, B\u00fcro", "arch_name": "M 306@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62179", - "roomcode": "2941.03.306M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62184", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62179, + "usage_id": 12 + }, + "2941.03.307M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M307, Testlabor Diagnostik", "arch_name": "M 307@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62184", - "roomcode": "2941.03.307M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62172", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62184, + "usage_id": 124 + }, + "2941.03.307R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R307, B\u00fcro", "arch_name": "R 307@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62172", - "roomcode": "2941.03.307R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62160", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16133, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62172, + "usage_id": 12 + }, + "2941.03.308L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L308, Aufenthaltsraum/Putzfirma", "arch_name": "L 308@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62160", - "roomcode": "2941.03.308L", - "usage": 44 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62844", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62160, + "usage_id": 44 + }, + "2941.03.308M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M308, Diagnostik", "arch_name": "M 308@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62844", - "roomcode": "2941.03.308M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62196", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62844, + "usage_id": 124 + }, + "2941.03.309R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R309, B\u00fcro", "arch_name": "R 309@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62196", - "roomcode": "2941.03.309R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62163", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16133, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62196, + "usage_id": 12 + }, + "2941.03.310L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L310, B\u00fcro", "arch_name": "L 310@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62163", - "roomcode": "2941.03.310L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62183", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62163, + "usage_id": 12 + }, + "2941.03.311M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M311, EEG Labor", "arch_name": "M 311@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62183", - "roomcode": "2941.03.311M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62195", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62183, + "usage_id": 124 + }, + "2941.03.311R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R311, B\u00fcro", "arch_name": "R 311@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62195", - "roomcode": "2941.03.311R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62164", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16133, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62195, + "usage_id": 12 + }, + "2941.03.312L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L312, B\u00fcro", "arch_name": "L 312@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62164", - "roomcode": "2941.03.312L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62178", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62164, + "usage_id": 12 + }, + "2941.03.312M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M312, Warten", "arch_name": "M 312@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62178", - "roomcode": "2941.03.312M", - "usage": 44 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62334", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62178, + "usage_id": 44 + }, + "2941.03.313M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M313, Umkleide/Dusche", "arch_name": "M 313@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62334", - "roomcode": "2941.03.313M", - "usage": 121 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62194", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62334, + "usage_id": 121 + }, + "2941.03.313R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R313, B\u00fcro", "arch_name": "R 313@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62194", - "roomcode": "2941.03.313R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62177", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62194, + "usage_id": 12 + }, + "2941.03.314M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M314, B\u00fcro", "arch_name": "M 314@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62177", - "roomcode": "2941.03.314M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62175", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62177, + "usage_id": 12 + }, + "2941.03.315L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L315, Teek\u00fcche", "arch_name": "L 315@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62175", - "roomcode": "2941.03.315L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62187", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16132, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62175, + "usage_id": 198 + }, + "2941.03.315M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M315, Umkleide/Dusche", "arch_name": "M 315@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62187", - "roomcode": "2941.03.315M", - "usage": 121 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62165", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 16132, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62187, + "usage_id": 121 + }, + "2941.03.316L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L316, Sekretariat", "arch_name": "L 316@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62165", - "roomcode": "2941.03.316L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62176", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62165, + "usage_id": 40 + }, + "2941.03.316M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M316, B\u00fcro", "arch_name": "M 316@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62176", - "roomcode": "2941.03.316M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62192", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62176, + "usage_id": 12 + }, + "2941.03.316R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R316, Teek\u00fcche", "arch_name": "R 316@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62192", - "roomcode": "2941.03.316R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62191", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62192, + "usage_id": 198 + }, + "2941.03.317R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R317, B\u00fcro", "arch_name": "R 317@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62191", - "roomcode": "2941.03.317R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62166", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62191, + "usage_id": 12 + }, + "2941.03.318L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L318, B\u00fcro", "arch_name": "L 318@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62166", - "roomcode": "2941.03.318L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62171", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62166, + "usage_id": 12 + }, + "2941.03.319L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L319, B\u00fcro", "arch_name": "L 319@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62171", - "roomcode": "2941.03.319L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62193", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62171, + "usage_id": 12 + }, + "2941.03.319R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R319, Sekretariat", "arch_name": "R 319@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62193", - "roomcode": "2941.03.319R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62189", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62193, + "usage_id": 40 + }, + "2941.03.320R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R320, B\u00fcro", "arch_name": "R 320@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=16133", - "operator": "[ TUSPL01 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62189", - "roomcode": "2941.03.320R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62170", - "alt_name": "L321, B\u00fcro", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 16133, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62189, + "usage_id": 12 + }, + "2941.03.321L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, + "alt_name": "L321, B\u00fcro", "arch_name": "L 321@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62170", - "roomcode": "2941.03.321L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62190", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62170, + "usage_id": 12 + }, + "2941.03.321R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R321, B\u00fcro", "arch_name": "R 321@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62190", - "roomcode": "2941.03.321R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62167", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62190, + "usage_id": 12 + }, + "2941.03.322L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L322, B\u00fcro", "arch_name": "L 322@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62167", - "roomcode": "2941.03.322L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62188", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62167, + "usage_id": 12 + }, + "2941.03.322R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R322, Besprechungsraum", "arch_name": "R 322@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=44187&cRes=31212&cReadonly=J", - "list_index": "138", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62188", - "roomcode": "2941.03.322R", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62169", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 31212, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62188, + "usage_id": 196 + }, + "2941.03.323L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L323, B\u00fcro", "arch_name": "L 323@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62169", - "roomcode": "2941.03.323L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62168", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62169, + "usage_id": 12 + }, + "2941.03.324L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L324, B\u00fcro", "arch_name": "L 324@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=45811", - "operator": "[ TUSPL15 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62168", - "roomcode": "2941.03.324L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62197", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45811, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62168, + "usage_id": 12 + }, + "2941.03.330L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L330, Flur", "arch_name": "L 330@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62197", - "roomcode": "2941.03.330L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62201", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62197, + "usage_id": 222 + }, + "2941.03.330M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M330, Flur", "arch_name": "M 330@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62201", - "roomcode": "2941.03.330M", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62200", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62201, + "usage_id": 222 + }, + "2941.03.330R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R330, Flur", "arch_name": "R 330@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62200", - "roomcode": "2941.03.330R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62198", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62200, + "usage_id": 222 + }, + "2941.03.331L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L331, Flur/Kopierer", "arch_name": "L 331@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62198", - "roomcode": "2941.03.331L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62199", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62198, + "usage_id": 222 + }, + "2941.03.331R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R331, Flur/Kopierer", "arch_name": "R 331@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62199", - "roomcode": "2941.03.331R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62202", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62199, + "usage_id": 222 + }, + "2941.03.332L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L332, WC-Herren", "arch_name": "L 332@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62202", - "roomcode": "2941.03.332L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62205", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62202, + "usage_id": 115 + }, + "2941.03.332R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R332, WC-Damen", "arch_name": "R 332@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62205", - "roomcode": "2941.03.332R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62204", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62205, + "usage_id": 116 + }, + "2941.03.333L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L333, WC-Damen", "arch_name": "L 333@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62204", - "roomcode": "2941.03.333L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62203", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62204, + "usage_id": 116 + }, + "2941.03.333R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R333, WC-Herren", "arch_name": "R 333@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62203", - "roomcode": "2941.03.333R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62208", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62203, + "usage_id": 115 + }, + "2941.03.335L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L335, Technik/Server", "arch_name": "L 335@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62208", - "roomcode": "2941.03.335L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=62209", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62208, + "usage_id": 120 + }, + "2941.03.335R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R335, Technik/Server", "arch_name": "R 335@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62209", - "roomcode": "2941.03.335R", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=68762", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62209, + "usage_id": 120 + }, + "2941.03.343L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L 343, Treppenhaus", "arch_name": "L 343@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68762", - "roomcode": "2941.03.343L", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 3.OG", - "address_link": "ris.einzelraum?raumkey=68770", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68762, + "usage_id": 223 + }, + "2941.03.344R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R 344, Treppenhaus", "arch_name": "R 344@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68770", - "roomcode": "2941.03.344R", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62222", + "area_id": 29, + "building_id": 1245, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68770, + "usage_id": 223 + }, + "2941.04.401L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L401, Besprechungsraum", "arch_name": "L 401@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62222", - "roomcode": "2941.04.401L", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62224", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62222, + "usage_id": 196 + }, + "2941.04.401M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M401, B\u00fcro", "arch_name": "M 401@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62224", - "roomcode": "2941.04.401M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62227", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62224, + "usage_id": 12 + }, + "2941.04.401R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R401, B\u00fcro", "arch_name": "R 401@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62227", - "roomcode": "2941.04.401R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62216", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62227, + "usage_id": 12 + }, + "2941.04.402L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L402, B\u00fcro", "arch_name": "L 402@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62216", - "roomcode": "2941.04.402L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62241", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62216, + "usage_id": 12 + }, + "2941.04.402M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M402, Untersuchung+Behandlung", "arch_name": "M 402@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62241", - "roomcode": "2941.04.402M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62243", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 16130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62241, + "usage_id": 124 + }, + "2941.04.402R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R402, Warten", "arch_name": "R 402@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62243", - "roomcode": "2941.04.402R", - "usage": 44 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62221", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 16130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62243, + "usage_id": 44 + }, + "2941.04.404L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L404, Behandlungszimmer", "arch_name": "L 404@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62221", - "roomcode": "2941.04.404L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62240", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62221, + "usage_id": 124 + }, + "2941.04.404M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M404, Untersuchung+Behandlung", "arch_name": "M 404@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62240", - "roomcode": "2941.04.404M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62242", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 16130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62240, + "usage_id": 124 + }, + "2941.04.404R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R404, Untersuchung+Behandlung", "arch_name": "R 404@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62242", - "roomcode": "2941.04.404R", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62236", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 16130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62242, + "usage_id": 124 + }, + "2941.04.405M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M405, Besprechungsraum", "arch_name": "M 405@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=16130&cRes=22124&cReadonly=J", - "list_index": "163", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62236", - "roomcode": "2941.04.405M", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62226", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 22124, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62236, + "usage_id": 196 + }, + "2941.04.405R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R405, B\u00fcro", "arch_name": "R 405@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62226", - "roomcode": "2941.04.405R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62239", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62226, + "usage_id": 12 + }, + "2941.04.408M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M408, Sekretariat", "arch_name": "M 408@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=44245", - "operator": "[ TUSPL12 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62239", - "roomcode": "2941.04.408M", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62235", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44245, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62239, + "usage_id": 40 + }, + "2941.04.409M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M409, B\u00fcro", "arch_name": "M 409@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=44245", - "operator": "[ TUSPL12 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62235", - "roomcode": "2941.04.409M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62225", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44245, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62235, + "usage_id": 12 + }, + "2941.04.409R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R409, B\u00fcro", "arch_name": "R 409@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62225", - "roomcode": "2941.04.409R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62215", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62225, + "usage_id": 12 + }, + "2941.04.410L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L410, Sekretariat", "arch_name": "L 410@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62215", - "roomcode": "2941.04.410L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62238", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62215, + "usage_id": 40 + }, + "2941.04.410M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M410, B\u00fcro", "arch_name": "M 410@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=44245", - "operator": "[ TUSPL12 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62238", - "roomcode": "2941.04.410M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62214", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44245, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62238, + "usage_id": 12 + }, + "2941.04.412L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L412, B\u00fcro", "arch_name": "L 412@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62214", - "roomcode": "2941.04.412L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62237", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62214, + "usage_id": 12 + }, + "2941.04.412M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M412, B\u00fcro", "arch_name": "M 412@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=44245", - "operator": "[ TUSPL12 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62237", - "roomcode": "2941.04.412M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62850", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44245, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62237, + "usage_id": 12 + }, + "2941.04.413M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M413, B\u00fcro/Labor", "arch_name": "M 413@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62850", - "roomcode": "2941.04.413M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62228", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 16130, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62850, + "usage_id": 12 + }, + "2941.04.413R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R413, B\u00fcro", "arch_name": "R 413@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62228", - "roomcode": "2941.04.413R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62217", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62228, + "usage_id": 12 + }, + "2941.04.415L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L415, Teek\u00fcche/Putzraum", "arch_name": "L 415@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62217", - "roomcode": "2941.04.415L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62213", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 16132, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62217, + "usage_id": 198 + }, + "2941.04.416L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L416, B\u00fcro", "arch_name": "L 416@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62213", - "roomcode": "2941.04.416L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62223", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62213, + "usage_id": 12 + }, + "2941.04.416M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M416, B\u00fcro", "arch_name": "M 416@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62223", - "roomcode": "2941.04.416M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62234", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62223, + "usage_id": 12 + }, + "2941.04.416R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R416, Teek\u00fcche/Putzraum", "arch_name": "R 416@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62234", - "roomcode": "2941.04.416R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62229", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62234, + "usage_id": 198 + }, + "2941.04.417R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R417, B\u00fcro", "arch_name": "R 417@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62229", - "roomcode": "2941.04.417R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62212", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62229, + "usage_id": 12 + }, + "2941.04.418L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L418, Archiv", "arch_name": "L 418@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62212", - "roomcode": "2941.04.418L", - "usage": 2 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62218", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62212, + "usage_id": 2 + }, + "2941.04.419L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L419, B\u00fcro", "arch_name": "L 419@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62218", - "roomcode": "2941.04.419L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62211", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62218, + "usage_id": 12 + }, + "2941.04.420L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L420, Sekretariat", "arch_name": "L 420@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62211", - "roomcode": "2941.04.420L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62230", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62211, + "usage_id": 40 + }, + "2941.04.420R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R420, B\u00fcro", "arch_name": "R 420@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62230", - "roomcode": "2941.04.420R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62219", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62230, + "usage_id": 12 + }, + "2941.04.421L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L421, B\u00fcro", "arch_name": "L 421@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62219", - "roomcode": "2941.04.421L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62233", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62219, + "usage_id": 12 + }, + "2941.04.421R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R421, Sekretariat", "arch_name": "R 421@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62233", - "roomcode": "2941.04.421R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62210", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62233, + "usage_id": 40 + }, + "2941.04.422L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L422, B\u00fcro", "arch_name": "L 422@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62210", - "roomcode": "2941.04.422L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62220", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62210, + "usage_id": 12 + }, + "2941.04.423L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L423, B\u00fcro", "arch_name": "L 423@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62220", - "roomcode": "2941.04.423L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62231", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62220, + "usage_id": 12 + }, + "2941.04.423R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R423, Archiv/Besprechungsraum", "arch_name": "R 423@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=16130&cRes=22403&cReadonly=J", - "list_index": "187", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62231", - "roomcode": "2941.04.423R", - "usage": 2 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62232", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 22403, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62231, + "usage_id": 2 + }, + "2941.04.424R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R424, B\u00fcro", "arch_name": "R 424@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62232", - "roomcode": "2941.04.424R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62246", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16130, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62232, + "usage_id": 12 + }, + "2941.04.430L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L430, Flur", "arch_name": "L 430@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62246", - "roomcode": "2941.04.430L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62247", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62246, + "usage_id": 222 + }, + "2941.04.430M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M430, Flur", "arch_name": "M 430@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62247", - "roomcode": "2941.04.430M", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62248", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62247, + "usage_id": 222 + }, + "2941.04.430R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R430, Flur", "arch_name": "R 430@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62248", - "roomcode": "2941.04.430R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62244", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62248, + "usage_id": 222 + }, + "2941.04.431L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L431, Flur/Kopierer", "arch_name": "L 431@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62244", - "roomcode": "2941.04.431L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62245", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62244, + "usage_id": 222 + }, + "2941.04.431R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R431, Flur/Kopierer", "arch_name": "R 431@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62245", - "roomcode": "2941.04.431R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62249", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62245, + "usage_id": 222 + }, + "2941.04.432L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L432, WC-Herren", "arch_name": "L 432@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62249", - "roomcode": "2941.04.432L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62252", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62249, + "usage_id": 115 + }, + "2941.04.432R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R432, WC-Damen", "arch_name": "R 432@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62252", - "roomcode": "2941.04.432R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62251", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62252, + "usage_id": 116 + }, + "2941.04.433L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L433, WC-Damen", "arch_name": "L 433@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62251", - "roomcode": "2941.04.433L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62250", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62251, + "usage_id": 116 + }, + "2941.04.433R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R433, WC-Herren", "arch_name": "R 433@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62250", - "roomcode": "2941.04.433R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62255", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62250, + "usage_id": 115 + }, + "2941.04.435L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L435, Technik/Server", "arch_name": "L 435@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62255", - "roomcode": "2941.04.435L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=62256", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62255, + "usage_id": 120 + }, + "2941.04.435R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R435, Technik/Server", "arch_name": "R 435@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62256", - "roomcode": "2941.04.435R", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=68759", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62256, + "usage_id": 120 + }, + "2941.04.443L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L 443, Treppenhaus", "arch_name": "L 443@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68759", - "roomcode": "2941.04.443L", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 4.OG", - "address_link": "ris.einzelraum?raumkey=68760", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68759, + "usage_id": 223 + }, + "2941.04.444R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R 444, Treppenhaus", "arch_name": "R 444@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68760", - "roomcode": "2941.04.444R", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62266", + "area_id": 29, + "building_id": 1245, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68760, + "usage_id": 223 + }, + "2941.05.501L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L501, Untersuchung+Behandlung", "arch_name": "L 501@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62266", - "roomcode": "2941.05.501L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62272", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62266, + "usage_id": 124 + }, + "2941.05.501M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M501, Lehrk\u00fcche", "arch_name": "M 501@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62272", - "roomcode": "2941.05.501M", - "usage": 28 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62277", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 16110, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62272, + "usage_id": 28 + }, + "2941.05.501R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R501, B\u00fcro", "arch_name": "R 501@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62277", - "roomcode": "2941.05.501R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62261", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62277, + "usage_id": 12 + }, + "2941.05.502L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L502, Besprechungsraum", "arch_name": "L 502@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=44245&cRes=28212&cReadonly=J", - "list_index": "205", - "op_link": "webnav.navigate_to?corg=44245", - "operator": "[ TUSPL12 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62261", - "roomcode": "2941.05.502L", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62265", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 28212, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44245, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62261, + "usage_id": 196 + }, + "2941.05.503L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L503, Lager", "arch_name": "L 503@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=44187", - "operator": "[ TUSPL11 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62265", - "roomcode": "2941.05.503L", - "usage": 30 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62616", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44187, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62265, + "usage_id": 30 + }, + "2941.05.503M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M503, Server", "arch_name": "M 503@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62616", - "roomcode": "2941.05.503M", - "usage": 207 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62275", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62616, + "usage_id": 207 + }, + "2941.05.504M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M504, Schulung", "arch_name": "M 504@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "extended": { - "additional_description": "M504, Schulung", - "address": "Georg-Brauchle-Ring 60_62(2941), 5.Obergescho\u00df", - "architect_room_nr": "M 504@2941", - "area_m2": 28.81, - "building": "2941 Campus D (AM)", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "504M", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62275", - "roomcode": "2941.05.504M", - "usage": 130 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62276", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62275, + "usage_id": 130 + }, + "2941.05.504R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R504, Besprechungsraum", "arch_name": "R 504@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62276", - "roomcode": "2941.05.504R", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62278", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62276, + "usage_id": 196 + }, + "2941.05.505R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R505, Sekretariat", "arch_name": "R 505@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62278", - "roomcode": "2941.05.505R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62274", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62278, + "usage_id": 40 + }, + "2941.05.506M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M506, Patientengespr\u00e4che", "arch_name": "M 506@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62274", - "roomcode": "2941.05.506M", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62279", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62274, + "usage_id": 196 + }, + "2941.05.507R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R507, B\u00fcro", "arch_name": "R 507@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62279", - "roomcode": "2941.05.507R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62260", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62279, + "usage_id": 12 + }, + "2941.05.508L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L508, Besprechungsraum", "arch_name": "L 508@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=14195&cRes=31192&cReadonly=J", - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62260", - "roomcode": "2941.05.508L", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62273", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 31192, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62260, + "usage_id": 196 + }, + "2941.05.508M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M508, Patientengespr\u00e4che", "arch_name": "M 508@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62273", - "roomcode": "2941.05.508M", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62271", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62273, + "usage_id": 196 + }, + "2941.05.509M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M509, B\u00fcro", "arch_name": "M 509@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62271", - "roomcode": "2941.05.509M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62280", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62271, + "usage_id": 12 + }, + "2941.05.509R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R509, B\u00fcro", "arch_name": "R 509@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62280", - "roomcode": "2941.05.509R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62270", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62280, + "usage_id": 12 + }, + "2941.05.510M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M510, B\u00fcro", "arch_name": "M 510@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62270", - "roomcode": "2941.05.510M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62281", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62270, + "usage_id": 12 + }, + "2941.05.511R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R511, B\u00fcro", "arch_name": "R 511@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62281", - "roomcode": "2941.05.511R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62259", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62281, + "usage_id": 12 + }, + "2941.05.512L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L512, B\u00fcro", "arch_name": "L 512@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62259", - "roomcode": "2941.05.512L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62268", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62259, + "usage_id": 12 + }, + "2941.05.513M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M513, B\u00fcro", "arch_name": "M 513@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=44927", - "operator": "[ TUSPL13 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62268", - "roomcode": "2941.05.513M", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62282", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44927, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62268, + "usage_id": 12 + }, + "2941.05.513R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R513, B\u00fcro", "arch_name": "R 513@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62282", - "roomcode": "2941.05.513R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62269", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62282, + "usage_id": 12 + }, + "2941.05.514M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M514, Sekretariat", "arch_name": "M 514@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=16132", - "operator": "[ TUSPL05 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62269", - "roomcode": "2941.05.514M", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62264", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16132, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62269, + "usage_id": 40 + }, + "2941.05.515L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L515, Teek\u00fcche/Putzraum", "arch_name": "L 515@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62264", - "roomcode": "2941.05.515L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62258", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62264, + "usage_id": 198 + }, + "2941.05.516L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L516, Diagnostik", "arch_name": "L 516@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62258", - "roomcode": "2941.05.516L", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62267", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62258, + "usage_id": 124 + }, + "2941.05.516M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M516, Untersuchung+Behandlung", "arch_name": "M 516@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62267", - "roomcode": "2941.05.516M", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62288", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62267, + "usage_id": 124 + }, + "2941.05.516R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R516, Teek\u00fcche/Putzraum", "arch_name": "R 516@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62288", - "roomcode": "2941.05.516R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62283", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 16110, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62288, + "usage_id": 198 + }, + "2941.05.517R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R517, B\u00fcro", "arch_name": "R 517@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62283", - "roomcode": "2941.05.517R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62263", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62283, + "usage_id": 12 + }, + "2941.05.519L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L519, Sekretariat", "arch_name": "L 519@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=47637&cRes=29672&cReadonly=J", - "list_index": "228", - "op_link": "webnav.navigate_to?corg=47637", - "operator": "[ TUSPL18 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62263", - "roomcode": "2941.05.519L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62284", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 29672, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47637, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62263, + "usage_id": 40 + }, + "2941.05.519R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R519, B\u00fcro", "arch_name": "R 519@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62284", - "roomcode": "2941.05.519R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62287", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62284, + "usage_id": 12 + }, + "2941.05.520R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R520, Diagnostik", "arch_name": "R 520@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62287", - "roomcode": "2941.05.520R", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62257", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 16110, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62287, + "usage_id": 124 + }, + "2941.05.522L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L522, Sekretariat", "arch_name": "L 522@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62257", - "roomcode": "2941.05.522L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62262", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62257, + "usage_id": 40 + }, + "2941.05.523L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L523, B\u00fcro", "arch_name": "L 523@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62262", - "roomcode": "2941.05.523L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62285", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62262, + "usage_id": 12 + }, + "2941.05.523R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R523, B\u00fcro", "arch_name": "R 523@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62285", - "roomcode": "2941.05.523R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62286", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16110, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62285, + "usage_id": 12 + }, + "2941.05.524R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R524, Diagnostik", "arch_name": "R 524@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=16110", - "operator": "[ TUMEER1 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62286", - "roomcode": "2941.05.524R", - "usage": 124 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62290", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 16110, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62286, + "usage_id": 124 + }, + "2941.05.530L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L530, Flur", "arch_name": "L 530@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62290", - "roomcode": "2941.05.530L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62291", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62290, + "usage_id": 222 + }, + "2941.05.530M": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "M530, Flur", "arch_name": "M 530@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62291", - "roomcode": "2941.05.530M", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62292", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62291, + "usage_id": 222 + }, + "2941.05.530R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R530, Flur", "arch_name": "R 530@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62292", - "roomcode": "2941.05.530R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62289", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62292, + "usage_id": 222 + }, + "2941.05.531L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L531, Flur", "arch_name": "L 531@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62289", - "roomcode": "2941.05.531L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62293", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62289, + "usage_id": 222 + }, + "2941.05.531R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R531, Flur/Kopierer", "arch_name": "R 531@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62293", - "roomcode": "2941.05.531R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62294", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62293, + "usage_id": 222 + }, + "2941.05.532L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L532, WC-Herren", "arch_name": "L 532@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62294", - "roomcode": "2941.05.532L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62297", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62294, + "usage_id": 115 + }, + "2941.05.532R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R532, WC-Damen", "arch_name": "R 532@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62297", - "roomcode": "2941.05.532R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62296", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62297, + "usage_id": 116 + }, + "2941.05.533L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L533, WC-Damen", "arch_name": "L 533@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62296", - "roomcode": "2941.05.533L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62295", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62296, + "usage_id": 116 + }, + "2941.05.533R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R533, WC-Herren", "arch_name": "R 533@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62295", - "roomcode": "2941.05.533R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62300", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62295, + "usage_id": 115 + }, + "2941.05.535L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L535, Technik/Server", "arch_name": "L 535@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62300", - "roomcode": "2941.05.535L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=62301", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62300, + "usage_id": 120 + }, + "2941.05.535R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R535, Technik/Server", "arch_name": "R 535@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62301", - "roomcode": "2941.05.535R", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=68764", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62301, + "usage_id": 120 + }, + "2941.05.543L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L 543, Treppenhaus", "arch_name": "L 543@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68764", - "roomcode": "2941.05.543L", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 5.OG", - "address_link": "ris.einzelraum?raumkey=68765", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68764, + "usage_id": 223 + }, + "2941.05.544R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R 544, Treppenhaus", "arch_name": "R 544@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68765", - "roomcode": "2941.05.544R", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62308", + "area_id": 29, + "building_id": 1245, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68765, + "usage_id": 223 + }, + "2941.06.601L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L601, B\u00fcro", "arch_name": "L 601@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62308", - "roomcode": "2941.06.601L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62314", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62308, + "usage_id": 12 + }, + "2941.06.601R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R601, B\u00fcro", "arch_name": "R 601@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=44927", - "operator": "[ TUSPL13 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62314", - "roomcode": "2941.06.601R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62311", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44927, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62314, + "usage_id": 12 + }, + "2941.06.602L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L602, B\u00fcro", "arch_name": "L 602@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62311", - "roomcode": "2941.06.602L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62320", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62311, + "usage_id": 12 + }, + "2941.06.604R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R604, B\u00fcro", "arch_name": "R 604@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=44927", - "operator": "[ TUSPL13 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62320", - "roomcode": "2941.06.604R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62312", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62320, + "usage_id": 12 + }, + "2941.06.605R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R605, Sekretariat", "arch_name": "R 605@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62312", - "roomcode": "2941.06.605R", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62310", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62312, + "usage_id": 40 + }, + "2941.06.606L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L606, B\u00fcro", "arch_name": "L 606@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62310", - "roomcode": "2941.06.606L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62313", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62310, + "usage_id": 12 + }, + "2941.06.607R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R607, B\u00fcro", "arch_name": "R 607@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62313", - "roomcode": "2941.06.607R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62309", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62313, + "usage_id": 12 + }, + "2941.06.610L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L610, B\u00fcro", "arch_name": "L 610@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62309", - "roomcode": "2941.06.610L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62319", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62309, + "usage_id": 12 + }, + "2941.06.611R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R611, B\u00fcro", "arch_name": "R 611@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62319", - "roomcode": "2941.06.611R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62305", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62319, + "usage_id": 12 + }, + "2941.06.612L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L612, B\u00fcro", "arch_name": "L 612@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62305", - "roomcode": "2941.06.612L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62307", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62305, + "usage_id": 12 + }, + "2941.06.615L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L615, Teek\u00fcche/Putzraum", "arch_name": "L 615@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62307", - "roomcode": "2941.06.615L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62318", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62307, + "usage_id": 198 + }, + "2941.06.615R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R615, B\u00fcro", "arch_name": "R 615@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62318", - "roomcode": "2941.06.615R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62304", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62318, + "usage_id": 12 + }, + "2941.06.616L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L616, Sekretariat/Archiv", "arch_name": "L 616@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62304", - "roomcode": "2941.06.616L", - "usage": 40 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62321", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62304, + "usage_id": 40 + }, + "2941.06.616R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R616, Teek\u00fcche/Putzraum", "arch_name": "R 616@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62321", - "roomcode": "2941.06.616R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62317", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62321, + "usage_id": 198 + }, + "2941.06.617R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R617, B\u00fcro", "arch_name": "R 617@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62317", - "roomcode": "2941.06.617R", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62303", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62317, + "usage_id": 12 + }, + "2941.06.618L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L618, B\u00fcro", "arch_name": "L 618@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62303", - "roomcode": "2941.06.618L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62315", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62303, + "usage_id": 12 + }, + "2941.06.620R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R620, Labor", "arch_name": "R 620@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62315", - "roomcode": "2941.06.620R", - "usage": 194 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62302", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62315, + "usage_id": 194 + }, + "2941.06.622L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L622, B\u00fcro", "arch_name": "L 622@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62302", - "roomcode": "2941.06.622L", - "usage": 12 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62306", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62302, + "usage_id": 12 + }, + "2941.06.623L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L623, Dekanatssaal", "arch_name": "L 623@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=16123&cRes=31193&cReadonly=J", - "list_index": "266", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62306", - "roomcode": "2941.06.623L", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62316", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 31193, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62306, + "usage_id": 196 + }, + "2941.06.623R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R623, Archiv/Besprechungsraum", "arch_name": "R 623@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=16123", - "operator": "[ TUSPFMG ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62316", - "roomcode": "2941.06.623R", - "usage": 196 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62324", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16123, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62316, + "usage_id": 196 + }, + "2941.06.630L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L630, Flur", "arch_name": "L 630@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62324", - "roomcode": "2941.06.630L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62325", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62324, + "usage_id": 222 + }, + "2941.06.630R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R630, Flur", "arch_name": "R 630@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62325", - "roomcode": "2941.06.630R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62322", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62325, + "usage_id": 222 + }, + "2941.06.631L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L631, Flur/Kopierer", "arch_name": "L 631@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62322", - "roomcode": "2941.06.631L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62323", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62322, + "usage_id": 222 + }, + "2941.06.631R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R631, Flur/Kopierer", "arch_name": "R 631@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62323", - "roomcode": "2941.06.631R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62326", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62323, + "usage_id": 222 + }, + "2941.06.632L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L632, WC-Herren", "arch_name": "L 632@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62326", - "roomcode": "2941.06.632L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62329", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62326, + "usage_id": 115 + }, + "2941.06.632R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R632, WC-Damen", "arch_name": "R 632@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62329", - "roomcode": "2941.06.632R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62328", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62329, + "usage_id": 116 + }, + "2941.06.633L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L633, WC-Damen", "arch_name": "L 633@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62328", - "roomcode": "2941.06.633L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62327", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62328, + "usage_id": 116 + }, + "2941.06.633R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R633, WC-Herren", "arch_name": "R 633@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62327", - "roomcode": "2941.06.633R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62332", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62327, + "usage_id": 115 + }, + "2941.06.635L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L635, Technik/Server", "arch_name": "L 635@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62332", - "roomcode": "2941.06.635L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=62333", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62332, + "usage_id": 120 + }, + "2941.06.635R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R635, Technik/Server", "arch_name": "R 635@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62333", - "roomcode": "2941.06.635R", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=68766", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62333, + "usage_id": 120 + }, + "2941.06.643L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L 643, Treppenhaus", "arch_name": "L 643@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68766", - "roomcode": "2941.06.643L", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, 6.OG", - "address_link": "ris.einzelraum?raumkey=68767", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68766, + "usage_id": 223 + }, + "2941.06.644R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R 644, Treppenhaus", "arch_name": "R 644@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68767", - "roomcode": "2941.06.644R", - "usage": 223 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62617", + "area_id": 29, + "building_id": 1245, + "floor_level": "6.OG", + "floor_type": "Stein", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68767, + "usage_id": 223 + }, + "2941.EG.001R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R001, Poststelle", "arch_name": "R 001@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=38003", - "operator": "[ TUZV44V ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62617", - "roomcode": "2941.EG.001R", - "usage": 186 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62022", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 38003, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62617, + "usage_id": 186 + }, + "2941.EG.005R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R005, Campus D, Seminarraum", "arch_name": "R 005@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=21544&cReadonly=J", - "extended": { - "additional_description": "R005, Campus D, Seminarraum", - "address": "Georg-Brauchle-Ring 60_62(2941), Erdgescho\u00df", - "architect_room_nr": "R 005@2941", - "area_m2": 78.0, - "building": "2941 Campus D (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005R", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62022", - "roomcode": "2941.EG.005R", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=72860", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 21544, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49055, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62022, + "usage_id": 41 + }, + "2941.EG.005S": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R005A, Campus D, Materialraum", "arch_name": "R 005@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72860", - "roomcode": "2941.EG.005S", - "usage": 30 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62018", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72860, + "usage_id": 30 + }, + "2941.EG.006L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L006, Campus D, Seminarraum", "arch_name": "L 006@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=20418&cReadonly=J", - "extended": { - "additional_description": "L006, Campus D, Seminarraum", - "address": "Georg-Brauchle-Ring 60_62(2941), Erdgescho\u00df", - "architect_room_nr": "L 006@2941", - "area_m2": 62.68, - "building": "2941 Campus D (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006L", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62018", - "roomcode": "2941.EG.006L", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62019", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 20418, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49055, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62018, + "usage_id": 41 + }, + "2941.EG.010L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L010, Campus D, Seminarraum", "arch_name": "L 010@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=20417&cReadonly=J", - "extended": { - "additional_description": "L010, Campus D, Seminarraum", - "address": "Georg-Brauchle-Ring 60_62(2941), Erdgescho\u00df", - "architect_room_nr": "L 010@2941", - "area_m2": 74.94, - "building": "2941 Campus D (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010L", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62019", - "roomcode": "2941.EG.010L", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62029", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 20417, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49055, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62019, + "usage_id": 41 + }, + "2941.EG.015L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L015, Teek\u00fcche/Putzraum", "arch_name": "L 015@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62029", - "roomcode": "2941.EG.015L", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62032", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62029, + "usage_id": 198 + }, + "2941.EG.016R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R016, Teek\u00fcche/Putzraum", "arch_name": "R 016@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62032", - "roomcode": "2941.EG.016R", - "usage": 198 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62021", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62032, + "usage_id": 198 + }, + "2941.EG.020R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R020, Campus D, Seminarraum", "arch_name": "R 020@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=20419&cReadonly=J", - "extended": { - "additional_description": "R020, Campus D, Seminarraum", - "address": "Georg-Brauchle-Ring 60_62(2941), Erdgescho\u00df", - "architect_room_nr": "R 020@2941", - "area_m2": 131.39, - "building": "2941 Campus D (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020R", - "seats": 100, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62021", - "roomcode": "2941.EG.020R", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62020", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 20419, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49055, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62021, + "usage_id": 41 + }, + "2941.EG.022L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L022, Campus D, Seminarraum", "arch_name": "L 022@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": "tvKalender.wSicht?cOrg=49055&cRes=20416&cReadonly=J", - "extended": { - "additional_description": "L022, Campus D, Seminarraum", - "address": "Georg-Brauchle-Ring 60_62(2941), Erdgescho\u00df", - "architect_room_nr": "L 022@2941", - "area_m2": 106.14, - "building": "2941 Campus D (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022L", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "80992 M\u00fcnchen" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62020", - "roomcode": "2941.EG.022L", - "usage": 41 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62023", + "area_id": 29, + "building_id": 1245, + "calendar_resource_nr": 20416, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49055, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62020, + "usage_id": 41 + }, + "2941.EG.030L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L030, Flur", "arch_name": "L 030@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62023", - "roomcode": "2941.EG.030L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62025", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62023, + "usage_id": 222 + }, + "2941.EG.030R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R030, Flur", "arch_name": "R 030@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62025", - "roomcode": "2941.EG.030R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62024", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62025, + "usage_id": 222 + }, + "2941.EG.031L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L031, Flur", "arch_name": "L 031@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62024", - "roomcode": "2941.EG.031L", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62026", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62024, + "usage_id": 222 + }, + "2941.EG.031R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R031, Flur", "arch_name": "R 031@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62026", - "roomcode": "2941.EG.031R", - "usage": 222 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62027", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62026, + "usage_id": 222 + }, + "2941.EG.032L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L032, WC-Herren", "arch_name": "L 032@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62027", - "roomcode": "2941.EG.032L", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62035", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62027, + "usage_id": 115 + }, + "2941.EG.032R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R032, WC-Damen", "arch_name": "R 032@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62035", - "roomcode": "2941.EG.032R", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62028", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62035, + "usage_id": 116 + }, + "2941.EG.033L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L033, WC-Damen", "arch_name": "L 033@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62028", - "roomcode": "2941.EG.033L", - "usage": 116 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62036", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62028, + "usage_id": 116 + }, + "2941.EG.033R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R033, WC-Herren", "arch_name": "R 033@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62036", - "roomcode": "2941.EG.033R", - "usage": 115 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62031", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62036, + "usage_id": 115 + }, + "2941.EG.035L": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "L034, Technik/Server", "arch_name": "L 034@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62031", - "roomcode": "2941.EG.035L", - "usage": 120 - }, - { - "address": "Georg-Brauchle-Ring 60_62, EG", - "address_link": "ris.einzelraum?raumkey=62034", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62031, + "usage_id": 120 + }, + "2941.EG.035R": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "alt_name": "R035, Technik/Server", "arch_name": "R 035@2941", - "b_area_id": 29, - "b_filter_id": 1245, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "80992 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62034", - "roomcode": "2941.EG.035R", - "usage": 120 - }, - { - "address": "Freddie-Mercury-Str. 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=72450", + "area_id": 29, + "building_id": 1245, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62034, + "usage_id": 120 + }, + "2944.01.018": { + "address": { + "place": "M\u00fcnchen", + "street": "Freddie-Mercury-Str. 5", + "zip_code": 80636 + }, "alt_name": "01.18, TUM Venture Lab Robotics", "arch_name": "01.18@2944", - "b_area_id": 29, - "b_filter_id": 2869, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "80636 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72450", - "roomcode": "2944.01.018", - "usage": 51 - }, - { - "address": "Freddie-Mercury-Str. 5, 4.OG", - "address_link": "ris.einzelraum?raumkey=72452", + "area_id": 29, + "building_id": 2869, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72450, + "usage_id": 51 + }, + "2944.04.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Freddie-Mercury-Str. 5", + "zip_code": 80636 + }, "alt_name": "04.20, Gro\u00dfraumb\u00fcro/Raumteil", "arch_name": "04.20@2944", - "b_area_id": 29, - "b_filter_id": 2869, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80636 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72452", - "roomcode": "2944.04.020", - "usage": 12 - }, - { - "address": "Freddie-Mercury-Str. 5, 4.OG", - "address_link": "ris.einzelraum?raumkey=72454", + "area_id": 29, + "building_id": 2869, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47157, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72452, + "usage_id": 12 + }, + "2944.04.025": { + "address": { + "place": "M\u00fcnchen", + "street": "Freddie-Mercury-Str. 5", + "zip_code": 80636 + }, "alt_name": "04.25/.26, B\u00fcro", "arch_name": "04.25/.26@2944", - "b_area_id": 29, - "b_filter_id": 2869, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80636 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72454", - "roomcode": "2944.04.025", - "usage": 12 - }, - { - "address": "Freddie-Mercury-Str. 5, 4.OG", - "address_link": "ris.einzelraum?raumkey=72455", + "area_id": 29, + "building_id": 2869, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47157, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72454, + "usage_id": 12 + }, + "2944.04.027": { + "address": { + "place": "M\u00fcnchen", + "street": "Freddie-Mercury-Str. 5", + "zip_code": 80636 + }, "alt_name": "04.27, B\u00fcro", "arch_name": "04.27@2944", - "b_area_id": 29, - "b_filter_id": 2869, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80636 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72455", - "roomcode": "2944.04.027", - "usage": 12 - }, - { - "address": "Freddie-Mercury-Str. 5, 4.OG", - "address_link": "ris.einzelraum?raumkey=72451", + "area_id": 29, + "building_id": 2869, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72455, + "usage_id": 12 + }, + "2944.04.028": { + "address": { + "place": "M\u00fcnchen", + "street": "Freddie-Mercury-Str. 5", + "zip_code": 80636 + }, "alt_name": "04.28, B\u00fcro", "arch_name": "04.28@2944", - "b_area_id": 29, - "b_filter_id": 2869, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=47157", - "operator": "[ TUWIB33 ]", - "plz_place": "80636 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72451", - "roomcode": "2944.04.028", - "usage": 12 - }, - { - "address": "Ingolst\u00e4dter Landstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=61708", + "area_id": 29, + "building_id": 2869, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72451, + "usage_id": 12 + }, + "3035.EG.001": { + "address": { + "place": "Oberschlei\u00dfheim", + "street": "Ingolst\u00e4dter Landstr. 1", + "zip_code": 85764 + }, "alt_name": "Seminarraum 1050", "arch_name": "1050@3035", - "b_area_id": 79, - "b_filter_id": 1141, - "calendar": null, - "extended": { - "additional_description": "Seminarraum 1050", - "address": "Ingolst\u00e4dter Landstr. 1(3035), Erdgescho\u00df", - "architect_room_nr": "1050@3035", - "area_m2": 36.0, - "building": "3035 Helmholtz Biologikum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85764 Oberschlei\u00dfheim" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15560", - "operator": "[ TUWZU7Z ]", - "plz_place": "85764 Oberschlei\u00dfheim", - "room_link": "wbRaum.editRaum?pRaumNr=61708", - "roomcode": "3035.EG.001", - "usage": 41 - }, - { - "address": "Ingolst\u00e4dter Landstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=61710", + "area_id": 79, + "building_id": 1141, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15560, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61708, + "usage_id": 41 + }, + "3035.EG.8004": { + "address": { + "place": "Oberschlei\u00dfheim", + "street": "Ingolst\u00e4dter Landstr. 1", + "zip_code": 85764 + }, "alt_name": "8004, Sekretariat", "arch_name": "8004@3035", - "b_area_id": 79, - "b_filter_id": 1141, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15560", - "operator": "[ TUWZU7Z ]", - "plz_place": "85764 Oberschlei\u00dfheim", - "room_link": "wbRaum.editRaum?pRaumNr=61710", - "roomcode": "3035.EG.8004", - "usage": 12 - }, - { - "address": "Am Burghof 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65263", + "area_id": 79, + "building_id": 1141, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15560, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61710, + "usage_id": 12 + }, + "3100.01.001": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "101, Arbeitsraum", "arch_name": "101@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65263", - "roomcode": "3100.01.001", - "usage": 196 - }, - { - "address": "Am Burghof 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65264", + "area_id": 79, + "building_id": 1545, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65263, + "usage_id": 196 + }, + "3100.01.002": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "102, Schlafzimmer 1", "arch_name": "102@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65264", - "roomcode": "3100.01.002", - "usage": 53 - }, - { - "address": "Am Burghof 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65265", + "area_id": 79, + "building_id": 1545, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65264, + "usage_id": 53 + }, + "3100.01.003": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "103, Bad / WC", "arch_name": "103@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65265", - "roomcode": "3100.01.003", - "usage": 112 - }, - { - "address": "Am Burghof 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65266", + "area_id": 79, + "building_id": 1545, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65265, + "usage_id": 112 + }, + "3100.01.004": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "104, Aufenthalt", "arch_name": "104@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65266", - "roomcode": "3100.01.004", - "usage": 44 - }, - { - "address": "Am Burghof 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65267", + "area_id": 79, + "building_id": 1545, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65266, + "usage_id": 44 + }, + "3100.01.005": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "105, K\u00fcche", "arch_name": "105@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65267", - "roomcode": "3100.01.005", - "usage": 28 - }, - { - "address": "Am Burghof 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65268", + "area_id": 79, + "building_id": 1545, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65267, + "usage_id": 28 + }, + "3100.01.006": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "106, Abstellraum", "arch_name": "106@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65268", - "roomcode": "3100.01.006", - "usage": 159 - }, - { - "address": "Am Burghof 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=64718", + "area_id": 79, + "building_id": 1545, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65268, + "usage_id": 159 + }, + "3100.02.005": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "201, Schlafzimmer 2", "arch_name": "201@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=64718", - "roomcode": "3100.02.005", - "usage": 53 - }, - { - "address": "Am Burghof 3, EG", - "address_link": "ris.einzelraum?raumkey=64719", + "area_id": 79, + "building_id": 1545, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64718, + "usage_id": 53 + }, + "3100.EG.001": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "001, Besprechungsraum", "arch_name": "001@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=64719", - "roomcode": "3100.EG.001", - "usage": 196 - }, - { - "address": "Am Burghof 3, EG", - "address_link": "ris.einzelraum?raumkey=64720", + "area_id": 79, + "building_id": 1545, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64719, + "usage_id": 196 + }, + "3100.EG.002": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=64720", - "roomcode": "3100.EG.002", - "usage": 12 - }, - { - "address": "Am Burghof 3, EG", - "address_link": "ris.einzelraum?raumkey=65106", + "area_id": 79, + "building_id": 1545, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64720, + "usage_id": 12 + }, + "3100.EG.003": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "003, Bad / WC", "arch_name": "003@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=65106", - "roomcode": "3100.EG.003", - "usage": 112 - }, - { - "address": "Am Burghof 3, EG", - "address_link": "ris.einzelraum?raumkey=64721", + "area_id": 79, + "building_id": 1545, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65106, + "usage_id": 112 + }, + "3100.EG.004": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "alt_name": "004, K\u00fcche Aufenthalt", "arch_name": "004@3100", - "b_area_id": 79, - "b_filter_id": 1545, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "99947 M\u00fclverstedt", - "room_link": "wbRaum.editRaum?pRaumNr=64721", - "roomcode": "3100.EG.004", - "usage": 44 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65194", + "area_id": 79, + "building_id": 1545, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64721, + "usage_id": 44 + }, + "3101.01.101": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "101, Sitzungsraum", "arch_name": "101@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65194", - "roomcode": "3101.01.101", - "usage": 42 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65195", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65194, + "usage_id": 42 + }, + "3101.01.102": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65195", - "roomcode": "3101.01.102", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65193", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65195, + "usage_id": 12 + }, + "3101.01.103": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65193", - "roomcode": "3101.01.103", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65196", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65193, + "usage_id": 12 + }, + "3101.01.104": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65196", - "roomcode": "3101.01.104", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65189", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65196, + "usage_id": 12 + }, + "3101.01.105": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "105, WC-Herren", "arch_name": "105@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65189", - "roomcode": "3101.01.105", - "usage": 115 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65190", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65189, + "usage_id": 115 + }, + "3101.01.106": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "106, WC-Damen", "arch_name": "106@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65190", - "roomcode": "3101.01.106", - "usage": 116 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65191", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65190, + "usage_id": 116 + }, + "3101.01.150": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "150, Treppenhaus", "arch_name": "150@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65191", - "roomcode": "3101.01.150", - "usage": 223 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=65192", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65191, + "usage_id": 223 + }, + "3101.01.151": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "151, Flur", "arch_name": "151@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65192", - "roomcode": "3101.01.151", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44218", + "area_id": 49, + "building_id": 909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65192, + "usage_id": 222 + }, + "3101.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Betriebsleitung", "arch_name": "001@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44218", - "roomcode": "3101.EG.001", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44223", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44218, + "usage_id": 12 + }, + "3101.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "002, B\u00fcro Verwaltung", "arch_name": "002@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44223", - "roomcode": "3101.EG.002", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44224", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44223, + "usage_id": 12 + }, + "3101.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "003, stellv. Betriebsleitung", "arch_name": "003@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44224", - "roomcode": "3101.EG.003", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44227", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44224, + "usage_id": 12 + }, + "3101.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44227", - "roomcode": "3101.EG.004", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44230", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44227, + "usage_id": 12 + }, + "3101.EG.005": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "005, WC-Herren", "arch_name": "005@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44230", - "roomcode": "3101.EG.005", - "usage": 115 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44233", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44230, + "usage_id": 115 + }, + "3101.EG.006": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "006, WC-Damen", "arch_name": "006@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44233", - "roomcode": "3101.EG.006", - "usage": 116 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42888", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44233, + "usage_id": 116 + }, + "3101.EG.007": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42888", - "roomcode": "3101.EG.007", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42890", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42888, + "usage_id": 12 + }, + "3101.EG.008": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "008, Computerraum", "arch_name": "008@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42890", - "roomcode": "3101.EG.008", - "usage": 207 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42893", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42890, + "usage_id": 207 + }, + "3101.EG.009": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "009, Lager", "arch_name": "009@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42893", - "roomcode": "3101.EG.009", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42895", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42893, + "usage_id": 30 + }, + "3101.EG.010": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "010, K\u00fcche", "arch_name": "010@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42895", - "roomcode": "3101.EG.010", - "usage": 28 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42897", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42895, + "usage_id": 28 + }, + "3101.EG.011": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "011, Aufenthaltsraum", "arch_name": "011@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42897", - "roomcode": "3101.EG.011", - "usage": 44 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42899", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42897, + "usage_id": 44 + }, + "3101.EG.012": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "012, Sitzungsraum", "arch_name": "012@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42899", - "roomcode": "3101.EG.012", - "usage": 42 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42902", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42899, + "usage_id": 42 + }, + "3101.EG.013": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "013, B\u00fcro", "arch_name": "013@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42902", - "roomcode": "3101.EG.013", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42903", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42902, + "usage_id": 12 + }, + "3101.EG.014": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "014, B\u00fcro", "arch_name": "014@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42903", - "roomcode": "3101.EG.014", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42906", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42903, + "usage_id": 12 + }, + "3101.EG.015": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "015, Inst. Direktor", "arch_name": "015@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42906", - "roomcode": "3101.EG.015", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=65188", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42906, + "usage_id": 12 + }, + "3101.EG.050": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "050, Treppenhaus", "arch_name": "050@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65188", - "roomcode": "3101.EG.050", - "usage": 223 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=65186", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65188, + "usage_id": 223 + }, + "3101.EG.051": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "051, Flur", "arch_name": "051@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65186", - "roomcode": "3101.EG.051", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=65187", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65186, + "usage_id": 222 + }, + "3101.EG.052": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "052, Flur", "arch_name": "052@3101", - "b_area_id": 49, - "b_filter_id": 909, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65187", - "roomcode": "3101.EG.052", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42994", + "area_id": 49, + "building_id": 909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65187, + "usage_id": 222 + }, + "3102.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42994", - "roomcode": "3102.EG.001", - "usage": 12 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=42998", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42994, + "usage_id": 12 + }, + "3102.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Modelraum", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=42998", - "roomcode": "3102.EG.002", - "usage": 187 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43000", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42998, + "usage_id": 187 + }, + "3102.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Versuchshalle", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43000", - "roomcode": "3102.EG.003", - "usage": 49 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43002", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43000, + "usage_id": 49 + }, + "3102.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Technischer Raum (FKT-Fl\u00e4che)", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43002", - "roomcode": "3102.EG.004", - "usage": 201 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43075", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43002, + "usage_id": 201 + }, + "3102.EG.005": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Zeichenraum", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "extended": { - "additional_description": "Zeichenraum", - "address": "Obernach/Walchensee 15(3102), Erdgescho\u00df", - "architect_room_nr": "@3102", - "area_m2": 78.0, - "building": "3102 Obernach Vesuchshalle 1", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82432 Obernach" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43075", - "roomcode": "3102.EG.005", - "usage": 55 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43080", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43075, + "usage_id": 55 + }, + "3102.EG.006": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Pumpstation", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43080", - "roomcode": "3102.EG.006", - "usage": 183 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43083", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43080, + "usage_id": 183 + }, + "3102.EG.007": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Modelbauwerkstatt", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43083", - "roomcode": "3102.EG.007", - "usage": 107 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43085", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43083, + "usage_id": 107 + }, + "3102.EG.008": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "WC-Herren", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43085", - "roomcode": "3102.EG.008", - "usage": 115 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43088", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43085, + "usage_id": 115 + }, + "3102.EG.009": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Dusche, auch Gruppen", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43088", - "roomcode": "3102.EG.009", - "usage": 113 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43091", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43088, + "usage_id": 113 + }, + "3102.EG.010": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Umkleide.-Kabine", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43091", - "roomcode": "3102.EG.010", - "usage": 121 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43093", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43091, + "usage_id": 121 + }, + "3102.EG.011": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lichtpausraum", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43093", - "roomcode": "3102.EG.011", - "usage": 110 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43175", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43093, + "usage_id": 110 + }, + "3102.EG.012": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Fotolab., Lichtpausraum", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43175", - "roomcode": "3102.EG.012", - "usage": 104 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43176", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43175, + "usage_id": 104 + }, + "3102.EG.013": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Prozessorrechnerraum", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43176", - "roomcode": "3102.EG.013", - "usage": 207 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43180", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43176, + "usage_id": 207 + }, + "3102.EG.014": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Registratur, Archiv", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43180", - "roomcode": "3102.EG.014", - "usage": 2 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43183", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43180, + "usage_id": 2 + }, + "3102.EG.015": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43183", - "roomcode": "3102.EG.015", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43187", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43183, + "usage_id": 30 + }, + "3102.EG.016": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Stromversorgung", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43187", - "roomcode": "3102.EG.016", - "usage": 160 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43192", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43187, + "usage_id": 160 + }, + "3102.EG.017": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Elektronische Werkstatt", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43192", - "roomcode": "3102.EG.017", - "usage": 51 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43252", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43192, + "usage_id": 51 + }, + "3102.EG.018": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Physiklabor (K. B., MV)", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43252", - "roomcode": "3102.EG.018", - "usage": 103 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43260", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43252, + "usage_id": 103 + }, + "3102.EG.019": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Versuchshalle", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43260", - "roomcode": "3102.EG.019", - "usage": 49 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43263", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43260, + "usage_id": 49 + }, + "3102.EG.020": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Windfang", "arch_name": "@3102", - "b_area_id": 49, - "b_filter_id": 910, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43263", - "roomcode": "3102.EG.020", - "usage": 52 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43267", + "area_id": 49, + "building_id": 910, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43263, + "usage_id": 52 + }, + "3103.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, KFZ-Abstellraum", "arch_name": "001@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43267", - "roomcode": "3103.EG.001", - "usage": 100 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43271", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43267, + "usage_id": 100 + }, + "3103.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43271", - "roomcode": "3103.EG.002", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43344", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43271, + "usage_id": 30 + }, + "3103.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43344", - "roomcode": "3103.EG.003", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43345", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43344, + "usage_id": 30 + }, + "3103.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Abstellraum/Sonderfl\u00e4che", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43345", - "roomcode": "3103.EG.004", - "usage": 159 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43350", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43345, + "usage_id": 159 + }, + "3103.EG.005": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Werkstatt, Holzbearbeitung", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43350", - "roomcode": "3103.EG.005", - "usage": 107 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43354", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43350, + "usage_id": 107 + }, + "3103.EG.006": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Betonbauwerkstatt", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43354", - "roomcode": "3103.EG.006", - "usage": 51 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43357", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43354, + "usage_id": 51 + }, + "3103.EG.007": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Grobmechanische Werkstatt", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43357", - "roomcode": "3103.EG.007", - "usage": 51 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43360", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43357, + "usage_id": 51 + }, + "3103.EG.008": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Feinmechanische Werstatt", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43360", - "roomcode": "3103.EG.008", - "usage": 108 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43364", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43360, + "usage_id": 108 + }, + "3103.EG.010": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "WC-Herren", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43364", - "roomcode": "3103.EG.010", - "usage": 115 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43428", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43364, + "usage_id": 115 + }, + "3103.EG.011": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Waschraum", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43428", - "roomcode": "3103.EG.011", - "usage": 210 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43433", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43428, + "usage_id": 210 + }, + "3103.EG.012": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Umkleide.-Kabine", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43433", - "roomcode": "3103.EG.012", - "usage": 121 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43435", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43433, + "usage_id": 121 + }, + "3103.EG.013": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Dusche, auch Gruppen", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43435", - "roomcode": "3103.EG.013", - "usage": 113 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43443", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43435, + "usage_id": 113 + }, + "3103.EG.014": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Flur", "arch_name": "@3103", - "b_area_id": 49, - "b_filter_id": 911, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43443", - "roomcode": "3103.EG.014", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43506", + "area_id": 49, + "building_id": 911, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43443, + "usage_id": 222 + }, + "3104.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, KFZ-Unterstelle", "arch_name": "001@3104", - "b_area_id": 49, - "b_filter_id": 912, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43506", - "roomcode": "3104.EG.001", - "usage": 100 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=65197", + "area_id": 49, + "building_id": 912, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43506, + "usage_id": 100 + }, + "3104.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "002, KFZ-Garage", "arch_name": "002@3104", - "b_area_id": 49, - "b_filter_id": 912, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65197", - "roomcode": "3104.EG.002", - "usage": 100 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=65198", + "area_id": 49, + "building_id": 912, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65197, + "usage_id": 100 + }, + "3104.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "002, Notstromaggregat", "arch_name": "002@3104", - "b_area_id": 49, - "b_filter_id": 912, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65198", - "roomcode": "3104.EG.003", - "usage": 160 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=65185", + "area_id": 49, + "building_id": 912, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65198, + "usage_id": 160 + }, + "3104.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "004, Archiv/Bibliothek", "arch_name": "004@3104", - "b_area_id": 49, - "b_filter_id": 912, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=65185", - "roomcode": "3104.EG.004", - "usage": 2 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43509", + "area_id": 49, + "building_id": 912, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65185, + "usage_id": 2 + }, + "3105.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Fahrzeugabstellfl\u00e4che", "arch_name": "@3105", - "b_area_id": 49, - "b_filter_id": 913, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43509", - "roomcode": "3105.EG.001", - "usage": 204 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43511", + "area_id": 49, + "building_id": 913, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43509, + "usage_id": 204 + }, + "3105.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Fahrzeugabstellfl\u00e4che", "arch_name": "@3105", - "b_area_id": 49, - "b_filter_id": 913, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43511", - "roomcode": "3105.EG.002", - "usage": 204 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43514", + "area_id": 49, + "building_id": 913, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43511, + "usage_id": 204 + }, + "3105.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3105", - "b_area_id": 49, - "b_filter_id": 913, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43514", - "roomcode": "3105.EG.003", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43516", + "area_id": 49, + "building_id": 913, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43514, + "usage_id": 30 + }, + "3105.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Notstromversorgung", "arch_name": "@3105", - "b_area_id": 49, - "b_filter_id": 913, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43516", - "roomcode": "3105.EG.004", - "usage": 160 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43520", + "area_id": 49, + "building_id": 913, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43516, + "usage_id": 160 + }, + "3105.EG.005": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Fahrzeugabstellfl\u00e4che", "arch_name": "@3105", - "b_area_id": 49, - "b_filter_id": 913, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43520", - "roomcode": "3105.EG.005", - "usage": 204 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43525", + "area_id": 49, + "building_id": 913, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43520, + "usage_id": 204 + }, + "3105.EG.006": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "006, Archiv/Bibliothek", "arch_name": "006@3105", - "b_area_id": 49, - "b_filter_id": 913, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43525", - "roomcode": "3105.EG.006", - "usage": 2 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43592", + "area_id": 49, + "building_id": 913, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43525, + "usage_id": 2 + }, + "3106.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3106", - "b_area_id": 49, - "b_filter_id": 914, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43592", - "roomcode": "3106.EG.001", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43594", + "area_id": 49, + "building_id": 914, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43592, + "usage_id": 30 + }, + "3107.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43594", - "roomcode": "3107.EG.001", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43599", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43594, + "usage_id": 218 + }, + "3107.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43599", - "roomcode": "3107.EG.002", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43604", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43599, + "usage_id": 218 + }, + "3107.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43604", - "roomcode": "3107.EG.003", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43668", - "alt_name": "Freiluftexperimentierfl\u00e4chen", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43604, + "usage_id": 218 + }, + "3107.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43668", - "roomcode": "3107.EG.004", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43672", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43668, + "usage_id": 218 + }, + "3107.EG.005": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43672", - "roomcode": "3107.EG.005", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43676", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43672, + "usage_id": 218 + }, + "3107.EG.006": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43676", - "roomcode": "3107.EG.006", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43679", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43676, + "usage_id": 218 + }, + "3107.EG.007": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43679", - "roomcode": "3107.EG.007", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43682", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43679, + "usage_id": 218 + }, + "3107.EG.008": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", - "b_area_id": 49, - "b_filter_id": 915, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43682", - "roomcode": "3107.EG.008", - "usage": 218 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43855", + "area_id": 49, + "building_id": 915, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43682, + "usage_id": 218 + }, + "3108.01.101": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "101, Flur", "arch_name": "101@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43855", - "roomcode": "3108.01.101", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43857", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43855, + "usage_id": 222 + }, + "3108.01.102": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "102, Schlafraum", "arch_name": "102@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43857", - "roomcode": "3108.01.102", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43860", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43857, + "usage_id": 53 + }, + "3108.01.103": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "103, Schlafraum", "arch_name": "103@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43860", - "roomcode": "3108.01.103", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43863", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43860, + "usage_id": 53 + }, + "3108.01.104": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "104, Schlafraum", "arch_name": "104@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43863", - "roomcode": "3108.01.104", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43869", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43863, + "usage_id": 53 + }, + "3108.01.105": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "105, Schlafraum", "arch_name": "105@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43869", - "roomcode": "3108.01.105", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43933", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43869, + "usage_id": 53 + }, + "3108.01.106": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "106, Schlafraum", "arch_name": "106@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43933", - "roomcode": "3108.01.106", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43934", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43933, + "usage_id": 53 + }, + "3108.01.107": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "107, Dusche/WC-Damen", "arch_name": "107@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43934", - "roomcode": "3108.01.107", - "usage": 116 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43936", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43934, + "usage_id": 116 + }, + "3108.01.108": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "108, Dusche-Herren", "arch_name": "108@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43936", - "roomcode": "3108.01.108", - "usage": 113 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43937", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43936, + "usage_id": 113 + }, + "3108.01.109": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "109, WC-Herren", "arch_name": "109@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43937", - "roomcode": "3108.01.109", - "usage": 115 - }, - { - "address": "Obernach/Walchensee 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=43938", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43937, + "usage_id": 115 + }, + "3108.01.110": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "110, Diele", "arch_name": "110@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43938", - "roomcode": "3108.01.110", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=43939", + "area_id": 49, + "building_id": 916, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43938, + "usage_id": 222 + }, + "3108.02.201": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "201, Flur", "arch_name": "201@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43939", - "roomcode": "3108.02.201", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=43940", + "area_id": 49, + "building_id": 916, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43939, + "usage_id": 222 + }, + "3108.02.202": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "202, Schlafraum", "arch_name": "202@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43940", - "roomcode": "3108.02.202", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=43941", + "area_id": 49, + "building_id": 916, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43940, + "usage_id": 53 + }, + "3108.02.203": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "203, Schlafraum", "arch_name": "203@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43941", - "roomcode": "3108.02.203", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=64536", + "area_id": 49, + "building_id": 916, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43941, + "usage_id": 53 + }, + "3108.02.204": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "204, Schlafraum", "arch_name": "204@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=64536", - "roomcode": "3108.02.204", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43753", + "area_id": 49, + "building_id": 916, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64536, + "usage_id": 53 + }, + "3108.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Windfang", "arch_name": "001@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43753", - "roomcode": "3108.EG.001", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43755", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43753, + "usage_id": 222 + }, + "3108.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "002, Flur", "arch_name": "002@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43755", - "roomcode": "3108.EG.002", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43759", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43755, + "usage_id": 222 + }, + "3108.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "003, Aufenthalt", "arch_name": "003@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43759", - "roomcode": "3108.EG.003", - "usage": 45 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43761", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43759, + "usage_id": 45 + }, + "3108.EG.004": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "004, Technischer Raum (FKT-Fl\u00e4che)", "arch_name": "004@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43761", - "roomcode": "3108.EG.004", - "usage": 201 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43766", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43761, + "usage_id": 201 + }, + "3108.EG.005": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "005, Gastwissenschaftler/Aufenthaltsraum", "arch_name": "005@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43766", - "roomcode": "3108.EG.005", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43770", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43766, + "usage_id": 53 + }, + "3108.EG.006": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "006, Gastwissenschaftler/Wohnk\u00fcche", "arch_name": "006@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43770", - "roomcode": "3108.EG.006", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43838", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43770, + "usage_id": 53 + }, + "3108.EG.007": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "007, Flur", "arch_name": "007@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43838", - "roomcode": "3108.EG.007", - "usage": 222 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43842", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43838, + "usage_id": 222 + }, + "3108.EG.008": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "008, Gastwissenschaftler/Schlafraum", "arch_name": "008@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43842", - "roomcode": "3108.EG.008", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43845", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43842, + "usage_id": 53 + }, + "3108.EG.009": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "009, Bad/WC", "arch_name": "009@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43845", - "roomcode": "3108.EG.009", - "usage": 112 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43849", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43845, + "usage_id": 112 + }, + "3108.EG.010": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "010, Gastwissenschaftler/Wohnk\u00fcche", "arch_name": "010@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43849", - "roomcode": "3108.EG.010", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43851", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43849, + "usage_id": 53 + }, + "3108.EG.011": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "011, Gastwissenschaftler/Schlafraum", "arch_name": "011@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43851", - "roomcode": "3108.EG.011", - "usage": 53 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43853", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43851, + "usage_id": 53 + }, + "3108.EG.012": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "012, Dusche/WC", "arch_name": "012@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43853", - "roomcode": "3108.EG.012", - "usage": 113 - }, - { - "address": "Obernach/Walchensee 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=43750", + "area_id": 49, + "building_id": 916, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43853, + "usage_id": 113 + }, + "3108.U1.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "-1001, Keller", "arch_name": "-1001@3108", - "b_area_id": 49, - "b_filter_id": 916, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43750", - "roomcode": "3108.U1.001", - "usage": 159 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43942", + "area_id": 49, + "building_id": 916, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43750, + "usage_id": 159 + }, + "3109.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3109", - "b_area_id": 49, - "b_filter_id": 917, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43942", - "roomcode": "3109.EG.001", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43943", + "area_id": 49, + "building_id": 917, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43942, + "usage_id": 30 + }, + "3109.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Lager", "arch_name": "@3109", - "b_area_id": 49, - "b_filter_id": 917, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43943", - "roomcode": "3109.EG.002", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43944", + "area_id": 49, + "building_id": 917, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43943, + "usage_id": 30 + }, + "3110.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Messraum", "arch_name": "@3110", - "b_area_id": 49, - "b_filter_id": 918, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43944", - "roomcode": "3110.EG.001", - "usage": 103 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43945", + "area_id": 49, + "building_id": 918, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43944, + "usage_id": 103 + }, + "3111.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Messraum", "arch_name": "@3111", - "b_area_id": 49, - "b_filter_id": 919, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43945", - "roomcode": "3111.EG.001", - "usage": 103 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43947", + "area_id": 49, + "building_id": 919, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43945, + "usage_id": 103 + }, + "3112.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Stromversorgung", "arch_name": "@3112", - "b_area_id": 49, - "b_filter_id": 920, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43947", - "roomcode": "3112.EG.001", - "usage": 160 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43949", + "area_id": 49, + "building_id": 920, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43947, + "usage_id": 160 + }, + "3113.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Pumpstation", "arch_name": "001@3113", - "b_area_id": 49, - "b_filter_id": 921, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43949", - "roomcode": "3113.EG.001", - "usage": 183 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43951", + "area_id": 49, + "building_id": 921, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43949, + "usage_id": 183 + }, + "3114.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Pumpstation", "arch_name": "001@3114", - "b_area_id": 49, - "b_filter_id": 922, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43951", - "roomcode": "3114.EG.001", - "usage": 183 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43955", + "area_id": 49, + "building_id": 922, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43951, + "usage_id": 183 + }, + "3115.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Pumpstation", "arch_name": "001@3115", - "b_area_id": 49, - "b_filter_id": 923, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43955", - "roomcode": "3115.EG.001", - "usage": 183 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43958", + "area_id": 49, + "building_id": 923, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43955, + "usage_id": 183 + }, + "3116.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Versuchshalle 2", "arch_name": "001@3116", - "b_area_id": 49, - "b_filter_id": 924, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43958", - "roomcode": "3116.EG.001", - "usage": 49 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43962", + "area_id": 49, + "building_id": 924, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43958, + "usage_id": 49 + }, + "3117.EG.701": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "701, Holzlager", "arch_name": "701@3117", - "b_area_id": 49, - "b_filter_id": 925, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43962", - "roomcode": "3117.EG.701", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=70455", + "area_id": 49, + "building_id": 925, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43962, + "usage_id": 30 + }, + "3117.EG.702": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "702, Baulager", "arch_name": "702@3117", - "b_area_id": 49, - "b_filter_id": 925, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=70455", - "roomcode": "3117.EG.702", - "usage": 30 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=43965", + "area_id": 49, + "building_id": 925, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70455, + "usage_id": 30 + }, + "3118.EG.801": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "801, Messraum", "arch_name": "801@3118", - "b_area_id": 49, - "b_filter_id": 926, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=43965", - "roomcode": "3118.EG.801", - "usage": 103 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44037", + "area_id": 49, + "building_id": 926, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43965, + "usage_id": 103 + }, + "3119.EG.901": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Ausstellungsraum", "arch_name": "@3119", - "b_area_id": 49, - "b_filter_id": 927, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44037", - "roomcode": "3119.EG.901", - "usage": 148 - }, - { - "address": "Obernach/Walchensee 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=44033", + "area_id": 49, + "building_id": 927, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44037, + "usage_id": 148 + }, + "3119.U1.901": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Ausstellungsraum", "arch_name": "@3119", - "b_area_id": 49, - "b_filter_id": 927, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44033", - "roomcode": "3119.U1.901", - "usage": 148 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44042", + "area_id": 49, + "building_id": 927, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44033, + "usage_id": 148 + }, + "3120.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Pumpenraum", "arch_name": "001@3120", - "b_area_id": 49, - "b_filter_id": 928, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44042", - "roomcode": "3120.EG.001", - "usage": 182 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44049", + "area_id": 49, + "building_id": 928, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44042, + "usage_id": 182 + }, + "3120.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Schaltraum", "arch_name": "@3120", - "b_area_id": 49, - "b_filter_id": 928, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44049", - "roomcode": "3120.EG.002", - "usage": 120 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44053", + "area_id": 49, + "building_id": 928, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44049, + "usage_id": 120 + }, + "3120.EG.003": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Installationsbedienungsraum", "arch_name": "@3120", - "b_area_id": 49, - "b_filter_id": 928, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44053", - "roomcode": "3120.EG.003", - "usage": 120 - }, - { - "address": "Obernach/Walchensee 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=44041", + "area_id": 49, + "building_id": 928, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44053, + "usage_id": 120 + }, + "3120.U1.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "Pumpenraum", "arch_name": "@3120", - "b_area_id": 49, - "b_filter_id": 928, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44041", - "roomcode": "3120.U1.001", - "usage": 182 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44054", + "area_id": 49, + "building_id": 928, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44041, + "usage_id": 182 + }, + "3121.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Ausstellungsraum", "arch_name": "001@3121", - "b_area_id": 49, - "b_filter_id": 929, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44054", - "roomcode": "3121.EG.001", - "usage": 148 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=44055", + "area_id": 49, + "building_id": 929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44054, + "usage_id": 148 + }, + "3121.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "002, Ausstellungsraum", "arch_name": "002@3121", - "b_area_id": 49, - "b_filter_id": 929, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=44055", - "roomcode": "3121.EG.002", - "usage": 148 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=70472", + "area_id": 49, + "building_id": 929, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44055, + "usage_id": 148 + }, + "3122.EG.001": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "001, Folien-Versuchshalle", "arch_name": "001@3122", - "b_area_id": 49, - "b_filter_id": 2509, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=70472", - "roomcode": "3122.EG.001", - "usage": 49 - }, - { - "address": "Obernach/Walchensee 15, EG", - "address_link": "ris.einzelraum?raumkey=70473", + "area_id": 49, + "building_id": 2509, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70472, + "usage_id": 49 + }, + "3122.EG.002": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "alt_name": "002, Folien-Versuchshalle Anbau", "arch_name": "002@3122", - "b_area_id": 49, - "b_filter_id": 2509, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14927", - "operator": "[ TUBVFWW ]", - "plz_place": "82432 Obernach", - "room_link": "wbRaum.editRaum?pRaumNr=70473", - "roomcode": "3122.EG.002", - "usage": 49 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44056", + "area_id": 49, + "building_id": 2509, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14927, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70473, + "usage_id": 49 + }, + "3201.EG.001": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Lager", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44056", - "roomcode": "3201.EG.001", - "usage": 30 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44057", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44056, + "usage_id": 30 + }, + "3201.EG.001A": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Garage", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44057", - "roomcode": "3201.EG.001A", - "usage": 100 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44058", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44057, + "usage_id": 100 + }, + "3201.EG.002": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Tresorraum", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44058", - "roomcode": "3201.EG.002", - "usage": 200 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44130", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44058, + "usage_id": 200 + }, + "3201.EG.003": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Feinmechanische Werkstatt", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44130", - "roomcode": "3201.EG.003", - "usage": 108 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44133", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44130, + "usage_id": 108 + }, + "3201.EG.004": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44133", - "roomcode": "3201.EG.004", - "usage": 12 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44135", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44133, + "usage_id": 12 + }, + "3201.EG.005": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44135", - "roomcode": "3201.EG.005", - "usage": 12 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44137", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44135, + "usage_id": 12 + }, + "3201.EG.006": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44137", - "roomcode": "3201.EG.006", - "usage": 12 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44139", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44137, + "usage_id": 12 + }, + "3201.EG.007": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Vorbereitungsraum", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44139", - "roomcode": "3201.EG.007", - "usage": 136 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44140", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44139, + "usage_id": 136 + }, + "3201.EG.008": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Bedienungsgang", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44140", - "roomcode": "3201.EG.008", - "usage": 222 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44142", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44140, + "usage_id": 222 + }, + "3201.EG.009": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Annahme- u. Ausgaberaum", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44142", - "roomcode": "3201.EG.009", - "usage": 186 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44144", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44142, + "usage_id": 186 + }, + "3201.EG.010": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "\u00dcbungsraum", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": "tvKalender.wSicht?cOrg=15098&cRes=18859&cReadonly=J", - "extended": { - "additional_description": "\u00dcbungsraum", - "address": "Lindenweg 15(3201), Erdgescho\u00df", - "architect_room_nr": "@3201", - "area_m2": 229.65, - "building": "3201 Eichenau Lindenweg Max-Knei\u00dfl-Institut", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 140, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82223 Eichenau" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44144", - "roomcode": "3201.EG.010", - "usage": 131 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44146", + "area_id": 53, + "building_id": 633, + "calendar_resource_nr": 18859, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15098, + "seats": { + "sitting": 140, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44144, + "usage_id": 131 + }, + "3201.EG.011": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Eingangshalle", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44146", - "roomcode": "3201.EG.011", - "usage": 222 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44147", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44146, + "usage_id": 222 + }, + "3201.EG.012": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "Heizungsraum", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44147", - "roomcode": "3201.EG.012", - "usage": 201 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44149", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44147, + "usage_id": 201 + }, + "3201.EG.013": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "WC-Herren", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44149", - "roomcode": "3201.EG.013", - "usage": 115 - }, - { - "address": "Lindenweg 15, EG", - "address_link": "ris.einzelraum?raumkey=44151", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44149, + "usage_id": 115 + }, + "3201.EG.014": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "alt_name": "WC", "arch_name": "@3201", - "b_area_id": 53, - "b_filter_id": 633, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=44151", - "roomcode": "3201.EG.014", - "usage": 114 - }, - { - "address": "Alfons-Goppel-Str. 11, EG", - "address_link": "ris.einzelraum?raumkey=65710", + "area_id": 53, + "building_id": 633, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44151, + "usage_id": 114 + }, + "3401.EG.020": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "20, Elektroniklabor gem. Nutzung mit KEG", "arch_name": "20@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65710", - "roomcode": "3401.EG.020", - "usage": 103 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=65703", + "area_id": 29, + "building_id": 1710, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65710, + "usage_id": 103 + }, + "3401.U1.001A": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "K1a, DGFI Besprechungsraum", "arch_name": "K1a@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65703", - "roomcode": "3401.U1.001A", - "usage": 196 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=65707", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65703, + "usage_id": 196 + }, + "3401.U1.001B": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65707", - "roomcode": "3401.U1.001B", - "usage": 51 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=65704", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65707, + "usage_id": 51 + }, + "3401.U1.001D": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "K1d, K\u00fcche", "arch_name": "K1d@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65704", - "roomcode": "3401.U1.001D", - "usage": 28 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=65705", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65704, + "usage_id": 28 + }, + "3401.U1.001E": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "K1e, Fluchtweg", "arch_name": "K1e@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65705", - "roomcode": "3401.U1.001E", - "usage": 222 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=65709", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65705, + "usage_id": 222 + }, + "3401.U1.006": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "K6, Messkeller/Instrumenten-Lager", "arch_name": "K6@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65709", - "roomcode": "3401.U1.006", - "usage": 103 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=65706", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65709, + "usage_id": 103 + }, + "3401.U1.009": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "K9, Gravimeterraum gem. Nutzung mit KEG", "arch_name": "K9@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65706", - "roomcode": "3401.U1.009", - "usage": 103 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.ZG", - "address_link": "ris.einzelraum?raumkey=65711", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65706, + "usage_id": 103 + }, + "3401.Z1.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "103, DGFI-Bibliothek", "arch_name": "103@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65711", - "roomcode": "3401.Z1.103", - "usage": 10 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.ZG", - "address_link": "ris.einzelraum?raumkey=65712", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65711, + "usage_id": 10 + }, + "3401.Z1.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "104, DGFI-Bibliothek", "arch_name": "104@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65712", - "roomcode": "3401.Z1.104", - "usage": 10 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.ZG", - "address_link": "ris.einzelraum?raumkey=65713", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65712, + "usage_id": 10 + }, + "3401.Z1.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "104, B\u00fcro/Archiv", "arch_name": "104@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65713", - "roomcode": "3401.Z1.105", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 1.ZG", - "address_link": "ris.einzelraum?raumkey=65714", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65713, + "usage_id": 12 + }, + "3401.Z1.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "114, DGFI-Bibliothek/Zeitschriftenarchiv", "arch_name": "114@3401", - "b_area_id": 29, - "b_filter_id": 1710, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65714", - "roomcode": "3401.Z1.114", - "usage": 10 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65716", + "area_id": 29, + "building_id": 1710, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65714, + "usage_id": 10 + }, + "3402.04.080": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 80, Teek\u00fcche", "arch_name": "HK 80@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65716", - "roomcode": "3402.04.080", - "usage": 198 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65717", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65716, + "usage_id": 198 + }, + "3402.04.084": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 084, B\u00fcro", "arch_name": "HK 084@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65717", - "roomcode": "3402.04.084", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65718", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65717, + "usage_id": 12 + }, + "3402.04.085": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 085, B\u00fcro", "arch_name": "HK 085@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65718", - "roomcode": "3402.04.085", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65719", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65718, + "usage_id": 12 + }, + "3402.04.086": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 086, B\u00fcro", "arch_name": "HK 086@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65719", - "roomcode": "3402.04.086", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65720", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65719, + "usage_id": 12 + }, + "3402.04.087": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 087, B\u00fcro", "arch_name": "HK 087@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65720", - "roomcode": "3402.04.087", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65721", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65720, + "usage_id": 12 + }, + "3402.04.088": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 088, B\u00fcro/IAG Office", "arch_name": "HK 088@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65721", - "roomcode": "3402.04.088", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65722", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65721, + "usage_id": 12 + }, + "3402.04.089": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 089, Kopierer", "arch_name": "HK 089@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65722", - "roomcode": "3402.04.089", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65723", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65722, + "usage_id": 12 + }, + "3402.04.091": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 091, Studentenarbeitspl\u00e4tze", "arch_name": "HK 091@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65723", - "roomcode": "3402.04.091", - "usage": 208 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65724", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65723, + "usage_id": 208 + }, + "3402.04.092": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 092, Bibliothek/Besprechungsraum", "arch_name": "HK 092@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": "tvKalender.wSicht?cOrg=23659&cRes=27632&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65724", - "roomcode": "3402.04.092", - "usage": 10 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65725", + "area_id": 29, + "building_id": 1709, + "calendar_resource_nr": 27632, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 22, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65724, + "usage_id": 10 + }, + "3402.04.093": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 093, IT-Lager", "arch_name": "HK 093@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65725", - "roomcode": "3402.04.093", - "usage": 30 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65726", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65725, + "usage_id": 30 + }, + "3402.04.094": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 094, B\u00fcro", "arch_name": "HK 094@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65726", - "roomcode": "3402.04.094", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65727", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65726, + "usage_id": 12 + }, + "3402.04.095": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 095, B\u00fcro", "arch_name": "HK 095@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65727", - "roomcode": "3402.04.095", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65728", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65727, + "usage_id": 12 + }, + "3402.04.096": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 096, B\u00fcro", "arch_name": "HK 096@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65728", - "roomcode": "3402.04.096", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65729", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65728, + "usage_id": 12 + }, + "3402.04.097": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 097, Serverraum", "arch_name": "HK 097@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65729", - "roomcode": "3402.04.097", - "usage": 207 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65730", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65729, + "usage_id": 207 + }, + "3402.04.103": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 103, B\u00fcro", "arch_name": "HK 103@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65730", - "roomcode": "3402.04.103", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65731", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65730, + "usage_id": 12 + }, + "3402.04.104": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 104, B\u00fcro", "arch_name": "HK 104@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65731", - "roomcode": "3402.04.104", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65732", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65731, + "usage_id": 12 + }, + "3402.04.105": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 105, B\u00fcro", "arch_name": "HK 105@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65732", - "roomcode": "3402.04.105", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65733", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65732, + "usage_id": 12 + }, + "3402.04.106": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 106, B\u00fcro", "arch_name": "HK 106@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65733", - "roomcode": "3402.04.106", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65734", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65733, + "usage_id": 12 + }, + "3402.04.107": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 107, B\u00fcro", "arch_name": "HK 107@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65734", - "roomcode": "3402.04.107", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65735", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65734, + "usage_id": 12 + }, + "3402.04.108A": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 108a, B\u00fcro", "arch_name": "HK 108a@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65735", - "roomcode": "3402.04.108A", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65736", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65735, + "usage_id": 12 + }, + "3402.04.108B": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 108b, B\u00fcro", "arch_name": "HK 108b@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65736", - "roomcode": "3402.04.108B", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65737", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65736, + "usage_id": 12 + }, + "3402.04.109": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 109, B\u00fcro", "arch_name": "HK 109@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65737", - "roomcode": "3402.04.109", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65738", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65737, + "usage_id": 12 + }, + "3402.04.110": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 110, B\u00fcro", "arch_name": "HK 110@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65738", - "roomcode": "3402.04.110", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65739", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65738, + "usage_id": 12 + }, + "3402.04.111": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 111, B\u00fcro", "arch_name": "HK 111@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65739", - "roomcode": "3402.04.111", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65740", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65739, + "usage_id": 12 + }, + "3402.04.112": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 112, B\u00fcro", "arch_name": "HK 112@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65740", - "roomcode": "3402.04.112", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65741", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65740, + "usage_id": 12 + }, + "3402.04.113": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 113, Sekretariat", "arch_name": "HK 113@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65741", - "roomcode": "3402.04.113", - "usage": 40 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65742", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65741, + "usage_id": 40 + }, + "3402.04.114": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 114, Institutsleitung", "arch_name": "HK 114@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65742", - "roomcode": "3402.04.114", - "usage": 12 - }, - { - "address": "Alfons-Goppel-Str. 11, 4.OG", - "address_link": "ris.einzelraum?raumkey=65743", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65742, + "usage_id": 12 + }, + "3402.04.115": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "alt_name": "HK 115, B\u00fcro", "arch_name": "HK 115@3402", - "b_area_id": 29, - "b_filter_id": 1709, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=23659", - "operator": "[ TULRESP ]", - "plz_place": "80333 M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65743", - "roomcode": "3402.04.115", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44085", + "area_id": 29, + "building_id": 1709, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23659, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65743, + "usage_id": 12 + }, + "3501.01.101A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A01, Seminarraum A1", "arch_name": "1.A01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24274&cReadonly=J", - "extended": { - "additional_description": "1.A01, Seminarraum A1", - "address": "Schulgasse 16(3501), 1.Obergescho\u00df", - "architect_room_nr": "1.A01@3501", - "area_m2": 44.0, - "building": "3501 TUM CS SG16", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101A", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44085", - "roomcode": "3501.01.101A", - "usage": 41 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44087", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 24274, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44085, + "usage_id": 41 + }, + "3501.01.101B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B01, Computerlabor", "arch_name": "1.B01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44087", - "roomcode": "3501.01.101B", - "usage": 103 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44170", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44087, + "usage_id": 103 + }, + "3501.01.101C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C01, Lager", "arch_name": "1.C01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44170", - "roomcode": "3501.01.101C", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=65745", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44170, + "usage_id": 30 + }, + "3501.01.101D": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C04, Chem. Labor", "arch_name": "1.C04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65745", - "roomcode": "3501.01.101D", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=65746", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65745, + "usage_id": 102 + }, + "3501.01.101E": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C05, Chem. Labor", "arch_name": "1.C05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65746", - "roomcode": "3501.01.101E", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=65747", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65746, + "usage_id": 102 + }, + "3501.01.101F": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C06, Chem. Labor", "arch_name": "1.C06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65747", - "roomcode": "3501.01.101F", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=65748", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65747, + "usage_id": 102 + }, + "3501.01.101G": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C07, Chem. Labor", "arch_name": "1.C07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65748", - "roomcode": "3501.01.101G", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44172", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65748, + "usage_id": 102 + }, + "3501.01.102A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A02, B\u00fcro", "arch_name": "1.A02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44172", - "roomcode": "3501.01.102A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44174", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44172, + "usage_id": 12 + }, + "3501.01.102B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B02, NMR", "arch_name": "1.B02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44174", - "roomcode": "3501.01.102B", - "usage": 103 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44177", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44174, + "usage_id": 103 + }, + "3501.01.102C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C02, Lager", "arch_name": "1.C02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44177", - "roomcode": "3501.01.102C", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44181", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44177, + "usage_id": 30 + }, + "3501.01.103A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A03, Sozialraum", "arch_name": "1.A03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44181", - "roomcode": "3501.01.103A", - "usage": 44 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44183", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44181, + "usage_id": 44 + }, + "3501.01.103B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B03, Analysenlabor", "arch_name": "1.B03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44183", - "roomcode": "3501.01.103B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44186", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44183, + "usage_id": 102 + }, + "3501.01.103C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A03.1, Teek\u00fcche", "arch_name": "1.A03.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44186", - "roomcode": "3501.01.103C", - "usage": 198 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=22419", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44186, + "usage_id": 198 + }, + "3501.01.104A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A04, Prof.-B\u00fcro", "arch_name": "1.A04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=22419", - "roomcode": "3501.01.104A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44190", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22419, + "usage_id": 12 + }, + "3501.01.104B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B04, Chem. Labor", "arch_name": "1.B04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44190", - "roomcode": "3501.01.104B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=22422", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44190, + "usage_id": 102 + }, + "3501.01.105A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A05, Sekretariat", "arch_name": "1.A05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=22422", - "roomcode": "3501.01.105A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44274", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22422, + "usage_id": 12 + }, + "3501.01.105B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B05, Chem. Labor", "arch_name": "1.B05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44274", - "roomcode": "3501.01.105B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44276", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44274, + "usage_id": 102 + }, + "3501.01.106A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A06, Mitarbeiter", "arch_name": "1.A06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44276", - "roomcode": "3501.01.106A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=44279", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44276, + "usage_id": 12 + }, + "3501.01.106B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B06, Chem. Labor", "arch_name": "1.B06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44279", - "roomcode": "3501.01.106B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42847", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44279, + "usage_id": 102 + }, + "3501.01.107A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A07, Mitarbeiter", "arch_name": "1.A07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42847", - "roomcode": "3501.01.107A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42849", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42847, + "usage_id": 12 + }, + "3501.01.107B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B07, Chem. Labor", "arch_name": "1.B07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42849", - "roomcode": "3501.01.107B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42850", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42849, + "usage_id": 102 + }, + "3501.01.108A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A08, Mitarbeiter", "arch_name": "1.A08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42850", - "roomcode": "3501.01.108A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42853", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42850, + "usage_id": 12 + }, + "3501.01.108B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B08, Chem. Labor", "arch_name": "1.B08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42853", - "roomcode": "3501.01.108B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42857", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42853, + "usage_id": 102 + }, + "3501.01.109A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A09, Mitarbeiter", "arch_name": "1.A09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42857", - "roomcode": "3501.01.109A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42859", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42857, + "usage_id": 12 + }, + "3501.01.109B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B09, Chem. Labor", "arch_name": "1.B09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42859", - "roomcode": "3501.01.109B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42954", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42859, + "usage_id": 102 + }, + "3501.01.110A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A10, Wiss. Mitarb.", "arch_name": "1.A10@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42954", - "roomcode": "3501.01.110A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42955", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42954, + "usage_id": 12 + }, + "3501.01.110B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B10, Elektro", "arch_name": "1.B10@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42955", - "roomcode": "3501.01.110B", - "usage": 32 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42956", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42955, + "usage_id": 32 + }, + "3501.01.111A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A11, Seminarraum/Besprechungsraum A5", "arch_name": "1.A11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24275&cReadonly=J", - "extended": { - "additional_description": "1.A11, Seminarraum/Besprechungsraum A5", - "address": "Schulgasse 16(3501), 1.Obergescho\u00df", - "architect_room_nr": "1.A11@3501", - "area_m2": 31.8, - "building": "3501 TUM CS SG16", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "111A", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42956", - "roomcode": "3501.01.111A", - "usage": 41 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42958", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 24275, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42956, + "usage_id": 41 + }, + "3501.01.111B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B11, Gasflaschenlager", "arch_name": "1.B11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42958", - "roomcode": "3501.01.111B", - "usage": 17 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42960", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42958, + "usage_id": 17 + }, + "3501.01.112A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A12, Wiss. Mitarbeiter", "arch_name": "1.A12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42960", - "roomcode": "3501.01.112A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43035", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42960, + "usage_id": 12 + }, + "3501.01.112B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B12, WC Damen Vorraum", "arch_name": "1.B12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43035", - "roomcode": "3501.01.112B", - "usage": 116 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43037", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43035, + "usage_id": 116 + }, + "3501.01.112C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B12.1, WC Damen", "arch_name": "1.B12.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43037", - "roomcode": "3501.01.112C", - "usage": 116 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43038", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43037, + "usage_id": 116 + }, + "3501.01.113A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A13, Wiss. Mitarbeiter", "arch_name": "1.A13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43038", - "roomcode": "3501.01.113A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43045", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43038, + "usage_id": 12 + }, + "3501.01.113B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B13, WC Herren Vorraum", "arch_name": "1.B13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43045", - "roomcode": "3501.01.113B", - "usage": 115 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43048", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43045, + "usage_id": 115 + }, + "3501.01.113C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B13.1, WC Herren", "arch_name": "1.B13.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43048", - "roomcode": "3501.01.113C", - "usage": 115 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43053", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43048, + "usage_id": 115 + }, + "3501.01.114A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A14, Mitarbeiter", "arch_name": "1.A14@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43053", - "roomcode": "3501.01.114A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43055", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43053, + "usage_id": 12 + }, + "3501.01.114B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B14, W\u00e4rmezelle", "arch_name": "1.B14@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43055", - "roomcode": "3501.01.114B", - "usage": 54 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43127", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43055, + "usage_id": 54 + }, + "3501.01.115A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A15, Sekretariat", "arch_name": "1.A15@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43127", - "roomcode": "3501.01.115A", - "usage": 40 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43131", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43127, + "usage_id": 40 + }, + "3501.01.115B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B15, Druckerraum", "arch_name": "1.B15@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43131", - "roomcode": "3501.01.115B", - "usage": 110 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43132", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43131, + "usage_id": 110 + }, + "3501.01.116A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A16, Lehrstuhlinhaber", "arch_name": "1.A16@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43132", - "roomcode": "3501.01.116A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43138", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43132, + "usage_id": 12 + }, + "3501.01.120A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.20A, Technikraum HLS", "arch_name": "1.20A@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43138", - "roomcode": "3501.01.120A", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43139", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43138, + "usage_id": 160 + }, + "3501.01.120B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.20B, Technikraum HLS", "arch_name": "1.20B@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43139", - "roomcode": "3501.01.120B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43140", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43139, + "usage_id": 160 + }, + "3501.01.121A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A21, Technikraum HLS", "arch_name": "1.A21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43140", - "roomcode": "3501.01.121A", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43141", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43140, + "usage_id": 160 + }, + "3501.01.121B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B21, Technikraum HLS", "arch_name": "1.B21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43141", - "roomcode": "3501.01.121B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43142", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43141, + "usage_id": 160 + }, + "3501.01.130A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A30, Flur", "arch_name": "1.A30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43142", - "roomcode": "3501.01.130A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43144", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43142, + "usage_id": 222 + }, + "3501.01.130B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B30, Flur", "arch_name": "1.B30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43144", - "roomcode": "3501.01.130B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43147", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43144, + "usage_id": 222 + }, + "3501.01.131B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B31, Flur", "arch_name": "1.B31@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43147", - "roomcode": "3501.01.131B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43150", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43147, + "usage_id": 222 + }, + "3501.01.132A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A32, Flur", "arch_name": "1.A32@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43150", - "roomcode": "3501.01.132A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43151", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43150, + "usage_id": 222 + }, + "3501.01.132B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B32, Flur", "arch_name": "1.B32@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43151", - "roomcode": "3501.01.132B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43303", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43151, + "usage_id": 222 + }, + "3501.01.133A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A33, Flur", "arch_name": "1.A33@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43303", - "roomcode": "3501.01.133A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43306", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43303, + "usage_id": 222 + }, + "3501.01.140A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.A40, Treppen", "arch_name": "1.A40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43306", - "roomcode": "3501.01.140A", - "usage": 223 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43308", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43306, + "usage_id": 223 + }, + "3501.01.140B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B40, Treppenhaus", "arch_name": "1.B40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43308", - "roomcode": "3501.01.140B", - "usage": 223 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43310", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43308, + "usage_id": 223 + }, + "3501.01.140C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C40, Wendeltreppe", "arch_name": "1.C40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43310", - "roomcode": "3501.01.140C", - "usage": 223 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43311", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43310, + "usage_id": 223 + }, + "3501.01.150B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B50, Aufzug", "arch_name": "1.B50@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43311", - "roomcode": "3501.01.150B", - "usage": 4 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43314", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43311, + "usage_id": 4 + }, + "3501.01.150C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.C50, Treppe", "arch_name": "1.C50@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43314", - "roomcode": "3501.01.150C", - "usage": 223 - }, - { - "address": "Schulgasse 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43317", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43314, + "usage_id": 223 + }, + "3501.01.160B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "1.B60, Treppenhaus", "arch_name": "1.B60@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43317", - "roomcode": "3501.01.160B", - "usage": 223 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43318", + "area_id": 50, + "building_id": 877, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43317, + "usage_id": 223 + }, + "3501.02.201A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A01/2.A02, Seminarraum A2", "arch_name": "2.A01/2.A02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24283&cReadonly=J", - "extended": { - "additional_description": "2.A01/2.A02, Seminarraum A2", - "address": "Schulgasse 16(3501), 2.Obergescho\u00df", - "architect_room_nr": "2.A01/2.A02@3501", - "area_m2": 74.6, - "building": "3501 TUM CS SG16", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43318", - "roomcode": "3501.02.201A", - "usage": 41 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43320", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 24283, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43318, + "usage_id": 41 + }, + "3501.02.201B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B01, Chem./Phy. Labor", "arch_name": "2.B01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43320", - "roomcode": "3501.02.201B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43322", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43320, + "usage_id": 102 + }, + "3501.02.202B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B02, Chem./Phy. Labor", "arch_name": "2.B02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43322", - "roomcode": "3501.02.202B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43323", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43322, + "usage_id": 102 + }, + "3501.02.203A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A03, Teek\u00fcche", "arch_name": "2.A03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43323", - "roomcode": "3501.02.203A", - "usage": 198 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43549", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43323, + "usage_id": 198 + }, + "3501.02.203B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B03, Chem./Phy. Labor", "arch_name": "2.B03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43549", - "roomcode": "3501.02.203B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43551", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43549, + "usage_id": 102 + }, + "3501.02.203C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A03.1, Sozialraum", "arch_name": "2.A03.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43551", - "roomcode": "3501.02.203C", - "usage": 44 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43553", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43551, + "usage_id": 44 + }, + "3501.02.204A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A04, Lehrstuhlinhaber", "arch_name": "2.A04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43553", - "roomcode": "3501.02.204A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43555", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43553, + "usage_id": 12 + }, + "3501.02.204B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B04, Chem./Phy. Labor", "arch_name": "2.B04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43555", - "roomcode": "3501.02.204B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43557", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43555, + "usage_id": 102 + }, + "3501.02.205A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A05, Mitarbeiter", "arch_name": "2.A05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43557", - "roomcode": "3501.02.205A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43559", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43557, + "usage_id": 12 + }, + "3501.02.205B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B05, Chem./Phy. Labor", "arch_name": "2.B05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43559", - "roomcode": "3501.02.205B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43560", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43559, + "usage_id": 102 + }, + "3501.02.206A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A06, Mitarbeiter", "arch_name": "2.A06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43560", - "roomcode": "3501.02.206A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43562", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43560, + "usage_id": 12 + }, + "3501.02.206B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B06, Chem./Phy. Labor", "arch_name": "2.B06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43562", - "roomcode": "3501.02.206B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43563", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43562, + "usage_id": 102 + }, + "3501.02.207A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A07, Mitarbeiter", "arch_name": "2.A07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43563", - "roomcode": "3501.02.207A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43565", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43563, + "usage_id": 12 + }, + "3501.02.207B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B07, Chem./Phy. Labor", "arch_name": "2.B07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43565", - "roomcode": "3501.02.207B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43568", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43565, + "usage_id": 102 + }, + "3501.02.208A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A08, Mitarbeiter", "arch_name": "2.A08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43568", - "roomcode": "3501.02.208A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43390", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43568, + "usage_id": 12 + }, + "3501.02.208B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B08, Chem./Phy. Labor", "arch_name": "2.B08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43390", - "roomcode": "3501.02.208B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43393", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43390, + "usage_id": 102 + }, + "3501.02.209A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A09, Mitarbeiter", "arch_name": "2.A09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43393", - "roomcode": "3501.02.209A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43394", - "alt_name": "2.B09, Chem. Labor gem. Nutzung mit Lehrstuhl RET ", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43393, + "usage_id": 12 + }, + "3501.02.209B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, + "alt_name": "2.B09, Chem. Labor gem. Nutzung mit Lehrstuhl RET", "arch_name": "2.B09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43394", - "roomcode": "3501.02.209B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43396", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43394, + "usage_id": 102 + }, + "3501.02.210A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A10, Seminarraum/Besprechungsraum", "arch_name": "2.A10@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=24277&cReadonly=J", - "extended": { - "additional_description": "2.A10, Seminarraum/Besprechungsraum", - "address": "Schulgasse 16(3501), 2.Obergescho\u00df", - "architect_room_nr": "2.A10@3501", - "area_m2": 31.9, - "building": "3501 TUM CS SG16", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "210A", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43396", - "roomcode": "3501.02.210A", - "usage": 41 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43399", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 24277, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43396, + "usage_id": 41 + }, + "3501.02.210B": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43399", - "roomcode": "3501.02.210B", - "usage": 102 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43401", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43399, + "usage_id": 102 + }, + "3501.02.211A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A11, Mitarbeiter", "arch_name": "2.A11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43401", - "roomcode": "3501.02.211A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43403", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43401, + "usage_id": 12 + }, + "3501.02.211B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B11, Elektro", "arch_name": "2.B11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43403", - "roomcode": "3501.02.211B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43404", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43403, + "usage_id": 160 + }, + "3501.02.212A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A12, Mitarbeiter", "arch_name": "2.A12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43404", - "roomcode": "3501.02.212A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43406", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43404, + "usage_id": 12 + }, + "3501.02.212B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B12, Gasflaschenraum", "arch_name": "2.B12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43406", - "roomcode": "3501.02.212B", - "usage": 17 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43220", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43406, + "usage_id": 17 + }, + "3501.02.213A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A13, Mitarbeiter", "arch_name": "2.A13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43220", - "roomcode": "3501.02.213A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43221", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43220, + "usage_id": 12 + }, + "3501.02.213B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B13, WC Damen Vorraum", "arch_name": "2.B13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43221", - "roomcode": "3501.02.213B", - "usage": 116 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43222", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43221, + "usage_id": 116 + }, + "3501.02.213C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B13.1, WC Damen", "arch_name": "2.B13.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43222", - "roomcode": "3501.02.213C", - "usage": 116 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43223", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43222, + "usage_id": 116 + }, + "3501.02.214A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A14, Mitarbeiter", "arch_name": "2.A14@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43223", - "roomcode": "3501.02.214A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43224", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43223, + "usage_id": 12 + }, + "3501.02.214B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B14, WC Herren Vorraum", "arch_name": "2.B14@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43224", - "roomcode": "3501.02.214B", - "usage": 115 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43227", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43224, + "usage_id": 115 + }, + "3501.02.214C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B14.1, WC Herren", "arch_name": "2.B14.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43227", - "roomcode": "3501.02.214C", - "usage": 115 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43230", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43227, + "usage_id": 115 + }, + "3501.02.215A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A15, Mitarbeiter", "arch_name": "2.A15@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43230", - "roomcode": "3501.02.215A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43231", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43230, + "usage_id": 12 + }, + "3501.02.215B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B15, Drucker", "arch_name": "2.B15@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43231", - "roomcode": "3501.02.215B", - "usage": 110 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43478", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43231, + "usage_id": 110 + }, + "3501.02.216A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A16, Mitarbeiter", "arch_name": "2.A16@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=44784", - "operator": "[ TUCSP02 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43478", - "roomcode": "3501.02.216A", - "usage": 12 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43481", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44784, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43478, + "usage_id": 12 + }, + "3501.02.216B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B16, Kittelschleuse", "arch_name": "2.B16@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43481", - "roomcode": "3501.02.216B", - "usage": 105 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43483", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43481, + "usage_id": 105 + }, + "3501.02.220A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A20, Technikraum HLS", "arch_name": "2.A20@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43483", - "roomcode": "3501.02.220A", - "usage": 160 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43485", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43483, + "usage_id": 160 + }, + "3501.02.220B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B20, Technikraum HLS", "arch_name": "2.B20@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43485", - "roomcode": "3501.02.220B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=43487", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43485, + "usage_id": 160 + }, + "3501.02.221A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A21, Technikraum HLS", "arch_name": "2.A21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43487", - "roomcode": "3501.02.221A", - "usage": 160 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42449", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43487, + "usage_id": 160 + }, + "3501.02.221B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B21, Technikraum HLS", "arch_name": "2.B21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42449", - "roomcode": "3501.02.221B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42450", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42449, + "usage_id": 160 + }, + "3501.02.230A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A30, Flur", "arch_name": "2.A30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42450", - "roomcode": "3501.02.230A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42456", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42450, + "usage_id": 222 + }, + "3501.02.230B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B30, Flur", "arch_name": "2.B30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42456", - "roomcode": "3501.02.230B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42457", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42456, + "usage_id": 222 + }, + "3501.02.230C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.C30, Flur", "arch_name": "2.C30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42457", - "roomcode": "3501.02.230C", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42460", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42457, + "usage_id": 222 + }, + "3501.02.231B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B31, Flur", "arch_name": "2.B31@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42460", - "roomcode": "3501.02.231B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42515", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42460, + "usage_id": 222 + }, + "3501.02.231C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.C31, Wendeltreppe", "arch_name": "2.C31@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42515", - "roomcode": "3501.02.231C", - "usage": 223 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42518", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42515, + "usage_id": 223 + }, + "3501.02.232A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A32, Flur", "arch_name": "2.A32@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42518", - "roomcode": "3501.02.232A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42520", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42518, + "usage_id": 222 + }, + "3501.02.232B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B32, Flur", "arch_name": "2.B32@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42520", - "roomcode": "3501.02.232B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42521", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42520, + "usage_id": 222 + }, + "3501.02.233A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.A33, Flur", "arch_name": "2.A33@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42521", - "roomcode": "3501.02.233A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42523", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42521, + "usage_id": 222 + }, + "3501.02.240B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B40, Treppenhaus", "arch_name": "2.B40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42523", - "roomcode": "3501.02.240B", - "usage": 223 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42525", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42523, + "usage_id": 223 + }, + "3501.02.250B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B50, Aufzug", "arch_name": "2.B50@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42525", - "roomcode": "3501.02.250B", - "usage": 4 - }, - { - "address": "Schulgasse 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=42528", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42525, + "usage_id": 4 + }, + "3501.02.260B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "2.B60, Treppenhaus", "arch_name": "2.B60@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42528", - "roomcode": "3501.02.260B", - "usage": 223 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43367", + "area_id": 50, + "building_id": 877, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42528, + "usage_id": 223 + }, + "3501.EG.001A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A01, Seminarraum A0", "arch_name": "0.A01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=25845&cReadonly=J", - "extended": { - "additional_description": "0.A01, Seminarraum A0", - "address": "Schulgasse 16(3501), Erdgescho\u00df", - "architect_room_nr": "0.A01@3501", - "area_m2": 43.2, - "building": "3501 TUM CS SG16", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001A", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43367", - "roomcode": "3501.EG.001A", - "usage": 41 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43370", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 25845, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43367, + "usage_id": 41 + }, + "3501.EG.001B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B01, Unterrichtslabor", "arch_name": "0.B01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26933&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43370", - "roomcode": "3501.EG.001B", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43373", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 26933, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43370, + "usage_id": 102 + }, + "3501.EG.001C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C01, Grossraumlabor", "arch_name": "0.C01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43373", - "roomcode": "3501.EG.001C", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=65749", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43373, + "usage_id": 102 + }, + "3501.EG.001D": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C04, Brennerei", "arch_name": "0.C04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65749", - "roomcode": "3501.EG.001D", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=65751", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65749, + "usage_id": 102 + }, + "3501.EG.001F": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C06, Maische", "arch_name": "0.C06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65751", - "roomcode": "3501.EG.001F", - "usage": 136 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=65752", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65751, + "usage_id": 136 + }, + "3501.EG.001G": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C07, Installationsraum", "arch_name": "0.C07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65752", - "roomcode": "3501.EG.001G", - "usage": 120 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43378", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65752, + "usage_id": 120 + }, + "3501.EG.002A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A02, Seminarraum /Besprechungsraum", "arch_name": "0.A02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=18512&cReadonly=J", - "extended": { - "additional_description": "0.A02, Seminarraum /Besprechungsraum", - "address": "Schulgasse 16(3501), Erdgescho\u00df", - "architect_room_nr": "0.A02@3501", - "area_m2": 32.4, - "building": "3501 TUM CS SG16", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43378", - "roomcode": "3501.EG.002A", - "usage": 41 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43383", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 18512, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43378, + "usage_id": 41 + }, + "3501.EG.002B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B02, Unterrichtslabor", "arch_name": "0.B02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26934&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43383", - "roomcode": "3501.EG.002B", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43385", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 26934, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43383, + "usage_id": 102 + }, + "3501.EG.002C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C02, Stickst./Eisenraum", "arch_name": "0.C02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43385", - "roomcode": "3501.EG.002C", - "usage": 17 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43447", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43385, + "usage_id": 17 + }, + "3501.EG.003A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A03, Prof.-B\u00fcro", "arch_name": "0.A03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43447", - "roomcode": "3501.EG.003A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43452", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43447, + "usage_id": 12 + }, + "3501.EG.003B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B03, Unterrichtslabor", "arch_name": "0.B03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26935&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43452", - "roomcode": "3501.EG.003B", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43458", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 26935, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43452, + "usage_id": 102 + }, + "3501.EG.003C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C03, Aussenlager", "arch_name": "0.C03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43458", - "roomcode": "3501.EG.003C", - "usage": 30 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43461", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43458, + "usage_id": 30 + }, + "3501.EG.004A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A04, Sekretariat", "arch_name": "0.A04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43461", - "roomcode": "3501.EG.004A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43464", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43461, + "usage_id": 12 + }, + "3501.EG.004B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B04, Chem.Bio.Ph. Labor", "arch_name": "0.B04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43464", - "roomcode": "3501.EG.004B", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43469", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43464, + "usage_id": 102 + }, + "3501.EG.005A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A05, Sozialraum", "arch_name": "0.A05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43469", - "roomcode": "3501.EG.005A", - "usage": 44 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43528", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43469, + "usage_id": 44 + }, + "3501.EG.005B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B05, Chem.Biol.Ph. Labor", "arch_name": "0.B05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43528", - "roomcode": "3501.EG.005B", - "usage": 102 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43532", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43528, + "usage_id": 102 + }, + "3501.EG.006A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A06, Diplomanden", "arch_name": "0.A06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43532", - "roomcode": "3501.EG.006A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43535", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43532, + "usage_id": 12 + }, + "3501.EG.006B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B06, Chemikalien", "arch_name": "0.B06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43535", - "roomcode": "3501.EG.006B", - "usage": 132 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43540", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43535, + "usage_id": 132 + }, + "3501.EG.007A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A07, B\u00fcro", "arch_name": "0.A07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43540", - "roomcode": "3501.EG.007A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43544", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43540, + "usage_id": 12 + }, + "3501.EG.007B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B07, Hochdr./Werkstatt", "arch_name": "0.B07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43544", - "roomcode": "3501.EG.007B", - "usage": 51 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43614", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43544, + "usage_id": 51 + }, + "3501.EG.007C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B07.3, Autoklaven Mittel", "arch_name": "0.B07.3@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43614", - "roomcode": "3501.EG.007C", - "usage": 194 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43617", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43614, + "usage_id": 194 + }, + "3501.EG.007D": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B07.1, Autoklaven Gross", "arch_name": "0.B07.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43617", - "roomcode": "3501.EG.007D", - "usage": 194 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43622", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43617, + "usage_id": 194 + }, + "3501.EG.007E": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B07.2, Kompressor", "arch_name": "0.B07.2@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43622", - "roomcode": "3501.EG.007E", - "usage": 51 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43624", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43622, + "usage_id": 51 + }, + "3501.EG.008A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A08, Sozialraum - Studenten", "arch_name": "0.A08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43624", - "roomcode": "3501.EG.008A", - "usage": 44 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43628", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43624, + "usage_id": 44 + }, + "3501.EG.008B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B08, Hochdrucklabor", "arch_name": "0.B08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43628", - "roomcode": "3501.EG.008B", - "usage": 17 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43690", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43628, + "usage_id": 17 + }, + "3501.EG.008C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B08.3, Autoklaven 3", "arch_name": "0.B08.3@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43690", - "roomcode": "3501.EG.008C", - "usage": 194 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43692", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43690, + "usage_id": 194 + }, + "3501.EG.008D": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B08.4, Autoklaven 4", "arch_name": "0.B08.4@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43692", - "roomcode": "3501.EG.008D", - "usage": 194 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43696", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43692, + "usage_id": 194 + }, + "3501.EG.008E": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B08.1, Autoklaven 1", "arch_name": "0.B08.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43696", - "roomcode": "3501.EG.008E", - "usage": 194 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43701", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43696, + "usage_id": 194 + }, + "3501.EG.008F": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B08.2, Autoklaven 2", "arch_name": "0.B08.2@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43701", - "roomcode": "3501.EG.008F", - "usage": 194 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43702", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43701, + "usage_id": 194 + }, + "3501.EG.009A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A09, Mitarbeiter", "arch_name": "0.A09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43702", - "roomcode": "3501.EG.009A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43707", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43702, + "usage_id": 12 + }, + "3501.EG.009B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B09, Elektro", "arch_name": "0.B09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43707", - "roomcode": "3501.EG.009B", - "usage": 160 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43779", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43707, + "usage_id": 160 + }, + "3501.EG.010B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B10, Gasflaschenraum", "arch_name": "0.B10@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43779", - "roomcode": "3501.EG.010B", - "usage": 17 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43780", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43779, + "usage_id": 17 + }, + "3501.EG.011A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A11, Mitarbeiter", "arch_name": "0.A11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43780", - "roomcode": "3501.EG.011A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43785", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43780, + "usage_id": 12 + }, + "3501.EG.011B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B11, WC Damen", "arch_name": "0.B11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43785", - "roomcode": "3501.EG.011B", - "usage": 37 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43789", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43785, + "usage_id": 37 + }, + "3501.EG.011C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B11.1, WC Damen Vorraum", "arch_name": "0.B11.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43789", - "roomcode": "3501.EG.011C", - "usage": 116 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43791", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43789, + "usage_id": 116 + }, + "3501.EG.012A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A12, Mitarbeiter", "arch_name": "0.A12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43791", - "roomcode": "3501.EG.012A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43793", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43791, + "usage_id": 12 + }, + "3501.EG.012B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B12, WC Herren", "arch_name": "0.B12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43793", - "roomcode": "3501.EG.012B", - "usage": 37 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43795", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43793, + "usage_id": 37 + }, + "3501.EG.012C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B12.1, WC Herren Vorraum", "arch_name": "0.B12.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43795", - "roomcode": "3501.EG.012C", - "usage": 115 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43870", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43795, + "usage_id": 115 + }, + "3501.EG.013A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A13, Mitarbeiter", "arch_name": "0.A13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43870", - "roomcode": "3501.EG.013A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43875", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43870, + "usage_id": 12 + }, + "3501.EG.013B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B13, WC Behinderte", "arch_name": "0.B13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43875", - "roomcode": "3501.EG.013B", - "usage": 117 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43879", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43875, + "usage_id": 117 + }, + "3501.EG.014A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A14, Techn./Ing.Ph", "arch_name": "0.A14@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43879", - "roomcode": "3501.EG.014A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=65912", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43879, + "usage_id": 12 + }, + "3501.EG.014B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B14, Druckerraum", "arch_name": "0.B14@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65912", - "roomcode": "3501.EG.014B", - "usage": 110 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43881", - "alt_name": "0.A15, Prof.-B\u00fcro", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65912, + "usage_id": 110 + }, + "3501.EG.015A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, + "alt_name": "0.A15, Prof.-B\u00fcro", "arch_name": "0.A15@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43881", - "roomcode": "3501.EG.015A", - "usage": 12 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43884", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43881, + "usage_id": 12 + }, + "3501.EG.020A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A20, Technikraum HLS", "arch_name": "0.A20@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43884", - "roomcode": "3501.EG.020A", - "usage": 160 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43887", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43884, + "usage_id": 160 + }, + "3501.EG.020B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B20, Technikraum HLS", "arch_name": "0.B20@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43887", - "roomcode": "3501.EG.020B", - "usage": 160 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43890", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43887, + "usage_id": 160 + }, + "3501.EG.021A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A21, Technikraum HLS", "arch_name": "0.A21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43890", - "roomcode": "3501.EG.021A", - "usage": 160 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43969", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43890, + "usage_id": 160 + }, + "3501.EG.021B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B21, Technikraum HLS", "arch_name": "0.B21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43969", - "roomcode": "3501.EG.021B", - "usage": 160 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43971", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43969, + "usage_id": 160 + }, + "3501.EG.030A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A30, Foyer", "arch_name": "0.A30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=33832&cReadonly=J", - "list_index": "96", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43971", - "roomcode": "3501.EG.030A", - "usage": 15 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43976", + "area_id": 50, + "building_id": 877, + "calendar_resource_nr": 33832, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43971, + "usage_id": 15 + }, + "3501.EG.030B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B30, Flur", "arch_name": "0.B30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43976", - "roomcode": "3501.EG.030B", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=64272", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43976, + "usage_id": 222 + }, + "3501.EG.031A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A31, Flur", "arch_name": "0.A31@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=64272", - "roomcode": "3501.EG.031A", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43977", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64272, + "usage_id": 222 + }, + "3501.EG.031B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B31, Flur", "arch_name": "0.B31@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43977", - "roomcode": "3501.EG.031B", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43980", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43977, + "usage_id": 222 + }, + "3501.EG.032A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A32, Windfang", "arch_name": "0.A32@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43980", - "roomcode": "3501.EG.032A", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43982", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43980, + "usage_id": 222 + }, + "3501.EG.032B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B32, Flur", "arch_name": "0.B32@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43982", - "roomcode": "3501.EG.032B", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=64273", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43982, + "usage_id": 222 + }, + "3501.EG.033A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A33, Podest Haupteingang", "arch_name": "0.A33@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=64273", - "roomcode": "3501.EG.033A", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43988", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64273, + "usage_id": 222 + }, + "3501.EG.033B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B33, Podest Eingang Nord Mitte", "arch_name": "0.B33@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43988", - "roomcode": "3501.EG.033B", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=43990", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43988, + "usage_id": 222 + }, + "3501.EG.034B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B34, Podest Eingang Ost", "arch_name": "0.B34@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43990", - "roomcode": "3501.EG.034B", - "usage": 222 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=44067", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43990, + "usage_id": 222 + }, + "3501.EG.040A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.A40, Treppe", "arch_name": "0.A40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44067", - "roomcode": "3501.EG.040A", - "usage": 223 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=44070", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44067, + "usage_id": 223 + }, + "3501.EG.040B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B40, Treppenhaus", "arch_name": "0.B40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44070", - "roomcode": "3501.EG.040B", - "usage": 223 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=44073", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44070, + "usage_id": 223 + }, + "3501.EG.040C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C40, Wendeltreppe", "arch_name": "0.C40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44073", - "roomcode": "3501.EG.040C", - "usage": 223 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=44075", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44073, + "usage_id": 223 + }, + "3501.EG.050B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B50, Aufzug", "arch_name": "0.B50@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44075", - "roomcode": "3501.EG.050B", - "usage": 4 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=44079", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44075, + "usage_id": 4 + }, + "3501.EG.050C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.C50, Treppe", "arch_name": "0.C50@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44079", - "roomcode": "3501.EG.050C", - "usage": 223 - }, - { - "address": "Schulgasse 16, EG", - "address_link": "ris.einzelraum?raumkey=44082", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44079, + "usage_id": 223 + }, + "3501.EG.060B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "0.B60, Treppenhaus", "arch_name": "0.B60@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44082", - "roomcode": "3501.EG.060B", - "usage": 223 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44240", + "area_id": 50, + "building_id": 877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44082, + "usage_id": 223 + }, + "3501.U1.900B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B00, Lager", "arch_name": "9.B00@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44240", - "roomcode": "3501.U1.900B", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44243", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44240, + "usage_id": 30 + }, + "3501.U1.901A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A01, Wertstoffe/M\u00fcll", "arch_name": "9.A01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44243", - "roomcode": "3501.U1.901A", - "usage": 214 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44245", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44243, + "usage_id": 214 + }, + "3501.U1.901B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B01, Technik", "arch_name": "9.B01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44245", - "roomcode": "3501.U1.901B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44247", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44245, + "usage_id": 120 + }, + "3501.U1.901C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.C01, Technik HLS", "arch_name": "9.C01@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44247", - "roomcode": "3501.U1.901C", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44249", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44247, + "usage_id": 160 + }, + "3501.U1.902A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A02, Werkstatt", "arch_name": "9.A02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44249", - "roomcode": "3501.U1.902A", - "usage": 51 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44262", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44249, + "usage_id": 51 + }, + "3501.U1.902B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B02, Technik", "arch_name": "9.B02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44262", - "roomcode": "3501.U1.902B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44265", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44262, + "usage_id": 120 + }, + "3501.U1.902C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.C02, Geb\u00e4udeleittechnik", "arch_name": "9.C02@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=44265", - "roomcode": "3501.U1.902C", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42909", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44265, + "usage_id": 120 + }, + "3501.U1.903A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A03, Werkstattvorraum", "arch_name": "9.A03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42909", - "roomcode": "3501.U1.903A", - "usage": 51 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42910", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42909, + "usage_id": 51 + }, + "3501.U1.903B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B03, Technik", "arch_name": "9.B03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42910", - "roomcode": "3501.U1.903B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42913", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42910, + "usage_id": 120 + }, + "3501.U1.903C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.C03, Lichtschacht", "arch_name": "9.C03@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42913", - "roomcode": "3501.U1.903C", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42915", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42913, + "usage_id": 120 + }, + "3501.U1.904A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A04, Lager", "arch_name": "9.A04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42915", - "roomcode": "3501.U1.904A", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42918", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42915, + "usage_id": 30 + }, + "3501.U1.904B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B04, Technik", "arch_name": "9.B04@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42918", - "roomcode": "3501.U1.904B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42920", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42918, + "usage_id": 120 + }, + "3501.U1.905A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A05.1, Batterie ELT", "arch_name": "9.A05.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42920", - "roomcode": "3501.U1.905A", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42923", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42920, + "usage_id": 160 + }, + "3501.U1.905B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B05, Technik", "arch_name": "9.B05@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42923", - "roomcode": "3501.U1.905B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42931", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42923, + "usage_id": 120 + }, + "3501.U1.905C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A05.2, Technik ELT", "arch_name": "9.A05.2@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42931", - "roomcode": "3501.U1.905C", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42934", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42931, + "usage_id": 160 + }, + "3501.U1.906A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A06.1, Lager", "arch_name": "9.A06.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42934", - "roomcode": "3501.U1.906A", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42935", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 37495, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42934, + "usage_id": 30 + }, + "3501.U1.906B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B06, Technik", "arch_name": "9.B06@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42935", - "roomcode": "3501.U1.906B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42937", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42935, + "usage_id": 120 + }, + "3501.U1.906C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A06.2, Lager", "arch_name": "9.A06.2@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42937", - "roomcode": "3501.U1.906C", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=42939", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42937, + "usage_id": 30 + }, + "3501.U1.907A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A07, Lager", "arch_name": "9.A07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15649", - "operator": "[ TUCSP03 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=42939", - "roomcode": "3501.U1.907A", - "usage": 30 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43008", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15649, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42939, + "usage_id": 30 + }, + "3501.U1.907B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B07, Technik ELT", "arch_name": "9.B07@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43008", - "roomcode": "3501.U1.907B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43011", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43008, + "usage_id": 160 + }, + "3501.U1.908A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A08, Umkleide Herren", "arch_name": "9.A08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43011", - "roomcode": "3501.U1.908A", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43016", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43011, + "usage_id": 121 + }, + "3501.U1.908B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B08, Sanit\u00e4tszimmer", "arch_name": "9.B08@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43016", - "roomcode": "3501.U1.908B", - "usage": 178 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43018", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43016, + "usage_id": 178 + }, + "3501.U1.908C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A08.2, Umkleide Herren", "arch_name": "9.A08.2@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43018", - "roomcode": "3501.U1.908C", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43022", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43018, + "usage_id": 121 + }, + "3501.U1.908D": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A08.1, Umkleide Herren", "arch_name": "9.A08.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43022", - "roomcode": "3501.U1.908D", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43025", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43022, + "usage_id": 121 + }, + "3501.U1.908E": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A08.3, Umkleide Herren", "arch_name": "9.A08.3@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43025", - "roomcode": "3501.U1.908E", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43027", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43025, + "usage_id": 121 + }, + "3501.U1.909A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A09, Umkleide Damen", "arch_name": "9.A09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43027", - "roomcode": "3501.U1.909A", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43031", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43027, + "usage_id": 121 + }, + "3501.U1.909B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B09, WC", "arch_name": "9.B09@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43031", - "roomcode": "3501.U1.909B", - "usage": 114 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43098", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43031, + "usage_id": 114 + }, + "3501.U1.909C": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A09.2, Umkleide Damen", "arch_name": "9.A09.2@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43098", - "roomcode": "3501.U1.909C", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43101", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43098, + "usage_id": 121 + }, + "3501.U1.909D": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A09.1, Umkleide Damen", "arch_name": "9.A09.1@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43101", - "roomcode": "3501.U1.909D", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43103", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43101, + "usage_id": 121 + }, + "3501.U1.909E": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A09.3, Umkleide Damen", "arch_name": "9.A09.3@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43103", - "roomcode": "3501.U1.909E", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43107", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43103, + "usage_id": 121 + }, + "3501.U1.910A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A10, Putz-/Abstellraum", "arch_name": "9.A10@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43107", - "roomcode": "3501.U1.910A", - "usage": 205 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43111", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43107, + "usage_id": 205 + }, + "3501.U1.910B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B10, Garderobe", "arch_name": "9.B10@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43111", - "roomcode": "3501.U1.910B", - "usage": 121 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43114", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43111, + "usage_id": 121 + }, + "3501.U1.911A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A11, Lichtschacht", "arch_name": "9.A11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43114", - "roomcode": "3501.U1.911A", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43117", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43114, + "usage_id": 120 + }, + "3501.U1.911B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B11, Lichtschacht", "arch_name": "9.B11@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43117", - "roomcode": "3501.U1.911B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43119", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43117, + "usage_id": 120 + }, + "3501.U1.912A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A12, Lichtschacht", "arch_name": "9.A12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43119", - "roomcode": "3501.U1.912A", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43125", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43119, + "usage_id": 120 + }, + "3501.U1.912B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B12, Lichtschacht", "arch_name": "9.B12@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43125", - "roomcode": "3501.U1.912B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43196", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43125, + "usage_id": 120 + }, + "3501.U1.913A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A13, Lichtschacht", "arch_name": "9.A13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43196", - "roomcode": "3501.U1.913A", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43201", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43196, + "usage_id": 120 + }, + "3501.U1.913B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B13, Einbringschacht", "arch_name": "9.B13@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43201", - "roomcode": "3501.U1.913B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43205", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43201, + "usage_id": 120 + }, + "3501.U1.920B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B20, Technik HLS", "arch_name": "9.B20@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43205", - "roomcode": "3501.U1.920B", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43206", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43205, + "usage_id": 120 + }, + "3501.U1.921A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A21, Technik HLS", "arch_name": "9.A21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43206", - "roomcode": "3501.U1.921A", - "usage": 120 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43217", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43206, + "usage_id": 120 + }, + "3501.U1.921B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B21, Technik Trafo 2", "arch_name": "9.B21@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43217", - "roomcode": "3501.U1.921B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43276", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43217, + "usage_id": 160 + }, + "3501.U1.922B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B22, Technik Trafo 1", "arch_name": "9.B22@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43276", - "roomcode": "3501.U1.922B", - "usage": 160 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43281", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43276, + "usage_id": 160 + }, + "3501.U1.930A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.A30, Flur", "arch_name": "9.A30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43281", - "roomcode": "3501.U1.930A", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43286", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43281, + "usage_id": 222 + }, + "3501.U1.930B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B30, Flur", "arch_name": "9.B30@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43286", - "roomcode": "3501.U1.930B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43287", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43286, + "usage_id": 222 + }, + "3501.U1.931B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B31, Flur", "arch_name": "9.B31@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43287", - "roomcode": "3501.U1.931B", - "usage": 222 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43291", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43287, + "usage_id": 222 + }, + "3501.U1.950B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B50, Aufzug", "arch_name": "9.B50@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43291", - "roomcode": "3501.U1.950B", - "usage": 4 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43294", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43291, + "usage_id": 4 + }, + "3501.U1.960B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B60, Treppenhaus", "arch_name": "9.B60@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43294", - "roomcode": "3501.U1.960B", - "usage": 223 - }, - { - "address": "Schulgasse 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43298", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43294, + "usage_id": 223 + }, + "3501.U1.961B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "alt_name": "9.B40, Treppenhaus", "arch_name": "9.B40@3501", - "b_area_id": 50, - "b_filter_id": 877, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=43298", - "roomcode": "3501.U1.961B", - "usage": 223 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65865", + "area_id": 50, + "building_id": 877, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43298, + "usage_id": 223 + }, + "3502.01.101": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.029, Seminarraum D3", "arch_name": "01.029@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26854&cReadonly=J", - "extended": { - "additional_description": "01.029, Seminarraum D3", - "address": "Schulgasse 22(3502), 1.Obergescho\u00df", - "architect_room_nr": "01.029@3502", - "area_m2": 66.95, - "building": "3502 TUM CS SG22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65865", - "roomcode": "3502.01.101", - "usage": 41 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65866", + "area_id": 50, + "building_id": 1729, + "calendar_resource_nr": 26854, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65865, + "usage_id": 41 + }, + "3502.01.102": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.030, EDV-Lehrsaal D4", "arch_name": "01.030@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26855&cReadonly=J", - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65866", - "roomcode": "3502.01.102", - "usage": 213 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65863", + "area_id": 50, + "building_id": 1729, + "calendar_resource_nr": 26855, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65866, + "usage_id": 213 + }, + "3502.01.103": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.027, Seminarraum D2 (PC-Arbeitspl\u00e4tze)", "arch_name": "01.027@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26856&cReadonly=J", - "extended": { - "additional_description": "01.027, Seminarraum D2 (PC-Arbeitspl\u00e4tze)", - "address": "Schulgasse 22(3502), 1.Obergescho\u00df", - "architect_room_nr": "01.027@3502", - "area_m2": 37.8, - "building": "3502 TUM CS SG22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "103", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65863", - "roomcode": "3502.01.103", - "usage": 41 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65862", + "area_id": 50, + "building_id": 1729, + "calendar_resource_nr": 26856, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65863, + "usage_id": 41 + }, + "3502.01.104": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.026, Seminarraum D1", "arch_name": "01.026@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26857&cReadonly=J", - "extended": { - "additional_description": "01.026, Seminarraum D1", - "address": "Schulgasse 22(3502), 1.Obergescho\u00df", - "architect_room_nr": "01.026@3502", - "area_m2": 40.49, - "building": "3502 TUM CS SG22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104", - "seats": 14, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65862", - "roomcode": "3502.01.104", - "usage": 41 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65867", + "area_id": 50, + "building_id": 1729, + "calendar_resource_nr": 26857, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65862, + "usage_id": 41 + }, + "3502.01.105": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.031, Seminarraum D5", "arch_name": "01.031@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=26858&cReadonly=J", - "extended": { - "additional_description": "01.031, Seminarraum D5", - "address": "Schulgasse 22(3502), 1.Obergescho\u00df", - "architect_room_nr": "01.031@3502", - "area_m2": 58.64, - "building": "3502 TUM CS SG22 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "105", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65867", - "roomcode": "3502.01.105", - "usage": 41 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65864", + "area_id": 50, + "building_id": 1729, + "calendar_resource_nr": 26858, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65867, + "usage_id": 41 + }, + "3502.01.107": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.028, Treppenhaus", "arch_name": "01.028@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65864", - "roomcode": "3502.01.107", - "usage": 223 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65755", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65864, + "usage_id": 223 + }, + "3502.01.108": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.001a, \u00dcbergang", "arch_name": "01.001a@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65755", - "roomcode": "3502.01.108", - "usage": 222 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65839", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65755, + "usage_id": 222 + }, + "3502.01.109": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.001, Treppenhaus", "arch_name": "01.001@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65839", - "roomcode": "3502.01.109", - "usage": 223 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65840", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65839, + "usage_id": 223 + }, + "3502.01.110": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.002, Aufzug", "arch_name": "01.002@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65840", - "roomcode": "3502.01.110", - "usage": 4 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65841", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65840, + "usage_id": 4 + }, + "3502.01.111": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.003, WC Herren", "arch_name": "01.003@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65841", - "roomcode": "3502.01.111", - "usage": 115 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65844", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65841, + "usage_id": 115 + }, + "3502.01.112": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.005, WC Personal", "arch_name": "01.005@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65844", - "roomcode": "3502.01.112", - "usage": 114 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65843", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65844, + "usage_id": 114 + }, + "3502.01.113": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.004, Putz-/Abstellraum", "arch_name": "01.004@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65843", - "roomcode": "3502.01.113", - "usage": 205 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65848", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65843, + "usage_id": 205 + }, + "3502.01.115": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.010, B\u00fcro", "arch_name": "01.010@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65848", - "roomcode": "3502.01.115", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65849", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65848, + "usage_id": 12 + }, + "3502.01.116": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.011, Sekretariat", "arch_name": "01.011@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65849", - "roomcode": "3502.01.116", - "usage": 40 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65850", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65849, + "usage_id": 40 + }, + "3502.01.117": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.012, B\u00fcro", "arch_name": "01.012@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65850", - "roomcode": "3502.01.117", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65851", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65850, + "usage_id": 12 + }, + "3502.01.118": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.013, Teek\u00fcche", "arch_name": "01.013@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65851", - "roomcode": "3502.01.118", - "usage": 198 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65852", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65851, + "usage_id": 198 + }, + "3502.01.119": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.014, Teek\u00fcche", "arch_name": "01.014@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65852", - "roomcode": "3502.01.119", - "usage": 198 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65854", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65852, + "usage_id": 198 + }, + "3502.01.120": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.016, Abstellraum", "arch_name": "01.016@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65854", - "roomcode": "3502.01.120", - "usage": 159 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65853", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65854, + "usage_id": 159 + }, + "3502.01.121": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65853", - "roomcode": "3502.01.121", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65856", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65853, + "usage_id": 12 + }, + "3502.01.122": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.018, Treppenhaus", "arch_name": "01.018@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65856", - "roomcode": "3502.01.122", - "usage": 223 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65847", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65856, + "usage_id": 223 + }, + "3502.01.123": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.009, Flur", "arch_name": "01.009@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65847", - "roomcode": "3502.01.123", - "usage": 222 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65857", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65847, + "usage_id": 222 + }, + "3502.01.124": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.019, IT-Technik", "arch_name": "01.019@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65857", - "roomcode": "3502.01.124", - "usage": 207 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65860", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65857, + "usage_id": 207 + }, + "3502.01.125": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.022, Besprechungsraum", "arch_name": "01.022@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65860", - "roomcode": "3502.01.125", - "usage": 196 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65861", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65860, + "usage_id": 196 + }, + "3502.01.127": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.024, B\u00fcro", "arch_name": "01.024@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65861", - "roomcode": "3502.01.127", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65855", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65861, + "usage_id": 12 + }, + "3502.01.128": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.017, Flur", "arch_name": "01.017@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65855", - "roomcode": "3502.01.128", - "usage": 222 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65859", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65855, + "usage_id": 222 + }, + "3502.01.141": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.021, B\u00fcro", "arch_name": "01.021@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65859", - "roomcode": "3502.01.141", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65858", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65859, + "usage_id": 12 + }, + "3502.01.142": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.020, B\u00fcro", "arch_name": "01.020@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65858", - "roomcode": "3502.01.142", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65846", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65858, + "usage_id": 12 + }, + "3502.01.143": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65846", - "roomcode": "3502.01.143", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65845", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65846, + "usage_id": 12 + }, + "3502.01.144": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65845", - "roomcode": "3502.01.144", - "usage": 12 - }, - { - "address": "Schulgasse 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=65842", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65845, + "usage_id": 12 + }, + "3502.01.145": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65842", - "roomcode": "3502.01.145", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65896", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65842, + "usage_id": 12 + }, + "3502.EG.001": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.032, Lager Mensa", "arch_name": "00.032@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65896", - "roomcode": "3502.EG.001", - "usage": 30 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65894", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65896, + "usage_id": 30 + }, + "3502.EG.002": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.030, Flur", "arch_name": "00.030@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65894", - "roomcode": "3502.EG.002", - "usage": 222 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65902", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65894, + "usage_id": 222 + }, + "3502.EG.003": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.033, Lager (vermietet an Altstadtfreunde)", "arch_name": "00.033@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65902", - "roomcode": "3502.EG.003", - "usage": 30 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65901", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65902, + "usage_id": 30 + }, + "3502.EG.005": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.027, Sp\u00fclen", "arch_name": "00.027@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65901", - "roomcode": "3502.EG.005", - "usage": 209 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65892", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65901, + "usage_id": 209 + }, + "3502.EG.005A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.028, Flur Rettungsweg", "arch_name": "00.028@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65892", - "roomcode": "3502.EG.005A", - "usage": 222 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65900", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65892, + "usage_id": 222 + }, + "3502.EG.006": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.026, Lager / Vorbereiten", "arch_name": "00.026@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65900", - "roomcode": "3502.EG.006", - "usage": 30 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65899", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65900, + "usage_id": 30 + }, + "3502.EG.007": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.025, Umpacken / K\u00fchlzellen", "arch_name": "00.025@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65899", - "roomcode": "3502.EG.007", - "usage": 30 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65891", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65899, + "usage_id": 30 + }, + "3502.EG.008": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.024, Mensa Speiseraum", "arch_name": "00.024@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65891", - "roomcode": "3502.EG.008", - "usage": 147 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65890", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65891, + "usage_id": 147 + }, + "3502.EG.009": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.023, Mensa Speiseraum / Ausgabe", "arch_name": "00.023@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65890", - "roomcode": "3502.EG.009", - "usage": 147 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65882", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65890, + "usage_id": 147 + }, + "3502.EG.010": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.015, BMZ", "arch_name": "00.015@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65882", - "roomcode": "3502.EG.010", - "usage": 120 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65868", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65882, + "usage_id": 120 + }, + "3502.EG.011": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.001, Flur", "arch_name": "00.001@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65868", - "roomcode": "3502.EG.011", - "usage": 222 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65869", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65868, + "usage_id": 222 + }, + "3502.EG.012": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.002, zbV", "arch_name": "00.002@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65869", - "roomcode": "3502.EG.012", - "usage": 30 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65872", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65869, + "usage_id": 30 + }, + "3502.EG.013": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.005, WC Damen", "arch_name": "00.005@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65872", - "roomcode": "3502.EG.013", - "usage": 116 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65873", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65872, + "usage_id": 116 + }, + "3502.EG.014": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.006, WC Behinderte", "arch_name": "00.006@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65873", - "roomcode": "3502.EG.014", - "usage": 117 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65871", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65873, + "usage_id": 117 + }, + "3502.EG.015": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.004, Treppenhaus / Flur", "arch_name": "00.004@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65871", - "roomcode": "3502.EG.015", - "usage": 223 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65889", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65871, + "usage_id": 223 + }, + "3502.EG.016": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.022, B\u00fcro / Umkleide Mensa", "arch_name": "00.022@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65889", - "roomcode": "3502.EG.016", - "usage": 121 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65888", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65889, + "usage_id": 121 + }, + "3502.EG.017": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.021, Besprechung / Teek\u00fcche", "arch_name": "00.021@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65888", - "roomcode": "3502.EG.017", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65870", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65888, + "usage_id": 12 + }, + "3502.EG.018": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.003, Aufzug", "arch_name": "00.003@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65870", - "roomcode": "3502.EG.018", - "usage": 4 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65874", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65870, + "usage_id": 4 + }, + "3502.EG.019": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65874", - "roomcode": "3502.EG.019", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65875", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65874, + "usage_id": 12 + }, + "3502.EG.020": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.008, B\u00fcro", "arch_name": "00.008@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65875", - "roomcode": "3502.EG.020", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65887", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65875, + "usage_id": 12 + }, + "3502.EG.021": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.020, Flur", "arch_name": "00.020@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65887", - "roomcode": "3502.EG.021", - "usage": 222 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65876", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65887, + "usage_id": 222 + }, + "3502.EG.022": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.009, B\u00fcro", "arch_name": "00.009@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65876", - "roomcode": "3502.EG.022", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65883", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65876, + "usage_id": 12 + }, + "3502.EG.023": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.016, B\u00fcro", "arch_name": "00.016@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65883", - "roomcode": "3502.EG.023", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65886", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65883, + "usage_id": 12 + }, + "3502.EG.024": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.019, Flur", "arch_name": "00.019@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65886", - "roomcode": "3502.EG.024", - "usage": 222 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65881", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65886, + "usage_id": 222 + }, + "3502.EG.025": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.014, Technik ELT", "arch_name": "00.014@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65881", - "roomcode": "3502.EG.025", - "usage": 160 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65877", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65881, + "usage_id": 160 + }, + "3502.EG.026": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.010, Teek\u00fcche", "arch_name": "00.010@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65877", - "roomcode": "3502.EG.026", - "usage": 198 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65885", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65877, + "usage_id": 198 + }, + "3502.EG.027": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.018, Prof. -B\u00fcro", "arch_name": "00.018@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65885", - "roomcode": "3502.EG.027", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65878", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65885, + "usage_id": 12 + }, + "3502.EG.028": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.011, Archiv", "arch_name": "00.011@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65878", - "roomcode": "3502.EG.028", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65884", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65878, + "usage_id": 12 + }, + "3502.EG.029": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.017, Sekretariat", "arch_name": "00.017@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=44040", - "operator": "[ TUPEFWT ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65884", - "roomcode": "3502.EG.029", - "usage": 12 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65879", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44040, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65884, + "usage_id": 12 + }, + "3502.EG.030": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.012, Werkstatt - Hausmeister", "arch_name": "00.012@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65879", - "roomcode": "3502.EG.030", - "usage": 51 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65880", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65879, + "usage_id": 51 + }, + "3502.EG.031": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.013, Treppe", "arch_name": "00.013@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65880", - "roomcode": "3502.EG.031", - "usage": 223 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65754", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65880, + "usage_id": 223 + }, + "3502.EG.032": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.000, Foyer / Eingang", "arch_name": "00.000@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65754", - "roomcode": "3502.EG.032", - "usage": 15 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65893", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65754, + "usage_id": 15 + }, + "3502.EG.120A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.029, Treppenhaus / Fluchtweg", "arch_name": "00.029@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65893", - "roomcode": "3502.EG.120A", - "usage": 223 - }, - { - "address": "Schulgasse 22, EG", - "address_link": "ris.einzelraum?raumkey=65895", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65893, + "usage_id": 223 + }, + "3502.EG.121A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "00.031, Flur", "arch_name": "00.031@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65895", - "roomcode": "3502.EG.121A", - "usage": 222 - }, - { - "address": "Schulgasse 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65753", + "area_id": 50, + "building_id": 1729, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65895, + "usage_id": 222 + }, + "3502.U1.001": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "UG.001, Kellerraum", "arch_name": "UG.001@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65753", - "roomcode": "3502.U1.001", - "usage": 30 - }, - { - "address": "Schulgasse 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65903", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65753, + "usage_id": 30 + }, + "3502.U1.002": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "UG.002, Kellerraum", "arch_name": "UG.002@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65903", - "roomcode": "3502.U1.002", - "usage": 30 - }, - { - "address": "Schulgasse 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=65837", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65903, + "usage_id": 30 + }, + "3502.U1.003": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "alt_name": "UG.003, Aufzug Unterfahrt", "arch_name": "UG.003@3502", - "b_area_id": 50, - "b_filter_id": 1729, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=65837", - "roomcode": "3502.U1.003", - "usage": 4 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67721", + "area_id": 50, + "building_id": 1729, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65837, + "usage_id": 4 + }, + "3503.01.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.001, B\u00fcro", "arch_name": "01.001@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67721", - "roomcode": "3503.01.001", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67722", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67721, + "usage_id": 12 + }, + "3503.01.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.002, B\u00fcro", "arch_name": "01.002@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67722", - "roomcode": "3503.01.002", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67729", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67722, + "usage_id": 12 + }, + "3503.01.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.003, B\u00fcro", "arch_name": "01.003@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67729", - "roomcode": "3503.01.003", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67730", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67729, + "usage_id": 12 + }, + "3503.01.004": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.004, B\u00fcro", "arch_name": "01.004@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67730", - "roomcode": "3503.01.004", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67731", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67730, + "usage_id": 12 + }, + "3503.01.005": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.005, B\u00fcro", "arch_name": "01.005@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67731", - "roomcode": "3503.01.005", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67732", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67731, + "usage_id": 12 + }, + "3503.01.006": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67732", - "roomcode": "3503.01.006", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67702", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67732, + "usage_id": 12 + }, + "3503.01.007": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67702", - "roomcode": "3503.01.007", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=73311", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67702, + "usage_id": 12 + }, + "3503.01.008": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=73311", - "roomcode": "3503.01.008", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67733", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73311, + "usage_id": 12 + }, + "3503.01.009": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.009, B\u00fcro", "arch_name": "01.009@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67733", - "roomcode": "3503.01.009", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67734", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67733, + "usage_id": 12 + }, + "3503.01.010": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.010, Sekretariat", "arch_name": "01.010@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67734", - "roomcode": "3503.01.010", - "usage": 40 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67735", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67734, + "usage_id": 40 + }, + "3503.01.011": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.011, Lager/Kopierraum", "arch_name": "01.011@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67735", - "roomcode": "3503.01.011", - "usage": 30 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67736", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67735, + "usage_id": 30 + }, + "3503.01.012": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.012, Putzraum", "arch_name": "01.012@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67736", - "roomcode": "3503.01.012", - "usage": 205 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=72912", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67736, + "usage_id": 205 + }, + "3503.01.012A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.012a, WC Damen", "arch_name": "01.012a@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72912", - "roomcode": "3503.01.012A", - "usage": 116 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67737", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72912, + "usage_id": 116 + }, + "3503.01.013": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.013, WC Herren", "arch_name": "01.013@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67737", - "roomcode": "3503.01.013", - "usage": 115 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67738", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67737, + "usage_id": 115 + }, + "3503.01.014": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.014, Teek\u00fcche", "arch_name": "01.014@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67738", - "roomcode": "3503.01.014", - "usage": 44 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67739", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67738, + "usage_id": 44 + }, + "3503.01.015": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67739", - "roomcode": "3503.01.015", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67740", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67739, + "usage_id": 12 + }, + "3503.01.016": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.016, B\u00fcro", "arch_name": "01.016@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67740", - "roomcode": "3503.01.016", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67741", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67740, + "usage_id": 12 + }, + "3503.01.017": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.017, B\u00fcro", "arch_name": "01.017@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67741", - "roomcode": "3503.01.017", - "usage": 12 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=72919", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67741, + "usage_id": 12 + }, + "3503.01.017A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "01.017a, Lager", "arch_name": "01.017a@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72919", - "roomcode": "3503.01.017A", - "usage": 30 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67742", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72919, + "usage_id": 30 + }, + "3503.01.018": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.008, Flur Nord", "arch_name": "700.008@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67742", - "roomcode": "3503.01.018", - "usage": 222 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67688", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67742, + "usage_id": 222 + }, + "3503.01.019": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.009, Hexagon", "arch_name": "700.009@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67688", - "roomcode": "3503.01.019", - "usage": 222 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67689", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67688, + "usage_id": 222 + }, + "3503.01.020": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.010, Flur Mitte", "arch_name": "700.010@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67689", - "roomcode": "3503.01.020", - "usage": 222 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67690", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67689, + "usage_id": 222 + }, + "3503.01.021": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.011, Flur S\u00fcd", "arch_name": "700.011@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67690", - "roomcode": "3503.01.021", - "usage": 222 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67691", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67690, + "usage_id": 222 + }, + "3503.01.022": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.012, Treppenhaus S\u00fcd", "arch_name": "700.012@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67691", - "roomcode": "3503.01.022", - "usage": 223 - }, - { - "address": "Petersgasse 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=72920", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67691, + "usage_id": 223 + }, + "3503.01.023": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.007, Treppenhaus Nord", "arch_name": "700.007@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72920", - "roomcode": "3503.01.023", - "usage": 223 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67703", + "area_id": 50, + "building_id": 2130, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72920, + "usage_id": 223 + }, + "3503.02.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.001, H\u00f6rsaal P1", "arch_name": "02.001@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=32272&cReadonly=J", - "extended": { - "additional_description": "02.001, H\u00f6rsaal P1", - "address": "Petersgasse 5(3503), 2.Obergescho\u00df", - "architect_room_nr": "02.001@3503", - "area_m2": 151.97, - "building": "3503 TUM CS PG05", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67703", - "roomcode": "3503.02.001", - "usage": 20 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67704", + "area_id": 50, + "building_id": 2130, + "calendar_resource_nr": 32272, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67703, + "usage_id": 20 + }, + "3503.02.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "002, Aufzug", "arch_name": "002@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67704", - "roomcode": "3503.02.002", - "usage": 4 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67705", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67704, + "usage_id": 4 + }, + "3503.02.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.002, Lager/Archiv", "arch_name": "02.002@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67705", - "roomcode": "3503.02.003", - "usage": 30 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67706", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67705, + "usage_id": 30 + }, + "3503.02.004": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.003, Lager/Archiv", "arch_name": "02.003@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67706", - "roomcode": "3503.02.004", - "usage": 2 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67707", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67706, + "usage_id": 2 + }, + "3503.02.005": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.004, Teek\u00fcche", "arch_name": "02.004@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67707", - "roomcode": "3503.02.005", - "usage": 44 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67708", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67707, + "usage_id": 44 + }, + "3503.02.006": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.005, Heizung", "arch_name": "02.005@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67708", - "roomcode": "3503.02.006", - "usage": 201 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67692", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67708, + "usage_id": 201 + }, + "3503.02.007": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.006, Serverraum", "arch_name": "02.006@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67692", - "roomcode": "3503.02.007", - "usage": 120 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=67743", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67692, + "usage_id": 120 + }, + "3503.02.008": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.014, Treppenhaus Technik 2.OG", "arch_name": "700.014@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67743", - "roomcode": "3503.02.008", - "usage": 223 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72913", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67743, + "usage_id": 223 + }, + "3503.02.009": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.007, K\u00fchlung EDV", "arch_name": "02.007@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72913", - "roomcode": "3503.02.009", - "usage": 120 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72923", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72913, + "usage_id": 120 + }, + "3503.02.010": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.008, Lager", "arch_name": "02.008@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72923", - "roomcode": "3503.02.010", - "usage": 30 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72924", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72923, + "usage_id": 30 + }, + "3503.02.011": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.009, L\u00fcftung WC-Anlage", "arch_name": "02.009@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72924", - "roomcode": "3503.02.011", - "usage": 32 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72914", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72924, + "usage_id": 32 + }, + "3503.02.012": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.010, WC Barrierefrei", "arch_name": "02.010@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72914", - "roomcode": "3503.02.012", - "usage": 117 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72909", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72914, + "usage_id": 117 + }, + "3503.02.013": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.011, WC Damen", "arch_name": "02.011@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72909", - "roomcode": "3503.02.013", - "usage": 116 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72915", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72909, + "usage_id": 116 + }, + "3503.02.014": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.012, WC Herren", "arch_name": "02.012@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72915", - "roomcode": "3503.02.014", - "usage": 115 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72916", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72915, + "usage_id": 115 + }, + "3503.02.015": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.013, Lager", "arch_name": "02.013@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72916", - "roomcode": "3503.02.015", - "usage": 30 - }, - { - "address": "Petersgasse 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72925", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72916, + "usage_id": 30 + }, + "3503.02.016": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "02.014, Foyer", "arch_name": "02.014@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72925", - "roomcode": "3503.02.016", - "usage": 15 - }, - { - "address": "Petersgasse 5, 3.OG", - "address_link": "ris.einzelraum?raumkey=72910", + "area_id": 50, + "building_id": 2130, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72925, + "usage_id": 15 + }, + "3503.03.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "03.001, L\u00fcftung", "arch_name": "03.001@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72910", - "roomcode": "3503.03.001", - "usage": 32 - }, - { - "address": "Petersgasse 5, 3.OG", - "address_link": "ris.einzelraum?raumkey=72921", + "area_id": 50, + "building_id": 2130, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72910, + "usage_id": 32 + }, + "3503.03.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.013, Treppenhaus Nord", "arch_name": "700.013@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72921", - "roomcode": "3503.03.002", - "usage": 223 - }, - { - "address": "Petersgasse 5, 3.OG", - "address_link": "ris.einzelraum?raumkey=72917", + "area_id": 50, + "building_id": 2130, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72921, + "usage_id": 223 + }, + "3503.03.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.015, Treppenhaus Technik 3.OG", "arch_name": "700.015@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72917", - "roomcode": "3503.03.003", - "usage": 223 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67803", + "area_id": 50, + "building_id": 2130, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72917, + "usage_id": 223 + }, + "3503.EG.001": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.001, B\u00fcro", "arch_name": "00.001@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67803", - "roomcode": "3503.EG.001", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67796", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67803, + "usage_id": 12 + }, + "3503.EG.002": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.002, B\u00fcro", "arch_name": "00.002@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67796", - "roomcode": "3503.EG.002", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67797", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67796, + "usage_id": 12 + }, + "3503.EG.003": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67797", - "roomcode": "3503.EG.003", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67798", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67797, + "usage_id": 12 + }, + "3503.EG.004": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.004, B\u00fcro", "arch_name": "00.004@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=32452&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67798", - "roomcode": "3503.EG.004", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67799", + "area_id": 50, + "building_id": 2130, + "calendar_resource_nr": 32452, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67798, + "usage_id": 12 + }, + "3503.EG.005": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.005, B\u00fcro", "arch_name": "00.005@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67799", - "roomcode": "3503.EG.005", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67774", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67799, + "usage_id": 12 + }, + "3503.EG.006": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.006, B\u00fcro", "arch_name": "00.006@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67774", - "roomcode": "3503.EG.006", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67773", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67774, + "usage_id": 12 + }, + "3503.EG.007": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67773", - "roomcode": "3503.EG.007", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=72918", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67773, + "usage_id": 12 + }, + "3503.EG.007A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.004, Treppenhaus 2 S\u00fcd", "arch_name": "700.004@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72918", - "roomcode": "3503.EG.007A", - "usage": 223 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67775", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72918, + "usage_id": 223 + }, + "3503.EG.008": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.008, B\u00fcro", "arch_name": "00.008@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67775", - "roomcode": "3503.EG.008", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67776", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67775, + "usage_id": 12 + }, + "3503.EG.009": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.009, B\u00fcro", "arch_name": "00.009@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67776", - "roomcode": "3503.EG.009", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67777", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67776, + "usage_id": 12 + }, + "3503.EG.010": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.010, Seminarraum", "arch_name": "00.010@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=28833&cReadonly=J", - "extended": { - "additional_description": "00.010, Seminarraum", - "address": "Petersgasse 5(3503), Erdgescho\u00df", - "architect_room_nr": "00.010@3503", - "area_m2": 49.52, - "building": "3503 TUM CS PG05", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67777", - "roomcode": "3503.EG.010", - "usage": 41 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=72908", + "area_id": 50, + "building_id": 2130, + "calendar_resource_nr": 28833, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67777, + "usage_id": 41 + }, + "3503.EG.010A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.010a, Teek\u00fcche", "arch_name": "00.010a@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72908", - "roomcode": "3503.EG.010A", - "usage": 44 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67778", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72908, + "usage_id": 44 + }, + "3503.EG.011": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.011, WC Barrierefrei", "arch_name": "00.011@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67778", - "roomcode": "3503.EG.011", - "usage": 117 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67779", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67778, + "usage_id": 117 + }, + "3503.EG.012": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.012, WC Herren", "arch_name": "00.012@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67779", - "roomcode": "3503.EG.012", - "usage": 115 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67800", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67779, + "usage_id": 115 + }, + "3503.EG.013": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.013, WC Damen", "arch_name": "00.013@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67800", - "roomcode": "3503.EG.013", - "usage": 116 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67804", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67800, + "usage_id": 116 + }, + "3503.EG.014": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.014, B\u00fcro", "arch_name": "00.014@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67804", - "roomcode": "3503.EG.014", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=72911", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67804, + "usage_id": 12 + }, + "3503.EG.015": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.015, B\u00fcro", "arch_name": "00.015@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72911", - "roomcode": "3503.EG.015", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67801", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72911, + "usage_id": 12 + }, + "3503.EG.016": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.016, B\u00fcro", "arch_name": "00.016@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67801", - "roomcode": "3503.EG.016", - "usage": 12 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67802", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67801, + "usage_id": 12 + }, + "3503.EG.017": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.017, Lager/Poststelle", "arch_name": "00.017@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67802", - "roomcode": "3503.EG.017", - "usage": 180 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=72922", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67802, + "usage_id": 180 + }, + "3503.EG.017A": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "00.017a, Lager", "arch_name": "00.017a@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=72922", - "roomcode": "3503.EG.017A", - "usage": 30 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67805", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72922, + "usage_id": 30 + }, + "3503.EG.018": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.003, Flur S\u00fcd", "arch_name": "700.003@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67805", - "roomcode": "3503.EG.018", - "usage": 222 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67806", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67805, + "usage_id": 222 + }, + "3503.EG.019": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.002, Flur Nord", "arch_name": "700.002@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67806", - "roomcode": "3503.EG.019", - "usage": 222 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67685", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67806, + "usage_id": 222 + }, + "3503.EG.020": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "800.001, Aufzug", "arch_name": "800.001@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67685", - "roomcode": "3503.EG.020", - "usage": 4 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67686", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67685, + "usage_id": 4 + }, + "3503.EG.021": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.006, Treppenhaus", "arch_name": "700.006@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67686", - "roomcode": "3503.EG.021", - "usage": 223 - }, - { - "address": "Petersgasse 5, EG", - "address_link": "ris.einzelraum?raumkey=67687", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67686, + "usage_id": 223 + }, + "3503.EG.022": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "alt_name": "700.001, Flur/Windfang", "arch_name": "700.001@3503", - "b_area_id": 50, - "b_filter_id": 2130, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=67687", - "roomcode": "3503.EG.022", - "usage": 52 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68873", + "area_id": 50, + "building_id": 2130, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67687, + "usage_id": 52 + }, + "3504.01.101": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.01, L\u00f6semittellager", "arch_name": "1.01@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68873", - "roomcode": "3504.01.101", - "usage": 30 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68902", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68873, + "usage_id": 30 + }, + "3504.01.102": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.02, Dunkelraum", "arch_name": "1.02@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68902", - "roomcode": "3504.01.102", - "usage": 30 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68905", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68902, + "usage_id": 30 + }, + "3504.01.103": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.03, Lager", "arch_name": "1.03@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68905", - "roomcode": "3504.01.103", - "usage": 30 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68874", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68905, + "usage_id": 30 + }, + "3504.01.103A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.03a, Hausanschlussraum", "arch_name": "1.03a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68874", - "roomcode": "3504.01.103A", - "usage": 120 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68903", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68874, + "usage_id": 120 + }, + "3504.01.104": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.04, WC-Herren", "arch_name": "1.04@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68903", - "roomcode": "3504.01.104", - "usage": 115 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68886", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68903, + "usage_id": 115 + }, + "3504.01.105": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.04, Teek\u00fcche", "arch_name": "1.04@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68886", - "roomcode": "3504.01.105", - "usage": 44 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68887", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68886, + "usage_id": 44 + }, + "3504.01.106": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.06, EDV-Raum", "arch_name": "1.06@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68887", - "roomcode": "3504.01.106", - "usage": 12 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68904", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68887, + "usage_id": 12 + }, + "3504.01.107": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.07, Heizung/Technik", "arch_name": "1.07@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68904", - "roomcode": "3504.01.107", - "usage": 120 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68906", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68904, + "usage_id": 120 + }, + "3504.01.107A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.07a, Technikschacht", "arch_name": "1.07a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68906", - "roomcode": "3504.01.107A", - "usage": 38 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68908", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68906, + "usage_id": 38 + }, + "3504.01.108": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.08, Labor Mikrobiologie", "arch_name": "1.08@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68908", - "roomcode": "3504.01.108", - "usage": 102 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68907", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68908, + "usage_id": 102 + }, + "3504.01.108A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.08a, Auswertzone", "arch_name": "1.08a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68907", - "roomcode": "3504.01.108A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68888", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68907, + "usage_id": 110 + }, + "3504.01.109": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.09, Labor Mikrobiologie", "arch_name": "1.09@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68888", - "roomcode": "3504.01.109", - "usage": 102 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68889", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68888, + "usage_id": 102 + }, + "3504.01.109A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.09a, Auswertzone", "arch_name": "1.09a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68889", - "roomcode": "3504.01.109A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68890", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68889, + "usage_id": 110 + }, + "3504.01.109B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.09b, Technikschacht", "arch_name": "1.09b@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68890", - "roomcode": "3504.01.109B", - "usage": 38 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68875", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68890, + "usage_id": 38 + }, + "3504.01.110": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.10, Labor Mikrobiologie", "arch_name": "1.10@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68875", - "roomcode": "3504.01.110", - "usage": 102 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68876", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68875, + "usage_id": 102 + }, + "3504.01.110A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.10a, Auswertzone", "arch_name": "1.10a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68876", - "roomcode": "3504.01.110A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68882", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68876, + "usage_id": 110 + }, + "3504.01.111": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.100, Flur", "arch_name": "1.100@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68882", - "roomcode": "3504.01.111", - "usage": 222 - }, - { - "address": "Schulgasse 22a, 1.OG", - "address_link": "ris.einzelraum?raumkey=68877", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68882, + "usage_id": 222 + }, + "3504.01.112": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "1.200, Treppenraum", "arch_name": "1.200@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68877", - "roomcode": "3504.01.112", - "usage": 223 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68891", + "area_id": 50, + "building_id": 2249, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68877, + "usage_id": 223 + }, + "3504.02.201": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.01, GLT-Raum", "arch_name": "2.01@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68891", - "roomcode": "3504.02.201", - "usage": 120 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68892", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68891, + "usage_id": 120 + }, + "3504.02.202": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.02, Batterie-Raum", "arch_name": "2.02@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68892", - "roomcode": "3504.02.202", - "usage": 120 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68893", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68892, + "usage_id": 120 + }, + "3504.02.203": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.03, Lager", "arch_name": "2.03@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68893", - "roomcode": "3504.02.203", - "usage": 30 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68894", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68893, + "usage_id": 30 + }, + "3504.02.204": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.04, Technikaufstellung Dach", "arch_name": "2.04@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68894", - "roomcode": "3504.02.204", - "usage": 120 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68895", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68894, + "usage_id": 120 + }, + "3504.02.205": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.04.1, Aufzugsschacht", "arch_name": "2.04.1@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68895", - "roomcode": "3504.02.205", - "usage": 195 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68896", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68895, + "usage_id": 195 + }, + "3504.02.206": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.10, Flur", "arch_name": "2.10@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68896", - "roomcode": "3504.02.206", - "usage": 222 - }, - { - "address": "Schulgasse 22a, 2.OG", - "address_link": "ris.einzelraum?raumkey=68897", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68896, + "usage_id": 222 + }, + "3504.02.207": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "2.210, Treppenraum", "arch_name": "2.210@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68897", - "roomcode": "3504.02.207", - "usage": 223 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68863", + "area_id": 50, + "building_id": 2249, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68897, + "usage_id": 223 + }, + "3504.EG.001": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.01, Umkleide Herren", "arch_name": "0.01@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68863", - "roomcode": "3504.EG.001", - "usage": 121 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68842", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68863, + "usage_id": 121 + }, + "3504.EG.002": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.02, Umkleide Damen", "arch_name": "0.02@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68842", - "roomcode": "3504.EG.002", - "usage": 121 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68843", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68842, + "usage_id": 121 + }, + "3504.EG.003": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.03, Abstellraum", "arch_name": "0.03@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68843", - "roomcode": "3504.EG.003", - "usage": 159 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68881", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68843, + "usage_id": 159 + }, + "3504.EG.003A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.03A, Aufzug", "arch_name": "0.03A@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68881", - "roomcode": "3504.EG.003A", - "usage": 4 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68870", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68881, + "usage_id": 4 + }, + "3504.EG.003B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.03B, Hausanschluss", "arch_name": "0.03B@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68870", - "roomcode": "3504.EG.003B", - "usage": 120 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68844", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68870, + "usage_id": 120 + }, + "3504.EG.004": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.04, WC-Damen", "arch_name": "0.04@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68844", - "roomcode": "3504.EG.004", - "usage": 116 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68901", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68844, + "usage_id": 116 + }, + "3504.EG.005": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.05, Putzraum", "arch_name": "0.05@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68901", - "roomcode": "3504.EG.005", - "usage": 205 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68845", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68901, + "usage_id": 205 + }, + "3504.EG.006": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.06, WC-Barrierefrei", "arch_name": "0.06@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68845", - "roomcode": "3504.EG.006", - "usage": 117 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68846", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68845, + "usage_id": 117 + }, + "3504.EG.007": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.07, Elektroverteilung", "arch_name": "0.07@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68846", - "roomcode": "3504.EG.007", - "usage": 160 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68864", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68846, + "usage_id": 160 + }, + "3504.EG.008": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.08, Labor Mikroreaktionstechnik", "arch_name": "0.08@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68864", - "roomcode": "3504.EG.008", - "usage": 102 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68865", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68864, + "usage_id": 102 + }, + "3504.EG.008A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.08a, Auswertzone", "arch_name": "0.08a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68865", - "roomcode": "3504.EG.008A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68866", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68865, + "usage_id": 110 + }, + "3504.EG.009": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.09, Labor Mikroreaktionstechnik", "arch_name": "0.09@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68866", - "roomcode": "3504.EG.009", - "usage": 102 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68867", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68866, + "usage_id": 102 + }, + "3504.EG.009A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.09a, Auswertzone", "arch_name": "0.09a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68867", - "roomcode": "3504.EG.009A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68847", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68867, + "usage_id": 110 + }, + "3504.EG.010": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.10, Praktikumslabor", "arch_name": "0.10@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=30156&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68847", - "roomcode": "3504.EG.010", - "usage": 102 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68880", + "area_id": 50, + "building_id": 2249, + "calendar_resource_nr": 30156, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68847, + "usage_id": 102 + }, + "3504.EG.010A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.10a, Auswertzone", "arch_name": "0.10a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68880", - "roomcode": "3504.EG.010A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68871", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68880, + "usage_id": 110 + }, + "3504.EG.010B": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.10b, Technikschacht", "arch_name": "0.10b@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68871", - "roomcode": "3504.EG.010B", - "usage": 38 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68848", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68871, + "usage_id": 38 + }, + "3504.EG.011": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.11, Praktikumslabor", "arch_name": "0.11@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=30157&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68848", - "roomcode": "3504.EG.011", - "usage": 102 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68849", + "area_id": 50, + "building_id": 2249, + "calendar_resource_nr": 30157, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68848, + "usage_id": 102 + }, + "3504.EG.011A": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.11a, Auswertzone", "arch_name": "0.11a@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68849", - "roomcode": "3504.EG.011A", - "usage": 110 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68850", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68849, + "usage_id": 110 + }, + "3504.EG.012": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.100, Schleuse", "arch_name": "0.100@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68850", - "roomcode": "3504.EG.012", - "usage": 105 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68868", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68850, + "usage_id": 105 + }, + "3504.EG.013": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.110, Flur", "arch_name": "0.110@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68868", - "roomcode": "3504.EG.013", - "usage": 222 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68869", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68868, + "usage_id": 222 + }, + "3504.EG.014": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.200, Treppenraum", "arch_name": "0.200@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68869", - "roomcode": "3504.EG.014", - "usage": 223 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68872", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68869, + "usage_id": 223 + }, + "3504.EG.015": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.120, Flur", "arch_name": "0.120@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68872", - "roomcode": "3504.EG.015", - "usage": 222 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68884", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68872, + "usage_id": 222 + }, + "3504.EG.016": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.130, Schleuse", "arch_name": "0.130@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68884", - "roomcode": "3504.EG.016", - "usage": 105 - }, - { - "address": "Schulgasse 22a, EG", - "address_link": "ris.einzelraum?raumkey=68885", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68884, + "usage_id": 105 + }, + "3504.EG.017": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "alt_name": "0.210, Treppenraum", "arch_name": "0.210@3504", - "b_area_id": 50, - "b_filter_id": 2249, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=68885", - "roomcode": "3504.EG.017", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70834", + "area_id": 50, + "building_id": 2249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68885, + "usage_id": 223 + }, + "3505.01.101": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.800, Halle E1", "arch_name": "01.800@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=33833&cReadonly=J", - "list_index": "79", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70834", - "roomcode": "3505.01.101", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70835", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 33833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70834, + "usage_id": 222 + }, + "3505.01.102": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.801, Treppe", "arch_name": "01.801@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70835", - "roomcode": "3505.01.102", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70799", - "alt_name": "01.810, Flur", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70835, + "usage_id": 223 + }, + "3505.01.103": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, + "alt_name": "01.810, Flur", "arch_name": "01.810@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70799", - "roomcode": "3505.01.103", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70836", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70799, + "usage_id": 222 + }, + "3505.01.104": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.110, B\u00fcro Techniker/Labor", "arch_name": "01.110@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70836", - "roomcode": "3505.01.104", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70800", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70836, + "usage_id": 12 + }, + "3505.01.105": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.111, B\u00fcro Mitarbeiter", "arch_name": "01.111@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70800", - "roomcode": "3505.01.105", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70837", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70800, + "usage_id": 12 + }, + "3505.01.106": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.112, B\u00fcro Mitarbeiter", "arch_name": "01.112@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70837", - "roomcode": "3505.01.106", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70838", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70837, + "usage_id": 12 + }, + "3505.01.107": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.113, B\u00fcro Mitarbeiter", "arch_name": "01.113@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70838", - "roomcode": "3505.01.107", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70801", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70838, + "usage_id": 12 + }, + "3505.01.108": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.114, Sekretariat", "arch_name": "01.114@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70801", - "roomcode": "3505.01.108", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70802", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70801, + "usage_id": 40 + }, + "3505.01.109": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.115, B\u00fcro Professor W3", "arch_name": "01.115@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70802", - "roomcode": "3505.01.109", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70803", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70802, + "usage_id": 12 + }, + "3505.01.110": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.117, B\u00fcro Mitarbeiter A14", "arch_name": "01.117@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70803", - "roomcode": "3505.01.110", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70816", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70803, + "usage_id": 12 + }, + "3505.01.111": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.121, Besprechung", "arch_name": "01.121@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31886&cReadonly=J", - "list_index": "89", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70816", - "roomcode": "3505.01.111", - "usage": 196 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70817", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31886, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70816, + "usage_id": 196 + }, + "3505.01.112": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.122, Aufenthaltsraum", "arch_name": "01.122@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70817", - "roomcode": "3505.01.112", - "usage": 44 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70839", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70817, + "usage_id": 44 + }, + "3505.01.113": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.124, WC-Vorraum", "arch_name": "01.124@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70839", - "roomcode": "3505.01.113", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70840", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70839, + "usage_id": 118 + }, + "3505.01.114": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.126, WC", "arch_name": "01.126@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70840", - "roomcode": "3505.01.114", - "usage": 114 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70841", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70840, + "usage_id": 114 + }, + "3505.01.115": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.125, WC-Vorraum", "arch_name": "01.125@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70841", - "roomcode": "3505.01.115", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70842", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70841, + "usage_id": 118 + }, + "3505.01.116": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.127, WC", "arch_name": "01.127@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70842", - "roomcode": "3505.01.116", - "usage": 114 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70853", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70842, + "usage_id": 114 + }, + "3505.01.117": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70853", - "roomcode": "3505.01.117", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70843", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70853, + "usage_id": 12 + }, + "3505.01.118": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70843", - "roomcode": "3505.01.118", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70844", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70843, + "usage_id": 12 + }, + "3505.01.119": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.128, AV", "arch_name": "01.128@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70844", - "roomcode": "3505.01.119", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70854", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70844, + "usage_id": 120 + }, + "3505.01.120": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.129, FL", "arch_name": "01.129@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70854", - "roomcode": "3505.01.120", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70845", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70854, + "usage_id": 120 + }, + "3505.01.121": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.151, Kopierraum", "arch_name": "01.151@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70845", - "roomcode": "3505.01.121", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70846", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70845, + "usage_id": 110 + }, + "3505.01.122": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.151, Kopierraum", "arch_name": "01.151@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70846", - "roomcode": "3505.01.122", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70847", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70846, + "usage_id": 110 + }, + "3505.01.123": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.152, Treppe", "arch_name": "01.152@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70847", - "roomcode": "3505.01.123", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70848", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70847, + "usage_id": 223 + }, + "3505.01.124": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.153, B\u00fcro Professor", "arch_name": "01.153@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70848", - "roomcode": "3505.01.124", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70849", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70848, + "usage_id": 12 + }, + "3505.01.125": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.154, Sekretariat", "arch_name": "01.154@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70849", - "roomcode": "3505.01.125", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70850", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70849, + "usage_id": 40 + }, + "3505.01.126": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.161, Besprechung", "arch_name": "01.161@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70850", - "roomcode": "3505.01.126", - "usage": 196 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70851", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70850, + "usage_id": 196 + }, + "3505.01.127": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.162, Aufenthaltsraum", "arch_name": "01.162@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70851", - "roomcode": "3505.01.127", - "usage": 44 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70852", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70851, + "usage_id": 44 + }, + "3505.01.128": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.850, Flur", "arch_name": "01.850@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70852", - "roomcode": "3505.01.128", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70855", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70852, + "usage_id": 222 + }, + "3505.01.129": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.915, Flur", "arch_name": "01.915@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70855", - "roomcode": "3505.01.129", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70856", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70855, + "usage_id": 222 + }, + "3505.01.130": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.410, Forschungslabor", "arch_name": "01.410@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=33392&cReadonly=J", - "list_index": "108", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70856", - "roomcode": "3505.01.130", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70857", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 33392, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70856, + "usage_id": 194 + }, + "3505.01.131": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.415, Forschungslabor", "arch_name": "01.415@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70857", - "roomcode": "3505.01.131", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70858", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70857, + "usage_id": 194 + }, + "3505.01.132": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.425, Auswertung Forschungslabor", "arch_name": "01.425@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70858", - "roomcode": "3505.01.132", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70869", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70858, + "usage_id": 110 + }, + "3505.01.133": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.426, Auswertung Forschungslabor", "arch_name": "01.426@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70869", - "roomcode": "3505.01.133", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70870", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70869, + "usage_id": 110 + }, + "3505.01.134": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.430, Forschungslabor", "arch_name": "01.430@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=33393&cReadonly=J", - "list_index": "112", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70870", - "roomcode": "3505.01.134", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70871", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 33393, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70870, + "usage_id": 194 + }, + "3505.01.135": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.435, Forschungslabor", "arch_name": "01.435@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70871", - "roomcode": "3505.01.135", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70859", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70871, + "usage_id": 194 + }, + "3505.01.136": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.445, Abstellraum", "arch_name": "01.445@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70859", - "roomcode": "3505.01.136", - "usage": 159 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70860", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70859, + "usage_id": 159 + }, + "3505.01.137": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.450, Forschungslabor", "arch_name": "01.450@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70860", - "roomcode": "3505.01.137", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70872", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70860, + "usage_id": 194 + }, + "3505.01.138": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.451, Abstellraum", "arch_name": "01.451@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70872", - "roomcode": "3505.01.138", - "usage": 159 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70873", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70872, + "usage_id": 159 + }, + "3505.01.139": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.455, Forschungslabor", "arch_name": "01.455@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70873", - "roomcode": "3505.01.139", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70861", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70873, + "usage_id": 194 + }, + "3505.01.140": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.460, Forschungslabor", "arch_name": "01.460@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70861", - "roomcode": "3505.01.140", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70874", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70861, + "usage_id": 194 + }, + "3505.01.141": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.465, Forschungslabor", "arch_name": "01.465@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70874", - "roomcode": "3505.01.141", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70875", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70874, + "usage_id": 194 + }, + "3505.01.142": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.470, Auswertung Forschungslabor", "arch_name": "01.470@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70875", - "roomcode": "3505.01.142", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70876", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70875, + "usage_id": 110 + }, + "3505.01.143": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.471, Auswertung Forschungslabor", "arch_name": "01.471@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70876", - "roomcode": "3505.01.143", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70877", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70876, + "usage_id": 110 + }, + "3505.01.144": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.475, Forschungslabor", "arch_name": "01.475@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70877", - "roomcode": "3505.01.144", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70878", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70877, + "usage_id": 194 + }, + "3505.01.145": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.476, Forschungslabor", "arch_name": "01.476@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70878", - "roomcode": "3505.01.145", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70879", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70878, + "usage_id": 194 + }, + "3505.01.146": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.955, Flur", "arch_name": "01.955@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70879", - "roomcode": "3505.01.146", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70880", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70879, + "usage_id": 222 + }, + "3505.01.147": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.480, Schleuse Forschungslabor", "arch_name": "01.480@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70880", - "roomcode": "3505.01.147", - "usage": 105 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70881", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70880, + "usage_id": 105 + }, + "3505.01.148": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.481, Forschungslabor", "arch_name": "01.481@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70881", - "roomcode": "3505.01.148", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70862", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70881, + "usage_id": 194 + }, + "3505.01.149": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.485, Forschungslabor", "arch_name": "01.485@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70862", - "roomcode": "3505.01.149", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70882", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70862, + "usage_id": 194 + }, + "3505.01.150": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.375, Reinigungsmittelraum", "arch_name": "01.375@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70882", - "roomcode": "3505.01.150", - "usage": 205 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70883", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70882, + "usage_id": 205 + }, + "3505.01.151": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.370, AV", "arch_name": "01.370@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70883", - "roomcode": "3505.01.151", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70884", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70883, + "usage_id": 120 + }, + "3505.01.152": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.371, Technik", "arch_name": "01.371@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70884", - "roomcode": "3505.01.152", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70885", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70884, + "usage_id": 120 + }, + "3505.01.154": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.980, Flur", "arch_name": "01.980@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70885", - "roomcode": "3505.01.154", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70886", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70885, + "usage_id": 222 + }, + "3505.01.155": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.970, Flur", "arch_name": "01.970@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70886", - "roomcode": "3505.01.155", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70887", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70886, + "usage_id": 222 + }, + "3505.01.156": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.365, Treppe", "arch_name": "01.365@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70887", - "roomcode": "3505.01.156", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70888", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70887, + "usage_id": 223 + }, + "3505.01.157": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.360, Technik", "arch_name": "01.360@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70888", - "roomcode": "3505.01.157", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70889", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70888, + "usage_id": 120 + }, + "3505.01.158": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.355, Umkleide", "arch_name": "01.355@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70889", - "roomcode": "3505.01.158", - "usage": 121 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70890", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70889, + "usage_id": 121 + }, + "3505.01.159": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.350, Serverraum", "arch_name": "01.350@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70890", - "roomcode": "3505.01.159", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70863", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70890, + "usage_id": 120 + }, + "3505.01.160": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.346, Datenraum", "arch_name": "01.346@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70863", - "roomcode": "3505.01.160", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70891", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70863, + "usage_id": 120 + }, + "3505.01.161": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.340, Umkleide", "arch_name": "01.340@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70891", - "roomcode": "3505.01.161", - "usage": 121 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70864", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70891, + "usage_id": 121 + }, + "3505.01.162": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.335, Technik", "arch_name": "01.335@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70864", - "roomcode": "3505.01.162", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70892", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70864, + "usage_id": 120 + }, + "3505.01.163": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.920, Flur", "arch_name": "01.920@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70892", - "roomcode": "3505.01.163", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70893", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70892, + "usage_id": 222 + }, + "3505.01.164": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.330, Treppe", "arch_name": "01.330@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70893", - "roomcode": "3505.01.164", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70894", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70893, + "usage_id": 223 + }, + "3505.01.165": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.322, Erste Hilfe", "arch_name": "01.322@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70894", - "roomcode": "3505.01.165", - "usage": 44 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70865", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70894, + "usage_id": 44 + }, + "3505.01.166": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.312, Technik", "arch_name": "01.312@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70865", - "roomcode": "3505.01.166", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70895", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70865, + "usage_id": 120 + }, + "3505.01.168": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.311, BMA", "arch_name": "01.311@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70895", - "roomcode": "3505.01.168", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=71090", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70895, + "usage_id": 120 + }, + "3505.01.170": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.310, WC-Behinderte", "arch_name": "01.310@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71090", - "roomcode": "3505.01.170", - "usage": 117 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70896", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71090, + "usage_id": 117 + }, + "3505.01.171": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.315, WC-Herren Vorraum", "arch_name": "01.315@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70896", - "roomcode": "3505.01.171", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70866", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70896, + "usage_id": 118 + }, + "3505.01.172": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.316, WC-Herren", "arch_name": "01.316@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70866", - "roomcode": "3505.01.172", - "usage": 115 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70897", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70866, + "usage_id": 115 + }, + "3505.01.173": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.320, WC-Damen Vorraum", "arch_name": "01.320@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70897", - "roomcode": "3505.01.173", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70898", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70897, + "usage_id": 118 + }, + "3505.01.174": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.320, WC-Damen", "arch_name": "01.320@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70898", - "roomcode": "3505.01.174", - "usage": 116 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70899", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70898, + "usage_id": 116 + }, + "3505.01.175": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.345, AV", "arch_name": "01.345@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70899", - "roomcode": "3505.01.175", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70867", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70899, + "usage_id": 120 + }, + "3505.01.176": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.910, Flur", "arch_name": "01.910@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70867", - "roomcode": "3505.01.176", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70868", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70867, + "usage_id": 222 + }, + "3505.01.177": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.950, Flur", "arch_name": "01.950@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70868", - "roomcode": "3505.01.177", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70900", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70868, + "usage_id": 222 + }, + "3505.01.178": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.285, Forschungslabor", "arch_name": "01.285@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70900", - "roomcode": "3505.01.178", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70901", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70900, + "usage_id": 194 + }, + "3505.01.179": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.280, Forschungslabor", "arch_name": "01.280@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70901", - "roomcode": "3505.01.179", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70908", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70901, + "usage_id": 194 + }, + "3505.01.180": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.275, Forschungslabor", "arch_name": "01.275@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70908", - "roomcode": "3505.01.180", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70909", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70908, + "usage_id": 194 + }, + "3505.01.181": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.271, Auswertung Forschungslabor", "arch_name": "01.271@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70909", - "roomcode": "3505.01.181", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70902", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70909, + "usage_id": 110 + }, + "3505.01.182": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.270, Auswertung Forschungslabor", "arch_name": "01.270@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70902", - "roomcode": "3505.01.182", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70903", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70902, + "usage_id": 110 + }, + "3505.01.183": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.265, Forschungslabor", "arch_name": "01.265@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70903", - "roomcode": "3505.01.183", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70904", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70903, + "usage_id": 194 + }, + "3505.01.184": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.260, Forschungslabor", "arch_name": "01.260@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70904", - "roomcode": "3505.01.184", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70905", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70904, + "usage_id": 194 + }, + "3505.01.185": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.255, Forschungslabor", "arch_name": "01.255@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70905", - "roomcode": "3505.01.185", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70906", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70905, + "usage_id": 194 + }, + "3505.01.186": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.250, Abstellraum", "arch_name": "01.250@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70906", - "roomcode": "3505.01.186", - "usage": 159 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70907", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70906, + "usage_id": 159 + }, + "3505.01.187": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.245, Abstellraum", "arch_name": "01.245@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70907", - "roomcode": "3505.01.187", - "usage": 159 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70910", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70907, + "usage_id": 159 + }, + "3505.01.188": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.240, Forschungslabor", "arch_name": "01.240@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70910", - "roomcode": "3505.01.188", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70921", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70910, + "usage_id": 194 + }, + "3505.01.189": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.235, Forschungslabor", "arch_name": "01.235@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70921", - "roomcode": "3505.01.189", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70922", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70921, + "usage_id": 194 + }, + "3505.01.190": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.230, Forschungslabor", "arch_name": "01.230@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70922", - "roomcode": "3505.01.190", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70911", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70922, + "usage_id": 194 + }, + "3505.01.191": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.225, Auswertung Forschungslabor", "arch_name": "01.225@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70911", - "roomcode": "3505.01.191", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70923", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70911, + "usage_id": 110 + }, + "3505.01.192": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.226, Auswertung Forschungslabor", "arch_name": "01.226@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70923", - "roomcode": "3505.01.192", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70924", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70923, + "usage_id": 110 + }, + "3505.01.193": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.220, Forschungslabor", "arch_name": "01.220@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70924", - "roomcode": "3505.01.193", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70925", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70924, + "usage_id": 194 + }, + "3505.01.194": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.215, Forschungslabor", "arch_name": "01.215@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70925", - "roomcode": "3505.01.194", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70912", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70925, + "usage_id": 194 + }, + "3505.01.195": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.210, Forschungslabor", "arch_name": "01.210@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70912", - "roomcode": "3505.01.195", - "usage": 194 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70926", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70912, + "usage_id": 194 + }, + "3505.01.196": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.525, Technik", "arch_name": "01.525@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70926", - "roomcode": "3505.01.196", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.OG", - "address_link": "ris.einzelraum?raumkey=70927", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70926, + "usage_id": 120 + }, + "3505.01.197": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "01.515, Technik", "arch_name": "01.515@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70927", - "roomcode": "3505.01.197", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70913", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70927, + "usage_id": 120 + }, + "3505.02.201": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.800, Halle E2", "arch_name": "02.800@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=33835&cReadonly=J", - "list_index": "173", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70913", - "roomcode": "3505.02.201", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70928", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 33835, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70913, + "usage_id": 222 + }, + "3505.02.202": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.801, Treppe", "arch_name": "02.801@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70928", - "roomcode": "3505.02.202", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70914", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70928, + "usage_id": 223 + }, + "3505.02.203": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.810, Flur", "arch_name": "02.810@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70914", - "roomcode": "3505.02.203", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70929", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70914, + "usage_id": 222 + }, + "3505.02.204": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.110, B\u00fcro Techniker", "arch_name": "02.110@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70929", - "roomcode": "3505.02.204", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70915", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70929, + "usage_id": 12 + }, + "3505.02.205": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.111, B\u00fcro Mitarbeiter", "arch_name": "02.111@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70915", - "roomcode": "3505.02.205", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70916", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70915, + "usage_id": 12 + }, + "3505.02.206": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.112, B\u00fcro Mitarbeiter", "arch_name": "02.112@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70916", - "roomcode": "3505.02.206", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70917", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70916, + "usage_id": 12 + }, + "3505.02.207": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.113, B\u00fcro Mitarbeiter", "arch_name": "02.113@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70917", - "roomcode": "3505.02.207", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70918", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70917, + "usage_id": 12 + }, + "3505.02.208": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.114, Sekretariat", "arch_name": "02.114@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70918", - "roomcode": "3505.02.208", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70930", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70918, + "usage_id": 40 + }, + "3505.02.209": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.115, B\u00fcro Professor W3", "arch_name": "02.115@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70930", - "roomcode": "3505.02.209", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70931", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70930, + "usage_id": 12 + }, + "3505.02.210": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.117, B\u00fcro Mitarbeiter A14", "arch_name": "02.117@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70931", - "roomcode": "3505.02.210", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70919", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70931, + "usage_id": 12 + }, + "3505.02.211": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70919", - "roomcode": "3505.02.211", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70920", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70919, + "usage_id": 12 + }, + "3505.02.212": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70920", - "roomcode": "3505.02.212", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70933", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70920, + "usage_id": 12 + }, + "3505.02.213": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.121, Besprechung", "arch_name": "02.121@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31887&cReadonly=J", - "list_index": "185", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70933", - "roomcode": "3505.02.213", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70934", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31887, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70933, + "usage_id": 12 + }, + "3505.02.214": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.122, Aufenthaltsraum", "arch_name": "02.122@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70934", - "roomcode": "3505.02.214", - "usage": 44 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70945", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70934, + "usage_id": 44 + }, + "3505.02.215": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.124, WC Vorraum", "arch_name": "02.124@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70945", - "roomcode": "3505.02.215", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70946", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70945, + "usage_id": 118 + }, + "3505.02.216": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.126, WC", "arch_name": "02.126@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70946", - "roomcode": "3505.02.216", - "usage": 114 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70947", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70946, + "usage_id": 114 + }, + "3505.02.217": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.125, WC-Behinderte", "arch_name": "02.125@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70947", - "roomcode": "3505.02.217", - "usage": 117 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70935", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70947, + "usage_id": 117 + }, + "3505.02.218": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.128, AV", "arch_name": "02.128@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70935", - "roomcode": "3505.02.218", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70948", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70935, + "usage_id": 120 + }, + "3505.02.219": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.129, FL", "arch_name": "02.129@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70948", - "roomcode": "3505.02.219", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70949", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70948, + "usage_id": 120 + }, + "3505.02.220": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.160, B\u00fcro Mitarbeiter A14", "arch_name": "02.160@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70949", - "roomcode": "3505.02.220", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70950", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70949, + "usage_id": 12 + }, + "3505.02.221": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.161, B\u00fcro Techniker", "arch_name": "02.161@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70950", - "roomcode": "3505.02.221", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70951", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70950, + "usage_id": 12 + }, + "3505.02.222": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70951", - "roomcode": "3505.02.222", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70952", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70951, + "usage_id": 12 + }, + "3505.02.223": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.163, B\u00fcro Mitarbeiter", "arch_name": "02.163@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70952", - "roomcode": "3505.02.223", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70936", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70952, + "usage_id": 12 + }, + "3505.02.224": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.146, Daten", "arch_name": "02.146@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70936", - "roomcode": "3505.02.224", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70937", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70936, + "usage_id": 12 + }, + "3505.02.225": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.151, Kopierraum", "arch_name": "02.151@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70937", - "roomcode": "3505.02.225", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70953", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70937, + "usage_id": 110 + }, + "3505.02.226": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.151, Kopierraum", "arch_name": "02.151@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70953", - "roomcode": "3505.02.226", - "usage": 110 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70954", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70953, + "usage_id": 110 + }, + "3505.02.227": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.152, Treppe", "arch_name": "02.152@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70954", - "roomcode": "3505.02.227", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70938", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70954, + "usage_id": 223 + }, + "3505.02.228": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.153, B\u00fcro Mitarbeiter", "arch_name": "02.153@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70938", - "roomcode": "3505.02.228", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70955", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70938, + "usage_id": 12 + }, + "3505.02.229": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70955", - "roomcode": "3505.02.229", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70956", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70955, + "usage_id": 12 + }, + "3505.02.230": { + "address": { + "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", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70956", - "roomcode": "3505.02.230", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70957", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70956, + "usage_id": 12 + }, + "3505.02.231": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.850, Flur", "arch_name": "02.850@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70957", - "roomcode": "3505.02.231", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70958", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70957, + "usage_id": 222 + }, + "3505.02.232": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.830, Flur", "arch_name": "02.830@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70958", - "roomcode": "3505.02.232", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70959", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70958, + "usage_id": 222 + }, + "3505.02.233": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.145, Technik", "arch_name": "02.145@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70959", - "roomcode": "3505.02.233", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70960", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70959, + "usage_id": 120 + }, + "3505.02.234": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.144, Reinigungsmittelraum", "arch_name": "02.144@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70960", - "roomcode": "3505.02.234", - "usage": 205 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70961", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70960, + "usage_id": 205 + }, + "3505.02.235": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.142, Aufenthaltsraum", "arch_name": "02.142@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70961", - "roomcode": "3505.02.235", - "usage": 44 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70962", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70961, + "usage_id": 44 + }, + "3505.02.236": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.141, Besprechnung", "arch_name": "02.141@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31888&cReadonly=J", - "list_index": "208", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70962", - "roomcode": "3505.02.236", - "usage": 196 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70939", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31888, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70962, + "usage_id": 196 + }, + "3505.02.237": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.137, B\u00fcro Mitarbeiter A14", "arch_name": "02.137@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70939", - "roomcode": "3505.02.237", - "usage": 196 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70940", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70939, + "usage_id": 196 + }, + "3505.02.238": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.135, B\u00fcro Professor W3", "arch_name": "02.135@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70940", - "roomcode": "3505.02.238", - "usage": 196 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70963", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70940, + "usage_id": 196 + }, + "3505.02.239": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.134, Sekretariat", "arch_name": "02.134@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70963", - "roomcode": "3505.02.239", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70964", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70963, + "usage_id": 40 + }, + "3505.02.240": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.133, B\u00fcro Mitarbeiter", "arch_name": "02.133@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70964", - "roomcode": "3505.02.240", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70965", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70964, + "usage_id": 40 + }, + "3505.02.241": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.132, B\u00fcro Mitarbeiter", "arch_name": "02.132@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70965", - "roomcode": "3505.02.241", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70966", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70965, + "usage_id": 40 + }, + "3505.02.242": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.131, B\u00fcro Mitarbeiter", "arch_name": "02.131@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70966", - "roomcode": "3505.02.242", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70967", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70966, + "usage_id": 40 + }, + "3505.02.243": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.130, B\u00fcro Techniker/Labor", "arch_name": "02.130@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70967", - "roomcode": "3505.02.243", - "usage": 40 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70968", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70967, + "usage_id": 40 + }, + "3505.02.245": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.330, Treppe", "arch_name": "02.330@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70968", - "roomcode": "3505.02.245", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70969", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70968, + "usage_id": 223 + }, + "3505.02.246": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.925, Flur", "arch_name": "02.925@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70969", - "roomcode": "3505.02.246", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70970", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70969, + "usage_id": 222 + }, + "3505.02.247": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.310, K\u00e4lte", "arch_name": "02.310@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70970", - "roomcode": "3505.02.247", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70971", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70970, + "usage_id": 120 + }, + "3505.02.248": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.410, Heizung", "arch_name": "02.410@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70971", - "roomcode": "3505.02.248", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70972", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70971, + "usage_id": 120 + }, + "3505.02.249": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.420, L\u00fcftung", "arch_name": "02.420@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70972", - "roomcode": "3505.02.249", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70973", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70972, + "usage_id": 120 + }, + "3505.02.250": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.421, Luftansaugung", "arch_name": "02.421@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70973", - "roomcode": "3505.02.250", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70974", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70973, + "usage_id": 120 + }, + "3505.02.251": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.365, Treppe", "arch_name": "02.365@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70974", - "roomcode": "3505.02.251", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70975", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70974, + "usage_id": 223 + }, + "3505.02.252": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.370, AV", "arch_name": "02.370@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70975", - "roomcode": "3505.02.252", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70941", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70975, + "usage_id": 120 + }, + "3505.02.253": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.375, NSHV", "arch_name": "02.375@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70941", - "roomcode": "3505.02.253", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70976", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70941, + "usage_id": 120 + }, + "3505.02.255": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.270, Druckluft", "arch_name": "02.270@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70976", - "roomcode": "3505.02.255", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70942", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70976, + "usage_id": 120 + }, + "3505.02.256": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.280, VE-Wasser", "arch_name": "02.280@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70942", - "roomcode": "3505.02.256", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70943", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70942, + "usage_id": 120 + }, + "3505.02.259": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.475, SiBel", "arch_name": "02.475@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70943", - "roomcode": "3505.02.259", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70944", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70943, + "usage_id": 120 + }, + "3505.02.260": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.476, Trafo 2", "arch_name": "02.476@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70944", - "roomcode": "3505.02.260", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70977", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70944, + "usage_id": 120 + }, + "3505.02.261": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.477, Trafo 1", "arch_name": "02.477@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70977", - "roomcode": "3505.02.261", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70978", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70977, + "usage_id": 120 + }, + "3505.02.262": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.470, MS", "arch_name": "02.470@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70978", - "roomcode": "3505.02.262", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 2.OG", - "address_link": "ris.einzelraum?raumkey=70979", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70978, + "usage_id": 120 + }, + "3505.02.263": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "02.965, Flur", "arch_name": "02.965@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70979", - "roomcode": "3505.02.263", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70806", + "area_id": 50, + "building_id": 2649, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70979, + "usage_id": 222 + }, + "3505.EG.001": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.801, Windfang", "arch_name": "00.801@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70806", - "roomcode": "3505.EG.001", - "usage": 52 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70807", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70806, + "usage_id": 52 + }, + "3505.EG.002": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.800, Halle E0", "arch_name": "00.800@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=33834&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70807", - "roomcode": "3505.EG.002", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70751", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 33834, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70807, + "usage_id": 222 + }, + "3505.EG.003": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.110, Cafeteria", "arch_name": "00.110@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70751", - "roomcode": "3505.EG.003", - "usage": 139 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70752", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70751, + "usage_id": 139 + }, + "3505.EG.004": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.810, Cafeteria - Flur", "arch_name": "00.810@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70752", - "roomcode": "3505.EG.004", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70808", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70752, + "usage_id": 222 + }, + "3505.EG.005": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.112, Cafeteria - Automaten", "arch_name": "00.112@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70808", - "roomcode": "3505.EG.005", - "usage": 139 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70753", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70808, + "usage_id": 139 + }, + "3505.EG.006": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.117, Cafeteria - Umkleide", "arch_name": "00.117@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70753", - "roomcode": "3505.EG.006", - "usage": 121 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70809", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70753, + "usage_id": 121 + }, + "3505.EG.007": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.116, Cafeteria - WC", "arch_name": "00.116@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70809", - "roomcode": "3505.EG.007", - "usage": 114 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70783", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70809, + "usage_id": 114 + }, + "3505.EG.007A": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.115, Cafeteria - Flur", "arch_name": "00.115@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70783", - "roomcode": "3505.EG.007A", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70810", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70783, + "usage_id": 222 + }, + "3505.EG.008": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.114, Cafeteria - Vorbereitung", "arch_name": "00.114@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70810", - "roomcode": "3505.EG.008", - "usage": 28 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70811", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70810, + "usage_id": 28 + }, + "3505.EG.009": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.111, Cafeteria - Ausgabe", "arch_name": "00.111@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70811", - "roomcode": "3505.EG.009", - "usage": 28 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70823", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70811, + "usage_id": 28 + }, + "3505.EG.009A": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.113, Cafeteria - Lager", "arch_name": "00.113@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70823", - "roomcode": "3505.EG.009A", - "usage": 30 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70754", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70823, + "usage_id": 30 + }, + "3505.EG.010": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.128, AV", "arch_name": "00.128@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70754", - "roomcode": "3505.EG.010", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70812", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70754, + "usage_id": 120 + }, + "3505.EG.011": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.150a, kleiner Seminarraum U9-a", "arch_name": "00.150a@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31873&cReadonly=J", - "extended": { - "additional_description": "00.150a, kleiner Seminarraum U9-a", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.150a@3505", - "area_m2": 37.0, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 26, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70812", - "roomcode": "3505.EG.011", - "usage": 41 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70824", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70812, + "usage_id": 41 + }, + "3505.EG.011B": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.150b, Seminarraum U9-b", "arch_name": "00.150b@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31874&cReadonly=J", - "extended": { - "additional_description": "00.150b, Seminarraum U9-b", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.150b@3505", - "area_m2": 51.0, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011B", - "seats": 26, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70824", - "roomcode": "3505.EG.011B", - "usage": 41 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70755", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31874, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70824, + "usage_id": 41 + }, + "3505.EG.012": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.850, Flur", "arch_name": "00.850@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70755", - "roomcode": "3505.EG.012", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70813", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70755, + "usage_id": 222 + }, + "3505.EG.013": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.851, Flur", "arch_name": "00.851@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70813", - "roomcode": "3505.EG.013", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70814", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70813, + "usage_id": 222 + }, + "3505.EG.014": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.152, Treppenhaus", "arch_name": "00.152@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70814", - "roomcode": "3505.EG.014", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70756", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70814, + "usage_id": 223 + }, + "3505.EG.015": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.153, Seminarraum U8", "arch_name": "00.153@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31872&cReadonly=J", - "extended": { - "additional_description": "00.153, Seminarraum U8", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.153@3505", - "area_m2": 41.42, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "015", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70756", - "roomcode": "3505.EG.015", - "usage": 41 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70757", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31872, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70756, + "usage_id": 41 + }, + "3505.EG.016": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.160, Seminarraum U10", "arch_name": "00.160@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31875&cReadonly=J", - "extended": { - "additional_description": "00.160, Seminarraum U10", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.160@3505", - "area_m2": 51.55, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "016", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70757", - "roomcode": "3505.EG.016", - "usage": 41 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70815", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31875, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70757, + "usage_id": 41 + }, + "3505.EG.017": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.520, H\u00f6rsaal U7-a", "arch_name": "00.520@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31876&cReadonly=J", - "extended": { - "additional_description": "00.520, H\u00f6rsaal U7-a", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.520@3505", - "area_m2": 126.46, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "017", - "seats": 200, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70815", - "roomcode": "3505.EG.017", - "usage": 20 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70758", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31876, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": 200, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70815, + "usage_id": 20 + }, + "3505.EG.018": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.525, Vorbereitung", "arch_name": "00.525@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70758", - "roomcode": "3505.EG.018", - "usage": 136 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70818", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70758, + "usage_id": 136 + }, + "3505.EG.019": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.530, Technik", "arch_name": "00.530@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70818", - "roomcode": "3505.EG.019", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70759", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70818, + "usage_id": 120 + }, + "3505.EG.019A": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.530A, Abstellnische Mobile Trennwand", "arch_name": "00.530A@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70759", - "roomcode": "3505.EG.019A", - "usage": 159 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70760", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70759, + "usage_id": 159 + }, + "3505.EG.020": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.515, Vorbereitung", "arch_name": "00.515@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70760", - "roomcode": "3505.EG.020", - "usage": 136 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70761", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70760, + "usage_id": 136 + }, + "3505.EG.021": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.510, H\u00f6rsaal U7-b", "arch_name": "00.510@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31877&cReadonly=J", - "extended": { - "additional_description": "00.510, H\u00f6rsaal U7-b", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.510@3505", - "area_m2": 83.34, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "021", - "seats": 100, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70761", - "roomcode": "3505.EG.021", - "usage": 20 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70762", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31877, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70761, + "usage_id": 20 + }, + "3505.EG.022": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.915, Flur", "arch_name": "00.915@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70762", - "roomcode": "3505.EG.022", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70763", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70762, + "usage_id": 222 + }, + "3505.EG.023": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.410, Ausbildungslabor, chemisch", "arch_name": "00.410@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31878&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70763", - "roomcode": "3505.EG.023", - "usage": 212 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70764", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31878, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70763, + "usage_id": 212 + }, + "3505.EG.024": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.425, Vorbereitung", "arch_name": "00.425@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70764", - "roomcode": "3505.EG.024", - "usage": 136 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70765", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70764, + "usage_id": 136 + }, + "3505.EG.025": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.430, Ausbildungslabor, chemisch-biologisch", "arch_name": "00.430@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31879&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70765", - "roomcode": "3505.EG.025", - "usage": 212 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70766", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31879, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70765, + "usage_id": 212 + }, + "3505.EG.026": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.445, Vorbereitung", "arch_name": "00.445@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70766", - "roomcode": "3505.EG.026", - "usage": 136 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70819", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70766, + "usage_id": 136 + }, + "3505.EG.027": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.450, Ausbildungslabor, biologisch-pysikalisch", "arch_name": "00.450@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31880&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70819", - "roomcode": "3505.EG.027", - "usage": 103 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70820", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31880, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70819, + "usage_id": 103 + }, + "3505.EG.028": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.465, Lager", "arch_name": "00.465@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70820", - "roomcode": "3505.EG.028", - "usage": 30 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70821", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70820, + "usage_id": 30 + }, + "3505.EG.029": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.470, Lager", "arch_name": "00.470@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70821", - "roomcode": "3505.EG.029", - "usage": 30 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70767", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70821, + "usage_id": 30 + }, + "3505.EG.030": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.475, Lager", "arch_name": "00.475@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70767", - "roomcode": "3505.EG.030", - "usage": 30 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70768", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70767, + "usage_id": 30 + }, + "3505.EG.031": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.955, Flur", "arch_name": "00.955@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70768", - "roomcode": "3505.EG.031", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70769", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70768, + "usage_id": 222 + }, + "3505.EG.032": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.476, Lager", "arch_name": "00.476@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70769", - "roomcode": "3505.EG.032", - "usage": 30 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70770", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70769, + "usage_id": 30 + }, + "3505.EG.033": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.480, B\u00fcro H\u00f6rsaaltechnik", "arch_name": "00.480@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70770", - "roomcode": "3505.EG.033", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70771", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70770, + "usage_id": 12 + }, + "3505.EG.034": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.481, B\u00fcro Versorgung - Haustechnik", "arch_name": "00.481@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70771", - "roomcode": "3505.EG.034", - "usage": 12 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70772", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70771, + "usage_id": 12 + }, + "3505.EG.035": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.482, B\u00fcro EDV", "arch_name": "00.482@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70772", - "roomcode": "3505.EG.035", - "usage": 207 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70773", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70772, + "usage_id": 207 + }, + "3505.EG.036": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.483, B\u00fcro EDV", "arch_name": "00.483@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70773", - "roomcode": "3505.EG.036", - "usage": 207 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70774", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70773, + "usage_id": 207 + }, + "3505.EG.037": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.380, Besprechungsraum U6", "arch_name": "00.380@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31881&cReadonly=J", - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70774", - "roomcode": "3505.EG.037", - "usage": 196 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70775", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31881, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70774, + "usage_id": 196 + }, + "3505.EG.038": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.970, Flur", "arch_name": "00.970@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70775", - "roomcode": "3505.EG.038", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70776", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70775, + "usage_id": 222 + }, + "3505.EG.039": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.360, Technik", "arch_name": "00.360@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70776", - "roomcode": "3505.EG.039", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70777", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70776, + "usage_id": 120 + }, + "3505.EG.040": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.350, Spinde", "arch_name": "00.350@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70777", - "roomcode": "3505.EG.040", - "usage": 121 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70778", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70777, + "usage_id": 121 + }, + "3505.EG.041": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.346, USV", "arch_name": "00.346@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70778", - "roomcode": "3505.EG.041", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70779", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70778, + "usage_id": 120 + }, + "3505.EG.042": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.345, AV", "arch_name": "00.345@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70779", - "roomcode": "3505.EG.042", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70780", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70779, + "usage_id": 120 + }, + "3505.EG.043": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.340, Sanit\u00e4r", "arch_name": "00.340@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70780", - "roomcode": "3505.EG.043", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70822", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70780, + "usage_id": 120 + }, + "3505.EG.044": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.335, Technik", "arch_name": "00.335@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70822", - "roomcode": "3505.EG.044", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70781", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70822, + "usage_id": 120 + }, + "3505.EG.045": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.920, Flur", "arch_name": "00.920@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70781", - "roomcode": "3505.EG.045", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70782", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70781, + "usage_id": 222 + }, + "3505.EG.046": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.311, Reinigungsmittelraum", "arch_name": "00.311@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70782", - "roomcode": "3505.EG.046", - "usage": 205 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70784", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70782, + "usage_id": 205 + }, + "3505.EG.047": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.911, Personenaufzug", "arch_name": "00.911@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70784", - "roomcode": "3505.EG.047", - "usage": 4 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70833", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70784, + "usage_id": 4 + }, + "3505.EG.047A": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.312, Technik", "arch_name": "00.312@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70833", - "roomcode": "3505.EG.047A", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70785", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70833, + "usage_id": 120 + }, + "3505.EG.048": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.310, WC-Behinderte", "arch_name": "00.310@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70785", - "roomcode": "3505.EG.048", - "usage": 117 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70786", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70785, + "usage_id": 117 + }, + "3505.EG.049": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.315, WC-Vorraum Herren", "arch_name": "00.315@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70786", - "roomcode": "3505.EG.049", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70825", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70786, + "usage_id": 118 + }, + "3505.EG.050": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.316, WC-Herren", "arch_name": "00.316@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70825", - "roomcode": "3505.EG.050", - "usage": 115 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70826", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70825, + "usage_id": 115 + }, + "3505.EG.051": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.320, WC-Vorraum Damen", "arch_name": "00.320@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70826", - "roomcode": "3505.EG.051", - "usage": 118 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70787", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70826, + "usage_id": 118 + }, + "3505.EG.052": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.321, WC-Damen", "arch_name": "00.321@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70787", - "roomcode": "3505.EG.052", - "usage": 116 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70788", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70787, + "usage_id": 116 + }, + "3505.EG.053": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.910, Flur", "arch_name": "00.910@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70788", - "roomcode": "3505.EG.053", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70789", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70788, + "usage_id": 222 + }, + "3505.EG.054": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.330, Treppe", "arch_name": "00.330@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70789", - "roomcode": "3505.EG.054", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70827", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70789, + "usage_id": 223 + }, + "3505.EG.055": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.930, Flur", "arch_name": "00.930@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70827", - "roomcode": "3505.EG.055", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70828", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70827, + "usage_id": 222 + }, + "3505.EG.056": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.950, Flur", "arch_name": "00.950@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70828", - "roomcode": "3505.EG.056", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70829", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70828, + "usage_id": 222 + }, + "3505.EG.057": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.365, Treppe", "arch_name": "00.365@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70829", - "roomcode": "3505.EG.057", - "usage": 223 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70790", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70829, + "usage_id": 223 + }, + "3505.EG.058": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.980, Flur", "arch_name": "00.980@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70790", - "roomcode": "3505.EG.058", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70831", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70790, + "usage_id": 222 + }, + "3505.EG.058A": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.375, Reinigungsmittelraum", "arch_name": "00.375@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70831", - "roomcode": "3505.EG.058A", - "usage": 205 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70797", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70831, + "usage_id": 205 + }, + "3505.EG.058B": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.370, AV", "arch_name": "00.370@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70797", - "roomcode": "3505.EG.058B", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70832", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70797, + "usage_id": 120 + }, + "3505.EG.058C": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.371, Technik", "arch_name": "00.371@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70832", - "roomcode": "3505.EG.058C", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70791", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70832, + "usage_id": 120 + }, + "3505.EG.059": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.971, Lastenaufzug", "arch_name": "00.971@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70791", - "roomcode": "3505.EG.059", - "usage": 4 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70792", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70791, + "usage_id": 4 + }, + "3505.EG.060": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.280, PC-Pool U5", "arch_name": "00.280@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31913&cReadonly=J", - "list_index": "72", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70792", - "roomcode": "3505.EG.060", - "usage": 213 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70793", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31913, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70792, + "usage_id": 213 + }, + "3505.EG.061": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.270, PC-Pool U4", "arch_name": "00.270@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31912&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70793", - "roomcode": "3505.EG.061", - "usage": 213 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70794", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31912, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 22, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70793, + "usage_id": 213 + }, + "3505.EG.062": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.250, Seminarraum U3", "arch_name": "00.250@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31883&cReadonly=J", - "extended": { - "additional_description": "00.250, Seminarraum U3", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.250@3505", - "area_m2": 152.19, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "062", - "seats": 70, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70794", - "roomcode": "3505.EG.062", - "usage": 41 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70830", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31883, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70794, + "usage_id": 41 + }, + "3505.EG.063": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.230, Seminarraum U2", "arch_name": "00.230@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31884&cReadonly=J", - "extended": { - "additional_description": "00.230, Seminarraum U2", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.230@3505", - "area_m2": 152.56, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "063", - "seats": 70, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70830", - "roomcode": "3505.EG.063", - "usage": 41 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70795", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31884, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70830, + "usage_id": 41 + }, + "3505.EG.064": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.220, H\u00f6rsaal U1", "arch_name": "00.220@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31885&cReadonly=J", - "extended": { - "additional_description": "00.220, H\u00f6rsaal U1", - "address": "Uferstra\u00dfe 53(3505), Erdgescho\u00df", - "architect_room_nr": "00.220@3505", - "area_m2": 99.04, - "building": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "064", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70795", - "roomcode": "3505.EG.064", - "usage": 20 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70796", + "area_id": 50, + "building_id": 2649, + "calendar_resource_nr": 31885, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 31224, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70795, + "usage_id": 20 + }, + "3505.EG.065": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.210, Vorbereitungsraum", "arch_name": "00.210@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70796", - "roomcode": "3505.EG.065", - "usage": 136 - }, - { - "address": "Uferstra\u00dfe 53, EG", - "address_link": "ris.einzelraum?raumkey=70798", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70796, + "usage_id": 136 + }, + "3505.EG.066": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "00.225, Abstellraum", "arch_name": "00.225@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70798", - "roomcode": "3505.EG.066", - "usage": 159 - }, - { - "address": "Uferstra\u00dfe 53, 1.UG", - "address_link": "ris.einzelraum?raumkey=70749", + "area_id": 50, + "building_id": 2649, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70798, + "usage_id": 159 + }, + "3505.U1.001": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "UG.310, Technik", "arch_name": "UG.310@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70749", - "roomcode": "3505.U1.001", - "usage": 120 - }, - { - "address": "Uferstra\u00dfe 53, 1.UG", - "address_link": "ris.einzelraum?raumkey=70750", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70749, + "usage_id": 120 + }, + "3505.U1.002": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "UG.375, M\u00fcllsammelraum", "arch_name": "UG.375@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70750", - "roomcode": "3505.U1.002", - "usage": 214 - }, - { - "address": "Uferstra\u00dfe 53, 1.UG", - "address_link": "ris.einzelraum?raumkey=70804", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70750, + "usage_id": 214 + }, + "3505.U1.005": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "UG.800, Flur", "arch_name": "UG.800@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70804", - "roomcode": "3505.U1.005", - "usage": 222 - }, - { - "address": "Uferstra\u00dfe 53, 1.UG", - "address_link": "ris.einzelraum?raumkey=70805", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70804, + "usage_id": 222 + }, + "3505.U1.008": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "alt_name": "UG.980, Flur", "arch_name": "UG.980@3505", - "b_area_id": 50, - "b_filter_id": 2649, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=70805", - "roomcode": "3505.U1.008", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69848", - "alt_name": "01.01, B\u00fcro (HSWT)", - "arch_name": "01.01@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69848", - "roomcode": "3515.01.001", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69849", - "alt_name": "01.02, Sekretariat (HSWT)", - "arch_name": "01.02@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69849", - "roomcode": "3515.01.002", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69850", - "alt_name": "01.03, B\u00fcro (HSWT)", - "arch_name": "01.03@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69850", - "roomcode": "3515.01.003", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69851", - "alt_name": "01.04, B\u00fcro (HSWT)", - "arch_name": "01.04@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69851", - "roomcode": "3515.01.004", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69852", - "alt_name": "01.05, B\u00fcro (HSWT)", - "arch_name": "01.05@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69852", - "roomcode": "3515.01.005", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69853", - "alt_name": "01.06, Serverraum", - "arch_name": "01.06@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69853", - "roomcode": "3515.01.006", - "usage": 207 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69854", - "alt_name": "01.07, B\u00fcro", - "arch_name": "01.07@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49138", - "operator": "[ TUCSP05 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69854", - "roomcode": "3515.01.007", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69855", - "alt_name": "01.08, B\u00fcro", - "arch_name": "01.08@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49138", - "operator": "[ TUCSP05 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69855", - "roomcode": "3515.01.008", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69856", - "alt_name": "01.09, B\u00fcro", - "arch_name": "01.09@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49138", - "operator": "[ TUCSP05 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69856", - "roomcode": "3515.01.009", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69857", - "alt_name": "01.10, B\u00fcro", - "arch_name": "01.10@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49137", - "operator": "[ TUCSP06 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69857", - "roomcode": "3515.01.010", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69858", - "alt_name": "01.11, B\u00fcro", - "arch_name": "01.11@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49137", - "operator": "[ TUCSP06 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69858", - "roomcode": "3515.01.011", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69859", - "alt_name": "01.12, B\u00fcro", - "arch_name": "01.12@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49137", - "operator": "[ TUCSP06 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69859", - "roomcode": "3515.01.012", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69860", - "alt_name": "01.13, B\u00fcro", - "arch_name": "01.13@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49137", - "operator": "[ TUCSP06 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69860", - "roomcode": "3515.01.013", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69861", - "alt_name": "01.14, B\u00fcro", - "arch_name": "01.14@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49137", - "operator": "[ TUCSP06 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69861", - "roomcode": "3515.01.014", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69862", - "alt_name": "01.15, Sekretariat (gem. Nutzung 1210011000; 12100", - "arch_name": "01.15@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69862", - "roomcode": "3515.01.015", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69863", - "alt_name": "01.16, B\u00fcro", - "arch_name": "01.16@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=49138", - "operator": "[ TUCSP05 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69863", - "roomcode": "3515.01.016", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69864", - "alt_name": "01.17, B\u00fcro", - "arch_name": "01.17@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=49138", - "operator": "[ TUCSP05 ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69864", - "roomcode": "3515.01.017", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69865", - "alt_name": "01.18, B\u00fcro", - "arch_name": "01.18@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69865", - "roomcode": "3515.01.018", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69866", - "alt_name": "01.19, Teek\u00fcche", - "arch_name": "01.19@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69866", - "roomcode": "3515.01.019", - "usage": 44 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69867", - "alt_name": "01.20, Seminarraum (HSWT)", - "arch_name": "01.20@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=30492&cReadonly=J", - "extended": { - "additional_description": "01.20, Seminarraum (HSWT)", - "address": "Am Essigberg 3(3515), 1.Obergescho\u00df", - "architect_room_nr": "01.20@3515", - "area_m2": 51.02, - "building": "3515 TUM CS Essigberg 3 (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69867", - "roomcode": "3515.01.020", - "usage": 41 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69868", - "alt_name": "01.21, Drucker- Kopierraum", - "arch_name": "01.21@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69868", - "roomcode": "3515.01.021", - "usage": 110 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69869", - "alt_name": "01.22, Fluchtwegtreppe", - "arch_name": "01.22@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69869", - "roomcode": "3515.01.022", - "usage": 223 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69870", - "alt_name": "01.23, Lager (gem. Nutzung 1210011000; 1210021000)", - "arch_name": "01.23@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69870", - "roomcode": "3515.01.023", - "usage": 30 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69871", - "alt_name": "01.24, Flur", - "arch_name": "01.24@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69871", - "roomcode": "3515.01.024", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69872", - "alt_name": "01.25, Treppenhaus (anteilig)", - "arch_name": "01.25@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69872", - "roomcode": "3515.01.025", - "usage": 223 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69873", - "alt_name": "01.26, Aufzug", - "arch_name": "01.26@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69873", - "roomcode": "3515.01.026", - "usage": 4 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69874", - "alt_name": "01.27, Reinigungsmittelraum", + "area_id": 50, + "building_id": 2649, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70805, + "usage_id": 222 + }, + "3508.01.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70142, + "usage_id": 129 + }, + "3508.01.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70157, + "usage_id": 129 + }, + "3508.01.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70158, + "usage_id": 223 + }, + "3508.01.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70159, + "usage_id": 114 + }, + "3508.01.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70160, + "usage_id": 12 + }, + "3508.01.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70233, + "usage_id": 12 + }, + "3508.01.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70234, + "usage_id": 12 + }, + "3508.01.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70235, + "usage_id": 12 + }, + "3508.01.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70236, + "usage_id": 12 + }, + "3508.01.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70167, + "usage_id": 12 + }, + "3508.01.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70168, + "usage_id": 12 + }, + "3508.01.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70169, + "usage_id": 28 + }, + "3508.01.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70237, + "usage_id": 41 + }, + "3508.01.014": { + "address": { + "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": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70238, + "usage_id": 129 + }, + "3508.01.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70239, + "usage_id": 114 + }, + "3508.01.016": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70170, + "usage_id": 114 + }, + "3508.01.017": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70171, + "usage_id": 30 + }, + "3508.01.018": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70143, + "usage_id": 222 + }, + "3508.01.018A": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70450, + "usage_id": 223 + }, + "3508.01.019": { + "address": { + "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": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70144, + "usage_id": 12 + }, + "3508.01.020": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70240, + "usage_id": 41 + }, + "3508.01.021": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70241, + "usage_id": 30 + }, + "3508.01.022": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70145, + "usage_id": 41 + }, + "3508.01.023": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70146, + "usage_id": 41 + }, + "3508.01.024": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70147, + "usage_id": 222 + }, + "3508.01.025": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70148, + "usage_id": 129 + }, + "3508.01.026": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70149, + "usage_id": 129 + }, + "3508.01.027": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70242, + "usage_id": 129 + }, + "3508.01.028": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70243, + "usage_id": 129 + }, + "3508.01.029": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70244, + "usage_id": 129 + }, + "3508.01.030": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70457, + "usage_id": 129 + }, + "3508.01.031": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70469, + "usage_id": 129 + }, + "3508.01.032": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70470, + "usage_id": 129 + }, + "3508.01.033": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70464, + "usage_id": 2 + }, + "3508.01.034": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70465, + "usage_id": 2 + }, + "3508.01.035": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70466, + "usage_id": 2 + }, + "3508.01.036": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70467, + "usage_id": 2 + }, + "3508.01.037": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70449, + "usage_id": 12 + }, + "3508.02.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70474, + "usage_id": 12 + }, + "3508.02.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70172, + "usage_id": 12 + }, + "3508.02.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70173, + "usage_id": 223 + }, + "3508.02.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70174, + "usage_id": 114 + }, + "3508.02.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70175, + "usage_id": 114 + }, + "3508.02.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70176, + "usage_id": 12 + }, + "3508.02.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70177, + "usage_id": 41 + }, + "3508.02.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70245, + "usage_id": 222 + }, + "3508.02.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70246, + "usage_id": 222 + }, + "3508.02.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70247, + "usage_id": 30 + }, + "3508.02.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70248, + "usage_id": 30 + }, + "3508.02.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70161, + "usage_id": 30 + }, + "3508.02.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70178, + "usage_id": 30 + }, + "3508.02.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70179, + "usage_id": 12 + }, + "3508.02.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70150, + "usage_id": 41 + }, + "3508.02.016": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70451, + "usage_id": 41 + }, + "3508.02.017": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70452, + "usage_id": 41 + }, + "3508.02.018": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70180, + "usage_id": 41 + }, + "3508.02.019": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70181, + "usage_id": 222 + }, + "3508.02.020": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70182, + "usage_id": 12 + }, + "3508.02.021": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70183, + "usage_id": 12 + }, + "3508.02.022": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70184, + "usage_id": 12 + }, + "3508.02.023": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70468, + "usage_id": 12 + }, + "3508.02.024": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70185, + "usage_id": 222 + }, + "3508.02.025": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70249, + "usage_id": 112 + }, + "3508.02.026": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70250, + "usage_id": 222 + }, + "3508.02.027": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70162, + "usage_id": 30 + }, + "3508.02.028": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70163, + "usage_id": 12 + }, + "3508.02.029": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70151, + "usage_id": 12 + }, + "3508.02.030": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70152, + "usage_id": 12 + }, + "3508.02.031": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70153, + "usage_id": 30 + }, + "3508.02.032": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70251, + "usage_id": 30 + }, + "3508.02.033": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70252, + "usage_id": 30 + }, + "3508.02.034": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70253, + "usage_id": 30 + }, + "3508.02.035": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70254, + "usage_id": 2 + }, + "3508.02.036": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70255, + "usage_id": 12 + }, + "3508.02.037": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70186, + "usage_id": 12 + }, + "3508.02.038": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70187, + "usage_id": 12 + }, + "3508.02.039": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70188, + "usage_id": 12 + }, + "3508.02.040": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70189, + "usage_id": 12 + }, + "3508.02.041": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70190, + "usage_id": 12 + }, + "3508.02.042": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70191, + "usage_id": 41 + }, + "3508.02.043": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70192, + "usage_id": 12 + }, + "3508.02.044": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70193, + "usage_id": 12 + }, + "3508.02.045": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70194, + "usage_id": 12 + }, + "3508.02.046": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70195, + "usage_id": 12 + }, + "3508.02.047": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70196, + "usage_id": 12 + }, + "3508.02.048": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70453, + "usage_id": 12 + }, + "3508.02.049": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70471, + "usage_id": 222 + }, + "3508.EG.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70256, + "usage_id": 129 + }, + "3508.EG.002": { + "address": { + "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": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70257, + "usage_id": 223 + }, + "3508.EG.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70258, + "usage_id": 114 + }, + "3508.EG.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70259, + "usage_id": 223 + }, + "3508.EG.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70260, + "usage_id": 12 + }, + "3508.EG.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70261, + "usage_id": 12 + }, + "3508.EG.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70154, + "usage_id": 41 + }, + "3508.EG.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70155, + "usage_id": 28 + }, + "3508.EG.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70156, + "usage_id": 41 + }, + "3508.EG.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70215, + "usage_id": 41 + }, + "3508.EG.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70456, + "usage_id": 222 + }, + "3508.EG.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70263, + "usage_id": 223 + }, + "3508.EG.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70262, + "usage_id": 205 + }, + "3508.EG.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70264, + "usage_id": 129 + }, + "3508.EG.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70265, + "usage_id": 41 + }, + "3508.EG.016": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70216, + "usage_id": 129 + }, + "3508.EG.016A": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70460, + "usage_id": 223 + }, + "3508.EG.017": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70217, + "usage_id": 30 + }, + "3508.EG.017A": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70459, + "usage_id": 222 + }, + "3508.EG.018": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70218, + "usage_id": 30 + }, + "3508.EG.019": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70219, + "usage_id": 30 + }, + "3508.EG.020": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70220, + "usage_id": 30 + }, + "3508.EG.021": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70221, + "usage_id": 30 + }, + "3508.EG.022": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70266, + "usage_id": 129 + }, + "3508.EG.023": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70267, + "usage_id": 12 + }, + "3508.EG.024": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70268, + "usage_id": 12 + }, + "3508.EG.025": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70269, + "usage_id": 12 + }, + "3508.EG.026": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70463, + "usage_id": 12 + }, + "3508.EG.027": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70447, + "usage_id": 12 + }, + "3508.EG.028": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70448, + "usage_id": 12 + }, + "3508.EG.029": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70462, + "usage_id": 222 + }, + "3508.EG.030": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70458, + "usage_id": 222 + }, + "3508.EG.031": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70461, + "usage_id": 222 + }, + "3509.01.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70330, + "usage_id": 223 + }, + "3509.01.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70331, + "usage_id": 222 + }, + "3509.01.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70332, + "usage_id": 198 + }, + "3509.01.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70333, + "usage_id": 12 + }, + "3509.01.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70334, + "usage_id": 114 + }, + "3509.01.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70367, + "usage_id": 222 + }, + "3509.01.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70368, + "usage_id": 159 + }, + "3509.01.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70369, + "usage_id": 12 + }, + "3509.01.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70370, + "usage_id": 114 + }, + "3509.01.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70371, + "usage_id": 12 + }, + "3509.01.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70372, + "usage_id": 222 + }, + "3509.01.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70373, + "usage_id": 114 + }, + "3509.01.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70374, + "usage_id": 159 + }, + "3509.01.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70375, + "usage_id": 12 + }, + "3509.01.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70376, + "usage_id": 198 + }, + "3509.02.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70377, + "usage_id": 223 + }, + "3509.02.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70378, + "usage_id": 222 + }, + "3509.02.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70379, + "usage_id": 198 + }, + "3509.02.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70417, + "usage_id": 12 + }, + "3509.02.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70418, + "usage_id": 114 + }, + "3509.02.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70419, + "usage_id": 222 + }, + "3509.02.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70380, + "usage_id": 159 + }, + "3509.02.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70381, + "usage_id": 12 + }, + "3509.02.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70382, + "usage_id": 114 + }, + "3509.02.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70383, + "usage_id": 12 + }, + "3509.02.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70384, + "usage_id": 222 + }, + "3509.02.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70385, + "usage_id": 114 + }, + "3509.02.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70386, + "usage_id": 159 + }, + "3509.02.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70387, + "usage_id": 12 + }, + "3509.02.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70388, + "usage_id": 198 + }, + "3509.DG.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70339, + "usage_id": 223 + }, + "3509.DG.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70340, + "usage_id": 222 + }, + "3509.DG.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70341, + "usage_id": 198 + }, + "3509.DG.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70342, + "usage_id": 12 + }, + "3509.DG.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70343, + "usage_id": 114 + }, + "3509.DG.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70276, + "usage_id": 159 + }, + "3509.DG.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70277, + "usage_id": 12 + }, + "3509.DG.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70278, + "usage_id": 12 + }, + "3509.DG.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70279, + "usage_id": 159 + }, + "3509.EG.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70324, + "usage_id": 223 + }, + "3509.EG.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70336, + "usage_id": 222 + }, + "3509.EG.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70337, + "usage_id": 12 + }, + "3509.EG.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70338, + "usage_id": 198 + }, + "3509.EG.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70325, + "usage_id": 114 + }, + "3509.EG.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70326, + "usage_id": 12 + }, + "3509.EG.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70282, + "usage_id": 159 + }, + "3509.EG.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70283, + "usage_id": 222 + }, + "3509.EG.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70284, + "usage_id": 114 + }, + "3509.EG.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70285, + "usage_id": 159 + }, + "3509.EG.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70274, + "usage_id": 12 + }, + "3509.EG.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70275, + "usage_id": 198 + }, + "3509.EG.020": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70327, + "usage_id": 222 + }, + "3509.EG.021": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70328, + "usage_id": 159 + }, + "3509.EG.022": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70329, + "usage_id": 219 + }, + "3509.U1.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70281, + "usage_id": 159 + }, + "3509.U1.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70335, + "usage_id": 223 + }, + "3510.01.001": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70202, + "usage_id": 12 + }, + "3510.01.002": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70131, + "usage_id": 12 + }, + "3510.01.003": { + "address": { + "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": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70132, + "usage_id": 12 + }, + "3510.01.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70228, + "usage_id": 222 + }, + "3510.01.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70229, + "usage_id": 222 + }, + "3510.01.006": { + "address": { + "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": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70133, + "usage_id": 12 + }, + "3510.01.007": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70134, + "usage_id": 12 + }, + "3510.01.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70230, + "usage_id": 222 + }, + "3510.01.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70231, + "usage_id": 223 + }, + "3510.01.010": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70164, + "usage_id": 12 + }, + "3510.01.011": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70165, + "usage_id": 12 + }, + "3510.01.012": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70166, + "usage_id": 12 + }, + "3510.01.013": { + "address": { + "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": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70135, + "usage_id": 196 + }, + "3510.01.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70136, + "usage_id": 207 + }, + "3510.01.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70137, + "usage_id": 222 + }, + "3510.02.001": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70203, + "usage_id": 12 + }, + "3510.02.002": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70204, + "usage_id": 12 + }, + "3510.02.003": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70205, + "usage_id": 12 + }, + "3510.02.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70232, + "usage_id": 41 + }, + "3510.02.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70208, + "usage_id": 113 + }, + "3510.02.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70209, + "usage_id": 113 + }, + "3510.02.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70210, + "usage_id": 114 + }, + "3510.02.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70211, + "usage_id": 114 + }, + "3510.02.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70206, + "usage_id": 12 + }, + "3510.02.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70207, + "usage_id": 12 + }, + "3510.02.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70140, + "usage_id": 222 + }, + "3510.02.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70139, + "usage_id": 222 + }, + "3510.02.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70138, + "usage_id": 222 + }, + "3510.02.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70141, + "usage_id": 223 + }, + "3510.DG.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70212, + "usage_id": 159 + }, + "3510.DG.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70214, + "usage_id": 222 + }, + "3510.DG.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70213, + "usage_id": 159 + }, + "3510.EG.001": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70222, + "usage_id": 12 + }, + "3510.EG.002": { + "address": { + "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": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70223, + "usage_id": 41 + }, + "3510.EG.003": { + "address": { + "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": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70224, + "usage_id": 41 + }, + "3510.EG.003A": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70270, + "usage_id": 30 + }, + "3510.EG.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70225, + "usage_id": 223 + }, + "3510.EG.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70197, + "usage_id": 222 + }, + "3510.EG.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70271, + "usage_id": 30 + }, + "3510.EG.007": { + "address": { + "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": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70226, + "usage_id": 12 + }, + "3510.EG.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70227, + "usage_id": 115 + }, + "3510.EG.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70272, + "usage_id": 115 + }, + "3510.EG.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70273, + "usage_id": 116 + }, + "3510.EG.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70198, + "usage_id": 116 + }, + "3510.EG.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70199, + "usage_id": 116 + }, + "3510.EG.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70200, + "usage_id": 116 + }, + "3510.EG.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70201, + "usage_id": 222 + }, + "3515.01.001": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69848, + "usage_id": 12 + }, + "3515.01.002": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69849, + "usage_id": 12 + }, + "3515.01.003": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69850, + "usage_id": 12 + }, + "3515.01.004": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69851, + "usage_id": 12 + }, + "3515.01.005": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69852, + "usage_id": 12 + }, + "3515.01.006": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69853, + "usage_id": 207 + }, + "3515.01.007": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69854, + "usage_id": 12 + }, + "3515.01.008": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69855, + "usage_id": 12 + }, + "3515.01.009": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69856, + "usage_id": 12 + }, + "3515.01.010": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69857, + "usage_id": 12 + }, + "3515.01.011": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69858, + "usage_id": 12 + }, + "3515.01.012": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69859, + "usage_id": 12 + }, + "3515.01.013": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69860, + "usage_id": 12 + }, + "3515.01.014": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69861, + "usage_id": 12 + }, + "3515.01.015": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69862, + "usage_id": 12 + }, + "3515.01.016": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69863, + "usage_id": 12 + }, + "3515.01.017": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69864, + "usage_id": 12 + }, + "3515.01.018": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69865, + "usage_id": 12 + }, + "3515.01.019": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69866, + "usage_id": 44 + }, + "3515.01.020": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69867, + "usage_id": 41 + }, + "3515.01.021": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69868, + "usage_id": 110 + }, + "3515.01.022": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69869, + "usage_id": 223 + }, + "3515.01.023": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69870, + "usage_id": 30 + }, + "3515.01.024": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69871, + "usage_id": 222 + }, + "3515.01.025": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69872, + "usage_id": 223 + }, + "3515.01.026": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69873, + "usage_id": 4 + }, + "3515.01.027": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, + "alt_name": "01.27, Reinigungsmittelraum", "arch_name": "01.27@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69874", - "roomcode": "3515.01.027", - "usage": 205 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69875", + "area_id": 50, + "building_id": 2389, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69874, + "usage_id": 205 + }, + "3515.01.028": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "01.28, Lager / Archiv", "arch_name": "01.28@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69875", - "roomcode": "3515.01.028", - "usage": 30 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69876", + "area_id": 50, + "building_id": 2389, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69875, + "usage_id": 30 + }, + "3515.01.029": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "01.29, WC Damen", "arch_name": "01.29@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69876", - "roomcode": "3515.01.029", - "usage": 116 - }, - { - "address": "Am Essigberg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69877", + "area_id": 50, + "building_id": 2389, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69876, + "usage_id": 116 + }, + "3515.01.030": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "01.30, WC Herren", "arch_name": "01.30@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=69877", - "roomcode": "3515.01.030", - "usage": 115 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71032", + "area_id": 50, + "building_id": 2389, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69877, + "usage_id": 115 + }, + "3515.02.201": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.01, B\u00fcro / Professor", "arch_name": "02.01@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71032", - "roomcode": "3515.02.201", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71068", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71032, + "usage_id": 12 + }, + "3515.02.202": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.02, B\u00fcro / Sekretariat", "arch_name": "02.02@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71068", - "roomcode": "3515.02.202", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71069", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71068, + "usage_id": 12 + }, + "3515.02.203": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.03, B\u00fcro", "arch_name": "02.03@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71069", - "roomcode": "3515.02.203", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71070", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71069, + "usage_id": 12 + }, + "3515.02.204": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.04, B\u00fcro", "arch_name": "02.04@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71070", - "roomcode": "3515.02.204", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71071", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71070, + "usage_id": 12 + }, + "3515.02.205": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.05, B\u00fcro / Professor", "arch_name": "02.05@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71071", - "roomcode": "3515.02.205", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71072", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71071, + "usage_id": 12 + }, + "3515.02.206": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.06, B\u00fcro / Sekretariat", "arch_name": "02.06@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71072", - "roomcode": "3515.02.206", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71033", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71072, + "usage_id": 12 + }, + "3515.02.207": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.07, B\u00fcro / Professor", "arch_name": "02.07@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71033", - "roomcode": "3515.02.207", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71034", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71033, + "usage_id": 12 + }, + "3515.02.208": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.08, B\u00fcro / Kopierraum", "arch_name": "02.08@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71034", - "roomcode": "3515.02.208", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71035", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71034, + "usage_id": 12 + }, + "3515.02.209": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.09, B\u00fcro", "arch_name": "02.09@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71035", - "roomcode": "3515.02.209", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71036", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71035, + "usage_id": 12 + }, + "3515.02.210": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.10, B\u00fcro", "arch_name": "02.10@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71036", - "roomcode": "3515.02.210", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71037", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71036, + "usage_id": 12 + }, + "3515.02.211": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.11, B\u00fcro / Professor", "arch_name": "02.11@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71037", - "roomcode": "3515.02.211", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71038", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71037, + "usage_id": 12 + }, + "3515.02.212": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.12, B\u00fcro", "arch_name": "02.12@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71038", - "roomcode": "3515.02.212", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71039", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71038, + "usage_id": 12 + }, + "3515.02.213": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.13, Lager", "arch_name": "02.13@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71039", - "roomcode": "3515.02.213", - "usage": 30 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71040", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71039, + "usage_id": 30 + }, + "3515.02.214": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.14, Flur", "arch_name": "02.14@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71040", - "roomcode": "3515.02.214", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71737", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71040, + "usage_id": 222 + }, + "3515.02.214A": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.14a, Innentreppe", "arch_name": "02.14a@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71737", - "roomcode": "3515.02.214A", - "usage": 223 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71041", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71737, + "usage_id": 223 + }, + "3515.02.215": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.15, WC Herren", "arch_name": "02.15@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71041", - "roomcode": "3515.02.215", - "usage": 115 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71042", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71041, + "usage_id": 115 + }, + "3515.02.216": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.16, WC Damen", "arch_name": "02.16@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71042", - "roomcode": "3515.02.216", - "usage": 116 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71056", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71042, + "usage_id": 116 + }, + "3515.02.217": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.17, Seminarraum", "arch_name": "02.17@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31889&cReadonly=J", - "extended": { - "additional_description": "02.17, Seminarraum", - "address": "Am Essigberg 3(3515), 2.Obergescho\u00df", - "architect_room_nr": "02.17@3515", - "area_m2": 36.26, - "building": "3515 TUM CS Essigberg 3 (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "217", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71056", - "roomcode": "3515.02.217", - "usage": 41 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71073", + "area_id": 50, + "building_id": 2389, + "calendar_resource_nr": 31889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71056, + "usage_id": 41 + }, + "3515.02.218": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.18, Serverraum", "arch_name": "02.18@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71073", - "roomcode": "3515.02.218", - "usage": 207 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71074", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71073, + "usage_id": 207 + }, + "3515.02.219": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.19, B\u00fcro", "arch_name": "02.19@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71074", - "roomcode": "3515.02.219", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71075", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71074, + "usage_id": 12 + }, + "3515.02.220": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.20, B\u00fcro", "arch_name": "02.20@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71075", - "roomcode": "3515.02.220", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71076", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71075, + "usage_id": 12 + }, + "3515.02.221": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.21, B\u00fcro", "arch_name": "02.21@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71076", - "roomcode": "3515.02.221", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71077", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71076, + "usage_id": 12 + }, + "3515.02.222": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.22, Aufenthalt/Teek\u00fcche", "arch_name": "02.22@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71077", - "roomcode": "3515.02.222", - "usage": 44 - }, - { - "address": "Am Essigberg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=71793", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71077, + "usage_id": 44 + }, + "3515.02.223": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "02.23, Flur", "arch_name": "02.23@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71793", - "roomcode": "3515.02.223", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71078", + "area_id": 50, + "building_id": 2389, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71793, + "usage_id": 222 + }, + "3515.03.301": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.01, B\u00fcro / Professor", "arch_name": "DG.01@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71078", - "roomcode": "3515.03.301", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71079", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71078, + "usage_id": 12 + }, + "3515.03.302": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.02, B\u00fcro / Sekretariat", "arch_name": "DG.02@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71079", - "roomcode": "3515.03.302", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71057", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71079, + "usage_id": 12 + }, + "3515.03.303": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.03, Loggia", "arch_name": "DG.03@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71057", - "roomcode": "3515.03.303", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71058", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71057, + "usage_id": 222 + }, + "3515.03.304": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.04, B\u00fcro / Sekretariat", "arch_name": "DG.04@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71058", - "roomcode": "3515.03.304", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71059", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71058, + "usage_id": 12 + }, + "3515.03.305": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.05, B\u00fcro", "arch_name": "DG.05@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71059", - "roomcode": "3515.03.305", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71080", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71059, + "usage_id": 12 + }, + "3515.03.306": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.06, B\u00fcro", "arch_name": "DG.06@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71080", - "roomcode": "3515.03.306", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71081", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71080, + "usage_id": 12 + }, + "3515.03.307": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.07, Loggia", "arch_name": "DG.07@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71081", - "roomcode": "3515.03.307", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71082", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71081, + "usage_id": 222 + }, + "3515.03.308": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.08, B\u00fcro", "arch_name": "DG.08@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71082", - "roomcode": "3515.03.308", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71083", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71082, + "usage_id": 12 + }, + "3515.03.309": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.09, B\u00fcro", "arch_name": "DG.09@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71083", - "roomcode": "3515.03.309", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71043", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71083, + "usage_id": 12 + }, + "3515.03.310": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.10, Loggia", "arch_name": "DG.10@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71043", - "roomcode": "3515.03.310", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71044", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71043, + "usage_id": 222 + }, + "3515.03.311": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.11, B\u00fcro", "arch_name": "DG.11@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71044", - "roomcode": "3515.03.311", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71045", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71044, + "usage_id": 12 + }, + "3515.03.312": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.12, B\u00fcro", "arch_name": "DG.12@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71045", - "roomcode": "3515.03.312", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71046", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71045, + "usage_id": 12 + }, + "3515.03.313": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.13, Loggia", "arch_name": "DG.13@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71046", - "roomcode": "3515.03.313", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71060", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71046, + "usage_id": 222 + }, + "3515.03.314": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.14, B\u00fcro / Professor", "arch_name": "DG.14@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71060", - "roomcode": "3515.03.314", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71061", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71060, + "usage_id": 12 + }, + "3515.03.315": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.15, B\u00fcro", "arch_name": "DG.15@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71061", - "roomcode": "3515.03.315", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71047", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71061, + "usage_id": 12 + }, + "3515.03.316": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.16, Loggia", "arch_name": "DG.16@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71047", - "roomcode": "3515.03.316", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71048", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71047, + "usage_id": 222 + }, + "3515.03.317": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.17, B\u00fcro", "arch_name": "DG.17@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71048", - "roomcode": "3515.03.317", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71050", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71048, + "usage_id": 12 + }, + "3515.03.318": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.18, B\u00fcro Professor", "arch_name": "DG.18@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71050", - "roomcode": "3515.03.318", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71051", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71050, + "usage_id": 12 + }, + "3515.03.319": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.19, B\u00fcro", "arch_name": "DG.19@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71051", - "roomcode": "3515.03.319", - "usage": 12 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71084", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71051, + "usage_id": 12 + }, + "3515.03.320": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.20, Treppenhaus", "arch_name": "DG.20@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71084", - "roomcode": "3515.03.320", - "usage": 223 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71085", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71084, + "usage_id": 223 + }, + "3515.03.321": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.21, Flur", "arch_name": "DG.21@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71085", - "roomcode": "3515.03.321", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71086", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71085, + "usage_id": 222 + }, + "3515.03.322": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.22, Treppenhaus", "arch_name": "DG.22@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71086", - "roomcode": "3515.03.322", - "usage": 223 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71052", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71086, + "usage_id": 223 + }, + "3515.03.323": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.23, Teek\u00fcche", "arch_name": "DG.23@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71052", - "roomcode": "3515.03.323", - "usage": 44 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71053", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71052, + "usage_id": 44 + }, + "3515.03.324": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.24, Reinigungsmittelraum", "arch_name": "DG.24@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71053", - "roomcode": "3515.03.324", - "usage": 205 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71054", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71053, + "usage_id": 205 + }, + "3515.03.325": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.25, WC Damen", "arch_name": "DG.25@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71054", - "roomcode": "3515.03.325", - "usage": 116 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71055", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71054, + "usage_id": 116 + }, + "3515.03.326": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.26, WC Herren", "arch_name": "DG.26@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71055", - "roomcode": "3515.03.326", - "usage": 115 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71087", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71055, + "usage_id": 115 + }, + "3515.03.327": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.27, Empfang / Flur", "arch_name": "DG.27@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71087", - "roomcode": "3515.03.327", - "usage": 222 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71088", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71087, + "usage_id": 222 + }, + "3515.03.328": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.28, WC div.", "arch_name": "DG.28@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71088", - "roomcode": "3515.03.328", - "usage": 117 - }, - { - "address": "Am Essigberg 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=71089", + "area_id": 50, + "building_id": 2389, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71088, + "usage_id": 117 + }, + "3515.03.329": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "alt_name": "DG.29, Seminarraum", "arch_name": "DG.29@3515", - "b_area_id": 50, - "b_filter_id": 2389, - "calendar": "tvKalender.wSicht?cOrg=31224&cRes=31882&cReadonly=J", - "extended": { - "additional_description": "DG.29, Seminarraum", - "address": "Am Essigberg 3(3515), 3.Obergescho\u00df", - "architect_room_nr": "DG.29@3515", - "area_m2": 41.03, - "building": "3515 TUM CS Essigberg 3 (AM)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "329", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "94315 Straubing" - }, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=31224", - "operator": "[ TUCSVRW ]", - "plz_place": "94315 Straubing", - "room_link": "wbRaum.editRaum?pRaumNr=71089", - "roomcode": "3515.03.329", - "usage": 41 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42530", + "area_id": 50, + "building_id": 2389, + "calendar_resource_nr": 31882, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31224, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71089, + "usage_id": 41 + }, + "3901.EG.001": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "Liegewiese", "arch_name": "@3901", - "b_area_id": 48, - "b_filter_id": 645, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42530", - "roomcode": "3901.EG.001", - "usage": 217 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42578", + "area_id": 48, + "building_id": 645, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42530, + "usage_id": 217 + }, + "3901.EG.002": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "Sportfl\u00e4che", "arch_name": "@3901", - "b_area_id": 48, - "b_filter_id": 645, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42578", - "roomcode": "3901.EG.002", - "usage": 217 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=66449", + "area_id": 48, + "building_id": 645, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42578, + "usage_id": 217 + }, + "3901.EG.003": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "003, Kiosk", "arch_name": "003@3901", - "b_area_id": 48, - "b_filter_id": 645, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26055", - "operator": "[ TUZVR42 ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=66449", - "roomcode": "3901.EG.003", - "usage": 164 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42696", + "area_id": 48, + "building_id": 645, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66449, + "usage_id": 164 + }, + "3902.EG.001": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0001, Unterricht 2", "arch_name": "0001@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": "tvKalender.wSicht?cOrg=19672&cRes=32273&cReadonly=J", - "extended": { - "additional_description": "0001, Unterricht 2", - "address": "Unterer Seeweg 5(3902), Erdgescho\u00df", - "architect_room_nr": "0001@3902", - "area_m2": 41.84, - "building": "3902 Starnberg Seglerheim", - "floor_number": "Erdgescho\u00df", - "floor_type": "Stein", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82319 Starnberg" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42696", - "roomcode": "3902.EG.001", - "usage": 130 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42698", + "area_id": 48, + "building_id": 646, + "calendar_resource_nr": 32273, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42696, + "usage_id": 130 + }, + "3902.EG.001A": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0001A, Balkon", "arch_name": "0001A@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42698", - "roomcode": "3902.EG.001A", - "usage": 219 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42579", + "area_id": 48, + "building_id": 646, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42698, + "usage_id": 219 + }, + "3902.U1.001": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "001, Unterricht 1", "arch_name": "001@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": "tvKalender.wSicht?cOrg=19672&cRes=32274&cReadonly=J", - "extended": { - "additional_description": "001, Unterricht 1", - "address": "Unterer Seeweg 5(3902), 1.Untergescho\u00df", - "architect_room_nr": "001@3902", - "area_m2": 31.24, - "building": "3902 Starnberg Seglerheim", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Stein", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82319 Starnberg" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42579", - "roomcode": "3902.U1.001", - "usage": 130 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42581", + "area_id": 48, + "building_id": 646, + "calendar_resource_nr": 32274, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42579, + "usage_id": 130 + }, + "3902.U1.002": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "002, B\u00fcro Unterricht", "arch_name": "002@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": "tvKalender.wSicht?cOrg=19672&cRes=32275&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42581", - "roomcode": "3902.U1.002", - "usage": 12 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42583", + "area_id": 48, + "building_id": 646, + "calendar_resource_nr": 32275, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42581, + "usage_id": 12 + }, + "3902.U1.003": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "003, Flur 1", "arch_name": "003@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42583", - "roomcode": "3902.U1.003", - "usage": 222 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42585", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42583, + "usage_id": 222 + }, + "3902.U1.004": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "004, B\u00fcro Yacht", "arch_name": "004@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42585", - "roomcode": "3902.U1.004", - "usage": 12 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42586", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42585, + "usage_id": 12 + }, + "3902.U1.005": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "005, Teek\u00fcche", "arch_name": "005@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42586", - "roomcode": "3902.U1.005", - "usage": 198 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42590", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42586, + "usage_id": 198 + }, + "3902.U1.006": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "006, Flur 2", "arch_name": "006@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42590", - "roomcode": "3902.U1.006", - "usage": 222 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42592", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42590, + "usage_id": 222 + }, + "3902.U1.007": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "007, WC-Damen", "arch_name": "007@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42592", - "roomcode": "3902.U1.007", - "usage": 116 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42595", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42592, + "usage_id": 116 + }, + "3902.U1.008": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "008, WC-Herren", "arch_name": "008@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42595", - "roomcode": "3902.U1.008", - "usage": 115 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42648", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42595, + "usage_id": 115 + }, + "3902.U1.009": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "009, Lager Unterricht", "arch_name": "009@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42648", - "roomcode": "3902.U1.009", - "usage": 30 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42694", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42648, + "usage_id": 30 + }, + "3902.U1.014": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "014, Treppenhaus", "arch_name": "014@3902", - "b_area_id": 48, - "b_filter_id": 646, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42694", - "roomcode": "3902.U1.014", - "usage": 223 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42763", + "area_id": 48, + "building_id": 646, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42694, + "usage_id": 223 + }, + "3904.EG.001": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0001, Flur/Foyer", "arch_name": "0001@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42763", - "roomcode": "3904.EG.001", - "usage": 222 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42764", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42763, + "usage_id": 222 + }, + "3904.EG.002": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0002, Heizungsraum", "arch_name": "0002@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=37555", - "operator": "[ TUZV44A ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42764", - "roomcode": "3904.EG.002", - "usage": 54 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42766", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 37555, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42764, + "usage_id": 54 + }, + "3904.EG.003": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0003, WC-Herren", "arch_name": "0003@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42766", - "roomcode": "3904.EG.003", - "usage": 115 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42812", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42766, + "usage_id": 115 + }, + "3904.EG.004": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0004, Dusche-Herren", "arch_name": "0004@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42812", - "roomcode": "3904.EG.004", - "usage": 113 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42814", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42812, + "usage_id": 113 + }, + "3904.EG.005": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0005, Umkleide-Herren", "arch_name": "0005@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42814", - "roomcode": "3904.EG.005", - "usage": 121 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42816", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42814, + "usage_id": 121 + }, + "3904.EG.006": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0006, Umkleide-Damen", "arch_name": "0006@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42816", - "roomcode": "3904.EG.006", - "usage": 121 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42817", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42816, + "usage_id": 121 + }, + "3904.EG.007": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0007, Dusche-Damen", "arch_name": "0007@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42817", - "roomcode": "3904.EG.007", - "usage": 113 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=42819", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42817, + "usage_id": 113 + }, + "3904.EG.008": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0008, WC-Damen", "arch_name": "0008@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42819", - "roomcode": "3904.EG.008", - "usage": 116 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=41951", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42819, + "usage_id": 116 + }, + "3904.EG.009": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0009, Putzraum", "arch_name": "0009@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26081", - "operator": "[ TUZV443 ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=41951", - "roomcode": "3904.EG.009", - "usage": 205 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=41954", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26081, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41951, + "usage_id": 205 + }, + "3904.EG.010": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0010, Beh.-WC", "arch_name": "0010@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=41954", - "roomcode": "3904.EG.010", - "usage": 117 - }, - { - "address": "Unterer Seeweg 5, EG", - "address_link": "ris.einzelraum?raumkey=41956", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41954, + "usage_id": 117 + }, + "3904.EG.011": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "0011, Mehrzweckraum", "arch_name": "0011@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "extended": { - "additional_description": "0011, Mehrzweckraum", - "address": "Unterer Seeweg 5(3904), Erdgescho\u00df", - "architect_room_nr": "0011@3904", - "area_m2": 131.6, - "building": "3904 Starnberg Bootshaus", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82319 Starnberg" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=41956", - "roomcode": "3904.EG.011", - "usage": 130 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42760", + "area_id": 48, + "building_id": 644, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41956, + "usage_id": 130 + }, + "3904.U1.001": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "-1001, Werkstatt", "arch_name": "-1001@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42760", - "roomcode": "3904.U1.001", - "usage": 107 - }, - { - "address": "Unterer Seeweg 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=42761", + "area_id": 48, + "building_id": 644, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42760, + "usage_id": 107 + }, + "3904.U1.002": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "alt_name": "-1002, Lager/Reparatur", "arch_name": "-1002@3904", - "b_area_id": 48, - "b_filter_id": 644, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "82319 Starnberg", - "room_link": "wbRaum.editRaum?pRaumNr=42761", - "roomcode": "3904.U1.002", - "usage": 30 - }, - { - "address": "Oberer Schlangenweg, EG", - "address_link": "ris.einzelraum?raumkey=67423", + "area_id": 48, + "building_id": 644, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42761, + "usage_id": 30 + }, + "4001.EG.001": { + "address": { + "place": "Freising", + "street": "Oberer Schlangenweg", + "zip_code": 85354 + }, "alt_name": "001, Kapellenruine", "arch_name": "001@4001", - "b_area_id": 43, - "b_filter_id": 2049, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67423", - "roomcode": "4001.EG.001", - "usage": 129 - }, - { - "address": "Oberer Schlangenweg, 1.UG", - "address_link": "ris.einzelraum?raumkey=67424", + "area_id": 43, + "building_id": 2049, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67423, + "usage_id": 129 + }, + "4001.U1.002": { + "address": { + "place": "Freising", + "street": "Oberer Schlangenweg", + "zip_code": 85354 + }, "alt_name": "002, Korbiniansquelle", "arch_name": "002@4001", - "b_area_id": 43, - "b_filter_id": 2049, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67424", - "roomcode": "4001.U1.002", - "usage": 129 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42410", + "area_id": 43, + "building_id": 2049, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67424, + "usage_id": 129 + }, + "4101.01.101": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "101, Treppenraum", "arch_name": "101@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42410", - "roomcode": "4101.01.101", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66053", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42410, + "usage_id": 223 + }, + "4101.01.101A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "101A, Vorraum", "arch_name": "101A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66053", - "roomcode": "4101.01.101A", - "usage": 50 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42412", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66053, + "usage_id": 50 + }, + "4101.01.102": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "102, Archiv", "arch_name": "102@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42412", - "roomcode": "4101.01.102", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66054", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42412, + "usage_id": 2 + }, + "4101.01.102A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "102a, Serverraum", "arch_name": "102a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66054", - "roomcode": "4101.01.102A", - "usage": 207 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42415", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66054, + "usage_id": 207 + }, + "4101.01.103": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42415", - "roomcode": "4101.01.103", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42466", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42415, + "usage_id": 12 + }, + "4101.01.104": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42466", - "roomcode": "4101.01.104", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42468", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42466, + "usage_id": 12 + }, + "4101.01.105": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42468", - "roomcode": "4101.01.105", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42472", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42468, + "usage_id": 12 + }, + "4101.01.106": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "106, B\u00fcro", "arch_name": "106@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42472", - "roomcode": "4101.01.106", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42474", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42472, + "usage_id": 12 + }, + "4101.01.107": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "107, B\u00fcro", "arch_name": "107@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42474", - "roomcode": "4101.01.107", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42477", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42474, + "usage_id": 12 + }, + "4101.01.108": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "108, B\u00fcro", "arch_name": "108@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42477", - "roomcode": "4101.01.108", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66942", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42477, + "usage_id": 12 + }, + "4101.01.109": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "109, WC-Damen", "arch_name": "109@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66942", - "roomcode": "4101.01.109", - "usage": 116 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42480", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66942, + "usage_id": 116 + }, + "4101.01.110": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "110, Arbeitsraum", "arch_name": "110@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42480", - "roomcode": "4101.01.110", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42481", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42480, + "usage_id": 12 + }, + "4101.01.111": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "111, Schalterraum", "arch_name": "111@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42481", - "roomcode": "4101.01.111", - "usage": 164 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42485", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14442, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42481, + "usage_id": 164 + }, + "4101.01.112": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "112, Flur", "arch_name": "112@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42485", - "roomcode": "4101.01.112", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42486", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42485, + "usage_id": 222 + }, + "4101.01.113": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "113, Flur", "arch_name": "113@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42486", - "roomcode": "4101.01.113", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42535", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42486, + "usage_id": 222 + }, + "4101.01.113A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "113A, Reinigungsmittelraum", "arch_name": "113A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42535", - "roomcode": "4101.01.113A", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42536", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42535, + "usage_id": 205 + }, + "4101.01.114": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "114, Treppenraum", "arch_name": "114@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42536", - "roomcode": "4101.01.114", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42538", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42536, + "usage_id": 223 + }, + "4101.01.114A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "114A, Treppe", "arch_name": "114A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42538", - "roomcode": "4101.01.114A", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42541", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42538, + "usage_id": 223 + }, + "4101.01.115": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "115, B\u00fcro", "arch_name": "115@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=26045", - "operator": "[ TUZVR37 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42541", - "roomcode": "4101.01.115", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42543", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42541, + "usage_id": 12 + }, + "4101.01.116": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "116, B\u00fcro u. Schalterraum", "arch_name": "116@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42543", - "roomcode": "4101.01.116", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42546", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26036, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42543, + "usage_id": 12 + }, + "4101.01.117": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "117, Besprechungsraum", "arch_name": "117@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42546", - "roomcode": "4101.01.117", - "usage": 196 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42548", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26036, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42546, + "usage_id": 196 + }, + "4101.01.118": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "118, Kopierer/K\u00fcche", "arch_name": "118@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42548", - "roomcode": "4101.01.118", - "usage": 53 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42550", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26036, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42548, + "usage_id": 53 + }, + "4101.01.119": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "119, B\u00fcro", "arch_name": "119@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42550", - "roomcode": "4101.01.119", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42556", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26036, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42550, + "usage_id": 12 + }, + "4101.01.121": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "121, B\u00fcro", "arch_name": "121@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42556", - "roomcode": "4101.01.121", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42599", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26036, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42556, + "usage_id": 12 + }, + "4101.01.122": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "122, B\u00fcro", "arch_name": "122@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42599", - "roomcode": "4101.01.122", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42600", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26036, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42599, + "usage_id": 12 + }, + "4101.01.123": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "123, B\u00fcro", "arch_name": "123@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42600", - "roomcode": "4101.01.123", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42610", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26036, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42600, + "usage_id": 12 + }, + "4101.01.124": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "124, B\u00fcro", "arch_name": "124@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42610", - "roomcode": "4101.01.124", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66042", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26036, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42610, + "usage_id": 12 + }, + "4101.01.125": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "125, WC-Herren", "arch_name": "125@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66042", - "roomcode": "4101.01.125", - "usage": 115 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66043", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66042, + "usage_id": 115 + }, + "4101.01.125A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "125A, WC-Herren Vorraum", "arch_name": "125A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66043", - "roomcode": "4101.01.125A", - "usage": 118 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66946", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66043, + "usage_id": 118 + }, + "4101.01.125B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "126A, Reinigungsmittelraum", "arch_name": "126A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66946", - "roomcode": "4101.01.125B", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66044", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66946, + "usage_id": 205 + }, + "4101.01.126": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "126, WC-Damen", "arch_name": "126@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66044", - "roomcode": "4101.01.126", - "usage": 116 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66046", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66044, + "usage_id": 116 + }, + "4101.01.127": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "127, Flur", "arch_name": "127@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66046", - "roomcode": "4101.01.127", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66047", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66046, + "usage_id": 222 + }, + "4101.01.128": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "128, Flur", "arch_name": "128@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66047", - "roomcode": "4101.01.128", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=9963", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66047, + "usage_id": 222 + }, + "4101.01.129": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "129, H\u00f6rsaal 6 (WZWH06)", "arch_name": "129@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12539&cReadonly=J", - "extended": { - "additional_description": "129, H\u00f6rsaal 6 (WZWH06)", - "address": "Alte Akademie 1-3(4101), 1.Obergescho\u00df", - "architect_room_nr": "129@4101", - "area_m2": 168.0, - "building": "4101 Verwaltungsstelle / BLQ Brau- und Lebens", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "129", - "seats": 144, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9963", - "roomcode": "4101.01.129", - "usage": 20 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42613", + "area_id": 43, + "building_id": 715, + "calendar_resource_nr": 12539, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 144, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9963, + "usage_id": 20 + }, + "4101.01.130": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "130, Serverraum", "arch_name": "130@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42613", - "roomcode": "4101.01.130", - "usage": 207 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=72453", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42613, + "usage_id": 207 + }, + "4101.01.130A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "130a, Reinigungsmittelraum", "arch_name": "130a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72453", - "roomcode": "4101.01.130A", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=72442", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72453, + "usage_id": 205 + }, + "4101.01.130B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "130b, Flur", "arch_name": "130b@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72442", - "roomcode": "4101.01.130B", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42614", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72442, + "usage_id": 222 + }, + "4101.01.131": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "131, Treppenraum", "arch_name": "131@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42614", - "roomcode": "4101.01.131", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42649", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42614, + "usage_id": 223 + }, + "4101.01.132": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "132, Flur", "arch_name": "132@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42649", - "roomcode": "4101.01.132", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42650", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42649, + "usage_id": 222 + }, + "4101.01.133": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "133, Labor Chemie", "arch_name": "133@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42650", - "roomcode": "4101.01.133", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42653", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42650, + "usage_id": 102 + }, + "4101.01.134": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "134, B\u00fcro", "arch_name": "134@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42653", - "roomcode": "4101.01.134", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42654", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42653, + "usage_id": 12 + }, + "4101.01.135": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "135, Labor mit Hygieneanforderung", "arch_name": "135@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42654", - "roomcode": "4101.01.135", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42657", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42654, + "usage_id": 102 + }, + "4101.01.135A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "135A, Flur", "arch_name": "135A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42657", - "roomcode": "4101.01.135A", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42659", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42657, + "usage_id": 222 + }, + "4101.01.136": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "136, Sterilisationsraum", "arch_name": "136@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42659", - "roomcode": "4101.01.136", - "usage": 209 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42661", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42659, + "usage_id": 209 + }, + "4101.01.137": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "137, N\u00e4hrbodenk\u00fcche", "arch_name": "137@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42661", - "roomcode": "4101.01.137", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42663", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42661, + "usage_id": 102 + }, + "4101.01.138": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "138/138a, Labor", "arch_name": "138/138a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42663", - "roomcode": "4101.01.138", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42665", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42663, + "usage_id": 102 + }, + "4101.01.139": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "139, Mikroskopierlabor", "arch_name": "139@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42665", - "roomcode": "4101.01.139", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42667", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42665, + "usage_id": 102 + }, + "4101.01.140": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "140, B\u00fcro", "arch_name": "140@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42667", - "roomcode": "4101.01.140", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42668", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42667, + "usage_id": 12 + }, + "4101.01.141": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "141, Arbeitsraum", "arch_name": "141@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42668", - "roomcode": "4101.01.141", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42708", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42668, + "usage_id": 12 + }, + "4101.01.142": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "142, Labor Biochemie", "arch_name": "142@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42708", - "roomcode": "4101.01.142", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42710", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42708, + "usage_id": 102 + }, + "4101.01.143": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "143, Arbeitsraum", "arch_name": "143@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42710", - "roomcode": "4101.01.143", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42712", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42710, + "usage_id": 12 + }, + "4101.01.144": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "144, Arbeitsraum", "arch_name": "144@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42712", - "roomcode": "4101.01.144", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42713", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42712, + "usage_id": 12 + }, + "4101.01.145": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "145, Treppenraum", "arch_name": "145@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42713", - "roomcode": "4101.01.145", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=22332", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42713, + "usage_id": 223 + }, + "4101.01.146": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "146, Flur", "arch_name": "146@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=22332", - "roomcode": "4101.01.146", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42716", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22332, + "usage_id": 222 + }, + "4101.01.147": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "147, WC-Damen", "arch_name": "147@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42716", - "roomcode": "4101.01.147", - "usage": 116 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42719", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42716, + "usage_id": 116 + }, + "4101.01.148": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "148, Haltbarkeitsraum", "arch_name": "148@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42719", - "roomcode": "4101.01.148", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42720", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42719, + "usage_id": 102 + }, + "4101.01.149": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "149, Garderobe", "arch_name": "149@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42720", - "roomcode": "4101.01.149", - "usage": 121 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42721", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42720, + "usage_id": 121 + }, + "4101.01.150": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "150, Flur", "arch_name": "150@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42721", - "roomcode": "4101.01.150", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42724", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42721, + "usage_id": 222 + }, + "4101.01.151": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "151, Flur", "arch_name": "151@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42724", - "roomcode": "4101.01.151", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42727", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42724, + "usage_id": 222 + }, + "4101.01.167": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "167, Labor PCR", "arch_name": "167@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42727", - "roomcode": "4101.01.167", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42728", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42727, + "usage_id": 102 + }, + "4101.01.168": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "168, Labor", "arch_name": "168@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42728", - "roomcode": "4101.01.168", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42771", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42728, + "usage_id": 102 + }, + "4101.01.169": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "169, Bibliothek", "arch_name": "169@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42771", - "roomcode": "4101.01.169", - "usage": 10 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42773", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42771, + "usage_id": 10 + }, + "4101.01.170": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "170, B\u00fcro", "arch_name": "170@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42773", - "roomcode": "4101.01.170", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42775", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42773, + "usage_id": 12 + }, + "4101.01.171": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "171, WC", "arch_name": "171@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42775", - "roomcode": "4101.01.171", - "usage": 114 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42776", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42775, + "usage_id": 114 + }, + "4101.01.172": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "172, Fotolabor", "arch_name": "172@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42776", - "roomcode": "4101.01.172", - "usage": 104 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42779", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42776, + "usage_id": 104 + }, + "4101.01.173": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "173, Sozialraum", "arch_name": "173@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42779", - "roomcode": "4101.01.173", - "usage": 44 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42781", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42779, + "usage_id": 44 + }, + "4101.01.174": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "174, Gefriertrockner", "arch_name": "174@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42781", - "roomcode": "4101.01.174", - "usage": 199 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42782", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42781, + "usage_id": 199 + }, + "4101.01.175": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "175, Flur", "arch_name": "175@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42782", - "roomcode": "4101.01.175", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42786", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42782, + "usage_id": 222 + }, + "4101.01.176": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "176, Treppenraum", "arch_name": "176@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42786", - "roomcode": "4101.01.176", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42787", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42786, + "usage_id": 223 + }, + "4101.01.178": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "178, Flur", "arch_name": "178@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42787", - "roomcode": "4101.01.178", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42790", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42787, + "usage_id": 222 + }, + "4101.01.180": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "179/180, B\u00fcro", "arch_name": "179/180@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42790", - "roomcode": "4101.01.180", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=42820", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42790, + "usage_id": 12 + }, + "4101.01.181": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "181, B\u00fcro", "arch_name": "181@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42820", - "roomcode": "4101.01.181", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=40128", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42820, + "usage_id": 12 + }, + "4101.01.182": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "182, B\u00fcro", "arch_name": "182@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40128", - "roomcode": "4101.01.182", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=40130", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40128, + "usage_id": 12 + }, + "4101.01.183": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "183, B\u00fcro", "arch_name": "183@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40130", - "roomcode": "4101.01.183", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=40192", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40130, + "usage_id": 12 + }, + "4101.01.184": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "184, Sozialraum / Kopierer", "arch_name": "184@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40192", - "roomcode": "4101.01.184", - "usage": 44 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=40194", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40192, + "usage_id": 44 + }, + "4101.01.185": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "185, B\u00fcro", "arch_name": "185@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40194", - "roomcode": "4101.01.185", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=40195", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40194, + "usage_id": 12 + }, + "4101.01.186": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "186, WC-Damen Vorraum", "arch_name": "186@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40195", - "roomcode": "4101.01.186", - "usage": 118 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66948", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40195, + "usage_id": 118 + }, + "4101.01.186A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "186A, Reinigungsmittelraum", "arch_name": "186A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66948", - "roomcode": "4101.01.186A", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66949", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66948, + "usage_id": 205 + }, + "4101.01.186B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "186B, WC-Damen", "arch_name": "186B@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66949", - "roomcode": "4101.01.186B", - "usage": 116 - }, - { - "address": "Alte Akademie 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66950", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66949, + "usage_id": 116 + }, + "4101.01.186C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "186C, WC-Damen", "arch_name": "186C@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66950", - "roomcode": "4101.01.186C", - "usage": 116 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40196", + "area_id": 43, + "building_id": 715, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66950, + "usage_id": 116 + }, + "4101.02.201": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "201, Treppenraum", "arch_name": "201@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40196", - "roomcode": "4101.02.201", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40197", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40196, + "usage_id": 223 + }, + "4101.02.202": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "202, Flur mit Kopierer (abschlie\u00dfbar)", "arch_name": "202@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40197", - "roomcode": "4101.02.202", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66048", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40197, + "usage_id": 222 + }, + "4101.02.202A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "202A, Aktenlager", "arch_name": "202A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66048", - "roomcode": "4101.02.202A", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40198", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66048, + "usage_id": 2 + }, + "4101.02.203": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "203, Arbeitsraum", "arch_name": "203@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40198", - "roomcode": "4101.02.203", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40199", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26000, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40198, + "usage_id": 12 + }, + "4101.02.204": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "204, Arbeitsraum", "arch_name": "204@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40199", - "roomcode": "4101.02.204", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40200", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40199, + "usage_id": 12 + }, + "4101.02.205": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "205, Aktenlager", "arch_name": "205@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40200", - "roomcode": "4101.02.205", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40201", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40200, + "usage_id": 2 + }, + "4101.02.206": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "206, Arbeitsraum", "arch_name": "206@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40201", - "roomcode": "4101.02.206", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40208", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40201, + "usage_id": 12 + }, + "4101.02.207": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "207, Besprechungsraum", "arch_name": "207@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40208", - "roomcode": "4101.02.207", - "usage": 196 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40272", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40208, + "usage_id": 196 + }, + "4101.02.208": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "208, Arbeitsraum", "arch_name": "208@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40272", - "roomcode": "4101.02.208", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40273", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40272, + "usage_id": 12 + }, + "4101.02.209": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "209, Arbeitsraum", "arch_name": "209@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40273", - "roomcode": "4101.02.209", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40275", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40273, + "usage_id": 12 + }, + "4101.02.210": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "210, Arbeitsraum", "arch_name": "210@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40275", - "roomcode": "4101.02.210", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40276", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40275, + "usage_id": 12 + }, + "4101.02.211": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "211, Arbeitsraum", "arch_name": "211@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40276", - "roomcode": "4101.02.211", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40281", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40276, + "usage_id": 12 + }, + "4101.02.212": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "212, Arbeitsraum", "arch_name": "212@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40281", - "roomcode": "4101.02.212", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40283", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40281, + "usage_id": 12 + }, + "4101.02.213": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "213, WC-Herren", "arch_name": "213@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40283", - "roomcode": "4101.02.213", - "usage": 115 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40284", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40283, + "usage_id": 115 + }, + "4101.02.214": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "214, Arbeitsraum", "arch_name": "214@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40284", - "roomcode": "4101.02.214", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40285", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40284, + "usage_id": 12 + }, + "4101.02.215": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "215, Arbeitsraum", "arch_name": "215@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40285", - "roomcode": "4101.02.215", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40289", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40285, + "usage_id": 12 + }, + "4101.02.216": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "216, Aktenlager", "arch_name": "216@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40289", - "roomcode": "4101.02.216", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40292", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40289, + "usage_id": 2 + }, + "4101.02.217": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "217, Arbeitsraum", "arch_name": "217@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40292", - "roomcode": "4101.02.217", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40294", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40292, + "usage_id": 12 + }, + "4101.02.218": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "218, Flur", "arch_name": "218@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40294", - "roomcode": "4101.02.218", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40296", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40294, + "usage_id": 222 + }, + "4101.02.219": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "219, Flur", "arch_name": "219@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40296", - "roomcode": "4101.02.219", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40345", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40296, + "usage_id": 222 + }, + "4101.02.220": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "220, Flur mit Kopierer (abschlie\u00dfbar)", "arch_name": "220@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40345", - "roomcode": "4101.02.220", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66051", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40345, + "usage_id": 222 + }, + "4101.02.220A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "220a, Teek\u00fcche", "arch_name": "220a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66051", - "roomcode": "4101.02.220A", - "usage": 198 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40348", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66051, + "usage_id": 198 + }, + "4101.02.221": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "221, Arbeitsraum; Leitung Ref. 24", "arch_name": "221@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40348", - "roomcode": "4101.02.221", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40349", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40348, + "usage_id": 12 + }, + "4101.02.222": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "222, Arbeitsraum", "arch_name": "222@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40349", - "roomcode": "4101.02.222", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65153", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40349, + "usage_id": 12 + }, + "4101.02.223": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "223, B\u00fcro", "arch_name": "223@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65153", - "roomcode": "4101.02.223", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66049", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65153, + "usage_id": 12 + }, + "4101.02.224": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "224, B\u00fcro Studentenwerk", "arch_name": "224@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66049", - "roomcode": "4101.02.224", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40350", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66049, + "usage_id": 12 + }, + "4101.02.225": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "225, Flur", "arch_name": "225@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40350", - "roomcode": "4101.02.225", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40352", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40350, + "usage_id": 222 + }, + "4101.02.225A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "225A, Treppe", "arch_name": "225A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40352", - "roomcode": "4101.02.225A", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40354", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40352, + "usage_id": 223 + }, + "4101.02.226": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "226, Asamsaal Konferenzsaal", "arch_name": "226@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": "tvKalender.wSicht?cOrg=14190&cRes=24053&cReadonly=J", - "list_index": "209", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40354", - "roomcode": "4101.02.226", - "usage": 196 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40355", + "area_id": 43, + "building_id": 715, + "calendar_resource_nr": 24053, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48178, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40354, + "usage_id": 196 + }, + "4101.02.227": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "227, Teek\u00fcche", "arch_name": "227@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40355", - "roomcode": "4101.02.227", - "usage": 28 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40389", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40355, + "usage_id": 28 + }, + "4101.02.228": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "228, B\u00fcro", "arch_name": "228@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40389", - "roomcode": "4101.02.228", - "usage": 196 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40391", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40389, + "usage_id": 196 + }, + "4101.02.229": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "229, B\u00fcro", "arch_name": "229@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40391", - "roomcode": "4101.02.229", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=66050", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40391, + "usage_id": 12 + }, + "4101.02.230": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "230, Treppenraum", "arch_name": "230@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66050", - "roomcode": "4101.02.230", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=40393", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66050, + "usage_id": 223 + }, + "4101.02.231": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "231, Reinigungsmittelraum", "arch_name": "231@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40393", - "roomcode": "4101.02.231", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61779", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40393, + "usage_id": 205 + }, + "4101.02.242": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "342, B\u00fcro", "arch_name": "342@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61779", - "roomcode": "4101.02.242", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61781", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61779, + "usage_id": 12 + }, + "4101.02.243": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "343, B\u00fcro", "arch_name": "343@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61781", - "roomcode": "4101.02.243", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61782", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61781, + "usage_id": 12 + }, + "4101.02.244": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "344, B\u00fcro", "arch_name": "344@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61782", - "roomcode": "4101.02.244", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61783", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61782, + "usage_id": 12 + }, + "4101.02.245": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "345, B\u00fcro", "arch_name": "345@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61783", - "roomcode": "4101.02.245", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61784", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61783, + "usage_id": 12 + }, + "4101.02.246": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "346, B\u00fcro", "arch_name": "346@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61784", - "roomcode": "4101.02.246", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61786", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61784, + "usage_id": 12 + }, + "4101.02.248": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "348, WC-Herren", "arch_name": "348@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61786", - "roomcode": "4101.02.248", - "usage": 115 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61787", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61786, + "usage_id": 115 + }, + "4101.02.250": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "354, Flur", "arch_name": "354@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61787", - "roomcode": "4101.02.250", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61788", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61787, + "usage_id": 222 + }, + "4101.02.251": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "355, Treppenraum", "arch_name": "355@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61788", - "roomcode": "4101.02.251", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61789", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61788, + "usage_id": 223 + }, + "4101.02.252": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "352, Lager", "arch_name": "352@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61789", - "roomcode": "4101.02.252", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61790", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61789, + "usage_id": 30 + }, + "4101.02.253": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "353, Archiv", "arch_name": "353@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61790", - "roomcode": "4101.02.253", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=61791", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61790, + "usage_id": 2 + }, + "4101.02.254": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "356, Flur", "arch_name": "356@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61791", - "roomcode": "4101.02.254", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40395", + "area_id": 43, + "building_id": 715, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61791, + "usage_id": 222 + }, + "4101.03.301": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "301, Treppenraum", "arch_name": "301@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40395", - "roomcode": "4101.03.301", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40397", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40395, + "usage_id": 223 + }, + "4101.03.302": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "302, B\u00fcro", "arch_name": "302@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40397", - "roomcode": "4101.03.302", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40399", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40397, + "usage_id": 12 + }, + "4101.03.303": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "303, Aufenthaltsraum", "arch_name": "303@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40399", - "roomcode": "4101.03.303", - "usage": 44 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40403", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40399, + "usage_id": 44 + }, + "4101.03.305": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40403", - "roomcode": "4101.03.305", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40404", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40403, + "usage_id": 12 + }, + "4101.03.306": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "306, B\u00fcro", "arch_name": "306@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40404", - "roomcode": "4101.03.306", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40405", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40404, + "usage_id": 12 + }, + "4101.03.307": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "307, Arbeitsraum", "arch_name": "307@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40405", - "roomcode": "4101.03.307", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40408", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40405, + "usage_id": 12 + }, + "4101.03.308": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "308, Arbeitsraum", "arch_name": "308@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40408", - "roomcode": "4101.03.308", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40444", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40408, + "usage_id": 12 + }, + "4101.03.309": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "309, Arbeitsraum", "arch_name": "309@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40444", - "roomcode": "4101.03.309", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40446", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40444, + "usage_id": 12 + }, + "4101.03.310": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "310, Arbeitsraum", "arch_name": "310@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40446", - "roomcode": "4101.03.310", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40449", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40446, + "usage_id": 12 + }, + "4101.03.311": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "311, Aktenlager", "arch_name": "311@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=52259", - "operator": "[ TUS4F9C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40449", - "roomcode": "4101.03.311", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40451", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 52259, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40449, + "usage_id": 2 + }, + "4101.03.312": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "312, WC", "arch_name": "312@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40451", - "roomcode": "4101.03.312", - "usage": 114 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40452", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40451, + "usage_id": 114 + }, + "4101.03.313": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "313, Aufenthaltsraum mit K\u00fcche", "arch_name": "313@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40452", - "roomcode": "4101.03.313", - "usage": 44 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40454", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40452, + "usage_id": 44 + }, + "4101.03.314": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "314, Aktenlager", "arch_name": "314@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=48178", - "operator": "[ TUZVR24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40454", - "roomcode": "4101.03.314", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40456", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40454, + "usage_id": 2 + }, + "4101.03.315": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "315, Sicherheitswesen (WZW)", "arch_name": "315@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40456", - "roomcode": "4101.03.315", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40457", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40456, + "usage_id": 12 + }, + "4101.03.316": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "316, Reinigungsmittelraum", "arch_name": "316@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40457", - "roomcode": "4101.03.316", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40459", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40457, + "usage_id": 205 + }, + "4101.03.318": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "318, Flur", "arch_name": "318@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40459", - "roomcode": "4101.03.318", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40497", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40459, + "usage_id": 222 + }, + "4101.03.319": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "319, Archiv", "arch_name": "319@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=26036", - "operator": "[ TUZVR35 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40497", - "roomcode": "4101.03.319", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40500", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 26036, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40497, + "usage_id": 2 + }, + "4101.03.320": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "320, Flur", "arch_name": "320@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40500", - "roomcode": "4101.03.320", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40502", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40500, + "usage_id": 222 + }, + "4101.03.321": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "321, Registratur, Archiv", "arch_name": "321@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=28978", - "operator": "[ TUWZA1S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40502", - "roomcode": "4101.03.321", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40503", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 28978, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40502, + "usage_id": 2 + }, + "4101.03.323": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "323, Arbeitsraum", "arch_name": "323@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=28978", - "operator": "[ TUWZA1S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40503", - "roomcode": "4101.03.323", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40505", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 28978, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40503, + "usage_id": 12 + }, + "4101.03.324": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "324, Arbeitsraum", "arch_name": "324@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=28978", - "operator": "[ TUWZA1S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40505", - "roomcode": "4101.03.324", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40508", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 28978, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40505, + "usage_id": 12 + }, + "4101.03.325": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "325, Arbeitsraum", "arch_name": "325@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=28978", - "operator": "[ TUWZA1S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40508", - "roomcode": "4101.03.325", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40509", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 28978, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40508, + "usage_id": 12 + }, + "4101.03.326": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "326, Arbeitsraum", "arch_name": "326@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=28978", - "operator": "[ TUWZA1S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40509", - "roomcode": "4101.03.326", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40510", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 28978, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40509, + "usage_id": 12 + }, + "4101.03.327": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "327, Arbeitsraum", "arch_name": "327@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=28978", - "operator": "[ TUWZA1S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40510", - "roomcode": "4101.03.327", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40540", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 28978, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40510, + "usage_id": 12 + }, + "4101.03.328": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "328, Treppenraum", "arch_name": "328@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40540", - "roomcode": "4101.03.328", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40541", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40540, + "usage_id": 223 + }, + "4101.03.329": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "329, Abstellraum", "arch_name": "329@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40541", - "roomcode": "4101.03.329", - "usage": 159 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40542", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40541, + "usage_id": 159 + }, + "4101.03.330": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "330, Flur", "arch_name": "330@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40542", - "roomcode": "4101.03.330", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40544", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 31438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40542, + "usage_id": 222 + }, + "4101.03.331": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "331, Arbeitsraum", "arch_name": "331@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40544", - "roomcode": "4101.03.331", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40545", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 31438, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40544, + "usage_id": 12 + }, + "4101.03.332": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "332, Bad / WC", "arch_name": "332@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40545", - "roomcode": "4101.03.332", - "usage": 28 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40547", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 31438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40545, + "usage_id": 28 + }, + "4101.03.333": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "333, Personalrat-Sitzungsraum", "arch_name": "333@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40547", - "roomcode": "4101.03.333", - "usage": 196 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40548", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 31438, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40547, + "usage_id": 196 + }, + "4101.03.334": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "334, Lager", "arch_name": "334@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40548", - "roomcode": "4101.03.334", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40550", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 31438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40548, + "usage_id": 30 + }, + "4101.03.335": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "335, Kopier-, Faxraum", "arch_name": "335@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40550", - "roomcode": "4101.03.335", - "usage": 110 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=66052", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40550, + "usage_id": 110 + }, + "4101.03.335A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "335a, Treppenraum", "arch_name": "335a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66052", - "roomcode": "4101.03.335A", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40552", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66052, + "usage_id": 223 + }, + "4101.03.336": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "336, Arbeitsraum", "arch_name": "336@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40552", - "roomcode": "4101.03.336", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=40554", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 31438, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40552, + "usage_id": 12 + }, + "4101.03.337": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "337, Lager", "arch_name": "337@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=31438", - "operator": "[ TUVBPRW ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40554", - "roomcode": "4101.03.337", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42123", + "area_id": 43, + "building_id": 715, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40554, + "usage_id": 30 + }, + "4101.EG.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "011, Technik", "arch_name": "011@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42123", - "roomcode": "4101.EG.011", - "usage": 120 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42126", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42123, + "usage_id": 120 + }, + "4101.EG.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "002, Trafostation IX", "arch_name": "002@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42126", - "roomcode": "4101.EG.022", - "usage": 160 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42127", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42126, + "usage_id": 160 + }, + "4101.EG.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "001, Trafostation IX", "arch_name": "001@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42127", - "roomcode": "4101.EG.023", - "usage": 160 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42130", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42127, + "usage_id": 160 + }, + "4101.EG.024": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "024, Registratur", "arch_name": "024@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42130", - "roomcode": "4101.EG.024", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42132", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42130, + "usage_id": 2 + }, + "4101.EG.025": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "025, Treppenraum", "arch_name": "025@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42132", - "roomcode": "4101.EG.025", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42135", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42132, + "usage_id": 223 + }, + "4101.EG.027": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "027, Flur", "arch_name": "027@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42135", - "roomcode": "4101.EG.027", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42136", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42135, + "usage_id": 222 + }, + "4101.EG.028": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "028, Poststelle Verwaltungsstelle Weihenstephan", "arch_name": "028@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42136", - "roomcode": "4101.EG.028", - "usage": 186 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42141", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42136, + "usage_id": 186 + }, + "4101.EG.029": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "029, Lager Post", "arch_name": "029@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42141", - "roomcode": "4101.EG.029", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42143", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42141, + "usage_id": 30 + }, + "4101.EG.030": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "029A, B\u00fcro Post", "arch_name": "029A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42143", - "roomcode": "4101.EG.030", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42146", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42143, + "usage_id": 12 + }, + "4101.EG.031": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "033, Flur", "arch_name": "033@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42146", - "roomcode": "4101.EG.031", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42148", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42146, + "usage_id": 222 + }, + "4101.EG.032": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "032, WC-Damen", "arch_name": "032@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42148", - "roomcode": "4101.EG.032", - "usage": 116 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=66944", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42148, + "usage_id": 116 + }, + "4101.EG.032A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "032A, WC-Damen Vorraum", "arch_name": "032A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66944", - "roomcode": "4101.EG.032A", - "usage": 118 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42178", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66944, + "usage_id": 118 + }, + "4101.EG.033": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "031, WC-Herren", "arch_name": "031@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42178", - "roomcode": "4101.EG.033", - "usage": 115 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42179", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42178, + "usage_id": 115 + }, + "4101.EG.033A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "031A, WC-Herren Vorraum", "arch_name": "031A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42179", - "roomcode": "4101.EG.033A", - "usage": 118 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=67290", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42179, + "usage_id": 118 + }, + "4101.EG.033B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "033B, Reinigungsmittelraum", "arch_name": "033B@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67290", - "roomcode": "4101.EG.033B", - "usage": 205 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=75625", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67290, + "usage_id": 205 + }, + "4101.EG.033C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "031B, WC-Barrierefrei/Wickeltisch", "arch_name": "031B@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75625", - "roomcode": "4101.EG.033C", - "usage": 117 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42182", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75625, + "usage_id": 117 + }, + "4101.EG.034": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "034, StuCafe\u00b4- Imbissraum", "arch_name": "034@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42182", - "roomcode": "4101.EG.034", - "usage": 139 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42189", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39687, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42182, + "usage_id": 139 + }, + "4101.EG.038": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "038, Treppenraum", "arch_name": "038@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42189", - "roomcode": "4101.EG.038", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42191", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42189, + "usage_id": 223 + }, + "4101.EG.039": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "039, Flur", "arch_name": "039@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42191", - "roomcode": "4101.EG.039", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42192", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42191, + "usage_id": 222 + }, + "4101.EG.040": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "040, StuCafe\u00b4- Imbissraum", "arch_name": "040@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42192", - "roomcode": "4101.EG.040", - "usage": 45 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42193", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42192, + "usage_id": 45 + }, + "4101.EG.041": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "041, StuCafe\u00b4- Imbissraum Speisenausgabe", "arch_name": "041@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42193", - "roomcode": "4101.EG.041", - "usage": 28 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42196", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42193, + "usage_id": 28 + }, + "4101.EG.043": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "043, StuCafe\u00b4- Imbissraum Sp\u00fclk\u00fcche", "arch_name": "043@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42196", - "roomcode": "4101.EG.043", - "usage": 28 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=62336", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42196, + "usage_id": 28 + }, + "4101.EG.043A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "043a, StuCafe\u00b4- Imbissraum Lager", "arch_name": "043a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62336", - "roomcode": "4101.EG.043A", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42197", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62336, + "usage_id": 30 + }, + "4101.EG.044": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "042, StuCafe\u00b4- Imbissraum Vorbereitung", "arch_name": "042@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42197", - "roomcode": "4101.EG.044", - "usage": 28 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42224", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42197, + "usage_id": 28 + }, + "4101.EG.046": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "046, StuCafe\u00b4- Imbissraum B\u00fcro", "arch_name": "046@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42224", - "roomcode": "4101.EG.046", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=62337", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42224, + "usage_id": 12 + }, + "4101.EG.046A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "046a, StuCafe\u00b4- Imbissraum Umkleide", "arch_name": "046a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62337", - "roomcode": "4101.EG.046A", - "usage": 121 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42225", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62337, + "usage_id": 121 + }, + "4101.EG.048": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "048, StuCafe\u00b4- Imbissraum Entsorgungsraum", "arch_name": "048@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42225", - "roomcode": "4101.EG.048", - "usage": 216 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=62338", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42225, + "usage_id": 216 + }, + "4101.EG.048A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "048a, StuCafe\u00b4- Imbissraum Lagerraum", "arch_name": "048a@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62338", - "roomcode": "4101.EG.048A", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42227", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62338, + "usage_id": 30 + }, + "4101.EG.049": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "049, StuCafe\u00b4- Flur", "arch_name": "049@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42227", - "roomcode": "4101.EG.049", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42228", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42227, + "usage_id": 222 + }, + "4101.EG.049A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "049A, StuCafe\u00b4- Imbissraum WC-Personal", "arch_name": "049A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42228", - "roomcode": "4101.EG.049A", - "usage": 114 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42229", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42228, + "usage_id": 114 + }, + "4101.EG.051": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "051, B\u00fcro Studentenwerk", "arch_name": "051@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42229", - "roomcode": "4101.EG.051", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42231", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42229, + "usage_id": 12 + }, + "4101.EG.052": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "052, B\u00fcro Studentenwerk", "arch_name": "052@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42231", - "roomcode": "4101.EG.052", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42233", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42231, + "usage_id": 12 + }, + "4101.EG.053": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "053, Labor", "arch_name": "053@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42233", - "roomcode": "4101.EG.053", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42234", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42233, + "usage_id": 102 + }, + "4101.EG.054": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "054, Labor", "arch_name": "054@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42234", - "roomcode": "4101.EG.054", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42236", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42234, + "usage_id": 102 + }, + "4101.EG.055": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "055, B\u00fcro", "arch_name": "055@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42236", - "roomcode": "4101.EG.055", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42238", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42236, + "usage_id": 12 + }, + "4101.EG.056": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "056, Labor", "arch_name": "056@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42238", - "roomcode": "4101.EG.056", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42239", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42238, + "usage_id": 102 + }, + "4101.EG.057": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "057, Labor", "arch_name": "057@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42239", - "roomcode": "4101.EG.057", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42242", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42239, + "usage_id": 102 + }, + "4101.EG.058": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "058, Arbeitsraum", "arch_name": "058@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42242", - "roomcode": "4101.EG.058", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42244", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42242, + "usage_id": 12 + }, + "4101.EG.059": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "059, Labor", "arch_name": "059@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42244", - "roomcode": "4101.EG.059", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42245", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42244, + "usage_id": 102 + }, + "4101.EG.060": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "060, Verkosterraum", "arch_name": "060@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42245", - "roomcode": "4101.EG.060", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42248", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42245, + "usage_id": 12 + }, + "4101.EG.061": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "061, Hefezentrum", "arch_name": "061@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42248", - "roomcode": "4101.EG.061", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42249", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42248, + "usage_id": 102 + }, + "4101.EG.062": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "062, Labor mit bes.Lufttechnischer Anforderung", "arch_name": "062@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42249", - "roomcode": "4101.EG.062", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42287", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42249, + "usage_id": 102 + }, + "4101.EG.063": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "063, Flur", "arch_name": "063@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42287", - "roomcode": "4101.EG.063", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42288", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42287, + "usage_id": 222 + }, + "4101.EG.064": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "064, Treppenraum", "arch_name": "064@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42288", - "roomcode": "4101.EG.064", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42290", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42288, + "usage_id": 223 + }, + "4101.EG.065": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "065, WC", "arch_name": "065@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42290", - "roomcode": "4101.EG.065", - "usage": 114 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42293", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42290, + "usage_id": 114 + }, + "4101.EG.066": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "066A, Aufenthaltsraum", "arch_name": "066A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42293", - "roomcode": "4101.EG.066", - "usage": 44 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42294", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42293, + "usage_id": 44 + }, + "4101.EG.067": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "067A, Lager", "arch_name": "067A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42294", - "roomcode": "4101.EG.067", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42295", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42294, + "usage_id": 30 + }, + "4101.EG.068": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "068A, W\u00e4scherei", "arch_name": "068A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42295", - "roomcode": "4101.EG.068", - "usage": 181 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42298", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42295, + "usage_id": 181 + }, + "4101.EG.069": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "069A, B\u00fcro", "arch_name": "069A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42298", - "roomcode": "4101.EG.069", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42299", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42298, + "usage_id": 12 + }, + "4101.EG.070": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "070A, Treppenraum", "arch_name": "070A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42299", - "roomcode": "4101.EG.070", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42303", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42299, + "usage_id": 223 + }, + "4101.EG.071": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "071A, Flur", "arch_name": "071A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42303", - "roomcode": "4101.EG.071", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42305", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42303, + "usage_id": 222 + }, + "4101.EG.072": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "072A, K\u00fchlraum f\u00fcr wissenschaftliche Zwecke", "arch_name": "072A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42305", - "roomcode": "4101.EG.072", - "usage": 199 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42308", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42305, + "usage_id": 199 + }, + "4101.EG.073": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "073A, WC-Herren", "arch_name": "073A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42308", - "roomcode": "4101.EG.073", - "usage": 115 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42340", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42308, + "usage_id": 115 + }, + "4101.EG.074": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "074A, Holz-/Kunststoffwerkstatt", "arch_name": "074A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42340", - "roomcode": "4101.EG.074", - "usage": 107 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42342", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42340, + "usage_id": 107 + }, + "4101.EG.075": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "075A, Gasversorgung", "arch_name": "075A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42342", - "roomcode": "4101.EG.075", - "usage": 17 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42344", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42342, + "usage_id": 17 + }, + "4101.EG.080": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "068, Hopfenlabor", "arch_name": "068@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42344", - "roomcode": "4101.EG.080", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42345", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42344, + "usage_id": 102 + }, + "4101.EG.081": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "067, Messlabor", "arch_name": "067@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42345", - "roomcode": "4101.EG.081", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42348", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42345, + "usage_id": 102 + }, + "4101.EG.081A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "066, Sonderlabor", "arch_name": "066@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42348", - "roomcode": "4101.EG.081A", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42350", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42348, + "usage_id": 102 + }, + "4101.EG.082": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "069, Chemisches Labor", "arch_name": "069@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42350", - "roomcode": "4101.EG.082", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42353", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42350, + "usage_id": 102 + }, + "4101.EG.083": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "070, Labor nass", "arch_name": "070@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42353", - "roomcode": "4101.EG.083", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42355", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42353, + "usage_id": 30 + }, + "4101.EG.084": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "071, Maisch-Labor", "arch_name": "071@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42355", - "roomcode": "4101.EG.084", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42358", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42355, + "usage_id": 102 + }, + "4101.EG.085": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "073/74, W\u00e4geraum", "arch_name": "073/74@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42358", - "roomcode": "4101.EG.085", - "usage": 103 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42395", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42358, + "usage_id": 103 + }, + "4101.EG.086": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "072, Flur", "arch_name": "072@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42395", - "roomcode": "4101.EG.086", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42398", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42395, + "usage_id": 222 + }, + "4101.EG.087": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "075, Labor", "arch_name": "075@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42398", - "roomcode": "4101.EG.087", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42400", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42398, + "usage_id": 102 + }, + "4101.EG.088": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "076, Postraum", "arch_name": "076@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42400", - "roomcode": "4101.EG.088", - "usage": 12 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42402", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42400, + "usage_id": 12 + }, + "4101.EG.089": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "077, Geschmackslabor", "arch_name": "077@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42402", - "roomcode": "4101.EG.089", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42404", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42402, + "usage_id": 102 + }, + "4101.EG.090": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "078, Waschk\u00fcche", "arch_name": "078@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42404", - "roomcode": "4101.EG.090", - "usage": 28 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42406", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42404, + "usage_id": 28 + }, + "4101.EG.091": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "079, Abstellraum", "arch_name": "079@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42406", - "roomcode": "4101.EG.091", - "usage": 159 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=66943", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42406, + "usage_id": 159 + }, + "4101.EG.091A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "079A, WC-Herren", "arch_name": "079A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66943", - "roomcode": "4101.EG.091A", - "usage": 115 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=66945", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66943, + "usage_id": 115 + }, + "4101.EG.091B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "079B, WC-Herren Vorraum", "arch_name": "079B@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66945", - "roomcode": "4101.EG.091B", - "usage": 118 - }, - { - "address": "Alte Akademie 1-3, EG", - "address_link": "ris.einzelraum?raumkey=42407", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66945, + "usage_id": 118 + }, + "4101.EG.092": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "080, Treppenraum", "arch_name": "080@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42407", - "roomcode": "4101.EG.092", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41958", + "area_id": 43, + "building_id": 715, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42407, + "usage_id": 223 + }, + "4101.U1.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-001A, Lager", "arch_name": "-001A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41958", - "roomcode": "4101.U1.001", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41960", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41958, + "usage_id": 30 + }, + "4101.U1.001B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-001B, Lager", "arch_name": "-001B@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41960", - "roomcode": "4101.U1.001B", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=67673", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41960, + "usage_id": 30 + }, + "4101.U1.001C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-001C, Trafostation IX", "arch_name": "-001C@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67673", - "roomcode": "4101.U1.001C", - "usage": 160 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=67674", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67673, + "usage_id": 160 + }, + "4101.U1.001D": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-001D, Trafostation IX", "arch_name": "-001D@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67674", - "roomcode": "4101.U1.001D", - "usage": 160 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41963", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67674, + "usage_id": 160 + }, + "4101.U1.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-002, Heizungsraum", "arch_name": "-002@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41963", - "roomcode": "4101.U1.002", - "usage": 201 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41965", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41963, + "usage_id": 201 + }, + "4101.U1.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-003, Lager", "arch_name": "-003@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41965", - "roomcode": "4101.U1.003", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41968", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41965, + "usage_id": 30 + }, + "4101.U1.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-004, Lager", "arch_name": "-004@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41968", - "roomcode": "4101.U1.004", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41969", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41968, + "usage_id": 30 + }, + "4101.U1.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-005, Treppe", "arch_name": "-005@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41969", - "roomcode": "4101.U1.005", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41971", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41969, + "usage_id": 223 + }, + "4101.U1.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-006, Abstellraum", "arch_name": "-006@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41971", - "roomcode": "4101.U1.006", - "usage": 159 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41972", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41971, + "usage_id": 159 + }, + "4101.U1.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-007, Abluftraum/Technik", "arch_name": "-007@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41972", - "roomcode": "4101.U1.007", - "usage": 32 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=41975", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41972, + "usage_id": 32 + }, + "4101.U1.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-008, Abstellraum", "arch_name": "-008@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=41975", - "roomcode": "4101.U1.008", - "usage": 159 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=66040", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 41975, + "usage_id": 159 + }, + "4101.U1.008A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-008A, Archiv", "arch_name": "-008A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66040", - "roomcode": "4101.U1.008A", - "usage": 2 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=66041", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66040, + "usage_id": 2 + }, + "4101.U1.008B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-008B, Treppe", "arch_name": "-008B@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66041", - "roomcode": "4101.U1.008B", - "usage": 7 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42017", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66041, + "usage_id": 7 + }, + "4101.U1.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-009, Lager", "arch_name": "-009@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42017", - "roomcode": "4101.U1.009", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42019", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42017, + "usage_id": 30 + }, + "4101.U1.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-010, Gushinglabor", "arch_name": "-010@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42019", - "roomcode": "4101.U1.010", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42022", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42019, + "usage_id": 30 + }, + "4101.U1.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-011, K\u00fchlraum", "arch_name": "-011@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42022", - "roomcode": "4101.U1.011", - "usage": 120 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42024", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42022, + "usage_id": 120 + }, + "4101.U1.012": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-012, Treppe", "arch_name": "-012@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42024", - "roomcode": "4101.U1.012", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42026", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42024, + "usage_id": 223 + }, + "4101.U1.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-013, Heizungsraum", "arch_name": "-013@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42026", - "roomcode": "4101.U1.013", - "usage": 201 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42028", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42026, + "usage_id": 201 + }, + "4101.U1.013A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-013A, Treppe", "arch_name": "-013A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42028", - "roomcode": "4101.U1.013A", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42029", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42028, + "usage_id": 223 + }, + "4101.U1.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-014, Technik", "arch_name": "-014@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42029", - "roomcode": "4101.U1.014", - "usage": 120 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42032", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42029, + "usage_id": 120 + }, + "4101.U1.015": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-015, Treppenraum", "arch_name": "-015@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42032", - "roomcode": "4101.U1.015", - "usage": 223 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42072", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42032, + "usage_id": 223 + }, + "4101.U1.016": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-016, Flur", "arch_name": "-016@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42072", - "roomcode": "4101.U1.016", - "usage": 222 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42073", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42072, + "usage_id": 222 + }, + "4101.U1.017": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-017, Chemikalienlager", "arch_name": "-017@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42073", - "roomcode": "4101.U1.017", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42075", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42073, + "usage_id": 30 + }, + "4101.U1.018": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-018, Garage", "arch_name": "-018@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42075", - "roomcode": "4101.U1.018", - "usage": 100 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42079", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42075, + "usage_id": 100 + }, + "4101.U1.019": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-019, Garage", "arch_name": "-019@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42079", - "roomcode": "4101.U1.019", - "usage": 100 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42082", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42079, + "usage_id": 100 + }, + "4101.U1.020": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-020, Labor", "arch_name": "-020@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42082", - "roomcode": "4101.U1.020", - "usage": 102 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42084", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42082, + "usage_id": 102 + }, + "4101.U1.020A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-020A, Klimakammer", "arch_name": "-020A@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42084", - "roomcode": "4101.U1.020A", - "usage": 199 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42088", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42084, + "usage_id": 199 + }, + "4101.U1.021": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-021, Lager", "arch_name": "-021@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42088", - "roomcode": "4101.U1.021", - "usage": 30 - }, - { - "address": "Alte Akademie 1-3, 1.UG", - "address_link": "ris.einzelraum?raumkey=42092", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42088, + "usage_id": 30 + }, + "4101.U1.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "alt_name": "-022, Durchgang", "arch_name": "-022@4101", - "b_area_id": 43, - "b_filter_id": 715, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42092", - "roomcode": "4101.U1.022", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=8790", + "area_id": 43, + "building_id": 715, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42092, + "usage_id": 222 + }, + "4102.01.038": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-38, Seminarraum 8 (WZWS08)", "arch_name": "1-38@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12621&cReadonly=J", - "extended": { - "additional_description": "1-38, Seminarraum 8 (WZWS08)", - "address": "Alte Akademie 8(4102), 1.Obergescho\u00df", - "architect_room_nr": "1-38@4102", - "area_m2": 152.35, - "building": "4102 H\u00f6rsaal- und Dekanatsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "038", - "seats": 62, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8790", - "roomcode": "4102.01.038", - "usage": 41 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=40659", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 12621, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 62, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8790, + "usage_id": 41 + }, + "4102.01.039": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-39, Flur", "arch_name": "1-39@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40659", - "roomcode": "4102.01.039", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=8791", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40659, + "usage_id": 222 + }, + "4102.01.040": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-40, Seminarraum 9 (WZWS09)", "arch_name": "1-40@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15299&cReadonly=J", - "extended": { - "additional_description": "1-40, Seminarraum 9 (WZWS09)", - "address": "Alte Akademie 8(4102), 1.Obergescho\u00df", - "architect_room_nr": "1-40@4102", - "area_m2": 118.93, - "building": "4102 H\u00f6rsaal- und Dekanatsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "040", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8791", - "roomcode": "4102.01.040", - "usage": 41 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=40660", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 15299, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8791, + "usage_id": 41 + }, + "4102.01.042": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-33, Halle", "arch_name": "1-33@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40660", - "roomcode": "4102.01.042", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=8793", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40660, + "usage_id": 222 + }, + "4102.01.043": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-43, Seminarraum 10 (WZWS10)", "arch_name": "1-43@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12640&cReadonly=J", - "extended": { - "additional_description": "1-43, Seminarraum 10 (WZWS10)", - "address": "Alte Akademie 8(4102), 1.Obergescho\u00df", - "architect_room_nr": "1-43@4102", - "area_m2": 77.23, - "building": "4102 H\u00f6rsaal- und Dekanatsgeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "043", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8793", - "roomcode": "4102.01.043", - "usage": 41 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=8821", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 12640, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8793, + "usage_id": 41 + }, + "4102.01.046": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-46, B\u00fcro", "arch_name": "1-46@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8821", - "roomcode": "4102.01.046", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=8822", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8821, + "usage_id": 12 + }, + "4102.01.048": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-47, B\u00fcro", "arch_name": "1-47@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8822", - "roomcode": "4102.01.048", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=39967", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8822, + "usage_id": 12 + }, + "4102.01.049": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-49, B\u00fcro", "arch_name": "1-49@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39967", - "roomcode": "4102.01.049", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=8824", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39967, + "usage_id": 12 + }, + "4102.01.051": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-50, B\u00fcro", "arch_name": "1-50@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8824", - "roomcode": "4102.01.051", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=39969", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8824, + "usage_id": 12 + }, + "4102.01.053": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-53, B\u00fcro", "arch_name": "1-53@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39969", - "roomcode": "4102.01.053", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=39972", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39969, + "usage_id": 12 + }, + "4102.01.055": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-52, WC-Damen/Wickeltisch", "arch_name": "1-52@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39972", - "roomcode": "4102.01.055", - "usage": 116 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=39974", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39972, + "usage_id": 116 + }, + "4102.01.056": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-51, WC-Herren", "arch_name": "1-51@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39974", - "roomcode": "4102.01.056", - "usage": 115 - }, - { - "address": "Alte Akademie 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67547", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39974, + "usage_id": 115 + }, + "4102.01.070": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "1-70, Fluchttreppe/Podest", "arch_name": "1-70@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67547", - "roomcode": "4102.01.070", - "usage": 7 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=40003", + "area_id": 43, + "building_id": 716, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67547, + "usage_id": 7 + }, + "4102.02.056": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-56, Flur", "arch_name": "2-56@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40003", - "roomcode": "4102.02.056", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=63161", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40003, + "usage_id": 222 + }, + "4102.02.056A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-56.1, Lagerraum Kopierer", "arch_name": "2-56.1@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63161", - "roomcode": "4102.02.056A", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=8827", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63161, + "usage_id": 30 + }, + "4102.02.057": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-57, Sitzungssaal 2", "arch_name": "2-57@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=15453&cRes=18141&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8827", - "roomcode": "4102.02.057", - "usage": 42 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=40006", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 18141, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15453, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8827, + "usage_id": 42 + }, + "4102.02.057A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-57A, K\u00fcche", "arch_name": "2-57A@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40006", - "roomcode": "4102.02.057A", - "usage": 28 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=8842", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40006, + "usage_id": 28 + }, + "4102.02.058": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-58, Sitzungssaal 1", "arch_name": "2-58@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=15453&cRes=18140&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8842", - "roomcode": "4102.02.058", - "usage": 42 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=8843", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 18140, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15453, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8842, + "usage_id": 42 + }, + "4102.02.059": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-59, B\u00fcro", "arch_name": "2-59@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8843", - "roomcode": "4102.02.059", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=40037", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15453, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8843, + "usage_id": 12 + }, + "4102.02.060": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-34, Halle", "arch_name": "2-34@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40037", - "roomcode": "4102.02.060", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=8845", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40037, + "usage_id": 222 + }, + "4102.02.061": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-61, B\u00fcro", "arch_name": "2-61@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8845", - "roomcode": "4102.02.061", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=8846", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15453, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8845, + "usage_id": 12 + }, + "4102.02.063": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-62, Besprechungsraum", "arch_name": "2-62@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=15453&cRes=18139&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8846", - "roomcode": "4102.02.063", - "usage": 196 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=40041", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 18139, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15453, + "seats": { + "sitting": 13, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8846, + "usage_id": 196 + }, + "4102.02.064": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-63, WC-Herren", "arch_name": "2-63@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40041", - "roomcode": "4102.02.064", - "usage": 115 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=67545", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40041, + "usage_id": 115 + }, + "4102.02.064A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-63A, WC-Herren Vorraum", "arch_name": "2-63A@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67545", - "roomcode": "4102.02.064A", - "usage": 118 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=8857", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67545, + "usage_id": 118 + }, + "4102.02.065": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-65, B\u00fcro", "arch_name": "2-65@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8857", - "roomcode": "4102.02.065", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=20523", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8857, + "usage_id": 12 + }, + "4102.02.066": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-66, B\u00fcro", "arch_name": "2-66@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=20523", - "roomcode": "4102.02.066", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=20524", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20523, + "usage_id": 12 + }, + "4102.02.067": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-67, B\u00fcro", "arch_name": "2-67@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=20524", - "roomcode": "4102.02.067", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=20525", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15453, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20524, + "usage_id": 12 + }, + "4102.02.068": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-68, B\u00fcro", "arch_name": "2-68@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=20525", - "roomcode": "4102.02.068", - "usage": 12 - }, - { - "address": "Alte Akademie 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=67548", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20525, + "usage_id": 12 + }, + "4102.02.071": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "2-71, Fluchttreppe/Podest", "arch_name": "2-71@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67548", - "roomcode": "4102.02.071", - "usage": 7 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40615", + "area_id": 43, + "building_id": 716, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67548, + "usage_id": 7 + }, + "4102.EG.028": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-28, B\u00fcro", "arch_name": "E-28@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40615", - "roomcode": "4102.EG.028", - "usage": 12 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40646", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40615, + "usage_id": 12 + }, + "4102.EG.029": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-29, Treppe", "arch_name": "E-29@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40646", - "roomcode": "4102.EG.029", - "usage": 223 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=8758", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40646, + "usage_id": 223 + }, + "4102.EG.030": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-30, B\u00fcro", "arch_name": "E-30@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8758", - "roomcode": "4102.EG.030", - "usage": 12 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40648", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8758, + "usage_id": 12 + }, + "4102.EG.030A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-31, B\u00fcro", "arch_name": "E-31@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40648", - "roomcode": "4102.EG.030A", - "usage": 12 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40649", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15453, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40648, + "usage_id": 12 + }, + "4102.EG.031": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-33, Halle", "arch_name": "E-33@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40649", - "roomcode": "4102.EG.031", - "usage": 222 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40651", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40649, + "usage_id": 222 + }, + "4102.EG.032": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-32, WC-Behinderte", "arch_name": "E-32@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40651", - "roomcode": "4102.EG.032", - "usage": 117 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40653", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40651, + "usage_id": 117 + }, + "4102.EG.032A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-32A, WC/Reinigungsmittelraum", "arch_name": "E-32A@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40653", - "roomcode": "4102.EG.032A", - "usage": 114 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=67549", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40653, + "usage_id": 114 + }, + "4102.EG.032C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-32B, WC-Behinderte Vorraum", "arch_name": "E-32B@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67549", - "roomcode": "4102.EG.032C", - "usage": 118 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40654", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67549, + "usage_id": 118 + }, + "4102.EG.033": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-36, Flur", "arch_name": "E-36@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40654", - "roomcode": "4102.EG.033", - "usage": 222 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=8761", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40654, + "usage_id": 222 + }, + "4102.EG.034": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-34, H\u00f6rsaal 1 (WZWH01)", "arch_name": "E-34@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12566&cReadonly=J", - "extended": { - "additional_description": "E-34, H\u00f6rsaal 1 (WZWH01)", - "address": "Alte Akademie 8(4102), Erdgescho\u00df", - "architect_room_nr": "E-34@4102", - "area_m2": 116.0, - "building": "4102 H\u00f6rsaal- und Dekanatsgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "034", - "seats": 128, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8761", - "roomcode": "4102.EG.034", - "usage": 20 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=8762", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 12566, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 128, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8761, + "usage_id": 20 + }, + "4102.EG.036": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-35, H\u00f6rsaal 2 (WZWH02)", "arch_name": "E-35@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12567&cReadonly=J", - "extended": { - "additional_description": "E-35, H\u00f6rsaal 2 (WZWH02)", - "address": "Alte Akademie 8(4102), Erdgescho\u00df", - "architect_room_nr": "E-35@4102", - "area_m2": 150.0, - "building": "4102 H\u00f6rsaal- und Dekanatsgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "036", - "seats": 98, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8762", - "roomcode": "4102.EG.036", - "usage": 20 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40657", + "area_id": 43, + "building_id": 716, + "calendar_resource_nr": 12567, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 98, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8762, + "usage_id": 20 + }, + "4102.EG.037": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-37, Technik H\u00f6rsaal 1", "arch_name": "E-37@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40657", - "roomcode": "4102.EG.037", - "usage": 136 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=40658", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40657, + "usage_id": 136 + }, + "4102.EG.038": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-38, Technik H\u00f6rsaal 2", "arch_name": "E-38@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40658", - "roomcode": "4102.EG.038", - "usage": 136 - }, - { - "address": "Alte Akademie 8, EG", - "address_link": "ris.einzelraum?raumkey=67546", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40658, + "usage_id": 136 + }, + "4102.EG.069": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "E-69, Fluchttreppe", "arch_name": "E-69@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67546", - "roomcode": "4102.EG.069", - "usage": 7 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67634", + "area_id": 43, + "building_id": 716, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67546, + "usage_id": 7 + }, + "4102.U1.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-01, Technik/Heizung", "arch_name": "U-01@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67634", - "roomcode": "4102.U1.001", - "usage": 120 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67636", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67634, + "usage_id": 120 + }, + "4102.U1.001A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-01A, Flur", "arch_name": "U-01A@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67636", - "roomcode": "4102.U1.001A", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40604", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67636, + "usage_id": 222 + }, + "4102.U1.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-04, Abstellraum", "arch_name": "U-04@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40604", - "roomcode": "4102.U1.004", - "usage": 159 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67635", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40604, + "usage_id": 159 + }, + "4102.U1.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-05, Technik", "arch_name": "U-05@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67635", - "roomcode": "4102.U1.005", - "usage": 120 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40605", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67635, + "usage_id": 120 + }, + "4102.U1.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-06, Lager", "arch_name": "U-06@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40605", - "roomcode": "4102.U1.006", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67637", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40605, + "usage_id": 30 + }, + "4102.U1.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-07, Abstellraum", "arch_name": "U-07@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67637", - "roomcode": "4102.U1.007", - "usage": 159 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67638", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67637, + "usage_id": 159 + }, + "4102.U1.007A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-07A, Flur", "arch_name": "U-07A@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67638", - "roomcode": "4102.U1.007A", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40606", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67638, + "usage_id": 222 + }, + "4102.U1.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-08, Lager", "arch_name": "U-08@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40606", - "roomcode": "4102.U1.008", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40607", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40606, + "usage_id": 30 + }, + "4102.U1.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-09, Lager", "arch_name": "U-09@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40607", - "roomcode": "4102.U1.009", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40608", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40607, + "usage_id": 30 + }, + "4102.U1.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-10, Buchmagazin", "arch_name": "U-10@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40608", - "roomcode": "4102.U1.010", - "usage": 2 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40609", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40608, + "usage_id": 2 + }, + "4102.U1.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-11, Buchmagazin", "arch_name": "U-11@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40609", - "roomcode": "4102.U1.011", - "usage": 2 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67639", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40609, + "usage_id": 2 + }, + "4102.U1.012": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-12, Flur", "arch_name": "U-12@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67639", - "roomcode": "4102.U1.012", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40611", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67639, + "usage_id": 222 + }, + "4102.U1.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-13, Archiv (gem. Nutzung 1302024000)", "arch_name": "U-13@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40611", - "roomcode": "4102.U1.013", - "usage": 2 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67640", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40611, + "usage_id": 2 + }, + "4102.U1.019": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-19, Flur", "arch_name": "U-19@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67640", - "roomcode": "4102.U1.019", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40612", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67640, + "usage_id": 222 + }, + "4102.U1.020": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-20, Reinigungsmittel/Hygenie/Aufenthalt", "arch_name": "U-20@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40612", - "roomcode": "4102.U1.020", - "usage": 136 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67641", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40612, + "usage_id": 136 + }, + "4102.U1.020A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-20a, Vorraum H\u00f6rsaal 2", "arch_name": "U-20a@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67641", - "roomcode": "4102.U1.020A", - "usage": 50 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67642", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67641, + "usage_id": 50 + }, + "4102.U1.021": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-21, Vorraum H\u00f6rsaal 1", "arch_name": "U-21@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67642", - "roomcode": "4102.U1.021", - "usage": 50 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=40614", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67642, + "usage_id": 50 + }, + "4102.U1.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-22, Wertstoffe/M\u00fcll", "arch_name": "U-22@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40614", - "roomcode": "4102.U1.022", - "usage": 136 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67643", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40614, + "usage_id": 136 + }, + "4102.U1.022A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-22a, Lagerraum H\u00f6rsaal 1", "arch_name": "U-22a@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67643", - "roomcode": "4102.U1.022A", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67644", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67643, + "usage_id": 30 + }, + "4102.U1.022B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-22b, Serverraum", "arch_name": "U-22b@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67644", - "roomcode": "4102.U1.022B", - "usage": 120 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67645", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67644, + "usage_id": 120 + }, + "4102.U1.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-23, Lagerraum H\u00f6rsaal 1", "arch_name": "U-23@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67645", - "roomcode": "4102.U1.023", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=67646", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67645, + "usage_id": 30 + }, + "4102.U1.024": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U-24, Lagerraum H\u00f6rsaal 2", "arch_name": "U-24@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67646", - "roomcode": "4102.U1.024", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=67631", + "area_id": 43, + "building_id": 716, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67646, + "usage_id": 30 + }, + "4102.U2.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U2-01, Flur", "arch_name": "U2-01@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67631", - "roomcode": "4102.U2.001", - "usage": 222 - }, - { - "address": "Alte Akademie 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=67632", + "area_id": 43, + "building_id": 716, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67631, + "usage_id": 222 + }, + "4102.U2.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U2-02, Heizung", "arch_name": "U2-02@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67632", - "roomcode": "4102.U2.002", - "usage": 120 - }, - { - "address": "Alte Akademie 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=40602", + "area_id": 43, + "building_id": 716, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67632, + "usage_id": 120 + }, + "4102.U2.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U2-03, Lager", "arch_name": "U2-03@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40602", - "roomcode": "4102.U2.003", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=40603", + "area_id": 43, + "building_id": 716, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40602, + "usage_id": 30 + }, + "4102.U2.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U2-04, Lager", "arch_name": "U2-04@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40603", - "roomcode": "4102.U2.004", - "usage": 30 - }, - { - "address": "Alte Akademie 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=67633", + "area_id": 43, + "building_id": 716, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40603, + "usage_id": 30 + }, + "4102.U2.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "alt_name": "U2-02A, Technik", "arch_name": "U2-02A@4102", - "b_area_id": 43, - "b_filter_id": 716, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67633", - "roomcode": "4102.U2.005", - "usage": 120 - }, - { - "address": "Alte Akademie 8a, 1.OG", - "address_link": "ris.einzelraum?raumkey=40145", + "area_id": 43, + "building_id": 716, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67633, + "usage_id": 120 + }, + "4103.01.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "O-02, Seminarraum 1 GZW", "arch_name": "O-02@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "extended": { - "additional_description": "O-02, Seminarraum 1 GZW", - "address": "Alte Akademie 8a(4103), 1.Obergescho\u00df", - "architect_room_nr": "O-02@4103", - "area_m2": 36.61, - "building": "4103 Sammlungsbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40145", - "roomcode": "4103.01.002", - "usage": 41 - }, - { - "address": "Alte Akademie 8a, 1.OG", - "address_link": "ris.einzelraum?raumkey=40149", + "area_id": 43, + "building_id": 717, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19642, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40145, + "usage_id": 41 + }, + "4103.01.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "O-04, Seminarraum 2 GZW", "arch_name": "O-04@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "extended": { - "additional_description": "O-04, Seminarraum 2 GZW", - "address": "Alte Akademie 8a(4103), 1.Obergescho\u00df", - "architect_room_nr": "O-04@4103", - "area_m2": 47.45, - "building": "4103 Sammlungsbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40149", - "roomcode": "4103.01.004", - "usage": 41 - }, - { - "address": "Alte Akademie 8a, 1.OG", - "address_link": "ris.einzelraum?raumkey=40152", + "area_id": 43, + "building_id": 717, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19642, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40149, + "usage_id": 41 + }, + "4103.01.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "O-05, Schreibst\u00fcberl", "arch_name": "O-05@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40152", - "roomcode": "4103.01.005", - "usage": 12 - }, - { - "address": "Alte Akademie 8a, 1.OG", - "address_link": "ris.einzelraum?raumkey=40220", + "area_id": 43, + "building_id": 717, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19642, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40152, + "usage_id": 12 + }, + "4103.01.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "O-06, Flur", "arch_name": "O-06@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40220", - "roomcode": "4103.01.006", - "usage": 222 - }, - { - "address": "Alte Akademie 8a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66036", + "area_id": 43, + "building_id": 717, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40220, + "usage_id": 222 + }, + "4103.01.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "O-07, Aufzug", "arch_name": "O-07@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66036", - "roomcode": "4103.01.008", - "usage": 4 - }, - { - "address": "Alte Akademie 8a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66038", + "area_id": 43, + "building_id": 717, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66036, + "usage_id": 4 + }, + "4103.01.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "O-08, Treppenhaus", "arch_name": "O-08@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66038", - "roomcode": "4103.01.009", - "usage": 223 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40090", + "area_id": 43, + "building_id": 717, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66038, + "usage_id": 223 + }, + "4103.EG.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-01, Vorzimmer", "arch_name": "E-01@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40090", - "roomcode": "4103.EG.001", - "usage": 12 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40091", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19642, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40090, + "usage_id": 12 + }, + "4103.EG.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-02, B\u00fcro", "arch_name": "E-02@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40091", - "roomcode": "4103.EG.002", - "usage": 12 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40092", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19642, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40091, + "usage_id": 12 + }, + "4103.EG.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-03, B\u00fcro", "arch_name": "E-03@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40092", - "roomcode": "4103.EG.003", - "usage": 12 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40093", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19642, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40092, + "usage_id": 12 + }, + "4103.EG.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-04, Lounge", "arch_name": "E-04@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40093", - "roomcode": "4103.EG.004", - "usage": 44 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40094", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19642, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40093, + "usage_id": 44 + }, + "4103.EG.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-05, Gasometer", "arch_name": "E-05@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40094", - "roomcode": "4103.EG.005", - "usage": 17 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40134", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40094, + "usage_id": 17 + }, + "4103.EG.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-06, Trafostation II", "arch_name": "E-06@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40134", - "roomcode": "4103.EG.006", - "usage": 160 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=40142", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40134, + "usage_id": 160 + }, + "4103.EG.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-07, Flur", "arch_name": "E-07@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40142", - "roomcode": "4103.EG.007", - "usage": 222 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=66035", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40142, + "usage_id": 222 + }, + "4103.EG.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-08, Aufzug", "arch_name": "E-08@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66035", - "roomcode": "4103.EG.008", - "usage": 4 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=66037", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66035, + "usage_id": 4 + }, + "4103.EG.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-09, Treppenhaus", "arch_name": "E-09@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66037", - "roomcode": "4103.EG.009", - "usage": 223 - }, - { - "address": "Alte Akademie 8a, EG", - "address_link": "ris.einzelraum?raumkey=67630", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66037, + "usage_id": 223 + }, + "4103.EG.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "E-10, Durgang zum Geb\u00e4ude 4102", "arch_name": "E-10@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67630", - "roomcode": "4103.EG.010", - "usage": 16 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40045", + "area_id": 43, + "building_id": 717, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67630, + "usage_id": 16 + }, + "4103.U1.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-01, Lager", "arch_name": "U-01@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40045", - "roomcode": "4103.U1.001", - "usage": 30 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40046", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19642, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40045, + "usage_id": 30 + }, + "4103.U1.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-02, Serverraum", "arch_name": "U-02@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40046", - "roomcode": "4103.U1.002", - "usage": 207 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40047", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40046, + "usage_id": 207 + }, + "4103.U1.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-03, Lager", "arch_name": "U-03@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40047", - "roomcode": "4103.U1.003", - "usage": 30 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40048", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19642, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40047, + "usage_id": 30 + }, + "4103.U1.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-04, Gasverteiler", "arch_name": "U-04@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40048", - "roomcode": "4103.U1.004", - "usage": 120 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40049", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40048, + "usage_id": 120 + }, + "4103.U1.004A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-04A, WC-Damen", "arch_name": "U-04A@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40049", - "roomcode": "4103.U1.004A", - "usage": 116 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40051", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40049, + "usage_id": 116 + }, + "4103.U1.004B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-04B, WC-Dusche Vorraum", "arch_name": "U-04B@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40051", - "roomcode": "4103.U1.004B", - "usage": 118 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=59105", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40051, + "usage_id": 118 + }, + "4103.U1.004C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-04C, WC-Herren", "arch_name": "U-04C@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59105", - "roomcode": "4103.U1.004C", - "usage": 115 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=59106", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59105, + "usage_id": 115 + }, + "4103.U1.004D": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-04D, Dusche", "arch_name": "U-04D@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59106", - "roomcode": "4103.U1.004D", - "usage": 113 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=59107", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59106, + "usage_id": 113 + }, + "4103.U1.004E": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-04E, Trafostation II", "arch_name": "U-04E@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59107", - "roomcode": "4103.U1.004E", - "usage": 160 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40084", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59107, + "usage_id": 160 + }, + "4103.U1.005A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-05A, Flur", "arch_name": "U-05A@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40084", - "roomcode": "4103.U1.005A", - "usage": 222 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66087", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40084, + "usage_id": 222 + }, + "4103.U1.005B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-05B, Flur 2", "arch_name": "U-05B@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66087", - "roomcode": "4103.U1.005B", - "usage": 222 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40086", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66087, + "usage_id": 222 + }, + "4103.U1.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-06, Lager", "arch_name": "U-06@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40086", - "roomcode": "4103.U1.006", - "usage": 30 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=40087", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19642, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40086, + "usage_id": 30 + }, + "4103.U1.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-07, Archiv/ Verkabelung der Trafostation II", "arch_name": "U-07@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19642", - "operator": "[ TUGSFGS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40087", - "roomcode": "4103.U1.007", - "usage": 2 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66034", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19642, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40087, + "usage_id": 2 + }, + "4103.U1.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-08, Aufzug", "arch_name": "U-08@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66034", - "roomcode": "4103.U1.008", - "usage": 4 - }, - { - "address": "Alte Akademie 8a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66039", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66034, + "usage_id": 4 + }, + "4103.U1.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "alt_name": "U-09, Treppenhaus", "arch_name": "U-09@4103", - "b_area_id": 43, - "b_filter_id": 717, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66039", - "roomcode": "4103.U1.009", - "usage": 223 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=61468", + "area_id": 43, + "building_id": 717, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66039, + "usage_id": 223 + }, + "4105.01.005C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 05C, Flur", "arch_name": "O 05C@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61468", - "roomcode": "4105.01.005C", - "usage": 222 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40571", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61468, + "usage_id": 222 + }, + "4105.01.061": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 01, Seminarraum 12 (WZWS12) (gem. Nutzung)", "arch_name": "O 01@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18975&cReadonly=J", - "extended": { - "additional_description": "O 01, Seminarraum 12 (WZWS12) (gem. Nutzung)", - "address": "Alte Akademie 12(4105), 1.Obergescho\u00df", - "architect_room_nr": "O 01@4105", - "area_m2": 58.95, - "building": "4105 Institutsgeb\u00e4ude I", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "061", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40571", - "roomcode": "4105.01.061", - "usage": 41 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40572", + "area_id": 43, + "building_id": 719, + "calendar_resource_nr": 18975, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40571, + "usage_id": 41 + }, + "4105.01.062": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 02, B\u00fcro", "arch_name": "O 02@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40572", - "roomcode": "4105.01.062", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40574", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40572, + "usage_id": 12 + }, + "4105.01.063": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 03, B\u00fcro", "arch_name": "O 03@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40574", - "roomcode": "4105.01.063", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40575", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40574, + "usage_id": 12 + }, + "4105.01.064": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 04, B\u00fcro", "arch_name": "O 04@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40575", - "roomcode": "4105.01.064", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40577", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40575, + "usage_id": 12 + }, + "4105.01.065": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 05B, B\u00fcro", "arch_name": "O 05B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40577", - "roomcode": "4105.01.065", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40578", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40577, + "usage_id": 12 + }, + "4105.01.065A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 05A, B\u00fcro", "arch_name": "O 05A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40578", - "roomcode": "4105.01.065A", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40618", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40578, + "usage_id": 12 + }, + "4105.01.065B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 05, B\u00fcro", "arch_name": "O 05@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": "tvKalender.wSicht?cOrg=26685&cRes=24175&cReadonly=J", - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40618", - "roomcode": "4105.01.065B", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40621", + "area_id": 43, + "building_id": 719, + "calendar_resource_nr": 24175, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40618, + "usage_id": 12 + }, + "4105.01.066": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 06, B\u00fcro", "arch_name": "O 06@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": "tvKalender.wSicht?cOrg=50717&cRes=24174&cReadonly=J", - "list_index": "70", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40621", - "roomcode": "4105.01.066", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40622", + "area_id": 43, + "building_id": 719, + "calendar_resource_nr": 24174, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40621, + "usage_id": 12 + }, + "4105.01.067": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 07, Sekretariat", "arch_name": "O 07@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": "tvKalender.wSicht?cOrg=50717&cRes=31232&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40622", - "roomcode": "4105.01.067", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40625", + "area_id": 43, + "building_id": 719, + "calendar_resource_nr": 31232, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40622, + "usage_id": 12 + }, + "4105.01.068": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 08, Teek\u00fcche (gem. Nutzung)", "arch_name": "O 08@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40625", - "roomcode": "4105.01.068", - "usage": 44 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40627", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40625, + "usage_id": 44 + }, + "4105.01.069": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 09, B\u00fcro", "arch_name": "O 09@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40627", - "roomcode": "4105.01.069", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40632", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40627, + "usage_id": 12 + }, + "4105.01.071": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 14, Flur", "arch_name": "O 14@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40632", - "roomcode": "4105.01.071", - "usage": 222 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40635", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40632, + "usage_id": 222 + }, + "4105.01.072": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 13, Treppenraum", "arch_name": "O 13@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40635", - "roomcode": "4105.01.072", - "usage": 223 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40662", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40635, + "usage_id": 223 + }, + "4105.01.073": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 11, WC-Herren Vorraum", "arch_name": "O 11@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40662", - "roomcode": "4105.01.073", - "usage": 118 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40664", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40662, + "usage_id": 118 + }, + "4105.01.074": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 11A, WC-Herren", "arch_name": "O 11A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40664", - "roomcode": "4105.01.074", - "usage": 115 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40666", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40664, + "usage_id": 115 + }, + "4105.01.075": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 11B, WC-Herren", "arch_name": "O 11B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40666", - "roomcode": "4105.01.075", - "usage": 115 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40668", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40666, + "usage_id": 115 + }, + "4105.01.076": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 12, WC-Damen Vorraum", "arch_name": "O 12@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40668", - "roomcode": "4105.01.076", - "usage": 118 - }, - { - "address": "Alte Akademie 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=40671", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40668, + "usage_id": 118 + }, + "4105.01.077": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "O 12A, WC-Damen", "arch_name": "O 12A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40671", - "roomcode": "4105.01.077", - "usage": 116 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40513", + "area_id": 43, + "building_id": 719, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40671, + "usage_id": 116 + }, + "4105.EG.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 01B, B\u00fcro", "arch_name": "E 01B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=55277", - "operator": "[ TUS6SAF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40513", - "roomcode": "4105.EG.001", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40515", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 55277, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40513, + "usage_id": 12 + }, + "4105.EG.001A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 01A, Flur", "arch_name": "E 01A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40515", - "roomcode": "4105.EG.001A", - "usage": 222 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=61464", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40515, + "usage_id": 222 + }, + "4105.EG.001C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 01C, B\u00fcro", "arch_name": "E 01C@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=55277", - "operator": "[ TUS6SAF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61464", - "roomcode": "4105.EG.001C", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=61465", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 55277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61464, + "usage_id": 12 + }, + "4105.EG.001D": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 01E, B\u00fcro", "arch_name": "E 01E@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=55277", - "operator": "[ TUS6SAF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61465", - "roomcode": "4105.EG.001D", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40517", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 55277, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61465, + "usage_id": 12 + }, + "4105.EG.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 02, B\u00fcro", "arch_name": "E 02@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=46195", - "operator": "[ TUWZC5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40517", - "roomcode": "4105.EG.002", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40520", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40517, + "usage_id": 12 + }, + "4105.EG.003B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 03, B\u00fcro", "arch_name": "E 03@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40520", - "roomcode": "4105.EG.003B", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40522", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40520, + "usage_id": 12 + }, + "4105.EG.004A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 04, B\u00fcro (gem. Nutzung)", "arch_name": "E 04@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40522", - "roomcode": "4105.EG.004A", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=20921", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40522, + "usage_id": 12 + }, + "4105.EG.004B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 05B, Bibliothek/K\u00fcche (gem. Nutzung 1126301010)", "arch_name": "E 05B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": "tvKalender.wSicht?cOrg=46195&cRes=12620&cReadonly=J", - "list_index": "48", - "op_link": "webnav.navigate_to?corg=46195", - "operator": "[ TUWZC5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=20921", - "roomcode": "4105.EG.004B", - "usage": 10 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40523", + "area_id": 43, + "building_id": 719, + "calendar_resource_nr": 12620, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20921, + "usage_id": 10 + }, + "4105.EG.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 05A, Seminar / Vorlesungs-Zimmer (gem. Nutzung 1", "arch_name": "E 05A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": "tvKalender.wSicht?cOrg=46195&cRes=26007&cReadonly=J", - "extended": { - "additional_description": "E 05A, Seminar / Vorlesungs-Zimmer (gem. Nutzung 1", - "address": "Alte Akademie 12(4105), Erdgescho\u00df", - "architect_room_nr": "E 05A@4105", - "area_m2": 28.3, - "building": "4105 Institutsgeb\u00e4ude I", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 21, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=46195", - "operator": "[ TUWZC5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40523", - "roomcode": "4105.EG.005", - "usage": 41 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=8666", + "area_id": 43, + "building_id": 719, + "calendar_resource_nr": 26007, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46195, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40523, + "usage_id": 41 + }, + "4105.EG.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 06, B\u00fcro", "arch_name": "E 06@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=46195", - "operator": "[ TUWZC5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8666", - "roomcode": "4105.EG.006", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40524", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8666, + "usage_id": 12 + }, + "4105.EG.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 07, Sekretariat", "arch_name": "E 07@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=46195", - "operator": "[ TUWZC5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40524", - "roomcode": "4105.EG.007", - "usage": 40 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40525", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46195, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40524, + "usage_id": 40 + }, + "4105.EG.008A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 08, B\u00fcro", "arch_name": "E 08@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=46195", - "operator": "[ TUWZC5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40525", - "roomcode": "4105.EG.008A", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40526", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46195, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40525, + "usage_id": 12 + }, + "4105.EG.008B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 11, B\u00fcro (gem. Nutzung 1126301010)", "arch_name": "E 11@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40526", - "roomcode": "4105.EG.008B", - "usage": 12 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40562", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40526, + "usage_id": 12 + }, + "4105.EG.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 09, Treppenraum", "arch_name": "E 09@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40562", - "roomcode": "4105.EG.009", - "usage": 223 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40564", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40562, + "usage_id": 223 + }, + "4105.EG.012A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 12, WC-Herren Vorraum", "arch_name": "E 12@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40564", - "roomcode": "4105.EG.012A", - "usage": 118 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40565", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40564, + "usage_id": 118 + }, + "4105.EG.012B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 12, WC-Herren", "arch_name": "E 12@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40565", - "roomcode": "4105.EG.012B", - "usage": 115 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40567", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40565, + "usage_id": 115 + }, + "4105.EG.012C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 12, WC-Herren", "arch_name": "E 12@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40567", - "roomcode": "4105.EG.012C", - "usage": 115 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40568", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40567, + "usage_id": 115 + }, + "4105.EG.013A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 13, WC-Damen Vorraum", "arch_name": "E 13@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40568", - "roomcode": "4105.EG.013A", - "usage": 118 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=40569", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40568, + "usage_id": 118 + }, + "4105.EG.013B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 13, WC-Damen", "arch_name": "E 13@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40569", - "roomcode": "4105.EG.013B", - "usage": 116 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=61466", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40569, + "usage_id": 116 + }, + "4105.EG.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 14, Foyer", "arch_name": "E 14@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61466", - "roomcode": "4105.EG.014", - "usage": 222 - }, - { - "address": "Alte Akademie 12, EG", - "address_link": "ris.einzelraum?raumkey=61467", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61466, + "usage_id": 222 + }, + "4105.EG.015": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "E 15, Flur", "arch_name": "E 15@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61467", - "roomcode": "4105.EG.015", - "usage": 222 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40363", + "area_id": 43, + "building_id": 719, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61467, + "usage_id": 222 + }, + "4105.U1.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 01, Brandmeldeanlage", "arch_name": "S 01@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40363", - "roomcode": "4105.U1.001", - "usage": 202 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40412", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40363, + "usage_id": 202 + }, + "4105.U1.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 02, Absaugung", "arch_name": "S 02@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40412", - "roomcode": "4105.U1.002", - "usage": 166 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40416", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40412, + "usage_id": 166 + }, + "4105.U1.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 03, Mahlraum S1-Labor", "arch_name": "S 03@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40416", - "roomcode": "4105.U1.003", - "usage": 166 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40419", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40416, + "usage_id": 166 + }, + "4105.U1.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 04A, S1-Labor", "arch_name": "S 04A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40419", - "roomcode": "4105.U1.004", - "usage": 102 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61428", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40419, + "usage_id": 102 + }, + "4105.U1.004B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 04B, W\u00e4geraum S1-Labor", "arch_name": "S 04B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61428", - "roomcode": "4105.U1.004B", - "usage": 103 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40420", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61428, + "usage_id": 103 + }, + "4105.U1.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 05, S1-Labor", "arch_name": "S 05@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40420", - "roomcode": "4105.U1.005", - "usage": 102 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40422", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40420, + "usage_id": 102 + }, + "4105.U1.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 06, Massenspektrometer", "arch_name": "S 06@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40422", - "roomcode": "4105.U1.006", - "usage": 103 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40425", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40422, + "usage_id": 103 + }, + "4105.U1.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 07B, EDV", "arch_name": "S 07B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40425", - "roomcode": "4105.U1.007", - "usage": 207 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=40429", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40425, + "usage_id": 207 + }, + "4105.U1.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 09, B\u00fcro (gem. Nutzung 1110055000)", "arch_name": "S 09@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40429", - "roomcode": "4105.U1.009", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61450", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40429, + "usage_id": 12 + }, + "4105.U1.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 10, Messen, S1-Labor", "arch_name": "S 10@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61450", - "roomcode": "4105.U1.010", - "usage": 103 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61451", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61450, + "usage_id": 103 + }, + "4105.U1.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 11, B\u00fcro", "arch_name": "S 11@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61451", - "roomcode": "4105.U1.011", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61452", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61451, + "usage_id": 12 + }, + "4105.U1.012": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 12, B\u00fcro (gem. Nutzung 1110055000)", "arch_name": "S 12@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61452", - "roomcode": "4105.U1.012", - "usage": 12 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61453", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61452, + "usage_id": 12 + }, + "4105.U1.013A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 13A, WC-Vorraum", "arch_name": "S 13A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61453", - "roomcode": "4105.U1.013A", - "usage": 50 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61454", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61453, + "usage_id": 50 + }, + "4105.U1.013B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 13B, Dusche-Damen", "arch_name": "S 13B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61454", - "roomcode": "4105.U1.013B", - "usage": 113 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61455", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61454, + "usage_id": 113 + }, + "4105.U1.013C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 13C, Dusche-Herren", "arch_name": "S 13C@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61455", - "roomcode": "4105.U1.013C", - "usage": 113 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61456", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61455, + "usage_id": 113 + }, + "4105.U1.013D": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 13D, WC-Damen", "arch_name": "S 13D@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61456", - "roomcode": "4105.U1.013D", - "usage": 116 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61457", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61456, + "usage_id": 116 + }, + "4105.U1.013E": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 13E, WC-Herren Vorraum", "arch_name": "S 13E@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61457", - "roomcode": "4105.U1.013E", - "usage": 118 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61458", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61457, + "usage_id": 118 + }, + "4105.U1.013F": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 13F, WC-Herren", "arch_name": "S 13F@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61458", - "roomcode": "4105.U1.013F", - "usage": 115 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61459", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61458, + "usage_id": 115 + }, + "4105.U1.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 14, Reinigungsmittelraum", "arch_name": "S 14@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61459", - "roomcode": "4105.U1.014", - "usage": 205 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61460", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61459, + "usage_id": 205 + }, + "4105.U1.015": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 15, EDV", "arch_name": "S 15@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61460", - "roomcode": "4105.U1.015", - "usage": 207 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61462", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61460, + "usage_id": 207 + }, + "4105.U1.016": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 16, Treppenraum", "arch_name": "S 16@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61462", - "roomcode": "4105.U1.016", - "usage": 222 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61461", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61462, + "usage_id": 222 + }, + "4105.U1.017": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 17, S1-Flur", "arch_name": "S 17@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61461", - "roomcode": "4105.U1.017", - "usage": 222 - }, - { - "address": "Alte Akademie 12, 1.UG", - "address_link": "ris.einzelraum?raumkey=61463", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61461, + "usage_id": 222 + }, + "4105.U1.018": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "S 18, S1-Trepppenraum", "arch_name": "S 18@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61463", - "roomcode": "4105.U1.018", - "usage": 223 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40223", + "area_id": 43, + "building_id": 719, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61463, + "usage_id": 223 + }, + "4105.U2.001A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 01A, Wurzelwaschanlage", "arch_name": "K 01A@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40223", - "roomcode": "4105.U2.001A", - "usage": 103 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40226", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 50717, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40223, + "usage_id": 103 + }, + "4105.U2.001B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 01B, Abstellraum", "arch_name": "K 01B@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40226", - "roomcode": "4105.U2.001B", - "usage": 30 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40230", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40226, + "usage_id": 30 + }, + "4105.U2.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 02, Auswertung", "arch_name": "K 02@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40230", - "roomcode": "4105.U2.002", - "usage": 102 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40233", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40230, + "usage_id": 102 + }, + "4105.U2.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 04, Kompressor", "arch_name": "K 04@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40233", - "roomcode": "4105.U2.004", - "usage": 194 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40235", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40233, + "usage_id": 194 + }, + "4105.U2.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 05, Klimakammern, S1-Raum", "arch_name": "K 05@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40235", - "roomcode": "4105.U2.005", - "usage": 166 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40236", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40235, + "usage_id": 166 + }, + "4105.U2.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 06, Respirationsanlage", "arch_name": "K 06@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40236", - "roomcode": "4105.U2.006", - "usage": 102 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40297", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40236, + "usage_id": 102 + }, + "4105.U2.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 07, Werkstatt", "arch_name": "K 07@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40297", - "roomcode": "4105.U2.007", - "usage": 51 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40299", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40297, + "usage_id": 51 + }, + "4105.U2.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 09, Werkstatt, S1-Labor", "arch_name": "K 09@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40299", - "roomcode": "4105.U2.009", - "usage": 51 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40302", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40299, + "usage_id": 51 + }, + "4105.U2.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 10, Trockenschr\u00e4nke, S1-Labor", "arch_name": "K 10@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40302", - "roomcode": "4105.U2.010", - "usage": 194 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40305", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40302, + "usage_id": 194 + }, + "4105.U2.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 11, Gefriertruhen, S1-Labor", "arch_name": "K 11@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40305", - "roomcode": "4105.U2.011", - "usage": 30 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=61426", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40305, + "usage_id": 30 + }, + "4105.U2.016": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 16, Technik", "arch_name": "K 16@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61426", - "roomcode": "4105.U2.016", - "usage": 120 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=61427", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61426, + "usage_id": 120 + }, + "4105.U2.017": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 17, Fernw\u00e4rme", "arch_name": "K 17@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61427", - "roomcode": "4105.U2.017", - "usage": 201 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40313", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61427, + "usage_id": 201 + }, + "4105.U2.020": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 20, S1-Treppenraum", "arch_name": "K 20@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40313", - "roomcode": "4105.U2.020", - "usage": 223 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40315", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40313, + "usage_id": 223 + }, + "4105.U2.021": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K21, Lagerraum", "arch_name": "K21@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40315", - "roomcode": "4105.U2.021", - "usage": 30 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40316", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40315, + "usage_id": 30 + }, + "4105.U2.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 19, S1-Flur", "arch_name": "K 19@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40316", - "roomcode": "4105.U2.022", - "usage": 222 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40317", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40316, + "usage_id": 222 + }, + "4105.U2.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 23, Elektroverteilung", "arch_name": "K 23@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40317", - "roomcode": "4105.U2.023", - "usage": 160 - }, - { - "address": "Alte Akademie 12, 2.UG", - "address_link": "ris.einzelraum?raumkey=40359", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40317, + "usage_id": 160 + }, + "4105.U2.024": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "alt_name": "K 18, Treppenraum", "arch_name": "K 18@4105", - "b_area_id": 43, - "b_filter_id": 719, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40359", - "roomcode": "4105.U2.024", - "usage": 223 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=8429", + "area_id": 43, + "building_id": 719, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40359, + "usage_id": 223 + }, + "4106.01.061": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 61, B\u00fcro", "arch_name": "O 61@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8429", - "roomcode": "4106.01.061", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=40102", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8429, + "usage_id": 12 + }, + "4106.01.062": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 64, B\u00fcro", "arch_name": "O 64@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40102", - "roomcode": "4106.01.062", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=20747", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40102, + "usage_id": 12 + }, + "4106.01.063": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 13, Flur", "arch_name": "O 13@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=20747", - "roomcode": "4106.01.063", - "usage": 222 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=40108", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 20747, + "usage_id": 222 + }, + "4106.01.063A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 69 B, Flur", "arch_name": "O 69 B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40108", - "roomcode": "4106.01.063A", - "usage": 222 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=40319", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40108, + "usage_id": 222 + }, + "4106.01.063B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 62, Flur", "arch_name": "O 62@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40319", - "roomcode": "4106.01.063B", - "usage": 222 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=8460", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40319, + "usage_id": 222 + }, + "4106.01.064": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 63, B\u00fcro", "arch_name": "O 63@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8460", - "roomcode": "4106.01.064", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=40323", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8460, + "usage_id": 12 + }, + "4106.01.065": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 65, B\u00fcro", "arch_name": "O 65@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40323", - "roomcode": "4106.01.065", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=14844", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40323, + "usage_id": 12 + }, + "4106.01.066": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 66, Seminarraum/Bibliothek/K\u00fcche", "arch_name": "O 66@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=18136&cReadonly=J", - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=14844", - "roomcode": "4106.01.066", - "usage": 44 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=40329", + "area_id": 43, + "building_id": 720, + "calendar_resource_nr": 18136, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14844, + "usage_id": 44 + }, + "4106.01.067": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 67, Professor", "arch_name": "O 67@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40329", - "roomcode": "4106.01.067", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=8482", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40329, + "usage_id": 12 + }, + "4106.01.068": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 68, Vorzimmer", "arch_name": "O 68@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8482", - "roomcode": "4106.01.068", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=40331", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8482, + "usage_id": 12 + }, + "4106.01.069": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 69, B\u00fcro", "arch_name": "O 69@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40331", - "roomcode": "4106.01.069", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=8485", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40331, + "usage_id": 12 + }, + "4106.01.069A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 69 A, B\u00fcro", "arch_name": "O 69 A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8485", - "roomcode": "4106.01.069A", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43632", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8485, + "usage_id": 12 + }, + "4106.01.070": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 70, B\u00fcro", "arch_name": "O 70@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43632", - "roomcode": "4106.01.070", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43635", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43632, + "usage_id": 12 + }, + "4106.01.071": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 71, B\u00fcro", "arch_name": "O 71@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43635", - "roomcode": "4106.01.071", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43638", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43635, + "usage_id": 12 + }, + "4106.01.072": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 72, B\u00fcro", "arch_name": "O 72@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43638", - "roomcode": "4106.01.072", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=8489", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43638, + "usage_id": 12 + }, + "4106.01.073": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 73, B\u00fcro", "arch_name": "O 73@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8489", - "roomcode": "4106.01.073", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43644", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14881, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8489, + "usage_id": 12 + }, + "4106.01.075": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 14, Treppenraum", "arch_name": "O 14@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43644", - "roomcode": "4106.01.075", - "usage": 223 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43646", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43644, + "usage_id": 223 + }, + "4106.01.076": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 16, WC-Herren Vorraum/Putzkammer", "arch_name": "O 16@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43646", - "roomcode": "4106.01.076", - "usage": 118 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43647", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43646, + "usage_id": 118 + }, + "4106.01.077": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 17, WC-Herren", "arch_name": "O 17@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43647", - "roomcode": "4106.01.077", - "usage": 115 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43649", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43647, + "usage_id": 115 + }, + "4106.01.078": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 18, WC-Herren", "arch_name": "O 18@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43649", - "roomcode": "4106.01.078", - "usage": 115 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43652", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43649, + "usage_id": 115 + }, + "4106.01.079": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 19, WC-Damen", "arch_name": "O 19@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43652", - "roomcode": "4106.01.079", - "usage": 116 - }, - { - "address": "Alte Akademie 14, 1.OG", - "address_link": "ris.einzelraum?raumkey=43711", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43652, + "usage_id": 116 + }, + "4106.01.080": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "O 20, WC-Damen Vorraum", "arch_name": "O 20@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43711", - "roomcode": "4106.01.080", - "usage": 118 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8441", + "area_id": 43, + "building_id": 720, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43711, + "usage_id": 118 + }, + "4106.EG.040": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 40, B\u00fcro", "arch_name": "E 40@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8441", - "roomcode": "4106.EG.040", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8442", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8441, + "usage_id": 12 + }, + "4106.EG.041": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 41, B\u00fcro", "arch_name": "E 41@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8442", - "roomcode": "4106.EG.041", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8444", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8442, + "usage_id": 12 + }, + "4106.EG.042": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 42, B\u00fcro", "arch_name": "E 42@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8444", - "roomcode": "4106.EG.042", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8446", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8444, + "usage_id": 12 + }, + "4106.EG.043": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 43, Professor", "arch_name": "E 43@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8446", - "roomcode": "4106.EG.043", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40368", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8446, + "usage_id": 12 + }, + "4106.EG.044": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 14, Flur", "arch_name": "E 14@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40368", - "roomcode": "4106.EG.044", - "usage": 222 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=31887", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40368, + "usage_id": 222 + }, + "4106.EG.045": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 45, Sekretariat", "arch_name": "E 45@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=31887", - "roomcode": "4106.EG.045", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40371", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31887, + "usage_id": 12 + }, + "4106.EG.046": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 13, Treppenraum", "arch_name": "E 13@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40371", - "roomcode": "4106.EG.046", - "usage": 223 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40373", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40371, + "usage_id": 223 + }, + "4106.EG.047": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 46, Seminarraum", "arch_name": "E 46@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": "tvKalender.wSicht?cOrg=14815&cRes=19298&cReadonly=J", - "extended": { - "additional_description": "E 46, Seminarraum", - "address": "Alte Akademie 14(4106), Erdgescho\u00df", - "architect_room_nr": "E 46@4106", - "area_m2": 28.12, - "building": "4106 Institutsgeb\u00e4ude II", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "047", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40373", - "roomcode": "4106.EG.047", - "usage": 41 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8452", + "area_id": 43, + "building_id": 720, + "calendar_resource_nr": 19298, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40373, + "usage_id": 41 + }, + "4106.EG.048": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 47, Besprechungszimmer", "arch_name": "E 47@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8452", - "roomcode": "4106.EG.048", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=66790", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8452, + "usage_id": 12 + }, + "4106.EG.048A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 48, K\u00fcche", "arch_name": "E 48@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66790", - "roomcode": "4106.EG.048A", - "usage": 28 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8453", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66790, + "usage_id": 28 + }, + "4106.EG.049": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 49, B\u00fcro", "arch_name": "E 49@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8453", - "roomcode": "4106.EG.049", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8416", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8453, + "usage_id": 12 + }, + "4106.EG.050": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 50 A, B\u00fcro", "arch_name": "E 50 A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8416", - "roomcode": "4106.EG.050", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=66788", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8416, + "usage_id": 12 + }, + "4106.EG.050B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 50 B, Aktenlager", "arch_name": "E 50 B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66788", - "roomcode": "4106.EG.050B", - "usage": 2 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=8418", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66788, + "usage_id": 2 + }, + "4106.EG.054": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 54 A, B\u00fcro", "arch_name": "E 54 A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8418", - "roomcode": "4106.EG.054", - "usage": 12 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=66789", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8418, + "usage_id": 12 + }, + "4106.EG.054B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 54 B, Aktenlager", "arch_name": "E 54 B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66789", - "roomcode": "4106.EG.054B", - "usage": 2 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40245", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66789, + "usage_id": 2 + }, + "4106.EG.055": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 11A, WC-Herren Vorraum/Putzkammer", "arch_name": "E 11A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40245", - "roomcode": "4106.EG.055", - "usage": 118 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40248", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40245, + "usage_id": 118 + }, + "4106.EG.056": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 11B, WC-Herren", "arch_name": "E 11B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40248", - "roomcode": "4106.EG.056", - "usage": 115 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40249", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40248, + "usage_id": 115 + }, + "4106.EG.057": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 11C, WC-Herren", "arch_name": "E 11C@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40249", - "roomcode": "4106.EG.057", - "usage": 115 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40253", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40249, + "usage_id": 115 + }, + "4106.EG.058": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 12A, WC-Damen Vorraum", "arch_name": "E 12A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40253", - "roomcode": "4106.EG.058", - "usage": 118 - }, - { - "address": "Alte Akademie 14, EG", - "address_link": "ris.einzelraum?raumkey=40257", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40253, + "usage_id": 118 + }, + "4106.EG.059": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "E 12B, WC-Damen", "arch_name": "E 12B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40257", - "roomcode": "4106.EG.059", - "usage": 116 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=39977", + "area_id": 43, + "building_id": 720, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40257, + "usage_id": 116 + }, + "4106.U1.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 22, B\u00fcro", "arch_name": "S 22@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39977", - "roomcode": "4106.U1.022", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=39982", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39977, + "usage_id": 12 + }, + "4106.U1.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 23, B\u00fcro", "arch_name": "S 23@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39982", - "roomcode": "4106.U1.023", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=39983", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39982, + "usage_id": 12 + }, + "4106.U1.024": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 24, B\u00fcro", "arch_name": "S 24@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39983", - "roomcode": "4106.U1.024", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8833", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14815, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39983, + "usage_id": 12 + }, + "4106.U1.025": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 25, B\u00fcro", "arch_name": "S 25@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8833", - "roomcode": "4106.U1.025", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8834", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8833, + "usage_id": 12 + }, + "4106.U1.026": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 26, Sekretariat", "arch_name": "S 26@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8834", - "roomcode": "4106.U1.026", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8835", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8834, + "usage_id": 12 + }, + "4106.U1.027": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 27, Professor", "arch_name": "S 27@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8835", - "roomcode": "4106.U1.027", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8837", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8835, + "usage_id": 12 + }, + "4106.U1.028": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 28, Besprechungsraum", "arch_name": "S 28@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8837", - "roomcode": "4106.U1.028", - "usage": 196 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8839", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8837, + "usage_id": 196 + }, + "4106.U1.029": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 29, B\u00fcro", "arch_name": "S 29@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8839", - "roomcode": "4106.U1.029", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8847", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8839, + "usage_id": 12 + }, + "4106.U1.030": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 30, B\u00fcro", "arch_name": "S 30@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8847", - "roomcode": "4106.U1.030", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8849", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8847, + "usage_id": 12 + }, + "4106.U1.031": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 31, B\u00fcro", "arch_name": "S 31@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8849", - "roomcode": "4106.U1.031", - "usage": 12 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8851", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8849, + "usage_id": 12 + }, + "4106.U1.032": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 32, Seminarraum 11 (WZWS11)", "arch_name": "S 32@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": "tvKalender.wSicht?cOrg=14817&cRes=17914&cReadonly=J", - "extended": { - "additional_description": "S 32, Seminarraum 11 (WZWS11)", - "address": "Alte Akademie 14(4106), 1.Untergescho\u00df", - "architect_room_nr": "S 32@4106", - "area_m2": 33.95, - "building": "4106 Institutsgeb\u00e4ude II", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "032", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8851", - "roomcode": "4106.U1.032", - "usage": 41 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=8852", + "area_id": 43, + "building_id": 720, + "calendar_resource_nr": 17914, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14817, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8851, + "usage_id": 41 + }, + "4106.U1.033": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 33, K\u00fcche", "arch_name": "S 33@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14817", - "operator": "[ TUWIB14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8852", - "roomcode": "4106.U1.033", - "usage": 198 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40055", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14817, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8852, + "usage_id": 198 + }, + "4106.U1.034": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 17, Flur", "arch_name": "S 17@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40055", - "roomcode": "4106.U1.034", - "usage": 222 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40059", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40055, + "usage_id": 222 + }, + "4106.U1.035": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 16, Treppenraum", "arch_name": "S 16@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40059", - "roomcode": "4106.U1.035", - "usage": 223 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40063", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40059, + "usage_id": 223 + }, + "4106.U1.036": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 13, WC-Herren Vorraum/Putzkammer", "arch_name": "S 13@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40063", - "roomcode": "4106.U1.036", - "usage": 118 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40066", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40063, + "usage_id": 118 + }, + "4106.U1.037": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 13B, WC-Herren", "arch_name": "S 13B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40066", - "roomcode": "4106.U1.037", - "usage": 115 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40155", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40066, + "usage_id": 115 + }, + "4106.U1.038": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 13C, WC-Herren", "arch_name": "S 13C@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40155", - "roomcode": "4106.U1.038", - "usage": 115 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40158", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40155, + "usage_id": 115 + }, + "4106.U1.039": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 14A, WC-Damen Vorraum", "arch_name": "S 14A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40158", - "roomcode": "4106.U1.039", - "usage": 118 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40161", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40158, + "usage_id": 118 + }, + "4106.U1.040": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 14B, WC-Damen", "arch_name": "S 14B@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40161", - "roomcode": "4106.U1.040", - "usage": 116 - }, - { - "address": "Alte Akademie 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=40165", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40161, + "usage_id": 116 + }, + "4106.U1.041": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "S 15, Reinigungsmittelraum", "arch_name": "S 15@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40165", - "roomcode": "4106.U1.041", - "usage": 205 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40673", + "area_id": 43, + "building_id": 720, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40165, + "usage_id": 205 + }, + "4106.U2.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 01, Archiv", "arch_name": "K 01@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40673", - "roomcode": "4106.U2.001", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40676", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40673, + "usage_id": 2 + }, + "4106.U2.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 02, Archiv", "arch_name": "K 02@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40676", - "roomcode": "4106.U2.002", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40698", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40676, + "usage_id": 2 + }, + "4106.U2.003A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 03, Lager", "arch_name": "K 03@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40698", - "roomcode": "4106.U2.003A", - "usage": 30 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40703", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40698, + "usage_id": 30 + }, + "4106.U2.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 04, Lager", "arch_name": "K 04@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40703", - "roomcode": "4106.U2.004", - "usage": 30 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40704", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40703, + "usage_id": 30 + }, + "4106.U2.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 05, Archiv", "arch_name": "K 05@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40704", - "roomcode": "4106.U2.005", - "usage": 30 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40708", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40704, + "usage_id": 30 + }, + "4106.U2.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 06, Archiv", "arch_name": "K 06@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40708", - "roomcode": "4106.U2.006", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40710", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Linoleum", + "main_operator_id": 14442, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40708, + "usage_id": 2 + }, + "4106.U2.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 07, Archiv", "arch_name": "K 07@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40710", - "roomcode": "4106.U2.007", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40712", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14815, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40710, + "usage_id": 2 + }, + "4106.U2.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 08, Archiv", "arch_name": "K 08@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40712", - "roomcode": "4106.U2.008", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=40713", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40712, + "usage_id": 2 + }, + "4106.U2.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 09, Archiv", "arch_name": "K 09@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=40713", - "roomcode": "4106.U2.009", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39931", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14815, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 40713, + "usage_id": 2 + }, + "4106.U2.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 10, Archiv und Lagerraum", "arch_name": "K 10@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14815", - "operator": "[ TUWZP3R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39931", - "roomcode": "4106.U2.010", - "usage": 2 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39934", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14815, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39931, + "usage_id": 2 + }, + "4106.U2.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 11, Abstellraum", "arch_name": "K 11@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39934", - "roomcode": "4106.U2.011", - "usage": 159 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39936", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39934, + "usage_id": 159 + }, + "4106.U2.012": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 12, Server", "arch_name": "K 12@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39936", - "roomcode": "4106.U2.012", - "usage": 207 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=66766", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39936, + "usage_id": 207 + }, + "4106.U2.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 13, Server", "arch_name": "K 13@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66766", - "roomcode": "4106.U2.013", - "usage": 207 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39940", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66766, + "usage_id": 207 + }, + "4106.U2.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 16 A, Flur", "arch_name": "K 16 A@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39940", - "roomcode": "4106.U2.022", - "usage": 222 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39941", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39940, + "usage_id": 222 + }, + "4106.U2.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 18, Treppe", "arch_name": "K 18@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39941", - "roomcode": "4106.U2.023", - "usage": 223 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39942", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39941, + "usage_id": 223 + }, + "4106.U2.024": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 17, Lager", "arch_name": "K 17@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39942", - "roomcode": "4106.U2.024", - "usage": 30 - }, - { - "address": "Alte Akademie 14, 2.UG", - "address_link": "ris.einzelraum?raumkey=39944", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39942, + "usage_id": 30 + }, + "4106.U2.025": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "alt_name": "K 14, Heizung", "arch_name": "K 14@4106", - "b_area_id": 43, - "b_filter_id": 720, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=39944", - "roomcode": "4106.U2.025", - "usage": 201 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42867", + "area_id": 43, + "building_id": 720, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 39944, + "usage_id": 201 + }, + "4107.01.101": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 01, B\u00fcro", "arch_name": "O 01@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42867", - "roomcode": "4107.01.101", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42868", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42867, + "usage_id": 12 + }, + "4107.01.102": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 02, B\u00fcro", "arch_name": "O 02@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42868", - "roomcode": "4107.01.102", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42872", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42868, + "usage_id": 12 + }, + "4107.01.103": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 03, B\u00fcro", "arch_name": "O 03@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42872", - "roomcode": "4107.01.103", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42873", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42872, + "usage_id": 12 + }, + "4107.01.104": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 04, B\u00fcro", "arch_name": "O 04@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42873", - "roomcode": "4107.01.104", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42876", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42873, + "usage_id": 12 + }, + "4107.01.105": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 05, Arbeitsraum", "arch_name": "O 05@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42876", - "roomcode": "4107.01.105", - "usage": 207 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=63104", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42876, + "usage_id": 207 + }, + "4107.01.105A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 05A, Sozialraum", "arch_name": "O 05A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63104", - "roomcode": "4107.01.105A", - "usage": 44 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42878", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63104, + "usage_id": 44 + }, + "4107.01.106": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 06, Seminarraum", "arch_name": "O 06@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": "tvKalender.wSicht?cOrg=44149&cRes=22398&cReadonly=J", - "extended": { - "additional_description": "O 06, Seminarraum", - "address": "Alte Akademie 16(4107), 1.Obergescho\u00df", - "architect_room_nr": "O 06@4107", - "area_m2": 46.75, - "building": "4107 Institutsgeb\u00e4ude III", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "106", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42878", - "roomcode": "4107.01.106", - "usage": 41 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42881", + "area_id": 43, + "building_id": 721, + "calendar_resource_nr": 22398, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42878, + "usage_id": 41 + }, + "4107.01.107": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 07, Sekretariat", "arch_name": "O 07@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42881", - "roomcode": "4107.01.107", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42883", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42881, + "usage_id": 12 + }, + "4107.01.108": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 08, Professor", "arch_name": "O 08@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42883", - "roomcode": "4107.01.108", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42885", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42883, + "usage_id": 12 + }, + "4107.01.109": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 09, B\u00fcro", "arch_name": "O 09@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42885", - "roomcode": "4107.01.109", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=63105", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44149, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42885, + "usage_id": 12 + }, + "4107.01.110": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 10, B\u00fcro", "arch_name": "O 10@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63105", - "roomcode": "4107.01.110", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42965", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44149, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63105, + "usage_id": 12 + }, + "4107.01.112": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "D12, Aufzugsschacht", "arch_name": "D12@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42965", - "roomcode": "4107.01.112", - "usage": 195 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42966", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42965, + "usage_id": 195 + }, + "4107.01.113": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 13, Treppe", "arch_name": "O 13@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42966", - "roomcode": "4107.01.113", - "usage": 223 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=63106", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42966, + "usage_id": 223 + }, + "4107.01.114": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 14, WC-Vorraum", "arch_name": "O 14@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63106", - "roomcode": "4107.01.114", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42970", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63106, + "usage_id": 118 + }, + "4107.01.114A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 14a, Dusche", "arch_name": "O 14a@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42970", - "roomcode": "4107.01.114A", - "usage": 113 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42972", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42970, + "usage_id": 113 + }, + "4107.01.114B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 14b, WC-Damen Vorraum", "arch_name": "O 14b@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42972", - "roomcode": "4107.01.114B", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=66927", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42972, + "usage_id": 118 + }, + "4107.01.114D": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 14d, WC-Damen", "arch_name": "O 14d@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66927", - "roomcode": "4107.01.114D", - "usage": 116 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=63107", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66927, + "usage_id": 116 + }, + "4107.01.115": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 15, WC-Herren Vorraum", "arch_name": "O 15@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63107", - "roomcode": "4107.01.115", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=42978", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63107, + "usage_id": 118 + }, + "4107.01.115A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 15a, WC-Herren", "arch_name": "O 15a@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42978", - "roomcode": "4107.01.115A", - "usage": 115 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43063", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42978, + "usage_id": 115 + }, + "4107.01.116": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 16, Flur", "arch_name": "O 16@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43063", - "roomcode": "4107.01.116", - "usage": 222 - }, - { - "address": "Alte Akademie 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=43066", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43063, + "usage_id": 222 + }, + "4107.01.117": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "O 11, Treppe (Dachausstieg)", "arch_name": "O 11@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43066", - "roomcode": "4107.01.117", - "usage": 223 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44106", + "area_id": 43, + "building_id": 721, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43066, + "usage_id": 223 + }, + "4107.EG.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E01, B\u00fcro", "arch_name": "E01@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44106", - "roomcode": "4107.EG.001", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44107", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44106, + "usage_id": 12 + }, + "4107.EG.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E02, B\u00fcro", "arch_name": "E02@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44107", - "roomcode": "4107.EG.002", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44108", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44107, + "usage_id": 12 + }, + "4107.EG.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E03, B\u00fcro", "arch_name": "E03@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44108", - "roomcode": "4107.EG.003", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44109", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44108, + "usage_id": 12 + }, + "4107.EG.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E04, B\u00fcro", "arch_name": "E04@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44109", - "roomcode": "4107.EG.004", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44110", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44109, + "usage_id": 12 + }, + "4107.EG.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E05, B\u00fcro", "arch_name": "E05@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44110", - "roomcode": "4107.EG.005", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44111", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44110, + "usage_id": 12 + }, + "4107.EG.006A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E06A, B\u00fcro", "arch_name": "E06A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44111", - "roomcode": "4107.EG.006A", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44112", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44111, + "usage_id": 12 + }, + "4107.EG.006B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E06B, B\u00fcro", "arch_name": "E06B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44112", - "roomcode": "4107.EG.006B", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44113", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44112, + "usage_id": 12 + }, + "4107.EG.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E07, B\u00fcro", "arch_name": "E07@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44113", - "roomcode": "4107.EG.007", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44114", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44113, + "usage_id": 12 + }, + "4107.EG.008A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E08A, B\u00fcro", "arch_name": "E08A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44114", - "roomcode": "4107.EG.008A", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44191", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44114, + "usage_id": 12 + }, + "4107.EG.008B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E08B, B\u00fcro", "arch_name": "E08B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44191", - "roomcode": "4107.EG.008B", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44197", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44191, + "usage_id": 12 + }, + "4107.EG.009A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E09A, B\u00fcro", "arch_name": "E09A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44197", - "roomcode": "4107.EG.009A", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44199", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44197, + "usage_id": 12 + }, + "4107.EG.009B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E09B, B\u00fcro", "arch_name": "E09B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44199", - "roomcode": "4107.EG.009B", - "usage": 12 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44200", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45971, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44199, + "usage_id": 12 + }, + "4107.EG.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E16, Aufzugsschacht", "arch_name": "E16@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44200", - "roomcode": "4107.EG.010", - "usage": 195 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=66931", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44200, + "usage_id": 195 + }, + "4107.EG.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E 11, Reinigungsmittelraum", "arch_name": "E 11@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66931", - "roomcode": "4107.EG.011", - "usage": 205 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44203", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66931, + "usage_id": 205 + }, + "4107.EG.011A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E11A, WC-Herren Vorraum", "arch_name": "E11A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44203", - "roomcode": "4107.EG.011A", - "usage": 118 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44204", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44203, + "usage_id": 118 + }, + "4107.EG.011B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E11B, WC-Herren", "arch_name": "E11B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44204", - "roomcode": "4107.EG.011B", - "usage": 115 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44205", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44204, + "usage_id": 115 + }, + "4107.EG.011C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E11C, WC-Herren", "arch_name": "E11C@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44205", - "roomcode": "4107.EG.011C", - "usage": 115 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44208", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44205, + "usage_id": 115 + }, + "4107.EG.012A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E12A, WC-Damen Vorraum", "arch_name": "E12A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44208", - "roomcode": "4107.EG.012A", - "usage": 118 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=44210", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44208, + "usage_id": 118 + }, + "4107.EG.012B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E12B, WC-Damen", "arch_name": "E12B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44210", - "roomcode": "4107.EG.012B", - "usage": 116 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=42863", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44210, + "usage_id": 116 + }, + "4107.EG.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E13, Treppenraum", "arch_name": "E13@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42863", - "roomcode": "4107.EG.013", - "usage": 223 - }, - { - "address": "Alte Akademie 16, EG", - "address_link": "ris.einzelraum?raumkey=42864", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42863, + "usage_id": 223 + }, + "4107.EG.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "E14, Flur", "arch_name": "E14@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42864", - "roomcode": "4107.EG.014", - "usage": 222 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43907", + "area_id": 43, + "building_id": 721, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42864, + "usage_id": 222 + }, + "4107.U1.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 01, Flur", "arch_name": "S 01@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43907", - "roomcode": "4107.U1.001", - "usage": 16 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43910", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43907, + "usage_id": 16 + }, + "4107.U1.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 02, B\u00fcro", "arch_name": "S 02@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43910", - "roomcode": "4107.U1.002", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43912", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43910, + "usage_id": 12 + }, + "4107.U1.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 03, Arbeitsraum", "arch_name": "S 03@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43912", - "roomcode": "4107.U1.003", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=8578", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43912, + "usage_id": 12 + }, + "4107.U1.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 04, B\u00fcro", "arch_name": "S 04@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8578", - "roomcode": "4107.U1.004", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=8601", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8578, + "usage_id": 12 + }, + "4107.U1.004A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 04a, B\u00fcro", "arch_name": "S 04a@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8601", - "roomcode": "4107.U1.004A", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=43996", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8601, + "usage_id": 12 + }, + "4107.U1.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 05, B\u00fcro", "arch_name": "S 05@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": "tvKalender.wSicht?cOrg=14816&cRes=22165&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43996", - "roomcode": "4107.U1.005", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=8604", + "area_id": 43, + "building_id": 721, + "calendar_resource_nr": 22165, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43996, + "usage_id": 12 + }, + "4107.U1.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 06, B\u00fcro", "arch_name": "S 06@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": "tvKalender.wSicht?cOrg=14816&cRes=12540&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8604", - "roomcode": "4107.U1.006", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=8606", + "area_id": 43, + "building_id": 721, + "calendar_resource_nr": 12540, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8604, + "usage_id": 12 + }, + "4107.U1.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 07, Besprechungsraum", "arch_name": "S 07@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": "tvKalender.wSicht?cOrg=14816&cRes=18011&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8606", - "roomcode": "4107.U1.007", - "usage": 196 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44089", + "area_id": 43, + "building_id": 721, + "calendar_resource_nr": 18011, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8606, + "usage_id": 196 + }, + "4107.U1.007A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 07a, Flur", "arch_name": "S 07a@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44089", - "roomcode": "4107.U1.007A", - "usage": 222 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44090", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44089, + "usage_id": 222 + }, + "4107.U1.007B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 07b, Teek\u00fcche", "arch_name": "S 07b@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44090", - "roomcode": "4107.U1.007B", - "usage": 44 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=8611", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44090, + "usage_id": 44 + }, + "4107.U1.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 08, B\u00fcro", "arch_name": "S 08@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": "tvKalender.wSicht?cOrg=14816&cRes=22373&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8611", - "roomcode": "4107.U1.008", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44093", + "area_id": 43, + "building_id": 721, + "calendar_resource_nr": 22373, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8611, + "usage_id": 12 + }, + "4107.U1.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 09, B\u00fcro", "arch_name": "S 09@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44093", - "roomcode": "4107.U1.009", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44094", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44093, + "usage_id": 12 + }, + "4107.U1.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 10, B\u00fcro", "arch_name": "S 10@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44094", - "roomcode": "4107.U1.010", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=8643", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44094, + "usage_id": 12 + }, + "4107.U1.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 11, B\u00fcro", "arch_name": "S 11@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8643", - "roomcode": "4107.U1.011", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44095", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8643, + "usage_id": 12 + }, + "4107.U1.012A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 12, Flur", "arch_name": "S 12@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44095", - "roomcode": "4107.U1.012A", - "usage": 222 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44096", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44095, + "usage_id": 222 + }, + "4107.U1.012B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 12a, B\u00fcro", "arch_name": "S 12a@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44096", - "roomcode": "4107.U1.012B", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44097", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44096, + "usage_id": 12 + }, + "4107.U1.012C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 12b, B\u00fcro", "arch_name": "S 12b@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44097", - "roomcode": "4107.U1.012C", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44098", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44097, + "usage_id": 12 + }, + "4107.U1.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 13, Aufzugsschacht", "arch_name": "S 13@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44098", - "roomcode": "4107.U1.013", - "usage": 195 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=66930", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44098, + "usage_id": 195 + }, + "4107.U1.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 14, WC-Vorraum", "arch_name": "S 14@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66930", - "roomcode": "4107.U1.014", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44099", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66930, + "usage_id": 118 + }, + "4107.U1.014A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 14A, WC-Damen Vorraum", "arch_name": "S 14A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44099", - "roomcode": "4107.U1.014A", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44100", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44099, + "usage_id": 118 + }, + "4107.U1.014B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 14B, WC-Damen", "arch_name": "S 14B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44100", - "roomcode": "4107.U1.014B", - "usage": 116 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44101", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44100, + "usage_id": 116 + }, + "4107.U1.014C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 14C, WC-Damen", "arch_name": "S 14C@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44101", - "roomcode": "4107.U1.014C", - "usage": 116 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44102", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44101, + "usage_id": 116 + }, + "4107.U1.015": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 15, Reinigungsmittelraum", "arch_name": "S 15@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44102", - "roomcode": "4107.U1.015", - "usage": 205 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=66924", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44102, + "usage_id": 205 + }, + "4107.U1.015A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 15A, WC-Herren Vorraum", "arch_name": "S 15A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66924", - "roomcode": "4107.U1.015A", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=66925", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66924, + "usage_id": 118 + }, + "4107.U1.015B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 15B, WC-Herren", "arch_name": "S 15B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66925", - "roomcode": "4107.U1.015B", - "usage": 115 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=66926", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66925, + "usage_id": 115 + }, + "4107.U1.015C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 15C, WC-Herren", "arch_name": "S 15C@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66926", - "roomcode": "4107.U1.015C", - "usage": 115 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44103", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66926, + "usage_id": 115 + }, + "4107.U1.016": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 16, Server", "arch_name": "S 16@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44103", - "roomcode": "4107.U1.016", - "usage": 207 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44104", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44103, + "usage_id": 207 + }, + "4107.U1.017": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 17, Treppenraum", "arch_name": "S 17@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44104", - "roomcode": "4107.U1.017", - "usage": 223 - }, - { - "address": "Alte Akademie 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44105", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44104, + "usage_id": 223 + }, + "4107.U1.018": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "S 18, Flur", "arch_name": "S 18@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44105", - "roomcode": "4107.U1.018", - "usage": 222 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43712", + "area_id": 43, + "building_id": 721, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44105, + "usage_id": 222 + }, + "4107.U2.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K01/ K02, Siebelabor und Lager", "arch_name": "K01/ K02@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43712", - "roomcode": "4107.U2.001", - "usage": 102 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43715", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 25281, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43712, + "usage_id": 102 + }, + "4107.U2.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K03, Archiv und Lagerraum", "arch_name": "K03@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43715", - "roomcode": "4107.U2.003", - "usage": 2 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43716", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 14816, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43715, + "usage_id": 2 + }, + "4107.U2.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K04, B\u00fcro", "arch_name": "K04@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43716", - "roomcode": "4107.U2.004", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43718", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43716, + "usage_id": 12 + }, + "4107.U2.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K05A, Lager", "arch_name": "K05A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43718", - "roomcode": "4107.U2.005", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=67833", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43718, + "usage_id": 30 + }, + "4107.U2.005A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K05B, Serverraum", "arch_name": "K05B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67833", - "roomcode": "4107.U2.005A", - "usage": 207 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43720", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67833, + "usage_id": 207 + }, + "4107.U2.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K06, B\u00fcro", "arch_name": "K06@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43720", - "roomcode": "4107.U2.006", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43722", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43720, + "usage_id": 12 + }, + "4107.U2.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K07, B\u00fcro", "arch_name": "K07@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43722", - "roomcode": "4107.U2.007", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43724", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43722, + "usage_id": 12 + }, + "4107.U2.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K08, B\u00fcro", "arch_name": "K08@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43724", - "roomcode": "4107.U2.008", - "usage": 12 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43727", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 45971, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43724, + "usage_id": 12 + }, + "4107.U2.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K09, Lager", "arch_name": "K09@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43727", - "roomcode": "4107.U2.009", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43730", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43727, + "usage_id": 30 + }, + "4107.U2.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K10, Serverraum", "arch_name": "K10@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43730", - "roomcode": "4107.U2.010", - "usage": 207 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43802", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 44149, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43730, + "usage_id": 207 + }, + "4107.U2.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K11, Lagerraum", "arch_name": "K11@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43802", - "roomcode": "4107.U2.011", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43804", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 44149, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43802, + "usage_id": 30 + }, + "4107.U2.012": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K12, Lagerraum", "arch_name": "K12@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44149", - "operator": "[ TUWZB5T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43804", - "roomcode": "4107.U2.012", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43806", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 44149, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43804, + "usage_id": 30 + }, + "4107.U2.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K13, Lagerraum", "arch_name": "K13@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43806", - "roomcode": "4107.U2.013", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43810", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14816, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43806, + "usage_id": 30 + }, + "4107.U2.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K14, Lagerraum", "arch_name": "K14@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43810", - "roomcode": "4107.U2.014", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43813", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14816, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43810, + "usage_id": 30 + }, + "4107.U2.015": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K15, Lagerraum", "arch_name": "K15@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43813", - "roomcode": "4107.U2.015", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=68045", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14816, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43813, + "usage_id": 30 + }, + "4107.U2.016": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K16, Lagerraum", "arch_name": "K16@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14816", - "operator": "[ TUWIB08 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68045", - "roomcode": "4107.U2.016", - "usage": 30 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43814", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 14816, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68045, + "usage_id": 30 + }, + "4107.U2.017": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K17, Aufzugsschacht", "arch_name": "K17@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43814", - "roomcode": "4107.U2.017", - "usage": 195 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43816", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43814, + "usage_id": 195 + }, + "4107.U2.018": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K18, Reinigungsmittelraum", "arch_name": "K18@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43816", - "roomcode": "4107.U2.018", - "usage": 205 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43896", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43816, + "usage_id": 205 + }, + "4107.U2.019A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K19A, WC-Vorraum", "arch_name": "K19A@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43896", - "roomcode": "4107.U2.019A", - "usage": 118 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43899", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43896, + "usage_id": 118 + }, + "4107.U2.019B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K19B, WC", "arch_name": "K19B@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43899", - "roomcode": "4107.U2.019B", - "usage": 114 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43902", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43899, + "usage_id": 114 + }, + "4107.U2.020": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K20, Heizung", "arch_name": "K20@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43902", - "roomcode": "4107.U2.020", - "usage": 201 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43903", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43902, + "usage_id": 201 + }, + "4107.U2.021": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K15, Treppenraum", "arch_name": "K15@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43903", - "roomcode": "4107.U2.021", - "usage": 223 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=43906", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43903, + "usage_id": 223 + }, + "4107.U2.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K22, Flur", "arch_name": "K22@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43906", - "roomcode": "4107.U2.022", - "usage": 222 - }, - { - "address": "Alte Akademie 16, 2.UG", - "address_link": "ris.einzelraum?raumkey=68200", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43906, + "usage_id": 222 + }, + "4107.U2.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "alt_name": "K21, HA-Raum", "arch_name": "K21@4107", - "b_area_id": 43, - "b_filter_id": 721, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68200", - "roomcode": "4107.U2.023", - "usage": 120 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44021", + "area_id": 43, + "building_id": 721, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68200, + "usage_id": 120 + }, + "4108.01.201": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "201, WC-Herren", "arch_name": "201@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44021", - "roomcode": "4108.01.201", - "usage": 115 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44025", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44021, + "usage_id": 115 + }, + "4108.01.201A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "201A, Treppenraum", "arch_name": "201A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44025", - "roomcode": "4108.01.201A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44029", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44025, + "usage_id": 223 + }, + "4108.01.202": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "202, Futtermittellabor", "arch_name": "202@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44029", - "roomcode": "4108.01.202", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44117", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44029, + "usage_id": 102 + }, + "4108.01.203": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "203, W\u00e4geraum", "arch_name": "203@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44117", - "roomcode": "4108.01.203", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44126", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44117, + "usage_id": 103 + }, + "4108.01.204": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "204, Fettlabor", "arch_name": "204@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44126", - "roomcode": "4108.01.204", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44128", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44126, + "usage_id": 102 + }, + "4108.01.204A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "204A, Flur", "arch_name": "204A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44128", - "roomcode": "4108.01.204A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44213", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44128, + "usage_id": 222 + }, + "4108.01.205": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "205, IA B\u00fcro", "arch_name": "205@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44213", - "roomcode": "4108.01.205", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44219", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44213, + "usage_id": 12 + }, + "4108.01.207": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "207, Besprechung", "arch_name": "207@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44219", - "roomcode": "4108.01.207", - "usage": 196 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44222", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15681, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44219, + "usage_id": 196 + }, + "4108.01.208": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "208, IA GC-Labor", "arch_name": "208@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44222", - "roomcode": "4108.01.208", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44225", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44222, + "usage_id": 103 + }, + "4108.01.209": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "209, WC", "arch_name": "209@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44225", - "roomcode": "4108.01.209", - "usage": 114 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=44231", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44225, + "usage_id": 114 + }, + "4108.01.209A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "209A, Treppenraum", "arch_name": "209A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44231", - "roomcode": "4108.01.209A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42889", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44231, + "usage_id": 223 + }, + "4108.01.210A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "210A, W\u00e4geraum", "arch_name": "210A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42889", - "roomcode": "4108.01.210A", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42892", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42889, + "usage_id": 103 + }, + "4108.01.210B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "210B, Mineralstofflabor", "arch_name": "210B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42892", - "roomcode": "4108.01.210B", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42894", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42892, + "usage_id": 102 + }, + "4108.01.210C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "210C, Mineralstofflabor", "arch_name": "210C@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42894", - "roomcode": "4108.01.210C", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42896", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42894, + "usage_id": 102 + }, + "4108.01.210D": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "210D, Sp\u00fclraum", "arch_name": "210D@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42896", - "roomcode": "4108.01.210D", - "usage": 209 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42898", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42896, + "usage_id": 209 + }, + "4108.01.211": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "211, Stickstofflabor", "arch_name": "211@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42898", - "roomcode": "4108.01.211", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42901", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42898, + "usage_id": 102 + }, + "4108.01.211A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "211A, Flur", "arch_name": "211A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42901", - "roomcode": "4108.01.211A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42904", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42901, + "usage_id": 222 + }, + "4108.01.212": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "212, Vitaminlabor", "arch_name": "212@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42904", - "roomcode": "4108.01.212", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42907", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42904, + "usage_id": 103 + }, + "4108.01.213": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "213, Labor", "arch_name": "213@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42907", - "roomcode": "4108.01.213", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42981", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42907, + "usage_id": 102 + }, + "4108.01.214": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "214, Labor", "arch_name": "214@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42981", - "roomcode": "4108.01.214", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42983", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42981, + "usage_id": 103 + }, + "4108.01.214A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "214A, Flur", "arch_name": "214A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42983", - "roomcode": "4108.01.214A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42986", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42983, + "usage_id": 222 + }, + "4108.01.215": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "215, B\u00fcro", "arch_name": "215@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42986", - "roomcode": "4108.01.215", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42992", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42986, + "usage_id": 12 + }, + "4108.01.216": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "216, B\u00fcro mit Archivfunktion", "arch_name": "216@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42992", - "roomcode": "4108.01.216", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42995", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42992, + "usage_id": 12 + }, + "4108.01.217": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "217, B\u00fcro mit Archivfunktion", "arch_name": "217@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42995", - "roomcode": "4108.01.217", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=42999", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42995, + "usage_id": 12 + }, + "4108.01.217A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "217A, Flur", "arch_name": "217A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42999", - "roomcode": "4108.01.217A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43003", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42999, + "usage_id": 222 + }, + "4108.01.218": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "218, B\u00fcro mit Archivfunktion", "arch_name": "218@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43003", - "roomcode": "4108.01.218", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43005", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43003, + "usage_id": 12 + }, + "4108.01.219": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "219, B\u00fcro", "arch_name": "219@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43005", - "roomcode": "4108.01.219", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43076", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43005, + "usage_id": 12 + }, + "4108.01.219A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "219A, Treppenraum", "arch_name": "219A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43076", - "roomcode": "4108.01.219A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43081", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43076, + "usage_id": 223 + }, + "4108.01.221": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "221, B\u00fcro", "arch_name": "221@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43081", - "roomcode": "4108.01.221", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43084", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43081, + "usage_id": 12 + }, + "4108.01.222": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "222, B\u00fcro", "arch_name": "222@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43084", - "roomcode": "4108.01.222", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43086", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26864, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43084, + "usage_id": 12 + }, + "4108.01.223": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "223, WC-Damen", "arch_name": "223@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43086", - "roomcode": "4108.01.223", - "usage": 116 - }, - { - "address": "Alte Akademie 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=43090", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43086, + "usage_id": 116 + }, + "4108.01.224": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "224, Lastenaufzug", "arch_name": "224@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43090", - "roomcode": "4108.01.224", - "usage": 4 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43095", + "area_id": 43, + "building_id": 722, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43090, + "usage_id": 4 + }, + "4108.02.301": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "301, keine Nutzung", "arch_name": "301@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43095", - "roomcode": "4108.02.301", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43097", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43095, + "usage_id": 30 + }, + "4108.02.301A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "301A, Treppenraum", "arch_name": "301A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43097", - "roomcode": "4108.02.301A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43179", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43097, + "usage_id": 223 + }, + "4108.02.302A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "302A, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "302A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43179", - "roomcode": "4108.02.302A", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43182", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43179, + "usage_id": 102 + }, + "4108.02.302B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "302B, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "302B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43182", - "roomcode": "4108.02.302B", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43185", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43182, + "usage_id": 102 + }, + "4108.02.302C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "302C, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "302C@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43185", - "roomcode": "4108.02.302C", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43189", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43185, + "usage_id": 102 + }, + "4108.02.303": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "303, keine Nutzung", "arch_name": "303@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43189", - "roomcode": "4108.02.303", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43193", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43189, + "usage_id": 103 + }, + "4108.02.304": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "304, keine Nutzung", "arch_name": "304@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43193", - "roomcode": "4108.02.304", - "usage": 10 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43253", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43193, + "usage_id": 10 + }, + "4108.02.304A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "304A, Treppenraum", "arch_name": "304A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43253", - "roomcode": "4108.02.304A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43258", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43253, + "usage_id": 223 + }, + "4108.02.305": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "305, keine Nutzung", "arch_name": "305@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43258", - "roomcode": "4108.02.305", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43265", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43258, + "usage_id": 12 + }, + "4108.02.306": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "306, keine Nutzung", "arch_name": "306@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43265", - "roomcode": "4108.02.306", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43266", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43265, + "usage_id": 136 + }, + "4108.02.307": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "307, keine Nutzung", "arch_name": "307@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43266", - "roomcode": "4108.02.307", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43272", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43266, + "usage_id": 136 + }, + "4108.02.308": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "308, keine Nutzung", "arch_name": "308@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43272", - "roomcode": "4108.02.308", - "usage": 102 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43342", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43272, + "usage_id": 102 + }, + "4108.02.308A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "308A, Flur", "arch_name": "308A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43342", - "roomcode": "4108.02.308A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43347", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43342, + "usage_id": 222 + }, + "4108.02.309": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "309, keine Nutzung", "arch_name": "309@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43347", - "roomcode": "4108.02.309", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43351", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43347, + "usage_id": 136 + }, + "4108.02.310": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "310, keine Nutzung", "arch_name": "310@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43351", - "roomcode": "4108.02.310", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43355", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43351, + "usage_id": 136 + }, + "4108.02.310A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "310A, Treppenraum", "arch_name": "310A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43355", - "roomcode": "4108.02.310A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43361", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43355, + "usage_id": 223 + }, + "4108.02.311": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "311, keine Nutzung", "arch_name": "311@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43361", - "roomcode": "4108.02.311", - "usage": 2 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43429", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43361, + "usage_id": 2 + }, + "4108.02.311A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "311A, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "311A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43429", - "roomcode": "4108.02.311A", - "usage": 103 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43432", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43429, + "usage_id": 103 + }, + "4108.02.312": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "312, Be- und Entl\u00fcftung", "arch_name": "312@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43432", - "roomcode": "4108.02.312", - "usage": 32 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43436", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43432, + "usage_id": 32 + }, + "4108.02.313": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "313, keine Nutzung", "arch_name": "313@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43436", - "roomcode": "4108.02.313", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43439", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43436, + "usage_id": 136 + }, + "4108.02.313A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "313A, Flur", "arch_name": "313A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43439", - "roomcode": "4108.02.313A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43440", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43439, + "usage_id": 222 + }, + "4108.02.314": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "314, keine Nutzung", "arch_name": "314@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43440", - "roomcode": "4108.02.314", - "usage": 44 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43445", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43440, + "usage_id": 44 + }, + "4108.02.315": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "315, keine Nutzung", "arch_name": "315@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43445", - "roomcode": "4108.02.315", - "usage": 207 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43507", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43445, + "usage_id": 207 + }, + "4108.02.316": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "316, keine Nutzung", "arch_name": "316@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43507", - "roomcode": "4108.02.316", - "usage": 121 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43512", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43507, + "usage_id": 121 + }, + "4108.02.317A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "317A, keine Nutzung", "arch_name": "317A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43512", - "roomcode": "4108.02.317A", - "usage": 2 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43518", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43512, + "usage_id": 2 + }, + "4108.02.317B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "317B, keine Nutzung", "arch_name": "317B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43518", - "roomcode": "4108.02.317B", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43521", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43518, + "usage_id": 12 + }, + "4108.02.318A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "318A, keine Nutzung", "arch_name": "318A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43521", - "roomcode": "4108.02.318A", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43524", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43521, + "usage_id": 12 + }, + "4108.02.318B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "318B, keine Nutzung", "arch_name": "318B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43524", - "roomcode": "4108.02.318B", - "usage": 12 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43526", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43524, + "usage_id": 12 + }, + "4108.02.319": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "319, keine Nutzung", "arch_name": "319@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43526", - "roomcode": "4108.02.319", - "usage": 44 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43593", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43526, + "usage_id": 44 + }, + "4108.02.319A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "319A, Treppenraum", "arch_name": "319A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43593", - "roomcode": "4108.02.319A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43596", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43593, + "usage_id": 223 + }, + "4108.02.319B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "319B, Treppenraum", "arch_name": "319B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43596", - "roomcode": "4108.02.319B", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=43600", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43596, + "usage_id": 223 + }, + "4108.02.320": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "320, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "320@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43600", - "roomcode": "4108.02.320", - "usage": 5 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43575", + "area_id": 43, + "building_id": 722, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43600, + "usage_id": 5 + }, + "4108.EG.101": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "101, WC-Herren", "arch_name": "101@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43575", - "roomcode": "4108.EG.101", - "usage": 115 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43578", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43575, + "usage_id": 115 + }, + "4108.EG.101A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "101A, Treppenraum", "arch_name": "101A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43578", - "roomcode": "4108.EG.101A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43581", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43578, + "usage_id": 223 + }, + "4108.EG.102": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "102, IA R\u00fcckstandslabor", "arch_name": "102@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43581", - "roomcode": "4108.EG.102", - "usage": 102 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43583", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43581, + "usage_id": 102 + }, + "4108.EG.103": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "103, IA Messraum", "arch_name": "103@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43583", - "roomcode": "4108.EG.103", - "usage": 103 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43587", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43583, + "usage_id": 103 + }, + "4108.EG.104": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "104, IA Filtration", "arch_name": "104@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43587", - "roomcode": "4108.EG.104", - "usage": 136 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=8529", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43587, + "usage_id": 136 + }, + "4108.EG.105": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "105, H\u00f6rsaal 9 (WZWH09)", "arch_name": "105@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12570&cReadonly=J", - "extended": { - "additional_description": "105, H\u00f6rsaal 9 (WZWH09)", - "address": "Alte Akademie 10(4108), Erdgescho\u00df", - "architect_room_nr": "105@4108", - "area_m2": 28.3, - "building": "4108 BLQ Lebensmittelsicherheit, H\u00f6rsaal 8&9", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "105", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8529", - "roomcode": "4108.EG.105", - "usage": 20 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=8530", + "area_id": 43, + "building_id": 722, + "calendar_resource_nr": 12570, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8529, + "usage_id": 20 + }, + "4108.EG.106": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "106, H\u00f6rsaal 8 (WZWH08)", "arch_name": "106@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12569&cReadonly=J", - "extended": { - "additional_description": "106, H\u00f6rsaal 8 (WZWH08)", - "address": "Alte Akademie 10(4108), Erdgescho\u00df", - "architect_room_nr": "106@4108", - "area_m2": 77.6, - "building": "4108 BLQ Lebensmittelsicherheit, H\u00f6rsaal 8&9", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "106", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=8530", - "roomcode": "4108.EG.106", - "usage": 20 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43662", + "area_id": 43, + "building_id": 722, + "calendar_resource_nr": 12569, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 8530, + "usage_id": 20 + }, + "4108.EG.106A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "106A, Flur", "arch_name": "106A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43662", - "roomcode": "4108.EG.106A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43666", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43662, + "usage_id": 222 + }, + "4108.EG.107": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "107, IA R\u00fcckstandslabor", "arch_name": "107@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43666", - "roomcode": "4108.EG.107", - "usage": 102 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43734", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43666, + "usage_id": 102 + }, + "4108.EG.107A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "107A, Treppenraum", "arch_name": "107A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43734", - "roomcode": "4108.EG.107A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43737", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43734, + "usage_id": 223 + }, + "4108.EG.108": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "108, IA Chemielabor", "arch_name": "108@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43737", - "roomcode": "4108.EG.108", - "usage": 102 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43739", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43737, + "usage_id": 102 + }, + "4108.EG.109": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "109, IA W\u00e4geraum", "arch_name": "109@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43739", - "roomcode": "4108.EG.109", - "usage": 103 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43743", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43739, + "usage_id": 103 + }, + "4108.EG.109A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "109A, Flur", "arch_name": "109A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43743", - "roomcode": "4108.EG.109A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43745", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43743, + "usage_id": 222 + }, + "4108.EG.110": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "110, Spurenelementlabor", "arch_name": "110@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43745", - "roomcode": "4108.EG.110", - "usage": 102 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43749", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43745, + "usage_id": 102 + }, + "4108.EG.111": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "111, LC-MS-Raum", "arch_name": "111@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43749", - "roomcode": "4108.EG.111", - "usage": 103 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43825", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43749, + "usage_id": 103 + }, + "4108.EG.112": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "112, HPLC-Raum", "arch_name": "112@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43825", - "roomcode": "4108.EG.112", - "usage": 103 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43828", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43825, + "usage_id": 103 + }, + "4108.EG.112A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "112A, Treppenraum", "arch_name": "112A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43828", - "roomcode": "4108.EG.112A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43832", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43828, + "usage_id": 223 + }, + "4108.EG.113": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "113, M\u00fchlenraum", "arch_name": "113@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43832", - "roomcode": "4108.EG.113", - "usage": 103 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43837", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43832, + "usage_id": 103 + }, + "4108.EG.113A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "113A, Flur", "arch_name": "113A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43837", - "roomcode": "4108.EG.113A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43916", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43837, + "usage_id": 222 + }, + "4108.EG.114": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "114, Probenannahmeraum", "arch_name": "114@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43916", - "roomcode": "4108.EG.114", - "usage": 186 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43922", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43916, + "usage_id": 186 + }, + "4108.EG.115": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "115, Chemikalienraum", "arch_name": "115@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43922", - "roomcode": "4108.EG.115", - "usage": 132 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43926", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43922, + "usage_id": 132 + }, + "4108.EG.116": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "116, Probenlager", "arch_name": "116@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43926", - "roomcode": "4108.EG.116", - "usage": 30 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=43929", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43926, + "usage_id": 30 + }, + "4108.EG.117": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "117, Zentrifugen", "arch_name": "117@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43929", - "roomcode": "4108.EG.117", - "usage": 102 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=44008", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43929, + "usage_id": 102 + }, + "4108.EG.118": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "118, AAS-Raum", "arch_name": "118@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44008", - "roomcode": "4108.EG.118", - "usage": 103 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=44012", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26864, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44008, + "usage_id": 103 + }, + "4108.EG.119": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "119, WC-Damen", "arch_name": "119@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44012", - "roomcode": "4108.EG.119", - "usage": 116 - }, - { - "address": "Alte Akademie 10, EG", - "address_link": "ris.einzelraum?raumkey=44016", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44012, + "usage_id": 116 + }, + "4108.EG.120": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "120, Lastenaufzug", "arch_name": "120@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44016", - "roomcode": "4108.EG.120", - "usage": 4 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43155", + "area_id": 43, + "building_id": 722, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44016, + "usage_id": 4 + }, + "4108.U1.001": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "001, Wasseraufbereitung", "arch_name": "001@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43155", - "roomcode": "4108.U1.001", - "usage": 182 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43159", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43155, + "usage_id": 182 + }, + "4108.U1.002": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "002, IA Probenvorbereitung", "arch_name": "002@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43159", - "roomcode": "4108.U1.002", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43161", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43159, + "usage_id": 136 + }, + "4108.U1.003": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "003, IA Probenlager", "arch_name": "003@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43161", - "roomcode": "4108.U1.003", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43163", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43161, + "usage_id": 30 + }, + "4108.U1.004": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "004, Reinigungsmittelraum", "arch_name": "004@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43163", - "roomcode": "4108.U1.004", - "usage": 205 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43166", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43163, + "usage_id": 205 + }, + "4108.U1.004A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "004A, WC-Herren Vorraum", "arch_name": "004A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43166", - "roomcode": "4108.U1.004A", - "usage": 118 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43168", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43166, + "usage_id": 118 + }, + "4108.U1.005": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "005, WC-Herren", "arch_name": "005@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43168", - "roomcode": "4108.U1.005", - "usage": 115 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43171", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43168, + "usage_id": 115 + }, + "4108.U1.006": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "006, Abstellraum", "arch_name": "006@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43171", - "roomcode": "4108.U1.006", - "usage": 159 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43172", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43171, + "usage_id": 159 + }, + "4108.U1.007": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "007, Elektroverteilung", "arch_name": "007@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43172", - "roomcode": "4108.U1.007", - "usage": 120 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43237", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43172, + "usage_id": 120 + }, + "4108.U1.008": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "008, Garage TU", "arch_name": "008@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43237", - "roomcode": "4108.U1.008", - "usage": 100 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43239", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43237, + "usage_id": 100 + }, + "4108.U1.009": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "009, Garage Bioanalytik", "arch_name": "009@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43239", - "roomcode": "4108.U1.009", - "usage": 100 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43243", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43239, + "usage_id": 100 + }, + "4108.U1.010": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "010, Werkstatt", "arch_name": "010@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43243", - "roomcode": "4108.U1.010", - "usage": 51 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43245", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43243, + "usage_id": 51 + }, + "4108.U1.011": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "011, Probenlager", "arch_name": "011@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43245", - "roomcode": "4108.U1.011", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43248", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43245, + "usage_id": 30 + }, + "4108.U1.012": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "012, WC-Damen", "arch_name": "012@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43248", - "roomcode": "4108.U1.012", - "usage": 116 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43250", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43248, + "usage_id": 116 + }, + "4108.U1.012A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "012A, Treppenraum", "arch_name": "012A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43250", - "roomcode": "4108.U1.012A", - "usage": 223 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43327", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43250, + "usage_id": 223 + }, + "4108.U1.013": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "013, Hausanschluss", "arch_name": "013@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43327", - "roomcode": "4108.U1.013", - "usage": 183 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43329", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43327, + "usage_id": 183 + }, + "4108.U1.013A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "013A, Gasversorgung", "arch_name": "013A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43329", - "roomcode": "4108.U1.013A", - "usage": 183 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66520", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43329, + "usage_id": 183 + }, + "4108.U1.013B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "013B, Gasflaschen", "arch_name": "013B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66520", - "roomcode": "4108.U1.013B", - "usage": 183 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43332", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66520, + "usage_id": 183 + }, + "4108.U1.014": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "014, GN Abstellraum", "arch_name": "014@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43332", - "roomcode": "4108.U1.014", - "usage": 159 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43336", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43332, + "usage_id": 159 + }, + "4108.U1.015": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "015, GN Chemikalienlager", "arch_name": "015@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43336", - "roomcode": "4108.U1.015", - "usage": 132 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43338", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43336, + "usage_id": 132 + }, + "4108.U1.016": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "016, IA Trockenraum", "arch_name": "016@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43338", - "roomcode": "4108.U1.016", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43408", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43338, + "usage_id": 30 + }, + "4108.U1.017": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "017, IA Probenlagerraum", "arch_name": "017@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43408", - "roomcode": "4108.U1.017", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43410", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43408, + "usage_id": 30 + }, + "4108.U1.017A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "017A, Flur", "arch_name": "017A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43410", - "roomcode": "4108.U1.017A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43414", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43410, + "usage_id": 222 + }, + "4108.U1.017B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "017B, Eingangshalle, Foyers", "arch_name": "017B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43414", - "roomcode": "4108.U1.017B", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43417", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43414, + "usage_id": 222 + }, + "4108.U1.017C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "017C, Lastenaufzug", "arch_name": "017C@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43417", - "roomcode": "4108.U1.017C", - "usage": 4 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43420", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43417, + "usage_id": 4 + }, + "4108.U1.018": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "018, Rotationsverdampfer", "arch_name": "018@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43420", - "roomcode": "4108.U1.018", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43423", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43420, + "usage_id": 136 + }, + "4108.U1.019": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "019, Sedimentationsraum", "arch_name": "019@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26864", - "operator": "[ TUZEIA1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43423", - "roomcode": "4108.U1.019", - "usage": 136 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43424", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43423, + "usage_id": 136 + }, + "4108.U1.019A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "019A, Flur", "arch_name": "019A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43424", - "roomcode": "4108.U1.019A", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43489", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43424, + "usage_id": 222 + }, + "4108.U1.020": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "020, L\u00f6sungsmittellager", "arch_name": "020@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43489", - "roomcode": "4108.U1.020", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43491", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43489, + "usage_id": 30 + }, + "4108.U1.021": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "021, Heizungsverteilerraum", "arch_name": "021@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43491", - "roomcode": "4108.U1.021", - "usage": 201 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43495", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43491, + "usage_id": 201 + }, + "4108.U1.021A": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "021A, Glaswarenlager", "arch_name": "021A@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43495", - "roomcode": "4108.U1.021A", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43497", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43495, + "usage_id": 30 + }, + "4108.U1.021B": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "021B, Flur", "arch_name": "021B@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43497", - "roomcode": "4108.U1.021B", - "usage": 222 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43501", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43497, + "usage_id": 222 + }, + "4108.U1.021C": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "021C, Gasflaschenlager", "arch_name": "021C@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43501", - "roomcode": "4108.U1.021C", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43504", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43501, + "usage_id": 30 + }, + "4108.U1.022": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "022, Futtermittelrestproben", "arch_name": "022@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43504", - "roomcode": "4108.U1.022", - "usage": 30 - }, - { - "address": "Alte Akademie 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=43572", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43504, + "usage_id": 30 + }, + "4108.U1.023": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "alt_name": "023, Abstellraum", "arch_name": "023@4108", - "b_area_id": 43, - "b_filter_id": 722, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15681", - "operator": "[ TUWZA2G ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43572", - "roomcode": "4108.U1.023", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=43952", + "area_id": 43, + "building_id": 722, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15681, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43572, + "usage_id": 159 + }, + "4109.01.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG01, Treppenraum", "arch_name": "1.OG01@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43952", - "roomcode": "4109.01.101", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=43956", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43952, + "usage_id": 223 + }, + "4109.01.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG17, WC-Herren", "arch_name": "1.OG17@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43956", - "roomcode": "4109.01.102", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=43960", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43956, + "usage_id": 115 + }, + "4109.01.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG18, WC-Damen", "arch_name": "1.OG18@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43960", - "roomcode": "4109.01.103", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44032", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43960, + "usage_id": 116 + }, + "4109.01.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG02, Flur", "arch_name": "1.OG02@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44032", - "roomcode": "4109.01.105", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44036", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44032, + "usage_id": 222 + }, + "4109.01.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG06, B\u00fcro", "arch_name": "1.OG06@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44036", - "roomcode": "4109.01.106", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=9676", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44036, + "usage_id": 12 + }, + "4109.01.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG07, B\u00fcro (gem. Nutzung 50/50)", "arch_name": "1.OG07@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9676", - "roomcode": "4109.01.107", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44043", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9676, + "usage_id": 12 + }, + "4109.01.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG08, B\u00fcro", "arch_name": "1.OG08@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44043", - "roomcode": "4109.01.108", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44046", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44043, + "usage_id": 12 + }, + "4109.01.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG09, B\u00fcro", "arch_name": "1.OG09@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44046", - "roomcode": "4109.01.109", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44059", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44046, + "usage_id": 12 + }, + "4109.01.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG10, B\u00fcro", "arch_name": "1.OG10@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44059", - "roomcode": "4109.01.111", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=9707", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44059, + "usage_id": 12 + }, + "4109.01.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG12, B\u00fcro", "arch_name": "1.OG12@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=37495", - "operator": "[ TUCSP01 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9707", - "roomcode": "4109.01.112", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44061", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 37495, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9707, + "usage_id": 12 + }, + "4109.01.112A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG11, B\u00fcro", "arch_name": "1.OG11@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44061", - "roomcode": "4109.01.112A", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44062", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44061, + "usage_id": 12 + }, + "4109.01.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG13, B\u00fcro", "arch_name": "1.OG13@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44062", - "roomcode": "4109.01.113", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44063", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44062, + "usage_id": 12 + }, + "4109.01.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG14, B\u00fcro", "arch_name": "1.OG14@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44063", - "roomcode": "4109.01.114", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44131", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44063, + "usage_id": 12 + }, + "4109.01.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG15, B\u00fcro", "arch_name": "1.OG15@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44131", - "roomcode": "4109.01.115", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44134", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44131, + "usage_id": 12 + }, + "4109.01.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG16, B\u00fcro", "arch_name": "1.OG16@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44134", - "roomcode": "4109.01.116", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44136", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44134, + "usage_id": 12 + }, + "4109.01.117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG19, Flur", "arch_name": "1.OG19@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44136", - "roomcode": "4109.01.117", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=44138", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44136, + "usage_id": 222 + }, + "4109.01.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG03, B\u00fcro", "arch_name": "1.OG03@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44138", - "roomcode": "4109.01.118", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=9717", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44138, + "usage_id": 12 + }, + "4109.01.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG04, B\u00fcro", "arch_name": "1.OG04@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=17892&cReadonly=J", - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9717", - "roomcode": "4109.01.119", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=68841", + "area_id": 43, + "building_id": 723, + "calendar_resource_nr": 17892, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 22, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9717, + "usage_id": 12 + }, + "4109.01.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "1.OG05, B\u00fcro", "arch_name": "1.OG05@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68841", - "roomcode": "4109.01.120", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=9719", + "area_id": 43, + "building_id": 723, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68841, + "usage_id": 12 + }, + "4109.02.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG04, B\u00fcro", "arch_name": "2.OG04@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=15302&cReadonly=J", - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9719", - "roomcode": "4109.02.001", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44143", + "area_id": 43, + "building_id": 723, + "calendar_resource_nr": 15302, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9719, + "usage_id": 12 + }, + "4109.02.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG05, Sensorikraum", "arch_name": "2.OG05@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44143", - "roomcode": "4109.02.002", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44145", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44143, + "usage_id": 12 + }, + "4109.02.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG06, B\u00fcro", "arch_name": "2.OG06@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44145", - "roomcode": "4109.02.003", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44148", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44145, + "usage_id": 12 + }, + "4109.02.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG17, WC-Damen", "arch_name": "2.OG17@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44148", - "roomcode": "4109.02.004", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44150", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44148, + "usage_id": 116 + }, + "4109.02.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG16, WC-Herren", "arch_name": "2.OG16@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44150", - "roomcode": "4109.02.005", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44154", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44150, + "usage_id": 115 + }, + "4109.02.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG07, B\u00fcro", "arch_name": "2.OG07@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44154", - "roomcode": "4109.02.007", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44156", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44154, + "usage_id": 12 + }, + "4109.02.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG08, B\u00fcro", "arch_name": "2.OG08@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44156", - "roomcode": "4109.02.008", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44158", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44156, + "usage_id": 12 + }, + "4109.02.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG09, B\u00fcro", "arch_name": "2.OG09@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44158", - "roomcode": "4109.02.009", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44161", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44158, + "usage_id": 12 + }, + "4109.02.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG10, B\u00fcro", "arch_name": "2.OG10@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44161", - "roomcode": "4109.02.010", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44164", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44161, + "usage_id": 12 + }, + "4109.02.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG11, B\u00fcro", "arch_name": "2.OG11@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44164", - "roomcode": "4109.02.011", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44166", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44164, + "usage_id": 12 + }, + "4109.02.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG12, Computerschulung", "arch_name": "2.OG12@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=22047&cReadonly=J", - "extended": { - "additional_description": "2.OG12, Computerschulung", - "address": "Weihenstephaner Steig 22(4109), 2.Obergescho\u00df", - "architect_room_nr": "2.OG12@4109", - "area_m2": 24.4, - "building": "4109 Campus Office", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44166", - "roomcode": "4109.02.012", - "usage": 131 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44236", + "area_id": 43, + "building_id": 723, + "calendar_resource_nr": 22047, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44166, + "usage_id": 131 + }, + "4109.02.013": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG13, B\u00fcro", "arch_name": "2.OG13@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44236", - "roomcode": "4109.02.013", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44237", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44236, + "usage_id": 12 + }, + "4109.02.014": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG02, Flur", "arch_name": "2.OG02@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44237", - "roomcode": "4109.02.014", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44241", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44237, + "usage_id": 222 + }, + "4109.02.015": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG01, Treppenhaus", "arch_name": "2.OG01@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44241", - "roomcode": "4109.02.015", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=44254", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44241, + "usage_id": 223 + }, + "4109.02.017": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG03, Lager/Speicheraufgang", "arch_name": "2.OG03@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44254", - "roomcode": "4109.02.017", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=68879", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44254, + "usage_id": 30 + }, + "4109.02.018": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "2.OG14, B\u00fcro", "arch_name": "2.OG14@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68879", - "roomcode": "4109.02.018", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, 3.OG", - "address_link": "ris.einzelraum?raumkey=70564", + "area_id": 43, + "building_id": 723, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68879, + "usage_id": 12 + }, + "4109.03.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "3.OG01, Dachspeicher", "arch_name": "3.OG01@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70564", - "roomcode": "4109.03.001", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 22, 3.OG", - "address_link": "ris.einzelraum?raumkey=70565", + "area_id": 43, + "building_id": 723, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70564, + "usage_id": 159 + }, + "4109.03.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "3.OG02, Dachspeicher", "arch_name": "3.OG02@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70565", - "roomcode": "4109.03.002", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=43948", + "area_id": 43, + "building_id": 723, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70565, + "usage_id": 159 + }, + "4109.EG.041": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG01a, Flur (Eingang)", "arch_name": "EG01a@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43948", - "roomcode": "4109.EG.041", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=43950", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43948, + "usage_id": 222 + }, + "4109.EG.042": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG01b, Treppenraum", "arch_name": "EG01b@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43950", - "roomcode": "4109.EG.042", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68900", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43950, + "usage_id": 223 + }, + "4109.EG.043": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG15, Flur", "arch_name": "EG15@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68900", - "roomcode": "4109.EG.043", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68852", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68900, + "usage_id": 222 + }, + "4109.EG.044": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG03d, Besprechung", "arch_name": "EG03d@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68852", - "roomcode": "4109.EG.044", - "usage": 196 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68837", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68852, + "usage_id": 196 + }, + "4109.EG.045": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG03c, B\u00fcro", "arch_name": "EG03c@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68837", - "roomcode": "4109.EG.045", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68838", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68837, + "usage_id": 12 + }, + "4109.EG.046": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG03b, B\u00fcro", "arch_name": "EG03b@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68838", - "roomcode": "4109.EG.046", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68839", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68838, + "usage_id": 12 + }, + "4109.EG.047": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG03a, Information", "arch_name": "EG03a@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68839", - "roomcode": "4109.EG.047", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68853", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68839, + "usage_id": 12 + }, + "4109.EG.048": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG02a, B\u00fcro", "arch_name": "EG02a@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68853", - "roomcode": "4109.EG.048", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68854", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68853, + "usage_id": 12 + }, + "4109.EG.049": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG02, B\u00fcro", "arch_name": "EG02@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68854", - "roomcode": "4109.EG.049", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68855", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68854, + "usage_id": 12 + }, + "4109.EG.050": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG04, Seminarraum", "arch_name": "EG04@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": "tvKalender.wSicht?cOrg=26229&cRes=30532&cReadonly=J", - "extended": { - "additional_description": "EG04, Seminarraum", - "address": "Weihenstephaner Steig 22(4109), Erdgescho\u00df", - "architect_room_nr": "EG04@4109", - "area_m2": 43.08, - "building": "4109 Campus Office", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "050", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68855", - "roomcode": "4109.EG.050", - "usage": 41 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68856", + "area_id": 43, + "building_id": 723, + "calendar_resource_nr": 30532, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68855, + "usage_id": 41 + }, + "4109.EG.051": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG05, B\u00fcro", "arch_name": "EG05@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68856", - "roomcode": "4109.EG.051", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68857", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68856, + "usage_id": 12 + }, + "4109.EG.052": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG06, B\u00fcro", "arch_name": "EG06@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68857", - "roomcode": "4109.EG.052", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68858", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68857, + "usage_id": 12 + }, + "4109.EG.053": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG07, B\u00fcro", "arch_name": "EG07@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68858", - "roomcode": "4109.EG.053", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68859", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68858, + "usage_id": 12 + }, + "4109.EG.054": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG08, B\u00fcro", "arch_name": "EG08@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68859", - "roomcode": "4109.EG.054", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68860", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68859, + "usage_id": 12 + }, + "4109.EG.055": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG09, B\u00fcro", "arch_name": "EG09@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68860", - "roomcode": "4109.EG.055", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68861", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68860, + "usage_id": 12 + }, + "4109.EG.056": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG10, B\u00fcro", "arch_name": "EG10@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68861", - "roomcode": "4109.EG.056", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68862", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68861, + "usage_id": 12 + }, + "4109.EG.057": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG11, Besprechung", "arch_name": "EG11@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68862", - "roomcode": "4109.EG.057", - "usage": 196 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68878", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68862, + "usage_id": 196 + }, + "4109.EG.058": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG12, Teek\u00fcche", "arch_name": "EG12@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68878", - "roomcode": "4109.EG.058", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 22, EG", - "address_link": "ris.einzelraum?raumkey=68840", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68878, + "usage_id": 44 + }, + "4109.EG.059": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "EG14, WC-Barrierefrei/Wickeltisch", "arch_name": "EG14@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68840", - "roomcode": "4109.EG.059", - "usage": 117 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68898", + "area_id": 43, + "building_id": 723, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68840, + "usage_id": 117 + }, + "4109.U1.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG01, Treppenraum", "arch_name": "UG01@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68898", - "roomcode": "4109.U1.011", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68899", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68898, + "usage_id": 223 + }, + "4109.U1.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG02, Flur", "arch_name": "UG02@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68899", - "roomcode": "4109.U1.012", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68851", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68899, + "usage_id": 222 + }, + "4109.U1.013": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG03, Haustechnik", "arch_name": "UG03@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68851", - "roomcode": "4109.U1.013", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68830", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68851, + "usage_id": 120 + }, + "4109.U1.014": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG04, Lager (gem. Nutzung 50/50)", "arch_name": "UG04@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68830", - "roomcode": "4109.U1.014", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68831", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68830, + "usage_id": 30 + }, + "4109.U1.015": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG05, Lager (gem. Nutzung 70/30)", "arch_name": "UG05@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68831", - "roomcode": "4109.U1.015", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68832", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68831, + "usage_id": 30 + }, + "4109.U1.016": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG05b, E-Technik", "arch_name": "UG05b@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68832", - "roomcode": "4109.U1.016", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68833", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68832, + "usage_id": 160 + }, + "4109.U1.017": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG06a, Flurzone", "arch_name": "UG06a@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68833", - "roomcode": "4109.U1.017", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68834", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68833, + "usage_id": 222 + }, + "4109.U1.018": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG06b, Lagerzone", "arch_name": "UG06b@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68834", - "roomcode": "4109.U1.018", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68835", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68834, + "usage_id": 30 + }, + "4109.U1.019": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG06c, Flurzone", "arch_name": "UG06c@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68835", - "roomcode": "4109.U1.019", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 22, 1.UG", - "address_link": "ris.einzelraum?raumkey=68836", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68835, + "usage_id": 222 + }, + "4109.U1.020": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "alt_name": "UG06d, Lagerzone", "arch_name": "UG06d@4109", - "b_area_id": 43, - "b_filter_id": 723, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68836", - "roomcode": "4109.U1.020", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=43021", + "area_id": 43, + "building_id": 723, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68836, + "usage_id": 30 + }, + "4110.01.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 01, Treppenhaus West", "arch_name": "1. OG 01@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43021", - "roomcode": "4110.01.001", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66937", + "area_id": 43, + "building_id": 724, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43021, + "usage_id": 223 + }, + "4110.01.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 01A, Aufzug", "arch_name": "1. OG 01A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66937", - "roomcode": "4110.01.001A", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=43026", + "area_id": 43, + "building_id": 724, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66937, + "usage_id": 4 + }, + "4110.01.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 05, Flur", "arch_name": "1. OG 05@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43026", - "roomcode": "4110.01.002", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=43029", + "area_id": 43, + "building_id": 724, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43026, + "usage_id": 222 + }, + "4110.01.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 04, Treppenhaus Ost", "arch_name": "1. OG 04@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43029", - "roomcode": "4110.01.003", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=43123", + "area_id": 43, + "building_id": 724, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43029, + "usage_id": 223 + }, + "4110.01.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 03, B\u00fcro", "arch_name": "1. OG 03@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43123", - "roomcode": "4110.01.010", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=43126", + "area_id": 43, + "building_id": 724, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43123, + "usage_id": 12 + }, + "4110.01.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 02B, Praktikumsvorbereitung", "arch_name": "1. OG 02B@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43126", - "roomcode": "4110.01.011", - "usage": 136 - }, - { - "address": "Weihenstephaner Steig 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=43197", + "area_id": 43, + "building_id": 724, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43126, + "usage_id": 136 + }, + "4110.01.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "1. OG 02A, Praktikumsraum", "arch_name": "1. OG 02A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=26053&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43197", - "roomcode": "4110.01.012", - "usage": 102 - }, - { - "address": "Weihenstephaner Steig 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=43215", + "area_id": 43, + "building_id": 724, + "calendar_resource_nr": 26053, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43197, + "usage_id": 102 + }, + "4110.02.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "2. OG 01, Treppenhaus West", "arch_name": "2. OG 01@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43215", - "roomcode": "4110.02.001", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=66938", + "area_id": 43, + "building_id": 724, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43215, + "usage_id": 223 + }, + "4110.02.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "2. OG 01A, Aufzug", "arch_name": "2. OG 01A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66938", - "roomcode": "4110.02.001A", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=43275", + "area_id": 43, + "building_id": 724, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66938, + "usage_id": 4 + }, + "4110.02.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "2. OG 04, Flur", "arch_name": "2. OG 04@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43275", - "roomcode": "4110.02.004", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=43280", + "area_id": 43, + "building_id": 724, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43275, + "usage_id": 222 + }, + "4110.02.025": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "2. OG 03, Treppenhaus Ost", "arch_name": "2. OG 03@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43280", - "roomcode": "4110.02.025", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=43284", + "area_id": 43, + "building_id": 724, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43280, + "usage_id": 223 + }, + "4110.02.026": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "2. OG 02B, Praktikumsvorbereitungsraum", "arch_name": "2. OG 02B@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=26064&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43284", - "roomcode": "4110.02.026", - "usage": 136 - }, - { - "address": "Weihenstephaner Steig 20, 2.OG", - "address_link": "ris.einzelraum?raumkey=15158", + "area_id": 43, + "building_id": 724, + "calendar_resource_nr": 26064, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43284, + "usage_id": 136 + }, + "4110.02.027": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "2. OG 02A, Praktikumsraum", "arch_name": "2. OG 02A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=15303&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=15158", - "roomcode": "4110.02.027", - "usage": 102 - }, - { - "address": "Weihenstephaner Steig 20, 3.OG", - "address_link": "ris.einzelraum?raumkey=43292", + "area_id": 43, + "building_id": 724, + "calendar_resource_nr": 15303, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15158, + "usage_id": 102 + }, + "4110.03.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "DG 01, Treppenhaus West", "arch_name": "DG 01@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43292", - "roomcode": "4110.03.001", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, 3.OG", - "address_link": "ris.einzelraum?raumkey=43375", + "area_id": 43, + "building_id": 724, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43292, + "usage_id": 223 + }, + "4110.03.035": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "DG 02, Technik", "arch_name": "DG 02@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43375", - "roomcode": "4110.03.035", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=42921", + "area_id": 43, + "building_id": 724, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43375, + "usage_id": 120 + }, + "4110.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 01, Treppenraum West", "arch_name": "EG 01@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42921", - "roomcode": "4110.EG.001", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=66936", + "area_id": 43, + "building_id": 724, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42921, + "usage_id": 223 + }, + "4110.EG.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 01A, Eingangstreppe", "arch_name": "EG 01A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66936", - "roomcode": "4110.EG.001A", - "usage": 7 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=42930", + "area_id": 43, + "building_id": 724, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66936, + "usage_id": 7 + }, + "4110.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 04, Flur", "arch_name": "EG 04@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42930", - "roomcode": "4110.EG.002", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=66863", + "area_id": 43, + "building_id": 724, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42930, + "usage_id": 222 + }, + "4110.EG.002A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 01A, Aufzug", "arch_name": "EG 01A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66863", - "roomcode": "4110.EG.002A", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=43006", + "area_id": 43, + "building_id": 724, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66863, + "usage_id": 4 + }, + "4110.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 03, Treppenraum Ost", "arch_name": "EG 03@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=21343&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43006", - "roomcode": "4110.EG.005", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=43010", + "area_id": 43, + "building_id": 724, + "calendar_resource_nr": 21343, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43006, + "usage_id": 223 + }, + "4110.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 02B, Praktikumsvorbereitung", "arch_name": "EG 02B@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=26051&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43010", - "roomcode": "4110.EG.006", - "usage": 136 - }, - { - "address": "Weihenstephaner Steig 20, EG", - "address_link": "ris.einzelraum?raumkey=43012", + "area_id": 43, + "building_id": 724, + "calendar_resource_nr": 26051, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43010, + "usage_id": 136 + }, + "4110.EG.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "EG 02A, Praktikumsraum", "arch_name": "EG 02A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=26052&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=43012", - "roomcode": "4110.EG.007", - "usage": 102 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=44256", + "area_id": 43, + "building_id": 724, + "calendar_resource_nr": 26052, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 43012, + "usage_id": 102 + }, + "4110.U1.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 09, E-Technik", "arch_name": "UG 09@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44256", - "roomcode": "4110.U1.001", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=44258", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44256, + "usage_id": 160 + }, + "4110.U1.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 06A, WC-Herren Vorraum", "arch_name": "UG 06A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44258", - "roomcode": "4110.U1.002", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=66856", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44258, + "usage_id": 118 + }, + "4110.U1.002A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 06B, WC-Herren", "arch_name": "UG 06B@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66856", - "roomcode": "4110.U1.002A", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=66857", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66856, + "usage_id": 115 + }, + "4110.U1.002B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 07, WC-Barrierefrei", "arch_name": "UG 07@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66857", - "roomcode": "4110.U1.002B", - "usage": 117 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=66858", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66857, + "usage_id": 117 + }, + "4110.U1.002C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 08, Technik", "arch_name": "UG 08@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66858", - "roomcode": "4110.U1.002C", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=44261", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66858, + "usage_id": 120 + }, + "4110.U1.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 05A, WC-Damen Vorraum", "arch_name": "UG 05A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44261", - "roomcode": "4110.U1.003", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=66859", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44261, + "usage_id": 118 + }, + "4110.U1.003A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 05B, WC-Damen", "arch_name": "UG 05B@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66859", - "roomcode": "4110.U1.003A", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=44264", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66859, + "usage_id": 116 + }, + "4110.U1.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 03, Fernw\u00e4rme und Technik", "arch_name": "UG 03@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44264", - "roomcode": "4110.U1.004", - "usage": 201 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=66860", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44264, + "usage_id": 201 + }, + "4110.U1.004A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 01A, Aufzug", "arch_name": "UG 01A@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66860", - "roomcode": "4110.U1.004A", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=44266", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66860, + "usage_id": 4 + }, + "4110.U1.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 02, Lager Reinigungsmittelraum", "arch_name": "UG 02@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44266", - "roomcode": "4110.U1.005", - "usage": 205 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=42911", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44266, + "usage_id": 205 + }, + "4110.U1.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 04, Flur", "arch_name": "UG 04@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42911", - "roomcode": "4110.U1.006", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=42912", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42911, + "usage_id": 222 + }, + "4110.U1.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 10, Aufstellraum KS", "arch_name": "UG 10@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42912", - "roomcode": "4110.U1.007", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 20, 1.UG", - "address_link": "ris.einzelraum?raumkey=42917", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42912, + "usage_id": 30 + }, + "4110.U1.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "alt_name": "UG 01, Treppenhaus", "arch_name": "UG 01@4110", - "b_area_id": 43, - "b_filter_id": 724, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=42917", - "roomcode": "4110.U1.008", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67115", + "area_id": 43, + "building_id": 724, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 42917, + "usage_id": 223 + }, + "4111.01.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.01, Treppenraum", "arch_name": "1.01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67115", - "roomcode": "4111.01.001", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67116", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67115, + "usage_id": 223 + }, + "4111.01.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.02, Aufzug", "arch_name": "1.02@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67116", - "roomcode": "4111.01.002", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67196", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67116, + "usage_id": 4 + }, + "4111.01.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.03, Treppenraum", "arch_name": "1.03@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67196", - "roomcode": "4111.01.003", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67197", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67196, + "usage_id": 223 + }, + "4111.01.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.04, Treppenraum", "arch_name": "1.04@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67197", - "roomcode": "4111.01.004", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67198", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67197, + "usage_id": 223 + }, + "4111.01.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.11, Altes K\u00fchlschiff (ohne Zugang)", "arch_name": "1.11@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67198", - "roomcode": "4111.01.005", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67199", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67198, + "usage_id": 120 + }, + "4111.01.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.12, alte Schaltwarte", "arch_name": "1.12@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67199", - "roomcode": "4111.01.006", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67200", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67199, + "usage_id": 12 + }, + "4111.01.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.13, Silos", "arch_name": "1.13@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67200", - "roomcode": "4111.01.007", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67201", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67200, + "usage_id": 30 + }, + "4111.01.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.14, altes Sudhaus", "arch_name": "1.14@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67201", - "roomcode": "4111.01.008", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67202", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67201, + "usage_id": 49 + }, + "4111.01.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.15, Flur", "arch_name": "1.15@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67202", - "roomcode": "4111.01.009", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67203", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67202, + "usage_id": 222 + }, + "4111.01.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.16, Schankanlagentechnikum", "arch_name": "1.16@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67203", - "roomcode": "4111.01.010", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67204", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67203, + "usage_id": 49 + }, + "4111.01.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.17, Flur", "arch_name": "1.17@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67204", - "roomcode": "4111.01.011", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67205", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67204, + "usage_id": 222 + }, + "4111.01.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.18, B\u00fcro", "arch_name": "1.18@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67205", - "roomcode": "4111.01.012", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67206", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67205, + "usage_id": 12 + }, + "4111.01.013": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.19, B\u00fcro", "arch_name": "1.19@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67206", - "roomcode": "4111.01.013", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67207", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67206, + "usage_id": 12 + }, + "4111.01.014": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.20, Seminarraum", "arch_name": "1.20@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=29232&cReadonly=J", - "extended": { - "additional_description": "1.20, Seminarraum", - "address": "Weihenstephaner Steig 18(4111), 1.Obergescho\u00df", - "architect_room_nr": "1.20@4111", - "area_m2": 64.95, - "building": "4111 Forschungsbrauerei Weihenstephan - mit N", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Laminat", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67207", - "roomcode": "4111.01.014", - "usage": 41 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67208", + "area_id": 43, + "building_id": 725, + "calendar_resource_nr": 29232, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 39071, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67207, + "usage_id": 41 + }, + "4111.01.015": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.21, Serverraum/ ELT", "arch_name": "1.21@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67208", - "roomcode": "4111.01.015", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67209", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67208, + "usage_id": 160 + }, + "4111.01.016": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.22, Empfang mit Theke", "arch_name": "1.22@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67209", - "roomcode": "4111.01.016", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67210", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67209, + "usage_id": 44 + }, + "4111.01.017": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.23, K\u00fcche", "arch_name": "1.23@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67210", - "roomcode": "4111.01.017", - "usage": 28 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67211", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67210, + "usage_id": 28 + }, + "4111.01.018": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.24, Besprechungsraum", "arch_name": "1.24@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=28313&cReadonly=J", - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67211", - "roomcode": "4111.01.018", - "usage": 196 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67212", + "area_id": 43, + "building_id": 725, + "calendar_resource_nr": 28313, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67211, + "usage_id": 196 + }, + "4111.01.019": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.25, WC-Herren Vorraum", "arch_name": "1.25@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67212", - "roomcode": "4111.01.019", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67213", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67212, + "usage_id": 118 + }, + "4111.01.020": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.26, WC-Herren", "arch_name": "1.26@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67213", - "roomcode": "4111.01.020", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=67214", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67213, + "usage_id": 115 + }, + "4111.01.021": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "1.27, WC-Damen", "arch_name": "1.27@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67214", - "roomcode": "4111.01.021", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67215", + "area_id": 43, + "building_id": 725, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67214, + "usage_id": 116 + }, + "4111.02.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.01, Treppenraum", "arch_name": "2.01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67215", - "roomcode": "4111.02.101", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67216", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67215, + "usage_id": 223 + }, + "4111.02.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.02, Aufzug", "arch_name": "2.02@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67216", - "roomcode": "4111.02.102", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67217", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67216, + "usage_id": 4 + }, + "4111.02.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.03, Treppenraum", "arch_name": "2.03@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67217", - "roomcode": "4111.02.103", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67218", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67217, + "usage_id": 223 + }, + "4111.02.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.04, Treppenraum", "arch_name": "2.04@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67218", - "roomcode": "4111.02.104", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67219", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67218, + "usage_id": 223 + }, + "4111.02.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.07, Treppenraum", "arch_name": "2.07@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67219", - "roomcode": "4111.02.105", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67220", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67219, + "usage_id": 223 + }, + "4111.02.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.11, Technik", "arch_name": "2.11@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67220", - "roomcode": "4111.02.106", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67221", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67220, + "usage_id": 120 + }, + "4111.02.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.12, Technik", "arch_name": "2.12@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67221", - "roomcode": "4111.02.107", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67222", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67221, + "usage_id": 120 + }, + "4111.02.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.13, Silos", "arch_name": "2.13@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67222", - "roomcode": "4111.02.108", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67223", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67222, + "usage_id": 30 + }, + "4111.02.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.14, Silo", "arch_name": "2.14@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67223", - "roomcode": "4111.02.109", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67224", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67223, + "usage_id": 30 + }, + "4111.02.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.15, Lager", "arch_name": "2.15@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67224", - "roomcode": "4111.02.110", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67225", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67224, + "usage_id": 30 + }, + "4111.02.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.17, Lager Sekretariat", "arch_name": "2.17@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67225", - "roomcode": "4111.02.112", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67226", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67225, + "usage_id": 30 + }, + "4111.02.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.18, B\u00fcro", "arch_name": "2.18@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67226", - "roomcode": "4111.02.113", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67227", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67226, + "usage_id": 12 + }, + "4111.02.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.19, B\u00fcro", "arch_name": "2.19@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67227", - "roomcode": "4111.02.114", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67228", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67227, + "usage_id": 12 + }, + "4111.02.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.20, Flur", "arch_name": "2.20@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67228", - "roomcode": "4111.02.115", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67229", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67228, + "usage_id": 222 + }, + "4111.02.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.21, B\u00fcro", "arch_name": "2.21@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67229", - "roomcode": "4111.02.116", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67230", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67229, + "usage_id": 12 + }, + "4111.02.117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.22, B\u00fcro", "arch_name": "2.22@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67230", - "roomcode": "4111.02.117", - "usage": 194 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67231", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67230, + "usage_id": 194 + }, + "4111.02.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.23, ELT", "arch_name": "2.23@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67231", - "roomcode": "4111.02.118", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67232", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67231, + "usage_id": 160 + }, + "4111.02.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.24, Empfang", "arch_name": "2.24@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67232", - "roomcode": "4111.02.119", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67233", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67232, + "usage_id": 44 + }, + "4111.02.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.25, Flur", "arch_name": "2.25@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67233", - "roomcode": "4111.02.120", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67234", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67233, + "usage_id": 222 + }, + "4111.02.121": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.26, Sekretariat", "arch_name": "2.26@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67234", - "roomcode": "4111.02.121", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67235", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67234, + "usage_id": 12 + }, + "4111.02.122": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.27, B\u00fcro", "arch_name": "2.27@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67235", - "roomcode": "4111.02.122", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67236", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67235, + "usage_id": 12 + }, + "4111.02.123": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.28, B\u00fcro", "arch_name": "2.28@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67236", - "roomcode": "4111.02.123", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67237", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67236, + "usage_id": 12 + }, + "4111.02.124": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.29, B\u00fcro", "arch_name": "2.29@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67237", - "roomcode": "4111.02.124", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67238", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67237, + "usage_id": 12 + }, + "4111.02.125": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.30, B\u00fcro", "arch_name": "2.30@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67238", - "roomcode": "4111.02.125", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67117", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67238, + "usage_id": 12 + }, + "4111.02.126": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.31, WC-Herren Vorraum", "arch_name": "2.31@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67117", - "roomcode": "4111.02.126", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67118", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67117, + "usage_id": 118 + }, + "4111.02.127": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.32, WC-Herren", "arch_name": "2.32@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67118", - "roomcode": "4111.02.127", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=67119", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67118, + "usage_id": 115 + }, + "4111.02.128": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "2.33, WC-Damen", "arch_name": "2.33@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67119", - "roomcode": "4111.02.128", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67120", + "area_id": 43, + "building_id": 725, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67119, + "usage_id": 116 + }, + "4111.03.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.01, Treppenraum", "arch_name": "3.01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67120", - "roomcode": "4111.03.101", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67121", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67120, + "usage_id": 223 + }, + "4111.03.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.02, Aufzug", "arch_name": "3.02@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67121", - "roomcode": "4111.03.102", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67122", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67121, + "usage_id": 4 + }, + "4111.03.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.04, Treppenraum", "arch_name": "3.04@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67122", - "roomcode": "4111.03.103", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67123", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67122, + "usage_id": 223 + }, + "4111.03.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.07, Treppenraum", "arch_name": "3.07@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67123", - "roomcode": "4111.03.104", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67124", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67123, + "usage_id": 223 + }, + "4111.03.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.11, Technik", "arch_name": "3.11@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67124", - "roomcode": "4111.03.105", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67125", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67124, + "usage_id": 120 + }, + "4111.03.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.12, Lager (Luftraum)", "arch_name": "3.12@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67125", - "roomcode": "4111.03.106", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67126", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67125, + "usage_id": 30 + }, + "4111.03.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.13, Silos", "arch_name": "3.13@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67126", - "roomcode": "4111.03.107", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67127", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67126, + "usage_id": 30 + }, + "4111.03.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.14, Silo", "arch_name": "3.14@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67127", - "roomcode": "4111.03.108", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67128", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67127, + "usage_id": 30 + }, + "4111.03.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.15, Lagerboden", "arch_name": "3.15@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67128", - "roomcode": "4111.03.109", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67129", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67128, + "usage_id": 30 + }, + "4111.03.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.16, Flur", "arch_name": "3.16@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67129", - "roomcode": "4111.03.110", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67130", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67129, + "usage_id": 222 + }, + "4111.03.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.17, Flur", "arch_name": "3.17@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67130", - "roomcode": "4111.03.111", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67131", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67130, + "usage_id": 222 + }, + "4111.03.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.18, B\u00fcro", "arch_name": "3.18@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67131", - "roomcode": "4111.03.112", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67132", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67131, + "usage_id": 12 + }, + "4111.03.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.19, Lager", "arch_name": "3.19@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67132", - "roomcode": "4111.03.113", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67133", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67132, + "usage_id": 30 + }, + "4111.03.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.20, Lager", "arch_name": "3.20@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67133", - "roomcode": "4111.03.114", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67134", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67133, + "usage_id": 30 + }, + "4111.03.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.21, Lager", "arch_name": "3.21@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67134", - "roomcode": "4111.03.115", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67135", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67134, + "usage_id": 30 + }, + "4111.03.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.22, B\u00fcro", "arch_name": "3.22@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67135", - "roomcode": "4111.03.116", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67136", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67135, + "usage_id": 12 + }, + "4111.03.117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.23, B\u00fcro", "arch_name": "3.23@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67136", - "roomcode": "4111.03.117", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67137", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67136, + "usage_id": 12 + }, + "4111.03.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.24, Labor", "arch_name": "3.24@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67137", - "roomcode": "4111.03.118", - "usage": 194 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67138", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67137, + "usage_id": 194 + }, + "4111.03.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.25, Biophysiklabor", "arch_name": "3.25@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67138", - "roomcode": "4111.03.119", - "usage": 103 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67139", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67138, + "usage_id": 103 + }, + "4111.03.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.26, B\u00fcro", "arch_name": "3.26@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67139", - "roomcode": "4111.03.120", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=67140", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67139, + "usage_id": 12 + }, + "4111.03.121": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "3.27, Mikrostrukturlabor", "arch_name": "3.27@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67140", - "roomcode": "4111.03.121", - "usage": 102 - }, - { - "address": "Weihenstephaner Steig 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=67141", + "area_id": 43, + "building_id": 725, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67140, + "usage_id": 102 + }, + "4111.04.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "4.01, Treppenraum", "arch_name": "4.01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67141", - "roomcode": "4111.04.101", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=67142", + "area_id": 43, + "building_id": 725, + "floor_level": "4.OG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67141, + "usage_id": 223 + }, + "4111.04.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "4.02, Aufzug", "arch_name": "4.02@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67142", - "roomcode": "4111.04.102", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=67143", + "area_id": 43, + "building_id": 725, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67142, + "usage_id": 4 + }, + "4111.04.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "4.11, Malzputzmaschinen, ehem.", "arch_name": "4.11@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67143", - "roomcode": "4111.04.103", - "usage": 209 - }, - { - "address": "Weihenstephaner Steig 18, 4.OG", - "address_link": "ris.einzelraum?raumkey=67144", + "area_id": 43, + "building_id": 725, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67143, + "usage_id": 209 + }, + "4111.04.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "4.12, K\u00fchlschiff, ehem.", "arch_name": "4.12@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67144", - "roomcode": "4111.04.104", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 5.OG", - "address_link": "ris.einzelraum?raumkey=67145", + "area_id": 43, + "building_id": 725, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67144, + "usage_id": 120 + }, + "4111.05.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "5.01, Darrenboden, ehem.", "arch_name": "5.01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67145", - "roomcode": "4111.05.101", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67190", + "area_id": 43, + "building_id": 725, + "floor_level": "5.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67145, + "usage_id": 30 + }, + "4111.EG.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E01, Treppenraum", "arch_name": "E01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67190", - "roomcode": "4111.EG.101", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67191", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67190, + "usage_id": 223 + }, + "4111.EG.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E02, Aufzug", "arch_name": "E02@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67191", - "roomcode": "4111.EG.102", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67192", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67191, + "usage_id": 4 + }, + "4111.EG.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E03, Treppenraum", "arch_name": "E03@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67192", - "roomcode": "4111.EG.103", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67193", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67192, + "usage_id": 223 + }, + "4111.EG.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E04, Treppenraum", "arch_name": "E04@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67193", - "roomcode": "4111.EG.104", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67442", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67193, + "usage_id": 223 + }, + "4111.EG.104A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E04A, Flur", "arch_name": "E04A@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67442", - "roomcode": "4111.EG.104A", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67194", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67442, + "usage_id": 222 + }, + "4111.EG.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E05, Aufzug", "arch_name": "E05@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67194", - "roomcode": "4111.EG.105", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67257", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67194, + "usage_id": 4 + }, + "4111.EG.105A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E06, Durchfahrt", "arch_name": "E06@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67257", - "roomcode": "4111.EG.105A", - "usage": 13 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67195", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67257, + "usage_id": 13 + }, + "4111.EG.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E11, FOB Sudhaus", "arch_name": "E11@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67195", - "roomcode": "4111.EG.106", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67078", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67195, + "usage_id": 49 + }, + "4111.EG.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E12, FOB Sudhaus (Schaltwarte)", "arch_name": "E12@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67078", - "roomcode": "4111.EG.107", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67079", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67078, + "usage_id": 49 + }, + "4111.EG.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E13, ELT", "arch_name": "E13@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67079", - "roomcode": "4111.EG.108", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67080", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67079, + "usage_id": 160 + }, + "4111.EG.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E14, Darre", "arch_name": "E14@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67080", - "roomcode": "4111.EG.109", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67081", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67080, + "usage_id": 49 + }, + "4111.EG.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E15, Versorgungsraum", "arch_name": "E15@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67081", - "roomcode": "4111.EG.110", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67082", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67081, + "usage_id": 49 + }, + "4111.EG.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E16, Werkstatt", "arch_name": "E16@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67082", - "roomcode": "4111.EG.111", - "usage": 51 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67083", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67082, + "usage_id": 51 + }, + "4111.EG.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E17, Lager/Brandmeldeanlage", "arch_name": "E17@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67083", - "roomcode": "4111.EG.112", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67084", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67083, + "usage_id": 30 + }, + "4111.EG.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E18, Silos", "arch_name": "E18@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67084", - "roomcode": "4111.EG.113", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67085", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67084, + "usage_id": 30 + }, + "4111.EG.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E19, Lager (alte Wasserenth\u00e4rtung)", "arch_name": "E19@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67085", - "roomcode": "4111.EG.114", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67086", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67085, + "usage_id": 30 + }, + "4111.EG.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E20, Malzanlieferung", "arch_name": "E20@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67086", - "roomcode": "4111.EG.115", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67087", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67086, + "usage_id": 30 + }, + "4111.EG.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E21, Schalander", "arch_name": "E21@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67087", - "roomcode": "4111.EG.116", - "usage": 53 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67088", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67087, + "usage_id": 53 + }, + "4111.EG.117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E22, Flur", "arch_name": "E22@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67088", - "roomcode": "4111.EG.117", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67090", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67088, + "usage_id": 222 + }, + "4111.EG.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E23, WC-Damen", "arch_name": "E23@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67090", - "roomcode": "4111.EG.118", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67093", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67090, + "usage_id": 116 + }, + "4111.EG.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E24, WC-Herren Vorraum", "arch_name": "E24@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67093", - "roomcode": "4111.EG.119", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67095", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67093, + "usage_id": 118 + }, + "4111.EG.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E25, WC-Herren", "arch_name": "E25@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67095", - "roomcode": "4111.EG.120", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67097", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67095, + "usage_id": 115 + }, + "4111.EG.121": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E26, Dusche-Herren", "arch_name": "E26@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67097", - "roomcode": "4111.EG.121", - "usage": 113 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67100", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67097, + "usage_id": 113 + }, + "4111.EG.122": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E27, Umkleide-Herren", "arch_name": "E27@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67100", - "roomcode": "4111.EG.122", - "usage": 121 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67104", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67100, + "usage_id": 121 + }, + "4111.EG.123": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E28, Nass-Technikum Vorbereitung", "arch_name": "E28@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67104", - "roomcode": "4111.EG.123", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=70707", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67104, + "usage_id": 49 + }, + "4111.EG.123A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E28A, Nass-Technikum Lager", "arch_name": "E28A@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70707", - "roomcode": "4111.EG.123A", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67105", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70707, + "usage_id": 49 + }, + "4111.EG.124": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E29, Nass-Technikum", "arch_name": "E29@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67105", - "roomcode": "4111.EG.124", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67106", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67105, + "usage_id": 49 + }, + "4111.EG.125": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E30, B\u00e4ckereitechnikum", "arch_name": "E30@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67106", - "roomcode": "4111.EG.125", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67107", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67106, + "usage_id": 49 + }, + "4111.EG.126": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E30A, B\u00fcro/Analyse", "arch_name": "E30A@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67107", - "roomcode": "4111.EG.126", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67108", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67107, + "usage_id": 49 + }, + "4111.EG.127": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E31, Probeneingang", "arch_name": "E31@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67108", - "roomcode": "4111.EG.127", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67109", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67108, + "usage_id": 30 + }, + "4111.EG.128": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E32, Verkostungsraum/Auswertung", "arch_name": "E32@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67109", - "roomcode": "4111.EG.128", - "usage": 110 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67110", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67109, + "usage_id": 110 + }, + "4111.EG.129": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E33, Lager M\u00e4lzerei", "arch_name": "E33@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67110", - "roomcode": "4111.EG.129", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67111", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67110, + "usage_id": 30 + }, + "4111.EG.130": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E34, M\u00fchlentechnikum", "arch_name": "E34@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67111", - "roomcode": "4111.EG.130", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67112", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67111, + "usage_id": 49 + }, + "4111.EG.131": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E35, Kleinm\u00e4lzung", "arch_name": "E35@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67112", - "roomcode": "4111.EG.131", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, EG", - "address_link": "ris.einzelraum?raumkey=67113", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67112, + "usage_id": 49 + }, + "4111.EG.132": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E36, Kleinm\u00e4lzung", "arch_name": "E36@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67113", - "roomcode": "4111.EG.132", - "usage": 49 - }, - { - "address": "Weihenstephaner Steig 18, TP", - "address_link": "ris.einzelraum?raumkey=68354", + "area_id": 43, + "building_id": 725, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67113, + "usage_id": 49 + }, + "4111.TP.104A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K11/1, Lagerkeller 1/ Hochtanklager", "arch_name": "K11/1@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68354", - "roomcode": "4111.TP.104A", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, TP", - "address_link": "ris.einzelraum?raumkey=68359", + "area_id": 43, + "building_id": 725, + "floor_level": "TP", + "floor_type": "Gitterrost", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68354, + "usage_id": 30 + }, + "4111.TP.107A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14/1, Corneliuslager 2", "arch_name": "K14/1@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68359", - "roomcode": "4111.TP.107A", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, TP", - "address_link": "ris.einzelraum?raumkey=69037", + "area_id": 43, + "building_id": 725, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68359, + "usage_id": 30 + }, + "4111.TP.107B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14A/1, ELT Betriebstechnik", "arch_name": "K14A/1@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69037", - "roomcode": "4111.TP.107B", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, TP", - "address_link": "ris.einzelraum?raumkey=68355", + "area_id": 43, + "building_id": 725, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69037, + "usage_id": 120 + }, + "4111.TP.107C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14B/1, ehem. Keimstra\u00dfe", "arch_name": "K14B/1@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68355", - "roomcode": "4111.TP.107C", - "usage": 16 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67162", + "area_id": 43, + "building_id": 725, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68355, + "usage_id": 16 + }, + "4111.U1.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K01, Treppenraum", "arch_name": "K01@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67162", - "roomcode": "4111.U1.101", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67163", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67162, + "usage_id": 223 + }, + "4111.U1.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K02, Aufzug", "arch_name": "K02@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67163", - "roomcode": "4111.U1.102", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67164", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67163, + "usage_id": 4 + }, + "4111.U1.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K05, Aufzug", "arch_name": "K05@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67164", - "roomcode": "4111.U1.103", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67165", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67164, + "usage_id": 4 + }, + "4111.U1.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K11, G\u00e4r- und Lagerkeller gro\u00df", "arch_name": "K11@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67165", - "roomcode": "4111.U1.104", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67166", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67165, + "usage_id": 30 + }, + "4111.U1.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K12, G\u00e4r- und Lagerkeller klein", "arch_name": "K12@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67166", - "roomcode": "4111.U1.105", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67167", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67166, + "usage_id": 30 + }, + "4111.U1.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K13, Aufzugsraum/ELT", "arch_name": "K13@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67167", - "roomcode": "4111.U1.106", - "usage": 5 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67168", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67167, + "usage_id": 5 + }, + "4111.U1.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14, Corneliuslager", "arch_name": "K14@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67168", - "roomcode": "4111.U1.107", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67675", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67168, + "usage_id": 30 + }, + "4111.U1.107A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14A, Trafostation III", "arch_name": "K14A@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67675", - "roomcode": "4111.U1.107A", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67676", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67675, + "usage_id": 160 + }, + "4111.U1.107B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14B, Trafostation III", "arch_name": "K14B@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67676", - "roomcode": "4111.U1.107B", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67678", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67676, + "usage_id": 160 + }, + "4111.U1.107C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14C, Trafostation III", "arch_name": "K14C@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67678", - "roomcode": "4111.U1.107C", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67679", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67678, + "usage_id": 160 + }, + "4111.U1.107D": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K14D, Trafostation III", "arch_name": "K14D@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67679", - "roomcode": "4111.U1.107D", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67169", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67679, + "usage_id": 160 + }, + "4111.U1.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K15, Lager", "arch_name": "K15@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67169", - "roomcode": "4111.U1.108", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67170", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67169, + "usage_id": 30 + }, + "4111.U1.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K16, Lager/Magazin", "arch_name": "K16@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67170", - "roomcode": "4111.U1.109", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67171", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67170, + "usage_id": 30 + }, + "4111.U1.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K17, Flur", "arch_name": "K17@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67171", - "roomcode": "4111.U1.110", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67172", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67171, + "usage_id": 222 + }, + "4111.U1.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K18, Elektroraum", "arch_name": "K18@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67172", - "roomcode": "4111.U1.111", - "usage": 160 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67173", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67172, + "usage_id": 160 + }, + "4111.U1.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K19, Kompressorraum/ Lager B\u00e4ckerei", "arch_name": "K19@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67173", - "roomcode": "4111.U1.112", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67174", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67173, + "usage_id": 30 + }, + "4111.U1.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K20, Flur", "arch_name": "K20@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67174", - "roomcode": "4111.U1.113", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67175", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67174, + "usage_id": 222 + }, + "4111.U1.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K21, K\u00fchlung/ Lager B\u00e4ckerei", "arch_name": "K21@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67175", - "roomcode": "4111.U1.114", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67176", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67175, + "usage_id": 30 + }, + "4111.U1.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K22, Flur", "arch_name": "K22@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67176", - "roomcode": "4111.U1.115", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67177", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67176, + "usage_id": 222 + }, + "4111.U1.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K23, Flur", "arch_name": "K23@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67177", - "roomcode": "4111.U1.116", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67178", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67177, + "usage_id": 222 + }, + "4111.U1.117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K24, Lager", "arch_name": "K24@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67178", - "roomcode": "4111.U1.117", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67179", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67178, + "usage_id": 30 + }, + "4111.U1.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K25, Versorgungstunnel", "arch_name": "K25@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67179", - "roomcode": "4111.U1.118", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67180", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67179, + "usage_id": 120 + }, + "4111.U1.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K26, \u00dcbergabe Fernw\u00e4rme", "arch_name": "K26@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67180", - "roomcode": "4111.U1.119", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67181", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67180, + "usage_id": 120 + }, + "4111.U1.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K27, Wasser\u00fcbergabe", "arch_name": "K27@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67181", - "roomcode": "4111.U1.120", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 18, 1.UG", - "address_link": "ris.einzelraum?raumkey=67182", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67181, + "usage_id": 120 + }, + "4111.U1.121": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "K28, K\u00fchlung/ Zolllager", "arch_name": "K28@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15682", - "operator": "[ TUWZA2H ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67182", - "roomcode": "4111.U1.121", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 18, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68356", + "area_id": 43, + "building_id": 725, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15682, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67182, + "usage_id": 30 + }, + "4111.Z1.106A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E11/1, Archiv", "arch_name": "E11/1@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68356", - "roomcode": "4111.Z1.106A", - "usage": 2 - }, - { - "address": "Weihenstephaner Steig 18, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68357", + "area_id": 43, + "building_id": 725, + "floor_level": "1.ZG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68356, + "usage_id": 2 + }, + "4111.Z1.128A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "alt_name": "E32/1, Verkostungskabinen", "arch_name": "E32/1@4111", - "b_area_id": 43, - "b_filter_id": 725, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68357", - "roomcode": "4111.Z1.128A", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69483", + "area_id": 43, + "building_id": 725, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68357, + "usage_id": 12 + }, + "4113.01.101A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 1.1, Treppenraum 2", "arch_name": "O1 1.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69483", - "roomcode": "4113.01.101A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69504", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69483, + "usage_id": 223 + }, + "4113.01.101B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 1.2, Flur 1", "arch_name": "O1 1.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69504", - "roomcode": "4113.01.101B", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69505", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69504, + "usage_id": 222 + }, + "4113.01.101C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 1.3, historischer Steg", "arch_name": "O1 1.3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69505", - "roomcode": "4113.01.101C", - "usage": 206 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69482", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69505, + "usage_id": 206 + }, + "4113.01.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 2, Gruppenlernraum", "arch_name": "O1 2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31259&cReadonly=J", - "extended": { - "additional_description": "O1 2, Gruppenlernraum", - "address": "Weihenstephaner Steig 16(4113), 1.Obergescho\u00df", - "architect_room_nr": "O1 2@4113", - "area_m2": 45.98, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "102", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69482", - "roomcode": "4113.01.102", - "usage": 131 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69506", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31259, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69482, + "usage_id": 131 + }, + "4113.01.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 3, Gruppenlernraum", "arch_name": "O1 3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31260&cReadonly=J", - "extended": { - "additional_description": "O1 3, Gruppenlernraum", - "address": "Weihenstephaner Steig 16(4113), 1.Obergescho\u00df", - "architect_room_nr": "O1 3@4113", - "area_m2": 60.76, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "103", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69506", - "roomcode": "4113.01.103", - "usage": 131 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69521", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31260, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69506, + "usage_id": 131 + }, + "4113.01.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 4, Treppenraum 1", "arch_name": "O1 4@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69521", - "roomcode": "4113.01.104", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69507", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69521, + "usage_id": 223 + }, + "4113.01.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 5, H\u00f6rsaal 4 (WZWH04)", "arch_name": "O1 5@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=31612&cReadonly=J", - "extended": { - "additional_description": "O1 5, H\u00f6rsaal 4 (WZWH04)", - "address": "Weihenstephaner Steig 16(4113), 1.Obergescho\u00df", - "architect_room_nr": "O1 5@4113", - "area_m2": 92.68, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "105", - "seats": 90, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69507", - "roomcode": "4113.01.105", - "usage": 20 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69485", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31612, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69507, + "usage_id": 20 + }, + "4113.01.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 6, Flur 2", "arch_name": "O1 6@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69485", - "roomcode": "4113.01.106", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69484", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69485, + "usage_id": 222 + }, + "4113.01.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 7, Abstellraum", "arch_name": "O1 7@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69484", - "roomcode": "4113.01.107", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69522", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69484, + "usage_id": 159 + }, + "4113.01.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 8, WC-Vorraum", "arch_name": "O1 8@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69522", - "roomcode": "4113.01.108", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69523", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69522, + "usage_id": 118 + }, + "4113.01.108A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 8.1, WC-Herren", "arch_name": "O1 8.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69523", - "roomcode": "4113.01.108A", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 16, 1.OG", - "address_link": "ris.einzelraum?raumkey=69486", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69523, + "usage_id": 115 + }, + "4113.01.108B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O1 8.2, WC-Damen", "arch_name": "O1 8.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69486", - "roomcode": "4113.01.108B", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69524", + "area_id": 43, + "building_id": 693, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69486, + "usage_id": 116 + }, + "4113.02.201A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 1.1, Treppenraum 2", "arch_name": "O2 1.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69524", - "roomcode": "4113.02.201A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69487", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69524, + "usage_id": 223 + }, + "4113.02.201B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 1.2, Flur 2", "arch_name": "O2 1.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69487", - "roomcode": "4113.02.201B", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69488", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69487, + "usage_id": 222 + }, + "4113.02.202": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 2, Gruppenarbeitsraum", "arch_name": "O2 2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31261&cReadonly=J", - "extended": { - "additional_description": "O2 2, Gruppenarbeitsraum", - "address": "Weihenstephaner Steig 16(4113), 2.Obergescho\u00df", - "architect_room_nr": "O2 2@4113", - "area_m2": 40.99, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 14, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69488", - "roomcode": "4113.02.202", - "usage": 131 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69508", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31261, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69488, + "usage_id": 131 + }, + "4113.02.203": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 3, Gruppenarbeitsraum", "arch_name": "O2 3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31262&cReadonly=J", - "extended": { - "additional_description": "O2 3, Gruppenarbeitsraum", - "address": "Weihenstephaner Steig 16(4113), 2.Obergescho\u00df", - "architect_room_nr": "O2 3@4113", - "area_m2": 41.13, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69508", - "roomcode": "4113.02.203", - "usage": 131 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69509", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31262, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69508, + "usage_id": 131 + }, + "4113.02.204": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 4, Eltern-Kind-Zimmer/Wickeltisch", "arch_name": "O2 4@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31263&cReadonly=J", - "list_index": "54", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69509", - "roomcode": "4113.02.204", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69510", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31263, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69509, + "usage_id": 44 + }, + "4113.02.205": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 5, Ruheraum", "arch_name": "O2 5@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31264&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69510", - "roomcode": "4113.02.205", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69525", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31264, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69510, + "usage_id": 44 + }, + "4113.02.206": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 6, B\u00fcro", "arch_name": "O2 6@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31265&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69525", - "roomcode": "4113.02.206", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69526", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31265, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69525, + "usage_id": 12 + }, + "4113.02.207": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 7, Treppenraum 1", "arch_name": "O2 7@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69526", - "roomcode": "4113.02.207", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69490", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69526, + "usage_id": 223 + }, + "4113.02.208": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 8, Abstellraum", "arch_name": "O2 8@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69490", - "roomcode": "4113.02.208", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69489", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69490, + "usage_id": 159 + }, + "4113.02.209": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 9, Flur 1", "arch_name": "O2 9@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69489", - "roomcode": "4113.02.209", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69491", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69489, + "usage_id": 222 + }, + "4113.02.210": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 10, Mehrzweckraum", "arch_name": "O2 10@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31266&cReadonly=J", - "extended": { - "additional_description": "O2 10, Mehrzweckraum", - "address": "Weihenstephaner Steig 16(4113), 2.Obergescho\u00df", - "architect_room_nr": "O2 10@4113", - "area_m2": 70.98, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "210", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69491", - "roomcode": "4113.02.210", - "usage": 130 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69492", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31266, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69491, + "usage_id": 130 + }, + "4113.02.211": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 11, Flur TK", "arch_name": "O2 11@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69492", - "roomcode": "4113.02.211", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69512", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69492, + "usage_id": 222 + }, + "4113.02.212": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 12, WC-Vorraum", "arch_name": "O2 12@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69512", - "roomcode": "4113.02.212", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69513", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69512, + "usage_id": 118 + }, + "4113.02.212A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 12.1, WC-Damen", "arch_name": "O2 12.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69513", - "roomcode": "4113.02.212A", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69514", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69513, + "usage_id": 116 + }, + "4113.02.212B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 12.2, WC-Herren", "arch_name": "O2 12.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69514", - "roomcode": "4113.02.212B", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69511", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69514, + "usage_id": 115 + }, + "4113.02.213": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 13, Reinigungsmittelraum", "arch_name": "O2 13@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69511", - "roomcode": "4113.02.213", - "usage": 205 - }, - { - "address": "Weihenstephaner Steig 16, 2.OG", - "address_link": "ris.einzelraum?raumkey=69493", + "area_id": 43, + "building_id": 693, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69511, + "usage_id": 205 + }, + "4113.02.215": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "O2 15, Teek\u00fcche", "arch_name": "O2 15@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31267&cReadonly=J", - "list_index": "66", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69493", - "roomcode": "4113.02.215", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69515", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31267, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69493, + "usage_id": 44 + }, + "4113.03.301": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 1, Treppenraum", "arch_name": "D 1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69515", - "roomcode": "4113.03.301", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69494", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69515, + "usage_id": 223 + }, + "4113.03.302": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 2, Teek\u00fcche", "arch_name": "D 2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31268&cReadonly=J", - "list_index": "68", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69494", - "roomcode": "4113.03.302", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69516", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31268, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69494, + "usage_id": 44 + }, + "4113.03.303": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 3, Kammer des Schreckens", "arch_name": "D 3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31269&cReadonly=J", - "list_index": "69", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69516", - "roomcode": "4113.03.303", - "usage": 110 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69517", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31269, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69516, + "usage_id": 110 + }, + "4113.03.304": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 4, Zugang zum Speicher/Reinigung", "arch_name": "D 4@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69517", - "roomcode": "4113.03.304", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69495", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69517, + "usage_id": 222 + }, + "4113.03.305": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 5, Karaokeraum", "arch_name": "D 5@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31270&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69495", - "roomcode": "4113.03.305", - "usage": 208 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69496", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31270, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69495, + "usage_id": 208 + }, + "4113.03.306": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 6, Prokrastinationsraum", "arch_name": "D 6@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31271&cReadonly=J", - "list_index": "72", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69496", - "roomcode": "4113.03.306", - "usage": 208 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69527", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31271, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69496, + "usage_id": 208 + }, + "4113.03.307": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 7, Inspirationsraum", "arch_name": "D 7@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31272&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69527", - "roomcode": "4113.03.307", - "usage": 208 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69528", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31272, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69527, + "usage_id": 208 + }, + "4113.03.308": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 8, Flur 1", "arch_name": "D 8@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69528", - "roomcode": "4113.03.308", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69497", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69528, + "usage_id": 222 + }, + "4113.03.309": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 9, Flur 2", "arch_name": "D 9@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69497", - "roomcode": "4113.03.309", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69498", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69497, + "usage_id": 222 + }, + "4113.03.310": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 10, Flur 3", "arch_name": "D 10@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69498", - "roomcode": "4113.03.310", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69518", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69498, + "usage_id": 222 + }, + "4113.03.311": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 11, Lernen", "arch_name": "D 11@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31273&cReadonly=J", - "list_index": "77", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69518", - "roomcode": "4113.03.311", - "usage": 208 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69499", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31273, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69518, + "usage_id": 208 + }, + "4113.03.312": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 12, Abstellraum", "arch_name": "D 12@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69499", - "roomcode": "4113.03.312", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69500", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69499, + "usage_id": 159 + }, + "4113.03.313": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 13, WC Vorraum", "arch_name": "D 13@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69500", - "roomcode": "4113.03.313", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69519", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69500, + "usage_id": 118 + }, + "4113.03.313A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 13.1, WC-Herren", "arch_name": "D 13.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69519", - "roomcode": "4113.03.313A", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 16, 3.OG", - "address_link": "ris.einzelraum?raumkey=69520", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69519, + "usage_id": 115 + }, + "4113.03.313B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "D 13.2, WC-Damen", "arch_name": "D 13.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69520", - "roomcode": "4113.03.313B", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 16, 4.OG", - "address_link": "ris.einzelraum?raumkey=71731", + "area_id": 43, + "building_id": 693, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69520, + "usage_id": 116 + }, + "4113.04.401": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "SP 01, Speicher", "arch_name": "SP 01@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=71731", - "roomcode": "4113.04.401", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 16, 4.OG", - "address_link": "ris.einzelraum?raumkey=71732", + "area_id": 43, + "building_id": 693, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71731, + "usage_id": 159 + }, + "4113.04.402": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "SP 02, Technikraum", "arch_name": "SP 02@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=71732", - "roomcode": "4113.04.402", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=45866", + "area_id": 43, + "building_id": 693, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71732, + "usage_id": 120 + }, + "4113.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 1, Windfang Treppenhaus NW", "arch_name": "EG 1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45866", - "roomcode": "4113.EG.001", - "usage": 52 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69540", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45866, + "usage_id": 52 + }, + "4113.EG.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 1.1, Treppenhaus NW", "arch_name": "EG 1.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69540", - "roomcode": "4113.EG.001A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69534", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69540, + "usage_id": 223 + }, + "4113.EG.001B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 1.2, Flur Treppenraum NW", "arch_name": "EG 1.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69534", - "roomcode": "4113.EG.001B", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69535", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69534, + "usage_id": 222 + }, + "4113.EG.001C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 0.1, Flur Treppenraum SW", "arch_name": "EG 0.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69535", - "roomcode": "4113.EG.001C", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69541", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69535, + "usage_id": 222 + }, + "4113.EG.001D": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 0, Treppenhaus SW", "arch_name": "EG 0@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69541", - "roomcode": "4113.EG.001D", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=46022", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69541, + "usage_id": 223 + }, + "4113.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 2, AStA-B\u00fcro", "arch_name": "EG 2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31252&cReadonly=J", - "list_index": "24", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46022", - "roomcode": "4113.EG.002", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=46043", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31252, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46022, + "usage_id": 12 + }, + "4113.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 3, Cafeteria", "arch_name": "EG 3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31253&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46043", - "roomcode": "4113.EG.003", - "usage": 139 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=70130", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31253, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46043, + "usage_id": 139 + }, + "4113.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 4, Gruppenraum & Automaten", "arch_name": "EG 4@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31254&cReadonly=J", - "extended": { - "additional_description": "EG 4, Gruppenraum & Automaten", - "address": "Weihenstephaner Steig 16(4113), Erdgescho\u00df", - "architect_room_nr": "EG 4@4113", - "area_m2": 54.98, - "building": "4113 StudiTUM Weihenstephan", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70130", - "roomcode": "4113.EG.004", - "usage": 131 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69542", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31254, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70130, + "usage_id": 131 + }, + "4113.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 5, Treppenhaus Ost", "arch_name": "EG 5@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69542", - "roomcode": "4113.EG.005", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69481", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69542, + "usage_id": 223 + }, + "4113.EG.005A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 5.1, Abstellraum", "arch_name": "EG 5.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69481", - "roomcode": "4113.EG.005A", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69543", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69481, + "usage_id": 159 + }, + "4113.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 6, Lager", "arch_name": "EG 6@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69543", - "roomcode": "4113.EG.006", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69501", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69543, + "usage_id": 30 + }, + "4113.EG.006A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 6.1, Fernw\u00e4rme", "arch_name": "EG 6.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69501", - "roomcode": "4113.EG.006A", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69502", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69501, + "usage_id": 120 + }, + "4113.EG.006B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 6.2, L\u00fcftungszentrale", "arch_name": "EG 6.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69502", - "roomcode": "4113.EG.006B", - "usage": 32 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69503", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69502, + "usage_id": 32 + }, + "4113.EG.006C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 6.3, Treppe + Podest", "arch_name": "EG 6.3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69503", - "roomcode": "4113.EG.006C", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69539", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69503, + "usage_id": 223 + }, + "4113.EG.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 7, Sitzungssaal", "arch_name": "EG 7@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31255&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69539", - "roomcode": "4113.EG.007", - "usage": 42 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69536", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31255, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69539, + "usage_id": 42 + }, + "4113.EG.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 8, WC-Vorraum", "arch_name": "EG 8@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69536", - "roomcode": "4113.EG.008", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69537", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69536, + "usage_id": 118 + }, + "4113.EG.008A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 8.1, WC-Damen", "arch_name": "EG 8.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69537", - "roomcode": "4113.EG.008A", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=69538", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69537, + "usage_id": 116 + }, + "4113.EG.008B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 8.2, WC-Herren", "arch_name": "EG 8.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69538", - "roomcode": "4113.EG.008B", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 16, EG", - "address_link": "ris.einzelraum?raumkey=70932", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69538, + "usage_id": 115 + }, + "4113.EG.010A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "EG 10A, Aufzug", "arch_name": "EG 10A@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70932", - "roomcode": "4113.EG.010A", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44937", + "area_id": 43, + "building_id": 693, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70932, + "usage_id": 4 + }, + "4113.U1.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 1.1, Treppenraum", "arch_name": "K 1.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44937", - "roomcode": "4113.U1.001A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=69533", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44937, + "usage_id": 223 + }, + "4113.U1.001C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 1.3, Maschinenraum Aufzug", "arch_name": "K 1.3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69533", - "roomcode": "4113.U1.001C", - "usage": 5 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=44952", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69533, + "usage_id": 5 + }, + "4113.U1.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 2, Musikraum", "arch_name": "K 2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=31256&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44952", - "roomcode": "4113.U1.002", - "usage": 188 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45106", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31256, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 30361, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44952, + "usage_id": 188 + }, + "4113.U1.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 3, Lounge", "arch_name": "K 3@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31257&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45106", - "roomcode": "4113.U1.003", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45125", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31257, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45106, + "usage_id": 44 + }, + "4113.U1.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 4, Kickerraum", "arch_name": "K 4@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=31258&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45125", - "roomcode": "4113.U1.004", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45288", + "area_id": 43, + "building_id": 693, + "calendar_resource_nr": 31258, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45125, + "usage_id": 44 + }, + "4113.U1.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 5, Flur", "arch_name": "K 5@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45288", - "roomcode": "4113.U1.005", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45320", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45288, + "usage_id": 222 + }, + "4113.U1.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 6, EDV-Raum", "arch_name": "K 6@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45320", - "roomcode": "4113.U1.006", - "usage": 207 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45470", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45320, + "usage_id": 207 + }, + "4113.U1.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 7, WC-Herren/Vorraum/Barrierefrei", "arch_name": "K 7@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45470", - "roomcode": "4113.U1.007", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45488", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45470, + "usage_id": 118 + }, + "4113.U1.007A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 7.1, WC-Herren/Barrierefrei", "arch_name": "K 7.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45488", - "roomcode": "4113.U1.007A", - "usage": 117 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=69529", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45488, + "usage_id": 117 + }, + "4113.U1.007B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 7.2, Dusche-Herren", "arch_name": "K 7.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69529", - "roomcode": "4113.U1.007B", - "usage": 210 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45501", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69529, + "usage_id": 210 + }, + "4113.U1.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 8, WC-Damen/Vorraum/Barrierefrei", "arch_name": "K 8@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45501", - "roomcode": "4113.U1.008", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45649", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45501, + "usage_id": 118 + }, + "4113.U1.008A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 8.1, WC-Damen/Barrierefrei", "arch_name": "K 8.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45649", - "roomcode": "4113.U1.008A", - "usage": 117 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=69530", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45649, + "usage_id": 117 + }, + "4113.U1.008B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 8.2, Dusche-Damen", "arch_name": "K 8.2@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69530", - "roomcode": "4113.U1.008B", - "usage": 210 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45663", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69530, + "usage_id": 210 + }, + "4113.U1.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 9, WC-Herren Vorraum", "arch_name": "K 9@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45663", - "roomcode": "4113.U1.009", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=69531", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45663, + "usage_id": 118 + }, + "4113.U1.009A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 9.1, WC-Herren", "arch_name": "K 9.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69531", - "roomcode": "4113.U1.009A", - "usage": 115 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45679", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69531, + "usage_id": 115 + }, + "4113.U1.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 10, WC-Damen Vorraum", "arch_name": "K 10@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45679", - "roomcode": "4113.U1.010", - "usage": 118 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=69532", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45679, + "usage_id": 118 + }, + "4113.U1.010A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 10.1, WC-Damen", "arch_name": "K 10.1@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69532", - "roomcode": "4113.U1.010A", - "usage": 116 - }, - { - "address": "Weihenstephaner Steig 16, 1.UG", - "address_link": "ris.einzelraum?raumkey=45831", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69532, + "usage_id": 116 + }, + "4113.U1.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "alt_name": "K 11, Hebeanlage", "arch_name": "K 11@4113", - "b_area_id": 43, - "b_filter_id": 693, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45831", - "roomcode": "4113.U1.011", - "usage": 4 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=46986", + "area_id": 43, + "building_id": 693, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45831, + "usage_id": 4 + }, + "4114.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "001, Arbeitsraum", "arch_name": "001@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46986", - "roomcode": "4114.EG.001", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=46998", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46986, + "usage_id": 12 + }, + "4114.EG.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "001A, Flur", "arch_name": "001A@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46998", - "roomcode": "4114.EG.001A", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=47007", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46998, + "usage_id": 222 + }, + "4114.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "002, Aufenthaltsraum", "arch_name": "002@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47007", - "roomcode": "4114.EG.002", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=44291", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39071, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47007, + "usage_id": 44 + }, + "4114.EG.002A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "002A, Gruppenumkleide allgemein", "arch_name": "002A@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44291", - "roomcode": "4114.EG.002A", - "usage": 121 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=44307", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44291, + "usage_id": 121 + }, + "4114.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "003, Grobmechanische Werkstatt", "arch_name": "003@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44307", - "roomcode": "4114.EG.003", - "usage": 51 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=44324", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44307, + "usage_id": 51 + }, + "4114.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "004, Grobmechanische Werkstatt", "arch_name": "004@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44324", - "roomcode": "4114.EG.004", - "usage": 51 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=44475", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44324, + "usage_id": 51 + }, + "4114.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "005, Abstellraum/Grossger\u00e4te", "arch_name": "005@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44475", - "roomcode": "4114.EG.005", - "usage": 159 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=68188", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44475, + "usage_id": 159 + }, + "4114.EG.005A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "005A, Werkstatt", "arch_name": "005A@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68188", - "roomcode": "4114.EG.005A", - "usage": 51 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=44492", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68188, + "usage_id": 51 + }, + "4114.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "006, Waschhalle", "arch_name": "006@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44492", - "roomcode": "4114.EG.006", - "usage": 108 - }, - { - "address": "Weihenstephaner Steig 14, EG", - "address_link": "ris.einzelraum?raumkey=44507", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44492, + "usage_id": 108 + }, + "4114.EG.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "007, Metallwerkst\u00e4tten Grob", "arch_name": "007@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44507", - "roomcode": "4114.EG.007", - "usage": 51 - }, - { - "address": "Weihenstephaner Steig 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=46816", + "area_id": 43, + "building_id": 694, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44507, + "usage_id": 51 + }, + "4114.U1.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "008, Lager", "arch_name": "008@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46816", - "roomcode": "4114.U1.008", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 14, 1.UG", - "address_link": "ris.einzelraum?raumkey=46833", + "area_id": 43, + "building_id": 694, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46816, + "usage_id": 30 + }, + "4114.U1.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "alt_name": "009, Lager", "arch_name": "009@4114", - "b_area_id": 43, - "b_filter_id": 694, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46833", - "roomcode": "4114.U1.009", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=73322", + "area_id": 43, + "building_id": 694, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46833, + "usage_id": 30 + }, + "4115.01.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001, Flur mit Treppe", "arch_name": "001@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73322", - "roomcode": "4115.01.001", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=73329", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73322, + "usage_id": 222 + }, + "4115.01.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001A, Flur", "arch_name": "001A@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73329", - "roomcode": "4115.01.001A", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=73330", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73329, + "usage_id": 222 + }, + "4115.01.001B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001B, Vorraum B\u00fcro/WC", "arch_name": "001B@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73330", - "roomcode": "4115.01.001B", - "usage": 50 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=73332", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73330, + "usage_id": 50 + }, + "4115.01.001C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001C, Aufgang Treppe DG", "arch_name": "001C@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73332", - "roomcode": "4115.01.001C", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=73331", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73332, + "usage_id": 223 + }, + "4115.01.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "002, WC", "arch_name": "002@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73331", - "roomcode": "4115.01.002", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=73333", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73331, + "usage_id": 114 + }, + "4115.01.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "003, Balkon", "arch_name": "003@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73333", - "roomcode": "4115.01.003", - "usage": 219 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=44838", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73333, + "usage_id": 219 + }, + "4115.01.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44838", - "roomcode": "4115.01.004", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=44855", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44838, + "usage_id": 12 + }, + "4115.01.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "005, Mal- und Spielraum", "arch_name": "005@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44855", - "roomcode": "4115.01.005", - "usage": 146 - }, - { - "address": "Weihenstephaner Steig 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=44866", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44855, + "usage_id": 146 + }, + "4115.01.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "006, Ruheraum", "arch_name": "006@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44866", - "roomcode": "4115.01.006", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=73324", + "area_id": 43, + "building_id": 653, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44866, + "usage_id": 44 + }, + "4115.02.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001, Speicher", "arch_name": "001@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73324", - "roomcode": "4115.02.001", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=44683", + "area_id": 43, + "building_id": 653, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73324, + "usage_id": 30 + }, + "4115.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001, Vorraum K\u00fcche", "arch_name": "001@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44683", - "roomcode": "4115.EG.001", - "usage": 28 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=73317", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44683, + "usage_id": 28 + }, + "4115.EG.001A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "001A, K\u00fcche", "arch_name": "001A@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73317", - "roomcode": "4115.EG.001A", - "usage": 28 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=44694", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73317, + "usage_id": 28 + }, + "4115.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "002, Ess.- und Spielraum", "arch_name": "002@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44694", - "roomcode": "4115.EG.002", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=44698", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44694, + "usage_id": 44 + }, + "4115.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "003, WC", "arch_name": "003@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44698", - "roomcode": "4115.EG.003", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=73326", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44698, + "usage_id": 114 + }, + "4115.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "004, Flur mit Waschbecken", "arch_name": "004@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73326", - "roomcode": "4115.EG.004", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=73327", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73326, + "usage_id": 222 + }, + "4115.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "005, Treppenhaus/Eingangsbereich", "arch_name": "005@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73327", - "roomcode": "4115.EG.005", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=73328", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73327, + "usage_id": 223 + }, + "4115.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "006, Windfang/Eingangsbereich", "arch_name": "006@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73328", - "roomcode": "4115.EG.006", - "usage": 52 - }, - { - "address": "Weihenstephaner Steig 19, EG", - "address_link": "ris.einzelraum?raumkey=73321", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73328, + "usage_id": 52 + }, + "4115.EG.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "008, Terrasse", "arch_name": "008@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73321", - "roomcode": "4115.EG.008", - "usage": 48 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=44657", + "area_id": 43, + "building_id": 653, + "floor_level": "EG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73321, + "usage_id": 48 + }, + "4115.U1.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "007, Lager/Heizungsraum", "arch_name": "007@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44657", - "roomcode": "4115.U1.007", - "usage": 120 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=73313", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44657, + "usage_id": 120 + }, + "4115.U1.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "009, Spielzimmer", "arch_name": "009@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73313", - "roomcode": "4115.U1.008", - "usage": 146 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=44672", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73313, + "usage_id": 146 + }, + "4115.U1.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "009, Bastelraum", "arch_name": "009@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44672", - "roomcode": "4115.U1.009", - "usage": 146 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=73314", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44672, + "usage_id": 146 + }, + "4115.U1.009A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "009A, Treppe UG zum Garten", "arch_name": "009A@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73314", - "roomcode": "4115.U1.009A", - "usage": 7 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=73315", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73314, + "usage_id": 7 + }, + "4115.U1.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "010, WC", "arch_name": "010@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73315", - "roomcode": "4115.U1.010", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=73316", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73315, + "usage_id": 114 + }, + "4115.U1.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "011, Flur", "arch_name": "011@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73316", - "roomcode": "4115.U1.011", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=73312", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73316, + "usage_id": 222 + }, + "4115.U1.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "alt_name": "012, Treppe", "arch_name": "012@4115", - "b_area_id": 43, - "b_filter_id": 653, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85350 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73312", - "roomcode": "4115.U1.012", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=45557", + "area_id": 43, + "building_id": 653, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 44107, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73312, + "usage_id": 223 + }, + "4116.01.014": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "014, Terrasse", "arch_name": "014@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45557", - "roomcode": "4116.01.014", - "usage": 48 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=45568", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45557, + "usage_id": 48 + }, + "4116.01.015": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "015, Flur", "arch_name": "015@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45568", - "roomcode": "4116.01.015", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=73320", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45568, + "usage_id": 222 + }, + "4116.01.015A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "015A, Treppe 1.OG-2.OG", "arch_name": "015A@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73320", - "roomcode": "4116.01.015A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=45588", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73320, + "usage_id": 223 + }, + "4116.01.016": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "016, Flur", "arch_name": "016@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45588", - "roomcode": "4116.01.016", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=45601", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45588, + "usage_id": 222 + }, + "4116.01.017": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "017, WC", "arch_name": "017@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45601", - "roomcode": "4116.01.017", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=52735", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45601, + "usage_id": 114 + }, + "4116.01.018": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "018, Lager/Reinigungsmittel", "arch_name": "018@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52735", - "roomcode": "4116.01.018", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=52749", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52735, + "usage_id": 30 + }, + "4116.01.019": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "019, Flur mit Sitzgruppe", "arch_name": "019@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52749", - "roomcode": "4116.01.019", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=52761", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52749, + "usage_id": 222 + }, + "4116.01.019A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "019A, K\u00fcche", "arch_name": "019A@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52761", - "roomcode": "4116.01.019A", - "usage": 28 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=52903", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52761, + "usage_id": 28 + }, + "4116.01.020": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "020, B\u00fcro", "arch_name": "020@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52903", - "roomcode": "4116.01.020", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=52908", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52903, + "usage_id": 12 + }, + "4116.01.021": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "021, Schlafraum Kinder / Besprechungsgruppe", "arch_name": "021@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52908", - "roomcode": "4116.01.021", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=52933", + "area_id": 43, + "building_id": 695, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52908, + "usage_id": 44 + }, + "4116.02.023": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "023, B\u00fcro", "arch_name": "023@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52933", - "roomcode": "4116.02.023", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=52944", + "area_id": 43, + "building_id": 695, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52933, + "usage_id": 12 + }, + "4116.02.024": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "024, B\u00fcro", "arch_name": "024@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52944", - "roomcode": "4116.02.024", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=53082", + "area_id": 43, + "building_id": 695, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52944, + "usage_id": 12 + }, + "4116.02.025": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "025, B\u00fcro", "arch_name": "025@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53082", - "roomcode": "4116.02.025", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=53097", + "area_id": 43, + "building_id": 695, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53082, + "usage_id": 12 + }, + "4116.02.026": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "026, B\u00fcro", "arch_name": "026@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53097", - "roomcode": "4116.02.026", - "usage": 12 - }, - { - "address": "Weihenstephaner Steig 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=53106", + "area_id": 43, + "building_id": 695, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53097, + "usage_id": 12 + }, + "4116.02.027": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "027, WC", "arch_name": "027@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53106", - "roomcode": "4116.02.027", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=53114", + "area_id": 43, + "building_id": 695, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53106, + "usage_id": 114 + }, + "4116.02.028": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "028, Vorplatz", "arch_name": "028@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53114", - "roomcode": "4116.02.028", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45754", + "area_id": 43, + "building_id": 695, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53114, + "usage_id": 222 + }, + "4116.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "005, Kinder-Gruppenraum", "arch_name": "005@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45754", - "roomcode": "4116.EG.005", - "usage": 146 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45760", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45754, + "usage_id": 146 + }, + "4116.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "006, K\u00fcche", "arch_name": "006@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45760", - "roomcode": "4116.EG.006", - "usage": 28 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45775", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45760, + "usage_id": 28 + }, + "4116.EG.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "007, WC-Personal", "arch_name": "007@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45775", - "roomcode": "4116.EG.007", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45376", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45775, + "usage_id": 114 + }, + "4116.EG.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "008, WC/Waschraum Kinder", "arch_name": "008@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45376", - "roomcode": "4116.EG.008", - "usage": 210 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45018", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45376, + "usage_id": 210 + }, + "4116.EG.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "011, Flur", "arch_name": "011@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45018", - "roomcode": "4116.EG.011", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45032", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45018, + "usage_id": 222 + }, + "4116.EG.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "012, Garderobe", "arch_name": "012@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45032", - "roomcode": "4116.EG.012", - "usage": 121 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=73319", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45032, + "usage_id": 121 + }, + "4116.EG.012A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "012A, Treppe EG-1.OG", "arch_name": "012A@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73319", - "roomcode": "4116.EG.012A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=45046", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73319, + "usage_id": 223 + }, + "4116.EG.013": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "013, Windfang", "arch_name": "013@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45046", - "roomcode": "4116.EG.013", - "usage": 52 - }, - { - "address": "Weihenstephaner Steig 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=45206", + "area_id": 43, + "building_id": 695, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45046, + "usage_id": 52 + }, + "4116.U1.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "001, Lager/Waschmaschine/Trockner", "arch_name": "001@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45206", - "roomcode": "4116.U1.001", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=45216", + "area_id": 43, + "building_id": 695, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45206, + "usage_id": 30 + }, + "4116.U1.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "002, Lager", "arch_name": "002@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45216", - "roomcode": "4116.U1.002", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=45235", + "area_id": 43, + "building_id": 695, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45216, + "usage_id": 30 + }, + "4116.U1.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "003, Heizungskeller", "arch_name": "003@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45235", - "roomcode": "4116.U1.003", - "usage": 201 - }, - { - "address": "Weihenstephaner Steig 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=45741", + "area_id": 43, + "building_id": 695, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45235, + "usage_id": 201 + }, + "4116.U1.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "004, Flur", "arch_name": "004@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45741", - "roomcode": "4116.U1.004", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=73318", + "area_id": 43, + "building_id": 695, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45741, + "usage_id": 222 + }, + "4116.U1.004A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "004A, Treppe UG-EG (13 Stufen)", "arch_name": "004A@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73318", - "roomcode": "4116.U1.004A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=73339", + "area_id": 43, + "building_id": 695, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73318, + "usage_id": 223 + }, + "4116.U1.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "005, Abstellraum/Lager", "arch_name": "005@4116", - "b_area_id": 43, - "b_filter_id": 695, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73339", - "roomcode": "4116.U1.005", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=62755", + "area_id": 43, + "building_id": 695, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73339, + "usage_id": 30 + }, + "4117.01.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 12, Verbindungssteg", "arch_name": "OG 12@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62755", - "roomcode": "4117.01.001", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=62751", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62755, + "usage_id": 222 + }, + "4117.01.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 11, Flur", "arch_name": "OG 11@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62751", - "roomcode": "4117.01.002", - "usage": 222 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=73335", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62751, + "usage_id": 222 + }, + "4117.01.002A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 11A, Treppe", "arch_name": "OG 11A@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73335", - "roomcode": "4117.01.002A", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=62756", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73335, + "usage_id": 223 + }, + "4117.01.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 8, Sozialraum", "arch_name": "OG 8@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62756", - "roomcode": "4117.01.003", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=62757", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62756, + "usage_id": 44 + }, + "4117.01.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 13, Dachterrasse", "arch_name": "OG 13@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62757", - "roomcode": "4117.01.004", - "usage": 218 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=62758", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62757, + "usage_id": 218 + }, + "4117.01.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 9, Abstellraum", "arch_name": "OG 9@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62758", - "roomcode": "4117.01.005", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=62759", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62758, + "usage_id": 30 + }, + "4117.01.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "OG 10, Ruheraum", "arch_name": "OG 10@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62759", - "roomcode": "4117.01.006", - "usage": 44 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62746", + "area_id": 43, + "building_id": 1325, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62759, + "usage_id": 44 + }, + "4117.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 1, Treppenhaus / Eingang", "arch_name": "EG 1@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62746", - "roomcode": "4117.EG.001", - "usage": 223 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62747", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62746, + "usage_id": 223 + }, + "4117.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 6, Nebenraum", "arch_name": "EG 6@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62747", - "roomcode": "4117.EG.002", - "usage": 30 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62748", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62747, + "usage_id": 30 + }, + "4117.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 2, Garderobe / Flur", "arch_name": "EG 2@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62748", - "roomcode": "4117.EG.003", - "usage": 121 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62749", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62748, + "usage_id": 121 + }, + "4117.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 5, WC-Personal", "arch_name": "EG 5@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62749", - "roomcode": "4117.EG.004", - "usage": 114 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62750", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62749, + "usage_id": 114 + }, + "4117.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 4, Waschraum", "arch_name": "EG 4@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62750", - "roomcode": "4117.EG.005", - "usage": 210 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62752", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62750, + "usage_id": 210 + }, + "4117.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 3, K\u00fcche", "arch_name": "EG 3@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62752", - "roomcode": "4117.EG.006", - "usage": 28 - }, - { - "address": "Weihenstephaner Steig 17, EG", - "address_link": "ris.einzelraum?raumkey=62754", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62752, + "usage_id": 28 + }, + "4117.EG.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "alt_name": "EG 7, Kinder-Gruppenraum", "arch_name": "EG 7@4117", - "b_area_id": 43, - "b_filter_id": 1325, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62754", - "roomcode": "4117.EG.007", - "usage": 146 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51196", + "area_id": 43, + "building_id": 1325, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62754, + "usage_id": 146 + }, + "4119.01.016": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "016, Treppe", "arch_name": "016@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51196", - "roomcode": "4119.01.016", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51214", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51196, + "usage_id": 223 + }, + "4119.01.017": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "017, Flur", "arch_name": "017@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51214", - "roomcode": "4119.01.017", - "usage": 222 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51225", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51214, + "usage_id": 222 + }, + "4119.01.018": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "018, WC", "arch_name": "018@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51225", - "roomcode": "4119.01.018", - "usage": 114 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51371", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51225, + "usage_id": 114 + }, + "4119.01.019": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "019, HO4, Materialraum", "arch_name": "019@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51371", - "roomcode": "4119.01.019", - "usage": 30 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51386", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51371, + "usage_id": 30 + }, + "4119.01.020": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "020, HO3, Sekretariat", "arch_name": "020@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51386", - "roomcode": "4119.01.020", - "usage": 40 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51401", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51386, + "usage_id": 40 + }, + "4119.01.021": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "021, HO2, Sekretariat", "arch_name": "021@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51401", - "roomcode": "4119.01.021", - "usage": 40 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51409", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51401, + "usage_id": 40 + }, + "4119.01.022": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "022, HO1, Mitarbeiter", "arch_name": "022@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51409", - "roomcode": "4119.01.022", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=51561", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51409, + "usage_id": 12 + }, + "4119.01.023": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "023, HO9, Mitarbeiter", "arch_name": "023@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51561", - "roomcode": "4119.01.023", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=51578", + "area_id": 42, + "building_id": 727, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51561, + "usage_id": 12 + }, + "4119.02.024": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "024, Treppe", "arch_name": "024@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51578", - "roomcode": "4119.02.024", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=51592", + "area_id": 42, + "building_id": 727, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51578, + "usage_id": 223 + }, + "4119.02.025": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "025, HD1, Mitarbeiter", "arch_name": "025@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51592", - "roomcode": "4119.02.025", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=51601", + "area_id": 42, + "building_id": 727, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51592, + "usage_id": 12 + }, + "4119.02.026": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "028, HD3, Mitarbeiter", "arch_name": "028@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51601", - "roomcode": "4119.02.026", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=51750", + "area_id": 42, + "building_id": 727, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51601, + "usage_id": 12 + }, + "4119.02.027": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "027, HD2, Mitarbeiter", "arch_name": "027@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51750", - "roomcode": "4119.02.027", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53599", + "area_id": 42, + "building_id": 727, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51750, + "usage_id": 12 + }, + "4119.EG.008": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "008, Treppenraum", "arch_name": "008@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53599", - "roomcode": "4119.EG.008", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53610", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53599, + "usage_id": 223 + }, + "4119.EG.009": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "009, Flur", "arch_name": "009@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53610", - "roomcode": "4119.EG.009", - "usage": 222 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53622", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53610, + "usage_id": 222 + }, + "4119.EG.010": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "010, WC", "arch_name": "010@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53622", - "roomcode": "4119.EG.010", - "usage": 114 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53632", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53622, + "usage_id": 114 + }, + "4119.EG.011": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "011, HE4, Archiv", "arch_name": "011@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53632", - "roomcode": "4119.EG.011", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53768", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53632, + "usage_id": 2 + }, + "4119.EG.012": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "012, HE3, Mitarbeiter/MAK-BUA", "arch_name": "012@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53768", - "roomcode": "4119.EG.012", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53777", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53768, + "usage_id": 12 + }, + "4119.EG.013": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "013, HE2, B\u00fcro", "arch_name": "013@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53777", - "roomcode": "4119.EG.013", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=53800", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53777, + "usage_id": 12 + }, + "4119.EG.015": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "014, HE1, Mitarbeiter", "arch_name": "014@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53800", - "roomcode": "4119.EG.015", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53254", + "area_id": 42, + "building_id": 727, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53800, + "usage_id": 12 + }, + "4119.U1.001": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "001, Treppenraum", "arch_name": "001@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53254", - "roomcode": "4119.U1.001", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53266", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53254, + "usage_id": 223 + }, + "4119.U1.002": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "002, Flur", "arch_name": "002@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53266", - "roomcode": "4119.U1.002", - "usage": 222 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53283", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53266, + "usage_id": 222 + }, + "4119.U1.003": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "003, HU3, Archiv", "arch_name": "003@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53283", - "roomcode": "4119.U1.003", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53428", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53283, + "usage_id": 2 + }, + "4119.U1.004": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "004, HU2, Archiv", "arch_name": "004@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53428", - "roomcode": "4119.U1.004", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53443", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53428, + "usage_id": 2 + }, + "4119.U1.005": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "005, HU1, Archiv", "arch_name": "005@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53443", - "roomcode": "4119.U1.005", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53452", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53443, + "usage_id": 2 + }, + "4119.U1.006": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "006, HU4, Archiv", "arch_name": "006@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53452", - "roomcode": "4119.U1.006", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=53464", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53452, + "usage_id": 2 + }, + "4119.U1.007": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "alt_name": "HU 5, \u00d6ltank", "arch_name": "HU 5@4119", - "b_area_id": 42, - "b_filter_id": 727, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53464", - "roomcode": "4119.U1.007", - "usage": 30 - }, - { - "address": "Hohenbachernstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=52280", + "area_id": 42, + "building_id": 727, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53464, + "usage_id": 30 + }, + "4120.01.011": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "023, HO8, Mitarbeiter", "arch_name": "023@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52280", - "roomcode": "4120.01.011", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=52429", + "area_id": 42, + "building_id": 701, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52280, + "usage_id": 12 + }, + "4120.01.012": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "013, HO9, Archiv", "arch_name": "013@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52429", - "roomcode": "4120.01.012", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=52438", + "area_id": 42, + "building_id": 701, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52429, + "usage_id": 12 + }, + "4120.01.013": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "016, Treppenraum", "arch_name": "016@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52438", - "roomcode": "4120.01.013", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=52451", + "area_id": 42, + "building_id": 701, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52438, + "usage_id": 223 + }, + "4120.01.014": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "018, Reinigungsmittelraum", "arch_name": "018@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52451", - "roomcode": "4120.01.014", - "usage": 205 - }, - { - "address": "Hohenbachernstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=52462", + "area_id": 42, + "building_id": 701, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52451, + "usage_id": 205 + }, + "4120.01.015": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "022, HO7, Mitarbeiter", "arch_name": "022@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52462", - "roomcode": "4120.01.015", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=52609", + "area_id": 42, + "building_id": 701, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52462, + "usage_id": 12 + }, + "4120.01.016": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "020, HO6 Sekretariat/Archiv", "arch_name": "020@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52609", - "roomcode": "4120.01.016", - "usage": 40 - }, - { - "address": "Hohenbachernstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=52625", + "area_id": 42, + "building_id": 701, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15747, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52609, + "usage_id": 40 + }, + "4120.02.017": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "024, Treppenraum", "arch_name": "024@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52625", - "roomcode": "4120.02.017", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=52778", + "area_id": 42, + "building_id": 701, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52625, + "usage_id": 223 + }, + "4120.02.018": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "025/028, HD4, Mitarbeiter", "arch_name": "025/028@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52778", - "roomcode": "4120.02.018", - "usage": 12 - }, - { - "address": "Hohenbachernstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=70705", + "area_id": 42, + "building_id": 701, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15747, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52778, + "usage_id": 12 + }, + "4120.02.019": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "027, HD5, Archiv", "arch_name": "027@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70705", - "roomcode": "4120.02.019", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=52096", + "area_id": 42, + "building_id": 701, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15747, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70705, + "usage_id": 2 + }, + "4120.EG.007": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "015, HE7, K\u00fcche", "arch_name": "015@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52096", - "roomcode": "4120.EG.007", - "usage": 44 - }, - { - "address": "Hohenbachernstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=52107", + "area_id": 42, + "building_id": 701, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52096, + "usage_id": 44 + }, + "4120.EG.008": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "010, HE9, WC", "arch_name": "010@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52107", - "roomcode": "4120.EG.008", - "usage": 114 - }, - { - "address": "Hohenbachernstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=52250", + "area_id": 42, + "building_id": 701, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52107, + "usage_id": 114 + }, + "4120.EG.009": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "008, Treppenraum", "arch_name": "008@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52250", - "roomcode": "4120.EG.009", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=52265", + "area_id": 42, + "building_id": 701, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52250, + "usage_id": 223 + }, + "4120.EG.010": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "013/014, HE6, Bibliothek / Besprechungsraum", "arch_name": "013/014@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52265", - "roomcode": "4120.EG.010", - "usage": 10 - }, - { - "address": "Hohenbachernstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=51760", + "area_id": 42, + "building_id": 701, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15747, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52265, + "usage_id": 10 + }, + "4120.U1.001": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "001, Treppenraum", "arch_name": "001@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51760", - "roomcode": "4120.U1.001", - "usage": 223 - }, - { - "address": "Hohenbachernstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=51772", + "area_id": 42, + "building_id": 701, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51760, + "usage_id": 223 + }, + "4120.U1.002": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "004, HU6, Archiv", "arch_name": "004@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51772", - "roomcode": "4120.U1.002", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=51922", + "area_id": 42, + "building_id": 701, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51772, + "usage_id": 2 + }, + "4120.U1.003": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "\u00d6llager", "arch_name": "@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51922", - "roomcode": "4120.U1.003", - "usage": 30 - }, - { - "address": "Hohenbachernstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=51933", + "area_id": 42, + "building_id": 701, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51922, + "usage_id": 30 + }, + "4120.U1.004": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "006, HU9, Heizungsraum", "arch_name": "006@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51933", - "roomcode": "4120.U1.004", - "usage": 201 - }, - { - "address": "Hohenbachernstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=51942", + "area_id": 42, + "building_id": 701, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51933, + "usage_id": 201 + }, + "4120.U1.005": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "003, HU10, Archiv", "arch_name": "003@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51942", - "roomcode": "4120.U1.005", - "usage": 2 - }, - { - "address": "Hohenbachernstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=52081", + "area_id": 42, + "building_id": 701, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51942, + "usage_id": 2 + }, + "4120.U1.006": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "alt_name": "005, HU7, Archiv", "arch_name": "005@4120", - "b_area_id": 42, - "b_filter_id": 701, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52081", - "roomcode": "4120.U1.006", - "usage": 2 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=10065", + "area_id": 42, + "building_id": 701, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52081, + "usage_id": 2 + }, + "4124.01.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.01, B\u00fcro", "arch_name": "01/1.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18260&cReadonly=J", - "list_index": "155", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10065", - "roomcode": "4124.01.101", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=10067", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18260, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10065, + "usage_id": 12 + }, + "4124.01.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.03, Sekretariat", "arch_name": "01/1.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18261&cReadonly=J", - "list_index": "156", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10067", - "roomcode": "4124.01.103", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=10068", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18261, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10067, + "usage_id": 12 + }, + "4124.01.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.05, Wissenschaftliche Mitarbeiter", "arch_name": "01/1.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10068", - "roomcode": "4124.01.105", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=10070", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10068, + "usage_id": 12 + }, + "4124.01.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.06, Doktorand / Diplomand", "arch_name": "01/1.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=24515&cReadonly=J", - "list_index": "158", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10070", - "roomcode": "4124.01.106", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=52407", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 24515, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10070, + "usage_id": 12 + }, + "4124.01.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.07, Gefrierzelle", "arch_name": "01/1.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52407", - "roomcode": "4124.01.107", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50062", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52407, + "usage_id": 199 + }, + "4124.01.107A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.07a, K\u00fchlraum", "arch_name": "01/1.07a@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50062", - "roomcode": "4124.01.107A", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50070", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50062, + "usage_id": 199 + }, + "4124.01.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.08, K\u00fchlraum", "arch_name": "01/1.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50070", - "roomcode": "4124.01.108", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50082", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50070, + "usage_id": 199 + }, + "4124.01.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.09, WC-Herren", "arch_name": "01/1.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50082", - "roomcode": "4124.01.109", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50090", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50082, + "usage_id": 115 + }, + "4124.01.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.10, Technik", "arch_name": "01/1.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50090", - "roomcode": "4124.01.110", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50100", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50090, + "usage_id": 120 + }, + "4124.01.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.11, WC-Damen", "arch_name": "01/1.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50100", - "roomcode": "4124.01.111", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50229", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50100, + "usage_id": 116 + }, + "4124.01.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.12, Elektroverteilung", "arch_name": "01/1.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50229", - "roomcode": "4124.01.112", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50239", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50229, + "usage_id": 160 + }, + "4124.01.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.13, Labor", "arch_name": "01/1.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50239", - "roomcode": "4124.01.113", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=28869", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50239, + "usage_id": 102 + }, + "4124.01.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.14, Labor", "arch_name": "01/1.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28869", - "roomcode": "4124.01.114", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=27321", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28869, + "usage_id": 102 + }, + "4124.01.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.15, Labor", "arch_name": "01/1.15@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27321", - "roomcode": "4124.01.115", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50394", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27321, + "usage_id": 102 + }, + "4124.01.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.16, Molekularbiologie Labor", "arch_name": "01/1.16@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50394", - "roomcode": "4124.01.116", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=15953", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50394, + "usage_id": 102 + }, + "4124.01.117A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.17.1, Molekularbiologie Labor", "arch_name": "01/1.17.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18110&cReadonly=J", - "list_index": "170", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=15953", - "roomcode": "4124.01.117A", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50415", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18110, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15953, + "usage_id": 102 + }, + "4124.01.117B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.17.2, Molekularbiologie Labor", "arch_name": "01/1.17.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50415", - "roomcode": "4124.01.117B", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50425", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50415, + "usage_id": 102 + }, + "4124.01.117C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.17.3, Molekularbiologie Labor", "arch_name": "01/1.17.3@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50425", - "roomcode": "4124.01.117C", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50556", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50425, + "usage_id": 102 + }, + "4124.01.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.18, Technik", "arch_name": "01/1.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50556", - "roomcode": "4124.01.118", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50565", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50556, + "usage_id": 120 + }, + "4124.01.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.20, Flur L1", "arch_name": "01/1.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50565", - "roomcode": "4124.01.120", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50574", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50565, + "usage_id": 222 + }, + "4124.01.130": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.30, Galerie", "arch_name": "01/1.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50574", - "roomcode": "4124.01.130", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50582", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50574, + "usage_id": 206 + }, + "4124.01.130A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.30.1, Podest 1", "arch_name": "01/1.30.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50582", - "roomcode": "4124.01.130A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50591", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50582, + "usage_id": 222 + }, + "4124.01.130B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.30.2, Podest 2", "arch_name": "01/1.30.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50591", - "roomcode": "4124.01.130B", - "usage": 16 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50724", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50591, + "usage_id": 16 + }, + "4124.01.140": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.40, Galerie", "arch_name": "01/1.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50724", - "roomcode": "4124.01.140", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50736", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50724, + "usage_id": 206 + }, + "4124.01.150": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.50, Flur B1", "arch_name": "01/1.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50736", - "roomcode": "4124.01.150", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50745", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50736, + "usage_id": 222 + }, + "4124.01.160": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.60, Treppenhaus", "arch_name": "01/1.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50745", - "roomcode": "4124.01.160", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50755", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50745, + "usage_id": 223 + }, + "4124.01.170": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.70, Treppe", "arch_name": "01/1.70@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50755", - "roomcode": "4124.01.170", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50763", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50755, + "usage_id": 223 + }, + "4124.01.180": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/1.80, Treppenhaus 1", "arch_name": "01/1.80@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50763", - "roomcode": "4124.01.180", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50906", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50763, + "usage_id": 223 + }, + "4124.01.201": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.01, Doktoranden", "arch_name": "01/2.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50906", - "roomcode": "4124.01.201", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50915", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50906, + "usage_id": 12 + }, + "4124.01.202": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.02, Wissenschaftliche Mitarbeiter", "arch_name": "01/2.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19699&cRes=22498&cReadonly=J", - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50915", - "roomcode": "4124.01.202", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50932", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 22498, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50915, + "usage_id": 12 + }, + "4124.01.203": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.03, Wissenschaftliche Mitarbeiter/ Leitung CF", "arch_name": "01/2.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50932", - "roomcode": "4124.01.203", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51068", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50932, + "usage_id": 12 + }, + "4124.01.204": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.04, Technik", "arch_name": "01/2.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51068", - "roomcode": "4124.01.204", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51078", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51068, + "usage_id": 120 + }, + "4124.01.205": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.05, Gefrierzelle", "arch_name": "01/2.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51078", - "roomcode": "4124.01.205", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51090", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51078, + "usage_id": 199 + }, + "4124.01.206": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.06, K\u00fchlraum", "arch_name": "01/2.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51090", - "roomcode": "4124.01.206", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51101", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51090, + "usage_id": 199 + }, + "4124.01.207": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.07, Sp\u00fclraum", "arch_name": "01/2.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51101", - "roomcode": "4124.01.207", - "usage": 209 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48618", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51101, + "usage_id": 209 + }, + "4124.01.208": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.08, Lager", "arch_name": "01/2.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48618", - "roomcode": "4124.01.208", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48628", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48618, + "usage_id": 30 + }, + "4124.01.209": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.09, Elektroverteilung", "arch_name": "01/2.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48628", - "roomcode": "4124.01.209", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48638", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48628, + "usage_id": 160 + }, + "4124.01.210": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.10, Labor - S 2", "arch_name": "01/2.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48638", - "roomcode": "4124.01.210", - "usage": 172 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48645", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19699, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48638, + "usage_id": 172 + }, + "4124.01.211": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19699&cRes=18523&cReadonly=J", - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48645", - "roomcode": "4124.01.211", - "usage": 172 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48775", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18523, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19699, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48645, + "usage_id": 172 + }, + "4124.01.212": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.12, Labor PCR", "arch_name": "01/2.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19699&cRes=18634&cReadonly=J", - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48775", - "roomcode": "4124.01.212", - "usage": 172 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48786", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18634, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19699, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48775, + "usage_id": 172 + }, + "4124.01.213": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.13, Labor Sequenzing", "arch_name": "01/2.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19699&cRes=19117&cReadonly=J", - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48786", - "roomcode": "4124.01.213", - "usage": 172 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48798", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 19117, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19699, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48786, + "usage_id": 172 + }, + "4124.01.214": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.14, Technik", "arch_name": "01/2.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48798", - "roomcode": "4124.01.214", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48807", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48798, + "usage_id": 120 + }, + "4124.01.220": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.20, Flur L2", "arch_name": "01/2.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48807", - "roomcode": "4124.01.220", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48818", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48807, + "usage_id": 222 + }, + "4124.01.230": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.30, Treppenhaus 2", "arch_name": "01/2.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48818", - "roomcode": "4124.01.230", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48956", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48818, + "usage_id": 223 + }, + "4124.01.240": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.40, Treppe", "arch_name": "01/2.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48956", - "roomcode": "4124.01.240", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48969", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48956, + "usage_id": 223 + }, + "4124.01.250": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.50, Treppenhaus 2", "arch_name": "01/2.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48969", - "roomcode": "4124.01.250", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48980", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48969, + "usage_id": 223 + }, + "4124.01.260": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/2.60, Flur B2", "arch_name": "01/2.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48980", - "roomcode": "4124.01.260", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49117", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48980, + "usage_id": 222 + }, + "4124.01.301A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.01.1, B\u00fcro", "arch_name": "01/3.01.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49117", - "roomcode": "4124.01.301A", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49128", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49117, + "usage_id": 12 + }, + "4124.01.301B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.01.2, B\u00fcro", "arch_name": "01/3.01.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49128", - "roomcode": "4124.01.301B", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49137", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49128, + "usage_id": 12 + }, + "4124.01.301C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.01.3, B\u00fcro", "arch_name": "01/3.01.3@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49137", - "roomcode": "4124.01.301C", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49144", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49137, + "usage_id": 12 + }, + "4124.01.302": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.02, B\u00fcro", "arch_name": "01/3.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49144", - "roomcode": "4124.01.302", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49146", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49144, + "usage_id": 12 + }, + "4124.01.303": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.03, Sekretariat", "arch_name": "01/3.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49146", - "roomcode": "4124.01.303", - "usage": 40 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49291", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49146, + "usage_id": 40 + }, + "4124.01.304": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.04, Elektroverteilung", "arch_name": "01/3.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49291", - "roomcode": "4124.01.304", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49299", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49291, + "usage_id": 160 + }, + "4124.01.305": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.05, WC-Damen", "arch_name": "01/3.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49299", - "roomcode": "4124.01.305", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49309", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49299, + "usage_id": 116 + }, + "4124.01.306": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.06, WC-Herren", "arch_name": "01/3.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49309", - "roomcode": "4124.01.306", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49321", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49309, + "usage_id": 115 + }, + "4124.01.307": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.07, K\u00fchlkammer", "arch_name": "01/3.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49321", - "roomcode": "4124.01.307", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49463", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49321, + "usage_id": 199 + }, + "4124.01.308": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.08, Reinigungsmittelraum", "arch_name": "01/3.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49463", - "roomcode": "4124.01.308", - "usage": 205 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49473", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49463, + "usage_id": 205 + }, + "4124.01.309": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.09, Fluoressenzmikroskopie (gem. Nutzung)", "arch_name": "01/3.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49473", - "roomcode": "4124.01.309", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49483", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49473, + "usage_id": 102 + }, + "4124.01.310": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.10, Technik", "arch_name": "01/3.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49483", - "roomcode": "4124.01.310", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49493", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49483, + "usage_id": 120 + }, + "4124.01.311": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.11, Technik", "arch_name": "01/3.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49493", - "roomcode": "4124.01.311", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49625", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49493, + "usage_id": 120 + }, + "4124.01.312": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.12, S3** Gentechnik (gem. Nutzung)", "arch_name": "01/3.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49625", - "roomcode": "4124.01.312", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49636", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 50817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49625, + "usage_id": 194 + }, + "4124.01.313": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.13, Sp\u00fclraum (gem. Nutzung)", "arch_name": "01/3.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49636", - "roomcode": "4124.01.313", - "usage": 209 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49643", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 50817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49636, + "usage_id": 209 + }, + "4124.01.314": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.14, N\u00e4hrboden (gem. Nutzung)", "arch_name": "01/3.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49643", - "roomcode": "4124.01.314", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49650", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49643, + "usage_id": 102 + }, + "4124.01.315": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.15, L2 / S2", "arch_name": "01/3.15@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49650", - "roomcode": "4124.01.315", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49657", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49650, + "usage_id": 102 + }, + "4124.01.316": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.16, S2 Gentechnik", "arch_name": "01/3.16@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49657", - "roomcode": "4124.01.316", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49776", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50817, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49657, + "usage_id": 103 + }, + "4124.01.317": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.17, S2 Gentechnik", "arch_name": "01/3.17@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49776", - "roomcode": "4124.01.317", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49789", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50817, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49776, + "usage_id": 103 + }, + "4124.01.318": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.18, S3** Gentechnik", "arch_name": "01/3.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49789", - "roomcode": "4124.01.318", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49800", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50817, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49789, + "usage_id": 103 + }, + "4124.01.320": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.20, Galerie", "arch_name": "01/3.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49800", - "roomcode": "4124.01.320", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49808", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49800, + "usage_id": 206 + }, + "4124.01.330": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.30, Galerie", "arch_name": "01/3.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49808", - "roomcode": "4124.01.330", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49938", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49808, + "usage_id": 206 + }, + "4124.01.330A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.30.1, Podest 3", "arch_name": "01/3.30.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49938", - "roomcode": "4124.01.330A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49951", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49938, + "usage_id": 222 + }, + "4124.01.330B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.30.2, Podest 5", "arch_name": "01/3.30.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49951", - "roomcode": "4124.01.330B", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49958", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49951, + "usage_id": 222 + }, + "4124.01.340": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.40, Flur L 3", "arch_name": "01/3.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49958", - "roomcode": "4124.01.340", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49966", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49958, + "usage_id": 222 + }, + "4124.01.350": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "01/3.50, Flur B 3", "arch_name": "01/3.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49966", - "roomcode": "4124.01.350", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49974", + "area_id": 43, + "building_id": 696, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49966, + "usage_id": 222 + }, + "4124.02.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.01, B\u00fcro", "arch_name": "02/1.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49974", - "roomcode": "4124.02.101", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50114", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49974, + "usage_id": 12 + }, + "4124.02.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.02, B\u00fcro", "arch_name": "02/1.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=50817&cRes=18835&cReadonly=J", - "list_index": "229", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50114", - "roomcode": "4124.02.102", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50131", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50114, + "usage_id": 12 + }, + "4124.02.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.03, Sekret\u00e4rin", "arch_name": "02/1.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50131", - "roomcode": "4124.02.103", - "usage": 40 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50142", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50131, + "usage_id": 40 + }, + "4124.02.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.04, Wissenschaftliche Mitarbeiter", "arch_name": "02/1.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50142", - "roomcode": "4124.02.104", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50268", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50142, + "usage_id": 12 + }, + "4124.02.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.05, Wissenschaftliche Mitarbeiter", "arch_name": "02/1.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50268", - "roomcode": "4124.02.105", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50276", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50268, + "usage_id": 12 + }, + "4124.02.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.06, Wissenschaftliche Mitarbeiter", "arch_name": "02/1.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50276", - "roomcode": "4124.02.106", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50286", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50276, + "usage_id": 12 + }, + "4124.02.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.07, Elektroverteilung", "arch_name": "02/1.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50286", - "roomcode": "4124.02.107", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50303", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50286, + "usage_id": 160 + }, + "4124.02.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.08, Technik", "arch_name": "02/1.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50303", - "roomcode": "4124.02.108", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50439", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50303, + "usage_id": 120 + }, + "4124.02.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.20, Flur B1", "arch_name": "02/1.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50439", - "roomcode": "4124.02.120", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50448", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50439, + "usage_id": 222 + }, + "4124.02.130": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.30, Galerie", "arch_name": "02/1.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50448", - "roomcode": "4124.02.130", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50459", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50448, + "usage_id": 206 + }, + "4124.02.130A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/1.30.1, Podest 6", "arch_name": "02/1.30.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50459", - "roomcode": "4124.02.130A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50471", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50459, + "usage_id": 222 + }, + "4124.02.201": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.01, Bibliothek (gem. Nutzung)", "arch_name": "02/2.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18463&cReadonly=J", - "list_index": "239", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50471", - "roomcode": "4124.02.201", - "usage": 10 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50613", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18463, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50471, + "usage_id": 10 + }, + "4124.02.202": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.02, Sekretariat", "arch_name": "02/2.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50613", - "roomcode": "4124.02.202", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50627", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50613, + "usage_id": 12 + }, + "4124.02.203": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.03, Professor", "arch_name": "02/2.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50627", - "roomcode": "4124.02.203", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50778", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50627, + "usage_id": 12 + }, + "4124.02.205": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.05, Technik", "arch_name": "02/2.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50778", - "roomcode": "4124.02.205", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50790", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50778, + "usage_id": 120 + }, + "4124.02.206A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.06.1, Technik", "arch_name": "02/2.06.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50790", - "roomcode": "4124.02.206A", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50804", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50790, + "usage_id": 120 + }, + "4124.02.206B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.06.2, Technik", "arch_name": "02/2.06.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50804", - "roomcode": "4124.02.206B", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50953", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50804, + "usage_id": 120 + }, + "4124.02.220": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.20, Flur B 2", "arch_name": "02/2.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50953", - "roomcode": "4124.02.220", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50970", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50953, + "usage_id": 222 + }, + "4124.02.230": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.30, Treppenhaus 2", "arch_name": "02/2.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50970", - "roomcode": "4124.02.230", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50985", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50970, + "usage_id": 223 + }, + "4124.02.240": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.40, Treppe", "arch_name": "02/2.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50985", - "roomcode": "4124.02.240", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51117", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50985, + "usage_id": 223 + }, + "4124.02.250": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/2.50, Treppenhaus 3", "arch_name": "02/2.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51117", - "roomcode": "4124.02.250", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51133", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51117, + "usage_id": 223 + }, + "4124.02.301": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.01, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51133", - "roomcode": "4124.02.301", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48663", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51133, + "usage_id": 12 + }, + "4124.02.303": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.03, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=15668&cRes=22309&cReadonly=J", - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48663", - "roomcode": "4124.02.303", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48676", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 22309, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48663, + "usage_id": 12 + }, + "4124.02.304": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.04, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=15668&cRes=22402&cReadonly=J", - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48676", - "roomcode": "4124.02.304", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48685", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 22402, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48676, + "usage_id": 12 + }, + "4124.02.305": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.05, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=15668&cRes=24214&cReadonly=J", - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48685", - "roomcode": "4124.02.305", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48823", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 24214, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48685, + "usage_id": 12 + }, + "4124.02.306": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.06, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48823", - "roomcode": "4124.02.306", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48835", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48823, + "usage_id": 12 + }, + "4124.02.307": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.07, Sozialraum", "arch_name": "02/3.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48835", - "roomcode": "4124.02.307", - "usage": 44 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48845", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48835, + "usage_id": 44 + }, + "4124.02.308": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.08, Elektroverteilung", "arch_name": "02/3.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48845", - "roomcode": "4124.02.308", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48856", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48845, + "usage_id": 160 + }, + "4124.02.309": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.09, WC-Damen", "arch_name": "02/3.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48856", - "roomcode": "4124.02.309", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48996", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48856, + "usage_id": 116 + }, + "4124.02.310": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.10, WC-Herren", "arch_name": "02/3.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48996", - "roomcode": "4124.02.310", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49006", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48996, + "usage_id": 115 + }, + "4124.02.311": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.11, Lager", "arch_name": "02/3.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49006", - "roomcode": "4124.02.311", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49017", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49006, + "usage_id": 30 + }, + "4124.02.312": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.12, Technik", "arch_name": "02/3.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49017", - "roomcode": "4124.02.312", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49159", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49017, + "usage_id": 120 + }, + "4124.02.313": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.13, Technik", "arch_name": "02/3.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49159", - "roomcode": "4124.02.313", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49169", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49159, + "usage_id": 120 + }, + "4124.02.314": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.14, Auswertraum", "arch_name": "02/3.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49169", - "roomcode": "4124.02.314", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49180", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49169, + "usage_id": 103 + }, + "4124.02.315": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.15, Labor", "arch_name": "02/3.15@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49180", - "roomcode": "4124.02.315", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49195", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49180, + "usage_id": 102 + }, + "4124.02.316": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.16, Autoklav", "arch_name": "02/3.16@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49195", - "roomcode": "4124.02.316", - "usage": 104 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49204", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49195, + "usage_id": 104 + }, + "4124.02.317": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.17, Labor", "arch_name": "02/3.17@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49204", - "roomcode": "4124.02.317", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49339", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49204, + "usage_id": 194 + }, + "4124.02.318": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.18, Gefrierschrank", "arch_name": "02/3.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49339", - "roomcode": "4124.02.318", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49350", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49339, + "usage_id": 199 + }, + "4124.02.319": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.19, Labor wissenschaftlicher Mitarbeiter", "arch_name": "02/3.19@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49350", - "roomcode": "4124.02.319", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49363", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49350, + "usage_id": 102 + }, + "4124.02.320A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.20.1, Zellkulturenlabor", "arch_name": "02/3.20.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49363", - "roomcode": "4124.02.320A", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49502", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49363, + "usage_id": 102 + }, + "4124.02.320B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.20.2, Vorraum Zellkulturenlabor", "arch_name": "02/3.20.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=15668&cRes=21765&cReadonly=J", - "list_index": "268", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49502", - "roomcode": "4124.02.320B", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49512", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 21765, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49502, + "usage_id": 102 + }, + "4124.02.321": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.21, Labor wissenschaftlicher Mitarbeiter", "arch_name": "02/3.21@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49512", - "roomcode": "4124.02.321", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49523", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49512, + "usage_id": 102 + }, + "4124.02.322": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.22, Labor wissenschaftlicher Mitarbeiter", "arch_name": "02/3.22@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=15668&cRes=18510&cReadonly=J", - "list_index": "270", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49523", - "roomcode": "4124.02.322", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49529", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18510, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15668, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49523, + "usage_id": 102 + }, + "4124.02.330": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.30, Flur L3", "arch_name": "02/3.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49529", - "roomcode": "4124.02.330", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49665", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49529, + "usage_id": 222 + }, + "4124.02.340": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.40, Flur B3", "arch_name": "02/3.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49665", - "roomcode": "4124.02.340", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49677", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49665, + "usage_id": 222 + }, + "4124.02.350": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.50, Galerie", "arch_name": "02/3.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49677", - "roomcode": "4124.02.350", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49684", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49677, + "usage_id": 206 + }, + "4124.02.360": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.60, Galerie", "arch_name": "02/3.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49684", - "roomcode": "4124.02.360", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49693", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49684, + "usage_id": 206 + }, + "4124.02.370": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "02/3.70, Podest 7", "arch_name": "02/3.70@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49693", - "roomcode": "4124.02.370", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=10242", + "area_id": 43, + "building_id": 696, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49693, + "usage_id": 222 + }, + "4124.EG.101": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.01, Wissenschaftliche Mitarbeiter", "arch_name": "E/1.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10242", - "roomcode": "4124.EG.101", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=10302", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10242, + "usage_id": 12 + }, + "4124.EG.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.02, Wissenschaftliche Mitarbeiter", "arch_name": "E/1.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10302", - "roomcode": "4124.EG.102", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=10315", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10302, + "usage_id": 12 + }, + "4124.EG.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.03, Wissenschaftliche Mitarbeiter", "arch_name": "E/1.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10315", - "roomcode": "4124.EG.103", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=10358", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10315, + "usage_id": 12 + }, + "4124.EG.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.04, Doktoranden", "arch_name": "E/1.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10358", - "roomcode": "4124.EG.104", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=10400", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10358, + "usage_id": 12 + }, + "4124.EG.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.05, B\u00fcro", "arch_name": "E/1.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10400", - "roomcode": "4124.EG.105", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51280", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10400, + "usage_id": 12 + }, + "4124.EG.106": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51280", - "roomcode": "4124.EG.106", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51296", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51280, + "usage_id": 194 + }, + "4124.EG.106A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.06a, Dunkelkammer", "arch_name": "E/1.06a@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51296", - "roomcode": "4124.EG.106A", - "usage": 104 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51321", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51296, + "usage_id": 104 + }, + "4124.EG.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.07, W\u00e4geraum", "arch_name": "E/1.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51321", - "roomcode": "4124.EG.107", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51474", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51321, + "usage_id": 103 + }, + "4124.EG.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.08, Reinigungsmittelraum", "arch_name": "E/1.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51474", - "roomcode": "4124.EG.108", - "usage": 205 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51505", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51474, + "usage_id": 205 + }, + "4124.EG.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.09, WC-Herren", "arch_name": "E/1.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51505", - "roomcode": "4124.EG.109", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51669", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51505, + "usage_id": 115 + }, + "4124.EG.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.10, Technik", "arch_name": "E/1.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51669", - "roomcode": "4124.EG.110", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51824", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51669, + "usage_id": 120 + }, + "4124.EG.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.11, WC-Damen", "arch_name": "E/1.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51824", - "roomcode": "4124.EG.111", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51847", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51824, + "usage_id": 116 + }, + "4124.EG.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.12, Elektroverteilung", "arch_name": "E/1.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51847", - "roomcode": "4124.EG.112", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=28136", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51847, + "usage_id": 120 + }, + "4124.EG.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.13, Labor", "arch_name": "E/1.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18796&cReadonly=J", - "list_index": "89", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28136", - "roomcode": "4124.EG.113", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=28222", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18796, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28136, + "usage_id": 102 + }, + "4124.EG.114": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28222", - "roomcode": "4124.EG.114", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=28231", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28222, + "usage_id": 194 + }, + "4124.EG.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.16, Labor", "arch_name": "E/1.16@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18234&cReadonly=J", - "list_index": "91", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28231", - "roomcode": "4124.EG.116", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52160", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18234, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28231, + "usage_id": 102 + }, + "4124.EG.117": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52160", - "roomcode": "4124.EG.117", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52172", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52160, + "usage_id": 194 + }, + "4124.EG.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.18, Ultraschallraum", "arch_name": "E/1.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52172", - "roomcode": "4124.EG.118", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52186", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52172, + "usage_id": 102 + }, + "4124.EG.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.19, Autoklavenraum", "arch_name": "E/1.19@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52186", - "roomcode": "4124.EG.119", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52336", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52186, + "usage_id": 194 + }, + "4124.EG.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.20, Sp\u00fclk\u00fcche", "arch_name": "E/1.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52336", - "roomcode": "4124.EG.120", - "usage": 28 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52351", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52336, + "usage_id": 28 + }, + "4124.EG.121": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.21, Technik", "arch_name": "E/1.21@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52351", - "roomcode": "4124.EG.121", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52362", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52351, + "usage_id": 120 + }, + "4124.EG.130": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.30, Flur L 1", "arch_name": "E/1.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52362", - "roomcode": "4124.EG.130", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52508", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52362, + "usage_id": 222 + }, + "4124.EG.140": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.40, Flur B 1", "arch_name": "E/1.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52508", - "roomcode": "4124.EG.140", - "usage": 16 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52521", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52508, + "usage_id": 16 + }, + "4124.EG.150": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.50, Galerie", "arch_name": "E/1.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52521", - "roomcode": "4124.EG.150", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52535", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52521, + "usage_id": 206 + }, + "4124.EG.160": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.60, Galerie", "arch_name": "E/1.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52535", - "roomcode": "4124.EG.160", - "usage": 206 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52549", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52535, + "usage_id": 206 + }, + "4124.EG.160A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.60a, Podest 1", "arch_name": "E/1.60a@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52549", - "roomcode": "4124.EG.160A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52691", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52549, + "usage_id": 222 + }, + "4124.EG.160B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.60b, Podest 2", "arch_name": "E/1.60b@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52691", - "roomcode": "4124.EG.160B", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52708", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52691, + "usage_id": 222 + }, + "4124.EG.170": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.70, Treppenhaus 1", "arch_name": "E/1.70@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52708", - "roomcode": "4124.EG.170", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52722", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52708, + "usage_id": 223 + }, + "4124.EG.180": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.80, Treppe", "arch_name": "E/1.80@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52722", - "roomcode": "4124.EG.180", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52869", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52722, + "usage_id": 223 + }, + "4124.EG.190": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/1.90, Treppenhaus 1", "arch_name": "E/1.90@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52869", - "roomcode": "4124.EG.190", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52884", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52869, + "usage_id": 223 + }, + "4124.EG.201A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.01.1, Wissenschaftliche Mitarbeiter", "arch_name": "E/2.01.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52884", - "roomcode": "4124.EG.201A", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52898", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52884, + "usage_id": 12 + }, + "4124.EG.201B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.01.2, Doktoranden", "arch_name": "E/2.01.2@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=53117", - "operator": "[ TUS4M5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52898", - "roomcode": "4124.EG.201B", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53041", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 53117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52898, + "usage_id": 12 + }, + "4124.EG.202": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.02, Ruheraum", "arch_name": "E/2.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53041", - "roomcode": "4124.EG.202", - "usage": 178 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53057", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53041, + "usage_id": 178 + }, + "4124.EG.203": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.03, Wissenschaftliche Mitarbeiter", "arch_name": "E/2.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=53117", - "operator": "[ TUS4M5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53057", - "roomcode": "4124.EG.203", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53070", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53117, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53057, + "usage_id": 12 + }, + "4124.EG.204": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.04, Technik", "arch_name": "E/2.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53070", - "roomcode": "4124.EG.204", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53217", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53070, + "usage_id": 120 + }, + "4124.EG.205": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.05, HPLC", "arch_name": "E/2.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53217", - "roomcode": "4124.EG.205", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53228", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53217, + "usage_id": 103 + }, + "4124.EG.206": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.06, Reinigungsmittelraum", "arch_name": "E/2.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53228", - "roomcode": "4124.EG.206", - "usage": 205 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53244", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53228, + "usage_id": 205 + }, + "4124.EG.207": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.07, Feuergef\u00e4hrliche L\u00f6sungen", "arch_name": "E/2.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53244", - "roomcode": "4124.EG.207", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53384", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53244, + "usage_id": 30 + }, + "4124.EG.208": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.08, Zentrifugen", "arch_name": "E/2.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53384", - "roomcode": "4124.EG.208", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53395", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53384, + "usage_id": 103 + }, + "4124.EG.209": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.09, GC / LC / MS", "arch_name": "E/2.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53395", - "roomcode": "4124.EG.209", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53410", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53395, + "usage_id": 103 + }, + "4124.EG.210": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.10, Elektrophorese", "arch_name": "E/2.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53410", - "roomcode": "4124.EG.210", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53425", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53410, + "usage_id": 103 + }, + "4124.EG.211": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.11, Elektroverteilung", "arch_name": "E/2.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53425", - "roomcode": "4124.EG.211", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53563", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53425, + "usage_id": 160 + }, + "4124.EG.212": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.12, Virologie I", "arch_name": "E/2.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=53117", - "operator": "[ TUS4M5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53563", - "roomcode": "4124.EG.212", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53580", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53117, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53563, + "usage_id": 102 + }, + "4124.EG.213": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.13, Virologie II", "arch_name": "E/2.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=53117", - "operator": "[ TUS4M5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53580", - "roomcode": "4124.EG.213", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53593", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53117, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53580, + "usage_id": 102 + }, + "4124.EG.214": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.14, PCR", "arch_name": "E/2.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=53117", - "operator": "[ TUS4M5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53593", - "roomcode": "4124.EG.214", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53738", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53117, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53593, + "usage_id": 103 + }, + "4124.EG.215": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.15, Zellkulturen 1", "arch_name": "E/2.15@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53738", - "roomcode": "4124.EG.215", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53753", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26848", - "operator": "[ TUZEIA0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53753", - "roomcode": "4124.EG.216", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53899", + "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": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.17, Analytik", "arch_name": "E/2.17@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53899", - "roomcode": "4124.EG.217", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53908", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53899, + "usage_id": 102 + }, + "4124.EG.218": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.18, Serologie", "arch_name": "E/2.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53908", - "roomcode": "4124.EG.218", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=53925", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53908, + "usage_id": 102 + }, + "4124.EG.219": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.19, Technik", "arch_name": "E/2.19@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53925", - "roomcode": "4124.EG.219", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51155", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53925, + "usage_id": 120 + }, + "4124.EG.220": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.20, Flur L2", "arch_name": "E/2.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51155", - "roomcode": "4124.EG.220", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51170", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51155, + "usage_id": 222 + }, + "4124.EG.230": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.30, Treppenhaus 2", "arch_name": "E/2.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51170", - "roomcode": "4124.EG.230", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51183", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51170, + "usage_id": 223 + }, + "4124.EG.240": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.40, Treppe", "arch_name": "E/2.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51183", - "roomcode": "4124.EG.240", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51327", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51183, + "usage_id": 223 + }, + "4124.EG.250": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.50, Treppe", "arch_name": "E/2.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51327", - "roomcode": "4124.EG.250", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51345", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51327, + "usage_id": 223 + }, + "4124.EG.260": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/2.60, Flur B 2", "arch_name": "E/2.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51345", - "roomcode": "4124.EG.260", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51361", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51345, + "usage_id": 222 + }, + "4124.EG.301": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.01, B\u00fcro", "arch_name": "E/3.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51361", - "roomcode": "4124.EG.301", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51508", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51361, + "usage_id": 12 + }, + "4124.EG.302": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.02, Wissenschaftliche Mitarbeiter", "arch_name": "E/3.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51508", - "roomcode": "4124.EG.302", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51518", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51508, + "usage_id": 12 + }, + "4124.EG.303": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.03, B\u00fcro", "arch_name": "E/3.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51518", - "roomcode": "4124.EG.303", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51526", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51518, + "usage_id": 12 + }, + "4124.EG.304": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.04, B\u00fcro", "arch_name": "E/3.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51526", - "roomcode": "4124.EG.304", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51536", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51526, + "usage_id": 12 + }, + "4124.EG.305": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.05, Sozialraum (gem. Nutzung)", "arch_name": "E/3.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=50817&cRes=20781&cReadonly=J", - "list_index": "135", - "op_link": "webnav.navigate_to?corg=50817", - "operator": "[ TUWZI2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51536", - "roomcode": "4124.EG.305", - "usage": 44 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51543", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 20781, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50817, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51536, + "usage_id": 44 + }, + "4124.EG.306": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.06, Elektroverteilung", "arch_name": "E/3.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51543", - "roomcode": "4124.EG.306", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51554", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51543, + "usage_id": 160 + }, + "4124.EG.307": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.07, WC-Herren", "arch_name": "E/3.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51554", - "roomcode": "4124.EG.307", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51701", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51554, + "usage_id": 115 + }, + "4124.EG.308": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.08, Reinigungsmittelraum", "arch_name": "E/3.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51701", - "roomcode": "4124.EG.308", - "usage": 205 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51716", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51701, + "usage_id": 205 + }, + "4124.EG.309": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.09, WC-Behinderte", "arch_name": "E/3.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51716", - "roomcode": "4124.EG.309", - "usage": 117 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51725", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51716, + "usage_id": 117 + }, + "4124.EG.310": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.10, WC-Damen", "arch_name": "E/3.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51725", - "roomcode": "4124.EG.310", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51735", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51725, + "usage_id": 116 + }, + "4124.EG.311": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.11, Ger\u00e4teraum S2/L2", "arch_name": "E/3.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51735", - "roomcode": "4124.EG.311", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52041", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51735, + "usage_id": 103 + }, + "4124.EG.312": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.12, Aktenlager", "arch_name": "E/3.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52041", - "roomcode": "4124.EG.312", - "usage": 2 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52053", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52041, + "usage_id": 2 + }, + "4124.EG.313": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.13, Technik", "arch_name": "E/3.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52053", - "roomcode": "4124.EG.313", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52063", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52053, + "usage_id": 120 + }, + "4124.EG.314": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.14, Technik", "arch_name": "E/3.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52063", - "roomcode": "4124.EG.314", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52074", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52063, + "usage_id": 120 + }, + "4124.EG.315": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.15, Kulturen / Labor L2/S2", "arch_name": "E/3.15@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52074", - "roomcode": "4124.EG.315", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52564", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52074, + "usage_id": 103 + }, + "4124.EG.316": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.16, Genlabor S3-Stern", "arch_name": "E/3.16@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52564", - "roomcode": "4124.EG.316", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52578", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52564, + "usage_id": 103 + }, + "4124.EG.317": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.17, Zellkultur L2/S2", "arch_name": "E/3.17@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52578", - "roomcode": "4124.EG.317", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52593", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52578, + "usage_id": 103 + }, + "4124.EG.318": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.18, S3** Gentechnik", "arch_name": "E/3.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52593", - "roomcode": "4124.EG.318", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52209", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52593, + "usage_id": 103 + }, + "4124.EG.319": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.19, L2/S1 Krankheitserreger", "arch_name": "E/3.19@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52209", - "roomcode": "4124.EG.319", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52219", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52209, + "usage_id": 102 + }, + "4124.EG.320": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.20, L1 Mikroorganismen", "arch_name": "E/3.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52219", - "roomcode": "4124.EG.320", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52231", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52219, + "usage_id": 103 + }, + "4124.EG.321": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.21, L1 Mikroorganismen", "arch_name": "E/3.21@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52231", - "roomcode": "4124.EG.321", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=52242", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52231, + "usage_id": 103 + }, + "4124.EG.330": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.30, Flur L3", "arch_name": "E/3.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52242", - "roomcode": "4124.EG.330", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51875", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52242, + "usage_id": 222 + }, + "4124.EG.340": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.40, Flur B3", "arch_name": "E/3.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51875", - "roomcode": "4124.EG.340", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, EG", - "address_link": "ris.einzelraum?raumkey=51888", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51875, + "usage_id": 222 + }, + "4124.EG.350": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "E/3.50, Foyer", "arch_name": "E/3.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19699&cRes=18511&cReadonly=J", - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51888", - "roomcode": "4124.EG.350", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61332", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18511, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51888, + "usage_id": 222 + }, + "4124.U1.001": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18372&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61332", - "roomcode": "4124.U1.001", - "usage": 212 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61331", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18372, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61332, + "usage_id": 212 + }, + "4124.U1.001A": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18432&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61331", - "roomcode": "4124.U1.001A", - "usage": 212 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59928", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18432, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61331, + "usage_id": 212 + }, + "4124.U1.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.02, Labor/Vorraum", "arch_name": "P/1.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18795&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59928", - "roomcode": "4124.U1.002", - "usage": 212 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61327", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 18795, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59928, + "usage_id": 212 + }, + "4124.U1.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/, Flur", "arch_name": "P/@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61327", - "roomcode": "4124.U1.003", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59929", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61327, + "usage_id": 222 + }, + "4124.U1.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.03, Postraum", "arch_name": "P/1.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59929", - "roomcode": "4124.U1.004", - "usage": 180 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59930", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59929, + "usage_id": 180 + }, + "4124.U1.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.05, Lager (gem. Nutzung)", "arch_name": "P/1.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59930", - "roomcode": "4124.U1.005", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61328", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59930, + "usage_id": 30 + }, + "4124.U1.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.06, Garage", "arch_name": "P/1.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61328", - "roomcode": "4124.U1.006", - "usage": 100 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59931", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61328, + "usage_id": 100 + }, + "4124.U1.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.04, Chemikalienraum", "arch_name": "P/1.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59931", - "roomcode": "4124.U1.007", - "usage": 132 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61329", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59931, + "usage_id": 132 + }, + "4124.U1.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.07, Wertstoffe/M\u00fcll", "arch_name": "P/1.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61329", - "roomcode": "4124.U1.008", - "usage": 214 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61330", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61329, + "usage_id": 214 + }, + "4124.U1.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.08, Wertstoffe/M\u00fcll (Container)", "arch_name": "P/1.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61330", - "roomcode": "4124.U1.009", - "usage": 215 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59932", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61330, + "usage_id": 215 + }, + "4124.U1.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.09, Lager", "arch_name": "P/1.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59932", - "roomcode": "4124.U1.010", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59933", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59932, + "usage_id": 30 + }, + "4124.U1.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.10, Lager", "arch_name": "P/1.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59933", - "roomcode": "4124.U1.011", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59934", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59933, + "usage_id": 30 + }, + "4124.U1.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "P/1.05, Glasiglu / Gasflaschen", "arch_name": "P/1.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59934", - "roomcode": "4124.U1.012", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=18067", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59934, + "usage_id": 30 + }, + "4124.U1.102": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.02, Student Makerspace", "arch_name": "U/1.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=32677&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18067", - "roomcode": "4124.U1.102", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=10273", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 32677, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18067, + "usage_id": 103 + }, + "4124.U1.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.03, Wissenschaftliche Mitarbeiter", "arch_name": "U/1.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10273", - "roomcode": "4124.U1.103", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=10276", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10273, + "usage_id": 12 + }, + "4124.U1.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.04, Seminarraum 23 /\u00dcbungsraum (WZWS23)", "arch_name": "U/1.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=17959&cReadonly=J", - "extended": { - "additional_description": "U/1.04, Seminarraum 23 /\u00dcbungsraum (WZWS23)", - "address": "Weihenstephaner Berg 3(4124), 1.Untergescho\u00df", - "architect_room_nr": "U/1.04@4124", - "area_m2": 64.98, - "building": "4124 Molekulare Biowissenschaften (ZIEL II)", - "floor_number": "1.Untergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10276", - "roomcode": "4124.U1.104", - "usage": 41 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52987", + "area_id": 43, + "building_id": 696, + "calendar_resource_nr": 17959, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10276, + "usage_id": 41 + }, + "4124.U1.104A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.04a, Vorraum", "arch_name": "U/1.04a@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52987", - "roomcode": "4124.U1.104A", - "usage": 50 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53128", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52987, + "usage_id": 50 + }, + "4124.U1.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.05, Sozialraum", "arch_name": "U/1.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53128", - "roomcode": "4124.U1.105", - "usage": 44 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53136", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53128, + "usage_id": 44 + }, + "4124.U1.106": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.06, Messraum", "arch_name": "U/1.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53136", - "roomcode": "4124.U1.106", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53147", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53136, + "usage_id": 103 + }, + "4124.U1.107": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.07, W\u00e4geraum", "arch_name": "U/1.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53147", - "roomcode": "4124.U1.107", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53159", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53147, + "usage_id": 103 + }, + "4124.U1.108": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.08, Reinigungsmittelraum", "arch_name": "U/1.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53159", - "roomcode": "4124.U1.108", - "usage": 205 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53307", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53159, + "usage_id": 205 + }, + "4124.U1.109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.09, WC-Herren", "arch_name": "U/1.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53307", - "roomcode": "4124.U1.109", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53319", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53307, + "usage_id": 115 + }, + "4124.U1.110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.10, Technik", "arch_name": "U/1.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53319", - "roomcode": "4124.U1.110", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53331", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53319, + "usage_id": 160 + }, + "4124.U1.111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.11, WC-Damen", "arch_name": "U/1.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53331", - "roomcode": "4124.U1.111", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53476", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53331, + "usage_id": 116 + }, + "4124.U1.112": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.12, Elektrische Versorgung", "arch_name": "U/1.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53476", - "roomcode": "4124.U1.112", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=18076", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53476, + "usage_id": 160 + }, + "4124.U1.113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.13, Labor Doktoranden", "arch_name": "U/1.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18076", - "roomcode": "4124.U1.113", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=18078", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18076, + "usage_id": 102 + }, + "4124.U1.114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.14, Labor", "arch_name": "U/1.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18078", - "roomcode": "4124.U1.114", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=18081", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18078, + "usage_id": 102 + }, + "4124.U1.115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.15, Labor", "arch_name": "U/1.15@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18081", - "roomcode": "4124.U1.115", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=22998", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18081, + "usage_id": 102 + }, + "4124.U1.116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.16, Massenspektrometrie", "arch_name": "U/1.16@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=22998", - "roomcode": "4124.U1.116", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53661", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22998, + "usage_id": 102 + }, + "4124.U1.117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.17, Technik", "arch_name": "U/1.17@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53661", - "roomcode": "4124.U1.117", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53671", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53661, + "usage_id": 120 + }, + "4124.U1.118": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.18, Gasflaschenraum", "arch_name": "U/1.18@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53671", - "roomcode": "4124.U1.118", - "usage": 17 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53810", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53671, + "usage_id": 17 + }, + "4124.U1.119": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.19, Gasflaschenraum", "arch_name": "U/1.19@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53810", - "roomcode": "4124.U1.119", - "usage": 17 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53821", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53810, + "usage_id": 17 + }, + "4124.U1.120": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.20, Flur", "arch_name": "U/1.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53821", - "roomcode": "4124.U1.120", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53832", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53821, + "usage_id": 222 + }, + "4124.U1.130": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.30, Foyer", "arch_name": "U/1.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53832", - "roomcode": "4124.U1.130", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53842", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53832, + "usage_id": 222 + }, + "4124.U1.140": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.40, Garderobe", "arch_name": "U/1.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53842", - "roomcode": "4124.U1.140", - "usage": 121 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51245", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53842, + "usage_id": 121 + }, + "4124.U1.150": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.50, Treppenraum", "arch_name": "U/1.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51245", - "roomcode": "4124.U1.150", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51256", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51245, + "usage_id": 223 + }, + "4124.U1.160": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.60, Treppe", "arch_name": "U/1.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51256", - "roomcode": "4124.U1.160", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51274", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51256, + "usage_id": 223 + }, + "4124.U1.170": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/1.70, Treppenraum", "arch_name": "U/1.70@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51274", - "roomcode": "4124.U1.170", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51423", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51274, + "usage_id": 223 + }, + "4124.U1.201": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.01, Technik", "arch_name": "U/2.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51423", - "roomcode": "4124.U1.201", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51438", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51423, + "usage_id": 120 + }, + "4124.U1.202": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.02, Technik", "arch_name": "U/2.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51438", - "roomcode": "4124.U1.202", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51449", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51438, + "usage_id": 120 + }, + "4124.U1.203": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.03, Autoklavenraum (gem. Nutzung)", "arch_name": "U/2.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51449", - "roomcode": "4124.U1.203", - "usage": 194 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51610", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51449, + "usage_id": 194 + }, + "4124.U1.204": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.04, K\u00fchllagerraum", "arch_name": "U/2.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51610", - "roomcode": "4124.U1.204", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51634", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51610, + "usage_id": 199 + }, + "4124.U1.205": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.05, Gefriertrocknung", "arch_name": "U/2.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51634", - "roomcode": "4124.U1.205", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51779", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51634, + "usage_id": 199 + }, + "4124.U1.206": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.06, K\u00e4ltelabor", "arch_name": "U/2.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51779", - "roomcode": "4124.U1.206", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51792", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51779, + "usage_id": 199 + }, + "4124.U1.207": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.07, Klimalabor", "arch_name": "U/2.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51792", - "roomcode": "4124.U1.207", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51804", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51792, + "usage_id": 30 + }, + "4124.U1.208": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.08, Elektrische Versorgung", "arch_name": "U/2.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51804", - "roomcode": "4124.U1.208", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51817", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51804, + "usage_id": 160 + }, + "4124.U1.209": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.09, Sp\u00fclraum (gem. Nutzung)", "arch_name": "U/2.09@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51817", - "roomcode": "4124.U1.209", - "usage": 209 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51963", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51817, + "usage_id": 209 + }, + "4124.U1.210": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.10, Molekularanalytisches Labor 1", "arch_name": "U/2.10@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51963", - "roomcode": "4124.U1.210", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51976", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15668, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51963, + "usage_id": 102 + }, + "4124.U1.211": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.11, Molekularanalytisches Labor 2", "arch_name": "U/2.11@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51976", - "roomcode": "4124.U1.211", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51987", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15668, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51976, + "usage_id": 102 + }, + "4124.U1.212": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.12, Labor (FACS Core Facility)", "arch_name": "U/2.12@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51987", - "roomcode": "4124.U1.212", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52124", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15668, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51987, + "usage_id": 102 + }, + "4124.U1.213": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.13, Vakzine (FACS Core Facility)", "arch_name": "U/2.13@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15668", - "operator": "[ TUWZV9T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52124", - "roomcode": "4124.U1.213", - "usage": 172 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52139", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15668, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52124, + "usage_id": 172 + }, + "4124.U1.214": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.14, Technik", "arch_name": "U/2.14@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52139", - "roomcode": "4124.U1.214", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52158", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52139, + "usage_id": 120 + }, + "4124.U1.220": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.20, Flur", "arch_name": "U/2.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52158", - "roomcode": "4124.U1.220", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52303", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52158, + "usage_id": 222 + }, + "4124.U1.230": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.30, Aufzug", "arch_name": "U/2.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52303", - "roomcode": "4124.U1.230", - "usage": 4 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52319", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52303, + "usage_id": 4 + }, + "4124.U1.230A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.30a, Maschinenraum", "arch_name": "U/2.30a@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52319", - "roomcode": "4124.U1.230A", - "usage": 5 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52463", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52319, + "usage_id": 5 + }, + "4124.U1.240": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.40, Treppenraum", "arch_name": "U/2.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52463", - "roomcode": "4124.U1.240", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52478", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52463, + "usage_id": 223 + }, + "4124.U1.250": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.50, Treppe", "arch_name": "U/2.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52478", - "roomcode": "4124.U1.250", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52498", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52478, + "usage_id": 223 + }, + "4124.U1.260": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/2.60, Treppenraum", "arch_name": "U/2.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52498", - "roomcode": "4124.U1.260", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52641", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52498, + "usage_id": 223 + }, + "4124.U1.301": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.01, Technik", "arch_name": "U/3.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52641", - "roomcode": "4124.U1.301", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52655", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52641, + "usage_id": 160 + }, + "4124.U1.302": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.02, Technik", "arch_name": "U/3.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52655", - "roomcode": "4124.U1.302", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52664", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52655, + "usage_id": 120 + }, + "4124.U1.303": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.03, Tierlabor", "arch_name": "U/3.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52664", - "roomcode": "4124.U1.303", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52677", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52664, + "usage_id": 103 + }, + "4124.U1.303A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.03.1, Tierlabor", "arch_name": "U/3.03.1@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52677", - "roomcode": "4124.U1.303A", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52828", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52677, + "usage_id": 103 + }, + "4124.U1.304": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.04, Futterlager", "arch_name": "U/3.04@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52828", - "roomcode": "4124.U1.304", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52841", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52828, + "usage_id": 30 + }, + "4124.U1.305": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.05, Lager / Abstellraum", "arch_name": "U/3.05@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52841", - "roomcode": "4124.U1.305", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52853", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52841, + "usage_id": 30 + }, + "4124.U1.306": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.06, Klimazelle", "arch_name": "U/3.06@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52853", - "roomcode": "4124.U1.306", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53004", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52853, + "usage_id": 30 + }, + "4124.U1.307": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.07, Tierhaltung", "arch_name": "U/3.07@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53004", - "roomcode": "4124.U1.307", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53017", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53004, + "usage_id": 103 + }, + "4124.U1.308": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.08, Lager / Abstellraum", "arch_name": "U/3.08@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53017", - "roomcode": "4124.U1.308", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53030", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53017, + "usage_id": 30 + }, + "4124.U1.320": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.20, Flur", "arch_name": "U/3.20@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53030", - "roomcode": "4124.U1.320", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53173", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53030, + "usage_id": 222 + }, + "4124.U1.330": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.30, Unterfahrt", "arch_name": "U/3.30@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53173", - "roomcode": "4124.U1.330", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53190", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53173, + "usage_id": 120 + }, + "4124.U1.340": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.40, Machinenraum", "arch_name": "U/3.40@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53190", - "roomcode": "4124.U1.340", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53340", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53190, + "usage_id": 120 + }, + "4124.U1.350": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.50, Schacht Luftansaugung", "arch_name": "U/3.50@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53340", - "roomcode": "4124.U1.350", - "usage": 32 - }, - { - "address": "Weihenstephaner Berg 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53356", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53340, + "usage_id": 32 + }, + "4124.U1.360": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "U/3.60, Ansaugschacht", "arch_name": "U/3.60@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53356", - "roomcode": "4124.U1.360", - "usage": 32 - }, - { - "address": "Weihenstephaner Berg 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=52790", + "area_id": 43, + "building_id": 696, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53356, + "usage_id": 32 + }, + "4124.U2.201": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "IG/2.01, Installationsgang", "arch_name": "IG/2.01@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52790", - "roomcode": "4124.U2.201", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=52801", + "area_id": 43, + "building_id": 696, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52790, + "usage_id": 120 + }, + "4124.U2.202": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "IG/2.02, Neutraanlage", "arch_name": "IG/2.02@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52801", - "roomcode": "4124.U2.202", - "usage": 182 - }, - { - "address": "Weihenstephaner Berg 3, 2.UG", - "address_link": "ris.einzelraum?raumkey=52949", + "area_id": 43, + "building_id": 696, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52801, + "usage_id": 182 + }, + "4124.U2.203": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "alt_name": "IG/2.03, Installationsgang", "arch_name": "IG/2.03@4124", - "b_area_id": 43, - "b_filter_id": 696, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52949", - "roomcode": "4124.U2.203", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49563", + "area_id": 43, + "building_id": 696, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52949, + "usage_id": 120 + }, + "4126.01.601": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.01, Technik", "arch_name": "O.01@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49563", - "roomcode": "4126.01.601", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49570", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49563, + "usage_id": 120 + }, + "4126.01.601A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.05/1, Aufzug", "arch_name": "O.05/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49570", - "roomcode": "4126.01.601A", - "usage": 4 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49576", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49570, + "usage_id": 4 + }, + "4126.01.602": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.02, Garderobe", "arch_name": "O.02@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49576", - "roomcode": "4126.01.602", - "usage": 121 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49580", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49576, + "usage_id": 121 + }, + "4126.01.603": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.03, WC-Damen", "arch_name": "O.03@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49580", - "roomcode": "4126.01.603", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49702", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49580, + "usage_id": 116 + }, + "4126.01.604": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.04, WC-Herren", "arch_name": "O.04@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49702", - "roomcode": "4126.01.604", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49707", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49702, + "usage_id": 115 + }, + "4126.01.605": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.05, Lager", "arch_name": "O.05@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49707", - "roomcode": "4126.01.605", - "usage": 18 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49712", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49707, + "usage_id": 18 + }, + "4126.01.606": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.06, Archiv I", "arch_name": "O.06@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49712", - "roomcode": "4126.01.606", - "usage": 2 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49718", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49712, + "usage_id": 2 + }, + "4126.01.607": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.07, Archiv II", "arch_name": "O.07@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49718", - "roomcode": "4126.01.607", - "usage": 2 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49723", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49718, + "usage_id": 2 + }, + "4126.01.608": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.08, B\u00fcro ZIEL-Verf\u00fcgungsraum", "arch_name": "O.08@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49723", - "roomcode": "4126.01.608", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49728", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49723, + "usage_id": 12 + }, + "4126.01.609B": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18452&cReadonly=J", - "extended": { - "additional_description": "O.09 a/b, Seminarraum 14 (WZWS14)", - "address": "Weihenstephaner Berg 1(4126), 1.Obergescho\u00df", - "architect_room_nr": "O.09 a/b@4126", - "area_m2": 98.0, - "building": "4126 ZIEL I - Zentralinstitut f\u00fcr Ern\u00e4hrung-", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "609B", - "seats": 42, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49728", - "roomcode": "4126.01.609B", - "usage": 41 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49733", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 18452, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 42, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49728, + "usage_id": 41 + }, + "4126.01.610": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49733", - "roomcode": "4126.01.610", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49852", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49733, + "usage_id": 12 + }, + "4126.01.611": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49852", - "roomcode": "4126.01.611", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49856", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49852, + "usage_id": 12 + }, + "4126.01.612": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.12, B\u00fcro", "arch_name": "O.12@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49856", - "roomcode": "4126.01.612", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49862", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49856, + "usage_id": 12 + }, + "4126.01.613": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.13, K\u00fcche/Aufenthaltsraum", "arch_name": "O.13@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49862", - "roomcode": "4126.01.613", - "usage": 44 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49867", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49862, + "usage_id": 44 + }, + "4126.01.614": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.14, EDV-Raum", "arch_name": "O.14@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49867", - "roomcode": "4126.01.614", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49871", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49867, + "usage_id": 12 + }, + "4126.01.615": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.15, Besprechungsraum", "arch_name": "O.15@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=19699&cRes=18285&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49871", - "roomcode": "4126.01.615", - "usage": 196 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49881", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 18285, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49871, + "usage_id": 196 + }, + "4126.01.617": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26884", - "operator": "[ TUZEING ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49881", - "roomcode": "4126.01.617", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49885", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26884, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49881, + "usage_id": 12 + }, + "4126.01.618": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26884", - "operator": "[ TUZEING ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49885", - "roomcode": "4126.01.618", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49889", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26884, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49885, + "usage_id": 12 + }, + "4126.01.619": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.19, B\u00fcro", "arch_name": "O.19@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49889", - "roomcode": "4126.01.619", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49894", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49889, + "usage_id": 12 + }, + "4126.01.620": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.20, B\u00fcro", "arch_name": "O.20@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49894", - "roomcode": "4126.01.620", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50015", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49894, + "usage_id": 12 + }, + "4126.01.621": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.21, B\u00fcro", "arch_name": "O.21@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50015", - "roomcode": "4126.01.621", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50022", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50015, + "usage_id": 12 + }, + "4126.01.622": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.22, B\u00fcro", "arch_name": "O.22@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50022", - "roomcode": "4126.01.622", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50026", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19699, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50022, + "usage_id": 12 + }, + "4126.01.623A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.23/2, Flur", "arch_name": "O.23/2@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50026", - "roomcode": "4126.01.623A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50031", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50026, + "usage_id": 222 + }, + "4126.01.623B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.23/1, Flur", "arch_name": "O.23/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50031", - "roomcode": "4126.01.623B", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50036", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50031, + "usage_id": 222 + }, + "4126.01.623C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "O.23/3, Flur", "arch_name": "O.23/3@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50036", - "roomcode": "4126.01.623C", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48712", + "area_id": 43, + "building_id": 697, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50036, + "usage_id": 222 + }, + "4126.EG.601": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E01, Kleines Technikum (gem. Nutzung 1124302030;11", "arch_name": "E01@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18685&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48712", - "roomcode": "4126.EG.601", - "usage": 49 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48720", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 18685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 55317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48712, + "usage_id": 49 + }, + "4126.EG.602": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 02, Grosses Technikum", "arch_name": "E 02@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=54117&cRes=18409&cReadonly=J", - "list_index": "38", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48720", - "roomcode": "4126.EG.602", - "usage": 49 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48729", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 18409, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 54117, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48720, + "usage_id": 49 + }, + "4126.EG.603": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 03, Garderobe", "arch_name": "E 03@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48729", - "roomcode": "4126.EG.603", - "usage": 121 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48861", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48729, + "usage_id": 121 + }, + "4126.EG.603A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 03/1, Aufzug", "arch_name": "E 03/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48861", - "roomcode": "4126.EG.603A", - "usage": 4 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48867", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48861, + "usage_id": 4 + }, + "4126.EG.604": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 04, WC-Behinderte", "arch_name": "E 04@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48867", - "roomcode": "4126.EG.604", - "usage": 117 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48875", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48867, + "usage_id": 117 + }, + "4126.EG.605": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 05, WC-Damen", "arch_name": "E 05@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48875", - "roomcode": "4126.EG.605", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48882", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48875, + "usage_id": 116 + }, + "4126.EG.606": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 06, WC-Herren", "arch_name": "E 06@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48882", - "roomcode": "4126.EG.606", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48890", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48882, + "usage_id": 115 + }, + "4126.EG.607": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 07, Sp\u00fclraum (gem. Nutzung 1124302030;1124302040", "arch_name": "E 07@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48890", - "roomcode": "4126.EG.607", - "usage": 209 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=67577", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48890, + "usage_id": 209 + }, + "4126.EG.608": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E08, K\u00fchlraum", "arch_name": "E08@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=33912&cReadonly=J", - "list_index": "45", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67577", - "roomcode": "4126.EG.608", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=48897", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33912, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67577, + "usage_id": 199 + }, + "4126.EG.609": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 09, Labor-Praktikum", "arch_name": "E 09@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=33913&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48897", - "roomcode": "4126.EG.609", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49030", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33913, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48897, + "usage_id": 102 + }, + "4126.EG.610": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 10, Allgemeines Labor", "arch_name": "E 10@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20336&cReadonly=J", - "list_index": "47", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49030", - "roomcode": "4126.EG.610", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49037", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 20336, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49030, + "usage_id": 102 + }, + "4126.EG.611": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 11, Allgemeines Labor", "arch_name": "E 11@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49037", - "roomcode": "4126.EG.611", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49045", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49037, + "usage_id": 102 + }, + "4126.EG.612": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 12, Labor Mikrobiologie", "arch_name": "E 12@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=33914&cReadonly=J", - "list_index": "49", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49045", - "roomcode": "4126.EG.612", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49056", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33914, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49045, + "usage_id": 102 + }, + "4126.EG.613": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 13, Allgemeines Labor", "arch_name": "E 13@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=33915&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49056", - "roomcode": "4126.EG.613", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49066", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33915, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49056, + "usage_id": 102 + }, + "4126.EG.614": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 14, B\u00fcro", "arch_name": "E 14@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49066", - "roomcode": "4126.EG.614", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49206", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49066, + "usage_id": 12 + }, + "4126.EG.615": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 15, B\u00fcro", "arch_name": "E 15@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49206", - "roomcode": "4126.EG.615", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49214", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49206, + "usage_id": 12 + }, + "4126.EG.616": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 16, B\u00fcro", "arch_name": "E 16@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=33916&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49214", - "roomcode": "4126.EG.616", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49224", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33916, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49214, + "usage_id": 12 + }, + "4126.EG.617": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 17, Registratur (gem. Nutzung 1124302030;1124302", "arch_name": "E 17@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49224", - "roomcode": "4126.EG.617", - "usage": 2 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49232", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49224, + "usage_id": 2 + }, + "4126.EG.618": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 18, Sekretariat (gem. Nutzung 1124302030;1124302", "arch_name": "E 18@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18528&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49232", - "roomcode": "4126.EG.618", - "usage": 40 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=12486", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 18528, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49232, + "usage_id": 40 + }, + "4126.EG.619": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 19, B\u00fcro", "arch_name": "E 19@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12594&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12486", - "roomcode": "4126.EG.619", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49248", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 12594, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 54117, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12486, + "usage_id": 12 + }, + "4126.EG.620": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 20, B\u00fcro", "arch_name": "E 20@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=54117&cRes=21202&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49248", - "roomcode": "4126.EG.620", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49380", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 21202, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49248, + "usage_id": 12 + }, + "4126.EG.621": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 21, B\u00fcro", "arch_name": "E 21@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49380", - "roomcode": "4126.EG.621", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49387", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49380, + "usage_id": 12 + }, + "4126.EG.622": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 22, B\u00fcro", "arch_name": "E 22@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=54117&cRes=33917&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49387", - "roomcode": "4126.EG.622", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49393", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33917, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49387, + "usage_id": 12 + }, + "4126.EG.623": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 23, B\u00fcro (gem. Nutzung 1124302030;1124302040)", "arch_name": "E 23@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49393", - "roomcode": "4126.EG.623", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49402", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49393, + "usage_id": 12 + }, + "4126.EG.624": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 24, B\u00fcro", "arch_name": "E 24@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=54117&cRes=33918&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49402", - "roomcode": "4126.EG.624", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49410", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33918, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49402, + "usage_id": 12 + }, + "4126.EG.625": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 25, B\u00fcro", "arch_name": "E 25@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=54117&cRes=33919&cReadonly=J", - "list_index": "62", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49410", - "roomcode": "4126.EG.625", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49544", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33919, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 55317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49410, + "usage_id": 12 + }, + "4126.EG.626A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 26/1, Eingangshalle", "arch_name": "E 26/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49544", - "roomcode": "4126.EG.626A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49550", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49544, + "usage_id": 222 + }, + "4126.EG.626B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 26/2, Flur", "arch_name": "E 26/2@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49550", - "roomcode": "4126.EG.626B", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=49557", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49550, + "usage_id": 222 + }, + "4126.EG.626C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 26/3, Flur", "arch_name": "E 26/3@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49557", - "roomcode": "4126.EG.626C", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=67578", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49557, + "usage_id": 222 + }, + "4126.EG.626D": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E26/4, Flur", "arch_name": "E26/4@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67578", - "roomcode": "4126.EG.626D", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, EG", - "address_link": "ris.einzelraum?raumkey=67581", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67578, + "usage_id": 222 + }, + "4126.EG.627": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "E 27, Installationsschacht", "arch_name": "E 27@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67581", - "roomcode": "4126.EG.627", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=49977", + "area_id": 43, + "building_id": 697, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67581, + "usage_id": 120 + }, + "4126.U1.601": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 01, Technikum (gem. Nutzung 1124302030;112430204", "arch_name": "U 01@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=54117&cRes=18410&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49977", - "roomcode": "4126.U1.601", - "usage": 49 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=49989", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 18410, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49977, + "usage_id": 49 + }, + "4126.U1.602": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 02, Schreinerei/Werkstatt", "arch_name": "U 02@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49989", - "roomcode": "4126.U1.602", - "usage": 51 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50003", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49989, + "usage_id": 51 + }, + "4126.U1.603A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 03/1, Werkstatt", "arch_name": "U 03/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50003", - "roomcode": "4126.U1.603A", - "usage": 51 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50013", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50003, + "usage_id": 51 + }, + "4126.U1.603B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 03/2, Werkstatt", "arch_name": "U 03/2@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50013", - "roomcode": "4126.U1.603B", - "usage": 51 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50156", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50013, + "usage_id": 51 + }, + "4126.U1.604": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 04, Magazin", "arch_name": "U 04@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50156", - "roomcode": "4126.U1.604", - "usage": 51 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=15790", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50156, + "usage_id": 51 + }, + "4126.U1.605": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 05, Maschinenraum", "arch_name": "U 05@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=15790", - "roomcode": "4126.U1.605", - "usage": 5 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50175", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15790, + "usage_id": 5 + }, + "4126.U1.606": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 06, Magazin", "arch_name": "U 06@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50175", - "roomcode": "4126.U1.606", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50183", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50175, + "usage_id": 30 + }, + "4126.U1.607": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 07, Dusche", "arch_name": "U 07@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50183", - "roomcode": "4126.U1.607", - "usage": 113 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50315", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50183, + "usage_id": 113 + }, + "4126.U1.608A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 08/1, WC-Damen", "arch_name": "U 08/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50315", - "roomcode": "4126.U1.608A", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50325", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50315, + "usage_id": 116 + }, + "4126.U1.608B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 08/2, WC-Herren", "arch_name": "U 08/2@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50325", - "roomcode": "4126.U1.608B", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50331", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50325, + "usage_id": 115 + }, + "4126.U1.609": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 09, Lager", "arch_name": "U 09@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50331", - "roomcode": "4126.U1.609", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50339", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50331, + "usage_id": 30 + }, + "4126.U1.610A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 10/1, Aufenthaltsraum (gem. Nutzung 1124302030;", "arch_name": "U 10/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50339", - "roomcode": "4126.U1.610A", - "usage": 44 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=13116", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50339, + "usage_id": 44 + }, + "4126.U1.610B": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12592&cReadonly=J", - "extended": { - "additional_description": "U 10/2, Seminarraum (gem. Nutzung 1124302030;11243", - "address": "Weihenstephaner Berg 1(4126), 1.Untergescho\u00df", - "architect_room_nr": "U 10/2@4126", - "area_m2": 21.3, - "building": "4126 ZIEL I - Zentralinstitut f\u00fcr Ern\u00e4hrung-", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "610B", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13116", - "roomcode": "4126.U1.610B", - "usage": 41 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50482", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 12592, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13116, + "usage_id": 41 + }, + "4126.U1.610C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 10/3, B\u00fcro", "arch_name": "U 10/3@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": "tvKalender.wSicht?cOrg=55317&cRes=33920&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=55317", - "operator": "[ TUS4P9N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50482", - "roomcode": "4126.U1.610C", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50491", + "area_id": 43, + "building_id": 697, + "calendar_resource_nr": 33920, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 55317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50482, + "usage_id": 12 + }, + "4126.U1.611": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 11, B\u00fcro", "arch_name": "U 11@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50491", - "roomcode": "4126.U1.611", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50501", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50491, + "usage_id": 12 + }, + "4126.U1.612": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 12, Messraum", "arch_name": "U 12@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50501", - "roomcode": "4126.U1.612", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50511", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50501, + "usage_id": 103 + }, + "4126.U1.613": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 13, Labor", "arch_name": "U 13@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=54117", - "operator": "[ TUS4F1P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50511", - "roomcode": "4126.U1.613", - "usage": 102 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50646", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 54117, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50511, + "usage_id": 102 + }, + "4126.U1.614": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 14, Haustechnik", "arch_name": "U 14@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50646", - "roomcode": "4126.U1.614", - "usage": 182 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50656", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50646, + "usage_id": 182 + }, + "4126.U1.615": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 15, Elektroverteilung", "arch_name": "U 15@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50656", - "roomcode": "4126.U1.615", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50669", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50656, + "usage_id": 160 + }, + "4126.U1.616": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50669", - "roomcode": "4126.U1.616", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=67579", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50669, + "usage_id": 199 + }, + "4126.U1.616A": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67579", - "roomcode": "4126.U1.616A", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=67580", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67579, + "usage_id": 199 + }, + "4126.U1.616B": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67580", - "roomcode": "4126.U1.616B", - "usage": 199 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50675", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67580, + "usage_id": 199 + }, + "4126.U1.617": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 17, Messraum (gem. Nutzung 1124302030;1124302040", "arch_name": "U 17@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50675", - "roomcode": "4126.U1.617", - "usage": 103 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50815", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50675, + "usage_id": 103 + }, + "4126.U1.618": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 18, Ruheraum", "arch_name": "U 18@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50815", - "roomcode": "4126.U1.618", - "usage": 178 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50824", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50815, + "usage_id": 178 + }, + "4126.U1.619": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 19, Lager (gem. Nutzung 1124302030;1124302040)", "arch_name": "U 19@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50824", - "roomcode": "4126.U1.619", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50833", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50824, + "usage_id": 30 + }, + "4126.U1.620A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 20/1, Chemikalienraum", "arch_name": "U 20/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50833", - "roomcode": "4126.U1.620A", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50844", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50833, + "usage_id": 30 + }, + "4126.U1.620B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 20/2, Gas\u00fcbergabestation", "arch_name": "U 20/2@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50844", - "roomcode": "4126.U1.620B", - "usage": 54 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50990", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50844, + "usage_id": 54 + }, + "4126.U1.621": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 21, Aufzug", "arch_name": "U 21@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50990", - "roomcode": "4126.U1.621", - "usage": 4 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50997", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50990, + "usage_id": 4 + }, + "4126.U1.621A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 21/1, Flur", "arch_name": "U 21/1@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50997", - "roomcode": "4126.U1.621A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51005", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50997, + "usage_id": 222 + }, + "4126.U1.621B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 21/2, Flur", "arch_name": "U 21/2@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51005", - "roomcode": "4126.U1.621B", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51015", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51005, + "usage_id": 222 + }, + "4126.U1.621C": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 21/3, Flur", "arch_name": "U 21/3@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51015", - "roomcode": "4126.U1.621C", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=48704", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51015, + "usage_id": 222 + }, + "4126.U1.622": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U 27, Installationsschacht", "arch_name": "U 27@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48704", - "roomcode": "4126.U1.622", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=49818", + "area_id": 43, + "building_id": 697, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48704, + "usage_id": 120 + }, + "4126.U2.601": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U2.01, Neutralisationsanlage", "arch_name": "U2.01@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49818", - "roomcode": "4126.U2.601", - "usage": 182 - }, - { - "address": "Weihenstephaner Berg 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=49823", + "area_id": 43, + "building_id": 697, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49818, + "usage_id": 182 + }, + "4126.U2.602": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U2.02, VE-Wasser", "arch_name": "U2.02@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49823", - "roomcode": "4126.U2.602", - "usage": 182 - }, - { - "address": "Weihenstephaner Berg 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=49832", + "area_id": 43, + "building_id": 697, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49823, + "usage_id": 182 + }, + "4126.U2.603": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U2.03, Dampferzeuger", "arch_name": "U2.03@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49832", - "roomcode": "4126.U2.603", - "usage": 201 - }, - { - "address": "Weihenstephaner Berg 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=49848", + "area_id": 43, + "building_id": 697, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49832, + "usage_id": 201 + }, + "4126.U2.604": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "alt_name": "U2.04, Verbindungsgang", "arch_name": "U2.04@4126", - "b_area_id": 43, - "b_filter_id": 697, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49848", - "roomcode": "4126.U2.604", - "usage": 222 - }, - { - "address": "Am Hofgarten, EG", - "address_link": "ris.einzelraum?raumkey=50543", + "area_id": 43, + "building_id": 697, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49848, + "usage_id": 222 + }, + "4128.EG.001": { + "address": { + "place": "Freising", + "street": "Am Hofgarten", + "zip_code": 85354 + }, "alt_name": "001, Trafostation I", "arch_name": "001@4128", - "b_area_id": 43, - "b_filter_id": 699, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50543", - "roomcode": "4128.EG.001", - "usage": 160 - }, - { - "address": "Am Hofgarten, EG", - "address_link": "ris.einzelraum?raumkey=50547", + "area_id": 43, + "building_id": 699, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50543, + "usage_id": 160 + }, + "4128.EG.002": { + "address": { + "place": "Freising", + "street": "Am Hofgarten", + "zip_code": 85354 + }, "alt_name": "002, Trafostation I", "arch_name": "002@4128", - "b_area_id": 43, - "b_filter_id": 699, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50547", - "roomcode": "4128.EG.002", - "usage": 160 - }, - { - "address": "Am Hofgarten, EG", - "address_link": "ris.einzelraum?raumkey=50551", + "area_id": 43, + "building_id": 699, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50547, + "usage_id": 160 + }, + "4128.EG.003": { + "address": { + "place": "Freising", + "street": "Am Hofgarten", + "zip_code": 85354 + }, "alt_name": "003, Trafostation I", "arch_name": "003@4128", - "b_area_id": 43, - "b_filter_id": 699, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50551", - "roomcode": "4128.EG.003", - "usage": 160 - }, - { - "address": "Am Hofgarten, EG", - "address_link": "ris.einzelraum?raumkey=50683", + "area_id": 43, + "building_id": 699, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50551, + "usage_id": 160 + }, + "4128.EG.004": { + "address": { + "place": "Freising", + "street": "Am Hofgarten", + "zip_code": 85354 + }, "alt_name": "004, Trafostation I", "arch_name": "004@4128", - "b_area_id": 43, - "b_filter_id": 699, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50683", - "roomcode": "4128.EG.004", - "usage": 160 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63634", + "area_id": 43, + "building_id": 699, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50683, + "usage_id": 160 + }, + "4129.01.101": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.01, B\u00fcro", "arch_name": "1.01@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63634", - "roomcode": "4129.01.101", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63635", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63634, + "usage_id": 12 + }, + "4129.01.102": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.02, Sekretariat / Vorzimmer", "arch_name": "1.02@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63635", - "roomcode": "4129.01.102", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63636", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63635, + "usage_id": 12 + }, + "4129.01.103": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.03, B\u00fcro Professor", "arch_name": "1.03@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63636", - "roomcode": "4129.01.103", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63637", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63636, + "usage_id": 12 + }, + "4129.01.104": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.04, B\u00fcro", "arch_name": "1.04@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63637", - "roomcode": "4129.01.104", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63638", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63637, + "usage_id": 12 + }, + "4129.01.105": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.05, Labor", "arch_name": "1.05@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63638", - "roomcode": "4129.01.105", - "usage": 102 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=63901", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63638, + "usage_id": 102 + }, + "4129.01.106": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.06, Treppenraum", "arch_name": "1.06@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63901", - "roomcode": "4129.01.106", - "usage": 223 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67556", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63901, + "usage_id": 223 + }, + "4129.01.107": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.07, Gang", "arch_name": "1.07@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67556", - "roomcode": "4129.01.107", - "usage": 16 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67557", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67556, + "usage_id": 16 + }, + "4129.01.108": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.08, Abstellraum", "arch_name": "1.08@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67557", - "roomcode": "4129.01.108", - "usage": 159 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67558", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67557, + "usage_id": 159 + }, + "4129.01.109": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.09, WC", "arch_name": "1.09@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67558", - "roomcode": "4129.01.109", - "usage": 114 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=70703", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67558, + "usage_id": 114 + }, + "4129.01.110": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C5a, Steg", "arch_name": "C5a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70703", - "roomcode": "4129.01.110", - "usage": 219 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=70692", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70703, + "usage_id": 219 + }, + "4129.01.111": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C3a, Vorraum B\u00fcro", "arch_name": "C3a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70692", - "roomcode": "4129.01.111", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=70693", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70692, + "usage_id": 215 + }, + "4129.01.112": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C3, B\u00fcro", "arch_name": "C3@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70693", - "roomcode": "4129.01.112", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=70694", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70693, + "usage_id": 215 + }, + "4129.01.113": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C4a, Vorraum B\u00fcro", "arch_name": "C4a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70694", - "roomcode": "4129.01.113", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=70695", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70694, + "usage_id": 215 + }, + "4129.01.114": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C4, B\u00fcro", "arch_name": "C4@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70695", - "roomcode": "4129.01.114", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63676", + "area_id": 138, + "building_id": 1465, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70695, + "usage_id": 215 + }, + "4129.02.201": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "2.01, Arbeitsraum", "arch_name": "2.01@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63676", - "roomcode": "4129.02.201", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=63675", + "area_id": 138, + "building_id": 1465, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63676, + "usage_id": 12 + }, + "4129.02.202": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "2.02, B\u00fcro", "arch_name": "2.02@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63675", - "roomcode": "4129.02.202", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=63641", + "area_id": 138, + "building_id": 1465, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63675, + "usage_id": 12 + }, + "4129.EG.001": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "0.01, Fischhaltung 1", "arch_name": "0.01@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63641", - "roomcode": "4129.EG.001", - "usage": 197 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=63633", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63641, + "usage_id": 197 + }, + "4129.EG.002": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "0.02, Fischhaltung 2", "arch_name": "0.02@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63633", - "roomcode": "4129.EG.002", - "usage": 197 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=63807", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63633, + "usage_id": 197 + }, + "4129.EG.003": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "0.03, Werkstatt", "arch_name": "0.03@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63807", - "roomcode": "4129.EG.003", - "usage": 51 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=63808", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63807, + "usage_id": 51 + }, + "4129.EG.004": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "0.05, Treppenraum", "arch_name": "0.05@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63808", - "roomcode": "4129.EG.004", - "usage": 223 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=63809", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63808, + "usage_id": 223 + }, + "4129.EG.005": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "0.04, WC-Herren", "arch_name": "0.04@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63809", - "roomcode": "4129.EG.005", - "usage": 115 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70698", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63809, + "usage_id": 115 + }, + "4129.EG.006": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C1.a, Vorraum B\u00fcro", "arch_name": "C1.a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70698", - "roomcode": "4129.EG.006", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70687", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70698, + "usage_id": 215 + }, + "4129.EG.007": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C1, B\u00fcro", "arch_name": "C1@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70687", - "roomcode": "4129.EG.007", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70688", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70687, + "usage_id": 215 + }, + "4129.EG.008": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C2.a, Vorraum B\u00fcro", "arch_name": "C2.a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70688", - "roomcode": "4129.EG.008", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70689", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70688, + "usage_id": 215 + }, + "4129.EG.009": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C2, B\u00fcro", "arch_name": "C2@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70689", - "roomcode": "4129.EG.009", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70699", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70689, + "usage_id": 215 + }, + "4129.EG.010": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C5, Aussentreppe", "arch_name": "C5@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70699", - "roomcode": "4129.EG.010", - "usage": 7 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70700", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70699, + "usage_id": 7 + }, + "4129.EG.011": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C6.a, Vorraum Besprechung", "arch_name": "C6.a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70700", - "roomcode": "4129.EG.011", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70690", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70700, + "usage_id": 215 + }, + "4129.EG.012": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C6, B\u00fcro/Besprechung", "arch_name": "C6@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70690", - "roomcode": "4129.EG.012", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70701", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70690, + "usage_id": 215 + }, + "4129.EG.013": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C7, Werkstatt", "arch_name": "C7@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70701", - "roomcode": "4129.EG.013", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70691", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70701, + "usage_id": 215 + }, + "4129.EG.014": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C8, Aquarien", "arch_name": "C8@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70691", - "roomcode": "4129.EG.014", - "usage": 215 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70702", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70691, + "usage_id": 215 + }, + "4129.EG.015": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C9, Lager", "arch_name": "C9@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70702", - "roomcode": "4129.EG.015", - "usage": 218 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70704", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70702, + "usage_id": 218 + }, + "4129.EG.016": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C10a, Ger\u00e4telager", "arch_name": "C10a@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70704", - "roomcode": "4129.EG.016", - "usage": 218 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70696", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70704, + "usage_id": 218 + }, + "4129.EG.017": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C10, Ger\u00e4telager", "arch_name": "C10@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70696", - "roomcode": "4129.EG.017", - "usage": 218 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=70697", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70696, + "usage_id": 218 + }, + "4129.EG.018": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "C10b, Ger\u00e4telager", "arch_name": "C10b@4129", - "b_area_id": 138, - "b_filter_id": 1465, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70697", - "roomcode": "4129.EG.018", - "usage": 218 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=62017", + "area_id": 138, + "building_id": 1465, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70697, + "usage_id": 218 + }, + "4130.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "001, Trafostation IV", "arch_name": "001@4130", - "b_area_id": 43, - "b_filter_id": 1225, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62017", - "roomcode": "4130.EG.001", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=66077", + "area_id": 43, + "building_id": 1225, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62017, + "usage_id": 160 + }, + "4130.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "002, Trafostation IV", "arch_name": "002@4130", - "b_area_id": 43, - "b_filter_id": 1225, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66077", - "roomcode": "4130.EG.002", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=66078", + "area_id": 43, + "building_id": 1225, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66077, + "usage_id": 160 + }, + "4130.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "003, Trafostation IV", "arch_name": "003@4130", - "b_area_id": 43, - "b_filter_id": 1225, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66078", - "roomcode": "4130.EG.003", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=67662", + "area_id": 43, + "building_id": 1225, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66078, + "usage_id": 160 + }, + "4130.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "004, Trafostation IV", "arch_name": "004@4130", - "b_area_id": 43, - "b_filter_id": 1225, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67662", - "roomcode": "4130.EG.004", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=67663", + "area_id": 43, + "building_id": 1225, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67662, + "usage_id": 160 + }, + "4130.EG.005": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "005, Trafostation IV", "arch_name": "005@4130", - "b_area_id": 43, - "b_filter_id": 1225, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67663", - "roomcode": "4130.EG.005", - "usage": 160 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67564", + "area_id": 43, + "building_id": 1225, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67663, + "usage_id": 160 + }, + "4131.01.001": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.OG01, Lager", "arch_name": "1.OG01@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67564", - "roomcode": "4131.01.001", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67565", + "area_id": 138, + "building_id": 1466, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67564, + "usage_id": 30 + }, + "4131.01.002": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.OG02, Lager", "arch_name": "1.OG02@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67565", - "roomcode": "4131.01.002", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67566", + "area_id": 138, + "building_id": 1466, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67565, + "usage_id": 30 + }, + "4131.01.003": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.OG03, Lager", "arch_name": "1.OG03@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67566", - "roomcode": "4131.01.003", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 1.OG", - "address_link": "ris.einzelraum?raumkey=67567", + "area_id": 138, + "building_id": 1466, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67566, + "usage_id": 30 + }, + "4131.01.004": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "1.OG04, Treppe", "arch_name": "1.OG04@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67567", - "roomcode": "4131.01.004", - "usage": 223 - }, - { - "address": "M\u00fchlenweg 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=67568", + "area_id": 138, + "building_id": 1466, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67567, + "usage_id": 223 + }, + "4131.02.001": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "2.OG01, Lager", "arch_name": "2.OG01@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67568", - "roomcode": "4131.02.001", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=67569", + "area_id": 138, + "building_id": 1466, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67568, + "usage_id": 30 + }, + "4131.02.002": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "2.OG02, Lager", "arch_name": "2.OG02@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67569", - "roomcode": "4131.02.002", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=67570", + "area_id": 138, + "building_id": 1466, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67569, + "usage_id": 30 + }, + "4131.02.003": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "2.OG03, Lager", "arch_name": "2.OG03@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67570", - "roomcode": "4131.02.003", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 2.OG", - "address_link": "ris.einzelraum?raumkey=67571", + "area_id": 138, + "building_id": 1466, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67570, + "usage_id": 30 + }, + "4131.02.004": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "2.OG04, Treppe", "arch_name": "2.OG04@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67571", - "roomcode": "4131.02.004", - "usage": 223 - }, - { - "address": "M\u00fchlenweg 22, 3.OG", - "address_link": "ris.einzelraum?raumkey=67572", + "area_id": 138, + "building_id": 1466, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67571, + "usage_id": 223 + }, + "4131.03.001": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "3.OG01, Lager", "arch_name": "3.OG01@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67572", - "roomcode": "4131.03.001", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, 3.OG", - "address_link": "ris.einzelraum?raumkey=67573", + "area_id": 138, + "building_id": 1466, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67572, + "usage_id": 30 + }, + "4131.03.002": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "3.OG02, Lager", "arch_name": "3.OG02@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67573", - "roomcode": "4131.03.002", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=67559", + "area_id": 138, + "building_id": 1466, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67573, + "usage_id": 30 + }, + "4131.EG.001": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "EG01, Lager", "arch_name": "EG01@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67559", - "roomcode": "4131.EG.001", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=67560", + "area_id": 138, + "building_id": 1466, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67559, + "usage_id": 30 + }, + "4131.EG.002": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "EG02, Lager", "arch_name": "EG02@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67560", - "roomcode": "4131.EG.002", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=67561", + "area_id": 138, + "building_id": 1466, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67560, + "usage_id": 30 + }, + "4131.EG.003": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "EG03, Lager", "arch_name": "EG03@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67561", - "roomcode": "4131.EG.003", - "usage": 30 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=67562", + "area_id": 138, + "building_id": 1466, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67561, + "usage_id": 30 + }, + "4131.EG.004": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "EG04, Wehranlage mit Holzrad", "arch_name": "EG04@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67562", - "roomcode": "4131.EG.004", - "usage": 120 - }, - { - "address": "M\u00fchlenweg 22, EG", - "address_link": "ris.einzelraum?raumkey=67563", + "area_id": 138, + "building_id": 1466, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67562, + "usage_id": 120 + }, + "4131.EG.005": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "alt_name": "EG05, Treppe", "arch_name": "EG05@4131", - "b_area_id": 138, - "b_filter_id": 1466, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67563", - "roomcode": "4131.EG.005", - "usage": 223 - }, - { - "address": "M\u00fchlenweg 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65357", + "area_id": 138, + "building_id": 1466, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67563, + "usage_id": 223 + }, + "4132.01.110": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "1.04, Treppenflur", "arch_name": "1.04@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65357", - "roomcode": "4132.01.110", - "usage": 222 - }, - { - "address": "M\u00fchlenweg 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65358", + "area_id": 138, + "building_id": 1669, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65357, + "usage_id": 222 + }, + "4132.01.111": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "1.01, Sozialraum", "arch_name": "1.01@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65358", - "roomcode": "4132.01.111", - "usage": 44 - }, - { - "address": "M\u00fchlenweg 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65359", + "area_id": 138, + "building_id": 1669, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65358, + "usage_id": 44 + }, + "4132.01.112": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "1.02, B\u00fcro", "arch_name": "1.02@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65359", - "roomcode": "4132.01.112", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 18, 1.OG", - "address_link": "ris.einzelraum?raumkey=65317", + "area_id": 138, + "building_id": 1669, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65359, + "usage_id": 12 + }, + "4132.01.113": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "1.03, B\u00fcro", "arch_name": "1.03@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65317", - "roomcode": "4132.01.113", - "usage": 12 - }, - { - "address": "M\u00fchlenweg 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=65360", + "area_id": 138, + "building_id": 1669, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65317, + "usage_id": 12 + }, + "4132.02.101": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "2.01, Speicher-Flur", "arch_name": "2.01@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65360", - "roomcode": "4132.02.101", - "usage": 222 - }, - { - "address": "M\u00fchlenweg 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=65361", + "area_id": 138, + "building_id": 1669, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65360, + "usage_id": 222 + }, + "4132.02.102": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "2.02, Speicher 1", "arch_name": "2.02@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65361", - "roomcode": "4132.02.102", - "usage": 159 - }, - { - "address": "M\u00fchlenweg 18, 2.OG", - "address_link": "ris.einzelraum?raumkey=65362", + "area_id": 138, + "building_id": 1669, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65361, + "usage_id": 159 + }, + "4132.02.103": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "2.03, Speicher 2", "arch_name": "2.03@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65362", - "roomcode": "4132.02.103", - "usage": 159 - }, - { - "address": "M\u00fchlenweg 18, 3.OG", - "address_link": "ris.einzelraum?raumkey=65363", + "area_id": 138, + "building_id": 1669, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65362, + "usage_id": 159 + }, + "4132.03.101": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "3.01, Speicher", "arch_name": "3.01@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65363", - "roomcode": "4132.03.101", - "usage": 222 - }, - { - "address": "M\u00fchlenweg 18, EG", - "address_link": "ris.einzelraum?raumkey=65354", + "area_id": 138, + "building_id": 1669, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65363, + "usage_id": 222 + }, + "4132.EG.101": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "EG 01, WC", "arch_name": "EG 01@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65354", - "roomcode": "4132.EG.101", - "usage": 112 - }, - { - "address": "M\u00fchlenweg 18, EG", - "address_link": "ris.einzelraum?raumkey=65355", + "area_id": 138, + "building_id": 1669, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65354, + "usage_id": 112 + }, + "4132.EG.102": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "EG 02, Heizung", "arch_name": "EG 02@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65355", - "roomcode": "4132.EG.102", - "usage": 201 - }, - { - "address": "M\u00fchlenweg 18, EG", - "address_link": "ris.einzelraum?raumkey=65356", + "area_id": 138, + "building_id": 1669, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65355, + "usage_id": 201 + }, + "4132.EG.103": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "EG 03, Labor 2", "arch_name": "EG 03@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65356", - "roomcode": "4132.EG.103", - "usage": 102 - }, - { - "address": "M\u00fchlenweg 18, EG", - "address_link": "ris.einzelraum?raumkey=65315", + "area_id": 138, + "building_id": 1669, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65356, + "usage_id": 102 + }, + "4132.EG.104": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "EG 04, Labor 1", "arch_name": "EG 04@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65315", - "roomcode": "4132.EG.104", - "usage": 102 - }, - { - "address": "M\u00fchlenweg 18, EG", - "address_link": "ris.einzelraum?raumkey=65316", + "area_id": 138, + "building_id": 1669, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65315, + "usage_id": 102 + }, + "4132.EG.110": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "alt_name": "EG 05, Eingang / Flur", "arch_name": "EG 05@4132", - "b_area_id": 138, - "b_filter_id": 1669, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65316", - "roomcode": "4132.EG.110", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 13, 1.OG", - "address_link": "ris.einzelraum?raumkey=47649", + "area_id": 138, + "building_id": 1669, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65316, + "usage_id": 222 + }, + "4153.01.101": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47649", - "roomcode": "4153.01.101", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 13, 1.OG", - "address_link": "ris.einzelraum?raumkey=47710", + "area_id": 43, + "building_id": 700, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 13946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47649, + "usage_id": 12 + }, + "4153.01.102": { + "address": { + "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", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47710", - "roomcode": "4153.01.102", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 13, 1.OG", - "address_link": "ris.einzelraum?raumkey=47718", + "area_id": 43, + "building_id": 700, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 13946, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47710, + "usage_id": 12 + }, + "4153.01.103": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "2.01.1, Treppenraum", "arch_name": "2.01.1@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47718", - "roomcode": "4153.01.103", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 13, 1.OG", - "address_link": "ris.einzelraum?raumkey=47724", + "area_id": 43, + "building_id": 700, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47718, + "usage_id": 223 + }, + "4153.01.103A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "2.01.1a, Treppe", "arch_name": "2.01.1a@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47724", - "roomcode": "4153.01.103A", - "usage": 223 - }, - { - "address": "Weihenstephaner Berg 13, 1.OG", - "address_link": "ris.einzelraum?raumkey=47732", + "area_id": 43, + "building_id": 700, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47724, + "usage_id": 223 + }, + "4153.01.104": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "2.01.2, Campus Fitnessnebenraum", "arch_name": "2.01.2@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": "tvKalender.wSicht?cOrg=19672&cRes=31561&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47732", - "roomcode": "4153.01.104", - "usage": 18 - }, - { - "address": "Weihenstephaner Berg 13, 1.OG", - "address_link": "ris.einzelraum?raumkey=25577", + "area_id": 43, + "building_id": 700, + "calendar_resource_nr": 31561, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19672, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47732, + "usage_id": 18 + }, + "4153.01.105": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "2.02, Campus Fitnessraum", "arch_name": "2.02@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": "tvKalender.wSicht?cOrg=19672&cRes=12597&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25577", - "roomcode": "4153.01.105", - "usage": 128 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47405", + "area_id": 43, + "building_id": 700, + "calendar_resource_nr": 12597, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25577, + "usage_id": 128 + }, + "4153.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.04, Seminarraum", "arch_name": "1.04@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=18546&cReadonly=J", - "extended": { - "additional_description": "1.04, Seminarraum", - "address": "Weihenstephaner Berg 13(4153), Erdgescho\u00df", - "architect_room_nr": "1.04@4153", - "area_m2": 68.9, - "building": "4153 Hochschulsport / Sprachenzentrum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47405", - "roomcode": "4153.EG.001", - "usage": 41 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64231", + "area_id": 43, + "building_id": 700, + "calendar_resource_nr": 18546, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26608, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47405, + "usage_id": 41 + }, + "4153.EG.002A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=30915&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64231", - "roomcode": "4153.EG.002A", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47416", + "area_id": 43, + "building_id": 700, + "calendar_resource_nr": 30915, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64231, + "usage_id": 12 + }, + "4153.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.07, Tanz - und Gymnastikraum", "arch_name": "1.07@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": "tvKalender.wSicht?cOrg=19672&cRes=31560&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47416", - "roomcode": "4153.EG.003", - "usage": 128 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47436", + "area_id": 43, + "building_id": 700, + "calendar_resource_nr": 31560, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47416, + "usage_id": 128 + }, + "4153.EG.006": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.10, Technik", "arch_name": "1.10@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47436", - "roomcode": "4153.EG.006", - "usage": 120 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47502", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47436, + "usage_id": 120 + }, + "4153.EG.007": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.01, Flur (Eingang)", "arch_name": "1.01@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47502", - "roomcode": "4153.EG.007", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64232", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47502, + "usage_id": 222 + }, + "4153.EG.007A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.02.1, Flur (Sprachenlabor)", "arch_name": "1.02.1@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64232", - "roomcode": "4153.EG.007A", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64233", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64232, + "usage_id": 222 + }, + "4153.EG.007B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.03.1, Flur (Tanzraum, Umkleiden)", "arch_name": "1.03.1@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64233", - "roomcode": "4153.EG.007B", - "usage": 222 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47509", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64233, + "usage_id": 222 + }, + "4153.EG.008": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.12, Umkleide-Damen", "arch_name": "1.12@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47509", - "roomcode": "4153.EG.008", - "usage": 121 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47515", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47509, + "usage_id": 121 + }, + "4153.EG.008A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.13.1, Dusche-Damen", "arch_name": "1.13.1@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47515", - "roomcode": "4153.EG.008A", - "usage": 113 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47522", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47515, + "usage_id": 113 + }, + "4153.EG.009": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.14, Umkleide-Herren", "arch_name": "1.14@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47522", - "roomcode": "4153.EG.009", - "usage": 121 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64245", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47522, + "usage_id": 121 + }, + "4153.EG.009A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.13.2, Dusche-Herren", "arch_name": "1.13.2@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64245", - "roomcode": "4153.EG.009A", - "usage": 113 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47526", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64245, + "usage_id": 113 + }, + "4153.EG.010": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.22, Teek\u00fcche", "arch_name": "1.22@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47526", - "roomcode": "4153.EG.010", - "usage": 198 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47533", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47526, + "usage_id": 198 + }, + "4153.EG.011": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.17, WC-Damen", "arch_name": "1.17@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47533", - "roomcode": "4153.EG.011", - "usage": 116 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64246", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47533, + "usage_id": 116 + }, + "4153.EG.011A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.15, WC-Damen Vorraum", "arch_name": "1.15@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64246", - "roomcode": "4153.EG.011A", - "usage": 118 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47540", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64246, + "usage_id": 118 + }, + "4153.EG.012": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.20, WC-Herren", "arch_name": "1.20@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47540", - "roomcode": "4153.EG.012", - "usage": 115 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64234", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47540, + "usage_id": 115 + }, + "4153.EG.012A": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.18, WC-Herren Vorraum", "arch_name": "1.18@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64234", - "roomcode": "4153.EG.012A", - "usage": 118 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=64247", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64234, + "usage_id": 118 + }, + "4153.EG.012B": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.16, Dusche-Lehrer Damen", "arch_name": "1.16@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64247", - "roomcode": "4153.EG.012B", - "usage": 113 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47605", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64247, + "usage_id": 113 + }, + "4153.EG.013": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.19, Dusche-Lehrer Herren", "arch_name": "1.19@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47605", - "roomcode": "4153.EG.013", - "usage": 113 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47614", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47605, + "usage_id": 113 + }, + "4153.EG.014": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.23, B\u00fcro Vorbereitung Sprachenlabor", "arch_name": "1.23@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47614", - "roomcode": "4153.EG.014", - "usage": 12 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47624", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47614, + "usage_id": 12 + }, + "4153.EG.015": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.21, Reinigungsmittelraum", "arch_name": "1.21@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47624", - "roomcode": "4153.EG.015", - "usage": 205 - }, - { - "address": "Weihenstephaner Berg 13, EG", - "address_link": "ris.einzelraum?raumkey=47628", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47624, + "usage_id": 205 + }, + "4153.EG.016": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "alt_name": "1.02.2, Lager Hochschulsport", "arch_name": "1.02.2@4153", - "b_area_id": 43, - "b_filter_id": 700, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19672", - "operator": "[ TUZEZHS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47628", - "roomcode": "4153.EG.016", - "usage": 30 - }, - { - "address": "Weihenstephaner Berg, EG", - "address_link": "ris.einzelraum?raumkey=68097", + "area_id": 43, + "building_id": 700, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19672, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47628, + "usage_id": 30 + }, + "4155.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XXVII", "arch_name": "001@4155", - "b_area_id": 43, - "b_filter_id": 2170, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68097", - "roomcode": "4155.EG.001", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg, EG", - "address_link": "ris.einzelraum?raumkey=68098", + "area_id": 43, + "building_id": 2170, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68097, + "usage_id": 160 + }, + "4155.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XXVII", "arch_name": "002@4155", - "b_area_id": 43, - "b_filter_id": 2170, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68098", - "roomcode": "4155.EG.002", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg, EG", - "address_link": "ris.einzelraum?raumkey=68111", + "area_id": 43, + "building_id": 2170, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68098, + "usage_id": 160 + }, + "4155.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XXVII", "arch_name": "003@4155", - "b_area_id": 43, - "b_filter_id": 2170, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68111", - "roomcode": "4155.EG.003", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg, EG", - "address_link": "ris.einzelraum?raumkey=68112", + "area_id": 43, + "building_id": 2170, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68111, + "usage_id": 160 + }, + "4155.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XXVII", "arch_name": "004@4155", - "b_area_id": 43, - "b_filter_id": 2170, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68112", - "roomcode": "4155.EG.004", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 21, EG", - "address_link": "ris.einzelraum?raumkey=68026", + "area_id": 43, + "building_id": 2170, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68112, + "usage_id": 160 + }, + "4156.EG.001": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 21", + "zip_code": 85354 + }, "alt_name": "001, Trafostation X", "arch_name": "001@4156", - "b_area_id": 43, - "b_filter_id": 2151, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68026", - "roomcode": "4156.EG.001", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 21, EG", - "address_link": "ris.einzelraum?raumkey=68027", + "area_id": 43, + "building_id": 2151, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68026, + "usage_id": 160 + }, + "4156.EG.002": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 21", + "zip_code": 85354 + }, "alt_name": "001, Trafostation X", "arch_name": "001@4156", - "b_area_id": 43, - "b_filter_id": 2151, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68027", - "roomcode": "4156.EG.002", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 21, EG", - "address_link": "ris.einzelraum?raumkey=68047", + "area_id": 43, + "building_id": 2151, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68027, + "usage_id": 160 + }, + "4156.EG.003": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 21", + "zip_code": 85354 + }, "alt_name": "003, Trafostation X", "arch_name": "003@4156", - "b_area_id": 43, - "b_filter_id": 2151, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68047", - "roomcode": "4156.EG.003", - "usage": 160 - }, - { - "address": "Weihenstephaner Berg 21, EG", - "address_link": "ris.einzelraum?raumkey=68048", + "area_id": 43, + "building_id": 2151, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68047, + "usage_id": 160 + }, + "4156.EG.004": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 21", + "zip_code": 85354 + }, "alt_name": "004, Trafostation X", "arch_name": "004@4156", - "b_area_id": 43, - "b_filter_id": 2151, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68048", - "roomcode": "4156.EG.004", - "usage": 160 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48148", + "area_id": 43, + "building_id": 2151, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68048, + "usage_id": 160 + }, + "4180.01.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.03, Bad/WC", "arch_name": "1.03@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48148", - "roomcode": "4180.01.003", - "usage": 112 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48169", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48148, + "usage_id": 112 + }, + "4180.01.006": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.06, Flur", "arch_name": "1.06@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48169", - "roomcode": "4180.01.006", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48180", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48169, + "usage_id": 222 + }, + "4180.01.007": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.07, WC (Veitshof)", "arch_name": "1.07@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48180", - "roomcode": "4180.01.007", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48218", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48180, + "usage_id": 114 + }, + "4180.01.008": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.08, Treppenhaus 4Stufen/13Stufen (Veitshof)", "arch_name": "1.08@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48218", - "roomcode": "4180.01.008", - "usage": 223 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48232", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48218, + "usage_id": 223 + }, + "4180.01.009": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.09, Flur (Veitshof)", "arch_name": "1.09@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48232", - "roomcode": "4180.01.009", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48245", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48232, + "usage_id": 222 + }, + "4180.01.010": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.10, Dachlagerraum (Veitshof)", "arch_name": "1.10@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48245", - "roomcode": "4180.01.010", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48254", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48245, + "usage_id": 30 + }, + "4180.01.011": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.11, Heuboden/Speicher/Lagerraum (Veitshof)", "arch_name": "1.11@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48254", - "roomcode": "4180.01.011", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=48284", + "area_id": 44, + "building_id": 660, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48254, + "usage_id": 159 + }, + "4180.02.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "2.01 (D01), K\u00fcche", "arch_name": "2.01 (D01)@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48284", - "roomcode": "4180.02.001", - "usage": 53 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=74051", + "area_id": 44, + "building_id": 660, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48284, + "usage_id": 53 + }, + "4180.02.001A": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "2.01a (D01a), Bad", "arch_name": "2.01a (D01a)@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74051", - "roomcode": "4180.02.001A", - "usage": 112 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=74048", + "area_id": 44, + "building_id": 660, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74051, + "usage_id": 112 + }, + "4180.02.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "2.02 (D02), Zimmer", "arch_name": "2.02 (D02)@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74048", - "roomcode": "4180.02.002", - "usage": 53 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=74053", + "area_id": 44, + "building_id": 660, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74048, + "usage_id": 53 + }, + "4180.02.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "2.03 (D03), Zimmer", "arch_name": "2.03 (D03)@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74053", - "roomcode": "4180.02.003", - "usage": 53 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=74047", + "area_id": 44, + "building_id": 660, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74053, + "usage_id": 53 + }, + "4180.02.005": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "2.05 (D05), Speicher (Veitshof)", "arch_name": "2.05 (D05)@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74047", - "roomcode": "4180.02.005", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47824", + "area_id": 44, + "building_id": 660, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74047, + "usage_id": 159 + }, + "4180.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.01, B\u00fcro", "arch_name": "0.01@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47824", - "roomcode": "4180.EG.001", - "usage": 12 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47831", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47824, + "usage_id": 12 + }, + "4180.EG.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.02, B\u00fcro", "arch_name": "0.02@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47831", - "roomcode": "4180.EG.002", - "usage": 12 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47835", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47831, + "usage_id": 12 + }, + "4180.EG.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03, Gang (Veitshof)", "arch_name": "0.03@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47835", - "roomcode": "4180.EG.003", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47843", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47835, + "usage_id": 222 + }, + "4180.EG.004": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.04, Aufenthaltsraum", "arch_name": "0.04@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47843", - "roomcode": "4180.EG.004", - "usage": 44 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66073", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47843, + "usage_id": 44 + }, + "4180.EG.005A": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03a, Eingang West Windfang au\u00dfen", "arch_name": "0.03a@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66073", - "roomcode": "4180.EG.005A", - "usage": 52 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66074", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66073, + "usage_id": 52 + }, + "4180.EG.005B": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.05, Eingang Ost Garderobe (Veitshof)", "arch_name": "0.05@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66074", - "roomcode": "4180.EG.005B", - "usage": 121 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47916", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66074, + "usage_id": 121 + }, + "4180.EG.006": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.06, Treppenhaus (Veitshof)", "arch_name": "0.06@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47916", - "roomcode": "4180.EG.006", - "usage": 223 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47922", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47916, + "usage_id": 223 + }, + "4180.EG.007": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.07, Abstellraum (Veitshof)", "arch_name": "0.07@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47922", - "roomcode": "4180.EG.007", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47929", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47922, + "usage_id": 159 + }, + "4180.EG.008": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.08, WC (Veitshof)", "arch_name": "0.08@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47929", - "roomcode": "4180.EG.008", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47938", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47929, + "usage_id": 114 + }, + "4180.EG.009": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.09, Abstellraum (Veitshof)", "arch_name": "0.09@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47938", - "roomcode": "4180.EG.009", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47949", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47938, + "usage_id": 159 + }, + "4180.EG.010": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.10, Vorraum (Veitshof)", "arch_name": "0.10@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47949", - "roomcode": "4180.EG.010", - "usage": 50 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48016", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47949, + "usage_id": 50 + }, + "4180.EG.011": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.11, Dusche (Veitshof)", "arch_name": "0.11@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48016", - "roomcode": "4180.EG.011", - "usage": 113 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48026", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48016, + "usage_id": 113 + }, + "4180.EG.012": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.12, WC (Veitshof)", "arch_name": "0.12@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48026", - "roomcode": "4180.EG.012", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48036", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48026, + "usage_id": 114 + }, + "4180.EG.013": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.13, Abstellraum (Veitshof)", "arch_name": "0.13@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48036", - "roomcode": "4180.EG.013", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48045", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48036, + "usage_id": 159 + }, + "4180.EG.014": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.14, Heizungsraum (Veitshof)", "arch_name": "0.14@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48045", - "roomcode": "4180.EG.014", - "usage": 201 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48073", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48045, + "usage_id": 201 + }, + "4180.EG.015": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.15, Umkleide (Veitshof)", "arch_name": "0.15@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48073", - "roomcode": "4180.EG.015", - "usage": 121 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48083", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48073, + "usage_id": 121 + }, + "4180.EG.016": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.16, Lager", "arch_name": "0.16@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48083", - "roomcode": "4180.EG.016", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48095", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48083, + "usage_id": 30 + }, + "4180.EG.017": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.17, Lager", "arch_name": "0.17@4180", - "b_area_id": 44, - "b_filter_id": 660, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48095", - "roomcode": "4180.EG.017", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48295", + "area_id": 44, + "building_id": 660, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48095, + "usage_id": 30 + }, + "4181.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "001, Maschinenhalle (Veitshof)", "arch_name": "001@4181", - "b_area_id": 44, - "b_filter_id": 661, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48295", - "roomcode": "4181.EG.001", - "usage": 100 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48461", + "area_id": 44, + "building_id": 661, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48295, + "usage_id": 100 + }, + "4182.01.005": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.05, Abstellraum", "arch_name": "1.05@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48461", - "roomcode": "4182.01.005", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48536", + "area_id": 44, + "building_id": 662, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48461, + "usage_id": 159 + }, + "4182.01.006": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.06, Flur", "arch_name": "1.06@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48536", - "roomcode": "4182.01.006", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48551", + "area_id": 44, + "building_id": 662, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48536, + "usage_id": 222 + }, + "4182.01.007": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.09, Abstellraum", "arch_name": "1.09@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48551", - "roomcode": "4182.01.007", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=48564", + "area_id": 44, + "building_id": 662, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48551, + "usage_id": 159 + }, + "4182.01.008": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.08, Bad", "arch_name": "1.08@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48564", - "roomcode": "4182.01.008", - "usage": 112 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47111", + "area_id": 44, + "building_id": 662, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48564, + "usage_id": 112 + }, + "4182.01.009": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.07, WC", "arch_name": "1.07@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47111", - "roomcode": "4182.01.009", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47120", + "area_id": 44, + "building_id": 662, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47111, + "usage_id": 114 + }, + "4182.01.010": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.10, Heuboden (Veitshof)", "arch_name": "1.10@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47120", - "roomcode": "4182.01.010", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48304", + "area_id": 44, + "building_id": 662, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47120, + "usage_id": 168 + }, + "4182.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.01, Bullenstall (Veitshof)", "arch_name": "0.01@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48304", - "roomcode": "4182.EG.001", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48315", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48304, + "usage_id": 106 + }, + "4182.EG.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.02, Intensivstall ( Veisthof)", "arch_name": "0.02@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48315", - "roomcode": "4182.EG.002", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48320", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48315, + "usage_id": 106 + }, + "4182.EG.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.07, Vorbereitungsraum I (Veitshof)", "arch_name": "0.07@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48320", - "roomcode": "4182.EG.003", - "usage": 136 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48355", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48320, + "usage_id": 136 + }, + "4182.EG.004": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.04, Treppenraum (Veitshof)", "arch_name": "0.04@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48355", - "roomcode": "4182.EG.004", - "usage": 223 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48365", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48355, + "usage_id": 223 + }, + "4182.EG.005": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.05, WC (Veitshof)", "arch_name": "0.05@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48365", - "roomcode": "4182.EG.005", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=48377", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48365, + "usage_id": 114 + }, + "4182.EG.006": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.06, Tieroperationsraum (Veitshof)", "arch_name": "0.06@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48377", - "roomcode": "4182.EG.006", - "usage": 177 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=68966", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48377, + "usage_id": 177 + }, + "4182.EG.007": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03, Flur (Veitshof)", "arch_name": "0.03@4182", - "b_area_id": 44, - "b_filter_id": 662, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68966", - "roomcode": "4182.EG.007", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47365", + "area_id": 44, + "building_id": 662, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68966, + "usage_id": 222 + }, + "4183.01.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.01, Gang (Veitshof)", "arch_name": "1.01@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47365", - "roomcode": "4183.01.001", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47377", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47365, + "usage_id": 222 + }, + "4183.01.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.02, Kochnische", "arch_name": "1.02@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47377", - "roomcode": "4183.01.002", - "usage": 53 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47664", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47377, + "usage_id": 53 + }, + "4183.01.007": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.07, Bad/WC", "arch_name": "1.07@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47664", - "roomcode": "4183.01.007", - "usage": 112 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47961", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47664, + "usage_id": 112 + }, + "4183.01.010": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.10, Bad/WC", "arch_name": "1.10@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47961", - "roomcode": "4183.01.010", - "usage": 112 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47972", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47961, + "usage_id": 112 + }, + "4183.01.011": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.11, Flur", "arch_name": "1.11@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47972", - "roomcode": "4183.01.011", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47577", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47972, + "usage_id": 222 + }, + "4183.01.018": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.18, Bad", "arch_name": "1.18@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47577", - "roomcode": "4183.01.018", - "usage": 112 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47847", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47577, + "usage_id": 112 + }, + "4183.01.019": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.19, WC", "arch_name": "1.19@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47847", - "roomcode": "4183.01.019", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=47861", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47847, + "usage_id": 114 + }, + "4183.01.020": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "1.20, Abstellraum", "arch_name": "1.20@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47861", - "roomcode": "4183.01.020", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47137", + "area_id": 44, + "building_id": 663, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47861, + "usage_id": 159 + }, + "4183.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.01, Durchfahrt (Veitshof)", "arch_name": "0.01@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47137", - "roomcode": "4183.EG.001", - "usage": 204 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47153", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47137, + "usage_id": 204 + }, + "4183.EG.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.02, Doppelgarage (Veitshof)", "arch_name": "0.02@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47153", - "roomcode": "4183.EG.002", - "usage": 100 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47237", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47153, + "usage_id": 100 + }, + "4183.EG.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03, Garage (Veitshof)", "arch_name": "0.03@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47237", - "roomcode": "4183.EG.003", - "usage": 100 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47251", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47237, + "usage_id": 100 + }, + "4183.EG.004": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.04, Zugang (Veitshof)", "arch_name": "0.04@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47251", - "roomcode": "4183.EG.004", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47266", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47251, + "usage_id": 222 + }, + "4183.EG.005": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.05, Windfang (Veitshof)", "arch_name": "0.05@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47266", - "roomcode": "4183.EG.005", - "usage": 52 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47343", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47266, + "usage_id": 52 + }, + "4183.EG.006": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.06, Wasch- und Trockenraum (Veitshof)", "arch_name": "0.06@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47343", - "roomcode": "4183.EG.006", - "usage": 210 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47352", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47343, + "usage_id": 210 + }, + "4183.EG.007": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.07, Werkstatt (Veitshof)", "arch_name": "0.07@4183", - "b_area_id": 44, - "b_filter_id": 663, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47352", - "roomcode": "4183.EG.007", - "usage": 51 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47890", + "area_id": 44, + "building_id": 663, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47352, + "usage_id": 51 + }, + "4184.EG.008": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.01, Vorbereitungsraum II (Veitshof)", "arch_name": "0.01@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47890", - "roomcode": "4184.EG.008", - "usage": 136 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=45927", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47890, + "usage_id": 136 + }, + "4184.EG.009": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.02, Heizungsraum (Veitshof)", "arch_name": "0.02@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45927", - "roomcode": "4184.EG.009", - "usage": 201 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=45939", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45927, + "usage_id": 201 + }, + "4184.EG.010": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.07, Milchkammer (Veitshof)", "arch_name": "0.07@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45939", - "roomcode": "4184.EG.010", - "usage": 197 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=45951", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45939, + "usage_id": 197 + }, + "4184.EG.011": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03, Futterkammer (Veitshof)", "arch_name": "0.03@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45951", - "roomcode": "4184.EG.011", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=45963", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45951, + "usage_id": 168 + }, + "4184.EG.012": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.08, Futtermittellager (Veitshof)", "arch_name": "0.08@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45963", - "roomcode": "4184.EG.012", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46116", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45963, + "usage_id": 168 + }, + "4184.EG.013": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.04, Stallhaltung (Veitshof)", "arch_name": "0.04@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46116", - "roomcode": "4184.EG.013", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46134", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46116, + "usage_id": 106 + }, + "4184.EG.014": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.05, Stallhaltung (Veitshof)", "arch_name": "0.05@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46134", - "roomcode": "4184.EG.014", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46149", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46134, + "usage_id": 106 + }, + "4184.EG.015": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.06, Flur (Veitshof)", "arch_name": "0.06@4184", - "b_area_id": 44, - "b_filter_id": 664, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46149", - "roomcode": "4184.EG.015", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46298", + "area_id": 44, + "building_id": 664, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46149, + "usage_id": 222 + }, + "4185.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.01, Windfang (Veitshof)", "arch_name": "0.01@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46298", - "roomcode": "4185.EG.001", - "usage": 52 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46309", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46298, + "usage_id": 52 + }, + "4185.EG.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.02, Umkleide (Veitshof)", "arch_name": "0.02@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46309", - "roomcode": "4185.EG.002", - "usage": 121 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46324", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46309, + "usage_id": 121 + }, + "4185.EG.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03, WC (Veitshof)", "arch_name": "0.03@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46324", - "roomcode": "4185.EG.003", - "usage": 114 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46474", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46324, + "usage_id": 114 + }, + "4185.EG.004": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.04, Dusche ( Veitshof)", "arch_name": "0.04@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46474", - "roomcode": "4185.EG.004", - "usage": 113 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46491", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46474, + "usage_id": 113 + }, + "4185.EG.005": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.05, Melkb\u00fcro", "arch_name": "0.05@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46491", - "roomcode": "4185.EG.005", - "usage": 12 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46504", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46491, + "usage_id": 12 + }, + "4185.EG.008": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.08, Milchkammer (Veitshof)", "arch_name": "0.08@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46504", - "roomcode": "4185.EG.008", - "usage": 197 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46657", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46504, + "usage_id": 197 + }, + "4185.EG.009": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.09, Ger\u00e4tetestraum (Veitshof)", "arch_name": "0.09@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46657", - "roomcode": "4185.EG.009", - "usage": 159 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46674", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46657, + "usage_id": 159 + }, + "4185.EG.010": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.10, Heizung (Veitshof)", "arch_name": "0.10@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46674", - "roomcode": "4185.EG.010", - "usage": 201 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46687", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46674, + "usage_id": 201 + }, + "4185.EG.011": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.11, Melkstand (Veitshof)", "arch_name": "0.11@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46687", - "roomcode": "4185.EG.011", - "usage": 197 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46700", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46687, + "usage_id": 197 + }, + "4185.EG.012": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "Rinderhaltung (Veitshof)", "arch_name": "@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46700", - "roomcode": "4185.EG.012", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46851", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46700, + "usage_id": 106 + }, + "4185.EG.013": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "Futtergang (Veitshof)", "arch_name": "@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46851", - "roomcode": "4185.EG.013", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=46863", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46851, + "usage_id": 168 + }, + "4185.EG.014": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "Rinderhaltung (Veitshof)", "arch_name": "@4185", - "b_area_id": 44, - "b_filter_id": 665, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46863", - "roomcode": "4185.EG.014", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=47062", + "area_id": 44, + "building_id": 665, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46863, + "usage_id": 106 + }, + "4187.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "001, Dungsilo", "arch_name": "001@4187", - "b_area_id": 44, - "b_filter_id": 708, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47062", - "roomcode": "4187.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44339", + "area_id": 44, + "building_id": 708, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47062, + "usage_id": 30 + }, + "4187.EG.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "002, Dungsilo", "arch_name": "002@4187", - "b_area_id": 44, - "b_filter_id": 708, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44339", - "roomcode": "4187.EG.002", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44352", + "area_id": 44, + "building_id": 708, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44339, + "usage_id": 30 + }, + "4187.EG.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "003, Dungsilo", "arch_name": "003@4187", - "b_area_id": 44, - "b_filter_id": 708, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44352", - "roomcode": "4187.EG.003", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44362", + "area_id": 44, + "building_id": 708, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44352, + "usage_id": 30 + }, + "4188.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "001, Fahrsilo", "arch_name": "001@4188", - "b_area_id": 44, - "b_filter_id": 709, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44362", - "roomcode": "4188.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44380", + "area_id": 44, + "building_id": 709, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44362, + "usage_id": 30 + }, + "4189.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "001, Strohlagerhalle (Veitshof)", "arch_name": "001@4189", - "b_area_id": 44, - "b_filter_id": 710, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44380", - "roomcode": "4189.EG.001", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44533", + "area_id": 44, + "building_id": 710, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44380, + "usage_id": 168 + }, + "4190.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.01, Futterlager (Veitshof)", "arch_name": "0.01@4190", - "b_area_id": 44, - "b_filter_id": 711, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44533", - "roomcode": "4190.EG.001", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44544", + "area_id": 44, + "building_id": 711, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44533, + "usage_id": 168 + }, + "4190.EG.002": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.02, Jungviehstall (Veitshof)", "arch_name": "0.02@4190", - "b_area_id": 44, - "b_filter_id": 711, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44544", - "roomcode": "4190.EG.002", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44562", + "area_id": 44, + "building_id": 711, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44544, + "usage_id": 106 + }, + "4190.EG.003": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.03, K\u00e4lberstall (Veitshof)", "arch_name": "0.03@4190", - "b_area_id": 44, - "b_filter_id": 711, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44562", - "roomcode": "4190.EG.003", - "usage": 106 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44709", + "area_id": 44, + "building_id": 711, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44562, + "usage_id": 106 + }, + "4190.EG.004": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.04, Futterk\u00fcche (Veitshof)", "arch_name": "0.04@4190", - "b_area_id": 44, - "b_filter_id": 711, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44709", - "roomcode": "4190.EG.004", - "usage": 168 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44727", + "area_id": 44, + "building_id": 711, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44709, + "usage_id": 168 + }, + "4190.EG.005": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "0.05, Heizung (Veitshof)", "arch_name": "0.05@4190", - "b_area_id": 44, - "b_filter_id": 711, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44727", - "roomcode": "4190.EG.005", - "usage": 201 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=44745", + "area_id": 44, + "building_id": 711, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44727, + "usage_id": 201 + }, + "4191.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "001, Fahrsilo", "arch_name": "001@4191", - "b_area_id": 44, - "b_filter_id": 712, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44745", - "roomcode": "4191.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=66190", + "area_id": 44, + "building_id": 712, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44745, + "usage_id": 30 + }, + "4192.01.801": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R1, B\u00fcro", "arch_name": "R1@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66190", - "roomcode": "4192.01.801", - "usage": 12 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=66191", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66190, + "usage_id": 12 + }, + "4192.01.802": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R2, B\u00fcro", "arch_name": "R2@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66191", - "roomcode": "4192.01.802", - "usage": 12 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=66192", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66191, + "usage_id": 12 + }, + "4192.01.803": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R3, Flur (Veitshof)", "arch_name": "R3@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66192", - "roomcode": "4192.01.803", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=66193", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66192, + "usage_id": 222 + }, + "4192.01.804": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R4, B\u00fcro", "arch_name": "R4@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66193", - "roomcode": "4192.01.804", - "usage": 12 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=66194", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66193, + "usage_id": 12 + }, + "4192.01.805": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R5, WC-Herren", "arch_name": "R5@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66194", - "roomcode": "4192.01.805", - "usage": 115 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=66195", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66194, + "usage_id": 115 + }, + "4192.01.806": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R6, Apotheke", "arch_name": "R6@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66195", - "roomcode": "4192.01.806", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, 1.OG", - "address_link": "ris.einzelraum?raumkey=67608", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66195, + "usage_id": 30 + }, + "4192.01.807": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R7, Treppenhaus", "arch_name": "R7@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67608", - "roomcode": "4192.01.807", - "usage": 223 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=67609", + "area_id": 44, + "building_id": 1789, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67608, + "usage_id": 223 + }, + "4192.02.801": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R1, Speicher", "arch_name": "R1@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67609", - "roomcode": "4192.02.801", - "usage": 30 - }, - { - "address": "Staatsgut Veitshof, 2.OG", - "address_link": "ris.einzelraum?raumkey=67610", + "area_id": 44, + "building_id": 1789, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67609, + "usage_id": 30 + }, + "4192.02.802": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R2, Treppenhaus", "arch_name": "R2@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67610", - "roomcode": "4192.02.802", - "usage": 223 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66182", + "area_id": 44, + "building_id": 1789, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67610, + "usage_id": 223 + }, + "4192.EG.801": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R1, Analytisches Labor (Veitshof)", "arch_name": "R1@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66182", - "roomcode": "4192.EG.801", - "usage": 102 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66183", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66182, + "usage_id": 102 + }, + "4192.EG.802": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R2, Flur (Veitshof)", "arch_name": "R2@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66183", - "roomcode": "4192.EG.802", - "usage": 222 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66184", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66183, + "usage_id": 222 + }, + "4192.EG.802A": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R6a, Eingang Windfang", "arch_name": "R6a@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66184", - "roomcode": "4192.EG.802A", - "usage": 52 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66185", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66184, + "usage_id": 52 + }, + "4192.EG.803": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R3, Mischraum Futtermittelzusatzstoffe", "arch_name": "R3@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66185", - "roomcode": "4192.EG.803", - "usage": 102 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66186", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48717, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66185, + "usage_id": 102 + }, + "4192.EG.804": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R4, Heizungsraum (Veitshof)", "arch_name": "R4@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66186", - "roomcode": "4192.EG.804", - "usage": 201 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66187", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66186, + "usage_id": 201 + }, + "4192.EG.805": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R5, WC-Damen", "arch_name": "R5@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66187", - "roomcode": "4192.EG.805", - "usage": 116 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66188", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66187, + "usage_id": 116 + }, + "4192.EG.806": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R6, Seminarraum 71 (Veitshof) (WZWS71)", "arch_name": "R6@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "extended": { - "additional_description": "R6, Seminarraum 71 (Veitshof) (WZWS71)", - "address": "Staatsgut Veitshof(4192), Erdgescho\u00df", - "architect_room_nr": "R6@4192", - "area_m2": 47.89, - "building": "4192 Veitshof ehem. Wasserwerk", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "806", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66188", - "roomcode": "4192.EG.806", - "usage": 41 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=66189", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66188, + "usage_id": 41 + }, + "4192.EG.807": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R7, Turbinenraum (Veitshof)", "arch_name": "R7@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66189", - "roomcode": "4192.EG.807", - "usage": 160 - }, - { - "address": "Staatsgut Veitshof, EG", - "address_link": "ris.einzelraum?raumkey=67607", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66189, + "usage_id": 160 + }, + "4192.EG.808": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "alt_name": "R2a, Treppenhaus", "arch_name": "R2a@4192", - "b_area_id": 44, - "b_filter_id": 1789, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48717", - "operator": "[ TUWZVH1 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67607", - "roomcode": "4192.EG.808", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=68006", + "area_id": 44, + "building_id": 1789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67607, + "usage_id": 223 + }, + "4202.EG.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "001, Trafostation V", "arch_name": "001@4202", - "b_area_id": 42, - "b_filter_id": 2149, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68006", - "roomcode": "4202.EG.001", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=68007", + "area_id": 42, + "building_id": 2149, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68006, + "usage_id": 160 + }, + "4202.EG.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "002, Trafostation V", "arch_name": "002@4202", - "b_area_id": 42, - "b_filter_id": 2149, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68007", - "roomcode": "4202.EG.002", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=68008", + "area_id": 42, + "building_id": 2149, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68007, + "usage_id": 160 + }, + "4202.EG.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "003, Trafostation V", "arch_name": "003@4202", - "b_area_id": 42, - "b_filter_id": 2149, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68008", - "roomcode": "4202.EG.003", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=68009", + "area_id": 42, + "building_id": 2149, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68008, + "usage_id": 160 + }, + "4202.EG.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "004, Trafostation V", "arch_name": "004@4202", - "b_area_id": 42, - "b_filter_id": 2149, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68009", - "roomcode": "4202.EG.004", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=68010", + "area_id": 42, + "building_id": 2149, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68009, + "usage_id": 160 + }, + "4202.EG.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "005, Trafostation V", "arch_name": "005@4202", - "b_area_id": 42, - "b_filter_id": 2149, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68010", - "roomcode": "4202.EG.005", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72874", + "area_id": 42, + "building_id": 2149, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68010, + "usage_id": 160 + }, + "4205.EG.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.01, Haustechnik", "arch_name": "A.01@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72874", - "roomcode": "4205.EG.010", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72875", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72874, + "usage_id": 120 + }, + "4205.EG.011": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.02, WC-Personal", "arch_name": "A.02@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72875", - "roomcode": "4205.EG.011", - "usage": 114 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72883", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72875, + "usage_id": 114 + }, + "4205.EG.012": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.03, Umkleide-Personal", "arch_name": "A.03@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72883", - "roomcode": "4205.EG.012", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72876", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72883, + "usage_id": 121 + }, + "4205.EG.013": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.04, K\u00fcche /Produktion", "arch_name": "A.04@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72876", - "roomcode": "4205.EG.013", - "usage": 28 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72877", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72876, + "usage_id": 28 + }, + "4205.EG.014": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.05, Verkauf", "arch_name": "A.05@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72877", - "roomcode": "4205.EG.014", - "usage": 28 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72878", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72877, + "usage_id": 28 + }, + "4205.EG.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.06, Gastraum", "arch_name": "A.06@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72878", - "roomcode": "4205.EG.015", - "usage": 139 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72886", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72878, + "usage_id": 139 + }, + "4205.EG.016": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.02, WC-Barrierefrei/Wickeltisch", "arch_name": "A.02@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72886", - "roomcode": "4205.EG.016", - "usage": 117 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72879", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72886, + "usage_id": 117 + }, + "4205.EG.017": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.08, Automatenraum", "arch_name": "A.08@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72879", - "roomcode": "4205.EG.017", - "usage": 186 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72884", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72879, + "usage_id": 186 + }, + "4205.EG.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.09, R\u00fcckraum", "arch_name": "A.09@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72884", - "roomcode": "4205.EG.018", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72880", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72884, + "usage_id": 30 + }, + "4205.EG.019": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.010, Terrasse", "arch_name": "A.010@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72880", - "roomcode": "4205.EG.019", - "usage": 48 - }, - { - "address": "Gregor-Mendel-Stra\u00dfe 1, EG", - "address_link": "ris.einzelraum?raumkey=72885", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72880, + "usage_id": 48 + }, + "4205.EG.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "alt_name": "A.011, M\u00fcllhaus", "arch_name": "A.011@4205", - "b_area_id": 42, - "b_filter_id": 691, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72885", - "roomcode": "4205.EG.020", - "usage": 215 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10875", + "area_id": 42, + "building_id": 691, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72885, + "usage_id": 215 + }, + "4210.01.101": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "101, Seminar-/Besprechungsraum (gem.Nutzung1110014", "arch_name": "101@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18103&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10875", - "roomcode": "4210.01.101", - "usage": 196 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45411", + "area_id": 42, + "building_id": 726, + "calendar_resource_nr": 18103, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10875, + "usage_id": 196 + }, + "4210.01.102": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "102, Abstellraum", "arch_name": "102@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45411", - "roomcode": "4210.01.102", - "usage": 159 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45016", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15563, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45411, + "usage_id": 159 + }, + "4210.01.103": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "103, Abstellraum", "arch_name": "103@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45016", - "roomcode": "4210.01.103", - "usage": 159 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45036", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15563, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45016, + "usage_id": 159 + }, + "4210.01.104": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "104, Arbeitsraum", "arch_name": "104@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45036", - "roomcode": "4210.01.104", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=72095", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45036, + "usage_id": 12 + }, + "4210.01.105A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "105A, Abstellraum", "arch_name": "105A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72095", - "roomcode": "4210.01.105A", - "usage": 159 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=72096", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72095, + "usage_id": 159 + }, + "4210.01.105B": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "105B, WC-Damen", "arch_name": "105B@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72096", - "roomcode": "4210.01.105B", - "usage": 116 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10110", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72096, + "usage_id": 116 + }, + "4210.01.106": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "106, Arbeitsraum", "arch_name": "106@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "extended": { - "additional_description": "106, Arbeitsraum", - "address": "Am Staudengarten 2(4210), 1.Obergescho\u00df", - "architect_room_nr": "106@4210", - "area_m2": 42.98, - "building": "4210 Agrarsystemtechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "106", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10110", - "roomcode": "4210.01.106", - "usage": 55 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45563", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15563, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10110, + "usage_id": 55 + }, + "4210.01.107": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "107, Arbeitsraum", "arch_name": "107@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45563", - "roomcode": "4210.01.107", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45578", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45563, + "usage_id": 12 + }, + "4210.01.108": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "108, Arbeitsraum", "arch_name": "108@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45578", - "roomcode": "4210.01.108", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45595", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45578, + "usage_id": 12 + }, + "4210.01.109": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "109, Arbeitsraum", "arch_name": "109@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45595", - "roomcode": "4210.01.109", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52733", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45595, + "usage_id": 12 + }, + "4210.01.110": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "110, Sekretariat", "arch_name": "110@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52733", - "roomcode": "4210.01.110", - "usage": 40 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52748", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52733, + "usage_id": 40 + }, + "4210.01.111": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "111, Arbeitsraum", "arch_name": "111@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52748", - "roomcode": "4210.01.111", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52768", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52748, + "usage_id": 12 + }, + "4210.01.112": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "112, Arbeitsraum", "arch_name": "112@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52768", - "roomcode": "4210.01.112", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52916", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15563, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52768, + "usage_id": 12 + }, + "4210.01.113": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "113, Konferenzen/B\u00fcroarbeit", "arch_name": "113@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52916", - "roomcode": "4210.01.113", - "usage": 196 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52938", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15747, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52916, + "usage_id": 196 + }, + "4210.01.114": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "114, B\u00fcro", "arch_name": "114@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52938", - "roomcode": "4210.01.114", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53076", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15747, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52938, + "usage_id": 12 + }, + "4210.01.115": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "115, B\u00fcro", "arch_name": "115@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53076", - "roomcode": "4210.01.115", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53092", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53076, + "usage_id": 12 + }, + "4210.01.116": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "116, B\u00fcro", "arch_name": "116@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53092", - "roomcode": "4210.01.116", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53111", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53092, + "usage_id": 12 + }, + "4210.01.117": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "117, B\u00fcro", "arch_name": "117@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53111", - "roomcode": "4210.01.117", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53265", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53111, + "usage_id": 12 + }, + "4210.01.119": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "119, Flur mit Lager", "arch_name": "119@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15747", - "operator": "[ TUMETU0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53265", - "roomcode": "4210.01.119", - "usage": 222 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=72098", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53265, + "usage_id": 222 + }, + "4210.01.120": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "120, Diele", "arch_name": "120@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72098", - "roomcode": "4210.01.120", - "usage": 222 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=72099", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72098, + "usage_id": 222 + }, + "4210.01.120A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "120A, Diele", "arch_name": "120A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72099", - "roomcode": "4210.01.120A", - "usage": 222 - }, - { - "address": "Am Staudengarten 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=72108", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72099, + "usage_id": 222 + }, + "4210.01.120B": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "120B, Flur", "arch_name": "120B@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72108", - "roomcode": "4210.01.120B", - "usage": 222 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44491", + "area_id": 42, + "building_id": 726, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72108, + "usage_id": 222 + }, + "4210.EG.011": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "011, B\u00fcro", "arch_name": "011@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=55897", - "operator": "[ TUS4C8B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44491", - "roomcode": "4210.EG.011", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=72117", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 55897, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44491, + "usage_id": 12 + }, + "4210.EG.011A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "011A, Flur S\u00fcd (11-16)", "arch_name": "011A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72117", - "roomcode": "4210.EG.011A", - "usage": 222 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=72105", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72117, + "usage_id": 222 + }, + "4210.EG.011B": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "011B, Treppe S\u00fcd (EG-1.OG)", "arch_name": "011B@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72105", - "roomcode": "4210.EG.011B", - "usage": 223 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44502", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72105, + "usage_id": 223 + }, + "4210.EG.012": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "012, B\u00fcro", "arch_name": "012@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=55897", - "operator": "[ TUS4C8B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44502", - "roomcode": "4210.EG.012", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44515", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 55897, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44502, + "usage_id": 12 + }, + "4210.EG.013": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "013, B\u00fcro", "arch_name": "013@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=55897", - "operator": "[ TUS4C8B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44515", - "roomcode": "4210.EG.013", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44665", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 55897, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44515, + "usage_id": 12 + }, + "4210.EG.014": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "014, B\u00fcro", "arch_name": "014@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=55897", - "operator": "[ TUS4C8B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44665", - "roomcode": "4210.EG.014", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44678", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 55897, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44665, + "usage_id": 12 + }, + "4210.EG.015": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "015, Sekretariat", "arch_name": "015@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=55897", - "operator": "[ TUS4C8B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44678", - "roomcode": "4210.EG.015", - "usage": 40 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44693", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 55897, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44678, + "usage_id": 40 + }, + "4210.EG.016": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "016, B\u00fcro", "arch_name": "016@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=55897", - "operator": "[ TUS4C8B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44693", - "roomcode": "4210.EG.016", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=72115", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 55897, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44693, + "usage_id": 12 + }, + "4210.EG.016A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "016A, WC-Herren", "arch_name": "016A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72115", - "roomcode": "4210.EG.016A", - "usage": 115 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44835", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72115, + "usage_id": 115 + }, + "4210.EG.017": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "017, Versuchshalle (LfL)", "arch_name": "017@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44835", - "roomcode": "4210.EG.017", - "usage": 103 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44845", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44835, + "usage_id": 103 + }, + "4210.EG.018": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "018, Arbeitsraum (FACIT-Team 1)", "arch_name": "018@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44845", - "roomcode": "4210.EG.018", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44857", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44845, + "usage_id": 12 + }, + "4210.EG.019": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "019/026, Elektroniklabor (LfL)", "arch_name": "019/026@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44857", - "roomcode": "4210.EG.019", - "usage": 103 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=44868", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44857, + "usage_id": 103 + }, + "4210.EG.020": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "020/021, Elektrowerkstatt (LfL)", "arch_name": "020/021@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44868", - "roomcode": "4210.EG.020", - "usage": 51 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=72107", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44868, + "usage_id": 51 + }, + "4210.EG.020A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "020A, Treppe Nord", "arch_name": "020A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72107", - "roomcode": "4210.EG.020A", - "usage": 223 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=45212", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72107, + "usage_id": 223 + }, + "4210.EG.021": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "020/021, Lager (LfL)", "arch_name": "020/021@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45212", - "roomcode": "4210.EG.021", - "usage": 30 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=45226", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45212, + "usage_id": 30 + }, + "4210.EG.022": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "022, B\u00fcro (LfL)", "arch_name": "022@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45226", - "roomcode": "4210.EG.022", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=45743", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45226, + "usage_id": 12 + }, + "4210.EG.023": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "023, B\u00fcro (LfL)", "arch_name": "023@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45743", - "roomcode": "4210.EG.023", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=45763", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45743, + "usage_id": 12 + }, + "4210.EG.024": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "024, Arbeitsraum (FACIT-Team 2)", "arch_name": "024@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45763", - "roomcode": "4210.EG.024", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=45780", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45763, + "usage_id": 12 + }, + "4210.EG.025": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "025, Werkstatt/B\u00fcro (LfL)", "arch_name": "025@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45780", - "roomcode": "4210.EG.025", - "usage": 108 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=45385", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45780, + "usage_id": 108 + }, + "4210.EG.026": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "019/026, Arbeitsraum (LfL)", "arch_name": "019/026@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45385", - "roomcode": "4210.EG.026", - "usage": 12 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=72118", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45385, + "usage_id": 12 + }, + "4210.EG.027A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "027A, Treppe mit Podest (\u00dcbergang B\u00fcro/Werkst\u00e4tten", "arch_name": "027A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72118", - "roomcode": "4210.EG.027A", - "usage": 223 - }, - { - "address": "Am Staudengarten 2, EG", - "address_link": "ris.einzelraum?raumkey=72812", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72118, + "usage_id": 223 + }, + "4210.EG.027B": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "027B, Treppe mit Lift (EG-KG)", "arch_name": "027B@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72812", - "roomcode": "4210.EG.027B", - "usage": 223 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44308", + "area_id": 42, + "building_id": 726, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72812, + "usage_id": 223 + }, + "4210.U1.001": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "001, Lager", "arch_name": "001@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44308", - "roomcode": "4210.U1.001", - "usage": 30 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=72100", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44308, + "usage_id": 30 + }, + "4210.U1.001A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "001A, Heizung", "arch_name": "001A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72100", - "roomcode": "4210.U1.001A", - "usage": 201 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44322", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72100, + "usage_id": 201 + }, + "4210.U1.002": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "002, Lager", "arch_name": "002@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44322", - "roomcode": "4210.U1.002", - "usage": 30 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44476", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44322, + "usage_id": 30 + }, + "4210.U1.003": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "003, Lager", "arch_name": "003@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44476", - "roomcode": "4210.U1.003", - "usage": 30 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=72801", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44476, + "usage_id": 30 + }, + "4210.U1.003A": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "003A, Lager (LfL)", "arch_name": "003A@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72801", - "roomcode": "4210.U1.003A", - "usage": 30 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=72800", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72801, + "usage_id": 30 + }, + "4210.U1.003B": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "003B, Lager (LfL)", "arch_name": "003B@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72800", - "roomcode": "4210.U1.003B", - "usage": 30 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=72080", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72800, + "usage_id": 30 + }, + "4210.U1.004": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "004, EDV", "arch_name": "004@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72080", - "roomcode": "4210.U1.004", - "usage": 120 - }, - { - "address": "Am Staudengarten 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=72081", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72080, + "usage_id": 120 + }, + "4210.U1.006": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "alt_name": "004, WC", "arch_name": "004@4210", - "b_area_id": 42, - "b_filter_id": 726, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72081", - "roomcode": "4210.U1.006", - "usage": 114 - }, - { - "address": "V\u00f6ttinger Str. 36, EG", - "address_link": "ris.einzelraum?raumkey=61707", + "area_id": 42, + "building_id": 726, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72081, + "usage_id": 114 + }, + "4211.EG.001": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 36", + "zip_code": 85354 + }, "alt_name": "PLA Praktikumsraum Landtechnik (LfL)", "arch_name": "PLA@4211", - "b_area_id": 42, - "b_filter_id": 1140, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18933&cReadonly=J", - "extended": { - "additional_description": "PLA Praktikumsraum Landtechnik (LfL)", - "address": "V\u00f6ttinger Str. 36(4211), Erdgescho\u00df", - "architect_room_nr": "PLA@4211", - "area_m2": 123.0, - "building": "4211 LfL B\u00fcrogeb\u00e4ude 14", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 45, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61707", - "roomcode": "4211.EG.001", - "usage": 41 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53188", + "area_id": 42, + "building_id": 1140, + "calendar_resource_nr": 18933, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61707, + "usage_id": 41 + }, + "4212.01.201": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "101, Vorraum", "arch_name": "101@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53188", - "roomcode": "4212.01.201", - "usage": 50 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53198", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53188, + "usage_id": 50 + }, + "4212.01.201A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "101A, WC-Damen", "arch_name": "101A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53198", - "roomcode": "4212.01.201A", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53205", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53198, + "usage_id": 116 + }, + "4212.01.201B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "101B, WC-Herren", "arch_name": "101B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53205", - "roomcode": "4212.01.201B", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53352", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53205, + "usage_id": 115 + }, + "4212.01.201C": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "101C, Dusche", "arch_name": "101C@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53352", - "roomcode": "4212.01.201C", - "usage": 113 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=10239", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53352, + "usage_id": 113 + }, + "4212.01.202": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15569&cRes=15308&cReadonly=J", - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10239", - "roomcode": "4212.01.202", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53374", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 15308, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10239, + "usage_id": 12 + }, + "4212.01.203": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "103, Sekretariat", "arch_name": "103@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53374", - "roomcode": "4212.01.203", - "usage": 40 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53517", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53374, + "usage_id": 40 + }, + "4212.01.204": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "105, Lehrstuhlleitung", "arch_name": "105@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53517", - "roomcode": "4212.01.204", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53530", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53517, + "usage_id": 12 + }, + "4212.01.206": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "106, Biochemisches Labor", "arch_name": "106@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15569&cRes=18976&cReadonly=J", - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53530", - "roomcode": "4212.01.206", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=74049", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 18976, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53530, + "usage_id": 102 + }, + "4212.01.207": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "107, Biochemisches Labor", "arch_name": "107@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74049", - "roomcode": "4212.01.207", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=74050", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74049, + "usage_id": 102 + }, + "4212.01.208": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "108, Biochemisches Labor", "arch_name": "108@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74050", - "roomcode": "4212.01.208", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=74052", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74050, + "usage_id": 102 + }, + "4212.01.209": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "109, Biochemisches Labor", "arch_name": "109@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74052", - "roomcode": "4212.01.209", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53544", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74052, + "usage_id": 102 + }, + "4212.01.210": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "110, Reinraum", "arch_name": "110@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53544", - "roomcode": "4212.01.210", - "usage": 105 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53686", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53544, + "usage_id": 105 + }, + "4212.01.210A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "110A, Reinraum", "arch_name": "110A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53686", - "roomcode": "4212.01.210A", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53698", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53686, + "usage_id": 102 + }, + "4212.01.211": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "111/112, Installation / Elektro-Verteiler", "arch_name": "111/112@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53698", - "roomcode": "4212.01.211", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53714", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53698, + "usage_id": 120 + }, + "4212.01.214": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "114, Installation / Elektro-Verteiler", "arch_name": "114@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53714", - "roomcode": "4212.01.214", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53855", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53714, + "usage_id": 120 + }, + "4212.01.215": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "115, Zentrifugen S1", "arch_name": "115@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53855", - "roomcode": "4212.01.215", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53863", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53855, + "usage_id": 102 + }, + "4212.01.216": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "116, Chemielabor", "arch_name": "116@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53863", - "roomcode": "4212.01.216", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53877", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53863, + "usage_id": 102 + }, + "4212.01.217": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "117, Chemielabor", "arch_name": "117@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53877", - "roomcode": "4212.01.217", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53890", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53877, + "usage_id": 102 + }, + "4212.01.218": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "118, Zellkultur S1", "arch_name": "118@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15569&cRes=18567&cReadonly=J", - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53890", - "roomcode": "4212.01.218", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51287", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 18567, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53890, + "usage_id": 102 + }, + "4212.01.219": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "119, Zellkultur S2", "arch_name": "119@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15569&cRes=20519&cReadonly=J", - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51287", - "roomcode": "4212.01.219", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51294", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 20519, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51287, + "usage_id": 102 + }, + "4212.01.220": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "120, Ehemaliger Kesselraum", "arch_name": "120@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51294", - "roomcode": "4212.01.220", - "usage": 217 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51309", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51294, + "usage_id": 217 + }, + "4212.01.221": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "121, Mikrobiologisches Labor", "arch_name": "121@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51309", - "roomcode": "4212.01.221", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51460", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51309, + "usage_id": 102 + }, + "4212.01.222": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "122, Molekularbiologisches Labor", "arch_name": "122@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15569&cRes=18613&cReadonly=J", - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51460", - "roomcode": "4212.01.222", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51483", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 18613, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51460, + "usage_id": 102 + }, + "4212.01.223": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "123, Sp\u00fclk\u00fcche S2/S1", "arch_name": "123@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51483", - "roomcode": "4212.01.223", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51499", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51483, + "usage_id": 102 + }, + "4212.01.224": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "124, Mikroskopie S1", "arch_name": "124@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51499", - "roomcode": "4212.01.224", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51662", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51499, + "usage_id": 102 + }, + "4212.01.225": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "125, Ger\u00e4telabor", "arch_name": "125@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51662", - "roomcode": "4212.01.225", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51678", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51662, + "usage_id": 102 + }, + "4212.01.226": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "126, Labor", "arch_name": "126@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51678", - "roomcode": "4212.01.226", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51689", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51678, + "usage_id": 102 + }, + "4212.01.227": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "127, WC-Herren", "arch_name": "127@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51689", - "roomcode": "4212.01.227", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51839", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51689, + "usage_id": 115 + }, + "4212.01.228": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "128, WC-Damen", "arch_name": "128@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51839", - "roomcode": "4212.01.228", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51852", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51839, + "usage_id": 116 + }, + "4212.01.229": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "129, Installation 3", "arch_name": "129@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51852", - "roomcode": "4212.01.229", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51997", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51852, + "usage_id": 120 + }, + "4212.01.230": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "130, K\u00fchlzelle", "arch_name": "130@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51997", - "roomcode": "4212.01.230", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52016", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51997, + "usage_id": 30 + }, + "4212.01.231": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "131, Reinigungsmittelraum", "arch_name": "131@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52016", - "roomcode": "4212.01.231", - "usage": 205 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52029", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52016, + "usage_id": 205 + }, + "4212.01.233": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "133, Aufenthaltsraum mit K\u00fcche", "arch_name": "133@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52029", - "roomcode": "4212.01.233", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52171", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52029, + "usage_id": 44 + }, + "4212.01.251": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "151, Installationsschacht 4", "arch_name": "151@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52171", - "roomcode": "4212.01.251", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52182", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52171, + "usage_id": 120 + }, + "4212.01.252": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "152, Sekretariat", "arch_name": "152@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52182", - "roomcode": "4212.01.252", - "usage": 40 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52197", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52182, + "usage_id": 40 + }, + "4212.01.252A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "152A, Archiv", "arch_name": "152A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52197", - "roomcode": "4212.01.252A", - "usage": 2 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52352", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52197, + "usage_id": 2 + }, + "4212.01.253": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "153, B\u00fcro", "arch_name": "153@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52352", - "roomcode": "4212.01.253", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52363", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52352, + "usage_id": 12 + }, + "4212.01.254": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "154, Biochemisches Labor S1", "arch_name": "154@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52363", - "roomcode": "4212.01.254", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52372", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52363, + "usage_id": 102 + }, + "4212.01.255": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "155, Biochemisches Labor S1", "arch_name": "155@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52372", - "roomcode": "4212.01.255", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52513", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52372, + "usage_id": 102 + }, + "4212.01.256": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "156, Computerraum", "arch_name": "156@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52513", - "roomcode": "4212.01.256", - "usage": 207 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52527", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52513, + "usage_id": 207 + }, + "4212.01.257": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "157, Lesepl\u00e4tze", "arch_name": "157@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52527", - "roomcode": "4212.01.257", - "usage": 150 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52538", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52527, + "usage_id": 150 + }, + "4212.01.258": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "158, Biochemisches Labor S1", "arch_name": "158@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52538", - "roomcode": "4212.01.258", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52682", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52538, + "usage_id": 102 + }, + "4212.01.259": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "159, B\u00fcro", "arch_name": "159@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52682", - "roomcode": "4212.01.259", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52697", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52682, + "usage_id": 12 + }, + "4212.01.260": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "160/160A, Sp\u00fcl- und Autoklavenraum S1", "arch_name": "160/160A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52697", - "roomcode": "4212.01.260", - "usage": 209 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52714", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52697, + "usage_id": 209 + }, + "4212.01.261": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "161, Biochemisches Labor S1", "arch_name": "161@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52714", - "roomcode": "4212.01.261", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52860", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52714, + "usage_id": 102 + }, + "4212.01.262": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "162, Biochemisches Labor S1", "arch_name": "162@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52860", - "roomcode": "4212.01.262", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52880", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52860, + "usage_id": 102 + }, + "4212.01.263": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "163, Biochemisches Labor S1", "arch_name": "163@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52880", - "roomcode": "4212.01.263", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52900", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52880, + "usage_id": 102 + }, + "4212.01.264": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "164, Biochemisches Labor S1", "arch_name": "164@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52900", - "roomcode": "4212.01.264", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53047", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52900, + "usage_id": 102 + }, + "4212.01.265": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "165, Biochemisches Labor S1", "arch_name": "165@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53047", - "roomcode": "4212.01.265", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53062", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53047, + "usage_id": 102 + }, + "4212.01.267": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "167, K\u00fchlraum", "arch_name": "167@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53062", - "roomcode": "4212.01.267", - "usage": 199 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53212", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53062, + "usage_id": 199 + }, + "4212.01.268": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "168, WC-Herren", "arch_name": "168@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53212", - "roomcode": "4212.01.268", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53223", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53212, + "usage_id": 115 + }, + "4212.01.269": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "169, Reinigungsmittelraum", "arch_name": "169@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53223", - "roomcode": "4212.01.269", - "usage": 205 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53237", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53223, + "usage_id": 205 + }, + "4212.01.270": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "170, WC-Damen", "arch_name": "170@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53237", - "roomcode": "4212.01.270", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53385", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53237, + "usage_id": 116 + }, + "4212.01.272": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "171/172, Installation 6", "arch_name": "171/172@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53385", - "roomcode": "4212.01.272", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53394", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53385, + "usage_id": 120 + }, + "4212.01.273": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "173/174, Installation 5", "arch_name": "173/174@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53394", - "roomcode": "4212.01.273", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53411", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53394, + "usage_id": 120 + }, + "4212.01.275": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "174/175, Biochemisches Labor S1", "arch_name": "174/175@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53411", - "roomcode": "4212.01.275", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53426", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53411, + "usage_id": 102 + }, + "4212.01.276": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "176, Dunkelkammer S1", "arch_name": "176@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53426", - "roomcode": "4212.01.276", - "usage": 104 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53564", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53426, + "usage_id": 104 + }, + "4212.01.276A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "176A, Fluoreszenzscanner S1", "arch_name": "176A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53564", - "roomcode": "4212.01.276A", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53583", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53564, + "usage_id": 103 + }, + "4212.01.277": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "177, Biochemisches Labor S1", "arch_name": "177@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53583", - "roomcode": "4212.01.277", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53730", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53583, + "usage_id": 102 + }, + "4212.01.278": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "178, Biochemisches Labor S1", "arch_name": "178@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53730", - "roomcode": "4212.01.278", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53751", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53730, + "usage_id": 102 + }, + "4212.01.279": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "179, Biochemisches Labor S1", "arch_name": "179@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53751", - "roomcode": "4212.01.279", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53762", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53751, + "usage_id": 102 + }, + "4212.01.280": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "180, Spektroskopielabor S1", "arch_name": "180@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53762", - "roomcode": "4212.01.280", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53909", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53762, + "usage_id": 103 + }, + "4212.01.284": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "184, Flur", "arch_name": "184@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53909", - "roomcode": "4212.01.284", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53919", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53909, + "usage_id": 222 + }, + "4212.01.284A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "184A, Warteflur", "arch_name": "184A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53919", - "roomcode": "4212.01.284A", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53936", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53919, + "usage_id": 222 + }, + "4212.01.285": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "185, Treppenraum", "arch_name": "185@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53936", - "roomcode": "4212.01.285", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51164", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53936, + "usage_id": 223 + }, + "4212.01.286": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "186, Flur", "arch_name": "186@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51164", - "roomcode": "4212.01.286", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51181", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51164, + "usage_id": 222 + }, + "4212.01.287": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "187, Halle", "arch_name": "187@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51181", - "roomcode": "4212.01.287", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51329", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51181, + "usage_id": 222 + }, + "4212.01.287A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "187A, Warteflur", "arch_name": "187A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51329", - "roomcode": "4212.01.287A", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51343", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51329, + "usage_id": 222 + }, + "4212.01.287B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "187B, Windfang", "arch_name": "187B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51343", - "roomcode": "4212.01.287B", - "usage": 52 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51358", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51343, + "usage_id": 52 + }, + "4212.01.288": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "188, Treppenraum", "arch_name": "188@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51358", - "roomcode": "4212.01.288", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51516", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51358, + "usage_id": 223 + }, + "4212.01.290": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "190, Aufzug", "arch_name": "190@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51516", - "roomcode": "4212.01.290", - "usage": 4 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51533", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51516, + "usage_id": 4 + }, + "4212.01.291": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "191, Aufzug", "arch_name": "191@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51533", - "roomcode": "4212.01.291", - "usage": 4 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51549", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51533, + "usage_id": 4 + }, + "4212.01.293A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "193A, Flur", "arch_name": "193A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51549", - "roomcode": "4212.01.293A", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51694", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51549, + "usage_id": 222 + }, + "4212.01.294": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "194, Flur", "arch_name": "194@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51694", - "roomcode": "4212.01.294", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51712", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51694, + "usage_id": 222 + }, + "4212.01.295": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "195, Treppenraum Chemie", "arch_name": "195@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51712", - "roomcode": "4212.01.295", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=51730", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51712, + "usage_id": 223 + }, + "4212.01.296": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "196, Flur", "arch_name": "196@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51730", - "roomcode": "4212.01.296", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52042", + "area_id": 42, + "building_id": 679, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51730, + "usage_id": 222 + }, + "4212.02.201": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "201, Technik", "arch_name": "201@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52042", - "roomcode": "4212.02.201", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72854", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52042, + "usage_id": 120 + }, + "4212.02.201A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "201A, Installationsschacht 1", "arch_name": "201A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72854", - "roomcode": "4212.02.201A", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52056", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72854, + "usage_id": 120 + }, + "4212.02.202": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "202, Installationsschacht 4-6", "arch_name": "202@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52056", - "roomcode": "4212.02.202", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52555", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52056, + "usage_id": 120 + }, + "4212.02.203": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "203, L\u00fcftungskammer", "arch_name": "203@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52555", - "roomcode": "4212.02.203", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52570", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52555, + "usage_id": 32 + }, + "4212.02.204": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "204, L\u00fcftungskammer", "arch_name": "204@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52570", - "roomcode": "4212.02.204", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52582", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52570, + "usage_id": 32 + }, + "4212.02.205": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "205, Abluftschacht", "arch_name": "205@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52582", - "roomcode": "4212.02.205", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52589", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52582, + "usage_id": 32 + }, + "4212.02.206": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "206, Technik", "arch_name": "206@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52589", - "roomcode": "4212.02.206", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72855", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52589, + "usage_id": 120 + }, + "4212.02.206A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "206A, Installationsschacht 2", "arch_name": "206A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72855", - "roomcode": "4212.02.206A", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72858", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72855, + "usage_id": 120 + }, + "4212.02.206B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "206B, Installationsschacht 3", "arch_name": "206B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72858", - "roomcode": "4212.02.206B", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52207", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72858, + "usage_id": 120 + }, + "4212.02.207": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "207, Technik", "arch_name": "207@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52207", - "roomcode": "4212.02.207", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72857", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52207, + "usage_id": 120 + }, + "4212.02.207A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "207A, Installationsschacht 6", "arch_name": "207A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72857", - "roomcode": "4212.02.207A", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52227", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72857, + "usage_id": 120 + }, + "4212.02.208": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "208, L\u00fcftungskammer", "arch_name": "208@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52227", - "roomcode": "4212.02.208", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52245", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52227, + "usage_id": 32 + }, + "4212.02.209": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "209, L\u00fcftungskammer", "arch_name": "209@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52245", - "roomcode": "4212.02.209", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=51878", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52245, + "usage_id": 32 + }, + "4212.02.210": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "210, Abluftschacht", "arch_name": "210@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51878", - "roomcode": "4212.02.210", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=51899", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51878, + "usage_id": 32 + }, + "4212.02.211": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "211, Technik", "arch_name": "211@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51899", - "roomcode": "4212.02.211", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72859", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51899, + "usage_id": 120 + }, + "4212.02.211A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "211A, Installationsschacht 4", "arch_name": "211A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72859", - "roomcode": "4212.02.211A", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=72856", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72859, + "usage_id": 120 + }, + "4212.02.211B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "211B, Installationsschacht 5", "arch_name": "211B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72856", - "roomcode": "4212.02.211B", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=52380", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72856, + "usage_id": 120 + }, + "4212.02.212": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "212, Treppenraum", "arch_name": "212@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52380", - "roomcode": "4212.02.212", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51396", + "area_id": 42, + "building_id": 679, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52380, + "usage_id": 223 + }, + "4212.EG.084": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "084, Flur", "arch_name": "084@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51396", - "roomcode": "4212.EG.084", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51557", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51396, + "usage_id": 222 + }, + "4212.EG.085": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "085, Treppenraum", "arch_name": "085@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51557", - "roomcode": "4212.EG.085", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51573", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51557, + "usage_id": 223 + }, + "4212.EG.086": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "086, Gang", "arch_name": "086@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51573", - "roomcode": "4212.EG.086", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51586", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51573, + "usage_id": 222 + }, + "4212.EG.086A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "086A, Archiv", "arch_name": "086A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51586", - "roomcode": "4212.EG.086A", - "usage": 2 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51597", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51586, + "usage_id": 2 + }, + "4212.EG.087": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "087, Halle", "arch_name": "087@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51597", - "roomcode": "4212.EG.087", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51745", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51597, + "usage_id": 222 + }, + "4212.EG.088": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "088, Treppenraum", "arch_name": "088@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51745", - "roomcode": "4212.EG.088", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51756", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51745, + "usage_id": 223 + }, + "4212.EG.090": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "090, Aufzug", "arch_name": "090@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51756", - "roomcode": "4212.EG.090", - "usage": 4 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51769", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51756, + "usage_id": 4 + }, + "4212.EG.091": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "091, Lastenaufzug", "arch_name": "091@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51769", - "roomcode": "4212.EG.091", - "usage": 4 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51918", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51769, + "usage_id": 4 + }, + "4212.EG.092": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "092, Flur", "arch_name": "092@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51918", - "roomcode": "4212.EG.092", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51926", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51918, + "usage_id": 222 + }, + "4212.EG.201": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "001, WC-Vorraum", "arch_name": "001@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51926", - "roomcode": "4212.EG.201", - "usage": 118 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51936", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51926, + "usage_id": 118 + }, + "4212.EG.201A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "001A, WC-Herren", "arch_name": "001A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51936", - "roomcode": "4212.EG.201A", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52079", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51936, + "usage_id": 115 + }, + "4212.EG.201B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "001B, WC-Damen", "arch_name": "001B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52079", - "roomcode": "4212.EG.201B", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52092", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52079, + "usage_id": 116 + }, + "4212.EG.201C": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "001C, Dusche", "arch_name": "001C@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52092", - "roomcode": "4212.EG.201C", - "usage": 113 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52102", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52092, + "usage_id": 113 + }, + "4212.EG.202": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52102", - "roomcode": "4212.EG.202", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=72061", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52102, + "usage_id": 12 + }, + "4212.EG.202A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "002A, B\u00fcro", "arch_name": "002A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72061", - "roomcode": "4212.EG.202A", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52115", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72061, + "usage_id": 12 + }, + "4212.EG.203": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "003, Gasflaschenlager Vorraum", "arch_name": "003@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52115", - "roomcode": "4212.EG.203", - "usage": 51 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52259", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52115, + "usage_id": 51 + }, + "4212.EG.203A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "003A, Gasflaschenlager", "arch_name": "003A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52259", - "roomcode": "4212.EG.203A", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52273", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52259, + "usage_id": 30 + }, + "4212.EG.204": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "004, Werkstatt", "arch_name": "004@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52273", - "roomcode": "4212.EG.204", - "usage": 51 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52283", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52273, + "usage_id": 51 + }, + "4212.EG.205": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52283", - "roomcode": "4212.EG.205", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52433", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52283, + "usage_id": 12 + }, + "4212.EG.205A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "005A, B\u00fcro", "arch_name": "005A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52433", - "roomcode": "4212.EG.205A", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52444", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52433, + "usage_id": 12 + }, + "4212.EG.206": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "006, B\u00fcro", "arch_name": "006@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52444", - "roomcode": "4212.EG.206", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52453", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52444, + "usage_id": 12 + }, + "4212.EG.207": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52453", - "roomcode": "4212.EG.207", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52599", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52453, + "usage_id": 12 + }, + "4212.EG.208": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "008, Installation / Elektro-Verteiler", "arch_name": "008@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52599", - "roomcode": "4212.EG.208", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52615", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52599, + "usage_id": 120 + }, + "4212.EG.210": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "011, Installation / Elektro-Verteiler", "arch_name": "011@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52615", - "roomcode": "4212.EG.210", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52629", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52615, + "usage_id": 120 + }, + "4212.EG.212": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "012, Zellbiologielabor", "arch_name": "012@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52629", - "roomcode": "4212.EG.212", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52782", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52629, + "usage_id": 102 + }, + "4212.EG.212A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "012A, Zellbiologielabor", "arch_name": "012A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15567&cRes=18253&cReadonly=J", - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52782", - "roomcode": "4212.EG.212A", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52797", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 18253, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52782, + "usage_id": 102 + }, + "4212.EG.213": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "013, Sp\u00fclk\u00fcche", "arch_name": "013@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52797", - "roomcode": "4212.EG.213", - "usage": 28 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52810", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52797, + "usage_id": 28 + }, + "4212.EG.214": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "014, Biochemisches Labor", "arch_name": "014@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52810", - "roomcode": "4212.EG.214", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52952", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52810, + "usage_id": 102 + }, + "4212.EG.215": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "015, Transmissionselektronenmikroskop", "arch_name": "015@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52952", - "roomcode": "4212.EG.215", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52962", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52952, + "usage_id": 103 + }, + "4212.EG.216": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "016, Biochemie-/Biophysik-Labor", "arch_name": "016@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52962", - "roomcode": "4212.EG.216", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52970", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52962, + "usage_id": 103 + }, + "4212.EG.217": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "016A, Biochemie-/Biophysik-Labor", "arch_name": "016A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52970", - "roomcode": "4212.EG.217", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52986", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52970, + "usage_id": 103 + }, + "4212.EG.217A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "016B, Biochemie-/Biophysik-Labor", "arch_name": "016B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52986", - "roomcode": "4212.EG.217A", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53162", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52986, + "usage_id": 103 + }, + "4212.EG.217B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "017, W\u00e4geraum + Lager", "arch_name": "017@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53162", - "roomcode": "4212.EG.217B", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53309", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53162, + "usage_id": 103 + }, + "4212.EG.218": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "018, Synthese-Labor", "arch_name": "018@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15567&cRes=18459&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53309", - "roomcode": "4212.EG.218", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53326", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 18459, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53309, + "usage_id": 102 + }, + "4212.EG.219": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "019, Aufenthaltsraum", "arch_name": "019@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15567&cRes=33772&cReadonly=J", - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53326", - "roomcode": "4212.EG.219", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53338", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 33772, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53326, + "usage_id": 44 + }, + "4212.EG.220": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "020, Synthese-Labor", "arch_name": "020@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15567&cRes=19652&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53338", - "roomcode": "4212.EG.220", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53487", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 19652, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53338, + "usage_id": 102 + }, + "4212.EG.221": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "021, B\u00fcro", "arch_name": "021@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53487", - "roomcode": "4212.EG.221", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53511", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53487, + "usage_id": 12 + }, + "4212.EG.223": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "023, Sekretariat", "arch_name": "023@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53511", - "roomcode": "4212.EG.223", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53660", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53511, + "usage_id": 12 + }, + "4212.EG.224": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "024, Fotolabor/Lager", "arch_name": "024@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53660", - "roomcode": "4212.EG.224", - "usage": 104 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53670", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53660, + "usage_id": 104 + }, + "4212.EG.224A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "024A, Flur", "arch_name": "024A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53670", - "roomcode": "4212.EG.224A", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53682", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53670, + "usage_id": 222 + }, + "4212.EG.225": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "025, ?", "arch_name": "025@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53682", - "roomcode": "4212.EG.225", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53824", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53682, + "usage_id": 30 + }, + "4212.EG.226": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "026, Abstellraum", "arch_name": "026@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53824", - "roomcode": "4212.EG.226", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=72062", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53824, + "usage_id": 159 + }, + "4212.EG.226A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "026A, Vorraum", "arch_name": "026A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15567", - "operator": "[ TUWZR5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72062", - "roomcode": "4212.EG.226A", - "usage": 50 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53836", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15567, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72062, + "usage_id": 50 + }, + "4212.EG.227": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "027, WC-Herren", "arch_name": "027@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53836", - "roomcode": "4212.EG.227", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51242", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53836, + "usage_id": 115 + }, + "4212.EG.228": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "028, WC-Damen", "arch_name": "028@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51242", - "roomcode": "4212.EG.228", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51253", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51242, + "usage_id": 116 + }, + "4212.EG.229": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "029, Installation 3", "arch_name": "029@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51253", - "roomcode": "4212.EG.229", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51264", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51253, + "usage_id": 120 + }, + "4212.EG.230": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "030, Chemikalienraum", "arch_name": "030@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51264", - "roomcode": "4212.EG.230", - "usage": 132 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51277", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51264, + "usage_id": 132 + }, + "4212.EG.231": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "031, Reinigungsmittelraum", "arch_name": "031@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51277", - "roomcode": "4212.EG.231", - "usage": 205 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51433", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51277, + "usage_id": 205 + }, + "4212.EG.232": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "032, Massenspektroskopie", "arch_name": "032@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51433", - "roomcode": "4212.EG.232", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51446", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51433, + "usage_id": 103 + }, + "4212.EG.232A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "032A, Massenspektroskopie", "arch_name": "032A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51446", - "roomcode": "4212.EG.232A", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51604", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51446, + "usage_id": 103 + }, + "4212.EG.251": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "051, Sozialraum", "arch_name": "051@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51604", - "roomcode": "4212.EG.251", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=72063", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51604, + "usage_id": 44 + }, + "4212.EG.251A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "051A, Teek\u00fcche", "arch_name": "051A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72063", - "roomcode": "4212.EG.251A", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51621", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72063, + "usage_id": 44 + }, + "4212.EG.252": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "052, Installationsschacht", "arch_name": "052@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51621", - "roomcode": "4212.EG.252", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51640", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51621, + "usage_id": 120 + }, + "4212.EG.253": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "053, K\u00e4lteschranklabor/Eismaschine S1", "arch_name": "053@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51640", - "roomcode": "4212.EG.253", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51782", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51640, + "usage_id": 102 + }, + "4212.EG.254": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "054, R\u00f6ntgenlabor", "arch_name": "054@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51782", - "roomcode": "4212.EG.254", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51801", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51782, + "usage_id": 103 + }, + "4212.EG.255": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "055, Steuercomputerraum", "arch_name": "055@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51801", - "roomcode": "4212.EG.255", - "usage": 207 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51808", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51801, + "usage_id": 207 + }, + "4212.EG.256": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "056, Proteinkristalllabor S1", "arch_name": "056@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51808", - "roomcode": "4212.EG.256", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51821", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51808, + "usage_id": 102 + }, + "4212.EG.257": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "057, Biochemisches Labor", "arch_name": "057@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51821", - "roomcode": "4212.EG.257", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51957", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51821, + "usage_id": 102 + }, + "4212.EG.258": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "058, B\u00fcro", "arch_name": "058@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51957", - "roomcode": "4212.EG.258", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=23634", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51957, + "usage_id": 12 + }, + "4212.EG.259": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "059, Bibliothek", "arch_name": "059@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": "tvKalender.wSicht?cOrg=15556&cRes=15326&cReadonly=J", - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23634", - "roomcode": "4212.EG.259", - "usage": 10 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=51983", + "area_id": 42, + "building_id": 679, + "calendar_resource_nr": 15326, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23634, + "usage_id": 10 + }, + "4212.EG.260": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "060, B\u00fcro", "arch_name": "060@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51983", - "roomcode": "4212.EG.260", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52116", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51983, + "usage_id": 12 + }, + "4212.EG.261": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "061, Biochemisches Labor S1", "arch_name": "061@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52116", - "roomcode": "4212.EG.261", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52132", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52116, + "usage_id": 102 + }, + "4212.EG.262": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "062, Lager", "arch_name": "062@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52132", - "roomcode": "4212.EG.262", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52142", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52132, + "usage_id": 30 + }, + "4212.EG.263": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "063, Biochemisches Labor S1", "arch_name": "063@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52142", - "roomcode": "4212.EG.263", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52291", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52142, + "usage_id": 103 + }, + "4212.EG.264": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "064, Biochemisches Labor S1", "arch_name": "064@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52291", - "roomcode": "4212.EG.264", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52299", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52291, + "usage_id": 102 + }, + "4212.EG.265": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "065, Biochemisches Labor S1", "arch_name": "065@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52299", - "roomcode": "4212.EG.265", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52313", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52299, + "usage_id": 102 + }, + "4212.EG.266": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "066, Biochemisches Labor S1", "arch_name": "066@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52313", - "roomcode": "4212.EG.266", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52327", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52313, + "usage_id": 102 + }, + "4212.EG.267": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "067, Massenspektroskopie/FACS S1", "arch_name": "067@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52327", - "roomcode": "4212.EG.267", - "usage": 103 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52468", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52327, + "usage_id": 103 + }, + "4212.EG.268": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "173, Technikraum und Kopierer", "arch_name": "173@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52468", - "roomcode": "4212.EG.268", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52479", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52468, + "usage_id": 30 + }, + "4212.EG.269": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "069, Flur", "arch_name": "069@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52479", - "roomcode": "4212.EG.269", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52493", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52479, + "usage_id": 222 + }, + "4212.EG.270": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "070, WC-Herren", "arch_name": "070@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52493", - "roomcode": "4212.EG.270", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52504", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52493, + "usage_id": 115 + }, + "4212.EG.271": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "071, Reinigungsmittelraum", "arch_name": "071@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52504", - "roomcode": "4212.EG.271", - "usage": 205 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52647", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52504, + "usage_id": 205 + }, + "4212.EG.272": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "072, WC-Damen", "arch_name": "072@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52647", - "roomcode": "4212.EG.272", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52656", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52647, + "usage_id": 116 + }, + "4212.EG.273": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "073, Elektroverteilungsraum 6", "arch_name": "073@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52656", - "roomcode": "4212.EG.273", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=72065", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52656, + "usage_id": 120 + }, + "4212.EG.274": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "074, Elektroverteilung", "arch_name": "074@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72065", - "roomcode": "4212.EG.274", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52667", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72065, + "usage_id": 120 + }, + "4212.EG.275": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "076, Elektroverteilungsraum 5", "arch_name": "076@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52667", - "roomcode": "4212.EG.275", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=72064", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52667, + "usage_id": 120 + }, + "4212.EG.276": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "075, Elektroverteilung", "arch_name": "075@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72064", - "roomcode": "4212.EG.276", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52814", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72064, + "usage_id": 120 + }, + "4212.EG.277": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "077, Biochemisches Labor S1", "arch_name": "077@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52814", - "roomcode": "4212.EG.277", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52829", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52814, + "usage_id": 102 + }, + "4212.EG.278": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "078, Biochemisches Labor S1", "arch_name": "078@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52829", - "roomcode": "4212.EG.278", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52840", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52829, + "usage_id": 102 + }, + "4212.EG.279": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "079, Biochemisches Labor S1", "arch_name": "079@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52840", - "roomcode": "4212.EG.279", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52848", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52840, + "usage_id": 102 + }, + "4212.EG.280": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "080, Biochemisches Labor S1", "arch_name": "080@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52848", - "roomcode": "4212.EG.280", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=52995", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52848, + "usage_id": 102 + }, + "4212.EG.281": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "081, Organische Chemie Labor", "arch_name": "081@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52995", - "roomcode": "4212.EG.281", - "usage": 102 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53013", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52995, + "usage_id": 102 + }, + "4212.EG.282": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "082, Lager", "arch_name": "082@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53013", - "roomcode": "4212.EG.282", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53029", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53013, + "usage_id": 30 + }, + "4212.EG.283": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "083, Gasflaschenlager", "arch_name": "083@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15556", - "operator": "[ TUWZS9X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53029", - "roomcode": "4212.EG.283", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53169", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15556, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53029, + "usage_id": 30 + }, + "4212.EG.289": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "089, Flur", "arch_name": "089@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53169", - "roomcode": "4212.EG.289", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=53179", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53169, + "usage_id": 222 + }, + "4212.EG.293": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "093, Treppenraum", "arch_name": "093@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53179", - "roomcode": "4212.EG.293", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53275", + "area_id": 42, + "building_id": 679, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53179, + "usage_id": 223 + }, + "4212.U1.201": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U01, Z\u00e4hlerraum", "arch_name": "U01@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53275", - "roomcode": "4212.U1.201", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53286", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53275, + "usage_id": 120 + }, + "4212.U1.202": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "Niederspannungshauptverteilung", "arch_name": "@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53286", - "roomcode": "4212.U1.202", - "usage": 160 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53294", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53286, + "usage_id": 160 + }, + "4212.U1.203": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U03, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "U03@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53294", - "roomcode": "4212.U1.203", - "usage": 5 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53440", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53294, + "usage_id": 5 + }, + "4212.U1.204": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U04, Aufzug", "arch_name": "U04@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53440", - "roomcode": "4212.U1.204", - "usage": 4 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53451", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53440, + "usage_id": 4 + }, + "4212.U1.205": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U05, VE-Wasser", "arch_name": "U05@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53451", - "roomcode": "4212.U1.205", - "usage": 182 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53463", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53451, + "usage_id": 182 + }, + "4212.U1.206": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U06, Druckluftanlage", "arch_name": "U06@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53463", - "roomcode": "4212.U1.206", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53472", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53463, + "usage_id": 32 + }, + "4212.U1.207": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "HE-R\u00fcckverdichtung", "arch_name": "@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53472", - "roomcode": "4212.U1.207", - "usage": 17 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53613", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53472, + "usage_id": 17 + }, + "4212.U1.208": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U08, Installationsgang", "arch_name": "U08@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53613", - "roomcode": "4212.U1.208", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53625", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53613, + "usage_id": 120 + }, + "4212.U1.209": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U09, Neutralisationsanlage", "arch_name": "U09@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53625", - "roomcode": "4212.U1.209", - "usage": 182 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53636", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53625, + "usage_id": 182 + }, + "4212.U1.210": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U10, Technik-Zentrale", "arch_name": "U10@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53636", - "roomcode": "4212.U1.210", - "usage": 201 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53774", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53636, + "usage_id": 201 + }, + "4212.U1.211": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U11, Installationsgang", "arch_name": "U11@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53774", - "roomcode": "4212.U1.211", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53781", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53774, + "usage_id": 120 + }, + "4212.U1.212": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U12, Flur", "arch_name": "U12@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53781", - "roomcode": "4212.U1.212", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53790", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53781, + "usage_id": 222 + }, + "4212.U1.213": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "Einbringflur", "arch_name": "@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53790", - "roomcode": "4212.U1.213", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53795", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53790, + "usage_id": 222 + }, + "4212.U1.220": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U12B, Garderobe Treppenturm", "arch_name": "U12B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53795", - "roomcode": "4212.U1.220", - "usage": 121 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=53807", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53795, + "usage_id": 121 + }, + "4212.U1.221": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U08A, Installationsschacht 1", "arch_name": "U08A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53807", - "roomcode": "4212.U1.221", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51203", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53807, + "usage_id": 120 + }, + "4212.U1.222": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U08B, Installationsschacht 2", "arch_name": "U08B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51203", - "roomcode": "4212.U1.222", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51212", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51203, + "usage_id": 120 + }, + "4212.U1.223": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U08C, Installationsschacht 3", "arch_name": "U08C@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51212", - "roomcode": "4212.U1.223", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51230", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51212, + "usage_id": 120 + }, + "4212.U1.225": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U11A, Installationsschacht 5", "arch_name": "U11A@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51230", - "roomcode": "4212.U1.225", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51385", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51230, + "usage_id": 120 + }, + "4212.U1.226": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "alt_name": "U11B, Installationsschacht 6", "arch_name": "U11B@4212", - "b_area_id": 42, - "b_filter_id": 679, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51385", - "roomcode": "4212.U1.226", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63792", + "area_id": 42, + "building_id": 679, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51385, + "usage_id": 120 + }, + "4213.01.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63792", - "roomcode": "4213.01.001", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63793", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63792, + "usage_id": 222 + }, + "4213.01.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O57, Br\u00fccke Technikum - Geb\u00e4ude", "arch_name": "O57@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63793", - "roomcode": "4213.01.002", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63791", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63793, + "usage_id": 222 + }, + "4213.01.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O5a, Galerie Eingang Nord Flur O1-O5", "arch_name": "O5a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63791", - "roomcode": "4213.01.003", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63841", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63791, + "usage_id": 222 + }, + "4213.01.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O5b, Treppenhaus", "arch_name": "O5b@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63841", - "roomcode": "4213.01.004", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63794", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63841, + "usage_id": 223 + }, + "4213.01.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O6a, Flur O6-O10/O37-O43", "arch_name": "O6a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63794", - "roomcode": "4213.01.005", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63842", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63794, + "usage_id": 222 + }, + "4213.01.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O55, Fluchtbalkon O37-O54", "arch_name": "O55@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63842", - "roomcode": "4213.01.006", - "usage": 219 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63843", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63842, + "usage_id": 219 + }, + "4213.01.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O56, Fluchtbalkon O7-O16", "arch_name": "O56@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63843", - "roomcode": "4213.01.007", - "usage": 219 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63795", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63843, + "usage_id": 219 + }, + "4213.01.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O11a, Flur O11-O12/O44-O46", "arch_name": "O11a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63795", - "roomcode": "4213.01.008", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63796", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63795, + "usage_id": 222 + }, + "4213.01.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O47a, Flur O47-O49", "arch_name": "O47a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63796", - "roomcode": "4213.01.009", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63797", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63796, + "usage_id": 222 + }, + "4213.01.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O13a, Flur O13-O16", "arch_name": "O13a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63797", - "roomcode": "4213.01.010", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63798", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63797, + "usage_id": 222 + }, + "4213.01.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O17a, Flur O17-O18/O50-O54", "arch_name": "O17a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63798", - "roomcode": "4213.01.012", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63814", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63798, + "usage_id": 222 + }, + "4213.01.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O50a, Treppenhaus", "arch_name": "O50a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63814", - "roomcode": "4213.01.014", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28358", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63814, + "usage_id": 223 + }, + "4213.01.301": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O1, Seminarraum 42 (gem. Nutzung)", "arch_name": "O1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=25847&cReadonly=J", - "extended": { - "additional_description": "O1, Seminarraum 42 (gem. Nutzung)", - "address": "Maximus-von-Imhof-Forum 2(4213), 1.Obergescho\u00df", - "architect_room_nr": "O1@4213", - "area_m2": 58.17, - "building": "4213 Lebensmitteltechnikum", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "301", - "seats": 21, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28358", - "roomcode": "4213.01.301", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52203", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 25847, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28358, + "usage_id": 41 + }, + "4213.01.302": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O2, B\u00fcro", "arch_name": "O2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52203", - "roomcode": "4213.01.302", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10032", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52203, + "usage_id": 12 + }, + "4213.01.303": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O3, B\u00fcro", "arch_name": "O3@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10032", - "roomcode": "4213.01.303", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12729", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10032, + "usage_id": 12 + }, + "4213.01.304": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O4, B\u00fcro", "arch_name": "O4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12729", - "roomcode": "4213.01.304", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49116", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12729, + "usage_id": 12 + }, + "4213.01.305": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O5, B\u00fcro", "arch_name": "O5@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49116", - "roomcode": "4213.01.305", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=61336", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49116, + "usage_id": 12 + }, + "4213.01.305A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O5A, B\u00fcro", "arch_name": "O5A@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61336", - "roomcode": "4213.01.305A", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49139", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61336, + "usage_id": 12 + }, + "4213.01.306": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O6, Sekretariat / Vorzimmer", "arch_name": "O6@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49139", - "roomcode": "4213.01.306", - "usage": 40 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49152", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49139, + "usage_id": 40 + }, + "4213.01.307": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O7, B\u00fcro", "arch_name": "O7@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18264&cReadonly=J", - "list_index": "199", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49152", - "roomcode": "4213.01.307", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12859", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18264, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49152, + "usage_id": 12 + }, + "4213.01.308": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O8, B\u00fcro", "arch_name": "O8@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12859", - "roomcode": "4213.01.308", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12865", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12859, + "usage_id": 12 + }, + "4213.01.309": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O9, B\u00fcro", "arch_name": "O9@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12865", - "roomcode": "4213.01.309", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12872", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12865, + "usage_id": 12 + }, + "4213.01.310": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O10, B\u00fcro", "arch_name": "O10@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12872", - "roomcode": "4213.01.310", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28370", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12872, + "usage_id": 12 + }, + "4213.01.311": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O11, Sekretariat / Vorzimmer", "arch_name": "O11@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28370", - "roomcode": "4213.01.311", - "usage": 40 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12920", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28370, + "usage_id": 40 + }, + "4213.01.312": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O12, B\u00fcro Prof. Minceva", "arch_name": "O12@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=15309&cReadonly=J", - "list_index": "204", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12920", - "roomcode": "4213.01.312", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28473", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 15309, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12920, + "usage_id": 12 + }, + "4213.01.313": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O13, Labor", "arch_name": "O13@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18178&cReadonly=J", - "list_index": "205", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28473", - "roomcode": "4213.01.313", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28481", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18178, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28473, + "usage_id": 102 + }, + "4213.01.314": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O14, Labor", "arch_name": "O14@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18163&cReadonly=J", - "list_index": "206", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28481", - "roomcode": "4213.01.314", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=17241", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18163, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28481, + "usage_id": 102 + }, + "4213.01.315": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O15, Labor (gem. Nutzung 1124302010;1110064600)", "arch_name": "O15@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18179&cReadonly=J", - "list_index": "207", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=17241", - "roomcode": "4213.01.315", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28577", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18179, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17241, + "usage_id": 102 + }, + "4213.01.316": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O16, Labor (gem. Nutzung 1124302010;1110064600)", "arch_name": "O16@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18154&cReadonly=J", - "list_index": "208", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28577", - "roomcode": "4213.01.316", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49780", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18154, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28577, + "usage_id": 102 + }, + "4213.01.317": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O17, Installation", "arch_name": "O17@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49780", - "roomcode": "4213.01.317", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=13048", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49780, + "usage_id": 120 + }, + "4213.01.318": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O18, BayWa Coworking Space", "arch_name": "O18@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=14190&cRes=12617&cReadonly=J", - "list_index": "210", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13048", - "roomcode": "4213.01.318", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75322", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 12617, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51917, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13048, + "usage_id": 12 + }, + "4213.01.318A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O18.1, Tagungsb\u00fcro, Meetingraum", "arch_name": "O18.1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75322", - "roomcode": "4213.01.318A", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75323", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51917, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75322, + "usage_id": 196 + }, + "4213.01.318B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O18.2, Meetingraum", "arch_name": "O18.2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75323", - "roomcode": "4213.01.318B", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75324", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51917, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75323, + "usage_id": 196 + }, + "4213.01.318C": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O18.3, Startup GR", "arch_name": "O18.3@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75324", - "roomcode": "4213.01.318C", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75312", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51917, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75324, + "usage_id": 12 + }, + "4213.01.318D": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O18.4, Startup GR", "arch_name": "O18.4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75312", - "roomcode": "4213.01.318D", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49809", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51917, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75312, + "usage_id": 12 + }, + "4213.01.319": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O19, WC-Herren", "arch_name": "O19@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49809", - "roomcode": "4213.01.319", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49945", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49809, + "usage_id": 115 + }, + "4213.01.320": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O20, Installation", "arch_name": "O20@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49945", - "roomcode": "4213.01.320", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28696", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49945, + "usage_id": 120 + }, + "4213.01.321": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O21, L\u00f6sungsmittel- und Chemikalienlager", "arch_name": "O21@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18149&cReadonly=J", - "list_index": "217", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28696", - "roomcode": "4213.01.321", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=27549", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18149, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28696, + "usage_id": 30 + }, + "4213.01.322": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O22, Lager", "arch_name": "O22@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27549", - "roomcode": "4213.01.322", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=27560", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27549, + "usage_id": 30 + }, + "4213.01.323": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O23, Lager (gem. Nutzung 1124302010;1110064600)", "arch_name": "O23@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27560", - "roomcode": "4213.01.323", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=27568", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27560, + "usage_id": 30 + }, + "4213.01.324": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O24, Druckerraum (gem. Nutzung 1124302010;11100646", "arch_name": "O24@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27568", - "roomcode": "4213.01.324", - "usage": 110 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=31848", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27568, + "usage_id": 110 + }, + "4213.01.325": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O25, W\u00e4geraum (gem. Nutzung 1124302010)", "arch_name": "O25@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=31848", - "roomcode": "4213.01.325", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50904", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31848, + "usage_id": 103 + }, + "4213.01.326": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O26, Installation", "arch_name": "O26@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50904", - "roomcode": "4213.01.326", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50923", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50904, + "usage_id": 120 + }, + "4213.01.327": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O27, WC-Herren", "arch_name": "O27@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50923", - "roomcode": "4213.01.327", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50938", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50923, + "usage_id": 115 + }, + "4213.01.328": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O28, Technik 2", "arch_name": "O28@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50938", - "roomcode": "4213.01.328", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=16593", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50938, + "usage_id": 120 + }, + "4213.01.329": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O29, K\u00fchlkammer f. Schanktechnik", "arch_name": "O29@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=16593", - "roomcode": "4213.01.329", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51088", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16593, + "usage_id": 199 + }, + "4213.01.330": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O30, Installation", "arch_name": "O30@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51088", - "roomcode": "4213.01.330", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51103", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51088, + "usage_id": 120 + }, + "4213.01.331": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O31, WC-Damen", "arch_name": "O31@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51103", - "roomcode": "4213.01.331", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48621", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51103, + "usage_id": 116 + }, + "4213.01.332": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O32, Reinigungsmittelraum", "arch_name": "O32@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48621", - "roomcode": "4213.01.332", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=27880", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48621, + "usage_id": 205 + }, + "4213.01.333": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O33, W\u00e4gerraum", "arch_name": "O33@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18158&cReadonly=J", - "list_index": "229", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27880", - "roomcode": "4213.01.333", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48653", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18158, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27880, + "usage_id": 103 + }, + "4213.01.334": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O34, Installation", "arch_name": "O34@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48653", - "roomcode": "4213.01.334", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48789", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48653, + "usage_id": 120 + }, + "4213.01.335": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O35, WC-Damen", "arch_name": "O35@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48789", - "roomcode": "4213.01.335", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48803", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48789, + "usage_id": 116 + }, + "4213.01.336": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O36, Dokumentenarchiv / Aktenlagerraum", "arch_name": "O36@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48803", - "roomcode": "4213.01.336", - "usage": 2 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48817", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48803, + "usage_id": 2 + }, + "4213.01.337": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O37, Ruheraum", "arch_name": "O37@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48817", - "roomcode": "4213.01.337", - "usage": 178 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48957", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48817, + "usage_id": 178 + }, + "4213.01.338": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O38, Installation", "arch_name": "O38@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48957", - "roomcode": "4213.01.338", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=17115", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48957, + "usage_id": 120 + }, + "4213.01.339": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O39, Labor", "arch_name": "O39@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18165&cReadonly=J", - "list_index": "235", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=17115", - "roomcode": "4213.01.339", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=15685", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18165, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17115, + "usage_id": 102 + }, + "4213.01.340": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O40, Labor", "arch_name": "O40@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18162&cReadonly=J", - "list_index": "236", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=15685", - "roomcode": "4213.01.340", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28298", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18162, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15685, + "usage_id": 102 + }, + "4213.01.341": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O41, Labor (gem. Nutzung 1124302010; 1110064600)", "arch_name": "O41@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18164&cReadonly=J", - "list_index": "237", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28298", - "roomcode": "4213.01.341", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28303", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18164, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28298, + "usage_id": 102 + }, + "4213.01.342": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O42, Labor (gem. Nutzung 1124302010;1110064600)", "arch_name": "O42@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18153&cReadonly=J", - "list_index": "238", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28303", - "roomcode": "4213.01.342", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28385", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18153, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28303, + "usage_id": 102 + }, + "4213.01.343": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28385", - "roomcode": "4213.01.343", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12903", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28385, + "usage_id": 12 + }, + "4213.01.344": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O44, B\u00fcro", "arch_name": "O44@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12903", - "roomcode": "4213.01.344", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12908", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12903, + "usage_id": 12 + }, + "4213.01.345": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O45, B\u00fcro", "arch_name": "O45@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12908", - "roomcode": "4213.01.345", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28407", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12908, + "usage_id": 12 + }, + "4213.01.346": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O46, B\u00fcro (Studentenraum; gem. Nutzung 1110064600;", "arch_name": "O46@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=46717&cRes=18176&cReadonly=J", - "list_index": "242", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28407", - "roomcode": "4213.01.346", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12963", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18176, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28407, + "usage_id": 12 + }, + "4213.01.347": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O47, B\u00fcro", "arch_name": "O47@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12963", - "roomcode": "4213.01.347", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12969", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53557, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12963, + "usage_id": 12 + }, + "4213.01.348": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O48, B\u00fcro", "arch_name": "O48@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12969", - "roomcode": "4213.01.348", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12974", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53557, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12969, + "usage_id": 12 + }, + "4213.01.349": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O49, B\u00fcro", "arch_name": "O49@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12974", - "roomcode": "4213.01.349", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49999", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53557, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12974, + "usage_id": 12 + }, + "4213.01.350": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O50, Installation", "arch_name": "O50@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49999", - "roomcode": "4213.01.350", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=13033", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49999, + "usage_id": 120 + }, + "4213.01.351": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O51, Sekretariat / Vorzimmer", "arch_name": "O51@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13033", - "roomcode": "4213.01.351", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=13038", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53557, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13033, + "usage_id": 12 + }, + "4213.01.352": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O52, B\u00fcro", "arch_name": "O52@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13038", - "roomcode": "4213.01.352", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=31832", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53557, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13038, + "usage_id": 12 + }, + "4213.01.353": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O53, K\u00fcche (gem. Nutzung 1110064600;1124302010)", "arch_name": "O53@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=31832", - "roomcode": "4213.01.353", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=28714", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31832, + "usage_id": 44 + }, + "4213.01.354": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "O54, Aufenthaltsraum (gem. Nutzung 1110064600;1124", "arch_name": "O54@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28714", - "roomcode": "4213.01.354", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63763", + "area_id": 42, + "building_id": 680, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28714, + "usage_id": 44 + }, + "4213.02.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D1, Zu- Abluftzentrale", "arch_name": "D1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63763", - "roomcode": "4213.02.001", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63764", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63763, + "usage_id": 32 + }, + "4213.02.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D2, Technik", "arch_name": "D2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63764", - "roomcode": "4213.02.002", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63765", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63764, + "usage_id": 120 + }, + "4213.02.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D3, Installation", "arch_name": "D3@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63765", - "roomcode": "4213.02.003", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63766", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63765, + "usage_id": 32 + }, + "4213.02.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D4, Dampferzeugung", "arch_name": "D4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63766", - "roomcode": "4213.02.004", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63830", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63766, + "usage_id": 32 + }, + "4213.02.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D5, Treppenhaus", "arch_name": "D5@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63830", - "roomcode": "4213.02.005", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63767", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63830, + "usage_id": 223 + }, + "4213.02.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Zu- Abluftzentrale", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63767", - "roomcode": "4213.02.006", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63768", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63767, + "usage_id": 32 + }, + "4213.02.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Technik", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63768", - "roomcode": "4213.02.007", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63771", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63768, + "usage_id": 32 + }, + "4213.02.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D6, Flur", "arch_name": "D6@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63771", - "roomcode": "4213.02.008", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63829", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63771, + "usage_id": 222 + }, + "4213.02.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D4, Treppenhaus", "arch_name": "D4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63829", - "roomcode": "4213.02.009", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63769", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63829, + "usage_id": 223 + }, + "4213.02.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Technik", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63769", - "roomcode": "4213.02.010", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63772", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63769, + "usage_id": 32 + }, + "4213.02.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Flur", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63772", - "roomcode": "4213.02.011", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=63770", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63772, + "usage_id": 222 + }, + "4213.02.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installation", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63770", - "roomcode": "4213.02.012", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=13104", + "area_id": 42, + "building_id": 680, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63770, + "usage_id": 32 + }, + "4213.02.318": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "D18, Pitch Point/Lounge", "arch_name": "D18@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=14190&cRes=18146&cReadonly=J", - "list_index": "263", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13104", - "roomcode": "4213.02.318", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=48852", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18146, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13104, + "usage_id": 12 + }, + "4213.EG.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H11a, Flur Steg H11-H16", "arch_name": "H11a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48852", - "roomcode": "4213.EG.001", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=48990", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48852, + "usage_id": 222 + }, + "4213.EG.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H17a, Flur Steg Arbeitsb\u00fchne Verpuffungsturm", "arch_name": "H17a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48990", - "roomcode": "4213.EG.002", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49000", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48990, + "usage_id": 222 + }, + "4213.EG.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E31a, Flur Eingang Nord", "arch_name": "E31a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49000", - "roomcode": "4213.EG.003", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49014", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49000, + "usage_id": 222 + }, + "4213.EG.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E31c, Windfang Eingang Nord", "arch_name": "E31c@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49014", - "roomcode": "4213.EG.004", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49027", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49014, + "usage_id": 222 + }, + "4213.EG.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E31b, Treppenhaus", "arch_name": "E31b@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49027", - "roomcode": "4213.EG.005", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49170", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49027, + "usage_id": 223 + }, + "4213.EG.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E1a, Flur E1-E4/E32-E37", "arch_name": "E1a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49170", - "roomcode": "4213.EG.006", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49181", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49170, + "usage_id": 222 + }, + "4213.EG.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E5a, Flur E5-E8/E38-E43", "arch_name": "E5a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49181", - "roomcode": "4213.EG.007", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49194", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49181, + "usage_id": 222 + }, + "4213.EG.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E9b, Flur Eingang S\u00fcd", "arch_name": "E9b@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49194", - "roomcode": "4213.EG.008", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=48844", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49194, + "usage_id": 222 + }, + "4213.EG.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E9a, Windfang Eingang Nord", "arch_name": "E9a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48844", - "roomcode": "4213.EG.009", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=63839", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48844, + "usage_id": 222 + }, + "4213.EG.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E9c, Treppenhaus", "arch_name": "E9c@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63839", - "roomcode": "4213.EG.010", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=63790", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63839, + "usage_id": 223 + }, + "4213.EG.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H11/12, B\u00fcro", "arch_name": "H11/12@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63790", - "roomcode": "4213.EG.011", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=63788", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63790, + "usage_id": 12 + }, + "4213.EG.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H13/14, B\u00fcro", "arch_name": "H13/14@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63788", - "roomcode": "4213.EG.013", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=63835", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63788, + "usage_id": 12 + }, + "4213.EG.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H15/16, Elektrowerkstatt", "arch_name": "H15/16@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63835", - "roomcode": "4213.EG.015", - "usage": 51 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=63840", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63835, + "usage_id": 51 + }, + "4213.EG.020": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Fluchtbalkon E34-E46", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63840", - "roomcode": "4213.EG.020", - "usage": 219 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=48855", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63840, + "usage_id": 219 + }, + "4213.EG.301": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E1, Aufenthaltsraum", "arch_name": "E1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48855", - "roomcode": "4213.EG.301", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=12625", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48855, + "usage_id": 44 + }, + "4213.EG.302": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E2, Seminarraum 40 (WZWS40) (gem. Nutzung)", "arch_name": "E2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12659&cReadonly=J", - "extended": { - "additional_description": "E2, Seminarraum 40 (WZWS40) (gem. Nutzung)", - "address": "Maximus-von-Imhof-Forum 2(4213), Erdgescho\u00df", - "architect_room_nr": "E2@4213", - "area_m2": 42.37, - "building": "4213 Lebensmitteltechnikum", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "302", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12625", - "roomcode": "4213.EG.302", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49007", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 12659, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12625, + "usage_id": 41 + }, + "4213.EG.303": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E3, B\u00fcro", "arch_name": "E3@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49007", - "roomcode": "4213.EG.303", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49021", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49007, + "usage_id": 12 + }, + "4213.EG.304": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E4, Innovation Lab", "arch_name": "E4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49021", - "roomcode": "4213.EG.304", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49165", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49021, + "usage_id": 103 + }, + "4213.EG.305": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E5, Gaschromatographie-Labor / Aroma-Analytik", "arch_name": "E5@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49165", - "roomcode": "4213.EG.305", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49185", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49165, + "usage_id": 103 + }, + "4213.EG.306": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E6, B\u00fcro", "arch_name": "E6@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49185", - "roomcode": "4213.EG.306", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49197", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51917, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49185, + "usage_id": 12 + }, + "4213.EG.307": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E7, Biotech Lab 1", "arch_name": "E7@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49197", - "roomcode": "4213.EG.307", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49333", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49197, + "usage_id": 194 + }, + "4213.EG.308": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E8, Biotech Lab 2", "arch_name": "E8@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49333", - "roomcode": "4213.EG.308", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49346", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49333, + "usage_id": 194 + }, + "4213.EG.309": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E9, Installation", "arch_name": "E9@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49346", - "roomcode": "4213.EG.309", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=12779", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49346, + "usage_id": 120 + }, + "4213.EG.310": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E10, Lebensmittelchemisches Praktikum (Nasschemie)", "arch_name": "E10@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15328&cReadonly=J", - "list_index": "138", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12779", - "roomcode": "4213.EG.310", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49337", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 15328, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12779, + "usage_id": 212 + }, + "4213.EG.311": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E11, WC-Herren", "arch_name": "E11@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49337", - "roomcode": "4213.EG.311", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49348", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49337, + "usage_id": 115 + }, + "4213.EG.312": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E12, Installation", "arch_name": "E12@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49348", - "roomcode": "4213.EG.312", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49365", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49348, + "usage_id": 120 + }, + "4213.EG.313": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E13, Materiallager", "arch_name": "E13@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49365", - "roomcode": "4213.EG.313", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49495", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49365, + "usage_id": 30 + }, + "4213.EG.314": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E14, Autoklavenraum", "arch_name": "E14@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49495", - "roomcode": "4213.EG.314", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49517", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49495, + "usage_id": 194 + }, + "4213.EG.314A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E14A, Lager Lebensmittel/Proben", "arch_name": "E14A@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49517", - "roomcode": "4213.EG.314A", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49503", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49517, + "usage_id": 30 + }, + "4213.EG.315": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49503", - "roomcode": "4213.EG.315", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49515", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49503, + "usage_id": 103 + }, + "4213.EG.316": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E16, Installation", "arch_name": "E16@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49515", - "roomcode": "4213.EG.316", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=49968", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49515, + "usage_id": 120 + }, + "4213.EG.317": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E17, WC-Herren", "arch_name": "E17@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49968", - "roomcode": "4213.EG.317", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=52236", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49968, + "usage_id": 115 + }, + "4213.EG.318": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E18, Installation", "arch_name": "E18@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52236", - "roomcode": "4213.EG.318", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=52243", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52236, + "usage_id": 120 + }, + "4213.EG.319": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E19, Messraum / Polarimetrie / Fluorimetrie", "arch_name": "E19@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52243", - "roomcode": "4213.EG.319", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51882", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52243, + "usage_id": 103 + }, + "4213.EG.320": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E20, W\u00e4geraum", "arch_name": "E20@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51882", - "roomcode": "4213.EG.320", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51900", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51882, + "usage_id": 103 + }, + "4213.EG.321": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E21, Extraktionsraum", "arch_name": "E21@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51900", - "roomcode": "4213.EG.321", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51911", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51900, + "usage_id": 102 + }, + "4213.EG.322": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E22, Labor", "arch_name": "E22@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51911", - "roomcode": "4213.EG.322", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=52390", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53557, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51911, + "usage_id": 102 + }, + "4213.EG.323": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E23, Installation", "arch_name": "E23@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52390", - "roomcode": "4213.EG.323", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=52408", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52390, + "usage_id": 120 + }, + "4213.EG.324": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E24, WC-Damen", "arch_name": "E24@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52408", - "roomcode": "4213.EG.324", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50063", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52408, + "usage_id": 116 + }, + "4213.EG.325": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E25, Serverraum", "arch_name": "E25@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50063", - "roomcode": "4213.EG.325", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50079", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50063, + "usage_id": 120 + }, + "4213.EG.326": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E26, Dokumentation / Dunkelkammer", "arch_name": "E26@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50079", - "roomcode": "4213.EG.326", - "usage": 104 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50097", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50079, + "usage_id": 104 + }, + "4213.EG.327": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E27, Installation", "arch_name": "E27@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50097", - "roomcode": "4213.EG.327", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50225", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50097, + "usage_id": 120 + }, + "4213.EG.328": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E28, WC-Damen", "arch_name": "E28@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50225", - "roomcode": "4213.EG.328", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50240", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50225, + "usage_id": 116 + }, + "4213.EG.329": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E29, Gasflaschenlager", "arch_name": "E29@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50240", - "roomcode": "4213.EG.329", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50258", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50240, + "usage_id": 30 + }, + "4213.EG.330": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E30, Gasflaschenlager", "arch_name": "E30@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50258", - "roomcode": "4213.EG.330", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50390", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50258, + "usage_id": 30 + }, + "4213.EG.331": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E31, Wertstoffe/M\u00fcll", "arch_name": "E31@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50390", - "roomcode": "4213.EG.331", - "usage": 214 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50409", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50390, + "usage_id": 214 + }, + "4213.EG.332": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E32, L\u00f6sungsmittel- und Chemikalienlager", "arch_name": "E32@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50409", - "roomcode": "4213.EG.332", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=15959", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53557, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50409, + "usage_id": 30 + }, + "4213.EG.333": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E33, Installation", "arch_name": "E33@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=15959", - "roomcode": "4213.EG.333", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50561", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15959, + "usage_id": 120 + }, + "4213.EG.334": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E34, Labor", "arch_name": "E34@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50561", - "roomcode": "4213.EG.334", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=50573", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50561, + "usage_id": 102 + }, + "4213.EG.335": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E35, Labor", "arch_name": "E35@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50573", - "roomcode": "4213.EG.335", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=28158", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53557, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50573, + "usage_id": 102 + }, + "4213.EG.336": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E36, Labor", "arch_name": "E36@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28158", - "roomcode": "4213.EG.336", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51706", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53557, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28158, + "usage_id": 102 + }, + "4213.EG.337": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E37, B\u00fcro", "arch_name": "E37@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51917&cRes=18532&cReadonly=J", - "list_index": "166", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51706", - "roomcode": "4213.EG.337", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51552", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18532, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51706, + "usage_id": 12 + }, + "4213.EG.338": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E38, B\u00fcro", "arch_name": "E38@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51552", - "roomcode": "4213.EG.338", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51537", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51552, + "usage_id": 12 + }, + "4213.EG.339": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E39, B\u00fcro", "arch_name": "E39@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51537", - "roomcode": "4213.EG.339", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51522", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15579, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51537, + "usage_id": 12 + }, + "4213.EG.340": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E40, Labor", "arch_name": "E40@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=33712&cReadonly=J", - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51522", - "roomcode": "4213.EG.340", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51339", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 33712, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51522, + "usage_id": 102 + }, + "4213.EG.341": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E41, Labor", "arch_name": "E41@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=33713&cReadonly=J", - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51339", - "roomcode": "4213.EG.341", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51191", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 33713, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51339, + "usage_id": 102 + }, + "4213.EG.342": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E42, Labor", "arch_name": "E42@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=33714&cReadonly=J", - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51191", - "roomcode": "4213.EG.342", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51353", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 33714, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51191, + "usage_id": 102 + }, + "4213.EG.343": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E43, Labor/B\u00fcro", "arch_name": "E43@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=33717&cReadonly=J", - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51353", - "roomcode": "4213.EG.343", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51367", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 33717, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51353, + "usage_id": 12 + }, + "4213.EG.344": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E44, Installation", "arch_name": "E44@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51367", - "roomcode": "4213.EG.344", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=51734", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51367, + "usage_id": 120 + }, + "4213.EG.345": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E45, B\u00fcro", "arch_name": "E45@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=33716&cReadonly=J", - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51734", - "roomcode": "4213.EG.345", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=52040", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 33716, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51734, + "usage_id": 12 + }, + "4213.EG.346": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E46, Laborsp\u00fclraum (gem. Nutzung 1110064600)", "arch_name": "E46@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52040", - "roomcode": "4213.EG.346", - "usage": 209 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=52054", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52040, + "usage_id": 209 + }, + "4213.EG.347": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "E47, Labor (gem. Nutz. 1110000000)", "arch_name": "E47@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=53557", - "operator": "[ TUS4F9L ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52054", - "roomcode": "4213.EG.347", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=72896", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 53557, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52054, + "usage_id": 102 + }, + "4213.EG.501": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "TR-01, Technik (Trafostation XXVI)", "arch_name": "TR-01@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72896", - "roomcode": "4213.EG.501", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=72897", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72896, + "usage_id": 120 + }, + "4213.EG.502": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72897", - "roomcode": "4213.EG.502", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=72907", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72897, + "usage_id": 30 + }, + "4213.EG.508": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "TR-08, Flur (Trafost. XXVI)", "arch_name": "TR-08@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72907", - "roomcode": "4213.EG.508", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63773", + "area_id": 42, + "building_id": 680, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72907, + "usage_id": 222 + }, + "4213.U1.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U1a, Flur U1 - U6", "arch_name": "U1a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63773", - "roomcode": "4213.U1.001", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63774", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63773, + "usage_id": 222 + }, + "4213.U1.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U7a, Flur U7 - U15", "arch_name": "U7a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63774", - "roomcode": "4213.U1.002", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63775", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63774, + "usage_id": 222 + }, + "4213.U1.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U16a, Flur U16 - U18", "arch_name": "U16a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63775", - "roomcode": "4213.U1.003", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63776", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63775, + "usage_id": 222 + }, + "4213.U1.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U19a, Flur U19 - U22/U64-U69", "arch_name": "U19a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63776", - "roomcode": "4213.U1.004", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63831", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63776, + "usage_id": 222 + }, + "4213.U1.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U41a, Treppenhaus", "arch_name": "U41a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63831", - "roomcode": "4213.U1.005", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63777", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63831, + "usage_id": 223 + }, + "4213.U1.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U70a, Flur U70 - U71", "arch_name": "U70a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63777", - "roomcode": "4213.U1.006", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63778", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63777, + "usage_id": 222 + }, + "4213.U1.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U23a, Flur U23 - U33", "arch_name": "U23a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63778", - "roomcode": "4213.U1.007", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63779", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63778, + "usage_id": 222 + }, + "4213.U1.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U72a, Flur U72 - U73", "arch_name": "U72a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63779", - "roomcode": "4213.U1.008", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63832", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63779, + "usage_id": 222 + }, + "4213.U1.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U51a, Treppenhaus", "arch_name": "U51a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63832", - "roomcode": "4213.U1.009", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63780", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63832, + "usage_id": 223 + }, + "4213.U1.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U34a, Flur U34 - U36/U74", "arch_name": "U34a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63780", - "roomcode": "4213.U1.010", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63781", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63780, + "usage_id": 222 + }, + "4213.U1.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U74a, Flur / Garderobe", "arch_name": "U74a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63781", - "roomcode": "4213.U1.011", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63782", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63781, + "usage_id": 222 + }, + "4213.U1.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U37a, Flur U37 - U40", "arch_name": "U37a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63782", - "roomcode": "4213.U1.012", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63783", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63782, + "usage_id": 222 + }, + "4213.U1.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U75a, Flur U75 - U76", "arch_name": "U75a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63783", - "roomcode": "4213.U1.013", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63784", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63783, + "usage_id": 222 + }, + "4213.U1.201": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H1, Technikumshalle", "arch_name": "H1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63784", - "roomcode": "4213.U1.201", - "usage": 49 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63785", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63784, + "usage_id": 49 + }, + "4213.U1.202": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H2, MakerSpace", "arch_name": "H2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63785", - "roomcode": "4213.U1.202", - "usage": 49 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63786", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63785, + "usage_id": 49 + }, + "4213.U1.203": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H3, Lager", "arch_name": "H3@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63786", - "roomcode": "4213.U1.203", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63787", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63786, + "usage_id": 30 + }, + "4213.U1.204": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H4, Meisterb\u00fcro", "arch_name": "H4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63787", - "roomcode": "4213.U1.204", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=69470", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63787, + "usage_id": 12 + }, + "4213.U1.205": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H5, Mechanikwerkstatt", "arch_name": "H5@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69470", - "roomcode": "4213.U1.205", - "usage": 51 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=69471", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69470, + "usage_id": 51 + }, + "4213.U1.206": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H6, Holz-/Kunststoffwerkstatt", "arch_name": "H6@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69471", - "roomcode": "4213.U1.206", - "usage": 107 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63789", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69471, + "usage_id": 107 + }, + "4213.U1.207": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H7, Labor", "arch_name": "H7@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63789", - "roomcode": "4213.U1.207", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63833", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63789, + "usage_id": 102 + }, + "4213.U1.208": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H8, Vorbereitung", "arch_name": "H8@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63833", - "roomcode": "4213.U1.208", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63834", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63833, + "usage_id": 136 + }, + "4213.U1.209": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H9, Aufenthaltsraum", "arch_name": "H9@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63834", - "roomcode": "4213.U1.209", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63836", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63834, + "usage_id": 44 + }, + "4213.U1.210": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H1a, Treppe", "arch_name": "H1a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63836", - "roomcode": "4213.U1.210", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63837", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63836, + "usage_id": 223 + }, + "4213.U1.211": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H1b, Treppe", "arch_name": "H1b@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63837", - "roomcode": "4213.U1.211", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63838", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63837, + "usage_id": 223 + }, + "4213.U1.212": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "H1c, Treppe", "arch_name": "H1c@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63838", - "roomcode": "4213.U1.212", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52394", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63838, + "usage_id": 223 + }, + "4213.U1.301": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U1, Lager brennbare Fl\u00fcssigkeiten", "arch_name": "U1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52394", - "roomcode": "4213.U1.301", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52409", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52394, + "usage_id": 30 + }, + "4213.U1.302": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U2, Food 1", "arch_name": "U2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52409", - "roomcode": "4213.U1.302", - "usage": 155 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52419", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52409, + "usage_id": 155 + }, + "4213.U1.303": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U3, Food 2", "arch_name": "U3@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52419", - "roomcode": "4213.U1.303", - "usage": 155 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50078", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52419, + "usage_id": 155 + }, + "4213.U1.304": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U4, Food 3", "arch_name": "U4@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50078", - "roomcode": "4213.U1.304", - "usage": 155 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50096", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50078, + "usage_id": 155 + }, + "4213.U1.305": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U5, Food 4", "arch_name": "U5@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50096", - "roomcode": "4213.U1.305", - "usage": 155 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50228", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50096, + "usage_id": 155 + }, + "4213.U1.306": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U6, Druckluftanlage", "arch_name": "U6@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50228", - "roomcode": "4213.U1.306", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50243", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50228, + "usage_id": 32 + }, + "4213.U1.307": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U7, Technik", "arch_name": "U7@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50243", - "roomcode": "4213.U1.307", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50257", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50243, + "usage_id": 120 + }, + "4213.U1.308": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U8, K\u00fchllabor", "arch_name": "U8@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50257", - "roomcode": "4213.U1.308", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50391", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50257, + "usage_id": 199 + }, + "4213.U1.309": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U9, Tankraum", "arch_name": "U9@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50391", - "roomcode": "4213.U1.309", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50413", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50391, + "usage_id": 30 + }, + "4213.U1.310": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U10, K\u00fchlraum", "arch_name": "U10@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50413", - "roomcode": "4213.U1.310", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50427", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50413, + "usage_id": 199 + }, + "4213.U1.311": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U11, K\u00fchlraum", "arch_name": "U11@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50427", - "roomcode": "4213.U1.311", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50562", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50427, + "usage_id": 199 + }, + "4213.U1.312": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U12, K\u00fchlraum", "arch_name": "U12@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50562", - "roomcode": "4213.U1.312", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=27448", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50562, + "usage_id": 199 + }, + "4213.U1.313": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U13, Agro 1", "arch_name": "U13@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27448", - "roomcode": "4213.U1.313", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50581", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27448, + "usage_id": 194 + }, + "4213.U1.314": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U14, Agro 2", "arch_name": "U14@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": "tvKalender.wSicht?cOrg=51917&cRes=18491&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50581", - "roomcode": "4213.U1.314", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50722", + "area_id": 42, + "building_id": 680, + "calendar_resource_nr": 18491, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50581, + "usage_id": 194 + }, + "4213.U1.315": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U15, Agro 3", "arch_name": "U15@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50722", - "roomcode": "4213.U1.315", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50734", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50722, + "usage_id": 194 + }, + "4213.U1.316": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U16, Agro 4", "arch_name": "U16@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50734", - "roomcode": "4213.U1.316", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50750", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50734, + "usage_id": 194 + }, + "4213.U1.317": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U17, Agro 5", "arch_name": "U17@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50750", - "roomcode": "4213.U1.317", - "usage": 194 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50896", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50750, + "usage_id": 194 + }, + "4213.U1.318": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U18, Umkleide-Herren", "arch_name": "U18@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50896", - "roomcode": "4213.U1.318", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50913", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50896, + "usage_id": 121 + }, + "4213.U1.319": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U19, Umkleide-Damen", "arch_name": "U19@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50913", - "roomcode": "4213.U1.319", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50928", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50913, + "usage_id": 121 + }, + "4213.U1.320": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U20, Installation", "arch_name": "U20@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50928", - "roomcode": "4213.U1.320", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50940", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50928, + "usage_id": 120 + }, + "4213.U1.321": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U21, Installation", "arch_name": "U21@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50940", - "roomcode": "4213.U1.321", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51074", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50940, + "usage_id": 120 + }, + "4213.U1.322": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U22a, Technik", "arch_name": "U22a@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51074", - "roomcode": "4213.U1.322", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=68962", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51074, + "usage_id": 120 + }, + "4213.U1.322B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U22b, Technik", "arch_name": "U22b@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68962", - "roomcode": "4213.U1.322B", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=68963", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68962, + "usage_id": 120 + }, + "4213.U1.322C": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U22c, Heizungsraum Haustechnik", "arch_name": "U22c@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68963", - "roomcode": "4213.U1.322C", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51089", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68963, + "usage_id": 120 + }, + "4213.U1.323": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U23, Technik", "arch_name": "U23@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51089", - "roomcode": "4213.U1.323", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51100", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51089, + "usage_id": 120 + }, + "4213.U1.324": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U24, Klimaraum", "arch_name": "U24@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51100", - "roomcode": "4213.U1.324", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48622", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51100, + "usage_id": 30 + }, + "4213.U1.325": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U25, Klimaraum", "arch_name": "U25@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48622", - "roomcode": "4213.U1.325", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48635", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48622, + "usage_id": 30 + }, + "4213.U1.326": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U26, Klimaraum", "arch_name": "U26@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48635", - "roomcode": "4213.U1.326", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48649", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48635, + "usage_id": 30 + }, + "4213.U1.327": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U27, Klimaraum", "arch_name": "U27@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48649", - "roomcode": "4213.U1.327", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48780", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48649, + "usage_id": 30 + }, + "4213.U1.328": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U28, Klimaraum", "arch_name": "U28@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48780", - "roomcode": "4213.U1.328", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48804", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48780, + "usage_id": 30 + }, + "4213.U1.329": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U29, Klimaraum", "arch_name": "U29@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48804", - "roomcode": "4213.U1.329", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48813", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48804, + "usage_id": 30 + }, + "4213.U1.330": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U30, Klimaraum", "arch_name": "U30@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48813", - "roomcode": "4213.U1.330", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48954", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48813, + "usage_id": 30 + }, + "4213.U1.331": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U31, Klimaraum", "arch_name": "U31@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48954", - "roomcode": "4213.U1.331", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48965", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48954, + "usage_id": 30 + }, + "4213.U1.332": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U32, Klimaraum", "arch_name": "U32@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48965", - "roomcode": "4213.U1.332", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48977", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48965, + "usage_id": 30 + }, + "4213.U1.333": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U33, Klimaraum", "arch_name": "U33@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48977", - "roomcode": "4213.U1.333", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49123", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48977, + "usage_id": 30 + }, + "4213.U1.334": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U34, Installationsschacht", "arch_name": "U34@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49123", - "roomcode": "4213.U1.334", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49133", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49123, + "usage_id": 120 + }, + "4213.U1.335": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U35, IGL Kitchen", "arch_name": "U35@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49133", - "roomcode": "4213.U1.335", - "usage": 155 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49147", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49133, + "usage_id": 155 + }, + "4213.U1.336": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U36, Biologische Pr\u00fcfungen/Labor/Kurzzeitversuche", "arch_name": "U36@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=46717", - "operator": "[ TUWZB1T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49147", - "roomcode": "4213.U1.336", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49293", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 46717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49147, + "usage_id": 102 + }, + "4213.U1.337": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U37, Lager", "arch_name": "U37@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49293", - "roomcode": "4213.U1.337", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49303", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49293, + "usage_id": 30 + }, + "4213.U1.338": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U38, Lager", "arch_name": "U38@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49303", - "roomcode": "4213.U1.338", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49316", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49303, + "usage_id": 30 + }, + "4213.U1.339": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U39, Lager", "arch_name": "U39@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49316", - "roomcode": "4213.U1.339", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49458", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49316, + "usage_id": 30 + }, + "4213.U1.340": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U40, Lager", "arch_name": "U40@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49458", - "roomcode": "4213.U1.340", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49475", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49458, + "usage_id": 30 + }, + "4213.U1.341": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U41, Material- und Ger\u00e4telager", "arch_name": "U41@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49475", - "roomcode": "4213.U1.341", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49487", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49475, + "usage_id": 30 + }, + "4213.U1.342": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U42, WC-Herren", "arch_name": "U42@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49487", - "roomcode": "4213.U1.342", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49627", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49487, + "usage_id": 115 + }, + "4213.U1.343": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U43, Technik", "arch_name": "U43@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49627", - "roomcode": "4213.U1.343", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49639", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49627, + "usage_id": 120 + }, + "4213.U1.344": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U44, Gefrierraum", "arch_name": "U44@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49639", - "roomcode": "4213.U1.344", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49651", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49639, + "usage_id": 199 + }, + "4213.U1.345": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U45, Gefrierraum", "arch_name": "U45@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49651", - "roomcode": "4213.U1.345", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49781", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49651, + "usage_id": 199 + }, + "4213.U1.346": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U46, Tiefgefrierraum", "arch_name": "U46@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49781", - "roomcode": "4213.U1.346", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49797", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49781, + "usage_id": 199 + }, + "4213.U1.347": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U47, Tiefgefrierraum", "arch_name": "U47@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49797", - "roomcode": "4213.U1.347", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49811", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49797, + "usage_id": 199 + }, + "4213.U1.348": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U48, Lager", "arch_name": "U48@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49811", - "roomcode": "4213.U1.348", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49947", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49811, + "usage_id": 30 + }, + "4213.U1.349": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U49, K\u00fchlraum", "arch_name": "U49@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49947", - "roomcode": "4213.U1.349", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49957", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49947, + "usage_id": 199 + }, + "4213.U1.350": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U50, Installation", "arch_name": "U50@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49957", - "roomcode": "4213.U1.350", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=49969", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49957, + "usage_id": 120 + }, + "4213.U1.351": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U51, WC-Herren", "arch_name": "U51@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49969", - "roomcode": "4213.U1.351", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50116", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49969, + "usage_id": 115 + }, + "4213.U1.352": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U52, Technik", "arch_name": "U52@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50116", - "roomcode": "4213.U1.352", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50290", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50116, + "usage_id": 120 + }, + "4213.U1.356": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U56, Gefahrstofflager", "arch_name": "U56@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50290", - "roomcode": "4213.U1.356", - "usage": 132 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50299", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50290, + "usage_id": 132 + }, + "4213.U1.357": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U57, Installation", "arch_name": "U57@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50299", - "roomcode": "4213.U1.357", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50438", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50299, + "usage_id": 120 + }, + "4213.U1.358": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U58, WC-Damen", "arch_name": "U58@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50438", - "roomcode": "4213.U1.358", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50451", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50438, + "usage_id": 116 + }, + "4213.U1.359": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U59, Installation", "arch_name": "U59@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50451", - "roomcode": "4213.U1.359", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50464", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50451, + "usage_id": 120 + }, + "4213.U1.360": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U60, WC-Damen", "arch_name": "U60@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50464", - "roomcode": "4213.U1.360", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50602", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50464, + "usage_id": 116 + }, + "4213.U1.361": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U61, Lager", "arch_name": "U61@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50602", - "roomcode": "4213.U1.361", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50618", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50602, + "usage_id": 30 + }, + "4213.U1.362": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U62, K\u00fchlschrankraum", "arch_name": "U62@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50618", - "roomcode": "4213.U1.362", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50629", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50618, + "usage_id": 30 + }, + "4213.U1.363": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U63, Lager-Technikum", "arch_name": "U63@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51917", - "operator": "[ TUS4F4C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50629", - "roomcode": "4213.U1.363", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50768", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51917, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50629, + "usage_id": 30 + }, + "4213.U1.364": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U64, Reinigungsmittelraum", "arch_name": "U64@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50768", - "roomcode": "4213.U1.364", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50782", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50768, + "usage_id": 205 + }, + "4213.U1.365": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U65, Installation", "arch_name": "U65@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50782", - "roomcode": "4213.U1.365", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50796", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50782, + "usage_id": 120 + }, + "4213.U1.366": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U66, Kopierraum", "arch_name": "U66@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50796", - "roomcode": "4213.U1.366", - "usage": 110 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50946", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50796, + "usage_id": 110 + }, + "4213.U1.367": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U67, Labor", "arch_name": "U67@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50946", - "roomcode": "4213.U1.367", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50986", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50946, + "usage_id": 102 + }, + "4213.U1.370": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U70, W\u00e4geraum", "arch_name": "U70@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50986", - "roomcode": "4213.U1.370", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=27685", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50986, + "usage_id": 102 + }, + "4213.U1.371": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U71, Auswertungen / PC-Rechnerraum", "arch_name": "U71@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27685", - "roomcode": "4213.U1.371", - "usage": 207 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51142", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27685, + "usage_id": 207 + }, + "4213.U1.372": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U72, Massenspektrometrie", "arch_name": "U72@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51142", - "roomcode": "4213.U1.372", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48679", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51142, + "usage_id": 102 + }, + "4213.U1.373": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U73, Labor", "arch_name": "U73@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48679", - "roomcode": "4213.U1.373", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48688", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48679, + "usage_id": 102 + }, + "4213.U1.374": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U74, Installation.", "arch_name": "U74@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48688", - "roomcode": "4213.U1.374", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48824", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48688, + "usage_id": 120 + }, + "4213.U1.375": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U75, Labor", "arch_name": "U75@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48824", - "roomcode": "4213.U1.375", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48837", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48824, + "usage_id": 102 + }, + "4213.U1.376": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "U76, Auswerterraum / PC-Rechnerraum", "arch_name": "U76@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48837", - "roomcode": "4213.U1.376", - "usage": 207 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63749", + "area_id": 42, + "building_id": 680, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 43299, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48837, + "usage_id": 207 + }, + "4213.U2.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63749", - "roomcode": "4213.U2.001", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63750", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63749, + "usage_id": 120 + }, + "4213.U2.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63750", - "roomcode": "4213.U2.002", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63751", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63750, + "usage_id": 120 + }, + "4213.U2.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63751", - "roomcode": "4213.U2.003", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63752", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63751, + "usage_id": 120 + }, + "4213.U2.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63752", - "roomcode": "4213.U2.004", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63753", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63752, + "usage_id": 120 + }, + "4213.U2.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63753", - "roomcode": "4213.U2.005", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63754", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63753, + "usage_id": 120 + }, + "4213.U2.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63754", - "roomcode": "4213.U2.006", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63756", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63754, + "usage_id": 120 + }, + "4213.U2.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "2, Neutralisationsanlage", "arch_name": "2@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63756", - "roomcode": "4213.U2.007", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63827", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63756, + "usage_id": 120 + }, + "4213.U2.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "1, Treppenhaus", "arch_name": "1@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63827", - "roomcode": "4213.U2.008", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63828", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63827, + "usage_id": 223 + }, + "4213.U2.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Aufzug", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63828", - "roomcode": "4213.U2.009", - "usage": 5 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63755", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63828, + "usage_id": 5 + }, + "4213.U2.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63755", - "roomcode": "4213.U2.010", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63757", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63755, + "usage_id": 120 + }, + "4213.U2.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Druckluft", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63757", - "roomcode": "4213.U2.011", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63758", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63757, + "usage_id": 32 + }, + "4213.U2.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63758", - "roomcode": "4213.U2.012", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63759", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63758, + "usage_id": 120 + }, + "4213.U2.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63759", - "roomcode": "4213.U2.013", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63760", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63759, + "usage_id": 120 + }, + "4213.U2.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63760", - "roomcode": "4213.U2.014", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63761", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63760, + "usage_id": 120 + }, + "4213.U2.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63761", - "roomcode": "4213.U2.015", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=63762", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63761, + "usage_id": 120 + }, + "4213.U2.016": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "alt_name": "Installations Gang", "arch_name": "@4213", - "b_area_id": 42, - "b_filter_id": 680, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63762", - "roomcode": "4213.U2.016", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50335", + "area_id": 42, + "building_id": 680, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63762, + "usage_id": 120 + }, + "4214.EG.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO01, Foyer (Steinboden)", "arch_name": "HO01@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=25888&cReadonly=J", - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50335", - "roomcode": "4214.EG.001", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50346", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 25888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50335, + "usage_id": 222 + }, + "4214.EG.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO02, Windfang", "arch_name": "HO02@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50346", - "roomcode": "4214.EG.002", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50487", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50346, + "usage_id": 52 + }, + "4214.EG.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO03, Foyer (Teppich)", "arch_name": "HO03@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=25887&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50487", - "roomcode": "4214.EG.003", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50499", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 25887, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50487, + "usage_id": 222 + }, + "4214.EG.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO04, Flur", "arch_name": "HO04@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50499", - "roomcode": "4214.EG.004", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50512", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50499, + "usage_id": 222 + }, + "4214.EG.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO05, Flur", "arch_name": "HO05@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50512", - "roomcode": "4214.EG.005", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50650", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50512, + "usage_id": 222 + }, + "4214.EG.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO06, Flur", "arch_name": "HO06@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50650", - "roomcode": "4214.EG.006", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=13266", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50650, + "usage_id": 222 + }, + "4214.EG.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12533&cReadonly=J", - "extended": { - "additional_description": "HO10, H\u00f6rsaal 16 Carl-Kronacher-H\u00f6rsaal (WZWH16)", - "address": "Maximus-von-Imhof-Forum 6(4214), Erdgescho\u00df", - "architect_room_nr": "HO10@4214", - "area_m2": 243.42, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "010", - "seats": 250, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13266", - "roomcode": "4214.EG.010", - "usage": 20 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50671", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 12533, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 250, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13266, + "usage_id": 20 + }, + "4214.EG.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO11, Projektionsraum", "arch_name": "HO11@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50671", - "roomcode": "4214.EG.011", - "usage": 23 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50813", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50671, + "usage_id": 23 + }, + "4214.EG.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO12, Be- und Entl\u00fcftung", "arch_name": "HO12@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50813", - "roomcode": "4214.EG.012", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=13276", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50813, + "usage_id": 32 + }, + "4214.EG.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12534&cReadonly=J", - "extended": { - "additional_description": "HO20, H\u00f6rsaal 15 Carl-Lindner-H\u00f6rsaal (WZWH15)", - "address": "Maximus-von-Imhof-Forum 6(4214), Erdgescho\u00df", - "architect_room_nr": "HO20@4214", - "area_m2": 328.94, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "020", - "seats": 350, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13276", - "roomcode": "4214.EG.020", - "usage": 20 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50838", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 12534, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 350, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13276, + "usage_id": 20 + }, + "4214.EG.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO21, Projektionsraum", "arch_name": "HO21@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50838", - "roomcode": "4214.EG.021", - "usage": 23 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=50992", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50838, + "usage_id": 23 + }, + "4214.EG.022": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO22, Be- und Entl\u00fcftung", "arch_name": "HO22@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50992", - "roomcode": "4214.EG.022", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=9505", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50992, + "usage_id": 32 + }, + "4214.EG.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12526&cReadonly=J", - "extended": { - "additional_description": "HO30, H\u00f6rsaal 14 Max-Sch\u00f6nleutner-H\u00f6rsaal (WZWH14)", - "address": "Maximus-von-Imhof-Forum 6(4214), Erdgescho\u00df", - "architect_room_nr": "HO30@4214", - "area_m2": 617.48, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "030", - "seats": 650, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9505", - "roomcode": "4214.EG.030", - "usage": 20 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48489", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 12526, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 650, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9505, + "usage_id": 20 + }, + "4214.EG.031": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO31, Projektionsraum", "arch_name": "HO31@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=20921&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48489", - "roomcode": "4214.EG.031", - "usage": 23 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48492", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 20921, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48489, + "usage_id": 23 + }, + "4214.EG.032": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO32, Be- und Entl\u00fcftung", "arch_name": "HO32@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48492", - "roomcode": "4214.EG.032", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=9507", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48492, + "usage_id": 32 + }, + "4214.EG.040": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO40, Seminarraum 2 (WZWS02)", "arch_name": "HO40@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12638&cReadonly=J", - "extended": { - "additional_description": "HO40, Seminarraum 2 (WZWS02)", - "address": "Maximus-von-Imhof-Forum 6(4214), Erdgescho\u00df", - "architect_room_nr": "HO40@4214", - "area_m2": 77.29, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "040", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9507", - "roomcode": "4214.EG.040", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=9508", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 12638, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9507, + "usage_id": 41 + }, + "4214.EG.041": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO41, Seminarraum 1 (WZWS01)(Teek\u00fcche)", "arch_name": "HO41@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15333&cReadonly=J", - "extended": { - "additional_description": "HO41, Seminarraum 1 (WZWS01)(Teek\u00fcche)", - "address": "Maximus-von-Imhof-Forum 6(4214), Erdgescho\u00df", - "architect_room_nr": "HO41@4214", - "area_m2": 79.63, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "041", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9508", - "roomcode": "4214.EG.041", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48500", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 15333, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9508, + "usage_id": 41 + }, + "4214.EG.042": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO42, Teek\u00fcche (Seminarraum 1/WZWS01)", "arch_name": "HO42@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=31952&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48500", - "roomcode": "4214.EG.042", - "usage": 198 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=72813", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 31952, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48500, + "usage_id": 198 + }, + "4214.EG.042A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO42a, WC-Barrierefrei/Wickeltisch", "arch_name": "HO42a@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72813", - "roomcode": "4214.EG.042A", - "usage": 117 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48505", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72813, + "usage_id": 117 + }, + "4214.EG.043": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO43, Lager", "arch_name": "HO43@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48505", - "roomcode": "4214.EG.043", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48509", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48505, + "usage_id": 30 + }, + "4214.EG.044": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO44, WC-Damen Vorraum", "arch_name": "HO44@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48509", - "roomcode": "4214.EG.044", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48513", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48509, + "usage_id": 118 + }, + "4214.EG.045": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO45, WC-Damen", "arch_name": "HO45@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48513", - "roomcode": "4214.EG.045", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48517", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48513, + "usage_id": 116 + }, + "4214.EG.046": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "Ho46, WC-Herren Vorraum", "arch_name": "Ho46@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48517", - "roomcode": "4214.EG.046", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48521", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48517, + "usage_id": 118 + }, + "4214.EG.047": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO47, Reinigungsmittelraum", "arch_name": "HO47@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48521", - "roomcode": "4214.EG.047", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48525", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48521, + "usage_id": 205 + }, + "4214.EG.048": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO48, WC-Herren", "arch_name": "HO48@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48525", - "roomcode": "4214.EG.048", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=48529", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48525, + "usage_id": 115 + }, + "4214.EG.049": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HO49, WC-Herren", "arch_name": "HO49@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48529", - "roomcode": "4214.EG.049", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50327", + "area_id": 42, + "building_id": 681, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48529, + "usage_id": 115 + }, + "4214.U1.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU01, Foyer (Untergeschoss)", "arch_name": "HU01@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=25889&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50327", - "roomcode": "4214.U1.001", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50340", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 25889, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50327, + "usage_id": 222 + }, + "4214.U1.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU26, Garderobe", "arch_name": "HU26@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50340", - "roomcode": "4214.U1.002", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50480", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50340, + "usage_id": 121 + }, + "4214.U1.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU03, Flur", "arch_name": "HU03@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50480", - "roomcode": "4214.U1.003", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50494", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50480, + "usage_id": 222 + }, + "4214.U1.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU04, Flur", "arch_name": "HU04@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50494", - "roomcode": "4214.U1.004", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49680", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50494, + "usage_id": 222 + }, + "4214.U1.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU05, Flur", "arch_name": "HU05@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49680", - "roomcode": "4214.U1.005", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49691", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49680, + "usage_id": 222 + }, + "4214.U1.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU06, Flur", "arch_name": "HU06@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49691", - "roomcode": "4214.U1.006", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49697", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49691, + "usage_id": 222 + }, + "4214.U1.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU07, Flur", "arch_name": "HU07@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49697", - "roomcode": "4214.U1.007", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49826", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49697, + "usage_id": 222 + }, + "4214.U1.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU08, Verbindungsgang", "arch_name": "HU08@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49826", - "roomcode": "4214.U1.008", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49839", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49826, + "usage_id": 222 + }, + "4214.U1.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU10, Vorbereitungsraum", "arch_name": "HU10@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49839", - "roomcode": "4214.U1.010", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49847", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49839, + "usage_id": 136 + }, + "4214.U1.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU11, Installationsschacht", "arch_name": "HU11@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49847", - "roomcode": "4214.U1.011", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49975", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49847, + "usage_id": 120 + }, + "4214.U1.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU12, Technik Abluft", "arch_name": "HU12@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49975", - "roomcode": "4214.U1.012", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49990", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49975, + "usage_id": 32 + }, + "4214.U1.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU 13, Lager", "arch_name": "HU 13@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49990", - "roomcode": "4214.U1.013", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49998", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49990, + "usage_id": 30 + }, + "4214.U1.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU 14, Aufenthaltsraum/Lager (Kellerloft)", "arch_name": "HU 14@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=38802&cRes=21764&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49998", - "roomcode": "4214.U1.014", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50007", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 21764, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49998, + "usage_id": 30 + }, + "4214.U1.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU15, Flur/Vitrinen", "arch_name": "HU15@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50007", - "roomcode": "4214.U1.015", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50151", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50007, + "usage_id": 222 + }, + "4214.U1.020": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU20, Installationsschacht", "arch_name": "HU20@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50151", - "roomcode": "4214.U1.020", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50161", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50151, + "usage_id": 120 + }, + "4214.U1.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU21, Vorbereitungsraum", "arch_name": "HU21@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50161", - "roomcode": "4214.U1.021", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50172", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50161, + "usage_id": 136 + }, + "4214.U1.022": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU22, Be- und Entl\u00fcftung", "arch_name": "HU22@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50172", - "roomcode": "4214.U1.022", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50181", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50172, + "usage_id": 32 + }, + "4214.U1.023": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU23, Schauraum", "arch_name": "HU23@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50181", - "roomcode": "4214.U1.023", - "usage": 148 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=28717", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50181, + "usage_id": 148 + }, + "4214.U1.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU24, Seminarraum Biologie", "arch_name": "HU24@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=15626&cRes=15334&cReadonly=J", - "extended": { - "additional_description": "HU24, Seminarraum Biologie", - "address": "Maximus-von-Imhof-Forum 6(4214), 1.Untergescho\u00df", - "architect_room_nr": "HU24@4214", - "area_m2": 59.03, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "024", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28717", - "roomcode": "4214.U1.024", - "usage": 131 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=59355", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 15334, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28717, + "usage_id": 131 + }, + "4214.U1.024A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU24A, IT-Schulungsraum", "arch_name": "HU24A@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=26175&cRes=18781&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59355", - "roomcode": "4214.U1.024A", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50321", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 18781, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 29111, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59355, + "usage_id": 213 + }, + "4214.U1.030": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU30, Installationsschacht", "arch_name": "HU30@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50321", - "roomcode": "4214.U1.030", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50506", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50321, + "usage_id": 120 + }, + "4214.U1.031": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU31, Vorbereitungsraum", "arch_name": "HU31@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50506", - "roomcode": "4214.U1.031", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50645", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50506, + "usage_id": 136 + }, + "4214.U1.032": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU32, Be- und Entl\u00fcftung", "arch_name": "HU32@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50645", - "roomcode": "4214.U1.032", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50657", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50645, + "usage_id": 32 + }, + "4214.U1.033": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU33, Schauraum", "arch_name": "HU33@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50657", - "roomcode": "4214.U1.033", - "usage": 148 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=15855", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50657, + "usage_id": 148 + }, + "4214.U1.034": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU34, Seminarraum 3 (WZWS03)", "arch_name": "HU34@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12593&cReadonly=J", - "extended": { - "additional_description": "HU34, Seminarraum 3 (WZWS03)", - "address": "Maximus-von-Imhof-Forum 6(4214), 1.Untergescho\u00df", - "architect_room_nr": "HU34@4214", - "area_m2": 110.78, - "building": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "034", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=15855", - "roomcode": "4214.U1.034", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=59031", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 12593, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15855, + "usage_id": 41 + }, + "4214.U1.035": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU34A, IT-Schulungsraum", "arch_name": "HU34A@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": "tvKalender.wSicht?cOrg=39071&cRes=18610&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59031", - "roomcode": "4214.U1.035", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50676", + "area_id": 42, + "building_id": 681, + "calendar_resource_nr": 18610, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 29111, + "seats": { + "sitting": 19, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59031, + "usage_id": 213 + }, + "4214.U1.040": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU40, Betriebsarzt", "arch_name": "HU40@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50676", - "roomcode": "4214.U1.040", - "usage": 124 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50814", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50676, + "usage_id": 124 + }, + "4214.U1.041": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU41, Betriebsarzt", "arch_name": "HU41@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50814", - "roomcode": "4214.U1.041", - "usage": 124 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50829", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50814, + "usage_id": 124 + }, + "4214.U1.042": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU42, Betriebspsychologischer Dienst / Schwebehind", "arch_name": "HU42@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50829", - "roomcode": "4214.U1.042", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=65904", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50829, + "usage_id": 12 + }, + "4214.U1.043A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU43A, B\u00fcro", "arch_name": "HU43A@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65904", - "roomcode": "4214.U1.043A", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=65905", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65904, + "usage_id": 12 + }, + "4214.U1.043B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU 43B, Besprechung", "arch_name": "HU 43B@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65905", - "roomcode": "4214.U1.043B", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=65906", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65905, + "usage_id": 196 + }, + "4214.U1.043C": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU43C, B\u00fcro", "arch_name": "HU43C@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15100", - "operator": "[ TULRGIS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65906", - "roomcode": "4214.U1.043C", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=13317", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65906, + "usage_id": 12 + }, + "4214.U1.044": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU44, Arbeitsraum", "arch_name": "HU44@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=13317", - "roomcode": "4214.U1.044", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=51003", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13317, + "usage_id": 12 + }, + "4214.U1.045": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU45, Vorbereitungsraum", "arch_name": "HU45@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51003", - "roomcode": "4214.U1.045", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=51017", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51003, + "usage_id": 136 + }, + "4214.U1.046": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU46, Vorbereitungsraum", "arch_name": "HU46@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51017", - "roomcode": "4214.U1.046", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48696", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51017, + "usage_id": 136 + }, + "4214.U1.047": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU47, Sammlungsraum", "arch_name": "HU47@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48696", - "roomcode": "4214.U1.047", - "usage": 187 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48708", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48696, + "usage_id": 187 + }, + "4214.U1.048": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU48, WC-Damen Vorraum", "arch_name": "HU48@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48708", - "roomcode": "4214.U1.048", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=51009", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48708, + "usage_id": 118 + }, + "4214.U1.049": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU49, WC-Damen", "arch_name": "HU49@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51009", - "roomcode": "4214.U1.049", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=51021", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51009, + "usage_id": 116 + }, + "4214.U1.050": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU50, WC-Herren", "arch_name": "HU50@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51021", - "roomcode": "4214.U1.050", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48699", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51021, + "usage_id": 115 + }, + "4214.U1.051": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU51, WC-Herren Vorraum", "arch_name": "HU51@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48699", - "roomcode": "4214.U1.051", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48711", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48699, + "usage_id": 118 + }, + "4214.U1.052": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU52, Rohrkeller", "arch_name": "HU52@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48711", - "roomcode": "4214.U1.052", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48722", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48711, + "usage_id": 120 + }, + "4214.U1.053": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU53, Stromversorgung", "arch_name": "HU53@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48722", - "roomcode": "4214.U1.053", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48731", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48722, + "usage_id": 160 + }, + "4214.U1.054": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "alt_name": "HU54, Rohrkeller", "arch_name": "HU54@4214", - "b_area_id": 42, - "b_filter_id": 681, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48731", - "roomcode": "4214.U1.054", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46841", + "area_id": 42, + "building_id": 681, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48731, + "usage_id": 120 + }, + "4215.01.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.02, Treppenraum", "arch_name": "P1.02@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46841", - "roomcode": "4215.01.002", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46860", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46841, + "usage_id": 223 + }, + "4215.01.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.03, Treppenraum", "arch_name": "P1.03@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46860", - "roomcode": "4215.01.003", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46879", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46860, + "usage_id": 223 + }, + "4215.01.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.04, Installation", "arch_name": "P1.04@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46879", - "roomcode": "4215.01.004", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47030", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46879, + "usage_id": 120 + }, + "4215.01.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.21, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "P1.21@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47030", - "roomcode": "4215.01.021", - "usage": 5 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47046", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47030, + "usage_id": 5 + }, + "4215.01.021A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.21A, Verteilerraum", "arch_name": "P1.21A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47046", - "roomcode": "4215.01.021A", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44344", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47046, + "usage_id": 120 + }, + "4215.01.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.24, Aufzug", "arch_name": "P1.24@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44344", - "roomcode": "4215.01.024", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44360", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44344, + "usage_id": 4 + }, + "4215.01.024A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.24A, Verteilerraum", "arch_name": "P1.24A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44360", - "roomcode": "4215.01.024A", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44379", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44360, + "usage_id": 120 + }, + "4215.01.025": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.25, Be- und Entl\u00fcftung", "arch_name": "P1.25@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44379", - "roomcode": "4215.01.025", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44528", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44379, + "usage_id": 32 + }, + "4215.01.052": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.52, Treppenraum", "arch_name": "P1.52@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44528", - "roomcode": "4215.01.052", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44550", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44528, + "usage_id": 223 + }, + "4215.01.053": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.53, Treppenraum", "arch_name": "P1.53@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44550", - "roomcode": "4215.01.053", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44559", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44550, + "usage_id": 223 + }, + "4215.01.054": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.54, Be- und Entl\u00fcftung", "arch_name": "P1.54@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44559", - "roomcode": "4215.01.054", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44712", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44559, + "usage_id": 32 + }, + "4215.01.055": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.55, Be- und Entl\u00fcftung", "arch_name": "P1.55@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44712", - "roomcode": "4215.01.055", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44729", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44712, + "usage_id": 32 + }, + "4215.01.055A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.55A, Be- und Entl\u00fcftung", "arch_name": "P1.55A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44729", - "roomcode": "4215.01.055A", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=44873", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44729, + "usage_id": 32 + }, + "4215.01.055B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P1.55B, Be- und Entl\u00fcftung", "arch_name": "P1.55B@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44873", - "roomcode": "4215.01.055B", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48317", + "area_id": 42, + "building_id": 682, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44873, + "usage_id": 32 + }, + "4215.EG.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO01, Windfang", "arch_name": "PO01@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48317", - "roomcode": "4215.EG.001", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48359", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48317, + "usage_id": 52 + }, + "4215.EG.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO02, Halle", "arch_name": "PO02@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48359", - "roomcode": "4215.EG.002", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48372", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48359, + "usage_id": 222 + }, + "4215.EG.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO03, Treppenraum", "arch_name": "PO03@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48372", - "roomcode": "4215.EG.003", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48390", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48372, + "usage_id": 223 + }, + "4215.EG.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO04, Flur", "arch_name": "PO04@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48390", - "roomcode": "4215.EG.004", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48429", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48390, + "usage_id": 222 + }, + "4215.EG.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO05, Installationsschacht", "arch_name": "PO05@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48429", - "roomcode": "4215.EG.005", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48445", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48429, + "usage_id": 120 + }, + "4215.EG.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO06, B\u00fcro", "arch_name": "PO06@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48445", - "roomcode": "4215.EG.006", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=67151", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48445, + "usage_id": 12 + }, + "4215.EG.006A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO06A, Lagerraum", "arch_name": "PO06A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67151", - "roomcode": "4215.EG.006A", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48468", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67151, + "usage_id": 30 + }, + "4215.EG.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO07, B\u00fcro", "arch_name": "PO07@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48468", - "roomcode": "4215.EG.007", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48545", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48468, + "usage_id": 12 + }, + "4215.EG.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO08, WC-Damen Vorraum", "arch_name": "PO08@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48545", - "roomcode": "4215.EG.008", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48548", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48545, + "usage_id": 118 + }, + "4215.EG.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO09, WC-Damen", "arch_name": "PO09@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48548", - "roomcode": "4215.EG.009", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48561", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48548, + "usage_id": 116 + }, + "4215.EG.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO10, Reinigungsmittelraum", "arch_name": "PO10@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48561", - "roomcode": "4215.EG.010", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=48573", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48561, + "usage_id": 205 + }, + "4215.EG.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO11, Praktikumsraum 16 (WZWP16)", "arch_name": "PO11@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18426&cReadonly=J", - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48573", - "roomcode": "4215.EG.011", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47119", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 18426, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48573, + "usage_id": 212 + }, + "4215.EG.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO12, B\u00fcro/Assistent", "arch_name": "PO12@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47119", - "roomcode": "4215.EG.012", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47126", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47119, + "usage_id": 12 + }, + "4215.EG.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO13, Messraum", "arch_name": "PO13@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47126", - "roomcode": "4215.EG.013", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47141", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47126, + "usage_id": 103 + }, + "4215.EG.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO14/15, K\u00fchlraum mit Vorraum", "arch_name": "PO14/15@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47141", - "roomcode": "4215.EG.014", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=25070", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47141, + "usage_id": 199 + }, + "4215.EG.016": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO16, Praktikumsraum 15 (WZWP15)", "arch_name": "PO16@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15336&cReadonly=J", - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25070", - "roomcode": "4215.EG.016", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47243", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 15336, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25070, + "usage_id": 212 + }, + "4215.EG.017": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO17, Vorbereitungsraum", "arch_name": "PO17@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47243", - "roomcode": "4215.EG.017", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47265", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47243, + "usage_id": 136 + }, + "4215.EG.018": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO18, Praktikumsraum 14 (WZWP14)", "arch_name": "PO18@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18427&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47265", - "roomcode": "4215.EG.018", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47338", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 18427, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47265, + "usage_id": 212 + }, + "4215.EG.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO21, Aufzug", "arch_name": "PO21@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47338", - "roomcode": "4215.EG.021", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47351", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47338, + "usage_id": 4 + }, + "4215.EG.021A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO21A, Verteilerraum", "arch_name": "PO21A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47351", - "roomcode": "4215.EG.021A", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47362", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47351, + "usage_id": 120 + }, + "4215.EG.022": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO22, HLS", "arch_name": "PO22@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47362", - "roomcode": "4215.EG.022", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47442", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47362, + "usage_id": 120 + }, + "4215.EG.023": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO23, HLS", "arch_name": "PO23@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47442", - "roomcode": "4215.EG.023", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47456", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47442, + "usage_id": 120 + }, + "4215.EG.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO24, Lastenaufzug", "arch_name": "PO24@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47456", - "roomcode": "4215.EG.024", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47462", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47456, + "usage_id": 4 + }, + "4215.EG.024A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO24A, ELT", "arch_name": "PO24A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47462", - "roomcode": "4215.EG.024A", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47480", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47462, + "usage_id": 160 + }, + "4215.EG.025": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO25, Flur", "arch_name": "PO25@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47480", - "roomcode": "4215.EG.025", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47653", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47480, + "usage_id": 222 + }, + "4215.EG.026": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO26, Vorbereitung/Lager (1110055000)", "arch_name": "PO26@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47653", - "roomcode": "4215.EG.026", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47666", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47653, + "usage_id": 136 + }, + "4215.EG.027": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO27, Praktikumsraum 13 (WZWP13)", "arch_name": "PO27@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=50717&cRes=20520&cReadonly=J", - "list_index": "92", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47666", - "roomcode": "4215.EG.027", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47677", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 20520, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 50717, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47666, + "usage_id": 212 + }, + "4215.EG.028": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO28, Vorbereitungsraum", "arch_name": "PO28@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47677", - "roomcode": "4215.EG.028", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47689", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47677, + "usage_id": 196 + }, + "4215.EG.029": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO29, Praktikumsraum 12 (WZWP12)", "arch_name": "PO29@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=23307&cReadonly=J", - "list_index": "94", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47689", - "roomcode": "4215.EG.029", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=66080", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 23307, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47689, + "usage_id": 212 + }, + "4215.EG.029A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO29A, Praktikumsraum 12a (WZWP12a)", "arch_name": "PO29A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66080", - "roomcode": "4215.EG.029A", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47963", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66080, + "usage_id": 212 + }, + "4215.EG.030": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO30A, Lagerraum", "arch_name": "PO30A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47963", - "roomcode": "4215.EG.030", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47973", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47963, + "usage_id": 30 + }, + "4215.EG.031": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO31, Labornebenraum", "arch_name": "PO31@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47973", - "roomcode": "4215.EG.031", - "usage": 103 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47988", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47973, + "usage_id": 103 + }, + "4215.EG.032": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO32, Praktikumsraum 11 (WZWP11)", "arch_name": "PO32@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20704&cReadonly=J", - "list_index": "98", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47988", - "roomcode": "4215.EG.032", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47755", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 20704, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47988, + "usage_id": 212 + }, + "4215.EG.033": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO33, Lagerraum mit Brandschutz", "arch_name": "PO33@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47755", - "roomcode": "4215.EG.033", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47777", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47755, + "usage_id": 30 + }, + "4215.EG.034": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO34, Vorbereitungsraum", "arch_name": "PO34@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47777", - "roomcode": "4215.EG.034", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47793", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47777, + "usage_id": 136 + }, + "4215.EG.035": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO35, Lagerraum mit Brandschutz", "arch_name": "PO35@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47793", - "roomcode": "4215.EG.035", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47555", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47793, + "usage_id": 30 + }, + "4215.EG.036": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO36, Praktikumsraum 10 (WZWP10)", "arch_name": "PO36@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20703&cReadonly=J", - "list_index": "102", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47555", - "roomcode": "4215.EG.036", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47569", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 20703, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47555, + "usage_id": 212 + }, + "4215.EG.037": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO37, Gefahrstoffraum", "arch_name": "PO37@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47569", - "roomcode": "4215.EG.037", - "usage": 132 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47581", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47569, + "usage_id": 132 + }, + "4215.EG.038": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO38, Gefahrgutraum", "arch_name": "PO38@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47581", - "roomcode": "4215.EG.038", - "usage": 132 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=67152", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47581, + "usage_id": 132 + }, + "4215.EG.038A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO38A, Gefahrgutraum", "arch_name": "PO38A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67152", - "roomcode": "4215.EG.038A", - "usage": 132 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47853", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67152, + "usage_id": 132 + }, + "4215.EG.039": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO39, Praktikumsraum 7 (WZWP07)", "arch_name": "PO39@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=43299&cRes=18367&cReadonly=J", - "list_index": "106", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47853", - "roomcode": "4215.EG.039", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47863", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 18367, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47853, + "usage_id": 102 + }, + "4215.EG.040": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO40, Praktikumsraum 8 (WZWP08)", "arch_name": "PO40@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=43299&cRes=20701&cReadonly=J", - "list_index": "107", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47863", - "roomcode": "4215.EG.040", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=47880", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 20701, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47863, + "usage_id": 102 + }, + "4215.EG.041": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO41, Praktikumsraum 9 (WZWP09)", "arch_name": "PO41@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=43299&cRes=20702&cReadonly=J", - "list_index": "108", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47880", - "roomcode": "4215.EG.041", - "usage": 102 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=67260", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 20702, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47880, + "usage_id": 102 + }, + "4215.EG.041A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO41A, B\u00fcro", "arch_name": "PO41A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67260", - "roomcode": "4215.EG.041A", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=45924", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67260, + "usage_id": 12 + }, + "4215.EG.042": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO42, WC-Herren Vorraum", "arch_name": "PO42@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45924", - "roomcode": "4215.EG.042", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=45940", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45924, + "usage_id": 118 + }, + "4215.EG.043": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO43, WC-Herren", "arch_name": "PO43@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45940", - "roomcode": "4215.EG.043", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=45956", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45940, + "usage_id": 115 + }, + "4215.EG.044": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO44, WC-Herren", "arch_name": "PO44@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45956", - "roomcode": "4215.EG.044", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46113", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45956, + "usage_id": 115 + }, + "4215.EG.050": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO50, Besprechungsraum", "arch_name": "PO50@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46113", - "roomcode": "4215.EG.050", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=67155", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46113, + "usage_id": 196 + }, + "4215.EG.050A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO50A, Lagerraum", "arch_name": "PO50A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67155", - "roomcode": "4215.EG.050A", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46128", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67155, + "usage_id": 30 + }, + "4215.EG.051": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO51, B\u00fcro mit Archivfunktion (1102011100)", "arch_name": "PO51@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=32352&cReadonly=J", - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46128", - "roomcode": "4215.EG.051", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46146", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 32352, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46128, + "usage_id": 12 + }, + "4215.EG.052": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO52, Flur mit Wartepl\u00e4tzen", "arch_name": "PO52@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46146", - "roomcode": "4215.EG.052", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=59937", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46146, + "usage_id": 44 + }, + "4215.EG.052A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P052A, B\u00fcro", "arch_name": "P052A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59937", - "roomcode": "4215.EG.052A", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=59938", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59937, + "usage_id": 12 + }, + "4215.EG.052B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "P052B/C, B\u00fcro", "arch_name": "P052B/C@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59938", - "roomcode": "4215.EG.052B", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46296", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59938, + "usage_id": 12 + }, + "4215.EG.053": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO53, Treppenraum", "arch_name": "PO53@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46296", - "roomcode": "4215.EG.053", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46302", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46296, + "usage_id": 223 + }, + "4215.EG.054": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO54, Flur", "arch_name": "PO54@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46302", - "roomcode": "4215.EG.054", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46311", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46302, + "usage_id": 222 + }, + "4215.EG.055": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO55, Installationsschacht", "arch_name": "PO55@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46311", - "roomcode": "4215.EG.055", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46323", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46311, + "usage_id": 120 + }, + "4215.EG.056": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO56, Lager", "arch_name": "PO56@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46323", - "roomcode": "4215.EG.056", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=11357", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46323, + "usage_id": 30 + }, + "4215.EG.057": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO57, Praktikumsraum 5 (WZWP05)", "arch_name": "PO57@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15337&cReadonly=J", - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=11357", - "roomcode": "4215.EG.057", - "usage": 211 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46492", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 15337, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 120, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11357, + "usage_id": 211 + }, + "4215.EG.058": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO58, Vorbereitungsraum", "arch_name": "PO58@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46492", - "roomcode": "4215.EG.058", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46512", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46492, + "usage_id": 136 + }, + "4215.EG.059": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO59, Arbeitsraum", "arch_name": "PO59@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46512", - "roomcode": "4215.EG.059", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46670", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46512, + "usage_id": 12 + }, + "4215.EG.060": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO60, Arbeitsraum", "arch_name": "PO60@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46670", - "roomcode": "4215.EG.060", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46688", + "area_id": 42, + "building_id": 682, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46670, + "usage_id": 12 + }, + "4215.EG.061": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PO61, Praktikumsraum 6 (WZWP06)", "arch_name": "PO61@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18941&cReadonly=J", - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46688", - "roomcode": "4215.EG.061", - "usage": 211 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48533", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 18941, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 72, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46688, + "usage_id": 211 + }, + "4215.U1.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU01, Flur, Verbinder zum H\u00f6rsaalgeb\u00e4ude", "arch_name": "PU01@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48533", - "roomcode": "4215.U1.001", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47182", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48533, + "usage_id": 222 + }, + "4215.U1.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU02, Flur, Halle", "arch_name": "PU02@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47182", - "roomcode": "4215.U1.002", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47187", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47182, + "usage_id": 222 + }, + "4215.U1.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU03, Treppenraum", "arch_name": "PU03@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47187", - "roomcode": "4215.U1.003", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47194", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47187, + "usage_id": 223 + }, + "4215.U1.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU04, Flur", "arch_name": "PU04@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47194", - "roomcode": "4215.U1.004", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47199", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47194, + "usage_id": 222 + }, + "4215.U1.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU05, Verteilerraum", "arch_name": "PU05@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47199", - "roomcode": "4215.U1.005", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47204", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47199, + "usage_id": 120 + }, + "4215.U1.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU06, Windfang", "arch_name": "PU06@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47204", - "roomcode": "4215.U1.006", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47211", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47204, + "usage_id": 52 + }, + "4215.U1.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU07, Trafostation XIII", "arch_name": "PU07@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47211", - "roomcode": "4215.U1.007", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47217", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47211, + "usage_id": 160 + }, + "4215.U1.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU08, Trafostation XIII", "arch_name": "PU08@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47217", - "roomcode": "4215.U1.008", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47222", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47217, + "usage_id": 160 + }, + "4215.U1.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU09, Trafostation XIII", "arch_name": "PU09@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47222", - "roomcode": "4215.U1.009", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47291", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47222, + "usage_id": 160 + }, + "4215.U1.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU10, Trafostation XIII", "arch_name": "PU10@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47291", - "roomcode": "4215.U1.010", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47298", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47291, + "usage_id": 160 + }, + "4215.U1.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU11, Trafostation XIII", "arch_name": "PU11@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47298", - "roomcode": "4215.U1.011", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47305", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47298, + "usage_id": 160 + }, + "4215.U1.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU12, Trafostation XIII", "arch_name": "PU12@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47305", - "roomcode": "4215.U1.012", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47310", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47305, + "usage_id": 160 + }, + "4215.U1.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU13, Trafostation XIII", "arch_name": "PU13@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47310", - "roomcode": "4215.U1.013", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47320", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47310, + "usage_id": 160 + }, + "4215.U1.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU14, Trafostation XIII", "arch_name": "PU14@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47320", - "roomcode": "4215.U1.014", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47326", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47320, + "usage_id": 160 + }, + "4215.U1.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU15, Technik", "arch_name": "PU15@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47326", - "roomcode": "4215.U1.015", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47335", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47326, + "usage_id": 120 + }, + "4215.U1.016": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU16, Tankraum", "arch_name": "PU16@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47335", - "roomcode": "4215.U1.016", - "usage": 182 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47402", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47335, + "usage_id": 182 + }, + "4215.U1.017": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU17, Neutralisation", "arch_name": "PU17@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47402", - "roomcode": "4215.U1.017", - "usage": 184 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47411", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47402, + "usage_id": 184 + }, + "4215.U1.018": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU18, Wasserversorgung-, aufbereitung", "arch_name": "PU18@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47411", - "roomcode": "4215.U1.018", - "usage": 182 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47421", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47411, + "usage_id": 182 + }, + "4215.U1.019": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU19, Be- und Entl\u00fcftung", "arch_name": "PU19@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47421", - "roomcode": "4215.U1.019", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47431", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47421, + "usage_id": 32 + }, + "4215.U1.020": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU20, Technische R\u00e4ume (FKTFLAECHE)", "arch_name": "PU20@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47431", - "roomcode": "4215.U1.020", - "usage": 201 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47440", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47431, + "usage_id": 201 + }, + "4215.U1.020A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU20A, Technische R\u00e4ume (FKTFLAECHE)", "arch_name": "PU20A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47440", - "roomcode": "4215.U1.020A", - "usage": 201 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47507", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47440, + "usage_id": 201 + }, + "4215.U1.020B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU20B, Lager", "arch_name": "PU20B@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47507", - "roomcode": "4215.U1.020B", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47519", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47507, + "usage_id": 30 + }, + "4215.U1.020C": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU20C, Ruheraum", "arch_name": "PU20C@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47519", - "roomcode": "4215.U1.020C", - "usage": 178 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47528", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47519, + "usage_id": 178 + }, + "4215.U1.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU21, Aufzug", "arch_name": "PU21@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47528", - "roomcode": "4215.U1.021", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47536", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47528, + "usage_id": 4 + }, + "4215.U1.021A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU21A, E-Verteilung V5", "arch_name": "PU21A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47536", - "roomcode": "4215.U1.021A", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47542", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47536, + "usage_id": 160 + }, + "4215.U1.022": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU22, Installationsschacht", "arch_name": "PU22@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47542", - "roomcode": "4215.U1.022", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47610", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47542, + "usage_id": 120 + }, + "4215.U1.023": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU23, Installationsschacht", "arch_name": "PU23@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47610", - "roomcode": "4215.U1.023", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47621", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47610, + "usage_id": 120 + }, + "4215.U1.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU24, Aufzug", "arch_name": "PU24@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47621", - "roomcode": "4215.U1.024", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47632", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47621, + "usage_id": 4 + }, + "4215.U1.024A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU24A, E-Verteilung V6", "arch_name": "PU24A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47632", - "roomcode": "4215.U1.024A", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47640", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47632, + "usage_id": 160 + }, + "4215.U1.025": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU25, Flur", "arch_name": "PU25@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47640", - "roomcode": "4215.U1.025", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=25478", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47640, + "usage_id": 222 + }, + "4215.U1.026": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU26, IT-Schulungsraum (WZWIT26)", "arch_name": "PU26@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=15338&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25478", - "roomcode": "4215.U1.026", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=63218", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 15338, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 29111, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25478, + "usage_id": 213 + }, + "4215.U1.026A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU26A, CAD/GIS-Labor - Schulungsraum (WZWIT26A)", "arch_name": "PU26A@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=15100&cRes=22518&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63218", - "roomcode": "4215.U1.026A", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=63219", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 22518, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 29111, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63218, + "usage_id": 213 + }, + "4215.U1.026B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU26B, Lager", "arch_name": "PU26B@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=15100&cRes=26571&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63219", - "roomcode": "4215.U1.026B", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47712", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 26571, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 29111, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63219, + "usage_id": 30 + }, + "4215.U1.027": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU27, Lager/Putzraum", "arch_name": "PU27@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47712", - "roomcode": "4215.U1.027", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47719", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47712, + "usage_id": 30 + }, + "4215.U1.028": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU28, L\u00fcftung", "arch_name": "PU28@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47719", - "roomcode": "4215.U1.028", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47730", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47719, + "usage_id": 120 + }, + "4215.U1.029": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU29, WC-Herren", "arch_name": "PU29@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47730", - "roomcode": "4215.U1.029", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47738", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47730, + "usage_id": 115 + }, + "4215.U1.030": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU30, WC-Herren Vorraum", "arch_name": "PU30@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47738", - "roomcode": "4215.U1.030", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47804", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47738, + "usage_id": 118 + }, + "4215.U1.031": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU31, WC-Behinderte", "arch_name": "PU31@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47804", - "roomcode": "4215.U1.031", - "usage": 117 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47817", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47804, + "usage_id": 117 + }, + "4215.U1.032": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU32, WC-Damen", "arch_name": "PU32@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47817", - "roomcode": "4215.U1.032", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47830", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47817, + "usage_id": 116 + }, + "4215.U1.033": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU33, WC-Damen Vorraum", "arch_name": "PU33@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47830", - "roomcode": "4215.U1.033", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47841", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47830, + "usage_id": 118 + }, + "4215.U1.034": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU34, Reinigungsmittelraum", "arch_name": "PU34@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47841", - "roomcode": "4215.U1.034", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47913", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47841, + "usage_id": 205 + }, + "4215.U1.035": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU35, Personalumkleidekabine-Damen", "arch_name": "PU35@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47913", - "roomcode": "4215.U1.035", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47926", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47913, + "usage_id": 121 + }, + "4215.U1.036": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU36, WC/Dusche-Damen", "arch_name": "PU36@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47926", - "roomcode": "4215.U1.036", - "usage": 113 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47937", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47926, + "usage_id": 113 + }, + "4215.U1.037": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU37, WC/Dusche-Herren", "arch_name": "PU37@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47937", - "roomcode": "4215.U1.037", - "usage": 113 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47947", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47937, + "usage_id": 113 + }, + "4215.U1.038": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU38, Personalumkleidekabine-Herren", "arch_name": "PU38@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47947", - "roomcode": "4215.U1.038", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=9366", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47947, + "usage_id": 121 + }, + "4215.U1.039": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU39, Praktikumsraum 3 (WZWP03)", "arch_name": "PU39@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=15339&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9366", - "roomcode": "4215.U1.039", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48024", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 15339, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15579, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9366, + "usage_id": 212 + }, + "4215.U1.040": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU40, Praktikumsraum 4 (WZWP04)", "arch_name": "PU40@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=15579&cRes=18444&cReadonly=J", - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48024", - "roomcode": "4215.U1.040", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48043", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 18444, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15579, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48024, + "usage_id": 212 + }, + "4215.U1.041": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU41, Medientechnik", "arch_name": "PU41@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48043", - "roomcode": "4215.U1.041", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48074", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48043, + "usage_id": 120 + }, + "4215.U1.051": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU51, Windfang", "arch_name": "PU51@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48074", - "roomcode": "4215.U1.051", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48087", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48074, + "usage_id": 52 + }, + "4215.U1.052": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU52, Flur", "arch_name": "PU52@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48087", - "roomcode": "4215.U1.052", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48099", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48087, + "usage_id": 222 + }, + "4215.U1.053": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU53, Treppenraum", "arch_name": "PU53@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48099", - "roomcode": "4215.U1.053", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48114", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48099, + "usage_id": 223 + }, + "4215.U1.054": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU54, Flur", "arch_name": "PU54@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48114", - "roomcode": "4215.U1.054", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48150", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48114, + "usage_id": 222 + }, + "4215.U1.055": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU55, Installationsschacht", "arch_name": "PU55@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48150", - "roomcode": "4215.U1.055", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48159", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48150, + "usage_id": 120 + }, + "4215.U1.056": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU56, Windfang", "arch_name": "PU56@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48159", - "roomcode": "4215.U1.056", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48172", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48159, + "usage_id": 52 + }, + "4215.U1.057": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU57, Laborw\u00e4scherei", "arch_name": "PU57@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48172", - "roomcode": "4215.U1.057", - "usage": 209 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=9396", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48172, + "usage_id": 209 + }, + "4215.U1.058": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU58, Praktikumsraum 1 (WZWP01)", "arch_name": "PU58@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15340&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9396", - "roomcode": "4215.U1.058", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48224", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 15340, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 86, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9396, + "usage_id": 212 + }, + "4215.U1.059": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU59, Vorbereitungsraum", "arch_name": "PU59@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48224", - "roomcode": "4215.U1.059", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48238", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48224, + "usage_id": 136 + }, + "4215.U1.060": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU60, Vorbereitungsraum", "arch_name": "PU60@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48238", - "roomcode": "4215.U1.060", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48250", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48238, + "usage_id": 136 + }, + "4215.U1.061": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU61, Vorbereitungsraum", "arch_name": "PU61@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48250", - "roomcode": "4215.U1.061", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48289", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48250, + "usage_id": 136 + }, + "4215.U1.062": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU62, Arbeitsraum", "arch_name": "PU62@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48289", - "roomcode": "4215.U1.062", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=10858", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48289, + "usage_id": 12 + }, + "4215.U1.063": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU63, Praktikumsraum 2 (WZWP02)", "arch_name": "PU63@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": "tvKalender.wSicht?cOrg=43299&cRes=15341&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=43299", - "operator": "[ TUWZM5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10858", - "roomcode": "4215.U1.063", - "usage": 212 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=67146", + "area_id": 42, + "building_id": 682, + "calendar_resource_nr": 15341, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43299, + "seats": { + "sitting": 42, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10858, + "usage_id": 212 + }, + "4215.U1.064": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU64, Flur", "arch_name": "PU64@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67146", - "roomcode": "4215.U1.064", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=67147", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67146, + "usage_id": 222 + }, + "4215.U1.065": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU26C, Serverraum", "arch_name": "PU26C@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67147", - "roomcode": "4215.U1.065", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=67148", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67147, + "usage_id": 120 + }, + "4215.U1.066": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU26D, Lager Reinigung", "arch_name": "PU26D@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67148", - "roomcode": "4215.U1.066", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=67149", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67148, + "usage_id": 30 + }, + "4215.U1.067": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "alt_name": "PU26F, Lager ITW", "arch_name": "PU26F@4215", - "b_area_id": 42, - "b_filter_id": 682, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67149", - "roomcode": "4215.U1.067", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46278", + "area_id": 42, + "building_id": 682, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67149, + "usage_id": 30 + }, + "4216.01.101": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "101, Treppenraum", "arch_name": "101@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46278", - "roomcode": "4216.01.101", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46428", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46278, + "usage_id": 223 + }, + "4216.01.102": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "102, Treppenraum", "arch_name": "102@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46428", - "roomcode": "4216.01.102", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46443", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46428, + "usage_id": 223 + }, + "4216.01.103": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "103, Treppenraum", "arch_name": "103@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46443", - "roomcode": "4216.01.103", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46456", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46443, + "usage_id": 223 + }, + "4216.01.104": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "104, Treppenraum (funktionslos)", "arch_name": "104@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46456", - "roomcode": "4216.01.104", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46607", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46456, + "usage_id": 223 + }, + "4216.01.105": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "105, Treppenhaus S\u00fcd", "arch_name": "105@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46607", - "roomcode": "4216.01.105", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46617", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46607, + "usage_id": 223 + }, + "4216.01.106": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "106, Treppenhaus Nord", "arch_name": "106@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46617", - "roomcode": "4216.01.106", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46634", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46617, + "usage_id": 223 + }, + "4216.01.107": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "107, Schacht Lastenaufzug", "arch_name": "107@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46634", - "roomcode": "4216.01.107", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46651", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46634, + "usage_id": 195 + }, + "4216.01.107A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "107a, Schacht Personenaufzug", "arch_name": "107a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46651", - "roomcode": "4216.01.107A", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46808", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46651, + "usage_id": 195 + }, + "4216.01.108": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "108, Schacht Personenaufzug", "arch_name": "108@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46808", - "roomcode": "4216.01.108", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46823", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46808, + "usage_id": 195 + }, + "4216.01.110": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "110, Installationsschacht", "arch_name": "110@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46823", - "roomcode": "4216.01.110", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46834", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46823, + "usage_id": 120 + }, + "4216.01.111": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "111, Installationsschacht", "arch_name": "111@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46834", - "roomcode": "4216.01.111", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=46992", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46834, + "usage_id": 120 + }, + "4216.01.112": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "112, Installationsschacht", "arch_name": "112@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46992", - "roomcode": "4216.01.112", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=47013", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46992, + "usage_id": 120 + }, + "4216.01.113": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "113, K\u00fchlraum", "arch_name": "113@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47013", - "roomcode": "4216.01.113", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44298", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47013, + "usage_id": 199 + }, + "4216.01.114": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "114, B\u00fcro K\u00fcchenchef", "arch_name": "114@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44298", - "roomcode": "4216.01.114", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44319", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44298, + "usage_id": 12 + }, + "4216.01.115": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "115, Speisenvorbereitungsraum", "arch_name": "115@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44319", - "roomcode": "4216.01.115", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44479", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44319, + "usage_id": 28 + }, + "4216.01.116": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "116, ELT", "arch_name": "116@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44479", - "roomcode": "4216.01.116", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44499", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44479, + "usage_id": 120 + }, + "4216.01.117": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "117, ELT", "arch_name": "117@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44499", - "roomcode": "4216.01.117", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44513", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44499, + "usage_id": 120 + }, + "4216.01.118": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "118, Lager Beh\u00e4lter mit Hygieneanforderungen", "arch_name": "118@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44513", - "roomcode": "4216.01.118", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44674", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44513, + "usage_id": 30 + }, + "4216.01.119": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "119, K\u00fcchenvorbereitungsraum/Topfsp\u00fcle", "arch_name": "119@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44674", - "roomcode": "4216.01.119", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44684", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44674, + "usage_id": 28 + }, + "4216.01.120": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "120, Personalspeiseraum Mensa", "arch_name": "120@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44684", - "roomcode": "4216.01.120", - "usage": 45 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44833", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44684, + "usage_id": 45 + }, + "4216.01.121": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "121, WC-Damen Vorraum", "arch_name": "121@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44833", - "roomcode": "4216.01.121", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44852", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44833, + "usage_id": 118 + }, + "4216.01.122": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "122, WC-Damen", "arch_name": "122@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44852", - "roomcode": "4216.01.122", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=44865", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44852, + "usage_id": 116 + }, + "4216.01.123": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "123, WC-Herren Vorraum", "arch_name": "123@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44865", - "roomcode": "4216.01.123", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45197", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44865, + "usage_id": 118 + }, + "4216.01.124": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "124, WC-Herren", "arch_name": "124@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45197", - "roomcode": "4216.01.124", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45209", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45197, + "usage_id": 115 + }, + "4216.01.125": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "125, Reinigungsmittelraum Mensa", "arch_name": "125@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45209", - "roomcode": "4216.01.125", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45225", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45209, + "usage_id": 205 + }, + "4216.01.126": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "126, Flur (Personalspeiseraum)", "arch_name": "126@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45225", - "roomcode": "4216.01.126", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45744", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45225, + "usage_id": 222 + }, + "4216.01.127": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "127, Speiseausgabe 3", "arch_name": "127@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45744", - "roomcode": "4216.01.127", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45761", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45744, + "usage_id": 28 + }, + "4216.01.128": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "128, Sp\u00fclk\u00fcche 2", "arch_name": "128@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45761", - "roomcode": "4216.01.128", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45773", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45761, + "usage_id": 28 + }, + "4216.01.129": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "129, Speisesaal 3 (Mensa 3, Seminarraum)", "arch_name": "129@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=28792&cReadonly=J", - "extended": { - "additional_description": "129, Speisesaal 3 (Mensa 3, Seminarraum)", - "address": "Maximus-von-Imhof-Forum 5(4216), 1.Obergescho\u00df", - "architect_room_nr": "129@4216", - "area_m2": 761.7, - "building": "4216 Mensa Weihenstephan", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "129", - "seats": 400, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45773", - "roomcode": "4216.01.129", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45377", + "area_id": 42, + "building_id": 683, + "calendar_resource_nr": 28792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 400, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45773, + "usage_id": 41 + }, + "4216.01.130": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "130, Gro\u00dfk\u00fcche", "arch_name": "130@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45377", - "roomcode": "4216.01.130", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45395", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45377, + "usage_id": 28 + }, + "4216.01.131": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "131, Speisesaal 2 (Mensa 2, Seminarraum)", "arch_name": "131@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=28793&cReadonly=J", - "extended": { - "additional_description": "131, Speisesaal 2 (Mensa 2, Seminarraum)", - "address": "Maximus-von-Imhof-Forum 5(4216), 1.Obergescho\u00df", - "architect_room_nr": "131@4216", - "area_m2": 474.8, - "building": "4216 Mensa Weihenstephan", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "131", - "seats": 250, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45395", - "roomcode": "4216.01.131", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45407", + "area_id": 42, + "building_id": 683, + "calendar_resource_nr": 28793, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 250, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45395, + "usage_id": 41 + }, + "4216.01.132": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "132, Sp\u00fclk\u00fcche 1", "arch_name": "132@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45407", - "roomcode": "4216.01.132", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45014", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45407, + "usage_id": 28 + }, + "4216.01.133": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "133, B\u00fcro Fachschaften", "arch_name": "133@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45014", - "roomcode": "4216.01.133", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45031", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45014, + "usage_id": 12 + }, + "4216.01.133A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "133A, B\u00fcro Fachschaften", "arch_name": "133A@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45031", - "roomcode": "4216.01.133A", - "usage": 40 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45047", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45031, + "usage_id": 40 + }, + "4216.01.133B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "133B, B\u00fcro Fachschaften", "arch_name": "133B@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45047", - "roomcode": "4216.01.133B", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45561", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45047, + "usage_id": 12 + }, + "4216.01.133C": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "133C, Flur (Fachschaften)", "arch_name": "133C@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45561", - "roomcode": "4216.01.133C", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45574", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45561, + "usage_id": 222 + }, + "4216.01.134": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "134, B\u00fcro Fachschaften", "arch_name": "134@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45574", - "roomcode": "4216.01.134", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=45593", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45574, + "usage_id": 12 + }, + "4216.01.135": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "135, B\u00fcro Fachschaften", "arch_name": "135@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45593", - "roomcode": "4216.01.135", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52730", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45593, + "usage_id": 12 + }, + "4216.01.136": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "136, B\u00fcro Fachschaften", "arch_name": "136@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52730", - "roomcode": "4216.01.136", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52754", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52730, + "usage_id": 12 + }, + "4216.01.137": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "137, B\u00fcro Fachschaften", "arch_name": "137@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52754", - "roomcode": "4216.01.137", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52901", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52754, + "usage_id": 12 + }, + "4216.01.138": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "138, B\u00fcro Fachschaften", "arch_name": "138@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52901", - "roomcode": "4216.01.138", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52915", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52901, + "usage_id": 12 + }, + "4216.01.139": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "139, Besprechungsraum Fachschaften", "arch_name": "139@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52915", - "roomcode": "4216.01.139", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52929", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52915, + "usage_id": 196 + }, + "4216.01.140": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "140, Archiv Fachschaften", "arch_name": "140@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52929", - "roomcode": "4216.01.140", - "usage": 2 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=52935", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52929, + "usage_id": 2 + }, + "4216.01.140A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "140A, Flur (Fachschaften)", "arch_name": "140A@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52935", - "roomcode": "4216.01.140A", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53078", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52935, + "usage_id": 222 + }, + "4216.01.141": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "141, Fluchtbalkon West", "arch_name": "141@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53078", - "roomcode": "4216.01.141", - "usage": 219 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53091", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53078, + "usage_id": 219 + }, + "4216.01.141A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "141a, Fluchttreppe S\u00fcd", "arch_name": "141a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53091", - "roomcode": "4216.01.141A", - "usage": 7 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53104", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53091, + "usage_id": 7 + }, + "4216.01.142": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "142, Fluchtbalkon Ost", "arch_name": "142@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53104", - "roomcode": "4216.01.142", - "usage": 219 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53118", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53104, + "usage_id": 219 + }, + "4216.01.142A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "142a, Fluchttreppe Ost", "arch_name": "142a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53118", - "roomcode": "4216.01.142A", - "usage": 7 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53269", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53118, + "usage_id": 7 + }, + "4216.01.143": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "143, Fluchtbalkon Nord", "arch_name": "143@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53269", - "roomcode": "4216.01.143", - "usage": 219 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=53292", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53269, + "usage_id": 219 + }, + "4216.01.143A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "143a, Fluchttreppe Nord", "arch_name": "143a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53292", - "roomcode": "4216.01.143A", - "usage": 7 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53432", + "area_id": 42, + "building_id": 683, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53292, + "usage_id": 7 + }, + "4216.02.205": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "205, Treppenhaus S\u00fcd", "arch_name": "205@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53432", - "roomcode": "4216.02.205", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53441", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53432, + "usage_id": 223 + }, + "4216.02.206": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "206, Treppenhaus Nord", "arch_name": "206@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53441", - "roomcode": "4216.02.206", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53455", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53441, + "usage_id": 223 + }, + "4216.02.209": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "209, Be- und Entl\u00fcftung", "arch_name": "209@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53455", - "roomcode": "4216.02.209", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53469", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53455, + "usage_id": 32 + }, + "4216.02.210": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "210, Be- und Entl\u00fcftung", "arch_name": "210@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53469", - "roomcode": "4216.02.210", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53608", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53469, + "usage_id": 32 + }, + "4216.02.211": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "211, Be- und Entl\u00fcftung", "arch_name": "211@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53608", - "roomcode": "4216.02.211", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53619", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53608, + "usage_id": 32 + }, + "4216.02.212": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "212, Lager", "arch_name": "212@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53619", - "roomcode": "4216.02.212", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53630", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53619, + "usage_id": 30 + }, + "4216.02.213": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "213, Flur", "arch_name": "213@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53630", - "roomcode": "4216.02.213", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53770", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53630, + "usage_id": 222 + }, + "4216.02.214": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "214, Waschk\u00fcche Kindertr\u00e4ume", "arch_name": "214@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53770", - "roomcode": "4216.02.214", - "usage": 181 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53786", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53770, + "usage_id": 181 + }, + "4216.02.215": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "215, Waschk\u00fcche Kindertr\u00e4ume", "arch_name": "215@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53786", - "roomcode": "4216.02.215", - "usage": 181 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=53802", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53786, + "usage_id": 181 + }, + "4216.02.216": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "216, Abstellraum Kindertr\u00e4ume", "arch_name": "216@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53802", - "roomcode": "4216.02.216", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=51202", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53802, + "usage_id": 30 + }, + "4216.02.217": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "217, Steuerung Speiseaufzug", "arch_name": "217@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51202", - "roomcode": "4216.02.217", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=51220", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51202, + "usage_id": 28 + }, + "4216.02.218": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "218, Flur", "arch_name": "218@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51220", - "roomcode": "4216.02.218", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 2.OG", - "address_link": "ris.einzelraum?raumkey=51231", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51220, + "usage_id": 222 + }, + "4216.02.229": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "229, Speiseraum 3 Galerie", "arch_name": "229@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51231", - "roomcode": "4216.02.229", - "usage": 45 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44414", + "area_id": 42, + "building_id": 683, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51231, + "usage_id": 45 + }, + "4216.EG.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "001, Treppenraum Speisenausgabe", "arch_name": "001@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44414", - "roomcode": "4216.EG.001", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44566", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44414, + "usage_id": 223 + }, + "4216.EG.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "002, Treppenraum Speisenausgabe", "arch_name": "002@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44566", - "roomcode": "4216.EG.002", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44575", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44566, + "usage_id": 223 + }, + "4216.EG.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "Abstellraum", "arch_name": "@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44575", - "roomcode": "4216.EG.003", - "usage": 159 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44589", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44575, + "usage_id": 159 + }, + "4216.EG.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "Abstellraum", "arch_name": "@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44589", - "roomcode": "4216.EG.004", - "usage": 159 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44605", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44589, + "usage_id": 159 + }, + "4216.EG.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "005, Treppenhaus S\u00fcd", "arch_name": "005@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44605", - "roomcode": "4216.EG.005", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44748", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44605, + "usage_id": 223 + }, + "4216.EG.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "006, Treppenhaus Nord", "arch_name": "006@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44748", - "roomcode": "4216.EG.006", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44759", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44748, + "usage_id": 223 + }, + "4216.EG.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "007, Schacht Lastenaufzug", "arch_name": "007@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44759", - "roomcode": "4216.EG.007", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44773", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44759, + "usage_id": 195 + }, + "4216.EG.007A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "007a, Schacht Personenaufzug", "arch_name": "007a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44773", - "roomcode": "4216.EG.007A", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44919", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44773, + "usage_id": 195 + }, + "4216.EG.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "008, Schacht Personenaufzug", "arch_name": "008@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44919", - "roomcode": "4216.EG.008", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44930", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44919, + "usage_id": 195 + }, + "4216.EG.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "010, Installationsschacht", "arch_name": "010@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44930", - "roomcode": "4216.EG.010", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44944", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44930, + "usage_id": 120 + }, + "4216.EG.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "011, Installationsschacht", "arch_name": "011@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44944", - "roomcode": "4216.EG.011", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44956", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44944, + "usage_id": 120 + }, + "4216.EG.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "012, Installationsschacht", "arch_name": "012@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44956", - "roomcode": "4216.EG.012", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45107", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44956, + "usage_id": 120 + }, + "4216.EG.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "013, Windfang", "arch_name": "013@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45107", - "roomcode": "4216.EG.013", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45122", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45107, + "usage_id": 52 + }, + "4216.EG.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "014, Windfang", "arch_name": "014@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45122", - "roomcode": "4216.EG.014", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45131", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45122, + "usage_id": 52 + }, + "4216.EG.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "015, Cafeteria", "arch_name": "015@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45131", - "roomcode": "4216.EG.015", - "usage": 139 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45143", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45131, + "usage_id": 139 + }, + "4216.EG.016": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "016, Infopoint", "arch_name": "016@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45143", - "roomcode": "4216.EG.016", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45296", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45143, + "usage_id": 12 + }, + "4216.EG.016A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "016A, Geldautomat", "arch_name": "016A@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45296", - "roomcode": "4216.EG.016A", - "usage": 186 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45319", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45296, + "usage_id": 186 + }, + "4216.EG.017": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "017, Eingangshalle", "arch_name": "017@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45319", - "roomcode": "4216.EG.017", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45469", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45319, + "usage_id": 222 + }, + "4216.EG.018": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "018, Windfang", "arch_name": "018@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45469", - "roomcode": "4216.EG.018", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45489", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45469, + "usage_id": 52 + }, + "4216.EG.019": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "019, Kindergarten", "arch_name": "019@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45489", - "roomcode": "4216.EG.019", - "usage": 146 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45503", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45489, + "usage_id": 146 + }, + "4216.EG.020": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "020, WC-Damen Vorraum", "arch_name": "020@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45503", - "roomcode": "4216.EG.020", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45657", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45503, + "usage_id": 118 + }, + "4216.EG.020A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "020a, WC-Damen", "arch_name": "020a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45657", - "roomcode": "4216.EG.020A", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45677", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45657, + "usage_id": 116 + }, + "4216.EG.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "021, WC-Herren Vorraum", "arch_name": "021@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45677", - "roomcode": "4216.EG.021", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45688", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45677, + "usage_id": 118 + }, + "4216.EG.021A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "021a, WC-Herren", "arch_name": "021a@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45688", - "roomcode": "4216.EG.021A", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45839", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45688, + "usage_id": 115 + }, + "4216.EG.023": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "023, StuCafe\u00b4", "arch_name": "023@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45839", - "roomcode": "4216.EG.023", - "usage": 139 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45853", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 130, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45839, + "usage_id": 139 + }, + "4216.EG.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "024, K\u00fchlraum", "arch_name": "024@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45853", - "roomcode": "4216.EG.024", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45863", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45853, + "usage_id": 199 + }, + "4216.EG.025": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "025, Speiseaufzug (au\u00dfer Betrieb)", "arch_name": "025@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45863", - "roomcode": "4216.EG.025", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45872", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45863, + "usage_id": 4 + }, + "4216.EG.026": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "026, Cafeteria Vorbereitungsraum", "arch_name": "026@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45872", - "roomcode": "4216.EG.026", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46023", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45872, + "usage_id": 28 + }, + "4216.EG.027": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "027, Cafeteria Geschirrr\u00fccknahme (mit Arbeitsplatz", "arch_name": "027@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46023", - "roomcode": "4216.EG.027", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46034", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46023, + "usage_id": 28 + }, + "4216.EG.028": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "028, WC-Herren", "arch_name": "028@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46034", - "roomcode": "4216.EG.028", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46041", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46034, + "usage_id": 115 + }, + "4216.EG.029": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "029, WC-Herren/Barrierefrei/Wickeltisch", "arch_name": "029@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46041", - "roomcode": "4216.EG.029", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46054", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46041, + "usage_id": 115 + }, + "4216.EG.030": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "030, WC-Herren Vorraum", "arch_name": "030@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46054", - "roomcode": "4216.EG.030", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46206", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46054, + "usage_id": 118 + }, + "4216.EG.031": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "031, WC-Damen/Barrierefrei/Wickeltisch", "arch_name": "031@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46206", - "roomcode": "4216.EG.031", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46215", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46206, + "usage_id": 116 + }, + "4216.EG.032": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "032, WC-Damen Vorraum", "arch_name": "032@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46215", - "roomcode": "4216.EG.032", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46226", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46215, + "usage_id": 118 + }, + "4216.EG.033": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "033, Wertstoffe/M\u00fcll", "arch_name": "033@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46226", - "roomcode": "4216.EG.033", - "usage": 214 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46238", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46226, + "usage_id": 214 + }, + "4216.EG.034": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "034, Lager mit Hygieneanforderungen", "arch_name": "034@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46238", - "roomcode": "4216.EG.034", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46380", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46238, + "usage_id": 30 + }, + "4216.EG.035": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "035, Tiefk\u00fchlraum", "arch_name": "035@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46380", - "roomcode": "4216.EG.035", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46397", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46380, + "usage_id": 199 + }, + "4216.EG.036": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "036, Tiefk\u00fchlraum", "arch_name": "036@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46397", - "roomcode": "4216.EG.036", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46406", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46397, + "usage_id": 199 + }, + "4216.EG.037": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "037, Lager mit Hygieneanforderungen", "arch_name": "037@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46406", - "roomcode": "4216.EG.037", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46566", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46406, + "usage_id": 30 + }, + "4216.EG.038": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "038, K\u00fchlraum", "arch_name": "038@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46566", - "roomcode": "4216.EG.038", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46584", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46566, + "usage_id": 199 + }, + "4216.EG.039": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "039, K\u00fchlraum", "arch_name": "039@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46584", - "roomcode": "4216.EG.039", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46600", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46584, + "usage_id": 199 + }, + "4216.EG.040": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "040, K\u00fchlraum", "arch_name": "040@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46600", - "roomcode": "4216.EG.040", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46759", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46600, + "usage_id": 199 + }, + "4216.EG.041": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "041, Annahmeraum (Allgemein)", "arch_name": "041@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46759", - "roomcode": "4216.EG.041", - "usage": 186 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46780", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46759, + "usage_id": 186 + }, + "4216.EG.041A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "041A, Flur", "arch_name": "041A@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46780", - "roomcode": "4216.EG.041A", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46934", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46780, + "usage_id": 222 + }, + "4216.EG.042": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "042, B\u00fcro", "arch_name": "042@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46934", - "roomcode": "4216.EG.042", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46948", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46934, + "usage_id": 12 + }, + "4216.EG.043": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "043, Reinigungsmittelraum Mensa", "arch_name": "043@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46948", - "roomcode": "4216.EG.043", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46964", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46948, + "usage_id": 205 + }, + "4216.EG.044": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "044, ELT", "arch_name": "044@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46964", - "roomcode": "4216.EG.044", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44433", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46964, + "usage_id": 120 + }, + "4216.EG.045": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "045, W\u00e4schereinigung", "arch_name": "045@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44433", - "roomcode": "4216.EG.045", - "usage": 181 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44449", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44433, + "usage_id": 181 + }, + "4216.EG.046": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "046, Durchgang (K\u00fcchenbereich / Eingangshalle)", "arch_name": "046@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44449", - "roomcode": "4216.EG.046", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44464", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44449, + "usage_id": 52 + }, + "4216.EG.047": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "047, Werkstatt - Hausmeister", "arch_name": "047@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44464", - "roomcode": "4216.EG.047", - "usage": 108 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44617", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44464, + "usage_id": 108 + }, + "4216.EG.048": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "048, Lager", "arch_name": "048@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44617", - "roomcode": "4216.EG.048", - "usage": 18 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44634", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44617, + "usage_id": 18 + }, + "4216.EG.049": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "049, Sanit\u00e4tsraum/Ruheraum Mensa", "arch_name": "049@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44634", - "roomcode": "4216.EG.049", - "usage": 178 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44653", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44634, + "usage_id": 178 + }, + "4216.EG.050": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "050, B\u00fcro", "arch_name": "050@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44653", - "roomcode": "4216.EG.050", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44794", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44653, + "usage_id": 12 + }, + "4216.EG.051": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "051, Flur (Apartement, Kindergarten)", "arch_name": "051@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44794", - "roomcode": "4216.EG.051", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44805", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44794, + "usage_id": 222 + }, + "4216.EG.052": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "052, Appartement 4 Flur", "arch_name": "052@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44805", - "roomcode": "4216.EG.052", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=44822", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44805, + "usage_id": 222 + }, + "4216.EG.053": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "053, Appartement 4 Bad", "arch_name": "053@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44822", - "roomcode": "4216.EG.053", - "usage": 112 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45527", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44822, + "usage_id": 112 + }, + "4216.EG.062": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "062, Kinder - WC (Kindertr\u00e4ume e.V.)", "arch_name": "062@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45527", - "roomcode": "4216.EG.062", - "usage": 114 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=75959", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45527, + "usage_id": 114 + }, + "4216.EG.063A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "063A, Terrasse (Kindertr\u00e4ume e.V.)", "arch_name": "063A@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75959", - "roomcode": "4216.EG.063A", - "usage": 48 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=45695", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75959, + "usage_id": 48 + }, + "4216.EG.064": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45695", - "roomcode": "4216.EG.064", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=75960", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45695, + "usage_id": 121 + }, + "4216.EG.064A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "064A, Flur (Kindertr\u00e4ume e.V.)", "arch_name": "064A@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75960", - "roomcode": "4216.EG.064A", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=75961", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75960, + "usage_id": 222 + }, + "4216.EG.064B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "064B, Vorratskammer (Kindertr\u00e4ume e.V.)", "arch_name": "064B@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75961", - "roomcode": "4216.EG.064B", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46061", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75961, + "usage_id": 30 + }, + "4216.EG.070": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "070, B\u00fcro (Kindertr\u00e4ume e.V.)", "arch_name": "070@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46061", - "roomcode": "4216.EG.070", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46080", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46061, + "usage_id": 12 + }, + "4216.EG.071": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "071, WC (Kindertr\u00e4ume e.V.)", "arch_name": "071@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46080", - "roomcode": "4216.EG.071", - "usage": 114 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46102", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46080, + "usage_id": 114 + }, + "4216.EG.073": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "073, Verbindungsflur (Eingangshalle - Wohnbereich)", "arch_name": "073@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46102", - "roomcode": "4216.EG.073", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46252", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46102, + "usage_id": 222 + }, + "4216.EG.074": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "074, Stuhllager", "arch_name": "074@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46252", - "roomcode": "4216.EG.074", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, EG", - "address_link": "ris.einzelraum?raumkey=46265", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46252, + "usage_id": 30 + }, + "4216.EG.075": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "075, Lager", "arch_name": "075@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46265", - "roomcode": "4216.EG.075", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=44889", + "area_id": 42, + "building_id": 683, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46265, + "usage_id": 30 + }, + "4216.U1.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 005, Treppenraum", "arch_name": "K 005@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44889", - "roomcode": "4216.U1.005", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=44906", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44889, + "usage_id": 223 + }, + "4216.U1.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 007, Aufzug Lasten", "arch_name": "K 007@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44906", - "roomcode": "4216.U1.007", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45067", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44906, + "usage_id": 4 + }, + "4216.U1.007A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 007, Aufzug Personen", "arch_name": "K 007@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45067", - "roomcode": "4216.U1.007A", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45086", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45067, + "usage_id": 4 + }, + "4216.U1.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 008, Aufzug Personen", "arch_name": "K 008@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45086", - "roomcode": "4216.U1.008", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45241", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45086, + "usage_id": 4 + }, + "4216.U1.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 011, Installationsschacht", "arch_name": "K 011@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45241", - "roomcode": "4216.U1.011", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45257", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45241, + "usage_id": 120 + }, + "4216.U1.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 013, Flur Vorplatz", "arch_name": "K 013@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45257", - "roomcode": "4216.U1.013", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45273", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45257, + "usage_id": 222 + }, + "4216.U1.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 014, Schleuse (Trafo)", "arch_name": "K 014@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45273", - "roomcode": "4216.U1.014", - "usage": 52 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45427", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45273, + "usage_id": 52 + }, + "4216.U1.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 015, Einbringschacht Trafoanlage", "arch_name": "K 015@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45427", - "roomcode": "4216.U1.015", - "usage": 195 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45450", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45427, + "usage_id": 195 + }, + "4216.U1.016": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 016, Notausstieg", "arch_name": "K 016@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45450", - "roomcode": "4216.U1.016", - "usage": 7 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45460", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45450, + "usage_id": 7 + }, + "4216.U1.017": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 017, Schleuse zum Notausstieg", "arch_name": "K 017@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45460", - "roomcode": "4216.U1.017", - "usage": 105 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45618", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45460, + "usage_id": 105 + }, + "4216.U1.018": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 018, Trafostation XIV", "arch_name": "K 018@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45618", - "roomcode": "4216.U1.018", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45632", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45618, + "usage_id": 160 + }, + "4216.U1.019": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 019, Trafostation XIV", "arch_name": "K 019@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45632", - "roomcode": "4216.U1.019", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45784", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45632, + "usage_id": 160 + }, + "4216.U1.020": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 020, Trafostation XIV", "arch_name": "K 020@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45784", - "roomcode": "4216.U1.020", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45799", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45784, + "usage_id": 160 + }, + "4216.U1.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 021, Trafostation XIV", "arch_name": "K 021@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45799", - "roomcode": "4216.U1.021", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45815", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45799, + "usage_id": 160 + }, + "4216.U1.022": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 022, Trafostation XIV", "arch_name": "K 022@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45815", - "roomcode": "4216.U1.022", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45966", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45815, + "usage_id": 160 + }, + "4216.U1.023": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 023, Trafostation XIV", "arch_name": "K 023@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45966", - "roomcode": "4216.U1.023", - "usage": 160 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=45988", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45966, + "usage_id": 160 + }, + "4216.U1.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 024, Heizung- und Brauchwassererw\u00e4rmung", "arch_name": "K 024@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45988", - "roomcode": "4216.U1.024", - "usage": 201 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46007", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45988, + "usage_id": 201 + }, + "4216.U1.025": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 025, Speisenaufzug (au\u00dfer Betrieb)", "arch_name": "K 025@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46007", - "roomcode": "4216.U1.025", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46165", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46007, + "usage_id": 4 + }, + "4216.U1.026": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 026, Aufzugsmaschinenraum", "arch_name": "K 026@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46165", - "roomcode": "4216.U1.026", - "usage": 5 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46182", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46165, + "usage_id": 5 + }, + "4216.U1.027": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 027, Dusche-Herren", "arch_name": "K 027@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46182", - "roomcode": "4216.U1.027", - "usage": 113 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46194", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46182, + "usage_id": 113 + }, + "4216.U1.028": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 028, Umkleide-Herren", "arch_name": "K 028@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46194", - "roomcode": "4216.U1.028", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46355", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46194, + "usage_id": 121 + }, + "4216.U1.029": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 029, WC-Herren", "arch_name": "K 029@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46355", - "roomcode": "4216.U1.029", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46377", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46355, + "usage_id": 115 + }, + "4216.U1.030": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 030, Vorraum Sanit\u00e4ranlagen Herren", "arch_name": "K 030@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46377", - "roomcode": "4216.U1.030", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46527", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46377, + "usage_id": 118 + }, + "4216.U1.031": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 031, Lager", "arch_name": "K 031@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46527", - "roomcode": "4216.U1.031", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46549", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46527, + "usage_id": 30 + }, + "4216.U1.032": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 032, Dusche-Damen", "arch_name": "K 032@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46549", - "roomcode": "4216.U1.032", - "usage": 113 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46706", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46549, + "usage_id": 113 + }, + "4216.U1.033": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 033, Umkleide-Damen", "arch_name": "K 033@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46706", - "roomcode": "4216.U1.033", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46724", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46706, + "usage_id": 121 + }, + "4216.U1.034": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 034, Vorraum Sanit\u00e4ranlagen Damen", "arch_name": "K 034@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46724", - "roomcode": "4216.U1.034", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46738", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46724, + "usage_id": 118 + }, + "4216.U1.035": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 035, WC-Damen", "arch_name": "K 035@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46738", - "roomcode": "4216.U1.035", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46890", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46738, + "usage_id": 116 + }, + "4216.U1.036": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 036, Flur", "arch_name": "K 036@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46890", - "roomcode": "4216.U1.036", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46901", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46890, + "usage_id": 222 + }, + "4216.U1.037": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 037, Flur", "arch_name": "K 037@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46901", - "roomcode": "4216.U1.037", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=46917", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46901, + "usage_id": 222 + }, + "4216.U1.038": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 038, Aufzugsmaschinenraum", "arch_name": "K 038@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46917", - "roomcode": "4216.U1.038", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=47068", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46917, + "usage_id": 120 + }, + "4216.U1.039": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47068", - "roomcode": "4216.U1.039", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=47081", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47068, + "usage_id": 222 + }, + "4216.U1.040": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 040, Lager mit Hygieneanforderungen", "arch_name": "K 040@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47081", - "roomcode": "4216.U1.040", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=47088", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47081, + "usage_id": 30 + }, + "4216.U1.041": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 041, K\u00fchlraum", "arch_name": "K 041@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47088", - "roomcode": "4216.U1.041", - "usage": 199 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=47103", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47088, + "usage_id": 199 + }, + "4216.U1.042": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 042, Musikwerkstatt", "arch_name": "K 042@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": "tvKalender.wSicht?cOrg=39687&cRes=21603&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47103", - "roomcode": "4216.U1.042", - "usage": 188 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=44389", + "area_id": 42, + "building_id": 683, + "calendar_resource_nr": 21603, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47103, + "usage_id": 188 + }, + "4216.U1.043": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 043, Lager mit Hygieneanforderungen", "arch_name": "K 043@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44389", - "roomcode": "4216.U1.043", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 5, 1.UG", - "address_link": "ris.einzelraum?raumkey=44404", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44389, + "usage_id": 30 + }, + "4216.U1.044": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "alt_name": "K 044, Vorraum Musikwerkstatt", "arch_name": "K 044@4216", - "b_area_id": 42, - "b_filter_id": 683, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44404", - "roomcode": "4216.U1.044", - "usage": 16 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52188", + "area_id": 42, + "building_id": 683, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44404, + "usage_id": 16 + }, + "4217.01.101": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "101, Elektrophorese /EtBr", "arch_name": "101@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52188", - "roomcode": "4217.01.101", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52337", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52188, + "usage_id": 103 + }, + "4217.01.102": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "102, Mikroskopie (Fluoreszenz Konvokal Laser)", "arch_name": "102@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52337", - "roomcode": "4217.01.102", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52349", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52337, + "usage_id": 102 + }, + "4217.01.103": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "103, B\u00fcro Doktoranden", "arch_name": "103@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52349", - "roomcode": "4217.01.103", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52359", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52349, + "usage_id": 12 + }, + "4217.01.104": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "104, Labor, Digestorium", "arch_name": "104@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52359", - "roomcode": "4217.01.104", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52373", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52359, + "usage_id": 103 + }, + "4217.01.105": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "105/106, Molekularbiologisches Labor (S1), Digesto", "arch_name": "105/106@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52373", - "roomcode": "4217.01.105", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52511", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52373, + "usage_id": 102 + }, + "4217.01.107": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "107, Molekularbiologisches Labor (S1), 2 Digestor", "arch_name": "107@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52511", - "roomcode": "4217.01.107", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52533", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52511, + "usage_id": 102 + }, + "4217.01.108": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "108/109, Molekularbiologisches Labor (S1), 2 Diges", "arch_name": "108/109@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52533", - "roomcode": "4217.01.108", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52550", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52533, + "usage_id": 102 + }, + "4217.01.110": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "110, Molekularbiologisches Labor (S1), Digestorium", "arch_name": "110@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52550", - "roomcode": "4217.01.110", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52689", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52550, + "usage_id": 102 + }, + "4217.01.111": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "111, PCR-RAUM", "arch_name": "111@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52689", - "roomcode": "4217.01.111", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52702", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52689, + "usage_id": 103 + }, + "4217.01.112": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "112, B\u00fcro Doktoranden/ Postdoktoranden", "arch_name": "112@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52702", - "roomcode": "4217.01.112", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52716", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52702, + "usage_id": 12 + }, + "4217.01.113": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "113, B\u00fcro", "arch_name": "113@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52716", - "roomcode": "4217.01.113", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10186", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52716, + "usage_id": 12 + }, + "4217.01.114": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "114, Seminarraum 46 /Besprechungsraum", "arch_name": "114@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=15605&cRes=15311&cReadonly=J", - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10186", - "roomcode": "4217.01.114", - "usage": 196 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52885", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 15311, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10186, + "usage_id": 196 + }, + "4217.01.115": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "115, B\u00fcro", "arch_name": "115@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52885", - "roomcode": "4217.01.115", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10196", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52885, + "usage_id": 12 + }, + "4217.01.116": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "116, B\u00fcro", "arch_name": "116@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10196", - "roomcode": "4217.01.116", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10256", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10196, + "usage_id": 12 + }, + "4217.01.117": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "117, B\u00fcro", "arch_name": "117@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10256", - "roomcode": "4217.01.117", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53058", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10256, + "usage_id": 12 + }, + "4217.01.117A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "117A, B\u00fcro", "arch_name": "117A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53058", - "roomcode": "4217.01.117A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53072", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53058, + "usage_id": 12 + }, + "4217.01.118": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "118, W\u00e4geraum", "arch_name": "118@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53072", - "roomcode": "4217.01.118", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53220", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53072, + "usage_id": 103 + }, + "4217.01.119": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "119, Physikalischer Messraum", "arch_name": "119@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53220", - "roomcode": "4217.01.119", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53231", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53220, + "usage_id": 103 + }, + "4217.01.120": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "120, Sp\u00fclraum", "arch_name": "120@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53231", - "roomcode": "4217.01.120", - "usage": 209 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53381", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53231, + "usage_id": 209 + }, + "4217.01.121": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "121, Chemielabor (KNSTL.B.,MV)", "arch_name": "121@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53381", - "roomcode": "4217.01.121", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53400", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53381, + "usage_id": 103 + }, + "4217.01.122": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "122, Chemielabor (KNSTL.B.,MV)", "arch_name": "122@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53400", - "roomcode": "4217.01.122", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53417", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53400, + "usage_id": 102 + }, + "4217.01.123": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "123, Chemielabor (KNSTL.B.,MV)", "arch_name": "123@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53417", - "roomcode": "4217.01.123", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53557", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53417, + "usage_id": 102 + }, + "4217.01.124": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "124, Chemielabor (KNSTL.B.,MV)", "arch_name": "124@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53557", - "roomcode": "4217.01.124", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53574", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53557, + "usage_id": 102 + }, + "4217.01.125": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "125, Chemielabor (KNSTL.B.,MV)", "arch_name": "125@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53574", - "roomcode": "4217.01.125", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53590", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53574, + "usage_id": 102 + }, + "4217.01.126": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "126, B\u00fcro", "arch_name": "126@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53590", - "roomcode": "4217.01.126", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53728", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53590, + "usage_id": 12 + }, + "4217.01.127": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "127, Sozialraum", "arch_name": "127@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53728", - "roomcode": "4217.01.127", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53747", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53728, + "usage_id": 44 + }, + "4217.01.128": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "128, B\u00fcro", "arch_name": "128@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53747", - "roomcode": "4217.01.128", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53764", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53747, + "usage_id": 12 + }, + "4217.01.129": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "129, B\u00fcro", "arch_name": "129@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53764", - "roomcode": "4217.01.129", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53910", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53764, + "usage_id": 12 + }, + "4217.01.130": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "130, Zentrifugen", "arch_name": "130@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53910", - "roomcode": "4217.01.130", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53918", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53910, + "usage_id": 103 + }, + "4217.01.131": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "131, Gaschromatographie mit Massenspektrometrie", "arch_name": "131@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53918", - "roomcode": "4217.01.131", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53931", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53918, + "usage_id": 103 + }, + "4217.01.132": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "132, B\u00fcro", "arch_name": "132@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53931", - "roomcode": "4217.01.132", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51162", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53931, + "usage_id": 12 + }, + "4217.01.133": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "133, R\u00f6ntgenspektrometrie", "arch_name": "133@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51162", - "roomcode": "4217.01.133", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51176", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51162, + "usage_id": 103 + }, + "4217.01.134": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "134, ICP / Sefigraph", "arch_name": "134@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51176", - "roomcode": "4217.01.134", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51188", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51176, + "usage_id": 103 + }, + "4217.01.135": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "135, B\u00fcro", "arch_name": "135@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51188", - "roomcode": "4217.01.135", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51337", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51188, + "usage_id": 12 + }, + "4217.01.136": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "136, B\u00fcro", "arch_name": "136@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51337", - "roomcode": "4217.01.136", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51354", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51337, + "usage_id": 12 + }, + "4217.01.137": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "137, Chemielabor (KNSTL.B.,MV)", "arch_name": "137@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51354", - "roomcode": "4217.01.137", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51366", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51354, + "usage_id": 102 + }, + "4217.01.138": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "138, B\u00fcro", "arch_name": "138@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51366", - "roomcode": "4217.01.138", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51514", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51366, + "usage_id": 12 + }, + "4217.01.139": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "139, B\u00fcro", "arch_name": "139@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51514", - "roomcode": "4217.01.139", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51530", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51514, + "usage_id": 12 + }, + "4217.01.140": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "140, B\u00fcro", "arch_name": "140@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51530", - "roomcode": "4217.01.140", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51544", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51530, + "usage_id": 12 + }, + "4217.01.141": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "141, WC-Herren", "arch_name": "141@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51544", - "roomcode": "4217.01.141", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51693", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51544, + "usage_id": 115 + }, + "4217.01.142": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "142, WC-Damen", "arch_name": "142@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51693", - "roomcode": "4217.01.142", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51707", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51693, + "usage_id": 116 + }, + "4217.01.143": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "143, Pflanzenzucht (gem. Nutzung TT Plant Genetics", "arch_name": "143@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51707", - "roomcode": "4217.01.143", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=66928", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51707, + "usage_id": 166 + }, + "4217.01.143A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "143A, Kopierraum", "arch_name": "143A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66928", - "roomcode": "4217.01.143A", - "usage": 110 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51717", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66928, + "usage_id": 110 + }, + "4217.01.144": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "144, Lager/K\u00fchltruhen (TT Plant Genetics)", "arch_name": "144@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51717", - "roomcode": "4217.01.144", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51732", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51717, + "usage_id": 166 + }, + "4217.01.145": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "145, Treppenraum", "arch_name": "145@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51732", - "roomcode": "4217.01.145", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52038", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51732, + "usage_id": 223 + }, + "4217.01.146": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "146, Treppenraum", "arch_name": "146@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52038", - "roomcode": "4217.01.146", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52051", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52038, + "usage_id": 223 + }, + "4217.01.148": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "143, Pflanzenzucht (gem. Nutzung TT Plant Genetics", "arch_name": "143@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52051", - "roomcode": "4217.01.148", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52064", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52051, + "usage_id": 166 + }, + "4217.01.149": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "144, Lager/K\u00fchltruhen (gem. Nutzung 1110010300)", "arch_name": "144@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52064", - "roomcode": "4217.01.149", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52554", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52064, + "usage_id": 30 + }, + "4217.01.151": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "106A, Installationsschacht A1", "arch_name": "106A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52554", - "roomcode": "4217.01.151", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52566", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52554, + "usage_id": 120 + }, + "4217.01.152": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "107A, Installationsschacht A2", "arch_name": "107A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52566", - "roomcode": "4217.01.152", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52577", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52566, + "usage_id": 120 + }, + "4217.01.153": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "153, Aufzug West", "arch_name": "153@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52577", - "roomcode": "4217.01.153", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52592", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52577, + "usage_id": 4 + }, + "4217.01.153A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "153A, Aufzug Ost", "arch_name": "153A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52592", - "roomcode": "4217.01.153A", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52206", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52592, + "usage_id": 4 + }, + "4217.01.154": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "123 A, Installationsschacht B1", "arch_name": "123 A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52206", - "roomcode": "4217.01.154", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52217", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52206, + "usage_id": 120 + }, + "4217.01.155": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "124 A, Installationsschacht B2", "arch_name": "124 A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52217", - "roomcode": "4217.01.155", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52229", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52217, + "usage_id": 120 + }, + "4217.01.156": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "141, WC-Herren Vorraum", "arch_name": "141@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52229", - "roomcode": "4217.01.156", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51865", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52229, + "usage_id": 118 + }, + "4217.01.157": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "142, WC-Damen Vorraum", "arch_name": "142@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51865", - "roomcode": "4217.01.157", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51877", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51865, + "usage_id": 118 + }, + "4217.01.158": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "134A, Installationsschacht C2", "arch_name": "134A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51877", - "roomcode": "4217.01.158", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51889", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51877, + "usage_id": 120 + }, + "4217.01.159": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "133A, Installationsschacht C1", "arch_name": "133A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51889", - "roomcode": "4217.01.159", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51901", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51889, + "usage_id": 120 + }, + "4217.01.160": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "160, Flur West 2 (R\u00e4ume 101-113)", "arch_name": "160@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51901", - "roomcode": "4217.01.160", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52379", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51901, + "usage_id": 222 + }, + "4217.01.161": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "161, Flur West (R\u00e4ume 141-140/A28)", "arch_name": "161@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52379", - "roomcode": "4217.01.161", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52395", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52379, + "usage_id": 222 + }, + "4217.01.162": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "162, Flur Mitte", "arch_name": "162@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52395", - "roomcode": "4217.01.162", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52406", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52395, + "usage_id": 222 + }, + "4217.01.163": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "163, Flur Ost", "arch_name": "163@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52406", - "roomcode": "4217.01.163", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52418", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52406, + "usage_id": 222 + }, + "4217.01.164": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "164, Fluchtbalkon", "arch_name": "164@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52418", - "roomcode": "4217.01.164", - "usage": 219 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=10092", + "area_id": 42, + "building_id": 684, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52418, + "usage_id": 219 + }, + "4217.02.201": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "201, Seminarraum 47 /Besprechungsraum", "arch_name": "201@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18104&cReadonly=J", - "list_index": "183", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10092", - "roomcode": "4217.02.201", - "usage": 196 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50081", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 18104, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10092, + "usage_id": 196 + }, + "4217.02.202": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "202, Arbeitsraum", "arch_name": "202@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18368&cReadonly=J", - "list_index": "184", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50081", - "roomcode": "4217.02.202", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50095", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 18368, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50081, + "usage_id": 12 + }, + "4217.02.203": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "203, Arbeitsraum", "arch_name": "203@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50095", - "roomcode": "4217.02.203", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50102", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50095, + "usage_id": 12 + }, + "4217.02.204": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "204, Arbeitsraum", "arch_name": "204@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18375&cReadonly=J", - "list_index": "186", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50102", - "roomcode": "4217.02.204", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50232", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 18375, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50102, + "usage_id": 12 + }, + "4217.02.204A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "204A, Arbeitsraum", "arch_name": "204A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50232", - "roomcode": "4217.02.204A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50242", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50232, + "usage_id": 12 + }, + "4217.02.205": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "205, Chemikalienraum", "arch_name": "205@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50242", - "roomcode": "4217.02.205", - "usage": 132 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50255", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50242, + "usage_id": 132 + }, + "4217.02.206": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "206, Lager", "arch_name": "206@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50255", - "roomcode": "4217.02.206", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50265", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50255, + "usage_id": 30 + }, + "4217.02.207": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "207, Labor", "arch_name": "207@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=19032&cReadonly=J", - "list_index": "190", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50265", - "roomcode": "4217.02.207", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50402", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 19032, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50265, + "usage_id": 194 + }, + "4217.02.208": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "208, Chemielabor (KNSTL.B.,MV)", "arch_name": "208@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=19033&cReadonly=J", - "list_index": "191", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50402", - "roomcode": "4217.02.208", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50420", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 19033, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50402, + "usage_id": 102 + }, + "4217.02.209": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "209, Optische Labors", "arch_name": "209@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50420", - "roomcode": "4217.02.209", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50557", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50420, + "usage_id": 103 + }, + "4217.02.210": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "210, Chemielabor (KNSTL.B.,MV)", "arch_name": "210@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50557", - "roomcode": "4217.02.210", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50569", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50557, + "usage_id": 102 + }, + "4217.02.211": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "211, Chemielabor (KNSTL.B.,MV)", "arch_name": "211@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=30692&cReadonly=J", - "list_index": "194", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50569", - "roomcode": "4217.02.211", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50575", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 30692, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50569, + "usage_id": 102 + }, + "4217.02.212": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "212, Chemielabor (KNSTL.B.,MV)", "arch_name": "212@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=26049&cReadonly=J", - "list_index": "195", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50575", - "roomcode": "4217.02.212", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50589", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 26049, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50575, + "usage_id": 102 + }, + "4217.02.213": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "213, Chemielabor (KNSTL.B.,MV)", "arch_name": "213@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50589", - "roomcode": "4217.02.213", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50720", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50589, + "usage_id": 102 + }, + "4217.02.214": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "214, Zentrifugen W\u00e4geraum", "arch_name": "214@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50720", - "roomcode": "4217.02.214", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50732", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50720, + "usage_id": 103 + }, + "4217.02.215": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "215, B\u00fcro", "arch_name": "215@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50732", - "roomcode": "4217.02.215", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50742", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50732, + "usage_id": 12 + }, + "4217.02.216": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "216, Technologielabor", "arch_name": "216@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=30693&cReadonly=J", - "list_index": "199", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50742", - "roomcode": "4217.02.216", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50753", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 30693, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50742, + "usage_id": 194 + }, + "4217.02.217": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "217, Speise-, Essraum", "arch_name": "217@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=30694&cReadonly=J", - "list_index": "200", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50753", - "roomcode": "4217.02.217", - "usage": 45 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50898", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 30694, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50753, + "usage_id": 45 + }, + "4217.02.218": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "218, B\u00fcro", "arch_name": "218@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50898", - "roomcode": "4217.02.218", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50907", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50898, + "usage_id": 12 + }, + "4217.02.219": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "219, B\u00fcro", "arch_name": "219@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50907", - "roomcode": "4217.02.219", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50921", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50907, + "usage_id": 12 + }, + "4217.02.220": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "220, B\u00fcro", "arch_name": "220@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50921", - "roomcode": "4217.02.220", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50935", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50921, + "usage_id": 12 + }, + "4217.02.221": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "221, B\u00fcro", "arch_name": "221@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50935", - "roomcode": "4217.02.221", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51072", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50935, + "usage_id": 12 + }, + "4217.02.222A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "222A, Arbeitsraum", "arch_name": "222A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51072", - "roomcode": "4217.02.222A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51087", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51072, + "usage_id": 12 + }, + "4217.02.222B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "222B, Chemielabor (KNSTL.B.,MV)", "arch_name": "222B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51087", - "roomcode": "4217.02.222B", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51099", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51087, + "usage_id": 102 + }, + "4217.02.223": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "223, B\u00fcro Doktoranden und G\u00e4ste", "arch_name": "223@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51099", - "roomcode": "4217.02.223", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51105", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51099, + "usage_id": 12 + }, + "4217.02.224": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "224, B\u00fcro Doktoranden und G\u00e4ste", "arch_name": "224@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51105", - "roomcode": "4217.02.224", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48624", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51105, + "usage_id": 12 + }, + "4217.02.225": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "225, B\u00fcro Doktoranden und G\u00e4ste", "arch_name": "225@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48624", - "roomcode": "4217.02.225", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48634", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48624, + "usage_id": 12 + }, + "4217.02.226": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "226, Labor / B\u00fcro", "arch_name": "226@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48634", - "roomcode": "4217.02.226", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48644", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48634, + "usage_id": 102 + }, + "4217.02.227": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "227, Laborw\u00e4scherei", "arch_name": "227@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48644", - "roomcode": "4217.02.227", - "usage": 209 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48776", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48644, + "usage_id": 209 + }, + "4217.02.228": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "228, B\u00fcro", "arch_name": "228@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48776", - "roomcode": "4217.02.228", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48787", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48776, + "usage_id": 12 + }, + "4217.02.229": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "229, WC-Herren Vorraum", "arch_name": "229@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48787", - "roomcode": "4217.02.229", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48797", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48787, + "usage_id": 118 + }, + "4217.02.230": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "230, WC-Damen Vorraum", "arch_name": "230@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48797", - "roomcode": "4217.02.230", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48810", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48797, + "usage_id": 118 + }, + "4217.02.231": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "231, Treppenraum Ost", "arch_name": "231@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48810", - "roomcode": "4217.02.231", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48948", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48810, + "usage_id": 223 + }, + "4217.02.232": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "232, Treppenraum West", "arch_name": "232@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48948", - "roomcode": "4217.02.232", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48960", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48948, + "usage_id": 223 + }, + "4217.02.234": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "229, WC-Herren", "arch_name": "229@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48960", - "roomcode": "4217.02.234", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48972", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48960, + "usage_id": 115 + }, + "4217.02.235": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "230, WC-Damen", "arch_name": "230@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48972", - "roomcode": "4217.02.235", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48982", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48972, + "usage_id": 116 + }, + "4217.02.236": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "236, Aufzug West", "arch_name": "236@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48982", - "roomcode": "4217.02.236", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49122", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48982, + "usage_id": 4 + }, + "4217.02.237": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "237, Aufzug Ost", "arch_name": "237@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49122", - "roomcode": "4217.02.237", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49129", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49122, + "usage_id": 4 + }, + "4217.02.238": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "222A, Installationsschacht C1", "arch_name": "222A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49129", - "roomcode": "4217.02.238", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49143", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49129, + "usage_id": 120 + }, + "4217.02.239": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "223A, Installationsschacht C2", "arch_name": "223A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49143", - "roomcode": "4217.02.239", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49154", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49143, + "usage_id": 120 + }, + "4217.02.241": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "241, Technik Ost- Dachzentrale", "arch_name": "241@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49154", - "roomcode": "4217.02.241", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49294", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49154, + "usage_id": 120 + }, + "4217.02.242": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "211A, Installationsschacht B2", "arch_name": "211A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49294", - "roomcode": "4217.02.242", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49304", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49294, + "usage_id": 120 + }, + "4217.02.243": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "212A, Installationsschacht B1", "arch_name": "212A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49304", - "roomcode": "4217.02.243", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49317", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49304, + "usage_id": 120 + }, + "4217.02.244": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "244, Flur Mitte (R\u00e4ume 202-206)", "arch_name": "244@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49317", - "roomcode": "4217.02.244", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49326", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49317, + "usage_id": 222 + }, + "4217.02.245": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "245, Flur S\u00fcd (R\u00e4ume 207-217)", "arch_name": "245@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49326", - "roomcode": "4217.02.245", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49466", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49326, + "usage_id": 222 + }, + "4217.02.246": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "246, Flur West (R\u00e4ume 201/218-228)", "arch_name": "246@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49466", - "roomcode": "4217.02.246", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49478", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49466, + "usage_id": 222 + }, + "4217.02.247": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "247, Fluchtbalkon", "arch_name": "247@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49478", - "roomcode": "4217.02.247", - "usage": 219 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49486", + "area_id": 42, + "building_id": 684, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49478, + "usage_id": 219 + }, + "4217.03.301": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "301, Treppenraum West", "arch_name": "301@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49486", - "roomcode": "4217.03.301", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49621", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49486, + "usage_id": 223 + }, + "4217.03.302": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "302, Aufzug West", "arch_name": "302@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49621", - "roomcode": "4217.03.302", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49629", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49621, + "usage_id": 4 + }, + "4217.03.303": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "303, Technik Nord-Dachzentrale", "arch_name": "303@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49629", - "roomcode": "4217.03.303", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49637", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49629, + "usage_id": 120 + }, + "4217.03.304": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "304, Treppenraum Ost", "arch_name": "304@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49637", - "roomcode": "4217.03.304", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49648", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49637, + "usage_id": 223 + }, + "4217.03.305": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "305, Aufzugs- und F\u00f6rdermaschinen Ost", "arch_name": "305@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49648", - "roomcode": "4217.03.305", - "usage": 5 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49658", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49648, + "usage_id": 5 + }, + "4217.03.306": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "306, Technik S\u00fcd-Dachzentrale", "arch_name": "306@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49658", - "roomcode": "4217.03.306", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=49784", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49658, + "usage_id": 120 + }, + "4217.03.307": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "307, Fluchtbalkon", "arch_name": "307@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49784", - "roomcode": "4217.03.307", - "usage": 219 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52959", + "area_id": 42, + "building_id": 684, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49784, + "usage_id": 219 + }, + "4217.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "001, Mehltauraum (Phytoschr\u00e4nke) mit Dunkelkammer", "arch_name": "001@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52959", - "roomcode": "4217.EG.001", - "usage": 104 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52969", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52959, + "usage_id": 104 + }, + "4217.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "002, Messraum: GC und Photometrie, QPCR", "arch_name": "002@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52969", - "roomcode": "4217.EG.002", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52983", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52969, + "usage_id": 103 + }, + "4217.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "003, W\u00e4geraum / Lager", "arch_name": "003@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52983", - "roomcode": "4217.EG.003", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53126", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52983, + "usage_id": 103 + }, + "4217.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "004, Lager /-70\u00b0C K\u00fchltruhen", "arch_name": "004@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53126", - "roomcode": "4217.EG.004", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53134", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53126, + "usage_id": 199 + }, + "4217.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "005, Laborw\u00e4scherei", "arch_name": "005@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53134", - "roomcode": "4217.EG.005", - "usage": 209 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53145", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53134, + "usage_id": 209 + }, + "4217.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "006, Autoklavenraum / Sterilb\u00e4nke", "arch_name": "006@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53145", - "roomcode": "4217.EG.006", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53157", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53145, + "usage_id": 194 + }, + "4217.EG.006A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "006A, Installationsschacht A1", "arch_name": "006A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53157", - "roomcode": "4217.EG.006A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53300", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53157, + "usage_id": 120 + }, + "4217.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "007, Biochemisches Labor", "arch_name": "007@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53300", - "roomcode": "4217.EG.007", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53313", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53300, + "usage_id": 102 + }, + "4217.EG.007A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "007A, Installationsschacht A2", "arch_name": "007A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53313", - "roomcode": "4217.EG.007A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53329", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53313, + "usage_id": 120 + }, + "4217.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "008, Biochemisches Labor", "arch_name": "008@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=15633&cRes=19889&cReadonly=J", - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53329", - "roomcode": "4217.EG.008", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53339", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 19889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53329, + "usage_id": 102 + }, + "4217.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "009, Molekularbiologisches Labor (S1)", "arch_name": "009@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=15633&cRes=18620&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53339", - "roomcode": "4217.EG.009", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53486", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 18620, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53339, + "usage_id": 102 + }, + "4217.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "010, B\u00fcro Doktoranden", "arch_name": "010@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53486", - "roomcode": "4217.EG.010", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53496", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53486, + "usage_id": 12 + }, + "4217.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "011, B\u00fcro Leitung", "arch_name": "011@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53496", - "roomcode": "4217.EG.011", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53507", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53496, + "usage_id": 12 + }, + "4217.EG.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "012, Sekretariat", "arch_name": "012@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53507", - "roomcode": "4217.EG.012", - "usage": 40 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53650", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53507, + "usage_id": 40 + }, + "4217.EG.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "013, B\u00fcro Assistenten", "arch_name": "013@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53650", - "roomcode": "4217.EG.013", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53662", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53650, + "usage_id": 12 + }, + "4217.EG.013A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "013A, Vorbereitung Pflanzenanzucht / Erdarbeiten", "arch_name": "013A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53662", - "roomcode": "4217.EG.013A", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=10468", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53662, + "usage_id": 166 + }, + "4217.EG.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "014, Seminarraum 45 /Besprechungsraum", "arch_name": "014@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=15633&cRes=12595&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10468", - "roomcode": "4217.EG.014", - "usage": 196 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53813", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 12595, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15633, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10468, + "usage_id": 196 + }, + "4217.EG.015": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "015, Sozialraum", "arch_name": "015@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53813", - "roomcode": "4217.EG.015", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53828", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53813, + "usage_id": 44 + }, + "4217.EG.016": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "016, Pflanzenklimakammern", "arch_name": "016@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53828", - "roomcode": "4217.EG.016", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53846", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53828, + "usage_id": 166 + }, + "4217.EG.016A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "016A, Betriebstechnik", "arch_name": "016A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53846", - "roomcode": "4217.EG.016A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51248", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53846, + "usage_id": 120 + }, + "4217.EG.017": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "017, K\u00fchlraum", "arch_name": "017@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51248", - "roomcode": "4217.EG.017", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51262", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51248, + "usage_id": 30 + }, + "4217.EG.018": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "018, Chemikalienlager", "arch_name": "018@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51262", - "roomcode": "4217.EG.018", - "usage": 132 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51272", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51262, + "usage_id": 132 + }, + "4217.EG.019": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "019, NMR", "arch_name": "019@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51272", - "roomcode": "4217.EG.019", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51424", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51272, + "usage_id": 103 + }, + "4217.EG.019A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "019A, Installationsschacht B2 / Pflanzenklimakamme", "arch_name": "019A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51424", - "roomcode": "4217.EG.019A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51434", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51424, + "usage_id": 120 + }, + "4217.EG.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "020, Hyperspektrallabor", "arch_name": "020@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51434", - "roomcode": "4217.EG.020", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51453", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51434, + "usage_id": 103 + }, + "4217.EG.021": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "021, Klimaraum", "arch_name": "021@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51453", - "roomcode": "4217.EG.021", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51614", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51453, + "usage_id": 30 + }, + "4217.EG.022A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "022A, Klimaraum", "arch_name": "022A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51614", - "roomcode": "4217.EG.022A", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51635", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51614, + "usage_id": 30 + }, + "4217.EG.022B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "022B, Klimaraum", "arch_name": "022B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51635", - "roomcode": "4217.EG.022B", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51648", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51635, + "usage_id": 30 + }, + "4217.EG.023": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "023B, K\u00fchlraum (15\u00b0C und 5 \u00b0C)", "arch_name": "023B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51648", - "roomcode": "4217.EG.023", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=72011", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51648, + "usage_id": 199 + }, + "4217.EG.023A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "023A, K\u00fchlraum (15\u00b0C und 5 \u00b0C)", "arch_name": "023A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72011", - "roomcode": "4217.EG.023A", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51790", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72011, + "usage_id": 199 + }, + "4217.EG.024": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "024, Technikraum f\u00fcr Phytokammer", "arch_name": "024@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51790", - "roomcode": "4217.EG.024", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51806", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51790, + "usage_id": 199 + }, + "4217.EG.025": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "025, Bodenaufbereitung", "arch_name": "025@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51806", - "roomcode": "4217.EG.025", - "usage": 136 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51950", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51806, + "usage_id": 136 + }, + "4217.EG.025A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "025A, Installationsschacht B1", "arch_name": "025A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51950", - "roomcode": "4217.EG.025A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51974", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51950, + "usage_id": 120 + }, + "4217.EG.026": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "026, NMR", "arch_name": "026@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51974", - "roomcode": "4217.EG.026", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52118", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51974, + "usage_id": 103 + }, + "4217.EG.027": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "027, Bodenaufbereitung", "arch_name": "027@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52118", - "roomcode": "4217.EG.027", - "usage": 136 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52134", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52118, + "usage_id": 136 + }, + "4217.EG.028": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "028, Chemielabor", "arch_name": "028@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52134", - "roomcode": "4217.EG.028", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52148", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52134, + "usage_id": 102 + }, + "4217.EG.029": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "029, B\u00fcro", "arch_name": "029@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52148", - "roomcode": "4217.EG.029", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52292", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52148, + "usage_id": 12 + }, + "4217.EG.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "030, B\u00fcro", "arch_name": "030@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52292", - "roomcode": "4217.EG.030", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52301", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52292, + "usage_id": 12 + }, + "4217.EG.031": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "031, Messraum Bodengrundkatalogisierung", "arch_name": "031@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52301", - "roomcode": "4217.EG.031", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52316", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52301, + "usage_id": 103 + }, + "4217.EG.032": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "032, Sekretariat/Vorzimmer", "arch_name": "032@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52316", - "roomcode": "4217.EG.032", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=10082", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52316, + "usage_id": 12 + }, + "4217.EG.033": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "033, B\u00fcro", "arch_name": "033@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10082", - "roomcode": "4217.EG.033", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52476", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10082, + "usage_id": 12 + }, + "4217.EG.034": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "034, DNA Labor", "arch_name": "034@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52476", - "roomcode": "4217.EG.034", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52484", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52476, + "usage_id": 102 + }, + "4217.EG.035": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "035, B\u00fcro Doktoranden/ Postdoktoranden", "arch_name": "035@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52484", - "roomcode": "4217.EG.035", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52499", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52484, + "usage_id": 12 + }, + "4217.EG.036": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036, Labor", "arch_name": "036@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52499", - "roomcode": "4217.EG.036", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52650", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52499, + "usage_id": 102 + }, + "4217.EG.036A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036A, Autoklavenraum", "arch_name": "036A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52650", - "roomcode": "4217.EG.036A", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52660", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52650, + "usage_id": 102 + }, + "4217.EG.036B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036B, Labor", "arch_name": "036B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52660", - "roomcode": "4217.EG.036B", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52674", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52660, + "usage_id": 102 + }, + "4217.EG.036C": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036C, Mooslabor", "arch_name": "036C@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52674", - "roomcode": "4217.EG.036C", - "usage": 187 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52821", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52674, + "usage_id": 187 + }, + "4217.EG.036D": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036D, Installationsschacht C1", "arch_name": "036D@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52821", - "roomcode": "4217.EG.036D", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52832", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52821, + "usage_id": 120 + }, + "4217.EG.036E": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036E, Installationsschacht C2", "arch_name": "036E@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52832", - "roomcode": "4217.EG.036E", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=72007", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52832, + "usage_id": 120 + }, + "4217.EG.036F": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "036F, B\u00fcro", "arch_name": "036F@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72007", - "roomcode": "4217.EG.036F", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52843", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72007, + "usage_id": 12 + }, + "4217.EG.037": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "037, Herbarium TUM", "arch_name": "037@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=45310&cRes=18461&cReadonly=J", - "list_index": "80", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52843", - "roomcode": "4217.EG.037", - "usage": 187 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52991", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 18461, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52843, + "usage_id": 187 + }, + "4217.EG.038": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "038, Best\u00e4ubungsbiologie-Labor", "arch_name": "038@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52991", - "roomcode": "4217.EG.038", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53002", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52991, + "usage_id": 102 + }, + "4217.EG.039": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "039, Ruheraum", "arch_name": "039@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53002", - "roomcode": "4217.EG.039", - "usage": 178 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=10130", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53002, + "usage_id": 178 + }, + "4217.EG.040": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "040, Genetik-Labor", "arch_name": "040@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=45310&cRes=15343&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10130", - "roomcode": "4217.EG.040", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=10168", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 15343, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10130, + "usage_id": 102 + }, + "4217.EG.041": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "041, H\u00f6rsaal 12 (WZWH12)", "arch_name": "041@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12562&cReadonly=J", - "extended": { - "additional_description": "041, H\u00f6rsaal 12 (WZWH12)", - "address": "Emil-Ramann-Str. 2(4217), Erdgescho\u00df", - "architect_room_nr": "041@4217", - "area_m2": 173.02, - "building": "4217 Pflanzenproduktion 1", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "041", - "seats": 150, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10168", - "roomcode": "4217.EG.041", - "usage": 20 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53175", + "area_id": 42, + "building_id": 684, + "calendar_resource_nr": 12562, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 150, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10168, + "usage_id": 20 + }, + "4217.EG.043": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "043, Lager Reinigungsmittelraum", "arch_name": "043@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53175", - "roomcode": "4217.EG.043", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53186", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53175, + "usage_id": 205 + }, + "4217.EG.045": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "045A, WC-Herren Vorraum", "arch_name": "045A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53186", - "roomcode": "4217.EG.045", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69131", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53186, + "usage_id": 118 + }, + "4217.EG.045A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "045, WC-Herren", "arch_name": "045@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69131", - "roomcode": "4217.EG.045A", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53203", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69131, + "usage_id": 115 + }, + "4217.EG.046": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "046A, WC-Damen Vorraum", "arch_name": "046A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53203", - "roomcode": "4217.EG.046", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69132", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53203, + "usage_id": 118 + }, + "4217.EG.046A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "046, WC-Damen", "arch_name": "046@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69132", - "roomcode": "4217.EG.046A", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=74748", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69132, + "usage_id": 116 + }, + "4217.EG.046B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "046B, Reinigungsmittel", "arch_name": "046B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74748", - "roomcode": "4217.EG.046B", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53349", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74748, + "usage_id": 205 + }, + "4217.EG.047": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "047, Lager Glaswaren", "arch_name": "047@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53349", - "roomcode": "4217.EG.047", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53364", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53349, + "usage_id": 30 + }, + "4217.EG.048": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "048, Lager Plastik und Verbrauchsmatrial", "arch_name": "048@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53364", - "roomcode": "4217.EG.048", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53514", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53364, + "usage_id": 30 + }, + "4217.EG.049": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "049, Messraum: Chemilumineszenz, Fluoreszenz, HPLC", "arch_name": "049@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53514", - "roomcode": "4217.EG.049", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53532", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53514, + "usage_id": 103 + }, + "4217.EG.050": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "050, Kopierraum /Postf\u00e4cher / Fotografie", "arch_name": "050@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53532", - "roomcode": "4217.EG.050", - "usage": 110 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53545", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53532, + "usage_id": 110 + }, + "4217.EG.051": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "051A, WC-Herren Vorraum", "arch_name": "051A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53545", - "roomcode": "4217.EG.051", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69133", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53545, + "usage_id": 118 + }, + "4217.EG.051A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "051, WC-Herren", "arch_name": "051@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69133", - "roomcode": "4217.EG.051A", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53687", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69133, + "usage_id": 115 + }, + "4217.EG.052": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "052A, WC-Damen Vorraum", "arch_name": "052A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53687", - "roomcode": "4217.EG.052", - "usage": 118 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69134", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53687, + "usage_id": 118 + }, + "4217.EG.052A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "052, WC-Damen", "arch_name": "052@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69134", - "roomcode": "4217.EG.052A", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53701", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69134, + "usage_id": 116 + }, + "4217.EG.053": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "053, B\u00fcro Doktoranden", "arch_name": "053@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53701", - "roomcode": "4217.EG.053", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53718", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53701, + "usage_id": 12 + }, + "4217.EG.054": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "054, B\u00fcro", "arch_name": "054@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53718", - "roomcode": "4217.EG.054", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53861", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15633, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53718, + "usage_id": 12 + }, + "4217.EG.054A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "054C, B\u00fcro", "arch_name": "054C@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53861", - "roomcode": "4217.EG.054A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53871", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53861, + "usage_id": 12 + }, + "4217.EG.054B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "054B, B\u00fcro", "arch_name": "054B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53871", - "roomcode": "4217.EG.054B", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53883", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53871, + "usage_id": 12 + }, + "4217.EG.055": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "055, Lager Brennbare Fl\u00fcssigkeiten (gem. 111005050", "arch_name": "055@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53883", - "roomcode": "4217.EG.055", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51285", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53883, + "usage_id": 30 + }, + "4217.EG.056": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "056, Pflanzenklimakammern", "arch_name": "056@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51285", - "roomcode": "4217.EG.056", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51295", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51285, + "usage_id": 166 + }, + "4217.EG.057": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "057, Foyer Pflanze 1", "arch_name": "057@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51295", - "roomcode": "4217.EG.057", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66539", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51295, + "usage_id": 222 + }, + "4217.EG.057B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "061, Sozialraum", "arch_name": "061@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=45310", - "operator": "[ TUWZB3P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66539", - "roomcode": "4217.EG.057B", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51311", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 45310, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66539, + "usage_id": 44 + }, + "4217.EG.058": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "058, Treppenraum", "arch_name": "058@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51311", - "roomcode": "4217.EG.058", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51464", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51311, + "usage_id": 223 + }, + "4217.EG.059": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "059, Treppenraum", "arch_name": "059@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51464", - "roomcode": "4217.EG.059", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51476", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51464, + "usage_id": 223 + }, + "4217.EG.060": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "060, Aufzug", "arch_name": "060@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51476", - "roomcode": "4217.EG.060", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51503", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51476, + "usage_id": 4 + }, + "4217.EG.061": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "059A, Flur Mitte (Raum 016)", "arch_name": "059A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51503", - "roomcode": "4217.EG.061", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51659", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51503, + "usage_id": 222 + }, + "4217.EG.062": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51659", - "roomcode": "4217.EG.062", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51676", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51659, + "usage_id": 222 + }, + "4217.EG.063": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51676", - "roomcode": "4217.EG.063", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51690", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51676, + "usage_id": 222 + }, + "4217.EG.064": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "064, Flur Ost (R\u00e4ume 042-050)", "arch_name": "064@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51690", - "roomcode": "4217.EG.064", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51836", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51690, + "usage_id": 222 + }, + "4217.EG.065": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "065, Aufzug", "arch_name": "065@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51836", - "roomcode": "4217.EG.065", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51851", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51836, + "usage_id": 4 + }, + "4217.EG.066": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "066, Flur Nord (R\u00e4ume 032-039)", "arch_name": "066@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51851", - "roomcode": "4217.EG.066", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=51995", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51851, + "usage_id": 222 + }, + "4217.EG.067": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "041A, Flur H12", "arch_name": "041A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51995", - "roomcode": "4217.EG.067", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52018", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51995, + "usage_id": 222 + }, + "4217.EG.068": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "041B, Flur H12", "arch_name": "041B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52018", - "roomcode": "4217.EG.068", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52164", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52018, + "usage_id": 222 + }, + "4217.EG.069": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "069, Lager/Wertstoffe/M\u00fcll", "arch_name": "069@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52164", - "roomcode": "4217.EG.069", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52175", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52164, + "usage_id": 30 + }, + "4217.EG.070": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "070, Fluchtbalkon", "arch_name": "070@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52175", - "roomcode": "4217.EG.070", - "usage": 219 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51376", + "area_id": 42, + "building_id": 684, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52175, + "usage_id": 219 + }, + "4217.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K01, Rohrkeller", "arch_name": "K01@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51376", - "roomcode": "4217.U1.001", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51405", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51376, + "usage_id": 120 + }, + "4217.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K03, Vorraum", "arch_name": "K03@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51405", - "roomcode": "4217.U1.003", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=59354", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51405, + "usage_id": 166 + }, + "4217.U1.003A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K03A, Anzuchtraum", "arch_name": "K03A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59354", - "roomcode": "4217.U1.003A", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51566", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59354, + "usage_id": 166 + }, + "4217.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K04, Pflanzenanzucht / Bakterienkultur", "arch_name": "K04@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15633", - "operator": "[ TUWZY5O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51566", - "roomcode": "4217.U1.004", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51581", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15633, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51566, + "usage_id": 166 + }, + "4217.U1.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K05, Probenlager (gem. Nutzung 1110050800;11100308", "arch_name": "K05@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51581", - "roomcode": "4217.U1.005", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51594", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51581, + "usage_id": 30 + }, + "4217.U1.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K06, Vorbereitungsraum", "arch_name": "K06@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51594", - "roomcode": "4217.U1.006", - "usage": 136 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51738", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51594, + "usage_id": 136 + }, + "4217.U1.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K07, Technik", "arch_name": "K07@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51738", - "roomcode": "4217.U1.007", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51751", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51738, + "usage_id": 120 + }, + "4217.U1.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K08, Rohrkeller", "arch_name": "K08@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51751", - "roomcode": "4217.U1.008", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51762", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51751, + "usage_id": 120 + }, + "4217.U1.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K09, Flur (K03 - K10A)", "arch_name": "K09@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51762", - "roomcode": "4217.U1.009", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=66537", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51762, + "usage_id": 222 + }, + "4217.U1.009A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K09A, Fluchtweg H12", "arch_name": "K09A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66537", - "roomcode": "4217.U1.009A", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51774", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66537, + "usage_id": 222 + }, + "4217.U1.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K10, Be- und Entl\u00fcftung", "arch_name": "K10@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51774", - "roomcode": "4217.U1.010", - "usage": 32 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=66536", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51774, + "usage_id": 32 + }, + "4217.U1.010A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K10A, Batterieanlage f\u00fcr Sicherheitsbeleuchtung", "arch_name": "K10A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66536", - "roomcode": "4217.U1.010A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51920", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66536, + "usage_id": 120 + }, + "4217.U1.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K11, Treppenraum", "arch_name": "K11@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51920", - "roomcode": "4217.U1.011", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51935", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51920, + "usage_id": 223 + }, + "4217.U1.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K12, Wasserversorgung", "arch_name": "K12@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51935", - "roomcode": "4217.U1.012", - "usage": 182 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51945", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51935, + "usage_id": 182 + }, + "4217.U1.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K13, Niederspannungshauptverteilung", "arch_name": "K13@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51945", - "roomcode": "4217.U1.013", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52085", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51945, + "usage_id": 160 + }, + "4217.U1.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K14, Pflanzenzucht", "arch_name": "K14@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52085", - "roomcode": "4217.U1.014", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52098", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52085, + "usage_id": 30 + }, + "4217.U1.015": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K15, Abklinganlage", "arch_name": "K15@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52098", - "roomcode": "4217.U1.015", - "usage": 182 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52111", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52098, + "usage_id": 182 + }, + "4217.U1.016": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K16, Neutralisierung", "arch_name": "K16@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52111", - "roomcode": "4217.U1.016", - "usage": 182 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52276", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52111, + "usage_id": 182 + }, + "4217.U1.018": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K20, Lager", "arch_name": "K20@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52276", - "roomcode": "4217.U1.018", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52424", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52276, + "usage_id": 30 + }, + "4217.U1.019": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K19, Treppenraum", "arch_name": "K19@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52424", - "roomcode": "4217.U1.019", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=66541", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52424, + "usage_id": 223 + }, + "4217.U1.020A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K20A, Einbringschacht/Montageschacht", "arch_name": "K20A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66541", - "roomcode": "4217.U1.020A", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52436", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66541, + "usage_id": 120 + }, + "4217.U1.021": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K07, Gasversorgung (Technische Zentrale)", "arch_name": "K07@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52436", - "roomcode": "4217.U1.021", - "usage": 182 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52446", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52436, + "usage_id": 182 + }, + "4217.U1.022": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K09B, Fluchtweg im Freien", "arch_name": "K09B@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52446", - "roomcode": "4217.U1.022", - "usage": 219 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52603", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52446, + "usage_id": 219 + }, + "4217.U1.024": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K24, Aufzug West", "arch_name": "K24@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52603", - "roomcode": "4217.U1.024", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52614", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52603, + "usage_id": 4 + }, + "4217.U1.024A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K24A, Aufzug Ost", "arch_name": "K24A@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52614", - "roomcode": "4217.U1.024A", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52622", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52614, + "usage_id": 4 + }, + "4217.U1.025": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K25, Bodentrocknungsraum", "arch_name": "K25@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52622", - "roomcode": "4217.U1.025", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52776", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52622, + "usage_id": 166 + }, + "4217.U1.026": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K26, Flur (K01/K08)", "arch_name": "K26@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52776", - "roomcode": "4217.U1.026", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52794", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52776, + "usage_id": 222 + }, + "4217.U1.027": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K27, Flur Mitte (K07)", "arch_name": "K27@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52794", - "roomcode": "4217.U1.027", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52806", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52794, + "usage_id": 222 + }, + "4217.U1.028": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "alt_name": "K28, Flur S\u00fcd (K15-K20)", "arch_name": "K28@4217", - "b_area_id": 42, - "b_filter_id": 684, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52806", - "roomcode": "4217.U1.028", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49513", + "area_id": 42, + "building_id": 684, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52806, + "usage_id": 222 + }, + "4218.01.101": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "101, Labor", "arch_name": "101@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49513", - "roomcode": "4218.01.101", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49527", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49513, + "usage_id": 102 + }, + "4218.01.102": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "102, Labor", "arch_name": "102@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=48397&cRes=18689&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49527", - "roomcode": "4218.01.102", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49537", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18689, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49527, + "usage_id": 102 + }, + "4218.01.103": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "103, Labor", "arch_name": "103@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=18357&cReadonly=J", - "list_index": "54", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49537", - "roomcode": "4218.01.103", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49669", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18357, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 47397, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49537, + "usage_id": 102 + }, + "4218.01.104": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "104, Dunkelkammer", "arch_name": "104@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49669", - "roomcode": "4218.01.104", - "usage": 104 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49678", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49669, + "usage_id": 104 + }, + "4218.01.105": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=33272&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49678", - "roomcode": "4218.01.105", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49690", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 33272, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 47397, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49678, + "usage_id": 12 + }, + "4218.01.106": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "106, B\u00fcro", "arch_name": "106@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=33273&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49690", - "roomcode": "4218.01.106", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=28398", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 33273, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 47397, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49690, + "usage_id": 12 + }, + "4218.01.107": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "107, B\u00fcro, Professorin", "arch_name": "107@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=33274&cReadonly=J", - "list_index": "58", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=28398", - "roomcode": "4218.01.107", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49827", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 33274, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47397, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28398, + "usage_id": 12 + }, + "4218.01.108": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "108, B\u00fcro", "arch_name": "108@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=33275&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49827", - "roomcode": "4218.01.108", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49834", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 33275, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 47397, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49827, + "usage_id": 12 + }, + "4218.01.109": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "109, Sozialraum (gem. Nutzung 1110054900)", "arch_name": "109@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49834", - "roomcode": "4218.01.109", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49843", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49834, + "usage_id": 44 + }, + "4218.01.110": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "110, B\u00fcro", "arch_name": "110@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=33276&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49843", - "roomcode": "4218.01.110", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49980", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 33276, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 47397, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49843, + "usage_id": 12 + }, + "4218.01.110A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "110a, B\u00fcro", "arch_name": "110a@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49980", - "roomcode": "4218.01.110A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49991", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49980, + "usage_id": 12 + }, + "4218.01.111": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "Besprechungsraum (gem. Nutzung 1110010400,11100555", "arch_name": "111@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=47397&cRes=18313&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=47397", - "operator": "[ TUWZP5E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49991", - "roomcode": "4218.01.111", - "usage": 196 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50001", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18313, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47397, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49991, + "usage_id": 196 + }, + "4218.01.112": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "112, Lehrstuhlinhaber", "arch_name": "112@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50001", - "roomcode": "4218.01.112", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50011", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15558, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50001, + "usage_id": 12 + }, + "4218.01.113": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "113, Aufenthaltsraum", "arch_name": "113@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50011", - "roomcode": "4218.01.113", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50150", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15636, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50011, + "usage_id": 44 + }, + "4218.01.114": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "114, Labor, Messraum (gem. Nutzung)", "arch_name": "114@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50150", - "roomcode": "4218.01.114", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50162", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50150, + "usage_id": 103 + }, + "4218.01.115A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "115A, Labor", "arch_name": "115A@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50162", - "roomcode": "4218.01.115A", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50169", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50162, + "usage_id": 102 + }, + "4218.01.115B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "115B, Laborsp\u00fclraum (gem. Nutzung)", "arch_name": "115B@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50169", - "roomcode": "4218.01.115B", - "usage": 209 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50178", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50169, + "usage_id": 209 + }, + "4218.01.115C": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "115C, Chemielabor", "arch_name": "115C@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50178", - "roomcode": "4218.01.115C", - "usage": 209 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50312", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50178, + "usage_id": 209 + }, + "4218.01.116": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "116, Sterilb\u00e4nke (gem. Nutzung)", "arch_name": "116@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50312", - "roomcode": "4218.01.116", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50320", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50312, + "usage_id": 102 + }, + "4218.01.116A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "116A, Zellkulturen (gem. Nutzung)", "arch_name": "116A@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50320", - "roomcode": "4218.01.116A", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50332", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50320, + "usage_id": 30 + }, + "4218.01.117": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "117, Labor", "arch_name": "117@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50332", - "roomcode": "4218.01.117", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50343", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15636, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50332, + "usage_id": 102 + }, + "4218.01.118": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "118, Labor", "arch_name": "118@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=15636&cRes=18500&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50343", - "roomcode": "4218.01.118", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50486", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18500, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15636, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50343, + "usage_id": 102 + }, + "4218.01.119": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "119, B\u00fcro", "arch_name": "119@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50486", - "roomcode": "4218.01.119", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50500", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15636, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50486, + "usage_id": 12 + }, + "4218.01.120": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "120, Doktorand", "arch_name": "120@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50500", - "roomcode": "4218.01.120", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50509", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15636, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50500, + "usage_id": 12 + }, + "4218.01.121": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "121, Doktorand", "arch_name": "121@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50509", - "roomcode": "4218.01.121", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50651", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15636, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50509, + "usage_id": 12 + }, + "4218.01.122": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "122, Messraum Mikroskopie, Imaging Unit CALM (gem.", "arch_name": "122@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50651", - "roomcode": "4218.01.122", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50662", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50651, + "usage_id": 103 + }, + "4218.01.123": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "123, Messraum (gem. Nutzung)", "arch_name": "123@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50662", - "roomcode": "4218.01.123", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50677", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50662, + "usage_id": 103 + }, + "4218.01.124": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "124, K\u00fchlraum (gem. Nutzung TT Plant Genetics)", "arch_name": "124@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50677", - "roomcode": "4218.01.124", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50816", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50677, + "usage_id": 199 + }, + "4218.01.125": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "125, Messraum Mikroskopie, Imaging Unit CALM", "arch_name": "125@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50816", - "roomcode": "4218.01.125", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50828", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50816, + "usage_id": 103 + }, + "4218.01.126": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "126, Gen-Arbeitsbeireich L1/S1", "arch_name": "126@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50828", - "roomcode": "4218.01.126", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50840", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50828, + "usage_id": 102 + }, + "4218.01.130": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "130, Flur", "arch_name": "130@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50840", - "roomcode": "4218.01.130", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50991", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50840, + "usage_id": 222 + }, + "4218.01.131": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "131, Elektrische Versorgung", "arch_name": "131@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50991", - "roomcode": "4218.01.131", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51000", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50991, + "usage_id": 160 + }, + "4218.01.132": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "132, Installationsraum", "arch_name": "132@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51000", - "roomcode": "4218.01.132", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51011", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51000, + "usage_id": 120 + }, + "4218.01.140": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "140, Treppenraum", "arch_name": "140@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51011", - "roomcode": "4218.01.140", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51023", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51011, + "usage_id": 223 + }, + "4218.01.141": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "141, WC-Herren", "arch_name": "141@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51023", - "roomcode": "4218.01.141", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48703", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51023, + "usage_id": 115 + }, + "4218.01.142": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "142, Reinigungsmittelraum", "arch_name": "142@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48703", - "roomcode": "4218.01.142", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48717", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48703, + "usage_id": 205 + }, + "4218.01.143": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "143, WC-Damen", "arch_name": "143@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48717", - "roomcode": "4218.01.143", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48726", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48717, + "usage_id": 116 + }, + "4218.01.150": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "150, Flur", "arch_name": "150@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48726", - "roomcode": "4218.01.150", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48735", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48726, + "usage_id": 222 + }, + "4218.01.151": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "151, Installationsraum", "arch_name": "151@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48735", - "roomcode": "4218.01.151", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48869", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48735, + "usage_id": 120 + }, + "4218.01.152": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "152, Diaschrank", "arch_name": "152@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48869", - "roomcode": "4218.01.152", - "usage": 2 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48876", + "area_id": 42, + "building_id": 685, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48869, + "usage_id": 2 + }, + "4218.02.201": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "201, Labor", "arch_name": "201@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=54438&cRes=19384&cReadonly=J", - "list_index": "92", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48876", - "roomcode": "4218.02.201", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48886", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 19384, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 54438, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48876, + "usage_id": 102 + }, + "4218.02.202": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "202, Zentrifugen", "arch_name": "202@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48886", - "roomcode": "4218.02.202", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48893", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 54438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48886, + "usage_id": 103 + }, + "4218.02.203": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "203, Labor", "arch_name": "203@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48893", - "roomcode": "4218.02.203", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48903", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 54438, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48893, + "usage_id": 102 + }, + "4218.02.204": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "204, Wissenschaftliche Mitarbeiter", "arch_name": "204@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48903", - "roomcode": "4218.02.204", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49036", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 54438, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48903, + "usage_id": 12 + }, + "4218.02.205": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49036", - "roomcode": "4218.02.205", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49044", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 54438, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49036, + "usage_id": 12 + }, + "4218.02.206": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "206, Messraum", "arch_name": "206@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49044", - "roomcode": "4218.02.206", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49051", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 54438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49044, + "usage_id": 103 + }, + "4218.02.207": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "207, Graphik/Computer", "arch_name": "207@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49051", - "roomcode": "4218.02.207", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49059", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 54438, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49051, + "usage_id": 12 + }, + "4218.02.208": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "208, Sozialraum (gem. Nutzung 1124301040)", "arch_name": "208@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49059", - "roomcode": "4218.02.208", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49070", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49059, + "usage_id": 44 + }, + "4218.02.209": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "209, B\u00fcro (gem. Nutzung 1124301040)", "arch_name": "209@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18505&cReadonly=J", - "list_index": "100", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49070", - "roomcode": "4218.02.209", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49209", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18505, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49070, + "usage_id": 12 + }, + "4218.02.210": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "210, Sekretariat (gem. Nutzung 1124301040)", "arch_name": "210@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49209", - "roomcode": "4218.02.210", - "usage": 40 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49216", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49209, + "usage_id": 40 + }, + "4218.02.211": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "211, Lehrstuhlinhaber", "arch_name": "211@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49216", - "roomcode": "4218.02.211", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12478", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 54438, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49216, + "usage_id": 12 + }, + "4218.02.212": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "212, Seminarraum", "arch_name": "212@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=15636&cRes=18195&cReadonly=J", - "extended": { - "additional_description": "212, Seminarraum", - "address": "Emil-Ramann-Str. 4(4218), 2.Obergescho\u00df", - "architect_room_nr": "212@4218", - "area_m2": 22.56, - "building": "4218 Biologikum Weihenstephan", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "212", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12478", - "roomcode": "4218.02.212", - "usage": 41 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=61324", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18195, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15636, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12478, + "usage_id": 41 + }, + "4218.02.214A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "214A, B\u00fcro", "arch_name": "214A@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61324", - "roomcode": "4218.02.214A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=61325", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15626, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61324, + "usage_id": 12 + }, + "4218.02.214B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "214b, B\u00fcro", "arch_name": "214b@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=15636&cRes=18690&cReadonly=J", - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61325", - "roomcode": "4218.02.214B", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=61321", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 18690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15636, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61325, + "usage_id": 12 + }, + "4218.02.214C": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "214c, B\u00fcro wiss. Mitarbeiter (gem. Nutzung)", "arch_name": "214c@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61321", - "roomcode": "4218.02.214C", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=61322", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61321, + "usage_id": 12 + }, + "4218.02.214D": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "214D, Sekretariat (gem Nutzung)", "arch_name": "214D@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61322", - "roomcode": "4218.02.214D", - "usage": 40 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49245", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15636, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61322, + "usage_id": 40 + }, + "4218.02.215": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "215, Isotopenlabor", "arch_name": "215@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=54438", - "operator": "[ TUS4R5I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49245", - "roomcode": "4218.02.215", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49378", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 54438, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49245, + "usage_id": 102 + }, + "4218.02.215A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "215A, Schleuse", "arch_name": "215A@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49378", - "roomcode": "4218.02.215A", - "usage": 105 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49385", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49378, + "usage_id": 105 + }, + "4218.02.215B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "215B, Dunkelkammer", "arch_name": "215B@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49385", - "roomcode": "4218.02.215B", - "usage": 104 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49394", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49385, + "usage_id": 104 + }, + "4218.02.216": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "216, Labor", "arch_name": "216@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49394", - "roomcode": "4218.02.216", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49401", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15626, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49394, + "usage_id": 102 + }, + "4218.02.217": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "217, Labor", "arch_name": "217@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=15626&cRes=19383&cReadonly=J", - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49401", - "roomcode": "4218.02.217", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49409", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 19383, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15626, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49401, + "usage_id": 102 + }, + "4218.02.218": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "218, B\u00fcro", "arch_name": "218@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49409", - "roomcode": "4218.02.218", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49540", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15626, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49409, + "usage_id": 12 + }, + "4218.02.219": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "219, Wissenschaftliche Mitarbeiter", "arch_name": "219@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49540", - "roomcode": "4218.02.219", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49549", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15626, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49540, + "usage_id": 12 + }, + "4218.02.220": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "220, Doktorand", "arch_name": "220@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49549", - "roomcode": "4218.02.220", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49554", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15626, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49549, + "usage_id": 12 + }, + "4218.02.221": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "221, Messraum", "arch_name": "221@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49554", - "roomcode": "4218.02.221", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49564", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49554, + "usage_id": 103 + }, + "4218.02.222": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "222, Materiallager (gem. Nutzung 1124301040)", "arch_name": "222@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49564", - "roomcode": "4218.02.222", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49569", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49564, + "usage_id": 30 + }, + "4218.02.223": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "223, K\u00fchlraum (gem. Nutzung 1124301040)", "arch_name": "223@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49569", - "roomcode": "4218.02.223", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49575", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49569, + "usage_id": 199 + }, + "4218.02.224": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "224, Nassraum (gem. Nutzung 1124301040)", "arch_name": "224@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49575", - "roomcode": "4218.02.224", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49698", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49575, + "usage_id": 30 + }, + "4218.02.225": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "225, Chemikalienraum", "arch_name": "225@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49698", - "roomcode": "4218.02.225", - "usage": 132 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49566", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49698, + "usage_id": 132 + }, + "4218.02.230": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "230, Flur", "arch_name": "230@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49566", - "roomcode": "4218.02.230", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49573", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49566, + "usage_id": 222 + }, + "4218.02.231": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "214E, Elektrische Versorgung", "arch_name": "214E@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49573", - "roomcode": "4218.02.231", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49579", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49573, + "usage_id": 160 + }, + "4218.02.232": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "232, Installationsraum", "arch_name": "232@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49579", - "roomcode": "4218.02.232", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49701", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49579, + "usage_id": 120 + }, + "4218.02.240": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "240, Treppenraum", "arch_name": "240@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49701", - "roomcode": "4218.02.240", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49704", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49701, + "usage_id": 223 + }, + "4218.02.241": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "241, WC-Herren", "arch_name": "241@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49704", - "roomcode": "4218.02.241", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49709", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49704, + "usage_id": 115 + }, + "4218.02.242": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "242, Dusche", "arch_name": "242@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49709", - "roomcode": "4218.02.242", - "usage": 113 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49715", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49709, + "usage_id": 113 + }, + "4218.02.243": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "243, WC-Damen", "arch_name": "243@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49715", - "roomcode": "4218.02.243", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49706", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49715, + "usage_id": 116 + }, + "4218.02.250": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "250, Flur", "arch_name": "250@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49706", - "roomcode": "4218.02.250", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49710", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49706, + "usage_id": 222 + }, + "4218.02.251": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "251, Installationsraum", "arch_name": "251@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49710", - "roomcode": "4218.02.251", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49716", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49710, + "usage_id": 120 + }, + "4218.02.252": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "252, Installationsraum", "arch_name": "252@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49716", - "roomcode": "4218.02.252", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50301", + "area_id": 42, + "building_id": 685, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49716, + "usage_id": 120 + }, + "4218.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "001, Labor", "arch_name": "001@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50301", - "roomcode": "4218.EG.001", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50435", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50301, + "usage_id": 102 + }, + "4218.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "002, Labor", "arch_name": "002@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50435", - "roomcode": "4218.EG.002", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50449", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50435, + "usage_id": 102 + }, + "4218.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "003, Klimakammer", "arch_name": "003@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50449", - "roomcode": "4218.EG.003", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50462", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50449, + "usage_id": 102 + }, + "4218.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "004, Klimakammer", "arch_name": "004@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50462", - "roomcode": "4218.EG.004", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50470", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50462, + "usage_id": 102 + }, + "4218.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "005, Labor", "arch_name": "005@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50470", - "roomcode": "4218.EG.005", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50605", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50470, + "usage_id": 102 + }, + "4218.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "006, Labor", "arch_name": "006@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50605", - "roomcode": "4218.EG.006", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50619", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50605, + "usage_id": 102 + }, + "4218.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "007, K\u00fchlraum", "arch_name": "007@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50619", - "roomcode": "4218.EG.007", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50626", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50619, + "usage_id": 199 + }, + "4218.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "008, Vorbereitungslabor", "arch_name": "008@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50626", - "roomcode": "4218.EG.008", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50637", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50626, + "usage_id": 102 + }, + "4218.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "009, Dunkellabor", "arch_name": "009@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50637", - "roomcode": "4218.EG.009", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50771", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50637, + "usage_id": 102 + }, + "4218.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "010, Labor", "arch_name": "010@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50771", - "roomcode": "4218.EG.010", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50783", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50771, + "usage_id": 102 + }, + "4218.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "011, Dunkellabor", "arch_name": "011@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50783", - "roomcode": "4218.EG.011", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50799", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50783, + "usage_id": 102 + }, + "4218.EG.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "012, Autoklaven", "arch_name": "012@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50799", - "roomcode": "4218.EG.012", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50949", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50799, + "usage_id": 194 + }, + "4218.EG.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "013, Dunkellabor", "arch_name": "013@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50949", - "roomcode": "4218.EG.013", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50964", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50949, + "usage_id": 194 + }, + "4218.EG.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "014, Werkstatt", "arch_name": "014@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=15558&cRes=33292&cReadonly=J", - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50964", - "roomcode": "4218.EG.014", - "usage": 51 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50976", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 33292, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50964, + "usage_id": 51 + }, + "4218.EG.015": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "015, Labor", "arch_name": "015@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50976", - "roomcode": "4218.EG.015", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=50980", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50976, + "usage_id": 102 + }, + "4218.EG.016": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "016, Labor", "arch_name": "016@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50980", - "roomcode": "4218.EG.016", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51115", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50980, + "usage_id": 102 + }, + "4218.EG.017": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "017, Labor", "arch_name": "017@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51115", - "roomcode": "4218.EG.017", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51127", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51115, + "usage_id": 102 + }, + "4218.EG.018": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "018, Anerobenlabor", "arch_name": "018@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": "tvKalender.wSicht?cOrg=15558&cRes=32732&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51127", - "roomcode": "4218.EG.018", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51138", + "area_id": 42, + "building_id": 685, + "calendar_resource_nr": 32732, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51127, + "usage_id": 102 + }, + "4218.EG.019": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "019, Anerobelabor", "arch_name": "019@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51138", - "roomcode": "4218.EG.019", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48658", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15558, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51138, + "usage_id": 102 + }, + "4218.EG.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "020, K\u00fchlraum", "arch_name": "020@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48658", - "roomcode": "4218.EG.020", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=12512", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48658, + "usage_id": 199 + }, + "4218.EG.021": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "021, B\u00fcro", "arch_name": "021@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12512", - "roomcode": "4218.EG.021", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=12567", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12512, + "usage_id": 12 + }, + "4218.EG.022": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "022, B\u00fcro", "arch_name": "022@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12567", - "roomcode": "4218.EG.022", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=12569", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12567, + "usage_id": 12 + }, + "4218.EG.023": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "023, B\u00fcro", "arch_name": "023@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12569", - "roomcode": "4218.EG.023", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48834", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12569, + "usage_id": 12 + }, + "4218.EG.024": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "024, B\u00fcro", "arch_name": "024@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48834", - "roomcode": "4218.EG.024", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=12572", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48834, + "usage_id": 12 + }, + "4218.EG.025": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "025, B\u00fcro", "arch_name": "025@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12572", - "roomcode": "4218.EG.025", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=12621", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12572, + "usage_id": 12 + }, + "4218.EG.026": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "026, B\u00fcro", "arch_name": "026@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12621", - "roomcode": "4218.EG.026", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48997", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12621, + "usage_id": 12 + }, + "4218.EG.027": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "027, Messraum", "arch_name": "027@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48997", - "roomcode": "4218.EG.027", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49010", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48997, + "usage_id": 103 + }, + "4218.EG.028": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "028, Elektrische Versorgung", "arch_name": "028@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49010", - "roomcode": "4218.EG.028", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49022", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49010, + "usage_id": 160 + }, + "4218.EG.029": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "029, Installationsraum", "arch_name": "029@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49022", - "roomcode": "4218.EG.029", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49161", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49022, + "usage_id": 120 + }, + "4218.EG.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "030, Flur", "arch_name": "030@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49161", - "roomcode": "4218.EG.030", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49176", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49161, + "usage_id": 222 + }, + "4218.EG.040": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "040, Treppenraum", "arch_name": "040@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49176", - "roomcode": "4218.EG.040", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49190", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49176, + "usage_id": 223 + }, + "4218.EG.041": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "041, WC-Herren", "arch_name": "041@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49190", - "roomcode": "4218.EG.041", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49203", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49190, + "usage_id": 115 + }, + "4218.EG.042": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "042, WC-Behinderte", "arch_name": "042@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49203", - "roomcode": "4218.EG.042", - "usage": 117 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49338", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49203, + "usage_id": 117 + }, + "4218.EG.043": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "043, WC-Damen", "arch_name": "043@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49338", - "roomcode": "4218.EG.043", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49356", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49338, + "usage_id": 116 + }, + "4218.EG.050": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "050, Flur", "arch_name": "050@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49356", - "roomcode": "4218.EG.050", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49368", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49356, + "usage_id": 222 + }, + "4218.EG.051": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "051, Installationsraum", "arch_name": "051@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49368", - "roomcode": "4218.EG.051", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=49505", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49368, + "usage_id": 120 + }, + "4218.EG.052": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "052, Installationsraum", "arch_name": "052@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49505", - "roomcode": "4218.EG.052", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49792", + "area_id": 42, + "building_id": 685, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49505, + "usage_id": 120 + }, + "4218.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K01, Technik Elektro", "arch_name": "K01@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49792", - "roomcode": "4218.U1.001", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49801", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49792, + "usage_id": 160 + }, + "4218.U1.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K02, Technik Neutralisation", "arch_name": "K02@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49801", - "roomcode": "4218.U1.002", - "usage": 182 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49810", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49801, + "usage_id": 182 + }, + "4218.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K03, Lager mit Brandschutz", "arch_name": "K03@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49810", - "roomcode": "4218.U1.003", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49941", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49810, + "usage_id": 30 + }, + "4218.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K04, Klimakammer", "arch_name": "K04@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49941", - "roomcode": "4218.U1.004", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49954", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49941, + "usage_id": 199 + }, + "4218.U1.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K05, K\u00fchlschr\u00e4nke(gem. Nutzung 1110014500,11100103", "arch_name": "K05@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49954", - "roomcode": "4218.U1.005", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49962", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49954, + "usage_id": 199 + }, + "4218.U1.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K06, Lager", "arch_name": "K06@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49962", - "roomcode": "4218.U1.006", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49970", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49962, + "usage_id": 30 + }, + "4218.U1.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K07, Lager (gem. Nutzung 1124301040)", "arch_name": "K07@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49970", - "roomcode": "4218.U1.007", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50109", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49970, + "usage_id": 30 + }, + "4218.U1.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K08, Lager (gem. Nutzung TT Plant Genetics, 112430", "arch_name": "K08@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15636", - "operator": "[ TUWZU6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50109", - "roomcode": "4218.U1.008", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50120", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15636, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50109, + "usage_id": 30 + }, + "4218.U1.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K09, Werkstatt allgemein", "arch_name": "K09@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50120", - "roomcode": "4218.U1.009", - "usage": 51 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50126", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50120, + "usage_id": 51 + }, + "4218.U1.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K10, Reinigungsmittelraum", "arch_name": "K10@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50126", - "roomcode": "4218.U1.010", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50143", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50126, + "usage_id": 205 + }, + "4218.U1.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K11, Lager mit Strahlenschutz", "arch_name": "K11@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50143", - "roomcode": "4218.U1.011", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50270", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50143, + "usage_id": 30 + }, + "4218.U1.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K30, Flur", "arch_name": "K30@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50270", - "roomcode": "4218.U1.030", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50279", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50270, + "usage_id": 222 + }, + "4218.U1.031": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K31, Elektrische Versorgung", "arch_name": "K31@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50279", - "roomcode": "4218.U1.031", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50291", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50279, + "usage_id": 160 + }, + "4218.U1.033": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K33, Wertstoffe/M\u00fcll", "arch_name": "K33@4218", - "b_area_id": 42, - "b_filter_id": 685, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50291", - "roomcode": "4218.U1.033", - "usage": 214 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=48516", + "area_id": 42, + "building_id": 685, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50291, + "usage_id": 214 + }, + "4219.01.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 1, B\u00fcro", "arch_name": "O 1@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15219&cRes=18929&cReadonly=J", - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48516", - "roomcode": "4219.01.001", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=48519", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 18929, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48516, + "usage_id": 12 + }, + "4219.01.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 2, Kartenraum", "arch_name": "O 2@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48519", - "roomcode": "4219.01.002", - "usage": 161 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=48523", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48519, + "usage_id": 161 + }, + "4219.01.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 3, B\u00fcro", "arch_name": "O 3@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48523", - "roomcode": "4219.01.003", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=48527", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48523, + "usage_id": 12 + }, + "4219.01.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 4, B\u00fcro Assistenten u. Doktoranden", "arch_name": "O 4@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15236&cRes=26611&cReadonly=J", - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15236", - "operator": "[ TUARL25 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48527", - "roomcode": "4219.01.004", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=9531", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 26611, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15236, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48527, + "usage_id": 12 + }, + "4219.01.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 5, Entwurfsstudio", "arch_name": "O 5@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15501&cRes=15312&cReadonly=J", - "extended": { - "additional_description": "O 5, Entwurfsstudio", - "address": "Emil-Ramann-Str. 6(4219), 1.Obergescho\u00df", - "architect_room_nr": "O 5@4219", - "area_m2": 204.95, - "building": "4219 Landschaft", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9531", - "roomcode": "4219.01.005", - "usage": 131 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47177", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 15312, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9531, + "usage_id": 131 + }, + "4219.01.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 7, B\u00fcro", "arch_name": "O 7@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15236&cRes=33792&cReadonly=J", - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15236", - "operator": "[ TUARL25 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47177", - "roomcode": "4219.01.007", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47180", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 33792, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15236, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47177, + "usage_id": 12 + }, + "4219.01.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 8, B\u00fcro", "arch_name": "O 8@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15236&cRes=25281&cReadonly=J", - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15236", - "operator": "[ TUARL25 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47180", - "roomcode": "4219.01.008", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47186", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 25281, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15236, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47180, + "usage_id": 12 + }, + "4219.01.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 9, Hilfsassistenten", "arch_name": "O 9@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47186", - "roomcode": "4219.01.009", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47191", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47186, + "usage_id": 12 + }, + "4219.01.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 10, Vorzimmer", "arch_name": "O 10@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47191", - "roomcode": "4219.01.010", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47196", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47191, + "usage_id": 12 + }, + "4219.01.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 11, B\u00fcro", "arch_name": "O 11@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47196", - "roomcode": "4219.01.011", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47201", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47196, + "usage_id": 12 + }, + "4219.01.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 12, Wartungsbalkon", "arch_name": "O 12@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47201", - "roomcode": "4219.01.012", - "usage": 219 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47207", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47201, + "usage_id": 219 + }, + "4219.01.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 13, Treppenraum West", "arch_name": "O 13@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47207", - "roomcode": "4219.01.013", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47212", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47207, + "usage_id": 223 + }, + "4219.01.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 14, Flur (O01-O11)", "arch_name": "O 14@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47212", - "roomcode": "4219.01.014", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47216", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47212, + "usage_id": 222 + }, + "4219.01.015": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 15, B\u00fcro", "arch_name": "O 15@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15501&cRes=19688&cReadonly=J", - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47216", - "roomcode": "4219.01.015", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47221", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 19688, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47216, + "usage_id": 12 + }, + "4219.01.016": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 16, B\u00fcro", "arch_name": "O 16@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47221", - "roomcode": "4219.01.016", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47290", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47221, + "usage_id": 12 + }, + "4219.01.017": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 17, B\u00fcro", "arch_name": "O 17@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47290", - "roomcode": "4219.01.017", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47295", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47290, + "usage_id": 12 + }, + "4219.01.018": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 18, Treppenraum Ost", "arch_name": "O 18@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47295", - "roomcode": "4219.01.018", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47300", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47295, + "usage_id": 223 + }, + "4219.01.019": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 19, Flur Ost (O15-O20)", "arch_name": "O 19@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47300", - "roomcode": "4219.01.019", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=9559", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47300, + "usage_id": 222 + }, + "4219.01.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 20, Seminarraum 50 (WZWS50)", "arch_name": "O 20@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15313&cReadonly=J", - "extended": { - "additional_description": "O 20, Seminarraum 50 (WZWS50)", - "address": "Emil-Ramann-Str. 6(4219), 1.Obergescho\u00df", - "architect_room_nr": "O 20@4219", - "area_m2": 67.94, - "building": "4219 Landschaft", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9559", - "roomcode": "4219.01.020", - "usage": 41 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47311", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 15313, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9559, + "usage_id": 41 + }, + "4219.01.021": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 21, B\u00fcro/Messraum", "arch_name": "O 21@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47311", - "roomcode": "4219.01.021", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47316", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47311, + "usage_id": 12 + }, + "4219.01.022": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 22, Labor", "arch_name": "O 22@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47316", - "roomcode": "4219.01.022", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47324", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25281, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47316, + "usage_id": 102 + }, + "4219.01.023": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 23, Labor", "arch_name": "O 23@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47324", - "roomcode": "4219.01.023", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47331", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47324, + "usage_id": 103 + }, + "4219.01.024": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 24, Installationraum", "arch_name": "O 24@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47331", - "roomcode": "4219.01.024", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47403", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47331, + "usage_id": 120 + }, + "4219.01.026": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 26, B\u00fcro", "arch_name": "O 26@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=25281&cRes=19868&cReadonly=J", - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47403", - "roomcode": "4219.01.026", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47408", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 19868, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47403, + "usage_id": 12 + }, + "4219.01.027": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 27, Sozialraum", "arch_name": "O 27@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47408", - "roomcode": "4219.01.027", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47415", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47408, + "usage_id": 44 + }, + "4219.01.028": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 28, Abstellraum mit K\u00fchl-/Klimaschrank", "arch_name": "O 28@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47415", - "roomcode": "4219.01.028", - "usage": 159 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47420", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47415, + "usage_id": 159 + }, + "4219.01.029": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 29, K\u00fchlraum", "arch_name": "O 29@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47420", - "roomcode": "4219.01.029", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=66679", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47420, + "usage_id": 199 + }, + "4219.01.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 25, Flur (O 21- O 29)", "arch_name": "O 25@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66679", - "roomcode": "4219.01.030", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47426", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66679, + "usage_id": 222 + }, + "4219.01.031": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 31, WC-Damen", "arch_name": "O 31@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47426", - "roomcode": "4219.01.031", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47432", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47426, + "usage_id": 116 + }, + "4219.01.032": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 32, WC-Herren", "arch_name": "O 32@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47432", - "roomcode": "4219.01.032", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47438", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47432, + "usage_id": 115 + }, + "4219.01.033": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 33, K\u00fcche", "arch_name": "O 33@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47438", - "roomcode": "4219.01.033", - "usage": 198 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47506", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47438, + "usage_id": 198 + }, + "4219.01.034": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 34, Reinigungsmittelraum", "arch_name": "O 34@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47506", - "roomcode": "4219.01.034", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=47513", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47506, + "usage_id": 205 + }, + "4219.01.035": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "O 35, Verbindungs-Galerie", "arch_name": "O 35@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47513", - "roomcode": "4219.01.035", - "usage": 206 - }, - { - "address": "Emil-Ramann-Str. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=47518", + "area_id": 42, + "building_id": 686, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47513, + "usage_id": 206 + }, + "4219.02.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "DG 1, Treppenraum", "arch_name": "DG 1@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47518", - "roomcode": "4219.02.001", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49888", + "area_id": 42, + "building_id": 686, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47518, + "usage_id": 223 + }, + "4219.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 1, B\u00fcro", "arch_name": "E 1@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15609&cRes=18266&cReadonly=J", - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49888", - "roomcode": "4219.EG.001", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49893", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 18266, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49888, + "usage_id": 12 + }, + "4219.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 2, Vorzimmer", "arch_name": "E 2@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49893", - "roomcode": "4219.EG.002", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49897", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49893, + "usage_id": 30 + }, + "4219.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 3, B\u00fcro", "arch_name": "E 3@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49897", - "roomcode": "4219.EG.003", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50019", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49897, + "usage_id": 12 + }, + "4219.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 4, B\u00fcro", "arch_name": "E 4@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50019", - "roomcode": "4219.EG.004", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50024", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50019, + "usage_id": 12 + }, + "4219.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 5, B\u00fcro", "arch_name": "E 5@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50024", - "roomcode": "4219.EG.005", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50030", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50024, + "usage_id": 12 + }, + "4219.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 6, B\u00fcro", "arch_name": "E 6@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50030", - "roomcode": "4219.EG.006", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50035", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50030, + "usage_id": 12 + }, + "4219.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 7, B\u00fcro", "arch_name": "E 7@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50035", - "roomcode": "4219.EG.007", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50040", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50035, + "usage_id": 12 + }, + "4219.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 8, Flur (E7-E14)", "arch_name": "E 8@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50040", - "roomcode": "4219.EG.008", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50046", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50040, + "usage_id": 222 + }, + "4219.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 9, Treppenraum", "arch_name": "E 9@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50046", - "roomcode": "4219.EG.009", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50050", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50046, + "usage_id": 223 + }, + "4219.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 10, B\u00fcro", "arch_name": "E 10@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15609&cRes=18256&cReadonly=J", - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50050", - "roomcode": "4219.EG.010", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=68796", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 18256, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50050, + "usage_id": 12 + }, + "4219.EG.010A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 10A, Teek\u00fcche", "arch_name": "E 10A@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68796", - "roomcode": "4219.EG.010A", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50055", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68796, + "usage_id": 44 + }, + "4219.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 11, B\u00fcro", "arch_name": "E 11@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50055", - "roomcode": "4219.EG.011", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51271", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50055, + "usage_id": 12 + }, + "4219.EG.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 12, B\u00fcro", "arch_name": "E 12@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15609&cRes=19041&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51271", - "roomcode": "4219.EG.012", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51422", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 19041, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51271, + "usage_id": 12 + }, + "4219.EG.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 13, EDV-Raum", "arch_name": "E 13@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51422", - "roomcode": "4219.EG.013", - "usage": 207 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51435", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15609, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51422, + "usage_id": 207 + }, + "4219.EG.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 14, Installationsschacht", "arch_name": "E 14@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51435", - "roomcode": "4219.EG.014", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51448", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51435, + "usage_id": 120 + }, + "4219.EG.015": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 15, Alle Mitarbeiter", "arch_name": "E 15@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15608&cRes=18928&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51448", - "roomcode": "4219.EG.015", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51612", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 18928, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51448, + "usage_id": 44 + }, + "4219.EG.016": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 16, Wissenschaftliche Mitarbeiter 1", "arch_name": "E 16@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51612", - "roomcode": "4219.EG.016", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51628", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51612, + "usage_id": 12 + }, + "4219.EG.017": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 17, Wissenschaftliche Mitarbeiter 2", "arch_name": "E 17@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51628", - "roomcode": "4219.EG.017", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51651", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51628, + "usage_id": 12 + }, + "4219.EG.018": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 18, Doktoranden 1", "arch_name": "E 18@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51651", - "roomcode": "4219.EG.018", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51802", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51651, + "usage_id": 12 + }, + "4219.EG.019": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 19, Treppenraum", "arch_name": "E 19@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51802", - "roomcode": "4219.EG.019", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=73334", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51802, + "usage_id": 223 + }, + "4219.EG.019A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 19a, Personenaufzug", "arch_name": "E 19a@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73334", - "roomcode": "4219.EG.019A", - "usage": 4 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51814", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73334, + "usage_id": 4 + }, + "4219.EG.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 20, Flur (E15-E21/E37)", "arch_name": "E 20@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51814", - "roomcode": "4219.EG.020", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51965", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51814, + "usage_id": 222 + }, + "4219.EG.021": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 21, Doktoranden 2", "arch_name": "E 21@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51965", - "roomcode": "4219.EG.021", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51981", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51965, + "usage_id": 12 + }, + "4219.EG.022": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 22, Archiv", "arch_name": "E 22@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51981", - "roomcode": "4219.EG.022", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=10736", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51981, + "usage_id": 12 + }, + "4219.EG.023": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 23, Professor", "arch_name": "E 23@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10736", - "roomcode": "4219.EG.023", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=52136", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10736, + "usage_id": 12 + }, + "4219.EG.024": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 24, Sekretariat", "arch_name": "E 24@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52136", - "roomcode": "4219.EG.024", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=52149", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52136, + "usage_id": 12 + }, + "4219.EG.025": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 25, Labor", "arch_name": "E 25@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52149", - "roomcode": "4219.EG.025", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=52293", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52149, + "usage_id": 102 + }, + "4219.EG.026": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 26, Labor", "arch_name": "E 26@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52293", - "roomcode": "4219.EG.026", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=52305", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52293, + "usage_id": 194 + }, + "4219.EG.027": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 27, Installationsraum", "arch_name": "E 27@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52305", - "roomcode": "4219.EG.027", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=52322", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52305, + "usage_id": 120 + }, + "4219.EG.028": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 28, Installationsraum", "arch_name": "E 28@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52322", - "roomcode": "4219.EG.028", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=52465", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52322, + "usage_id": 120 + }, + "4219.EG.029": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 29, Wissenschaftliche Mitarbeiter 3", "arch_name": "E 29@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52465", - "roomcode": "4219.EG.029", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50195", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52465, + "usage_id": 12 + }, + "4219.EG.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 30, Labor und technischer Mitarbeiter", "arch_name": "E 30@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50195", - "roomcode": "4219.EG.030", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50200", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50195, + "usage_id": 194 + }, + "4219.EG.031": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 31, W\u00e4geraum", "arch_name": "E 31@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50200", - "roomcode": "4219.EG.031", - "usage": 103 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53153", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50200, + "usage_id": 103 + }, + "4219.EG.032": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 32, Dusche", "arch_name": "E 32@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53153", - "roomcode": "4219.EG.032", - "usage": 113 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53301", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53153, + "usage_id": 113 + }, + "4219.EG.033": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 33, Kopierraum", "arch_name": "E 33@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53301", - "roomcode": "4219.EG.033", - "usage": 110 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53318", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53301, + "usage_id": 110 + }, + "4219.EG.034": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 34, Flur (E24-E33)", "arch_name": "E 34@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53318", - "roomcode": "4219.EG.034", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53328", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53318, + "usage_id": 222 + }, + "4219.EG.035": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 35, WC-Behinderte", "arch_name": "E 35@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53328", - "roomcode": "4219.EG.035", - "usage": 117 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53475", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53328, + "usage_id": 117 + }, + "4219.EG.036": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 36, Reinigungsmittelraum", "arch_name": "E 36@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53475", - "roomcode": "4219.EG.036", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53485", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53475, + "usage_id": 205 + }, + "4219.EG.037": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 37, WC-Damen", "arch_name": "E 37@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53485", - "roomcode": "4219.EG.037", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53499", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53485, + "usage_id": 116 + }, + "4219.EG.038": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 38, WC-Herren", "arch_name": "E 38@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53499", - "roomcode": "4219.EG.038", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53510", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53499, + "usage_id": 115 + }, + "4219.EG.039": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 39, Eingangshalle", "arch_name": "E 39@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53510", - "roomcode": "4219.EG.039", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53653", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53510, + "usage_id": 222 + }, + "4219.EG.040": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 40A, Masterstudierende und Doktoranden LAI", "arch_name": "E 40A@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15220&cRes=20378&cReadonly=J", - "extended": { - "additional_description": "E 40A, Masterstudierende und Doktoranden LAI", - "address": "Emil-Ramann-Str. 6(4219), Erdgescho\u00df", - "architect_room_nr": "E 40A@4219", - "area_m2": 50.41, - "building": "4219 Landschaft", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "040", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53653", - "roomcode": "4219.EG.040", - "usage": 41 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=67614", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 20378, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53653, + "usage_id": 41 + }, + "4219.EG.040B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 40B, B\u00fcro", "arch_name": "E 40B@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=48257", - "operator": "[ TUARL32 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67614", - "roomcode": "4219.EG.040B", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53665", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67614, + "usage_id": 12 + }, + "4219.EG.041": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 41, Wissenschaftliche Mitarbeiter LAI", "arch_name": "E 41@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53665", - "roomcode": "4219.EG.041", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53676", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53665, + "usage_id": 12 + }, + "4219.EG.042": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 42, Gro\u00dfgruppenraum", "arch_name": "E 42@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15220&cRes=18736&cReadonly=J", - "extended": { - "additional_description": "E 42, Gro\u00dfgruppenraum", - "address": "Emil-Ramann-Str. 6(4219), Erdgescho\u00df", - "architect_room_nr": "E 42@4219", - "area_m2": 204.99, - "building": "4219 Landschaft", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "042", - "seats": 64, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53676", - "roomcode": "4219.EG.042", - "usage": 131 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53829", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 18736, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 64, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53676, + "usage_id": 131 + }, + "4219.EG.044": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 44, Sekretariat LAI", "arch_name": "E 44@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53829", - "roomcode": "4219.EG.044", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=53841", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53829, + "usage_id": 12 + }, + "4219.EG.045": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 45, Professor LAI", "arch_name": "E 45@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53841", - "roomcode": "4219.EG.045", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51239", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53841, + "usage_id": 12 + }, + "4219.EG.046": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 46, Konferenzraum LAI", "arch_name": "E 46@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51239", - "roomcode": "4219.EG.046", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=51258", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51239, + "usage_id": 12 + }, + "4219.EG.047": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 47, B\u00fcro Mitarbeiter LAI", "arch_name": "E 47@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51258", - "roomcode": "4219.EG.047", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=12820", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51258, + "usage_id": 12 + }, + "4219.EG.048": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 48, Doktoranden LAI", "arch_name": "E 48@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12820", - "roomcode": "4219.EG.048", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=48497", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12820, + "usage_id": 12 + }, + "4219.EG.049": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 49, Treppenraum West", "arch_name": "E 49@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48497", - "roomcode": "4219.EG.049", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=48499", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48497, + "usage_id": 223 + }, + "4219.EG.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48499", - "roomcode": "4219.EG.050", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=48503", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48499, + "usage_id": 222 + }, + "4219.EG.051": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 51, Energiehaus mit Arbeitsbereich", "arch_name": "E 51@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48503", - "roomcode": "4219.EG.051", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=48507", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48503, + "usage_id": 166 + }, + "4219.EG.052": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E52, Energiehaus Zone II", "arch_name": "E52@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48507", - "roomcode": "4219.EG.052", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=48511", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48507, + "usage_id": 166 + }, + "4219.EG.053": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "E 53, Windfang", "arch_name": "E 53@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48511", - "roomcode": "4219.EG.053", - "usage": 52 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=12658", + "area_id": 42, + "building_id": 686, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48511, + "usage_id": 52 + }, + "4219.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 01, Seminarraum 49 (WZWS49)", "arch_name": "U 01@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15345&cReadonly=J", - "extended": { - "additional_description": "U 01, Seminarraum 49 (WZWS49)", - "address": "Emil-Ramann-Str. 6(4219), 1.Untergescho\u00df", - "architect_room_nr": "U 01@4219", - "area_m2": 121.26, - "building": "4219 Landschaft", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12658", - "roomcode": "4219.U1.001", - "usage": 41 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49721", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 15345, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12658, + "usage_id": 41 + }, + "4219.U1.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 02, B\u00fcro Fachschaft Landschaft", "arch_name": "U 02@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49721", - "roomcode": "4219.U1.002", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=12657", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49721, + "usage_id": 12 + }, + "4219.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 03, Gro\u00dfgruppenraum", "arch_name": "U 03@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15220&cRes=15346&cReadonly=J", - "extended": { - "additional_description": "U 03, Gro\u00dfgruppenraum", - "address": "Emil-Ramann-Str. 6(4219), 1.Untergescho\u00df", - "architect_room_nr": "U 03@4219", - "area_m2": 217.0, - "building": "4219 Landschaft", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12657", - "roomcode": "4219.U1.003", - "usage": 131 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49729", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 15346, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12657, + "usage_id": 131 + }, + "4219.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 04, Treppenraum Nord", "arch_name": "U 04@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49729", - "roomcode": "4219.U1.004", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49730", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49729, + "usage_id": 223 + }, + "4219.U1.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 05, Flur (U1 links)", "arch_name": "U 05@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49730", - "roomcode": "4219.U1.005", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49735", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49730, + "usage_id": 222 + }, + "4219.U1.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 06, Flur (U1 rechts)", "arch_name": "U 06@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49735", - "roomcode": "4219.U1.006", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49734", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49735, + "usage_id": 222 + }, + "4219.U1.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 07, Modelle (gem. Nutzung 1110040100)", "arch_name": "U 07@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49734", - "roomcode": "4219.U1.007", - "usage": 187 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49043", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49734, + "usage_id": 187 + }, + "4219.U1.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 08, Modelle/Garderobe (gem. Nutzung 1110040100)", "arch_name": "U 08@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49043", - "roomcode": "4219.U1.008", - "usage": 121 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49052", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49043, + "usage_id": 121 + }, + "4219.U1.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 09, Flur (U10)", "arch_name": "U 09@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49052", - "roomcode": "4219.U1.009", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49062", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49052, + "usage_id": 222 + }, + "4219.U1.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 10, Gro\u00dfgruppenraum/ Seminarraum", "arch_name": "U 10@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15219&cRes=18735&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49062", - "roomcode": "4219.U1.010", - "usage": 10 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49067", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 18735, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49062, + "usage_id": 10 + }, + "4219.U1.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 11, Seminarraum", "arch_name": "U 11@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15608&cRes=22046&cReadonly=J", - "extended": { - "additional_description": "U 11, Seminarraum", - "address": "Emil-Ramann-Str. 6(4219), 1.Untergescho\u00df", - "architect_room_nr": "U 11@4219", - "area_m2": 58.0, - "building": "4219 Landschaft", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49067", - "roomcode": "4219.U1.011", - "usage": 41 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49207", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 22046, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49067, + "usage_id": 41 + }, + "4219.U1.011A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 11A, B\u00fcro", "arch_name": "U 11A@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": "tvKalender.wSicht?cOrg=15501&cRes=19168&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49207", - "roomcode": "4219.U1.011A", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49215", + "area_id": 42, + "building_id": 686, + "calendar_resource_nr": 19168, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15608, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49207, + "usage_id": 12 + }, + "4219.U1.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 12, Treppenraum Ost", "arch_name": "U 12@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49215", - "roomcode": "4219.U1.012", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49225", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49215, + "usage_id": 223 + }, + "4219.U1.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 13, Flur (U11-U22)", "arch_name": "U 13@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49225", - "roomcode": "4219.U1.013", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49233", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49225, + "usage_id": 222 + }, + "4219.U1.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 14, Klimaraum", "arch_name": "U 14@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15608", - "operator": "[ TUWZQ6T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49233", - "roomcode": "4219.U1.014", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49240", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15608, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49233, + "usage_id": 30 + }, + "4219.U1.015": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 15, Brennbare Fl\u00fcssigkeiten", "arch_name": "U 15@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25281", - "operator": "[ TUWZA1C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49240", - "roomcode": "4219.U1.015", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49373", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25281, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49240, + "usage_id": 30 + }, + "4219.U1.016": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 16, Klimakammer", "arch_name": "U 16@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49373", - "roomcode": "4219.U1.016", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49388", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49373, + "usage_id": 166 + }, + "4219.U1.019": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 19, Technik", "arch_name": "U 19@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49388", - "roomcode": "4219.U1.019", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49397", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49388, + "usage_id": 120 + }, + "4219.U1.019A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 19A, VEW", "arch_name": "U 19A@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49397", - "roomcode": "4219.U1.019A", - "usage": 182 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49405", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49397, + "usage_id": 182 + }, + "4219.U1.019B": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 19B, Neutralisation", "arch_name": "U 19B@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49405", - "roomcode": "4219.U1.019B", - "usage": 184 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49411", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49405, + "usage_id": 184 + }, + "4219.U1.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 20, Hauptverteilung", "arch_name": "U 20@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49411", - "roomcode": "4219.U1.020", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49545", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49411, + "usage_id": 160 + }, + "4219.U1.021": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 21, WC-Damen", "arch_name": "U 21@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49545", - "roomcode": "4219.U1.021", - "usage": 116 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49553", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49545, + "usage_id": 116 + }, + "4219.U1.022": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 22, WC-Herren", "arch_name": "U 22@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49553", - "roomcode": "4219.U1.022", - "usage": 115 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49560", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49553, + "usage_id": 115 + }, + "4219.U1.023": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 23, Installationsschacht", "arch_name": "U 23@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49560", - "roomcode": "4219.U1.023", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49855", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49560, + "usage_id": 120 + }, + "4219.U1.024": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 24, Halle mit Pflanzengruben", "arch_name": "U 24@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49855", - "roomcode": "4219.U1.024", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49860", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49855, + "usage_id": 222 + }, + "4219.U1.025": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 25, Werkstatt-Maschinenraum", "arch_name": "U 25@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49860", - "roomcode": "4219.U1.025", - "usage": 51 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49866", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49860, + "usage_id": 51 + }, + "4219.U1.026": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 26, Modellwerkstatt Holz", "arch_name": "U 26@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49866", - "roomcode": "4219.U1.026", - "usage": 51 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49873", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49866, + "usage_id": 51 + }, + "4219.U1.027": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 27, Modellwerkstatt Papier", "arch_name": "U 27@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49873", - "roomcode": "4219.U1.027", - "usage": 51 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49891", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49873, + "usage_id": 51 + }, + "4219.U1.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 30, Video Werkstatt", "arch_name": "U 30@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49891", - "roomcode": "4219.U1.030", - "usage": 51 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50020", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49891, + "usage_id": 51 + }, + "4219.U1.032": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 32, Archiv", "arch_name": "U 32@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50020", - "roomcode": "4219.U1.032", - "usage": 2 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50028", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50020, + "usage_id": 2 + }, + "4219.U1.033": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 33, Serverraum", "arch_name": "U 33@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50028", - "roomcode": "4219.U1.033", - "usage": 207 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50033", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50028, + "usage_id": 207 + }, + "4219.U1.034": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 34, Plotterraum", "arch_name": "U 34@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50033", - "roomcode": "4219.U1.034", - "usage": 110 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50038", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50033, + "usage_id": 110 + }, + "4219.U1.035": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 35, Hausverwaltung-Reinigungsmittel", "arch_name": "U 35@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50038", - "roomcode": "4219.U1.035", - "usage": 205 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50045", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50038, + "usage_id": 205 + }, + "4219.U1.036": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 36, Archiv", "arch_name": "U 36@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15609", - "operator": "[ TUWZU5S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50045", - "roomcode": "4219.U1.036", - "usage": 2 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50052", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15609, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50045, + "usage_id": 2 + }, + "4219.U1.037": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 37, Archiv", "arch_name": "U 37@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15219", - "operator": "[ TUARL24 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50052", - "roomcode": "4219.U1.037", - "usage": 2 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50059", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15219, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50052, + "usage_id": 2 + }, + "4219.U1.038": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 38, Photostudio", "arch_name": "U 38@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50059", - "roomcode": "4219.U1.038", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50189", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50059, + "usage_id": 102 + }, + "4219.U1.039": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 39, Messraum", "arch_name": "U 39@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50189", - "roomcode": "4219.U1.039", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50185", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50189, + "usage_id": 102 + }, + "4219.U1.040": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 40, Trockenarbeitsraum", "arch_name": "U 40@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50185", - "roomcode": "4219.U1.040", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=50190", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50185, + "usage_id": 102 + }, + "4219.U1.041": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 41, Wertstoffe/M\u00fcll", "arch_name": "U 41@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50190", - "roomcode": "4219.U1.041", - "usage": 214 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49853", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50190, + "usage_id": 214 + }, + "4219.U1.042": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 42, Dusche", "arch_name": "U 42@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49853", - "roomcode": "4219.U1.042", - "usage": 113 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49857", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49853, + "usage_id": 113 + }, + "4219.U1.043": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 43, Garderobe", "arch_name": "U 43@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49857", - "roomcode": "4219.U1.043", - "usage": 121 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49863", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49857, + "usage_id": 121 + }, + "4219.U1.044": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 44, Materiallager", "arch_name": "U 44@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49863", - "roomcode": "4219.U1.044", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49869", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49863, + "usage_id": 30 + }, + "4219.U1.045": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 45, Schleuse Energiehaus", "arch_name": "U 45@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15220", - "operator": "[ TUARL23 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49869", - "roomcode": "4219.U1.045", - "usage": 105 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49874", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15220, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49869, + "usage_id": 105 + }, + "4219.U1.046": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 46, Treppenhaus West", "arch_name": "U 46@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49874", - "roomcode": "4219.U1.046", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49879", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49874, + "usage_id": 223 + }, + "4219.U1.047": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 47, Flur West (U25-U44)", "arch_name": "U 47@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49879", - "roomcode": "4219.U1.047", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49882", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49879, + "usage_id": 222 + }, + "4219.U1.048": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "U 48, Rohrkeller", "arch_name": "U 48@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49882", - "roomcode": "4219.U1.048", - "usage": 120 - }, - { - "address": "Emil-Ramann-Str. 6, 2.UG", - "address_link": "ris.einzelraum?raumkey=49722", + "area_id": 42, + "building_id": 686, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49882, + "usage_id": 120 + }, + "4219.U2.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "K 01, Treppenraum", "arch_name": "K 01@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49722", - "roomcode": "4219.U2.001", - "usage": 223 - }, - { - "address": "Emil-Ramann-Str. 6, 2.UG", - "address_link": "ris.einzelraum?raumkey=66644", + "area_id": 42, + "building_id": 686, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49722, + "usage_id": 223 + }, + "4219.U2.001A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "alt_name": "K 01A, Wertstoffe/M\u00fcll", "arch_name": "K 01A@4219", - "b_area_id": 42, - "b_filter_id": 686, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66644", - "roomcode": "4219.U2.001A", - "usage": 214 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47685", + "area_id": 42, + "building_id": 686, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66644, + "usage_id": 214 + }, + "4220.01.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 01, Einzelarbeitsraum", "arch_name": "OG R 01@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47685", - "roomcode": "4220.01.001", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47690", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47685, + "usage_id": 208 + }, + "4220.01.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 02, Einzelarbeitsraum", "arch_name": "OG R 02@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47690", - "roomcode": "4220.01.002", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47960", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47690, + "usage_id": 208 + }, + "4220.01.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 03, Einzelarbeitsraum", "arch_name": "OG R 03@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47960", - "roomcode": "4220.01.003", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47977", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47960, + "usage_id": 208 + }, + "4220.01.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 04, Einzelarbeitsraum", "arch_name": "OG R 04@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47977", - "roomcode": "4220.01.004", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47996", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47977, + "usage_id": 208 + }, + "4220.01.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 05, Einzelarbeitsraum", "arch_name": "OG R 05@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47996", - "roomcode": "4220.01.005", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47761", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47996, + "usage_id": 208 + }, + "4220.01.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 06, Einzelarbeitsraum", "arch_name": "OG R 06@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47761", - "roomcode": "4220.01.006", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47779", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47761, + "usage_id": 208 + }, + "4220.01.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 07, Einzelarbeitsraum", "arch_name": "OG R 07@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47779", - "roomcode": "4220.01.007", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47789", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47779, + "usage_id": 208 + }, + "4220.01.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 08, Einzelarbeitsraum", "arch_name": "OG R 08@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47789", - "roomcode": "4220.01.008", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47558", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47789, + "usage_id": 208 + }, + "4220.01.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 09, Einzelarbeitsraum", "arch_name": "OG R 09@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47558", - "roomcode": "4220.01.009", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47580", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47558, + "usage_id": 208 + }, + "4220.01.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 10, Einzelarbeitsraum", "arch_name": "OG R 10@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47580", - "roomcode": "4220.01.010", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47850", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47580, + "usage_id": 208 + }, + "4220.01.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 11, Einzelarbeitsraum", "arch_name": "OG R 11@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47850", - "roomcode": "4220.01.011", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47869", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47850, + "usage_id": 208 + }, + "4220.01.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 12, Einzelarbeitsraum", "arch_name": "OG R 12@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47869", - "roomcode": "4220.01.012", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47886", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47869, + "usage_id": 208 + }, + "4220.01.013": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 13, Einzelarbeitsraum", "arch_name": "OG R 13@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47886", - "roomcode": "4220.01.013", - "usage": 208 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45929", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47886, + "usage_id": 208 + }, + "4220.01.014": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 14, Gruppenarbeitsraum", "arch_name": "OG R 14@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "extended": { - "additional_description": "OG R 14, Gruppenarbeitsraum", - "address": "Maximus-von-Imhof-Forum 1+3(4220), 1.Obergescho\u00df", - "architect_room_nr": "OG R 14@4220", - "area_m2": 35.77, - "building": "4220 Bibliothek Pressestelle Datenverarbeitun", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45929", - "roomcode": "4220.01.014", - "usage": 131 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45950", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45929, + "usage_id": 131 + }, + "4220.01.015": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 15, Gruppenarbeitsraum", "arch_name": "OG R 15@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45950", - "roomcode": "4220.01.015", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=31548", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45950, + "usage_id": 222 + }, + "4220.01.016": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 16, Lesesaal", "arch_name": "OG R 16@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=31548", - "roomcode": "4220.01.016", - "usage": 190 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46126", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31548, + "usage_id": 190 + }, + "4220.01.017": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 17, Gruppenarbeitsraum", "arch_name": "OG R 17@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "extended": { - "additional_description": "OG R 17, Gruppenarbeitsraum", - "address": "Maximus-von-Imhof-Forum 1+3(4220), 1.Obergescho\u00df", - "architect_room_nr": "OG R 17@4220", - "area_m2": 22.73, - "building": "4220 Bibliothek Pressestelle Datenverarbeitun", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "017", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46126", - "roomcode": "4220.01.017", - "usage": 131 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46139", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46126, + "usage_id": 131 + }, + "4220.01.018": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 18, Technik", "arch_name": "OG R 18@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46139", - "roomcode": "4220.01.018", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46290", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46139, + "usage_id": 120 + }, + "4220.01.019": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 19, Gruppenarbeitsraum", "arch_name": "OG R 19@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "extended": { - "additional_description": "OG R 19, Gruppenarbeitsraum", - "address": "Maximus-von-Imhof-Forum 1+3(4220), 1.Obergescho\u00df", - "architect_room_nr": "OG R 19@4220", - "area_m2": 22.73, - "building": "4220 Bibliothek Pressestelle Datenverarbeitun", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46290", - "roomcode": "4220.01.019", - "usage": 131 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46315", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46290, + "usage_id": 131 + }, + "4220.01.020": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 20, Gruppenarbeitsraum", "arch_name": "OG R 20@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "extended": { - "additional_description": "OG R 20, Gruppenarbeitsraum", - "address": "Maximus-von-Imhof-Forum 1+3(4220), 1.Obergescho\u00df", - "architect_room_nr": "OG R 20@4220", - "area_m2": 16.95, - "building": "4220 Bibliothek Pressestelle Datenverarbeitun", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46315", - "roomcode": "4220.01.020", - "usage": 131 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46332", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46315, + "usage_id": 131 + }, + "4220.01.021": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 21, Lesesaal", "arch_name": "OG R 21@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46332", - "roomcode": "4220.01.021", - "usage": 150 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46484", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46332, + "usage_id": 150 + }, + "4220.01.022": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 22, Leseterrasse", "arch_name": "OG R 22@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46484", - "roomcode": "4220.01.022", - "usage": 218 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46501", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26738, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46484, + "usage_id": 218 + }, + "4220.01.023": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 23, Lesesaal", "arch_name": "OG R 23@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46501", - "roomcode": "4220.01.023", - "usage": 190 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46659", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46501, + "usage_id": 190 + }, + "4220.01.024": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 24, Technik", "arch_name": "OG R 24@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46659", - "roomcode": "4220.01.024", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46676", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46659, + "usage_id": 120 + }, + "4220.01.025": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG R 25, Flur", "arch_name": "OG R 25@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46676", - "roomcode": "4220.01.025", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44342", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46676, + "usage_id": 222 + }, + "4220.01.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44342", - "roomcode": "4220.01.106", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44366", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44342, + "usage_id": 12 + }, + "4220.01.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44366", - "roomcode": "4220.01.107", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=68372", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44366, + "usage_id": 12 + }, + "4220.01.107A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68372", - "roomcode": "4220.01.107A", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44524", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68372, + "usage_id": 12 + }, + "4220.01.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44524", - "roomcode": "4220.01.108", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44546", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44524, + "usage_id": 12 + }, + "4220.01.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44546", - "roomcode": "4220.01.109", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44563", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44546, + "usage_id": 12 + }, + "4220.01.110": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44563", - "roomcode": "4220.01.110", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44718", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44563, + "usage_id": 12 + }, + "4220.01.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=51517", - "operator": "[ TUS4C2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44718", - "roomcode": "4220.01.111", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44738", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44718, + "usage_id": 12 + }, + "4220.01.112": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 12, Sekretariat", "arch_name": "OG L 12@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=51517", - "operator": "[ TUS4C2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44738", - "roomcode": "4220.01.112", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44884", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51517, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44738, + "usage_id": 12 + }, + "4220.01.113": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51517", - "operator": "[ TUS4C2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44884", - "roomcode": "4220.01.113", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44899", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51517, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44884, + "usage_id": 12 + }, + "4220.01.114": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51517", - "operator": "[ TUS4C2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44899", - "roomcode": "4220.01.114", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45057", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51517, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44899, + "usage_id": 12 + }, + "4220.01.115": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45057", - "roomcode": "4220.01.115", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45073", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45057, + "usage_id": 118 + }, + "4220.01.116": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45073", - "roomcode": "4220.01.116", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45084", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45073, + "usage_id": 116 + }, + "4220.01.117": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45084", - "roomcode": "4220.01.117", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45099", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45084, + "usage_id": 115 + }, + "4220.01.118": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45099", - "roomcode": "4220.01.118", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45253", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15563, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45099, + "usage_id": 12 + }, + "4220.01.119": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=47997&cRes=18370&cReadonly=J", - "extended": { - "additional_description": "OG L 19, Seminarraum (gem. Nutzung 1110100100,1110", - "address": "Maximus-von-Imhof-Forum 1+3(4220), 1.Obergescho\u00df", - "architect_room_nr": "OG L 19@4220", - "area_m2": 31.98, - "building": "4220 Bibliothek Pressestelle Datenverarbeitun", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "119", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45253", - "roomcode": "4220.01.119", - "usage": 41 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=68374", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 18370, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45253, + "usage_id": 41 + }, + "4220.01.119A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=29252&cReadonly=J", - "extended": { - "additional_description": "OG L 19A, Praktikumsraum(gem. Nutzung1110100100,11", - "address": "Maximus-von-Imhof-Forum 1+3(4220), 1.Obergescho\u00df", - "architect_room_nr": "OG L 19A@4220", - "area_m2": 42.35, - "building": "4220 Bibliothek Pressestelle Datenverarbeitun", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "119A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68374", - "roomcode": "4220.01.119A", - "usage": 131 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=68375", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 29252, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68374, + "usage_id": 131 + }, + "4220.01.119B": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 19B, Vorraum", "arch_name": "OG L 19B@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68375", - "roomcode": "4220.01.119B", - "usage": 50 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45267", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68375, + "usage_id": 50 + }, + "4220.01.120": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45267", - "roomcode": "4220.01.120", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45279", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15563, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45267, + "usage_id": 12 + }, + "4220.01.121": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=48698", - "operator": "[ TUWZE1B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45279", - "roomcode": "4220.01.121", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45434", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48698, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45279, + "usage_id": 30 + }, + "4220.01.122": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 22, Technik", "arch_name": "OG L 22@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45434", - "roomcode": "4220.01.122", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45444", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45434, + "usage_id": 120 + }, + "4220.01.123": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=48698", - "operator": "[ TUWZE1B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45444", - "roomcode": "4220.01.123", - "usage": 210 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45461", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48698, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45444, + "usage_id": 210 + }, + "4220.01.124": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45461", - "roomcode": "4220.01.124", - "usage": 198 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45622", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45461, + "usage_id": 198 + }, + "4220.01.125": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=51517", - "operator": "[ TUS4C2M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45622", - "roomcode": "4220.01.125", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45636", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51517, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45622, + "usage_id": 12 + }, + "4220.01.126": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=48698", - "operator": "[ TUWZE1B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45636", - "roomcode": "4220.01.126", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45786", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48698, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45636, + "usage_id": 12 + }, + "4220.01.127": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=47997", - "operator": "[ TUWZC1N ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45786", - "roomcode": "4220.01.127", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45802", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47997, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45786, + "usage_id": 12 + }, + "4220.01.128": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45802", - "roomcode": "4220.01.128", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45818", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45802, + "usage_id": 118 + }, + "4220.01.129": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45818", - "roomcode": "4220.01.129", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45968", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45818, + "usage_id": 115 + }, + "4220.01.130": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45968", - "roomcode": "4220.01.130", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45981", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45968, + "usage_id": 118 + }, + "4220.01.131": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45981", - "roomcode": "4220.01.131", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45996", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45981, + "usage_id": 116 + }, + "4220.01.132": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 32, Technik", "arch_name": "OG L 32@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45996", - "roomcode": "4220.01.132", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46152", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45996, + "usage_id": 120 + }, + "4220.01.133": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 33, Technik", "arch_name": "OG L 33@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46152", - "roomcode": "4220.01.133", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46168", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46152, + "usage_id": 120 + }, + "4220.01.134": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=33874&cReadonly=J", - "list_index": "134", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46168", - "roomcode": "4220.01.134", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46184", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 33874, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 29111, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46168, + "usage_id": 30 + }, + "4220.01.135": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 35, Treppenraum", "arch_name": "OG L 35@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46184", - "roomcode": "4220.01.135", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46195", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46184, + "usage_id": 223 + }, + "4220.01.136": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 36, Treppenraum", "arch_name": "OG L 36@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46195", - "roomcode": "4220.01.136", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46344", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46195, + "usage_id": 223 + }, + "4220.01.137": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 37, Aufzug", "arch_name": "OG L 37@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46344", - "roomcode": "4220.01.137", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46363", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46344, + "usage_id": 4 + }, + "4220.01.138": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 38, Flur", "arch_name": "OG L 38@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46363", - "roomcode": "4220.01.138", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46374", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46363, + "usage_id": 222 + }, + "4220.01.139": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 39, Flur", "arch_name": "OG L 39@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46374", - "roomcode": "4220.01.139", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46523", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46374, + "usage_id": 222 + }, + "4220.01.140": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 40, Flur", "arch_name": "OG L 40@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46523", - "roomcode": "4220.01.140", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.OG", - "address_link": "ris.einzelraum?raumkey=46535", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46523, + "usage_id": 222 + }, + "4220.01.141": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "OG L 41, Flur", "arch_name": "OG L 41@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46535", - "roomcode": "4220.01.141", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11338", + "area_id": 42, + "building_id": 687, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46535, + "usage_id": 222 + }, + "4220.02.101": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=15314&cReadonly=J", - "list_index": "142", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=11338", - "roomcode": "4220.02.101", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46557", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 15314, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29111, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11338, + "usage_id": 213 + }, + "4220.02.102": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46557", - "roomcode": "4220.02.102", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46710", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46557, + "usage_id": 116 + }, + "4220.02.103": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46710", - "roomcode": "4220.02.103", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46721", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46710, + "usage_id": 115 + }, + "4220.02.104": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 04, Technik", "arch_name": "DG L 04@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46721", - "roomcode": "4220.02.104", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46736", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46721, + "usage_id": 120 + }, + "4220.02.105": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=29652&cReadonly=J", - "list_index": "146", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46736", - "roomcode": "4220.02.105", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46741", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 29652, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29111, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46736, + "usage_id": 12 + }, + "4220.02.105A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=33875&cReadonly=J", - "list_index": "147", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46741", - "roomcode": "4220.02.105A", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=10812", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 33875, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 29111, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46741, + "usage_id": 30 + }, + "4220.02.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=33352&cReadonly=J", - "list_index": "148", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10812", - "roomcode": "4220.02.106", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=10813", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 33352, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29111, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10812, + "usage_id": 12 + }, + "4220.02.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=12680&cReadonly=J", - "list_index": "149", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10813", - "roomcode": "4220.02.107", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46916", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 12680, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29111, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10813, + "usage_id": 12 + }, + "4220.02.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=28772&cReadonly=J", - "list_index": "150", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46916", - "roomcode": "4220.02.108", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=46928", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 28772, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29111, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46916, + "usage_id": 12 + }, + "4220.02.109": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 09, Technik", "arch_name": "DG L 09@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46928", - "roomcode": "4220.02.109", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=47077", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46928, + "usage_id": 120 + }, + "4220.02.110": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=44151", - "operator": "[ TUZEITH ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47077", - "roomcode": "4220.02.110", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=10820", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47077, + "usage_id": 44 + }, + "4220.02.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=15315&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10820", - "roomcode": "4220.02.111", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=47107", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 15315, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29111, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10820, + "usage_id": 213 + }, + "4220.02.112": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 12, Treppenraum", "arch_name": "DG L 12@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47107", - "roomcode": "4220.02.112", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=44393", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47107, + "usage_id": 223 + }, + "4220.02.113": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 13, Treppenraum", "arch_name": "DG L 13@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44393", - "roomcode": "4220.02.113", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=44408", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44393, + "usage_id": 223 + }, + "4220.02.114": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 14, Aufzug", "arch_name": "DG L 14@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44408", - "roomcode": "4220.02.114", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=44426", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44408, + "usage_id": 4 + }, + "4220.02.115": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 15, Flur", "arch_name": "DG L 15@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44426", - "roomcode": "4220.02.115", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=44576", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44426, + "usage_id": 222 + }, + "4220.02.116": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 16, Flur", "arch_name": "DG L 16@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44576", - "roomcode": "4220.02.116", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 2.OG", - "address_link": "ris.einzelraum?raumkey=44587", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44576, + "usage_id": 222 + }, + "4220.02.117": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "DG L 17, Flur", "arch_name": "DG L 17@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44587", - "roomcode": "4220.02.117", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48042", + "area_id": 42, + "building_id": 687, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44587, + "usage_id": 222 + }, + "4220.EG.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 01, Lesesaal", "arch_name": "EG R 01@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48042", - "roomcode": "4220.EG.001", - "usage": 190 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48049", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48042, + "usage_id": 190 + }, + "4220.EG.002": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 02, Lesesaal", "arch_name": "EG R 02@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48049", - "roomcode": "4220.EG.002", - "usage": 190 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48079", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48049, + "usage_id": 190 + }, + "4220.EG.003": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 03, Scannerraum", "arch_name": "EG R 03@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48079", - "roomcode": "4220.EG.003", - "usage": 110 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48090", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48079, + "usage_id": 110 + }, + "4220.EG.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 04, Technik", "arch_name": "EG R 04@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48090", - "roomcode": "4220.EG.004", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=9385", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48090, + "usage_id": 120 + }, + "4220.EG.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9385", - "roomcode": "4220.EG.005", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48109", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9385, + "usage_id": 12 + }, + "4220.EG.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48109", - "roomcode": "4220.EG.006", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48145", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48109, + "usage_id": 12 + }, + "4220.EG.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48145", - "roomcode": "4220.EG.007", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48154", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48145, + "usage_id": 12 + }, + "4220.EG.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 08, Theke", "arch_name": "EG R 08@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48154", - "roomcode": "4220.EG.008", - "usage": 10 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48162", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26738, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48154, + "usage_id": 10 + }, + "4220.EG.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48162", - "roomcode": "4220.EG.009", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48170", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48162, + "usage_id": 222 + }, + "4220.EG.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 10, Technik", "arch_name": "EG R 10@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48170", - "roomcode": "4220.EG.010", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48183", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48170, + "usage_id": 120 + }, + "4220.EG.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 11, Flur", "arch_name": "EG R 11@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48183", - "roomcode": "4220.EG.011", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48217", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48183, + "usage_id": 222 + }, + "4220.EG.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG R 12, Aufzug", "arch_name": "EG R 12@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48217", - "roomcode": "4220.EG.012", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48226", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48217, + "usage_id": 4 + }, + "4220.EG.101": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48226", - "roomcode": "4220.EG.101", - "usage": 139 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=75621", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48226, + "usage_id": 139 + }, + "4220.EG.101A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75621", - "roomcode": "4220.EG.101A", - "usage": 28 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=75624", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75621, + "usage_id": 28 + }, + "4220.EG.101B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75624", - "roomcode": "4220.EG.101B", - "usage": 136 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=75622", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75624, + "usage_id": 136 + }, + "4220.EG.101C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75622", - "roomcode": "4220.EG.101C", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48240", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75622, + "usage_id": 30 + }, + "4220.EG.105": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48240", - "roomcode": "4220.EG.105", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48248", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48240, + "usage_id": 12 + }, + "4220.EG.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48248", - "roomcode": "4220.EG.106", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48282", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48248, + "usage_id": 12 + }, + "4220.EG.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48282", - "roomcode": "4220.EG.107", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48296", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48282, + "usage_id": 12 + }, + "4220.EG.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48296", - "roomcode": "4220.EG.108", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48308", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48296, + "usage_id": 12 + }, + "4220.EG.108A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48308", - "roomcode": "4220.EG.108A", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48324", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48308, + "usage_id": 12 + }, + "4220.EG.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48324", - "roomcode": "4220.EG.109", - "usage": 196 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48363", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48324, + "usage_id": 196 + }, + "4220.EG.110": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48363", - "roomcode": "4220.EG.110", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48374", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48363, + "usage_id": 12 + }, + "4220.EG.110A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48374", - "roomcode": "4220.EG.110A", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48387", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48374, + "usage_id": 116 + }, + "4220.EG.110B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48387", - "roomcode": "4220.EG.110B", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48425", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48387, + "usage_id": 115 + }, + "4220.EG.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48425", - "roomcode": "4220.EG.111", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=10908", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48425, + "usage_id": 118 + }, + "4220.EG.112": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=18075&cReadonly=J", - "list_index": "58", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10908", - "roomcode": "4220.EG.112", - "usage": 213 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48456", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 18075, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 29111, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10908, + "usage_id": 213 + }, + "4220.EG.113": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 13, Garderobe", "arch_name": "EG L 13@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=33872&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48456", - "roomcode": "4220.EG.113", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48535", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 33872, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 29111, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48456, + "usage_id": 121 + }, + "4220.EG.114": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 14, Technik", "arch_name": "EG L 14@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48535", - "roomcode": "4220.EG.114", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48553", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48535, + "usage_id": 120 + }, + "4220.EG.115": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 15, Reinigungsmittelraum", "arch_name": "EG L 15@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48553", - "roomcode": "4220.EG.115", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=48569", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48553, + "usage_id": 205 + }, + "4220.EG.116": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 16, Sozialraum", "arch_name": "EG L 16@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48569", - "roomcode": "4220.EG.116", - "usage": 44 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47118", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26738, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48569, + "usage_id": 44 + }, + "4220.EG.117": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47118", - "roomcode": "4220.EG.117", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47125", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47118, + "usage_id": 12 + }, + "4220.EG.118": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47125", - "roomcode": "4220.EG.118", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47143", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47125, + "usage_id": 12 + }, + "4220.EG.119": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47143", - "roomcode": "4220.EG.119", - "usage": 12 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47228", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47143, + "usage_id": 12 + }, + "4220.EG.120": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47228", - "roomcode": "4220.EG.120", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47248", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47228, + "usage_id": 118 + }, + "4220.EG.121": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47248", - "roomcode": "4220.EG.121", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47254", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47248, + "usage_id": 115 + }, + "4220.EG.122": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47254", - "roomcode": "4220.EG.122", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47342", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47254, + "usage_id": 118 + }, + "4220.EG.123": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47342", - "roomcode": "4220.EG.123", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47367", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47342, + "usage_id": 116 + }, + "4220.EG.124": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 24, Technik", "arch_name": "EG L 24@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47367", - "roomcode": "4220.EG.124", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47378", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47367, + "usage_id": 120 + }, + "4220.EG.125": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 25, Elektronik", "arch_name": "EG L 25@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47378", - "roomcode": "4220.EG.125", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47451", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47378, + "usage_id": 120 + }, + "4220.EG.126": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47451", - "roomcode": "4220.EG.126", - "usage": 117 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47467", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47451, + "usage_id": 117 + }, + "4220.EG.127": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 27, Treppenraum", "arch_name": "EG L 27@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47467", - "roomcode": "4220.EG.127", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47474", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47467, + "usage_id": 223 + }, + "4220.EG.128": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 28, Treppenhaus", "arch_name": "EG L 28@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47474", - "roomcode": "4220.EG.128", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47650", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47474, + "usage_id": 223 + }, + "4220.EG.129": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 29, Aufzug", "arch_name": "EG L 29@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47650", - "roomcode": "4220.EG.129", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47663", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47650, + "usage_id": 4 + }, + "4220.EG.130": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 30, Flur", "arch_name": "EG L 30@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47663", - "roomcode": "4220.EG.130", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, EG", - "address_link": "ris.einzelraum?raumkey=47669", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47663, + "usage_id": 222 + }, + "4220.EG.131": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "EG L 31, Flur", "arch_name": "EG L 31@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47669", - "roomcode": "4220.EG.131", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47524", + "area_id": 42, + "building_id": 687, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47669, + "usage_id": 222 + }, + "4220.U1.001": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 01, Lesesaal", "arch_name": "UG R 01@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47524", - "roomcode": "4220.U1.001", - "usage": 190 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47530", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47524, + "usage_id": 190 + }, + "4220.U1.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47530", - "roomcode": "4220.U1.003", - "usage": 110 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47537", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47530, + "usage_id": 110 + }, + "4220.U1.004": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 04, Lager", "arch_name": "UG R 04@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47537", - "roomcode": "4220.U1.004", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47602", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47537, + "usage_id": 30 + }, + "4220.U1.005": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 05, Technik", "arch_name": "UG R 05@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47602", - "roomcode": "4220.U1.005", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47607", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47602, + "usage_id": 120 + }, + "4220.U1.006": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 06, Reinigungsmittelraum", "arch_name": "UG R 06@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47607", - "roomcode": "4220.U1.006", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47615", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47607, + "usage_id": 205 + }, + "4220.U1.007": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 07, Technik", "arch_name": "UG R 07@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47615", - "roomcode": "4220.U1.007", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47619", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47615, + "usage_id": 120 + }, + "4220.U1.008": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 08, Technik", "arch_name": "UG R 08@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47619", - "roomcode": "4220.U1.008", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47627", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47619, + "usage_id": 120 + }, + "4220.U1.009": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 09, Flur", "arch_name": "UG R 09@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47627", - "roomcode": "4220.U1.009", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47638", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47627, + "usage_id": 222 + }, + "4220.U1.009A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 09, Flur", "arch_name": "UG R 09@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47638", - "roomcode": "4220.U1.009A", - "usage": 222 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47646", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47638, + "usage_id": 222 + }, + "4220.U1.010": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 10, Technik", "arch_name": "UG R 10@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47646", - "roomcode": "4220.U1.010", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47705", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47646, + "usage_id": 120 + }, + "4220.U1.011": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 11, Garderobe", "arch_name": "UG R 11@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47705", - "roomcode": "4220.U1.011", - "usage": 121 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47716", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47705, + "usage_id": 121 + }, + "4220.U1.012": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG R 12, Reinigungsmittelraum", "arch_name": "UG R 12@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47716", - "roomcode": "4220.U1.012", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47727", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47716, + "usage_id": 205 + }, + "4220.U1.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47727", - "roomcode": "4220.U1.013", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47736", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47727, + "usage_id": 118 + }, + "4220.U1.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47736", - "roomcode": "4220.U1.014", - "usage": 118 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47743", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47736, + "usage_id": 118 + }, + "4220.U1.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47743", - "roomcode": "4220.U1.015", - "usage": 115 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47805", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47743, + "usage_id": 115 + }, + "4220.U1.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47805", - "roomcode": "4220.U1.016", - "usage": 116 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47812", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47805, + "usage_id": 116 + }, + "4220.U1.101": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 01, Technik", "arch_name": "UG L 01@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47812", - "roomcode": "4220.U1.101", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47822", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47812, + "usage_id": 120 + }, + "4220.U1.102": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 02, Technik", "arch_name": "UG L 02@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47822", - "roomcode": "4220.U1.102", - "usage": 120 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=25686", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47822, + "usage_id": 120 + }, + "4220.U1.103": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=26175&cRes=18098&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25686", - "roomcode": "4220.U1.103", - "usage": 110 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47836", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 18098, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25686, + "usage_id": 110 + }, + "4220.U1.104": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 04, Serverraum", "arch_name": "UG L 04@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": "tvKalender.wSicht?cOrg=29111&cRes=33873&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47836", - "roomcode": "4220.U1.104", - "usage": 207 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47844", + "area_id": 42, + "building_id": 687, + "calendar_resource_nr": 33873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29111, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47836, + "usage_id": 207 + }, + "4220.U1.105": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47844", - "roomcode": "4220.U1.105", - "usage": 214 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47908", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47844, + "usage_id": 214 + }, + "4220.U1.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47908", - "roomcode": "4220.U1.106", - "usage": 32 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47917", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47908, + "usage_id": 32 + }, + "4220.U1.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47917", - "roomcode": "4220.U1.107", - "usage": 2 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47927", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47917, + "usage_id": 2 + }, + "4220.U1.108": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 08, Serverraum", "arch_name": "UG L 08@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15563", - "operator": "[ TUWZI9Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47927", - "roomcode": "4220.U1.108", - "usage": 207 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47935", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15563, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47927, + "usage_id": 207 + }, + "4220.U1.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47935", - "roomcode": "4220.U1.109", - "usage": 2 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=47946", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47935, + "usage_id": 2 + }, + "4220.U1.110": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 10, Treppenraum", "arch_name": "UG L 10@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47946", - "roomcode": "4220.U1.110", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70706", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47946, + "usage_id": 223 + }, + "4220.U1.110A": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 10A, Reinigungsmittel", "arch_name": "UG L 10A@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70706", - "roomcode": "4220.U1.110A", - "usage": 205 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75623", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70706, + "usage_id": 205 + }, + "4220.U1.110B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75623", - "roomcode": "4220.U1.110B", - "usage": 30 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48013", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75623, + "usage_id": 30 + }, + "4220.U1.111": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 11, Treppenraum", "arch_name": "UG L 11@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48013", - "roomcode": "4220.U1.111", - "usage": 223 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48022", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48013, + "usage_id": 223 + }, + "4220.U1.112": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 12, Aufzug", "arch_name": "UG L 12@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48022", - "roomcode": "4220.U1.112", - "usage": 4 - }, - { - "address": "Maximus-von-Imhof-Forum 1+3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48033", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48022, + "usage_id": 4 + }, + "4220.U1.113": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "alt_name": "UG L 13, Flur", "arch_name": "UG L 13@4220", - "b_area_id": 42, - "b_filter_id": 687, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48033", - "roomcode": "4220.U1.113", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44749", + "area_id": 42, + "building_id": 687, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48033, + "usage_id": 222 + }, + "4221.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "001, Server", "arch_name": "001@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44749", - "roomcode": "4221.EG.002", - "usage": 207 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44758", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44749, + "usage_id": 207 + }, + "4221.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "002, Lager-Werkstatt", "arch_name": "002@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44758", - "roomcode": "4221.EG.003", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44769", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44758, + "usage_id": 30 + }, + "4221.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44769", - "roomcode": "4221.EG.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=68910", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44769, + "usage_id": 12 + }, + "4221.EG.004A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "004, Serverraum", "arch_name": "004@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68910", - "roomcode": "4221.EG.004A", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44781", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68910, + "usage_id": 120 + }, + "4221.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "005, Verteilerraum", "arch_name": "005@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44781", - "roomcode": "4221.EG.005", - "usage": 202 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44923", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44781, + "usage_id": 202 + }, + "4221.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "08, Gleichrichterraum", "arch_name": "08@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44923", - "roomcode": "4221.EG.006", - "usage": 202 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44948", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44923, + "usage_id": 202 + }, + "4221.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "007, Hausanschlussraum", "arch_name": "007@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44948", - "roomcode": "4221.EG.008", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=44961", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44948, + "usage_id": 120 + }, + "4221.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "008, WC-Herren", "arch_name": "008@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44961", - "roomcode": "4221.EG.009", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=45112", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44961, + "usage_id": 115 + }, + "4221.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "009, WC-Damen", "arch_name": "009@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45112", - "roomcode": "4221.EG.010", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 7, EG", - "address_link": "ris.einzelraum?raumkey=45120", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45112, + "usage_id": 116 + }, + "4221.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "alt_name": "010, Flur", "arch_name": "010@4221", - "b_area_id": 42, - "b_filter_id": 688, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45120", - "roomcode": "4221.EG.011", - "usage": 222 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=72881", + "area_id": 42, + "building_id": 688, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45120, + "usage_id": 222 + }, + "4222.EG.101": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-01, Gastraum Nord", "arch_name": "EG-01@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72881", - "roomcode": "4222.EG.101", - "usage": 45 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=72882", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72881, + "usage_id": 45 + }, + "4222.EG.102": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-02, Erschlie\u00dfung", "arch_name": "EG-02@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72882", - "roomcode": "4222.EG.102", - "usage": 223 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=72887", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72882, + "usage_id": 223 + }, + "4222.EG.103": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-03, Gastraum", "arch_name": "EG-03@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72887", - "roomcode": "4222.EG.103", - "usage": 45 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=72894", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72887, + "usage_id": 45 + }, + "4222.EG.104": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-04, Bar", "arch_name": "EG-04@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72894", - "roomcode": "4222.EG.104", - "usage": 28 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=72893", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72894, + "usage_id": 28 + }, + "4222.EG.105": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-05, Eingangsbereich", "arch_name": "EG-05@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72893", - "roomcode": "4222.EG.105", - "usage": 15 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=72895", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72893, + "usage_id": 15 + }, + "4222.EG.106": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-06, TUM-Shop", "arch_name": "EG-06@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72895", - "roomcode": "4222.EG.106", - "usage": 164 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=73323", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72895, + "usage_id": 164 + }, + "4222.EG.111": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-11, Balkon/Terrasse Ost", "arch_name": "EG-11@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73323", - "roomcode": "4222.EG.111", - "usage": 48 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=73325", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73323, + "usage_id": 48 + }, + "4222.EG.113": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-13, Balkon/Terrasse West", "arch_name": "EG-13@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73325", - "roomcode": "4222.EG.113", - "usage": 48 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=73336", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73325, + "usage_id": 48 + }, + "4222.EG.115": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-15, Erschlie\u00dfung/Abstellpl\u00e4tze", "arch_name": "EG-15@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73336", - "roomcode": "4222.EG.115", - "usage": 100 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=73337", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73336, + "usage_id": 100 + }, + "4222.EG.116": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-16, Ausschank", "arch_name": "EG-16@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73337", - "roomcode": "4222.EG.116", - "usage": 186 - }, - { - "address": "V\u00f6ttinger Str. 40, EG", - "address_link": "ris.einzelraum?raumkey=73338", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73337, + "usage_id": 186 + }, + "4222.EG.117": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "EG-17, Aussentreppe (22 Stufen)", "arch_name": "EG-17@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73338", - "roomcode": "4222.EG.117", - "usage": 7 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72904", + "area_id": 42, + "building_id": 2929, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73338, + "usage_id": 7 + }, + "4222.U1.001": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-01, WC-Damen", "arch_name": "UG-01@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72904", - "roomcode": "4222.U1.001", - "usage": 116 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72905", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72904, + "usage_id": 116 + }, + "4222.U1.002": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-02, WC-Herren", "arch_name": "UG-02@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72905", - "roomcode": "4222.U1.002", - "usage": 115 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72936", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72905, + "usage_id": 115 + }, + "4222.U1.003": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-03, Lager Leergut/Gastro M\u00f6bel", "arch_name": "UG-03@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72936", - "roomcode": "4222.U1.003", - "usage": 30 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72899", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72936, + "usage_id": 30 + }, + "4222.U1.004": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-04, Umkleide-Herren", "arch_name": "UG-04@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72899", - "roomcode": "4222.U1.004", - "usage": 121 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72900", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72899, + "usage_id": 121 + }, + "4222.U1.005": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-05, Umkleide-Damen", "arch_name": "UG-05@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72900", - "roomcode": "4222.U1.005", - "usage": 121 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72898", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72900, + "usage_id": 121 + }, + "4222.U1.006": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-06, WC-Personal", "arch_name": "UG-06@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72898", - "roomcode": "4222.U1.006", - "usage": 114 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72901", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72898, + "usage_id": 114 + }, + "4222.U1.007": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-07, WC-Barrierefrei/Wickeltisch", "arch_name": "UG-07@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72901", - "roomcode": "4222.U1.007", - "usage": 117 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72902", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72901, + "usage_id": 117 + }, + "4222.U1.009": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-09, Treppe/Verteiler", "arch_name": "UG-09@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72902", - "roomcode": "4222.U1.009", - "usage": 223 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72934", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Terrazzo", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72902, + "usage_id": 223 + }, + "4222.U1.010": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-10, Sp\u00fchlk\u00fcche", "arch_name": "UG-10@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72934", - "roomcode": "4222.U1.010", - "usage": 28 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72906", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72934, + "usage_id": 28 + }, + "4222.U1.012": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-12, Speiseausgabe K\u00fcche", "arch_name": "UG-12@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72906", - "roomcode": "4222.U1.012", - "usage": 28 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72903", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72906, + "usage_id": 28 + }, + "4222.U1.012A": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-12A, Vorbereitung K\u00fcche", "arch_name": "UG-12A@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72903", - "roomcode": "4222.U1.012A", - "usage": 28 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72932", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72903, + "usage_id": 28 + }, + "4222.U1.012B": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-12B, Kochen K\u00fcche", "arch_name": "UG-12B@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72932", - "roomcode": "4222.U1.012B", - "usage": 28 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72939", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72932, + "usage_id": 28 + }, + "4222.U1.012C": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-12C, K\u00fchlung K\u00fcche", "arch_name": "UG-12C@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72939", - "roomcode": "4222.U1.012C", - "usage": 199 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72927", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72939, + "usage_id": 199 + }, + "4222.U1.013": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-13, Backoffice", "arch_name": "UG-13@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72927", - "roomcode": "4222.U1.013", - "usage": 12 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72940", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72927, + "usage_id": 12 + }, + "4222.U1.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72940", - "roomcode": "4222.U1.014", - "usage": 199 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72933", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72940, + "usage_id": 199 + }, + "4222.U1.016": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-16, TK", "arch_name": "UG-16@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72933", - "roomcode": "4222.U1.016", - "usage": 199 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72938", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72933, + "usage_id": 199 + }, + "4222.U1.017": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-17, Fleisch", "arch_name": "UG-17@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72938", - "roomcode": "4222.U1.017", - "usage": 199 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72931", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72938, + "usage_id": 199 + }, + "4222.U1.018": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-18, Obst und Gem\u00fcse", "arch_name": "UG-18@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72931", - "roomcode": "4222.U1.018", - "usage": 199 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72928", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72931, + "usage_id": 199 + }, + "4222.U1.019": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-19, Trockenlager", "arch_name": "UG-19@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72928", - "roomcode": "4222.U1.019", - "usage": 30 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72929", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72928, + "usage_id": 30 + }, + "4222.U1.020": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-20, Technik-Flur", "arch_name": "UG-20@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72929", - "roomcode": "4222.U1.020", - "usage": 222 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72937", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72929, + "usage_id": 222 + }, + "4222.U1.021": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-21, Trockenlager", "arch_name": "UG-21@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72937", - "roomcode": "4222.U1.021", - "usage": 30 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72930", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72937, + "usage_id": 30 + }, + "4222.U1.022": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-22, Haustechnik", "arch_name": "UG-22@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72930", - "roomcode": "4222.U1.022", - "usage": 120 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72926", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72930, + "usage_id": 120 + }, + "4222.U1.024": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-24, Rampe/Verteiler", "arch_name": "UG-24@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72926", - "roomcode": "4222.U1.024", - "usage": 36 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72941", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72926, + "usage_id": 36 + }, + "4222.U1.024A": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-24A, Putzkammer", "arch_name": "UG-24A@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72941", - "roomcode": "4222.U1.024A", - "usage": 209 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=72935", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72941, + "usage_id": 209 + }, + "4222.U1.025": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-25, Rev.-Kammer", "arch_name": "UG-25@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72935", - "roomcode": "4222.U1.025", - "usage": 120 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=73166", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72935, + "usage_id": 120 + }, + "4222.U1.026": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-26, M\u00fcll gek\u00fchlt", "arch_name": "UG-26@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73166", - "roomcode": "4222.U1.026", - "usage": 216 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=73167", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73166, + "usage_id": 216 + }, + "4222.U1.027": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-27, M\u00fcll gek\u00fchlt", "arch_name": "UG-27@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73167", - "roomcode": "4222.U1.027", - "usage": 216 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=73164", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73167, + "usage_id": 216 + }, + "4222.U1.028": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-27, M\u00fcll 03", "arch_name": "UG-27@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73164", - "roomcode": "4222.U1.028", - "usage": 216 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=73165", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73164, + "usage_id": 216 + }, + "4222.U1.029": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-27, M\u00fcll 02", "arch_name": "UG-27@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73165", - "roomcode": "4222.U1.029", - "usage": 216 - }, - { - "address": "V\u00f6ttinger Str. 40, 1.UG", - "address_link": "ris.einzelraum?raumkey=73168", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73165, + "usage_id": 216 + }, + "4222.U1.030": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "alt_name": "UG-27, M\u00fcll 01", "arch_name": "UG-27@4222", - "b_area_id": 42, - "b_filter_id": 2929, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73168", - "roomcode": "4222.U1.030", - "usage": 216 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=46942", + "area_id": 42, + "building_id": 2929, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73168, + "usage_id": 216 + }, + "4223.01.101": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "101, Zelle 1", "arch_name": "101@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46942", - "roomcode": "4223.01.101", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=46958", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46942, + "usage_id": 166 + }, + "4223.01.102": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "102, Zelle 2", "arch_name": "102@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46958", - "roomcode": "4223.01.102", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=46970", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46958, + "usage_id": 166 + }, + "4223.01.103": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "103, Zelle 3", "arch_name": "103@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46970", - "roomcode": "4223.01.103", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=44437", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46970, + "usage_id": 166 + }, + "4223.01.104": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "104, Zelle 4", "arch_name": "104@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44437", - "roomcode": "4223.01.104", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=44446", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44437, + "usage_id": 166 + }, + "4223.01.105": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "105, Labor", "arch_name": "105@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44446", - "roomcode": "4223.01.105", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=44462", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44446, + "usage_id": 102 + }, + "4223.01.106": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "106, Pflanzenraum", "arch_name": "106@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15626", - "operator": "[ TUWZI4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44462", - "roomcode": "4223.01.106", - "usage": 166 - }, - { - "address": "Emil-Ramann-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=44610", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15626, + "seats": { + "sitting": 22, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44462, + "usage_id": 166 + }, + "4223.01.120": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "120, Flur", "arch_name": "120@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44610", - "roomcode": "4223.01.120", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46211", + "area_id": 42, + "building_id": 689, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44610, + "usage_id": 222 + }, + "4223.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E01, Aufenthaltsraum", "arch_name": "E01@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46211", - "roomcode": "4223.EG.001", - "usage": 44 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46223", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46211, + "usage_id": 44 + }, + "4223.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E02, Technik / HLS", "arch_name": "E02@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46223", - "roomcode": "4223.EG.002", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46234", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46223, + "usage_id": 194 + }, + "4223.EG.002A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E02a, Technik Elektro", "arch_name": "E02a@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46234", - "roomcode": "4223.EG.002A", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46387", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46234, + "usage_id": 194 + }, + "4223.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E03, Labor", "arch_name": "E03@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=18606&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46387", - "roomcode": "4223.EG.003", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46398", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 18606, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46387, + "usage_id": 102 + }, + "4223.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E04, Labor", "arch_name": "E04@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=18607&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46398", - "roomcode": "4223.EG.004", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46414", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 18607, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46398, + "usage_id": 102 + }, + "4223.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E05, Technischer Raum", "arch_name": "E05@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46414", - "roomcode": "4223.EG.005", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=22972", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46414, + "usage_id": 102 + }, + "4223.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E06, Ordinarius", "arch_name": "E06@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=22972", - "roomcode": "4223.EG.006", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46572", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22972, + "usage_id": 12 + }, + "4223.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E07, Sekret\u00e4rin", "arch_name": "E07@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46572", - "roomcode": "4223.EG.007", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46583", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46572, + "usage_id": 12 + }, + "4223.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E08, B\u00fcro", "arch_name": "E08@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=18854&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46583", - "roomcode": "4223.EG.008", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46597", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 18854, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46583, + "usage_id": 12 + }, + "4223.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E09, B\u00fcro", "arch_name": "E09@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=21944&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46597", - "roomcode": "4223.EG.009", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46747", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 21944, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46597, + "usage_id": 12 + }, + "4223.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E10, B\u00fcro", "arch_name": "E10@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46747", - "roomcode": "4223.EG.010", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46760", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46747, + "usage_id": 12 + }, + "4223.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E11, B\u00fcro", "arch_name": "E11@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=18798&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46760", - "roomcode": "4223.EG.011", - "usage": 12 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46774", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 18798, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46760, + "usage_id": 12 + }, + "4223.EG.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E12, Dunkelraum", "arch_name": "E12@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46774", - "roomcode": "4223.EG.012", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46785", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46774, + "usage_id": 30 + }, + "4223.EG.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E20, Flur", "arch_name": "E20@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46785", - "roomcode": "4223.EG.020", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=46933", + "area_id": 42, + "building_id": 689, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46785, + "usage_id": 222 + }, + "4223.EG.030": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "E30, Eingangshalle", "arch_name": "E30@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18296&cReadonly=J", - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46933", - "roomcode": "4223.EG.030", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45465", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 18296, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46933, + "usage_id": 222 + }, + "4223.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U01, Isotopenlabor", "arch_name": "U01@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45465", - "roomcode": "4223.U1.001", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45476", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45465, + "usage_id": 102 + }, + "4223.U1.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U02, Technik HLS", "arch_name": "U02@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45476", - "roomcode": "4223.U1.002", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45485", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45476, + "usage_id": 194 + }, + "4223.U1.002A": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U02a, Technik Elektro", "arch_name": "U02a@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45485", - "roomcode": "4223.U1.002A", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45499", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45485, + "usage_id": 194 + }, + "4223.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U03, HPLC-Naturabstellbar", "arch_name": "U03@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=20256&cReadonly=J", - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45499", - "roomcode": "4223.U1.003", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45656", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 20256, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45499, + "usage_id": 102 + }, + "4223.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U04, Labor", "arch_name": "U04@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": "tvKalender.wSicht?cOrg=25178&cRes=18608&cReadonly=J", - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45656", - "roomcode": "4223.U1.004", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45666", + "area_id": 42, + "building_id": 689, + "calendar_resource_nr": 18608, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45656, + "usage_id": 102 + }, + "4223.U1.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U05, Technik Raum", "arch_name": "U05@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45666", - "roomcode": "4223.U1.005", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45682", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45666, + "usage_id": 102 + }, + "4223.U1.006": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U06, Analyse", "arch_name": "U06@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45682", - "roomcode": "4223.U1.006", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45832", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45682, + "usage_id": 102 + }, + "4223.U1.007": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U07, Gewebekultur", "arch_name": "U07@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45832", - "roomcode": "4223.U1.007", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45844", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45832, + "usage_id": 102 + }, + "4223.U1.008": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U08, Sp\u00fclk\u00fcche", "arch_name": "U08@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45844", - "roomcode": "4223.U1.008", - "usage": 28 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45858", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45844, + "usage_id": 28 + }, + "4223.U1.009": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U09, Mikroskopie", "arch_name": "U09@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45858", - "roomcode": "4223.U1.009", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=45868", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45858, + "usage_id": 102 + }, + "4223.U1.010": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U10, Dunkelraum", "arch_name": "U10@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45868", - "roomcode": "4223.U1.010", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=46015", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45868, + "usage_id": 30 + }, + "4223.U1.011": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U11, Technik", "arch_name": "U11@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46015", - "roomcode": "4223.U1.011", - "usage": 194 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=46025", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46015, + "usage_id": 194 + }, + "4223.U1.012": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U12, K\u00fchlraum", "arch_name": "U12@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46025", - "roomcode": "4223.U1.012", - "usage": 199 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=46036", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46025, + "usage_id": 199 + }, + "4223.U1.013": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U13, Lager", "arch_name": "U13@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46036", - "roomcode": "4223.U1.013", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=46052", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46036, + "usage_id": 30 + }, + "4223.U1.014": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U14, Bakterienzucht", "arch_name": "U14@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46052", - "roomcode": "4223.U1.014", - "usage": 102 - }, - { - "address": "Emil-Ramann-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=46200", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46052, + "usage_id": 102 + }, + "4223.U1.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "U20, Flur", "arch_name": "U20@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46200", - "roomcode": "4223.U1.020", - "usage": 222 - }, - { - "address": "Emil-Ramann-Str. 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=45135", + "area_id": 42, + "building_id": 689, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46200, + "usage_id": 222 + }, + "4223.U2.002": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "K02, Elektroverteilung", "arch_name": "K02@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45135", - "roomcode": "4223.U2.002", - "usage": 160 - }, - { - "address": "Emil-Ramann-Str. 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=45141", + "area_id": 42, + "building_id": 689, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45135, + "usage_id": 160 + }, + "4223.U2.003": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "K03, Lager radioaktive Stoffe", "arch_name": "K03@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45141", - "roomcode": "4223.U2.003", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=45292", + "area_id": 42, + "building_id": 689, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45141, + "usage_id": 30 + }, + "4223.U2.004": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "K04, Lager", "arch_name": "K04@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25178", - "operator": "[ TUWZA2E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45292", - "roomcode": "4223.U2.004", - "usage": 30 - }, - { - "address": "Emil-Ramann-Str. 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=45305", + "area_id": 42, + "building_id": 689, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45292, + "usage_id": 30 + }, + "4223.U2.005": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "K05, Technik L\u00fcftung", "arch_name": "K05@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45305", - "roomcode": "4223.U2.005", - "usage": 32 - }, - { - "address": "Emil-Ramann-Str. 8, 2.UG", - "address_link": "ris.einzelraum?raumkey=45315", + "area_id": 42, + "building_id": 689, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45305, + "usage_id": 32 + }, + "4223.U2.020": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "alt_name": "K20, Flur", "arch_name": "K20@4223", - "b_area_id": 42, - "b_filter_id": 689, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45315", - "roomcode": "4223.U2.020", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47683", + "area_id": 42, + "building_id": 689, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45315, + "usage_id": 222 + }, + "4224.01.101": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.1, Ecklabor Studenten", "arch_name": "1.1@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47683", - "roomcode": "4224.01.101", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47952", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47683, + "usage_id": 102 + }, + "4224.01.102": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.2, EMSA WB", "arch_name": "1.2@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47952", - "roomcode": "4224.01.102", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47968", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47952, + "usage_id": 102 + }, + "4224.01.102A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.2a, Zellkultur", "arch_name": "1.2a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47968", - "roomcode": "4224.01.102A", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47981", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47968, + "usage_id": 103 + }, + "4224.01.103": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.3, Pr\u00e4-PCR", "arch_name": "1.3@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47981", - "roomcode": "4224.01.103", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47751", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47981, + "usage_id": 103 + }, + "4224.01.104": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.4, Sekretariat", "arch_name": "1.4@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47751", - "roomcode": "4224.01.104", - "usage": 40 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47763", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47751, + "usage_id": 40 + }, + "4224.01.105": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.5, Fotolabor (gem. Nutzung)", "arch_name": "1.5@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47763", - "roomcode": "4224.01.105", - "usage": 104 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47780", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47763, + "usage_id": 104 + }, + "4224.01.106": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.6, Installation", "arch_name": "1.6@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47780", - "roomcode": "4224.01.106", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47546", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47780, + "usage_id": 120 + }, + "4224.01.107": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.7, Gas", "arch_name": "1.7@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47546", - "roomcode": "4224.01.107", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47561", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47546, + "usage_id": 30 + }, + "4224.01.108": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.8, Elektrische Versorgung", "arch_name": "1.8@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47561", - "roomcode": "4224.01.108", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47579", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47561, + "usage_id": 160 + }, + "4224.01.109": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.9, Flur", "arch_name": "1.9@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47579", - "roomcode": "4224.01.109", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47849", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47579, + "usage_id": 222 + }, + "4224.01.109A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.9a, Flur", "arch_name": "1.9a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47849", - "roomcode": "4224.01.109A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47870", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47849, + "usage_id": 222 + }, + "4224.01.110": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.10, B\u00fcro", "arch_name": "1.10@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47870", - "roomcode": "4224.01.110", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47885", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47870, + "usage_id": 12 + }, + "4224.01.111": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.11, B\u00fcro", "arch_name": "1.11@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47885", - "roomcode": "4224.01.111", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45928", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47885, + "usage_id": 12 + }, + "4224.01.113": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.13, Technik", "arch_name": "1.13@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45928", - "roomcode": "4224.01.113", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45948", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45928, + "usage_id": 120 + }, + "4224.01.114": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.14, Sequenzierlabor (gem. Nutzung)", "arch_name": "1.14@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=55318", - "operator": "[ TUS4M1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45948", - "roomcode": "4224.01.114", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46106", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 55318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45948, + "usage_id": 103 + }, + "4224.01.115": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.15, Labor", "arch_name": "1.15@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=55318", - "operator": "[ TUS4M1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46106", - "roomcode": "4224.01.115", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46127", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 55318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46106, + "usage_id": 102 + }, + "4224.01.116": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.16, Lager", "arch_name": "1.16@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46127", - "roomcode": "4224.01.116", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47150", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46127, + "usage_id": 30 + }, + "4224.01.117": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.17/1.18, Chemikalienraum", "arch_name": "1.17/1.18@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47150", - "roomcode": "4224.01.117", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47136", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47150, + "usage_id": 132 + }, + "4224.01.119": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.19, Cycler Raum", "arch_name": "1.19@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47136", - "roomcode": "4224.01.119", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47122", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47136, + "usage_id": 103 + }, + "4224.01.120": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.20, Ultratiefk\u00fchlraum", "arch_name": "1.20@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47122", - "roomcode": "4224.01.120", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48572", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47122, + "usage_id": 199 + }, + "4224.01.121": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.21, Ultratiefk\u00fchlraum", "arch_name": "1.21@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48572", - "roomcode": "4224.01.121", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48555", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48572, + "usage_id": 199 + }, + "4224.01.122": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.22, Lager", "arch_name": "1.22@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48555", - "roomcode": "4224.01.122", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48439", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48555, + "usage_id": 30 + }, + "4224.01.123A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.23a, K\u00fchlschleuse +4\u00b0C", "arch_name": "1.23a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48439", - "roomcode": "4224.01.123A", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48424", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48439, + "usage_id": 199 + }, + "4224.01.123B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.23b, Gefrieraum -20\u00b0C", "arch_name": "1.23b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48424", - "roomcode": "4224.01.123B", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48457", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48424, + "usage_id": 199 + }, + "4224.01.124": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48457", - "roomcode": "4224.01.124", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48537", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48457, + "usage_id": 103 + }, + "4224.01.126": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.26, Technik", "arch_name": "1.26@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48537", - "roomcode": "4224.01.126", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47235", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48537, + "usage_id": 160 + }, + "4224.01.127": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.27, WC-Herren", "arch_name": "1.27@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47235", - "roomcode": "4224.01.127", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47249", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47235, + "usage_id": 115 + }, + "4224.01.127A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.27a, Technik Elektro", "arch_name": "1.27a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47249", - "roomcode": "4224.01.127A", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47268", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47249, + "usage_id": 160 + }, + "4224.01.129": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.29, Treppenraum", "arch_name": "1.29@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47268", - "roomcode": "4224.01.129", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47345", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47268, + "usage_id": 223 + }, + "4224.01.130": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.30, Reinigungsmittelraum", "arch_name": "1.30@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47345", - "roomcode": "4224.01.130", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47359", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47345, + "usage_id": 205 + }, + "4224.01.131": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.31, WC-Damen", "arch_name": "1.31@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47359", - "roomcode": "4224.01.131", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47374", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47359, + "usage_id": 116 + }, + "4224.01.132": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.32, Labor", "arch_name": "1.32@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=55318", - "operator": "[ TUS4M1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47374", - "roomcode": "4224.01.132", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47448", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 55318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47374, + "usage_id": 102 + }, + "4224.01.133": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.33, B\u00fcro", "arch_name": "1.33@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=55318", - "operator": "[ TUS4M1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47448", - "roomcode": "4224.01.133", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47471", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 55318, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47448, + "usage_id": 12 + }, + "4224.01.134": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.34, B\u00fcro", "arch_name": "1.34@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=55318", - "operator": "[ TUS4M1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47471", - "roomcode": "4224.01.134", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47486", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 55318, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47471, + "usage_id": 12 + }, + "4224.01.135": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.35, Labor S1-Genlabor", "arch_name": "1.35@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47486", - "roomcode": "4224.01.135", - "usage": 136 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44552", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47486, + "usage_id": 136 + }, + "4224.01.136": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.36, Mikroskopie", "arch_name": "1.36@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44552", - "roomcode": "4224.01.136", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44705", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44552, + "usage_id": 103 + }, + "4224.01.136B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.36b, B\u00fcro", "arch_name": "1.36b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44705", - "roomcode": "4224.01.136B", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44724", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44705, + "usage_id": 12 + }, + "4224.01.138": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.38, Technik Elektro", "arch_name": "1.38@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44724", - "roomcode": "4224.01.138", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44744", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44724, + "usage_id": 160 + }, + "4224.01.139": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.39, Technik Gas", "arch_name": "1.39@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44744", - "roomcode": "4224.01.139", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44890", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44744, + "usage_id": 30 + }, + "4224.01.140": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.40, Technik", "arch_name": "1.40@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44890", - "roomcode": "4224.01.140", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44908", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44890, + "usage_id": 120 + }, + "4224.01.142": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.42, Teek\u00fcche (gem. Nutzung)", "arch_name": "1.42@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44908", - "roomcode": "4224.01.142", - "usage": 198 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45068", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44908, + "usage_id": 198 + }, + "4224.01.143": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.43, B\u00fcro", "arch_name": "1.43@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45068", - "roomcode": "4224.01.143", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45085", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45068, + "usage_id": 12 + }, + "4224.01.144": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.44, EDV / B\u00fcro (gem. Nutzung)", "arch_name": "1.44@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45085", - "roomcode": "4224.01.144", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45098", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45085, + "usage_id": 12 + }, + "4224.01.146": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.46, Personalaufenthalt (gem. Nutzung)", "arch_name": "1.46@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45098", - "roomcode": "4224.01.146", - "usage": 44 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45249", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45098, + "usage_id": 44 + }, + "4224.01.147": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.47, B\u00fcro Tierpfleger", "arch_name": "1.47@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45249", - "roomcode": "4224.01.147", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45260", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45249, + "usage_id": 12 + }, + "4224.01.148": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.48, Seminarraum 51 (WZWS51)", "arch_name": "1.48@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18251&cReadonly=J", - "extended": { - "additional_description": "1.48, Seminarraum 51 (WZWS51)", - "address": "Gregor-Mendel-Str. 2(4224), 1.Obergescho\u00df", - "architect_room_nr": "1.48@4224", - "area_m2": 48.75, - "building": "4224 ZIEL IV - Biowissenschaften", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "148", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45260", - "roomcode": "4224.01.148", - "usage": 41 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45275", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 18251, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45260, + "usage_id": 41 + }, + "4224.01.152": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.52, Installation", "arch_name": "1.52@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45275", - "roomcode": "4224.01.152", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45426", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45275, + "usage_id": 120 + }, + "4224.01.153": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.53, Gas", "arch_name": "1.53@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45426", - "roomcode": "4224.01.153", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45440", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45426, + "usage_id": 30 + }, + "4224.01.154": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.54, Elektrische Versorgung", "arch_name": "1.54@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45440", - "roomcode": "4224.01.154", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45454", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45440, + "usage_id": 160 + }, + "4224.01.155": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.55, B\u00fcro", "arch_name": "1.55@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45454", - "roomcode": "4224.01.155", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45608", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45454, + "usage_id": 12 + }, + "4224.01.156": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.56, Mikroskopierraum S1-Genlabor", "arch_name": "1.56@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45608", - "roomcode": "4224.01.156", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45623", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45608, + "usage_id": 103 + }, + "4224.01.157": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.57, Auswertungslabor", "arch_name": "1.57@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45623", - "roomcode": "4224.01.157", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45638", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45623, + "usage_id": 103 + }, + "4224.01.158": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.58, Labor S1-Genlabor (gem. Nutzung)", "arch_name": "1.58@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45638", - "roomcode": "4224.01.158", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46142", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45638, + "usage_id": 103 + }, + "4224.01.159": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.59, Zellkultur S1-Genlabor (gem. Nutzung)", "arch_name": "1.59@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46142", - "roomcode": "4224.01.159", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46287", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46142, + "usage_id": 103 + }, + "4224.01.160": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.60, Labor S1-Genlabor", "arch_name": "1.60@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46287", - "roomcode": "4224.01.160", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46301", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46287, + "usage_id": 103 + }, + "4224.01.161": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.61, Flur", "arch_name": "1.61@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46301", - "roomcode": "4224.01.161", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46322", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46301, + "usage_id": 222 + }, + "4224.01.161A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.61a, Flur", "arch_name": "1.61a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46322", - "roomcode": "4224.01.161A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46478", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46322, + "usage_id": 222 + }, + "4224.01.162": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.62, WC-Herren", "arch_name": "1.62@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46478", - "roomcode": "4224.01.162", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46494", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46478, + "usage_id": 115 + }, + "4224.01.163": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.63, Technik allgemein", "arch_name": "1.63@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46494", - "roomcode": "4224.01.163", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46509", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46494, + "usage_id": 160 + }, + "4224.01.165": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.65, Technik elektrisch", "arch_name": "1.65@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46509", - "roomcode": "4224.01.165", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46662", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46509, + "usage_id": 160 + }, + "4224.01.166": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.66, Treppenraum", "arch_name": "1.66@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46662", - "roomcode": "4224.01.166", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46682", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46662, + "usage_id": 223 + }, + "4224.01.167": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.67, WC-Damen", "arch_name": "1.67@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46682", - "roomcode": "4224.01.167", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46699", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46682, + "usage_id": 116 + }, + "4224.01.168": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.68, Reinigungsmittelraum", "arch_name": "1.68@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46699", - "roomcode": "4224.01.168", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46854", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46699, + "usage_id": 205 + }, + "4224.01.169": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.69/1.70, Chemikalienraum", "arch_name": "1.69/1.70@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46854", - "roomcode": "4224.01.169", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46878", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46854, + "usage_id": 132 + }, + "4224.01.171": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.71, Lager", "arch_name": "1.71@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46878", - "roomcode": "4224.01.171", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47029", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46878, + "usage_id": 30 + }, + "4224.01.172": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47029", - "roomcode": "4224.01.172", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=47047", - "alt_name": "1.73, Standort Gefrierschr\u00e4nke S1-Genlabor (-20\u00b0C ", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47029, + "usage_id": 194 + }, + "4224.01.173": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47047", - "roomcode": "4224.01.173", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44346", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47047, + "usage_id": 199 + }, + "4224.01.174": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.74, Lager", "arch_name": "1.74@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44346", - "roomcode": "4224.01.174", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44353", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44346, + "usage_id": 30 + }, + "4224.01.175": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.75, Labor Dunkelraum", "arch_name": "1.75@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44353", - "roomcode": "4224.01.175", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44378", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44353, + "usage_id": 102 + }, + "4224.01.176": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.76/1.77, Chemikalienraum", "arch_name": "1.76/1.77@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44378", - "roomcode": "4224.01.176", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44535", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44378, + "usage_id": 132 + }, + "4224.01.178A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.78a, K\u00fchlraum (gem. Nutzung 1201074200)", "arch_name": "1.78a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44535", - "roomcode": "4224.01.178A", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51209", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44535, + "usage_id": 199 + }, + "4224.01.178B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51209", - "roomcode": "4224.01.178B", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51228", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51209, + "usage_id": 199 + }, + "4224.01.179": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51228", - "roomcode": "4224.01.179", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51374", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51228, + "usage_id": 103 + }, + "4224.01.180B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.80b, Speziallabor/B\u00fcro", "arch_name": "1.80b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51374", - "roomcode": "4224.01.180B", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51395", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51374, + "usage_id": 103 + }, + "4224.01.181": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.81, Technik", "arch_name": "1.81@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51395", - "roomcode": "4224.01.181", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51373", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51395, + "usage_id": 120 + }, + "4224.01.182": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.82, B\u00fcro", "arch_name": "1.82@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51373", - "roomcode": "4224.01.182", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51393", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51373, + "usage_id": 12 + }, + "4224.01.183": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.83, Histologielabor", "arch_name": "1.83@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51393", - "roomcode": "4224.01.183", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51412", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51393, + "usage_id": 102 + }, + "4224.01.184": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.84, B\u00fcro", "arch_name": "1.84@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51412", - "roomcode": "4224.01.184", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51413", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51412, + "usage_id": 12 + }, + "4224.01.185": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.85, Technik elektrisch", "arch_name": "1.85@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51413", - "roomcode": "4224.01.185", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51570", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51413, + "usage_id": 160 + }, + "4224.01.186": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.86, Technik Gas", "arch_name": "1.86@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51570", - "roomcode": "4224.01.186", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51574", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51570, + "usage_id": 30 + }, + "4224.01.187": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.87, Technik", "arch_name": "1.87@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51574", - "roomcode": "4224.01.187", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51590", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51574, + "usage_id": 120 + }, + "4224.01.189": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.89, B\u00fcro", "arch_name": "1.89@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51590", - "roomcode": "4224.01.189", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51600", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51590, + "usage_id": 12 + }, + "4224.01.190": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.90, B\u00fcro/Sekretariat", "arch_name": "1.90@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51600", - "roomcode": "4224.01.190", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51749", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51600, + "usage_id": 12 + }, + "4224.01.191": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.91, Labor", "arch_name": "1.91@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51749", - "roomcode": "4224.01.191", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51763", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51749, + "usage_id": 102 + }, + "4224.01.192": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.92, Zellkultur S1", "arch_name": "1.92@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51763", - "roomcode": "4224.01.192", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51737", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51763, + "usage_id": 102 + }, + "4224.01.193": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.93, Labor S1", "arch_name": "1.93@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51737", - "roomcode": "4224.01.193", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51748", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51737, + "usage_id": 102 + }, + "4224.01.196": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.96, Flur", "arch_name": "1.96@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51748", - "roomcode": "4224.01.196", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51764", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51748, + "usage_id": 222 + }, + "4224.01.197": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.97, Flur", "arch_name": "1.97@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51764", - "roomcode": "4224.01.197", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51913", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51764, + "usage_id": 222 + }, + "4224.01.198": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "1.98, Steg", "arch_name": "1.98@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51913", - "roomcode": "4224.01.198", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52926", + "area_id": 42, + "building_id": 690, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51913, + "usage_id": 222 + }, + "4224.02.201": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.1, S1-Genlabor", "arch_name": "2.1@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52926", - "roomcode": "4224.02.201", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52942", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52926, + "usage_id": 102 + }, + "4224.02.202": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.2, S1-Genlabor", "arch_name": "2.2@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52942", - "roomcode": "4224.02.202", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53090", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52942, + "usage_id": 102 + }, + "4224.02.203": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.3, B\u00fcro", "arch_name": "2.3@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53090", - "roomcode": "4224.02.203", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53102", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53090, + "usage_id": 12 + }, + "4224.02.204": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.4, B\u00fcro", "arch_name": "2.4@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53102", - "roomcode": "4224.02.204", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53116", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53102, + "usage_id": 12 + }, + "4224.02.205": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.5, B\u00fcro", "arch_name": "2.5@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53116", - "roomcode": "4224.02.205", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53260", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53116, + "usage_id": 12 + }, + "4224.02.207": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.7, Technik allgemein", "arch_name": "2.7@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53260", - "roomcode": "4224.02.207", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53273", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53260, + "usage_id": 160 + }, + "4224.02.208": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.8, Gasflaschenlager", "arch_name": "2.8@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53273", - "roomcode": "4224.02.208", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53288", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53273, + "usage_id": 30 + }, + "4224.02.209": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.9, Technik elektrisch", "arch_name": "2.9@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53288", - "roomcode": "4224.02.209", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53293", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53288, + "usage_id": 160 + }, + "4224.02.210": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "210, Flur", "arch_name": "210@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53293", - "roomcode": "4224.02.210", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53439", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53293, + "usage_id": 222 + }, + "4224.02.210A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.10a, Flur", "arch_name": "2.10a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53439", - "roomcode": "4224.02.210A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53456", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53439, + "usage_id": 222 + }, + "4224.02.211": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.11, S1-Genlabor", "arch_name": "2.11@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53456", - "roomcode": "4224.02.211", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53603", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53456, + "usage_id": 102 + }, + "4224.02.212B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.12b, Zellkultur, S2-Genlabor", "arch_name": "2.12b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53603", - "roomcode": "4224.02.212B", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=69915", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53603, + "usage_id": 102 + }, + "4224.02.213": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.13, B\u00fcro", "arch_name": "2.13@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69915", - "roomcode": "4224.02.213", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53627", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69915, + "usage_id": 12 + }, + "4224.02.214": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.14, Technik", "arch_name": "2.14@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53627", - "roomcode": "4224.02.214", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53641", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53627, + "usage_id": 120 + }, + "4224.02.215": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.15, Agarose Gelelektrophorese", "arch_name": "2.15@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53641", - "roomcode": "4224.02.215", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53780", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53641, + "usage_id": 102 + }, + "4224.02.216": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.16, C. elegans, S1-Genlabor", "arch_name": "2.16@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53780", - "roomcode": "4224.02.216", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=53798", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53780, + "usage_id": 102 + }, + "4224.02.217": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.17, C.elegans Mikroskopie, S1-Genlabor", "arch_name": "2.17@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53798", - "roomcode": "4224.02.217", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51204", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53798, + "usage_id": 102 + }, + "4224.02.218": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51204", - "roomcode": "4224.02.218", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51218", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51204, + "usage_id": 102 + }, + "4224.02.220": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.20, S1-Genlabor", "arch_name": "2.20@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51218", - "roomcode": "4224.02.220", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51930", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51218, + "usage_id": 102 + }, + "4224.02.221": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.21, Umkleide", "arch_name": "2.21@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51930", - "roomcode": "4224.02.221", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51943", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51930, + "usage_id": 121 + }, + "4224.02.222": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.22, Ultratiefk\u00fchlraum/S1- Genlabor", "arch_name": "2.22@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51943", - "roomcode": "4224.02.222", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52080", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51943, + "usage_id": 199 + }, + "4224.02.223": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.23, Archiv/Lager (gem. Nutzung)", "arch_name": "2.23@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52080", - "roomcode": "4224.02.223", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52093", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52080, + "usage_id": 2 + }, + "4224.02.224A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52093", - "roomcode": "4224.02.224A", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52104", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52093, + "usage_id": 199 + }, + "4224.02.224B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.24b, Gefrierraum -20\u00b0C / S1-Genlabor", "arch_name": "2.24b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52104", - "roomcode": "4224.02.224B", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52247", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52104, + "usage_id": 199 + }, + "4224.02.225": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52247", - "roomcode": "4224.02.225", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52263", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52247, + "usage_id": 30 + }, + "4224.02.227": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.27, Technik", "arch_name": "2.27@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52263", - "roomcode": "4224.02.227", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52278", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52263, + "usage_id": 160 + }, + "4224.02.228": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.28, WC-Herren", "arch_name": "2.28@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52278", - "roomcode": "4224.02.228", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52427", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52278, + "usage_id": 115 + }, + "4224.02.229": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.29, Technik elektrisch", "arch_name": "2.29@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52427", - "roomcode": "4224.02.229", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52440", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52427, + "usage_id": 160 + }, + "4224.02.231": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.31, Treppenraum", "arch_name": "2.31@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52440", - "roomcode": "4224.02.231", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52460", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52440, + "usage_id": 223 + }, + "4224.02.232": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.32, Reinigungsmittelraum", "arch_name": "2.32@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52460", - "roomcode": "4224.02.232", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52605", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52460, + "usage_id": 205 + }, + "4224.02.233": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.33, WC-Damen", "arch_name": "2.33@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52605", - "roomcode": "4224.02.233", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=10153", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52605, + "usage_id": 116 + }, + "4224.02.234": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.34, Seminarraum 52 (WZWS52) (gem. Nutzung)", "arch_name": "2.34@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12642&cReadonly=J", - "extended": { - "additional_description": "2.34, Seminarraum 52 (WZWS52) (gem. Nutzung)", - "address": "Gregor-Mendel-Str. 2(4224), 2.Obergescho\u00df", - "architect_room_nr": "2.34@4224", - "area_m2": 50.16, - "building": "4224 ZIEL IV - Biowissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "234", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10153", - "roomcode": "4224.02.234", - "usage": 41 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52634", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 12642, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10153, + "usage_id": 41 + }, + "4224.02.235": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=50240&cRes=18619&cReadonly=J", - "list_index": "289", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52634", - "roomcode": "4224.02.235", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52785", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 18619, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52634, + "usage_id": 12 + }, + "4224.02.237": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.37, Sekretariat", "arch_name": "2.37@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52785", - "roomcode": "4224.02.237", - "usage": 40 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52799", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52785, + "usage_id": 40 + }, + "4224.02.238": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.38, B\u00fcro", "arch_name": "2.38@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=50240&cRes=20982&cReadonly=J", - "list_index": "291", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52799", - "roomcode": "4224.02.238", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52951", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 20982, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52799, + "usage_id": 12 + }, + "4224.02.240": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.40, Technik elektrisch", "arch_name": "2.40@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52951", - "roomcode": "4224.02.240", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52968", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52951, + "usage_id": 160 + }, + "4224.02.241": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.41, Technik Gas", "arch_name": "2.41@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52968", - "roomcode": "4224.02.241", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52977", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52968, + "usage_id": 30 + }, + "4224.02.242": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.42, Technik", "arch_name": "2.42@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52977", - "roomcode": "4224.02.242", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51778", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52977, + "usage_id": 120 + }, + "4224.02.243": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.43, Hochschulleitung Besprechung (gem. Nutzung)", "arch_name": "2.43@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18250&cReadonly=J", - "list_index": "295", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51778", - "roomcode": "4224.02.243", - "usage": 42 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51927", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 18250, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51778, + "usage_id": 42 + }, + "4224.02.244": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.44, B\u00fcro (gem. Nutzung)", "arch_name": "2.44@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51927", - "roomcode": "4224.02.244", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51939", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51927, + "usage_id": 12 + }, + "4224.02.247": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.47, B\u00fcro", "arch_name": "2.47@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51939", - "roomcode": "4224.02.247", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=51948", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51939, + "usage_id": 12 + }, + "4224.02.248": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.48, EDV / B\u00fcro", "arch_name": "2.48@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51948", - "roomcode": "4224.02.248", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52091", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51948, + "usage_id": 12 + }, + "4224.02.257": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.57, Technik", "arch_name": "2.57@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52091", - "roomcode": "4224.02.257", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52106", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52091, + "usage_id": 160 + }, + "4224.02.258": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.58, Technik Gas", "arch_name": "2.58@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52106", - "roomcode": "4224.02.258", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52249", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52106, + "usage_id": 30 + }, + "4224.02.259": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.59, Technik elektrisch", "arch_name": "2.59@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52249", - "roomcode": "4224.02.259", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52257", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52249, + "usage_id": 160 + }, + "4224.02.260": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.60, B\u00fcro", "arch_name": "2.60@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52257", - "roomcode": "4224.02.260", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52272", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52257, + "usage_id": 12 + }, + "4224.02.261": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.61, Imaging / S1-Genlabor", "arch_name": "2.61@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52272", - "roomcode": "4224.02.261", - "usage": 104 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52426", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52272, + "usage_id": 104 + }, + "4224.02.262": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.62, S1-Genlabor", "arch_name": "2.62@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52426", - "roomcode": "4224.02.262", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52442", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52426, + "usage_id": 103 + }, + "4224.02.263": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.63, Zellkultur / S2-Genlabor", "arch_name": "2.63@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52442", - "roomcode": "4224.02.263", - "usage": 166 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52455", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52442, + "usage_id": 166 + }, + "4224.02.264": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.64, Zellkultur/S2-Genlabor", "arch_name": "2.64@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52455", - "roomcode": "4224.02.264", - "usage": 166 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52604", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52455, + "usage_id": 166 + }, + "4224.02.265": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.65, S1-Genlabor", "arch_name": "2.65@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52604", - "roomcode": "4224.02.265", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52619", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52604, + "usage_id": 103 + }, + "4224.02.266": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.66, Flur", "arch_name": "2.66@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52619", - "roomcode": "4224.02.266", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52772", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52619, + "usage_id": 222 + }, + "4224.02.266A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.66a, Flur", "arch_name": "2.66a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52772", - "roomcode": "4224.02.266A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52788", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52772, + "usage_id": 222 + }, + "4224.02.267": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.67, WC-Herren", "arch_name": "2.67@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52788", - "roomcode": "4224.02.267", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52800", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52788, + "usage_id": 115 + }, + "4224.02.268": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.68, Technik", "arch_name": "2.68@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52800", - "roomcode": "4224.02.268", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=52910", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52800, + "usage_id": 160 + }, + "4224.02.270": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.70, Technik elektrisch", "arch_name": "2.70@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52910", - "roomcode": "4224.02.270", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46433", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52910, + "usage_id": 160 + }, + "4224.02.271": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.71, Treppenraum", "arch_name": "2.71@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46433", - "roomcode": "4224.02.271", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46448", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46433, + "usage_id": 223 + }, + "4224.02.272": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.72, WC-Damen", "arch_name": "2.72@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46448", - "roomcode": "4224.02.272", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46469", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46448, + "usage_id": 116 + }, + "4224.02.273": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.73, Reinigungsmittelraum", "arch_name": "2.73@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46469", - "roomcode": "4224.02.273", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46616", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46469, + "usage_id": 205 + }, + "4224.02.274": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.74/2.75, Chemikalienraum", "arch_name": "2.74/2.75@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46616", - "roomcode": "4224.02.274", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46632", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46616, + "usage_id": 132 + }, + "4224.02.276": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.76, Ger\u00e4telager", "arch_name": "2.76@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46632", - "roomcode": "4224.02.276", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46644", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46632, + "usage_id": 30 + }, + "4224.02.277": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.77, Lager 1", "arch_name": "2.77@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46644", - "roomcode": "4224.02.277", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46799", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46644, + "usage_id": 30 + }, + "4224.02.278": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.78, Gefrier-Ultratiefk\u00fchlraum/S1-Genlabor", "arch_name": "2.78@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46799", - "roomcode": "4224.02.278", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46812", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46799, + "usage_id": 199 + }, + "4224.02.279": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.79, Lager 2", "arch_name": "2.79@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46812", - "roomcode": "4224.02.279", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46826", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46812, + "usage_id": 30 + }, + "4224.02.280": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.80, Lager, Zentrifugen", "arch_name": "2.80@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46826", - "roomcode": "4224.02.280", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46835", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46826, + "usage_id": 30 + }, + "4224.02.281": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.81/2.82, Chemikalienraum", "arch_name": "2.81/2.82@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46835", - "roomcode": "4224.02.281", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46984", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46835, + "usage_id": 132 + }, + "4224.02.283": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.83, Lager 3 (Vorhalt K\u00fchlraum)", "arch_name": "2.83@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46984", - "roomcode": "4224.02.283", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46996", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46984, + "usage_id": 199 + }, + "4224.02.284B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.84b, Labor S2", "arch_name": "2.84b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46996", - "roomcode": "4224.02.284B", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47004", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46996, + "usage_id": 103 + }, + "4224.02.285": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47004", - "roomcode": "4224.02.285", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47016", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47004, + "usage_id": 103 + }, + "4224.02.286": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.86, Technik", "arch_name": "2.86@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47016", - "roomcode": "4224.02.286", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=44306", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47016, + "usage_id": 160 + }, + "4224.02.288": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.88, B\u00fcro", "arch_name": "2.88@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44306", - "roomcode": "4224.02.288", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=44316", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44306, + "usage_id": 12 + }, + "4224.02.289": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.89, B\u00fcro", "arch_name": "2.89@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44316", - "roomcode": "4224.02.289", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=44329", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44316, + "usage_id": 12 + }, + "4224.02.290": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.90, Technik elektrisch", "arch_name": "2.90@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44329", - "roomcode": "4224.02.290", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45166", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44329, + "usage_id": 160 + }, + "4224.02.291": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.91, Technik Gas", "arch_name": "2.91@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45166", - "roomcode": "4224.02.291", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45179", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45166, + "usage_id": 30 + }, + "4224.02.292": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.92, Technik", "arch_name": "2.92@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45179", - "roomcode": "4224.02.292", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45337", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45179, + "usage_id": 160 + }, + "4224.02.294": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.94, Sekretariat", "arch_name": "2.94@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45337", - "roomcode": "4224.02.294", - "usage": 40 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45353", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45337, + "usage_id": 40 + }, + "4224.02.296": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45353", - "roomcode": "4224.02.296", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=10999", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45353, + "usage_id": 12 + }, + "4224.02.298": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.98, Seminarraum 53 (WZWS53)", "arch_name": "2.98@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12541&cReadonly=J", - "extended": { - "additional_description": "2.98, Seminarraum 53 (WZWS53)", - "address": "Gregor-Mendel-Str. 2(4224), 2.Obergescho\u00df", - "architect_room_nr": "2.98@4224", - "area_m2": 70.94, - "building": "4224 ZIEL IV - Biowissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "298", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10999", - "roomcode": "4224.02.298", - "usage": 41 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45550", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 12541, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10999, + "usage_id": 41 + }, + "4224.02.299A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.99a, Empore West", "arch_name": "2.99a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45550", - "roomcode": "4224.02.299A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45703", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45550, + "usage_id": 222 + }, + "4224.02.299B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.99b, Empore Ost", "arch_name": "2.99b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45703", - "roomcode": "4224.02.299B", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=45724", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45703, + "usage_id": 222 + }, + "4224.02.299C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "2.99c, Steg", "arch_name": "2.99c@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45724", - "roomcode": "4224.02.299C", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=64302", + "area_id": 42, + "building_id": 690, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45724, + "usage_id": 222 + }, + "4224.DG.401": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "4.01, Technik West", "arch_name": "4.01@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64302", - "roomcode": "4224.DG.401", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=64303", + "area_id": 42, + "building_id": 690, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64302, + "usage_id": 120 + }, + "4224.DG.402": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "4.02, Technik Ost", "arch_name": "4.02@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64303", - "roomcode": "4224.DG.402", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=64304", + "area_id": 42, + "building_id": 690, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64303, + "usage_id": 120 + }, + "4224.DG.403": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "4.03, Treppenhaus West", "arch_name": "4.03@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64304", - "roomcode": "4224.DG.403", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=64305", + "area_id": 42, + "building_id": 690, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64304, + "usage_id": 223 + }, + "4224.DG.404": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "4.04, Treppenhaus Ost", "arch_name": "4.04@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64305", - "roomcode": "4224.DG.404", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=52939", + "area_id": 42, + "building_id": 690, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64305, + "usage_id": 223 + }, + "4224.EG.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.1, Studienraum", "arch_name": "0.1@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "extended": { - "additional_description": "0.1, Studienraum", - "address": "Gregor-Mendel-Str. 2(4224), Erdgescho\u00df", - "architect_room_nr": "0.1@4224", - "area_m2": 47.42, - "building": "4224 ZIEL IV - Biowissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52939", - "roomcode": "4224.EG.001", - "usage": 131 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53080", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52939, + "usage_id": 131 + }, + "4224.EG.002": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.2, B\u00fcro", "arch_name": "0.2@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53080", - "roomcode": "4224.EG.002", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53094", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53080, + "usage_id": 12 + }, + "4224.EG.002A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.2a, WC", "arch_name": "0.2a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53094", - "roomcode": "4224.EG.002A", - "usage": 114 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53103", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53094, + "usage_id": 114 + }, + "4224.EG.003": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.3, B\u00fcro/Probandenraum", "arch_name": "0.3@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53103", - "roomcode": "4224.EG.003", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53251", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53103, + "usage_id": 12 + }, + "4224.EG.003A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.3a, WC", "arch_name": "0.3a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53251", - "roomcode": "4224.EG.003A", - "usage": 114 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53270", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53251, + "usage_id": 114 + }, + "4224.EG.004": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.4, B\u00fcro/Probandenraum", "arch_name": "0.4@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53270", - "roomcode": "4224.EG.004", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53284", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53270, + "usage_id": 12 + }, + "4224.EG.004A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.4a, WC", "arch_name": "0.4a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53284", - "roomcode": "4224.EG.004A", - "usage": 114 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53433", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53284, + "usage_id": 114 + }, + "4224.EG.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.5, B\u00fcro/Probandenraum", "arch_name": "0.5@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53433", - "roomcode": "4224.EG.005", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53458", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53433, + "usage_id": 12 + }, + "4224.EG.005A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.5a, WC", "arch_name": "0.5a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53458", - "roomcode": "4224.EG.005A", - "usage": 114 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53605", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53458, + "usage_id": 114 + }, + "4224.EG.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.6, B\u00fcro Studienkoordinator", "arch_name": "0.6@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53605", - "roomcode": "4224.EG.006", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53616", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53605, + "usage_id": 12 + }, + "4224.EG.006A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.6a, WC", "arch_name": "0.6a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53616", - "roomcode": "4224.EG.006A", - "usage": 114 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53639", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53616, + "usage_id": 114 + }, + "4224.EG.007": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.7, Technik", "arch_name": "0.7@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53639", - "roomcode": "4224.EG.007", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53783", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53639, + "usage_id": 120 + }, + "4224.EG.008": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.8, Technik Gas", "arch_name": "0.8@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53783", - "roomcode": "4224.EG.008", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=53799", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53783, + "usage_id": 30 + }, + "4224.EG.009": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.9, Elektrische Versorgung", "arch_name": "0.9@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53799", - "roomcode": "4224.EG.009", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46902", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53799, + "usage_id": 160 + }, + "4224.EG.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.10, Flur", "arch_name": "0.10@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46902", - "roomcode": "4224.EG.010", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46922", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46902, + "usage_id": 222 + }, + "4224.EG.010A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.10a, Flur", "arch_name": "0.10a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46922", - "roomcode": "4224.EG.010A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=47075", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46922, + "usage_id": 222 + }, + "4224.EG.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47075", - "roomcode": "4224.EG.011", - "usage": 209 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=47094", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47075, + "usage_id": 209 + }, + "4224.EG.013": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.13, Autoklavenraum (gem. Nutzung)", "arch_name": "0.13@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47094", - "roomcode": "4224.EG.013", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44382", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47094, + "usage_id": 194 + }, + "4224.EG.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.15, Technik", "arch_name": "0.15@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44382", - "roomcode": "4224.EG.015", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44400", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44382, + "usage_id": 120 + }, + "4224.EG.016": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.16, Experimentierk\u00fcche", "arch_name": "0.16@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44400", - "roomcode": "4224.EG.016", - "usage": 28 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44415", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44400, + "usage_id": 28 + }, + "4224.EG.016A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.16a, Lager", "arch_name": "0.16a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44415", - "roomcode": "4224.EG.016A", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44570", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44415, + "usage_id": 30 + }, + "4224.EG.017": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.17, Sanit\u00e4tsraum + R\u00f6ntgen (Probanden)", "arch_name": "0.17@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44570", - "roomcode": "4224.EG.017", - "usage": 124 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44583", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44570, + "usage_id": 124 + }, + "4224.EG.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.18, Ruheraum", "arch_name": "0.18@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44583", - "roomcode": "4224.EG.018", - "usage": 178 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44603", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44583, + "usage_id": 178 + }, + "4224.EG.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44603", - "roomcode": "4224.EG.019", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44752", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44603, + "usage_id": 199 + }, + "4224.EG.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.20, Werkstatt / Lager (gem. Nutzung)", "arch_name": "0.20@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44752", - "roomcode": "4224.EG.020", - "usage": 51 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44784", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44752, + "usage_id": 51 + }, + "4224.EG.022": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.22, Lager Isotopenbereich (gem. Nutzung)", "arch_name": "0.22@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44784", - "roomcode": "4224.EG.022", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44929", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44784, + "usage_id": 30 + }, + "4224.EG.023": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.23, Technik", "arch_name": "0.23@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44929", - "roomcode": "4224.EG.023", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44951", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44929, + "usage_id": 160 + }, + "4224.EG.024": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.24, WC-Herren", "arch_name": "0.24@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44951", - "roomcode": "4224.EG.024", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45104", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44951, + "usage_id": 115 + }, + "4224.EG.025": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.25, Elektrische Versorgung", "arch_name": "0.25@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45104", - "roomcode": "4224.EG.025", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45115", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45104, + "usage_id": 160 + }, + "4224.EG.026": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.26, Aufzug", "arch_name": "0.26@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45115", - "roomcode": "4224.EG.026", - "usage": 4 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45119", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45115, + "usage_id": 4 + }, + "4224.EG.027": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.27, Treppenraum", "arch_name": "0.27@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45119", - "roomcode": "4224.EG.027", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45800", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45119, + "usage_id": 223 + }, + "4224.EG.028": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.28, Reinigungsmittelraum", "arch_name": "0.28@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45800", - "roomcode": "4224.EG.028", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45808", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45800, + "usage_id": 205 + }, + "4224.EG.029": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.29, WC-Damen", "arch_name": "0.29@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45808", - "roomcode": "4224.EG.029", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45821", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45808, + "usage_id": 116 + }, + "4224.EG.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45821", - "roomcode": "4224.EG.030", - "usage": 51 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45969", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45821, + "usage_id": 51 + }, + "4224.EG.031": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.31, Labor (ZIEL Nachwuchsgruppe)", "arch_name": "0.31@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45969", - "roomcode": "4224.EG.031", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45983", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45969, + "usage_id": 194 + }, + "4224.EG.032A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.32a, B\u00fcro (ZIEL Nachwuchsgruppe)", "arch_name": "0.32a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45983", - "roomcode": "4224.EG.032A", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46000", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45983, + "usage_id": 12 + }, + "4224.EG.032B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46000", - "roomcode": "4224.EG.032B", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46157", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46000, + "usage_id": 222 + }, + "4224.EG.032C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "032c, Schleuse zu 0.34", "arch_name": "032c@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46157", - "roomcode": "4224.EG.032C", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46170", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46157, + "usage_id": 105 + }, + "4224.EG.033": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.33, Labor (ZIEL Nachwuchsgruppe)", "arch_name": "0.33@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46170", - "roomcode": "4224.EG.033", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46190", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46170, + "usage_id": 103 + }, + "4224.EG.034": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.34, Isotopenlabor Radioaktiv", "arch_name": "0.34@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46190", - "roomcode": "4224.EG.034", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46345", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46190, + "usage_id": 103 + }, + "4224.EG.035": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.35, Technik elektrisch", "arch_name": "0.35@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46345", - "roomcode": "4224.EG.035", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46362", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46345, + "usage_id": 160 + }, + "4224.EG.036": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.36, Technik Gas", "arch_name": "0.36@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46362", - "roomcode": "4224.EG.036", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46371", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46362, + "usage_id": 30 + }, + "4224.EG.037": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.37, Technik", "arch_name": "0.37@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46371", - "roomcode": "4224.EG.037", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46524", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46371, + "usage_id": 120 + }, + "4224.EG.038": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.38, Studierende/B\u00fcro", "arch_name": "0.38@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46524", - "roomcode": "4224.EG.038", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46540", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46524, + "usage_id": 12 + }, + "4224.EG.039": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.39, Technik", "arch_name": "0.39@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46540", - "roomcode": "4224.EG.039", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46559", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46540, + "usage_id": 160 + }, + "4224.EG.040": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.40, Technik gas", "arch_name": "0.40@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46559", - "roomcode": "4224.EG.040", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46714", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46559, + "usage_id": 30 + }, + "4224.EG.041": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.41, Technik elektrisch", "arch_name": "0.41@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46714", - "roomcode": "4224.EG.041", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46732", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46714, + "usage_id": 160 + }, + "4224.EG.042": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.42, Auswertungslabor/B\u00fcro", "arch_name": "0.42@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46732", - "roomcode": "4224.EG.042", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46887", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46732, + "usage_id": 194 + }, + "4224.EG.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46887", - "roomcode": "4224.EG.043", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46422", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46887, + "usage_id": 103 + }, + "4224.EG.045": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.45, Protein- und Proteomlabor", "arch_name": "0.45@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46422", - "roomcode": "4224.EG.045", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46576", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46422, + "usage_id": 102 + }, + "4224.EG.045A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.45a, Autoklavenraum", "arch_name": "0.45a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46576", - "roomcode": "4224.EG.045A", - "usage": 209 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46591", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46576, + "usage_id": 209 + }, + "4224.EG.045B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.45b, Histologie-Labor", "arch_name": "0.45b@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46591", - "roomcode": "4224.EG.045B", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46746", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46591, + "usage_id": 102 + }, + "4224.EG.045C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.45c, Flur", "arch_name": "0.45c@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46746", - "roomcode": "4224.EG.045C", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46765", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46746, + "usage_id": 222 + }, + "4224.EG.046": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.46, Zellkultur-Labor, Molekularbiologie", "arch_name": "0.46@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46765", - "roomcode": "4224.EG.046", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46789", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46765, + "usage_id": 102 + }, + "4224.EG.047": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.47, Flur", "arch_name": "0.47@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46789", - "roomcode": "4224.EG.047", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46946", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46789, + "usage_id": 222 + }, + "4224.EG.047A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.47a, Flur", "arch_name": "0.47a@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46946", - "roomcode": "4224.EG.047A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46961", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46946, + "usage_id": 222 + }, + "4224.EG.048": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.48, WC-Herren", "arch_name": "0.48@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46961", - "roomcode": "4224.EG.048", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44429", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46961, + "usage_id": 115 + }, + "4224.EG.049": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.49, Technik", "arch_name": "0.49@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44429", - "roomcode": "4224.EG.049", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44452", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44429, + "usage_id": 160 + }, + "4224.EG.050": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.50, Aufzug", "arch_name": "0.50@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44452", - "roomcode": "4224.EG.050", - "usage": 4 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44468", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44452, + "usage_id": 4 + }, + "4224.EG.051": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.51, Elektrische Versorgung", "arch_name": "0.51@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44468", - "roomcode": "4224.EG.051", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44624", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44468, + "usage_id": 160 + }, + "4224.EG.052": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.52, Treppenraum", "arch_name": "0.52@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44624", - "roomcode": "4224.EG.052", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44648", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44624, + "usage_id": 223 + }, + "4224.EG.053": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.53, WC-Damen", "arch_name": "0.53@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44648", - "roomcode": "4224.EG.053", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44796", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44648, + "usage_id": 116 + }, + "4224.EG.054": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.54, Fotolabor/Dunkelkammer", "arch_name": "0.54@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44796", - "roomcode": "4224.EG.054", - "usage": 104 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44814", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44796, + "usage_id": 104 + }, + "4224.EG.055": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44814", - "roomcode": "4224.EG.055", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44828", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44814, + "usage_id": 132 + }, + "4224.EG.057": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.57, Ger\u00e4teraum (HPLC; Laser-Mikrodissektion)", "arch_name": "0.57@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44828", - "roomcode": "4224.EG.057", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44987", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44828, + "usage_id": 102 + }, + "4224.EG.058": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.58, Ger\u00e4teraum (Durchflusszytometer)", "arch_name": "0.58@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44987", - "roomcode": "4224.EG.058", - "usage": 172 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45150", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44987, + "usage_id": 172 + }, + "4224.EG.059": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.59, Tiefk\u00fchlschr\u00e4nke (-80\u00b0C)", "arch_name": "0.59@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45150", - "roomcode": "4224.EG.059", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45137", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45150, + "usage_id": 199 + }, + "4224.EG.060": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.60, Dunkelraum / Mikroskopierraum (Fluoreszenzmi", "arch_name": "0.60@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45137", - "roomcode": "4224.EG.060", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45287", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45137, + "usage_id": 102 + }, + "4224.EG.062": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45287", - "roomcode": "4224.EG.062", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45306", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45287, + "usage_id": 103 + }, + "4224.EG.064": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.64, Lager S1", "arch_name": "0.64@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45306", - "roomcode": "4224.EG.064", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45324", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45306, + "usage_id": 30 + }, + "4224.EG.065": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.65, B\u00fcro", "arch_name": "0.65@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45324", - "roomcode": "4224.EG.065", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45478", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45324, + "usage_id": 12 + }, + "4224.EG.066": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.66, S2-Labor", "arch_name": "0.66@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45478", - "roomcode": "4224.EG.066", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45498", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45478, + "usage_id": 194 + }, + "4224.EG.067": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.67, Technik", "arch_name": "0.67@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45498", - "roomcode": "4224.EG.067", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45652", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45498, + "usage_id": 160 + }, + "4224.EG.068": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.68, S2-Labor", "arch_name": "0.68@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45652", - "roomcode": "4224.EG.068", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45667", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45652, + "usage_id": 194 + }, + "4224.EG.069": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.69, S2-Labor", "arch_name": "0.69@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45667", - "roomcode": "4224.EG.069", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45691", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45667, + "usage_id": 194 + }, + "4224.EG.070": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.70, Zellkulturlabor S1", "arch_name": "0.70@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45691", - "roomcode": "4224.EG.070", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45851", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45691, + "usage_id": 194 + }, + "4224.EG.071": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.71, Technik elektrisch", "arch_name": "0.71@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45851", - "roomcode": "4224.EG.071", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45870", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45851, + "usage_id": 160 + }, + "4224.EG.072": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.72, Technik Gas", "arch_name": "0.72@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45870", - "roomcode": "4224.EG.072", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46026", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45870, + "usage_id": 30 + }, + "4224.EG.073": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.73, Technik", "arch_name": "0.73@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46026", - "roomcode": "4224.EG.073", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46046", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46026, + "usage_id": 160 + }, + "4224.EG.074": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.75, Sekretariat", "arch_name": "0.75@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46046", - "roomcode": "4224.EG.074", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=11185", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46046, + "usage_id": 12 + }, + "4224.EG.076": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.76, Besprechungsraum", "arch_name": "0.76@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": "tvKalender.wSicht?cOrg=15575&cRes=12542&cReadonly=J", - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=11185", - "roomcode": "4224.EG.076", - "usage": 196 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46212", + "area_id": 42, + "building_id": 690, + "calendar_resource_nr": 12542, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11185, + "usage_id": 196 + }, + "4224.EG.077": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.77, B\u00fcro", "arch_name": "0.77@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46212", - "roomcode": "4224.EG.077", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64677", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46212, + "usage_id": 12 + }, + "4224.EG.078": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.78, B\u00fcro", "arch_name": "0.78@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64677", - "roomcode": "4224.EG.078", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46239", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64677, + "usage_id": 12 + }, + "4224.EG.079": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.79, Molekularbiologie-Labor S1", "arch_name": "0.79@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46239", - "roomcode": "4224.EG.079", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46390", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46239, + "usage_id": 102 + }, + "4224.EG.090": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.90, BWS Foyer", "arch_name": "0.90@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46390", - "roomcode": "4224.EG.090", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46407", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46390, + "usage_id": 222 + }, + "4224.EG.091": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.91, Flur", "arch_name": "0.91@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46407", - "roomcode": "4224.EG.091", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=45787", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46407, + "usage_id": 222 + }, + "4224.EG.092": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "0.92, Flur", "arch_name": "0.92@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45787", - "roomcode": "4224.EG.092", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=47667", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45787, + "usage_id": 222 + }, + "4224.EG.093": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "093, Cafe", "arch_name": "093@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19699", - "operator": "[ TUZEIEL ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47667", - "roomcode": "4224.EG.093", - "usage": 44 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44622", + "area_id": 42, + "building_id": 690, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19699, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47667, + "usage_id": 44 + }, + "4224.U1.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 1, SPF-Tierhaltung", "arch_name": "UG 1@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44622", - "roomcode": "4224.U1.001", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44635", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44622, + "usage_id": 197 + }, + "4224.U1.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44635", - "roomcode": "4224.U1.002", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44642", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44635, + "usage_id": 105 + }, + "4224.U1.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44642", - "roomcode": "4224.U1.003", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44785", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44642, + "usage_id": 105 + }, + "4224.U1.004A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 4A, Technik / Fernmeldeverteiler", "arch_name": "UG 4A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44785", - "roomcode": "4224.U1.004A", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44798", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44785, + "usage_id": 160 + }, + "4224.U1.004B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 4B, Elektrische Versorgung", "arch_name": "UG 4B@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44798", - "roomcode": "4224.U1.004B", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44816", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44798, + "usage_id": 160 + }, + "4224.U1.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 5, Technik allgemein", "arch_name": "UG 5@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44816", - "roomcode": "4224.U1.005", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44963", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44816, + "usage_id": 160 + }, + "4224.U1.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 6, Technik/Lager", "arch_name": "UG 6@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44963", - "roomcode": "4224.U1.006", - "usage": 182 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44977", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44963, + "usage_id": 182 + }, + "4224.U1.007": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 7, Lager", "arch_name": "UG 7@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44977", - "roomcode": "4224.U1.007", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44992", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44977, + "usage_id": 30 + }, + "4224.U1.008": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 8, Neutraanlage", "arch_name": "UG 8@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44992", - "roomcode": "4224.U1.008", - "usage": 182 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45000", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44992, + "usage_id": 182 + }, + "4224.U1.009": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 9, Druckluftanlage", "arch_name": "UG 9@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45000", - "roomcode": "4224.U1.009", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45155", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45000, + "usage_id": 160 + }, + "4224.U1.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 10, Futtermittellager f\u00fcr SPF-Tierhaltung", "arch_name": "UG 10@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45155", - "roomcode": "4224.U1.010", - "usage": 168 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45170", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45155, + "usage_id": 168 + }, + "4224.U1.011": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 11, Technik allgemein", "arch_name": "UG 11@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45170", - "roomcode": "4224.U1.011", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45186", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45170, + "usage_id": 160 + }, + "4224.U1.012A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 12A, Trafostation XXIV", "arch_name": "UG 12A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45186", - "roomcode": "4224.U1.012A", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45331", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45186, + "usage_id": 160 + }, + "4224.U1.012B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 12B, Elektrische Versorgung", "arch_name": "UG 12B@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45331", - "roomcode": "4224.U1.012B", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45347", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45331, + "usage_id": 160 + }, + "4224.U1.013A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 13A, Trafostation XXIV", "arch_name": "UG 13A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45347", - "roomcode": "4224.U1.013A", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45363", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45347, + "usage_id": 160 + }, + "4224.U1.013B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 13B, Trafostation XXIV", "arch_name": "UG 13B@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45363", - "roomcode": "4224.U1.013B", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45511", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45363, + "usage_id": 160 + }, + "4224.U1.013C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 13C, Trafostation XXIV", "arch_name": "UG 13C@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45511", - "roomcode": "4224.U1.013C", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45519", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45511, + "usage_id": 160 + }, + "4224.U1.014": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 14, Lager f\u00fcr SPF-Tierhaltung", "arch_name": "UG 14@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45519", - "roomcode": "4224.U1.014", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45534", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45519, + "usage_id": 30 + }, + "4224.U1.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 15, Tierhaltung Fr\u00f6sche", "arch_name": "UG 15@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45534", - "roomcode": "4224.U1.015", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45546", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45534, + "usage_id": 197 + }, + "4224.U1.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45546", - "roomcode": "4224.U1.016", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45694", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45546, + "usage_id": 199 + }, + "4224.U1.017": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 17, Installation", "arch_name": "UG 17@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45694", - "roomcode": "4224.U1.017", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45707", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45694, + "usage_id": 120 + }, + "4224.U1.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 18, L\u00fcftung", "arch_name": "UG 18@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45707", - "roomcode": "4224.U1.018", - "usage": 32 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45716", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45707, + "usage_id": 32 + }, + "4224.U1.019": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 19, SPF-Tierhaltung, Keimfreie Tierhaltung", "arch_name": "UG 19@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49757", - "operator": "[ TUZEICF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45716", - "roomcode": "4224.U1.019", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=67716", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 49757, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45716, + "usage_id": 197 + }, + "4224.U1.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 20, SPF-Tierhaltung, Keimfreie Tierhaltung", "arch_name": "UG 20@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=49757", - "operator": "[ TUZEICF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67716", - "roomcode": "4224.U1.020", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45731", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 49757, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67716, + "usage_id": 197 + }, + "4224.U1.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49757", - "operator": "[ TUZEICF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45731", - "roomcode": "4224.U1.021", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45880", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 49757, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45731, + "usage_id": 30 + }, + "4224.U1.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45880", - "roomcode": "4224.U1.022", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45890", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45880, + "usage_id": 30 + }, + "4224.U1.023": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 23, Sonderm\u00fcll/brennbare Fl\u00fcssigkeiten", "arch_name": "UG 23@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45890", - "roomcode": "4224.U1.023", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45903", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45890, + "usage_id": 30 + }, + "4224.U1.024": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 24, Installation", "arch_name": "UG 24@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45903", - "roomcode": "4224.U1.024", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46063", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45903, + "usage_id": 120 + }, + "4224.U1.025": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 25, Elektrische Versorgung", "arch_name": "UG 25@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46063", - "roomcode": "4224.U1.025", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46075", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46063, + "usage_id": 160 + }, + "4224.U1.026": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 26, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "UG 26@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46075", - "roomcode": "4224.U1.026", - "usage": 201 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46091", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46075, + "usage_id": 201 + }, + "4224.U1.027": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 27, Installation", "arch_name": "UG 27@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46091", - "roomcode": "4224.U1.027", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46104", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46091, + "usage_id": 120 + }, + "4224.U1.028": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 28, Elektrische Versorgung", "arch_name": "UG 28@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46104", - "roomcode": "4224.U1.028", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46247", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46104, + "usage_id": 160 + }, + "4224.U1.029": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 29, L\u00fcftung Isotopen", "arch_name": "UG 29@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46247", - "roomcode": "4224.U1.029", - "usage": 182 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46260", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46247, + "usage_id": 182 + }, + "4224.U1.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46260", - "roomcode": "4224.U1.030", - "usage": 28 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46273", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46260, + "usage_id": 28 + }, + "4224.U1.031": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 31, SPF-Tierhaltung", "arch_name": "UG 31@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46273", - "roomcode": "4224.U1.031", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46429", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46273, + "usage_id": 197 + }, + "4224.U1.032": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 32, Installation", "arch_name": "UG 32@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46429", - "roomcode": "4224.U1.032", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46441", - "alt_name": "UG 33, SPF-Tierhaltung, Metabolisches Labor (gem. ", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46429, + "usage_id": 120 + }, + "4224.U1.033": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, + "alt_name": "UG 33, SPF-Tierhaltung, Metabolisches Labor (gem.", "arch_name": "UG 33@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15584", - "operator": "[ TUWZW4V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46441", - "roomcode": "4224.U1.033", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46455", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46441, + "usage_id": 197 + }, + "4224.U1.034": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 34, Behandlungsraum f\u00fcr SPF-Tierhaus", "arch_name": "UG 34@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46455", - "roomcode": "4224.U1.034", - "usage": 124 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46608", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46455, + "usage_id": 124 + }, + "4224.U1.035": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG35, Materialschleuse f\u00fcr SPF-Tierhaus", "arch_name": "UG35@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46608", - "roomcode": "4224.U1.035", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46619", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46608, + "usage_id": 105 + }, + "4224.U1.036": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 36, Fernsprechverteiler", "arch_name": "UG 36@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46619", - "roomcode": "4224.U1.036", - "usage": 202 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46630", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46619, + "usage_id": 202 + }, + "4224.U1.037": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 37, Installation", "arch_name": "UG 37@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46630", - "roomcode": "4224.U1.037", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46646", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46630, + "usage_id": 120 + }, + "4224.U1.038": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 38, Elektrische Versorgung", "arch_name": "UG 38@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46646", - "roomcode": "4224.U1.038", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46798", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46646, + "usage_id": 160 + }, + "4224.U1.039": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 39, WC-Behinderte", "arch_name": "UG 39@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46798", - "roomcode": "4224.U1.039", - "usage": 117 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46813", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46798, + "usage_id": 117 + }, + "4224.U1.040": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 40, Archiv", "arch_name": "UG 40@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=50240", - "operator": "[ TUWZA2B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46813", - "roomcode": "4224.U1.040", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46822", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 50240, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46813, + "usage_id": 2 + }, + "4224.U1.041": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 41, Archiv", "arch_name": "UG 41@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46822", - "roomcode": "4224.U1.041", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46977", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46822, + "usage_id": 2 + }, + "4224.U1.042": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 42, Technik", "arch_name": "UG 42@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46977", - "roomcode": "4224.U1.042", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46990", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46977, + "usage_id": 120 + }, + "4224.U1.043": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 43, Archiv/Lager", "arch_name": "UG 43@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15575", - "operator": "[ TUWZT6Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46990", - "roomcode": "4224.U1.043", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47005", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15575, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46990, + "usage_id": 30 + }, + "4224.U1.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47005", - "roomcode": "4224.U1.044", - "usage": 210 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47019", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47005, + "usage_id": 210 + }, + "4224.U1.045": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 45, WC-Behinderte", "arch_name": "UG 45@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47019", - "roomcode": "4224.U1.045", - "usage": 117 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44305", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47019, + "usage_id": 117 + }, + "4224.U1.046": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 46, Elektrische Versorgung", "arch_name": "UG 46@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44305", - "roomcode": "4224.U1.046", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44314", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44305, + "usage_id": 160 + }, + "4224.U1.047": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 47, Technik allgemein", "arch_name": "UG 47@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44314", - "roomcode": "4224.U1.047", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44331", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44314, + "usage_id": 160 + }, + "4224.U1.048": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 48, Technik Fernsprech", "arch_name": "UG 48@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44331", - "roomcode": "4224.U1.048", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44483", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44331, + "usage_id": 160 + }, + "4224.U1.049": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 49, Elektrische Versorgung", "arch_name": "UG 49@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44483", - "roomcode": "4224.U1.049", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44501", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44483, + "usage_id": 160 + }, + "4224.U1.050": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 50, Technik EDV Verteiler", "arch_name": "UG 50@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44501", - "roomcode": "4224.U1.050", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44511", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44501, + "usage_id": 160 + }, + "4224.U1.051": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 51, K\u00e4ltetechnik", "arch_name": "UG 51@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44511", - "roomcode": "4224.U1.051", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44663", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44511, + "usage_id": 120 + }, + "4224.U1.052": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 52, Lager PEM Keller", "arch_name": "UG 52@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=27799", - "operator": "[ TUMEER2 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44663", - "roomcode": "4224.U1.052", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44677", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 27799, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44663, + "usage_id": 30 + }, + "4224.U1.053": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 53, Lager", "arch_name": "UG 53@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26867", - "operator": "[ TUZEIA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44677", - "roomcode": "4224.U1.053", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44692", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26867, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44677, + "usage_id": 30 + }, + "4224.U1.054": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 54, M\u00f6bellager (gem. Nutzung)", "arch_name": "UG 54@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44692", - "roomcode": "4224.U1.054", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44701", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44692, + "usage_id": 30 + }, + "4224.U1.055": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 55, Treppenraum", "arch_name": "UG 55@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44701", - "roomcode": "4224.U1.055", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44841", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44701, + "usage_id": 223 + }, + "4224.U1.055A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 55A, Treppenraum", "arch_name": "UG 55A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44841", - "roomcode": "4224.U1.055A", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44854", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44841, + "usage_id": 223 + }, + "4224.U1.056": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 56, Aufzug", "arch_name": "UG 56@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44854", - "roomcode": "4224.U1.056", - "usage": 4 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44863", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44854, + "usage_id": 4 + }, + "4224.U1.057": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 57, Umkleide-Herren", "arch_name": "UG 57@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44863", - "roomcode": "4224.U1.057", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45193", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44863, + "usage_id": 121 + }, + "4224.U1.058A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 58A, Schleuse", "arch_name": "UG 58A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45193", - "roomcode": "4224.U1.058A", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45211", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45193, + "usage_id": 105 + }, + "4224.U1.058B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 58B, WC-Herren", "arch_name": "UG 58B@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45211", - "roomcode": "4224.U1.058B", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45223", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45211, + "usage_id": 115 + }, + "4224.U1.058C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 58C, Waschraum-Herren", "arch_name": "UG 58C@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45223", - "roomcode": "4224.U1.058C", - "usage": 210 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45230", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45223, + "usage_id": 210 + }, + "4224.U1.058D": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 58D, Dusche-Herren", "arch_name": "UG 58D@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45230", - "roomcode": "4224.U1.058D", - "usage": 113 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45751", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45230, + "usage_id": 113 + }, + "4224.U1.059A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 59A, Schleuse", "arch_name": "UG 59A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45751", - "roomcode": "4224.U1.059A", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45768", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45751, + "usage_id": 105 + }, + "4224.U1.059B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 59B, WC-Damen", "arch_name": "UG 59B@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45768", - "roomcode": "4224.U1.059B", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45373", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45768, + "usage_id": 116 + }, + "4224.U1.059C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 59C, Waschraum Damen", "arch_name": "UG 59C@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45373", - "roomcode": "4224.U1.059C", - "usage": 210 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45404", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45373, + "usage_id": 210 + }, + "4224.U1.060": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 60, Umkleide-Damen", "arch_name": "UG 60@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45404", - "roomcode": "4224.U1.060", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45012", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45404, + "usage_id": 121 + }, + "4224.U1.061": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 61, Podest mit Treppenl\u00e4ufen", "arch_name": "UG 61@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45012", - "roomcode": "4224.U1.061", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45029", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45012, + "usage_id": 223 + }, + "4224.U1.061A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 61A, Treppenraum", "arch_name": "UG 61A@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45029", - "roomcode": "4224.U1.061A", - "usage": 223 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45053", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45029, + "usage_id": 223 + }, + "4224.U1.062": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 62, Aufzug", "arch_name": "UG 62@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45053", - "roomcode": "4224.U1.062", - "usage": 4 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45573", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45053, + "usage_id": 4 + }, + "4224.U1.063": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 63, SPF-Tierhaltung Quarant\u00e4ne", "arch_name": "UG 63@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45573", - "roomcode": "4224.U1.063", - "usage": 197 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45590", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45573, + "usage_id": 197 + }, + "4224.U1.064": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45590", - "roomcode": "4224.U1.064", - "usage": 194 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52734", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45590, + "usage_id": 194 + }, + "4224.U1.066": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52734", - "roomcode": "4224.U1.066", - "usage": 105 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52751", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52734, + "usage_id": 105 + }, + "4224.U1.068": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52751", - "roomcode": "4224.U1.068", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52769", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52751, + "usage_id": 30 + }, + "4224.U1.069": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 69, Flur", "arch_name": "UG 69@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52769", - "roomcode": "4224.U1.069", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52921", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52769, + "usage_id": 222 + }, + "4224.U1.070": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG 70, Flur", "arch_name": "UG 70@4224", - "b_area_id": 42, - "b_filter_id": 690, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52921", - "roomcode": "4224.U1.070", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63880", + "area_id": 42, + "building_id": 690, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52921, + "usage_id": 222 + }, + "4225.01.201": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.01, Treppenhaus 1 Ost", "arch_name": "O.01@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63880", - "roomcode": "4225.01.201", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=70479", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63880, + "usage_id": 223 + }, + "4225.01.201A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.01.1, Aufzugsschacht", "arch_name": "O.01.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70479", - "roomcode": "4225.01.201A", - "usage": 195 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63881", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70479, + "usage_id": 195 + }, + "4225.01.202": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63881", - "roomcode": "4225.01.202", - "usage": 44 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63882", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63881, + "usage_id": 44 + }, + "4225.01.203": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63882", - "roomcode": "4225.01.203", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63647", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63882, + "usage_id": 222 + }, + "4225.01.204": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.04, B\u00fcro", "arch_name": "O.04@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63647", - "roomcode": "4225.01.204", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63648", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63647, + "usage_id": 12 + }, + "4225.01.205": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.05, B\u00fcro", "arch_name": "O.05@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63648", - "roomcode": "4225.01.205", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63649", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63648, + "usage_id": 12 + }, + "4225.01.206": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.06, Archiv/ Lager", "arch_name": "O.06@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63649", - "roomcode": "4225.01.206", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63650", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63649, + "usage_id": 12 + }, + "4225.01.207": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.07, B\u00fcro", "arch_name": "O.07@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63650", - "roomcode": "4225.01.207", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63651", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63650, + "usage_id": 12 + }, + "4225.01.208": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.08, B\u00fcro", "arch_name": "O.08@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63651", - "roomcode": "4225.01.208", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63652", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63651, + "usage_id": 12 + }, + "4225.01.209": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.09, B\u00fcro", "arch_name": "O.09@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63652", - "roomcode": "4225.01.209", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63654", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63652, + "usage_id": 12 + }, + "4225.01.211": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.11, Sekretariat (gem. Nutzung 1110021400)", "arch_name": "O.11@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63654", - "roomcode": "4225.01.211", - "usage": 40 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63655", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63654, + "usage_id": 40 + }, + "4225.01.212": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.12, B\u00fcro", "arch_name": "O.12@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63655", - "roomcode": "4225.01.212", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63883", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63655, + "usage_id": 12 + }, + "4225.01.213A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.13.1, WC-Damen Vorraum", "arch_name": "O.13.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63883", - "roomcode": "4225.01.213A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63884", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63883, + "usage_id": 118 + }, + "4225.01.213B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.13.2, WC-Damen", "arch_name": "O.13.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63884", - "roomcode": "4225.01.213B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63885", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63884, + "usage_id": 116 + }, + "4225.01.214A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.14.1, WC-Herren Vorraum", "arch_name": "O.14.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63885", - "roomcode": "4225.01.214A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63886", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63885, + "usage_id": 118 + }, + "4225.01.214B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.14.2, WC-Herren", "arch_name": "O.14.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63886", - "roomcode": "4225.01.214B", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63887", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63886, + "usage_id": 115 + }, + "4225.01.215A": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63887", - "roomcode": "4225.01.215A", - "usage": 110 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63656", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63887, + "usage_id": 110 + }, + "4225.01.215B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.15.2, Elektroverteilung", "arch_name": "O.15.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63656", - "roomcode": "4225.01.215B", - "usage": 160 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63657", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63656, + "usage_id": 160 + }, + "4225.01.216": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.16, B\u00fcro", "arch_name": "O.16@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63657", - "roomcode": "4225.01.216", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63658", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63657, + "usage_id": 12 + }, + "4225.01.217": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.17, B\u00fcro", "arch_name": "O.17@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63658", - "roomcode": "4225.01.217", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63659", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63658, + "usage_id": 12 + }, + "4225.01.218": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.18, B\u00fcro", "arch_name": "O.18@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63659", - "roomcode": "4225.01.218", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63660", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63659, + "usage_id": 12 + }, + "4225.01.219": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.19, B\u00fcro", "arch_name": "O.19@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63660", - "roomcode": "4225.01.219", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63661", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63660, + "usage_id": 12 + }, + "4225.01.220": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.20, B\u00fcro", "arch_name": "O.20@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63661", - "roomcode": "4225.01.220", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63665", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63661, + "usage_id": 12 + }, + "4225.01.224": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.23, Backlabor 2", "arch_name": "O.23@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63665", - "roomcode": "4225.01.224", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63667", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63665, + "usage_id": 194 + }, + "4225.01.226": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.25, HPLC (gem. Nutzung 1603001100)", "arch_name": "O.25@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63667", - "roomcode": "4225.01.226", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63888", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63667, + "usage_id": 194 + }, + "4225.01.227": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63888", - "roomcode": "4225.01.227", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63668", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63888, + "usage_id": 222 + }, + "4225.01.228": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.28, B\u00fcro", "arch_name": "O.28@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63668", - "roomcode": "4225.01.228", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63672", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63668, + "usage_id": 12 + }, + "4225.01.232": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.32, HLPC (gem. Nutzung 1110021400; 1124301050)", "arch_name": "O.32@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63672", - "roomcode": "4225.01.232", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63674", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63672, + "usage_id": 194 + }, + "4225.01.234": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.34, Labor (gem. Nutzung 1603001100; 1110021400)", "arch_name": "O.34@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63674", - "roomcode": "4225.01.234", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63889", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63674, + "usage_id": 194 + }, + "4225.01.235": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63889", - "roomcode": "4225.01.235", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63890", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63889, + "usage_id": 222 + }, + "4225.01.236": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.36, Treppenhaus 2 West", "arch_name": "O.36@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63890", - "roomcode": "4225.01.236", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63891", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63890, + "usage_id": 223 + }, + "4225.01.237": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.37, Chem. Labor", "arch_name": "O.37@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63891", - "roomcode": "4225.01.237", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63677", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63891, + "usage_id": 102 + }, + "4225.01.238": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.38, Messraum, S\u00fcd, Fenster", "arch_name": "O.38@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63677", - "roomcode": "4225.01.238", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63678", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63677, + "usage_id": 103 + }, + "4225.01.239": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.39, Messraum, S\u00fcd, DZ", "arch_name": "O.39@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63678", - "roomcode": "4225.01.239", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63679", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63678, + "usage_id": 103 + }, + "4225.01.240": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.40, Messraum, Nord, Fenster", "arch_name": "O.40@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63679", - "roomcode": "4225.01.240", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63680", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63679, + "usage_id": 103 + }, + "4225.01.241": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.41, Messraum, Nord, DZ", "arch_name": "O.41@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63680", - "roomcode": "4225.01.241", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63805", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63680, + "usage_id": 103 + }, + "4225.01.242": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.42, Chem. Labor", "arch_name": "O.42@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63805", - "roomcode": "4225.01.242", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63681", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63805, + "usage_id": 102 + }, + "4225.01.243A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.43.1, Elektroverteilung", "arch_name": "O.43.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63681", - "roomcode": "4225.01.243A", - "usage": 160 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63682", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63681, + "usage_id": 160 + }, + "4225.01.243B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.43.2, LRZ-Knoten", "arch_name": "O.43.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63682", - "roomcode": "4225.01.243B", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63892", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63682, + "usage_id": 120 + }, + "4225.01.244A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.44.1, WC-Herren Vorraum", "arch_name": "O.44.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63892", - "roomcode": "4225.01.244A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63893", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63892, + "usage_id": 118 + }, + "4225.01.244B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.44.2, WC-Herren", "arch_name": "O.44.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63893", - "roomcode": "4225.01.244B", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63895", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63893, + "usage_id": 115 + }, + "4225.01.245B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.45.2, WC-Damen", "arch_name": "O.45.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63895", - "roomcode": "4225.01.245B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63896", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63895, + "usage_id": 116 + }, + "4225.01.246": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63896", - "roomcode": "4225.01.246", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63897", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63896, + "usage_id": 222 + }, + "4225.01.246A": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63897", - "roomcode": "4225.01.246A", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63898", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63897, + "usage_id": 222 + }, + "4225.01.247": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.47, Chem. Labor", "arch_name": "O.47@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63898", - "roomcode": "4225.01.247", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=70476", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63898, + "usage_id": 102 + }, + "4225.01.247A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.47A, Ger\u00e4te 3", "arch_name": "O.47A@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70476", - "roomcode": "4225.01.247A", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63683", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70476, + "usage_id": 120 + }, + "4225.01.248": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.48, Messraum, West, Fenster", "arch_name": "O.48@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63683", - "roomcode": "4225.01.248", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63684", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63683, + "usage_id": 194 + }, + "4225.01.249": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.49, Messraum", "arch_name": "O.49@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15579", - "operator": "[ TUWZQ9I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63684", - "roomcode": "4225.01.249", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63685", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63684, + "usage_id": 194 + }, + "4225.01.250": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.50, B\u00fcro", "arch_name": "O.50@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63685", - "roomcode": "4225.01.250", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63686", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63685, + "usage_id": 12 + }, + "4225.01.251": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.51, Messraum, Ost, DZ", "arch_name": "O.51@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63686", - "roomcode": "4225.01.251", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63899", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63686, + "usage_id": 103 + }, + "4225.01.252": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.52, Chem. Labor", "arch_name": "O.52@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63899", - "roomcode": "4225.01.252", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63900", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63899, + "usage_id": 102 + }, + "4225.01.253": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.53, Sensorik (gem. Nutzung 1110021400;1603001100", "arch_name": "O.53@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63900", - "roomcode": "4225.01.253", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63687", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63900, + "usage_id": 102 + }, + "4225.01.254": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.54, K\u00fchlraum", "arch_name": "O.54@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63687", - "roomcode": "4225.01.254", - "usage": 199 - }, - { - "address": "Lise-Meitner-Str. 34, 1.OG", - "address_link": "ris.einzelraum?raumkey=63894", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63687, + "usage_id": 199 + }, + "4225.01.254A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "O.45.1, WC-Damen Vorraum", "arch_name": "O.45.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63894", - "roomcode": "4225.01.254A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63858", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63894, + "usage_id": 118 + }, + "4225.EG.101A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.01.1, Aufzug", "arch_name": "E.01.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63858", - "roomcode": "4225.EG.101A", - "usage": 4 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63857", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63858, + "usage_id": 4 + }, + "4225.EG.101B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.01.2, Treppenhaus 1", "arch_name": "E.01.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63857", - "roomcode": "4225.EG.101B", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63859", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63857, + "usage_id": 223 + }, + "4225.EG.102": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63859", - "roomcode": "4225.EG.102", - "usage": 44 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63860", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63859, + "usage_id": 44 + }, + "4225.EG.103": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.03, Eingangshalle", "arch_name": "E.03@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63860", - "roomcode": "4225.EG.103", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63713", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63860, + "usage_id": 222 + }, + "4225.EG.104": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.04, Windfang", "arch_name": "E.04@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63713", - "roomcode": "4225.EG.104", - "usage": 52 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63861", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63713, + "usage_id": 52 + }, + "4225.EG.105": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63861", - "roomcode": "4225.EG.105", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63714", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63861, + "usage_id": 222 + }, + "4225.EG.106": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.06, Verwaltung/Einkauf", "arch_name": "E.06@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63714", - "roomcode": "4225.EG.106", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63718", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63714, + "usage_id": 12 + }, + "4225.EG.110": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.10, Sekretariat", "arch_name": "E.10@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63718", - "roomcode": "4225.EG.110", - "usage": 40 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63719", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63718, + "usage_id": 40 + }, + "4225.EG.111": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.11, Verwaltungsleitung", "arch_name": "E.11@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63719", - "roomcode": "4225.EG.111", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63862", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63719, + "usage_id": 12 + }, + "4225.EG.112A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.12.1, WC-Damen Vorraum", "arch_name": "E.12.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63862", - "roomcode": "4225.EG.112A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63863", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63862, + "usage_id": 118 + }, + "4225.EG.112B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.12.2, WC-Damen", "arch_name": "E.12.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63863", - "roomcode": "4225.EG.112B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63864", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63863, + "usage_id": 116 + }, + "4225.EG.113A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.13.1, WC-Herren Vorraum", "arch_name": "E.13.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63864", - "roomcode": "4225.EG.113A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63865", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63864, + "usage_id": 118 + }, + "4225.EG.113B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.13.2, WC-Herren", "arch_name": "E.13.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63865", - "roomcode": "4225.EG.113B", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63866", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63865, + "usage_id": 115 + }, + "4225.EG.114A": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63866", - "roomcode": "4225.EG.114A", - "usage": 110 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63720", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63866, + "usage_id": 110 + }, + "4225.EG.114B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.14.2, Elektroverteilung", "arch_name": "E.14.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63720", - "roomcode": "4225.EG.114B", - "usage": 160 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63721", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63720, + "usage_id": 160 + }, + "4225.EG.115": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.15, Verwaltung/Personal", "arch_name": "E.15@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63721", - "roomcode": "4225.EG.115", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63722", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63721, + "usage_id": 12 + }, + "4225.EG.116": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.16, Verwaltung/Drittmittel", "arch_name": "E.16@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63722", - "roomcode": "4225.EG.116", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63723", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63722, + "usage_id": 12 + }, + "4225.EG.117": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.17, B\u00fcro", "arch_name": "E.17@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63723", - "roomcode": "4225.EG.117", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63725", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63723, + "usage_id": 12 + }, + "4225.EG.119": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.19, B\u00fcro", "arch_name": "E.19@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63725", - "roomcode": "4225.EG.119", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63726", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63725, + "usage_id": 12 + }, + "4225.EG.120": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.20, GC-MS", "arch_name": "E.20@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63726", - "roomcode": "4225.EG.120", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63727", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63726, + "usage_id": 194 + }, + "4225.EG.121": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.21, GC-MS", "arch_name": "E.21@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63727", - "roomcode": "4225.EG.121", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63728", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63727, + "usage_id": 194 + }, + "4225.EG.122": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.22, GC-MS", "arch_name": "E.22@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63728", - "roomcode": "4225.EG.122", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63729", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63728, + "usage_id": 194 + }, + "4225.EG.123": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.23, Destillation", "arch_name": "E.23@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63729", - "roomcode": "4225.EG.123", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63867", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63729, + "usage_id": 102 + }, + "4225.EG.124": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63867", - "roomcode": "4225.EG.124", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63730", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63867, + "usage_id": 222 + }, + "4225.EG.125": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.25, \u00d6ffentlichkeitsarbeit", "arch_name": "E.25@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63730", - "roomcode": "4225.EG.125", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63731", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63730, + "usage_id": 12 + }, + "4225.EG.126": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.26, B\u00fcro (gem. Nutzung 1110021400)", "arch_name": "E.26@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63731", - "roomcode": "4225.EG.126", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63732", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63731, + "usage_id": 12 + }, + "4225.EG.127": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.27, GC-MS", "arch_name": "E.27@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63732", - "roomcode": "4225.EG.127", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63733", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63732, + "usage_id": 194 + }, + "4225.EG.128": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.28, GC-MS", "arch_name": "E.28@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63733", - "roomcode": "4225.EG.128", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63734", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63733, + "usage_id": 194 + }, + "4225.EG.129": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.29, GC-O", "arch_name": "E.29@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63734", - "roomcode": "4225.EG.129", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63736", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63734, + "usage_id": 194 + }, + "4225.EG.131": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.31, GC-O", "arch_name": "E.31@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63736", - "roomcode": "4225.EG.131", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63868", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63736, + "usage_id": 194 + }, + "4225.EG.132": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63868", - "roomcode": "4225.EG.132", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63869", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63868, + "usage_id": 222 + }, + "4225.EG.133": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.33, Treppenhaus 2 West", "arch_name": "E.33@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63869", - "roomcode": "4225.EG.133", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63870", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63869, + "usage_id": 223 + }, + "4225.EG.134": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.34, Labor", "arch_name": "E.34@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63870", - "roomcode": "4225.EG.134", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63737", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63870, + "usage_id": 102 + }, + "4225.EG.135": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.35, Nebenraum", "arch_name": "E.35@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63737", - "roomcode": "4225.EG.135", - "usage": 136 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63738", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63737, + "usage_id": 136 + }, + "4225.EG.136": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.36, K\u00fchlschr\u00e4nke", "arch_name": "E.36@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63738", - "roomcode": "4225.EG.136", - "usage": 18 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63741", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63738, + "usage_id": 18 + }, + "4225.EG.140A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.40.1, Elektroverteilung", "arch_name": "E.40.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63741", - "roomcode": "4225.EG.140A", - "usage": 160 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63872", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63741, + "usage_id": 160 + }, + "4225.EG.141A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.41.1, WC-Herren Vorraum", "arch_name": "E.41.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63872", - "roomcode": "4225.EG.141A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63873", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63872, + "usage_id": 118 + }, + "4225.EG.141B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.41.2, WC-Herren", "arch_name": "E.41.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63873", - "roomcode": "4225.EG.141B", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63874", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63873, + "usage_id": 115 + }, + "4225.EG.142A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.42.1, WC-Damen Vorraum", "arch_name": "E.42.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63874", - "roomcode": "4225.EG.142A", - "usage": 118 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63875", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63874, + "usage_id": 118 + }, + "4225.EG.142B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.42.2, WC-Damen", "arch_name": "E.42.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63875", - "roomcode": "4225.EG.142B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63876", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63875, + "usage_id": 116 + }, + "4225.EG.143": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63876", - "roomcode": "4225.EG.143", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63644", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63876, + "usage_id": 222 + }, + "4225.EG.147": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.47, Nebenraum", "arch_name": "E.47@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63644", - "roomcode": "4225.EG.147", - "usage": 136 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63645", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63644, + "usage_id": 136 + }, + "4225.EG.148": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.48, PCR-Raum", "arch_name": "E.48@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63645", - "roomcode": "4225.EG.148", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63878", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63645, + "usage_id": 194 + }, + "4225.EG.149": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.49, Labor", "arch_name": "E.49@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63878", - "roomcode": "4225.EG.149", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63879", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63878, + "usage_id": 102 + }, + "4225.EG.150": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.50, Zellkultur", "arch_name": "E.50@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63879", - "roomcode": "4225.EG.150", - "usage": 102 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=63646", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63879, + "usage_id": 102 + }, + "4225.EG.151": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "E.51, K\u00fchlraum", "arch_name": "E.51@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63646", - "roomcode": "4225.EG.151", - "usage": 199 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=70482", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63646, + "usage_id": 199 + }, + "4225.EG.156": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "05, Lager (gem. Nutzung 1110021400)", "arch_name": "05@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70482", - "roomcode": "4225.EG.156", - "usage": 215 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=70477", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70482, + "usage_id": 215 + }, + "4225.EG.156A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "05A, Abfallsammelstelle 1", "arch_name": "05A@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70477", - "roomcode": "4225.EG.156A", - "usage": 218 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=70483", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70477, + "usage_id": 218 + }, + "4225.EG.157": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "06, Fahrradunterstand", "arch_name": "06@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70483", - "roomcode": "4225.EG.157", - "usage": 218 - }, - { - "address": "Lise-Meitner-Str. 34, EG", - "address_link": "ris.einzelraum?raumkey=70478", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70483, + "usage_id": 218 + }, + "4225.EG.159": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "08, Abfallsammelstelle 2", "arch_name": "08@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70478", - "roomcode": "4225.EG.159", - "usage": 218 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63844", + "area_id": 138, + "building_id": 1467, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70478, + "usage_id": 218 + }, + "4225.U1.001A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.01.1, Aufzugsschacht", "arch_name": "U.01.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63844", - "roomcode": "4225.U1.001A", - "usage": 195 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63845", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63844, + "usage_id": 195 + }, + "4225.U1.001B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.01.2, Treppenhaus 1 Ost", "arch_name": "U.01.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63845", - "roomcode": "4225.U1.001B", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63846", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63845, + "usage_id": 223 + }, + "4225.U1.002": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63846", - "roomcode": "4225.U1.002", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63688", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63846, + "usage_id": 222 + }, + "4225.U1.003": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.03, Lager K\u00fchl-/Gefrierschr\u00e4nke", "arch_name": "U.03@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63688", - "roomcode": "4225.U1.003", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63689", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63688, + "usage_id": 30 + }, + "4225.U1.004": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.04, VE-Wasser", "arch_name": "U.04@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63689", - "roomcode": "4225.U1.004", - "usage": 182 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63690", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63689, + "usage_id": 182 + }, + "4225.U1.005": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.05, Hausanschlussraum", "arch_name": "U.05@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63690", - "roomcode": "4225.U1.005", - "usage": 160 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63691", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63690, + "usage_id": 160 + }, + "4225.U1.006": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.06, Elektrische Versorgung", "arch_name": "U.06@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63691", - "roomcode": "4225.U1.006", - "usage": 160 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63692", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63691, + "usage_id": 160 + }, + "4225.U1.007": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.07, Druckluftanlage", "arch_name": "U.07@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63692", - "roomcode": "4225.U1.007", - "usage": 32 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63693", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63692, + "usage_id": 32 + }, + "4225.U1.008": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.08, Heizungsraum", "arch_name": "U.08@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63693", - "roomcode": "4225.U1.008", - "usage": 201 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=69173", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63693, + "usage_id": 201 + }, + "4225.U1.009": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.09, WC-Damen", "arch_name": "U.09@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69173", - "roomcode": "4225.U1.009", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63847", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69173, + "usage_id": 116 + }, + "4225.U1.009A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.09.1, Umkleide-Damen", "arch_name": "U.09.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63847", - "roomcode": "4225.U1.009A", - "usage": 121 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63848", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63847, + "usage_id": 121 + }, + "4225.U1.009B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.09.2, Waschraum-Damen", "arch_name": "U.09.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63848", - "roomcode": "4225.U1.009B", - "usage": 210 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=69150", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63848, + "usage_id": 210 + }, + "4225.U1.010": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.10, WC-Herren", "arch_name": "U.10@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69150", - "roomcode": "4225.U1.010", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63849", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69150, + "usage_id": 115 + }, + "4225.U1.010A": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.10.1, Umkleide-Herren", "arch_name": "U.10.1@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63849", - "roomcode": "4225.U1.010A", - "usage": 121 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63850", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63849, + "usage_id": 121 + }, + "4225.U1.010B": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.10.2, Waschraum-Herren", "arch_name": "U.10.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63850", - "roomcode": "4225.U1.010B", - "usage": 210 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63694", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63850, + "usage_id": 210 + }, + "4225.U1.011": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.11, Gefriertrocknung (gem. Nutzung 1110021400;1", "arch_name": "U.11@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63694", - "roomcode": "4225.U1.011", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63696", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63694, + "usage_id": 30 + }, + "4225.U1.013": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63696", - "roomcode": "4225.U1.013", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63697", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63696, + "usage_id": 30 + }, + "4225.U1.014": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63697", - "roomcode": "4225.U1.014", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63699", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63697, + "usage_id": 2 + }, + "4225.U1.016": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.16, Archiv", "arch_name": "U.16@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=16301", - "operator": "[ TUPE000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63699", - "roomcode": "4225.U1.016", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63700", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63699, + "usage_id": 30 + }, + "4225.U1.017": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63700", - "roomcode": "4225.U1.017", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63701", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63700, + "usage_id": 222 + }, + "4225.U1.018": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.18, Treppenhaus 2", "arch_name": "U.18@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63701", - "roomcode": "4225.U1.018", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63852", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63701, + "usage_id": 223 + }, + "4225.U1.020": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.20, Ger\u00e4te 2 / Neutralisationsanlage", "arch_name": "U.20@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63852", - "roomcode": "4225.U1.020", - "usage": 184 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63704", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63852, + "usage_id": 184 + }, + "4225.U1.023": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.23, Labor", "arch_name": "U.23@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63704", - "roomcode": "4225.U1.023", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63853", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63704, + "usage_id": 194 + }, + "4225.U1.024": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.24, B\u00fcro", "arch_name": "U.24@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63853", - "roomcode": "4225.U1.024", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63854", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63853, + "usage_id": 12 + }, + "4225.U1.025": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.25, Messraum", "arch_name": "U.25@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63854", - "roomcode": "4225.U1.025", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63705", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63854, + "usage_id": 103 + }, + "4225.U1.026": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.26, B\u00fcro", "arch_name": "U.26@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63705", - "roomcode": "4225.U1.026", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63706", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63705, + "usage_id": 12 + }, + "4225.U1.027": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.27, Messraum", "arch_name": "U.27@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63706", - "roomcode": "4225.U1.027", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63707", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63706, + "usage_id": 103 + }, + "4225.U1.028": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.28, Labor", "arch_name": "U.28@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=54717", - "operator": "[ TUS4P1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63707", - "roomcode": "4225.U1.028", - "usage": 194 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63708", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 54717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63707, + "usage_id": 194 + }, + "4225.U1.029": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63708", - "roomcode": "4225.U1.029", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=63711", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63708, + "usage_id": 222 + }, + "4225.U1.034": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.29.2, Maschinenraum", "arch_name": "U.29.2@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63711", - "roomcode": "4225.U1.034", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 34, 1.UG", - "address_link": "ris.einzelraum?raumkey=69223", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63711, + "usage_id": 120 + }, + "4225.U1.036": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "alt_name": "U.29.3, Reinigungsmittelraum", "arch_name": "U.29.3@4225", - "b_area_id": 138, - "b_filter_id": 1467, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69223", - "roomcode": "4225.U1.036", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64358", + "area_id": 138, + "building_id": 1467, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69223, + "usage_id": 205 + }, + "4226.01.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 01, Besprechungsraum", "arch_name": "1.OG 01@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=26446&cReadonly=J", - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64358", - "roomcode": "4226.01.001", - "usage": 196 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64357", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 26446, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64358, + "usage_id": 196 + }, + "4226.01.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64357", - "roomcode": "4226.01.002", - "usage": 44 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64356", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64357, + "usage_id": 44 + }, + "4226.01.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64356", - "roomcode": "4226.01.003", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64359", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64356, + "usage_id": 12 + }, + "4226.01.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64359", - "roomcode": "4226.01.004", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64360", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64359, + "usage_id": 12 + }, + "4226.01.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 05, Sekretariat (EIT-Food)", "arch_name": "1.OG 05@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64360", - "roomcode": "4226.01.005", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64361", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64360, + "usage_id": 12 + }, + "4226.01.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 06, Leitung (EIT-Food)", "arch_name": "1.OG 06@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64361", - "roomcode": "4226.01.006", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64362", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64361, + "usage_id": 12 + }, + "4226.01.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64362", - "roomcode": "4226.01.007", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64363", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64362, + "usage_id": 12 + }, + "4226.01.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64363", - "roomcode": "4226.01.008", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64364", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64363, + "usage_id": 12 + }, + "4226.01.009": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 09, B\u00fcro / TT", "arch_name": "1.OG 09@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64364", - "roomcode": "4226.01.009", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64386", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64364, + "usage_id": 12 + }, + "4226.01.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 10, Analytik", "arch_name": "1.OG 10@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64386", - "roomcode": "4226.01.010", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64384", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64386, + "usage_id": 102 + }, + "4226.01.011": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 11, Labornebenraum", "arch_name": "1.OG 11@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64384", - "roomcode": "4226.01.011", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64387", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64384, + "usage_id": 102 + }, + "4226.01.012": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG12, Labor (Lee-Lab)", "arch_name": "1.OG12@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15569", - "operator": "[ TUWZX6V ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64387", - "roomcode": "4226.01.012", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64388", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64387, + "usage_id": 102 + }, + "4226.01.013": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 13, Labor", "arch_name": "1.OG 13@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64388", - "roomcode": "4226.01.013", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64389", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64388, + "usage_id": 102 + }, + "4226.01.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15558", - "operator": "[ TUWZP9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64389", - "roomcode": "4226.01.014", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64378", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15558, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64389, + "usage_id": 102 + }, + "4226.01.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 15, Technikschacht 2", "arch_name": "1.OG 15@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64378", - "roomcode": "4226.01.015", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64391", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64378, + "usage_id": 120 + }, + "4226.01.016": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 16, Labor", "arch_name": "1.OG 16@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64391", - "roomcode": "4226.01.016", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64392", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64391, + "usage_id": 102 + }, + "4226.01.017": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 17, Lager (gem. Nutzung)", "arch_name": "1.OG 17@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64392", - "roomcode": "4226.01.017", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64374", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64392, + "usage_id": 30 + }, + "4226.01.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 18, WC-Damen", "arch_name": "1.OG 18@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64374", - "roomcode": "4226.01.018", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64375", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64374, + "usage_id": 116 + }, + "4226.01.019": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 19, WC-Herren", "arch_name": "1.OG 19@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64375", - "roomcode": "4226.01.019", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64394", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64375, + "usage_id": 115 + }, + "4226.01.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 20, Flur", "arch_name": "1.OG 20@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64394", - "roomcode": "4226.01.020", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64762", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64394, + "usage_id": 222 + }, + "4226.01.021": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 21, Flur", "arch_name": "1.OG 21@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64762", - "roomcode": "4226.01.021", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64395", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64762, + "usage_id": 222 + }, + "4226.01.022": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 22, Flur", "arch_name": "1.OG 22@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64395", - "roomcode": "4226.01.022", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64393", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64395, + "usage_id": 222 + }, + "4226.01.023": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 23, Treppenhaus Ost", "arch_name": "1.OG 23@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64393", - "roomcode": "4226.01.023", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64409", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64393, + "usage_id": 222 + }, + "4226.01.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64409", - "roomcode": "4226.01.024", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64379", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64409, + "usage_id": 102 + }, + "4226.01.025": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 25, Technikschacht 4", "arch_name": "1.OG 25@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64379", - "roomcode": "4226.01.025", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64380", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64379, + "usage_id": 120 + }, + "4226.01.026": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 26, Technikschacht 1", "arch_name": "1.OG 26@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64380", - "roomcode": "4226.01.026", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64396", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64380, + "usage_id": 120 + }, + "4226.01.027": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 27, Flur", "arch_name": "1.OG 27@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64396", - "roomcode": "4226.01.027", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64383", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64396, + "usage_id": 222 + }, + "4226.01.028": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 28, Technikschacht 3", "arch_name": "1.OG 28@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64383", - "roomcode": "4226.01.028", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64397", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64383, + "usage_id": 120 + }, + "4226.01.029": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 29, Seminarraum", "arch_name": "1.OG 29@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=31972&cReadonly=J", - "extended": { - "additional_description": "1.OG 29, Seminarraum", - "address": "Gregor-Mendel-Str. 4(4226), 1.Obergescho\u00df", - "architect_room_nr": "1.OG 29@4226", - "area_m2": 57.76, - "building": "4226 iGZW intern.Getr\u00e4nkewissenschaftliches Z", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "029", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64397", - "roomcode": "4226.01.029", - "usage": 41 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64381", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 31972, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64397, + "usage_id": 41 + }, + "4226.01.030": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 30, Technikschacht 6", "arch_name": "1.OG 30@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64381", - "roomcode": "4226.01.030", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64398", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64381, + "usage_id": 120 + }, + "4226.01.031": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 31, Treppenhaus West", "arch_name": "1.OG 31@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64398", - "roomcode": "4226.01.031", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64365", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64398, + "usage_id": 222 + }, + "4226.01.032": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 32, Sozialraum", "arch_name": "1.OG 32@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64365", - "roomcode": "4226.01.032", - "usage": 44 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64366", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64365, + "usage_id": 44 + }, + "4226.01.033": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 33, B\u00fcro", "arch_name": "1.OG 33@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64366", - "roomcode": "4226.01.033", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64367", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64366, + "usage_id": 12 + }, + "4226.01.034": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 34, B\u00fcro", "arch_name": "1.OG 34@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64367", - "roomcode": "4226.01.034", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64368", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64367, + "usage_id": 12 + }, + "4226.01.035": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 35, B\u00fcro", "arch_name": "1.OG 35@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64368", - "roomcode": "4226.01.035", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64369", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64368, + "usage_id": 12 + }, + "4226.01.036": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 36, B\u00fcro", "arch_name": "1.OG 36@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64369", - "roomcode": "4226.01.036", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64370", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64369, + "usage_id": 12 + }, + "4226.01.037": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 37, B\u00fcro", "arch_name": "1.OG 37@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64370", - "roomcode": "4226.01.037", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64371", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64370, + "usage_id": 12 + }, + "4226.01.038": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 38, B\u00fcro", "arch_name": "1.OG 38@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64371", - "roomcode": "4226.01.038", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64372", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64371, + "usage_id": 12 + }, + "4226.01.039": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 39, B\u00fcro", "arch_name": "1.OG 39@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64372", - "roomcode": "4226.01.039", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64373", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64372, + "usage_id": 12 + }, + "4226.01.040": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 40, B\u00fcro", "arch_name": "1.OG 40@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64373", - "roomcode": "4226.01.040", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64399", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64373, + "usage_id": 12 + }, + "4226.01.041": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 41, Labor", "arch_name": "1.OG 41@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64399", - "roomcode": "4226.01.041", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64400", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64399, + "usage_id": 102 + }, + "4226.01.042": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 42, Labor", "arch_name": "1.OG 42@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64400", - "roomcode": "4226.01.042", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64401", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64400, + "usage_id": 102 + }, + "4226.01.043": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 43, Labor", "arch_name": "1.OG 43@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64401", - "roomcode": "4226.01.043", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64402", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64401, + "usage_id": 102 + }, + "4226.01.044": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 44, Labor", "arch_name": "1.OG 44@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64402", - "roomcode": "4226.01.044", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64403", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64402, + "usage_id": 102 + }, + "4226.01.045": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 45, Labor", "arch_name": "1.OG 45@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64403", - "roomcode": "4226.01.045", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64404", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64403, + "usage_id": 102 + }, + "4226.01.046": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 46, Labor", "arch_name": "1.OG 46@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64404", - "roomcode": "4226.01.046", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64382", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64404, + "usage_id": 102 + }, + "4226.01.047": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 47, Technikschacht 5", "arch_name": "1.OG 47@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64382", - "roomcode": "4226.01.047", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64405", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64382, + "usage_id": 120 + }, + "4226.01.048": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 48, Labor", "arch_name": "1.OG 48@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64405", - "roomcode": "4226.01.048", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64406", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64405, + "usage_id": 102 + }, + "4226.01.049": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 49, Lager", "arch_name": "1.OG 49@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64406", - "roomcode": "4226.01.049", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64377", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64406, + "usage_id": 30 + }, + "4226.01.050": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 50, WC-Damen", "arch_name": "1.OG 50@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64377", - "roomcode": "4226.01.050", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64376", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64377, + "usage_id": 116 + }, + "4226.01.051": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 51, WC-Herren", "arch_name": "1.OG 51@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64376", - "roomcode": "4226.01.051", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64407", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64376, + "usage_id": 115 + }, + "4226.01.052": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 52, Flur", "arch_name": "1.OG 52@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64407", - "roomcode": "4226.01.052", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=64408", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64407, + "usage_id": 222 + }, + "4226.01.053": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.OG 53, Flur", "arch_name": "1.OG 53@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64408", - "roomcode": "4226.01.053", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64410", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64408, + "usage_id": 222 + }, + "4226.02.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 01, B\u00fcro", "arch_name": "2.OG 01@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=26447&cReadonly=J", - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64410", - "roomcode": "4226.02.001", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64411", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 26447, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64410, + "usage_id": 12 + }, + "4226.02.002": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 02, B\u00fcro", "arch_name": "2.OG 02@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64411", - "roomcode": "4226.02.002", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64412", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64411, + "usage_id": 12 + }, + "4226.02.003": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 03, B\u00fcro", "arch_name": "2.OG 03@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64412", - "roomcode": "4226.02.003", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64413", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64412, + "usage_id": 12 + }, + "4226.02.004": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 04, B\u00fcro", "arch_name": "2.OG 04@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64413", - "roomcode": "4226.02.004", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64414", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64413, + "usage_id": 12 + }, + "4226.02.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 05, B\u00fcro", "arch_name": "2.OG 05@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64414", - "roomcode": "4226.02.005", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64415", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64414, + "usage_id": 12 + }, + "4226.02.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 06, B\u00fcro", "arch_name": "2.OG 06@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64415", - "roomcode": "4226.02.006", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64416", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64415, + "usage_id": 12 + }, + "4226.02.007": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 07, B\u00fcro", "arch_name": "2.OG 07@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64416", - "roomcode": "4226.02.007", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64417", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64416, + "usage_id": 12 + }, + "4226.02.008": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 08, B\u00fcro", "arch_name": "2.OG 08@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64417", - "roomcode": "4226.02.008", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64418", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64417, + "usage_id": 12 + }, + "4226.02.009": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 09, B\u00fcro", "arch_name": "2.OG 09@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64418", - "roomcode": "4226.02.009", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64431", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64418, + "usage_id": 12 + }, + "4226.02.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 10, Labor", "arch_name": "2.OG 10@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64431", - "roomcode": "4226.02.010", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64432", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64431, + "usage_id": 102 + }, + "4226.02.011": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 11, Labor", "arch_name": "2.OG 11@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64432", - "roomcode": "4226.02.011", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64433", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64432, + "usage_id": 102 + }, + "4226.02.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64433", - "roomcode": "4226.02.012", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64434", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64433, + "usage_id": 102 + }, + "4226.02.013": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 13, Labor - Molekularbiologie", "arch_name": "2.OG 13@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33492&cReadonly=J", - "list_index": "171", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64434", - "roomcode": "4226.02.013", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64445", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33492, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64434, + "usage_id": 102 + }, + "4226.02.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64445", - "roomcode": "4226.02.014", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64446", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64445, + "usage_id": 30 + }, + "4226.02.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 15, Labor - Zellkultur", "arch_name": "2.OG 15@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33493&cReadonly=J", - "list_index": "173", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64446", - "roomcode": "4226.02.015", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64452", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33493, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64446, + "usage_id": 102 + }, + "4226.02.016": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 16, Technikschacht 2", "arch_name": "2.OG 16@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64452", - "roomcode": "4226.02.016", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64447", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64452, + "usage_id": 120 + }, + "4226.02.017": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 17, Sp\u00fclk\u00fcche", "arch_name": "2.OG 17@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64447", - "roomcode": "4226.02.017", - "usage": 28 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64444", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64447, + "usage_id": 28 + }, + "4226.02.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 18, Lager", "arch_name": "2.OG 18@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64444", - "roomcode": "4226.02.018", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64427", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64444, + "usage_id": 30 + }, + "4226.02.019": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 19, WC-Damen", "arch_name": "2.OG 19@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64427", - "roomcode": "4226.02.019", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64428", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64427, + "usage_id": 116 + }, + "4226.02.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 20, WC-Herren", "arch_name": "2.OG 20@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64428", - "roomcode": "4226.02.020", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64459", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64428, + "usage_id": 115 + }, + "4226.02.021": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 21, Flur", "arch_name": "2.OG 21@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64459", - "roomcode": "4226.02.021", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64460", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64459, + "usage_id": 222 + }, + "4226.02.022": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 22, Flur", "arch_name": "2.OG 22@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64460", - "roomcode": "4226.02.022", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64461", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64460, + "usage_id": 222 + }, + "4226.02.023": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 23, Flur", "arch_name": "2.OG 23@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64461", - "roomcode": "4226.02.023", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64457", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64461, + "usage_id": 222 + }, + "4226.02.024": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 24, Treppenhaus Ost", "arch_name": "2.OG 24@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64457", - "roomcode": "4226.02.024", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=67114", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64457, + "usage_id": 222 + }, + "4226.02.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67114", - "roomcode": "4226.02.025", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64451", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67114, + "usage_id": 102 + }, + "4226.02.025A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64451", - "roomcode": "4226.02.025A", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64450", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64451, + "usage_id": 102 + }, + "4226.02.025B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 25B, Technikum - Hochdruck", "arch_name": "2.OG 25B@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33494&cReadonly=J", - "list_index": "185", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64450", - "roomcode": "4226.02.025B", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64449", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33494, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64450, + "usage_id": 102 + }, + "4226.02.025C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 25C, Technikum - Lebensmittel", "arch_name": "2.OG 25C@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64449", - "roomcode": "4226.02.025C", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64448", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64449, + "usage_id": 102 + }, + "4226.02.025D": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 25D, Analytik - Elektrophorese", "arch_name": "2.OG 25D@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64448", - "roomcode": "4226.02.025D", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64494", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64448, + "usage_id": 102 + }, + "4226.02.026": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 26, Technikschacht 4", "arch_name": "2.OG 26@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64494", - "roomcode": "4226.02.026", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64453", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64494, + "usage_id": 120 + }, + "4226.02.027": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 27, Technikschacht 1", "arch_name": "2.OG 27@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64453", - "roomcode": "4226.02.027", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64462", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64453, + "usage_id": 120 + }, + "4226.02.028": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 28, Flur", "arch_name": "2.OG 28@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64462", - "roomcode": "4226.02.028", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64454", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64462, + "usage_id": 222 + }, + "4226.02.029": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 29, Technikschacht 3", "arch_name": "2.OG 29@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64454", - "roomcode": "4226.02.029", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64435", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64454, + "usage_id": 120 + }, + "4226.02.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "extended": { - "additional_description": "2.OG 30, Seminarraum (gem. Nutzung 1124302020)", - "address": "Gregor-Mendel-Str. 4(4226), 2.Obergescho\u00df", - "architect_room_nr": "2.OG 30@4226", - "area_m2": 58.0, - "building": "4226 iGZW intern.Getr\u00e4nkewissenschaftliches Z", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "030", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64435", - "roomcode": "4226.02.030", - "usage": 41 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64456", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64435, + "usage_id": 41 + }, + "4226.02.031": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 31, Technikschacht 6", "arch_name": "2.OG 31@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64456", - "roomcode": "4226.02.031", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64458", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64456, + "usage_id": 120 + }, + "4226.02.032": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 32, Treppenhaus West", "arch_name": "2.OG 32@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64458", - "roomcode": "4226.02.032", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64419", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64458, + "usage_id": 222 + }, + "4226.02.033": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64419", - "roomcode": "4226.02.033", - "usage": 44 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64420", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64419, + "usage_id": 44 + }, + "4226.02.034": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 34, B\u00fcro - DoktorandInnen", "arch_name": "2.OG 34@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64420", - "roomcode": "4226.02.034", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64421", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64420, + "usage_id": 12 + }, + "4226.02.035": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 35, B\u00fcro", "arch_name": "2.OG 35@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64421", - "roomcode": "4226.02.035", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64422", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64421, + "usage_id": 12 + }, + "4226.02.036": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 36, B\u00fcro - DoktorandInnen", "arch_name": "2.OG 36@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33497&cReadonly=J", - "list_index": "198", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64422", - "roomcode": "4226.02.036", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64423", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33497, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64422, + "usage_id": 12 + }, + "4226.02.037": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 37, B\u00fcro", "arch_name": "2.OG 37@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33498&cReadonly=J", - "list_index": "199", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64423", - "roomcode": "4226.02.037", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64424", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33498, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64423, + "usage_id": 12 + }, + "4226.02.038": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 38, B\u00fcro - DoktorandInnen", "arch_name": "2.OG 38@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33499&cReadonly=J", - "list_index": "200", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64424", - "roomcode": "4226.02.038", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64425", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33499, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64424, + "usage_id": 12 + }, + "4226.02.040": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 40, Sekretariat", "arch_name": "2.OG 40@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33500&cReadonly=J", - "list_index": "201", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64425", - "roomcode": "4226.02.040", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64426", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33500, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64425, + "usage_id": 12 + }, + "4226.02.041": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 41, B\u00fcro - Leitung", "arch_name": "2.OG 41@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33501&cReadonly=J", - "list_index": "202", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64426", - "roomcode": "4226.02.041", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64439", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33501, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64426, + "usage_id": 12 + }, + "4226.02.042": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 42, Labor - Mikrobiologie - Schimmelpilze", "arch_name": "2.OG 42@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64439", - "roomcode": "4226.02.042", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64438", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64439, + "usage_id": 102 + }, + "4226.02.043": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 43, Labor - Biochemie", "arch_name": "2.OG 43@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64438", - "roomcode": "4226.02.043", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64437", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64438, + "usage_id": 102 + }, + "4226.02.044": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 44, Labor - Mikrobiologie - Fermentation", "arch_name": "2.OG 44@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33495&cReadonly=J", - "list_index": "205", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64437", - "roomcode": "4226.02.044", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64436", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33495, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64437, + "usage_id": 102 + }, + "4226.02.045": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 45, Labor - Mikrobiologie - Anaerobier", "arch_name": "2.OG 45@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=33496&cReadonly=J", - "list_index": "206", - "op_link": "webnav.navigate_to?corg=53957", - "operator": "[ TUS4C6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64436", - "roomcode": "4226.02.045", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64440", - "alt_name": "2.OG 46, Zentrifugen - Brutschr\u00e4nke (gem. Nutzung ", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 33496, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64436, + "usage_id": 102 + }, + "4226.02.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64440", - "roomcode": "4226.02.046", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64441", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64440, + "usage_id": 102 + }, + "4226.02.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64441", - "roomcode": "4226.02.047", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64455", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64441, + "usage_id": 102 + }, + "4226.02.048": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 48, Technikschacht 5", "arch_name": "2.OG 48@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64455", - "roomcode": "4226.02.048", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64442", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64455, + "usage_id": 120 + }, + "4226.02.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64442", - "roomcode": "4226.02.049", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64443", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64442, + "usage_id": 102 + }, + "4226.02.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64443", - "roomcode": "4226.02.050", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64429", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64443, + "usage_id": 30 + }, + "4226.02.051": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 51, WC-Damen", "arch_name": "2.OG 51@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64429", - "roomcode": "4226.02.051", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64430", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64429, + "usage_id": 116 + }, + "4226.02.052": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 52, WC-Herren", "arch_name": "2.OG 52@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64430", - "roomcode": "4226.02.052", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64464", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64430, + "usage_id": 115 + }, + "4226.02.053": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 53, Flur", "arch_name": "2.OG 53@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64464", - "roomcode": "4226.02.053", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=64463", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64464, + "usage_id": 222 + }, + "4226.02.054": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.OG 54, Flur", "arch_name": "2.OG 54@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64463", - "roomcode": "4226.02.054", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64465", + "area_id": 42, + "building_id": 1160, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64463, + "usage_id": 222 + }, + "4226.03.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 01, Konferenzraum IGZW", "arch_name": "DG 01@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=25521&cReadonly=J", - "list_index": "216", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64465", - "roomcode": "4226.03.001", - "usage": 142 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64765", + "area_id": 42, + "building_id": 1160, + "calendar_resource_nr": 25521, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 128, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64465, + "usage_id": 142 + }, + "4226.03.001A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 01a, Konferenzraum Schankfl\u00e4che", "arch_name": "DG 01a@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64765", - "roomcode": "4226.03.001A", - "usage": 202 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64466", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 128, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64765, + "usage_id": 202 + }, + "4226.03.002": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 02, Treppenhaus Ost", "arch_name": "DG 02@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64466", - "roomcode": "4226.03.002", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64467", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64466, + "usage_id": 222 + }, + "4226.03.003": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 03, Treppenhaus West", "arch_name": "DG 03@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64467", - "roomcode": "4226.03.003", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64468", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64467, + "usage_id": 222 + }, + "4226.03.004": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 04, WC-Damen", "arch_name": "DG 04@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64468", - "roomcode": "4226.03.004", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64469", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64468, + "usage_id": 116 + }, + "4226.03.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 05, WC-Herren", "arch_name": "DG 05@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64469", - "roomcode": "4226.03.005", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64471", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64469, + "usage_id": 115 + }, + "4226.03.005A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 05a, Reinigungsmittelraum", "arch_name": "DG 05a@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64471", - "roomcode": "4226.03.005A", - "usage": 205 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64472", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64471, + "usage_id": 205 + }, + "4226.03.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 06, Technikschachtzentrale West", "arch_name": "DG 06@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64472", - "roomcode": "4226.03.006", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64473", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64472, + "usage_id": 120 + }, + "4226.03.007": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 07, Technikschachtzentrale Ost", "arch_name": "DG 07@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64473", - "roomcode": "4226.03.007", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=64470", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64473, + "usage_id": 120 + }, + "4226.03.008": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "DG 08, Stuhllager", "arch_name": "DG 08@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64470", - "roomcode": "4226.03.008", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64306", + "area_id": 42, + "building_id": 1160, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64470, + "usage_id": 30 + }, + "4226.EG.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 01, B\u00fcro", "arch_name": "EG 01@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64306", - "roomcode": "4226.EG.001", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64307", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64306, + "usage_id": 12 + }, + "4226.EG.002": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 02, B\u00fcro", "arch_name": "EG 02@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64307", - "roomcode": "4226.EG.002", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64308", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64307, + "usage_id": 12 + }, + "4226.EG.003": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 03, B\u00fcro", "arch_name": "EG 03@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64308", - "roomcode": "4226.EG.003", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64309", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64308, + "usage_id": 12 + }, + "4226.EG.004": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 04, B\u00fcro", "arch_name": "EG 04@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64309", - "roomcode": "4226.EG.004", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64310", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64309, + "usage_id": 12 + }, + "4226.EG.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 05, B\u00fcro", "arch_name": "EG 05@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64310", - "roomcode": "4226.EG.005", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64318", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64310, + "usage_id": 12 + }, + "4226.EG.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 06, Sozialraum", "arch_name": "EG 06@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64318", - "roomcode": "4226.EG.006", - "usage": 44 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64311", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64318, + "usage_id": 44 + }, + "4226.EG.007": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 07, B\u00fcro", "arch_name": "EG 07@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64311", - "roomcode": "4226.EG.007", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64312", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64311, + "usage_id": 12 + }, + "4226.EG.008": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 08, B\u00fcro", "arch_name": "EG 08@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64312", - "roomcode": "4226.EG.008", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64319", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64312, + "usage_id": 12 + }, + "4226.EG.009": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 09, Labor", "arch_name": "EG 09@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64319", - "roomcode": "4226.EG.009", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64320", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64319, + "usage_id": 102 + }, + "4226.EG.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 10, Labor", "arch_name": "EG 10@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64320", - "roomcode": "4226.EG.010", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64321", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64320, + "usage_id": 102 + }, + "4226.EG.011": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 11, Labor", "arch_name": "EG 11@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64321", - "roomcode": "4226.EG.011", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64322", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64321, + "usage_id": 102 + }, + "4226.EG.012": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 12, Labor", "arch_name": "EG 12@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64322", - "roomcode": "4226.EG.012", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64323", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64322, + "usage_id": 102 + }, + "4226.EG.013": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 13, Labor", "arch_name": "EG 13@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64323", - "roomcode": "4226.EG.013", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64324", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64323, + "usage_id": 102 + }, + "4226.EG.014": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 14, Labor", "arch_name": "EG 14@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64324", - "roomcode": "4226.EG.014", - "usage": 102 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64325", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64324, + "usage_id": 102 + }, + "4226.EG.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 15, Technikschacht 2", "arch_name": "EG 15@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64325", - "roomcode": "4226.EG.015", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64326", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64325, + "usage_id": 120 + }, + "4226.EG.016": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG16, Lager", "arch_name": "EG16@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64326", - "roomcode": "4226.EG.016", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64327", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64326, + "usage_id": 30 + }, + "4226.EG.017": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 17, Lager", "arch_name": "EG 17@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64327", - "roomcode": "4226.EG.017", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64328", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64327, + "usage_id": 30 + }, + "4226.EG.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 18, WC-Damen", "arch_name": "EG 18@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64328", - "roomcode": "4226.EG.018", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64329", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64328, + "usage_id": 116 + }, + "4226.EG.019": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 19, WC-Herren", "arch_name": "EG 19@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64329", - "roomcode": "4226.EG.019", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64330", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64329, + "usage_id": 115 + }, + "4226.EG.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 20, Flur", "arch_name": "EG 20@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64330", - "roomcode": "4226.EG.020", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64331", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64330, + "usage_id": 222 + }, + "4226.EG.021": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 21, Flur", "arch_name": "EG 21@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64331", - "roomcode": "4226.EG.021", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64332", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64331, + "usage_id": 222 + }, + "4226.EG.022": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 22, Flur Treppenhaus Ost", "arch_name": "EG 22@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64332", - "roomcode": "4226.EG.022", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64333", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64332, + "usage_id": 222 + }, + "4226.EG.023": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 23, B\u00fcro/Studierendenraum", "arch_name": "EG 23@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64333", - "roomcode": "4226.EG.023", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64334", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64333, + "usage_id": 12 + }, + "4226.EG.023A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 23A, Massenspektrometrie", "arch_name": "EG 23A@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64334", - "roomcode": "4226.EG.023A", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64335", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64334, + "usage_id": 103 + }, + "4226.EG.023B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 23B, CT", "arch_name": "EG 23B@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64335", - "roomcode": "4226.EG.023B", - "usage": 103 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64336", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64335, + "usage_id": 103 + }, + "4226.EG.023C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 23C, B\u00fcro/Studierendenraum (Lee-Lab)", "arch_name": "EG 23C@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64336", - "roomcode": "4226.EG.023C", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64341", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64336, + "usage_id": 12 + }, + "4226.EG.024": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 24, Technikschacht 4", "arch_name": "EG 24@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64341", - "roomcode": "4226.EG.024", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64340", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64341, + "usage_id": 120 + }, + "4226.EG.025": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 25, Technikschacht 1", "arch_name": "EG 25@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64340", - "roomcode": "4226.EG.025", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64339", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64340, + "usage_id": 120 + }, + "4226.EG.026": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 26, Flur Eingang S\u00fcd", "arch_name": "EG 26@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64339", - "roomcode": "4226.EG.026", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64385", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64339, + "usage_id": 222 + }, + "4226.EG.027": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 27, Technikschacht 3", "arch_name": "EG 27@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64385", - "roomcode": "4226.EG.027", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64342", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64385, + "usage_id": 120 + }, + "4226.EG.028": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 28, Technikschacht 6", "arch_name": "EG 28@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64342", - "roomcode": "4226.EG.028", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64343", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64342, + "usage_id": 120 + }, + "4226.EG.029": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 29, Flur Treppenhaus West", "arch_name": "EG 29@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64343", - "roomcode": "4226.EG.029", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64317", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64343, + "usage_id": 222 + }, + "4226.EG.030": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 30, B\u00fcro", "arch_name": "EG 30@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64317", - "roomcode": "4226.EG.030", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64316", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64317, + "usage_id": 12 + }, + "4226.EG.031": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 31, B\u00fcro", "arch_name": "EG 31@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64316", - "roomcode": "4226.EG.031", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64315", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64316, + "usage_id": 12 + }, + "4226.EG.032": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 32, B\u00fcro", "arch_name": "EG 32@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64315", - "roomcode": "4226.EG.032", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64314", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64315, + "usage_id": 12 + }, + "4226.EG.033": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 33, B\u00fcro", "arch_name": "EG 33@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64314", - "roomcode": "4226.EG.033", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64313", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64314, + "usage_id": 12 + }, + "4226.EG.034": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 34, B\u00fcro", "arch_name": "EG 34@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64313", - "roomcode": "4226.EG.034", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64344", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64313, + "usage_id": 12 + }, + "4226.EG.035": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG35, Bibliothek", "arch_name": "EG35@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64344", - "roomcode": "4226.EG.035", - "usage": 10 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64345", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64344, + "usage_id": 10 + }, + "4226.EG.036": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 36, Lager", "arch_name": "EG 36@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64345", - "roomcode": "4226.EG.036", - "usage": 110 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64346", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64345, + "usage_id": 110 + }, + "4226.EG.037": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 37, WC-Damen", "arch_name": "EG 37@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64346", - "roomcode": "4226.EG.037", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64347", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64346, + "usage_id": 116 + }, + "4226.EG.038": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 38, WC-Herren", "arch_name": "EG 38@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64347", - "roomcode": "4226.EG.038", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64348", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64347, + "usage_id": 115 + }, + "4226.EG.039": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 39, Flur", "arch_name": "EG 39@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64348", - "roomcode": "4226.EG.039", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64349", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64348, + "usage_id": 222 + }, + "4226.EG.040": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 40, Werkstatt-B\u00fcro", "arch_name": "EG 40@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64349", - "roomcode": "4226.EG.040", - "usage": 12 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64350", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64349, + "usage_id": 12 + }, + "4226.EG.041": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 41, Schreinerei", "arch_name": "EG 41@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64350", - "roomcode": "4226.EG.041", - "usage": 107 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64351", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64350, + "usage_id": 107 + }, + "4226.EG.042": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 42, Metallwerkstatt", "arch_name": "EG 42@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64351", - "roomcode": "4226.EG.042", - "usage": 107 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64678", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64351, + "usage_id": 107 + }, + "4226.EG.042A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 42A, Schlosserei", "arch_name": "EG 42A@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64678", - "roomcode": "4226.EG.042A", - "usage": 107 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=66524", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64678, + "usage_id": 107 + }, + "4226.EG.042B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 42B, Wertstoffe/M\u00fcll", "arch_name": "EG 42B@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66524", - "roomcode": "4226.EG.042B", - "usage": 214 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=66525", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66524, + "usage_id": 214 + }, + "4226.EG.042C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 42C, Gasflaschenlager", "arch_name": "EG 42C@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66525", - "roomcode": "4226.EG.042C", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64352", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66525, + "usage_id": 30 + }, + "4226.EG.043": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 43, Lager", "arch_name": "EG 43@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64352", - "roomcode": "4226.EG.043", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64353", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64352, + "usage_id": 30 + }, + "4226.EG.044": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 44, Technikschacht 5", "arch_name": "EG 44@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64353", - "roomcode": "4226.EG.044", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64354", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64353, + "usage_id": 120 + }, + "4226.EG.045": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 45, Lager", "arch_name": "EG 45@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64354", - "roomcode": "4226.EG.045", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=64355", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64354, + "usage_id": 30 + }, + "4226.EG.046": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "EG 46, Flur", "arch_name": "EG 46@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64355", - "roomcode": "4226.EG.046", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64474", + "area_id": 42, + "building_id": 1160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64355, + "usage_id": 222 + }, + "4226.U1.001": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 01, Wertstoffe/M\u00fcll", "arch_name": "UG 01@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64474", - "roomcode": "4226.U1.001", - "usage": 214 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64476", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64474, + "usage_id": 214 + }, + "4226.U1.002": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 02, Lager Hygieneartikel", "arch_name": "UG 02@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64476", - "roomcode": "4226.U1.002", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64477", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64476, + "usage_id": 30 + }, + "4226.U1.003": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 03, Trafostation XXV", "arch_name": "UG 03@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64477", - "roomcode": "4226.U1.003", - "usage": 202 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64478", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64477, + "usage_id": 202 + }, + "4226.U1.004": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 04, Trafostation XXV", "arch_name": "UG 04@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64478", - "roomcode": "4226.U1.004", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64479", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64478, + "usage_id": 160 + }, + "4226.U1.005": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 05, Trafostation XXV", "arch_name": "UG 05@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64479", - "roomcode": "4226.U1.005", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64480", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64479, + "usage_id": 160 + }, + "4226.U1.006": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 06, Einbringschacht", "arch_name": "UG 06@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64480", - "roomcode": "4226.U1.006", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64481", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64480, + "usage_id": 120 + }, + "4226.U1.006A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 06a, Trafostation XXV", "arch_name": "UG 06a@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64481", - "roomcode": "4226.U1.006A", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64727", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64481, + "usage_id": 160 + }, + "4226.U1.006B": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 06b, Trafostation XXV", "arch_name": "UG 06b@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64727", - "roomcode": "4226.U1.006B", - "usage": 160 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64728", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64727, + "usage_id": 160 + }, + "4226.U1.006C": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 06c, MSP", "arch_name": "UG 06c@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64728", - "roomcode": "4226.U1.006C", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64482", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64728, + "usage_id": 120 + }, + "4226.U1.007": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 07, Lager (EIT-Food)", "arch_name": "UG 07@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=38011", - "operator": "[ TUZV45B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64482", - "roomcode": "4226.U1.007", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64483", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38011, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64482, + "usage_id": 30 + }, + "4226.U1.008": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 08, WC-Damen", "arch_name": "UG 08@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64483", - "roomcode": "4226.U1.008", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64486", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64483, + "usage_id": 116 + }, + "4226.U1.009": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 09, WC-Herren", "arch_name": "UG 09@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64486", - "roomcode": "4226.U1.009", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64488", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64486, + "usage_id": 115 + }, + "4226.U1.010": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 45, WC-Behinderte", "arch_name": "UG 45@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64488", - "roomcode": "4226.U1.010", - "usage": 117 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64501", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64488, + "usage_id": 117 + }, + "4226.U1.011": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 11, Flur", "arch_name": "UG 11@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64501", - "roomcode": "4226.U1.011", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64497", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64501, + "usage_id": 222 + }, + "4226.U1.012": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 12, Neutralisation", "arch_name": "UG 12@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64497", - "roomcode": "4226.U1.012", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64729", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64497, + "usage_id": 120 + }, + "4226.U1.013": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 13, Kompressor", "arch_name": "UG 13@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64729", - "roomcode": "4226.U1.013", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64730", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64729, + "usage_id": 120 + }, + "4226.U1.015": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 15, Heizzentrale", "arch_name": "UG 15@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64730", - "roomcode": "4226.U1.015", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64484", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64730, + "usage_id": 120 + }, + "4226.U1.018": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 18, Umkleide-Damen", "arch_name": "UG 18@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64484", - "roomcode": "4226.U1.018", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64485", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64484, + "usage_id": 121 + }, + "4226.U1.019": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 19, Technikschacht 2", "arch_name": "UG 19@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64485", - "roomcode": "4226.U1.019", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64487", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64485, + "usage_id": 120 + }, + "4226.U1.020": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 20, Umkleide-Herren", "arch_name": "UG 20@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64487", - "roomcode": "4226.U1.020", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64496", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64487, + "usage_id": 121 + }, + "4226.U1.021": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 21, Flur", "arch_name": "UG 21@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64496", - "roomcode": "4226.U1.021", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64498", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64496, + "usage_id": 222 + }, + "4226.U1.022": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 22, Flur Treppenhaus Ost", "arch_name": "UG 22@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64498", - "roomcode": "4226.U1.022", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64763", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64498, + "usage_id": 222 + }, + "4226.U1.022A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 22a, Aufzug Ost", "arch_name": "UG 22a@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64763", - "roomcode": "4226.U1.022A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64495", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64763, + "usage_id": 222 + }, + "4226.U1.023": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 23, L\u00fcftungszentrale", "arch_name": "UG 23@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64495", - "roomcode": "4226.U1.023", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64493", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64495, + "usage_id": 120 + }, + "4226.U1.024": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 24, Technikschacht 4", "arch_name": "UG 24@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64493", - "roomcode": "4226.U1.024", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64489", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64493, + "usage_id": 120 + }, + "4226.U1.025": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 25, Technikschacht 1", "arch_name": "UG 25@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64489", - "roomcode": "4226.U1.025", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64490", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64489, + "usage_id": 120 + }, + "4226.U1.026": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 26, Technikschacht 3", "arch_name": "UG 26@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64490", - "roomcode": "4226.U1.026", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64520", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64490, + "usage_id": 120 + }, + "4226.U1.026A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 26a, K\u00e4ltezentrale", "arch_name": "UG 26a@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64520", - "roomcode": "4226.U1.026A", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64491", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64520, + "usage_id": 30 + }, + "4226.U1.027": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 27, Technikschacht 6", "arch_name": "UG 27@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64491", - "roomcode": "4226.U1.027", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64499", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64491, + "usage_id": 120 + }, + "4226.U1.028": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 28, Flur Treppenhaus West", "arch_name": "UG 28@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64499", - "roomcode": "4226.U1.028", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64764", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64499, + "usage_id": 222 + }, + "4226.U1.028A": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 28a, Aufzug Ost", "arch_name": "UG 28a@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64764", - "roomcode": "4226.U1.028A", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64475", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64764, + "usage_id": 222 + }, + "4226.U1.029": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 29, Wertstoffe/M\u00fcll", "arch_name": "UG 29@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64475", - "roomcode": "4226.U1.029", - "usage": 214 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64508", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64475, + "usage_id": 214 + }, + "4226.U1.030": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 30, Lager Leergebinde M\u00fcllentsorgung", "arch_name": "UG 30@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64508", - "roomcode": "4226.U1.030", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64509", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64508, + "usage_id": 30 + }, + "4226.U1.031": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 31, Entsorgungsraum", "arch_name": "UG 31@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64509", - "roomcode": "4226.U1.031", - "usage": 216 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64510", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64509, + "usage_id": 216 + }, + "4226.U1.032": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 32, Lagerraum", "arch_name": "UG 32@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64510", - "roomcode": "4226.U1.032", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64511", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64510, + "usage_id": 30 + }, + "4226.U1.033": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 33, Nichtbrennbare Fl\u00fcssigkeiten", "arch_name": "UG 33@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64511", - "roomcode": "4226.U1.033", - "usage": 132 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64512", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64511, + "usage_id": 132 + }, + "4226.U1.034": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 34, Lager", "arch_name": "UG 34@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=47118", - "operator": "[ TUWZB9M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64512", - "roomcode": "4226.U1.034", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64513", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47118, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64512, + "usage_id": 30 + }, + "4226.U1.035": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 35, Lager", "arch_name": "UG 35@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64513", - "roomcode": "4226.U1.035", - "usage": 30 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64503", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64513, + "usage_id": 30 + }, + "4226.U1.036": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 36, WC-Damen", "arch_name": "UG 36@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64503", - "roomcode": "4226.U1.036", - "usage": 116 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64504", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64503, + "usage_id": 116 + }, + "4226.U1.037": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 37, WC-Herren", "arch_name": "UG 37@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64504", - "roomcode": "4226.U1.037", - "usage": 115 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64505", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64504, + "usage_id": 115 + }, + "4226.U1.038": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 38, WC-Behinderte", "arch_name": "UG 38@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64505", - "roomcode": "4226.U1.038", - "usage": 117 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64502", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64505, + "usage_id": 117 + }, + "4226.U1.039": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 39, Flur", "arch_name": "UG 39@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64502", - "roomcode": "4226.U1.039", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64514", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64502, + "usage_id": 222 + }, + "4226.U1.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64514", - "roomcode": "4226.U1.040", - "usage": 199 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64515", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64514, + "usage_id": 199 + }, + "4226.U1.042": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 42, Archiv", "arch_name": "UG 42@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64515", - "roomcode": "4226.U1.042", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64516", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64515, + "usage_id": 2 + }, + "4226.U1.043": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 43, Lager", "arch_name": "UG 43@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64516", - "roomcode": "4226.U1.043", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64517", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64516, + "usage_id": 2 + }, + "4226.U1.044": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 44, Archiv", "arch_name": "UG 44@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15643", - "operator": "[ TUWZI2W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64517", - "roomcode": "4226.U1.044", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64518", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15643, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64517, + "usage_id": 2 + }, + "4226.U1.045": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 45, Lager", "arch_name": "UG 45@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39071", - "operator": "[ TUWZM1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64518", - "roomcode": "4226.U1.045", - "usage": 2 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64519", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39071, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64518, + "usage_id": 2 + }, + "4226.U1.046": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 46, Serverraum (BayBioMS)", "arch_name": "UG 46@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64519", - "roomcode": "4226.U1.046", - "usage": 207 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64506", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64519, + "usage_id": 207 + }, + "4226.U1.047": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 47, Umkleide Damen", "arch_name": "UG 47@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64506", - "roomcode": "4226.U1.047", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64492", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64506, + "usage_id": 121 + }, + "4226.U1.048": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 48, Technikschacht 5", "arch_name": "UG 48@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64492", - "roomcode": "4226.U1.048", - "usage": 120 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64507", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64492, + "usage_id": 120 + }, + "4226.U1.049": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 49, Umkleide Herren", "arch_name": "UG 49@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64507", - "roomcode": "4226.U1.049", - "usage": 121 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64500", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64507, + "usage_id": 121 + }, + "4226.U1.050": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 50, Flur", "arch_name": "UG 50@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64500", - "roomcode": "4226.U1.050", - "usage": 222 - }, - { - "address": "Gregor-Mendel-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=64731", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64500, + "usage_id": 222 + }, + "4226.U1.051": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "alt_name": "UG 50/21, Flur", "arch_name": "UG 50/21@4226", - "b_area_id": 42, - "b_filter_id": 1160, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64731", - "roomcode": "4226.U1.051", - "usage": 222 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=46078", + "area_id": 42, + "building_id": 1160, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64731, + "usage_id": 222 + }, + "4230.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "001, Futterlager Osttor", "arch_name": "001@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46078", - "roomcode": "4230.EG.001", - "usage": 168 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=46093", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46078, + "usage_id": 168 + }, + "4230.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "002, \u00d6llager", "arch_name": "002@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46093", - "roomcode": "4230.EG.002", - "usage": 30 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=46245", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46093, + "usage_id": 30 + }, + "4230.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "003, Heizung", "arch_name": "003@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46245", - "roomcode": "4230.EG.003", - "usage": 201 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=46259", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46245, + "usage_id": 201 + }, + "4230.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "004, Stall", "arch_name": "004@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46259", - "roomcode": "4230.EG.004", - "usage": 106 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=46276", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46259, + "usage_id": 106 + }, + "4230.EG.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "005, Behandlungsraum", "arch_name": "005@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46276", - "roomcode": "4230.EG.005", - "usage": 167 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45758", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46276, + "usage_id": 167 + }, + "4230.EG.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "006, Flur", "arch_name": "006@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45758", - "roomcode": "4230.EG.006", - "usage": 222 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45772", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45758, + "usage_id": 222 + }, + "4230.EG.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "007, Stall", "arch_name": "007@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45772", - "roomcode": "4230.EG.007", - "usage": 106 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45782", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45772, + "usage_id": 106 + }, + "4230.EG.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "008, Stall", "arch_name": "008@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45782", - "roomcode": "4230.EG.008", - "usage": 106 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45383", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45782, + "usage_id": 106 + }, + "4230.EG.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "009, Futtermittellager", "arch_name": "009@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45383", - "roomcode": "4230.EG.009", - "usage": 168 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45396", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45383, + "usage_id": 168 + }, + "4230.EG.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "010, Ger\u00e4tereinigungsraum", "arch_name": "010@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45396", - "roomcode": "4230.EG.010", - "usage": 209 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45403", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45396, + "usage_id": 209 + }, + "4230.EG.011": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "011, Analytisch-pr\u00e4parativchemisches Labor", "arch_name": "011@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45403", - "roomcode": "4230.EG.011", - "usage": 102 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45418", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45403, + "usage_id": 102 + }, + "4230.EG.012": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "012, WC", "arch_name": "012@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45418", - "roomcode": "4230.EG.012", - "usage": 114 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45019", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45418, + "usage_id": 114 + }, + "4230.EG.013": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "013, Umkleide", "arch_name": "013@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45019", - "roomcode": "4230.EG.013", - "usage": 121 - }, - { - "address": "D\u00fcrnast 11, EG", - "address_link": "ris.einzelraum?raumkey=45028", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45019, + "usage_id": 121 + }, + "4230.EG.014": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "alt_name": "014, Dusche", "arch_name": "014@4230", - "b_area_id": 39, - "b_filter_id": 903, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45028", - "roomcode": "4230.EG.014", - "usage": 113 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44506", + "area_id": 39, + "building_id": 903, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45028, + "usage_id": 113 + }, + "4231.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "001, Arbeitsraum", "arch_name": "001@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=51338&cRes=18767&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44506", - "roomcode": "4231.EG.001", - "usage": 12 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44658", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 18767, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44506, + "usage_id": 12 + }, + "4231.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "002, Arbeitsraum", "arch_name": "002@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=51338&cRes=19030&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44658", - "roomcode": "4231.EG.002", - "usage": 12 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44668", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 19030, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 50898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44658, + "usage_id": 12 + }, + "4231.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "003, Arbeitsraum", "arch_name": "003@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=51338&cRes=19443&cReadonly=J", - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51338", - "operator": "[ TUWZD1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44668", - "roomcode": "4231.EG.003", - "usage": 12 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44682", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 19443, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51338, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44668, + "usage_id": 12 + }, + "4231.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "004, Arbeitsraum (gem. Nutzung)", "arch_name": "004@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44682", - "roomcode": "4231.EG.004", - "usage": 12 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44688", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44682, + "usage_id": 12 + }, + "4231.EG.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "005, Arbeitsraum (gem. Nutzung)", "arch_name": "005@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44688", - "roomcode": "4231.EG.005", - "usage": 12 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44697", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44688, + "usage_id": 12 + }, + "4231.EG.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "006, W\u00e4geraum (gem. Nutzung)", "arch_name": "006@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44697", - "roomcode": "4231.EG.006", - "usage": 103 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44839", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44697, + "usage_id": 103 + }, + "4231.EG.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "007, Labor (gem. Nutzung)", "arch_name": "007@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44839", - "roomcode": "4231.EG.007", - "usage": 102 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=44864", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44839, + "usage_id": 102 + }, + "4231.EG.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "010, Reinigungsmittelraum", "arch_name": "010@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44864", - "roomcode": "4231.EG.010", - "usage": 205 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=45194", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44864, + "usage_id": 205 + }, + "4231.EG.011": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "011, Durchfahrt", "arch_name": "011@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45194", - "roomcode": "4231.EG.011", - "usage": 204 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=45208", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45194, + "usage_id": 204 + }, + "4231.EG.012": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "012, Flur", "arch_name": "012@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45208", - "roomcode": "4231.EG.012", - "usage": 222 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=45222", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45208, + "usage_id": 222 + }, + "4231.EG.013": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "013, Durchfahrt", "arch_name": "013@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45222", - "roomcode": "4231.EG.013", - "usage": 204 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=45232", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45222, + "usage_id": 204 + }, + "4231.EG.014": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "014, Lager", "arch_name": "014@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45232", - "roomcode": "4231.EG.014", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=45740", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45232, + "usage_id": 30 + }, + "4231.EG.015": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "015, Waschraum", "arch_name": "015@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45740", - "roomcode": "4231.EG.015", - "usage": 210 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=45755", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45740, + "usage_id": 210 + }, + "4231.EG.016": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "016, Umkleide", "arch_name": "016@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45755", - "roomcode": "4231.EG.016", - "usage": 121 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53123", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45755, + "usage_id": 121 + }, + "4231.EG.017": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "017, WC-Damen Vorraum", "arch_name": "017@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53123", - "roomcode": "4231.EG.017", - "usage": 118 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53137", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53123, + "usage_id": 118 + }, + "4231.EG.018": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "018, WC-Damen", "arch_name": "018@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53137", - "roomcode": "4231.EG.018", - "usage": 116 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53148", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53137, + "usage_id": 116 + }, + "4231.EG.019": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "019, WC-Herren", "arch_name": "019@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53148", - "roomcode": "4231.EG.019", - "usage": 115 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53155", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53148, + "usage_id": 115 + }, + "4231.EG.020": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "020, WC-Herren Vorraum", "arch_name": "020@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53155", - "roomcode": "4231.EG.020", - "usage": 118 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53302", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53155, + "usage_id": 118 + }, + "4231.EG.021": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "021, Umkleide", "arch_name": "021@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53302", - "roomcode": "4231.EG.021", - "usage": 121 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53317", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53302, + "usage_id": 121 + }, + "4231.EG.022": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "022, Waschraum", "arch_name": "022@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53317", - "roomcode": "4231.EG.022", - "usage": 210 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53330", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53317, + "usage_id": 210 + }, + "4231.EG.023": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "023, Fotoraum", "arch_name": "023@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53330", - "roomcode": "4231.EG.023", - "usage": 104 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53474", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53330, + "usage_id": 104 + }, + "4231.EG.024": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "024, Lager", "arch_name": "024@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53474", - "roomcode": "4231.EG.024", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53489", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53474, + "usage_id": 30 + }, + "4231.EG.025": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "025, Durchfahrt", "arch_name": "025@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53489", - "roomcode": "4231.EG.025", - "usage": 204 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53497", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53489, + "usage_id": 204 + }, + "4231.EG.026": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "026, Unreine Flure", "arch_name": "026@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53497", - "roomcode": "4231.EG.026", - "usage": 222 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53508", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53497, + "usage_id": 222 + }, + "4231.EG.026A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "026A, Lager und Arbeitsfl\u00e4che", "arch_name": "026A@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53508", - "roomcode": "4231.EG.026A", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53646", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53508, + "usage_id": 30 + }, + "4231.EG.027": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "027, Lager", "arch_name": "027@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53646", - "roomcode": "4231.EG.027", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53659", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53646, + "usage_id": 30 + }, + "4231.EG.028": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "028, Labor", "arch_name": "028@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53659", - "roomcode": "4231.EG.028", - "usage": 103 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53673", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53659, + "usage_id": 103 + }, + "4231.EG.029": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "029, Arbeitsraum", "arch_name": "029@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53673", - "roomcode": "4231.EG.029", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53681", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53673, + "usage_id": 30 + }, + "4231.EG.030": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "030, Grobvermahlung (FCU)", "arch_name": "030@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53681", - "roomcode": "4231.EG.030", - "usage": 103 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53823", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53681, + "usage_id": 103 + }, + "4231.EG.031": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "031, Trockenraum (FCU)", "arch_name": "031@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53823", - "roomcode": "4231.EG.031", - "usage": 194 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53839", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53823, + "usage_id": 194 + }, + "4231.EG.032": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "032, Pflanzenaufbereitung (FCU)", "arch_name": "032@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53839", - "roomcode": "4231.EG.032", - "usage": 168 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=53849", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53839, + "usage_id": 168 + }, + "4231.EG.033": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "033, Pflanzenaufbereitung (FCU)", "arch_name": "033@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53849", - "roomcode": "4231.EG.033", - "usage": 168 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51244", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53849, + "usage_id": 168 + }, + "4231.EG.034": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "034, Lager mit Gefrierzellen und K\u00fchlzellen (FCU)", "arch_name": "034@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51244", - "roomcode": "4231.EG.034", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51252", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51244, + "usage_id": 30 + }, + "4231.EG.035A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "035A, Wasch-, Schlammraum", "arch_name": "035A@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51252", - "roomcode": "4231.EG.035A", - "usage": 209 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51266", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51252, + "usage_id": 209 + }, + "4231.EG.035B": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "035B, Wasch-, Schlammraum", "arch_name": "035B@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51266", - "roomcode": "4231.EG.035B", - "usage": 209 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51415", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51266, + "usage_id": 209 + }, + "4231.EG.036": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "036, Sp\u00fclr\u00e4ume", "arch_name": "036@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51415", - "roomcode": "4231.EG.036", - "usage": 209 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51429", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51415, + "usage_id": 209 + }, + "4231.EG.037": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "037, Trafostation XX", "arch_name": "037@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51429", - "roomcode": "4231.EG.037", - "usage": 160 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51444", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51429, + "usage_id": 160 + }, + "4231.EG.038": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "038, Trafostation XX", "arch_name": "038@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51444", - "roomcode": "4231.EG.038", - "usage": 160 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51605", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51444, + "usage_id": 160 + }, + "4231.EG.039A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "039A, Trafostation XX", "arch_name": "039A@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51605", - "roomcode": "4231.EG.039A", - "usage": 160 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51617", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51605, + "usage_id": 160 + }, + "4231.EG.039B": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "039B, Trafostation XX", "arch_name": "039B@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51617", - "roomcode": "4231.EG.039B", - "usage": 160 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51630", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51617, + "usage_id": 160 + }, + "4231.EG.040": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "040, Gew\u00e4chshaus (GHL)", "arch_name": "040@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=52257&cRes=27332&cReadonly=J", - "list_index": "52", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51630", - "roomcode": "4231.EG.040", - "usage": 166 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51642", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 27332, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51630, + "usage_id": 166 + }, + "4231.EG.041": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "041, Wasserkulturhaus (GHL)", "arch_name": "041@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=52257&cRes=19891&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51642", - "roomcode": "4231.EG.041", - "usage": 166 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51785", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 19891, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51642, + "usage_id": 166 + }, + "4231.EG.042": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "042, Freifl\u00e4che vor Wasserkulturenhaus (GHL)", "arch_name": "042@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=52257&cRes=27333&cReadonly=J", - "list_index": "54", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51785", - "roomcode": "4231.EG.042", - "usage": 157 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51797", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 27333, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51785, + "usage_id": 157 + }, + "4231.EG.043": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "043, Zylinderanlage (GHL)", "arch_name": "043@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=52257&cRes=27334&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51797", - "roomcode": "4231.EG.043", - "usage": 157 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51812", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 27334, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51797, + "usage_id": 157 + }, + "4231.EG.044": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "044, Vegetationshalle / Klimakammer (GHL)", "arch_name": "044@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": "tvKalender.wSicht?cOrg=52257&cRes=27335&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51812", - "roomcode": "4231.EG.044", - "usage": 166 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51955", + "area_id": 39, + "building_id": 904, + "calendar_resource_nr": 27335, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51812, + "usage_id": 166 + }, + "4231.EG.046": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "046, D\u00fcngerlager", "arch_name": "046@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51955", - "roomcode": "4231.EG.046", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51971", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51955, + "usage_id": 30 + }, + "4231.EG.047": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "047, D\u00fcngerlager", "arch_name": "047@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51971", - "roomcode": "4231.EG.047", - "usage": 30 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51985", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51971, + "usage_id": 30 + }, + "4231.EG.048": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "048, Ger\u00e4telager", "arch_name": "048@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51985", - "roomcode": "4231.EG.048", - "usage": 18 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=51990", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51985, + "usage_id": 18 + }, + "4231.EG.049": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "049, Werkstatt", "arch_name": "049@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51990", - "roomcode": "4231.EG.049", - "usage": 51 - }, - { - "address": "D\u00fcrnast 7, EG", - "address_link": "ris.einzelraum?raumkey=52125", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51990, + "usage_id": 51 + }, + "4231.EG.050": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "050, Maschinen- und KfZ-Halle", "arch_name": "050@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52125", - "roomcode": "4231.EG.050", - "usage": 100 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=45045", + "area_id": 39, + "building_id": 904, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52125, + "usage_id": 100 + }, + "4231.U1.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "001, Flur", "arch_name": "001@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45045", - "roomcode": "4231.U1.001", - "usage": 222 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=45558", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45045, + "usage_id": 222 + }, + "4231.U1.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "002, Kaminkeller", "arch_name": "002@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45558", - "roomcode": "4231.U1.002", - "usage": 201 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=45570", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45558, + "usage_id": 201 + }, + "4231.U1.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "003, Heizzentrale", "arch_name": "003@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45570", - "roomcode": "4231.U1.003", - "usage": 201 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=45583", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45570, + "usage_id": 201 + }, + "4231.U1.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "004, Wasseraufbereitung", "arch_name": "004@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45583", - "roomcode": "4231.U1.004", - "usage": 182 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=45596", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45583, + "usage_id": 182 + }, + "4231.U1.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "005, Ger\u00e4telager", "arch_name": "005@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45596", - "roomcode": "4231.U1.005", - "usage": 18 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=52727", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45596, + "usage_id": 18 + }, + "4231.U1.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "006, Vorraum mit Treppe", "arch_name": "006@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52727", - "roomcode": "4231.U1.006", - "usage": 222 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=52743", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52727, + "usage_id": 222 + }, + "4231.U1.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "007, Einbringschacht", "arch_name": "007@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52743", - "roomcode": "4231.U1.007", - "usage": 219 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=52758", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52743, + "usage_id": 219 + }, + "4231.U1.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "008, Maschinenraum", "arch_name": "008@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52758", - "roomcode": "4231.U1.008", - "usage": 18 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=52771", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52758, + "usage_id": 18 + }, + "4231.U1.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "009, Neutralisationsanlage", "arch_name": "009@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52771", - "roomcode": "4231.U1.009", - "usage": 182 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=44482", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52771, + "usage_id": 182 + }, + "4231.U1.010A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "010A, Lysimeteranlage", "arch_name": "010A@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44482", - "roomcode": "4231.U1.010A", - "usage": 218 - }, - { - "address": "D\u00fcrnast 7, 1.UG", - "address_link": "ris.einzelraum?raumkey=44494", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44482, + "usage_id": 218 + }, + "4231.U1.010B": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "alt_name": "010B, Vorraum Lysimeteranlage", "arch_name": "010B@4231", - "b_area_id": 39, - "b_filter_id": 904, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44494", - "roomcode": "4231.U1.010B", - "usage": 222 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=72069", + "area_id": 39, + "building_id": 904, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44494, + "usage_id": 222 + }, + "4232.01.014": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "114, Vorbereitung (Betriebsgeb\u00e4ude)", "arch_name": "114@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72069", - "roomcode": "4232.01.014", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=72077", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72069, + "usage_id": 30 + }, + "4232.01.015": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "115, Heulager (Betriebsgeb\u00e4ude)", "arch_name": "115@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72077", - "roomcode": "4232.01.015", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67325", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72077, + "usage_id": 30 + }, + "4232.01.101": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "101, Treppenhaus", "arch_name": "101@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67325", - "roomcode": "4232.01.101", - "usage": 223 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67326", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67325, + "usage_id": 223 + }, + "4232.01.102": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "102, Bilderarchiv (DIA)", "arch_name": "102@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67326", - "roomcode": "4232.01.102", - "usage": 2 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67334", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67326, + "usage_id": 2 + }, + "4232.01.103": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "103, L\u00fcftung", "arch_name": "103@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67334", - "roomcode": "4232.01.103", - "usage": 120 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67335", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67334, + "usage_id": 120 + }, + "4232.01.104": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "104, Lager", "arch_name": "104@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67335", - "roomcode": "4232.01.104", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67336", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67335, + "usage_id": 30 + }, + "4232.01.105": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "105, Abluftkammer", "arch_name": "105@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67336", - "roomcode": "4232.01.105", - "usage": 32 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67337", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67336, + "usage_id": 32 + }, + "4232.01.106": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "106, Lager", "arch_name": "106@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67337", - "roomcode": "4232.01.106", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67338", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67337, + "usage_id": 30 + }, + "4232.01.107": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "107, Abluftkammer", "arch_name": "107@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67338", - "roomcode": "4232.01.107", - "usage": 32 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67339", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67338, + "usage_id": 32 + }, + "4232.01.108": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "108, Probelager / Archiv", "arch_name": "108@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67339", - "roomcode": "4232.01.108", - "usage": 2 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67340", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67339, + "usage_id": 2 + }, + "4232.01.109": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "109, Ger\u00e4telager", "arch_name": "109@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67340", - "roomcode": "4232.01.109", - "usage": 18 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67341", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67340, + "usage_id": 18 + }, + "4232.01.110": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "110, Ablufttechnik", "arch_name": "110@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67341", - "roomcode": "4232.01.110", - "usage": 32 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67342", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67341, + "usage_id": 32 + }, + "4232.01.111": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "111, Abluft-S\u00e4urelager-R053/Eierschalenkartons", "arch_name": "111@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67342", - "roomcode": "4232.01.111", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67343", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67342, + "usage_id": 30 + }, + "4232.01.112": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "112, Abluft-Raum 054-055-056/ Lagerraum", "arch_name": "112@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67343", - "roomcode": "4232.01.112", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=67344", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67343, + "usage_id": 30 + }, + "4232.01.113": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "113, Technik", "arch_name": "113@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67344", - "roomcode": "4232.01.113", - "usage": 120 - }, - { - "address": "D\u00fcrnast 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=69901", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67344, + "usage_id": 120 + }, + "4232.01.116": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "114a, Probenlager", "arch_name": "114a@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69901", - "roomcode": "4232.01.116", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52300", + "area_id": 39, + "building_id": 905, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69901, + "usage_id": 30 + }, + "4232.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "001, Lager (Betriebsgeb\u00e4ude)", "arch_name": "001@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52300", - "roomcode": "4232.EG.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52311", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52300, + "usage_id": 30 + }, + "4232.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "002, Lager (Betriebsgeb\u00e4ude)", "arch_name": "002@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52311", - "roomcode": "4232.EG.002", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52324", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52311, + "usage_id": 30 + }, + "4232.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "003, Treppe (Betriebsgeb\u00e4ude)", "arch_name": "003@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52324", - "roomcode": "4232.EG.003", - "usage": 223 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52464", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52324, + "usage_id": 223 + }, + "4232.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "004, Garage (Betriebsgeb\u00e4ude)", "arch_name": "004@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52464", - "roomcode": "4232.EG.004", - "usage": 100 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52475", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15646, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52464, + "usage_id": 100 + }, + "4232.EG.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "005, Garage (Betriebsgeb\u00e4ude)", "arch_name": "005@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52475", - "roomcode": "4232.EG.005", - "usage": 159 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52486", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52475, + "usage_id": 159 + }, + "4232.EG.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "006, Werkstatt (Betriebsgeb\u00e4ude)", "arch_name": "006@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52486", - "roomcode": "4232.EG.006", - "usage": 100 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52500", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52486, + "usage_id": 100 + }, + "4232.EG.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "007, Werkstatt (gem. Nutzung) (Betriebsgeb\u00e4ude)", "arch_name": "007@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52500", - "roomcode": "4232.EG.007", - "usage": 100 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52639", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52500, + "usage_id": 100 + }, + "4232.EG.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "008, Gang", "arch_name": "008@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52639", - "roomcode": "4232.EG.008", - "usage": 222 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52649", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52639, + "usage_id": 222 + }, + "4232.EG.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "009, B\u00fcro", "arch_name": "009@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52649", - "roomcode": "4232.EG.009", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52658", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52649, + "usage_id": 12 + }, + "4232.EG.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "010, B\u00fcro", "arch_name": "010@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52658", - "roomcode": "4232.EG.010", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52671", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52658, + "usage_id": 12 + }, + "4232.EG.011": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "011, Sozialraum", "arch_name": "011@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52671", - "roomcode": "4232.EG.011", - "usage": 44 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52820", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52671, + "usage_id": 44 + }, + "4232.EG.012": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "012, WC-Herren", "arch_name": "012@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52820", - "roomcode": "4232.EG.012", - "usage": 115 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52831", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52820, + "usage_id": 115 + }, + "4232.EG.013": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "013, Garderobe-Herren", "arch_name": "013@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52831", - "roomcode": "4232.EG.013", - "usage": 121 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52842", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52831, + "usage_id": 121 + }, + "4232.EG.014": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "014, Umkleide-Herren", "arch_name": "014@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52842", - "roomcode": "4232.EG.014", - "usage": 121 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52992", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52842, + "usage_id": 121 + }, + "4232.EG.015": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "015, Waschraum-Herren", "arch_name": "015@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52992", - "roomcode": "4232.EG.015", - "usage": 210 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53005", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52992, + "usage_id": 210 + }, + "4232.EG.016": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "016, Waschraum-Damen", "arch_name": "016@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53005", - "roomcode": "4232.EG.016", - "usage": 210 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53018", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53005, + "usage_id": 210 + }, + "4232.EG.017": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "017, Umkleide-Damen", "arch_name": "017@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53018", - "roomcode": "4232.EG.017", - "usage": 121 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53027", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53018, + "usage_id": 121 + }, + "4232.EG.018": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "018, Garderobe-Damen", "arch_name": "018@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53027", - "roomcode": "4232.EG.018", - "usage": 121 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53172", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53027, + "usage_id": 121 + }, + "4232.EG.019": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "019, WC-Damen", "arch_name": "019@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53172", - "roomcode": "4232.EG.019", - "usage": 116 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53193", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53172, + "usage_id": 116 + }, + "4232.EG.020": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "020, Gang", "arch_name": "020@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53193", - "roomcode": "4232.EG.020", - "usage": 222 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53344", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53193, + "usage_id": 222 + }, + "4232.EG.021": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "021, Labor (gem. Nutzung)", "arch_name": "021@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53344", - "roomcode": "4232.EG.021", - "usage": 194 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53357", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53344, + "usage_id": 194 + }, + "4232.EG.021A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "021A, Lager/Elektroverteiler UV3", "arch_name": "021A@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53357", - "roomcode": "4232.EG.021A", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53371", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53357, + "usage_id": 30 + }, + "4232.EG.022": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "022, Proben/Lager (gem. Nutzung)", "arch_name": "022@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53371", - "roomcode": "4232.EG.022", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53518", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53371, + "usage_id": 30 + }, + "4232.EG.023": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "023, Elekrtoverteilung/UV1/Hauptverteiler", "arch_name": "023@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53518", - "roomcode": "4232.EG.023", - "usage": 160 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53531", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53518, + "usage_id": 160 + }, + "4232.EG.024": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "024, Treppe", "arch_name": "024@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53531", - "roomcode": "4232.EG.024", - "usage": 223 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53540", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53531, + "usage_id": 223 + }, + "4232.EG.025": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "025, Lager (gem. Nutzung)", "arch_name": "025@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53540", - "roomcode": "4232.EG.025", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53553", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53540, + "usage_id": 30 + }, + "4232.EG.025A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "025A, Archiv/ElektroverteilungUV4", "arch_name": "025A@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53553", - "roomcode": "4232.EG.025A", - "usage": 2 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53695", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53553, + "usage_id": 2 + }, + "4232.EG.026": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "026, Lager (gem. Nutzung)", "arch_name": "026@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53695", - "roomcode": "4232.EG.026", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53708", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53695, + "usage_id": 30 + }, + "4232.EG.027": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "027, K\u00fcche/Getr\u00e4nkelager", "arch_name": "027@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53708", - "roomcode": "4232.EG.027", - "usage": 44 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53722", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53708, + "usage_id": 44 + }, + "4232.EG.028": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "028, K\u00fcche", "arch_name": "028@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53722", - "roomcode": "4232.EG.028", - "usage": 28 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53864", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53722, + "usage_id": 28 + }, + "4232.EG.029": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "029, WC-Herren Vorraum", "arch_name": "029@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53864", - "roomcode": "4232.EG.029", - "usage": 118 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53886", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53864, + "usage_id": 118 + }, + "4232.EG.030": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "030, WC-Herren", "arch_name": "030@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53886", - "roomcode": "4232.EG.030", - "usage": 115 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51283", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53886, + "usage_id": 115 + }, + "4232.EG.031": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "031, WC-Damen", "arch_name": "031@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51283", - "roomcode": "4232.EG.031", - "usage": 116 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=67323", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51283, + "usage_id": 116 + }, + "4232.EG.032": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "032, WC-Damen Vorraum", "arch_name": "032@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67323", - "roomcode": "4232.EG.032", - "usage": 118 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51303", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67323, + "usage_id": 118 + }, + "4232.EG.033": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "033, Garderobe-Vorraum", "arch_name": "033@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51303", - "roomcode": "4232.EG.033", - "usage": 121 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51318", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51303, + "usage_id": 121 + }, + "4232.EG.034": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "034, Umkleide (gem. Nutzung)", "arch_name": "034@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51318", - "roomcode": "4232.EG.034", - "usage": 121 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51462", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51318, + "usage_id": 121 + }, + "4232.EG.035": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "035, Drucker/Kopierer (gem. Nutzung)", "arch_name": "035@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51462", - "roomcode": "4232.EG.035", - "usage": 110 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=70732", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51462, + "usage_id": 110 + }, + "4232.EG.036": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "036, Lager(gem. Nutzung)", "arch_name": "036@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70732", - "roomcode": "4232.EG.036", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51482", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70732, + "usage_id": 30 + }, + "4232.EG.036A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "036a, Lager(gem. Nutzung)", "arch_name": "036a@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51482", - "roomcode": "4232.EG.036A", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=70723", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51482, + "usage_id": 30 + }, + "4232.EG.036D": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "036b, Elektroverteiler UV5", "arch_name": "036b@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70723", - "roomcode": "4232.EG.036D", - "usage": 120 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51681", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70723, + "usage_id": 120 + }, + "4232.EG.038": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "038, Studentischer Arbeitsraum (gem.Nutzung)", "arch_name": "038@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51681", - "roomcode": "4232.EG.038", - "usage": 208 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51838", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51681, + "usage_id": 208 + }, + "4232.EG.040": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "040, Seminarraum (gem. Nutzung)", "arch_name": "040@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "extended": { - "additional_description": "040, Seminarraum (gem. Nutzung)", - "address": "D\u00fcrnast 8(4232), Erdgescho\u00df", - "architect_room_nr": "040@4232", - "area_m2": 36.2, - "building": "4232 D\u00fcrnast II", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "040", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51838", - "roomcode": "4232.EG.040", - "usage": 41 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51850", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51838, + "usage_id": 41 + }, + "4232.EG.041": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "041, B\u00fcro (gem. Nutzung)", "arch_name": "041@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51850", - "roomcode": "4232.EG.041", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=51996", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51850, + "usage_id": 12 + }, + "4232.EG.042": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "042, B\u00fcro (gem. Nutzung)", "arch_name": "042@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51996", - "roomcode": "4232.EG.042", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52014", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51996, + "usage_id": 12 + }, + "4232.EG.043": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "043, B\u00fcro", "arch_name": "043@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52014", - "roomcode": "4232.EG.043", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52027", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52014, + "usage_id": 12 + }, + "4232.EG.044": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "044, B\u00fcro", "arch_name": "044@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52027", - "roomcode": "4232.EG.044", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52168", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52027, + "usage_id": 12 + }, + "4232.EG.045": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "045, Sozialraum", "arch_name": "045@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52168", - "roomcode": "4232.EG.045", - "usage": 44 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52180", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52168, + "usage_id": 44 + }, + "4232.EG.046": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "046, Labor", "arch_name": "046@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52180", - "roomcode": "4232.EG.046", - "usage": 102 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52194", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52180, + "usage_id": 102 + }, + "4232.EG.047": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "047, Labor", "arch_name": "047@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52194", - "roomcode": "4232.EG.047", - "usage": 103 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52345", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52194, + "usage_id": 103 + }, + "4232.EG.048": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "048, B\u00fcro/Archiv", "arch_name": "048@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52345", - "roomcode": "4232.EG.048", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52353", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52345, + "usage_id": 12 + }, + "4232.EG.049": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "049, B\u00fcro/Sekretariat", "arch_name": "049@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52353", - "roomcode": "4232.EG.049", - "usage": 40 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52366", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52353, + "usage_id": 40 + }, + "4232.EG.050": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "050, B\u00fcro", "arch_name": "050@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52366", - "roomcode": "4232.EG.050", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52374", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52366, + "usage_id": 12 + }, + "4232.EG.051": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "051, Labor", "arch_name": "051@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52374", - "roomcode": "4232.EG.051", - "usage": 102 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52515", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49777, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52374, + "usage_id": 102 + }, + "4232.EG.052": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "052, Sp\u00fclk\u00fcche/Rotationsverdampfer", "arch_name": "052@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52515", - "roomcode": "4232.EG.052", - "usage": 28 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52532", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52515, + "usage_id": 28 + }, + "4232.EG.053": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "053, Chemikalienraum", "arch_name": "053@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52532", - "roomcode": "4232.EG.053", - "usage": 132 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52539", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52532, + "usage_id": 132 + }, + "4232.EG.054": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "054, Feldlabor 1", "arch_name": "054@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52539", - "roomcode": "4232.EG.054", - "usage": 102 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52548", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52539, + "usage_id": 102 + }, + "4232.EG.055": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "055, Feldlabor 2", "arch_name": "055@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52548", - "roomcode": "4232.EG.055", - "usage": 102 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52685", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52548, + "usage_id": 102 + }, + "4232.EG.056": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "056, B\u00fcro", "arch_name": "056@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52685", - "roomcode": "4232.EG.056", - "usage": 12 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52696", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52685, + "usage_id": 12 + }, + "4232.EG.057": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "057, Verbinder Gew\u00e4chsh\u00e4user", "arch_name": "057@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52696", - "roomcode": "4232.EG.057", - "usage": 16 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=52713", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52696, + "usage_id": 16 + }, + "4232.EG.057A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "057A, Lagerabstellfl\u00e4che (12 Abteile a\u00b4 3m\u00b2)", "arch_name": "057A@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52713", - "roomcode": "4232.EG.057A", - "usage": 30 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53571", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52713, + "usage_id": 30 + }, + "4232.EG.074": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "074, Abteil 1 (Gew\u00e4chshaus 2)", "arch_name": "074@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53571", - "roomcode": "4232.EG.074", - "usage": 166 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53585", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53571, + "usage_id": 166 + }, + "4232.EG.075": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "075, Abteil 2 (Gew\u00e4chshaus 2)", "arch_name": "075@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53585", - "roomcode": "4232.EG.075", - "usage": 166 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=67291", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53585, + "usage_id": 166 + }, + "4232.EG.078": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "078, Container", "arch_name": "078@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67291", - "roomcode": "4232.EG.078", - "usage": 215 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=72204", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67291, + "usage_id": 215 + }, + "4232.EG.079": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "1A, Schleuse (Gew\u00e4chshaus 2)", "arch_name": "1A@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72204", - "roomcode": "4232.EG.079", - "usage": 105 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=72205", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72204, + "usage_id": 105 + }, + "4232.EG.080": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "4, Schleuse (Gew\u00e4chshaus 1)", "arch_name": "4@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72205", - "roomcode": "4232.EG.080", - "usage": 105 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=72159", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72205, + "usage_id": 105 + }, + "4232.EG.080A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "5, Flur (Gew\u00e4chshaus 1)", "arch_name": "5@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72159", - "roomcode": "4232.EG.080A", - "usage": 222 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=72206", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72159, + "usage_id": 222 + }, + "4232.EG.081": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "6, Koje 1 (Gew\u00e4chshaus 1)", "arch_name": "6@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72206", - "roomcode": "4232.EG.081", - "usage": 166 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=72160", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72206, + "usage_id": 166 + }, + "4232.EG.082": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "7, Koje 2 (Gew\u00e4chshaus 1)", "arch_name": "7@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72160", - "roomcode": "4232.EG.082", - "usage": 166 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=72161", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72160, + "usage_id": 166 + }, + "4232.EG.083": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "8, Koje 3 (Gew\u00e4chshaus 1)", "arch_name": "8@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72161", - "roomcode": "4232.EG.083", - "usage": 166 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53755", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72161, + "usage_id": 166 + }, + "4232.EG.100": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "100, Versuchsfeld", "arch_name": "100@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53755", - "roomcode": "4232.EG.100", - "usage": 157 - }, - { - "address": "D\u00fcrnast 8, EG", - "address_link": "ris.einzelraum?raumkey=53900", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53755, + "usage_id": 157 + }, + "4232.EG.110": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "Versuchsfeld", "arch_name": "@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53900", - "roomcode": "4232.EG.110", - "usage": 157 - }, - { - "address": "D\u00fcrnast 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=52147", + "area_id": 39, + "building_id": 905, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53900, + "usage_id": 157 + }, + "4232.U1.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "K01, Neutraanlage", "arch_name": "K01@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52147", - "roomcode": "4232.U1.001", - "usage": 182 - }, - { - "address": "D\u00fcrnast 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=52157", + "area_id": 39, + "building_id": 905, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52147, + "usage_id": 182 + }, + "4232.U1.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "alt_name": "K02, Lager (gem. Nutzung) (Betriebsgeb\u00e4ude)", "arch_name": "K02@4232", - "b_area_id": 39, - "b_filter_id": 905, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49777", - "operator": "[ TUWZA2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52157", - "roomcode": "4232.U1.002", - "usage": 30 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=65994", + "area_id": 39, + "building_id": 905, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49777, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52157, + "usage_id": 30 + }, + "4234.01.501": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.1, Treppenhaus", "arch_name": "1.1@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65994", - "roomcode": "4234.01.501", - "usage": 223 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=65995", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65994, + "usage_id": 223 + }, + "4234.01.502": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.2, B\u00fcro", "arch_name": "1.2@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65995", - "roomcode": "4234.01.502", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=65996", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65995, + "usage_id": 12 + }, + "4234.01.503": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.3, Drucker (gem. Nutzung)", "arch_name": "1.3@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65996", - "roomcode": "4234.01.503", - "usage": 110 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=65997", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65996, + "usage_id": 110 + }, + "4234.01.504": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.4, WC-Herren", "arch_name": "1.4@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65997", - "roomcode": "4234.01.504", - "usage": 115 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=65998", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65997, + "usage_id": 115 + }, + "4234.01.505": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.5, WC-Damen", "arch_name": "1.5@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65998", - "roomcode": "4234.01.505", - "usage": 116 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=65999", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65998, + "usage_id": 116 + }, + "4234.01.507": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.7, B\u00fcro", "arch_name": "1.7@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65999", - "roomcode": "4234.01.507", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66000", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65999, + "usage_id": 12 + }, + "4234.01.508": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.8, B\u00fcro", "arch_name": "1.8@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66000", - "roomcode": "4234.01.508", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66001", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66000, + "usage_id": 12 + }, + "4234.01.509": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.9, B\u00fcro (gem. Nutzung)", "arch_name": "1.9@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66001", - "roomcode": "4234.01.509", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66002", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 50898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66001, + "usage_id": 12 + }, + "4234.01.510": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.10, B\u00fcro", "arch_name": "1.10@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66002", - "roomcode": "4234.01.510", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66003", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66002, + "usage_id": 12 + }, + "4234.01.511": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.11, B\u00fcro", "arch_name": "1.11@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66003", - "roomcode": "4234.01.511", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66004", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66003, + "usage_id": 12 + }, + "4234.01.512": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.12, B\u00fcro", "arch_name": "1.12@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66004", - "roomcode": "4234.01.512", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66005", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66004, + "usage_id": 12 + }, + "4234.01.513": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.13, B\u00fcro", "arch_name": "1.13@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66005", - "roomcode": "4234.01.513", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66006", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66005, + "usage_id": 12 + }, + "4234.01.514": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.14, Labor (S1)", "arch_name": "1.14@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66006", - "roomcode": "4234.01.514", - "usage": 102 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66007", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66006, + "usage_id": 102 + }, + "4234.01.515": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.15, Sozialraum/K\u00fcche (gem. Nutzung)", "arch_name": "1.15@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66007", - "roomcode": "4234.01.515", - "usage": 44 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66008", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66007, + "usage_id": 44 + }, + "4234.01.517": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.17, Technik", "arch_name": "1.17@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66008", - "roomcode": "4234.01.517", - "usage": 120 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=67345", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66008, + "usage_id": 120 + }, + "4234.01.517A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.17A, Technik", "arch_name": "1.17A@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67345", - "roomcode": "4234.01.517A", - "usage": 120 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66009", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67345, + "usage_id": 120 + }, + "4234.01.518": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.18, Treppenraum", "arch_name": "1.18@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66009", - "roomcode": "4234.01.518", - "usage": 223 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66010", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66009, + "usage_id": 223 + }, + "4234.01.519": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.19, Aufzug", "arch_name": "1.19@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66010", - "roomcode": "4234.01.519", - "usage": 4 - }, - { - "address": "D\u00fcrnast 9, 1.OG", - "address_link": "ris.einzelraum?raumkey=66011", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66010, + "usage_id": 4 + }, + "4234.01.520": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "1.23, Flur", "arch_name": "1.23@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66011", - "roomcode": "4234.01.520", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=47297", + "area_id": 39, + "building_id": 907, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66011, + "usage_id": 222 + }, + "4234.02.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Flur", "arch_name": "@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47297", - "roomcode": "4234.02.001", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, 2.OG", - "address_link": "ris.einzelraum?raumkey=47314", + "area_id": 39, + "building_id": 907, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47297, + "usage_id": 222 + }, + "4234.02.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "WC", "arch_name": "@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47314", - "roomcode": "4234.02.004", - "usage": 114 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65961", + "area_id": 39, + "building_id": 907, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47314, + "usage_id": 114 + }, + "4234.EG.502": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.2, Treppenraum", "arch_name": "0.2@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65961", - "roomcode": "4234.EG.502", - "usage": 223 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65962", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65961, + "usage_id": 223 + }, + "4234.EG.503": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.3, Flur", "arch_name": "0.3@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65962", - "roomcode": "4234.EG.503", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65963", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65962, + "usage_id": 222 + }, + "4234.EG.504": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.4, Garderobe-Damen", "arch_name": "0.4@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65963", - "roomcode": "4234.EG.504", - "usage": 121 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65964", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65963, + "usage_id": 121 + }, + "4234.EG.505": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.5, Waschraum-Damen", "arch_name": "0.5@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65964", - "roomcode": "4234.EG.505", - "usage": 210 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65965", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65964, + "usage_id": 210 + }, + "4234.EG.506": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.6, WC-Damen", "arch_name": "0.6@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65965", - "roomcode": "4234.EG.506", - "usage": 116 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65966", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65965, + "usage_id": 116 + }, + "4234.EG.507": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.7, Dusche-Damen", "arch_name": "0.7@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65966", - "roomcode": "4234.EG.507", - "usage": 113 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65967", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65966, + "usage_id": 113 + }, + "4234.EG.508": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.8, WC-Behinderte", "arch_name": "0.8@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65967", - "roomcode": "4234.EG.508", - "usage": 117 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65968", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65967, + "usage_id": 117 + }, + "4234.EG.509": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.9, Dusche-Herren", "arch_name": "0.9@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65968", - "roomcode": "4234.EG.509", - "usage": 113 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65969", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65968, + "usage_id": 113 + }, + "4234.EG.510": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.10, WC-Herren", "arch_name": "0.10@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65969", - "roomcode": "4234.EG.510", - "usage": 115 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65970", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65969, + "usage_id": 115 + }, + "4234.EG.511": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.11, Waschraum-Herren", "arch_name": "0.11@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65970", - "roomcode": "4234.EG.511", - "usage": 210 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65971", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65970, + "usage_id": 210 + }, + "4234.EG.512": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.12, Garderobe-Herren", "arch_name": "0.12@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65971", - "roomcode": "4234.EG.512", - "usage": 121 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65972", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65971, + "usage_id": 121 + }, + "4234.EG.513": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.13, Aufenthaltsraum", "arch_name": "0.13@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65972", - "roomcode": "4234.EG.513", - "usage": 44 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65973", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65972, + "usage_id": 44 + }, + "4234.EG.514": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.14, B\u00fcro", "arch_name": "0.14@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65973", - "roomcode": "4234.EG.514", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65974", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65973, + "usage_id": 12 + }, + "4234.EG.515": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.15, W\u00e4geraum", "arch_name": "0.15@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65974", - "roomcode": "4234.EG.515", - "usage": 103 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65975", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65974, + "usage_id": 103 + }, + "4234.EG.516": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.16, B\u00fcro", "arch_name": "0.16@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65975", - "roomcode": "4234.EG.516", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=66266", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65975, + "usage_id": 12 + }, + "4234.EG.517": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.17, Werkstatt", "arch_name": "0.17@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66266", - "roomcode": "4234.EG.517", - "usage": 51 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65976", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66266, + "usage_id": 51 + }, + "4234.EG.518": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.18, B\u00fcro", "arch_name": "0.18@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65976", - "roomcode": "4234.EG.518", - "usage": 12 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65977", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65976, + "usage_id": 12 + }, + "4234.EG.519": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.19, Betriebsmittel-Lager", "arch_name": "0.19@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65977", - "roomcode": "4234.EG.519", - "usage": 30 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65978", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65977, + "usage_id": 30 + }, + "4234.EG.520": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.20, Sp\u00fclraum/Autoklaven S1", "arch_name": "0.20@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65978", - "roomcode": "4234.EG.520", - "usage": 209 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65979", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65978, + "usage_id": 209 + }, + "4234.EG.521": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.21, Giftlager (gem. Nutzung GHL)", "arch_name": "0.21@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65979", - "roomcode": "4234.EG.521", - "usage": 30 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65980", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65979, + "usage_id": 30 + }, + "4234.EG.522": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.22, E-Verteilung", "arch_name": "0.22@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65980", - "roomcode": "4234.EG.522", - "usage": 120 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=72461", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65980, + "usage_id": 120 + }, + "4234.EG.522A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.22a, Technik", "arch_name": "0.22a@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72461", - "roomcode": "4234.EG.522A", - "usage": 120 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65981", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72461, + "usage_id": 120 + }, + "4234.EG.523": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.23, Aufzug", "arch_name": "0.23@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65981", - "roomcode": "4234.EG.523", - "usage": 4 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=72459", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65981, + "usage_id": 4 + }, + "4234.EG.523A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.23a, Flur (Aufzug)", "arch_name": "0.23a@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72459", - "roomcode": "4234.EG.523A", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65982", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72459, + "usage_id": 222 + }, + "4234.EG.524": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.24, Treppenraum", "arch_name": "0.24@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65982", - "roomcode": "4234.EG.524", - "usage": 223 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65983", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65982, + "usage_id": 223 + }, + "4234.EG.525": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.25, Gew\u00e4chshausverbinder", "arch_name": "0.25@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65983", - "roomcode": "4234.EG.525", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65984", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65983, + "usage_id": 222 + }, + "4234.EG.526": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "SGHL80, S GHL Seminarraum 80 D\u00fcrnast (WZWS80)", "arch_name": "SGHL80@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": "tvKalender.wSicht?cOrg=26685&cRes=26913&cReadonly=J", - "extended": { - "additional_description": "SGHL80, S GHL Seminarraum 80 D\u00fcrnast (WZWS80)", - "address": "D\u00fcrnast 9(4234), Erdgescho\u00df", - "architect_room_nr": "SGHL80@4234", - "area_m2": 100.6, - "building": "4234 D\u00fcrnast III", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "526", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65984", - "roomcode": "4234.EG.526", - "usage": 41 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65985", + "area_id": 39, + "building_id": 907, + "calendar_resource_nr": 26913, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26685, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65984, + "usage_id": 41 + }, + "4234.EG.527": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "0.1, Eingangshalle", "arch_name": "0.1@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65985", - "roomcode": "4234.EG.527", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65986", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65985, + "usage_id": 222 + }, + "4234.EG.53": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 1", "arch_name": "1@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65986", - "roomcode": "4234.EG.53", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65987", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65986, + "usage_id": 166 + }, + "4234.EG.532": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 2", "arch_name": "2@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65987", - "roomcode": "4234.EG.532", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65988", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65987, + "usage_id": 166 + }, + "4234.EG.533": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 3", "arch_name": "3@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65988", - "roomcode": "4234.EG.533", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65989", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65988, + "usage_id": 166 + }, + "4234.EG.534": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 4", "arch_name": "4@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65989", - "roomcode": "4234.EG.534", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65990", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65989, + "usage_id": 166 + }, + "4234.EG.535": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 5", "arch_name": "5@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65990", - "roomcode": "4234.EG.535", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65991", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65990, + "usage_id": 166 + }, + "4234.EG.536": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 6", "arch_name": "6@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65991", - "roomcode": "4234.EG.536", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65992", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65991, + "usage_id": 166 + }, + "4234.EG.537": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "GHV01, Verbindungsgang", "arch_name": "GHV01@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65992", - "roomcode": "4234.EG.537", - "usage": 222 - }, - { - "address": "D\u00fcrnast 9, EG", - "address_link": "ris.einzelraum?raumkey=65993", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65992, + "usage_id": 222 + }, + "4234.EG.540": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "VH01, Vegetationshalle", "arch_name": "VH01@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65993", - "roomcode": "4234.EG.540", - "usage": 218 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65939", + "area_id": 39, + "building_id": 907, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65993, + "usage_id": 218 + }, + "4234.U1.501": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.1, Treppenraum", "arch_name": "-1.1@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65939", - "roomcode": "4234.U1.501", - "usage": 223 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65940", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65939, + "usage_id": 223 + }, + "4234.U1.502": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.2, K\u00fchllager 1", "arch_name": "-1.2@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65940", - "roomcode": "4234.U1.502", - "usage": 199 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65941", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65940, + "usage_id": 199 + }, + "4234.U1.503": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.3, K\u00fchllager 2", "arch_name": "-1.3@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65941", - "roomcode": "4234.U1.503", - "usage": 199 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65942", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65941, + "usage_id": 199 + }, + "4234.U1.504": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.4, Pflanzenzuchtraum 1", "arch_name": "-1.4@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65942", - "roomcode": "4234.U1.504", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65943", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65942, + "usage_id": 166 + }, + "4234.U1.505": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.5, Pflanzenzuchtraum 2", "arch_name": "-1.5@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65943", - "roomcode": "4234.U1.505", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65944", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65943, + "usage_id": 166 + }, + "4234.U1.506": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.6, Pflanzenzuchtraum 3", "arch_name": "-1.6@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65944", - "roomcode": "4234.U1.506", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65945", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65944, + "usage_id": 166 + }, + "4234.U1.508": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.8, Pflanzenzuchtraum 4", "arch_name": "-1.8@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65945", - "roomcode": "4234.U1.508", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65946", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65945, + "usage_id": 166 + }, + "4234.U1.509": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.9, Klimaschr\u00e4nke", "arch_name": "-1.9@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65946", - "roomcode": "4234.U1.509", - "usage": 166 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65947", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65946, + "usage_id": 166 + }, + "4234.U1.510": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.10, Technik", "arch_name": "-1.10@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65947", - "roomcode": "4234.U1.510", - "usage": 120 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65948", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65947, + "usage_id": 120 + }, + "4234.U1.511": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.11, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "-1.11@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65948", - "roomcode": "4234.U1.511", - "usage": 5 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65949", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65948, + "usage_id": 5 + }, + "4234.U1.512": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.12, Treppenraum", "arch_name": "-1.12@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65949", - "roomcode": "4234.U1.512", - "usage": 223 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65950", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65949, + "usage_id": 223 + }, + "4234.U1.515": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.15, Lager", "arch_name": "-1.15@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65950", - "roomcode": "4234.U1.515", - "usage": 30 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65951", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65950, + "usage_id": 30 + }, + "4234.U1.516": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.17, Heizung", "arch_name": "-1.17@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65951", - "roomcode": "4234.U1.516", - "usage": 32 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65952", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65951, + "usage_id": 32 + }, + "4234.U1.517": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.16, Haushaltsanschlussraum / Mitbenutzung von G", "arch_name": "-1.16@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65952", - "roomcode": "4234.U1.517", - "usage": 201 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65953", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65952, + "usage_id": 201 + }, + "4234.U1.518": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.18, Installationsschacht", "arch_name": "-1.18@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65953", - "roomcode": "4234.U1.518", - "usage": 120 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65954", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65953, + "usage_id": 120 + }, + "4234.U1.519": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.19, K\u00e4ltemaschine", "arch_name": "-1.19@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65954", - "roomcode": "4234.U1.519", - "usage": 32 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65955", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65954, + "usage_id": 32 + }, + "4234.U1.520": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.20, Pr\u00fcfraum/Messtechnik", "arch_name": "-1.20@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65955", - "roomcode": "4234.U1.520", - "usage": 103 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65956", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65955, + "usage_id": 103 + }, + "4234.U1.521": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.21, Reinwasseraufbereitung", "arch_name": "-1.21@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65956", - "roomcode": "4234.U1.521", - "usage": 182 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65957", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65956, + "usage_id": 182 + }, + "4234.U1.522": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.22, Druckluftanlage", "arch_name": "-1.22@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65957", - "roomcode": "4234.U1.522", - "usage": 32 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65958", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65957, + "usage_id": 32 + }, + "4234.U1.523": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.23, Aufzug", "arch_name": "-1.23@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65958", - "roomcode": "4234.U1.523", - "usage": 4 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65959", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65958, + "usage_id": 4 + }, + "4234.U1.524": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.24, Lager", "arch_name": "-1.24@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=50898", - "operator": "[ TUWZP1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65959", - "roomcode": "4234.U1.524", - "usage": 30 - }, - { - "address": "D\u00fcrnast 9, 1.UG", - "address_link": "ris.einzelraum?raumkey=65960", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 50898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65959, + "usage_id": 30 + }, + "4234.U1.530": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "alt_name": "-1.13, Kellerflur", "arch_name": "-1.13@4234", - "b_area_id": 39, - "b_filter_id": 907, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65960", - "roomcode": "4234.U1.530", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65817", + "area_id": 39, + "building_id": 907, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65960, + "usage_id": 222 + }, + "4235.01.601": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.1, Treppenraum", "arch_name": "2.1@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65817", - "roomcode": "4235.01.601", - "usage": 223 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65818", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65817, + "usage_id": 223 + }, + "4235.01.602": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.2, B\u00fcro", "arch_name": "2.2@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65818", - "roomcode": "4235.01.602", - "usage": 12 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65819", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65818, + "usage_id": 12 + }, + "4235.01.603": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.3, Garderobe", "arch_name": "2.3@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65819", - "roomcode": "4235.01.603", - "usage": 121 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65820", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65819, + "usage_id": 121 + }, + "4235.01.604": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.4, WC-Herren", "arch_name": "2.4@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65820", - "roomcode": "4235.01.604", - "usage": 115 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65821", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65820, + "usage_id": 115 + }, + "4235.01.605": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.5, WC-Damen", "arch_name": "2.5@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65821", - "roomcode": "4235.01.605", - "usage": 116 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65822", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65821, + "usage_id": 116 + }, + "4235.01.607": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.7, Messlabor", "arch_name": "2.7@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65822", - "roomcode": "4235.01.607", - "usage": 103 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65823", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15646, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65822, + "usage_id": 103 + }, + "4235.01.608": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.8, K\u00fcche", "arch_name": "2.8@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65823", - "roomcode": "4235.01.608", - "usage": 44 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65824", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65823, + "usage_id": 44 + }, + "4235.01.609": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.9, B\u00fcro (gem. Nutzung)", "arch_name": "2.9@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65824", - "roomcode": "4235.01.609", - "usage": 12 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65825", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65824, + "usage_id": 12 + }, + "4235.01.610": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.10, B\u00fcro", "arch_name": "2.10@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65825", - "roomcode": "4235.01.610", - "usage": 12 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65826", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65825, + "usage_id": 12 + }, + "4235.01.611": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.11, B\u00fcro", "arch_name": "2.11@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65826", - "roomcode": "4235.01.611", - "usage": 12 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65827", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65826, + "usage_id": 12 + }, + "4235.01.612": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.12, B\u00fcro (gem. Nutzung)", "arch_name": "2.12@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65827", - "roomcode": "4235.01.612", - "usage": 12 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65828", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65827, + "usage_id": 12 + }, + "4235.01.613": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.13, B\u00fcro (gem. Nutzung)", "arch_name": "2.13@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65828", - "roomcode": "4235.01.613", - "usage": 12 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65829", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65828, + "usage_id": 12 + }, + "4235.01.614": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.14, Drucker/Kopierer (gem. Nutzung)", "arch_name": "2.14@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65829", - "roomcode": "4235.01.614", - "usage": 110 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65830", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15646, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65829, + "usage_id": 110 + }, + "4235.01.615": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.15, Chemielabor", "arch_name": "2.15@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65830", - "roomcode": "4235.01.615", - "usage": 102 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65831", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65830, + "usage_id": 102 + }, + "4235.01.616": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.16, Technik", "arch_name": "2.16@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65831", - "roomcode": "4235.01.616", - "usage": 120 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65832", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65831, + "usage_id": 120 + }, + "4235.01.617": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.17, Aufzug", "arch_name": "2.17@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65832", - "roomcode": "4235.01.617", - "usage": 4 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65833", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65832, + "usage_id": 4 + }, + "4235.01.618": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.18, Treppenraum", "arch_name": "2.18@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65833", - "roomcode": "4235.01.618", - "usage": 223 - }, - { - "address": "D\u00fcrnast 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=65834", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65833, + "usage_id": 223 + }, + "4235.01.619": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2.20, Flur", "arch_name": "2.20@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65834", - "roomcode": "4235.01.619", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65778", + "area_id": 39, + "building_id": 908, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65834, + "usage_id": 222 + }, + "4235.EG.601": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.1, Treppenraum", "arch_name": "1.1@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65778", - "roomcode": "4235.EG.601", - "usage": 223 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65779", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65778, + "usage_id": 223 + }, + "4235.EG.602": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.2, Flur", "arch_name": "1.2@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65779", - "roomcode": "4235.EG.602", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65780", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65779, + "usage_id": 222 + }, + "4235.EG.603": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.3, Garderobe Damen", "arch_name": "1.3@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65780", - "roomcode": "4235.EG.603", - "usage": 121 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65781", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65780, + "usage_id": 121 + }, + "4235.EG.604": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.4, Waschraum-Damen", "arch_name": "1.4@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65781", - "roomcode": "4235.EG.604", - "usage": 210 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65782", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65781, + "usage_id": 210 + }, + "4235.EG.605": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.5, WC-Damen", "arch_name": "1.5@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65782", - "roomcode": "4235.EG.605", - "usage": 116 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65783", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65782, + "usage_id": 116 + }, + "4235.EG.606": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.6, Dusche-Damen", "arch_name": "1.6@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65783", - "roomcode": "4235.EG.606", - "usage": 113 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65784", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65783, + "usage_id": 113 + }, + "4235.EG.607": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.7, WC-Behinderte", "arch_name": "1.7@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65784", - "roomcode": "4235.EG.607", - "usage": 117 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65785", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65784, + "usage_id": 117 + }, + "4235.EG.608": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.8, Waschraum-Herren", "arch_name": "1.8@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65785", - "roomcode": "4235.EG.608", - "usage": 210 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65786", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65785, + "usage_id": 210 + }, + "4235.EG.609": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.9, WC-Herren", "arch_name": "1.9@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65786", - "roomcode": "4235.EG.609", - "usage": 115 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65787", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65786, + "usage_id": 115 + }, + "4235.EG.610": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.10, Dusche-Herren", "arch_name": "1.10@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65787", - "roomcode": "4235.EG.610", - "usage": 113 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65788", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65787, + "usage_id": 113 + }, + "4235.EG.611": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.11, Garderobe Herren", "arch_name": "1.11@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65788", - "roomcode": "4235.EG.611", - "usage": 121 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65791", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65788, + "usage_id": 121 + }, + "4235.EG.614": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.14, Sozialraum / Seminar- und Besprechungsraum", "arch_name": "1.14@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65791", - "roomcode": "4235.EG.614", - "usage": 44 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65792", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65791, + "usage_id": 44 + }, + "4235.EG.615": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.15, Samenlager", "arch_name": "1.15@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65792", - "roomcode": "4235.EG.615", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=67239", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65792, + "usage_id": 30 + }, + "4235.EG.616": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.16, Werkstatt", "arch_name": "1.16@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67239", - "roomcode": "4235.EG.616", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65793", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67239, + "usage_id": 30 + }, + "4235.EG.617": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.17, Lager", "arch_name": "1.17@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65793", - "roomcode": "4235.EG.617", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65794", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65793, + "usage_id": 30 + }, + "4235.EG.618": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.18, Labor S1", "arch_name": "1.18@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": "tvKalender.wSicht?cOrg=26685&cRes=27972&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65794", - "roomcode": "4235.EG.618", - "usage": 103 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65795", + "area_id": 39, + "building_id": 908, + "calendar_resource_nr": 27972, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65794, + "usage_id": 103 + }, + "4235.EG.619": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.19, Labor S1", "arch_name": "1.19@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65795", - "roomcode": "4235.EG.619", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65796", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65795, + "usage_id": 166 + }, + "4235.EG.620": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.20, E-Verteilung", "arch_name": "1.20@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65796", - "roomcode": "4235.EG.620", - "usage": 120 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=72460", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65796, + "usage_id": 120 + }, + "4235.EG.620A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.20a, Technik", "arch_name": "1.20a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72460", - "roomcode": "4235.EG.620A", - "usage": 120 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65797", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72460, + "usage_id": 120 + }, + "4235.EG.621": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.21, Aufzug", "arch_name": "1.21@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65797", - "roomcode": "4235.EG.621", - "usage": 4 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=72458", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65797, + "usage_id": 4 + }, + "4235.EG.621A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.21a, Flur (Aufzug)", "arch_name": "1.21a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72458", - "roomcode": "4235.EG.621A", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65798", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72458, + "usage_id": 222 + }, + "4235.EG.622": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.22, Treppenraum", "arch_name": "1.22@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65798", - "roomcode": "4235.EG.622", - "usage": 223 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65799", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65798, + "usage_id": 223 + }, + "4235.EG.623": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "1.23, Arbeitsverbinder", "arch_name": "1.23@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65799", - "roomcode": "4235.EG.623", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65800", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65799, + "usage_id": 222 + }, + "4235.EG.624": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Vorraum", "arch_name": "@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65800", - "roomcode": "4235.EG.624", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65803", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65800, + "usage_id": 222 + }, + "4235.EG.629": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Versuchsfeld/D\u00fcrnast", "arch_name": "@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65803", - "roomcode": "4235.EG.629", - "usage": 157 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65804", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65803, + "usage_id": 157 + }, + "4235.EG.631": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 1 (Rolltischhaus)", "arch_name": "1@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65804", - "roomcode": "4235.EG.631", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65805", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65804, + "usage_id": 166 + }, + "4235.EG.632": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 2 (Rolltischhaus)", "arch_name": "2@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65805", - "roomcode": "4235.EG.632", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65806", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65805, + "usage_id": 166 + }, + "4235.EG.633": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 3 (Erdhaus)", "arch_name": "3@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65806", - "roomcode": "4235.EG.633", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65807", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65806, + "usage_id": 166 + }, + "4235.EG.634": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 4 (Erdhaus)", "arch_name": "4@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65807", - "roomcode": "4235.EG.634", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65808", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65807, + "usage_id": 166 + }, + "4235.EG.635": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 5 (Erdhaus)", "arch_name": "5@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65808", - "roomcode": "4235.EG.635", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65809", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65808, + "usage_id": 166 + }, + "4235.EG.636": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 6 (Erdhaus)", "arch_name": "6@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65809", - "roomcode": "4235.EG.636", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65810", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65809, + "usage_id": 166 + }, + "4235.EG.637": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 7 (Erdhaus)", "arch_name": "7@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65810", - "roomcode": "4235.EG.637", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65811", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65810, + "usage_id": 166 + }, + "4235.EG.638": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "Gew\u00e4chshaus 8 (Erdhaus)", "arch_name": "8@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65811", - "roomcode": "4235.EG.638", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65812", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65811, + "usage_id": 166 + }, + "4235.EG.639": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "GHV 01, Verbindungsgang (10)", "arch_name": "GHV 01@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65812", - "roomcode": "4235.EG.639", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65813", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65812, + "usage_id": 222 + }, + "4235.EG.640": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "VH01, Drahthaus / Freifl\u00e4che", "arch_name": "VH01@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65813", - "roomcode": "4235.EG.640", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65814", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65813, + "usage_id": 166 + }, + "4235.EG.641": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2a, Fr\u00fchbeete", "arch_name": "2a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65814", - "roomcode": "4235.EG.641", - "usage": 157 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65815", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65814, + "usage_id": 157 + }, + "4235.EG.642": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2b, Fr\u00fchbeete", "arch_name": "2b@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65815", - "roomcode": "4235.EG.642", - "usage": 157 - }, - { - "address": "D\u00fcrnast 10, EG", - "address_link": "ris.einzelraum?raumkey=65816", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65815, + "usage_id": 157 + }, + "4235.EG.643": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "2c, Fr\u00fchbeete", "arch_name": "2c@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65816", - "roomcode": "4235.EG.643", - "usage": 157 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66012", + "area_id": 39, + "building_id": 908, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65816, + "usage_id": 157 + }, + "4235.U1.602": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.1, Treppenraum", "arch_name": "0.1@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66012", - "roomcode": "4235.U1.602", - "usage": 223 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66013", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66012, + "usage_id": 223 + }, + "4235.U1.603": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.3, Garderobe", "arch_name": "0.3@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66013", - "roomcode": "4235.U1.603", - "usage": 121 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66014", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66013, + "usage_id": 121 + }, + "4235.U1.604": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.4, WC-Herren", "arch_name": "0.4@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66014", - "roomcode": "4235.U1.604", - "usage": 115 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66015", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66014, + "usage_id": 115 + }, + "4235.U1.605": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.5, WC-Behinderte", "arch_name": "0.5@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66015", - "roomcode": "4235.U1.605", - "usage": 117 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66016", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66015, + "usage_id": 117 + }, + "4235.U1.605A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.8, Elektroverteilung", "arch_name": "0.8@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66016", - "roomcode": "4235.U1.605A", - "usage": 120 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66017", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66016, + "usage_id": 120 + }, + "4235.U1.606": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.6, WC-Damen", "arch_name": "0.6@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66017", - "roomcode": "4235.U1.606", - "usage": 116 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66018", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66017, + "usage_id": 116 + }, + "4235.U1.607A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7a, K\u00fchlraum 1 (S1)", "arch_name": "0.7a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66018", - "roomcode": "4235.U1.607A", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66019", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66018, + "usage_id": 199 + }, + "4235.U1.607B": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7b, K\u00fchlraum 2 (S1)", "arch_name": "0.7b@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66019", - "roomcode": "4235.U1.607B", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66020", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66019, + "usage_id": 199 + }, + "4235.U1.607C": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7c, K\u00fchlraum 3 (S1)", "arch_name": "0.7c@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66020", - "roomcode": "4235.U1.607C", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66021", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66020, + "usage_id": 199 + }, + "4235.U1.607D": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7d, K\u00fchlraum 4", "arch_name": "0.7d@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66021", - "roomcode": "4235.U1.607D", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66022", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66021, + "usage_id": 199 + }, + "4235.U1.607E": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7e, K\u00fchlraum 5", "arch_name": "0.7e@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66022", - "roomcode": "4235.U1.607E", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66023", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66022, + "usage_id": 199 + }, + "4235.U1.607F": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7f, K\u00fchlraum 6", "arch_name": "0.7f@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66023", - "roomcode": "4235.U1.607F", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66024", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66023, + "usage_id": 199 + }, + "4235.U1.607G": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7g, K\u00fchlraum 7", "arch_name": "0.7g@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66024", - "roomcode": "4235.U1.607G", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66025", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66024, + "usage_id": 199 + }, + "4235.U1.607H": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7h, K\u00fchlraum 8", "arch_name": "0.7h@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66025", - "roomcode": "4235.U1.607H", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66026", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66025, + "usage_id": 199 + }, + "4235.U1.607I": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.7i, K\u00fchlraum 9", "arch_name": "0.7i@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66026", - "roomcode": "4235.U1.607I", - "usage": 199 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66027", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66026, + "usage_id": 199 + }, + "4235.U1.608": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.8a, Installationsschacht", "arch_name": "0.8a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66027", - "roomcode": "4235.U1.608", - "usage": 120 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66028", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66027, + "usage_id": 120 + }, + "4235.U1.609": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.9, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "0.9@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66028", - "roomcode": "4235.U1.609", - "usage": 5 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66029", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66028, + "usage_id": 5 + }, + "4235.U1.610": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.10, Treppenraum", "arch_name": "0.10@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66029", - "roomcode": "4235.U1.610", - "usage": 223 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=66030", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66029, + "usage_id": 223 + }, + "4235.U1.611": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.11, Flur", "arch_name": "0.11@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66030", - "roomcode": "4235.U1.611", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65756", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66030, + "usage_id": 222 + }, + "4235.U1.612": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.12, Lager/Archiv", "arch_name": "0.12@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15646", - "operator": "[ TUWZT5R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65756", - "roomcode": "4235.U1.612", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65757", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15646, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65756, + "usage_id": 30 + }, + "4235.U1.613": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.13, Lager Gewebelabor", "arch_name": "0.13@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65757", - "roomcode": "4235.U1.613", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65758", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65757, + "usage_id": 30 + }, + "4235.U1.614": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.14, Technikraum K\u00e4lte", "arch_name": "0.14@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65758", - "roomcode": "4235.U1.614", - "usage": 120 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65759", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65758, + "usage_id": 120 + }, + "4235.U1.615": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.15, Messraum", "arch_name": "0.15@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65759", - "roomcode": "4235.U1.615", - "usage": 103 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65760", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65759, + "usage_id": 103 + }, + "4235.U1.616": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.16, Pflanzenzuchtraum 1", "arch_name": "0.16@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65760", - "roomcode": "4235.U1.616", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65761", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65760, + "usage_id": 166 + }, + "4235.U1.617": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.17, Pflanzenzuchtraum 2", "arch_name": "0.17@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65761", - "roomcode": "4235.U1.617", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65762", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65761, + "usage_id": 166 + }, + "4235.U1.618": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.18, Pflanzenzuchtraum 3", "arch_name": "0.18@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65762", - "roomcode": "4235.U1.618", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65763", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65762, + "usage_id": 166 + }, + "4235.U1.619": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.19, Pflanzenanzuchtraum 4", "arch_name": "0.19@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65763", - "roomcode": "4235.U1.619", - "usage": 166 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65764", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65763, + "usage_id": 166 + }, + "4235.U1.620": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.20, Maschinenraum", "arch_name": "0.20@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65764", - "roomcode": "4235.U1.620", - "usage": 32 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65765", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65764, + "usage_id": 32 + }, + "4235.U1.621": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.21, S1- Autoklavenraum", "arch_name": "0.21@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65765", - "roomcode": "4235.U1.621", - "usage": 194 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65766", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65765, + "usage_id": 194 + }, + "4235.U1.622": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.22, S1- Gewebelabor", "arch_name": "0.22@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65766", - "roomcode": "4235.U1.622", - "usage": 194 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65767", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26685, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65766, + "usage_id": 194 + }, + "4235.U1.623": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.22a, Verbindungsgang", "arch_name": "0.22a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65767", - "roomcode": "4235.U1.623", - "usage": 222 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65768", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65767, + "usage_id": 222 + }, + "4235.U1.624": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.23, Trafostation XXI", "arch_name": "0.23@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65768", - "roomcode": "4235.U1.624", - "usage": 160 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65769", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65768, + "usage_id": 160 + }, + "4235.U1.625": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.24, Trafostation XXI", "arch_name": "0.24@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65769", - "roomcode": "4235.U1.625", - "usage": 160 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65770", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65769, + "usage_id": 160 + }, + "4235.U1.626": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.25a, Trafostation XXI", "arch_name": "0.25a@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65770", - "roomcode": "4235.U1.626", - "usage": 160 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65771", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65770, + "usage_id": 160 + }, + "4235.U1.627": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.25b, Trafostation XXI", "arch_name": "0.25b@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65771", - "roomcode": "4235.U1.627", - "usage": 160 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65772", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65771, + "usage_id": 160 + }, + "4235.U1.628": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.26, Wertstoffe/M\u00fcll", "arch_name": "0.26@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65772", - "roomcode": "4235.U1.628", - "usage": 214 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65773", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65772, + "usage_id": 214 + }, + "4235.U1.629": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.27, Treibstofflager", "arch_name": "0.27@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65773", - "roomcode": "4235.U1.629", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65774", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65773, + "usage_id": 30 + }, + "4235.U1.630": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.28, Garage", "arch_name": "0.28@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65774", - "roomcode": "4235.U1.630", - "usage": 100 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65775", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65774, + "usage_id": 100 + }, + "4235.U1.631": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.29, Garage", "arch_name": "0.29@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65775", - "roomcode": "4235.U1.631", - "usage": 100 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65776", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65775, + "usage_id": 100 + }, + "4235.U1.632": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.30, Torf- und Topflager", "arch_name": "0.30@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65776", - "roomcode": "4235.U1.632", - "usage": 30 - }, - { - "address": "D\u00fcrnast 10, 1.UG", - "address_link": "ris.einzelraum?raumkey=65777", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65776, + "usage_id": 30 + }, + "4235.U1.633": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "alt_name": "0.31, Gasflaschenlager", "arch_name": "0.31@4235", - "b_area_id": 39, - "b_filter_id": 908, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26685", - "operator": "[ TUWZA1D ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65777", - "roomcode": "4235.U1.633", - "usage": 30 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65925", + "area_id": 39, + "building_id": 908, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26685, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65777, + "usage_id": 30 + }, + "4236.01.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "01, Gang", "arch_name": "01@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65925", - "roomcode": "4236.01.001", - "usage": 222 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65926", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65925, + "usage_id": 222 + }, + "4236.01.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "02, Abstellraum", "arch_name": "02@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65926", - "roomcode": "4236.01.002", - "usage": 159 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65927", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65926, + "usage_id": 159 + }, + "4236.01.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "03, Schlafraum", "arch_name": "03@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65927", - "roomcode": "4236.01.003", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65928", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65927, + "usage_id": 53 + }, + "4236.01.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "04, Wohnraum", "arch_name": "04@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65928", - "roomcode": "4236.01.004", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65929", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65928, + "usage_id": 53 + }, + "4236.01.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "05, K\u00fcche", "arch_name": "05@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65929", - "roomcode": "4236.01.005", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65930", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65929, + "usage_id": 53 + }, + "4236.01.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "06, Kinderzimmer", "arch_name": "06@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65930", - "roomcode": "4236.01.006", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65931", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65930, + "usage_id": 53 + }, + "4236.01.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "07, Kinderzimmer", "arch_name": "07@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65931", - "roomcode": "4236.01.007", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65932", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65931, + "usage_id": 53 + }, + "4236.01.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "08, Bad", "arch_name": "08@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65932", - "roomcode": "4236.01.008", - "usage": 112 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65933", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65932, + "usage_id": 112 + }, + "4236.01.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "09, WC", "arch_name": "09@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65933", - "roomcode": "4236.01.009", - "usage": 114 - }, - { - "address": "D\u00fcrnast 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65934", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65933, + "usage_id": 114 + }, + "4236.01.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "010, Flur", "arch_name": "010@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65934", - "roomcode": "4236.01.010", - "usage": 222 - }, - { - "address": "D\u00fcrnast 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65935", + "area_id": 39, + "building_id": 902, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65934, + "usage_id": 222 + }, + "4236.02.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "01, Flur", "arch_name": "01@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65935", - "roomcode": "4236.02.001", - "usage": 222 - }, - { - "address": "D\u00fcrnast 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65936", + "area_id": 39, + "building_id": 902, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65935, + "usage_id": 222 + }, + "4236.02.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "02, Wohnraum", "arch_name": "02@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65936", - "roomcode": "4236.02.002", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65937", + "area_id": 39, + "building_id": 902, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65936, + "usage_id": 53 + }, + "4236.02.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "03, Wohnraum", "arch_name": "03@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65937", - "roomcode": "4236.02.003", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65938", + "area_id": 39, + "building_id": 902, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65937, + "usage_id": 53 + }, + "4236.02.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "04, WC", "arch_name": "04@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65938", - "roomcode": "4236.02.004", - "usage": 114 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65915", + "area_id": 39, + "building_id": 902, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65938, + "usage_id": 114 + }, + "4236.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "01, Gang", "arch_name": "01@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65915", - "roomcode": "4236.EG.001", - "usage": 222 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65916", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65915, + "usage_id": 222 + }, + "4236.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "02, Kammer", "arch_name": "02@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65916", - "roomcode": "4236.EG.002", - "usage": 159 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65917", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65916, + "usage_id": 159 + }, + "4236.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "03, Wohnraum", "arch_name": "03@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65917", - "roomcode": "4236.EG.003", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65918", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65917, + "usage_id": 53 + }, + "4236.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "04, Wohnraum", "arch_name": "04@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65918", - "roomcode": "4236.EG.004", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65919", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65918, + "usage_id": 53 + }, + "4236.EG.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "05, K\u00fcche", "arch_name": "05@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65919", - "roomcode": "4236.EG.005", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65920", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65919, + "usage_id": 53 + }, + "4236.EG.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "06, Kinderzimmer", "arch_name": "06@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65920", - "roomcode": "4236.EG.006", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65921", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65920, + "usage_id": 53 + }, + "4236.EG.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "07, Kinderzimmer", "arch_name": "07@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65921", - "roomcode": "4236.EG.007", - "usage": 53 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65922", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65921, + "usage_id": 53 + }, + "4236.EG.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "08, Bad", "arch_name": "08@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65922", - "roomcode": "4236.EG.008", - "usage": 112 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65923", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65922, + "usage_id": 112 + }, + "4236.EG.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "09, WC", "arch_name": "09@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65923", - "roomcode": "4236.EG.009", - "usage": 114 - }, - { - "address": "D\u00fcrnast 6, EG", - "address_link": "ris.einzelraum?raumkey=65924", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65923, + "usage_id": 114 + }, + "4236.EG.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "010, Flur", "arch_name": "010@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65924", - "roomcode": "4236.EG.010", - "usage": 222 - }, - { - "address": "D\u00fcrnast 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=65913", + "area_id": 39, + "building_id": 902, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65924, + "usage_id": 222 + }, + "4236.U1.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "01, Heizungsraum", "arch_name": "01@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65913", - "roomcode": "4236.U1.001", - "usage": 201 - }, - { - "address": "D\u00fcrnast 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=65914", + "area_id": 39, + "building_id": 902, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65913, + "usage_id": 201 + }, + "4236.U1.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "alt_name": "02, Kellerflur", "arch_name": "02@4236", - "b_area_id": 39, - "b_filter_id": 902, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65914", - "roomcode": "4236.U1.002", - "usage": 222 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44597", + "area_id": 39, + "building_id": 902, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65914, + "usage_id": 222 + }, + "4237.01.701": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.701, Windfang", "arch_name": "1.701@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44597", - "roomcode": "4237.01.701", - "usage": 52 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44607", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44597, + "usage_id": 52 + }, + "4237.01.702": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.702, Abstellraum", "arch_name": "1.702@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44607", - "roomcode": "4237.01.702", - "usage": 159 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44917", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44607, + "usage_id": 159 + }, + "4237.01.705A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.705A, Bad/WC", "arch_name": "1.705A@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44917", - "roomcode": "4237.01.705A", - "usage": 112 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44931", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44917, + "usage_id": 112 + }, + "4237.01.706A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.706A, Bad/WC", "arch_name": "1.706A@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44931", - "roomcode": "4237.01.706A", - "usage": 112 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=44957", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44931, + "usage_id": 112 + }, + "4237.01.707A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.707A, Bad/WC", "arch_name": "1.707A@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44957", - "roomcode": "4237.01.707A", - "usage": 112 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45108", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44957, + "usage_id": 112 + }, + "4237.01.708": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.708, Abstellraum", "arch_name": "1.708@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45108", - "roomcode": "4237.01.708", - "usage": 159 - }, - { - "address": "D\u00fcrnast 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=45118", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45108, + "usage_id": 159 + }, + "4237.01.709": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "1.709, Flur", "arch_name": "1.709@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45118", - "roomcode": "4237.01.709", - "usage": 222 - }, - { - "address": "D\u00fcrnast 3, EG", - "address_link": "ris.einzelraum?raumkey=47072", + "area_id": 39, + "building_id": 887, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45118, + "usage_id": 222 + }, + "4237.EG.701": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "701, Windfang", "arch_name": "701@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47072", - "roomcode": "4237.EG.701", - "usage": 52 - }, - { - "address": "D\u00fcrnast 3, EG", - "address_link": "ris.einzelraum?raumkey=47086", + "area_id": 39, + "building_id": 887, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47072, + "usage_id": 52 + }, + "4237.EG.702": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "702, Flur", "arch_name": "702@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47086", - "roomcode": "4237.EG.702", - "usage": 222 - }, - { - "address": "D\u00fcrnast 3, EG", - "address_link": "ris.einzelraum?raumkey=44571", + "area_id": 39, + "building_id": 887, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47086, + "usage_id": 222 + }, + "4237.EG.709": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "709, Bad", "arch_name": "709@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44571", - "roomcode": "4237.EG.709", - "usage": 112 - }, - { - "address": "D\u00fcrnast 3, EG", - "address_link": "ris.einzelraum?raumkey=44584", + "area_id": 39, + "building_id": 887, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44571, + "usage_id": 112 + }, + "4237.EG.710": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "710, WC-Vorraum", "arch_name": "710@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44584", - "roomcode": "4237.EG.710", - "usage": 118 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46720", + "area_id": 39, + "building_id": 887, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44584, + "usage_id": 118 + }, + "4237.U1.629": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "Treibstofflager", "arch_name": "@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46720", - "roomcode": "4237.U1.629", - "usage": 30 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46730", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46720, + "usage_id": 30 + }, + "4237.U1.701": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "-1.701, Hausanschlussraum", "arch_name": "-1.701@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46730", - "roomcode": "4237.U1.701", - "usage": 183 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46744", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46730, + "usage_id": 183 + }, + "4237.U1.702": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "-1.702, Waschmaschinenraum", "arch_name": "-1.702@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46744", - "roomcode": "4237.U1.702", - "usage": 210 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46897", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46744, + "usage_id": 210 + }, + "4237.U1.703": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "-1.703, Wohnungskeller", "arch_name": "-1.703@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46897", - "roomcode": "4237.U1.703", - "usage": 159 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46907", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46897, + "usage_id": 159 + }, + "4237.U1.704": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "-1.704, Kellerflur", "arch_name": "-1.704@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46907", - "roomcode": "4237.U1.704", - "usage": 222 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46915", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46907, + "usage_id": 222 + }, + "4237.U1.705": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "-1.705, Keller / Wechselzimmer", "arch_name": "-1.705@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46915", - "roomcode": "4237.U1.705", - "usage": 159 - }, - { - "address": "D\u00fcrnast 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=46926", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46915, + "usage_id": 159 + }, + "4237.U1.706": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "alt_name": "-1.706, Fahrradkeller", "arch_name": "-1.706@4237", - "b_area_id": 39, - "b_filter_id": 887, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46926", - "roomcode": "4237.U1.706", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46017", + "area_id": 39, + "building_id": 887, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46926, + "usage_id": 159 + }, + "4238.01.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-01, Schulungsraum", "arch_name": "O-01@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "extended": { - "additional_description": "O-01, Schulungsraum", - "address": "Emil-Erlenmeyer-Forum 2(4238), 1.Obergescho\u00df", - "architect_room_nr": "O-01@4238", - "area_m2": 61.9, - "building": "4238 Werkfeuerwehr Weihenstephan", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46017", - "roomcode": "4238.01.001", - "usage": 131 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46028", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46017, + "usage_id": 131 + }, + "4238.01.001A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O, Flur", "arch_name": "O@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46028", - "roomcode": "4238.01.001A", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46037", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46028, + "usage_id": 222 + }, + "4238.01.001B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O, Galerie", "arch_name": "O@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46037", - "roomcode": "4238.01.001B", - "usage": 206 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46050", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46037, + "usage_id": 206 + }, + "4238.01.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-02, Lehrmittel", "arch_name": "O-02@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46050", - "roomcode": "4238.01.002", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46198", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46050, + "usage_id": 30 + }, + "4238.01.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-03, Serverraum", "arch_name": "O-03@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46198", - "roomcode": "4238.01.003", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46209", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46198, + "usage_id": 120 + }, + "4238.01.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-04, B\u00fcro", "arch_name": "O-04@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46209", - "roomcode": "4238.01.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46225", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46209, + "usage_id": 12 + }, + "4238.01.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-05, B\u00fcro", "arch_name": "O-05@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46225", - "roomcode": "4238.01.005", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46231", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46225, + "usage_id": 12 + }, + "4238.01.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-06, Kleiderkammer", "arch_name": "O-06@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46231", - "roomcode": "4238.01.006", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46386", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46231, + "usage_id": 30 + }, + "4238.01.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "O-07, Ersatzteillager", "arch_name": "O-07@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46386", - "roomcode": "4238.01.007", - "usage": 18 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45130", + "area_id": 42, + "building_id": 714, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46386, + "usage_id": 18 + }, + "4238.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-01, Atemschutz-Werkstatt", "arch_name": "E-01@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45130", - "roomcode": "4238.EG.001", - "usage": 51 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45286", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45130, + "usage_id": 51 + }, + "4238.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-02, Umkleide/Dusche-Herren", "arch_name": "E-02@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45286", - "roomcode": "4238.EG.002", - "usage": 121 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45299", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45286, + "usage_id": 121 + }, + "4238.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-03, Umkleide/Dusche-Damen", "arch_name": "E-03@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45299", - "roomcode": "4238.EG.003", - "usage": 121 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45311", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45299, + "usage_id": 121 + }, + "4238.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-04, B\u00fcro", "arch_name": "E-04@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45311", - "roomcode": "4238.EG.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45325", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45311, + "usage_id": 12 + }, + "4238.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-05, W\u00e4scheraum", "arch_name": "E-05@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45325", - "roomcode": "4238.EG.005", - "usage": 181 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45472", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45325, + "usage_id": 181 + }, + "4238.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-06, WC-Herren", "arch_name": "E-06@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45472", - "roomcode": "4238.EG.006", - "usage": 115 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45482", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45472, + "usage_id": 115 + }, + "4238.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-07, WC-Damen", "arch_name": "E-07@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45482", - "roomcode": "4238.EG.007", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=62859", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45482, + "usage_id": 116 + }, + "4238.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-08, Leitstelle/Funkraum", "arch_name": "E-08@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62859", - "roomcode": "4238.EG.008", - "usage": 164 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45654", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62859, + "usage_id": 164 + }, + "4238.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-10, Aufenthaltsraum", "arch_name": "E-10@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45654", - "roomcode": "4238.EG.010", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45664", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45654, + "usage_id": 44 + }, + "4238.EG.010A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "Flur Eingang Treppe", "arch_name": "E@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45664", - "roomcode": "4238.EG.010A", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45676", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45664, + "usage_id": 222 + }, + "4238.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-11, Lager", "arch_name": "E-11@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45676", - "roomcode": "4238.EG.011", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45685", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45676, + "usage_id": 30 + }, + "4238.EG.012": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-12, Technik/L\u00fcftung", "arch_name": "E-12@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45685", - "roomcode": "4238.EG.012", - "usage": 32 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45835", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45685, + "usage_id": 32 + }, + "4238.EG.013": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-13, Werkstatt", "arch_name": "E-13@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45835", - "roomcode": "4238.EG.013", - "usage": 51 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45843", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45835, + "usage_id": 51 + }, + "4238.EG.014": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-14, Treibstofflager", "arch_name": "E-14@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45843", - "roomcode": "4238.EG.014", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45857", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45843, + "usage_id": 30 + }, + "4238.EG.015": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-15, Feuerwehrfahrzeughalle", "arch_name": "E-15@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45857", - "roomcode": "4238.EG.015", - "usage": 100 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=45867", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45857, + "usage_id": 100 + }, + "4238.EG.016": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-15, Wagenhalle/Wagengrube/Stellplatz", "arch_name": "E-15@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45867", - "roomcode": "4238.EG.016", - "usage": 100 - }, - { - "address": "Emil-Erlenmeyer-Forum 2, EG", - "address_link": "ris.einzelraum?raumkey=59032", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45867, + "usage_id": 100 + }, + "4238.EG.017": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "alt_name": "E-15a, Treppe", "arch_name": "E-15a@4238", - "b_area_id": 42, - "b_filter_id": 714, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59032", - "roomcode": "4238.EG.017", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46581", + "area_id": 42, + "building_id": 714, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59032, + "usage_id": 223 + }, + "4239.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "001, Kinderbetreuungsst\u00e4tte", "arch_name": "001@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46581", - "roomcode": "4239.EG.001", - "usage": 146 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46601", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39687, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46581, + "usage_id": 146 + }, + "4239.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "002, Flur", "arch_name": "002@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46601", - "roomcode": "4239.EG.002", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46754", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46601, + "usage_id": 222 + }, + "4239.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "B\u00fcro", "arch_name": "@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46754", - "roomcode": "4239.EG.003", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46770", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46754, + "usage_id": 12 + }, + "4239.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "Kinder-Ruheraum", "arch_name": "@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46770", - "roomcode": "4239.EG.004", - "usage": 146 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46786", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46770, + "usage_id": 146 + }, + "4239.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "K\u00fcche", "arch_name": "@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46786", - "roomcode": "4239.EG.005", - "usage": 28 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46938", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46786, + "usage_id": 28 + }, + "4239.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "Waschraum", "arch_name": "@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46938", - "roomcode": "4239.EG.006", - "usage": 210 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, EG", - "address_link": "ris.einzelraum?raumkey=46950", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46938, + "usage_id": 210 + }, + "4239.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "WC", "arch_name": "@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46950", - "roomcode": "4239.EG.007", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=46399", + "area_id": 42, + "building_id": 667, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46950, + "usage_id": 114 + }, + "4239.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "001, Flur", "arch_name": "001@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46399", - "roomcode": "4239.U1.001", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=46412", + "area_id": 42, + "building_id": 667, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46399, + "usage_id": 222 + }, + "4239.U1.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "002, Lager", "arch_name": "002@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46412", - "roomcode": "4239.U1.002", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=46419", + "area_id": 42, + "building_id": 667, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46412, + "usage_id": 30 + }, + "4239.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "003, Maschinenraum", "arch_name": "003@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46419", - "roomcode": "4239.U1.003", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=46564", + "area_id": 42, + "building_id": 667, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46419, + "usage_id": 120 + }, + "4239.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "alt_name": "004, Heizung", "arch_name": "004@4239", - "b_area_id": 42, - "b_filter_id": 667, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46564", - "roomcode": "4239.U1.004", - "usage": 201 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58976", + "area_id": 42, + "building_id": 667, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46564, + "usage_id": 201 + }, + "4254.01.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.01, Flur", "arch_name": "2.01@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58976", - "roomcode": "4254.01.001", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58977", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58976, + "usage_id": 222 + }, + "4254.01.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.02, WC", "arch_name": "2.02@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58977", - "roomcode": "4254.01.002", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58978", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58977, + "usage_id": 114 + }, + "4254.01.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.03, Wachdienstb\u00fcro", "arch_name": "2.03@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58978", - "roomcode": "4254.01.003", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58979", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58978, + "usage_id": 12 + }, + "4254.01.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.04, B\u00fcro Reinigungsfirma", "arch_name": "2.04@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58979", - "roomcode": "4254.01.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58980", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58979, + "usage_id": 12 + }, + "4254.01.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.05, Teek\u00fcche", "arch_name": "2.05@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58980", - "roomcode": "4254.01.005", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=59029", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58980, + "usage_id": 44 + }, + "4254.01.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.10, Treppe 1.OG-2.OG", "arch_name": "2.10@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59029", - "roomcode": "4254.01.006", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58981", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59029, + "usage_id": 223 + }, + "4254.01.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.06, Garderobe", "arch_name": "2.06@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58981", - "roomcode": "4254.01.007", - "usage": 121 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=58982", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58981, + "usage_id": 121 + }, + "4254.01.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.07, Speicher", "arch_name": "2.07@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58982", - "roomcode": "4254.01.008", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=64532", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58982, + "usage_id": 159 + }, + "4254.01.009": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "2.09, B\u00fcro Brandschutz", "arch_name": "2.09@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64532", - "roomcode": "4254.01.009", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=58983", + "area_id": 42, + "building_id": 971, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64532, + "usage_id": 12 + }, + "4254.02.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "001, Flur", "arch_name": "001@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58983", - "roomcode": "4254.02.001", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=58984", + "area_id": 42, + "building_id": 971, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58983, + "usage_id": 222 + }, + "4254.02.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "3.03, WC", "arch_name": "3.03@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58984", - "roomcode": "4254.02.002", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=58985", + "area_id": 42, + "building_id": 971, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58984, + "usage_id": 114 + }, + "4254.02.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "3.04, B\u00fcro", "arch_name": "3.04@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58985", - "roomcode": "4254.02.003", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=58986", + "area_id": 42, + "building_id": 971, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58985, + "usage_id": 12 + }, + "4254.02.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "3.05, B\u00fcro", "arch_name": "3.05@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58986", - "roomcode": "4254.02.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=58987", + "area_id": 42, + "building_id": 971, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58986, + "usage_id": 12 + }, + "4254.02.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "3.06, Speicher", "arch_name": "3.06@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58987", - "roomcode": "4254.02.005", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=59028", + "area_id": 42, + "building_id": 971, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58987, + "usage_id": 159 + }, + "4254.02.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "3.02, Abstellraum", "arch_name": "3.02@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59028", - "roomcode": "4254.02.006", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58954", + "area_id": 42, + "building_id": 971, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59028, + "usage_id": 30 + }, + "4254.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.01, Flur Eingang West", "arch_name": "1.01@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58954", - "roomcode": "4254.EG.001", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58955", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58954, + "usage_id": 222 + }, + "4254.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.02, WC", "arch_name": "1.02@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58955", - "roomcode": "4254.EG.002", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58956", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58955, + "usage_id": 114 + }, + "4254.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.03, Eltern/Kind-Zimmer", "arch_name": "1.03@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44107", - "operator": "[ TUWZH1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58956", - "roomcode": "4254.EG.003", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58957", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44107, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58956, + "usage_id": 44 + }, + "4254.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.04, IAESTE", "arch_name": "1.04@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58957", - "roomcode": "4254.EG.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58958", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58957, + "usage_id": 12 + }, + "4254.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.05, IAESTE", "arch_name": "1.05@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15453", - "operator": "[ TUS4OTD ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58958", - "roomcode": "4254.EG.005", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58959", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15453, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58958, + "usage_id": 12 + }, + "4254.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.06, Probenlager", "arch_name": "1.06@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58959", - "roomcode": "4254.EG.006", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58960", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15622, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58959, + "usage_id": 30 + }, + "4254.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.07, Probenlager", "arch_name": "1.07@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58960", - "roomcode": "4254.EG.007", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58961", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58960, + "usage_id": 30 + }, + "4254.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.08, Lagerraum", "arch_name": "1.08@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58961", - "roomcode": "4254.EG.008", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58962", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58961, + "usage_id": 30 + }, + "4254.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.09, Lagerraum Reinigungschemie", "arch_name": "1.09@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58962", - "roomcode": "4254.EG.009", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=64531", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58962, + "usage_id": 30 + }, + "4254.EG.009A": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.09a, Lagerraum MSR", "arch_name": "1.09a@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64531", - "roomcode": "4254.EG.009A", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58963", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64531, + "usage_id": 30 + }, + "4254.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.10, WC", "arch_name": "1.10@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58963", - "roomcode": "4254.EG.010", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58964", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58963, + "usage_id": 114 + }, + "4254.EG.011": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.12, Flur Eingang Ost", "arch_name": "1.12@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58964", - "roomcode": "4254.EG.011", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58965", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58964, + "usage_id": 222 + }, + "4254.EG.012": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.11, Treppe", "arch_name": "1.11@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58965", - "roomcode": "4254.EG.012", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58966", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58965, + "usage_id": 223 + }, + "4254.EG.013": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.13, Lager MSR", "arch_name": "1.13@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58966", - "roomcode": "4254.EG.013", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58967", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58966, + "usage_id": 30 + }, + "4254.EG.014": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.14, Lager Reinigungsmaschinen", "arch_name": "1.14@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58967", - "roomcode": "4254.EG.014", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58968", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58967, + "usage_id": 30 + }, + "4254.EG.015": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.15, Lager", "arch_name": "1.15@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58968", - "roomcode": "4254.EG.015", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58969", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58968, + "usage_id": 30 + }, + "4254.EG.016": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.16, Lager M\u00f6bel", "arch_name": "1.16@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58969", - "roomcode": "4254.EG.016", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58970", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58969, + "usage_id": 30 + }, + "4254.EG.017": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.17, Probenlager", "arch_name": "1.17@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58970", - "roomcode": "4254.EG.017", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58971", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58970, + "usage_id": 30 + }, + "4254.EG.018": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.18, Treppe", "arch_name": "1.18@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58971", - "roomcode": "4254.EG.018", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58972", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58971, + "usage_id": 223 + }, + "4254.EG.019": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.18, WC", "arch_name": "1.18@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58972", - "roomcode": "4254.EG.019", - "usage": 116 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=58975", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58972, + "usage_id": 116 + }, + "4254.EG.022": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "1.20, Flur Lager", "arch_name": "1.20@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58975", - "roomcode": "4254.EG.022", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=59458", + "area_id": 42, + "building_id": 971, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58975, + "usage_id": 222 + }, + "4254.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "-1.01, Kellertreppe", "arch_name": "-1.01@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59458", - "roomcode": "4254.U1.001", - "usage": 7 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=58950", + "area_id": 42, + "building_id": 971, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59458, + "usage_id": 7 + }, + "4254.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "-1.04, Heizungsraum", "arch_name": "-1.04@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58950", - "roomcode": "4254.U1.003", - "usage": 201 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=58951", + "area_id": 42, + "building_id": 971, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58950, + "usage_id": 201 + }, + "4254.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "-1.03, Keller", "arch_name": "-1.03@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58951", - "roomcode": "4254.U1.004", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=58952", + "area_id": 42, + "building_id": 971, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58951, + "usage_id": 159 + }, + "4254.U1.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "-1.02, Keller", "arch_name": "-1.02@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58952", - "roomcode": "4254.U1.005", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=58953", + "area_id": 42, + "building_id": 971, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58952, + "usage_id": 159 + }, + "4254.U1.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "-1.05, Heiz\u00f6llager", "arch_name": "-1.05@4254", - "b_area_id": 42, - "b_filter_id": 971, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58953", - "roomcode": "4254.U1.006", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=67618", + "area_id": 42, + "building_id": 971, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58953, + "usage_id": 30 + }, + "4259.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "001, Lager", "arch_name": "001@4259", - "b_area_id": 42, - "b_filter_id": 2109, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67618", - "roomcode": "4259.EG.001", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=67619", + "area_id": 42, + "building_id": 2109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67618, + "usage_id": 30 + }, + "4259.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "002, Lager", "arch_name": "002@4259", - "b_area_id": 42, - "b_filter_id": 2109, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67619", - "roomcode": "4259.EG.002", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58889", + "area_id": 42, + "building_id": 2109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67619, + "usage_id": 30 + }, + "4264.01.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.02, Aufenthaltsraum 2 (gem. Nutzung)", "arch_name": "2.02@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58889", - "roomcode": "4264.01.001", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58890", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58889, + "usage_id": 44 + }, + "4264.01.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.03, B\u00fcro 3 (Ern\u00e4hrungswissenschaft)", "arch_name": "2.03@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58890", - "roomcode": "4264.01.003", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58891", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58890, + "usage_id": 12 + }, + "4264.01.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.06, B\u00fcro 4 (Bio)", "arch_name": "2.06@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58891", - "roomcode": "4264.01.004", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=59030", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58891, + "usage_id": 12 + }, + "4264.01.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.07, B\u00fcro 5 (Forst & Landschaft)", "arch_name": "2.07@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59030", - "roomcode": "4264.01.006", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58940", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59030, + "usage_id": 12 + }, + "4264.01.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.05, Flur", "arch_name": "2.05@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58940", - "roomcode": "4264.01.008", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58941", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58940, + "usage_id": 222 + }, + "4264.01.009": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.05a, Treppe", "arch_name": "2.05a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58941", - "roomcode": "4264.01.009", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58942", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58941, + "usage_id": 223 + }, + "4264.01.010": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.04, Flur/Garderobe", "arch_name": "2.04@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58942", - "roomcode": "4264.01.010", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58943", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58942, + "usage_id": 222 + }, + "4264.01.011": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.01, Flur", "arch_name": "2.01@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58943", - "roomcode": "4264.01.011", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=58944", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58943, + "usage_id": 222 + }, + "4264.01.012": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "2.01a, Treppe", "arch_name": "2.01a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58944", - "roomcode": "4264.01.012", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=61089", + "area_id": 42, + "building_id": 993, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58944, + "usage_id": 223 + }, + "4264.02.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.03, Speicher", "arch_name": "3.03@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61089", - "roomcode": "4264.02.001", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=61090", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61089, + "usage_id": 159 + }, + "4264.02.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.02, Speicher", "arch_name": "3.02@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61090", - "roomcode": "4264.02.002", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=61578", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61090, + "usage_id": 159 + }, + "4264.02.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.01, Lager", "arch_name": "3.01@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61578", - "roomcode": "4264.02.003", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=58945", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61578, + "usage_id": 159 + }, + "4264.02.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.04, Speicher", "arch_name": "3.04@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58945", - "roomcode": "4264.02.004", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=58946", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58945, + "usage_id": 159 + }, + "4264.02.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.05, Flur", "arch_name": "3.05@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58946", - "roomcode": "4264.02.005", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=58947", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58946, + "usage_id": 222 + }, + "4264.02.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.05a, Treppe", "arch_name": "3.05a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58947", - "roomcode": "4264.02.006", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=58948", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58947, + "usage_id": 223 + }, + "4264.02.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.06a, Treppe", "arch_name": "3.06a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58948", - "roomcode": "4264.02.007", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=58949", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58948, + "usage_id": 223 + }, + "4264.02.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "3.06, Flur", "arch_name": "3.06@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58949", - "roomcode": "4264.02.008", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58869", + "area_id": 42, + "building_id": 993, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58949, + "usage_id": 222 + }, + "4264.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.02, Aufenthaltsraum 1 (gem. Nutzung)", "arch_name": "1.02@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58869", - "roomcode": "4264.EG.001", - "usage": 44 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58880", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58869, + "usage_id": 44 + }, + "4264.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.03, B\u00fcro 1 (Lemibrau)", "arch_name": "1.03@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58880", - "roomcode": "4264.EG.002", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58881", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58880, + "usage_id": 12 + }, + "4264.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.06, B\u00fcro 2 (Agrar)", "arch_name": "1.06@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58881", - "roomcode": "4264.EG.003", - "usage": 12 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58882", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58881, + "usage_id": 12 + }, + "4264.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.07, Meetingraum 1 (gem. Nutzung)", "arch_name": "1.07@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58882", - "roomcode": "4264.EG.004", - "usage": 196 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58883", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58882, + "usage_id": 196 + }, + "4264.EG.005": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.05, Flur", "arch_name": "1.05@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58883", - "roomcode": "4264.EG.005", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58884", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58883, + "usage_id": 222 + }, + "4264.EG.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.05a, Treppe", "arch_name": "1.05a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58884", - "roomcode": "4264.EG.006", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58885", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58884, + "usage_id": 223 + }, + "4264.EG.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.08, WC", "arch_name": "1.08@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58885", - "roomcode": "4264.EG.007", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58886", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58885, + "usage_id": 114 + }, + "4264.EG.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.04, WC", "arch_name": "1.04@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58886", - "roomcode": "4264.EG.008", - "usage": 114 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58887", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58886, + "usage_id": 114 + }, + "4264.EG.009": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.01, Flur", "arch_name": "1.01@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58887", - "roomcode": "4264.EG.009", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, EG", - "address_link": "ris.einzelraum?raumkey=58888", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58887, + "usage_id": 222 + }, + "4264.EG.010": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "1.01a, Treppe", "arch_name": "1.01a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58888", - "roomcode": "4264.EG.010", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=61088", + "area_id": 42, + "building_id": 993, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58888, + "usage_id": 223 + }, + "4264.U1.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.02, Lager 1 (gem. Nutzung)", "arch_name": "-1.02@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61088", - "roomcode": "4264.U1.001", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58868", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61088, + "usage_id": 159 + }, + "4264.U1.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.03, Server", "arch_name": "-1.03@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58868", - "roomcode": "4264.U1.002", - "usage": 202 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58870", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58868, + "usage_id": 202 + }, + "4264.U1.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.04, Technik", "arch_name": "-1.04@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58870", - "roomcode": "4264.U1.003", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58871", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58870, + "usage_id": 120 + }, + "4264.U1.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.08, Lager 2 (gem. Nutzung)", "arch_name": "-1.08@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58871", - "roomcode": "4264.U1.004", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58872", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58871, + "usage_id": 159 + }, + "4264.U1.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58872", - "roomcode": "4264.U1.005", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58873", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58872, + "usage_id": 159 + }, + "4264.U1.006": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.10, Reinigungsmittel", "arch_name": "-1.10@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58873", - "roomcode": "4264.U1.006", - "usage": 205 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58874", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58873, + "usage_id": 205 + }, + "4264.U1.007": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.06, Flur", "arch_name": "-1.06@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58874", - "roomcode": "4264.U1.007", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58875", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58874, + "usage_id": 222 + }, + "4264.U1.008": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.07, Keller (gem. Nutzung)", "arch_name": "-1.07@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58875", - "roomcode": "4264.U1.008", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58876", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58875, + "usage_id": 159 + }, + "4264.U1.009": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.05, Keller (gem. Nutzung)", "arch_name": "-1.05@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58876", - "roomcode": "4264.U1.009", - "usage": 159 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58877", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58876, + "usage_id": 159 + }, + "4264.U1.010": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.01, Flur", "arch_name": "-1.01@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58877", - "roomcode": "4264.U1.010", - "usage": 222 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58878", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58877, + "usage_id": 222 + }, + "4264.U1.011": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.01a, Treppe", "arch_name": "-1.01a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58878", - "roomcode": "4264.U1.011", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=58879", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58878, + "usage_id": 223 + }, + "4264.U1.012": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "alt_name": "-1.06a, Treppe", "arch_name": "-1.06a@4264", - "b_area_id": 42, - "b_filter_id": 993, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=58879", - "roomcode": "4264.U1.012", - "usage": 223 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=67613", + "area_id": 42, + "building_id": 993, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58879, + "usage_id": 223 + }, + "4267.EG.001": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "001, Feuerwehrfahrzeughalle und Lager", "arch_name": "001@4267", - "b_area_id": 42, - "b_filter_id": 2089, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=45070", - "operator": "[ TUZV848 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67613", - "roomcode": "4267.EG.001", - "usage": 100 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=68038", + "area_id": 42, + "building_id": 2089, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 45070, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67613, + "usage_id": 100 + }, + "4267.EG.001B": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "001b, Lager", "arch_name": "001b@4267", - "b_area_id": 42, - "b_filter_id": 2089, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68038", - "roomcode": "4267.EG.001B", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=67615", + "area_id": 42, + "building_id": 2089, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68038, + "usage_id": 30 + }, + "4267.EG.002": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "002, L\u00fcftung/Heizung", "arch_name": "002@4267", - "b_area_id": 42, - "b_filter_id": 2089, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67615", - "roomcode": "4267.EG.002", - "usage": 120 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=67616", + "area_id": 42, + "building_id": 2089, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67615, + "usage_id": 120 + }, + "4267.EG.003": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "003, Lager", "arch_name": "003@4267", - "b_area_id": 42, - "b_filter_id": 2089, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67616", - "roomcode": "4267.EG.003", - "usage": 30 - }, - { - "address": "Emil-Erlenmeyer-Forum 6, EG", - "address_link": "ris.einzelraum?raumkey=67617", + "area_id": 42, + "building_id": 2089, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67616, + "usage_id": 30 + }, + "4267.EG.004": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "alt_name": "004, Flur", "arch_name": "004@4267", - "b_area_id": 42, - "b_filter_id": 2089, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67617", - "roomcode": "4267.EG.004", - "usage": 222 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66689", + "area_id": 42, + "building_id": 2089, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67617, + "usage_id": 222 + }, + "4275.01.001": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-01, Treppe", "arch_name": "1-01@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66689", - "roomcode": "4275.01.001", - "usage": 223 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66690", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66689, + "usage_id": 223 + }, + "4275.01.102": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-02, Flur 1", "arch_name": "1-02@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66690", - "roomcode": "4275.01.102", - "usage": 222 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66691", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66690, + "usage_id": 222 + }, + "4275.01.103": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-03, Dusche-Damen/Herren", "arch_name": "1-03@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66691", - "roomcode": "4275.01.103", - "usage": 113 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66696", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66691, + "usage_id": 113 + }, + "4275.01.104": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-04, Aufenthaltsraum", "arch_name": "1-04@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66696", - "roomcode": "4275.01.104", - "usage": 44 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66694", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66696, + "usage_id": 44 + }, + "4275.01.105": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-05, Umkleide-Herren", "arch_name": "1-05@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66694", - "roomcode": "4275.01.105", - "usage": 121 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66695", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66694, + "usage_id": 121 + }, + "4275.01.106": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-06, WC-Herren", "arch_name": "1-06@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66695", - "roomcode": "4275.01.106", - "usage": 115 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66692", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66695, + "usage_id": 115 + }, + "4275.01.107": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-07, WC-Damen", "arch_name": "1-07@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66692", - "roomcode": "4275.01.107", - "usage": 116 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66693", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66692, + "usage_id": 116 + }, + "4275.01.108": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-08, Umkleide-Damen", "arch_name": "1-08@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66693", - "roomcode": "4275.01.108", - "usage": 121 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66704", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66693, + "usage_id": 121 + }, + "4275.01.109": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-09, Flur Technik", "arch_name": "1-09@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66704", - "roomcode": "4275.01.109", - "usage": 222 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66697", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66704, + "usage_id": 222 + }, + "4275.01.110": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-10, Technik Entrauchung (Fa. regineering)", "arch_name": "1-10@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66697", - "roomcode": "4275.01.110", - "usage": 120 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66698", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66697, + "usage_id": 120 + }, + "4275.01.111": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-11, Technik Druckluft (Fa. regineering)", "arch_name": "1-11@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66698", - "roomcode": "4275.01.111", - "usage": 120 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66699", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66698, + "usage_id": 120 + }, + "4275.01.112A": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66699", - "roomcode": "4275.01.112A", - "usage": 207 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66701", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66699, + "usage_id": 207 + }, + "4275.01.114": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66701", - "roomcode": "4275.01.114", - "usage": 120 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66702", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66701, + "usage_id": 120 + }, + "4275.01.115": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-15, Technik RLT1 (Fa. regineering)", "arch_name": "1-15@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66702", - "roomcode": "4275.01.115", - "usage": 32 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66703", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66702, + "usage_id": 32 + }, + "4275.01.116": { + "address": { + "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", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66703", - "roomcode": "4275.01.116", - "usage": 120 - }, - { - "address": "An der M\u00fchle 20, 1.OG", - "address_link": "ris.einzelraum?raumkey=66700", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66703, + "usage_id": 120 + }, + "4275.01.117": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "1-17, Technik RLT2 (Fa. regineering)", "arch_name": "1-17@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66700", - "roomcode": "4275.01.117", - "usage": 32 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66680", + "area_id": 138, + "building_id": 1909, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66700, + "usage_id": 32 + }, + "4275.EG.001": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-01, Windfang / Treppe", "arch_name": "0-01@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66680", - "roomcode": "4275.EG.001", - "usage": 222 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66681", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66680, + "usage_id": 222 + }, + "4275.EG.002": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-02, Halle Klimakammern", "arch_name": "0-02@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66681", - "roomcode": "4275.EG.002", - "usage": 166 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66682", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66681, + "usage_id": 166 + }, + "4275.EG.003": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-03, Vorbereitung", "arch_name": "0-03@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66682", - "roomcode": "4275.EG.003", - "usage": 166 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66688", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66682, + "usage_id": 166 + }, + "4275.EG.003A": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-03a, Treppe im Freien", "arch_name": "0-03a@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66688", - "roomcode": "4275.EG.003A", - "usage": 7 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66683", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66688, + "usage_id": 7 + }, + "4275.EG.004": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-04, Lager", "arch_name": "0-04@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66683", - "roomcode": "4275.EG.004", - "usage": 30 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66684", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66683, + "usage_id": 30 + }, + "4275.EG.005A": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-05a, Elektroverteilung (Fa. regineering)", "arch_name": "0-05a@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66684", - "roomcode": "4275.EG.005A", - "usage": 120 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66685", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66684, + "usage_id": 120 + }, + "4275.EG.005B": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-05b, Elektroverteilung (Fa. regineering)", "arch_name": "0-05b@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66685", - "roomcode": "4275.EG.005B", - "usage": 120 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66686", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66685, + "usage_id": 120 + }, + "4275.EG.006": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-06, Batterieraum", "arch_name": "0-06@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66686", - "roomcode": "4275.EG.006", - "usage": 160 - }, - { - "address": "An der M\u00fchle 20, EG", - "address_link": "ris.einzelraum?raumkey=66687", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66686, + "usage_id": 160 + }, + "4275.EG.007": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "alt_name": "0-07, Technik Heizung (Fa. regineering)", "arch_name": "0-07@4275", - "b_area_id": 138, - "b_filter_id": 1909, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=52257", - "operator": "[ TUS4P7T ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66687", - "roomcode": "4275.EG.007", - "usage": 201 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53560", + "area_id": 138, + "building_id": 1909, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 52257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66687, + "usage_id": 201 + }, + "4277.01.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53560", - "roomcode": "4277.01.001", - "usage": 187 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53575", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53560, + "usage_id": 187 + }, + "4277.01.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18649&cReadonly=J", - "list_index": "289", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53575", - "roomcode": "4277.01.002", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10417", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18649, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53575, + "usage_id": 44 + }, + "4277.01.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10417", - "roomcode": "4277.01.003", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10421", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10417, + "usage_id": 12 + }, + "4277.01.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "extended": { - "additional_description": "1.3.1.7, Zeichen / Konstruktion", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), 1.Obergescho\u00df", - "architect_room_nr": "1.3.1.7@4277", - "area_m2": 17.1, - "building": "4277 Forstwissenschaften", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10421", - "roomcode": "4277.01.004", - "usage": 55 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53742", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10421, + "usage_id": 55 + }, + "4277.01.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53742", - "roomcode": "4277.01.005", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10461", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53742, + "usage_id": 223 + }, + "4277.01.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10461", - "roomcode": "4277.01.006", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10462", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10461, + "usage_id": 12 + }, + "4277.01.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10462", - "roomcode": "4277.01.007", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10465", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10462, + "usage_id": 12 + }, + "4277.01.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10465", - "roomcode": "4277.01.008", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=53928", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10465, + "usage_id": 12 + }, + "4277.01.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53928", - "roomcode": "4277.01.009", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10502", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53928, + "usage_id": 12 + }, + "4277.01.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10502", - "roomcode": "4277.01.010", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10555", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10502, + "usage_id": 12 + }, + "4277.01.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10555", - "roomcode": "4277.01.011", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10557", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10555, + "usage_id": 12 + }, + "4277.01.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10557", - "roomcode": "4277.01.012", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10558", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10557, + "usage_id": 12 + }, + "4277.01.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10558", - "roomcode": "4277.01.013", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51350", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10558, + "usage_id": 12 + }, + "4277.01.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51350", - "roomcode": "4277.01.014", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=70503", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51350, + "usage_id": 222 + }, + "4277.01.014A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70503", - "roomcode": "4277.01.014A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51363", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70503, + "usage_id": 7 + }, + "4277.01.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51363", - "roomcode": "4277.01.015", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51512", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51363, + "usage_id": 12 + }, + "4277.01.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51512", - "roomcode": "4277.01.016", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51525", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51512, + "usage_id": 12 + }, + "4277.01.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51525", - "roomcode": "4277.01.017", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10645", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51525, + "usage_id": 12 + }, + "4277.01.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=50737", - "operator": "[ TUWZW2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10645", - "roomcode": "4277.01.018", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51556", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10645, + "usage_id": 12 + }, + "4277.01.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=50737", - "operator": "[ TUWZW2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51556", - "roomcode": "4277.01.019", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10656", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50737, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51556, + "usage_id": 12 + }, + "4277.01.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=50737", - "operator": "[ TUWZW2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10656", - "roomcode": "4277.01.020", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10662", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50737, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10656, + "usage_id": 12 + }, + "4277.01.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=50737", - "operator": "[ TUWZW2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10662", - "roomcode": "4277.01.021", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51728", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 50737, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10662, + "usage_id": 2 + }, + "4277.01.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51728", - "roomcode": "4277.01.022", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52035", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51728, + "usage_id": 12 + }, + "4277.01.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52035", - "roomcode": "4277.01.023", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52047", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52035, + "usage_id": 12 + }, + "4277.01.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52047", - "roomcode": "4277.01.024", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52059", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52047, + "usage_id": 110 + }, + "4277.01.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52059", - "roomcode": "4277.01.025", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52071", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52059, + "usage_id": 110 + }, + "4277.01.026": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52071", - "roomcode": "4277.01.026", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52561", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52071, + "usage_id": 12 + }, + "4277.01.027": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52561", - "roomcode": "4277.01.027", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52569", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52561, + "usage_id": 205 + }, + "4277.01.029": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52569", - "roomcode": "4277.01.029", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52583", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52569, + "usage_id": 116 + }, + "4277.01.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52583", - "roomcode": "4277.01.030", - "usage": 117 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52202", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52583, + "usage_id": 117 + }, + "4277.01.032": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52202", - "roomcode": "4277.01.032", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52215", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52202, + "usage_id": 115 + }, + "4277.01.033": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52215", - "roomcode": "4277.01.033", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52223", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52215, + "usage_id": 222 + }, + "4277.01.033A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52223", - "roomcode": "4277.01.033A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52239", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52223, + "usage_id": 223 + }, + "4277.01.033B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52239", - "roomcode": "4277.01.033B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51871", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52239, + "usage_id": 222 + }, + "4277.01.034": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51871", - "roomcode": "4277.01.034", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51879", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51871, + "usage_id": 4 + }, + "4277.01.035": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51879", - "roomcode": "4277.01.035", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51897", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51879, + "usage_id": 120 + }, + "4277.01.036": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51897", - "roomcode": "4277.01.036", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51908", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51897, + "usage_id": 120 + }, + "4277.01.037": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51908", - "roomcode": "4277.01.037", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52387", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51908, + "usage_id": 102 + }, + "4277.01.038": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15607&cRes=18734&cReadonly=J", - "list_index": "326", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52387", - "roomcode": "4277.01.038", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52403", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18734, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52387, + "usage_id": 102 + }, + "4277.01.039": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52403", - "roomcode": "4277.01.039", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=52416", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52403, + "usage_id": 102 + }, + "4277.01.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52416", - "roomcode": "4277.01.040", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50069", - "alt_name": "2.3.1.2, K\u00fchlraum f\u00fcr wissenschaftlich-technische ", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52416, + "usage_id": 102 + }, + "4277.01.041": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50069", - "roomcode": "4277.01.041", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50080", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50069, + "usage_id": 199 + }, + "4277.01.042": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50080", - "roomcode": "4277.01.042", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50092", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50080, + "usage_id": 120 + }, + "4277.01.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50092", - "roomcode": "4277.01.043", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50106", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50241, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50092, + "usage_id": 102 + }, + "4277.01.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50106", - "roomcode": "4277.01.044", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50231", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50241, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50106, + "usage_id": 103 + }, + "4277.01.045": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=50737", - "operator": "[ TUWZW2A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50231", - "roomcode": "4277.01.045", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50244", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50737, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50231, + "usage_id": 102 + }, + "4277.01.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50244", - "roomcode": "4277.01.046", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50256", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50241, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50244, + "usage_id": 102 + }, + "4277.01.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50256", - "roomcode": "4277.01.047", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50393", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50241, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50256, + "usage_id": 30 + }, + "4277.01.048": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50393", - "roomcode": "4277.01.048", - "usage": 209 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50405", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50241, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50393, + "usage_id": 209 + }, + "4277.01.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50405", - "roomcode": "4277.01.049", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50418", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 50241, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50405, + "usage_id": 30 + }, + "4277.01.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "extended": { - "additional_description": "2.3.1.1, Seminarraum", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), 1.Obergescho\u00df", - "architect_room_nr": "2.3.1.1@4277", - "area_m2": 26.4, - "building": "4277 Forstwissenschaften", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "050", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50418", - "roomcode": "4277.01.050", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50430", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50418, + "usage_id": 41 + }, + "4277.01.051": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50430", - "roomcode": "4277.01.051", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50579", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50430, + "usage_id": 222 + }, + "4277.01.052": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50579", - "roomcode": "4277.01.052", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=70544", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50579, + "usage_id": 222 + }, + "4277.01.052A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70544", - "roomcode": "4277.01.052A", - "usage": 16 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50587", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70544, + "usage_id": 16 + }, + "4277.01.053": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50587", - "roomcode": "4277.01.053", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50721", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50587, + "usage_id": 222 + }, + "4277.01.053A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50721", - "roomcode": "4277.01.053A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=16278", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50721, + "usage_id": 223 + }, + "4277.01.054": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=15316&cReadonly=J", - "list_index": "344", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=16278", - "roomcode": "4277.01.054", - "usage": 196 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50744", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 15316, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16278, + "usage_id": 196 + }, + "4277.01.055": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=30372&cReadonly=J", - "list_index": "345", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50744", - "roomcode": "4277.01.055", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50761", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 30372, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50744, + "usage_id": 12 + }, + "4277.01.056": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50761", - "roomcode": "4277.01.056", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50902", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50761, + "usage_id": 12 + }, + "4277.01.057": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50902", - "roomcode": "4277.01.057", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50919", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50902, + "usage_id": 12 + }, + "4277.01.058": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50919", - "roomcode": "4277.01.058", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50929", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50919, + "usage_id": 12 + }, + "4277.01.059": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50929", - "roomcode": "4277.01.059", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51066", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50929, + "usage_id": 12 + }, + "4277.01.060": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51066", - "roomcode": "4277.01.060", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51080", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51066, + "usage_id": 223 + }, + "4277.01.061": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51080", - "roomcode": "4277.01.061", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51092", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51080, + "usage_id": 12 + }, + "4277.01.062": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=24075&cReadonly=J", - "list_index": "352", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51092", - "roomcode": "4277.01.062", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51107", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 24075, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51092, + "usage_id": 12 + }, + "4277.01.063": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51107", - "roomcode": "4277.01.063", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48627", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51107, + "usage_id": 110 + }, + "4277.01.064": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48627", - "roomcode": "4277.01.064", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48636", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48627, + "usage_id": 12 + }, + "4277.01.065": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48636", - "roomcode": "4277.01.065", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48648", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48636, + "usage_id": 12 + }, + "4277.01.066": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48648", - "roomcode": "4277.01.066", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48782", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48648, + "usage_id": 12 + }, + "4277.01.067": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48782", - "roomcode": "4277.01.067", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48793", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48782, + "usage_id": 12 + }, + "4277.01.068": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48793", - "roomcode": "4277.01.068", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=70509", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48793, + "usage_id": 222 + }, + "4277.01.068A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70509", - "roomcode": "4277.01.068A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48806", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70509, + "usage_id": 7 + }, + "4277.01.069": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48806", - "roomcode": "4277.01.069", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48946", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48806, + "usage_id": 12 + }, + "4277.01.070": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48946", - "roomcode": "4277.01.070", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48958", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48946, + "usage_id": 12 + }, + "4277.01.071": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48958", - "roomcode": "4277.01.071", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48974", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48958, + "usage_id": 12 + }, + "4277.01.072": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48974", - "roomcode": "4277.01.072", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49120", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48974, + "usage_id": 12 + }, + "4277.01.073": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49120", - "roomcode": "4277.01.073", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49130", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49120, + "usage_id": 12 + }, + "4277.01.074": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49130", - "roomcode": "4277.01.074", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49142", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49130, + "usage_id": 12 + }, + "4277.01.075": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49142", - "roomcode": "4277.01.075", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49157", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49142, + "usage_id": 12 + }, + "4277.01.076": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49157", - "roomcode": "4277.01.076", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49298", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49157, + "usage_id": 12 + }, + "4277.01.077": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15644&cRes=21444&cReadonly=J", - "list_index": "368", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49298", - "roomcode": "4277.01.077", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=63103", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 21444, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49298, + "usage_id": 12 + }, + "4277.01.077A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63103", - "roomcode": "4277.01.077A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49311", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63103, + "usage_id": 12 + }, + "4277.01.078": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=30373&cReadonly=J", - "list_index": "370", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49311", - "roomcode": "4277.01.078", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49457", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 30373, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50377, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49311, + "usage_id": 12 + }, + "4277.01.080": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=30374&cReadonly=J", - "list_index": "371", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49457", - "roomcode": "4277.01.080", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49469", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 30374, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49457, + "usage_id": 12 + }, + "4277.01.081": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=24555&cReadonly=J", - "list_index": "372", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49469", - "roomcode": "4277.01.081", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49479", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 24555, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49469, + "usage_id": 12 + }, + "4277.01.082": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49479", - "roomcode": "4277.01.082", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49492", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49479, + "usage_id": 205 + }, + "4277.01.084": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49492", - "roomcode": "4277.01.084", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49628", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49492, + "usage_id": 116 + }, + "4277.01.085": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49628", - "roomcode": "4277.01.085", - "usage": 117 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49646", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49628, + "usage_id": 117 + }, + "4277.01.087": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49646", - "roomcode": "4277.01.087", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49775", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49646, + "usage_id": 115 + }, + "4277.01.088": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49775", - "roomcode": "4277.01.088", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49790", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49775, + "usage_id": 4 + }, + "4277.01.089": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49790", - "roomcode": "4277.01.089", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49805", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49790, + "usage_id": 120 + }, + "4277.01.090": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49805", - "roomcode": "4277.01.090", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49948", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49805, + "usage_id": 120 + }, + "4277.01.091": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49948", - "roomcode": "4277.01.091", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49961", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49948, + "usage_id": 30 + }, + "4277.01.092": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49961", - "roomcode": "4277.01.092", - "usage": 132 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49973", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49961, + "usage_id": 132 + }, + "4277.01.093": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49973", - "roomcode": "4277.01.093", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50113", - "alt_name": "2.2.1.6, K\u00fchlraum f\u00fcr wissenschaftlich-technische ", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49973, + "usage_id": 102 + }, + "4277.01.094": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50113", - "roomcode": "4277.01.094", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50130", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50113, + "usage_id": 12 + }, + "4277.01.095": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50130", - "roomcode": "4277.01.095", - "usage": 194 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50271", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50130, + "usage_id": 194 + }, + "4277.01.096": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50271", - "roomcode": "4277.01.096", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50287", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50271, + "usage_id": 30 + }, + "4277.01.097": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50287", - "roomcode": "4277.01.097", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50300", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50287, + "usage_id": 120 + }, + "4277.01.098": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50300", - "roomcode": "4277.01.098", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50436", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50300, + "usage_id": 102 + }, + "4277.01.099": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50436", - "roomcode": "4277.01.099", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50445", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50436, + "usage_id": 102 + }, + "4277.01.100": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50445", - "roomcode": "4277.01.100", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50461", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50445, + "usage_id": 12 + }, + "4277.01.101": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50461", - "roomcode": "4277.01.101", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50599", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50461, + "usage_id": 12 + }, + "4277.01.102": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50599", - "roomcode": "4277.01.102", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50612", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50599, + "usage_id": 12 + }, + "4277.01.103": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50612", - "roomcode": "4277.01.103", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50633", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50612, + "usage_id": 30 + }, + "4277.01.104": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50633", - "roomcode": "4277.01.104", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50772", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50633, + "usage_id": 30 + }, + "4277.01.105": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50772", - "roomcode": "4277.01.105", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50789", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50772, + "usage_id": 44 + }, + "4277.01.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50789", - "roomcode": "4277.01.106", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50945", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50789, + "usage_id": 222 + }, + "4277.01.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50945", - "roomcode": "4277.01.107", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50960", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50945, + "usage_id": 222 + }, + "4277.01.107A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50960", - "roomcode": "4277.01.107A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50975", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50960, + "usage_id": 223 + }, + "4277.01.107B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50975", - "roomcode": "4277.01.107B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=70545", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50975, + "usage_id": 222 + }, + "4277.01.107C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70545", - "roomcode": "4277.01.107C", - "usage": 16 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12445", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70545, + "usage_id": 16 + }, + "4277.01.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18192&cReadonly=J", - "list_index": "400", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12445", - "roomcode": "4277.01.108", - "usage": 196 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51124", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18192, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12445, + "usage_id": 196 + }, + "4277.01.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51124", - "roomcode": "4277.01.109", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51143", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51124, + "usage_id": 12 + }, + "4277.01.110": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51143", - "roomcode": "4277.01.110", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48659", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51143, + "usage_id": 12 + }, + "4277.01.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48659", - "roomcode": "4277.01.111", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48674", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48659, + "usage_id": 12 + }, + "4277.01.112": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48674", - "roomcode": "4277.01.112", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48691", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15622, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48674, + "usage_id": 12 + }, + "4277.01.113": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48691", - "roomcode": "4277.01.113", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48826", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15622, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48691, + "usage_id": 12 + }, + "4277.01.114": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48826", - "roomcode": "4277.01.114", - "usage": 187 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48843", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48826, + "usage_id": 187 + }, + "4277.01.115": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48843", - "roomcode": "4277.01.115", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48857", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48843, + "usage_id": 223 + }, + "4277.01.116": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15622&cRes=18673&cReadonly=J", - "list_index": "408", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48857", - "roomcode": "4277.01.116", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48998", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18673, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15622, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48857, + "usage_id": 12 + }, + "4277.01.116A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48998", - "roomcode": "4277.01.116A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=61719", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48998, + "usage_id": 12 + }, + "4277.01.116B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61719", - "roomcode": "4277.01.116B", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49012", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61719, + "usage_id": 110 + }, + "4277.01.117": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49012", - "roomcode": "4277.01.117", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49029", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49012, + "usage_id": 12 + }, + "4277.01.118": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49029", - "roomcode": "4277.01.118", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49173", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49029, + "usage_id": 12 + }, + "4277.01.119": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49173", - "roomcode": "4277.01.119", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49189", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49173, + "usage_id": 12 + }, + "4277.01.120": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49189", - "roomcode": "4277.01.120", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=70510", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49189, + "usage_id": 222 + }, + "4277.01.120A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70510", - "roomcode": "4277.01.120A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49330", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70510, + "usage_id": 7 + }, + "4277.01.121": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49330", - "roomcode": "4277.01.121", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49345", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49330, + "usage_id": 12 + }, + "4277.01.122": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49345", - "roomcode": "4277.01.122", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=12777", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49345, + "usage_id": 12 + }, + "4277.01.123": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12777", - "roomcode": "4277.01.123", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49362", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12777, + "usage_id": 12 + }, + "4277.01.124": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49362", - "roomcode": "4277.01.124", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49500", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49362, + "usage_id": 12 + }, + "4277.01.125": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49500", - "roomcode": "4277.01.125", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49511", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49500, + "usage_id": 12 + }, + "4277.01.126": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49511", - "roomcode": "4277.01.126", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49522", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49511, + "usage_id": 12 + }, + "4277.01.127": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49522", - "roomcode": "4277.01.127", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49535", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15622, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49522, + "usage_id": 12 + }, + "4277.01.128": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49535", - "roomcode": "4277.01.128", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49668", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15622, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49535, + "usage_id": 12 + }, + "4277.01.129": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49668", - "roomcode": "4277.01.129", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49675", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49668, + "usage_id": 12 + }, + "4277.01.130": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49675", - "roomcode": "4277.01.130", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49686", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49675, + "usage_id": 12 + }, + "4277.01.131": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49686", - "roomcode": "4277.01.131", - "usage": 40 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49817", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49686, + "usage_id": 40 + }, + "4277.01.132": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49817", - "roomcode": "4277.01.132", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49825", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49817, + "usage_id": 12 + }, + "4277.01.133": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49825", - "roomcode": "4277.01.133", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49837", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49825, + "usage_id": 205 + }, + "4277.01.135": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49837", - "roomcode": "4277.01.135", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49849", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49837, + "usage_id": 116 + }, + "4277.01.136": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49849", - "roomcode": "4277.01.136", - "usage": 117 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49984", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49849, + "usage_id": 117 + }, + "4277.01.138": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49984", - "roomcode": "4277.01.138", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49997", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49984, + "usage_id": 115 + }, + "4277.01.139": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49997", - "roomcode": "4277.01.139", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50010", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49997, + "usage_id": 4 + }, + "4277.01.140": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50010", - "roomcode": "4277.01.140", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50155", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50010, + "usage_id": 120 + }, + "4277.01.141": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50155", - "roomcode": "4277.01.141", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50164", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50155, + "usage_id": 120 + }, + "4277.01.142": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50164", - "roomcode": "4277.01.142", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50174", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50164, + "usage_id": 120 + }, + "4277.01.143": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50174", - "roomcode": "4277.01.143", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50311", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50174, + "usage_id": 103 + }, + "4277.01.144": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50311", - "roomcode": "4277.01.144", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50319", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50311, + "usage_id": 102 + }, + "4277.01.145": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50319", - "roomcode": "4277.01.145", - "usage": 209 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50336", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50319, + "usage_id": 209 + }, + "4277.01.146": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50336", - "roomcode": "4277.01.146", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50477", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50336, + "usage_id": 12 + }, + "4277.01.147": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50477", - "roomcode": "4277.01.147", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50490", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50477, + "usage_id": 103 + }, + "4277.01.148": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50490", - "roomcode": "4277.01.148", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50503", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50490, + "usage_id": 102 + }, + "4277.01.149": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50503", - "roomcode": "4277.01.149", - "usage": 209 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50515", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50503, + "usage_id": 209 + }, + "4277.01.150": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50515", - "roomcode": "4277.01.150", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50653", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50515, + "usage_id": 102 + }, + "4277.01.151": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50653", - "roomcode": "4277.01.151", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50665", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50653, + "usage_id": 103 + }, + "4277.01.152": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50665", - "roomcode": "4277.01.152", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50679", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50665, + "usage_id": 223 + }, + "4277.01.153": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50679", - "roomcode": "4277.01.153", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50822", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50679, + "usage_id": 120 + }, + "4277.01.154": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50822", - "roomcode": "4277.01.154", - "usage": 132 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50836", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50822, + "usage_id": 132 + }, + "4277.01.155": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50836", - "roomcode": "4277.01.155", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50848", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50836, + "usage_id": 102 + }, + "4277.01.156": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50848", - "roomcode": "4277.01.156", - "usage": 133 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50999", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50848, + "usage_id": 133 + }, + "4277.01.157": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50999", - "roomcode": "4277.01.157", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=51014", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50999, + "usage_id": 12 + }, + "4277.01.158": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51014", - "roomcode": "4277.01.158", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48700", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15616, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51014, + "usage_id": 102 + }, + "4277.01.159": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48700", - "roomcode": "4277.01.159", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48714", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15616, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48700, + "usage_id": 102 + }, + "4277.01.160": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48714", - "roomcode": "4277.01.160", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48725", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48714, + "usage_id": 103 + }, + "4277.01.161": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48725", - "roomcode": "4277.01.161", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48862", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15616, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48725, + "usage_id": 12 + }, + "4277.01.162": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48862", - "roomcode": "4277.01.162", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48873", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48862, + "usage_id": 103 + }, + "4277.01.163": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48873", - "roomcode": "4277.01.163", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48885", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48873, + "usage_id": 44 + }, + "4277.01.164": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48885", - "roomcode": "4277.01.164", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=48896", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48885, + "usage_id": 222 + }, + "4277.01.165": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48896", - "roomcode": "4277.01.165", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49032", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48896, + "usage_id": 4 + }, + "4277.01.166": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49032", - "roomcode": "4277.01.166", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49046", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49032, + "usage_id": 223 + }, + "4277.01.167": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49046", - "roomcode": "4277.01.167", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49058", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15616, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49046, + "usage_id": 12 + }, + "4277.01.168": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49058", - "roomcode": "4277.01.168", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49072", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49058, + "usage_id": 12 + }, + "4277.01.169": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49072", - "roomcode": "4277.01.169", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49211", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49072, + "usage_id": 12 + }, + "4277.01.170": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49211", - "roomcode": "4277.01.170", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49220", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49211, + "usage_id": 103 + }, + "4277.01.171": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49220", - "roomcode": "4277.01.171", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49230", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49220, + "usage_id": 103 + }, + "4277.01.172": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49230", - "roomcode": "4277.01.172", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49242", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49230, + "usage_id": 102 + }, + "4277.01.173": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49242", - "roomcode": "4277.01.173", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49375", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49242, + "usage_id": 102 + }, + "4277.01.174": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "467", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49375", - "roomcode": "4277.01.174", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49384", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49375, + "usage_id": 102 + }, + "4277.01.175": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "468", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49384", - "roomcode": "4277.01.175", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49391", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49384, + "usage_id": 120 + }, + "4277.01.176": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49391", - "roomcode": "4277.01.176", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49403", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49391, + "usage_id": 103 + }, + "4277.01.177": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=23308&cReadonly=J", - "list_index": "470", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49403", - "roomcode": "4277.01.177", - "usage": 212 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49539", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 23308, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49403, + "usage_id": 212 + }, + "4277.01.178": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49539", - "roomcode": "4277.01.178", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49548", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49539, + "usage_id": 102 + }, + "4277.01.179": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "472", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49548", - "roomcode": "4277.01.179", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49555", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49548, + "usage_id": 102 + }, + "4277.01.180": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "473", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49555", - "roomcode": "4277.01.180", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49565", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49555, + "usage_id": 103 + }, + "4277.01.181": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49565", - "roomcode": "4277.01.181", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49571", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49565, + "usage_id": 102 + }, + "4277.01.182": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49571", - "roomcode": "4277.01.182", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49577", + "area_id": 42, + "building_id": 668, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49571, + "usage_id": 222 + }, + "4277.02.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "476", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49577", - "roomcode": "4277.02.001", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49699", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49577, + "usage_id": 12 + }, + "4277.02.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49699", - "roomcode": "4277.02.002", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49705", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49699, + "usage_id": 12 + }, + "4277.02.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "478", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49705", - "roomcode": "4277.02.003", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49711", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49705, + "usage_id": 12 + }, + "4277.02.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49711", - "roomcode": "4277.02.004", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49719", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49711, + "usage_id": 12 + }, + "4277.02.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49719", - "roomcode": "4277.02.005", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49724", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49719, + "usage_id": 12 + }, + "4277.02.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "481", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49724", - "roomcode": "4277.02.006", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49726", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49724, + "usage_id": 12 + }, + "4277.02.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "482", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49726", - "roomcode": "4277.02.007", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49732", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49726, + "usage_id": 12 + }, + "4277.02.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "483", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49732", - "roomcode": "4277.02.008", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49737", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49732, + "usage_id": 223 + }, + "4277.02.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "484", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49737", - "roomcode": "4277.02.009", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49859", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49737, + "usage_id": 12 + }, + "4277.02.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "485", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49859", - "roomcode": "4277.02.010", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49865", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49859, + "usage_id": 12 + }, + "4277.02.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "486", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49865", - "roomcode": "4277.02.011", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49870", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49865, + "usage_id": 12 + }, + "4277.02.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "487", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49870", - "roomcode": "4277.02.012", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49877", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49870, + "usage_id": 12 + }, + "4277.02.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "488", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49877", - "roomcode": "4277.02.013", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49884", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49877, + "usage_id": 12 + }, + "4277.02.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "489", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49884", - "roomcode": "4277.02.014", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49890", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49884, + "usage_id": 12 + }, + "4277.02.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "490", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49890", - "roomcode": "4277.02.015", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=49896", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49890, + "usage_id": 12 + }, + "4277.02.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "491", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49896", - "roomcode": "4277.02.016", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=70529", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49896, + "usage_id": 222 + }, + "4277.02.016A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "492", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70529", - "roomcode": "4277.02.016A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50018", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70529, + "usage_id": 7 + }, + "4277.02.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "493", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50018", - "roomcode": "4277.02.017", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50027", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50018, + "usage_id": 222 + }, + "4277.02.017A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "494", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50027", - "roomcode": "4277.02.017A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50032", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50027, + "usage_id": 223 + }, + "4277.02.017B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "495", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50032", - "roomcode": "4277.02.017B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50037", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50032, + "usage_id": 222 + }, + "4277.02.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "496", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50037", - "roomcode": "4277.02.018", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50043", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50037, + "usage_id": 205 + }, + "4277.02.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "497", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50043", - "roomcode": "4277.02.020", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50051", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50043, + "usage_id": 116 + }, + "4277.02.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "498", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50051", - "roomcode": "4277.02.021", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50056", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50051, + "usage_id": 30 + }, + "4277.02.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "499", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50056", - "roomcode": "4277.02.023", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50187", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50056, + "usage_id": 115 + }, + "4277.02.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "500", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50187", - "roomcode": "4277.02.024", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50193", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50187, + "usage_id": 4 + }, + "4277.02.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "501", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50193", - "roomcode": "4277.02.025", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50198", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50193, + "usage_id": 120 + }, + "4277.02.026": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "502", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50198", - "roomcode": "4277.02.026", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50203", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50198, + "usage_id": 120 + }, + "4277.02.027": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "503", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50203", - "roomcode": "4277.02.027", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50206", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50203, + "usage_id": 102 + }, + "4277.02.028": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "504", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50206", - "roomcode": "4277.02.028", - "usage": 166 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50209", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50206, + "usage_id": 166 + }, + "4277.02.029": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "505", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50209", - "roomcode": "4277.02.029", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50211", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50209, + "usage_id": 102 + }, + "4277.02.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "506", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50211", - "roomcode": "4277.02.030", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50215", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50211, + "usage_id": 102 + }, + "4277.02.031": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "507", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50215", - "roomcode": "4277.02.031", - "usage": 209 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50219", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50215, + "usage_id": 209 + }, + "4277.02.032": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "508", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50219", - "roomcode": "4277.02.032", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50347", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50219, + "usage_id": 102 + }, + "4277.02.033": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "509", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50347", - "roomcode": "4277.02.033", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50352", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50347, + "usage_id": 199 + }, + "4277.02.034": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "510", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50352", - "roomcode": "4277.02.034", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50356", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50352, + "usage_id": 120 + }, + "4277.02.035": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "511", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50356", - "roomcode": "4277.02.035", - "usage": 136 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50361", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15674, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50356, + "usage_id": 136 + }, + "4277.02.036": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "512", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50361", - "roomcode": "4277.02.036", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50365", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50361, + "usage_id": 102 + }, + "4277.02.037": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "513", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50365", - "roomcode": "4277.02.037", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50369", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50365, + "usage_id": 102 + }, + "4277.02.038": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "514", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50369", - "roomcode": "4277.02.038", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50375", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50369, + "usage_id": 102 + }, + "4277.02.039": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "515", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50375", - "roomcode": "4277.02.039", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50380", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50375, + "usage_id": 102 + }, + "4277.02.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "516", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50380", - "roomcode": "4277.02.040", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50385", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50380, + "usage_id": 103 + }, + "4277.02.041": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "517", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50385", - "roomcode": "4277.02.041", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50520", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50385, + "usage_id": 102 + }, + "4277.02.042": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "518", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50520", - "roomcode": "4277.02.042", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50524", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50520, + "usage_id": 222 + }, + "4277.02.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "519", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50524", - "roomcode": "4277.02.043", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50529", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50524, + "usage_id": 222 + }, + "4277.02.043A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "520", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50529", - "roomcode": "4277.02.043A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50533", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50529, + "usage_id": 223 + }, + "4277.02.043B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "521", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50533", - "roomcode": "4277.02.043B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50538", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50533, + "usage_id": 222 + }, + "4277.02.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "522", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50538", - "roomcode": "4277.02.044", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50542", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50538, + "usage_id": 12 + }, + "4277.02.045": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "523", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50542", - "roomcode": "4277.02.045", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50546", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50542, + "usage_id": 12 + }, + "4277.02.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "524", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50546", - "roomcode": "4277.02.046", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50550", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50546, + "usage_id": 12 + }, + "4277.02.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "525", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50550", - "roomcode": "4277.02.047", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50684", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50550, + "usage_id": 12 + }, + "4277.02.048": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "526", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50684", - "roomcode": "4277.02.048", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50688", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50684, + "usage_id": 12 + }, + "4277.02.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15607&cRes=19258&cReadonly=J", - "list_index": "527", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50688", - "roomcode": "4277.02.049", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50544", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 19258, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50688, + "usage_id": 12 + }, + "4277.02.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "528", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50544", - "roomcode": "4277.02.050", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50381", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50544, + "usage_id": 223 + }, + "4277.02.051": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "529", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50381", - "roomcode": "4277.02.051", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50388", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50381, + "usage_id": 12 + }, + "4277.02.052": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "530", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50388", - "roomcode": "4277.02.052", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50522", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50388, + "usage_id": 12 + }, + "4277.02.053": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "531", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50522", - "roomcode": "4277.02.053", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=12933", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50522, + "usage_id": 12 + }, + "4277.02.054": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15611&cRes=18193&cReadonly=J", - "list_index": "532", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=12933", - "roomcode": "4277.02.054", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50532", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18193, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15611, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12933, + "usage_id": 12 + }, + "4277.02.055": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18675&cReadonly=J", - "extended": { - "additional_description": "1.2.2.11, Unterrichtsraum 56", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), 2.Obergescho\u00df", - "architect_room_nr": "1.2.2.11@4277", - "area_m2": 46.0, - "building": "4277 Forstwissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "055", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "533", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50532", - "roomcode": "4277.02.055", - "usage": 130 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50537", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18675, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50532, + "usage_id": 130 + }, + "4277.02.056": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "534", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50537", - "roomcode": "4277.02.056", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=70530", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50537, + "usage_id": 222 + }, + "4277.02.056A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "535", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70530", - "roomcode": "4277.02.056A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47301", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70530, + "usage_id": 7 + }, + "4277.02.057": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "536", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47301", - "roomcode": "4277.02.057", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47306", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47301, + "usage_id": 205 + }, + "4277.02.059": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "537", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47306", - "roomcode": "4277.02.059", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47312", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47306, + "usage_id": 116 + }, + "4277.02.060": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "538", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47312", - "roomcode": "4277.02.060", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47318", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47312, + "usage_id": 30 + }, + "4277.02.062": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "539", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47318", - "roomcode": "4277.02.062", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47322", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47318, + "usage_id": 115 + }, + "4277.02.063": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "540", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47322", - "roomcode": "4277.02.063", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47329", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47322, + "usage_id": 4 + }, + "4277.02.064": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "541", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47329", - "roomcode": "4277.02.064", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47334", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47329, + "usage_id": 120 + }, + "4277.02.065": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "542", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47334", - "roomcode": "4277.02.065", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47399", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47334, + "usage_id": 120 + }, + "4277.02.066": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "543", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47399", - "roomcode": "4277.02.066", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47407", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47399, + "usage_id": 103 + }, + "4277.02.067": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "544", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47407", - "roomcode": "4277.02.067", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47412", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47407, + "usage_id": 102 + }, + "4277.02.068": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "545", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47412", - "roomcode": "4277.02.068", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47418", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47412, + "usage_id": 12 + }, + "4277.02.069": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "546", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47418", - "roomcode": "4277.02.069", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47424", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47418, + "usage_id": 12 + }, + "4277.02.070": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "547", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47424", - "roomcode": "4277.02.070", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47428", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47424, + "usage_id": 102 + }, + "4277.02.071": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "548", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47428", - "roomcode": "4277.02.071", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47435", - "alt_name": "2.2.2.2, K\u00fchlraum f\u00fcr technisch-wissenschaftliche ", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47428, + "usage_id": 102 + }, + "4277.02.072": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "549", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47435", - "roomcode": "4277.02.072", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47501", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47435, + "usage_id": 199 + }, + "4277.02.073": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "550", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47501", - "roomcode": "4277.02.073", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47505", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47501, + "usage_id": 12 + }, + "4277.02.074": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "551", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47505", - "roomcode": "4277.02.074", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47512", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47505, + "usage_id": 12 + }, + "4277.02.075": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "552", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47512", - "roomcode": "4277.02.075", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47517", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47512, + "usage_id": 110 + }, + "4277.02.076": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "553", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47517", - "roomcode": "4277.02.076", - "usage": 132 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47523", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47517, + "usage_id": 132 + }, + "4277.02.077": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "554", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47523", - "roomcode": "4277.02.077", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47529", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47523, + "usage_id": 102 + }, + "4277.02.078": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "555", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47529", - "roomcode": "4277.02.078", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47535", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47529, + "usage_id": 102 + }, + "4277.02.079": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "556", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47535", - "roomcode": "4277.02.079", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47541", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47535, + "usage_id": 102 + }, + "4277.02.080": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "557", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47541", - "roomcode": "4277.02.080", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47604", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47541, + "usage_id": 102 + }, + "4277.02.081": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "558", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47604", - "roomcode": "4277.02.081", - "usage": 197 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47611", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47604, + "usage_id": 197 + }, + "4277.02.082": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "559", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47611", - "roomcode": "4277.02.082", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47620", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 46778, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47611, + "usage_id": 199 + }, + "4277.02.083": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "560", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47620", - "roomcode": "4277.02.083", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47630", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47620, + "usage_id": 120 + }, + "4277.02.084": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "561", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47630", - "roomcode": "4277.02.084", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47639", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47630, + "usage_id": 222 + }, + "4277.02.085": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "562", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47639", - "roomcode": "4277.02.085", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47645", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47639, + "usage_id": 222 + }, + "4277.02.085A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "563", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47645", - "roomcode": "4277.02.085A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47708", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47645, + "usage_id": 223 + }, + "4277.02.085B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "564", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47708", - "roomcode": "4277.02.085B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=9618", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47708, + "usage_id": 222 + }, + "4277.02.086": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15607&cRes=15317&cReadonly=J", - "extended": { - "additional_description": "1.1.2.1, Seminare und Aufenthaltsraum f\u00fcr Mitarbei", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), 2.Obergescho\u00df", - "architect_room_nr": "1.1.2.1@4277", - "area_m2": 43.9, - "building": "4277 Forstwissenschaften", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "086", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "565", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9618", - "roomcode": "4277.02.086", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47723", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 15317, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9618, + "usage_id": 41 + }, + "4277.02.087": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "566", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47723", - "roomcode": "4277.02.087", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47733", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47723, + "usage_id": 12 + }, + "4277.02.088": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "567", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47733", - "roomcode": "4277.02.088", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47741", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47733, + "usage_id": 12 + }, + "4277.02.089": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "568", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47741", - "roomcode": "4277.02.089", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47747", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47741, + "usage_id": 12 + }, + "4277.02.090": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "569", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47747", - "roomcode": "4277.02.090", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47810", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47747, + "usage_id": 12 + }, + "4277.02.091": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "570", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47810", - "roomcode": "4277.02.091", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47819", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47810, + "usage_id": 223 + }, + "4277.02.092": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "571", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47819", - "roomcode": "4277.02.092", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47828", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47819, + "usage_id": 12 + }, + "4277.02.093": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "572", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47828", - "roomcode": "4277.02.093", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47834", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47828, + "usage_id": 12 + }, + "4277.02.094": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "573", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47834", - "roomcode": "4277.02.094", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47842", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47834, + "usage_id": 12 + }, + "4277.02.095": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "574", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47842", - "roomcode": "4277.02.095", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47910", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47842, + "usage_id": 12 + }, + "4277.02.096": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "575", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47910", - "roomcode": "4277.02.096", - "usage": 40 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47919", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47910, + "usage_id": 40 + }, + "4277.02.097": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "576", - "op_link": "webnav.navigate_to?corg=15607", - "operator": "[ TUWZT6P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47919", - "roomcode": "4277.02.097", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47931", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15607, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47919, + "usage_id": 12 + }, + "4277.02.098": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "577", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47931", - "roomcode": "4277.02.098", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=70531", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47931, + "usage_id": 222 + }, + "4277.02.098A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "578", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70531", - "roomcode": "4277.02.098A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47940", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70531, + "usage_id": 7 + }, + "4277.02.099": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "579", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47940", - "roomcode": "4277.02.099", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47948", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47940, + "usage_id": 205 + }, + "4277.02.101": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "580", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47948", - "roomcode": "4277.02.101", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48018", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47948, + "usage_id": 116 + }, + "4277.02.102": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "581", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48018", - "roomcode": "4277.02.102", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48028", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48018, + "usage_id": 30 + }, + "4277.02.104": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "582", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48028", - "roomcode": "4277.02.104", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48038", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48028, + "usage_id": 115 + }, + "4277.02.105": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "583", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48038", - "roomcode": "4277.02.105", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48051", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48038, + "usage_id": 4 + }, + "4277.02.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "584", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48051", - "roomcode": "4277.02.106", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48082", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48051, + "usage_id": 120 + }, + "4277.02.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "585", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48082", - "roomcode": "4277.02.107", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48093", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48082, + "usage_id": 120 + }, + "4277.02.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "586", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48093", - "roomcode": "4277.02.108", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48107", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48093, + "usage_id": 120 + }, + "4277.02.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=27273&cReadonly=J", - "list_index": "587", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48107", - "roomcode": "4277.02.109", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48117", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 27273, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50377, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48107, + "usage_id": 102 + }, + "4277.02.110": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18865&cReadonly=J", - "list_index": "588", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48117", - "roomcode": "4277.02.110", - "usage": 166 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48146", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18865, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48117, + "usage_id": 166 + }, + "4277.02.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "589", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48146", - "roomcode": "4277.02.111", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=24484", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48146, + "usage_id": 102 + }, + "4277.02.112": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "590", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=24484", - "roomcode": "4277.02.112", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48166", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24484, + "usage_id": 103 + }, + "4277.02.113": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "591", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48166", - "roomcode": "4277.02.113", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48179", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48166, + "usage_id": 102 + }, + "4277.02.114": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "592", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48179", - "roomcode": "4277.02.114", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48215", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48179, + "usage_id": 102 + }, + "4277.02.115": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "593", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48215", - "roomcode": "4277.02.115", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48231", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48215, + "usage_id": 223 + }, + "4277.02.116": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "594", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48231", - "roomcode": "4277.02.116", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48242", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48231, + "usage_id": 120 + }, + "4277.02.117": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "595", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48242", - "roomcode": "4277.02.117", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48259", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48242, + "usage_id": 102 + }, + "4277.02.118": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15619&cRes=18624&cReadonly=J", - "list_index": "596", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48259", - "roomcode": "4277.02.118", - "usage": 212 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48287", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18624, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48259, + "usage_id": 212 + }, + "4277.02.119": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "597", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48287", - "roomcode": "4277.02.119", - "usage": 49 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48303", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48287, + "usage_id": 49 + }, + "4277.02.120": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "598", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48303", - "roomcode": "4277.02.120", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48319", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48303, + "usage_id": 222 + }, + "4277.02.121": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "599", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48319", - "roomcode": "4277.02.121", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48362", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48319, + "usage_id": 4 + }, + "4277.02.122": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "600", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48362", - "roomcode": "4277.02.122", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48375", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48362, + "usage_id": 223 + }, + "4277.02.123": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "601", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48375", - "roomcode": "4277.02.123", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48389", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48375, + "usage_id": 102 + }, + "4277.02.124": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "602", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48389", - "roomcode": "4277.02.124", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48397", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48389, + "usage_id": 102 + }, + "4277.02.125": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "603", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48397", - "roomcode": "4277.02.125", - "usage": 194 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48434", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48397, + "usage_id": 194 + }, + "4277.02.126": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "604", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48434", - "roomcode": "4277.02.126", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48451", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48434, + "usage_id": 103 + }, + "4277.02.127": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "605", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48451", - "roomcode": "4277.02.127", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48460", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48451, + "usage_id": 103 + }, + "4277.02.128": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "606", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48460", - "roomcode": "4277.02.128", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48542", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48460, + "usage_id": 102 + }, + "4277.02.129": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "607", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48542", - "roomcode": "4277.02.129", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48556", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48542, + "usage_id": 199 + }, + "4277.02.130": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "608", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48556", - "roomcode": "4277.02.130", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=48577", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48556, + "usage_id": 102 + }, + "4277.02.131": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=33675&cReadonly=J", - "list_index": "609", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48577", - "roomcode": "4277.02.131", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47129", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 33675, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 53958, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48577, + "usage_id": 103 + }, + "4277.02.132": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "610", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47129", - "roomcode": "4277.02.132", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47147", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47129, + "usage_id": 30 + }, + "4277.02.133": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "611", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47147", - "roomcode": "4277.02.133", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47232", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47147, + "usage_id": 120 + }, + "4277.02.134": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=33676&cReadonly=J", - "list_index": "612", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47232", - "roomcode": "4277.02.134", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47250", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 33676, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 53958, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47232, + "usage_id": 103 + }, + "4277.02.135": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=33677&cReadonly=J", - "list_index": "613", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47250", - "roomcode": "4277.02.135", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47263", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 33677, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 53958, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47250, + "usage_id": 103 + }, + "4277.02.136": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "614", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47263", - "roomcode": "4277.02.136", - "usage": 209 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47339", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47263, + "usage_id": 209 + }, + "4277.02.137": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=27274&cReadonly=J", - "list_index": "615", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47339", - "roomcode": "4277.02.137", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47357", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 27274, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47339, + "usage_id": 12 + }, + "4277.02.138": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=27275&cReadonly=J", - "list_index": "616", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47357", - "roomcode": "4277.02.138", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47372", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 27275, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47357, + "usage_id": 102 + }, + "4277.02.139": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "617", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47372", - "roomcode": "4277.02.139", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47452", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47372, + "usage_id": 12 + }, + "4277.02.140": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=27276&cReadonly=J", - "list_index": "618", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47452", - "roomcode": "4277.02.140", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47468", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 27276, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47452, + "usage_id": 102 + }, + "4277.02.141": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=27277&cReadonly=J", - "list_index": "619", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47468", - "roomcode": "4277.02.141", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47481", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 27277, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47468, + "usage_id": 102 + }, + "4277.02.142": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=19322&cReadonly=J", - "list_index": "620", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47481", - "roomcode": "4277.02.142", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47659", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 19322, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47481, + "usage_id": 102 + }, + "4277.02.143": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50377&cRes=19035&cReadonly=J", - "list_index": "621", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47659", - "roomcode": "4277.02.143", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=47676", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 19035, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47659, + "usage_id": 102 + }, + "4277.02.144": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "622", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47676", - "roomcode": "4277.02.144", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47693", + "area_id": 42, + "building_id": 668, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47676, + "usage_id": 222 + }, + "4277.03.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "623", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47693", - "roomcode": "4277.03.001", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47959", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47693, + "usage_id": 32 + }, + "4277.03.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "624", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47959", - "roomcode": "4277.03.002", - "usage": 5 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47970", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47959, + "usage_id": 5 + }, + "4277.03.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "625", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47970", - "roomcode": "4277.03.003", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47982", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47970, + "usage_id": 30 + }, + "4277.03.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "626", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47982", - "roomcode": "4277.03.004", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47749", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47982, + "usage_id": 32 + }, + "4277.03.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "627", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47749", - "roomcode": "4277.03.005", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47762", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47749, + "usage_id": 32 + }, + "4277.03.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "628", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47762", - "roomcode": "4277.03.006", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47778", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47762, + "usage_id": 32 + }, + "4277.03.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "629", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47778", - "roomcode": "4277.03.007", - "usage": 5 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47790", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47778, + "usage_id": 5 + }, + "4277.03.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "630", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47790", - "roomcode": "4277.03.008", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47556", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47790, + "usage_id": 30 + }, + "4277.03.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "631", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47556", - "roomcode": "4277.03.009", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47567", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47556, + "usage_id": 32 + }, + "4277.03.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "632", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47567", - "roomcode": "4277.03.010", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47584", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47567, + "usage_id": 32 + }, + "4277.03.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "633", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47584", - "roomcode": "4277.03.011", - "usage": 5 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47856", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47584, + "usage_id": 5 + }, + "4277.03.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "634", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47856", - "roomcode": "4277.03.012", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=47874", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47856, + "usage_id": 30 + }, + "4277.03.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "635", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47874", - "roomcode": "4277.03.013", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=45919", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47874, + "usage_id": 32 + }, + "4277.03.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "636", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45919", - "roomcode": "4277.03.014", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=45931", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45919, + "usage_id": 32 + }, + "4277.03.015": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.3, Treppenraum", "arch_name": "2.1.3@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "637", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45931", - "roomcode": "4277.03.015", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=45949", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45931, + "usage_id": 223 + }, + "4277.03.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "638", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45949", - "roomcode": "4277.03.016", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=46108", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45949, + "usage_id": 32 + }, + "4277.03.016A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "639", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46108", - "roomcode": "4277.03.016A", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=46123", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46108, + "usage_id": 32 + }, + "4277.03.017": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.3, Treppenraum", "arch_name": "2.1.3@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "640", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46123", - "roomcode": "4277.03.017", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=46141", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46123, + "usage_id": 223 + }, + "4277.03.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "641", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46141", - "roomcode": "4277.03.018", - "usage": 219 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=46295", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46141, + "usage_id": 219 + }, + "4277.03.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "642", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46295", - "roomcode": "4277.03.019", - "usage": 5 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53851", + "area_id": 42, + "building_id": 668, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46295, + "usage_id": 5 + }, + "4277.EG.001": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.3.EG1, Sammlungsraum", "arch_name": "1.3.EG1@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53851", - "roomcode": "4277.EG.001", - "usage": 187 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10515", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53851, + "usage_id": 187 + }, + "4277.EG.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10515", - "roomcode": "4277.EG.002", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10520", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10515, + "usage_id": 12 + }, + "4277.EG.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10520", - "roomcode": "4277.EG.003", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51419", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10520, + "usage_id": 12 + }, + "4277.EG.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51419", - "roomcode": "4277.EG.004", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10563", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51419, + "usage_id": 12 + }, + "4277.EG.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10563", - "roomcode": "4277.EG.005", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51441", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10563, + "usage_id": 12 + }, + "4277.EG.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51441", - "roomcode": "4277.EG.006", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51452", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51441, + "usage_id": 223 + }, + "4277.EG.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51452", - "roomcode": "4277.EG.007", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51609", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15674, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51452, + "usage_id": 12 + }, + "4277.EG.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51609", - "roomcode": "4277.EG.008", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51623", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15674, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51609, + "usage_id": 12 + }, + "4277.EG.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51623", - "roomcode": "4277.EG.009", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51637", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15674, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51623, + "usage_id": 12 + }, + "4277.EG.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51637", - "roomcode": "4277.EG.010", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51780", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15674, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51637, + "usage_id": 12 + }, + "4277.EG.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51780", - "roomcode": "4277.EG.011", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51795", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15674, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51780, + "usage_id": 12 + }, + "4277.EG.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51795", - "roomcode": "4277.EG.012", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51815", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15674, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51795, + "usage_id": 12 + }, + "4277.EG.013": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.3.EG, Flur", "arch_name": "1.3.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51815", - "roomcode": "4277.EG.013", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=70507", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51815, + "usage_id": 222 + }, + "4277.EG.013A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70507", - "roomcode": "4277.EG.013A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51956", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70507, + "usage_id": 7 + }, + "4277.EG.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51956", - "roomcode": "4277.EG.014", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51967", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51956, + "usage_id": 12 + }, + "4277.EG.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51967", - "roomcode": "4277.EG.015", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51978", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51967, + "usage_id": 12 + }, + "4277.EG.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51978", - "roomcode": "4277.EG.016", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51989", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15671, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51978, + "usage_id": 12 + }, + "4277.EG.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51989", - "roomcode": "4277.EG.017", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52140", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51989, + "usage_id": 12 + }, + "4277.EG.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52140", - "roomcode": "4277.EG.018", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52152", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52140, + "usage_id": 12 + }, + "4277.EG.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52152", - "roomcode": "4277.EG.019", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52296", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52152, + "usage_id": 12 + }, + "4277.EG.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52296", - "roomcode": "4277.EG.020", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52308", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52296, + "usage_id": 12 + }, + "4277.EG.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52308", - "roomcode": "4277.EG.021", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52318", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52308, + "usage_id": 12 + }, + "4277.EG.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52318", - "roomcode": "4277.EG.022", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52331", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52318, + "usage_id": 12 + }, + "4277.EG.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=46778", - "operator": "[ TUWZI5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52331", - "roomcode": "4277.EG.023", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52470", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 46778, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52331, + "usage_id": 12 + }, + "4277.EG.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15671&cRes=18245&cReadonly=J", - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52470", - "roomcode": "4277.EG.024", - "usage": 196 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52482", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18245, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15671, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52470, + "usage_id": 196 + }, + "4277.EG.025": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.EG16, Reinigungsmittelraum", "arch_name": "2.3.EG16@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52482", - "roomcode": "4277.EG.025", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52492", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52482, + "usage_id": 205 + }, + "4277.EG.027": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52492", - "roomcode": "4277.EG.027", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52643", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52492, + "usage_id": 116 + }, + "4277.EG.028": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.EG12, Lager", "arch_name": "2.3.EG12@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52643", - "roomcode": "4277.EG.028", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52653", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52643, + "usage_id": 30 + }, + "4277.EG.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52653", - "roomcode": "4277.EG.030", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52663", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52653, + "usage_id": 115 + }, + "4277.EG.031": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.EG, Flur", "arch_name": "2.3.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52663", - "roomcode": "4277.EG.031", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52812", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52663, + "usage_id": 222 + }, + "4277.EG.031A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52812", - "roomcode": "4277.EG.031A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52823", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52812, + "usage_id": 223 + }, + "4277.EG.031B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52823", - "roomcode": "4277.EG.031B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=70504", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52823, + "usage_id": 222 + }, + "4277.EG.031C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70504", - "roomcode": "4277.EG.031C", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52838", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70504, + "usage_id": 222 + }, + "4277.EG.032": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52838", - "roomcode": "4277.EG.032", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52847", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52838, + "usage_id": 4 + }, + "4277.EG.033": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.EG8, Installation", "arch_name": "2.3.EG8@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52847", - "roomcode": "4277.EG.033", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52996", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52847, + "usage_id": 120 + }, + "4277.EG.034": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.EG6, Installation", "arch_name": "2.3.EG6@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52996", - "roomcode": "4277.EG.034", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53008", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52996, + "usage_id": 120 + }, + "4277.EG.035": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53008", - "roomcode": "4277.EG.035", - "usage": 139 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53020", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53008, + "usage_id": 139 + }, + "4277.EG.036": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.EG2, Kopierer", "arch_name": "2.3.EG2@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53020", - "roomcode": "4277.EG.036", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53171", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53020, + "usage_id": 110 + }, + "4277.EG.037": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53171", - "roomcode": "4277.EG.037", - "usage": 52 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53182", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53171, + "usage_id": 52 + }, + "4277.EG.038": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53182", - "roomcode": "4277.EG.038", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53194", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53182, + "usage_id": 222 + }, + "4277.EG.039": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.EG, Flur", "arch_name": "2.2.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53194", - "roomcode": "4277.EG.039", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53341", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53194, + "usage_id": 222 + }, + "4277.EG.039A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53341", - "roomcode": "4277.EG.039A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53355", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53341, + "usage_id": 223 + }, + "4277.EG.039B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53355", - "roomcode": "4277.EG.039B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53367", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53355, + "usage_id": 222 + }, + "4277.EG.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=18473&cReadonly=J", - "list_index": "181", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53367", - "roomcode": "4277.EG.040", - "usage": 148 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53378", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18473, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53958, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53367, + "usage_id": 148 + }, + "4277.EG.041": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53378", - "roomcode": "4277.EG.041", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53523", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53378, + "usage_id": 12 + }, + "4277.EG.042": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=33672&cReadonly=J", - "list_index": "183", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53523", - "roomcode": "4277.EG.042", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53533", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 33672, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53958, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53523, + "usage_id": 12 + }, + "4277.EG.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=50377", - "operator": "[ TUWZP2I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53533", - "roomcode": "4277.EG.043", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53547", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50377, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53533, + "usage_id": 12 + }, + "4277.EG.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53547", - "roomcode": "4277.EG.044", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=70513", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53547, + "usage_id": 223 + }, + "4277.EG.044A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70513", - "roomcode": "4277.EG.044A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53692", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70513, + "usage_id": 7 + }, + "4277.EG.045": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53692", - "roomcode": "4277.EG.045", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53704", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15644, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53692, + "usage_id": 12 + }, + "4277.EG.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15644", - "operator": "[ TUWZS9A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53704", - "roomcode": "4277.EG.046", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53725", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15644, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53704, + "usage_id": 12 + }, + "4277.EG.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53725", - "roomcode": "4277.EG.047", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53870", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53725, + "usage_id": 12 + }, + "4277.EG.048": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53870", - "roomcode": "4277.EG.048", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53885", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53870, + "usage_id": 12 + }, + "4277.EG.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53885", - "roomcode": "4277.EG.049", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51281", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53885, + "usage_id": 12 + }, + "4277.EG.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=15612&cRes=18632&cReadonly=J", - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51281", - "roomcode": "4277.EG.050", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51299", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18632, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51281, + "usage_id": 12 + }, + "4277.EG.051": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51299", - "roomcode": "4277.EG.051", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51316", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51299, + "usage_id": 12 + }, + "4277.EG.052": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.2.EG, Flur", "arch_name": "1.2.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51316", - "roomcode": "4277.EG.052", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51467", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51316, + "usage_id": 222 + }, + "4277.EG.053": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51467", - "roomcode": "4277.EG.053", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51478", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44042, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51467, + "usage_id": 12 + }, + "4277.EG.054": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51478", - "roomcode": "4277.EG.054", - "usage": 40 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51502", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44042, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51478, + "usage_id": 40 + }, + "4277.EG.055": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51502", - "roomcode": "4277.EG.055", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51663", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44042, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51502, + "usage_id": 12 + }, + "4277.EG.056": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51663", - "roomcode": "4277.EG.056", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51677", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44042, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51663, + "usage_id": 12 + }, + "4277.EG.057": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51677", - "roomcode": "4277.EG.057", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51822", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44042, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51677, + "usage_id": 12 + }, + "4277.EG.058": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51822", - "roomcode": "4277.EG.058", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51835", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44042, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51822, + "usage_id": 12 + }, + "4277.EG.059": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51835", - "roomcode": "4277.EG.059", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51848", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51835, + "usage_id": 2 + }, + "4277.EG.060": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=33673&cReadonly=J", - "list_index": "202", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51848", - "roomcode": "4277.EG.060", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51858", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 33673, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53958, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51848, + "usage_id": 12 + }, + "4277.EG.061": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=33674&cReadonly=J", - "list_index": "203", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51858", - "roomcode": "4277.EG.061", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51994", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 33674, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53958, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51858, + "usage_id": 12 + }, + "4277.EG.062": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=53958&cRes=27272&cReadonly=J", - "list_index": "204", - "op_link": "webnav.navigate_to?corg=53958", - "operator": "[ TUS4B1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51994", - "roomcode": "4277.EG.062", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52008", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 27272, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53958, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51994, + "usage_id": 12 + }, + "4277.EG.063": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.2.EG2, Sammlungsraum", "arch_name": "1.2.EG2@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52008", - "roomcode": "4277.EG.063", - "usage": 187 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51286", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52008, + "usage_id": 187 + }, + "4277.EG.064": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.EG16, Reinigungsmittelraum", "arch_name": "2.2.EG16@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51286", - "roomcode": "4277.EG.064", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51304", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51286, + "usage_id": 205 + }, + "4277.EG.066": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51304", - "roomcode": "4277.EG.066", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51313", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51304, + "usage_id": 116 + }, + "4277.EG.067": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.EG12, Lager", "arch_name": "2.2.EG12@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51313", - "roomcode": "4277.EG.067", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51465", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51313, + "usage_id": 30 + }, + "4277.EG.069": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51465", - "roomcode": "4277.EG.069", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51480", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51465, + "usage_id": 115 + }, + "4277.EG.070": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51480", - "roomcode": "4277.EG.070", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51493", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51480, + "usage_id": 4 + }, + "4277.EG.071": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.EG8, Installation", "arch_name": "2.2.EG8@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51493", - "roomcode": "4277.EG.071", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51653", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51493, + "usage_id": 120 + }, + "4277.EG.072": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.EG6, Installation", "arch_name": "2.2.EG6@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51653", - "roomcode": "4277.EG.072", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10496", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51653, + "usage_id": 120 + }, + "4277.EG.073A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12527&cReadonly=J", - "extended": { - "additional_description": "2.2.EG4, Seminarraum 7b (WZWS07b)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.2.EG4@4277", - "area_m2": 50.32, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "073A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10496", - "roomcode": "4277.EG.073A", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10541", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12527, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10496, + "usage_id": 41 + }, + "4277.EG.073B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12536&cReadonly=J", - "extended": { - "additional_description": "2.2.EG4, Seminarraum 7a (WZWS07a)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.2.EG4@4277", - "area_m2": 56.57, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "073B", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10541", - "roomcode": "4277.EG.073B", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51826", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12536, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10541, + "usage_id": 41 + }, + "4277.EG.074": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.EG2, Bibliothekar", "arch_name": "2.2.EG2@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51826", - "roomcode": "4277.EG.074", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51842", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51826, + "usage_id": 12 + }, + "4277.EG.075": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG, Flur", "arch_name": "2.1.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51842", - "roomcode": "4277.EG.075", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51855", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51842, + "usage_id": 222 + }, + "4277.EG.075A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG1, Treppe", "arch_name": "2.1.EG1@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51855", - "roomcode": "4277.EG.075A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=51991", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51855, + "usage_id": 223 + }, + "4277.EG.075B": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG2, Flur", "arch_name": "2.1.EG2@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51991", - "roomcode": "4277.EG.075B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=65099", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51991, + "usage_id": 222 + }, + "4277.EG.075D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65099", - "roomcode": "4277.EG.075D", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=70505", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65099, + "usage_id": 2 + }, + "4277.EG.075E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70505", - "roomcode": "4277.EG.075E", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52009", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70505, + "usage_id": 222 + }, + "4277.EG.076": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52009", - "roomcode": "4277.EG.076", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52022", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52009, + "usage_id": 12 + }, + "4277.EG.076A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52022", - "roomcode": "4277.EG.076A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52028", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52022, + "usage_id": 12 + }, + "4277.EG.076B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52028", - "roomcode": "4277.EG.076B", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52167", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52028, + "usage_id": 12 + }, + "4277.EG.076C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52167", - "roomcode": "4277.EG.076C", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52854", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52167, + "usage_id": 12 + }, + "4277.EG.077": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52854", - "roomcode": "4277.EG.077", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53001", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52854, + "usage_id": 12 + }, + "4277.EG.077A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53001", - "roomcode": "4277.EG.077A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53016", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53001, + "usage_id": 12 + }, + "4277.EG.078": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53016", - "roomcode": "4277.EG.078", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53031", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53016, + "usage_id": 223 + }, + "4277.EG.079": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53031", - "roomcode": "4277.EG.079", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53174", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53031, + "usage_id": 12 + }, + "4277.EG.080": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53174", - "roomcode": "4277.EG.080", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53187", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53174, + "usage_id": 110 + }, + "4277.EG.081": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53187", - "roomcode": "4277.EG.081", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53200", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53187, + "usage_id": 44 + }, + "4277.EG.082": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53200", - "roomcode": "4277.EG.082", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53346", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53200, + "usage_id": 12 + }, + "4277.EG.083": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=47077&cRes=18248&cReadonly=J", - "list_index": "232", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53346", - "roomcode": "4277.EG.083", - "usage": 196 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53363", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18248, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53346, + "usage_id": 196 + }, + "4277.EG.084": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53363", - "roomcode": "4277.EG.084", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53525", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53363, + "usage_id": 12 + }, + "4277.EG.086": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.1.EG, Flur", "arch_name": "1.1.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53525", - "roomcode": "4277.EG.086", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=70508", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53525, + "usage_id": 222 + }, + "4277.EG.086A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70508", - "roomcode": "4277.EG.086A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53534", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70508, + "usage_id": 7 + }, + "4277.EG.087": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53534", - "roomcode": "4277.EG.087", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53552", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53534, + "usage_id": 12 + }, + "4277.EG.088": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53552", - "roomcode": "4277.EG.088", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53697", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53552, + "usage_id": 12 + }, + "4277.EG.089": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53697", - "roomcode": "4277.EG.089", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53869", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53697, + "usage_id": 2 + }, + "4277.EG.092": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53869", - "roomcode": "4277.EG.092", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53879", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53869, + "usage_id": 12 + }, + "4277.EG.093": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53879", - "roomcode": "4277.EG.093", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52185", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53879, + "usage_id": 12 + }, + "4277.EG.094": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52185", - "roomcode": "4277.EG.094", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52340", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52185, + "usage_id": 12 + }, + "4277.EG.095": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52340", - "roomcode": "4277.EG.095", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52354", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52340, + "usage_id": 12 + }, + "4277.EG.096": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.1.EG4, Studentenvertretung", "arch_name": "1.1.EG4@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=38802", - "operator": "[ TUWZN7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52354", - "roomcode": "4277.EG.096", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52371", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 38802, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52354, + "usage_id": 12 + }, + "4277.EG.097A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52371", - "roomcode": "4277.EG.097A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52510", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52371, + "usage_id": 12 + }, + "4277.EG.097B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=47077", - "operator": "[ TUWZB7A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52510", - "roomcode": "4277.EG.097B", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52526", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47077, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52510, + "usage_id": 12 + }, + "4277.EG.098": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG18, Reinigungsmittelraum", "arch_name": "2.1.EG18@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52526", - "roomcode": "4277.EG.098", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52544", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52526, + "usage_id": 205 + }, + "4277.EG.100": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52544", - "roomcode": "4277.EG.100", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52683", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52544, + "usage_id": 116 + }, + "4277.EG.101": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG14, Lager", "arch_name": "2.1.EG14@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52683", - "roomcode": "4277.EG.101", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52701", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52683, + "usage_id": 30 + }, + "4277.EG.103": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52701", - "roomcode": "4277.EG.103", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52720", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52701, + "usage_id": 115 + }, + "4277.EG.104": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52720", - "roomcode": "4277.EG.104", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52872", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52720, + "usage_id": 4 + }, + "4277.EG.105": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG10, Installation", "arch_name": "2.1.EG10@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52872", - "roomcode": "4277.EG.105", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52889", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52872, + "usage_id": 120 + }, + "4277.EG.106": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG8, Installation", "arch_name": "2.1.EG8@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52889", - "roomcode": "4277.EG.106", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10253", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52889, + "usage_id": 120 + }, + "4277.EG.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18142&cReadonly=J", - "list_index": "253", - "op_link": "webnav.navigate_to?corg=29111", - "operator": "[ TUWZA7Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10253", - "roomcode": "4277.EG.107", - "usage": 213 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10261", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18142, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 29111, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10253, + "usage_id": 213 + }, + "4277.EG.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12538&cReadonly=J", - "extended": { - "additional_description": "2.1.EG4, Seminarraum 5 (WZWS05)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.1.EG4@4277", - "area_m2": 62.4, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "108", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10261", - "roomcode": "4277.EG.108", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10266", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12538, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10261, + "usage_id": 41 + }, + "4277.EG.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12535&cReadonly=J", - "extended": { - "additional_description": "2.1.EG2, Seminarraum 4 (WZWS04)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.1.EG2@4277", - "area_m2": 63.2, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "109", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10266", - "roomcode": "4277.EG.109", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53215", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12535, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10266, + "usage_id": 41 + }, + "4277.EG.110": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1.EG, Treppe", "arch_name": "2.1.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53215", - "roomcode": "4277.EG.110", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53229", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53215, + "usage_id": 223 + }, + "4277.EG.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53229", - "roomcode": "4277.EG.111", - "usage": 52 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53243", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53229, + "usage_id": 52 + }, + "4277.EG.112": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53243", - "roomcode": "4277.EG.112", - "usage": 34 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52162", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53243, + "usage_id": 34 + }, + "4277.EG.113": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.1EG1.1, Ruheraum", "arch_name": "2.1EG1.1@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52162", - "roomcode": "4277.EG.113", - "usage": 178 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52176", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52162, + "usage_id": 178 + }, + "4277.EG.114": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.0.EG, Flur", "arch_name": "2.0.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52176", - "roomcode": "4277.EG.114", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52191", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52176, + "usage_id": 222 + }, + "4277.EG.115": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.0.EG, Flur", "arch_name": "2.0.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52191", - "roomcode": "4277.EG.115", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52342", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52191, + "usage_id": 222 + }, + "4277.EG.116": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52342", - "roomcode": "4277.EG.116", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52364", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52342, + "usage_id": 12 + }, + "4277.EG.117": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52364", - "roomcode": "4277.EG.117", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52507", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52364, + "usage_id": 115 + }, + "4277.EG.118": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.0.EG, Reinigungsmittelraum", "arch_name": "2.0.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52507", - "roomcode": "4277.EG.118", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52522", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52507, + "usage_id": 205 + }, + "4277.EG.119": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52522", - "roomcode": "4277.EG.119", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52541", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52522, + "usage_id": 116 + }, + "4277.EG.120": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=55898&cRes=34012&cReadonly=J", - "list_index": "266", - "op_link": "webnav.navigate_to?corg=55898", - "operator": "[ TUS4E0M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52541", - "roomcode": "4277.EG.120", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52684", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 34012, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 55898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52541, + "usage_id": 12 + }, + "4277.EG.121": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=55898&cRes=34013&cReadonly=J", - "list_index": "267", - "op_link": "webnav.navigate_to?corg=55898", - "operator": "[ TUS4E0M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52684", - "roomcode": "4277.EG.121", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52704", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 34013, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 55898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52684, + "usage_id": 12 + }, + "4277.EG.122": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52704", - "roomcode": "4277.EG.122", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52873", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52704, + "usage_id": 12 + }, + "4277.EG.124": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50241&cRes=34014&cReadonly=J", - "list_index": "269", - "op_link": "webnav.navigate_to?corg=55898", - "operator": "[ TUS4E0M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52873", - "roomcode": "4277.EG.124", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=52887", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 34014, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 55898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52873, + "usage_id": 12 + }, + "4277.EG.125": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=50241&cRes=34015&cReadonly=J", - "list_index": "270", - "op_link": "webnav.navigate_to?corg=55898", - "operator": "[ TUS4E0M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52887", - "roomcode": "4277.EG.125", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53036", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 34015, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 55898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52887, + "usage_id": 12 + }, + "4277.EG.126": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=55898&cRes=18674&cReadonly=J", - "extended": { - "additional_description": "2.0.EG15, Seminarraum (gem. Nutzung)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.0.EG15@4277", - "area_m2": 44.5, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "126", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=55898", - "operator": "[ TUS4E0M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53036", - "roomcode": "4277.EG.126", - "usage": 41 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10259", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 18674, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 55898, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53036, + "usage_id": 41 + }, + "4277.EG.127": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12523&cReadonly=J", - "extended": { - "additional_description": "2.0.EG 8, H\u00f6rsaal 24 (WZWH24)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.0.EG 8@4277", - "area_m2": 98.3, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "127", - "seats": 92, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10259", - "roomcode": "4277.EG.127", - "usage": 20 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10264", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12523, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 92, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10259, + "usage_id": 20 + }, + "4277.EG.128": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12524&cReadonly=J", - "extended": { - "additional_description": "2.0.EG 6 H23, H\u00f6rsaal 23 (WZWH23)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.0.EG 6 H23@4277", - "area_m2": 98.5, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "128", - "seats": 92, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10264", - "roomcode": "4277.EG.128", - "usage": 20 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10320", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12524, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 92, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10264, + "usage_id": 20 + }, + "4277.EG.129": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12525&cReadonly=J", - "extended": { - "additional_description": "2.0.EG 4, H\u00f6rsaal 22 (WZWH22)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.0.EG 4@4277", - "area_m2": 109.3, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "129", - "seats": 104, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10320", - "roomcode": "4277.EG.129", - "usage": 20 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=10322", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12525, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 104, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10320, + "usage_id": 20 + }, + "4277.EG.130": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12522&cReadonly=J", - "extended": { - "additional_description": "2.0.EG 2, H\u00f6rsaal 21 (WZWH21)", - "address": "Hans-Carl-von-Carlowitz-Platz 2(4277), Erdgescho\u00df", - "architect_room_nr": "2.0.EG 2@4277", - "area_m2": 151.4, - "building": "4277 Forstwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "130", - "seats": 150, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10322", - "roomcode": "4277.EG.130", - "usage": 20 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53390", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 12522, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": 150, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10322, + "usage_id": 20 + }, + "4277.EG.131": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53390", - "roomcode": "4277.EG.131", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53403", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53390, + "usage_id": 222 + }, + "4277.EG.132": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.0.EG, Treppenraum", "arch_name": "2.0.EG@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53403", - "roomcode": "4277.EG.132", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=53419", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53403, + "usage_id": 223 + }, + "4277.EG.133": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53419", - "roomcode": "4277.EG.133", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67333", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53419, + "usage_id": 4 + }, + "4277.EG.134": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG01, Lager (bel\u00fcfteter Container)", "arch_name": "EG01@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67333", - "roomcode": "4277.EG.134", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67430", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15611, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67333, + "usage_id": 215 + }, + "4277.EG.135": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "GWH001, Gew\u00e4chshaus", "arch_name": "GWH001@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67430", - "roomcode": "4277.EG.135", - "usage": 166 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67431", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67430, + "usage_id": 166 + }, + "4277.EG.136": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "GWH002, Gew\u00e4chshaus Vorraum", "arch_name": "GWH002@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67431", - "roomcode": "4277.EG.136", - "usage": 166 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67432", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67431, + "usage_id": 166 + }, + "4277.EG.137": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG02, Lager (gelber Finger)", "arch_name": "EG02@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67432", - "roomcode": "4277.EG.137", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67433", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67432, + "usage_id": 215 + }, + "4277.EG.138": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG03, Lager (gelber Finger)", "arch_name": "EG03@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67433", - "roomcode": "4277.EG.138", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67434", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67433, + "usage_id": 215 + }, + "4277.EG.139": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG04, Lager (gr\u00fcner Finger)", "arch_name": "EG04@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67434", - "roomcode": "4277.EG.139", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67435", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67434, + "usage_id": 215 + }, + "4277.EG.140": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG05, Lager (gr\u00fcner Finger)", "arch_name": "EG05@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67435", - "roomcode": "4277.EG.140", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67436", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67435, + "usage_id": 215 + }, + "4277.EG.141": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG06, Lager (schwarzer Finger)", "arch_name": "EG06@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67436", - "roomcode": "4277.EG.141", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, EG", - "address_link": "ris.einzelraum?raumkey=67437", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67436, + "usage_id": 215 + }, + "4277.EG.142": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "EG07, Lager (schwarzer Finger)", "arch_name": "EG07@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67437", - "roomcode": "4277.EG.142", - "usage": 215 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46962", + "area_id": 42, + "building_id": 668, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67437, + "usage_id": 215 + }, + "4277.U1.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46962", - "roomcode": "4277.U1.001", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46972", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15612, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46962, + "usage_id": 102 + }, + "4277.U1.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=50241", - "operator": "[ TUWZG3B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46972", - "roomcode": "4277.U1.002", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44436", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 50241, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46972, + "usage_id": 30 + }, + "4277.U1.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=14881&cRes=24217&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44436", - "roomcode": "4277.U1.003", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44447", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 24217, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44436, + "usage_id": 12 + }, + "4277.U1.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44447", - "roomcode": "4277.U1.004", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44466", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44447, + "usage_id": 12 + }, + "4277.U1.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44466", - "roomcode": "4277.U1.005", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44612", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44466, + "usage_id": 12 + }, + "4277.U1.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14881", - "operator": "[ TUS6OTS ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44612", - "roomcode": "4277.U1.006", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44638", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14881, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44612, + "usage_id": 12 + }, + "4277.U1.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44638", - "roomcode": "4277.U1.008", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44650", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44638, + "usage_id": 223 + }, + "4277.U1.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44650", - "roomcode": "4277.U1.009", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44792", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15674, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44650, + "usage_id": 199 + }, + "4277.U1.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44792", - "roomcode": "4277.U1.010", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=23499", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44792, + "usage_id": 102 + }, + "4277.U1.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23499", - "roomcode": "4277.U1.011", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44817", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23499, + "usage_id": 2 + }, + "4277.U1.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44817", - "roomcode": "4277.U1.012", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44830", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15611, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44817, + "usage_id": 103 + }, + "4277.U1.013": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.3.0, Flur", "arch_name": "1.3.0@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44830", - "roomcode": "4277.U1.013", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=70506", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44830, + "usage_id": 222 + }, + "4277.U1.013A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70506", - "roomcode": "4277.U1.013A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44971", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70506, + "usage_id": 7 + }, + "4277.U1.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44971", - "roomcode": "4277.U1.014", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44979", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44971, + "usage_id": 103 + }, + "4277.U1.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44979", - "roomcode": "4277.U1.015", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44994", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44979, + "usage_id": 102 + }, + "4277.U1.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15674", - "operator": "[ TUWZA8Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44994", - "roomcode": "4277.U1.016", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45145", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15674, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44994, + "usage_id": 102 + }, + "4277.U1.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45145", - "roomcode": "4277.U1.017", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45156", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45145, + "usage_id": 102 + }, + "4277.U1.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45156", - "roomcode": "4277.U1.018", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45172", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45156, + "usage_id": 102 + }, + "4277.U1.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45172", - "roomcode": "4277.U1.019", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45185", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15671, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45172, + "usage_id": 102 + }, + "4277.U1.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45185", - "roomcode": "4277.U1.020", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45329", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45185, + "usage_id": 102 + }, + "4277.U1.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45329", - "roomcode": "4277.U1.021", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45341", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45329, + "usage_id": 102 + }, + "4277.U1.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45341", - "roomcode": "4277.U1.022", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45360", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45341, + "usage_id": 116 + }, + "4277.U1.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45360", - "roomcode": "4277.U1.023", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45368", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45360, + "usage_id": 115 + }, + "4277.U1.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45368", - "roomcode": "4277.U1.024", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45515", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45368, + "usage_id": 222 + }, + "4277.U1.024A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45515", - "roomcode": "4277.U1.024A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45524", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45515, + "usage_id": 223 + }, + "4277.U1.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45524", - "roomcode": "4277.U1.025", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45540", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45524, + "usage_id": 205 + }, + "4277.U1.026": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45540", - "roomcode": "4277.U1.026", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45555", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45540, + "usage_id": 205 + }, + "4277.U1.027": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45555", - "roomcode": "4277.U1.027", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45719", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45555, + "usage_id": 222 + }, + "4277.U1.028": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45719", - "roomcode": "4277.U1.028", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45730", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45719, + "usage_id": 4 + }, + "4277.U1.029": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45730", - "roomcode": "4277.U1.029", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45881", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45730, + "usage_id": 160 + }, + "4277.U1.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45881", - "roomcode": "4277.U1.030", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45892", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45881, + "usage_id": 120 + }, + "4277.U1.031A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45892", - "roomcode": "4277.U1.031A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45904", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45892, + "usage_id": 12 + }, + "4277.U1.031B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45904", - "roomcode": "4277.U1.031B", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46060", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45904, + "usage_id": 12 + }, + "4277.U1.031C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46060", - "roomcode": "4277.U1.031C", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46074", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46060, + "usage_id": 12 + }, + "4277.U1.031D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46074", - "roomcode": "4277.U1.031D", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46082", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46074, + "usage_id": 12 + }, + "4277.U1.031E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46082", - "roomcode": "4277.U1.031E", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46092", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46082, + "usage_id": 12 + }, + "4277.U1.031F": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46092", - "roomcode": "4277.U1.031F", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46105", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46092, + "usage_id": 12 + }, + "4277.U1.031G": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46105", - "roomcode": "4277.U1.031G", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46256", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46105, + "usage_id": 12 + }, + "4277.U1.031H": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46256", - "roomcode": "4277.U1.031H", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46268", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46256, + "usage_id": 110 + }, + "4277.U1.031I": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.3.0, Flur", "arch_name": "2.3.0@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46268", - "roomcode": "4277.U1.031I", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46280", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46268, + "usage_id": 222 + }, + "4277.U1.032": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46280", - "roomcode": "4277.U1.032", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46435", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46280, + "usage_id": 160 + }, + "4277.U1.033": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46435", - "roomcode": "4277.U1.033", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46449", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46435, + "usage_id": 205 + }, + "4277.U1.034": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15612", - "operator": "[ TUWZX6I ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46449", - "roomcode": "4277.U1.034", - "usage": 194 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46466", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15612, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46449, + "usage_id": 194 + }, + "4277.U1.035": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46466", - "roomcode": "4277.U1.035", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46627", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46466, + "usage_id": 12 + }, + "4277.U1.036": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46627", - "roomcode": "4277.U1.036", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63422", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46627, + "usage_id": 12 + }, + "4277.U1.036A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63422", - "roomcode": "4277.U1.036A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=63423", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63422, + "usage_id": 12 + }, + "4277.U1.036B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=63423", - "roomcode": "4277.U1.036B", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46641", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63423, + "usage_id": 12 + }, + "4277.U1.037": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46641", - "roomcode": "4277.U1.037", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46800", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46641, + "usage_id": 12 + }, + "4277.U1.038": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46800", - "roomcode": "4277.U1.038", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46818", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46800, + "usage_id": 223 + }, + "4277.U1.039": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46818", - "roomcode": "4277.U1.039", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46830", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46818, + "usage_id": 12 + }, + "4277.U1.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46830", - "roomcode": "4277.U1.040", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46981", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46830, + "usage_id": 12 + }, + "4277.U1.041": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46981", - "roomcode": "4277.U1.041", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47000", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46981, + "usage_id": 12 + }, + "4277.U1.042": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47000", - "roomcode": "4277.U1.042", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=70511", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47000, + "usage_id": 222 + }, + "4277.U1.042A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70511", - "roomcode": "4277.U1.042A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47014", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70511, + "usage_id": 7 + }, + "4277.U1.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47014", - "roomcode": "4277.U1.043", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44295", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47014, + "usage_id": 51 + }, + "4277.U1.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44295", - "roomcode": "4277.U1.044", - "usage": 18 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44309", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44295, + "usage_id": 18 + }, + "4277.U1.045": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44309", - "roomcode": "4277.U1.045", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44325", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44309, + "usage_id": 30 + }, + "4277.U1.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44325", - "roomcode": "4277.U1.046", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44486", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44325, + "usage_id": 30 + }, + "4277.U1.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44486", - "roomcode": "4277.U1.047", - "usage": 132 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11319", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44486, + "usage_id": 132 + }, + "4277.U1.048": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=15352&cReadonly=J", - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=11319", - "roomcode": "4277.U1.048", - "usage": 212 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44517", + "area_id": 42, + "building_id": 668, + "calendar_resource_nr": 15352, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11319, + "usage_id": 212 + }, + "4277.U1.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44517", - "roomcode": "4277.U1.049", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44669", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44517, + "usage_id": 116 + }, + "4277.U1.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44669", - "roomcode": "4277.U1.050", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44689", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44669, + "usage_id": 115 + }, + "4277.U1.051": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44689", - "roomcode": "4277.U1.051", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44831", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44689, + "usage_id": 222 + }, + "4277.U1.051A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "2.2.0, Treppe", "arch_name": "2.2.0@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44831", - "roomcode": "4277.U1.051A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44851", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44831, + "usage_id": 223 + }, + "4277.U1.052": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44851", - "roomcode": "4277.U1.052", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44869", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44851, + "usage_id": 222 + }, + "4277.U1.053": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44869", - "roomcode": "4277.U1.053", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45199", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44869, + "usage_id": 4 + }, + "4277.U1.054": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45199", - "roomcode": "4277.U1.054", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45217", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45199, + "usage_id": 160 + }, + "4277.U1.055": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45217", - "roomcode": "4277.U1.055", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45237", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45217, + "usage_id": 120 + }, + "4277.U1.056A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45237", - "roomcode": "4277.U1.056A", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45748", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45237, + "usage_id": 44 + }, + "4277.U1.056B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45748", - "roomcode": "4277.U1.056B", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45759", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45748, + "usage_id": 12 + }, + "4277.U1.056C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45759", - "roomcode": "4277.U1.056C", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45778", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45759, + "usage_id": 12 + }, + "4277.U1.056D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45778", - "roomcode": "4277.U1.056D", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45381", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45778, + "usage_id": 12 + }, + "4277.U1.056E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45381", - "roomcode": "4277.U1.056E", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45399", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45381, + "usage_id": 12 + }, + "4277.U1.056F": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45399", - "roomcode": "4277.U1.056F", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45405", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45399, + "usage_id": 12 + }, + "4277.U1.056G": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45405", - "roomcode": "4277.U1.056G", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45419", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45405, + "usage_id": 110 + }, + "4277.U1.056H": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45419", - "roomcode": "4277.U1.056H", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45030", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45419, + "usage_id": 222 + }, + "4277.U1.057": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45030", - "roomcode": "4277.U1.057", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45052", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45030, + "usage_id": 160 + }, + "4277.U1.058": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45052", - "roomcode": "4277.U1.058", - "usage": 205 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45581", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45052, + "usage_id": 205 + }, + "4277.U1.059": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45581", - "roomcode": "4277.U1.059", - "usage": 10 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45598", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45581, + "usage_id": 10 + }, + "4277.U1.059A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45598", - "roomcode": "4277.U1.059A", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52740", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15616, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45598, + "usage_id": 103 + }, + "4277.U1.059B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15616", - "operator": "[ TUWZQ3Z ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52740", - "roomcode": "4277.U1.059B", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52759", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15616, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52740, + "usage_id": 103 + }, + "4277.U1.059C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52759", - "roomcode": "4277.U1.059C", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52925", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52759, + "usage_id": 30 + }, + "4277.U1.061": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52925", - "roomcode": "4277.U1.061", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53105", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52925, + "usage_id": 223 + }, + "4277.U1.064": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "alt_name": "1.1.0, Flur", "arch_name": "1.1.0@4277", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53105", - "roomcode": "4277.U1.064", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=70512", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53105, + "usage_id": 222 + }, + "4277.U1.064A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70512", - "roomcode": "4277.U1.064A", - "usage": 7 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53252", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70512, + "usage_id": 7 + }, + "4277.U1.065": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53252", - "roomcode": "4277.U1.065", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=59909", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53252, + "usage_id": 103 + }, + "4277.U1.065A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59909", - "roomcode": "4277.U1.065A", - "usage": 194 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53271", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59909, + "usage_id": 194 + }, + "4277.U1.066": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15605", - "operator": "[ TUWZO9R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53271", - "roomcode": "4277.U1.066", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53449", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15605, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53271, + "usage_id": 103 + }, + "4277.U1.069": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53449", - "roomcode": "4277.U1.069", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53468", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53449, + "usage_id": 120 + }, + "4277.U1.070": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53468", - "roomcode": "4277.U1.070", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53614", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53468, + "usage_id": 30 + }, + "4277.U1.071": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53614", - "roomcode": "4277.U1.071", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53628", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53614, + "usage_id": 199 + }, + "4277.U1.072": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53628", - "roomcode": "4277.U1.072", - "usage": 166 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53784", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53628, + "usage_id": 166 + }, + "4277.U1.073": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53784", - "roomcode": "4277.U1.073", - "usage": 166 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53806", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53784, + "usage_id": 166 + }, + "4277.U1.074": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53806", - "roomcode": "4277.U1.074", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51211", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53806, + "usage_id": 116 + }, + "4277.U1.075": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51211", - "roomcode": "4277.U1.075", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51232", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51211, + "usage_id": 115 + }, + "4277.U1.076": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51232", - "roomcode": "4277.U1.076", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51379", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51232, + "usage_id": 222 + }, + "4277.U1.076A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51379", - "roomcode": "4277.U1.076A", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51397", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51379, + "usage_id": 223 + }, + "4277.U1.077": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51397", - "roomcode": "4277.U1.077", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51408", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51397, + "usage_id": 222 + }, + "4277.U1.078": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51408", - "roomcode": "4277.U1.078", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51567", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51408, + "usage_id": 4 + }, + "4277.U1.079": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51567", - "roomcode": "4277.U1.079", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51584", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51567, + "usage_id": 160 + }, + "4277.U1.080": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51584", - "roomcode": "4277.U1.080", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51598", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51584, + "usage_id": 120 + }, + "4277.U1.081": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=26738", - "operator": "[ TUZEBWZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51598", - "roomcode": "4277.U1.081", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51743", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26738, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51598, + "usage_id": 2 + }, + "4277.U1.081A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51743", - "roomcode": "4277.U1.081A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51757", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51743, + "usage_id": 222 + }, + "4277.U1.081B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51757", - "roomcode": "4277.U1.081B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51775", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51757, + "usage_id": 222 + }, + "4277.U1.082": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51775", - "roomcode": "4277.U1.082", - "usage": 182 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51919", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51775, + "usage_id": 182 + }, + "4277.U1.083": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51919", - "roomcode": "4277.U1.083", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51937", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51919, + "usage_id": 160 + }, + "4277.U1.084": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51937", - "roomcode": "4277.U1.084", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52078", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51937, + "usage_id": 223 + }, + "4277.U1.085": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52078", - "roomcode": "4277.U1.085", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52095", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52078, + "usage_id": 222 + }, + "4277.U1.086": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52095", - "roomcode": "4277.U1.086", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52112", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52095, + "usage_id": 51 + }, + "4277.U1.087": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52112", - "roomcode": "4277.U1.087", - "usage": 121 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52253", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52112, + "usage_id": 121 + }, + "4277.U1.088": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52253", - "roomcode": "4277.U1.088", - "usage": 121 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52267", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52253, + "usage_id": 121 + }, + "4277.U1.089": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52267", - "roomcode": "4277.U1.089", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52287", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52267, + "usage_id": 44 + }, + "4277.U1.090": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52287", - "roomcode": "4277.U1.090", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52434", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52287, + "usage_id": 30 + }, + "4277.U1.091": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52434", - "roomcode": "4277.U1.091", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52447", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52434, + "usage_id": 51 + }, + "4277.U1.092": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52447", - "roomcode": "4277.U1.092", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52457", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52447, + "usage_id": 51 + }, + "4277.U1.093": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52457", - "roomcode": "4277.U1.093", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52611", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52457, + "usage_id": 30 + }, + "4277.U1.094": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52611", - "roomcode": "4277.U1.094", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52633", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52611, + "usage_id": 30 + }, + "4277.U1.095": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15622", - "operator": "[ TUWZA1E ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52633", - "roomcode": "4277.U1.095", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52783", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15622, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52633, + "usage_id": 102 + }, + "4277.U1.096": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52783", - "roomcode": "4277.U1.096", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52792", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52783, + "usage_id": 30 + }, + "4277.U1.097": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15619", - "operator": "[ TUWZT8O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52792", - "roomcode": "4277.U1.097", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52948", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15619, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52792, + "usage_id": 30 + }, + "4277.U1.098": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52948", - "roomcode": "4277.U1.098", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52963", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52948, + "usage_id": 30 + }, + "4277.U1.099": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52963", - "roomcode": "4277.U1.099", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=52979", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52963, + "usage_id": 120 + }, + "4277.U1.099A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52979", - "roomcode": "4277.U1.099A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53124", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52979, + "usage_id": 120 + }, + "4277.U1.099B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53124", - "roomcode": "4277.U1.099B", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53133", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53124, + "usage_id": 160 + }, + "4277.U1.100": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53133", - "roomcode": "4277.U1.100", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53144", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53133, + "usage_id": 222 + }, + "4277.U1.101": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15611", - "operator": "[ TUWZP2O ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53144", - "roomcode": "4277.U1.101", - "usage": 103 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53158", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15611, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53144, + "usage_id": 103 + }, + "4277.U1.102": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53158", - "roomcode": "4277.U1.102", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53306", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53158, + "usage_id": 160 + }, + "4277.U1.103": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53306", - "roomcode": "4277.U1.103", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53323", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53306, + "usage_id": 160 + }, + "4277.U1.104": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53323", - "roomcode": "4277.U1.104", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53336", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53323, + "usage_id": 222 + }, + "4277.U1.105": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53336", - "roomcode": "4277.U1.105", - "usage": 207 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53483", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53336, + "usage_id": 207 + }, + "4277.U1.106": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53483", - "roomcode": "4277.U1.106", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53498", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53483, + "usage_id": 222 + }, + "4277.U1.107": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53498", - "roomcode": "4277.U1.107", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53643", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53498, + "usage_id": 160 + }, + "4277.U1.108": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53643", - "roomcode": "4277.U1.108", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53656", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53643, + "usage_id": 160 + }, + "4277.U1.109": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53656", - "roomcode": "4277.U1.109", - "usage": 160 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53674", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53656, + "usage_id": 160 + }, + "4277.U1.110": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53674", - "roomcode": "4277.U1.110", - "usage": 202 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53818", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53674, + "usage_id": 202 + }, + "4277.U1.111": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53818", - "roomcode": "4277.U1.111", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=53838", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53818, + "usage_id": 223 + }, + "4277.U1.112": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 668, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53838", - "roomcode": "4277.U1.112", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45358", + "area_id": 42, + "building_id": 668, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53838, + "usage_id": 4 + }, + "4278.01.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45358", - "roomcode": "4278.01.001", - "usage": 194 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45369", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45358, + "usage_id": 194 + }, + "4278.01.001A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.3.1, Flur", "arch_name": "3.3.1@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45369", - "roomcode": "4278.01.001A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45522", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45369, + "usage_id": 222 + }, + "4278.01.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45522", - "roomcode": "4278.01.002", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45538", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45522, + "usage_id": 102 + }, + "4278.01.002A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45538", - "roomcode": "4278.01.002A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45698", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45538, + "usage_id": 120 + }, + "4278.01.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45698", - "roomcode": "4278.01.003", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45710", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45698, + "usage_id": 102 + }, + "4278.01.003A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.2.1, Flur", "arch_name": "3.2.1@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45710", - "roomcode": "4278.01.003A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45726", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45710, + "usage_id": 222 + }, + "4278.01.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45726", - "roomcode": "4278.01.004", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45876", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45726, + "usage_id": 102 + }, + "4278.01.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45876", - "roomcode": "4278.01.006", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45894", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45876, + "usage_id": 102 + }, + "4278.01.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45894", - "roomcode": "4278.01.007", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45912", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45894, + "usage_id": 102 + }, + "4278.01.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45912", - "roomcode": "4278.01.008", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46070", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45912, + "usage_id": 102 + }, + "4278.01.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46070", - "roomcode": "4278.01.009", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46084", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46070, + "usage_id": 102 + }, + "4278.01.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46084", - "roomcode": "4278.01.010", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46097", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46084, + "usage_id": 102 + }, + "4278.01.010A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46097", - "roomcode": "4278.01.010A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46250", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46097, + "usage_id": 120 + }, + "4278.01.010B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46250", - "roomcode": "4278.01.010B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46266", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46250, + "usage_id": 222 + }, + "4278.01.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46266", - "roomcode": "4278.01.011", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46281", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46266, + "usage_id": 102 + }, + "4278.01.011A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.1.1, Flur", "arch_name": "3.1.1@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46281", - "roomcode": "4278.01.011A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46434", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46281, + "usage_id": 222 + }, + "4278.01.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46434", - "roomcode": "4278.01.012", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46444", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46434, + "usage_id": 102 + }, + "4278.01.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46444", - "roomcode": "4278.01.013", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46459", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46444, + "usage_id": 12 + }, + "4278.01.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46459", - "roomcode": "4278.01.014", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46628", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46459, + "usage_id": 102 + }, + "4278.01.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46628", - "roomcode": "4278.01.015", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46639", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46628, + "usage_id": 102 + }, + "4278.01.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46639", - "roomcode": "4278.01.016", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46801", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46639, + "usage_id": 102 + }, + "4278.01.016A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46801", - "roomcode": "4278.01.016A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46811", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46801, + "usage_id": 120 + }, + "4278.01.016B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46811", - "roomcode": "4278.01.016B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46827", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46811, + "usage_id": 222 + }, + "4278.01.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46827", - "roomcode": "4278.01.017", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46985", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46827, + "usage_id": 44 + }, + "4278.01.017A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46985", - "roomcode": "4278.01.017A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46999", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46985, + "usage_id": 222 + }, + "4278.01.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46999", - "roomcode": "4278.01.018", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=47017", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46999, + "usage_id": 12 + }, + "4278.01.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47017", - "roomcode": "4278.01.019", - "usage": 207 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44304", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47017, + "usage_id": 207 + }, + "4278.01.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44304", - "roomcode": "4278.01.020", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44318", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44304, + "usage_id": 12 + }, + "4278.01.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44318", - "roomcode": "4278.01.021", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44332", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44318, + "usage_id": 12 + }, + "4278.01.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44332", - "roomcode": "4278.01.022", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44488", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44332, + "usage_id": 12 + }, + "4278.01.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44488", - "roomcode": "4278.01.023", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44503", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44488, + "usage_id": 110 + }, + "4278.01.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44503", - "roomcode": "4278.01.024", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44519", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44503, + "usage_id": 12 + }, + "4278.01.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44519", - "roomcode": "4278.01.025", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44673", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44519, + "usage_id": 12 + }, + "4278.01.025A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44673", - "roomcode": "4278.01.025A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44691", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44673, + "usage_id": 222 + }, + "4278.01.026": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44691", - "roomcode": "4278.01.026", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44836", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44691, + "usage_id": 12 + }, + "4278.01.026A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.0.1, Flur", "arch_name": "3.0.1@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44836", - "roomcode": "4278.01.026A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44853", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44836, + "usage_id": 222 + }, + "4278.01.027": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44853", - "roomcode": "4278.01.027", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45192", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44853, + "usage_id": 12 + }, + "4278.01.028": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45192", - "roomcode": "4278.01.028", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45210", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45192, + "usage_id": 12 + }, + "4278.01.029": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45210", - "roomcode": "4278.01.029", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45227", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45210, + "usage_id": 12 + }, + "4278.01.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45227", - "roomcode": "4278.01.030", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45746", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45227, + "usage_id": 12 + }, + "4278.01.031": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45746", - "roomcode": "4278.01.031", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45765", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45746, + "usage_id": 12 + }, + "4278.01.032A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45765", - "roomcode": "4278.01.032A", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45375", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45765, + "usage_id": 12 + }, + "4278.01.032B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45375", - "roomcode": "4278.01.032B", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45393", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45375, + "usage_id": 12 + }, + "4278.01.033": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45393", - "roomcode": "4278.01.033", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45415", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45393, + "usage_id": 12 + }, + "4278.01.033A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45415", - "roomcode": "4278.01.033A", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45023", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45415, + "usage_id": 118 + }, + "4278.01.033B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45023", - "roomcode": "4278.01.033B", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45038", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45023, + "usage_id": 116 + }, + "4278.01.033C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45038", - "roomcode": "4278.01.033C", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45054", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45038, + "usage_id": 118 + }, + "4278.01.033D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45054", - "roomcode": "4278.01.033D", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45569", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45054, + "usage_id": 115 + }, + "4278.01.034": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45569", - "roomcode": "4278.01.034", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45582", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45569, + "usage_id": 12 + }, + "4278.01.035": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45582", - "roomcode": "4278.01.035", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45599", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45582, + "usage_id": 12 + }, + "4278.01.035A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45599", - "roomcode": "4278.01.035A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52741", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45599, + "usage_id": 120 + }, + "4278.01.036": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52741", - "roomcode": "4278.01.036", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52760", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52741, + "usage_id": 12 + }, + "4278.01.037": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52760", - "roomcode": "4278.01.037", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52912", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52760, + "usage_id": 12 + }, + "4278.01.038": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52912", - "roomcode": "4278.01.038", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52927", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52912, + "usage_id": 12 + }, + "4278.01.039": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52927", - "roomcode": "4278.01.039", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52947", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52927, + "usage_id": 12 + }, + "4278.01.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52947", - "roomcode": "4278.01.040", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53089", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52947, + "usage_id": 12 + }, + "4278.01.041": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53089", - "roomcode": "4278.01.041", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53108", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53089, + "usage_id": 12 + }, + "4278.01.042": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53108", - "roomcode": "4278.01.042", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53255", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53108, + "usage_id": 12 + }, + "4278.01.042A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53255", - "roomcode": "4278.01.042A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53264", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53255, + "usage_id": 120 + }, + "4278.01.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53264", - "roomcode": "4278.01.043", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53274", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53264, + "usage_id": 12 + }, + "4278.01.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53274", - "roomcode": "4278.01.044", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53287", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53274, + "usage_id": 12 + }, + "4278.01.045": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53287", - "roomcode": "4278.01.045", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53437", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53287, + "usage_id": 12 + }, + "4278.01.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53437", - "roomcode": "4278.01.046", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53447", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53437, + "usage_id": 12 + }, + "4278.01.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53447", - "roomcode": "4278.01.047", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53460", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53447, + "usage_id": 12 + }, + "4278.01.048": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53460", - "roomcode": "4278.01.048", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53471", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53460, + "usage_id": 12 + }, + "4278.01.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53471", - "roomcode": "4278.01.049", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53611", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53471, + "usage_id": 12 + }, + "4278.01.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53611", - "roomcode": "4278.01.050", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53624", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53611, + "usage_id": 12 + }, + "4278.01.051": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53624", - "roomcode": "4278.01.051", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53638", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53624, + "usage_id": 12 + }, + "4278.01.052": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53638", - "roomcode": "4278.01.052", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53771", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53638, + "usage_id": 12 + }, + "4278.01.053": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53771", - "roomcode": "4278.01.053", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53776", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53771, + "usage_id": 12 + }, + "4278.01.053A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53776", - "roomcode": "4278.01.053A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53788", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53776, + "usage_id": 120 + }, + "4278.01.054": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53788", - "roomcode": "4278.01.054", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53794", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53788, + "usage_id": 12 + }, + "4278.01.055": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53794", - "roomcode": "4278.01.055", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53805", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53794, + "usage_id": 110 + }, + "4278.01.055A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53805", - "roomcode": "4278.01.055A", - "usage": 121 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51201", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53805, + "usage_id": 121 + }, + "4278.01.055B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51201", - "roomcode": "4278.01.055B", - "usage": 121 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51215", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51201, + "usage_id": 121 + }, + "4278.01.055C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51215", - "roomcode": "4278.01.055C", - "usage": 117 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51229", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51215, + "usage_id": 117 + }, + "4278.01.055D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51229", - "roomcode": "4278.01.055D", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51234", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51229, + "usage_id": 115 + }, + "4278.01.055E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51234", - "roomcode": "4278.01.055E", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51381", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51234, + "usage_id": 118 + }, + "4278.01.055F": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51381", - "roomcode": "4278.01.055F", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51392", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51381, + "usage_id": 116 + }, + "4278.01.055G": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51392", - "roomcode": "4278.01.055G", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51406", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51392, + "usage_id": 118 + }, + "4278.01.056": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51406", - "roomcode": "4278.01.056", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51565", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51406, + "usage_id": 12 + }, + "4278.01.057": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51565", - "roomcode": "4278.01.057", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51579", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51565, + "usage_id": 12 + }, + "4278.01.058": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51579", - "roomcode": "4278.01.058", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61740", + "area_id": 42, + "building_id": 728, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51579, + "usage_id": 12 + }, + "4278.02.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61740", - "roomcode": "4278.02.001", - "usage": 53 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61741", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61740, + "usage_id": 53 + }, + "4278.02.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61741", - "roomcode": "4278.02.002", - "usage": 53 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61742", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61741, + "usage_id": 53 + }, + "4278.02.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61742", - "roomcode": "4278.02.003", - "usage": 159 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61743", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61742, + "usage_id": 159 + }, + "4278.02.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61743", - "roomcode": "4278.02.004", - "usage": 114 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61744", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61743, + "usage_id": 114 + }, + "4278.02.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61744", - "roomcode": "4278.02.005", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61745", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61744, + "usage_id": 223 + }, + "4278.02.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61745", - "roomcode": "4278.02.006", - "usage": 159 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=62771", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61745, + "usage_id": 159 + }, + "4278.02.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62771", - "roomcode": "4278.02.007", - "usage": 53 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61762", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62771, + "usage_id": 53 + }, + "4278.02.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61762", - "roomcode": "4278.02.008", - "usage": 53 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=62772", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61762, + "usage_id": 53 + }, + "4278.02.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62772", - "roomcode": "4278.02.009", - "usage": 53 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61763", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62772, + "usage_id": 53 + }, + "4278.02.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61763", - "roomcode": "4278.02.010", - "usage": 53 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61764", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61763, + "usage_id": 53 + }, + "4278.02.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61764", - "roomcode": "4278.02.011", - "usage": 112 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61765", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61764, + "usage_id": 112 + }, + "4278.02.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61765", - "roomcode": "4278.02.012", - "usage": 105 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61766", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61765, + "usage_id": 105 + }, + "4278.02.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61766", - "roomcode": "4278.02.013", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61767", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61766, + "usage_id": 120 + }, + "4278.02.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61767", - "roomcode": "4278.02.014", - "usage": 105 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61768", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61767, + "usage_id": 105 + }, + "4278.02.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61768", - "roomcode": "4278.02.016", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61769", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61768, + "usage_id": 120 + }, + "4278.02.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61769", - "roomcode": "4278.02.017", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61770", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61769, + "usage_id": 120 + }, + "4278.02.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61770", - "roomcode": "4278.02.018", - "usage": 105 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61771", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61770, + "usage_id": 105 + }, + "4278.02.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61771", - "roomcode": "4278.02.020", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61772", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61771, + "usage_id": 120 + }, + "4278.02.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61772", - "roomcode": "4278.02.021", - "usage": 105 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=61773", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61772, + "usage_id": 105 + }, + "4278.02.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61773", - "roomcode": "4278.02.023", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45456", + "area_id": 42, + "building_id": 728, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61773, + "usage_id": 120 + }, + "4278.EG.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45456", - "roomcode": "4278.EG.001", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45607", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45456, + "usage_id": 102 + }, + "4278.EG.001B": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.3.EG, Flur", "arch_name": "3.3.EG@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45607", - "roomcode": "4278.EG.001B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45617", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45607, + "usage_id": 222 + }, + "4278.EG.001C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45617", - "roomcode": "4278.EG.001C", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45626", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45617, + "usage_id": 120 + }, + "4278.EG.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45626", - "roomcode": "4278.EG.002", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45641", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45626, + "usage_id": 102 + }, + "4278.EG.002A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45641", - "roomcode": "4278.EG.002A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45789", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45641, + "usage_id": 120 + }, + "4278.EG.002B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45789", - "roomcode": "4278.EG.002B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45801", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45789, + "usage_id": 223 + }, + "4278.EG.002C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45801", - "roomcode": "4278.EG.002C", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45809", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45801, + "usage_id": 223 + }, + "4278.EG.002D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45809", - "roomcode": "4278.EG.002D", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45822", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45809, + "usage_id": 223 + }, + "4278.EG.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45822", - "roomcode": "4278.EG.003", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45970", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45822, + "usage_id": 12 + }, + "4278.EG.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45970", - "roomcode": "4278.EG.004", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45984", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45970, + "usage_id": 12 + }, + "4278.EG.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45984", - "roomcode": "4278.EG.005", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45994", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45984, + "usage_id": 12 + }, + "4278.EG.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45994", - "roomcode": "4278.EG.006", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46008", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45994, + "usage_id": 12 + }, + "4278.EG.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46008", - "roomcode": "4278.EG.007", - "usage": 194 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46160", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46008, + "usage_id": 194 + }, + "4278.EG.007A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46160", - "roomcode": "4278.EG.007A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46174", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46160, + "usage_id": 120 + }, + "4278.EG.007B": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.2.EG, Flur", "arch_name": "3.2.EG@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46174", - "roomcode": "4278.EG.007B", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46188", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46174, + "usage_id": 222 + }, + "4278.EG.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46188", - "roomcode": "4278.EG.008", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46338", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46188, + "usage_id": 12 + }, + "4278.EG.008A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46338", - "roomcode": "4278.EG.008A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46351", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46338, + "usage_id": 120 + }, + "4278.EG.008B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46351", - "roomcode": "4278.EG.008B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46366", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46351, + "usage_id": 223 + }, + "4278.EG.008C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46366", - "roomcode": "4278.EG.008C", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46379", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46366, + "usage_id": 223 + }, + "4278.EG.008D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46379", - "roomcode": "4278.EG.008D", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46531", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46379, + "usage_id": 223 + }, + "4278.EG.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46531", - "roomcode": "4278.EG.009", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46541", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46531, + "usage_id": 12 + }, + "4278.EG.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46541", - "roomcode": "4278.EG.010", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46546", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46541, + "usage_id": 12 + }, + "4278.EG.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46546", - "roomcode": "4278.EG.011", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46702", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46546, + "usage_id": 12 + }, + "4278.EG.012": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46702", - "roomcode": "4278.EG.012", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46717", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46702, + "usage_id": 12 + }, + "4278.EG.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46717", - "roomcode": "4278.EG.013", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46728", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46717, + "usage_id": 12 + }, + "4278.EG.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46728", - "roomcode": "4278.EG.014", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46743", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46728, + "usage_id": 12 + }, + "4278.EG.015": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46743", - "roomcode": "4278.EG.015", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46893", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46743, + "usage_id": 12 + }, + "4278.EG.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46893", - "roomcode": "4278.EG.016", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46905", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46893, + "usage_id": 12 + }, + "4278.EG.016A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.1.EG, Flur", "arch_name": "3.1.EG@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46905", - "roomcode": "4278.EG.016A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46918", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46905, + "usage_id": 222 + }, + "4278.EG.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46918", - "roomcode": "4278.EG.017", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=47071", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46918, + "usage_id": 12 + }, + "4278.EG.017A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47071", - "roomcode": "4278.EG.017A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=47085", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47071, + "usage_id": 120 + }, + "4278.EG.017B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47085", - "roomcode": "4278.EG.017B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=47096", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47085, + "usage_id": 223 + }, + "4278.EG.017C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47096", - "roomcode": "4278.EG.017C", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44383", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47096, + "usage_id": 223 + }, + "4278.EG.017D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44383", - "roomcode": "4278.EG.017D", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44399", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44383, + "usage_id": 223 + }, + "4278.EG.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44399", - "roomcode": "4278.EG.018", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44420", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44399, + "usage_id": 12 + }, + "4278.EG.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44420", - "roomcode": "4278.EG.019", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44578", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44420, + "usage_id": 12 + }, + "4278.EG.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44578", - "roomcode": "4278.EG.020", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44592", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44578, + "usage_id": 12 + }, + "4278.EG.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44592", - "roomcode": "4278.EG.021", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44746", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44592, + "usage_id": 12 + }, + "4278.EG.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44746", - "roomcode": "4278.EG.022", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44766", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44746, + "usage_id": 12 + }, + "4278.EG.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44766", - "roomcode": "4278.EG.023", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44779", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44766, + "usage_id": 12 + }, + "4278.EG.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44779", - "roomcode": "4278.EG.024", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44926", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44779, + "usage_id": 30 + }, + "4278.EG.024A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44926", - "roomcode": "4278.EG.024A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44942", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44926, + "usage_id": 222 + }, + "4278.EG.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "extended": { - "additional_description": "3.0.EG 01, Vortragssaal", - "address": "Hans-Carl-von-Carlowitz-Platz 1(4278), Erdgescho\u00df", - "architect_room_nr": "3.0.EG 01@4278", - "area_m2": 104.34, - "building": "4278 LWF Bay. Landesanstalt f\u00fcr Wald und Fors", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "025", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44942", - "roomcode": "4278.EG.025", - "usage": 130 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45103", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44942, + "usage_id": 130 + }, + "4278.EG.025A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45103", - "roomcode": "4278.EG.025A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45117", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45103, + "usage_id": 120 + }, + "4278.EG.026": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45117", - "roomcode": "4278.EG.026", - "usage": 196 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45139", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45117, + "usage_id": 196 + }, + "4278.EG.026A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45139", - "roomcode": "4278.EG.026A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45295", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45139, + "usage_id": 222 + }, + "4278.EG.026B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45295", - "roomcode": "4278.EG.026B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45309", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45295, + "usage_id": 223 + }, + "4278.EG.026C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45309", - "roomcode": "4278.EG.026C", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45323", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45309, + "usage_id": 118 + }, + "4278.EG.026D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45323", - "roomcode": "4278.EG.026D", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45475", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45323, + "usage_id": 116 + }, + "4278.EG.026E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45475", - "roomcode": "4278.EG.026E", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45495", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45475, + "usage_id": 118 + }, + "4278.EG.026F": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45495", - "roomcode": "4278.EG.026F", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45651", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45495, + "usage_id": 115 + }, + "4278.EG.027": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45651", - "roomcode": "4278.EG.027", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45671", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45651, + "usage_id": 12 + }, + "4278.EG.028": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45671", - "roomcode": "4278.EG.028", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45830", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45671, + "usage_id": 12 + }, + "4278.EG.029": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45830", - "roomcode": "4278.EG.029", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45849", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45830, + "usage_id": 12 + }, + "4278.EG.029A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45849", - "roomcode": "4278.EG.029A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46012", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45849, + "usage_id": 120 + }, + "4278.EG.030": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46012", - "roomcode": "4278.EG.030", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46032", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46012, + "usage_id": 12 + }, + "4278.EG.031": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46032", - "roomcode": "4278.EG.031", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46049", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46032, + "usage_id": 12 + }, + "4278.EG.032": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46049", - "roomcode": "4278.EG.032", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46205", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46049, + "usage_id": 12 + }, + "4278.EG.033": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46205", - "roomcode": "4278.EG.033", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46217", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46205, + "usage_id": 12 + }, + "4278.EG.034": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46217", - "roomcode": "4278.EG.034", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46227", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46217, + "usage_id": 12 + }, + "4278.EG.034A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46227", - "roomcode": "4278.EG.034A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46384", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46227, + "usage_id": 120 + }, + "4278.EG.035": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46384", - "roomcode": "4278.EG.035", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46403", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46384, + "usage_id": 12 + }, + "4278.EG.036": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46403", - "roomcode": "4278.EG.036", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46416", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46403, + "usage_id": 12 + }, + "4278.EG.037": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46416", - "roomcode": "4278.EG.037", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46574", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46416, + "usage_id": 12 + }, + "4278.EG.038": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46574", - "roomcode": "4278.EG.038", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46592", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46574, + "usage_id": 12 + }, + "4278.EG.039": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46592", - "roomcode": "4278.EG.039", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46750", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46592, + "usage_id": 12 + }, + "4278.EG.040": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46750", - "roomcode": "4278.EG.040", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46762", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46750, + "usage_id": 12 + }, + "4278.EG.041": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46762", - "roomcode": "4278.EG.041", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46782", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46762, + "usage_id": 12 + }, + "4278.EG.042": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46782", - "roomcode": "4278.EG.042", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46936", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46782, + "usage_id": 12 + }, + "4278.EG.043": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46936", - "roomcode": "4278.EG.043", - "usage": 45 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=46955", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46936, + "usage_id": 45 + }, + "4278.EG.044": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46955", - "roomcode": "4278.EG.044", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44431", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46955, + "usage_id": 12 + }, + "4278.EG.044A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44431", - "roomcode": "4278.EG.044A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44453", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44431, + "usage_id": 120 + }, + "4278.EG.045": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44453", - "roomcode": "4278.EG.045", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44474", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44453, + "usage_id": 12 + }, + "4278.EG.046": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44474", - "roomcode": "4278.EG.046", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44628", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44474, + "usage_id": 12 + }, + "4278.EG.047": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44628", - "roomcode": "4278.EG.047", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44649", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44628, + "usage_id": 12 + }, + "4278.EG.047A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44649", - "roomcode": "4278.EG.047A", - "usage": 178 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44802", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44649, + "usage_id": 178 + }, + "4278.EG.048": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44802", - "roomcode": "4278.EG.048", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44821", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44802, + "usage_id": 12 + }, + "4278.EG.048A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44821", - "roomcode": "4278.EG.048A", - "usage": 117 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44972", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44821, + "usage_id": 117 + }, + "4278.EG.048B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44972", - "roomcode": "4278.EG.048B", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=44988", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44972, + "usage_id": 115 + }, + "4278.EG.048C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44988", - "roomcode": "4278.EG.048C", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45004", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44988, + "usage_id": 115 + }, + "4278.EG.048D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45004", - "roomcode": "4278.EG.048D", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45162", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45004, + "usage_id": 118 + }, + "4278.EG.048E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45162", - "roomcode": "4278.EG.048E", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45184", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45162, + "usage_id": 116 + }, + "4278.EG.049": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45184", - "roomcode": "4278.EG.049", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=45340", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45184, + "usage_id": 102 + }, + "4278.EG.050": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45340", - "roomcode": "4278.EG.050", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67327", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45340, + "usage_id": 102 + }, + "4278.EG.051": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "EG01, Lager (Geb\u00e4ude 4277a)", "arch_name": "EG01@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67327", - "roomcode": "4278.EG.051", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67328", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67327, + "usage_id": 30 + }, + "4278.EG.052": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "EG02, Lager (Geb\u00e4ude 4277a)", "arch_name": "EG02@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67328", - "roomcode": "4278.EG.052", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67329", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67328, + "usage_id": 30 + }, + "4278.EG.053": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "EG03, Gasflaschenlager (Geb\u00e4ude 4277a)", "arch_name": "EG03@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67329", - "roomcode": "4278.EG.053", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67330", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67329, + "usage_id": 30 + }, + "4278.EG.054": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "EG04, Lagerraum (Geb\u00e4ude 4277a)", "arch_name": "EG04@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67330", - "roomcode": "4278.EG.054", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67331", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67330, + "usage_id": 30 + }, + "4278.EG.055": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "EG05, K\u00fchlkammer (Geb\u00e4ude 4277a)", "arch_name": "EG05@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67331", - "roomcode": "4278.EG.055", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67332", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67331, + "usage_id": 199 + }, + "4278.EG.056": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "EG06, K\u00fchlkammer (Geb\u00e4ude 4277a)", "arch_name": "EG06@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67332", - "roomcode": "4278.EG.056", - "usage": 199 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, EG", - "address_link": "ris.einzelraum?raumkey=67443", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67332, + "usage_id": 199 + }, + "4278.EG.057": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "01, Carport", "arch_name": "01@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67443", - "roomcode": "4278.EG.057", - "usage": 100 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46310", + "area_id": 42, + "building_id": 728, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67443, + "usage_id": 100 + }, + "4278.U1.001": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46310", - "roomcode": "4278.U1.001", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46326", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46310, + "usage_id": 102 + }, + "4278.U1.001A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.3.0, Flur", "arch_name": "3.3.0@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46326", - "roomcode": "4278.U1.001A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46477", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46326, + "usage_id": 222 + }, + "4278.U1.002": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46477", - "roomcode": "4278.U1.002", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46495", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46477, + "usage_id": 102 + }, + "4278.U1.002A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46495", - "roomcode": "4278.U1.002A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46513", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46495, + "usage_id": 120 + }, + "4278.U1.002B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46513", - "roomcode": "4278.U1.002B", - "usage": 4 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46667", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46513, + "usage_id": 4 + }, + "4278.U1.002D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46667", - "roomcode": "4278.U1.002D", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46683", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46667, + "usage_id": 222 + }, + "4278.U1.002E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46683", - "roomcode": "4278.U1.002E", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46698", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46683, + "usage_id": 223 + }, + "4278.U1.002F": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46698", - "roomcode": "4278.U1.002F", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62544", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46698, + "usage_id": 223 + }, + "4278.U1.002G": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62544", - "roomcode": "4278.U1.002G", - "usage": 5 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46847", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62544, + "usage_id": 5 + }, + "4278.U1.003": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46847", - "roomcode": "4278.U1.003", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46862", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46847, + "usage_id": 2 + }, + "4278.U1.003A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.2.0, Flur", "arch_name": "3.2.0@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46862", - "roomcode": "4278.U1.003A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46877", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46862, + "usage_id": 222 + }, + "4278.U1.004": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46877", - "roomcode": "4278.U1.004", - "usage": 132 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47025", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46877, + "usage_id": 132 + }, + "4278.U1.005": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47025", - "roomcode": "4278.U1.005", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47028", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47025, + "usage_id": 30 + }, + "4278.U1.006": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47028", - "roomcode": "4278.U1.006", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47042", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47028, + "usage_id": 30 + }, + "4278.U1.007": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47042", - "roomcode": "4278.U1.007", - "usage": 102 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47054", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47042, + "usage_id": 102 + }, + "4278.U1.008": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47054", - "roomcode": "4278.U1.008", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47057", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47054, + "usage_id": 51 + }, + "4278.U1.009": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47057", - "roomcode": "4278.U1.009", - "usage": 132 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44336", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47057, + "usage_id": 132 + }, + "4278.U1.009A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44336", - "roomcode": "4278.U1.009A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62545", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44336, + "usage_id": 120 + }, + "4278.U1.010": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62545", - "roomcode": "4278.U1.010", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62546", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62545, + "usage_id": 30 + }, + "4278.U1.011": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62546", - "roomcode": "4278.U1.011", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44356", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62546, + "usage_id": 30 + }, + "4278.U1.012A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44356", - "roomcode": "4278.U1.012A", - "usage": 105 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44371", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44356, + "usage_id": 105 + }, + "4278.U1.012B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44371", - "roomcode": "4278.U1.012B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62547", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44371, + "usage_id": 223 + }, + "4278.U1.013": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62547", - "roomcode": "4278.U1.013", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62762", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62547, + "usage_id": 30 + }, + "4278.U1.013A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62762", - "roomcode": "4278.U1.013A", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62763", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62762, + "usage_id": 32 + }, + "4278.U1.013B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62763", - "roomcode": "4278.U1.013B", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62764", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62763, + "usage_id": 32 + }, + "4278.U1.013C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62764", - "roomcode": "4278.U1.013C", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62765", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62764, + "usage_id": 32 + }, + "4278.U1.013D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62765", - "roomcode": "4278.U1.013D", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62886", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62765, + "usage_id": 32 + }, + "4278.U1.013E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62886", - "roomcode": "4278.U1.013E", - "usage": 219 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62548", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62886, + "usage_id": 219 + }, + "4278.U1.014": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62548", - "roomcode": "4278.U1.014", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62549", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62548, + "usage_id": 30 + }, + "4278.U1.016": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62549", - "roomcode": "4278.U1.016", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44536", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62549, + "usage_id": 30 + }, + "4278.U1.016A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44536", - "roomcode": "4278.U1.016A", - "usage": 105 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44543", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44536, + "usage_id": 105 + }, + "4278.U1.016B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44543", - "roomcode": "4278.U1.016B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62550", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44543, + "usage_id": 223 + }, + "4278.U1.017": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62550", - "roomcode": "4278.U1.017", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44707", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62550, + "usage_id": 30 + }, + "4278.U1.017A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44707", - "roomcode": "4278.U1.017A", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62766", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44707, + "usage_id": 51 + }, + "4278.U1.017B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62766", - "roomcode": "4278.U1.017B", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62767", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62766, + "usage_id": 32 + }, + "4278.U1.017C": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62767", - "roomcode": "4278.U1.017C", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62768", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62767, + "usage_id": 32 + }, + "4278.U1.017D": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62768", - "roomcode": "4278.U1.017D", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62769", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62768, + "usage_id": 32 + }, + "4278.U1.017E": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62769", - "roomcode": "4278.U1.017E", - "usage": 32 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62887", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62769, + "usage_id": 32 + }, + "4278.U1.017F": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62887", - "roomcode": "4278.U1.017F", - "usage": 219 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44716", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62887, + "usage_id": 219 + }, + "4278.U1.018": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44716", - "roomcode": "4278.U1.018", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44733", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44716, + "usage_id": 2 + }, + "4278.U1.018A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44733", - "roomcode": "4278.U1.018A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44743", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44733, + "usage_id": 120 + }, + "4278.U1.019": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44743", - "roomcode": "4278.U1.019", - "usage": 2 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44892", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44743, + "usage_id": 2 + }, + "4278.U1.019B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44892", - "roomcode": "4278.U1.019B", - "usage": 223 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44903", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44892, + "usage_id": 223 + }, + "4278.U1.020": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44903", - "roomcode": "4278.U1.020", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45060", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44903, + "usage_id": 30 + }, + "4278.U1.020A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "alt_name": "3.0.0, Flur", "arch_name": "3.0.0@4278", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45060", - "roomcode": "4278.U1.020A", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62551", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45060, + "usage_id": 222 + }, + "4278.U1.021": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=62551", - "roomcode": "4278.U1.021", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45074", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62551, + "usage_id": 30 + }, + "4278.U1.022": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45074", - "roomcode": "4278.U1.022", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45088", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45074, + "usage_id": 30 + }, + "4278.U1.022A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45088", - "roomcode": "4278.U1.022A", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45244", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45088, + "usage_id": 120 + }, + "4278.U1.023": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45244", - "roomcode": "4278.U1.023", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45258", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45244, + "usage_id": 30 + }, + "4278.U1.024": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45258", - "roomcode": "4278.U1.024", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45270", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45258, + "usage_id": 30 + }, + "4278.U1.025": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45270", - "roomcode": "4278.U1.025", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45424", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45270, + "usage_id": 30 + }, + "4278.U1.026": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45424", - "roomcode": "4278.U1.026", - "usage": 51 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45435", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45424, + "usage_id": 51 + }, + "4278.U1.026A": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45435", - "roomcode": "4278.U1.026A", - "usage": 30 - }, - { - "address": "Hans-Carl-von-Carlowitz-Platz 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45443", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45435, + "usage_id": 30 + }, + "4278.U1.026B": { + "address": { + "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", - "b_area_id": 42, - "b_filter_id": 728, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45443", - "roomcode": "4278.U1.026B", - "usage": 159 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70547", + "area_id": 42, + "building_id": 728, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45443, + "usage_id": 159 + }, + "4279.01.001": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70547", - "roomcode": "4279.01.001", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70548", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70547, + "usage_id": 12 + }, + "4279.01.002": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70548", - "roomcode": "4279.01.002", - "usage": 110 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70549", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70548, + "usage_id": 110 + }, + "4279.01.003": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70549", - "roomcode": "4279.01.003", - "usage": 196 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70550", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70549, + "usage_id": 196 + }, + "4279.01.004": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70550", - "roomcode": "4279.01.004", - "usage": 44 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70551", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70550, + "usage_id": 44 + }, + "4279.01.005": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70551", - "roomcode": "4279.01.005", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70552", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70551, + "usage_id": 12 + }, + "4279.01.006": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70552", - "roomcode": "4279.01.006", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70553", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70552, + "usage_id": 12 + }, + "4279.01.007": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70553", - "roomcode": "4279.01.007", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70554", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70553, + "usage_id": 12 + }, + "4279.01.008": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70554", - "roomcode": "4279.01.008", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70555", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70554, + "usage_id": 12 + }, + "4279.01.009": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70555", - "roomcode": "4279.01.009", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70556", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70555, + "usage_id": 12 + }, + "4279.01.010": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70556", - "roomcode": "4279.01.010", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70557", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70556, + "usage_id": 12 + }, + "4279.01.011": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70557", - "roomcode": "4279.01.011", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70558", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70557, + "usage_id": 12 + }, + "4279.01.012": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70558", - "roomcode": "4279.01.012", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70574", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70558, + "usage_id": 12 + }, + "4279.01.013": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70574", - "roomcode": "4279.01.013", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70559", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70574, + "usage_id": 12 + }, + "4279.01.014": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70559", - "roomcode": "4279.01.014", - "usage": 12 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70560", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70559, + "usage_id": 12 + }, + "4279.01.015": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70560", - "roomcode": "4279.01.015", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70561", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70560, + "usage_id": 118 + }, + "4279.01.016": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70561", - "roomcode": "4279.01.016", - "usage": 115 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70562", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70561, + "usage_id": 115 + }, + "4279.01.018": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70562", - "roomcode": "4279.01.018", - "usage": 116 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70563", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70562, + "usage_id": 116 + }, + "4279.01.020": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70563", - "roomcode": "4279.01.020", - "usage": 118 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70566", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70563, + "usage_id": 118 + }, + "4279.01.021": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70566", - "roomcode": "4279.01.021", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70567", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70566, + "usage_id": 222 + }, + "4279.01.022": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70567", - "roomcode": "4279.01.022", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70568", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70567, + "usage_id": 222 + }, + "4279.01.023": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70568", - "roomcode": "4279.01.023", - "usage": 121 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70569", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70568, + "usage_id": 121 + }, + "4279.01.040": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70569", - "roomcode": "4279.01.040", - "usage": 16 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=70570", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70569, + "usage_id": 16 + }, + "4279.01.041": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70570", - "roomcode": "4279.01.041", - "usage": 219 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, EG", - "address_link": "ris.einzelraum?raumkey=70546", + "area_id": 282, + "building_id": 2549, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70570, + "usage_id": 219 + }, + "4279.EG.025": { + "address": { + "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", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70546", - "roomcode": "4279.EG.025", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, EG", - "address_link": "ris.einzelraum?raumkey=70571", + "area_id": 282, + "building_id": 2549, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70546, + "usage_id": 120 + }, + "4279.EG.026": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz Platz 4", + "zip_code": 85354 + }, "alt_name": "3.4.EG26, Technik", "arch_name": "3.4.EG26@4279", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70571", - "roomcode": "4279.EG.026", - "usage": 120 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, EG", - "address_link": "ris.einzelraum?raumkey=70572", + "area_id": 282, + "building_id": 2549, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70571, + "usage_id": 120 + }, + "4279.EG.027": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz Platz 4", + "zip_code": 85354 + }, "alt_name": "3.4.EG27, Eingang", "arch_name": "3.4.EG27@4279", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70572", - "roomcode": "4279.EG.027", - "usage": 222 - }, - { - "address": "Hans-Carl-von-Carlowitz Platz 4, EG", - "address_link": "ris.einzelraum?raumkey=70573", + "area_id": 282, + "building_id": 2549, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70572, + "usage_id": 222 + }, + "4279.EG.027A": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz Platz 4", + "zip_code": 85354 + }, "alt_name": "3.4.EG27a, Treppenhaus", "arch_name": "3.4.EG27a@4279", - "b_area_id": 282, - "b_filter_id": 2549, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=44042", - "operator": "[ TUPELWF ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70573", - "roomcode": "4279.EG.027A", - "usage": 223 - }, - { - "address": "Am Staudengarten 1, EG", - "address_link": "ris.einzelraum?raumkey=68049", + "area_id": 282, + "building_id": 2549, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44042, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70573, + "usage_id": 223 + }, + "4281.EG.001": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 1", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XI", "arch_name": "001@4281", - "b_area_id": 42, - "b_filter_id": 2152, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68049", - "roomcode": "4281.EG.001", - "usage": 160 - }, - { - "address": "Am Staudengarten 1, EG", - "address_link": "ris.einzelraum?raumkey=68050", + "area_id": 42, + "building_id": 2152, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68049, + "usage_id": 160 + }, + "4281.EG.002": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 1", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XI", "arch_name": "002@4281", - "b_area_id": 42, - "b_filter_id": 2152, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68050", - "roomcode": "4281.EG.002", - "usage": 160 - }, - { - "address": "Am Staudengarten 1, EG", - "address_link": "ris.einzelraum?raumkey=68028", + "area_id": 42, + "building_id": 2152, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68050, + "usage_id": 160 + }, + "4281.EG.003": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 1", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XI", "arch_name": "003@4281", - "b_area_id": 42, - "b_filter_id": 2152, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68028", - "roomcode": "4281.EG.003", - "usage": 160 - }, - { - "address": "Am Staudengarten 1, EG", - "address_link": "ris.einzelraum?raumkey=68029", + "area_id": 42, + "building_id": 2152, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68028, + "usage_id": 160 + }, + "4281.EG.004": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 1", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XI", "arch_name": "004@4281", - "b_area_id": 42, - "b_filter_id": 2152, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68029", - "roomcode": "4281.EG.004", - "usage": 160 - }, - { - "address": "Hohenbachernstra\u00dfe 9, EG", - "address_link": "ris.einzelraum?raumkey=66231", + "area_id": 42, + "building_id": 2152, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68029, + "usage_id": 160 + }, + "4299.EG.001": { + "address": { + "place": "Freising", + "street": "Hohenbachernstra\u00dfe 9", + "zip_code": 85354 + }, "alt_name": "HSG, Seminarraum Hochschulgemeinde", "arch_name": "HSG@4299", - "b_area_id": 42, - "b_filter_id": 1809, - "calendar": null, - "extended": { - "additional_description": "HSG, Seminarraum Hochschulgemeinde", - "address": "Hohenbachernstra\u00dfe 9(4299), Erdgescho\u00df", - "architect_room_nr": "HSG@4299", - "area_m2": 57.0, - "building": "4299 Hochschulgemeinde Freising", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66231", - "roomcode": "4299.EG.001", - "usage": 41 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69151", + "area_id": 42, + "building_id": 1809, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66231, + "usage_id": 41 + }, + "4304.01.023": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 01, Treppenraum", "arch_name": "1.OG 01@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69151", - "roomcode": "4304.01.023", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69143", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69151, + "usage_id": 223 + }, + "4304.01.024": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 02, Flur", "arch_name": "1.OG 02@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69143", - "roomcode": "4304.01.024", - "usage": 222 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69157", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69143, + "usage_id": 222 + }, + "4304.01.025": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 03, Reinigungsmittelraum", "arch_name": "1.OG 03@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69157", - "roomcode": "4304.01.025", - "usage": 205 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69158", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69157, + "usage_id": 205 + }, + "4304.01.026": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 04, WC-Damen", "arch_name": "1.OG 04@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69158", - "roomcode": "4304.01.026", - "usage": 116 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69152", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69158, + "usage_id": 116 + }, + "4304.01.027": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 05, WC-Herren", "arch_name": "1.OG 05@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69152", - "roomcode": "4304.01.027", - "usage": 115 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69144", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69152, + "usage_id": 115 + }, + "4304.01.028": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 06, Besprechungsraum", "arch_name": "1.OG 06@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69144", - "roomcode": "4304.01.028", - "usage": 196 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69145", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69144, + "usage_id": 196 + }, + "4304.01.029": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 07, B\u00fcro", "arch_name": "1.OG 07@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69145", - "roomcode": "4304.01.029", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69146", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69145, + "usage_id": 12 + }, + "4304.01.030": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 08, B\u00fcro", "arch_name": "1.OG 08@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69146", - "roomcode": "4304.01.030", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69159", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69146, + "usage_id": 12 + }, + "4304.01.031": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 09, B\u00fcro", "arch_name": "1.OG 09@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69159", - "roomcode": "4304.01.031", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69153", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69159, + "usage_id": 12 + }, + "4304.01.032": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 10, Treppenraum", "arch_name": "1.OG 10@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69153", - "roomcode": "4304.01.032", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69160", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69153, + "usage_id": 223 + }, + "4304.01.033": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 11, Reinigungsmittelraum", "arch_name": "1.OG 11@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69160", - "roomcode": "4304.01.033", - "usage": 205 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69161", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69160, + "usage_id": 205 + }, + "4304.01.034": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 11.1, Treppe", "arch_name": "1.OG 11.1@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69161", - "roomcode": "4304.01.034", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69147", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69161, + "usage_id": 223 + }, + "4304.01.035": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 12, Flur", "arch_name": "1.OG 12@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69147", - "roomcode": "4304.01.035", - "usage": 222 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69148", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69147, + "usage_id": 222 + }, + "4304.01.036": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 13, B\u00fcro", "arch_name": "1.OG 13@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26233", - "operator": "[ TUZV845 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69148", - "roomcode": "4304.01.036", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69162", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26233, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69148, + "usage_id": 12 + }, + "4304.01.037": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 14, B\u00fcro", "arch_name": "1.OG 14@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26233", - "operator": "[ TUZV845 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69162", - "roomcode": "4304.01.037", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69163", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26233, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69162, + "usage_id": 12 + }, + "4304.01.038": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 15, B\u00fcro", "arch_name": "1.OG 15@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26233", - "operator": "[ TUZV845 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69163", - "roomcode": "4304.01.038", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69164", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26233, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69163, + "usage_id": 12 + }, + "4304.01.039": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 16, B\u00fcro", "arch_name": "1.OG 16@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26233", - "operator": "[ TUZV845 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69164", - "roomcode": "4304.01.039", - "usage": 12 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69154", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26233, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69164, + "usage_id": 12 + }, + "4304.01.040": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "1.OG 17, Speicher (ohne Nutzung)", "arch_name": "1.OG 17@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69154", - "roomcode": "4304.01.040", - "usage": 159 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69155", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69154, + "usage_id": 159 + }, + "4304.01.041": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69155", - "roomcode": "4304.01.041", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.OG", - "address_link": "ris.einzelraum?raumkey=69165", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69155, + "usage_id": 223 + }, + "4304.01.042": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69165", - "roomcode": "4304.01.042", - "usage": 223 - }, - { - "address": "Lange Point 51, 2.OG", - "address_link": "ris.einzelraum?raumkey=69156", + "area_id": 41, + "building_id": 670, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69165, + "usage_id": 223 + }, + "4304.02.003": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "2.OG 01, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 01@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69156", - "roomcode": "4304.02.003", - "usage": 159 - }, - { - "address": "Lange Point 51, 2.OG", - "address_link": "ris.einzelraum?raumkey=69166", + "area_id": 41, + "building_id": 670, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69156, + "usage_id": 159 + }, + "4304.02.004": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "2.OG 02, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 02@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69166", - "roomcode": "4304.02.004", - "usage": 159 - }, - { - "address": "Lange Point 51, 2.OG", - "address_link": "ris.einzelraum?raumkey=69167", + "area_id": 41, + "building_id": 670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69166, + "usage_id": 159 + }, + "4304.02.005": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69167", - "roomcode": "4304.02.005", - "usage": 223 - }, - { - "address": "Lange Point 51, 2.OG", - "address_link": "ris.einzelraum?raumkey=69168", + "area_id": 41, + "building_id": 670, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69167, + "usage_id": 223 + }, + "4304.02.006": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "2.OG 03, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 03@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69168", - "roomcode": "4304.02.006", - "usage": 159 - }, - { - "address": "Lange Point 51, 2.OG", - "address_link": "ris.einzelraum?raumkey=69169", + "area_id": 41, + "building_id": 670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69168, + "usage_id": 159 + }, + "4304.02.007": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "2.OG 04, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 04@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69169", - "roomcode": "4304.02.007", - "usage": 159 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69106", + "area_id": 41, + "building_id": 670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69169, + "usage_id": 159 + }, + "4304.EG.026": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 01, Eingang/Treppenraum", "arch_name": "EG 01@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69106", - "roomcode": "4304.EG.026", - "usage": 223 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69141", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69106, + "usage_id": 223 + }, + "4304.EG.027": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 01.1, Au\u00dfentreppe", "arch_name": "EG 01.1@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69141", - "roomcode": "4304.EG.027", - "usage": 7 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69125", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69141, + "usage_id": 7 + }, + "4304.EG.028": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 01.2, Treppe", "arch_name": "EG 01.2@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69125", - "roomcode": "4304.EG.028", - "usage": 223 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69107", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69125, + "usage_id": 223 + }, + "4304.EG.029": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 02, Flur", "arch_name": "EG 02@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69107", - "roomcode": "4304.EG.029", - "usage": 222 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69142", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69107, + "usage_id": 222 + }, + "4304.EG.030": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 03, WC", "arch_name": "EG 03@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69142", - "roomcode": "4304.EG.030", - "usage": 114 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69108", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69142, + "usage_id": 114 + }, + "4304.EG.031": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 04, Reinigungsmittelraum", "arch_name": "EG 04@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69108", - "roomcode": "4304.EG.031", - "usage": 205 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69109", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69108, + "usage_id": 205 + }, + "4304.EG.032": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 05, B\u00fcro", "arch_name": "EG 05@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69109", - "roomcode": "4304.EG.032", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69135", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69109, + "usage_id": 12 + }, + "4304.EG.033": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 06, B\u00fcro", "arch_name": "EG 06@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69135", - "roomcode": "4304.EG.033", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69110", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 45971, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69135, + "usage_id": 12 + }, + "4304.EG.034": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 07, B\u00fcro", "arch_name": "EG 07@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69110", - "roomcode": "4304.EG.034", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69111", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69110, + "usage_id": 12 + }, + "4304.EG.035": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 08, Besprechungsraum", "arch_name": "EG 08@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69111", - "roomcode": "4304.EG.035", - "usage": 196 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69112", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69111, + "usage_id": 196 + }, + "4304.EG.036": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 09, B\u00fcro", "arch_name": "EG 09@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69112", - "roomcode": "4304.EG.036", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69113", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69112, + "usage_id": 12 + }, + "4304.EG.037": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 10, B\u00fcro", "arch_name": "EG 10@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69113", - "roomcode": "4304.EG.037", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69114", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69113, + "usage_id": 12 + }, + "4304.EG.038": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 11, B\u00fcro", "arch_name": "EG 11@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=45971", - "operator": "[ TUZVR87 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69114", - "roomcode": "4304.EG.038", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69126", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 45971, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69114, + "usage_id": 12 + }, + "4304.EG.039": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 12, B\u00fcro", "arch_name": "EG 12@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69126", - "roomcode": "4304.EG.039", - "usage": 12 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69127", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69126, + "usage_id": 12 + }, + "4304.EG.040": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 13, Aufenthaltsraum", "arch_name": "EG 13@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69127", - "roomcode": "4304.EG.040", - "usage": 44 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69115", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69127, + "usage_id": 44 + }, + "4304.EG.041": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 14, Teek\u00fcche", "arch_name": "EG 14@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69115", - "roomcode": "4304.EG.041", - "usage": 44 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69116", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69115, + "usage_id": 44 + }, + "4304.EG.042": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 14.1, Terrasse", "arch_name": "EG 14.1@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69116", - "roomcode": "4304.EG.042", - "usage": 48 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69136", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69116, + "usage_id": 48 + }, + "4304.EG.043": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 15, Eingang/Treppenraum Bauhof", "arch_name": "EG 15@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69136", - "roomcode": "4304.EG.043", - "usage": 223 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69138", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69136, + "usage_id": 223 + }, + "4304.EG.045": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 15.2, Treppe", "arch_name": "EG 15.2@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69138", - "roomcode": "4304.EG.045", - "usage": 223 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69121", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69138, + "usage_id": 223 + }, + "4304.EG.046": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 16, Flur", "arch_name": "EG 16@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69121", - "roomcode": "4304.EG.046", - "usage": 222 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69122", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69121, + "usage_id": 222 + }, + "4304.EG.047": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 17, WC-Herren Vorraum", "arch_name": "EG 17@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69122", - "roomcode": "4304.EG.047", - "usage": 118 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69128", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69122, + "usage_id": 118 + }, + "4304.EG.048": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 17a, WC-Herren", "arch_name": "EG 17a@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69128", - "roomcode": "4304.EG.048", - "usage": 115 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69129", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69128, + "usage_id": 115 + }, + "4304.EG.049": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 17b, WC-Herren", "arch_name": "EG 17b@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69129", - "roomcode": "4304.EG.049", - "usage": 115 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69139", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69129, + "usage_id": 115 + }, + "4304.EG.050": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 18, Umkleide", "arch_name": "EG 18@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69139", - "roomcode": "4304.EG.050", - "usage": 121 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69117", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69139, + "usage_id": 121 + }, + "4304.EG.051": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 19, Dusche", "arch_name": "EG 19@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69117", - "roomcode": "4304.EG.051", - "usage": 113 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69123", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69117, + "usage_id": 113 + }, + "4304.EG.052": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 20, Aufenthaltsraum mit K\u00fcche", "arch_name": "EG 20@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69123", - "roomcode": "4304.EG.052", - "usage": 44 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69124", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69123, + "usage_id": 44 + }, + "4304.EG.053": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 21, Werkstatt", "arch_name": "EG 21@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69124", - "roomcode": "4304.EG.053", - "usage": 51 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69130", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69124, + "usage_id": 51 + }, + "4304.EG.054": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 22, Regallager", "arch_name": "EG 22@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69130", - "roomcode": "4304.EG.054", - "usage": 30 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69118", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69130, + "usage_id": 30 + }, + "4304.EG.055": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 23, Lager", "arch_name": "EG 23@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69118", - "roomcode": "4304.EG.055", - "usage": 30 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69119", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69118, + "usage_id": 30 + }, + "4304.EG.056": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 24, Halle 1", "arch_name": "EG 24@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69119", - "roomcode": "4304.EG.056", - "usage": 100 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69120", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69119, + "usage_id": 100 + }, + "4304.EG.057": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 25, Halle 2", "arch_name": "EG 25@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69120", - "roomcode": "4304.EG.057", - "usage": 100 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=69140", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69120, + "usage_id": 100 + }, + "4304.EG.058": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "EG 26, Lager", "arch_name": "EG 26@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69140", - "roomcode": "4304.EG.058", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69096", + "area_id": 41, + "building_id": 670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69140, + "usage_id": 30 + }, + "4304.U1.017": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 01, Treppenraum", "arch_name": "KG 01@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69096", - "roomcode": "4304.U1.017", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69097", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69096, + "usage_id": 223 + }, + "4304.U1.018": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 01.1, Treppe", "arch_name": "KG 01.1@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69097", - "roomcode": "4304.U1.018", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69085", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69097, + "usage_id": 223 + }, + "4304.U1.021": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 02, Flur", "arch_name": "KG 02@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69085", - "roomcode": "4304.U1.021", - "usage": 222 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69086", + "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": 69085, + "usage_id": 222 + }, + "4304.U1.022": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 03, Flur", "arch_name": "KG 03@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69086", - "roomcode": "4304.U1.022", - "usage": 222 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69101", + "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": 69086, + "usage_id": 222 + }, + "4304.U1.026": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 07, Lager", "arch_name": "KG 07@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69101", - "roomcode": "4304.U1.026", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69098", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69101, + "usage_id": 30 + }, + "4304.U1.028": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 08, Lager", "arch_name": "KG 08@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69098", - "roomcode": "4304.U1.028", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69091", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69098, + "usage_id": 30 + }, + "4304.U1.029": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 09, Lager", "arch_name": "KG 09@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69091", - "roomcode": "4304.U1.029", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69092", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69091, + "usage_id": 30 + }, + "4304.U1.030": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 10, Lager", "arch_name": "KG 10@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69092", - "roomcode": "4304.U1.030", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69102", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69092, + "usage_id": 30 + }, + "4304.U1.031": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 11, Heizung", "arch_name": "KG 11@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69102", - "roomcode": "4304.U1.031", - "usage": 201 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69103", + "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": 69102, + "usage_id": 201 + }, + "4304.U1.032": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 11.1, Aussentreppe", "arch_name": "KG 11.1@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69103", - "roomcode": "4304.U1.032", - "usage": 7 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69093", + "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": 69103, + "usage_id": 7 + }, + "4304.U1.033": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 12, Lager", "arch_name": "KG 12@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69093", - "roomcode": "4304.U1.033", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69099", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69093, + "usage_id": 30 + }, + "4304.U1.034": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 13, Treppenraum", "arch_name": "KG 13@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69099", - "roomcode": "4304.U1.034", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69100", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69099, + "usage_id": 223 + }, + "4304.U1.035": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 13.1, Treppe", "arch_name": "KG 13.1@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69100", - "roomcode": "4304.U1.035", - "usage": 223 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69094", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69100, + "usage_id": 223 + }, + "4304.U1.037": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 14, Flur", "arch_name": "KG 14@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69094", - "roomcode": "4304.U1.037", - "usage": 222 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=75974", + "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": 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", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=75974", - "roomcode": "4304.U1.037A", - "usage": 50 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69095", + "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": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 15, Flur", "arch_name": "KG 15@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69095", - "roomcode": "4304.U1.038", - "usage": 222 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69104", + "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": 69095, + "usage_id": 222 + }, + "4304.U1.039": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 16, Lager", "arch_name": "KG 16@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69104", - "roomcode": "4304.U1.039", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69105", + "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": 69104, + "usage_id": 30 + }, + "4304.U1.041": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 17, Lager", "arch_name": "KG 17@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69105", - "roomcode": "4304.U1.041", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69087", + "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": 69105, + "usage_id": 30 + }, + "4304.U1.045": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 19, Lager", "arch_name": "KG 19@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69087", - "roomcode": "4304.U1.045", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69088", + "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": 69087, + "usage_id": 30 + }, + "4304.U1.047": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 20, Lager", "arch_name": "KG 20@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69088", - "roomcode": "4304.U1.047", - "usage": 30 - }, - { - "address": "Lange Point 51, 1.UG", - "address_link": "ris.einzelraum?raumkey=69089", + "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": 69088, + "usage_id": 30 + }, + "4304.U1.049": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "KG 21, Lager", "arch_name": "KG 21@4304", - "b_area_id": 41, - "b_filter_id": 670, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69089", - "roomcode": "4304.U1.049", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49872", + "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": 69089, + "usage_id": 30 + }, + "4307.EG.601": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 01, Sicherheitsdienst", "arch_name": "EG 01@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": "tvKalender.wSicht?cOrg=26175&cRes=18758&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49872", - "roomcode": "4307.EG.601", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49875", + "area_id": 41, + "building_id": 673, + "calendar_resource_nr": 18758, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49872, + "usage_id": 12 + }, + "4307.EG.602": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 02, B\u00fcro", "arch_name": "EG 02@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49875", - "roomcode": "4307.EG.602", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49880", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49875, + "usage_id": 12 + }, + "4307.EG.603": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 03, Besprechungsraum", "arch_name": "EG 03@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49880", - "roomcode": "4307.EG.603", - "usage": 196 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49883", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49880, + "usage_id": 196 + }, + "4307.EG.604": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 04, B\u00fcro", "arch_name": "EG 04@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49883", - "roomcode": "4307.EG.604", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49887", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49883, + "usage_id": 12 + }, + "4307.EG.605": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 05, Plotterraum", "arch_name": "EG 05@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49887", - "roomcode": "4307.EG.605", - "usage": 110 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=69747", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49887, + "usage_id": 110 + }, + "4307.EG.606A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 11A, K\u00fcche", "arch_name": "EG 11A@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69747", - "roomcode": "4307.EG.606A", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=49895", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69747, + "usage_id": 44 + }, + "4307.EG.607": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 07, WC", "arch_name": "EG 07@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49895", - "roomcode": "4307.EG.607", - "usage": 114 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50016", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49895, + "usage_id": 114 + }, + "4307.EG.608": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 08, Archiv", "arch_name": "EG 08@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50016", - "roomcode": "4307.EG.608", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=69748", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50016, + "usage_id": 2 + }, + "4307.EG.609A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 09, Kopierer", "arch_name": "EG 09@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69748", - "roomcode": "4307.EG.609A", - "usage": 110 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50029", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69748, + "usage_id": 110 + }, + "4307.EG.611": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 11, Flur", "arch_name": "EG 11@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50029", - "roomcode": "4307.EG.611", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=50034", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50029, + "usage_id": 222 + }, + "4307.EG.612": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 10, WC-Damen", "arch_name": "EG 10@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50034", - "roomcode": "4307.EG.612", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=66912", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50034, + "usage_id": 116 + }, + "4307.EG.613": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 12, Eingang", "arch_name": "EG 12@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66912", - "roomcode": "4307.EG.613", - "usage": 15 - }, - { - "address": "Liesel-Beckmann-Str. 6, EG", - "address_link": "ris.einzelraum?raumkey=66913", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66912, + "usage_id": 15 + }, + "4307.EG.614": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "EG 12A, Eingang Au\u00dfenbereich", "arch_name": "EG 12A@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66913", - "roomcode": "4307.EG.614", - "usage": 7 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49713", + "area_id": 41, + "building_id": 673, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66913, + "usage_id": 7 + }, + "4307.U1.601": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 01, B\u00fcro", "arch_name": "UG 01@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49713", - "roomcode": "4307.U1.601", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49717", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49713, + "usage_id": 12 + }, + "4307.U1.602": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 02, Aufenthaltsraum", "arch_name": "UG 02@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49717", - "roomcode": "4307.U1.602", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49720", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49717, + "usage_id": 44 + }, + "4307.U1.603": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 03, B\u00fcro", "arch_name": "UG 03@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49720", - "roomcode": "4307.U1.603", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49725", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49720, + "usage_id": 12 + }, + "4307.U1.604": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 04, K\u00fcche", "arch_name": "UG 04@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49725", - "roomcode": "4307.U1.604", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49731", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49725, + "usage_id": 44 + }, + "4307.U1.606": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 06, Abstellraum", "arch_name": "UG 06@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49731", - "roomcode": "4307.U1.606", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49736", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49731, + "usage_id": 30 + }, + "4307.U1.607": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 07, WC-Damen", "arch_name": "UG 07@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49736", - "roomcode": "4307.U1.607", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49854", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49736, + "usage_id": 116 + }, + "4307.U1.608": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 08, Reinigungsmittelraum", "arch_name": "UG 08@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49854", - "roomcode": "4307.U1.608", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49858", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49854, + "usage_id": 205 + }, + "4307.U1.609": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 09, WC-Herren/Heizung", "arch_name": "UG 09@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49858", - "roomcode": "4307.U1.609", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49864", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49858, + "usage_id": 115 + }, + "4307.U1.610": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 10, Flur", "arch_name": "UG 10@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49864", - "roomcode": "4307.U1.610", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=69749", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49864, + "usage_id": 222 + }, + "4307.U1.610A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 10A, Lager", "arch_name": "UG 10A@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69749", - "roomcode": "4307.U1.610A", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=49868", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69749, + "usage_id": 30 + }, + "4307.U1.611": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 11, Treppenraum", "arch_name": "UG 11@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49868", - "roomcode": "4307.U1.611", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=66914", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49868, + "usage_id": 223 + }, + "4307.U1.612": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "alt_name": "UG 12, Treppe", "arch_name": "UG 12@4307", - "b_area_id": 41, - "b_filter_id": 673, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66914", - "roomcode": "4307.U1.612", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48311", + "area_id": 41, + "building_id": 673, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66914, + "usage_id": 223 + }, + "4308.01.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.1a, Flur", "arch_name": "2.1a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48311", - "roomcode": "4308.01.021", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48326", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48311, + "usage_id": 222 + }, + "4308.01.021A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K22, Installationsschacht", "arch_name": "K22@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48326", - "roomcode": "4308.01.021A", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48366", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48326, + "usage_id": 120 + }, + "4308.01.021B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48366", - "roomcode": "4308.01.021B", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48380", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48366, + "usage_id": 120 + }, + "4308.01.021C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48380", - "roomcode": "4308.01.021C", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48394", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48380, + "usage_id": 120 + }, + "4308.01.021D": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.0, Aufzugsschacht", "arch_name": "1.0@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48394", - "roomcode": "4308.01.021D", - "usage": 195 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48430", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48394, + "usage_id": 195 + }, + "4308.01.021E": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48430", - "roomcode": "4308.01.021E", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73748", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48430, + "usage_id": 120 + }, + "4308.01.021F": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73748", - "roomcode": "4308.01.021F", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48444", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73748, + "usage_id": 223 + }, + "4308.01.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.2, WC-Herren", "arch_name": "2.2@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48444", - "roomcode": "4308.01.022", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73745", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48444, + "usage_id": 115 + }, + "4308.01.022A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.2a, WC-Herren Vorraum", "arch_name": "2.2a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73745", - "roomcode": "4308.01.022A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48463", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73745, + "usage_id": 118 + }, + "4308.01.023": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.3, WC-Damen", "arch_name": "2.3@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48463", - "roomcode": "4308.01.023", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73746", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48463, + "usage_id": 116 + }, + "4308.01.023A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.3a, WC-Damen Vorraum", "arch_name": "2.3a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73746", - "roomcode": "4308.01.023A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74028", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73746, + "usage_id": 118 + }, + "4308.01.023B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.3b, Putzkammer", "arch_name": "2.3b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74028", - "roomcode": "4308.01.023B", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48546", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74028, + "usage_id": 205 + }, + "4308.01.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.4, Sp\u00fclraum", "arch_name": "2.4@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48546", - "roomcode": "4308.01.024", - "usage": 209 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48558", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48546, + "usage_id": 209 + }, + "4308.01.025": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.5, Verteilerraum", "arch_name": "2.5@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48558", - "roomcode": "4308.01.025", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48571", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48558, + "usage_id": 120 + }, + "4308.01.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.6, Flur", "arch_name": "2.6@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48571", - "roomcode": "4308.01.026", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47115", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48571, + "usage_id": 222 + }, + "4308.01.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.7, Flur", "arch_name": "2.7@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47115", - "roomcode": "4308.01.027", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47130", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47115, + "usage_id": 222 + }, + "4308.01.028": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.8, Flur", "arch_name": "2.8@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47130", - "roomcode": "4308.01.028", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47142", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47130, + "usage_id": 222 + }, + "4308.01.029": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.9, B\u00fcro", "arch_name": "2.9@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47142", - "roomcode": "4308.01.029", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47154", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15671, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47142, + "usage_id": 12 + }, + "4308.01.210": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.10, B\u00fcro", "arch_name": "2.10@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47154", - "roomcode": "4308.01.210", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47234", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47154, + "usage_id": 12 + }, + "4308.01.211": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.11, Seminarraum (gem.Nutzung 1110074900)", "arch_name": "2.11@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": "tvKalender.wSicht?cOrg=15671&cRes=18696&cReadonly=J", - "extended": { - "additional_description": "2.11, Seminarraum (gem.Nutzung 1110074900)", - "address": "Liesel-Beckmann-Str. 4(4308), 1.Obergescho\u00df", - "architect_room_nr": "2.11@4308", - "area_m2": 34.64, - "building": "4308 Humanbiologie Zoologie", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "211", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47234", - "roomcode": "4308.01.211", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47252", + "area_id": 41, + "building_id": 674, + "calendar_resource_nr": 18696, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47234, + "usage_id": 41 + }, + "4308.01.212": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.12, B\u00fcro", "arch_name": "2.12@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47252", - "roomcode": "4308.01.212", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47267", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47252, + "usage_id": 12 + }, + "4308.01.213": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.13, B\u00fcro", "arch_name": "2.13@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47267", - "roomcode": "4308.01.213", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47344", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47267, + "usage_id": 12 + }, + "4308.01.214": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.14, B\u00fcro", "arch_name": "2.14@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47344", - "roomcode": "4308.01.214", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47353", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47344, + "usage_id": 12 + }, + "4308.01.215": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.15, B\u00fcro", "arch_name": "2.15@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47353", - "roomcode": "4308.01.215", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47368", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47353, + "usage_id": 12 + }, + "4308.01.216": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.16, Mikroskopie", "arch_name": "2.16@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": "tvKalender.wSicht?cOrg=15671&cRes=25035&cReadonly=J", - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47368", - "roomcode": "4308.01.216", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73852", + "area_id": 41, + "building_id": 674, + "calendar_resource_nr": 25035, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47368, + "usage_id": 102 + }, + "4308.01.216A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.16a, Vorraum Mikroskopie", "arch_name": "2.16a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73852", - "roomcode": "4308.01.216A", - "usage": 50 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47380", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73852, + "usage_id": 50 + }, + "4308.01.217": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.17a, CIP (gem. Nutzung 1110074900)", "arch_name": "2.17a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": "tvKalender.wSicht?cOrg=15671&cRes=18699&cReadonly=J", - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47380", - "roomcode": "4308.01.217", - "usage": 213 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=67612", + "area_id": 41, + "building_id": 674, + "calendar_resource_nr": 18699, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47380, + "usage_id": 213 + }, + "4308.01.217A": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "extended": { - "additional_description": "2.17b, Seminarraum 62 (WZWS62) (gem. Nutzung 11100", - "address": "Liesel-Beckmann-Str. 4(4308), 1.Obergescho\u00df", - "architect_room_nr": "2.17b@4308", - "area_m2": 49.09, - "building": "4308 Humanbiologie Zoologie", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "217A", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67612", - "roomcode": "4308.01.217A", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47454", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67612, + "usage_id": 41 + }, + "4308.01.218": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.18, B\u00fcro", "arch_name": "2.18@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47454", - "roomcode": "4308.01.218", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47463", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47454, + "usage_id": 12 + }, + "4308.01.219": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.19, Labor", "arch_name": "2.19@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47463", - "roomcode": "4308.01.219", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47478", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47463, + "usage_id": 102 + }, + "4308.01.220": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.20, B\u00fcro", "arch_name": "2.20@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47478", - "roomcode": "4308.01.220", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47656", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47478, + "usage_id": 12 + }, + "4308.01.221": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.21, Chemielabor", "arch_name": "2.21@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47656", - "roomcode": "4308.01.221", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47665", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47656, + "usage_id": 102 + }, + "4308.01.222": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.22, Elektronikwerkstatt (gem.Nutzung 1110074900)", "arch_name": "2.22@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47665", - "roomcode": "4308.01.222", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47682", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47665, + "usage_id": 51 + }, + "4308.01.223": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.23, Physikalisch-Physiologisches Labor", "arch_name": "2.23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": "tvKalender.wSicht?cOrg=15671&cRes=18965&cReadonly=J", - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47682", - "roomcode": "4308.01.223", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47955", + "area_id": 41, + "building_id": 674, + "calendar_resource_nr": 18965, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47682, + "usage_id": 102 + }, + "4308.01.224": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.24, Physikalisch-Physiologisches Labor", "arch_name": "2.24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47955", - "roomcode": "4308.01.224", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47969", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47955, + "usage_id": 103 + }, + "4308.01.225": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.25, B\u00fcro", "arch_name": "2.25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47969", - "roomcode": "4308.01.225", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47983", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47969, + "usage_id": 12 + }, + "4308.01.226": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.26, Chemielabor", "arch_name": "2.26@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47983", - "roomcode": "4308.01.226", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47990", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47983, + "usage_id": 102 + }, + "4308.01.227": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.27, Elektrophysiologie", "arch_name": "2.27@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47990", - "roomcode": "4308.01.227", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47754", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47990, + "usage_id": 103 + }, + "4308.01.228": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.28, Elektrophysiologie", "arch_name": "2.28@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47754", - "roomcode": "4308.01.228", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=47768", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47754, + "usage_id": 103 + }, + "4308.01.229": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "2.29, B\u00fcro", "arch_name": "2.29@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47768", - "roomcode": "4308.01.229", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=47792", + "area_id": 41, + "building_id": 674, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47768, + "usage_id": 12 + }, + "4308.02.301": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "D.1b, Treppenraum", "arch_name": "D.1b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47792", - "roomcode": "4308.02.301", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74029", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47792, + "usage_id": 223 + }, + "4308.02.301A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "D.1a, Flur", "arch_name": "D.1a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74029", - "roomcode": "4308.02.301A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=47557", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74029, + "usage_id": 222 + }, + "4308.02.302": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "D.2, K\u00fchlschacht", "arch_name": "D.2@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47557", - "roomcode": "4308.02.302", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=47570", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47557, + "usage_id": 120 + }, + "4308.02.303": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47570", - "roomcode": "4308.02.303", - "usage": 28 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=47586", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47570, + "usage_id": 28 + }, + "4308.02.304": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "D.4, Buchlager", "arch_name": "D.4@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47586", - "roomcode": "4308.02.304", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=47854", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47586, + "usage_id": 30 + }, + "4308.02.305": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "D.5, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "D.5@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47854", - "roomcode": "4308.02.305", - "usage": 5 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=47868", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47854, + "usage_id": 5 + }, + "4308.02.306": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "D.6, Technik", "arch_name": "D.6@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47868", - "roomcode": "4308.02.306", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73713", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47868, + "usage_id": 120 + }, + "4308.02.306A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K22a, Installationsschacht", "arch_name": "K22a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73713", - "roomcode": "4308.02.306A", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73714", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73713, + "usage_id": 120 + }, + "4308.02.306B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K22b, Installationsschacht", "arch_name": "K22b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73714", - "roomcode": "4308.02.306B", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73715", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73714, + "usage_id": 120 + }, + "4308.02.306C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73715", - "roomcode": "4308.02.306C", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73716", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73715, + "usage_id": 120 + }, + "4308.02.306D": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73716", - "roomcode": "4308.02.306D", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73717", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73716, + "usage_id": 120 + }, + "4308.02.306E": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73717", - "roomcode": "4308.02.306E", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47622", + "area_id": 41, + "building_id": 674, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73717, + "usage_id": 120 + }, + "4308.EG.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K22, Installationsschacht", "arch_name": "K22@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47622", - "roomcode": "4308.EG.006", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47631", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47622, + "usage_id": 120 + }, + "4308.EG.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47631", - "roomcode": "4308.EG.007", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47637", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47631, + "usage_id": 120 + }, + "4308.EG.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47637", - "roomcode": "4308.EG.008", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47647", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47637, + "usage_id": 120 + }, + "4308.EG.009": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47647", - "roomcode": "4308.EG.009", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47706", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47647, + "usage_id": 120 + }, + "4308.EG.010": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.0, Aufzug", "arch_name": "1.0@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47706", - "roomcode": "4308.EG.010", - "usage": 4 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47713", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47706, + "usage_id": 4 + }, + "4308.EG.011": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.1a, Treppenhaus", "arch_name": "1.1a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47713", - "roomcode": "4308.EG.011", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=73703", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47713, + "usage_id": 223 + }, + "4308.EG.011A": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73703", - "roomcode": "4308.EG.011A", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=73712", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73703, + "usage_id": 223 + }, + "4308.EG.011B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.1c, Reinigungsmittelraum", "arch_name": "1.1c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73712", - "roomcode": "4308.EG.011B", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47720", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73712, + "usage_id": 205 + }, + "4308.EG.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.2, WC-Herren", "arch_name": "1.2@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47720", - "roomcode": "4308.EG.012", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=73747", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47720, + "usage_id": 115 + }, + "4308.EG.012A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.2a, WC-Herren Vorraum", "arch_name": "1.2a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73747", - "roomcode": "4308.EG.012A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47728", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73747, + "usage_id": 118 + }, + "4308.EG.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.3, WC-Damen", "arch_name": "1.3@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47728", - "roomcode": "4308.EG.013", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=73749", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47728, + "usage_id": 116 + }, + "4308.EG.013A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.3a, WC-Damen Vorraum", "arch_name": "1.3a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73749", - "roomcode": "4308.EG.013A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47735", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73749, + "usage_id": 118 + }, + "4308.EG.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.4, Abstellraum", "arch_name": "1.4@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47735", - "roomcode": "4308.EG.014", - "usage": 159 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47744", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47735, + "usage_id": 159 + }, + "4308.EG.015": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.5, Verteilerraum", "arch_name": "1.5@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47744", - "roomcode": "4308.EG.015", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47806", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47744, + "usage_id": 120 + }, + "4308.EG.017": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.31, Flur", "arch_name": "1.31@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47806", - "roomcode": "4308.EG.017", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47816", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47806, + "usage_id": 222 + }, + "4308.EG.106": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47816", - "roomcode": "4308.EG.106", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=25683", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47816, + "usage_id": 12 + }, + "4308.EG.107": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.07, B\u00fcro", "arch_name": "1.07@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25683", - "roomcode": "4308.EG.107", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=25691", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25683, + "usage_id": 12 + }, + "4308.EG.108": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.08, B\u00fcro", "arch_name": "1.08@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25691", - "roomcode": "4308.EG.108", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=25695", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25691, + "usage_id": 12 + }, + "4308.EG.109": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.09, B\u00fcro", "arch_name": "1.09@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=25695", - "roomcode": "4308.EG.109", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47909", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25695, + "usage_id": 12 + }, + "4308.EG.110": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.10, Eingangshalle", "arch_name": "1.10@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47909", - "roomcode": "4308.EG.110", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47930", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47909, + "usage_id": 222 + }, + "4308.EG.110B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.10b, Flur", "arch_name": "1.10b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47930", - "roomcode": "4308.EG.110B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=73702", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47930, + "usage_id": 222 + }, + "4308.EG.110C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.10a, Windfang", "arch_name": "1.10a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73702", - "roomcode": "4308.EG.110C", - "usage": 52 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=47941", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73702, + "usage_id": 52 + }, + "4308.EG.111": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.11, B\u00fcro", "arch_name": "1.11@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47941", - "roomcode": "4308.EG.111", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48012", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47941, + "usage_id": 12 + }, + "4308.EG.112": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.12, Seminar-/Praktikumsraum (WZWS60/61)", "arch_name": "1.12@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18694&cReadonly=J", - "extended": { - "additional_description": "1.12, Seminar-/Praktikumsraum (WZWS60/61)", - "address": "Liesel-Beckmann-Str. 4(4308), Erdgescho\u00df", - "architect_room_nr": "1.12@4308", - "area_m2": 159.69, - "building": "4308 Humanbiologie Zoologie", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "112", - "seats": 70, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48012", - "roomcode": "4308.EG.112", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48039", + "area_id": 41, + "building_id": 674, + "calendar_resource_nr": 18694, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48012, + "usage_id": 41 + }, + "4308.EG.115": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.15, W\u00e4geraum", "arch_name": "1.15@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48039", - "roomcode": "4308.EG.115", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48050", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48039, + "usage_id": 103 + }, + "4308.EG.116": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.16, K\u00fchlraum", "arch_name": "1.16@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48050", - "roomcode": "4308.EG.116", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48078", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48050, + "usage_id": 199 + }, + "4308.EG.117": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.17, Technische Assistenten", "arch_name": "1.17@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48078", - "roomcode": "4308.EG.117", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48088", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48078, + "usage_id": 12 + }, + "4308.EG.118": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.18c, Labor", "arch_name": "1.18c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48088", - "roomcode": "4308.EG.118", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48094", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48088, + "usage_id": 194 + }, + "4308.EG.118A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.18a, Labor", "arch_name": "1.18a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48094", - "roomcode": "4308.EG.118A", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=67611", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48094, + "usage_id": 194 + }, + "4308.EG.118B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.18b, Labor", "arch_name": "1.18b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67611", - "roomcode": "4308.EG.118B", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48105", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67611, + "usage_id": 194 + }, + "4308.EG.119": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.19, Labor", "arch_name": "1.19@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48105", - "roomcode": "4308.EG.119", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48115", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48105, + "usage_id": 194 + }, + "4308.EG.120": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.20, Labor", "arch_name": "1.20@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48115", - "roomcode": "4308.EG.120", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48142", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48115, + "usage_id": 102 + }, + "4308.EG.121": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.21, Labor", "arch_name": "1.21@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48142", - "roomcode": "4308.EG.121", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48157", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48142, + "usage_id": 102 + }, + "4308.EG.122": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.22, Sp\u00fclraum", "arch_name": "1.22@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48157", - "roomcode": "4308.EG.122", - "usage": 209 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=24549", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48157, + "usage_id": 209 + }, + "4308.EG.123": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.23, Labor", "arch_name": "1.23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=24549", - "roomcode": "4308.EG.123", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48177", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24549, + "usage_id": 102 + }, + "4308.EG.124": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.24, Labor", "arch_name": "1.24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48177", - "roomcode": "4308.EG.124", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48214", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48177, + "usage_id": 102 + }, + "4308.EG.125": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.25, Labor", "arch_name": "1.25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48214", - "roomcode": "4308.EG.125", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48229", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48214, + "usage_id": 194 + }, + "4308.EG.126": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.26, K\u00fcche (gem. Nutzung 1124303020)", "arch_name": "1.26@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48229", - "roomcode": "4308.EG.126", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=9413", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48229, + "usage_id": 44 + }, + "4308.EG.127": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.27, B\u00fcro", "arch_name": "1.27@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9413", - "roomcode": "4308.EG.127", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48257", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9413, + "usage_id": 12 + }, + "4308.EG.128": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.28, B\u00fcro", "arch_name": "1.28@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48257", - "roomcode": "4308.EG.128", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48290", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48257, + "usage_id": 12 + }, + "4308.EG.129": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.29, B\u00fcro", "arch_name": "1.29@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48290", - "roomcode": "4308.EG.129", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=48300", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48290, + "usage_id": 12 + }, + "4308.EG.130": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.30, Flur", "arch_name": "1.30@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48300", - "roomcode": "4308.EG.130", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50528", + "area_id": 41, + "building_id": 674, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48300, + "usage_id": 222 + }, + "4308.U1.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.1a, Flur", "arch_name": "0.1a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50528", - "roomcode": "4308.U1.001", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50530", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50528, + "usage_id": 222 + }, + "4308.U1.001A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K22, Installationsschacht", "arch_name": "K22@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50530", - "roomcode": "4308.U1.001A", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50534", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50530, + "usage_id": 120 + }, + "4308.U1.001B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50534", - "roomcode": "4308.U1.001B", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=73718", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50534, + "usage_id": 120 + }, + "4308.U1.001C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.1b, Treppenraum UG-EG (22 Stufen)", "arch_name": "0.1b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73718", - "roomcode": "4308.U1.001C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=73720", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73718, + "usage_id": 222 + }, + "4308.U1.001D": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.1c, Reinigungsmittelraum", "arch_name": "0.1c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73720", - "roomcode": "4308.U1.001D", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50539", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73720, + "usage_id": 205 + }, + "4308.U1.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.2, WC-Herren", "arch_name": "0.2@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50539", - "roomcode": "4308.U1.002", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=73719", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50539, + "usage_id": 115 + }, + "4308.U1.002A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.2a, WC-Herren Vorraum", "arch_name": "0.2a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73719", - "roomcode": "4308.U1.002A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50541", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73719, + "usage_id": 118 + }, + "4308.U1.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.3, WC-Damen", "arch_name": "0.3@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50541", - "roomcode": "4308.U1.003", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=73706", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50541, + "usage_id": 116 + }, + "4308.U1.003A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.3a, WC-Damen Vorraum", "arch_name": "0.3a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73706", - "roomcode": "4308.U1.003A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50545", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73706, + "usage_id": 118 + }, + "4308.U1.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.4, Lager (gem.Nutzung 1110074900)", "arch_name": "0.4@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50545", - "roomcode": "4308.U1.004", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50549", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50545, + "usage_id": 30 + }, + "4308.U1.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.5, Verteilerraum", "arch_name": "0.5@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50549", - "roomcode": "4308.U1.005", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50552", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50549, + "usage_id": 120 + }, + "4308.U1.005A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50552", - "roomcode": "4308.U1.005A", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50553", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50552, + "usage_id": 120 + }, + "4308.U1.005B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.0, Aufzugsschacht", "arch_name": "1.0@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50553", - "roomcode": "4308.U1.005B", - "usage": 195 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50685", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50553, + "usage_id": 195 + }, + "4308.U1.005C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50685", - "roomcode": "4308.U1.005C", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50689", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50685, + "usage_id": 120 + }, + "4308.U1.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.6, Flur", "arch_name": "0.6@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50689", - "roomcode": "4308.U1.006", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50690", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50689, + "usage_id": 222 + }, + "4308.U1.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.7, Flur", "arch_name": "0.7@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50690", - "roomcode": "4308.U1.007", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50691", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50690, + "usage_id": 222 + }, + "4308.U1.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.8, Flur", "arch_name": "0.8@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50691", - "roomcode": "4308.U1.008", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50697", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50691, + "usage_id": 222 + }, + "4308.U1.009A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.9a, WC", "arch_name": "0.9a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50697", - "roomcode": "4308.U1.009A", - "usage": 114 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50699", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50697, + "usage_id": 114 + }, + "4308.U1.010": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.10, Reinigungsmittelraum", "arch_name": "0.10@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50699", - "roomcode": "4308.U1.010", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50693", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50699, + "usage_id": 205 + }, + "4308.U1.011": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50693", - "roomcode": "4308.U1.011", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50696", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50693, + "usage_id": 103 + }, + "4308.U1.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.12, Elektrophysiologie / Schallkammer", "arch_name": "0.12@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50696", - "roomcode": "4308.U1.012", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50698", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50696, + "usage_id": 103 + }, + "4308.U1.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.13, Elektrophysiologie / Schallkammer", "arch_name": "0.13@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50698", - "roomcode": "4308.U1.013", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=59064", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50698, + "usage_id": 103 + }, + "4308.U1.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.14, Seminarraum (gem. Nutzung 1110074900/1110070", "arch_name": "0.14@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "extended": { - "additional_description": "0.14, Seminarraum (gem. Nutzung 1110074900/1110070", - "address": "Liesel-Beckmann-Str. 4(4308), 1.Untergescho\u00df", - "architect_room_nr": "0.14@4308", - "area_m2": 34.96, - "building": "4308 Humanbiologie Zoologie", - "floor_number": "1.Untergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59064", - "roomcode": "4308.U1.014", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50705", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59064, + "usage_id": 41 + }, + "4308.U1.018": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50705", - "roomcode": "4308.U1.018", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=74054", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50705, + "usage_id": 199 + }, + "4308.U1.018A": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=74054", - "roomcode": "4308.U1.018A", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50706", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74054, + "usage_id": 199 + }, + "4308.U1.019": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.19, Werkstatt (gem. Nutzung 1110074900/111007040", "arch_name": "0.19@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50706", - "roomcode": "4308.U1.019", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50708", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50706, + "usage_id": 51 + }, + "4308.U1.020": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.20, Werkstatt (gem. Nutzung 1110074900/111007040", "arch_name": "0.20@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50708", - "roomcode": "4308.U1.020", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=73721", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50708, + "usage_id": 51 + }, + "4308.U1.020A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.20a, Werkstatt (gem. Nutzung 1110074900/11100704", "arch_name": "0.20a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73721", - "roomcode": "4308.U1.020A", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=27179", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "Holzpflaster", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73721, + "usage_id": 51 + }, + "4308.U1.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.21, B\u00fcro", "arch_name": "0.21@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=27179", - "roomcode": "4308.U1.021", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50554", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27179, + "usage_id": 12 + }, + "4308.U1.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.22, Labor", "arch_name": "0.22@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50554", - "roomcode": "4308.U1.022", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47434", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50554, + "usage_id": 103 + }, + "4308.U1.023": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.23, Labor, S1", "arch_name": "0.23@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47434", - "roomcode": "4308.U1.023", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47441", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47434, + "usage_id": 194 + }, + "4308.U1.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.24, Labor", "arch_name": "0.24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=54317", - "operator": "[ TUS4L3S ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47441", - "roomcode": "4308.U1.024", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47508", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 54317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47441, + "usage_id": 194 + }, + "4308.U1.025": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.25, B\u00fcro", "arch_name": "0.25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47508", - "roomcode": "4308.U1.025", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47514", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47508, + "usage_id": 12 + }, + "4308.U1.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.26, Labor, S1 (gem. Nutzung 1110070400)", "arch_name": "0.26@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47514", - "roomcode": "4308.U1.026", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47520", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47514, + "usage_id": 194 + }, + "4308.U1.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.27, Labor/ Sondergase/ Laser, S1", "arch_name": "0.27@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47520", - "roomcode": "4308.U1.027", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=9595", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47520, + "usage_id": 102 + }, + "4308.U1.028": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.28, Labor/Sondergase, S1", "arch_name": "0.28@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=9595", - "roomcode": "4308.U1.028", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47531", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9595, + "usage_id": 194 + }, + "4308.U1.029": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.29, Physikalisch-Physiologisches Labor", "arch_name": "0.29@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47531", - "roomcode": "4308.U1.029", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47538", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47531, + "usage_id": 103 + }, + "4308.U1.030": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.30, Physikalisch-Physiologisches Labor", "arch_name": "0.30@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47538", - "roomcode": "4308.U1.030", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47543", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47538, + "usage_id": 103 + }, + "4308.U1.031": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.31, Physikalisch-Physiologisches Labor", "arch_name": "0.31@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47543", - "roomcode": "4308.U1.031", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47608", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47543, + "usage_id": 103 + }, + "4308.U1.032": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.32, Physikalisch-Physiologisches Labor", "arch_name": "0.32@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47608", - "roomcode": "4308.U1.032", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=47616", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47608, + "usage_id": 103 + }, + "4308.U1.033": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "0.33, B\u00fcro", "arch_name": "0.33@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47616", - "roomcode": "4308.U1.033", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50039", + "area_id": 41, + "building_id": 674, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47616, + "usage_id": 12 + }, + "4308.U2.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.1a, Flur", "arch_name": "K.1a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50039", - "roomcode": "4308.U2.001", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73704", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50039, + "usage_id": 222 + }, + "4308.U2.001B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.1b, Treppenraum KG-UG (22 Stufen)", "arch_name": "K.1b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73704", - "roomcode": "4308.U2.001B", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73707", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73704, + "usage_id": 223 + }, + "4308.U2.001C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.1c, Reinigungsmittelraum", "arch_name": "K.1c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73707", - "roomcode": "4308.U2.001C", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50042", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73707, + "usage_id": 205 + }, + "4308.U2.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.2, Dusche", "arch_name": "K.2@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50042", - "roomcode": "4308.U2.002", - "usage": 113 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50048", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50042, + "usage_id": 113 + }, + "4308.U2.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.3, Dusche", "arch_name": "K.3@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50048", - "roomcode": "4308.U2.003", - "usage": 113 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50053", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50048, + "usage_id": 113 + }, + "4308.U2.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.4, Wertstoffe/M\u00fcll", "arch_name": "K.4@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50053", - "roomcode": "4308.U2.004", - "usage": 214 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50057", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50053, + "usage_id": 214 + }, + "4308.U2.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.5, Verteilerraum", "arch_name": "K.5@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50057", - "roomcode": "4308.U2.005", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50061", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50057, + "usage_id": 120 + }, + "4308.U2.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.6, Flur", "arch_name": "K.6@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50061", - "roomcode": "4308.U2.006", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50188", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50061, + "usage_id": 222 + }, + "4308.U2.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.7, Flur", "arch_name": "K.7@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50188", - "roomcode": "4308.U2.007", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50192", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50188, + "usage_id": 222 + }, + "4308.U2.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.8a, Flur", "arch_name": "K.8a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50192", - "roomcode": "4308.U2.008", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73710", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50192, + "usage_id": 222 + }, + "4308.U2.008B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.8b, Treppe 6 Stufen", "arch_name": "K.8b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73710", - "roomcode": "4308.U2.008B", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73711", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73710, + "usage_id": 223 + }, + "4308.U2.008C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.8c, Treppe 6 Stufen", "arch_name": "K.8c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73711", - "roomcode": "4308.U2.008C", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50196", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73711, + "usage_id": 223 + }, + "4308.U2.009": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.9, Z\u00e4hlerraum", "arch_name": "K.9@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50196", - "roomcode": "4308.U2.009", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50199", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50196, + "usage_id": 120 + }, + "4308.U2.010": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.10, Heizungsraum", "arch_name": "K.10@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50199", - "roomcode": "4308.U2.010", - "usage": 201 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50202", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50199, + "usage_id": 201 + }, + "4308.U2.011": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.11, Lagerraum", "arch_name": "K.11@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50202", - "roomcode": "4308.U2.011", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50205", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50202, + "usage_id": 30 + }, + "4308.U2.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.12, Schreinerei (gem.Nutzung 1110074900/11100704", "arch_name": "K.12@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50205", - "roomcode": "4308.U2.012", - "usage": 107 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50208", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50205, + "usage_id": 107 + }, + "4308.U2.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.13, Lager", "arch_name": "K.13@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50208", - "roomcode": "4308.U2.013", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73705", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50208, + "usage_id": 30 + }, + "4308.U2.013A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.13a, Montageschacht", "arch_name": "K.13a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73705", - "roomcode": "4308.U2.013A", - "usage": 195 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50210", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73705, + "usage_id": 195 + }, + "4308.U2.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.14, Stromversorgung", "arch_name": "K.14@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50210", - "roomcode": "4308.U2.014", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50213", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50210, + "usage_id": 160 + }, + "4308.U2.015": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.15, Be- und Entl\u00fcftung", "arch_name": "K.15@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50213", - "roomcode": "4308.U2.015", - "usage": 32 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50216", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50213, + "usage_id": 32 + }, + "4308.U2.016": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.16, Tierhaltung", "arch_name": "K.16@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50216", - "roomcode": "4308.U2.016", - "usage": 167 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50218", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50216, + "usage_id": 167 + }, + "4308.U2.017": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.17, Tierhaltung", "arch_name": "K.17@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50218", - "roomcode": "4308.U2.017", - "usage": 167 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50221", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50218, + "usage_id": 167 + }, + "4308.U2.018": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.18a, Tierhaltung", "arch_name": "K.18a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50221", - "roomcode": "4308.U2.018", - "usage": 167 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73708", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50221, + "usage_id": 167 + }, + "4308.U2.018B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.18b, Tierhaltung", "arch_name": "K.18b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73708", - "roomcode": "4308.U2.018B", - "usage": 167 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=73709", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73708, + "usage_id": 167 + }, + "4308.U2.018C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.18c, Tierhaltung", "arch_name": "K.18c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73709", - "roomcode": "4308.U2.018C", - "usage": 167 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50348", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73709, + "usage_id": 167 + }, + "4308.U2.019": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.19a, Lager (gem. Nutzung 1110021300/1110074900)", "arch_name": "K.19a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50348", - "roomcode": "4308.U2.019", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50351", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50348, + "usage_id": 30 + }, + "4308.U2.019A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.19b, Lager (gem. Nutzung 1110021300)", "arch_name": "K.19b@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50351", - "roomcode": "4308.U2.019A", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50354", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50351, + "usage_id": 30 + }, + "4308.U2.019B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.19c, Tierhaltung", "arch_name": "K.19c@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50354", - "roomcode": "4308.U2.019B", - "usage": 167 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50359", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50354, + "usage_id": 167 + }, + "4308.U2.020A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.20, Tierhaltung (gem.Nutzung 1110070400)", "arch_name": "K.20@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50359", - "roomcode": "4308.U2.020A", - "usage": 106 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50363", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50359, + "usage_id": 106 + }, + "4308.U2.020B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.20a, Tierhaltung", "arch_name": "K.20a@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50363", - "roomcode": "4308.U2.020B", - "usage": 106 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50368", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50363, + "usage_id": 106 + }, + "4308.U2.020C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.20b/c/d, Tierhaltung", "arch_name": "K.20b/c/d@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50368", - "roomcode": "4308.U2.020C", - "usage": 106 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50373", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50368, + "usage_id": 106 + }, + "4308.U2.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.21, Serverraum", "arch_name": "K.21@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50373", - "roomcode": "4308.U2.021", - "usage": 32 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50378", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50373, + "usage_id": 32 + }, + "4308.U2.022": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50378", - "roomcode": "4308.U2.022", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50382", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50378, + "usage_id": 120 + }, + "4308.U2.023": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15671", - "operator": "[ TUWZU5Y ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50382", - "roomcode": "4308.U2.023", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50386", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50382, + "usage_id": 120 + }, + "4308.U2.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.24, Installationsschacht", "arch_name": "K.24@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50386", - "roomcode": "4308.U2.024", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50518", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50386, + "usage_id": 120 + }, + "4308.U2.025": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.25, Installationsschacht", "arch_name": "K.25@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50518", - "roomcode": "4308.U2.025", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50521", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50518, + "usage_id": 120 + }, + "4308.U2.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "1.0, Aufzugsschacht", "arch_name": "1.0@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50521", - "roomcode": "4308.U2.026", - "usage": 195 - }, - { - "address": "Liesel-Beckmann-Str. 4, 2.UG", - "address_link": "ris.einzelraum?raumkey=50525", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50521, + "usage_id": 195 + }, + "4308.U2.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "alt_name": "K.27, Tierhaltung (gem.Nutzung 1110070400)", "arch_name": "K.27@4308", - "b_area_id": 41, - "b_filter_id": 674, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50525", - "roomcode": "4308.U2.027", - "usage": 106 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47887", + "area_id": 41, + "building_id": 674, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50525, + "usage_id": 106 + }, + "4309.EG.001": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47887", - "roomcode": "4309.EG.001", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=45930", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47887, + "usage_id": 12 + }, + "4309.EG.002": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45930", - "roomcode": "4309.EG.002", - "usage": 10 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=45947", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45930, + "usage_id": 10 + }, + "4309.EG.003": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45947", - "roomcode": "4309.EG.003", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46107", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45947, + "usage_id": 12 + }, + "4309.EG.004": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46107", - "roomcode": "4309.EG.004", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46122", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46107, + "usage_id": 12 + }, + "4309.EG.005": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "005, Arbeitsraum", "arch_name": "005@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46122", - "roomcode": "4309.EG.005", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46136", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46122, + "usage_id": 12 + }, + "4309.EG.006": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46136", - "roomcode": "4309.EG.006", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46151", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46136, + "usage_id": 12 + }, + "4309.EG.007": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46151", - "roomcode": "4309.EG.007", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46299", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46151, + "usage_id": 12 + }, + "4309.EG.008": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "008, EDV-Raum", "arch_name": "008@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46299", - "roomcode": "4309.EG.008", - "usage": 207 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46313", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46299, + "usage_id": 207 + }, + "4309.EG.009": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46313", - "roomcode": "4309.EG.009", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46333", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46313, + "usage_id": 12 + }, + "4309.EG.010": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46333", - "roomcode": "4309.EG.010", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46482", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46333, + "usage_id": 12 + }, + "4309.EG.011": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "011, WC-Vorraum", "arch_name": "011@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46482", - "roomcode": "4309.EG.011", - "usage": 118 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46496", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46482, + "usage_id": 118 + }, + "4309.EG.012": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "012, WC", "arch_name": "012@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46496", - "roomcode": "4309.EG.012", - "usage": 114 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46511", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46496, + "usage_id": 114 + }, + "4309.EG.013": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "013, WC", "arch_name": "013@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46511", - "roomcode": "4309.EG.013", - "usage": 114 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46665", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46511, + "usage_id": 114 + }, + "4309.EG.014": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46665", - "roomcode": "4309.EG.014", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46679", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46665, + "usage_id": 12 + }, + "4309.EG.015": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "015, Arbeitsraum", "arch_name": "015@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46679", - "roomcode": "4309.EG.015", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46694", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46679, + "usage_id": 12 + }, + "4309.EG.016": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "B\u00fcro", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46694", - "roomcode": "4309.EG.016", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46849", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46694, + "usage_id": 12 + }, + "4309.EG.017": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Serverraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46849", - "roomcode": "4309.EG.017", - "usage": 207 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=46870", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46849, + "usage_id": 207 + }, + "4309.EG.018": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Arbeitsraum", "arch_name": "@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46870", - "roomcode": "4309.EG.018", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47023", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46870, + "usage_id": 12 + }, + "4309.EG.019": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "019, Flur", "arch_name": "019@4309", - "b_area_id": 41, - "b_filter_id": 675, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47023", - "roomcode": "4309.EG.019", - "usage": 222 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47031", + "area_id": 41, + "building_id": 675, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47023, + "usage_id": 222 + }, + "4310.EG.009": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "009, Lager", "arch_name": "009@4310", - "b_area_id": 41, - "b_filter_id": 676, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47031", - "roomcode": "4310.EG.009", - "usage": 30 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47041", + "area_id": 41, + "building_id": 676, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47031, + "usage_id": 30 + }, + "4310.EG.010": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "010, Fahrradkeller", "arch_name": "010@4310", - "b_area_id": 41, - "b_filter_id": 676, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47041", - "roomcode": "4310.EG.010", - "usage": 159 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47053", + "area_id": 41, + "building_id": 676, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47041, + "usage_id": 159 + }, + "4310.EG.011": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "011, Grobmechanische Werkstatt", "arch_name": "011@4310", - "b_area_id": 41, - "b_filter_id": 676, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47053", - "roomcode": "4310.EG.011", - "usage": 51 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47064", + "area_id": 41, + "building_id": 676, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47053, + "usage_id": 51 + }, + "4310.EG.012": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "Lager", "arch_name": "@4310", - "b_area_id": 41, - "b_filter_id": 676, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47064", - "roomcode": "4310.EG.012", - "usage": 30 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44334", + "area_id": 41, + "building_id": 676, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47064, + "usage_id": 30 + }, + "4310.EG.013": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "KFZ-Abstellr\u00e4ume", "arch_name": "@4310", - "b_area_id": 41, - "b_filter_id": 676, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44334", - "roomcode": "4310.EG.013", - "usage": 100 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44348", + "area_id": 41, + "building_id": 676, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44334, + "usage_id": 100 + }, + "4311.EG.001": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "001, Flur", "arch_name": "001@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44348", - "roomcode": "4311.EG.001", - "usage": 222 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44368", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44348, + "usage_id": 222 + }, + "4311.EG.002": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "002, Seminarraum", "arch_name": "002@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20458&cReadonly=J", - "extended": { - "additional_description": "002, Seminarraum", - "address": "Blumenstr. 16(4311), Erdgescho\u00df", - "architect_room_nr": "002@4311", - "area_m2": 34.08, - "building": "4311 Inst. Zierplanzenbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44368", - "roomcode": "4311.EG.002", - "usage": 41 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44526", + "area_id": 41, + "building_id": 677, + "calendar_resource_nr": 20458, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44368, + "usage_id": 41 + }, + "4311.EG.003": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20459&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44526", - "roomcode": "4311.EG.003", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44549", + "area_id": 41, + "building_id": 677, + "calendar_resource_nr": 20459, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44526, + "usage_id": 12 + }, + "4311.EG.004": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20460&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44549", - "roomcode": "4311.EG.004", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44565", + "area_id": 41, + "building_id": 677, + "calendar_resource_nr": 20460, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44549, + "usage_id": 12 + }, + "4311.EG.005": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "005, K\u00fcchen allgemein", "arch_name": "005@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44565", - "roomcode": "4311.EG.005", - "usage": 28 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44719", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44565, + "usage_id": 28 + }, + "4311.EG.006": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "006, B\u00fcro", "arch_name": "006@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20463&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44719", - "roomcode": "4311.EG.006", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44735", + "area_id": 41, + "building_id": 677, + "calendar_resource_nr": 20463, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44719, + "usage_id": 12 + }, + "4311.EG.007": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=20462&cReadonly=J", - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44735", - "roomcode": "4311.EG.007", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44883", + "area_id": 41, + "building_id": 677, + "calendar_resource_nr": 20462, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44735, + "usage_id": 12 + }, + "4311.EG.008": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "008, B\u00fcro", "arch_name": "008@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44883", - "roomcode": "4311.EG.008", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44896", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44883, + "usage_id": 12 + }, + "4311.EG.009": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "009, B\u00fcro", "arch_name": "009@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44896", - "roomcode": "4311.EG.009", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=44910", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44896, + "usage_id": 12 + }, + "4311.EG.010": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "010, Gang", "arch_name": "010@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44910", - "roomcode": "4311.EG.010", - "usage": 12 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=45065", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44910, + "usage_id": 12 + }, + "4311.EG.011": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "011, WC", "arch_name": "011@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45065", - "roomcode": "4311.EG.011", - "usage": 114 - }, - { - "address": "Blumenstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=45079", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45065, + "usage_id": 114 + }, + "4311.EG.012": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "alt_name": "012, WC", "arch_name": "012@4311", - "b_area_id": 41, - "b_filter_id": 677, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45079", - "roomcode": "4311.EG.012", - "usage": 114 - }, - { - "address": "Am Staudengarten, EG", - "address_link": "ris.einzelraum?raumkey=46909", + "area_id": 41, + "building_id": 677, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45079, + "usage_id": 114 + }, + "4314.EG.001": { + "address": { + "place": "Freising", + "street": "Am Staudengarten", + "zip_code": 85354 + }, "alt_name": "001, Trafostation VII", "arch_name": "001@4314", - "b_area_id": 41, - "b_filter_id": 886, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46909", - "roomcode": "4314.EG.001", - "usage": 160 - }, - { - "address": "Am Staudengarten, EG", - "address_link": "ris.einzelraum?raumkey=46920", + "area_id": 41, + "building_id": 886, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46909, + "usage_id": 160 + }, + "4314.EG.002": { + "address": { + "place": "Freising", + "street": "Am Staudengarten", + "zip_code": 85354 + }, "alt_name": "002, Trafostation VII", "arch_name": "002@4314", - "b_area_id": 41, - "b_filter_id": 886, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46920", - "roomcode": "4314.EG.002", - "usage": 160 - }, - { - "address": "Am Staudengarten, EG", - "address_link": "ris.einzelraum?raumkey=47067", + "area_id": 41, + "building_id": 886, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46920, + "usage_id": 160 + }, + "4314.EG.003": { + "address": { + "place": "Freising", + "street": "Am Staudengarten", + "zip_code": 85354 + }, "alt_name": "003, Trafostation VII", "arch_name": "003@4314", - "b_area_id": 41, - "b_filter_id": 886, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47067", - "roomcode": "4314.EG.003", - "usage": 160 - }, - { - "address": "Am Staudengarten, EG", - "address_link": "ris.einzelraum?raumkey=47078", + "area_id": 41, + "building_id": 886, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47067, + "usage_id": 160 + }, + "4314.EG.004": { + "address": { + "place": "Freising", + "street": "Am Staudengarten", + "zip_code": 85354 + }, "alt_name": "004, Trafostation VII", "arch_name": "004@4314", - "b_area_id": 41, - "b_filter_id": 886, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47078", - "roomcode": "4314.EG.004", - "usage": 160 - }, - { - "address": "Am Staudengarten, EG", - "address_link": "ris.einzelraum?raumkey=47090", + "area_id": 41, + "building_id": 886, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47078, + "usage_id": 160 + }, + "4314.EG.005": { + "address": { + "place": "Freising", + "street": "Am Staudengarten", + "zip_code": 85354 + }, "alt_name": "005, Trafostation VII", "arch_name": "005@4314", - "b_area_id": 41, - "b_filter_id": 886, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47090", - "roomcode": "4314.EG.005", - "usage": 160 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=47105", + "area_id": 41, + "building_id": 886, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47090, + "usage_id": 160 + }, + "4315.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "Halle 1, Lager", "arch_name": "Halle 1@4315", - "b_area_id": 41, - "b_filter_id": 658, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47105", - "roomcode": "4315.EG.001", - "usage": 30 - }, - { - "address": "Lange Point 51, EG", - "address_link": "ris.einzelraum?raumkey=70454", + "area_id": 41, + "building_id": 658, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47105, + "usage_id": 30 + }, + "4316.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "alt_name": "Halle 2, Lager", "arch_name": "Halle 2@4316", - "b_area_id": 41, - "b_filter_id": 2512, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70454", - "roomcode": "4316.EG.001", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45845", + "area_id": 41, + "building_id": 2512, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70454, + "usage_id": 30 + }, + "4317.01.101": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.1, B\u00fcro", "arch_name": "1.1@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45845", - "roomcode": "4317.01.101", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45862", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45845, + "usage_id": 12 + }, + "4317.01.102": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.2, B\u00fcro", "arch_name": "1.2@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45862", - "roomcode": "4317.01.102", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45874", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45862, + "usage_id": 12 + }, + "4317.01.103": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.3, B\u00fcro", "arch_name": "1.3@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45874", - "roomcode": "4317.01.103", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46020", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45874, + "usage_id": 12 + }, + "4317.01.104": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.4, B\u00fcro", "arch_name": "1.4@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46020", - "roomcode": "4317.01.104", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46033", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46020, + "usage_id": 12 + }, + "4317.01.105": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.5, B\u00fcro", "arch_name": "1.5@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46033", - "roomcode": "4317.01.105", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46038", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46033, + "usage_id": 12 + }, + "4317.01.106": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.6, B\u00fcro", "arch_name": "1.6@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46038", - "roomcode": "4317.01.106", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46051", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46038, + "usage_id": 12 + }, + "4317.01.107": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.7, B\u00fcro", "arch_name": "1.7@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46051", - "roomcode": "4317.01.107", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46199", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46051, + "usage_id": 12 + }, + "4317.01.108": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.8, B\u00fcro", "arch_name": "1.8@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46199", - "roomcode": "4317.01.108", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46210", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46199, + "usage_id": 12 + }, + "4317.01.109": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.9, Seminarraum 65", "arch_name": "1.9@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18650&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46210", - "roomcode": "4317.01.109", - "usage": 196 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46222", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18650, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46210, + "usage_id": 196 + }, + "4317.01.111": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.11, Aufenthaltsraum", "arch_name": "1.11@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46222", - "roomcode": "4317.01.111", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46232", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46222, + "usage_id": 44 + }, + "4317.01.113": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.13, Umkleide", "arch_name": "1.13@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46232", - "roomcode": "4317.01.113", - "usage": 121 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46381", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46232, + "usage_id": 121 + }, + "4317.01.114": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.14, B\u00fcro", "arch_name": "1.14@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46381", - "roomcode": "4317.01.114", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46395", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46381, + "usage_id": 12 + }, + "4317.01.115": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.15, B\u00fcro", "arch_name": "1.15@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46395", - "roomcode": "4317.01.115", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46415", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46395, + "usage_id": 12 + }, + "4317.01.116": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.16, W\u00e4geraum", "arch_name": "1.16@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46415", - "roomcode": "4317.01.116", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46565", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46415, + "usage_id": 103 + }, + "4317.01.118": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.18, Werkraum", "arch_name": "1.18@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46565", - "roomcode": "4317.01.118", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46577", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46565, + "usage_id": 51 + }, + "4317.01.119": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.19, Werkstatt allgemein", "arch_name": "1.19@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46577", - "roomcode": "4317.01.119", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46588", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46577, + "usage_id": 51 + }, + "4317.01.120": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.20, Werkstatt allgemein", "arch_name": "1.20@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46588", - "roomcode": "4317.01.120", - "usage": 51 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46605", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46588, + "usage_id": 51 + }, + "4317.01.121": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.21, Mikroskopierraum", "arch_name": "1.21@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46605", - "roomcode": "4317.01.121", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46755", - "alt_name": "1.22, Kryokonservierung Embryologie (gem. Nutzung ", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46605, + "usage_id": 103 + }, + "4317.01.122": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, + "alt_name": "1.22, Kryokonservierung Embryologie (gem. Nutzung", "arch_name": "1.22@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46755", - "roomcode": "4317.01.122", - "usage": 49 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46768", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46755, + "usage_id": 49 + }, + "4317.01.123": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.23, Stickstofflager (gem.Nutzung 1110075000/1124", "arch_name": "1.23@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46768", - "roomcode": "4317.01.123", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46778", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46768, + "usage_id": 199 + }, + "4317.01.124": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.24, Versorgungsschacht", "arch_name": "1.24@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46778", - "roomcode": "4317.01.124", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46930", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46778, + "usage_id": 120 + }, + "4317.01.125": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.25, Labor", "arch_name": "1.25@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46930", - "roomcode": "4317.01.125", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46943", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46930, + "usage_id": 102 + }, + "4317.01.126": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.26, Schleuse", "arch_name": "1.26@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46943", - "roomcode": "4317.01.126", - "usage": 105 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46957", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46943, + "usage_id": 105 + }, + "4317.01.127": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.27, Duka", "arch_name": "1.27@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46957", - "roomcode": "4317.01.127", - "usage": 104 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44432", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46957, + "usage_id": 104 + }, + "4317.01.129": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.29, Sp\u00fclk\u00fcche/Autoklavenraum", "arch_name": "1.29@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44432", - "roomcode": "4317.01.129", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44454", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44432, + "usage_id": 194 + }, + "4317.01.130": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.30, 80\u00b0C Freezer", "arch_name": "1.30@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44454", - "roomcode": "4317.01.130", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44469", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44454, + "usage_id": 199 + }, + "4317.01.131": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.31, Chemikalienraum", "arch_name": "1.31@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44469", - "roomcode": "4317.01.131", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44616", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44469, + "usage_id": 102 + }, + "4317.01.132": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.32, K\u00fchlraum", "arch_name": "1.32@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44616", - "roomcode": "4317.01.132", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44631", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44616, + "usage_id": 199 + }, + "4317.01.133": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.33, Tiefk\u00fchlraum", "arch_name": "1.33@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44631", - "roomcode": "4317.01.133", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44651", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44631, + "usage_id": 199 + }, + "4317.01.134": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.34, Elektroraum", "arch_name": "1.34@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44651", - "roomcode": "4317.01.134", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44791", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44651, + "usage_id": 120 + }, + "4317.01.136": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.36, WC-Damen", "arch_name": "1.36@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44791", - "roomcode": "4317.01.136", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44812", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44791, + "usage_id": 116 + }, + "4317.01.136A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.36a, WC-Damen Vorraum", "arch_name": "1.36a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44812", - "roomcode": "4317.01.136A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44826", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44812, + "usage_id": 118 + }, + "4317.01.137": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.37, WC-Herren", "arch_name": "1.37@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44826", - "roomcode": "4317.01.137", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44978", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44826, + "usage_id": 115 + }, + "4317.01.137A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.37a, WC-Herren Vorraum", "arch_name": "1.37a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44978", - "roomcode": "4317.01.137A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=44998", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44978, + "usage_id": 118 + }, + "4317.01.138": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.38, Reinigungsmittelraum", "arch_name": "1.38@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44998", - "roomcode": "4317.01.138", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45147", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44998, + "usage_id": 205 + }, + "4317.01.139": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.39, Labor", "arch_name": "1.39@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45147", - "roomcode": "4317.01.139", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45158", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45147, + "usage_id": 102 + }, + "4317.01.141": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.41, Labor", "arch_name": "1.41@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18531&cReadonly=J", - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45158", - "roomcode": "4317.01.141", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45182", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18531, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45158, + "usage_id": 102 + }, + "4317.01.142": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.42, Labor", "arch_name": "1.42@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45182", - "roomcode": "4317.01.142", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45327", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45182, + "usage_id": 102 + }, + "4317.01.143": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.43, Labor", "arch_name": "1.43@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45327", - "roomcode": "4317.01.143", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45343", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45327, + "usage_id": 102 + }, + "4317.01.144": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.44, Labor", "arch_name": "1.44@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45343", - "roomcode": "4317.01.144", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45354", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45343, + "usage_id": 102 + }, + "4317.01.145": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.45, Zellkultur", "arch_name": "1.45@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45354", - "roomcode": "4317.01.145", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45367", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45354, + "usage_id": 102 + }, + "4317.01.146": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.46, Versorgungsschacht", "arch_name": "1.46@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45367", - "roomcode": "4317.01.146", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45510", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45367, + "usage_id": 120 + }, + "4317.01.147": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.47, Labor", "arch_name": "1.47@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45510", - "roomcode": "4317.01.147", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45531", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45510, + "usage_id": 102 + }, + "4317.01.148": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.48, Labor", "arch_name": "1.48@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45531", - "roomcode": "4317.01.148", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45549", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45531, + "usage_id": 102 + }, + "4317.01.149": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.49, Labor", "arch_name": "1.49@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45549", - "roomcode": "4317.01.149", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45696", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45549, + "usage_id": 102 + }, + "4317.01.151": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45696", - "roomcode": "4317.01.151", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45708", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45696, + "usage_id": 102 + }, + "4317.01.152": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.52, Versorgungsschacht", "arch_name": "1.52@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45708", - "roomcode": "4317.01.152", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45727", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45708, + "usage_id": 120 + }, + "4317.01.153": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.53, Labor / Nager", "arch_name": "1.53@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45727", - "roomcode": "4317.01.153", - "usage": 197 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45734", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45727, + "usage_id": 197 + }, + "4317.01.154": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.54, Server", "arch_name": "1.54@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45734", - "roomcode": "4317.01.154", - "usage": 207 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45884", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45734, + "usage_id": 207 + }, + "4317.01.155": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.55, Lager (gem. Nutzung 1110054700)", "arch_name": "1.55@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45884", - "roomcode": "4317.01.155", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45897", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45884, + "usage_id": 30 + }, + "4317.01.156": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.56, Lager (gem. Nutzung 1110054700)", "arch_name": "1.56@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45897", - "roomcode": "4317.01.156", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=45913", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45897, + "usage_id": 30 + }, + "4317.01.157": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.57, Pflanzraum", "arch_name": "1.57@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45913", - "roomcode": "4317.01.157", - "usage": 166 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46072", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45913, + "usage_id": 166 + }, + "4317.01.158": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.58, Lagerraum (gem. Nutzung alle)", "arch_name": "1.58@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46072", - "roomcode": "4317.01.158", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46090", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46072, + "usage_id": 30 + }, + "4317.01.159": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.59, Flur", "arch_name": "1.59@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46090", - "roomcode": "4317.01.159", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46244", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46090, + "usage_id": 222 + }, + "4317.01.160": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.60, Flur", "arch_name": "1.60@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46244", - "roomcode": "4317.01.160", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46263", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46244, + "usage_id": 222 + }, + "4317.01.161": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.61, Flur", "arch_name": "1.61@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46263", - "roomcode": "4317.01.161", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46279", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46263, + "usage_id": 222 + }, + "4317.01.162": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.62, Treppenraum", "arch_name": "1.62@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46279", - "roomcode": "4317.01.162", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46432", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46279, + "usage_id": 223 + }, + "4317.01.163": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.63, Treppenraum", "arch_name": "1.63@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46432", - "roomcode": "4317.01.163", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46452", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46432, + "usage_id": 223 + }, + "4317.01.164": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.64, Flur", "arch_name": "1.64@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46452", - "roomcode": "4317.01.164", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46470", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46452, + "usage_id": 222 + }, + "4317.01.165": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "1.65, Treppe", "arch_name": "1.65@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46470", - "roomcode": "4317.01.165", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46626", + "area_id": 41, + "building_id": 657, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46470, + "usage_id": 223 + }, + "4317.02.201": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.1, B\u00fcro", "arch_name": "2.1@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46626", - "roomcode": "4317.02.201", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46638", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46626, + "usage_id": 12 + }, + "4317.02.202": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.2, Sekretariat", "arch_name": "2.2@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46638", - "roomcode": "4317.02.202", - "usage": 40 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46652", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46638, + "usage_id": 40 + }, + "4317.02.203": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.3, Besprechungsraum", "arch_name": "2.3@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=15593&cRes=20681&cReadonly=J", - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46652", - "roomcode": "4317.02.203", - "usage": 196 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46803", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 20681, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46652, + "usage_id": 196 + }, + "4317.02.204": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.4, B\u00fcro", "arch_name": "2.4@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46803", - "roomcode": "4317.02.204", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46810", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46803, + "usage_id": 12 + }, + "4317.02.205": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.5, B\u00fcro", "arch_name": "2.5@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=15593&cRes=20922&cReadonly=J", - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46810", - "roomcode": "4317.02.205", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46820", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 20922, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46810, + "usage_id": 12 + }, + "4317.02.206": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.6, B\u00fcro", "arch_name": "2.6@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46820", - "roomcode": "4317.02.206", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46832", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46820, + "usage_id": 12 + }, + "4317.02.207": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.7, B\u00fcro", "arch_name": "2.7@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46832", - "roomcode": "4317.02.207", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=59945", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46832, + "usage_id": 12 + }, + "4317.02.208A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.8, B\u00fcro", "arch_name": "2.8@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59945", - "roomcode": "4317.02.208A", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=59946", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59945, + "usage_id": 12 + }, + "4317.02.208B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.8A, B\u00fcro", "arch_name": "2.8A@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=59946", - "roomcode": "4317.02.208B", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=46987", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59946, + "usage_id": 12 + }, + "4317.02.209": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.9, Aufenthaltsraum (gem. Nutzung 1110054700)", "arch_name": "2.9@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=15593&cRes=18377&cReadonly=J", - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=46987", - "roomcode": "4317.02.209", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=47002", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18377, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46987, + "usage_id": 44 + }, + "4317.02.211": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.11, Umkleide (gem. Nutzung 1110054700)", "arch_name": "2.11@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=47002", - "roomcode": "4317.02.211", - "usage": 121 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=32343", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47002, + "usage_id": 121 + }, + "4317.02.212": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.12, B\u00fcro", "arch_name": "2.12@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=32343", - "roomcode": "4317.02.212", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=17543", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32343, + "usage_id": 12 + }, + "4317.02.213": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=33167&cRes=18294&cReadonly=J", - "list_index": "104", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=17543", - "roomcode": "4317.02.213", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=23451", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18294, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17543, + "usage_id": 12 + }, + "4317.02.214": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.14, B\u00fcro (gem. Nutzung 1110054710)", "arch_name": "2.14@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23451", - "roomcode": "4317.02.214", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44313", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23451, + "usage_id": 12 + }, + "4317.02.215": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.15, B\u00fcro (gem. Nutzung 1110054710)", "arch_name": "2.15@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44313", - "roomcode": "4317.02.215", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44328", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44313, + "usage_id": 12 + }, + "4317.02.216": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.16, B\u00fcro", "arch_name": "2.16@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44328", - "roomcode": "4317.02.216", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44478", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44328, + "usage_id": 12 + }, + "4317.02.217": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.17, B\u00fcro", "arch_name": "2.17@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44478", - "roomcode": "4317.02.217", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44489", - "alt_name": "2.18, B\u00fcro/Wachstumsregulation der Pflanzen (gem. ", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44478, + "usage_id": 12 + }, + "4317.02.218": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44489", - "roomcode": "4317.02.218", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44495", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44489, + "usage_id": 12 + }, + "4317.02.219": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.19, Sekretariat", "arch_name": "2.19@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44495", - "roomcode": "4317.02.219", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44510", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44495, + "usage_id": 12 + }, + "4317.02.220": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.20, B\u00fcro", "arch_name": "2.20@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=27872&cReadonly=J", - "list_index": "111", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44510", - "roomcode": "4317.02.220", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44516", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 27872, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44510, + "usage_id": 12 + }, + "4317.02.221": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.21, Installationsschacht", "arch_name": "2.21@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44516", - "roomcode": "4317.02.221", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44664", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44516, + "usage_id": 120 + }, + "4317.02.222": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.22, Isotopenlabor (gem.Nutzung 1110054700)", "arch_name": "2.22@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44664", - "roomcode": "4317.02.222", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44676", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44664, + "usage_id": 102 + }, + "4317.02.223": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.23, Isotopenlabor (gem.Nutzung 1110054700)", "arch_name": "2.23@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44676", - "roomcode": "4317.02.223", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44687", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44676, + "usage_id": 102 + }, + "4317.02.224": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.24, Chemikalienraum (gem. Nutzung 1110054700)", "arch_name": "2.24@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44687", - "roomcode": "4317.02.224", - "usage": 132 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44700", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44687, + "usage_id": 132 + }, + "4317.02.225": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.25, Gefriertruhe (-80\u00b0 C)", "arch_name": "2.25@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44700", - "roomcode": "4317.02.225", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44840", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44700, + "usage_id": 199 + }, + "4317.02.226": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44840", - "roomcode": "4317.02.226", - "usage": 28 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44849", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44840, + "usage_id": 28 + }, + "4317.02.227": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.27, Autoklavenraum (gem. Nutzung 1110054700)", "arch_name": "2.27@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44849", - "roomcode": "4317.02.227", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=44862", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44849, + "usage_id": 194 + }, + "4317.02.228": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.28, K\u00fchlraum (gem. Nutzung 1110054700)", "arch_name": "2.28@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44862", - "roomcode": "4317.02.228", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45196", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44862, + "usage_id": 199 + }, + "4317.02.229": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.29, Tiefk\u00fchlraum (gem. Nutzung 1110054700)", "arch_name": "2.29@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45196", - "roomcode": "4317.02.229", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45201", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45196, + "usage_id": 199 + }, + "4317.02.230": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.30, Elektroraum", "arch_name": "2.30@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45201", - "roomcode": "4317.02.230", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45215", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45201, + "usage_id": 120 + }, + "4317.02.231": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.31, WC-Damen", "arch_name": "2.31@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45215", - "roomcode": "4317.02.231", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45228", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45215, + "usage_id": 116 + }, + "4317.02.231A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.31a, WC-Damen Vorraum", "arch_name": "2.31a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45228", - "roomcode": "4317.02.231A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45738", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45228, + "usage_id": 118 + }, + "4317.02.232": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.32, WC-Herren", "arch_name": "2.32@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45738", - "roomcode": "4317.02.232", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45753", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45738, + "usage_id": 115 + }, + "4317.02.232A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.32a, WC-Herren Vorraum", "arch_name": "2.32a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45753", - "roomcode": "4317.02.232A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45766", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45753, + "usage_id": 118 + }, + "4317.02.233": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.33, Reinigungsmittelraum", "arch_name": "2.33@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45766", - "roomcode": "4317.02.233", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=23989", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45766, + "usage_id": 205 + }, + "4317.02.235": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.35, Labor / Molekularbiologie", "arch_name": "2.35@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23989", - "roomcode": "4317.02.235", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=18392", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23989, + "usage_id": 103 + }, + "4317.02.236": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.36, Labor / Gelelektrophorese", "arch_name": "2.36@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18392", - "roomcode": "4317.02.236", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45387", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18392, + "usage_id": 103 + }, + "4317.02.237": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.37, Labor", "arch_name": "2.37@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45387", - "roomcode": "4317.02.237", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45402", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45387, + "usage_id": 102 + }, + "4317.02.238": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.38, Labor / Gentechnik", "arch_name": "2.38@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45402", - "roomcode": "4317.02.238", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45414", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45402, + "usage_id": 103 + }, + "4317.02.239": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.39, Labor / RNA-Isolierung", "arch_name": "2.39@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45414", - "roomcode": "4317.02.239", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=24172", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45414, + "usage_id": 103 + }, + "4317.02.240": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.40, Zellkultur", "arch_name": "2.40@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=24172", - "roomcode": "4317.02.240", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45035", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24172, + "usage_id": 102 + }, + "4317.02.241": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.41, Versorgungsschacht", "arch_name": "2.41@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45035", - "roomcode": "4317.02.241", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45044", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45035, + "usage_id": 120 + }, + "4317.02.242": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.42, Analytisches Labor / Praktikum", "arch_name": "2.42@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=15593&cRes=23850&cReadonly=J", - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45044", - "roomcode": "4317.02.242", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45556", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 23850, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45044, + "usage_id": 102 + }, + "4317.02.243": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.43, Analytisches Labor / HPLC", "arch_name": "2.43@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45556", - "roomcode": "4317.02.243", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45565", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45556, + "usage_id": 102 + }, + "4317.02.244": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.44, Labor", "arch_name": "2.44@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=25986&cReadonly=J", - "list_index": "136", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45565", - "roomcode": "4317.02.244", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45580", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 25986, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45565, + "usage_id": 102 + }, + "4317.02.245": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.45, Labor", "arch_name": "2.45@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=28352&cReadonly=J", - "list_index": "137", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45580", - "roomcode": "4317.02.245", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=45592", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 28352, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45580, + "usage_id": 102 + }, + "4317.02.246": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.46, Versorgungsschacht", "arch_name": "2.46@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45592", - "roomcode": "4317.02.246", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52728", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45592, + "usage_id": 120 + }, + "4317.02.247": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.47, Labor", "arch_name": "2.47@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=28353&cReadonly=J", - "list_index": "139", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52728", - "roomcode": "4317.02.247", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52744", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 28353, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52728, + "usage_id": 102 + }, + "4317.02.248": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.48, Labor (gem. Nutzung 1110054710)", "arch_name": "2.48@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=28354&cReadonly=J", - "list_index": "140", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52744", - "roomcode": "4317.02.248", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52755", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 28354, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52744, + "usage_id": 102 + }, + "4317.02.249": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.49, Labor (gem. Nutzung 1110054710)", "arch_name": "2.49@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=28355&cReadonly=J", - "list_index": "141", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52755", - "roomcode": "4317.02.249", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52764", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 28355, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52755, + "usage_id": 102 + }, + "4317.02.250": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.50, Labor", "arch_name": "2.50@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=44624&cRes=28356&cReadonly=J", - "list_index": "142", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52764", - "roomcode": "4317.02.250", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52905", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 28356, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52764, + "usage_id": 102 + }, + "4317.02.251": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.51, Flur", "arch_name": "2.51@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52905", - "roomcode": "4317.02.251", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52917", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52905, + "usage_id": 222 + }, + "4317.02.251A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.51A, Flur", "arch_name": "2.51A@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52917", - "roomcode": "4317.02.251A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52924", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52917, + "usage_id": 222 + }, + "4317.02.251B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.51B, Flur", "arch_name": "2.51B@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52924", - "roomcode": "4317.02.251B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52940", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52924, + "usage_id": 222 + }, + "4317.02.252": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.52, Flur", "arch_name": "2.52@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52940", - "roomcode": "4317.02.252", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53077", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52940, + "usage_id": 222 + }, + "4317.02.253": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.53, Eingang Nord", "arch_name": "2.53@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53077", - "roomcode": "4317.02.253", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53087", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53077, + "usage_id": 222 + }, + "4317.02.254": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.54, Flur", "arch_name": "2.54@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53087", - "roomcode": "4317.02.254", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53100", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53087, + "usage_id": 222 + }, + "4317.02.255": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.55, Treppenraum", "arch_name": "2.55@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53100", - "roomcode": "4317.02.255", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53119", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53100, + "usage_id": 223 + }, + "4317.02.256": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.56, Treppenraum", "arch_name": "2.56@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53119", - "roomcode": "4317.02.256", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53263", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53119, + "usage_id": 223 + }, + "4317.02.257": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "2.57, Treppe", "arch_name": "2.57@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53263", - "roomcode": "4317.02.257", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53276", + "area_id": 41, + "building_id": 657, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53263, + "usage_id": 223 + }, + "4317.03.300": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.0, Terrasse", "arch_name": "3.0@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53276", - "roomcode": "4317.03.300", - "usage": 218 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53289", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53276, + "usage_id": 218 + }, + "4317.03.301": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.1, B\u00fcro", "arch_name": "3.1@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=47597&cRes=18844&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53289", - "roomcode": "4317.03.301", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53427", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53289, + "usage_id": 12 + }, + "4317.03.302": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.2, Vorzimmer / Druckraum (gem.Nutzung 1110075000", "arch_name": "3.2@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53427", - "roomcode": "4317.03.302", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53438", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53427, + "usage_id": 12 + }, + "4317.03.303": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53438", - "roomcode": "4317.03.303", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53450", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53438, + "usage_id": 12 + }, + "4317.03.304": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.4, B\u00fcro", "arch_name": "3.4@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53450", - "roomcode": "4317.03.304", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53462", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53450, + "usage_id": 12 + }, + "4317.03.305": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18530&cReadonly=J", - "extended": { - "additional_description": "3.5, Seminarraum 66 (WZWS66)(gem.Nutzung 111007500", - "address": "Liesel-Beckmann-Str. 1(4317), 3.Obergescho\u00df", - "architect_room_nr": "3.5@4317", - "area_m2": 49.54, - "building": "4317 Tierwissenschaften", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "305", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53462", - "roomcode": "4317.03.305", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53600", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18530, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53462, + "usage_id": 41 + }, + "4317.03.306": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.6, Sozialraum (gem.Nutzung 1110075000/1124301030", "arch_name": "3.6@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53600", - "roomcode": "4317.03.306", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53612", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53600, + "usage_id": 44 + }, + "4317.03.308": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.8, Umkleide (gem.Nutzung 1110075000/1124301030)", "arch_name": "3.8@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53612", - "roomcode": "4317.03.308", - "usage": 121 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53623", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53612, + "usage_id": 121 + }, + "4317.03.309": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.9, B\u00fcro", "arch_name": "3.9@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53623", - "roomcode": "4317.03.309", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53635", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53623, + "usage_id": 12 + }, + "4317.03.310": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.10, B\u00fcro", "arch_name": "3.10@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53635", - "roomcode": "4317.03.310", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53767", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53635, + "usage_id": 12 + }, + "4317.03.311": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.11, B\u00fcro", "arch_name": "3.11@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53767", - "roomcode": "4317.03.311", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=18643", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53767, + "usage_id": 12 + }, + "4317.03.312": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.12, B\u00fcro", "arch_name": "3.12@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18643", - "roomcode": "4317.03.312", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23358", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18643, + "usage_id": 12 + }, + "4317.03.313": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.13, Gesch\u00e4ftsf\u00fchrung ARC", "arch_name": "3.13@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23358", - "roomcode": "4317.03.313", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51194", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23358, + "usage_id": 12 + }, + "4317.03.314": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.14, B\u00fcro", "arch_name": "3.14@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51194", - "roomcode": "4317.03.314", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51198", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51194, + "usage_id": 12 + }, + "4317.03.315": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.15, B\u00fcro", "arch_name": "3.15@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51198", - "roomcode": "4317.03.315", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23377", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51198, + "usage_id": 12 + }, + "4317.03.316": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.16, B\u00fcro", "arch_name": "3.16@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23377", - "roomcode": "4317.03.316", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23468", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23377, + "usage_id": 12 + }, + "4317.03.317": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.17, B\u00fcro", "arch_name": "3.17@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=54318&cRes=20055&cReadonly=J", - "list_index": "168", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23468", - "roomcode": "4317.03.317", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51372", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 20055, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23468, + "usage_id": 12 + }, + "4317.03.318": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.18, Versorgungsschacht", "arch_name": "3.18@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51372", - "roomcode": "4317.03.318", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51384", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51372, + "usage_id": 120 + }, + "4317.03.319": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.19, Lager (gem.Nutzung 1110075000/1124301030)", "arch_name": "3.19@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51384", - "roomcode": "4317.03.319", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51387", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51384, + "usage_id": 2 + }, + "4317.03.320": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.20, Mikroskopie (gem.Nutzung 1110075000/11243010", "arch_name": "3.20@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51387", - "roomcode": "4317.03.320", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51399", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51387, + "usage_id": 102 + }, + "4317.03.321": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51399", - "roomcode": "4317.03.321", - "usage": 28 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51414", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51399, + "usage_id": 28 + }, + "4317.03.322": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.22, Autoklavenraum (gem.Nutzung 1110075000/11243", "arch_name": "3.22@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51414", - "roomcode": "4317.03.322", - "usage": 194 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51568", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51414, + "usage_id": 194 + }, + "4317.03.323": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51568", - "roomcode": "4317.03.323", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=17726", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51568, + "usage_id": 199 + }, + "4317.03.324": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=17726", - "roomcode": "4317.03.324", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23684", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17726, + "usage_id": 199 + }, + "4317.03.325": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23684", - "roomcode": "4317.03.325", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23693", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23684, + "usage_id": 199 + }, + "4317.03.326": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.26, Elektroraum", "arch_name": "3.26@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23693", - "roomcode": "4317.03.326", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23703", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23693, + "usage_id": 120 + }, + "4317.03.328": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.28, WC-Damen", "arch_name": "3.28@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23703", - "roomcode": "4317.03.328", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23789", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23703, + "usage_id": 116 + }, + "4317.03.329": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.29, WC-Herren", "arch_name": "3.29@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23789", - "roomcode": "4317.03.329", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51773", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23789, + "usage_id": 115 + }, + "4317.03.331": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51773", - "roomcode": "4317.03.331", - "usage": 207 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51921", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51773, + "usage_id": 207 + }, + "4317.03.333": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.33, Labor", "arch_name": "3.33@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51921", - "roomcode": "4317.03.333", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23811", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51921, + "usage_id": 102 + }, + "4317.03.334": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.34, Labor", "arch_name": "3.34@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23811", - "roomcode": "4317.03.334", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23904", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23811, + "usage_id": 102 + }, + "4317.03.335": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.35, Labor", "arch_name": "3.35@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23904", - "roomcode": "4317.03.335", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52084", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23904, + "usage_id": 102 + }, + "4317.03.336": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.36, Labor", "arch_name": "3.36@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52084", - "roomcode": "4317.03.336", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=23920", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52084, + "usage_id": 102 + }, + "4317.03.337": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.37, Labor", "arch_name": "3.37@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=23920", - "roomcode": "4317.03.337", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=24001", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23920, + "usage_id": 102 + }, + "4317.03.338": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.38, Zellkultur", "arch_name": "3.38@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=24001", - "roomcode": "4317.03.338", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=18396", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24001, + "usage_id": 102 + }, + "4317.03.339": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.39, Versorgungsschacht", "arch_name": "3.39@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=18396", - "roomcode": "4317.03.339", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52264", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18396, + "usage_id": 120 + }, + "4317.03.340": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.40, Chemik./Bakteriologie/Histo/ELISA/Lumineszen", "arch_name": "3.40@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52264", - "roomcode": "4317.03.340", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52277", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52264, + "usage_id": 102 + }, + "4317.03.341": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.41, Gele+Geldokumentation (gem.Nutzung 111007500", "arch_name": "3.41@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52277", - "roomcode": "4317.03.341", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52288", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52277, + "usage_id": 102 + }, + "4317.03.342": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.42, Labor", "arch_name": "3.42@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52288", - "roomcode": "4317.03.342", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52431", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52288, + "usage_id": 102 + }, + "4317.03.343": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.43, Labor", "arch_name": "3.43@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=54318", - "operator": "[ TUS4I5P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52431", - "roomcode": "4317.03.343", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52439", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 54318, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52431, + "usage_id": 102 + }, + "4317.03.344": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.44, Versorgungsschacht", "arch_name": "3.44@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52439", - "roomcode": "4317.03.344", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52454", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52439, + "usage_id": 120 + }, + "4317.03.345": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.45, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.45@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52454", - "roomcode": "4317.03.345", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52600", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52454, + "usage_id": 102 + }, + "4317.03.346": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.46, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.46@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52600", - "roomcode": "4317.03.346", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52612", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52600, + "usage_id": 102 + }, + "4317.03.347": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.47, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.47@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52612", - "roomcode": "4317.03.347", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52626", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52612, + "usage_id": 102 + }, + "4317.03.348": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.48, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.48@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52626", - "roomcode": "4317.03.348", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52774", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52626, + "usage_id": 102 + }, + "4317.03.349": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.49, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.49@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52774", - "roomcode": "4317.03.349", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52786", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52774, + "usage_id": 102 + }, + "4317.03.350": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.50, Labor", "arch_name": "3.50@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52786", - "roomcode": "4317.03.350", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52796", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52786, + "usage_id": 102 + }, + "4317.03.351": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.51, Labor", "arch_name": "3.51@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52796", - "roomcode": "4317.03.351", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52804", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52796, + "usage_id": 102 + }, + "4317.03.352": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "352, Labor", "arch_name": "352@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52804", - "roomcode": "4317.03.352", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52954", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52804, + "usage_id": 102 + }, + "4317.03.353": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.53, Flur", "arch_name": "3.53@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52954", - "roomcode": "4317.03.353", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52972", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52954, + "usage_id": 222 + }, + "4317.03.353A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.53A, Flur", "arch_name": "3.53A@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52972", - "roomcode": "4317.03.353A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52980", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52972, + "usage_id": 222 + }, + "4317.03.353B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.53B, Flur", "arch_name": "3.53B@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52980", - "roomcode": "4317.03.353B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53122", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52980, + "usage_id": 222 + }, + "4317.03.354": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.54, Flur", "arch_name": "3.54@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53122", - "roomcode": "4317.03.354", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53132", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53122, + "usage_id": 222 + }, + "4317.03.355": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.55, Flur", "arch_name": "3.55@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53132", - "roomcode": "4317.03.355", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53143", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53132, + "usage_id": 222 + }, + "4317.03.356": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.56, Flur", "arch_name": "3.56@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53143", - "roomcode": "4317.03.356", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53152", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53143, + "usage_id": 222 + }, + "4317.03.357": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.57, Treppenraum", "arch_name": "3.57@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53152", - "roomcode": "4317.03.357", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53164", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53152, + "usage_id": 223 + }, + "4317.03.358": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.58, Treppenraum", "arch_name": "3.58@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53164", - "roomcode": "4317.03.358", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53308", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53164, + "usage_id": 223 + }, + "4317.03.359": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "3.59, Treppe", "arch_name": "3.59@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53308", - "roomcode": "4317.03.359", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=53321", + "area_id": 41, + "building_id": 657, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53308, + "usage_id": 223 + }, + "4317.DG.401": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "4.1, Sozialraum/Besprechungsraum", "arch_name": "4.1@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=15593&cRes=33632&cReadonly=J", - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53321", - "roomcode": "4317.DG.401", - "usage": 196 - }, - { - "address": "Liesel-Beckmann-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=53334", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 33632, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53321, + "usage_id": 196 + }, + "4317.DG.402": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "4.2, Treppenraum", "arch_name": "4.2@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53334", - "roomcode": "4317.DG.402", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=53480", + "area_id": 41, + "building_id": 657, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53334, + "usage_id": 223 + }, + "4317.DG.403": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "4.3, Flur", "arch_name": "4.3@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53480", - "roomcode": "4317.DG.403", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=53493", + "area_id": 41, + "building_id": 657, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53480, + "usage_id": 222 + }, + "4317.DG.404": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "4.4, Abluftzentrale", "arch_name": "4.4@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53493", - "roomcode": "4317.DG.404", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=53506", + "area_id": 41, + "building_id": 657, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53493, + "usage_id": 222 + }, + "4317.DG.406": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "4.6, Versorgungsschacht", "arch_name": "4.6@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53506", - "roomcode": "4317.DG.406", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=53512", + "area_id": 41, + "building_id": 657, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53506, + "usage_id": 120 + }, + "4317.DG.407": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "4.7, Versorgungsschacht", "arch_name": "4.7@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53512", - "roomcode": "4317.DG.407", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44388", + "area_id": 41, + "building_id": 657, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53512, + "usage_id": 120 + }, + "4317.EG.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.1, Foyer HS 17", "arch_name": "0.1@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44388", - "roomcode": "4317.EG.001", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44403", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44388, + "usage_id": 222 + }, + "4317.EG.001A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.1a, Flur", "arch_name": "0.1a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44403", - "roomcode": "4317.EG.001A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44416", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44403, + "usage_id": 222 + }, + "4317.EG.001B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.1b, Flur", "arch_name": "0.1b@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44416", - "roomcode": "4317.EG.001B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44567", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44416, + "usage_id": 222 + }, + "4317.EG.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.2, Treppe", "arch_name": "0.2@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44567", - "roomcode": "4317.EG.002", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=24932", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44567, + "usage_id": 223 + }, + "4317.EG.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.3, H\u00f6rsaal 17 (WZWH17)", "arch_name": "0.3@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=12573&cReadonly=J", - "extended": { - "additional_description": "0.3, H\u00f6rsaal 17 (WZWH17)", - "address": "Liesel-Beckmann-Str. 1(4317), Erdgescho\u00df", - "architect_room_nr": "0.3@4317", - "area_m2": 177.8, - "building": "4317 Tierwissenschaften", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "003", - "seats": 130, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=24932", - "roomcode": "4317.EG.003", - "usage": 20 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44595", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 12573, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": 130, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24932, + "usage_id": 20 + }, + "4317.EG.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.4, Mikrobiologisches Praktikum", "arch_name": "0.4@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=18847&cReadonly=J", - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44595", - "roomcode": "4317.EG.004", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44609", + "area_id": 41, + "building_id": 657, + "calendar_resource_nr": 18847, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44595, + "usage_id": 102 + }, + "4317.EG.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.5, Garderobe", "arch_name": "0.5@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44609", - "roomcode": "4317.EG.005", - "usage": 121 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44757", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44609, + "usage_id": 121 + }, + "4317.EG.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.6, WC-Behinderte", "arch_name": "0.6@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44757", - "roomcode": "4317.EG.006", - "usage": 117 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44771", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44757, + "usage_id": 117 + }, + "4317.EG.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.7, WC-Damen", "arch_name": "0.7@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44771", - "roomcode": "4317.EG.007", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44918", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44771, + "usage_id": 116 + }, + "4317.EG.007A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.7a, WC-Damen Vorraum", "arch_name": "0.7a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44918", - "roomcode": "4317.EG.007A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44934", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44918, + "usage_id": 118 + }, + "4317.EG.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.8, Ruheraum", "arch_name": "0.8@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44934", - "roomcode": "4317.EG.008", - "usage": 178 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44946", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44934, + "usage_id": 178 + }, + "4317.EG.009": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.9, Bereitschaftsdienst", "arch_name": "0.9@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44946", - "roomcode": "4317.EG.009", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=44960", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44946, + "usage_id": 44 + }, + "4317.EG.011": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.11, Lager / Bereitschaft", "arch_name": "0.11@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=44960", - "roomcode": "4317.EG.011", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45110", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44960, + "usage_id": 30 + }, + "4317.EG.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.12, Flur", "arch_name": "0.12@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45110", - "roomcode": "4317.EG.012", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45116", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45110, + "usage_id": 222 + }, + "4317.EG.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.13, Dusche", "arch_name": "0.13@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45116", - "roomcode": "4317.EG.013", - "usage": 113 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45129", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45116, + "usage_id": 113 + }, + "4317.EG.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.14, Treppenraum", "arch_name": "0.14@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45129", - "roomcode": "4317.EG.014", - "usage": 223 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45140", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45129, + "usage_id": 223 + }, + "4317.EG.015": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.15, Massenspektrometer", "arch_name": "0.15@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45140", - "roomcode": "4317.EG.015", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45289", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45140, + "usage_id": 103 + }, + "4317.EG.016": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.16, Massenspektrometer / Gewebekulturen", "arch_name": "0.16@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15593", - "operator": "[ TUWZY4Q ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45289", - "roomcode": "4317.EG.016", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45298", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15593, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45289, + "usage_id": 103 + }, + "4317.EG.017": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.17, Versorgungsschacht", "arch_name": "0.17@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45298", - "roomcode": "4317.EG.017", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45312", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45298, + "usage_id": 120 + }, + "4317.EG.018": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.18, WC-Herren", "arch_name": "0.18@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45312", - "roomcode": "4317.EG.018", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45316", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45312, + "usage_id": 115 + }, + "4317.EG.018A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.18a, WC-Herren Vorraum", "arch_name": "0.18a@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45316", - "roomcode": "4317.EG.018A", - "usage": 118 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45326", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45316, + "usage_id": 118 + }, + "4317.EG.019": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.19, Abstellraum", "arch_name": "0.19@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45326", - "roomcode": "4317.EG.019", - "usage": 159 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45473", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45326, + "usage_id": 159 + }, + "4317.EG.020": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.20, Maschinenraum", "arch_name": "0.20@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45473", - "roomcode": "4317.EG.020", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45486", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45473, + "usage_id": 120 + }, + "4317.EG.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.21, Aufzug", "arch_name": "0.21@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45486", - "roomcode": "4317.EG.021", - "usage": 4 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45505", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45486, + "usage_id": 4 + }, + "4317.EG.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.22, Abwassermessstrecke", "arch_name": "0.22@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45505", - "roomcode": "4317.EG.022", - "usage": 182 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45655", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45505, + "usage_id": 182 + }, + "4317.EG.023": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.23, Chemikalienlager (gem.Nutzung 1110075000/112", "arch_name": "0.23@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45655", - "roomcode": "4317.EG.023", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45661", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45655, + "usage_id": 30 + }, + "4317.EG.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.24, Reinigungsmittelraum", "arch_name": "0.24@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45661", - "roomcode": "4317.EG.024", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66643", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45661, + "usage_id": 205 + }, + "4317.EG.024A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.24A, Pflanzenzucht", "arch_name": "0.24A@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44624", - "operator": "[ TUWZB6A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66643", - "roomcode": "4317.EG.024A", - "usage": 166 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45672", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44624, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66643, + "usage_id": 166 + }, + "4317.EG.025": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.25, Technik", "arch_name": "0.25@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45672", - "roomcode": "4317.EG.025", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45687", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45672, + "usage_id": 120 + }, + "4317.EG.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.26, Wasseraufbereitung", "arch_name": "0.26@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45687", - "roomcode": "4317.EG.026", - "usage": 182 - }, - { - "address": "Liesel-Beckmann-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45836", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45687, + "usage_id": 182 + }, + "4317.EG.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "alt_name": "0.27, Abluft / Heizung", "arch_name": "0.27@4317", - "b_area_id": 41, - "b_filter_id": 657, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=45836", - "roomcode": "4317.EG.027", - "usage": 201 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64897", + "area_id": 41, + "building_id": 657, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45836, + "usage_id": 201 + }, + "4318.01.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-1, B\u00fcro", "arch_name": "1-1@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64897", - "roomcode": "4318.01.001", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64898", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64897, + "usage_id": 12 + }, + "4318.01.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-2, B\u00fcro", "arch_name": "1-2@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64898", - "roomcode": "4318.01.002", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64900", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64898, + "usage_id": 12 + }, + "4318.01.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-3, B\u00fcro", "arch_name": "1-3@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51338", - "operator": "[ TUWZD1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64900", - "roomcode": "4318.01.004", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64901", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51338, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64900, + "usage_id": 12 + }, + "4318.01.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-5, B\u00fcro", "arch_name": "1-5@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51338", - "operator": "[ TUWZD1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64901", - "roomcode": "4318.01.005", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64902", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51338, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64901, + "usage_id": 12 + }, + "4318.01.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-6, B\u00fcro", "arch_name": "1-6@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64902", - "roomcode": "4318.01.006", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64903", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64902, + "usage_id": 12 + }, + "4318.01.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-7, B\u00fcro", "arch_name": "1-7@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51338", - "operator": "[ TUWZD1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64903", - "roomcode": "4318.01.007", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64904", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51338, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64903, + "usage_id": 12 + }, + "4318.01.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-8, B\u00fcro", "arch_name": "1-8@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64904", - "roomcode": "4318.01.008", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64905", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64904, + "usage_id": 12 + }, + "4318.01.009": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-9, B\u00fcro", "arch_name": "1-9@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51338", - "operator": "[ TUWZD1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64905", - "roomcode": "4318.01.009", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64906", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51338, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64905, + "usage_id": 12 + }, + "4318.01.009A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-9.1, B\u00fcro", "arch_name": "1-9.1@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51338", - "operator": "[ TUWZD1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64906", - "roomcode": "4318.01.009A", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64907", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51338, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64906, + "usage_id": 12 + }, + "4318.01.010": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-10, B\u00fcro", "arch_name": "1-10@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64907", - "roomcode": "4318.01.010", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64908", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64907, + "usage_id": 12 + }, + "4318.01.011": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-11, B\u00fcro", "arch_name": "1-11@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64908", - "roomcode": "4318.01.011", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64909", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64908, + "usage_id": 12 + }, + "4318.01.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-12, B\u00fcro", "arch_name": "1-12@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64909", - "roomcode": "4318.01.012", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64910", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64909, + "usage_id": 12 + }, + "4318.01.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-13, B\u00fcro", "arch_name": "1-13@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64910", - "roomcode": "4318.01.013", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64911", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64910, + "usage_id": 12 + }, + "4318.01.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-14, B\u00fcro", "arch_name": "1-14@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64911", - "roomcode": "4318.01.014", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64912", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64911, + "usage_id": 12 + }, + "4318.01.020": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-20, B\u00fcro", "arch_name": "1-20@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64912", - "roomcode": "4318.01.020", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64918", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64912, + "usage_id": 12 + }, + "4318.01.020A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-20a, Foyer Treppe West", "arch_name": "1-20a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64918", - "roomcode": "4318.01.020A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64921", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64918, + "usage_id": 222 + }, + "4318.01.020B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-20b, Flur West-1", "arch_name": "1-20b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64921", - "roomcode": "4318.01.020B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64922", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64921, + "usage_id": 222 + }, + "4318.01.020C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-20c, Flur West-2", "arch_name": "1-20c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64922", - "roomcode": "4318.01.020C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64913", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64922, + "usage_id": 222 + }, + "4318.01.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-21, Medienraum", "arch_name": "1-21@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64913", - "roomcode": "4318.01.021", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64914", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64913, + "usage_id": 30 + }, + "4318.01.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-22, Archiv", "arch_name": "1-22@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64914", - "roomcode": "4318.01.022", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64915", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64914, + "usage_id": 2 + }, + "4318.01.023": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-23, Teek\u00fcche", "arch_name": "1-23@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64915", - "roomcode": "4318.01.023", - "usage": 198 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64916", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64915, + "usage_id": 198 + }, + "4318.01.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-24, WC-Damen", "arch_name": "1-24@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64916", - "roomcode": "4318.01.024", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64933", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64916, + "usage_id": 116 + }, + "4318.01.024A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-24a, Foyer Treppe Mitte", "arch_name": "1-24a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64933", - "roomcode": "4318.01.024A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64934", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64933, + "usage_id": 222 + }, + "4318.01.024B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-24b, Eingang Nord Windfang", "arch_name": "1-24b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64934", - "roomcode": "4318.01.024B", - "usage": 52 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64927", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64934, + "usage_id": 52 + }, + "4318.01.025": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-25, Medienraum (gem. Nutzung 1110060700)", "arch_name": "1-25@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64927", - "roomcode": "4318.01.025", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64926", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64927, + "usage_id": 30 + }, + "4318.01.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-26, Archiv (gem. Nutzung 1110060700)", "arch_name": "1-26@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64926", - "roomcode": "4318.01.026", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64925", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64926, + "usage_id": 2 + }, + "4318.01.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-27, Reinigungsmittelraum", "arch_name": "1-27@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64925", - "roomcode": "4318.01.027", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64924", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64925, + "usage_id": 205 + }, + "4318.01.028": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-28, Teek\u00fcche (gem. Nutzung 1110060700)", "arch_name": "1-28@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64924", - "roomcode": "4318.01.028", - "usage": 198 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64937", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64924, + "usage_id": 198 + }, + "4318.01.028A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-28a, Foyer Treppe Ost", "arch_name": "1-28a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64937", - "roomcode": "4318.01.028A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64923", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64937, + "usage_id": 222 + }, + "4318.01.029": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-29, Konferenzraum (gem. Nutzung 1110060700)", "arch_name": "1-29@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64923", - "roomcode": "4318.01.029", - "usage": 142 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64929", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64923, + "usage_id": 142 + }, + "4318.01.030": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-30, Elektrische Versorgung", "arch_name": "1-30@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64929", - "roomcode": "4318.01.030", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64931", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64929, + "usage_id": 160 + }, + "4318.01.031": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-31, Wertstoffe/M\u00fcll", "arch_name": "1-31@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64931", - "roomcode": "4318.01.031", - "usage": 214 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64932", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64931, + "usage_id": 214 + }, + "4318.01.032": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-32, Chemikalien", "arch_name": "1-32@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64932", - "roomcode": "4318.01.032", - "usage": 132 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64930", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64932, + "usage_id": 132 + }, + "4318.01.033": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-33, Zentrifugen Sch\u00fcttler", "arch_name": "1-33@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64930", - "roomcode": "4318.01.033", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64928", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64930, + "usage_id": 102 + }, + "4318.01.034": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-34, Sp\u00fclk\u00fcche", "arch_name": "1-34@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64928", - "roomcode": "4318.01.034", - "usage": 28 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64935", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64928, + "usage_id": 28 + }, + "4318.01.034A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-34a, Flur Ost-1", "arch_name": "1-34a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64935", - "roomcode": "4318.01.034A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64936", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64935, + "usage_id": 222 + }, + "4318.01.034B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-34b, Flur Ost-2", "arch_name": "1-34b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64936", - "roomcode": "4318.01.034B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64919", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64936, + "usage_id": 222 + }, + "4318.01.035": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-35, WC-Herren", "arch_name": "1-35@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64919", - "roomcode": "4318.01.035", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64920", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64919, + "usage_id": 115 + }, + "4318.01.036": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-36, Elektrische Versorgung", "arch_name": "1-36@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64920", - "roomcode": "4318.01.036", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64917", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64920, + "usage_id": 160 + }, + "4318.01.037": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-37, K\u00fchl-/ Gefrierraum", "arch_name": "1-37@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64917", - "roomcode": "4318.01.037", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64938", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64917, + "usage_id": 199 + }, + "4318.01.040": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-40, B\u00fcro", "arch_name": "1-40@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64938", - "roomcode": "4318.01.040", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64939", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64938, + "usage_id": 12 + }, + "4318.01.041": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-41, B\u00fcro", "arch_name": "1-41@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64939", - "roomcode": "4318.01.041", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64940", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64939, + "usage_id": 12 + }, + "4318.01.042": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-42, B\u00fcro", "arch_name": "1-42@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64940", - "roomcode": "4318.01.042", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64941", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64940, + "usage_id": 12 + }, + "4318.01.043": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-43, Labor", "arch_name": "1-43@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64941", - "roomcode": "4318.01.043", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64942", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64941, + "usage_id": 102 + }, + "4318.01.044": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-44, Technikschacht", "arch_name": "1-44@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64942", - "roomcode": "4318.01.044", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64943", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64942, + "usage_id": 120 + }, + "4318.01.045": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-45, Labor", "arch_name": "1-45@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64943", - "roomcode": "4318.01.045", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64944", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64943, + "usage_id": 102 + }, + "4318.01.046": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-46, B\u00fcro", "arch_name": "1-46@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64944", - "roomcode": "4318.01.046", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64945", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64944, + "usage_id": 12 + }, + "4318.01.047": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-47, B\u00fcro", "arch_name": "1-47@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64945", - "roomcode": "4318.01.047", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64946", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64945, + "usage_id": 12 + }, + "4318.01.048": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-48, Labor", "arch_name": "1-48@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64946", - "roomcode": "4318.01.048", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64947", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64946, + "usage_id": 102 + }, + "4318.01.050": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-50, Technikschacht", "arch_name": "1-50@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64947", - "roomcode": "4318.01.050", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64948", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64947, + "usage_id": 120 + }, + "4318.01.051": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-51, Labor", "arch_name": "1-51@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64948", - "roomcode": "4318.01.051", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64950", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64948, + "usage_id": 102 + }, + "4318.01.053": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-53, Labor", "arch_name": "1-53@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64950", - "roomcode": "4318.01.053", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=64843", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64950, + "usage_id": 102 + }, + "4318.01.100": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "1-100, Fluchtbalkon S\u00fcd", "arch_name": "1-100@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64843", - "roomcode": "4318.01.100", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64953", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64843, + "usage_id": 219 + }, + "4318.02.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-1, B\u00fcro", "arch_name": "2-1@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64953", - "roomcode": "4318.02.001", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64954", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64953, + "usage_id": 12 + }, + "4318.02.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-2, B\u00fcro", "arch_name": "2-2@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64954", - "roomcode": "4318.02.002", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64955", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64954, + "usage_id": 12 + }, + "4318.02.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-3, B\u00fcro", "arch_name": "2-3@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64955", - "roomcode": "4318.02.003", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64956", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64955, + "usage_id": 12 + }, + "4318.02.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-4, B\u00fcro", "arch_name": "2-4@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64956", - "roomcode": "4318.02.004", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64957", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64956, + "usage_id": 12 + }, + "4318.02.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-5, B\u00fcro", "arch_name": "2-5@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64957", - "roomcode": "4318.02.005", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64958", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64957, + "usage_id": 12 + }, + "4318.02.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-6, B\u00fcro", "arch_name": "2-6@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64958", - "roomcode": "4318.02.006", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64959", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64958, + "usage_id": 12 + }, + "4318.02.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-7, B\u00fcro", "arch_name": "2-7@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64959", - "roomcode": "4318.02.007", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64960", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64959, + "usage_id": 12 + }, + "4318.02.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-8, B\u00fcro", "arch_name": "2-8@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64960", - "roomcode": "4318.02.008", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64972", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64960, + "usage_id": 12 + }, + "4318.02.009": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-9, B\u00fcro", "arch_name": "2-9@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=20817", - "operator": "[ TUMAF14 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64972", - "roomcode": "4318.02.009", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64961", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 20817, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64972, + "usage_id": 12 + }, + "4318.02.010": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-10, B\u00fcro", "arch_name": "2-10@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64961", - "roomcode": "4318.02.010", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64963", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64961, + "usage_id": 12 + }, + "4318.02.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-12, B\u00fcro", "arch_name": "2-12@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64963", - "roomcode": "4318.02.012", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64964", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64963, + "usage_id": 12 + }, + "4318.02.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-13, B\u00fcro", "arch_name": "2-13@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64964", - "roomcode": "4318.02.013", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64965", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64964, + "usage_id": 12 + }, + "4318.02.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-14, Besprechung (gem. Nutzung 1124301020;1110055", "arch_name": "2-14@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=26046&cReadonly=J", - "list_index": "109", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64965", - "roomcode": "4318.02.014", - "usage": 196 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64966", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 26046, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64965, + "usage_id": 196 + }, + "4318.02.015": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-15, B\u00fcro", "arch_name": "2-15@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64966", - "roomcode": "4318.02.015", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64967", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64966, + "usage_id": 12 + }, + "4318.02.016": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-16, B\u00fcro", "arch_name": "2-16@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64967", - "roomcode": "4318.02.016", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64968", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64967, + "usage_id": 12 + }, + "4318.02.017": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-17, B\u00fcro", "arch_name": "2-17@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64968", - "roomcode": "4318.02.017", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64969", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64968, + "usage_id": 12 + }, + "4318.02.018": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-18, B\u00fcro", "arch_name": "2-18@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64969", - "roomcode": "4318.02.018", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64962", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64969, + "usage_id": 12 + }, + "4318.02.019": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-19, B\u00fcro", "arch_name": "2-19@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64962", - "roomcode": "4318.02.019", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64970", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64962, + "usage_id": 12 + }, + "4318.02.020": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-20, B\u00fcro", "arch_name": "2-20@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64970", - "roomcode": "4318.02.020", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64774", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64970, + "usage_id": 12 + }, + "4318.02.020A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-20a, Foyer Treppe West", "arch_name": "2-20a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64774", - "roomcode": "4318.02.020A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64775", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64774, + "usage_id": 222 + }, + "4318.02.020B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-20b, Flur West-1", "arch_name": "2-20b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64775", - "roomcode": "4318.02.020B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64776", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64775, + "usage_id": 222 + }, + "4318.02.020C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-20c, Flur West-2", "arch_name": "2-20c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64776", - "roomcode": "4318.02.020C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64971", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64776, + "usage_id": 222 + }, + "4318.02.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-21, Medienraum (gem. Nutzung 1124301020;11100550", "arch_name": "2-21@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64971", - "roomcode": "4318.02.021", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64973", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64971, + "usage_id": 30 + }, + "4318.02.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-22, Archiv (gem. Nutzung 1124301020;1110055000)", "arch_name": "2-22@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64973", - "roomcode": "4318.02.022", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64974", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64973, + "usage_id": 2 + }, + "4318.02.023": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64974", - "roomcode": "4318.02.023", - "usage": 198 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64975", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64974, + "usage_id": 198 + }, + "4318.02.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-24, WC-Damen", "arch_name": "2-24@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64975", - "roomcode": "4318.02.024", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64777", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64975, + "usage_id": 116 + }, + "4318.02.024A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-24a, Foyer Treppe Mitte", "arch_name": "2-24a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64777", - "roomcode": "4318.02.024A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64984", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64777, + "usage_id": 222 + }, + "4318.02.025": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-25, Zentrifugenraum (gem. Nutzung 1124301020;111", "arch_name": "2-25@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64984", - "roomcode": "4318.02.025", - "usage": 209 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64983", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64984, + "usage_id": 209 + }, + "4318.02.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-26, Archiv (gem.Nutzung 1101011230)", "arch_name": "2-26@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64983", - "roomcode": "4318.02.026", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64982", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64983, + "usage_id": 2 + }, + "4318.02.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-27, Wertstoffe/M\u00fcll", "arch_name": "2-27@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64982", - "roomcode": "4318.02.027", - "usage": 214 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64981", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64982, + "usage_id": 214 + }, + "4318.02.027A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-27a, Teek\u00fcche (gem.Nutzung 1101011230)", "arch_name": "2-27a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64981", - "roomcode": "4318.02.027A", - "usage": 198 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64980", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64981, + "usage_id": 198 + }, + "4318.02.028": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-28, Seminarraum (gem.Nutzung 1101011230)", "arch_name": "2-28@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=45270&cRes=26388&cReadonly=J", - "extended": { - "additional_description": "2-28, Seminarraum (gem.Nutzung 1101011230)", - "address": "Liesel-Beckmann-Str. 2(4318), 2.Obergescho\u00df", - "architect_room_nr": "2-28@4318", - "area_m2": 29.62, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "028", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64980", - "roomcode": "4318.02.028", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64778", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 26388, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64980, + "usage_id": 41 + }, + "4318.02.028A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-28a, Flur Ost-1", "arch_name": "2-28a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64778", - "roomcode": "4318.02.028A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64825", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64778, + "usage_id": 222 + }, + "4318.02.028B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-28b, Flur Ost-2", "arch_name": "2-28b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64825", - "roomcode": "4318.02.028B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64826", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64825, + "usage_id": 222 + }, + "4318.02.028C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-28c, Foyer Treppe Ost", "arch_name": "2-28c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64826", - "roomcode": "4318.02.028C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64991", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64826, + "usage_id": 222 + }, + "4318.02.029": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-29, Elektrische Versorgung", "arch_name": "2-29@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64991", - "roomcode": "4318.02.029", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64989", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64991, + "usage_id": 160 + }, + "4318.02.030": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-30, Glaswarenlager", "arch_name": "2-30@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64989", - "roomcode": "4318.02.030", - "usage": 132 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64990", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64989, + "usage_id": 132 + }, + "4318.02.031": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-31, Chemikalienlager m. Brand.", "arch_name": "2-31@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64990", - "roomcode": "4318.02.031", - "usage": 132 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64988", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64990, + "usage_id": 132 + }, + "4318.02.032": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-32, Muffelofenraum", "arch_name": "2-32@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64988", - "roomcode": "4318.02.032", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64985", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64988, + "usage_id": 102 + }, + "4318.02.032A": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64985", - "roomcode": "4318.02.032A", - "usage": 103 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64987", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64985, + "usage_id": 103 + }, + "4318.02.033": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-33, K\u00fchllager", "arch_name": "2-33@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64987", - "roomcode": "4318.02.033", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64986", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64987, + "usage_id": 199 + }, + "4318.02.033A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-33a, Gefrierlager", "arch_name": "2-33a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64986", - "roomcode": "4318.02.033A", - "usage": 199 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64976", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64986, + "usage_id": 199 + }, + "4318.02.034": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-34, WC-Herren", "arch_name": "2-34@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64976", - "roomcode": "4318.02.034", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64977", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64976, + "usage_id": 115 + }, + "4318.02.035": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-35, Elektrische Versorgung", "arch_name": "2-35@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64977", - "roomcode": "4318.02.035", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64978", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64977, + "usage_id": 160 + }, + "4318.02.036": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64978", - "roomcode": "4318.02.036", - "usage": 28 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64979", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64978, + "usage_id": 28 + }, + "4318.02.037": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-37, Autoklav", "arch_name": "2-37@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64979", - "roomcode": "4318.02.037", - "usage": 209 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64992", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64979, + "usage_id": 209 + }, + "4318.02.040": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-40, PCR-Labor", "arch_name": "2-40@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64992", - "roomcode": "4318.02.040", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64993", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64992, + "usage_id": 102 + }, + "4318.02.041": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-41, Extraktions-und Qualit\u00e4tskontrolle", "arch_name": "2-41@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64993", - "roomcode": "4318.02.041", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64994", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64993, + "usage_id": 102 + }, + "4318.02.042": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-42, Proteinlabor", "arch_name": "2-42@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64994", - "roomcode": "4318.02.042", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64995", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64994, + "usage_id": 102 + }, + "4318.02.043": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-43, Aminos\u00e4urenlabor", "arch_name": "2-43@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64995", - "roomcode": "4318.02.043", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64773", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64995, + "usage_id": 102 + }, + "4318.02.044": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-44, Technikschacht", "arch_name": "2-44@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64773", - "roomcode": "4318.02.044", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64996", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64773, + "usage_id": 120 + }, + "4318.02.045": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-45, Weender-Labor", "arch_name": "2-45@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64996", - "roomcode": "4318.02.045", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64997", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64996, + "usage_id": 102 + }, + "4318.02.046": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-46, Weender-Labor", "arch_name": "2-46@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64997", - "roomcode": "4318.02.046", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64998", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64997, + "usage_id": 102 + }, + "4318.02.047": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-47, Energielabor", "arch_name": "2-47@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=53358", - "operator": "[ TUS4N7M ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64998", - "roomcode": "4318.02.047", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=65065", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 53358, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64998, + "usage_id": 102 + }, + "4318.02.049": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-49, Elementanalytik", "arch_name": "2-49@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65065", - "roomcode": "4318.02.049", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=65000", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65065, + "usage_id": 102 + }, + "4318.02.050": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-50, Elementanalytik", "arch_name": "2-50@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65000", - "roomcode": "4318.02.050", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=65001", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65000, + "usage_id": 102 + }, + "4318.02.051": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-51, Fotometerraum", "arch_name": "2-51@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65001", - "roomcode": "4318.02.051", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=65002", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65001, + "usage_id": 102 + }, + "4318.02.052": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65002", - "roomcode": "4318.02.052", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64772", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65002, + "usage_id": 102 + }, + "4318.02.053": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-53, Technikschacht", "arch_name": "2-53@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64772", - "roomcode": "4318.02.053", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=65003", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64772, + "usage_id": 120 + }, + "4318.02.054": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-54, Chromatographie", "arch_name": "2-54@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65003", - "roomcode": "4318.02.054", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64769", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65003, + "usage_id": 102 + }, + "4318.02.055": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-55, Chromatographie", "arch_name": "2-55@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=50717", - "operator": "[ TUWZC2P ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64769", - "roomcode": "4318.02.055", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64770", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64769, + "usage_id": 102 + }, + "4318.02.056": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-56, Labor", "arch_name": "2-56@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64770", - "roomcode": "4318.02.056", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64771", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64770, + "usage_id": 102 + }, + "4318.02.057": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-57, Labor", "arch_name": "2-57@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=45270", - "operator": "[ TUWZH5B ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64771", - "roomcode": "4318.02.057", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64844", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64771, + "usage_id": 102 + }, + "4318.02.100": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-100, Fluchtbalkon S\u00fcd", "arch_name": "2-100@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64844", - "roomcode": "4318.02.100", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64846", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64844, + "usage_id": 219 + }, + "4318.02.101": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-101, Fluchtbalkon Nord", "arch_name": "2-101@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64846", - "roomcode": "4318.02.101", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=64847", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64846, + "usage_id": 219 + }, + "4318.02.102": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-102, Fluchtbalkon Ost", "arch_name": "2-102@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64847", - "roomcode": "4318.02.102", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64779", + "area_id": 41, + "building_id": 1161, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64847, + "usage_id": 219 + }, + "4318.03.001": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64779", - "roomcode": "4318.03.001", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64780", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64779, + "usage_id": 12 + }, + "4318.03.002": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64780", - "roomcode": "4318.03.002", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64781", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64780, + "usage_id": 12 + }, + "4318.03.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-3, B\u00fcro Sekretariat", "arch_name": "3-3@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64781", - "roomcode": "4318.03.003", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64782", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64781, + "usage_id": 12 + }, + "4318.03.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-4, B\u00fcro", "arch_name": "3-4@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64782", - "roomcode": "4318.03.004", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64783", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64782, + "usage_id": 12 + }, + "4318.03.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-5, B\u00fcro", "arch_name": "3-5@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64783", - "roomcode": "4318.03.005", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64784", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64783, + "usage_id": 12 + }, + "4318.03.006": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-6, B\u00fcro", "arch_name": "3-6@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64784", - "roomcode": "4318.03.006", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64785", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64784, + "usage_id": 12 + }, + "4318.03.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-7, B\u00fcro", "arch_name": "3-7@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64785", - "roomcode": "4318.03.007", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64786", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64785, + "usage_id": 12 + }, + "4318.03.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-8, B\u00fcro", "arch_name": "3-8@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64786", - "roomcode": "4318.03.008", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64787", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64786, + "usage_id": 12 + }, + "4318.03.010": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-10, B\u00fcro", "arch_name": "3-10@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64787", - "roomcode": "4318.03.010", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64788", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64787, + "usage_id": 12 + }, + "4318.03.011": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-11, B\u00fcro", "arch_name": "3-11@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64788", - "roomcode": "4318.03.011", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64789", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64788, + "usage_id": 12 + }, + "4318.03.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-12, B\u00fcro", "arch_name": "3-12@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64789", - "roomcode": "4318.03.012", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64790", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64789, + "usage_id": 12 + }, + "4318.03.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-13, B\u00fcro", "arch_name": "3-13@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64790", - "roomcode": "4318.03.013", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64791", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64790, + "usage_id": 12 + }, + "4318.03.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-14, B\u00fcro", "arch_name": "3-14@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64791", - "roomcode": "4318.03.014", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64792", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64791, + "usage_id": 12 + }, + "4318.03.015": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-15, Besprechung/Seminar", "arch_name": "3-15@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "extended": { - "additional_description": "3-15, Besprechung/Seminar", - "address": "Liesel-Beckmann-Str. 2(4318), 3.Obergescho\u00df", - "architect_room_nr": "3-15@4318", - "area_m2": 29.25, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "015", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64792", - "roomcode": "4318.03.015", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64793", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64792, + "usage_id": 41 + }, + "4318.03.016": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-16, B\u00fcro", "arch_name": "3-16@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64793", - "roomcode": "4318.03.016", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64794", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64793, + "usage_id": 12 + }, + "4318.03.017": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-17, B\u00fcro", "arch_name": "3-17@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64794", - "roomcode": "4318.03.017", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64795", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64794, + "usage_id": 12 + }, + "4318.03.018": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-18, B\u00fcro", "arch_name": "3-18@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64795", - "roomcode": "4318.03.018", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64796", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64795, + "usage_id": 12 + }, + "4318.03.020": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-20, B\u00fcro", "arch_name": "3-20@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64796", - "roomcode": "4318.03.020", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64822", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64796, + "usage_id": 12 + }, + "4318.03.020A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-20a, Foyer Treppe West", "arch_name": "3-20a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64822", - "roomcode": "4318.03.020A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64823", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64822, + "usage_id": 222 + }, + "4318.03.020B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "2-20b, Flur West-1", "arch_name": "2-20b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64823", - "roomcode": "4318.03.020B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64824", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64823, + "usage_id": 222 + }, + "4318.03.020C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-20c, Flur West-2", "arch_name": "3-20c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64824", - "roomcode": "4318.03.020C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64798", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64824, + "usage_id": 222 + }, + "4318.03.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-22, Pflanzenzuchtkammer", "arch_name": "3-22@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64798", - "roomcode": "4318.03.022", - "usage": 166 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64799", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64798, + "usage_id": 166 + }, + "4318.03.023": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-23, Reinigungsmittelraum", "arch_name": "3-23@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64799", - "roomcode": "4318.03.023", - "usage": 205 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64800", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64799, + "usage_id": 205 + }, + "4318.03.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-24, WC-Damen", "arch_name": "3-24@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64800", - "roomcode": "4318.03.024", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64805", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64800, + "usage_id": 116 + }, + "4318.03.024A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-24a, Foyer Treppe Mitte", "arch_name": "3-24a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64805", - "roomcode": "4318.03.024A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=71067", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64805, + "usage_id": 222 + }, + "4318.03.026": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-26, Archiv", "arch_name": "3-26@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=71067", - "roomcode": "4318.03.026", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64808", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71067, + "usage_id": 2 + }, + "4318.03.027": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-27, Medienraum", "arch_name": "3-27@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64808", - "roomcode": "4318.03.027", - "usage": 2 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64810", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64808, + "usage_id": 2 + }, + "4318.03.028": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-28, Lager", "arch_name": "3-28@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64810", - "roomcode": "4318.03.028", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64819", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64810, + "usage_id": 30 + }, + "4318.03.029": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-29, Teek\u00fcche", "arch_name": "3-29@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64819", - "roomcode": "4318.03.029", - "usage": 198 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64812", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64819, + "usage_id": 198 + }, + "4318.03.030": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-30, Besprechung", "arch_name": "3-30@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64812", - "roomcode": "4318.03.030", - "usage": 196 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64827", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64812, + "usage_id": 196 + }, + "4318.03.030A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-30a, Flur Ost-1", "arch_name": "3-30a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64827", - "roomcode": "4318.03.030A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64828", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64827, + "usage_id": 222 + }, + "4318.03.030B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-30b, Flur Ost-2", "arch_name": "3-30b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64828", - "roomcode": "4318.03.030B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64829", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64828, + "usage_id": 222 + }, + "4318.03.030C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-30c, Foyer Treppe Ost", "arch_name": "3-30c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64829", - "roomcode": "4318.03.030C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64811", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64829, + "usage_id": 222 + }, + "4318.03.031": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-31, Elektrische Versorgung", "arch_name": "3-31@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64811", - "roomcode": "4318.03.031", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=71066", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64811, + "usage_id": 160 + }, + "4318.03.032": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-32, Serverraum", "arch_name": "3-32@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=71066", - "roomcode": "4318.03.032", - "usage": 207 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64809", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71066, + "usage_id": 207 + }, + "4318.03.033": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-33, Chem.Techn. Labor", "arch_name": "3-33@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64809", - "roomcode": "4318.03.033", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64807", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64809, + "usage_id": 102 + }, + "4318.03.034": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-34, Labornebenraum-Analysen", "arch_name": "3-34@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64807", - "roomcode": "4318.03.034", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64806", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64807, + "usage_id": 102 + }, + "4318.03.035": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-35, Sp\u00fclk\u00fcche", "arch_name": "3-35@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64806", - "roomcode": "4318.03.035", - "usage": 28 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64801", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64806, + "usage_id": 28 + }, + "4318.03.036": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-36, WC-Herren", "arch_name": "3-36@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64801", - "roomcode": "4318.03.036", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64802", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64801, + "usage_id": 115 + }, + "4318.03.037": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-37, Elektrische Versorgung", "arch_name": "3-37@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64802", - "roomcode": "4318.03.037", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64803", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64802, + "usage_id": 160 + }, + "4318.03.038": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-38, Serverraum", "arch_name": "3-38@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64803", - "roomcode": "4318.03.038", - "usage": 207 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64804", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64803, + "usage_id": 207 + }, + "4318.03.039": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64804", - "roomcode": "4318.03.039", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64821", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64804, + "usage_id": 30 + }, + "4318.03.040": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-40, Labor", "arch_name": "3-40@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64821", - "roomcode": "4318.03.040", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64820", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64821, + "usage_id": 102 + }, + "4318.03.041": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-41, Labor", "arch_name": "3-41@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64820", - "roomcode": "4318.03.041", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64818", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64820, + "usage_id": 102 + }, + "4318.03.042": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-42, Labor", "arch_name": "3-42@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64818", - "roomcode": "4318.03.042", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64817", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64818, + "usage_id": 102 + }, + "4318.03.043": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-43, Labor", "arch_name": "3-43@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64817", - "roomcode": "4318.03.043", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64816", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64817, + "usage_id": 102 + }, + "4318.03.044": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-44, Technikschacht", "arch_name": "3-44@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64816", - "roomcode": "4318.03.044", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64815", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64816, + "usage_id": 120 + }, + "4318.03.045": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-45, Technik", "arch_name": "3-45@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64815", - "roomcode": "4318.03.045", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64814", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64815, + "usage_id": 120 + }, + "4318.03.046": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-46, Technikschacht", "arch_name": "3-46@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64814", - "roomcode": "4318.03.046", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64813", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64814, + "usage_id": 120 + }, + "4318.03.047": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "Labore (3-47 - 3-50)", "arch_name": "3-47@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15631", - "operator": "[ TUWZZ7X ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64813", - "roomcode": "4318.03.047", - "usage": 102 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64845", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15631, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64813, + "usage_id": 102 + }, + "4318.03.100": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-100, Fluchtbalkon S\u00fcd", "arch_name": "3-100@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64845", - "roomcode": "4318.03.100", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64848", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64845, + "usage_id": 219 + }, + "4318.03.101": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-101, Fluchtbalkon Nord", "arch_name": "3-101@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64848", - "roomcode": "4318.03.101", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, 3.OG", - "address_link": "ris.einzelraum?raumkey=64849", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64848, + "usage_id": 219 + }, + "4318.03.102": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "3-102, Fluchtbalkon Ost", "arch_name": "3-102@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64849", - "roomcode": "4318.03.102", - "usage": 219 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64861", + "area_id": 41, + "building_id": 1161, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64849, + "usage_id": 219 + }, + "4318.EG.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-1, Seminarraum 81 (WZWS81)", "arch_name": "EG-1@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=39675&cRes=25420&cReadonly=J", - "extended": { - "additional_description": "EG-1, Seminarraum 81 (WZWS81)", - "address": "Liesel-Beckmann-Str. 2(4318), Erdgescho\u00df", - "architect_room_nr": "EG-1@4318", - "area_m2": 62.9, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64861", - "roomcode": "4318.EG.001", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64862", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 25420, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64861, + "usage_id": 41 + }, + "4318.EG.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-2, Seminarraum 82 (WZWS82)", "arch_name": "EG-2@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=51258&cRes=25423&cReadonly=J", - "extended": { - "additional_description": "EG-2, Seminarraum 82 (WZWS82)", - "address": "Liesel-Beckmann-Str. 2(4318), Erdgescho\u00df", - "architect_room_nr": "EG-2@4318", - "area_m2": 62.9, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64862", - "roomcode": "4318.EG.002", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64864", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 25423, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64862, + "usage_id": 41 + }, + "4318.EG.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-4, Seminarraum 83/84 (WZWS83/84)", "arch_name": "EG-4@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=39675&cRes=25422&cReadonly=J", - "extended": { - "additional_description": "EG-4, Seminarraum 83/84 (WZWS83/84)", - "address": "Liesel-Beckmann-Str. 2(4318), Erdgescho\u00df", - "architect_room_nr": "EG-4@4318", - "area_m2": 101.4, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39675", - "operator": "[ TUZEHEZ ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64864", - "roomcode": "4318.EG.004", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64865", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 25422, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39675, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64864, + "usage_id": 41 + }, + "4318.EG.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-5, Seminarraum 85 (WZWS85)", "arch_name": "EG-5@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=25424&cReadonly=J", - "extended": { - "additional_description": "EG-5, Seminarraum 85 (WZWS85)", - "address": "Liesel-Beckmann-Str. 2(4318), Erdgescho\u00df", - "architect_room_nr": "EG-5@4318", - "area_m2": 50.05, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64865", - "roomcode": "4318.EG.005", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64867", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 25424, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64865, + "usage_id": 41 + }, + "4318.EG.007": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-7, Seminarraum 86/87 (WZWS86/87)", "arch_name": "EG-7@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=25426&cReadonly=J", - "extended": { - "additional_description": "EG-7, Seminarraum 86/87 (WZWS86/87)", - "address": "Liesel-Beckmann-Str. 2(4318), Erdgescho\u00df", - "architect_room_nr": "EG-7@4318", - "area_m2": 101.4, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64867", - "roomcode": "4318.EG.007", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64868", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 25426, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64867, + "usage_id": 41 + }, + "4318.EG.008": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-8, Seminarraum 88 (WZWS88)", "arch_name": "EG-8@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=25427&cReadonly=J", - "extended": { - "additional_description": "EG-8, Seminarraum 88 (WZWS88)", - "address": "Liesel-Beckmann-Str. 2(4318), Erdgescho\u00df", - "architect_room_nr": "EG-8@4318", - "area_m2": 75.45, - "building": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 64, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85354 Freising" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64868", - "roomcode": "4318.EG.008", - "usage": 41 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64885", + "area_id": 41, + "building_id": 1161, + "calendar_resource_nr": 25427, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 64, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64868, + "usage_id": 41 + }, + "4318.EG.011": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-11, Elektrische Versorgung", "arch_name": "EG-11@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64885", - "roomcode": "4318.EG.011", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64883", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64885, + "usage_id": 160 + }, + "4318.EG.011A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-11a, Foyer Treppe Ost", "arch_name": "EG-11a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64883", - "roomcode": "4318.EG.011A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64886", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64883, + "usage_id": 222 + }, + "4318.EG.012": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-12, NSHV", "arch_name": "EG-12@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64886", - "roomcode": "4318.EG.012", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64887", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64886, + "usage_id": 160 + }, + "4318.EG.013": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-13, NSHV-SV", "arch_name": "EG-13@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64887", - "roomcode": "4318.EG.013", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64888", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64887, + "usage_id": 160 + }, + "4318.EG.014": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-14, BMA", "arch_name": "EG-14@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64888", - "roomcode": "4318.EG.014", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64890", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64888, + "usage_id": 160 + }, + "4318.EG.015": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-15, Serverraum", "arch_name": "EG-15@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64890", - "roomcode": "4318.EG.015", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64891", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64890, + "usage_id": 120 + }, + "4318.EG.016": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-16, Ruheraum", "arch_name": "EG-16@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64891", - "roomcode": "4318.EG.016", - "usage": 178 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64881", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64891, + "usage_id": 178 + }, + "4318.EG.016A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-16a, Flur Ost-1", "arch_name": "EG-16a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64881", - "roomcode": "4318.EG.016A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64882", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64881, + "usage_id": 222 + }, + "4318.EG.016B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-16b, Flur Ost-2", "arch_name": "EG-16b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64882", - "roomcode": "4318.EG.016B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64884", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64882, + "usage_id": 222 + }, + "4318.EG.016C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-16c, Aufzug", "arch_name": "EG-16c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64884", - "roomcode": "4318.EG.016C", - "usage": 4 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64892", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64884, + "usage_id": 4 + }, + "4318.EG.017": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-17, WC-Herren", "arch_name": "EG-17@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64892", - "roomcode": "4318.EG.017", - "usage": 115 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64879", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64892, + "usage_id": 115 + }, + "4318.EG.017A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-17a, Eingang S\u00fcd Windfang", "arch_name": "EG-17a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64879", - "roomcode": "4318.EG.017A", - "usage": 52 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64880", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64879, + "usage_id": 52 + }, + "4318.EG.017B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-17b, Foyer Treppe Mitte", "arch_name": "EG-17b@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64880", - "roomcode": "4318.EG.017B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64893", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64880, + "usage_id": 222 + }, + "4318.EG.018": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-18, Elektrische Versorgung", "arch_name": "EG-18@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64893", - "roomcode": "4318.EG.018", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64889", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64893, + "usage_id": 160 + }, + "4318.EG.019": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-19, WC-Damen", "arch_name": "EG-19@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64889", - "roomcode": "4318.EG.019", - "usage": 116 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64894", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64889, + "usage_id": 116 + }, + "4318.EG.020": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-20, WC-Behinderte", "arch_name": "EG-20@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64894", - "roomcode": "4318.EG.020", - "usage": 117 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64875", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64894, + "usage_id": 117 + }, + "4318.EG.020A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-20a, Flur West-1", "arch_name": "EG-20a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64875", - "roomcode": "4318.EG.020A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64876", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64875, + "usage_id": 222 + }, + "4318.EG.020B": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-20a, Flur West-2", "arch_name": "EG-20a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64876", - "roomcode": "4318.EG.020B", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64877", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64876, + "usage_id": 222 + }, + "4318.EG.020C": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-20c, Foyer Treppe West", "arch_name": "EG-20c@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64877", - "roomcode": "4318.EG.020C", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64878", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64877, + "usage_id": 222 + }, + "4318.EG.020D": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-20d, Eingang West Windfang", "arch_name": "EG-20d@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64878", - "roomcode": "4318.EG.020D", - "usage": 52 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64895", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64878, + "usage_id": 52 + }, + "4318.EG.021": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-21, Teek\u00fcche", "arch_name": "EG-21@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64895", - "roomcode": "4318.EG.021", - "usage": 44 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64874", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64895, + "usage_id": 44 + }, + "4318.EG.022": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-22, Druckluftzentrale", "arch_name": "EG-22@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64874", - "roomcode": "4318.EG.022", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64871", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64874, + "usage_id": 120 + }, + "4318.EG.023": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-23, Fernw\u00e4rme Heizung", "arch_name": "EG-23@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64871", - "roomcode": "4318.EG.023", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64873", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64871, + "usage_id": 120 + }, + "4318.EG.024": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-24, Technik-Zentrale", "arch_name": "EG-24@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64873", - "roomcode": "4318.EG.024", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64870", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64873, + "usage_id": 120 + }, + "4318.EG.024A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-24a, L\u00fcftungsansaugung", "arch_name": "EG-24a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64870", - "roomcode": "4318.EG.024A", - "usage": 32 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=65156", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64870, + "usage_id": 32 + }, + "4318.EG.031": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-31, B\u00fcro", "arch_name": "EG-31@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65156", - "roomcode": "4318.EG.031", - "usage": 12 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=71014", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65156, + "usage_id": 12 + }, + "4318.EG.032": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-32, Lager", "arch_name": "EG-32@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=71014", - "roomcode": "4318.EG.032", - "usage": 30 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64896", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71014, + "usage_id": 30 + }, + "4318.EG.034A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-34a, Flur rein Umkleide", "arch_name": "EG-34a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=44444", - "operator": "[ TUWZK1A ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64896", - "roomcode": "4318.EG.034A", - "usage": 105 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66081", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 44444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64896, + "usage_id": 105 + }, + "4318.EG.044D": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-44d, KTFZ Windfang Flur rein", "arch_name": "EG-44d@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66081", - "roomcode": "4318.EG.044D", - "usage": 52 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64869", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66081, + "usage_id": 52 + }, + "4318.EG.050": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-50, Wertstoffe/M\u00fcll", "arch_name": "EG-50@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64869", - "roomcode": "4318.EG.050", - "usage": 214 - }, - { - "address": "Liesel-Beckmann-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=64872", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64869, + "usage_id": 214 + }, + "4318.EG.051": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "EG-51, Notstrom", "arch_name": "EG-51@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64872", - "roomcode": "4318.EG.051", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=64855", + "area_id": 41, + "building_id": 1161, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64872, + "usage_id": 160 + }, + "4318.U1.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG-1, Flur", "arch_name": "UG-1@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64855", - "roomcode": "4318.U1.001", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=64856", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64855, + "usage_id": 222 + }, + "4318.U1.001A": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG-1a, Flur/Einbringschacht", "arch_name": "UG-1a@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64856", - "roomcode": "4318.U1.001A", - "usage": 222 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=64857", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64856, + "usage_id": 222 + }, + "4318.U1.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG-2, Sanit\u00e4r+Brunnwasserzentrale", "arch_name": "UG-2@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64857", - "roomcode": "4318.U1.002", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=64858", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64857, + "usage_id": 120 + }, + "4318.U1.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG-3, Sanit\u00e4r+Brunnwasserzentrale", "arch_name": "UG-3@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64858", - "roomcode": "4318.U1.003", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=64860", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64858, + "usage_id": 120 + }, + "4318.U1.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG-4, RLT-Zentrale", "arch_name": "UG-4@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64860", - "roomcode": "4318.U1.004", - "usage": 120 - }, - { - "address": "Liesel-Beckmann-Str. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=64859", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64860, + "usage_id": 120 + }, + "4318.U1.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "alt_name": "UG-5, K\u00e4ltezentrale", "arch_name": "UG-5@4318", - "b_area_id": 41, - "b_filter_id": 1161, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64859", - "roomcode": "4318.U1.005", - "usage": 32 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=64240", + "area_id": 41, + "building_id": 1161, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64859, + "usage_id": 32 + }, + "4319.EG.001": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "001, Trafostation VI", "arch_name": "001@4319", - "b_area_id": 41, - "b_filter_id": 1505, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64240", - "roomcode": "4319.EG.001", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=64241", + "area_id": 41, + "building_id": 1505, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64240, + "usage_id": 160 + }, + "4319.EG.002": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "002, Trafostation VI", "arch_name": "002@4319", - "b_area_id": 41, - "b_filter_id": 1505, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64241", - "roomcode": "4319.EG.002", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=64242", + "area_id": 41, + "building_id": 1505, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64241, + "usage_id": 160 + }, + "4319.EG.003": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "003, Trafostation VI", "arch_name": "003@4319", - "b_area_id": 41, - "b_filter_id": 1505, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64242", - "roomcode": "4319.EG.003", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=64243", + "area_id": 41, + "building_id": 1505, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64242, + "usage_id": 160 + }, + "4319.EG.004": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "004, Trafostation VI", "arch_name": "004@4319", - "b_area_id": 41, - "b_filter_id": 1505, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64243", - "roomcode": "4319.EG.004", - "usage": 160 - }, - { - "address": "Liesel-Beckmann-Str., EG", - "address_link": "ris.einzelraum?raumkey=64244", + "area_id": 41, + "building_id": 1505, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64243, + "usage_id": 160 + }, + "4319.EG.005": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "alt_name": "005, Trafostation VI", "arch_name": "005@4319", - "b_area_id": 41, - "b_filter_id": 1505, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=64244", - "roomcode": "4319.EG.005", - "usage": 160 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69693", + "area_id": 41, + "building_id": 1505, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64244, + "usage_id": 160 + }, + "4320.01.001": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 101, Treppenhaus mit Podest", "arch_name": "1.OG 101@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69693", - "roomcode": "4320.01.001", - "usage": 223 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69694", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69693, + "usage_id": 223 + }, + "4320.01.001A": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 101.1, Treppe", "arch_name": "1.OG 101.1@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69694", - "roomcode": "4320.01.001A", - "usage": 223 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69697", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69694, + "usage_id": 223 + }, + "4320.01.001B": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 101.2, Treppe", "arch_name": "1.OG 101.2@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69697", - "roomcode": "4320.01.001B", - "usage": 223 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69696", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69697, + "usage_id": 223 + }, + "4320.01.002": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 102, Vorraum Sanit\u00e4ranlagen", "arch_name": "1.OG 102@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69696", - "roomcode": "4320.01.002", - "usage": 50 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69684", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69696, + "usage_id": 50 + }, + "4320.01.003": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 103, WC-Damen", "arch_name": "1.OG 103@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69684", - "roomcode": "4320.01.003", - "usage": 114 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69685", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69684, + "usage_id": 114 + }, + "4320.01.004": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 104, Dusche-Damen", "arch_name": "1.OG 104@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69685", - "roomcode": "4320.01.004", - "usage": 113 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69695", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69685, + "usage_id": 113 + }, + "4320.01.005": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 105, Umkleide-Damen", "arch_name": "1.OG 105@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69695", - "roomcode": "4320.01.005", - "usage": 121 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69698", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69695, + "usage_id": 121 + }, + "4320.01.006": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69698", - "roomcode": "4320.01.006", - "usage": 44 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69686", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69698, + "usage_id": 44 + }, + "4320.01.007": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 107, Schalt- und Leitwarte", "arch_name": "1.OG 107@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69686", - "roomcode": "4320.01.007", - "usage": 202 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69699", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69686, + "usage_id": 202 + }, + "4320.01.007A": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 107A, Schalt- und Leitwarte", "arch_name": "1.OG 107A@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69699", - "roomcode": "4320.01.007A", - "usage": 12 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=69700", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69699, + "usage_id": 12 + }, + "4320.01.007B": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 107B, Schalt- und Leitwarte", "arch_name": "1.OG 107B@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69700", - "roomcode": "4320.01.007B", - "usage": 12 - }, - { - "address": "Lange Point 20+22, 2.OG", - "address_link": "ris.einzelraum?raumkey=69687", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69700, + "usage_id": 12 + }, + "4320.02.001": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "2.OG 201, Lager (Dachabstellraum)", "arch_name": "2.OG 201@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69687", - "roomcode": "4320.02.001", - "usage": 159 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=69690", + "area_id": 41, + "building_id": 2329, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69687, + "usage_id": 159 + }, + "4320.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 01, Treppenhaus", "arch_name": "EG 01@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69690", - "roomcode": "4320.EG.001", - "usage": 223 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=69691", + "area_id": 41, + "building_id": 2329, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69690, + "usage_id": 223 + }, + "4320.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 02, Technik", "arch_name": "EG 02@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69691", - "roomcode": "4320.EG.002", - "usage": 120 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=69692", + "area_id": 41, + "building_id": 2329, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69691, + "usage_id": 120 + }, + "4320.EG.004": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "01, Aussentreppe", "arch_name": "01@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69692", - "roomcode": "4320.EG.004", - "usage": 7 - }, - { - "address": "Lange Point 20+22, 1.UG", - "address_link": "ris.einzelraum?raumkey=69671", + "area_id": 41, + "building_id": 2329, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69692, + "usage_id": 7 + }, + "4320.U1.001": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.UG 01, Treppenhaus", "arch_name": "1.UG 01@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69671", - "roomcode": "4320.U1.001", - "usage": 223 - }, - { - "address": "Lange Point 20+22, 1.UG", - "address_link": "ris.einzelraum?raumkey=69683", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69671, + "usage_id": 223 + }, + "4320.U1.001A": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.UG 01.1, Treppe", "arch_name": "1.UG 01.1@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69683", - "roomcode": "4320.U1.001A", - "usage": 223 - }, - { - "address": "Lange Point 20+22, 1.UG", - "address_link": "ris.einzelraum?raumkey=69674", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69683, + "usage_id": 223 + }, + "4320.U1.002": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.UG 02, WC-Herren Vorraum", "arch_name": "1.UG 02@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69674", - "roomcode": "4320.U1.002", - "usage": 118 - }, - { - "address": "Lange Point 20+22, 1.UG", - "address_link": "ris.einzelraum?raumkey=69675", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69674, + "usage_id": 118 + }, + "4320.U1.003": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.UG 03, WC-Herren", "arch_name": "1.UG 03@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69675", - "roomcode": "4320.U1.003", - "usage": 115 - }, - { - "address": "Lange Point 20+22, 1.UG", - "address_link": "ris.einzelraum?raumkey=69676", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69675, + "usage_id": 115 + }, + "4320.U1.004": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.UG 04, Werkstatt", "arch_name": "1.UG 04@4320", - "b_area_id": 41, - "b_filter_id": 2329, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69676", - "roomcode": "4320.U1.004", - "usage": 51 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52146", + "area_id": 41, + "building_id": 2329, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69676, + "usage_id": 51 + }, + "4321.01.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 101, Halle", "arch_name": "1.OG 101@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52146", - "roomcode": "4321.01.001", - "usage": 222 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52156", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52146, + "usage_id": 222 + }, + "4321.01.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 102, Flur", "arch_name": "1.OG 102@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52156", - "roomcode": "4321.01.002", - "usage": 222 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52297", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52156, + "usage_id": 222 + }, + "4321.01.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 103, Flur", "arch_name": "1.OG 103@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52297", - "roomcode": "4321.01.003", - "usage": 222 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52309", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52297, + "usage_id": 222 + }, + "4321.01.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 105, Aufenthaltsraum", "arch_name": "1.OG 105@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52309", - "roomcode": "4321.01.005", - "usage": 44 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52317", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52309, + "usage_id": 44 + }, + "4321.01.006": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 106, Registratur / Kopierraum", "arch_name": "1.OG 106@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52317", - "roomcode": "4321.01.006", - "usage": 2 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52330", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52317, + "usage_id": 2 + }, + "4321.01.007": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 107, B\u00fcro", "arch_name": "1.OG 107@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52330", - "roomcode": "4321.01.007", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52469", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52330, + "usage_id": 12 + }, + "4321.01.008": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 108, B\u00fcro", "arch_name": "1.OG 108@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52469", - "roomcode": "4321.01.008", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52483", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52469, + "usage_id": 12 + }, + "4321.01.009": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 109, B\u00fcro", "arch_name": "1.OG 109@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52483", - "roomcode": "4321.01.009", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52497", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52483, + "usage_id": 12 + }, + "4321.01.010": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 110, B\u00fcro", "arch_name": "1.OG 110@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52497", - "roomcode": "4321.01.010", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52638", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52497, + "usage_id": 12 + }, + "4321.01.011": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 111, B\u00fcro", "arch_name": "1.OG 111@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52638", - "roomcode": "4321.01.011", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52642", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52638, + "usage_id": 12 + }, + "4321.01.012": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 112, B\u00fcro", "arch_name": "1.OG 112@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52642", - "roomcode": "4321.01.012", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=10058", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52642, + "usage_id": 12 + }, + "4321.01.013": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 113, B\u00fcro", "arch_name": "1.OG 113@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=10058", - "roomcode": "4321.01.013", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=65152", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10058, + "usage_id": 12 + }, + "4321.01.013A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 113A, B\u00fcro", "arch_name": "1.OG 113A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65152", - "roomcode": "4321.01.013A", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52668", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65152, + "usage_id": 12 + }, + "4321.01.014": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 114, B\u00fcro", "arch_name": "1.OG 114@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52668", - "roomcode": "4321.01.014", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=66224", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52668, + "usage_id": 12 + }, + "4321.01.014A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 114A, B\u00fcro", "arch_name": "1.OG 114A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=66224", - "roomcode": "4321.01.014A", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52817", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66224, + "usage_id": 12 + }, + "4321.01.015": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 115, B\u00fcro", "arch_name": "1.OG 115@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52817", - "roomcode": "4321.01.015", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52836", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52817, + "usage_id": 12 + }, + "4321.01.016": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 116, Teek\u00fcche", "arch_name": "1.OG 116@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52836", - "roomcode": "4321.01.016", - "usage": 198 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52852", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52836, + "usage_id": 198 + }, + "4321.01.017": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 117, B\u00fcro", "arch_name": "1.OG 117@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52852", - "roomcode": "4321.01.017", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69570", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52852, + "usage_id": 12 + }, + "4321.01.017A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 117A, B\u00fcro", "arch_name": "1.OG 117A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69570", - "roomcode": "4321.01.017A", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69571", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69570, + "usage_id": 12 + }, + "4321.01.017B": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 117B, B\u00fcro", "arch_name": "1.OG 117B@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69571", - "roomcode": "4321.01.017B", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=52998", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69571, + "usage_id": 12 + }, + "4321.01.018": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 118, WC-Damen", "arch_name": "1.OG 118@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52998", - "roomcode": "4321.01.018", - "usage": 116 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53009", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52998, + "usage_id": 116 + }, + "4321.01.019": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 119, WC-Herren Vorraum", "arch_name": "1.OG 119@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53009", - "roomcode": "4321.01.019", - "usage": 118 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53025", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53009, + "usage_id": 118 + }, + "4321.01.020": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 120, WC-Herren", "arch_name": "1.OG 120@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53025", - "roomcode": "4321.01.020", - "usage": 115 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53167", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53025, + "usage_id": 115 + }, + "4321.01.021": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 121, Reinigungsmittelraum", "arch_name": "1.OG 121@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53167", - "roomcode": "4321.01.021", - "usage": 205 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53185", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53167, + "usage_id": 205 + }, + "4321.01.022": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 122, B\u00fcro", "arch_name": "1.OG 122@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53185", - "roomcode": "4321.01.022", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53204", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53185, + "usage_id": 12 + }, + "4321.01.023": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 123, B\u00fcro", "arch_name": "1.OG 123@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53204", - "roomcode": "4321.01.023", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53350", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53204, + "usage_id": 12 + }, + "4321.01.024": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 124, Flur", "arch_name": "1.OG 124@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53350", - "roomcode": "4321.01.024", - "usage": 222 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69572", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53350, + "usage_id": 222 + }, + "4321.01.024A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 124A, Galerie Schlosser", "arch_name": "1.OG 124A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69572", - "roomcode": "4321.01.024A", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53359", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69572, + "usage_id": 12 + }, + "4321.01.025": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 125, Flur", "arch_name": "1.OG 125@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53359", - "roomcode": "4321.01.025", - "usage": 222 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69573", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53359, + "usage_id": 222 + }, + "4321.01.025A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 125A, Galerie Elektro", "arch_name": "1.OG 125A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69573", - "roomcode": "4321.01.025A", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69574", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69573, + "usage_id": 12 + }, + "4321.01.025B": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 125.1, Treppe", "arch_name": "1.OG 125.1@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69574", - "roomcode": "4321.01.025B", - "usage": 223 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53369", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69574, + "usage_id": 223 + }, + "4321.01.026": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 126, B\u00fcro", "arch_name": "1.OG 126@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53369", - "roomcode": "4321.01.026", - "usage": 12 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=53515", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53369, + "usage_id": 12 + }, + "4321.01.027": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 127, Lager / Technik", "arch_name": "1.OG 127@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53515", - "roomcode": "4321.01.027", - "usage": 30 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=73766", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53515, + "usage_id": 30 + }, + "4321.01.028": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 128, Terrasse", "arch_name": "1.OG 128@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=73766", - "roomcode": "4321.01.028", - "usage": 48 - }, - { - "address": "Lange Point 24, 2.OG", - "address_link": "ris.einzelraum?raumkey=69669", + "area_id": 41, + "building_id": 654, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73766, + "usage_id": 48 + }, + "4321.02.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "2.OG 201, Archiv", "arch_name": "2.OG 201@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69669", - "roomcode": "4321.02.001", - "usage": 2 - }, - { - "address": "Lange Point 24, 2.OG", - "address_link": "ris.einzelraum?raumkey=69670", + "area_id": 41, + "building_id": 654, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69669, + "usage_id": 2 + }, + "4321.02.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "2.OG 202, Archiv", "arch_name": "2.OG 202@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69670", - "roomcode": "4321.02.002", - "usage": 2 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53654", + "area_id": 41, + "building_id": 654, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69670, + "usage_id": 2 + }, + "4321.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 01, Eingangshalle", "arch_name": "EG 01@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53654", - "roomcode": "4321.EG.001", - "usage": 222 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69578", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53654, + "usage_id": 222 + }, + "4321.EG.001A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 01.1, Treppe", "arch_name": "EG 01.1@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69578", - "roomcode": "4321.EG.001A", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53664", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69578, + "usage_id": 223 + }, + "4321.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 02, Flur", "arch_name": "EG 02@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53664", - "roomcode": "4321.EG.002", - "usage": 222 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69594", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53664, + "usage_id": 222 + }, + "4321.EG.002A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 03, Flur", "arch_name": "EG 03@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69594", - "roomcode": "4321.EG.002A", - "usage": 222 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53672", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69594, + "usage_id": 222 + }, + "4321.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 05, Werkstatt Schreinerei", "arch_name": "EG 05@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53672", - "roomcode": "4321.EG.003", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53812", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53672, + "usage_id": 51 + }, + "4321.EG.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 006, Werkstatt Schreinerei", "arch_name": "EG 006@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53812", - "roomcode": "4321.EG.005", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53837", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53812, + "usage_id": 51 + }, + "4321.EG.007": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 07, B\u00fcro Schreinerei", "arch_name": "EG 07@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53837", - "roomcode": "4321.EG.007", - "usage": 12 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53848", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53837, + "usage_id": 12 + }, + "4321.EG.008": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 08, Lager Schreinerei", "arch_name": "EG 08@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53848", - "roomcode": "4321.EG.008", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51241", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53848, + "usage_id": 30 + }, + "4321.EG.009": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 09, Flur (WC, Ruheraum)", "arch_name": "EG 09@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51241", - "roomcode": "4321.EG.009", - "usage": 222 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51257", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51241, + "usage_id": 222 + }, + "4321.EG.010": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 10, WC-Damen", "arch_name": "EG 10@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51257", - "roomcode": "4321.EG.010", - "usage": 116 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51276", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51257, + "usage_id": 116 + }, + "4321.EG.011": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 11, Ruheraum", "arch_name": "EG 11@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51276", - "roomcode": "4321.EG.011", - "usage": 178 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51428", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51276, + "usage_id": 178 + }, + "4321.EG.012": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 12, Dusche", "arch_name": "EG 12@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51428", - "roomcode": "4321.EG.012", - "usage": 113 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51443", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51428, + "usage_id": 113 + }, + "4321.EG.013": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 13, WC/Umkleide-Herren Vorraum", "arch_name": "EG 13@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51443", - "roomcode": "4321.EG.013", - "usage": 118 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51458", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51443, + "usage_id": 118 + }, + "4321.EG.014": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 14, WC-Herren", "arch_name": "EG 14@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51458", - "roomcode": "4321.EG.014", - "usage": 115 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51615", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51458, + "usage_id": 115 + }, + "4321.EG.015": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 15, Umkleide-Herren", "arch_name": "EG 15@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51615", - "roomcode": "4321.EG.015", - "usage": 121 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51627", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51615, + "usage_id": 121 + }, + "4321.EG.016": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 16, Waschraum-Herren", "arch_name": "EG 16@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51627", - "roomcode": "4321.EG.016", - "usage": 210 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69600", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51627, + "usage_id": 210 + }, + "4321.EG.016A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 16 A, Dusche-Herren", "arch_name": "EG 16 A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69600", - "roomcode": "4321.EG.016A", - "usage": 113 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69599", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69600, + "usage_id": 113 + }, + "4321.EG.016B": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 16 B, Dusche-Herren", "arch_name": "EG 16 B@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69599", - "roomcode": "4321.EG.016B", - "usage": 113 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51643", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69599, + "usage_id": 113 + }, + "4321.EG.017": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 17, Lager Elektro", "arch_name": "EG 17@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51643", - "roomcode": "4321.EG.017", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51786", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51643, + "usage_id": 30 + }, + "4321.EG.018": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 18, Lager Elektro", "arch_name": "EG 18@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51786", - "roomcode": "4321.EG.018", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51796", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51786, + "usage_id": 30 + }, + "4321.EG.019": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 19, Lager Schlosserei", "arch_name": "EG 19@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51796", - "roomcode": "4321.EG.019", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51816", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51796, + "usage_id": 30 + }, + "4321.EG.020": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 20, Technik", "arch_name": "EG 20@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51816", - "roomcode": "4321.EG.020", - "usage": 120 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51951", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51816, + "usage_id": 120 + }, + "4321.EG.021": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 21, Technik", "arch_name": "EG 21@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51951", - "roomcode": "4321.EG.021", - "usage": 120 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51958", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51951, + "usage_id": 120 + }, + "4321.EG.022": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 22, Lager Sanit\u00e4r", "arch_name": "EG 22@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51958", - "roomcode": "4321.EG.022", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51968", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51958, + "usage_id": 30 + }, + "4321.EG.023": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 23, Schlosserwerkstatt", "arch_name": "EG 23@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51968", - "roomcode": "4321.EG.023", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69596", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51968, + "usage_id": 51 + }, + "4321.EG.023A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 23.1, Treppe", "arch_name": "EG 23.1@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69596", - "roomcode": "4321.EG.023A", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69597", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69596, + "usage_id": 223 + }, + "4321.EG.023B": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 23 A, Freifl\u00e4che Schlosserei", "arch_name": "EG 23 A@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69597", - "roomcode": "4321.EG.023B", - "usage": 218 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51975", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69597, + "usage_id": 218 + }, + "4321.EG.024": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 24, Elektrowerkstatt", "arch_name": "EG 24@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51975", - "roomcode": "4321.EG.024", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69587", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51975, + "usage_id": 51 + }, + "4321.EG.024A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 24.1, Treppe", "arch_name": "EG 24.1@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69587", - "roomcode": "4321.EG.024A", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69598", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69587, + "usage_id": 223 + }, + "4321.EG.025": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "01, Au\u00dfentreppe", "arch_name": "01@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69598", - "roomcode": "4321.EG.025", - "usage": 7 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=72006", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69598, + "usage_id": 7 + }, + "4321.EG.044": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 25, Besprechungsraum", "arch_name": "EG 25@4321", - "b_area_id": 41, - "b_filter_id": 654, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72006", - "roomcode": "4321.EG.044", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69750", + "area_id": 41, + "building_id": 654, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72006, + "usage_id": 215 + }, + "4322.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 01, Lager ELT Technik", "arch_name": "EG 01@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69750", - "roomcode": "4322.EG.001", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69751", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69750, + "usage_id": 215 + }, + "4322.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 02, Lager Schlie\u00dftechnik", "arch_name": "EG 02@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69751", - "roomcode": "4322.EG.002", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69752", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69751, + "usage_id": 215 + }, + "4322.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 03, Lager Heizung", "arch_name": "EG 03@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69752", - "roomcode": "4322.EG.003", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69753", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69752, + "usage_id": 215 + }, + "4322.EG.004": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 04, Lager K\u00e4ltetechnik", "arch_name": "EG 04@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69753", - "roomcode": "4322.EG.004", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69754", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69753, + "usage_id": 215 + }, + "4322.EG.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 05, Lager Betriebsmittel", "arch_name": "EG 05@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69754", - "roomcode": "4322.EG.005", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69755", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69754, + "usage_id": 215 + }, + "4322.EG.006": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 06, Lager Betriebsmittel", "arch_name": "EG 06@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69755", - "roomcode": "4322.EG.006", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69756", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69755, + "usage_id": 215 + }, + "4322.EG.007": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 07, Lager Reinigung", "arch_name": "EG 07@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69756", - "roomcode": "4322.EG.007", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69757", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69756, + "usage_id": 215 + }, + "4322.EG.008": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 08, Lager / Selbstabholer", "arch_name": "EG 08@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69757", - "roomcode": "4322.EG.008", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69758", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69757, + "usage_id": 215 + }, + "4322.EG.009": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 09, Lager Kfz.-Werkstatt", "arch_name": "EG 09@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69758", - "roomcode": "4322.EG.009", - "usage": 215 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69759", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69758, + "usage_id": 215 + }, + "4322.EG.010": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "01, PKW Stellplatz", "arch_name": "01@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69759", - "roomcode": "4322.EG.010", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69760", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69759, + "usage_id": 100 + }, + "4322.EG.011": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "02, PKW Stellplatz", "arch_name": "02@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69760", - "roomcode": "4322.EG.011", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69761", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69760, + "usage_id": 100 + }, + "4322.EG.012": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "03, PKW Stellplatz", "arch_name": "03@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69761", - "roomcode": "4322.EG.012", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69762", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69761, + "usage_id": 100 + }, + "4322.EG.013": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "04, PKW Stellplatz", "arch_name": "04@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69762", - "roomcode": "4322.EG.013", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69763", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69762, + "usage_id": 100 + }, + "4322.EG.014": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "05, PKW Stellplatz", "arch_name": "05@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69763", - "roomcode": "4322.EG.014", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69764", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69763, + "usage_id": 100 + }, + "4322.EG.015": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "06, PKW Stellplatz", "arch_name": "06@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69764", - "roomcode": "4322.EG.015", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69765", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69764, + "usage_id": 100 + }, + "4322.EG.016": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "07, PKW Stellplatz", "arch_name": "07@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69765", - "roomcode": "4322.EG.016", - "usage": 100 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69766", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69765, + "usage_id": 100 + }, + "4322.EG.017": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "08, PKW Stellplatz", "arch_name": "08@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69766", - "roomcode": "4322.EG.017", - "usage": 100 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53520", + "area_id": 41, + "building_id": 655, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69766, + "usage_id": 100 + }, + "4322.U1.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "01, Trafostation XV", "arch_name": "01@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53520", - "roomcode": "4322.U1.001", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53529", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53520, + "usage_id": 160 + }, + "4322.U1.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "02, Trafostation XV", "arch_name": "02@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53529", - "roomcode": "4322.U1.002", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53542", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53529, + "usage_id": 160 + }, + "4322.U1.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "03, Trafostation XV", "arch_name": "03@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53542", - "roomcode": "4322.U1.003", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53551", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53542, + "usage_id": 160 + }, + "4322.U1.004": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "04, Trafostation XV", "arch_name": "04@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53551", - "roomcode": "4322.U1.004", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53688", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53551, + "usage_id": 160 + }, + "4322.U1.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "05, Trafostation XV", "arch_name": "05@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53688", - "roomcode": "4322.U1.005", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53699", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53688, + "usage_id": 160 + }, + "4322.U1.006": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "06, Trafostation XV", "arch_name": "06@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53699", - "roomcode": "4322.U1.006", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53707", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53699, + "usage_id": 160 + }, + "4322.U1.007": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "07, Trafostation XV", "arch_name": "07@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53707", - "roomcode": "4322.U1.007", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.UG", - "address_link": "ris.einzelraum?raumkey=53711", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53707, + "usage_id": 160 + }, + "4322.U1.008": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "08, Trafostation XV", "arch_name": "08@4322", - "b_area_id": 41, - "b_filter_id": 655, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53711", - "roomcode": "4322.U1.008", - "usage": 160 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=51657", + "area_id": 41, + "building_id": 655, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53711, + "usage_id": 160 + }, + "4323.01.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 101, Flur", "arch_name": "1.OG 101@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51657", - "roomcode": "4323.01.001", - "usage": 222 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=51667", + "area_id": 41, + "building_id": 656, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51657, + "usage_id": 222 + }, + "4323.01.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 102, Technik", "arch_name": "1.OG 102@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51667", - "roomcode": "4323.01.002", - "usage": 120 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=51673", + "area_id": 41, + "building_id": 656, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51667, + "usage_id": 120 + }, + "4323.01.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 103, Heizung/Materiallager", "arch_name": "1.OG 103@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51673", - "roomcode": "4323.01.003", - "usage": 30 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69689", + "area_id": 41, + "building_id": 656, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51673, + "usage_id": 30 + }, + "4323.01.004": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 104, Galerie/Lager", "arch_name": "1.OG 104@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69689", - "roomcode": "4323.01.004", - "usage": 30 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69706", + "area_id": 41, + "building_id": 656, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69689, + "usage_id": 30 + }, + "4323.01.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 105, Galerie/Akten", "arch_name": "1.OG 105@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69706", - "roomcode": "4323.01.005", - "usage": 2 - }, - { - "address": "Lange Point 24, 1.OG", - "address_link": "ris.einzelraum?raumkey=69707", + "area_id": 41, + "building_id": 656, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69706, + "usage_id": 2 + }, + "4323.01.006": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "1.OG 106, Galerie/Aufenthalt", "arch_name": "1.OG 106@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69707", - "roomcode": "4323.01.006", - "usage": 44 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53720", + "area_id": 41, + "building_id": 656, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69707, + "usage_id": 44 + }, + "4323.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 01, KFZ-Waschhalle", "arch_name": "EG 01@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53720", - "roomcode": "4323.EG.001", - "usage": 108 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53856", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53720, + "usage_id": 108 + }, + "4323.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 02, Meisterb\u00fcro", "arch_name": "EG 02@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53856", - "roomcode": "4323.EG.002", - "usage": 12 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=61268", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53856, + "usage_id": 12 + }, + "4323.EG.002A": { + "address": { + "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", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61268", - "roomcode": "4323.EG.002A", - "usage": 12 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=61269", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61268, + "usage_id": 12 + }, + "4323.EG.002B": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 02A11, Treppe", "arch_name": "EG 02A11@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61269", - "roomcode": "4323.EG.002B", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=61271", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61269, + "usage_id": 223 + }, + "4323.EG.002C": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 02.1, Treppe", "arch_name": "EG 02.1@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61271", - "roomcode": "4323.EG.002C", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53865", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61271, + "usage_id": 223 + }, + "4323.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 03, KFZ-Werkstatt", "arch_name": "EG 03@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53865", - "roomcode": "4323.EG.003", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=61270", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53865, + "usage_id": 51 + }, + "4323.EG.003A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 03A, KFZ-Werkstatt", "arch_name": "EG 03A@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=61270", - "roomcode": "4323.EG.003A", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53874", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61270, + "usage_id": 51 + }, + "4323.EG.004": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "04, Lager mit Brandschutz", "arch_name": "04@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53874", - "roomcode": "4323.EG.004", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53882", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53874, + "usage_id": 30 + }, + "4323.EG.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "05, Lager mit Brandschutz", "arch_name": "05@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53882", - "roomcode": "4323.EG.005", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=53894", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53882, + "usage_id": 30 + }, + "4323.EG.006": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 06, Flur", "arch_name": "EG 06@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=53894", - "roomcode": "4323.EG.006", - "usage": 222 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51290", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53894, + "usage_id": 222 + }, + "4323.EG.007": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 07, WC", "arch_name": "EG 07@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51290", - "roomcode": "4323.EG.007", - "usage": 114 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51302", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51290, + "usage_id": 114 + }, + "4323.EG.008": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 08, Meisterb\u00fcro Kfz.", "arch_name": "EG 08@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51302", - "roomcode": "4323.EG.008", - "usage": 12 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51308", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51302, + "usage_id": 12 + }, + "4323.EG.009": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 09, Flur", "arch_name": "EG 09@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51308", - "roomcode": "4323.EG.009", - "usage": 222 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69705", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51308, + "usage_id": 222 + }, + "4323.EG.009A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 09.1, Treppe", "arch_name": "EG 09.1@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69705", - "roomcode": "4323.EG.009A", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51320", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69705, + "usage_id": 223 + }, + "4323.EG.010": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "Lager mit Brandschutz", "arch_name": "@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51320", - "roomcode": "4323.EG.010", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51323", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51320, + "usage_id": 30 + }, + "4323.EG.011": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 11, B\u00fcro Entsorgung", "arch_name": "EG 11@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51323", - "roomcode": "4323.EG.011", - "usage": 12 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51468", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51323, + "usage_id": 12 + }, + "4323.EG.012": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 12, Farbspritzraum", "arch_name": "EG 12@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51468", - "roomcode": "4323.EG.012", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51473", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51468, + "usage_id": 51 + }, + "4323.EG.013": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 13, Malerwerkstatt", "arch_name": "EG 13@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51473", - "roomcode": "4323.EG.013", - "usage": 51 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69688", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51473, + "usage_id": 51 + }, + "4323.EG.013A": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 13.1, Treppe", "arch_name": "EG 13.1@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69688", - "roomcode": "4323.EG.013A", - "usage": 223 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51484", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69688, + "usage_id": 223 + }, + "4323.EG.014": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 14, Feldlager", "arch_name": "EG 14@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51484", - "roomcode": "4323.EG.014", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=51495", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51484, + "usage_id": 30 + }, + "4323.EG.015": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "15, Hochlager Streusalz", "arch_name": "15@4323", - "b_area_id": 41, - "b_filter_id": 656, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51495", - "roomcode": "4323.EG.015", - "usage": 30 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=51823", + "area_id": 41, + "building_id": 656, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51495, + "usage_id": 30 + }, + "4324.01.001": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 101, Windfang", "arch_name": "1.OG 101@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51823", - "roomcode": "4324.01.001", - "usage": 52 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=52015", + "area_id": 41, + "building_id": 659, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51823, + "usage_id": 52 + }, + "4324.01.006": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 106, Bad", "arch_name": "1.OG 106@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52015", - "roomcode": "4324.01.006", - "usage": 112 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=52184", + "area_id": 41, + "building_id": 659, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52015, + "usage_id": 112 + }, + "4324.01.010": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 110, Abstellraum", "arch_name": "1.OG 110@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52184", - "roomcode": "4324.01.010", - "usage": 159 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=52196", + "area_id": 41, + "building_id": 659, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52184, + "usage_id": 159 + }, + "4324.01.011": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 111, Windfang", "arch_name": "1.OG 111@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52196", - "roomcode": "4324.01.011", - "usage": 52 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=52519", + "area_id": 41, + "building_id": 659, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52196, + "usage_id": 52 + }, + "4324.01.016": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "1.OG 116, Bad", "arch_name": "1.OG 116@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52519", - "roomcode": "4324.01.016", - "usage": 112 - }, - { - "address": "Lange Point 20+22, 1.OG", - "address_link": "ris.einzelraum?raumkey=52693", + "area_id": 41, + "building_id": 659, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52519, + "usage_id": 112 + }, + "4324.01.020": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "Abstellraum", "arch_name": "@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=52693", - "roomcode": "4324.01.020", - "usage": 159 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=51685", + "area_id": 41, + "building_id": 659, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52693, + "usage_id": 159 + }, + "4324.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 01, Stuhllager", "arch_name": "EG 01@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51685", - "roomcode": "4324.EG.001", - "usage": 30 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=72136", + "area_id": 41, + "building_id": 659, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51685, + "usage_id": 30 + }, + "4324.EG.001A": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 01A, Lager Maler", "arch_name": "EG 01A@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72136", - "roomcode": "4324.EG.001A", - "usage": 30 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=72125", + "area_id": 41, + "building_id": 659, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72136, + "usage_id": 30 + }, + "4324.EG.001B": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 01B, Lager Fahrr\u00e4der", "arch_name": "EG 01B@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=72125", - "roomcode": "4324.EG.001B", - "usage": 215 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=69672", + "area_id": 41, + "building_id": 659, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72125, + "usage_id": 215 + }, + "4324.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 02, Lager Schreinerei", "arch_name": "EG 02@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69672", - "roomcode": "4324.EG.002", - "usage": 30 - }, - { - "address": "Lange Point 20+22, EG", - "address_link": "ris.einzelraum?raumkey=69673", + "area_id": 41, + "building_id": 659, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69672, + "usage_id": 30 + }, + "4324.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "alt_name": "EG 03, Lager Schreinerei", "arch_name": "EG 03@4324", - "b_area_id": 41, - "b_filter_id": 659, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69673", - "roomcode": "4324.EG.003", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69780", + "area_id": 41, + "building_id": 659, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69673, + "usage_id": 30 + }, + "4325.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 01, Lager", "arch_name": "EG 01@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69780", - "roomcode": "4325.EG.001", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69781", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69780, + "usage_id": 30 + }, + "4325.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 02, Lager", "arch_name": "EG 02@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69781", - "roomcode": "4325.EG.002", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69782", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69781, + "usage_id": 30 + }, + "4325.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 03, Lager", "arch_name": "EG 03@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69782", - "roomcode": "4325.EG.003", - "usage": 30 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69783", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69782, + "usage_id": 30 + }, + "4325.EG.004": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 04, Freilager", "arch_name": "EG 04@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69783", - "roomcode": "4325.EG.004", - "usage": 218 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69784", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69783, + "usage_id": 218 + }, + "4325.EG.005": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 05, Freilager", "arch_name": "EG 05@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69784", - "roomcode": "4325.EG.005", - "usage": 218 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69785", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69784, + "usage_id": 218 + }, + "4325.EG.006": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 06, Freilager", "arch_name": "EG 06@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69785", - "roomcode": "4325.EG.006", - "usage": 218 - }, - { - "address": "Lange Point 24, EG", - "address_link": "ris.einzelraum?raumkey=69786", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69785, + "usage_id": 218 + }, + "4325.EG.007": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "alt_name": "EG 07, Freilager", "arch_name": "EG 07@4325", - "b_area_id": 41, - "b_filter_id": 2349, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=69786", - "roomcode": "4325.EG.007", - "usage": 218 - }, - { - "address": "Lange Point 4, EG", - "address_link": "ris.einzelraum?raumkey=68113", + "area_id": 41, + "building_id": 2349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69786, + "usage_id": 218 + }, + "4353.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 4", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XII", "arch_name": "001@4353", - "b_area_id": 41, - "b_filter_id": 2173, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68113", - "roomcode": "4353.EG.001", - "usage": 160 - }, - { - "address": "Lange Point 4, EG", - "address_link": "ris.einzelraum?raumkey=68114", + "area_id": 41, + "building_id": 2173, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68113, + "usage_id": 160 + }, + "4353.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 4", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XII", "arch_name": "002@4353", - "b_area_id": 41, - "b_filter_id": 2173, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68114", - "roomcode": "4353.EG.002", - "usage": 160 - }, - { - "address": "Lange Point 4, EG", - "address_link": "ris.einzelraum?raumkey=68099", + "area_id": 41, + "building_id": 2173, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68114, + "usage_id": 160 + }, + "4353.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 4", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XII", "arch_name": "003@4353", - "b_area_id": 41, - "b_filter_id": 2173, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68099", - "roomcode": "4353.EG.003", - "usage": 160 - }, - { - "address": "Lange Point 4, EG", - "address_link": "ris.einzelraum?raumkey=68100", + "area_id": 41, + "building_id": 2173, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68099, + "usage_id": 160 + }, + "4353.EG.004": { + "address": { + "place": "Freising", + "street": "Lange Point 4", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XII", "arch_name": "004@4353", - "b_area_id": 41, - "b_filter_id": 2173, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68100", - "roomcode": "4353.EG.004", - "usage": 160 - }, - { - "address": "Zur Kreutzbreite 4, EG", - "address_link": "ris.einzelraum?raumkey=68092", + "area_id": 41, + "building_id": 2173, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68100, + "usage_id": 160 + }, + "4355.EG.001": { + "address": { + "place": "Freising", + "street": "Zur Kreutzbreite 4", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XXII", "arch_name": "001@4355", - "b_area_id": 41, - "b_filter_id": 2169, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68092", - "roomcode": "4355.EG.001", - "usage": 160 - }, - { - "address": "Zur Kreutzbreite 4, EG", - "address_link": "ris.einzelraum?raumkey=68093", + "area_id": 41, + "building_id": 2169, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68092, + "usage_id": 160 + }, + "4355.EG.002": { + "address": { + "place": "Freising", + "street": "Zur Kreutzbreite 4", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XXII", "arch_name": "002@4355", - "b_area_id": 41, - "b_filter_id": 2169, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68093", - "roomcode": "4355.EG.002", - "usage": 160 - }, - { - "address": "Zur Kreutzbreite 4, EG", - "address_link": "ris.einzelraum?raumkey=68094", + "area_id": 41, + "building_id": 2169, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68093, + "usage_id": 160 + }, + "4355.EG.003": { + "address": { + "place": "Freising", + "street": "Zur Kreutzbreite 4", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XXII", "arch_name": "003@4355", - "b_area_id": 41, - "b_filter_id": 2169, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68094", - "roomcode": "4355.EG.003", - "usage": 160 - }, - { - "address": "Am Gereuth 5, EG", - "address_link": "ris.einzelraum?raumkey=68115", + "area_id": 41, + "building_id": 2169, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68094, + "usage_id": 160 + }, + "4361.EG.001": { + "address": { + "place": "Freising", + "street": "Am Gereuth 5", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XVIII", "arch_name": "001@4361", - "b_area_id": 41, - "b_filter_id": 2174, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68115", - "roomcode": "4361.EG.001", - "usage": 160 - }, - { - "address": "Am Gereuth 5, EG", - "address_link": "ris.einzelraum?raumkey=68089", + "area_id": 41, + "building_id": 2174, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68115, + "usage_id": 160 + }, + "4361.EG.002": { + "address": { + "place": "Freising", + "street": "Am Gereuth 5", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XVIII", "arch_name": "002@4361", - "b_area_id": 41, - "b_filter_id": 2174, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68089", - "roomcode": "4361.EG.002", - "usage": 160 - }, - { - "address": "Am Gereuth 5, EG", - "address_link": "ris.einzelraum?raumkey=68090", + "area_id": 41, + "building_id": 2174, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68089, + "usage_id": 160 + }, + "4361.EG.003": { + "address": { + "place": "Freising", + "street": "Am Gereuth 5", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XVIII", "arch_name": "003@4361", - "b_area_id": 41, - "b_filter_id": 2174, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68090", - "roomcode": "4361.EG.003", - "usage": 160 - }, - { - "address": "Am Gereuth 5, EG", - "address_link": "ris.einzelraum?raumkey=68091", + "area_id": 41, + "building_id": 2174, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68090, + "usage_id": 160 + }, + "4361.EG.004": { + "address": { + "place": "Freising", + "street": "Am Gereuth 5", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XVIII", "arch_name": "004@4361", - "b_area_id": 41, - "b_filter_id": 2174, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68091", - "roomcode": "4361.EG.004", - "usage": 160 - }, - { - "address": "Lange Point 10, EG", - "address_link": "ris.einzelraum?raumkey=68108", + "area_id": 41, + "building_id": 2174, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68091, + "usage_id": 160 + }, + "4362.EG.001": { + "address": { + "place": "Freising", + "street": "Lange Point 10", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XXIII", "arch_name": "001@4362", - "b_area_id": 41, - "b_filter_id": 2172, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68108", - "roomcode": "4362.EG.001", - "usage": 160 - }, - { - "address": "Lange Point 10, EG", - "address_link": "ris.einzelraum?raumkey=68109", + "area_id": 41, + "building_id": 2172, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68108, + "usage_id": 160 + }, + "4362.EG.002": { + "address": { + "place": "Freising", + "street": "Lange Point 10", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XXIII", "arch_name": "002@4362", - "b_area_id": 41, - "b_filter_id": 2172, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68109", - "roomcode": "4362.EG.002", - "usage": 160 - }, - { - "address": "Lange Point 10, EG", - "address_link": "ris.einzelraum?raumkey=68110", + "area_id": 41, + "building_id": 2172, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68109, + "usage_id": 160 + }, + "4362.EG.003": { + "address": { + "place": "Freising", + "street": "Lange Point 10", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XXIII", "arch_name": "003@4362", - "b_area_id": 41, - "b_filter_id": 2172, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68110", - "roomcode": "4362.EG.003", - "usage": 160 - }, - { - "address": "Lange Point 10, EG", - "address_link": "ris.einzelraum?raumkey=68118", + "area_id": 41, + "building_id": 2172, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68110, + "usage_id": 160 + }, + "4362.EG.004": { + "address": { + "place": "Freising", + "street": "Lange Point 10", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XXIII", "arch_name": "004@4362", - "b_area_id": 41, - "b_filter_id": 2172, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68118", - "roomcode": "4362.EG.004", - "usage": 160 - }, - { - "address": "Am Gereuth 6, EG", - "address_link": "ris.einzelraum?raumkey=68101", + "area_id": 41, + "building_id": 2172, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68118, + "usage_id": 160 + }, + "4368.EG.001": { + "address": { + "place": "Freising", + "street": "Am Gereuth 6", + "zip_code": 85354 + }, "alt_name": "001, Trafostation XVI", "arch_name": "001@4368", - "b_area_id": 41, - "b_filter_id": 2171, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68101", - "roomcode": "4368.EG.001", - "usage": 160 - }, - { - "address": "Am Gereuth 6, EG", - "address_link": "ris.einzelraum?raumkey=68102", + "area_id": 41, + "building_id": 2171, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68101, + "usage_id": 160 + }, + "4368.EG.002": { + "address": { + "place": "Freising", + "street": "Am Gereuth 6", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XVI", "arch_name": "002@4368", - "b_area_id": 41, - "b_filter_id": 2171, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68102", - "roomcode": "4368.EG.002", - "usage": 160 - }, - { - "address": "Am Gereuth 6, EG", - "address_link": "ris.einzelraum?raumkey=68103", + "area_id": 41, + "building_id": 2171, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68102, + "usage_id": 160 + }, + "4368.EG.003": { + "address": { + "place": "Freising", + "street": "Am Gereuth 6", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XVI", "arch_name": "003@4368", - "b_area_id": 41, - "b_filter_id": 2171, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68103", - "roomcode": "4368.EG.003", - "usage": 160 - }, - { - "address": "Am Gereuth 6, EG", - "address_link": "ris.einzelraum?raumkey=68088", + "area_id": 41, + "building_id": 2171, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68103, + "usage_id": 160 + }, + "4368.EG.004": { + "address": { + "place": "Freising", + "street": "Am Gereuth 6", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XVI", "arch_name": "004@4368", - "b_area_id": 41, - "b_filter_id": 2171, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68088", - "roomcode": "4368.EG.004", - "usage": 160 - }, - { - "address": "Wippenhauserstr. 51, EG", - "address_link": "ris.einzelraum?raumkey=68022", + "area_id": 41, + "building_id": 2171, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68088, + "usage_id": 160 + }, + "4387.EG.001": { + "address": { + "place": "Freising", + "street": "Wippenhauserstr. 51", + "zip_code": 85354 + }, "alt_name": "001, Trafostation VIII", "arch_name": "001@4387", - "b_area_id": 41, - "b_filter_id": 2150, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68022", - "roomcode": "4387.EG.001", - "usage": 160 - }, - { - "address": "Wippenhauserstr. 51, EG", - "address_link": "ris.einzelraum?raumkey=68023", + "area_id": 41, + "building_id": 2150, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68022, + "usage_id": 160 + }, + "4387.EG.002": { + "address": { + "place": "Freising", + "street": "Wippenhauserstr. 51", + "zip_code": 85354 + }, "alt_name": "002, Trafostation VIII", "arch_name": "002@4387", - "b_area_id": 41, - "b_filter_id": 2150, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68023", - "roomcode": "4387.EG.002", - "usage": 160 - }, - { - "address": "Wippenhauserstr. 51, EG", - "address_link": "ris.einzelraum?raumkey=68024", + "area_id": 41, + "building_id": 2150, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68023, + "usage_id": 160 + }, + "4387.EG.003": { + "address": { + "place": "Freising", + "street": "Wippenhauserstr. 51", + "zip_code": 85354 + }, "alt_name": "003, Trafostation VIII", "arch_name": "003@4387", - "b_area_id": 41, - "b_filter_id": 2150, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68024", - "roomcode": "4387.EG.003", - "usage": 160 - }, - { - "address": "Wippenhauserstr. 51, EG", - "address_link": "ris.einzelraum?raumkey=68025", + "area_id": 41, + "building_id": 2150, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68024, + "usage_id": 160 + }, + "4387.EG.004": { + "address": { + "place": "Freising", + "street": "Wippenhauserstr. 51", + "zip_code": 85354 + }, "alt_name": "004, Trafostation VIII", "arch_name": "004@4387", - "b_area_id": 41, - "b_filter_id": 2150, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68025", - "roomcode": "4387.EG.004", - "usage": 160 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=52892", + "area_id": 41, + "building_id": 2150, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68025, + "usage_id": 160 + }, + "4401.01.101": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "101, K\u00fcche", "arch_name": "101@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52892", - "roomcode": "4401.01.101", - "usage": 28 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=52899", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52892, + "usage_id": 28 + }, + "4401.01.102": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "102, Aufenthaltsraum", "arch_name": "102@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52899", - "roomcode": "4401.01.102", - "usage": 44 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=53039", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52899, + "usage_id": 44 + }, + "4401.01.103": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "103, Doktoranden", "arch_name": "103@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53039", - "roomcode": "4401.01.103", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=53045", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53039, + "usage_id": 12 + }, + "4401.01.104": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "104, Doktoranden", "arch_name": "104@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53045", - "roomcode": "4401.01.104", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=53053", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53045, + "usage_id": 12 + }, + "4401.01.105": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "105, WC / Dusche-Damen", "arch_name": "105@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53053", - "roomcode": "4401.01.105", - "usage": 113 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=53060", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53053, + "usage_id": 113 + }, + "4401.01.105A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "105A, WC / Dusche-Herren", "arch_name": "105A@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53060", - "roomcode": "4401.01.105A", - "usage": 113 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=53071", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53060, + "usage_id": 113 + }, + "4401.01.106": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "106, \u00dcbergang", "arch_name": "106@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53071", - "roomcode": "4401.01.106", - "usage": 222 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=53074", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53071, + "usage_id": 222 + }, + "4401.01.107": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "107, Treppenflur", "arch_name": "107@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53074", - "roomcode": "4401.01.107", - "usage": 222 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=53233", + "area_id": 51, + "building_id": 650, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53074, + "usage_id": 222 + }, + "4401.02.203": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "203, WC", "arch_name": "203@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53233", - "roomcode": "4401.02.203", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=53240", + "area_id": 51, + "building_id": 650, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53233, + "usage_id": 114 + }, + "4401.02.203A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "203A, WC", "arch_name": "203A@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53240", - "roomcode": "4401.02.203A", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=53247", + "area_id": 51, + "building_id": 650, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53240, + "usage_id": 114 + }, + "4401.02.204": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53247", - "roomcode": "4401.02.204", - "usage": 12 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=53383", + "area_id": 51, + "building_id": 650, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53247, + "usage_id": 12 + }, + "4401.02.205": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "205, Waschraum", "arch_name": "205@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53383", - "roomcode": "4401.02.205", - "usage": 210 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=53391", + "area_id": 51, + "building_id": 650, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53383, + "usage_id": 210 + }, + "4401.02.205A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "205A, Waschraum", "arch_name": "205A@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53391", - "roomcode": "4401.02.205A", - "usage": 210 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=53398", + "area_id": 51, + "building_id": 650, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53391, + "usage_id": 210 + }, + "4401.02.206": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "206, Treppenflur", "arch_name": "206@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53398", - "roomcode": "4401.02.206", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52705", + "area_id": 51, + "building_id": 650, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53398, + "usage_id": 222 + }, + "4401.EG.001": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001, Freiland-Lager", "arch_name": "001@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52705", - "roomcode": "4401.EG.001", - "usage": 209 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52712", + "area_id": 51, + "building_id": 650, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52705, + "usage_id": 209 + }, + "4401.EG.002": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "002, ASS und Spektrometrie", "arch_name": "002@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52712", - "roomcode": "4401.EG.002", - "usage": 102 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52723", + "area_id": 51, + "building_id": 650, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15614, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52712, + "usage_id": 102 + }, + "4401.EG.003": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "003, Wasserchemielabor", "arch_name": "003@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52723", - "roomcode": "4401.EG.003", - "usage": 102 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52862", + "area_id": 51, + "building_id": 650, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15614, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52723, + "usage_id": 102 + }, + "4401.EG.004": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "004, Tauchraum", "arch_name": "004@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52862", - "roomcode": "4401.EG.004", - "usage": 201 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52870", + "area_id": 51, + "building_id": 650, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52862, + "usage_id": 201 + }, + "4401.EG.005": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "005, Druckluft- u. Dest-Anlage", "arch_name": "005@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52870", - "roomcode": "4401.EG.005", - "usage": 120 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52883", + "area_id": 51, + "building_id": 650, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52870, + "usage_id": 120 + }, + "4401.EG.006": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "006, Treppenflur", "arch_name": "006@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52883", - "roomcode": "4401.EG.006", - "usage": 222 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68211", + "area_id": 51, + "building_id": 650, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52883, + "usage_id": 222 + }, + "4401.U1.001": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001, Treppe", "arch_name": "001@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=68211", - "roomcode": "4401.U1.001", - "usage": 223 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=69034", + "area_id": 51, + "building_id": 650, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68211, + "usage_id": 223 + }, + "4401.U1.002": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "002, Kellerlager", "arch_name": "002@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=69034", - "roomcode": "4401.U1.002", - "usage": 30 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=69035", + "area_id": 51, + "building_id": 650, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69034, + "usage_id": 30 + }, + "4401.U1.003": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "003, Kellerlager", "arch_name": "003@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=69035", - "roomcode": "4401.U1.003", - "usage": 30 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=69036", + "area_id": 51, + "building_id": 650, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69035, + "usage_id": 30 + }, + "4401.U1.004": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "004, Kellerlager", "arch_name": "004@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=69036", - "roomcode": "4401.U1.004", - "usage": 30 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68212", + "area_id": 51, + "building_id": 650, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69036, + "usage_id": 30 + }, + "4401.U1.005": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "005, TBA-Anlage", "arch_name": "005@4401", - "b_area_id": 51, - "b_filter_id": 650, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=68212", - "roomcode": "4401.U1.005", - "usage": 120 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53404", + "area_id": 51, + "building_id": 650, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68212, + "usage_id": 120 + }, + "4402.EG.001": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001, Bootshaus", "arch_name": "001@4402", - "b_area_id": 51, - "b_filter_id": 651, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53404", - "roomcode": "4402.EG.001", - "usage": 100 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53415", + "area_id": 51, + "building_id": 651, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53404, + "usage_id": 100 + }, + "4402.EG.002": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "002, Aufenthaltsraum", "arch_name": "002@4402", - "b_area_id": 51, - "b_filter_id": 651, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53415", - "roomcode": "4402.EG.002", - "usage": 44 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51153", + "area_id": 51, + "building_id": 651, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53415, + "usage_id": 44 + }, + "4403.01.101": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "101, B\u00fcro", "arch_name": "101@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51153", - "roomcode": "4403.01.101", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51159", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51153, + "usage_id": 12 + }, + "4403.01.102": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51159", - "roomcode": "4403.01.102", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51171", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51159, + "usage_id": 12 + }, + "4403.01.103": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51171", - "roomcode": "4403.01.103", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51179", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51171, + "usage_id": 12 + }, + "4403.01.104": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51179", - "roomcode": "4403.01.104", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51189", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51179, + "usage_id": 12 + }, + "4403.01.105": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "105, Registratur", "arch_name": "105@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51189", - "roomcode": "4403.01.105", - "usage": 2 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51330", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51189, + "usage_id": 2 + }, + "4403.01.106": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "106, Abstellraum", "arch_name": "106@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51330", - "roomcode": "4403.01.106", - "usage": 159 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51336", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51330, + "usage_id": 159 + }, + "4403.01.107": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "107, Bibliothek", "arch_name": "107@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51336", - "roomcode": "4403.01.107", - "usage": 10 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51346", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51336, + "usage_id": 10 + }, + "4403.01.108": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "108, Bibliothek-Herbarium", "arch_name": "108@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51346", - "roomcode": "4403.01.108", - "usage": 10 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51352", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51346, + "usage_id": 10 + }, + "4403.01.109": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "109, Seminarraum", "arch_name": "109@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "extended": { - "additional_description": "109, Seminarraum", - "address": "Hofmark 3(4403), 1.Obergescho\u00df", - "architect_room_nr": "109@4403", - "area_m2": 26.6, - "building": "4403 Limnologische Station Geb\u00e4ude 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "109", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82393 Iffeldorf" - }, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51352", - "roomcode": "4403.01.109", - "usage": 41 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51362", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51352, + "usage_id": 41 + }, + "4403.01.110": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "110, WC-Damen", "arch_name": "110@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51362", - "roomcode": "4403.01.110", - "usage": 116 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51510", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51362, + "usage_id": 116 + }, + "4403.01.110A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "110A, WC-Herren", "arch_name": "110A@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51510", - "roomcode": "4403.01.110A", - "usage": 115 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51520", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51510, + "usage_id": 115 + }, + "4403.01.111": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "111, Computerraum", "arch_name": "111@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51520", - "roomcode": "4403.01.111", - "usage": 207 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51529", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51520, + "usage_id": 207 + }, + "4403.01.112": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "112, Computerraum", "arch_name": "112@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51529", - "roomcode": "4403.01.112", - "usage": 207 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51535", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51529, + "usage_id": 207 + }, + "4403.01.113": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "113, Flur", "arch_name": "113@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51535", - "roomcode": "4403.01.113", - "usage": 222 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51541", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51535, + "usage_id": 222 + }, + "4403.01.114": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "114, Flur / Vorraum", "arch_name": "114@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51541", - "roomcode": "4403.01.114", - "usage": 222 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51550", + "area_id": 51, + "building_id": 649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51541, + "usage_id": 222 + }, + "4403.02.201": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "201, Vortragssaal", "arch_name": "201@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "extended": { - "additional_description": "201, Vortragssaal", - "address": "Hofmark 3(4403), 2.Obergescho\u00df", - "architect_room_nr": "201@4403", - "area_m2": 112.0, - "building": "4403 Limnologische Station Geb\u00e4ude 2", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82393 Iffeldorf" - }, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51550", - "roomcode": "4403.02.201", - "usage": 130 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51699", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15614, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51550, + "usage_id": 130 + }, + "4403.02.203": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51699", - "roomcode": "4403.02.203", - "usage": 12 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51709", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51699, + "usage_id": 12 + }, + "4403.02.204": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51709", - "roomcode": "4403.02.204", - "usage": 12 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51715", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51709, + "usage_id": 12 + }, + "4403.02.205": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "205, Abstellraum", "arch_name": "205@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51715", - "roomcode": "4403.02.205", - "usage": 159 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51720", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51715, + "usage_id": 159 + }, + "4403.02.206": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "206, WC", "arch_name": "206@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51720", - "roomcode": "4403.02.206", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=51729", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51720, + "usage_id": 114 + }, + "4403.02.206A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "206A, Dusche", "arch_name": "206A@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51729", - "roomcode": "4403.02.206A", - "usage": 113 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=52032", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51729, + "usage_id": 113 + }, + "4403.02.206B": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "206B, Lager", "arch_name": "206B@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52032", - "roomcode": "4403.02.206B", - "usage": 30 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=52037", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52032, + "usage_id": 30 + }, + "4403.02.207": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "207, WC", "arch_name": "207@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52037", - "roomcode": "4403.02.207", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=52043", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52037, + "usage_id": 114 + }, + "4403.02.208": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52043", - "roomcode": "4403.02.208", - "usage": 12 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=52049", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52043, + "usage_id": 12 + }, + "4403.02.209": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "209, Flur", "arch_name": "209@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52049", - "roomcode": "4403.02.209", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53562", + "area_id": 51, + "building_id": 649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52049, + "usage_id": 222 + }, + "4403.EG.001": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001, Spurenlabor", "arch_name": "001@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53562", - "roomcode": "4403.EG.001", - "usage": 102 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53572", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53562, + "usage_id": 102 + }, + "4403.EG.002": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "002, Foto-, W\u00e4gekammer", "arch_name": "002@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53572", - "roomcode": "4403.EG.002", - "usage": 102 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53581", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53572, + "usage_id": 102 + }, + "4403.EG.003": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "003, Schmutzlabor", "arch_name": "003@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53581", - "roomcode": "4403.EG.003", - "usage": 102 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53589", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53581, + "usage_id": 102 + }, + "4403.EG.003A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "003A, Lager", "arch_name": "003A@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53589", - "roomcode": "4403.EG.003A", - "usage": 30 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53595", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53589, + "usage_id": 30 + }, + "4403.EG.004": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "004, Werkstatt", "arch_name": "004@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53595", - "roomcode": "4403.EG.004", - "usage": 51 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53727", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53595, + "usage_id": 51 + }, + "4403.EG.005": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "005, Klimaraum 1", "arch_name": "005@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53727", - "roomcode": "4403.EG.005", - "usage": 166 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53731", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53727, + "usage_id": 166 + }, + "4403.EG.006": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "006, Klimaraum 2", "arch_name": "006@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53731", - "roomcode": "4403.EG.006", - "usage": 166 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53740", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53731, + "usage_id": 166 + }, + "4403.EG.007": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "007, Klimaraum 3", "arch_name": "007@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53740", - "roomcode": "4403.EG.007", - "usage": 166 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53745", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53740, + "usage_id": 166 + }, + "4403.EG.008": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "008, Vorraum", "arch_name": "008@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53745", - "roomcode": "4403.EG.008", - "usage": 50 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53754", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53745, + "usage_id": 50 + }, + "4403.EG.009": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "009, Trockenraum / Lager", "arch_name": "009@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53754", - "roomcode": "4403.EG.009", - "usage": 30 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53760", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53754, + "usage_id": 30 + }, + "4403.EG.010": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "010, Ger\u00e4teabstellraum", "arch_name": "010@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53760", - "roomcode": "4403.EG.010", - "usage": 159 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53897", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53760, + "usage_id": 159 + }, + "4403.EG.011": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "011, Lager", "arch_name": "011@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53897", - "roomcode": "4403.EG.011", - "usage": 30 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53905", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53897, + "usage_id": 30 + }, + "4403.EG.012": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "012, Heizungsraum", "arch_name": "012@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53905", - "roomcode": "4403.EG.012", - "usage": 201 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53913", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53905, + "usage_id": 201 + }, + "4403.EG.013": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "013, Tankraum", "arch_name": "013@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53913", - "roomcode": "4403.EG.013", - "usage": 30 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53921", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53913, + "usage_id": 30 + }, + "4403.EG.014": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "014, Flur", "arch_name": "014@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53921", - "roomcode": "4403.EG.014", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53930", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53921, + "usage_id": 222 + }, + "4403.EG.015": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "015, Treppenflur", "arch_name": "015@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53930", - "roomcode": "4403.EG.015", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=53934", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53930, + "usage_id": 222 + }, + "4403.EG.016": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "016, Treppe", "arch_name": "016@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53934", - "roomcode": "4403.EG.016", - "usage": 223 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53422", + "area_id": 51, + "building_id": 649, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53934, + "usage_id": 223 + }, + "4403.U1.031": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "Kellerabstellraum", "arch_name": "@4403", - "b_area_id": 51, - "b_filter_id": 649, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=53422", - "roomcode": "4403.U1.031", - "usage": 159 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51884", + "area_id": 51, + "building_id": 649, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53422, + "usage_id": 159 + }, + "4404.01.101": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "101, B\u00fcro", "arch_name": "101@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51884", - "roomcode": "4404.01.101", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51891", + "area_id": 51, + "building_id": 647, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51884, + "usage_id": 12 + }, + "4404.01.102": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51891", - "roomcode": "4404.01.102", - "usage": 12 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51896", + "area_id": 51, + "building_id": 647, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51891, + "usage_id": 12 + }, + "4404.01.103": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "103, Lager", "arch_name": "103@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51896", - "roomcode": "4404.01.103", - "usage": 30 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=28654", + "area_id": 51, + "building_id": 647, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51896, + "usage_id": 30 + }, + "4404.01.104": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "104, Seminarraum", "arch_name": "104@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": "tvKalender.wSicht?cOrg=15614&cRes=15318&cReadonly=J", - "extended": { - "additional_description": "104, Seminarraum", - "address": "Hofmark 3(4404), 1.Obergescho\u00df", - "architect_room_nr": "104@4404", - "area_m2": 53.4, - "building": "4404 Limnologische Station Seminargeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82393 Iffeldorf" - }, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=28654", - "roomcode": "4404.01.104", - "usage": 41 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=51910", + "area_id": 51, + "building_id": 647, + "calendar_resource_nr": 15318, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28654, + "usage_id": 41 + }, + "4404.01.105": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "105, Seminarraum", "arch_name": "105@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "extended": { - "additional_description": "105, Seminarraum", - "address": "Hofmark 3(4404), 1.Obergescho\u00df", - "architect_room_nr": "105@4404", - "area_m2": 48.43, - "building": "4404 Limnologische Station Seminargeb\u00e4ude", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "105", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82393 Iffeldorf" - }, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51910", - "roomcode": "4404.01.105", - "usage": 41 - }, - { - "address": "Hofmark 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=52382", + "area_id": 51, + "building_id": 647, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51910, + "usage_id": 41 + }, + "4404.01.106": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "106, Flur", "arch_name": "106@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52382", - "roomcode": "4404.01.106", - "usage": 222 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=52392", + "area_id": 51, + "building_id": 647, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52382, + "usage_id": 222 + }, + "4404.02.201A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "201A, WC / Dusche", "arch_name": "201A@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52392", - "roomcode": "4404.02.201A", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=52411", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52392, + "usage_id": 114 + }, + "4404.02.202A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "202A, WC / Dusche", "arch_name": "202A@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52411", - "roomcode": "4404.02.202A", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50073", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52411, + "usage_id": 114 + }, + "4404.02.205": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "205, Flur", "arch_name": "205@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50073", - "roomcode": "4404.02.205", - "usage": 222 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50084", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50073, + "usage_id": 222 + }, + "4404.02.206": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "206, Flur", "arch_name": "206@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50084", - "roomcode": "4404.02.206", - "usage": 222 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50094", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50084, + "usage_id": 222 + }, + "4404.02.207": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "207, WC / Dusche", "arch_name": "207@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50094", - "roomcode": "4404.02.207", - "usage": 113 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50105", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50094, + "usage_id": 113 + }, + "4404.02.208": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "208, WC / Dusche", "arch_name": "208@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50105", - "roomcode": "4404.02.208", - "usage": 113 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50224", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50105, + "usage_id": 113 + }, + "4404.02.209": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "209, Dusche", "arch_name": "209@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50224", - "roomcode": "4404.02.209", - "usage": 113 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50236", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50224, + "usage_id": 113 + }, + "4404.02.210": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "210, Dusche", "arch_name": "210@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50236", - "roomcode": "4404.02.210", - "usage": 113 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50247", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50236, + "usage_id": 113 + }, + "4404.02.211": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "211, Dusche", "arch_name": "211@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50247", - "roomcode": "4404.02.211", - "usage": 113 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50253", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50247, + "usage_id": 113 + }, + "4404.02.212": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "212, WC", "arch_name": "212@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50253", - "roomcode": "4404.02.212", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50263", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50253, + "usage_id": 114 + }, + "4404.02.213": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "213, WC", "arch_name": "213@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50263", - "roomcode": "4404.02.213", - "usage": 114 - }, - { - "address": "Hofmark 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50267", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50263, + "usage_id": 114 + }, + "4404.02.214": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "214, WC", "arch_name": "214@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50267", - "roomcode": "4404.02.214", - "usage": 114 - }, - { - "address": "Hofmark 3, DG", - "address_link": "ris.einzelraum?raumkey=50397", + "area_id": 51, + "building_id": 647, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50267, + "usage_id": 114 + }, + "4404.DG.301": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "301, Dachschlafraum", "arch_name": "301@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50397", - "roomcode": "4404.DG.301", - "usage": 53 - }, - { - "address": "Hofmark 3, DG", - "address_link": "ris.einzelraum?raumkey=50400", + "area_id": 51, + "building_id": 647, + "floor_level": "DG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50397, + "usage_id": 53 + }, + "4404.DG.302": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "302, Dachschlafraum", "arch_name": "302@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50400", - "roomcode": "4404.DG.302", - "usage": 53 - }, - { - "address": "Hofmark 3, DG", - "address_link": "ris.einzelraum?raumkey=50408", + "area_id": 51, + "building_id": 647, + "floor_level": "DG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50400, + "usage_id": 53 + }, + "4404.DG.303": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "303, Fitnessraum", "arch_name": "303@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50408", - "roomcode": "4404.DG.303", - "usage": 53 - }, - { - "address": "Hofmark 3, DG", - "address_link": "ris.einzelraum?raumkey=27435", + "area_id": 51, + "building_id": 647, + "floor_level": "DG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50408, + "usage_id": 53 + }, + "4404.DG.306": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "306, Treppenflur", "arch_name": "306@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=27435", - "roomcode": "4404.DG.306", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52585", + "area_id": 51, + "building_id": 647, + "floor_level": "DG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27435, + "usage_id": 222 + }, + "4404.EG.001": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001, Diele", "arch_name": "001@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52585", - "roomcode": "4404.EG.001", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52591", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52585, + "usage_id": 222 + }, + "4404.EG.001A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001A, WC", "arch_name": "001A@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52591", - "roomcode": "4404.EG.001A", - "usage": 114 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52204", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52591, + "usage_id": 114 + }, + "4404.EG.002": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "002, Information", "arch_name": "002@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52204", - "roomcode": "4404.EG.002", - "usage": 12 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52211", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52204, + "usage_id": 12 + }, + "4404.EG.002A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "002A, WC", "arch_name": "002A@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52211", - "roomcode": "4404.EG.002A", - "usage": 114 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52220", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52211, + "usage_id": 114 + }, + "4404.EG.003": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "003, Mikroskopie", "arch_name": "003@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": "tvKalender.wSicht?cOrg=15614&cRes=19054&cReadonly=J", - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52220", - "roomcode": "4404.EG.003", - "usage": 103 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52228", + "area_id": 51, + "building_id": 647, + "calendar_resource_nr": 19054, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52220, + "usage_id": 103 + }, + "4404.EG.004": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "004, K\u00fcche", "arch_name": "004@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52228", - "roomcode": "4404.EG.004", - "usage": 28 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=52232", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52228, + "usage_id": 28 + }, + "4404.EG.005": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "005, Lager", "arch_name": "005@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52232", - "roomcode": "4404.EG.005", - "usage": 30 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=51867", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52232, + "usage_id": 30 + }, + "4404.EG.005A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "005A, Flur", "arch_name": "005A@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51867", - "roomcode": "4404.EG.005A", - "usage": 222 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=51876", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51867, + "usage_id": 222 + }, + "4404.EG.006": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "006, REM", "arch_name": "006@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=51876", - "roomcode": "4404.EG.006", - "usage": 103 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52057", + "area_id": 51, + "building_id": 647, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51876, + "usage_id": 103 + }, + "4404.U1.101": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-101, Vorraum", "arch_name": "-101@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52057", - "roomcode": "4404.U1.101", - "usage": 50 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52062", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52057, + "usage_id": 50 + }, + "4404.U1.101A": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-101A, Treppe", "arch_name": "-101A@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52062", - "roomcode": "4404.U1.101A", - "usage": 223 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52070", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52062, + "usage_id": 223 + }, + "4404.U1.102": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-102, Flur", "arch_name": "-102@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52070", - "roomcode": "4404.U1.102", - "usage": 222 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52552", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52070, + "usage_id": 222 + }, + "4404.U1.103": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-103, Weinkeller", "arch_name": "-103@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52552", - "roomcode": "4404.U1.103", - "usage": 30 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52562", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52552, + "usage_id": 30 + }, + "4404.U1.104": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-104, Aufzug", "arch_name": "-104@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52562", - "roomcode": "4404.U1.104", - "usage": 4 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52571", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52562, + "usage_id": 4 + }, + "4404.U1.105": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-105, Aufenthaltsraum", "arch_name": "-105@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52571", - "roomcode": "4404.U1.105", - "usage": 44 - }, - { - "address": "Hofmark 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52584", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52571, + "usage_id": 44 + }, + "4404.U1.106": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "-106, Aufenthaltsraum", "arch_name": "-106@4404", - "b_area_id": 51, - "b_filter_id": 647, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=52584", - "roomcode": "4404.U1.106", - "usage": 44 - }, - { - "address": "Hofmark 3, EG", - "address_link": "ris.einzelraum?raumkey=50560", + "area_id": 51, + "building_id": 647, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52584, + "usage_id": 44 + }, + "4405.EG.001": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "alt_name": "001, Garage / Ger\u00e4telager", "arch_name": "001@4405", - "b_area_id": 51, - "b_filter_id": 648, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15614", - "operator": "[ TUWZS6U ]", - "plz_place": "82393 Iffeldorf", - "room_link": "wbRaum.editRaum?pRaumNr=50560", - "roomcode": "4405.EG.001", - "usage": 100 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49494", + "area_id": 51, + "building_id": 648, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15614, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50560, + "usage_id": 100 + }, + "4501.01.040": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.01, K\u00fcche", "arch_name": "1.01@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49494", - "roomcode": "4501.01.040", - "usage": 28 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49633", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49494, + "usage_id": 28 + }, + "4501.01.041": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.02, Aufenthaltsraum", "arch_name": "1.02@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49633", - "roomcode": "4501.01.041", - "usage": 44 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49641", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15687, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49633, + "usage_id": 44 + }, + "4501.01.042": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.03, Flur", "arch_name": "1.03@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49641", - "roomcode": "4501.01.042", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49653", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49641, + "usage_id": 222 + }, + "4501.01.043": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.04, WC", "arch_name": "1.04@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49653", - "roomcode": "4501.01.043", - "usage": 114 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49788", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49653, + "usage_id": 114 + }, + "4501.01.044A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.07, Abstellraum", "arch_name": "1.07@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49788", - "roomcode": "4501.01.044A", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49812", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49788, + "usage_id": 159 + }, + "4501.01.047": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.10, Gang", "arch_name": "1.10@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49812", - "roomcode": "4501.01.047", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49943", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49812, + "usage_id": 222 + }, + "4501.01.048": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.08, Bad", "arch_name": "1.08@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49943", - "roomcode": "4501.01.048", - "usage": 112 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=49960", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49943, + "usage_id": 112 + }, + "4501.01.050": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.12, Treppe", "arch_name": "1.12@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49960", - "roomcode": "4501.01.050", - "usage": 223 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50125", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49960, + "usage_id": 223 + }, + "4501.01.053A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.15A, Speisekammer", "arch_name": "1.15A@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50125", - "roomcode": "4501.01.053A", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50138", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50125, + "usage_id": 159 + }, + "4501.01.054": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.16, Bad/WC", "arch_name": "1.16@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50138", - "roomcode": "4501.01.054", - "usage": 112 - }, - { - "address": "D\u00fcrnast 1-2, 1.OG", - "address_link": "ris.einzelraum?raumkey=50147", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50138, + "usage_id": 112 + }, + "4501.01.055": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "1.18, Flur", "arch_name": "1.18@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50147", - "roomcode": "4501.01.055", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50292", + "area_id": 39, + "building_id": 888, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50147, + "usage_id": 222 + }, + "4501.02.057": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "2.01, Wohnungsspeicher", "arch_name": "2.01@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50292", - "roomcode": "4501.02.057", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50305", + "area_id": 39, + "building_id": 888, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50292, + "usage_id": 159 + }, + "4501.02.058": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "2.02, Betriebsspeicher", "arch_name": "2.02@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50305", - "roomcode": "4501.02.058", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 2.OG", - "address_link": "ris.einzelraum?raumkey=50434", + "area_id": 39, + "building_id": 888, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50305, + "usage_id": 159 + }, + "4501.02.059": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "2.03, Gang", "arch_name": "2.03@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50434", - "roomcode": "4501.02.059", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48637", + "area_id": 39, + "building_id": 888, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50434, + "usage_id": 222 + }, + "4501.EG.018": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.01, B\u00fcro", "arch_name": "0.01@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48637", - "roomcode": "4501.EG.018", - "usage": 12 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48650", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48637, + "usage_id": 12 + }, + "4501.EG.019": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.01A, Besprechungsraum", "arch_name": "0.01A@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48650", - "roomcode": "4501.EG.019", - "usage": 196 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48778", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48650, + "usage_id": 196 + }, + "4501.EG.020": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.02, Giftlager", "arch_name": "0.02@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48778", - "roomcode": "4501.EG.020", - "usage": 132 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48790", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48778, + "usage_id": 132 + }, + "4501.EG.021": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.03, WC", "arch_name": "0.03@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48790", - "roomcode": "4501.EG.021", - "usage": 114 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48800", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48790, + "usage_id": 114 + }, + "4501.EG.022": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.04, Flur", "arch_name": "0.04@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48800", - "roomcode": "4501.EG.022", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48961", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48800, + "usage_id": 222 + }, + "4501.EG.025": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.06, WC", "arch_name": "0.06@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48961", - "roomcode": "4501.EG.025", - "usage": 114 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=48975", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48961, + "usage_id": 114 + }, + "4501.EG.026": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.12, Bad", "arch_name": "0.12@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48975", - "roomcode": "4501.EG.026", - "usage": 112 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49124", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48975, + "usage_id": 112 + }, + "4501.EG.028": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.11, Gang", "arch_name": "0.11@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49124", - "roomcode": "4501.EG.028", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49135", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49124, + "usage_id": 222 + }, + "4501.EG.029": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.10, Vorraum", "arch_name": "0.10@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49135", - "roomcode": "4501.EG.029", - "usage": 50 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49145", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49135, + "usage_id": 50 + }, + "4501.EG.030": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.09, WC", "arch_name": "0.09@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49145", - "roomcode": "4501.EG.030", - "usage": 114 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49156", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49145, + "usage_id": 114 + }, + "4501.EG.031": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.13, Gang", "arch_name": "0.13@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49156", - "roomcode": "4501.EG.031", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49315", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49156, + "usage_id": 222 + }, + "4501.EG.034": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.18, WC", "arch_name": "0.18@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49315", - "roomcode": "4501.EG.034", - "usage": 114 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49461", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49315, + "usage_id": 114 + }, + "4501.EG.036": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.16, Bad", "arch_name": "0.16@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49461", - "roomcode": "4501.EG.036", - "usage": 112 - }, - { - "address": "D\u00fcrnast 1-2, EG", - "address_link": "ris.einzelraum?raumkey=49470", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49461, + "usage_id": 112 + }, + "4501.EG.037": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "0.19, Gang", "arch_name": "0.19@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49470", - "roomcode": "4501.EG.037", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50570", + "area_id": 39, + "building_id": 888, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49470, + "usage_id": 222 + }, + "4501.U1.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.01, Keller", "arch_name": "-0.01@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50570", - "roomcode": "4501.U1.001", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50577", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50570, + "usage_id": 159 + }, + "4501.U1.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.02, Keller", "arch_name": "-0.02@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50577", - "roomcode": "4501.U1.002", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50586", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50577, + "usage_id": 159 + }, + "4501.U1.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.03, Keller", "arch_name": "-0.03@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50586", - "roomcode": "4501.U1.003", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50595", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50586, + "usage_id": 159 + }, + "4501.U1.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.04, Dusche", "arch_name": "-0.04@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50595", - "roomcode": "4501.U1.004", - "usage": 113 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50729", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50595, + "usage_id": 113 + }, + "4501.U1.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.05, Gang", "arch_name": "-0.05@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50729", - "roomcode": "4501.U1.005", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50739", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50729, + "usage_id": 222 + }, + "4501.U1.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.06, Keller", "arch_name": "-0.06@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50739", - "roomcode": "4501.U1.006", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50752", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50739, + "usage_id": 159 + }, + "4501.U1.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.07, Keller", "arch_name": "-0.07@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50752", - "roomcode": "4501.U1.007", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50759", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50752, + "usage_id": 159 + }, + "4501.U1.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.08, Keller", "arch_name": "-0.08@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50759", - "roomcode": "4501.U1.008", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50903", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50759, + "usage_id": 159 + }, + "4501.U1.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.09, Keller", "arch_name": "-0.09@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50903", - "roomcode": "4501.U1.009", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50916", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50903, + "usage_id": 159 + }, + "4501.U1.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.10, Elektroverteilung", "arch_name": "-0.10@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50916", - "roomcode": "4501.U1.010", - "usage": 160 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50926", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50916, + "usage_id": 160 + }, + "4501.U1.011": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.11, Keller", "arch_name": "-0.11@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50926", - "roomcode": "4501.U1.011", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=50941", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50926, + "usage_id": 159 + }, + "4501.U1.012": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.12, Keller", "arch_name": "-0.12@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50941", - "roomcode": "4501.U1.012", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51073", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50941, + "usage_id": 159 + }, + "4501.U1.013": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.13, Keller", "arch_name": "-0.13@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51073", - "roomcode": "4501.U1.013", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51084", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51073, + "usage_id": 159 + }, + "4501.U1.014": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.14, Heizungsverteilung", "arch_name": "-0.14@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51084", - "roomcode": "4501.U1.014", - "usage": 201 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=51098", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51084, + "usage_id": 201 + }, + "4501.U1.015": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.15, Waschk\u00fcche", "arch_name": "-0.15@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51098", - "roomcode": "4501.U1.015", - "usage": 210 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48616", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51098, + "usage_id": 210 + }, + "4501.U1.016": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.16, Dusche", "arch_name": "-0.16@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48616", - "roomcode": "4501.U1.016", - "usage": 113 - }, - { - "address": "D\u00fcrnast 1-2, 1.UG", - "address_link": "ris.einzelraum?raumkey=48629", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48616, + "usage_id": 113 + }, + "4501.U1.017": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "alt_name": "-0.17, Gang", "arch_name": "-0.17@4501", - "b_area_id": 39, - "b_filter_id": 888, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48629", - "roomcode": "4501.U1.017", - "usage": 222 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50635", + "area_id": 39, + "building_id": 888, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48629, + "usage_id": 222 + }, + "4502.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "3, D\u00fcngerlager", "arch_name": "3@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50635", - "roomcode": "4502.EG.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50767", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50635, + "usage_id": 30 + }, + "4502.EG.001A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "3a, Durchfahrt bei D\u00fcngerlager", "arch_name": "3a@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50767", - "roomcode": "4502.EG.001A", - "usage": 204 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50777", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50767, + "usage_id": 204 + }, + "4502.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "2, Maschinenhalle", "arch_name": "2@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50777", - "roomcode": "4502.EG.002", - "usage": 100 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=67188", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50777, + "usage_id": 100 + }, + "4502.EG.002A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "2a, Pfl. Schutzm.", "arch_name": "2a@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67188", - "roomcode": "4502.EG.002A", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50788", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67188, + "usage_id": 159 + }, + "4502.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "1, Reparaturhalle", "arch_name": "1@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50788", - "roomcode": "4502.EG.003", - "usage": 51 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50795", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50788, + "usage_id": 51 + }, + "4502.EG.003A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "1a, Abstellraum", "arch_name": "1a@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50795", - "roomcode": "4502.EG.003A", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=67189", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50795, + "usage_id": 159 + }, + "4502.EG.003B": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "1b, Treibstoff-\u00d6llager", "arch_name": "1b@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67189", - "roomcode": "4502.EG.003B", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50805", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67189, + "usage_id": 30 + }, + "4502.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "1, Abstellraum", "arch_name": "1@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50805", - "roomcode": "4502.EG.004", - "usage": 159 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50950", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50805, + "usage_id": 159 + }, + "4502.EG.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "2, Werkstatt", "arch_name": "2@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50950", - "roomcode": "4502.EG.005", - "usage": 51 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50958", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50950, + "usage_id": 51 + }, + "4502.EG.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "3, Materiallager", "arch_name": "3@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50958", - "roomcode": "4502.EG.006", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50971", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50958, + "usage_id": 30 + }, + "4502.EG.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "4, Schreinerwerkstatt", "arch_name": "4@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50971", - "roomcode": "4502.EG.007", - "usage": 107 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50447", + "area_id": 39, + "building_id": 889, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50971, + "usage_id": 107 + }, + "4502.U1.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "4, Giftlager", "arch_name": "4@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50447", - "roomcode": "4502.U1.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50454", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50447, + "usage_id": 30 + }, + "4502.U1.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "5, Reifenlager", "arch_name": "5@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50454", - "roomcode": "4502.U1.002", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50466", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50454, + "usage_id": 30 + }, + "4502.U1.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "5a, \u00d6l-Raum", "arch_name": "5a@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50466", - "roomcode": "4502.U1.003", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50472", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50466, + "usage_id": 30 + }, + "4502.U1.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "6, Einzelgarage", "arch_name": "6@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50472", - "roomcode": "4502.U1.004", - "usage": 100 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50608", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50472, + "usage_id": 100 + }, + "4502.U1.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "7, Einzelgarage", "arch_name": "7@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50608", - "roomcode": "4502.U1.005", - "usage": 100 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50617", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50608, + "usage_id": 100 + }, + "4502.U1.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "8, Einzelgarage", "arch_name": "8@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50617", - "roomcode": "4502.U1.006", - "usage": 100 - }, - { - "address": "D\u00fcrnast 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=50625", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50617, + "usage_id": 100 + }, + "4502.U1.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "9, Einzelgarage", "arch_name": "9@4502", - "b_area_id": 39, - "b_filter_id": 889, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50625", - "roomcode": "4502.U1.007", - "usage": 100 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49507", + "area_id": 39, + "building_id": 889, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50625, + "usage_id": 100 + }, + "4503.01.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "037, Heuboden (FVZ)", "arch_name": "037@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49507", - "roomcode": "4503.01.004", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49519", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49507, + "usage_id": 30 + }, + "4503.01.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "036, Dachboden (FVZ)", "arch_name": "036@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49519", - "roomcode": "4503.01.005", - "usage": 168 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=67346", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49519, + "usage_id": 168 + }, + "4503.01.005A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "035, Versorgungstechnik L\u00fcftung (FVZ)", "arch_name": "035@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67346", - "roomcode": "4503.01.005A", - "usage": 32 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49528", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67346, + "usage_id": 32 + }, + "4503.01.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.01, Gang", "arch_name": "1.01@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49528", - "roomcode": "4503.01.006", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49536", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49528, + "usage_id": 222 + }, + "4503.01.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.02, Flur", "arch_name": "1.02@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49536", - "roomcode": "4503.01.007", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49667", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49536, + "usage_id": 222 + }, + "4503.01.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.04, Bad", "arch_name": "1.04@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49667", - "roomcode": "4503.01.008", - "usage": 112 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49674", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49667, + "usage_id": 112 + }, + "4503.01.009": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.05, Zimmer", "arch_name": "1.05@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49674", - "roomcode": "4503.01.009", - "usage": 53 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49682", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49674, + "usage_id": 53 + }, + "4503.01.010": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.06, K\u00fcche", "arch_name": "1.06@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49682", - "roomcode": "4503.01.010", - "usage": 53 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49687", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49682, + "usage_id": 53 + }, + "4503.01.011": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.07, Zimmer", "arch_name": "1.07@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49687", - "roomcode": "4503.01.011", - "usage": 53 - }, - { - "address": "D\u00fcrnast 4-5, 1.OG", - "address_link": "ris.einzelraum?raumkey=49696", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49687, + "usage_id": 53 + }, + "4503.01.012": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "1.03, Speisekammer", "arch_name": "1.03@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49696", - "roomcode": "4503.01.012", - "usage": 159 - }, - { - "address": "D\u00fcrnast 4-5, 2.OG", - "address_link": "ris.einzelraum?raumkey=49830", + "area_id": 39, + "building_id": 890, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49696, + "usage_id": 159 + }, + "4503.02.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "2.01, Gang", "arch_name": "2.01@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49830", - "roomcode": "4503.02.006", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, 2.OG", - "address_link": "ris.einzelraum?raumkey=49836", + "area_id": 39, + "building_id": 890, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49830, + "usage_id": 222 + }, + "4503.02.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "2.02, Vorplatz", "arch_name": "2.02@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49836", - "roomcode": "4503.02.007", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, 2.OG", - "address_link": "ris.einzelraum?raumkey=49846", + "area_id": 39, + "building_id": 890, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49836, + "usage_id": 222 + }, + "4503.02.008": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "2.03, Bad", "arch_name": "2.03@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49846", - "roomcode": "4503.02.008", - "usage": 112 - }, - { - "address": "D\u00fcrnast 4-5, 3.OG", - "address_link": "ris.einzelraum?raumkey=50012", + "area_id": 39, + "building_id": 890, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49846, + "usage_id": 112 + }, + "4503.03.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "3.01, Lager", "arch_name": "3.01@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50012", - "roomcode": "4503.03.006", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=48665", + "area_id": 39, + "building_id": 890, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50012, + "usage_id": 30 + }, + "4503.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "Lager", "arch_name": "@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48665", - "roomcode": "4503.EG.003", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=48670", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48665, + "usage_id": 30 + }, + "4503.EG.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.10, Getreidesilos in der Scheune", "arch_name": "0.10@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48670", - "roomcode": "4503.EG.007", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=48681", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48670, + "usage_id": 30 + }, + "4503.EG.007A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.09, Durchfahrt", "arch_name": "0.09@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48681", - "roomcode": "4503.EG.007A", - "usage": 204 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=48689", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48681, + "usage_id": 204 + }, + "4503.EG.007B": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.11, Durchfahrt mit Einsch\u00fctte", "arch_name": "0.11@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48689", - "roomcode": "4503.EG.007B", - "usage": 204 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=48695", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48689, + "usage_id": 204 + }, + "4503.EG.007C": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.08, D\u00fcngerlager", "arch_name": "0.08@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48695", - "roomcode": "4503.EG.007C", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=49183", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48695, + "usage_id": 30 + }, + "4503.EG.018": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.01, Gang", "arch_name": "0.01@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49183", - "roomcode": "4503.EG.018", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=49192", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49183, + "usage_id": 222 + }, + "4503.EG.019": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.02, Vorplatz", "arch_name": "0.02@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49192", - "roomcode": "4503.EG.019", - "usage": 50 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=49328", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49192, + "usage_id": 50 + }, + "4503.EG.020": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.04, Speisekammer", "arch_name": "0.04@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49328", - "roomcode": "4503.EG.020", - "usage": 159 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=49340", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49328, + "usage_id": 159 + }, + "4503.EG.021": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.03, Bad", "arch_name": "0.03@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49340", - "roomcode": "4503.EG.021", - "usage": 112 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=49497", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49340, + "usage_id": 112 + }, + "4503.EG.024": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "0.07, Sozialraum", "arch_name": "0.07@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=49497", - "roomcode": "4503.EG.024", - "usage": 44 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65299", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15687, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49497, + "usage_id": 44 + }, + "4503.EG.03-43": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "032, Elektroraum (FVZ)", "arch_name": "032@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65299", - "roomcode": "4503.EG.03-43", - "usage": 120 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65273", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65299, + "usage_id": 120 + }, + "4503.EG.101": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "001, Heizung (FVZ)", "arch_name": "001@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65273", - "roomcode": "4503.EG.101", - "usage": 201 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65276", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65273, + "usage_id": 201 + }, + "4503.EG.102": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "002, Sozialraum (FVZ)", "arch_name": "002@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65276", - "roomcode": "4503.EG.102", - "usage": 44 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65274", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65276, + "usage_id": 44 + }, + "4503.EG.103": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "003, Treppenraum (FVZ)", "arch_name": "003@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65274", - "roomcode": "4503.EG.103", - "usage": 223 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65275", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65274, + "usage_id": 223 + }, + "4503.EG.104": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "004, Flur (FVZ)", "arch_name": "004@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65275", - "roomcode": "4503.EG.104", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65277", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65275, + "usage_id": 222 + }, + "4503.EG.105": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "005, B\u00fcro (FVZ)", "arch_name": "005@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65277", - "roomcode": "4503.EG.105", - "usage": 12 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65278", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65277, + "usage_id": 12 + }, + "4503.EG.106": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "006, B\u00fcro (FVZ)", "arch_name": "006@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=52259", - "operator": "[ TUS4F9C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65278", - "roomcode": "4503.EG.106", - "usage": 12 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65279", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52259, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65278, + "usage_id": 12 + }, + "4503.EG.107": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "007, B\u00fcro (FVZ)", "arch_name": "007@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65279", - "roomcode": "4503.EG.107", - "usage": 12 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65282", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65279, + "usage_id": 12 + }, + "4503.EG.108": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "008, B\u00fcro", "arch_name": "008@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=52259", - "operator": "[ TUS4F9C ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65282", - "roomcode": "4503.EG.108", - "usage": 12 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65280", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 52259, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65282, + "usage_id": 12 + }, + "4503.EG.109": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "009, B\u00fcro (FVZ)", "arch_name": "009@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65280", - "roomcode": "4503.EG.109", - "usage": 12 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65281", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65280, + "usage_id": 12 + }, + "4503.EG.110": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "010, B\u00fcro (FVZ)", "arch_name": "010@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65281", - "roomcode": "4503.EG.110", - "usage": 12 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65292", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65281, + "usage_id": 12 + }, + "4503.EG.111": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "011, Reinigungsmittelraum (FVZ)", "arch_name": "011@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65292", - "roomcode": "4503.EG.111", - "usage": 205 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65300", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65292, + "usage_id": 205 + }, + "4503.EG.112": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "012, Flur (FVZ)", "arch_name": "012@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65300", - "roomcode": "4503.EG.112", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65288", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65300, + "usage_id": 222 + }, + "4503.EG.113": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "013, WC-Damen (FVZ)", "arch_name": "013@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65288", - "roomcode": "4503.EG.113", - "usage": 116 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65291", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65288, + "usage_id": 116 + }, + "4503.EG.114": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "014, Umkleide/Dusche - Damen (FVZ)", "arch_name": "014@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65291", - "roomcode": "4503.EG.114", - "usage": 121 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65287", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65291, + "usage_id": 121 + }, + "4503.EG.115": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "015, WC-Behinderte (FVZ)", "arch_name": "015@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65287", - "roomcode": "4503.EG.115", - "usage": 117 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65286", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65287, + "usage_id": 117 + }, + "4503.EG.116": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "016, WC-Herren (FVZ)", "arch_name": "016@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65286", - "roomcode": "4503.EG.116", - "usage": 115 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65301", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65286, + "usage_id": 115 + }, + "4503.EG.117": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "017, Umkleide/Dusche - Herren (FVZ)", "arch_name": "017@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65301", - "roomcode": "4503.EG.117", - "usage": 121 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65283", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65301, + "usage_id": 121 + }, + "4503.EG.118": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "018, Materiallager (FVZ)", "arch_name": "018@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65283", - "roomcode": "4503.EG.118", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65284", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65283, + "usage_id": 30 + }, + "4503.EG.119": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "019, Probenlager (FVZ)", "arch_name": "019@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65284", - "roomcode": "4503.EG.119", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65303", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65284, + "usage_id": 30 + }, + "4503.EG.120": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "020, Probenverarbeitung 1 (FVZ)", "arch_name": "020@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65303", - "roomcode": "4503.EG.120", - "usage": 103 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65289", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65303, + "usage_id": 103 + }, + "4503.EG.121": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "021, Fernmelder (FVZ)", "arch_name": "021@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65289", - "roomcode": "4503.EG.121", - "usage": 160 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65285", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65289, + "usage_id": 160 + }, + "4503.EG.122": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "022, Feinger\u00e4telager (FVZ)", "arch_name": "022@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65285", - "roomcode": "4503.EG.122", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65290", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65285, + "usage_id": 30 + }, + "4503.EG.123": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "023, Probenverarbeitung 2 (FVZ)", "arch_name": "023@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65290", - "roomcode": "4503.EG.123", - "usage": 103 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65294", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65290, + "usage_id": 103 + }, + "4503.EG.124": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "024, Chemikalienlager (FVZ)", "arch_name": "024@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65294", - "roomcode": "4503.EG.124", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65293", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65294, + "usage_id": 30 + }, + "4503.EG.125": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "025, M\u00fchlenraum (FVZ)", "arch_name": "025@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65293", - "roomcode": "4503.EG.125", - "usage": 166 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65305", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15630, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65293, + "usage_id": 166 + }, + "4503.EG.126": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "026, Probenverarbeitung 3 (FVZ)", "arch_name": "026@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65305", - "roomcode": "4503.EG.126", - "usage": 103 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65295", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15630, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65305, + "usage_id": 103 + }, + "4503.EG.128": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "028, Absaugung (FVZ)", "arch_name": "028@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65295", - "roomcode": "4503.EG.128", - "usage": 166 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65296", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65295, + "usage_id": 166 + }, + "4503.EG.129": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "029, Containertrocknung (FVZ)", "arch_name": "029@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65296", - "roomcode": "4503.EG.129", - "usage": 30 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65297", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65296, + "usage_id": 30 + }, + "4503.EG.130": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "030, Gefrierzelle (FVZ)", "arch_name": "030@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65297", - "roomcode": "4503.EG.130", - "usage": 199 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65298", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65297, + "usage_id": 199 + }, + "4503.EG.131": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "031, K\u00fchlzelle (FVZ)", "arch_name": "031@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65298", - "roomcode": "4503.EG.131", - "usage": 199 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65307", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65298, + "usage_id": 199 + }, + "4503.EG.133": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "033, Fernmelderaum (FVZ)", "arch_name": "033@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65307", - "roomcode": "4503.EG.133", - "usage": 160 - }, - { - "address": "D\u00fcrnast 4-5, EG", - "address_link": "ris.einzelraum?raumkey=65306", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65307, + "usage_id": 160 + }, + "4503.EG.134": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "034, Treppenraum (FVZ)", "arch_name": "034@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15630", - "operator": "[ TUWZA6W ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=65306", - "roomcode": "4503.EG.134", - "usage": 223 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=50983", + "area_id": 39, + "building_id": 890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15630, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65306, + "usage_id": 223 + }, + "4503.U1.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-001A, 5 Getreidekammern", "arch_name": "-001A@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50983", - "roomcode": "4503.U1.001", - "usage": 168 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51116", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50983, + "usage_id": 168 + }, + "4503.U1.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-002A, Heizzentrale Getreidetrocknung", "arch_name": "-002A@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51116", - "roomcode": "4503.U1.002", - "usage": 201 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51125", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51116, + "usage_id": 201 + }, + "4503.U1.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-0.01, Gang", "arch_name": "-0.01@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51125", - "roomcode": "4503.U1.003", - "usage": 222 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=67422", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51125, + "usage_id": 222 + }, + "4503.U1.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-003A, Trocknungsraum", "arch_name": "-003A@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67422", - "roomcode": "4503.U1.004", - "usage": 181 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51134", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67422, + "usage_id": 181 + }, + "4503.U1.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-0.03, Abstellraum Bullenstall", "arch_name": "-0.03@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51134", - "roomcode": "4503.U1.005", - "usage": 159 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=51144", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51134, + "usage_id": 159 + }, + "4503.U1.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-0.04, Waschraum-Bullenstall", "arch_name": "-0.04@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51144", - "roomcode": "4503.U1.006", - "usage": 210 - }, - { - "address": "D\u00fcrnast 4-5, 1.UG", - "address_link": "ris.einzelraum?raumkey=48656", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51144, + "usage_id": 210 + }, + "4503.U1.007": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "alt_name": "-0.05, \u00d6ltankraum Bullenstall", "arch_name": "-0.05@4503", - "b_area_id": 39, - "b_filter_id": 890, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=48656", - "roomcode": "4503.U1.007", - "usage": 30 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=50163", + "area_id": 39, + "building_id": 890, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48656, + "usage_id": 30 + }, + "4505.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "001, Maschinenhalle", "arch_name": "001@4505", - "b_area_id": 39, - "b_filter_id": 892, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50163", - "roomcode": "4505.EG.001", - "usage": 100 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=50170", + "area_id": 39, + "building_id": 892, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50163, + "usage_id": 100 + }, + "4506.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "001, Holzlege", "arch_name": "001@4506", - "b_area_id": 39, - "b_filter_id": 893, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50170", - "roomcode": "4506.EG.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=50182", + "area_id": 39, + "building_id": 893, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50170, + "usage_id": 30 + }, + "4506.EG.001A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "002, Holzanbau", "arch_name": "002@4506", - "b_area_id": 39, - "b_filter_id": 893, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50182", - "roomcode": "4506.EG.001A", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50663", + "area_id": 39, + "building_id": 893, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50182, + "usage_id": 30 + }, + "4508.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Wagenhalle", "arch_name": "@4508", - "b_area_id": 39, - "b_filter_id": 897, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50663", - "roomcode": "4508.EG.001", - "usage": 100 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50674", + "area_id": 39, + "building_id": 897, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50663, + "usage_id": 100 + }, + "4508.EG.001A": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Fuhrwerkswaage", "arch_name": "@4508", - "b_area_id": 39, - "b_filter_id": 897, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50674", - "roomcode": "4508.EG.001A", - "usage": 103 - }, - { - "address": "Staatsgut Weihenstephan, EG", - "address_link": "ris.einzelraum?raumkey=50810", + "area_id": 39, + "building_id": 897, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50674, + "usage_id": 103 + }, + "4509.EG.001": { + "address": { + "place": "Freising", + "street": "Staatsgut Weihenstephan", + "zip_code": 85354 + }, "alt_name": "001, Fahrsilo", "arch_name": "001@4509", - "b_area_id": 39, - "b_filter_id": 898, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50810", - "roomcode": "4509.EG.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50995", + "area_id": 39, + "building_id": 898, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50810, + "usage_id": 30 + }, + "4510.01.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Getreidelager Nr.5", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50995", - "roomcode": "4510.01.001", - "usage": 168 - }, - { - "address": "D\u00fcrnast 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51006", + "area_id": 39, + "building_id": 899, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50995, + "usage_id": 168 + }, + "4510.01.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Getreidelager Nr.4", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51006", - "roomcode": "4510.01.002", - "usage": 168 - }, - { - "address": "D\u00fcrnast 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51018", + "area_id": 39, + "building_id": 899, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51006, + "usage_id": 168 + }, + "4510.01.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Laubengang", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=51018", - "roomcode": "4510.01.003", - "usage": 219 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50821", + "area_id": 39, + "building_id": 899, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51018, + "usage_id": 219 + }, + "4510.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Getreidelager Nr.1", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50821", - "roomcode": "4510.EG.001", - "usage": 168 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50826", + "area_id": 39, + "building_id": 899, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50821, + "usage_id": 168 + }, + "4510.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Getreidelager Nr.2", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50826", - "roomcode": "4510.EG.002", - "usage": 168 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50839", + "area_id": 39, + "building_id": 899, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50826, + "usage_id": 168 + }, + "4510.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Getreidelager Nr.3", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50839", - "roomcode": "4510.EG.003", - "usage": 168 - }, - { - "address": "D\u00fcrnast 1, EG", - "address_link": "ris.einzelraum?raumkey=50847", + "area_id": 39, + "building_id": 899, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50839, + "usage_id": 168 + }, + "4510.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "alt_name": "Offener Vorplatz", "arch_name": "@4510", - "b_area_id": 39, - "b_filter_id": 899, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=50847", - "roomcode": "4510.EG.004", - "usage": 219 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67664", + "area_id": 39, + "building_id": 899, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50847, + "usage_id": 219 + }, + "4512.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "001, Einstellhalle", "arch_name": "001@4512", - "b_area_id": 39, - "b_filter_id": 2029, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67664", - "roomcode": "4512.EG.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67665", + "area_id": 39, + "building_id": 2029, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67664, + "usage_id": 30 + }, + "4512.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "002, Trafostation XIX", "arch_name": "002@4512", - "b_area_id": 39, - "b_filter_id": 2029, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67665", - "roomcode": "4512.EG.002", - "usage": 160 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67666", + "area_id": 39, + "building_id": 2029, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67665, + "usage_id": 160 + }, + "4512.EG.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "003, Trafostation XIX", "arch_name": "003@4512", - "b_area_id": 39, - "b_filter_id": 2029, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67666", - "roomcode": "4512.EG.003", - "usage": 160 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67667", + "area_id": 39, + "building_id": 2029, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67666, + "usage_id": 160 + }, + "4512.EG.004": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "004, Trafostation XIX", "arch_name": "004@4512", - "b_area_id": 39, - "b_filter_id": 2029, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67667", - "roomcode": "4512.EG.004", - "usage": 160 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67670", + "area_id": 39, + "building_id": 2029, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67667, + "usage_id": 160 + }, + "4512.EG.005": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "005, Trafostation XIX", "arch_name": "005@4512", - "b_area_id": 39, - "b_filter_id": 2029, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67670", - "roomcode": "4512.EG.005", - "usage": 160 - }, - { - "address": "D\u00fcrnast 5, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68289", + "area_id": 39, + "building_id": 2029, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67670, + "usage_id": 160 + }, + "4512.Z1.006": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "006, Lagerfl\u00e4che", "arch_name": "006@4512", - "b_area_id": 39, - "b_filter_id": 2029, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68289", - "roomcode": "4512.Z1.006", - "usage": 30 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67668", + "area_id": 39, + "building_id": 2029, + "floor_level": "1.ZG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68289, + "usage_id": 30 + }, + "4513.EG.001": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "001, Einstellhalle", "arch_name": "001@4513", - "b_area_id": 39, - "b_filter_id": 2030, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67668", - "roomcode": "4513.EG.001", - "usage": 30 - }, - { - "address": "D\u00fcrnast 5, EG", - "address_link": "ris.einzelraum?raumkey=67669", + "area_id": 39, + "building_id": 2030, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67668, + "usage_id": 30 + }, + "4513.EG.002": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "002, Werkstatt", "arch_name": "002@4513", - "b_area_id": 39, - "b_filter_id": 2030, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=67669", - "roomcode": "4513.EG.002", - "usage": 51 - }, - { - "address": "D\u00fcrnast 5, 1.ZG", - "address_link": "ris.einzelraum?raumkey=68360", + "area_id": 39, + "building_id": 2030, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67669, + "usage_id": 51 + }, + "4513.Z1.003": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "alt_name": "003, Lager Werkstatt", "arch_name": "003@4513", - "b_area_id": 39, - "b_filter_id": 2030, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=68360", - "roomcode": "4513.Z1.003", - "usage": 30 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=51027", + "area_id": 39, + "building_id": 2030, + "floor_level": "1.ZG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68360, + "usage_id": 30 + }, + "4521.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=51027", - "roomcode": "4521.EG.001", - "usage": 12 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=48705", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51027, + "usage_id": 12 + }, + "4521.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "002, Flur", "arch_name": "002@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48705", - "roomcode": "4521.EG.002", - "usage": 222 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=48713", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48705, + "usage_id": 222 + }, + "4521.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "003, Bad", "arch_name": "003@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48713", - "roomcode": "4521.EG.003", - "usage": 112 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=48721", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48713, + "usage_id": 112 + }, + "4521.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "004, Heizungsraum", "arch_name": "004@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48721", - "roomcode": "4521.EG.004", - "usage": 201 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=48727", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48721, + "usage_id": 201 + }, + "4521.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "005, Werkstatt", "arch_name": "005@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48727", - "roomcode": "4521.EG.005", - "usage": 51 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=48733", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48727, + "usage_id": 51 + }, + "4521.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "006, Landwirtschaftliche Gro\u00dfger\u00e4te", "arch_name": "006@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48733", - "roomcode": "4521.EG.006", - "usage": 100 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=48863", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48733, + "usage_id": 100 + }, + "4521.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "007, Futtermittellager", "arch_name": "007@4521", - "b_area_id": 39, - "b_filter_id": 900, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48863", - "roomcode": "4521.EG.007", - "usage": 168 - }, - { - "address": "Viehhausen 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49236", + "area_id": 39, + "building_id": 900, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48863, + "usage_id": 168 + }, + "4522.01.201": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "1.01, Treppenflur", "arch_name": "1.01@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49236", - "roomcode": "4522.01.201", - "usage": 222 - }, - { - "address": "Viehhausen 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49243", + "area_id": 39, + "building_id": 901, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49236, + "usage_id": 222 + }, + "4522.01.202": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "1.04, WC", "arch_name": "1.04@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49243", - "roomcode": "4522.01.202", - "usage": 114 - }, - { - "address": "Viehhausen 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49374", + "area_id": 39, + "building_id": 901, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49243, + "usage_id": 114 + }, + "4522.01.203": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "1.06, Bad/WC/Dusche", "arch_name": "1.06@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49374", - "roomcode": "4522.01.203", - "usage": 112 - }, - { - "address": "Viehhausen 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49382", + "area_id": 39, + "building_id": 901, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49374, + "usage_id": 112 + }, + "4522.01.204": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "1.05, Speicher", "arch_name": "1.05@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49382", - "roomcode": "4522.01.204", - "usage": 159 - }, - { - "address": "Viehhausen 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49395", + "area_id": 39, + "building_id": 901, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49382, + "usage_id": 159 + }, + "4522.01.206": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "1.02, Kinderzimmer", "arch_name": "1.02@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49395", - "roomcode": "4522.01.206", - "usage": 217 - }, - { - "address": "Viehhausen 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49400", + "area_id": 39, + "building_id": 901, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49395, + "usage_id": 217 + }, + "4522.01.207": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "1.03, Kinderzimmer", "arch_name": "1.03@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49400", - "roomcode": "4522.01.207", - "usage": 217 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=49050", + "area_id": 39, + "building_id": 901, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49400, + "usage_id": 217 + }, + "4522.EG.201": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.08, Garage", "arch_name": "0.08@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49050", - "roomcode": "4522.EG.201", - "usage": 100 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=49055", + "area_id": 39, + "building_id": 901, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49050, + "usage_id": 100 + }, + "4522.EG.202": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.07, Ger\u00e4teabstellraum (leer)", "arch_name": "0.07@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49055", - "roomcode": "4522.EG.202", - "usage": 159 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=49073", + "area_id": 39, + "building_id": 901, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49055, + "usage_id": 159 + }, + "4522.EG.204": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.06, Hauswirtschaftsraum", "arch_name": "0.06@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49073", - "roomcode": "4522.EG.204", - "usage": 209 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=49210", + "area_id": 39, + "building_id": 901, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49073, + "usage_id": 209 + }, + "4522.EG.205": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.04, WC", "arch_name": "0.04@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49210", - "roomcode": "4522.EG.205", - "usage": 114 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=49218", + "area_id": 39, + "building_id": 901, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49210, + "usage_id": 114 + }, + "4522.EG.206": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.02, Windfang", "arch_name": "0.02@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49218", - "roomcode": "4522.EG.206", - "usage": 52 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=49223", + "area_id": 39, + "building_id": 901, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49218, + "usage_id": 52 + }, + "4522.EG.207": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.01, Treppenflur", "arch_name": "0.01@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49223", - "roomcode": "4522.EG.207", - "usage": 222 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48870", + "area_id": 39, + "building_id": 901, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49223, + "usage_id": 222 + }, + "4522.U1.201": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.07, Keller", "arch_name": "-0.07@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48870", - "roomcode": "4522.U1.201", - "usage": 159 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48877", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48870, + "usage_id": 159 + }, + "4522.U1.201A": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.08, Dusche", "arch_name": "-0.08@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48877", - "roomcode": "4522.U1.201A", - "usage": 113 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48881", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48877, + "usage_id": 113 + }, + "4522.U1.202": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.06, Keller", "arch_name": "-0.06@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48881", - "roomcode": "4522.U1.202", - "usage": 159 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48889", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48881, + "usage_id": 159 + }, + "4522.U1.203": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.01, Kellerflur", "arch_name": "-0.01@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48889", - "roomcode": "4522.U1.203", - "usage": 222 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48895", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48889, + "usage_id": 222 + }, + "4522.U1.204": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.02, Hausanschlussraum", "arch_name": "-0.02@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48895", - "roomcode": "4522.U1.204", - "usage": 120 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48902", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48895, + "usage_id": 120 + }, + "4522.U1.205": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.03, Heizungsraum", "arch_name": "-0.03@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48902", - "roomcode": "4522.U1.205", - "usage": 201 - }, - { - "address": "Viehhausen 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=49041", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48902, + "usage_id": 201 + }, + "4522.U1.207": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "-0.04, Keller", "arch_name": "-0.04@4522", - "b_area_id": 39, - "b_filter_id": 901, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=49041", - "roomcode": "4522.U1.207", - "usage": 159 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=67552", + "area_id": 39, + "building_id": 901, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49041, + "usage_id": 159 + }, + "4523.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.01, Lagerraum", "arch_name": "0.01@4523", - "b_area_id": 39, - "b_filter_id": 894, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=67552", - "roomcode": "4523.EG.005", - "usage": 30 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=67553", + "area_id": 39, + "building_id": 894, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67552, + "usage_id": 30 + }, + "4523.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.02, Treppe", "arch_name": "0.02@4523", - "b_area_id": 39, - "b_filter_id": 894, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=67553", - "roomcode": "4523.EG.006", - "usage": 223 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=67554", + "area_id": 39, + "building_id": 894, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67553, + "usage_id": 223 + }, + "4523.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.03, Abstellraum", "arch_name": "0.03@4523", - "b_area_id": 39, - "b_filter_id": 894, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=67554", - "roomcode": "4523.EG.007", - "usage": 159 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=67555", + "area_id": 39, + "building_id": 894, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67554, + "usage_id": 159 + }, + "4523.EG.008": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "0.04, Maschinenhalle/Lager", "arch_name": "0.04@4523", - "b_area_id": 39, - "b_filter_id": 894, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=67555", - "roomcode": "4523.EG.008", - "usage": 30 - }, - { - "address": "Viehhausen 4, EG", - "address_link": "ris.einzelraum?raumkey=47644", + "area_id": 39, + "building_id": 894, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67555, + "usage_id": 30 + }, + "4524.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "alt_name": "001, Tankstelle", "arch_name": "001@4524", - "b_area_id": 39, - "b_filter_id": 895, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15687", - "operator": "[ TUWZA2J ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47644", - "roomcode": "4524.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47911", + "area_id": 39, + "building_id": 895, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47644, + "usage_id": 30 + }, + "4601.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "102, WC", "arch_name": "102@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47911", - "roomcode": "4601.EG.002", - "usage": 114 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47918", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47911, + "usage_id": 114 + }, + "4601.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "103, Windfang", "arch_name": "103@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47918", - "roomcode": "4601.EG.003", - "usage": 52 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47925", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47918, + "usage_id": 52 + }, + "4601.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "104, Flur", "arch_name": "104@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47925", - "roomcode": "4601.EG.004", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48034", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47925, + "usage_id": 222 + }, + "4601.EG.011": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "111, Bad / WC", "arch_name": "111@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48034", - "roomcode": "4601.EG.011", - "usage": 112 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48048", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48034, + "usage_id": 112 + }, + "4601.EG.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "113, WC", "arch_name": "113@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48048", - "roomcode": "4601.EG.013", - "usage": 114 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48075", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48048, + "usage_id": 114 + }, + "4601.EG.014": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "114, Windfang", "arch_name": "114@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48075", - "roomcode": "4601.EG.014", - "usage": 52 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48086", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48075, + "usage_id": 52 + }, + "4601.EG.015": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "115, Flur", "arch_name": "115@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48086", - "roomcode": "4601.EG.015", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48158", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48086, + "usage_id": 222 + }, + "4601.EG.021": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "121, Bad / WC", "arch_name": "121@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48158", - "roomcode": "4601.EG.021", - "usage": 112 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48175", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48158, + "usage_id": 112 + }, + "4601.EG.023": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "123, Bad / WC", "arch_name": "123@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48175", - "roomcode": "4601.EG.023", - "usage": 112 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48234", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48175, + "usage_id": 112 + }, + "4601.EG.027": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "127, Essplatz", "arch_name": "127@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48234", - "roomcode": "4601.EG.027", - "usage": 53 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48246", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48234, + "usage_id": 53 + }, + "4601.EG.028": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "128, Flur", "arch_name": "128@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48246", - "roomcode": "4601.EG.028", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48256", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48246, + "usage_id": 222 + }, + "4601.EG.029": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "129, Windfang", "arch_name": "129@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48256", - "roomcode": "4601.EG.029", - "usage": 52 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48291", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48256, + "usage_id": 52 + }, + "4601.EG.030": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "130, WC", "arch_name": "130@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48291", - "roomcode": "4601.EG.030", - "usage": 114 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48306", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48291, + "usage_id": 114 + }, + "4601.EG.032": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "132, Garage", "arch_name": "132@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48306", - "roomcode": "4601.EG.032", - "usage": 100 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48316", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48306, + "usage_id": 100 + }, + "4601.EG.033": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "133, Garage", "arch_name": "133@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48316", - "roomcode": "4601.EG.033", - "usage": 100 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=48323", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48316, + "usage_id": 100 + }, + "4601.EG.034": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "134, Garage", "arch_name": "134@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48323", - "roomcode": "4601.EG.034", - "usage": 100 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47721", + "area_id": 54, + "building_id": 737, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48323, + "usage_id": 100 + }, + "4601.U1.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Heizungsraum", "arch_name": "001@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47721", - "roomcode": "4601.U1.001", - "usage": 201 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47726", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47721, + "usage_id": 201 + }, + "4601.U1.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, \u00d6llager", "arch_name": "002@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47726", - "roomcode": "4601.U1.002", - "usage": 201 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47731", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47726, + "usage_id": 201 + }, + "4601.U1.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, Kellerflur", "arch_name": "003@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47731", - "roomcode": "4601.U1.003", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47737", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47731, + "usage_id": 222 + }, + "4601.U1.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, Kellerraum 1", "arch_name": "004@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47737", - "roomcode": "4601.U1.004", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47746", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47737, + "usage_id": 159 + }, + "4601.U1.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "005, Kellerraum 2", "arch_name": "005@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47746", - "roomcode": "4601.U1.005", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47807", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47746, + "usage_id": 159 + }, + "4601.U1.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "006, Kellerraum 1", "arch_name": "006@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47807", - "roomcode": "4601.U1.006", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47813", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47807, + "usage_id": 159 + }, + "4601.U1.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "007, Keller", "arch_name": "007@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47813", - "roomcode": "4601.U1.007", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47820", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47813, + "usage_id": 159 + }, + "4601.U1.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "008, Flur", "arch_name": "008@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47820", - "roomcode": "4601.U1.008", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47826", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47820, + "usage_id": 222 + }, + "4601.U1.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "009, Flur", "arch_name": "009@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47826", - "roomcode": "4601.U1.009", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47832", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47826, + "usage_id": 222 + }, + "4601.U1.010": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "010, Keller", "arch_name": "010@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47832", - "roomcode": "4601.U1.010", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47839", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47832, + "usage_id": 159 + }, + "4601.U1.011": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "011, Kellerraum 1", "arch_name": "011@4601", - "b_area_id": 54, - "b_filter_id": 737, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47839", - "roomcode": "4601.U1.011", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47242", + "area_id": 54, + "building_id": 737, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47839, + "usage_id": 159 + }, + "4602.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 01, B\u00fcro", "arch_name": "ZE 01@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47242", - "roomcode": "4602.EG.001", - "usage": 12 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47255", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51258, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47242, + "usage_id": 12 + }, + "4602.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 02, B\u00fcro", "arch_name": "ZE 02@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47255", - "roomcode": "4602.EG.002", - "usage": 12 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47261", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47255, + "usage_id": 12 + }, + "4602.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 03, B\u00fcro", "arch_name": "ZE 03@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47261", - "roomcode": "4602.EG.003", - "usage": 40 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47337", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47261, + "usage_id": 40 + }, + "4602.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 04, B\u00fcro", "arch_name": "ZE 04@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47337", - "roomcode": "4602.EG.004", - "usage": 12 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47354", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47337, + "usage_id": 12 + }, + "4602.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 05, B\u00fcro", "arch_name": "ZE 05@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47354", - "roomcode": "4602.EG.005", - "usage": 12 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47366", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47354, + "usage_id": 12 + }, + "4602.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 06, Teek\u00fcche / Sozialraum", "arch_name": "ZE 06@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47366", - "roomcode": "4602.EG.006", - "usage": 44 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47449", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47366, + "usage_id": 44 + }, + "4602.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 07, Besprechungs- Seminarraum", "arch_name": "ZE 07@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47449", - "roomcode": "4602.EG.007", - "usage": 196 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47466", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47449, + "usage_id": 196 + }, + "4602.EG.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 08, Reinigungsmittelraum", "arch_name": "ZE 08@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47466", - "roomcode": "4602.EG.008", - "usage": 205 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47477", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47466, + "usage_id": 205 + }, + "4602.EG.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZE 09, Besprechungs- Seminarraum", "arch_name": "ZE 09@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47477", - "roomcode": "4602.EG.009", - "usage": 196 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47652", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47477, + "usage_id": 196 + }, + "4602.EG.010": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "12, Wechselzimmer 1", "arch_name": "12@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47652", - "roomcode": "4602.EG.010", - "usage": 53 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47662", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47652, + "usage_id": 53 + }, + "4602.EG.010A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "13, Bad, Dusche, WC / WZ 1", "arch_name": "13@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47662", - "roomcode": "4602.EG.010A", - "usage": 112 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47673", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47662, + "usage_id": 112 + }, + "4602.EG.010B": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "14, Vorraum / WZ 1", "arch_name": "14@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47673", - "roomcode": "4602.EG.010B", - "usage": 50 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47691", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47673, + "usage_id": 50 + }, + "4602.EG.011A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "16, Bad, Dusche, WC / WZ 2", "arch_name": "16@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47691", - "roomcode": "4602.EG.011A", - "usage": 112 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47954", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47691, + "usage_id": 112 + }, + "4602.EG.011B": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "17, Vorraum / WZ 2", "arch_name": "17@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47954", - "roomcode": "4602.EG.011B", - "usage": 50 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47975", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47954, + "usage_id": 50 + }, + "4602.EG.012A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "19, Bad, Dusche, WC / WZ 3", "arch_name": "19@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47975", - "roomcode": "4602.EG.012A", - "usage": 112 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47985", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47975, + "usage_id": 112 + }, + "4602.EG.012B": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "20, Vorraum / WZ 3", "arch_name": "20@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47985", - "roomcode": "4602.EG.012B", - "usage": 50 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47995", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47985, + "usage_id": 50 + }, + "4602.EG.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "21, Treppenraum", "arch_name": "21@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47995", - "roomcode": "4602.EG.013", - "usage": 223 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47759", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47995, + "usage_id": 223 + }, + "4602.EG.014": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "22, Windfang", "arch_name": "22@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47759", - "roomcode": "4602.EG.014", - "usage": 52 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47767", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47759, + "usage_id": 52 + }, + "4602.EG.015": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "23, WC-Herren", "arch_name": "23@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47767", - "roomcode": "4602.EG.015", - "usage": 115 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47774", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47767, + "usage_id": 115 + }, + "4602.EG.016": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "24, WC-Damen", "arch_name": "24@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47774", - "roomcode": "4602.EG.016", - "usage": 116 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47545", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47774, + "usage_id": 116 + }, + "4602.EG.018": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "25, Flur mit Wartepl\u00e4tzen", "arch_name": "25@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47545", - "roomcode": "4602.EG.018", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48356", + "area_id": 54, + "building_id": 738, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47545, + "usage_id": 222 + }, + "4602.U1.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 01, L\u00fcftung und Heizung", "arch_name": "ZO 01@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48356", - "roomcode": "4602.U1.001", - "usage": 32 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48368", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48356, + "usage_id": 32 + }, + "4602.U1.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 02, Labor BIO 1 S 1", "arch_name": "ZO 02@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48368", - "roomcode": "4602.U1.002", - "usage": 102 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48381", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48368, + "usage_id": 102 + }, + "4602.U1.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "14015, Anschlussraum", "arch_name": "14015@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48381", - "roomcode": "4602.U1.003", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48395", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48381, + "usage_id": 120 + }, + "4602.U1.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 04, Archiv / Server", "arch_name": "ZO 04@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48395", - "roomcode": "4602.U1.004", - "usage": 2 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48431", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48395, + "usage_id": 2 + }, + "4602.U1.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 05, Labor BIO 1 S 1", "arch_name": "ZO 05@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48431", - "roomcode": "4602.U1.005", - "usage": 194 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48438", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48431, + "usage_id": 194 + }, + "4602.U1.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 06, Arbeitsraum 1 Z008", "arch_name": "ZO 06@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48438", - "roomcode": "4602.U1.006", - "usage": 194 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48448", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48438, + "usage_id": 194 + }, + "4602.U1.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 07, Arbeitsraum", "arch_name": "ZO 07@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48448", - "roomcode": "4602.U1.007", - "usage": 103 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48459", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48448, + "usage_id": 103 + }, + "4602.U1.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 08, Labor BIO 1 S 1", "arch_name": "ZO 08@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48459", - "roomcode": "4602.U1.008", - "usage": 194 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48539", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48459, + "usage_id": 194 + }, + "4602.U1.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "ZO 09, K\u00fchlraum", "arch_name": "ZO 09@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48539", - "roomcode": "4602.U1.009", - "usage": 199 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48554", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48539, + "usage_id": 199 + }, + "4602.U1.010": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "1409, Waschraum / WC / Umkleide", "arch_name": "1409@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48554", - "roomcode": "4602.U1.010", - "usage": 210 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48567", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48554, + "usage_id": 210 + }, + "4602.U1.011": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "14010, Waschraum / WC / Umkleide", "arch_name": "14010@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48567", - "roomcode": "4602.U1.011", - "usage": 210 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=48578", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48567, + "usage_id": 210 + }, + "4602.U1.012": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "14016, Treppenaufgang", "arch_name": "14016@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=48578", - "roomcode": "4602.U1.012", - "usage": 223 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47131", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48578, + "usage_id": 223 + }, + "4602.U1.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "1403, Vorraum", "arch_name": "1403@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47131", - "roomcode": "4602.U1.013", - "usage": 50 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47140", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47131, + "usage_id": 50 + }, + "4602.U1.014": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "1401, Labor", "arch_name": "1401@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51258", - "operator": "[ TUS4000 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47140", - "roomcode": "4602.U1.014", - "usage": 102 - }, - { - "address": "Staatsgut Thalhausen, 1.UG", - "address_link": "ris.einzelraum?raumkey=47152", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51258, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47140, + "usage_id": 102 + }, + "4602.U1.015": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "1407, Flur", "arch_name": "1407@4602", - "b_area_id": 54, - "b_filter_id": 738, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47152", - "roomcode": "4602.U1.015", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47559", + "area_id": 54, + "building_id": 738, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47152, + "usage_id": 222 + }, + "4603.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "012, D\u00fcngerlager Sacklager", "arch_name": "012@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47559", - "roomcode": "4603.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47582", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47559, + "usage_id": 30 + }, + "4603.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "011, Sacklager", "arch_name": "011@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47582", - "roomcode": "4603.EG.004", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47846", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47582, + "usage_id": 30 + }, + "4603.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "010, Nieder-Hochspannung", "arch_name": "010@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47846", - "roomcode": "4603.EG.005", - "usage": 160 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47857", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47846, + "usage_id": 160 + }, + "4603.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "009, Trafo", "arch_name": "009@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47857", - "roomcode": "4603.EG.006", - "usage": 160 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47865", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47857, + "usage_id": 160 + }, + "4603.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "008, Notstrom", "arch_name": "008@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47865", - "roomcode": "4603.EG.007", - "usage": 160 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47876", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47865, + "usage_id": 160 + }, + "4603.EG.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "005, Verschlussraum", "arch_name": "005@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47876", - "roomcode": "4603.EG.008", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45920", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47876, + "usage_id": 30 + }, + "4603.EG.010": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "006, Dusche", "arch_name": "006@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45920", - "roomcode": "4603.EG.010", - "usage": 113 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45926", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45920, + "usage_id": 113 + }, + "4603.EG.012": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "007, Umkleide", "arch_name": "007@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45926", - "roomcode": "4603.EG.012", - "usage": 121 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45935", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45926, + "usage_id": 121 + }, + "4603.EG.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, Metallwerkstatt grob", "arch_name": "004@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45935", - "roomcode": "4603.EG.013", - "usage": 51 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45945", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45935, + "usage_id": 51 + }, + "4603.EG.014": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003A, Vorraum", "arch_name": "003A@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45945", - "roomcode": "4603.EG.014", - "usage": 50 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45958", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45945, + "usage_id": 50 + }, + "4603.EG.015": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, Ersatzteillager", "arch_name": "003@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45958", - "roomcode": "4603.EG.015", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46111", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45958, + "usage_id": 30 + }, + "4603.EG.016": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Schleppergarage", "arch_name": "002@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46111", - "roomcode": "4603.EG.016", - "usage": 100 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=71397", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46111, + "usage_id": 100 + }, + "4603.EG.019": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Kompressor", "arch_name": "001@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=71397", - "roomcode": "4603.EG.019", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=72849", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71397, + "usage_id": 120 + }, + "4603.EG.020": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001a, Abstellraum", "arch_name": "001a@4603", - "b_area_id": 54, - "b_filter_id": 739, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=72849", - "roomcode": "4603.EG.020", - "usage": 159 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46145", + "area_id": 54, + "building_id": 739, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72849, + "usage_id": 159 + }, + "4604.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Maschinenhalle", "arch_name": "001@4604", - "b_area_id": 54, - "b_filter_id": 740, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46145", - "roomcode": "4604.EG.001", - "usage": 100 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46288", + "area_id": 54, + "building_id": 740, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46145, + "usage_id": 100 + }, + "4605.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Schweine", "arch_name": "001@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46288", - "roomcode": "4605.EG.001", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46304", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46288, + "usage_id": 106 + }, + "4605.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Operationsraum", "arch_name": "002@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46304", - "roomcode": "4605.EG.002", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46312", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46304, + "usage_id": 197 + }, + "4605.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, Gang", "arch_name": "003@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46312", - "roomcode": "4605.EG.003", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46320", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46312, + "usage_id": 222 + }, + "4605.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, WC / Dusche", "arch_name": "004@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46320", - "roomcode": "4605.EG.004", - "usage": 113 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46471", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46320, + "usage_id": 113 + }, + "4605.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "005, Futteraufbereitung", "arch_name": "005@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46471", - "roomcode": "4605.EG.005", - "usage": 168 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46481", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46471, + "usage_id": 168 + }, + "4605.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "006, L\u00fcftungszentrale", "arch_name": "006@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46481", - "roomcode": "4605.EG.006", - "usage": 32 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46488", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46481, + "usage_id": 32 + }, + "4605.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "007, Futtergang/Schweinehaltung", "arch_name": "007@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46488", - "roomcode": "4605.EG.007", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46498", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46488, + "usage_id": 106 + }, + "4605.EG.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "008, B\u00fcro", "arch_name": "008@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46498", - "roomcode": "4605.EG.008", - "usage": 12 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46506", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46498, + "usage_id": 12 + }, + "4605.EG.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, Versuchsgang", "arch_name": "003@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46506", - "roomcode": "4605.EG.009", - "usage": 16 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46655", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46506, + "usage_id": 16 + }, + "4605.EG.010": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "010, Versuchsstall 1", "arch_name": "010@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46655", - "roomcode": "4605.EG.010", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46664", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46655, + "usage_id": 197 + }, + "4605.EG.011": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "011, Versuchsstall 2", "arch_name": "011@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46664", - "roomcode": "4605.EG.011", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46673", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46664, + "usage_id": 197 + }, + "4605.EG.012": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "012, Versuchsstall 3", "arch_name": "012@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46673", - "roomcode": "4605.EG.012", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46685", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46673, + "usage_id": 197 + }, + "4605.EG.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "013, Versuchsstall 4", "arch_name": "013@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46685", - "roomcode": "4605.EG.013", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46696", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46685, + "usage_id": 197 + }, + "4605.EG.014": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "014, Versuchsstall 5", "arch_name": "014@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46696", - "roomcode": "4605.EG.014", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46842", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46696, + "usage_id": 197 + }, + "4605.EG.015": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "015, Versuchsstall 6", "arch_name": "015@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46842", - "roomcode": "4605.EG.015", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46846", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46842, + "usage_id": 197 + }, + "4605.EG.016": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "016, Labor/Isolatorhaltung Schwein", "arch_name": "016@4605", - "b_area_id": 54, - "b_filter_id": 741, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46846", - "roomcode": "4605.EG.016", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44358", + "area_id": 54, + "building_id": 741, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46846, + "usage_id": 197 + }, + "4606.01.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "101, Fahrzeugwaage", "arch_name": "101@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44358", - "roomcode": "4606.01.001", - "usage": 103 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44527", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44358, + "usage_id": 103 + }, + "4606.01.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "107, Lager", "arch_name": "107@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44527", - "roomcode": "4606.01.003", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44538", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44527, + "usage_id": 30 + }, + "4606.01.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "104, Vorraum WC", "arch_name": "104@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44538", - "roomcode": "4606.01.004", - "usage": 118 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44551", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44538, + "usage_id": 118 + }, + "4606.01.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "103, WC", "arch_name": "103@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44551", - "roomcode": "4606.01.005", - "usage": 114 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44704", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44551, + "usage_id": 114 + }, + "4606.01.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "102, Sacklager", "arch_name": "102@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44704", - "roomcode": "4606.01.006", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44721", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44704, + "usage_id": 30 + }, + "4606.01.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "106, Umkleide", "arch_name": "106@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44721", - "roomcode": "4606.01.007", - "usage": 121 - }, - { - "address": "Staatsgut Thalhausen, 1.OG", - "address_link": "ris.einzelraum?raumkey=44728", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 43315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44721, + "usage_id": 121 + }, + "4606.01.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "105, Stahltreppe", "arch_name": "105@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44728", - "roomcode": "4606.01.008", - "usage": 223 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46856", + "area_id": 54, + "building_id": 742, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44728, + "usage_id": 223 + }, + "4606.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, Getreidefachlager", "arch_name": "003@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46856", - "roomcode": "4606.EG.001", - "usage": 168 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46869", + "area_id": 54, + "building_id": 742, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46856, + "usage_id": 168 + }, + "4606.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Heizungsraum/Kompressor", "arch_name": "002@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46869", - "roomcode": "4606.EG.002", - "usage": 201 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46884", + "area_id": 54, + "building_id": 742, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46869, + "usage_id": 201 + }, + "4606.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Kraftfutter", "arch_name": "001@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46884", - "roomcode": "4606.EG.003", - "usage": 168 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47034", + "area_id": 54, + "building_id": 742, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46884, + "usage_id": 168 + }, + "4606.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001A, Fl\u00fcssigfutter- Aufbereitung", "arch_name": "001A@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47034", - "roomcode": "4606.EG.004", - "usage": 168 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47048", + "area_id": 54, + "building_id": 742, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47034, + "usage_id": 168 + }, + "4606.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001C, Schaltraum", "arch_name": "001C@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47048", - "roomcode": "4606.EG.005", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44343", + "area_id": 54, + "building_id": 742, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47048, + "usage_id": 120 + }, + "4606.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, Stahltreppe", "arch_name": "004@4606", - "b_area_id": 54, - "b_filter_id": 742, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44343", - "roomcode": "4606.EG.007", - "usage": 223 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44876", + "area_id": 54, + "building_id": 742, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44343, + "usage_id": 223 + }, + "4607.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Bedienungsgang", "arch_name": "001@4607", - "b_area_id": 54, - "b_filter_id": 743, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44876", - "roomcode": "4607.EG.001", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44886", + "area_id": 54, + "building_id": 743, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44876, + "usage_id": 222 + }, + "4607.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Tragende Sauen", "arch_name": "002@4607", - "b_area_id": 54, - "b_filter_id": 743, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44886", - "roomcode": "4607.EG.002", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44895", + "area_id": 54, + "building_id": 743, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44886, + "usage_id": 106 + }, + "4607.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, Tragende Sauen", "arch_name": "003@4607", - "b_area_id": 54, - "b_filter_id": 743, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44895", - "roomcode": "4607.EG.003", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44901", + "area_id": 54, + "building_id": 743, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44895, + "usage_id": 106 + }, + "4607.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, Tragende Sauen", "arch_name": "004@4607", - "b_area_id": 54, - "b_filter_id": 743, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44901", - "roomcode": "4607.EG.004", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44915", + "area_id": 54, + "building_id": 743, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44901, + "usage_id": 106 + }, + "4607.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "005, Versuchseber Besamungsstall 1-3", "arch_name": "005@4607", - "b_area_id": 54, - "b_filter_id": 743, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44915", - "roomcode": "4607.EG.006", - "usage": 197 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45062", + "area_id": 54, + "building_id": 743, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44915, + "usage_id": 197 + }, + "4607.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "006, Versuchseber Jungsauenstall", "arch_name": "006@4607", - "b_area_id": 54, - "b_filter_id": 743, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45062", - "roomcode": "4607.EG.007", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45093", + "area_id": 54, + "building_id": 743, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45062, + "usage_id": 106 + }, + "4608.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Mastschweinestall I", "arch_name": "001@4608", - "b_area_id": 54, - "b_filter_id": 744, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45093", - "roomcode": "4608.EG.001", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45095", + "area_id": 54, + "building_id": 744, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45093, + "usage_id": 106 + }, + "4608.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Mastschweinestall I", "arch_name": "002@4608", - "b_area_id": 54, - "b_filter_id": 744, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45095", - "roomcode": "4608.EG.002", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45248", + "area_id": 54, + "building_id": 744, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45095, + "usage_id": 106 + }, + "4609.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, L\u00e4ufer/Abferkelstall 1", "arch_name": "001@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45248", - "roomcode": "4609.EG.001", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45259", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45248, + "usage_id": 106 + }, + "4609.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, L\u00e4ufer/Abferkelstall 2", "arch_name": "002@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45259", - "roomcode": "4609.EG.002", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45269", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45259, + "usage_id": 106 + }, + "4609.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "003, L\u00e4ufer/Abferkelstall 3", "arch_name": "003@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45269", - "roomcode": "4609.EG.003", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45276", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45269, + "usage_id": 106 + }, + "4609.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, L\u00e4ufer/Abferkelstall 4", "arch_name": "004@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45276", - "roomcode": "4609.EG.004", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45423", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45276, + "usage_id": 106 + }, + "4609.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "005, L\u00e4ufer/Abferkelstall 5", "arch_name": "005@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45423", - "roomcode": "4609.EG.005", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45432", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45423, + "usage_id": 106 + }, + "4609.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "006, L\u00e4ufer/Abferkelstall 6", "arch_name": "006@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45432", - "roomcode": "4609.EG.006", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45439", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45432, + "usage_id": 106 + }, + "4609.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "008, Ferkel Stall 7", "arch_name": "008@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45439", - "roomcode": "4609.EG.007", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45451", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45439, + "usage_id": 106 + }, + "4609.EG.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "009, Ferkel Stall 8", "arch_name": "009@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45451", - "roomcode": "4609.EG.008", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45605", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45451, + "usage_id": 106 + }, + "4609.EG.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "010, Ferkel Stall 9", "arch_name": "010@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45605", - "roomcode": "4609.EG.009", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=72888", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45605, + "usage_id": 106 + }, + "4609.EG.010A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "011, Ferkel Stall 10", "arch_name": "011@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=72888", - "roomcode": "4609.EG.010A", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=72889", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72888, + "usage_id": 106 + }, + "4609.EG.011A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "012, Ferkel Stall 11", "arch_name": "012@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=72889", - "roomcode": "4609.EG.011A", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=72890", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72889, + "usage_id": 106 + }, + "4609.EG.012A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "013, Ferkel Stall 12", "arch_name": "013@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=72890", - "roomcode": "4609.EG.012A", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45791", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72890, + "usage_id": 106 + }, + "4609.EG.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "007, Bedienungsgang", "arch_name": "007@4609", - "b_area_id": 54, - "b_filter_id": 745, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45791", - "roomcode": "4609.EG.013", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45804", + "area_id": 54, + "building_id": 745, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45791, + "usage_id": 222 + }, + "4610.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Mastschweinestall II", "arch_name": "001@4610", - "b_area_id": 54, - "b_filter_id": 746, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15667", - "operator": "[ TUWZO4U ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45804", - "roomcode": "4610.EG.001", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45816", + "area_id": 54, + "building_id": 746, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45804, + "usage_id": 106 + }, + "4610.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Mastschweinestall II", "arch_name": "002@4610", - "b_area_id": 54, - "b_filter_id": 746, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45816", - "roomcode": "4610.EG.002", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45965", + "area_id": 54, + "building_id": 746, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45816, + "usage_id": 106 + }, + "4611.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "004, Bedienungsgang", "arch_name": "004@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45965", - "roomcode": "4611.EG.001", - "usage": 222 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45980", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45965, + "usage_id": 222 + }, + "4611.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TH1, Tierhaltung 1", "arch_name": "TH1@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45980", - "roomcode": "4611.EG.003", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=68924", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45980, + "usage_id": 106 + }, + "4611.EG.003A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "005, Sp\u00fclk\u00fcche", "arch_name": "005@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=68924", - "roomcode": "4611.EG.003A", - "usage": 28 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45992", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68924, + "usage_id": 28 + }, + "4611.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TH2, Tierhaltung 2", "arch_name": "TH2@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45992", - "roomcode": "4611.EG.004", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=68925", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45992, + "usage_id": 106 + }, + "4611.EG.004A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TH3, Tierhaltung 3", "arch_name": "TH3@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=68925", - "roomcode": "4611.EG.004A", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46003", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68925, + "usage_id": 106 + }, + "4611.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TH4, Tierhaltung 4", "arch_name": "TH4@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46003", - "roomcode": "4611.EG.005", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=68926", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46003, + "usage_id": 106 + }, + "4611.EG.005A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TH5, Tierhaltung 5", "arch_name": "TH5@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=68926", - "roomcode": "4611.EG.005A", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46155", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68926, + "usage_id": 106 + }, + "4611.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "006, Inkubatoren", "arch_name": "006@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46155", - "roomcode": "4611.EG.006", - "usage": 102 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46162", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46155, + "usage_id": 102 + }, + "4611.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "007, Lager", "arch_name": "007@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46162", - "roomcode": "4611.EG.007", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=68974", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46162, + "usage_id": 30 + }, + "4611.EG.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "008, Futterlager", "arch_name": "008@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=68974", - "roomcode": "4611.EG.009", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=68965", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68974, + "usage_id": 30 + }, + "4611.EG.011A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, WC", "arch_name": "002@4611", - "b_area_id": 54, - "b_filter_id": 736, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=68965", - "roomcode": "4611.EG.011A", - "usage": 114 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46183", + "area_id": 54, + "building_id": 736, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68965, + "usage_id": 114 + }, + "4612.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Lager", "arch_name": "001@4612", - "b_area_id": 54, - "b_filter_id": 730, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46183", - "roomcode": "4612.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46191", + "area_id": 54, + "building_id": 730, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46183, + "usage_id": 30 + }, + "4612.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "002, Lager", "arch_name": "002@4612", - "b_area_id": 54, - "b_filter_id": 730, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46191", - "roomcode": "4612.EG.002", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46341", + "area_id": 54, + "building_id": 730, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46191, + "usage_id": 30 + }, + "4613.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "03, Lager", "arch_name": "03@4613", - "b_area_id": 54, - "b_filter_id": 731, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46341", - "roomcode": "4613.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46346", + "area_id": 54, + "building_id": 731, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46341, + "usage_id": 30 + }, + "4613.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "04, Lager", "arch_name": "04@4613", - "b_area_id": 54, - "b_filter_id": 731, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46346", - "roomcode": "4613.EG.002", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46357", + "area_id": 54, + "building_id": 731, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46346, + "usage_id": 30 + }, + "4613.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "01, Tierhaltung 6-8", "arch_name": "01@4613", - "b_area_id": 54, - "b_filter_id": 731, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46357", - "roomcode": "4613.EG.003", - "usage": 106 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46367", + "area_id": 54, + "building_id": 731, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46357, + "usage_id": 106 + }, + "4613.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "02, Lager", "arch_name": "02@4613", - "b_area_id": 54, - "b_filter_id": 731, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=47597", - "operator": "[ TUWZB4R ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46367", - "roomcode": "4613.EG.004", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46529", + "area_id": 54, + "building_id": 731, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46367, + "usage_id": 30 + }, + "4614.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "001, Futtergang", "arch_name": "001@4614", - "b_area_id": 54, - "b_filter_id": 732, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46529", - "roomcode": "4614.EG.001", - "usage": 16 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46538", + "area_id": 54, + "building_id": 732, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46529, + "usage_id": 16 + }, + "4615.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "G\u00fcllebeh\u00e4lter 1", "arch_name": "@4615", - "b_area_id": 54, - "b_filter_id": 733, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46538", - "roomcode": "4615.EG.001", - "usage": 182 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46904", + "area_id": 54, + "building_id": 733, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46538, + "usage_id": 182 + }, + "4616.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "01, G\u00fcllebeh\u00e4lter 1", "arch_name": "01@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46904", - "roomcode": "4616.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69027", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46904, + "usage_id": 30 + }, + "4616.EG.001A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "01A, Erdfilter", "arch_name": "01A@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69027", - "roomcode": "4616.EG.001A", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69028", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69027, + "usage_id": 120 + }, + "4616.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "02, G\u00fcllebeh\u00e4lter 2", "arch_name": "02@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69028", - "roomcode": "4616.EG.002", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69029", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69028, + "usage_id": 30 + }, + "4616.EG.002A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "02A, Erdfilter", "arch_name": "02A@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69029", - "roomcode": "4616.EG.002A", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69030", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69029, + "usage_id": 120 + }, + "4616.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "03, G\u00fcllebeh\u00e4lter 3", "arch_name": "03@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69030", - "roomcode": "4616.EG.003", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69031", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69030, + "usage_id": 30 + }, + "4616.EG.003A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "03A, Erdfilter", "arch_name": "03A@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69031", - "roomcode": "4616.EG.003A", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69032", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69031, + "usage_id": 120 + }, + "4616.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "04, G\u00fcllebeh\u00e4lter 4", "arch_name": "04@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69032", - "roomcode": "4616.EG.004", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=69033", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69032, + "usage_id": 30 + }, + "4616.EG.004A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "04A, Erdfilter", "arch_name": "04A@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=69033", - "roomcode": "4616.EG.004A", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=72891", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69033, + "usage_id": 120 + }, + "4616.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "05, G\u00fcllebeh\u00e4lter 5", "arch_name": "05@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=72891", - "roomcode": "4616.EG.005", - "usage": 30 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=72892", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72891, + "usage_id": 30 + }, + "4616.EG.005A": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "05A, Erdfilter", "arch_name": "05A@4616", - "b_area_id": 54, - "b_filter_id": 734, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=72892", - "roomcode": "4616.EG.005A", - "usage": 120 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46911", + "area_id": 54, + "building_id": 734, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72892, + "usage_id": 120 + }, + "4620.EG.001": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.42 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46911", - "roomcode": "4620.EG.001", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46923", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46911, + "usage_id": 157 + }, + "4620.EG.002": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.42 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46923", - "roomcode": "4620.EG.002", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47069", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46923, + "usage_id": 157 + }, + "4620.EG.003": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.54 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47069", - "roomcode": "4620.EG.003", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47084", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47069, + "usage_id": 157 + }, + "4620.EG.004": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.54 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47084", - "roomcode": "4620.EG.004", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47093", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47084, + "usage_id": 157 + }, + "4620.EG.005": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL.NR.55 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47093", - "roomcode": "4620.EG.005", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=47106", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47093, + "usage_id": 157 + }, + "4620.EG.006": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.59 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=47106", - "roomcode": "4620.EG.006", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44391", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47106, + "usage_id": 157 + }, + "4620.EG.007": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.59 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44391", - "roomcode": "4620.EG.007", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44395", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44391, + "usage_id": 157 + }, + "4620.EG.008": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL.NR.61 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44395", - "roomcode": "4620.EG.008", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44410", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44395, + "usage_id": 157 + }, + "4620.EG.009": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.61 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44410", - "roomcode": "4620.EG.009", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44417", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44410, + "usage_id": 157 + }, + "4620.EG.010": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.61 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44417", - "roomcode": "4620.EG.010", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44425", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44417, + "usage_id": 157 + }, + "4620.EG.011": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL.NR.66 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44425", - "roomcode": "4620.EG.011", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44572", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44425, + "usage_id": 157 + }, + "4620.EG.012": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T.FL.FL.NR.81 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44572", - "roomcode": "4620.EG.012", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44580", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44572, + "usage_id": 157 + }, + "4620.EG.013": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.81 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44580", - "roomcode": "4620.EG.013", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44590", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44580, + "usage_id": 157 + }, + "4620.EG.014": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.82 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44590", - "roomcode": "4620.EG.014", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44604", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44590, + "usage_id": 157 + }, + "4620.EG.015": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.82 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44604", - "roomcode": "4620.EG.015", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44747", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44604, + "usage_id": 157 + }, + "4620.EG.016": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL.NR.85 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44747", - "roomcode": "4620.EG.016", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44756", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44747, + "usage_id": 157 + }, + "4620.EG.017": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.87 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44756", - "roomcode": "4620.EG.017", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44761", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44756, + "usage_id": 157 + }, + "4620.EG.018": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.87 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44761", - "roomcode": "4620.EG.018", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44770", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44761, + "usage_id": 157 + }, + "4620.EG.019": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.87 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44770", - "roomcode": "4620.EG.019", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44780", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44770, + "usage_id": 157 + }, + "4620.EG.020": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.94 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44780", - "roomcode": "4620.EG.020", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44920", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44780, + "usage_id": 157 + }, + "4620.EG.021": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.94 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44920", - "roomcode": "4620.EG.021", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44927", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44920, + "usage_id": 157 + }, + "4620.EG.022": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.97 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44927", - "roomcode": "4620.EG.022", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44939", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44927, + "usage_id": 157 + }, + "4620.EG.023": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.97 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44939", - "roomcode": "4620.EG.023", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44947", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44939, + "usage_id": 157 + }, + "4620.EG.024": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.101 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44947", - "roomcode": "4620.EG.024", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44958", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44947, + "usage_id": 157 + }, + "4620.EG.025": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44958", - "roomcode": "4620.EG.025", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45100", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44958, + "usage_id": 157 + }, + "4620.EG.026": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45100", - "roomcode": "4620.EG.026", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45113", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45100, + "usage_id": 157 + }, + "4620.EG.027": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45113", - "roomcode": "4620.EG.027", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45121", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45113, + "usage_id": 157 + }, + "4620.EG.028": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45121", - "roomcode": "4620.EG.028", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45132", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45121, + "usage_id": 157 + }, + "4620.EG.029": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45132", - "roomcode": "4620.EG.029", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45144", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45132, + "usage_id": 157 + }, + "4620.EG.030": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.123 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45144", - "roomcode": "4620.EG.030", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45294", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45144, + "usage_id": 157 + }, + "4620.EG.031": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.123 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45294", - "roomcode": "4620.EG.031", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45301", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45294, + "usage_id": 157 + }, + "4620.EG.032": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL.NR.124 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45301", - "roomcode": "4620.EG.032", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45310", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45301, + "usage_id": 157 + }, + "4620.EG.033": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.125 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45310", - "roomcode": "4620.EG.033", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45463", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45310, + "usage_id": 157 + }, + "4620.EG.034": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "T-FL.FL.NR.125 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45463", - "roomcode": "4620.EG.034", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45477", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45463, + "usage_id": 157 + }, + "4620.EG.035": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.NR.125 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45477", - "roomcode": "4620.EG.035", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45487", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45477, + "usage_id": 157 + }, + "4620.EG.036": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.NR.126 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45487", - "roomcode": "4620.EG.036", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45494", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45487, + "usage_id": 157 + }, + "4620.EG.037": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.NR.126 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45494", - "roomcode": "4620.EG.037", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45502", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45494, + "usage_id": 157 + }, + "4620.EG.038": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.NR.126 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45502", - "roomcode": "4620.EG.038", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45647", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45502, + "usage_id": 157 + }, + "4620.EG.039": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.NR.127 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45647", - "roomcode": "4620.EG.039", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45660", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45647, + "usage_id": 157 + }, + "4620.EG.040": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.NR.127 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45660", - "roomcode": "4620.EG.040", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45673", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45660, + "usage_id": 157 + }, + "4620.EG.041": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL.NR.133 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45673", - "roomcode": "4620.EG.041", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45684", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45673, + "usage_id": 157 + }, + "4620.EG.042": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45684", - "roomcode": "4620.EG.042", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45833", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45684, + "usage_id": 157 + }, + "4620.EG.043": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45833", - "roomcode": "4620.EG.043", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45848", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45833, + "usage_id": 157 + }, + "4620.EG.044": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45848", - "roomcode": "4620.EG.044", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=45865", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45848, + "usage_id": 157 + }, + "4620.EG.045": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=45865", - "roomcode": "4620.EG.045", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46010", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45865, + "usage_id": 157 + }, + "4620.EG.046": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46010", - "roomcode": "4620.EG.046", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46031", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46010, + "usage_id": 157 + }, + "4620.EG.047": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.147 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46031", - "roomcode": "4620.EG.047", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46042", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46031, + "usage_id": 157 + }, + "4620.EG.048": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.147 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46042", - "roomcode": "4620.EG.048", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46058", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46042, + "usage_id": 157 + }, + "4620.EG.049": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.148 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46058", - "roomcode": "4620.EG.049", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46207", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46058, + "usage_id": 157 + }, + "4620.EG.050": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.148 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46207", - "roomcode": "4620.EG.050", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46218", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46207, + "usage_id": 157 + }, + "4620.EG.051": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.148 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46218", - "roomcode": "4620.EG.051", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46230", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46218, + "usage_id": 157 + }, + "4620.EG.052": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46230", - "roomcode": "4620.EG.052", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46385", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46230, + "usage_id": 157 + }, + "4620.EG.053": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46385", - "roomcode": "4620.EG.053", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46402", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46385, + "usage_id": 157 + }, + "4620.EG.054": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46402", - "roomcode": "4620.EG.054", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46413", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46402, + "usage_id": 157 + }, + "4620.EG.055": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46413", - "roomcode": "4620.EG.055", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46421", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46413, + "usage_id": 157 + }, + "4620.EG.056": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.141 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46421", - "roomcode": "4620.EG.056", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46568", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46421, + "usage_id": 157 + }, + "4620.EG.057": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.141 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46568", - "roomcode": "4620.EG.057", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46578", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46568, + "usage_id": 157 + }, + "4620.EG.058": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.155+156 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46578", - "roomcode": "4620.EG.058", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46590", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46578, + "usage_id": 157 + }, + "4620.EG.059": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.155+156 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46590", - "roomcode": "4620.EG.059", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46598", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46590, + "usage_id": 157 + }, + "4620.EG.060": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.155+156 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46598", - "roomcode": "4620.EG.060", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46749", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46598, + "usage_id": 157 + }, + "4620.EG.061": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.159+970 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46749", - "roomcode": "4620.EG.061", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46757", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46749, + "usage_id": 157 + }, + "4620.EG.062": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.159+970 GEM.ITZL.", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46757", - "roomcode": "4620.EG.062", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46767", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46757, + "usage_id": 157 + }, + "4620.EG.063": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.208 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46767", - "roomcode": "4620.EG.063", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46777", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46767, + "usage_id": 157 + }, + "4620.EG.064": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL.FL.208 GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46777", - "roomcode": "4620.EG.064", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46791", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46777, + "usage_id": 157 + }, + "4620.EG.065": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL. GEM.ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46791", - "roomcode": "4620.EG.065", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46939", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46791, + "usage_id": 157 + }, + "4620.EG.066": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL. GEM. ITZLING", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46939", - "roomcode": "4620.EG.066", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46951", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46939, + "usage_id": 157 + }, + "4620.EG.067": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "FL. GEM.WIPPENHAUSEN", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46951", - "roomcode": "4620.EG.067", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=46965", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46951, + "usage_id": 157 + }, + "4620.EG.068": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL. GEM.NEUHAUSEN", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=46965", - "roomcode": "4620.EG.068", - "usage": 157 - }, - { - "address": "Staatsgut Thalhausen, EG", - "address_link": "ris.einzelraum?raumkey=44435", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46965, + "usage_id": 157 + }, + "4620.EG.069": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "alt_name": "TFL. GEM.NEUHAUSEN", "arch_name": "@4620", - "b_area_id": 54, - "b_filter_id": 735, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=43315", - "operator": "[ TUWZM2B ]", - "plz_place": "85402 Kranzberg", - "room_link": "wbRaum.editRaum?pRaumNr=44435", - "roomcode": "4620.EG.069", - "usage": 157 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70666", + "area_id": 54, + "building_id": 735, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44435, + "usage_id": 157 + }, + "4800.01.101": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.01, Treppenhaus/Podest", "arch_name": "1.01@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70666", - "roomcode": "4800.01.101", - "usage": 223 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70620", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70666, + "usage_id": 223 + }, + "4800.01.101A": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.01A, Treppenhaus/Flur", "arch_name": "1.01A@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70620", - "roomcode": "4800.01.101A", - "usage": 223 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70619", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70620, + "usage_id": 223 + }, + "4800.01.102": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.02, Technik/Heizung", "arch_name": "1.02@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70619", - "roomcode": "4800.01.102", - "usage": 120 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70621", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70619, + "usage_id": 120 + }, + "4800.01.103": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.03, Flur (Studio A)", "arch_name": "1.03@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70621", - "roomcode": "4800.01.103", - "usage": 222 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70622", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70621, + "usage_id": 222 + }, + "4800.01.104": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.04, G\u00e4stezimmer (A2)", "arch_name": "1.04@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70622", - "roomcode": "4800.01.104", - "usage": 53 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70667", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70622, + "usage_id": 53 + }, + "4800.01.105": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.05, G\u00e4stezimmer (A1)", "arch_name": "1.05@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70667", - "roomcode": "4800.01.105", - "usage": 53 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70623", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70667, + "usage_id": 53 + }, + "4800.01.106": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.06, K\u00fcche (Studio A)", "arch_name": "1.06@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70623", - "roomcode": "4800.01.106", - "usage": 44 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70668", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70623, + "usage_id": 44 + }, + "4800.01.107": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.07, Bad (Studio A)", "arch_name": "1.07@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70668", - "roomcode": "4800.01.107", - "usage": 112 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70669", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70668, + "usage_id": 112 + }, + "4800.01.108": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.08, Flur (Studio B)", "arch_name": "1.08@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70669", - "roomcode": "4800.01.108", - "usage": 222 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70624", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70669, + "usage_id": 222 + }, + "4800.01.109": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.09, Bad (Studio B)", "arch_name": "1.09@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70624", - "roomcode": "4800.01.109", - "usage": 112 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70625", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70624, + "usage_id": 112 + }, + "4800.01.110": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.10, K\u00fcche (Studio B)", "arch_name": "1.10@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70625", - "roomcode": "4800.01.110", - "usage": 44 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70626", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70625, + "usage_id": 44 + }, + "4800.01.111": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.11, G\u00e4stezimmer (B1)", "arch_name": "1.11@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70626", - "roomcode": "4800.01.111", - "usage": 53 - }, - { - "address": "Acheringer Hauptstr. 32a, 1.OG", - "address_link": "ris.einzelraum?raumkey=70686", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70626, + "usage_id": 53 + }, + "4800.01.112": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "1.12, G\u00e4stezimmer (B2)", "arch_name": "1.12@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70686", - "roomcode": "4800.01.112", - "usage": 53 - }, - { - "address": "Acheringer Hauptstr. 32a, 2.OG", - "address_link": "ris.einzelraum?raumkey=70670", + "area_id": 138, + "building_id": 2589, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70686, + "usage_id": 53 + }, + "4800.02.201": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "2.01, Dachabstellraum", "arch_name": "2.01@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26175", - "operator": "[ TUZVR84 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70670", - "roomcode": "4800.02.201", - "usage": 159 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70685", + "area_id": 138, + "building_id": 2589, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70670, + "usage_id": 159 + }, + "4800.EG.001": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.01, Treppenhaus", "arch_name": "0.01@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70685", - "roomcode": "4800.EG.001", - "usage": 223 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70613", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70685, + "usage_id": 223 + }, + "4800.EG.002": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.02, WC", "arch_name": "0.02@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70613", - "roomcode": "4800.EG.002", - "usage": 115 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70655", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70613, + "usage_id": 115 + }, + "4800.EG.003": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.03, WC", "arch_name": "0.03@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70655", - "roomcode": "4800.EG.003", - "usage": 115 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70614", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70655, + "usage_id": 115 + }, + "4800.EG.004": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.04, Labor", "arch_name": "0.04@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70614", - "roomcode": "4800.EG.004", - "usage": 194 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70664", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70614, + "usage_id": 194 + }, + "4800.EG.005": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.05, Aufenthaltsraum mit K\u00fcche", "arch_name": "0.05@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70664", - "roomcode": "4800.EG.005", - "usage": 44 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70615", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70664, + "usage_id": 44 + }, + "4800.EG.006": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.06, B\u00fcro", "arch_name": "0.06@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70615", - "roomcode": "4800.EG.006", - "usage": 12 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70616", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70615, + "usage_id": 12 + }, + "4800.EG.007": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.07, B\u00fcro", "arch_name": "0.07@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70616", - "roomcode": "4800.EG.007", - "usage": 12 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70665", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70616, + "usage_id": 12 + }, + "4800.EG.008": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.08, Roboterhalle", "arch_name": "0.08@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14945", - "operator": "[ TUBVHBB ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70665", - "roomcode": "4800.EG.008", - "usage": 49 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70617", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70665, + "usage_id": 49 + }, + "4800.EG.009": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.01A, Treppe", "arch_name": "0.01A@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70617", - "roomcode": "4800.EG.009", - "usage": 223 - }, - { - "address": "Acheringer Hauptstr. 32a, EG", - "address_link": "ris.einzelraum?raumkey=70618", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70617, + "usage_id": 223 + }, + "4800.EG.010": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "alt_name": "0.10, Au\u00dfenbereich mit 7Stellpl\u00e4tzen", "arch_name": "0.10@4800", - "b_area_id": 138, - "b_filter_id": 2589, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85354 Freising", - "room_link": "wbRaum.editRaum?pRaumNr=70618", - "roomcode": "4800.EG.010", - "usage": 204 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51986", + "area_id": 138, + "building_id": 2589, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70618, + "usage_id": 204 + }, + "4801.01.101A": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Bad", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51986", - "roomcode": "4801.01.101A", - "usage": 112 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52138", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51986, + "usage_id": 112 + }, + "4801.01.104": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau VF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52138", - "roomcode": "4801.01.104", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52302", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52138, + "usage_id": 222 + }, + "4801.01.108": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau FF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52302", - "roomcode": "4801.01.108", - "usage": 120 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52312", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52302, + "usage_id": 120 + }, + "4801.01.109": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "WC", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52312", - "roomcode": "4801.01.109", - "usage": 114 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52473", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52312, + "usage_id": 114 + }, + "4801.01.112": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppe", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52473", - "roomcode": "4801.01.112", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52636", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52473, + "usage_id": 223 + }, + "4801.01.117": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Bad", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52636", - "roomcode": "4801.01.117", - "usage": 112 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52646", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52636, + "usage_id": 112 + }, + "4801.01.118": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "WC", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52646", - "roomcode": "4801.01.118", - "usage": 114 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52659", + "area_id": 56, + "building_id": 780, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52646, + "usage_id": 114 + }, + "4801.02.201": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "HNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52659", - "roomcode": "4801.02.201", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52665", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52659, + "usage_id": 217 + }, + "4801.02.202": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau NNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52665", - "roomcode": "4801.02.202", - "usage": 37 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52819", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52665, + "usage_id": 37 + }, + "4801.02.204": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau VF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52819", - "roomcode": "4801.02.204", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52825", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52819, + "usage_id": 222 + }, + "4801.02.205": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "HNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52825", - "roomcode": "4801.02.205", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52837", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52825, + "usage_id": 217 + }, + "4801.02.206": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "HNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52837", - "roomcode": "4801.02.206", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52855", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52837, + "usage_id": 217 + }, + "4801.02.208": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau NNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52855", - "roomcode": "4801.02.208", - "usage": 37 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52999", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52855, + "usage_id": 37 + }, + "4801.02.210": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau NNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52999", - "roomcode": "4801.02.210", - "usage": 37 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53006", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52999, + "usage_id": 37 + }, + "4801.02.211": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "z. Zt. nicht belegt HNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53006", - "roomcode": "4801.02.211", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53012", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53006, + "usage_id": 217 + }, + "4801.02.212": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "HNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53012", - "roomcode": "4801.02.212", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53021", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53012, + "usage_id": 217 + }, + "4801.02.213": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "HNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53021", - "roomcode": "4801.02.213", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53032", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53021, + "usage_id": 217 + }, + "4801.02.214": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Umbau NNF", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53032", - "roomcode": "4801.02.214", - "usage": 159 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53166", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53032, + "usage_id": 159 + }, + "4801.02.215": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Abstellraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53166", - "roomcode": "4801.02.215", - "usage": 159 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53183", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53166, + "usage_id": 159 + }, + "4801.02.217": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Abstellraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53183", - "roomcode": "4801.02.217", - "usage": 159 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53191", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53183, + "usage_id": 159 + }, + "4801.02.218": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppe", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53191", - "roomcode": "4801.02.218", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53197", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53191, + "usage_id": 223 + }, + "4801.02.219": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Abstellraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53197", - "roomcode": "4801.02.219", - "usage": 159 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=53343", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53197, + "usage_id": 159 + }, + "4801.02.220": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "WC", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53343", - "roomcode": "4801.02.220", - "usage": 114 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51418", + "area_id": 56, + "building_id": 780, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53343, + "usage_id": 114 + }, + "4801.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "B\u00fcro", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51418", - "roomcode": "4801.EG.001", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51425", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51418, + "usage_id": 12 + }, + "4801.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Flur", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51425", - "roomcode": "4801.EG.002", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51437", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51425, + "usage_id": 222 + }, + "4801.EG.003": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "B\u00fcro", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51437", - "roomcode": "4801.EG.003", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51445", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51437, + "usage_id": 12 + }, + "4801.EG.004": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Gang", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51445", - "roomcode": "4801.EG.004", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51456", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51445, + "usage_id": 222 + }, + "4801.EG.005": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Aufenthaltsraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51456", - "roomcode": "4801.EG.005", - "usage": 44 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51607", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51456, + "usage_id": 44 + }, + "4801.EG.006": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Waschk\u00fcche", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51607", - "roomcode": "4801.EG.006", - "usage": 181 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51620", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51607, + "usage_id": 181 + }, + "4801.EG.007": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Abstellraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51620", - "roomcode": "4801.EG.007", - "usage": 159 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51632", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51620, + "usage_id": 159 + }, + "4801.EG.008": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Bad", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51632", - "roomcode": "4801.EG.008", - "usage": 112 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51650", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51632, + "usage_id": 112 + }, + "4801.EG.010": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Gang", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51650", - "roomcode": "4801.EG.010", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51789", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51650, + "usage_id": 222 + }, + "4801.EG.011": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "B\u00fcro", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51789", - "roomcode": "4801.EG.011", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51794", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51789, + "usage_id": 12 + }, + "4801.EG.012": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Gang", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51794", - "roomcode": "4801.EG.012", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51969", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51794, + "usage_id": 222 + }, + "4801.EG.016": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "WC", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51969", - "roomcode": "4801.EG.016", - "usage": 114 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.UG", - "address_link": "ris.einzelraum?raumkey=51243", + "area_id": 56, + "building_id": 780, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51969, + "usage_id": 114 + }, + "4801.U1.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "\u00d6llager", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51243", - "roomcode": "4801.U1.001", - "usage": 30 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.UG", - "address_link": "ris.einzelraum?raumkey=51254", + "area_id": 56, + "building_id": 780, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51243, + "usage_id": 30 + }, + "4801.U1.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Heizungsraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51254", - "roomcode": "4801.U1.002", - "usage": 201 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.UG", - "address_link": "ris.einzelraum?raumkey=51263", + "area_id": 56, + "building_id": 780, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51254, + "usage_id": 201 + }, + "4801.U1.003": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Kellerraum", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51263", - "roomcode": "4801.U1.003", - "usage": 159 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.UG", - "address_link": "ris.einzelraum?raumkey=51270", + "area_id": 56, + "building_id": 780, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51263, + "usage_id": 159 + }, + "4801.U1.004": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Gang", "arch_name": "@4801", - "b_area_id": 56, - "b_filter_id": 780, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51270", - "roomcode": "4801.U1.004", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=53857", + "area_id": 56, + "building_id": 780, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51270, + "usage_id": 222 + }, + "4802.01.101": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.01, B\u00fcro", "arch_name": "1.01@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53857", - "roomcode": "4802.01.101", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=53868", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53857, + "usage_id": 12 + }, + "4802.01.102": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.02, B\u00fcro", "arch_name": "1.02@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53868", - "roomcode": "4802.01.102", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=53872", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53868, + "usage_id": 12 + }, + "4802.01.103": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.03, B\u00fcro", "arch_name": "1.03@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53872", - "roomcode": "4802.01.103", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=53884", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53872, + "usage_id": 12 + }, + "4802.01.104": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.04, B\u00fcro", "arch_name": "1.04@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53884", - "roomcode": "4802.01.104", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=53888", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53884, + "usage_id": 12 + }, + "4802.01.105": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.05, B\u00fcro", "arch_name": "1.05@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53888", - "roomcode": "4802.01.105", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=53895", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53888, + "usage_id": 12 + }, + "4802.01.106": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53895", - "roomcode": "4802.01.106", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51289", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53895, + "usage_id": 12 + }, + "4802.01.107": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.07, Teek\u00fcche", "arch_name": "1.07@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51289", - "roomcode": "4802.01.107", - "usage": 198 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51301", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51289, + "usage_id": 198 + }, + "4802.01.108": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.08, Seminarraum", "arch_name": "1.08@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": "tvKalender.wSicht?cOrg=15688&cRes=18316&cReadonly=J", - "extended": { - "additional_description": "1.08, Seminarraum", - "address": "Staatsgut Gr\u00fcnschwaige(4802), 1.Obergescho\u00df", - "architect_room_nr": "1.08@4802", - "area_m2": 70.53, - "building": "4802 VSG.Gr\u00fcnschw.-Mehrzweckhalle", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "108", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85462 Eitting" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51301", - "roomcode": "4802.01.108", - "usage": 41 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51307", + "area_id": 56, + "building_id": 779, + "calendar_resource_nr": 18316, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51301, + "usage_id": 41 + }, + "4802.01.109": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.09, Flur", "arch_name": "1.09@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51307", - "roomcode": "4802.01.109", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51317", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51307, + "usage_id": 222 + }, + "4802.01.110": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "1.10, Treppe", "arch_name": "1.10@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51317", - "roomcode": "4802.01.110", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53348", + "area_id": 56, + "building_id": 779, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51317, + "usage_id": 223 + }, + "4802.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.01, Heizung", "arch_name": "0.01@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53348", - "roomcode": "4802.EG.001", - "usage": 201 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53358", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53348, + "usage_id": 201 + }, + "4802.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.02, K\u00fchlraum", "arch_name": "0.02@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53358", - "roomcode": "4802.EG.002", - "usage": 199 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53362", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53358, + "usage_id": 199 + }, + "4802.EG.003": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.03, B\u00fcro", "arch_name": "0.03@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53362", - "roomcode": "4802.EG.003", - "usage": 12 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53365", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53362, + "usage_id": 12 + }, + "4802.EG.004": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.04, Proben/Aufbereitung", "arch_name": "0.04@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53365", - "roomcode": "4802.EG.004", - "usage": 102 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53375", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53365, + "usage_id": 102 + }, + "4802.EG.005": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.05, Trockenraum", "arch_name": "0.05@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53375", - "roomcode": "4802.EG.005", - "usage": 181 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53380", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53375, + "usage_id": 181 + }, + "4802.EG.006": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.06, M\u00fchlen", "arch_name": "0.06@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53380", - "roomcode": "4802.EG.006", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53521", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53380, + "usage_id": 168 + }, + "4802.EG.007": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.07, Messraum", "arch_name": "0.07@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53521", - "roomcode": "4802.EG.007", - "usage": 103 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53526", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53521, + "usage_id": 103 + }, + "4802.EG.008": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.08, Elektroraum", "arch_name": "0.08@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53526", - "roomcode": "4802.EG.008", - "usage": 120 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53536", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53526, + "usage_id": 120 + }, + "4802.EG.009": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.09, WC-Damen", "arch_name": "0.09@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53536", - "roomcode": "4802.EG.009", - "usage": 116 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53541", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53536, + "usage_id": 116 + }, + "4802.EG.010": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.10, WC-Herren", "arch_name": "0.10@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53541", - "roomcode": "4802.EG.010", - "usage": 115 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53550", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53541, + "usage_id": 115 + }, + "4802.EG.011": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.11, Reinigungsmittelraum", "arch_name": "0.11@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53550", - "roomcode": "4802.EG.011", - "usage": 205 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53685", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53550, + "usage_id": 205 + }, + "4802.EG.012": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.12, Vorraum", "arch_name": "0.12@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53685", - "roomcode": "4802.EG.012", - "usage": 37 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53694", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53685, + "usage_id": 37 + }, + "4802.EG.013": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.13, Messraum", "arch_name": "0.13@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53694", - "roomcode": "4802.EG.013", - "usage": 103 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53705", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53694, + "usage_id": 103 + }, + "4802.EG.014": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.15, Garage", "arch_name": "0.15@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53705", - "roomcode": "4802.EG.014", - "usage": 100 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53716", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53705, + "usage_id": 100 + }, + "4802.EG.015": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "015, Magazin", "arch_name": "015@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53716", - "roomcode": "4802.EG.015", - "usage": 2 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=53723", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53716, + "usage_id": 2 + }, + "4802.EG.016": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.16, Eingang / Flur", "arch_name": "0.16@4802", - "b_area_id": 56, - "b_filter_id": 779, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=53723", - "roomcode": "4802.EG.016", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51459", + "area_id": 56, + "building_id": 779, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53723, + "usage_id": 222 + }, + "4803.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "001, Weideschuppen", "arch_name": "001@4803", - "b_area_id": 56, - "b_filter_id": 766, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51459", - "roomcode": "4803.EG.001", - "usage": 100 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51506", + "area_id": 56, + "building_id": 766, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51459, + "usage_id": 100 + }, + "4804.01.101": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Ger\u00e4teschuppen", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51506", - "roomcode": "4804.01.101", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51656", + "area_id": 56, + "building_id": 767, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51506, + "usage_id": 168 + }, + "4804.01.101A": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppe", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51656", - "roomcode": "4804.01.101A", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=51664", + "area_id": 56, + "building_id": 767, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51656, + "usage_id": 223 + }, + "4804.02.201": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Getreidespeicher", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51664", - "roomcode": "4804.02.201", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=51672", + "area_id": 56, + "building_id": 767, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51664, + "usage_id": 168 + }, + "4804.02.201A": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppe", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51672", - "roomcode": "4804.02.201A", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 3.OG", - "address_link": "ris.einzelraum?raumkey=51679", + "area_id": 56, + "building_id": 767, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51672, + "usage_id": 223 + }, + "4804.03.301": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Laufsteg", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51679", - "roomcode": "4804.03.301", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51477", + "area_id": 56, + "building_id": 767, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51679, + "usage_id": 222 + }, + "4804.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "MISCHRAUM", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51477", - "roomcode": "4804.EG.001", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51487", + "area_id": 56, + "building_id": 767, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51477, + "usage_id": 168 + }, + "4804.EG.001A": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppe", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51487", - "roomcode": "4804.EG.001A", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51492", + "area_id": 56, + "building_id": 767, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51487, + "usage_id": 223 + }, + "4804.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Getreidelager", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51492", - "roomcode": "4804.EG.002", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51496", + "area_id": 56, + "building_id": 767, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51492, + "usage_id": 168 + }, + "4804.EG.003": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Getreideannahme m. Gebl.", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51496", - "roomcode": "4804.EG.003", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.UG", - "address_link": "ris.einzelraum?raumkey=51470", + "area_id": 56, + "building_id": 767, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51496, + "usage_id": 168 + }, + "4804.U1.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Kartoffelkeller", "arch_name": "@4804", - "b_area_id": 56, - "b_filter_id": 767, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51470", - "roomcode": "4804.U1.001", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51686", + "area_id": 56, + "building_id": 767, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51470, + "usage_id": 168 + }, + "4805.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Futtersilos", "arch_name": "@4805", - "b_area_id": 56, - "b_filter_id": 768, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51686", - "roomcode": "4805.EG.001", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51827", + "area_id": 56, + "building_id": 768, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51686, + "usage_id": 168 + }, + "4805.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Fahrsilo", "arch_name": "@4805", - "b_area_id": 56, - "b_filter_id": 768, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51827", - "roomcode": "4805.EG.002", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51833", + "area_id": 56, + "building_id": 768, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51827, + "usage_id": 168 + }, + "4805.EG.003": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "003, Fahrsilo", "arch_name": "003@4805", - "b_area_id": 56, - "b_filter_id": 768, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51833", - "roomcode": "4805.EG.003", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51843", + "area_id": 56, + "building_id": 768, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51833, + "usage_id": 168 + }, + "4805.EG.004": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "004, Fahrsilo", "arch_name": "004@4805", - "b_area_id": 56, - "b_filter_id": 768, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51843", - "roomcode": "4805.EG.004", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51864", + "area_id": 56, + "building_id": 768, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51843, + "usage_id": 168 + }, + "4806.01.004": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Heuboden", "arch_name": "@4806", - "b_area_id": 56, - "b_filter_id": 769, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51864", - "roomcode": "4806.01.004", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=51998", + "area_id": 56, + "building_id": 769, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51864, + "usage_id": 168 + }, + "4806.01.005": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Futterboden", "arch_name": "@4806", - "b_area_id": 56, - "b_filter_id": 769, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51998", - "roomcode": "4806.01.005", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52003", + "area_id": 56, + "building_id": 769, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51998, + "usage_id": 168 + }, + "4806.01.006": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Futterboden", "arch_name": "@4806", - "b_area_id": 56, - "b_filter_id": 769, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52003", - "roomcode": "4806.01.006", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51845", + "area_id": 56, + "building_id": 769, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52003, + "usage_id": 168 + }, + "4806.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Schafstall", "arch_name": "@4806", - "b_area_id": 56, - "b_filter_id": 769, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51845", - "roomcode": "4806.EG.001", - "usage": 106 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51854", + "area_id": 56, + "building_id": 769, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51845, + "usage_id": 106 + }, + "4806.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Futterzubereitung", "arch_name": "@4806", - "b_area_id": 56, - "b_filter_id": 769, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51854", - "roomcode": "4806.EG.002", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=51861", + "area_id": 56, + "building_id": 769, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51854, + "usage_id": 168 + }, + "4806.EG.003": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Lager / Futtermittel", "arch_name": "@4806", - "b_area_id": 56, - "b_filter_id": 769, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=51861", - "roomcode": "4806.EG.003", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52010", + "area_id": 56, + "building_id": 769, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51861, + "usage_id": 168 + }, + "4807.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "D\u00fcngerlager", "arch_name": "@4807", - "b_area_id": 56, - "b_filter_id": 770, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52010", - "roomcode": "4807.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52023", + "area_id": 56, + "building_id": 770, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52010, + "usage_id": 30 + }, + "4808.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "0.01, Strohlager (Neubau Stallgeb.)", "arch_name": "0.01@4808", - "b_area_id": 56, - "b_filter_id": 771, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52023", - "roomcode": "4808.EG.001", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52025", + "area_id": 56, + "building_id": 771, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52023, + "usage_id": 168 + }, + "4809.EG.009": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "009, Ger\u00e4teschuppen", "arch_name": "009@4809", - "b_area_id": 56, - "b_filter_id": 772, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52025", - "roomcode": "4809.EG.009", - "usage": 168 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52163", + "area_id": 56, + "building_id": 772, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52025, + "usage_id": 168 + }, + "4810.EG.009": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "009, Einraumtretmiststall", "arch_name": "009@4810", - "b_area_id": 56, - "b_filter_id": 773, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52163", - "roomcode": "4810.EG.009", - "usage": 106 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52170", + "area_id": 56, + "building_id": 773, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52163, + "usage_id": 106 + }, + "4811.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "001, Strohscheune", "arch_name": "001@4811", - "b_area_id": 56, - "b_filter_id": 774, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52170", - "roomcode": "4811.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52177", + "area_id": 56, + "building_id": 774, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52170, + "usage_id": 30 + }, + "4812.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "001, Mehrzweckhalle", "arch_name": "001@4812", - "b_area_id": 56, - "b_filter_id": 775, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52177", - "roomcode": "4812.EG.001", - "usage": 100 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52537", + "area_id": 56, + "building_id": 775, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52177, + "usage_id": 100 + }, + "4813.01.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Bad / WC", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52537", - "roomcode": "4813.01.002", - "usage": 112 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 1.OG", - "address_link": "ris.einzelraum?raumkey=52706", + "area_id": 56, + "building_id": 776, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52537, + "usage_id": 112 + }, + "4813.01.006": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppenflur", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52706", - "roomcode": "4813.01.006", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, 2.OG", - "address_link": "ris.einzelraum?raumkey=52709", + "area_id": 56, + "building_id": 776, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52706, + "usage_id": 222 + }, + "4813.02.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Nicht ausgebaute Speicherfl\u00e4chen", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52709", - "roomcode": "4813.02.001", - "usage": 217 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52190", + "area_id": 56, + "building_id": 776, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52709, + "usage_id": 217 + }, + "4813.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Heizung", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52190", - "roomcode": "4813.EG.002", - "usage": 201 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52344", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52190, + "usage_id": 201 + }, + "4813.EG.003A": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "003A, Bad / WC", "arch_name": "003A@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52344", - "roomcode": "4813.EG.003A", - "usage": 112 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52355", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52344, + "usage_id": 112 + }, + "4813.EG.004": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Gemeinschaftsk\u00fcche", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52355", - "roomcode": "4813.EG.004", - "usage": 53 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52368", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52355, + "usage_id": 53 + }, + "4813.EG.006": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "WC", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52368", - "roomcode": "4813.EG.006", - "usage": 114 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52375", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52368, + "usage_id": 114 + }, + "4813.EG.007": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "7, Dusche", "arch_name": "7@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52375", - "roomcode": "4813.EG.007", - "usage": 113 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52509", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52375, + "usage_id": 113 + }, + "4813.EG.008": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Garage", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52509", - "roomcode": "4813.EG.008", - "usage": 100 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52518", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52509, + "usage_id": 100 + }, + "4813.EG.009": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "009, Flur", "arch_name": "009@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52518", - "roomcode": "4813.EG.009", - "usage": 222 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52520", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52518, + "usage_id": 222 + }, + "4813.EG.010": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "Treppenflur", "arch_name": "@4813", - "b_area_id": 56, - "b_filter_id": 776, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52520", - "roomcode": "4813.EG.010", - "usage": 223 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52721", + "area_id": 56, + "building_id": 776, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52520, + "usage_id": 223 + }, + "4814.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "001, Fahrsilo", "arch_name": "001@4814", - "b_area_id": 56, - "b_filter_id": 777, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52721", - "roomcode": "4814.EG.001", - "usage": 30 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52859", + "area_id": 56, + "building_id": 777, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52721, + "usage_id": 30 + }, + "4814.EG.002": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "002, Fahrsilo", "arch_name": "002@4814", - "b_area_id": 56, - "b_filter_id": 777, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52859", - "roomcode": "4814.EG.002", - "usage": 30 - }, - { - "address": "Staatsgut Gr\u00fcnschwaige, EG", - "address_link": "ris.einzelraum?raumkey=52865", + "area_id": 56, + "building_id": 777, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52859, + "usage_id": 30 + }, + "4815.EG.001": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "alt_name": "001, Grastrockner", "arch_name": "001@4815", - "b_area_id": 56, - "b_filter_id": 778, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15688", - "operator": "[ TUWZA2K ]", - "plz_place": "85462 Eitting", - "room_link": "wbRaum.editRaum?pRaumNr=52865", - "roomcode": "4815.EG.001", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51152", + "area_id": 56, + "building_id": 778, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52865, + "usage_id": 30 + }, + "4901.01.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.01, Bad/ WC", "arch_name": "1.01@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51152", - "roomcode": "4901.01.001", - "usage": 112 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51335", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51152, + "usage_id": 112 + }, + "4901.01.007": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.10, Flur", "arch_name": "1.10@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51335", - "roomcode": "4901.01.007", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51344", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51335, + "usage_id": 222 + }, + "4901.01.008": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.08, Treppenraum", "arch_name": "1.08@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51344", - "roomcode": "4901.01.008", - "usage": 223 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51351", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51344, + "usage_id": 223 + }, + "4901.01.009": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.09, Praktikantenzimmer", "arch_name": "1.09@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51351", - "roomcode": "4901.01.009", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51511", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51351, + "usage_id": 53 + }, + "4901.01.012": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.12, WC", "arch_name": "1.12@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51511", - "roomcode": "4901.01.012", - "usage": 114 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51534", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51511, + "usage_id": 114 + }, + "4901.01.015": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.15, Flur", "arch_name": "1.15@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51534", - "roomcode": "4901.01.015", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51542", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51534, + "usage_id": 222 + }, + "4901.01.016": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.16, Garderobe", "arch_name": "1.16@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51542", - "roomcode": "4901.01.016", - "usage": 121 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51551", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51542, + "usage_id": 121 + }, + "4901.01.017": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.17, WC", "arch_name": "1.17@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51551", - "roomcode": "4901.01.017", - "usage": 114 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51697", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51551, + "usage_id": 114 + }, + "4901.01.018": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.18, Bad", "arch_name": "1.18@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51697", - "roomcode": "4901.01.018", - "usage": 112 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73364", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51697, + "usage_id": 112 + }, + "4901.01.020A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.20, Speisekammer", "arch_name": "1.20@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73364", - "roomcode": "4901.01.020A", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73341", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73364, + "usage_id": 159 + }, + "4901.01.021A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.21, Schlafraum", "arch_name": "1.21@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73341", - "roomcode": "4901.01.021A", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73342", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73341, + "usage_id": 53 + }, + "4901.01.022A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.22, Kinderzimmer", "arch_name": "1.22@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73342", - "roomcode": "4901.01.022A", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73343", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73342, + "usage_id": 53 + }, + "4901.01.023A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.23, Abstellraum", "arch_name": "1.23@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73343", - "roomcode": "4901.01.023A", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73340", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73343, + "usage_id": 159 + }, + "4901.01.024A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.24, Wohnzimmer", "arch_name": "1.24@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73340", - "roomcode": "4901.01.024A", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73356", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73340, + "usage_id": 53 + }, + "4901.01.025A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.25, Heuboden", "arch_name": "1.25@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73356", - "roomcode": "4901.01.025A", - "usage": 168 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73357", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73356, + "usage_id": 168 + }, + "4901.01.026A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.26, Bad / WC", "arch_name": "1.26@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73357", - "roomcode": "4901.01.026A", - "usage": 112 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73358", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73357, + "usage_id": 112 + }, + "4901.01.027A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.27, K\u00fcche", "arch_name": "1.27@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73358", - "roomcode": "4901.01.027A", - "usage": 28 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73359", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73358, + "usage_id": 28 + }, + "4901.01.028A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.28, Zimmer", "arch_name": "1.28@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73359", - "roomcode": "4901.01.028A", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73360", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73359, + "usage_id": 53 + }, + "4901.01.029A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.29, Zimmer", "arch_name": "1.29@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73360", - "roomcode": "4901.01.029A", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52567", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73360, + "usage_id": 53 + }, + "4901.01.030": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "110, Flur", "arch_name": "110@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52567", - "roomcode": "4901.01.030", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73363", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52567, + "usage_id": 222 + }, + "4901.01.030A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.30, Gang", "arch_name": "1.30@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73363", - "roomcode": "4901.01.030A", - "usage": 16 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73361", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73363, + "usage_id": 16 + }, + "4901.01.031A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.31, Gang", "arch_name": "1.31@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73361", - "roomcode": "4901.01.031A", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73362", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73361, + "usage_id": 222 + }, + "4901.01.032A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.32, Gang", "arch_name": "1.32@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73362", - "roomcode": "4901.01.032A", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=73365", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73362, + "usage_id": 222 + }, + "4901.01.033": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "1.33, Treppe (1.OG-2.OG)", "arch_name": "1.33@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73365", - "roomcode": "4901.01.033", - "usage": 223 - }, - { - "address": "Oberroggenstein 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52596", + "area_id": 52, + "building_id": 634, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73365, + "usage_id": 223 + }, + "4901.02.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "2.01, Flur", "arch_name": "2.01@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52596", - "roomcode": "4901.02.001", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52205", + "area_id": 52, + "building_id": 634, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52596, + "usage_id": 222 + }, + "4901.02.002": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "2.02, Abstellraum", "arch_name": "2.02@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52205", - "roomcode": "4901.02.002", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52210", + "area_id": 52, + "building_id": 634, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52205, + "usage_id": 159 + }, + "4901.02.003": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "2.03, Speicher", "arch_name": "2.03@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52210", - "roomcode": "4901.02.003", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53068", + "area_id": 52, + "building_id": 634, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52210, + "usage_id": 159 + }, + "4901.EG.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.01, Bad / WC", "arch_name": "0.01@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53068", - "roomcode": "4901.EG.001", - "usage": 112 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53382", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53068, + "usage_id": 112 + }, + "4901.EG.008": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.08, Flur", "arch_name": "0.08@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53382", - "roomcode": "4901.EG.008", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53393", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53382, + "usage_id": 222 + }, + "4901.EG.009": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.09, Gang", "arch_name": "0.09@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53393", - "roomcode": "4901.EG.009", - "usage": 16 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53402", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53393, + "usage_id": 16 + }, + "4901.EG.010": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.07A, Garderobe", "arch_name": "0.07A@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53402", - "roomcode": "4901.EG.010", - "usage": 121 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53412", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53402, + "usage_id": 121 + }, + "4901.EG.011": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.07, WC", "arch_name": "0.07@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53412", - "roomcode": "4901.EG.011", - "usage": 114 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53420", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53412, + "usage_id": 114 + }, + "4901.EG.012": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.15, B\u00fcro", "arch_name": "0.15@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53420", - "roomcode": "4901.EG.012", - "usage": 12 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53558", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53420, + "usage_id": 12 + }, + "4901.EG.013": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.12, B\u00fcro", "arch_name": "0.12@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53558", - "roomcode": "4901.EG.013", - "usage": 12 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=73354", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53558, + "usage_id": 12 + }, + "4901.EG.013A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.10, Flur (0.11-0.15)", "arch_name": "0.10@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73354", - "roomcode": "4901.EG.013A", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53569", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73354, + "usage_id": 222 + }, + "4901.EG.014": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.14, Labor", "arch_name": "0.14@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53569", - "roomcode": "4901.EG.014", - "usage": 102 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53576", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53569, + "usage_id": 102 + }, + "4901.EG.015": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.13, Schrankraum", "arch_name": "0.13@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53576", - "roomcode": "4901.EG.015", - "usage": 121 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53584", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15689, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53576, + "usage_id": 121 + }, + "4901.EG.016": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.16, Reinigung", "arch_name": "0.16@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53584", - "roomcode": "4901.EG.016", - "usage": 209 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53592", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53584, + "usage_id": 209 + }, + "4901.EG.017": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.17, Lager", "arch_name": "0.17@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53592", - "roomcode": "4901.EG.017", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53596", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53592, + "usage_id": 30 + }, + "4901.EG.018": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.18, Lager- u. Versuchsraum", "arch_name": "0.18@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53596", - "roomcode": "4901.EG.018", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53733", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53596, + "usage_id": 30 + }, + "4901.EG.018A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.21, Abstellraum", "arch_name": "0.21@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53733", - "roomcode": "4901.EG.018A", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53736", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53733, + "usage_id": 159 + }, + "4901.EG.018B": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.11, WC", "arch_name": "0.11@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53736", - "roomcode": "4901.EG.018B", - "usage": 114 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53744", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53736, + "usage_id": 114 + }, + "4901.EG.018C": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.23, Labor", "arch_name": "0.23@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53744", - "roomcode": "4901.EG.018C", - "usage": 102 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53752", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53744, + "usage_id": 102 + }, + "4901.EG.018D": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.24, Labor", "arch_name": "0.24@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53752", - "roomcode": "4901.EG.018D", - "usage": 102 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53759", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53752, + "usage_id": 102 + }, + "4901.EG.019": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.19, Ger\u00e4telager", "arch_name": "0.19@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53759", - "roomcode": "4901.EG.019", - "usage": 18 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=53761", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53759, + "usage_id": 18 + }, + "4901.EG.019A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.20, Abstellfl\u00e4che", "arch_name": "0.20@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53761", - "roomcode": "4901.EG.019A", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=73355", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53761, + "usage_id": 159 + }, + "4901.EG.026": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.22, Durchfahrt", "arch_name": "0.22@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73355", - "roomcode": "4901.EG.026", - "usage": 13 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=73366", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73355, + "usage_id": 13 + }, + "4901.EG.027": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "0.27, Au\u00dfentreppe zur Whg. (EG-1.OG)", "arch_name": "0.27@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=73366", - "roomcode": "4901.EG.027", - "usage": 7 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52875", + "area_id": 52, + "building_id": 634, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73366, + "usage_id": 7 + }, + "4901.U1.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "004, Flur", "arch_name": "004@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52875", - "roomcode": "4901.U1.001", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52882", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52875, + "usage_id": 222 + }, + "4901.U1.002": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "002, Abstellraum", "arch_name": "002@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52882", - "roomcode": "4901.U1.002", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52891", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52882, + "usage_id": 159 + }, + "4901.U1.003": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "003, Tankraum", "arch_name": "003@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52891", - "roomcode": "4901.U1.003", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52895", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52891, + "usage_id": 30 + }, + "4901.U1.004": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "001, Flur", "arch_name": "001@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52895", - "roomcode": "4901.U1.004", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53035", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52895, + "usage_id": 222 + }, + "4901.U1.005": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "005, Heizungsraum", "arch_name": "005@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53035", - "roomcode": "4901.U1.005", - "usage": 201 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53042", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53035, + "usage_id": 201 + }, + "4901.U1.006": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "006, Abstellraum", "arch_name": "006@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53042", - "roomcode": "4901.U1.006", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53056", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53042, + "usage_id": 159 + }, + "4901.U1.007": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "007, Abstellraum", "arch_name": "007@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53056", - "roomcode": "4901.U1.007", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53064", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53056, + "usage_id": 159 + }, + "4901.U1.008": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "008, Abstellraum", "arch_name": "008@4901", - "b_area_id": 52, - "b_filter_id": 634, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=53064", - "roomcode": "4901.U1.008", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52218", + "area_id": 52, + "building_id": 634, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53064, + "usage_id": 159 + }, + "4902.EG.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "001, Gang", "arch_name": "001@4902", - "b_area_id": 52, - "b_filter_id": 635, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52218", - "roomcode": "4902.EG.001", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52226", + "area_id": 52, + "building_id": 635, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52218, + "usage_id": 222 + }, + "4902.EG.002": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "002, Abstellraum", "arch_name": "002@4902", - "b_area_id": 52, - "b_filter_id": 635, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52226", - "roomcode": "4902.EG.002", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52238", + "area_id": 52, + "building_id": 635, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52226, + "usage_id": 159 + }, + "4902.EG.003": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "003, Abstellraum", "arch_name": "003@4902", - "b_area_id": 52, - "b_filter_id": 635, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52238", - "roomcode": "4902.EG.003", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51866", + "area_id": 52, + "building_id": 635, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52238, + "usage_id": 159 + }, + "4902.EG.004": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "004, Ger\u00e4teraum", "arch_name": "004@4902", - "b_area_id": 52, - "b_filter_id": 635, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51866", - "roomcode": "4902.EG.004", - "usage": 18 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50727", + "area_id": 52, + "building_id": 635, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51866, + "usage_id": 18 + }, + "4903.01.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "101, Treppenraum", "arch_name": "101@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50727", - "roomcode": "4903.01.001", - "usage": 223 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50733", + "area_id": 52, + "building_id": 636, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50727, + "usage_id": 223 + }, + "4903.01.002": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "102, Flur", "arch_name": "102@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50733", - "roomcode": "4903.01.002", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50740", + "area_id": 52, + "building_id": 636, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50733, + "usage_id": 222 + }, + "4903.01.003": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "103, WC", "arch_name": "103@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50740", - "roomcode": "4903.01.003", - "usage": 114 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50746", + "area_id": 52, + "building_id": 636, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50740, + "usage_id": 114 + }, + "4903.01.004": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "104, Flur", "arch_name": "104@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50746", - "roomcode": "4903.01.004", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50754", + "area_id": 52, + "building_id": 636, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50746, + "usage_id": 222 + }, + "4903.01.005": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "105, Bad", "arch_name": "105@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50754", - "roomcode": "4903.01.005", - "usage": 112 - }, - { - "address": "Oberroggenstein 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50934", + "area_id": 52, + "building_id": 636, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50754, + "usage_id": 112 + }, + "4903.01.010": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "110, Praktikantenzimmer", "arch_name": "110@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50934", - "roomcode": "4903.01.010", - "usage": 12 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51873", + "area_id": 52, + "building_id": 636, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50934, + "usage_id": 12 + }, + "4903.EG.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "001, Aufenthaltsraum", "arch_name": "001@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51873", - "roomcode": "4903.EG.001", - "usage": 44 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51883", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15689, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51873, + "usage_id": 44 + }, + "4903.EG.002": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "002, Flur", "arch_name": "002@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51883", - "roomcode": "4903.EG.002", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51890", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51883, + "usage_id": 222 + }, + "4903.EG.003": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "003, WC", "arch_name": "003@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51890", - "roomcode": "4903.EG.003", - "usage": 114 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51895", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51890, + "usage_id": 114 + }, + "4903.EG.004": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "004, Vorraum", "arch_name": "004@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51895", - "roomcode": "4903.EG.004", - "usage": 50 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51902", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51895, + "usage_id": 50 + }, + "4903.EG.005": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "005, K\u00fcche", "arch_name": "005@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51902", - "roomcode": "4903.EG.005", - "usage": 28 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=51909", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51902, + "usage_id": 28 + }, + "4903.EG.006": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "006, Flur", "arch_name": "006@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=51909", - "roomcode": "4903.EG.006", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52383", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51909, + "usage_id": 222 + }, + "4903.EG.007": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "007, Vorraum", "arch_name": "007@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52383", - "roomcode": "4903.EG.007", - "usage": 50 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52391", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52383, + "usage_id": 50 + }, + "4903.EG.008": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "008, Heizung", "arch_name": "008@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52391", - "roomcode": "4903.EG.008", - "usage": 201 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52398", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52391, + "usage_id": 201 + }, + "4903.EG.009": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "009, Flur", "arch_name": "009@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52398", - "roomcode": "4903.EG.009", - "usage": 222 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52405", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52398, + "usage_id": 222 + }, + "4903.EG.010": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "010, K\u00fchlraum", "arch_name": "010@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52405", - "roomcode": "4903.EG.010", - "usage": 199 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=52421", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52405, + "usage_id": 199 + }, + "4903.EG.011": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "011, K\u00fchlraum", "arch_name": "011@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=52421", - "roomcode": "4903.EG.011", - "usage": 199 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50067", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52421, + "usage_id": 199 + }, + "4903.EG.012": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "012, Abstellraum", "arch_name": "012@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50067", - "roomcode": "4903.EG.012", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50074", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50067, + "usage_id": 159 + }, + "4903.EG.013": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "013, Schlachtraum", "arch_name": "013@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50074", - "roomcode": "4903.EG.013", - "usage": 102 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50085", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50074, + "usage_id": 102 + }, + "4903.EG.014": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "014, Garage", "arch_name": "014@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50085", - "roomcode": "4903.EG.014", - "usage": 100 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50093", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50085, + "usage_id": 100 + }, + "4903.EG.015": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "015, \u00d6llager", "arch_name": "015@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50093", - "roomcode": "4903.EG.015", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50101", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50093, + "usage_id": 30 + }, + "4903.EG.016": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "016, Einfahrt", "arch_name": "016@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50101", - "roomcode": "4903.EG.016", - "usage": 204 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50226", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50101, + "usage_id": 204 + }, + "4903.EG.017": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "017, Holzraum", "arch_name": "017@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50226", - "roomcode": "4903.EG.017", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50235", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50226, + "usage_id": 30 + }, + "4903.EG.018": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "018, Kohlelager", "arch_name": "018@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50235", - "roomcode": "4903.EG.018", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50245", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50235, + "usage_id": 30 + }, + "4903.EG.019": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "019, Abstellraum", "arch_name": "019@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50245", - "roomcode": "4903.EG.019", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50251", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50245, + "usage_id": 159 + }, + "4903.EG.020": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "020, Fahrradraum", "arch_name": "020@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50251", - "roomcode": "4903.EG.020", - "usage": 179 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50260", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50251, + "usage_id": 179 + }, + "4903.EG.021": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "021, Lager", "arch_name": "021@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50260", - "roomcode": "4903.EG.021", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50392", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50260, + "usage_id": 30 + }, + "4903.EG.022": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "022, Ger\u00e4telager", "arch_name": "022@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50392", - "roomcode": "4903.EG.022", - "usage": 18 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=68190", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50392, + "usage_id": 18 + }, + "4903.EG.022A": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "022A, Heizung", "arch_name": "022A@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=68190", - "roomcode": "4903.EG.022A", - "usage": 201 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50398", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68190, + "usage_id": 201 + }, + "4903.EG.023": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "023, Schweinestall", "arch_name": "023@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50398", - "roomcode": "4903.EG.023", - "usage": 106 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50406", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50398, + "usage_id": 106 + }, + "4903.EG.024": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "024, Futtersiloraum", "arch_name": "024@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50406", - "roomcode": "4903.EG.024", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50417", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50406, + "usage_id": 30 + }, + "4903.EG.025": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "025, Schweinestall", "arch_name": "025@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50417", - "roomcode": "4903.EG.025", - "usage": 106 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50424", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50417, + "usage_id": 106 + }, + "4903.EG.026": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "026, Schweinestall", "arch_name": "026@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50424", - "roomcode": "4903.EG.026", - "usage": 106 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50555", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50424, + "usage_id": 106 + }, + "4903.EG.027": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "027, Schweinestall", "arch_name": "027@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50555", - "roomcode": "4903.EG.027", - "usage": 106 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50564", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50555, + "usage_id": 106 + }, + "4903.EG.028": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "028, Abstellraum", "arch_name": "028@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50564", - "roomcode": "4903.EG.028", - "usage": 159 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50572", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50564, + "usage_id": 159 + }, + "4903.EG.029": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "029, Maschinen- u. Ger\u00e4teraum", "arch_name": "029@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50572", - "roomcode": "4903.EG.029", - "usage": 100 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50580", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50572, + "usage_id": 100 + }, + "4903.EG.030": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "030, Lager", "arch_name": "030@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50580", - "roomcode": "4903.EG.030", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50590", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50580, + "usage_id": 30 + }, + "4903.EG.031": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "031, \u00d6llager", "arch_name": "031@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50590", - "roomcode": "4903.EG.031", - "usage": 30 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=50598", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50590, + "usage_id": 30 + }, + "4903.EG.032": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "032, Abstellraum", "arch_name": "032@4903", - "b_area_id": 52, - "b_filter_id": 636, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=50598", - "roomcode": "4903.EG.032", - "usage": 159 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=50939", + "area_id": 52, + "building_id": 636, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50598, + "usage_id": 159 + }, + "4907.EG.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "1, Schlosserei u. Schmiede", "arch_name": "1@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=50939", - "roomcode": "4907.EG.001", - "usage": 108 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=51069", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50939, + "usage_id": 108 + }, + "4907.EG.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "2, Schreibraum", "arch_name": "2@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=51069", - "roomcode": "4907.EG.002", - "usage": 12 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=51076", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51069, + "usage_id": 12 + }, + "4907.EG.003": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "3, WC", "arch_name": "3@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=51076", - "roomcode": "4907.EG.003", - "usage": 114 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=51079", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51076, + "usage_id": 114 + }, + "4907.EG.003A": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "3a, WC-Vorraum", "arch_name": "3a@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=51079", - "roomcode": "4907.EG.003A", - "usage": 118 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=51086", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51079, + "usage_id": 118 + }, + "4907.EG.004": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "4, Schreinerei", "arch_name": "4@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=51086", - "roomcode": "4907.EG.004", - "usage": 107 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=51096", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51086, + "usage_id": 107 + }, + "4907.EG.005": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "5, Landmaschinen-, Ger\u00e4tehalle", "arch_name": "5@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=51096", - "roomcode": "4907.EG.005", - "usage": 100 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=51106", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51096, + "usage_id": 100 + }, + "4907.EG.006": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "6, Spritzmittellager", "arch_name": "6@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=51106", - "roomcode": "4907.EG.006", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48620", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51106, + "usage_id": 30 + }, + "4907.EG.007": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "7, \u00d6llager", "arch_name": "7@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48620", - "roomcode": "4907.EG.007", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48625", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48620, + "usage_id": 30 + }, + "4907.EG.008": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "8, Tankraum", "arch_name": "8@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48625", - "roomcode": "4907.EG.008", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48631", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48625, + "usage_id": 30 + }, + "4907.EG.009": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "9, Ger\u00e4tehalle", "arch_name": "9@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48631", - "roomcode": "4907.EG.009", - "usage": 100 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=68191", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48631, + "usage_id": 100 + }, + "4907.EG.010": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "10, Lager", "arch_name": "10@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=68191", - "roomcode": "4907.EG.010", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=68192", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68191, + "usage_id": 30 + }, + "4907.EG.011": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "11, WC", "arch_name": "11@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=68192", - "roomcode": "4907.EG.011", - "usage": 114 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=68193", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68192, + "usage_id": 114 + }, + "4907.EG.012": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "12, Lager", "arch_name": "12@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=68193", - "roomcode": "4907.EG.012", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=68194", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68193, + "usage_id": 30 + }, + "4907.EG.013": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "13, Lager", "arch_name": "13@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=68194", - "roomcode": "4907.EG.013", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=68195", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68194, + "usage_id": 30 + }, + "4907.EG.014": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "14, Lager", "arch_name": "14@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=68195", - "roomcode": "4907.EG.014", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=68196", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68195, + "usage_id": 30 + }, + "4907.EG.015": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "15, Lager", "arch_name": "15@4907", - "b_area_id": 52, - "b_filter_id": 637, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=68196", - "roomcode": "4907.EG.015", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48633", + "area_id": 52, + "building_id": 637, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68196, + "usage_id": 30 + }, + "4908.EG.801": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "1, Wagenremise", "arch_name": "1@4908", - "b_area_id": 52, - "b_filter_id": 638, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48633", - "roomcode": "4908.EG.801", - "usage": 100 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48802", + "area_id": 52, + "building_id": 638, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48633, + "usage_id": 100 + }, + "4909.01.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "005, Speicher", "arch_name": "005@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48802", - "roomcode": "4909.01.001", - "usage": 159 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48640", + "area_id": 52, + "building_id": 639, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48802, + "usage_id": 159 + }, + "4909.EG.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "001, D\u00fcngerlager", "arch_name": "001@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48640", - "roomcode": "4909.EG.001", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48643", + "area_id": 52, + "building_id": 639, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48640, + "usage_id": 30 + }, + "4909.EG.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "002, Maschinenhalle", "arch_name": "002@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48643", - "roomcode": "4909.EG.002", - "usage": 100 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48652", + "area_id": 52, + "building_id": 639, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48643, + "usage_id": 100 + }, + "4909.EG.002A": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "003, D\u00fcngerlager", "arch_name": "003@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48652", - "roomcode": "4909.EG.002A", - "usage": 30 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48781", + "area_id": 52, + "building_id": 639, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48652, + "usage_id": 30 + }, + "4909.EG.003": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "003, Futterlager", "arch_name": "003@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48781", - "roomcode": "4909.EG.003", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48791", + "area_id": 52, + "building_id": 639, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48781, + "usage_id": 168 + }, + "4909.EG.003A": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "003a, Durchfahrt", "arch_name": "003a@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48791", - "roomcode": "4909.EG.003A", - "usage": 204 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48795", + "area_id": 52, + "building_id": 639, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48791, + "usage_id": 204 + }, + "4909.EG.004": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "004, Ger\u00e4telager", "arch_name": "004@4909", - "b_area_id": 52, - "b_filter_id": 639, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48795", - "roomcode": "4909.EG.004", - "usage": 159 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49134", + "area_id": 52, + "building_id": 639, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48795, + "usage_id": 159 + }, + "4910.01.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "101, Treppenraum", "arch_name": "101@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49134", - "roomcode": "4910.01.001", - "usage": 223 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49141", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49134, + "usage_id": 223 + }, + "4910.01.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "102, Aufzug", "arch_name": "102@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49141", - "roomcode": "4910.01.002", - "usage": 4 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49148", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49141, + "usage_id": 4 + }, + "4910.01.003": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "103, Getreideauslaufkasten", "arch_name": "103@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49148", - "roomcode": "4910.01.003", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49289", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49148, + "usage_id": 168 + }, + "4910.01.004": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "104, Getreideauslaufkasten", "arch_name": "104@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49289", - "roomcode": "4910.01.004", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49295", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49289, + "usage_id": 168 + }, + "4910.01.005": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "105, Getreideauslaufkasten", "arch_name": "105@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49295", - "roomcode": "4910.01.005", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49302", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49295, + "usage_id": 168 + }, + "4910.01.006": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "106, Getreideauslaufkasten", "arch_name": "106@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49302", - "roomcode": "4910.01.006", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49313", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49302, + "usage_id": 168 + }, + "4910.01.007": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "107, Getreideauslaufkasten", "arch_name": "107@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49313", - "roomcode": "4910.01.007", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49319", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49313, + "usage_id": 168 + }, + "4910.01.008": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "108, Getreideauslaufkasten", "arch_name": "108@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49319", - "roomcode": "4910.01.008", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49455", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49319, + "usage_id": 168 + }, + "4910.01.009": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "109, Getreideauslaufkasten", "arch_name": "109@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49455", - "roomcode": "4910.01.009", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49462", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49455, + "usage_id": 168 + }, + "4910.01.010": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "110, Getreideauslaufkasten", "arch_name": "110@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49462", - "roomcode": "4910.01.010", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47740", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49462, + "usage_id": 168 + }, + "4910.01.011": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "111, Getreideauslaufkasten", "arch_name": "111@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47740", - "roomcode": "4910.01.011", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47808", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47740, + "usage_id": 168 + }, + "4910.01.012": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "112, Getreideauslaufkasten", "arch_name": "112@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47808", - "roomcode": "4910.01.012", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47814", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47808, + "usage_id": 168 + }, + "4910.01.013": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "113, Getreideauslaufkasten", "arch_name": "113@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47814", - "roomcode": "4910.01.013", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47823", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47814, + "usage_id": 168 + }, + "4910.01.014": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "114, Getreideauslaufkasten", "arch_name": "114@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47823", - "roomcode": "4910.01.014", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47827", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47823, + "usage_id": 168 + }, + "4910.01.015": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "115, Getreideauslaufkasten", "arch_name": "115@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47827", - "roomcode": "4910.01.015", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47837", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47827, + "usage_id": 168 + }, + "4910.01.016": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "116, Getreideauslaufkasten", "arch_name": "116@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47837", - "roomcode": "4910.01.016", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47903", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47837, + "usage_id": 168 + }, + "4910.01.017": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "117, Getreideauslaufkasten", "arch_name": "117@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47903", - "roomcode": "4910.01.017", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47912", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47903, + "usage_id": 168 + }, + "4910.01.018": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "118, Getreideauslaufkasten", "arch_name": "118@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47912", - "roomcode": "4910.01.018", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47923", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47912, + "usage_id": 168 + }, + "4910.01.019": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "119, Getreideauslaufkasten", "arch_name": "119@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47923", - "roomcode": "4910.01.019", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47932", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47923, + "usage_id": 168 + }, + "4910.01.020": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "120, Getreideauslaufkasten", "arch_name": "120@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47932", - "roomcode": "4910.01.020", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=47945", + "area_id": 52, + "building_id": 640, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47932, + "usage_id": 168 + }, + "4910.02.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "201, Treppenraum", "arch_name": "201@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=47945", - "roomcode": "4910.02.001", - "usage": 223 - }, - { - "address": "Unterroggenstein 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48011", + "area_id": 52, + "building_id": 640, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47945, + "usage_id": 223 + }, + "4910.02.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "202, Aufzug", "arch_name": "202@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48011", - "roomcode": "4910.02.002", - "usage": 4 - }, - { - "address": "Unterroggenstein 1-3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48021", + "area_id": 52, + "building_id": 640, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48011, + "usage_id": 4 + }, + "4910.02.003": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "203, Reinigungs- u. Trockenraum", "arch_name": "203@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48021", - "roomcode": "4910.02.003", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48035", + "area_id": 52, + "building_id": 640, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48021, + "usage_id": 168 + }, + "4910.03.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "301, Treppenraum", "arch_name": "301@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48035", - "roomcode": "4910.03.001", - "usage": 223 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48041", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48035, + "usage_id": 223 + }, + "4910.03.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "302, Aufzug", "arch_name": "302@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48041", - "roomcode": "4910.03.002", - "usage": 4 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48052", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48041, + "usage_id": 4 + }, + "4910.03.003": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "303, Getreideauslaufkasten", "arch_name": "303@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48052", - "roomcode": "4910.03.003", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48081", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48052, + "usage_id": 168 + }, + "4910.03.004": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "304, Getreideauslaufkasten", "arch_name": "304@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48081", - "roomcode": "4910.03.004", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48091", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48081, + "usage_id": 168 + }, + "4910.03.005": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "305, Getreideauslaufkasten", "arch_name": "305@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48091", - "roomcode": "4910.03.005", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48101", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48091, + "usage_id": 168 + }, + "4910.03.006": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "306, Getreideauslaufkasten", "arch_name": "306@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48101", - "roomcode": "4910.03.006", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 3.OG", - "address_link": "ris.einzelraum?raumkey=48110", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48101, + "usage_id": 168 + }, + "4910.03.007": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "307, Getreideauslaufkasten", "arch_name": "307@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48110", - "roomcode": "4910.03.007", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, 4.OG", - "address_link": "ris.einzelraum?raumkey=48147", + "area_id": 52, + "building_id": 640, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48110, + "usage_id": 168 + }, + "4910.04.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "401, Treppenraum", "arch_name": "401@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48147", - "roomcode": "4910.04.001", - "usage": 223 - }, - { - "address": "Unterroggenstein 1-3, 4.OG", - "address_link": "ris.einzelraum?raumkey=48163", + "area_id": 52, + "building_id": 640, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48147, + "usage_id": 223 + }, + "4910.04.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "402, Speicher", "arch_name": "402@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48163", - "roomcode": "4910.04.002", - "usage": 159 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48815", + "area_id": 52, + "building_id": 640, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48163, + "usage_id": 159 + }, + "4910.EG.001": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "001, Treppenraum", "arch_name": "001@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48815", - "roomcode": "4910.EG.001", - "usage": 223 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48949", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48815, + "usage_id": 223 + }, + "4910.EG.002": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "002, Aufzug", "arch_name": "002@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48949", - "roomcode": "4910.EG.002", - "usage": 4 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48955", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48949, + "usage_id": 4 + }, + "4910.EG.003": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "Abf\u00fcllraum / Futteraufbereitung", "arch_name": "@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48955", - "roomcode": "4910.EG.003", - "usage": 168 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48964", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48955, + "usage_id": 168 + }, + "4910.EG.004": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "004, Heizkessel", "arch_name": "004@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48964", - "roomcode": "4910.EG.004", - "usage": 201 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48970", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48964, + "usage_id": 201 + }, + "4910.EG.005": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "005, Durchfahrt", "arch_name": "005@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48970", - "roomcode": "4910.EG.005", - "usage": 204 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48976", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48970, + "usage_id": 204 + }, + "4910.EG.006": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "006, Staubkammer", "arch_name": "006@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48976", - "roomcode": "4910.EG.006", - "usage": 32 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=48981", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48976, + "usage_id": 32 + }, + "4910.EG.007": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "007, Staubkammer", "arch_name": "007@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=48981", - "roomcode": "4910.EG.007", - "usage": 32 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=49119", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48981, + "usage_id": 32 + }, + "4910.EG.008": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "008, Rampe", "arch_name": "008@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49119", - "roomcode": "4910.EG.008", - "usage": 36 - }, - { - "address": "Unterroggenstein 1-3, EG", - "address_link": "ris.einzelraum?raumkey=49125", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49119, + "usage_id": 36 + }, + "4910.EG.009": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "alt_name": "009, Elevatorgrube", "arch_name": "009@4910", - "b_area_id": 52, - "b_filter_id": 640, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15689", - "operator": "[ TUWZA2M ]", - "plz_place": "82275 Emmering", - "room_link": "wbRaum.editRaum?pRaumNr=49125", - "roomcode": "4910.EG.009", - "usage": 5 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, 1.OG", - "address_link": "ris.einzelraum?raumkey=47675", + "area_id": 52, + "building_id": 640, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49125, + "usage_id": 5 + }, + "4914.01.005A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "115A, Flur", "arch_name": "115A@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47675", - "roomcode": "4914.01.005A", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, 1.OG", - "address_link": "ris.einzelraum?raumkey=47688", + "area_id": 52, + "building_id": 643, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47675, + "usage_id": 222 + }, + "4914.01.005B": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "115B, Flur", "arch_name": "115B@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47688", - "roomcode": "4914.01.005B", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, 1.OG", - "address_link": "ris.einzelraum?raumkey=47974", + "area_id": 52, + "building_id": 643, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47688, + "usage_id": 222 + }, + "4914.01.007A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "117A, Kriechspeicher leer", "arch_name": "117A@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47974", - "roomcode": "4914.01.007A", - "usage": 159 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, 1.OG", - "address_link": "ris.einzelraum?raumkey=47989", + "area_id": 52, + "building_id": 643, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47974, + "usage_id": 159 + }, + "4914.01.007B": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "117B, Kriechspeicher leer", "arch_name": "117B@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47989", - "roomcode": "4914.01.007B", - "usage": 159 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, EG", - "address_link": "ris.einzelraum?raumkey=47258", + "area_id": 52, + "building_id": 643, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47989, + "usage_id": 159 + }, + "4914.EG.001A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "101A, Flur", "arch_name": "101A@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47258", - "roomcode": "4914.EG.001A", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, EG", - "address_link": "ris.einzelraum?raumkey=47269", + "area_id": 52, + "building_id": 643, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47258, + "usage_id": 222 + }, + "4914.EG.001B": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "101B, Flur", "arch_name": "101B@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47269", - "roomcode": "4914.EG.001B", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, EG", - "address_link": "ris.einzelraum?raumkey=47485", + "area_id": 52, + "building_id": 643, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47269, + "usage_id": 222 + }, + "4914.EG.005A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "105A, Flur", "arch_name": "105A@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47485", - "roomcode": "4914.EG.005A", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 187, EG", - "address_link": "ris.einzelraum?raumkey=47660", + "area_id": 52, + "building_id": 643, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47485, + "usage_id": 222 + }, + "4914.EG.005B": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "alt_name": "105B, Flur", "arch_name": "105B@4914", - "b_area_id": 52, - "b_filter_id": 643, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47660", - "roomcode": "4914.EG.005B", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 189, 1.OG", - "address_link": "ris.einzelraum?raumkey=47864", + "area_id": 52, + "building_id": 643, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47660, + "usage_id": 222 + }, + "4915.01.006A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 189", + "zip_code": 82140 + }, "alt_name": "101, Flur", "arch_name": "101@4915", - "b_area_id": 52, - "b_filter_id": 632, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47864", - "roomcode": "4915.01.006A", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 189, 1.OG", - "address_link": "ris.einzelraum?raumkey=47872", + "area_id": 52, + "building_id": 632, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47864, + "usage_id": 222 + }, + "4915.01.006B": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 189", + "zip_code": 82140 + }, "alt_name": "102, Schlafzimmer", "arch_name": "102@4915", - "b_area_id": 52, - "b_filter_id": 632, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47872", - "roomcode": "4915.01.006B", - "usage": 53 - }, - { - "address": "Roggensteiner Stra\u00dfe 189, EG", - "address_link": "ris.einzelraum?raumkey=47752", + "area_id": 52, + "building_id": 632, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47872, + "usage_id": 53 + }, + "4915.EG.001A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 189", + "zip_code": 82140 + }, "alt_name": "101, Flur leer", "arch_name": "101@4915", - "b_area_id": 52, - "b_filter_id": 632, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=47752", - "roomcode": "4915.EG.001A", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 193, EG", - "address_link": "ris.einzelraum?raumkey=45925", + "area_id": 52, + "building_id": 632, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47752, + "usage_id": 222 + }, + "4916.EG.001A": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 193", + "zip_code": 82140 + }, "alt_name": "101, Flur", "arch_name": "101@4916", - "b_area_id": 52, - "b_filter_id": 629, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=45925", - "roomcode": "4916.EG.001A", - "usage": 222 - }, - { - "address": "Roggensteiner Stra\u00dfe 193, EG", - "address_link": "ris.einzelraum?raumkey=45938", + "area_id": 52, + "building_id": 629, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45925, + "usage_id": 222 + }, + "4916.EG.001B": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 193", + "zip_code": 82140 + }, "alt_name": "102, K\u00fcche", "arch_name": "102@4916", - "b_area_id": 52, - "b_filter_id": 629, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "82140 Olching", - "room_link": "wbRaum.editRaum?pRaumNr=45938", - "roomcode": "4916.EG.001B", - "usage": 53 - }, - { - "address": "Oberroggenstein 1, EG", - "address_link": "ris.einzelraum?raumkey=46489", + "area_id": 52, + "building_id": 629, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45938, + "usage_id": 53 + }, + "4920.EG.001": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "alt_name": "001, Kapelle", "arch_name": "001@4920", - "b_area_id": 52, - "b_filter_id": 631, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "82223 Eichenau", - "room_link": "wbRaum.editRaum?pRaumNr=46489", - "roomcode": "4920.EG.001", - "usage": 129 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12465", + "area_id": 52, + "building_id": 631, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46489, + "usage_id": 129 + }, + "5101.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3001, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3001@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12465", - "roomcode": "5101.01.001", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50933", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12465, + "usage_id": 12 + }, + "5101.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3002, Elektroverteiler", "arch_name": "3002@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50933", - "roomcode": "5101.01.002", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12521", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50933, + "usage_id": 160 + }, + "5101.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3003, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3003@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12521", - "roomcode": "5101.01.003", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12526", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12521, + "usage_id": 12 + }, + "5101.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3005, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3005@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12526", - "roomcode": "5101.01.005", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51094", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12526, + "usage_id": 12 + }, + "5101.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3006, WC-Herren", "arch_name": "3006@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51094", - "roomcode": "5101.01.006", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48615", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51094, + "usage_id": 115 + }, + "5101.01.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3006A, WC-Damen", "arch_name": "3006A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48615", - "roomcode": "5101.01.006A", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12583", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48615, + "usage_id": 116 + }, + "5101.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3007, Prof.-B\u00fcro", "arch_name": "3007@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=48100&cRes=19564&cReadonly=J", - "list_index": "426", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12583", - "roomcode": "5101.01.007", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12587", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19564, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48100, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12583, + "usage_id": 12 + }, + "5101.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3011, Sekretariat", "arch_name": "3011@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12587", - "roomcode": "5101.01.011", - "usage": 40 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48646", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12587, + "usage_id": 40 + }, + "5101.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3012, Elektroverteiler", "arch_name": "3012@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48646", - "roomcode": "5101.01.012", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12640", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48646, + "usage_id": 160 + }, + "5101.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3013, Prof.-B\u00fcro", "arch_name": "3013@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12640", - "roomcode": "5101.01.013", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48785", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12640, + "usage_id": 12 + }, + "5101.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3017, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3017@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=48099&cRes=18418&cReadonly=J", - "list_index": "430", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48785", - "roomcode": "5101.01.017", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48799", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 18418, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48785, + "usage_id": 12 + }, + "5101.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3019, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3019@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48799", - "roomcode": "5101.01.019", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12651", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48799, + "usage_id": 12 + }, + "5101.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3021, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3021@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12651", - "roomcode": "5101.01.021", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12711", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12651, + "usage_id": 12 + }, + "5101.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3023, Arbeitsraum/mit Besp.Grp.", "arch_name": "3023@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12711", - "roomcode": "5101.01.023", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12714", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12711, + "usage_id": 12 + }, + "5101.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 3024, Besprechungsraum E22/E27", "arch_name": "3024@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14217&cRes=15189&cReadonly=J", - "list_index": "434", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12714", - "roomcode": "5101.01.024", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48963", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15189, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12714, + "usage_id": 196 + }, + "5101.01.024A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3024A, K\u00fcche", "arch_name": "3024A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48963", - "roomcode": "5101.01.024A", - "usage": 28 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48968", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48963, + "usage_id": 28 + }, + "5101.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3025, Arbeitsraum/mit Besp.Grp.", "arch_name": "3025@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14217&cRes=22397&cReadonly=J", - "list_index": "436", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48968", - "roomcode": "5101.01.025", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48983", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 22397, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48968, + "usage_id": 12 + }, + "5101.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3026, EDV-Raum", "arch_name": "3026@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48983", - "roomcode": "5101.01.026", - "usage": 207 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12788", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48983, + "usage_id": 207 + }, + "5101.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3027, Arbeitsraum/mit Besp.Grp.", "arch_name": "3027@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12788", - "roomcode": "5101.01.027", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12793", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12788, + "usage_id": 12 + }, + "5101.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3028, Arbeitsraum", "arch_name": "3028@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12793", - "roomcode": "5101.01.028", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12798", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48099, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12793, + "usage_id": 12 + }, + "5101.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3029, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3029@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12798", - "roomcode": "5101.01.029", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49150", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12798, + "usage_id": 12 + }, + "5101.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3033, Prof.-B\u00fcro", "arch_name": "3033@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49150", - "roomcode": "5101.01.033", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12856", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49150, + "usage_id": 12 + }, + "5101.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3035, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3035@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12856", - "roomcode": "5101.01.035", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12861", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12856, + "usage_id": 12 + }, + "5101.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3037, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3037@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=47278&cRes=19567&cReadonly=J", - "list_index": "443", - "op_link": "webnav.navigate_to?corg=54439", - "operator": "[ TUS3004 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12861", - "roomcode": "5101.01.037", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49308", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19567, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 54439, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12861, + "usage_id": 12 + }, + "5101.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3040, Elektroverteiler", "arch_name": "3040@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49308", - "roomcode": "5101.01.040", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49320", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49308, + "usage_id": 160 + }, + "5101.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3041, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3041@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49320", - "roomcode": "5101.01.041", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49460", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49320, + "usage_id": 12 + }, + "5101.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3042, WC-Damen", "arch_name": "3042@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49460", - "roomcode": "5101.01.042", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12917", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49460, + "usage_id": 116 + }, + "5101.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3043, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3043@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12917", - "roomcode": "5101.01.043", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49482", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12917, + "usage_id": 12 + }, + "5101.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3044, Arbeitsraum", "arch_name": "3044@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49482", - "roomcode": "5101.01.044", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12925", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49482, + "usage_id": 12 + }, + "5101.01.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 3046, Kommunikationsbereich", "arch_name": "3046@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16203&cRes=18361&cReadonly=J", - "list_index": "449", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12925", - "roomcode": "5101.01.046", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12929", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 18361, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12925, + "usage_id": 196 + }, + "5101.01.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3047, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3047@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12929", - "roomcode": "5101.01.047", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12983", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12929, + "usage_id": 12 + }, + "5101.01.049": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3049, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3049@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12983", - "roomcode": "5101.01.049", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49640", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12983, + "usage_id": 12 + }, + "5101.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3051, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3051@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49640", - "roomcode": "5101.01.051", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49649", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49640, + "usage_id": 12 + }, + "5101.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3052, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3052@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49649", - "roomcode": "5101.01.052", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12991", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49649, + "usage_id": 12 + }, + "5101.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3053, Prof.-B\u00fcro", "arch_name": "3053@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12991", - "roomcode": "5101.01.053", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12993", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12991, + "usage_id": 12 + }, + "5101.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3057, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3057@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12993", - "roomcode": "5101.01.057", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12994", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12993, + "usage_id": 12 + }, + "5101.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3061, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3061@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12994", - "roomcode": "5101.01.061", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13050", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12994, + "usage_id": 12 + }, + "5101.01.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3063, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3063@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13050", - "roomcode": "5101.01.063", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13052", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13050, + "usage_id": 12 + }, + "5101.01.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3065, Prof.-B\u00fcro", "arch_name": "3065@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13052", - "roomcode": "5101.01.065", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49944", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13052, + "usage_id": 12 + }, + "5101.01.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3066, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3066@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49944", - "roomcode": "5101.01.066", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13058", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 16203, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49944, + "usage_id": 12 + }, + "5101.01.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3069, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3069@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13058", - "roomcode": "5101.01.069", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13118", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13058, + "usage_id": 12 + }, + "5101.01.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3071, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3071@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13118", - "roomcode": "5101.01.071", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13123", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13118, + "usage_id": 12 + }, + "5101.01.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3073, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3073@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13123", - "roomcode": "5101.01.073", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13132", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13123, + "usage_id": 12 + }, + "5101.01.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3074, B\u00fcro (gem. Nutz.)", "arch_name": "3074@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13132", - "roomcode": "5101.01.074", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13133", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13132, + "usage_id": 12 + }, + "5101.01.075": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3075, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3075@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13133", - "roomcode": "5101.01.075", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50136", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48377, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13133, + "usage_id": 12 + }, + "5101.01.076": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3076, Physiklabor (gem. Nutz.)", "arch_name": "3076@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21554&cRes=19689&cReadonly=J", - "list_index": "465", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50136", - "roomcode": "5101.01.076", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13207", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19689, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 21554, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50136, + "usage_id": 103 + }, + "5101.01.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3077, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3077@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13207", - "roomcode": "5101.01.077", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50278", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48377, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13207, + "usage_id": 12 + }, + "5101.01.078": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3078, Kopierraum", "arch_name": "3078@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "467", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50278", - "roomcode": "5101.01.078", - "usage": 110 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13213", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50278, + "usage_id": 110 + }, + "5101.01.079": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3079, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3079@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "468", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13213", - "roomcode": "5101.01.079", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13216", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13213, + "usage_id": 12 + }, + "5101.01.081": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3081, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3081@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13216", - "roomcode": "5101.01.081", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13280", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13216, + "usage_id": 12 + }, + "5101.01.082": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3082, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3082@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "470", - "op_link": "webnav.navigate_to?corg=46657", - "operator": "[ TUPHECS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13280", - "roomcode": "5101.01.082", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13283", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46657, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13280, + "usage_id": 12 + }, + "5101.01.083": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3083, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3083@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13283", - "roomcode": "5101.01.083", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50453", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13283, + "usage_id": 12 + }, + "5101.01.087": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3087, Prof.-B\u00fcro", "arch_name": "3087@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21554&cRes=19636&cReadonly=J", - "list_index": "472", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50453", - "roomcode": "5101.01.087", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13287", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19636, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50453, + "usage_id": 12 + }, + "5101.01.089": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3089, Arbeitsraum (gem. Nutz.)", "arch_name": "3089@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21554&cRes=19893&cReadonly=J", - "list_index": "473", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13287", - "roomcode": "5101.01.089", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50600", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19893, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13287, + "usage_id": 12 + }, + "5101.01.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3091, Prof.-B\u00fcro", "arch_name": "3091@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=46657", - "operator": "[ TUPHECS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50600", - "roomcode": "5101.01.091", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50611", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50600, + "usage_id": 12 + }, + "5101.01.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3092, WC-Herren", "arch_name": "3092@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50611", - "roomcode": "5101.01.092", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50624", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50611, + "usage_id": 115 + }, + "5101.01.092A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3092A, WC-Herren", "arch_name": "3092A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "476", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50624", - "roomcode": "5101.01.092A", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50631", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50624, + "usage_id": 115 + }, + "5101.01.093": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3093, Arbeitsraum/mit Besp.Grp.", "arch_name": "3093@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=46657", - "operator": "[ TUPHECS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50631", - "roomcode": "5101.01.093", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50641", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46657, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50631, + "usage_id": 12 + }, + "5101.01.094": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3094, Elektroverteiler", "arch_name": "3094@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "478", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50641", - "roomcode": "5101.01.094", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50776", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50641, + "usage_id": 160 + }, + "5101.01.096": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3096, Elektroverteiler", "arch_name": "3096@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50776", - "roomcode": "5101.01.096", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27475", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50776, + "usage_id": 160 + }, + "5101.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3101, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3101@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27475", - "roomcode": "5101.01.101", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27482", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27475, + "usage_id": 12 + }, + "5101.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3102, Physiklabor", "arch_name": "3102@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "481", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27482", - "roomcode": "5101.01.102", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50951", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27482, + "usage_id": 103 + }, + "5101.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3111, Studentenarbeitsraum", "arch_name": "3111@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "482", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50951", - "roomcode": "5101.01.111", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50977", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50951, + "usage_id": 208 + }, + "5101.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3112, Physiklabor (einfach)", "arch_name": "3112@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "483", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50977", - "roomcode": "5101.01.112", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=75029", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50977, + "usage_id": 103 + }, + "5101.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3113, B\u00fcro", "arch_name": "3113@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "484", - "op_link": "webnav.navigate_to?corg=48100", - "operator": "[ TUPHEOC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75029", - "roomcode": "5101.01.113", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27679", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48100, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75029, + "usage_id": 196 + }, + "5101.01.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3118, B\u00fcro", "arch_name": "3118@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "485", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27679", - "roomcode": "5101.01.118", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51139", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27679, + "usage_id": 12 + }, + "5101.01.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3123, Studentenarbeitsraum", "arch_name": "3123@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "486", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51139", - "roomcode": "5101.01.123", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48655", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51139, + "usage_id": 208 + }, + "5101.01.123A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3123A, B\u00fcro", "arch_name": "3123A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "487", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48655", - "roomcode": "5101.01.123A", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48664", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48655, + "usage_id": 12 + }, + "5101.01.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3127, B\u00fcro", "arch_name": "3127@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "488", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48664", - "roomcode": "5101.01.127", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=16680", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48664, + "usage_id": 12 + }, + "5101.01.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3130, Physiklabor", "arch_name": "3130@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "489", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16680", - "roomcode": "5101.01.130", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48836", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16680, + "usage_id": 103 + }, + "5101.01.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3133, B\u00fcro", "arch_name": "3133@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "490", - "op_link": "webnav.navigate_to?corg=48099", - "operator": "[ TUPHEDM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48836", - "roomcode": "5101.01.133", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48846", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48099, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48836, + "usage_id": 12 + }, + "5101.01.137": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3137, B\u00fcro", "arch_name": "3137@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "491", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48846", - "roomcode": "5101.01.137", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27896", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48846, + "usage_id": 12 + }, + "5101.01.138": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3138, Physiklabor", "arch_name": "3138@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "492", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27896", - "roomcode": "5101.01.138", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27992", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27896, + "usage_id": 103 + }, + "5101.01.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3141, B\u00fcro", "arch_name": "3141@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "493", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27992", - "roomcode": "5101.01.141", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=75034", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27992, + "usage_id": 12 + }, + "5101.01.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3142, B\u00fcro", "arch_name": "3142@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "494", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75034", - "roomcode": "5101.01.142", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=75035", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75034, + "usage_id": 12 + }, + "5101.01.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3143, B\u00fcro", "arch_name": "3143@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "495", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75035", - "roomcode": "5101.01.143", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49013", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75035, + "usage_id": 12 + }, + "5101.01.146": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3146, Physiklabor", "arch_name": "3146@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "496", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49013", - "roomcode": "5101.01.146", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=17002", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 53837, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49013, + "usage_id": 103 + }, + "5101.01.146A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3146A, Umbau", "arch_name": "3146A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "497", - "op_link": "webnav.navigate_to?corg=53837", - "operator": "[ TUPHEQN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17002", - "roomcode": "5101.01.146A", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=28011", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 53837, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17002, + "usage_id": 120 + }, + "5101.01.154": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3154, Umbau", "arch_name": "3154@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "498", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28011", - "roomcode": "5101.01.154", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49175", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28011, + "usage_id": 103 + }, + "5101.01.154A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3154A, Umbau", "arch_name": "3154A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "499", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49175", - "roomcode": "5101.01.154A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49184", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49175, + "usage_id": 103 + }, + "5101.01.161": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3161, Umbau", "arch_name": "3161@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "500", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49184", - "roomcode": "5101.01.161", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49200", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49184, + "usage_id": 12 + }, + "5101.01.161A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3161A, Umbau", "arch_name": "3161A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "501", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49200", - "roomcode": "5101.01.161A", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49335", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49200, + "usage_id": 222 + }, + "5101.01.163": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3163, Umbau", "arch_name": "3163@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "502", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49335", - "roomcode": "5101.01.163", - "usage": 104 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=28187", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49335, + "usage_id": 104 + }, + "5101.01.166": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3166, Umbau", "arch_name": "3166@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "503", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28187", - "roomcode": "5101.01.166", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49353", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28187, + "usage_id": 103 + }, + "5101.01.167": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3167, Umbau", "arch_name": "3167@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "504", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49353", - "roomcode": "5101.01.167", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49361", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49353, + "usage_id": 102 + }, + "5101.01.172": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3172, Umbau", "arch_name": "3172@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "505", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49361", - "roomcode": "5101.01.172", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49371", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49361, + "usage_id": 102 + }, + "5101.01.178": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3178, Umbau", "arch_name": "3178@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "506", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49371", - "roomcode": "5101.01.178", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12839", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49371, + "usage_id": 12 + }, + "5101.01.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3203, Prof.-B\u00fcro", "arch_name": "3203@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=46215&cRes=19568&cReadonly=J", - "list_index": "507", - "op_link": "webnav.navigate_to?corg=46215", - "operator": "[ TUPHTTC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12839", - "roomcode": "5101.01.203", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12841", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19568, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12839, + "usage_id": 12 + }, + "5101.01.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3205, B\u00fcro", "arch_name": "3205@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "508", - "op_link": "webnav.navigate_to?corg=46215", - "operator": "[ TUPHTTC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12841", - "roomcode": "5101.01.205", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49533", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12841, + "usage_id": 12 + }, + "5101.01.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3206, WC-Herren", "arch_name": "3206@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "509", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49533", - "roomcode": "5101.01.206", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49664", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49533, + "usage_id": 115 + }, + "5101.01.206A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3206A, Dusche", "arch_name": "3206A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "510", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49664", - "roomcode": "5101.01.206A", - "usage": 113 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12851", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49664, + "usage_id": 113 + }, + "5101.01.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3207, B\u00fcro", "arch_name": "3207@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16219&cRes=19635&cReadonly=J", - "list_index": "511", - "op_link": "webnav.navigate_to?corg=16219", - "operator": "[ TUPHT39 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12851", - "roomcode": "5101.01.207", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12899", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19635, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12851, + "usage_id": 12 + }, + "5101.01.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3209, B\u00fcro", "arch_name": "3209@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "512", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12899", - "roomcode": "5101.01.209", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49692", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12899, + "usage_id": 12 + }, + "5101.01.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3210, Aufenthaltsraum", "arch_name": "3210@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "513", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49692", - "roomcode": "5101.01.210", - "usage": 44 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12907", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49692, + "usage_id": 44 + }, + "5101.01.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3211, B\u00fcro", "arch_name": "3211@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "514", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12907", - "roomcode": "5101.01.211", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49824", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12907, + "usage_id": 12 + }, + "5101.01.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3212, Elektroverteiler", "arch_name": "3212@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "515", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49824", - "roomcode": "5101.01.212", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49833", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49824, + "usage_id": 160 + }, + "5101.01.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3213, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3213@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "516", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49833", - "roomcode": "5101.01.213", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12964", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49833, + "usage_id": 12 + }, + "5101.01.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3214, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3214@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "517", - "op_link": "webnav.navigate_to?corg=16219", - "operator": "[ TUPHT39 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12964", - "roomcode": "5101.01.214", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12968", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12964, + "usage_id": 12 + }, + "5101.01.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3215, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3215@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "518", - "op_link": "webnav.navigate_to?corg=16219", - "operator": "[ TUPHT39 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12968", - "roomcode": "5101.01.215", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49979", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12968, + "usage_id": 12 + }, + "5101.01.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3216, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3216@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "519", - "op_link": "webnav.navigate_to?corg=16219", - "operator": "[ TUPHT39 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49979", - "roomcode": "5101.01.216", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12975", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49979, + "usage_id": 12 + }, + "5101.01.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3217, Prof.-B\u00fcro T30", "arch_name": "3217@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16219&cRes=19628&cReadonly=J", - "list_index": "520", - "op_link": "webnav.navigate_to?corg=16219", - "operator": "[ TUPHT39 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12975", - "roomcode": "5101.01.217", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12977", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19628, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16219, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12975, + "usage_id": 12 + }, + "5101.01.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3218, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3218@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "521", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12977", - "roomcode": "5101.01.218", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12980", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12977, + "usage_id": 12 + }, + "5101.01.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3220, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3220@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "522", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12980", - "roomcode": "5101.01.220", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13036", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12980, + "usage_id": 12 + }, + "5101.01.221": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3221, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3221@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "523", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13036", - "roomcode": "5101.01.221", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13041", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13036, + "usage_id": 12 + }, + "5101.01.222": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3222, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3222@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "524", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13041", - "roomcode": "5101.01.222", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13043", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13041, + "usage_id": 12 + }, + "5101.01.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3223, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3223@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "525", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13043", - "roomcode": "5101.01.223", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13046", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13043, + "usage_id": 12 + }, + "5101.01.224": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3224, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3224@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "526", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13046", - "roomcode": "5101.01.224", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13101", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13046, + "usage_id": 12 + }, + "5101.01.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3225, Prof.-B\u00fcro T34", "arch_name": "3225@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "527", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13101", - "roomcode": "5101.01.225", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13106", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13101, + "usage_id": 12 + }, + "5101.01.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3226, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3226@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "528", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13106", - "roomcode": "5101.01.226", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13112", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13106, + "usage_id": 12 + }, + "5101.01.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3228, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3228@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "529", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13112", - "roomcode": "5101.01.228", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13115", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13112, + "usage_id": 12 + }, + "5101.01.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3229, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3229@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "530", - "op_link": "webnav.navigate_to?corg=50277", - "operator": "[ TUPHTQM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13115", - "roomcode": "5101.01.229", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50484", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13115, + "usage_id": 12 + }, + "5101.01.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3231, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3231@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "531", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50484", - "roomcode": "5101.01.231", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=28818", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50484, + "usage_id": 12 + }, + "5101.01.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235, Lesesaal", "arch_name": "3235@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "532", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28818", - "roomcode": "5101.01.235", - "usage": 10 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=62773", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 89, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28818, + "usage_id": 10 + }, + "5101.01.235A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235A, Rampe/Flur", "arch_name": "3235A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "533", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62773", - "roomcode": "5101.01.235A", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65444", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62773, + "usage_id": 222 + }, + "5101.01.235C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235C, Einzelarbeitsraum 8", "arch_name": "3235C@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "534", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65444", - "roomcode": "5101.01.235C", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65445", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65444, + "usage_id": 208 + }, + "5101.01.235D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235D, Einzelarbeitsraum 7", "arch_name": "3235D@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "535", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65445", - "roomcode": "5101.01.235D", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65446", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65445, + "usage_id": 208 + }, + "5101.01.235E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235E, Einzelarbeitsraum 6", "arch_name": "3235E@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "536", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65446", - "roomcode": "5101.01.235E", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65447", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65446, + "usage_id": 208 + }, + "5101.01.235F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235F, Einzelarbeitsraum 5", "arch_name": "3235F@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "537", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65447", - "roomcode": "5101.01.235F", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65448", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65447, + "usage_id": 208 + }, + "5101.01.235G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235G, Einzelarbeitsraum 4", "arch_name": "3235G@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "538", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65448", - "roomcode": "5101.01.235G", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65449", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65448, + "usage_id": 208 + }, + "5101.01.235H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235H, Einzelarbeitsraum 3", "arch_name": "3235H@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "539", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65449", - "roomcode": "5101.01.235H", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65450", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65449, + "usage_id": 208 + }, + "5101.01.235I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235I, Einzelarbeitsraum 2", "arch_name": "3235I@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "540", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65450", - "roomcode": "5101.01.235I", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65451", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65450, + "usage_id": 208 + }, + "5101.01.235J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235J, Einzelarbeitsraum 1", "arch_name": "3235J@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "541", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65451", - "roomcode": "5101.01.235J", - "usage": 208 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65442", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65451, + "usage_id": 208 + }, + "5101.01.235K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235K, Foyer", "arch_name": "3235K@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "542", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65442", - "roomcode": "5101.01.235K", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65443", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65442, + "usage_id": 222 + }, + "5101.01.235L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3235L, Theke", "arch_name": "3235L@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "543", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65443", - "roomcode": "5101.01.235L", - "usage": 186 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13201", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65443, + "usage_id": 186 + }, + "5101.01.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3237, Kopierraum", "arch_name": "3237@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "544", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13201", - "roomcode": "5101.01.237", - "usage": 110 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65452", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13201, + "usage_id": 110 + }, + "5101.01.237A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3237A, WC-Vorraum", "arch_name": "3237A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "545", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65452", - "roomcode": "5101.01.237A", - "usage": 118 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65453", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65452, + "usage_id": 118 + }, + "5101.01.237B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3237B, ELT-Unterv.", "arch_name": "3237B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "546", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65453", - "roomcode": "5101.01.237B", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65454", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65453, + "usage_id": 160 + }, + "5101.01.237C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3237C, WC-Damen", "arch_name": "3237C@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "547", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65454", - "roomcode": "5101.01.237C", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65455", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65454, + "usage_id": 116 + }, + "5101.01.237D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3237D, WC-Herren", "arch_name": "3237D@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "548", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65455", - "roomcode": "5101.01.237D", - "usage": 118 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50516", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65455, + "usage_id": 118 + }, + "5101.01.238": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3238, Schaltzentrale", "arch_name": "3238@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "549", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50516", - "roomcode": "5101.01.238", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13205", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50516, + "usage_id": 120 + }, + "5101.01.239": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3239, B\u00fcro", "arch_name": "3239@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "550", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13205", - "roomcode": "5101.01.239", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50660", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13205, + "usage_id": 12 + }, + "5101.01.240": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3240, Elektroverteiler", "arch_name": "3240@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "551", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50660", - "roomcode": "5101.01.240", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13269", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50660, + "usage_id": 160 + }, + "5101.01.241": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3241, B\u00fcro", "arch_name": "3241@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "552", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13269", - "roomcode": "5101.01.241", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50811", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16214, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13269, + "usage_id": 12 + }, + "5101.01.242": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3242, WC-Damen", "arch_name": "3242@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "553", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50811", - "roomcode": "5101.01.242", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13275", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50811, + "usage_id": 116 + }, + "5101.01.243": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3243, Arbeitsraum/mit Besp.Grp.", "arch_name": "3243@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "554", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13275", - "roomcode": "5101.01.243", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13314", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16214, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13275, + "usage_id": 12 + }, + "5101.01.245": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3245, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3245@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "555", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13314", - "roomcode": "5101.01.245", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13315", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13314, + "usage_id": 12 + }, + "5101.01.246": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3246, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3246@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "556", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13315", - "roomcode": "5101.01.246", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13320", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13315, + "usage_id": 12 + }, + "5101.01.247": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3247, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3247@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "557", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13320", - "roomcode": "5101.01.247", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13324", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13320, + "usage_id": 12 + }, + "5101.01.248": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3248, Prof.-B\u00fcro T32", "arch_name": "3248@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16214&cRes=22622&cReadonly=J", - "list_index": "558", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13324", - "roomcode": "5101.01.248", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12351", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 22622, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13324, + "usage_id": 12 + }, + "5101.01.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3250, Prof.-B\u00fcro", "arch_name": "3250@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16214&cRes=21082&cReadonly=J", - "list_index": "559", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12351", - "roomcode": "5101.01.250", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12354", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 21082, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12351, + "usage_id": 12 + }, + "5101.01.251": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3251, Prof.-B\u00fcro T30", "arch_name": "3251@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16214&cRes=31332&cReadonly=J", - "list_index": "560", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12354", - "roomcode": "5101.01.251", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12359", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 31332, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12354, + "usage_id": 12 + }, + "5101.01.253": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3253, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3253@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "561", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12359", - "roomcode": "5101.01.253", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12362", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12359, + "usage_id": 12 + }, + "5101.01.255": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3255, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3255@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "562", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12362", - "roomcode": "5101.01.255", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12364", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12362, + "usage_id": 12 + }, + "5101.01.257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3257, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3257@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "563", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12364", - "roomcode": "5101.01.257", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48868", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12364, + "usage_id": 12 + }, + "5101.01.259": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "564", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48868", - "roomcode": "5101.01.259", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12368", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48868, + "usage_id": 12 + }, + "5101.01.263": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3263, Prof.-B\u00fcro", "arch_name": "3263@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16206&cRes=19848&cReadonly=J", - "list_index": "565", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12368", - "roomcode": "5101.01.263", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12372", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19848, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12368, + "usage_id": 12 + }, + "5101.01.265": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3265, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3265@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "566", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12372", - "roomcode": "5101.01.265", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12373", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12372, + "usage_id": 12 + }, + "5101.01.268": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 3268, Besprechungsraum E18", "arch_name": "3268@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16206&cRes=15187&cReadonly=J", - "list_index": "567", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12373", - "roomcode": "5101.01.268", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12412", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15187, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 16206, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12373, + "usage_id": 196 + }, + "5101.01.269": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3269, Arbeitsraum/mit Besp.Grp.", "arch_name": "3269@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "568", - "op_link": "webnav.navigate_to?corg=47097", - "operator": "[ TUPHENE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12412", - "roomcode": "5101.01.269", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12416", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47097, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12412, + "usage_id": 12 + }, + "5101.01.271": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3271, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3271@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "569", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12416", - "roomcode": "5101.01.271", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12418", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12416, + "usage_id": 12 + }, + "5101.01.273": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3273, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3273@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "570", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12418", - "roomcode": "5101.01.273", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49060", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12418, + "usage_id": 12 + }, + "5101.01.274": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3274, B\u00fcro", "arch_name": "3274@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "571", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49060", - "roomcode": "5101.01.274", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12422", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49060, + "usage_id": 12 + }, + "5101.01.275": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3275, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3275@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "572", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12422", - "roomcode": "5101.01.275", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12469", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12422, + "usage_id": 12 + }, + "5101.01.276": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3276, Denkerzelle", "arch_name": "3276@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "573", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12469", - "roomcode": "5101.01.276", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12474", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12469, + "usage_id": 12 + }, + "5101.01.277": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3277, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3277@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "574", - "op_link": "webnav.navigate_to?corg=47097", - "operator": "[ TUPHENE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12474", - "roomcode": "5101.01.277", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12477", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47097, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12474, + "usage_id": 12 + }, + "5101.01.278": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3278, Prof.-B\u00fcro", "arch_name": "3278@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16201&cRes=19637&cReadonly=J", - "list_index": "575", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12477", - "roomcode": "5101.01.278", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12483", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19637, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12477, + "usage_id": 12 + }, + "5101.01.279": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3279, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3279@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "576", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12483", - "roomcode": "5101.01.279", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49241", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12483, + "usage_id": 12 + }, + "5101.01.282": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3282, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3282@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "577", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49241", - "roomcode": "5101.01.282", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12492", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49241, + "usage_id": 12 + }, + "5101.01.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3283, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3283@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16201&cRes=19808&cReadonly=J", - "list_index": "578", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12492", - "roomcode": "5101.01.283", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12533", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19808, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12492, + "usage_id": 12 + }, + "5101.01.284": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3284, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3284@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "579", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12533", - "roomcode": "5101.01.284", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12536", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12533, + "usage_id": 12 + }, + "5101.01.285": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3285, Prof.-B\u00fcro", "arch_name": "3285@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "580", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12536", - "roomcode": "5101.01.285", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12539", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12536, + "usage_id": 12 + }, + "5101.01.287": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3287, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3287@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "581", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12539", - "roomcode": "5101.01.287", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12541", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12539, + "usage_id": 12 + }, + "5101.01.289": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3289, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3289@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "582", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12541", - "roomcode": "5101.01.289", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12543", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12541, + "usage_id": 12 + }, + "5101.01.291": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3291, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3291@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "583", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12543", - "roomcode": "5101.01.291", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49542", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12543, + "usage_id": 12 + }, + "5101.01.292": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3292, WC-Herren", "arch_name": "3292@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "584", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49542", - "roomcode": "5101.01.292", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12549", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49542, + "usage_id": 115 + }, + "5101.01.293": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3293, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3293@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "585", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12549", - "roomcode": "5101.01.293", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49559", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12549, + "usage_id": 12 + }, + "5101.01.294": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3294, Abstellraum", "arch_name": "3294@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "586", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49559", - "roomcode": "5101.01.294", - "usage": 159 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12593", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49559, + "usage_id": 159 + }, + "5101.01.295": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3295, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3295@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "587", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12593", - "roomcode": "5101.01.295", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49572", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12593, + "usage_id": 12 + }, + "5101.01.296": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3296, Elektroverteiler", "arch_name": "3296@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "588", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49572", - "roomcode": "5101.01.296", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12595", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49572, + "usage_id": 160 + }, + "5101.01.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3301, Denkerzelle", "arch_name": "3301@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "589", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12595", - "roomcode": "5101.01.301", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12598", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12595, + "usage_id": 12 + }, + "5101.01.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3302, Denkerzelle", "arch_name": "3302@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "590", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12598", - "roomcode": "5101.01.302", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12602", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12598, + "usage_id": 12 + }, + "5101.01.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3303, Denkerzelle", "arch_name": "3303@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "591", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12602", - "roomcode": "5101.01.303", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49714", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12602, + "usage_id": 12 + }, + "5101.01.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3304, Denkerzelle", "arch_name": "3304@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "592", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49714", - "roomcode": "5101.01.304", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12609", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49714, + "usage_id": 12 + }, + "5101.01.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3305, Denkerzelle", "arch_name": "3305@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "593", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12609", - "roomcode": "5101.01.305", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12654", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12609, + "usage_id": 12 + }, + "5101.01.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3306, Denkerzelle", "arch_name": "3306@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "594", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12654", - "roomcode": "5101.01.306", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12660", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12654, + "usage_id": 12 + }, + "5101.01.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3307, Denkerzelle", "arch_name": "3307@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "595", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12660", - "roomcode": "5101.01.307", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12662", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12660, + "usage_id": 12 + }, + "5101.01.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3308, Denkerzelle", "arch_name": "3308@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "596", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12662", - "roomcode": "5101.01.308", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12664", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12662, + "usage_id": 12 + }, + "5101.01.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3309, Denkerzelle", "arch_name": "3309@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "597", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12664", - "roomcode": "5101.01.309", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12667", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12664, + "usage_id": 12 + }, + "5101.01.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3310, Denkerzelle", "arch_name": "3310@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "598", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12667", - "roomcode": "5101.01.310", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49861", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12667, + "usage_id": 12 + }, + "5101.01.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3311, Denkerzelle", "arch_name": "3311@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "599", - "op_link": "webnav.navigate_to?corg=47278", - "operator": "[ TUPHTCQ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49861", - "roomcode": "5101.01.311", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12675", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49861, + "usage_id": 12 + }, + "5101.01.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3312, Denkerzelle", "arch_name": "3312@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "600", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12675", - "roomcode": "5101.01.312", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12679", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12675, + "usage_id": 12 + }, + "5101.01.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3313, Denkerzelle", "arch_name": "3313@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "601", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12679", - "roomcode": "5101.01.313", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12730", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12679, + "usage_id": 12 + }, + "5101.01.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3314, Denkerzelle", "arch_name": "3314@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "602", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12730", - "roomcode": "5101.01.314", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=49886", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12730, + "usage_id": 12 + }, + "5101.01.315": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3315, Denkerzelle", "arch_name": "3315@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "603", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49886", - "roomcode": "5101.01.315", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12740", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49886, + "usage_id": 12 + }, + "5101.01.316": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3316, Denkerzelle", "arch_name": "3316@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "604", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12740", - "roomcode": "5101.01.316", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12743", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12740, + "usage_id": 12 + }, + "5101.01.317": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3317, Denkerzelle", "arch_name": "3317@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "605", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12743", - "roomcode": "5101.01.317", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50017", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12743, + "usage_id": 12 + }, + "5101.01.318": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3318, Denkerzelle", "arch_name": "3318@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "606", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50017", - "roomcode": "5101.01.318", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50023", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50017, + "usage_id": 12 + }, + "5101.01.319": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3319, Denkerzelle", "arch_name": "3319@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "607", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50023", - "roomcode": "5101.01.319", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12751", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50023, + "usage_id": 12 + }, + "5101.01.320": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3320, Denkerzelle", "arch_name": "3320@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "608", - "op_link": "webnav.navigate_to?corg=48217", - "operator": "[ TUPHTFK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12751", - "roomcode": "5101.01.320", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12754", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12751, + "usage_id": 12 + }, + "5101.01.321": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3321, Denkerzelle", "arch_name": "3321@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "609", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12754", - "roomcode": "5101.01.321", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12755", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12754, + "usage_id": 12 + }, + "5101.01.322": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3322, Denkerzelle", "arch_name": "3322@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "610", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12755", - "roomcode": "5101.01.322", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50047", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12755, + "usage_id": 12 + }, + "5101.01.323": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3323, Denkerzelle", "arch_name": "3323@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "611", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50047", - "roomcode": "5101.01.323", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12812", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50047, + "usage_id": 12 + }, + "5101.01.324": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3324, Denkerzelle", "arch_name": "3324@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "612", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12812", - "roomcode": "5101.01.324", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50060", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12812, + "usage_id": 12 + }, + "5101.01.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3325, Denkerzelle", "arch_name": "3325@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "613", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50060", - "roomcode": "5101.01.325", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12816", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50060, + "usage_id": 12 + }, + "5101.01.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3326, Denkerzelle", "arch_name": "3326@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "614", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12816", - "roomcode": "5101.01.326", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12817", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12816, + "usage_id": 12 + }, + "5101.01.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3327, Denkerzelle", "arch_name": "3327@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "615", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12817", - "roomcode": "5101.01.327", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12818", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12817, + "usage_id": 12 + }, + "5101.01.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3328, Denkerzelle", "arch_name": "3328@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "616", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12818", - "roomcode": "5101.01.328", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12819", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12818, + "usage_id": 12 + }, + "5101.01.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3329, Denkerzelle", "arch_name": "3329@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "617", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12819", - "roomcode": "5101.01.329", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12821", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12819, + "usage_id": 12 + }, + "5101.01.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3330, Denkerzelle", "arch_name": "3330@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "618", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12821", - "roomcode": "5101.01.330", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12822", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12821, + "usage_id": 12 + }, + "5101.01.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3331, Denkerzelle", "arch_name": "3331@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "619", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12822", - "roomcode": "5101.01.331", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12823", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12822, + "usage_id": 12 + }, + "5101.01.332": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3332, Denkerzelle", "arch_name": "3332@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "620", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12823", - "roomcode": "5101.01.332", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12824", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12823, + "usage_id": 12 + }, + "5101.01.333": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3333, Prof.-B\u00fcro T30", "arch_name": "3333@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=46617&cRes=19565&cReadonly=J", - "list_index": "621", - "op_link": "webnav.navigate_to?corg=46617", - "operator": "[ TUPHTBS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12824", - "roomcode": "5101.01.333", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12878", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19565, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12824, + "usage_id": 12 + }, + "5101.01.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3334, Prof.-B\u00fcro T30", "arch_name": "3334@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "622", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12878", - "roomcode": "5101.01.334", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12879", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12878, + "usage_id": 12 + }, + "5101.01.337": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3337, Prof.-B\u00fcro T30", "arch_name": "3337@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "623", - "op_link": "webnav.navigate_to?corg=54439", - "operator": "[ TUS3004 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12879", - "roomcode": "5101.01.337", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12880", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 54439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12879, + "usage_id": 12 + }, + "5101.01.338": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3338, Prof.-B\u00fcro T37", "arch_name": "3338@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16214&cRes=19633&cReadonly=J", - "list_index": "624", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12880", - "roomcode": "5101.01.338", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50350", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19633, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12880, + "usage_id": 12 + }, + "5101.01.342": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3342, Sitzungs-, Konferenzraum", "arch_name": "3342@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14217&cRes=15514&cReadonly=J", - "list_index": "625", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50350", - "roomcode": "5101.01.342", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=16980", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15514, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50350, + "usage_id": 196 + }, + "5101.01.343": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 3343, Handbibliothek Theorie", "arch_name": "3343@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14217&cRes=15228&cReadonly=J", - "list_index": "626", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16980", - "roomcode": "5101.01.343", - "usage": 10 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12882", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15228, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16980, + "usage_id": 10 + }, + "5101.01.344": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 3344, Seminarraum Theorie", "arch_name": "3344@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14217&cRes=15190&cReadonly=J", - "extended": { - "additional_description": "PH 3344, Seminarraum Theorie", - "address": "James-Franck-Str. 1(5101), 1.Obergescho\u00df", - "architect_room_nr": "3344@5101", - "area_m2": 53.03, - "building": "5101 Physik I", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "344", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "627", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12882", - "roomcode": "5101.01.344", - "usage": 41 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50360", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15190, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12882, + "usage_id": 41 + }, + "5101.01.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3501, Elektronik-/Physiklabor", "arch_name": "3501@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "628", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50360", - "roomcode": "5101.01.501", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50364", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50360, + "usage_id": 103 + }, + "5101.01.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3502, Bakt., Biol., Biochem. Labor", "arch_name": "3502@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "629", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50364", - "roomcode": "5101.01.502", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50367", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50364, + "usage_id": 102 + }, + "5101.01.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3503, Bakt., Biol., Biochem. Labor", "arch_name": "3503@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "630", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50367", - "roomcode": "5101.01.503", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50370", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50367, + "usage_id": 102 + }, + "5101.01.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3504, Bakt., Biol., Biochem. Labor", "arch_name": "3504@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "631", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50370", - "roomcode": "5101.01.504", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50374", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50370, + "usage_id": 102 + }, + "5101.01.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3505, Bakt., Biol., Biochem. Labor", "arch_name": "3505@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "632", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50374", - "roomcode": "5101.01.505", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50377", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50374, + "usage_id": 102 + }, + "5101.01.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3506, Bakt., Biol., Biochem. Labor", "arch_name": "3506@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "633", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50377", - "roomcode": "5101.01.506", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50383", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50377, + "usage_id": 102 + }, + "5101.01.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3510, Rechnerraum", "arch_name": "3510@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "634", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50383", - "roomcode": "5101.01.510", - "usage": 207 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50387", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50383, + "usage_id": 207 + }, + "5101.01.511": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3511, E-Labor/PH-Labor", "arch_name": "3511@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "635", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50387", - "roomcode": "5101.01.511", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50519", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50387, + "usage_id": 103 + }, + "5101.01.515": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3519, E-Labor/PH-Labor", "arch_name": "3519@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "636", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50519", - "roomcode": "5101.01.515", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27083", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50519, + "usage_id": 103 + }, + "5101.01.518": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3518, Physiklabor (K. B., MV)", "arch_name": "3518@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "637", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27083", - "roomcode": "5101.01.518", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50526", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27083, + "usage_id": 103 + }, + "5101.01.527": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3527, Physiklabor m. lufttechn. Anf.", "arch_name": "3527@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "638", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50526", - "roomcode": "5101.01.527", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=17178", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48377, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50526, + "usage_id": 103 + }, + "5101.01.528": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3528, Physiklabor (einfach)", "arch_name": "3528@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "639", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17178", - "roomcode": "5101.01.528", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27167", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17178, + "usage_id": 103 + }, + "5101.01.534": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3534, Physiklabor (einfach)", "arch_name": "3534@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "640", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27167", - "roomcode": "5101.01.534", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50536", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27167, + "usage_id": 103 + }, + "5101.01.541": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3541, Reinraum", "arch_name": "3541@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "641", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50536", - "roomcode": "5101.01.541", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27174", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50536, + "usage_id": 102 + }, + "5101.01.542": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3542, Physiklabor (einfach)", "arch_name": "3542@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "642", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27174", - "roomcode": "5101.01.542", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27176", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27174, + "usage_id": 103 + }, + "5101.01.548": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3548, Physiklabor (einfach)", "arch_name": "3548@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "643", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27176", - "roomcode": "5101.01.548", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50548", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27176, + "usage_id": 103 + }, + "5101.01.549": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3549, Physiklabor (einfach)", "arch_name": "3549@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "644", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50548", - "roomcode": "5101.01.549", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12940", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50548, + "usage_id": 103 + }, + "5101.01.554": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "645", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12940", - "roomcode": "5101.01.554", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27181", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12940, + "usage_id": 12 + }, + "5101.01.558": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3558, Physiklabor (einfach)", "arch_name": "3558@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "646", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27181", - "roomcode": "5101.01.558", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50686", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27181, + "usage_id": 103 + }, + "5101.01.559": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3559, Reinraum", "arch_name": "3559@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "647", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50686", - "roomcode": "5101.01.559", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12995", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50686, + "usage_id": 102 + }, + "5101.01.564": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "648", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12995", - "roomcode": "5101.01.564", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50692", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12995, + "usage_id": 12 + }, + "5101.01.567": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3567, Elektroniklabor", "arch_name": "3567@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "649", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50692", - "roomcode": "5101.01.567", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50695", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50692, + "usage_id": 103 + }, + "5101.01.567A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3567A, Kopierer", "arch_name": "3567A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "650", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50695", - "roomcode": "5101.01.567A", - "usage": 110 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=27190", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50695, + "usage_id": 110 + }, + "5101.01.568": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3568, Physiklabor (einfach)", "arch_name": "3568@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "651", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27190", - "roomcode": "5101.01.568", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=15743", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27190, + "usage_id": 103 + }, + "5101.01.573": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3573, Physiklabor (einfach)", "arch_name": "3573@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "652", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15743", - "roomcode": "5101.01.573", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50700", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15743, + "usage_id": 103 + }, + "5101.01.573A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3573A, Physiklabor (einfach)", "arch_name": "3573A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "653", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50700", - "roomcode": "5101.01.573A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12996", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50700, + "usage_id": 103 + }, + "5101.01.574": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "654", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12996", - "roomcode": "5101.01.574", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50703", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12996, + "usage_id": 12 + }, + "5101.01.578": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "655", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50703", - "roomcode": "5101.01.578", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=12998", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16206, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50703, + "usage_id": 12 + }, + "5101.01.701": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "656", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12998", - "roomcode": "5101.01.701", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=25770", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 21554, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12998, + "usage_id": 12 + }, + "5101.01.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3702, Vakuumtechnik-Raum", "arch_name": "3702@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "657", - "op_link": "webnav.navigate_to?corg=46657", - "operator": "[ TUPHECS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25770", - "roomcode": "5101.01.702", - "usage": 194 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50707", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25770, + "usage_id": 194 + }, + "5101.01.713": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3713, Aufenthalt/Werkstatt (gem. Nutz.)", "arch_name": "3713@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "658", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50707", - "roomcode": "5101.01.713", - "usage": 44 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50709", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50707, + "usage_id": 44 + }, + "5101.01.717": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3717, Feinmech. Werkstatt (gem. Nutz.)", "arch_name": "3717@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "659", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50709", - "roomcode": "5101.01.717", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50710", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50709, + "usage_id": 108 + }, + "5101.01.718": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "660", - "op_link": "webnav.navigate_to?corg=46657", - "operator": "[ TUPHECS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50710", - "roomcode": "5101.01.718", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=25773", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 46657, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50710, + "usage_id": 12 + }, + "5101.01.721": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3721, Feinmech. Werkstatt (gem. Nutz.)", "arch_name": "3721@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "661", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25773", - "roomcode": "5101.01.721", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=25774", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25773, + "usage_id": 108 + }, + "5101.01.726": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3726, Physiklabor m. Lufttechn. Anf.", "arch_name": "3726@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "662", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25774", - "roomcode": "5101.01.726", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13001", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 21554, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25774, + "usage_id": 103 + }, + "5101.01.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 3734, Besprechungsraum E13/E19", "arch_name": "3734@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16201&cRes=15194&cReadonly=J", - "list_index": "663", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13001", - "roomcode": "5101.01.734", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50714", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15194, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16201, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13001, + "usage_id": 196 + }, + "5101.01.734A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3734A, K\u00fcche (gem. Nutz.)", "arch_name": "3734A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "664", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50714", - "roomcode": "5101.01.734A", - "usage": 28 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=13003", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50714, + "usage_id": 28 + }, + "5101.01.742": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3742, B\u00fcro", "arch_name": "3742@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "665", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13003", - "roomcode": "5101.01.742", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50717", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13003, + "usage_id": 12 + }, + "5101.01.742A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3742A, Lager", "arch_name": "3742A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "666", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50717", - "roomcode": "5101.01.742A", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50715", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50717, + "usage_id": 30 + }, + "5101.01.745": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "667", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50715", - "roomcode": "5101.01.745", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50716", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50715, + "usage_id": 12 + }, + "5101.01.749": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3749, Arbeitsraum", "arch_name": "3749@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "668", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50716", - "roomcode": "5101.01.749", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50718", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50716, + "usage_id": 12 + }, + "5101.01.752": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3752, Physiklabor (einfach)", "arch_name": "3752@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "669", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50718", - "roomcode": "5101.01.752", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50719", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50718, + "usage_id": 103 + }, + "5101.01.755": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3755, B\u00fcro", "arch_name": "3755@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "670", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50719", - "roomcode": "5101.01.755", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50852", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50719, + "usage_id": 12 + }, + "5101.01.762": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3762, Physiklabor (einfach)", "arch_name": "3762@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "671", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50852", - "roomcode": "5101.01.762", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50711", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50852, + "usage_id": 103 + }, + "5101.01.763": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3763, B\u00fcro", "arch_name": "3763@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "672", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50711", - "roomcode": "5101.01.763", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50712", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50711, + "usage_id": 12 + }, + "5101.01.769": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3769, Chemielabor", "arch_name": "3769@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "673", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50712", - "roomcode": "5101.01.769", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=50713", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50712, + "usage_id": 102 + }, + "5101.01.772": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3772, Physiklabor (einfach)", "arch_name": "3772@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "674", - "op_link": "webnav.navigate_to?corg=16201", - "operator": "[ TUPHE13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50713", - "roomcode": "5101.01.772", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=47942", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 16201, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50713, + "usage_id": 103 + }, + "5101.01.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3901, Flur 1", "arch_name": "3901@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "675", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47942", - "roomcode": "5101.01.901", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48009", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47942, + "usage_id": 222 + }, + "5101.01.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3902, Flur 2", "arch_name": "3902@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "676", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48009", - "roomcode": "5101.01.902", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48015", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48009, + "usage_id": 222 + }, + "5101.01.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3903, Flur 3", "arch_name": "3903@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "677", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48015", - "roomcode": "5101.01.903", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48027", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48015, + "usage_id": 222 + }, + "5101.01.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3904, Flur 4", "arch_name": "3904@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "678", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48027", - "roomcode": "5101.01.904", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48030", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48027, + "usage_id": 222 + }, + "5101.01.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3905, Flur 5", "arch_name": "3905@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "679", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48030", - "roomcode": "5101.01.905", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48037", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48030, + "usage_id": 222 + }, + "5101.01.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3906, Flur 6", "arch_name": "3906@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "680", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48037", - "roomcode": "5101.01.906", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48047", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48037, + "usage_id": 222 + }, + "5101.01.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3907, Flur 7", "arch_name": "3907@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "681", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48047", - "roomcode": "5101.01.907", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48053", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48047, + "usage_id": 222 + }, + "5101.01.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3908, Flur 8", "arch_name": "3908@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "682", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48053", - "roomcode": "5101.01.908", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48080", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48053, + "usage_id": 222 + }, + "5101.01.909": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3909, Flur 9", "arch_name": "3909@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "683", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48080", - "roomcode": "5101.01.909", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48085", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48080, + "usage_id": 222 + }, + "5101.01.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3910, Flur 10", "arch_name": "3910@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "684", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48085", - "roomcode": "5101.01.910", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48092", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48085, + "usage_id": 222 + }, + "5101.01.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3911, Flur 11", "arch_name": "3911@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "685", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48092", - "roomcode": "5101.01.911", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48098", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48092, + "usage_id": 222 + }, + "5101.01.912": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3912, Flur 12", "arch_name": "3912@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "686", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48098", - "roomcode": "5101.01.912", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48104", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48098, + "usage_id": 222 + }, + "5101.01.921": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3921, Stiege 1", "arch_name": "3921@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "687", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48104", - "roomcode": "5101.01.921", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48111", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48104, + "usage_id": 223 + }, + "5101.01.922": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3922, Stiege 2", "arch_name": "3922@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "688", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48111", - "roomcode": "5101.01.922", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48141", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48111, + "usage_id": 223 + }, + "5101.01.923": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3923, Stiege 3", "arch_name": "3923@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "689", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48141", - "roomcode": "5101.01.923", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48149", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48141, + "usage_id": 223 + }, + "5101.01.924": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3924, Stiege 4", "arch_name": "3924@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "690", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48149", - "roomcode": "5101.01.924", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48156", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48149, + "usage_id": 223 + }, + "5101.01.925": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3925, Stiege 5", "arch_name": "3925@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "691", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48156", - "roomcode": "5101.01.925", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48165", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48156, + "usage_id": 223 + }, + "5101.01.926": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3926, Stiege 6", "arch_name": "3926@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "692", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48165", - "roomcode": "5101.01.926", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48174", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48165, + "usage_id": 223 + }, + "5101.01.927": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3927, Stiege 7", "arch_name": "3927@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "693", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48174", - "roomcode": "5101.01.927", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48182", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48174, + "usage_id": 223 + }, + "5101.01.928": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3928, Stiege 8", "arch_name": "3928@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "694", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48182", - "roomcode": "5101.01.928", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48220", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48182, + "usage_id": 223 + }, + "5101.01.929": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3929, Dachleiter", "arch_name": "3929@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "695", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48220", - "roomcode": "5101.01.929", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48227", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48220, + "usage_id": 223 + }, + "5101.01.941": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3941, Aufzug", "arch_name": "3941@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "696", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48227", - "roomcode": "5101.01.941", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=48235", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48227, + "usage_id": 4 + }, + "5101.01.942": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "3942, Aufzug", "arch_name": "3942@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "697", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48235", - "roomcode": "5101.01.942", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=48247", + "area_id": 35, + "building_id": 785, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48235, + "usage_id": 4 + }, + "5101.02.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "4235, Lesesaal", "arch_name": "4235@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "698", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48247", - "roomcode": "5101.02.235", - "usage": 10 - }, - { - "address": "James-Franck-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65438", + "area_id": 35, + "building_id": 785, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48247, + "usage_id": 10 + }, + "5101.02.236": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "4236, Gruppenraum", "arch_name": "4236@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "extended": { - "additional_description": "4236, Gruppenraum", - "address": "James-Franck-Str. 1(5101), 2.Obergescho\u00df", - "architect_room_nr": "4236@5101", - "area_m2": 26.48, - "building": "5101 Physik I", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "236", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "699", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65438", - "roomcode": "5101.02.236", - "usage": 131 - }, - { - "address": "James-Franck-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65439", + "area_id": 35, + "building_id": 785, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65438, + "usage_id": 131 + }, + "5101.02.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "4237, Gruppenraum", "arch_name": "4237@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "extended": { - "additional_description": "4237, Gruppenraum", - "address": "James-Franck-Str. 1(5101), 2.Obergescho\u00df", - "architect_room_nr": "4237@5101", - "area_m2": 21.33, - "building": "5101 Physik I", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "237", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "700", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65439", - "roomcode": "5101.02.237", - "usage": 131 - }, - { - "address": "James-Franck-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65440", + "area_id": 35, + "building_id": 785, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65439, + "usage_id": 131 + }, + "5101.02.238": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "4238, Gruppenraum", "arch_name": "4238@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "extended": { - "additional_description": "4238, Gruppenraum", - "address": "James-Franck-Str. 1(5101), 2.Obergescho\u00df", - "architect_room_nr": "4238@5101", - "area_m2": 21.53, - "building": "5101 Physik I", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "238", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "701", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65440", - "roomcode": "5101.02.238", - "usage": 131 - }, - { - "address": "James-Franck-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65441", + "area_id": 35, + "building_id": 785, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65440, + "usage_id": 131 + }, + "5101.02.239": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "4239, Gruppenraum", "arch_name": "4239@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "extended": { - "additional_description": "4239, Gruppenraum", - "address": "James-Franck-Str. 1(5101), 2.Obergescho\u00df", - "architect_room_nr": "4239@5101", - "area_m2": 26.62, - "building": "5101 Physik I", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "239", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "702", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65441", - "roomcode": "5101.02.239", - "usage": 131 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10524", + "area_id": 35, + "building_id": 785, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65441, + "usage_id": 131 + }, + "5101.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2003, Prof.-B\u00fcro", "arch_name": "2003@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10524", - "roomcode": "5101.EG.001", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51383", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21512, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10524, + "usage_id": 12 + }, + "5101.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2000, Elektroverteiler", "arch_name": "2000@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51383", - "roomcode": "5101.EG.001A", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10528", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51383, + "usage_id": 160 + }, + "5101.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2005, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2005@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10528", - "roomcode": "5101.EG.005", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10532", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21512, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10528, + "usage_id": 12 + }, + "5101.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2007, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2007@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=45028&cRes=30072&cReadonly=J", - "list_index": "203", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10532", - "roomcode": "5101.EG.007", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51575", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 30072, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10532, + "usage_id": 12 + }, + "5101.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2010, WC-Damen", "arch_name": "2010@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51575", - "roomcode": "5101.EG.010", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51589", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51575, + "usage_id": 116 + }, + "5101.EG.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2010A, WC-Herren", "arch_name": "2010A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51589", - "roomcode": "5101.EG.010A", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10577", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51589, + "usage_id": 115 + }, + "5101.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2011, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2011@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=21511", - "operator": "[ TUPHENA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10577", - "roomcode": "5101.EG.011", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51742", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21511, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10577, + "usage_id": 12 + }, + "5101.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2012, Elektroverteiler", "arch_name": "2012@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51742", - "roomcode": "5101.EG.012", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10625", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51742, + "usage_id": 160 + }, + "5101.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2013, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2013@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=45028&cRes=27832&cReadonly=J", - "list_index": "208", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10625", - "roomcode": "5101.EG.013", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51761", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 27832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10625, + "usage_id": 12 + }, + "5101.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2014, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2014@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51761", - "roomcode": "5101.EG.014", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10627", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51761, + "usage_id": 12 + }, + "5101.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2015, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2015@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10627", - "roomcode": "5101.EG.015", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51915", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47477, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10627, + "usage_id": 12 + }, + "5101.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2016, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2016@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51915", - "roomcode": "5101.EG.016", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10677", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51915, + "usage_id": 12 + }, + "5101.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2017, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2017@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10677", - "roomcode": "5101.EG.017", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10680", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45028, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10677, + "usage_id": 12 + }, + "5101.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2019, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2019@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10680", - "roomcode": "5101.EG.019", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10684", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10680, + "usage_id": 12 + }, + "5101.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2023, Prof.-B\u00fcro", "arch_name": "2023@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10684", - "roomcode": "5101.EG.021", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10688", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10684, + "usage_id": 12 + }, + "5101.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 2024, Besprechungsraum E10/E12", "arch_name": "2024@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=48957&cRes=15150&cReadonly=J", - "list_index": "215", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10688", - "roomcode": "5101.EG.024", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52088", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15150, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10688, + "usage_id": 196 + }, + "5101.EG.024A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2024A, K\u00fcche", "arch_name": "2024A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52088", - "roomcode": "5101.EG.024A", - "usage": 28 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10744", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21512, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52088, + "usage_id": 28 + }, + "5101.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2025, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2025@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10744", - "roomcode": "5101.EG.025", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10747", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10744, + "usage_id": 12 + }, + "5101.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2027, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2027@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10747", - "roomcode": "5101.EG.027", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10749", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10747, + "usage_id": 12 + }, + "5101.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2029, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2029@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10749", - "roomcode": "5101.EG.029", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52266", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10749, + "usage_id": 12 + }, + "5101.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2031, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2031@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52266", - "roomcode": "5101.EG.031", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10004", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52266, + "usage_id": 12 + }, + "5101.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2033, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2033@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10004", - "roomcode": "5101.EG.033", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10010", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10004, + "usage_id": 12 + }, + "5101.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2035, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2035@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10010", - "roomcode": "5101.EG.035", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10015", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10010, + "usage_id": 12 + }, + "5101.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2037, B\u00fcro", "arch_name": "2037@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10015", - "roomcode": "5101.EG.037", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10018", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10015, + "usage_id": 12 + }, + "5101.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2039, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2039@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10018", - "roomcode": "5101.EG.039", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52461", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10018, + "usage_id": 12 + }, + "5101.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2040, Elektroverteiler", "arch_name": "2040@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52461", - "roomcode": "5101.EG.040", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10146", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52461, + "usage_id": 160 + }, + "5101.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2041, B\u00fcro", "arch_name": "2041@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10146", - "roomcode": "5101.EG.041", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52610", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10146, + "usage_id": 12 + }, + "5101.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2042, Beh.-WC", "arch_name": "2042@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52610", - "roomcode": "5101.EG.042", - "usage": 117 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10154", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52610, + "usage_id": 117 + }, + "5101.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2043, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2043@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10154", - "roomcode": "5101.EG.043", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52628", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10154, + "usage_id": 12 + }, + "5101.EG.044": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52628", - "roomcode": "5101.EG.044", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52777", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52628, + "usage_id": 12 + }, + "5101.EG.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2045, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2045@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52777", - "roomcode": "5101.EG.045", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10209", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52777, + "usage_id": 12 + }, + "5101.EG.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2047, B\u00fcro", "arch_name": "2047@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=54084", - "operator": "[ TUS3O11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10209", - "roomcode": "5101.EG.047", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10214", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 54084, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10209, + "usage_id": 12 + }, + "5101.EG.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2048, B\u00fcro", "arch_name": "2048@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10214", - "roomcode": "5101.EG.048", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52808", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10214, + "usage_id": 12 + }, + "5101.EG.049": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2049, B\u00fcro", "arch_name": "2049@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52808", - "roomcode": "5101.EG.049", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52955", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52808, + "usage_id": 12 + }, + "5101.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2051, B\u00fcro", "arch_name": "2051@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52955", - "roomcode": "5101.EG.051", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10272", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52955, + "usage_id": 12 + }, + "5101.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2052, B\u00fcro", "arch_name": "2052@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10272", - "roomcode": "5101.EG.052", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52976", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10272, + "usage_id": 12 + }, + "5101.EG.052A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2052A, Abstellraum", "arch_name": "2052A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52976", - "roomcode": "5101.EG.052A", - "usage": 159 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10279", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14212, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52976, + "usage_id": 159 + }, + "5101.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2053, B\u00fcro", "arch_name": "2053@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10279", - "roomcode": "5101.EG.053", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53138", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10279, + "usage_id": 12 + }, + "5101.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2055, B\u00fcro", "arch_name": "2055@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53138", - "roomcode": "5101.EG.055", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10335", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53138, + "usage_id": 12 + }, + "5101.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2057, B\u00fcro", "arch_name": "2057@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10335", - "roomcode": "5101.EG.057", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53163", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10335, + "usage_id": 12 + }, + "5101.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2059, B\u00fcro", "arch_name": "2059@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53163", - "roomcode": "5101.EG.059", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53312", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 49797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53163, + "usage_id": 12 + }, + "5101.EG.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2061, B\u00fcro", "arch_name": "2061@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53312", - "roomcode": "5101.EG.061", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10373", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 49797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53312, + "usage_id": 12 + }, + "5101.EG.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2069, B\u00fcro", "arch_name": "2069@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10373", - "roomcode": "5101.EG.069", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10380", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49797, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10373, + "usage_id": 12 + }, + "5101.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2071, B\u00fcro", "arch_name": "2071@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10380", - "roomcode": "5101.EG.071", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53482", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49797, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10380, + "usage_id": 12 + }, + "5101.EG.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2072, Flur/\u00dcbergang", "arch_name": "2072@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53482", - "roomcode": "5101.EG.072", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10426", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53482, + "usage_id": 222 + }, + "5101.EG.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2073, B\u00fcro", "arch_name": "2073@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10426", - "roomcode": "5101.EG.073", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10431", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49797, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10426, + "usage_id": 12 + }, + "5101.EG.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 2074, Besprechungsraum", "arch_name": "2074@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16205&cRes=15145&cReadonly=J", - "list_index": "246", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10431", - "roomcode": "5101.EG.074", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53647", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15145, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10431, + "usage_id": 196 + }, + "5101.EG.074A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2074A, K\u00fcche", "arch_name": "2074A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53647", - "roomcode": "5101.EG.074A", - "usage": 28 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10436", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53647, + "usage_id": 28 + }, + "5101.EG.075": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2075, B\u00fcro", "arch_name": "2075@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10436", - "roomcode": "5101.EG.075", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10469", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10436, + "usage_id": 12 + }, + "5101.EG.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2077, Prof.-B\u00fcro", "arch_name": "2077@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=49797", - "operator": "[ TUPHTFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10469", - "roomcode": "5101.EG.077", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53814", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 49797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10469, + "usage_id": 12 + }, + "5101.EG.081": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2081, B\u00fcro", "arch_name": "2081@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53814", - "roomcode": "5101.EG.081", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53827", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53814, + "usage_id": 12 + }, + "5101.EG.082": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2082, Prof.-B\u00fcro", "arch_name": "2082@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16205&cRes=28473&cReadonly=J", - "list_index": "251", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53827", - "roomcode": "5101.EG.082", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10475", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 28473, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53827, + "usage_id": 12 + }, + "5101.EG.083": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2083, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2083@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10475", - "roomcode": "5101.EG.083", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53843", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10475, + "usage_id": 12 + }, + "5101.EG.085": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2085, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2085@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53843", - "roomcode": "5101.EG.085", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10512", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53843, + "usage_id": 12 + }, + "5101.EG.087": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2087, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2087@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10512", - "roomcode": "5101.EG.087", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10516", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10512, + "usage_id": 12 + }, + "5101.EG.089": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2089, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2089@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10516", - "roomcode": "5101.EG.089", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10521", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10516, + "usage_id": 12 + }, + "5101.EG.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2091, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2091@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10521", - "roomcode": "5101.EG.091", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51278", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10521, + "usage_id": 12 + }, + "5101.EG.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2092, WC-Herren", "arch_name": "2092@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51278", - "roomcode": "5101.EG.092", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51431", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51278, + "usage_id": 115 + }, + "5101.EG.092A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2092A, WC-Damen", "arch_name": "2092A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51431", - "roomcode": "5101.EG.092A", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10567", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51431, + "usage_id": 116 + }, + "5101.EG.093": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2093, Prof.-B\u00fcro", "arch_name": "2093@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=16205&cRes=19672&cReadonly=J", - "list_index": "259", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10567", - "roomcode": "5101.EG.093", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23316", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19672, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10567, + "usage_id": 12 + }, + "5101.EG.095": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2095, Elektroverteiler", "arch_name": "2095@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23316", - "roomcode": "5101.EG.095", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51618", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23316, + "usage_id": 160 + }, + "5101.EG.096": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2096, Elektroverteiler", "arch_name": "2096@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51618", - "roomcode": "5101.EG.096", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51629", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51618, + "usage_id": 160 + }, + "5101.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2101, W\u00e4geraum", "arch_name": "2101@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51629", - "roomcode": "5101.EG.101", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51645", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51629, + "usage_id": 103 + }, + "5101.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2102, Reinstraum", "arch_name": "2102@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51645", - "roomcode": "5101.EG.102", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23436", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51645, + "usage_id": 102 + }, + "5101.EG.102A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2102A, Reinstraum", "arch_name": "2102A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23436", - "roomcode": "5101.EG.102A", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23529", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23436, + "usage_id": 102 + }, + "5101.EG.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2110, Reinstraum", "arch_name": "2110@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23529", - "roomcode": "5101.EG.110", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=17645", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23529, + "usage_id": 102 + }, + "5101.EG.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2111, Physiklabor (K. B., MV)", "arch_name": "2111@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17645", - "roomcode": "5101.EG.111", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51962", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17645, + "usage_id": 103 + }, + "5101.EG.111A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2111A, Physiklabor (K. B., MV)", "arch_name": "2111A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=16200", - "operator": "[ TUPHE12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51962", - "roomcode": "5101.EG.111A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23631", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16200, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51962, + "usage_id": 103 + }, + "5101.EG.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2118, B\u00fcro", "arch_name": "2118@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23631", - "roomcode": "5101.EG.118", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51984", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23631, + "usage_id": 12 + }, + "5101.EG.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2119, Physiklabor (einfach)", "arch_name": "2119@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51984", - "roomcode": "5101.EG.119", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52117", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51984, + "usage_id": 103 + }, + "5101.EG.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2124, Physiklabor", "arch_name": "2124@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52117", - "roomcode": "5101.EG.124", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52126", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52117, + "usage_id": 103 + }, + "5101.EG.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2125, Physiklabor", "arch_name": "2125@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52126", - "roomcode": "5101.EG.125", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=17825", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52126, + "usage_id": 103 + }, + "5101.EG.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2129, Feinmechanische Werkstatt", "arch_name": "2129@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17825", - "roomcode": "5101.EG.129", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=75028", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17825, + "usage_id": 108 + }, + "5101.EG.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2131, B\u00fcro", "arch_name": "2131@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75028", - "roomcode": "5101.EG.131", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52141", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75028, + "usage_id": 12 + }, + "5101.EG.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2132, B\u00fcro", "arch_name": "2132@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52141", - "roomcode": "5101.EG.132", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52155", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52141, + "usage_id": 12 + }, + "5101.EG.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2142, Physiklabor", "arch_name": "2142@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52155", - "roomcode": "5101.EG.142", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52298", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21512, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52155, + "usage_id": 103 + }, + "5101.EG.142A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2142A, Physiklabor", "arch_name": "2142A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52298", - "roomcode": "5101.EG.142A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10046", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21512, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52298, + "usage_id": 103 + }, + "5101.EG.152": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2152, B\u00fcro", "arch_name": "2152@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10046", - "roomcode": "5101.EG.152", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52323", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21512, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10046, + "usage_id": 12 + }, + "5101.EG.155": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2155, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2155@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52323", - "roomcode": "5101.EG.155", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52333", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21512, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52323, + "usage_id": 12 + }, + "5101.EG.159": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2159, Aufenthalt/Werkstatt", "arch_name": "2159@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=16209", - "operator": "[ TUPHE21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52333", - "roomcode": "5101.EG.159", - "usage": 44 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10084", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16209, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52333, + "usage_id": 44 + }, + "5101.EG.162": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2162, B\u00fcro", "arch_name": "2162@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=21512", - "operator": "[ TUPHE62 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10084", - "roomcode": "5101.EG.162", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23868", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21512, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10084, + "usage_id": 12 + }, + "5101.EG.167": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2167, Physiklabor (einfach)", "arch_name": "2167@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23868", - "roomcode": "5101.EG.167", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52490", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23868, + "usage_id": 103 + }, + "5101.EG.172": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2172, Physiklabor (einfach)", "arch_name": "2172@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52490", - "roomcode": "5101.EG.172", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52502", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52490, + "usage_id": 12 + }, + "5101.EG.173": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2173, Physiklabor", "arch_name": "2173@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52502", - "roomcode": "5101.EG.173", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10053", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52502, + "usage_id": 103 + }, + "5101.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2201, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2201@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10053", - "roomcode": "5101.EG.201", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10059", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10053, + "usage_id": 12 + }, + "5101.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2203, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2203@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10059", - "roomcode": "5101.EG.203", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10061", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10059, + "usage_id": 12 + }, + "5101.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2205, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2205@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10061", - "roomcode": "5101.EG.205", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52673", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10061, + "usage_id": 12 + }, + "5101.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2206, WC-Herren", "arch_name": "2206@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52673", - "roomcode": "5101.EG.206", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10090", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52673, + "usage_id": 115 + }, + "5101.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2207, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2207@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10090", - "roomcode": "5101.EG.207", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52827", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10090, + "usage_id": 12 + }, + "5101.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2210, Elektroverteiler", "arch_name": "2210@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52827", - "roomcode": "5101.EG.210", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10091", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52827, + "usage_id": 160 + }, + "5101.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2211, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2211@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10091", - "roomcode": "5101.EG.211", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52845", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10091, + "usage_id": 12 + }, + "5101.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2212, Elektroverteiler", "arch_name": "2212@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52845", - "roomcode": "5101.EG.212", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52990", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52845, + "usage_id": 160 + }, + "5101.EG.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2213, Prof.-B\u00fcro", "arch_name": "2213@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21569&cRes=19914&cReadonly=J", - "list_index": "292", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52990", - "roomcode": "5101.EG.213", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10126", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19914, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52990, + "usage_id": 12 + }, + "5101.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2214, B\u00fcro", "arch_name": "2214@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10126", - "roomcode": "5101.EG.214", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53007", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10126, + "usage_id": 12 + }, + "5101.EG.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2216, B\u00fcro", "arch_name": "2216@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53007", - "roomcode": "5101.EG.216", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53019", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53007, + "usage_id": 12 + }, + "5101.EG.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2217, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2217@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53019", - "roomcode": "5101.EG.217", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10133", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53019, + "usage_id": 12 + }, + "5101.EG.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2219, Prof.-B\u00fcro", "arch_name": "2219@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10133", - "roomcode": "5101.EG.219", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10170", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10133, + "usage_id": 12 + }, + "5101.EG.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2227, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2227@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10170", - "roomcode": "5101.EG.223", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10174", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10170, + "usage_id": 12 + }, + "5101.EG.224": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 2224, Besprechungsraum", "arch_name": "2224@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21569&cRes=15137&cReadonly=J", - "list_index": "298", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10174", - "roomcode": "5101.EG.224", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53196", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15137, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10174, + "usage_id": 196 + }, + "5101.EG.224A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2224A, K\u00fcche", "arch_name": "2224A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53196", - "roomcode": "5101.EG.224A", - "usage": 28 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10181", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53196, + "usage_id": 28 + }, + "5101.EG.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2225, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2225@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=42658&cRes=19638&cReadonly=J", - "list_index": "300", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10181", - "roomcode": "5101.EG.225", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53206", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 19638, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10181, + "usage_id": 12 + }, + "5101.EG.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2228, Aufenthaltsraum", "arch_name": "2228@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53206", - "roomcode": "5101.EG.228", - "usage": 44 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53347", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53206, + "usage_id": 44 + }, + "5101.EG.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2230, Windfang", "arch_name": "2230@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53347", - "roomcode": "5101.EG.230", - "usage": 52 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53360", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53347, + "usage_id": 52 + }, + "5101.EG.230A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2230A, Installationsschacht", "arch_name": "2230A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53360", - "roomcode": "5101.EG.230A", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53368", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53360, + "usage_id": 120 + }, + "5101.EG.236": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2236, WC-Damen", "arch_name": "2236@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53368", - "roomcode": "5101.EG.236", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10247", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53368, + "usage_id": 116 + }, + "5101.EG.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2237, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2237@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10247", - "roomcode": "5101.EG.237", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=59097", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10247, + "usage_id": 12 + }, + "5101.EG.237A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2237A, Aufzug", "arch_name": "2237A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59097", - "roomcode": "5101.EG.237A", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53524", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59097, + "usage_id": 4 + }, + "5101.EG.238": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2238, Putzraum", "arch_name": "2238@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53524", - "roomcode": "5101.EG.238", - "usage": 205 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10304", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53524, + "usage_id": 205 + }, + "5101.EG.239": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2239, B\u00fcro", "arch_name": "2239@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10304", - "roomcode": "5101.EG.239", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53539", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10304, + "usage_id": 12 + }, + "5101.EG.240": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2240, Elektroverteiler", "arch_name": "2240@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53539", - "roomcode": "5101.EG.240", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10313", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53539, + "usage_id": 160 + }, + "5101.EG.241": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2241, B\u00fcro", "arch_name": "2241@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10313", - "roomcode": "5101.EG.241", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10353", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10313, + "usage_id": 12 + }, + "5101.EG.243": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2243, B\u00fcro", "arch_name": "2243@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10353", - "roomcode": "5101.EG.243", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=16371", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10353, + "usage_id": 12 + }, + "5101.EG.245": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2245, B\u00fcro", "arch_name": "2245@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16371", - "roomcode": "5101.EG.245", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53712", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16371, + "usage_id": 12 + }, + "5101.EG.246": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2246, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2246@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53712", - "roomcode": "5101.EG.246", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10361", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53712, + "usage_id": 12 + }, + "5101.EG.247": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2247, B\u00fcro", "arch_name": "2247@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10361", - "roomcode": "5101.EG.247", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53854", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10361, + "usage_id": 12 + }, + "5101.EG.248": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2248, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2248@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53854", - "roomcode": "5101.EG.248", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10401", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53854, + "usage_id": 12 + }, + "5101.EG.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2250, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2250@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10401", - "roomcode": "5101.EG.250", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53878", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10401, + "usage_id": 12 + }, + "5101.EG.251": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2251, B\u00fcro", "arch_name": "2251@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=42658", - "operator": "[ TUPHZVW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53878", - "roomcode": "5101.EG.251", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53887", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 42658, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53878, + "usage_id": 12 + }, + "5101.EG.252": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2252, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2252@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53887", - "roomcode": "5101.EG.252", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10413", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53887, + "usage_id": 12 + }, + "5101.EG.253": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2253, B\u00fcro/Dekanat", "arch_name": "2253@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10413", - "roomcode": "5101.EG.253", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51292", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10413, + "usage_id": 12 + }, + "5101.EG.254": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2254, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2254@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51292", - "roomcode": "5101.EG.254", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10451", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51292, + "usage_id": 12 + }, + "5101.EG.257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2257, Lernraum", "arch_name": "2257@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10451", - "roomcode": "5101.EG.257", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51463", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10451, + "usage_id": 12 + }, + "5101.EG.259": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2259, Cip-Pool 3", "arch_name": "2259@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=42670&cRes=31692&cReadonly=J", - "list_index": "322", - "op_link": "webnav.navigate_to?corg=42670", - "operator": "[ TUPHCOM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51463", - "roomcode": "5101.EG.259", - "usage": 213 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51479", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 31692, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 42670, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51463, + "usage_id": 213 + }, + "5101.EG.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2260, Eingang", "arch_name": "2260@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51479", - "roomcode": "5101.EG.260", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51491", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51479, + "usage_id": 222 + }, + "5101.EG.269": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2269, Erste-Hilfe-Raum", "arch_name": "2269@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=42666", - "operator": "[ TUPHZSS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51491", - "roomcode": "5101.EG.269", - "usage": 178 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51504", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 42666, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51491, + "usage_id": 178 + }, + "5101.EG.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2270, Arbeitsraum", "arch_name": "2270@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51504", - "roomcode": "5101.EG.270", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=28018", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51504, + "usage_id": 12 + }, + "5101.EG.271": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 2271, Seminarraum", "arch_name": "2271@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=42657&cRes=15256&cReadonly=J", - "extended": { - "additional_description": "PH 2271, Seminarraum", - "address": "James-Franck-Str. 1(5101), Erdgescho\u00df", - "architect_room_nr": "2271@5101", - "area_m2": 39.13, - "building": "5101 Physik I", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "271", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=42657", - "operator": "[ TUPHZAV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28018", - "roomcode": "5101.EG.271", - "usage": 41 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51671", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15256, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 42657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28018, + "usage_id": 41 + }, + "5101.EG.274": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2274, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2274@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51671", - "roomcode": "5101.EG.274", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10540", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51671, + "usage_id": 12 + }, + "5101.EG.276": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2276, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2276@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10540", - "roomcode": "5101.EG.276", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10548", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10540, + "usage_id": 12 + }, + "5101.EG.277": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2277, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2277@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=42666", - "operator": "[ TUPHZSS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10548", - "roomcode": "5101.EG.277", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51837", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 42666, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10548, + "usage_id": 12 + }, + "5101.EG.278": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2278, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2278@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51837", - "roomcode": "5101.EG.278", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10582", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51837, + "usage_id": 12 + }, + "5101.EG.279": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2279, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2279@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=42666", - "operator": "[ TUPHZSS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10582", - "roomcode": "5101.EG.279", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51992", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 42666, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10582, + "usage_id": 12 + }, + "5101.EG.280": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2280, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2280@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51992", - "roomcode": "5101.EG.280", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52005", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51992, + "usage_id": 12 + }, + "5101.EG.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2281, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2281@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=42666", - "operator": "[ TUPHZSS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52005", - "roomcode": "5101.EG.281", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10630", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 42666, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52005, + "usage_id": 12 + }, + "5101.EG.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2283, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2283@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10630", - "roomcode": "5101.EG.283", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10635", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10630, + "usage_id": 12 + }, + "5101.EG.285": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2285, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2285@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10635", - "roomcode": "5101.EG.285", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10637", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10635, + "usage_id": 12 + }, + "5101.EG.289": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2289, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2289@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10637", - "roomcode": "5101.EG.289", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10641", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10637, + "usage_id": 12 + }, + "5101.EG.291": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2291, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2291@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10641", - "roomcode": "5101.EG.291", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10692", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10641, + "usage_id": 12 + }, + "5101.EG.293": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2293, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2293@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10692", - "roomcode": "5101.EG.293", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10695", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10692, + "usage_id": 12 + }, + "5101.EG.295": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2295, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2295@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10695", - "roomcode": "5101.EG.295", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52346", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10695, + "usage_id": 12 + }, + "5101.EG.296": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2296, Elektroverteiler", "arch_name": "2296@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52346", - "roomcode": "5101.EG.296", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52357", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52346, + "usage_id": 160 + }, + "5101.EG.298": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2298, Elektroverteiler", "arch_name": "2298@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52357", - "roomcode": "5101.EG.298", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52367", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52357, + "usage_id": 160 + }, + "5101.EG.299": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2299, WC-Herren", "arch_name": "2299@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52367", - "roomcode": "5101.EG.299", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=28431", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52367, + "usage_id": 115 + }, + "5101.EG.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2301, Physiklabor (K. B., MV)", "arch_name": "2301@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28431", - "roomcode": "5101.EG.301", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52517", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28431, + "usage_id": 103 + }, + "5101.EG.302": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52517", - "roomcode": "5101.EG.302", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52534", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52517, + "usage_id": 103 + }, + "5101.EG.302A": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52534", - "roomcode": "5101.EG.302A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52551", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52534, + "usage_id": 103 + }, + "5101.EG.302B": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52551", - "roomcode": "5101.EG.302B", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52688", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52551, + "usage_id": 103 + }, + "5101.EG.302C": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52688", - "roomcode": "5101.EG.302C", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52703", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52688, + "usage_id": 103 + }, + "5101.EG.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2312, Physiklabor", "arch_name": "2312@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52703", - "roomcode": "5101.EG.312", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52718", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52703, + "usage_id": 103 + }, + "5101.EG.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2313, Physiklabor", "arch_name": "2313@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52718", - "roomcode": "5101.EG.313", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52866", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52718, + "usage_id": 103 + }, + "5101.EG.321": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2321, Physiklabor", "arch_name": "2321@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52866", - "roomcode": "5101.EG.321", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52879", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52866, + "usage_id": 103 + }, + "5101.EG.322": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2322, Lager m. lufttechn. Anforderungen", "arch_name": "2322@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52879", - "roomcode": "5101.EG.322", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=28750", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52879, + "usage_id": 30 + }, + "5101.EG.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2325, Feinmechanische Werkstatt", "arch_name": "2325@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28750", - "roomcode": "5101.EG.325", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53046", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28750, + "usage_id": 108 + }, + "5101.EG.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2326, Physiklabor", "arch_name": "2326@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53046", - "roomcode": "5101.EG.326", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53051", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53046, + "usage_id": 103 + }, + "5101.EG.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2329, Feinmechanische Werkstatt", "arch_name": "2329@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53051", - "roomcode": "5101.EG.331", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53067", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53051, + "usage_id": 108 + }, + "5101.EG.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2334, Messraum", "arch_name": "2334@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53067", - "roomcode": "5101.EG.334", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53214", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53067, + "usage_id": 103 + }, + "5101.EG.335": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2335, Chemisch-techn. Labor", "arch_name": "2335@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53214", - "roomcode": "5101.EG.335", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=15861", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53214, + "usage_id": 102 + }, + "5101.EG.341": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2341, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2341@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15861", - "roomcode": "5101.EG.341", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=75027", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15861, + "usage_id": 12 + }, + "5101.EG.341A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2341A, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2341A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75027", - "roomcode": "5101.EG.341A", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53242", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75027, + "usage_id": 12 + }, + "5101.EG.342": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2342, Physiklabor", "arch_name": "2342@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53242", - "roomcode": "5101.EG.342", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53388", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53242, + "usage_id": 103 + }, + "5101.EG.352": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2352, Physiklabor", "arch_name": "2352@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53388", - "roomcode": "5101.EG.352", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53407", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53388, + "usage_id": 103 + }, + "5101.EG.361": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2361, Physiklabor", "arch_name": "2361@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53407", - "roomcode": "5101.EG.361", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53424", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53407, + "usage_id": 103 + }, + "5101.EG.362": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2362, Physiklabor", "arch_name": "2362@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53424", - "roomcode": "5101.EG.362", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53561", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53424, + "usage_id": 103 + }, + "5101.EG.367": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2367, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2367@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53561", - "roomcode": "5101.EG.367", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53577", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53561, + "usage_id": 12 + }, + "5101.EG.372": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2372, Phys. Messraum", "arch_name": "2372@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53577", - "roomcode": "5101.EG.372", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53591", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53577, + "usage_id": 103 + }, + "5101.EG.372A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2372A, Physiklabor", "arch_name": "2372A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53591", - "roomcode": "5101.EG.372A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53597", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53591, + "usage_id": 103 + }, + "5101.EG.373": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2373, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2373@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53597", - "roomcode": "5101.EG.373", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53735", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53597, + "usage_id": 12 + }, + "5101.EG.373A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2373A, Lager", "arch_name": "2373A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53735", - "roomcode": "5101.EG.373A", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53743", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53735, + "usage_id": 30 + }, + "5101.EG.500": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2500, Physiklabor", "arch_name": "2500@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53743", - "roomcode": "5101.EG.500", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10460", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53743, + "usage_id": 103 + }, + "5101.EG.501": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12587&cReadonly=J", - "extended": { - "additional_description": "2501, Rudolf-M\u00f6\u00dfbauer-H\u00f6rsaal", - "address": "James-Franck-Str. 1(5101), Erdgescho\u00df", - "architect_room_nr": "2501@5101", - "area_m2": 292.96, - "building": "5101 Physik I", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "501", - "seats": 395, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10460", - "roomcode": "5101.EG.501", - "usage": 20 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=32194", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 12587, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 395, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10460, + "usage_id": 20 + }, + "5101.EG.501A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2501A, Projektorraum HS PH 1", "arch_name": "2501A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32194", - "roomcode": "5101.EG.501A", - "usage": 23 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10464", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32194, + "usage_id": 23 + }, + "5101.EG.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2502, Physik H\u00f6rsaal 2", "arch_name": "2502@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12588&cReadonly=J", - "extended": { - "additional_description": "2502, Physik H\u00f6rsaal 2", - "address": "James-Franck-Str. 1(5101), Erdgescho\u00df", - "architect_room_nr": "2502@5101", - "area_m2": 179.35, - "building": "5101 Physik I", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "502", - "seats": 194, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10464", - "roomcode": "5101.EG.502", - "usage": 20 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10498", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 12588, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 194, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10464, + "usage_id": 20 + }, + "5101.EG.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2503, Physik H\u00f6rsaal 3", "arch_name": "2503@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12589&cReadonly=J", - "extended": { - "additional_description": "2503, Physik H\u00f6rsaal 3", - "address": "James-Franck-Str. 1(5101), Erdgescho\u00df", - "architect_room_nr": "2503@5101", - "area_m2": 94.06, - "building": "5101 Physik I", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "503", - "seats": 74, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10498", - "roomcode": "5101.EG.503", - "usage": 20 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53920", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 12589, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 74, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10498, + "usage_id": 20 + }, + "5101.EG.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2701, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2701@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53920", - "roomcode": "5101.EG.701", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53933", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53920, + "usage_id": 12 + }, + "5101.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2702, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2702@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53933", - "roomcode": "5101.EG.702", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10503", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53933, + "usage_id": 12 + }, + "5101.EG.707": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2707, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2707@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=14214", - "operator": "[ TUPHZEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10503", - "roomcode": "5101.EG.707", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51168", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14214, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10503, + "usage_id": 12 + }, + "5101.EG.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2710, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2710@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51168", - "roomcode": "5101.EG.710", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=27854", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51168, + "usage_id": 12 + }, + "5101.EG.713": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2713, Lager", "arch_name": "2713@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=14214", - "operator": "[ TUPHZEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27854", - "roomcode": "5101.EG.713", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=16788", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14214, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27854, + "usage_id": 30 + }, + "5101.EG.720": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2720, Elektroniklabor", "arch_name": "2720@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=14214", - "operator": "[ TUPHZEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16788", - "roomcode": "5101.EG.720", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51332", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14214, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16788, + "usage_id": 103 + }, + "5101.EG.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2732, Elektroniklabor", "arch_name": "2732@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=14214", - "operator": "[ TUPHZEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51332", - "roomcode": "5101.EG.732", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51342", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14214, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51332, + "usage_id": 103 + }, + "5101.EG.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2734, Elektroniklabor", "arch_name": "2734@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=14214", - "operator": "[ TUPHZEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51342", - "roomcode": "5101.EG.734", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51349", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14214, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51342, + "usage_id": 103 + }, + "5101.EG.735": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2735, Physiklabor", "arch_name": "2735@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51349", - "roomcode": "5101.EG.735", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51369", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51349, + "usage_id": 103 + }, + "5101.EG.741": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2741, Physiklabor", "arch_name": "2741@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51369", - "roomcode": "5101.EG.741", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51523", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51369, + "usage_id": 103 + }, + "5101.EG.744": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2744, Pysiklabor", "arch_name": "2744@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51523", - "roomcode": "5101.EG.744", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51538", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51523, + "usage_id": 103 + }, + "5101.EG.745": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2745, Physiklabor", "arch_name": "2745@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51538", - "roomcode": "5101.EG.745", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51555", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51538, + "usage_id": 103 + }, + "5101.EG.751": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2751, Physiklabor", "arch_name": "2751@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21453&cRes=18371&cReadonly=J", - "list_index": "385", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51555", - "roomcode": "5101.EG.751", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51708", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 18371, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51555, + "usage_id": 103 + }, + "5101.EG.752": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2752, Laserlabor", "arch_name": "2752@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51708", - "roomcode": "5101.EG.752", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51722", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51708, + "usage_id": 103 + }, + "5101.EG.760": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2760, Physiklabor", "arch_name": "2760@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51722", - "roomcode": "5101.EG.760", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52030", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51722, + "usage_id": 103 + }, + "5101.EG.761": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2761, Physiklabor", "arch_name": "2761@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52030", - "roomcode": "5101.EG.761", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52048", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52030, + "usage_id": 103 + }, + "5101.EG.771": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2771, Physiklabor", "arch_name": "2771@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52048", - "roomcode": "5101.EG.771", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52068", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52048, + "usage_id": 103 + }, + "5101.EG.774": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2774, Physiklabor", "arch_name": "2774@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52068", - "roomcode": "5101.EG.774", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52559", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52068, + "usage_id": 103 + }, + "5101.EG.777": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2777, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2777@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52559", - "roomcode": "5101.EG.777", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52573", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52559, + "usage_id": 12 + }, + "5101.EG.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2901, Flur 1", "arch_name": "2901@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52573", - "roomcode": "5101.EG.901", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52580", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52573, + "usage_id": 222 + }, + "5101.EG.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2902, Flur 2", "arch_name": "2902@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52580", - "roomcode": "5101.EG.902", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52201", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52580, + "usage_id": 222 + }, + "5101.EG.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2903, Flur 3", "arch_name": "2903@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52201", - "roomcode": "5101.EG.903", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52216", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52201, + "usage_id": 222 + }, + "5101.EG.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2904, Flur 4", "arch_name": "2904@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52216", - "roomcode": "5101.EG.904", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52234", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52216, + "usage_id": 222 + }, + "5101.EG.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2905, Flur 5", "arch_name": "2905@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52234", - "roomcode": "5101.EG.905", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51868", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52234, + "usage_id": 222 + }, + "5101.EG.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2906, Flur 6", "arch_name": "2906@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51868", - "roomcode": "5101.EG.906", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51885", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51868, + "usage_id": 222 + }, + "5101.EG.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2907, Flur 7", "arch_name": "2907@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51885", - "roomcode": "5101.EG.907", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51903", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51885, + "usage_id": 222 + }, + "5101.EG.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2908, Flur 8", "arch_name": "2908@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51903", - "roomcode": "5101.EG.908", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52381", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51903, + "usage_id": 222 + }, + "5101.EG.909": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2909, Flur 9", "arch_name": "2909@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52381", - "roomcode": "5101.EG.909", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52397", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52381, + "usage_id": 222 + }, + "5101.EG.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2910, Flur 10", "arch_name": "2910@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52397", - "roomcode": "5101.EG.910", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52413", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52397, + "usage_id": 222 + }, + "5101.EG.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2911, Flur 11", "arch_name": "2911@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52413", - "roomcode": "5101.EG.911", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50064", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52413, + "usage_id": 222 + }, + "5101.EG.912": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2912, Flur 12", "arch_name": "2912@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50064", - "roomcode": "5101.EG.912", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50072", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50064, + "usage_id": 222 + }, + "5101.EG.913": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2913, Flur 13", "arch_name": "2913@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50072", - "roomcode": "5101.EG.913", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50087", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50072, + "usage_id": 222 + }, + "5101.EG.914": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2914, Flur 14", "arch_name": "2914@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50087", - "roomcode": "5101.EG.914", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50104", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50087, + "usage_id": 222 + }, + "5101.EG.915": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2915, Flur 15", "arch_name": "2915@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50104", - "roomcode": "5101.EG.915", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50237", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50104, + "usage_id": 222 + }, + "5101.EG.916": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2916, Flur 16", "arch_name": "2916@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50237", - "roomcode": "5101.EG.916", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50249", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50237, + "usage_id": 222 + }, + "5101.EG.917": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2917, PH-Foyer", "arch_name": "2917@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=21042&cReadonly=J", - "list_index": "408", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50249", - "roomcode": "5101.EG.917", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50261", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 21042, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50249, + "usage_id": 222 + }, + "5101.EG.921": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2921, Stiege 1", "arch_name": "2921@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50261", - "roomcode": "5101.EG.921", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50401", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50261, + "usage_id": 223 + }, + "5101.EG.922": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2922, Stiege 2", "arch_name": "2922@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50401", - "roomcode": "5101.EG.922", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50412", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50401, + "usage_id": 223 + }, + "5101.EG.923": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2923, Stiege 3", "arch_name": "2923@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50412", - "roomcode": "5101.EG.923", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50428", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50412, + "usage_id": 223 + }, + "5101.EG.924": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2924, Stiege 4", "arch_name": "2924@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50428", - "roomcode": "5101.EG.924", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50559", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50428, + "usage_id": 223 + }, + "5101.EG.925": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2925, Stiege 5", "arch_name": "2925@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50559", - "roomcode": "5101.EG.925", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50576", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50559, + "usage_id": 223 + }, + "5101.EG.926": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2926, Stiege 6", "arch_name": "2926@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50576", - "roomcode": "5101.EG.926", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50593", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50576, + "usage_id": 223 + }, + "5101.EG.927": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2927, Stiege 7", "arch_name": "2927@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50593", - "roomcode": "5101.EG.927", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50731", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50593, + "usage_id": 223 + }, + "5101.EG.928": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2928, Stiege 8", "arch_name": "2928@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50731", - "roomcode": "5101.EG.928", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50747", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50731, + "usage_id": 223 + }, + "5101.EG.929": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2929, Wendeltreppeneingang zur Bibliothek", "arch_name": "2929@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50747", - "roomcode": "5101.EG.929", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50764", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50747, + "usage_id": 222 + }, + "5101.EG.941": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2941, Aufzug", "arch_name": "2941@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50764", - "roomcode": "5101.EG.941", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=50912", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50764, + "usage_id": 4 + }, + "5101.EG.942": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "2942, Aufzug", "arch_name": "2942@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50912", - "roomcode": "5101.EG.942", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46843", + "area_id": 35, + "building_id": 785, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50912, + "usage_id": 4 + }, + "5101.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1001, Abstellraum", "arch_name": "1001@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46843", - "roomcode": "5101.U1.001", - "usage": 159 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46848", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14215, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46843, + "usage_id": 159 + }, + "5101.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1003, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1003@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46848", - "roomcode": "5101.U1.003", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46855", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46848, + "usage_id": 12 + }, + "5101.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1005, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1005@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46855", - "roomcode": "5101.U1.005", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46864", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46855, + "usage_id": 12 + }, + "5101.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1006, WC-Herren", "arch_name": "1006@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46864", - "roomcode": "5101.U1.006", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46880", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46864, + "usage_id": 115 + }, + "5101.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1007, Feinmechanische Werkstatt", "arch_name": "1007@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46880", - "roomcode": "5101.U1.007", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47026", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46880, + "usage_id": 108 + }, + "5101.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1012, Elektroverteiler", "arch_name": "1012@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47026", - "roomcode": "5101.U1.012", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47038", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47026, + "usage_id": 160 + }, + "5101.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1014, Umkleide", "arch_name": "1014@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47038", - "roomcode": "5101.U1.014", - "usage": 121 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47052", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47038, + "usage_id": 121 + }, + "5101.U1.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1014A, Waschraum", "arch_name": "1014A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47052", - "roomcode": "5101.U1.014A", - "usage": 210 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47063", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47052, + "usage_id": 210 + }, + "5101.U1.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1014B, WC-Damen", "arch_name": "1014B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47063", - "roomcode": "5101.U1.014B", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44337", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47063, + "usage_id": 116 + }, + "5101.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1019, B\u00fcro", "arch_name": "1019@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44337", - "roomcode": "5101.U1.019", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44349", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44337, + "usage_id": 12 + }, + "5101.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1020, Arbeitsraum/mit Bespr.Grp.", "arch_name": "1020@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44349", - "roomcode": "5101.U1.020", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=18423", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44349, + "usage_id": 12 + }, + "5101.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1021, Lager", "arch_name": "1021@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18423", - "roomcode": "5101.U1.021", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44369", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18423, + "usage_id": 30 + }, + "5101.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1022, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1022@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44369", - "roomcode": "5101.U1.022", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44376", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44369, + "usage_id": 12 + }, + "5101.U1.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1022A, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1022A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44376", - "roomcode": "5101.U1.022A", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44530", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44376, + "usage_id": 12 + }, + "5101.U1.022B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1022B, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1022B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44530", - "roomcode": "5101.U1.022B", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44541", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44530, + "usage_id": 12 + }, + "5101.U1.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1023, Post", "arch_name": "1023@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44541", - "roomcode": "5101.U1.023", - "usage": 180 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=11008", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44541, + "usage_id": 180 + }, + "5101.U1.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1026, Arbeitsraum", "arch_name": "1026@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=42667", - "operator": "[ TUPHZKG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11008", - "roomcode": "5101.U1.026", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44715", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42667, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11008, + "usage_id": 12 + }, + "5101.U1.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1029, Warenannahme / -ausgabe", "arch_name": "1029@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44715", - "roomcode": "5101.U1.029", - "usage": 186 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44726", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44715, + "usage_id": 186 + }, + "5101.U1.041": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=42667", - "operator": "[ TUPHZKG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44726", - "roomcode": "5101.U1.041", - "usage": 17 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44734", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 42667, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44726, + "usage_id": 17 + }, + "5101.U1.041A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1041A, Lager", "arch_name": "1041A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=42667", - "operator": "[ TUPHZKG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44734", - "roomcode": "5101.U1.041A", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44878", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42667, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44734, + "usage_id": 30 + }, + "5101.U1.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1042, Elektroverteiler", "arch_name": "1042@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44878", - "roomcode": "5101.U1.042", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44893", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44878, + "usage_id": 160 + }, + "5101.U1.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1044, Messraum", "arch_name": "1044@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=48957", - "operator": "[ TUPHEFS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44893", - "roomcode": "5101.U1.044", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44900", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44893, + "usage_id": 103 + }, + "5101.U1.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1048, Lager", "arch_name": "1048@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44900", - "roomcode": "5101.U1.048", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44913", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44900, + "usage_id": 30 + }, + "5101.U1.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1050, Isotopenlabor m. Dekontamination", "arch_name": "1050@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44913", - "roomcode": "5101.U1.050", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45078", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44913, + "usage_id": 102 + }, + "5101.U1.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1051, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1051@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=54084", - "operator": "[ TUS3O11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45078", - "roomcode": "5101.U1.051", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45083", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 54084, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45078, + "usage_id": 12 + }, + "5101.U1.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1054, R\u00f6ntgenraum", "arch_name": "1054@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45083", - "roomcode": "5101.U1.054", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45094", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45083, + "usage_id": 103 + }, + "5101.U1.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1055, Grobmetallwerkstatt", "arch_name": "1055@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45094", - "roomcode": "5101.U1.055", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45247", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45094, + "usage_id": 51 + }, + "5101.U1.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1056, Ofenraum", "arch_name": "1056@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45247", - "roomcode": "5101.U1.056", - "usage": 201 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45268", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45247, + "usage_id": 201 + }, + "5101.U1.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1057, Physiklabor", "arch_name": "1057@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45268", - "roomcode": "5101.U1.057", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=18143", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45268, + "usage_id": 103 + }, + "5101.U1.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1061, Physiklabor", "arch_name": "1061@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18143", - "roomcode": "5101.U1.061", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45447", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18143, + "usage_id": 103 + }, + "5101.U1.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1065, Physiklabor m. lufttechn. Anf.", "arch_name": "1065@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45447", - "roomcode": "5101.U1.065", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45458", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45447, + "usage_id": 103 + }, + "5101.U1.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1066, Messraum", "arch_name": "1066@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45458", - "roomcode": "5101.U1.066", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45615", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45458, + "usage_id": 103 + }, + "5101.U1.067": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1067, Physiklabor m. lufttechn. Anf.", "arch_name": "1067@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45615", - "roomcode": "5101.U1.067", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45627", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45615, + "usage_id": 103 + }, + "5101.U1.068": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1068, Elektroverteiler", "arch_name": "1068@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45627", - "roomcode": "5101.U1.068", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=25759", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45627, + "usage_id": 160 + }, + "5101.U1.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1069, Physiklabor m. lufttechn. Anf.", "arch_name": "1069@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25759", - "roomcode": "5101.U1.069", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45793", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25759, + "usage_id": 103 + }, + "5101.U1.070": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45793", - "roomcode": "5101.U1.070", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45811", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45793, + "usage_id": 103 + }, + "5101.U1.070A": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45811", - "roomcode": "5101.U1.070A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=18679", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45811, + "usage_id": 103 + }, + "5101.U1.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1072, Messraum", "arch_name": "1072@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18679", - "roomcode": "5101.U1.072", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45975", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18679, + "usage_id": 103 + }, + "5101.U1.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1074, Messraum", "arch_name": "1074@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45975", - "roomcode": "5101.U1.074", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45993", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45975, + "usage_id": 103 + }, + "5101.U1.076": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1076, Messraum", "arch_name": "1076@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45993", - "roomcode": "5101.U1.076", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=24328", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45993, + "usage_id": 103 + }, + "5101.U1.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1077, Reinlabor", "arch_name": "1077@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=42668", - "operator": "[ TUPHZKL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24328", - "roomcode": "5101.U1.077", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46167", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42668, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24328, + "usage_id": 102 + }, + "5101.U1.078": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1078, Messraum", "arch_name": "1078@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46167", - "roomcode": "5101.U1.078", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46185", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46167, + "usage_id": 103 + }, + "5101.U1.081": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1081, Messraum", "arch_name": "1081@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=47477", - "operator": "[ TUPHZTL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46185", - "roomcode": "5101.U1.081", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46335", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 47477, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46185, + "usage_id": 103 + }, + "5101.U1.082": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1082, Physiklabor", "arch_name": "1082@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46335", - "roomcode": "5101.U1.082", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46352", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46335, + "usage_id": 103 + }, + "5101.U1.082A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1082A, K\u00fchlraum", "arch_name": "1082A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46352", - "roomcode": "5101.U1.082A", - "usage": 199 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46365", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46352, + "usage_id": 199 + }, + "5101.U1.082B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1082B, K\u00fchlraum", "arch_name": "1082B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46365", - "roomcode": "5101.U1.082B", - "usage": 199 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46521", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14217, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46365, + "usage_id": 199 + }, + "5101.U1.085": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1085, Physiklabor", "arch_name": "1085@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=16206", - "operator": "[ TUPHE18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46521", - "roomcode": "5101.U1.085", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46536", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16206, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46521, + "usage_id": 103 + }, + "5101.U1.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1091, Messraum", "arch_name": "1091@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46536", - "roomcode": "5101.U1.091", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46550", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21554, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46536, + "usage_id": 103 + }, + "5101.U1.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1092, WC-Herren", "arch_name": "1092@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46550", - "roomcode": "5101.U1.092", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46705", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46550, + "usage_id": 115 + }, + "5101.U1.092A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1092A, WC-Damen", "arch_name": "1092A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46705", - "roomcode": "5101.U1.092A", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=11389", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46705, + "usage_id": 116 + }, + "5101.U1.093": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1093, Messraum", "arch_name": "1093@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11389", - "roomcode": "5101.U1.093", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46740", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11389, + "usage_id": 103 + }, + "5101.U1.096": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1096, Elektrische Stromversorgung", "arch_name": "1096@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46740", - "roomcode": "5101.U1.096", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46894", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46740, + "usage_id": 120 + }, + "5101.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1101, Windfang", "arch_name": "1101@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46894", - "roomcode": "5101.U1.101", - "usage": 52 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47082", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46894, + "usage_id": 52 + }, + "5101.U1.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1111, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1111@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47082", - "roomcode": "5101.U1.111", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10825", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 45028, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47082, + "usage_id": 30 + }, + "5101.U1.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1112, B\u00fcro", "arch_name": "1112@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10825", - "roomcode": "5101.U1.112", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44582", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10825, + "usage_id": 12 + }, + "5101.U1.121": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=18755&cReadonly=J", - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44582", - "roomcode": "5101.U1.121", - "usage": 196 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44598", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 18755, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14179, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44582, + "usage_id": 196 + }, + "5101.U1.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1122, B\u00fcro", "arch_name": "1122@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44598", - "roomcode": "5101.U1.122", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10916", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44598, + "usage_id": 12 + }, + "5101.U1.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1131, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1131@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10916", - "roomcode": "5101.U1.131", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10918", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10916, + "usage_id": 12 + }, + "5101.U1.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1132, B\u00fcro", "arch_name": "1132@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=16214", - "operator": "[ TUPHT31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10918", - "roomcode": "5101.U1.132", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10920", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 16214, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10918, + "usage_id": 12 + }, + "5101.U1.141": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=15151&cReadonly=J", - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10920", - "roomcode": "5101.U1.141", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10948", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15151, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10920, + "usage_id": 12 + }, + "5101.U1.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1142, B\u00fcro", "arch_name": "1142@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10948", - "roomcode": "5101.U1.142", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44935", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10948, + "usage_id": 12 + }, + "5101.U1.151": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1151, Cip-Pool 1", "arch_name": "1151@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=42670&cRes=25826&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=42670", - "operator": "[ TUPHCOM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44935", - "roomcode": "5101.U1.151", - "usage": 213 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44950", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 25826, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42670, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44935, + "usage_id": 213 + }, + "5101.U1.152": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1152, B\u00fcro", "arch_name": "1152@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44950", - "roomcode": "5101.U1.152", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45284", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44950, + "usage_id": 12 + }, + "5101.U1.161": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1161, Cip-Pool 2", "arch_name": "1161@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=42670&cRes=18786&cReadonly=J", - "list_index": "73", - "op_link": "webnav.navigate_to?corg=42670", - "operator": "[ TUPHCOM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45284", - "roomcode": "5101.U1.161", - "usage": 213 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=25339", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 18786, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42670, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45284, + "usage_id": 213 + }, + "5101.U1.162": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1162, B\u00fcro", "arch_name": "1162@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=14212&cRes=15241&cReadonly=J", - "list_index": "74", - "op_link": "webnav.navigate_to?corg=54439", - "operator": "[ TUS3004 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25339", - "roomcode": "5101.U1.162", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=65149", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 15241, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 54439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25339, + "usage_id": 12 + }, + "5101.U1.172": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1172, B\u00fcro", "arch_name": "1172@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=42670", - "operator": "[ TUPHCOM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65149", - "roomcode": "5101.U1.172", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=65150", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 42670, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65149, + "usage_id": 12 + }, + "5101.U1.182": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1182, B\u00fcro", "arch_name": "1182@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14212", - "operator": "[ TUPHZ51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65150", - "roomcode": "5101.U1.182", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45314", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65150, + "usage_id": 12 + }, + "5101.U1.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1201, Abstellraum", "arch_name": "1201@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45314", - "roomcode": "5101.U1.201", - "usage": 159 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45467", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45314, + "usage_id": 159 + }, + "5101.U1.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1202, Eingang", "arch_name": "1202@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45467", - "roomcode": "5101.U1.202", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45484", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45467, + "usage_id": 222 + }, + "5101.U1.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1203, B\u00fcro", "arch_name": "1203@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=21527", - "operator": "[ TUPHE59 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45484", - "roomcode": "5101.U1.203", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45496", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21527, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45484, + "usage_id": 12 + }, + "5101.U1.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1205, B\u00fcro", "arch_name": "1205@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=21527", - "operator": "[ TUPHE59 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45496", - "roomcode": "5101.U1.205", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45648", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21527, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45496, + "usage_id": 12 + }, + "5101.U1.206A": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45648", - "roomcode": "5101.U1.206A", - "usage": 37 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45665", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45648, + "usage_id": 37 + }, + "5101.U1.206B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1206B, WC-Damen u. Herren", "arch_name": "1206B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45665", - "roomcode": "5101.U1.206B", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45678", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45665, + "usage_id": 115 + }, + "5101.U1.206C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1206C, Sanit\u00e4rraum H/D", "arch_name": "1206C@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45678", - "roomcode": "5101.U1.206C", - "usage": 37 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45689", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45678, + "usage_id": 37 + }, + "5101.U1.206D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1206D, WC-Damen u. Herren", "arch_name": "1206D@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45689", - "roomcode": "5101.U1.206D", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45840", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45689, + "usage_id": 116 + }, + "5101.U1.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1211, B\u00fcro", "arch_name": "1211@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=21527", - "operator": "[ TUPHE59 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45840", - "roomcode": "5101.U1.211", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45855", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21527, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45840, + "usage_id": 12 + }, + "5101.U1.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1212, Elektroverteiler", "arch_name": "1212@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45855", - "roomcode": "5101.U1.212", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45864", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45855, + "usage_id": 120 + }, + "5101.U1.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1213, Physiklabor", "arch_name": "1213@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=21527", - "operator": "[ TUPHE59 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45864", - "roomcode": "5101.U1.213", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46014", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21527, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45864, + "usage_id": 103 + }, + "5101.U1.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1214, Waschraum", "arch_name": "1214@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46014", - "roomcode": "5101.U1.214", - "usage": 210 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46019", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14215, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46014, + "usage_id": 210 + }, + "5101.U1.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1218, Aufenthalt/Werkstatt", "arch_name": "1218@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46019", - "roomcode": "5101.U1.218", - "usage": 44 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46035", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46019, + "usage_id": 44 + }, + "5101.U1.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1220, Aufenthalt/Werkstatt", "arch_name": "1220@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46035", - "roomcode": "5101.U1.220", - "usage": 44 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46045", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14215, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46035, + "usage_id": 44 + }, + "5101.U1.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1223, Physiklabor", "arch_name": "1223@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=21527", - "operator": "[ TUPHE59 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46045", - "roomcode": "5101.U1.223", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=11184", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21527, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46045, + "usage_id": 103 + }, + "5101.U1.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1227, B\u00fcro", "arch_name": "1227@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11184", - "roomcode": "5101.U1.227", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=11189", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11184, + "usage_id": 12 + }, + "5101.U1.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1229, B\u00fcro", "arch_name": "1229@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11189", - "roomcode": "5101.U1.229", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=11192", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 21548, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11189, + "usage_id": 12 + }, + "5101.U1.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1231, B\u00fcro", "arch_name": "1231@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11192", - "roomcode": "5101.U1.231", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46240", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11192, + "usage_id": 12 + }, + "5101.U1.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1235, Magazin", "arch_name": "1235@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46240", - "roomcode": "5101.U1.235", - "usage": 2 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46394", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46240, + "usage_id": 2 + }, + "5101.U1.235A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1235A, Eingangsflur", "arch_name": "1235A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46394", - "roomcode": "5101.U1.235A", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46409", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46394, + "usage_id": 222 + }, + "5101.U1.235B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1235B, Lager", "arch_name": "1235B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46409", - "roomcode": "5101.U1.235B", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46560", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26747, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46409, + "usage_id": 30 + }, + "5101.U1.235C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1235C, Installationsschacht", "arch_name": "1235C@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46560", - "roomcode": "5101.U1.235C", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46569", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46560, + "usage_id": 120 + }, + "5101.U1.235D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1235D, Treppe Bibliothek", "arch_name": "1235D@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=26747", - "operator": "[ TUZEBPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46569", - "roomcode": "5101.U1.235D", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46589", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 26747, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46569, + "usage_id": 223 + }, + "5101.U1.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1237, H\u00e4rteraum", "arch_name": "1237@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46589", - "roomcode": "5101.U1.237", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46602", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46589, + "usage_id": 51 + }, + "5101.U1.241": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1241, Gro\u00dfserver", "arch_name": "1241@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=42669", - "operator": "[ TUPHZIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46602", - "roomcode": "5101.U1.241", - "usage": 207 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46753", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42669, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46602, + "usage_id": 207 + }, + "5101.U1.242": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1242, Elektroverteiler", "arch_name": "1242@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46753", - "roomcode": "5101.U1.242", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46758", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46753, + "usage_id": 160 + }, + "5101.U1.244": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1244, TBG Neutralisation", "arch_name": "1244@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46758", - "roomcode": "5101.U1.244", - "usage": 182 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46771", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46758, + "usage_id": 182 + }, + "5101.U1.244A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1244A, Lager", "arch_name": "1244A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46771", - "roomcode": "5101.U1.244A", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46787", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46771, + "usage_id": 30 + }, + "5101.U1.245": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1245, Sandstrahlraum", "arch_name": "1245@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46787", - "roomcode": "5101.U1.245", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=23174", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46787, + "usage_id": 51 + }, + "5101.U1.249": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1249, Messraum", "arch_name": "1249@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23174", - "roomcode": "5101.U1.249", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46963", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23174, + "usage_id": 103 + }, + "5101.U1.254": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1254, Lager", "arch_name": "1254@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46963", - "roomcode": "5101.U1.254", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44428", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46963, + "usage_id": 30 + }, + "5101.U1.257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1257, Physiklabor", "arch_name": "1257@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=46657", - "operator": "[ TUPHECS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44428", - "roomcode": "5101.U1.257", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44472", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 46657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44428, + "usage_id": 103 + }, + "5101.U1.259": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1259, Feinmechanische Werkstatt", "arch_name": "1259@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=42666", - "operator": "[ TUPHZSS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44472", - "roomcode": "5101.U1.259", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44621", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42666, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44472, + "usage_id": 108 + }, + "5101.U1.263": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1263, Schwei\u00dfraum", "arch_name": "1263@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44621", - "roomcode": "5101.U1.263", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44644", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44621, + "usage_id": 51 + }, + "5101.U1.265": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1265, Wasser-/Gasanlage", "arch_name": "1265@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44644", - "roomcode": "5101.U1.265", - "usage": 182 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44787", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44644, + "usage_id": 182 + }, + "5101.U1.266": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1266, Gas-Wasser-Z\u00e4hler", "arch_name": "1266@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44787", - "roomcode": "5101.U1.266", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44800", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44787, + "usage_id": 120 + }, + "5101.U1.267": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1267, Putzraum", "arch_name": "1267@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44800", - "roomcode": "5101.U1.267", - "usage": 205 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44810", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44800, + "usage_id": 205 + }, + "5101.U1.268": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1268, Elektroverteiler", "arch_name": "1268@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44810", - "roomcode": "5101.U1.268", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44966", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44810, + "usage_id": 160 + }, + "5101.U1.269": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1269, Messraum", "arch_name": "1269@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=45028", - "operator": "[ TUPHECP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44966", - "roomcode": "5101.U1.269", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44986", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 45028, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44966, + "usage_id": 103 + }, + "5101.U1.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1270, Messraum", "arch_name": "1270@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44986", - "roomcode": "5101.U1.270", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45001", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44986, + "usage_id": 103 + }, + "5101.U1.274": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1274, Schwei\u00dfraum", "arch_name": "1274@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45001", - "roomcode": "5101.U1.274", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45151", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14215, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45001, + "usage_id": 51 + }, + "5101.U1.275": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1275, Lager m. Strahlenschutz", "arch_name": "1275@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14217", - "operator": "[ TUPHDEP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45151", - "roomcode": "5101.U1.275", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45169", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14217, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45151, + "usage_id": 30 + }, + "5101.U1.277": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1277, Isotopenlabor m. Dekontamination", "arch_name": "1277@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=42666", - "operator": "[ TUPHZSS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45169", - "roomcode": "5101.U1.277", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45188", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42666, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45169, + "usage_id": 102 + }, + "5101.U1.278": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1278, Physiklabor", "arch_name": "1278@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45188", - "roomcode": "5101.U1.278", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45334", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45188, + "usage_id": 103 + }, + "5101.U1.279": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1279, Physiklabor", "arch_name": "1279@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45334", - "roomcode": "5101.U1.279", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45350", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45334, + "usage_id": 103 + }, + "5101.U1.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1281, Physiklabor", "arch_name": "1281@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45350", - "roomcode": "5101.U1.281", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=23826", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45350, + "usage_id": 103 + }, + "5101.U1.282": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1282, Physiklabor", "arch_name": "1282@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23826", - "roomcode": "5101.U1.282", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45372", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23826, + "usage_id": 103 + }, + "5101.U1.282A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1282A, Physiklabor", "arch_name": "1282A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45372", - "roomcode": "5101.U1.282A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45521", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45372, + "usage_id": 103 + }, + "5101.U1.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1283, Physiklabor", "arch_name": "1283@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45521", - "roomcode": "5101.U1.283", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45536", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45521, + "usage_id": 103 + }, + "5101.U1.285": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1285, Heizung", "arch_name": "1285@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45536", - "roomcode": "5101.U1.285", - "usage": 201 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45547", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45536, + "usage_id": 201 + }, + "5101.U1.292": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1292, WC-Herren", "arch_name": "1292@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45547", - "roomcode": "5101.U1.292", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45705", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45547, + "usage_id": 115 + }, + "5101.U1.296": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1296, Elektroverteiler", "arch_name": "1296@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45705", - "roomcode": "5101.U1.296", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45723", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45705, + "usage_id": 160 + }, + "5101.U1.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1301, Grobmechanische Werkstatt", "arch_name": "1301@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45723", - "roomcode": "5101.U1.301", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45877", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45723, + "usage_id": 51 + }, + "5101.U1.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1302, Installationsraum", "arch_name": "1302@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45877", - "roomcode": "5101.U1.302", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45898", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45877, + "usage_id": 120 + }, + "5101.U1.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1304, Installationsraum", "arch_name": "1304@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45898", - "roomcode": "5101.U1.304", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45907", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45898, + "usage_id": 120 + }, + "5101.U1.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1306, Werkzeuglager", "arch_name": "1306@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45907", - "roomcode": "5101.U1.306", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46079", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45907, + "usage_id": 30 + }, + "5101.U1.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1309, Grobmechanische Werkstatt", "arch_name": "1309@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46079", - "roomcode": "5101.U1.309", - "usage": 51 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46101", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14215, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46079, + "usage_id": 51 + }, + "5101.U1.321": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1321, Feinmechanische Werkstatt", "arch_name": "1321@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46101", - "roomcode": "5101.U1.321", - "usage": 108 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=11154", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46101, + "usage_id": 108 + }, + "5101.U1.322": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1322, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1322@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11154", - "roomcode": "5101.U1.322", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=17694", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11154, + "usage_id": 12 + }, + "5101.U1.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1326, Materiallagerraum", "arch_name": "1326@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17694", - "roomcode": "5101.U1.326", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46427", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17694, + "usage_id": 30 + }, + "5101.U1.362": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1362, Holzbearbeitungsraum", "arch_name": "1362@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46427", - "roomcode": "5101.U1.362", - "usage": 107 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46450", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46427, + "usage_id": 107 + }, + "5101.U1.376": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1376, Lager", "arch_name": "1376@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14213", - "operator": "[ TUPHZ50 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46450", - "roomcode": "5101.U1.376", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46462", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46450, + "usage_id": 30 + }, + "5101.U1.378": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1378, B\u00fcro/NC-Maschinen", "arch_name": "1378@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14215", - "operator": "[ TUPHZWS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46462", - "roomcode": "5101.U1.378", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46613", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14215, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46462, + "usage_id": 12 + }, + "5101.U1.380": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "PH 1380, Vorbereitungsraum", "arch_name": "1380@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46613", - "roomcode": "5101.U1.380", - "usage": 136 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=59099", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46613, + "usage_id": 136 + }, + "5101.U1.380A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1380A, Luftkanal", "arch_name": "1380A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59099", - "roomcode": "5101.U1.380A", - "usage": 32 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=59100", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59099, + "usage_id": 32 + }, + "5101.U1.380B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1380B, Luftkanal", "arch_name": "1380B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59100", - "roomcode": "5101.U1.380B", - "usage": 32 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46624", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59100, + "usage_id": 32 + }, + "5101.U1.382": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1382, TBG", "arch_name": "1382@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46624", - "roomcode": "5101.U1.382", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46797", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46624, + "usage_id": 120 + }, + "5101.U1.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1501, Lager/Flur", "arch_name": "1501@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46797", - "roomcode": "5101.U1.501", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46817", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46797, + "usage_id": 30 + }, + "5101.U1.501A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1501A, Lager/Flur", "arch_name": "1501A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46817", - "roomcode": "5101.U1.501A", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46976", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46817, + "usage_id": 30 + }, + "5101.U1.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1502, Telefonzentrale", "arch_name": "1502@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46976", - "roomcode": "5101.U1.502", - "usage": 164 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46995", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46976, + "usage_id": 164 + }, + "5101.U1.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1504, Lager", "arch_name": "1504@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46995", - "roomcode": "5101.U1.504", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=47010", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46995, + "usage_id": 30 + }, + "5101.U1.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1505, Klimazentrale", "arch_name": "1505@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47010", - "roomcode": "5101.U1.505", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44293", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47010, + "usage_id": 120 + }, + "5101.U1.505A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1505A, Klimazentrale", "arch_name": "1505A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44293", - "roomcode": "5101.U1.505A", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44302", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44293, + "usage_id": 120 + }, + "5101.U1.505B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1505B, Klimazentrale", "arch_name": "1505B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44302", - "roomcode": "5101.U1.505B", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44315", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44302, + "usage_id": 120 + }, + "5101.U1.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1506, Batterielager", "arch_name": "1506@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44315", - "roomcode": "5101.U1.506", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44477", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44315, + "usage_id": 30 + }, + "5101.U1.508": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1508, Lager", "arch_name": "1508@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44477", - "roomcode": "5101.U1.508", - "usage": 30 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44498", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44477, + "usage_id": 30 + }, + "5101.U1.509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1509, WC-Herren", "arch_name": "1509@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44498", - "roomcode": "5101.U1.509", - "usage": 115 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44659", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44498, + "usage_id": 115 + }, + "5101.U1.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1510, WC-Damen", "arch_name": "1510@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44659", - "roomcode": "5101.U1.510", - "usage": 116 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44671", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44659, + "usage_id": 116 + }, + "5101.U1.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1701, Radioaktiv-Labor", "arch_name": "1701@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44671", - "roomcode": "5101.U1.701", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44685", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44671, + "usage_id": 102 + }, + "5101.U1.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1702, Physiklabor (K. B., MV)", "arch_name": "1702@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44685", - "roomcode": "5101.U1.702", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44699", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44685, + "usage_id": 103 + }, + "5101.U1.709": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1709, Physiklabor (K. B., MV)", "arch_name": "1709@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44699", - "roomcode": "5101.U1.709", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44843", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44699, + "usage_id": 103 + }, + "5101.U1.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1710, Physiklabor (K. B., MV)", "arch_name": "1710@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44843", - "roomcode": "5101.U1.710", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44859", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44843, + "usage_id": 103 + }, + "5101.U1.715": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1715, Messraum", "arch_name": "1715@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44859", - "roomcode": "5101.U1.715", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44871", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48377, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44859, + "usage_id": 103 + }, + "5101.U1.716": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1716, Radioaktiv-Labor", "arch_name": "1716@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44871", - "roomcode": "5101.U1.716", - "usage": 102 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45205", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44871, + "usage_id": 102 + }, + "5101.U1.724": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1724, Physiklabor", "arch_name": "1724@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45205", - "roomcode": "5101.U1.724", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45221", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45205, + "usage_id": 103 + }, + "5101.U1.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1725, Vorlesungs-Betrieb", "arch_name": "1725@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=42657", - "operator": "[ TUPHZAV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45221", - "roomcode": "5101.U1.725", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45231", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45221, + "usage_id": 103 + }, + "5101.U1.725A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1725A, H\u00f6rsaal Technik", "arch_name": "1725A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=42657", - "operator": "[ TUPHZAV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45231", - "roomcode": "5101.U1.725A", - "usage": 164 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45745", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 42657, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45231, + "usage_id": 164 + }, + "5101.U1.725B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1725B, H\u00f6rsaal Flur", "arch_name": "1725B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45745", - "roomcode": "5101.U1.725B", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45764", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45745, + "usage_id": 222 + }, + "5101.U1.725C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1725C, H\u00f6rsaal Flur", "arch_name": "1725C@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45764", - "roomcode": "5101.U1.725C", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45777", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45764, + "usage_id": 222 + }, + "5101.U1.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1732, Physiklabor", "arch_name": "1732@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45777", - "roomcode": "5101.U1.732", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45379", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45777, + "usage_id": 103 + }, + "5101.U1.741": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1741, Physiklabor", "arch_name": "1741@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45379", - "roomcode": "5101.U1.741", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45394", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45379, + "usage_id": 103 + }, + "5101.U1.742": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1742, Physiklabor", "arch_name": "1742@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45394", - "roomcode": "5101.U1.742", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45409", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45394, + "usage_id": 103 + }, + "5101.U1.751": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1751, Physiklabor", "arch_name": "1751@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45409", - "roomcode": "5101.U1.751", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45015", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45409, + "usage_id": 103 + }, + "5101.U1.752": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1752, Physiklabor", "arch_name": "1752@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=21569", - "operator": "[ TUPHE51 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45015", - "roomcode": "5101.U1.752", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45026", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21569, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45015, + "usage_id": 103 + }, + "5101.U1.760": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1760, Physiklabor", "arch_name": "1760@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=47097", - "operator": "[ TUPHENE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45026", - "roomcode": "5101.U1.760", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45040", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 47097, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45026, + "usage_id": 103 + }, + "5101.U1.760A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1760A, Physiklabor", "arch_name": "1760A@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=47097", - "operator": "[ TUPHENE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45040", - "roomcode": "5101.U1.760A", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45051", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 47097, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45040, + "usage_id": 103 + }, + "5101.U1.760B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1760B, Physiklabor", "arch_name": "1760B@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=47097", - "operator": "[ TUPHENE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45051", - "roomcode": "5101.U1.760B", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45564", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 47097, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45051, + "usage_id": 103 + }, + "5101.U1.760C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1760C, Physiklabor", "arch_name": "1760C@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=47097", - "operator": "[ TUPHENE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45564", - "roomcode": "5101.U1.760C", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45579", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 47097, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45564, + "usage_id": 103 + }, + "5101.U1.761": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1761, Physiklabor", "arch_name": "1761@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": "tvKalender.wSicht?cOrg=21548&cRes=18563&cReadonly=J", - "list_index": "175", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45579", - "roomcode": "5101.U1.761", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45587", + "area_id": 35, + "building_id": 785, + "calendar_resource_nr": 18563, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45579, + "usage_id": 103 + }, + "5101.U1.771": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1771, Physiklabor", "arch_name": "1771@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=21548", - "operator": "[ TUPHETN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45587", - "roomcode": "5101.U1.771", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52732", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 21548, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45587, + "usage_id": 103 + }, + "5101.U1.774": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1774, Physiklabor", "arch_name": "1774@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52732", - "roomcode": "5101.U1.774", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52752", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16208, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52732, + "usage_id": 103 + }, + "5101.U1.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1901, Flur 1", "arch_name": "1901@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52752", - "roomcode": "5101.U1.901", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52770", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52752, + "usage_id": 222 + }, + "5101.U1.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1902, Flur 2", "arch_name": "1902@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52770", - "roomcode": "5101.U1.902", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52920", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52770, + "usage_id": 222 + }, + "5101.U1.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1903, Flur 3", "arch_name": "1903@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52920", - "roomcode": "5101.U1.903", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52932", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52920, + "usage_id": 222 + }, + "5101.U1.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1904, Flur 4", "arch_name": "1904@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52932", - "roomcode": "5101.U1.904", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53079", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52932, + "usage_id": 222 + }, + "5101.U1.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1905, Flur 5", "arch_name": "1905@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53079", - "roomcode": "5101.U1.905", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53095", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53079, + "usage_id": 222 + }, + "5101.U1.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1906, Flur 6", "arch_name": "1906@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53095", - "roomcode": "5101.U1.906", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53110", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53095, + "usage_id": 222 + }, + "5101.U1.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1907, Flur 7", "arch_name": "1907@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53110", - "roomcode": "5101.U1.907", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53259", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53110, + "usage_id": 222 + }, + "5101.U1.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1908, Flur 8", "arch_name": "1908@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53259", - "roomcode": "5101.U1.908", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53279", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53259, + "usage_id": 222 + }, + "5101.U1.909": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1909, Flur 9", "arch_name": "1909@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53279", - "roomcode": "5101.U1.909", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53431", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53279, + "usage_id": 222 + }, + "5101.U1.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1910, Flur 10", "arch_name": "1910@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53431", - "roomcode": "5101.U1.910", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53448", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53431, + "usage_id": 222 + }, + "5101.U1.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1911, Flur 11", "arch_name": "1911@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53448", - "roomcode": "5101.U1.911", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53465", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53448, + "usage_id": 222 + }, + "5101.U1.912": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1912, Flur 12", "arch_name": "1912@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53465", - "roomcode": "5101.U1.912", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53602", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53465, + "usage_id": 222 + }, + "5101.U1.921": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1921, Stiege 1", "arch_name": "1921@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53602", - "roomcode": "5101.U1.921", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53620", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53602, + "usage_id": 223 + }, + "5101.U1.922": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1922, Stiege 2", "arch_name": "1922@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53620", - "roomcode": "5101.U1.922", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53633", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53620, + "usage_id": 223 + }, + "5101.U1.923": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1923, Stiege 3", "arch_name": "1923@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53633", - "roomcode": "5101.U1.923", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53773", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53633, + "usage_id": 223 + }, + "5101.U1.924": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1924, Stiege 4", "arch_name": "1924@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53773", - "roomcode": "5101.U1.924", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53785", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53773, + "usage_id": 223 + }, + "5101.U1.925": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1925, Stiege 5", "arch_name": "1925@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53785", - "roomcode": "5101.U1.925", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51193", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53785, + "usage_id": 223 + }, + "5101.U1.926": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1926, Stiege 6", "arch_name": "1926@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51193", - "roomcode": "5101.U1.926", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51213", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51193, + "usage_id": 223 + }, + "5101.U1.927": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1927, Stiege 7", "arch_name": "1927@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51213", - "roomcode": "5101.U1.927", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51223", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51213, + "usage_id": 223 + }, + "5101.U1.928": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1928, Stiege 8", "arch_name": "1928@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51223", - "roomcode": "5101.U1.928", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=59101", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51223, + "usage_id": 223 + }, + "5101.U1.941": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1941, Aufzug", "arch_name": "1941@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59101", - "roomcode": "5101.U1.941", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=59102", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59101, + "usage_id": 4 + }, + "5101.U1.942": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "1942, Aufzug", "arch_name": "1942@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59102", - "roomcode": "5101.U1.942", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46497", + "area_id": 35, + "building_id": 785, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59102, + "usage_id": 4 + }, + "5101.U2.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0901, Installationskanal 1", "arch_name": "0901@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46497", - "roomcode": "5101.U2.901", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46505", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46497, + "usage_id": 120 + }, + "5101.U2.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0902, Installationskanal 2", "arch_name": "0902@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46505", - "roomcode": "5101.U2.902", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46654", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46505, + "usage_id": 120 + }, + "5101.U2.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0903, Installationskanal 3", "arch_name": "0903@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46654", - "roomcode": "5101.U2.903", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46668", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46654, + "usage_id": 120 + }, + "5101.U2.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0904, Installationskanal 4", "arch_name": "0904@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46668", - "roomcode": "5101.U2.904", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46678", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46668, + "usage_id": 120 + }, + "5101.U2.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0905, Installationskanal 5", "arch_name": "0905@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46678", - "roomcode": "5101.U2.905", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46686", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46678, + "usage_id": 120 + }, + "5101.U2.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0906, Installationskanal 6", "arch_name": "0906@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46686", - "roomcode": "5101.U2.906", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46697", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46686, + "usage_id": 120 + }, + "5101.U2.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0907, Installationskanal 7", "arch_name": "0907@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46697", - "roomcode": "5101.U2.907", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=59103", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46697, + "usage_id": 120 + }, + "5101.U2.922": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0922, Stiege 2", "arch_name": "0922@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59103", - "roomcode": "5101.U2.922", - "usage": 223 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=59104", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59103, + "usage_id": 223 + }, + "5101.U2.923": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "0923, Stiege 1", "arch_name": "0923@5101", - "b_area_id": 35, - "b_filter_id": 785, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59104", - "roomcode": "5101.U2.923", - "usage": 223 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48253", + "area_id": 35, + "building_id": 785, + "floor_level": "2.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59104, + "usage_id": 223 + }, + "5103.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R01, Lager / Durchgang 5130", "arch_name": "R01@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48253", - "roomcode": "5103.EG.001", - "usage": 30 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48286", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48253, + "usage_id": 30 + }, + "5103.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R02, B\u00fcro", "arch_name": "R02@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48286", - "roomcode": "5103.EG.002", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48293", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48286, + "usage_id": 12 + }, + "5103.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R03, WC-Herren", "arch_name": "R03@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48293", - "roomcode": "5103.EG.003", - "usage": 115 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48302", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48293, + "usage_id": 115 + }, + "5103.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R05, WC-Damen", "arch_name": "R05@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48302", - "roomcode": "5103.EG.005", - "usage": 116 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48313", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48302, + "usage_id": 116 + }, + "5103.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R06, Lager", "arch_name": "R06@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48313", - "roomcode": "5103.EG.006", - "usage": 30 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48353", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48313, + "usage_id": 30 + }, + "5103.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R07-R11, Poststelle", "arch_name": "R07-R11@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=38577", - "operator": "[ TUZV14G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48353", - "roomcode": "5103.EG.007", - "usage": 186 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=10865", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 38577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48353, + "usage_id": 186 + }, + "5103.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R08, B\u00fcro", "arch_name": "R08@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10865", - "roomcode": "5103.EG.008", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48376", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10865, + "usage_id": 12 + }, + "5103.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R10, B\u00fcro", "arch_name": "R10@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48376", - "roomcode": "5103.EG.010", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48386", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48376, + "usage_id": 12 + }, + "5103.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R12, Poststelle", "arch_name": "R12@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=30305", - "operator": "[ TUVBPSB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48386", - "roomcode": "5103.EG.012", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48396", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 30305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48386, + "usage_id": 12 + }, + "5103.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R13, Poststelle", "arch_name": "R13@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=38577", - "operator": "[ TUZV14G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48396", - "roomcode": "5103.EG.013", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=10906", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 38577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48396, + "usage_id": 12 + }, + "5103.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R14, B\u00fcro", "arch_name": "R14@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10906", - "roomcode": "5103.EG.014", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48443", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10906, + "usage_id": 12 + }, + "5103.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R15, Aufenthalt / Poststelle", "arch_name": "R15@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=38577", - "operator": "[ TUZV14G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48443", - "roomcode": "5103.EG.015", - "usage": 44 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48452", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 38577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48443, + "usage_id": 44 + }, + "5103.EG.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R15A, Ablage", "arch_name": "R15A@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=38577", - "operator": "[ TUZV14G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48452", - "roomcode": "5103.EG.015A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48467", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 38577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48452, + "usage_id": 30 + }, + "5103.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R16, B\u00fcro", "arch_name": "R16@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48467", - "roomcode": "5103.EG.016", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48541", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48467, + "usage_id": 12 + }, + "5103.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R017, Poststelle", "arch_name": "R017@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=38577", - "operator": "[ TUZV14G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48541", - "roomcode": "5103.EG.017", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48559", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 38577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48541, + "usage_id": 12 + }, + "5103.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R018, B\u00fcro", "arch_name": "R018@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48559", - "roomcode": "5103.EG.018", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=48570", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48559, + "usage_id": 12 + }, + "5103.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R19, WC-Herren", "arch_name": "R19@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48570", - "roomcode": "5103.EG.019", - "usage": 115 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=66940", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48570, + "usage_id": 115 + }, + "5103.EG.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R19A, Beh.-WC", "arch_name": "R19A@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66940", - "roomcode": "5103.EG.019A", - "usage": 117 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47113", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66940, + "usage_id": 117 + }, + "5103.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R20, B\u00fcro", "arch_name": "R20@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47113", - "roomcode": "5103.EG.020", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47117", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47113, + "usage_id": 12 + }, + "5103.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R21, WC-Damen", "arch_name": "R21@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47117", - "roomcode": "5103.EG.021", - "usage": 116 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47139", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47117, + "usage_id": 116 + }, + "5103.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R22, K\u00fcche", "arch_name": "R22@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47139", - "roomcode": "5103.EG.022", - "usage": 28 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47229", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47139, + "usage_id": 28 + }, + "5103.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R23, Putzraum / LRZ-K\u00fcche", "arch_name": "R23@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47229", - "roomcode": "5103.EG.023", - "usage": 205 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47239", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47229, + "usage_id": 205 + }, + "5103.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R24, B\u00fcro", "arch_name": "R24@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47239", - "roomcode": "5103.EG.024", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47246", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47239, + "usage_id": 12 + }, + "5103.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R25, Wasserversorgung, -aufbereitung", "arch_name": "R25@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47246", - "roomcode": "5103.EG.025", - "usage": 183 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47259", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47246, + "usage_id": 183 + }, + "5103.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R26, B\u00fcro", "arch_name": "R26@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47259", - "roomcode": "5103.EG.026", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=25167", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47259, + "usage_id": 12 + }, + "5103.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R27, Deklarationsmessungen", "arch_name": "R27@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25167", - "roomcode": "5103.EG.027", - "usage": 103 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47347", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25167, + "usage_id": 103 + }, + "5103.EG.027A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R27A, Schleuse Z.reaktor", "arch_name": "R27A@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47347", - "roomcode": "5103.EG.027A", - "usage": 105 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47360", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47347, + "usage_id": 105 + }, + "5103.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R28, Heizungsraum", "arch_name": "R28@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47360", - "roomcode": "5103.EG.028", - "usage": 201 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47371", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47360, + "usage_id": 201 + }, + "5103.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R29, Deklarationsmessungen", "arch_name": "R29@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47371", - "roomcode": "5103.EG.029", - "usage": 103 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=25264", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47371, + "usage_id": 103 + }, + "5103.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R31, Deklarationsmessungen", "arch_name": "R31@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25264", - "roomcode": "5103.EG.031", - "usage": 103 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47453", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25264, + "usage_id": 103 + }, + "5103.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R50, Windfang", "arch_name": "R50@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47453", - "roomcode": "5103.EG.050", - "usage": 52 - }, - { - "address": "Boltzmannstr. 10, EG", - "address_link": "ris.einzelraum?raumkey=47470", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47453, + "usage_id": 52 + }, + "5103.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "alt_name": "R51, Flur", "arch_name": "R51@5103", - "b_area_id": 35, - "b_filter_id": 786, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47470", - "roomcode": "5103.EG.051", - "usage": 222 - }, - { - "address": "Boltzmannstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47482", + "area_id": 35, + "building_id": 786, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47470, + "usage_id": 222 + }, + "5104.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 16", + "zip_code": 85748 + }, "alt_name": "S 001, Mess- / Bedienraum", "arch_name": "S 001@5104", - "b_area_id": 35, - "b_filter_id": 787, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47482", - "roomcode": "5104.EG.001", - "usage": 103 - }, - { - "address": "Boltzmannstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47654", + "area_id": 35, + "building_id": 787, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47482, + "usage_id": 103 + }, + "5104.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 16", + "zip_code": 85748 + }, "alt_name": "S 001A, Windfang", "arch_name": "S 001A@5104", - "b_area_id": 35, - "b_filter_id": 787, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47654", - "roomcode": "5104.EG.001A", - "usage": 52 - }, - { - "address": "Boltzmannstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47671", + "area_id": 35, + "building_id": 787, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47654, + "usage_id": 52 + }, + "5104.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 16", + "zip_code": 85748 + }, "alt_name": "S 002, Experimentierhalle 1", "arch_name": "S 002@5104", - "b_area_id": 35, - "b_filter_id": 787, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47671", - "roomcode": "5104.EG.002", - "usage": 102 - }, - { - "address": "Boltzmannstr. 16, EG", - "address_link": "ris.einzelraum?raumkey=47686", + "area_id": 35, + "building_id": 787, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 44304, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47671, + "usage_id": 102 + }, + "5104.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 16", + "zip_code": 85748 + }, "alt_name": "S 003, Experimentierhalle 2", "arch_name": "S 003@5104", - "b_area_id": 35, - "b_filter_id": 787, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47686", - "roomcode": "5104.EG.003", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=46722", + "area_id": 35, + "building_id": 787, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47686, + "usage_id": 103 + }, + "5107.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "201, Kristal-Pr\u00e4paration", "arch_name": "201@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46722", - "roomcode": "5107.EG.201", - "usage": 51 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=11391", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46722, + "usage_id": 51 + }, + "5107.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11391", - "roomcode": "5107.EG.202", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=11394", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11391, + "usage_id": 12 + }, + "5107.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "203, Zeichenraum", "arch_name": "203@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "extended": { - "additional_description": "203, Zeichenraum", - "address": "Am Coulombwall 2(5107), Erdgescho\u00df", - "architect_room_nr": "203@5107", - "area_m2": 16.61, - "building": "5107 Physik II", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11394", - "roomcode": "5107.EG.203", - "usage": 55 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10810", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11394, + "usage_id": 55 + }, + "5107.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10810", - "roomcode": "5107.EG.204", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=46899", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10810, + "usage_id": 12 + }, + "5107.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "205, Physiklabor", "arch_name": "205@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46899", - "roomcode": "5107.EG.205", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=46908", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46899, + "usage_id": 103 + }, + "5107.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "206, Betriebstechnik", "arch_name": "206@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46908", - "roomcode": "5107.EG.206", - "usage": 120 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=17940", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46908, + "usage_id": 120 + }, + "5107.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "207, Physiklabor", "arch_name": "207@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17940", - "roomcode": "5107.EG.207", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10817", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17940, + "usage_id": 103 + }, + "5107.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "208, B\u00fcro", "arch_name": "208@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=47098", - "operator": "[ TUPHEMF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10817", - "roomcode": "5107.EG.208", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=17945", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47098, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10817, + "usage_id": 12 + }, + "5107.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "209, Physiklabor", "arch_name": "209@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17945", - "roomcode": "5107.EG.209", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10818", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17945, + "usage_id": 103 + }, + "5107.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "210, B\u00fcro", "arch_name": "210@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10818", - "roomcode": "5107.EG.210", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10821", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10818, + "usage_id": 12 + }, + "5107.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "211, B\u00fcro-Institutsleiter", "arch_name": "211@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=16208&cRes=19588&cReadonly=J", - "list_index": "62", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10821", - "roomcode": "5107.EG.211", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10822", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 19588, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10821, + "usage_id": 12 + }, + "5107.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "212, B\u00fcro", "arch_name": "212@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=16208&cRes=19630&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10822", - "roomcode": "5107.EG.212", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10826", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 19630, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10822, + "usage_id": 12 + }, + "5107.EG.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "213, Sekretariat", "arch_name": "213@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10826", - "roomcode": "5107.EG.213", - "usage": 40 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44394", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10826, + "usage_id": 40 + }, + "5107.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "214, B\u00fcro", "arch_name": "214@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=16208&cRes=19634&cReadonly=J", - "list_index": "65", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44394", - "roomcode": "5107.EG.214", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44409", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 19634, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44394, + "usage_id": 12 + }, + "5107.EG.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "215, Rechnerraum u. Bibliothek", "arch_name": "215@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=16208&cRes=21022&cReadonly=J", - "list_index": "66", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44409", - "roomcode": "5107.EG.215", - "usage": 207 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44427", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 21022, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44409, + "usage_id": 207 + }, + "5107.EG.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "216, WC-Herren", "arch_name": "216@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44427", - "roomcode": "5107.EG.216", - "usage": 115 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=24931", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44427, + "usage_id": 115 + }, + "5107.EG.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "217, Reinraumlabor", "arch_name": "217@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24931", - "roomcode": "5107.EG.217", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44588", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16203, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24931, + "usage_id": 103 + }, + "5107.EG.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "219, Dekektorlabor", "arch_name": "219@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44588", - "roomcode": "5107.EG.219", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44599", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16203, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44588, + "usage_id": 103 + }, + "5107.EG.221": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "221, Neutrino-Me\u00dflabor", "arch_name": "221@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44599", - "roomcode": "5107.EG.221", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10914", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16203, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44599, + "usage_id": 103 + }, + "5107.EG.222": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "222, B\u00fcro", "arch_name": "222@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=47098", - "operator": "[ TUPHEMF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10914", - "roomcode": "5107.EG.222", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10917", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 47098, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10914, + "usage_id": 12 + }, + "5107.EG.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "223, B\u00fcro Praktikumsleiter", "arch_name": "223@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10917", - "roomcode": "5107.EG.223", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44768", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16203, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10917, + "usage_id": 12 + }, + "5107.EG.224": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "224, Dunkelkammer", "arch_name": "224@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44768", - "roomcode": "5107.EG.224", - "usage": 104 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10947", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44768, + "usage_id": 104 + }, + "5107.EG.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "225, Praktikum", "arch_name": "225@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10947", - "roomcode": "5107.EG.225", - "usage": 211 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10950", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16203, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10947, + "usage_id": 211 + }, + "5107.EG.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "226, B\u00fcro", "arch_name": "226@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10950", - "roomcode": "5107.EG.226", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10952", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10950, + "usage_id": 12 + }, + "5107.EG.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "PH II 227, Seminarraum E20", "arch_name": "227@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=12553&cReadonly=J", - "extended": { - "additional_description": "PH II 227, Seminarraum E20", - "address": "Am Coulombwall 2(5107), Erdgescho\u00df", - "architect_room_nr": "227@5107", - "area_m2": 67.65, - "building": "5107 Physik II", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "227", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10952", - "roomcode": "5107.EG.227", - "usage": 41 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10954", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 12553, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10952, + "usage_id": 41 + }, + "5107.EG.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "228, B\u00fcro", "arch_name": "228@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10954", - "roomcode": "5107.EG.228", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=44959", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10954, + "usage_id": 12 + }, + "5107.EG.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "229, Physiklabor", "arch_name": "229@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44959", - "roomcode": "5107.EG.229", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=10992", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15395, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44959, + "usage_id": 103 + }, + "5107.EG.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "230, B\u00fcro", "arch_name": "230@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=14228&cRes=19566&cReadonly=J", - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10992", - "roomcode": "5107.EG.230", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=17595", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 19566, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10992, + "usage_id": 12 + }, + "5107.EG.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "231, Physiklabor", "arch_name": "231@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17595", - "roomcode": "5107.EG.231", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45136", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15395, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17595, + "usage_id": 103 + }, + "5107.EG.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "232, Chemielabor", "arch_name": "232@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45136", - "roomcode": "5107.EG.232", - "usage": 102 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=25330", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45136, + "usage_id": 102 + }, + "5107.EG.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "233, Physiklabor", "arch_name": "233@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25330", - "roomcode": "5107.EG.233", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45293", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25330, + "usage_id": 103 + }, + "5107.EG.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "234, WC-Damen", "arch_name": "234@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45293", - "roomcode": "5107.EG.234", - "usage": 116 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=25343", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45293, + "usage_id": 116 + }, + "5107.EG.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "235, Physiklabor", "arch_name": "235@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25343", - "roomcode": "5107.EG.235", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45317", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25343, + "usage_id": 103 + }, + "5107.EG.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "237, Physiklabor", "arch_name": "237@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45317", - "roomcode": "5107.EG.237", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45464", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45317, + "usage_id": 103 + }, + "5107.EG.239": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "239, Physiklabor", "arch_name": "239@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45464", - "roomcode": "5107.EG.239", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45471", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45464, + "usage_id": 103 + }, + "5107.EG.241": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "241, Optisches Labor", "arch_name": "241@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45471", - "roomcode": "5107.EG.241", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45481", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45471, + "usage_id": 103 + }, + "5107.EG.243": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "243, Optisches Labor", "arch_name": "243@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45481", - "roomcode": "5107.EG.243", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45490", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45481, + "usage_id": 103 + }, + "5107.EG.245": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "245, Feinmechanische Werkstatt", "arch_name": "245@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45490", - "roomcode": "5107.EG.245", - "usage": 108 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45506", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 16203, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45490, + "usage_id": 108 + }, + "5107.EG.245A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "245A, Teek\u00fcche", "arch_name": "245A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45506", - "roomcode": "5107.EG.245A", - "usage": 198 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45650", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45506, + "usage_id": 198 + }, + "5107.EG.245B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "245b, B\u00fcro", "arch_name": "245b@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45650", - "roomcode": "5107.EG.245B", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45662", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45650, + "usage_id": 12 + }, + "5107.EG.291A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "291A, Flur-West", "arch_name": "291A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45662", - "roomcode": "5107.EG.291A", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45670", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45662, + "usage_id": 160 + }, + "5107.EG.291B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "291B, Flur-West", "arch_name": "291B@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45670", - "roomcode": "5107.EG.291B", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45680", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45670, + "usage_id": 160 + }, + "5107.EG.291C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "291C, Flur-West", "arch_name": "291C@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45680", - "roomcode": "5107.EG.291C", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45686", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45680, + "usage_id": 160 + }, + "5107.EG.292A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "292A, Flur-Ost", "arch_name": "292A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45686", - "roomcode": "5107.EG.292A", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45834", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45686, + "usage_id": 160 + }, + "5107.EG.292B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "292B, Flur-Ost", "arch_name": "292B@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45834", - "roomcode": "5107.EG.292B", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45842", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45834, + "usage_id": 160 + }, + "5107.EG.292C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "292C, Flur-Ost", "arch_name": "292C@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45842", - "roomcode": "5107.EG.292C", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45856", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45842, + "usage_id": 160 + }, + "5107.EG.292D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "292D, Flur-Ost", "arch_name": "292D@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45856", - "roomcode": "5107.EG.292D", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45861", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45856, + "usage_id": 160 + }, + "5107.EG.295": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "295, Foyer / Treppe Nord", "arch_name": "295@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45861", - "roomcode": "5107.EG.295", - "usage": 223 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=45873", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45861, + "usage_id": 223 + }, + "5107.EG.296": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "296, Flur-Ost", "arch_name": "296@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45873", - "roomcode": "5107.EG.296", - "usage": 222 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=46018", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45873, + "usage_id": 222 + }, + "5107.EG.297": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "297, Foyer / Treppe S\u00fcd", "arch_name": "297@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46018", - "roomcode": "5107.EG.297", - "usage": 223 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=46027", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46018, + "usage_id": 223 + }, + "5107.EG.298": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "298, Flur-West", "arch_name": "298@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46027", - "roomcode": "5107.EG.298", - "usage": 222 - }, - { - "address": "Am Coulombwall 2, EG", - "address_link": "ris.einzelraum?raumkey=46039", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46027, + "usage_id": 222 + }, + "5107.EG.299": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "299, Flur/\u00dcbergang zu PH 1", "arch_name": "299@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46039", - "roomcode": "5107.EG.299", - "usage": 222 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44713", + "area_id": 35, + "building_id": 789, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46039, + "usage_id": 222 + }, + "5107.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "101, Optisches Labor", "arch_name": "101@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44713", - "roomcode": "5107.U1.101", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11013", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44713, + "usage_id": 103 + }, + "5107.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11013", - "roomcode": "5107.U1.102", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44732", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11013, + "usage_id": 12 + }, + "5107.U1.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44732", - "roomcode": "5107.U1.104", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44740", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44732, + "usage_id": 12 + }, + "5107.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "106, Betriebstechnik", "arch_name": "106@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44740", - "roomcode": "5107.U1.106", - "usage": 120 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=25293", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44740, + "usage_id": 120 + }, + "5107.U1.106A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "106A, Kellertreppe", "arch_name": "106A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25293", - "roomcode": "5107.U1.106A", - "usage": 223 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44887", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25293, + "usage_id": 223 + }, + "5107.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "107, Optisches Labor", "arch_name": "107@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44887", - "roomcode": "5107.U1.107", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11055", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44887, + "usage_id": 103 + }, + "5107.U1.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "108, B\u00fcro", "arch_name": "108@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11055", - "roomcode": "5107.U1.108", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44902", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11055, + "usage_id": 12 + }, + "5107.U1.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "109, Optisches Labor", "arch_name": "109@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44902", - "roomcode": "5107.U1.109", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=44914", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44902, + "usage_id": 103 + }, + "5107.U1.109A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "109A, Lager", "arch_name": "109A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44914", - "roomcode": "5107.U1.109A", - "usage": 30 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11093", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 14228, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44914, + "usage_id": 30 + }, + "5107.U1.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "110, B\u00fcro", "arch_name": "110@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=14228&cRes=26507&cReadonly=J", - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11093", - "roomcode": "5107.U1.110", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45076", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 26507, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11093, + "usage_id": 12 + }, + "5107.U1.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "111, Bibliothek", "arch_name": "111@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=14228&cRes=27192&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45076", - "roomcode": "5107.U1.111", - "usage": 10 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11099", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 27192, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45076, + "usage_id": 10 + }, + "5107.U1.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "112, B\u00fcro", "arch_name": "112@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11099", - "roomcode": "5107.U1.112", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11102", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 21554, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11099, + "usage_id": 12 + }, + "5107.U1.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "113, Chef-B\u00fcro m. Besprechungsgruppe", "arch_name": "113@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=14228&cRes=26631&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11102", - "roomcode": "5107.U1.113", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45096", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 26631, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11102, + "usage_id": 12 + }, + "5107.U1.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "114, B\u00fcro", "arch_name": "114@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45096", - "roomcode": "5107.U1.114", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11129", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 21554, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45096, + "usage_id": 12 + }, + "5107.U1.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "115, Sekretariat m. Registratur", "arch_name": "115@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11129", - "roomcode": "5107.U1.115", - "usage": 40 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45255", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11129, + "usage_id": 40 + }, + "5107.U1.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "116, Beh.-WC / Wickeltisch", "arch_name": "116@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45255", - "roomcode": "5107.U1.116", - "usage": 117 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11137", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45255, + "usage_id": 117 + }, + "5107.U1.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "117, Praktikum gemein. Nutz. 1102020400", "arch_name": "117@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11137", - "roomcode": "5107.U1.117", - "usage": 211 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45421", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 21554, + "seats": { + "sitting": 11, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11137, + "usage_id": 211 + }, + "5107.U1.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "118, Putzraum", "arch_name": "118@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45421", - "roomcode": "5107.U1.118", - "usage": 205 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11167", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45421, + "usage_id": 205 + }, + "5107.U1.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "119, Praktikum", "arch_name": "119@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11167", - "roomcode": "5107.U1.119", - "usage": 211 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45448", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 21554, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11167, + "usage_id": 211 + }, + "5107.U1.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "120, WC-Damen / Wickeltisch", "arch_name": "120@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45448", - "roomcode": "5107.U1.120", - "usage": 116 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45606", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45448, + "usage_id": 116 + }, + "5107.U1.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "121, Physiklabor", "arch_name": "121@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=47098", - "operator": "[ TUPHEMF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45606", - "roomcode": "5107.U1.121", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45620", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 47098, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45606, + "usage_id": 103 + }, + "5107.U1.121A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "121A, Lager", "arch_name": "121A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=47098", - "operator": "[ TUPHEMF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45620", - "roomcode": "5107.U1.121A", - "usage": 30 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11203", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 47098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45620, + "usage_id": 30 + }, + "5107.U1.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "122, B\u00fcro E11", "arch_name": "122@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11203", - "roomcode": "5107.U1.122", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45642", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11203, + "usage_id": 12 + }, + "5107.U1.122A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "122A, B\u00fcro", "arch_name": "122A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45642", - "roomcode": "5107.U1.122A", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45792", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45642, + "usage_id": 12 + }, + "5107.U1.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "123, Praktikum", "arch_name": "123@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45792", - "roomcode": "5107.U1.123", - "usage": 211 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45810", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45792, + "usage_id": 211 + }, + "5107.U1.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "124, Optisches Labor", "arch_name": "124@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45810", - "roomcode": "5107.U1.124", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11238", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45810, + "usage_id": 103 + }, + "5107.U1.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "125, Praktikum gemein. Nutz. 1101020800", "arch_name": "125@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11238", - "roomcode": "5107.U1.125", - "usage": 211 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=45978", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 21554, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11238, + "usage_id": 211 + }, + "5107.U1.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "126, Werkstatt", "arch_name": "126@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45978", - "roomcode": "5107.U1.126", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11265", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45978, + "usage_id": 103 + }, + "5107.U1.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "PH II 127, Seminarraum E11", "arch_name": "127@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=15154&cReadonly=J", - "extended": { - "additional_description": "PH II 127, Seminarraum E11", - "address": "Am Coulombwall 2(5107), 1.Untergescho\u00df", - "architect_room_nr": "127@5107", - "area_m2": 67.12, - "building": "5107 Physik II", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "127", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11265", - "roomcode": "5107.U1.127", - "usage": 41 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46002", + "area_id": 35, + "building_id": 789, + "calendar_resource_nr": 15154, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14179, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11265, + "usage_id": 41 + }, + "5107.U1.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "128, Optisches Labor", "arch_name": "128@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46002", - "roomcode": "5107.U1.128", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46159", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46002, + "usage_id": 103 + }, + "5107.U1.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "129, Optisches Labor", "arch_name": "129@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=47098", - "operator": "[ TUPHEMF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46159", - "roomcode": "5107.U1.129", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46175", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 47098, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46159, + "usage_id": 103 + }, + "5107.U1.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "130, Aufenthaltsraum", "arch_name": "130@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46175", - "roomcode": "5107.U1.130", - "usage": 44 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=11291", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46175, + "usage_id": 44 + }, + "5107.U1.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "132, B\u00fcro", "arch_name": "132@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11291", - "roomcode": "5107.U1.132", - "usage": 12 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=17364", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11291, + "usage_id": 12 + }, + "5107.U1.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "133, Optisches Labor", "arch_name": "133@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=21554", - "operator": "[ TUPHE53 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17364", - "roomcode": "5107.U1.133", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46337", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 21554, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17364, + "usage_id": 103 + }, + "5107.U1.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "134, WC-Herren", "arch_name": "134@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46337", - "roomcode": "5107.U1.134", - "usage": 115 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=24434", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46337, + "usage_id": 115 + }, + "5107.U1.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "135, Optisches Labor", "arch_name": "135@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24434", - "roomcode": "5107.U1.135", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46354", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 16208, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24434, + "usage_id": 103 + }, + "5107.U1.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "136, Aufzug", "arch_name": "136@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46354", - "roomcode": "5107.U1.136", - "usage": 4 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46361", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46354, + "usage_id": 4 + }, + "5107.U1.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "141, Optisches Labor", "arch_name": "141@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46361", - "roomcode": "5107.U1.141", - "usage": 103 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46370", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46361, + "usage_id": 103 + }, + "5107.U1.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "143, Chemielabor", "arch_name": "143@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46370", - "roomcode": "5107.U1.143", - "usage": 102 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46516", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46370, + "usage_id": 102 + }, + "5107.U1.145": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "145, Labor", "arch_name": "145@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46516", - "roomcode": "5107.U1.145", - "usage": 102 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46526", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46516, + "usage_id": 102 + }, + "5107.U1.147": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "147, Schwei\u00dfraum", "arch_name": "147@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46526", - "roomcode": "5107.U1.147", - "usage": 51 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=24607", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14228, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46526, + "usage_id": 51 + }, + "5107.U1.149": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "149, Werkstatt (gem.N. E20)", "arch_name": "149@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14228", - "operator": "[ TUPHE11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24607", - "roomcode": "5107.U1.149", - "usage": 108 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46547", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14228, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24607, + "usage_id": 108 + }, + "5107.U1.195": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "195, Foyer/Treppe", "arch_name": "195@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46547", - "roomcode": "5107.U1.195", - "usage": 223 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46556", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46547, + "usage_id": 223 + }, + "5107.U1.196": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "196, Flur/Ost", "arch_name": "196@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46556", - "roomcode": "5107.U1.196", - "usage": 222 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46709", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46556, + "usage_id": 222 + }, + "5107.U1.197": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "197, Foyer/Treppe S\u00fcd", "arch_name": "197@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46709", - "roomcode": "5107.U1.197", - "usage": 223 - }, - { - "address": "Am Coulombwall 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=46718", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46709, + "usage_id": 223 + }, + "5107.U1.198": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "198, Flur/West", "arch_name": "198@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46718", - "roomcode": "5107.U1.198", - "usage": 222 - }, - { - "address": "Am Coulombwall 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=44525", + "area_id": 35, + "building_id": 789, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46718, + "usage_id": 222 + }, + "5107.U2.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "001, Betriebstechnik", "arch_name": "001@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44525", - "roomcode": "5107.U2.001", - "usage": 120 - }, - { - "address": "Am Coulombwall 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=44532", + "area_id": 35, + "building_id": 789, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44525, + "usage_id": 120 + }, + "5107.U2.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "001A, Treppe zum Maschinenraum", "arch_name": "001A@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44532", - "roomcode": "5107.U2.001A", - "usage": 223 - }, - { - "address": "Am Coulombwall 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=44542", + "area_id": 35, + "building_id": 789, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44532, + "usage_id": 223 + }, + "5107.U2.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "002, Aufzugs/F\u00f6rderanlage", "arch_name": "002@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44542", - "roomcode": "5107.U2.002", - "usage": 5 - }, - { - "address": "Am Coulombwall 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=44553", + "area_id": 35, + "building_id": 789, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44542, + "usage_id": 5 + }, + "5107.U2.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "003, Stromversorgung", "arch_name": "003@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44553", - "roomcode": "5107.U2.003", - "usage": 160 - }, - { - "address": "Am Coulombwall 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=44703", + "area_id": 35, + "building_id": 789, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44553, + "usage_id": 160 + }, + "5107.U2.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "alt_name": "004, Keller/Flur", "arch_name": "004@5107", - "b_area_id": 35, - "b_filter_id": 789, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44703", - "roomcode": "5107.U2.004", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46057", + "area_id": 35, + "building_id": 789, + "floor_level": "2.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44703, + "usage_id": 222 + }, + "5108.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "001, Messraum (ersch\u00fctterungsfrei)", "arch_name": "001@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46057", - "roomcode": "5108.U1.001", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46201", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16208, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46057, + "usage_id": 103 + }, + "5108.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "002, Messraum (ersch\u00fctterungsfrei)", "arch_name": "002@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46201", - "roomcode": "5108.U1.002", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46208", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16208, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46201, + "usage_id": 103 + }, + "5108.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "003, Messraum (ersch\u00fctterungsfrei)", "arch_name": "003@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=47098", - "operator": "[ TUPHEMF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46208", - "roomcode": "5108.U1.003", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46220", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47098, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46208, + "usage_id": 103 + }, + "5108.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "004, Arbeitsraum mit experimentellen Arbeitsplatz", "arch_name": "004@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=16208", - "operator": "[ TUPHE20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46220", - "roomcode": "5108.U1.004", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46236", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16208, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46220, + "usage_id": 12 + }, + "5108.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "006, Sammlungsraum", "arch_name": "006@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48377", - "operator": "[ TUPHEQT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46236", - "roomcode": "5108.U1.006", - "usage": 187 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46382", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46236, + "usage_id": 187 + }, + "5108.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "101, M-Technik", "arch_name": "101@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46382", - "roomcode": "5108.U1.101", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46391", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46382, + "usage_id": 103 + }, + "5108.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "102, NSHV", "arch_name": "102@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46391", - "roomcode": "5108.U1.102", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46400", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46391, + "usage_id": 160 + }, + "5108.U1.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "103, Mittelspannung", "arch_name": "103@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46400", - "roomcode": "5108.U1.103", - "usage": 160 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=61572", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46400, + "usage_id": 160 + }, + "5108.U1.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "104, Untergrundlabor", "arch_name": "104@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61572", - "roomcode": "5108.U1.104", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=61573", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61572, + "usage_id": 103 + }, + "5108.U1.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "105, Schallschutz", "arch_name": "105@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61573", - "roomcode": "5108.U1.105", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=62829", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61573, + "usage_id": 103 + }, + "5108.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "106, Fluchttunnel", "arch_name": "106@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62829", - "roomcode": "5108.U1.106", - "usage": 219 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=61574", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62829, + "usage_id": 219 + }, + "5108.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "107, UGL Untergrundlabor", "arch_name": "107@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61574", - "roomcode": "5108.U1.107", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=61576", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61574, + "usage_id": 103 + }, + "5108.U1.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "108, Beschleunigergang", "arch_name": "108@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61576", - "roomcode": "5108.U1.108", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=61575", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61576, + "usage_id": 103 + }, + "5108.U1.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "109, Praktikum", "arch_name": "109@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61575", - "roomcode": "5108.U1.109", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=61577", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61575, + "usage_id": 103 + }, + "5108.U1.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "Beschleunigergang zu Geb. 5120", "arch_name": "120@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61577", - "roomcode": "5108.U1.120", - "usage": 103 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69885", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61577, + "usage_id": 103 + }, + "5108.U1.180": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "-180, Install.Schacht", "arch_name": "-180@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69885", - "roomcode": "5108.U1.180", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69886", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69885, + "usage_id": 120 + }, + "5108.U1.181": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "-181, Install.Schacht", "arch_name": "-181@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69886", - "roomcode": "5108.U1.181", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69887", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69886, + "usage_id": 120 + }, + "5108.U1.182": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "-182, Install.Kanal", "arch_name": "-182@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69887", - "roomcode": "5108.U1.182", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69888", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69887, + "usage_id": 120 + }, + "5108.U1.183": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "-183, Install.Kanal", "arch_name": "-183@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69888", - "roomcode": "5108.U1.183", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69889", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69888, + "usage_id": 120 + }, + "5108.U1.184": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "-184, Install.Kanal", "arch_name": "-184@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69889", - "roomcode": "5108.U1.184", - "usage": 120 - }, - { - "address": "James-Franck-Str. 1, 2.UG", - "address_link": "ris.einzelraum?raumkey=46048", + "area_id": 35, + "building_id": 781, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69889, + "usage_id": 120 + }, + "5108.U2.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "-2101, Messbunker Betriebskeller", "arch_name": "-2101@5108", - "b_area_id": 35, - "b_filter_id": 781, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=16203", - "operator": "[ TUPHE15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46048", - "roomcode": "5108.U2.101", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53470", + "area_id": 35, + "building_id": 781, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 16203, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46048, + "usage_id": 120 + }, + "5109.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, Physiklabor", "arch_name": "001@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53470", - "roomcode": "5109.01.001", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53607", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53470, + "usage_id": 103 + }, + "5109.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, Kernphysiklabor", "arch_name": "002@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53607", - "roomcode": "5109.01.002", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53621", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53607, + "usage_id": 103 + }, + "5109.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, Physiklabor", "arch_name": "003@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53621", - "roomcode": "5109.01.003", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53634", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53621, + "usage_id": 103 + }, + "5109.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53634", - "roomcode": "5109.01.004", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53772", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53634, + "usage_id": 12 + }, + "5109.01.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004A, B\u00fcro", "arch_name": "004A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53772", - "roomcode": "5109.01.004A", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53787", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53772, + "usage_id": 12 + }, + "5109.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53787", - "roomcode": "5109.01.005", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53797", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53787, + "usage_id": 12 + }, + "5109.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, EDV-Peripherieger\u00e4te", "arch_name": "006@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53797", - "roomcode": "5109.01.006", - "usage": 110 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51195", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53797, + "usage_id": 110 + }, + "5109.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Physiklabor", "arch_name": "007@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51195", - "roomcode": "5109.01.007", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51210", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51195, + "usage_id": 103 + }, + "5109.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "008, Labor", "arch_name": "008@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51210", - "roomcode": "5109.01.008", - "usage": 102 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51222", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51210, + "usage_id": 102 + }, + "5109.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "009, Physiklabor", "arch_name": "009@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51222", - "roomcode": "5109.01.009", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51370", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51222, + "usage_id": 103 + }, + "5109.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "010, Physiklabor", "arch_name": "010@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51370", - "roomcode": "5109.01.010", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51382", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51370, + "usage_id": 103 + }, + "5109.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "011, B\u00fcro", "arch_name": "011@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51382", - "roomcode": "5109.01.011", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51391", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51382, + "usage_id": 12 + }, + "5109.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "012, B\u00fcro", "arch_name": "012@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51391", - "roomcode": "5109.01.012", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51403", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51391, + "usage_id": 12 + }, + "5109.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "013, B\u00fcro", "arch_name": "013@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51403", - "roomcode": "5109.01.013", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51558", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51403, + "usage_id": 12 + }, + "5109.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "014, B\u00fcro", "arch_name": "014@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51558", - "roomcode": "5109.01.014", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51569", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51558, + "usage_id": 12 + }, + "5109.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "015, B\u00fcro", "arch_name": "015@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51569", - "roomcode": "5109.01.015", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51582", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51569, + "usage_id": 12 + }, + "5109.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "016, B\u00fcro", "arch_name": "016@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51582", - "roomcode": "5109.01.016", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51593", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51582, + "usage_id": 12 + }, + "5109.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "017, B\u00fcro", "arch_name": "017@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51593", - "roomcode": "5109.01.017", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51599", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51593, + "usage_id": 12 + }, + "5109.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "018, B\u00fcro", "arch_name": "018@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51599", - "roomcode": "5109.01.018", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51741", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51599, + "usage_id": 12 + }, + "5109.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "019, B\u00fcro", "arch_name": "019@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51741", - "roomcode": "5109.01.019", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51754", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51741, + "usage_id": 12 + }, + "5109.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "020, Kernphysiklabor", "arch_name": "020@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51754", - "roomcode": "5109.01.020", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51766", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51754, + "usage_id": 103 + }, + "5109.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "021, Kernphysiklabor", "arch_name": "021@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51766", - "roomcode": "5109.01.021", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51770", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51766, + "usage_id": 103 + }, + "5109.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "022, Elektroniklabor", "arch_name": "022@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51770", - "roomcode": "5109.01.022", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51916", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51770, + "usage_id": 103 + }, + "5109.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "023, Zeichen-/Konstruktionstraum", "arch_name": "023@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "extended": { - "additional_description": "023, Zeichen-/Konstruktionstraum", - "address": "Am Coulombwall 1(5109), 1.Obergescho\u00df", - "architect_room_nr": "023@5109", - "area_m2": 20.32, - "building": "5109 Physik LMU", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51916", - "roomcode": "5109.01.023", - "usage": 55 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51928", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51916, + "usage_id": 55 + }, + "5109.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "024, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "024@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51928", - "roomcode": "5109.01.024", - "usage": 196 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51934", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51928, + "usage_id": 196 + }, + "5109.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "025, B\u00fcro", "arch_name": "025@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51934", - "roomcode": "5109.01.025", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51944", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51934, + "usage_id": 12 + }, + "5109.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "026, B\u00fcro", "arch_name": "026@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51944", - "roomcode": "5109.01.026", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52077", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51944, + "usage_id": 12 + }, + "5109.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "027, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "027@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52077", - "roomcode": "5109.01.027", - "usage": 196 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52087", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52077, + "usage_id": 196 + }, + "5109.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "028, B\u00fcro", "arch_name": "028@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52087", - "roomcode": "5109.01.028", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52100", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52087, + "usage_id": 12 + }, + "5109.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "029, B\u00fcro", "arch_name": "029@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52100", - "roomcode": "5109.01.029", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52108", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52100, + "usage_id": 12 + }, + "5109.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "030, Zeichen-/Konstruktionsraum", "arch_name": "030@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "extended": { - "additional_description": "030, Zeichen-/Konstruktionsraum", - "address": "Am Coulombwall 1(5109), 1.Obergescho\u00df", - "architect_room_nr": "030@5109", - "area_m2": 41.38, - "building": "5109 Physik LMU", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "030", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52108", - "roomcode": "5109.01.030", - "usage": 55 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52246", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52108, + "usage_id": 55 + }, + "5109.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "031, B\u00fcro", "arch_name": "031@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52246", - "roomcode": "5109.01.031", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52255", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52246, + "usage_id": 12 + }, + "5109.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "032, B\u00fcro", "arch_name": "032@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52255", - "roomcode": "5109.01.032", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52269", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52255, + "usage_id": 12 + }, + "5109.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "033, B\u00fcro", "arch_name": "033@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52269", - "roomcode": "5109.01.033", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52279", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52269, + "usage_id": 12 + }, + "5109.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "034, B\u00fcro", "arch_name": "034@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52279", - "roomcode": "5109.01.034", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52435", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52279, + "usage_id": 12 + }, + "5109.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "035, B\u00fcro", "arch_name": "035@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52435", - "roomcode": "5109.01.035", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52445", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52435, + "usage_id": 12 + }, + "5109.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "036, B\u00fcro", "arch_name": "036@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52445", - "roomcode": "5109.01.036", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52450", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52445, + "usage_id": 12 + }, + "5109.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "037, B\u00fcro", "arch_name": "037@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52450", - "roomcode": "5109.01.037", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52597", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52450, + "usage_id": 12 + }, + "5109.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "038, B\u00fcro", "arch_name": "038@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52597", - "roomcode": "5109.01.038", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52606", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52597, + "usage_id": 12 + }, + "5109.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "039, B\u00fcro", "arch_name": "039@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52606", - "roomcode": "5109.01.039", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52617", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52606, + "usage_id": 12 + }, + "5109.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "040, B\u00fcro", "arch_name": "040@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52617", - "roomcode": "5109.01.040", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52621", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52617, + "usage_id": 12 + }, + "5109.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "041, B\u00fcro", "arch_name": "041@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52621", - "roomcode": "5109.01.041", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52635", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52621, + "usage_id": 12 + }, + "5109.01.041A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "041A, Fotolabor", "arch_name": "041A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52635", - "roomcode": "5109.01.041A", - "usage": 104 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52780", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52635, + "usage_id": 104 + }, + "5109.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "042, Teilk\u00fcche", "arch_name": "042@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52780", - "roomcode": "5109.01.042", - "usage": 28 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52793", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52780, + "usage_id": 28 + }, + "5109.01.042A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "042A, Sanit\u00e4r", "arch_name": "042A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52793", - "roomcode": "5109.01.042A", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52803", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52793, + "usage_id": 37 + }, + "5109.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "043, EDV-Peripherieger\u00e4te", "arch_name": "043@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52803", - "roomcode": "5109.01.043", - "usage": 110 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52811", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52803, + "usage_id": 110 + }, + "5109.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "044, Aufenthaltsraum", "arch_name": "044@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52811", - "roomcode": "5109.01.044", - "usage": 44 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52960", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52811, + "usage_id": 44 + }, + "5109.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "050, Flur", "arch_name": "050@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52960", - "roomcode": "5109.01.050", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52967", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52960, + "usage_id": 222 + }, + "5109.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "051, Flur", "arch_name": "051@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52967", - "roomcode": "5109.01.051", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52978", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52967, + "usage_id": 222 + }, + "5109.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "052, Installationsschacht", "arch_name": "052@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52978", - "roomcode": "5109.01.052", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52989", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52978, + "usage_id": 120 + }, + "5109.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "053, Flur", "arch_name": "053@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52989", - "roomcode": "5109.01.053", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53129", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52989, + "usage_id": 222 + }, + "5109.01.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "054, Flur", "arch_name": "054@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53129", - "roomcode": "5109.01.054", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53139", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53129, + "usage_id": 222 + }, + "5109.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "055, Flur", "arch_name": "055@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53139", - "roomcode": "5109.01.055", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53150", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53139, + "usage_id": 222 + }, + "5109.01.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "056, Flur", "arch_name": "056@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53150", - "roomcode": "5109.01.056", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53160", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53150, + "usage_id": 222 + }, + "5109.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "057, Flur", "arch_name": "057@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53160", - "roomcode": "5109.01.057", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53299", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53160, + "usage_id": 222 + }, + "5109.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "058, Flur", "arch_name": "058@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53299", - "roomcode": "5109.01.058", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53316", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53299, + "usage_id": 222 + }, + "5109.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "059, Flur", "arch_name": "059@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53316", - "roomcode": "5109.01.059", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53327", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53316, + "usage_id": 222 + }, + "5109.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "060, Flur", "arch_name": "060@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53327", - "roomcode": "5109.01.060", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53473", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53327, + "usage_id": 222 + }, + "5109.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "061, Installationsschacht", "arch_name": "061@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53473", - "roomcode": "5109.01.061", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53488", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53473, + "usage_id": 120 + }, + "5109.01.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "062, Aufzug", "arch_name": "062@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53488", - "roomcode": "5109.01.062", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53500", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53488, + "usage_id": 4 + }, + "5109.01.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "063, Aufzug", "arch_name": "063@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53500", - "roomcode": "5109.01.063", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53509", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53500, + "usage_id": 4 + }, + "5109.01.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "064, Treppenraum", "arch_name": "064@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53509", - "roomcode": "5109.01.064", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53652", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53509, + "usage_id": 223 + }, + "5109.01.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "065, Treppenraum", "arch_name": "065@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53652", - "roomcode": "5109.01.065", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53663", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53652, + "usage_id": 223 + }, + "5109.01.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "066, Sanit\u00e4r", "arch_name": "066@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53663", - "roomcode": "5109.01.066", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53677", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53663, + "usage_id": 37 + }, + "5109.01.067": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "067, Sanit\u00e4r", "arch_name": "067@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53677", - "roomcode": "5109.01.067", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53820", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53677, + "usage_id": 37 + }, + "5109.01.068": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "068, Sanit\u00e4r", "arch_name": "068@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53820", - "roomcode": "5109.01.068", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53833", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53820, + "usage_id": 37 + }, + "5109.01.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "069, Sanit\u00e4r", "arch_name": "069@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53833", - "roomcode": "5109.01.069", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=53847", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53833, + "usage_id": 37 + }, + "5109.01.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "070, Installationsschacht", "arch_name": "070@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53847", - "roomcode": "5109.01.070", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=51246", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53847, + "usage_id": 120 + }, + "5109.01.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "071, Installationsschacht", "arch_name": "071@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51246", - "roomcode": "5109.01.071", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51255", + "area_id": 35, + "building_id": 872, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51246, + "usage_id": 120 + }, + "5109.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "201, B\u00fcro", "arch_name": "201@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51255", - "roomcode": "5109.02.201", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51268", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51255, + "usage_id": 12 + }, + "5109.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "202, B\u00fcro", "arch_name": "202@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51268", - "roomcode": "5109.02.202", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51279", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51268, + "usage_id": 12 + }, + "5109.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "203, B\u00fcro", "arch_name": "203@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51279", - "roomcode": "5109.02.203", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51426", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51279, + "usage_id": 12 + }, + "5109.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51426", - "roomcode": "5109.02.204", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51436", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51426, + "usage_id": 12 + }, + "5109.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51436", - "roomcode": "5109.02.205", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51451", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51436, + "usage_id": 12 + }, + "5109.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "206, Physiklabor", "arch_name": "206@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51451", - "roomcode": "5109.02.206", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51606", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51451, + "usage_id": 103 + }, + "5109.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "207, Physikal./Techn. \u00dcbungsraum", "arch_name": "207@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51606", - "roomcode": "5109.02.207", - "usage": 211 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51622", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51606, + "usage_id": 211 + }, + "5109.02.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "209, Physikal./Techn. \u00dcbungsraum", "arch_name": "209@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51622", - "roomcode": "5109.02.209", - "usage": 211 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51631", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51622, + "usage_id": 211 + }, + "5109.02.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "210, Physikal./Techn. \u00dcbungsraum", "arch_name": "210@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51631", - "roomcode": "5109.02.210", - "usage": 211 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51644", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51631, + "usage_id": 211 + }, + "5109.02.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "211, Physiklabor", "arch_name": "211@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51644", - "roomcode": "5109.02.211", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51781", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51644, + "usage_id": 103 + }, + "5109.02.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "212, Zeichen-/Konstruktionstraum", "arch_name": "212@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "extended": { - "additional_description": "212, Zeichen-/Konstruktionstraum", - "address": "Am Coulombwall 1(5109), 2.Obergescho\u00df", - "architect_room_nr": "212@5109", - "area_m2": 41.7, - "building": "5109 Physik LMU", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "212", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51781", - "roomcode": "5109.02.212", - "usage": 55 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51791", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51781, + "usage_id": 55 + }, + "5109.02.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "213, Drucker/Kopierer", "arch_name": "213@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51791", - "roomcode": "5109.02.213", - "usage": 110 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=59094", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51791, + "usage_id": 110 + }, + "5109.02.213A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "213A, B\u00fcro", "arch_name": "213A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59094", - "roomcode": "5109.02.213A", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=59095", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59094, + "usage_id": 12 + }, + "5109.02.213B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "213B, B\u00fcro", "arch_name": "213B@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59095", - "roomcode": "5109.02.213B", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51803", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59095, + "usage_id": 12 + }, + "5109.02.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "214, Bibliothek", "arch_name": "214@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51803", - "roomcode": "5109.02.214", - "usage": 10 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51813", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51803, + "usage_id": 10 + }, + "5109.02.214A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "214A, Leseraum", "arch_name": "214A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51813", - "roomcode": "5109.02.214A", - "usage": 150 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51820", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51813, + "usage_id": 150 + }, + "5109.02.214B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "214B, Leseraum", "arch_name": "214B@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51820", - "roomcode": "5109.02.214B", - "usage": 150 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51959", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51820, + "usage_id": 150 + }, + "5109.02.214C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "214C, Leseraum", "arch_name": "214C@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51959", - "roomcode": "5109.02.214C", - "usage": 150 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51972", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51959, + "usage_id": 150 + }, + "5109.02.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "215, B\u00fcro", "arch_name": "215@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51972", - "roomcode": "5109.02.215", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51980", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51972, + "usage_id": 12 + }, + "5109.02.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "216, B\u00fcro", "arch_name": "216@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51980", - "roomcode": "5109.02.216", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=51988", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51980, + "usage_id": 12 + }, + "5109.02.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "217, Zeichen-/Konstruktionsraum", "arch_name": "217@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "extended": { - "additional_description": "217, Zeichen-/Konstruktionsraum", - "address": "Am Coulombwall 1(5109), 2.Obergescho\u00df", - "architect_room_nr": "217@5109", - "area_m2": 20.64, - "building": "5109 Physik LMU", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "217", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51988", - "roomcode": "5109.02.217", - "usage": 55 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52121", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51988, + "usage_id": 55 + }, + "5109.02.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "218, Kopierer", "arch_name": "218@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52121", - "roomcode": "5109.02.218", - "usage": 110 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52128", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52121, + "usage_id": 110 + }, + "5109.02.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "219, \u00dcbungs-/Kursraum", "arch_name": "219@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "extended": { - "additional_description": "219, \u00dcbungs-/Kursraum", - "address": "Am Coulombwall 1(5109), 2.Obergescho\u00df", - "architect_room_nr": "219@5109", - "area_m2": 69.94, - "building": "5109 Physik LMU", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "219", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52128", - "roomcode": "5109.02.219", - "usage": 131 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52135", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52128, + "usage_id": 131 + }, + "5109.02.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "220, Elektroniklabor", "arch_name": "220@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52135", - "roomcode": "5109.02.220", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52150", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52135, + "usage_id": 103 + }, + "5109.02.221": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "221, Physiklabor", "arch_name": "221@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52150", - "roomcode": "5109.02.221", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52294", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52150, + "usage_id": 103 + }, + "5109.02.222": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "222, B\u00fcro", "arch_name": "222@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52294", - "roomcode": "5109.02.222", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52306", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52294, + "usage_id": 12 + }, + "5109.02.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "223, B\u00fcro", "arch_name": "223@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52306", - "roomcode": "5109.02.223", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52315", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52306, + "usage_id": 12 + }, + "5109.02.224": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "224, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "224@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52315", - "roomcode": "5109.02.224", - "usage": 196 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52328", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52315, + "usage_id": 196 + }, + "5109.02.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "225, B\u00fcro", "arch_name": "225@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52328", - "roomcode": "5109.02.225", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52466", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52328, + "usage_id": 12 + }, + "5109.02.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "226, B\u00fcro", "arch_name": "226@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52466", - "roomcode": "5109.02.226", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52474", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52466, + "usage_id": 12 + }, + "5109.02.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "227, B\u00fcro", "arch_name": "227@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52474", - "roomcode": "5109.02.227", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52481", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52474, + "usage_id": 12 + }, + "5109.02.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "228, B\u00fcro", "arch_name": "228@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52481", - "roomcode": "5109.02.228", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52489", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52481, + "usage_id": 12 + }, + "5109.02.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "229, B\u00fcro", "arch_name": "229@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52489", - "roomcode": "5109.02.229", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52501", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52489, + "usage_id": 12 + }, + "5109.02.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "230, B\u00fcro", "arch_name": "230@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52501", - "roomcode": "5109.02.230", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52640", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52501, + "usage_id": 12 + }, + "5109.02.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "231, B\u00fcro", "arch_name": "231@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52640", - "roomcode": "5109.02.231", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52644", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52640, + "usage_id": 12 + }, + "5109.02.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "232, B\u00fcro", "arch_name": "232@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52644", - "roomcode": "5109.02.232", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52652", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52644, + "usage_id": 12 + }, + "5109.02.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "233, B\u00fcro", "arch_name": "233@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52652", - "roomcode": "5109.02.233", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52661", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52652, + "usage_id": 12 + }, + "5109.02.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "234, Einzelwohnraum", "arch_name": "234@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52661", - "roomcode": "5109.02.234", - "usage": 53 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52669", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52661, + "usage_id": 53 + }, + "5109.02.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "235, Teilk\u00fcche", "arch_name": "235@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52669", - "roomcode": "5109.02.235", - "usage": 28 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52813", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52669, + "usage_id": 28 + }, + "5109.02.235A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "235A, Putzraum", "arch_name": "235A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52813", - "roomcode": "5109.02.235A", - "usage": 205 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52822", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52813, + "usage_id": 205 + }, + "5109.02.236": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "236, Katalograum / -fl\u00e4che", "arch_name": "236@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52822", - "roomcode": "5109.02.236", - "usage": 10 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52830", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52822, + "usage_id": 10 + }, + "5109.02.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "237, Fotolabor", "arch_name": "237@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52830", - "roomcode": "5109.02.237", - "usage": 104 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52839", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52830, + "usage_id": 104 + }, + "5109.02.249": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "249, Flur", "arch_name": "249@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52839", - "roomcode": "5109.02.249", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52851", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52839, + "usage_id": 222 + }, + "5109.02.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "250, Flur", "arch_name": "250@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52851", - "roomcode": "5109.02.250", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=52994", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52851, + "usage_id": 222 + }, + "5109.02.251": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "251, Flur", "arch_name": "251@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52994", - "roomcode": "5109.02.251", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53003", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52994, + "usage_id": 222 + }, + "5109.02.252": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "252, Installationsschacht", "arch_name": "252@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53003", - "roomcode": "5109.02.252", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53010", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53003, + "usage_id": 120 + }, + "5109.02.253": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "253, Flur", "arch_name": "253@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53010", - "roomcode": "5109.02.253", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53023", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53010, + "usage_id": 222 + }, + "5109.02.254": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "254, Flur", "arch_name": "254@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53023", - "roomcode": "5109.02.254", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53028", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53023, + "usage_id": 222 + }, + "5109.02.255": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "255, Flur", "arch_name": "255@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53028", - "roomcode": "5109.02.255", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53170", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53028, + "usage_id": 222 + }, + "5109.02.256": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "256, Flur", "arch_name": "256@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53170", - "roomcode": "5109.02.256", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53178", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53170, + "usage_id": 222 + }, + "5109.02.257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "257, Flur", "arch_name": "257@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53178", - "roomcode": "5109.02.257", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53184", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53178, + "usage_id": 222 + }, + "5109.02.258": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "258, Flur", "arch_name": "258@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53184", - "roomcode": "5109.02.258", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53195", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53184, + "usage_id": 222 + }, + "5109.02.259": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "259, Flur", "arch_name": "259@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53195", - "roomcode": "5109.02.259", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53201", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53195, + "usage_id": 222 + }, + "5109.02.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "260, Aufzug", "arch_name": "260@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53201", - "roomcode": "5109.02.260", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53207", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53201, + "usage_id": 4 + }, + "5109.02.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "261, Aufzug", "arch_name": "261@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53207", - "roomcode": "5109.02.261", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53353", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53207, + "usage_id": 4 + }, + "5109.02.262": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "262, Treppe", "arch_name": "262@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53353", - "roomcode": "5109.02.262", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53361", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53353, + "usage_id": 223 + }, + "5109.02.263": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "263, Treppe", "arch_name": "263@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53361", - "roomcode": "5109.02.263", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53370", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53361, + "usage_id": 223 + }, + "5109.02.264": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "264, Installationsschacht", "arch_name": "264@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53370", - "roomcode": "5109.02.264", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53377", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53370, + "usage_id": 120 + }, + "5109.02.265": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "265, WC-Damen", "arch_name": "265@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53377", - "roomcode": "5109.02.265", - "usage": 116 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53519", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53377, + "usage_id": 116 + }, + "5109.02.266": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "266, Waschraum", "arch_name": "266@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53519", - "roomcode": "5109.02.266", - "usage": 210 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53528", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53519, + "usage_id": 210 + }, + "5109.02.267": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "267, WC-Herren", "arch_name": "267@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53528", - "roomcode": "5109.02.267", - "usage": 115 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53538", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53528, + "usage_id": 115 + }, + "5109.02.268": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "268, Waschraum", "arch_name": "268@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53538", - "roomcode": "5109.02.268", - "usage": 210 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53546", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53538, + "usage_id": 210 + }, + "5109.02.269": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "269, Installationsschacht", "arch_name": "269@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53546", - "roomcode": "5109.02.269", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=53684", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53546, + "usage_id": 120 + }, + "5109.02.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "270, Installationsschacht", "arch_name": "270@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53684", - "roomcode": "5109.02.270", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53690", + "area_id": 35, + "building_id": 872, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53684, + "usage_id": 120 + }, + "5109.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53690", - "roomcode": "5109.03.001", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53703", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53690, + "usage_id": 12 + }, + "5109.03.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, Physiklabor", "arch_name": "002@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53703", - "roomcode": "5109.03.002", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53710", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53703, + "usage_id": 103 + }, + "5109.03.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, Labor", "arch_name": "003@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53710", - "roomcode": "5109.03.003", - "usage": 102 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53721", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53710, + "usage_id": 102 + }, + "5109.03.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, Physiklabor", "arch_name": "004@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53721", - "roomcode": "5109.03.004", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53859", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53721, + "usage_id": 103 + }, + "5109.03.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, Fotolabor", "arch_name": "005@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53859", - "roomcode": "5109.03.005", - "usage": 104 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53867", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53859, + "usage_id": 104 + }, + "5109.03.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "006@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53867", - "roomcode": "5109.03.006", - "usage": 196 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53876", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53867, + "usage_id": 196 + }, + "5109.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Physiklabor", "arch_name": "007@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53876", - "roomcode": "5109.03.007", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53889", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53876, + "usage_id": 103 + }, + "5109.03.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "008, Labor", "arch_name": "008@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53889", - "roomcode": "5109.03.008", - "usage": 102 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51282", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53889, + "usage_id": 102 + }, + "5109.03.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "009, Physiklabor", "arch_name": "009@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51282", - "roomcode": "5109.03.009", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51293", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51282, + "usage_id": 103 + }, + "5109.03.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "010, Physiklabor", "arch_name": "010@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51293", - "roomcode": "5109.03.010", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51305", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51293, + "usage_id": 103 + }, + "5109.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "011, B\u00fcro", "arch_name": "011@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51305", - "roomcode": "5109.03.011", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51314", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51305, + "usage_id": 12 + }, + "5109.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "012, B\u00fcro", "arch_name": "012@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51314", - "roomcode": "5109.03.012", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51324", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51314, + "usage_id": 12 + }, + "5109.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "013, B\u00fcro", "arch_name": "013@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51324", - "roomcode": "5109.03.013", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51472", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51324, + "usage_id": 12 + }, + "5109.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "014, B\u00fcro", "arch_name": "014@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51472", - "roomcode": "5109.03.014", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51485", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51472, + "usage_id": 12 + }, + "5109.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "015, B\u00fcro", "arch_name": "015@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51485", - "roomcode": "5109.03.015", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51494", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51485, + "usage_id": 12 + }, + "5109.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "016, B\u00fcro", "arch_name": "016@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51494", - "roomcode": "5109.03.016", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51652", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51494, + "usage_id": 12 + }, + "5109.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "017, B\u00fcro", "arch_name": "017@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51652", - "roomcode": "5109.03.017", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51660", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51652, + "usage_id": 12 + }, + "5109.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "018, B\u00fcro", "arch_name": "018@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51660", - "roomcode": "5109.03.018", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51668", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51660, + "usage_id": 12 + }, + "5109.03.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "019, B\u00fcro", "arch_name": "019@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51668", - "roomcode": "5109.03.019", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51675", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51668, + "usage_id": 12 + }, + "5109.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "020, B\u00fcro", "arch_name": "020@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51675", - "roomcode": "5109.03.020", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51683", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51675, + "usage_id": 12 + }, + "5109.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "021, B\u00fcro", "arch_name": "021@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51683", - "roomcode": "5109.03.021", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51688", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51683, + "usage_id": 12 + }, + "5109.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "022, Physiklabor", "arch_name": "022@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51688", - "roomcode": "5109.03.022", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51830", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51688, + "usage_id": 103 + }, + "5109.03.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "023, B\u00fcro", "arch_name": "023@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51830", - "roomcode": "5109.03.023", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51840", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51830, + "usage_id": 12 + }, + "5109.03.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "024, B\u00fcro", "arch_name": "024@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51840", - "roomcode": "5109.03.024", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51849", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51840, + "usage_id": 12 + }, + "5109.03.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "025, B\u00fcro", "arch_name": "025@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51849", - "roomcode": "5109.03.025", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=51862", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51849, + "usage_id": 12 + }, + "5109.03.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "026, B\u00fcro", "arch_name": "026@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51862", - "roomcode": "5109.03.026", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52001", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51862, + "usage_id": 12 + }, + "5109.03.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "027, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "027@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52001", - "roomcode": "5109.03.027", - "usage": 196 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52007", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52001, + "usage_id": 196 + }, + "5109.03.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "028, B\u00fcro", "arch_name": "028@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52007", - "roomcode": "5109.03.028", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52012", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52007, + "usage_id": 12 + }, + "5109.03.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "029, B\u00fcro", "arch_name": "029@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52012", - "roomcode": "5109.03.029", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52021", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52012, + "usage_id": 12 + }, + "5109.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "030, Physiklabor", "arch_name": "030@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52021", - "roomcode": "5109.03.030", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52026", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52021, + "usage_id": 103 + }, + "5109.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "031, Physiklabor", "arch_name": "031@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52026", - "roomcode": "5109.03.031", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52161", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52026, + "usage_id": 103 + }, + "5109.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "032, B\u00fcro", "arch_name": "032@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52161", - "roomcode": "5109.03.032", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52169", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52161, + "usage_id": 12 + }, + "5109.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "033, B\u00fcro", "arch_name": "033@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52169", - "roomcode": "5109.03.033", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52179", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52169, + "usage_id": 12 + }, + "5109.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "034, B\u00fcro", "arch_name": "034@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52179", - "roomcode": "5109.03.034", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52189", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52179, + "usage_id": 12 + }, + "5109.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "035, B\u00fcro", "arch_name": "035@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52189", - "roomcode": "5109.03.035", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52338", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52189, + "usage_id": 12 + }, + "5109.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "036, B\u00fcro", "arch_name": "036@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52338", - "roomcode": "5109.03.036", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52347", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52338, + "usage_id": 12 + }, + "5109.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "037, B\u00fcro", "arch_name": "037@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52347", - "roomcode": "5109.03.037", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52365", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52347, + "usage_id": 12 + }, + "5109.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "038, B\u00fcro", "arch_name": "038@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52365", - "roomcode": "5109.03.038", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52376", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52365, + "usage_id": 12 + }, + "5109.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "039, B\u00fcro", "arch_name": "039@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52376", - "roomcode": "5109.03.039", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52512", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52376, + "usage_id": 12 + }, + "5109.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "040, B\u00fcro", "arch_name": "040@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52512", - "roomcode": "5109.03.040", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52530", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52512, + "usage_id": 12 + }, + "5109.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "041, Schleuse", "arch_name": "041@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52530", - "roomcode": "5109.03.041", - "usage": 105 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52543", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52530, + "usage_id": 105 + }, + "5109.03.041A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "041A, Fotolabor", "arch_name": "041A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52543", - "roomcode": "5109.03.041A", - "usage": 104 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52680", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52543, + "usage_id": 104 + }, + "5109.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "042, Teilk\u00fcche", "arch_name": "042@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52680", - "roomcode": "5109.03.042", - "usage": 28 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52687", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52680, + "usage_id": 28 + }, + "5109.03.042A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "042A, Sanit\u00e4r", "arch_name": "042A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52687", - "roomcode": "5109.03.042A", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52698", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52687, + "usage_id": 37 + }, + "5109.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "043, Einzelwohnraum", "arch_name": "043@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52698", - "roomcode": "5109.03.043", - "usage": 53 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52710", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52698, + "usage_id": 53 + }, + "5109.03.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "044, Lager", "arch_name": "044@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52710", - "roomcode": "5109.03.044", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52858", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52710, + "usage_id": 30 + }, + "5109.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "050, Flur", "arch_name": "050@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52858", - "roomcode": "5109.03.050", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52868", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52858, + "usage_id": 222 + }, + "5109.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "051, Flur", "arch_name": "051@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52868", - "roomcode": "5109.03.051", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52877", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52868, + "usage_id": 222 + }, + "5109.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "052, Flur", "arch_name": "052@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52877", - "roomcode": "5109.03.052", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=52890", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52877, + "usage_id": 222 + }, + "5109.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "053, Flur", "arch_name": "053@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52890", - "roomcode": "5109.03.053", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53033", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52890, + "usage_id": 222 + }, + "5109.03.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "054, Flur", "arch_name": "054@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53033", - "roomcode": "5109.03.054", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53049", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53033, + "usage_id": 222 + }, + "5109.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "055, Flur", "arch_name": "055@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53049", - "roomcode": "5109.03.055", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53061", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53049, + "usage_id": 222 + }, + "5109.03.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "056, Flur", "arch_name": "056@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53061", - "roomcode": "5109.03.056", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53209", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53061, + "usage_id": 222 + }, + "5109.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "057, Flur", "arch_name": "057@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53209", - "roomcode": "5109.03.057", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53221", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53209, + "usage_id": 222 + }, + "5109.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "058, Flur", "arch_name": "058@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53221", - "roomcode": "5109.03.058", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53232", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53221, + "usage_id": 222 + }, + "5109.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "059, Flur", "arch_name": "059@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53232", - "roomcode": "5109.03.059", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53241", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53232, + "usage_id": 222 + }, + "5109.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "060, Aufzug", "arch_name": "060@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53241", - "roomcode": "5109.03.060", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53387", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53241, + "usage_id": 4 + }, + "5109.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "061, Aufzug", "arch_name": "061@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53387", - "roomcode": "5109.03.061", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53401", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53387, + "usage_id": 4 + }, + "5109.03.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "062, Treppenraum", "arch_name": "062@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53401", - "roomcode": "5109.03.062", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53413", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53401, + "usage_id": 223 + }, + "5109.03.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "063, Treppenraum", "arch_name": "063@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53413", - "roomcode": "5109.03.063", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53421", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53413, + "usage_id": 223 + }, + "5109.03.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "064, Installationsschacht", "arch_name": "064@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53421", - "roomcode": "5109.03.064", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53565", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53421, + "usage_id": 120 + }, + "5109.03.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "065, Sanit\u00e4r", "arch_name": "065@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53565", - "roomcode": "5109.03.065", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53573", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53565, + "usage_id": 37 + }, + "5109.03.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "066, Sanit\u00e4r", "arch_name": "066@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53573", - "roomcode": "5109.03.066", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53587", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53573, + "usage_id": 37 + }, + "5109.03.067": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "067, Sanit\u00e4r", "arch_name": "067@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53587", - "roomcode": "5109.03.067", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53732", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53587, + "usage_id": 37 + }, + "5109.03.068": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "068, Sanit\u00e4r", "arch_name": "068@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53732", - "roomcode": "5109.03.068", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53749", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53732, + "usage_id": 37 + }, + "5109.03.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "069, Installationsschacht", "arch_name": "069@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53749", - "roomcode": "5109.03.069", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53766", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53749, + "usage_id": 120 + }, + "5109.03.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "070, Installationsschacht", "arch_name": "070@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53766", - "roomcode": "5109.03.070", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=53902", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53766, + "usage_id": 120 + }, + "5109.03.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "071, Installationsschacht", "arch_name": "071@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53902", - "roomcode": "5109.03.071", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=53914", + "area_id": 35, + "building_id": 872, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53902, + "usage_id": 120 + }, + "5109.04.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, Raumlufttechnik", "arch_name": "001@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53914", - "roomcode": "5109.04.001", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=53924", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53914, + "usage_id": 32 + }, + "5109.04.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, Aufzugs-/F\u00f6rderanlage", "arch_name": "002@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53924", - "roomcode": "5109.04.002", - "usage": 5 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=51151", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53924, + "usage_id": 5 + }, + "5109.04.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, Raumlufttechnik", "arch_name": "003@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51151", - "roomcode": "5109.04.003", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=51161", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51151, + "usage_id": 32 + }, + "5109.04.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, Aufzugs-/F\u00f6rderanlage", "arch_name": "004@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51161", - "roomcode": "5109.04.004", - "usage": 5 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=51172", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51161, + "usage_id": 5 + }, + "5109.04.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, Raumlufttechnik", "arch_name": "005@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51172", - "roomcode": "5109.04.005", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=51184", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51172, + "usage_id": 32 + }, + "5109.04.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, Treppenraum", "arch_name": "006@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51184", - "roomcode": "5109.04.006", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=51326", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51184, + "usage_id": 223 + }, + "5109.04.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Treppenraum", "arch_name": "007@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51326", - "roomcode": "5109.04.007", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45330", + "area_id": 35, + "building_id": 872, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51326, + "usage_id": 223 + }, + "5109.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, Besprechungsraum", "arch_name": "001@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45330", - "roomcode": "5109.EG.001", - "usage": 196 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45344", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45330, + "usage_id": 196 + }, + "5109.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45344", - "roomcode": "5109.EG.002", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45355", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45344, + "usage_id": 12 + }, + "5109.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45355", - "roomcode": "5109.EG.003", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45365", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45355, + "usage_id": 12 + }, + "5109.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45365", - "roomcode": "5109.EG.004", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45516", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45365, + "usage_id": 12 + }, + "5109.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45516", - "roomcode": "5109.EG.005", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45529", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45516, + "usage_id": 12 + }, + "5109.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, Schleuse", "arch_name": "006@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45529", - "roomcode": "5109.EG.006", - "usage": 105 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45542", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45529, + "usage_id": 105 + }, + "5109.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Fotolabor", "arch_name": "007@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45542", - "roomcode": "5109.EG.007", - "usage": 104 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45553", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45542, + "usage_id": 104 + }, + "5109.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "008, Physikalischer Messraum, Analytik", "arch_name": "008@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45553", - "roomcode": "5109.EG.008", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45704", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45553, + "usage_id": 103 + }, + "5109.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "009, Physikalischer Messraum, Analytik", "arch_name": "009@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45704", - "roomcode": "5109.EG.009", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45715", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45704, + "usage_id": 103 + }, + "5109.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "010, Physikalischer Messraum, Analytik", "arch_name": "010@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45715", - "roomcode": "5109.EG.010", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45733", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45715, + "usage_id": 103 + }, + "5109.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "011, EDV-Kleinrechner", "arch_name": "011@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45733", - "roomcode": "5109.EG.011", - "usage": 207 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45883", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45733, + "usage_id": 207 + }, + "5109.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "012, Labor", "arch_name": "012@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45883", - "roomcode": "5109.EG.012", - "usage": 102 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45891", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45883, + "usage_id": 102 + }, + "5109.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "013, Labor", "arch_name": "013@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45891", - "roomcode": "5109.EG.013", - "usage": 102 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45909", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45891, + "usage_id": 102 + }, + "5109.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "014, Physikalischer Messraum, Analytik", "arch_name": "014@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45909", - "roomcode": "5109.EG.014", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46062", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45909, + "usage_id": 103 + }, + "5109.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "015, Physiklabor", "arch_name": "015@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46062", - "roomcode": "5109.EG.015", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46073", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46062, + "usage_id": 103 + }, + "5109.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "016, B\u00fcro", "arch_name": "016@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46073", - "roomcode": "5109.EG.016", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46083", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46073, + "usage_id": 12 + }, + "5109.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "017, Labor", "arch_name": "017@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46083", - "roomcode": "5109.EG.017", - "usage": 102 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46098", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46083, + "usage_id": 102 + }, + "5109.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "018, Schleuse", "arch_name": "018@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46098", - "roomcode": "5109.EG.018", - "usage": 105 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46254", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46098, + "usage_id": 105 + }, + "5109.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "019, Kernphysiklabor", "arch_name": "019@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46254", - "roomcode": "5109.EG.019", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46271", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46254, + "usage_id": 103 + }, + "5109.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "020, Laber mit Strahlenschutz", "arch_name": "020@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46271", - "roomcode": "5109.EG.020", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46425", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46271, + "usage_id": 30 + }, + "5109.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "021, Technologisches Labor", "arch_name": "021@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46425", - "roomcode": "5109.EG.021", - "usage": 194 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46442", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46425, + "usage_id": 194 + }, + "5109.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "022, Technologisches Labor", "arch_name": "022@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46442", - "roomcode": "5109.EG.022", - "usage": 194 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46458", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46442, + "usage_id": 194 + }, + "5109.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "023, Technologisches Labor", "arch_name": "023@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46458", - "roomcode": "5109.EG.023", - "usage": 194 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46615", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46458, + "usage_id": 194 + }, + "5109.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "024, B\u00fcro", "arch_name": "024@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46615", - "roomcode": "5109.EG.024", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46633", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46615, + "usage_id": 12 + }, + "5109.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "025, B\u00fcro", "arch_name": "025@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46633", - "roomcode": "5109.EG.025", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46643", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46633, + "usage_id": 12 + }, + "5109.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "026, Physiklabor", "arch_name": "026@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46643", - "roomcode": "5109.EG.026", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46653", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46643, + "usage_id": 103 + }, + "5109.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "027, Lager", "arch_name": "027@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46653", - "roomcode": "5109.EG.027", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46802", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46653, + "usage_id": 30 + }, + "5109.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "028, B\u00fcro", "arch_name": "028@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46802", - "roomcode": "5109.EG.028", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46819", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46802, + "usage_id": 12 + }, + "5109.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "029, B\u00fcro", "arch_name": "029@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46819", - "roomcode": "5109.EG.029", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46831", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46819, + "usage_id": 12 + }, + "5109.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "030, B\u00fcro", "arch_name": "030@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46831", - "roomcode": "5109.EG.030", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46980", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46831, + "usage_id": 12 + }, + "5109.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "031, B\u00fcro", "arch_name": "031@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46980", - "roomcode": "5109.EG.031", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=46993", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46980, + "usage_id": 12 + }, + "5109.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "032, B\u00fcro", "arch_name": "032@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46993", - "roomcode": "5109.EG.032", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=47012", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46993, + "usage_id": 12 + }, + "5109.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "033, B\u00fcro", "arch_name": "033@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47012", - "roomcode": "5109.EG.033", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44292", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47012, + "usage_id": 12 + }, + "5109.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "034, B\u00fcro", "arch_name": "034@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44292", - "roomcode": "5109.EG.034", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44303", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44292, + "usage_id": 12 + }, + "5109.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "035, Lager", "arch_name": "035@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44303", - "roomcode": "5109.EG.035", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44321", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44303, + "usage_id": 30 + }, + "5109.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "036, B\u00fcro", "arch_name": "036@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44321", - "roomcode": "5109.EG.036", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44481", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44321, + "usage_id": 12 + }, + "5109.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "037, B\u00fcro", "arch_name": "037@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44481", - "roomcode": "5109.EG.037", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44500", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44481, + "usage_id": 12 + }, + "5109.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "038, B\u00fcro", "arch_name": "038@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44500", - "roomcode": "5109.EG.038", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44514", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44500, + "usage_id": 12 + }, + "5109.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "039, B\u00fcro", "arch_name": "039@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44514", - "roomcode": "5109.EG.039", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44675", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44514, + "usage_id": 12 + }, + "5109.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "040, Elektroniklabor", "arch_name": "040@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44675", - "roomcode": "5109.EG.040", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44690", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44675, + "usage_id": 103 + }, + "5109.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "041, Lager", "arch_name": "041@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44690", - "roomcode": "5109.EG.041", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44837", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44690, + "usage_id": 30 + }, + "5109.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "042, Teilk\u00fcche", "arch_name": "042@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44837", - "roomcode": "5109.EG.042", - "usage": 28 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44848", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44837, + "usage_id": 28 + }, + "5109.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "043, Metallwerkstatt", "arch_name": "043@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44848", - "roomcode": "5109.EG.043", - "usage": 108 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44861", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44848, + "usage_id": 108 + }, + "5109.EG.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "044, Einzelwohnraum", "arch_name": "044@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44861", - "roomcode": "5109.EG.044", - "usage": 53 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45191", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44861, + "usage_id": 53 + }, + "5109.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "050, Flur", "arch_name": "050@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45191", - "roomcode": "5109.EG.050", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45203", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45191, + "usage_id": 222 + }, + "5109.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "051, Flur", "arch_name": "051@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45203", - "roomcode": "5109.EG.051", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45218", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45203, + "usage_id": 222 + }, + "5109.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "052, Flur", "arch_name": "052@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45218", - "roomcode": "5109.EG.052", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45238", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45218, + "usage_id": 222 + }, + "5109.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "053, Flur", "arch_name": "053@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45238", - "roomcode": "5109.EG.053", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45749", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45238, + "usage_id": 222 + }, + "5109.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "054, Flur", "arch_name": "054@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45749", - "roomcode": "5109.EG.054", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45767", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45749, + "usage_id": 222 + }, + "5109.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "055, Aufzug", "arch_name": "055@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45767", - "roomcode": "5109.EG.055", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45781", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45767, + "usage_id": 4 + }, + "5109.EG.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "056, Treppenraum", "arch_name": "056@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45781", - "roomcode": "5109.EG.056", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45384", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45781, + "usage_id": 223 + }, + "5109.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "057, Flur", "arch_name": "057@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45384", - "roomcode": "5109.EG.057", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45400", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45384, + "usage_id": 222 + }, + "5109.EG.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "058, Flur", "arch_name": "058@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45400", - "roomcode": "5109.EG.058", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45406", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45400, + "usage_id": 222 + }, + "5109.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "059, Installationsschacht", "arch_name": "059@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45406", - "roomcode": "5109.EG.059", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45013", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45406, + "usage_id": 120 + }, + "5109.EG.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "060, Flur", "arch_name": "060@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45013", - "roomcode": "5109.EG.060", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45025", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45013, + "usage_id": 222 + }, + "5109.EG.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "061, Installationsschacht", "arch_name": "061@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45025", - "roomcode": "5109.EG.061", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45041", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45025, + "usage_id": 120 + }, + "5109.EG.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "062, Installationsschacht", "arch_name": "062@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45041", - "roomcode": "5109.EG.062", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45056", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45041, + "usage_id": 120 + }, + "5109.EG.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "063, Flur", "arch_name": "063@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45056", - "roomcode": "5109.EG.063", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45572", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45056, + "usage_id": 222 + }, + "5109.EG.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "064, Flur", "arch_name": "064@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45572", - "roomcode": "5109.EG.064", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45589", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45572, + "usage_id": 222 + }, + "5109.EG.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "065, Flur", "arch_name": "065@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45589", - "roomcode": "5109.EG.065", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52725", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45589, + "usage_id": 222 + }, + "5109.EG.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "066, Sanit\u00e4r", "arch_name": "066@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52725", - "roomcode": "5109.EG.066", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52738", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52725, + "usage_id": 37 + }, + "5109.EG.067": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "067, Sanit\u00e4r", "arch_name": "067@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52738", - "roomcode": "5109.EG.067", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52750", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52738, + "usage_id": 37 + }, + "5109.EG.068": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "068, Sanit\u00e4r", "arch_name": "068@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52750", - "roomcode": "5109.EG.068", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52767", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52750, + "usage_id": 37 + }, + "5109.EG.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "069, Sanit\u00e4r", "arch_name": "069@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52767", - "roomcode": "5109.EG.069", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52913", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52767, + "usage_id": 37 + }, + "5109.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "070, Windfang", "arch_name": "070@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52913", - "roomcode": "5109.EG.070", - "usage": 52 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52928", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52913, + "usage_id": 52 + }, + "5109.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "071, Windfang", "arch_name": "071@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52928", - "roomcode": "5109.EG.071", - "usage": 52 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=52941", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52928, + "usage_id": 52 + }, + "5109.EG.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "072, Flur", "arch_name": "072@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52941", - "roomcode": "5109.EG.072", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53084", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52941, + "usage_id": 222 + }, + "5109.EG.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "073, Treppenraum", "arch_name": "073@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53084", - "roomcode": "5109.EG.073", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53099", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53084, + "usage_id": 223 + }, + "5109.EG.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "074, Flur", "arch_name": "074@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53099", - "roomcode": "5109.EG.074", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53113", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53099, + "usage_id": 222 + }, + "5109.EG.075": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "075, Aufzug", "arch_name": "075@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53113", - "roomcode": "5109.EG.075", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53250", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53113, + "usage_id": 4 + }, + "5109.EG.076": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "076, Flur", "arch_name": "076@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53250", - "roomcode": "5109.EG.076", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53261", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53250, + "usage_id": 222 + }, + "5109.EG.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "077, Flur", "arch_name": "077@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53261", - "roomcode": "5109.EG.077", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53278", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53261, + "usage_id": 222 + }, + "5109.EG.078": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "078, Flur", "arch_name": "078@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53278", - "roomcode": "5109.EG.078", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53430", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53278, + "usage_id": 222 + }, + "5109.EG.079": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "079, Flur", "arch_name": "079@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53430", - "roomcode": "5109.EG.079", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53446", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53430, + "usage_id": 222 + }, + "5109.EG.080": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "080, Installationsschacht", "arch_name": "080@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53446", - "roomcode": "5109.EG.080", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=53459", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53446, + "usage_id": 120 + }, + "5109.EG.081": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "081, Flur", "arch_name": "081@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53459", - "roomcode": "5109.EG.081", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46410", + "area_id": 35, + "building_id": 872, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53459, + "usage_id": 222 + }, + "5109.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, Lager", "arch_name": "001@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46410", - "roomcode": "5109.U1.001", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46420", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46410, + "usage_id": 30 + }, + "5109.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, Lager", "arch_name": "002@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46420", - "roomcode": "5109.U1.002", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46563", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46420, + "usage_id": 30 + }, + "5109.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, Lager", "arch_name": "003@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46563", - "roomcode": "5109.U1.003", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46573", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46563, + "usage_id": 30 + }, + "5109.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, Lager", "arch_name": "004@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46573", - "roomcode": "5109.U1.004", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46586", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46573, + "usage_id": 30 + }, + "5109.U1.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004A, Wasserversorgung", "arch_name": "004A@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46586", - "roomcode": "5109.U1.004A", - "usage": 183 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46596", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46586, + "usage_id": 183 + }, + "5109.U1.004B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004B, Gas-/Fl\u00fcssigkeitserzeugung", "arch_name": "004B@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46596", - "roomcode": "5109.U1.004B", - "usage": 17 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46748", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46596, + "usage_id": 17 + }, + "5109.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, Wasserversorgung", "arch_name": "005@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46748", - "roomcode": "5109.U1.005", - "usage": 182 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46761", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46748, + "usage_id": 182 + }, + "5109.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, Lager", "arch_name": "006@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46761", - "roomcode": "5109.U1.006", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46773", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46761, + "usage_id": 30 + }, + "5109.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Lager", "arch_name": "007@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46773", - "roomcode": "5109.U1.007", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46779", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46773, + "usage_id": 30 + }, + "5109.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "008, Lager", "arch_name": "008@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46779", - "roomcode": "5109.U1.008", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46790", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46779, + "usage_id": 30 + }, + "5109.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "009, Abwasseraufbereit./-beseitig.", "arch_name": "009@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46790", - "roomcode": "5109.U1.009", - "usage": 182 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46937", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46790, + "usage_id": 182 + }, + "5109.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "010, Abwasseraufbereit./-beseitig.", "arch_name": "010@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46937", - "roomcode": "5109.U1.010", - "usage": 182 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46947", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46937, + "usage_id": 182 + }, + "5109.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "011, Raumlufttechnik", "arch_name": "011@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46947", - "roomcode": "5109.U1.011", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46956", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46947, + "usage_id": 32 + }, + "5109.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "012, Gas-/Fl\u00fcssigkeitserzeugung", "arch_name": "012@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46956", - "roomcode": "5109.U1.012", - "usage": 17 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46969", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46956, + "usage_id": 17 + }, + "5109.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "013, Heizung/Brauchwasser", "arch_name": "013@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46969", - "roomcode": "5109.U1.013", - "usage": 182 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44441", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46969, + "usage_id": 182 + }, + "5109.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "014, Gas-/Fl\u00fcssigkeitserzeugung", "arch_name": "014@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44441", - "roomcode": "5109.U1.014", - "usage": 17 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44455", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44441, + "usage_id": 17 + }, + "5109.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "015, Lager mit Strahlenschutz", "arch_name": "015@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44455", - "roomcode": "5109.U1.015", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44463", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44455, + "usage_id": 30 + }, + "5109.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "016, Lager", "arch_name": "016@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44463", - "roomcode": "5109.U1.016", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44473", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44463, + "usage_id": 30 + }, + "5109.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "017, Physikalischer Messraum, Analytik", "arch_name": "017@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44473", - "roomcode": "5109.U1.017", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44619", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44473, + "usage_id": 103 + }, + "5109.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "018, Lager", "arch_name": "018@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44619", - "roomcode": "5109.U1.018", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44633", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44619, + "usage_id": 30 + }, + "5109.U1.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "050, Flur", "arch_name": "050@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44633", - "roomcode": "5109.U1.050", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44643", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44633, + "usage_id": 222 + }, + "5109.U1.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "051, Flur", "arch_name": "051@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44643", - "roomcode": "5109.U1.051", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44786", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44643, + "usage_id": 222 + }, + "5109.U1.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "052, Flur", "arch_name": "052@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44786", - "roomcode": "5109.U1.052", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44803", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44786, + "usage_id": 222 + }, + "5109.U1.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "053, Flur", "arch_name": "053@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44803", - "roomcode": "5109.U1.053", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44813", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44803, + "usage_id": 222 + }, + "5109.U1.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "054, Flur", "arch_name": "054@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44813", - "roomcode": "5109.U1.054", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44825", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44813, + "usage_id": 222 + }, + "5109.U1.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "055, Flur", "arch_name": "055@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44825", - "roomcode": "5109.U1.055", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44974", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44825, + "usage_id": 222 + }, + "5109.U1.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "056, Flur", "arch_name": "056@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44974", - "roomcode": "5109.U1.056", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44981", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44974, + "usage_id": 222 + }, + "5109.U1.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "057, Flur", "arch_name": "057@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44981", - "roomcode": "5109.U1.057", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=44996", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44981, + "usage_id": 222 + }, + "5109.U1.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "058, Aufzug", "arch_name": "058@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44996", - "roomcode": "5109.U1.058", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45008", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44996, + "usage_id": 4 + }, + "5109.U1.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "059, Aufzug", "arch_name": "059@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45008", - "roomcode": "5109.U1.059", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45160", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45008, + "usage_id": 4 + }, + "5109.U1.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "060, Treppenraum", "arch_name": "060@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45160", - "roomcode": "5109.U1.060", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45173", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45160, + "usage_id": 223 + }, + "5109.U1.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "061, Treppenraum", "arch_name": "061@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45173", - "roomcode": "5109.U1.061", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45187", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45173, + "usage_id": 223 + }, + "5109.U1.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "062, Flur", "arch_name": "062@5109", - "b_area_id": 35, - "b_filter_id": 872, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45187", - "roomcode": "5109.U1.062", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12720", + "area_id": 35, + "building_id": 872, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45187, + "usage_id": 222 + }, + "5111.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1101, B\u00fcro", "arch_name": "1101@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12720", - "roomcode": "5111.01.101", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12726", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12720, + "usage_id": 12 + }, + "5111.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1102, B\u00fcro", "arch_name": "1102@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12726", - "roomcode": "5111.01.102", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=48985", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12726, + "usage_id": 12 + }, + "5111.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1103, Datenraum", "arch_name": "1103@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48985", - "roomcode": "5111.01.103", - "usage": 110 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12790", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48985, + "usage_id": 110 + }, + "5111.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1104, B\u00fcro", "arch_name": "1104@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12790", - "roomcode": "5111.01.104", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49136", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12790, + "usage_id": 12 + }, + "5111.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1105, Registratur", "arch_name": "1105@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49136", - "roomcode": "5111.01.105", - "usage": 2 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12800", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49136, + "usage_id": 2 + }, + "5111.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1106, B\u00fcro", "arch_name": "1106@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12800", - "roomcode": "5111.01.106", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49155", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12800, + "usage_id": 12 + }, + "5111.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1107, Besprechungsraum", "arch_name": "1107@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49155", - "roomcode": "5111.01.107", - "usage": 196 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12858", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49155, + "usage_id": 196 + }, + "5111.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1108, Sekretariat", "arch_name": "1108@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12858", - "roomcode": "5111.01.108", - "usage": 40 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12862", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12858, + "usage_id": 40 + }, + "5111.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1109, Ordinarius", "arch_name": "1109@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12862", - "roomcode": "5111.01.109", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12864", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12862, + "usage_id": 12 + }, + "5111.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1110, B\u00fcro", "arch_name": "1110@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12864", - "roomcode": "5111.01.110", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12868", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12864, + "usage_id": 12 + }, + "5111.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1111, B\u00fcro", "arch_name": "1111@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12868", - "roomcode": "5111.01.111", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12874", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12868, + "usage_id": 12 + }, + "5111.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1112, B\u00fcro", "arch_name": "1112@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12874", - "roomcode": "5111.01.112", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12915", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12874, + "usage_id": 12 + }, + "5111.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1113, B\u00fcro", "arch_name": "1113@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12915", - "roomcode": "5111.01.113", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12918", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12915, + "usage_id": 12 + }, + "5111.01.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1114, B\u00fcro", "arch_name": "1114@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12918", - "roomcode": "5111.01.114", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49480", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12918, + "usage_id": 12 + }, + "5111.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1115, Handbibliothek", "arch_name": "1115@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49480", - "roomcode": "5111.01.115", - "usage": 10 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49491", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49480, + "usage_id": 10 + }, + "5111.01.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1116, Seminarraum", "arch_name": "1116@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": "tvKalender.wSicht?cOrg=15074&cRes=18482&cReadonly=J", - "extended": { - "additional_description": "1116, Seminarraum", - "address": "Am Coulombwall 3(5111), 1.Obergescho\u00df", - "architect_room_nr": "1116@5111", - "area_m2": 69.76, - "building": "5111 Siedlungswasserwirtschaft", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "116", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49491", - "roomcode": "5111.01.116", - "usage": 41 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49624", + "area_id": 35, + "building_id": 790, + "calendar_resource_nr": 18482, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49491, + "usage_id": 41 + }, + "5111.01.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1117, Installationsschacht", "arch_name": "1117@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49624", - "roomcode": "5111.01.117", - "usage": 120 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49632", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49624, + "usage_id": 120 + }, + "5111.01.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1118, Kopier- / Druckerraum", "arch_name": "1118@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49632", - "roomcode": "5111.01.118", - "usage": 110 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=17243", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49632, + "usage_id": 110 + }, + "5111.01.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1119, Waschraum-Herren", "arch_name": "1119@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17243", - "roomcode": "5111.01.119", - "usage": 115 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49656", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17243, + "usage_id": 115 + }, + "5111.01.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1120, Waschraum-Damen", "arch_name": "1120@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49656", - "roomcode": "5111.01.120", - "usage": 116 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49778", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49656, + "usage_id": 116 + }, + "5111.01.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1121, Treppenraum", "arch_name": "1121@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49778", - "roomcode": "5111.01.121", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49786", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49778, + "usage_id": 222 + }, + "5111.01.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1122, Putzraum", "arch_name": "1122@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49786", - "roomcode": "5111.01.122", - "usage": 205 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49796", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49786, + "usage_id": 205 + }, + "5111.01.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1123, Teek\u00fcche", "arch_name": "1123@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49796", - "roomcode": "5111.01.123", - "usage": 198 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49802", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49796, + "usage_id": 198 + }, + "5111.01.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1124, Besprechungsraum", "arch_name": "1124@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49802", - "roomcode": "5111.01.124", - "usage": 196 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49815", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49802, + "usage_id": 196 + }, + "5111.01.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1125, Mikroskopie", "arch_name": "1125@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49815", - "roomcode": "5111.01.125", - "usage": 102 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49946", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49815, + "usage_id": 102 + }, + "5111.01.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1126, B\u00fcro", "arch_name": "1126@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49946", - "roomcode": "5111.01.126", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49953", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49946, + "usage_id": 12 + }, + "5111.01.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1127, B\u00fcro", "arch_name": "1127@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49953", - "roomcode": "5111.01.127", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13061", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49953, + "usage_id": 12 + }, + "5111.01.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1128, B\u00fcro", "arch_name": "1128@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13061", - "roomcode": "5111.01.128", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13119", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13061, + "usage_id": 12 + }, + "5111.01.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1129, B\u00fcro", "arch_name": "1129@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13119", - "roomcode": "5111.01.129", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13125", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13119, + "usage_id": 12 + }, + "5111.01.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1130, B\u00fcro", "arch_name": "1130@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13125", - "roomcode": "5111.01.130", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13128", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13125, + "usage_id": 12 + }, + "5111.01.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1131, B\u00fcro", "arch_name": "1131@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13128", - "roomcode": "5111.01.131", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13131", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13128, + "usage_id": 12 + }, + "5111.01.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1132, B\u00fcro", "arch_name": "1132@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13131", - "roomcode": "5111.01.132", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50122", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13131, + "usage_id": 12 + }, + "5111.01.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1134, Flur", "arch_name": "1134@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50122", - "roomcode": "5111.01.134", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50127", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50122, + "usage_id": 222 + }, + "5111.01.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1135, Flur", "arch_name": "1135@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50127", - "roomcode": "5111.01.135", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50146", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50127, + "usage_id": 222 + }, + "5111.01.137": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1137, Abstellraum", "arch_name": "1137@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50146", - "roomcode": "5111.01.137", - "usage": 159 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50277", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50146, + "usage_id": 159 + }, + "5111.01.138": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1138, Treppenraum", "arch_name": "1138@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50277", - "roomcode": "5111.01.138", - "usage": 223 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50288", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50277, + "usage_id": 223 + }, + "5111.01.139": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1139, Flur", "arch_name": "1139@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50288", - "roomcode": "5111.01.139", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50297", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50288, + "usage_id": 222 + }, + "5111.01.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1140, Galerie/Versuchshalle", "arch_name": "1140@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50297", - "roomcode": "5111.01.140", - "usage": 206 - }, - { - "address": "Am Coulombwall 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=50308", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50297, + "usage_id": 206 + }, + "5111.01.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "1141, Galerie/Versuchshalle", "arch_name": "1141@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50308", - "roomcode": "5111.01.141", - "usage": 206 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50440", + "area_id": 35, + "building_id": 790, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50308, + "usage_id": 206 + }, + "5111.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2102, Installationsschacht", "arch_name": "2102@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50440", - "roomcode": "5111.02.202", - "usage": 120 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50457", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50440, + "usage_id": 120 + }, + "5111.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2103, Klimatechnik", "arch_name": "2103@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50457", - "roomcode": "5111.02.203", - "usage": 32 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50467", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50457, + "usage_id": 32 + }, + "5111.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2104, Maschinenaufzug", "arch_name": "2104@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50467", - "roomcode": "5111.02.204", - "usage": 5 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50474", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50467, + "usage_id": 5 + }, + "5111.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2105, Treppenraum", "arch_name": "2105@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50474", - "roomcode": "5111.02.205", - "usage": 223 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50609", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50474, + "usage_id": 223 + }, + "5111.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2106, Flur", "arch_name": "2106@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50609", - "roomcode": "5111.02.206", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=50620", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50609, + "usage_id": 222 + }, + "5111.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2107, Speicher f. Erweiterung", "arch_name": "2107@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50620", - "roomcode": "5111.02.207", - "usage": 159 - }, - { - "address": "Am Coulombwall 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=15964", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50620, + "usage_id": 159 + }, + "5111.02.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2108, Archiv/Dach", "arch_name": "2108@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15964", - "roomcode": "5111.02.208", - "usage": 2 - }, - { - "address": "Am Coulombwall 3, DG", - "address_link": "ris.einzelraum?raumkey=62785", + "area_id": 35, + "building_id": 790, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15964, + "usage_id": 2 + }, + "5111.DG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2103, RLT", "arch_name": "2103@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62785", - "roomcode": "5111.DG.203", - "usage": 32 - }, - { - "address": "Am Coulombwall 3, DG", - "address_link": "ris.einzelraum?raumkey=62783", + "area_id": 35, + "building_id": 790, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62785, + "usage_id": 32 + }, + "5111.DG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2104, Aufz./F\u00f6rderan.", "arch_name": "2104@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62783", - "roomcode": "5111.DG.204", - "usage": 5 - }, - { - "address": "Am Coulombwall 3, DG", - "address_link": "ris.einzelraum?raumkey=62787", + "area_id": 35, + "building_id": 790, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62783, + "usage_id": 5 + }, + "5111.DG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2106, Flur", "arch_name": "2106@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62787", - "roomcode": "5111.DG.206", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, DG", - "address_link": "ris.einzelraum?raumkey=62784", + "area_id": 35, + "building_id": 790, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62787, + "usage_id": 222 + }, + "5111.DG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2107, Abstellraum", "arch_name": "2107@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62784", - "roomcode": "5111.DG.207", - "usage": 159 - }, - { - "address": "Am Coulombwall 3, DG", - "address_link": "ris.einzelraum?raumkey=62786", + "area_id": 35, + "building_id": 790, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62784, + "usage_id": 159 + }, + "5111.DG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "2108, Archiv", "arch_name": "2108@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62786", - "roomcode": "5111.DG.208", - "usage": 2 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50233", + "area_id": 35, + "building_id": 790, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62786, + "usage_id": 2 + }, + "5111.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0101, Versuchshalle", "arch_name": "0101@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50233", - "roomcode": "5111.EG.001", - "usage": 49 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=61819", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50233, + "usage_id": 49 + }, + "5111.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0101A, Treppe", "arch_name": "0101A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61819", - "roomcode": "5111.EG.001A", - "usage": 223 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50246", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61819, + "usage_id": 223 + }, + "5111.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0102, Schleuse", "arch_name": "0102@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50246", - "roomcode": "5111.EG.002", - "usage": 105 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=28870", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50246, + "usage_id": 105 + }, + "5111.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0103, Werkstatt/Mechanik", "arch_name": "0103@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28870", - "roomcode": "5111.EG.003", - "usage": 108 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50262", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28870, + "usage_id": 108 + }, + "5111.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0104, Holz- u.Kunststoffverarbeitung", "arch_name": "0104@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50262", - "roomcode": "5111.EG.004", - "usage": 107 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50396", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50262, + "usage_id": 107 + }, + "5111.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0105, Metallwerkstatt", "arch_name": "0105@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50396", - "roomcode": "5111.EG.005", - "usage": 108 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50410", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50396, + "usage_id": 108 + }, + "5111.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0106, Schleuse", "arch_name": "0106@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50410", - "roomcode": "5111.EG.006", - "usage": 105 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50421", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50410, + "usage_id": 105 + }, + "5111.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0107, Eingangshalle", "arch_name": "0107@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50421", - "roomcode": "5111.EG.007", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=61820", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50421, + "usage_id": 222 + }, + "5111.EG.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0107A, Windfang", "arch_name": "0107A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61820", - "roomcode": "5111.EG.007A", - "usage": 52 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50738", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61820, + "usage_id": 52 + }, + "5111.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0114, Erste-Hilfe-Raum", "arch_name": "0114@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50738", - "roomcode": "5111.EG.014", - "usage": 178 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50749", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50738, + "usage_id": 178 + }, + "5111.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0115, B\u00fcro", "arch_name": "0115@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50749", - "roomcode": "5111.EG.015", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=50925", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50749, + "usage_id": 12 + }, + "5111.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0120, Installationsschacht", "arch_name": "0120@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50925", - "roomcode": "5111.EG.020", - "usage": 120 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=51070", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50925, + "usage_id": 120 + }, + "5111.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0122, WC-Herren / Waschraum", "arch_name": "0122@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51070", - "roomcode": "5111.EG.022", - "usage": 115 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=51085", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51070, + "usage_id": 115 + }, + "5111.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0123, WC-Damen / Waschraum", "arch_name": "0123@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51085", - "roomcode": "5111.EG.023", - "usage": 116 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=51093", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51085, + "usage_id": 116 + }, + "5111.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0124, Putzraum", "arch_name": "0124@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51093", - "roomcode": "5111.EG.024", - "usage": 205 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=51104", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51093, + "usage_id": 205 + }, + "5111.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0125, Aufenthalt", "arch_name": "0125@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51104", - "roomcode": "5111.EG.025", - "usage": 44 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=48619", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51104, + "usage_id": 44 + }, + "5111.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0126, Teek\u00fcche", "arch_name": "0126@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48619", - "roomcode": "5111.EG.026", - "usage": 198 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=48792", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48619, + "usage_id": 198 + }, + "5111.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0131, Aufzug", "arch_name": "0131@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48792", - "roomcode": "5111.EG.031", - "usage": 4 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=48801", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48792, + "usage_id": 4 + }, + "5111.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0132, Abstellraum", "arch_name": "0132@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48801", - "roomcode": "5111.EG.032", - "usage": 159 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=48808", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48801, + "usage_id": 159 + }, + "5111.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0133, Treppenraum", "arch_name": "0133@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48808", - "roomcode": "5111.EG.033", - "usage": 223 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=48947", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48808, + "usage_id": 223 + }, + "5111.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0134, Flur", "arch_name": "0134@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48947", - "roomcode": "5111.EG.034", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=48953", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48947, + "usage_id": 222 + }, + "5111.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0135, Flur", "arch_name": "0135@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48953", - "roomcode": "5111.EG.035", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=62781", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48953, + "usage_id": 222 + }, + "5111.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0136, Transformatoren", "arch_name": "0136@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62781", - "roomcode": "5111.EG.036", - "usage": 160 - }, - { - "address": "Am Coulombwall 3, EG", - "address_link": "ris.einzelraum?raumkey=62782", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62781, + "usage_id": 160 + }, + "5111.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "0137, Transformatoren", "arch_name": "0137@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62782", - "roomcode": "5111.EG.037", - "usage": 160 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52044", + "area_id": 35, + "building_id": 790, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62782, + "usage_id": 160 + }, + "5111.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1101, Versuchshalle", "arch_name": "-1101@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52044", - "roomcode": "5111.U1.101", - "usage": 49 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52052", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52044, + "usage_id": 49 + }, + "5111.U1.101A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1101A, Bio-Labor", "arch_name": "-1101A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52052", - "roomcode": "5111.U1.101A", - "usage": 102 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=61818", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52052, + "usage_id": 102 + }, + "5111.U1.101B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1101B, Treppe", "arch_name": "-1101B@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61818", - "roomcode": "5111.U1.101B", - "usage": 223 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52060", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61818, + "usage_id": 223 + }, + "5111.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1102, Flur", "arch_name": "-1102@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52060", - "roomcode": "5111.U1.102", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52072", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52060, + "usage_id": 222 + }, + "5111.U1.102A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1102A, Bibliothek", "arch_name": "-1102A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52072", - "roomcode": "5111.U1.102A", - "usage": 2 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52556", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52072, + "usage_id": 2 + }, + "5111.U1.102B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1102B, Bio-Labor", "arch_name": "-1102B@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52556", - "roomcode": "5111.U1.102B", - "usage": 102 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=62776", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52556, + "usage_id": 102 + }, + "5111.U1.102C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1102C, K\u00fchlraum", "arch_name": "-1102C@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62776", - "roomcode": "5111.U1.102C", - "usage": 199 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=62777", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62776, + "usage_id": 199 + }, + "5111.U1.102D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1102D, K\u00fchlraum", "arch_name": "-1102D@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62777", - "roomcode": "5111.U1.102D", - "usage": 199 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52565", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62777, + "usage_id": 199 + }, + "5111.U1.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1103, Schleuse", "arch_name": "-1103@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52565", - "roomcode": "5111.U1.103", - "usage": 105 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52576", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52565, + "usage_id": 105 + }, + "5111.U1.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1104, Kompressorraum", "arch_name": "-1104@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52576", - "roomcode": "5111.U1.104", - "usage": 32 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=62778", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52576, + "usage_id": 32 + }, + "5111.U1.104A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1104A, Vorraum", "arch_name": "-1104A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62778", - "roomcode": "5111.U1.104A", - "usage": 50 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52588", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62778, + "usage_id": 50 + }, + "5111.U1.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1105, Treppenraum", "arch_name": "-1105@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52588", - "roomcode": "5111.U1.105", - "usage": 222 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52595", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52588, + "usage_id": 222 + }, + "5111.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1106, Blechlagerraum", "arch_name": "-1106@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52595", - "roomcode": "5111.U1.106", - "usage": 30 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52214", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52595, + "usage_id": 30 + }, + "5111.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1107, Waschraum-Herren", "arch_name": "-1107@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52214", - "roomcode": "5111.U1.107", - "usage": 210 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52222", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52214, + "usage_id": 210 + }, + "5111.U1.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1108, Waschraum-Damen", "arch_name": "-1108@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52222", - "roomcode": "5111.U1.108", - "usage": 210 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52233", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52222, + "usage_id": 210 + }, + "5111.U1.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1109, Lager", "arch_name": "-1109@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52233", - "roomcode": "5111.U1.109", - "usage": 30 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52244", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52233, + "usage_id": 30 + }, + "5111.U1.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1110, Technikraum", "arch_name": "-1110@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52244", - "roomcode": "5111.U1.110", - "usage": 120 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51872", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52244, + "usage_id": 120 + }, + "5111.U1.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1111, Wasseraufbereitung", "arch_name": "-1111@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51872", - "roomcode": "5111.U1.111", - "usage": 182 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51880", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51872, + "usage_id": 182 + }, + "5111.U1.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1112, Heizung", "arch_name": "-1112@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51880", - "roomcode": "5111.U1.112", - "usage": 201 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51894", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51880, + "usage_id": 201 + }, + "5111.U1.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1113, Kompressorraum", "arch_name": "-1113@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51894", - "roomcode": "5111.U1.113", - "usage": 120 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=51905", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51894, + "usage_id": 120 + }, + "5111.U1.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1114, Niederspannung", "arch_name": "-1114@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51905", - "roomcode": "5111.U1.114", - "usage": 160 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52385", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51905, + "usage_id": 160 + }, + "5111.U1.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1115, Fernmeldetechnik", "arch_name": "-1115@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52385", - "roomcode": "5111.U1.115", - "usage": 202 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=62779", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52385, + "usage_id": 202 + }, + "5111.U1.115A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1115A, Server", "arch_name": "-1115A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62779", - "roomcode": "5111.U1.115A", - "usage": 207 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52396", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62779, + "usage_id": 207 + }, + "5111.U1.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1116, Glas u. brennbare Stoffe", "arch_name": "-1116@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52396", - "roomcode": "5111.U1.116", - "usage": 30 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52404", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52396, + "usage_id": 30 + }, + "5111.U1.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1117, Chemikalien/S\u00e4urelager", "arch_name": "-1117@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52404", - "roomcode": "5111.U1.117", - "usage": 132 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=52415", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52404, + "usage_id": 132 + }, + "5111.U1.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1118, Mikroskopie", "arch_name": "-1118@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52415", - "roomcode": "5111.U1.118", - "usage": 102 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=62780", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52415, + "usage_id": 102 + }, + "5111.U1.118A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1118A, Schleuse", "arch_name": "-1118A@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62780", - "roomcode": "5111.U1.118A", - "usage": 105 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=50065", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62780, + "usage_id": 105 + }, + "5111.U1.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1119, B\u00fcro", "arch_name": "-1119@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50065", - "roomcode": "5111.U1.119", - "usage": 12 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=50076", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50065, + "usage_id": 12 + }, + "5111.U1.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1120, Treppenraum", "arch_name": "-1120@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50076", - "roomcode": "5111.U1.120", - "usage": 223 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=50089", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50076, + "usage_id": 223 + }, + "5111.U1.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1121, Aufzug", "arch_name": "-1121@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50089", - "roomcode": "5111.U1.121", - "usage": 4 - }, - { - "address": "Am Coulombwall 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=50222", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50089, + "usage_id": 4 + }, + "5111.U1.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "alt_name": "-1122, Abstellraum", "arch_name": "-1122@5111", - "b_area_id": 35, - "b_filter_id": 790, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15074", - "operator": "[ TUBVWGA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50222", - "roomcode": "5111.U1.122", - "usage": 159 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50334", + "area_id": 35, + "building_id": 790, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50222, + "usage_id": 159 + }, + "5112.01.201N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N201, Labor", "arch_name": "N201@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50334", - "roomcode": "5112.01.201N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50344", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50334, + "usage_id": 103 + }, + "5112.01.201S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S201, B\u00fcro", "arch_name": "S201@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50344", - "roomcode": "5112.01.201S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50479", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50344, + "usage_id": 12 + }, + "5112.01.202N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N202, Labor", "arch_name": "N202@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50479", - "roomcode": "5112.01.202N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50495", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50479, + "usage_id": 103 + }, + "5112.01.202S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S202, B\u00fcro", "arch_name": "S202@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50495", - "roomcode": "5112.01.202S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50504", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50495, + "usage_id": 12 + }, + "5112.01.203N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N203, Labor", "arch_name": "N203@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50504", - "roomcode": "5112.01.203N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50514", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50504, + "usage_id": 103 + }, + "5112.01.203S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S203, B\u00fcro", "arch_name": "S203@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50514", - "roomcode": "5112.01.203S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50649", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50514, + "usage_id": 12 + }, + "5112.01.204N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N204, Labor", "arch_name": "N204@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50649", - "roomcode": "5112.01.204N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13265", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50649, + "usage_id": 103 + }, + "5112.01.204S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S204, B\u00fcro", "arch_name": "S204@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13265", - "roomcode": "5112.01.204S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50668", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13265, + "usage_id": 12 + }, + "5112.01.205N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N205, Labor", "arch_name": "N205@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50668", - "roomcode": "5112.01.205N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13268", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50668, + "usage_id": 103 + }, + "5112.01.205S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S205, Prof.-B\u00fcro", "arch_name": "S205@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13268", - "roomcode": "5112.01.205S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50682", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13268, + "usage_id": 12 + }, + "5112.01.206N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N206, Labor", "arch_name": "N206@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50682", - "roomcode": "5112.01.206N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50820", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50682, + "usage_id": 103 + }, + "5112.01.206S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S206, Sekretariat", "arch_name": "S206@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50820", - "roomcode": "5112.01.206S", - "usage": 40 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50827", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50820, + "usage_id": 40 + }, + "5112.01.207N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N207, Labor", "arch_name": "N207@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50827", - "roomcode": "5112.01.207N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50834", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50827, + "usage_id": 103 + }, + "5112.01.207S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S207, Prof.-B\u00fcro", "arch_name": "S207@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": "tvKalender.wSicht?cOrg=16213&cRes=29412&cReadonly=J", - "list_index": "76", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50834", - "roomcode": "5112.01.207S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50846", + "area_id": 35, + "building_id": 791, + "calendar_resource_nr": 29412, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50834, + "usage_id": 12 + }, + "5112.01.208N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N208, Labor", "arch_name": "N208@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50846", - "roomcode": "5112.01.208N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50989", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50846, + "usage_id": 103 + }, + "5112.01.208S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S208, Besprechungsraum", "arch_name": "S208@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50989", - "roomcode": "5112.01.208S", - "usage": 196 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50998", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50989, + "usage_id": 196 + }, + "5112.01.209S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S209, Prof.-B\u00fcro", "arch_name": "S209@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50998", - "roomcode": "5112.01.209S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51007", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50998, + "usage_id": 12 + }, + "5112.01.210N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N210, Labor", "arch_name": "N210@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51007", - "roomcode": "5112.01.210N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51016", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51007, + "usage_id": 103 + }, + "5112.01.210S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S210, Sekretariat", "arch_name": "S210@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51016", - "roomcode": "5112.01.210S", - "usage": 40 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51025", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51016, + "usage_id": 40 + }, + "5112.01.211A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "211A, Technikraum", "arch_name": "211A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51025", - "roomcode": "5112.01.211A", - "usage": 32 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48701", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51025, + "usage_id": 32 + }, + "5112.01.211B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "211B, Server", "arch_name": "211B@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48701", - "roomcode": "5112.01.211B", - "usage": 207 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48707", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48701, + "usage_id": 207 + }, + "5112.01.211C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "211C, WC-Damen", "arch_name": "211C@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48707", - "roomcode": "5112.01.211C", - "usage": 116 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48716", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48707, + "usage_id": 116 + }, + "5112.01.211S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S211, Prof.-B\u00fcro", "arch_name": "S211@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48716", - "roomcode": "5112.01.211S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48723", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48716, + "usage_id": 12 + }, + "5112.01.212N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N212, Labor", "arch_name": "N212@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48723", - "roomcode": "5112.01.212N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48730", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48723, + "usage_id": 103 + }, + "5112.01.212S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S212, B\u00fcro", "arch_name": "S212@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48730", - "roomcode": "5112.01.212S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48737", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48730, + "usage_id": 12 + }, + "5112.01.213S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S213, B\u00fcro", "arch_name": "S213@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48737", - "roomcode": "5112.01.213S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48865", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48737, + "usage_id": 12 + }, + "5112.01.214N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N214, Chemielabor", "arch_name": "N214@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48865", - "roomcode": "5112.01.214N", - "usage": 102 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48872", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48865, + "usage_id": 102 + }, + "5112.01.214S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S214, B\u00fcro", "arch_name": "S214@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48872", - "roomcode": "5112.01.214S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48879", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48872, + "usage_id": 12 + }, + "5112.01.215S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S215, B\u00fcro", "arch_name": "S215@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48879", - "roomcode": "5112.01.215S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48883", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48879, + "usage_id": 12 + }, + "5112.01.216N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N216, Technologielabor", "arch_name": "N216@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48883", - "roomcode": "5112.01.216N", - "usage": 102 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48888", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48883, + "usage_id": 102 + }, + "5112.01.218N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N218, Labor", "arch_name": "N218@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48888", - "roomcode": "5112.01.218N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48892", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48888, + "usage_id": 103 + }, + "5112.01.220N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N220, Labor", "arch_name": "N220@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48892", - "roomcode": "5112.01.220N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48899", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15379, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48892, + "usage_id": 103 + }, + "5112.01.222N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N222, Labor", "arch_name": "N222@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48899", - "roomcode": "5112.01.222N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49031", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15379, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48899, + "usage_id": 103 + }, + "5112.01.223N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N223, WC-Herren", "arch_name": "N223@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49031", - "roomcode": "5112.01.223N", - "usage": 115 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49038", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49031, + "usage_id": 115 + }, + "5112.01.224N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N224, WC-Herren", "arch_name": "N224@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49038", - "roomcode": "5112.01.224N", - "usage": 115 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49042", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49038, + "usage_id": 115 + }, + "5112.01.225N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N225, WC-Damen", "arch_name": "N225@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49042", - "roomcode": "5112.01.225N", - "usage": 116 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49047", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49042, + "usage_id": 116 + }, + "5112.01.250N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N250, Treppenflur", "arch_name": "N250@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49047", - "roomcode": "5112.01.250N", - "usage": 223 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49053", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49047, + "usage_id": 223 + }, + "5112.01.251N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N251, Flur", "arch_name": "N251@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49053", - "roomcode": "5112.01.251N", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49061", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49053, + "usage_id": 222 + }, + "5112.01.251S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S251, Flur", "arch_name": "S251@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49061", - "roomcode": "5112.01.251S", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49069", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49061, + "usage_id": 222 + }, + "5112.01.260N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N260, Aufzug", "arch_name": "N260@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49069", - "roomcode": "5112.01.260N", - "usage": 4 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49074", + "area_id": 35, + "building_id": 791, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49069, + "usage_id": 4 + }, + "5112.02.301S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S301, B\u00fcro", "arch_name": "S301@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": "tvKalender.wSicht?cOrg=16213&cRes=19892&cReadonly=J", - "list_index": "103", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49074", - "roomcode": "5112.02.301S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49212", + "area_id": 35, + "building_id": 791, + "calendar_resource_nr": 19892, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49074, + "usage_id": 12 + }, + "5112.02.302S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S302, B\u00fcro", "arch_name": "S302@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49212", - "roomcode": "5112.02.302S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49221", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49212, + "usage_id": 12 + }, + "5112.02.303S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S303, B\u00fcro", "arch_name": "S303@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49221", - "roomcode": "5112.02.303S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49227", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49221, + "usage_id": 12 + }, + "5112.02.304S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S304, B\u00fcro", "arch_name": "S304@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49227", - "roomcode": "5112.02.304S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49235", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49227, + "usage_id": 12 + }, + "5112.02.305S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S305, B\u00fcro", "arch_name": "S305@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49235", - "roomcode": "5112.02.305S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49238", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49235, + "usage_id": 12 + }, + "5112.02.306S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S306, B\u00fcro", "arch_name": "S306@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49238", - "roomcode": "5112.02.306S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49246", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49238, + "usage_id": 12 + }, + "5112.02.307S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S307, B\u00fcro", "arch_name": "S307@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49246", - "roomcode": "5112.02.307S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49376", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49246, + "usage_id": 12 + }, + "5112.02.308S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S308, B\u00fcro", "arch_name": "S308@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49376", - "roomcode": "5112.02.308S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=9386", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49376, + "usage_id": 12 + }, + "5112.02.309S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S309, B\u00fcro", "arch_name": "S309@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=9386", - "roomcode": "5112.02.309S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48116", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 9386, + "usage_id": 12 + }, + "5112.02.310S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S310, B\u00fcro", "arch_name": "S310@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48116", - "roomcode": "5112.02.310S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48144", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48116, + "usage_id": 12 + }, + "5112.02.311A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "311A, Technikraum", "arch_name": "311A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48144", - "roomcode": "5112.02.311A", - "usage": 32 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48153", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48144, + "usage_id": 32 + }, + "5112.02.311B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "311B, Technikraum", "arch_name": "311B@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48153", - "roomcode": "5112.02.311B", - "usage": 32 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48160", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48153, + "usage_id": 32 + }, + "5112.02.311C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "311C, WC-Herren", "arch_name": "311C@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48160", - "roomcode": "5112.02.311C", - "usage": 115 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48171", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48160, + "usage_id": 115 + }, + "5112.02.311S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S311, B\u00fcro", "arch_name": "S311@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48171", - "roomcode": "5112.02.311S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48178", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48171, + "usage_id": 12 + }, + "5112.02.312S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S312, B\u00fcro", "arch_name": "S312@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48178", - "roomcode": "5112.02.312S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48212", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48178, + "usage_id": 12 + }, + "5112.02.313S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S313, B\u00fcro", "arch_name": "S313@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48212", - "roomcode": "5112.02.313S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48221", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48212, + "usage_id": 12 + }, + "5112.02.314S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S314, B\u00fcro", "arch_name": "S314@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48221", - "roomcode": "5112.02.314S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48228", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48221, + "usage_id": 12 + }, + "5112.02.315S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S315, B\u00fcro", "arch_name": "S315@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48228", - "roomcode": "5112.02.315S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48236", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48228, + "usage_id": 12 + }, + "5112.02.316S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S316, B\u00fcro", "arch_name": "S316@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48236", - "roomcode": "5112.02.316S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48244", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48236, + "usage_id": 12 + }, + "5112.02.317S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S317, B\u00fcro", "arch_name": "S317@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48244", - "roomcode": "5112.02.317S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48251", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48244, + "usage_id": 12 + }, + "5112.02.318S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S318, B\u00fcro", "arch_name": "S318@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48251", - "roomcode": "5112.02.318S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48258", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48251, + "usage_id": 12 + }, + "5112.02.319S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S319, B\u00fcro", "arch_name": "S319@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48258", - "roomcode": "5112.02.319S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48283", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48258, + "usage_id": 12 + }, + "5112.02.320S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S320, B\u00fcro", "arch_name": "S320@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48283", - "roomcode": "5112.02.320S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48294", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48283, + "usage_id": 12 + }, + "5112.02.323": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "323, WC-Damen", "arch_name": "323@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48294", - "roomcode": "5112.02.323", - "usage": 116 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48301", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48294, + "usage_id": 116 + }, + "5112.02.324N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N324, Abstellraum", "arch_name": "N324@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48301", - "roomcode": "5112.02.324N", - "usage": 159 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48309", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48301, + "usage_id": 159 + }, + "5112.02.325N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N325, Abstellraum", "arch_name": "N325@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48309", - "roomcode": "5112.02.325N", - "usage": 159 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48318", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48309, + "usage_id": 159 + }, + "5112.02.350N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N350, Treppenflur", "arch_name": "N350@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48318", - "roomcode": "5112.02.350N", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48354", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48318, + "usage_id": 222 + }, + "5112.02.351S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S351, Flur", "arch_name": "S351@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48354", - "roomcode": "5112.02.351S", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48360", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48354, + "usage_id": 222 + }, + "5112.02.360N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N360, Aufzug", "arch_name": "N360@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48360", - "roomcode": "5112.02.360N", - "usage": 4 - }, - { - "address": "Am Coulombwall 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=48369", + "area_id": 35, + "building_id": 791, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48360, + "usage_id": 4 + }, + "5112.03.401N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N401, Klimazentrale", "arch_name": "N401@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48369", - "roomcode": "5112.03.401N", - "usage": 32 - }, - { - "address": "Am Coulombwall 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=48391", + "area_id": 35, + "building_id": 791, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48369, + "usage_id": 32 + }, + "5112.03.402S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S402, Besprechungsraum", "arch_name": "S402@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": "tvKalender.wSicht?cOrg=16213&cRes=29812&cReadonly=J", - "list_index": "133", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48391", - "roomcode": "5112.03.402S", - "usage": 196 - }, - { - "address": "Am Coulombwall 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=48453", + "area_id": 35, + "building_id": 791, + "calendar_resource_nr": 29812, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48391, + "usage_id": 196 + }, + "5112.03.450N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N450, Treppenflur", "arch_name": "N450@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48453", - "roomcode": "5112.03.450N", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=48458", + "area_id": 35, + "building_id": 791, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48453, + "usage_id": 222 + }, + "5112.03.451N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N451, Technikraum f. Reinraum", "arch_name": "N451@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48458", - "roomcode": "5112.03.451N", - "usage": 32 - }, - { - "address": "Am Coulombwall 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=48469", + "area_id": 35, + "building_id": 791, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48458, + "usage_id": 32 + }, + "5112.03.460": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "460, Aufzug", "arch_name": "460@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48469", - "roomcode": "5112.03.460", - "usage": 4 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=48684", + "area_id": 35, + "building_id": 791, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48469, + "usage_id": 4 + }, + "5112.EG.100": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N100, Fl\u00fcssig-Stickstofftank", "arch_name": "N100@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48684", - "roomcode": "5112.EG.100", - "usage": 30 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=27795", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48684, + "usage_id": 30 + }, + "5112.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N101, Kryo-Lager", "arch_name": "N101@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27795", - "roomcode": "5112.EG.101", - "usage": 30 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=48832", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27795, + "usage_id": 30 + }, + "5112.EG.101N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N101, Labor", "arch_name": "N101@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48832", - "roomcode": "5112.EG.101N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=48840", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48832, + "usage_id": 103 + }, + "5112.EG.101S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "WSI S101, Seminarraum", "arch_name": "S101@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=18369&cReadonly=J", - "extended": { - "additional_description": "WSI S101, Seminarraum", - "address": "Am Coulombwall 4(5112), Erdgescho\u00df", - "architect_room_nr": "S101@5112", - "area_m2": 42.12, - "building": "5112 Walter-Schottky-Institut", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101S", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48840", - "roomcode": "5112.EG.101S", - "usage": 41 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=48848", + "area_id": 35, + "building_id": 791, + "calendar_resource_nr": 18369, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48840, + "usage_id": 41 + }, + "5112.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "102, Gasflaschenlager", "arch_name": "102@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48848", - "roomcode": "5112.EG.102", - "usage": 30 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=48989", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48848, + "usage_id": 30 + }, + "5112.EG.102N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N102, Labor", "arch_name": "N102@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48989", - "roomcode": "5112.EG.102N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49002", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48989, + "usage_id": 103 + }, + "5112.EG.102S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "WSI S102, Seminarraum", "arch_name": "S102@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=18857&cReadonly=J", - "extended": { - "additional_description": "WSI S102, Seminarraum", - "address": "Am Coulombwall 4(5112), Erdgescho\u00df", - "architect_room_nr": "S102@5112", - "area_m2": 42.12, - "building": "5112 Walter-Schottky-Institut", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "102S", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49002", - "roomcode": "5112.EG.102S", - "usage": 41 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49008", + "area_id": 35, + "building_id": 791, + "calendar_resource_nr": 18857, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49002, + "usage_id": 41 + }, + "5112.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "103, Trafo u. Notstrom", "arch_name": "103@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49008", - "roomcode": "5112.EG.103", - "usage": 160 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49019", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49008, + "usage_id": 160 + }, + "5112.EG.103N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N103, Labor", "arch_name": "N103@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49019", - "roomcode": "5112.EG.103N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49158", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49019, + "usage_id": 103 + }, + "5112.EG.103S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "WSI S103, Handbibliothek", "arch_name": "S103@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49158", - "roomcode": "5112.EG.103S", - "usage": 10 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49167", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49158, + "usage_id": 10 + }, + "5112.EG.104N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N104, Labor", "arch_name": "N104@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49167", - "roomcode": "5112.EG.104N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49177", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49167, + "usage_id": 103 + }, + "5112.EG.104S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S104, B\u00fcro", "arch_name": "S104@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49177", - "roomcode": "5112.EG.104S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49186", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49177, + "usage_id": 12 + }, + "5112.EG.105N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N105, Labor", "arch_name": "N105@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49186", - "roomcode": "5112.EG.105N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49196", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49186, + "usage_id": 103 + }, + "5112.EG.105S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S105, Personal-Aufenthaltsraum", "arch_name": "S105@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49196", - "roomcode": "5112.EG.105S", - "usage": 44 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49327", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49196, + "usage_id": 44 + }, + "5112.EG.106N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N106, Labor", "arch_name": "N106@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49327", - "roomcode": "5112.EG.106N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49336", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49327, + "usage_id": 103 + }, + "5112.EG.106S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S106, B\u00fcro", "arch_name": "S106@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49336", - "roomcode": "5112.EG.106S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49347", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49336, + "usage_id": 12 + }, + "5112.EG.107N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N107, Labor", "arch_name": "N107@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49347", - "roomcode": "5112.EG.107N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49357", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49347, + "usage_id": 103 + }, + "5112.EG.107S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S107, B\u00fcro", "arch_name": "S107@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49357", - "roomcode": "5112.EG.107S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49364", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49357, + "usage_id": 12 + }, + "5112.EG.108N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N108, Labor", "arch_name": "N108@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49364", - "roomcode": "5112.EG.108N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49496", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16213, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49364, + "usage_id": 103 + }, + "5112.EG.108S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S108, B\u00fcro Stud. Hilfskr\u00e4fte", "arch_name": "S108@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49496", - "roomcode": "5112.EG.108S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49506", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49496, + "usage_id": 12 + }, + "5112.EG.109S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S109, B\u00fcro", "arch_name": "S109@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49506", - "roomcode": "5112.EG.109S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49516", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49506, + "usage_id": 12 + }, + "5112.EG.110N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N110, Labor", "arch_name": "N110@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49516", - "roomcode": "5112.EG.110N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49525", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15379, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49516, + "usage_id": 103 + }, + "5112.EG.110S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S110, B\u00fcro Stud. Hilfskr\u00e4fte", "arch_name": "S110@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=16213", - "operator": "[ TUPHE25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49525", - "roomcode": "5112.EG.110S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49530", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16213, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49525, + "usage_id": 12 + }, + "5112.EG.111A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "111A, Materialschleuse", "arch_name": "111A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49530", - "roomcode": "5112.EG.111A", - "usage": 105 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49662", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49530, + "usage_id": 105 + }, + "5112.EG.111B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "111B, Reinraumschleuse", "arch_name": "111B@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49662", - "roomcode": "5112.EG.111B", - "usage": 105 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49671", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49662, + "usage_id": 105 + }, + "5112.EG.111C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "111C, Reinraumschleuse", "arch_name": "111C@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49671", - "roomcode": "5112.EG.111C", - "usage": 105 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=28305", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49671, + "usage_id": 105 + }, + "5112.EG.111N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N111, Reinraum", "arch_name": "N111@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=20497&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28305", - "roomcode": "5112.EG.111N", - "usage": 103 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49681", + "area_id": 35, + "building_id": 791, + "calendar_resource_nr": 20497, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28305, + "usage_id": 103 + }, + "5112.EG.111S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S111, B\u00fcro", "arch_name": "S111@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49681", - "roomcode": "5112.EG.111S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=28388", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15379, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49681, + "usage_id": 12 + }, + "5112.EG.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "112, Chemielabor", "arch_name": "112@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28388", - "roomcode": "5112.EG.112", - "usage": 102 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49695", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28388, + "usage_id": 102 + }, + "5112.EG.112S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S112, B\u00fcro", "arch_name": "S112@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=16212", - "operator": "[ TUPHE24 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49695", - "roomcode": "5112.EG.112S", - "usage": 12 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=28401", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16212, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49695, + "usage_id": 12 + }, + "5112.EG.114N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N114, Werkstatt", "arch_name": "N114@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28401", - "roomcode": "5112.EG.114N", - "usage": 51 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49829", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28401, + "usage_id": 51 + }, + "5112.EG.116N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N116, Feinmechanische Werkstatt", "arch_name": "N116@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49829", - "roomcode": "5112.EG.116N", - "usage": 108 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49841", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49829, + "usage_id": 108 + }, + "5112.EG.118A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "118A, Schwei\u00dfraum", "arch_name": "118A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49841", - "roomcode": "5112.EG.118A", - "usage": 51 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49851", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49841, + "usage_id": 51 + }, + "5112.EG.118N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N118A, Feinmechanische Werkstatt", "arch_name": "N118A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49851", - "roomcode": "5112.EG.118N", - "usage": 108 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49978", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49851, + "usage_id": 108 + }, + "5112.EG.120N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N120, Kryo-Lager", "arch_name": "N120@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49978", - "roomcode": "5112.EG.120N", - "usage": 30 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49986", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49978, + "usage_id": 30 + }, + "5112.EG.121N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N121, Installationsschacht", "arch_name": "N121@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49986", - "roomcode": "5112.EG.121N", - "usage": 120 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=49996", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49986, + "usage_id": 120 + }, + "5112.EG.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "122, Installationsschacht", "arch_name": "122@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49996", - "roomcode": "5112.EG.122", - "usage": 120 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50006", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49996, + "usage_id": 120 + }, + "5112.EG.123N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N123, WC-Damen", "arch_name": "N123@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50006", - "roomcode": "5112.EG.123N", - "usage": 116 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50148", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50006, + "usage_id": 116 + }, + "5112.EG.124N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N124, WC-Herren", "arch_name": "N124@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50148", - "roomcode": "5112.EG.124N", - "usage": 115 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50159", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50148, + "usage_id": 115 + }, + "5112.EG.125N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N125, Beh.-WC", "arch_name": "N125@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50159", - "roomcode": "5112.EG.125N", - "usage": 117 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50167", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50159, + "usage_id": 117 + }, + "5112.EG.150N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N150, Flur", "arch_name": "N150@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50167", - "roomcode": "5112.EG.150N", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50177", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50167, + "usage_id": 222 + }, + "5112.EG.151N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N151, Flur", "arch_name": "N151@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50177", - "roomcode": "5112.EG.151N", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50184", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50177, + "usage_id": 222 + }, + "5112.EG.151S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S151, Flur", "arch_name": "S151@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50184", - "roomcode": "5112.EG.151S", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50314", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50184, + "usage_id": 222 + }, + "5112.EG.152N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N152, Windfang", "arch_name": "N152@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50314", - "roomcode": "5112.EG.152N", - "usage": 52 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50322", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50314, + "usage_id": 52 + }, + "5112.EG.152S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "S152, Windfang", "arch_name": "S152@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50322", - "roomcode": "5112.EG.152S", - "usage": 52 - }, - { - "address": "Am Coulombwall 4, EG", - "address_link": "ris.einzelraum?raumkey=50329", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50322, + "usage_id": 52 + }, + "5112.EG.160N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N160, Aufzug", "arch_name": "N160@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50329", - "roomcode": "5112.EG.160N", - "usage": 4 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50636", + "area_id": 35, + "building_id": 791, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50329, + "usage_id": 4 + }, + "5112.U1.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N001A, Wasseraufbereitung", "arch_name": "N001A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50636", - "roomcode": "5112.U1.001A", - "usage": 182 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50769", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50636, + "usage_id": 182 + }, + "5112.U1.001N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N001, Heizzentrale", "arch_name": "N001@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50769", - "roomcode": "5112.U1.001N", - "usage": 201 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50781", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50769, + "usage_id": 201 + }, + "5112.U1.002N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N002, K\u00e4lte- u. Druckluftanlage", "arch_name": "N002@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50781", - "roomcode": "5112.U1.002N", - "usage": 32 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50792", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50781, + "usage_id": 32 + }, + "5112.U1.003N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N003, Chemikalienlager", "arch_name": "N003@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50792", - "roomcode": "5112.U1.003N", - "usage": 132 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50800", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50792, + "usage_id": 132 + }, + "5112.U1.004N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N004, Medienversorgung f. Reinraum", "arch_name": "N004@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50800", - "roomcode": "5112.U1.004N", - "usage": 182 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50942", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50800, + "usage_id": 182 + }, + "5112.U1.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N005A, Medienstra\u00dfe", "arch_name": "N005A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50942", - "roomcode": "5112.U1.005A", - "usage": 120 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50954", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50942, + "usage_id": 120 + }, + "5112.U1.005N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N005, Gasflaschenlager", "arch_name": "N005@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50954", - "roomcode": "5112.U1.005N", - "usage": 30 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50966", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50954, + "usage_id": 30 + }, + "5112.U1.006N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N006, Reinigungsdienst", "arch_name": "N006@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50966", - "roomcode": "5112.U1.006N", - "usage": 37 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=50978", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50966, + "usage_id": 37 + }, + "5112.U1.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N007A, Aufzugs-/F\u00f6rderanlage", "arch_name": "N007A@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50978", - "roomcode": "5112.U1.007A", - "usage": 5 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=51110", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50978, + "usage_id": 5 + }, + "5112.U1.007B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N007B, Telefonanlagenraum", "arch_name": "N007B@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51110", - "roomcode": "5112.U1.007B", - "usage": 202 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=51118", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51110, + "usage_id": 202 + }, + "5112.U1.007N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N007, Niederspannung-HV", "arch_name": "N007@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51118", - "roomcode": "5112.U1.007N", - "usage": 160 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=51131", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51118, + "usage_id": 160 + }, + "5112.U1.009N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N009, Dusche", "arch_name": "N009@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51131", - "roomcode": "5112.U1.009N", - "usage": 113 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=51136", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51131, + "usage_id": 113 + }, + "5112.U1.021N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N021, Installationsschacht", "arch_name": "N021@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51136", - "roomcode": "5112.U1.021N", - "usage": 120 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=51147", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51136, + "usage_id": 120 + }, + "5112.U1.022N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N022, Installationsschacht", "arch_name": "N022@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51147", - "roomcode": "5112.U1.022N", - "usage": 120 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48660", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51147, + "usage_id": 120 + }, + "5112.U1.050N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N050, Kellerflur", "arch_name": "N050@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48660", - "roomcode": "5112.U1.050N", - "usage": 222 - }, - { - "address": "Am Coulombwall 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=48672", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48660, + "usage_id": 222 + }, + "5112.U1.060N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "alt_name": "N060, Aufzug", "arch_name": "N060@5112", - "b_area_id": 35, - "b_filter_id": 791, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48672", - "roomcode": "5112.U1.060N", - "usage": 4 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61477", + "area_id": 35, + "building_id": 791, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48672, + "usage_id": 4 + }, + "5115.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.001, B\u00fcro", "arch_name": "1.001@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61477", - "roomcode": "5115.01.001", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61478", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61477, + "usage_id": 12 + }, + "5115.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.002, B\u00fcro", "arch_name": "1.002@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61478", - "roomcode": "5115.01.002", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61479", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61478, + "usage_id": 12 + }, + "5115.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.003, Besprechungsraum", "arch_name": "1.003@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=19199&cReadonly=J", - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61479", - "roomcode": "5115.01.003", - "usage": 196 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61480", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 19199, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61479, + "usage_id": 196 + }, + "5115.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.004, B\u00fcro", "arch_name": "1.004@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61480", - "roomcode": "5115.01.004", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61481", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61480, + "usage_id": 12 + }, + "5115.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.005, B\u00fcro", "arch_name": "1.005@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=19632&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61481", - "roomcode": "5115.01.005", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61482", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 19632, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61481, + "usage_id": 12 + }, + "5115.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.006, B\u00fcro", "arch_name": "1.006@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61482", - "roomcode": "5115.01.006", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61490", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61482, + "usage_id": 12 + }, + "5115.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.007, Pantry", "arch_name": "1.007@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61490", - "roomcode": "5115.01.007", - "usage": 44 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61516", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61490, + "usage_id": 44 + }, + "5115.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.008, Kopierraum", "arch_name": "1.008@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61516", - "roomcode": "5115.01.008", - "usage": 110 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61507", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61516, + "usage_id": 110 + }, + "5115.01.008A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.008A, Serverraum", "arch_name": "1.008A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61507", - "roomcode": "5115.01.008A", - "usage": 207 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61508", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61507, + "usage_id": 207 + }, + "5115.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.009, Elt. Transport", "arch_name": "1.009@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61508", - "roomcode": "5115.01.009", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61509", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61508, + "usage_id": 160 + }, + "5115.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.010, Elt. Transport", "arch_name": "1.010@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61509", - "roomcode": "5115.01.010", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61514", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61509, + "usage_id": 160 + }, + "5115.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.011, Chemie Labor", "arch_name": "1.011@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61514", - "roomcode": "5115.01.011", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61515", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61514, + "usage_id": 102 + }, + "5115.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.011A, Chemie Labor", "arch_name": "1.011A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61515", - "roomcode": "5115.01.011A", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61483", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61515, + "usage_id": 102 + }, + "5115.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.012, Post", "arch_name": "1.012@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61483", - "roomcode": "5115.01.012", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61484", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61483, + "usage_id": 12 + }, + "5115.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.013, Post", "arch_name": "1.013@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61484", - "roomcode": "5115.01.013", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61485", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61484, + "usage_id": 12 + }, + "5115.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.014, B\u00fcro", "arch_name": "1.014@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61485", - "roomcode": "5115.01.014", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61486", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61485, + "usage_id": 12 + }, + "5115.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.015, B\u00fcro", "arch_name": "1.015@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61486", - "roomcode": "5115.01.015", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61487", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61486, + "usage_id": 12 + }, + "5115.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.016, B\u00fcro", "arch_name": "1.016@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61487", - "roomcode": "5115.01.016", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61488", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61487, + "usage_id": 12 + }, + "5115.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.017, Sekretariat", "arch_name": "1.017@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=19631&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61488", - "roomcode": "5115.01.017", - "usage": 40 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61489", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 19631, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61488, + "usage_id": 40 + }, + "5115.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.018, B\u00fcro", "arch_name": "1.018@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61489", - "roomcode": "5115.01.018", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61512", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61489, + "usage_id": 12 + }, + "5115.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.019, Spektroskopie", "arch_name": "1.019@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61512", - "roomcode": "5115.01.019", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61511", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61512, + "usage_id": 103 + }, + "5115.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.020, Spektroskopie", "arch_name": "1.020@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61511", - "roomcode": "5115.01.020", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61510", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61511, + "usage_id": 103 + }, + "5115.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.021, Spektroskopie", "arch_name": "1.021@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61510", - "roomcode": "5115.01.021", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61513", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61510, + "usage_id": 103 + }, + "5115.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.022, Technik", "arch_name": "1.022@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61513", - "roomcode": "5115.01.022", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61503", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61513, + "usage_id": 103 + }, + "5115.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.023, Lager", "arch_name": "1.023@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61503", - "roomcode": "5115.01.023", - "usage": 30 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61517", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61503, + "usage_id": 30 + }, + "5115.01.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.501, Elt.", "arch_name": "1.501@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61517", - "roomcode": "5115.01.501", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61498", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61517, + "usage_id": 160 + }, + "5115.01.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.502, Schacht 2", "arch_name": "1.502@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61498", - "roomcode": "5115.01.502", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61518", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61498, + "usage_id": 120 + }, + "5115.01.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.503, Elt.", "arch_name": "1.503@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61518", - "roomcode": "5115.01.503", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61500", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61518, + "usage_id": 160 + }, + "5115.01.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.504, Schacht 4", "arch_name": "1.504@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61500", - "roomcode": "5115.01.504", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61501", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61500, + "usage_id": 120 + }, + "5115.01.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.505, Schacht 5", "arch_name": "1.505@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61501", - "roomcode": "5115.01.505", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61502", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61501, + "usage_id": 120 + }, + "5115.01.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.506, Schacht 6", "arch_name": "1.506@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61502", - "roomcode": "5115.01.506", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61499", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61502, + "usage_id": 120 + }, + "5115.01.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.507, Lastenaufzug", "arch_name": "1.507@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61499", - "roomcode": "5115.01.507", - "usage": 4 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61505", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61499, + "usage_id": 4 + }, + "5115.01.600": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.600, WC-Herren", "arch_name": "1.600@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61505", - "roomcode": "5115.01.600", - "usage": 115 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61504", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61505, + "usage_id": 115 + }, + "5115.01.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.601, WC-Damen", "arch_name": "1.601@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61504", - "roomcode": "5115.01.601", - "usage": 116 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61506", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61504, + "usage_id": 116 + }, + "5115.01.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.601A, Putzraum", "arch_name": "1.601A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61506", - "roomcode": "5115.01.601A", - "usage": 205 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61491", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61506, + "usage_id": 205 + }, + "5115.01.700": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.700, Korridor West", "arch_name": "1.700@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61491", - "roomcode": "5115.01.700", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61494", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61491, + "usage_id": 222 + }, + "5115.01.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.701, Korridor West", "arch_name": "1.701@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61494", - "roomcode": "5115.01.701", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61495", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61494, + "usage_id": 222 + }, + "5115.01.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.702, Korridor Nord", "arch_name": "1.702@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61495", - "roomcode": "5115.01.702", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61496", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61495, + "usage_id": 222 + }, + "5115.01.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.703, Korridor Ost", "arch_name": "1.703@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61496", - "roomcode": "5115.01.703", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61492", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61496, + "usage_id": 222 + }, + "5115.01.704": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61492", - "roomcode": "5115.01.704", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61493", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61492, + "usage_id": 222 + }, + "5115.01.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.800, Treppe S\u00fcd", "arch_name": "1.800@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61493", - "roomcode": "5115.01.800", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61497", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61493, + "usage_id": 223 + }, + "5115.01.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "1.801, Treppe Nord", "arch_name": "1.801@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61497", - "roomcode": "5115.01.801", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61520", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61497, + "usage_id": 223 + }, + "5115.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.001, B\u00fcro", "arch_name": "2.001@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61520", - "roomcode": "5115.02.001", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61519", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61520, + "usage_id": 12 + }, + "5115.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.002, B\u00fcro", "arch_name": "2.002@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61519", - "roomcode": "5115.02.002", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61521", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61519, + "usage_id": 12 + }, + "5115.02.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.003, Besprechungsraum", "arch_name": "2.003@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=19077&cReadonly=J", - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61521", - "roomcode": "5115.02.003", - "usage": 196 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61522", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 19077, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61521, + "usage_id": 196 + }, + "5115.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.004, B\u00fcro", "arch_name": "2.004@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61522", - "roomcode": "5115.02.004", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61523", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61522, + "usage_id": 12 + }, + "5115.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.005, B\u00fcro", "arch_name": "2.005@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61523", - "roomcode": "5115.02.005", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61524", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61523, + "usage_id": 12 + }, + "5115.02.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.006, B\u00fcro", "arch_name": "2.006@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61524", - "roomcode": "5115.02.006", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61529", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61524, + "usage_id": 12 + }, + "5115.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.007, Pantry", "arch_name": "2.007@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=19629&cReadonly=J", - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61529", - "roomcode": "5115.02.007", - "usage": 44 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61542", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 19629, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61529, + "usage_id": 44 + }, + "5115.02.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.008, Kopierraum", "arch_name": "2.008@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61542", - "roomcode": "5115.02.008", - "usage": 110 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61543", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61542, + "usage_id": 110 + }, + "5115.02.008A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.008A, Serverraum", "arch_name": "2.008A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61543", - "roomcode": "5115.02.008A", - "usage": 207 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61544", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61543, + "usage_id": 207 + }, + "5115.02.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.009, Chemie Labor", "arch_name": "2.009@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61544", - "roomcode": "5115.02.009", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61552", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61544, + "usage_id": 102 + }, + "5115.02.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.009A, Chemielager", "arch_name": "2.009A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61552", - "roomcode": "5115.02.009A", - "usage": 132 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61547", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61552, + "usage_id": 132 + }, + "5115.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.010, Biochemie/-physik", "arch_name": "2.010@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61547", - "roomcode": "5115.02.010", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61548", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61547, + "usage_id": 102 + }, + "5115.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.011, Zellbiologie", "arch_name": "2.011@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61548", - "roomcode": "5115.02.011", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61549", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61548, + "usage_id": 102 + }, + "5115.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.011A, Zellbiologie", "arch_name": "2.011A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61549", - "roomcode": "5115.02.011A", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61525", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61549, + "usage_id": 102 + }, + "5115.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.012, Post", "arch_name": "2.012@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61525", - "roomcode": "5115.02.012", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61526", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61525, + "usage_id": 12 + }, + "5115.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.013, Post", "arch_name": "2.013@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61526", - "roomcode": "5115.02.013", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61527", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61526, + "usage_id": 12 + }, + "5115.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.014, B\u00fcro", "arch_name": "2.014@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61527", - "roomcode": "5115.02.014", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61528", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61527, + "usage_id": 12 + }, + "5115.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.015, B\u00fcro", "arch_name": "2.015@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61528", - "roomcode": "5115.02.015", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61537", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61528, + "usage_id": 12 + }, + "5115.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.016, B\u00fcro", "arch_name": "2.016@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61537", - "roomcode": "5115.02.016", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61538", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61537, + "usage_id": 12 + }, + "5115.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.017, Sekretariat", "arch_name": "2.017@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61538", - "roomcode": "5115.02.017", - "usage": 40 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61539", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61538, + "usage_id": 40 + }, + "5115.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.018, B\u00fcro", "arch_name": "2.018@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61539", - "roomcode": "5115.02.018", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61551", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61539, + "usage_id": 12 + }, + "5115.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.019, Bioelektronik", "arch_name": "2.019@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=30212&cReadonly=J", - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61551", - "roomcode": "5115.02.019", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61550", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 30212, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61551, + "usage_id": 102 + }, + "5115.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.020, Bioelektronik", "arch_name": "2.020@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61550", - "roomcode": "5115.02.020", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61546", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61550, + "usage_id": 102 + }, + "5115.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.021, Biochemie/-physik", "arch_name": "2.021@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61546", - "roomcode": "5115.02.021", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61545", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61546, + "usage_id": 102 + }, + "5115.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.022, Zellbiologie", "arch_name": "2.022@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61545", - "roomcode": "5115.02.022", - "usage": 102 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61559", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61545, + "usage_id": 102 + }, + "5115.02.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.501, Elt.", "arch_name": "2.501@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61559", - "roomcode": "5115.02.501", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61553", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61559, + "usage_id": 160 + }, + "5115.02.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.502, Schacht 2", "arch_name": "2.502@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61553", - "roomcode": "5115.02.502", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61560", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61553, + "usage_id": 120 + }, + "5115.02.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.503, Elt.", "arch_name": "2.503@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61560", - "roomcode": "5115.02.503", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61555", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61560, + "usage_id": 160 + }, + "5115.02.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.504, Schacht 4", "arch_name": "2.504@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61555", - "roomcode": "5115.02.504", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61556", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61555, + "usage_id": 120 + }, + "5115.02.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.505, Schacht 5", "arch_name": "2.505@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61556", - "roomcode": "5115.02.505", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61557", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61556, + "usage_id": 120 + }, + "5115.02.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.506, Schacht 6", "arch_name": "2.506@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61557", - "roomcode": "5115.02.506", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61554", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61557, + "usage_id": 120 + }, + "5115.02.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.507, Lastenaufzug", "arch_name": "2.507@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61554", - "roomcode": "5115.02.507", - "usage": 4 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61536", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61554, + "usage_id": 4 + }, + "5115.02.600": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.600, WC-Herren", "arch_name": "2.600@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61536", - "roomcode": "5115.02.600", - "usage": 115 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61535", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61536, + "usage_id": 115 + }, + "5115.02.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.601, WC-Damen", "arch_name": "2.601@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61535", - "roomcode": "5115.02.601", - "usage": 116 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61541", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61535, + "usage_id": 116 + }, + "5115.02.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.601A, Putzraum", "arch_name": "2.601A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61541", - "roomcode": "5115.02.601A", - "usage": 205 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61531", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61541, + "usage_id": 205 + }, + "5115.02.700": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61531", - "roomcode": "5115.02.700", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61532", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61531, + "usage_id": 222 + }, + "5115.02.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.701, Korridor West", "arch_name": "2.701@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61532", - "roomcode": "5115.02.701", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61533", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61532, + "usage_id": 222 + }, + "5115.02.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.702, Korridor Nord", "arch_name": "2.702@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61533", - "roomcode": "5115.02.702", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61534", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61533, + "usage_id": 222 + }, + "5115.02.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.703, Korridor Ost", "arch_name": "2.703@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61534", - "roomcode": "5115.02.703", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61530", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61534, + "usage_id": 222 + }, + "5115.02.704": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61530", - "roomcode": "5115.02.704", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61540", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61530, + "usage_id": 222 + }, + "5115.02.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.800, Treppe S\u00fcd", "arch_name": "2.800@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61540", - "roomcode": "5115.02.800", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61558", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61540, + "usage_id": 223 + }, + "5115.02.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "2.801, Treppe Nord", "arch_name": "2.801@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61558", - "roomcode": "5115.02.801", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61565", + "area_id": 35, + "building_id": 1080, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61558, + "usage_id": 223 + }, + "5115.DG.500": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.500, Technikzentrale", "arch_name": "3.500@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61565", - "roomcode": "5115.DG.500", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61567", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61565, + "usage_id": 120 + }, + "5115.DG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.501, MAZ", "arch_name": "3.501@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61567", - "roomcode": "5115.DG.501", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=62825", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61567, + "usage_id": 120 + }, + "5115.DG.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.503, Medien", "arch_name": "3.503@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62825", - "roomcode": "5115.DG.503", - "usage": 17 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61562", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62825, + "usage_id": 17 + }, + "5115.DG.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.505, Heizung/K\u00e4lte", "arch_name": "3.505@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61562", - "roomcode": "5115.DG.505", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61568", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61562, + "usage_id": 120 + }, + "5115.DG.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.507, Lastenaufzug", "arch_name": "3.507@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61568", - "roomcode": "5115.DG.507", - "usage": 4 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61563", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61568, + "usage_id": 4 + }, + "5115.DG.509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.509, Elektro", "arch_name": "3.509@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61563", - "roomcode": "5115.DG.509", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61566", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61563, + "usage_id": 160 + }, + "5115.DG.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.510, RWA", "arch_name": "3.510@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61566", - "roomcode": "5115.DG.510", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61564", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61566, + "usage_id": 120 + }, + "5115.DG.511": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.511, Elektro", "arch_name": "3.511@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61564", - "roomcode": "5115.DG.511", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, DG", - "address_link": "ris.einzelraum?raumkey=61561", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61564, + "usage_id": 160 + }, + "5115.DG.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "3.800, Treppe S\u00fcd", "arch_name": "3.800@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61561", - "roomcode": "5115.DG.800", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61413", + "area_id": 35, + "building_id": 1080, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61561, + "usage_id": 223 + }, + "5115.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.001, Seminarraum", "arch_name": "0.001@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": "tvKalender.wSicht?cOrg=19703&cRes=18924&cReadonly=J", - "extended": { - "additional_description": "0.001, Seminarraum", - "address": "Am Coulombwall 4a(5115), Erdgescho\u00df", - "architect_room_nr": "0.001@5115", - "area_m2": 70.1, - "building": "5115 Zentrum f\u00fcr Nanotechnologie & -materiali", - "floor_number": "Erdgescho\u00df", - "floor_type": "Industrieanstrich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61413", - "roomcode": "5115.EG.001", - "usage": 41 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61423", + "area_id": 35, + "building_id": 1080, + "calendar_resource_nr": 18924, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61413, + "usage_id": 41 + }, + "5115.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.002, B\u00fcro", "arch_name": "0.002@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61423", - "roomcode": "5115.EG.002", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61424", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61423, + "usage_id": 12 + }, + "5115.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.003, B\u00fcro", "arch_name": "0.003@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61424", - "roomcode": "5115.EG.003", - "usage": 12 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61422", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61424, + "usage_id": 12 + }, + "5115.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.004, Lager", "arch_name": "0.004@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61422", - "roomcode": "5115.EG.004", - "usage": 30 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61433", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61422, + "usage_id": 30 + }, + "5115.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.005, Nanostruk. RR", "arch_name": "0.005@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61433", - "roomcode": "5115.EG.005", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61434", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61433, + "usage_id": 103 + }, + "5115.EG.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.005A, Vorraum", "arch_name": "0.005A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61434", - "roomcode": "5115.EG.005A", - "usage": 50 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61440", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61434, + "usage_id": 50 + }, + "5115.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.006, Nanoanalytik", "arch_name": "0.006@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61440", - "roomcode": "5115.EG.006", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61438", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61440, + "usage_id": 103 + }, + "5115.EG.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.006A, Vorraum", "arch_name": "0.006A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61438", - "roomcode": "5115.EG.006A", - "usage": 50 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61441", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61438, + "usage_id": 50 + }, + "5115.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.007, Elt. Transport", "arch_name": "0.007@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61441", - "roomcode": "5115.EG.007", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61439", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61441, + "usage_id": 160 + }, + "5115.EG.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.007A, Vorraum", "arch_name": "0.007A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61439", - "roomcode": "5115.EG.007A", - "usage": 50 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61432", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61439, + "usage_id": 50 + }, + "5115.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.008, Support", "arch_name": "0.008@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61432", - "roomcode": "5115.EG.008", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61443", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61432, + "usage_id": 222 + }, + "5115.EG.008A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.008A, Mat. Schleuse", "arch_name": "0.008A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61443", - "roomcode": "5115.EG.008A", - "usage": 105 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61444", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61443, + "usage_id": 105 + }, + "5115.EG.008B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.008B, Schleuse", "arch_name": "0.008B@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61444", - "roomcode": "5115.EG.008B", - "usage": 105 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61418", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61444, + "usage_id": 105 + }, + "5115.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.009, Lager", "arch_name": "0.009@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61418", - "roomcode": "5115.EG.009", - "usage": 30 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61445", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61418, + "usage_id": 30 + }, + "5115.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.010, Chem. Lager", "arch_name": "0.010@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61445", - "roomcode": "5115.EG.010", - "usage": 132 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61446", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61445, + "usage_id": 132 + }, + "5115.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.011, Gasflaschen", "arch_name": "0.011@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61446", - "roomcode": "5115.EG.011", - "usage": 30 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61447", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61446, + "usage_id": 30 + }, + "5115.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.012, Heliumlager", "arch_name": "0.012@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61447", - "roomcode": "5115.EG.012", - "usage": 30 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61475", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61447, + "usage_id": 30 + }, + "5115.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.013, Materialtech.", "arch_name": "0.013@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61475", - "roomcode": "5115.EG.013", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61476", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61475, + "usage_id": 103 + }, + "5115.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.014, Materialtech.", "arch_name": "0.014@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61476", - "roomcode": "5115.EG.014", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61470", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61476, + "usage_id": 103 + }, + "5115.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.016, Materialtech.", "arch_name": "0.016@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61470", - "roomcode": "5115.EG.016", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61469", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61470, + "usage_id": 103 + }, + "5115.EG.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.016A, Vorraum", "arch_name": "0.016A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61469", - "roomcode": "5115.EG.016A", - "usage": 50 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61449", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61469, + "usage_id": 50 + }, + "5115.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.017, Nanostruk. RR", "arch_name": "0.017@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61449", - "roomcode": "5115.EG.017", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61431", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61449, + "usage_id": 103 + }, + "5115.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.018, Nanostruk. RR", "arch_name": "0.018@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61431", - "roomcode": "5115.EG.018", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61425", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61431, + "usage_id": 103 + }, + "5115.EG.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.018A, Pers. Sitover", "arch_name": "0.018A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61425", - "roomcode": "5115.EG.018A", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61429", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61425, + "usage_id": 103 + }, + "5115.EG.018B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.018B, Pers. Schleuse", "arch_name": "0.018B@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61429", - "roomcode": "5115.EG.018B", - "usage": 105 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61430", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61429, + "usage_id": 105 + }, + "5115.EG.018C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.018C, Nanostruk. RR", "arch_name": "0.018C@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61430", - "roomcode": "5115.EG.018C", - "usage": 103 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61442", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61430, + "usage_id": 103 + }, + "5115.EG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.501, Elt.", "arch_name": "0.501@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61442", - "roomcode": "5115.EG.501", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61472", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61442, + "usage_id": 160 + }, + "5115.EG.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.502, Schacht", "arch_name": "0.502@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61472", - "roomcode": "5115.EG.502", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61473", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61472, + "usage_id": 120 + }, + "5115.EG.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.503, Elt.", "arch_name": "0.503@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61473", - "roomcode": "5115.EG.503", - "usage": 160 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61471", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61473, + "usage_id": 160 + }, + "5115.EG.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.507, Aufzugschacht", "arch_name": "0.507@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61471", - "roomcode": "5115.EG.507", - "usage": 5 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61420", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61471, + "usage_id": 5 + }, + "5115.EG.600": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.600, Beh.-WC", "arch_name": "0.600@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61420", - "roomcode": "5115.EG.600", - "usage": 117 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61419", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61420, + "usage_id": 117 + }, + "5115.EG.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.601, WC-Herren", "arch_name": "0.601@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61419", - "roomcode": "5115.EG.601", - "usage": 115 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61416", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61419, + "usage_id": 115 + }, + "5115.EG.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.602, WC-Damen", "arch_name": "0.602@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61416", - "roomcode": "5115.EG.602", - "usage": 116 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61417", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61416, + "usage_id": 116 + }, + "5115.EG.602A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.602A, Putzraum", "arch_name": "0.602A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61417", - "roomcode": "5115.EG.602A", - "usage": 205 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=62855", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61417, + "usage_id": 205 + }, + "5115.EG.700": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.700, Foyer", "arch_name": "0.700@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62855", - "roomcode": "5115.EG.700", - "usage": 15 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61414", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62855, + "usage_id": 15 + }, + "5115.EG.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.700A, Windfang", "arch_name": "0.700A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61414", - "roomcode": "5115.EG.700A", - "usage": 52 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61415", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61414, + "usage_id": 52 + }, + "5115.EG.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.700B, Teek\u00fcche", "arch_name": "0.700B@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61415", - "roomcode": "5115.EG.700B", - "usage": 198 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61435", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61415, + "usage_id": 198 + }, + "5115.EG.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.701, Korridor West", "arch_name": "0.701@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61435", - "roomcode": "5115.EG.701", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61436", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61435, + "usage_id": 222 + }, + "5115.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.702, Korridor Nord", "arch_name": "0.702@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61436", - "roomcode": "5115.EG.702", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61474", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61436, + "usage_id": 222 + }, + "5115.EG.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.702A, Korridor Mat.", "arch_name": "0.702A@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61474", - "roomcode": "5115.EG.702A", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61448", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61474, + "usage_id": 222 + }, + "5115.EG.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.703, Korridor Ost", "arch_name": "0.703@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61448", - "roomcode": "5115.EG.703", - "usage": 222 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61421", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61448, + "usage_id": 222 + }, + "5115.EG.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.800, Treppe S\u00fcd", "arch_name": "0.800@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61421", - "roomcode": "5115.EG.800", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=61437", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61421, + "usage_id": 223 + }, + "5115.EG.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0.801, Treppe Nord", "arch_name": "0.801@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61437", - "roomcode": "5115.EG.801", - "usage": 223 - }, - { - "address": "Am Coulombwall 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61569", + "area_id": 35, + "building_id": 1080, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61437, + "usage_id": 223 + }, + "5115.U1.500": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "-1.500, Medienkanal", "arch_name": "-1.500@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61569", - "roomcode": "5115.U1.500", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61570", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61569, + "usage_id": 120 + }, + "5115.U1.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "-1.501, Medienkanal", "arch_name": "-1.501@5115", - "b_area_id": 35, - "b_filter_id": 1080, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61570", - "roomcode": "5115.U1.501", - "usage": 120 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=62826", + "area_id": 35, + "building_id": 1080, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61570, + "usage_id": 120 + }, + "5116.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0001, Trafostation", "arch_name": "0001@5116", - "b_area_id": 35, - "b_filter_id": 1100, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62826", - "roomcode": "5116.EG.001", - "usage": 46 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=62827", + "area_id": 35, + "building_id": 1100, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62826, + "usage_id": 46 + }, + "5116.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0002, Trafostation", "arch_name": "0002@5116", - "b_area_id": 35, - "b_filter_id": 1100, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62827", - "roomcode": "5116.EG.002", - "usage": 46 - }, - { - "address": "Am Coulombwall 4a, EG", - "address_link": "ris.einzelraum?raumkey=62828", + "area_id": 35, + "building_id": 1100, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62827, + "usage_id": 46 + }, + "5116.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "alt_name": "0002, Trafostation", "arch_name": "0002@5116", - "b_area_id": 35, - "b_filter_id": 1100, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62828", - "roomcode": "5116.EG.003", - "usage": 46 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62130", + "area_id": 35, + "building_id": 1100, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62828, + "usage_id": 46 + }, + "5120.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "101, Seminar", "arch_name": "101@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "extended": { - "additional_description": "101, Seminar", - "address": "Am Coulombwall 6(5120), 1.Obergescho\u00df", - "architect_room_nr": "101@5120", - "area_m2": 39.28, - "building": "5120 Physik Beschleuniger LMU", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62130", - "roomcode": "5120.01.101", - "usage": 41 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62131", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62130, + "usage_id": 41 + }, + "5120.01.101A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "101A, Schleuse", "arch_name": "101A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62131", - "roomcode": "5120.01.101A", - "usage": 105 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62838", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62131, + "usage_id": 105 + }, + "5120.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "102, Labor", "arch_name": "102@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62838", - "roomcode": "5120.01.102", - "usage": 172 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62132", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62838, + "usage_id": 172 + }, + "5120.01.102A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "102A, Schleuse", "arch_name": "102A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62132", - "roomcode": "5120.01.102A", - "usage": 105 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62839", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62132, + "usage_id": 105 + }, + "5120.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "103, Labor", "arch_name": "103@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62839", - "roomcode": "5120.01.103", - "usage": 172 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62133", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62839, + "usage_id": 172 + }, + "5120.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "104, Rechner", "arch_name": "104@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62133", - "roomcode": "5120.01.104", - "usage": 207 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62134", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62133, + "usage_id": 207 + }, + "5120.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62134", - "roomcode": "5120.01.105", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62135", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62134, + "usage_id": 12 + }, + "5120.01.106A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "106A, Rechner", "arch_name": "106A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62135", - "roomcode": "5120.01.106A", - "usage": 110 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62136", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62135, + "usage_id": 110 + }, + "5120.01.106B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "106B, Rechner", "arch_name": "106B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62136", - "roomcode": "5120.01.106B", - "usage": 110 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62137", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62136, + "usage_id": 110 + }, + "5120.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "107, Labor", "arch_name": "107@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62137", - "roomcode": "5120.01.107", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62138", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62137, + "usage_id": 103 + }, + "5120.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "108, Teek\u00fcche", "arch_name": "108@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62138", - "roomcode": "5120.01.108", - "usage": 198 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62139", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62138, + "usage_id": 198 + }, + "5120.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "109, Sonst.Nutzung", "arch_name": "109@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62139", - "roomcode": "5120.01.109", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62140", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62139, + "usage_id": 37 + }, + "5120.01.109A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "109A, Sonst.Nutzung", "arch_name": "109A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62140", - "roomcode": "5120.01.109A", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62141", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62140, + "usage_id": 37 + }, + "5120.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "110, B\u00fcro", "arch_name": "110@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62141", - "roomcode": "5120.01.110", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62142", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62141, + "usage_id": 12 + }, + "5120.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "111, B\u00fcro", "arch_name": "111@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62142", - "roomcode": "5120.01.111", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62143", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62142, + "usage_id": 12 + }, + "5120.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "112, Server", "arch_name": "112@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62143", - "roomcode": "5120.01.112", - "usage": 207 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62144", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62143, + "usage_id": 207 + }, + "5120.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "113, B\u00fcro", "arch_name": "113@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62144", - "roomcode": "5120.01.113", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62145", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62144, + "usage_id": 12 + }, + "5120.01.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "114, B\u00fcro", "arch_name": "114@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62145", - "roomcode": "5120.01.114", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62146", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62145, + "usage_id": 12 + }, + "5120.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "115, B\u00fcro", "arch_name": "115@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62146", - "roomcode": "5120.01.115", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62147", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62146, + "usage_id": 12 + }, + "5120.01.115A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "115A, Lager", "arch_name": "115A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62147", - "roomcode": "5120.01.115A", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62148", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62147, + "usage_id": 30 + }, + "5120.01.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "117, Flur", "arch_name": "117@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62148", - "roomcode": "5120.01.117", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62149", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62148, + "usage_id": 222 + }, + "5120.01.117A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "117A, Flur", "arch_name": "117A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62149", - "roomcode": "5120.01.117A", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62150", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62149, + "usage_id": 222 + }, + "5120.01.117B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "117B, Flur", "arch_name": "117B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62150", - "roomcode": "5120.01.117B", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62151", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62150, + "usage_id": 222 + }, + "5120.01.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "118, B\u00fcro", "arch_name": "118@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62151", - "roomcode": "5120.01.118", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62152", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62151, + "usage_id": 12 + }, + "5120.01.119A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "119a, B\u00fcro", "arch_name": "119a@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62152", - "roomcode": "5120.01.119A", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62153", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62152, + "usage_id": 12 + }, + "5120.01.119B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "119b, B\u00fcro", "arch_name": "119b@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62153", - "roomcode": "5120.01.119B", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62154", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62153, + "usage_id": 12 + }, + "5120.01.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "120, B\u00fcro", "arch_name": "120@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62154", - "roomcode": "5120.01.120", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62155", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62154, + "usage_id": 12 + }, + "5120.01.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "121, B\u00fcro", "arch_name": "121@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62155", - "roomcode": "5120.01.121", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62156", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62155, + "usage_id": 12 + }, + "5120.01.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "122, B\u00fcro", "arch_name": "122@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62156", - "roomcode": "5120.01.122", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62157", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62156, + "usage_id": 12 + }, + "5120.01.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "123, Wohnen", "arch_name": "123@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62157", - "roomcode": "5120.01.123", - "usage": 53 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62841", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62157, + "usage_id": 53 + }, + "5120.01.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "124, Galerie", "arch_name": "124@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62841", - "roomcode": "5120.01.124", - "usage": 206 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62158", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62841, + "usage_id": 206 + }, + "5120.01.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "125, Galerie", "arch_name": "125@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62158", - "roomcode": "5120.01.125", - "usage": 206 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62159", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62158, + "usage_id": 206 + }, + "5120.01.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "130, Gemeinschaftsr.", "arch_name": "130@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62159", - "roomcode": "5120.01.130", - "usage": 218 - }, - { - "address": "Am Coulombwall 6, DG", - "address_link": "ris.einzelraum?raumkey=62843", + "area_id": 35, + "building_id": 873, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62159, + "usage_id": 218 + }, + "5120.DG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "501, Aufzugsmasch.", "arch_name": "501@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62843", - "roomcode": "5120.DG.501", - "usage": 5 - }, - { - "address": "Am Coulombwall 6, DG", - "address_link": "ris.einzelraum?raumkey=62842", + "area_id": 35, + "building_id": 873, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62843, + "usage_id": 5 + }, + "5120.DG.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "502, Aufzugsmasch.", "arch_name": "502@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62842", - "roomcode": "5120.DG.502", - "usage": 5 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47692", + "area_id": 35, + "building_id": 873, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62842, + "usage_id": 5 + }, + "5120.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "001, Physik. Versuchshalle", "arch_name": "001@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47692", - "roomcode": "5120.EG.001", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47956", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47692, + "usage_id": 49 + }, + "5120.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "002, Technologische Versuchshalle", "arch_name": "002@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47956", - "roomcode": "5120.EG.002", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47971", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47956, + "usage_id": 49 + }, + "5120.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "003, Physik. Versuchshalle", "arch_name": "003@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47971", - "roomcode": "5120.EG.003", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62115", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47971, + "usage_id": 49 + }, + "5120.EG.003A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "003A, Treppe", "arch_name": "003A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62115", - "roomcode": "5120.EG.003A", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62116", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62115, + "usage_id": 223 + }, + "5120.EG.003B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "003B, Flur", "arch_name": "003B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62116", - "roomcode": "5120.EG.003B", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47992", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62116, + "usage_id": 222 + }, + "5120.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "004, Physik. Versuchshalle", "arch_name": "004@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47992", - "roomcode": "5120.EG.004", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62824", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47992, + "usage_id": 49 + }, + "5120.EG.004B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "004B, Flur", "arch_name": "004B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62824", - "roomcode": "5120.EG.004B", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47757", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62824, + "usage_id": 222 + }, + "5120.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005, Schaltraum", "arch_name": "005@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47757", - "roomcode": "5120.EG.005", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47770", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47757, + "usage_id": 120 + }, + "5120.EG.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005A, Physik. Messraum/Analytik", "arch_name": "005A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47770", - "roomcode": "5120.EG.005A", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47563", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47770, + "usage_id": 103 + }, + "5120.EG.005D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005D, Physik. Messraum/Analytik", "arch_name": "005D@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47563", - "roomcode": "5120.EG.005D", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47574", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47563, + "usage_id": 103 + }, + "5120.EG.005E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005E, Physik. Messraum/Analytik", "arch_name": "005E@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47574", - "roomcode": "5120.EG.005E", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47587", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47574, + "usage_id": 103 + }, + "5120.EG.005F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005F, Treppenraum", "arch_name": "005F@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47587", - "roomcode": "5120.EG.005F", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47590", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47587, + "usage_id": 223 + }, + "5120.EG.005G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005G, Flur", "arch_name": "005G@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47590", - "roomcode": "5120.EG.005G", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47858", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47590, + "usage_id": 222 + }, + "5120.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "006, Stromversorgung", "arch_name": "006@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47858", - "roomcode": "5120.EG.006", - "usage": 160 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47866", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47858, + "usage_id": 160 + }, + "5120.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "007, Schaltraum", "arch_name": "007@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47866", - "roomcode": "5120.EG.007", - "usage": 164 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62117", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47866, + "usage_id": 164 + }, + "5120.EG.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "007A, Lager", "arch_name": "007A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62117", - "roomcode": "5120.EG.007A", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=47879", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62117, + "usage_id": 30 + }, + "5120.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "008, EDV-Raum", "arch_name": "008@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47879", - "roomcode": "5120.EG.008", - "usage": 207 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45922", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47879, + "usage_id": 207 + }, + "5120.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "010, Metallwerkstatt", "arch_name": "010@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45922", - "roomcode": "5120.EG.010", - "usage": 108 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45934", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45922, + "usage_id": 108 + }, + "5120.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "011, Sanit\u00e4rraum", "arch_name": "011@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45934", - "roomcode": "5120.EG.011", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45943", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45934, + "usage_id": 37 + }, + "5120.EG.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "011A, Sanit\u00e4rraum", "arch_name": "011A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45943", - "roomcode": "5120.EG.011A", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45955", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45943, + "usage_id": 37 + }, + "5120.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "012, Physiklabor", "arch_name": "012@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45955", - "roomcode": "5120.EG.012", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45961", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45955, + "usage_id": 103 + }, + "5120.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "013, Lager", "arch_name": "013@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45961", - "roomcode": "5120.EG.013", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46114", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45961, + "usage_id": 30 + }, + "5120.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "014, Eingangshalle", "arch_name": "014@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46114", - "roomcode": "5120.EG.014", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46121", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46114, + "usage_id": 222 + }, + "5120.EG.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "014A, Flur", "arch_name": "014A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46121", - "roomcode": "5120.EG.014A", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46131", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46121, + "usage_id": 222 + }, + "5120.EG.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "014B, Flur", "arch_name": "014B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46131", - "roomcode": "5120.EG.014B", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46144", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46131, + "usage_id": 222 + }, + "5120.EG.014C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "014C, Aufzug", "arch_name": "014C@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46144", - "roomcode": "5120.EG.014C", - "usage": 4 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46286", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46144, + "usage_id": 4 + }, + "5120.EG.014D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "014D, Treppenraum", "arch_name": "014D@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46286", - "roomcode": "5120.EG.014D", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46297", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46286, + "usage_id": 223 + }, + "5120.EG.014E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "014E, Aufsichtsraum", "arch_name": "014E@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46297", - "roomcode": "5120.EG.014E", - "usage": 9 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46307", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46297, + "usage_id": 9 + }, + "5120.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "015, Windfang", "arch_name": "015@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46307", - "roomcode": "5120.EG.015", - "usage": 52 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46319", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46307, + "usage_id": 52 + }, + "5120.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "016, Technologisches Labor", "arch_name": "016@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46319", - "roomcode": "5120.EG.016", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46329", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46319, + "usage_id": 12 + }, + "5120.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "017, Technologisches Labor", "arch_name": "017@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46329", - "roomcode": "5120.EG.017", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46476", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46329, + "usage_id": 12 + }, + "5120.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "018, Technologisches Labor", "arch_name": "018@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46476", - "roomcode": "5120.EG.018", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46483", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46476, + "usage_id": 12 + }, + "5120.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "019, Elektrolabor", "arch_name": "019@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46483", - "roomcode": "5120.EG.019", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46493", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46483, + "usage_id": 103 + }, + "5120.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "020, Metallwerkstatt", "arch_name": "020@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46493", - "roomcode": "5120.EG.020", - "usage": 108 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=46499", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46493, + "usage_id": 108 + }, + "5120.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "028, Physik. Messraum/Analytik", "arch_name": "028@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46499", - "roomcode": "5120.EG.028", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62118", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46499, + "usage_id": 103 + }, + "5120.EG.028A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "028A, Flur", "arch_name": "028A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62118", - "roomcode": "5120.EG.028A", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62830", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62118, + "usage_id": 222 + }, + "5120.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "030, Flur", "arch_name": "030@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62830", - "roomcode": "5120.EG.030", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62831", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62830, + "usage_id": 222 + }, + "5120.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "031, Verkehrsfl.", "arch_name": "031@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62831", - "roomcode": "5120.EG.031", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62832", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62831, + "usage_id": 222 + }, + "5120.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "032, Flur", "arch_name": "032@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62832", - "roomcode": "5120.EG.032", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62833", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62832, + "usage_id": 222 + }, + "5120.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "033, Lager", "arch_name": "033@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62833", - "roomcode": "5120.EG.033", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62834", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62833, + "usage_id": 30 + }, + "5120.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "034, Lager", "arch_name": "034@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62834", - "roomcode": "5120.EG.034", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62835", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62834, + "usage_id": 30 + }, + "5120.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "035, Lager", "arch_name": "035@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62835", - "roomcode": "5120.EG.035", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62119", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62835, + "usage_id": 30 + }, + "5120.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "036, Messraum", "arch_name": "036@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62119", - "roomcode": "5120.EG.036", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62120", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62119, + "usage_id": 103 + }, + "5120.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "037, Messraum", "arch_name": "037@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62120", - "roomcode": "5120.EG.037", - "usage": 103 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62121", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62120, + "usage_id": 103 + }, + "5120.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "038, Lager", "arch_name": "038@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62121", - "roomcode": "5120.EG.038", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62122", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62121, + "usage_id": 30 + }, + "5120.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "039, Werkstatt", "arch_name": "039@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62122", - "roomcode": "5120.EG.039", - "usage": 51 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62123", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62122, + "usage_id": 51 + }, + "5120.EG.039A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "039A, WC-Damen", "arch_name": "039A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62123", - "roomcode": "5120.EG.039A", - "usage": 116 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62124", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62123, + "usage_id": 116 + }, + "5120.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "040, Besprechung", "arch_name": "040@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62124", - "roomcode": "5120.EG.040", - "usage": 196 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62125", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62124, + "usage_id": 196 + }, + "5120.EG.040A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "040A, WC-Herren", "arch_name": "040A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62125", - "roomcode": "5120.EG.040A", - "usage": 115 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62126", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62125, + "usage_id": 115 + }, + "5120.EG.040B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "040B, Teek\u00fcche", "arch_name": "040B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62126", - "roomcode": "5120.EG.040B", - "usage": 198 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62127", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62126, + "usage_id": 198 + }, + "5120.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "041, B\u00fcro", "arch_name": "041@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62127", - "roomcode": "5120.EG.041", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62128", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62127, + "usage_id": 12 + }, + "5120.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "042, B\u00fcro", "arch_name": "042@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62128", - "roomcode": "5120.EG.042", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62129", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62128, + "usage_id": 12 + }, + "5120.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "043, B\u00fcro", "arch_name": "043@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62129", - "roomcode": "5120.EG.043", - "usage": 12 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62836", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62129, + "usage_id": 12 + }, + "5120.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "050, Trafostation", "arch_name": "050@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62836", - "roomcode": "5120.EG.050", - "usage": 46 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62837", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62836, + "usage_id": 46 + }, + "5120.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "051, Trafostation", "arch_name": "051@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62837", - "roomcode": "5120.EG.051", - "usage": 46 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48544", + "area_id": 35, + "building_id": 873, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62837, + "usage_id": 46 + }, + "5120.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-101, Physik. Versuchshalle", "arch_name": "-101@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48544", - "roomcode": "5120.U1.001", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=62614", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48544, + "usage_id": 49 + }, + "5120.U1.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-101A, Treppe", "arch_name": "-101A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62614", - "roomcode": "5120.U1.001A", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=62820", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62614, + "usage_id": 223 + }, + "5120.U1.001B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-101B, Treppe", "arch_name": "-101B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62820", - "roomcode": "5120.U1.001B", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=62821", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62820, + "usage_id": 223 + }, + "5120.U1.001C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-101C, Treppe", "arch_name": "-101C@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62821", - "roomcode": "5120.U1.001C", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48550", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62821, + "usage_id": 223 + }, + "5120.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-102, Installationskanal", "arch_name": "-102@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48550", - "roomcode": "5120.U1.002", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48557", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48550, + "usage_id": 120 + }, + "5120.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-103, Installationskanal", "arch_name": "-103@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48557", - "roomcode": "5120.U1.003", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48566", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48557, + "usage_id": 120 + }, + "5120.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-104, Physik. Versuchshalle", "arch_name": "-104@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48566", - "roomcode": "5120.U1.004", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=62114", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48566, + "usage_id": 49 + }, + "5120.U1.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-104A, Treppe", "arch_name": "-104A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62114", - "roomcode": "5120.U1.004A", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=48575", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62114, + "usage_id": 223 + }, + "5120.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-105, Installationskanal", "arch_name": "-105@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48575", - "roomcode": "5120.U1.005", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47116", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48575, + "usage_id": 120 + }, + "5120.U1.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-105A, Installationskanal", "arch_name": "-105A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47116", - "roomcode": "5120.U1.005A", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47135", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47116, + "usage_id": 120 + }, + "5120.U1.005C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-105C, Treppenraum", "arch_name": "-105C@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47135", - "roomcode": "5120.U1.005C", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47148", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47135, + "usage_id": 223 + }, + "5120.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-106, Raumlufttechnische Anlage", "arch_name": "-106@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47148", - "roomcode": "5120.U1.006", - "usage": 32 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=62822", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47148, + "usage_id": 32 + }, + "5120.U1.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-106A, Install.Schacht", "arch_name": "-106A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62822", - "roomcode": "5120.U1.006A", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47230", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62822, + "usage_id": 120 + }, + "5120.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-107, Stromversorgung", "arch_name": "-107@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47230", - "roomcode": "5120.U1.007", - "usage": 160 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47236", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47230, + "usage_id": 160 + }, + "5120.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108, Wasserversorgung", "arch_name": "-108@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47236", - "roomcode": "5120.U1.008", - "usage": 182 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47244", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47236, + "usage_id": 182 + }, + "5120.U1.008A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108A, Brauchwasser", "arch_name": "-108A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47244", - "roomcode": "5120.U1.008A", - "usage": 54 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47256", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47244, + "usage_id": 54 + }, + "5120.U1.008B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108B, Gase / Fl\u00fcssigkeiten", "arch_name": "-108B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47256", - "roomcode": "5120.U1.008B", - "usage": 182 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47260", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47256, + "usage_id": 182 + }, + "5120.U1.008C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108C, Lager", "arch_name": "-108C@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47260", - "roomcode": "5120.U1.008C", - "usage": 132 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47270", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47260, + "usage_id": 132 + }, + "5120.U1.008D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108D, Raumlufttechnische Anlage", "arch_name": "-108D@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47270", - "roomcode": "5120.U1.008D", - "usage": 32 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47349", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47270, + "usage_id": 32 + }, + "5120.U1.008E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108E, Wasserversorgung", "arch_name": "-108E@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47349", - "roomcode": "5120.U1.008E", - "usage": 182 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47356", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47349, + "usage_id": 182 + }, + "5120.U1.008F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108F, Installationsraum", "arch_name": "-108F@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47356", - "roomcode": "5120.U1.008F", - "usage": 120 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=62823", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47356, + "usage_id": 120 + }, + "5120.U1.008G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-108G, K\u00e4ltemasch.", "arch_name": "-108G@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62823", - "roomcode": "5120.U1.008G", - "usage": 32 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47369", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62823, + "usage_id": 32 + }, + "5120.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-109, Sanit\u00e4rraum", "arch_name": "-109@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47369", - "roomcode": "5120.U1.009", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47375", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47369, + "usage_id": 37 + }, + "5120.U1.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-109A, Sanit\u00e4rraum", "arch_name": "-109A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47375", - "roomcode": "5120.U1.009A", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47445", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47375, + "usage_id": 37 + }, + "5120.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-110, Abwasseraufbereitung", "arch_name": "-110@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47445", - "roomcode": "5120.U1.010", - "usage": 182 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47457", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47445, + "usage_id": 182 + }, + "5120.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-111, Garderobe / Umkleide", "arch_name": "-111@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47457", - "roomcode": "5120.U1.011", - "usage": 121 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47461", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47457, + "usage_id": 121 + }, + "5120.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-112, Sanit\u00e4rraum", "arch_name": "-112@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47461", - "roomcode": "5120.U1.012", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47472", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47461, + "usage_id": 37 + }, + "5120.U1.012A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-112A, Sanit\u00e4rraum", "arch_name": "-112A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47472", - "roomcode": "5120.U1.012A", - "usage": 37 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47479", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47472, + "usage_id": 37 + }, + "5120.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-113, Gase / Fl\u00fcssigkeiten", "arch_name": "-113@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47479", - "roomcode": "5120.U1.013", - "usage": 17 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47655", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47479, + "usage_id": 17 + }, + "5120.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-114, Flur", "arch_name": "-114@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47655", - "roomcode": "5120.U1.014", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47668", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47655, + "usage_id": 222 + }, + "5120.U1.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-114A, Treppenraum", "arch_name": "-114A@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47668", - "roomcode": "5120.U1.014A", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, 1.UG", - "address_link": "ris.einzelraum?raumkey=47681", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47668, + "usage_id": 223 + }, + "5120.U1.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "-114B, Aufzug", "arch_name": "-114B@5120", - "b_area_id": 35, - "b_filter_id": 873, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47681", - "roomcode": "5120.U1.014B", - "usage": 195 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62792", + "area_id": 35, + "building_id": 873, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47681, + "usage_id": 195 + }, + "5121.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "101, K\u00e4ltemasch.", "arch_name": "101@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62792", - "roomcode": "5121.01.101", - "usage": 32 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62493", + "area_id": 35, + "building_id": 874, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62792, + "usage_id": 32 + }, + "5121.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "102, Galerie", "arch_name": "102@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62493", - "roomcode": "5121.01.102", - "usage": 206 - }, - { - "address": "Am Coulombwall 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=62494", + "area_id": 35, + "building_id": 874, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62493, + "usage_id": 206 + }, + "5121.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "103, Galerie", "arch_name": "103@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62494", - "roomcode": "5121.01.103", - "usage": 206 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=44904", + "area_id": 35, + "building_id": 874, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62494, + "usage_id": 206 + }, + "5121.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "001, Montage- und Versuchshalle", "arch_name": "001@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44904", - "roomcode": "5121.EG.001", - "usage": 49 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=44916", + "area_id": 35, + "building_id": 874, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44904, + "usage_id": 49 + }, + "5121.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "002, Anlieferung und Reparatur", "arch_name": "002@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44916", - "roomcode": "5121.EG.002", - "usage": 186 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=62448", + "area_id": 35, + "building_id": 874, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44916, + "usage_id": 186 + }, + "5121.EG.002A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "002A, Treppe", "arch_name": "002A@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62448", - "roomcode": "5121.EG.002A", - "usage": 223 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45064", + "area_id": 35, + "building_id": 874, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62448, + "usage_id": 223 + }, + "5121.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "003, Computerraum", "arch_name": "003@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45064", - "roomcode": "5121.EG.003", - "usage": 207 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=45077", + "area_id": 35, + "building_id": 874, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45064, + "usage_id": 207 + }, + "5121.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "004, Gasflaschenzentrale", "arch_name": "004@5121", - "b_area_id": 35, - "b_filter_id": 874, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45077", - "roomcode": "5121.EG.004", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59109", + "area_id": 35, + "building_id": 874, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45077, + "usage_id": 30 + }, + "5122.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "001, Fl\u00fcssig Stickstoff", "arch_name": "001@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59109", - "roomcode": "5122.EG.001", - "usage": 17 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59111", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59109, + "usage_id": 17 + }, + "5122.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "002, Kistenlager", "arch_name": "002@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59111", - "roomcode": "5122.EG.002", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59110", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59111, + "usage_id": 30 + }, + "5122.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "003, Lager", "arch_name": "003@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59110", - "roomcode": "5122.EG.003", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59108", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59110, + "usage_id": 30 + }, + "5122.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "004, Lager", "arch_name": "004@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59108", - "roomcode": "5122.EG.004", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59112", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59108, + "usage_id": 30 + }, + "5122.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "005, Flaschenlager", "arch_name": "005@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59112", - "roomcode": "5122.EG.005", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59113", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59112, + "usage_id": 30 + }, + "5122.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "006, Notstrom", "arch_name": "006@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59113", - "roomcode": "5122.EG.006", - "usage": 160 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59114", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59113, + "usage_id": 160 + }, + "5122.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "007, Lager", "arch_name": "007@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59114", - "roomcode": "5122.EG.007", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59116", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59114, + "usage_id": 30 + }, + "5122.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "008, \u00d6llager", "arch_name": "008@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59116", - "roomcode": "5122.EG.008", - "usage": 30 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59115", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59116, + "usage_id": 30 + }, + "5122.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "009, Flur", "arch_name": "009@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59115", - "roomcode": "5122.EG.009", - "usage": 222 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59118", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59115, + "usage_id": 222 + }, + "5122.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "010, R\u00fcckk\u00fchlwerke u. Pumpen", "arch_name": "010@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59118", - "roomcode": "5122.EG.010", - "usage": 32 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=59117", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59118, + "usage_id": 32 + }, + "5122.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "011, Abluftschacht", "arch_name": "011@5122", - "b_area_id": 35, - "b_filter_id": 930, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59117", - "roomcode": "5122.EG.011", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68773", + "area_id": 35, + "building_id": 930, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59117, + "usage_id": 32 + }, + "5123.01.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 121, B\u00fcro", "arch_name": "W 121@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68773", - "roomcode": "5123.01.121", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68786", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68773, + "usage_id": 12 + }, + "5123.01.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 122, B\u00fcro", "arch_name": "W 122@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68786", - "roomcode": "5123.01.122", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68787", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68786, + "usage_id": 12 + }, + "5123.01.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 123, B\u00fcro", "arch_name": "W 123@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68787", - "roomcode": "5123.01.123", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68788", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68787, + "usage_id": 12 + }, + "5123.01.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 124, B\u00fcro", "arch_name": "W 124@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68788", - "roomcode": "5123.01.124", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68789", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68788, + "usage_id": 12 + }, + "5123.01.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 125, B\u00fcro", "arch_name": "W 125@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68789", - "roomcode": "5123.01.125", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68790", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68789, + "usage_id": 12 + }, + "5123.01.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 126, B\u00fcro", "arch_name": "W 126@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68790", - "roomcode": "5123.01.126", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68779", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68790, + "usage_id": 12 + }, + "5123.01.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 127, B\u00fcro", "arch_name": "W 127@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68779", - "roomcode": "5123.01.127", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68780", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68779, + "usage_id": 12 + }, + "5123.01.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 129, B\u00fcro", "arch_name": "W 129@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68780", - "roomcode": "5123.01.129", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68792", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68780, + "usage_id": 12 + }, + "5123.01.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 130, ELT-Technik", "arch_name": "W 130@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68792", - "roomcode": "5123.01.130", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68782", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68792, + "usage_id": 160 + }, + "5123.01.130A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 130A, Daten-Technik", "arch_name": "W 130A@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68782", - "roomcode": "5123.01.130A", - "usage": 120 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68781", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68782, + "usage_id": 120 + }, + "5123.01.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 131, B\u00fcro", "arch_name": "W 131@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68781", - "roomcode": "5123.01.131", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68774", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68781, + "usage_id": 12 + }, + "5123.01.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 132, Mehrzweckraum", "arch_name": "W 132@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "extended": { - "additional_description": "W 132, Mehrzweckraum", - "address": "Am Coulombwall 1(5123), 1.Obergescho\u00df", - "architect_room_nr": "W 132@5123", - "area_m2": 104.52, - "building": "5123 Physik Werkstattgeb\u00e4ude LMU", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "132", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68774", - "roomcode": "5123.01.132", - "usage": 130 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68775", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68774, + "usage_id": 130 + }, + "5123.01.137": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 137, B\u00fcro", "arch_name": "W 137@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68775", - "roomcode": "5123.01.137", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68776", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68775, + "usage_id": 12 + }, + "5123.01.139": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 139, B\u00fcro", "arch_name": "W 139@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68776", - "roomcode": "5123.01.139", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68791", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68776, + "usage_id": 12 + }, + "5123.01.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 140, Putzraum", "arch_name": "W 140@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68791", - "roomcode": "5123.01.140", - "usage": 205 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68777", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68791, + "usage_id": 205 + }, + "5123.01.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 141, B\u00fcro", "arch_name": "W 141@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68777", - "roomcode": "5123.01.141", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68778", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68777, + "usage_id": 12 + }, + "5123.01.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 143, B\u00fcro", "arch_name": "W 143@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68778", - "roomcode": "5123.01.143", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68793", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68778, + "usage_id": 12 + }, + "5123.01.176": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 176, WC-Damen", "arch_name": "W 176@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68793", - "roomcode": "5123.01.176", - "usage": 116 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68794", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68793, + "usage_id": 116 + }, + "5123.01.177": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 177, WC-Herren", "arch_name": "W 177@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68794", - "roomcode": "5123.01.177", - "usage": 115 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68795", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68794, + "usage_id": 115 + }, + "5123.01.178": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 178, Beh.-WC", "arch_name": "W 178@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68795", - "roomcode": "5123.01.178", - "usage": 117 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68783", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68795, + "usage_id": 117 + }, + "5123.01.180": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 180, Flur", "arch_name": "W 180@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68783", - "roomcode": "5123.01.180", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68784", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68783, + "usage_id": 222 + }, + "5123.01.181": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 181, Flur", "arch_name": "W 181@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68784", - "roomcode": "5123.01.181", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=68785", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68784, + "usage_id": 222 + }, + "5123.01.182": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "W 182, Treppenhaus", "arch_name": "W 182@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68785", - "roomcode": "5123.01.182", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=47076", + "area_id": 35, + "building_id": 875, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68785, + "usage_id": 223 + }, + "5123.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, Metallwerkstatt", "arch_name": "001@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47076", - "roomcode": "5123.EG.001", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=47079", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47076, + "usage_id": 51 + }, + "5123.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47079", - "roomcode": "5123.EG.002", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=47087", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47079, + "usage_id": 12 + }, + "5123.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, Annahme / Ausgabe", "arch_name": "003@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47087", - "roomcode": "5123.EG.003", - "usage": 186 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=47097", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47087, + "usage_id": 186 + }, + "5123.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, Metallwerkstatt", "arch_name": "004@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47097", - "roomcode": "5123.EG.004", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=47104", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47097, + "usage_id": 51 + }, + "5123.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, Annahme / Ausgabe", "arch_name": "005@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47104", - "roomcode": "5123.EG.005", - "usage": 186 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44387", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47104, + "usage_id": 186 + }, + "5123.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, Aufenthalt", "arch_name": "006@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44387", - "roomcode": "5123.EG.006", - "usage": 44 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44401", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44387, + "usage_id": 44 + }, + "5123.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Elektroniklabor", "arch_name": "007@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44401", - "roomcode": "5123.EG.007", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44407", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44401, + "usage_id": 103 + }, + "5123.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "008, Elektronikwerkstatt", "arch_name": "008@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44407", - "roomcode": "5123.EG.008", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44413", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44407, + "usage_id": 51 + }, + "5123.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "009, B\u00fcro", "arch_name": "009@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44413", - "roomcode": "5123.EG.009", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44424", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44413, + "usage_id": 12 + }, + "5123.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "010, B\u00fcro", "arch_name": "010@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44424", - "roomcode": "5123.EG.010", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44573", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44424, + "usage_id": 12 + }, + "5123.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "011, B\u00fcro", "arch_name": "011@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44573", - "roomcode": "5123.EG.011", - "usage": 12 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44585", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44573, + "usage_id": 12 + }, + "5123.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "012, Bibliothek", "arch_name": "012@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44585", - "roomcode": "5123.EG.012", - "usage": 10 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44594", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44585, + "usage_id": 10 + }, + "5123.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "013, Zeichen-/Konstruktionsraum", "arch_name": "013@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "extended": { - "additional_description": "013, Zeichen-/Konstruktionsraum", - "address": "Am Coulombwall 1(5123), Erdgescho\u00df", - "architect_room_nr": "013@5123", - "area_m2": 41.0, - "building": "5123 Physik Werkstattgeb\u00e4ude LMU", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44594", - "roomcode": "5123.EG.013", - "usage": 55 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44600", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44594, + "usage_id": 55 + }, + "5123.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "014, Holz-/Kunststoffwerkstatt", "arch_name": "014@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44600", - "roomcode": "5123.EG.014", - "usage": 107 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44608", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44600, + "usage_id": 107 + }, + "5123.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "015, Metallwerkstatt", "arch_name": "015@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44608", - "roomcode": "5123.EG.015", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44755", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44608, + "usage_id": 51 + }, + "5123.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "016, Oberfl\u00e4chenbehandlung", "arch_name": "016@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44755", - "roomcode": "5123.EG.016", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44767", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44755, + "usage_id": 51 + }, + "5123.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "017, Physik. Messraum/Analytik", "arch_name": "017@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44767", - "roomcode": "5123.EG.017", - "usage": 103 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44775", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44767, + "usage_id": 103 + }, + "5123.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "018, Holz-/Kunststoffwerkstatt", "arch_name": "018@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44775", - "roomcode": "5123.EG.018", - "usage": 107 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44782", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44775, + "usage_id": 107 + }, + "5123.EG.019": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18664&cReadonly=J", - "extended": { - "additional_description": "019, LMU H\u00f6rsaal im Physik Werkstattgeb\u00e4ude", - "address": "Am Coulombwall 1(5123), Erdgescho\u00df", - "architect_room_nr": "019@5123", - "area_m2": 201.0, - "building": "5123 Physik Werkstattgeb\u00e4ude LMU", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "019", - "seats": 200, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44782", - "roomcode": "5123.EG.019", - "usage": 20 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44924", + "area_id": 35, + "building_id": 875, + "calendar_resource_nr": 18664, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": 200, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44782, + "usage_id": 20 + }, + "5123.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "020, Projektionsraum", "arch_name": "020@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44924", - "roomcode": "5123.EG.020", - "usage": 23 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44928", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44924, + "usage_id": 23 + }, + "5123.EG.082": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "082, Flur", "arch_name": "082@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44928", - "roomcode": "5123.EG.082", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44940", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44928, + "usage_id": 222 + }, + "5123.EG.083": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "083, Flur", "arch_name": "083@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44940", - "roomcode": "5123.EG.083", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44945", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44940, + "usage_id": 222 + }, + "5123.EG.084": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "084, Flur", "arch_name": "084@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44945", - "roomcode": "5123.EG.084", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=44955", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44945, + "usage_id": 222 + }, + "5123.EG.085": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "085, Abstellraum", "arch_name": "085@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44955", - "roomcode": "5123.EG.085", - "usage": 159 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45101", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44955, + "usage_id": 159 + }, + "5123.EG.086": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "086, Treppenraum", "arch_name": "086@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45101", - "roomcode": "5123.EG.086", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45123", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45101, + "usage_id": 223 + }, + "5123.EG.087": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "087, Windfang", "arch_name": "087@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45123", - "roomcode": "5123.EG.087", - "usage": 52 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45134", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45123, + "usage_id": 52 + }, + "5123.EG.088": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "088, Sanit\u00e4r", "arch_name": "088@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45134", - "roomcode": "5123.EG.088", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45290", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45134, + "usage_id": 37 + }, + "5123.EG.089": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "089, Sanit\u00e4r", "arch_name": "089@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45290", - "roomcode": "5123.EG.089", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45302", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45290, + "usage_id": 37 + }, + "5123.EG.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "090, Sanit\u00e4r", "arch_name": "090@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45302", - "roomcode": "5123.EG.090", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45313", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45302, + "usage_id": 37 + }, + "5123.EG.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "091, Sanit\u00e4r", "arch_name": "091@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45313", - "roomcode": "5123.EG.091", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45462", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45313, + "usage_id": 37 + }, + "5123.EG.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "092, Aufzug", "arch_name": "092@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45462", - "roomcode": "5123.EG.092", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45479", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45462, + "usage_id": 4 + }, + "5123.EG.093": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "093, Flur", "arch_name": "093@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45479", - "roomcode": "5123.EG.093", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45492", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45479, + "usage_id": 222 + }, + "5123.EG.094": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "094, Flur", "arch_name": "094@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45492", - "roomcode": "5123.EG.094", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45504", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45492, + "usage_id": 222 + }, + "5123.EG.095": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "095, Treppenraum", "arch_name": "095@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45504", - "roomcode": "5123.EG.095", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45658", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45504, + "usage_id": 223 + }, + "5123.EG.096": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "096, Sanit\u00e4r", "arch_name": "096@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45658", - "roomcode": "5123.EG.096", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45674", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45658, + "usage_id": 37 + }, + "5123.EG.097": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "097, Sanit\u00e4r", "arch_name": "097@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45674", - "roomcode": "5123.EG.097", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, EG", - "address_link": "ris.einzelraum?raumkey=45829", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45674, + "usage_id": 37 + }, + "5123.EG.098": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "098, Sanit\u00e4r", "arch_name": "098@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45829", - "roomcode": "5123.EG.098", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45261", + "area_id": 35, + "building_id": 875, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45829, + "usage_id": 37 + }, + "5123.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "001, Raumlufttechnik", "arch_name": "001@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45261", - "roomcode": "5123.U1.001", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45272", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45261, + "usage_id": 32 + }, + "5123.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "002, Raumlufttechnik", "arch_name": "002@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45272", - "roomcode": "5123.U1.002", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45281", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45272, + "usage_id": 32 + }, + "5123.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "003, Vorbereitung", "arch_name": "003@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45281", - "roomcode": "5123.U1.003", - "usage": 136 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45428", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45281, + "usage_id": 136 + }, + "5123.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "004, Raumlufttechnik", "arch_name": "004@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45428", - "roomcode": "5123.U1.004", - "usage": 32 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45436", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45428, + "usage_id": 32 + }, + "5123.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "005, Lager", "arch_name": "005@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45436", - "roomcode": "5123.U1.005", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45446", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45436, + "usage_id": 30 + }, + "5123.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "006, Oberfl\u00e4chenbehandlung", "arch_name": "006@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45446", - "roomcode": "5123.U1.006", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45453", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45446, + "usage_id": 51 + }, + "5123.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "007, Oberfl\u00e4chenbehandlung", "arch_name": "007@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45453", - "roomcode": "5123.U1.007", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45602", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45453, + "usage_id": 51 + }, + "5123.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "008, Oberfl\u00e4chenbehandlung", "arch_name": "008@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45602", - "roomcode": "5123.U1.008", - "usage": 51 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45616", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45602, + "usage_id": 51 + }, + "5123.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "009, Lager", "arch_name": "009@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45616", - "roomcode": "5123.U1.009", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45630", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45616, + "usage_id": 30 + }, + "5123.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "010, Stromversorgung", "arch_name": "010@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45630", - "roomcode": "5123.U1.010", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45640", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45630, + "usage_id": 160 + }, + "5123.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "011, Stromversorgung", "arch_name": "011@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45640", - "roomcode": "5123.U1.011", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45788", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45640, + "usage_id": 160 + }, + "5123.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "012, Stromversorgung", "arch_name": "012@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45788", - "roomcode": "5123.U1.012", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45803", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45788, + "usage_id": 160 + }, + "5123.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "013, Stromversorgung", "arch_name": "013@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45803", - "roomcode": "5123.U1.013", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45819", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45803, + "usage_id": 160 + }, + "5123.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "014, Stromversorgung", "arch_name": "014@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45819", - "roomcode": "5123.U1.014", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45825", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45819, + "usage_id": 160 + }, + "5123.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "015, Stromversorgung", "arch_name": "015@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45825", - "roomcode": "5123.U1.015", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45977", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45825, + "usage_id": 160 + }, + "5123.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "016, Lager", "arch_name": "016@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45977", - "roomcode": "5123.U1.016", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45986", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45977, + "usage_id": 30 + }, + "5123.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "017, Lager", "arch_name": "017@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45986", - "roomcode": "5123.U1.017", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45995", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45986, + "usage_id": 30 + }, + "5123.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "018, Lager", "arch_name": "018@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45995", - "roomcode": "5123.U1.018", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45999", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45995, + "usage_id": 30 + }, + "5123.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "019, Abwasseraufbereitung/-beseitigung", "arch_name": "019@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45999", - "roomcode": "5123.U1.019", - "usage": 182 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46153", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45999, + "usage_id": 182 + }, + "5123.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "020, Lager", "arch_name": "020@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46153", - "roomcode": "5123.U1.020", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46163", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46153, + "usage_id": 30 + }, + "5123.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "021, Holz-/Kunststoffwerkstatt", "arch_name": "021@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46163", - "roomcode": "5123.U1.021", - "usage": 107 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46176", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46163, + "usage_id": 107 + }, + "5123.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "022, Lager", "arch_name": "022@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46176", - "roomcode": "5123.U1.022", - "usage": 30 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46186", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46176, + "usage_id": 30 + }, + "5123.U1.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "063, Flur", "arch_name": "063@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46186", - "roomcode": "5123.U1.063", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46196", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46186, + "usage_id": 222 + }, + "5123.U1.063A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "063A, Flur", "arch_name": "063A@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46196", - "roomcode": "5123.U1.063A", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46343", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46196, + "usage_id": 222 + }, + "5123.U1.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "064, Flur", "arch_name": "064@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46343", - "roomcode": "5123.U1.064", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46353", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46343, + "usage_id": 222 + }, + "5123.U1.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "065, Flur", "arch_name": "065@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46353", - "roomcode": "5123.U1.065", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46360", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46353, + "usage_id": 222 + }, + "5123.U1.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "066, Flur", "arch_name": "066@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46360", - "roomcode": "5123.U1.066", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46372", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46360, + "usage_id": 222 + }, + "5123.U1.066A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "066A, Abstellraum", "arch_name": "066A@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46372", - "roomcode": "5123.U1.066A", - "usage": 159 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46519", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46372, + "usage_id": 159 + }, + "5123.U1.067": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "067, Flur", "arch_name": "067@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46519", - "roomcode": "5123.U1.067", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46533", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46519, + "usage_id": 222 + }, + "5123.U1.068": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "068, Treppenraum", "arch_name": "068@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46533", - "roomcode": "5123.U1.068", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46544", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46533, + "usage_id": 223 + }, + "5123.U1.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "069, Treppenraum", "arch_name": "069@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46544", - "roomcode": "5123.U1.069", - "usage": 223 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46701", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46544, + "usage_id": 223 + }, + "5123.U1.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "071, Stromversorgung", "arch_name": "071@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46701", - "roomcode": "5123.U1.071", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46711", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46701, + "usage_id": 160 + }, + "5123.U1.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "072, Stromversorgung", "arch_name": "072@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46711", - "roomcode": "5123.U1.072", - "usage": 160 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46725", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46711, + "usage_id": 160 + }, + "5123.U1.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "073, Flur", "arch_name": "073@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46725", - "roomcode": "5123.U1.073", - "usage": 222 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46735", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46725, + "usage_id": 222 + }, + "5123.U1.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "074, Sanit\u00e4r", "arch_name": "074@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46735", - "roomcode": "5123.U1.074", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46739", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46735, + "usage_id": 37 + }, + "5123.U1.075": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "075, Sanit\u00e4r", "arch_name": "075@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46739", - "roomcode": "5123.U1.075", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46891", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46739, + "usage_id": 37 + }, + "5123.U1.076": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "076, Sanit\u00e4r", "arch_name": "076@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46891", - "roomcode": "5123.U1.076", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46903", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46891, + "usage_id": 37 + }, + "5123.U1.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "077, Sanit\u00e4r", "arch_name": "077@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46903", - "roomcode": "5123.U1.077", - "usage": 37 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46914", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46903, + "usage_id": 37 + }, + "5123.U1.078": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "078, Aufzug", "arch_name": "078@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46914", - "roomcode": "5123.U1.078", - "usage": 4 - }, - { - "address": "Am Coulombwall 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46927", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46914, + "usage_id": 4 + }, + "5123.U1.079": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "alt_name": "079, Aufzug", "arch_name": "079@5123", - "b_area_id": 35, - "b_filter_id": 875, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46927", - "roomcode": "5123.U1.079", - "usage": 4 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46237", + "area_id": 35, + "building_id": 875, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46927, + "usage_id": 4 + }, + "5124.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "101, B\u00fcro", "arch_name": "101@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46237", - "roomcode": "5124.01.101", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46388", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46237, + "usage_id": 12 + }, + "5124.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "102, B\u00fcro", "arch_name": "102@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46388", - "roomcode": "5124.01.102", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46396", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46388, + "usage_id": 12 + }, + "5124.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "103, B\u00fcro", "arch_name": "103@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46396", - "roomcode": "5124.01.103", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46404", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46396, + "usage_id": 12 + }, + "5124.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "104, B\u00fcro", "arch_name": "104@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46404", - "roomcode": "5124.01.104", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46418", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46404, + "usage_id": 12 + }, + "5124.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "105, B\u00fcro", "arch_name": "105@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46418", - "roomcode": "5124.01.105", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46423", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46418, + "usage_id": 12 + }, + "5124.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "106, B\u00fcro", "arch_name": "106@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46423", - "roomcode": "5124.01.106", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=46570", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46423, + "usage_id": 12 + }, + "5124.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "107, Flur", "arch_name": "107@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46570", - "roomcode": "5124.01.107", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45847", + "area_id": 35, + "building_id": 792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46570, + "usage_id": 222 + }, + "5124.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "001, B\u00fcro", "arch_name": "001@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45847", - "roomcode": "5124.EG.001", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=45860", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45847, + "usage_id": 12 + }, + "5124.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "002, B\u00fcro", "arch_name": "002@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45860", - "roomcode": "5124.EG.002", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=46011", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45860, + "usage_id": 12 + }, + "5124.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "003, B\u00fcro", "arch_name": "003@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46011", - "roomcode": "5124.EG.003", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=46030", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46011, + "usage_id": 12 + }, + "5124.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "004, B\u00fcro", "arch_name": "004@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46030", - "roomcode": "5124.EG.004", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=46047", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46030, + "usage_id": 12 + }, + "5124.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "005, B\u00fcro", "arch_name": "005@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46047", - "roomcode": "5124.EG.005", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=46056", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46047, + "usage_id": 12 + }, + "5124.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "006, B\u00fcro", "arch_name": "006@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46056", - "roomcode": "5124.EG.006", - "usage": 12 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=46204", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46056, + "usage_id": 12 + }, + "5124.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "007, Flur", "arch_name": "007@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46204", - "roomcode": "5124.EG.007", - "usage": 222 - }, - { - "address": "James-Franck-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=46216", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46204, + "usage_id": 222 + }, + "5124.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "alt_name": "008, Besprechungsraum", "arch_name": "008@5124", - "b_area_id": 35, - "b_filter_id": 792, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19703", - "operator": "[ TUZEWSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46216", - "roomcode": "5124.EG.008", - "usage": 196 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63615", + "area_id": 35, + "building_id": 792, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19703, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46216, + "usage_id": 196 + }, + "5125.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0001, BMZ", "arch_name": "0001@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63615", - "roomcode": "5125.EG.001", - "usage": 164 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63605", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63615, + "usage_id": 164 + }, + "5125.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0003, Server", "arch_name": "0003@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63605", - "roomcode": "5125.EG.003", - "usage": 207 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63600", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63605, + "usage_id": 207 + }, + "5125.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0005, NSHV", "arch_name": "0005@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63600", - "roomcode": "5125.EG.005", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63609", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63600, + "usage_id": 160 + }, + "5125.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0007, Gasflaschenlager", "arch_name": "0007@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63609", - "roomcode": "5125.EG.007", - "usage": 30 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63602", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63609, + "usage_id": 30 + }, + "5125.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0009, Trafo 2", "arch_name": "0009@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63602", - "roomcode": "5125.EG.009", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63599", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63602, + "usage_id": 160 + }, + "5125.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0011, MSHV", "arch_name": "0011@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63599", - "roomcode": "5125.EG.011", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63604", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63599, + "usage_id": 160 + }, + "5125.EG.062C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0062C, Schacht", "arch_name": "0062C@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63604", - "roomcode": "5125.EG.062C", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63608", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63604, + "usage_id": 120 + }, + "5125.EG.064A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U64A, K\u00e4ltemaschine", "arch_name": "U64A@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63608", - "roomcode": "5125.EG.064A", - "usage": 32 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63603", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63608, + "usage_id": 32 + }, + "5125.EG.066D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0066D, Schacht", "arch_name": "0066D@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63603", - "roomcode": "5125.EG.066D", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63614", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63603, + "usage_id": 120 + }, + "5125.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0070, WC-Vorraum Herren", "arch_name": "0070@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63614", - "roomcode": "5125.EG.070", - "usage": 118 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63613", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63614, + "usage_id": 118 + }, + "5125.EG.070A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0070A, WC-Herren", "arch_name": "0070A@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63613", - "roomcode": "5125.EG.070A", - "usage": 115 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63612", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63613, + "usage_id": 115 + }, + "5125.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0071, WC-Vorraum Damen", "arch_name": "0071@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63612", - "roomcode": "5125.EG.071", - "usage": 118 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63611", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63612, + "usage_id": 118 + }, + "5125.EG.071A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0071A, WC-Damen", "arch_name": "0071A@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63611", - "roomcode": "5125.EG.071A", - "usage": 116 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63610", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63611, + "usage_id": 116 + }, + "5125.EG.071B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0071B, Putzraum", "arch_name": "0071B@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63610", - "roomcode": "5125.EG.071B", - "usage": 205 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=65103", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63610, + "usage_id": 205 + }, + "5125.EG.080": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0080, Schaltraum", "arch_name": "0080@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65103", - "roomcode": "5125.EG.080", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63606", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65103, + "usage_id": 120 + }, + "5125.EG.080A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0080A, Empfang", "arch_name": "0080A@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63606", - "roomcode": "5125.EG.080A", - "usage": 12 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63601", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63606, + "usage_id": 12 + }, + "5125.EG.086B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0086B, Erschlie\u00dfungsgang", "arch_name": "0086B@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63601", - "roomcode": "5125.EG.086B", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1a, EG", - "address_link": "ris.einzelraum?raumkey=63607", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63601, + "usage_id": 222 + }, + "5125.EG.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "0090, Flur/Treppe", "arch_name": "0090@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63607", - "roomcode": "5125.EG.090", - "usage": 223 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63591", + "area_id": 35, + "building_id": 1425, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63607, + "usage_id": 223 + }, + "5125.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U101, Sich-Bel.", "arch_name": "U101@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63591", - "roomcode": "5125.U1.101", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63595", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63591, + "usage_id": 120 + }, + "5125.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U102, Vorbereitung", "arch_name": "U102@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63595", - "roomcode": "5125.U1.102", - "usage": 136 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=65102", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63595, + "usage_id": 136 + }, + "5125.U1.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U104, Schleuse", "arch_name": "U104@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65102", - "roomcode": "5125.U1.104", - "usage": 105 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63594", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65102, + "usage_id": 105 + }, + "5125.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U106, Vorbereitung S1", "arch_name": "U106@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63594", - "roomcode": "5125.U1.106", - "usage": 136 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63589", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63594, + "usage_id": 136 + }, + "5125.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U107, Technik", "arch_name": "U107@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63589", - "roomcode": "5125.U1.107", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63597", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63589, + "usage_id": 120 + }, + "5125.U1.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U108, Experiment. Halle", "arch_name": "U108@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63597", - "roomcode": "5125.U1.108", - "usage": 49 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63596", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63597, + "usage_id": 49 + }, + "5125.U1.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U110, Laserhalle", "arch_name": "U110@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63596", - "roomcode": "5125.U1.110", - "usage": 49 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63590", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63596, + "usage_id": 49 + }, + "5125.U1.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U113, Infrastruktur", "arch_name": "U113@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63590", - "roomcode": "5125.U1.113", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63598", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63590, + "usage_id": 120 + }, + "5125.U1.164H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U164H, Notausgang", "arch_name": "U164H@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63598", - "roomcode": "5125.U1.164H", - "usage": 219 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63593", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63598, + "usage_id": 219 + }, + "5125.U1.180": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U180, Flur", "arch_name": "U180@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63593", - "roomcode": "5125.U1.180", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1a, 1.UG", - "address_link": "ris.einzelraum?raumkey=63592", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63593, + "usage_id": 222 + }, + "5125.U1.190": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "alt_name": "U190, Treppe", "arch_name": "U190@5125", - "b_area_id": 35, - "b_filter_id": 1425, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63592", - "roomcode": "5125.U1.190", - "usage": 223 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67543", + "area_id": 35, + "building_id": 1425, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63592, + "usage_id": 223 + }, + "5126.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "021, Elektronikabt.", "arch_name": "021@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67543", - "roomcode": "5126.EG.021", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67544", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67543, + "usage_id": 103 + }, + "5126.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "023, Steuerzentrale", "arch_name": "023@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67544", - "roomcode": "5126.EG.023", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67540", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67544, + "usage_id": 120 + }, + "5126.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "030, Sich. Beleuchtung", "arch_name": "030@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67540", - "roomcode": "5126.EG.030", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67539", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67540, + "usage_id": 120 + }, + "5126.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "031, EDV", "arch_name": "031@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67539", - "roomcode": "5126.EG.031", - "usage": 207 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67538", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67539, + "usage_id": 207 + }, + "5126.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "032, UV-EN", "arch_name": "032@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67538", - "roomcode": "5126.EG.032", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67537", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67538, + "usage_id": 120 + }, + "5126.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "033, UV-AN", "arch_name": "033@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67537", - "roomcode": "5126.EG.033", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67535", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67537, + "usage_id": 120 + }, + "5126.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "034, BMA", "arch_name": "034@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67535", - "roomcode": "5126.EG.034", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67536", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67535, + "usage_id": 160 + }, + "5126.EG.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "034A, BOS", "arch_name": "034A@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67536", - "roomcode": "5126.EG.034A", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67534", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67536, + "usage_id": 160 + }, + "5126.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "035, Putzraum", "arch_name": "035@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67534", - "roomcode": "5126.EG.035", - "usage": 205 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67529", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67534, + "usage_id": 205 + }, + "5126.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "038, Ruheraum", "arch_name": "038@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67529", - "roomcode": "5126.EG.038", - "usage": 44 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67528", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67529, + "usage_id": 44 + }, + "5126.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "039, Aufenthaltsraum", "arch_name": "039@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67528", - "roomcode": "5126.EG.039", - "usage": 44 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67522", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67528, + "usage_id": 44 + }, + "5126.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "041, Masch.Shop", "arch_name": "041@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67522", - "roomcode": "5126.EG.041", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67523", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67522, + "usage_id": 103 + }, + "5126.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "042, Vorraum", "arch_name": "042@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67523", - "roomcode": "5126.EG.042", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67521", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67523, + "usage_id": 103 + }, + "5126.EG.042A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "042A, Eingriff S1", "arch_name": "042A@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67521", - "roomcode": "5126.EG.042A", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67519", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67521, + "usage_id": 103 + }, + "5126.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "043, Server", "arch_name": "043@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67519", - "roomcode": "5126.EG.043", - "usage": 207 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67518", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67519, + "usage_id": 207 + }, + "5126.EG.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "045, Lager", "arch_name": "045@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67518", - "roomcode": "5126.EG.045", - "usage": 30 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67517", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67518, + "usage_id": 30 + }, + "5126.EG.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "048, USV", "arch_name": "048@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67517", - "roomcode": "5126.EG.048", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67516", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67517, + "usage_id": 160 + }, + "5126.EG.049": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "049, NSHV", "arch_name": "049@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67516", - "roomcode": "5126.EG.049", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67510", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67516, + "usage_id": 160 + }, + "5126.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "050, Trafo", "arch_name": "050@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67510", - "roomcode": "5126.EG.050", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67511", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67510, + "usage_id": 160 + }, + "5126.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "051, Trafo", "arch_name": "051@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67511", - "roomcode": "5126.EG.051", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67512", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67511, + "usage_id": 160 + }, + "5126.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "052, Trafo", "arch_name": "052@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67512", - "roomcode": "5126.EG.052", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67513", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67512, + "usage_id": 160 + }, + "5126.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "053, MSHV", "arch_name": "053@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67513", - "roomcode": "5126.EG.053", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67515", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67513, + "usage_id": 160 + }, + "5126.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "054, Gasfl.-Aufstell.", "arch_name": "054@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67515", - "roomcode": "5126.EG.054", - "usage": 30 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67533", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67515, + "usage_id": 30 + }, + "5126.EG.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "072, WC-Herren", "arch_name": "072@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67533", - "roomcode": "5126.EG.072", - "usage": 115 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67532", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67533, + "usage_id": 115 + }, + "5126.EG.072N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "072N, WC-Damen", "arch_name": "072N@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67532", - "roomcode": "5126.EG.072N", - "usage": 116 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67531", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67532, + "usage_id": 116 + }, + "5126.EG.072P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "072P, Beh.-WC", "arch_name": "072P@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67531", - "roomcode": "5126.EG.072P", - "usage": 117 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67541", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67531, + "usage_id": 117 + }, + "5126.EG.082L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "082L, Anlieferung", "arch_name": "082L@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67541", - "roomcode": "5126.EG.082L", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67527", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67541, + "usage_id": 222 + }, + "5126.EG.082R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "082R, Anlieferung", "arch_name": "082R@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67527", - "roomcode": "5126.EG.082R", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67530", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67527, + "usage_id": 222 + }, + "5126.EG.083L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "083L, Flur", "arch_name": "083L@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67530", - "roomcode": "5126.EG.083L", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67526", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67530, + "usage_id": 222 + }, + "5126.EG.083S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "083S, Flur", "arch_name": "083S@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67526", - "roomcode": "5126.EG.083S", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67514", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67526, + "usage_id": 222 + }, + "5126.EG.083U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "083U, Erschlie\u00dfungsgang", "arch_name": "083U@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67514", - "roomcode": "5126.EG.083U", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67520", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67514, + "usage_id": 222 + }, + "5126.EG.084S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "084S, Flur", "arch_name": "084S@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67520", - "roomcode": "5126.EG.084S", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67542", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67520, + "usage_id": 222 + }, + "5126.EG.092K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "092K, Treppe", "arch_name": "092K@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67542", - "roomcode": "5126.EG.092K", - "usage": 223 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67525", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67542, + "usage_id": 223 + }, + "5126.EG.092S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "092S, Treppe", "arch_name": "092S@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67525", - "roomcode": "5126.EG.092S", - "usage": 223 - }, - { - "address": "Am Coloumbwall 1b, EG", - "address_link": "ris.einzelraum?raumkey=67524", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67525, + "usage_id": 223 + }, + "5126.EG.093T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "093T, Aufzug", "arch_name": "093T@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67524", - "roomcode": "5126.EG.093T", - "usage": 4 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67501", + "area_id": 35, + "building_id": 2069, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67524, + "usage_id": 4 + }, + "5126.U1.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U121, Lager", "arch_name": "U121@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67501", - "roomcode": "5126.U1.121", - "usage": 30 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67503", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67501, + "usage_id": 30 + }, + "5126.U1.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U122, V.Lab.1", "arch_name": "U122@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67503", - "roomcode": "5126.U1.122", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67502", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67503, + "usage_id": 103 + }, + "5126.U1.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U123, UV PFS", "arch_name": "U123@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67502", - "roomcode": "5126.U1.123", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67504", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67502, + "usage_id": 103 + }, + "5126.U1.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U124, Schleuse", "arch_name": "U124@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67504", - "roomcode": "5126.U1.124", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67509", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67504, + "usage_id": 103 + }, + "5126.U1.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U129, Technikzentrale", "arch_name": "U129@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67509", - "roomcode": "5126.U1.129", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67496", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67509, + "usage_id": 120 + }, + "5126.U1.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U130, Putzraum", "arch_name": "U130@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67496", - "roomcode": "5126.U1.130", - "usage": 205 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67495", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67496, + "usage_id": 205 + }, + "5126.U1.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U131, CHILLER", "arch_name": "U131@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67495", - "roomcode": "5126.U1.131", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67490", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67495, + "usage_id": 103 + }, + "5126.U1.131A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U131A, MuCLS Cave", "arch_name": "U131A@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67490", - "roomcode": "5126.U1.131A", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67491", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67490, + "usage_id": 103 + }, + "5126.U1.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U132, Spectre", "arch_name": "U132@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67491", - "roomcode": "5126.U1.132", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67492", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67491, + "usage_id": 103 + }, + "5126.U1.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U133, ETTF", "arch_name": "U133@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67492", - "roomcode": "5126.U1.133", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67493", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67492, + "usage_id": 103 + }, + "5126.U1.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U134, LUX", "arch_name": "U134@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67493", - "roomcode": "5126.U1.134", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67494", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67493, + "usage_id": 103 + }, + "5126.U1.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U135, LION", "arch_name": "U135@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67494", - "roomcode": "5126.U1.135", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67489", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67494, + "usage_id": 103 + }, + "5126.U1.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U136, HF.Phys", "arch_name": "U136@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67489", - "roomcode": "5126.U1.136", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67487", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67489, + "usage_id": 103 + }, + "5126.U1.139": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U139, Exp. Zone", "arch_name": "U139@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67487", - "roomcode": "5126.U1.139", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67486", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67487, + "usage_id": 103 + }, + "5126.U1.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U140, Exp. Halle", "arch_name": "U140@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67486", - "roomcode": "5126.U1.140", - "usage": 49 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67488", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67486, + "usage_id": 49 + }, + "5126.U1.140A": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67488", - "roomcode": "5126.U1.140A", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67499", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67488, + "usage_id": 103 + }, + "5126.U1.140B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U140B, Exp. Halle", "arch_name": "U140B@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67499", - "roomcode": "5126.U1.140B", - "usage": 49 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67475", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67499, + "usage_id": 49 + }, + "5126.U1.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U141, Vorber. User", "arch_name": "U141@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67475", - "roomcode": "5126.U1.141", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67482", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67475, + "usage_id": 103 + }, + "5126.U1.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U142, Aufizugmaschinenraum", "arch_name": "U142@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67482", - "roomcode": "5126.U1.142", - "usage": 32 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67476", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67482, + "usage_id": 32 + }, + "5126.U1.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U143, Optik+Interfer.", "arch_name": "U143@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67476", - "roomcode": "5126.U1.143", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67477", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67476, + "usage_id": 103 + }, + "5126.U1.144": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U144, V.Lab.3", "arch_name": "U144@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67477", - "roomcode": "5126.U1.144", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67478", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67477, + "usage_id": 103 + }, + "5126.U1.145": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U145, V.Lab.2", "arch_name": "U145@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67478", - "roomcode": "5126.U1.145", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67479", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67478, + "usage_id": 103 + }, + "5126.U1.146": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U146, Undul.-Test", "arch_name": "U146@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67479", - "roomcode": "5126.U1.146", - "usage": 103 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67485", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67479, + "usage_id": 103 + }, + "5126.U1.148": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U148, Technikzentrale", "arch_name": "U148@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67485", - "roomcode": "5126.U1.148", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67474", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67485, + "usage_id": 120 + }, + "5126.U1.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U150, K\u00e4lte/Brunnenw.", "arch_name": "U150@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67474", - "roomcode": "5126.U1.150", - "usage": 120 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67506", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67474, + "usage_id": 120 + }, + "5126.U1.164I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U164I, Netzteile", "arch_name": "U164I@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67506", - "roomcode": "5126.U1.164I", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67505", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67506, + "usage_id": 160 + }, + "5126.U1.164J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U164J, Netzteile", "arch_name": "U164J@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67505", - "roomcode": "5126.U1.164J", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67507", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67505, + "usage_id": 160 + }, + "5126.U1.165H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U165H, Netzteile", "arch_name": "U165H@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67507", - "roomcode": "5126.U1.165H", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67508", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67507, + "usage_id": 160 + }, + "5126.U1.165I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U165I, Netzteile", "arch_name": "U165I@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67508", - "roomcode": "5126.U1.165I", - "usage": 160 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67473", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67508, + "usage_id": 160 + }, + "5126.U1.165V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U165V, Zuluft", "arch_name": "U165V@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67473", - "roomcode": "5126.U1.165V", - "usage": 32 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67500", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67473, + "usage_id": 32 + }, + "5126.U1.183K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U183K, Transportweg", "arch_name": "U183K@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67500", - "roomcode": "5126.U1.183K", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67481", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67500, + "usage_id": 222 + }, + "5126.U1.183S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U183S, Transportweg", "arch_name": "U183S@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67481", - "roomcode": "5126.U1.183S", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67498", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67481, + "usage_id": 222 + }, + "5126.U1.184K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U184K, Transportweg", "arch_name": "U184K@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67498", - "roomcode": "5126.U1.184K", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67484", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67498, + "usage_id": 222 + }, + "5126.U1.184S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U184S, Transportweg", "arch_name": "U184S@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67484", - "roomcode": "5126.U1.184S", - "usage": 222 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67497", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67484, + "usage_id": 222 + }, + "5126.U1.192K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U192K, Treppe", "arch_name": "U192K@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67497", - "roomcode": "5126.U1.192K", - "usage": 223 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67480", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67497, + "usage_id": 223 + }, + "5126.U1.192S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U192S, Treppe", "arch_name": "U192S@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67480", - "roomcode": "5126.U1.192S", - "usage": 223 - }, - { - "address": "Am Coloumbwall 1b, 1.UG", - "address_link": "ris.einzelraum?raumkey=67483", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67480, + "usage_id": 223 + }, + "5126.U1.193T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "alt_name": "U193T, Aufzug", "arch_name": "U193T@5126", - "b_area_id": 35, - "b_filter_id": 2069, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39536", - "operator": "[ TUPELMU ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67483", - "roomcode": "5126.U1.193T", - "usage": 4 - }, - { - "address": "Boltzmannstr. 10a, EG", - "address_link": "ris.einzelraum?raumkey=46580", + "area_id": 35, + "building_id": 2069, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39536, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67483, + "usage_id": 4 + }, + "5130.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10a", + "zip_code": 85748 + }, "alt_name": "0001, Telefonzentrale", "arch_name": "0001@5130", - "b_area_id": 35, - "b_filter_id": 783, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46580", - "roomcode": "5130.EG.001", - "usage": 202 - }, - { - "address": "Boltzmannstr. 10a, EG", - "address_link": "ris.einzelraum?raumkey=46595", + "area_id": 35, + "building_id": 783, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46580, + "usage_id": 202 + }, + "5130.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10a", + "zip_code": 85748 + }, "alt_name": "0002, Zeiterfassung", "arch_name": "0002@5130", - "b_area_id": 35, - "b_filter_id": 783, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46595", - "roomcode": "5130.EG.002", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10a, EG", - "address_link": "ris.einzelraum?raumkey=46603", + "area_id": 35, + "building_id": 783, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46595, + "usage_id": 12 + }, + "5130.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10a", + "zip_code": 85748 + }, "alt_name": "0003, B\u00fcro Leiter TZ", "arch_name": "0003@5130", - "b_area_id": 35, - "b_filter_id": 783, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46603", - "roomcode": "5130.EG.003", - "usage": 12 - }, - { - "address": "Boltzmannstr. 10a, EG", - "address_link": "ris.einzelraum?raumkey=46752", + "area_id": 35, + "building_id": 783, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46603, + "usage_id": 12 + }, + "5130.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10a", + "zip_code": 85748 + }, "alt_name": "0004, Flur/Verbindungsgang", "arch_name": "0004@5130", - "b_area_id": 35, - "b_filter_id": 783, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46752", - "roomcode": "5130.EG.004", - "usage": 222 - }, - { - "address": "Boltzmannstr. 10a, EG", - "address_link": "ris.einzelraum?raumkey=46766", + "area_id": 35, + "building_id": 783, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46752, + "usage_id": 222 + }, + "5130.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10a", + "zip_code": 85748 + }, "alt_name": "0005, Elektrische Stromversorgung", "arch_name": "0005@5130", - "b_area_id": 35, - "b_filter_id": 783, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46766", - "roomcode": "5130.EG.005", - "usage": 160 - }, - { - "address": "Boltzmannstr. 10b, EG", - "address_link": "ris.einzelraum?raumkey=65145", + "area_id": 35, + "building_id": 783, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46766, + "usage_id": 160 + }, + "5131.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10b", + "zip_code": 85748 + }, "alt_name": "001, Poststelle Container 1", "arch_name": "001@5131", - "b_area_id": 35, - "b_filter_id": 1609, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65145", - "roomcode": "5131.EG.001", - "usage": 180 - }, - { - "address": "Boltzmannstr. 10b, EG", - "address_link": "ris.einzelraum?raumkey=65146", + "area_id": 35, + "building_id": 1609, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65145, + "usage_id": 180 + }, + "5131.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10b", + "zip_code": 85748 + }, "alt_name": "002, Poststelle Container 2", "arch_name": "002@5131", - "b_area_id": 35, - "b_filter_id": 1609, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65146", - "roomcode": "5131.EG.002", - "usage": 180 - }, - { - "address": "Boltzmannstr. 10b, EG", - "address_link": "ris.einzelraum?raumkey=65147", + "area_id": 35, + "building_id": 1609, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65146, + "usage_id": 180 + }, + "5131.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10b", + "zip_code": 85748 + }, "alt_name": "003, Poststelle Container 3", "arch_name": "003@5131", - "b_area_id": 35, - "b_filter_id": 1609, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65147", - "roomcode": "5131.EG.003", - "usage": 180 - }, - { - "address": "Boltzmannstr. 10b, EG", - "address_link": "ris.einzelraum?raumkey=65148", + "area_id": 35, + "building_id": 1609, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65147, + "usage_id": 180 + }, + "5131.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10b", + "zip_code": 85748 + }, "alt_name": "004, Poststelle Container 4", "arch_name": "004@5131", - "b_area_id": 35, - "b_filter_id": 1609, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65148", - "roomcode": "5131.EG.004", - "usage": 180 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=62897", + "area_id": 35, + "building_id": 1609, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65148, + "usage_id": 180 + }, + "5140.01.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3201, Tutorraum", "arch_name": "C.3201@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=21807&cReadonly=J", - "extended": { - "additional_description": "C.3201, Tutorraum", - "address": "James-Frank-Str. 1(5140), 1.Obergescho\u00df", - "architect_room_nr": "C.3201@5140", - "area_m2": 30.0, - "building": "5140 PH I Container", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62897", - "roomcode": "5140.01.201", - "usage": 131 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=62898", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 21807, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62897, + "usage_id": 131 + }, + "5140.01.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3202, Tutorraum", "arch_name": "C.3202@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=21808&cReadonly=J", - "extended": { - "additional_description": "C.3202, Tutorraum", - "address": "James-Frank-Str. 1(5140), 1.Obergescho\u00df", - "architect_room_nr": "C.3202@5140", - "area_m2": 30.0, - "building": "5140 PH I Container", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62898", - "roomcode": "5140.01.202", - "usage": 131 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=62899", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 21808, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62898, + "usage_id": 131 + }, + "5140.01.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3203, Tutorraum", "arch_name": "C.3203@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=21809&cReadonly=J", - "extended": { - "additional_description": "C.3203, Tutorraum", - "address": "James-Frank-Str. 1(5140), 1.Obergescho\u00df", - "architect_room_nr": "C.3203@5140", - "area_m2": 30.0, - "building": "5140 PH I Container", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62899", - "roomcode": "5140.01.203", - "usage": 131 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65257", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 21809, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62899, + "usage_id": 131 + }, + "5140.01.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3204, CIP-Raum", "arch_name": "C.3204@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65257", - "roomcode": "5140.01.204", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65258", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65257, + "usage_id": 213 + }, + "5140.01.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3205, CIP-Raum", "arch_name": "C.3205@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65258", - "roomcode": "5140.01.205", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65259", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65258, + "usage_id": 213 + }, + "5140.01.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3206, CIP-Raum", "arch_name": "C.3206@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65259", - "roomcode": "5140.01.206", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65260", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65259, + "usage_id": 213 + }, + "5140.01.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3207, CIP-Raum", "arch_name": "C.3207@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65260", - "roomcode": "5140.01.207", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65261", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65260, + "usage_id": 213 + }, + "5140.01.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3208, CIP-Raum", "arch_name": "C.3208@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65261", - "roomcode": "5140.01.208", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=62900", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65261, + "usage_id": 213 + }, + "5140.01.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3901, Flur/Treppe", "arch_name": "C.3901@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62900", - "roomcode": "5140.01.901", - "usage": 222 - }, - { - "address": "James-Frank-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65262", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62900, + "usage_id": 222 + }, + "5140.01.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.3902, Flur", "arch_name": "C.3902@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65262", - "roomcode": "5140.01.902", - "usage": 222 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=62893", + "area_id": 35, + "building_id": 1365, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65262, + "usage_id": 222 + }, + "5140.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2201, CIP-Raum", "arch_name": "C.2201@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=21804&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62893", - "roomcode": "5140.EG.201", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=62894", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 21804, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62893, + "usage_id": 213 + }, + "5140.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2202, CIP-Raum", "arch_name": "C.2202@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=21805&cReadonly=J", - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62894", - "roomcode": "5140.EG.202", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=62895", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 21805, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62894, + "usage_id": 213 + }, + "5140.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2203, CIP-Raum", "arch_name": "C.2203@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=21806&cReadonly=J", - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62895", - "roomcode": "5140.EG.203", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65251", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 21806, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62895, + "usage_id": 213 + }, + "5140.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2204, CIP-Raum", "arch_name": "C.2204@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65251", - "roomcode": "5140.EG.204", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65250", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65251, + "usage_id": 213 + }, + "5140.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2205, CIP-Raum", "arch_name": "C.2205@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65250", - "roomcode": "5140.EG.205", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65252", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65250, + "usage_id": 213 + }, + "5140.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2206, CIP-Raum", "arch_name": "C.2206@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65252", - "roomcode": "5140.EG.206", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65249", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65252, + "usage_id": 213 + }, + "5140.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2207, Kinderraum", "arch_name": "C.2207@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=26593&cReadonly=J", - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65249", - "roomcode": "5140.EG.207", - "usage": 146 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65253", + "area_id": 35, + "building_id": 1365, + "calendar_resource_nr": 26593, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65249, + "usage_id": 146 + }, + "5140.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2208, CIP-Raum", "arch_name": "C.2208@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31981", - "operator": "[ TUZVH4T ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65253", - "roomcode": "5140.EG.208", - "usage": 213 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=62896", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 31981, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65253, + "usage_id": 213 + }, + "5140.EG.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2901, Flur/Treppe", "arch_name": "C.2901@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62896", - "roomcode": "5140.EG.901", - "usage": 222 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65254", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62896, + "usage_id": 222 + }, + "5140.EG.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2902, Flur", "arch_name": "C.2902@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65254", - "roomcode": "5140.EG.902", - "usage": 222 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65255", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65254, + "usage_id": 222 + }, + "5140.EG.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2903, WC-Damen", "arch_name": "C.2903@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65255", - "roomcode": "5140.EG.903", - "usage": 116 - }, - { - "address": "James-Frank-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=65256", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65255, + "usage_id": 116 + }, + "5140.EG.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "alt_name": "C.2904, WC-Herren", "arch_name": "C.2904@5140", - "b_area_id": 35, - "b_filter_id": 1365, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65256", - "roomcode": "5140.EG.904", - "usage": 115 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69261", + "area_id": 35, + "building_id": 1365, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65256, + "usage_id": 115 + }, + "5142.01.001C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C1", "arch_name": "C1@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69261", - "roomcode": "5142.01.001C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69343", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69261, + "usage_id": 100 + }, + "5142.01.002C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C2", "arch_name": "C2@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69343", - "roomcode": "5142.01.002C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69344", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69343, + "usage_id": 100 + }, + "5142.01.003C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C3", "arch_name": "C3@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69344", - "roomcode": "5142.01.003C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69345", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69344, + "usage_id": 100 + }, + "5142.01.004C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C4", "arch_name": "C4@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69345", - "roomcode": "5142.01.004C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69262", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69345, + "usage_id": 100 + }, + "5142.01.005C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C5", "arch_name": "C5@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69262", - "roomcode": "5142.01.005C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69263", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69262, + "usage_id": 100 + }, + "5142.01.006C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C6", "arch_name": "C6@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69263", - "roomcode": "5142.01.006C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69264", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69263, + "usage_id": 100 + }, + "5142.01.007C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C7", "arch_name": "C7@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69264", - "roomcode": "5142.01.007C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69265", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69264, + "usage_id": 100 + }, + "5142.01.008C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C8", "arch_name": "C8@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69265", - "roomcode": "5142.01.008C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69266", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69265, + "usage_id": 100 + }, + "5142.01.009C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C9", "arch_name": "C9@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69266", - "roomcode": "5142.01.009C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69267", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69266, + "usage_id": 100 + }, + "5142.01.010C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C10", "arch_name": "C10@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69267", - "roomcode": "5142.01.010C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69268", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69267, + "usage_id": 100 + }, + "5142.01.011C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C11", "arch_name": "C11@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69268", - "roomcode": "5142.01.011C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69269", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69268, + "usage_id": 100 + }, + "5142.01.012C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C12", "arch_name": "C12@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69269", - "roomcode": "5142.01.012C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69274", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69269, + "usage_id": 100 + }, + "5142.01.013C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C13", "arch_name": "C13@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69274", - "roomcode": "5142.01.013C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69275", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69274, + "usage_id": 100 + }, + "5142.01.014C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C14", "arch_name": "C14@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69275", - "roomcode": "5142.01.014C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69276", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69275, + "usage_id": 100 + }, + "5142.01.015C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C15", "arch_name": "C15@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69276", - "roomcode": "5142.01.015C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69277", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69276, + "usage_id": 100 + }, + "5142.01.016C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C16", "arch_name": "C16@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69277", - "roomcode": "5142.01.016C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69278", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69277, + "usage_id": 100 + }, + "5142.01.017C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C17", "arch_name": "C17@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69278", - "roomcode": "5142.01.017C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69279", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69278, + "usage_id": 100 + }, + "5142.01.018C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C18", "arch_name": "C18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69279", - "roomcode": "5142.01.018C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69280", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69279, + "usage_id": 100 + }, + "5142.01.019C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C19", "arch_name": "C19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69280", - "roomcode": "5142.01.019C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69281", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69280, + "usage_id": 100 + }, + "5142.01.020C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C20", "arch_name": "C20@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69281", - "roomcode": "5142.01.020C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69320", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69281, + "usage_id": 100 + }, + "5142.01.021C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C21", "arch_name": "C21@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69320", - "roomcode": "5142.01.021C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69321", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69320, + "usage_id": 100 + }, + "5142.01.022C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C22", "arch_name": "C22@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69321", - "roomcode": "5142.01.022C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69322", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69321, + "usage_id": 100 + }, + "5142.01.023C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C23", "arch_name": "C23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69322", - "roomcode": "5142.01.023C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69282", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69322, + "usage_id": 100 + }, + "5142.01.024C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C24", "arch_name": "C24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69282", - "roomcode": "5142.01.024C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69283", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69282, + "usage_id": 100 + }, + "5142.01.025C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C25", "arch_name": "C25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69283", - "roomcode": "5142.01.025C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69284", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69283, + "usage_id": 100 + }, + "5142.01.026C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C26", "arch_name": "C26@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69284", - "roomcode": "5142.01.026C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69285", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69284, + "usage_id": 100 + }, + "5142.01.027C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C27", "arch_name": "C27@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69285", - "roomcode": "5142.01.027C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69286", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69285, + "usage_id": 100 + }, + "5142.01.028C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C28", "arch_name": "C28@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69286", - "roomcode": "5142.01.028C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69323", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69286, + "usage_id": 100 + }, + "5142.01.029C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C29", "arch_name": "C29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69323", - "roomcode": "5142.01.029C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69287", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69323, + "usage_id": 100 + }, + "5142.01.030C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C30", "arch_name": "C30@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69287", - "roomcode": "5142.01.030C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69288", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69287, + "usage_id": 100 + }, + "5142.01.031C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C31", "arch_name": "C31@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69288", - "roomcode": "5142.01.031C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69289", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69288, + "usage_id": 100 + }, + "5142.01.032C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C32", "arch_name": "C32@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69289", - "roomcode": "5142.01.032C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69302", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69289, + "usage_id": 100 + }, + "5142.01.033C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C33", "arch_name": "C33@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69302", - "roomcode": "5142.01.033C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69303", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69302, + "usage_id": 100 + }, + "5142.01.034C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C34", "arch_name": "C34@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69303", - "roomcode": "5142.01.034C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69304", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69303, + "usage_id": 100 + }, + "5142.01.035C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz C35", "arch_name": "C35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69304", - "roomcode": "5142.01.035C", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69306", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69304, + "usage_id": 100 + }, + "5142.01.051C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 C51", "arch_name": "C51@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69306", - "roomcode": "5142.01.051C", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69307", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69306, + "usage_id": 223 + }, + "5142.01.052C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 2 C52", "arch_name": "C52@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69307", - "roomcode": "5142.01.052C", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69305", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69307, + "usage_id": 223 + }, + "5142.01.060C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Fahrbahn Ebene C60", "arch_name": "C60@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69305", - "roomcode": "5142.01.060C", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=69308", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69305, + "usage_id": 204 + }, + "5142.01.085C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Personenaufzug Schacht C85", "arch_name": "C85@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69308", - "roomcode": "5142.01.085C", - "usage": 195 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69324", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69308, + "usage_id": 195 + }, + "5142.02.001E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E1", "arch_name": "E1@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69324", - "roomcode": "5142.02.001E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69325", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69324, + "usage_id": 100 + }, + "5142.02.002E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E2", "arch_name": "E2@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69325", - "roomcode": "5142.02.002E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69326", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69325, + "usage_id": 100 + }, + "5142.02.003E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E3", "arch_name": "E3@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69326", - "roomcode": "5142.02.003E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69346", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69326, + "usage_id": 100 + }, + "5142.02.004E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E4", "arch_name": "E4@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69346", - "roomcode": "5142.02.004E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69347", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69346, + "usage_id": 100 + }, + "5142.02.005E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E5", "arch_name": "E5@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69347", - "roomcode": "5142.02.005E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69348", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69347, + "usage_id": 100 + }, + "5142.02.006E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E6", "arch_name": "E6@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69348", - "roomcode": "5142.02.006E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69349", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69348, + "usage_id": 100 + }, + "5142.02.007E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E7", "arch_name": "E7@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69349", - "roomcode": "5142.02.007E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69350", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69349, + "usage_id": 100 + }, + "5142.02.008E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E8", "arch_name": "E8@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69350", - "roomcode": "5142.02.008E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69327", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69350, + "usage_id": 100 + }, + "5142.02.009E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E9", "arch_name": "E9@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69327", - "roomcode": "5142.02.009E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69328", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69327, + "usage_id": 100 + }, + "5142.02.010E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E10", "arch_name": "E10@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69328", - "roomcode": "5142.02.010E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69351", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69328, + "usage_id": 100 + }, + "5142.02.011E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E11", "arch_name": "E11@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69351", - "roomcode": "5142.02.011E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69352", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69351, + "usage_id": 100 + }, + "5142.02.012E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E12", "arch_name": "E12@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69352", - "roomcode": "5142.02.012E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69353", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69352, + "usage_id": 100 + }, + "5142.02.013E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E13", "arch_name": "E13@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69353", - "roomcode": "5142.02.013E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69354", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69353, + "usage_id": 100 + }, + "5142.02.014E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E14", "arch_name": "E14@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69354", - "roomcode": "5142.02.014E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69355", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69354, + "usage_id": 100 + }, + "5142.02.015E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E15", "arch_name": "E15@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69355", - "roomcode": "5142.02.015E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69329", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69355, + "usage_id": 100 + }, + "5142.02.016E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E16", "arch_name": "E16@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69329", - "roomcode": "5142.02.016E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69330", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69329, + "usage_id": 100 + }, + "5142.02.017E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E17", "arch_name": "E17@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69330", - "roomcode": "5142.02.017E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69331", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69330, + "usage_id": 100 + }, + "5142.02.018E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E18", "arch_name": "E18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69331", - "roomcode": "5142.02.018E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69332", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69331, + "usage_id": 100 + }, + "5142.02.019E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E19", "arch_name": "E19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69332", - "roomcode": "5142.02.019E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69333", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69332, + "usage_id": 100 + }, + "5142.02.020E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E20", "arch_name": "E20@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69333", - "roomcode": "5142.02.020E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69334", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69333, + "usage_id": 100 + }, + "5142.02.021E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E21", "arch_name": "E21@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69334", - "roomcode": "5142.02.021E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69335", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69334, + "usage_id": 100 + }, + "5142.02.022E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E22", "arch_name": "E22@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69335", - "roomcode": "5142.02.022E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69444", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69335, + "usage_id": 100 + }, + "5142.02.023E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E23", "arch_name": "E23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69444", - "roomcode": "5142.02.023E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69445", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69444, + "usage_id": 100 + }, + "5142.02.024E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E24", "arch_name": "E24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69445", - "roomcode": "5142.02.024E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69356", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69445, + "usage_id": 100 + }, + "5142.02.025E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E25", "arch_name": "E25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69356", - "roomcode": "5142.02.025E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69357", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69356, + "usage_id": 100 + }, + "5142.02.026E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E26", "arch_name": "E26@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69357", - "roomcode": "5142.02.026E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69411", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69357, + "usage_id": 100 + }, + "5142.02.027E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E27", "arch_name": "E27@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69411", - "roomcode": "5142.02.027E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69364", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69411, + "usage_id": 100 + }, + "5142.02.028E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E28", "arch_name": "E28@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69364", - "roomcode": "5142.02.028E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69412", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69364, + "usage_id": 100 + }, + "5142.02.029E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E29", "arch_name": "E29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69412", - "roomcode": "5142.02.029E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69413", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69412, + "usage_id": 100 + }, + "5142.02.030E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E30", "arch_name": "E30@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69413", - "roomcode": "5142.02.030E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69365", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69413, + "usage_id": 100 + }, + "5142.02.031E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E31", "arch_name": "E31@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69365", - "roomcode": "5142.02.031E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69366", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69365, + "usage_id": 100 + }, + "5142.02.032E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E32", "arch_name": "E32@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69366", - "roomcode": "5142.02.032E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69367", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69366, + "usage_id": 100 + }, + "5142.02.033E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E33", "arch_name": "E33@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69367", - "roomcode": "5142.02.033E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69368", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69367, + "usage_id": 100 + }, + "5142.02.034E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E34", "arch_name": "E34@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69368", - "roomcode": "5142.02.034E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69369", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69368, + "usage_id": 100 + }, + "5142.02.035E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz E35", "arch_name": "E35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69369", - "roomcode": "5142.02.035E", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69370", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69369, + "usage_id": 100 + }, + "5142.02.051E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 E51", "arch_name": "E51@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69370", - "roomcode": "5142.02.051E", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69359", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69370, + "usage_id": 223 + }, + "5142.02.052E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 E52", "arch_name": "E52@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69359", - "roomcode": "5142.02.052E", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69469", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69359, + "usage_id": 223 + }, + "5142.02.060E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Fahrbahn E60", "arch_name": "E60@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69469", - "roomcode": "5142.02.060E", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=69358", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69469, + "usage_id": 204 + }, + "5142.02.085E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 E85", "arch_name": "E85@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69358", - "roomcode": "5142.02.085E", - "usage": 195 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69205", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69358, + "usage_id": 195 + }, + "5142.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A1", "arch_name": "A1@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69205", - "roomcode": "5142.EG.001A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69206", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69205, + "usage_id": 100 + }, + "5142.EG.002A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A2", "arch_name": "A2@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69206", - "roomcode": "5142.EG.002A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69207", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69206, + "usage_id": 100 + }, + "5142.EG.003A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A3", "arch_name": "A3@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69207", - "roomcode": "5142.EG.003A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69208", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69207, + "usage_id": 100 + }, + "5142.EG.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A4", "arch_name": "A4@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69208", - "roomcode": "5142.EG.004A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69209", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69208, + "usage_id": 100 + }, + "5142.EG.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A5", "arch_name": "A5@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69209", - "roomcode": "5142.EG.005A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69210", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69209, + "usage_id": 100 + }, + "5142.EG.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A6", "arch_name": "A6@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69210", - "roomcode": "5142.EG.006A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69211", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69210, + "usage_id": 100 + }, + "5142.EG.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A7", "arch_name": "A7@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69211", - "roomcode": "5142.EG.007A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69212", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69211, + "usage_id": 100 + }, + "5142.EG.008A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A8", "arch_name": "A8@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69212", - "roomcode": "5142.EG.008A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69213", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69212, + "usage_id": 100 + }, + "5142.EG.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A9", "arch_name": "A9@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69213", - "roomcode": "5142.EG.009A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69214", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69213, + "usage_id": 100 + }, + "5142.EG.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A10", "arch_name": "A10@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69214", - "roomcode": "5142.EG.010A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69234", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69214, + "usage_id": 100 + }, + "5142.EG.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A11", "arch_name": "A11@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69234", - "roomcode": "5142.EG.011A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69215", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69234, + "usage_id": 100 + }, + "5142.EG.012A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A12", "arch_name": "A12@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69215", - "roomcode": "5142.EG.012A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69216", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69215, + "usage_id": 100 + }, + "5142.EG.013A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A13", "arch_name": "A13@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69216", - "roomcode": "5142.EG.013A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69217", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69216, + "usage_id": 100 + }, + "5142.EG.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A14", "arch_name": "A14@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69217", - "roomcode": "5142.EG.014A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69218", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69217, + "usage_id": 100 + }, + "5142.EG.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A15", "arch_name": "A15@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69218", - "roomcode": "5142.EG.015A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69235", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69218, + "usage_id": 100 + }, + "5142.EG.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A16", "arch_name": "A16@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69235", - "roomcode": "5142.EG.016A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69236", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69235, + "usage_id": 100 + }, + "5142.EG.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A17", "arch_name": "A17@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69236", - "roomcode": "5142.EG.017A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69237", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69236, + "usage_id": 100 + }, + "5142.EG.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A18", "arch_name": "A18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69237", - "roomcode": "5142.EG.018A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69238", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69237, + "usage_id": 100 + }, + "5142.EG.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A19", "arch_name": "A19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69238", - "roomcode": "5142.EG.019A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69239", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69238, + "usage_id": 100 + }, + "5142.EG.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A20", "arch_name": "A20@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69239", - "roomcode": "5142.EG.020A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69219", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69239, + "usage_id": 100 + }, + "5142.EG.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A21", "arch_name": "A21@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69219", - "roomcode": "5142.EG.021A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69220", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69219, + "usage_id": 100 + }, + "5142.EG.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A22", "arch_name": "A22@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69220", - "roomcode": "5142.EG.022A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69227", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69220, + "usage_id": 100 + }, + "5142.EG.023A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A23", "arch_name": "A23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69227", - "roomcode": "5142.EG.023A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69221", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69227, + "usage_id": 100 + }, + "5142.EG.024A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A24", "arch_name": "A24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69221", - "roomcode": "5142.EG.024A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69290", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69221, + "usage_id": 100 + }, + "5142.EG.025A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A25", "arch_name": "A25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69290", - "roomcode": "5142.EG.025A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69244", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69290, + "usage_id": 100 + }, + "5142.EG.026A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A26", "arch_name": "A26@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69244", - "roomcode": "5142.EG.026A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69245", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69244, + "usage_id": 100 + }, + "5142.EG.027A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A27", "arch_name": "A27@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69245", - "roomcode": "5142.EG.027A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69246", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69245, + "usage_id": 100 + }, + "5142.EG.028A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A28", "arch_name": "A28@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69246", - "roomcode": "5142.EG.028A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69247", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69246, + "usage_id": 100 + }, + "5142.EG.029A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A29", "arch_name": "A29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69247", - "roomcode": "5142.EG.029A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69271", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69247, + "usage_id": 100 + }, + "5142.EG.030A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A30", "arch_name": "A30@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69271", - "roomcode": "5142.EG.030A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69272", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69271, + "usage_id": 100 + }, + "5142.EG.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A31", "arch_name": "A31@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69272", - "roomcode": "5142.EG.031A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69273", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69272, + "usage_id": 100 + }, + "5142.EG.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz A32", "arch_name": "A32@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69273", - "roomcode": "5142.EG.032A", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69248", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69273, + "usage_id": 100 + }, + "5142.EG.051A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "A51, Treppenhaus 1", "arch_name": "A51@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69248", - "roomcode": "5142.EG.051A", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69336", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69248, + "usage_id": 223 + }, + "5142.EG.052A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "A52, Treppenhaus 2", "arch_name": "A52@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69336", - "roomcode": "5142.EG.052A", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69337", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69336, + "usage_id": 223 + }, + "5142.EG.060A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Fahrbahn Ebene A60", "arch_name": "A60@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69337", - "roomcode": "5142.EG.060A", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=69249", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69337, + "usage_id": 204 + }, + "5142.EG.085A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "A85, Personen Aufzug", "arch_name": "A85@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69249", - "roomcode": "5142.EG.085A", - "usage": 4 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69171", + "area_id": 35, + "building_id": 2289, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69249, + "usage_id": 4 + }, + "5142.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.04, Einbringung", "arch_name": "UG.04@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69171", - "roomcode": "5142.U1.004", - "usage": 222 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69190", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69171, + "usage_id": 222 + }, + "5142.U1.012": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69190", - "roomcode": "5142.U1.012", - "usage": 222 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69229", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69190, + "usage_id": 222 + }, + "5142.U1.013": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69229", - "roomcode": "5142.U1.013", - "usage": 218 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69196", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69229, + "usage_id": 218 + }, + "5142.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.18, Serverraum", "arch_name": "UG.18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69196", - "roomcode": "5142.U1.018", - "usage": 207 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69188", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69196, + "usage_id": 207 + }, + "5142.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.19, Betriebsraum", "arch_name": "UG.19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69188", - "roomcode": "5142.U1.019", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69189", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69188, + "usage_id": 120 + }, + "5142.U1.020": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69189", - "roomcode": "5142.U1.020", - "usage": 32 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69203", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69189, + "usage_id": 32 + }, + "5142.U1.022": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69203", - "roomcode": "5142.U1.022", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69198", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69203, + "usage_id": 120 + }, + "5142.U1.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.23, Flur", "arch_name": "UG.23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69198", - "roomcode": "5142.U1.023", - "usage": 222 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69202", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69198, + "usage_id": 222 + }, + "5142.U1.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.24, BOS", "arch_name": "UG.24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69202", - "roomcode": "5142.U1.024", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69201", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69202, + "usage_id": 120 + }, + "5142.U1.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.25, BMA", "arch_name": "UG.25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69201", - "roomcode": "5142.U1.025", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69200", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69201, + "usage_id": 120 + }, + "5142.U1.027": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69200", - "roomcode": "5142.U1.027", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69199", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69200, + "usage_id": 120 + }, + "5142.U1.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.29, SiBel", "arch_name": "UG.29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69199", - "roomcode": "5142.U1.029", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69197", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69199, + "usage_id": 120 + }, + "5142.U1.030": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69197", - "roomcode": "5142.U1.030", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69204", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69197, + "usage_id": 120 + }, + "5142.U1.031": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69204", - "roomcode": "5142.U1.031", - "usage": 25 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69172", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69204, + "usage_id": 25 + }, + "5142.U1.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.33, Flur", "arch_name": "UG.33@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69172", - "roomcode": "5142.U1.033", - "usage": 222 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69149", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69172, + "usage_id": 222 + }, + "5142.U1.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.35, Flur", "arch_name": "UG.35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69149", - "roomcode": "5142.U1.035", - "usage": 222 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69170", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69149, + "usage_id": 222 + }, + "5142.U1.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.37, Flur", "arch_name": "UG.37@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69170", - "roomcode": "5142.U1.037", - "usage": 222 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69233", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69170, + "usage_id": 222 + }, + "5142.U1.041": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69233", - "roomcode": "5142.U1.041", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69186", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69233, + "usage_id": 120 + }, + "5142.U1.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.43, Lager", "arch_name": "UG.43@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69186", - "roomcode": "5142.U1.043", - "usage": 30 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69187", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69186, + "usage_id": 30 + }, + "5142.U1.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.44, Lager", "arch_name": "UG.44@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69187", - "roomcode": "5142.U1.044", - "usage": 30 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69230", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69187, + "usage_id": 30 + }, + "5142.U1.051": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69230", - "roomcode": "5142.U1.051", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69231", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69230, + "usage_id": 223 + }, + "5142.U1.051A": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69231", - "roomcode": "5142.U1.051A", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69224", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69231, + "usage_id": 223 + }, + "5142.U1.053": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69224", - "roomcode": "5142.U1.053", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69194", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69224, + "usage_id": 223 + }, + "5142.U1.080": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69194", - "roomcode": "5142.U1.080", - "usage": 195 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69195", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69194, + "usage_id": 195 + }, + "5142.U1.081": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69195", - "roomcode": "5142.U1.081", - "usage": 195 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69232", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69195, + "usage_id": 195 + }, + "5142.U1.082": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.82, Entrauchung", "arch_name": "UG.82@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69232", - "roomcode": "5142.U1.082", - "usage": 32 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69226", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69232, + "usage_id": 32 + }, + "5142.U1.083": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.83, Entrauchung", "arch_name": "UG.83@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69226", - "roomcode": "5142.U1.083", - "usage": 32 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69225", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69226, + "usage_id": 32 + }, + "5142.U1.084": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "UG.84, Entrauchung", "arch_name": "UG.84@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69225", - "roomcode": "5142.U1.084", - "usage": 32 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=69193", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69225, + "usage_id": 32 + }, + "5142.U1.085": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69193", - "roomcode": "5142.U1.085", - "usage": 195 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69250", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69193, + "usage_id": 195 + }, + "5142.Z1.001B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B1", "arch_name": "B1@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69250", - "roomcode": "5142.Z1.001B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69291", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69250, + "usage_id": 100 + }, + "5142.Z1.002B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B2", "arch_name": "B2@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69291", - "roomcode": "5142.Z1.002B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69292", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69291, + "usage_id": 100 + }, + "5142.Z1.003B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B3", "arch_name": "B3@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69292", - "roomcode": "5142.Z1.003B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69293", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69292, + "usage_id": 100 + }, + "5142.Z1.004B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B4", "arch_name": "B4@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69293", - "roomcode": "5142.Z1.004B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69294", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69293, + "usage_id": 100 + }, + "5142.Z1.005B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B5", "arch_name": "B5@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69294", - "roomcode": "5142.Z1.005B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69295", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69294, + "usage_id": 100 + }, + "5142.Z1.006B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B6", "arch_name": "B6@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69295", - "roomcode": "5142.Z1.006B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69338", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69295, + "usage_id": 100 + }, + "5142.Z1.007B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B7", "arch_name": "B7@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69338", - "roomcode": "5142.Z1.007B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69251", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69338, + "usage_id": 100 + }, + "5142.Z1.008B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B8", "arch_name": "B8@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69251", - "roomcode": "5142.Z1.008B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69252", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69251, + "usage_id": 100 + }, + "5142.Z1.009B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B9", "arch_name": "B9@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69252", - "roomcode": "5142.Z1.009B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69253", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69252, + "usage_id": 100 + }, + "5142.Z1.010B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B10", "arch_name": "B10@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69253", - "roomcode": "5142.Z1.010B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69254", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69253, + "usage_id": 100 + }, + "5142.Z1.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B11", "arch_name": "B11@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69254", - "roomcode": "5142.Z1.011B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69255", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69254, + "usage_id": 100 + }, + "5142.Z1.012B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B12", "arch_name": "B12@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69255", - "roomcode": "5142.Z1.012B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69256", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69255, + "usage_id": 100 + }, + "5142.Z1.013B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B13", "arch_name": "B13@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69256", - "roomcode": "5142.Z1.013B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69296", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69256, + "usage_id": 100 + }, + "5142.Z1.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B14", "arch_name": "B14@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69296", - "roomcode": "5142.Z1.014B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69297", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69296, + "usage_id": 100 + }, + "5142.Z1.015B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B15", "arch_name": "B15@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69297", - "roomcode": "5142.Z1.015B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69298", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69297, + "usage_id": 100 + }, + "5142.Z1.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B16", "arch_name": "B16@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69298", - "roomcode": "5142.Z1.016B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69299", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69298, + "usage_id": 100 + }, + "5142.Z1.017B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B17", "arch_name": "B17@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69299", - "roomcode": "5142.Z1.017B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69300", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69299, + "usage_id": 100 + }, + "5142.Z1.018B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B18", "arch_name": "B18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69300", - "roomcode": "5142.Z1.018B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69257", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69300, + "usage_id": 100 + }, + "5142.Z1.019B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B19", "arch_name": "B19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69257", - "roomcode": "5142.Z1.019B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69258", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69257, + "usage_id": 100 + }, + "5142.Z1.020B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B20", "arch_name": "B20@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69258", - "roomcode": "5142.Z1.020B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69259", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69258, + "usage_id": 100 + }, + "5142.Z1.021B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B21", "arch_name": "B21@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69259", - "roomcode": "5142.Z1.021B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69339", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69259, + "usage_id": 100 + }, + "5142.Z1.022B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B22", "arch_name": "B22@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69339", - "roomcode": "5142.Z1.022B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69340", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69339, + "usage_id": 100 + }, + "5142.Z1.023B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B23", "arch_name": "B23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69340", - "roomcode": "5142.Z1.023B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69341", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69340, + "usage_id": 100 + }, + "5142.Z1.024B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B24", "arch_name": "B24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69341", - "roomcode": "5142.Z1.024B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69301", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69341, + "usage_id": 100 + }, + "5142.Z1.025B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B25", "arch_name": "B25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69301", - "roomcode": "5142.Z1.025B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69309", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69301, + "usage_id": 100 + }, + "5142.Z1.026B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B26", "arch_name": "B26@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69309", - "roomcode": "5142.Z1.026B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69310", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69309, + "usage_id": 100 + }, + "5142.Z1.027B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B27", "arch_name": "B27@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69310", - "roomcode": "5142.Z1.027B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69311", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69310, + "usage_id": 100 + }, + "5142.Z1.028B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B28", "arch_name": "B28@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69311", - "roomcode": "5142.Z1.028B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69312", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69311, + "usage_id": 100 + }, + "5142.Z1.029B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B29", "arch_name": "B29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69312", - "roomcode": "5142.Z1.029B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69313", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69312, + "usage_id": 100 + }, + "5142.Z1.030B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B30", "arch_name": "B30@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69313", - "roomcode": "5142.Z1.030B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69314", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69313, + "usage_id": 100 + }, + "5142.Z1.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B31", "arch_name": "B31@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69314", - "roomcode": "5142.Z1.031B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69315", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69314, + "usage_id": 100 + }, + "5142.Z1.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B32", "arch_name": "B32@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69315", - "roomcode": "5142.Z1.032B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69316", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69315, + "usage_id": 100 + }, + "5142.Z1.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B33", "arch_name": "B33@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69316", - "roomcode": "5142.Z1.033B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69317", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69316, + "usage_id": 100 + }, + "5142.Z1.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B34", "arch_name": "B34@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69317", - "roomcode": "5142.Z1.034B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69318", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69317, + "usage_id": 100 + }, + "5142.Z1.035B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz B35", "arch_name": "B35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69318", - "roomcode": "5142.Z1.035B", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69342", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69318, + "usage_id": 100 + }, + "5142.Z1.051B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 B51", "arch_name": "B51@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69342", - "roomcode": "5142.Z1.051B", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69319", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69342, + "usage_id": 223 + }, + "5142.Z1.060B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Fahrbahn Ebene B60", "arch_name": "B60@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69319", - "roomcode": "5142.Z1.060B", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69260", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69319, + "usage_id": 204 + }, + "5142.Z1.080B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Install. Schacht B80", "arch_name": "B80@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69260", - "roomcode": "5142.Z1.080B", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69650", + "area_id": 35, + "building_id": 2289, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69260, + "usage_id": 120 + }, + "5142.Z2.001D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D1", "arch_name": "D1@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69650", - "roomcode": "5142.Z2.001D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69643", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69650, + "usage_id": 100 + }, + "5142.Z2.002D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D2", "arch_name": "D2@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69643", - "roomcode": "5142.Z2.002D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69644", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69643, + "usage_id": 100 + }, + "5142.Z2.003D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D3", "arch_name": "D3@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69644", - "roomcode": "5142.Z2.003D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69645", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69644, + "usage_id": 100 + }, + "5142.Z2.004D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D4", "arch_name": "D4@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69645", - "roomcode": "5142.Z2.004D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69646", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69645, + "usage_id": 100 + }, + "5142.Z2.005D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D5", "arch_name": "D5@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69646", - "roomcode": "5142.Z2.005D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69647", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69646, + "usage_id": 100 + }, + "5142.Z2.006D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D6", "arch_name": "D6@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69647", - "roomcode": "5142.Z2.006D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69719", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69647, + "usage_id": 100 + }, + "5142.Z2.007D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D7", "arch_name": "D7@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69719", - "roomcode": "5142.Z2.007D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69720", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69719, + "usage_id": 100 + }, + "5142.Z2.008D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D8", "arch_name": "D8@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69720", - "roomcode": "5142.Z2.008D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69721", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69720, + "usage_id": 100 + }, + "5142.Z2.009D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D9", "arch_name": "D9@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69721", - "roomcode": "5142.Z2.009D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69722", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69721, + "usage_id": 100 + }, + "5142.Z2.010D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D10", "arch_name": "D10@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69722", - "roomcode": "5142.Z2.010D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69723", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69722, + "usage_id": 100 + }, + "5142.Z2.011D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D11", "arch_name": "D11@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69723", - "roomcode": "5142.Z2.011D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69724", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69723, + "usage_id": 100 + }, + "5142.Z2.012D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D12", "arch_name": "D12@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69724", - "roomcode": "5142.Z2.012D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69725", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69724, + "usage_id": 100 + }, + "5142.Z2.013D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D13", "arch_name": "D13@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69725", - "roomcode": "5142.Z2.013D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69648", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69725, + "usage_id": 100 + }, + "5142.Z2.014D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D14", "arch_name": "D14@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69648", - "roomcode": "5142.Z2.014D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69654", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69648, + "usage_id": 100 + }, + "5142.Z2.015D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D15", "arch_name": "D15@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69654", - "roomcode": "5142.Z2.015D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69655", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69654, + "usage_id": 100 + }, + "5142.Z2.016D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D16", "arch_name": "D16@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69655", - "roomcode": "5142.Z2.016D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69656", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69655, + "usage_id": 100 + }, + "5142.Z2.017D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D17", "arch_name": "D17@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69656", - "roomcode": "5142.Z2.017D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69657", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69656, + "usage_id": 100 + }, + "5142.Z2.018D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D18", "arch_name": "D18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69657", - "roomcode": "5142.Z2.018D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69658", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69657, + "usage_id": 100 + }, + "5142.Z2.019D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D19", "arch_name": "D19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69658", - "roomcode": "5142.Z2.019D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69659", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69658, + "usage_id": 100 + }, + "5142.Z2.020D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D20", "arch_name": "D20@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69659", - "roomcode": "5142.Z2.020D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69726", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69659, + "usage_id": 100 + }, + "5142.Z2.021D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D21", "arch_name": "D21@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69726", - "roomcode": "5142.Z2.021D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69660", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69726, + "usage_id": 100 + }, + "5142.Z2.022D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D22", "arch_name": "D22@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69660", - "roomcode": "5142.Z2.022D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69727", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69660, + "usage_id": 100 + }, + "5142.Z2.023D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D23", "arch_name": "D23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69727", - "roomcode": "5142.Z2.023D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69728", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69727, + "usage_id": 100 + }, + "5142.Z2.024D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D24", "arch_name": "D24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69728", - "roomcode": "5142.Z2.024D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69729", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69728, + "usage_id": 100 + }, + "5142.Z2.025D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D25", "arch_name": "D25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69729", - "roomcode": "5142.Z2.025D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69730", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69729, + "usage_id": 100 + }, + "5142.Z2.026D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D26", "arch_name": "D26@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69730", - "roomcode": "5142.Z2.026D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69731", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69730, + "usage_id": 100 + }, + "5142.Z2.027D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D27", "arch_name": "D27@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69731", - "roomcode": "5142.Z2.027D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69732", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69731, + "usage_id": 100 + }, + "5142.Z2.028D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D28", "arch_name": "D28@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69732", - "roomcode": "5142.Z2.028D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69661", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69732, + "usage_id": 100 + }, + "5142.Z2.029D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D29", "arch_name": "D29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69661", - "roomcode": "5142.Z2.029D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69662", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69661, + "usage_id": 100 + }, + "5142.Z2.030D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D30", "arch_name": "D30@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69662", - "roomcode": "5142.Z2.030D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69734", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69662, + "usage_id": 100 + }, + "5142.Z2.031D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D31", "arch_name": "D31@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69734", - "roomcode": "5142.Z2.031D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69735", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69734, + "usage_id": 100 + }, + "5142.Z2.032D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D32", "arch_name": "D32@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69735", - "roomcode": "5142.Z2.032D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69733", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69735, + "usage_id": 100 + }, + "5142.Z2.033D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D33", "arch_name": "D33@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69733", - "roomcode": "5142.Z2.033D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69736", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69733, + "usage_id": 100 + }, + "5142.Z2.034D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz D34", "arch_name": "D34@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69736", - "roomcode": "5142.Z2.034D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69737", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69736, + "usage_id": 100 + }, + "5142.Z2.035D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "D35, Stellplatz D34", "arch_name": "D35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69737", - "roomcode": "5142.Z2.035D", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69738", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69737, + "usage_id": 100 + }, + "5142.Z2.051D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 D51", "arch_name": "D51@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69738", - "roomcode": "5142.Z2.051D", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69651", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69738, + "usage_id": 223 + }, + "5142.Z2.052D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 2 D52", "arch_name": "D52@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69651", - "roomcode": "5142.Z2.052D", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69653", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69651, + "usage_id": 223 + }, + "5142.Z2.060D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Fahrbahn Ebene D60", "arch_name": "D60@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69653", - "roomcode": "5142.Z2.060D", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 2.ZG", - "address_link": "ris.einzelraum?raumkey=69649", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69653, + "usage_id": 204 + }, + "5142.Z2.080D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "D35, Install.Schacht D80", "arch_name": "D35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69649", - "roomcode": "5142.Z2.080D", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69620", + "area_id": 35, + "building_id": 2289, + "floor_level": "2.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69649, + "usage_id": 120 + }, + "5142.Z3.001F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F1", "arch_name": "F1@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69620", - "roomcode": "5142.Z3.001F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69622", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69620, + "usage_id": 100 + }, + "5142.Z3.002F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F2", "arch_name": "F2@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69622", - "roomcode": "5142.Z3.002F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69621", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69622, + "usage_id": 100 + }, + "5142.Z3.003F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F3", "arch_name": "F3@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69621", - "roomcode": "5142.Z3.003F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69623", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69621, + "usage_id": 100 + }, + "5142.Z3.004F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F4", "arch_name": "F4@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69623", - "roomcode": "5142.Z3.004F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69715", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69623, + "usage_id": 100 + }, + "5142.Z3.005F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F5", "arch_name": "F5@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69715", - "roomcode": "5142.Z3.005F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69625", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69715, + "usage_id": 100 + }, + "5142.Z3.006F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F6", "arch_name": "F6@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69625", - "roomcode": "5142.Z3.006F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69626", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69625, + "usage_id": 100 + }, + "5142.Z3.007F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F7", "arch_name": "F7@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69626", - "roomcode": "5142.Z3.007F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69624", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69626, + "usage_id": 100 + }, + "5142.Z3.008F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F8", "arch_name": "F8@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69624", - "roomcode": "5142.Z3.008F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69627", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69624, + "usage_id": 100 + }, + "5142.Z3.009F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F9", "arch_name": "F9@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69627", - "roomcode": "5142.Z3.009F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69628", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69627, + "usage_id": 100 + }, + "5142.Z3.010F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F10", "arch_name": "F10@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69628", - "roomcode": "5142.Z3.010F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69629", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69628, + "usage_id": 100 + }, + "5142.Z3.011F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F11", "arch_name": "F11@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69629", - "roomcode": "5142.Z3.011F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69631", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69629, + "usage_id": 100 + }, + "5142.Z3.012F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F12", "arch_name": "F12@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69631", - "roomcode": "5142.Z3.012F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69630", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69631, + "usage_id": 100 + }, + "5142.Z3.013F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F13", "arch_name": "F13@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69630", - "roomcode": "5142.Z3.013F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69632", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69630, + "usage_id": 100 + }, + "5142.Z3.014F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F14", "arch_name": "F14@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69632", - "roomcode": "5142.Z3.014F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69602", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69632, + "usage_id": 100 + }, + "5142.Z3.015F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F15", "arch_name": "F15@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69602", - "roomcode": "5142.Z3.015F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69603", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69602, + "usage_id": 100 + }, + "5142.Z3.016F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F16", "arch_name": "F16@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69603", - "roomcode": "5142.Z3.016F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69604", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69603, + "usage_id": 100 + }, + "5142.Z3.017F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F17", "arch_name": "F17@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69604", - "roomcode": "5142.Z3.017F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69605", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69604, + "usage_id": 100 + }, + "5142.Z3.018F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F18", "arch_name": "F18@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69605", - "roomcode": "5142.Z3.018F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69606", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69605, + "usage_id": 100 + }, + "5142.Z3.019F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F19", "arch_name": "F19@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69606", - "roomcode": "5142.Z3.019F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69607", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69606, + "usage_id": 100 + }, + "5142.Z3.020F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F20", "arch_name": "F20@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69607", - "roomcode": "5142.Z3.020F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69716", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69607, + "usage_id": 100 + }, + "5142.Z3.021F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F21", "arch_name": "F21@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69716", - "roomcode": "5142.Z3.021F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69717", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69716, + "usage_id": 100 + }, + "5142.Z3.022F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F22", "arch_name": "F22@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69717", - "roomcode": "5142.Z3.022F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69718", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69717, + "usage_id": 100 + }, + "5142.Z3.023F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F23", "arch_name": "F23@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69718", - "roomcode": "5142.Z3.023F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69608", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69718, + "usage_id": 100 + }, + "5142.Z3.024F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F24", "arch_name": "F24@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69608", - "roomcode": "5142.Z3.024F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69609", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69608, + "usage_id": 100 + }, + "5142.Z3.025F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F25", "arch_name": "F25@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69609", - "roomcode": "5142.Z3.025F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69610", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69609, + "usage_id": 100 + }, + "5142.Z3.026F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F26", "arch_name": "F26@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69610", - "roomcode": "5142.Z3.026F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69611", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69610, + "usage_id": 100 + }, + "5142.Z3.027F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F27", "arch_name": "F27@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69611", - "roomcode": "5142.Z3.027F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69612", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69611, + "usage_id": 100 + }, + "5142.Z3.028F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F28", "arch_name": "F28@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69612", - "roomcode": "5142.Z3.028F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69613", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69612, + "usage_id": 100 + }, + "5142.Z3.029F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F29", "arch_name": "F29@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69613", - "roomcode": "5142.Z3.029F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69614", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69613, + "usage_id": 100 + }, + "5142.Z3.030F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F30", "arch_name": "F30@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69614", - "roomcode": "5142.Z3.030F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69633", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69614, + "usage_id": 100 + }, + "5142.Z3.031F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F31", "arch_name": "F31@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69633", - "roomcode": "5142.Z3.031F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69634", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69633, + "usage_id": 100 + }, + "5142.Z3.032F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F32", "arch_name": "F32@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69634", - "roomcode": "5142.Z3.032F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69635", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69634, + "usage_id": 100 + }, + "5142.Z3.033F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F33", "arch_name": "F33@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69635", - "roomcode": "5142.Z3.033F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69636", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69635, + "usage_id": 100 + }, + "5142.Z3.034F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F34", "arch_name": "F34@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69636", - "roomcode": "5142.Z3.034F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69637", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69636, + "usage_id": 100 + }, + "5142.Z3.035F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Stellplatz F35", "arch_name": "F35@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69637", - "roomcode": "5142.Z3.035F", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69639", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69637, + "usage_id": 100 + }, + "5142.Z3.051F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 1 F51", "arch_name": "F51@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69639", - "roomcode": "5142.Z3.051F", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69640", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69639, + "usage_id": 223 + }, + "5142.Z3.052F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Treppenhaus 2 F52", "arch_name": "F52@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69640", - "roomcode": "5142.Z3.052F", - "usage": 223 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69638", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69640, + "usage_id": 223 + }, + "5142.Z3.060F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Fahrbahn F60", "arch_name": "F60@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69638", - "roomcode": "5142.Z3.060F", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69642", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69638, + "usage_id": 204 + }, + "5142.Z3.061F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Rampe F61", "arch_name": "F61@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69642", - "roomcode": "5142.Z3.061F", - "usage": 204 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 4, 3.ZG", - "address_link": "ris.einzelraum?raumkey=69641", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69642, + "usage_id": 204 + }, + "5142.Z3.080F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "alt_name": "Install. Schacht F80", "arch_name": "F80@5142", - "b_area_id": 35, - "b_filter_id": 2289, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69641", - "roomcode": "5142.Z3.080F", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69890", + "area_id": 35, + "building_id": 2289, + "floor_level": "3.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69641, + "usage_id": 120 + }, + "5143.EG.001": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69890", - "roomcode": "5143.EG.001", - "usage": 30 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69891", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69890, + "usage_id": 30 + }, + "5143.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1.002, Hausanschlussraum", "arch_name": "1.002@5143", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69891", - "roomcode": "5143.EG.002", - "usage": 120 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69892", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69891, + "usage_id": 120 + }, + "5143.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1.004, Server", "arch_name": "1.004@5143", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69892", - "roomcode": "5143.EG.004", - "usage": 207 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69893", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69892, + "usage_id": 207 + }, + "5143.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1.005, WC", "arch_name": "1.005@5143", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69893", - "roomcode": "5143.EG.005", - "usage": 114 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69894", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69893, + "usage_id": 114 + }, + "5143.EG.005A": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69894", - "roomcode": "5143.EG.005A", - "usage": 118 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69895", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69894, + "usage_id": 118 + }, + "5143.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1.006, Montageraum", "arch_name": "1.006@5143", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=42667", - "operator": "[ TUPHZKG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69895", - "roomcode": "5143.EG.006", - "usage": 51 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69896", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69895, + "usage_id": 51 + }, + "5143.EG.009": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69896", - "roomcode": "5143.EG.009", - "usage": 32 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69897", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69896, + "usage_id": 32 + }, + "5143.EG.011": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=42667", - "operator": "[ TUPHZKG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69897", - "roomcode": "5143.EG.011", - "usage": 100 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69898", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 42667, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69897, + "usage_id": 100 + }, + "5143.EG.012": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69898", - "roomcode": "5143.EG.012", - "usage": 214 - }, - { - "address": "Paula-Hahn-Weinheimer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=69899", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69898, + "usage_id": 214 + }, + "5143.EG.013": { + "address": { + "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", - "b_area_id": 35, - "b_filter_id": 2429, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69899", - "roomcode": "5143.EG.013", - "usage": 218 - }, - { - "address": "Am Coulombwall 6, EG", - "address_link": "ris.einzelraum?raumkey=66523", + "area_id": 35, + "building_id": 2429, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69899, + "usage_id": 218 + }, + "5160.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "alt_name": "0001, UCN-Testanlage", "arch_name": "0001@5160", - "b_area_id": 35, - "b_filter_id": 1870, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66523", - "roomcode": "5160.EG.001", - "usage": 49 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52753", + "area_id": 35, + "building_id": 1870, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66523, + "usage_id": 49 + }, + "5202.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Verteilerraum", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52753", - "roomcode": "5202.01.101", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52762", + "area_id": 37, + "building_id": 784, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52753, + "usage_id": 120 + }, + "5202.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt., Schw. Ab.", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52762", - "roomcode": "5202.01.102", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=52902", + "area_id": 37, + "building_id": 784, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52762, + "usage_id": 103 + }, + "5202.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Schleuse", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52902", - "roomcode": "5202.01.103", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46445", + "area_id": 37, + "building_id": 784, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52902, + "usage_id": 105 + }, + "5202.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Flur", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46445", - "roomcode": "5202.EG.018", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46645", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46445, + "usage_id": 222 + }, + "5202.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Physiklabor (K. B., MV)", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46645", - "roomcode": "5202.EG.024", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46649", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46645, + "usage_id": 103 + }, + "5202.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Installationsraum", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46649", - "roomcode": "5202.EG.025", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46793", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46649, + "usage_id": 120 + }, + "5202.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt., Schw. Ab.", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46793", - "roomcode": "5202.EG.026", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46804", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46793, + "usage_id": 103 + }, + "5202.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46804", - "roomcode": "5202.EG.028", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46814", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46804, + "usage_id": 102 + }, + "5202.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt., Schw. Ab.", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46814", - "roomcode": "5202.EG.029", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46829", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46814, + "usage_id": 103 + }, + "5202.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Massenspektrometer", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46829", - "roomcode": "5202.EG.030", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46978", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46829, + "usage_id": 103 + }, + "5202.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46978", - "roomcode": "5202.EG.031", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=46997", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46978, + "usage_id": 102 + }, + "5202.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46997", - "roomcode": "5202.EG.032", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=47011", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46997, + "usage_id": 102 + }, + "5202.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47011", - "roomcode": "5202.EG.033", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44299", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47011, + "usage_id": 102 + }, + "5202.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44299", - "roomcode": "5202.EG.034", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44312", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44299, + "usage_id": 102 + }, + "5202.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Lager", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44312", - "roomcode": "5202.EG.035", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44326", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44312, + "usage_id": 30 + }, + "5202.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Physiklabor (K. B., MV)", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44326", - "roomcode": "5202.EG.036", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44480", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44326, + "usage_id": 103 + }, + "5202.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Physiklabor", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44480", - "roomcode": "5202.EG.037", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44490", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44480, + "usage_id": 103 + }, + "5202.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Messraum (ersch\u00fctterungsfrei)", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44490", - "roomcode": "5202.EG.038", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44504", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44490, + "usage_id": 103 + }, + "5202.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Ofenraum", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44504", - "roomcode": "5202.EG.039", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44512", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44504, + "usage_id": 194 + }, + "5202.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Messraum (ersch\u00fctterungsfrei)", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44512", - "roomcode": "5202.EG.040", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44661", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44512, + "usage_id": 103 + }, + "5202.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Flur", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44661", - "roomcode": "5202.EG.041", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44679", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44661, + "usage_id": 222 + }, + "5202.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Treppenraum", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44679", - "roomcode": "5202.EG.042", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44695", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44679, + "usage_id": 223 + }, + "5202.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Flur", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44695", - "roomcode": "5202.EG.043", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=44832", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44695, + "usage_id": 222 + }, + "5202.EG.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Flur", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=16205", - "operator": "[ TUPHE17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44832", - "roomcode": "5202.EG.074", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=45562", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16205, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44832, + "usage_id": 222 + }, + "5202.EG.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Massenspektrometer", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45562", - "roomcode": "5202.EG.270", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=45571", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45562, + "usage_id": 103 + }, + "5202.EG.271": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Massenspektrometer", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45571", - "roomcode": "5202.EG.271", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=45586", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45571, + "usage_id": 103 + }, + "5202.EG.272": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Massenspektrometer", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45586", - "roomcode": "5202.EG.272", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=45600", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45586, + "usage_id": 103 + }, + "5202.EG.273": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Massenspektrometer", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45600", - "roomcode": "5202.EG.273", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=52736", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45600, + "usage_id": 103 + }, + "5202.EG.275": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Massenspektrometer", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=16202", - "operator": "[ TUPHE14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52736", - "roomcode": "5202.EG.275", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45509", + "area_id": 37, + "building_id": 784, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 16202, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52736, + "usage_id": 103 + }, + "5202.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Heizraum", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45509", - "roomcode": "5202.U1.001", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45518", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45509, + "usage_id": 201 + }, + "5202.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Installationsraum", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45518", - "roomcode": "5202.U1.002", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45528", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45518, + "usage_id": 120 + }, + "5202.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Wasserversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45528", - "roomcode": "5202.U1.003", - "usage": 183 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45541", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45528, + "usage_id": 183 + }, + "5202.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Gasversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45541", - "roomcode": "5202.U1.004", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45552", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45541, + "usage_id": 17 + }, + "5202.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Gasversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45552", - "roomcode": "5202.U1.005", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45692", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45552, + "usage_id": 17 + }, + "5202.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Gasversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45692", - "roomcode": "5202.U1.006", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45701", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45692, + "usage_id": 17 + }, + "5202.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Targetbahnweiche", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45701", - "roomcode": "5202.U1.007", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45717", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45701, + "usage_id": 120 + }, + "5202.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Gasversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45717", - "roomcode": "5202.U1.008", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45736", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45717, + "usage_id": 17 + }, + "5202.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Stromversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45736", - "roomcode": "5202.U1.009", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45882", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45736, + "usage_id": 160 + }, + "5202.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Stromversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45882", - "roomcode": "5202.U1.010", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=24042", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45882, + "usage_id": 160 + }, + "5202.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Gasversorgung", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24042", - "roomcode": "5202.U1.011", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45902", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24042, + "usage_id": 17 + }, + "5202.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Installationskanal Nord", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45902", - "roomcode": "5202.U1.012", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=45915", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45902, + "usage_id": 120 + }, + "5202.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Installationskanal Mitte", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45915", - "roomcode": "5202.U1.013", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=46069", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45915, + "usage_id": 120 + }, + "5202.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "Installationskanal S\u00fcd", "arch_name": "@5202", - "b_area_id": 37, - "b_filter_id": 784, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46069", - "roomcode": "5202.U1.014", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52282", + "area_id": 37, + "building_id": 784, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46069, + "usage_id": 120 + }, + "5203.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E01, Eingangshalle", "arch_name": "E01@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52282", - "roomcode": "5203.EG.001", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52423", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52282, + "usage_id": 222 + }, + "5203.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E02, Flur", "arch_name": "E02@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52423", - "roomcode": "5203.EG.002", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10014", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52423, + "usage_id": 222 + }, + "5203.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E03, B\u00fcro", "arch_name": "E03@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10014", - "roomcode": "5203.EG.003", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52448", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10014, + "usage_id": 12 + }, + "5203.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E06, Seminarraum", "arch_name": "E06@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": "tvKalender.wSicht?cOrg=19663&cRes=18977&cReadonly=J", - "extended": { - "additional_description": "E06, Seminarraum", - "address": "Walther-Mei\u00dfner-Str. 1(5203), Erdgescho\u00df", - "architect_room_nr": "E06@5203", - "area_m2": 68.88, - "building": "5203 B\u00fcrogeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52448", - "roomcode": "5203.EG.006", - "usage": 41 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10142", + "area_id": 37, + "building_id": 794, + "calendar_resource_nr": 18977, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52448, + "usage_id": 41 + }, + "5203.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E07, B\u00fcro", "arch_name": "E07@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10142", - "roomcode": "5203.EG.007", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52602", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10142, + "usage_id": 12 + }, + "5203.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E10, Lager", "arch_name": "E10@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=44146", - "operator": "[ TUZEITZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52602", - "roomcode": "5203.EG.010", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=22699", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44146, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52602, + "usage_id": 30 + }, + "5203.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E11, B\u00fcro", "arch_name": "E11@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22699", - "roomcode": "5203.EG.011", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52620", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22699, + "usage_id": 12 + }, + "5203.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E12, Treppe", "arch_name": "E12@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52620", - "roomcode": "5203.EG.012", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52631", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52620, + "usage_id": 223 + }, + "5203.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E13, B\u00fcro", "arch_name": "E13@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52631", - "roomcode": "5203.EG.013", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52781", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52631, + "usage_id": 12 + }, + "5203.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E14, Teek\u00fcche", "arch_name": "E14@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52781", - "roomcode": "5203.EG.014", - "usage": 28 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52789", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52781, + "usage_id": 28 + }, + "5203.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E15, B\u00fcro", "arch_name": "E15@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52789", - "roomcode": "5203.EG.015", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52798", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52789, + "usage_id": 12 + }, + "5203.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E16, B\u00fcro", "arch_name": "E16@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52798", - "roomcode": "5203.EG.016", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52807", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52798, + "usage_id": 12 + }, + "5203.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E19, B\u00fcro", "arch_name": "E19@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52807", - "roomcode": "5203.EG.019", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52953", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52807, + "usage_id": 12 + }, + "5203.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E20, B\u00fcro", "arch_name": "E20@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52953", - "roomcode": "5203.EG.020", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52964", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52953, + "usage_id": 12 + }, + "5203.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E22, Poststelle/Drucker/Kopierer", "arch_name": "E22@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52964", - "roomcode": "5203.EG.022", - "usage": 110 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10274", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52964, + "usage_id": 110 + }, + "5203.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E23, Arbeitsraum", "arch_name": "E23@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10274", - "roomcode": "5203.EG.023", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52984", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10274, + "usage_id": 12 + }, + "5203.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E24, Arbeitsraum", "arch_name": "E24@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52984", - "roomcode": "5203.EG.024", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10331", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52984, + "usage_id": 12 + }, + "5203.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E25, Arbeitsraum", "arch_name": "E25@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10331", - "roomcode": "5203.EG.025", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53131", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10331, + "usage_id": 12 + }, + "5203.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E28, K\u00fcche", "arch_name": "E28@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53131", - "roomcode": "5203.EG.028", - "usage": 28 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53142", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53131, + "usage_id": 28 + }, + "5203.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E29, Arbeitsraum", "arch_name": "E29@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53142", - "roomcode": "5203.EG.029", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53151", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53142, + "usage_id": 12 + }, + "5203.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E30, WC-Herren", "arch_name": "E30@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53151", - "roomcode": "5203.EG.030", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10341", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53151, + "usage_id": 115 + }, + "5203.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E31, Arbeitsraum", "arch_name": "E31@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10341", - "roomcode": "5203.EG.031", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53311", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10341, + "usage_id": 12 + }, + "5203.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E32, Lager", "arch_name": "E32@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53311", - "roomcode": "5203.EG.032", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=66503", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53311, + "usage_id": 30 + }, + "5203.EG.033": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66503", - "roomcode": "5203.EG.033", - "usage": 117 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10372", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66503, + "usage_id": 117 + }, + "5203.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E35, Arbeitsraum", "arch_name": "E35@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10372", - "roomcode": "5203.EG.035", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53335", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10372, + "usage_id": 12 + }, + "5203.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E37, Arbeitsraum", "arch_name": "E37@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53335", - "roomcode": "5203.EG.037", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10382", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53335, + "usage_id": 12 + }, + "5203.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E39, Arbeitsraum", "arch_name": "E39@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10382", - "roomcode": "5203.EG.039", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53490", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10382, + "usage_id": 12 + }, + "5203.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E40, Seminarraum", "arch_name": "E40@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": "tvKalender.wSicht?cOrg=19663&cRes=18757&cReadonly=J", - "extended": { - "additional_description": "E40, Seminarraum", - "address": "Walther-Mei\u00dfner-Str. 1(5203), Erdgescho\u00df", - "architect_room_nr": "E40@5203", - "area_m2": 84.0, - "building": "5203 B\u00fcrogeb\u00e4ude", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "040", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53490", - "roomcode": "5203.EG.040", - "usage": 41 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53504", + "area_id": 37, + "building_id": 794, + "calendar_resource_nr": 18757, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53490, + "usage_id": 41 + }, + "5203.EG.040A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E40a, Besprechungsraum", "arch_name": "E40a@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": "tvKalender.wSicht?cOrg=19663&cRes=24475&cReadonly=J", - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53504", - "roomcode": "5203.EG.040A", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10433", + "area_id": 37, + "building_id": 794, + "calendar_resource_nr": 24475, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53504, + "usage_id": 196 + }, + "5203.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E41, Arbeitsraum", "arch_name": "E41@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10433", - "roomcode": "5203.EG.041", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53651", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10433, + "usage_id": 12 + }, + "5203.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E42, Treppe", "arch_name": "E42@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53651", - "roomcode": "5203.EG.042", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10467", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53651, + "usage_id": 223 + }, + "5203.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E43, Arbeitsraum", "arch_name": "E43@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10467", - "roomcode": "5203.EG.043", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53678", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10467, + "usage_id": 12 + }, + "5203.EG.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E44, Flur zu E40", "arch_name": "E44@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53678", - "roomcode": "5203.EG.044", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10472", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53678, + "usage_id": 222 + }, + "5203.EG.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E45, Arbeitsraum", "arch_name": "E45@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10472", - "roomcode": "5203.EG.045", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=53831", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10472, + "usage_id": 12 + }, + "5203.EG.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E46, Aufzug", "arch_name": "E46@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53831", - "roomcode": "5203.EG.046", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10507", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53831, + "usage_id": 4 + }, + "5203.EG.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E47, Arbeitsraum", "arch_name": "E47@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10507", - "roomcode": "5203.EG.047", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51240", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10507, + "usage_id": 12 + }, + "5203.EG.049": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E49, Arbeitsraum", "arch_name": "E49@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51240", - "roomcode": "5203.EG.049", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51251", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51240, + "usage_id": 12 + }, + "5203.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E50, B\u00fcro", "arch_name": "E50@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51251", - "roomcode": "5203.EG.050", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51265", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51251, + "usage_id": 12 + }, + "5203.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E51, B\u00fcro/Besprechungsraum", "arch_name": "E51@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51265", - "roomcode": "5203.EG.051", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51275", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51265, + "usage_id": 12 + }, + "5203.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E52, B\u00fcro", "arch_name": "E52@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51275", - "roomcode": "5203.EG.052", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51421", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51275, + "usage_id": 12 + }, + "5203.EG.053": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51421", - "roomcode": "5203.EG.053", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23305", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51421, + "usage_id": 12 + }, + "5203.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E54, B\u00fcro", "arch_name": "E54@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23305", - "roomcode": "5203.EG.054", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51455", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23305, + "usage_id": 12 + }, + "5203.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E57, B\u00fcro", "arch_name": "E57@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51455", - "roomcode": "5203.EG.057", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51611", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16353, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51455, + "usage_id": 12 + }, + "5203.EG.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E58, WC-Herren", "arch_name": "E58@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51611", - "roomcode": "5203.EG.058", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51625", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51611, + "usage_id": 115 + }, + "5203.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E59, Windfang", "arch_name": "E59@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51625", - "roomcode": "5203.EG.059", - "usage": 52 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51636", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51625, + "usage_id": 52 + }, + "5203.EG.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E60, WC-Damen", "arch_name": "E60@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51636", - "roomcode": "5203.EG.060", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51647", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51636, + "usage_id": 116 + }, + "5203.EG.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E61, Vermietet an Bauamt", "arch_name": "E61@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51647", - "roomcode": "5203.EG.061", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51787", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16353, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51647, + "usage_id": 12 + }, + "5203.EG.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E62, Dusche", "arch_name": "E62@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51787", - "roomcode": "5203.EG.062", - "usage": 113 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51798", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51787, + "usage_id": 113 + }, + "5203.EG.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E64, Putzraum", "arch_name": "E64@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51798", - "roomcode": "5203.EG.064", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10670", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51798, + "usage_id": 205 + }, + "5203.EG.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E65, B\u00fcro", "arch_name": "E65@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10670", - "roomcode": "5203.EG.065", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51811", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10670, + "usage_id": 12 + }, + "5203.EG.066": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E66, Bibliothek", "arch_name": "E66@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51811", - "roomcode": "5203.EG.066", - "usage": 10 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10671", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51811, + "usage_id": 10 + }, + "5203.EG.069": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E69, B\u00fcro", "arch_name": "E69@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10671", - "roomcode": "5203.EG.069", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=51960", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10671, + "usage_id": 12 + }, + "5203.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E70, Konferenzraum", "arch_name": "E70@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51960", - "roomcode": "5203.EG.070", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10728", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51960, + "usage_id": 196 + }, + "5203.EG.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E73, Sekretariat", "arch_name": "E73@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10728", - "roomcode": "5203.EG.073", - "usage": 40 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10730", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10728, + "usage_id": 40 + }, + "5203.EG.075": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E75, Abteilungsleiter", "arch_name": "E75@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10730", - "roomcode": "5203.EG.075", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23647", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10730, + "usage_id": 12 + }, + "5203.EG.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E77, Aktenablage", "arch_name": "E77@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23647", - "roomcode": "5203.EG.077", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52122", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23647, + "usage_id": 2 + }, + "5203.EG.079": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E79, B\u00fcro", "arch_name": "E79@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52122", - "roomcode": "5203.EG.079", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52129", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16353, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52122, + "usage_id": 12 + }, + "5203.EG.081": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E81, B\u00fcro", "arch_name": "E81@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52129", - "roomcode": "5203.EG.081", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52133", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16353, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52129, + "usage_id": 12 + }, + "5203.EG.085": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E85, B\u00fcro", "arch_name": "E85@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52133", - "roomcode": "5203.EG.085", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52143", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16353, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52133, + "usage_id": 12 + }, + "5203.EG.089": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E89, B\u00fcro", "arch_name": "E89@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52143", - "roomcode": "5203.EG.089", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=52153", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 16353, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52143, + "usage_id": 12 + }, + "5203.EG.091": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52153", - "roomcode": "5203.EG.091", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=23756", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52153, + "usage_id": 12 + }, + "5203.EG.095": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E95, B\u00fcro", "arch_name": "E95@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23756", - "roomcode": "5203.EG.095", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=10043", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23756, + "usage_id": 12 + }, + "5203.EG.097": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "E97, B\u00fcro", "arch_name": "E97@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10043", - "roomcode": "5203.EG.097", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52911", + "area_id": 37, + "building_id": 794, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10043, + "usage_id": 12 + }, + "5203.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K02, Flur", "arch_name": "K02@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52911", - "roomcode": "5203.U1.102", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52922", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52911, + "usage_id": 222 + }, + "5203.U1.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K03, Aktenlager", "arch_name": "K03@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52922", - "roomcode": "5203.U1.103", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52930", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25963, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52922, + "usage_id": 2 + }, + "5203.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K06, Lager", "arch_name": "K06@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52930", - "roomcode": "5203.U1.106", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52936", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52930, + "usage_id": 30 + }, + "5203.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K07, Lager", "arch_name": "K07@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52936", - "roomcode": "5203.U1.107", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52946", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Laminat", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52936, + "usage_id": 30 + }, + "5203.U1.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K10, Lager", "arch_name": "K10@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52946", - "roomcode": "5203.U1.110", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53085", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15379, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52946, + "usage_id": 30 + }, + "5203.U1.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K11, Lager", "arch_name": "K11@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53085", - "roomcode": "5203.U1.111", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53098", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53085, + "usage_id": 30 + }, + "5203.U1.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K12, Treppe", "arch_name": "K12@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53098", - "roomcode": "5203.U1.112", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53109", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53098, + "usage_id": 223 + }, + "5203.U1.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K14, Lager", "arch_name": "K14@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53109", - "roomcode": "5203.U1.114", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53120", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53109, + "usage_id": 30 + }, + "5203.U1.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K16, Heizzentrale", "arch_name": "K16@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53120", - "roomcode": "5203.U1.116", - "usage": 201 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53262", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53120, + "usage_id": 201 + }, + "5203.U1.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K17, Schaltraum", "arch_name": "K17@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53262", - "roomcode": "5203.U1.117", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53280", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53262, + "usage_id": 160 + }, + "5203.U1.117A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K17a, Notstrom/Nebenraum K17", "arch_name": "K17a@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53280", - "roomcode": "5203.U1.117A", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53296", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53280, + "usage_id": 160 + }, + "5203.U1.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K19, LRZ-Verteilerknoten", "arch_name": "K19@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53296", - "roomcode": "5203.U1.119", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53442", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53296, + "usage_id": 120 + }, + "5203.U1.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K20, Lager", "arch_name": "K20@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53442", - "roomcode": "5203.U1.120", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53457", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15379, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53442, + "usage_id": 30 + }, + "5203.U1.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K19, Netzwerkzentrale", "arch_name": "K19@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53457", - "roomcode": "5203.U1.121", - "usage": 202 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10389", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53457, + "usage_id": 202 + }, + "5203.U1.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K23, Arbeitsraum", "arch_name": "K23@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10389", - "roomcode": "5203.U1.123", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53606", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10389, + "usage_id": 12 + }, + "5203.U1.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K24, Archiv", "arch_name": "K24@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15379", - "operator": "[ TUEIHLT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53606", - "roomcode": "5203.U1.124", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10395", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15379, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53606, + "usage_id": 2 + }, + "5203.U1.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K25, Arbeitsraum", "arch_name": "K25@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10395", - "roomcode": "5203.U1.125", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=10437", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10395, + "usage_id": 12 + }, + "5203.U1.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K29, Arbeitsraum", "arch_name": "K29@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10437", - "roomcode": "5203.U1.129", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53637", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10437, + "usage_id": 12 + }, + "5203.U1.130": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53637", - "roomcode": "5203.U1.130", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53642", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53637, + "usage_id": 30 + }, + "5203.U1.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K31, Dauerarbeitsplatz/Werkstatt", "arch_name": "K31@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53642", - "roomcode": "5203.U1.131", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53775", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53642, + "usage_id": 12 + }, + "5203.U1.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K35, Dauerarbeitsplatz", "arch_name": "K35@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53775", - "roomcode": "5203.U1.135", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53782", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19705, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53775, + "usage_id": 12 + }, + "5203.U1.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K36, Lager", "arch_name": "K36@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53782", - "roomcode": "5203.U1.136", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53792", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53782, + "usage_id": 30 + }, + "5203.U1.138": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K38, Lager", "arch_name": "K38@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53792", - "roomcode": "5203.U1.138", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53801", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53792, + "usage_id": 30 + }, + "5203.U1.139": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K39, Lager", "arch_name": "K39@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53801", - "roomcode": "5203.U1.139", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=53808", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53801, + "usage_id": 30 + }, + "5203.U1.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K40, Lager", "arch_name": "K40@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53808", - "roomcode": "5203.U1.140", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51197", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53808, + "usage_id": 30 + }, + "5203.U1.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K41, Server", "arch_name": "K41@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19663", - "operator": "[ TUZVHR6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51197", - "roomcode": "5203.U1.141", - "usage": 207 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51206", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 19663, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51197, + "usage_id": 207 + }, + "5203.U1.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K42, Treppenraum", "arch_name": "K42@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51206", - "roomcode": "5203.U1.142", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51217", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51206, + "usage_id": 223 + }, + "5203.U1.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K43, Dauerarbeitsplatz", "arch_name": "K43@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51217", - "roomcode": "5203.U1.143", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51224", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51217, + "usage_id": 12 + }, + "5203.U1.144": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K44, Lager / Reservefl\u00e4che", "arch_name": "K44@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51224", - "roomcode": "5203.U1.144", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51236", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51224, + "usage_id": 30 + }, + "5203.U1.145": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K45, Putzkammer", "arch_name": "K45@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51236", - "roomcode": "5203.U1.145", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51378", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51236, + "usage_id": 205 + }, + "5203.U1.146": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K46, Aufzug", "arch_name": "K46@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51378", - "roomcode": "5203.U1.146", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51389", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51378, + "usage_id": 4 + }, + "5203.U1.147": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K47, Lager", "arch_name": "K47@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51389", - "roomcode": "5203.U1.147", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51400", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51389, + "usage_id": 30 + }, + "5203.U1.148": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K48, Aufzug", "arch_name": "K48@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51400", - "roomcode": "5203.U1.148", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51407", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51400, + "usage_id": 4 + }, + "5203.U1.149": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K49, Lager", "arch_name": "K49@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51407", - "roomcode": "5203.U1.149", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51559", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51407, + "usage_id": 30 + }, + "5203.U1.151": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K51, Lager Fam. Service", "arch_name": "K51@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51559", - "roomcode": "5203.U1.151", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51577", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51559, + "usage_id": 30 + }, + "5203.U1.152": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K52, Lager", "arch_name": "K52@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51577", - "roomcode": "5203.U1.152", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51587", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51577, + "usage_id": 30 + }, + "5203.U1.154": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K54, Werkstatt", "arch_name": "K54@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51587", - "roomcode": "5203.U1.154", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69933", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51587, + "usage_id": 51 + }, + "5203.U1.155": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K55, B\u00fcro", "arch_name": "K55@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44150", - "operator": "[ TUZEITM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69933", - "roomcode": "5203.U1.155", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51736", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 44150, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69933, + "usage_id": 12 + }, + "5203.U1.157": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K57, Lager/Bauamt", "arch_name": "K57@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=16353", - "operator": "[ TUPEBM2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51736", - "roomcode": "5203.U1.157", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51744", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 16353, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51736, + "usage_id": 30 + }, + "5203.U1.159": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K59, Lager/Ausstellungsmaterial", "arch_name": "K59@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51744", - "roomcode": "5203.U1.159", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51758", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51744, + "usage_id": 30 + }, + "5203.U1.160": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51758", - "roomcode": "5203.U1.160", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51768", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51758, + "usage_id": 2 + }, + "5203.U1.161": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K61, Kompressor", "arch_name": "K61@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51768", - "roomcode": "5203.U1.161", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51912", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51768, + "usage_id": 160 + }, + "5203.U1.165": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51912", - "roomcode": "5203.U1.165", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51923", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51912, + "usage_id": 30 + }, + "5203.U1.166": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K66, Archiv", "arch_name": "K66@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51923", - "roomcode": "5203.U1.166", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51931", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51923, + "usage_id": 2 + }, + "5203.U1.169": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K69, Lager f. Sport", "arch_name": "K69@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14195", - "operator": "[ TUSPFSP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51931", - "roomcode": "5203.U1.169", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51940", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14195, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51931, + "usage_id": 30 + }, + "5203.U1.173": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K73, Lager", "arch_name": "K73@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51940", - "roomcode": "5203.U1.173", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=51949", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51940, + "usage_id": 30 + }, + "5203.U1.177": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K77, Werkstatt", "arch_name": "K77@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51949", - "roomcode": "5203.U1.177", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52086", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51949, + "usage_id": 51 + }, + "5203.U1.179": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K79, B\u00fcro", "arch_name": "K79@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52086", - "roomcode": "5203.U1.179", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52097", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 44304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52086, + "usage_id": 12 + }, + "5203.U1.181": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K81, Lager", "arch_name": "K81@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52097", - "roomcode": "5203.U1.181", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52109", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52097, + "usage_id": 30 + }, + "5203.U1.185": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K85, Lager", "arch_name": "K85@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52109", - "roomcode": "5203.U1.185", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52248", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52109, + "usage_id": 30 + }, + "5203.U1.189": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K89, Sanit\u00e4tsraum", "arch_name": "K89@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52248", - "roomcode": "5203.U1.189", - "usage": 178 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52260", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52248, + "usage_id": 178 + }, + "5203.U1.191": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K91, Personalakten", "arch_name": "K91@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52260", - "roomcode": "5203.U1.191", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=52274", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52260, + "usage_id": 2 + }, + "5203.U1.195": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "alt_name": "K95, Aktenlager", "arch_name": "K95@5203", - "b_area_id": 37, - "b_filter_id": 794, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25963", - "operator": "[ TUZVR2X ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52274", - "roomcode": "5203.U1.195", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=28418", + "area_id": 37, + "building_id": 794, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25963, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52274, + "usage_id": 2 + }, + "5204.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1401, B\u00fcro 6", "arch_name": "1401@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28418", - "roomcode": "5204.01.001", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=17137", + "area_id": 37, + "building_id": 795, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28418, + "usage_id": 12 + }, + "5204.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1402, B\u00fcro 7", "arch_name": "1402@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17137", - "roomcode": "5204.01.002", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=28430", + "area_id": 37, + "building_id": 795, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17137, + "usage_id": 12 + }, + "5204.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1403, B\u00fcro 8", "arch_name": "1403@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28430", - "roomcode": "5204.01.003", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52516", + "area_id": 37, + "building_id": 795, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28430, + "usage_id": 12 + }, + "5204.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1404, Sozialraum", "arch_name": "1404@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52516", - "roomcode": "5204.01.004", - "usage": 44 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52525", + "area_id": 37, + "building_id": 795, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52516, + "usage_id": 44 + }, + "5204.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1405, Seminarraum", "arch_name": "1405@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": "tvKalender.wSicht?cOrg=15278&cRes=18651&cReadonly=J", - "extended": { - "additional_description": "1405, Seminarraum", - "address": "Walther-Mei\u00dfner-Str. 4(5204), 1.Obergescho\u00df", - "architect_room_nr": "1405@5204", - "area_m2": 82.7, - "building": "5204 Umformtechnik und Gie\u00dfereiwesen (MW25)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 45, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52525", - "roomcode": "5204.01.005", - "usage": 41 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52540", + "area_id": 37, + "building_id": 795, + "calendar_resource_nr": 18651, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52525, + "usage_id": 41 + }, + "5204.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1406, Flur/Foyer", "arch_name": "1406@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52540", - "roomcode": "5204.01.006", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52679", + "area_id": 37, + "building_id": 795, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52540, + "usage_id": 222 + }, + "5204.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "1407, Treppe", "arch_name": "1407@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52679", - "roomcode": "5204.01.007", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10122", + "area_id": 37, + "building_id": 795, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52679, + "usage_id": 223 + }, + "5204.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0401, Arbeitsraum mit Besprechungsgruppe", "arch_name": "0401@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10122", - "roomcode": "5204.EG.001", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10125", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10122, + "usage_id": 12 + }, + "5204.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0402, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0402@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10125", - "roomcode": "5204.EG.002", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10127", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10125, + "usage_id": 12 + }, + "5204.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0403, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0403@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10127", - "roomcode": "5204.EG.003", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53014", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10127, + "usage_id": 12 + }, + "5204.EG.004": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53014", - "roomcode": "5204.EG.004", - "usage": 102 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10132", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53014, + "usage_id": 102 + }, + "5204.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0405, Arbeitsraum mit Besprechungsgruppe", "arch_name": "0405@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10132", - "roomcode": "5204.EG.005", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53168", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10132, + "usage_id": 12 + }, + "5204.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0406, Metallografieraum", "arch_name": "0406@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53168", - "roomcode": "5204.EG.006", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10172", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53168, + "usage_id": 51 + }, + "5204.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0407, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0407@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10172", - "roomcode": "5204.EG.007", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10178", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10172, + "usage_id": 12 + }, + "5204.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0408, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0408@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10178", - "roomcode": "5204.EG.008", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53199", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10178, + "usage_id": 12 + }, + "5204.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0409, Techn. Labor", "arch_name": "0409@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53199", - "roomcode": "5204.EG.009", - "usage": 194 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53208", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53199, + "usage_id": 194 + }, + "5204.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0410, Bibliothek", "arch_name": "0410@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53208", - "roomcode": "5204.EG.010", - "usage": 10 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=22759", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53208, + "usage_id": 10 + }, + "5204.EG.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0411a, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0411a@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22759", - "roomcode": "5204.EG.011A", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=17982", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22759, + "usage_id": 12 + }, + "5204.EG.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0411b, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0411b@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17982", - "roomcode": "5204.EG.011B", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53372", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17982, + "usage_id": 12 + }, + "5204.EG.012": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53372", - "roomcode": "5204.EG.012", - "usage": 28 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53516", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53372, + "usage_id": 28 + }, + "5204.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0413, Treppenraum", "arch_name": "0413@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53516", - "roomcode": "5204.EG.013", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10305", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53516, + "usage_id": 223 + }, + "5204.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0414, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0414@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10305", - "roomcode": "5204.EG.014", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53543", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10305, + "usage_id": 12 + }, + "5204.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0415, Wasch-/Abstellraum", "arch_name": "0415@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53543", - "roomcode": "5204.EG.015", - "usage": 210 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10316", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53543, + "usage_id": 210 + }, + "5204.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0416, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0416@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10316", - "roomcode": "5204.EG.016", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53693", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10316, + "usage_id": 12 + }, + "5204.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0417, Putzkammer", "arch_name": "0417@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53693", - "roomcode": "5204.EG.017", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53709", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53693, + "usage_id": 205 + }, + "5204.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0418, Messlabor", "arch_name": "0418@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53709", - "roomcode": "5204.EG.018", - "usage": 103 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53719", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53709, + "usage_id": 103 + }, + "5204.EG.019": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53719", - "roomcode": "5204.EG.019", - "usage": 117 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53858", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53719, + "usage_id": 117 + }, + "5204.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0423, Flur", "arch_name": "0423@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53858", - "roomcode": "5204.EG.020", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53866", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53858, + "usage_id": 222 + }, + "5204.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0421, WC-Herren", "arch_name": "0421@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53866", - "roomcode": "5204.EG.021", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53875", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53866, + "usage_id": 115 + }, + "5204.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0422, Flur", "arch_name": "0422@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53875", - "roomcode": "5204.EG.022", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=53891", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53875, + "usage_id": 222 + }, + "5204.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0423, Rechnerraum 2", "arch_name": "0423@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": "tvKalender.wSicht?cOrg=15278&cRes=20216&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53891", - "roomcode": "5204.EG.023", - "usage": 207 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51288", + "area_id": 37, + "building_id": 795, + "calendar_resource_nr": 20216, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 15278, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53891, + "usage_id": 207 + }, + "5204.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0424, Stromversorgung", "arch_name": "0424@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51288", - "roomcode": "5204.EG.024", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51300", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51288, + "usage_id": 160 + }, + "5204.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0425, Stromversorgung", "arch_name": "0425@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51300", - "roomcode": "5204.EG.025", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51312", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51300, + "usage_id": 160 + }, + "5204.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0426, Stromversorgung", "arch_name": "0426@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51312", - "roomcode": "5204.EG.026", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51322", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51312, + "usage_id": 160 + }, + "5204.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0427, Lager (Lampen ELT.)", "arch_name": "0427@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51322", - "roomcode": "5204.EG.027", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51466", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51322, + "usage_id": 30 + }, + "5204.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0428, Stromversorgung", "arch_name": "0428@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51466", - "roomcode": "5204.EG.028", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51481", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51466, + "usage_id": 160 + }, + "5204.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0429, Stromversorgung", "arch_name": "0429@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51481", - "roomcode": "5204.EG.029", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51490", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51481, + "usage_id": 160 + }, + "5204.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0430, Stromversorgung", "arch_name": "0430@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51490", - "roomcode": "5204.EG.030", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51500", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51490, + "usage_id": 160 + }, + "5204.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0433, Rechnerraum 1", "arch_name": "0433@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": "tvKalender.wSicht?cOrg=15278&cRes=20236&cReadonly=J", - "extended": { - "additional_description": "0433, Rechnerraum 1", - "address": "Walther-Mei\u00dfner-Str. 4(5204), Erdgescho\u00df", - "architect_room_nr": "0433@5204", - "area_m2": 46.87, - "building": "5204 Umformtechnik und Gie\u00dfereiwesen (MW25)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "033", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51500", - "roomcode": "5204.EG.033", - "usage": 131 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=27933", + "area_id": 37, + "building_id": 795, + "calendar_resource_nr": 20236, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51500, + "usage_id": 131 + }, + "5204.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0434, Feinmechanikwerkstatt", "arch_name": "0434@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27933", - "roomcode": "5204.EG.034", - "usage": 108 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51666", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15278, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27933, + "usage_id": 108 + }, + "5204.EG.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0434A, Schreinerei/Feinmechanikwerkstatt", "arch_name": "0434A@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51666", - "roomcode": "5204.EG.034A", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51674", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51666, + "usage_id": 51 + }, + "5204.EG.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0434B, Schwei\u00dfereiwerkstatt", "arch_name": "0434B@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51674", - "roomcode": "5204.EG.034B", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51682", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51674, + "usage_id": 51 + }, + "5204.EG.035A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0435A, WC-Herren", "arch_name": "0435A@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51682", - "roomcode": "5204.EG.035A", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51687", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51682, + "usage_id": 115 + }, + "5204.EG.035B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0435B, Dusche/Umkleide", "arch_name": "0435B@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51687", - "roomcode": "5204.EG.035B", - "usage": 113 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51831", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51687, + "usage_id": 113 + }, + "5204.EG.035C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0435C, Verteiler-Flur", "arch_name": "0435C@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51831", - "roomcode": "5204.EG.035C", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=10551", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51831, + "usage_id": 222 + }, + "5204.EG.035D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0432, Meisterb\u00fcro", "arch_name": "0432@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10551", - "roomcode": "5204.EG.035D", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51844", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10551, + "usage_id": 12 + }, + "5204.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0431, Versuchshalle", "arch_name": "0431@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51844", - "roomcode": "5204.EG.036", - "usage": 49 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51860", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51844, + "usage_id": 49 + }, + "5204.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0437, Windfang", "arch_name": "0437@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51860", - "roomcode": "5204.EG.037", - "usage": 52 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=51993", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51860, + "usage_id": 52 + }, + "5204.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0438, Treppe", "arch_name": "0438@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51993", - "roomcode": "5204.EG.038", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=52006", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51993, + "usage_id": 223 + }, + "5204.EG.039": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52006", - "roomcode": "5204.EG.039", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=52013", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52006, + "usage_id": 222 + }, + "5204.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0440, Besprechungsraum", "arch_name": "0440@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52013", - "roomcode": "5204.EG.040", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=28229", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52013, + "usage_id": 196 + }, + "5204.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0441, Server", "arch_name": "0441@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28229", - "roomcode": "5204.EG.041", - "usage": 207 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=15668", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28229, + "usage_id": 207 + }, + "5204.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0442, B\u00fcro 2", "arch_name": "0442@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15668", - "roomcode": "5204.EG.042", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=28237", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15668, + "usage_id": 12 + }, + "5204.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0443, B\u00fcro 3", "arch_name": "0443@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28237", - "roomcode": "5204.EG.043", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=28315", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28237, + "usage_id": 12 + }, + "5204.EG.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0444, B\u00fcro 4", "arch_name": "0444@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28315", - "roomcode": "5204.EG.044", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=28321", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28315, + "usage_id": 12 + }, + "5204.EG.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0445, B\u00fcro 5", "arch_name": "0445@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28321", - "roomcode": "5204.EG.045", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=52193", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15278, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28321, + "usage_id": 12 + }, + "5204.EG.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0446, WC-Damen", "arch_name": "0446@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52193", - "roomcode": "5204.EG.046", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=52339", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52193, + "usage_id": 116 + }, + "5204.EG.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0447, WC-Herren", "arch_name": "0447@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52339", - "roomcode": "5204.EG.047", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=52348", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52339, + "usage_id": 115 + }, + "5204.EG.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "0448, Technik", "arch_name": "0448@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52348", - "roomcode": "5204.EG.048", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52307", + "area_id": 37, + "building_id": 795, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52348, + "usage_id": 120 + }, + "5204.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U401, Lager Akten", "arch_name": "U401@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52307", - "roomcode": "5204.U1.001", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52314", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52307, + "usage_id": 30 + }, + "5204.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U402, Lager Ger\u00e4te", "arch_name": "U402@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52314", - "roomcode": "5204.U1.002", - "usage": 18 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52325", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52314, + "usage_id": 18 + }, + "5204.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U404, Lager Demo-Teile", "arch_name": "U404@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52325", - "roomcode": "5204.U1.004", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52329", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52325, + "usage_id": 30 + }, + "5204.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U405, Lager Elg./Versuchsteile", "arch_name": "U405@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52329", - "roomcode": "5204.U1.005", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52467", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52329, + "usage_id": 30 + }, + "5204.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U406, Lager Bleche", "arch_name": "U406@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52467", - "roomcode": "5204.U1.006", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52472", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52467, + "usage_id": 30 + }, + "5204.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U407, Lager", "arch_name": "U407@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52472", - "roomcode": "5204.U1.007", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52477", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52472, + "usage_id": 30 + }, + "5204.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U408, Lager Langprodukte", "arch_name": "U408@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52477", - "roomcode": "5204.U1.008", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52488", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52477, + "usage_id": 30 + }, + "5204.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U409, Vorraum Reaktor", "arch_name": "U409@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52488", - "roomcode": "5204.U1.009", - "usage": 50 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52494", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52488, + "usage_id": 50 + }, + "5204.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U411, Kompressorraum", "arch_name": "U411@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52494", - "roomcode": "5204.U1.011", - "usage": 32 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52503", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52494, + "usage_id": 32 + }, + "5204.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U412, Wasserversorgung", "arch_name": "U412@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52503", - "roomcode": "5204.U1.012", - "usage": 183 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52645", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52503, + "usage_id": 183 + }, + "5204.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U413, Gang", "arch_name": "U413@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52645", - "roomcode": "5204.U1.013", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52651", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52645, + "usage_id": 222 + }, + "5204.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U414, Lager", "arch_name": "U414@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15278", - "operator": "[ TUMWUTG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52651", - "roomcode": "5204.U1.014", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52657", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15278, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52651, + "usage_id": 30 + }, + "5204.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U416, Verteilerraum", "arch_name": "U416@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52657", - "roomcode": "5204.U1.016", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52666", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52657, + "usage_id": 120 + }, + "5204.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U417, Stromversorgung", "arch_name": "U417@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52666", - "roomcode": "5204.U1.017", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52676", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52666, + "usage_id": 160 + }, + "5204.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U418, Stromversorgung", "arch_name": "U418@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52676", - "roomcode": "5204.U1.018", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52816", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52676, + "usage_id": 160 + }, + "5204.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U419, Abstellraum", "arch_name": "U419@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52816", - "roomcode": "5204.U1.019", - "usage": 159 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52826", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52816, + "usage_id": 159 + }, + "5204.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U420, Stromversorgung", "arch_name": "U420@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52826", - "roomcode": "5204.U1.020", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52834", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52826, + "usage_id": 160 + }, + "5204.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U421, Stromversorgung", "arch_name": "U421@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52834", - "roomcode": "5204.U1.021", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=52844", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52834, + "usage_id": 160 + }, + "5204.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "alt_name": "U422, Stromversorgung", "arch_name": "U422@5204", - "b_area_id": 37, - "b_filter_id": 795, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52844", - "roomcode": "5204.U1.022", - "usage": 160 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75072", + "area_id": 37, + "building_id": 795, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52844, + "usage_id": 160 + }, + "5212.01.001": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75072", - "roomcode": "5212.01.001", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75116", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75072, + "usage_id": 105 + }, + "5212.01.002": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75116", - "roomcode": "5212.01.002", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75117", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75116, + "usage_id": 30 + }, + "5212.01.004": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75117", - "roomcode": "5212.01.004", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75109", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75117, + "usage_id": 30 + }, + "5212.01.005": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75109", - "roomcode": "5212.01.005", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75080", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75109, + "usage_id": 196 + }, + "5212.01.006": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75080", - "roomcode": "5212.01.006", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75150", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75080, + "usage_id": 12 + }, + "5212.01.007": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75150", - "roomcode": "5212.01.007", - "usage": 32 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75081", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75150, + "usage_id": 32 + }, + "5212.01.010": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75081", - "roomcode": "5212.01.010", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75144", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75081, + "usage_id": 12 + }, + "5212.01.011": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75144", - "roomcode": "5212.01.011", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75082", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75144, + "usage_id": 12 + }, + "5212.01.012": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75082", - "roomcode": "5212.01.012", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75107", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75082, + "usage_id": 12 + }, + "5212.01.013L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75107", - "roomcode": "5212.01.013L", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75083", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75107, + "usage_id": 205 + }, + "5212.01.014": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75083", - "roomcode": "5212.01.014", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75108", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75083, + "usage_id": 12 + }, + "5212.01.014L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75108", - "roomcode": "5212.01.014L", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75112", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75108, + "usage_id": 196 + }, + "5212.01.015": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75112", - "roomcode": "5212.01.015", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75118", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75112, + "usage_id": 12 + }, + "5212.01.016": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75118", - "roomcode": "5212.01.016", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75113", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75118, + "usage_id": 12 + }, + "5212.01.017": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75113", - "roomcode": "5212.01.017", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75119", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75113, + "usage_id": 12 + }, + "5212.01.018": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75119", - "roomcode": "5212.01.018", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75145", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75119, + "usage_id": 12 + }, + "5212.01.019": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75145", - "roomcode": "5212.01.019", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75120", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75145, + "usage_id": 12 + }, + "5212.01.020": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75120", - "roomcode": "5212.01.020", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75121", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75120, + "usage_id": 12 + }, + "5212.01.022": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75121", - "roomcode": "5212.01.022", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75149", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75121, + "usage_id": 12 + }, + "5212.01.024": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75149", - "roomcode": "5212.01.024", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75114", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75149, + "usage_id": 12 + }, + "5212.01.025": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75114", - "roomcode": "5212.01.025", - "usage": 40 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75077", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75114, + "usage_id": 40 + }, + "5212.01.026": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75077", - "roomcode": "5212.01.026", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75073", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75077, + "usage_id": 205 + }, + "5212.01.028": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "extended": { - "additional_description": "H.1.028, Gemeinschaftsraum", - "address": "Walther-Mei\u00dfner-Str. 3(5212), 1.Obergescho\u00df", - "architect_room_nr": "H.1.028@5212", - "area_m2": 23.37, - "building": "5212 RCM-Hauptbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "028", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75073", - "roomcode": "5212.01.028", - "usage": 131 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75115", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75073, + "usage_id": 131 + }, + "5212.01.029": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75115", - "roomcode": "5212.01.029", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75074", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75115, + "usage_id": 12 + }, + "5212.01.030": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "extended": { - "additional_description": "H.1.030, Gemeinschaftsraum", - "address": "Walther-Mei\u00dfner-Str. 3(5212), 1.Obergescho\u00df", - "architect_room_nr": "H.1.030@5212", - "area_m2": 40.71, - "building": "5212 RCM-Hauptbau", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "030", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75074", - "roomcode": "5212.01.030", - "usage": 131 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75146", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75074, + "usage_id": 131 + }, + "5212.01.035": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75146", - "roomcode": "5212.01.035", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75148", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75146, + "usage_id": 2 + }, + "5212.01.601": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75148", - "roomcode": "5212.01.601", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75079", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75148, + "usage_id": 115 + }, + "5212.01.602": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75079", - "roomcode": "5212.01.602", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75111", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75079, + "usage_id": 116 + }, + "5212.01.701": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75111", - "roomcode": "5212.01.701", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75110", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75111, + "usage_id": 222 + }, + "5212.01.701A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75110", - "roomcode": "5212.01.701A", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75075", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75110, + "usage_id": 222 + }, + "5212.01.702": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75075", - "roomcode": "5212.01.702", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75106", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75075, + "usage_id": 222 + }, + "5212.01.704L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75106", - "roomcode": "5212.01.704L", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75078", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75106, + "usage_id": 222 + }, + "5212.01.801": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75078", - "roomcode": "5212.01.801", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75143", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75078, + "usage_id": 223 + }, + "5212.01.801L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75143", - "roomcode": "5212.01.801L", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75147", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75143, + "usage_id": 4 + }, + "5212.01.802": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75147", - "roomcode": "5212.01.802", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=75076", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75147, + "usage_id": 4 + }, + "5212.01.803": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75076", - "roomcode": "5212.01.803", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75085", + "area_id": 37, + "building_id": 883, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75076, + "usage_id": 223 + }, + "5212.02.001": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75085", - "roomcode": "5212.02.001", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75160", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75085, + "usage_id": 105 + }, + "5212.02.002": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75160", - "roomcode": "5212.02.002", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75135", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75160, + "usage_id": 30 + }, + "5212.02.004": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75135", - "roomcode": "5212.02.004", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75151", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75135, + "usage_id": 30 + }, + "5212.02.005": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75151", - "roomcode": "5212.02.005", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75071", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75151, + "usage_id": 196 + }, + "5212.02.006": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75071", - "roomcode": "5212.02.006", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75086", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75071, + "usage_id": 12 + }, + "5212.02.007": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75086", - "roomcode": "5212.02.007", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75159", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75086, + "usage_id": 30 + }, + "5212.02.008": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75159", - "roomcode": "5212.02.008", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75158", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75159, + "usage_id": 12 + }, + "5212.02.010": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75158", - "roomcode": "5212.02.010", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75089", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75158, + "usage_id": 12 + }, + "5212.02.011": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75089", - "roomcode": "5212.02.011", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75157", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75089, + "usage_id": 12 + }, + "5212.02.012": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75157", - "roomcode": "5212.02.012", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75124", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75157, + "usage_id": 12 + }, + "5212.02.013": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75124", - "roomcode": "5212.02.013", - "usage": 40 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75084", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75124, + "usage_id": 40 + }, + "5212.02.013L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75084", - "roomcode": "5212.02.013L", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75130", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75084, + "usage_id": 205 + }, + "5212.02.014": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75130", - "roomcode": "5212.02.014", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75123", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75130, + "usage_id": 12 + }, + "5212.02.014L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75123", - "roomcode": "5212.02.014L", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75154", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75123, + "usage_id": 30 + }, + "5212.02.015": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75154", - "roomcode": "5212.02.015", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75131", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75154, + "usage_id": 12 + }, + "5212.02.016": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75131", - "roomcode": "5212.02.016", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75155", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75131, + "usage_id": 12 + }, + "5212.02.017": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75155", - "roomcode": "5212.02.017", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75132", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75155, + "usage_id": 12 + }, + "5212.02.018": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75132", - "roomcode": "5212.02.018", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75126", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75132, + "usage_id": 12 + }, + "5212.02.019": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75126", - "roomcode": "5212.02.019", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75133", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75126, + "usage_id": 12 + }, + "5212.02.020": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75133", - "roomcode": "5212.02.020", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75127", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75133, + "usage_id": 12 + }, + "5212.02.021": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75127", - "roomcode": "5212.02.021", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75128", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75127, + "usage_id": 12 + }, + "5212.02.023": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75128", - "roomcode": "5212.02.023", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75070", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75128, + "usage_id": 12 + }, + "5212.02.026": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75070", - "roomcode": "5212.02.026", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75152", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75070, + "usage_id": 205 + }, + "5212.02.028": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "extended": { - "additional_description": "H.2.028, Gemeinschaftsraum", - "address": "Walther-Mei\u00dfner-Str. 3(5212), 2.Obergescho\u00df", - "architect_room_nr": "H.2.028@5212", - "area_m2": 23.42, - "building": "5212 RCM-Hauptbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "028", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75152", - "roomcode": "5212.02.028", - "usage": 131 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75156", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75152, + "usage_id": 131 + }, + "5212.02.029": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75156", - "roomcode": "5212.02.029", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75153", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75156, + "usage_id": 2 + }, + "5212.02.030": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "extended": { - "additional_description": "H.2.030, Gemeinschaftsraum", - "address": "Walther-Mei\u00dfner-Str. 3(5212), 2.Obergescho\u00df", - "architect_room_nr": "H.2.030@5212", - "area_m2": 40.82, - "building": "5212 RCM-Hauptbau", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "030", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75153", - "roomcode": "5212.02.030", - "usage": 131 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75090", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75153, + "usage_id": 131 + }, + "5212.02.601": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75090", - "roomcode": "5212.02.601", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75091", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75090, + "usage_id": 115 + }, + "5212.02.602": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75091", - "roomcode": "5212.02.602", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75125", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75091, + "usage_id": 116 + }, + "5212.02.701": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75125", - "roomcode": "5212.02.701", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75129", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75125, + "usage_id": 222 + }, + "5212.02.702": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75129", - "roomcode": "5212.02.702", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75068", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75129, + "usage_id": 222 + }, + "5212.02.704L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75068", - "roomcode": "5212.02.704L", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75134", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75068, + "usage_id": 222 + }, + "5212.02.801": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75134", - "roomcode": "5212.02.801", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75122", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75134, + "usage_id": 223 + }, + "5212.02.801L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75122", - "roomcode": "5212.02.801L", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75136", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75122, + "usage_id": 4 + }, + "5212.02.802": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75136", - "roomcode": "5212.02.802", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75069", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75136, + "usage_id": 4 + }, + "5212.02.803": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75069", - "roomcode": "5212.02.803", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=49520", + "area_id": 37, + "building_id": 883, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75069, + "usage_id": 223 + }, + "5212.EG.001": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49520", - "roomcode": "5212.EG.001", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=49679", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49520, + "usage_id": 12 + }, + "5212.EG.003": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49679", - "roomcode": "5212.EG.003", - "usage": 186 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=49822", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49679, + "usage_id": 186 + }, + "5212.EG.004": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49822", - "roomcode": "5212.EG.004", - "usage": 202 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=12910", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49822, + "usage_id": 202 + }, + "5212.EG.005": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12910", - "roomcode": "5212.EG.005", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=49840", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12910, + "usage_id": 105 + }, + "5212.EG.006": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "extended": { - "additional_description": "H.0.006, Seminar 1", - "address": "Walther-Mei\u00dfner-Str. 3(5212), Erdgescho\u00df", - "architect_room_nr": "H.0.006@5212", - "area_m2": 88.21, - "building": "5212 RCM-Hauptbau", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49840", - "roomcode": "5212.EG.006", - "usage": 41 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=49845", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49840, + "usage_id": 41 + }, + "5212.EG.007": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49845", - "roomcode": "5212.EG.007", - "usage": 103 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75105", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49845, + "usage_id": 103 + }, + "5212.EG.008A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75105", - "roomcode": "5212.EG.008A", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75104", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75105, + "usage_id": 30 + }, + "5212.EG.008B": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75104", - "roomcode": "5212.EG.008B", - "usage": 198 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=49992", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75104, + "usage_id": 198 + }, + "5212.EG.009": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49992", - "roomcode": "5212.EG.009", - "usage": 121 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75062", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49992, + "usage_id": 121 + }, + "5212.EG.009A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75062", - "roomcode": "5212.EG.009A", - "usage": 113 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75063", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75062, + "usage_id": 113 + }, + "5212.EG.011": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75063", - "roomcode": "5212.EG.011", - "usage": 121 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75099", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75063, + "usage_id": 121 + }, + "5212.EG.011A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75099", - "roomcode": "5212.EG.011A", - "usage": 113 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75064", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75099, + "usage_id": 113 + }, + "5212.EG.012L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75064", - "roomcode": "5212.EG.012L", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=50152", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75064, + "usage_id": 30 + }, + "5212.EG.013": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50152", - "roomcode": "5212.EG.013", - "usage": 9 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75141", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50152, + "usage_id": 9 + }, + "5212.EG.013L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75141", - "roomcode": "5212.EG.013L", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75094", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75141, + "usage_id": 205 + }, + "5212.EG.014L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75094", - "roomcode": "5212.EG.014L", - "usage": 34 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=50168", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75094, + "usage_id": 34 + }, + "5212.EG.015": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50168", - "roomcode": "5212.EG.015", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75100", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50168, + "usage_id": 12 + }, + "5212.EG.015A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75100", - "roomcode": "5212.EG.015A", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=13100", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75100, + "usage_id": 30 + }, + "5212.EG.017": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13100", - "roomcode": "5212.EG.017", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=50333", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13100, + "usage_id": 12 + }, + "5212.EG.019": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50333", - "roomcode": "5212.EG.019", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=50485", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50333, + "usage_id": 12 + }, + "5212.EG.021": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50485", - "roomcode": "5212.EG.021", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=50510", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50485, + "usage_id": 12 + }, + "5212.EG.023": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50510", - "roomcode": "5212.EG.023", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75102", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50510, + "usage_id": 2 + }, + "5212.EG.027": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75102", - "roomcode": "5212.EG.027", - "usage": 198 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75067", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75102, + "usage_id": 198 + }, + "5212.EG.505": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75067", - "roomcode": "5212.EG.505", - "usage": 32 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75058", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75067, + "usage_id": 32 + }, + "5212.EG.601": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75058", - "roomcode": "5212.EG.601", - "usage": 114 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75061", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75058, + "usage_id": 114 + }, + "5212.EG.602": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75061", - "roomcode": "5212.EG.602", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75096", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75061, + "usage_id": 115 + }, + "5212.EG.603": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75096", - "roomcode": "5212.EG.603", - "usage": 102 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75092", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75096, + "usage_id": 102 + }, + "5212.EG.604": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75092", - "roomcode": "5212.EG.604", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75088", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75092, + "usage_id": 116 + }, + "5212.EG.606": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75088", - "roomcode": "5212.EG.606", - "usage": 117 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75137", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75088, + "usage_id": 117 + }, + "5212.EG.701": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75137", - "roomcode": "5212.EG.701", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75140", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75137, + "usage_id": 222 + }, + "5212.EG.701A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75140", - "roomcode": "5212.EG.701A", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75139", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75140, + "usage_id": 105 + }, + "5212.EG.701F": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75139", - "roomcode": "5212.EG.701F", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75060", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75139, + "usage_id": 105 + }, + "5212.EG.701Z": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75060", - "roomcode": "5212.EG.701Z", - "usage": 36 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75101", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75060, + "usage_id": 36 + }, + "5212.EG.702": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75101", - "roomcode": "5212.EG.702", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75142", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75101, + "usage_id": 222 + }, + "5212.EG.704A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75142", - "roomcode": "5212.EG.704A", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75097", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75142, + "usage_id": 105 + }, + "5212.EG.704B": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75097", - "roomcode": "5212.EG.704B", - "usage": 105 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75093", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75097, + "usage_id": 105 + }, + "5212.EG.704L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75093", - "roomcode": "5212.EG.704L", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75098", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75093, + "usage_id": 222 + }, + "5212.EG.705": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75098", - "roomcode": "5212.EG.705", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75065", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75098, + "usage_id": 222 + }, + "5212.EG.705L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75065", - "roomcode": "5212.EG.705L", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75066", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75065, + "usage_id": 222 + }, + "5212.EG.706": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75066", - "roomcode": "5212.EG.706", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75138", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75066, + "usage_id": 222 + }, + "5212.EG.707": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75138", - "roomcode": "5212.EG.707", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75059", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75138, + "usage_id": 222 + }, + "5212.EG.801": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75059", - "roomcode": "5212.EG.801", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75095", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75059, + "usage_id": 223 + }, + "5212.EG.801L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75095", - "roomcode": "5212.EG.801L", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75087", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75095, + "usage_id": 4 + }, + "5212.EG.802": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75087", - "roomcode": "5212.EG.802", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75103", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75087, + "usage_id": 4 + }, + "5212.EG.803": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75103", - "roomcode": "5212.EG.803", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48694", + "area_id": 37, + "building_id": 883, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75103, + "usage_id": 223 + }, + "5212.U1.002": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48694", - "roomcode": "5212.U1.002", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48831", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48694, + "usage_id": 30 + }, + "5212.U1.002A": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48831", - "roomcode": "5212.U1.002A", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48841", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48831, + "usage_id": 30 + }, + "5212.U1.003": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48841", - "roomcode": "5212.U1.003", - "usage": 32 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48851", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48841, + "usage_id": 32 + }, + "5212.U1.004": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48851", - "roomcode": "5212.U1.004", - "usage": 5 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48987", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48851, + "usage_id": 5 + }, + "5212.U1.005": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48987", - "roomcode": "5212.U1.005", - "usage": 32 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49025", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48987, + "usage_id": 32 + }, + "5212.U1.006": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49025", - "roomcode": "5212.U1.006", - "usage": 207 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49164", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49025, + "usage_id": 207 + }, + "5212.U1.007": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49164", - "roomcode": "5212.U1.007", - "usage": 201 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49168", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49164, + "usage_id": 201 + }, + "5212.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "K 008, Werkstatt", "arch_name": "K 008@5212", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49168", - "roomcode": "5212.U1.008", - "usage": 108 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49201", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49168, + "usage_id": 108 + }, + "5212.U1.010": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49201", - "roomcode": "5212.U1.010", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49342", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49201, + "usage_id": 30 + }, + "5212.U1.012": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49342", - "roomcode": "5212.U1.012", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49359", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49342, + "usage_id": 12 + }, + "5212.U1.014": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49359", - "roomcode": "5212.U1.014", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49501", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49359, + "usage_id": 12 + }, + "5212.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "K-020, Versorgungsgang", "arch_name": "K-020@5212", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49501", - "roomcode": "5212.U1.020", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75046", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49501, + "usage_id": 222 + }, + "5212.U1.021": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75046", - "roomcode": "5212.U1.021", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75048", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75046, + "usage_id": 30 + }, + "5212.U1.022": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75048", - "roomcode": "5212.U1.022", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75045", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75048, + "usage_id": 51 + }, + "5212.U1.023": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75045", - "roomcode": "5212.U1.023", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75044", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75045, + "usage_id": 30 + }, + "5212.U1.024": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75044", - "roomcode": "5212.U1.024", - "usage": 51 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75040", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75044, + "usage_id": 51 + }, + "5212.U1.027": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75040", - "roomcode": "5212.U1.027", - "usage": 121 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75039", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75040, + "usage_id": 121 + }, + "5212.U1.029": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75039", - "roomcode": "5212.U1.029", - "usage": 44 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75049", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75039, + "usage_id": 44 + }, + "5212.U1.031": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75049", - "roomcode": "5212.U1.031", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75050", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75049, + "usage_id": 120 + }, + "5212.U1.033": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75050", - "roomcode": "5212.U1.033", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75043", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75050, + "usage_id": 120 + }, + "5212.U1.501": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75043", - "roomcode": "5212.U1.501", - "usage": 32 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75037", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75043, + "usage_id": 32 + }, + "5212.U1.502": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75037", - "roomcode": "5212.U1.502", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75041", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75037, + "usage_id": 120 + }, + "5212.U1.601": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75041", - "roomcode": "5212.U1.601", - "usage": 113 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75051", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75041, + "usage_id": 113 + }, + "5212.U1.602": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75051", - "roomcode": "5212.U1.602", - "usage": 114 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75047", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75051, + "usage_id": 114 + }, + "5212.U1.701": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75047", - "roomcode": "5212.U1.701", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75038", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75047, + "usage_id": 222 + }, + "5212.U1.702": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75038", - "roomcode": "5212.U1.702", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75042", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75038, + "usage_id": 222 + }, + "5212.U1.703": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75042", - "roomcode": "5212.U1.703", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75055", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75042, + "usage_id": 222 + }, + "5212.U1.801": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75055", - "roomcode": "5212.U1.801", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75052", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75055, + "usage_id": 223 + }, + "5212.U1.801L": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75052", - "roomcode": "5212.U1.801L", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75036", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75052, + "usage_id": 4 + }, + "5212.U1.802": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75036", - "roomcode": "5212.U1.802", - "usage": 4 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=75056", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75036, + "usage_id": 4 + }, + "5212.U1.803": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 883, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75056", - "roomcode": "5212.U1.803", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11288", + "area_id": 37, + "building_id": 883, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75056, + "usage_id": 223 + }, + "5219.01.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1901, B\u00fcro", "arch_name": "1901@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11288", - "roomcode": "5219.01.901", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44317", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11288, + "usage_id": 12 + }, + "5219.01.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1903, Sozialraum", "arch_name": "1903@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44317", - "roomcode": "5219.01.903", - "usage": 44 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11290", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44317, + "usage_id": 44 + }, + "5219.01.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1905, B\u00fcro", "arch_name": "1905@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11290", - "roomcode": "5219.01.905", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11316", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11290, + "usage_id": 12 + }, + "5219.01.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1907, Zahlstelle", "arch_name": "1907@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26045", - "operator": "[ TUZVR37 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11316", - "roomcode": "5219.01.907", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44487", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26045, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11316, + "usage_id": 12 + }, + "5219.01.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1911, WC-Damen", "arch_name": "1911@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44487", - "roomcode": "5219.01.911", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44493", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44487, + "usage_id": 116 + }, + "5219.01.912": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1912, Putzraum", "arch_name": "1912@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44493", - "roomcode": "5219.01.912", - "usage": 205 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=44505", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44493, + "usage_id": 205 + }, + "5219.01.913": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1913, WC-Herren", "arch_name": "1913@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44505", - "roomcode": "5219.01.913", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11323", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44505, + "usage_id": 115 + }, + "5219.01.914": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1914, B\u00fcro", "arch_name": "1914@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11323", - "roomcode": "5219.01.914", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11327", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11323, + "usage_id": 12 + }, + "5219.01.916": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1916, B\u00fcro", "arch_name": "1916@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11327", - "roomcode": "5219.01.916", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11370", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11327, + "usage_id": 12 + }, + "5219.01.921": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1921, B\u00fcro", "arch_name": "1921@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11370", - "roomcode": "5219.01.921", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11374", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11370, + "usage_id": 12 + }, + "5219.01.923": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1923, B\u00fcro", "arch_name": "1923@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11374", - "roomcode": "5219.01.923", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11376", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11374, + "usage_id": 12 + }, + "5219.01.925": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1925, B\u00fcro", "arch_name": "1925@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11376", - "roomcode": "5219.01.925", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11381", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11376, + "usage_id": 12 + }, + "5219.01.927": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1927, B\u00fcro", "arch_name": "1927@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11381", - "roomcode": "5219.01.927", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11383", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11381, + "usage_id": 12 + }, + "5219.01.929": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1929, B\u00fcro", "arch_name": "1929@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11383", - "roomcode": "5219.01.929", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=11384", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11383, + "usage_id": 12 + }, + "5219.01.931": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1931, B\u00fcro", "arch_name": "1931@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11384", - "roomcode": "5219.01.931", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10800", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11384, + "usage_id": 12 + }, + "5219.01.933": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1933, B\u00fcro", "arch_name": "1933@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10800", - "roomcode": "5219.01.933", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10805", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10800, + "usage_id": 12 + }, + "5219.01.935": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1935, B\u00fcro", "arch_name": "1935@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10805", - "roomcode": "5219.01.935", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=10806", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10805, + "usage_id": 12 + }, + "5219.01.937": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1937, B\u00fcro", "arch_name": "1937@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10806", - "roomcode": "5219.01.937", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45750", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48177, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10806, + "usage_id": 12 + }, + "5219.01.981": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1981, Flur", "arch_name": "1981@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45750", - "roomcode": "5219.01.981", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45756", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45750, + "usage_id": 222 + }, + "5219.01.987": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1987, Flur", "arch_name": "1987@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45756", - "roomcode": "5219.01.987", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=45770", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45756, + "usage_id": 222 + }, + "5219.01.991": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "1991, Flur", "arch_name": "1991@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45770", - "roomcode": "5219.01.991", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46087", + "area_id": 37, + "building_id": 856, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45770, + "usage_id": 222 + }, + "5219.EG.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0901, Lager", "arch_name": "0901@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46087", - "roomcode": "5219.EG.901", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46100", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46087, + "usage_id": 30 + }, + "5219.EG.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0902, Elektroraum", "arch_name": "0902@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46100", - "roomcode": "5219.EG.902", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46248", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46100, + "usage_id": 120 + }, + "5219.EG.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0903, Heizraum", "arch_name": "0903@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46248", - "roomcode": "5219.EG.903", - "usage": 201 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46257", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46248, + "usage_id": 201 + }, + "5219.EG.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0904, Personalakten", "arch_name": "0904@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46257", - "roomcode": "5219.EG.904", - "usage": 2 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46267", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48177, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46257, + "usage_id": 2 + }, + "5219.EG.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0905, Besprechungsraum", "arch_name": "0905@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48177", - "operator": "[ TUZVR25 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46267", - "roomcode": "5219.EG.905", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46277", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48177, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46267, + "usage_id": 196 + }, + "5219.EG.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0911, WC-Damen", "arch_name": "0911@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46277", - "roomcode": "5219.EG.911", - "usage": 116 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46430", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46277, + "usage_id": 116 + }, + "5219.EG.912": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0912, Beh.-WC", "arch_name": "0912@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46430", - "roomcode": "5219.EG.912", - "usage": 117 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46439", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46430, + "usage_id": 117 + }, + "5219.EG.913": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0913, WC-Herren", "arch_name": "0913@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46439", - "roomcode": "5219.EG.913", - "usage": 115 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46446", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46439, + "usage_id": 115 + }, + "5219.EG.914": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0914, B\u00fcro", "arch_name": "0914@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46446", - "roomcode": "5219.EG.914", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46457", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46446, + "usage_id": 12 + }, + "5219.EG.915": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0915, B\u00fcro", "arch_name": "0915@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46457", - "roomcode": "5219.EG.915", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46467", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46457, + "usage_id": 12 + }, + "5219.EG.916": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0916, Kopierer/Drucker", "arch_name": "0916@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46467", - "roomcode": "5219.EG.916", - "usage": 110 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46611", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46467, + "usage_id": 110 + }, + "5219.EG.917": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0917, Besprechungsraum", "arch_name": "0917@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46611", - "roomcode": "5219.EG.917", - "usage": 196 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46621", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46611, + "usage_id": 196 + }, + "5219.EG.921": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0921, Garage", "arch_name": "0921@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46621", - "roomcode": "5219.EG.921", - "usage": 100 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=46631", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46621, + "usage_id": 100 + }, + "5219.EG.927": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0927, B\u00fcro", "arch_name": "0927@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46631", - "roomcode": "5219.EG.927", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=11222", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26000, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46631, + "usage_id": 12 + }, + "5219.EG.928": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0928, B\u00fcro", "arch_name": "0928@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26000", - "operator": "[ TUZVR32 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11222", - "roomcode": "5219.EG.928", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=11225", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26000, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11222, + "usage_id": 12 + }, + "5219.EG.931": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0931, B\u00fcro", "arch_name": "0931@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11225", - "roomcode": "5219.EG.931", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=11228", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11225, + "usage_id": 12 + }, + "5219.EG.933": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0933, B\u00fcro", "arch_name": "0933@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11228", - "roomcode": "5219.EG.933", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=11230", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11228, + "usage_id": 12 + }, + "5219.EG.935": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0935, B\u00fcro", "arch_name": "0935@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11230", - "roomcode": "5219.EG.935", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=18570", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11230, + "usage_id": 12 + }, + "5219.EG.937": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0937, B\u00fcro", "arch_name": "0937@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18570", - "roomcode": "5219.EG.937", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=68199", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18570, + "usage_id": 12 + }, + "5219.EG.986": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0986, Windfang", "arch_name": "0986@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68199", - "roomcode": "5219.EG.986", - "usage": 52 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=47018", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68199, + "usage_id": 52 + }, + "5219.EG.987": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0987, Eingangshalle", "arch_name": "0987@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47018", - "roomcode": "5219.EG.987", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=68202", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47018, + "usage_id": 222 + }, + "5219.EG.988": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0988, Treppe", "arch_name": "0988@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68202", - "roomcode": "5219.EG.988", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=44297", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68202, + "usage_id": 223 + }, + "5219.EG.991": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "alt_name": "0991, Flur", "arch_name": "0991@5219", - "b_area_id": 37, - "b_filter_id": 856, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44297", - "roomcode": "5219.EG.991", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47128", + "area_id": 37, + "building_id": 856, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44297, + "usage_id": 222 + }, + "5251.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 008, Gitterrostgalerie", "arch_name": "A 008@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47128", - "roomcode": "5251.01.108", - "usage": 206 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47138", + "area_id": 37, + "building_id": 881, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47128, + "usage_id": 206 + }, + "5251.01.114": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47138", - "roomcode": "5251.01.114", - "usage": 206 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47151", + "area_id": 37, + "building_id": 881, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47138, + "usage_id": 206 + }, + "5251.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 015, Destillationsraum", "arch_name": "A 015@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47151", - "roomcode": "5251.01.115", - "usage": 132 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47227", + "area_id": 37, + "building_id": 881, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47151, + "usage_id": 132 + }, + "5251.01.116": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47227", - "roomcode": "5251.01.116", - "usage": 12 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=47241", + "area_id": 37, + "building_id": 881, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47227, + "usage_id": 12 + }, + "5251.01.116A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 016A, Gitterrost", "arch_name": "A 016A@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47241", - "roomcode": "5251.01.116A", - "usage": 219 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=48538", + "area_id": 37, + "building_id": 881, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47241, + "usage_id": 219 + }, + "5251.EG.008A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 008A, Stahltreppe", "arch_name": "A 008A@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48538", - "roomcode": "5251.EG.008A", - "usage": 223 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=48549", + "area_id": 37, + "building_id": 881, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48538, + "usage_id": 223 + }, + "5251.EG.009": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48549", - "roomcode": "5251.EG.009", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=48560", + "area_id": 37, + "building_id": 881, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48549, + "usage_id": 30 + }, + "5251.EG.010": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48560", - "roomcode": "5251.EG.010", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=48568", + "area_id": 37, + "building_id": 881, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48560, + "usage_id": 30 + }, + "5251.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 011, Zwischenflur", "arch_name": "A 011@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48568", - "roomcode": "5251.EG.011", - "usage": 222 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=48576", + "area_id": 37, + "building_id": 881, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48568, + "usage_id": 222 + }, + "5251.EG.012": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48576", - "roomcode": "5251.EG.012", - "usage": 113 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=47121", + "area_id": 37, + "building_id": 881, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48576, + "usage_id": 113 + }, + "5251.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 013, Kranraum", "arch_name": "A 013@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47121", - "roomcode": "5251.EG.013", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48367", + "area_id": 37, + "building_id": 881, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47121, + "usage_id": 120 + }, + "5251.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 001, Verbindungsgang", "arch_name": "A 001@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48367", - "roomcode": "5251.U1.001", - "usage": 16 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48378", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48367, + "usage_id": 16 + }, + "5251.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 002, Hebepumpenraum", "arch_name": "A 002@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48378", - "roomcode": "5251.U1.002", - "usage": 120 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48383", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48378, + "usage_id": 120 + }, + "5251.U1.003": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48383", - "roomcode": "5251.U1.003", - "usage": 50 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48428", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48383, + "usage_id": 50 + }, + "5251.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 004, Verdampferraum", "arch_name": "A 004@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48428", - "roomcode": "5251.U1.004", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48440", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48428, + "usage_id": 30 + }, + "5251.U1.005": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48440", - "roomcode": "5251.U1.005", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48449", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48440, + "usage_id": 30 + }, + "5251.U1.006": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48449", - "roomcode": "5251.U1.006", - "usage": 30 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48466", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48449, + "usage_id": 30 + }, + "5251.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "A 007, Dekontaminationsraum", "arch_name": "A 007@5251", - "b_area_id": 37, - "b_filter_id": 881, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48466", - "roomcode": "5251.U1.007", - "usage": 102 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=47257", + "area_id": 37, + "building_id": 881, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48466, + "usage_id": 102 + }, + "5252.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "alt_name": "001, Gasflaschenlager", "arch_name": "001@5252", - "b_area_id": 37, - "b_filter_id": 882, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47257", - "roomcode": "5252.EG.001", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=70095", + "area_id": 37, + "building_id": 882, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47257, + "usage_id": 30 + }, + "5257.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 01, Treppenhaus 1", "arch_name": "03 01@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70095", - "roomcode": "5257.01.001", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=70105", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70095, + "usage_id": 223 + }, + "5257.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 02, Treppenhaus 2", "arch_name": "03 02@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70105", - "roomcode": "5257.01.002", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69957", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70105, + "usage_id": 223 + }, + "5257.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 04, Flur", "arch_name": "03 04@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69957", - "roomcode": "5257.01.004", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69984", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69957, + "usage_id": 222 + }, + "5257.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 05, Flur", "arch_name": "03 05@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69984", - "roomcode": "5257.01.005", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69988", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69984, + "usage_id": 222 + }, + "5257.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 06, Flur", "arch_name": "03 06@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69988", - "roomcode": "5257.01.006", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69956", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69988, + "usage_id": 222 + }, + "5257.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 007, Stahlb\u00fchne", "arch_name": "03 007@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69956", - "roomcode": "5257.01.007", - "usage": 211 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=70096", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69956, + "usage_id": 211 + }, + "5257.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 10, WC-Vorraum Herren", "arch_name": "03 10@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70096", - "roomcode": "5257.01.010", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=70064", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70096, + "usage_id": 118 + }, + "5257.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 21, WC-Herren", "arch_name": "03 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70064", - "roomcode": "5257.01.011", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=70065", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70064, + "usage_id": 115 + }, + "5257.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 12, Umkleide Herren", "arch_name": "03 12@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70065", - "roomcode": "5257.01.012", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69989", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70065, + "usage_id": 121 + }, + "5257.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 13, Waschraum Herren", "arch_name": "03 13@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69989", - "roomcode": "5257.01.013", - "usage": 210 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69985", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69989, + "usage_id": 210 + }, + "5257.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 20, Lager", "arch_name": "03 20@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69985", - "roomcode": "5257.01.020", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=70094", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69985, + "usage_id": 30 + }, + "5257.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 21, Sozialraum", "arch_name": "03 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70094", - "roomcode": "5257.01.021", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69962", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70094, + "usage_id": 44 + }, + "5257.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 22, B\u00fcro", "arch_name": "03 22@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69962", - "roomcode": "5257.01.022", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69961", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69962, + "usage_id": 12 + }, + "5257.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 23, B\u00fcro", "arch_name": "03 23@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69961", - "roomcode": "5257.01.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69960", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69961, + "usage_id": 12 + }, + "5257.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 24, B\u00fcro", "arch_name": "03 24@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69960", - "roomcode": "5257.01.024", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69959", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69960, + "usage_id": 12 + }, + "5257.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 25, B\u00fcro", "arch_name": "03 25@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69959", - "roomcode": "5257.01.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69987", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69959, + "usage_id": 12 + }, + "5257.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 26, B\u00fcro", "arch_name": "03 26@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69987", - "roomcode": "5257.01.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69986", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69987, + "usage_id": 12 + }, + "5257.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 27, B\u00fcro", "arch_name": "03 27@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69986", - "roomcode": "5257.01.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=69958", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69986, + "usage_id": 12 + }, + "5257.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "03 28, B\u00fcro", "arch_name": "03 28@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69958", - "roomcode": "5257.01.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70106", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69958, + "usage_id": 12 + }, + "5257.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 01, Treppenhaus 1", "arch_name": "04 01@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70106", - "roomcode": "5257.02.001", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70113", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70106, + "usage_id": 223 + }, + "5257.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 02, Treppenhaus 2", "arch_name": "04 02@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70113", - "roomcode": "5257.02.002", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69972", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70113, + "usage_id": 223 + }, + "5257.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 04, Flur", "arch_name": "04 04@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69972", - "roomcode": "5257.02.004", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70112", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69972, + "usage_id": 222 + }, + "5257.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 05, Flur", "arch_name": "04 05@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70112", - "roomcode": "5257.02.005", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70026", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70112, + "usage_id": 222 + }, + "5257.02.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 06, Flur", "arch_name": "04 06@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70026", - "roomcode": "5257.02.006", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69982", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70026, + "usage_id": 222 + }, + "5257.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 07, Flur", "arch_name": "04 07@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69982", - "roomcode": "5257.02.007", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69998", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69982, + "usage_id": 222 + }, + "5257.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 10, WC-Vorraum Damen", "arch_name": "04 10@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69998", - "roomcode": "5257.02.010", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69997", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69998, + "usage_id": 118 + }, + "5257.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 11, WC-Damen", "arch_name": "04 11@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69997", - "roomcode": "5257.02.011", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69992", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69997, + "usage_id": 116 + }, + "5257.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 12, WC-Vorraum Herren", "arch_name": "04 12@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69992", - "roomcode": "5257.02.012", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69970", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69992, + "usage_id": 118 + }, + "5257.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 13, WC-Herren", "arch_name": "04 13@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69970", - "roomcode": "5257.02.013", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69975", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69970, + "usage_id": 115 + }, + "5257.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 21, Besprechungsraum", "arch_name": "04 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69975", - "roomcode": "5257.02.021", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69976", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69975, + "usage_id": 196 + }, + "5257.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 22, B\u00fcro", "arch_name": "04 22@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69976", - "roomcode": "5257.02.022", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69977", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69976, + "usage_id": 12 + }, + "5257.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 23, B\u00fcro", "arch_name": "04 23@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69977", - "roomcode": "5257.02.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69978", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69977, + "usage_id": 12 + }, + "5257.02.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 24, B\u00fcro", "arch_name": "04 24@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69978", - "roomcode": "5257.02.024", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69979", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69978, + "usage_id": 12 + }, + "5257.02.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 25, B\u00fcro", "arch_name": "04 25@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69979", - "roomcode": "5257.02.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69980", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69979, + "usage_id": 12 + }, + "5257.02.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 26, B\u00fcro", "arch_name": "04 26@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69980", - "roomcode": "5257.02.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69981", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69980, + "usage_id": 12 + }, + "5257.02.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 27, B\u00fcro", "arch_name": "04 27@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69981", - "roomcode": "5257.02.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69993", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69981, + "usage_id": 12 + }, + "5257.02.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 28, B\u00fcro", "arch_name": "04 28@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69993", - "roomcode": "5257.02.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69994", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69993, + "usage_id": 12 + }, + "5257.02.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 29, B\u00fcro", "arch_name": "04 29@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69994", - "roomcode": "5257.02.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69995", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69994, + "usage_id": 12 + }, + "5257.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 30, Kranken u. Ruheraum", "arch_name": "04 30@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69995", - "roomcode": "5257.02.030", - "usage": 178 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70115", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69995, + "usage_id": 178 + }, + "5257.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 31, B\u00fcro", "arch_name": "04 31@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70115", - "roomcode": "5257.02.031", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70114", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70115, + "usage_id": 12 + }, + "5257.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 32, B\u00fcro", "arch_name": "04 32@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70114", - "roomcode": "5257.02.032", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70111", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70114, + "usage_id": 12 + }, + "5257.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 33, B\u00fcro", "arch_name": "04 33@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70111", - "roomcode": "5257.02.033", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70110", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70111, + "usage_id": 12 + }, + "5257.02.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 34, B\u00fcro", "arch_name": "04 34@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70110", - "roomcode": "5257.02.034", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70109", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70110, + "usage_id": 12 + }, + "5257.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 35, B\u00fcro", "arch_name": "04 35@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70109", - "roomcode": "5257.02.035", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70027", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70109, + "usage_id": 12 + }, + "5257.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 26, B\u00fcro", "arch_name": "04 26@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70027", - "roomcode": "5257.02.036", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70108", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70027, + "usage_id": 12 + }, + "5257.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 37, Sozialraum", "arch_name": "04 37@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70108", - "roomcode": "5257.02.037", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69969", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70108, + "usage_id": 44 + }, + "5257.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 38, B\u00fcro", "arch_name": "04 38@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69969", - "roomcode": "5257.02.038", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69968", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69969, + "usage_id": 12 + }, + "5257.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 39, B\u00fcro", "arch_name": "04 39@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69968", - "roomcode": "5257.02.039", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69967", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69968, + "usage_id": 12 + }, + "5257.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 40, B\u00fcro", "arch_name": "04 40@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69967", - "roomcode": "5257.02.040", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69966", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69967, + "usage_id": 12 + }, + "5257.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 41, B\u00fcro", "arch_name": "04 41@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69966", - "roomcode": "5257.02.041", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69965", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69966, + "usage_id": 12 + }, + "5257.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 42, B\u00fcro", "arch_name": "04 42@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69965", - "roomcode": "5257.02.042", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=70107", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69965, + "usage_id": 12 + }, + "5257.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 43, B\u00fcro", "arch_name": "04 43@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70107", - "roomcode": "5257.02.043", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69991", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70107, + "usage_id": 12 + }, + "5257.02.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 44, Besprechungsraum", "arch_name": "04 44@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69991", - "roomcode": "5257.02.044", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69990", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69991, + "usage_id": 196 + }, + "5257.02.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 45, Lager", "arch_name": "04 45@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69990", - "roomcode": "5257.02.045", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69971", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69990, + "usage_id": 30 + }, + "5257.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 50, Putzraum", "arch_name": "04 50@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69971", - "roomcode": "5257.02.050", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69973", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69971, + "usage_id": 205 + }, + "5257.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 51, Lager", "arch_name": "04 51@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69973", - "roomcode": "5257.02.051", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69996", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69973, + "usage_id": 30 + }, + "5257.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 52, Archiv/Lager", "arch_name": "04 52@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69996", - "roomcode": "5257.02.052", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=69974", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69996, + "usage_id": 30 + }, + "5257.02.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "04 54, Drucker", "arch_name": "04 54@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69974", - "roomcode": "5257.02.054", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70076", + "area_id": 37, + "building_id": 2449, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69974, + "usage_id": 110 + }, + "5257.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 01, Treppenhaus 1", "arch_name": "05 01@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70076", - "roomcode": "5257.03.001", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70127", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70076, + "usage_id": 223 + }, + "5257.03.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 02, Treppenhaus 2", "arch_name": "05 02@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70127", - "roomcode": "5257.03.002", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70001", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70127, + "usage_id": 223 + }, + "5257.03.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 04, Flur", "arch_name": "05 04@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70001", - "roomcode": "5257.03.004", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70128", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70001, + "usage_id": 222 + }, + "5257.03.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 05, Flur", "arch_name": "05 05@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70128", - "roomcode": "5257.03.005", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70077", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70128, + "usage_id": 222 + }, + "5257.03.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 06, Flur", "arch_name": "05 06@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70077", - "roomcode": "5257.03.006", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70000", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70077, + "usage_id": 222 + }, + "5257.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 07, Flur", "arch_name": "05 07@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70000", - "roomcode": "5257.03.007", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70125", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70000, + "usage_id": 222 + }, + "5257.03.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 10, WC-Vorraum Damen", "arch_name": "05 10@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70125", - "roomcode": "5257.03.010", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70124", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70125, + "usage_id": 118 + }, + "5257.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 11, WC-Damen", "arch_name": "05 11@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70124", - "roomcode": "5257.03.011", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70078", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70124, + "usage_id": 116 + }, + "5257.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 12, WC-Vorraum Herren", "arch_name": "05 12@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70078", - "roomcode": "5257.03.012", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70097", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70078, + "usage_id": 115 + }, + "5257.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 13, WC-Herren", "arch_name": "05 13@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70097", - "roomcode": "5257.03.013", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70002", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70097, + "usage_id": 115 + }, + "5257.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 14, Beh.-WC", "arch_name": "05 14@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70002", - "roomcode": "5257.03.014", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70010", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70002, + "usage_id": 117 + }, + "5257.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 21, B\u00fcro", "arch_name": "05 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70010", - "roomcode": "5257.03.021", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70011", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70010, + "usage_id": 12 + }, + "5257.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 22, B\u00fcro", "arch_name": "05 22@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70011", - "roomcode": "5257.03.022", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70012", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70011, + "usage_id": 12 + }, + "5257.03.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 23, B\u00fcro", "arch_name": "05 23@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70012", - "roomcode": "5257.03.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70013", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70012, + "usage_id": 12 + }, + "5257.03.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 24, B\u00fcro", "arch_name": "05 24@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70013", - "roomcode": "5257.03.024", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70014", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70013, + "usage_id": 12 + }, + "5257.03.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 25, B\u00fcro", "arch_name": "05 25@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70014", - "roomcode": "5257.03.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70015", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70014, + "usage_id": 12 + }, + "5257.03.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 26, B\u00fcro", "arch_name": "05 26@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70015", - "roomcode": "5257.03.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70079", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70015, + "usage_id": 12 + }, + "5257.03.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 27, B\u00fcro", "arch_name": "05 27@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70079", - "roomcode": "5257.03.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70080", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70079, + "usage_id": 12 + }, + "5257.03.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 28, B\u00fcro", "arch_name": "05 28@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70080", - "roomcode": "5257.03.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70081", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70080, + "usage_id": 12 + }, + "5257.03.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 29, B\u00fcro", "arch_name": "05 29@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70081", - "roomcode": "5257.03.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70082", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70081, + "usage_id": 12 + }, + "5257.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 30, B\u00fcro", "arch_name": "05 30@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70082", - "roomcode": "5257.03.030", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70083", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70082, + "usage_id": 12 + }, + "5257.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 31, B\u00fcro", "arch_name": "05 31@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70083", - "roomcode": "5257.03.031", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70084", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70083, + "usage_id": 12 + }, + "5257.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 32, B\u00fcro", "arch_name": "05 32@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70084", - "roomcode": "5257.03.032", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70085", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70084, + "usage_id": 12 + }, + "5257.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 33, B\u00fcro", "arch_name": "05 33@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70085", - "roomcode": "5257.03.033", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70086", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70085, + "usage_id": 12 + }, + "5257.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 34, B\u00fcro", "arch_name": "05 34@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70086", - "roomcode": "5257.03.034", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70087", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70086, + "usage_id": 12 + }, + "5257.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 35, B\u00fcro", "arch_name": "05 35@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70087", - "roomcode": "5257.03.035", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70088", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70087, + "usage_id": 12 + }, + "5257.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 36, B\u00fcro", "arch_name": "05 36@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70088", - "roomcode": "5257.03.036", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70089", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70088, + "usage_id": 12 + }, + "5257.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 37, B\u00fcro", "arch_name": "05 37@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70089", - "roomcode": "5257.03.037", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70090", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70089, + "usage_id": 12 + }, + "5257.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 38, B\u00fcro", "arch_name": "05 38@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70090", - "roomcode": "5257.03.038", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70009", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70090, + "usage_id": 12 + }, + "5257.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 39, Besprechungsraum", "arch_name": "05 39@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70009", - "roomcode": "5257.03.039", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70008", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70009, + "usage_id": 196 + }, + "5257.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 40, B\u00fcro", "arch_name": "05 40@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70008", - "roomcode": "5257.03.040", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70007", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70008, + "usage_id": 12 + }, + "5257.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 41, B\u00fcro", "arch_name": "05 41@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70007", - "roomcode": "5257.03.041", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70006", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70007, + "usage_id": 12 + }, + "5257.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 42, B\u00fcro", "arch_name": "05 42@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70006", - "roomcode": "5257.03.042", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70005", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70006, + "usage_id": 12 + }, + "5257.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 43, B\u00fcro", "arch_name": "05 43@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70005", - "roomcode": "5257.03.043", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70004", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70005, + "usage_id": 12 + }, + "5257.03.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 44, Sozialraum", "arch_name": "05 44@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70004", - "roomcode": "5257.03.044", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70122", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70004, + "usage_id": 44 + }, + "5257.03.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 45, B\u00fcro", "arch_name": "05 45@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70122", - "roomcode": "5257.03.045", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70121", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70122, + "usage_id": 12 + }, + "5257.03.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 46, B\u00fcro", "arch_name": "05 46@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70121", - "roomcode": "5257.03.046", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70120", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70121, + "usage_id": 12 + }, + "5257.03.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 47, B\u00fcro", "arch_name": "05 47@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70120", - "roomcode": "5257.03.047", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70119", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70120, + "usage_id": 12 + }, + "5257.03.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 48, B\u00fcro", "arch_name": "05 48@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70119", - "roomcode": "5257.03.048", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70118", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70119, + "usage_id": 12 + }, + "5257.03.049": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 49, B\u00fcro", "arch_name": "05 49@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70118", - "roomcode": "5257.03.049", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70117", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70118, + "usage_id": 12 + }, + "5257.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 50, B\u00fcro", "arch_name": "05 50@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70117", - "roomcode": "5257.03.050", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70116", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70117, + "usage_id": 12 + }, + "5257.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 51, B\u00fcro", "arch_name": "05 51@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70116", - "roomcode": "5257.03.051", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=69999", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70116, + "usage_id": 12 + }, + "5257.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 52, B\u00fcro", "arch_name": "05 52@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69999", - "roomcode": "5257.03.052", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70123", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69999, + "usage_id": 12 + }, + "5257.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 60, Putzraum", "arch_name": "05 60@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70123", - "roomcode": "5257.03.060", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70003", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70123, + "usage_id": 205 + }, + "5257.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 61, Lager", "arch_name": "05 61@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70003", - "roomcode": "5257.03.061", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=70126", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70003, + "usage_id": 30 + }, + "5257.03.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "05 72, Versorgungsschacht", "arch_name": "05 72@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70126", - "roomcode": "5257.03.072", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70098", + "area_id": 37, + "building_id": 2449, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70126, + "usage_id": 120 + }, + "5257.04.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 01, Treppenhaus 1", "arch_name": "06 01@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70098", - "roomcode": "5257.04.001", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70129", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70098, + "usage_id": 223 + }, + "5257.04.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 04, Flur", "arch_name": "06 04@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70129", - "roomcode": "5257.04.004", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70091", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70129, + "usage_id": 223 + }, + "5257.04.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 20, Technikzentrale 1", "arch_name": "06 20@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70091", - "roomcode": "5257.04.020", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70019", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70091, + "usage_id": 120 + }, + "5257.04.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 21, Technikzentrale 2", "arch_name": "06 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70019", - "roomcode": "5257.04.021", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70021", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70019, + "usage_id": 120 + }, + "5257.04.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 22, Technikzentrale 3", "arch_name": "06 22@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70021", - "roomcode": "5257.04.022", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70018", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70021, + "usage_id": 120 + }, + "5257.04.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 23, Technikzentrale 4", "arch_name": "06 23@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70018", - "roomcode": "5257.04.023", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70016", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70018, + "usage_id": 120 + }, + "5257.04.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 31, Technikzentrale 5", "arch_name": "06 31@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70016", - "roomcode": "5257.04.031", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70017", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70016, + "usage_id": 120 + }, + "5257.04.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 32, Technikzentrale 6", "arch_name": "06 32@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70017", - "roomcode": "5257.04.032", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=70020", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70017, + "usage_id": 120 + }, + "5257.04.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "06 70, Medienschacht", "arch_name": "06 70@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70020", - "roomcode": "5257.04.070", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70047", + "area_id": 37, + "building_id": 2449, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70020, + "usage_id": 120 + }, + "5257.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 01, Treppenhaus 1", "arch_name": "02 01@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70047", - "roomcode": "5257.EG.001", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70104", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70047, + "usage_id": 223 + }, + "5257.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 02, Treppenhaus 2", "arch_name": "02 02@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70104", - "roomcode": "5257.EG.002", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70092", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70104, + "usage_id": 223 + }, + "5257.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 03, Treppenhaus 3", "arch_name": "02 03@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70092", - "roomcode": "5257.EG.003", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70048", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70092, + "usage_id": 223 + }, + "5257.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 04, Windfang", "arch_name": "02 04@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70048", - "roomcode": "5257.EG.004", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70050", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70048, + "usage_id": 52 + }, + "5257.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 05, Foyer", "arch_name": "02 05@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70050", - "roomcode": "5257.EG.005", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70075", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70050, + "usage_id": 222 + }, + "5257.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 06, Foyer", "arch_name": "02 06@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70075", - "roomcode": "5257.EG.006", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70056", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70075, + "usage_id": 222 + }, + "5257.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 10, WC-Damen", "arch_name": "02 10@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70056", - "roomcode": "5257.EG.010", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70054", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70056, + "usage_id": 116 + }, + "5257.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 11, Umkleide Damen", "arch_name": "02 11@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70054", - "roomcode": "5257.EG.011", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70053", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70054, + "usage_id": 121 + }, + "5257.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 12, Waschraum Damen", "arch_name": "02 12@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70053", - "roomcode": "5257.EG.012", - "usage": 210 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70055", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70053, + "usage_id": 210 + }, + "5257.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 13, WC-Vorraum Damen", "arch_name": "02 13@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70055", - "roomcode": "5257.EG.013", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70057", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70055, + "usage_id": 118 + }, + "5257.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 14, WC-Herren", "arch_name": "02 14@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70057", - "roomcode": "5257.EG.014", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70028", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70057, + "usage_id": 115 + }, + "5257.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 20, Werkstatt", "arch_name": "02 20@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70028", - "roomcode": "5257.EG.020", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70029", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70028, + "usage_id": 51 + }, + "5257.EG.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 20A, Werkstatt", "arch_name": "02 20A@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70029", - "roomcode": "5257.EG.020A", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70093", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70029, + "usage_id": 51 + }, + "5257.EG.020B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 20B, Werkstatt", "arch_name": "02 20B@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70093", - "roomcode": "5257.EG.020B", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70063", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70093, + "usage_id": 51 + }, + "5257.EG.020C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 20C, Werkstatt", "arch_name": "02 20C@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70063", - "roomcode": "5257.EG.020C", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70051", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70063, + "usage_id": 51 + }, + "5257.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 21, Lager", "arch_name": "02 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70051", - "roomcode": "5257.EG.021", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70074", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70051, + "usage_id": 30 + }, + "5257.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 22, Me\u00dfmittelraum", "arch_name": "02 22@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70074", - "roomcode": "5257.EG.022", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70052", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70074, + "usage_id": 103 + }, + "5257.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 23, B\u00fcro", "arch_name": "02 23@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70052", - "roomcode": "5257.EG.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70062", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70052, + "usage_id": 12 + }, + "5257.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 24, B\u00fcro", "arch_name": "02 24@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70062", - "roomcode": "5257.EG.024", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70061", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70062, + "usage_id": 12 + }, + "5257.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 25, B\u00fcro", "arch_name": "02 25@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70061", - "roomcode": "5257.EG.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70060", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70061, + "usage_id": 12 + }, + "5257.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 26, B\u00fcro", "arch_name": "02 26@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70060", - "roomcode": "5257.EG.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70059", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70060, + "usage_id": 12 + }, + "5257.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 27, B\u00fcro", "arch_name": "02 27@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70059", - "roomcode": "5257.EG.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70058", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70059, + "usage_id": 12 + }, + "5257.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 28, B\u00fcro", "arch_name": "02 28@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70058", - "roomcode": "5257.EG.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70049", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70058, + "usage_id": 12 + }, + "5257.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 70, Medienschacht", "arch_name": "02 70@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70049", - "roomcode": "5257.EG.070", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=70103", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70049, + "usage_id": 120 + }, + "5257.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 71, ELT-Steiger/Verteiler", "arch_name": "02 71@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70103", - "roomcode": "5257.EG.071", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, EG", - "address_link": "ris.einzelraum?raumkey=69983", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70103, + "usage_id": 120 + }, + "5257.EG.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "02 90, Personenaufzug", "arch_name": "02 90@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69983", - "roomcode": "5257.EG.090", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=70024", + "area_id": 37, + "building_id": 2449, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69983, + "usage_id": 4 + }, + "5257.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "01 03, Treppenhaus 3", "arch_name": "01 03@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70024", - "roomcode": "5257.U1.003", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69964", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70024, + "usage_id": 223 + }, + "5257.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "01 04, Flur", "arch_name": "01 04@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69964", - "roomcode": "5257.U1.004", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=69963", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69964, + "usage_id": 222 + }, + "5257.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "01 20, Technikraum/Elektro", "arch_name": "01 20@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69963", - "roomcode": "5257.U1.020", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=70023", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69963, + "usage_id": 120 + }, + "5257.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "01 21, Technikraum/Sanit\u00e4r", "arch_name": "01 21@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70023", - "roomcode": "5257.U1.021", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=70022", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70023, + "usage_id": 120 + }, + "5257.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "01 22, Technikraum/Fernw\u00e4rme", "arch_name": "01 22@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70022", - "roomcode": "5257.U1.022", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=70025", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70022, + "usage_id": 120 + }, + "5257.U1.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "alt_name": "01 90, Personenaufzugsschaucht", "arch_name": "01 90@5257", - "b_area_id": 37, - "b_filter_id": 2449, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19705", - "operator": "[ TUZEFRM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70025", - "roomcode": "5257.U1.090", - "usage": 195 - }, - { - "address": "Walther-Mei\u00dfner-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=66502", + "area_id": 37, + "building_id": 2449, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19705, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70025, + "usage_id": 195 + }, + "5268.EG.001": { + "address": { + "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", - "b_area_id": 37, - "b_filter_id": 1830, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=44304", - "operator": "[ TUZERCM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66502", - "roomcode": "5268.EG.001", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61617", + "area_id": 37, + "building_id": 1830, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 44304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66502, + "usage_id": 120 + }, + "5301.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.001, Gro\u00dfraumb\u00fcro", "arch_name": "1.001@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61617", - "roomcode": "5301.01.001", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61613", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61617, + "usage_id": 12 + }, + "5301.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.004, B\u00fcro", "arch_name": "1.004@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61613", - "roomcode": "5301.01.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61614", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61613, + "usage_id": 12 + }, + "5301.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.005, B\u00fcro", "arch_name": "1.005@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61614", - "roomcode": "5301.01.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61615", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61614, + "usage_id": 12 + }, + "5301.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.006, B\u00fcro", "arch_name": "1.006@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61615", - "roomcode": "5301.01.006", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61616", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61615, + "usage_id": 12 + }, + "5301.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.007, B\u00fcro", "arch_name": "1.007@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61616", - "roomcode": "5301.01.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61618", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61616, + "usage_id": 12 + }, + "5301.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.008, B\u00fcro", "arch_name": "1.008@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61618", - "roomcode": "5301.01.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61619", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61618, + "usage_id": 12 + }, + "5301.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.009, B\u00fcro", "arch_name": "1.009@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61619", - "roomcode": "5301.01.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61620", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61619, + "usage_id": 12 + }, + "5301.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.010, B\u00fcro", "arch_name": "1.010@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61620", - "roomcode": "5301.01.010", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61621", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61620, + "usage_id": 12 + }, + "5301.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.011, B\u00fcro", "arch_name": "1.011@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61621", - "roomcode": "5301.01.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61622", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61621, + "usage_id": 12 + }, + "5301.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.012, B\u00fcro", "arch_name": "1.012@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61622", - "roomcode": "5301.01.012", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61623", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61622, + "usage_id": 12 + }, + "5301.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.013, B\u00fcro", "arch_name": "1.013@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61623", - "roomcode": "5301.01.013", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61624", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61623, + "usage_id": 12 + }, + "5301.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.014, B\u00fcro", "arch_name": "1.014@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61624", - "roomcode": "5301.01.014", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61625", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61624, + "usage_id": 12 + }, + "5301.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.015, B\u00fcro", "arch_name": "1.015@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61625", - "roomcode": "5301.01.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61628", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61625, + "usage_id": 12 + }, + "5301.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.016, Atrium", "arch_name": "1.016@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61628", - "roomcode": "5301.01.016", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61629", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61628, + "usage_id": 44 + }, + "5301.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.020, Lounge", "arch_name": "1.020@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61629", - "roomcode": "5301.01.020", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61626", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61629, + "usage_id": 44 + }, + "5301.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.021, Besprechungsraum 1", "arch_name": "1.021@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": "tvKalender.wSicht?cOrg=19706&cRes=26127&cReadonly=J", - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61626", - "roomcode": "5301.01.021", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61627", + "area_id": 30, + "building_id": 1120, + "calendar_resource_nr": 26127, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61626, + "usage_id": 196 + }, + "5301.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.022, Besprechungsraum 2", "arch_name": "1.022@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61627", - "roomcode": "5301.01.022", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61636", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61627, + "usage_id": 196 + }, + "5301.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.030, WC-Damen", "arch_name": "1.030@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61636", - "roomcode": "5301.01.030", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61635", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61636, + "usage_id": 116 + }, + "5301.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.031, Putzraum", "arch_name": "1.031@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61635", - "roomcode": "5301.01.031", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61637", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61635, + "usage_id": 205 + }, + "5301.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.032, WC-Herren", "arch_name": "1.032@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61637", - "roomcode": "5301.01.032", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61630", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61637, + "usage_id": 115 + }, + "5301.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.033, Drucker", "arch_name": "1.033@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61630", - "roomcode": "5301.01.033", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61641", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61630, + "usage_id": 110 + }, + "5301.01.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.506, Aufzugschacht", "arch_name": "1.506@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61641", - "roomcode": "5301.01.506", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61640", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61641, + "usage_id": 195 + }, + "5301.01.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.507, Schacht", "arch_name": "1.507@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61640", - "roomcode": "5301.01.507", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61631", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61640, + "usage_id": 120 + }, + "5301.01.700": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.700, Flur", "arch_name": "1.700@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61631", - "roomcode": "5301.01.700", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61632", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61631, + "usage_id": 222 + }, + "5301.01.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.701, Flur", "arch_name": "1.701@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61632", - "roomcode": "5301.01.701", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61633", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61632, + "usage_id": 222 + }, + "5301.01.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.702, Flur", "arch_name": "1.702@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61633", - "roomcode": "5301.01.702", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61634", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61633, + "usage_id": 222 + }, + "5301.01.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.703, Terrasse", "arch_name": "1.703@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61634", - "roomcode": "5301.01.703", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61638", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61634, + "usage_id": 218 + }, + "5301.01.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.800, Treppenhaus", "arch_name": "1.800@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61638", - "roomcode": "5301.01.800", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 1.OG", - "address_link": "ris.einzelraum?raumkey=61639", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61638, + "usage_id": 223 + }, + "5301.01.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "1.801, Treppenhaus", "arch_name": "1.801@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61639", - "roomcode": "5301.01.801", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61643", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61639, + "usage_id": 223 + }, + "5301.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.001, Gro\u00dfraumb\u00fcro", "arch_name": "2.001@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61643", - "roomcode": "5301.02.001", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61642", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61643, + "usage_id": 12 + }, + "5301.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.004, B\u00fcro", "arch_name": "2.004@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61642", - "roomcode": "5301.02.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61644", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61642, + "usage_id": 12 + }, + "5301.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.005, B\u00fcro", "arch_name": "2.005@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61644", - "roomcode": "5301.02.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61645", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61644, + "usage_id": 12 + }, + "5301.02.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.006, B\u00fcro", "arch_name": "2.006@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61645", - "roomcode": "5301.02.006", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61646", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61645, + "usage_id": 12 + }, + "5301.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.007, B\u00fcro", "arch_name": "2.007@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61646", - "roomcode": "5301.02.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61647", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61646, + "usage_id": 12 + }, + "5301.02.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.008, B\u00fcro", "arch_name": "2.008@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61647", - "roomcode": "5301.02.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61648", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61647, + "usage_id": 12 + }, + "5301.02.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.009, B\u00fcro", "arch_name": "2.009@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61648", - "roomcode": "5301.02.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61649", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61648, + "usage_id": 12 + }, + "5301.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.010, B\u00fcro", "arch_name": "2.010@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61649", - "roomcode": "5301.02.010", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61650", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61649, + "usage_id": 12 + }, + "5301.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.011, B\u00fcro", "arch_name": "2.011@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61650", - "roomcode": "5301.02.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61651", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61650, + "usage_id": 12 + }, + "5301.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.012, B\u00fcro", "arch_name": "2.012@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61651", - "roomcode": "5301.02.012", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61652", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61651, + "usage_id": 12 + }, + "5301.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.013, B\u00fcro", "arch_name": "2.013@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61652", - "roomcode": "5301.02.013", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61653", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61652, + "usage_id": 12 + }, + "5301.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.014, B\u00fcro", "arch_name": "2.014@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61653", - "roomcode": "5301.02.014", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61656", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61653, + "usage_id": 12 + }, + "5301.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.015, B\u00fcro", "arch_name": "2.015@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61656", - "roomcode": "5301.02.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61655", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61656, + "usage_id": 12 + }, + "5301.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.020, Besprechungsraum 3", "arch_name": "2.020@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61655", - "roomcode": "5301.02.020", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61654", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61655, + "usage_id": 196 + }, + "5301.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.021, Lounge 2", "arch_name": "2.021@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61654", - "roomcode": "5301.02.021", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61816", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61654, + "usage_id": 196 + }, + "5301.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.022, Zeitschriften/Lesesaal", "arch_name": "2.022@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61816", - "roomcode": "5301.02.022", - "usage": 150 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61658", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61816, + "usage_id": 150 + }, + "5301.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.030, WC-Damen", "arch_name": "2.030@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61658", - "roomcode": "5301.02.030", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61659", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61658, + "usage_id": 116 + }, + "5301.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.031, Putzraum", "arch_name": "2.031@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61659", - "roomcode": "5301.02.031", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61660", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61659, + "usage_id": 205 + }, + "5301.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.032, WC-Herren", "arch_name": "2.032@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61660", - "roomcode": "5301.02.032", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61657", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61660, + "usage_id": 115 + }, + "5301.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.033, Drucker", "arch_name": "2.033@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61657", - "roomcode": "5301.02.033", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61667", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61657, + "usage_id": 110 + }, + "5301.02.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.506, Aufzugschacht", "arch_name": "2.506@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61667", - "roomcode": "5301.02.506", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61668", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61667, + "usage_id": 195 + }, + "5301.02.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.507, Schacht", "arch_name": "2.507@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61668", - "roomcode": "5301.02.507", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61663", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61668, + "usage_id": 120 + }, + "5301.02.700": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.700, Flur", "arch_name": "2.700@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61663", - "roomcode": "5301.02.700", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61664", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61663, + "usage_id": 222 + }, + "5301.02.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.701, Flur", "arch_name": "2.701@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61664", - "roomcode": "5301.02.701", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61665", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61664, + "usage_id": 222 + }, + "5301.02.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.702, Flur", "arch_name": "2.702@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61665", - "roomcode": "5301.02.702", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61666", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61665, + "usage_id": 222 + }, + "5301.02.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.703, Galerie-Atrium", "arch_name": "2.703@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61666", - "roomcode": "5301.02.703", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61661", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61666, + "usage_id": 206 + }, + "5301.02.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.800, Treppenhaus", "arch_name": "2.800@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61661", - "roomcode": "5301.02.800", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 2.OG", - "address_link": "ris.einzelraum?raumkey=61662", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61661, + "usage_id": 223 + }, + "5301.02.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "2.801, Treppenhaus", "arch_name": "2.801@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61662", - "roomcode": "5301.02.801", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61670", + "area_id": 30, + "building_id": 1120, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61662, + "usage_id": 223 + }, + "5301.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.001, Gro\u00dfraumb\u00fcro", "arch_name": "3.001@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61670", - "roomcode": "5301.03.001", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61669", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61670, + "usage_id": 12 + }, + "5301.03.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.004, B\u00fcro", "arch_name": "3.004@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61669", - "roomcode": "5301.03.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61671", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61669, + "usage_id": 12 + }, + "5301.03.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.005, B\u00fcro", "arch_name": "3.005@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61671", - "roomcode": "5301.03.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61672", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61671, + "usage_id": 12 + }, + "5301.03.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.006, B\u00fcro", "arch_name": "3.006@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61672", - "roomcode": "5301.03.006", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61673", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61672, + "usage_id": 12 + }, + "5301.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.007, B\u00fcro", "arch_name": "3.007@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61673", - "roomcode": "5301.03.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61674", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61673, + "usage_id": 12 + }, + "5301.03.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.008, B\u00fcro", "arch_name": "3.008@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61674", - "roomcode": "5301.03.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61675", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61674, + "usage_id": 12 + }, + "5301.03.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.009, B\u00fcro", "arch_name": "3.009@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61675", - "roomcode": "5301.03.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61676", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61675, + "usage_id": 12 + }, + "5301.03.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.010, B\u00fcro", "arch_name": "3.010@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61676", - "roomcode": "5301.03.010", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61677", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61676, + "usage_id": 12 + }, + "5301.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.011, B\u00fcro", "arch_name": "3.011@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61677", - "roomcode": "5301.03.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61678", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61677, + "usage_id": 12 + }, + "5301.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.012, B\u00fcro", "arch_name": "3.012@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61678", - "roomcode": "5301.03.012", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61679", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61678, + "usage_id": 12 + }, + "5301.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.013, B\u00fcro", "arch_name": "3.013@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61679", - "roomcode": "5301.03.013", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61680", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61679, + "usage_id": 12 + }, + "5301.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.014, B\u00fcro", "arch_name": "3.014@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61680", - "roomcode": "5301.03.014", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61681", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61680, + "usage_id": 12 + }, + "5301.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.015, B\u00fcro", "arch_name": "3.015@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61681", - "roomcode": "5301.03.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61693", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61681, + "usage_id": 12 + }, + "5301.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.020, Lounge 3", "arch_name": "3.020@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61693", - "roomcode": "5301.03.020", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61692", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61693, + "usage_id": 196 + }, + "5301.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.021, Besprechungsraum 4", "arch_name": "3.021@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61692", - "roomcode": "5301.03.021", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61683", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61692, + "usage_id": 196 + }, + "5301.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.030, WC-Damen", "arch_name": "3.030@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61683", - "roomcode": "5301.03.030", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61685", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61683, + "usage_id": 116 + }, + "5301.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.031, Putzraum", "arch_name": "3.031@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61685", - "roomcode": "5301.03.031", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61684", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61685, + "usage_id": 205 + }, + "5301.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.032, WC-Herren", "arch_name": "3.032@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61684", - "roomcode": "5301.03.032", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61682", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61684, + "usage_id": 115 + }, + "5301.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.033, Drucker", "arch_name": "3.033@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61682", - "roomcode": "5301.03.033", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61694", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61682, + "usage_id": 110 + }, + "5301.03.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.506, Aufzugschacht", "arch_name": "3.506@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61694", - "roomcode": "5301.03.506", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61695", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61694, + "usage_id": 195 + }, + "5301.03.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.507, Schacht", "arch_name": "3.507@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61695", - "roomcode": "5301.03.507", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61686", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61695, + "usage_id": 120 + }, + "5301.03.700": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.700, Flur", "arch_name": "3.700@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61686", - "roomcode": "5301.03.700", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61687", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61686, + "usage_id": 222 + }, + "5301.03.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.701, Flur", "arch_name": "3.701@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61687", - "roomcode": "5301.03.701", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61688", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61687, + "usage_id": 222 + }, + "5301.03.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.702, Flur", "arch_name": "3.702@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61688", - "roomcode": "5301.03.702", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61689", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61688, + "usage_id": 222 + }, + "5301.03.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.703, Flur", "arch_name": "3.703@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61689", - "roomcode": "5301.03.703", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61690", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61689, + "usage_id": 222 + }, + "5301.03.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.800, Treppenhaus", "arch_name": "3.800@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61690", - "roomcode": "5301.03.800", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 3.OG", - "address_link": "ris.einzelraum?raumkey=61691", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61690, + "usage_id": 223 + }, + "5301.03.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "3.801, Treppenhaus", "arch_name": "3.801@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61691", - "roomcode": "5301.03.801", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=62845", + "area_id": 30, + "building_id": 1120, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61691, + "usage_id": 223 + }, + "5301.04.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.001, Faculty Club", "arch_name": "4.001@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": "tvKalender.wSicht?cOrg=19706&cRes=25244&cReadonly=J", - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62845", - "roomcode": "5301.04.001", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=62849", + "area_id": 30, + "building_id": 1120, + "calendar_resource_nr": 25244, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62845, + "usage_id": 44 + }, + "5301.04.001B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.001B, Anrichte", "arch_name": "4.001B@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62849", - "roomcode": "5301.04.001B", - "usage": 28 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=62846", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62849, + "usage_id": 28 + }, + "5301.04.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.002, Faculty Club", "arch_name": "4.002@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62846", - "roomcode": "5301.04.002", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=62847", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62846, + "usage_id": 44 + }, + "5301.04.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.003, Kaminzimmer", "arch_name": "4.003@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62847", - "roomcode": "5301.04.003", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61696", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62847, + "usage_id": 44 + }, + "5301.04.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.004, Garderobe", "arch_name": "4.004@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61696", - "roomcode": "5301.04.004", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=62848", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61696, + "usage_id": 121 + }, + "5301.04.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.005, K\u00fcche", "arch_name": "4.005@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62848", - "roomcode": "5301.04.005", - "usage": 28 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61697", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62848, + "usage_id": 28 + }, + "5301.04.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.006, K\u00fchlung", "arch_name": "4.006@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61697", - "roomcode": "5301.04.006", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61698", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61697, + "usage_id": 199 + }, + "5301.04.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.030, WC-Herren", "arch_name": "4.030@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61698", - "roomcode": "5301.04.030", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61699", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61698, + "usage_id": 115 + }, + "5301.04.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.031, WC-Damen", "arch_name": "4.031@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61699", - "roomcode": "5301.04.031", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61705", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61699, + "usage_id": 116 + }, + "5301.04.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.506, Aufzugschacht", "arch_name": "4.506@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61705", - "roomcode": "5301.04.506", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61706", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61705, + "usage_id": 195 + }, + "5301.04.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.507, Schacht", "arch_name": "4.507@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61706", - "roomcode": "5301.04.507", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61700", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61706, + "usage_id": 120 + }, + "5301.04.700": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.700, Flur", "arch_name": "4.700@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61700", - "roomcode": "5301.04.700", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61701", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61700, + "usage_id": 222 + }, + "5301.04.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.701, Terrasse", "arch_name": "4.701@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61701", - "roomcode": "5301.04.701", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61702", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61701, + "usage_id": 218 + }, + "5301.04.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.702, Terrasse-Ost", "arch_name": "4.702@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61702", - "roomcode": "5301.04.702", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61703", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61702, + "usage_id": 218 + }, + "5301.04.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.800, Treppenhaus", "arch_name": "4.800@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61703", - "roomcode": "5301.04.800", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 4.OG", - "address_link": "ris.einzelraum?raumkey=61704", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61703, + "usage_id": 223 + }, + "5301.04.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "4.801, Treppenhaus", "arch_name": "4.801@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61704", - "roomcode": "5301.04.801", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61778", + "area_id": 30, + "building_id": 1120, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61704, + "usage_id": 223 + }, + "5301.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.001, Auditorium", "arch_name": "0.001@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": "tvKalender.wSicht?cOrg=19706&cRes=19159&cReadonly=J", - "extended": { - "additional_description": "0.001, Auditorium", - "address": "Lichtenbergstr. 2a(5301), Erdgescho\u00df", - "architect_room_nr": "0.001@5301", - "area_m2": 174.11, - "building": "5301 IAS, Institut f\u00fcr Advanced Study", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 139, - "standing_places": 0, - "wheelchair_spaces": 4, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61778", - "roomcode": "5301.EG.001", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61600", + "area_id": 30, + "building_id": 1120, + "calendar_resource_nr": 19159, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19706, + "seats": { + "sitting": 139, + "standing": null, + "wheelchair": 4 + }, + "tumonline_id": 61778, + "usage_id": 20 + }, + "5301.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.002, B\u00fcro", "arch_name": "0.002@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61600", - "roomcode": "5301.EG.002", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61601", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61600, + "usage_id": 12 + }, + "5301.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.003, B\u00fcro", "arch_name": "0.003@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61601", - "roomcode": "5301.EG.003", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61602", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61601, + "usage_id": 12 + }, + "5301.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.004, Gro\u00dfraumb\u00fcro IAS", "arch_name": "0.004@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": "tvKalender.wSicht?cOrg=19706&cRes=21604&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61602", - "roomcode": "5301.EG.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61603", + "area_id": 30, + "building_id": 1120, + "calendar_resource_nr": 21604, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61602, + "usage_id": 12 + }, + "5301.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.007, Cafeteria", "arch_name": "0.007@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61603", - "roomcode": "5301.EG.007", - "usage": 139 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61605", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61603, + "usage_id": 139 + }, + "5301.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.008, Information", "arch_name": "0.008@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61605", - "roomcode": "5301.EG.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61604", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61605, + "usage_id": 12 + }, + "5301.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.009, Cafeteria K\u00fcche", "arch_name": "0.009@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61604", - "roomcode": "5301.EG.009", - "usage": 28 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61606", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61604, + "usage_id": 28 + }, + "5301.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.010, Kiosk", "arch_name": "0.010@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61606", - "roomcode": "5301.EG.010", - "usage": 139 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61611", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61606, + "usage_id": 139 + }, + "5301.EG.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.506, Aufzug", "arch_name": "0.506@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61611", - "roomcode": "5301.EG.506", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61612", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61611, + "usage_id": 4 + }, + "5301.EG.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.507, Schacht", "arch_name": "0.507@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61612", - "roomcode": "5301.EG.507", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61609", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61612, + "usage_id": 120 + }, + "5301.EG.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.701, Flur", "arch_name": "0.701@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61609", - "roomcode": "5301.EG.701", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61610", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61609, + "usage_id": 222 + }, + "5301.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.702, Flur", "arch_name": "0.702@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61610", - "roomcode": "5301.EG.702", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=62840", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61610, + "usage_id": 222 + }, + "5301.EG.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.703, Eingangsbereich", "arch_name": "0.703@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62840", - "roomcode": "5301.EG.703", - "usage": 15 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61607", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62840, + "usage_id": 15 + }, + "5301.EG.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.800, Treppenhaus", "arch_name": "0.800@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61607", - "roomcode": "5301.EG.800", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, EG", - "address_link": "ris.einzelraum?raumkey=61608", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61607, + "usage_id": 223 + }, + "5301.EG.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "0.801, Treppenhaus", "arch_name": "0.801@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61608", - "roomcode": "5301.EG.801", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61579", + "area_id": 30, + "building_id": 1120, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61608, + "usage_id": 223 + }, + "5301.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.001, Gardarobe", "arch_name": "-1.001@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61579", - "roomcode": "5301.U1.001", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61580", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61579, + "usage_id": 121 + }, + "5301.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.002, Putzraum", "arch_name": "-1.002@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61580", - "roomcode": "5301.U1.002", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61581", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61580, + "usage_id": 205 + }, + "5301.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.003, Umkleide-Damen", "arch_name": "-1.003@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61581", - "roomcode": "5301.U1.003", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61582", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61581, + "usage_id": 121 + }, + "5301.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.004, Umkleide-Herren", "arch_name": "-1.004@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61582", - "roomcode": "5301.U1.004", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61583", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61582, + "usage_id": 121 + }, + "5301.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.005, Technik Wasserversorgung", "arch_name": "-1.005@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61583", - "roomcode": "5301.U1.005", - "usage": 183 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61584", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61583, + "usage_id": 183 + }, + "5301.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.006, Getr\u00e4nke", "arch_name": "-1.006@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61584", - "roomcode": "5301.U1.006", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61585", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61584, + "usage_id": 30 + }, + "5301.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.007, Lager", "arch_name": "-1.007@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61585", - "roomcode": "5301.U1.007", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61586", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61585, + "usage_id": 30 + }, + "5301.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.008, EDV", "arch_name": "-1.008@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61586", - "roomcode": "5301.U1.008", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61587", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61586, + "usage_id": 207 + }, + "5301.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.009, Archiv", "arch_name": "-1.009@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19706", - "operator": "[ TUZEIAS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61587", - "roomcode": "5301.U1.009", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61591", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61587, + "usage_id": 2 + }, + "5301.U1.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.030, Beh.-WC", "arch_name": "-1.030@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61591", - "roomcode": "5301.U1.030", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61592", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61591, + "usage_id": 117 + }, + "5301.U1.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.031, WC-Herren", "arch_name": "-1.031@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61592", - "roomcode": "5301.U1.031", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61593", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61592, + "usage_id": 115 + }, + "5301.U1.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.032, WC-Damen", "arch_name": "-1.032@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61593", - "roomcode": "5301.U1.032", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61594", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61593, + "usage_id": 116 + }, + "5301.U1.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.502, Lager", "arch_name": "-1.502@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61594", - "roomcode": "5301.U1.502", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61595", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61594, + "usage_id": 30 + }, + "5301.U1.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.503, Elt.", "arch_name": "-1.503@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61595", - "roomcode": "5301.U1.503", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61596", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61595, + "usage_id": 160 + }, + "5301.U1.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.504, Technik", "arch_name": "-1.504@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61596", - "roomcode": "5301.U1.504", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61597", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61596, + "usage_id": 120 + }, + "5301.U1.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.505, Trafo", "arch_name": "-1.505@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61597", - "roomcode": "5301.U1.505", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61599", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61597, + "usage_id": 160 + }, + "5301.U1.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.506, Aufzugsschacht", "arch_name": "-1.506@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61599", - "roomcode": "5301.U1.506", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61588", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61599, + "usage_id": 5 + }, + "5301.U1.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.701, Flur", "arch_name": "-1.701@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61588", - "roomcode": "5301.U1.701", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61589", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61588, + "usage_id": 222 + }, + "5301.U1.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.702, Flur", "arch_name": "-1.702@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61589", - "roomcode": "5301.U1.702", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61590", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61589, + "usage_id": 222 + }, + "5301.U1.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.704, Flur", "arch_name": "-1.704@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61590", - "roomcode": "5301.U1.704", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2a, 1.UG", - "address_link": "ris.einzelraum?raumkey=61598", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61590, + "usage_id": 222 + }, + "5301.U1.800": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "alt_name": "-1.800, Treppenhaus", "arch_name": "-1.800@5301", - "b_area_id": 30, - "b_filter_id": 1120, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61598", - "roomcode": "5301.U1.800", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75488", + "area_id": 30, + "building_id": 1120, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61598, + "usage_id": 223 + }, + "5302.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.001.G, B\u00fcro", "arch_name": "01.001.G@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75488", - "roomcode": "5302.01.001", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75490", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75488, + "usage_id": 12 + }, + "5302.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.002.G, Beh.-WC", "arch_name": "01.002.G@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75490", - "roomcode": "5302.01.002", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75489", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75490, + "usage_id": 117 + }, + "5302.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.003.G, WC", "arch_name": "01.003.G@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75489", - "roomcode": "5302.01.003", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75462", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75489, + "usage_id": 114 + }, + "5302.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.004.G, B\u00fcro", "arch_name": "01.004.G@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75462", - "roomcode": "5302.01.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75484", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75462, + "usage_id": 12 + }, + "5302.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.005.H, B\u00fcro", "arch_name": "01.005.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75484", - "roomcode": "5302.01.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75483", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75484, + "usage_id": 12 + }, + "5302.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.006.H, B\u00fcro", "arch_name": "01.006.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75483", - "roomcode": "5302.01.006", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75482", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75483, + "usage_id": 12 + }, + "5302.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.007.H, B\u00fcro", "arch_name": "01.007.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75482", - "roomcode": "5302.01.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75480", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75482, + "usage_id": 12 + }, + "5302.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.008.H, Sekretariat", "arch_name": "01.008.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75480", - "roomcode": "5302.01.008", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75481", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75480, + "usage_id": 40 + }, + "5302.01.009": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75481", - "roomcode": "5302.01.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75454", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75481, + "usage_id": 12 + }, + "5302.01.010": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75454", - "roomcode": "5302.01.010", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75453", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75454, + "usage_id": 12 + }, + "5302.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.011.H, Sekretariat", "arch_name": "01.011.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75453", - "roomcode": "5302.01.011", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75479", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75453, + "usage_id": 40 + }, + "5302.01.012": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75479", - "roomcode": "5302.01.012", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75606", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75479, + "usage_id": 12 + }, + "5302.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.013.H, Besprechungsraum", "arch_name": "01.013.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75606", - "roomcode": "5302.01.013", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75515", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75606, + "usage_id": 196 + }, + "5302.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.014.H, Archiv Verwaltung", "arch_name": "01.014.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75515", - "roomcode": "5302.01.014", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75512", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75515, + "usage_id": 2 + }, + "5302.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.015.H, ELT. Versorgung", "arch_name": "01.015.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75512", - "roomcode": "5302.01.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75516", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75512, + "usage_id": 12 + }, + "5302.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.016.H, Kopierer", "arch_name": "01.016.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75516", - "roomcode": "5302.01.016", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75511", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75516, + "usage_id": 110 + }, + "5302.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.017.H, Dateninstall.", "arch_name": "01.017.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75511", - "roomcode": "5302.01.017", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75508", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75511, + "usage_id": 207 + }, + "5302.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.018.H, B\u00fcro", "arch_name": "01.018.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75508", - "roomcode": "5302.01.018", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75459", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75508, + "usage_id": 12 + }, + "5302.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.019.H, B\u00fcro", "arch_name": "01.019.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75459", - "roomcode": "5302.01.019", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75458", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75459, + "usage_id": 12 + }, + "5302.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.020.H, B\u00fcro", "arch_name": "01.020.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75458", - "roomcode": "5302.01.020", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75607", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75458, + "usage_id": 12 + }, + "5302.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.021.I, Pausenraum", "arch_name": "01.021.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75607", - "roomcode": "5302.01.021", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75456", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75607, + "usage_id": 44 + }, + "5302.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.022.I, Seminarraum 2", "arch_name": "01.022.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "extended": { - "additional_description": "01.022.I, Seminarraum 2", - "address": "Lichtenbergstr. 2(5302), 1.Obergescho\u00df", - "architect_room_nr": "01.022.I@5302", - "area_m2": 60.5, - "building": "5302 Mensa", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75456", - "roomcode": "5302.01.022", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75457", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75456, + "usage_id": 41 + }, + "5302.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.023.I, Seminarraum 1", "arch_name": "01.023.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "extended": { - "additional_description": "01.023.I, Seminarraum 1", - "address": "Lichtenbergstr. 2(5302), 1.Obergescho\u00df", - "architect_room_nr": "01.023.I@5302", - "area_m2": 110.0, - "building": "5302 Mensa", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75457", - "roomcode": "5302.01.023", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75504", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75457, + "usage_id": 41 + }, + "5302.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.024.I, B\u00fcro", "arch_name": "01.024.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75504", - "roomcode": "5302.01.024", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75503", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75504, + "usage_id": 12 + }, + "5302.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.025.I, B\u00fcro", "arch_name": "01.025.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75503", - "roomcode": "5302.01.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75596", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75503, + "usage_id": 12 + }, + "5302.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.026.I, B\u00fcro", "arch_name": "01.026.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75596", - "roomcode": "5302.01.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75506", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75596, + "usage_id": 12 + }, + "5302.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.027.I, WC-Herren", "arch_name": "01.027.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75506", - "roomcode": "5302.01.027", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75455", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75506, + "usage_id": 115 + }, + "5302.01.028": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75455", - "roomcode": "5302.01.028", - "usage": 28 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75463", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75455, + "usage_id": 28 + }, + "5302.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.029.I, Putzraum", "arch_name": "01.029.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75463", - "roomcode": "5302.01.029", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75477", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75463, + "usage_id": 205 + }, + "5302.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.030.I, Kopierer", "arch_name": "01.030.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75477", - "roomcode": "5302.01.030", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75595", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75477, + "usage_id": 110 + }, + "5302.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.031.I, Lager", "arch_name": "01.031.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75595", - "roomcode": "5302.01.031", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75460", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75595, + "usage_id": 30 + }, + "5302.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.032.J, Bacheloranden- / Masteranden", "arch_name": "01.032.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75460", - "roomcode": "5302.01.032", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75608", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75460, + "usage_id": 12 + }, + "5302.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.033.J, WC-Damen", "arch_name": "01.033.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75608", - "roomcode": "5302.01.033", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75612", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75608, + "usage_id": 116 + }, + "5302.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.034.J, Putzraum", "arch_name": "01.034.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75612", - "roomcode": "5302.01.034", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75461", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75612, + "usage_id": 205 + }, + "5302.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.036.J, Besprechungsraum", "arch_name": "01.036.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75461", - "roomcode": "5302.01.036", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75478", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75461, + "usage_id": 196 + }, + "5302.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.037.J, Archiv/Lager", "arch_name": "01.037.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75478", - "roomcode": "5302.01.037", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75510", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75478, + "usage_id": 2 + }, + "5302.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.037.J, Bibliothek", "arch_name": "01.037.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75510", - "roomcode": "5302.01.038", - "usage": 10 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75502", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75510, + "usage_id": 10 + }, + "5302.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.039.K, Raum optional", "arch_name": "01.039.K@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75502", - "roomcode": "5302.01.039", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75500", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75502, + "usage_id": 44 + }, + "5302.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.040.K, B\u00fcro", "arch_name": "01.040.K@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75500", - "roomcode": "5302.01.040", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75499", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75500, + "usage_id": 12 + }, + "5302.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.041.K, B\u00fcro", "arch_name": "01.041.K@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75499", - "roomcode": "5302.01.041", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75498", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75499, + "usage_id": 12 + }, + "5302.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.042.K, B\u00fcro", "arch_name": "01.042.K@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75498", - "roomcode": "5302.01.042", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75618", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75498, + "usage_id": 12 + }, + "5302.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.043.K, Kopierer", "arch_name": "01.043.K@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75618", - "roomcode": "5302.01.043", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75496", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75618, + "usage_id": 110 + }, + "5302.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.044.L, B\u00fcro", "arch_name": "01.044.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75496", - "roomcode": "5302.01.044", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75470", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75496, + "usage_id": 12 + }, + "5302.01.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.045.L, B\u00fcro", "arch_name": "01.045.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75470", - "roomcode": "5302.01.045", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75495", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75470, + "usage_id": 12 + }, + "5302.01.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.046.L, B\u00fcro", "arch_name": "01.046.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75495", - "roomcode": "5302.01.046", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75469", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75495, + "usage_id": 12 + }, + "5302.01.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.047.L, B\u00fcro", "arch_name": "01.047.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75469", - "roomcode": "5302.01.047", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75494", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75469, + "usage_id": 12 + }, + "5302.01.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.048.L, B\u00fcro", "arch_name": "01.048.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75494", - "roomcode": "5302.01.048", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75493", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75494, + "usage_id": 12 + }, + "5302.01.049": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.049.L, B\u00fcro", "arch_name": "01.049.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75493", - "roomcode": "5302.01.049", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75492", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75493, + "usage_id": 12 + }, + "5302.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.050.L, B\u00fcro", "arch_name": "01.050.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75492", - "roomcode": "5302.01.050", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75491", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75492, + "usage_id": 12 + }, + "5302.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.051.L, B\u00fcro", "arch_name": "01.051.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75491", - "roomcode": "5302.01.051", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75464", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75491, + "usage_id": 12 + }, + "5302.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.052.L, B\u00fcro", "arch_name": "01.052.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75464", - "roomcode": "5302.01.052", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75465", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75464, + "usage_id": 12 + }, + "5302.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.053.L, B\u00fcrobedarfslager", "arch_name": "01.053.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75465", - "roomcode": "5302.01.053", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75466", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75465, + "usage_id": 30 + }, + "5302.01.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.054.L, Kopierer", "arch_name": "01.054.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75466", - "roomcode": "5302.01.054", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75468", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75466, + "usage_id": 110 + }, + "5302.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.055.L, Dateninstall.", "arch_name": "01.055.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75468", - "roomcode": "5302.01.055", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75609", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75468, + "usage_id": 207 + }, + "5302.01.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.056.L, Lager", "arch_name": "01.056.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75609", - "roomcode": "5302.01.056", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75497", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75609, + "usage_id": 30 + }, + "5302.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.057.L, Lager", "arch_name": "01.057.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75497", - "roomcode": "5302.01.057", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75472", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75497, + "usage_id": 30 + }, + "5302.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.058.L, Serverraum", "arch_name": "01.058.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75472", - "roomcode": "5302.01.058", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75617", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75472, + "usage_id": 207 + }, + "5302.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.059.L, Lager Serverraum", "arch_name": "01.059.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75617", - "roomcode": "5302.01.059", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=46214", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75617, + "usage_id": 30 + }, + "5302.01.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "1250, Terrasse", "arch_name": "1250@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46214", - "roomcode": "5302.01.134", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75486", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46214, + "usage_id": 218 + }, + "5302.01.700": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75486", - "roomcode": "5302.01.700", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75487", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75486, + "usage_id": 52 + }, + "5302.01.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.701.G, Flur", "arch_name": "01.701.G@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75487", - "roomcode": "5302.01.701", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75485", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75487, + "usage_id": 222 + }, + "5302.01.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.702.H, Flur", "arch_name": "01.702.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75485", - "roomcode": "5302.01.702", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75514", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75485, + "usage_id": 222 + }, + "5302.01.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.703.H, Flur", "arch_name": "01.703.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75514", - "roomcode": "5302.01.703", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75505", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75514, + "usage_id": 222 + }, + "5302.01.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.704.I, Flur", "arch_name": "01.704.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75505", - "roomcode": "5302.01.704", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75476", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75505, + "usage_id": 222 + }, + "5302.01.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.705.I, Flur", "arch_name": "01.705.I@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75476", - "roomcode": "5302.01.705", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75501", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75476, + "usage_id": 222 + }, + "5302.01.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.706.K, Flur", "arch_name": "01.706.K@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75501", - "roomcode": "5302.01.706", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75473", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75501, + "usage_id": 222 + }, + "5302.01.707": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75473", - "roomcode": "5302.01.707", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75474", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75473, + "usage_id": 52 + }, + "5302.01.708": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75474", - "roomcode": "5302.01.708", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75467", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75474, + "usage_id": 52 + }, + "5302.01.709": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.709.L, Flur", "arch_name": "01.709.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75467", - "roomcode": "5302.01.709", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75471", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75467, + "usage_id": 222 + }, + "5302.01.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.710.L, Flur", "arch_name": "01.710.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75471", - "roomcode": "5302.01.710", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75610", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75471, + "usage_id": 222 + }, + "5302.01.750": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.750.L, Treppenhaus 2", "arch_name": "01.750.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75610", - "roomcode": "5302.01.750", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75605", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75610, + "usage_id": 223 + }, + "5302.01.751": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.751.H, Treppenhaus 2", "arch_name": "01.751.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75605", - "roomcode": "5302.01.751", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75507", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75605, + "usage_id": 223 + }, + "5302.01.752": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.752.H, Treppenhaus 3", "arch_name": "01.752.H@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75507", - "roomcode": "5302.01.752", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75475", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75507, + "usage_id": 223 + }, + "5302.01.753": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.753.J, Treppenhaus 4", "arch_name": "01.753.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75475", - "roomcode": "5302.01.753", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75509", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75475, + "usage_id": 223 + }, + "5302.01.754": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.754.J, Treppenhaus 5", "arch_name": "01.754.J@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75509", - "roomcode": "5302.01.754", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=75611", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75509, + "usage_id": 223 + }, + "5302.01.809": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "01.809.L, Aufzug", "arch_name": "01.809.L@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75611", - "roomcode": "5302.01.809", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46224", + "area_id": 30, + "building_id": 816, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75611, + "usage_id": 4 + }, + "5302.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2201, Raumlufttechnik", "arch_name": "2201@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46224", - "roomcode": "5302.02.201", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=46235", + "area_id": 30, + "building_id": 816, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46224, + "usage_id": 32 + }, + "5302.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2202, Ventilationskammer", "arch_name": "2202@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46235", - "roomcode": "5302.02.202", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=59087", + "area_id": 30, + "building_id": 816, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46235, + "usage_id": 32 + }, + "5302.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2203, Ventilationskammer", "arch_name": "2203@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59087", - "roomcode": "5302.02.203", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=59088", + "area_id": 30, + "building_id": 816, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59087, + "usage_id": 32 + }, + "5302.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2204, Fortluft\u00f6ffnung", "arch_name": "2204@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59088", - "roomcode": "5302.02.204", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=59086", + "area_id": 30, + "building_id": 816, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59088, + "usage_id": 32 + }, + "5302.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2257, Treppenraum", "arch_name": "2257@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59086", - "roomcode": "5302.02.205", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 2.OG", - "address_link": "ris.einzelraum?raumkey=59795", + "area_id": 30, + "building_id": 816, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59086, + "usage_id": 223 + }, + "5302.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2205, Raumlufttechnik/nicht begehbar", "arch_name": "2205@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59795", - "roomcode": "5302.02.206", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75597", + "area_id": 30, + "building_id": 816, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59795, + "usage_id": 32 + }, + "5302.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.001.A, B\u00fcro", "arch_name": "00.001.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75597", - "roomcode": "5302.EG.001A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=44365", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75597, + "usage_id": 12 + }, + "5302.EG.002F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "0202F, Biergarten / Cafeteria", "arch_name": "0202F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44365", - "roomcode": "5302.EG.002F", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=44375", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44365, + "usage_id": 218 + }, + "5302.EG.003A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.003.A, Aufbereitung Siebraum", "arch_name": "00.003.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44375", - "roomcode": "5302.EG.003A", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=44534", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44375, + "usage_id": 51 + }, + "5302.EG.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.005.A, Sozialraum", "arch_name": "00.005.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44534", - "roomcode": "5302.EG.005A", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75405", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44534, + "usage_id": 44 + }, + "5302.EG.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.006.A, Sanit\u00e4tsraum", "arch_name": "00.006.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75405", - "roomcode": "5302.EG.006A", - "usage": 178 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=44706", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75405, + "usage_id": 178 + }, + "5302.EG.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.007.A, Umkleide Herren", "arch_name": "00.007.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44706", - "roomcode": "5302.EG.007A", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75403", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44706, + "usage_id": 121 + }, + "5302.EG.008A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75403", - "roomcode": "5302.EG.008A", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75404", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75403, + "usage_id": 115 + }, + "5302.EG.009A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75404", - "roomcode": "5302.EG.009A", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75406", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75404, + "usage_id": 115 + }, + "5302.EG.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.010.A, Umkleide Damen", "arch_name": "00.010.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75406", - "roomcode": "5302.EG.010A", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75407", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75406, + "usage_id": 121 + }, + "5302.EG.011A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75407", - "roomcode": "5302.EG.011A", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75353", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75407, + "usage_id": 116 + }, + "5302.EG.012A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75353", - "roomcode": "5302.EG.012A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=45063", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75353, + "usage_id": 30 + }, + "5302.EG.015A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45063", - "roomcode": "5302.EG.015A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=45081", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45063, + "usage_id": 30 + }, + "5302.EG.016A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45081", - "roomcode": "5302.EG.016A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75443", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45081, + "usage_id": 103 + }, + "5302.EG.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.017.A, Termografiepr\u00fcfraum", "arch_name": "00.017.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75443", - "roomcode": "5302.EG.017A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=45265", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75443, + "usage_id": 103 + }, + "5302.EG.018A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45265", - "roomcode": "5302.EG.018A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75413", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45265, + "usage_id": 103 + }, + "5302.EG.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.019.A, Hydraulikaggregate", "arch_name": "00.019.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75413", - "roomcode": "5302.EG.019A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75414", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75413, + "usage_id": 120 + }, + "5302.EG.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.020.A, Probenlager Stahl", "arch_name": "00.020.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75414", - "roomcode": "5302.EG.020A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75593", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75414, + "usage_id": 30 + }, + "5302.EG.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.021.A, Wasserlagerung", "arch_name": "00.021.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75593", - "roomcode": "5302.EG.021A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75401", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75593, + "usage_id": 30 + }, + "5302.EG.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.022.A, Schleuse 3", "arch_name": "00.022.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75401", - "roomcode": "5302.EG.022A", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75400", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75401, + "usage_id": 105 + }, + "5302.EG.023A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.023.A, Schleuse 2", "arch_name": "00.023.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75400", - "roomcode": "5302.EG.023A", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75432", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75400, + "usage_id": 105 + }, + "5302.EG.024A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.024.A, Nebelkammer", "arch_name": "00.024.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75432", - "roomcode": "5302.EG.024A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=45639", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75432, + "usage_id": 103 + }, + "5302.EG.025A": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45639", - "roomcode": "5302.EG.025A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75397", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45639, + "usage_id": 103 + }, + "5302.EG.026B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.026.B, Ger\u00e4telager", "arch_name": "00.026.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75397", - "roomcode": "5302.EG.026B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75431", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75397, + "usage_id": 30 + }, + "5302.EG.027B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.027.B, Nebelkammer", "arch_name": "00.027.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75431", - "roomcode": "5302.EG.027B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75428", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75431, + "usage_id": 103 + }, + "5302.EG.028B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.028.B, Testfeld", "arch_name": "00.028.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75428", - "roomcode": "5302.EG.028B", - "usage": 49 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=45982", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75428, + "usage_id": 49 + }, + "5302.EG.029B": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45982", - "roomcode": "5302.EG.029B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75391", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45982, + "usage_id": 103 + }, + "5302.EG.030B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.030.B, Betonpr\u00fcfraum", "arch_name": "00.030.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75391", - "roomcode": "5302.EG.030B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75396", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75391, + "usage_id": 103 + }, + "5302.EG.031B": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75396", - "roomcode": "5302.EG.031B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75393", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75396, + "usage_id": 103 + }, + "5302.EG.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.032.B, Thermografieauswertung", "arch_name": "00.032.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75393", - "roomcode": "5302.EG.032B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75429", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75393, + "usage_id": 12 + }, + "5302.EG.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.033.B, Termografiepr\u00fcfraum", "arch_name": "00.033.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75429", - "roomcode": "5302.EG.033B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75394", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75429, + "usage_id": 103 + }, + "5302.EG.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.034.B, Lager", "arch_name": "00.034.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75394", - "roomcode": "5302.EG.034B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75591", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75394, + "usage_id": 30 + }, + "5302.EG.035B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.035.B, Lager", "arch_name": "00.035.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75591", - "roomcode": "5302.EG.035B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75389", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75591, + "usage_id": 30 + }, + "5302.EG.038B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.038.B, Ger\u00e4telager", "arch_name": "00.038.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75389", - "roomcode": "5302.EG.038B", - "usage": 18 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75590", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75389, + "usage_id": 18 + }, + "5302.EG.040C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.040.C, Dateiinstall.", "arch_name": "00.040.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75590", - "roomcode": "5302.EG.040C", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75386", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75590, + "usage_id": 207 + }, + "5302.EG.041C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.041.C, B\u00fcro", "arch_name": "00.041.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75386", - "roomcode": "5302.EG.041C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75384", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75386, + "usage_id": 12 + }, + "5302.EG.042C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.042.C, B\u00fcro", "arch_name": "00.042.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75384", - "roomcode": "5302.EG.042C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75383", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75384, + "usage_id": 12 + }, + "5302.EG.043C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.043.C, B\u00fcro", "arch_name": "00.043.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75383", - "roomcode": "5302.EG.043C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75382", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75383, + "usage_id": 12 + }, + "5302.EG.044C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.044.C, B\u00fcro", "arch_name": "00.044.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75382", - "roomcode": "5302.EG.044C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=46703", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75382, + "usage_id": 12 + }, + "5302.EG.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "0229, Anlieferung", "arch_name": "0229@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46703", - "roomcode": "5302.EG.045", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75381", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46703, + "usage_id": 218 + }, + "5302.EG.045C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.045.C, B\u00fcro", "arch_name": "00.045.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75381", - "roomcode": "5302.EG.045C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75425", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75381, + "usage_id": 12 + }, + "5302.EG.046C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.046.C, B\u00fcro", "arch_name": "00.046.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75425", - "roomcode": "5302.EG.046C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75379", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75425, + "usage_id": 12 + }, + "5302.EG.047C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.047.C, B\u00fcro", "arch_name": "00.047.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75379", - "roomcode": "5302.EG.047C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75380", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75379, + "usage_id": 12 + }, + "5302.EG.048C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.048.C, B\u00fcro", "arch_name": "00.048.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75380", - "roomcode": "5302.EG.048C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75424", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75380, + "usage_id": 12 + }, + "5302.EG.049C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.049.C, Teek\u00fcche", "arch_name": "00.049.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75424", - "roomcode": "5302.EG.049C", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75423", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75424, + "usage_id": 198 + }, + "5302.EG.050C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.050.C, WC-Herren", "arch_name": "00.050.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75423", - "roomcode": "5302.EG.050C", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75377", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75423, + "usage_id": 115 + }, + "5302.EG.051C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.051.C, WC-Damen", "arch_name": "00.051.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75377", - "roomcode": "5302.EG.051C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75589", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75377, + "usage_id": 116 + }, + "5302.EG.052C": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75589", - "roomcode": "5302.EG.052C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75388", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75589, + "usage_id": 103 + }, + "5302.EG.053C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.053.C, Physiklabor XRD", "arch_name": "00.053.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75388", - "roomcode": "5302.EG.053C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75376", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75388, + "usage_id": 103 + }, + "5302.EG.054C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.054.C, Kopierer", "arch_name": "00.054.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75376", - "roomcode": "5302.EG.054C", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75374", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75376, + "usage_id": 110 + }, + "5302.EG.055C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.055.C, B\u00fcro", "arch_name": "00.055.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75374", - "roomcode": "5302.EG.055C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75373", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75374, + "usage_id": 12 + }, + "5302.EG.056C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.056.C, B\u00fcro", "arch_name": "00.056.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75373", - "roomcode": "5302.EG.056C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75370", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75373, + "usage_id": 12 + }, + "5302.EG.057C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.057.C, B\u00fcro", "arch_name": "00.057.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75370", - "roomcode": "5302.EG.057C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75371", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75370, + "usage_id": 12 + }, + "5302.EG.058C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.058.C, Auswertung/Dokum.", "arch_name": "00.058.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75371", - "roomcode": "5302.EG.058C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75422", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75371, + "usage_id": 12 + }, + "5302.EG.059C": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75422", - "roomcode": "5302.EG.059C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75368", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75422, + "usage_id": 103 + }, + "5302.EG.060D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.060.D, Probenlager", "arch_name": "00.060.D@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75368", - "roomcode": "5302.EG.060D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75367", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75368, + "usage_id": 30 + }, + "5302.EG.061D": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75367", - "roomcode": "5302.EG.061D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75421", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75367, + "usage_id": 103 + }, + "5302.EG.062D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.062.D, M\u00f6rtellabor", "arch_name": "00.062.D@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75421", - "roomcode": "5302.EG.062D", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75418", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75421, + "usage_id": 194 + }, + "5302.EG.063D": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75418", - "roomcode": "5302.EG.063D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75435", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75418, + "usage_id": 103 + }, + "5302.EG.064F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75435", - "roomcode": "5302.EG.064F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75355", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75435, + "usage_id": 103 + }, + "5302.EG.065F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.065.F, Elektrochemielabor", "arch_name": "00.065.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75355", - "roomcode": "5302.EG.065F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75357", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75355, + "usage_id": 102 + }, + "5302.EG.066F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.066.F, Bewehrungsvermessung", "arch_name": "00.066.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75357", - "roomcode": "5302.EG.066F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75366", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75357, + "usage_id": 103 + }, + "5302.EG.067F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75366", - "roomcode": "5302.EG.067F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75419", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75366, + "usage_id": 103 + }, + "5302.EG.068F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75419", - "roomcode": "5302.EG.068F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75360", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75419, + "usage_id": 103 + }, + "5302.EG.069F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75360", - "roomcode": "5302.EG.069F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75415", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75360, + "usage_id": 12 + }, + "5302.EG.070F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75415", - "roomcode": "5302.EG.070F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75361", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75415, + "usage_id": 103 + }, + "5302.EG.071F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75361", - "roomcode": "5302.EG.071F", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75362", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75361, + "usage_id": 51 + }, + "5302.EG.072F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75362", - "roomcode": "5302.EG.072F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75437", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75362, + "usage_id": 103 + }, + "5302.EG.073F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75437", - "roomcode": "5302.EG.073F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75411", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75437, + "usage_id": 103 + }, + "5302.EG.074F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75411", - "roomcode": "5302.EG.074F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75436", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75411, + "usage_id": 103 + }, + "5302.EG.075F": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75436", - "roomcode": "5302.EG.075F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75417", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75436, + "usage_id": 103 + }, + "5302.EG.076F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.076.F, Pr\u00fcflabor", "arch_name": "00.076.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75417", - "roomcode": "5302.EG.076F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75364", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75417, + "usage_id": 103 + }, + "5302.EG.077F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.077.F, B\u00fcro", "arch_name": "00.077.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75364", - "roomcode": "5302.EG.077F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75439", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75364, + "usage_id": 12 + }, + "5302.EG.078F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.078.F, B\u00fcro", "arch_name": "00.078.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75439", - "roomcode": "5302.EG.078F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75438", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75439, + "usage_id": 12 + }, + "5302.EG.079F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.079.F, Auswertung/Dokum.", "arch_name": "00.079.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75438", - "roomcode": "5302.EG.079F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75363", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75438, + "usage_id": 12 + }, + "5302.EG.080F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.080.F, B\u00fcro", "arch_name": "00.080.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75363", - "roomcode": "5302.EG.080F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75416", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75363, + "usage_id": 12 + }, + "5302.EG.081F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.081.F, Auswertung/Dokum.", "arch_name": "00.081.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75416", - "roomcode": "5302.EG.081F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75519", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75416, + "usage_id": 12 + }, + "5302.EG.082E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.082.E, Ger\u00e4telager", "arch_name": "00.082.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75519", - "roomcode": "5302.EG.082E", - "usage": 18 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75359", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75519, + "usage_id": 18 + }, + "5302.EG.082F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.082.F, Ger\u00e4telager", "arch_name": "00.082.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75359", - "roomcode": "5302.EG.082F", - "usage": 18 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75517", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75359, + "usage_id": 18 + }, + "5302.EG.083E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.083.E, Pr\u00fcfmittellager", "arch_name": "00.083.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75517", - "roomcode": "5302.EG.083E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75356", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75517, + "usage_id": 30 + }, + "5302.EG.084E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.084.E, Spannungsrisskorrosionslabor", "arch_name": "00.084.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75356", - "roomcode": "5302.EG.084E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75594", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75356, + "usage_id": 103 + }, + "5302.EG.085E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.085.E, Probenlager 2", "arch_name": "00.085.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75594", - "roomcode": "5302.EG.085E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75448", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75594, + "usage_id": 30 + }, + "5302.EG.087E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.087.E, Dateiinstall.", "arch_name": "00.087.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75448", - "roomcode": "5302.EG.087E", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75433", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75448, + "usage_id": 207 + }, + "5302.EG.088E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.088.E, Schleuse 1", "arch_name": "00.088.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75433", - "roomcode": "5302.EG.088E", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75398", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75433, + "usage_id": 105 + }, + "5302.EG.089E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.089.E, Konstantklima 5", "arch_name": "00.089.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75398", - "roomcode": "5302.EG.089E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75447", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75398, + "usage_id": 30 + }, + "5302.EG.090E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.090.E, Probenlager", "arch_name": "00.090.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75447", - "roomcode": "5302.EG.090E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75444", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75447, + "usage_id": 30 + }, + "5302.EG.091E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.091.E, ZIP-Labor", "arch_name": "00.091.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75444", - "roomcode": "5302.EG.091E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75518", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75444, + "usage_id": 103 + }, + "5302.EG.092E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.092.E, Relaxationsraum", "arch_name": "00.092.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75518", - "roomcode": "5302.EG.092E", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75434", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75518, + "usage_id": 44 + }, + "5302.EG.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.700.A, Flur", "arch_name": "00.700.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75434", - "roomcode": "5302.EG.700A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75592", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75434, + "usage_id": 222 + }, + "5302.EG.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.700.B, Flur", "arch_name": "00.700.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75592", - "roomcode": "5302.EG.700B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75408", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75592, + "usage_id": 222 + }, + "5302.EG.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.701.A, Flur", "arch_name": "00.701.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75408", - "roomcode": "5302.EG.701A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75409", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75408, + "usage_id": 222 + }, + "5302.EG.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.702.A, Flur", "arch_name": "00.702.A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75409", - "roomcode": "5302.EG.702A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75402", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75409, + "usage_id": 222 + }, + "5302.EG.703B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.703.B, Flur", "arch_name": "00.703.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75402", - "roomcode": "5302.EG.703B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75390", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75402, + "usage_id": 222 + }, + "5302.EG.704B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.704.B, Flur", "arch_name": "00.704.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75390", - "roomcode": "5302.EG.704B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75395", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75390, + "usage_id": 222 + }, + "5302.EG.705B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.705.B, Flur", "arch_name": "00.705.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75395", - "roomcode": "5302.EG.705B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75385", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75395, + "usage_id": 222 + }, + "5302.EG.706C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.706.C, Flur", "arch_name": "00.706.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75385", - "roomcode": "5302.EG.706C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75372", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75385, + "usage_id": 222 + }, + "5302.EG.707C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.707.C, Flur", "arch_name": "00.707.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75372", - "roomcode": "5302.EG.707C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75378", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75372, + "usage_id": 222 + }, + "5302.EG.708C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.708.C, Flur", "arch_name": "00.708.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75378", - "roomcode": "5302.EG.708C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75392", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75378, + "usage_id": 222 + }, + "5302.EG.709D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.709.D, Flur", "arch_name": "00.709.D@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75392", - "roomcode": "5302.EG.709D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75365", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75392, + "usage_id": 222 + }, + "5302.EG.710D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.710.D, Flur", "arch_name": "00.710.D@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75365", - "roomcode": "5302.EG.710D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75420", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75365, + "usage_id": 222 + }, + "5302.EG.711F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.711.F, Flur", "arch_name": "00.711.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75420", - "roomcode": "5302.EG.711F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75410", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75420, + "usage_id": 222 + }, + "5302.EG.712F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.712.F, Flur", "arch_name": "00.712.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75410", - "roomcode": "5302.EG.712F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75369", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75410, + "usage_id": 222 + }, + "5302.EG.713F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.713.F, Flur", "arch_name": "00.713.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75369", - "roomcode": "5302.EG.713F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75445", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75369, + "usage_id": 222 + }, + "5302.EG.714E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.714.E, Flur", "arch_name": "00.714.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75445", - "roomcode": "5302.EG.714E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75430", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75445, + "usage_id": 222 + }, + "5302.EG.750E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.750.E, Treppenhaus 1", "arch_name": "00.750.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75430", - "roomcode": "5302.EG.750E", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75387", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75430, + "usage_id": 223 + }, + "5302.EG.751C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.751.C, Treppenhaus 2", "arch_name": "00.751.C@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75387", - "roomcode": "5302.EG.751C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75375", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75387, + "usage_id": 223 + }, + "5302.EG.752D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.752.D, Treppenhaus 3", "arch_name": "00.752.D@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75375", - "roomcode": "5302.EG.752D", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75358", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75375, + "usage_id": 223 + }, + "5302.EG.753F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.753.F, Treppenhaus 4", "arch_name": "00.753.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75358", - "roomcode": "5302.EG.753F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75412", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75358, + "usage_id": 223 + }, + "5302.EG.754F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.754.F, Treppenhaus 5", "arch_name": "00.754.F@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75412", - "roomcode": "5302.EG.754F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75427", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75412, + "usage_id": 223 + }, + "5302.EG.800B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.800.B, Aufzugstechnik", "arch_name": "00.800.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75427", - "roomcode": "5302.EG.800B", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75426", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75427, + "usage_id": 5 + }, + "5302.EG.801B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.801.B, Aufzugsschacht", "arch_name": "00.801.B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75426", - "roomcode": "5302.EG.801B", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2, EG", - "address_link": "ris.einzelraum?raumkey=75399", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75426, + "usage_id": 195 + }, + "5302.EG.809E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "00.809.E, Aufzug", "arch_name": "00.809.E@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75399", - "roomcode": "5302.EG.809E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59719", + "area_id": 30, + "building_id": 816, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75399, + "usage_id": 4 + }, + "5302.TP.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1101, Labor", "arch_name": "-1101@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59719", - "roomcode": "5302.TP.101", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59720", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59719, + "usage_id": 194 + }, + "5302.TP.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1102, Labor", "arch_name": "-1102@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59720", - "roomcode": "5302.TP.102", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59721", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59720, + "usage_id": 194 + }, + "5302.TP.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1103, Labor", "arch_name": "-1103@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59721", - "roomcode": "5302.TP.103", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59722", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59721, + "usage_id": 194 + }, + "5302.TP.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1104, RLT", "arch_name": "-1104@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59722", - "roomcode": "5302.TP.104", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59723", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59722, + "usage_id": 32 + }, + "5302.TP.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1105, Labor", "arch_name": "-1105@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59723", - "roomcode": "5302.TP.105", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59724", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59723, + "usage_id": 194 + }, + "5302.TP.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1106, Labor", "arch_name": "-1106@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59724", - "roomcode": "5302.TP.106", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59725", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59724, + "usage_id": 194 + }, + "5302.TP.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1107, Werkstatt", "arch_name": "-1107@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59725", - "roomcode": "5302.TP.107", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59726", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59725, + "usage_id": 51 + }, + "5302.TP.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1108, Install.Kanal", "arch_name": "-1108@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59726", - "roomcode": "5302.TP.108", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59727", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59726, + "usage_id": 120 + }, + "5302.TP.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1109, Flur", "arch_name": "-1109@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59727", - "roomcode": "5302.TP.109", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59728", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59727, + "usage_id": 222 + }, + "5302.TP.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.201, Versuchshalle", "arch_name": "-1.201@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59728", - "roomcode": "5302.TP.201", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59729", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59728, + "usage_id": 194 + }, + "5302.TP.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.202, Messraum", "arch_name": "-1.202@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59729", - "roomcode": "5302.TP.202", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59730", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59729, + "usage_id": 103 + }, + "5302.TP.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.203, Versuchshalle 3", "arch_name": "-1.203@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59730", - "roomcode": "5302.TP.203", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59769", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59730, + "usage_id": 103 + }, + "5302.TP.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.204, Versuchshalle", "arch_name": "-1.204@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59769", - "roomcode": "5302.TP.204", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59770", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59769, + "usage_id": 194 + }, + "5302.TP.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.205, Werkstatt", "arch_name": "-1.205@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59770", - "roomcode": "5302.TP.205", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59771", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59770, + "usage_id": 51 + }, + "5302.TP.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.207, Elektroniklabor", "arch_name": "-1.207@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59771", - "roomcode": "5302.TP.207", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59772", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59771, + "usage_id": 103 + }, + "5302.TP.207A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.207a, Meisterb\u00fcro", "arch_name": "-1.207a@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59772", - "roomcode": "5302.TP.207A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59773", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59772, + "usage_id": 12 + }, + "5302.TP.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.208, Cleanroom/EI. Mikroskop", "arch_name": "-1.208@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59773", - "roomcode": "5302.TP.208", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59774", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Holzpflaster", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59773, + "usage_id": 103 + }, + "5302.TP.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.209, WC-Herren", "arch_name": "-1.209@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59774", - "roomcode": "5302.TP.209", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59775", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59774, + "usage_id": 115 + }, + "5302.TP.209A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.209A, Duschen", "arch_name": "-1.209A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59775", - "roomcode": "5302.TP.209A", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59776", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59775, + "usage_id": 113 + }, + "5302.TP.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.210, WC-Damen", "arch_name": "-1.210@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59776", - "roomcode": "5302.TP.210", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59777", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59776, + "usage_id": 116 + }, + "5302.TP.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.211, Installation", "arch_name": "-1.211@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59777", - "roomcode": "5302.TP.211", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59778", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59777, + "usage_id": 120 + }, + "5302.TP.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.212, Installation", "arch_name": "-1.212@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59778", - "roomcode": "5302.TP.212", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59779", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59778, + "usage_id": 120 + }, + "5302.TP.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.213, Druckluftkompressor", "arch_name": "-1.213@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59779", - "roomcode": "5302.TP.213", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59780", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59779, + "usage_id": 120 + }, + "5302.TP.213A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1213A, Putzkammer", "arch_name": "-1213A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59780", - "roomcode": "5302.TP.213A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59781", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59780, + "usage_id": 205 + }, + "5302.TP.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.214, Flur", "arch_name": "-1.214@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59781", - "roomcode": "5302.TP.214", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59782", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59781, + "usage_id": 222 + }, + "5302.TP.214A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.214A, Flur", "arch_name": "-1.214A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59782", - "roomcode": "5302.TP.214A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59783", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59782, + "usage_id": 222 + }, + "5302.TP.214B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1214B, Treppe", "arch_name": "-1214B@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59783", - "roomcode": "5302.TP.214B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59784", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59783, + "usage_id": 223 + }, + "5302.TP.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1.216, Flur", "arch_name": "-1.216@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59784", - "roomcode": "5302.TP.216", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2, TP", - "address_link": "ris.einzelraum?raumkey=59785", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59784, + "usage_id": 222 + }, + "5302.TP.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2.217, Stromversorg.", "arch_name": "-2.217@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59785", - "roomcode": "5302.TP.219", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47469", + "area_id": 30, + "building_id": 816, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59785, + "usage_id": 160 + }, + "5302.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1202, Betriebstechnik", "arch_name": "-1202@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47469", - "roomcode": "5302.U1.001", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47483", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47469, + "usage_id": 120 + }, + "5302.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1203, RLT", "arch_name": "-1203@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47483", - "roomcode": "5302.U1.002", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47658", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47483, + "usage_id": 32 + }, + "5302.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1204, RLT", "arch_name": "-1204@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47658", - "roomcode": "5302.U1.003", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47670", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47658, + "usage_id": 32 + }, + "5302.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1205, RLT", "arch_name": "-1205@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47670", - "roomcode": "5302.U1.004", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47684", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47670, + "usage_id": 32 + }, + "5302.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1206, RLT", "arch_name": "-1206@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47684", - "roomcode": "5302.U1.005", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47951", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47684, + "usage_id": 32 + }, + "5302.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1207, RLT", "arch_name": "-1207@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47951", - "roomcode": "5302.U1.006", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47966", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47951, + "usage_id": 32 + }, + "5302.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1208, RLT", "arch_name": "-1208@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47966", - "roomcode": "5302.U1.007", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47976", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47966, + "usage_id": 32 + }, + "5302.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1209, RLT", "arch_name": "-1209@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47976", - "roomcode": "5302.U1.008", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47986", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47976, + "usage_id": 32 + }, + "5302.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1210, RLT", "arch_name": "-1210@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47986", - "roomcode": "5302.U1.009", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47756", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47986, + "usage_id": 32 + }, + "5302.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1211, RLT", "arch_name": "-1211@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47756", - "roomcode": "5302.U1.010", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47764", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47756, + "usage_id": 32 + }, + "5302.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1212, Install.Kanal", "arch_name": "-1212@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47764", - "roomcode": "5302.U1.011", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47773", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47764, + "usage_id": 120 + }, + "5302.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1213, Install.Kanal", "arch_name": "-1213@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47773", - "roomcode": "5302.U1.012", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47784", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47773, + "usage_id": 120 + }, + "5302.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1214, Pers.Aufzug Schacht", "arch_name": "-1214@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47784", - "roomcode": "5302.U1.013", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47547", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47784, + "usage_id": 195 + }, + "5302.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1216, Niederspannung", "arch_name": "-1216@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47547", - "roomcode": "5302.U1.014", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47560", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47547, + "usage_id": 160 + }, + "5302.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1217, Notstrom", "arch_name": "-1217@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47560", - "roomcode": "5302.U1.015", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47568", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47560, + "usage_id": 160 + }, + "5302.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1241, Bereich nicht nutzbar", "arch_name": "-1241@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47568", - "roomcode": "5302.U1.016", - "usage": 217 - }, - { - "address": "Lichtenbergstr. 2, 1.UG", - "address_link": "ris.einzelraum?raumkey=47572", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47568, + "usage_id": 217 + }, + "5302.U1.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1257, Treppenhaus", "arch_name": "-1257@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47572", - "roomcode": "5302.U1.057", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=47346", + "area_id": 30, + "building_id": 816, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47572, + "usage_id": 223 + }, + "5302.U2.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2201, Heizung/Brauch.", "arch_name": "-2201@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47346", - "roomcode": "5302.U2.001", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=47358", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47346, + "usage_id": 201 + }, + "5302.U2.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2202, Aufz./F\u00f6rderan.Masch.", "arch_name": "-2202@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47358", - "roomcode": "5302.U2.002", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=47364", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47358, + "usage_id": 5 + }, + "5302.U2.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2203, Lager", "arch_name": "-2203@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47364", - "roomcode": "5302.U2.003", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=47379", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47364, + "usage_id": 30 + }, + "5302.U2.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2206, Abwasseraufber.", "arch_name": "-2206@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47379", - "roomcode": "5302.U2.006", - "usage": 182 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=59694", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47379, + "usage_id": 182 + }, + "5302.U2.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2208, Treppe", "arch_name": "-2208@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59694", - "roomcode": "5302.U2.008", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=59692", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59694, + "usage_id": 223 + }, + "5302.U2.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2209, Versorgungskanal", "arch_name": "-2209@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59692", - "roomcode": "5302.U2.009", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=59693", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59692, + "usage_id": 120 + }, + "5302.U2.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2210, Versorgungskanal", "arch_name": "-2210@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59693", - "roomcode": "5302.U2.010", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=47446", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59693, + "usage_id": 120 + }, + "5302.U2.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-2207, Treppenhaus", "arch_name": "-2207@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47446", - "roomcode": "5302.U2.057", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2, 2.UG", - "address_link": "ris.einzelraum?raumkey=47458", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47446, + "usage_id": 223 + }, + "5302.U2.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "-1245, Pers.Aufzugsschacht", "arch_name": "-1245@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47458", - "roomcode": "5302.U2.058", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59714", + "area_id": 30, + "building_id": 816, + "floor_level": "2.UG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47458, + "usage_id": 195 + }, + "5302.Z1.217Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2.217A, B\u00fcro", "arch_name": "2.217A@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59714", - "roomcode": "5302.Z1.217Z", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59715", + "area_id": 30, + "building_id": 816, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59714, + "usage_id": 12 + }, + "5302.Z1.218Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2.218, Besprechungsraum", "arch_name": "2.218@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59715", - "roomcode": "5302.Z1.218Z", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59716", + "area_id": 30, + "building_id": 816, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59715, + "usage_id": 196 + }, + "5302.Z1.219Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2.219Z, Besprechungsraum", "arch_name": "2.219Z@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59716", - "roomcode": "5302.Z1.219Z", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59717", + "area_id": 30, + "building_id": 816, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59716, + "usage_id": 196 + }, + "5302.Z1.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2.220, Technik", "arch_name": "2.220@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59717", - "roomcode": "5302.Z1.220", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2, 1.ZG", - "address_link": "ris.einzelraum?raumkey=59718", + "area_id": 30, + "building_id": 816, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59717, + "usage_id": 120 + }, + "5302.Z1.221Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "alt_name": "2.221Z, Treppenhaus", "arch_name": "2.221Z@5302", - "b_area_id": 30, - "b_filter_id": 816, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59718", - "roomcode": "5302.Z1.221Z", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67404", + "area_id": 30, + "building_id": 816, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59718, + "usage_id": 223 + }, + "5304.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.011, Treppenhaus T1", "arch_name": "1.011@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67404", - "roomcode": "5304.01.011", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67405", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67404, + "usage_id": 223 + }, + "5304.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.011A, Treppenlauf T1", "arch_name": "1.011A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67405", - "roomcode": "5304.01.011A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67406", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67405, + "usage_id": 223 + }, + "5304.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.012, Flur", "arch_name": "1.012@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67406", - "roomcode": "5304.01.012", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67408", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67406, + "usage_id": 222 + }, + "5304.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.014, HLS./ELT.", "arch_name": "1.014@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67408", - "roomcode": "5304.01.014", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=69568", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67408, + "usage_id": 160 + }, + "5304.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.015, Treppenhaus T1b", "arch_name": "1.015@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69568", - "roomcode": "5304.01.015", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=69584", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69568, + "usage_id": 223 + }, + "5304.01.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.015A, Treppenlauf T1b", "arch_name": "1.015A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69584", - "roomcode": "5304.01.015A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=69569", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69584, + "usage_id": 223 + }, + "5304.01.015C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.015C, Treppenhaus T1c", "arch_name": "1.015C@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69569", - "roomcode": "5304.01.015C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67386", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69569, + "usage_id": 223 + }, + "5304.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.021, Treppenpodest T2a", "arch_name": "1.021@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67386", - "roomcode": "5304.01.021", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67387", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67386, + "usage_id": 223 + }, + "5304.01.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.021A, TreppenlaufT2a", "arch_name": "1.021A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67387", - "roomcode": "5304.01.021A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67391", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67387, + "usage_id": 223 + }, + "5304.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.022, Treppenhaus T2B", "arch_name": "1.022@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67391", - "roomcode": "5304.01.022", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67390", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67391, + "usage_id": 223 + }, + "5304.01.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.022A, TreppenlaufT2B", "arch_name": "1.022A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67390", - "roomcode": "5304.01.022A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67381", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67390, + "usage_id": 223 + }, + "5304.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.026, Flur", "arch_name": "1.026@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67381", - "roomcode": "5304.01.026", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67374", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67381, + "usage_id": 222 + }, + "5304.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.031, Treppe T3", "arch_name": "1.031@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67374", - "roomcode": "5304.01.031", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67373", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67374, + "usage_id": 223 + }, + "5304.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.041, Treppe T4", "arch_name": "1.041@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67373", - "roomcode": "5304.01.041", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67371", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67373, + "usage_id": 223 + }, + "5304.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.101, Speisesaal", "arch_name": "1.101@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67371", - "roomcode": "5304.01.101", - "usage": 147 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67377", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": 1800, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67371, + "usage_id": 147 + }, + "5304.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.102, Vor-/Verteilerbereich", "arch_name": "1.102@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67377", - "roomcode": "5304.01.102", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67378", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67377, + "usage_id": 28 + }, + "5304.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.103, Free Flow", "arch_name": "1.103@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67378", - "roomcode": "5304.01.103", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67380", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67378, + "usage_id": 28 + }, + "5304.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.104, Produktionsk\u00fcche", "arch_name": "1.104@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67380", - "roomcode": "5304.01.104", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67379", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67380, + "usage_id": 28 + }, + "5304.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.105, Geschirrr\u00fcckgabe", "arch_name": "1.105@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67379", - "roomcode": "5304.01.105", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=69562", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67379, + "usage_id": 186 + }, + "5304.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.106, Fassadenbereich", "arch_name": "1.106@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69562", - "roomcode": "5304.01.106", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67389", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69562, + "usage_id": 222 + }, + "5304.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.107, Geschirrr\u00fcckgabe", "arch_name": "1.107@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67389", - "roomcode": "5304.01.107", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67375", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67389, + "usage_id": 186 + }, + "5304.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.108, Flur Vorzone Treppe T3", "arch_name": "1.108@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67375", - "roomcode": "5304.01.108", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67372", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67375, + "usage_id": 222 + }, + "5304.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.109, Flur Vorzone Treppe T4", "arch_name": "1.109@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67372", - "roomcode": "5304.01.109", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67376", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67372, + "usage_id": 222 + }, + "5304.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.110, Geschirrr\u00fcckgabeniesche", "arch_name": "1.110@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67376", - "roomcode": "5304.01.110", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=69575", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67376, + "usage_id": 186 + }, + "5304.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.111, Geschirrr\u00fcckgabeniesche", "arch_name": "1.111@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69575", - "roomcode": "5304.01.111", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=69585", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69575, + "usage_id": 186 + }, + "5304.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.112, Stufengang Foyer", "arch_name": "1.112@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69585", - "roomcode": "5304.01.112", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67407", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69585, + "usage_id": 222 + }, + "5304.01.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.201, Geschirrsp\u00fcle", "arch_name": "1.201@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67407", - "roomcode": "5304.01.201", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67403", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67407, + "usage_id": 28 + }, + "5304.01.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.201A, Geschirrspenderstellfl\u00e4che", "arch_name": "1.201A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67403", - "roomcode": "5304.01.201A", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67409", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67403, + "usage_id": 186 + }, + "5304.01.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.202, Lager", "arch_name": "1.202@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67409", - "roomcode": "5304.01.202", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67410", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67409, + "usage_id": 30 + }, + "5304.01.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.203, K\u00fcchenchef", "arch_name": "1.203@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67410", - "roomcode": "5304.01.203", - "usage": 12 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67385", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67410, + "usage_id": 12 + }, + "5304.01.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.301, Geschirrsp\u00fcle", "arch_name": "1.301@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67385", - "roomcode": "5304.01.301", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67388", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67385, + "usage_id": 28 + }, + "5304.01.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.301A, Geschirrspenderfl\u00e4che", "arch_name": "1.301A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67388", - "roomcode": "5304.01.301A", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67400", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67388, + "usage_id": 186 + }, + "5304.01.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.302, Schwarzgeschirrsp\u00fcle", "arch_name": "1.302@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67400", - "roomcode": "5304.01.302", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67401", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67400, + "usage_id": 28 + }, + "5304.01.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.303, Wagenwaschplatz", "arch_name": "1.303@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67401", - "roomcode": "5304.01.303", - "usage": 209 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67382", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67401, + "usage_id": 209 + }, + "5304.01.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.304, Verbindungsflur", "arch_name": "1.304@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67382", - "roomcode": "5304.01.304", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67384", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67382, + "usage_id": 222 + }, + "5304.01.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.305, K\u00fchlzellen", "arch_name": "1.305@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67384", - "roomcode": "5304.01.305", - "usage": 199 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67383", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67384, + "usage_id": 199 + }, + "5304.01.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.306, Tageslager", "arch_name": "1.306@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67383", - "roomcode": "5304.01.306", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67392", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67383, + "usage_id": 30 + }, + "5304.01.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.307, Putzraum", "arch_name": "1.307@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67392", - "roomcode": "5304.01.307", - "usage": 205 - }, - { - "address": "Boltzmannstr. 19, 1.OG", - "address_link": "ris.einzelraum?raumkey=67393", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67392, + "usage_id": 205 + }, + "5304.01.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "1.308, ELT.", "arch_name": "1.308@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67393", - "roomcode": "5304.01.308", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67460", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67393, + "usage_id": 160 + }, + "5304.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.011, Treppenhaus T1C", "arch_name": "2.011@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67460", - "roomcode": "5304.02.011", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67461", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67460, + "usage_id": 223 + }, + "5304.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.011A, Treppenlauf T1C", "arch_name": "2.011A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67461", - "roomcode": "5304.02.011A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67464", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67461, + "usage_id": 222 + }, + "5304.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.013, Aufzugsmaschinenraum", "arch_name": "2.013@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67464", - "roomcode": "5304.02.013", - "usage": 5 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67468", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67464, + "usage_id": 5 + }, + "5304.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.014, HLS/ELT.", "arch_name": "2.014@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67468", - "roomcode": "5304.02.014", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67427", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67468, + "usage_id": 160 + }, + "5304.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.022, Treppenhaus T2b", "arch_name": "2.022@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67427", - "roomcode": "5304.02.022", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67428", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67427, + "usage_id": 223 + }, + "5304.02.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.022A, Treppenlauf T2b", "arch_name": "2.022A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67428", - "roomcode": "5304.02.022A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67453", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67428, + "usage_id": 222 + }, + "5304.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.023, Aufzugsmaschinenraum", "arch_name": "2.023@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67453", - "roomcode": "5304.02.023", - "usage": 5 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67454", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67453, + "usage_id": 5 + }, + "5304.02.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.024, Personenaufzug", "arch_name": "2.024@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67454", - "roomcode": "5304.02.024", - "usage": 4 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67449", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67454, + "usage_id": 4 + }, + "5304.02.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.026, Flur", "arch_name": "2.026@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67449", - "roomcode": "5304.02.026", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67452", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67449, + "usage_id": 222 + }, + "5304.02.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.028, Aufzugmaschienenraum", "arch_name": "2.028@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67452", - "roomcode": "5304.02.028", - "usage": 5 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=69561", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67452, + "usage_id": 5 + }, + "5304.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.030, Schacht", "arch_name": "2.030@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69561", - "roomcode": "5304.02.030", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67472", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69561, + "usage_id": 120 + }, + "5304.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.101, Technik erh\u00f6hter Bereich", "arch_name": "2.101@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67472", - "roomcode": "5304.02.101", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67471", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67472, + "usage_id": 120 + }, + "5304.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.102, Technik niedriger Bereich", "arch_name": "2.102@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67471", - "roomcode": "5304.02.102", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=69577", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67471, + "usage_id": 120 + }, + "5304.02.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.103, Technikbalkon", "arch_name": "2.103@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69577", - "roomcode": "5304.02.103", - "usage": 206 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67470", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69577, + "usage_id": 206 + }, + "5304.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.201, Flur", "arch_name": "2.201@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67470", - "roomcode": "5304.02.201", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67458", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67470, + "usage_id": 222 + }, + "5304.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.202, EDV", "arch_name": "2.202@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67458", - "roomcode": "5304.02.202", - "usage": 207 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67459", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67458, + "usage_id": 207 + }, + "5304.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.203, ELT.", "arch_name": "2.203@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67459", - "roomcode": "5304.02.203", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67467", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67459, + "usage_id": 160 + }, + "5304.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.204, Technik", "arch_name": "2.204@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67467", - "roomcode": "5304.02.204", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67466", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67467, + "usage_id": 120 + }, + "5304.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.205, Kleink\u00e4ltemaschinen", "arch_name": "2.205@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67466", - "roomcode": "5304.02.205", - "usage": 32 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67469", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67466, + "usage_id": 32 + }, + "5304.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.206, RWA", "arch_name": "2.206@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67469", - "roomcode": "5304.02.206", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=69576", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67469, + "usage_id": 120 + }, + "5304.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.207, Flur", "arch_name": "2.207@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69576", - "roomcode": "5304.02.207", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=69586", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69576, + "usage_id": 222 + }, + "5304.02.300": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.300, ZBV", "arch_name": "2.300@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69586", - "roomcode": "5304.02.300", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67426", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69586, + "usage_id": 30 + }, + "5304.02.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.301, Flur", "arch_name": "2.301@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67426", - "roomcode": "5304.02.301", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67429", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67426, + "usage_id": 222 + }, + "5304.02.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.302, ELT.", "arch_name": "2.302@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67429", - "roomcode": "5304.02.302", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67425", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67429, + "usage_id": 160 + }, + "5304.02.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.303, EDV", "arch_name": "2.303@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67425", - "roomcode": "5304.02.303", - "usage": 207 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67440", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67425, + "usage_id": 207 + }, + "5304.02.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.304, Stuhllager", "arch_name": "2.304@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67440", - "roomcode": "5304.02.304", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67441", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67440, + "usage_id": 30 + }, + "5304.02.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.305, Ger\u00e4te- u. Geschirrlager", "arch_name": "2.305@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67441", - "roomcode": "5304.02.305", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67438", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67441, + "usage_id": 30 + }, + "5304.02.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.306, ELT.", "arch_name": "2.306@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67438", - "roomcode": "5304.02.306", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67439", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67438, + "usage_id": 160 + }, + "5304.02.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.307, ELT.", "arch_name": "2.307@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67439", - "roomcode": "5304.02.307", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67446", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67439, + "usage_id": 160 + }, + "5304.02.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.308, Flur", "arch_name": "2.308@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67446", - "roomcode": "5304.02.308", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67450", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67446, + "usage_id": 222 + }, + "5304.02.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.309, WC-Herren", "arch_name": "2.309@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67450", - "roomcode": "5304.02.309", - "usage": 115 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67451", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67450, + "usage_id": 115 + }, + "5304.02.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.310, WC-Damen", "arch_name": "2.310@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67451", - "roomcode": "5304.02.310", - "usage": 116 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67445", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67451, + "usage_id": 116 + }, + "5304.02.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.311, ZBV", "arch_name": "2.311@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67445", - "roomcode": "5304.02.311", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67448", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67445, + "usage_id": 30 + }, + "5304.02.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.312, Verbingungsflur, hoher Bereich", "arch_name": "2.312@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67448", - "roomcode": "5304.02.312", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67447", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67448, + "usage_id": 222 + }, + "5304.02.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.313, Verbingungsflur, niedriger Bereich", "arch_name": "2.313@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67447", - "roomcode": "5304.02.313", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 2.OG", - "address_link": "ris.einzelraum?raumkey=67444", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67447, + "usage_id": 222 + }, + "5304.02.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "2.314, Technik", "arch_name": "2.314@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67444", - "roomcode": "5304.02.314", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67089", + "area_id": 30, + "building_id": 2009, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67444, + "usage_id": 120 + }, + "5304.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.011, Treppenhaus T1", "arch_name": "0.011@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67089", - "roomcode": "5304.EG.011", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67094", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67089, + "usage_id": 223 + }, + "5304.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.013, Aufzug", "arch_name": "0.013@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67094", - "roomcode": "5304.EG.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67092", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67094, + "usage_id": 4 + }, + "5304.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.014, Putzraum Cafeteria", "arch_name": "0.014@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67092", - "roomcode": "5304.EG.014", - "usage": 205 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69563", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67092, + "usage_id": 205 + }, + "5304.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.015, Treppenhaus T1b", "arch_name": "0.015@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69563", - "roomcode": "5304.EG.015", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69588", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69563, + "usage_id": 223 + }, + "5304.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.016, Technikraum Cafeteria", "arch_name": "0.016@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69588", - "roomcode": "5304.EG.016", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67060", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69588, + "usage_id": 120 + }, + "5304.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.021, Treppenhaus T2a", "arch_name": "0.021@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67060", - "roomcode": "5304.EG.021", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67062", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67060, + "usage_id": 223 + }, + "5304.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.022, TreppenlaufT2b", "arch_name": "0.022@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67062", - "roomcode": "5304.EG.022", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67066", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67062, + "usage_id": 223 + }, + "5304.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.023, Aufzug", "arch_name": "0.023@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67066", - "roomcode": "5304.EG.023", - "usage": 4 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67067", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67066, + "usage_id": 4 + }, + "5304.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.024, Aufzug", "arch_name": "0.024@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67067", - "roomcode": "5304.EG.024", - "usage": 4 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67061", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67067, + "usage_id": 4 + }, + "5304.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.025, Lager", "arch_name": "0.025@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67061", - "roomcode": "5304.EG.025", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67065", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67061, + "usage_id": 30 + }, + "5304.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.026, Flur", "arch_name": "0.026@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67065", - "roomcode": "5304.EG.026", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67063", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67065, + "usage_id": 222 + }, + "5304.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.027, Flur", "arch_name": "0.027@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67063", - "roomcode": "5304.EG.027", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67357", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67063, + "usage_id": 222 + }, + "5304.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.031, Treppe", "arch_name": "0.031@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67357", - "roomcode": "5304.EG.031", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67356", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67357, + "usage_id": 223 + }, + "5304.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.032, Treppenraum T3", "arch_name": "0.032@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67356", - "roomcode": "5304.EG.032", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67320", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67356, + "usage_id": 223 + }, + "5304.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.041, Treppe", "arch_name": "0.041@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67320", - "roomcode": "5304.EG.041", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67321", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67320, + "usage_id": 223 + }, + "5304.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.042, Treppenraum", "arch_name": "0.042@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67321", - "roomcode": "5304.EG.042", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67056", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67321, + "usage_id": 223 + }, + "5304.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.101, Foyer", "arch_name": "0.101@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67056", - "roomcode": "5304.EG.101", - "usage": 15 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67057", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67056, + "usage_id": 15 + }, + "5304.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.102, Infopoint", "arch_name": "0.102@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67057", - "roomcode": "5304.EG.102", - "usage": 164 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67058", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67057, + "usage_id": 164 + }, + "5304.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.103, Tressorraum", "arch_name": "0.103@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67058", - "roomcode": "5304.EG.103", - "usage": 200 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67059", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67058, + "usage_id": 200 + }, + "5304.EG.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.104, Informationsbereich", "arch_name": "0.104@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67059", - "roomcode": "5304.EG.104", - "usage": 164 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69592", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67059, + "usage_id": 164 + }, + "5304.EG.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.105, Lager", "arch_name": "0.105@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69592", - "roomcode": "5304.EG.105", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67183", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69592, + "usage_id": 30 + }, + "5304.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.201, Cafeteria", "arch_name": "0.201@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67183", - "roomcode": "5304.EG.201", - "usage": 139 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67185", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67183, + "usage_id": 139 + }, + "5304.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.202, Ausgabebereich Cafeteria", "arch_name": "0.202@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67185", - "roomcode": "5304.EG.202", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67184", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67185, + "usage_id": 28 + }, + "5304.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.203, Verteilerbereich Cafeteria", "arch_name": "0.203@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67184", - "roomcode": "5304.EG.203", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67363", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67184, + "usage_id": 28 + }, + "5304.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.204, Flur Cafeteria", "arch_name": "0.204@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67363", - "roomcode": "5304.EG.204", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67361", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67363, + "usage_id": 222 + }, + "5304.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.205, WC-Vorraum Damen / Cafeteria", "arch_name": "0.205@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67361", - "roomcode": "5304.EG.205", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67360", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67361, + "usage_id": 118 + }, + "5304.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.206, WC-Damen / Cafeteria", "arch_name": "0.206@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67360", - "roomcode": "5304.EG.206", - "usage": 116 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67362", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67360, + "usage_id": 116 + }, + "5304.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.207, Beh.-WC / Cafeteria", "arch_name": "0.207@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67362", - "roomcode": "5304.EG.207", - "usage": 117 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67359", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67362, + "usage_id": 117 + }, + "5304.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.208, WC-Vorraum Herren / Cafeteria", "arch_name": "0.208@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67359", - "roomcode": "5304.EG.208", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67358", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67359, + "usage_id": 118 + }, + "5304.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.209, WC-Herren / Cafeteria", "arch_name": "0.209@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67358", - "roomcode": "5304.EG.209", - "usage": 115 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67186", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67358, + "usage_id": 115 + }, + "5304.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.210, Geschirrsp\u00fcle Cafeteria", "arch_name": "0.210@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67186", - "roomcode": "5304.EG.210", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67187", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67186, + "usage_id": 28 + }, + "5304.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.211, K\u00fcche Cafeteria", "arch_name": "0.211@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67187", - "roomcode": "5304.EG.211", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67096", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67187, + "usage_id": 28 + }, + "5304.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.212, Lager Cafeteria", "arch_name": "0.212@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67096", - "roomcode": "5304.EG.212", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67091", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67096, + "usage_id": 30 + }, + "5304.EG.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.213, Flur Cafeteria", "arch_name": "0.213@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67091", - "roomcode": "5304.EG.213", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67098", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67091, + "usage_id": 222 + }, + "5304.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.214, Sozialraum Cafeteria", "arch_name": "0.214@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67098", - "roomcode": "5304.EG.214", - "usage": 44 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67102", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67098, + "usage_id": 44 + }, + "5304.EG.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.215, Tiefk\u00fchlraum Cafeteria", "arch_name": "0.215@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67102", - "roomcode": "5304.EG.215", - "usage": 199 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67101", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67102, + "usage_id": 199 + }, + "5304.EG.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.216, K\u00fchlraum Cafeteria", "arch_name": "0.216@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67101", - "roomcode": "5304.EG.216", - "usage": 199 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67099", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67101, + "usage_id": 199 + }, + "5304.EG.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.217, Flur Cafeteria", "arch_name": "0.217@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67099", - "roomcode": "5304.EG.217", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67103", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67099, + "usage_id": 222 + }, + "5304.EG.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.218, WC-Personal / Cafeteria", "arch_name": "0.218@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67103", - "roomcode": "5304.EG.218", - "usage": 114 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67249", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67103, + "usage_id": 114 + }, + "5304.EG.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.219, WC-Personal / Cafeteria", "arch_name": "0.219@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67249", - "roomcode": "5304.EG.219", - "usage": 114 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67154", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67249, + "usage_id": 114 + }, + "5304.EG.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.220, ELT.", "arch_name": "0.220@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67154", - "roomcode": "5304.EG.220", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67153", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67154, + "usage_id": 160 + }, + "5304.EG.221": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.221, Flur Cafeteria", "arch_name": "0.221@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67153", - "roomcode": "5304.EG.221", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69589", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67153, + "usage_id": 222 + }, + "5304.EG.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.223, ZBV Cafeteria", "arch_name": "0.223@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69589", - "roomcode": "5304.EG.223", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67270", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69589, + "usage_id": 30 + }, + "5304.EG.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.301, Personalaufenthaltsraum", "arch_name": "0.301@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67270", - "roomcode": "5304.EG.301", - "usage": 44 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67272", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67270, + "usage_id": 44 + }, + "5304.EG.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.302, Sanit\u00e4tsraum", "arch_name": "0.302@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67272", - "roomcode": "5304.EG.302", - "usage": 178 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67273", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67272, + "usage_id": 178 + }, + "5304.EG.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.303, Wasch.- Trockenraum", "arch_name": "0.303@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67273", - "roomcode": "5304.EG.303", - "usage": 210 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67269", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67273, + "usage_id": 210 + }, + "5304.EG.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.304, Lager", "arch_name": "0.304@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67269", - "roomcode": "5304.EG.304", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67274", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67269, + "usage_id": 30 + }, + "5304.EG.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.305, ELT.", "arch_name": "0.305@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67274", - "roomcode": "5304.EG.305", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67275", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67274, + "usage_id": 160 + }, + "5304.EG.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.306, Lager", "arch_name": "0.306@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67275", - "roomcode": "5304.EG.306", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67268", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67275, + "usage_id": 30 + }, + "5304.EG.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.307, Sp\u00fclmaschine", "arch_name": "0.307@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67268", - "roomcode": "5304.EG.307", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67265", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67268, + "usage_id": 28 + }, + "5304.EG.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.308, Konservenlager", "arch_name": "0.308@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67265", - "roomcode": "5304.EG.308", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67264", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67265, + "usage_id": 30 + }, + "5304.EG.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.309, Trockenwarenlager", "arch_name": "0.309@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67264", - "roomcode": "5304.EG.309", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67263", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67264, + "usage_id": 30 + }, + "5304.EG.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.310, K\u00fchlzellen", "arch_name": "0.310@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67263", - "roomcode": "5304.EG.310", - "usage": 199 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67261", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67263, + "usage_id": 199 + }, + "5304.EG.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.311, Flur", "arch_name": "0.311@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67261", - "roomcode": "5304.EG.311", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67259", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67261, + "usage_id": 222 + }, + "5304.EG.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.312, Lager", "arch_name": "0.312@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67259", - "roomcode": "5304.EG.312", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67258", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67259, + "usage_id": 30 + }, + "5304.EG.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.313, B\u00fco", "arch_name": "0.313@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67258", - "roomcode": "5304.EG.313", - "usage": 12 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67271", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67258, + "usage_id": 12 + }, + "5304.EG.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.314, Flur", "arch_name": "0.314@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67271", - "roomcode": "5304.EG.314", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67266", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67271, + "usage_id": 222 + }, + "5304.EG.315": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.315, Flur", "arch_name": "0.315@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67266", - "roomcode": "5304.EG.315", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67262", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67266, + "usage_id": 222 + }, + "5304.EG.316": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.316, Flur", "arch_name": "0.316@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67262", - "roomcode": "5304.EG.316", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67158", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67262, + "usage_id": 222 + }, + "5304.EG.317": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.317, W\u00e4schelager Herren", "arch_name": "0.317@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67158", - "roomcode": "5304.EG.317", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67159", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67158, + "usage_id": 30 + }, + "5304.EG.318": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.318, Umkleiden-Herren", "arch_name": "0.318@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67159", - "roomcode": "5304.EG.318", - "usage": 121 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67077", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67159, + "usage_id": 121 + }, + "5304.EG.319": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.319, Waschraum Herren", "arch_name": "0.319@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67077", - "roomcode": "5304.EG.319", - "usage": 210 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67076", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67077, + "usage_id": 210 + }, + "5304.EG.320": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.320, WC-Vorraum Herren", "arch_name": "0.320@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67076", - "roomcode": "5304.EG.320", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67157", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67076, + "usage_id": 118 + }, + "5304.EG.321": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.321, WC-Herren", "arch_name": "0.321@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67157", - "roomcode": "5304.EG.321", - "usage": 115 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67075", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67157, + "usage_id": 115 + }, + "5304.EG.322": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.322, W\u00e4schelager Damen", "arch_name": "0.322@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67075", - "roomcode": "5304.EG.322", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67074", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67075, + "usage_id": 30 + }, + "5304.EG.323": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.323, Umkleiden-Damen", "arch_name": "0.323@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67074", - "roomcode": "5304.EG.323", - "usage": 121 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67071", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67074, + "usage_id": 121 + }, + "5304.EG.324": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.324, Waschraum Damen", "arch_name": "0.324@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67071", - "roomcode": "5304.EG.324", - "usage": 210 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67073", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67071, + "usage_id": 210 + }, + "5304.EG.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.325, WC-Vorraum Damen", "arch_name": "0.325@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67073", - "roomcode": "5304.EG.325", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67072", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67073, + "usage_id": 118 + }, + "5304.EG.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.326, WC-Damen", "arch_name": "0.326@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67072", - "roomcode": "5304.EG.326", - "usage": 116 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67068", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67072, + "usage_id": 116 + }, + "5304.EG.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.327, K\u00fchlzellen", "arch_name": "0.327@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67068", - "roomcode": "5304.EG.327", - "usage": 199 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67069", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67068, + "usage_id": 199 + }, + "5304.EG.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.328, Verbindungsflur", "arch_name": "0.328@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67069", - "roomcode": "5304.EG.328", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67070", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67069, + "usage_id": 222 + }, + "5304.EG.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.329, Kommissionierung f. ext. vers.", "arch_name": "0.329@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67070", - "roomcode": "5304.EG.329", - "usage": 12 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67161", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67070, + "usage_id": 12 + }, + "5304.EG.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.330, Putzraum", "arch_name": "0.330@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67161", - "roomcode": "5304.EG.330", - "usage": 205 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67160", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67161, + "usage_id": 205 + }, + "5304.EG.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.331, ELT.", "arch_name": "0.331@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67160", - "roomcode": "5304.EG.331", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67254", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67160, + "usage_id": 160 + }, + "5304.EG.332": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.332, Warenannahme", "arch_name": "0.332@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67254", - "roomcode": "5304.EG.332", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67156", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67254, + "usage_id": 186 + }, + "5304.EG.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.401, Flur", "arch_name": "0.401@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67156", - "roomcode": "5304.EG.401", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67253", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67156, + "usage_id": 222 + }, + "5304.EG.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.402, Serviceraum", "arch_name": "0.402@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67253", - "roomcode": "5304.EG.402", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67241", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67253, + "usage_id": 186 + }, + "5304.EG.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.403, Beh.-WC", "arch_name": "0.403@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67241", - "roomcode": "5304.EG.403", - "usage": 117 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67240", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67241, + "usage_id": 117 + }, + "5304.EG.405": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.405, WC-Vorraum Damen", "arch_name": "0.405@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67240", - "roomcode": "5304.EG.405", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67242", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67240, + "usage_id": 118 + }, + "5304.EG.406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.406, WC-Damen", "arch_name": "0.406@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67242", - "roomcode": "5304.EG.406", - "usage": 116 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67311", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67242, + "usage_id": 116 + }, + "5304.EG.407": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.407, WC-Vorraum Herren", "arch_name": "0.407@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67311", - "roomcode": "5304.EG.407", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67313", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67311, + "usage_id": 118 + }, + "5304.EG.408": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.408, Putzraum", "arch_name": "0.408@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67313", - "roomcode": "5304.EG.408", - "usage": 205 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67245", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67313, + "usage_id": 205 + }, + "5304.EG.409": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.409, WC-Herren", "arch_name": "0.409@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67245", - "roomcode": "5304.EG.409", - "usage": 115 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67243", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67245, + "usage_id": 115 + }, + "5304.EG.410": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.410, WC-Herren", "arch_name": "0.410@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67243", - "roomcode": "5304.EG.410", - "usage": 115 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67314", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67243, + "usage_id": 115 + }, + "5304.EG.411": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.411, Zentrale Heizung", "arch_name": "0.411@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67314", - "roomcode": "5304.EG.411", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67308", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67314, + "usage_id": 160 + }, + "5304.EG.412": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.412, TW-\u00dcbergabe Wasserv.", "arch_name": "0.412@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67308", - "roomcode": "5304.EG.412", - "usage": 183 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67309", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67308, + "usage_id": 183 + }, + "5304.EG.413": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.413, ELT.", "arch_name": "0.413@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67309", - "roomcode": "5304.EG.413", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67310", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67309, + "usage_id": 160 + }, + "5304.EG.414": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.414, ELT. f. EDV", "arch_name": "0.414@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67310", - "roomcode": "5304.EG.414", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67307", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67310, + "usage_id": 160 + }, + "5304.EG.415": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.415, Flur", "arch_name": "0.415@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67307", - "roomcode": "5304.EG.415", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67251", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67307, + "usage_id": 222 + }, + "5304.EG.416": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.416, BOS", "arch_name": "0.416@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67251", - "roomcode": "5304.EG.416", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67250", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67251, + "usage_id": 120 + }, + "5304.EG.417": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.417, BMZ", "arch_name": "0.417@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67250", - "roomcode": "5304.EG.417", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67252", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67250, + "usage_id": 120 + }, + "5304.EG.418": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.418, SiBel", "arch_name": "0.418@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67252", - "roomcode": "5304.EG.418", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67244", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67252, + "usage_id": 120 + }, + "5304.EG.419": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.419, NSHV", "arch_name": "0.419@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67244", - "roomcode": "5304.EG.419", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67301", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67244, + "usage_id": 160 + }, + "5304.EG.420": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.420, Verteilerraum", "arch_name": "0.420@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67301", - "roomcode": "5304.EG.420", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67299", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67301, + "usage_id": 160 + }, + "5304.EG.421": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.421, Trafo 3", "arch_name": "0.421@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67299", - "roomcode": "5304.EG.421", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67300", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67299, + "usage_id": 160 + }, + "5304.EG.422": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.422, Trafo 2", "arch_name": "0.422@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67300", - "roomcode": "5304.EG.422", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67302", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67300, + "usage_id": 160 + }, + "5304.EG.423": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.423, Trafo 1", "arch_name": "0.423@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67302", - "roomcode": "5304.EG.423", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67303", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67302, + "usage_id": 160 + }, + "5304.EG.424": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.424, Mittelspannung", "arch_name": "0.424@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67303", - "roomcode": "5304.EG.424", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67305", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67303, + "usage_id": 160 + }, + "5304.EG.425": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.425, Hausanschluss", "arch_name": "0.425@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67305", - "roomcode": "5304.EG.425", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67304", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67305, + "usage_id": 120 + }, + "5304.EG.426": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.426, SAA HV", "arch_name": "0.426@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67304", - "roomcode": "5304.EG.426", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67306", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67304, + "usage_id": 160 + }, + "5304.EG.427": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.427, GLT", "arch_name": "0.427@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67306", - "roomcode": "5304.EG.427", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67248", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67306, + "usage_id": 160 + }, + "5304.EG.428": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.428, Flur", "arch_name": "0.428@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67248", - "roomcode": "5304.EG.428", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67246", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67248, + "usage_id": 222 + }, + "5304.EG.429": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.429, Lager", "arch_name": "0.429@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67246", - "roomcode": "5304.EG.429", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69581", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67246, + "usage_id": 30 + }, + "5304.EG.431": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.431, RLT-Zentrale", "arch_name": "0.431@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69581", - "roomcode": "5304.EG.431", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69591", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69581, + "usage_id": 120 + }, + "5304.EG.432": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.432, Flur", "arch_name": "0.432@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69591", - "roomcode": "5304.EG.432", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67355", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69591, + "usage_id": 222 + }, + "5304.EG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.501, Flur", "arch_name": "0.501@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67355", - "roomcode": "5304.EG.501", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67353", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67355, + "usage_id": 222 + }, + "5304.EG.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.502, UV ELT.", "arch_name": "0.502@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67353", - "roomcode": "5304.EG.502", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67354", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67353, + "usage_id": 160 + }, + "5304.EG.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.503, UV EDV", "arch_name": "0.503@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67354", - "roomcode": "5304.EG.503", - "usage": 207 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69579", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67354, + "usage_id": 207 + }, + "5304.EG.600": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.600, Thekenbereich CampusC.", "arch_name": "0.600@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69579", - "roomcode": "5304.EG.600", - "usage": 186 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67276", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69579, + "usage_id": 186 + }, + "5304.EG.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.601, Gastraum Campus Cneipe", "arch_name": "0.601@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67276", - "roomcode": "5304.EG.601", - "usage": 44 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67351", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67276, + "usage_id": 44 + }, + "5304.EG.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.602, Flur", "arch_name": "0.602@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67351", - "roomcode": "5304.EG.602", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67352", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67351, + "usage_id": 222 + }, + "5304.EG.603": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.603, Flur CampusC.", "arch_name": "0.603@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67352", - "roomcode": "5304.EG.603", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67349", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67352, + "usage_id": 222 + }, + "5304.EG.604": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.604, K\u00fcche CampusC.", "arch_name": "0.604@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67349", - "roomcode": "5304.EG.604", - "usage": 28 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67350", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67349, + "usage_id": 28 + }, + "5304.EG.605": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.605, Lager CampusC.", "arch_name": "0.605@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67350", - "roomcode": "5304.EG.605", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67348", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67350, + "usage_id": 30 + }, + "5304.EG.606": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.606, Flur CampusC.", "arch_name": "0.606@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67348", - "roomcode": "5304.EG.606", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67322", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67348, + "usage_id": 222 + }, + "5304.EG.607": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.607, Lager CampusC.", "arch_name": "0.607@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67322", - "roomcode": "5304.EG.607", - "usage": 30 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67315", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67322, + "usage_id": 30 + }, + "5304.EG.608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.608, WC-Vorraum Herren / CampusC.", "arch_name": "0.608@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67315", - "roomcode": "5304.EG.608", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67316", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67315, + "usage_id": 118 + }, + "5304.EG.609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.609, WC-Herren / CampusC.", "arch_name": "0.609@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67316", - "roomcode": "5304.EG.609", - "usage": 115 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67364", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67316, + "usage_id": 115 + }, + "5304.EG.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.610, Putzraum CampusC.", "arch_name": "0.610@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67364", - "roomcode": "5304.EG.610", - "usage": 205 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67312", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67364, + "usage_id": 205 + }, + "5304.EG.611": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.611, WC-Vorraum Damen / CampusC.", "arch_name": "0.611@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67312", - "roomcode": "5304.EG.611", - "usage": 118 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67317", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67312, + "usage_id": 118 + }, + "5304.EG.612": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.612, WC-Damen / CampusC.", "arch_name": "0.612@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67317", - "roomcode": "5304.EG.612", - "usage": 116 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67347", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67317, + "usage_id": 116 + }, + "5304.EG.613": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.613, WC-Personal / CampusC.", "arch_name": "0.613@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67347", - "roomcode": "5304.EG.613", - "usage": 114 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67318", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67347, + "usage_id": 114 + }, + "5304.EG.614": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.614, Umkleide Personal CampusC.", "arch_name": "0.614@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67318", - "roomcode": "5304.EG.614", - "usage": 121 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=67319", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67318, + "usage_id": 121 + }, + "5304.EG.615": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.615, Flur", "arch_name": "0.615@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67319", - "roomcode": "5304.EG.615", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69593", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67319, + "usage_id": 222 + }, + "5304.EG.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.701, Aussenbereich Campus Cneipe", "arch_name": "0.701@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69593", - "roomcode": "5304.EG.701", - "usage": 218 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69580", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69593, + "usage_id": 218 + }, + "5304.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.702, Hof", "arch_name": "0.702@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69580", - "roomcode": "5304.EG.702", - "usage": 218 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69595", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69580, + "usage_id": 218 + }, + "5304.EG.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.703, Aussenbereich Foyer", "arch_name": "0.703@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33852&cReadonly=J", - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69595", - "roomcode": "5304.EG.703", - "usage": 218 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69564", + "area_id": 30, + "building_id": 2009, + "calendar_resource_nr": 33852, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69595, + "usage_id": 218 + }, + "5304.EG.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.704, Aussenbereich Cafeteria", "arch_name": "0.704@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69564", - "roomcode": "5304.EG.704", - "usage": 218 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69590", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69564, + "usage_id": 218 + }, + "5304.EG.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.705, Aussenbereich", "arch_name": "0.705@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69590", - "roomcode": "5304.EG.705", - "usage": 219 - }, - { - "address": "Boltzmannstr. 19, EG", - "address_link": "ris.einzelraum?raumkey=69565", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69590, + "usage_id": 219 + }, + "5304.EG.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "0.706, Eingangsbereich/Aussen", "arch_name": "0.706@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69565", - "roomcode": "5304.EG.706", - "usage": 219 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67419", + "area_id": 30, + "building_id": 2009, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69565, + "usage_id": 219 + }, + "5304.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.022, Treppenhaus T2b", "arch_name": "U.022@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67419", - "roomcode": "5304.U1.022", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67420", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67419, + "usage_id": 223 + }, + "5304.U1.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.022A, Treppenlauf T2b", "arch_name": "U.022A@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67420", - "roomcode": "5304.U1.022A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67421", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67420, + "usage_id": 223 + }, + "5304.U1.022B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.022B, Treppenpodest", "arch_name": "U.022B@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67421", - "roomcode": "5304.U1.022B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=69582", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67421, + "usage_id": 223 + }, + "5304.U1.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.23, Aufzugsunterfahrt", "arch_name": "U.23@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69582", - "roomcode": "5304.U1.023", - "usage": 5 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=69583", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69582, + "usage_id": 5 + }, + "5304.U1.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.24, Aufzugsunterfahrt", "arch_name": "U.24@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69583", - "roomcode": "5304.U1.024", - "usage": 5 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67416", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69583, + "usage_id": 5 + }, + "5304.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.101, Flur", "arch_name": "U.101@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67416", - "roomcode": "5304.U1.101", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67418", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67416, + "usage_id": 222 + }, + "5304.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.102, Sprinklerzentrale", "arch_name": "U.102@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67418", - "roomcode": "5304.U1.102", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67415", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67418, + "usage_id": 120 + }, + "5304.U1.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.103, Sprinklertank", "arch_name": "U.103@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67415", - "roomcode": "5304.U1.103", - "usage": 183 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67417", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67415, + "usage_id": 183 + }, + "5304.U1.104": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67417", - "roomcode": "5304.U1.104", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67414", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67417, + "usage_id": 120 + }, + "5304.U1.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.105, ELT./HLS", "arch_name": "U.105@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67414", - "roomcode": "5304.U1.105", - "usage": 160 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67412", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67414, + "usage_id": 160 + }, + "5304.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.106, Kriechgang", "arch_name": "U.106@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67412", - "roomcode": "5304.U1.106", - "usage": 120 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=67411", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67412, + "usage_id": 120 + }, + "5304.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.107, Aufstieg", "arch_name": "U.107@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67411", - "roomcode": "5304.U1.107", - "usage": 222 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=69567", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67411, + "usage_id": 222 + }, + "5304.U1.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.201, Einbring\u00f6ffnung", "arch_name": "U.201@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69567", - "roomcode": "5304.U1.201", - "usage": 195 - }, - { - "address": "Boltzmannstr. 19, 1.UG", - "address_link": "ris.einzelraum?raumkey=69566", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69567, + "usage_id": 195 + }, + "5304.U1.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "alt_name": "U.202, Einbring\u00f6ffnung", "arch_name": "U.202@5304", - "b_area_id": 30, - "b_filter_id": 2009, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69566", - "roomcode": "5304.U1.202", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75641", + "area_id": 30, + "building_id": 2009, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69566, + "usage_id": 195 + }, + "5305.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.002, Technik Portaldrucker", "arch_name": "01.5305.002@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75641", - "roomcode": "5305.01.002", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75628", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75641, + "usage_id": 103 + }, + "5305.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.003, Pr\u00e4sentation", "arch_name": "01.5305.003@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "extended": { - "additional_description": "01.5305.003, Pr\u00e4sentation", - "address": "Lichtenbergstr. 2c(5305), 1.Obergescho\u00df", - "architect_room_nr": "01.5305.003@5305", - "area_m2": 44.62, - "building": "5305 Modulbau NDB 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75628", - "roomcode": "5305.01.003", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75633", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75628, + "usage_id": 41 + }, + "5305.01.006": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75633", - "roomcode": "5305.01.006", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75629", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75633, + "usage_id": 223 + }, + "5305.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.007, WC-Damen", "arch_name": "01.5305.007@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75629", - "roomcode": "5305.01.007", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75664", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75629, + "usage_id": 116 + }, + "5305.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.008, Putzraum", "arch_name": "01.5305.008@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75664", - "roomcode": "5305.01.008", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75630", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75664, + "usage_id": 205 + }, + "5305.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.009, WC-Herren", "arch_name": "01.5305.009@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75630", - "roomcode": "5305.01.009", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75631", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75630, + "usage_id": 115 + }, + "5305.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.011, Dusche", "arch_name": "01.5305.011@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75631", - "roomcode": "5305.01.011", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75632", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75631, + "usage_id": 113 + }, + "5305.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.013, Flur Treppenhaus", "arch_name": "01.5305.013@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75632", - "roomcode": "5305.01.013", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75671", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75632, + "usage_id": 222 + }, + "5305.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.014, Umweltanalytik", "arch_name": "01.5305.014@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75671", - "roomcode": "5305.01.014", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75642", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75671, + "usage_id": 102 + }, + "5305.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.015, Umkleide", "arch_name": "01.5305.015@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75642", - "roomcode": "5305.01.015", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75667", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75642, + "usage_id": 121 + }, + "5305.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.016, Probenvorbereitung", "arch_name": "01.5305.016@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75667", - "roomcode": "5305.01.016", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75663", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75667, + "usage_id": 102 + }, + "5305.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.017, Aufenthaltsraum", "arch_name": "01.5305.017@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75663", - "roomcode": "5305.01.017", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75665", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75663, + "usage_id": 44 + }, + "5305.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.019, Server", "arch_name": "01.5305.019@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75665", - "roomcode": "5305.01.019", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75669", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75665, + "usage_id": 207 + }, + "5305.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.020, Auswertung", "arch_name": "01.5305.020@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75669", - "roomcode": "5305.01.020", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75666", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75669, + "usage_id": 12 + }, + "5305.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.021, Drucker", "arch_name": "01.5305.021@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75666", - "roomcode": "5305.01.021", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75668", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75666, + "usage_id": 110 + }, + "5305.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.022, Flur Mitte", "arch_name": "01.5305.022@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75668", - "roomcode": "5305.01.022", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75679", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75668, + "usage_id": 222 + }, + "5305.01.024": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75679", - "roomcode": "5305.01.024", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75677", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75679, + "usage_id": 102 + }, + "5305.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.025, R\u00fcckstellproben", "arch_name": "01.5305.025@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75677", - "roomcode": "5305.01.025", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75678", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75677, + "usage_id": 30 + }, + "5305.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.027, B\u00fcro", "arch_name": "01.5305.027@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75678", - "roomcode": "5305.01.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75673", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75678, + "usage_id": 12 + }, + "5305.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.028, Spektroskopie", "arch_name": "01.5305.028@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75673", - "roomcode": "5305.01.028", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75644", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75673, + "usage_id": 194 + }, + "5305.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.029, B\u00fcro", "arch_name": "01.5305.029@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75644", - "roomcode": "5305.01.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75680", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75644, + "usage_id": 12 + }, + "5305.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.031, B\u00fcro", "arch_name": "01.5305.031@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75680", - "roomcode": "5305.01.031", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75643", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75680, + "usage_id": 12 + }, + "5305.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.032, Flur Nord", "arch_name": "01.5305.032@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75643", - "roomcode": "5305.01.032", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75672", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75643, + "usage_id": 222 + }, + "5305.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.035, Magazin", "arch_name": "01.5305.035@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75672", - "roomcode": "5305.01.035", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75646", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75672, + "usage_id": 2 + }, + "5305.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.037, Ruheraum", "arch_name": "01.5305.037@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75646", - "roomcode": "5305.01.037", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75645", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75646, + "usage_id": 44 + }, + "5305.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.038, Treppenhaus Nord", "arch_name": "01.5305.038@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75645", - "roomcode": "5305.01.038", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75681", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75645, + "usage_id": 223 + }, + "5305.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.040, Messraum", "arch_name": "01.5305.040@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75681", - "roomcode": "5305.01.040", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 1.OG", - "address_link": "ris.einzelraum?raumkey=75682", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75681, + "usage_id": 103 + }, + "5305.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "01.5305.013, Flur Treppenhaus", "arch_name": "01.5305.013@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75682", - "roomcode": "5305.01.042", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75647", + "area_id": 30, + "building_id": 3209, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75682, + "usage_id": 222 + }, + "5305.02.001": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75647", - "roomcode": "5305.02.001", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75648", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75647, + "usage_id": 102 + }, + "5305.02.002": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75648", - "roomcode": "5305.02.002", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75634", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75648, + "usage_id": 102 + }, + "5305.02.003": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75634", - "roomcode": "5305.02.003", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75683", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75634, + "usage_id": 222 + }, + "5305.02.004": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75683", - "roomcode": "5305.02.004", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75649", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75683, + "usage_id": 102 + }, + "5305.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.005, Besprechung", "arch_name": "02.5305.005@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75649", - "roomcode": "5305.02.005", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75688", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75649, + "usage_id": 196 + }, + "5305.02.006": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75688", - "roomcode": "5305.02.006", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75684", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75688, + "usage_id": 223 + }, + "5305.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.007, WC-Damen", "arch_name": "02.5305.007@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75684", - "roomcode": "5305.02.007", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75635", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75684, + "usage_id": 116 + }, + "5305.02.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.008, WC-Barrierefrei", "arch_name": "02.5305.008@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75635", - "roomcode": "5305.02.008", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75685", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75635, + "usage_id": 117 + }, + "5305.02.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.009, WC-Herren", "arch_name": "02.5305.009@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75685", - "roomcode": "5305.02.009", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75686", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75685, + "usage_id": 115 + }, + "5305.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.011, Dusche", "arch_name": "02.5305.011@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75686", - "roomcode": "5305.02.011", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75687", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75686, + "usage_id": 113 + }, + "5305.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.013, Flur Treppenhaus", "arch_name": "02.5305.013@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75687", - "roomcode": "5305.02.013", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75690", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75687, + "usage_id": 222 + }, + "5305.02.014": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75690", - "roomcode": "5305.02.014", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75689", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75690, + "usage_id": 103 + }, + "5305.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.015, Umkleide", "arch_name": "02.5305.015@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75689", - "roomcode": "5305.02.015", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75639", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75689, + "usage_id": 121 + }, + "5305.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.016, Kaliometrie Labor", "arch_name": "02.5305.016@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75639", - "roomcode": "5305.02.016", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75640", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75639, + "usage_id": 102 + }, + "5305.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.017, Aufenthalt", "arch_name": "02.5305.017@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75640", - "roomcode": "5305.02.017", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75636", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75640, + "usage_id": 196 + }, + "5305.02.018": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75636", - "roomcode": "5305.02.018", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75650", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75636, + "usage_id": 102 + }, + "5305.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.019, Drucker", "arch_name": "02.5305.019@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75650", - "roomcode": "5305.02.019", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75637", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75650, + "usage_id": 110 + }, + "5305.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.020, Analytik Labor", "arch_name": "02.5305.020@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75637", - "roomcode": "5305.02.020", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75651", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75637, + "usage_id": 102 + }, + "5305.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.021, B\u00fcro", "arch_name": "02.5305.021@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75651", - "roomcode": "5305.02.021", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75652", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75651, + "usage_id": 12 + }, + "5305.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.022, Flur Mitte", "arch_name": "02.5305.022@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75652", - "roomcode": "5305.02.022", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75638", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75652, + "usage_id": 222 + }, + "5305.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.023, B\u00fcro", "arch_name": "02.5305.023@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75638", - "roomcode": "5305.02.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75728", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75638, + "usage_id": 12 + }, + "5305.02.024": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75728", - "roomcode": "5305.02.024", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75704", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75728, + "usage_id": 103 + }, + "5305.02.026": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75704", - "roomcode": "5305.02.026", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75736", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75704, + "usage_id": 103 + }, + "5305.02.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.027, B\u00fcro", "arch_name": "02.5305.027@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75736", - "roomcode": "5305.02.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75691", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75736, + "usage_id": 12 + }, + "5305.02.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.028, M\u00f6rtellabor", "arch_name": "02.5305.028@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75691", - "roomcode": "5305.02.028", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75737", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75691, + "usage_id": 102 + }, + "5305.02.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.029, B\u00fcro", "arch_name": "02.5305.029@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75737", - "roomcode": "5305.02.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75705", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75737, + "usage_id": 12 + }, + "5305.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.032, Flur Nord", "arch_name": "02.5305.032@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75705", - "roomcode": "5305.02.032", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75706", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75705, + "usage_id": 222 + }, + "5305.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.035, Klimakammer", "arch_name": "02.5305.035@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75706", - "roomcode": "5305.02.035", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75730", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75706, + "usage_id": 30 + }, + "5305.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.038, Treppenhaus Nord", "arch_name": "02.5305.038@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75730", - "roomcode": "5305.02.038", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75692", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75730, + "usage_id": 223 + }, + "5305.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.040, Pr\u00fcfraum", "arch_name": "02.5305.040@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75692", - "roomcode": "5305.02.040", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 2.OG", - "address_link": "ris.einzelraum?raumkey=75729", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75692, + "usage_id": 103 + }, + "5305.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "02.5305.042, Flur Treppenhaus", "arch_name": "02.5305.042@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75729", - "roomcode": "5305.02.042", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75693", + "area_id": 30, + "building_id": 3209, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75729, + "usage_id": 222 + }, + "5305.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.001, Seminarraum", "arch_name": "03.5305.001@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "extended": { - "additional_description": "03.5305.001, Seminarraum", - "address": "Lichtenbergstr. 2c(5305), 3.Obergescho\u00df", - "architect_room_nr": "03.5305.001@5305", - "area_m2": 148.77, - "building": "5305 Modulbau NDB 2", - "floor_number": "3.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75693", - "roomcode": "5305.03.001", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75707", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75693, + "usage_id": 41 + }, + "5305.03.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.002, Schulungsraum", "arch_name": "03.5305.002@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "extended": { - "additional_description": "03.5305.002, Schulungsraum", - "address": "Lichtenbergstr. 2c(5305), 3.Obergescho\u00df", - "architect_room_nr": "03.5305.002@5305", - "area_m2": 39.91, - "building": "5305 Modulbau NDB 2", - "floor_number": "3.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75707", - "roomcode": "5305.03.002", - "usage": 130 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75732", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75707, + "usage_id": 130 + }, + "5305.03.003": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75732", - "roomcode": "5305.03.003", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75731", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75732, + "usage_id": 222 + }, + "5305.03.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.004, Videolabor", "arch_name": "03.5305.004@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75731", - "roomcode": "5305.03.004", - "usage": 104 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75694", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75731, + "usage_id": 104 + }, + "5305.03.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.005, Aufenthalt", "arch_name": "03.5305.005@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75694", - "roomcode": "5305.03.005", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75709", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75694, + "usage_id": 44 + }, + "5305.03.006": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75709", - "roomcode": "5305.03.006", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75695", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75709, + "usage_id": 223 + }, + "5305.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.007, WC-Damen", "arch_name": "03.5305.007@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75695", - "roomcode": "5305.03.007", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75708", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75695, + "usage_id": 116 + }, + "5305.03.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.008, Treppe Dach", "arch_name": "03.5305.008@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75708", - "roomcode": "5305.03.008", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75696", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75708, + "usage_id": 223 + }, + "5305.03.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.009, WC-Herren", "arch_name": "03.5305.009@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75696", - "roomcode": "5305.03.009", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75710", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75696, + "usage_id": 115 + }, + "5305.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.011, Dusche", "arch_name": "03.5305.011@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75710", - "roomcode": "5305.03.011", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75733", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75710, + "usage_id": 113 + }, + "5305.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.013, Flur Treppenhaus", "arch_name": "03.5305.013@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75733", - "roomcode": "5305.03.013", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75734", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75733, + "usage_id": 222 + }, + "5305.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.014, Molekularbiologie", "arch_name": "03.5305.014@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75734", - "roomcode": "5305.03.014", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75711", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75734, + "usage_id": 102 + }, + "5305.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.015, Umkleide", "arch_name": "03.5305.015@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75711", - "roomcode": "5305.03.015", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75697", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75711, + "usage_id": 121 + }, + "5305.03.016": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75697", - "roomcode": "5305.03.016", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75712", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75697, + "usage_id": 102 + }, + "5305.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.017, Drucker", "arch_name": "03.5305.017@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75712", - "roomcode": "5305.03.017", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75698", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75712, + "usage_id": 110 + }, + "5305.03.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.019, Serverraum", "arch_name": "03.5305.019@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75698", - "roomcode": "5305.03.019", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75713", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75698, + "usage_id": 207 + }, + "5305.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.021, B\u00fcro", "arch_name": "03.5305.021@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75713", - "roomcode": "5305.03.021", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75735", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75713, + "usage_id": 12 + }, + "5305.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.022, Flur Mitte", "arch_name": "03.5305.022@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75735", - "roomcode": "5305.03.022", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75714", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75735, + "usage_id": 222 + }, + "5305.03.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.023, B\u00fcro", "arch_name": "03.5305.023@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75714", - "roomcode": "5305.03.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75715", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75714, + "usage_id": 12 + }, + "5305.03.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.025, B\u00fcro", "arch_name": "03.5305.025@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75715", - "roomcode": "5305.03.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75717", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75715, + "usage_id": 12 + }, + "5305.03.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.026, Vorbereitung", "arch_name": "03.5305.026@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75717", - "roomcode": "5305.03.026", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75716", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75717, + "usage_id": 136 + }, + "5305.03.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.027, B\u00fcro", "arch_name": "03.5305.027@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75716", - "roomcode": "5305.03.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75718", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75716, + "usage_id": 12 + }, + "5305.03.028": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75718", - "roomcode": "5305.03.028", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75699", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75718, + "usage_id": 102 + }, + "5305.03.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.029, B\u00fcro", "arch_name": "03.5305.029@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75699", - "roomcode": "5305.03.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75700", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75699, + "usage_id": 12 + }, + "5305.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.031, B\u00fcro", "arch_name": "03.5305.031@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75700", - "roomcode": "5305.03.031", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75719", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75700, + "usage_id": 12 + }, + "5305.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.032, Flur Nord", "arch_name": "03.5305.032@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75719", - "roomcode": "5305.03.032", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75701", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75719, + "usage_id": 222 + }, + "5305.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.033, Sekretariat", "arch_name": "03.5305.033@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75701", - "roomcode": "5305.03.033", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75720", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75701, + "usage_id": 12 + }, + "5305.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.035, Magazin", "arch_name": "03.5305.035@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75720", - "roomcode": "5305.03.035", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75702", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75720, + "usage_id": 2 + }, + "5305.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.037, Automation", "arch_name": "03.5305.037@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75702", - "roomcode": "5305.03.037", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75721", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75702, + "usage_id": 207 + }, + "5305.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.038, Treppenhaus Nord", "arch_name": "03.5305.038@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75721", - "roomcode": "5305.03.038", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75703", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75721, + "usage_id": 223 + }, + "5305.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.040, Messraum", "arch_name": "03.5305.040@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75703", - "roomcode": "5305.03.040", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 2c, 3.OG", - "address_link": "ris.einzelraum?raumkey=75722", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75703, + "usage_id": 103 + }, + "5305.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "03.5305.042, Flur Treppenhaus", "arch_name": "03.5305.042@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75722", - "roomcode": "5305.03.042", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, DG", - "address_link": "ris.einzelraum?raumkey=75727", + "area_id": 30, + "building_id": 3209, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75722, + "usage_id": 222 + }, + "5305.DG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "04.5305.008, Treppe Dach", "arch_name": "04.5305.008@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75727", - "roomcode": "5305.DG.008", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, DG", - "address_link": "ris.einzelraum?raumkey=75723", + "area_id": 30, + "building_id": 3209, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75727, + "usage_id": 223 + }, + "5305.DG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "04.5305.009, Lager", "arch_name": "04.5305.009@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75723", - "roomcode": "5305.DG.009", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2c, DG", - "address_link": "ris.einzelraum?raumkey=75724", + "area_id": 30, + "building_id": 3209, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75723, + "usage_id": 30 + }, + "5305.DG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "04.5305.013, Flur Treppenhaus", "arch_name": "04.5305.013@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75724", - "roomcode": "5305.DG.013", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, DG", - "address_link": "ris.einzelraum?raumkey=75725", + "area_id": 30, + "building_id": 3209, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75724, + "usage_id": 222 + }, + "5305.DG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "04.5305.020, Hochbeete", "arch_name": "04.5305.020@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75725", - "roomcode": "5305.DG.020", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 2c, DG", - "address_link": "ris.einzelraum?raumkey=75726", + "area_id": 30, + "building_id": 3209, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75725, + "usage_id": 218 + }, + "5305.DG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "04.5305.030, Photovotaikanlage", "arch_name": "04.5305.030@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75726", - "roomcode": "5305.DG.030", - "usage": 217 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75619", + "area_id": 30, + "building_id": 3209, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75726, + "usage_id": 217 + }, + "5305.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.001, Steuerung", "arch_name": "00.5305.001@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75619", - "roomcode": "5305.EG.001", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75613", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75619, + "usage_id": 120 + }, + "5305.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.002, Portaldrucker", "arch_name": "00.5305.002@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75613", - "roomcode": "5305.EG.002", - "usage": 49 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75620", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75613, + "usage_id": 49 + }, + "5305.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.003, Foyer", "arch_name": "00.5305.003@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75620", - "roomcode": "5305.EG.003", - "usage": 15 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75614", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75620, + "usage_id": 15 + }, + "5305.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.004, Werkstatt", "arch_name": "00.5305.004@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75614", - "roomcode": "5305.EG.004", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75604", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75614, + "usage_id": 51 + }, + "5305.EG.006": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75604", - "roomcode": "5305.EG.006", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75598", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75604, + "usage_id": 223 + }, + "5305.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.007, Putzmittel Zentral", "arch_name": "00.5305.007@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75598", - "roomcode": "5305.EG.007", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75616", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75598, + "usage_id": 205 + }, + "5305.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.008, Aufzug Maschinenraum", "arch_name": "00.5305.008@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75616", - "roomcode": "5305.EG.008", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75599", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75616, + "usage_id": 5 + }, + "5305.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.009, Umkleide PD", "arch_name": "00.5305.009@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75599", - "roomcode": "5305.EG.009", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75600", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75599, + "usage_id": 121 + }, + "5305.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.011, WC", "arch_name": "00.5305.011@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75600", - "roomcode": "5305.EG.011", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75615", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75600, + "usage_id": 114 + }, + "5305.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.013, Flur/Treppenhaus", "arch_name": "00.5305.013@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75615", - "roomcode": "5305.EG.013", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75603", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75615, + "usage_id": 222 + }, + "5305.EG.014": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75603", - "roomcode": "5305.EG.014", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75601", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75603, + "usage_id": 32 + }, + "5305.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.015, Ofen/Abzug", "arch_name": "00.5305.015@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75601", - "roomcode": "5305.EG.015", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75602", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75601, + "usage_id": 32 + }, + "5305.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.017, SEM", "arch_name": "00.5305.017@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75602", - "roomcode": "5305.EG.017", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75653", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75602, + "usage_id": 12 + }, + "5305.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.019, Lager", "arch_name": "00.5305.019@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75653", - "roomcode": "5305.EG.019", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75674", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75653, + "usage_id": 30 + }, + "5305.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.020, Flur Zugang", "arch_name": "00.5305.020@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75674", - "roomcode": "5305.EG.020", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75654", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75674, + "usage_id": 222 + }, + "5305.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.021, Wasseraufbereitung", "arch_name": "00.5305.021@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75654", - "roomcode": "5305.EG.021", - "usage": 182 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75655", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75654, + "usage_id": 182 + }, + "5305.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.022, Flur Mitte", "arch_name": "00.5305.022@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75655", - "roomcode": "5305.EG.022", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75656", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75655, + "usage_id": 222 + }, + "5305.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.023, Heizung", "arch_name": "00.5305.023@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75656", - "roomcode": "5305.EG.023", - "usage": 54 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75658", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75656, + "usage_id": 54 + }, + "5305.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.024, Lager", "arch_name": "00.5305.024@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75658", - "roomcode": "5305.EG.024", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75657", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75658, + "usage_id": 30 + }, + "5305.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.025, K\u00e4lteversorgung", "arch_name": "00.5305.025@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75657", - "roomcode": "5305.EG.025", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75661", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75657, + "usage_id": 32 + }, + "5305.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.027, Druckluft", "arch_name": "00.5305.027@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75661", - "roomcode": "5305.EG.027", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75660", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75661, + "usage_id": 120 + }, + "5305.EG.030": { + "address": { + "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", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75660", - "roomcode": "5305.EG.030", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75626", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75660, + "usage_id": 32 + }, + "5305.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.031, BMA / BOS", "arch_name": "00.5305.031@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75626", - "roomcode": "5305.EG.031", - "usage": 202 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75659", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75626, + "usage_id": 202 + }, + "5305.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.032, Flur Nord", "arch_name": "00.5305.032@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75659", - "roomcode": "5305.EG.032", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75676", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75659, + "usage_id": 222 + }, + "5305.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.038, Treppenhaus Nord", "arch_name": "00.5305.038@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75676", - "roomcode": "5305.EG.038", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75662", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75676, + "usage_id": 223 + }, + "5305.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.040, W\u00e4schelager", "arch_name": "00.5305.040@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75662", - "roomcode": "5305.EG.040", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75675", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75662, + "usage_id": 30 + }, + "5305.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.042, Flur/Treppenhaus", "arch_name": "00.5305.042@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75675", - "roomcode": "5305.EG.042", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2c, EG", - "address_link": "ris.einzelraum?raumkey=75627", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75675, + "usage_id": 222 + }, + "5305.EG.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "alt_name": "00.5305.N064, Restm\u00fcll", "arch_name": "00.5305.N064@5305", - "b_area_id": 30, - "b_filter_id": 3209, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75627", - "roomcode": "5305.EG.064", - "usage": 216 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45702", + "area_id": 30, + "building_id": 3209, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75627, + "usage_id": 216 + }, + "5401.01.100A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21001, Lesesaal", "arch_name": "21001@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45702", - "roomcode": "5401.01.100A", - "usage": 150 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45713", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 72, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45702, + "usage_id": 150 + }, + "5401.01.100B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21002, Cafeteria", "arch_name": "21002@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45713", - "roomcode": "5401.01.100B", - "usage": 139 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45718", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45713, + "usage_id": 139 + }, + "5401.01.100C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21003, Scannerraum", "arch_name": "21003@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45718", - "roomcode": "5401.01.100C", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45729", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45718, + "usage_id": 110 + }, + "5401.01.100D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21004, Teek\u00fcche", "arch_name": "21004@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45729", - "roomcode": "5401.01.100D", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=11083", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45729, + "usage_id": 198 + }, + "5401.01.100E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21005, B\u00fcro", "arch_name": "21005@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11083", - "roomcode": "5401.01.100E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45905", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11083, + "usage_id": 12 + }, + "5401.01.100H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21006, B\u00fcro", "arch_name": "21006@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45905", - "roomcode": "5401.01.100H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45916", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45905, + "usage_id": 12 + }, + "5401.01.100J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21009, Auskunft / Sicherheitsdienst", "arch_name": "21009@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45916", - "roomcode": "5401.01.100J", - "usage": 9 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46065", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45916, + "usage_id": 9 + }, + "5401.01.100K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21002A, Cafeteria", "arch_name": "21002A@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46065", - "roomcode": "5401.01.100K", - "usage": 139 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46076", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46065, + "usage_id": 139 + }, + "5401.01.101A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 21011, Bild- und Tonregieraum", "arch_name": "21011@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46076", - "roomcode": "5401.01.101A", - "usage": 153 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46086", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46076, + "usage_id": 153 + }, + "5401.01.101B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21012, Installationsschacht", "arch_name": "21012@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46086", - "roomcode": "5401.01.101B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46095", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46086, + "usage_id": 120 + }, + "5401.01.101C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21013, Installationsschacht", "arch_name": "21013@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46095", - "roomcode": "5401.01.101C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46242", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46095, + "usage_id": 120 + }, + "5401.01.101D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21014, Treppenraum", "arch_name": "21014@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46242", - "roomcode": "5401.01.101D", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46253", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46242, + "usage_id": 223 + }, + "5401.01.101E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21015, CH-Foyer", "arch_name": "21015@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46253", - "roomcode": "5401.01.101E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46261", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46253, + "usage_id": 222 + }, + "5401.01.101F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21016, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "21016@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46261", - "roomcode": "5401.01.101F", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=46275", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46261, + "usage_id": 5 + }, + "5401.01.101G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21017, Fluchtbalkon / Laubengang", "arch_name": "21017@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46275", - "roomcode": "5401.01.101G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=23027", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46275, + "usage_id": 219 + }, + "5401.01.101H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21018, Weg", "arch_name": "21018@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23027", - "roomcode": "5401.01.101H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=23035", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23027, + "usage_id": 219 + }, + "5401.01.101I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21019, Rechenzentrum", "arch_name": "21019@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": "tvKalender.wSicht?cOrg=14874&cRes=15239&cReadonly=J", - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23035", - "roomcode": "5401.01.101I", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73853", + "area_id": 36, + "building_id": 818, + "calendar_resource_nr": 15239, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14874, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23035, + "usage_id": 207 + }, + "5401.01.101J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21010, Windfang", "arch_name": "21010@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73853", - "roomcode": "5401.01.101J", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=11195", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73853, + "usage_id": 52 + }, + "5401.01.101K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 21010, Hans-Fischer-H\u00f6rsaal", "arch_name": "21010@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12552&cReadonly=J", - "extended": { - "additional_description": "CH 21010, Hans-Fischer-H\u00f6rsaal", - "address": "Lichtenbergstr. 4(5401), 1.Obergescho\u00df", - "architect_room_nr": "21010@5401", - "area_m2": 308.18, - "building": "5401 Bibliothek, H\u00f6rsaal CH 1", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101K", - "seats": 319, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11195", - "roomcode": "5401.01.101K", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73854", + "area_id": 36, + "building_id": 818, + "calendar_resource_nr": 12552, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 319, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11195, + "usage_id": 20 + }, + "5401.01.101L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "21020, Gang, Weg im Freien", "arch_name": "21020@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73854", - "roomcode": "5401.01.101L", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=24447", + "area_id": 36, + "building_id": 818, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73854, + "usage_id": 219 + }, + "5401.EG.100A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11001, Chemielabor (K.B.,MV,750kg)", "arch_name": "11001@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24447", - "roomcode": "5401.EG.100A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46401", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24447, + "usage_id": 102 + }, + "5401.EG.100B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11002, Chemielabor (K.B.,MV,750kg)", "arch_name": "11002@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46401", - "roomcode": "5401.EG.100B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46417", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46401, + "usage_id": 102 + }, + "5401.EG.100C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11003, Messraum", "arch_name": "11003@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46417", - "roomcode": "5401.EG.100C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46567", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46417, + "usage_id": 103 + }, + "5401.EG.100D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11004, Messraum (klimatisiert)", "arch_name": "11004@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46567", - "roomcode": "5401.EG.100D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46579", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46567, + "usage_id": 103 + }, + "5401.EG.100E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11005, Messraum (klimatisiert)", "arch_name": "11005@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46579", - "roomcode": "5401.EG.100E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46594", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46579, + "usage_id": 103 + }, + "5401.EG.100F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11006, Messraum (klimatisiert)", "arch_name": "11006@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46594", - "roomcode": "5401.EG.100F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46751", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46594, + "usage_id": 103 + }, + "5401.EG.100G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11007, Physiklabor (einfach)", "arch_name": "11007@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14715", - "operator": "[ TUCHOC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46751", - "roomcode": "5401.EG.100G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=23080", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14715, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46751, + "usage_id": 103 + }, + "5401.EG.100H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11008, Physiklabor (einfach)", "arch_name": "11008@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=50738", - "operator": "[ TUCHACG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23080", - "roomcode": "5401.EG.100H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46772", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 50738, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23080, + "usage_id": 103 + }, + "5401.EG.100I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11009, Labor", "arch_name": "11009@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46772", - "roomcode": "5401.EG.100I", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73846", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46772, + "usage_id": 194 + }, + "5401.EG.100J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11010, Betriebstechn. Anlagen", "arch_name": "11010@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73846", - "roomcode": "5401.EG.100J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46788", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73846, + "usage_id": 120 + }, + "5401.EG.111E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11115, Pr\u00fcflabor", "arch_name": "11115@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46788", - "roomcode": "5401.EG.111E", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46940", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46788, + "usage_id": 194 + }, + "5401.EG.111K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11110, Technikum", "arch_name": "11110@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46940", - "roomcode": "5401.EG.111K", - "usage": 49 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46954", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46940, + "usage_id": 49 + }, + "5401.EG.112A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11125, Stromversorgung", "arch_name": "11125@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46954", - "roomcode": "5401.EG.112A", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46971", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46954, + "usage_id": 160 + }, + "5401.EG.112C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11126, Stromversorgung", "arch_name": "11126@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46971", - "roomcode": "5401.EG.112C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=64535", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46971, + "usage_id": 160 + }, + "5401.EG.112M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11120, Analyt.pr\u00e4parativchemisch. Labor", "arch_name": "11120@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=43835", - "operator": "[ TUCHPC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64535", - "roomcode": "5401.EG.112M", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73840", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43835, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64535, + "usage_id": 102 + }, + "5401.EG.112N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11121, Analyt.pr\u00e4parativchemisch.Lab.", "arch_name": "11121@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=43835", - "operator": "[ TUCHPC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73840", - "roomcode": "5401.EG.112N", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73842", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43835, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73840, + "usage_id": 102 + }, + "5401.EG.112O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11122, Treppe im Freien", "arch_name": "11122@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73842", - "roomcode": "5401.EG.112O", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44465", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73842, + "usage_id": 7 + }, + "5401.EG.113A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11139, Flur", "arch_name": "11139@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44465", - "roomcode": "5401.EG.113A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44614", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44465, + "usage_id": 222 + }, + "5401.EG.113B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11131, Treppenzugang zu 11141", "arch_name": "11131@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44614", - "roomcode": "5401.EG.113B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44627", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44614, + "usage_id": 223 + }, + "5401.EG.113C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11132, Lager", "arch_name": "11132@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44627", - "roomcode": "5401.EG.113C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44637", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44627, + "usage_id": 30 + }, + "5401.EG.113D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11133, Lager", "arch_name": "11133@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44637", - "roomcode": "5401.EG.113D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73841", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44637, + "usage_id": 30 + }, + "5401.EG.113F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11135, Lager", "arch_name": "11135@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73841", - "roomcode": "5401.EG.113F", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73845", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73841, + "usage_id": 30 + }, + "5401.EG.113G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11134, Treppe", "arch_name": "11134@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73845", - "roomcode": "5401.EG.113G", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44654", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73845, + "usage_id": 223 + }, + "5401.EG.114B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11146, Treppe", "arch_name": "11146@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44654", - "roomcode": "5401.EG.114B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44788", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44654, + "usage_id": 223 + }, + "5401.EG.114C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11147, Treppe", "arch_name": "11147@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44788", - "roomcode": "5401.EG.114C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44799", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44788, + "usage_id": 223 + }, + "5401.EG.114I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11128, Lager", "arch_name": "11128@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44799", - "roomcode": "5401.EG.114I", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44807", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44799, + "usage_id": 30 + }, + "5401.EG.114K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11140, Lesesaal/Seminarraum", "arch_name": "11140@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44807", - "roomcode": "5401.EG.114K", - "usage": 150 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73844", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44807, + "usage_id": 150 + }, + "5401.EG.114O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11156, Treppe", "arch_name": "11156@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73844", - "roomcode": "5401.EG.114O", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44818", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73844, + "usage_id": 223 + }, + "5401.EG.115A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11151, Technikraum", "arch_name": "11151@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44818", - "roomcode": "5401.EG.115A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44827", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44818, + "usage_id": 120 + }, + "5401.EG.115B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11152, Putzraum", "arch_name": "11152@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44827", - "roomcode": "5401.EG.115B", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44973", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44827, + "usage_id": 205 + }, + "5401.EG.115C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11154, Aufzug", "arch_name": "11154@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44973", - "roomcode": "5401.EG.115C", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44991", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44973, + "usage_id": 4 + }, + "5401.EG.115K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150, Lesesaal", "arch_name": "11150@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44991", - "roomcode": "5401.EG.115K", - "usage": 150 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44999", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 57, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44991, + "usage_id": 150 + }, + "5401.EG.115L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150A, Gruppenarbeitsraum", "arch_name": "11150A@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "extended": { - "additional_description": "11150A, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 4(5401), Erdgescho\u00df", - "architect_room_nr": "11150A@5401", - "area_m2": 26.64, - "building": "5401 Bibliothek, H\u00f6rsaal CH 1", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "115L", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44999", - "roomcode": "5401.EG.115L", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45148", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44999, + "usage_id": 131 + }, + "5401.EG.115M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150B, Gruppenarbeitsraum", "arch_name": "11150B@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "extended": { - "additional_description": "11150B, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 4(5401), Erdgescho\u00df", - "architect_room_nr": "11150B@5401", - "area_m2": 28.15, - "building": "5401 Bibliothek, H\u00f6rsaal CH 1", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "115M", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45148", - "roomcode": "5401.EG.115M", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45157", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45148, + "usage_id": 131 + }, + "5401.EG.115N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150C, Gruppenarbeitsraum", "arch_name": "11150C@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "extended": { - "additional_description": "11150C, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 4(5401), Erdgescho\u00df", - "architect_room_nr": "11150C@5401", - "area_m2": 28.63, - "building": "5401 Bibliothek, H\u00f6rsaal CH 1", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "115N", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45157", - "roomcode": "5401.EG.115N", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72462", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45157, + "usage_id": 131 + }, + "5401.EG.115O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150D, Carrel 1", "arch_name": "11150D@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72462", - "roomcode": "5401.EG.115O", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72463", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72462, + "usage_id": 12 + }, + "5401.EG.115P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150E, Carrel 2", "arch_name": "11150E@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72463", - "roomcode": "5401.EG.115P", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72464", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72463, + "usage_id": 12 + }, + "5401.EG.115Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150F, Carrel 3", "arch_name": "11150F@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72464", - "roomcode": "5401.EG.115Q", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72465", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72464, + "usage_id": 12 + }, + "5401.EG.115R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150G, Carrel 4", "arch_name": "11150G@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72465", - "roomcode": "5401.EG.115R", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72466", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72465, + "usage_id": 12 + }, + "5401.EG.115S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150H, Carrel 5", "arch_name": "11150H@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72466", - "roomcode": "5401.EG.115S", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72467", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72466, + "usage_id": 12 + }, + "5401.EG.115T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150I, Carrel 6", "arch_name": "11150I@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72467", - "roomcode": "5401.EG.115T", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72468", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72467, + "usage_id": 12 + }, + "5401.EG.115U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150J, Carrel 7", "arch_name": "11150J@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72468", - "roomcode": "5401.EG.115U", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72469", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72468, + "usage_id": 12 + }, + "5401.EG.115V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150K, Carrel 8", "arch_name": "11150K@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72469", - "roomcode": "5401.EG.115V", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72470", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72469, + "usage_id": 12 + }, + "5401.EG.115W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150L, Carrel 9", "arch_name": "11150L@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72470", - "roomcode": "5401.EG.115W", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72471", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72470, + "usage_id": 12 + }, + "5401.EG.115X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150M, Carrel 10", "arch_name": "11150M@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72471", - "roomcode": "5401.EG.115X", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=72472", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72471, + "usage_id": 12 + }, + "5401.EG.115Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11150N, Carrel 11", "arch_name": "11150N@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72472", - "roomcode": "5401.EG.115Z", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45167", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26744, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72472, + "usage_id": 12 + }, + "5401.EG.116A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11160, Heizraum", "arch_name": "11160@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45167", - "roomcode": "5401.EG.116A", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45175", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45167, + "usage_id": 201 + }, + "5401.EG.116B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11165, Flur", "arch_name": "11165@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45175", - "roomcode": "5401.EG.116B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73843", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45175, + "usage_id": 222 + }, + "5401.EG.116C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11166, Flur", "arch_name": "11166@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73843", - "roomcode": "5401.EG.116C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45190", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73843, + "usage_id": 222 + }, + "5401.EG.117A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11171, Vorbereitungsraum Chemie", "arch_name": "11171@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45190", - "roomcode": "5401.EG.117A", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45345", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45190, + "usage_id": 136 + }, + "5401.EG.117B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11172, Lehrmittelsammlung", "arch_name": "11172@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45345", - "roomcode": "5401.EG.117B", - "usage": 187 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45349", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45345, + "usage_id": 187 + }, + "5401.EG.117C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11173, B\u00fcchermagazin", "arch_name": "11173@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26744", - "operator": "[ TUZEBCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45349", - "roomcode": "5401.EG.117C", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45352", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26744, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45349, + "usage_id": 2 + }, + "5401.EG.117K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11170, Lager", "arch_name": "11170@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45352", - "roomcode": "5401.EG.117K", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45362", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14714, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45352, + "usage_id": 30 + }, + "5401.EG.118A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11181, Heizraum", "arch_name": "11181@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45362", - "roomcode": "5401.EG.118A", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73839", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45362, + "usage_id": 201 + }, + "5401.EG.118B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11180, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "11180@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73839", - "roomcode": "5401.EG.118B", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73849", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73839, + "usage_id": 201 + }, + "5401.EG.118C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11182, Treppe", "arch_name": "11182@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73849", - "roomcode": "5401.EG.118C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73850", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73849, + "usage_id": 223 + }, + "5401.EG.118E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11155, Installationsschacht", "arch_name": "11155@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73850", - "roomcode": "5401.EG.118E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73847", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73850, + "usage_id": 120 + }, + "5401.EG.118K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11184, Raumlufttechnische Anlage", "arch_name": "11184@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73847", - "roomcode": "5401.EG.118K", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45371", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73847, + "usage_id": 32 + }, + "5401.EG.119A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11190, WC-Herren Vorraum", "arch_name": "11190@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45371", - "roomcode": "5401.EG.119A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45520", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45371, + "usage_id": 118 + }, + "5401.EG.119B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11191, WC-Herren", "arch_name": "11191@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45520", - "roomcode": "5401.EG.119B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45526", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45520, + "usage_id": 115 + }, + "5401.EG.119C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11192, WC", "arch_name": "11192@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45526", - "roomcode": "5401.EG.119C", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45537", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45526, + "usage_id": 114 + }, + "5401.EG.119D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11193, WC-Damen", "arch_name": "11193@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45537", - "roomcode": "5401.EG.119D", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45548", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45537, + "usage_id": 116 + }, + "5401.EG.119E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11194, WC-Damen Vorraum", "arch_name": "11194@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45548", - "roomcode": "5401.EG.119E", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45693", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45548, + "usage_id": 118 + }, + "5401.EG.119F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11195, Flur", "arch_name": "11195@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45693", - "roomcode": "5401.EG.119F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73848", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45693, + "usage_id": 222 + }, + "5401.EG.119G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "11196, Flur", "arch_name": "11196@5401", - "b_area_id": 36, - "b_filter_id": 818, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73848", - "roomcode": "5401.EG.119G", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45027", + "area_id": 36, + "building_id": 818, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73848, + "usage_id": 222 + }, + "5402.01.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22001, WC-Damen Vorraum", "arch_name": "22001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45027", - "roomcode": "5402.01.200A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45039", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45027, + "usage_id": 118 + }, + "5402.01.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22004, WC-Herren", "arch_name": "22004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45039", - "roomcode": "5402.01.200B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45048", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45039, + "usage_id": 115 + }, + "5402.01.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22006, Putzraum", "arch_name": "22006@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45048", - "roomcode": "5402.01.200C", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45560", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45048, + "usage_id": 205 + }, + "5402.01.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22007, Installationsschacht", "arch_name": "22007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45560", - "roomcode": "5402.01.200D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=22658", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45560, + "usage_id": 120 + }, + "5402.01.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22008, Installationsschacht", "arch_name": "22008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22658", - "roomcode": "5402.01.200E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45577", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22658, + "usage_id": 120 + }, + "5402.01.200F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22009, Installationsschacht", "arch_name": "22009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45577", - "roomcode": "5402.01.200F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=59152", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45577, + "usage_id": 120 + }, + "5402.01.200G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22001A, WC-Damen", "arch_name": "22001A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59152", - "roomcode": "5402.01.200G", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73811", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59152, + "usage_id": 116 + }, + "5402.01.200H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22010A, Serverraum", "arch_name": "22010A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73811", - "roomcode": "5402.01.200H", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73813", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73811, + "usage_id": 207 + }, + "5402.01.200J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22003A, WC-Herren", "arch_name": "22003A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73813", - "roomcode": "5402.01.200J", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73818", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73813, + "usage_id": 115 + }, + "5402.01.200K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22004A, WC-Herren", "arch_name": "22004A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73818", - "roomcode": "5402.01.200K", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73814", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73818, + "usage_id": 115 + }, + "5402.01.200N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22002, Toilette f. Behinderte", "arch_name": "22002@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73814", - "roomcode": "5402.01.200N", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73812", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73814, + "usage_id": 117 + }, + "5402.01.200P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22003, WC-Herren Vorraum", "arch_name": "22003@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73812", - "roomcode": "5402.01.200P", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=45585", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73812, + "usage_id": 118 + }, + "5402.01.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22010, Installationsschacht", "arch_name": "22010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45585", - "roomcode": "5402.01.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=22674", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45585, + "usage_id": 120 + }, + "5402.01.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22011, Installationsschacht", "arch_name": "22011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22674", - "roomcode": "5402.01.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52726", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22674, + "usage_id": 120 + }, + "5402.01.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22012, Treppenraum", "arch_name": "22012@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52726", - "roomcode": "5402.01.201C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52737", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52726, + "usage_id": 223 + }, + "5402.01.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22013, Halle", "arch_name": "22013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52737", - "roomcode": "5402.01.201D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52746", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52737, + "usage_id": 222 + }, + "5402.01.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22014, Aufzug", "arch_name": "22014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52746", - "roomcode": "5402.01.201E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52757", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52746, + "usage_id": 4 + }, + "5402.01.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22015, Installationsschacht", "arch_name": "22015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52757", - "roomcode": "5402.01.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52765", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52757, + "usage_id": 120 + }, + "5402.01.201G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22016, Installationsschacht", "arch_name": "22016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52765", - "roomcode": "5402.01.201G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52906", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52765, + "usage_id": 120 + }, + "5402.01.201H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22017, Installationsschacht", "arch_name": "22017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52906", - "roomcode": "5402.01.201H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52918", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52906, + "usage_id": 120 + }, + "5402.01.201J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22019, Flur", "arch_name": "22019@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52918", - "roomcode": "5402.01.201J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52923", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52918, + "usage_id": 222 + }, + "5402.01.201K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22020, Sonderm\u00fcllzwischenlager", "arch_name": "22020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52923", - "roomcode": "5402.01.201K", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73815", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52923, + "usage_id": 214 + }, + "5402.01.201M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22022, Flur", "arch_name": "22022@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73815", - "roomcode": "5402.01.201M", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73816", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73815, + "usage_id": 222 + }, + "5402.01.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22030, Treppe im Freien", "arch_name": "22030@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73816", - "roomcode": "5402.01.202A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73810", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73816, + "usage_id": 7 + }, + "5402.01.202B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22031, Gang, Weg im Freien", "arch_name": "22031@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73810", - "roomcode": "5402.01.202B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73808", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73810, + "usage_id": 219 + }, + "5402.01.202C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22032, Gang, Weg im Freien", "arch_name": "22032@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73808", - "roomcode": "5402.01.202C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73809", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73808, + "usage_id": 219 + }, + "5402.01.202D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22034, Gang, Weg im Freien", "arch_name": "22034@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73809", - "roomcode": "5402.01.202D", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73817", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73809, + "usage_id": 219 + }, + "5402.01.202E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22035, Treppe im Freien", "arch_name": "22035@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73817", - "roomcode": "5402.01.202E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52937", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73817, + "usage_id": 7 + }, + "5402.01.210A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22101, Labor f\u00fcr chem. Arbeitsweisen", "arch_name": "22101@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52937", - "roomcode": "5402.01.210A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=52945", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52937, + "usage_id": 102 + }, + "5402.01.210B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22102, B\u00fcro", "arch_name": "22102@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52945", - "roomcode": "5402.01.210B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53083", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52945, + "usage_id": 12 + }, + "5402.01.210C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22103, Praktikum mit festem Arbeitsplatz", "arch_name": "22103@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=25564&cReadonly=J", - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53083", - "roomcode": "5402.01.210C", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53086", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 25564, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53083, + "usage_id": 212 + }, + "5402.01.210E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22105, Labor f\u00fcr chem. Arbeitsweisen", "arch_name": "22105@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53086", - "roomcode": "5402.01.210E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=10289", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53086, + "usage_id": 102 + }, + "5402.01.210F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "22106@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10289", - "roomcode": "5402.01.210F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53107", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10289, + "usage_id": 12 + }, + "5402.01.210G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22107, Praktikum mit festem Arbeitsplatz", "arch_name": "22107@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=25565&cReadonly=J", - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53107", - "roomcode": "5402.01.210G", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53117", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 25565, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53107, + "usage_id": 212 + }, + "5402.01.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22110, Flur", "arch_name": "22110@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53117", - "roomcode": "5402.01.211", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53258", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53117, + "usage_id": 222 + }, + "5402.01.220A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22201, Lager", "arch_name": "22201@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53258", - "roomcode": "5402.01.220A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=10351", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14874, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53258, + "usage_id": 30 + }, + "5402.01.220J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 22209, \u00dcbungsraum", "arch_name": "22209@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15142&cReadonly=J", - "extended": { - "additional_description": "CH 22209, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5402), 1.Obergescho\u00df", - "architect_room_nr": "22209@5402", - "area_m2": 71.34, - "building": "5402 Laborgeb\u00e4ude CH 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "220J", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10351", - "roomcode": "5402.01.220J", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73807", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 15142, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10351, + "usage_id": 131 + }, + "5402.01.221A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22202, Technologisches Labor", "arch_name": "22202@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73807", - "roomcode": "5402.01.221A", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53453", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73807, + "usage_id": 194 + }, + "5402.01.221H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22212, Flur", "arch_name": "22212@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53453", - "roomcode": "5402.01.221H", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=23162", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53453, + "usage_id": 222 + }, + "5402.01.221K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 22210, Ivar-Ugi-H\u00f6rsaal", "arch_name": "22210@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12580&cReadonly=J", - "extended": { - "additional_description": "CH 22210, Ivar-Ugi-H\u00f6rsaal", - "address": "Lichtenbergstr. 4(5402), 1.Obergescho\u00df", - "architect_room_nr": "22210@5402", - "area_m2": 140.35, - "building": "5402 Laborgeb\u00e4ude CH 2", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "221K", - "seats": 122, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23162", - "roomcode": "5402.01.221K", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53615", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 12580, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 122, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23162, + "usage_id": 20 + }, + "5402.01.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22301, Flur", "arch_name": "22301@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53615", - "roomcode": "5402.01.230", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=10397", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53615, + "usage_id": 222 + }, + "5402.01.240A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22401, Vorbereitung CH Praktikum", "arch_name": "22401@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10397", - "roomcode": "5402.01.240A", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=53629", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10397, + "usage_id": 212 + }, + "5402.01.240B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22402, Vorbereitung CH Praktikum", "arch_name": "22402@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53629", - "roomcode": "5402.01.240B", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=63165", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53629, + "usage_id": 212 + }, + "5402.01.240C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22403, CH Praktika", "arch_name": "22403@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63165", - "roomcode": "5402.01.240C", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=23259", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63165, + "usage_id": 212 + }, + "5402.01.240D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22404, CH Praktika", "arch_name": "22404@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23259", - "roomcode": "5402.01.240D", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51375", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23259, + "usage_id": 212 + }, + "5402.01.241D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "22415, Flur", "arch_name": "22415@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51375", - "roomcode": "5402.01.241D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51390", + "area_id": 36, + "building_id": 819, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51375, + "usage_id": 222 + }, + "5402.02.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32001, Putzraum", "arch_name": "32001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51390", - "roomcode": "5402.02.200A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51563", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51390, + "usage_id": 205 + }, + "5402.02.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32007, Installationsschacht", "arch_name": "32007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51563", - "roomcode": "5402.02.200D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51576", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51563, + "usage_id": 120 + }, + "5402.02.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32008, Installationsschacht", "arch_name": "32008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51576", - "roomcode": "5402.02.200E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51585", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51576, + "usage_id": 120 + }, + "5402.02.200F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32009, Installationsschacht", "arch_name": "32009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51585", - "roomcode": "5402.02.200F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51596", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51585, + "usage_id": 120 + }, + "5402.02.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32010, Installationsschacht", "arch_name": "32010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51596", - "roomcode": "5402.02.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51740", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51596, + "usage_id": 120 + }, + "5402.02.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32011, Installationsschacht", "arch_name": "32011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51740", - "roomcode": "5402.02.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51753", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51740, + "usage_id": 120 + }, + "5402.02.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32012, Treppenraum", "arch_name": "32012@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51753", - "roomcode": "5402.02.201C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51765", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51753, + "usage_id": 223 + }, + "5402.02.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32013, Halle", "arch_name": "32013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51765", - "roomcode": "5402.02.201D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51777", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51765, + "usage_id": 222 + }, + "5402.02.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32014, Aufzug", "arch_name": "32014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51777", - "roomcode": "5402.02.201E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51924", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51777, + "usage_id": 4 + }, + "5402.02.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32015, Installationsschacht", "arch_name": "32015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51924", - "roomcode": "5402.02.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51929", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51924, + "usage_id": 120 + }, + "5402.02.201G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32016, Installationsschacht", "arch_name": "32016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51929", - "roomcode": "5402.02.201G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51938", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51929, + "usage_id": 120 + }, + "5402.02.201H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32017, Installationsschacht", "arch_name": "32017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51938", - "roomcode": "5402.02.201H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51946", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51938, + "usage_id": 120 + }, + "5402.02.201J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32018, Flur", "arch_name": "32018@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51946", - "roomcode": "5402.02.201J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52083", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51946, + "usage_id": 222 + }, + "5402.02.201K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32019, Flur", "arch_name": "32019@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52083", - "roomcode": "5402.02.201K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52094", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52083, + "usage_id": 222 + }, + "5402.02.201L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32003, Server", "arch_name": "32003@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52094", - "roomcode": "5402.02.201L", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73828", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52094, + "usage_id": 207 + }, + "5402.02.201M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32020, Flur", "arch_name": "32020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73828", - "roomcode": "5402.02.201M", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73829", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73828, + "usage_id": 222 + }, + "5402.02.201N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32021, Flur", "arch_name": "32021@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73829", - "roomcode": "5402.02.201N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73831", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73829, + "usage_id": 222 + }, + "5402.02.201Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32025, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "32025@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73831", - "roomcode": "5402.02.201Q", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73834", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73831, + "usage_id": 214 + }, + "5402.02.202C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32023, Installationsraum", "arch_name": "32023@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73834", - "roomcode": "5402.02.202C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73835", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73834, + "usage_id": 120 + }, + "5402.02.202D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32024, Installationsraum", "arch_name": "32024@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73835", - "roomcode": "5402.02.202D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73836", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73835, + "usage_id": 120 + }, + "5402.02.202E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32025, Installationsraum", "arch_name": "32025@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73836", - "roomcode": "5402.02.202E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73837", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73836, + "usage_id": 120 + }, + "5402.02.202F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32026, Installationsraum", "arch_name": "32026@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73837", - "roomcode": "5402.02.202F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73832", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73837, + "usage_id": 120 + }, + "5402.02.208A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32027, Treppe im Freien", "arch_name": "32027@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73832", - "roomcode": "5402.02.208A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73821", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73832, + "usage_id": 7 + }, + "5402.02.208B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32028, Gang, Weg im Freien", "arch_name": "32028@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73821", - "roomcode": "5402.02.208B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73819", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73821, + "usage_id": 219 + }, + "5402.02.208C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32029, Gang, Weg im Freien", "arch_name": "32029@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73819", - "roomcode": "5402.02.208C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73820", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73819, + "usage_id": 219 + }, + "5402.02.208D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32030, Gang, Weg im Freien", "arch_name": "32030@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73820", - "roomcode": "5402.02.208D", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73830", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73820, + "usage_id": 219 + }, + "5402.02.208E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32028, Lager", "arch_name": "32028@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73830", - "roomcode": "5402.02.208E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73833", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73830, + "usage_id": 30 + }, + "5402.02.208F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32031, Treppe im Freien", "arch_name": "32031@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73833", - "roomcode": "5402.02.208F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52251", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73833, + "usage_id": 7 + }, + "5402.02.210A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32101, Raster-EM", "arch_name": "32101@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52251", - "roomcode": "5402.02.210A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52261", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52251, + "usage_id": 103 + }, + "5402.02.210B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32102, Teek\u00fcche", "arch_name": "32102@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52261", - "roomcode": "5402.02.210B", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52275", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52261, + "usage_id": 198 + }, + "5402.02.210C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32103@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52275", - "roomcode": "5402.02.210C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52285", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52275, + "usage_id": 12 + }, + "5402.02.210D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32104, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32104@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52285", - "roomcode": "5402.02.210D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52425", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52285, + "usage_id": 12 + }, + "5402.02.210E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32105, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32105@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52425", - "roomcode": "5402.02.210E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10013", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52425, + "usage_id": 12 + }, + "5402.02.210F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32106@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10013", - "roomcode": "5402.02.210F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10138", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10013, + "usage_id": 12 + }, + "5402.02.210G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32107, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32107@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10138", - "roomcode": "5402.02.210G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52459", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10138, + "usage_id": 12 + }, + "5402.02.210H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32108, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32108@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52459", - "roomcode": "5402.02.210H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10147", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52459, + "usage_id": 12 + }, + "5402.02.210J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32109, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32109@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10147", - "roomcode": "5402.02.210J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52616", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10147, + "usage_id": 12 + }, + "5402.02.211A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32111, Heide-Labor", "arch_name": "32111@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52616", - "roomcode": "5402.02.211A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52624", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52616, + "usage_id": 102 + }, + "5402.02.211B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32117, Flur", "arch_name": "32117@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52624", - "roomcode": "5402.02.211B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52632", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52624, + "usage_id": 222 + }, + "5402.02.211D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32114, Praktikum", "arch_name": "32114@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52632", - "roomcode": "5402.02.211D", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52775", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52632, + "usage_id": 212 + }, + "5402.02.211K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32110, Probenvorbereitung", "arch_name": "32110@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52775", - "roomcode": "5402.02.211K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52787", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52775, + "usage_id": 103 + }, + "5402.02.220A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32201, Chemielabor", "arch_name": "32201@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52787", - "roomcode": "5402.02.220A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=22799", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52787, + "usage_id": 102 + }, + "5402.02.220B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32203, Org. Ch./Partikellab.", "arch_name": "32203@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22799", - "roomcode": "5402.02.220B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73824", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22799, + "usage_id": 102 + }, + "5402.02.220C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32202, B\u00fcro", "arch_name": "32202@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73824", - "roomcode": "5402.02.220C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=17898", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73824, + "usage_id": 12 + }, + "5402.02.220D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32205, Analyt. Messlab.", "arch_name": "32205@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17898", - "roomcode": "5402.02.220D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73822", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17898, + "usage_id": 102 + }, + "5402.02.220E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32206, B\u00fcro", "arch_name": "32206@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73822", - "roomcode": "5402.02.220E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=72010", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73822, + "usage_id": 12 + }, + "5402.02.220I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32208, Autoklavenraum", "arch_name": "32208@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72010", - "roomcode": "5402.02.220I", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73823", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72010, + "usage_id": 194 + }, + "5402.02.220K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32204, B\u00fcro", "arch_name": "32204@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73823", - "roomcode": "5402.02.220K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=52975", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73823, + "usage_id": 12 + }, + "5402.02.221B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32212, Chemielabor S1", "arch_name": "32212@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52975", - "roomcode": "5402.02.221B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=18074", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52975, + "usage_id": 102 + }, + "5402.02.221C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32213, Chemielabor S1-REM", "arch_name": "32213@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18074", - "roomcode": "5402.02.221C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=72009", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18074, + "usage_id": 102 + }, + "5402.02.221D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32214, Chemielabor S1-REM", "arch_name": "32214@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72009", - "roomcode": "5402.02.221D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73825", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72009, + "usage_id": 102 + }, + "5402.02.221F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32215, B\u00fcro", "arch_name": "32215@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73825", - "roomcode": "5402.02.221F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73827", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73825, + "usage_id": 12 + }, + "5402.02.221G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32214A, Vorraum", "arch_name": "32214A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73827", - "roomcode": "5402.02.221G", - "usage": 50 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=17793", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73827, + "usage_id": 50 + }, + "5402.02.221K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32210, Labor", "arch_name": "32210@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17793", - "roomcode": "5402.02.221K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73826", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17793, + "usage_id": 102 + }, + "5402.02.221L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32213A, B\u00fcro", "arch_name": "32213A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73826", - "roomcode": "5402.02.221L", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=53141", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73826, + "usage_id": 12 + }, + "5402.02.222": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32220, Flur", "arch_name": "32220@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53141", - "roomcode": "5402.02.222", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10337", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53141, + "usage_id": 222 + }, + "5402.02.230A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32301, WC-Unisex", "arch_name": "32301@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10337", - "roomcode": "5402.02.230A", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10339", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10337, + "usage_id": 114 + }, + "5402.02.230B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32302, Office 1", "arch_name": "32302@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10339", - "roomcode": "5402.02.230B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=53304", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50237, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10339, + "usage_id": 12 + }, + "5402.02.230C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32303, Office 2", "arch_name": "32303@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53304", - "roomcode": "5402.02.230C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10371", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50237, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53304, + "usage_id": 12 + }, + "5402.02.230D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32304, Computational Office", "arch_name": "32304@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10371", - "roomcode": "5402.02.230D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10377", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50237, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10371, + "usage_id": 12 + }, + "5402.02.230H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32308, Seminarraum/K\u00fcche", "arch_name": "32308@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "extended": { - "additional_description": "32308, Seminarraum/K\u00fcche", - "address": "Lichtenbergstr. 4(5402), 2.Obergescho\u00df", - "architect_room_nr": "32308@5402", - "area_m2": 55.86, - "building": "5402 Laborgeb\u00e4ude CH 2", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "230H", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10377", - "roomcode": "5402.02.230H", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10381", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50237, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10377, + "usage_id": 41 + }, + "5402.02.230J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32309, Sekretariat Office", "arch_name": "32309@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10381", - "roomcode": "5402.02.230J", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=53481", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50237, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10381, + "usage_id": 40 + }, + "5402.02.231A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32311, Conferenc Room", "arch_name": "32311@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53481", - "roomcode": "5402.02.231A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=53495", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50237, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53481, + "usage_id": 196 + }, + "5402.02.231B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32312, Flur", "arch_name": "32312@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53495", - "roomcode": "5402.02.231B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=10430", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53495, + "usage_id": 222 + }, + "5402.02.231K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32310, B\u00fcro Office", "arch_name": "32310@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10430", - "roomcode": "5402.02.231K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75958", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 50237, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10430, + "usage_id": 12 + }, + "5402.02.242A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32401, Cell Culture 1", "arch_name": "32401@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75958", - "roomcode": "5402.02.242A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75972", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75958, + "usage_id": 102 + }, + "5402.02.242B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32402, Cell Culture Storage", "arch_name": "32402@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75972", - "roomcode": "5402.02.242B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75930", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75972, + "usage_id": 30 + }, + "5402.02.242C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32403, Biochemistry Storage", "arch_name": "32403@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75930", - "roomcode": "5402.02.242C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75931", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75930, + "usage_id": 30 + }, + "5402.02.242D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32404, Changing Room", "arch_name": "32404@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75931", - "roomcode": "5402.02.242D", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75932", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75931, + "usage_id": 121 + }, + "5402.02.242E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32405, Synthesis 1", "arch_name": "32405@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75932", - "roomcode": "5402.02.242E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75933", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75932, + "usage_id": 102 + }, + "5402.02.242F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32406, Synthesis 1", "arch_name": "32406@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75933", - "roomcode": "5402.02.242F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75934", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75933, + "usage_id": 102 + }, + "5402.02.242G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32407, Synthesis 1", "arch_name": "32407@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75934", - "roomcode": "5402.02.242G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75935", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75934, + "usage_id": 102 + }, + "5402.02.242H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32408, Synthesis 2", "arch_name": "32408@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75935", - "roomcode": "5402.02.242H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75936", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75935, + "usage_id": 102 + }, + "5402.02.242I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32409, Synthesis 2", "arch_name": "32409@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75936", - "roomcode": "5402.02.242I", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75937", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75936, + "usage_id": 102 + }, + "5402.02.242J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32410, Biochemistry", "arch_name": "32410@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75937", - "roomcode": "5402.02.242J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75938", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75937, + "usage_id": 102 + }, + "5402.02.242K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32411, Biochemistry", "arch_name": "32411@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75938", - "roomcode": "5402.02.242K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75939", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75938, + "usage_id": 102 + }, + "5402.02.242L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32412, Analytics", "arch_name": "32412@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75939", - "roomcode": "5402.02.242L", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75941", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75939, + "usage_id": 102 + }, + "5402.02.242M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32413, Analytics", "arch_name": "32413@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75941", - "roomcode": "5402.02.242M", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75940", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75941, + "usage_id": 102 + }, + "5402.02.242N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32414, Changing Room", "arch_name": "32414@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75940", - "roomcode": "5402.02.242N", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75942", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75940, + "usage_id": 121 + }, + "5402.02.242Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32415, Analytics Storage", "arch_name": "32415@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75942", - "roomcode": "5402.02.242Q", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75945", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75942, + "usage_id": 30 + }, + "5402.02.242R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32416, MSR", "arch_name": "32416@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75945", - "roomcode": "5402.02.242R", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75943", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75945, + "usage_id": 120 + }, + "5402.02.242T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32418, Cell Culture 2", "arch_name": "32418@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75943", - "roomcode": "5402.02.242T", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=75944", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75943, + "usage_id": 102 + }, + "5402.02.242U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32419, Flur", "arch_name": "32419@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=50237", - "operator": "[ TUCHACE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75944", - "roomcode": "5402.02.242U", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51237", + "area_id": 36, + "building_id": 819, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 50237, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75944, + "usage_id": 222 + }, + "5402.03.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42001, Putzraum", "arch_name": "42001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51237", - "roomcode": "5402.03.200A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51250", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51237, + "usage_id": 205 + }, + "5402.03.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42003, WC-Herren", "arch_name": "42003@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51250", - "roomcode": "5402.03.200B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51261", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51250, + "usage_id": 115 + }, + "5402.03.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42005, WC-Damen", "arch_name": "42005@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51261", - "roomcode": "5402.03.200C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51273", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51261, + "usage_id": 116 + }, + "5402.03.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42007, Installationsschacht", "arch_name": "42007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51273", - "roomcode": "5402.03.200D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51420", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51273, + "usage_id": 120 + }, + "5402.03.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42008, Installationsschacht", "arch_name": "42008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51420", - "roomcode": "5402.03.200E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51430", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51420, + "usage_id": 120 + }, + "5402.03.200F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42009, Installationsschacht", "arch_name": "42009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51430", - "roomcode": "5402.03.200F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73775", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51430, + "usage_id": 120 + }, + "5402.03.200G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42002, WC-Herren Vorraum", "arch_name": "42002@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73775", - "roomcode": "5402.03.200G", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73774", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73775, + "usage_id": 118 + }, + "5402.03.200H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42004, WC-Damen Vorraum", "arch_name": "42004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73774", - "roomcode": "5402.03.200H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73778", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73774, + "usage_id": 118 + }, + "5402.03.200K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42006, WC-Herren", "arch_name": "42006@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73778", - "roomcode": "5402.03.200K", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51439", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73778, + "usage_id": 115 + }, + "5402.03.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42010, Installationsschacht", "arch_name": "42010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51439", - "roomcode": "5402.03.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51450", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51439, + "usage_id": 120 + }, + "5402.03.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42011, Installationsschacht", "arch_name": "42011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51450", - "roomcode": "5402.03.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51603", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51450, + "usage_id": 120 + }, + "5402.03.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42012, Treppenraum", "arch_name": "42012@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51603", - "roomcode": "5402.03.201C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51613", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51603, + "usage_id": 223 + }, + "5402.03.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42013, Halle", "arch_name": "42013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51613", - "roomcode": "5402.03.201D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51626", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51613, + "usage_id": 222 + }, + "5402.03.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42014, Aufzug", "arch_name": "42014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51626", - "roomcode": "5402.03.201E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51638", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51626, + "usage_id": 4 + }, + "5402.03.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42015, Installationsschacht", "arch_name": "42015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51638", - "roomcode": "5402.03.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51649", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51638, + "usage_id": 120 + }, + "5402.03.201G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42016, Installationsschacht", "arch_name": "42016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51649", - "roomcode": "5402.03.201G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51788", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51649, + "usage_id": 120 + }, + "5402.03.201H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42017, Installationsschacht", "arch_name": "42017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51788", - "roomcode": "5402.03.201H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51799", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51788, + "usage_id": 120 + }, + "5402.03.201J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42018, Weg", "arch_name": "42018@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51799", - "roomcode": "5402.03.201J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51805", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51799, + "usage_id": 219 + }, + "5402.03.201K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42019, Fluchtbalkon", "arch_name": "42019@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51805", - "roomcode": "5402.03.201K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51818", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51805, + "usage_id": 219 + }, + "5402.03.201L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42013, Sonderm\u00fcllzwischenlager", "arch_name": "42013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51818", - "roomcode": "5402.03.201L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73772", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51818, + "usage_id": 214 + }, + "5402.03.201M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42020, Flur", "arch_name": "42020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73772", - "roomcode": "5402.03.201M", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73771", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73772, + "usage_id": 222 + }, + "5402.03.201N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42021, Flur", "arch_name": "42021@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73771", - "roomcode": "5402.03.201N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73769", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73771, + "usage_id": 222 + }, + "5402.03.201P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42018, Flur", "arch_name": "42018@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73769", - "roomcode": "5402.03.201P", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73770", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73769, + "usage_id": 222 + }, + "5402.03.201Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42019, Flur", "arch_name": "42019@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73770", - "roomcode": "5402.03.201Q", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51952", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73770, + "usage_id": 222 + }, + "5402.03.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42020, Fluchtbalkon", "arch_name": "42020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51952", - "roomcode": "5402.03.202A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51964", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51952, + "usage_id": 219 + }, + "5402.03.202B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42021, Fluchtbalkon", "arch_name": "42021@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51964", - "roomcode": "5402.03.202B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73776", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51964, + "usage_id": 219 + }, + "5402.03.208A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42025, Treppe im Freien", "arch_name": "42025@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73776", - "roomcode": "5402.03.208A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73777", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73776, + "usage_id": 7 + }, + "5402.03.208F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42030, Treppe im Freien", "arch_name": "42030@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73777", - "roomcode": "5402.03.208F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51977", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73777, + "usage_id": 7 + }, + "5402.03.210A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42101, B\u00fcro", "arch_name": "42101@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51977", - "roomcode": "5402.03.210A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10735", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51977, + "usage_id": 12 + }, + "5402.03.210B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42102, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42102@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10735", - "roomcode": "5402.03.210B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10738", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10735, + "usage_id": 12 + }, + "5402.03.210C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42103@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10738", - "roomcode": "5402.03.210C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10741", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10738, + "usage_id": 12 + }, + "5402.03.210D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42104, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42104@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10741", - "roomcode": "5402.03.210D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10038", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10741, + "usage_id": 12 + }, + "5402.03.210E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42105, Arbeitsraum/mit Besp.Grp.", "arch_name": "42105@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10038", - "roomcode": "5402.03.210E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10041", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10038, + "usage_id": 12 + }, + "5402.03.210F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42106@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10041", - "roomcode": "5402.03.210F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52304", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10041, + "usage_id": 12 + }, + "5402.03.210G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42107, Chemielabor (KNSTL.B.,MV)", "arch_name": "42107@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52304", - "roomcode": "5402.03.210G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=23846", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52304, + "usage_id": 102 + }, + "5402.03.210H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42108, Chemielabor (KNSTL.B.,MV)", "arch_name": "42108@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23846", - "roomcode": "5402.03.210H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52326", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23846, + "usage_id": 102 + }, + "5402.03.211J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42112, Flur", "arch_name": "42112@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52326", - "roomcode": "5402.03.211J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=23862", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52326, + "usage_id": 222 + }, + "5402.03.211K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42110, Chemielabor (KNSTL.B.,MV)", "arch_name": "42110@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23862", - "roomcode": "5402.03.211K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=23950", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23862, + "usage_id": 102 + }, + "5402.03.220A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42201, Chemielabor", "arch_name": "42201@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23950", - "roomcode": "5402.03.220A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52491", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23950, + "usage_id": 102 + }, + "5402.03.220C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42203, Chemielabor", "arch_name": "42203@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52491", - "roomcode": "5402.03.220C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=23964", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52491, + "usage_id": 102 + }, + "5402.03.220D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42204, Elektronikwerkstatt 4/50,5/50", "arch_name": "42204@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23964", - "roomcode": "5402.03.220D", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10051", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23964, + "usage_id": 51 + }, + "5402.03.220F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42206, Aufenthaltsraum", "arch_name": "42206@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=14711&cRes=26671&cReadonly=J", - "list_index": "223", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10051", - "roomcode": "5402.03.220F", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=18305", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 26671, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10051, + "usage_id": 44 + }, + "5402.03.220G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42207, Chemielabor / Analyse / Pr\u00e4p.", "arch_name": "42207@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18305", - "roomcode": "5402.03.220G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=24053", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18305, + "usage_id": 102 + }, + "5402.03.220J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42209, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42209@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=24053", - "roomcode": "5402.03.220J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52670", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 24053, + "usage_id": 12 + }, + "5402.03.221A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42211, Lager", "arch_name": "42211@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52670", - "roomcode": "5402.03.221A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52818", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52670, + "usage_id": 30 + }, + "5402.03.221B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42212, Server", "arch_name": "42212@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52818", - "roomcode": "5402.03.221B", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52833", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52818, + "usage_id": 207 + }, + "5402.03.221C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42213, Labor", "arch_name": "42213@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52833", - "roomcode": "5402.03.221C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52849", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52833, + "usage_id": 102 + }, + "5402.03.221E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42215, B\u00fcro", "arch_name": "42215@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52849", - "roomcode": "5402.03.221E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52997", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52849, + "usage_id": 12 + }, + "5402.03.221G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42217, EDV-Raum (ohne Fenster)", "arch_name": "42217@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52997", - "roomcode": "5402.03.221G", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53015", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52997, + "usage_id": 207 + }, + "5402.03.221H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42218, Lager", "arch_name": "42218@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53015", - "roomcode": "5402.03.221H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53024", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53015, + "usage_id": 30 + }, + "5402.03.221J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42219, Glove-Box", "arch_name": "42219@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53024", - "roomcode": "5402.03.221J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=17701", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53024, + "usage_id": 102 + }, + "5402.03.221K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42210, B\u00fcro", "arch_name": "42210@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17701", - "roomcode": "5402.03.221K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53180", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17701, + "usage_id": 12 + }, + "5402.03.222C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42223, Chemikalienlabor (ohne Fenster)", "arch_name": "42223@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53180", - "roomcode": "5402.03.222C", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53189", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53180, + "usage_id": 132 + }, + "5402.03.222E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42225, Lager (ohne Fenster)", "arch_name": "42225@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53189", - "roomcode": "5402.03.222E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53342", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53189, + "usage_id": 30 + }, + "5402.03.222G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42227, R\u00f6ntgen", "arch_name": "42227@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53342", - "roomcode": "5402.03.222G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53351", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53342, + "usage_id": 103 + }, + "5402.03.223A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42231, Chemielabor", "arch_name": "42231@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53351", - "roomcode": "5402.03.223A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10238", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53351, + "usage_id": 102 + }, + "5402.03.223B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42232, Arbeitsraum/mit Besp.Grp.", "arch_name": "42232@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10238", - "roomcode": "5402.03.223B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10246", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10238, + "usage_id": 12 + }, + "5402.03.223C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42233, Arbeitsraum/mit Besp.Grp.", "arch_name": "42233@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10246", - "roomcode": "5402.03.223C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=22854", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10246, + "usage_id": 12 + }, + "5402.03.223D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42234, Chemielabor", "arch_name": "42234@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=22854", - "roomcode": "5402.03.223D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10306", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 22854, + "usage_id": 102 + }, + "5402.03.223E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42235, B\u00fcro", "arch_name": "42235@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10306", - "roomcode": "5402.03.223E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10310", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10306, + "usage_id": 12 + }, + "5402.03.223F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42236, B\u00fcro", "arch_name": "42236@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10310", - "roomcode": "5402.03.223F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53548", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10310, + "usage_id": 12 + }, + "5402.03.223G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42237, Chemielabor", "arch_name": "42237@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53548", - "roomcode": "5402.03.223G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10317", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53548, + "usage_id": 102 + }, + "5402.03.223H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42238, B\u00fcro", "arch_name": "42238@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10317", - "roomcode": "5402.03.223H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53691", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10317, + "usage_id": 12 + }, + "5402.03.223J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42239, B\u00fcro / Vermietung BTA/LGA", "arch_name": "42239@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53691", - "roomcode": "5402.03.223J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53702", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53691, + "usage_id": 12 + }, + "5402.03.224A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42240, Flur", "arch_name": "42240@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53702", - "roomcode": "5402.03.224A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53717", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53702, + "usage_id": 222 + }, + "5402.03.224B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42241, Flur", "arch_name": "42241@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53717", - "roomcode": "5402.03.224B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73768", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53717, + "usage_id": 222 + }, + "5402.03.224C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42242, Flur", "arch_name": "42242@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73768", - "roomcode": "5402.03.224C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73767", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73768, + "usage_id": 222 + }, + "5402.03.224D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42243, Flur", "arch_name": "42243@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73767", - "roomcode": "5402.03.224D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53852", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73767, + "usage_id": 222 + }, + "5402.03.230A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42301, FL\u00dcSSIGKEITS-CHROMATOGRAFIE", "arch_name": "42301@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53852", - "roomcode": "5402.03.230A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10398", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53852, + "usage_id": 103 + }, + "5402.03.230B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42302, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42302@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10398", - "roomcode": "5402.03.230B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10402", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10398, + "usage_id": 12 + }, + "5402.03.230C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42303, Arbeitsraum/mit Besp.Grp.", "arch_name": "42303@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10402", - "roomcode": "5402.03.230C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10407", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10402, + "usage_id": 12 + }, + "5402.03.230D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42304, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42304@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10407", - "roomcode": "5402.03.230D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53892", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10407, + "usage_id": 12 + }, + "5402.03.230E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42305, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42305@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53892", - "roomcode": "5402.03.230E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10414", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53892, + "usage_id": 12 + }, + "5402.03.230F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42306, \u00dcbungsraum", "arch_name": "42306@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=14711&cRes=15143&cReadonly=J", - "extended": { - "additional_description": "42306, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5402), 3.Obergescho\u00df", - "architect_room_nr": "42306@5402", - "area_m2": 39.26, - "building": "5402 Laborgeb\u00e4ude CH 2", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "230F", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10414", - "roomcode": "5402.03.230F", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51297", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 15143, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10414, + "usage_id": 131 + }, + "5402.03.230H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42308, Bibliothek", "arch_name": "42308@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51297", - "roomcode": "5402.03.230H", - "usage": 10 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10452", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51297, + "usage_id": 10 + }, + "5402.03.230J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42309@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10452", - "roomcode": "5402.03.230J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51319", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10452, + "usage_id": 12 + }, + "5402.03.231J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42312, Flur", "arch_name": "42312@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51319", - "roomcode": "5402.03.231J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=10455", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51319, + "usage_id": 222 + }, + "5402.03.231K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42310, Arbeitsraum/mit Besp.Grp.", "arch_name": "42310@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10455", - "roomcode": "5402.03.231K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51471", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10455, + "usage_id": 12 + }, + "5402.03.240A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42401, Labor", "arch_name": "42401@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51471", - "roomcode": "5402.03.240A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51486", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51471, + "usage_id": 102 + }, + "5402.03.240B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42402, Labor", "arch_name": "42402@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51486", - "roomcode": "5402.03.240B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51497", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51486, + "usage_id": 102 + }, + "5402.03.240C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42403, Labor", "arch_name": "42403@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51497", - "roomcode": "5402.03.240C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51654", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51497, + "usage_id": 102 + }, + "5402.03.240D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42404, Isotopenlabor CH", "arch_name": "42404@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51654", - "roomcode": "5402.03.240D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51665", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51654, + "usage_id": 102 + }, + "5402.03.240E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42405, Isotopenlabor CH", "arch_name": "42405@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51665", - "roomcode": "5402.03.240E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=17010", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51665, + "usage_id": 102 + }, + "5402.03.240F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42406, Isotopenlabor CH", "arch_name": "42406@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17010", - "roomcode": "5402.03.240F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51684", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17010, + "usage_id": 102 + }, + "5402.03.240G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42407, Isotopenlabor CH", "arch_name": "42407@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51684", - "roomcode": "5402.03.240G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51829", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51684, + "usage_id": 102 + }, + "5402.03.240J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42409, Umkleide mit Schleusenfunktion", "arch_name": "42409@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51829", - "roomcode": "5402.03.240J", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51841", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51829, + "usage_id": 121 + }, + "5402.03.241A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42410, Labor", "arch_name": "42410@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51841", - "roomcode": "5402.03.241A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51853", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51841, + "usage_id": 102 + }, + "5402.03.241E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42415, Labor", "arch_name": "42415@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51853", - "roomcode": "5402.03.241E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=51863", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51853, + "usage_id": 102 + }, + "5402.03.241G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42417, Labor", "arch_name": "42417@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51863", - "roomcode": "5402.03.241G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52004", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51863, + "usage_id": 102 + }, + "5402.03.241J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42419, Labor", "arch_name": "42419@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52004", - "roomcode": "5402.03.241J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52017", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52004, + "usage_id": 102 + }, + "5402.03.242A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42421, Isotopenlabor CH", "arch_name": "42421@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52017", - "roomcode": "5402.03.242A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=28230", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52017, + "usage_id": 30 + }, + "5402.03.242C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42423, Labor", "arch_name": "42423@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28230", - "roomcode": "5402.03.242C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=28233", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28230, + "usage_id": 103 + }, + "5402.03.242D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42424, Labor", "arch_name": "42424@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28233", - "roomcode": "5402.03.242D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=28239", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28233, + "usage_id": 103 + }, + "5402.03.242F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42426, R\u00e4ume, radioakt. Stoffe", "arch_name": "42426@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28239", - "roomcode": "5402.03.242F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52173", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28239, + "usage_id": 102 + }, + "5402.03.242H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42428, Labor", "arch_name": "42428@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52173", - "roomcode": "5402.03.242H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52181", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52173, + "usage_id": 102 + }, + "5402.03.243A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42430, Flur", "arch_name": "42430@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52181", - "roomcode": "5402.03.243A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=52192", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52181, + "usage_id": 222 + }, + "5402.03.243B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42432, Flur", "arch_name": "42432@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52192", - "roomcode": "5402.03.243B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73838", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52192, + "usage_id": 222 + }, + "5402.03.243D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42434, Flur", "arch_name": "42434@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73838", - "roomcode": "5402.03.243D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73773", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73838, + "usage_id": 222 + }, + "5402.03.243E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "42433, Flur", "arch_name": "42433@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73773", - "roomcode": "5402.03.243E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52335", + "area_id": 36, + "building_id": 819, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73773, + "usage_id": 222 + }, + "5402.04.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52001, Putzraum", "arch_name": "52001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52335", - "roomcode": "5402.04.200A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10700", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52335, + "usage_id": 205 + }, + "5402.04.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52003, WC-Herren", "arch_name": "52003@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10700", - "roomcode": "5402.04.200B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10706", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10700, + "usage_id": 115 + }, + "5402.04.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52005, WC-Damen", "arch_name": "52005@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10706", - "roomcode": "5402.04.200C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52370", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10706, + "usage_id": 116 + }, + "5402.04.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52007, Installationsschacht", "arch_name": "52007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52370", - "roomcode": "5402.04.200D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52505", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52370, + "usage_id": 120 + }, + "5402.04.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52008, Installationsschacht", "arch_name": "52008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52505", - "roomcode": "5402.04.200E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=28518", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52505, + "usage_id": 120 + }, + "5402.04.200F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52009, Installationsschacht", "arch_name": "52009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28518", - "roomcode": "5402.04.200F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73784", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28518, + "usage_id": 120 + }, + "5402.04.200H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52002, WC-Herren Vorraum", "arch_name": "52002@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73784", - "roomcode": "5402.04.200H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73783", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73784, + "usage_id": 118 + }, + "5402.04.200I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52004, WC-Damen Vorraum", "arch_name": "52004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73783", - "roomcode": "5402.04.200I", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73788", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73783, + "usage_id": 118 + }, + "5402.04.200J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52006, WC-Herren", "arch_name": "52006@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73788", - "roomcode": "5402.04.200J", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52524", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73788, + "usage_id": 115 + }, + "5402.04.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52010, Installationsschacht", "arch_name": "52010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52524", - "roomcode": "5402.04.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52536", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52524, + "usage_id": 120 + }, + "5402.04.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52011, Installationsschacht", "arch_name": "52011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52536", - "roomcode": "5402.04.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52678", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52536, + "usage_id": 120 + }, + "5402.04.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52012, Treppenraum", "arch_name": "52012@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52678", - "roomcode": "5402.04.201C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52695", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52678, + "usage_id": 223 + }, + "5402.04.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52013, Halle", "arch_name": "52013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52695", - "roomcode": "5402.04.201D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52715", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52695, + "usage_id": 222 + }, + "5402.04.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52014, Aufzug", "arch_name": "52014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52715", - "roomcode": "5402.04.201E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52861", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52715, + "usage_id": 4 + }, + "5402.04.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52015, Installationsschacht", "arch_name": "52015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52861", - "roomcode": "5402.04.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52874", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52861, + "usage_id": 120 + }, + "5402.04.201G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52016, Installationsschacht", "arch_name": "52016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52874", - "roomcode": "5402.04.201G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52888", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52874, + "usage_id": 120 + }, + "5402.04.201H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52017, Installationsschacht", "arch_name": "52017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52888", - "roomcode": "5402.04.201H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52897", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52888, + "usage_id": 120 + }, + "5402.04.201J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52018, Weg", "arch_name": "52018@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52897", - "roomcode": "5402.04.201J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53038", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52897, + "usage_id": 219 + }, + "5402.04.201K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52019, Weg", "arch_name": "52019@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53038", - "roomcode": "5402.04.201K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53054", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53038, + "usage_id": 219 + }, + "5402.04.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52020, Weg", "arch_name": "52020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53054", - "roomcode": "5402.04.202A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53065", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53054, + "usage_id": 219 + }, + "5402.04.202B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52021, Weg", "arch_name": "52021@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53065", - "roomcode": "5402.04.202B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73785", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53065, + "usage_id": 219 + }, + "5402.04.202C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52023, Lager", "arch_name": "52023@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73785", - "roomcode": "5402.04.202C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73786", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73785, + "usage_id": 30 + }, + "5402.04.208A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52025, Treppe im Freien", "arch_name": "52025@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73786", - "roomcode": "5402.04.208A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73782", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73786, + "usage_id": 7 + }, + "5402.04.208B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52026, Flur", "arch_name": "52026@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73782", - "roomcode": "5402.04.208B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73780", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73782, + "usage_id": 222 + }, + "5402.04.208C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52027, Flur", "arch_name": "52027@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73780", - "roomcode": "5402.04.208C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73779", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73780, + "usage_id": 222 + }, + "5402.04.208D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52028, Flur", "arch_name": "52028@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73779", - "roomcode": "5402.04.208D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73781", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73779, + "usage_id": 222 + }, + "5402.04.208E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52029, Flur", "arch_name": "52029@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73781", - "roomcode": "5402.04.208E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73787", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73781, + "usage_id": 222 + }, + "5402.04.208F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52030, Treppe im Freien", "arch_name": "52030@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73787", - "roomcode": "5402.04.208F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10267", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73787, + "usage_id": 7 + }, + "5402.04.210A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52101, Aufenthalt", "arch_name": "52101@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10267", - "roomcode": "5402.04.210A", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10321", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10267, + "usage_id": 44 + }, + "5402.04.210C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52103, B\u00fcro", "arch_name": "52103@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10321", - "roomcode": "5402.04.210C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10325", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10321, + "usage_id": 12 + }, + "5402.04.210D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52104, B\u00fcro", "arch_name": "52104@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10325", - "roomcode": "5402.04.210D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10328", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10325, + "usage_id": 12 + }, + "5402.04.210E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52105, B\u00fcro", "arch_name": "52105@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10328", - "roomcode": "5402.04.210E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10366", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10328, + "usage_id": 12 + }, + "5402.04.210F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52106, B\u00fcro", "arch_name": "52106@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10366", - "roomcode": "5402.04.210F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53397", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10366, + "usage_id": 12 + }, + "5402.04.210G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52107, B\u00fcro", "arch_name": "52107@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53397", - "roomcode": "5402.04.210G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53409", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53397, + "usage_id": 12 + }, + "5402.04.210H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52108, Labor", "arch_name": "52108@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53409", - "roomcode": "5402.04.210H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=27425", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53409, + "usage_id": 102 + }, + "5402.04.211A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52111, Labor", "arch_name": "52111@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27425", - "roomcode": "5402.04.211A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53556", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27425, + "usage_id": 102 + }, + "5402.04.211B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52112, Labor", "arch_name": "52112@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53556", - "roomcode": "5402.04.211B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53570", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53556, + "usage_id": 102 + }, + "5402.04.211C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52113, Labor", "arch_name": "52113@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53570", - "roomcode": "5402.04.211C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=16267", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53570, + "usage_id": 102 + }, + "5402.04.211D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52114, Flur", "arch_name": "52114@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16267", - "roomcode": "5402.04.211D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10418", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16267, + "usage_id": 222 + }, + "5402.04.211K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52110, B\u00fcro", "arch_name": "52110@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10418", - "roomcode": "5402.04.211K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=16384", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10418, + "usage_id": 12 + }, + "5402.04.220A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52201, Labor mit bes. lufttechn. Anforderungen", "arch_name": "52201@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16384", - "roomcode": "5402.04.220A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=16468", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16384, + "usage_id": 102 + }, + "5402.04.220C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52203, Labor mit bes. lufttechn. Anforderungen", "arch_name": "52203@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16468", - "roomcode": "5402.04.220C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53758", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16468, + "usage_id": 102 + }, + "5402.04.220E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52205, Labor", "arch_name": "52205@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53758", - "roomcode": "5402.04.220E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10463", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53758, + "usage_id": 102 + }, + "5402.04.220G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52207, B\u00fcro", "arch_name": "52207@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10463", - "roomcode": "5402.04.220G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=27740", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10463, + "usage_id": 12 + }, + "5402.04.220H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52208, Labor", "arch_name": "52208@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27740", - "roomcode": "5402.04.220H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53917", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27740, + "usage_id": 102 + }, + "5402.04.221B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52212, Lager", "arch_name": "52212@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53917", - "roomcode": "5402.04.221B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53927", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53917, + "usage_id": 30 + }, + "5402.04.221D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52214, Labor mit bes. lufttechn. Anforderungen", "arch_name": "52214@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53927", - "roomcode": "5402.04.221D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=53935", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53927, + "usage_id": 102 + }, + "5402.04.221F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52216, Phys. Messraum m. bes. lufttechn. Anford.", "arch_name": "52216@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53935", - "roomcode": "5402.04.221F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51157", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53935, + "usage_id": 103 + }, + "5402.04.221H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52218, Labor", "arch_name": "52218@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51157", - "roomcode": "5402.04.221H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51166", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51157, + "usage_id": 102 + }, + "5402.04.221J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52219, Labor", "arch_name": "52219@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51166", - "roomcode": "5402.04.221J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51174", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51166, + "usage_id": 102 + }, + "5402.04.221K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52210, Labor", "arch_name": "52210@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51174", - "roomcode": "5402.04.221K", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51182", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51174, + "usage_id": 194 + }, + "5402.04.222A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52221, Labor", "arch_name": "52221@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51182", - "roomcode": "5402.04.222A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=27940", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51182, + "usage_id": 102 + }, + "5402.04.222B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52222, Labor", "arch_name": "52222@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27940", - "roomcode": "5402.04.222B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=27947", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27940, + "usage_id": 102 + }, + "5402.04.222D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52224, Labor", "arch_name": "52224@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27947", - "roomcode": "5402.04.222D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=16908", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27947, + "usage_id": 102 + }, + "5402.04.222F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52226, Labor", "arch_name": "52226@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16908", - "roomcode": "5402.04.222F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51355", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16908, + "usage_id": 102 + }, + "5402.04.222H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52228, Labor", "arch_name": "52228@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51355", - "roomcode": "5402.04.222H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51364", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51355, + "usage_id": 102 + }, + "5402.04.222K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52220, Labor", "arch_name": "52220@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51364", - "roomcode": "5402.04.222K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51515", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51364, + "usage_id": 102 + }, + "5402.04.223A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52230, Flur", "arch_name": "52230@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51515", - "roomcode": "5402.04.223A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51531", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51515, + "usage_id": 222 + }, + "5402.04.223B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52231, Flur", "arch_name": "52231@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51531", - "roomcode": "5402.04.223B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51547", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51531, + "usage_id": 222 + }, + "5402.04.230A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52301, Labor", "arch_name": "52301@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51547", - "roomcode": "5402.04.230A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51695", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51547, + "usage_id": 102 + }, + "5402.04.230B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52302, Labor", "arch_name": "52302@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51695", - "roomcode": "5402.04.230B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51703", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51695, + "usage_id": 102 + }, + "5402.04.230C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52303, Labor", "arch_name": "52303@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51703", - "roomcode": "5402.04.230C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=17221", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51703, + "usage_id": 102 + }, + "5402.04.230E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52305, Labor", "arch_name": "52305@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17221", - "roomcode": "5402.04.230E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51724", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17221, + "usage_id": 102 + }, + "5402.04.230F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52306, B\u00fcro", "arch_name": "52306@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51724", - "roomcode": "5402.04.230F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=28251", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51724, + "usage_id": 12 + }, + "5402.04.230H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52308, B\u00fcro Pressestelle", "arch_name": "52308@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28251", - "roomcode": "5402.04.230H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=28256", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28251, + "usage_id": 12 + }, + "5402.04.230J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52309, B\u00fcro Pressestelle", "arch_name": "52309@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28256", - "roomcode": "5402.04.230J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10721", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19660, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28256, + "usage_id": 12 + }, + "5402.04.231A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52311, B\u00fcro", "arch_name": "52311@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10721", - "roomcode": "5402.04.231A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52065", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10721, + "usage_id": 12 + }, + "5402.04.231B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52312, Flur", "arch_name": "52312@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52065", - "roomcode": "5402.04.231B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=10766", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52065, + "usage_id": 222 + }, + "5402.04.231K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52310, B\u00fcro", "arch_name": "52310@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=10766", - "roomcode": "5402.04.231K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52572", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14714, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 10766, + "usage_id": 12 + }, + "5402.04.240A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52401, Labor", "arch_name": "52401@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52572", - "roomcode": "5402.04.240A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=17037", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52572, + "usage_id": 102 + }, + "5402.04.240B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52402, Physiklabor", "arch_name": "52402@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17037", - "roomcode": "5402.04.240B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52594", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17037, + "usage_id": 103 + }, + "5402.04.240D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52404, Labor", "arch_name": "52404@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52594", - "roomcode": "5402.04.240D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52208", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52594, + "usage_id": 102 + }, + "5402.04.240E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52405, Labor", "arch_name": "52405@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52208", - "roomcode": "5402.04.240E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52225", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52208, + "usage_id": 102 + }, + "5402.04.240H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52408, Messraum", "arch_name": "52408@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52225", - "roomcode": "5402.04.240H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52240", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52225, + "usage_id": 103 + }, + "5402.04.241B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52412, Labor", "arch_name": "52412@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52240", - "roomcode": "5402.04.241B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51870", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52240, + "usage_id": 102 + }, + "5402.04.241C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52413, Labor", "arch_name": "52413@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51870", - "roomcode": "5402.04.241C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51881", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51870, + "usage_id": 102 + }, + "5402.04.241D": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51881", - "roomcode": "5402.04.241D", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=51898", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51881, + "usage_id": 199 + }, + "5402.04.241E": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51898", - "roomcode": "5402.04.241E", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52378", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51898, + "usage_id": 199 + }, + "5402.04.241G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52417, Phys. Messraum m. bes. lufttechn. Anford.", "arch_name": "52417@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52378", - "roomcode": "5402.04.241G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52389", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52378, + "usage_id": 103 + }, + "5402.04.241H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52418, Labor", "arch_name": "52418@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=16130", - "operator": "[ TUSPL02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52389", - "roomcode": "5402.04.241H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52401", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 16130, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52389, + "usage_id": 102 + }, + "5402.04.241K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52410, Labor", "arch_name": "52410@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52401", - "roomcode": "5402.04.241K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=52410", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52401, + "usage_id": 102 + }, + "5402.04.241L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52416, Schleuse", "arch_name": "52416@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=52410", - "roomcode": "5402.04.241L", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=63747", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 52410, + "usage_id": 105 + }, + "5402.04.242A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52422, B\u00fcro", "arch_name": "52422@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63747", - "roomcode": "5402.04.242A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=63748", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63747, + "usage_id": 12 + }, + "5402.04.242B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52428, B\u00fcro", "arch_name": "52428@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63748", - "roomcode": "5402.04.242B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=28762", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63748, + "usage_id": 12 + }, + "5402.04.242D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52424, Labor", "arch_name": "52424@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28762", - "roomcode": "5402.04.242D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=50077", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28762, + "usage_id": 102 + }, + "5402.04.242G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52427, Labor", "arch_name": "52427@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50077", - "roomcode": "5402.04.242G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=50088", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50077, + "usage_id": 102 + }, + "5402.04.242J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52429, Labor", "arch_name": "52429@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50088", - "roomcode": "5402.04.242J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=50099", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50088, + "usage_id": 102 + }, + "5402.04.242K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52420, Labor", "arch_name": "52420@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50099", - "roomcode": "5402.04.242K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=50227", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50099, + "usage_id": 103 + }, + "5402.04.243A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52431, Flur", "arch_name": "52431@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50227", - "roomcode": "5402.04.243A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=50241", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50227, + "usage_id": 222 + }, + "5402.04.243B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "52432, Flur", "arch_name": "52432@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50241", - "roomcode": "5402.04.243B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50252", + "area_id": 36, + "building_id": 819, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50241, + "usage_id": 222 + }, + "5402.05.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62001, NIP II", "arch_name": "62001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50252", - "roomcode": "5402.05.200A", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50264", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50252, + "usage_id": 207 + }, + "5402.05.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62003, ZBV ELT", "arch_name": "62003@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50264", - "roomcode": "5402.05.200B", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50395", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50264, + "usage_id": 160 + }, + "5402.05.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62002, WC-Damen", "arch_name": "62002@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50395", - "roomcode": "5402.05.200C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50404", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50395, + "usage_id": 116 + }, + "5402.05.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62005, WC-Herren", "arch_name": "62005@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50404", - "roomcode": "5402.05.200D", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50414", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50404, + "usage_id": 115 + }, + "5402.05.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62007, Schacht 1", "arch_name": "62007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50414", - "roomcode": "5402.05.200E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50426", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50414, + "usage_id": 120 + }, + "5402.05.200F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62006, Schacht 2a", "arch_name": "62006@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50426", - "roomcode": "5402.05.200F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50558", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50426, + "usage_id": 120 + }, + "5402.05.200G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62009, Schacht 2b", "arch_name": "62009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50558", - "roomcode": "5402.05.200G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73790", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50558, + "usage_id": 120 + }, + "5402.05.200H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62002A, WC-Damen", "arch_name": "62002A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73790", - "roomcode": "5402.05.200H", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73791", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73790, + "usage_id": 116 + }, + "5402.05.200I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62004, WC-Herren", "arch_name": "62004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73791", - "roomcode": "5402.05.200I", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50568", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73791, + "usage_id": 115 + }, + "5402.05.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62010, Schacht 2c", "arch_name": "62010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50568", - "roomcode": "5402.05.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50583", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50568, + "usage_id": 120 + }, + "5402.05.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62011, Schacht 3", "arch_name": "62011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50583", - "roomcode": "5402.05.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50594", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50583, + "usage_id": 120 + }, + "5402.05.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62012, Treppenraum", "arch_name": "62012@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50594", - "roomcode": "5402.05.201C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50725", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50594, + "usage_id": 223 + }, + "5402.05.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62013, Halle/Flur", "arch_name": "62013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50725", - "roomcode": "5402.05.201D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50735", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50725, + "usage_id": 222 + }, + "5402.05.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62014, Aufz\u00fcge", "arch_name": "62014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50735", - "roomcode": "5402.05.201E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50743", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50735, + "usage_id": 4 + }, + "5402.05.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62015, Schacht 4a", "arch_name": "62015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50743", - "roomcode": "5402.05.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50757", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50743, + "usage_id": 120 + }, + "5402.05.201G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62016, Schacht 4b", "arch_name": "62016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50757", - "roomcode": "5402.05.201G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50897", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50757, + "usage_id": 120 + }, + "5402.05.201H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62017, Schacht 4c", "arch_name": "62017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50897", - "roomcode": "5402.05.201H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50908", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50897, + "usage_id": 120 + }, + "5402.05.201J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62018, Fluchtbalkon", "arch_name": "62018@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50908", - "roomcode": "5402.05.201J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50920", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50908, + "usage_id": 219 + }, + "5402.05.201K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62019, Fluchtbalkon", "arch_name": "62019@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50920", - "roomcode": "5402.05.201K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50936", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50920, + "usage_id": 219 + }, + "5402.05.201L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62022, Lager", "arch_name": "62022@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50936", - "roomcode": "5402.05.201L", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73792", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50936, + "usage_id": 30 + }, + "5402.05.201M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62023, Treppe", "arch_name": "62023@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73792", - "roomcode": "5402.05.201M", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=51075", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73792, + "usage_id": 223 + }, + "5402.05.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62020, Fluchtbalkon", "arch_name": "62020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51075", - "roomcode": "5402.05.202A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=51083", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51075, + "usage_id": 219 + }, + "5402.05.202B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62021, Fluchtbalkon", "arch_name": "62021@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51083", - "roomcode": "5402.05.202B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73793", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51083, + "usage_id": 219 + }, + "5402.05.208A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62025, Treppe im Freien", "arch_name": "62025@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73793", - "roomcode": "5402.05.208A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73794", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73793, + "usage_id": 7 + }, + "5402.05.208F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62030, Treppe im Freien", "arch_name": "62030@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73794", - "roomcode": "5402.05.208F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=51097", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73794, + "usage_id": 7 + }, + "5402.05.210A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62101, B\u00fcro", "arch_name": "62101@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51097", - "roomcode": "5402.05.210A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12578", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51097, + "usage_id": 12 + }, + "5402.05.210B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62102, Besprechung/Kommunikation", "arch_name": "62102@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=26773&cReadonly=J", - "list_index": "397", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12578", - "roomcode": "5402.05.210B", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63138", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 26773, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12578, + "usage_id": 196 + }, + "5402.05.210C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62103, B\u00fcro", "arch_name": "62103@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63138", - "roomcode": "5402.05.210C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12582", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63138, + "usage_id": 12 + }, + "5402.05.210D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62104, B\u00fcro", "arch_name": "62104@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12582", - "roomcode": "5402.05.210D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12588", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12582, + "usage_id": 12 + }, + "5402.05.210E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62105, B\u00fcro", "arch_name": "62105@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12588", - "roomcode": "5402.05.210E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=48654", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12588, + "usage_id": 12 + }, + "5402.05.210F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62106, B\u00fcro", "arch_name": "62106@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48654", - "roomcode": "5402.05.210F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=48784", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48654, + "usage_id": 12 + }, + "5402.05.210G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62107, B\u00fcro", "arch_name": "62107@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48784", - "roomcode": "5402.05.210G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73789", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48784, + "usage_id": 12 + }, + "5402.05.210N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62114, Flur", "arch_name": "62114@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73789", - "roomcode": "5402.05.210N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=49121", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73789, + "usage_id": 222 + }, + "5402.05.220A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62201, Labor", "arch_name": "62201@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49121", - "roomcode": "5402.05.220A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=49131", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49121, + "usage_id": 102 + }, + "5402.05.220B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62202, Labor", "arch_name": "62202@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49131", - "roomcode": "5402.05.220B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=28185", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49131, + "usage_id": 102 + }, + "5402.05.220C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62203, Labor", "arch_name": "62203@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28185", - "roomcode": "5402.05.220C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=28269", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28185, + "usage_id": 102 + }, + "5402.05.220D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62204, Labor", "arch_name": "62204@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28269", - "roomcode": "5402.05.220D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63147", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28269, + "usage_id": 102 + }, + "5402.05.220E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62205, Labor", "arch_name": "62205@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63147", - "roomcode": "5402.05.220E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12857", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63147, + "usage_id": 102 + }, + "5402.05.220G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62206, Labor", "arch_name": "62206@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12857", - "roomcode": "5402.05.220G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=49782", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12857, + "usage_id": 102 + }, + "5402.05.223B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62231, Flur", "arch_name": "62231@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49782", - "roomcode": "5402.05.223B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=49793", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49782, + "usage_id": 222 + }, + "5402.05.230A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62301, Kommunikationsbereich", "arch_name": "62301@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=43583&cRes=24695&cReadonly=J", - "list_index": "411", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49793", - "roomcode": "5402.05.230A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=28598", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 24695, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 43583, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49793, + "usage_id": 196 + }, + "5402.05.230B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62302, B\u00fcro", "arch_name": "62302@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28598", - "roomcode": "5402.05.230B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=62619", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 43583, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28598, + "usage_id": 12 + }, + "5402.05.230C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62303, B\u00fcro", "arch_name": "62303@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62619", - "roomcode": "5402.05.230C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=28681", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 43583, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62619, + "usage_id": 12 + }, + "5402.05.230D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62304, B\u00fcro", "arch_name": "62304@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28681", - "roomcode": "5402.05.230D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=62620", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 43583, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28681, + "usage_id": 12 + }, + "5402.05.230E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62305, B\u00fcro", "arch_name": "62305@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62620", - "roomcode": "5402.05.230E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=49940", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62620, + "usage_id": 12 + }, + "5402.05.230F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62306, B\u00fcro", "arch_name": "62306@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49940", - "roomcode": "5402.05.230F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=13059", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 43583, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49940, + "usage_id": 12 + }, + "5402.05.230G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62308, B\u00fcro", "arch_name": "62308@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13059", - "roomcode": "5402.05.230G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50112", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 43583, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13059, + "usage_id": 12 + }, + "5402.05.231B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62312, Flur", "arch_name": "62312@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50112", - "roomcode": "5402.05.231B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=28793", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50112, + "usage_id": 222 + }, + "5402.05.240A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62401, Labor", "arch_name": "62401@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28793", - "roomcode": "5402.05.240A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63162", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28793, + "usage_id": 102 + }, + "5402.05.240B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62402, Labor", "arch_name": "62402@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63162", - "roomcode": "5402.05.240B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63163", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63162, + "usage_id": 102 + }, + "5402.05.240C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62403, Labor", "arch_name": "62403@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63163", - "roomcode": "5402.05.240C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50134", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63163, + "usage_id": 102 + }, + "5402.05.240D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62404, Labor", "arch_name": "62404@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50134", - "roomcode": "5402.05.240D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=28879", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50134, + "usage_id": 102 + }, + "5402.05.240E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62405, Labor", "arch_name": "62405@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28879", - "roomcode": "5402.05.240E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63164", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28879, + "usage_id": 102 + }, + "5402.05.240F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62406, Labor", "arch_name": "62406@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63164", - "roomcode": "5402.05.240F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=50791", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63164, + "usage_id": 102 + }, + "5402.05.243B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62432, Flur", "arch_name": "62432@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50791", - "roomcode": "5402.05.243B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63148", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50791, + "usage_id": 222 + }, + "5402.05.280A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62801, ELT 1", "arch_name": "62801@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63148", - "roomcode": "5402.05.280A", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63149", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63148, + "usage_id": 160 + }, + "5402.05.280B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62802, ELT 2", "arch_name": "62802@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63149", - "roomcode": "5402.05.280B", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63150", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63149, + "usage_id": 160 + }, + "5402.05.280C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62803, ELT 3", "arch_name": "62803@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63150", - "roomcode": "5402.05.280C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63151", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63150, + "usage_id": 160 + }, + "5402.05.280D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62804, ELT 4", "arch_name": "62804@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63151", - "roomcode": "5402.05.280D", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63152", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63151, + "usage_id": 160 + }, + "5402.05.280E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62805, ELT 5", "arch_name": "62805@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63152", - "roomcode": "5402.05.280E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63153", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63152, + "usage_id": 160 + }, + "5402.05.280F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62806, ELT 6", "arch_name": "62806@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63153", - "roomcode": "5402.05.280F", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63154", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63153, + "usage_id": 160 + }, + "5402.05.280G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62807, ELT 7", "arch_name": "62807@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63154", - "roomcode": "5402.05.280G", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63155", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63154, + "usage_id": 160 + }, + "5402.05.280H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62808, ELT 8", "arch_name": "62808@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63155", - "roomcode": "5402.05.280H", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63146", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63155, + "usage_id": 160 + }, + "5402.05.280I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62809, ELT 9", "arch_name": "62809@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63146", - "roomcode": "5402.05.280I", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63156", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63146, + "usage_id": 160 + }, + "5402.05.280J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62810, ELT 10", "arch_name": "62810@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63156", - "roomcode": "5402.05.280J", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63157", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63156, + "usage_id": 160 + }, + "5402.05.280K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62811, ELT 11", "arch_name": "62811@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63157", - "roomcode": "5402.05.280K", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63158", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63157, + "usage_id": 160 + }, + "5402.05.280L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62812, ELT 12", "arch_name": "62812@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63158", - "roomcode": "5402.05.280L", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63159", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63158, + "usage_id": 160 + }, + "5402.05.280M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62813, ELT 13", "arch_name": "62813@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63159", - "roomcode": "5402.05.280M", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=63160", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63159, + "usage_id": 160 + }, + "5402.05.280N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62814, ELT 14", "arch_name": "62814@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63160", - "roomcode": "5402.05.280N", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=50802", + "area_id": 36, + "building_id": 819, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63160, + "usage_id": 160 + }, + "5402.06.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72001, Abluftzentrale 1. Ebene", "arch_name": "72001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50802", - "roomcode": "5402.06.200A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=50944", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50802, + "usage_id": 32 + }, + "5402.06.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72004, Treppe", "arch_name": "72004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50944", - "roomcode": "5402.06.200B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=50956", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50944, + "usage_id": 223 + }, + "5402.06.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72007, Installationsschacht", "arch_name": "72007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50956", - "roomcode": "5402.06.200C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=50962", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50956, + "usage_id": 120 + }, + "5402.06.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72008, Installationsschacht", "arch_name": "72008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50962", - "roomcode": "5402.06.200D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=50972", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50962, + "usage_id": 120 + }, + "5402.06.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72009, Installationsschacht", "arch_name": "72009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50972", - "roomcode": "5402.06.200E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=50987", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50972, + "usage_id": 120 + }, + "5402.06.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72010, Installationsschacht", "arch_name": "72010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50987", - "roomcode": "5402.06.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=51112", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50987, + "usage_id": 120 + }, + "5402.06.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72011, Installationsschacht", "arch_name": "72011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51112", - "roomcode": "5402.06.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=51121", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51112, + "usage_id": 120 + }, + "5402.06.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72014, Aufzug", "arch_name": "72014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51121", - "roomcode": "5402.06.201C", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=51130", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51121, + "usage_id": 4 + }, + "5402.06.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72015, Installationsschacht", "arch_name": "72015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51130", - "roomcode": "5402.06.201D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=51141", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51130, + "usage_id": 120 + }, + "5402.06.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72016, Installationsschacht", "arch_name": "72016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51141", - "roomcode": "5402.06.201E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=51150", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51141, + "usage_id": 120 + }, + "5402.06.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "72017, Installationsschacht", "arch_name": "72017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51150", - "roomcode": "5402.06.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48669", + "area_id": 36, + "building_id": 819, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51150, + "usage_id": 120 + }, + "5402.07.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82001, Abluftzentrale 2. Ebene", "arch_name": "82001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48669", - "roomcode": "5402.07.200A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48675", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48669, + "usage_id": 32 + }, + "5402.07.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82004, Treppe", "arch_name": "82004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48675", - "roomcode": "5402.07.200B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48682", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48675, + "usage_id": 223 + }, + "5402.07.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82008, Installationsschacht", "arch_name": "82008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48682", - "roomcode": "5402.07.200C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48820", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48682, + "usage_id": 120 + }, + "5402.07.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82009, Installationsschacht", "arch_name": "82009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48820", - "roomcode": "5402.07.200D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48829", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48820, + "usage_id": 120 + }, + "5402.07.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82010, Installationsschacht", "arch_name": "82010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48829", - "roomcode": "5402.07.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48838", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48829, + "usage_id": 120 + }, + "5402.07.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82014, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "82014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48838", - "roomcode": "5402.07.201B", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48850", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48838, + "usage_id": 5 + }, + "5402.07.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82015, Installationsschacht", "arch_name": "82015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48850", - "roomcode": "5402.07.201C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48858", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48850, + "usage_id": 120 + }, + "5402.07.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82016, Installationsschacht", "arch_name": "82016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48858", - "roomcode": "5402.07.201D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=48993", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48858, + "usage_id": 120 + }, + "5402.07.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "82017, Installationsschacht", "arch_name": "82017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48993", - "roomcode": "5402.07.201E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46468", + "area_id": 36, + "building_id": 819, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48993, + "usage_id": 120 + }, + "5402.EG.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12001, WC-Herren Vorraum", "arch_name": "12001@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46468", - "roomcode": "5402.EG.200A", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46618", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46468, + "usage_id": 37 + }, + "5402.EG.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12002, Putzraum", "arch_name": "12002@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46618", - "roomcode": "5402.EG.200B", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46629", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46618, + "usage_id": 205 + }, + "5402.EG.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12003, Server", "arch_name": "12003@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46629", - "roomcode": "5402.EG.200C", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46642", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46629, + "usage_id": 207 + }, + "5402.EG.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12004, WC", "arch_name": "12004@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46642", - "roomcode": "5402.EG.200D", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46792", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46642, + "usage_id": 114 + }, + "5402.EG.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12005, WC-Herren Vorraum", "arch_name": "12005@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46792", - "roomcode": "5402.EG.200E", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46809", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46792, + "usage_id": 37 + }, + "5402.EG.200F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12006, NMR", "arch_name": "12006@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14715", - "operator": "[ TUCHOC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46809", - "roomcode": "5402.EG.200F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46821", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14715, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46809, + "usage_id": 103 + }, + "5402.EG.200G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12007, Installationsschacht", "arch_name": "12007@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46821", - "roomcode": "5402.EG.200G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46837", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46821, + "usage_id": 120 + }, + "5402.EG.200H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12008, Installationsschacht", "arch_name": "12008@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46837", - "roomcode": "5402.EG.200H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46982", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46837, + "usage_id": 120 + }, + "5402.EG.200J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12009, Installationsschacht", "arch_name": "12009@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46982", - "roomcode": "5402.EG.200J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=46991", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46982, + "usage_id": 120 + }, + "5402.EG.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12010, Installationsschacht", "arch_name": "12010@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=46991", - "roomcode": "5402.EG.201A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=47003", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 46991, + "usage_id": 120 + }, + "5402.EG.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12011, Installationsschacht", "arch_name": "12011@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47003", - "roomcode": "5402.EG.201B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=47015", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47003, + "usage_id": 120 + }, + "5402.EG.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12012, Treppenraum", "arch_name": "12012@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=47015", - "roomcode": "5402.EG.201C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44300", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 47015, + "usage_id": 223 + }, + "5402.EG.201D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12013, Halle", "arch_name": "12013@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44300", - "roomcode": "5402.EG.201D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44310", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44300, + "usage_id": 222 + }, + "5402.EG.201E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12014, Aufzug", "arch_name": "12014@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44310", - "roomcode": "5402.EG.201E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44323", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44310, + "usage_id": 4 + }, + "5402.EG.201F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12015, Installationsschacht", "arch_name": "12015@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44323", - "roomcode": "5402.EG.201F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44330", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44323, + "usage_id": 120 + }, + "5402.EG.201G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12016, Installationsschacht", "arch_name": "12016@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44330", - "roomcode": "5402.EG.201G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44485", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44330, + "usage_id": 120 + }, + "5402.EG.201H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12017, Installationsschacht", "arch_name": "12017@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44485", - "roomcode": "5402.EG.201H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73805", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44485, + "usage_id": 120 + }, + "5402.EG.201K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12014A, Personenaufzug", "arch_name": "12014A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73805", - "roomcode": "5402.EG.201K", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44496", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73805, + "usage_id": 4 + }, + "5402.EG.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12020, Flur", "arch_name": "12020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44496", - "roomcode": "5402.EG.202A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44509", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44496, + "usage_id": 222 + }, + "5402.EG.220A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12201, Be- und Entl\u00fcftung", "arch_name": "12201@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44509", - "roomcode": "5402.EG.220A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44660", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44509, + "usage_id": 32 + }, + "5402.EG.220B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12202, Lager / LM-Ausgabe", "arch_name": "12202@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44660", - "roomcode": "5402.EG.220B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44670", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44660, + "usage_id": 30 + }, + "5402.EG.220C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12203, Lager / Glasausgabe", "arch_name": "12203@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44670", - "roomcode": "5402.EG.220C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44681", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44670, + "usage_id": 30 + }, + "5402.EG.220D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12204, Grobmetallwerkstatt", "arch_name": "12204@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44681", - "roomcode": "5402.EG.220D", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=23675", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44681, + "usage_id": 51 + }, + "5402.EG.220E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12205, Werkstatt", "arch_name": "12205@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23675", - "roomcode": "5402.EG.220E", - "usage": 108 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=23766", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23675, + "usage_id": 108 + }, + "5402.EG.220F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12206, Physiklabor (einfach)", "arch_name": "12206@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23766", - "roomcode": "5402.EG.220F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44842", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23766, + "usage_id": 103 + }, + "5402.EG.220G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12207, Flur", "arch_name": "12207@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44842", - "roomcode": "5402.EG.220G", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73796", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44842, + "usage_id": 222 + }, + "5402.EG.220H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12208, Lager", "arch_name": "12208@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73796", - "roomcode": "5402.EG.220H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73795", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73796, + "usage_id": 30 + }, + "5402.EG.220K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12209, Installationsraum", "arch_name": "12209@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73795", - "roomcode": "5402.EG.220K", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73802", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73795, + "usage_id": 120 + }, + "5402.EG.220L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12210, Installationsraum", "arch_name": "12210@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73802", - "roomcode": "5402.EG.220L", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73798", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73802, + "usage_id": 120 + }, + "5402.EG.220M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12211, Installationsraum", "arch_name": "12211@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73798", - "roomcode": "5402.EG.220M", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73797", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73798, + "usage_id": 120 + }, + "5402.EG.220N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12212, Installationsraum", "arch_name": "12212@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73797", - "roomcode": "5402.EG.220N", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73806", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73797, + "usage_id": 120 + }, + "5402.EG.220O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12213, Installationsraum", "arch_name": "12213@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73806", - "roomcode": "5402.EG.220O", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73801", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73806, + "usage_id": 120 + }, + "5402.EG.220Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12214, Installationsraum", "arch_name": "12214@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73801", - "roomcode": "5402.EG.220Q", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73800", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73801, + "usage_id": 120 + }, + "5402.EG.220R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12215, Installationsraum", "arch_name": "12215@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73800", - "roomcode": "5402.EG.220R", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=23778", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73800, + "usage_id": 120 + }, + "5402.EG.230A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12301, Physiklabor (einfach)", "arch_name": "12301@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=23778", - "roomcode": "5402.EG.230A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=18010", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 23778, + "usage_id": 103 + }, + "5402.EG.230B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12302, Physiklabor (einfach)", "arch_name": "12302@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=18010", - "roomcode": "5402.EG.230B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=44872", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 18010, + "usage_id": 103 + }, + "5402.EG.230C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12020, Flur", "arch_name": "12020@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=44872", - "roomcode": "5402.EG.230C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45207", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 44872, + "usage_id": 222 + }, + "5402.EG.230D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12300, NMR-Spektrometer", "arch_name": "12300@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45207", - "roomcode": "5402.EG.230D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73799", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45207, + "usage_id": 103 + }, + "5402.EG.230E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12304, Verbindungsgang", "arch_name": "12304@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73799", - "roomcode": "5402.EG.230E", - "usage": 16 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45214", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73799, + "usage_id": 16 + }, + "5402.EG.240A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12401, Be- und Entl\u00fcftung", "arch_name": "12401@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45214", - "roomcode": "5402.EG.240A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45224", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45214, + "usage_id": 32 + }, + "5402.EG.240B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12402, Stromversorgung", "arch_name": "12402@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45224", - "roomcode": "5402.EG.240B", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45236", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45224, + "usage_id": 160 + }, + "5402.EG.240C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12403, Stromversorgung", "arch_name": "12403@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45236", - "roomcode": "5402.EG.240C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45747", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45236, + "usage_id": 160 + }, + "5402.EG.240D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12404, Stromversorgung", "arch_name": "12404@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45747", - "roomcode": "5402.EG.240D", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45762", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45747, + "usage_id": 160 + }, + "5402.EG.240E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12405, Stromversorgung", "arch_name": "12405@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45762", - "roomcode": "5402.EG.240E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45776", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45762, + "usage_id": 160 + }, + "5402.EG.240F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12406, Stromversorgung", "arch_name": "12406@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45776", - "roomcode": "5402.EG.240F", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45378", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45776, + "usage_id": 160 + }, + "5402.EG.240G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12408A, Wasserversorgung", "arch_name": "12408A@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45378", - "roomcode": "5402.EG.240G", - "usage": 183 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45389", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45378, + "usage_id": 183 + }, + "5402.EG.240H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12408, Lager", "arch_name": "12408@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45389", - "roomcode": "5402.EG.240H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45401", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45389, + "usage_id": 30 + }, + "5402.EG.240J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12409, Praktikum", "arch_name": "12409@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=21627&cReadonly=J", - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45401", - "roomcode": "5402.EG.240J", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45412", + "area_id": 36, + "building_id": 819, + "calendar_resource_nr": 21627, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 42, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45401, + "usage_id": 212 + }, + "5402.EG.241A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12410, Vorbereitungsraum", "arch_name": "12410@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45412", - "roomcode": "5402.EG.241A", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=45009", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45412, + "usage_id": 136 + }, + "5402.EG.241B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12411, Flur", "arch_name": "12411@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=45009", - "roomcode": "5402.EG.241B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73803", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 45009, + "usage_id": 222 + }, + "5402.EG.242A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12420, Treppe im Freien", "arch_name": "12420@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73803", - "roomcode": "5402.EG.242A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73804", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73803, + "usage_id": 7 + }, + "5402.EG.242B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "12421, Treppe im Freien", "arch_name": "12421@5402", - "b_area_id": 36, - "b_filter_id": 819, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73804", - "roomcode": "5402.EG.242B", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50654", + "area_id": 36, + "building_id": 819, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73804, + "usage_id": 7 + }, + "5403.01.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23001, WC-Damen Vorraum", "arch_name": "23001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50654", - "roomcode": "5403.01.300A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50661", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50654, + "usage_id": 118 + }, + "5403.01.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23002, WC-Damen", "arch_name": "23002@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50661", - "roomcode": "5403.01.300B", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50670", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50661, + "usage_id": 116 + }, + "5403.01.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23004, WC-Herren", "arch_name": "23004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50670", - "roomcode": "5403.01.300C", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50680", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50670, + "usage_id": 115 + }, + "5403.01.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23003, WC-Herren Vorraum", "arch_name": "23003@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50680", - "roomcode": "5403.01.300D", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50818", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50680, + "usage_id": 118 + }, + "5403.01.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23005, WC-Herren", "arch_name": "23005@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50818", - "roomcode": "5403.01.300E", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50831", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50818, + "usage_id": 115 + }, + "5403.01.300F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23006, Putzraum", "arch_name": "23006@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50831", - "roomcode": "5403.01.300F", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50841", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50831, + "usage_id": 205 + }, + "5403.01.300G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23007, Install.Schacht", "arch_name": "23007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50841", - "roomcode": "5403.01.300G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50849", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50841, + "usage_id": 120 + }, + "5403.01.300H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23008, Install.Schacht", "arch_name": "23008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50849", - "roomcode": "5403.01.300H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50993", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50849, + "usage_id": 120 + }, + "5403.01.300J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23009, Install.Schacht", "arch_name": "23009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50993", - "roomcode": "5403.01.300J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73898", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50993, + "usage_id": 120 + }, + "5403.01.300K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23020, Toilette f. Behinderte", "arch_name": "23020@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73898", - "roomcode": "5403.01.300K", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51002", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73898, + "usage_id": 117 + }, + "5403.01.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23010, Install.Schacht", "arch_name": "23010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51002", - "roomcode": "5403.01.301A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51010", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51002, + "usage_id": 120 + }, + "5403.01.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23011, Install.Schacht", "arch_name": "23011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51010", - "roomcode": "5403.01.301B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51020", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51010, + "usage_id": 120 + }, + "5403.01.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23012, Treppenraum", "arch_name": "23012@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51020", - "roomcode": "5403.01.301C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48697", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51020, + "usage_id": 223 + }, + "5403.01.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23013, Halle", "arch_name": "23013@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48697", - "roomcode": "5403.01.301D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48709", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48697, + "usage_id": 222 + }, + "5403.01.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23014, Aufzug", "arch_name": "23014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48709", - "roomcode": "5403.01.301E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50785", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48709, + "usage_id": 4 + }, + "5403.01.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23015, Install.Schacht", "arch_name": "23015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50785", - "roomcode": "5403.01.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50798", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50785, + "usage_id": 120 + }, + "5403.01.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23016, Install.Schacht", "arch_name": "23016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50798", - "roomcode": "5403.01.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50806", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50798, + "usage_id": 120 + }, + "5403.01.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23017, Install.Schacht", "arch_name": "23017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50806", - "roomcode": "5403.01.301H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50948", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50806, + "usage_id": 120 + }, + "5403.01.301J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23018, Fluchtweg", "arch_name": "23018@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50948", - "roomcode": "5403.01.301J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50959", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50948, + "usage_id": 219 + }, + "5403.01.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23019, Fluchtweg", "arch_name": "23019@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50959", - "roomcode": "5403.01.301K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50969", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50959, + "usage_id": 219 + }, + "5403.01.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23022, Sonderm\u00fcllzwischenlager", "arch_name": "23022@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50969", - "roomcode": "5403.01.301L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73896", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50969, + "usage_id": 214 + }, + "5403.01.302C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23021, Lager", "arch_name": "23021@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73896", - "roomcode": "5403.01.302C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73901", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73896, + "usage_id": 30 + }, + "5403.01.308A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32025, Treppe im Freien", "arch_name": "32025@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73901", - "roomcode": "5403.01.308A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73894", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73901, + "usage_id": 7 + }, + "5403.01.308B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23026, Gang, Weg im Freien", "arch_name": "23026@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73894", - "roomcode": "5403.01.308B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73892", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73894, + "usage_id": 219 + }, + "5403.01.308C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23027, Gang, Weg im Freien", "arch_name": "23027@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73892", - "roomcode": "5403.01.308C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73899", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73892, + "usage_id": 219 + }, + "5403.01.308D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32028, Treppe im Freien", "arch_name": "32028@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73899", - "roomcode": "5403.01.308D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73900", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73899, + "usage_id": 7 + }, + "5403.01.308E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32029, Treppe im Freien", "arch_name": "32029@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73900", - "roomcode": "5403.01.308E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73893", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73900, + "usage_id": 7 + }, + "5403.01.308F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23030, Gang, Weg im Freien", "arch_name": "23030@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73893", - "roomcode": "5403.01.308F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73902", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73893, + "usage_id": 219 + }, + "5403.01.308G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32031, Treppe im Freien", "arch_name": "32031@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73902", - "roomcode": "5403.01.308G", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73895", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73902, + "usage_id": 7 + }, + "5403.01.308H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23032, Gang, Weg im Freien", "arch_name": "23032@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73895", - "roomcode": "5403.01.308H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73903", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73895, + "usage_id": 219 + }, + "5403.01.308I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "32033, Treppe im Freien", "arch_name": "32033@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73903", - "roomcode": "5403.01.308I", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50979", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73903, + "usage_id": 7 + }, + "5403.01.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23101, Forschung m.fest.Arbeitspl.", "arch_name": "23101@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50979", - "roomcode": "5403.01.310A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51113", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50979, + "usage_id": 102 + }, + "5403.01.310C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23103, Chemielabor", "arch_name": "23103@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=40981", - "operator": "[ TUCHOCA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51113", - "roomcode": "5403.01.310C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51120", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 40981, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51113, + "usage_id": 102 + }, + "5403.01.310D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23104, Labor", "arch_name": "23104@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51120", - "roomcode": "5403.01.310D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51129", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51120, + "usage_id": 102 + }, + "5403.01.310E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23105, Labor", "arch_name": "23105@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51129", - "roomcode": "5403.01.310E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=51140", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51129, + "usage_id": 102 + }, + "5403.01.310F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23107, Flur", "arch_name": "23107@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51140", - "roomcode": "5403.01.310F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73897", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51140, + "usage_id": 222 + }, + "5403.01.310I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23108, Windfang", "arch_name": "23108@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73897", - "roomcode": "5403.01.310I", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=12508", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73897, + "usage_id": 52 + }, + "5403.01.320A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23201, Arbeitsraum", "arch_name": "23201@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12508", - "roomcode": "5403.01.320A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48667", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12508, + "usage_id": 12 + }, + "5403.01.320B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23202, Chemielabor", "arch_name": "23202@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48667", - "roomcode": "5403.01.320B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=27782", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48667, + "usage_id": 102 + }, + "5403.01.320E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23205, Chemielabor", "arch_name": "23205@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27782", - "roomcode": "5403.01.320E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48678", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27782, + "usage_id": 102 + }, + "5403.01.320F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23207, Reologie", "arch_name": "23207@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48678", - "roomcode": "5403.01.320F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48690", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48678, + "usage_id": 103 + }, + "5403.01.320H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23208, Chemielabor", "arch_name": "23208@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48690", - "roomcode": "5403.01.320H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=16687", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48690, + "usage_id": 102 + }, + "5403.01.320J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23209, Chemielabor", "arch_name": "23209@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16687", - "roomcode": "5403.01.320J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48827", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16687, + "usage_id": 102 + }, + "5403.01.321A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23211, Aufenthalt", "arch_name": "23211@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48827", - "roomcode": "5403.01.321A", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13130", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48827, + "usage_id": 44 + }, + "5403.01.321B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23212, Chemielabor", "arch_name": "23212@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13130", - "roomcode": "5403.01.321B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50119", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14712, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13130, + "usage_id": 102 + }, + "5403.01.321E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23215, Flur", "arch_name": "23215@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50119", - "roomcode": "5403.01.321E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50129", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50119, + "usage_id": 222 + }, + "5403.01.330A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23301, Chemielabor", "arch_name": "23301@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50129", - "roomcode": "5403.01.330A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50141", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50129, + "usage_id": 102 + }, + "5403.01.330B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23302, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "23302@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14711", - "operator": "[ TUCHOC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50141", - "roomcode": "5403.01.330B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50269", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14711, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50141, + "usage_id": 102 + }, + "5403.01.330C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23303, Praktikum m. fest. Arbeitspl.", "arch_name": "23303@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50269", - "roomcode": "5403.01.330C", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50282", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50269, + "usage_id": 212 + }, + "5403.01.330D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23306, Flur", "arch_name": "23306@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50282", - "roomcode": "5403.01.330D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13214", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50282, + "usage_id": 222 + }, + "5403.01.340A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23401, \u00dcbungsraum", "arch_name": "23401@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13214", - "roomcode": "5403.01.340A", - "usage": 211 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50298", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13214, + "usage_id": 211 + }, + "5403.01.340B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23402, Lager", "arch_name": "23402@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50298", - "roomcode": "5403.01.340B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13278", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50298, + "usage_id": 30 + }, + "5403.01.340C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23403, Phys./Techn. \u00dcbungsraum", "arch_name": "23403@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=15198&cReadonly=J", - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13278", - "roomcode": "5403.01.340C", - "usage": 211 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13279", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 15198, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13278, + "usage_id": 211 + }, + "5403.01.340H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23408, Pr\u00fcf.-Disput.-R./Em.Schlag", "arch_name": "23408@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13279", - "roomcode": "5403.01.340H", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50446", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13279, + "usage_id": 196 + }, + "5403.01.340J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23409, Praktikum", "arch_name": "23409@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50446", - "roomcode": "5403.01.340J", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50455", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50446, + "usage_id": 212 + }, + "5403.01.340K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23406, Flur", "arch_name": "23406@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50455", - "roomcode": "5403.01.340K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50603", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50455, + "usage_id": 222 + }, + "5403.01.340L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23407, Flur", "arch_name": "23407@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50603", - "roomcode": "5403.01.340L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=50607", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50603, + "usage_id": 222 + }, + "5403.01.341A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23411, Phys./Techn. \u00dcbungsraum", "arch_name": "23411@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50607", - "roomcode": "5403.01.341A", - "usage": 211 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50623", + "area_id": 36, + "building_id": 821, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50607, + "usage_id": 211 + }, + "5403.02.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33001, Putzraum", "arch_name": "33001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50623", - "roomcode": "5403.02.300A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50630", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50623, + "usage_id": 205 + }, + "5403.02.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33003, WC-Herren", "arch_name": "33003@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50630", - "roomcode": "5403.02.300B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50640", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50630, + "usage_id": 115 + }, + "5403.02.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33005, WC-Damen", "arch_name": "33005@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50640", - "roomcode": "5403.02.300C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50775", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50640, + "usage_id": 116 + }, + "5403.02.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33007, Install.Schacht", "arch_name": "33007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50775", - "roomcode": "5403.02.300D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50853", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50775, + "usage_id": 120 + }, + "5403.02.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33008, Install.Schacht", "arch_name": "33008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50853", - "roomcode": "5403.02.300E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50854", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50853, + "usage_id": 120 + }, + "5403.02.300F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33009, Install.Schacht", "arch_name": "33009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50854", - "roomcode": "5403.02.300F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73978", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50854, + "usage_id": 120 + }, + "5403.02.300G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "23006, WC-Herren", "arch_name": "23006@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73978", - "roomcode": "5403.02.300G", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50855", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73978, + "usage_id": 115 + }, + "5403.02.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33010, Install.Schacht", "arch_name": "33010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50855", - "roomcode": "5403.02.301A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50857", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50855, + "usage_id": 120 + }, + "5403.02.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33011, Install.Schacht", "arch_name": "33011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50857", - "roomcode": "5403.02.301B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50859", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50857, + "usage_id": 120 + }, + "5403.02.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33012, Treppenraum", "arch_name": "33012@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50859", - "roomcode": "5403.02.301C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50861", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50859, + "usage_id": 223 + }, + "5403.02.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33013, Halle", "arch_name": "33013@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50861", - "roomcode": "5403.02.301D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50863", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50861, + "usage_id": 222 + }, + "5403.02.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33014, Aufzug", "arch_name": "33014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50863", - "roomcode": "5403.02.301E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50865", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50863, + "usage_id": 4 + }, + "5403.02.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33015, Install.Schacht", "arch_name": "33015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50865", - "roomcode": "5403.02.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50867", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50865, + "usage_id": 120 + }, + "5403.02.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33016, Install.Schacht", "arch_name": "33016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50867", - "roomcode": "5403.02.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50872", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50867, + "usage_id": 120 + }, + "5403.02.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33017, Install.Schacht", "arch_name": "33017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50872", - "roomcode": "5403.02.301H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50876", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50872, + "usage_id": 120 + }, + "5403.02.301J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33018, Fluchtweg", "arch_name": "33018@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50876", - "roomcode": "5403.02.301J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50881", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50876, + "usage_id": 219 + }, + "5403.02.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33019, Fluchtweg", "arch_name": "33019@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50881", - "roomcode": "5403.02.301K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50885", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50881, + "usage_id": 219 + }, + "5403.02.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33022, Sonderm\u00fcllzwischenlager", "arch_name": "33022@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50885", - "roomcode": "5403.02.301L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=50890", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50885, + "usage_id": 214 + }, + "5403.02.302A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33020, Fluchtweg", "arch_name": "33020@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50890", - "roomcode": "5403.02.302A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51029", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50890, + "usage_id": 219 + }, + "5403.02.302B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33021, Fluchtweg", "arch_name": "33021@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51029", - "roomcode": "5403.02.302B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73976", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51029, + "usage_id": 219 + }, + "5403.02.308A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33025, Treppe im Freien", "arch_name": "33025@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73976", - "roomcode": "5403.02.308A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73964", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73976, + "usage_id": 7 + }, + "5403.02.308B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33026, Gang, Weg im Freien", "arch_name": "33026@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73964", - "roomcode": "5403.02.308B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73967", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73964, + "usage_id": 219 + }, + "5403.02.308C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33027, Gang, Weg im Freien", "arch_name": "33027@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73967", - "roomcode": "5403.02.308C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73974", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73967, + "usage_id": 219 + }, + "5403.02.308D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33028, Treppe im Freien", "arch_name": "33028@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73974", - "roomcode": "5403.02.308D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73975", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73974, + "usage_id": 7 + }, + "5403.02.308E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33029, Treppe im Freien", "arch_name": "33029@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73975", - "roomcode": "5403.02.308E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73965", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73975, + "usage_id": 7 + }, + "5403.02.308F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33030, Gang, Weg im Freien", "arch_name": "33030@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73965", - "roomcode": "5403.02.308F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73973", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73965, + "usage_id": 219 + }, + "5403.02.308G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33031, Treppe im Freien", "arch_name": "33031@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73973", - "roomcode": "5403.02.308G", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73966", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73973, + "usage_id": 7 + }, + "5403.02.308H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33032, Gang, Weg im Freien", "arch_name": "33032@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73966", - "roomcode": "5403.02.308H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73977", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73966, + "usage_id": 219 + }, + "5403.02.308I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33033, Treppe im Freien", "arch_name": "33033@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73977", - "roomcode": "5403.02.308I", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51034", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73977, + "usage_id": 7 + }, + "5403.02.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33101, Seminarraum", "arch_name": "33101@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14722&cRes=24775&cReadonly=J", - "extended": { - "additional_description": "33101, Seminarraum", - "address": "Lichtenbergstr. 4(5403), 2.Obergescho\u00df", - "architect_room_nr": "33101@5403", - "area_m2": 33.58, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "310A", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51034", - "roomcode": "5403.02.310A", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13071", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 24775, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51034, + "usage_id": 41 + }, + "5403.02.310C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33103, Arbeitsraum mit Besprechungsgruppe", "arch_name": "33103@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=51220", - "operator": "[ TUCHPC7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13071", - "roomcode": "5403.02.310C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13073", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 51220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13071, + "usage_id": 12 + }, + "5403.02.310D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33104, Sekretariat", "arch_name": "33104@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13073", - "roomcode": "5403.02.310D", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51046", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13073, + "usage_id": 40 + }, + "5403.02.310E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33105, Sitzungs-, Konferenzraum", "arch_name": "33105@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51046", - "roomcode": "5403.02.310E", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51050", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51046, + "usage_id": 196 + }, + "5403.02.310F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33106, Prof.-B\u00fcro", "arch_name": "33106@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51050", - "roomcode": "5403.02.310F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51056", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51050, + "usage_id": 12 + }, + "5403.02.310G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33107, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33107@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=51220", - "operator": "[ TUCHPC7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51056", - "roomcode": "5403.02.310G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=51061", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51056, + "usage_id": 103 + }, + "5403.02.310H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33108, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33108@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=51220", - "operator": "[ TUCHPC7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51061", - "roomcode": "5403.02.310H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=15925", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51061, + "usage_id": 103 + }, + "5403.02.311A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33111, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33111@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=51220", - "operator": "[ TUCHPC7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15925", - "roomcode": "5403.02.311A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48579", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15925, + "usage_id": 103 + }, + "5403.02.311B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33112, Flur", "arch_name": "33112@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48579", - "roomcode": "5403.02.311B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48584", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48579, + "usage_id": 222 + }, + "5403.02.311K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33110, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33110@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=51220", - "operator": "[ TUCHPC7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48584", - "roomcode": "5403.02.311K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48590", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51220, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48584, + "usage_id": 103 + }, + "5403.02.320A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33201, Besprechungsraum", "arch_name": "33201@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=40981&cRes=26791&cReadonly=J", - "list_index": "159", - "op_link": "webnav.navigate_to?corg=40981", - "operator": "[ TUCHOCA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48590", - "roomcode": "5403.02.320A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48595", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 26791, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 40981, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48590, + "usage_id": 196 + }, + "5403.02.320B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33202, Sekretariat", "arch_name": "33202@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=40981", - "operator": "[ TUCHOCA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48595", - "roomcode": "5403.02.320B", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48600", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 40981, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48595, + "usage_id": 40 + }, + "5403.02.320D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33204, Arbeitsraum mit Besprechungsgruppe", "arch_name": "33204@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48600", - "roomcode": "5403.02.320D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48605", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43428, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48600, + "usage_id": 12 + }, + "5403.02.320F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33206, B\u00fcro mit Archivfunktion", "arch_name": "33206@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48605", - "roomcode": "5403.02.320F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48610", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43428, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48605, + "usage_id": 12 + }, + "5403.02.320G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33207, B\u00fcro mit Archivfunktion", "arch_name": "33207@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48610", - "roomcode": "5403.02.320G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48739", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48610, + "usage_id": 12 + }, + "5403.02.320H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33208, Server", "arch_name": "33208@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48739", - "roomcode": "5403.02.320H", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48743", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39906, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48739, + "usage_id": 207 + }, + "5403.02.320I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33209, Biochemisches Labor", "arch_name": "33209@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48743", - "roomcode": "5403.02.320I", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48749", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48743, + "usage_id": 102 + }, + "5403.02.321A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33210, Biochemisches Labor", "arch_name": "33210@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48749", - "roomcode": "5403.02.321A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48757", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48749, + "usage_id": 102 + }, + "5403.02.321B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33212, Biochemisches Labor", "arch_name": "33212@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48757", - "roomcode": "5403.02.321B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48760", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48757, + "usage_id": 102 + }, + "5403.02.321D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33214, Biochemisches Labor", "arch_name": "33214@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48760", - "roomcode": "5403.02.321D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48765", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48760, + "usage_id": 102 + }, + "5403.02.321H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33218, Teek\u00fcche", "arch_name": "33218@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48765", - "roomcode": "5403.02.321H", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48768", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48765, + "usage_id": 198 + }, + "5403.02.321I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33219, Druckerraum", "arch_name": "33219@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48768", - "roomcode": "5403.02.321I", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48904", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48768, + "usage_id": 110 + }, + "5403.02.321K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33220, Lager", "arch_name": "33220@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48904", - "roomcode": "5403.02.321K", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48913", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48904, + "usage_id": 30 + }, + "5403.02.321L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33221, Lichtschleuse", "arch_name": "33221@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48913", - "roomcode": "5403.02.321L", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48922", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48913, + "usage_id": 105 + }, + "5403.02.322B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33222, Proteinbiochemie", "arch_name": "33222@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48922", - "roomcode": "5403.02.322B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48930", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43428, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48922, + "usage_id": 102 + }, + "5403.02.322F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33226, Auswertung NMR Experimente, Strukturrechnun", "arch_name": "33226@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48930", - "roomcode": "5403.02.322F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=48940", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48930, + "usage_id": 12 + }, + "5403.02.322G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33227, Auswertung NMR Experimente, Strukturrechnun", "arch_name": "33227@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48940", - "roomcode": "5403.02.322G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49080", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43428, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48940, + "usage_id": 12 + }, + "5403.02.322H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33228, Auswertung NMR Experimente, Strukturrechnun", "arch_name": "33228@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49080", - "roomcode": "5403.02.322H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49088", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49080, + "usage_id": 12 + }, + "5403.02.323A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33230, Flur", "arch_name": "33230@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49088", - "roomcode": "5403.02.323A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49096", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49088, + "usage_id": 222 + }, + "5403.02.323B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33231, Flur", "arch_name": "33231@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49096", - "roomcode": "5403.02.323B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49106", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49096, + "usage_id": 222 + }, + "5403.02.330A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33301, Lager", "arch_name": "33301@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=20661&cReadonly=J", - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49106", - "roomcode": "5403.02.330A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12331", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 20661, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49106, + "usage_id": 30 + }, + "5403.02.330B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33302, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33302@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12331", - "roomcode": "5403.02.330B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12494", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12331, + "usage_id": 12 + }, + "5403.02.330C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33303, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33303@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12494", - "roomcode": "5403.02.330C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12496", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12494, + "usage_id": 12 + }, + "5403.02.330D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33304, B\u00fcro", "arch_name": "33304@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12496", - "roomcode": "5403.02.330D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49437", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12496, + "usage_id": 12 + }, + "5403.02.330E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33305, Elektronische Werkstatt", "arch_name": "33305@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49437", - "roomcode": "5403.02.330E", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=26722", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49437, + "usage_id": 51 + }, + "5403.02.330F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33306, Elektronische Werkstatt", "arch_name": "33306@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26722", - "roomcode": "5403.02.330F", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=26725", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26722, + "usage_id": 51 + }, + "5403.02.330H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33308, B\u00fcro", "arch_name": "33308@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26725", - "roomcode": "5403.02.330H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=26731", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26725, + "usage_id": 12 + }, + "5403.02.330J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33309, B\u00fcro", "arch_name": "33309@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26731", - "roomcode": "5403.02.330J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73970", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26731, + "usage_id": 12 + }, + "5403.02.330K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33002, WC-Herren Vorraum", "arch_name": "33002@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73970", - "roomcode": "5403.02.330K", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73969", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73970, + "usage_id": 118 + }, + "5403.02.330L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33004, WC-Damen Vorraum", "arch_name": "33004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73969", - "roomcode": "5403.02.330L", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73968", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73969, + "usage_id": 118 + }, + "5403.02.330M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33203, B\u00fcro", "arch_name": "33203@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=43428", - "operator": "[ TUCHOCB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73968", - "roomcode": "5403.02.330M", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12551", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 43428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73968, + "usage_id": 12 + }, + "5403.02.331A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33311, B\u00fcro", "arch_name": "33311@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12551", - "roomcode": "5403.02.331A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49916", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12551, + "usage_id": 12 + }, + "5403.02.331B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33312, Flur", "arch_name": "33312@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49916", - "roomcode": "5403.02.331B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49927", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49916, + "usage_id": 222 + }, + "5403.02.331K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33310, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "33310@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49927", - "roomcode": "5403.02.331K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12561", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49927, + "usage_id": 12 + }, + "5403.02.340A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33401, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33401@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12561", - "roomcode": "5403.02.340A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12563", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12561, + "usage_id": 12 + }, + "5403.02.340B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33402, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33402@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12563", - "roomcode": "5403.02.340B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12610", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12563, + "usage_id": 12 + }, + "5403.02.340C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33403, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33403@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12610", - "roomcode": "5403.02.340C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12612", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12610, + "usage_id": 12 + }, + "5403.02.340D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33404, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33404@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12612", - "roomcode": "5403.02.340D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49609", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12612, + "usage_id": 12 + }, + "5403.02.340E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33405, Physiklabor", "arch_name": "33405@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49609", - "roomcode": "5403.02.340E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49619", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49609, + "usage_id": 103 + }, + "5403.02.340K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33409, Dusche, auch Gruppen", "arch_name": "33409@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49619", - "roomcode": "5403.02.340K", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49258", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49619, + "usage_id": 113 + }, + "5403.02.340L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33408, Teek\u00fcche", "arch_name": "33408@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49258", - "roomcode": "5403.02.340L", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73971", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49258, + "usage_id": 198 + }, + "5403.02.340M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33411, Duschraum", "arch_name": "33411@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73971", - "roomcode": "5403.02.340M", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73972", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73971, + "usage_id": 113 + }, + "5403.02.340N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33413, Duschraum", "arch_name": "33413@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73972", - "roomcode": "5403.02.340N", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49270", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73972, + "usage_id": 113 + }, + "5403.02.341B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33412, ADV-Kleinrechneranlage", "arch_name": "33412@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49270", - "roomcode": "5403.02.341B", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49280", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49270, + "usage_id": 207 + }, + "5403.02.341D": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49280", - "roomcode": "5403.02.341D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49286", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49280, + "usage_id": 103 + }, + "5403.02.341K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33410, Labor", "arch_name": "33410@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14722&cRes=18236&cReadonly=J", - "list_index": "204", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49286", - "roomcode": "5403.02.341K", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49740", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 18236, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49286, + "usage_id": 194 + }, + "5403.02.342A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33429, Flur", "arch_name": "33429@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49740", - "roomcode": "5403.02.342A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12691", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49740, + "usage_id": 222 + }, + "5403.02.342B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33422@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12691", - "roomcode": "5403.02.342B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12695", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12691, + "usage_id": 12 + }, + "5403.02.342C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33423, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33423@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12695", - "roomcode": "5403.02.342C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12757", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12695, + "usage_id": 12 + }, + "5403.02.342D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33424, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33424@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12757", - "roomcode": "5403.02.342D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=49772", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12757, + "usage_id": 12 + }, + "5403.02.342E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33425, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33425@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49772", - "roomcode": "5403.02.342E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57732", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49772, + "usage_id": 103 + }, + "5403.02.343A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "33430, Flur", "arch_name": "33430@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57732", - "roomcode": "5403.02.343A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57741", + "area_id": 36, + "building_id": 821, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57732, + "usage_id": 222 + }, + "5403.03.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43001, Putzraum", "arch_name": "43001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57741", - "roomcode": "5403.03.300A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57748", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57741, + "usage_id": 205 + }, + "5403.03.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43003, WC-Herren", "arch_name": "43003@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57748", - "roomcode": "5403.03.300B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57756", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57748, + "usage_id": 115 + }, + "5403.03.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43005, WC-Vorraum", "arch_name": "43005@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57756", - "roomcode": "5403.03.300C", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57763", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57756, + "usage_id": 37 + }, + "5403.03.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43007, Install.Schacht", "arch_name": "43007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57763", - "roomcode": "5403.03.300D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57883", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57763, + "usage_id": 120 + }, + "5403.03.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43008, Install.Schacht", "arch_name": "43008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57883", - "roomcode": "5403.03.300E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57897", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57883, + "usage_id": 120 + }, + "5403.03.300F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43009, Install.Schacht", "arch_name": "43009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57897", - "roomcode": "5403.03.300F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73985", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57897, + "usage_id": 120 + }, + "5403.03.300G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43002, WC-Herren Vorraum", "arch_name": "43002@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73985", - "roomcode": "5403.03.300G", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73983", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73985, + "usage_id": 118 + }, + "5403.03.300H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43004, WC-Damen Vorraum", "arch_name": "43004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73983", - "roomcode": "5403.03.300H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73992", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73983, + "usage_id": 118 + }, + "5403.03.300I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43006, WC-Herren", "arch_name": "43006@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73992", - "roomcode": "5403.03.300I", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57910", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73992, + "usage_id": 115 + }, + "5403.03.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43010, Install.Schacht", "arch_name": "43010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57910", - "roomcode": "5403.03.301A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57918", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57910, + "usage_id": 120 + }, + "5403.03.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43011, Install.Schacht", "arch_name": "43011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57918", - "roomcode": "5403.03.301B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58031", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57918, + "usage_id": 120 + }, + "5403.03.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43012, Treppenraum", "arch_name": "43012@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58031", - "roomcode": "5403.03.301C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58040", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58031, + "usage_id": 223 + }, + "5403.03.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43013, Halle", "arch_name": "43013@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58040", - "roomcode": "5403.03.301D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58051", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58040, + "usage_id": 222 + }, + "5403.03.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43014, Aufzug", "arch_name": "43014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58051", - "roomcode": "5403.03.301E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58061", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58051, + "usage_id": 4 + }, + "5403.03.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43015, Install.Schacht", "arch_name": "43015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58061", - "roomcode": "5403.03.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58071", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58061, + "usage_id": 120 + }, + "5403.03.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43016, Install.Schacht", "arch_name": "43016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58071", - "roomcode": "5403.03.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58189", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58071, + "usage_id": 120 + }, + "5403.03.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43017, Install.Schacht", "arch_name": "43017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58189", - "roomcode": "5403.03.301H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58199", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58189, + "usage_id": 120 + }, + "5403.03.301J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43018, Fluchtweg", "arch_name": "43018@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58199", - "roomcode": "5403.03.301J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58206", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58199, + "usage_id": 219 + }, + "5403.03.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43019, Fluchtweg", "arch_name": "43019@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58206", - "roomcode": "5403.03.301K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58221", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58206, + "usage_id": 219 + }, + "5403.03.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43022, Sonderm\u00fcllzwischenlager", "arch_name": "43022@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58221", - "roomcode": "5403.03.301L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58343", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Terrazzo", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58221, + "usage_id": 214 + }, + "5403.03.302A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43020, Fluchtweg", "arch_name": "43020@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58343", - "roomcode": "5403.03.302A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58353", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58343, + "usage_id": 219 + }, + "5403.03.302B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43021, Fluchtweg", "arch_name": "43021@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58353", - "roomcode": "5403.03.302B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73988", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58353, + "usage_id": 219 + }, + "5403.03.308A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43025, Treppe im Freien", "arch_name": "43025@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73988", - "roomcode": "5403.03.308A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73980", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73988, + "usage_id": 7 + }, + "5403.03.308B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43026, Gang, Weg im Freien", "arch_name": "43026@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73980", - "roomcode": "5403.03.308B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73979", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73980, + "usage_id": 219 + }, + "5403.03.308C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43027, Gang, Weg im Freien", "arch_name": "43027@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73979", - "roomcode": "5403.03.308C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73990", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73979, + "usage_id": 219 + }, + "5403.03.308D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43028, Treppe im Freien", "arch_name": "43028@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73990", - "roomcode": "5403.03.308D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73991", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73990, + "usage_id": 7 + }, + "5403.03.308E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43029, Treppe im Freien", "arch_name": "43029@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73991", - "roomcode": "5403.03.308E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73981", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73991, + "usage_id": 7 + }, + "5403.03.308F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43030, Gang, Weg im Freien", "arch_name": "43030@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73981", - "roomcode": "5403.03.308F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73987", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73981, + "usage_id": 219 + }, + "5403.03.308G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43031, Treppe im Freien", "arch_name": "43031@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73987", - "roomcode": "5403.03.308G", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73982", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73987, + "usage_id": 7 + }, + "5403.03.308H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43032, Gang, Weg im Freien", "arch_name": "43032@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73982", - "roomcode": "5403.03.308H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73989", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73982, + "usage_id": 219 + }, + "5403.03.308I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43033, Treppe im Freien", "arch_name": "43033@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73989", - "roomcode": "5403.03.308I", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58366", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73989, + "usage_id": 7 + }, + "5403.03.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43101, \u00dcbungsraum", "arch_name": "43101@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "extended": { - "additional_description": "43101, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5403), 3.Obergescho\u00df", - "architect_room_nr": "43101@5403", - "area_m2": 33.62, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "310A", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58366", - "roomcode": "5403.03.310A", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13017", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48497, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58366, + "usage_id": 131 + }, + "5403.03.310C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43103, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "43103@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13017", - "roomcode": "5403.03.310C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13021", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13017, + "usage_id": 12 + }, + "5403.03.310D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43104, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "43104@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13021", - "roomcode": "5403.03.310D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58505", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13021, + "usage_id": 12 + }, + "5403.03.310E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43105, Sitzungs-, Konferenzraum", "arch_name": "43105@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58505", - "roomcode": "5403.03.310E", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13076", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48497, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58505, + "usage_id": 196 + }, + "5403.03.310F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43106, Arbeitsraum mit Besprechungsgruppe", "arch_name": "43106@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13076", - "roomcode": "5403.03.310F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58516", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13076, + "usage_id": 12 + }, + "5403.03.310G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43107, EDV", "arch_name": "43107@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58516", - "roomcode": "5403.03.310G", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13086", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58516, + "usage_id": 207 + }, + "5403.03.310H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43108, Aufenthalt", "arch_name": "43108@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13086", - "roomcode": "5403.03.310H", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13091", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13086, + "usage_id": 44 + }, + "5403.03.310J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43109, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43109@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13091", - "roomcode": "5403.03.310J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58660", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13091, + "usage_id": 12 + }, + "5403.03.311K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43110, Phys. Messraum mit lufttechn. Anf.", "arch_name": "43110@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58660", - "roomcode": "5403.03.311K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58665", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58660, + "usage_id": 103 + }, + "5403.03.311L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43112, Flur", "arch_name": "43112@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58665", - "roomcode": "5403.03.311L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58672", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58665, + "usage_id": 222 + }, + "5403.03.320A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43201, Physiklabor (einfach)", "arch_name": "43201@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=46937", - "operator": "[ TUCHOCE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58672", - "roomcode": "5403.03.320A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13175", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58672, + "usage_id": 103 + }, + "5403.03.320B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43202, Labor", "arch_name": "43202@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=46938", - "operator": "[ TUCHOCF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13175", - "roomcode": "5403.03.320B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56459", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13175, + "usage_id": 103 + }, + "5403.03.320C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43203, Labor", "arch_name": "43203@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=14715", - "operator": "[ TUCHOC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56459", - "roomcode": "5403.03.320C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13184", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14715, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56459, + "usage_id": 103 + }, + "5403.03.320D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43204, Labor", "arch_name": "43204@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=46937", - "operator": "[ TUCHOCE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13184", - "roomcode": "5403.03.320D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56478", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13184, + "usage_id": 103 + }, + "5403.03.320E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43205, B\u00fcro", "arch_name": "43205@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56478", - "roomcode": "5403.03.320E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56486", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56478, + "usage_id": 12 + }, + "5403.03.320F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43206, B\u00fcro", "arch_name": "43206@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=46938", - "operator": "[ TUCHOCF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56486", - "roomcode": "5403.03.320F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56609", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56486, + "usage_id": 12 + }, + "5403.03.320G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43207, B\u00fcro", "arch_name": "43207@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=46938", - "operator": "[ TUCHOCF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56609", - "roomcode": "5403.03.320G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56617", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46938, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56609, + "usage_id": 12 + }, + "5403.03.320H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43208, Sp\u00fclraum", "arch_name": "43208@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=46937", - "operator": "[ TUCHOCE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56617", - "roomcode": "5403.03.320H", - "usage": 209 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56624", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56617, + "usage_id": 209 + }, + "5403.03.321B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43212, Physiklabor", "arch_name": "43212@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=46937", - "operator": "[ TUCHOCE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56624", - "roomcode": "5403.03.321B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56632", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56624, + "usage_id": 103 + }, + "5403.03.321D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43214, Labor", "arch_name": "43214@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=46938", - "operator": "[ TUCHOCF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56632", - "roomcode": "5403.03.321D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56741", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56632, + "usage_id": 103 + }, + "5403.03.321H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43218, K\u00fchlraum f.wiss.-techn.Zwecke", "arch_name": "43218@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=46938", - "operator": "[ TUCHOCF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56741", - "roomcode": "5403.03.321H", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56747", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46938, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56741, + "usage_id": 199 + }, + "5403.03.321I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43219, Futtermittel-Labor", "arch_name": "43219@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56747", - "roomcode": "5403.03.321I", - "usage": 168 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56757", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56747, + "usage_id": 168 + }, + "5403.03.321K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43210, Physiklabor", "arch_name": "43210@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=46937", - "operator": "[ TUCHOCE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56757", - "roomcode": "5403.03.321K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56766", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 46937, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56757, + "usage_id": 103 + }, + "5403.03.322B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43222, Aufenthalt", "arch_name": "43222@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56766", - "roomcode": "5403.03.322B", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56776", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56766, + "usage_id": 44 + }, + "5403.03.322C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43223, Morphologisches Labor", "arch_name": "43223@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56776", - "roomcode": "5403.03.322C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56888", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56776, + "usage_id": 102 + }, + "5403.03.322E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43225, Physiklabor", "arch_name": "43225@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56888", - "roomcode": "5403.03.322E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=16237", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56888, + "usage_id": 103 + }, + "5403.03.322G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43227, Physiklabor", "arch_name": "43227@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16237", - "roomcode": "5403.03.322G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56902", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16237, + "usage_id": 103 + }, + "5403.03.322H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43229, Flur", "arch_name": "43229@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56902", - "roomcode": "5403.03.322H", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56909", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56902, + "usage_id": 222 + }, + "5403.03.322K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43220, Elektromikrokospie", "arch_name": "43220@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56909", - "roomcode": "5403.03.322K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56916", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56909, + "usage_id": 103 + }, + "5403.03.323A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43230, Flur", "arch_name": "43230@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56916", - "roomcode": "5403.03.323A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57034", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56916, + "usage_id": 222 + }, + "5403.03.330A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43301, Labor", "arch_name": "43301@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57034", - "roomcode": "5403.03.330A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57047", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57034, + "usage_id": 102 + }, + "5403.03.330B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43302, Labor", "arch_name": "43302@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57047", - "roomcode": "5403.03.330B", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57057", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57047, + "usage_id": 194 + }, + "5403.03.330C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43303, Phys. Messraum mit lufttechn. Anf.", "arch_name": "43303@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57057", - "roomcode": "5403.03.330C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=69557", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 47357, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57057, + "usage_id": 103 + }, + "5403.03.330D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43307, Gruppen", "arch_name": "43307@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "extended": { - "additional_description": "43307, Gruppen", - "address": "Lichtenbergstr. 4(5403), 3.Obergescho\u00df", - "architect_room_nr": "43307@5403", - "area_m2": 47.05, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "330D", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69557", - "roomcode": "5403.03.330D", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12380", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69557, + "usage_id": 131 + }, + "5403.03.330J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43309, Arbeitsraum mit Besprechungsgruppe", "arch_name": "43309@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12380", - "roomcode": "5403.03.330J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12382", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43583, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12380, + "usage_id": 12 + }, + "5403.03.331A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43311, Arbeitsraum mit Besprechungsgruppe", "arch_name": "43311@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12382", - "roomcode": "5403.03.331A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12386", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12382, + "usage_id": 12 + }, + "5403.03.331B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43312, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "43312@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12386", - "roomcode": "5403.03.331B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57199", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12386, + "usage_id": 12 + }, + "5403.03.331C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43313, Flur", "arch_name": "43313@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57199", - "roomcode": "5403.03.331C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12394", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57199, + "usage_id": 222 + }, + "5403.03.331K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43310, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "43310@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12394", - "roomcode": "5403.03.331K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57331", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12394, + "usage_id": 12 + }, + "5403.03.340A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43401, Labor", "arch_name": "43401@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57331", - "roomcode": "5403.03.340A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12401", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57331, + "usage_id": 102 + }, + "5403.03.340B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43402, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43402@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12401", - "roomcode": "5403.03.340B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26762", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12401, + "usage_id": 12 + }, + "5403.03.340C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43403, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "43403@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26762", - "roomcode": "5403.03.340C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57356", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14706, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26762, + "usage_id": 102 + }, + "5403.03.340D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43404, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "43404@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57356", - "roomcode": "5403.03.340D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26838", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14706, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57356, + "usage_id": 102 + }, + "5403.03.340F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43406, Chemielabor", "arch_name": "43406@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26838", - "roomcode": "5403.03.340F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=16770", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14706, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26838, + "usage_id": 102 + }, + "5403.03.340G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43407, Chemielabor (KNSTL.B.,MV)", "arch_name": "43407@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16770", - "roomcode": "5403.03.340G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57500", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16770, + "usage_id": 102 + }, + "5403.03.340H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43408, Teek\u00fcche", "arch_name": "43408@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57500", - "roomcode": "5403.03.340H", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57508", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57500, + "usage_id": 198 + }, + "5403.03.340J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43409, Dusche", "arch_name": "43409@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57508", - "roomcode": "5403.03.340J", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73986", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57508, + "usage_id": 113 + }, + "5403.03.340K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43411, Duschraum", "arch_name": "43411@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73986", - "roomcode": "5403.03.340K", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73984", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73986, + "usage_id": 113 + }, + "5403.03.340L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43412, Duschraum", "arch_name": "43412@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73984", - "roomcode": "5403.03.340L", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57624", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73984, + "usage_id": 113 + }, + "5403.03.341D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43414, Physiklabor", "arch_name": "43414@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=51220", - "operator": "[ TUCHPC7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57624", - "roomcode": "5403.03.341D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57630", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51220, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57624, + "usage_id": 103 + }, + "5403.03.341H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43418, Chemie-Lager", "arch_name": "43418@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57630", - "roomcode": "5403.03.341H", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57642", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57630, + "usage_id": 132 + }, + "5403.03.341K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43410, Physiklabor", "arch_name": "43410@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57642", - "roomcode": "5403.03.341K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11567", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14706, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57642, + "usage_id": 103 + }, + "5403.03.342B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43422@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11567", - "roomcode": "5403.03.342B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11603", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11567, + "usage_id": 12 + }, + "5403.03.342C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43423, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43423@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11603", - "roomcode": "5403.03.342C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=27042", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11603, + "usage_id": 12 + }, + "5403.03.342D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43424, Phys. Messraum mit lufttechn. Anf.", "arch_name": "43424@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27042", - "roomcode": "5403.03.342D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=27047", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27042, + "usage_id": 103 + }, + "5403.03.342F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43426, Labor", "arch_name": "43426@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=48497", - "operator": "[ TUCHPC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27047", - "roomcode": "5403.03.342F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57790", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48497, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27047, + "usage_id": 102 + }, + "5403.03.342J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43429, Flur", "arch_name": "43429@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57790", - "roomcode": "5403.03.342J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57800", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57790, + "usage_id": 222 + }, + "5403.03.342K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43420, Chemie-Lager", "arch_name": "43420@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=49297", - "operator": "[ TUEDS28 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57800", - "roomcode": "5403.03.342K", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57931", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 49297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57800, + "usage_id": 132 + }, + "5403.03.342L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "43430, Flur", "arch_name": "43430@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57931", - "roomcode": "5403.03.342L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57937", + "area_id": 36, + "building_id": 821, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57931, + "usage_id": 222 + }, + "5403.04.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53001, Putzraum", "arch_name": "53001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57937", - "roomcode": "5403.04.300A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57944", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57937, + "usage_id": 205 + }, + "5403.04.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53003, WC-Herren", "arch_name": "53003@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57944", - "roomcode": "5403.04.300B", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57954", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57944, + "usage_id": 115 + }, + "5403.04.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53005, WC-Damen", "arch_name": "53005@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57954", - "roomcode": "5403.04.300C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58077", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57954, + "usage_id": 116 + }, + "5403.04.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53007, Install.Schacht", "arch_name": "53007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58077", - "roomcode": "5403.04.300D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58083", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58077, + "usage_id": 120 + }, + "5403.04.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53008, Install.Schacht", "arch_name": "53008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58083", - "roomcode": "5403.04.300E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58093", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58083, + "usage_id": 120 + }, + "5403.04.300F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53009, Install.Schacht", "arch_name": "53009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58093", - "roomcode": "5403.04.300F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74003", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58093, + "usage_id": 120 + }, + "5403.04.300G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53002, WC-Herren Vorraum", "arch_name": "53002@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74003", - "roomcode": "5403.04.300G", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74001", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74003, + "usage_id": 118 + }, + "5403.04.300H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53004, WC-Damen Vorraum", "arch_name": "53004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74001", - "roomcode": "5403.04.300H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74012", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74001, + "usage_id": 118 + }, + "5403.04.300J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53006, WC-Herren", "arch_name": "53006@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74012", - "roomcode": "5403.04.300J", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58098", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74012, + "usage_id": 115 + }, + "5403.04.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53010, Install.Schacht", "arch_name": "53010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58098", - "roomcode": "5403.04.301A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58106", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58098, + "usage_id": 120 + }, + "5403.04.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53011, Install.Schacht", "arch_name": "53011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58106", - "roomcode": "5403.04.301B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58231", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58106, + "usage_id": 120 + }, + "5403.04.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53012, Treppenraum", "arch_name": "53012@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58231", - "roomcode": "5403.04.301C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58242", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58231, + "usage_id": 223 + }, + "5403.04.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53013, Halle", "arch_name": "53013@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58242", - "roomcode": "5403.04.301D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58251", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58242, + "usage_id": 222 + }, + "5403.04.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53014, Aufzug", "arch_name": "53014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58251", - "roomcode": "5403.04.301E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58257", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58251, + "usage_id": 4 + }, + "5403.04.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53015, Install.Schacht", "arch_name": "53015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58257", - "roomcode": "5403.04.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58265", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58257, + "usage_id": 120 + }, + "5403.04.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53016, Install.Schacht", "arch_name": "53016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58265", - "roomcode": "5403.04.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58394", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58265, + "usage_id": 120 + }, + "5403.04.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53017, Install.Schacht", "arch_name": "53017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58394", - "roomcode": "5403.04.301H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58400", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58394, + "usage_id": 120 + }, + "5403.04.301J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53018, Fluchtweg", "arch_name": "53018@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58400", - "roomcode": "5403.04.301J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58409", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58400, + "usage_id": 219 + }, + "5403.04.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53019, Fluchtweg", "arch_name": "53019@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58409", - "roomcode": "5403.04.301K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58528", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58409, + "usage_id": 219 + }, + "5403.04.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53022, Sonderm\u00fcllzwischenlager", "arch_name": "53022@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58528", - "roomcode": "5403.04.301L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58539", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58528, + "usage_id": 214 + }, + "5403.04.302A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53020, Fluchtweg", "arch_name": "53020@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58539", - "roomcode": "5403.04.302A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58549", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58539, + "usage_id": 219 + }, + "5403.04.302B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53021, Fluchtweg", "arch_name": "53021@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58549", - "roomcode": "5403.04.302B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74008", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58549, + "usage_id": 219 + }, + "5403.04.308A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53025, Treppe im Freien", "arch_name": "53025@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74008", - "roomcode": "5403.04.308A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73996", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74008, + "usage_id": 7 + }, + "5403.04.308B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53026, Gang, Weg im Freien", "arch_name": "53026@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73996", - "roomcode": "5403.04.308B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73995", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73996, + "usage_id": 219 + }, + "5403.04.308C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53027, Gang, Weg im Freien", "arch_name": "53027@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73995", - "roomcode": "5403.04.308C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74010", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73995, + "usage_id": 219 + }, + "5403.04.308D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53028, Treppe im Freien", "arch_name": "53028@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74010", - "roomcode": "5403.04.308D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74011", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74010, + "usage_id": 7 + }, + "5403.04.308E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53029, Treppe im Freien", "arch_name": "53029@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74011", - "roomcode": "5403.04.308E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73993", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74011, + "usage_id": 7 + }, + "5403.04.308F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53030, Gang, Weg im Freien", "arch_name": "53030@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73993", - "roomcode": "5403.04.308F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73999", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73993, + "usage_id": 219 + }, + "5403.04.308G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53231, Flur", "arch_name": "53231@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73999", - "roomcode": "5403.04.308G", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73994", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73999, + "usage_id": 222 + }, + "5403.04.308H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53032, Gang, Weg im Freien", "arch_name": "53032@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73994", - "roomcode": "5403.04.308H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74009", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73994, + "usage_id": 219 + }, + "5403.04.308I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53033, Treppe im Freien", "arch_name": "53033@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74009", - "roomcode": "5403.04.308I", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74007", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74009, + "usage_id": 7 + }, + "5403.04.308J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53031, Treppe im Freien", "arch_name": "53031@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74007", - "roomcode": "5403.04.308J", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11919", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74007, + "usage_id": 7 + }, + "5403.04.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53101, \u00dcbungsraum", "arch_name": "53101@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "extended": { - "additional_description": "53101, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5403), 4.Obergescho\u00df", - "architect_room_nr": "53101@5403", - "area_m2": 26.96, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "310A", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11919", - "roomcode": "5403.04.310A", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11921", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11919, + "usage_id": 131 + }, + "5403.04.310B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53102, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "53102@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=47357", - "operator": "[ TUCHOCG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11921", - "roomcode": "5403.04.310B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58692", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47357, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11921, + "usage_id": 12 + }, + "5403.04.310C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53103, B\u00fcro", "arch_name": "53103@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58692", - "roomcode": "5403.04.310C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11933", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58692, + "usage_id": 12 + }, + "5403.04.310D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53104, Sekretariat", "arch_name": "53104@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11933", - "roomcode": "5403.04.310D", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11937", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11933, + "usage_id": 40 + }, + "5403.04.310E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53105, Prof.-B\u00fcro", "arch_name": "53105@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11937", - "roomcode": "5403.04.310E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11971", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11937, + "usage_id": 12 + }, + "5403.04.310F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53106, Praktikum u. Seminarraum", "arch_name": "53106@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=18030&cReadonly=J", - "list_index": "338", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11971", - "roomcode": "5403.04.310F", - "usage": 211 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56498", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 18030, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11971, + "usage_id": 211 + }, + "5403.04.310H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53108, Elektronikwerkstatt", "arch_name": "53108@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56498", - "roomcode": "5403.04.310H", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11977", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56498, + "usage_id": 51 + }, + "5403.04.310J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53109, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53109@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11977", - "roomcode": "5403.04.310J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56513", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11977, + "usage_id": 12 + }, + "5403.04.311A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53112, Flur", "arch_name": "53112@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56513", - "roomcode": "5403.04.311A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=17253", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56513, + "usage_id": 222 + }, + "5403.04.311K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53110, Gebetsraum", "arch_name": "53110@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17253", - "roomcode": "5403.04.311K", - "usage": 129 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=26063", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17253, + "usage_id": 129 + }, + "5403.04.320A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53201, CVD-Labor", "arch_name": "53201@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26063", - "roomcode": "5403.04.320A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56648", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26063, + "usage_id": 102 + }, + "5403.04.320B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53202, CVD-Labor", "arch_name": "53202@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56648", - "roomcode": "5403.04.320B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56659", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56648, + "usage_id": 102 + }, + "5403.04.320C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53203, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53203@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56659", - "roomcode": "5403.04.320C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56666", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56659, + "usage_id": 12 + }, + "5403.04.320D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53204, B\u00fcro Vermietung BTA/LGA", "arch_name": "53204@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56666", - "roomcode": "5403.04.320D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56782", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56666, + "usage_id": 12 + }, + "5403.04.320E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53205, Lager", "arch_name": "53205@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56782", - "roomcode": "5403.04.320E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56790", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56782, + "usage_id": 30 + }, + "5403.04.320F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53206, Feinmechanische Werkstatt", "arch_name": "53206@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56790", - "roomcode": "5403.04.320F", - "usage": 108 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56798", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56790, + "usage_id": 108 + }, + "5403.04.320G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53209A, Dunkelkammer-Schleuse", "arch_name": "53209A@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56798", - "roomcode": "5403.04.320G", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56805", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56798, + "usage_id": 105 + }, + "5403.04.320J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53209, Archiv", "arch_name": "53209@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56805", - "roomcode": "5403.04.320J", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56812", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56805, + "usage_id": 2 + }, + "5403.04.321A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53212, Dunkelkammer-Schleuse", "arch_name": "53212@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56812", - "roomcode": "5403.04.321A", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56927", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56812, + "usage_id": 105 + }, + "5403.04.321B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53216, Dunkelkammer-Schleuse", "arch_name": "53216@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56927", - "roomcode": "5403.04.321B", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56935", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56927, + "usage_id": 105 + }, + "5403.04.321C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53213, Messlabor", "arch_name": "53213@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56935", - "roomcode": "5403.04.321C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56938", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56935, + "usage_id": 103 + }, + "5403.04.321G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53217, HL-Reinstraum-Labor", "arch_name": "53217@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56938", - "roomcode": "5403.04.321G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74006", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56938, + "usage_id": 103 + }, + "5403.04.321H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53218, Schleuse", "arch_name": "53218@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74006", - "roomcode": "5403.04.321H", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56950", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74006, + "usage_id": 105 + }, + "5403.04.321K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53210, Roentgendiffraktraum", "arch_name": "53210@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56950", - "roomcode": "5403.04.321K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74000", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56950, + "usage_id": 103 + }, + "5403.04.321L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53221, Serverraum", "arch_name": "53221@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74000", - "roomcode": "5403.04.321L", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57076", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74000, + "usage_id": 207 + }, + "5403.04.322A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53229, Flur", "arch_name": "53229@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57076", - "roomcode": "5403.04.322A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57084", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57076, + "usage_id": 222 + }, + "5403.04.322B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53222, Mess u. Elektroniklabor", "arch_name": "53222@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57084", - "roomcode": "5403.04.322B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57096", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57084, + "usage_id": 103 + }, + "5403.04.322C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53223, CVD-Labor", "arch_name": "53223@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57096", - "roomcode": "5403.04.322C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73998", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57096, + "usage_id": 103 + }, + "5403.04.322D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53233, Flur", "arch_name": "53233@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73998", - "roomcode": "5403.04.322D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57105", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73998, + "usage_id": 222 + }, + "5403.04.322E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53225, ESCA-Labor", "arch_name": "53225@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57105", - "roomcode": "5403.04.322E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57220", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57105, + "usage_id": 103 + }, + "5403.04.322G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53227, HL-Reinstraum-Labor", "arch_name": "53227@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57220", - "roomcode": "5403.04.322G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57230", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57220, + "usage_id": 103 + }, + "5403.04.322H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53228, HL-Reinstraum-Labor", "arch_name": "53228@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57230", - "roomcode": "5403.04.322H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57240", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57230, + "usage_id": 103 + }, + "5403.04.322K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53220, HL-Reinstraum-Labor", "arch_name": "53220@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57240", - "roomcode": "5403.04.322K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57250", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57240, + "usage_id": 103 + }, + "5403.04.323A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53230, Flur", "arch_name": "53230@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57250", - "roomcode": "5403.04.323A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74004", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57250, + "usage_id": 222 + }, + "5403.04.323B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53232, Schleuse", "arch_name": "53232@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74004", - "roomcode": "5403.04.323B", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=12291", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74004, + "usage_id": 105 + }, + "5403.04.330A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53301, Seminarraum", "arch_name": "53301@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=15182&cReadonly=J", - "extended": { - "additional_description": "53301, Seminarraum", - "address": "Lichtenbergstr. 4(5403), 4.Obergescho\u00df", - "architect_room_nr": "53301@5403", - "area_m2": 124.8, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "330A", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12291", - "roomcode": "5403.04.330A", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=26517", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 15182, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12291, + "usage_id": 41 + }, + "5403.04.330F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53306, Leseplatz m. B\u00fccherstellfl\u00e4che", "arch_name": "53306@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=15248&cReadonly=J", - "list_index": "369", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26517", - "roomcode": "5403.04.330F", - "usage": 10 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=69556", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 15248, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26517, + "usage_id": 10 + }, + "5403.04.330G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53305, Lager", "arch_name": "53305@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69556", - "roomcode": "5403.04.330G", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57392", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69556, + "usage_id": 30 + }, + "5403.04.331A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53313, Flur", "arch_name": "53313@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57392", - "roomcode": "5403.04.331A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57399", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57392, + "usage_id": 222 + }, + "5403.04.340A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53401, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53401@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57399", - "roomcode": "5403.04.340A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11412", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57399, + "usage_id": 12 + }, + "5403.04.340B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53402, B\u00fcro", "arch_name": "53402@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11412", - "roomcode": "5403.04.340B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11414", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11412, + "usage_id": 12 + }, + "5403.04.340D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53404, Prof.-B\u00fcro", "arch_name": "53404@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11414", - "roomcode": "5403.04.340D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57538", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11414, + "usage_id": 12 + }, + "5403.04.340E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53405, Chemielabor", "arch_name": "53405@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57538", - "roomcode": "5403.04.340E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57548", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57538, + "usage_id": 102 + }, + "5403.04.340F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53406, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "53406@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57548", - "roomcode": "5403.04.340F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57668", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57548, + "usage_id": 102 + }, + "5403.04.340G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53408, Teek\u00fcche", "arch_name": "53408@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57668", - "roomcode": "5403.04.340G", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57677", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57668, + "usage_id": 198 + }, + "5403.04.340H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53409, Dusche", "arch_name": "53409@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57677", - "roomcode": "5403.04.340H", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74005", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57677, + "usage_id": 113 + }, + "5403.04.340I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53411, Duschraum", "arch_name": "53411@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74005", - "roomcode": "5403.04.340I", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57686", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74005, + "usage_id": 113 + }, + "5403.04.341B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53412, Phys. Messraum", "arch_name": "53412@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57686", - "roomcode": "5403.04.341B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74002", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57686, + "usage_id": 103 + }, + "5403.04.341C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53413, Duschraum", "arch_name": "53413@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74002", - "roomcode": "5403.04.341C", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57802", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74002, + "usage_id": 113 + }, + "5403.04.341H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53418, Physiklabor einfach", "arch_name": "53418@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57802", - "roomcode": "5403.04.341H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57814", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57802, + "usage_id": 103 + }, + "5403.04.341K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53410, Chemielabor (KNSTL.B.,MV)", "arch_name": "53410@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57814", - "roomcode": "5403.04.341K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57825", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57814, + "usage_id": 102 + }, + "5403.04.342A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53429, Flur", "arch_name": "53429@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57825", - "roomcode": "5403.04.342A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57836", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57825, + "usage_id": 222 + }, + "5403.04.342B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53422@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=47598", - "operator": "[ TUCHACD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57836", - "roomcode": "5403.04.342B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57968", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47598, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57836, + "usage_id": 12 + }, + "5403.04.342C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53423, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53423@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=47598", - "operator": "[ TUCHACD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57968", - "roomcode": "5403.04.342C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73997", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 47598, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57968, + "usage_id": 12 + }, + "5403.04.342D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53424, B\u00fcro", "arch_name": "53424@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73997", - "roomcode": "5403.04.342D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11714", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 23184, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73997, + "usage_id": 12 + }, + "5403.04.342E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53425, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "53425@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=23184&cRes=18010&cReadonly=J", - "list_index": "388", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11714", - "roomcode": "5403.04.342E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11718", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 18010, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23184, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11714, + "usage_id": 12 + }, + "5403.04.342F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53426, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "53426@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11718", - "roomcode": "5403.04.342F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58112", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23184, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11718, + "usage_id": 12 + }, + "5403.04.342G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53427, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "53427@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58112", - "roomcode": "5403.04.342G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58121", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58112, + "usage_id": 102 + }, + "5403.04.343A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "53430, Flur", "arch_name": "53430@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58121", - "roomcode": "5403.04.343A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74027", + "area_id": 36, + "building_id": 821, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58121, + "usage_id": 222 + }, + "5403.05.210H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62108, B\u00fcro", "arch_name": "62108@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74027", - "roomcode": "5403.05.210H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73859", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23182, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74027, + "usage_id": 12 + }, + "5403.05.210I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62110, B\u00fcro", "arch_name": "62110@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73859", - "roomcode": "5403.05.210I", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74024", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23182, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73859, + "usage_id": 12 + }, + "5403.05.210J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62109, B\u00fcro", "arch_name": "62109@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=43583", - "operator": "[ TUCHPC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74024", - "roomcode": "5403.05.210J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74022", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 43583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74024, + "usage_id": 12 + }, + "5403.05.210K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62111, B\u00fcro", "arch_name": "62111@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=54139", - "operator": "[ TUS3002 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74022", - "roomcode": "5403.05.210K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73858", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54139, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74022, + "usage_id": 12 + }, + "5403.05.210L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62112, B\u00fcro", "arch_name": "62112@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73858", - "roomcode": "5403.05.210L", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74013", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23182, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73858, + "usage_id": 12 + }, + "5403.05.210M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62116, Besprechungsraum", "arch_name": "62116@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74013", - "roomcode": "5403.05.210M", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74021", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23182, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74013, + "usage_id": 196 + }, + "5403.05.211A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62115, B\u00fcro", "arch_name": "62115@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=54139", - "operator": "[ TUS3002 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74021", - "roomcode": "5403.05.211A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74025", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54139, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74021, + "usage_id": 12 + }, + "5403.05.211C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62113, B\u00fcro", "arch_name": "62113@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=54139", - "operator": "[ TUS3002 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74025", - "roomcode": "5403.05.211C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74023", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54139, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74025, + "usage_id": 12 + }, + "5403.05.211D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62114, B\u00fcro", "arch_name": "62114@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74023", - "roomcode": "5403.05.211D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74014", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23182, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74023, + "usage_id": 12 + }, + "5403.05.211E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62117, B\u00fcro", "arch_name": "62117@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=54139", - "operator": "[ TUS3002 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74014", - "roomcode": "5403.05.211E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58130", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 54139, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74014, + "usage_id": 12 + }, + "5403.05.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63001, NIP II", "arch_name": "63001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58130", - "roomcode": "5403.05.300A", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58137", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58130, + "usage_id": 160 + }, + "5403.05.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63002, WC-Vorraum", "arch_name": "63002@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58137", - "roomcode": "5403.05.300B", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58144", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58137, + "usage_id": 37 + }, + "5403.05.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63003, WC-Herren", "arch_name": "63003@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58144", - "roomcode": "5403.05.300C", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58273", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58144, + "usage_id": 115 + }, + "5403.05.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63004, Treppenraum", "arch_name": "63004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58273", - "roomcode": "5403.05.300D", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58279", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58273, + "usage_id": 223 + }, + "5403.05.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63007, Install.Schacht", "arch_name": "63007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58279", - "roomcode": "5403.05.300E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58290", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58279, + "usage_id": 120 + }, + "5403.05.300F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63008, Install.Schacht", "arch_name": "63008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58290", - "roomcode": "5403.05.300F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58301", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58290, + "usage_id": 120 + }, + "5403.05.300G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63009, Install.Schacht", "arch_name": "63009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58301", - "roomcode": "5403.05.300G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73864", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58301, + "usage_id": 120 + }, + "5403.05.300H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63005, WC-Damen Vorraum", "arch_name": "63005@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73864", - "roomcode": "5403.05.300H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73863", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73864, + "usage_id": 118 + }, + "5403.05.300I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63006, WC-Herren Vorraum", "arch_name": "63006@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73863", - "roomcode": "5403.05.300I", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73879", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73863, + "usage_id": 118 + }, + "5403.05.300J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63023, Putzraum", "arch_name": "63023@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73879", - "roomcode": "5403.05.300J", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58423", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73879, + "usage_id": 205 + }, + "5403.05.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63010, Install.Schacht", "arch_name": "63010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58423", - "roomcode": "5403.05.301A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58435", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58423, + "usage_id": 120 + }, + "5403.05.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63011, Install.Schacht", "arch_name": "63011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58435", - "roomcode": "5403.05.301B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58448", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58435, + "usage_id": 120 + }, + "5403.05.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63012, Treppenraum", "arch_name": "63012@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58448", - "roomcode": "5403.05.301C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58457", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58448, + "usage_id": 223 + }, + "5403.05.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63013, Halle", "arch_name": "63013@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58457", - "roomcode": "5403.05.301D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58573", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58457, + "usage_id": 222 + }, + "5403.05.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63014, Aufzug", "arch_name": "63014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58573", - "roomcode": "5403.05.301E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58579", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58573, + "usage_id": 4 + }, + "5403.05.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63015, Install.Schacht", "arch_name": "63015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58579", - "roomcode": "5403.05.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58591", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58579, + "usage_id": 120 + }, + "5403.05.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63016, Install.Schacht", "arch_name": "63016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58591", - "roomcode": "5403.05.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58607", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58591, + "usage_id": 120 + }, + "5403.05.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63017, Install.Schacht", "arch_name": "63017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58607", - "roomcode": "5403.05.301H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73862", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58607, + "usage_id": 120 + }, + "5403.05.301I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63021, Flur", "arch_name": "63021@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73862", - "roomcode": "5403.05.301I", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58737", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73862, + "usage_id": 222 + }, + "5403.05.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63019, Fluchtweg", "arch_name": "63019@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58737", - "roomcode": "5403.05.301K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58748", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58737, + "usage_id": 219 + }, + "5403.05.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63022, Sonderm\u00fcllzwischenlager", "arch_name": "63022@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58748", - "roomcode": "5403.05.301L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73881", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58748, + "usage_id": 214 + }, + "5403.05.308A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63025, Treppe im Freien", "arch_name": "63025@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73881", - "roomcode": "5403.05.308A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74017", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73881, + "usage_id": 7 + }, + "5403.05.308B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63026, Gang, Weg im Freien", "arch_name": "63026@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74017", - "roomcode": "5403.05.308B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74016", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74017, + "usage_id": 219 + }, + "5403.05.308C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63027, Gang, Weg im Freien", "arch_name": "63027@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74016", - "roomcode": "5403.05.308C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73883", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74016, + "usage_id": 219 + }, + "5403.05.308D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63028, Treppe im Freien", "arch_name": "63028@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73883", - "roomcode": "5403.05.308D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73884", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73883, + "usage_id": 7 + }, + "5403.05.308E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63029, Treppe im Freien", "arch_name": "63029@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73884", - "roomcode": "5403.05.308E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74019", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73884, + "usage_id": 7 + }, + "5403.05.308F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63030, Gang, Weg im Freien", "arch_name": "63030@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74019", - "roomcode": "5403.05.308F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73880", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74019, + "usage_id": 219 + }, + "5403.05.308G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63031, Treppe im Freien", "arch_name": "63031@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73880", - "roomcode": "5403.05.308G", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74020", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73880, + "usage_id": 7 + }, + "5403.05.308H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63032, Gang, Weg im Freien", "arch_name": "63032@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74020", - "roomcode": "5403.05.308H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73882", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74020, + "usage_id": 219 + }, + "5403.05.308I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63033, Treppe im Freien", "arch_name": "63033@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73882", - "roomcode": "5403.05.308I", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56545", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73882, + "usage_id": 7 + }, + "5403.05.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63101, Besprechungsraum/PC-Raum", "arch_name": "63101@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56545", - "roomcode": "5403.05.310A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12023", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23182, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56545, + "usage_id": 196 + }, + "5403.05.310C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63103, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63103@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12023", - "roomcode": "5403.05.310C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12024", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23182, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12023, + "usage_id": 12 + }, + "5403.05.310D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63104, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63104@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12024", - "roomcode": "5403.05.310D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12083", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23182, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12024, + "usage_id": 12 + }, + "5403.05.310E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63105, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63105@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12083", - "roomcode": "5403.05.310E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12091", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23182, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12083, + "usage_id": 12 + }, + "5403.05.310F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63106, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63106@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=23182", - "operator": "[ TUCHTH2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12091", - "roomcode": "5403.05.310F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=26082", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23182, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12091, + "usage_id": 12 + }, + "5403.05.310G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63107, Bibliothek", "arch_name": "63107@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=54997", - "operator": "[ TUS3007 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26082", - "roomcode": "5403.05.310G", - "usage": 10 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12099", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Laminat", + "main_operator_id": 54997, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26082, + "usage_id": 10 + }, + "5403.05.311K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63110, Seminarraum", "arch_name": "63110@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=51898&cRes=18008&cReadonly=J", - "extended": { - "additional_description": "63110, Seminarraum", - "address": "Lichtenbergstr. 4(5403), 5.Obergescho\u00df", - "architect_room_nr": "63110@5403", - "area_m2": 49.34, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "311K", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12099", - "roomcode": "5403.05.311K", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56820", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 18008, + "floor_level": "5.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 51898, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12099, + "usage_id": 41 + }, + "5403.05.311L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63112, Flur", "arch_name": "63112@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56820", - "roomcode": "5403.05.311L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=17268", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56820, + "usage_id": 222 + }, + "5403.05.320A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63201, Lager", "arch_name": "63201@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17268", - "roomcode": "5403.05.320A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12158", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17268, + "usage_id": 30 + }, + "5403.05.320B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63202, Aufenthalt", "arch_name": "63202@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=15178&cReadonly=J", - "list_index": "441", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12158", - "roomcode": "5403.05.320B", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74015", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 15178, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12158, + "usage_id": 44 + }, + "5403.05.320D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63204, CIP-Pool", "arch_name": "63204@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74015", - "roomcode": "5403.05.320D", - "usage": 213 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56840", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74015, + "usage_id": 213 + }, + "5403.05.320F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63206, B\u00fcro", "arch_name": "63206@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56840", - "roomcode": "5403.05.320F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56961", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56840, + "usage_id": 12 + }, + "5403.05.320H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63208, B\u00fcro", "arch_name": "63208@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56961", - "roomcode": "5403.05.320H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73860", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56961, + "usage_id": 12 + }, + "5403.05.320I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63207, B\u00fcro", "arch_name": "63207@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73860", - "roomcode": "5403.05.320I", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74026", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73860, + "usage_id": 12 + }, + "5403.05.320J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63209, Aufenthaltsraum", "arch_name": "63209@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74026", - "roomcode": "5403.05.320J", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56971", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74026, + "usage_id": 44 + }, + "5403.05.321D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63214, HPLC III", "arch_name": "63214@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56971", - "roomcode": "5403.05.321D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56980", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56971, + "usage_id": 102 + }, + "5403.05.321F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63216, Lager", "arch_name": "63216@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56980", - "roomcode": "5403.05.321F", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57114", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56980, + "usage_id": 30 + }, + "5403.05.321H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63218, W\u00e4geraum", "arch_name": "63218@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57114", - "roomcode": "5403.05.321H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57127", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57114, + "usage_id": 103 + }, + "5403.05.322B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63222, Praktikum LC III", "arch_name": "63222@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57127", - "roomcode": "5403.05.322B", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=73861", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57127, + "usage_id": 212 + }, + "5403.05.322C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63223, B\u00fcro", "arch_name": "63223@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73861", - "roomcode": "5403.05.322C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12273", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73861, + "usage_id": 12 + }, + "5403.05.322E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63225, Besprechung", "arch_name": "63225@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12273", - "roomcode": "5403.05.322E", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57253", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12273, + "usage_id": 196 + }, + "5403.05.322H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63229, Flur", "arch_name": "63229@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57253", - "roomcode": "5403.05.322H", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=12281", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57253, + "usage_id": 222 + }, + "5403.05.322K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63220, CIP-Pool", "arch_name": "63220@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12281", - "roomcode": "5403.05.322K", - "usage": 213 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57274", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12281, + "usage_id": 213 + }, + "5403.05.323A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63230, Flur", "arch_name": "63230@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57274", - "roomcode": "5403.05.323A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57839", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57274, + "usage_id": 222 + }, + "5403.05.331L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "62120, Flur", "arch_name": "62120@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57839", - "roomcode": "5403.05.331L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11504", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57839, + "usage_id": 222 + }, + "5403.05.340A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63401, Seminar/\u00dcbungsraum", "arch_name": "63401@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=14706&cRes=12658&cReadonly=J", - "extended": { - "additional_description": "63401, Seminar/\u00dcbungsraum", - "address": "Lichtenbergstr. 4(5403), 5.Obergescho\u00df", - "architect_room_nr": "63401@5403", - "area_m2": 40.79, - "building": "5403 Laborgeb\u00e4ude CH 3", - "floor_number": "5.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "340A", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11504", - "roomcode": "5403.05.340A", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11507", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 12658, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 14706, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11504, + "usage_id": 131 + }, + "5403.05.340C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63403, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63403@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11507", - "roomcode": "5403.05.340C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57869", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11507, + "usage_id": 12 + }, + "5403.05.340D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63404, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63404@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57869", - "roomcode": "5403.05.340D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11510", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57869, + "usage_id": 12 + }, + "5403.05.340E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63405, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63405@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=50919", - "operator": "[ TUCHTH7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11510", - "roomcode": "5403.05.340E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11513", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 50919, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11510, + "usage_id": 12 + }, + "5403.05.340F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63406, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63406@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": "tvKalender.wSicht?cOrg=50919&cRes=18147&cReadonly=J", - "list_index": "461", - "op_link": "webnav.navigate_to?corg=50919", - "operator": "[ TUCHTH7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11513", - "roomcode": "5403.05.340F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11568", + "area_id": 36, + "building_id": 821, + "calendar_resource_nr": 18147, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 50919, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11513, + "usage_id": 12 + }, + "5403.05.340G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63407, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63407@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=50919", - "operator": "[ TUCHTH7 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11568", - "roomcode": "5403.05.340G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58020", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 50919, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11568, + "usage_id": 12 + }, + "5403.05.340H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63408, Kopierer", "arch_name": "63408@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58020", - "roomcode": "5403.05.340H", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58030", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58020, + "usage_id": 110 + }, + "5403.05.340I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63409, Kopierer", "arch_name": "63409@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58030", - "roomcode": "5403.05.340I", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58150", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58030, + "usage_id": 110 + }, + "5403.05.341B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63412, Lesepl. m. B\u00fccherstellpl\u00e4tze", "arch_name": "63412@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58150", - "roomcode": "5403.05.341B", - "usage": 10 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58163", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58150, + "usage_id": 10 + }, + "5403.05.341D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63414, Lager", "arch_name": "63414@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58163", - "roomcode": "5403.05.341D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58171", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58163, + "usage_id": 30 + }, + "5403.05.341E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63415, Tee- u. Kaffeek\u00fcche", "arch_name": "63415@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "467", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58171", - "roomcode": "5403.05.341E", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58182", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58171, + "usage_id": 198 + }, + "5403.05.341K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63410, EDV", "arch_name": "63410@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "468", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58182", - "roomcode": "5403.05.341K", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11625", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58182, + "usage_id": 207 + }, + "5403.05.342B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63422, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63422@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11625", - "roomcode": "5403.05.342B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11628", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11625, + "usage_id": 12 + }, + "5403.05.342C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63423, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63423@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "470", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11628", - "roomcode": "5403.05.342C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58325", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11628, + "usage_id": 12 + }, + "5403.05.342D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63424, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63424@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58325", - "roomcode": "5403.05.342D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11684", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58325, + "usage_id": 12 + }, + "5403.05.342E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63425, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63425@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "472", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11684", - "roomcode": "5403.05.342E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11687", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11684, + "usage_id": 12 + }, + "5403.05.342F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63426, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63426@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "473", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11687", - "roomcode": "5403.05.342F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11690", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11687, + "usage_id": 12 + }, + "5403.05.342G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63427, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63427@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11690", - "roomcode": "5403.05.342G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11694", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11690, + "usage_id": 12 + }, + "5403.05.342H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63428, Sekretariat", "arch_name": "63428@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11694", - "roomcode": "5403.05.342H", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58486", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11694, + "usage_id": 40 + }, + "5403.05.342J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63429, Flur", "arch_name": "63429@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "476", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58486", - "roomcode": "5403.05.342J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=11749", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58486, + "usage_id": 222 + }, + "5403.05.342K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63420, Arbeitsraum mit Besprechungsgruppe", "arch_name": "63420@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11749", - "roomcode": "5403.05.342K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58620", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51898, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11749, + "usage_id": 12 + }, + "5403.05.343A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63430, Flur", "arch_name": "63430@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "478", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58620", - "roomcode": "5403.05.343A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=74018", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58620, + "usage_id": 222 + }, + "5403.05.343D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "63431, Besprechungsraum", "arch_name": "63431@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74018", - "roomcode": "5403.05.343D", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58627", + "area_id": 36, + "building_id": 821, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74018, + "usage_id": 196 + }, + "5403.06.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73001, Abluftzentrale", "arch_name": "73001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58627", - "roomcode": "5403.06.300A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58635", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58627, + "usage_id": 32 + }, + "5403.06.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73004, Treppenraum", "arch_name": "73004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "481", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58635", - "roomcode": "5403.06.300B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58644", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58635, + "usage_id": 223 + }, + "5403.06.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73007, Install.Schacht", "arch_name": "73007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "482", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58644", - "roomcode": "5403.06.300C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58764", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58644, + "usage_id": 120 + }, + "5403.06.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73008, Install.Schacht", "arch_name": "73008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "483", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58764", - "roomcode": "5403.06.300D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58769", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58764, + "usage_id": 120 + }, + "5403.06.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73009, Install.Schacht", "arch_name": "73009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "484", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58769", - "roomcode": "5403.06.300E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58777", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58769, + "usage_id": 120 + }, + "5403.06.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73010, Install.Schacht", "arch_name": "73010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "485", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58777", - "roomcode": "5403.06.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58787", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58777, + "usage_id": 120 + }, + "5403.06.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73011, Install.Schacht", "arch_name": "73011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "486", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58787", - "roomcode": "5403.06.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=56417", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58787, + "usage_id": 120 + }, + "5403.06.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73014, Aufzug", "arch_name": "73014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "487", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56417", - "roomcode": "5403.06.301H", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=56426", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56417, + "usage_id": 4 + }, + "5403.06.301J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73015, Install.Schacht", "arch_name": "73015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "488", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56426", - "roomcode": "5403.06.301J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=56436", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56426, + "usage_id": 120 + }, + "5403.06.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73016, Install.Schacht", "arch_name": "73016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "489", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56436", - "roomcode": "5403.06.301K", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=56444", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56436, + "usage_id": 120 + }, + "5403.06.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "73017, Install.Schacht", "arch_name": "73017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "490", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56444", - "roomcode": "5403.06.301L", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56454", + "area_id": 36, + "building_id": 821, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56444, + "usage_id": 120 + }, + "5403.07.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83001, Abluftzentrale", "arch_name": "83001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "491", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56454", - "roomcode": "5403.07.300A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56571", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56454, + "usage_id": 32 + }, + "5403.07.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83004, Treppe", "arch_name": "83004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "492", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56571", - "roomcode": "5403.07.300B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56580", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56571, + "usage_id": 223 + }, + "5403.07.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83008, Install.Schacht", "arch_name": "83008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "493", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56580", - "roomcode": "5403.07.300C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56590", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56580, + "usage_id": 120 + }, + "5403.07.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83009, Install.Schacht", "arch_name": "83009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "494", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56590", - "roomcode": "5403.07.300D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56597", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56590, + "usage_id": 120 + }, + "5403.07.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83010, Install.Schacht", "arch_name": "83010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "495", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56597", - "roomcode": "5403.07.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56700", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56597, + "usage_id": 120 + }, + "5403.07.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83014, Aufzugs-u. F\u00f6rdermaschinenraum", "arch_name": "83014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "496", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56700", - "roomcode": "5403.07.301H", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56710", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56700, + "usage_id": 5 + }, + "5403.07.301J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83015, Install.Schacht", "arch_name": "83015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "497", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56710", - "roomcode": "5403.07.301J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56718", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56710, + "usage_id": 120 + }, + "5403.07.301K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83016, Install.Schacht", "arch_name": "83016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "498", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56718", - "roomcode": "5403.07.301K", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 7.OG", - "address_link": "ris.einzelraum?raumkey=56727", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56718, + "usage_id": 120 + }, + "5403.07.301L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "83017, Install.Schacht", "arch_name": "83017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "499", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56727", - "roomcode": "5403.07.301L", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48999", + "area_id": 36, + "building_id": 821, + "floor_level": "7.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56727, + "usage_id": 120 + }, + "5403.EG.300A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13001, WC-Vorraum Herren", "arch_name": "13001@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48999", - "roomcode": "5403.EG.300A", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49009", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48999, + "usage_id": 37 + }, + "5403.EG.300B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13002, Putzraum", "arch_name": "13002@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49009", - "roomcode": "5403.EG.300B", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49020", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49009, + "usage_id": 205 + }, + "5403.EG.300C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13003, Putzraum", "arch_name": "13003@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49020", - "roomcode": "5403.EG.300C", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49028", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49020, + "usage_id": 205 + }, + "5403.EG.300D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13004, WC", "arch_name": "13004@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49028", - "roomcode": "5403.EG.300D", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49166", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49028, + "usage_id": 114 + }, + "5403.EG.300E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13005, WC-Vorraum Herren", "arch_name": "13005@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49166", - "roomcode": "5403.EG.300E", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49178", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49166, + "usage_id": 37 + }, + "5403.EG.300F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13007, Installationsschacht", "arch_name": "13007@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49178", - "roomcode": "5403.EG.300F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49188", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49178, + "usage_id": 120 + }, + "5403.EG.300G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13008, Installationsschacht", "arch_name": "13008@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49188", - "roomcode": "5403.EG.300G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49198", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49188, + "usage_id": 120 + }, + "5403.EG.300H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13009, Installationsschacht", "arch_name": "13009@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49198", - "roomcode": "5403.EG.300H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49331", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49198, + "usage_id": 120 + }, + "5403.EG.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13010, Installationsschacht", "arch_name": "13010@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49331", - "roomcode": "5403.EG.301A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49343", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49331, + "usage_id": 120 + }, + "5403.EG.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13011, Installationsschacht", "arch_name": "13011@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49343", - "roomcode": "5403.EG.301B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49351", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49343, + "usage_id": 120 + }, + "5403.EG.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13012, Treppenraum", "arch_name": "13012@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49351", - "roomcode": "5403.EG.301C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49358", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49351, + "usage_id": 223 + }, + "5403.EG.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13013, Flur", "arch_name": "13013@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49358", - "roomcode": "5403.EG.301D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49369", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49358, + "usage_id": 222 + }, + "5403.EG.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13014, Aufzug", "arch_name": "13014@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49369", - "roomcode": "5403.EG.301E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49499", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49369, + "usage_id": 4 + }, + "5403.EG.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13015, Installationsschacht", "arch_name": "13015@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49499", - "roomcode": "5403.EG.301F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49509", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49499, + "usage_id": 120 + }, + "5403.EG.301G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13016, Installationsschacht", "arch_name": "13016@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49509", - "roomcode": "5403.EG.301G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49521", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49509, + "usage_id": 120 + }, + "5403.EG.301H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13017, Installationsschacht", "arch_name": "13017@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49521", - "roomcode": "5403.EG.301H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73963", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49521, + "usage_id": 120 + }, + "5403.EG.301I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13018, Flur", "arch_name": "13018@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73963", - "roomcode": "5403.EG.301I", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73874", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73963, + "usage_id": 222 + }, + "5403.EG.308A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13025, Treppe im Freien", "arch_name": "13025@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73874", - "roomcode": "5403.EG.308A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73878", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73874, + "usage_id": 7 + }, + "5403.EG.308B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13026, Treppe im Freien", "arch_name": "13026@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73878", - "roomcode": "5403.EG.308B", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73877", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73878, + "usage_id": 7 + }, + "5403.EG.308C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13027, Treppe im Freien", "arch_name": "13027@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73877", - "roomcode": "5403.EG.308C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73876", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73877, + "usage_id": 7 + }, + "5403.EG.308D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13028, Treppe im Freien", "arch_name": "13028@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73876", - "roomcode": "5403.EG.308D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73875", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73876, + "usage_id": 7 + }, + "5403.EG.308E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13030, Treppe im Freien", "arch_name": "13030@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73875", - "roomcode": "5403.EG.308E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49532", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73875, + "usage_id": 7 + }, + "5403.EG.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13101, B\u00fcro", "arch_name": "13101@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49532", - "roomcode": "5403.EG.310A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49663", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49532, + "usage_id": 12 + }, + "5403.EG.310B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13102, Lager", "arch_name": "13102@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49663", - "roomcode": "5403.EG.310B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49672", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49663, + "usage_id": 30 + }, + "5403.EG.310C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13103, Lager/Baufirmen", "arch_name": "13103@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=33167", - "operator": "[ TUPEX05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49672", - "roomcode": "5403.EG.310C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49683", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 33167, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49672, + "usage_id": 30 + }, + "5403.EG.310E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13105, Lager", "arch_name": "13105@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49683", - "roomcode": "5403.EG.310E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49689", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49683, + "usage_id": 30 + }, + "5403.EG.310F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13106, Labor", "arch_name": "13106@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49689", - "roomcode": "5403.EG.310F", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=28396", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49689, + "usage_id": 194 + }, + "5403.EG.310G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13107, Laser-Labor", "arch_name": "13107@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28396", - "roomcode": "5403.EG.310G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49820", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28396, + "usage_id": 103 + }, + "5403.EG.311J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13110, Flur", "arch_name": "13110@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49820", - "roomcode": "5403.EG.311J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49828", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49820, + "usage_id": 222 + }, + "5403.EG.320A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13201, Be- und Entl\u00fcftung", "arch_name": "13201@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49828", - "roomcode": "5403.EG.320A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49831", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49828, + "usage_id": 32 + }, + "5403.EG.320B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13202, Lager Umbau Hofgeb\u00e4ude", "arch_name": "13202@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49831", - "roomcode": "5403.EG.320B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49842", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49831, + "usage_id": 30 + }, + "5403.EG.320C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13203, Lager Umbau Hofgeb\u00e4ude", "arch_name": "13203@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49842", - "roomcode": "5403.EG.320C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49850", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49842, + "usage_id": 30 + }, + "5403.EG.320D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13204, Lager Umbau Hofgeb\u00e4ude", "arch_name": "13204@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49850", - "roomcode": "5403.EG.320D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49981", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49850, + "usage_id": 30 + }, + "5403.EG.320E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13205, Lager", "arch_name": "13205@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49981", - "roomcode": "5403.EG.320E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49987", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49981, + "usage_id": 30 + }, + "5403.EG.320F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13206, Flur", "arch_name": "13206@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49987", - "roomcode": "5403.EG.320F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73867", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49987, + "usage_id": 222 + }, + "5403.EG.320G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13207, Installationsraum", "arch_name": "13207@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73867", - "roomcode": "5403.EG.320G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73869", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73867, + "usage_id": 120 + }, + "5403.EG.320H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13208, Installationsraum", "arch_name": "13208@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73869", - "roomcode": "5403.EG.320H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73868", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73869, + "usage_id": 120 + }, + "5403.EG.320I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13210, Installationsraum", "arch_name": "13210@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73868", - "roomcode": "5403.EG.320I", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73873", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73868, + "usage_id": 120 + }, + "5403.EG.320J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13209, Installationsraum", "arch_name": "13209@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73873", - "roomcode": "5403.EG.320J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73870", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73873, + "usage_id": 120 + }, + "5403.EG.320K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13211, Installationsraum", "arch_name": "13211@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73870", - "roomcode": "5403.EG.320K", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73871", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73870, + "usage_id": 120 + }, + "5403.EG.320L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13213, Installationsraum", "arch_name": "13213@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73871", - "roomcode": "5403.EG.320L", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73890", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73871, + "usage_id": 120 + }, + "5403.EG.320M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13212, Installationsraum", "arch_name": "13212@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73890", - "roomcode": "5403.EG.320M", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73872", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73890, + "usage_id": 120 + }, + "5403.EG.320N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13214, Installationsraum", "arch_name": "13214@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73872", - "roomcode": "5403.EG.320N", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73891", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73872, + "usage_id": 120 + }, + "5403.EG.320O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13014A, Personenaufzug", "arch_name": "13014A@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73891", - "roomcode": "5403.EG.320O", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73866", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73891, + "usage_id": 4 + }, + "5403.EG.321A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13301A, B\u00fcro", "arch_name": "13301A@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73866", - "roomcode": "5403.EG.321A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=49994", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73866, + "usage_id": 12 + }, + "5403.EG.330A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13301, Lager", "arch_name": "13301@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49994", - "roomcode": "5403.EG.330A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50000", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49994, + "usage_id": 30 + }, + "5403.EG.330B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13302, Installation", "arch_name": "13302@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50000", - "roomcode": "5403.EG.330B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50009", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50000, + "usage_id": 120 + }, + "5403.EG.330C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13304, Flur", "arch_name": "13304@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50009", - "roomcode": "5403.EG.330C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50149", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50009, + "usage_id": 222 + }, + "5403.EG.330D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13303, Durchfahrt", "arch_name": "13303@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50149", - "roomcode": "5403.EG.330D", - "usage": 13 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50166", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50149, + "usage_id": 13 + }, + "5403.EG.340A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13401, Be- und Entl\u00fcftung", "arch_name": "13401@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50166", - "roomcode": "5403.EG.340A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50179", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50166, + "usage_id": 32 + }, + "5403.EG.340C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13403, Stromversorgung", "arch_name": "13403@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50179", - "roomcode": "5403.EG.340C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50310", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50179, + "usage_id": 160 + }, + "5403.EG.340D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13404, Stromversorgung", "arch_name": "13404@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50310", - "roomcode": "5403.EG.340D", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50316", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50310, + "usage_id": 160 + }, + "5403.EG.340E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13405, Stromversorgung", "arch_name": "13405@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50316", - "roomcode": "5403.EG.340E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50324", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50316, + "usage_id": 160 + }, + "5403.EG.340F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13406, Stromversorgung", "arch_name": "13406@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50324", - "roomcode": "5403.EG.340F", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=13109", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50324, + "usage_id": 160 + }, + "5403.EG.340G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13407, B\u00fcro f. Hausmeister/Technik", "arch_name": "13407@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=38597", - "operator": "[ TUZV14O ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13109", - "roomcode": "5403.EG.340G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50342", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 38597, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13109, + "usage_id": 12 + }, + "5403.EG.340H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13408, Lager", "arch_name": "13408@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50342", - "roomcode": "5403.EG.340H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50478", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50342, + "usage_id": 30 + }, + "5403.EG.340J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13409, Lager", "arch_name": "13409@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50478", - "roomcode": "5403.EG.340J", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50488", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50478, + "usage_id": 30 + }, + "5403.EG.341A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13411, Lager", "arch_name": "13411@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50488", - "roomcode": "5403.EG.341A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50508", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50488, + "usage_id": 30 + }, + "5403.EG.341B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13415, Flur", "arch_name": "13415@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50508", - "roomcode": "5403.EG.341B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50644", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50508, + "usage_id": 222 + }, + "5403.EG.341D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13417, Flur", "arch_name": "13417@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50644", - "roomcode": "5403.EG.341D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73865", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50644, + "usage_id": 222 + }, + "5403.EG.341E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "13418, B\u00fcro", "arch_name": "13418@5403", - "b_area_id": 36, - "b_filter_id": 821, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73865", - "roomcode": "5403.EG.341E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56854", + "area_id": 36, + "building_id": 821, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73865, + "usage_id": 12 + }, + "5404.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 201, K\u00e4lteanlage", "arch_name": "1 HG 201@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56854", - "roomcode": "5404.EG.001", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56864", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56854, + "usage_id": 32 + }, + "5404.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 202, Niederspannung", "arch_name": "1 HG 202@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56864", - "roomcode": "5404.EG.002", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56871", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56864, + "usage_id": 160 + }, + "5404.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 203, Trafo I", "arch_name": "1 HG 203@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56871", - "roomcode": "5404.EG.003", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56879", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56871, + "usage_id": 160 + }, + "5404.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 204, Trafo II", "arch_name": "1 HG 204@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56879", - "roomcode": "5404.EG.004", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57150", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56879, + "usage_id": 160 + }, + "5404.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 205, Trafo III", "arch_name": "1 HG 205@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57150", - "roomcode": "5404.EG.005", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57157", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57150, + "usage_id": 160 + }, + "5404.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 206, Lager", "arch_name": "1 HG 206@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57157", - "roomcode": "5404.EG.006", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57164", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57157, + "usage_id": 30 + }, + "5404.EG.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 206A, Lager", "arch_name": "1 HG 206A@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57164", - "roomcode": "5404.EG.006A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57171", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57164, + "usage_id": 30 + }, + "5404.EG.006B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 206B, Garage", "arch_name": "1 HG 206B@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57171", - "roomcode": "5404.EG.006B", - "usage": 100 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=56733", + "area_id": 36, + "building_id": 815, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51898, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57171, + "usage_id": 100 + }, + "5404.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 201, K\u00e4lteanlage", "arch_name": "0 HG 201@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56733", - "roomcode": "5404.U1.001", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=56846", + "area_id": 36, + "building_id": 815, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56733, + "usage_id": 32 + }, + "5404.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG202, Solebeh\u00e4lter", "arch_name": "0 HG202@5404", - "b_area_id": 36, - "b_filter_id": 815, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56846", - "roomcode": "5404.U1.002", - "usage": 184 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55090", + "area_id": 36, + "building_id": 815, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56846, + "usage_id": 184 + }, + "5406.01.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26001, WC", "arch_name": "26001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55090", - "roomcode": "5406.01.600A", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55106", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55090, + "usage_id": 114 + }, + "5406.01.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26002, WC-Vorraum", "arch_name": "26002@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55106", - "roomcode": "5406.01.600B", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55114", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55106, + "usage_id": 37 + }, + "5406.01.600C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26003, WC-Vorraum", "arch_name": "26003@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55114", - "roomcode": "5406.01.600C", - "usage": 37 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55122", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55114, + "usage_id": 37 + }, + "5406.01.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26004, WC", "arch_name": "26004@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55122", - "roomcode": "5406.01.600D", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55247", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55122, + "usage_id": 114 + }, + "5406.01.600E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26005, WC", "arch_name": "26005@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55247", - "roomcode": "5406.01.600E", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55256", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55247, + "usage_id": 114 + }, + "5406.01.600F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26006, Putzraum", "arch_name": "26006@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55256", - "roomcode": "5406.01.600F", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55267", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55256, + "usage_id": 205 + }, + "5406.01.600G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26007, Installationsschacht", "arch_name": "26007@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55267", - "roomcode": "5406.01.600G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55275", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55267, + "usage_id": 120 + }, + "5406.01.600H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26008, Installationsschacht", "arch_name": "26008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55275", - "roomcode": "5406.01.600H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55287", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55275, + "usage_id": 120 + }, + "5406.01.600J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26009, Installationsschacht", "arch_name": "26009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55287", - "roomcode": "5406.01.600J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73933", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55287, + "usage_id": 120 + }, + "5406.01.600K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26021, Toilette f. Behinderte", "arch_name": "26021@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73933", - "roomcode": "5406.01.600K", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55425", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73933, + "usage_id": 117 + }, + "5406.01.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26010, Installationsschacht", "arch_name": "26010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55425", - "roomcode": "5406.01.601A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55433", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55425, + "usage_id": 120 + }, + "5406.01.601B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26011, Installationsschacht", "arch_name": "26011@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55433", - "roomcode": "5406.01.601B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55439", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55433, + "usage_id": 120 + }, + "5406.01.601C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26012, Treppenraum", "arch_name": "26012@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55439", - "roomcode": "5406.01.601C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55447", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55439, + "usage_id": 223 + }, + "5406.01.601D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26013, Halle", "arch_name": "26013@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55447", - "roomcode": "5406.01.601D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55578", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55447, + "usage_id": 222 + }, + "5406.01.601E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26014, Aufzug", "arch_name": "26014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55578", - "roomcode": "5406.01.601E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55587", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55578, + "usage_id": 4 + }, + "5406.01.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26015, Installationsschacht", "arch_name": "26015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55587", - "roomcode": "5406.01.601F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55596", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55587, + "usage_id": 120 + }, + "5406.01.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26016, Installationsschacht", "arch_name": "26016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55596", - "roomcode": "5406.01.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55606", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55596, + "usage_id": 120 + }, + "5406.01.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26017, Installationsschacht", "arch_name": "26017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55606", - "roomcode": "5406.01.601H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55613", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55606, + "usage_id": 120 + }, + "5406.01.601J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26018, Fluchtweg", "arch_name": "26018@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55613", - "roomcode": "5406.01.601J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55744", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55613, + "usage_id": 219 + }, + "5406.01.601K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26019, Fluchtweg", "arch_name": "26019@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55744", - "roomcode": "5406.01.601K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55753", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55744, + "usage_id": 219 + }, + "5406.01.601L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26020, Sonderm\u00fcllzwischenlager", "arch_name": "26020@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55753", - "roomcode": "5406.01.601L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73940", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55753, + "usage_id": 214 + }, + "5406.01.601M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26014B, Installationsschacht", "arch_name": "26014B@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73940", - "roomcode": "5406.01.601M", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73939", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73940, + "usage_id": 120 + }, + "5406.01.608A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26025, Treppe im Freien", "arch_name": "26025@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73939", - "roomcode": "5406.01.608A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73928", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73939, + "usage_id": 7 + }, + "5406.01.608B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26026, Gang, Weg im Freien", "arch_name": "26026@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73928", - "roomcode": "5406.01.608B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73938", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73928, + "usage_id": 219 + }, + "5406.01.608C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26027, Treppe im Freien", "arch_name": "26027@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73938", - "roomcode": "5406.01.608C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73926", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73938, + "usage_id": 7 + }, + "5406.01.608D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26028, Gang, Weg im Freien", "arch_name": "26028@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73926", - "roomcode": "5406.01.608D", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73937", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73926, + "usage_id": 219 + }, + "5406.01.608E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26029, Treppe im Freien", "arch_name": "26029@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73937", - "roomcode": "5406.01.608E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73936", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73937, + "usage_id": 7 + }, + "5406.01.608F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26030, Treppe im Freien", "arch_name": "26030@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73936", - "roomcode": "5406.01.608F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73935", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73936, + "usage_id": 7 + }, + "5406.01.608G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26031, Gang, Weg im Freien", "arch_name": "26031@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73935", - "roomcode": "5406.01.608G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=11488", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73935, + "usage_id": 219 + }, + "5406.01.610A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26101, Praktikum mit festem Arbeitsplatz", "arch_name": "26101@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11488", - "roomcode": "5406.01.610A", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55765", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51898, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11488, + "usage_id": 212 + }, + "5406.01.610B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26103, Flur", "arch_name": "26103@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55765", - "roomcode": "5406.01.610B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55772", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55765, + "usage_id": 222 + }, + "5406.01.620A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26201, Mikrobiologisches Labor", "arch_name": "26201@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55772", - "roomcode": "5406.01.620A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55907", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55772, + "usage_id": 102 + }, + "5406.01.620B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26202, Biochemische & molekulargenetische Labor", "arch_name": "26202@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55907", - "roomcode": "5406.01.620B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=16000", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 46, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55907, + "usage_id": 102 + }, + "5406.01.620G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26207, Autoklavenraum", "arch_name": "26207@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16000", - "roomcode": "5406.01.620G", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55918", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16000, + "usage_id": 194 + }, + "5406.01.620H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26208, GC-Analytiklabor", "arch_name": "26208@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55918", - "roomcode": "5406.01.620H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=55927", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55918, + "usage_id": 102 + }, + "5406.01.620J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26209, B\u00fcro", "arch_name": "26209@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55927", - "roomcode": "5406.01.620J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56066", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55927, + "usage_id": 12 + }, + "5406.01.621B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26212, Praktikum mit festem Arbeitsplatz", "arch_name": "26212@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56066", - "roomcode": "5406.01.621B", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56074", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56066, + "usage_id": 212 + }, + "5406.01.621E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26215, Lager mit Brandschutz", "arch_name": "26215@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56074", - "roomcode": "5406.01.621E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56082", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56074, + "usage_id": 30 + }, + "5406.01.621F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26216, Chemielabor (KNSTL.B.,MV)", "arch_name": "26216@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56082", - "roomcode": "5406.01.621F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56090", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56082, + "usage_id": 102 + }, + "5406.01.621K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26210, Biochemische & molekulargenetische Labor", "arch_name": "26210@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56090", - "roomcode": "5406.01.621K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56225", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56090, + "usage_id": 102 + }, + "5406.01.621L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26217, Flur", "arch_name": "26217@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56225", - "roomcode": "5406.01.621L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=11578", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56225, + "usage_id": 222 + }, + "5406.01.630A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26301, Praktikum mit festem Arbeitsplatz", "arch_name": "26301@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=15162&cReadonly=J", - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11578", - "roomcode": "5406.01.630A", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56240", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 15162, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11578, + "usage_id": 212 + }, + "5406.01.630E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26305, Chemikalienlager", "arch_name": "26305@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56240", - "roomcode": "5406.01.630E", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56252", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56240, + "usage_id": 132 + }, + "5406.01.630F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26306, Vorbereitungsraum", "arch_name": "26306@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56252", - "roomcode": "5406.01.630F", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56383", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56252, + "usage_id": 136 + }, + "5406.01.630G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26307, Flur", "arch_name": "26307@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56383", - "roomcode": "5406.01.630G", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73932", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56383, + "usage_id": 222 + }, + "5406.01.630H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26308, Windfang", "arch_name": "26308@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73932", - "roomcode": "5406.01.630H", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13383", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73932, + "usage_id": 52 + }, + "5406.01.640A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26401, B\u00fcro/Mittelbewilligung", "arch_name": "26401@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14874&cRes=17891&cReadonly=J", - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13383", - "roomcode": "5406.01.640A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73925", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 17891, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13383, + "usage_id": 12 + }, + "5406.01.640B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26403, B\u00fcro", "arch_name": "26403@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73925", - "roomcode": "5406.01.640B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56397", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73925, + "usage_id": 12 + }, + "5406.01.640D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26404, B\u00fcro/Reisekosten", "arch_name": "26404@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56397", - "roomcode": "5406.01.640D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=32695", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56397, + "usage_id": 12 + }, + "5406.01.640E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26405, B\u00fcro/Reisekosten", "arch_name": "26405@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32695", - "roomcode": "5406.01.640E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=56409", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32695, + "usage_id": 12 + }, + "5406.01.640F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26406, B\u00fcro", "arch_name": "26406@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56409", - "roomcode": "5406.01.640F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=13396", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56409, + "usage_id": 12 + }, + "5406.01.640G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26407, B\u00fcro/Personalwesen", "arch_name": "26407@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13396", - "roomcode": "5406.01.640G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73930", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13396, + "usage_id": 12 + }, + "5406.01.640M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26416, Teek\u00fcche", "arch_name": "26416@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73930", - "roomcode": "5406.01.640M", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73929", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73930, + "usage_id": 198 + }, + "5406.01.641": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26409, Vorbereitungsraum", "arch_name": "26409@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73929", - "roomcode": "5406.01.641", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=31250", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73929, + "usage_id": 136 + }, + "5406.01.641A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 26411, Emil-Erlenmeyer-H\u00f6rsaal", "arch_name": "26411@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12581&cReadonly=J", - "extended": { - "additional_description": "CH 26411, Emil-Erlenmeyer-H\u00f6rsaal", - "address": "Lichtenbergstr. 4(5406), 1.Obergescho\u00df", - "architect_room_nr": "26411@5406", - "area_m2": 141.64, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "641A", - "seats": 118, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31250", - "roomcode": "5406.01.641A", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=15545", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 12581, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 118, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31250, + "usage_id": 20 + }, + "5406.01.641K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 26410, \u00dcbungsraum", "arch_name": "26410@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15220&cReadonly=J", - "extended": { - "additional_description": "CH 26410, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5406), 1.Obergescho\u00df", - "architect_room_nr": "26410@5406", - "area_m2": 90.48, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "641K", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15545", - "roomcode": "5406.01.641K", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54049", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 15220, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15545, + "usage_id": 131 + }, + "5406.01.641L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26415, Flur", "arch_name": "26415@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54049", - "roomcode": "5406.01.641L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54176", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54049, + "usage_id": 222 + }, + "5406.01.650A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26501, Wickeltisch/M\u00fctterraumVerbandsraum", "arch_name": "26501@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14874&cRes=32212&cReadonly=J", - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54176", - "roomcode": "5406.01.650A", - "usage": 178 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=31348", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 32212, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54176, + "usage_id": 178 + }, + "5406.01.650B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26502, B\u00fcro", "arch_name": "26502@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31348", - "roomcode": "5406.01.650B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54189", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14874, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31348, + "usage_id": 12 + }, + "5406.01.650C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26503, B\u00fcro", "arch_name": "26503@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=38665", - "operator": "[ TUCHFSC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54189", - "roomcode": "5406.01.650C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54196", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38665, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54189, + "usage_id": 12 + }, + "5406.01.650D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26504, Studenten-Aufenthaltsraum", "arch_name": "26504@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14874&cRes=33652&cReadonly=J", - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54196", - "roomcode": "5406.01.650D", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54204", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 33652, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14874, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54196, + "usage_id": 44 + }, + "5406.01.650E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26505, Sitzungs- / Konferenzraum", "arch_name": "26505@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14874&cRes=31932&cReadonly=J", - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54204", - "roomcode": "5406.01.650E", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=29799", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 31932, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14874, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54204, + "usage_id": 196 + }, + "5406.01.650F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26506, Arbeitsraum/ohne Besp.Grp.", "arch_name": "26506@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29799", - "roomcode": "5406.01.650F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54337", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14874, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29799, + "usage_id": 12 + }, + "5406.01.650G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26507, Arbeitsraum/ohne Besp.Grp.", "arch_name": "26507@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54337", - "roomcode": "5406.01.650G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=29818", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 14874, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54337, + "usage_id": 12 + }, + "5406.01.650J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26509, Arbeitsraum/ohne Besp.Grp.", "arch_name": "26509@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29818", - "roomcode": "5406.01.650J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73931", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 14874, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29818, + "usage_id": 12 + }, + "5406.01.650L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26514, Lager", "arch_name": "26514@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73931", - "roomcode": "5406.01.650L", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54491", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73931, + "usage_id": 30 + }, + "5406.01.651A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26511, Flur", "arch_name": "26511@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54491", - "roomcode": "5406.01.651A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=54500", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54491, + "usage_id": 222 + }, + "5406.01.651B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26512, Flur", "arch_name": "26512@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54500", - "roomcode": "5406.01.651B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=16623", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54500, + "usage_id": 222 + }, + "5406.01.651K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26510, Poststelle", "arch_name": "26510@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16623", - "roomcode": "5406.01.651K", - "usage": 180 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=73927", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16623, + "usage_id": 180 + }, + "5406.01.908H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "26032, Gang, Weg im Freien", "arch_name": "26032@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73927", - "roomcode": "5406.01.908H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54521", + "area_id": 36, + "building_id": 824, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73927, + "usage_id": 219 + }, + "5406.02.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36001, Putzraum", "arch_name": "36001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54521", - "roomcode": "5406.02.600A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54641", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54521, + "usage_id": 205 + }, + "5406.02.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36003, WC", "arch_name": "36003@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54641", - "roomcode": "5406.02.600B", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54662", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54641, + "usage_id": 114 + }, + "5406.02.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36007, Installationsschacht", "arch_name": "36007@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54662", - "roomcode": "5406.02.600D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54669", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54662, + "usage_id": 120 + }, + "5406.02.600E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36008, Installationsschacht", "arch_name": "36008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54669", - "roomcode": "5406.02.600E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54678", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54669, + "usage_id": 120 + }, + "5406.02.600F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36009, Installationsschacht", "arch_name": "36009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54678", - "roomcode": "5406.02.600F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73140", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54678, + "usage_id": 120 + }, + "5406.02.600G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36003, Server", "arch_name": "36003@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73140", - "roomcode": "5406.02.600G", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54812", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73140, + "usage_id": 207 + }, + "5406.02.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36010, Installationsschacht", "arch_name": "36010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54812", - "roomcode": "5406.02.601A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54818", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54812, + "usage_id": 120 + }, + "5406.02.601B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36011, Installschacht", "arch_name": "36011@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54818", - "roomcode": "5406.02.601B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54825", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54818, + "usage_id": 120 + }, + "5406.02.601C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36012, Treppenraum", "arch_name": "36012@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54825", - "roomcode": "5406.02.601C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54832", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54825, + "usage_id": 223 + }, + "5406.02.601D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36013, Flur", "arch_name": "36013@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54832", - "roomcode": "5406.02.601D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54839", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54832, + "usage_id": 222 + }, + "5406.02.601E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36014, Aufzug", "arch_name": "36014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54839", - "roomcode": "5406.02.601E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54846", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54839, + "usage_id": 4 + }, + "5406.02.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36015, Installationsschacht", "arch_name": "36015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54846", - "roomcode": "5406.02.601F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54974", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54846, + "usage_id": 120 + }, + "5406.02.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36016, Installationsschacht", "arch_name": "36016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54974", - "roomcode": "5406.02.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54982", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54974, + "usage_id": 120 + }, + "5406.02.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36017, Installationsschacht", "arch_name": "36017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54982", - "roomcode": "5406.02.601H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54990", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54982, + "usage_id": 120 + }, + "5406.02.601J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36018, Flucht", "arch_name": "36018@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54990", - "roomcode": "5406.02.601J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54996", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54990, + "usage_id": 219 + }, + "5406.02.601K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36019, Flur", "arch_name": "36019@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54996", - "roomcode": "5406.02.601K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55002", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54996, + "usage_id": 222 + }, + "5406.02.601L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36024, Sonderm\u00fcllzwischenlager", "arch_name": "36024@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55002", - "roomcode": "5406.02.601L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73888", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55002, + "usage_id": 214 + }, + "5406.02.601M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36026, Gang, Weg im Freien", "arch_name": "36026@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73888", - "roomcode": "5406.02.601M", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74910", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73888, + "usage_id": 219 + }, + "5406.02.601O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36022, WC-Damen", "arch_name": "36022@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74910", - "roomcode": "5406.02.601O", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55010", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74910, + "usage_id": 116 + }, + "5406.02.602A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36020, Flucht", "arch_name": "36020@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55010", - "roomcode": "5406.02.602A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55132", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55010, + "usage_id": 219 + }, + "5406.02.602B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36021, Flur", "arch_name": "36021@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55132", - "roomcode": "5406.02.602B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73947", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55132, + "usage_id": 222 + }, + "5406.02.608A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36025, Treppe im Freien", "arch_name": "36025@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73947", - "roomcode": "5406.02.608A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73946", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73947, + "usage_id": 7 + }, + "5406.02.608B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36027, Treppe im Freien", "arch_name": "36027@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73946", - "roomcode": "5406.02.608B", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73887", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73946, + "usage_id": 7 + }, + "5406.02.608C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36028, Gang, Weg im Freien", "arch_name": "36028@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73887", - "roomcode": "5406.02.608C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73945", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73887, + "usage_id": 219 + }, + "5406.02.608D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36029, Treppe im Freien", "arch_name": "36029@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73945", - "roomcode": "5406.02.608D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73944", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73945, + "usage_id": 7 + }, + "5406.02.608E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36030, Treppe im Freien", "arch_name": "36030@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73944", - "roomcode": "5406.02.608E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73886", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73944, + "usage_id": 7 + }, + "5406.02.608F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36031, Gang, Weg im Freien", "arch_name": "36031@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73886", - "roomcode": "5406.02.608F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73942", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73886, + "usage_id": 219 + }, + "5406.02.608G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36032, Gang, Weg im Freien", "arch_name": "36032@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73942", - "roomcode": "5406.02.608G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73885", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73942, + "usage_id": 219 + }, + "5406.02.608H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36033, Gang, Weg im Freien", "arch_name": "36033@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73885", - "roomcode": "5406.02.608H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55140", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73885, + "usage_id": 219 + }, + "5406.02.610A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36101, Besprechung", "arch_name": "36101@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=23183&cRes=30013&cReadonly=J", - "list_index": "182", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55140", - "roomcode": "5406.02.610A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13684", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 30013, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55140, + "usage_id": 196 + }, + "5406.02.610D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36104, WC-Herren Vorraum", "arch_name": "36104@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13684", - "roomcode": "5406.02.610D", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55165", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13684, + "usage_id": 118 + }, + "5406.02.610E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36105, Aufenthalt", "arch_name": "36105@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=23046", - "operator": "[ TUCHAC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55165", - "roomcode": "5406.02.610E", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13694", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 23046, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55165, + "usage_id": 44 + }, + "5406.02.610F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "36106@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=23046", - "operator": "[ TUCHAC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13694", - "roomcode": "5406.02.610F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13737", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 23046, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13694, + "usage_id": 12 + }, + "5406.02.610G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36107, B\u00fcro", "arch_name": "36107@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13737", - "roomcode": "5406.02.610G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55313", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13737, + "usage_id": 12 + }, + "5406.02.610H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36108, B\u00fcro", "arch_name": "36108@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55313", - "roomcode": "5406.02.610H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55322", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23183, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55313, + "usage_id": 12 + }, + "5406.02.610J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36109, B\u00fcro", "arch_name": "36109@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55322", - "roomcode": "5406.02.610J", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73941", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23183, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55322, + "usage_id": 40 + }, + "5406.02.610L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36104A, Toilette WC-H", "arch_name": "36104A@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73941", - "roomcode": "5406.02.610L", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55326", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73941, + "usage_id": 115 + }, + "5406.02.611A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36111, Arbeitsraum/ohne Besp.Grp.", "arch_name": "36111@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=47377&cRes=15515&cReadonly=J", - "list_index": "190", - "op_link": "webnav.navigate_to?corg=47377", - "operator": "[ TUCHACC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55326", - "roomcode": "5406.02.611A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73889", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 15515, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47377, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55326, + "usage_id": 12 + }, + "5406.02.611B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36112, B\u00fcro", "arch_name": "36112@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=47377", - "operator": "[ TUCHACC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73889", - "roomcode": "5406.02.611B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55469", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73889, + "usage_id": 12 + }, + "5406.02.611K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36110, B\u00fcro", "arch_name": "36110@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55469", - "roomcode": "5406.02.611K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55476", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 23183, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55469, + "usage_id": 12 + }, + "5406.02.611L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36115, Flur", "arch_name": "36115@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55476", - "roomcode": "5406.02.611L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55483", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55476, + "usage_id": 222 + }, + "5406.02.620A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36201, Besprechungsraum", "arch_name": "36201@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55483", - "roomcode": "5406.02.620A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55617", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55483, + "usage_id": 196 + }, + "5406.02.620B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36202, K\u00fcche", "arch_name": "36202@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55617", - "roomcode": "5406.02.620B", - "usage": 28 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73133", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55617, + "usage_id": 28 + }, + "5406.02.620C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36203, Besprechung", "arch_name": "36203@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73133", - "roomcode": "5406.02.620C", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55626", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73133, + "usage_id": 196 + }, + "5406.02.620D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36204, B\u00fcro", "arch_name": "36204@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55626", - "roomcode": "5406.02.620D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73134", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55626, + "usage_id": 12 + }, + "5406.02.620E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36205, B\u00fcro", "arch_name": "36205@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73134", - "roomcode": "5406.02.620E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55636", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73134, + "usage_id": 12 + }, + "5406.02.620F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36206, B\u00fcro", "arch_name": "36206@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55636", - "roomcode": "5406.02.620F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55646", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55636, + "usage_id": 12 + }, + "5406.02.620G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36207, B\u00fcro", "arch_name": "36207@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55646", - "roomcode": "5406.02.620G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55652", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55646, + "usage_id": 12 + }, + "5406.02.620H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36208, B\u00fcro", "arch_name": "36208@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55652", - "roomcode": "5406.02.620H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55784", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55652, + "usage_id": 12 + }, + "5406.02.620J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36209, B\u00fcro", "arch_name": "36209@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55784", - "roomcode": "5406.02.620J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73135", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55784, + "usage_id": 12 + }, + "5406.02.620K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36210, B\u00fcro", "arch_name": "36210@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73135", - "roomcode": "5406.02.620K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73136", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73135, + "usage_id": 12 + }, + "5406.02.620L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36211, B\u00fcro", "arch_name": "36211@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73136", - "roomcode": "5406.02.620L", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73137", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73136, + "usage_id": 12 + }, + "5406.02.620M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36212, B\u00fcro", "arch_name": "36212@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73137", - "roomcode": "5406.02.620M", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73138", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73137, + "usage_id": 12 + }, + "5406.02.620N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36213, B\u00fcro", "arch_name": "36213@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73138", - "roomcode": "5406.02.620N", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55794", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73138, + "usage_id": 12 + }, + "5406.02.621D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36214, B\u00fcro", "arch_name": "36214@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55794", - "roomcode": "5406.02.621D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73139", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55794, + "usage_id": 12 + }, + "5406.02.621E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36215, Besprechungsraum", "arch_name": "36215@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73139", - "roomcode": "5406.02.621E", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55803", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73139, + "usage_id": 196 + }, + "5406.02.621F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36216, Drucker", "arch_name": "36216@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55803", - "roomcode": "5406.02.621F", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55813", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55803, + "usage_id": 110 + }, + "5406.02.621G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36217, W\u00e4geraum", "arch_name": "36217@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55813", - "roomcode": "5406.02.621G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=55821", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55813, + "usage_id": 103 + }, + "5406.02.621H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36218, Teek\u00fcche", "arch_name": "36218@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=14706", - "operator": "[ TUCHWA1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55821", - "roomcode": "5406.02.621H", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56123", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14706, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55821, + "usage_id": 198 + }, + "5406.02.622K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36220, Seminarraum", "arch_name": "36220@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=44284&cRes=32192&cReadonly=J", - "extended": { - "additional_description": "36220, Seminarraum", - "address": "Lichtenbergstr. 4(5406), 2.Obergescho\u00df", - "architect_room_nr": "36220@5406", - "area_m2": 77.88, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "622K", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56123", - "roomcode": "5406.02.622K", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56135", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 32192, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44284, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56123, + "usage_id": 41 + }, + "5406.02.623A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36230, Flur", "arch_name": "36230@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56135", - "roomcode": "5406.02.623A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56269", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56135, + "usage_id": 222 + }, + "5406.02.630A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36301, B\u00fcro", "arch_name": "36301@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56269", - "roomcode": "5406.02.630A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74909", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14733, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56269, + "usage_id": 12 + }, + "5406.02.630B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36302, B\u00fcro", "arch_name": "36302@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74909", - "roomcode": "5406.02.630B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56279", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74909, + "usage_id": 12 + }, + "5406.02.630C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36303, B\u00fcro", "arch_name": "36303@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56279", - "roomcode": "5406.02.630C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13971", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56279, + "usage_id": 12 + }, + "5406.02.630D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36304, B\u00fcro", "arch_name": "36304@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13971", - "roomcode": "5406.02.630D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13975", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14733, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13971, + "usage_id": 12 + }, + "5406.02.630E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36305, B\u00fcro", "arch_name": "36305@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13975", - "roomcode": "5406.02.630E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13979", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14733, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13975, + "usage_id": 12 + }, + "5406.02.630F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36306, B\u00fcro", "arch_name": "36306@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14733&cRes=15216&cReadonly=J", - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13979", - "roomcode": "5406.02.630F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74908", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 15216, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14733, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13979, + "usage_id": 12 + }, + "5406.02.630G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36307, Besprechung", "arch_name": "36307@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74908", - "roomcode": "5406.02.630G", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54057", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14733, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74908, + "usage_id": 196 + }, + "5406.02.630H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36308, Seminarraum", "arch_name": "36308@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "extended": { - "additional_description": "36308, Seminarraum", - "address": "Lichtenbergstr. 4(5406), 2.Obergescho\u00df", - "architect_room_nr": "36308@5406", - "area_m2": 40.4, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "630H", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54057", - "roomcode": "5406.02.630H", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54071", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14733, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54057, + "usage_id": 41 + }, + "5406.02.631L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36312, Flur", "arch_name": "36312@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54071", - "roomcode": "5406.02.631L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=31083", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54071, + "usage_id": 222 + }, + "5406.02.640A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36401, Rechnerraum", "arch_name": "36401@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31083", - "roomcode": "5406.02.640A", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=31086", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31083, + "usage_id": 207 + }, + "5406.02.640B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36402, Chemisch-technisches Labor", "arch_name": "36402@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31086", - "roomcode": "5406.02.640B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54215", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14733, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31086, + "usage_id": 102 + }, + "5406.02.640D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36404, Gro\u00dfraumb\u00fcro", "arch_name": "36404@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54215", - "roomcode": "5406.02.640D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=13343", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54215, + "usage_id": 12 + }, + "5406.02.640F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36406, B\u00fcro", "arch_name": "36406@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13343", - "roomcode": "5406.02.640F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54234", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23183, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13343, + "usage_id": 12 + }, + "5406.02.640H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36408, Chemisch-biochemisches Labor", "arch_name": "36408@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54234", - "roomcode": "5406.02.640H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54243", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54234, + "usage_id": 102 + }, + "5406.02.641A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36411, Physiklabor / LS, AFM", "arch_name": "36411@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54243", - "roomcode": "5406.02.641A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54364", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54243, + "usage_id": 103 + }, + "5406.02.641B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36412, Physiklabor / TEM", "arch_name": "36412@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54364", - "roomcode": "5406.02.641B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73943", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54364, + "usage_id": 103 + }, + "5406.02.641C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36410, Flur", "arch_name": "36410@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73943", - "roomcode": "5406.02.641C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54369", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73943, + "usage_id": 222 + }, + "5406.02.641D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36414, Physiklabor / LM, Opt. Bank", "arch_name": "36414@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54369", - "roomcode": "5406.02.641D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54378", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54369, + "usage_id": 103 + }, + "5406.02.641F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36416, Phys. Messraum mit lufttechn. Anf.", "arch_name": "36416@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54378", - "roomcode": "5406.02.641F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=73948", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54378, + "usage_id": 103 + }, + "5406.02.641G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36417, Schleuse", "arch_name": "36417@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73948", - "roomcode": "5406.02.641G", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54384", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73948, + "usage_id": 105 + }, + "5406.02.641J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36419, Physiklabor / G\u00c4, Bed.Anl.", "arch_name": "36419@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54384", - "roomcode": "5406.02.641J", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54393", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54384, + "usage_id": 103 + }, + "5406.02.642B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36422, B\u00fcro", "arch_name": "36422@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54393", - "roomcode": "5406.02.642B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54400", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54393, + "usage_id": 12 + }, + "5406.02.642C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36423, Chemielabor (KNSTL.B.,MV)", "arch_name": "36423@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54400", - "roomcode": "5406.02.642C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54532", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14733, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54400, + "usage_id": 102 + }, + "5406.02.642E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36425, Chemielabor (KNSTL.B.,MV)", "arch_name": "36425@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54532", - "roomcode": "5406.02.642E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54539", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14733, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54532, + "usage_id": 102 + }, + "5406.02.642G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36427, Elektrotechnikwerkstatt", "arch_name": "36427@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=14733", - "operator": "[ TUCHTC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54539", - "roomcode": "5406.02.642G", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54543", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14733, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54539, + "usage_id": 51 + }, + "5406.02.642H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36428, Physiklabor / G\u00c4", "arch_name": "36428@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54543", - "roomcode": "5406.02.642H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54549", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54543, + "usage_id": 103 + }, + "5406.02.642J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36429, Flur", "arch_name": "36429@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54549", - "roomcode": "5406.02.642J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=54557", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54549, + "usage_id": 222 + }, + "5406.02.643A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "36430, Flur", "arch_name": "36430@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54557", - "roomcode": "5406.02.643A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54684", + "area_id": 36, + "building_id": 824, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54557, + "usage_id": 222 + }, + "5406.03.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46001, Putzraum", "arch_name": "46001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54684", - "roomcode": "5406.03.600A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54692", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54684, + "usage_id": 205 + }, + "5406.03.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46003, WC", "arch_name": "46003@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54692", - "roomcode": "5406.03.600B", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54700", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54692, + "usage_id": 114 + }, + "5406.03.600C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46005, WC", "arch_name": "46005@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54700", - "roomcode": "5406.03.600C", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54708", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54700, + "usage_id": 114 + }, + "5406.03.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46007, Installationsschacht", "arch_name": "46007@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54708", - "roomcode": "5406.03.600D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54713", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54708, + "usage_id": 120 + }, + "5406.03.600E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46008, Installationsschacht", "arch_name": "46008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54713", - "roomcode": "5406.03.600E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54723", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54713, + "usage_id": 120 + }, + "5406.03.600F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46009, Installationsschacht", "arch_name": "46009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54723", - "roomcode": "5406.03.600F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73957", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54723, + "usage_id": 120 + }, + "5406.03.600G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46002, WC-Herren Vorraum", "arch_name": "46002@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73957", - "roomcode": "5406.03.600G", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73956", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73957, + "usage_id": 118 + }, + "5406.03.600H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46004, WC-Damen Vorraum", "arch_name": "46004@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73956", - "roomcode": "5406.03.600H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54855", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73956, + "usage_id": 118 + }, + "5406.03.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46010, Installationsschacht", "arch_name": "46010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54855", - "roomcode": "5406.03.601A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54859", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54855, + "usage_id": 120 + }, + "5406.03.601B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46011, Installationsschacht", "arch_name": "46011@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54859", - "roomcode": "5406.03.601B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54866", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54859, + "usage_id": 120 + }, + "5406.03.601C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46012, Treppenraum", "arch_name": "46012@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54866", - "roomcode": "5406.03.601C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54872", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54866, + "usage_id": 223 + }, + "5406.03.601D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46013, Halle", "arch_name": "46013@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54872", - "roomcode": "5406.03.601D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54879", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54872, + "usage_id": 222 + }, + "5406.03.601E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46014, Aufzug", "arch_name": "46014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54879", - "roomcode": "5406.03.601E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54888", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54879, + "usage_id": 4 + }, + "5406.03.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46015, Installationsschacht", "arch_name": "46015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54888", - "roomcode": "5406.03.601F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55017", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54888, + "usage_id": 120 + }, + "5406.03.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46016, Installationsschacht", "arch_name": "46016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55017", - "roomcode": "5406.03.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55024", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55017, + "usage_id": 120 + }, + "5406.03.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46017, Installationsschacht", "arch_name": "46017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55024", - "roomcode": "5406.03.601H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55030", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55024, + "usage_id": 120 + }, + "5406.03.601J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46018, Flur", "arch_name": "46018@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55030", - "roomcode": "5406.03.601J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55036", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55030, + "usage_id": 222 + }, + "5406.03.601K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46019, Flur", "arch_name": "46019@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55036", - "roomcode": "5406.03.601K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55045", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55036, + "usage_id": 222 + }, + "5406.03.601L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46022, Sonderm\u00fcllzwischenlager", "arch_name": "46022@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55045", - "roomcode": "5406.03.601L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55050", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55045, + "usage_id": 214 + }, + "5406.03.602A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46020, Flur", "arch_name": "46020@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55050", - "roomcode": "5406.03.602A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55170", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55050, + "usage_id": 222 + }, + "5406.03.602B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46021, Flur", "arch_name": "46021@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55170", - "roomcode": "5406.03.602B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73961", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55170, + "usage_id": 222 + }, + "5406.03.608A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46025, Treppe im Freien", "arch_name": "46025@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73961", - "roomcode": "5406.03.608A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73951", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73961, + "usage_id": 7 + }, + "5406.03.608B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46026, Gang, Weg im Freien", "arch_name": "46026@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73951", - "roomcode": "5406.03.608B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73960", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73951, + "usage_id": 219 + }, + "5406.03.608C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46027, Treppe im Freien", "arch_name": "46027@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73960", - "roomcode": "5406.03.608C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73950", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73960, + "usage_id": 7 + }, + "5406.03.608D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46028, Gang, Weg im Freien", "arch_name": "46028@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73950", - "roomcode": "5406.03.608D", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73959", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73950, + "usage_id": 219 + }, + "5406.03.608E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46029, Treppe im Freien", "arch_name": "46029@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73959", - "roomcode": "5406.03.608E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73958", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73959, + "usage_id": 7 + }, + "5406.03.608F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46030, Treppe im Freien", "arch_name": "46030@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73958", - "roomcode": "5406.03.608F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73949", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73958, + "usage_id": 7 + }, + "5406.03.608G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46031, Gang, Weg im Freien", "arch_name": "46031@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73949", - "roomcode": "5406.03.608G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73952", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73949, + "usage_id": 219 + }, + "5406.03.608H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46032, Gang, Weg im Freien", "arch_name": "46032@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73952", - "roomcode": "5406.03.608H", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55175", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73952, + "usage_id": 219 + }, + "5406.03.610A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46101, Rechnerraum", "arch_name": "46101@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55175", - "roomcode": "5406.03.610A", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55182", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55175, + "usage_id": 207 + }, + "5406.03.610B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46102, B\u00fcro", "arch_name": "46102@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55182", - "roomcode": "5406.03.610B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55189", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55182, + "usage_id": 12 + }, + "5406.03.610C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46103, B\u00fcro", "arch_name": "46103@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55189", - "roomcode": "5406.03.610C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13563", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55189, + "usage_id": 12 + }, + "5406.03.610D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46104, B\u00fcro", "arch_name": "46104@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13563", - "roomcode": "5406.03.610D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13565", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13563, + "usage_id": 12 + }, + "5406.03.610E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46105, B\u00fcro", "arch_name": "46105@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13565", - "roomcode": "5406.03.610E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55335", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13565, + "usage_id": 12 + }, + "5406.03.610F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46106, Chromatografieraum", "arch_name": "46106@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55335", - "roomcode": "5406.03.610F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55341", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55335, + "usage_id": 103 + }, + "5406.03.610G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46107, Physikalischer Messraum", "arch_name": "46107@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55341", - "roomcode": "5406.03.610G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55346", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55341, + "usage_id": 103 + }, + "5406.03.610H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46108, Chemielabor", "arch_name": "46108@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=23046", - "operator": "[ TUCHAC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55346", - "roomcode": "5406.03.610H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55353", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 23046, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55346, + "usage_id": 102 + }, + "5406.03.610J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46109, Chemielabor", "arch_name": "46109@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55353", - "roomcode": "5406.03.610J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55359", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 23184, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55353, + "usage_id": 102 + }, + "5406.03.611A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46111, Chemielabor", "arch_name": "46111@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55359", - "roomcode": "5406.03.611A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55367", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 23184, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55359, + "usage_id": 102 + }, + "5406.03.611J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46115, Flur", "arch_name": "46115@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55367", - "roomcode": "5406.03.611J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55372", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55367, + "usage_id": 222 + }, + "5406.03.611K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46110, Chemielabor", "arch_name": "46110@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55372", - "roomcode": "5406.03.611K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13606", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 23184, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55372, + "usage_id": 102 + }, + "5406.03.620A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46201, Aufenthalt", "arch_name": "46201@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13606", - "roomcode": "5406.03.620A", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55498", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13606, + "usage_id": 44 + }, + "5406.03.620B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46204, B\u00fcro", "arch_name": "46204@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55498", - "roomcode": "5406.03.620B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55505", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55498, + "usage_id": 12 + }, + "5406.03.620D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46206, B\u00fcro", "arch_name": "46206@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55505", - "roomcode": "5406.03.620D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55513", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55505, + "usage_id": 12 + }, + "5406.03.620F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46207, B\u00fcro", "arch_name": "46207@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55513", - "roomcode": "5406.03.620F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55520", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55513, + "usage_id": 12 + }, + "5406.03.620G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46208, B\u00fcro", "arch_name": "46208@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55520", - "roomcode": "5406.03.620G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55523", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55520, + "usage_id": 12 + }, + "5406.03.620H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46202, Teek\u00fcche", "arch_name": "46202@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55523", - "roomcode": "5406.03.620H", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55530", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55523, + "usage_id": 198 + }, + "5406.03.620J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46209, B\u00fcro", "arch_name": "46209@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55530", - "roomcode": "5406.03.620J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55659", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55530, + "usage_id": 12 + }, + "5406.03.621D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46220, Seminarraum", "arch_name": "46220@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "extended": { - "additional_description": "46220, Seminarraum", - "address": "Lichtenbergstr. 4(5406), 3.Obergescho\u00df", - "architect_room_nr": "46220@5406", - "area_m2": 77.88, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "621D", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55659", - "roomcode": "5406.03.621D", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55666", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55659, + "usage_id": 41 + }, + "5406.03.621K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46210, B\u00fcro", "arch_name": "46210@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55666", - "roomcode": "5406.03.621K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73955", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55666, + "usage_id": 12 + }, + "5406.03.621L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46216, Druckger\u00e4teraum", "arch_name": "46216@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73955", - "roomcode": "5406.03.621L", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13664", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73955, + "usage_id": 110 + }, + "5406.03.622B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46215, Besprechungsraum", "arch_name": "46215@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13664", - "roomcode": "5406.03.622B", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55675", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13664, + "usage_id": 196 + }, + "5406.03.622C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46213, B\u00fcro", "arch_name": "46213@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55675", - "roomcode": "5406.03.622C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55679", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55675, + "usage_id": 12 + }, + "5406.03.622E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46211, B\u00fcro", "arch_name": "46211@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55679", - "roomcode": "5406.03.622E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=29324", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55679, + "usage_id": 12 + }, + "5406.03.622G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46212, B\u00fcro", "arch_name": "46212@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29324", - "roomcode": "5406.03.622G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55835", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29324, + "usage_id": 12 + }, + "5406.03.623A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46230, Flur", "arch_name": "46230@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55835", - "roomcode": "5406.03.623A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=29363", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55835, + "usage_id": 222 + }, + "5406.03.630A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46301, Seminar", "arch_name": "46301@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "extended": { - "additional_description": "46301, Seminar", - "address": "Lichtenbergstr. 4(5406), 3.Obergescho\u00df", - "architect_room_nr": "46301@5406", - "area_m2": 43.95, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "630A", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29363", - "roomcode": "5406.03.630A", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73954", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29363, + "usage_id": 41 + }, + "5406.03.630B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46302, Druckger\u00e4teraum", "arch_name": "46302@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73954", - "roomcode": "5406.03.630B", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13735", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73954, + "usage_id": 110 + }, + "5406.03.630C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46303, Arbeitsraum mit man./exp. Arbeitsplatz", "arch_name": "46303@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13735", - "roomcode": "5406.03.630C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55850", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13735, + "usage_id": 12 + }, + "5406.03.630D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46304, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "46304@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55850", - "roomcode": "5406.03.630D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=55979", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55850, + "usage_id": 12 + }, + "5406.03.630E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46305, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "46305@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55979", - "roomcode": "5406.03.630E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13786", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55979, + "usage_id": 12 + }, + "5406.03.630F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46306, \u00dcbungsraum", "arch_name": "46306@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14734&cRes=15207&cReadonly=J", - "extended": { - "additional_description": "46306, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5406), 3.Obergescho\u00df", - "architect_room_nr": "46306@5406", - "area_m2": 46.61, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "630F", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13786", - "roomcode": "5406.03.630F", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13789", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 15207, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13786, + "usage_id": 131 + }, + "5406.03.630H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46308, Arbeitsraum/mit Besp.Grp.", "arch_name": "46308@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13789", - "roomcode": "5406.03.630H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13793", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13789, + "usage_id": 12 + }, + "5406.03.630J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "46309@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13793", - "roomcode": "5406.03.630J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56000", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14734, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13793, + "usage_id": 12 + }, + "5406.03.631K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46310, Besprechungsraum", "arch_name": "46310@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56000", - "roomcode": "5406.03.631K", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56007", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14734, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56000, + "usage_id": 196 + }, + "5406.03.631L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46312, Flur", "arch_name": "46312@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56007", - "roomcode": "5406.03.631L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56012", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56007, + "usage_id": 222 + }, + "5406.03.640A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46401, B\u00fcro mit man./exp. Arbeitsplatz", "arch_name": "46401@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56012", - "roomcode": "5406.03.640A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56143", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56012, + "usage_id": 12 + }, + "5406.03.640B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46402, Chemisch-technisches Labor", "arch_name": "46402@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56143", - "roomcode": "5406.03.640B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56150", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56143, + "usage_id": 102 + }, + "5406.03.640D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46404, Chemisch-technisches Labor", "arch_name": "46404@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56150", - "roomcode": "5406.03.640D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=29463", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56150, + "usage_id": 102 + }, + "5406.03.640F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46406, Chemisch-technisches Labor", "arch_name": "46406@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29463", - "roomcode": "5406.03.640F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56166", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29463, + "usage_id": 102 + }, + "5406.03.640G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46407, Chemisch-technisches Labor", "arch_name": "46407@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56166", - "roomcode": "5406.03.640G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56176", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56166, + "usage_id": 102 + }, + "5406.03.640H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46408, Physiklabor einfach", "arch_name": "46408@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56176", - "roomcode": "5406.03.640H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56303", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56176, + "usage_id": 103 + }, + "5406.03.641B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46412, Physiklabor einfach", "arch_name": "46412@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56303", - "roomcode": "5406.03.641B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56311", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56303, + "usage_id": 103 + }, + "5406.03.641F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46416, Messraum", "arch_name": "46416@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56311", - "roomcode": "5406.03.641F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56319", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56311, + "usage_id": 103 + }, + "5406.03.641H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46418, Chemisch-technisches Labor", "arch_name": "46418@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56319", - "roomcode": "5406.03.641H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56333", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56319, + "usage_id": 102 + }, + "5406.03.641K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46410, Labor f\u00fcr chem. Arbeitsweisen", "arch_name": "46410@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56333", - "roomcode": "5406.03.641K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=73953", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56333, + "usage_id": 102 + }, + "5406.03.642A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46421, Werkstatt", "arch_name": "46421@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73953", - "roomcode": "5406.03.642A", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13876", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73953, + "usage_id": 51 + }, + "5406.03.642B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "46422@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13876", - "roomcode": "5406.03.642B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=29115", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13876, + "usage_id": 12 + }, + "5406.03.642C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46423, Werkstatt", "arch_name": "46423@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29115", - "roomcode": "5406.03.642C", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53955", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29115, + "usage_id": 51 + }, + "5406.03.642E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46425, Teek\u00fcche", "arch_name": "46425@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53955", - "roomcode": "5406.03.642E", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53960", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53955, + "usage_id": 198 + }, + "5406.03.642G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46427, Chemisch-technisches Labor", "arch_name": "46427@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53960", - "roomcode": "5406.03.642G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=53971", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53960, + "usage_id": 102 + }, + "5406.03.642H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46428, Laborsp\u00fclraum", "arch_name": "46428@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53971", - "roomcode": "5406.03.642H", - "usage": 209 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=13922", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14734, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53971, + "usage_id": 209 + }, + "5406.03.642K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46420, B\u00fcro", "arch_name": "46420@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=14734", - "operator": "[ TUCHTC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13922", - "roomcode": "5406.03.642K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54091", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14734, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13922, + "usage_id": 12 + }, + "5406.03.642L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46429, Flur", "arch_name": "46429@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54091", - "roomcode": "5406.03.642L", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=54097", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54091, + "usage_id": 222 + }, + "5406.03.643A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "46430, Flur", "arch_name": "46430@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54097", - "roomcode": "5406.03.643A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54105", + "area_id": 36, + "building_id": 824, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54097, + "usage_id": 222 + }, + "5406.04.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56001, Putzraum", "arch_name": "56001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54105", - "roomcode": "5406.04.600A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54111", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54105, + "usage_id": 205 + }, + "5406.04.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56003, WC-Herren Vorraum", "arch_name": "56003@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54111", - "roomcode": "5406.04.600B", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54118", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54111, + "usage_id": 118 + }, + "5406.04.600C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56004, WC-Damen", "arch_name": "56004@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54118", - "roomcode": "5406.04.600C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54125", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54118, + "usage_id": 116 + }, + "5406.04.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56005, WC-Herren", "arch_name": "56005@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54125", - "roomcode": "5406.04.600D", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54248", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54125, + "usage_id": 115 + }, + "5406.04.600E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56007, Installationsschacht", "arch_name": "56007@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54248", - "roomcode": "5406.04.600E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54254", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54248, + "usage_id": 120 + }, + "5406.04.600F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56008, Installationsschacht", "arch_name": "56008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54254", - "roomcode": "5406.04.600F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54259", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54254, + "usage_id": 120 + }, + "5406.04.600G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56009, Installationsschacht", "arch_name": "56009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54259", - "roomcode": "5406.04.600G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54267", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54259, + "usage_id": 120 + }, + "5406.04.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56010, Installationsschacht", "arch_name": "56010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54267", - "roomcode": "5406.04.601A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54271", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54267, + "usage_id": 120 + }, + "5406.04.601B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56011, Installationsschacht", "arch_name": "56011@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54271", - "roomcode": "5406.04.601B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54277", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54271, + "usage_id": 120 + }, + "5406.04.601C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56012, Treppenraum", "arch_name": "56012@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54277", - "roomcode": "5406.04.601C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54282", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54277, + "usage_id": 223 + }, + "5406.04.601D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56013, Halle", "arch_name": "56013@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54282", - "roomcode": "5406.04.601D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54406", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54282, + "usage_id": 222 + }, + "5406.04.601E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56014, Aufzug", "arch_name": "56014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54406", - "roomcode": "5406.04.601E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54413", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54406, + "usage_id": 4 + }, + "5406.04.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56015, Installationsschacht", "arch_name": "56015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54413", - "roomcode": "5406.04.601F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54417", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54413, + "usage_id": 120 + }, + "5406.04.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56016, Installationsschacht", "arch_name": "56016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54417", - "roomcode": "5406.04.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54422", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54417, + "usage_id": 120 + }, + "5406.04.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56017, Installationsschacht", "arch_name": "56017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54422", - "roomcode": "5406.04.601H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54427", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54422, + "usage_id": 120 + }, + "5406.04.601J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56018, Fluchtweg", "arch_name": "56018@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54427", - "roomcode": "5406.04.601J", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54434", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54427, + "usage_id": 219 + }, + "5406.04.601K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56019, Fluchtweg", "arch_name": "56019@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54434", - "roomcode": "5406.04.601K", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54437", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54434, + "usage_id": 219 + }, + "5406.04.601L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56022, Sonderm\u00fcllzwischenlager", "arch_name": "56022@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54437", - "roomcode": "5406.04.601L", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54444", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54437, + "usage_id": 214 + }, + "5406.04.602A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56020, Fluchtweg", "arch_name": "56020@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54444", - "roomcode": "5406.04.602A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54733", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54444, + "usage_id": 219 + }, + "5406.04.602B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56021, Fluchtweg", "arch_name": "56021@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54733", - "roomcode": "5406.04.602B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54741", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54733, + "usage_id": 219 + }, + "5406.04.610A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56101, B\u00fcro", "arch_name": "56101@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54741", - "roomcode": "5406.04.610A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29134", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54741, + "usage_id": 12 + }, + "5406.04.610B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56102, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56102@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29134", - "roomcode": "5406.04.610B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54749", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29134, + "usage_id": 12 + }, + "5406.04.610C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56103, Aufenthalt", "arch_name": "56103@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=32213&cReadonly=J", - "list_index": "349", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54749", - "roomcode": "5406.04.610C", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54759", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 32213, + "floor_level": "4.OG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54749, + "usage_id": 44 + }, + "5406.04.610D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56104, Arbeitsraum/mit Besp.Grp.", "arch_name": "56104@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=24032&cReadonly=J", - "list_index": "350", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54759", - "roomcode": "5406.04.610D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=28907", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 24032, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54759, + "usage_id": 12 + }, + "5406.04.610E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56105, B\u00fcro", "arch_name": "56105@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28907", - "roomcode": "5406.04.610E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54769", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19710, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28907, + "usage_id": 12 + }, + "5406.04.610F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56106, B\u00fcro", "arch_name": "56106@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54769", - "roomcode": "5406.04.610F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55208", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19710, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54769, + "usage_id": 12 + }, + "5406.04.610G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56107, Labor", "arch_name": "56107@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55208", - "roomcode": "5406.04.610G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55215", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55208, + "usage_id": 102 + }, + "5406.04.610H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56108, Labor", "arch_name": "56108@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55215", - "roomcode": "5406.04.610H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55222", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55215, + "usage_id": 102 + }, + "5406.04.610J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56109, Labor", "arch_name": "56109@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55222", - "roomcode": "5406.04.610J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55228", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55222, + "usage_id": 102 + }, + "5406.04.611B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56112, Labor", "arch_name": "56112@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55228", - "roomcode": "5406.04.611B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55234", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55228, + "usage_id": 102 + }, + "5406.04.611C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56113, Teek\u00fcche", "arch_name": "56113@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55234", - "roomcode": "5406.04.611C", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55242", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55234, + "usage_id": 198 + }, + "5406.04.611J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56115, Flur", "arch_name": "56115@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55242", - "roomcode": "5406.04.611J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54894", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55242, + "usage_id": 222 + }, + "5406.04.611K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56110, Labor", "arch_name": "56110@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54894", - "roomcode": "5406.04.611K", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29189", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54894, + "usage_id": 194 + }, + "5406.04.620A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56201, Teek\u00fcche", "arch_name": "56201@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29189", - "roomcode": "5406.04.620A", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29197", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29189, + "usage_id": 198 + }, + "5406.04.620D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56204, B\u00fcro", "arch_name": "56204@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29197", - "roomcode": "5406.04.620D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54924", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29197, + "usage_id": 12 + }, + "5406.04.620F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56206, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56206@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54924", - "roomcode": "5406.04.620F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54930", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54924, + "usage_id": 12 + }, + "5406.04.620G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56207, B\u00fcro", "arch_name": "56207@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54930", - "roomcode": "5406.04.620G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54568", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54930, + "usage_id": 12 + }, + "5406.04.620H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56208, B\u00fcro", "arch_name": "56208@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54568", - "roomcode": "5406.04.620H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54578", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54568, + "usage_id": 12 + }, + "5406.04.620J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56209, B\u00fcro", "arch_name": "56209@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54578", - "roomcode": "5406.04.620J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54592", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54578, + "usage_id": 12 + }, + "5406.04.621E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56215, B\u00fcro", "arch_name": "56215@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54592", - "roomcode": "5406.04.621E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=54596", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54592, + "usage_id": 12 + }, + "5406.04.621F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56216, B\u00fcro", "arch_name": "56216@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54596", - "roomcode": "5406.04.621F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55057", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54596, + "usage_id": 12 + }, + "5406.04.621G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56217, B\u00fcro", "arch_name": "56217@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55057", - "roomcode": "5406.04.621G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=55079", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55057, + "usage_id": 12 + }, + "5406.04.621K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56210, Seminar", "arch_name": "56210@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=30014&cReadonly=J", - "extended": { - "additional_description": "56210, Seminar", - "address": "Lichtenbergstr. 4(5406), 4.Obergescho\u00df", - "architect_room_nr": "56210@5406", - "area_m2": 76.62, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "621K", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55079", - "roomcode": "5406.04.621K", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29338", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 30014, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55079, + "usage_id": 41 + }, + "5406.04.622C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56223, B\u00fcro", "arch_name": "56223@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29338", - "roomcode": "5406.04.622C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59410", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 22510, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29338, + "usage_id": 12 + }, + "5406.04.623A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56230, Flur", "arch_name": "56230@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59410", - "roomcode": "5406.04.623A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29390", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59410, + "usage_id": 222 + }, + "5406.04.630A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56301, Chemielabor (KNSTL.B., MV)", "arch_name": "56301@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29390", - "roomcode": "5406.04.630A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29397", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29390, + "usage_id": 102 + }, + "5406.04.630C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56303, Chemielabor (KNSTL.B., MV)", "arch_name": "56303@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29397", - "roomcode": "5406.04.630C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29428", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29397, + "usage_id": 102 + }, + "5406.04.630D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56304, Physiklabor einfach", "arch_name": "56304@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29428", - "roomcode": "5406.04.630D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29435", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29428, + "usage_id": 103 + }, + "5406.04.630E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56305, Physiklabor", "arch_name": "56305@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29435", - "roomcode": "5406.04.630E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29061", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29435, + "usage_id": 103 + }, + "5406.04.630F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56306, \u00dcbungsraum", "arch_name": "56306@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=22510&cRes=15258&cReadonly=J", - "extended": { - "additional_description": "56306, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5406), 4.Obergescho\u00df", - "architect_room_nr": "56306@5406", - "area_m2": 46.49, - "building": "5406 Laborgeb\u00e4ude CH 6", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "630F", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29061", - "roomcode": "5406.04.630F", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59507", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 15258, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 22510, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29061, + "usage_id": 131 + }, + "5406.04.630H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56308, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56308@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59507", - "roomcode": "5406.04.630H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29095", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59507, + "usage_id": 12 + }, + "5406.04.630J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56309@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29095", - "roomcode": "5406.04.630J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59574", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 22510, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29095, + "usage_id": 12 + }, + "5406.04.631A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56312, Flur", "arch_name": "56312@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59574", - "roomcode": "5406.04.631A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29487", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59574, + "usage_id": 222 + }, + "5406.04.631K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56310, Arbeitsraum/mit Besp.Grp.", "arch_name": "56310@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29487", - "roomcode": "5406.04.631K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29106", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29487, + "usage_id": 12 + }, + "5406.04.640A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56401, Chemielabor (KNSTL.B., MV)", "arch_name": "56401@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29106", - "roomcode": "5406.04.640A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29493", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29106, + "usage_id": 102 + }, + "5406.04.640B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56402, Chemielabor (KNSTL.B., MV)", "arch_name": "56402@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29493", - "roomcode": "5406.04.640B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29109", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29493, + "usage_id": 102 + }, + "5406.04.640D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56404, Chemielabor (KNSTL.B., MV)", "arch_name": "56404@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29109", - "roomcode": "5406.04.640D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29524", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29109, + "usage_id": 102 + }, + "5406.04.640F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56406, Chemielabor (KNSTL.B., MV)", "arch_name": "56406@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29524", - "roomcode": "5406.04.640F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29530", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29524, + "usage_id": 102 + }, + "5406.04.640G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56407, Chemielabor (KNSTL.B., MV)", "arch_name": "56407@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29530", - "roomcode": "5406.04.640G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59674", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29530, + "usage_id": 102 + }, + "5406.04.640H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56408, Lager", "arch_name": "56408@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59674", - "roomcode": "5406.04.640H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59679", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59674, + "usage_id": 30 + }, + "5406.04.640J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56409, Destillation", "arch_name": "56409@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59679", - "roomcode": "5406.04.640J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59734", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59679, + "usage_id": 102 + }, + "5406.04.641B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56412, Fotolabor", "arch_name": "56412@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59734", - "roomcode": "5406.04.641B", - "usage": 104 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59739", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59734, + "usage_id": 104 + }, + "5406.04.641D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56414, W\u00e4geraum", "arch_name": "56414@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59739", - "roomcode": "5406.04.641D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59747", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59739, + "usage_id": 103 + }, + "5406.04.641E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56415, Lager", "arch_name": "56415@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59747", - "roomcode": "5406.04.641E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59756", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59747, + "usage_id": 30 + }, + "5406.04.641F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56416, Chemielabor (KNSTL.B., MV)", "arch_name": "56416@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59756", - "roomcode": "5406.04.641F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59761", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59756, + "usage_id": 102 + }, + "5406.04.641K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56410, Chemielabor (KNSTL.B., MV)", "arch_name": "56410@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59761", - "roomcode": "5406.04.641K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29023", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59761, + "usage_id": 102 + }, + "5406.04.642B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56422, Chemielabor (KNSTL.B., MV)", "arch_name": "56422@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29023", - "roomcode": "5406.04.642B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59818", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29023, + "usage_id": 102 + }, + "5406.04.642C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56423, Chemielabor (KNSTL.B., MV)", "arch_name": "56423@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59818", - "roomcode": "5406.04.642C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29025", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59818, + "usage_id": 102 + }, + "5406.04.642E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56425, Chemielabor (KNSTL.B., MV)", "arch_name": "56425@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29025", - "roomcode": "5406.04.642E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29610", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29025, + "usage_id": 102 + }, + "5406.04.642G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56427, Chemielabor (KNSTL.B., MV)", "arch_name": "56427@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29610", - "roomcode": "5406.04.642G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=29613", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29610, + "usage_id": 102 + }, + "5406.04.642H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56428, Chemielabor (KNSTL.B., MV)", "arch_name": "56428@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29613", - "roomcode": "5406.04.642H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59832", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29613, + "usage_id": 102 + }, + "5406.04.642J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56429, Flur", "arch_name": "56429@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59832", - "roomcode": "5406.04.642J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59836", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59832, + "usage_id": 222 + }, + "5406.04.642K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56420, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56420@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59836", - "roomcode": "5406.04.642K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=59841", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59836, + "usage_id": 12 + }, + "5406.04.643A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56430, Flur", "arch_name": "56430@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59841", - "roomcode": "5406.04.643A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73916", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59841, + "usage_id": 222 + }, + "5406.04.981": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56006, Treppe", "arch_name": "56006@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73916", - "roomcode": "5406.04.981", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73917", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73916, + "usage_id": 223 + }, + "5406.04.982": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56419, Schleuse", "arch_name": "56419@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73917", - "roomcode": "5406.04.982", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73934", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73917, + "usage_id": 105 + }, + "5406.04.983": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56413, Schleuse", "arch_name": "56413@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73934", - "roomcode": "5406.04.983", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73962", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73934, + "usage_id": 105 + }, + "5406.04.985": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56002, WC-Damen Vorraum", "arch_name": "56002@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73962", - "roomcode": "5406.04.985", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73915", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73962, + "usage_id": 118 + }, + "5406.04.986": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56212, Duschraum innenliegend", "arch_name": "56212@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73915", - "roomcode": "5406.04.986", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73911", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73915, + "usage_id": 113 + }, + "5406.04.987": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56032, Gang, Weg im Freien", "arch_name": "56032@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73911", - "roomcode": "5406.04.987", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73914", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73911, + "usage_id": 219 + }, + "5406.04.991": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56026, Gang, Weg im Freien", "arch_name": "56026@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73914", - "roomcode": "5406.04.991", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73913", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73914, + "usage_id": 219 + }, + "5406.04.992": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56028, Gang, Weg im Freien", "arch_name": "56028@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73913", - "roomcode": "5406.04.992", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73912", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73913, + "usage_id": 219 + }, + "5406.04.993": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56031, Gang, Weg im Freien", "arch_name": "56031@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73912", - "roomcode": "5406.04.993", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73918", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73912, + "usage_id": 219 + }, + "5406.04.994": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56030, Treppe im Freien", "arch_name": "56030@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73918", - "roomcode": "5406.04.994", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73919", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73918, + "usage_id": 7 + }, + "5406.04.995": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56029, Treppe im Freien", "arch_name": "56029@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73919", - "roomcode": "5406.04.995", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73920", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73919, + "usage_id": 7 + }, + "5406.04.996": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56027, Treppe im Freien", "arch_name": "56027@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73920", - "roomcode": "5406.04.996", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=73921", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73920, + "usage_id": 7 + }, + "5406.04.997": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "56025, Treppe im Freien", "arch_name": "56025@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73921", - "roomcode": "5406.04.997", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=59845", + "area_id": 36, + "building_id": 824, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73921, + "usage_id": 7 + }, + "5406.05.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66001, Abluftzentrale / 1. Ebene", "arch_name": "66001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59845", - "roomcode": "5406.05.600A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=59849", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59845, + "usage_id": 32 + }, + "5406.05.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66004, Treppe", "arch_name": "66004@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59849", - "roomcode": "5406.05.600B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58802", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59849, + "usage_id": 223 + }, + "5406.05.600C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66007, Installationsschacht", "arch_name": "66007@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58802", - "roomcode": "5406.05.600C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58806", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58802, + "usage_id": 120 + }, + "5406.05.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66008, Installationsschacht", "arch_name": "66008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58806", - "roomcode": "5406.05.600D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58809", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58806, + "usage_id": 120 + }, + "5406.05.600E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66009, Installationsschacht", "arch_name": "66009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58809", - "roomcode": "5406.05.600E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58811", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58809, + "usage_id": 120 + }, + "5406.05.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66010, Installationsschacht", "arch_name": "66010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58811", - "roomcode": "5406.05.601F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58814", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58811, + "usage_id": 120 + }, + "5406.05.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66011, Installationsschacht", "arch_name": "66011@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58814", - "roomcode": "5406.05.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58817", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58814, + "usage_id": 120 + }, + "5406.05.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66014, Aufzug", "arch_name": "66014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58817", - "roomcode": "5406.05.601H", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58820", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58817, + "usage_id": 4 + }, + "5406.05.601J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66015, Installationsschacht", "arch_name": "66015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58820", - "roomcode": "5406.05.601J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58822", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58820, + "usage_id": 120 + }, + "5406.05.601K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66016, Installationsschacht", "arch_name": "66016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58822", - "roomcode": "5406.05.601K", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=58825", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58822, + "usage_id": 120 + }, + "5406.05.601L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "66017, Installationsschacht", "arch_name": "66017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58825", - "roomcode": "5406.05.601L", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58829", + "area_id": 36, + "building_id": 824, + "floor_level": "5.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58825, + "usage_id": 120 + }, + "5406.06.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76001, Abluftzentrale / 2. Ebene", "arch_name": "76001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58829", - "roomcode": "5406.06.600A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58834", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58829, + "usage_id": 32 + }, + "5406.06.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76004, Treppe", "arch_name": "76004@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58834", - "roomcode": "5406.06.600B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58837", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58834, + "usage_id": 223 + }, + "5406.06.600C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76008, Installationsschacht", "arch_name": "76008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58837", - "roomcode": "5406.06.600C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58841", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58837, + "usage_id": 120 + }, + "5406.06.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76009, Installationsschacht", "arch_name": "76009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58841", - "roomcode": "5406.06.600D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58894", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58841, + "usage_id": 120 + }, + "5406.06.601E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76010, Installationsschacht", "arch_name": "76010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58894", - "roomcode": "5406.06.601E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58898", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58894, + "usage_id": 120 + }, + "5406.06.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76014, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "76014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58898", - "roomcode": "5406.06.601F", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58902", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58898, + "usage_id": 5 + }, + "5406.06.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76015, Installationsschacht", "arch_name": "76015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58902", - "roomcode": "5406.06.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58907", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58902, + "usage_id": 120 + }, + "5406.06.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76016, Installationsschacht", "arch_name": "76016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58907", - "roomcode": "5406.06.601H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=58912", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58907, + "usage_id": 120 + }, + "5406.06.601J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "76017, Installationsschacht", "arch_name": "76017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58912", - "roomcode": "5406.06.601J", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57302", + "area_id": 36, + "building_id": 824, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58912, + "usage_id": 120 + }, + "5406.EG.600": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16001, WC", "arch_name": "16001@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57302", - "roomcode": "5406.EG.600", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57309", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57302, + "usage_id": 114 + }, + "5406.EG.600A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16002, Sonst. TB-Anl.", "arch_name": "16002@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57309", - "roomcode": "5406.EG.600A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57318", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57309, + "usage_id": 120 + }, + "5406.EG.600B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16003, Abstellraum", "arch_name": "16003@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57318", - "roomcode": "5406.EG.600B", - "usage": 159 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57325", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57318, + "usage_id": 159 + }, + "5406.EG.600C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16004, WC-Herren Vorraum", "arch_name": "16004@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57325", - "roomcode": "5406.EG.600C", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56991", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57325, + "usage_id": 118 + }, + "5406.EG.600D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16005, WC-Herren", "arch_name": "16005@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56991", - "roomcode": "5406.EG.600D", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56998", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56991, + "usage_id": 115 + }, + "5406.EG.600E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16007, Installationsschacht", "arch_name": "16007@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56998", - "roomcode": "5406.EG.600E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57009", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56998, + "usage_id": 120 + }, + "5406.EG.600F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16008, Installationsschacht", "arch_name": "16008@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57009", - "roomcode": "5406.EG.600F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57019", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57009, + "usage_id": 120 + }, + "5406.EG.600G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16009, Installationsschacht", "arch_name": "16009@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57019", - "roomcode": "5406.EG.600G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57028", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57019, + "usage_id": 120 + }, + "5406.EG.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16010, Installationsschacht", "arch_name": "16010@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57028", - "roomcode": "5406.EG.601", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57450", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57028, + "usage_id": 120 + }, + "5406.EG.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16011, Installationsschacht", "arch_name": "16011@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57450", - "roomcode": "5406.EG.601A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57462", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57450, + "usage_id": 120 + }, + "5406.EG.601B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16012, Treppenraum", "arch_name": "16012@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57462", - "roomcode": "5406.EG.601B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57470", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57462, + "usage_id": 223 + }, + "5406.EG.601C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16013, Flur", "arch_name": "16013@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57470", - "roomcode": "5406.EG.601C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=57479", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57470, + "usage_id": 222 + }, + "5406.EG.601D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16014, Aufzug", "arch_name": "16014@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57479", - "roomcode": "5406.EG.601D", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55381", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57479, + "usage_id": 4 + }, + "5406.EG.601E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16015, Installationsschacht", "arch_name": "16015@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55381", - "roomcode": "5406.EG.601E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55390", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55381, + "usage_id": 120 + }, + "5406.EG.601F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16016, Installationsschacht", "arch_name": "16016@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55390", - "roomcode": "5406.EG.601F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55400", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55390, + "usage_id": 120 + }, + "5406.EG.601G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16017, Installationsschacht", "arch_name": "16017@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55400", - "roomcode": "5406.EG.601G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73923", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55400, + "usage_id": 120 + }, + "5406.EG.601H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16014A, Personenaufzug", "arch_name": "16014A@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73923", - "roomcode": "5406.EG.601H", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55410", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73923, + "usage_id": 4 + }, + "5406.EG.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16020, Flur", "arch_name": "16020@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55410", - "roomcode": "5406.EG.602", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73922", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55410, + "usage_id": 222 + }, + "5406.EG.608A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16025, Treppe im Freien", "arch_name": "16025@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73922", - "roomcode": "5406.EG.608A", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73910", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73922, + "usage_id": 7 + }, + "5406.EG.608B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16026, Treppe im Freien", "arch_name": "16026@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73910", - "roomcode": "5406.EG.608B", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73909", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73910, + "usage_id": 7 + }, + "5406.EG.608C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16027, Treppe im Freien", "arch_name": "16027@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73909", - "roomcode": "5406.EG.608C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73908", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73909, + "usage_id": 7 + }, + "5406.EG.608D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16028, Treppe im Freien", "arch_name": "16028@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73908", - "roomcode": "5406.EG.608D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55537", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73908, + "usage_id": 7 + }, + "5406.EG.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16101, Installation", "arch_name": "16101@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55537", - "roomcode": "5406.EG.610", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55554", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55537, + "usage_id": 120 + }, + "5406.EG.610A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16105, Flur", "arch_name": "16105@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55554", - "roomcode": "5406.EG.610A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55562", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55554, + "usage_id": 222 + }, + "5406.EG.620A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16201, Be- und Entl\u00fcftung", "arch_name": "16201@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55562", - "roomcode": "5406.EG.620A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=30863", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55562, + "usage_id": 32 + }, + "5406.EG.620B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16202, Metallwerkstatt 4/75,5/25", "arch_name": "16202@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30863", - "roomcode": "5406.EG.620B", - "usage": 108 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55695", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30863, + "usage_id": 108 + }, + "5406.EG.620C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16203, B\u00fcro", "arch_name": "16203@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55695", - "roomcode": "5406.EG.620C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=30873", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55695, + "usage_id": 12 + }, + "5406.EG.620D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16204, Werkstatt", "arch_name": "16204@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30873", - "roomcode": "5406.EG.620D", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55712", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30873, + "usage_id": 51 + }, + "5406.EG.620E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16205, Kunststoffwerkstatt 4/80,5/20", "arch_name": "16205@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55712", - "roomcode": "5406.EG.620E", - "usage": 107 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73907", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55712, + "usage_id": 107 + }, + "5406.EG.620F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16206, Treppe", "arch_name": "16206@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73907", - "roomcode": "5406.EG.620F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73905", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73907, + "usage_id": 223 + }, + "5406.EG.620G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16207, Lager", "arch_name": "16207@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73905", - "roomcode": "5406.EG.620G", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73904", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73905, + "usage_id": 30 + }, + "5406.EG.620H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16208, Raumlufttechnische Anlage", "arch_name": "16208@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73904", - "roomcode": "5406.EG.620H", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55722", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73904, + "usage_id": 32 + }, + "5406.EG.630": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16301, Garderobe", "arch_name": "16301@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55722", - "roomcode": "5406.EG.630", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55733", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55722, + "usage_id": 121 + }, + "5406.EG.630A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16302, Waschraum", "arch_name": "16302@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55733", - "roomcode": "5406.EG.630A", - "usage": 210 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55861", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55733, + "usage_id": 210 + }, + "5406.EG.630B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16303, Dusche-Herren", "arch_name": "16303@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55861", - "roomcode": "5406.EG.630B", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55872", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55861, + "usage_id": 113 + }, + "5406.EG.630C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16304, Dusche-Damen", "arch_name": "16304@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55872", - "roomcode": "5406.EG.630C", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55880", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55872, + "usage_id": 113 + }, + "5406.EG.630D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16305, Waschraum", "arch_name": "16305@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55880", - "roomcode": "5406.EG.630D", - "usage": 210 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55890", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55880, + "usage_id": 210 + }, + "5406.EG.630E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16306, Garderobe", "arch_name": "16306@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55890", - "roomcode": "5406.EG.630E", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=55897", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55890, + "usage_id": 121 + }, + "5406.EG.630F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16308, WC", "arch_name": "16308@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55897", - "roomcode": "5406.EG.630F", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56020", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55897, + "usage_id": 114 + }, + "5406.EG.630G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16307, Aufenthalt", "arch_name": "16307@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": "tvKalender.wSicht?cOrg=14180&cRes=32512&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56020", - "roomcode": "5406.EG.630G", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56032", + "area_id": 36, + "building_id": 824, + "calendar_resource_nr": 32512, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56020, + "usage_id": 44 + }, + "5406.EG.630H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16309, Flur", "arch_name": "16309@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56032", - "roomcode": "5406.EG.630H", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56055", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56032, + "usage_id": 222 + }, + "5406.EG.631A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16311, Abstellraum", "arch_name": "16311@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56055", - "roomcode": "5406.EG.631A", - "usage": 159 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56182", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56055, + "usage_id": 159 + }, + "5406.EG.640": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16403, Stromversorgung", "arch_name": "16403@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56182", - "roomcode": "5406.EG.640", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56194", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56182, + "usage_id": 160 + }, + "5406.EG.640A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16404, Stromversorgung", "arch_name": "16404@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56194", - "roomcode": "5406.EG.640A", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56203", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56194, + "usage_id": 160 + }, + "5406.EG.640B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16405, Stromversorgung", "arch_name": "16405@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56203", - "roomcode": "5406.EG.640B", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56213", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56203, + "usage_id": 160 + }, + "5406.EG.640C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16406, Stromversorgung", "arch_name": "16406@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56213", - "roomcode": "5406.EG.640C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56220", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56213, + "usage_id": 160 + }, + "5406.EG.640D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16401, Be- und Entl\u00fcftung", "arch_name": "16401@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56220", - "roomcode": "5406.EG.640D", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56350", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56220, + "usage_id": 32 + }, + "5406.EG.640E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16402, Stromversorgung", "arch_name": "16402@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56350", - "roomcode": "5406.EG.640E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56358", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56350, + "usage_id": 160 + }, + "5406.EG.640G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16407, Arbeitsraum/ohne Besp.Grp.", "arch_name": "16407@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56358", - "roomcode": "5406.EG.640G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56368", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56358, + "usage_id": 12 + }, + "5406.EG.640H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16408, Labor f\u00fcr station\u00e4re Maschinen", "arch_name": "16408@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56368", - "roomcode": "5406.EG.640H", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=31236", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56368, + "usage_id": 194 + }, + "5406.EG.640J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16409, Labor f\u00fcr station\u00e4re Maschinen", "arch_name": "16409@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31236", - "roomcode": "5406.EG.640J", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=53981", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31236, + "usage_id": 194 + }, + "5406.EG.641A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16411, Probenvorbereitung", "arch_name": "16411@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53981", - "roomcode": "5406.EG.641A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=53991", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53981, + "usage_id": 103 + }, + "5406.EG.641B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16412, Probenvorbereitung", "arch_name": "16412@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53991", - "roomcode": "5406.EG.641B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54004", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53991, + "usage_id": 103 + }, + "5406.EG.641C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16413, Lager", "arch_name": "16413@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54004", - "roomcode": "5406.EG.641C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54013", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54004, + "usage_id": 30 + }, + "5406.EG.641D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16414, Lager", "arch_name": "16414@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54013", - "roomcode": "5406.EG.641D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54131", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54013, + "usage_id": 30 + }, + "5406.EG.641E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16415, Lager", "arch_name": "16415@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54131", - "roomcode": "5406.EG.641E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54141", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54131, + "usage_id": 30 + }, + "5406.EG.641F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16416, Fotolabor / Lichtpausenraum", "arch_name": "16416@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54141", - "roomcode": "5406.EG.641F", - "usage": 104 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54149", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54141, + "usage_id": 104 + }, + "5406.EG.641G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16417, Fotolabor / Lichtpausenraum", "arch_name": "16417@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54149", - "roomcode": "5406.EG.641G", - "usage": 104 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54159", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54149, + "usage_id": 104 + }, + "5406.EG.641H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16418, Werkstatt", "arch_name": "16418@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54159", - "roomcode": "5406.EG.641H", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73906", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54159, + "usage_id": 51 + }, + "5406.EG.641I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16419, Lager", "arch_name": "16419@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73906", - "roomcode": "5406.EG.641I", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54169", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73906, + "usage_id": 30 + }, + "5406.EG.642": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16420, Flur", "arch_name": "16420@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54169", - "roomcode": "5406.EG.642", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=73924", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54169, + "usage_id": 222 + }, + "5406.EG.642A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16416A, Schleuse", "arch_name": "16416A@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73924", - "roomcode": "5406.EG.642A", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=29903", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73924, + "usage_id": 105 + }, + "5406.EG.650A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16501, MS", "arch_name": "16501@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29903", - "roomcode": "5406.EG.650A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=29992", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29903, + "usage_id": 103 + }, + "5406.EG.650B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16502, MS", "arch_name": "16502@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29992", - "roomcode": "5406.EG.650B", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54306", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29992, + "usage_id": 103 + }, + "5406.EG.650C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16503, LC-MS Analytiklabor", "arch_name": "16503@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54306", - "roomcode": "5406.EG.650C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=30002", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54306, + "usage_id": 102 + }, + "5406.EG.650D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16504, Phys. \u00dcbungsraum (K.B.,MV,750KG)", "arch_name": "16504@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=22510", - "operator": "[ TUCHTC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30002", - "roomcode": "5406.EG.650D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54445", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 22510, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30002, + "usage_id": 102 + }, + "5406.EG.650G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16507, Messraum", "arch_name": "16507@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54445", - "roomcode": "5406.EG.650G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=30093", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54445, + "usage_id": 103 + }, + "5406.EG.650H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16508, Messraum", "arch_name": "16508@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30093", - "roomcode": "5406.EG.650H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54462", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30093, + "usage_id": 103 + }, + "5406.EG.650J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16509, Messraum", "arch_name": "16509@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54462", - "roomcode": "5406.EG.650J", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54472", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54462, + "usage_id": 103 + }, + "5406.EG.651A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16511, Messraum", "arch_name": "16511@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54472", - "roomcode": "5406.EG.651A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54615", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54472, + "usage_id": 103 + }, + "5406.EG.651G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16517, Flur", "arch_name": "16517@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54615", - "roomcode": "5406.EG.651G", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54629", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54615, + "usage_id": 222 + }, + "5406.EG.651K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16510, Messraum", "arch_name": "16510@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54629", - "roomcode": "5406.EG.651K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54639", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54629, + "usage_id": 103 + }, + "5406.EG.651N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16520, Elektronenmikroskopie I", "arch_name": "16520@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54639", - "roomcode": "5406.EG.651N", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54778", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54639, + "usage_id": 103 + }, + "5406.EG.651O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16521, Elektronenmikroskopie II", "arch_name": "16521@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54778", - "roomcode": "5406.EG.651O", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54786", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54778, + "usage_id": 103 + }, + "5406.EG.651P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16522, Elektronenmikroskopie III", "arch_name": "16522@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54786", - "roomcode": "5406.EG.651P", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54795", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54786, + "usage_id": 103 + }, + "5406.EG.651Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16523, Elektronenmikroskopie IV", "arch_name": "16523@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54795", - "roomcode": "5406.EG.651Q", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54804", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54795, + "usage_id": 103 + }, + "5406.EG.651R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16524, Elektronenmikroskopie V", "arch_name": "16524@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54804", - "roomcode": "5406.EG.651R", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54935", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54804, + "usage_id": 103 + }, + "5406.EG.651S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16525, Elektronenmikroskopie VI", "arch_name": "16525@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=23183", - "operator": "[ TUCHEM1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54935", - "roomcode": "5406.EG.651S", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=66504", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 23183, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54935, + "usage_id": 103 + }, + "5406.EG.651W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16512, Verbindungsflur/Elektronenmikroskopie", "arch_name": "16512@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66504", - "roomcode": "5406.EG.651W", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=66505", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66504, + "usage_id": 222 + }, + "5406.EG.652A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16524A, Terrasse", "arch_name": "16524A@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66505", - "roomcode": "5406.EG.652A", - "usage": 48 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=66506", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66505, + "usage_id": 48 + }, + "5406.EG.652B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16523A, Terrasse", "arch_name": "16523A@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66506", - "roomcode": "5406.EG.652B", - "usage": 48 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=66507", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66506, + "usage_id": 48 + }, + "5406.EG.652C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16522A, Terrasse", "arch_name": "16522A@5406", - "b_area_id": 36, - "b_filter_id": 824, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66507", - "roomcode": "5406.EG.652C", - "usage": 48 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48907", + "area_id": 36, + "building_id": 824, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66507, + "usage_id": 48 + }, + "5407.01.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27001, WC-Damen Vorraum", "arch_name": "27001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48907", - "roomcode": "5407.01.700A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48916", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48907, + "usage_id": 118 + }, + "5407.01.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27002, WC", "arch_name": "27002@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48916", - "roomcode": "5407.01.700B", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48926", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48916, + "usage_id": 114 + }, + "5407.01.700C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27006, Putzraum", "arch_name": "27006@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48926", - "roomcode": "5407.01.700C", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=48934", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48926, + "usage_id": 205 + }, + "5407.01.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27007, Installationsschacht", "arch_name": "27007@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48934", - "roomcode": "5407.01.700D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49075", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48934, + "usage_id": 120 + }, + "5407.01.700E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27008, Installationsschacht", "arch_name": "27008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49075", - "roomcode": "5407.01.700E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49083", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49075, + "usage_id": 120 + }, + "5407.01.700F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27009, Installationsschacht", "arch_name": "27009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49083", - "roomcode": "5407.01.700F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74106", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49083, + "usage_id": 120 + }, + "5407.01.700H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27004, WC-Herren", "arch_name": "27004@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74106", - "roomcode": "5407.01.700H", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74105", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74106, + "usage_id": 115 + }, + "5407.01.700I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27004A, WC-Herren", "arch_name": "27004A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74105", - "roomcode": "5407.01.700I", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49095", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74105, + "usage_id": 115 + }, + "5407.01.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27010, Installationsschacht", "arch_name": "27010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49095", - "roomcode": "5407.01.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49112", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49095, + "usage_id": 120 + }, + "5407.01.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27011, Installationsschacht", "arch_name": "27011@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49112", - "roomcode": "5407.01.701B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49416", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49112, + "usage_id": 120 + }, + "5407.01.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27012, Treppenraum", "arch_name": "27012@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49416", - "roomcode": "5407.01.701C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49425", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49416, + "usage_id": 223 + }, + "5407.01.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27013, Halle", "arch_name": "27013@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49425", - "roomcode": "5407.01.701D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49436", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49425, + "usage_id": 222 + }, + "5407.01.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27014, Aufzug", "arch_name": "27014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49436", - "roomcode": "5407.01.701E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49445", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49436, + "usage_id": 4 + }, + "5407.01.701F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27015, Installationsschacht", "arch_name": "27015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49445", - "roomcode": "5407.01.701F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49898", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49445, + "usage_id": 120 + }, + "5407.01.701G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27016, Installationsschacht", "arch_name": "27016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49898", - "roomcode": "5407.01.701G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49905", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49898, + "usage_id": 120 + }, + "5407.01.701H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27017, Installationsschacht", "arch_name": "27017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49905", - "roomcode": "5407.01.701H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74107", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49905, + "usage_id": 120 + }, + "5407.01.701I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27403B, Lager", "arch_name": "27403B@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74107", - "roomcode": "5407.01.701I", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49914", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74107, + "usage_id": 30 + }, + "5407.01.701J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27019, Flur", "arch_name": "27019@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49914", - "roomcode": "5407.01.701J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74126", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49914, + "usage_id": 222 + }, + "5407.01.701M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27022, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "27022@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74126", - "roomcode": "5407.01.701M", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74125", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74126, + "usage_id": 214 + }, + "5407.01.701N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27023, Flur", "arch_name": "27023@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74125", - "roomcode": "5407.01.701N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74103", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74125, + "usage_id": 222 + }, + "5407.01.708A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27025, Gang, Weg im Freien", "arch_name": "27025@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74103", - "roomcode": "5407.01.708A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74124", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74103, + "usage_id": 219 + }, + "5407.01.708B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27026, Treppe im Freien", "arch_name": "27026@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74124", - "roomcode": "5407.01.708B", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74123", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74124, + "usage_id": 7 + }, + "5407.01.708C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27027, Treppe im Freien", "arch_name": "27027@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74123", - "roomcode": "5407.01.708C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74102", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74123, + "usage_id": 7 + }, + "5407.01.708D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27028, Gang, Weg im Freien", "arch_name": "27028@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74102", - "roomcode": "5407.01.708D", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74109", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74102, + "usage_id": 219 + }, + "5407.01.708E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27029, Treppe im Freien", "arch_name": "27029@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74109", - "roomcode": "5407.01.708E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74104", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74109, + "usage_id": 7 + }, + "5407.01.708F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27030, Gang, Weg im Freien", "arch_name": "27030@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74104", - "roomcode": "5407.01.708F", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49933", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74104, + "usage_id": 219 + }, + "5407.01.710A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27101, Praktikum mit festem Arbeitsplatz", "arch_name": "27101@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49933", - "roomcode": "5407.01.710A", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=74108", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49933, + "usage_id": 212 + }, + "5407.01.710C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27003, WC-Herren Vorraum", "arch_name": "27003@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74108", - "roomcode": "5407.01.710C", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49590", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74108, + "usage_id": 118 + }, + "5407.01.710E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27106, Flur", "arch_name": "27106@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49590", - "roomcode": "5407.01.710E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49601", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49590, + "usage_id": 222 + }, + "5407.01.720A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27201, Praktikumslabor", "arch_name": "27201@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49601", - "roomcode": "5407.01.720A", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49613", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49601, + "usage_id": 212 + }, + "5407.01.720D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27204, Praktikumslabor", "arch_name": "27204@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49613", - "roomcode": "5407.01.720D", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49253", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49613, + "usage_id": 212 + }, + "5407.01.720F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27206, Praktikumslabor", "arch_name": "27206@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49253", - "roomcode": "5407.01.720F", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49263", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49253, + "usage_id": 212 + }, + "5407.01.720H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27208, Praktikumslabor", "arch_name": "27208@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49263", - "roomcode": "5407.01.720H", - "usage": 212 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49281", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49263, + "usage_id": 212 + }, + "5407.01.721D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27214, \u00dcbungsraum", "arch_name": "27214@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "extended": { - "additional_description": "27214, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5407), 1.Obergescho\u00df", - "architect_room_nr": "27214@5407", - "area_m2": 25.83, - "building": "5407 Laborgeb\u00e4ude CH 7", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "721D", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49281", - "roomcode": "5407.01.721D", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49742", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49281, + "usage_id": 131 + }, + "5407.01.721E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27215, B\u00fcro", "arch_name": "27215@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49742", - "roomcode": "5407.01.721E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49753", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49742, + "usage_id": 12 + }, + "5407.01.721F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27216, B\u00fcro", "arch_name": "27216@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=51898", - "operator": "[ TUS3000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49753", - "roomcode": "5407.01.721F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49765", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 51898, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49753, + "usage_id": 12 + }, + "5407.01.721G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27219, Flur", "arch_name": "27219@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49765", - "roomcode": "5407.01.721G", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=49773", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49765, + "usage_id": 222 + }, + "5407.01.721H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27218, LRZ-Verteilerknoten", "arch_name": "27218@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49773", - "roomcode": "5407.01.721H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=57734", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49773, + "usage_id": 120 + }, + "5407.01.721I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27213, Garderobe", "arch_name": "27213@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57734", - "roomcode": "5407.01.721I", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=57891", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57734, + "usage_id": 121 + }, + "5407.01.730A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27301, Labor", "arch_name": "27301@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57891", - "roomcode": "5407.01.730A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=57901", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": 17, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57891, + "usage_id": 102 + }, + "5407.01.730D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27304, Chemielabor (KNSTL.B., MV)", "arch_name": "27304@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57901", - "roomcode": "5407.01.730D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=12885", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57901, + "usage_id": 102 + }, + "5407.01.740A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 27401, \u00dcbungsraum", "arch_name": "27401@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15191&cReadonly=J", - "extended": { - "additional_description": "CH 27401, \u00dcbungsraum", - "address": "Lichtenbergstr. 4(5407), 1.Obergescho\u00df", - "architect_room_nr": "27401@5407", - "area_m2": 72.58, - "building": "5407 Laborgeb\u00e4ude CH 7", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "740A", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12885", - "roomcode": "5407.01.740A", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=12890", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 15191, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12885, + "usage_id": 131 + }, + "5407.01.740B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "CH 27402, Walter-Hieber-H\u00f6rsaal", "arch_name": "27402@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12582&cReadonly=J", - "extended": { - "additional_description": "CH 27402, Walter-Hieber-H\u00f6rsaal", - "address": "Lichtenbergstr. 4(5407), 1.Obergescho\u00df", - "architect_room_nr": "27402@5407", - "area_m2": 142.44, - "building": "5407 Laborgeb\u00e4ude CH 7", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "740B", - "seats": 118, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12890", - "roomcode": "5407.01.740B", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58072", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 12582, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 118, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12890, + "usage_id": 20 + }, + "5407.01.740D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27404, Vorbereitungsraum", "arch_name": "27404@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58072", - "roomcode": "5407.01.740D", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58351", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58072, + "usage_id": 136 + }, + "5407.01.741A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27411, Chemielabor (KNSTL.B., MV)", "arch_name": "27411@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58351", - "roomcode": "5407.01.741A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58361", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58351, + "usage_id": 102 + }, + "5407.01.741B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27413, Flur", "arch_name": "27413@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58361", - "roomcode": "5407.01.741B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58370", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58361, + "usage_id": 222 + }, + "5407.01.741C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27414, Flur", "arch_name": "27414@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58370", - "roomcode": "5407.01.741C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58379", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58370, + "usage_id": 222 + }, + "5407.01.741D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27306, Flur", "arch_name": "27306@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58379", - "roomcode": "5407.01.741D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58499", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58379, + "usage_id": 222 + }, + "5407.01.741E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27416, Lager", "arch_name": "27416@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58499", - "roomcode": "5407.01.741E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=58509", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58499, + "usage_id": 30 + }, + "5407.01.741F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27417, Treppe", "arch_name": "27417@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58509", - "roomcode": "5407.01.741F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62724", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58509, + "usage_id": 223 + }, + "5407.01.760A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27540, B\u00fcro", "arch_name": "27540@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62724", - "roomcode": "5407.01.760A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62725", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62724, + "usage_id": 12 + }, + "5407.01.760B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27541, B\u00fcro", "arch_name": "27541@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62725", - "roomcode": "5407.01.760B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62726", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62725, + "usage_id": 12 + }, + "5407.01.760C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27542, Sekretariat", "arch_name": "27542@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62726", - "roomcode": "5407.01.760C", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62727", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62726, + "usage_id": 40 + }, + "5407.01.760D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27543, B\u00fcro", "arch_name": "27543@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=44284&cRes=25428&cReadonly=J", - "list_index": "171", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62727", - "roomcode": "5407.01.760D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62728", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 25428, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62727, + "usage_id": 12 + }, + "5407.01.760E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27544, Seminarraum", "arch_name": "27544@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=44284&cRes=22311&cReadonly=J", - "extended": { - "additional_description": "27544, Seminarraum", - "address": "Lichtenbergstr. 4(5407), 1.Obergescho\u00df", - "architect_room_nr": "27544@5407", - "area_m2": 41.83, - "building": "5407 Laborgeb\u00e4ude CH 7", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "760E", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62728", - "roomcode": "5407.01.760E", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62729", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 22311, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44284, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62728, + "usage_id": 41 + }, + "5407.01.770B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27560, Treppe", "arch_name": "27560@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62729", - "roomcode": "5407.01.770B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62730", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62729, + "usage_id": 223 + }, + "5407.01.770C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27561, Flur", "arch_name": "27561@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62730", - "roomcode": "5407.01.770C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.OG", - "address_link": "ris.einzelraum?raumkey=62731", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62730, + "usage_id": 222 + }, + "5407.01.770D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "27562, Flur", "arch_name": "27562@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62731", - "roomcode": "5407.01.770D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58664", + "area_id": 36, + "building_id": 826, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62731, + "usage_id": 222 + }, + "5407.02.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37001, Putzraum", "arch_name": "37001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58664", - "roomcode": "5407.02.700A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58677", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58664, + "usage_id": 205 + }, + "5407.02.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37003, Server", "arch_name": "37003@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58677", - "roomcode": "5407.02.700B", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56480", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58677, + "usage_id": 207 + }, + "5407.02.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37007, Installationsschacht", "arch_name": "37007@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56480", - "roomcode": "5407.02.700D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56611", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56480, + "usage_id": 120 + }, + "5407.02.700E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37008, Installationsschacht", "arch_name": "37008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56611", - "roomcode": "5407.02.700E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56626", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56611, + "usage_id": 120 + }, + "5407.02.700F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37009, Installationsschacht", "arch_name": "37009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56626", - "roomcode": "5407.02.700F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=66661", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56626, + "usage_id": 120 + }, + "5407.02.700G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37006, WC-Herren Vorraum", "arch_name": "37006@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66661", - "roomcode": "5407.02.700G", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74134", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66661, + "usage_id": 118 + }, + "5407.02.700H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37006A, WC-Herren", "arch_name": "37006A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74134", - "roomcode": "5407.02.700H", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56634", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74134, + "usage_id": 115 + }, + "5407.02.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37010, Installationsschacht", "arch_name": "37010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56634", - "roomcode": "5407.02.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56740", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56634, + "usage_id": 120 + }, + "5407.02.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37011, Installationsschacht", "arch_name": "37011@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56740", - "roomcode": "5407.02.701B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56749", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56740, + "usage_id": 120 + }, + "5407.02.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37012, Treppenraum", "arch_name": "37012@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56749", - "roomcode": "5407.02.701C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56762", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56749, + "usage_id": 223 + }, + "5407.02.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37013, Halle", "arch_name": "37013@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56762", - "roomcode": "5407.02.701D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56775", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56762, + "usage_id": 222 + }, + "5407.02.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37014, Aufzug", "arch_name": "37014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56775", - "roomcode": "5407.02.701E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56896", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56775, + "usage_id": 4 + }, + "5407.02.701F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37015, Installationsschacht", "arch_name": "37015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56896", - "roomcode": "5407.02.701F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=56910", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56896, + "usage_id": 120 + }, + "5407.02.701G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37016, Installationsschacht", "arch_name": "37016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56910", - "roomcode": "5407.02.701G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57030", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56910, + "usage_id": 120 + }, + "5407.02.701H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37017, Installationsschacht", "arch_name": "37017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57030", - "roomcode": "5407.02.701H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57042", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57030, + "usage_id": 120 + }, + "5407.02.701J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37018, Flur", "arch_name": "37018@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57042", - "roomcode": "5407.02.701J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57055", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57042, + "usage_id": 222 + }, + "5407.02.701K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37019, Flur", "arch_name": "37019@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57055", - "roomcode": "5407.02.701K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57190", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57055, + "usage_id": 222 + }, + "5407.02.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37020, Flur", "arch_name": "37020@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57190", - "roomcode": "5407.02.702A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57198", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57190, + "usage_id": 222 + }, + "5407.02.702B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37021, Flur", "arch_name": "37021@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57198", - "roomcode": "5407.02.702B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=70741", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57198, + "usage_id": 222 + }, + "5407.02.702C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37022, WC-Damen Vorraum", "arch_name": "37022@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70741", - "roomcode": "5407.02.702C", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74133", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70741, + "usage_id": 118 + }, + "5407.02.702D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37023, WC-Damen", "arch_name": "37023@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74133", - "roomcode": "5407.02.702D", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74151", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74133, + "usage_id": 116 + }, + "5407.02.702M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37022A, Installationsraum", "arch_name": "37022A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74151", - "roomcode": "5407.02.702M", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74149", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74151, + "usage_id": 120 + }, + "5407.02.702N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37023A, Installationsraum", "arch_name": "37023A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74149", - "roomcode": "5407.02.702N", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74150", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74149, + "usage_id": 120 + }, + "5407.02.702O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37024A, Installationsraum", "arch_name": "37024A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74150", - "roomcode": "5407.02.702O", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74152", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74150, + "usage_id": 120 + }, + "5407.02.702P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37025A, Installationsraum", "arch_name": "37025A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74152", - "roomcode": "5407.02.702P", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74127", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74152, + "usage_id": 120 + }, + "5407.02.708A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37026, Gang, Weg im Freien", "arch_name": "37026@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74127", - "roomcode": "5407.02.708A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74132", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74127, + "usage_id": 219 + }, + "5407.02.708B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37027, Gang, Weg im Freien", "arch_name": "37027@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74132", - "roomcode": "5407.02.708B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74144", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74132, + "usage_id": 219 + }, + "5407.02.708C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37028, Gang, Weg im Freien", "arch_name": "37028@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74144", - "roomcode": "5407.02.708C", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74128", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74144, + "usage_id": 219 + }, + "5407.02.708D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37029, Gang, Weg im Freien", "arch_name": "37029@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74128", - "roomcode": "5407.02.708D", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74147", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74128, + "usage_id": 219 + }, + "5407.02.708E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37030, Treppe im Freien", "arch_name": "37030@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74147", - "roomcode": "5407.02.708E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74146", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74147, + "usage_id": 7 + }, + "5407.02.708F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37031, Treppe im Freien", "arch_name": "37031@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74146", - "roomcode": "5407.02.708F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74130", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74146, + "usage_id": 7 + }, + "5407.02.708G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37032, Gang, Weg im Freien", "arch_name": "37032@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74130", - "roomcode": "5407.02.708G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74145", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74130, + "usage_id": 219 + }, + "5407.02.708H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37033, Treppe im Freien", "arch_name": "37033@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74145", - "roomcode": "5407.02.708H", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74131", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74145, + "usage_id": 7 + }, + "5407.02.708I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37034, Gang, Weg im Freien", "arch_name": "37034@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74131", - "roomcode": "5407.02.708I", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12399", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74131, + "usage_id": 219 + }, + "5407.02.710A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37101, \u00dcbergang/Lounge", "arch_name": "37101@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=15188&cReadonly=J", - "list_index": "210", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12399", - "roomcode": "5407.02.710A", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=66660", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 15188, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12399, + "usage_id": 208 + }, + "5407.02.710B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37102, Cube green", "arch_name": "37102@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=27672&cReadonly=J", - "list_index": "211", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66660", - "roomcode": "5407.02.710B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12404", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 27672, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66660, + "usage_id": 12 + }, + "5407.02.710C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37103, Cube blue", "arch_name": "37103@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=27673&cReadonly=J", - "list_index": "212", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12404", - "roomcode": "5407.02.710C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12429", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 27673, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12404, + "usage_id": 12 + }, + "5407.02.710D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37104, Cube orange", "arch_name": "37104@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=27674&cReadonly=J", - "list_index": "213", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12429", - "roomcode": "5407.02.710D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=12431", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 27674, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12429, + "usage_id": 12 + }, + "5407.02.710E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37105, Besprechungsraum", "arch_name": "37105@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=28712&cReadonly=J", - "list_index": "214", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12431", - "roomcode": "5407.02.710E", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=26839", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 28712, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12431, + "usage_id": 196 + }, + "5407.02.710F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37106, B\u00fcro", "arch_name": "37106@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26839", - "roomcode": "5407.02.710F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=66658", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26839, + "usage_id": 12 + }, + "5407.02.710G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37107, B\u00fcro", "arch_name": "37107@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66658", - "roomcode": "5407.02.710G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=66659", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66658, + "usage_id": 12 + }, + "5407.02.710H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37108, B\u00fcro", "arch_name": "37108@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66659", - "roomcode": "5407.02.710H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11557", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66659, + "usage_id": 12 + }, + "5407.02.720A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37201, Arbeitsraum/ohne Besp.Grp.", "arch_name": "37201@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11557", - "roomcode": "5407.02.720A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11561", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11557, + "usage_id": 12 + }, + "5407.02.720B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37202, Infrastruktur", "arch_name": "37202@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11561", - "roomcode": "5407.02.720B", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74063", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11561, + "usage_id": 194 + }, + "5407.02.720C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37203, Chem. Experimentalfl\u00e4che", "arch_name": "37203@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74063", - "roomcode": "5407.02.720C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=26942", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74063, + "usage_id": 102 + }, + "5407.02.720D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37204, Auswertung", "arch_name": "37204@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26942", - "roomcode": "5407.02.720D", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74059", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26942, + "usage_id": 110 + }, + "5407.02.720E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37205A, Infrastruktur", "arch_name": "37205A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74059", - "roomcode": "5407.02.720E", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=26948", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74059, + "usage_id": 194 + }, + "5407.02.720F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37206, Auswertung", "arch_name": "37206@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26948", - "roomcode": "5407.02.720F", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74056", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26948, + "usage_id": 110 + }, + "5407.02.720G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37205B, Ofenraum", "arch_name": "37205B@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74056", - "roomcode": "5407.02.720G", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57655", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74056, + "usage_id": 103 + }, + "5407.02.720H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37208, Auswertung", "arch_name": "37208@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57655", - "roomcode": "5407.02.720H", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74061", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57655, + "usage_id": 110 + }, + "5407.02.720I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37207, Chem. Experimentalfl\u00e4che", "arch_name": "37207@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74061", - "roomcode": "5407.02.720I", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=27039", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74061, + "usage_id": 102 + }, + "5407.02.720J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37209, Lager", "arch_name": "37209@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27039", - "roomcode": "5407.02.720J", - "usage": 18 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74057", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27039, + "usage_id": 18 + }, + "5407.02.720K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37210, Auswertung", "arch_name": "37210@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74057", - "roomcode": "5407.02.720K", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74066", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74057, + "usage_id": 110 + }, + "5407.02.720L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37215, MSR", "arch_name": "37215@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74066", - "roomcode": "5407.02.720L", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11606", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74066, + "usage_id": 120 + }, + "5407.02.721A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37211, Chem. Experimentalfl\u00e4che", "arch_name": "37211@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11606", - "roomcode": "5407.02.721A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74064", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11606, + "usage_id": 102 + }, + "5407.02.721B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37212, Infrastruktur", "arch_name": "37212@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74064", - "roomcode": "5407.02.721B", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11608", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74064, + "usage_id": 194 + }, + "5407.02.721C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37213, Umkleideraum", "arch_name": "37213@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11608", - "roomcode": "5407.02.721C", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57791", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11608, + "usage_id": 121 + }, + "5407.02.721D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37214, Flur", "arch_name": "37214@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57791", - "roomcode": "5407.02.721D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57924", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57791, + "usage_id": 222 + }, + "5407.02.730A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37301, B\u00fcro", "arch_name": "37301@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=14722&cRes=19610&cReadonly=J", - "list_index": "234", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57924", - "roomcode": "5407.02.730A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=70742", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 19610, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57924, + "usage_id": 12 + }, + "5407.02.730B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37302, B\u00fcro", "arch_name": "37302@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70742", - "roomcode": "5407.02.730B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57933", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70742, + "usage_id": 12 + }, + "5407.02.730C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37303, B\u00fcro", "arch_name": "37303@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57933", - "roomcode": "5407.02.730C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57940", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57933, + "usage_id": 12 + }, + "5407.02.730D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37304, Prof.-B\u00fcro", "arch_name": "37304@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57940", - "roomcode": "5407.02.730D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11675", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57940, + "usage_id": 12 + }, + "5407.02.730E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37305, B\u00fcro", "arch_name": "37305@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11675", - "roomcode": "5407.02.730E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=70743", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11675, + "usage_id": 12 + }, + "5407.02.730F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37306, B\u00fcro", "arch_name": "37306@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70743", - "roomcode": "5407.02.730F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=57959", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70743, + "usage_id": 12 + }, + "5407.02.730G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37307, B\u00fcro", "arch_name": "37307@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57959", - "roomcode": "5407.02.730G", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11680", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57959, + "usage_id": 12 + }, + "5407.02.730H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37308, Besprechung", "arch_name": "37308@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11680", - "roomcode": "5407.02.730H", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58110", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14722, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11680, + "usage_id": 196 + }, + "5407.02.731C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37315, Flur", "arch_name": "37315@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58110", - "roomcode": "5407.02.731C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=11800", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58110, + "usage_id": 222 + }, + "5407.02.740B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37402, LC-Analytiklabor", "arch_name": "37402@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11800", - "roomcode": "5407.02.740B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58405", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11800, + "usage_id": 102 + }, + "5407.02.740D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37404, Fermentation", "arch_name": "37404@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58405", - "roomcode": "5407.02.740D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58531", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58405, + "usage_id": 102 + }, + "5407.02.740F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37414, Labor", "arch_name": "37414@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=47377&cRes=27452&cReadonly=J", - "list_index": "245", - "op_link": "webnav.navigate_to?corg=44284", - "operator": "[ TUCHTC4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58531", - "roomcode": "5407.02.740F", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=16950", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 27452, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 44284, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58531, + "usage_id": 194 + }, + "5407.02.741A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37411, Chemielabor", "arch_name": "37411@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=47377", - "operator": "[ TUCHACC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16950", - "roomcode": "5407.02.741A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58694", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 47377, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16950, + "usage_id": 102 + }, + "5407.02.741C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37416, Flur", "arch_name": "37416@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58694", - "roomcode": "5407.02.741C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58702", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58694, + "usage_id": 222 + }, + "5407.02.741D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37417, Treppe", "arch_name": "37417@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58702", - "roomcode": "5407.02.741D", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=58712", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58702, + "usage_id": 223 + }, + "5407.02.741E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37415, Flur", "arch_name": "37415@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58712", - "roomcode": "5407.02.741E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74129", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58712, + "usage_id": 222 + }, + "5407.02.741F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37413, Technologisches Labor", "arch_name": "37413@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74129", - "roomcode": "5407.02.741F", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=74148", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74129, + "usage_id": 194 + }, + "5407.02.993": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "37025, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "37025@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74148", - "roomcode": "5407.02.993", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58718", + "area_id": 36, + "building_id": 826, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74148, + "usage_id": 214 + }, + "5407.03.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47001, Putzraum", "arch_name": "47001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58718", - "roomcode": "5407.03.700A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56499", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58718, + "usage_id": 205 + }, + "5407.03.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47003, WC", "arch_name": "47003@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56499", - "roomcode": "5407.03.700B", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56508", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56499, + "usage_id": 114 + }, + "5407.03.700C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47005, WC", "arch_name": "47005@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56508", - "roomcode": "5407.03.700C", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56518", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56508, + "usage_id": 114 + }, + "5407.03.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47007, Installationsschacht", "arch_name": "47007@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56518", - "roomcode": "5407.03.700D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56647", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56518, + "usage_id": 120 + }, + "5407.03.700E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47008, Installationsschacht", "arch_name": "47008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56647", - "roomcode": "5407.03.700E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56655", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56647, + "usage_id": 120 + }, + "5407.03.700F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47009, Installationsschacht", "arch_name": "47009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56655", - "roomcode": "5407.03.700F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74156", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56655, + "usage_id": 120 + }, + "5407.03.700G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47002, WC-Herren Vorraum", "arch_name": "47002@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74156", - "roomcode": "5407.03.700G", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74154", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74156, + "usage_id": 118 + }, + "5407.03.700H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47004, WC-Damen Vorraum", "arch_name": "47004@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74154", - "roomcode": "5407.03.700H", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56663", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74154, + "usage_id": 118 + }, + "5407.03.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47010, Installationsschacht", "arch_name": "47010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56663", - "roomcode": "5407.03.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56784", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56663, + "usage_id": 120 + }, + "5407.03.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47011, Installationsschacht", "arch_name": "47011@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56784", - "roomcode": "5407.03.701B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56791", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56784, + "usage_id": 120 + }, + "5407.03.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47012, Treppenraum", "arch_name": "47012@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56791", - "roomcode": "5407.03.701C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56796", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56791, + "usage_id": 223 + }, + "5407.03.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47013, Halle", "arch_name": "47013@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56796", - "roomcode": "5407.03.701D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56806", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56796, + "usage_id": 222 + }, + "5407.03.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47014, Aufzug", "arch_name": "47014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56806", - "roomcode": "5407.03.701E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56926", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56806, + "usage_id": 4 + }, + "5407.03.701F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47015, Installationsschacht", "arch_name": "47015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56926", - "roomcode": "5407.03.701F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56930", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56926, + "usage_id": 120 + }, + "5407.03.701G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47016, Installationsschacht", "arch_name": "47016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56930", - "roomcode": "5407.03.701G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56939", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56930, + "usage_id": 120 + }, + "5407.03.701H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47017, Installationsschacht", "arch_name": "47017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56939", - "roomcode": "5407.03.701H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56952", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56939, + "usage_id": 120 + }, + "5407.03.701J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47018, Flur", "arch_name": "47018@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56952", - "roomcode": "5407.03.701J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57077", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56952, + "usage_id": 222 + }, + "5407.03.701K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47019, Flur", "arch_name": "47019@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57077", - "roomcode": "5407.03.701K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57104", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57077, + "usage_id": 222 + }, + "5407.03.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47020, Flur", "arch_name": "47020@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57104", - "roomcode": "5407.03.702A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57214", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57104, + "usage_id": 222 + }, + "5407.03.702B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47021, Flur", "arch_name": "47021@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57214", - "roomcode": "5407.03.702B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74161", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57214, + "usage_id": 222 + }, + "5407.03.702C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47022, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "47022@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74161", - "roomcode": "5407.03.702C", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74099", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74161, + "usage_id": 214 + }, + "5407.03.708A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47025, Gang, Weg im Freien", "arch_name": "47025@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74099", - "roomcode": "5407.03.708A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74097", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74099, + "usage_id": 219 + }, + "5407.03.708B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47026, Gang, Weg im Freien", "arch_name": "47026@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74097", - "roomcode": "5407.03.708B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74158", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74097, + "usage_id": 219 + }, + "5407.03.708C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47027, Treppe im Freien", "arch_name": "47027@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74158", - "roomcode": "5407.03.708C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74159", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74158, + "usage_id": 7 + }, + "5407.03.708D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47028, Treppe im Freien", "arch_name": "47028@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74159", - "roomcode": "5407.03.708D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74098", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74159, + "usage_id": 7 + }, + "5407.03.708E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47029, Gang, Weg im Freien", "arch_name": "47029@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74098", - "roomcode": "5407.03.708E", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74160", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74098, + "usage_id": 219 + }, + "5407.03.708F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47030, Treppe im Freien", "arch_name": "47030@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74160", - "roomcode": "5407.03.708F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74100", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74160, + "usage_id": 7 + }, + "5407.03.708G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47031, Gang, Weg im Freien", "arch_name": "47031@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74100", - "roomcode": "5407.03.708G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=16129", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74100, + "usage_id": 219 + }, + "5407.03.710A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47101, Rechnerraum", "arch_name": "47101@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16129", - "roomcode": "5407.03.710A", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12249", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16129, + "usage_id": 207 + }, + "5407.03.710C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47103@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12249", - "roomcode": "5407.03.710C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12287", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12249, + "usage_id": 12 + }, + "5407.03.710D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47104, Arbeitsraum/mit Besp.Grp.", "arch_name": "47104@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12287", - "roomcode": "5407.03.710D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12290", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12287, + "usage_id": 12 + }, + "5407.03.710E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47105, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47105@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12290", - "roomcode": "5407.03.710E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=12293", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23184, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12290, + "usage_id": 12 + }, + "5407.03.710F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47106, Arbeitsraum/mit Besp.Grp.", "arch_name": "47106@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=23184", - "operator": "[ TUCHAC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12293", - "roomcode": "5407.03.710F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57390", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 23184, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12293, + "usage_id": 12 + }, + "5407.03.710G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47107, Chemielabor (KNSTL.B., MV)", "arch_name": "47107@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57390", - "roomcode": "5407.03.710G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57514", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57390, + "usage_id": 102 + }, + "5407.03.710J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47109, Chemielabor (KNSTL.B., MV)", "arch_name": "47109@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57514", - "roomcode": "5407.03.710J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57525", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57514, + "usage_id": 102 + }, + "5407.03.711A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47111, Chemielabor (KNSTL.B., MV)", "arch_name": "47111@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57525", - "roomcode": "5407.03.711A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57534", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57525, + "usage_id": 102 + }, + "5407.03.711B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47112, Flur", "arch_name": "47112@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57534", - "roomcode": "5407.03.711B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57539", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57534, + "usage_id": 222 + }, + "5407.03.711K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47110, Chemielabor (KNSTL.B., MV)", "arch_name": "47110@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57539", - "roomcode": "5407.03.711K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57546", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57539, + "usage_id": 102 + }, + "5407.03.720A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47201, Chemielabor (KNSTL.B., MV)", "arch_name": "47201@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57546", - "roomcode": "5407.03.720A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57661", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57546, + "usage_id": 102 + }, + "5407.03.720B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47202, Lager", "arch_name": "47202@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57661", - "roomcode": "5407.03.720B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26705", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57661, + "usage_id": 30 + }, + "5407.03.720C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47203, Ofen", "arch_name": "47203@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26705", - "roomcode": "5407.03.720C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26712", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26705, + "usage_id": 103 + }, + "5407.03.720D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47204, Chemielabor (KNSTL.B., MV)", "arch_name": "47204@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26712", - "roomcode": "5407.03.720D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26715", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26712, + "usage_id": 102 + }, + "5407.03.720F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47206, Chemielabor (KNSTL.B., MV)", "arch_name": "47206@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26715", - "roomcode": "5407.03.720F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57813", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26715, + "usage_id": 102 + }, + "5407.03.720H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47208, Chemielabor (KNSTL.B., MV)", "arch_name": "47208@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57813", - "roomcode": "5407.03.720H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57818", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57813, + "usage_id": 102 + }, + "5407.03.721A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47212, Schleuse", "arch_name": "47212@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57818", - "roomcode": "5407.03.721A", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57828", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57818, + "usage_id": 105 + }, + "5407.03.721C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47213, Klimaraum", "arch_name": "47213@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57828", - "roomcode": "5407.03.721C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57963", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57828, + "usage_id": 30 + }, + "5407.03.721D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47214, Lager", "arch_name": "47214@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57963", - "roomcode": "5407.03.721D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74101", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57963, + "usage_id": 30 + }, + "5407.03.721E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47217, B\u00fcro", "arch_name": "47217@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74101", - "roomcode": "5407.03.721E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57967", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74101, + "usage_id": 12 + }, + "5407.03.721F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47216, Chemielabor (KNSTL.B., MV)", "arch_name": "47216@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57967", - "roomcode": "5407.03.721F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74153", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57967, + "usage_id": 102 + }, + "5407.03.721G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47222A, Serverraum", "arch_name": "47222A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74153", - "roomcode": "5407.03.721G", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57975", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74153, + "usage_id": 207 + }, + "5407.03.722B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47222, Lager", "arch_name": "47222@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57975", - "roomcode": "5407.03.722B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=57978", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57975, + "usage_id": 30 + }, + "5407.03.722C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47223, Chemielabor (KNSTL.B., MV)", "arch_name": "47223@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57978", - "roomcode": "5407.03.722C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=16872", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57978, + "usage_id": 102 + }, + "5407.03.722E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47225, Chemielabor (KNSTL.B., MV)", "arch_name": "47225@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16872", - "roomcode": "5407.03.722E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26900", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16872, + "usage_id": 102 + }, + "5407.03.722G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47227, Chemielabor (KNSTL.B., MV)", "arch_name": "47227@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26900", - "roomcode": "5407.03.722G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58118", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26900, + "usage_id": 102 + }, + "5407.03.722H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47229, Flur", "arch_name": "47229@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58118", - "roomcode": "5407.03.722H", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58127", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58118, + "usage_id": 222 + }, + "5407.03.723A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47230, Flur", "arch_name": "47230@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58127", - "roomcode": "5407.03.723A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58132", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58127, + "usage_id": 222 + }, + "5407.03.730A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47301, Messraum", "arch_name": "47301@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58132", - "roomcode": "5407.03.730A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=27001", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58132, + "usage_id": 103 + }, + "5407.03.730B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47302, Chemielabor (KNSTL.B., MV)", "arch_name": "47302@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27001", - "roomcode": "5407.03.730B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58271", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27001, + "usage_id": 102 + }, + "5407.03.730C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47303, Chemielabor (KNSTL.B., MV)", "arch_name": "47303@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58271", - "roomcode": "5407.03.730C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=27098", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58271, + "usage_id": 102 + }, + "5407.03.730D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47304, Chemielabor (KNSTL.B., MV)", "arch_name": "47304@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27098", - "roomcode": "5407.03.730D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58292", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27098, + "usage_id": 102 + }, + "5407.03.730F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47306, Chemielabor (KNSTL.B., MV)", "arch_name": "47306@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58292", - "roomcode": "5407.03.730F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58304", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58292, + "usage_id": 102 + }, + "5407.03.730G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47307, Teek\u00fcche", "arch_name": "47307@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58304", - "roomcode": "5407.03.730G", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11839", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58304, + "usage_id": 198 + }, + "5407.03.730H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47308, Arbeitsraum/mit Besp.Grp.", "arch_name": "47308@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11839", - "roomcode": "5407.03.730H", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11843", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11839, + "usage_id": 12 + }, + "5407.03.730J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47309@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11843", - "roomcode": "5407.03.730J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11903", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11843, + "usage_id": 12 + }, + "5407.03.731A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47311, Arbeitsraum/mit Besp.Grp.", "arch_name": "47311@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11903", - "roomcode": "5407.03.731A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11907", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11903, + "usage_id": 12 + }, + "5407.03.731B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47312, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47312@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11907", - "roomcode": "5407.03.731B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11911", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11907, + "usage_id": 12 + }, + "5407.03.731C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47313, Arbeitsraum/mit Besp.Grp.", "arch_name": "47313@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11911", - "roomcode": "5407.03.731C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58586", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11911, + "usage_id": 12 + }, + "5407.03.731D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47315, Flur", "arch_name": "47315@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58586", - "roomcode": "5407.03.731D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=11915", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58586, + "usage_id": 222 + }, + "5407.03.731K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47310, Arbeitsraum/mit Besp.Grp.", "arch_name": "47310@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11915", - "roomcode": "5407.03.731K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58724", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11915, + "usage_id": 12 + }, + "5407.03.740A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47401, Chemielabor (KNSTL.B., MV)", "arch_name": "47401@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=50697", - "operator": "[ TUCHACF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58724", - "roomcode": "5407.03.740A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74155", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50697, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58724, + "usage_id": 102 + }, + "5407.03.740B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47402, Duschraum", "arch_name": "47402@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74155", - "roomcode": "5407.03.740B", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=25886", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74155, + "usage_id": 113 + }, + "5407.03.740C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47403, Chemielabor (KNSTL.B., MV)", "arch_name": "47403@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25886", - "roomcode": "5407.03.740C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=25891", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25886, + "usage_id": 102 + }, + "5407.03.740E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47405, Chemielabor (KNSTL.B., MV)", "arch_name": "47405@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=50697", - "operator": "[ TUCHACF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25891", - "roomcode": "5407.03.740E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=58751", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50697, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25891, + "usage_id": 102 + }, + "5407.03.740F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47407, Teek\u00fcche", "arch_name": "47407@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58751", - "roomcode": "5407.03.740F", - "usage": 198 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56527", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58751, + "usage_id": 198 + }, + "5407.03.740G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47406, Dusche", "arch_name": "47406@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56527", - "roomcode": "5407.03.740G", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56535", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56527, + "usage_id": 113 + }, + "5407.03.740J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47409, Messraum / Server", "arch_name": "47409@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56535", - "roomcode": "5407.03.740J", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74157", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56535, + "usage_id": 103 + }, + "5407.03.740K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47404A, Duschraum", "arch_name": "47404A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74157", - "roomcode": "5407.03.740K", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56554", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74157, + "usage_id": 113 + }, + "5407.03.741G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47417, Fotolabor / Lichtpausenraum", "arch_name": "47417@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56554", - "roomcode": "5407.03.741G", - "usage": 104 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=74162", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56554, + "usage_id": 104 + }, + "5407.03.741H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47418, Schleuse", "arch_name": "47418@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74162", - "roomcode": "5407.03.741H", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56563", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74162, + "usage_id": 105 + }, + "5407.03.741J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47415, R\u00f6ntgenmessraum", "arch_name": "47415@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56563", - "roomcode": "5407.03.741J", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=25997", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56563, + "usage_id": 103 + }, + "5407.03.742A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47421, Rechnerraum", "arch_name": "47421@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25997", - "roomcode": "5407.03.742A", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26073", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25997, + "usage_id": 207 + }, + "5407.03.742B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47422, Rechnerraum", "arch_name": "47422@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26073", - "roomcode": "5407.03.742B", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=26081", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26073, + "usage_id": 207 + }, + "5407.03.742C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47423, Rechnerraum", "arch_name": "47423@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26081", - "roomcode": "5407.03.742C", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56696", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26081, + "usage_id": 207 + }, + "5407.03.742D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47424, Rechnerraum", "arch_name": "47424@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=14684", - "operator": "[ TUCHAC6 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56696", - "roomcode": "5407.03.742D", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56818", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14684, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56696, + "usage_id": 207 + }, + "5407.03.742E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47429, Flur", "arch_name": "47429@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56818", - "roomcode": "5407.03.742E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=56825", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56818, + "usage_id": 222 + }, + "5407.03.742F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47430, Flur", "arch_name": "47430@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56825", - "roomcode": "5407.03.742F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 3.OG", - "address_link": "ris.einzelraum?raumkey=30145", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56825, + "usage_id": 222 + }, + "5407.03.742G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "47419, Labor", "arch_name": "47419@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30145", - "roomcode": "5407.03.742G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56839", + "area_id": 36, + "building_id": 826, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30145, + "usage_id": 102 + }, + "5407.04.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57001, Putzraum", "arch_name": "57001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56839", - "roomcode": "5407.04.700A", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56962", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56839, + "usage_id": 205 + }, + "5407.04.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57003, WC", "arch_name": "57003@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56962", - "roomcode": "5407.04.700B", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56967", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56962, + "usage_id": 114 + }, + "5407.04.700C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57004, WC-Damen", "arch_name": "57004@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56967", - "roomcode": "5407.04.700C", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56973", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56967, + "usage_id": 116 + }, + "5407.04.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57005, WC", "arch_name": "57005@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56973", - "roomcode": "5407.04.700D", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56981", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56973, + "usage_id": 114 + }, + "5407.04.700E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57007, Installationsschacht", "arch_name": "57007@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56981", - "roomcode": "5407.04.700E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57113", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56981, + "usage_id": 120 + }, + "5407.04.700F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57008, Installationsschacht", "arch_name": "57008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57113", - "roomcode": "5407.04.700F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57118", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57113, + "usage_id": 120 + }, + "5407.04.700G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57009, Installationsschacht", "arch_name": "57009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57118", - "roomcode": "5407.04.700G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74169", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57118, + "usage_id": 120 + }, + "5407.04.700H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57006, Treppe", "arch_name": "57006@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74169", - "roomcode": "5407.04.700H", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74170", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74169, + "usage_id": 223 + }, + "5407.04.700J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57002, WC-Damen Vorraum", "arch_name": "57002@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74170", - "roomcode": "5407.04.700J", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57125", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74170, + "usage_id": 118 + }, + "5407.04.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57010, Installationsschacht", "arch_name": "57010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57125", - "roomcode": "5407.04.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57132", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57125, + "usage_id": 120 + }, + "5407.04.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57011, Installationsschacht", "arch_name": "57011@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57132", - "roomcode": "5407.04.701B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57139", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57132, + "usage_id": 120 + }, + "5407.04.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57012, Treppenraum", "arch_name": "57012@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57139", - "roomcode": "5407.04.701C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57252", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57139, + "usage_id": 223 + }, + "5407.04.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57013, Halle", "arch_name": "57013@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57252", - "roomcode": "5407.04.701D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57260", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57252, + "usage_id": 222 + }, + "5407.04.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57014, Aufzug", "arch_name": "57014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57260", - "roomcode": "5407.04.701E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57269", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57260, + "usage_id": 4 + }, + "5407.04.701F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57015, Installationsschacht", "arch_name": "57015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57269", - "roomcode": "5407.04.701F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57276", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57269, + "usage_id": 120 + }, + "5407.04.701G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57016, Installationsschacht", "arch_name": "57016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57276", - "roomcode": "5407.04.701G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57285", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57276, + "usage_id": 120 + }, + "5407.04.701H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57017, Installationsschacht", "arch_name": "57017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57285", - "roomcode": "5407.04.701H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57405", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57285, + "usage_id": 120 + }, + "5407.04.701J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57018, Flur", "arch_name": "57018@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57405", - "roomcode": "5407.04.701J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57414", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57405, + "usage_id": 222 + }, + "5407.04.701K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57019, Flur", "arch_name": "57019@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57414", - "roomcode": "5407.04.701K", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57435", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57414, + "usage_id": 222 + }, + "5407.04.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57020, Flur", "arch_name": "57020@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57435", - "roomcode": "5407.04.702A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57553", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57435, + "usage_id": 222 + }, + "5407.04.702B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57021, Flur", "arch_name": "57021@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57553", - "roomcode": "5407.04.702B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74174", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57553, + "usage_id": 222 + }, + "5407.04.702C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57022, Lager", "arch_name": "57022@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74174", - "roomcode": "5407.04.702C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74165", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Stein", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74174, + "usage_id": 30 + }, + "5407.04.708A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57025, Gang, Weg im Freien", "arch_name": "57025@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74165", - "roomcode": "5407.04.708A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74163", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74165, + "usage_id": 219 + }, + "5407.04.708B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57026, Gang, Weg im Freien", "arch_name": "57026@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74163", - "roomcode": "5407.04.708B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74172", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74163, + "usage_id": 219 + }, + "5407.04.708C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57027, Treppe im Freien", "arch_name": "57027@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74172", - "roomcode": "5407.04.708C", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74173", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74172, + "usage_id": 7 + }, + "5407.04.708D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57028, Treppe im Freien", "arch_name": "57028@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74173", - "roomcode": "5407.04.708D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74166", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74173, + "usage_id": 7 + }, + "5407.04.708E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57029, Gang, Weg im Freien", "arch_name": "57029@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74166", - "roomcode": "5407.04.708E", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74171", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74166, + "usage_id": 219 + }, + "5407.04.708F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57030, Treppe im Freien", "arch_name": "57030@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74171", - "roomcode": "5407.04.708F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74164", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74171, + "usage_id": 7 + }, + "5407.04.708G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57031, Gang, Weg im Freien", "arch_name": "57031@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74164", - "roomcode": "5407.04.708G", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11494", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74164, + "usage_id": 219 + }, + "5407.04.710A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57101, Seminarraum", "arch_name": "57101@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=14692&cRes=15160&cReadonly=J", - "extended": { - "additional_description": "57101, Seminarraum", - "address": "Lichtenbergstr. 4(5407), 4.Obergescho\u00df", - "architect_room_nr": "57101@5407", - "area_m2": 32.61, - "building": "5407 Laborgeb\u00e4ude CH 7", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "710A", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11494", - "roomcode": "5407.04.710A", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57570", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 15160, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11494, + "usage_id": 41 + }, + "5407.04.710C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "57103@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57570", - "roomcode": "5407.04.710C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11499", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57570, + "usage_id": 12 + }, + "5407.04.710D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57104, Arbeitsraum/ohne Besp.Grp.", "arch_name": "57104@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11499", - "roomcode": "5407.04.710D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11503", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11499, + "usage_id": 12 + }, + "5407.04.710E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57105, Arbeitsraum/ohne Besp.Grp.", "arch_name": "57105@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11503", - "roomcode": "5407.04.710E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11460", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11503, + "usage_id": 12 + }, + "5407.04.710F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57106, Arbeitsraum", "arch_name": "57106@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11460", - "roomcode": "5407.04.710F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=32062", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11460, + "usage_id": 12 + }, + "5407.04.710G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57107, Sozialraum", "arch_name": "57107@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32062", - "roomcode": "5407.04.710G", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=30635", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32062, + "usage_id": 44 + }, + "5407.04.710H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57108, Chemielabor (KNSTL.B., MV)", "arch_name": "57108@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30635", - "roomcode": "5407.04.710H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57725", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30635, + "usage_id": 102 + }, + "5407.04.710J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57109, Chemielabor (KNSTL.B., MV)", "arch_name": "57109@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57725", - "roomcode": "5407.04.710J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57845", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57725, + "usage_id": 102 + }, + "5407.04.711J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57112, Flur", "arch_name": "57112@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57845", - "roomcode": "5407.04.711J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57857", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57845, + "usage_id": 222 + }, + "5407.04.711K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57110, Praktikumslabor (KNSTL.B., MV)", "arch_name": "57110@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57857", - "roomcode": "5407.04.711K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57865", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57857, + "usage_id": 102 + }, + "5407.04.720A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57201, Labor", "arch_name": "57201@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57865", - "roomcode": "5407.04.720A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=16823", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 45791, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57865, + "usage_id": 102 + }, + "5407.04.720C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57203, R\u00f6ntgenfluoreszenzanalytik", "arch_name": "57203@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16823", - "roomcode": "5407.04.720C", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58000", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16823, + "usage_id": 103 + }, + "5407.04.720D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57204, Analytisches Labor", "arch_name": "57204@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58000", - "roomcode": "5407.04.720D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58007", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58000, + "usage_id": 102 + }, + "5407.04.720F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57206, Chemielabor", "arch_name": "57206@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58007", - "roomcode": "5407.04.720F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58019", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58007, + "usage_id": 102 + }, + "5407.04.720G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57207, Chemielabor", "arch_name": "57207@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58019", - "roomcode": "5407.04.720G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58028", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58019, + "usage_id": 102 + }, + "5407.04.720H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57208, W\u00e4geraum", "arch_name": "57208@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58028", - "roomcode": "5407.04.720H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58149", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58028, + "usage_id": 103 + }, + "5407.04.721A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57213, Schleuse", "arch_name": "57213@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58149", - "roomcode": "5407.04.721A", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58159", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58149, + "usage_id": 105 + }, + "5407.04.721D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57214, Lager", "arch_name": "57214@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58159", - "roomcode": "5407.04.721D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58167", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58159, + "usage_id": 30 + }, + "5407.04.721F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57216, Elektronenmikroskopie", "arch_name": "57216@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58167", - "roomcode": "5407.04.721F", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58175", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58167, + "usage_id": 103 + }, + "5407.04.721K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57210, Physik. Messlabor (KNSTL.B., MV)", "arch_name": "57210@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58175", - "roomcode": "5407.04.721K", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74175", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58175, + "usage_id": 103 + }, + "5407.04.721L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57221, Lager", "arch_name": "57221@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74175", - "roomcode": "5407.04.721L", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=16022", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74175, + "usage_id": 30 + }, + "5407.04.722B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57222, Chemielabor (KNSTL.B., MV)", "arch_name": "57222@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16022", - "roomcode": "5407.04.722B", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58314", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16022, + "usage_id": 102 + }, + "5407.04.722D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57224, S\u00e4urelabor", "arch_name": "57224@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58314", - "roomcode": "5407.04.722D", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=31017", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58314, + "usage_id": 102 + }, + "5407.04.722E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57225, Chemielabor (KNSTL.B., MV)", "arch_name": "57225@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31017", - "roomcode": "5407.04.722E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=31022", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31017, + "usage_id": 102 + }, + "5407.04.722F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57226, Chemielabor (KNSTL.B., MV)", "arch_name": "57226@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31022", - "roomcode": "5407.04.722F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58336", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31022, + "usage_id": 102 + }, + "5407.04.722G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57227, Chemielabor (KNSTL.B., MV)", "arch_name": "57227@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58336", - "roomcode": "5407.04.722G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=31098", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58336, + "usage_id": 102 + }, + "5407.04.722H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57228, Chemielabor (KNSTL.B., MV)", "arch_name": "57228@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31098", - "roomcode": "5407.04.722H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58471", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31098, + "usage_id": 102 + }, + "5407.04.722J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57229, Flur", "arch_name": "57229@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58471", - "roomcode": "5407.04.722J", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58478", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58471, + "usage_id": 222 + }, + "5407.04.722K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57220, Freiluftlabor CH", "arch_name": "57220@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58478", - "roomcode": "5407.04.722K", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58484", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58478, + "usage_id": 102 + }, + "5407.04.723A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57230, Flur", "arch_name": "57230@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58484", - "roomcode": "5407.04.723A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74167", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58484, + "usage_id": 222 + }, + "5407.04.723B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57301A, Werkstatt", "arch_name": "57301A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74167", - "roomcode": "5407.04.723B", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58494", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74167, + "usage_id": 51 + }, + "5407.04.730A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57301, Chemielabor (KNSTL.B., MV)", "arch_name": "57301@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58494", - "roomcode": "5407.04.730A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58615", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58494, + "usage_id": 102 + }, + "5407.04.730B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57302, Archiv", "arch_name": "57302@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58615", - "roomcode": "5407.04.730B", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=15520", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58615, + "usage_id": 2 + }, + "5407.04.730C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57303, Chemielabor (KNSTL.B., MV)", "arch_name": "57303@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15520", - "roomcode": "5407.04.730C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58632", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14692, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15520, + "usage_id": 102 + }, + "5407.04.730D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57304, Besprechungsraum", "arch_name": "57304@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58632", - "roomcode": "5407.04.730D", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58642", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 45791, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58632, + "usage_id": 196 + }, + "5407.04.730E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57305, B\u00fcro", "arch_name": "57305@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58642", - "roomcode": "5407.04.730E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58648", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 45791, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58642, + "usage_id": 12 + }, + "5407.04.730F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57306, B\u00fcro", "arch_name": "57306@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=45791", - "operator": "[ TUEDS23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58648", - "roomcode": "5407.04.730F", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=31291", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 45791, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58648, + "usage_id": 12 + }, + "5407.04.730G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57307, Computerraum", "arch_name": "57307@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31291", - "roomcode": "5407.04.730G", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11809", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31291, + "usage_id": 207 + }, + "5407.04.730J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57309, Sekretariat", "arch_name": "57309@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=14692&cRes=18836&cReadonly=J", - "list_index": "406", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11809", - "roomcode": "5407.04.730J", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=58783", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 18836, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11809, + "usage_id": 40 + }, + "5407.04.731A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57311, Besprechungsraum", "arch_name": "57311@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58783", - "roomcode": "5407.04.731A", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11817", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58783, + "usage_id": 196 + }, + "5407.04.731B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57312, B\u00fcro", "arch_name": "57312@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": "tvKalender.wSicht?cOrg=14692&cRes=18810&cReadonly=J", - "list_index": "408", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11817", - "roomcode": "5407.04.731B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56416", + "area_id": 36, + "building_id": 826, + "calendar_resource_nr": 18810, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11817, + "usage_id": 12 + }, + "5407.04.731C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57315, Flur", "arch_name": "57315@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56416", - "roomcode": "5407.04.731C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11865", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56416, + "usage_id": 222 + }, + "5407.04.731K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57310, B\u00fcro", "arch_name": "57310@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=14692", - "operator": "[ TUCHAC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11865", - "roomcode": "5407.04.731K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56432", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14692, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11865, + "usage_id": 12 + }, + "5407.04.740A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57401, Labor", "arch_name": "57401@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56432", - "roomcode": "5407.04.740A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11873", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56432, + "usage_id": 102 + }, + "5407.04.740B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57402, B\u00fcro", "arch_name": "57402@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11873", - "roomcode": "5407.04.740B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56446", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11873, + "usage_id": 12 + }, + "5407.04.740C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57403, Labor f\u00fcr Zellkultur", "arch_name": "57403@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56446", - "roomcode": "5407.04.740C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=11883", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14713, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56446, + "usage_id": 102 + }, + "5407.04.740D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57404, B\u00fcro", "arch_name": "57404@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11883", - "roomcode": "5407.04.740D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56572", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11883, + "usage_id": 12 + }, + "5407.04.740E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57405, Labor", "arch_name": "57405@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56572", - "roomcode": "5407.04.740E", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56582", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56572, + "usage_id": 102 + }, + "5407.04.740F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57406, Labor", "arch_name": "57406@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56582", - "roomcode": "5407.04.740F", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56586", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56582, + "usage_id": 102 + }, + "5407.04.740G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57407, Technisches Labor, GEM.M.1103060400", "arch_name": "57407@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56586", - "roomcode": "5407.04.740G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74168", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56586, + "usage_id": 102 + }, + "5407.04.740H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57403A, Lab.m.bes.luftt.Anlage", "arch_name": "57403A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74168", - "roomcode": "5407.04.740H", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56598", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74168, + "usage_id": 102 + }, + "5407.04.740J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57409, Lager", "arch_name": "57409@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56598", - "roomcode": "5407.04.740J", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56604", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56598, + "usage_id": 30 + }, + "5407.04.741A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57411, Physik. Messraum", "arch_name": "57411@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56604", - "roomcode": "5407.04.741A", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56706", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56604, + "usage_id": 103 + }, + "5407.04.741C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57413, Mikorskopierraum", "arch_name": "57413@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56706", - "roomcode": "5407.04.741C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56715", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56706, + "usage_id": 102 + }, + "5407.04.741E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57415, Labor", "arch_name": "57415@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56715", - "roomcode": "5407.04.741E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56723", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56715, + "usage_id": 103 + }, + "5407.04.741G": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56723", - "roomcode": "5407.04.741G", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=74176", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56723, + "usage_id": 199 + }, + "5407.04.741H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57418, Schleuse", "arch_name": "57418@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74176", - "roomcode": "5407.04.741H", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56731", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74176, + "usage_id": 105 + }, + "5407.04.742A": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56731", - "roomcode": "5407.04.742A", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56844", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56731, + "usage_id": 199 + }, + "5407.04.742B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56844", - "roomcode": "5407.04.742B", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56852", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56844, + "usage_id": 199 + }, + "5407.04.742C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57423, Stromversorgung", "arch_name": "57423@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56852", - "roomcode": "5407.04.742C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56861", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56852, + "usage_id": 160 + }, + "5407.04.742D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57424, K\u00fchlraum", "arch_name": "57424@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56861", - "roomcode": "5407.04.742D", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56869", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Kunststoff", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56861, + "usage_id": 199 + }, + "5407.04.742E": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56869", - "roomcode": "5407.04.742E", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56874", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "PVC", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56869, + "usage_id": 199 + }, + "5407.04.742G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57427, Labor", "arch_name": "57427@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56874", - "roomcode": "5407.04.742G", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=56880", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56874, + "usage_id": 102 + }, + "5407.04.742H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57428, Computerraum", "arch_name": "57428@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56880", - "roomcode": "5407.04.742H", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57152", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56880, + "usage_id": 207 + }, + "5407.04.742J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57429, Labor", "arch_name": "57429@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57152", - "roomcode": "5407.04.742J", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57159", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57152, + "usage_id": 102 + }, + "5407.04.743A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57431, Seminarraum", "arch_name": "57431@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "extended": { - "additional_description": "57431, Seminarraum", - "address": "Lichtenbergstr. 4(5407), 4.Obergescho\u00df", - "architect_room_nr": "57431@5407", - "area_m2": 41.21, - "building": "5407 Laborgeb\u00e4ude CH 7", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "743A", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57159", - "roomcode": "5407.04.743A", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57168", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57159, + "usage_id": 41 + }, + "5407.04.743B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57436, Flur", "arch_name": "57436@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57168", - "roomcode": "5407.04.743B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57175", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57168, + "usage_id": 222 + }, + "5407.04.743C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57433, Labor", "arch_name": "57433@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57175", - "roomcode": "5407.04.743C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57592", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14713, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57175, + "usage_id": 102 + }, + "5407.04.743D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57437, Flur", "arch_name": "57437@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57592", - "roomcode": "5407.04.743D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=57600", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57592, + "usage_id": 222 + }, + "5407.04.743E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57435, B\u00fcro", "arch_name": "57435@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57600", - "roomcode": "5407.04.743E", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=12134", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57600, + "usage_id": 12 + }, + "5407.04.743K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "57430, B\u00fcro", "arch_name": "57430@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12134", - "roomcode": "5407.04.743K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57612", + "area_id": 36, + "building_id": 826, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14713, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12134, + "usage_id": 12 + }, + "5407.05.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67001, Abluftzentrale 1. Ebene", "arch_name": "67001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57612", - "roomcode": "5407.05.700A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57618", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57612, + "usage_id": 32 + }, + "5407.05.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67004, Treppe", "arch_name": "67004@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57618", - "roomcode": "5407.05.700B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57306", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57618, + "usage_id": 223 + }, + "5407.05.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67008, Installationsschacht", "arch_name": "67008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57306", - "roomcode": "5407.05.700D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57314", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57306, + "usage_id": 120 + }, + "5407.05.700E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67009, Installationsschacht", "arch_name": "67009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57314", - "roomcode": "5407.05.700E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57320", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57314, + "usage_id": 120 + }, + "5407.05.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67010, Installationsschacht", "arch_name": "67010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57320", - "roomcode": "5407.05.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=56993", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57320, + "usage_id": 120 + }, + "5407.05.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67014, Aufzug", "arch_name": "67014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56993", - "roomcode": "5407.05.701C", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57002", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56993, + "usage_id": 4 + }, + "5407.05.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67015, Installationsschacht", "arch_name": "67015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57002", - "roomcode": "5407.05.701D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57015", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57002, + "usage_id": 120 + }, + "5407.05.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67016, Installationsschacht", "arch_name": "67016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57015", - "roomcode": "5407.05.701E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=57024", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57015, + "usage_id": 120 + }, + "5407.05.701F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "67017, Installationsschacht", "arch_name": "67017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57024", - "roomcode": "5407.05.701F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=57446", + "area_id": 36, + "building_id": 826, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57024, + "usage_id": 120 + }, + "5407.06.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77001, Be- und Entl\u00fcftung", "arch_name": "77001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57446", - "roomcode": "5407.06.700A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=57453", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57446, + "usage_id": 32 + }, + "5407.06.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77004, Treppe", "arch_name": "77004@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57453", - "roomcode": "5407.06.700B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=57463", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57453, + "usage_id": 223 + }, + "5407.06.700C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77008, Installationsschacht", "arch_name": "77008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57463", - "roomcode": "5407.06.700C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=57471", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57463, + "usage_id": 120 + }, + "5407.06.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77009, Installationsschacht", "arch_name": "77009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57471", - "roomcode": "5407.06.700D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=57477", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57471, + "usage_id": 120 + }, + "5407.06.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77010, Abluftzentrale 2. Ebene", "arch_name": "77010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57477", - "roomcode": "5407.06.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=55378", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57477, + "usage_id": 120 + }, + "5407.06.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77014, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "77014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55378", - "roomcode": "5407.06.701B", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=55388", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55378, + "usage_id": 5 + }, + "5407.06.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77015, Installationsschacht", "arch_name": "77015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55388", - "roomcode": "5407.06.701C", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=55395", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55388, + "usage_id": 120 + }, + "5407.06.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77016, Installationsschacht", "arch_name": "77016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55395", - "roomcode": "5407.06.701D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 6.OG", - "address_link": "ris.einzelraum?raumkey=55401", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55395, + "usage_id": 120 + }, + "5407.06.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "77017, Installationsschacht", "arch_name": "77017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55401", - "roomcode": "5407.06.701E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74090", + "area_id": 36, + "building_id": 826, + "floor_level": "6.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55401, + "usage_id": 120 + }, + "5407.EG.651D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16514, Physikal.Messr\u00e4ume", "arch_name": "16514@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74090", - "roomcode": "5407.EG.651D", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74089", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74090, + "usage_id": 103 + }, + "5407.EG.651E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "16515, Phys.Messr.f.instr.Analytik", "arch_name": "16515@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74089", - "roomcode": "5407.EG.651E", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58915", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74089, + "usage_id": 103 + }, + "5407.EG.700A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17001, WC (Umbau)", "arch_name": "17001@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58915", - "roomcode": "5407.EG.700A", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58919", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58915, + "usage_id": 114 + }, + "5407.EG.700B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17002, Putzraum (Umbau)", "arch_name": "17002@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58919", - "roomcode": "5407.EG.700B", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58924", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58919, + "usage_id": 205 + }, + "5407.EG.700C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17003, Abstellraum (Umbau)", "arch_name": "17003@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58924", - "roomcode": "5407.EG.700C", - "usage": 159 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58928", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58924, + "usage_id": 159 + }, + "5407.EG.700D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17004, Flur", "arch_name": "17004@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58928", - "roomcode": "5407.EG.700D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58937", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58928, + "usage_id": 222 + }, + "5407.EG.700F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17007, Installationsschacht", "arch_name": "17007@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58937", - "roomcode": "5407.EG.700F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58990", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58937, + "usage_id": 120 + }, + "5407.EG.700G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17008, Installationsschacht", "arch_name": "17008@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58990", - "roomcode": "5407.EG.700G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58909", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58990, + "usage_id": 120 + }, + "5407.EG.700H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17009, Installationsschacht", "arch_name": "17009@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58909", - "roomcode": "5407.EG.700H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58913", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58909, + "usage_id": 120 + }, + "5407.EG.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17010, Installationsschacht", "arch_name": "17010@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58913", - "roomcode": "5407.EG.701A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58917", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58913, + "usage_id": 120 + }, + "5407.EG.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17011, Installationsschacht", "arch_name": "17011@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58917", - "roomcode": "5407.EG.701B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58920", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58917, + "usage_id": 120 + }, + "5407.EG.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17012, Treppenraum", "arch_name": "17012@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58920", - "roomcode": "5407.EG.701C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58923", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58920, + "usage_id": 223 + }, + "5407.EG.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17013, Flur", "arch_name": "17013@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58923", - "roomcode": "5407.EG.701D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58927", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58923, + "usage_id": 222 + }, + "5407.EG.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17014, Aufzug", "arch_name": "17014@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58927", - "roomcode": "5407.EG.701E", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58930", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58927, + "usage_id": 4 + }, + "5407.EG.701F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17015, Installationsschacht", "arch_name": "17015@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58930", - "roomcode": "5407.EG.701F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58934", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58930, + "usage_id": 120 + }, + "5407.EG.701G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17016, Installationsschacht", "arch_name": "17016@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58934", - "roomcode": "5407.EG.701G", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58938", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58934, + "usage_id": 120 + }, + "5407.EG.701H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17017, Installationsschacht", "arch_name": "17017@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58938", - "roomcode": "5407.EG.701H", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74143", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58938, + "usage_id": 120 + }, + "5407.EG.701M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17014A, Personenaufzug", "arch_name": "17014A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74143", - "roomcode": "5407.EG.701M", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74091", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74143, + "usage_id": 4 + }, + "5407.EG.701N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17018, Flur", "arch_name": "17018@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74091", - "roomcode": "5407.EG.701N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58994", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74091, + "usage_id": 222 + }, + "5407.EG.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17021, Flur", "arch_name": "17021@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58994", - "roomcode": "5407.EG.702A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74119", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58994, + "usage_id": 222 + }, + "5407.EG.708B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17022, Schleuse", "arch_name": "17022@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74119", - "roomcode": "5407.EG.708B", - "usage": 105 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74137", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74119, + "usage_id": 105 + }, + "5407.EG.708C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17023, Lager", "arch_name": "17023@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74137", - "roomcode": "5407.EG.708C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74140", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74137, + "usage_id": 30 + }, + "5407.EG.708D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17027, Treppe im Freien", "arch_name": "17027@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74140", - "roomcode": "5407.EG.708D", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74141", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74140, + "usage_id": 7 + }, + "5407.EG.708E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17028, Treppe im Freien", "arch_name": "17028@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74141", - "roomcode": "5407.EG.708E", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74139", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74141, + "usage_id": 7 + }, + "5407.EG.708F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17029, Treppe im Freien", "arch_name": "17029@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74139", - "roomcode": "5407.EG.708F", - "usage": 7 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=29169", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74139, + "usage_id": 7 + }, + "5407.EG.710A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17101, Umbau", "arch_name": "17101@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29169", - "roomcode": "5407.EG.710A", - "usage": 217 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74117", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29169, + "usage_id": 217 + }, + "5407.EG.710B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17102, Einzelumkleideraum", "arch_name": "17102@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74117", - "roomcode": "5407.EG.710B", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59001", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74117, + "usage_id": 121 + }, + "5407.EG.710C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17130, Flur", "arch_name": "17130@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59001", - "roomcode": "5407.EG.710C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58833", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59001, + "usage_id": 222 + }, + "5407.EG.710D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17104, Umbau", "arch_name": "17104@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58833", - "roomcode": "5407.EG.710D", - "usage": 217 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58840", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58833, + "usage_id": 217 + }, + "5407.EG.720A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17201, Be- und Entl\u00fcftung", "arch_name": "17201@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58840", - "roomcode": "5407.EG.720A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=29120", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58840, + "usage_id": 32 + }, + "5407.EG.720B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29120", - "roomcode": "5407.EG.720B", - "usage": 108 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58895", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29120, + "usage_id": 108 + }, + "5407.EG.720E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17205, Schwei\u00dfraum CH", "arch_name": "17205@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58895", - "roomcode": "5407.EG.720E", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74092", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58895, + "usage_id": 51 + }, + "5407.EG.721A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17204, B\u00fcro", "arch_name": "17204@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74092", - "roomcode": "5407.EG.721A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74142", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74092, + "usage_id": 12 + }, + "5407.EG.721B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17206, Treppe", "arch_name": "17206@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74142", - "roomcode": "5407.EG.721B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74136", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74142, + "usage_id": 223 + }, + "5407.EG.721C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17207, Lager", "arch_name": "17207@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74136", - "roomcode": "5407.EG.721C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74087", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74136, + "usage_id": 30 + }, + "5407.EG.721D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17208, Lager", "arch_name": "17208@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74087", - "roomcode": "5407.EG.721D", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58899", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74087, + "usage_id": 30 + }, + "5407.EG.730A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17301, Lager", "arch_name": "17301@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58899", - "roomcode": "5407.EG.730A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58903", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58899, + "usage_id": 30 + }, + "5407.EG.730C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17303, Lager/Tische, St\u00fchle", "arch_name": "17303@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58903", - "roomcode": "5407.EG.730C", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58906", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58903, + "usage_id": 30 + }, + "5407.EG.730D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17304, Aktenlager", "arch_name": "17304@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14874", - "operator": "[ TUCHFV0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58906", - "roomcode": "5407.EG.730D", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59015", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14874, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58906, + "usage_id": 2 + }, + "5407.EG.730E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17302, Lager", "arch_name": "17302@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59015", - "roomcode": "5407.EG.730E", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59017", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59015, + "usage_id": 30 + }, + "5407.EG.730F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17305, Flur (Umbau)", "arch_name": "17305@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59017", - "roomcode": "5407.EG.730F", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59020", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59017, + "usage_id": 222 + }, + "5407.EG.740A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17401, Be- und Entl\u00fcftung (Umbau)", "arch_name": "17401@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59020", - "roomcode": "5407.EG.740A", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59023", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59020, + "usage_id": 32 + }, + "5407.EG.740B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17402, Stromversorgung (Umbau)", "arch_name": "17402@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59023", - "roomcode": "5407.EG.740B", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58995", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59023, + "usage_id": 160 + }, + "5407.EG.740C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17403, Telefonzentrale (Umbau)", "arch_name": "17403@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58995", - "roomcode": "5407.EG.740C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=58997", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58995, + "usage_id": 160 + }, + "5407.EG.740D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17404, Trafo", "arch_name": "17404@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58997", - "roomcode": "5407.EG.740D", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59000", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58997, + "usage_id": 160 + }, + "5407.EG.740E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17405, Trafo", "arch_name": "17405@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59000", - "roomcode": "5407.EG.740E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59004", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59000, + "usage_id": 160 + }, + "5407.EG.740F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17406, Trafo", "arch_name": "17406@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59004", - "roomcode": "5407.EG.740F", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59010", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59004, + "usage_id": 160 + }, + "5407.EG.740H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17408, Eisraum / Materialverw. CH", "arch_name": "17408@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59010", - "roomcode": "5407.EG.740H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74115", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59010, + "usage_id": 30 + }, + "5407.EG.740I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17407, Windfang", "arch_name": "17407@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74115", - "roomcode": "5407.EG.740I", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59013", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74115, + "usage_id": 52 + }, + "5407.EG.740J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17409, Lager", "arch_name": "17409@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59013", - "roomcode": "5407.EG.740J", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=28963", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59013, + "usage_id": 30 + }, + "5407.EG.741A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17411, Lager / Materialverw. CH", "arch_name": "17411@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28963", - "roomcode": "5407.EG.741A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59018", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28963, + "usage_id": 30 + }, + "5407.EG.741B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17412, Flur", "arch_name": "17412@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59018", - "roomcode": "5407.EG.741B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=59021", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59018, + "usage_id": 222 + }, + "5407.EG.741C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17413, Flur (Umbau)", "arch_name": "17413@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59021", - "roomcode": "5407.EG.741C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74110", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59021, + "usage_id": 222 + }, + "5407.EG.741D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17414, B\u00fcro", "arch_name": "17414@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74110", - "roomcode": "5407.EG.741D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74122", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74110, + "usage_id": 12 + }, + "5407.EG.741E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17415, Windfang", "arch_name": "17415@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74122", - "roomcode": "5407.EG.741E", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50856", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74122, + "usage_id": 52 + }, + "5407.EG.741K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17410, B\u00fcro / Materialverw. CH", "arch_name": "17410@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50856", - "roomcode": "5407.EG.741K", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74114", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50856, + "usage_id": 12 + }, + "5407.EG.749A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17503A, B\u00fcro", "arch_name": "17503A@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74114", - "roomcode": "5407.EG.749A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50858", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74114, + "usage_id": 12 + }, + "5407.EG.750A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17501, Autoklavenlagerraum CH", "arch_name": "17501@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50858", - "roomcode": "5407.EG.750A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50860", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50858, + "usage_id": 30 + }, + "5407.EG.750B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17502, Metalllagerraum CH", "arch_name": "17502@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50860", - "roomcode": "5407.EG.750B", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=13007", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50860, + "usage_id": 30 + }, + "5407.EG.750C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17503, B\u00fcro / Werkstatt", "arch_name": "17503@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13007", - "roomcode": "5407.EG.750C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=13009", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13007, + "usage_id": 12 + }, + "5407.EG.750D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17504, B\u00fcro", "arch_name": "17504@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13009", - "roomcode": "5407.EG.750D", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50866", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13009, + "usage_id": 12 + }, + "5407.EG.750E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17505, Umkleide", "arch_name": "17505@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50866", - "roomcode": "5407.EG.750E", - "usage": 121 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50873", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50866, + "usage_id": 121 + }, + "5407.EG.750G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17507, Autoklavenlagerraum CH", "arch_name": "17507@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50873", - "roomcode": "5407.EG.750G", - "usage": 182 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50877", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50873, + "usage_id": 182 + }, + "5407.EG.750H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17508, Autoklavenlabor CH", "arch_name": "17508@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50877", - "roomcode": "5407.EG.750H", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50882", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50877, + "usage_id": 103 + }, + "5407.EG.750J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17509, Autoklavenlabor CH", "arch_name": "17509@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50882", - "roomcode": "5407.EG.750J", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50887", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50882, + "usage_id": 194 + }, + "5407.EG.751A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17511, Autoklavenlabor", "arch_name": "17511@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50887", - "roomcode": "5407.EG.751A", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=50891", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50887, + "usage_id": 102 + }, + "5407.EG.751B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17512, Autoklavenlabor CH", "arch_name": "17512@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50891", - "roomcode": "5407.EG.751B", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51028", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50891, + "usage_id": 194 + }, + "5407.EG.751C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17513, Autoklavenlabor CH", "arch_name": "17513@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51028", - "roomcode": "5407.EG.751C", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51033", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51028, + "usage_id": 102 + }, + "5407.EG.751D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17514, Autoklavenlabor CH", "arch_name": "17514@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51033", - "roomcode": "5407.EG.751D", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51038", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51033, + "usage_id": 194 + }, + "5407.EG.751E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17515, Kompressorraum", "arch_name": "17515@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51038", - "roomcode": "5407.EG.751E", - "usage": 182 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51041", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51038, + "usage_id": 182 + }, + "5407.EG.751F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17516, Autoklavenlabor CH", "arch_name": "17516@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51041", - "roomcode": "5407.EG.751F", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51047", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51041, + "usage_id": 194 + }, + "5407.EG.751G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17517, Autoklavenlabor CH", "arch_name": "17517@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51047", - "roomcode": "5407.EG.751G", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51054", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51047, + "usage_id": 194 + }, + "5407.EG.751H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17518, Autoklavenlabor CH", "arch_name": "17518@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51054", - "roomcode": "5407.EG.751H", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51059", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51054, + "usage_id": 194 + }, + "5407.EG.751J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17519, Autoklavenlabor CH", "arch_name": "17519@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51059", - "roomcode": "5407.EG.751J", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51063", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51059, + "usage_id": 194 + }, + "5407.EG.751K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17510, Schaltraum / Autoklavenlabor CH", "arch_name": "17510@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51063", - "roomcode": "5407.EG.751K", - "usage": 164 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=51064", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51063, + "usage_id": 164 + }, + "5407.EG.752A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17521, Autoklavenlabor CH", "arch_name": "17521@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51064", - "roomcode": "5407.EG.752A", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48583", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51064, + "usage_id": 194 + }, + "5407.EG.752B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17522, Autoklavenlabor CH", "arch_name": "17522@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48583", - "roomcode": "5407.EG.752B", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48589", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48583, + "usage_id": 194 + }, + "5407.EG.752C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17523, Autoklavenlabor 5/100", "arch_name": "17523@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48589", - "roomcode": "5407.EG.752C", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48594", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48589, + "usage_id": 194 + }, + "5407.EG.752D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17524, Autoklavenlabor CH", "arch_name": "17524@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48594", - "roomcode": "5407.EG.752D", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48599", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48594, + "usage_id": 194 + }, + "5407.EG.752E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17525, Autoklavenlabor CH", "arch_name": "17525@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48599", - "roomcode": "5407.EG.752E", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48604", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48599, + "usage_id": 194 + }, + "5407.EG.752F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17526, Autoklavenlabor CH", "arch_name": "17526@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48604", - "roomcode": "5407.EG.752F", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48611", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48604, + "usage_id": 194 + }, + "5407.EG.752G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17527, Autoklavenlabor CH", "arch_name": "17527@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48611", - "roomcode": "5407.EG.752G", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48740", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48611, + "usage_id": 194 + }, + "5407.EG.752H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17528, Lager", "arch_name": "17528@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48740", - "roomcode": "5407.EG.752H", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48746", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48740, + "usage_id": 30 + }, + "5407.EG.752K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17520, Autoklavenlabor 9/100", "arch_name": "17520@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48746", - "roomcode": "5407.EG.752K", - "usage": 194 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48753", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48746, + "usage_id": 194 + }, + "5407.EG.753A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17530, Flur", "arch_name": "17530@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48753", - "roomcode": "5407.EG.753A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48761", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48753, + "usage_id": 222 + }, + "5407.EG.753B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17531, Flur", "arch_name": "17531@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48761", - "roomcode": "5407.EG.753B", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=48767", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48761, + "usage_id": 222 + }, + "5407.EG.753C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17532, Flur", "arch_name": "17532@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48767", - "roomcode": "5407.EG.753C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62734", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48767, + "usage_id": 222 + }, + "5407.EG.760A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17540, Technikum GEN S1", "arch_name": "17540@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62734", - "roomcode": "5407.EG.760A", - "usage": 49 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62735", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62734, + "usage_id": 49 + }, + "5407.EG.760B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17550, B\u00fcro", "arch_name": "17550@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62735", - "roomcode": "5407.EG.760B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62736", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62735, + "usage_id": 12 + }, + "5407.EG.760C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17540B, Vorzone", "arch_name": "17540B@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62736", - "roomcode": "5407.EG.760C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62737", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62736, + "usage_id": 222 + }, + "5407.EG.760D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17541, Elektroraum", "arch_name": "17541@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62737", - "roomcode": "5407.EG.760D", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62738", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62737, + "usage_id": 160 + }, + "5407.EG.760E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17542, Reindampfanlage", "arch_name": "17542@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62738", - "roomcode": "5407.EG.760E", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62739", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62738, + "usage_id": 120 + }, + "5407.EG.760F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17543, K\u00fchlraum", "arch_name": "17543@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62739", - "roomcode": "5407.EG.760F", - "usage": 199 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62888", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62739, + "usage_id": 199 + }, + "5407.EG.760G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17544, Heizverteilung", "arch_name": "17544@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14432", - "operator": "[ TUZESIM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62888", - "roomcode": "5407.EG.760G", - "usage": 54 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74113", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62888, + "usage_id": 54 + }, + "5407.EG.760I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17551, B\u00fcro", "arch_name": "17551@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74113", - "roomcode": "5407.EG.760I", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74094", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74113, + "usage_id": 12 + }, + "5407.EG.760J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17552, B\u00fcro", "arch_name": "17552@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74094", - "roomcode": "5407.EG.760J", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74118", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74094, + "usage_id": 12 + }, + "5407.EG.761A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17540C, Lager", "arch_name": "17540C@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74118", - "roomcode": "5407.EG.761A", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=62732", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74118, + "usage_id": 30 + }, + "5407.EG.770B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17560, Treppe", "arch_name": "17560@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62732", - "roomcode": "5407.EG.770B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74095", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62732, + "usage_id": 223 + }, + "5407.EG.770C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17560, Treppenhaus", "arch_name": "17560@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74095", - "roomcode": "5407.EG.770C", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74112", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74095, + "usage_id": 223 + }, + "5407.EG.770D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17562, Flur", "arch_name": "17562@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74112", - "roomcode": "5407.EG.770D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74086", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74112, + "usage_id": 222 + }, + "5407.EG.772A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17570, Gang, Weg im Freien", "arch_name": "17570@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74086", - "roomcode": "5407.EG.772A", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74084", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74086, + "usage_id": 219 + }, + "5407.EG.772B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17571, Gang, Weg im Freien", "arch_name": "17571@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74084", - "roomcode": "5407.EG.772B", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74096", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74084, + "usage_id": 219 + }, + "5407.EG.772C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17572, Pflanzenraum im Freien", "arch_name": "17572@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74096", - "roomcode": "5407.EG.772C", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74111", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74096, + "usage_id": 218 + }, + "5407.EG.772D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17573, Pflanzenraum im Freien", "arch_name": "17573@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74111", - "roomcode": "5407.EG.772D", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74085", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74111, + "usage_id": 218 + }, + "5407.EG.772E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17574, Gang, Weg im Freien", "arch_name": "17574@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74085", - "roomcode": "5407.EG.772E", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74120", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74085, + "usage_id": 219 + }, + "5407.EG.772F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17575, Pflanzenraum im Freien", "arch_name": "17575@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74120", - "roomcode": "5407.EG.772F", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74088", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74120, + "usage_id": 218 + }, + "5407.EG.772G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17576, Terrasse", "arch_name": "17576@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74088", - "roomcode": "5407.EG.772G", - "usage": 48 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74093", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74088, + "usage_id": 48 + }, + "5407.EG.772H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17577, Pflanzenraum im Freien", "arch_name": "17577@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74093", - "roomcode": "5407.EG.772H", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74121", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74093, + "usage_id": 218 + }, + "5407.EG.772I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17578, Gang, Weg im Freien", "arch_name": "17578@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74121", - "roomcode": "5407.EG.772I", - "usage": 219 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74116", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74121, + "usage_id": 219 + }, + "5407.EG.772J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17579, Pflanzenraum im Freien", "arch_name": "17579@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74116", - "roomcode": "5407.EG.772J", - "usage": 218 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74135", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74116, + "usage_id": 218 + }, + "5407.EG.961": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "Installationsschacht", "arch_name": "@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74135", - "roomcode": "5407.EG.961", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=74138", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74135, + "usage_id": 120 + }, + "5407.EG.989": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "Installationsschacht", "arch_name": "@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74138", - "roomcode": "5407.EG.989", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62740", + "area_id": 36, + "building_id": 826, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74138, + "usage_id": 120 + }, + "5407.Z1.760A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17550, B\u00fcro", "arch_name": "17550@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=44565", - "operator": "[ TUZEFWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62740", - "roomcode": "5407.Z1.760A", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62741", + "area_id": 36, + "building_id": 826, + "floor_level": "1.ZG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44565, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62740, + "usage_id": 12 + }, + "5407.Z1.760B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17551, B\u00fcro", "arch_name": "17551@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=44565", - "operator": "[ TUZEFWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62741", - "roomcode": "5407.Z1.760B", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62742", + "area_id": 36, + "building_id": 826, + "floor_level": "1.ZG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44565, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62741, + "usage_id": 12 + }, + "5407.Z1.760C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17552, B\u00fcro", "arch_name": "17552@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=44565", - "operator": "[ TUZEFWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62742", - "roomcode": "5407.Z1.760C", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62743", + "area_id": 36, + "building_id": 826, + "floor_level": "1.ZG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 44565, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62742, + "usage_id": 12 + }, + "5407.Z1.770B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17561, Treppe", "arch_name": "17561@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62743", - "roomcode": "5407.Z1.770B", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.ZG", - "address_link": "ris.einzelraum?raumkey=62744", + "area_id": 36, + "building_id": 826, + "floor_level": "1.ZG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62743, + "usage_id": 223 + }, + "5407.Z1.770C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "17562, Flur", "arch_name": "17562@5407", - "b_area_id": 36, - "b_filter_id": 826, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62744", - "roomcode": "5407.Z1.770C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 2.OG", - "address_link": "ris.einzelraum?raumkey=65671", + "area_id": 36, + "building_id": 826, + "floor_level": "1.ZG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62744, + "usage_id": 222 + }, + "5408.02.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "2HG228, Treppenturm", "arch_name": "2HG228@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65671", - "roomcode": "5408.02.228", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56023", + "area_id": 36, + "building_id": 828, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65671, + "usage_id": 223 + }, + "5408.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 101, L\u00f6sungsmittellager", "arch_name": "1 HG 101@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56023", - "roomcode": "5408.EG.101", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56030", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56023, + "usage_id": 132 + }, + "5408.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 102, L\u00f6sungsmittellager", "arch_name": "1 HG 102@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56030", - "roomcode": "5408.EG.102", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56038", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56030, + "usage_id": 132 + }, + "5408.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 103, L\u00f6sungsmittellager", "arch_name": "1 HG 103@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56038", - "roomcode": "5408.EG.103", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56044", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56038, + "usage_id": 132 + }, + "5408.EG.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 104, L\u00f6sungsmittellager", "arch_name": "1 HG 104@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56044", - "roomcode": "5408.EG.104", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56051", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56044, + "usage_id": 132 + }, + "5408.EG.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 105, L\u00f6sungsmittellager", "arch_name": "1 HG 105@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56051", - "roomcode": "5408.EG.105", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56181", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56051, + "usage_id": 132 + }, + "5408.EG.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 106, L\u00f6sungsmittellager", "arch_name": "1 HG 106@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56181", - "roomcode": "5408.EG.106", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56191", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56181, + "usage_id": 132 + }, + "5408.EG.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 107, L\u00f6sungsmittellager", "arch_name": "1 HG 107@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56191", - "roomcode": "5408.EG.107", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56200", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56191, + "usage_id": 132 + }, + "5408.EG.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 108, L\u00f6sungsmittellager", "arch_name": "1 HG 108@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56200", - "roomcode": "5408.EG.108", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56209", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56200, + "usage_id": 132 + }, + "5408.EG.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 109, L\u00fcftungszentrale", "arch_name": "1 HG 109@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56209", - "roomcode": "5408.EG.109", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56341", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56209, + "usage_id": 32 + }, + "5408.EG.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 110, L\u00fcftungszentrale", "arch_name": "1 HG 110@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56341", - "roomcode": "5408.EG.110", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56349", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56341, + "usage_id": 32 + }, + "5408.EG.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 111, Hochspannungsschaltanlage", "arch_name": "1 HG 111@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56349", - "roomcode": "5408.EG.111", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56355", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56349, + "usage_id": 160 + }, + "5408.EG.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 112, Niederspannungsschaltanlage", "arch_name": "1 HG 112@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56355", - "roomcode": "5408.EG.112", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56367", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56355, + "usage_id": 160 + }, + "5408.EG.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 113, Trafo I", "arch_name": "1 HG 113@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56367", - "roomcode": "5408.EG.113", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56375", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56367, + "usage_id": 160 + }, + "5408.EG.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 114, Trafo II", "arch_name": "1 HG 114@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56375", - "roomcode": "5408.EG.114", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=56381", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56375, + "usage_id": 160 + }, + "5408.EG.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 115, Gasflaschen", "arch_name": "1 HG 115@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56381", - "roomcode": "5408.EG.115", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=53986", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56381, + "usage_id": 30 + }, + "5408.EG.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 116, Gasflaschen", "arch_name": "1 HG 116@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53986", - "roomcode": "5408.EG.116", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=53993", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53986, + "usage_id": 30 + }, + "5408.EG.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 117, Gasflaschen", "arch_name": "1 HG 117@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53993", - "roomcode": "5408.EG.117", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54005", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53993, + "usage_id": 30 + }, + "5408.EG.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 118, Gas\u00fcbergabestation", "arch_name": "1 HG 118@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54005", - "roomcode": "5408.EG.118", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54012", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54005, + "usage_id": 17 + }, + "5408.EG.119": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54012", - "roomcode": "5408.EG.119", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54130", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54012, + "usage_id": 120 + }, + "5408.EG.120": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54130", - "roomcode": "5408.EG.120", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54137", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54130, + "usage_id": 30 + }, + "5408.EG.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 121, Lager", "arch_name": "1 HG 121@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54137", - "roomcode": "5408.EG.121", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54147", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54137, + "usage_id": 30 + }, + "5408.EG.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 123, Wendeltreppe", "arch_name": "1 HG 123@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54147", - "roomcode": "5408.EG.123", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54157", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54147, + "usage_id": 223 + }, + "5408.EG.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 124, Lastenaufzug", "arch_name": "1 HG 124@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54157", - "roomcode": "5408.EG.124", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54166", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54157, + "usage_id": 4 + }, + "5408.EG.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 125, Flur", "arch_name": "1 HG 125@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54166", - "roomcode": "5408.EG.125", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=65667", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54166, + "usage_id": 222 + }, + "5408.EG.125A": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65667", - "roomcode": "5408.EG.125A", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54289", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65667, + "usage_id": 222 + }, + "5408.EG.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 126, Installationsschacht", "arch_name": "1 HG 126@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54289", - "roomcode": "5408.EG.126", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54298", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54289, + "usage_id": 120 + }, + "5408.EG.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 127, Installationsschacht", "arch_name": "1 HG 127@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54298", - "roomcode": "5408.EG.127", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54304", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54298, + "usage_id": 120 + }, + "5408.EG.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 128, Treppenraum", "arch_name": "1 HG 128@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54304", - "roomcode": "5408.EG.128", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, EG", - "address_link": "ris.einzelraum?raumkey=54310", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54304, + "usage_id": 223 + }, + "5408.EG.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "1 HG 129, Wendeltreppe", "arch_name": "1 HG 129@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14180", - "operator": "[ TUCHFCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54310", - "roomcode": "5408.EG.129", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55408", + "area_id": 36, + "building_id": 828, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14180, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54310, + "usage_id": 223 + }, + "5408.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 101, Druckluftversorgung", "arch_name": "0 HG 101@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55408", - "roomcode": "5408.U1.101", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55534", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55408, + "usage_id": 32 + }, + "5408.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 102, S\u00e4ureraum", "arch_name": "0 HG 102@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55534", - "roomcode": "5408.U1.102", - "usage": 132 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55544", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55534, + "usage_id": 132 + }, + "5408.U1.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 103, Lager", "arch_name": "0 HG 103@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55544", - "roomcode": "5408.U1.103", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55549", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55544, + "usage_id": 30 + }, + "5408.U1.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 104, Neutralisation", "arch_name": "0 HG 104@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55549", - "roomcode": "5408.U1.104", - "usage": 184 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55568", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55549, + "usage_id": 184 + }, + "5408.U1.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 105, L\u00fcftungszentrale", "arch_name": "0 HG 105@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55568", - "roomcode": "5408.U1.105", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55575", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55568, + "usage_id": 32 + }, + "5408.U1.106": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55575", - "roomcode": "5408.U1.106", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55702", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55575, + "usage_id": 30 + }, + "5408.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 107, Fernmelderaum", "arch_name": "0 HG 107@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55702", - "roomcode": "5408.U1.107", - "usage": 202 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55711", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55702, + "usage_id": 202 + }, + "5408.U1.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 108, EDV-Hauptverteiler", "arch_name": "0 HG 108@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55711", - "roomcode": "5408.U1.108", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55720", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55711, + "usage_id": 120 + }, + "5408.U1.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 109, Batterieraum", "arch_name": "0 HG 109@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55720", - "roomcode": "5408.U1.109", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55729", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55720, + "usage_id": 30 + }, + "5408.U1.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 110, Relaisraum", "arch_name": "0 HG 110@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55729", - "roomcode": "5408.U1.110", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55858", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55729, + "usage_id": 160 + }, + "5408.U1.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 111, Flur", "arch_name": "0 HG 111@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55858", - "roomcode": "5408.U1.111", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55866", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55858, + "usage_id": 222 + }, + "5408.U1.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 112, Treppenraum", "arch_name": "0 HG 112@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55866", - "roomcode": "5408.U1.112", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55877", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55866, + "usage_id": 223 + }, + "5408.U1.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 113, Treppenraum", "arch_name": "0 HG 113@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55877", - "roomcode": "5408.U1.113", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55885", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55877, + "usage_id": 223 + }, + "5408.U1.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 114, Installationsschacht", "arch_name": "0 HG 114@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55885", - "roomcode": "5408.U1.114", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=55893", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55885, + "usage_id": 120 + }, + "5408.U1.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 115, Wendeltreppe", "arch_name": "0 HG 115@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55893", - "roomcode": "5408.U1.115", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=56017", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55893, + "usage_id": 223 + }, + "5408.U1.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "alt_name": "0 HG 116, Lastaufzug", "arch_name": "0 HG 116@5408", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56017", - "roomcode": "5408.U1.116", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4, 1.UG", - "address_link": "ris.einzelraum?raumkey=59066", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56017, + "usage_id": 4 + }, + "5408.U1.117": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 828, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59066", - "roomcode": "5408.U1.117", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54316", + "area_id": 36, + "building_id": 828, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59066, + "usage_id": 4 + }, + "5409.EG.901": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54316", - "roomcode": "5409.EG.901", - "usage": 132 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54324", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54316, + "usage_id": 132 + }, + "5409.EG.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "002, Lager Freiger\u00fcst", "arch_name": "002@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54324", - "roomcode": "5409.EG.902", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54453", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54324, + "usage_id": 30 + }, + "5409.EG.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "003, Chemikalienlager", "arch_name": "003@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54453", - "roomcode": "5409.EG.903", - "usage": 132 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54464", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54453, + "usage_id": 132 + }, + "5409.EG.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "004, Analytikraum", "arch_name": "004@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54464", - "roomcode": "5409.EG.904", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54473", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54464, + "usage_id": 102 + }, + "5409.EG.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "005, Technikraum", "arch_name": "005@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54473", - "roomcode": "5409.EG.905", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54480", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54473, + "usage_id": 120 + }, + "5409.EG.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "006, Halle", "arch_name": "006@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54480", - "roomcode": "5409.EG.906", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54488", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54480, + "usage_id": 222 + }, + "5409.EG.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54488", - "roomcode": "5409.EG.907", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54604", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54488, + "usage_id": 12 + }, + "5409.EG.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "008, WC", "arch_name": "008@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54604", - "roomcode": "5409.EG.908", - "usage": 114 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54610", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54604, + "usage_id": 114 + }, + "5409.EG.909": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "009, Umkleide / Dusche", "arch_name": "009@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54610", - "roomcode": "5409.EG.909", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54620", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54610, + "usage_id": 121 + }, + "5409.EG.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "010, Flur", "arch_name": "010@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54620", - "roomcode": "5409.EG.910", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54628", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54620, + "usage_id": 222 + }, + "5409.EG.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "011, Bedienstand", "arch_name": "011@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54628", - "roomcode": "5409.EG.911", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54637", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54628, + "usage_id": 120 + }, + "5409.EG.912": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "012, Umf\u00fcllstation", "arch_name": "012@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54637", - "roomcode": "5409.EG.912", - "usage": 132 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54774", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54637, + "usage_id": 132 + }, + "5409.EG.913": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54774", - "roomcode": "5409.EG.913", - "usage": 132 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=54785", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54774, + "usage_id": 132 + }, + "5409.EG.914": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54785", - "roomcode": "5409.EG.914", - "usage": 132 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=67672", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54785, + "usage_id": 132 + }, + "5409.EG.915": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67672", - "roomcode": "5409.EG.915", - "usage": 132 - }, - { - "address": "Ernst-Otto-Fischer-Str. 4, EG", - "address_link": "ris.einzelraum?raumkey=67671", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67672, + "usage_id": 132 + }, + "5409.EG.990": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "alt_name": "090, Wertstoffhof Lager/Container", "arch_name": "090@5409", - "b_area_id": 36, - "b_filter_id": 830, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67671", - "roomcode": "5409.EG.990", - "usage": 217 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63424", + "area_id": 36, + "building_id": 830, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67671, + "usage_id": 217 + }, + "5410.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2001, Lager", "arch_name": "2001@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63424", - "roomcode": "5410.01.001", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63425", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63424, + "usage_id": 30 + }, + "5410.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2002, Cafeteria", "arch_name": "2002@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63425", - "roomcode": "5410.01.002", - "usage": 139 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63426", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63425, + "usage_id": 139 + }, + "5410.01.002A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2002A, Cafeteria", "arch_name": "2002A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63426", - "roomcode": "5410.01.002A", - "usage": 139 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63427", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63426, + "usage_id": 139 + }, + "5410.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2003, WC-Damen", "arch_name": "2003@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63427", - "roomcode": "5410.01.003", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63428", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63427, + "usage_id": 116 + }, + "5410.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2004, WC-Herren", "arch_name": "2004@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63428", - "roomcode": "5410.01.004", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63429", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63428, + "usage_id": 115 + }, + "5410.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2005, Biokatalyse", "arch_name": "2005@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63429", - "roomcode": "5410.01.005", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63430", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63429, + "usage_id": 102 + }, + "5410.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2006, Biokatalyse", "arch_name": "2006@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63430", - "roomcode": "5410.01.006", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63431", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63430, + "usage_id": 102 + }, + "5410.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2007, Biokatalyse", "arch_name": "2007@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63431", - "roomcode": "5410.01.007", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63411", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63431, + "usage_id": 102 + }, + "5410.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2008, WC-Damen", "arch_name": "2008@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63411", - "roomcode": "5410.01.008", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63412", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63411, + "usage_id": 116 + }, + "5410.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2009, WC-Herren", "arch_name": "2009@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63412", - "roomcode": "5410.01.009", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63413", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63412, + "usage_id": 115 + }, + "5410.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2010, Mikroreaktor", "arch_name": "2010@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63413", - "roomcode": "5410.01.010", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63414", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63413, + "usage_id": 102 + }, + "5410.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2011, Mikroreaktor", "arch_name": "2011@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63414", - "roomcode": "5410.01.011", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63415", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63414, + "usage_id": 102 + }, + "5410.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2012, Mikroreaktor", "arch_name": "2012@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63415", - "roomcode": "5410.01.012", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63416", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63415, + "usage_id": 102 + }, + "5410.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2013, Mikroreaktor", "arch_name": "2013@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63416", - "roomcode": "5410.01.013", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63417", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63416, + "usage_id": 102 + }, + "5410.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2014, Mikroreaktor", "arch_name": "2014@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63417", - "roomcode": "5410.01.014", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63418", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63417, + "usage_id": 102 + }, + "5410.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2015, Mikroreaktor", "arch_name": "2015@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63418", - "roomcode": "5410.01.015", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63419", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63418, + "usage_id": 102 + }, + "5410.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2016, WC-Damen", "arch_name": "2016@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63419", - "roomcode": "5410.01.016", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63420", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63419, + "usage_id": 116 + }, + "5410.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2017, WC-Herren", "arch_name": "2017@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63420", - "roomcode": "5410.01.017", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63372", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63420, + "usage_id": 115 + }, + "5410.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2018, Depant. Sraubing", "arch_name": "2018@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63372", - "roomcode": "5410.01.018", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63373", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63372, + "usage_id": 102 + }, + "5410.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2019, Physikalische Chemie I", "arch_name": "2019@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=27752&cReadonly=J", - "list_index": "75", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63373", - "roomcode": "5410.01.019", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63374", + "area_id": 36, + "building_id": 1405, + "calendar_resource_nr": 27752, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63373, + "usage_id": 102 + }, + "5410.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2020, Physikalische Chemie I", "arch_name": "2020@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14722", - "operator": "[ TUCHPC1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63374", - "roomcode": "5410.01.020", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63375", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14722, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63374, + "usage_id": 102 + }, + "5410.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2021, Dusche-Damen", "arch_name": "2021@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63375", - "roomcode": "5410.01.021", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74073", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63375, + "usage_id": 113 + }, + "5410.01.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2021A, Duschraum", "arch_name": "2021A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74073", - "roomcode": "5410.01.021A", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63376", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74073, + "usage_id": 113 + }, + "5410.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2022, Umkleide Damen", "arch_name": "2022@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63376", - "roomcode": "5410.01.022", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63377", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63376, + "usage_id": 121 + }, + "5410.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2023, Sozialraum", "arch_name": "2023@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63377", - "roomcode": "5410.01.023", - "usage": 44 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63378", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63377, + "usage_id": 44 + }, + "5410.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2024, Umkleide Herren", "arch_name": "2024@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63378", - "roomcode": "5410.01.024", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63379", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63378, + "usage_id": 121 + }, + "5410.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2025, Dusche-Herren", "arch_name": "2025@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63379", - "roomcode": "5410.01.025", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63380", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63379, + "usage_id": 113 + }, + "5410.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2026, Putzmittel", "arch_name": "2026@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63380", - "roomcode": "5410.01.026", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63381", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63380, + "usage_id": 205 + }, + "5410.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2027, Physikalische Chemie I", "arch_name": "2027@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63381", - "roomcode": "5410.01.027", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63382", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63381, + "usage_id": 102 + }, + "5410.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2028, B\u00fcro (ZBV)", "arch_name": "2028@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63382", - "roomcode": "5410.01.028", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63383", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63382, + "usage_id": 12 + }, + "5410.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2029, Physikalische Chemie I", "arch_name": "2029@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63383", - "roomcode": "5410.01.029", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63385", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63383, + "usage_id": 102 + }, + "5410.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2030, Physikalische Chemie I", "arch_name": "2030@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63385", - "roomcode": "5410.01.030", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63384", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63385, + "usage_id": 102 + }, + "5410.01.031": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63384", - "roomcode": "5410.01.031", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63396", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63384, + "usage_id": 102 + }, + "5410.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2032, WC-Herren", "arch_name": "2032@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63396", - "roomcode": "5410.01.032", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63397", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63396, + "usage_id": 115 + }, + "5410.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2033, WC-Damen", "arch_name": "2033@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63397", - "roomcode": "5410.01.033", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63402", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63397, + "usage_id": 116 + }, + "5410.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2034, Disposition", "arch_name": "2034@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63402", - "roomcode": "5410.01.034", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63403", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63402, + "usage_id": 102 + }, + "5410.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2035, Disposition", "arch_name": "2035@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63403", - "roomcode": "5410.01.035", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63404", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63403, + "usage_id": 102 + }, + "5410.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2036, Elektrochemie", "arch_name": "2036@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63404", - "roomcode": "5410.01.036", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63405", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63404, + "usage_id": 102 + }, + "5410.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2037, Elektrochemie", "arch_name": "2037@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63405", - "roomcode": "5410.01.037", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63406", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63405, + "usage_id": 102 + }, + "5410.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2038, Kolloidchemie", "arch_name": "2038@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63406", - "roomcode": "5410.01.038", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63407", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63406, + "usage_id": 102 + }, + "5410.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2039, Kolloidchemie", "arch_name": "2039@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63407", - "roomcode": "5410.01.039", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63408", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63407, + "usage_id": 102 + }, + "5410.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2040, WC-Herren", "arch_name": "2040@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63408", - "roomcode": "5410.01.040", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63409", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63408, + "usage_id": 115 + }, + "5410.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2041, WC-Damen", "arch_name": "2041@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63409", - "roomcode": "5410.01.041", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63432", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63409, + "usage_id": 116 + }, + "5410.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2042, Biokatalyse", "arch_name": "2042@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63432", - "roomcode": "5410.01.042", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63433", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63432, + "usage_id": 102 + }, + "5410.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2043, Anorg. Chemie", "arch_name": "2043@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63433", - "roomcode": "5410.01.043", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63434", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63433, + "usage_id": 102 + }, + "5410.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2044, Anorg. Chemie", "arch_name": "2044@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63434", - "roomcode": "5410.01.044", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64689", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63434, + "usage_id": 102 + }, + "5410.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2101, Treppenhaus 1", "arch_name": "2101@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64689", - "roomcode": "5410.01.101", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64690", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64689, + "usage_id": 223 + }, + "5410.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2102, Treppenhaus 2", "arch_name": "2102@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64690", - "roomcode": "5410.01.102", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63386", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64690, + "usage_id": 223 + }, + "5410.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2103, Treppenhaus 3", "arch_name": "2103@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63386", - "roomcode": "5410.01.103", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63387", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63386, + "usage_id": 223 + }, + "5410.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2104, Treppenhaus 4", "arch_name": "2104@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63387", - "roomcode": "5410.01.104", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63436", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63387, + "usage_id": 223 + }, + "5410.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2105, Foyer", "arch_name": "2105@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=28673&cReadonly=J", - "list_index": "106", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63436", - "roomcode": "5410.01.105", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63435", + "area_id": 36, + "building_id": 1405, + "calendar_resource_nr": 28673, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63436, + "usage_id": 222 + }, + "5410.01.105A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2105A, Windfang", "arch_name": "2105A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63435", - "roomcode": "5410.01.105A", - "usage": 52 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64691", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63435, + "usage_id": 52 + }, + "5410.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2106, Flur", "arch_name": "2106@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64691", - "roomcode": "5410.01.106", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64684", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64691, + "usage_id": 222 + }, + "5410.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2107, Flur", "arch_name": "2107@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64684", - "roomcode": "5410.01.107", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64685", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64684, + "usage_id": 222 + }, + "5410.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2108, Flur", "arch_name": "2108@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64685", - "roomcode": "5410.01.108", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63388", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64685, + "usage_id": 222 + }, + "5410.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2109, Flur", "arch_name": "2109@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63388", - "roomcode": "5410.01.109", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63389", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63388, + "usage_id": 222 + }, + "5410.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2110, Flur", "arch_name": "2110@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63389", - "roomcode": "5410.01.110", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63390", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63389, + "usage_id": 222 + }, + "5410.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2111, Flur", "arch_name": "2111@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63390", - "roomcode": "5410.01.111", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64679", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63390, + "usage_id": 222 + }, + "5410.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2112, Flur", "arch_name": "2112@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64679", - "roomcode": "5410.01.112", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64680", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64679, + "usage_id": 222 + }, + "5410.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2113, Flur", "arch_name": "2113@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64680", - "roomcode": "5410.01.113", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64692", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64680, + "usage_id": 222 + }, + "5410.01.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2114, Flur", "arch_name": "2114@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64692", - "roomcode": "5410.01.114", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63437", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64692, + "usage_id": 222 + }, + "5410.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2115, Personen-Aufzug", "arch_name": "2115@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63437", - "roomcode": "5410.01.115", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63391", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63437, + "usage_id": 4 + }, + "5410.01.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2116, Personen-Lastenaufzug", "arch_name": "2116@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63391", - "roomcode": "5410.01.116", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63392", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63391, + "usage_id": 4 + }, + "5410.01.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2117, Kleing\u00fcter-Aufzug", "arch_name": "2117@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63392", - "roomcode": "5410.01.117", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63438", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63392, + "usage_id": 4 + }, + "5410.01.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2201, ELT", "arch_name": "2201@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63438", - "roomcode": "5410.01.201", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63421", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63438, + "usage_id": 160 + }, + "5410.01.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2202, HLS", "arch_name": "2202@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63421", - "roomcode": "5410.01.202", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64686", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63421, + "usage_id": 201 + }, + "5410.01.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2203, ELT", "arch_name": "2203@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64686", - "roomcode": "5410.01.203", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64687", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64686, + "usage_id": 160 + }, + "5410.01.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2204, HLS", "arch_name": "2204@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64687", - "roomcode": "5410.01.204", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64688", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64687, + "usage_id": 201 + }, + "5410.01.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2205, ELT", "arch_name": "2205@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64688", - "roomcode": "5410.01.205", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63393", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64688, + "usage_id": 160 + }, + "5410.01.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2206, HLS", "arch_name": "2206@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63393", - "roomcode": "5410.01.206", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63394", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63393, + "usage_id": 201 + }, + "5410.01.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2207, ELT", "arch_name": "2207@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63394", - "roomcode": "5410.01.207", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63395", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63394, + "usage_id": 160 + }, + "5410.01.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2208, HLS", "arch_name": "2208@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63395", - "roomcode": "5410.01.208", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64681", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63395, + "usage_id": 201 + }, + "5410.01.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2209, ELT", "arch_name": "2209@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64681", - "roomcode": "5410.01.209", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64682", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64681, + "usage_id": 160 + }, + "5410.01.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2210, HLS", "arch_name": "2210@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64682", - "roomcode": "5410.01.210", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=64683", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64682, + "usage_id": 201 + }, + "5410.01.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2211, ELT", "arch_name": "2211@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64683", - "roomcode": "5410.01.211", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=63410", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64683, + "usage_id": 160 + }, + "5410.01.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2212, HLS", "arch_name": "2212@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63410", - "roomcode": "5410.01.212", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=65100", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63410, + "usage_id": 201 + }, + "5410.01.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2301, Innenhof", "arch_name": "2301@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65100", - "roomcode": "5410.01.301", - "usage": 218 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=66526", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65100, + "usage_id": 218 + }, + "5410.01.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2705, Verbindungsgang", "arch_name": "2705@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66526", - "roomcode": "5410.01.705", - "usage": 16 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74072", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66526, + "usage_id": 16 + }, + "5410.01.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "2706, Treppe im Freien", "arch_name": "2706@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74072", - "roomcode": "5410.01.706", - "usage": 7 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63469", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74072, + "usage_id": 7 + }, + "5410.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3001, Beh.-WC", "arch_name": "3001@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63469", - "roomcode": "5410.02.001", - "usage": 117 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63470", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63469, + "usage_id": 117 + }, + "5410.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3002, Seminarraum", "arch_name": "3002@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=27252&cReadonly=J", - "extended": { - "additional_description": "3002, Seminarraum", - "address": "Ernst-Otto-Fischer-Str. 1(5410), 2.Obergescho\u00df", - "architect_room_nr": "3002@5410", - "area_m2": 58.52, - "building": "5410 Katalysezentrum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63470", - "roomcode": "5410.02.002", - "usage": 41 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65202", + "area_id": 36, + "building_id": 1405, + "calendar_resource_nr": 27252, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63470, + "usage_id": 41 + }, + "5410.02.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3003, Seminarraum II", "arch_name": "3003@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "extended": { - "additional_description": "3003, Seminarraum II", - "address": "Ernst-Otto-Fischer-Str. 1(5410), 2.Obergescho\u00df", - "architect_room_nr": "3003@5410", - "area_m2": 58.52, - "building": "5410 Katalysezentrum", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65202", - "roomcode": "5410.02.003", - "usage": 41 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63471", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65202, + "usage_id": 41 + }, + "5410.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3004, WC-Herren", "arch_name": "3004@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63471", - "roomcode": "5410.02.004", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63472", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63471, + "usage_id": 115 + }, + "5410.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3005, WC-Damen", "arch_name": "3005@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63472", - "roomcode": "5410.02.005", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63473", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63472, + "usage_id": 116 + }, + "5410.02.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3006, Macrom. Chemie", "arch_name": "3006@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63473", - "roomcode": "5410.02.006", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63474", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63473, + "usage_id": 102 + }, + "5410.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3007, Macrom. Chemie", "arch_name": "3007@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63474", - "roomcode": "5410.02.007", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63475", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63474, + "usage_id": 102 + }, + "5410.02.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3008, Macrom. Chemie", "arch_name": "3008@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63475", - "roomcode": "5410.02.008", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63457", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63475, + "usage_id": 102 + }, + "5410.02.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3009, WC-Damen", "arch_name": "3009@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63457", - "roomcode": "5410.02.009", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63458", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63457, + "usage_id": 116 + }, + "5410.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3010, WC-Herren", "arch_name": "3010@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63458", - "roomcode": "5410.02.010", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63459", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63458, + "usage_id": 115 + }, + "5410.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3011, Macrom. Chemie", "arch_name": "3011@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63459", - "roomcode": "5410.02.011", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63460", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63459, + "usage_id": 102 + }, + "5410.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3012, Reaktionskinetik", "arch_name": "3012@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63460", - "roomcode": "5410.02.012", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63461", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63460, + "usage_id": 102 + }, + "5410.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3013, Reaktionskinetik", "arch_name": "3013@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63461", - "roomcode": "5410.02.013", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63462", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63461, + "usage_id": 102 + }, + "5410.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3014, Technische Chemie I", "arch_name": "3014@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63462", - "roomcode": "5410.02.014", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63463", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63462, + "usage_id": 102 + }, + "5410.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3015, Technische Chemie I", "arch_name": "3015@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63463", - "roomcode": "5410.02.015", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63464", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63463, + "usage_id": 102 + }, + "5410.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3016, Technische Chemie I", "arch_name": "3016@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63464", - "roomcode": "5410.02.016", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63465", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63464, + "usage_id": 102 + }, + "5410.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3017, WC-Damen", "arch_name": "3017@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63465", - "roomcode": "5410.02.017", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63466", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63465, + "usage_id": 116 + }, + "5410.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3018, WC-Herren", "arch_name": "3018@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63466", - "roomcode": "5410.02.018", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63481", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63466, + "usage_id": 115 + }, + "5410.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3019, Technische Chemie I", "arch_name": "3019@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63481", - "roomcode": "5410.02.019", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63482", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63481, + "usage_id": 102 + }, + "5410.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3020, Technische Chemie I", "arch_name": "3020@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63482", - "roomcode": "5410.02.020", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63483", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63482, + "usage_id": 102 + }, + "5410.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3021, Technische Chemie I", "arch_name": "3021@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63483", - "roomcode": "5410.02.021", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63484", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63483, + "usage_id": 102 + }, + "5410.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3022, Dusche-Damen", "arch_name": "3022@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63484", - "roomcode": "5410.02.022", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=74078", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63484, + "usage_id": 113 + }, + "5410.02.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3022A, Duschraum", "arch_name": "3022A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74078", - "roomcode": "5410.02.022A", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63485", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74078, + "usage_id": 113 + }, + "5410.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3023, Umkleide Damen", "arch_name": "3023@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63485", - "roomcode": "5410.02.023", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63486", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63485, + "usage_id": 121 + }, + "5410.02.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3024, Sozialraum", "arch_name": "3024@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63486", - "roomcode": "5410.02.024", - "usage": 44 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63487", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63486, + "usage_id": 44 + }, + "5410.02.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3025, Umkleide Herren", "arch_name": "3025@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63487", - "roomcode": "5410.02.025", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63488", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63487, + "usage_id": 121 + }, + "5410.02.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3026, Dusche-Herren", "arch_name": "3026@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63488", - "roomcode": "5410.02.026", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63489", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63488, + "usage_id": 113 + }, + "5410.02.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3027, Putzraum", "arch_name": "3027@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63489", - "roomcode": "5410.02.027", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63490", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63489, + "usage_id": 113 + }, + "5410.02.028": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63490", - "roomcode": "5410.02.028", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64701", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63490, + "usage_id": 102 + }, + "5410.02.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3029, ZBV", "arch_name": "3029@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64701", - "roomcode": "5410.02.029", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63491", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64701, + "usage_id": 102 + }, + "5410.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3030, Technische Chemie II", "arch_name": "3030@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63491", - "roomcode": "5410.02.030", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63492", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63491, + "usage_id": 102 + }, + "5410.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3031, Technische Chemie II", "arch_name": "3031@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63492", - "roomcode": "5410.02.031", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63493", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63492, + "usage_id": 102 + }, + "5410.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3032, Technische Chemie II", "arch_name": "3032@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63493", - "roomcode": "5410.02.032", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63441", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63493, + "usage_id": 102 + }, + "5410.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3033, WC-Herren", "arch_name": "3033@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63441", - "roomcode": "5410.02.033", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63442", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63441, + "usage_id": 115 + }, + "5410.02.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3034, WC-Damen", "arch_name": "3034@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63442", - "roomcode": "5410.02.034", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63443", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63442, + "usage_id": 116 + }, + "5410.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3035, Technische Chemie II", "arch_name": "3035@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63443", - "roomcode": "5410.02.035", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63445", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63443, + "usage_id": 102 + }, + "5410.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3036, Technische Chemie II", "arch_name": "3036@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63445", - "roomcode": "5410.02.036", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63449", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63445, + "usage_id": 102 + }, + "5410.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3037, Technische Chemie II", "arch_name": "3037@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63449", - "roomcode": "5410.02.037", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63450", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63449, + "usage_id": 102 + }, + "5410.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3038, Technische Chemie II", "arch_name": "3038@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63450", - "roomcode": "5410.02.038", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63451", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63450, + "usage_id": 102 + }, + "5410.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3039, Technische Chemie II", "arch_name": "3039@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63451", - "roomcode": "5410.02.039", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63452", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63451, + "usage_id": 102 + }, + "5410.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3040, Macrom. Chemie", "arch_name": "3040@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63452", - "roomcode": "5410.02.040", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63453", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63452, + "usage_id": 102 + }, + "5410.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3041, WC-Herren", "arch_name": "3041@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63453", - "roomcode": "5410.02.041", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63454", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63453, + "usage_id": 115 + }, + "5410.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3042, WC-Damen", "arch_name": "3042@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63454", - "roomcode": "5410.02.042", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63476", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63454, + "usage_id": 116 + }, + "5410.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3043, Macrom. Chemie", "arch_name": "3043@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63476", - "roomcode": "5410.02.043", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63477", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63476, + "usage_id": 102 + }, + "5410.02.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3044, Macrom. Chemie", "arch_name": "3044@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63477", - "roomcode": "5410.02.044", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63478", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63477, + "usage_id": 102 + }, + "5410.02.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3045, Macrom. Chemie", "arch_name": "3045@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63478", - "roomcode": "5410.02.045", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63448", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63478, + "usage_id": 102 + }, + "5410.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3101, Treppenhaus 1", "arch_name": "3101@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63448", - "roomcode": "5410.02.101", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64697", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63448, + "usage_id": 223 + }, + "5410.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3102, Treppenhaus 2", "arch_name": "3102@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64697", - "roomcode": "5410.02.102", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64702", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64697, + "usage_id": 223 + }, + "5410.02.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3103, Treppenhaus 3", "arch_name": "3103@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64702", - "roomcode": "5410.02.103", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64703", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64702, + "usage_id": 223 + }, + "5410.02.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3104, Treppenhaus 4", "arch_name": "3104@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64703", - "roomcode": "5410.02.104", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64698", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64703, + "usage_id": 223 + }, + "5410.02.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3105, Flur", "arch_name": "3105@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64698", - "roomcode": "5410.02.105", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64699", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64698, + "usage_id": 222 + }, + "5410.02.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3106, Flur", "arch_name": "3106@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64699", - "roomcode": "5410.02.106", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64693", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64699, + "usage_id": 222 + }, + "5410.02.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3107, Flur", "arch_name": "3107@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64693", - "roomcode": "5410.02.107", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64694", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64693, + "usage_id": 222 + }, + "5410.02.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3108, Flur", "arch_name": "3108@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64694", - "roomcode": "5410.02.108", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64704", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64694, + "usage_id": 222 + }, + "5410.02.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3109, Flur", "arch_name": "3109@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64704", - "roomcode": "5410.02.109", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64705", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64704, + "usage_id": 222 + }, + "5410.02.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3110, Flur", "arch_name": "3110@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64705", - "roomcode": "5410.02.110", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64706", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64705, + "usage_id": 222 + }, + "5410.02.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3111, Flur", "arch_name": "3111@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64706", - "roomcode": "5410.02.111", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65201", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64706, + "usage_id": 222 + }, + "5410.02.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3112, Flur", "arch_name": "3112@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65201", - "roomcode": "5410.02.112", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63447", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65201, + "usage_id": 222 + }, + "5410.02.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3113, Flur", "arch_name": "3113@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63447", - "roomcode": "5410.02.113", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64700", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63447, + "usage_id": 222 + }, + "5410.02.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3114, Flur", "arch_name": "3114@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64700", - "roomcode": "5410.02.114", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63479", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64700, + "usage_id": 222 + }, + "5410.02.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3115, Personen-Aufzug", "arch_name": "3115@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63479", - "roomcode": "5410.02.115", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63494", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63479, + "usage_id": 4 + }, + "5410.02.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3116, Personen/Lasten-Aufzug", "arch_name": "3116@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63494", - "roomcode": "5410.02.116", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63495", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63494, + "usage_id": 4 + }, + "5410.02.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3117, Kleing\u00fcteraufzug", "arch_name": "3117@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63495", - "roomcode": "5410.02.117", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63480", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63495, + "usage_id": 4 + }, + "5410.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3201, ELT", "arch_name": "3201@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63480", - "roomcode": "5410.02.201", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63467", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63480, + "usage_id": 160 + }, + "5410.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3202, HLS", "arch_name": "3202@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63467", - "roomcode": "5410.02.202", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64695", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63467, + "usage_id": 201 + }, + "5410.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3203, ELT", "arch_name": "3203@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64695", - "roomcode": "5410.02.203", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63468", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64695, + "usage_id": 160 + }, + "5410.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3204, HLS", "arch_name": "3204@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63468", - "roomcode": "5410.02.204", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64696", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63468, + "usage_id": 201 + }, + "5410.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3205, ELT", "arch_name": "3205@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64696", - "roomcode": "5410.02.205", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63496", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64696, + "usage_id": 160 + }, + "5410.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3206, HLS", "arch_name": "3206@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63496", - "roomcode": "5410.02.206", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=64707", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63496, + "usage_id": 201 + }, + "5410.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3207, ELT", "arch_name": "3207@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64707", - "roomcode": "5410.02.207", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63497", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64707, + "usage_id": 160 + }, + "5410.02.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3208, HLS", "arch_name": "3208@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63497", - "roomcode": "5410.02.208", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63444", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63497, + "usage_id": 201 + }, + "5410.02.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3209, ELT", "arch_name": "3209@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63444", - "roomcode": "5410.02.209", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63455", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63444, + "usage_id": 160 + }, + "5410.02.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3210, HLS", "arch_name": "3210@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63455", - "roomcode": "5410.02.210", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63456", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63455, + "usage_id": 201 + }, + "5410.02.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3211, ELT", "arch_name": "3211@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63456", - "roomcode": "5410.02.211", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=63446", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63456, + "usage_id": 160 + }, + "5410.02.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3212, HLS", "arch_name": "3212@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63446", - "roomcode": "5410.02.212", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=65101", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63446, + "usage_id": 201 + }, + "5410.02.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3301, Balkon", "arch_name": "3301@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65101", - "roomcode": "5410.02.301", - "usage": 48 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=74077", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65101, + "usage_id": 48 + }, + "5410.02.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3705, Verbindungsgang", "arch_name": "3705@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74077", - "roomcode": "5410.02.705", - "usage": 16 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63532", + "area_id": 36, + "building_id": 1405, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74077, + "usage_id": 16 + }, + "5410.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4001, B\u00fcro", "arch_name": "4001@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63532", - "roomcode": "5410.03.001", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63533", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63532, + "usage_id": 12 + }, + "5410.03.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4002, Sekretariat", "arch_name": "4002@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63533", - "roomcode": "5410.03.002", - "usage": 40 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63534", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63533, + "usage_id": 40 + }, + "5410.03.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4003, B\u00fcro", "arch_name": "4003@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63534", - "roomcode": "5410.03.003", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63535", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63534, + "usage_id": 12 + }, + "5410.03.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4004, WC-Herren", "arch_name": "4004@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63535", - "roomcode": "5410.03.004", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63536", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63535, + "usage_id": 115 + }, + "5410.03.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4005, WC-Damen", "arch_name": "4005@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63536", - "roomcode": "5410.03.005", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63537", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63536, + "usage_id": 116 + }, + "5410.03.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4006, Molekulare Katalyse", "arch_name": "4006@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63537", - "roomcode": "5410.03.006", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63538", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63537, + "usage_id": 102 + }, + "5410.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4007, Molekulare Katalyse", "arch_name": "4007@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63538", - "roomcode": "5410.03.007", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63539", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63538, + "usage_id": 102 + }, + "5410.03.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4008, Molekulare Katalyse", "arch_name": "4008@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63539", - "roomcode": "5410.03.008", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63517", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63539, + "usage_id": 102 + }, + "5410.03.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4009, WC-Damen", "arch_name": "4009@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63517", - "roomcode": "5410.03.009", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63516", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63517, + "usage_id": 116 + }, + "5410.03.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4010, WC-Herren", "arch_name": "4010@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63516", - "roomcode": "5410.03.010", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63518", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63516, + "usage_id": 115 + }, + "5410.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4011, Organische Chemie", "arch_name": "4011@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63518", - "roomcode": "5410.03.011", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63519", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63518, + "usage_id": 102 + }, + "5410.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4012, Organische Chemie", "arch_name": "4012@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63519", - "roomcode": "5410.03.012", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63520", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63519, + "usage_id": 102 + }, + "5410.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4013, Organische Chemie", "arch_name": "4013@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63520", - "roomcode": "5410.03.013", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63521", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63520, + "usage_id": 102 + }, + "5410.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4014, Organische Chemie", "arch_name": "4014@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63521", - "roomcode": "5410.03.014", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63522", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63521, + "usage_id": 102 + }, + "5410.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4015, Organische Chemie", "arch_name": "4015@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63522", - "roomcode": "5410.03.015", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63523", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63522, + "usage_id": 102 + }, + "5410.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4016, Organische Chemie", "arch_name": "4016@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63523", - "roomcode": "5410.03.016", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63524", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63523, + "usage_id": 102 + }, + "5410.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4017, WC-Damen", "arch_name": "4017@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63524", - "roomcode": "5410.03.017", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63525", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63524, + "usage_id": 116 + }, + "5410.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4018, WC-Herren", "arch_name": "4018@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63525", - "roomcode": "5410.03.018", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63550", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63525, + "usage_id": 115 + }, + "5410.03.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4019, Organische Chemie", "arch_name": "4019@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63550", - "roomcode": "5410.03.019", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63551", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63550, + "usage_id": 102 + }, + "5410.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4020, Organische Chemie", "arch_name": "4020@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63551", - "roomcode": "5410.03.020", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63552", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63551, + "usage_id": 102 + }, + "5410.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4021, Organische Chemie", "arch_name": "4021@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63552", - "roomcode": "5410.03.021", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63553", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63552, + "usage_id": 102 + }, + "5410.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4022, Duschraum-Damen", "arch_name": "4022@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63553", - "roomcode": "5410.03.022", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=74079", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63553, + "usage_id": 113 + }, + "5410.03.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4022A, Duschraum", "arch_name": "4022A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74079", - "roomcode": "5410.03.022A", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63554", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74079, + "usage_id": 113 + }, + "5410.03.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4023, Umkleide Damen", "arch_name": "4023@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63554", - "roomcode": "5410.03.023", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63555", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63554, + "usage_id": 121 + }, + "5410.03.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4024, Sozialraum", "arch_name": "4024@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63555", - "roomcode": "5410.03.024", - "usage": 44 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63557", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63555, + "usage_id": 44 + }, + "5410.03.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4025, Umkleide Herren", "arch_name": "4025@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63557", - "roomcode": "5410.03.025", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63556", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63557, + "usage_id": 121 + }, + "5410.03.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4026, Duschraum-Herren", "arch_name": "4026@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63556", - "roomcode": "5410.03.026", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63558", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63556, + "usage_id": 113 + }, + "5410.03.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4027, Putzmittel", "arch_name": "4027@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63558", - "roomcode": "5410.03.027", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63559", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63558, + "usage_id": 205 + }, + "5410.03.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4028, Org./Anorg. Chemie", "arch_name": "4028@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63559", - "roomcode": "5410.03.028", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63560", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63559, + "usage_id": 102 + }, + "5410.03.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4029, ZBV", "arch_name": "4029@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63560", - "roomcode": "5410.03.029", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63562", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63560, + "usage_id": 12 + }, + "5410.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4030, Anorg. Chemie", "arch_name": "4030@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63562", - "roomcode": "5410.03.030", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63561", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63562, + "usage_id": 102 + }, + "5410.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4031, Anorg. Chemie", "arch_name": "4031@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63561", - "roomcode": "5410.03.031", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63563", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63561, + "usage_id": 102 + }, + "5410.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4032, Anorg. Chemie", "arch_name": "4032@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63563", - "roomcode": "5410.03.032", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63498", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63563, + "usage_id": 102 + }, + "5410.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4033, WC-Herren", "arch_name": "4033@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63498", - "roomcode": "5410.03.033", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63499", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63498, + "usage_id": 115 + }, + "5410.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4034, WC-Damen", "arch_name": "4034@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63499", - "roomcode": "5410.03.034", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63500", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63499, + "usage_id": 116 + }, + "5410.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4035, Anorg. Chemie", "arch_name": "4035@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63500", - "roomcode": "5410.03.035", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63506", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63500, + "usage_id": 102 + }, + "5410.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4036, Anorg. Chemie", "arch_name": "4036@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63506", - "roomcode": "5410.03.036", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63507", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63506, + "usage_id": 102 + }, + "5410.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4037, Anorg. Chemie", "arch_name": "4037@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63507", - "roomcode": "5410.03.037", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63508", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63507, + "usage_id": 102 + }, + "5410.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4038, Anorg. Chemie", "arch_name": "4038@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63508", - "roomcode": "5410.03.038", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63509", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63508, + "usage_id": 102 + }, + "5410.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4039, Anorg. Chemie", "arch_name": "4039@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63509", - "roomcode": "5410.03.039", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63510", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63509, + "usage_id": 102 + }, + "5410.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4040, Anorg. Chemie", "arch_name": "4040@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63510", - "roomcode": "5410.03.040", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63511", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63510, + "usage_id": 102 + }, + "5410.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4041, WC-Herren", "arch_name": "4041@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63511", - "roomcode": "5410.03.041", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63512", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63511, + "usage_id": 115 + }, + "5410.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4042, WC-Damen", "arch_name": "4042@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63512", - "roomcode": "5410.03.042", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63540", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63512, + "usage_id": 116 + }, + "5410.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4043, Anorg. Chemie", "arch_name": "4043@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63540", - "roomcode": "5410.03.043", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63541", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63540, + "usage_id": 102 + }, + "5410.03.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4044, Anorg. Chemie", "arch_name": "4044@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63541", - "roomcode": "5410.03.044", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63542", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63541, + "usage_id": 102 + }, + "5410.03.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4045, Anorg. Chemie", "arch_name": "4045@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63542", - "roomcode": "5410.03.045", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63543", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 29165, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63542, + "usage_id": 102 + }, + "5410.03.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4046, Konferenzraum", "arch_name": "4046@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": "tvKalender.wSicht?cOrg=29165&cRes=28674&cReadonly=J", - "list_index": "258", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63543", - "roomcode": "5410.03.046", - "usage": 196 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63544", + "area_id": 36, + "building_id": 1405, + "calendar_resource_nr": 28674, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63543, + "usage_id": 196 + }, + "5410.03.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4047, ZBV", "arch_name": "4047@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63544", - "roomcode": "5410.03.047", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63504", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63544, + "usage_id": 12 + }, + "5410.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4101, Treppenhaus 1", "arch_name": "4101@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63504", - "roomcode": "5410.03.101", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63545", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63504, + "usage_id": 223 + }, + "5410.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4102, Treppenhaus 2", "arch_name": "4102@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63545", - "roomcode": "5410.03.102", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63564", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63545, + "usage_id": 223 + }, + "5410.03.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4103, Treppenhaus 3", "arch_name": "4103@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63564", - "roomcode": "5410.03.103", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63565", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63564, + "usage_id": 223 + }, + "5410.03.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4104, Treppenhaus 4", "arch_name": "4104@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63565", - "roomcode": "5410.03.104", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63546", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63565, + "usage_id": 223 + }, + "5410.03.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4105, Flur", "arch_name": "4105@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63546", - "roomcode": "5410.03.105", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63547", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63546, + "usage_id": 222 + }, + "5410.03.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4106, Flur", "arch_name": "4106@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63547", - "roomcode": "5410.03.106", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63526", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63547, + "usage_id": 222 + }, + "5410.03.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4107, Flur", "arch_name": "4107@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63526", - "roomcode": "5410.03.107", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63527", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63526, + "usage_id": 222 + }, + "5410.03.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4108, Flur", "arch_name": "4108@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63527", - "roomcode": "5410.03.108", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63566", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63527, + "usage_id": 222 + }, + "5410.03.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4109, Flur", "arch_name": "4109@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63566", - "roomcode": "5410.03.109", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63567", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63566, + "usage_id": 222 + }, + "5410.03.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4110, Flur", "arch_name": "4110@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63567", - "roomcode": "5410.03.110", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63568", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63567, + "usage_id": 222 + }, + "5410.03.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4111, Flur", "arch_name": "4111@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63568", - "roomcode": "5410.03.111", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63501", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63568, + "usage_id": 222 + }, + "5410.03.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4112, Flur", "arch_name": "4112@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63501", - "roomcode": "5410.03.112", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63513", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63501, + "usage_id": 222 + }, + "5410.03.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4113, Flur", "arch_name": "4113@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63513", - "roomcode": "5410.03.113", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63548", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63513, + "usage_id": 222 + }, + "5410.03.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4114, Flur", "arch_name": "4114@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63548", - "roomcode": "5410.03.114", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63505", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63548, + "usage_id": 222 + }, + "5410.03.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4115, Personen-Aufzug", "arch_name": "4115@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63505", - "roomcode": "5410.03.115", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63569", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63505, + "usage_id": 4 + }, + "5410.03.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4116, Personen/Lasten-Aufzug", "arch_name": "4116@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63569", - "roomcode": "5410.03.116", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63570", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63569, + "usage_id": 4 + }, + "5410.03.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "3117, Kleing\u00fcteraufzug", "arch_name": "3117@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63570", - "roomcode": "5410.03.117", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63549", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63570, + "usage_id": 4 + }, + "5410.03.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4201, ELT", "arch_name": "4201@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63549", - "roomcode": "5410.03.201", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63528", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63549, + "usage_id": 160 + }, + "5410.03.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4202, HLS", "arch_name": "4202@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63528", - "roomcode": "5410.03.202", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63529", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63528, + "usage_id": 201 + }, + "5410.03.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4203, ELT", "arch_name": "4203@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63529", - "roomcode": "5410.03.203", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63530", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63529, + "usage_id": 160 + }, + "5410.03.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4204, HLS", "arch_name": "4204@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63530", - "roomcode": "5410.03.204", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63531", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63530, + "usage_id": 201 + }, + "5410.03.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4205, ELT", "arch_name": "4205@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63531", - "roomcode": "5410.03.205", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63571", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63531, + "usage_id": 160 + }, + "5410.03.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4206, HLS", "arch_name": "4206@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63571", - "roomcode": "5410.03.206", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63572", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63571, + "usage_id": 201 + }, + "5410.03.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4207, ELT", "arch_name": "4207@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63572", - "roomcode": "5410.03.207", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63573", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63572, + "usage_id": 160 + }, + "5410.03.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4208, HLS", "arch_name": "4208@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63573", - "roomcode": "5410.03.208", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63502", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63573, + "usage_id": 201 + }, + "5410.03.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4209, ELT", "arch_name": "4209@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63502", - "roomcode": "5410.03.209", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63503", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63502, + "usage_id": 160 + }, + "5410.03.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4210, HLS", "arch_name": "4210@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63503", - "roomcode": "5410.03.210", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63514", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63503, + "usage_id": 201 + }, + "5410.03.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4211, ELT", "arch_name": "4211@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63514", - "roomcode": "5410.03.211", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=63515", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63514, + "usage_id": 160 + }, + "5410.03.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4212, HLS", "arch_name": "4212@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63515", - "roomcode": "5410.03.212", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=65104", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63515, + "usage_id": 201 + }, + "5410.03.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4301, Balkon", "arch_name": "4301@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65104", - "roomcode": "5410.03.301", - "usage": 48 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=65105", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65104, + "usage_id": 48 + }, + "5410.03.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "4302, Balkon", "arch_name": "4302@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65105", - "roomcode": "5410.03.302", - "usage": 48 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63577", + "area_id": 36, + "building_id": 1405, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65105, + "usage_id": 48 + }, + "5410.04.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5101, Flur", "arch_name": "5101@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63577", - "roomcode": "5410.04.101", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63580", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63577, + "usage_id": 222 + }, + "5410.04.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5102, Flur", "arch_name": "5102@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63580", - "roomcode": "5410.04.102", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63578", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63580, + "usage_id": 222 + }, + "5410.04.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5103, Treppenhaus 3", "arch_name": "5103@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63578", - "roomcode": "5410.04.103", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63581", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63578, + "usage_id": 223 + }, + "5410.04.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5104, Treppenhaus 4", "arch_name": "5104@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63581", - "roomcode": "5410.04.104", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63582", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63581, + "usage_id": 223 + }, + "5410.04.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5116, Personen/Lasten-Aufzug", "arch_name": "5116@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63582", - "roomcode": "5410.04.116", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64716", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63582, + "usage_id": 4 + }, + "5410.04.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5201, L\u00fcftungszentrale", "arch_name": "5201@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64716", - "roomcode": "5410.04.201", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63575", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64716, + "usage_id": 32 + }, + "5410.04.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5202, HLS", "arch_name": "5202@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63575", - "roomcode": "5410.04.202", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=74081", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63575, + "usage_id": 201 + }, + "5410.04.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5202A, Raumlufttechnische Anlage", "arch_name": "5202A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74081", - "roomcode": "5410.04.202A", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63574", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74081, + "usage_id": 32 + }, + "5410.04.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5203, ELT", "arch_name": "5203@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63574", - "roomcode": "5410.04.203", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63584", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63574, + "usage_id": 160 + }, + "5410.04.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5204, HLS", "arch_name": "5204@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63584", - "roomcode": "5410.04.204", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=74082", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63584, + "usage_id": 201 + }, + "5410.04.204A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5204A, Raumlufttechnische Anlage", "arch_name": "5204A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74082", - "roomcode": "5410.04.204A", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64712", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74082, + "usage_id": 32 + }, + "5410.04.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5205, ELT", "arch_name": "5205@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64712", - "roomcode": "5410.04.205", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63576", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64712, + "usage_id": 160 + }, + "5410.04.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5206, L\u00fcftungszentrale", "arch_name": "5206@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63576", - "roomcode": "5410.04.206", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63583", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63576, + "usage_id": 32 + }, + "5410.04.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5207, Server", "arch_name": "5207@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63583", - "roomcode": "5410.04.207", - "usage": 207 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64708", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63583, + "usage_id": 207 + }, + "5410.04.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5208, L\u00fcftungszentrale", "arch_name": "5208@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64708", - "roomcode": "5410.04.208", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64713", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64708, + "usage_id": 32 + }, + "5410.04.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5209, ELT", "arch_name": "5209@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64713", - "roomcode": "5410.04.209", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63585", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64713, + "usage_id": 160 + }, + "5410.04.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5210, HLS", "arch_name": "5210@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63585", - "roomcode": "5410.04.210", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=74083", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63585, + "usage_id": 201 + }, + "5410.04.210A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5210A, Raumlufttechnische Anlage", "arch_name": "5210A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74083", - "roomcode": "5410.04.210A", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64714", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74083, + "usage_id": 32 + }, + "5410.04.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5211, ELT", "arch_name": "5211@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64714", - "roomcode": "5410.04.211", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63586", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64714, + "usage_id": 160 + }, + "5410.04.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5212, HLS", "arch_name": "5212@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63586", - "roomcode": "5410.04.212", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=74080", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63586, + "usage_id": 201 + }, + "5410.04.212A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5212A, Raumlufttechnische Anlage", "arch_name": "5212A@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74080", - "roomcode": "5410.04.212A", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63579", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74080, + "usage_id": 32 + }, + "5410.04.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5213, L\u00fcftungszentrale", "arch_name": "5213@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63579", - "roomcode": "5410.04.213", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64711", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63579, + "usage_id": 32 + }, + "5410.04.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5214, Technik", "arch_name": "5214@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64711", - "roomcode": "5410.04.214", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64709", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64711, + "usage_id": 120 + }, + "5410.04.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5215, L\u00fcftungszentrale", "arch_name": "5215@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64709", - "roomcode": "5410.04.215", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64710", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64709, + "usage_id": 32 + }, + "5410.04.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5216, Server", "arch_name": "5216@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64710", - "roomcode": "5410.04.216", - "usage": 207 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64715", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64710, + "usage_id": 207 + }, + "5410.04.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5217, L\u00fcftungszentrale", "arch_name": "5217@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64715", - "roomcode": "5410.04.217", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=64717", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64715, + "usage_id": 32 + }, + "5410.04.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5218, L\u00fcftungszentrale", "arch_name": "5218@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64717", - "roomcode": "5410.04.218", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 4.OG", - "address_link": "ris.einzelraum?raumkey=63587", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64717, + "usage_id": 32 + }, + "5410.04.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "5301, Aussenbereich Dach", "arch_name": "5301@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63587", - "roomcode": "5410.04.301", - "usage": 219 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63369", + "area_id": 36, + "building_id": 1405, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63587, + "usage_id": 219 + }, + "5410.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1001, Lager", "arch_name": "1001@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63369", - "roomcode": "5410.EG.001", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63370", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63369, + "usage_id": 30 + }, + "5410.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1002, Lager", "arch_name": "1002@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63370", - "roomcode": "5410.EG.002", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63371", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63370, + "usage_id": 30 + }, + "5410.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1003, Lager", "arch_name": "1003@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63371", - "roomcode": "5410.EG.003", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=64722", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63371, + "usage_id": 30 + }, + "5410.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1004, Lager", "arch_name": "1004@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64722", - "roomcode": "5410.EG.004", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63331", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64722, + "usage_id": 30 + }, + "5410.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1005, Lager", "arch_name": "1005@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63331", - "roomcode": "5410.EG.005", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=64723", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63331, + "usage_id": 30 + }, + "5410.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1006, Erste-Hilfe-Raum", "arch_name": "1006@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64723", - "roomcode": "5410.EG.006", - "usage": 178 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=64724", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64723, + "usage_id": 178 + }, + "5410.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1007, Lager", "arch_name": "1007@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64724", - "roomcode": "5410.EG.007", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63361", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64724, + "usage_id": 30 + }, + "5410.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1101, Treppenhaus 1", "arch_name": "1101@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63361", - "roomcode": "5410.EG.101", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63354", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63361, + "usage_id": 223 + }, + "5410.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1102, Treppenhaus 2", "arch_name": "1102@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63354", - "roomcode": "5410.EG.102", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63334", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63354, + "usage_id": 223 + }, + "5410.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1103, Treppenhaus 3", "arch_name": "1103@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63334", - "roomcode": "5410.EG.103", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63335", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63334, + "usage_id": 223 + }, + "5410.EG.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1104, Treppenhaus 4", "arch_name": "1104@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63335", - "roomcode": "5410.EG.104", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63362", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63335, + "usage_id": 223 + }, + "5410.EG.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1105, Flur", "arch_name": "1105@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63362", - "roomcode": "5410.EG.105", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=64725", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63362, + "usage_id": 222 + }, + "5410.EG.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1106, Flur", "arch_name": "1106@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64725", - "roomcode": "5410.EG.106", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63353", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64725, + "usage_id": 222 + }, + "5410.EG.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1107, ZBV", "arch_name": "1107@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63353", - "roomcode": "5410.EG.107", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63336", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63353, + "usage_id": 222 + }, + "5410.EG.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1108, Flur", "arch_name": "1108@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63336", - "roomcode": "5410.EG.108", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63337", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63336, + "usage_id": 222 + }, + "5410.EG.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1109, Flur", "arch_name": "1109@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63337", - "roomcode": "5410.EG.109", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63357", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63337, + "usage_id": 222 + }, + "5410.EG.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1110, ZBV", "arch_name": "1110@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63357", - "roomcode": "5410.EG.110", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63363", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63357, + "usage_id": 222 + }, + "5410.EG.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1111, Flur", "arch_name": "1111@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63363", - "roomcode": "5410.EG.111", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63364", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63363, + "usage_id": 222 + }, + "5410.EG.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1112, Personen-Aufzug", "arch_name": "1112@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63364", - "roomcode": "5410.EG.112", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63338", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63364, + "usage_id": 4 + }, + "5410.EG.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1113, Personen-Lastenaufzug", "arch_name": "1113@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63338", - "roomcode": "5410.EG.113", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63339", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63338, + "usage_id": 4 + }, + "5410.EG.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1114, Kleing\u00fcteraufzug", "arch_name": "1114@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63339", - "roomcode": "5410.EG.114", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63365", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63339, + "usage_id": 4 + }, + "5410.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1201, ELT", "arch_name": "1201@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63365", - "roomcode": "5410.EG.201", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63352", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63365, + "usage_id": 160 + }, + "5410.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1202, HLS", "arch_name": "1202@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63352", - "roomcode": "5410.EG.202", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63355", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63352, + "usage_id": 201 + }, + "5410.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1203, ELT", "arch_name": "1203@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63355", - "roomcode": "5410.EG.203", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63366", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63355, + "usage_id": 160 + }, + "5410.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1204, EDV", "arch_name": "1204@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63366", - "roomcode": "5410.EG.204", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63356", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63366, + "usage_id": 120 + }, + "5410.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1205, Medienkanal S\u00fcd", "arch_name": "1205@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63356", - "roomcode": "5410.EG.205", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63340", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63356, + "usage_id": 120 + }, + "5410.EG.206": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63340", - "roomcode": "5410.EG.206", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63341", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63340, + "usage_id": 120 + }, + "5410.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1207, Maschinenraum-Aufzug", "arch_name": "1207@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63341", - "roomcode": "5410.EG.207", - "usage": 5 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63342", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63341, + "usage_id": 5 + }, + "5410.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1208, HLS", "arch_name": "1208@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63342", - "roomcode": "5410.EG.208", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63343", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63342, + "usage_id": 201 + }, + "5410.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1209, FM HV/GMA", "arch_name": "1209@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63343", - "roomcode": "5410.EG.209", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63344", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63343, + "usage_id": 160 + }, + "5410.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1210, EDV", "arch_name": "1210@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63344", - "roomcode": "5410.EG.210", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63358", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63344, + "usage_id": 120 + }, + "5410.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1211, ELT", "arch_name": "1211@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63358", - "roomcode": "5410.EG.211", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63359", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63358, + "usage_id": 160 + }, + "5410.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1212, HLS", "arch_name": "1212@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63359", - "roomcode": "5410.EG.212", - "usage": 201 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63345", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63359, + "usage_id": 201 + }, + "5410.EG.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1213, Bat. USV", "arch_name": "1213@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63345", - "roomcode": "5410.EG.213", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63346", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63345, + "usage_id": 160 + }, + "5410.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1214, Stat. USV", "arch_name": "1214@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63346", - "roomcode": "5410.EG.214", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63347", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63346, + "usage_id": 160 + }, + "5410.EG.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1215, SiBel.", "arch_name": "1215@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63347", - "roomcode": "5410.EG.215", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63348", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63347, + "usage_id": 160 + }, + "5410.EG.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1216, NSHV NN", "arch_name": "1216@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63348", - "roomcode": "5410.EG.216", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63349", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63348, + "usage_id": 160 + }, + "5410.EG.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1217, NSHV EN", "arch_name": "1217@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63349", - "roomcode": "5410.EG.217", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63360", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63349, + "usage_id": 160 + }, + "5410.EG.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1218, Medienkanal Nord", "arch_name": "1218@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63360", - "roomcode": "5410.EG.218", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63367", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63360, + "usage_id": 120 + }, + "5410.EG.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1219, EDV", "arch_name": "1219@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63367", - "roomcode": "5410.EG.219", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=63368", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63367, + "usage_id": 120 + }, + "5410.EG.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1220, Maschinenraum", "arch_name": "1220@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63368", - "roomcode": "5410.EG.220", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74070", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63368, + "usage_id": 120 + }, + "5410.EG.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1301, Treppe im Freien", "arch_name": "1301@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74070", - "roomcode": "5410.EG.301", - "usage": 7 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74071", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74070, + "usage_id": 7 + }, + "5410.EG.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1302, Installationsraum", "arch_name": "1302@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74071", - "roomcode": "5410.EG.302", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74069", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74071, + "usage_id": 120 + }, + "5410.EG.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "1303, Installationsraum", "arch_name": "1303@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74069", - "roomcode": "5410.EG.303", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=63325", + "area_id": 36, + "building_id": 1405, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74069, + "usage_id": 120 + }, + "5410.U1.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1201, T 1 EN", "arch_name": "-1201@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63325", - "roomcode": "5410.U1.201", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=63326", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63325, + "usage_id": 120 + }, + "5410.U1.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1202, Reserve", "arch_name": "-1202@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63326", - "roomcode": "5410.U1.202", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=63327", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63326, + "usage_id": 120 + }, + "5410.U1.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1203, T 1 NN", "arch_name": "-1203@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63327", - "roomcode": "5410.U1.203", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=63328", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63327, + "usage_id": 120 + }, + "5410.U1.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1204, T 2 NN", "arch_name": "-1204@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63328", - "roomcode": "5410.U1.204", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=63329", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63328, + "usage_id": 120 + }, + "5410.U1.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1205, T 3 NN", "arch_name": "-1205@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63329", - "roomcode": "5410.U1.205", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74074", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63329, + "usage_id": 120 + }, + "5410.U1.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1206, Flur", "arch_name": "-1206@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74074", - "roomcode": "5410.U1.206", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=65199", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74074, + "usage_id": 222 + }, + "5410.U1.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1207, Zustieg", "arch_name": "-1207@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65199", - "roomcode": "5410.U1.207", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=65200", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65199, + "usage_id": 222 + }, + "5410.U1.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1208, Einbring\u00f6ffnung", "arch_name": "-1208@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65200", - "roomcode": "5410.U1.208", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=63330", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65200, + "usage_id": 222 + }, + "5410.U1.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1210, Install.kanal", "arch_name": "-1210@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63330", - "roomcode": "5410.U1.210", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74076", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63330, + "usage_id": 120 + }, + "5410.U1.211": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74076", - "roomcode": "5410.U1.211", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=74075", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74076, + "usage_id": 195 + }, + "5410.U1.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "alt_name": "-1212, Schacht f.Personenaufzug", "arch_name": "-1212@5410", - "b_area_id": 36, - "b_filter_id": 1405, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=29165", - "operator": "[ TUZECRC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74075", - "roomcode": "5410.U1.212", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67043", + "area_id": 36, + "building_id": 1405, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 29165, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74075, + "usage_id": 195 + }, + "5413.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2001, PuMi", "arch_name": "2001@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67043", - "roomcode": "5413.01.001", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67044", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67043, + "usage_id": 205 + }, + "5413.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2002, WC-Vorraum Damen", "arch_name": "2002@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67044", - "roomcode": "5413.01.002", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67045", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67044, + "usage_id": 118 + }, + "5413.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2003, WC-Damen", "arch_name": "2003@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67045", - "roomcode": "5413.01.003", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67033", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67045, + "usage_id": 116 + }, + "5413.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2004, E UV", "arch_name": "2004@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67033", - "roomcode": "5413.01.004", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67046", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67033, + "usage_id": 160 + }, + "5413.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2005, WC-Vorraum Herren", "arch_name": "2005@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67046", - "roomcode": "5413.01.005", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67047", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67046, + "usage_id": 118 + }, + "5413.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2006, WC-Herren", "arch_name": "2006@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67047", - "roomcode": "5413.01.006", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67041", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67047, + "usage_id": 115 + }, + "5413.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2007, Technik", "arch_name": "2007@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67041", - "roomcode": "5413.01.007", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67042", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67041, + "usage_id": 120 + }, + "5413.01.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2007A, Treppe Technik", "arch_name": "2007A@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67042", - "roomcode": "5413.01.007A", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67029", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67042, + "usage_id": 223 + }, + "5413.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2010, Schacht 1", "arch_name": "2010@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67029", - "roomcode": "5413.01.010", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67030", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67029, + "usage_id": 120 + }, + "5413.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2014, Schacht 2", "arch_name": "2014@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67030", - "roomcode": "5413.01.014", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67027", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67030, + "usage_id": 120 + }, + "5413.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2101, Server", "arch_name": "2101@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67027", - "roomcode": "5413.01.101", - "usage": 207 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67013", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67027, + "usage_id": 207 + }, + "5413.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2102, B\u00fcro", "arch_name": "2102@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67013", - "roomcode": "5413.01.102", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67015", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67013, + "usage_id": 12 + }, + "5413.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2103, Kopierer", "arch_name": "2103@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67015", - "roomcode": "5413.01.103", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67014", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67015, + "usage_id": 110 + }, + "5413.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2104, B\u00fcro", "arch_name": "2104@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67014", - "roomcode": "5413.01.104", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=66995", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67014, + "usage_id": 12 + }, + "5413.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2105, B\u00fcro", "arch_name": "2105@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66995", - "roomcode": "5413.01.105", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=66996", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66995, + "usage_id": 12 + }, + "5413.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2107, B\u00fcro", "arch_name": "2107@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66996", - "roomcode": "5413.01.107", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=66997", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66996, + "usage_id": 12 + }, + "5413.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2108, B\u00fcro", "arch_name": "2108@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66997", - "roomcode": "5413.01.108", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=66998", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66997, + "usage_id": 12 + }, + "5413.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2109, B\u00fcro", "arch_name": "2109@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66998", - "roomcode": "5413.01.109", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=66999", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66998, + "usage_id": 12 + }, + "5413.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2110, B\u00fcro", "arch_name": "2110@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66999", - "roomcode": "5413.01.110", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67000", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66999, + "usage_id": 12 + }, + "5413.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2111, B\u00fcro", "arch_name": "2111@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67000", - "roomcode": "5413.01.111", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67040", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67000, + "usage_id": 12 + }, + "5413.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2112, Teek\u00fcche", "arch_name": "2112@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67040", - "roomcode": "5413.01.112", - "usage": 198 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67001", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67040, + "usage_id": 198 + }, + "5413.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2113, B\u00fcro", "arch_name": "2113@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67001", - "roomcode": "5413.01.113", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67002", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67001, + "usage_id": 12 + }, + "5413.01.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2114, B\u00fcro", "arch_name": "2114@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67002", - "roomcode": "5413.01.114", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67003", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67002, + "usage_id": 12 + }, + "5413.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2115, B\u00fcro", "arch_name": "2115@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67003", - "roomcode": "5413.01.115", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67004", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67003, + "usage_id": 12 + }, + "5413.01.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2116, B\u00fcro", "arch_name": "2116@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67004", - "roomcode": "5413.01.116", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67005", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67004, + "usage_id": 12 + }, + "5413.01.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2117, B\u00fcro", "arch_name": "2117@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67005", - "roomcode": "5413.01.117", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67006", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67005, + "usage_id": 12 + }, + "5413.01.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2118, B\u00fcro", "arch_name": "2118@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67006", - "roomcode": "5413.01.118", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67018", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67006, + "usage_id": 12 + }, + "5413.01.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2119, Kopierer", "arch_name": "2119@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67018", - "roomcode": "5413.01.119", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67017", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67018, + "usage_id": 110 + }, + "5413.01.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2120, B\u00fcro", "arch_name": "2120@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67017", - "roomcode": "5413.01.120", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67016", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67017, + "usage_id": 12 + }, + "5413.01.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2121, B\u00fcro", "arch_name": "2121@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67016", - "roomcode": "5413.01.121", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67021", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67016, + "usage_id": 12 + }, + "5413.01.122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2122, EDV", "arch_name": "2122@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67021", - "roomcode": "5413.01.122", - "usage": 207 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67019", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67021, + "usage_id": 207 + }, + "5413.01.123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2123, B\u00fcro", "arch_name": "2123@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67019", - "roomcode": "5413.01.123", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67020", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67019, + "usage_id": 12 + }, + "5413.01.124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2124, B\u00fcro", "arch_name": "2124@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67020", - "roomcode": "5413.01.124", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67007", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67020, + "usage_id": 12 + }, + "5413.01.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2125, B\u00fcro", "arch_name": "2125@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67007", - "roomcode": "5413.01.125", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67039", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67007, + "usage_id": 12 + }, + "5413.01.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2126, Teek\u00fcche", "arch_name": "2126@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67039", - "roomcode": "5413.01.126", - "usage": 198 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67008", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67039, + "usage_id": 198 + }, + "5413.01.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2127, B\u00fcro", "arch_name": "2127@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67008", - "roomcode": "5413.01.127", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67009", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67008, + "usage_id": 12 + }, + "5413.01.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2129, B\u00fcro", "arch_name": "2129@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67009", - "roomcode": "5413.01.129", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67010", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67009, + "usage_id": 12 + }, + "5413.01.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2130, B\u00fcro", "arch_name": "2130@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67010", - "roomcode": "5413.01.130", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67011", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67010, + "usage_id": 12 + }, + "5413.01.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2131, B\u00fcro", "arch_name": "2131@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67011", - "roomcode": "5413.01.131", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67012", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67011, + "usage_id": 12 + }, + "5413.01.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2132, B\u00fcro", "arch_name": "2132@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67012", - "roomcode": "5413.01.132", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67024", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67012, + "usage_id": 12 + }, + "5413.01.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2133, Kopierer", "arch_name": "2133@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67024", - "roomcode": "5413.01.133", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67022", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67024, + "usage_id": 110 + }, + "5413.01.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2134, B\u00fcro", "arch_name": "2134@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67022", - "roomcode": "5413.01.134", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67023", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67022, + "usage_id": 12 + }, + "5413.01.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2135, B\u00fcro", "arch_name": "2135@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67023", - "roomcode": "5413.01.135", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67025", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67023, + "usage_id": 12 + }, + "5413.01.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2136, B\u00fcro", "arch_name": "2136@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67025", - "roomcode": "5413.01.136", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67026", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67025, + "usage_id": 12 + }, + "5413.01.137": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2137, B\u00fcro", "arch_name": "2137@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67026", - "roomcode": "5413.01.137", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67036", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67026, + "usage_id": 12 + }, + "5413.01.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2701, Flur", "arch_name": "2701@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67036", - "roomcode": "5413.01.701", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67035", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67036, + "usage_id": 222 + }, + "5413.01.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2702, Flur", "arch_name": "2702@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67035", - "roomcode": "5413.01.702", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67034", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67035, + "usage_id": 222 + }, + "5413.01.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2703, Treppenhaus 1", "arch_name": "2703@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67034", - "roomcode": "5413.01.703", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67053", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67034, + "usage_id": 223 + }, + "5413.01.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2705, Flur", "arch_name": "2705@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67053", - "roomcode": "5413.01.705", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67037", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67053, + "usage_id": 222 + }, + "5413.01.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2706, Treppenhaus 2", "arch_name": "2706@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67037", - "roomcode": "5413.01.706", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67038", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67037, + "usage_id": 223 + }, + "5413.01.707": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2707, Flur Technik", "arch_name": "2707@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67038", - "roomcode": "5413.01.707", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67028", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67038, + "usage_id": 222 + }, + "5413.01.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2901, Aufzug", "arch_name": "2901@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67028", - "roomcode": "5413.01.901", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67031", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67028, + "usage_id": 195 + }, + "5413.01.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2901, Terrasse", "arch_name": "2901@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67031", - "roomcode": "5413.01.902", - "usage": 48 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, 1.OG", - "address_link": "ris.einzelraum?raumkey=67032", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67031, + "usage_id": 48 + }, + "5413.01.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "2903, Terrasse", "arch_name": "2903@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67032", - "roomcode": "5413.01.903", - "usage": 48 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=67048", + "area_id": 36, + "building_id": 1989, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67032, + "usage_id": 48 + }, + "5413.DG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "3001, TGA RLT", "arch_name": "3001@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67048", - "roomcode": "5413.DG.001", - "usage": 32 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=67049", + "area_id": 36, + "building_id": 1989, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67048, + "usage_id": 32 + }, + "5413.DG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "3001A, Treppe", "arch_name": "3001A@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67049", - "roomcode": "5413.DG.001A", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=67050", + "area_id": 36, + "building_id": 1989, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67049, + "usage_id": 223 + }, + "5413.DG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "3002, Technik", "arch_name": "3002@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67050", - "roomcode": "5413.DG.002", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=67052", + "area_id": 36, + "building_id": 1989, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67050, + "usage_id": 120 + }, + "5413.DG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "3003, TGA Sanit\u00e4r", "arch_name": "3003@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67052", - "roomcode": "5413.DG.003", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, DG", - "address_link": "ris.einzelraum?raumkey=67051", + "area_id": 36, + "building_id": 1989, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67052, + "usage_id": 120 + }, + "5413.DG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "3004, Technik", "arch_name": "3004@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67051", - "roomcode": "5413.DG.004", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66973", + "area_id": 36, + "building_id": 1989, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67051, + "usage_id": 120 + }, + "5413.EG.001": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66973", - "roomcode": "5413.EG.001", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66974", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66973, + "usage_id": 118 + }, + "5413.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1002, WC-Vorraum Herren", "arch_name": "1002@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66974", - "roomcode": "5413.EG.002", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66975", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66974, + "usage_id": 118 + }, + "5413.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1003, WC-Herren", "arch_name": "1003@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66975", - "roomcode": "5413.EG.003", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66976", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66975, + "usage_id": 115 + }, + "5413.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1004, WC-Damen", "arch_name": "1004@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66976", - "roomcode": "5413.EG.004", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66977", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66976, + "usage_id": 115 + }, + "5413.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1005, WC-Vorraum Damen", "arch_name": "1005@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66977", - "roomcode": "5413.EG.005", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66972", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66977, + "usage_id": 118 + }, + "5413.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1006, Beh.-WC", "arch_name": "1006@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66972", - "roomcode": "5413.EG.006", - "usage": 117 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66978", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66972, + "usage_id": 117 + }, + "5413.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1007, PuMi", "arch_name": "1007@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66978", - "roomcode": "5413.EG.007", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66970", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66978, + "usage_id": 205 + }, + "5413.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1008, Batterie", "arch_name": "1008@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66970", - "roomcode": "5413.EG.008", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66963", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66970, + "usage_id": 160 + }, + "5413.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1010, Hausanschluss", "arch_name": "1010@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66963", - "roomcode": "5413.EG.010", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66989", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66963, + "usage_id": 120 + }, + "5413.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1011, Elektro", "arch_name": "1011@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66989", - "roomcode": "5413.EG.011", - "usage": 160 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66990", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66989, + "usage_id": 160 + }, + "5413.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1012, Fernmelde", "arch_name": "1012@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66990", - "roomcode": "5413.EG.012", - "usage": 202 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66991", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66990, + "usage_id": 202 + }, + "5413.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1013, Hausanschluss/-BMZ", "arch_name": "1013@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66991", - "roomcode": "5413.EG.013", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66964", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66991, + "usage_id": 120 + }, + "5413.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1014, Gase/Fernm.", "arch_name": "1014@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66964", - "roomcode": "5413.EG.014", - "usage": 17 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66966", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66964, + "usage_id": 17 + }, + "5413.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1101, Seminarraum", "arch_name": "1101@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "extended": { - "additional_description": "1101, Seminarraum", - "address": "Ernst-Otto-Fischer-Str. 2(5413), Erdgescho\u00df", - "architect_room_nr": "1101@5413", - "area_m2": 50.41, - "building": "5413 Bayerisches NMR-Zentrum", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 30, - "standing_places": 30, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66966", - "roomcode": "5413.EG.101", - "usage": 41 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66965", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": 30, + "standing": 30, + "wheelchair": null + }, + "tumonline_id": 66966, + "usage_id": 41 + }, + "5413.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1102, Sozialraum", "arch_name": "1102@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66965", - "roomcode": "5413.EG.102", - "usage": 44 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66981", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66965, + "usage_id": 44 + }, + "5413.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1103, Lager 1", "arch_name": "1103@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66981", - "roomcode": "5413.EG.103", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66982", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66981, + "usage_id": 30 + }, + "5413.EG.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1104, Lager 2", "arch_name": "1104@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66982", - "roomcode": "5413.EG.104", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66983", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66982, + "usage_id": 30 + }, + "5413.EG.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1105, Lager 3", "arch_name": "1105@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66983", - "roomcode": "5413.EG.105", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66984", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66983, + "usage_id": 30 + }, + "5413.EG.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1106, Lager 4", "arch_name": "1106@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66984", - "roomcode": "5413.EG.106", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66958", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66984, + "usage_id": 30 + }, + "5413.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1202, S 1 Labor", "arch_name": "1202@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66958", - "roomcode": "5413.EG.201", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66953", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66958, + "usage_id": 102 + }, + "5413.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1202, S 1 Labor", "arch_name": "1202@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66953", - "roomcode": "5413.EG.202", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66954", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66953, + "usage_id": 102 + }, + "5413.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1203, S 1 Labor", "arch_name": "1203@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66954", - "roomcode": "5413.EG.203", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66955", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66954, + "usage_id": 102 + }, + "5413.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1204, S 1 Labor", "arch_name": "1204@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66955", - "roomcode": "5413.EG.204", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66956", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66955, + "usage_id": 102 + }, + "5413.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1205, S 1 Labor", "arch_name": "1205@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66956", - "roomcode": "5413.EG.205", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66957", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66956, + "usage_id": 102 + }, + "5413.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1206, S 1 Labor", "arch_name": "1206@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66957", - "roomcode": "5413.EG.206", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66987", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66957, + "usage_id": 102 + }, + "5413.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1207, Vorraum K\u00fchlzelle", "arch_name": "1207@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66987", - "roomcode": "5413.EG.207", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66986", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66987, + "usage_id": 102 + }, + "5413.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1208, K\u00fchlzelle 1", "arch_name": "1208@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66986", - "roomcode": "5413.EG.208", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66988", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66986, + "usage_id": 102 + }, + "5413.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1209, K\u00fchlzelle 2", "arch_name": "1209@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66988", - "roomcode": "5413.EG.209", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66951", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66988, + "usage_id": 102 + }, + "5413.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1210, NMR-Halle", "arch_name": "1210@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66951", - "roomcode": "5413.EG.210", - "usage": 49 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66980", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66951, + "usage_id": 49 + }, + "5413.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1211, Operator 2", "arch_name": "1211@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66980", - "roomcode": "5413.EG.211", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66979", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66980, + "usage_id": 120 + }, + "5413.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1212, Operator 1", "arch_name": "1212@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66979", - "roomcode": "5413.EG.212", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66962", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66979, + "usage_id": 120 + }, + "5413.EG.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1213, Umf\u00fcllstation", "arch_name": "1213@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66962", - "roomcode": "5413.EG.213", - "usage": 18 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66985", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66962, + "usage_id": 18 + }, + "5413.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1214, Lager 5", "arch_name": "1214@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66985", - "roomcode": "5413.EG.214", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66992", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66985, + "usage_id": 30 + }, + "5413.EG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1501, Trafo", "arch_name": "1501@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66992", - "roomcode": "5413.EG.501", - "usage": 46 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=67054", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66992, + "usage_id": 46 + }, + "5413.EG.501A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1501A, Trafo 1", "arch_name": "1501A@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67054", - "roomcode": "5413.EG.501A", - "usage": 46 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=67055", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67054, + "usage_id": 46 + }, + "5413.EG.501B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1501B, Trafo 2", "arch_name": "1501B@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67055", - "roomcode": "5413.EG.501B", - "usage": 46 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66993", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67055, + "usage_id": 46 + }, + "5413.EG.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1502, Stickstofftanks", "arch_name": "1502@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66993", - "roomcode": "5413.EG.502", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66994", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66993, + "usage_id": 30 + }, + "5413.EG.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1503, M\u00fcll", "arch_name": "1503@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66994", - "roomcode": "5413.EG.503", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66967", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66994, + "usage_id": 30 + }, + "5413.EG.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1701, Windfang", "arch_name": "1701@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66967", - "roomcode": "5413.EG.701", - "usage": 52 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66961", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66967, + "usage_id": 52 + }, + "5413.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1702, Foyer", "arch_name": "1702@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66961", - "roomcode": "5413.EG.702", - "usage": 15 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66959", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66961, + "usage_id": 15 + }, + "5413.EG.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1703, Treppenhaus 1", "arch_name": "1703@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66959", - "roomcode": "5413.EG.703", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66968", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66959, + "usage_id": 223 + }, + "5413.EG.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1704, Flur", "arch_name": "1704@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66968", - "roomcode": "5413.EG.704", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66969", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66968, + "usage_id": 222 + }, + "5413.EG.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1705, Flur", "arch_name": "1705@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66969", - "roomcode": "5413.EG.705", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66960", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66969, + "usage_id": 222 + }, + "5413.EG.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1706, Treppenhaus 2", "arch_name": "1706@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66960", - "roomcode": "5413.EG.706", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 2, EG", - "address_link": "ris.einzelraum?raumkey=66971", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66960, + "usage_id": 223 + }, + "5413.EG.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "alt_name": "1901, Aufzug", "arch_name": "1901@5413", - "b_area_id": 36, - "b_filter_id": 1989, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=31359", - "operator": "[ TUCHNMR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66971", - "roomcode": "5413.EG.901", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66197", + "area_id": 36, + "building_id": 1989, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 31359, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66971, + "usage_id": 4 + }, + "5414.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1001, Sozialraum", "arch_name": "1001@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66197", - "roomcode": "5414.01.001", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66198", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66197, + "usage_id": 44 + }, + "5414.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1002, Besprechungsraum", "arch_name": "1002@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66198", - "roomcode": "5414.01.002", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66199", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66198, + "usage_id": 196 + }, + "5414.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1003, B\u00fcro", "arch_name": "1003@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66199", - "roomcode": "5414.01.003", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66206", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66199, + "usage_id": 12 + }, + "5414.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1004, B\u00fcro", "arch_name": "1004@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66206", - "roomcode": "5414.01.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66200", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66206, + "usage_id": 12 + }, + "5414.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1005, B\u00fcro", "arch_name": "1005@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66200", - "roomcode": "5414.01.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66207", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66200, + "usage_id": 12 + }, + "5414.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1006, B\u00fcro", "arch_name": "1006@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66207", - "roomcode": "5414.01.006", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66201", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66207, + "usage_id": 12 + }, + "5414.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1007, B\u00fcro", "arch_name": "1007@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66201", - "roomcode": "5414.01.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66208", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66201, + "usage_id": 12 + }, + "5414.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1008, B\u00fcro", "arch_name": "1008@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66208", - "roomcode": "5414.01.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66202", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66208, + "usage_id": 12 + }, + "5414.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1009, B\u00fcro", "arch_name": "1009@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66202", - "roomcode": "5414.01.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66211", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66202, + "usage_id": 12 + }, + "5414.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1010, Lager", "arch_name": "1010@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66211", - "roomcode": "5414.01.010", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66210", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66211, + "usage_id": 30 + }, + "5414.01.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1010A, Kopierer", "arch_name": "1010A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66210", - "roomcode": "5414.01.010A", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66203", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66210, + "usage_id": 110 + }, + "5414.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1011, B\u00fcro", "arch_name": "1011@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66203", - "roomcode": "5414.01.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66204", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66203, + "usage_id": 12 + }, + "5414.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1012, B\u00fcro", "arch_name": "1012@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66204", - "roomcode": "5414.01.012", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66205", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66204, + "usage_id": 12 + }, + "5414.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1013, B\u00fcro", "arch_name": "1013@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66205", - "roomcode": "5414.01.013", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66212", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66205, + "usage_id": 12 + }, + "5414.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1014, B\u00fcro", "arch_name": "1014@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66212", - "roomcode": "5414.01.014", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66213", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66212, + "usage_id": 12 + }, + "5414.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1015, B\u00fcro", "arch_name": "1015@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66213", - "roomcode": "5414.01.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66214", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66213, + "usage_id": 12 + }, + "5414.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1016, B\u00fcro", "arch_name": "1016@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66214", - "roomcode": "5414.01.016", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66215", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66214, + "usage_id": 12 + }, + "5414.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1017, B\u00fcro", "arch_name": "1017@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66215", - "roomcode": "5414.01.017", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66216", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66215, + "usage_id": 12 + }, + "5414.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1018, B\u00fcro", "arch_name": "1018@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66216", - "roomcode": "5414.01.018", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66209", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66216, + "usage_id": 12 + }, + "5414.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1019, B\u00fcro", "arch_name": "1019@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66209", - "roomcode": "5414.01.019", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66217", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66209, + "usage_id": 12 + }, + "5414.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1020, B\u00fcro", "arch_name": "1020@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66217", - "roomcode": "5414.01.020", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66337", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66217, + "usage_id": 12 + }, + "5414.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1021, WC-Damen", "arch_name": "1021@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66337", - "roomcode": "5414.01.021", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66338", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66337, + "usage_id": 116 + }, + "5414.01.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1021A, WC-Vorraum Damen", "arch_name": "1021A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66338", - "roomcode": "5414.01.021A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66335", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66338, + "usage_id": 118 + }, + "5414.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1022, WC-Herren", "arch_name": "1022@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66335", - "roomcode": "5414.01.022", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66336", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66335, + "usage_id": 115 + }, + "5414.01.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1022A, WC-Vorraum Herren", "arch_name": "1022A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66336", - "roomcode": "5414.01.022A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66222", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66336, + "usage_id": 118 + }, + "5414.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1023, Lager", "arch_name": "1023@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66222", - "roomcode": "5414.01.023", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66219", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66222, + "usage_id": 30 + }, + "5414.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1024, Schweiss-Werkstatt", "arch_name": "1024@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66219", - "roomcode": "5414.01.024", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66221", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66219, + "usage_id": 51 + }, + "5414.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1025, Lager", "arch_name": "1025@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66221", - "roomcode": "5414.01.025", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66218", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66221, + "usage_id": 30 + }, + "5414.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1026, Meister B\u00fcro", "arch_name": "1026@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66218", - "roomcode": "5414.01.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66223", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66218, + "usage_id": 12 + }, + "5414.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1027, Chemielabor", "arch_name": "1027@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66223", - "roomcode": "5414.01.027", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66220", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66223, + "usage_id": 102 + }, + "5414.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1028, Werkstatt", "arch_name": "1028@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66220", - "roomcode": "5414.01.028", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66340", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66220, + "usage_id": 51 + }, + "5414.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1029, Beh.-WC", "arch_name": "1029@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66340", - "roomcode": "5414.01.029", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66339", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66340, + "usage_id": 117 + }, + "5414.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1030, Putzraum", "arch_name": "1030@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66339", - "roomcode": "5414.01.030", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66325", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66339, + "usage_id": 205 + }, + "5414.01.070A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070A, Treppe Forum", "arch_name": "1070A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66325", - "roomcode": "5414.01.070A", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66324", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66325, + "usage_id": 223 + }, + "5414.01.070B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070B, Galerie", "arch_name": "1070B@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66324", - "roomcode": "5414.01.070B", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66328", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66324, + "usage_id": 206 + }, + "5414.01.070C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070C, Flur", "arch_name": "1070C@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66328", - "roomcode": "5414.01.070C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66326", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66328, + "usage_id": 222 + }, + "5414.01.070D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070D, Flur", "arch_name": "1070D@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66326", - "roomcode": "5414.01.070D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66319", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66326, + "usage_id": 222 + }, + "5414.01.070E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070E, Flur", "arch_name": "1070E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66319", - "roomcode": "5414.01.070E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66318", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66319, + "usage_id": 222 + }, + "5414.01.070F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070F, Treppenhaus 1", "arch_name": "1070F@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66318", - "roomcode": "5414.01.070F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66320", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66318, + "usage_id": 223 + }, + "5414.01.070M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070M, Flur", "arch_name": "1070M@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66320", - "roomcode": "5414.01.070M", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66321", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66320, + "usage_id": 222 + }, + "5414.01.070N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070N, Flur", "arch_name": "1070N@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66321", - "roomcode": "5414.01.070N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66322", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66321, + "usage_id": 222 + }, + "5414.01.070O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070O, Treppenhaus 2", "arch_name": "1070O@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66322", - "roomcode": "5414.01.070O", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66327", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66322, + "usage_id": 223 + }, + "5414.01.070P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1070P, Treppenhaus 3", "arch_name": "1070P@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66327", - "roomcode": "5414.01.070P", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66323", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66327, + "usage_id": 223 + }, + "5414.01.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1090, Aufzug", "arch_name": "1090@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66323", - "roomcode": "5414.01.090", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66331", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66323, + "usage_id": 4 + }, + "5414.01.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1098A, HLSK Schacht 1", "arch_name": "1098A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66331", - "roomcode": "5414.01.098A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66332", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66331, + "usage_id": 120 + }, + "5414.01.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1098B, HLSK Schacht 2", "arch_name": "1098B@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66332", - "roomcode": "5414.01.098B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66333", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66332, + "usage_id": 120 + }, + "5414.01.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1098C, ELT.", "arch_name": "1098C@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66333", - "roomcode": "5414.01.098C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66334", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66333, + "usage_id": 160 + }, + "5414.01.098D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1098D, HLSK Schacht 3", "arch_name": "1098D@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66334", - "roomcode": "5414.01.098D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66330", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66334, + "usage_id": 120 + }, + "5414.01.098E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1098E, ELT.", "arch_name": "1098E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66330", - "roomcode": "5414.01.098E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.OG", - "address_link": "ris.einzelraum?raumkey=66329", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66330, + "usage_id": 160 + }, + "5414.01.098F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "1098F, HLSK Schacht 4", "arch_name": "1098F@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66329", - "roomcode": "5414.01.098F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66362", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66329, + "usage_id": 120 + }, + "5414.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2001, Sozialraum", "arch_name": "2001@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66362", - "roomcode": "5414.02.001", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66363", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 46275, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66362, + "usage_id": 44 + }, + "5414.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2002, Besprechungsraum", "arch_name": "2002@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": "tvKalender.wSicht?cOrg=46275&cRes=29595&cReadonly=J", - "list_index": "121", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66363", - "roomcode": "5414.02.002", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66341", + "area_id": 36, + "building_id": 1670, + "calendar_resource_nr": 29595, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66363, + "usage_id": 196 + }, + "5414.02.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2003, B\u00fcro", "arch_name": "2003@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66341", - "roomcode": "5414.02.003", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66359", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66341, + "usage_id": 12 + }, + "5414.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2004, B\u00fcro", "arch_name": "2004@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66359", - "roomcode": "5414.02.004", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66342", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66359, + "usage_id": 12 + }, + "5414.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2005, B\u00fcro", "arch_name": "2005@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66342", - "roomcode": "5414.02.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66357", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66342, + "usage_id": 12 + }, + "5414.02.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2006, B\u00fcro", "arch_name": "2006@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66357", - "roomcode": "5414.02.006", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66343", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66357, + "usage_id": 12 + }, + "5414.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2007, B\u00fcro", "arch_name": "2007@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66343", - "roomcode": "5414.02.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66356", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66343, + "usage_id": 12 + }, + "5414.02.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2008, B\u00fcro", "arch_name": "2008@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66356", - "roomcode": "5414.02.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66344", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66356, + "usage_id": 12 + }, + "5414.02.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2009, B\u00fcro", "arch_name": "2009@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66344", - "roomcode": "5414.02.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66354", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66344, + "usage_id": 12 + }, + "5414.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2010, Archiv", "arch_name": "2010@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66354", - "roomcode": "5414.02.010", - "usage": 2 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66355", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 46275, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66354, + "usage_id": 2 + }, + "5414.02.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2010A, Kopierer", "arch_name": "2010A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66355", - "roomcode": "5414.02.010A", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66345", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 46275, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66355, + "usage_id": 110 + }, + "5414.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2011, B\u00fcro", "arch_name": "2011@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66345", - "roomcode": "5414.02.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66346", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66345, + "usage_id": 12 + }, + "5414.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2012, B\u00fcro", "arch_name": "2012@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66346", - "roomcode": "5414.02.012", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66347", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66346, + "usage_id": 12 + }, + "5414.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2013, B\u00fcro", "arch_name": "2013@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66347", - "roomcode": "5414.02.013", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66348", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66347, + "usage_id": 12 + }, + "5414.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2014, B\u00fcro", "arch_name": "2014@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66348", - "roomcode": "5414.02.014", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66349", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66348, + "usage_id": 12 + }, + "5414.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2015, B\u00fcro", "arch_name": "2015@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66349", - "roomcode": "5414.02.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66350", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66349, + "usage_id": 12 + }, + "5414.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2016, B\u00fcro", "arch_name": "2016@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66350", - "roomcode": "5414.02.016", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66351", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66350, + "usage_id": 12 + }, + "5414.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2017, B\u00fcro", "arch_name": "2017@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66351", - "roomcode": "5414.02.017", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66352", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66351, + "usage_id": 12 + }, + "5414.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2018, B\u00fcro", "arch_name": "2018@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66352", - "roomcode": "5414.02.018", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66358", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66352, + "usage_id": 12 + }, + "5414.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2019, B\u00fcro", "arch_name": "2019@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66358", - "roomcode": "5414.02.019", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66353", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43589, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66358, + "usage_id": 12 + }, + "5414.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2020, B\u00fcro", "arch_name": "2020@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=46275", - "operator": "[ TUEIENS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66353", - "roomcode": "5414.02.020", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66382", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46275, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66353, + "usage_id": 12 + }, + "5414.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2021, WC-Damen", "arch_name": "2021@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66382", - "roomcode": "5414.02.021", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66383", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66382, + "usage_id": 116 + }, + "5414.02.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2021A, WC-Vorraum Damen", "arch_name": "2021A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66383", - "roomcode": "5414.02.021A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66380", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66383, + "usage_id": 118 + }, + "5414.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2022, WC-Herren", "arch_name": "2022@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66380", - "roomcode": "5414.02.022", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66381", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66380, + "usage_id": 115 + }, + "5414.02.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2022, WC-Vorraum Herren", "arch_name": "2022@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66381", - "roomcode": "5414.02.022A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66364", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66381, + "usage_id": 118 + }, + "5414.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2023, Chemie Labor", "arch_name": "2023@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66364", - "roomcode": "5414.02.023", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66360", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66364, + "usage_id": 102 + }, + "5414.02.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2024, Lager", "arch_name": "2024@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66360", - "roomcode": "5414.02.024", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66365", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66360, + "usage_id": 30 + }, + "5414.02.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2025, Chemie Labor", "arch_name": "2025@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66365", - "roomcode": "5414.02.025", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66361", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66365, + "usage_id": 102 + }, + "5414.02.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2026, Werkstatt", "arch_name": "2026@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66361", - "roomcode": "5414.02.026", - "usage": 51 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66366", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66361, + "usage_id": 51 + }, + "5414.02.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2027, Chemie Labor", "arch_name": "2027@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66366", - "roomcode": "5414.02.027", - "usage": 102 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66398", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66366, + "usage_id": 102 + }, + "5414.02.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2028, ZBV", "arch_name": "2028@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66398", - "roomcode": "5414.02.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66379", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66398, + "usage_id": 12 + }, + "5414.02.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2029, Beh.-WC", "arch_name": "2029@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66379", - "roomcode": "5414.02.029", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66378", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66379, + "usage_id": 117 + }, + "5414.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2030, Putzraum", "arch_name": "2030@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66378", - "roomcode": "5414.02.030", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66372", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66378, + "usage_id": 205 + }, + "5414.02.070A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070A, Treppe Forum", "arch_name": "2070A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66372", - "roomcode": "5414.02.070A", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66371", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66372, + "usage_id": 223 + }, + "5414.02.070B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070B, Galerie", "arch_name": "2070B@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66371", - "roomcode": "5414.02.070B", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66370", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66371, + "usage_id": 206 + }, + "5414.02.070C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070C, Flur", "arch_name": "2070C@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66370", - "roomcode": "5414.02.070C", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66374", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66370, + "usage_id": 222 + }, + "5414.02.070D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070D, Flur", "arch_name": "2070D@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66374", - "roomcode": "5414.02.070D", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66373", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66374, + "usage_id": 222 + }, + "5414.02.070E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070E, Flur", "arch_name": "2070E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66373", - "roomcode": "5414.02.070E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66367", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66373, + "usage_id": 222 + }, + "5414.02.070F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070F, Treppenhaus 1", "arch_name": "2070F@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66367", - "roomcode": "5414.02.070F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66375", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66367, + "usage_id": 223 + }, + "5414.02.070M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070M, Flur", "arch_name": "2070M@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66375", - "roomcode": "5414.02.070M", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66376", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66375, + "usage_id": 222 + }, + "5414.02.070N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070N, Flur", "arch_name": "2070N@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66376", - "roomcode": "5414.02.070N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66368", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66376, + "usage_id": 222 + }, + "5414.02.070O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070O, Treppenhaus 2", "arch_name": "2070O@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66368", - "roomcode": "5414.02.070O", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66369", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66368, + "usage_id": 223 + }, + "5414.02.070P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2070P, Treppenhaus 3", "arch_name": "2070P@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66369", - "roomcode": "5414.02.070P", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66377", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66369, + "usage_id": 223 + }, + "5414.02.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2090, Aufzug", "arch_name": "2090@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66377", - "roomcode": "5414.02.090", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66386", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66377, + "usage_id": 4 + }, + "5414.02.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2098A, HLSK Schacht 1", "arch_name": "2098A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66386", - "roomcode": "5414.02.098A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66385", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66386, + "usage_id": 120 + }, + "5414.02.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2098B, HLSK Schacht 2", "arch_name": "2098B@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66385", - "roomcode": "5414.02.098B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66384", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66385, + "usage_id": 120 + }, + "5414.02.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2098C, ELT.", "arch_name": "2098C@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66384", - "roomcode": "5414.02.098C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66387", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66384, + "usage_id": 160 + }, + "5414.02.098D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2098D, HLSK Schacht 3", "arch_name": "2098D@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66387", - "roomcode": "5414.02.098D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66388", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66387, + "usage_id": 120 + }, + "5414.02.098E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2098E, ELT.", "arch_name": "2098E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66388", - "roomcode": "5414.02.098E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 2.OG", - "address_link": "ris.einzelraum?raumkey=66389", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66388, + "usage_id": 160 + }, + "5414.02.098F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "2098F, HLSK Schacht 4", "arch_name": "2098F@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66389", - "roomcode": "5414.02.098F", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, DG", - "address_link": "ris.einzelraum?raumkey=66430", + "area_id": 36, + "building_id": 1670, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66389, + "usage_id": 120 + }, + "5414.DG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "3001, Technik RLT", "arch_name": "3001@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66430", - "roomcode": "5414.DG.001", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4a, DG", - "address_link": "ris.einzelraum?raumkey=66434", + "area_id": 36, + "building_id": 1670, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66430, + "usage_id": 32 + }, + "5414.DG.070N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "3070N, Flur", "arch_name": "3070N@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66434", - "roomcode": "5414.DG.070N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, DG", - "address_link": "ris.einzelraum?raumkey=66433", + "area_id": 36, + "building_id": 1670, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66434, + "usage_id": 222 + }, + "5414.DG.070O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "3070O, Treppenhaus 2", "arch_name": "3070O@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66433", - "roomcode": "5414.DG.070O", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, DG", - "address_link": "ris.einzelraum?raumkey=66432", + "area_id": 36, + "building_id": 1670, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66433, + "usage_id": 223 + }, + "5414.DG.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "3091, Aufzug", "arch_name": "3091@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66432", - "roomcode": "5414.DG.090", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 4a, DG", - "address_link": "ris.einzelraum?raumkey=66431", + "area_id": 36, + "building_id": 1670, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66432, + "usage_id": 195 + }, + "5414.DG.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "3091, Maschinenraum", "arch_name": "3091@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66431", - "roomcode": "5414.DG.091", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65318", + "area_id": 36, + "building_id": 1670, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66431, + "usage_id": 32 + }, + "5414.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0001, ZEI-Seminarraum", "arch_name": "0001@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=28492&cReadonly=J", - "extended": { - "additional_description": "0001, ZEI-Seminarraum", - "address": "Lichtenbergstr. 4a(5414), Erdgescho\u00df", - "architect_room_nr": "0001@5414", - "area_m2": 178.51, - "building": "5414 Zentrum f\u00fcr Energie u. Information (ZEI)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 88, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65318", - "roomcode": "5414.EG.001", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65319", + "area_id": 36, + "building_id": 1670, + "calendar_resource_nr": 28492, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 88, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65318, + "usage_id": 41 + }, + "5414.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0002, Seminarraum", "arch_name": "0002@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": "tvKalender.wSicht?cOrg=43590&cRes=28692&cReadonly=J", - "extended": { - "additional_description": "0002, Seminarraum", - "address": "Lichtenbergstr. 4a(5414), Erdgescho\u00df", - "architect_room_nr": "0002@5414", - "area_m2": 50.53, - "building": "5414 Zentrum f\u00fcr Energie u. Information (ZEI)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65319", - "roomcode": "5414.EG.002", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65320", + "area_id": 36, + "building_id": 1670, + "calendar_resource_nr": 28692, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65319, + "usage_id": 41 + }, + "5414.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0003, Seminarraum", "arch_name": "0003@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": "tvKalender.wSicht?cOrg=43590&cRes=28693&cReadonly=J", - "extended": { - "additional_description": "0003, Seminarraum", - "address": "Lichtenbergstr. 4a(5414), Erdgescho\u00df", - "architect_room_nr": "0003@5414", - "area_m2": 57.01, - "building": "5414 Zentrum f\u00fcr Energie u. Information (ZEI)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65320", - "roomcode": "5414.EG.003", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65334", + "area_id": 36, + "building_id": 1670, + "calendar_resource_nr": 28693, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65320, + "usage_id": 41 + }, + "5414.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0004, WC-Damen", "arch_name": "0004@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65334", - "roomcode": "5414.EG.004", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65335", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65334, + "usage_id": 116 + }, + "5414.EG.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0004A, WC-Vorraum Damen", "arch_name": "0004A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65335", - "roomcode": "5414.EG.004A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65339", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65335, + "usage_id": 118 + }, + "5414.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0005, Beh.-WC", "arch_name": "0005@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65339", - "roomcode": "5414.EG.005", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65341", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65339, + "usage_id": 117 + }, + "5414.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0006, WC-Herren", "arch_name": "0006@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65341", - "roomcode": "5414.EG.006", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65340", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65341, + "usage_id": 115 + }, + "5414.EG.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0006A, WC-Vorraum Herren", "arch_name": "0006A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65340", - "roomcode": "5414.EG.006A", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65342", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65340, + "usage_id": 118 + }, + "5414.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0007, M\u00fcllraum", "arch_name": "0007@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65342", - "roomcode": "5414.EG.007", - "usage": 215 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=66196", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65342, + "usage_id": 215 + }, + "5414.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0008, Putzraum", "arch_name": "0008@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66196", - "roomcode": "5414.EG.008", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65343", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66196, + "usage_id": 205 + }, + "5414.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0009, 1. Hilferaum", "arch_name": "0009@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65343", - "roomcode": "5414.EG.009", - "usage": 178 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65344", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65343, + "usage_id": 178 + }, + "5414.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0010, Lager", "arch_name": "0010@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65344", - "roomcode": "5414.EG.010", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65323", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65344, + "usage_id": 30 + }, + "5414.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070, Forumshalle", "arch_name": "0070@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65323", - "roomcode": "5414.EG.070", - "usage": 15 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65325", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65323, + "usage_id": 15 + }, + "5414.EG.070A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070A, Treppe", "arch_name": "0070A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65325", - "roomcode": "5414.EG.070A", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65330", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65325, + "usage_id": 223 + }, + "5414.EG.070E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070E, Flur", "arch_name": "0070E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65330", - "roomcode": "5414.EG.070E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65332", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65330, + "usage_id": 222 + }, + "5414.EG.070F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070F, Treppenhaus 1", "arch_name": "0070F@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65332", - "roomcode": "5414.EG.070F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65329", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65332, + "usage_id": 223 + }, + "5414.EG.070G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070G, Erschlie\u00dfung-Galerie", "arch_name": "0070G@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65329", - "roomcode": "5414.EG.070G", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65326", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65329, + "usage_id": 206 + }, + "5414.EG.070H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070H, Treppe", "arch_name": "0070H@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65326", - "roomcode": "5414.EG.070H", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65327", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65326, + "usage_id": 223 + }, + "5414.EG.070I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070I, Treppe", "arch_name": "0070I@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65327", - "roomcode": "5414.EG.070I", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65328", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65327, + "usage_id": 223 + }, + "5414.EG.070J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070J, Erschlie\u00dfung-Galerie", "arch_name": "0070J@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65328", - "roomcode": "5414.EG.070J", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65331", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65328, + "usage_id": 206 + }, + "5414.EG.070N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070N, Flur", "arch_name": "0070N@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65331", - "roomcode": "5414.EG.070N", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65333", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65331, + "usage_id": 222 + }, + "5414.EG.070O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070O, Treppenhaus 2", "arch_name": "0070O@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65333", - "roomcode": "5414.EG.070O", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65322", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65333, + "usage_id": 223 + }, + "5414.EG.070P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0070P, Treppenhaus 3", "arch_name": "0070P@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65322", - "roomcode": "5414.EG.070P", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65324", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65322, + "usage_id": 223 + }, + "5414.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0071, Windfang", "arch_name": "0071@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65324", - "roomcode": "5414.EG.071", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65347", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65324, + "usage_id": 52 + }, + "5414.EG.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0090, Aufzug", "arch_name": "0090@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65347", - "roomcode": "5414.EG.090", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65336", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65347, + "usage_id": 4 + }, + "5414.EG.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0098A, HLSK", "arch_name": "0098A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65336", - "roomcode": "5414.EG.098A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65337", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65336, + "usage_id": 120 + }, + "5414.EG.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0098B, HLSK", "arch_name": "0098B@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65337", - "roomcode": "5414.EG.098B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65338", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65337, + "usage_id": 120 + }, + "5414.EG.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0098C, ELT", "arch_name": "0098C@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65338", - "roomcode": "5414.EG.098C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65346", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65338, + "usage_id": 160 + }, + "5414.EG.098D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0098D, HLSK", "arch_name": "0098D@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65346", - "roomcode": "5414.EG.098D", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, EG", - "address_link": "ris.einzelraum?raumkey=65321", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65346, + "usage_id": 120 + }, + "5414.EG.098E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "0098E, ELT", "arch_name": "0098E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65321", - "roomcode": "5414.EG.098E", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66390", + "area_id": 36, + "building_id": 1670, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65321, + "usage_id": 160 + }, + "5414.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U001, Simulations-Labor", "arch_name": "U001@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66390", - "roomcode": "5414.U1.001", - "usage": 49 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66394", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66390, + "usage_id": 49 + }, + "5414.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U005, NR-Labor", "arch_name": "U005@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66394", - "roomcode": "5414.U1.002", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66393", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66394, + "usage_id": 103 + }, + "5414.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U003, EDV", "arch_name": "U003@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66393", - "roomcode": "5414.U1.003", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66392", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66393, + "usage_id": 207 + }, + "5414.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U004, Niederspannung", "arch_name": "U004@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66392", - "roomcode": "5414.U1.004", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66391", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66392, + "usage_id": 160 + }, + "5414.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U005, NR-Labor", "arch_name": "U005@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66391", - "roomcode": "5414.U1.005", - "usage": 103 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66423", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66391, + "usage_id": 103 + }, + "5414.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U009, Putzraum", "arch_name": "U009@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66423", - "roomcode": "5414.U1.009", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66408", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66423, + "usage_id": 205 + }, + "5414.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U010, Mittelspannung", "arch_name": "U010@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66408", - "roomcode": "5414.U1.010", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66407", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66408, + "usage_id": 160 + }, + "5414.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U011, Niederspannung", "arch_name": "U011@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66407", - "roomcode": "5414.U1.011", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66406", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66407, + "usage_id": 160 + }, + "5414.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U012, Notstrom", "arch_name": "U012@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66406", - "roomcode": "5414.U1.012", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66405", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66406, + "usage_id": 160 + }, + "5414.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U014, Sanit\u00e4r Zentrale", "arch_name": "U014@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66405", - "roomcode": "5414.U1.014", - "usage": 182 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66404", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66405, + "usage_id": 182 + }, + "5414.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U015, TWK/Erdgas \u00dcbergabe", "arch_name": "U015@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66404", - "roomcode": "5414.U1.015", - "usage": 17 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66400", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66404, + "usage_id": 17 + }, + "5414.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U016, Server 2", "arch_name": "U016@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66400", - "roomcode": "5414.U1.016", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66399", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66400, + "usage_id": 207 + }, + "5414.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U017, Server 1", "arch_name": "U017@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66399", - "roomcode": "5414.U1.017", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66397", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66399, + "usage_id": 207 + }, + "5414.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U018, LRZ-Verteilerknoten", "arch_name": "U018@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66397", - "roomcode": "5414.U1.018", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66396", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66397, + "usage_id": 120 + }, + "5414.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U019, SIBE", "arch_name": "U019@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66396", - "roomcode": "5414.U1.019", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66395", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66396, + "usage_id": 12 + }, + "5414.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U020, BMZ", "arch_name": "U020@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66395", - "roomcode": "5414.U1.020", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66403", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66395, + "usage_id": 120 + }, + "5414.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U022, Heizung/K\u00e4ltezentrale", "arch_name": "U022@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66403", - "roomcode": "5414.U1.021", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66402", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66403, + "usage_id": 201 + }, + "5414.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U022, Druckluftzentrale", "arch_name": "U022@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66402", - "roomcode": "5414.U1.022", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66401", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66402, + "usage_id": 32 + }, + "5414.U1.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U023, PM Zentrale", "arch_name": "U023@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66401", - "roomcode": "5414.U1.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66421", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66401, + "usage_id": 12 + }, + "5414.U1.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U024, Dusche-Damen", "arch_name": "U024@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66421", - "roomcode": "5414.U1.024", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66422", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66421, + "usage_id": 113 + }, + "5414.U1.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U025, WC-Damen", "arch_name": "U025@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66422", - "roomcode": "5414.U1.025", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66420", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66422, + "usage_id": 116 + }, + "5414.U1.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U026, WC-Herren", "arch_name": "U026@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66420", - "roomcode": "5414.U1.026", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66419", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66420, + "usage_id": 115 + }, + "5414.U1.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U027, Dusche-Herren", "arch_name": "U027@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66419", - "roomcode": "5414.U1.027", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66414", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66419, + "usage_id": 113 + }, + "5414.U1.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U050, Trafo 1 Lab.", "arch_name": "U050@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66414", - "roomcode": "5414.U1.050", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66415", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66414, + "usage_id": 160 + }, + "5414.U1.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U051, Trafo 2 Lab.", "arch_name": "U051@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66415", - "roomcode": "5414.U1.051", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66416", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66415, + "usage_id": 160 + }, + "5414.U1.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U052, Trafo 3 Lab.", "arch_name": "U052@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66416", - "roomcode": "5414.U1.052", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66417", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66416, + "usage_id": 160 + }, + "5414.U1.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U053, Trafo 4 Lab.", "arch_name": "U053@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66417", - "roomcode": "5414.U1.053", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66418", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66417, + "usage_id": 160 + }, + "5414.U1.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U054, Trafo 5 Lab.", "arch_name": "U054@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66418", - "roomcode": "5414.U1.054", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66412", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66418, + "usage_id": 160 + }, + "5414.U1.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U055, Mittelspannung", "arch_name": "U055@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66412", - "roomcode": "5414.U1.055", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66427", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66412, + "usage_id": 160 + }, + "5414.U1.070E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U070E, Flur-Technik", "arch_name": "U070E@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66427", - "roomcode": "5414.U1.070E", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66424", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66427, + "usage_id": 222 + }, + "5414.U1.070F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U070F, Treppenhaus 1", "arch_name": "U070F@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66424", - "roomcode": "5414.U1.070F", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66426", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66424, + "usage_id": 223 + }, + "5414.U1.070H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U070H, Treppe Labor", "arch_name": "U070H@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66426", - "roomcode": "5414.U1.070H", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66428", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66426, + "usage_id": 223 + }, + "5414.U1.070M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U070M, Flur", "arch_name": "U070M@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66428", - "roomcode": "5414.U1.070M", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66425", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66428, + "usage_id": 222 + }, + "5414.U1.070N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U070N, Treppenhaus 2", "arch_name": "U070N@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66425", - "roomcode": "5414.U1.070N", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66429", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66425, + "usage_id": 223 + }, + "5414.U1.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U090, Aufzug Schacht", "arch_name": "U090@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66429", - "roomcode": "5414.U1.090", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66409", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66429, + "usage_id": 195 + }, + "5414.U1.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U098A, HLSK Schacht 1", "arch_name": "U098A@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66409", - "roomcode": "5414.U1.098A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66410", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66409, + "usage_id": 120 + }, + "5414.U1.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U098B, HLSK Schacht 2", "arch_name": "U098B@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66410", - "roomcode": "5414.U1.098B", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66411", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66410, + "usage_id": 120 + }, + "5414.U1.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U098C, ELT", "arch_name": "U098C@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66411", - "roomcode": "5414.U1.098C", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 4a, 1.UG", - "address_link": "ris.einzelraum?raumkey=66413", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66411, + "usage_id": 160 + }, + "5414.U1.098D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "alt_name": "U098D, HLSK Schacht 3", "arch_name": "U098D@5414", - "b_area_id": 36, - "b_filter_id": 1670, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66413", - "roomcode": "5414.U1.098D", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71234", + "area_id": 36, + "building_id": 1670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66413, + "usage_id": 120 + }, + "5415.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.003, Kommunikationsraum", "arch_name": "01.003@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71234", - "roomcode": "5415.01.003", - "usage": 196 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71235", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71234, + "usage_id": 196 + }, + "5415.01.004": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71235", - "roomcode": "5415.01.004", - "usage": 198 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71232", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71235, + "usage_id": 198 + }, + "5415.01.005": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71232", - "roomcode": "5415.01.005", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71161", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71232, + "usage_id": 12 + }, + "5415.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.006, Sekretariat", "arch_name": "01.006@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71161", - "roomcode": "5415.01.006", - "usage": 40 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71121", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71161, + "usage_id": 40 + }, + "5415.01.007": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71121", - "roomcode": "5415.01.007", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71122", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71121, + "usage_id": 12 + }, + "5415.01.008": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71122", - "roomcode": "5415.01.008", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71125", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71122, + "usage_id": 12 + }, + "5415.01.009": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71125", - "roomcode": "5415.01.009", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71126", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71125, + "usage_id": 12 + }, + "5415.01.010": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71126", - "roomcode": "5415.01.010", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71127", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71126, + "usage_id": 12 + }, + "5415.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.011, Sekretariat", "arch_name": "01.011@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71127", - "roomcode": "5415.01.011", - "usage": 40 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71128", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71127, + "usage_id": 40 + }, + "5415.01.012": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71128", - "roomcode": "5415.01.012", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71129", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71128, + "usage_id": 12 + }, + "5415.01.013": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71129", - "roomcode": "5415.01.013", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71130", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71129, + "usage_id": 12 + }, + "5415.01.014": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71130", - "roomcode": "5415.01.014", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71256", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71130, + "usage_id": 12 + }, + "5415.01.015": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71256", - "roomcode": "5415.01.015", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71257", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71256, + "usage_id": 12 + }, + "5415.01.016": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71257", - "roomcode": "5415.01.016", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71258", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71257, + "usage_id": 103 + }, + "5415.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.017, Kopierraum", "arch_name": "01.017@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71258", - "roomcode": "5415.01.017", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71164", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71258, + "usage_id": 110 + }, + "5415.01.018": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71164", - "roomcode": "5415.01.018", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71165", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71164, + "usage_id": 102 + }, + "5415.01.019": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71165", - "roomcode": "5415.01.019", - "usage": 18 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71253", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71165, + "usage_id": 18 + }, + "5415.01.020": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71253", - "roomcode": "5415.01.020", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71166", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71253, + "usage_id": 102 + }, + "5415.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.021, Nasslabore", "arch_name": "01.021@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71166", - "roomcode": "5415.01.021", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71168", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71166, + "usage_id": 102 + }, + "5415.01.022": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71168", - "roomcode": "5415.01.022", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71259", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71168, + "usage_id": 102 + }, + "5415.01.023": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71259", - "roomcode": "5415.01.023", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71145", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71259, + "usage_id": 103 + }, + "5415.01.024": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71145", - "roomcode": "5415.01.024", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71146", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71145, + "usage_id": 102 + }, + "5415.01.025": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71146", - "roomcode": "5415.01.025", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71255", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71146, + "usage_id": 102 + }, + "5415.01.026": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71255", - "roomcode": "5415.01.026", - "usage": 18 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71170", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71255, + "usage_id": 18 + }, + "5415.01.027": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71170", - "roomcode": "5415.01.027", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71169", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71170, + "usage_id": 102 + }, + "5415.01.028": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71169", - "roomcode": "5415.01.028", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71263", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71169, + "usage_id": 103 + }, + "5415.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.029, Medienlabor", "arch_name": "01.029@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71263", - "roomcode": "5415.01.029", - "usage": 194 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71178", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71263, + "usage_id": 194 + }, + "5415.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.030, Lager", "arch_name": "01.030@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71178", - "roomcode": "5415.01.030", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71185", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71178, + "usage_id": 30 + }, + "5415.01.031": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71185", - "roomcode": "5415.01.031", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71186", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71185, + "usage_id": 102 + }, + "5415.01.032": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71186", - "roomcode": "5415.01.032", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71264", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71186, + "usage_id": 102 + }, + "5415.01.033": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71264", - "roomcode": "5415.01.033", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71148", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71264, + "usage_id": 103 + }, + "5415.01.034": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71148", - "roomcode": "5415.01.034", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71150", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71148, + "usage_id": 102 + }, + "5415.01.035": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71150", - "roomcode": "5415.01.035", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71266", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71150, + "usage_id": 102 + }, + "5415.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.037, Kopierraum", "arch_name": "01.037@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71266", - "roomcode": "5415.01.037", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71317", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71266, + "usage_id": 110 + }, + "5415.01.038": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71317", - "roomcode": "5415.01.038", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71189", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71317, + "usage_id": 102 + }, + "5415.01.039": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71189", - "roomcode": "5415.01.039", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71190", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71189, + "usage_id": 102 + }, + "5415.01.040": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71190", - "roomcode": "5415.01.040", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71183", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71190, + "usage_id": 102 + }, + "5415.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.041, Putzmittel", "arch_name": "01.041@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71183", - "roomcode": "5415.01.041", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71152", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71183, + "usage_id": 205 + }, + "5415.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.042, Kopierraum", "arch_name": "01.042@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71152", - "roomcode": "5415.01.042", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71160", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71152, + "usage_id": 110 + }, + "5415.01.043": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=23185", - "operator": "[ TUCHOC9 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71160", - "roomcode": "5415.01.043", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71179", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 23185, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71160, + "usage_id": 12 + }, + "5415.01.070": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71179", - "roomcode": "5415.01.070", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71180", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71179, + "usage_id": 118 + }, + "5415.01.071": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71180", - "roomcode": "5415.01.071", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71151", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71180, + "usage_id": 116 + }, + "5415.01.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.072, Dusche", "arch_name": "01.072@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71151", - "roomcode": "5415.01.072", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71181", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71151, + "usage_id": 116 + }, + "5415.01.073": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71181", - "roomcode": "5415.01.073", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71182", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71181, + "usage_id": 118 + }, + "5415.01.074": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71182", - "roomcode": "5415.01.074", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71233", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71182, + "usage_id": 115 + }, + "5415.01.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.701A, Flur", "arch_name": "01.701A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71233", - "roomcode": "5415.01.701A", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71123", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71233, + "usage_id": 222 + }, + "5415.01.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.701B, Flur", "arch_name": "01.701B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71123", - "roomcode": "5415.01.701B", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71153", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71123, + "usage_id": 222 + }, + "5415.01.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.701C, Flur", "arch_name": "01.701C@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71153", - "roomcode": "5415.01.701C", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71124", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71153, + "usage_id": 222 + }, + "5415.01.702": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71124", - "roomcode": "5415.01.702", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71162", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71124, + "usage_id": 195 + }, + "5415.01.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.710, Treppenhaus", "arch_name": "01.710@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71162", - "roomcode": "5415.01.710", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71147", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71162, + "usage_id": 223 + }, + "5415.01.711A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.711A, Flur", "arch_name": "01.711A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71147", - "roomcode": "5415.01.711A", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71254", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71147, + "usage_id": 222 + }, + "5415.01.711B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.711B, Gardarobe", "arch_name": "01.711B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71254", - "roomcode": "5415.01.711B", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71167", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71254, + "usage_id": 121 + }, + "5415.01.712": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.712, Flur", "arch_name": "01.712@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71167", - "roomcode": "5415.01.712", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71175", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71167, + "usage_id": 222 + }, + "5415.01.720": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.720, Treppenhaus", "arch_name": "01.720@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71175", - "roomcode": "5415.01.720", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71261", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71175, + "usage_id": 223 + }, + "5415.01.721": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71261", - "roomcode": "5415.01.721", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71174", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71261, + "usage_id": 195 + }, + "5415.01.722": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.722, Flur", "arch_name": "01.722@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71174", - "roomcode": "5415.01.722", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71144", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71174, + "usage_id": 222 + }, + "5415.01.723": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.723, Flur", "arch_name": "01.723@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71144", - "roomcode": "5415.01.723", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71149", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71144, + "usage_id": 222 + }, + "5415.01.724": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.724, Flur", "arch_name": "01.724@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71149", - "roomcode": "5415.01.724", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71265", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71149, + "usage_id": 222 + }, + "5415.01.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.725, Flur", "arch_name": "01.725@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71265", - "roomcode": "5415.01.725", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71230", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71265, + "usage_id": 222 + }, + "5415.01.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.730, Treppenhaus", "arch_name": "01.730@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71230", - "roomcode": "5415.01.730", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71120", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71230, + "usage_id": 223 + }, + "5415.01.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.731, Flur", "arch_name": "01.731@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71120", - "roomcode": "5415.01.731", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71188", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71120, + "usage_id": 222 + }, + "5415.01.732A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.732A, Flur", "arch_name": "01.732A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71188", - "roomcode": "5415.01.732A", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71187", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71188, + "usage_id": 222 + }, + "5415.01.732B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.732B, Gardarobe", "arch_name": "01.732B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71187", - "roomcode": "5415.01.732B", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71267", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71187, + "usage_id": 121 + }, + "5415.01.732C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "01.732C, Gardarobe", "arch_name": "01.732C@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71267", - "roomcode": "5415.01.732C", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71143", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71267, + "usage_id": 121 + }, + "5415.01.812": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71143", - "roomcode": "5415.01.812", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71184", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71143, + "usage_id": 120 + }, + "5415.01.832": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71184", - "roomcode": "5415.01.832", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71163", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71184, + "usage_id": 120 + }, + "5415.01.910": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71163", - "roomcode": "5415.01.910", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71260", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71163, + "usage_id": 120 + }, + "5415.01.911": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71260", - "roomcode": "5415.01.911", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71176", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71260, + "usage_id": 120 + }, + "5415.01.920A": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71176", - "roomcode": "5415.01.920A", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71177", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71176, + "usage_id": 120 + }, + "5415.01.920B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71177", - "roomcode": "5415.01.920B", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71262", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71177, + "usage_id": 120 + }, + "5415.01.921": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71262", - "roomcode": "5415.01.921", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=71231", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71262, + "usage_id": 120 + }, + "5415.01.930": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71231", - "roomcode": "5415.01.930", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71236", + "area_id": 36, + "building_id": 2729, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71231, + "usage_id": 120 + }, + "5415.02.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.003, Besprechungsraum", "arch_name": "02.003@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71236", - "roomcode": "5415.02.003", - "usage": 196 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71237", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71236, + "usage_id": 196 + }, + "5415.02.004": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71237", - "roomcode": "5415.02.004", - "usage": 198 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71193", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71237, + "usage_id": 198 + }, + "5415.02.005": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71193", - "roomcode": "5415.02.005", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71194", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71193, + "usage_id": 12 + }, + "5415.02.006": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71194", - "roomcode": "5415.02.006", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71195", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71194, + "usage_id": 12 + }, + "5415.02.007": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71195", - "roomcode": "5415.02.007", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71196", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71195, + "usage_id": 12 + }, + "5415.02.008": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71196", - "roomcode": "5415.02.008", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71270", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71196, + "usage_id": 12 + }, + "5415.02.009": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=49597&cRes=33572&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71270", - "roomcode": "5415.02.009", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71271", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 33572, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71270, + "usage_id": 12 + }, + "5415.02.010": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=49597&cRes=33573&cReadonly=J", - "list_index": "154", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71271", - "roomcode": "5415.02.010", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71268", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 33573, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71271, + "usage_id": 12 + }, + "5415.02.011": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=49597&cRes=33574&cReadonly=J", - "list_index": "155", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71268", - "roomcode": "5415.02.011", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71269", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 33574, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71268, + "usage_id": 12 + }, + "5415.02.012": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=49597&cRes=33575&cReadonly=J", - "list_index": "156", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71269", - "roomcode": "5415.02.012", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71238", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 33575, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71269, + "usage_id": 12 + }, + "5415.02.013": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=49597&cRes=33576&cReadonly=J", - "list_index": "157", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71238", - "roomcode": "5415.02.013", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71239", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 33576, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71238, + "usage_id": 12 + }, + "5415.02.014": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71239", - "roomcode": "5415.02.014", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71154", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71239, + "usage_id": 12 + }, + "5415.02.015": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71154", - "roomcode": "5415.02.015", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71241", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71154, + "usage_id": 12 + }, + "5415.02.016": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71241", - "roomcode": "5415.02.016", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71242", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71241, + "usage_id": 103 + }, + "5415.02.017": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71242", - "roomcode": "5415.02.017", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71091", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71242, + "usage_id": 103 + }, + "5415.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.018, Kopierraum", "arch_name": "02.018@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71091", - "roomcode": "5415.02.018", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71321", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71091, + "usage_id": 110 + }, + "5415.02.019": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71321", - "roomcode": "5415.02.019", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71322", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71321, + "usage_id": 102 + }, + "5415.02.020": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71322", - "roomcode": "5415.02.020", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71205", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71322, + "usage_id": 30 + }, + "5415.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.021, Nasslabor", "arch_name": "02.021@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71205", - "roomcode": "5415.02.021", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71201", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71205, + "usage_id": 102 + }, + "5415.02.022": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71201", - "roomcode": "5415.02.022", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71171", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71201, + "usage_id": 103 + }, + "5415.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.023, Lichtmikroskopie", "arch_name": "02.023@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71171", - "roomcode": "5415.02.023", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71172", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71171, + "usage_id": 102 + }, + "5415.02.024": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71172", - "roomcode": "5415.02.024", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71173", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71172, + "usage_id": 102 + }, + "5415.02.025": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71173", - "roomcode": "5415.02.025", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71206", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71173, + "usage_id": 30 + }, + "5415.02.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.026, Nasslabor", "arch_name": "02.026@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71206", - "roomcode": "5415.02.026", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71092", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71206, + "usage_id": 102 + }, + "5415.02.027": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71092", - "roomcode": "5415.02.027", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71203", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71092, + "usage_id": 102 + }, + "5415.02.028": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71203", - "roomcode": "5415.02.028", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71375", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71203, + "usage_id": 103 + }, + "5415.02.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.029, Medienlabor", "arch_name": "02.029@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71375", - "roomcode": "5415.02.029", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71319", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71375, + "usage_id": 103 + }, + "5415.02.030": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71319", - "roomcode": "5415.02.030", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71329", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71319, + "usage_id": 102 + }, + "5415.02.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.031A, Generatorraum", "arch_name": "02.031A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71329", - "roomcode": "5415.02.031A", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71302", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71329, + "usage_id": 120 + }, + "5415.02.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.031B, Technik", "arch_name": "02.031B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71302", - "roomcode": "5415.02.031B", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71359", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71302, + "usage_id": 120 + }, + "5415.02.032": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71359", - "roomcode": "5415.02.032", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71320", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71359, + "usage_id": 103 + }, + "5415.02.033": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71320", - "roomcode": "5415.02.033", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71376", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71320, + "usage_id": 103 + }, + "5415.02.034": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71376", - "roomcode": "5415.02.034", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71291", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71376, + "usage_id": 30 + }, + "5415.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.035, Lager", "arch_name": "02.035@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71291", - "roomcode": "5415.02.035", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71357", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71291, + "usage_id": 30 + }, + "5415.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.037, Kopierraum", "arch_name": "02.037@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71357", - "roomcode": "5415.02.037", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71303", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71357, + "usage_id": 110 + }, + "5415.02.038A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.038A, Radionuklidlabor", "arch_name": "02.038A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71303", - "roomcode": "5415.02.038A", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71304", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71303, + "usage_id": 102 + }, + "5415.02.038B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.038B, Radionuklidlabor", "arch_name": "02.038B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71304", - "roomcode": "5415.02.038B", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71305", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71304, + "usage_id": 102 + }, + "5415.02.039": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71305", - "roomcode": "5415.02.039", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71360", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71305, + "usage_id": 102 + }, + "5415.02.040": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71360", - "roomcode": "5415.02.040", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71299", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71360, + "usage_id": 102 + }, + "5415.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.041, Putzraum", "arch_name": "02.041@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71299", - "roomcode": "5415.02.041", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71361", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71299, + "usage_id": 205 + }, + "5415.02.042": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71361", - "roomcode": "5415.02.042", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71295", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71361, + "usage_id": 12 + }, + "5415.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.043, Kopierraum", "arch_name": "02.043@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71295", - "roomcode": "5415.02.043", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71306", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71295, + "usage_id": 110 + }, + "5415.02.044": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=14714", - "operator": "[ TUCHOC3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71306", - "roomcode": "5415.02.044", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71293", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14714, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71306, + "usage_id": 12 + }, + "5415.02.070": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71293", - "roomcode": "5415.02.070", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71297", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71293, + "usage_id": 118 + }, + "5415.02.071": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71297", - "roomcode": "5415.02.071", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71294", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71297, + "usage_id": 116 + }, + "5415.02.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.072, Dusche", "arch_name": "02.072@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71294", - "roomcode": "5415.02.072", - "usage": 113 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71292", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71294, + "usage_id": 113 + }, + "5415.02.073": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71292", - "roomcode": "5415.02.073", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71296", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71292, + "usage_id": 118 + }, + "5415.02.074": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71296", - "roomcode": "5415.02.074", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71198", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71296, + "usage_id": 115 + }, + "5415.02.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.701A, Flur", "arch_name": "02.701A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71198", - "roomcode": "5415.02.701A", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71197", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71198, + "usage_id": 222 + }, + "5415.02.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.701B, Flur", "arch_name": "02.701B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71197", - "roomcode": "5415.02.701B", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71272", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71197, + "usage_id": 222 + }, + "5415.02.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.701C, Flur", "arch_name": "02.701C@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71272", - "roomcode": "5415.02.701C", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71273", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71272, + "usage_id": 222 + }, + "5415.02.702": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71273", - "roomcode": "5415.02.702", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71155", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71273, + "usage_id": 195 + }, + "5415.02.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.710, Treppenhaus", "arch_name": "02.710@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71155", - "roomcode": "5415.02.710", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71199", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71155, + "usage_id": 223 + }, + "5415.02.711": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.711, Flur", "arch_name": "02.711@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71199", - "roomcode": "5415.02.711", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71200", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71199, + "usage_id": 222 + }, + "5415.02.711B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.711B, Gardarobe", "arch_name": "02.711B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71200", - "roomcode": "5415.02.711B", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71202", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71200, + "usage_id": 121 + }, + "5415.02.712": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.712, Flur", "arch_name": "02.712@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71202", - "roomcode": "5415.02.712", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71318", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71202, + "usage_id": 222 + }, + "5415.02.720": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.720, Treppenhaus", "arch_name": "02.720@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71318", - "roomcode": "5415.02.720", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71374", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71318, + "usage_id": 223 + }, + "5415.02.721": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71374", - "roomcode": "5415.02.721", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71204", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71374, + "usage_id": 195 + }, + "5415.02.722": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.722, Flur", "arch_name": "02.722@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71204", - "roomcode": "5415.02.722", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71290", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71204, + "usage_id": 222 + }, + "5415.02.723": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.723, Flur", "arch_name": "02.723@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71290", - "roomcode": "5415.02.723", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71373", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71290, + "usage_id": 222 + }, + "5415.02.724": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.724, Flur", "arch_name": "02.724@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71373", - "roomcode": "5415.02.724", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71338", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71373, + "usage_id": 222 + }, + "5415.02.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.725, Flur", "arch_name": "02.725@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71338", - "roomcode": "5415.02.725", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71307", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71338, + "usage_id": 222 + }, + "5415.02.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.730, Treppenhaus", "arch_name": "02.730@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71307", - "roomcode": "5415.02.730", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71191", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71307, + "usage_id": 223 + }, + "5415.02.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.731, Flur", "arch_name": "02.731@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71191", - "roomcode": "5415.02.731", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71300", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71191, + "usage_id": 222 + }, + "5415.02.732A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.732A, Flur", "arch_name": "02.732A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71300", - "roomcode": "5415.02.732A", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71301", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71300, + "usage_id": 222 + }, + "5415.02.732B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.732B, Gardarobe", "arch_name": "02.732B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71301", - "roomcode": "5415.02.732B", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71358", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71301, + "usage_id": 121 + }, + "5415.02.732C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "02.732C, Gardarobe", "arch_name": "02.732C@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71358", - "roomcode": "5415.02.732C", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71093", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71358, + "usage_id": 121 + }, + "5415.02.812": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71093", - "roomcode": "5415.02.812", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71298", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71093, + "usage_id": 120 + }, + "5415.02.832": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71298", - "roomcode": "5415.02.832", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71156", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71298, + "usage_id": 120 + }, + "5415.02.910": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71156", - "roomcode": "5415.02.910", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71240", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71156, + "usage_id": 120 + }, + "5415.02.911": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71240", - "roomcode": "5415.02.911", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71370", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71240, + "usage_id": 120 + }, + "5415.02.920A": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71370", - "roomcode": "5415.02.920A", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71371", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71370, + "usage_id": 120 + }, + "5415.02.920B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71371", - "roomcode": "5415.02.920B", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71372", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71371, + "usage_id": 120 + }, + "5415.02.921": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71372", - "roomcode": "5415.02.921", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=71308", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71372, + "usage_id": 120 + }, + "5415.02.930": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71308", - "roomcode": "5415.02.930", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71278", + "area_id": 36, + "building_id": 2729, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71308, + "usage_id": 120 + }, + "5415.03.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.003, Besprechungsraum", "arch_name": "03.003@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71278", - "roomcode": "5415.03.003", - "usage": 196 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71279", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71278, + "usage_id": 196 + }, + "5415.03.004": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71279", - "roomcode": "5415.03.004", - "usage": 198 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71309", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71279, + "usage_id": 198 + }, + "5415.03.005": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71309", - "roomcode": "5415.03.005", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71362", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71309, + "usage_id": 12 + }, + "5415.03.006": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71362", - "roomcode": "5415.03.006", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71363", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71362, + "usage_id": 12 + }, + "5415.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.007, Sozialraum", "arch_name": "03.007@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71363", - "roomcode": "5415.03.007", - "usage": 44 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71323", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71363, + "usage_id": 44 + }, + "5415.03.008": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71323", - "roomcode": "5415.03.008", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71325", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71323, + "usage_id": 12 + }, + "5415.03.009": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71325", - "roomcode": "5415.03.009", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71364", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71325, + "usage_id": 12 + }, + "5415.03.010": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71364", - "roomcode": "5415.03.010", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71365", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71364, + "usage_id": 12 + }, + "5415.03.011": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71365", - "roomcode": "5415.03.011", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71310", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71365, + "usage_id": 12 + }, + "5415.03.012": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71310", - "roomcode": "5415.03.012", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71311", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71310, + "usage_id": 12 + }, + "5415.03.013": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71311", - "roomcode": "5415.03.013", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71274", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71311, + "usage_id": 12 + }, + "5415.03.014": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71274", - "roomcode": "5415.03.014", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71275", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71274, + "usage_id": 12 + }, + "5415.03.015": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71275", - "roomcode": "5415.03.015", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71276", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71275, + "usage_id": 12 + }, + "5415.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.016, Kopierraum", "arch_name": "03.016@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71276", - "roomcode": "5415.03.016", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=72008", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71276, + "usage_id": 110 + }, + "5415.03.018": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72008", - "roomcode": "5415.03.018", - "usage": 199 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71313", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72008, + "usage_id": 199 + }, + "5415.03.019": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71313", - "roomcode": "5415.03.019", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71394", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71313, + "usage_id": 102 + }, + "5415.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.020, Nasslabor", "arch_name": "03.020@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71394", - "roomcode": "5415.03.020", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71277", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71394, + "usage_id": 102 + }, + "5415.03.021": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71277", - "roomcode": "5415.03.021", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71377", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71277, + "usage_id": 103 + }, + "5415.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.022, Medienlabor", "arch_name": "03.022@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71377", - "roomcode": "5415.03.022", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71332", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71377, + "usage_id": 103 + }, + "5415.03.023B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71332", - "roomcode": "5415.03.023B", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71396", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71332, + "usage_id": 30 + }, + "5415.03.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.024, Nasslabor", "arch_name": "03.024@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71396", - "roomcode": "5415.03.024", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71314", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71396, + "usage_id": 102 + }, + "5415.03.025": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71314", - "roomcode": "5415.03.025", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71392", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71314, + "usage_id": 102 + }, + "5415.03.026": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71392", - "roomcode": "5415.03.026", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71282", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71392, + "usage_id": 103 + }, + "5415.03.027": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71282", - "roomcode": "5415.03.027", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71379", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71282, + "usage_id": 102 + }, + "5415.03.028": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71379", - "roomcode": "5415.03.028", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71334", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71379, + "usage_id": 102 + }, + "5415.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.025, Mikroskopie", "arch_name": "03.025@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71334", - "roomcode": "5415.03.030", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71382", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71334, + "usage_id": 102 + }, + "5415.03.031": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71382", - "roomcode": "5415.03.031", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71345", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71382, + "usage_id": 30 + }, + "5415.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.032, chromatographie", "arch_name": "03.032@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71345", - "roomcode": "5415.03.032", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71284", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71345, + "usage_id": 103 + }, + "5415.03.033": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71284", - "roomcode": "5415.03.033", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71285", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71284, + "usage_id": 103 + }, + "5415.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.034, Mikroskopie", "arch_name": "03.034@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71285", - "roomcode": "5415.03.034", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71286", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71285, + "usage_id": 102 + }, + "5415.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.035, Mikroskopie", "arch_name": "03.035@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71286", - "roomcode": "5415.03.035", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71287", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71286, + "usage_id": 102 + }, + "5415.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.036, Mikroskopie", "arch_name": "03.036@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71287", - "roomcode": "5415.03.036", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71336", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71287, + "usage_id": 102 + }, + "5415.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.037, Fluoreszenzmikroskopie", "arch_name": "03.037@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71336", - "roomcode": "5415.03.037", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71383", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71336, + "usage_id": 102 + }, + "5415.03.039": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71383", - "roomcode": "5415.03.039", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71384", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71383, + "usage_id": 103 + }, + "5415.03.041": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71384", - "roomcode": "5415.03.041", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71288", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71384, + "usage_id": 103 + }, + "5415.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.043, Mikroskopie", "arch_name": "03.043@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71288", - "roomcode": "5415.03.043", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71388", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71288, + "usage_id": 102 + }, + "5415.03.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.044, Fluoreszenzmikroskopie", "arch_name": "03.044@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71388", - "roomcode": "5415.03.044", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71289", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71388, + "usage_id": 102 + }, + "5415.03.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.046, Mikroskopie", "arch_name": "03.046@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71289", - "roomcode": "5415.03.046", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71330", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71289, + "usage_id": 102 + }, + "5415.03.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.047, Mikroskopie", "arch_name": "03.047@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71330", - "roomcode": "5415.03.047", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71337", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71330, + "usage_id": 102 + }, + "5415.03.048": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.048, AFM", "arch_name": "03.048@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71337", - "roomcode": "5415.03.048", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71331", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71337, + "usage_id": 103 + }, + "5415.03.049": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71331", - "roomcode": "5415.03.049", - "usage": 212 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71346", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71331, + "usage_id": 212 + }, + "5415.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.050, Mikroskopie", "arch_name": "03.050@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71346", - "roomcode": "5415.03.050", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71347", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71346, + "usage_id": 102 + }, + "5415.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.051, Mikroskopie", "arch_name": "03.051@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71347", - "roomcode": "5415.03.051", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71348", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71347, + "usage_id": 102 + }, + "5415.03.052": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71348", - "roomcode": "5415.03.052", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71342", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71348, + "usage_id": 12 + }, + "5415.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.053, Putzraum", "arch_name": "03.053@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71342", - "roomcode": "5415.03.053", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71349", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71342, + "usage_id": 205 + }, + "5415.03.054": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71349", - "roomcode": "5415.03.054", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71341", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71349, + "usage_id": 12 + }, + "5415.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.055, Kopierraum", "arch_name": "03.055@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71341", - "roomcode": "5415.03.055", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71350", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71341, + "usage_id": 110 + }, + "5415.03.056": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71350", - "roomcode": "5415.03.056", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71340", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71350, + "usage_id": 12 + }, + "5415.03.070": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71340", - "roomcode": "5415.03.070", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71390", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71340, + "usage_id": 118 + }, + "5415.03.071": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71390", - "roomcode": "5415.03.071", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71391", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71390, + "usage_id": 116 + }, + "5415.03.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.072, Lager", "arch_name": "03.072@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=16210", - "operator": "[ TUPHE22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71391", - "roomcode": "5415.03.072", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71339", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 16210, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71391, + "usage_id": 30 + }, + "5415.03.073": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71339", - "roomcode": "5415.03.073", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71389", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71339, + "usage_id": 118 + }, + "5415.03.074": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71389", - "roomcode": "5415.03.074", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71280", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71389, + "usage_id": 115 + }, + "5415.03.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.701A, Flur", "arch_name": "03.701A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71280", - "roomcode": "5415.03.701A", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71324", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71280, + "usage_id": 222 + }, + "5415.03.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.701B, Flur", "arch_name": "03.701B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71324", - "roomcode": "5415.03.701B", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71366", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71324, + "usage_id": 222 + }, + "5415.03.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.701C, Flur", "arch_name": "03.701C@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71366", - "roomcode": "5415.03.701C", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71281", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71366, + "usage_id": 222 + }, + "5415.03.702": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71281", - "roomcode": "5415.03.702", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71312", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71281, + "usage_id": 195 + }, + "5415.03.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.710, Treppenhaus", "arch_name": "03.710@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71312", - "roomcode": "5415.03.710", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71368", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71312, + "usage_id": 223 + }, + "5415.03.711": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.711, Flur", "arch_name": "03.711@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71368", - "roomcode": "5415.03.711", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71395", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71368, + "usage_id": 222 + }, + "5415.03.711B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.711B, Gardarobe", "arch_name": "03.711B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71395", - "roomcode": "5415.03.711B", - "usage": 121 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71369", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71395, + "usage_id": 121 + }, + "5415.03.712": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.712, Flur", "arch_name": "03.712@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71369", - "roomcode": "5415.03.712", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71333", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71369, + "usage_id": 222 + }, + "5415.03.720": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.720, Treppenhaus", "arch_name": "03.720@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71333", - "roomcode": "5415.03.720", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71335", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71333, + "usage_id": 223 + }, + "5415.03.721": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71335", - "roomcode": "5415.03.721", - "usage": 195 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71393", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71335, + "usage_id": 195 + }, + "5415.03.722": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.722, Flur", "arch_name": "03.722@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71393", - "roomcode": "5415.03.722", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71315", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71393, + "usage_id": 222 + }, + "5415.03.723": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.723, Flur", "arch_name": "03.723@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71315", - "roomcode": "5415.03.723", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71283", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71315, + "usage_id": 222 + }, + "5415.03.724": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.724, Flur", "arch_name": "03.724@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71283", - "roomcode": "5415.03.724", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71351", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71283, + "usage_id": 222 + }, + "5415.03.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.730, Treppenhaus", "arch_name": "03.730@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71351", - "roomcode": "5415.03.730", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71343", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71351, + "usage_id": 223 + }, + "5415.03.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.731, Flur", "arch_name": "03.731@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71343", - "roomcode": "5415.03.731", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71316", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71343, + "usage_id": 222 + }, + "5415.03.812": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71316", - "roomcode": "5415.03.812", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71344", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71316, + "usage_id": 120 + }, + "5415.03.832": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71344", - "roomcode": "5415.03.832", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71326", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71344, + "usage_id": 120 + }, + "5415.03.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.910, Schacht", "arch_name": "03.910@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71326", - "roomcode": "5415.03.910", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71367", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71326, + "usage_id": 120 + }, + "5415.03.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.911, Schacht", "arch_name": "03.911@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71367", - "roomcode": "5415.03.911", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71380", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71367, + "usage_id": 120 + }, + "5415.03.920A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.920A, Schacht", "arch_name": "03.920A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71380", - "roomcode": "5415.03.920A", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71381", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71380, + "usage_id": 120 + }, + "5415.03.920B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.920B, Schacht", "arch_name": "03.920B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71381", - "roomcode": "5415.03.920B", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71378", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71381, + "usage_id": 120 + }, + "5415.03.921": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.921, Schacht", "arch_name": "03.921@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71378", - "roomcode": "5415.03.921", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, 3.OG", - "address_link": "ris.einzelraum?raumkey=71352", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71378, + "usage_id": 120 + }, + "5415.03.930": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "03.930, Schacht", "arch_name": "03.930@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71352", - "roomcode": "5415.03.930", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71385", + "area_id": 36, + "building_id": 2729, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71352, + "usage_id": 120 + }, + "5415.DG.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.710, Treppenhaus", "arch_name": "04.710@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71385", - "roomcode": "5415.DG.710", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71354", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71385, + "usage_id": 223 + }, + "5415.DG.720": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.720, Treppenhaus", "arch_name": "04.720@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71354", - "roomcode": "5415.DG.720", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71355", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71354, + "usage_id": 223 + }, + "5415.DG.721": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71355", - "roomcode": "5415.DG.721", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71328", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71355, + "usage_id": 4 + }, + "5415.DG.722": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.722, Flur", "arch_name": "04.722@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71328", - "roomcode": "5415.DG.722", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71327", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71328, + "usage_id": 222 + }, + "5415.DG.723": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.723, Auzugsmaschinenraum", "arch_name": "04.723@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71327", - "roomcode": "5415.DG.723", - "usage": 5 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71387", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71327, + "usage_id": 5 + }, + "5415.DG.810": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71387", - "roomcode": "5415.DG.810", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71353", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71387, + "usage_id": 120 + }, + "5415.DG.811": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.811, Druckluftzentrale", "arch_name": "04.811@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71353", - "roomcode": "5415.DG.811", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71356", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71353, + "usage_id": 120 + }, + "5415.DG.812": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.812, Technikzentrale", "arch_name": "04.812@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71356", - "roomcode": "5415.DG.812", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, DG", - "address_link": "ris.einzelraum?raumkey=71386", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71356, + "usage_id": 120 + }, + "5415.DG.813": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "04.813, Aussenluftansaugung", "arch_name": "04.813@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71386", - "roomcode": "5415.DG.813", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71220", + "area_id": 36, + "building_id": 2729, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71386, + "usage_id": 120 + }, + "5415.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.003, Cafereria", "arch_name": "EG.003@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=32992&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71220", - "roomcode": "5415.EG.003", - "usage": 139 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71094", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 32992, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71220, + "usage_id": 139 + }, + "5415.EG.004": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71094", - "roomcode": "5415.EG.004", - "usage": 198 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71095", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71094, + "usage_id": 198 + }, + "5415.EG.005": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71095", - "roomcode": "5415.EG.005", - "usage": 178 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71099", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71095, + "usage_id": 178 + }, + "5415.EG.006A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.006A, Konferenzraum", "arch_name": "EG.006A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31732&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71099", - "roomcode": "5415.EG.006A", - "usage": 142 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71224", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 31732, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71099, + "usage_id": 142 + }, + "5415.EG.006B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.006B, Konferenzraum", "arch_name": "EG.006B@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=31733&cReadonly=J", - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71224", - "roomcode": "5415.EG.006B", - "usage": 142 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71137", + "area_id": 36, + "building_id": 2729, + "calendar_resource_nr": 31733, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71224, + "usage_id": 142 + }, + "5415.EG.007": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71137", - "roomcode": "5415.EG.007", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71132", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71137, + "usage_id": 30 + }, + "5415.EG.008": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71132", - "roomcode": "5415.EG.008", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71097", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71132, + "usage_id": 102 + }, + "5415.EG.009": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71097", - "roomcode": "5415.EG.009", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71100", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71097, + "usage_id": 103 + }, + "5415.EG.010": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71100", - "roomcode": "5415.EG.010", - "usage": 194 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71101", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71100, + "usage_id": 194 + }, + "5415.EG.011": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71101", - "roomcode": "5415.EG.011", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71102", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71101, + "usage_id": 103 + }, + "5415.EG.012": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71102", - "roomcode": "5415.EG.012", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71207", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71102, + "usage_id": 103 + }, + "5415.EG.013": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71207", - "roomcode": "5415.EG.013", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71103", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71207, + "usage_id": 103 + }, + "5415.EG.014": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71103", - "roomcode": "5415.EG.014", - "usage": 194 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71104", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71103, + "usage_id": 194 + }, + "5415.EG.015": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71104", - "roomcode": "5415.EG.015", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71211", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71104, + "usage_id": 103 + }, + "5415.EG.016": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71211", - "roomcode": "5415.EG.016", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71212", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71211, + "usage_id": 103 + }, + "5415.EG.017": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71212", - "roomcode": "5415.EG.017", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71209", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71212, + "usage_id": 103 + }, + "5415.EG.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.018A, Elektronenmikroskop", "arch_name": "EG.018A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71209", - "roomcode": "5415.EG.018A", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71213", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71209, + "usage_id": 103 + }, + "5415.EG.018B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71213", - "roomcode": "5415.EG.018B", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71214", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71213, + "usage_id": 103 + }, + "5415.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.019, Massenspektroskopie", "arch_name": "EG.019@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71214", - "roomcode": "5415.EG.019", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71210", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71214, + "usage_id": 103 + }, + "5415.EG.021": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71210", - "roomcode": "5415.EG.021", - "usage": 102 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71098", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71210, + "usage_id": 102 + }, + "5415.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.022, Lichtmikroskopie", "arch_name": "EG.022@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71098", - "roomcode": "5415.EG.022", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71138", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71098, + "usage_id": 103 + }, + "5415.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.023, Ultrazentrifuge", "arch_name": "EG.023@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71138", - "roomcode": "5415.EG.023", - "usage": 103 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71105", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71138, + "usage_id": 103 + }, + "5415.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.024, Fluoreszenzmikr.", "arch_name": "EG.024@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71105", - "roomcode": "5415.EG.024", - "usage": 194 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71108", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71105, + "usage_id": 194 + }, + "5415.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.026, Werkstatt", "arch_name": "EG.026@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71108", - "roomcode": "5415.EG.026", - "usage": 51 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71225", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71108, + "usage_id": 51 + }, + "5415.EG.027": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71225", - "roomcode": "5415.EG.027", - "usage": 180 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71218", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71225, + "usage_id": 180 + }, + "5415.EG.028": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71218", - "roomcode": "5415.EG.028", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71142", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71218, + "usage_id": 30 + }, + "5415.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.029, Lager", "arch_name": "EG.029@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=21453", - "operator": "[ TUPHE27 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71142", - "roomcode": "5415.EG.029", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71157", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 21453, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71142, + "usage_id": 30 + }, + "5415.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.030, Lager", "arch_name": "EG.030@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14713", - "operator": "[ TUCHOC5 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71157", - "roomcode": "5415.EG.030", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71248", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14713, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71157, + "usage_id": 30 + }, + "5415.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.031, Serverraum", "arch_name": "EG.031@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71248", - "roomcode": "5415.EG.031", - "usage": 207 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71158", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71248, + "usage_id": 207 + }, + "5415.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.032, Lager", "arch_name": "EG.032@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14712", - "operator": "[ TUCHOC2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71158", - "roomcode": "5415.EG.032", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71226", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14712, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71158, + "usage_id": 30 + }, + "5415.EG.033": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71226", - "roomcode": "5415.EG.033", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71227", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71226, + "usage_id": 12 + }, + "5415.EG.034": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71227", - "roomcode": "5415.EG.034", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71228", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71227, + "usage_id": 12 + }, + "5415.EG.035": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71228", - "roomcode": "5415.EG.035", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71219", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71228, + "usage_id": 12 + }, + "5415.EG.036": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71219", - "roomcode": "5415.EG.036", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71243", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71219, + "usage_id": 12 + }, + "5415.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.037, Sekretariat", "arch_name": "EG.037@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=50301", - "operator": "[ TUPHTBN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71243", - "roomcode": "5415.EG.037", - "usage": 40 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71244", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 50301, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71243, + "usage_id": 40 + }, + "5415.EG.038": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71244", - "roomcode": "5415.EG.038", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71245", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71244, + "usage_id": 12 + }, + "5415.EG.039": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71245", - "roomcode": "5415.EG.039", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71246", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71245, + "usage_id": 12 + }, + "5415.EG.040": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71246", - "roomcode": "5415.EG.040", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71118", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71246, + "usage_id": 12 + }, + "5415.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.041, Putzraum", "arch_name": "EG.041@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71118", - "roomcode": "5415.EG.041", - "usage": 205 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71109", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71118, + "usage_id": 205 + }, + "5415.EG.042": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71109", - "roomcode": "5415.EG.042", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71117", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71109, + "usage_id": 12 + }, + "5415.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.043, Kopierraum", "arch_name": "EG.043@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71117", - "roomcode": "5415.EG.043", - "usage": 110 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71110", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71117, + "usage_id": 110 + }, + "5415.EG.044": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71110", - "roomcode": "5415.EG.044", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71111", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71110, + "usage_id": 12 + }, + "5415.EG.045": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71111", - "roomcode": "5415.EG.045", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71247", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71111, + "usage_id": 12 + }, + "5415.EG.046": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71247", - "roomcode": "5415.EG.046", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71115", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71247, + "usage_id": 12 + }, + "5415.EG.047": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.047, Sekretariat", "arch_name": "EG.047@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71115", - "roomcode": "5415.EG.047", - "usage": 40 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71116", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71115, + "usage_id": 40 + }, + "5415.EG.048": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=16218", - "operator": "[ TUPHT38 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71116", - "roomcode": "5415.EG.048", - "usage": 12 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71192", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 16218, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71116, + "usage_id": 12 + }, + "5415.EG.049A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.049A, HAR", "arch_name": "EG.049A@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71192", - "roomcode": "5415.EG.049A", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71249", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71192, + "usage_id": 120 + }, + "5415.EG.070": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71249", - "roomcode": "5415.EG.070", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71250", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71249, + "usage_id": 118 + }, + "5415.EG.071": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71250", - "roomcode": "5415.EG.071", - "usage": 116 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71229", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71250, + "usage_id": 116 + }, + "5415.EG.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.072, Lager", "arch_name": "EG.072@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=49597", - "operator": "[ TUZECPA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71229", - "roomcode": "5415.EG.072", - "usage": 30 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71251", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 49597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71229, + "usage_id": 30 + }, + "5415.EG.073": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71251", - "roomcode": "5415.EG.073", - "usage": 118 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71252", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71251, + "usage_id": 118 + }, + "5415.EG.074": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71252", - "roomcode": "5415.EG.074", - "usage": 115 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71223", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71252, + "usage_id": 115 + }, + "5415.EG.075": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71223", - "roomcode": "5415.EG.075", - "usage": 117 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71221", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71223, + "usage_id": 117 + }, + "5415.EG.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.701, Foyer", "arch_name": "EG.701@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71221", - "roomcode": "5415.EG.701", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71222", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71221, + "usage_id": 222 + }, + "5415.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.702, Personenaufzug", "arch_name": "EG.702@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71222", - "roomcode": "5415.EG.702", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71133", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71222, + "usage_id": 4 + }, + "5415.EG.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.703, Windfang", "arch_name": "EG.703@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71133", - "roomcode": "5415.EG.703", - "usage": 52 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71096", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71133, + "usage_id": 52 + }, + "5415.EG.710": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71096", - "roomcode": "5415.EG.710", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71135", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71096, + "usage_id": 223 + }, + "5415.EG.711": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.711, Flur", "arch_name": "EG.711@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71135", - "roomcode": "5415.EG.711", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71106", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71135, + "usage_id": 222 + }, + "5415.EG.720": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71106", - "roomcode": "5415.EG.720", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71216", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71106, + "usage_id": 223 + }, + "5415.EG.721": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.721, Lastenaufzug", "arch_name": "EG.721@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71216", - "roomcode": "5415.EG.721", - "usage": 4 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71141", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71216, + "usage_id": 4 + }, + "5415.EG.722": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.722, Flur", "arch_name": "EG.722@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71141", - "roomcode": "5415.EG.722", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71215", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71141, + "usage_id": 222 + }, + "5415.EG.723": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.723, Flur", "arch_name": "EG.723@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71215", - "roomcode": "5415.EG.723", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71113", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71215, + "usage_id": 222 + }, + "5415.EG.730": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71113", - "roomcode": "5415.EG.730", - "usage": 223 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71159", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71113, + "usage_id": 223 + }, + "5415.EG.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.731, Flur", "arch_name": "EG.731@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71159", - "roomcode": "5415.EG.731", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71114", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71159, + "usage_id": 222 + }, + "5415.EG.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "alt_name": "EG.732, Flur", "arch_name": "EG.732@5415", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71114", - "roomcode": "5415.EG.732", - "usage": 222 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71136", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71114, + "usage_id": 222 + }, + "5415.EG.811": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71136", - "roomcode": "5415.EG.811", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71134", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71136, + "usage_id": 120 + }, + "5415.EG.812": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71134", - "roomcode": "5415.EG.812", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71208", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71134, + "usage_id": 120 + }, + "5415.EG.814": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71208", - "roomcode": "5415.EG.814", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71107", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71208, + "usage_id": 120 + }, + "5415.EG.821": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71107", - "roomcode": "5415.EG.821", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71217", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71107, + "usage_id": 120 + }, + "5415.EG.822": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71217", - "roomcode": "5415.EG.822", - "usage": 5 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71119", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71217, + "usage_id": 5 + }, + "5415.EG.830": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71119", - "roomcode": "5415.EG.830", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71131", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71119, + "usage_id": 120 + }, + "5415.EG.910": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71131", - "roomcode": "5415.EG.910", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71140", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71131, + "usage_id": 120 + }, + "5415.EG.920B": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71140", - "roomcode": "5415.EG.920B", - "usage": 120 - }, - { - "address": "Ernst-Otto-Fischer-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=71112", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71140, + "usage_id": 120 + }, + "5415.EG.930": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2729, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71112", - "roomcode": "5415.EG.930", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2b, 1.OG", - "address_link": "ris.einzelraum?raumkey=68981", + "area_id": 36, + "building_id": 2729, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71112, + "usage_id": 120 + }, + "5416.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "003, H\u00f6rsaal 2, \"Interims II\"", "arch_name": "003@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29592&cReadonly=J", - "extended": { - "additional_description": "003, H\u00f6rsaal 2, \"Interims II\"", - "address": "Lichtenbergstr. 2b(5416), 1.Obergescho\u00df", - "architect_room_nr": "003@5416", - "area_m2": 334.21, - "building": "5416 Interims H\u00f6rs\u00e4le II", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "003", - "seats": 380, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68981", - "roomcode": "5416.01.003", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 2b, 1.OG", - "address_link": "ris.einzelraum?raumkey=68973", + "area_id": 36, + "building_id": 2269, + "calendar_resource_nr": 29592, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 380, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68981, + "usage_id": 20 + }, + "5416.01.004": { + "address": { + "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", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29593&cReadonly=J", - "extended": { - "additional_description": "004, H\u00f6rsaal 1, J\u00fcrgen-Manchot-H\u00f6rsaal", - "address": "Lichtenbergstr. 2b(5416), 1.Obergescho\u00df", - "architect_room_nr": "004@5416", - "area_m2": 407.43, - "building": "5416 Interims H\u00f6rs\u00e4le II", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "004", - "seats": 449, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68973", - "roomcode": "5416.01.004", - "usage": 20 - }, - { - "address": "Lichtenbergstr. 2b, 1.OG", - "address_link": "ris.einzelraum?raumkey=69242", + "area_id": 36, + "building_id": 2269, + "calendar_resource_nr": 29593, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 449, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68973, + "usage_id": 20 + }, + "5416.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "101, Flur/Eingangsbereich HS", "arch_name": "101@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69242", - "roomcode": "5416.01.101", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2b, 1.OG", - "address_link": "ris.einzelraum?raumkey=69243", + "area_id": 36, + "building_id": 2269, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69242, + "usage_id": 222 + }, + "5416.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "102, Technik", "arch_name": "102@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69243", - "roomcode": "5416.01.102", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68935", + "area_id": 36, + "building_id": 2269, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69243, + "usage_id": 120 + }, + "5416.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "001, Foyer/Eingangshalle", "arch_name": "001@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68935", - "roomcode": "5416.EG.001", - "usage": 15 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68936", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68935, + "usage_id": 15 + }, + "5416.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "001A, Foyer/Windfang", "arch_name": "001A@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68936", - "roomcode": "5416.EG.001A", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68967", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68936, + "usage_id": 52 + }, + "5416.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "002, Flur", "arch_name": "002@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68967", - "roomcode": "5416.EG.002", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68976", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68967, + "usage_id": 222 + }, + "5416.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "005, WC-Vorraum Damen u. Herren", "arch_name": "005@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68976", - "roomcode": "5416.EG.005", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68977", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68976, + "usage_id": 115 + }, + "5416.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "006, WC-Herren", "arch_name": "006@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68977", - "roomcode": "5416.EG.006", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68968", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68977, + "usage_id": 115 + }, + "5416.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "007, WC-Beh.", "arch_name": "007@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68968", - "roomcode": "5416.EG.007", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68969", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68968, + "usage_id": 117 + }, + "5416.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "008, Putzraum", "arch_name": "008@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68969", - "roomcode": "5416.EG.008", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68937", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68969, + "usage_id": 205 + }, + "5416.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "009, Technik", "arch_name": "009@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68937", - "roomcode": "5416.EG.009", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68978", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68937, + "usage_id": 120 + }, + "5416.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "010, IT/Audio", "arch_name": "010@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68978", - "roomcode": "5416.EG.010", - "usage": 153 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68947", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68978, + "usage_id": 153 + }, + "5416.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "011, Hausanschlussraum", "arch_name": "011@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68947", - "roomcode": "5416.EG.011", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68970", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68947, + "usage_id": 120 + }, + "5416.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "012, WC-Vorraum Damen", "arch_name": "012@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68970", - "roomcode": "5416.EG.012", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68938", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68970, + "usage_id": 118 + }, + "5416.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "013, WC-Damen", "arch_name": "013@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68938", - "roomcode": "5416.EG.013", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68971", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68938, + "usage_id": 116 + }, + "5416.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "014, Si-Bel", "arch_name": "014@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68971", - "roomcode": "5416.EG.014", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68972", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68971, + "usage_id": 120 + }, + "5416.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "017, Lager", "arch_name": "017@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68972", - "roomcode": "5416.EG.015", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=68948", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68972, + "usage_id": 30 + }, + "5416.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "016, Technik", "arch_name": "016@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68948", - "roomcode": "5416.EG.016", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=69270", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68948, + "usage_id": 120 + }, + "5416.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "017, Lager", "arch_name": "017@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69270", - "roomcode": "5416.EG.017", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 2b, EG", - "address_link": "ris.einzelraum?raumkey=69241", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69270, + "usage_id": 30 + }, + "5416.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "alt_name": "018, Vorbereitung", "arch_name": "018@5416", - "b_area_id": 36, - "b_filter_id": 2269, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69241", - "roomcode": "5416.EG.018", - "usage": 136 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65374", + "area_id": 36, + "building_id": 2269, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69241, + "usage_id": 136 + }, + "5433.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1001, Kommunikation", "arch_name": "1001@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65374", - "roomcode": "5433.01.001", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65377", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65374, + "usage_id": 196 + }, + "5433.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1002, B\u00fcro", "arch_name": "1002@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65377", - "roomcode": "5433.01.002", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65378", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65377, + "usage_id": 12 + }, + "5433.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1003, B\u00fcro", "arch_name": "1003@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65378", - "roomcode": "5433.01.003", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65375", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65378, + "usage_id": 12 + }, + "5433.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1004, Kommunikation", "arch_name": "1004@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65375", - "roomcode": "5433.01.004", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65422", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65375, + "usage_id": 196 + }, + "5433.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1005, B\u00fcro", "arch_name": "1005@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65422", - "roomcode": "5433.01.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65376", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65422, + "usage_id": 12 + }, + "5433.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1006, Besprechungsraum", "arch_name": "1006@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65376", - "roomcode": "5433.01.006", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65423", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65376, + "usage_id": 196 + }, + "5433.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1007, B\u00fcro", "arch_name": "1007@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65423", - "roomcode": "5433.01.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65426", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65423, + "usage_id": 12 + }, + "5433.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1008, Server", "arch_name": "1008@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65426", - "roomcode": "5433.01.008", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65424", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65426, + "usage_id": 207 + }, + "5433.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1009, B\u00fcro", "arch_name": "1009@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65424", - "roomcode": "5433.01.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65425", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65424, + "usage_id": 12 + }, + "5433.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1010, B\u00fcro", "arch_name": "1010@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65425", - "roomcode": "5433.01.010", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65427", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65425, + "usage_id": 12 + }, + "5433.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1011, Oben Space B\u00fcro", "arch_name": "1011@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65427", - "roomcode": "5433.01.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65909", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65427, + "usage_id": 12 + }, + "5433.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1027, B\u00fcro", "arch_name": "1027@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65909", - "roomcode": "5433.01.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65529", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65909, + "usage_id": 12 + }, + "5433.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1028, B\u00fcro", "arch_name": "1028@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65529", - "roomcode": "5433.01.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65530", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65529, + "usage_id": 12 + }, + "5433.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1029, B\u00fcro", "arch_name": "1029@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65530", - "roomcode": "5433.01.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65532", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65530, + "usage_id": 12 + }, + "5433.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1030, Server", "arch_name": "1030@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65532", - "roomcode": "5433.01.030", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65533", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65532, + "usage_id": 207 + }, + "5433.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1031, Lager", "arch_name": "1031@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65533", - "roomcode": "5433.01.031", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65545", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65533, + "usage_id": 30 + }, + "5433.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1032, Putzraum", "arch_name": "1032@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65545", - "roomcode": "5433.01.032", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65546", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65545, + "usage_id": 205 + }, + "5433.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1033, WC-Herren", "arch_name": "1033@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65546", - "roomcode": "5433.01.033", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65547", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65546, + "usage_id": 115 + }, + "5433.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1034, WC-Damen", "arch_name": "1034@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65547", - "roomcode": "5433.01.034", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65544", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65547, + "usage_id": 116 + }, + "5433.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1035, ELT", "arch_name": "1035@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65544", - "roomcode": "5433.01.035", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65534", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65544, + "usage_id": 160 + }, + "5433.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1037, Sozialraum", "arch_name": "1037@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65534", - "roomcode": "5433.01.037", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65536", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65534, + "usage_id": 44 + }, + "5433.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1039, Kommunikation", "arch_name": "1039@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65536", - "roomcode": "5433.01.039", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65538", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65536, + "usage_id": 196 + }, + "5433.01.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1091, Flur", "arch_name": "1091@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65538", - "roomcode": "5433.01.091", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65540", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65538, + "usage_id": 222 + }, + "5433.01.091A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1091A, Treppe", "arch_name": "1091A@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65540", - "roomcode": "5433.01.091A", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65542", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65540, + "usage_id": 223 + }, + "5433.01.091B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1091B, Schacht f. Aufzug", "arch_name": "1091B@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65542", - "roomcode": "5433.01.091B", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65537", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65542, + "usage_id": 195 + }, + "5433.01.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1092, Flur", "arch_name": "1092@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65537", - "roomcode": "5433.01.092", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65541", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65537, + "usage_id": 222 + }, + "5433.01.094": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1094, Treppenhaus", "arch_name": "1094@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65541", - "roomcode": "5433.01.094", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65539", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65541, + "usage_id": 223 + }, + "5433.01.095": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1095, Flur", "arch_name": "1095@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65539", - "roomcode": "5433.01.095", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65910", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65539, + "usage_id": 222 + }, + "5433.01.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1099A, Dachfl\u00e4che", "arch_name": "1099A@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65910", - "roomcode": "5433.01.099A", - "usage": 137 - }, - { - "address": "Lichtenbergstr. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=65911", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65910, + "usage_id": 137 + }, + "5433.01.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "1099B, Dachfl\u00e4che", "arch_name": "1099B@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65911", - "roomcode": "5433.01.099B", - "usage": 137 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65549", + "area_id": 36, + "building_id": 1649, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65911, + "usage_id": 137 + }, + "5433.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2001, B\u00fcro", "arch_name": "2001@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=27172&cReadonly=J", - "list_index": "54", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65549", - "roomcode": "5433.02.001", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65548", + "area_id": 36, + "building_id": 1649, + "calendar_resource_nr": 27172, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65549, + "usage_id": 12 + }, + "5433.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2002, B\u00fcro", "arch_name": "2002@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65548", - "roomcode": "5433.02.002", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65550", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65548, + "usage_id": 12 + }, + "5433.02.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2003, Prof.-B\u00fcro", "arch_name": "2003@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65550", - "roomcode": "5433.02.003", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65556", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65550, + "usage_id": 12 + }, + "5433.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2004, Sekretariat", "arch_name": "2004@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65556", - "roomcode": "5433.02.004", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65551", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65556, + "usage_id": 40 + }, + "5433.02.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2005, Prof.-B\u00fcro", "arch_name": "2005@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65551", - "roomcode": "5433.02.005", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65555", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65551, + "usage_id": 12 + }, + "5433.02.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2006, Sekretariat", "arch_name": "2006@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65555", - "roomcode": "5433.02.006", - "usage": 40 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65552", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65555, + "usage_id": 40 + }, + "5433.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2007, Prof.-B\u00fcro", "arch_name": "2007@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65552", - "roomcode": "5433.02.007", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65557", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65552, + "usage_id": 12 + }, + "5433.02.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2008, B\u00fcro", "arch_name": "2008@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65557", - "roomcode": "5433.02.008", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65553", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65557, + "usage_id": 12 + }, + "5433.02.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2009, Prof.-B\u00fcro", "arch_name": "2009@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65553", - "roomcode": "5433.02.009", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65558", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65553, + "usage_id": 12 + }, + "5433.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2010, B\u00fcro", "arch_name": "2010@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65558", - "roomcode": "5433.02.010", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65554", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65558, + "usage_id": 12 + }, + "5433.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2011, Prof.-B\u00fcro", "arch_name": "2011@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65554", - "roomcode": "5433.02.011", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65559", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65554, + "usage_id": 12 + }, + "5433.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2012, Server", "arch_name": "2012@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65559", - "roomcode": "5433.02.012", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65561", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65559, + "usage_id": 207 + }, + "5433.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2013, B\u00fcro", "arch_name": "2013@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65561", - "roomcode": "5433.02.013", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65562", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65561, + "usage_id": 12 + }, + "5433.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2014, B\u00fcro", "arch_name": "2014@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65562", - "roomcode": "5433.02.014", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65563", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65562, + "usage_id": 12 + }, + "5433.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2015, B\u00fcro", "arch_name": "2015@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65563", - "roomcode": "5433.02.015", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65560", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65563, + "usage_id": 12 + }, + "5433.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2016, Kopierer/Archiv", "arch_name": "2016@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65560", - "roomcode": "5433.02.016", - "usage": 110 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65564", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65560, + "usage_id": 110 + }, + "5433.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2017, B\u00fcro", "arch_name": "2017@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65564", - "roomcode": "5433.02.017", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65565", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65564, + "usage_id": 12 + }, + "5433.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2018, Besprechungsraum", "arch_name": "2018@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65565", - "roomcode": "5433.02.018", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65566", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65565, + "usage_id": 196 + }, + "5433.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2019, B\u00fcro", "arch_name": "2019@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65566", - "roomcode": "5433.02.019", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65567", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65566, + "usage_id": 12 + }, + "5433.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2020, Besprechungsraum", "arch_name": "2020@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65567", - "roomcode": "5433.02.020", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65568", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65567, + "usage_id": 196 + }, + "5433.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2021, B\u00fcro", "arch_name": "2021@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65568", - "roomcode": "5433.02.021", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65569", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65568, + "usage_id": 12 + }, + "5433.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2022, B\u00fcro", "arch_name": "2022@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65569", - "roomcode": "5433.02.022", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65572", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65569, + "usage_id": 12 + }, + "5433.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2023, Sozialraum", "arch_name": "2023@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65572", - "roomcode": "5433.02.023", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65570", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65572, + "usage_id": 44 + }, + "5433.02.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2024, B\u00fcro", "arch_name": "2024@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65570", - "roomcode": "5433.02.024", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65571", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65570, + "usage_id": 12 + }, + "5433.02.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2025, B\u00fcro", "arch_name": "2025@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65571", - "roomcode": "5433.02.025", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65573", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65571, + "usage_id": 12 + }, + "5433.02.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2026, B\u00fcro", "arch_name": "2026@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65573", - "roomcode": "5433.02.026", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65574", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65573, + "usage_id": 12 + }, + "5433.02.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2027, B\u00fcro", "arch_name": "2027@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65574", - "roomcode": "5433.02.027", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65575", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65574, + "usage_id": 12 + }, + "5433.02.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2028, B\u00fcro", "arch_name": "2028@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65575", - "roomcode": "5433.02.028", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65576", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65575, + "usage_id": 12 + }, + "5433.02.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2029, B\u00fcro", "arch_name": "2029@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65576", - "roomcode": "5433.02.029", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65582", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65576, + "usage_id": 12 + }, + "5433.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2030, Lager", "arch_name": "2030@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65582", - "roomcode": "5433.02.030", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65583", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65582, + "usage_id": 30 + }, + "5433.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2031, Lager", "arch_name": "2031@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65583", - "roomcode": "5433.02.031", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65591", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65583, + "usage_id": 30 + }, + "5433.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2032, Putzraum", "arch_name": "2032@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65591", - "roomcode": "5433.02.032", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65592", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65591, + "usage_id": 205 + }, + "5433.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2033, WC-Herren", "arch_name": "2033@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65592", - "roomcode": "5433.02.033", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65593", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65592, + "usage_id": 115 + }, + "5433.02.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2034, WC-Damen", "arch_name": "2034@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65593", - "roomcode": "5433.02.034", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65590", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65593, + "usage_id": 116 + }, + "5433.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2035, ELT", "arch_name": "2035@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65590", - "roomcode": "5433.02.035", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65577", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65590, + "usage_id": 160 + }, + "5433.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2036, B\u00fcro", "arch_name": "2036@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65577", - "roomcode": "5433.02.036", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65578", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65577, + "usage_id": 12 + }, + "5433.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2037, B\u00fcro", "arch_name": "2037@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65578", - "roomcode": "5433.02.037", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65579", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65578, + "usage_id": 12 + }, + "5433.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2038, B\u00fcro", "arch_name": "2038@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65579", - "roomcode": "5433.02.038", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65580", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65579, + "usage_id": 12 + }, + "5433.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2039, B\u00fcro", "arch_name": "2039@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65580", - "roomcode": "5433.02.039", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65581", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65580, + "usage_id": 12 + }, + "5433.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2040, Bibliothek", "arch_name": "2040@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65581", - "roomcode": "5433.02.040", - "usage": 10 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65584", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65581, + "usage_id": 10 + }, + "5433.02.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2091, Flur", "arch_name": "2091@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65584", - "roomcode": "5433.02.091", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65588", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65584, + "usage_id": 222 + }, + "5433.02.091A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2091A, Treppe", "arch_name": "2091A@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65588", - "roomcode": "5433.02.091A", - "usage": 203 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65589", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65588, + "usage_id": 203 + }, + "5433.02.091B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2091B, Aufzug", "arch_name": "2091B@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65589", - "roomcode": "5433.02.091B", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65586", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65589, + "usage_id": 195 + }, + "5433.02.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2092, Flur", "arch_name": "2092@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65586", - "roomcode": "5433.02.092", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65587", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65586, + "usage_id": 222 + }, + "5433.02.093": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2093, Flur", "arch_name": "2093@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65587", - "roomcode": "5433.02.093", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65594", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65587, + "usage_id": 222 + }, + "5433.02.094": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2094, Treppenhaus", "arch_name": "2094@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65594", - "roomcode": "5433.02.094", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 2.OG", - "address_link": "ris.einzelraum?raumkey=65585", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65594, + "usage_id": 222 + }, + "5433.02.095": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "2095, Flur", "arch_name": "2095@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65585", - "roomcode": "5433.02.095", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, 3.OG", - "address_link": "ris.einzelraum?raumkey=65595", + "area_id": 36, + "building_id": 1649, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65585, + "usage_id": 222 + }, + "5433.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "3035, Technik 2", "arch_name": "3035@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65595", - "roomcode": "5433.03.035", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65308", + "area_id": 36, + "building_id": 1649, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65595, + "usage_id": 120 + }, + "5433.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0001, Seminarraum 1", "arch_name": "0001@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=27010&cReadonly=J", - "extended": { - "additional_description": "0001, Seminarraum 1", - "address": "Lichtenbergstr. 6(5433), Erdgescho\u00df", - "architect_room_nr": "0001@5433", - "area_m2": 172.33, - "building": "5433 Entreprenieurship Centrum (ECM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 63, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65308", - "roomcode": "5433.EG.001", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65304", + "area_id": 36, + "building_id": 1649, + "calendar_resource_nr": 27010, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": 63, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65308, + "usage_id": 41 + }, + "5433.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0002, Seminarraum 2", "arch_name": "0002@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=27011&cReadonly=J", - "extended": { - "additional_description": "0002, Seminarraum 2", - "address": "Lichtenbergstr. 6(5433), Erdgescho\u00df", - "architect_room_nr": "0002@5433", - "area_m2": 84.58, - "building": "5433 Entreprenieurship Centrum (ECM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65304", - "roomcode": "5433.EG.002", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65302", + "area_id": 36, + "building_id": 1649, + "calendar_resource_nr": 27011, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65304, + "usage_id": 41 + }, + "5433.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0003, Seminarraum 3", "arch_name": "0003@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=27012&cReadonly=J", - "extended": { - "additional_description": "0003, Seminarraum 3", - "address": "Lichtenbergstr. 6(5433), Erdgescho\u00df", - "architect_room_nr": "0003@5433", - "area_m2": 88.32, - "building": "5433 Entreprenieurship Centrum (ECM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65302", - "roomcode": "5433.EG.003", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65309", + "area_id": 36, + "building_id": 1649, + "calendar_resource_nr": 27012, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65302, + "usage_id": 41 + }, + "5433.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0004, Shared Space", "arch_name": "0004@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": "tvKalender.wSicht?cOrg=39688&cRes=27013&cReadonly=J", - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65309", - "roomcode": "5433.EG.004", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65310", + "area_id": 36, + "building_id": 1649, + "calendar_resource_nr": 27013, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65309, + "usage_id": 208 + }, + "5433.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0031, Putzraum", "arch_name": "0031@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65310", - "roomcode": "5433.EG.031", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65311", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65310, + "usage_id": 205 + }, + "5433.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0032, WC-Damen", "arch_name": "0032@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65311", - "roomcode": "5433.EG.032", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65312", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65311, + "usage_id": 116 + }, + "5433.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0033, Beh.-WC", "arch_name": "0033@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65312", - "roomcode": "5433.EG.033", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65313", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65312, + "usage_id": 117 + }, + "5433.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0034, WC-Herren", "arch_name": "0034@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65313", - "roomcode": "5433.EG.034", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65314", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65313, + "usage_id": 115 + }, + "5433.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0035, ELT", "arch_name": "0035@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65314", - "roomcode": "5433.EG.035", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65348", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65314, + "usage_id": 160 + }, + "5433.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0036, HA Fernw\u00e4rme", "arch_name": "0036@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65348", - "roomcode": "5433.EG.036", - "usage": 201 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65349", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65348, + "usage_id": 201 + }, + "5433.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0037, HA Trinkwasser", "arch_name": "0037@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65349", - "roomcode": "5433.EG.037", - "usage": 183 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65350", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65349, + "usage_id": 183 + }, + "5433.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0038, HA Elektro", "arch_name": "0038@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65350", - "roomcode": "5433.EG.038", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65351", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65350, + "usage_id": 160 + }, + "5433.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0039, Trafo", "arch_name": "0039@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65351", - "roomcode": "5433.EG.039", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65352", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65351, + "usage_id": 160 + }, + "5433.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0040, BMZ", "arch_name": "0040@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65352", - "roomcode": "5433.EG.040", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65907", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65352, + "usage_id": 120 + }, + "5433.EG.040A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0040A, SiBe", "arch_name": "0040A@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65907", - "roomcode": "5433.EG.040A", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65353", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65907, + "usage_id": 120 + }, + "5433.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0041, 1. Hilfe", "arch_name": "0041@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65353", - "roomcode": "5433.EG.041", - "usage": 178 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65908", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65353, + "usage_id": 178 + }, + "5433.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0042, Stuhllager", "arch_name": "0042@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=43449", - "operator": "[ TUWIB18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65908", - "roomcode": "5433.EG.042", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65367", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43449, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65908, + "usage_id": 30 + }, + "5433.EG.090": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0090, Windfang", "arch_name": "0090@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65367", - "roomcode": "5433.EG.090", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65369", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65367, + "usage_id": 52 + }, + "5433.EG.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0091, Eingangsbereich", "arch_name": "0091@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65369", - "roomcode": "5433.EG.091", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65543", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65369, + "usage_id": 222 + }, + "5433.EG.091B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0091B, Aufzug", "arch_name": "0091B@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65543", - "roomcode": "5433.EG.091B", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65372", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65543, + "usage_id": 4 + }, + "5433.EG.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0092, Flur/Eingang", "arch_name": "0092@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65372", - "roomcode": "5433.EG.092", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65373", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65372, + "usage_id": 222 + }, + "5433.EG.094": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0094, Treppenhaus", "arch_name": "0094@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65373", - "roomcode": "5433.EG.094", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 6, EG", - "address_link": "ris.einzelraum?raumkey=65368", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65373, + "usage_id": 223 + }, + "5433.EG.095": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "alt_name": "0095, Flur/Eingang", "arch_name": "0095@5433", - "b_area_id": 36, - "b_filter_id": 1649, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65368", - "roomcode": "5433.EG.095", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55357", + "area_id": 36, + "building_id": 1649, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65368, + "usage_id": 222 + }, + "5501.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1101, Foyer/Studenten Arbeitspl\u00e4tze", "arch_name": "1101@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55357", - "roomcode": "5501.01.101", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55366", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55357, + "usage_id": 222 + }, + "5501.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1102, RP-Labor", "arch_name": "1102@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55366", - "roomcode": "5501.01.102", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55373", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55366, + "usage_id": 103 + }, + "5501.01.102M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1102M, Putzraum", "arch_name": "1102M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55373", - "roomcode": "5501.01.102M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55497", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55373, + "usage_id": 205 + }, + "5501.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1103, Emeritus", "arch_name": "1103@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55497", - "roomcode": "5501.01.103", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55507", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55497, + "usage_id": 12 + }, + "5501.01.103M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1103M, WC-Vorraum Herren", "arch_name": "1103M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55507", - "roomcode": "5501.01.103M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55514", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55507, + "usage_id": 37 + }, + "5501.01.103N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1103N, WC-Vorraum Damen", "arch_name": "1103N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55514", - "roomcode": "5501.01.103N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55521", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55514, + "usage_id": 37 + }, + "5501.01.103P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1103P, WC-Herren", "arch_name": "1103P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55521", - "roomcode": "5501.01.103P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55529", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55521, + "usage_id": 115 + }, + "5501.01.103Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1103Q, WC-Damen", "arch_name": "1103Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55529", - "roomcode": "5501.01.103Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55660", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55529, + "usage_id": 116 + }, + "5501.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1104, Ordinarius", "arch_name": "1104@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55660", - "roomcode": "5501.01.104", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55668", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55660, + "usage_id": 12 + }, + "5501.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1105, Sekretariat", "arch_name": "1105@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55668", - "roomcode": "5501.01.105", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13668", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55668, + "usage_id": 40 + }, + "5501.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1106, B\u00fcro", "arch_name": "1106@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13668", - "roomcode": "5501.01.106", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13719", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13668, + "usage_id": 12 + }, + "5501.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1107, B\u00fcro", "arch_name": "1107@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13719", - "roomcode": "5501.01.107", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55688", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13719, + "usage_id": 12 + }, + "5501.01.107M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1107M, Sammlung", "arch_name": "1107M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15270&cRes=20581&cReadonly=J", - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55688", - "roomcode": "5501.01.107M", - "usage": 187 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55825", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 20581, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55688, + "usage_id": 187 + }, + "5501.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1108, Mikrotechniklabor", "arch_name": "1108@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55825", - "roomcode": "5501.01.108", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=68371", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55825, + "usage_id": 103 + }, + "5501.01.108L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1108MA, Spezialaufnahme", "arch_name": "1108MA@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68371", - "roomcode": "5501.01.108L", - "usage": 124 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55833", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68371, + "usage_id": 124 + }, + "5501.01.108M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1108M, Laser", "arch_name": "1108M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55833", - "roomcode": "5501.01.108M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13733", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55833, + "usage_id": 103 + }, + "5501.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1109, Stud.arbeit", "arch_name": "1109@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15270&cRes=15206&cReadonly=J", - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13733", - "roomcode": "5501.01.109", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55848", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15206, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13733, + "usage_id": 208 + }, + "5501.01.109M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1109M, Teek\u00fcche", "arch_name": "1109M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55848", - "roomcode": "5501.01.109M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29003", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55848, + "usage_id": 198 + }, + "5501.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1110, B\u00fcro", "arch_name": "1110@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29003", - "roomcode": "5501.01.110", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55984", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29003, + "usage_id": 12 + }, + "5501.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1111, Elektr. Labor/Mess.Techn./Tint.", "arch_name": "1111@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55984", - "roomcode": "5501.01.111", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55988", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15270, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55984, + "usage_id": 103 + }, + "5501.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1112, Putzraum", "arch_name": "1112@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55988", - "roomcode": "5501.01.112", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55993", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55988, + "usage_id": 205 + }, + "5501.01.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1125, Emeritus", "arch_name": "1125@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55993", - "roomcode": "5501.01.125", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13796", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55993, + "usage_id": 12 + }, + "5501.01.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1126, Besprechungsraum", "arch_name": "1126@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15270&cRes=15209&cReadonly=J", - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13796", - "roomcode": "5501.01.126", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56006", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15209, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15270, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13796, + "usage_id": 196 + }, + "5501.01.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1127, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1127@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56006", - "roomcode": "5501.01.127", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56137", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56006, + "usage_id": 12 + }, + "5501.01.127M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1127M, Elektroverteiler", "arch_name": "1127M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56137", - "roomcode": "5501.01.127M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56145", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56137, + "usage_id": 120 + }, + "5501.01.127N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1127N, Elektroverteiler", "arch_name": "1127N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56145", - "roomcode": "5501.01.127N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56155", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56145, + "usage_id": 120 + }, + "5501.01.127O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1127o, Nebenraum zu 1127n", "arch_name": "1127o@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56155", - "roomcode": "5501.01.127O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13835", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56155, + "usage_id": 120 + }, + "5501.01.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1128, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1128@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13835", - "roomcode": "5501.01.128", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13838", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13835, + "usage_id": 12 + }, + "5501.01.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1129, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1129@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13838", - "roomcode": "5501.01.129", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56297", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13838, + "usage_id": 12 + }, + "5501.01.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1130, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1130@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56297", - "roomcode": "5501.01.130", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56304", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56297, + "usage_id": 12 + }, + "5501.01.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1131, Ausstellung", "arch_name": "1131@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56304", - "roomcode": "5501.01.131", - "usage": 148 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56313", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56304, + "usage_id": 148 + }, + "5501.01.131M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1131m, Stromversorgung", "arch_name": "1131m@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56313", - "roomcode": "5501.01.131M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56320", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56313, + "usage_id": 160 + }, + "5501.01.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1132, B\u00fcro", "arch_name": "1132@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56320", - "roomcode": "5501.01.132", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56327", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56320, + "usage_id": 12 + }, + "5501.01.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1133, B\u00fcro", "arch_name": "1133@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56327", - "roomcode": "5501.01.133", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13870", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56327, + "usage_id": 12 + }, + "5501.01.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1134, Seminarraum/Vorbereitung", "arch_name": "1134@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15270&cRes=15210&cReadonly=J", - "extended": { - "additional_description": "1134, Seminarraum/Vorbereitung", - "address": "Boltzmannstr. 15(5501), 1.Obergescho\u00df", - "architect_room_nr": "1134@5501", - "area_m2": 70.89, - "building": "5501 Institut f. Mechatronik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "134", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13870", - "roomcode": "5501.01.134", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29514", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15210, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13870, + "usage_id": 41 + }, + "5501.01.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1150, Cyber Versuchslabor", "arch_name": "1150@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=49317&cRes=15265&cReadonly=J", - "list_index": "236", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29514", - "roomcode": "5501.01.150", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53950", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15265, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29514, + "usage_id": 49 + }, + "5501.01.150A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1150A, Serverraum", "arch_name": "1150A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53950", - "roomcode": "5501.01.150A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29550", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53950, + "usage_id": 207 + }, + "5501.01.150B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1150B, Stud.arbeit", "arch_name": "1150B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29550", - "roomcode": "5501.01.150B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=75057", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29550, + "usage_id": 208 + }, + "5501.01.150C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1150C, Flur", "arch_name": "1150C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75057", - "roomcode": "5501.01.150C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53969", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75057, + "usage_id": 222 + }, + "5501.01.160": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160, Aufenthaltsraum", "arch_name": "1160@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53969", - "roomcode": "5501.01.160", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71850", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53969, + "usage_id": 44 + }, + "5501.01.160A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160A, Flur", "arch_name": "1160A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71850", - "roomcode": "5501.01.160A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71852", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71850, + "usage_id": 222 + }, + "5501.01.160B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160B, Beh.-WC", "arch_name": "1160B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71852", - "roomcode": "5501.01.160B", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71851", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71852, + "usage_id": 117 + }, + "5501.01.160C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160C, WC-Vorraum Herren", "arch_name": "1160C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71851", - "roomcode": "5501.01.160C", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53976", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71851, + "usage_id": 118 + }, + "5501.01.160M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "116, Technik", "arch_name": "116@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53976", - "roomcode": "5501.01.160M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54089", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53976, + "usage_id": 120 + }, + "5501.01.160N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160N, Technik", "arch_name": "1160N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54089", - "roomcode": "5501.01.160N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54095", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54089, + "usage_id": 120 + }, + "5501.01.160P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160P, WC-Damen / Dusche", "arch_name": "1160P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54095", - "roomcode": "5501.01.160P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54102", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54095, + "usage_id": 116 + }, + "5501.01.160Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160Q, WC-Herren", "arch_name": "1160Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54102", - "roomcode": "5501.01.160Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54108", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54102, + "usage_id": 115 + }, + "5501.01.160S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160S, Umkleide / Dusche Herren", "arch_name": "1160S@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54108", - "roomcode": "5501.01.160S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54114", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54108, + "usage_id": 121 + }, + "5501.01.160T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1160T, Umkleide / Dusche Herren", "arch_name": "1160T@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54114", - "roomcode": "5501.01.160T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54129", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54114, + "usage_id": 121 + }, + "5501.01.161A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1161A, Lager Optik Werkstatt", "arch_name": "1161A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54129", - "roomcode": "5501.01.161A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54253", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54129, + "usage_id": 30 + }, + "5501.01.161B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1161B, Zugang", "arch_name": "1161B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54253", - "roomcode": "5501.01.161B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54260", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54253, + "usage_id": 222 + }, + "5501.01.161M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1161M, Besprechungsraum B6", "arch_name": "1161M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15285&cRes=21103&cReadonly=J", - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54260", - "roomcode": "5501.01.161M", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29070", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 21103, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54260, + "usage_id": 196 + }, + "5501.01.162": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1162, Feinmechanische Werkstatt", "arch_name": "1162@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29070", - "roomcode": "5501.01.162", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13989", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29070, + "usage_id": 108 + }, + "5501.01.162A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1162A, B\u00fcro", "arch_name": "1162A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13989", - "roomcode": "5501.01.162A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54278", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13989, + "usage_id": 12 + }, + "5501.01.162B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1162B, Werkstatt", "arch_name": "1162B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54278", - "roomcode": "5501.01.162B", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54284", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54278, + "usage_id": 51 + }, + "5501.01.163": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1163, Druckerraum", "arch_name": "1163@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54284", - "roomcode": "5501.01.163", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54405", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54284, + "usage_id": 110 + }, + "5501.01.175": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1175, Opt. Messlabor", "arch_name": "1175@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54405", - "roomcode": "5501.01.175", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54409", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15270, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54405, + "usage_id": 103 + }, + "5501.01.175M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1175M, Schwei\u00dfraum", "arch_name": "1175M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54409", - "roomcode": "5501.01.175M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54416", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54409, + "usage_id": 51 + }, + "5501.01.175N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1175N, Lager", "arch_name": "1175N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54416", - "roomcode": "5501.01.175N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54421", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54416, + "usage_id": 30 + }, + "5501.01.176": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1176, Mechanikwerkstatt", "arch_name": "1176@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54421", - "roomcode": "5501.01.176", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54426", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15271, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54421, + "usage_id": 108 + }, + "5501.01.176A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1176A, Aufenthalt", "arch_name": "1176A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54426", - "roomcode": "5501.01.176A", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54435", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15271, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54426, + "usage_id": 44 + }, + "5501.01.176M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1176M, Lager", "arch_name": "1176M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54435", - "roomcode": "5501.01.176M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54443", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54435, + "usage_id": 30 + }, + "5501.01.176N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1176N, Materiallager", "arch_name": "1176N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54443", - "roomcode": "5501.01.176N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54731", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54443, + "usage_id": 30 + }, + "5501.01.177": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1177, B\u00fcro", "arch_name": "1177@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54731", - "roomcode": "5501.01.177", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54736", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54731, + "usage_id": 12 + }, + "5501.01.190A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1190A, Leitstand", "arch_name": "1190A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54736", - "roomcode": "5501.01.190A", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54744", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15285, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54736, + "usage_id": 202 + }, + "5501.01.190B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1190b, L\u00fcftungszentrale Nr.1", "arch_name": "1190b@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54744", - "roomcode": "5501.01.190B", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54750", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54744, + "usage_id": 202 + }, + "5501.01.198A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198a, Schacht", "arch_name": "1198a@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54750", - "roomcode": "5501.01.198A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54758", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54750, + "usage_id": 120 + }, + "5501.01.198B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198b, Schacht", "arch_name": "1198b@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54758", - "roomcode": "5501.01.198B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54764", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54758, + "usage_id": 120 + }, + "5501.01.198C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198c, Aufzug", "arch_name": "1198c@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54764", - "roomcode": "5501.01.198C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55203", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54764, + "usage_id": 4 + }, + "5501.01.198D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198d, Schacht", "arch_name": "1198d@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55203", - "roomcode": "5501.01.198D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55210", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55203, + "usage_id": 120 + }, + "5501.01.198E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198e, Schacht", "arch_name": "1198e@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55210", - "roomcode": "5501.01.198E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55218", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55210, + "usage_id": 120 + }, + "5501.01.198F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198f, Schacht", "arch_name": "1198f@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55218", - "roomcode": "5501.01.198F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55225", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55218, + "usage_id": 120 + }, + "5501.01.198G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198g, Schacht", "arch_name": "1198g@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55225", - "roomcode": "5501.01.198G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55233", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55225, + "usage_id": 120 + }, + "5501.01.198H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198h, Schacht", "arch_name": "1198h@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55233", - "roomcode": "5501.01.198H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55241", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55233, + "usage_id": 120 + }, + "5501.01.198I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198i, Treppenraum", "arch_name": "1198i@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55241", - "roomcode": "5501.01.198I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54893", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55241, + "usage_id": 223 + }, + "5501.01.198J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198j, Schacht", "arch_name": "1198j@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54893", - "roomcode": "5501.01.198J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54898", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54893, + "usage_id": 120 + }, + "5501.01.198K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198k, Schacht", "arch_name": "1198k@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54898", - "roomcode": "5501.01.198K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54904", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54898, + "usage_id": 120 + }, + "5501.01.198L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198l, Schacht", "arch_name": "1198l@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54904", - "roomcode": "5501.01.198L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54909", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54904, + "usage_id": 120 + }, + "5501.01.198M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198m, Aufzug", "arch_name": "1198m@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54909", - "roomcode": "5501.01.198M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54915", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54909, + "usage_id": 4 + }, + "5501.01.198N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198n, Schacht", "arch_name": "1198n@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54915", - "roomcode": "5501.01.198N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54919", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54915, + "usage_id": 120 + }, + "5501.01.198O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198o, Schacht", "arch_name": "1198o@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54919", - "roomcode": "5501.01.198O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54925", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54919, + "usage_id": 120 + }, + "5501.01.198P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198p, Schacht", "arch_name": "1198p@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54925", - "roomcode": "5501.01.198P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54929", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54925, + "usage_id": 120 + }, + "5501.01.198Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198q, Schacht", "arch_name": "1198q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54929", - "roomcode": "5501.01.198Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54567", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54929, + "usage_id": 120 + }, + "5501.01.198R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198r, Schacht", "arch_name": "1198r@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54567", - "roomcode": "5501.01.198R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54573", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54567, + "usage_id": 120 + }, + "5501.01.198S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198s, Schacht", "arch_name": "1198s@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54573", - "roomcode": "5501.01.198S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54576", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54573, + "usage_id": 120 + }, + "5501.01.198T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198t, Schacht", "arch_name": "1198t@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54576", - "roomcode": "5501.01.198T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54581", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54576, + "usage_id": 120 + }, + "5501.01.198U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198u, Schacht", "arch_name": "1198u@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54581", - "roomcode": "5501.01.198U", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54585", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54581, + "usage_id": 120 + }, + "5501.01.198V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198v, Schacht", "arch_name": "1198v@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54585", - "roomcode": "5501.01.198V", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54594", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54585, + "usage_id": 120 + }, + "5501.01.198X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1198x, Schacht", "arch_name": "1198x@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54594", - "roomcode": "5501.01.198X", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55052", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54594, + "usage_id": 120 + }, + "5501.01.199A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199A, Flur", "arch_name": "1199A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55052", - "roomcode": "5501.01.199A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55056", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55052, + "usage_id": 222 + }, + "5501.01.199B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199B, Flur", "arch_name": "1199B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55056", - "roomcode": "5501.01.199B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55060", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55056, + "usage_id": 222 + }, + "5501.01.199C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199C, Flur/Allraum", "arch_name": "1199C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55060", - "roomcode": "5501.01.199C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55068", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55060, + "usage_id": 222 + }, + "5501.01.199D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199D, Treppenraum", "arch_name": "1199D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55068", - "roomcode": "5501.01.199D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55071", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55068, + "usage_id": 223 + }, + "5501.01.199E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199E, Flur", "arch_name": "1199E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55071", - "roomcode": "5501.01.199E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55077", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55071, + "usage_id": 222 + }, + "5501.01.199F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199F, Flur", "arch_name": "1199F@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55077", - "roomcode": "5501.01.199F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71848", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55077, + "usage_id": 222 + }, + "5501.01.199G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199G, Flur", "arch_name": "1199G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71848", - "roomcode": "5501.01.199G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55082", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71848, + "usage_id": 222 + }, + "5501.01.199I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199I, Treppenraum", "arch_name": "1199I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55082", - "roomcode": "5501.01.199I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55086", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55082, + "usage_id": 223 + }, + "5501.01.199J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199J, Flur", "arch_name": "1199J@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55086", - "roomcode": "5501.01.199J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59316", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55086, + "usage_id": 222 + }, + "5501.01.199K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199K, Flur", "arch_name": "1199K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59316", - "roomcode": "5501.01.199K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59321", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59316, + "usage_id": 222 + }, + "5501.01.199L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199L, Flur", "arch_name": "1199L@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59321", - "roomcode": "5501.01.199L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59326", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59321, + "usage_id": 222 + }, + "5501.01.199M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199M, Galerie", "arch_name": "1199M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59326", - "roomcode": "5501.01.199M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59331", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59326, + "usage_id": 206 + }, + "5501.01.199N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199N, Treppenraum", "arch_name": "1199N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59331", - "roomcode": "5501.01.199N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59340", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59331, + "usage_id": 223 + }, + "5501.01.199P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199P, Flur", "arch_name": "1199P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59340", - "roomcode": "5501.01.199P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59344", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59340, + "usage_id": 222 + }, + "5501.01.199Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199Q, Galerie", "arch_name": "1199Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59344", - "roomcode": "5501.01.199Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59403", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59344, + "usage_id": 206 + }, + "5501.01.199S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199S, Flur", "arch_name": "1199S@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59403", - "roomcode": "5501.01.199S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59406", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59403, + "usage_id": 222 + }, + "5501.01.199T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199T, Treppe", "arch_name": "1199T@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59406", - "roomcode": "5501.01.199T", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59411", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59406, + "usage_id": 223 + }, + "5501.01.199U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199U, Treppe/Podest", "arch_name": "1199U@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59411", - "roomcode": "5501.01.199U", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59418", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59411, + "usage_id": 223 + }, + "5501.01.199W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199w, Galerie", "arch_name": "1199w@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59418", - "roomcode": "5501.01.199W", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59428", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59418, + "usage_id": 206 + }, + "5501.01.199Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1199R, Flur", "arch_name": "1199R@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59428", - "roomcode": "5501.01.199Y", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=29401", + "area_id": 34, + "building_id": 833, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59428, + "usage_id": 222 + }, + "5501.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2101, Seminarraum", "arch_name": "2101@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15252&cRes=18106&cReadonly=J", - "extended": { - "additional_description": "2101, Seminarraum", - "address": "Boltzmannstr. 15(5501), 2.Obergescho\u00df", - "architect_room_nr": "2101@5501", - "area_m2": 98.22, - "building": "5501 Institut f. Mechatronik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29401", - "roomcode": "5501.02.101", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59797", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 18106, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29401, + "usage_id": 41 + }, + "5501.02.102A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2102A, B\u00fcro", "arch_name": "2102A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59797", - "roomcode": "5501.02.102A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59798", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59797, + "usage_id": 12 + }, + "5501.02.102B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2102B, B\u00fcro", "arch_name": "2102B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59798", - "roomcode": "5501.02.102B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59489", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59798, + "usage_id": 12 + }, + "5501.02.102M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2102M, Putzraum", "arch_name": "2102M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59489", - "roomcode": "5501.02.102M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=29059", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59489, + "usage_id": 205 + }, + "5501.02.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2103, B\u00fcro/Emeritus", "arch_name": "2103@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29059", - "roomcode": "5501.02.103", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59497", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29059, + "usage_id": 12 + }, + "5501.02.103M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2103M, WC-Vorraum Herren", "arch_name": "2103M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59497", - "roomcode": "5501.02.103M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59502", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59497, + "usage_id": 37 + }, + "5501.02.103N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2103N, WC-Vorraum Herren", "arch_name": "2103N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59502", - "roomcode": "5501.02.103N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59508", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59502, + "usage_id": 37 + }, + "5501.02.103P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2103P, WC-Herren", "arch_name": "2103P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59508", - "roomcode": "5501.02.103P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59512", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59508, + "usage_id": 115 + }, + "5501.02.103Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2103Q, WC-Damen", "arch_name": "2103Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59512", - "roomcode": "5501.02.103Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59517", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59512, + "usage_id": 116 + }, + "5501.02.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2104, Seminar", "arch_name": "2104@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=49317&cRes=18419&cReadonly=J", - "extended": { - "additional_description": "2104, Seminar", - "address": "Boltzmannstr. 15(5501), 2.Obergescho\u00df", - "architect_room_nr": "2104@5501", - "area_m2": 49.0, - "building": "5501 Institut f. Mechatronik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59517", - "roomcode": "5501.02.104", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13585", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 18419, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 49317, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59517, + "usage_id": 41 + }, + "5501.02.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2105, B\u00fcro", "arch_name": "2105@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13585", - "roomcode": "5501.02.105", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59578", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13585, + "usage_id": 12 + }, + "5501.02.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2106, B\u00fcro", "arch_name": "2106@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59578", - "roomcode": "5501.02.106", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13589", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59578, + "usage_id": 12 + }, + "5501.02.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2107, B\u00fcro", "arch_name": "2107@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13589", - "roomcode": "5501.02.107", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59584", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13589, + "usage_id": 12 + }, + "5501.02.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2108, Sekretariat", "arch_name": "2108@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59584", - "roomcode": "5501.02.108", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59589", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59584, + "usage_id": 40 + }, + "5501.02.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2109, Sekretariat", "arch_name": "2109@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59589", - "roomcode": "5501.02.109", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59596", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59589, + "usage_id": 40 + }, + "5501.02.109M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2109M, Teek\u00fcche", "arch_name": "2109M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59596", - "roomcode": "5501.02.109M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59599", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59596, + "usage_id": 198 + }, + "5501.02.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2110, Prof.-B\u00fcro", "arch_name": "2110@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59599", - "roomcode": "5501.02.110", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59652", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59599, + "usage_id": 12 + }, + "5501.02.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2111, Besprechungsraum", "arch_name": "2111@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59652", - "roomcode": "5501.02.111", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13632", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59652, + "usage_id": 196 + }, + "5501.02.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2112, B\u00fcro", "arch_name": "2112@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13632", - "roomcode": "5501.02.112", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59658", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43476, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13632, + "usage_id": 12 + }, + "5501.02.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2113, B\u00fcro", "arch_name": "2113@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=50158", - "operator": "[ TUMWMFM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59658", - "roomcode": "5501.02.113", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71909", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 50158, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59658, + "usage_id": 12 + }, + "5501.02.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2114, Lager", "arch_name": "2114@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71909", - "roomcode": "5501.02.114", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=29532", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71909, + "usage_id": 30 + }, + "5501.02.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2125, B\u00fcro", "arch_name": "2125@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29532", - "roomcode": "5501.02.125", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59673", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29532, + "usage_id": 12 + }, + "5501.02.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2126, B\u00fcro", "arch_name": "2126@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59673", - "roomcode": "5501.02.126", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59677", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59673, + "usage_id": 12 + }, + "5501.02.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2127, B\u00fcro", "arch_name": "2127@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=50457", - "operator": "[ TUMWLBA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59677", - "roomcode": "5501.02.127", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13652", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50457, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59677, + "usage_id": 12 + }, + "5501.02.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2128, B\u00fcro", "arch_name": "2128@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=50158", - "operator": "[ TUMWMFM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13652", - "roomcode": "5501.02.128", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59732", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50158, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13652, + "usage_id": 12 + }, + "5501.02.128M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2128M, Elektroverteiler", "arch_name": "2128M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59732", - "roomcode": "5501.02.128M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59737", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59732, + "usage_id": 120 + }, + "5501.02.128N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2128N, Elektroverteiler", "arch_name": "2128N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59737", - "roomcode": "5501.02.128N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59742", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59737, + "usage_id": 120 + }, + "5501.02.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2129, B\u00fcro", "arch_name": "2129@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=50158", - "operator": "[ TUMWMFM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59742", - "roomcode": "5501.02.129", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59748", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50158, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59742, + "usage_id": 12 + }, + "5501.02.129M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2129M, Elektroverteiler", "arch_name": "2129M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59748", - "roomcode": "5501.02.129M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59753", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59748, + "usage_id": 120 + }, + "5501.02.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2130, B\u00fcro", "arch_name": "2130@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=50158", - "operator": "[ TUMWMFM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59753", - "roomcode": "5501.02.130", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59758", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50158, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59753, + "usage_id": 12 + }, + "5501.02.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2131, B\u00fcro", "arch_name": "2131@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=50457", - "operator": "[ TUMWLBA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59758", - "roomcode": "5501.02.131", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59762", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59758, + "usage_id": 12 + }, + "5501.02.131M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2131M, Lager", "arch_name": "2131M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59762", - "roomcode": "5501.02.131M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59767", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59762, + "usage_id": 30 + }, + "5501.02.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2132, B\u00fcro", "arch_name": "2132@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=50457", - "operator": "[ TUMWLBA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59767", - "roomcode": "5501.02.132", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59817", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50457, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59767, + "usage_id": 12 + }, + "5501.02.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2133, Besprechungsraum", "arch_name": "2133@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=29772&cReadonly=J", - "list_index": "343", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59817", - "roomcode": "5501.02.133", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59821", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 29772, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59817, + "usage_id": 196 + }, + "5501.02.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2134, B\u00fcro", "arch_name": "2134@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59821", - "roomcode": "5501.02.134", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13761", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59821, + "usage_id": 12 + }, + "5501.02.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2135, B\u00fcro", "arch_name": "2135@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13761", - "roomcode": "5501.02.135", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13763", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13761, + "usage_id": 12 + }, + "5501.02.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2136, B\u00fcro", "arch_name": "2136@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13763", - "roomcode": "5501.02.136", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13765", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13763, + "usage_id": 12 + }, + "5501.02.137": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2137, B\u00fcro", "arch_name": "2137@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13765", - "roomcode": "5501.02.137", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13767", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13765, + "usage_id": 12 + }, + "5501.02.138": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2138, B\u00fcro", "arch_name": "2138@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13767", - "roomcode": "5501.02.138", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59839", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13767, + "usage_id": 12 + }, + "5501.02.138M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2138M, EDV-Praktikum/VR-Labor", "arch_name": "2138M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59839", - "roomcode": "5501.02.138M", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13771", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 49317, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59839, + "usage_id": 208 + }, + "5501.02.139": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2139, B\u00fcro", "arch_name": "2139@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13771", - "roomcode": "5501.02.139", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59846", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13771, + "usage_id": 12 + }, + "5501.02.139M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2139m, Elektroverteiler", "arch_name": "2139m@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59846", - "roomcode": "5501.02.139M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13774", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59846, + "usage_id": 120 + }, + "5501.02.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2140, Verwaltung Drittmittel", "arch_name": "2140@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13774", - "roomcode": "5501.02.140", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58801", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13774, + "usage_id": 12 + }, + "5501.02.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2141, B\u00fcro", "arch_name": "2141@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58801", - "roomcode": "5501.02.141", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=29078", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58801, + "usage_id": 12 + }, + "5501.02.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2142, Studentenarbeitsraum", "arch_name": "2142@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=15260&cReadonly=J", - "list_index": "354", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29078", - "roomcode": "5501.02.142", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=29079", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15260, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29078, + "usage_id": 208 + }, + "5501.02.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2150, Besprechungsraum", "arch_name": "2150@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=15261&cReadonly=J", - "list_index": "355", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29079", - "roomcode": "5501.02.150", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58810", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15261, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29079, + "usage_id": 196 + }, + "5501.02.150A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2150A, Serverraum", "arch_name": "2150A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58810", - "roomcode": "5501.02.150A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58813", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58810, + "usage_id": 207 + }, + "5501.02.150B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2150B, Peripherie", "arch_name": "2150B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58813", - "roomcode": "5501.02.150B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58816", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58813, + "usage_id": 30 + }, + "5501.02.160": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2160, Technik", "arch_name": "2160@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58816", - "roomcode": "5501.02.160", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58818", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58816, + "usage_id": 120 + }, + "5501.02.161": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2161, Technik", "arch_name": "2161@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58818", - "roomcode": "5501.02.161", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58821", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58818, + "usage_id": 120 + }, + "5501.02.198A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198a, Schacht", "arch_name": "2198a@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58821", - "roomcode": "5501.02.198A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58824", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58821, + "usage_id": 120 + }, + "5501.02.198B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198b, Schacht", "arch_name": "2198b@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58824", - "roomcode": "5501.02.198B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58827", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58824, + "usage_id": 120 + }, + "5501.02.198C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198c, Aufzug", "arch_name": "2198c@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58827", - "roomcode": "5501.02.198C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58831", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58827, + "usage_id": 4 + }, + "5501.02.198D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198d, Schacht", "arch_name": "2198d@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58831", - "roomcode": "5501.02.198D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58835", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58831, + "usage_id": 120 + }, + "5501.02.198E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198e, Schacht", "arch_name": "2198e@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58835", - "roomcode": "5501.02.198E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58839", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58835, + "usage_id": 120 + }, + "5501.02.198F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198f, Schacht", "arch_name": "2198f@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58839", - "roomcode": "5501.02.198F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58893", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58839, + "usage_id": 120 + }, + "5501.02.198G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198g, Schacht", "arch_name": "2198g@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58893", - "roomcode": "5501.02.198G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58897", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58893, + "usage_id": 120 + }, + "5501.02.198H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198h, Schacht", "arch_name": "2198h@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58897", - "roomcode": "5501.02.198H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58900", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58897, + "usage_id": 120 + }, + "5501.02.198I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198i, Schacht", "arch_name": "2198i@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58900", - "roomcode": "5501.02.198I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58904", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58900, + "usage_id": 120 + }, + "5501.02.198J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198j, Schacht", "arch_name": "2198j@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58904", - "roomcode": "5501.02.198J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58908", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58904, + "usage_id": 120 + }, + "5501.02.198K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198k, Schacht", "arch_name": "2198k@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58908", - "roomcode": "5501.02.198K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58911", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58908, + "usage_id": 120 + }, + "5501.02.198L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198l, Schacht", "arch_name": "2198l@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58911", - "roomcode": "5501.02.198L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58914", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58911, + "usage_id": 120 + }, + "5501.02.198M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198M, Schacht", "arch_name": "2198M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58914", - "roomcode": "5501.02.198M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58918", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58914, + "usage_id": 120 + }, + "5501.02.198N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198n, Schacht", "arch_name": "2198n@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58918", - "roomcode": "5501.02.198N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58922", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58918, + "usage_id": 120 + }, + "5501.02.198O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198o, Schacht", "arch_name": "2198o@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58922", - "roomcode": "5501.02.198O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58926", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58922, + "usage_id": 120 + }, + "5501.02.198P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198p, Schacht", "arch_name": "2198p@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58926", - "roomcode": "5501.02.198P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58929", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58926, + "usage_id": 120 + }, + "5501.02.198Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2198q, Schacht", "arch_name": "2198q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58929", - "roomcode": "5501.02.198Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58933", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58929, + "usage_id": 120 + }, + "5501.02.199A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199A, Flur", "arch_name": "2199A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58933", - "roomcode": "5501.02.199A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58936", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58933, + "usage_id": 222 + }, + "5501.02.199B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199B, Flur", "arch_name": "2199B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58936", - "roomcode": "5501.02.199B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58989", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58936, + "usage_id": 222 + }, + "5501.02.199C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199C, Flur", "arch_name": "2199C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58989", - "roomcode": "5501.02.199C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58992", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58989, + "usage_id": 222 + }, + "5501.02.199D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199D, Treppenraum", "arch_name": "2199D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58992", - "roomcode": "5501.02.199D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58996", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58992, + "usage_id": 223 + }, + "5501.02.199E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199E, Flur", "arch_name": "2199E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58996", - "roomcode": "5501.02.199E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58999", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58996, + "usage_id": 222 + }, + "5501.02.199F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199F, Flur", "arch_name": "2199F@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58999", - "roomcode": "5501.02.199F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71916", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58999, + "usage_id": 222 + }, + "5501.02.199G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199G, Flur", "arch_name": "2199G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71916", - "roomcode": "5501.02.199G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71917", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71916, + "usage_id": 222 + }, + "5501.02.199H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199H, Flur", "arch_name": "2199H@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71917", - "roomcode": "5501.02.199H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59003", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71917, + "usage_id": 222 + }, + "5501.02.199I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199I, Treppenraum", "arch_name": "2199I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59003", - "roomcode": "5501.02.199I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59006", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59003, + "usage_id": 223 + }, + "5501.02.199K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199K, Flur", "arch_name": "2199K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59006", - "roomcode": "5501.02.199K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59009", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59006, + "usage_id": 222 + }, + "5501.02.199M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199M, Galerie", "arch_name": "2199M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59009", - "roomcode": "5501.02.199M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59012", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59009, + "usage_id": 206 + }, + "5501.02.199N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199N, Treppenraum", "arch_name": "2199N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59012", - "roomcode": "5501.02.199N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59014", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59012, + "usage_id": 223 + }, + "5501.02.199O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2199O, Flur", "arch_name": "2199O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59014", - "roomcode": "5501.02.199O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59025", + "area_id": 34, + "building_id": 833, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59014, + "usage_id": 222 + }, + "5501.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3101, Steuerung L\u00fcftung", "arch_name": "3101@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59025", - "roomcode": "5501.03.101", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13893", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59025, + "usage_id": 32 + }, + "5501.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3102, Praktikumsraum", "arch_name": "3102@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15271&cRes=15214&cReadonly=J", - "list_index": "391", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13893", - "roomcode": "5501.03.102", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59036", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 15214, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13893, + "usage_id": 211 + }, + "5501.03.102M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3102M, Putzraum", "arch_name": "3102M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59036", - "roomcode": "5501.03.102M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59037", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59036, + "usage_id": 205 + }, + "5501.03.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3103, Gastprofessor", "arch_name": "3103@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59037", - "roomcode": "5501.03.103", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59038", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59037, + "usage_id": 12 + }, + "5501.03.103M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3103M, WC-Herren", "arch_name": "3103M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59038", - "roomcode": "5501.03.103M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59040", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59038, + "usage_id": 115 + }, + "5501.03.103N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3103N, WC-Damen", "arch_name": "3103N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59040", - "roomcode": "5501.03.103N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59043", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59040, + "usage_id": 116 + }, + "5501.03.103P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3103P, WC-Herren", "arch_name": "3103P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59043", - "roomcode": "5501.03.103P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59045", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59043, + "usage_id": 115 + }, + "5501.03.103Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3103Q, WC-Damen", "arch_name": "3103Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59045", - "roomcode": "5501.03.103Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13897", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59045, + "usage_id": 116 + }, + "5501.03.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3104, Mitarbeiterb\u00fcro", "arch_name": "3104@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13897", - "roomcode": "5501.03.104", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59042", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13897, + "usage_id": 12 + }, + "5501.03.104M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3104M, Foyer", "arch_name": "3104M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59042", - "roomcode": "5501.03.104M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59044", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59042, + "usage_id": 222 + }, + "5501.03.104N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3104N, Verkehrsfl.", "arch_name": "3104N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59044", - "roomcode": "5501.03.104N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71919", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59044, + "usage_id": 222 + }, + "5501.03.104P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3104P, Unterrichtsraum", "arch_name": "3104P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "extended": { - "additional_description": "3104P, Unterrichtsraum", - "address": "Boltzmannstr. 15(5501), 3.Obergescho\u00df", - "architect_room_nr": "3104P@5501", - "area_m2": 21.84, - "building": "5501 Institut f. Mechatronik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104P", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71919", - "roomcode": "5501.03.104P", - "usage": 130 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71918", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71919, + "usage_id": 130 + }, + "5501.03.104Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3104Q, Unterrichtsraum", "arch_name": "3104Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "extended": { - "additional_description": "3104Q, Unterrichtsraum", - "address": "Boltzmannstr. 15(5501), 3.Obergescho\u00df", - "architect_room_nr": "3104Q@5501", - "area_m2": 30.0, - "building": "5501 Institut f. Mechatronik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104Q", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71918", - "roomcode": "5501.03.104Q", - "usage": 130 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13901", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71918, + "usage_id": 130 + }, + "5501.03.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3105, MKS-Lab, Computer/Studenten", "arch_name": "3105@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15271&cRes=25705&cReadonly=J", - "list_index": "403", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13901", - "roomcode": "5501.03.105", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=59046", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 25705, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13901, + "usage_id": 211 + }, + "5501.03.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3106, Werkstattlager", "arch_name": "3106@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59046", - "roomcode": "5501.03.106", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=17955", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59046, + "usage_id": 30 + }, + "5501.03.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3107, Werkstatt", "arch_name": "3107@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17955", - "roomcode": "5501.03.107", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50862", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17955, + "usage_id": 51 + }, + "5501.03.107M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3107M, Besprechungsraum", "arch_name": "3107M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50862", - "roomcode": "5501.03.107M", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50864", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50862, + "usage_id": 196 + }, + "5501.03.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3108, Exp. Arbeitsplatz/Labor 1", "arch_name": "3108@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50864", - "roomcode": "5501.03.108", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50868", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15271, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50864, + "usage_id": 194 + }, + "5501.03.108M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3108M, Archiv/Dokumentation", "arch_name": "3108M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50868", - "roomcode": "5501.03.108M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50871", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50868, + "usage_id": 2 + }, + "5501.03.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3109, Exp. Arbeitsplatz/Labor 2", "arch_name": "3109@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50871", - "roomcode": "5501.03.109", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50874", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15271, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50871, + "usage_id": 194 + }, + "5501.03.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3110, Exp. Arbeitsplatz/Labor 3", "arch_name": "3110@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50874", - "roomcode": "5501.03.110", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50878", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15271, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50874, + "usage_id": 194 + }, + "5501.03.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3125, Prof.-B\u00fcro", "arch_name": "3125@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50878", - "roomcode": "5501.03.125", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50883", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50878, + "usage_id": 12 + }, + "5501.03.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3126, Sekretariat", "arch_name": "3126@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50883", - "roomcode": "5501.03.126", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50888", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50883, + "usage_id": 40 + }, + "5501.03.126M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3126M, Elektroverteiler", "arch_name": "3126M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50888", - "roomcode": "5501.03.126M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=50893", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50888, + "usage_id": 120 + }, + "5501.03.126N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3126N, Elektroverteiler", "arch_name": "3126N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50893", - "roomcode": "5501.03.126N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51030", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50893, + "usage_id": 120 + }, + "5501.03.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3127, Mitarbeiterb\u00fcro", "arch_name": "3127@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51030", - "roomcode": "5501.03.127", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51036", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51030, + "usage_id": 12 + }, + "5501.03.127M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3127M, Server", "arch_name": "3127M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51036", - "roomcode": "5501.03.127M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51039", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51036, + "usage_id": 207 + }, + "5501.03.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3128, Kopierraum", "arch_name": "3128@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51039", - "roomcode": "5501.03.128", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51043", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51039, + "usage_id": 110 + }, + "5501.03.128M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3128M, Teek\u00fcche", "arch_name": "3128M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51043", - "roomcode": "5501.03.128M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51049", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51043, + "usage_id": 198 + }, + "5501.03.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3129, Mitarbeiterb\u00fcro mit Besprechung", "arch_name": "3129@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51049", - "roomcode": "5501.03.129", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51052", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51049, + "usage_id": 12 + }, + "5501.03.129M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3129M, Archiv", "arch_name": "3129M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51052", - "roomcode": "5501.03.129M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51058", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51052, + "usage_id": 2 + }, + "5501.03.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3130, Mitarbeiterb\u00fcro mit Besprechung", "arch_name": "3130@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51058", - "roomcode": "5501.03.130", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=51062", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51058, + "usage_id": 12 + }, + "5501.03.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3131, Mitarbeiterb\u00fcro", "arch_name": "3131@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51062", - "roomcode": "5501.03.131", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13149", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51062, + "usage_id": 12 + }, + "5501.03.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3132, Mitarbeiterb\u00fcro", "arch_name": "3132@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13149", - "roomcode": "5501.03.132", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48581", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13149, + "usage_id": 12 + }, + "5501.03.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3133, Mitarbeiterb\u00fcro", "arch_name": "3133@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48581", - "roomcode": "5501.03.133", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13154", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48581, + "usage_id": 12 + }, + "5501.03.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3134, Mitarbeiterb\u00fcro", "arch_name": "3134@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13154", - "roomcode": "5501.03.134", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13158", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13154, + "usage_id": 12 + }, + "5501.03.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3135, Mitarbeiterb\u00fcro", "arch_name": "3135@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13158", - "roomcode": "5501.03.135", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48596", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13158, + "usage_id": 12 + }, + "5501.03.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3136, B\u00fcro", "arch_name": "3136@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15271&cRes=25099&cReadonly=J", - "list_index": "427", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48596", - "roomcode": "5501.03.136", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48607", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 25099, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48596, + "usage_id": 12 + }, + "5501.03.138": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3138, Besprechungsraum/Studenten", "arch_name": "3138@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15271&cRes=25261&cReadonly=J", - "list_index": "428", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48607", - "roomcode": "5501.03.138", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48613", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 25261, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48607, + "usage_id": 12 + }, + "5501.03.138M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3138M, Elektroverteiler", "arch_name": "3138M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48613", - "roomcode": "5501.03.138M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13234", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48613, + "usage_id": 120 + }, + "5501.03.139": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3139, Mitarbeiterb\u00fcro", "arch_name": "3139@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13234", - "roomcode": "5501.03.139", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48748", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13234, + "usage_id": 12 + }, + "5501.03.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3140, Mitarbeiterb\u00fcro", "arch_name": "3140@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48748", - "roomcode": "5501.03.140", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48756", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48748, + "usage_id": 12 + }, + "5501.03.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3141, Mitarbeiterb\u00fcro", "arch_name": "3141@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48756", - "roomcode": "5501.03.141", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13243", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48756, + "usage_id": 12 + }, + "5501.03.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3142, Gastprofessor, Postdoc's", "arch_name": "3142@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13243", - "roomcode": "5501.03.142", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13291", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13243, + "usage_id": 12 + }, + "5501.03.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3143, Mitarbeiterb\u00fcro mit Besprechung", "arch_name": "3143@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13291", - "roomcode": "5501.03.143", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48771", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13291, + "usage_id": 12 + }, + "5501.03.144": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3144, Wechselrichtraum", "arch_name": "3144@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48771", - "roomcode": "5501.03.144", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48908", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48771, + "usage_id": 160 + }, + "5501.03.198A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198a, Schacht", "arch_name": "3198a@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48908", - "roomcode": "5501.03.198A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48914", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48908, + "usage_id": 120 + }, + "5501.03.198B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198b, Schacht", "arch_name": "3198b@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48914", - "roomcode": "5501.03.198B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48921", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48914, + "usage_id": 120 + }, + "5501.03.198C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198c, Aufzug", "arch_name": "3198c@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48921", - "roomcode": "5501.03.198C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48932", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48921, + "usage_id": 4 + }, + "5501.03.198D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198d, Schacht", "arch_name": "3198d@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48932", - "roomcode": "5501.03.198D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=48942", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48932, + "usage_id": 120 + }, + "5501.03.198E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198e, Schacht", "arch_name": "3198e@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48942", - "roomcode": "5501.03.198E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49084", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48942, + "usage_id": 120 + }, + "5501.03.198F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198f, Schacht", "arch_name": "3198f@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49084", - "roomcode": "5501.03.198F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49091", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49084, + "usage_id": 120 + }, + "5501.03.198G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198g, Schacht", "arch_name": "3198g@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49091", - "roomcode": "5501.03.198G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49101", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49091, + "usage_id": 120 + }, + "5501.03.198H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198h, Schacht", "arch_name": "3198h@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49101", - "roomcode": "5501.03.198H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49111", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49101, + "usage_id": 120 + }, + "5501.03.198I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198i, Schacht", "arch_name": "3198i@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49111", - "roomcode": "5501.03.198I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49414", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49111, + "usage_id": 120 + }, + "5501.03.198J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198j, Schacht", "arch_name": "3198j@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49414", - "roomcode": "5501.03.198J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49423", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49414, + "usage_id": 120 + }, + "5501.03.198K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198k, Schacht", "arch_name": "3198k@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49423", - "roomcode": "5501.03.198K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49432", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49423, + "usage_id": 120 + }, + "5501.03.198L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198l, Schacht", "arch_name": "3198l@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49432", - "roomcode": "5501.03.198L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49442", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49432, + "usage_id": 120 + }, + "5501.03.198M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198m, Aufzug", "arch_name": "3198m@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49442", - "roomcode": "5501.03.198M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49448", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49442, + "usage_id": 4 + }, + "5501.03.198N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198n, Schacht", "arch_name": "3198n@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49448", - "roomcode": "5501.03.198N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49899", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49448, + "usage_id": 120 + }, + "5501.03.198P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198p, Schacht", "arch_name": "3198p@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49899", - "roomcode": "5501.03.198P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49907", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49899, + "usage_id": 120 + }, + "5501.03.198Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3198q, Schacht", "arch_name": "3198q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49907", - "roomcode": "5501.03.198Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49919", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49907, + "usage_id": 120 + }, + "5501.03.199A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199A, Galerie", "arch_name": "3199A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49919", - "roomcode": "5501.03.199A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49926", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49919, + "usage_id": 206 + }, + "5501.03.199B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199B, Flur", "arch_name": "3199B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49926", - "roomcode": "5501.03.199B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49932", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49926, + "usage_id": 222 + }, + "5501.03.199C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199C, Flur", "arch_name": "3199C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49932", - "roomcode": "5501.03.199C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49584", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49932, + "usage_id": 222 + }, + "5501.03.199D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199D, Treppenraum", "arch_name": "3199D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49584", - "roomcode": "5501.03.199D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49600", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49584, + "usage_id": 223 + }, + "5501.03.199F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199F, Flur/Kopierer", "arch_name": "3199F@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49600", - "roomcode": "5501.03.199F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49605", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49600, + "usage_id": 222 + }, + "5501.03.199G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199G, Flur", "arch_name": "3199G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49605", - "roomcode": "5501.03.199G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49616", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49605, + "usage_id": 222 + }, + "5501.03.199I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199I, Treppenraum", "arch_name": "3199I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49616", - "roomcode": "5501.03.199I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49620", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49616, + "usage_id": 223 + }, + "5501.03.199K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199K, Flur", "arch_name": "3199K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49620", - "roomcode": "5501.03.199K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49257", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49620, + "usage_id": 222 + }, + "5501.03.199L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199L, Flur", "arch_name": "3199L@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49257", - "roomcode": "5501.03.199L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49268", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49257, + "usage_id": 222 + }, + "5501.03.199M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199M, Galerie", "arch_name": "3199M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49268", - "roomcode": "5501.03.199M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49273", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49268, + "usage_id": 206 + }, + "5501.03.199N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3199N, Flur", "arch_name": "3199N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49273", - "roomcode": "5501.03.199N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56387", + "area_id": 34, + "building_id": 833, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49273, + "usage_id": 222 + }, + "5501.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0101, Fachschaft", "arch_name": "0101@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=38689", - "operator": "[ TUMWFSM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56387", - "roomcode": "5501.EG.101", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13385", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 38689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56387, + "usage_id": 12 + }, + "5501.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102, Praktikumsraum", "arch_name": "0102@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=28272&cReadonly=J", - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13385", - "roomcode": "5501.EG.102", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56400", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 28272, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13385, + "usage_id": 211 + }, + "5501.EG.102A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102A, Teek\u00fcche", "arch_name": "0102A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56400", - "roomcode": "5501.EG.102A", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56406", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56400, + "usage_id": 198 + }, + "5501.EG.102M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102M, WC-Vorraum Herren", "arch_name": "0102M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56406", - "roomcode": "5501.EG.102M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56413", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56406, + "usage_id": 37 + }, + "5501.EG.102N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102N, WC-Herren", "arch_name": "0102N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56413", - "roomcode": "5501.EG.102N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54025", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56413, + "usage_id": 115 + }, + "5501.EG.102O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102O, WC-Vorraum", "arch_name": "0102O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54025", - "roomcode": "5501.EG.102O", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54032", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54025, + "usage_id": 37 + }, + "5501.EG.102P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102P, WC-Damen", "arch_name": "0102P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54032", - "roomcode": "5501.EG.102P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54039", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54032, + "usage_id": 116 + }, + "5501.EG.102Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0102Q, Putzraum", "arch_name": "0102Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54039", - "roomcode": "5501.EG.102Q", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13424", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54039, + "usage_id": 205 + }, + "5501.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0103, Sekretariat", "arch_name": "0103@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13424", - "roomcode": "5501.EG.103", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54048", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13424, + "usage_id": 40 + }, + "5501.EG.103M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0103M, WC-Herren", "arch_name": "0103M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54048", - "roomcode": "5501.EG.103M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54175", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54048, + "usage_id": 115 + }, + "5501.EG.103N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0103N, WC-Damen", "arch_name": "0103N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54175", - "roomcode": "5501.EG.103N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13433", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54175, + "usage_id": 116 + }, + "5501.EG.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0104, Prof.-B\u00fcro", "arch_name": "0104@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13433", - "roomcode": "5501.EG.104", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54187", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13433, + "usage_id": 12 + }, + "5501.EG.104A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0104A, Archiv", "arch_name": "0104A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54187", - "roomcode": "5501.EG.104A", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54197", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54187, + "usage_id": 2 + }, + "5501.EG.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0105, Worklab", "arch_name": "0105@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=18813&cReadonly=J", - "extended": { - "additional_description": "0105, Worklab", - "address": "Boltzmannstr. 15(5501), Erdgescho\u00df", - "architect_room_nr": "0105@5501", - "area_m2": 40.03, - "building": "5501 Institut f. Mechatronik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "105", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54197", - "roomcode": "5501.EG.105", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54202", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 18813, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54197, + "usage_id": 131 + }, + "5501.EG.105M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0105M, Seminarraum", "arch_name": "0105M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=18668&cReadonly=J", - "extended": { - "additional_description": "0105M, Seminarraum", - "address": "Boltzmannstr. 15(5501), Erdgescho\u00df", - "architect_room_nr": "0105M@5501", - "area_m2": 78.78, - "building": "5501 Institut f. Mechatronik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "105M", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54202", - "roomcode": "5501.EG.105M", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13468", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 18668, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54202, + "usage_id": 41 + }, + "5501.EG.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0106, Mitarbeiterzimmer", "arch_name": "0106@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13468", - "roomcode": "5501.EG.106", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54333", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13468, + "usage_id": 12 + }, + "5501.EG.106M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0106M, Bibliothek", "arch_name": "0106M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54333", - "roomcode": "5501.EG.106M", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54342", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54333, + "usage_id": 10 + }, + "5501.EG.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0107, Mitarbeiterzimmer", "arch_name": "0107@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54342", - "roomcode": "5501.EG.107", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54350", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54342, + "usage_id": 12 + }, + "5501.EG.107M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0107M, Workstation-Pool", "arch_name": "0107M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54350", - "roomcode": "5501.EG.107M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13502", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54350, + "usage_id": 207 + }, + "5501.EG.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0108, HiWi Lab", "arch_name": "0108@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13502", - "roomcode": "5501.EG.108", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54493", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13502, + "usage_id": 208 + }, + "5501.EG.108M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0108M, Teek\u00fcche", "arch_name": "0108M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54493", - "roomcode": "5501.EG.108M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13507", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54493, + "usage_id": 198 + }, + "5501.EG.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0109, Mitarbeiterzimmer", "arch_name": "0109@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13507", - "roomcode": "5501.EG.109", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13510", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13507, + "usage_id": 12 + }, + "5501.EG.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0110, Labor und Studentenraum", "arch_name": "0110@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13510", - "roomcode": "5501.EG.110", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54516", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13510, + "usage_id": 208 + }, + "5501.EG.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0111, M\u00fcllraum", "arch_name": "0111@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54516", - "roomcode": "5501.EG.111", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13538", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54516, + "usage_id": 214 + }, + "5501.EG.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0125, Mitarbeiterzimmer", "arch_name": "0125@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13538", - "roomcode": "5501.EG.125", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54528", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13538, + "usage_id": 12 + }, + "5501.EG.125M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0125M, Elektroverteiler", "arch_name": "0125M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54528", - "roomcode": "5501.EG.125M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54650", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54528, + "usage_id": 120 + }, + "5501.EG.125N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0125N, Elektroverteiler", "arch_name": "0125N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54650", - "roomcode": "5501.EG.125N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71969", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54650, + "usage_id": 120 + }, + "5501.EG.125X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0125X, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0125X@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71969", - "roomcode": "5501.EG.125X", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13542", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71969, + "usage_id": 204 + }, + "5501.EG.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0126, Mitarbeiterzimmer", "arch_name": "0126@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13542", - "roomcode": "5501.EG.126", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54668", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13542, + "usage_id": 12 + }, + "5501.EG.126M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0126M, Elektroverteiler", "arch_name": "0126M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54668", - "roomcode": "5501.EG.126M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13546", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54668, + "usage_id": 120 + }, + "5501.EG.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0127, Mitarbeiterzimmer", "arch_name": "0127@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13546", - "roomcode": "5501.EG.127", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13569", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13546, + "usage_id": 12 + }, + "5501.EG.128": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0128, Mitarbeiterzimmer", "arch_name": "0128@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13569", - "roomcode": "5501.EG.128", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30120", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13569, + "usage_id": 12 + }, + "5501.EG.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0129, Mitarbeiterzimmer", "arch_name": "0129@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=19708&cReadonly=J", - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30120", - "roomcode": "5501.EG.129", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54829", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 19708, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30120, + "usage_id": 12 + }, + "5501.EG.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0130, B\u00fcro", "arch_name": "0130@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54829", - "roomcode": "5501.EG.130", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54845", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54829, + "usage_id": 12 + }, + "5501.EG.130N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0130N, Regieraum", "arch_name": "0130N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54845", - "roomcode": "5501.EG.130N", - "usage": 153 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13578", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54845, + "usage_id": 153 + }, + "5501.EG.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0131, Mitarbeiterzimmer", "arch_name": "0131@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13578", - "roomcode": "5501.EG.131", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13612", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13578, + "usage_id": 12 + }, + "5501.EG.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0132, B\u00fcro", "arch_name": "0132@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13612", - "roomcode": "5501.EG.132", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13615", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13612, + "usage_id": 12 + }, + "5501.EG.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0133, Mitarbeiterzimmer", "arch_name": "0133@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13615", - "roomcode": "5501.EG.133", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13616", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13615, + "usage_id": 12 + }, + "5501.EG.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0134, Mitarbeiterzimmer", "arch_name": "0134@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13616", - "roomcode": "5501.EG.134", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13618", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13616, + "usage_id": 12 + }, + "5501.EG.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0135, Mitarbeiterzimmer", "arch_name": "0135@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13618", - "roomcode": "5501.EG.135", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55136", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13618, + "usage_id": 12 + }, + "5501.EG.136": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0136, CopyLab / Drucker", "arch_name": "0136@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55136", - "roomcode": "5501.EG.136", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55147", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55136, + "usage_id": 110 + }, + "5501.EG.137": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0137, Praktikumsraum", "arch_name": "0137@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=20276&cReadonly=J", - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55147", - "roomcode": "5501.EG.137", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71979", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 20276, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55147, + "usage_id": 211 + }, + "5501.EG.138": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0138, Flur", "arch_name": "0138@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71979", - "roomcode": "5501.EG.138", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55153", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71979, + "usage_id": 222 + }, + "5501.EG.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0150, Seminar", "arch_name": "0150@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=25644&cReadonly=J", - "extended": { - "additional_description": "0150, Seminar", - "address": "Boltzmannstr. 15(5501), Erdgescho\u00df", - "architect_room_nr": "0150@5501", - "area_m2": 96.28, - "building": "5501 Institut f. Mechatronik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "150", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55153", - "roomcode": "5501.EG.150", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71973", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 25644, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55153, + "usage_id": 41 + }, + "5501.EG.151": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0151, Seminarraum", "arch_name": "0151@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "extended": { - "additional_description": "0151, Seminarraum", - "address": "Boltzmannstr. 15(5501), Erdgescho\u00df", - "architect_room_nr": "0151@5501", - "area_m2": 44.11, - "building": "5501 Institut f. Mechatronik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "151", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71973", - "roomcode": "5501.EG.151", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55164", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71973, + "usage_id": 41 + }, + "5501.EG.160": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160, Abstellraum", "arch_name": "0160@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55164", - "roomcode": "5501.EG.160", - "usage": 159 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55298", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55164, + "usage_id": 159 + }, + "5501.EG.160M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160m, Trafo", "arch_name": "0160m@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55298", - "roomcode": "5501.EG.160M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55306", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55298, + "usage_id": 160 + }, + "5501.EG.160N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160n, Trafo", "arch_name": "0160n@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55306", - "roomcode": "5501.EG.160N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55314", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55306, + "usage_id": 160 + }, + "5501.EG.160O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160O, Technik", "arch_name": "0160O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55314", - "roomcode": "5501.EG.160O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55320", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55314, + "usage_id": 120 + }, + "5501.EG.160P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160p, Trafo", "arch_name": "0160p@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55320", - "roomcode": "5501.EG.160P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55328", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55320, + "usage_id": 160 + }, + "5501.EG.160Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160Q, Server", "arch_name": "0160Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55328", - "roomcode": "5501.EG.160Q", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55459", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55328, + "usage_id": 207 + }, + "5501.EG.160R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160R, Umkleide-Herren", "arch_name": "0160R@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55459", - "roomcode": "5501.EG.160R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55465", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55459, + "usage_id": 121 + }, + "5501.EG.160S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160S, Dusche Herren", "arch_name": "0160S@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55465", - "roomcode": "5501.EG.160S", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55473", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55465, + "usage_id": 113 + }, + "5501.EG.160T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0160T, Umkleide-Damen", "arch_name": "0160T@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55473", - "roomcode": "5501.EG.160T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55485", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55473, + "usage_id": 121 + }, + "5501.EG.161": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0161, Innovation Lab. Studenten", "arch_name": "0161@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "extended": { - "additional_description": "0161, Innovation Lab. Studenten", - "address": "Boltzmannstr. 15(5501), Erdgescho\u00df", - "architect_room_nr": "0161@5501", - "area_m2": 26.26, - "building": "5501 Institut f. Mechatronik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "161", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55485", - "roomcode": "5501.EG.161", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55616", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15271, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55485, + "usage_id": 131 + }, + "5501.EG.162": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0162, Innovation Lab. Studenten", "arch_name": "0162@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "extended": { - "additional_description": "0162, Innovation Lab. Studenten", - "address": "Boltzmannstr. 15(5501), Erdgescho\u00df", - "architect_room_nr": "0162@5501", - "area_m2": 26.26, - "building": "5501 Institut f. Mechatronik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "162", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55616", - "roomcode": "5501.EG.162", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55624", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55616, + "usage_id": 131 + }, + "5501.EG.163": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0163, Pr\u00fcfstand", "arch_name": "0163@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55624", - "roomcode": "5501.EG.163", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55632", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55624, + "usage_id": 51 + }, + "5501.EG.164": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0164, Messwarte", "arch_name": "0164@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55632", - "roomcode": "5501.EG.164", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55641", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55632, + "usage_id": 164 + }, + "5501.EG.165A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0165A, Versuchshalle", "arch_name": "0165A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55641", - "roomcode": "5501.EG.165A", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55649", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55641, + "usage_id": 49 + }, + "5501.EG.165B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0165B, Versuchshalle", "arch_name": "0165B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55649", - "roomcode": "5501.EG.165B", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55781", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55649, + "usage_id": 49 + }, + "5501.EG.166": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0166, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0166@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55781", - "roomcode": "5501.EG.166", - "usage": 182 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55789", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55781, + "usage_id": 182 + }, + "5501.EG.166J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0166J, Messraum", "arch_name": "0166J@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55789", - "roomcode": "5501.EG.166J", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55797", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55789, + "usage_id": 103 + }, + "5501.EG.166K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0166K, Lager", "arch_name": "0166K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55797", - "roomcode": "5501.EG.166K", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55807", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55797, + "usage_id": 30 + }, + "5501.EG.166M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0166M, Simmulationshalle", "arch_name": "0166M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55807", - "roomcode": "5501.EG.166M", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55824", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55807, + "usage_id": 49 + }, + "5501.EG.167": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0167, Gasflaschenlager", "arch_name": "0167@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55824", - "roomcode": "5501.EG.167", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55940", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55824, + "usage_id": 30 + }, + "5501.EG.175": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0175, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0175@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55940", - "roomcode": "5501.EG.175", - "usage": 182 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55958", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55940, + "usage_id": 182 + }, + "5501.EG.176": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0176, Gasflaschenlager", "arch_name": "0176@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55958", - "roomcode": "5501.EG.176", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55965", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55958, + "usage_id": 30 + }, + "5501.EG.177": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0177, Produktsimulation", "arch_name": "0177@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55965", - "roomcode": "5501.EG.177", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55972", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55965, + "usage_id": 49 + }, + "5501.EG.177M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0177M, Opt. Messlabor", "arch_name": "0177M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55972", - "roomcode": "5501.EG.177M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56096", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15270, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55972, + "usage_id": 103 + }, + "5501.EG.178": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0178, Mechanische Werkstatt", "arch_name": "0178@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56096", - "roomcode": "5501.EG.178", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56103", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56096, + "usage_id": 108 + }, + "5501.EG.178A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0178A, Aufenthalt", "arch_name": "0178A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56103", - "roomcode": "5501.EG.178A", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56118", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56103, + "usage_id": 44 + }, + "5501.EG.178M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0178m, Laserlabor", "arch_name": "0178m@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=43476&cRes=30712&cReadonly=J", - "list_index": "125", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56118", - "roomcode": "5501.EG.178M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56124", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 30712, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56118, + "usage_id": 103 + }, + "5501.EG.178N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0178n, Operatorraum", "arch_name": "0178n@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56124", - "roomcode": "5501.EG.178N", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56130", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56124, + "usage_id": 194 + }, + "5501.EG.178O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0178O, Werkstatt", "arch_name": "0178O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56130", - "roomcode": "5501.EG.178O", - "usage": 107 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13942", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43476, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56130, + "usage_id": 107 + }, + "5501.EG.179": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0179, Meisterb\u00fcro", "arch_name": "0179@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13942", - "roomcode": "5501.EG.179", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=16007", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13942, + "usage_id": 12 + }, + "5501.EG.190": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190, Versuchsfeld", "arch_name": "0190@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=20014&cReadonly=J", - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16007", - "roomcode": "5501.EG.190", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56274", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 20014, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16007, + "usage_id": 49 + }, + "5501.EG.190A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190A, Lager", "arch_name": "0190A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56274", - "roomcode": "5501.EG.190A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56283", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15285, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56274, + "usage_id": 30 + }, + "5501.EG.190B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190B, Lager", "arch_name": "0190B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56283", - "roomcode": "5501.EG.190B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56287", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56283, + "usage_id": 30 + }, + "5501.EG.190C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190C, Lager Metalle", "arch_name": "0190C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56287", - "roomcode": "5501.EG.190C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56292", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56287, + "usage_id": 30 + }, + "5501.EG.190D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190D, \u00d6llager", "arch_name": "0190D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56292", - "roomcode": "5501.EG.190D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56296", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56292, + "usage_id": 30 + }, + "5501.EG.190E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190E, Lager Vorrichtungen", "arch_name": "0190E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56296", - "roomcode": "5501.EG.190E", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54061", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56296, + "usage_id": 30 + }, + "5501.EG.190F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190F, Schw. Br\u00fcn. Raum", "arch_name": "0190F@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=23201&cReadonly=J", - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54061", - "roomcode": "5501.EG.190F", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54065", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 23201, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54061, + "usage_id": 51 + }, + "5501.EG.190G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190G, Holzwerkstatt", "arch_name": "0190G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54065", - "roomcode": "5501.EG.190G", - "usage": 107 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54070", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54065, + "usage_id": 107 + }, + "5501.EG.190H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190H, Personal", "arch_name": "0190H@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54070", - "roomcode": "5501.EG.190H", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54075", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54070, + "usage_id": 44 + }, + "5501.EG.190I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190I, Meisterb\u00fcro", "arch_name": "0190I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54075", - "roomcode": "5501.EG.190I", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54079", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54075, + "usage_id": 12 + }, + "5501.EG.190L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190L, Feinmesser", "arch_name": "0190L@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54079", - "roomcode": "5501.EG.190L", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54212", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54079, + "usage_id": 103 + }, + "5501.EG.190M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190M, Fotolabor", "arch_name": "0190M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54212", - "roomcode": "5501.EG.190M", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54218", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15285, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54212, + "usage_id": 104 + }, + "5501.EG.190N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190N, WC-Herren", "arch_name": "0190N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54218", - "roomcode": "5501.EG.190N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54223", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54218, + "usage_id": 115 + }, + "5501.EG.190O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190O, Umkleide", "arch_name": "0190O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54223", - "roomcode": "5501.EG.190O", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54227", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54223, + "usage_id": 121 + }, + "5501.EG.190P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190P, Umkleide-Herren", "arch_name": "0190P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54227", - "roomcode": "5501.EG.190P", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54231", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54227, + "usage_id": 121 + }, + "5501.EG.190Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190Q, Dusche Herren", "arch_name": "0190Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54231", - "roomcode": "5501.EG.190Q", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72001", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54231, + "usage_id": 113 + }, + "5501.EG.190X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0190X, Technologisches Labor", "arch_name": "0190X@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72001", - "roomcode": "5501.EG.190X", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71970", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72001, + "usage_id": 194 + }, + "5501.EG.191": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191, Technologisches Labor", "arch_name": "0191@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71970", - "roomcode": "5501.EG.191", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71975", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71970, + "usage_id": 194 + }, + "5501.EG.191A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191A, Technologisches Labor", "arch_name": "0191A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71975", - "roomcode": "5501.EG.191A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72004", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71975, + "usage_id": 194 + }, + "5501.EG.191B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191B, Technologisches Labor", "arch_name": "0191B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72004", - "roomcode": "5501.EG.191B", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71998", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72004, + "usage_id": 194 + }, + "5501.EG.191C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191C, Technologisches Labor", "arch_name": "0191C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71998", - "roomcode": "5501.EG.191C", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71976", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71998, + "usage_id": 194 + }, + "5501.EG.191D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191D, Technologisches Labor", "arch_name": "0191D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71976", - "roomcode": "5501.EG.191D", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71981", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71976, + "usage_id": 194 + }, + "5501.EG.191E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191E, Technologisches Labor", "arch_name": "0191E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71981", - "roomcode": "5501.EG.191E", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71977", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71981, + "usage_id": 194 + }, + "5501.EG.191F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191F, Technologisches Labor", "arch_name": "0191F@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71977", - "roomcode": "5501.EG.191F", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72000", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71977, + "usage_id": 194 + }, + "5501.EG.191G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191G, Technologisches Labor", "arch_name": "0191G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72000", - "roomcode": "5501.EG.191G", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72002", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72000, + "usage_id": 194 + }, + "5501.EG.191H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191H, Technologisches Labor", "arch_name": "0191H@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72002", - "roomcode": "5501.EG.191H", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71999", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72002, + "usage_id": 194 + }, + "5501.EG.191I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191I, Technologisches Labor", "arch_name": "0191I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71999", - "roomcode": "5501.EG.191I", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71972", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71999, + "usage_id": 194 + }, + "5501.EG.191K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191K, Technologisches Labor", "arch_name": "0191K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71972", - "roomcode": "5501.EG.191K", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71971", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71972, + "usage_id": 194 + }, + "5501.EG.191L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191L, Technologisches Labor", "arch_name": "0191L@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71971", - "roomcode": "5501.EG.191L", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72003", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71971, + "usage_id": 194 + }, + "5501.EG.191M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0191M, Technologisches Labor", "arch_name": "0191M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72003", - "roomcode": "5501.EG.191M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71974", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72003, + "usage_id": 194 + }, + "5501.EG.192": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0192, Technologisches Labor", "arch_name": "0192@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71974", - "roomcode": "5501.EG.192", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72005", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71974, + "usage_id": 194 + }, + "5501.EG.192A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0192A, Technologisches Labor", "arch_name": "0192A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72005", - "roomcode": "5501.EG.192A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54396", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72005, + "usage_id": 194 + }, + "5501.EG.198A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198a, Schacht", "arch_name": "0198a@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54396", - "roomcode": "5501.EG.198A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54401", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54396, + "usage_id": 120 + }, + "5501.EG.198B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198B, Schacht", "arch_name": "0198B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54401", - "roomcode": "5501.EG.198B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54531", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54401, + "usage_id": 120 + }, + "5501.EG.198C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198C, Aufzug", "arch_name": "0198C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54531", - "roomcode": "5501.EG.198C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54536", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54531, + "usage_id": 4 + }, + "5501.EG.198D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198d, Schacht", "arch_name": "0198d@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54536", - "roomcode": "5501.EG.198D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54545", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54536, + "usage_id": 120 + }, + "5501.EG.198E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198e, Schacht", "arch_name": "0198e@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54545", - "roomcode": "5501.EG.198E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54548", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54545, + "usage_id": 120 + }, + "5501.EG.198F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198f, Schacht", "arch_name": "0198f@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54548", - "roomcode": "5501.EG.198F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54555", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54548, + "usage_id": 120 + }, + "5501.EG.198G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198g, Schacht", "arch_name": "0198g@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54555", - "roomcode": "5501.EG.198G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54563", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54555, + "usage_id": 120 + }, + "5501.EG.198H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198h, Schacht", "arch_name": "0198h@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54563", - "roomcode": "5501.EG.198H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54687", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54563, + "usage_id": 120 + }, + "5501.EG.198I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198i, Schacht", "arch_name": "0198i@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54687", - "roomcode": "5501.EG.198I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54698", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54687, + "usage_id": 120 + }, + "5501.EG.198J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198j, Schacht", "arch_name": "0198j@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54698", - "roomcode": "5501.EG.198J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54707", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54698, + "usage_id": 120 + }, + "5501.EG.198K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198k, Schacht", "arch_name": "0198k@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54707", - "roomcode": "5501.EG.198K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54712", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54707, + "usage_id": 120 + }, + "5501.EG.198L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198l, Schacht", "arch_name": "0198l@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54712", - "roomcode": "5501.EG.198L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54722", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54712, + "usage_id": 120 + }, + "5501.EG.198M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198M, Aufzug", "arch_name": "0198M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54722", - "roomcode": "5501.EG.198M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54852", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54722, + "usage_id": 4 + }, + "5501.EG.198N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198n, Schacht", "arch_name": "0198n@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54852", - "roomcode": "5501.EG.198N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54857", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54852, + "usage_id": 120 + }, + "5501.EG.198O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198o, Schacht", "arch_name": "0198o@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54857", - "roomcode": "5501.EG.198O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54875", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54857, + "usage_id": 120 + }, + "5501.EG.198Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198q, Schacht", "arch_name": "0198q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54875", - "roomcode": "5501.EG.198Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54877", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54875, + "usage_id": 120 + }, + "5501.EG.198V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198v, Schacht", "arch_name": "0198v@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54877", - "roomcode": "5501.EG.198V", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54884", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54877, + "usage_id": 120 + }, + "5501.EG.198W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198w, Technik", "arch_name": "0198w@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54884", - "roomcode": "5501.EG.198W", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54889", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54884, + "usage_id": 120 + }, + "5501.EG.198X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0198x, Schacht", "arch_name": "0198x@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54889", - "roomcode": "5501.EG.198X", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30049", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54889, + "usage_id": 120 + }, + "5501.EG.199A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199A, MW 1 Innenhof", "arch_name": "0199A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12646&cReadonly=J", - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30049", - "roomcode": "5501.EG.199A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55026", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 12646, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30049, + "usage_id": 222 + }, + "5501.EG.199B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199B, Flur", "arch_name": "0199B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55026", - "roomcode": "5501.EG.199B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55033", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55026, + "usage_id": 222 + }, + "5501.EG.199C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199C, Allraum/Flur", "arch_name": "0199C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55033", - "roomcode": "5501.EG.199C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55046", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55033, + "usage_id": 222 + }, + "5501.EG.199D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199D, Treppenraum", "arch_name": "0199D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55046", - "roomcode": "5501.EG.199D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71995", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55046, + "usage_id": 223 + }, + "5501.EG.199E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199E, Flur", "arch_name": "0199E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71995", - "roomcode": "5501.EG.199E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55166", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71995, + "usage_id": 222 + }, + "5501.EG.199I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199I, Treppenraum", "arch_name": "0199I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55166", - "roomcode": "5501.EG.199I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55171", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55166, + "usage_id": 223 + }, + "5501.EG.199J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199J, Flur", "arch_name": "0199J@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55171", - "roomcode": "5501.EG.199J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55180", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55171, + "usage_id": 222 + }, + "5501.EG.199K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199K, Flur", "arch_name": "0199K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55180", - "roomcode": "5501.EG.199K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71996", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55180, + "usage_id": 222 + }, + "5501.EG.199L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199L, Flur", "arch_name": "0199L@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71996", - "roomcode": "5501.EG.199L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55185", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71996, + "usage_id": 222 + }, + "5501.EG.199N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199N, Treppenraum", "arch_name": "0199N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55185", - "roomcode": "5501.EG.199N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55192", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55185, + "usage_id": 223 + }, + "5501.EG.199O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199O, Flur", "arch_name": "0199O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55192", - "roomcode": "5501.EG.199O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55198", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55192, + "usage_id": 222 + }, + "5501.EG.199Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199Q, Flur", "arch_name": "0199Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55198", - "roomcode": "5501.EG.199Q", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55330", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55198, + "usage_id": 222 + }, + "5501.EG.199R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199R, Vorraum", "arch_name": "0199R@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55330", - "roomcode": "5501.EG.199R", - "usage": 50 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55338", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55330, + "usage_id": 50 + }, + "5501.EG.199S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199s, Treppe", "arch_name": "0199s@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55338", - "roomcode": "5501.EG.199S", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55347", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55338, + "usage_id": 223 + }, + "5501.EG.199T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199T, Treppe", "arch_name": "0199T@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55347", - "roomcode": "5501.EG.199T", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55038", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55347, + "usage_id": 223 + }, + "5501.EG.199U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199U, Treppe", "arch_name": "0199U@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55038", - "roomcode": "5501.EG.199U", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71978", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55038, + "usage_id": 223 + }, + "5501.EG.199V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199V, Flur", "arch_name": "0199V@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71978", - "roomcode": "5501.EG.199V", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71980", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71978, + "usage_id": 222 + }, + "5501.EG.199W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199W, Treppe im Freien", "arch_name": "0199W@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71980", - "roomcode": "5501.EG.199W", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71982", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71980, + "usage_id": 7 + }, + "5501.EG.199X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199X, Flur", "arch_name": "0199X@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71982", - "roomcode": "5501.EG.199X", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71997", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71982, + "usage_id": 222 + }, + "5501.EG.199Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199Y, Flur", "arch_name": "0199Y@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71997", - "roomcode": "5501.EG.199Y", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71849", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71997, + "usage_id": 222 + }, + "5501.EG.199Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0199Z, Treppe", "arch_name": "0199Z@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71849", - "roomcode": "5501.EG.199Z", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54791", + "area_id": 34, + "building_id": 833, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71849, + "usage_id": 223 + }, + "5501.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U101, Technik", "arch_name": "U101@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54791", - "roomcode": "5501.U1.101", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54802", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54791, + "usage_id": 120 + }, + "5501.U1.101A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U101A, Installationskeller", "arch_name": "U101A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54802", - "roomcode": "5501.U1.101A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54808", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54802, + "usage_id": 120 + }, + "5501.U1.101M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U101M, Maschinenraum", "arch_name": "U101M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54808", - "roomcode": "5501.U1.101M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54934", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54808, + "usage_id": 120 + }, + "5501.U1.101N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U101N, Schachtaufgang", "arch_name": "U101N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54934", - "roomcode": "5501.U1.101N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54944", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54934, + "usage_id": 120 + }, + "5501.U1.103N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U103N, Maschinenraum", "arch_name": "U103N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54944", - "roomcode": "5501.U1.103N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54955", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54944, + "usage_id": 120 + }, + "5501.U1.109M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U103M, Lager Hausmaterial", "arch_name": "U103M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54955", - "roomcode": "5501.U1.109M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54961", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54955, + "usage_id": 30 + }, + "5501.U1.125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U125, Netz", "arch_name": "U125@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54961", - "roomcode": "5501.U1.125", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54972", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54961, + "usage_id": 160 + }, + "5501.U1.125M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U125M, Elektroverteiler", "arch_name": "U125M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54972", - "roomcode": "5501.U1.125M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55094", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54972, + "usage_id": 120 + }, + "5501.U1.126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U126, SV", "arch_name": "U126@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55094", - "roomcode": "5501.U1.126", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55101", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55094, + "usage_id": 160 + }, + "5501.U1.126M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U126M, Elektroverteiler", "arch_name": "U126M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55101", - "roomcode": "5501.U1.126M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55109", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55101, + "usage_id": 120 + }, + "5501.U1.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U127, FM", "arch_name": "U127@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55109", - "roomcode": "5501.U1.127", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71898", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55109, + "usage_id": 202 + }, + "5501.U1.128A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U128A, Werkstatt", "arch_name": "U128A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71898", - "roomcode": "5501.U1.128A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71905", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71898, + "usage_id": 51 + }, + "5501.U1.128B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U128B, Werkstatt", "arch_name": "U128B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71905", - "roomcode": "5501.U1.128B", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71902", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71905, + "usage_id": 51 + }, + "5501.U1.128C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U128C, Lager", "arch_name": "U128C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71902", - "roomcode": "5501.U1.128C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71903", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71902, + "usage_id": 30 + }, + "5501.U1.128D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U128D, Lager", "arch_name": "U128D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71903", - "roomcode": "5501.U1.128D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55123", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71903, + "usage_id": 30 + }, + "5501.U1.129": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U129, Reinigungsdienst", "arch_name": "U129@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55123", - "roomcode": "5501.U1.129", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55249", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55123, + "usage_id": 44 + }, + "5501.U1.130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U130, Werkstatt", "arch_name": "U130@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55249", - "roomcode": "5501.U1.130", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55259", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15268, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55249, + "usage_id": 51 + }, + "5501.U1.130M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U130M, Elektroverteiler", "arch_name": "U130M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55259", - "roomcode": "5501.U1.130M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55269", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55259, + "usage_id": 120 + }, + "5501.U1.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U131, Archiv", "arch_name": "U131@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55269", - "roomcode": "5501.U1.131", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55278", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55269, + "usage_id": 2 + }, + "5501.U1.131M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U131M, B\u00fcchermagazin", "arch_name": "U131M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55278", - "roomcode": "5501.U1.131M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55288", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55278, + "usage_id": 2 + }, + "5501.U1.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U132, Archiv", "arch_name": "U132@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55288", - "roomcode": "5501.U1.132", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55421", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55288, + "usage_id": 2 + }, + "5501.U1.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U150, Seminar", "arch_name": "U150@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": "tvKalender.wSicht?cOrg=49317&cRes=21664&cReadonly=J", - "extended": { - "additional_description": "U150, Seminar", - "address": "Boltzmannstr. 15(5501), 1.Untergescho\u00df", - "architect_room_nr": "U150@5501", - "area_m2": 107.37, - "building": "5501 Institut f. Mechatronik", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "150", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55421", - "roomcode": "5501.U1.150", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55435", + "area_id": 34, + "building_id": 833, + "calendar_resource_nr": 21664, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55421, + "usage_id": 41 + }, + "5501.U1.150B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U150B, Abstellraum", "arch_name": "U150B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55435", - "roomcode": "5501.U1.150B", - "usage": 159 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55446", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 49317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55435, + "usage_id": 159 + }, + "5501.U1.150C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U150C, Treppe", "arch_name": "U150C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55446", - "roomcode": "5501.U1.150C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55452", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55446, + "usage_id": 223 + }, + "5501.U1.150D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U150D, Lager", "arch_name": "U150D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49317", - "operator": "[ TUMWCPS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55452", - "roomcode": "5501.U1.150D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71904", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 49317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55452, + "usage_id": 30 + }, + "5501.U1.150E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "150E, Seminarraum", "arch_name": "150E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "extended": { - "additional_description": "150E, Seminarraum", - "address": "Boltzmannstr. 15(5501), 1.Untergescho\u00df", - "architect_room_nr": "150E@5501", - "area_m2": 20.4, - "building": "5501 Institut f. Mechatronik", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "150E", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15270", - "operator": "[ TUMWMEM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71904", - "roomcode": "5501.U1.150E", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55584", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15270, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71904, + "usage_id": 41 + }, + "5501.U1.198B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198B, Schacht", "arch_name": "U198B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55584", - "roomcode": "5501.U1.198B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55589", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55584, + "usage_id": 120 + }, + "5501.U1.198C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198C, Aufzug", "arch_name": "U198C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55589", - "roomcode": "5501.U1.198C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55598", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55589, + "usage_id": 4 + }, + "5501.U1.198D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198D, Schacht", "arch_name": "U198D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55598", - "roomcode": "5501.U1.198D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55605", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55598, + "usage_id": 120 + }, + "5501.U1.198E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198E, Schacht", "arch_name": "U198E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55605", - "roomcode": "5501.U1.198E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55614", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55605, + "usage_id": 120 + }, + "5501.U1.198F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198F, Schacht", "arch_name": "U198F@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55614", - "roomcode": "5501.U1.198F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55742", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55614, + "usage_id": 120 + }, + "5501.U1.198G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198G, Schacht", "arch_name": "U198G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55742", - "roomcode": "5501.U1.198G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55752", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55742, + "usage_id": 120 + }, + "5501.U1.198H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198H, Schacht", "arch_name": "U198H@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55752", - "roomcode": "5501.U1.198H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71906", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55752, + "usage_id": 120 + }, + "5501.U1.198I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198I, Lager", "arch_name": "U198I@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71906", - "roomcode": "5501.U1.198I", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55762", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71906, + "usage_id": 30 + }, + "5501.U1.198J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198J, Schacht", "arch_name": "U198J@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55762", - "roomcode": "5501.U1.198J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55767", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55762, + "usage_id": 120 + }, + "5501.U1.198K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198K, Schacht", "arch_name": "U198K@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55767", - "roomcode": "5501.U1.198K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71908", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55767, + "usage_id": 120 + }, + "5501.U1.198L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198L, Flur", "arch_name": "U198L@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71908", - "roomcode": "5501.U1.198L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55774", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71908, + "usage_id": 222 + }, + "5501.U1.198M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198M, Aufzugsmaschinenraum", "arch_name": "U198M@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55774", - "roomcode": "5501.U1.198M", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55910", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55774, + "usage_id": 5 + }, + "5501.U1.198N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198N, Schacht", "arch_name": "U198N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55910", - "roomcode": "5501.U1.198N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55914", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55910, + "usage_id": 120 + }, + "5501.U1.198O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198O, Schacht", "arch_name": "U198O@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55914", - "roomcode": "5501.U1.198O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55920", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55914, + "usage_id": 120 + }, + "5501.U1.198P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198P, Schacht", "arch_name": "U198P@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55920", - "roomcode": "5501.U1.198P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55925", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55920, + "usage_id": 120 + }, + "5501.U1.198Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198Q, Schacht", "arch_name": "U198Q@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55925", - "roomcode": "5501.U1.198Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55932", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55925, + "usage_id": 120 + }, + "5501.U1.198R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198r, Schacht", "arch_name": "U198r@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55932", - "roomcode": "5501.U1.198R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71915", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55932, + "usage_id": 120 + }, + "5501.U1.198S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U198S, Lager", "arch_name": "U198S@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71915", - "roomcode": "5501.U1.198S", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56064", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71915, + "usage_id": 30 + }, + "5501.U1.199A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199A, TB-Anlage", "arch_name": "U199A@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56064", - "roomcode": "5501.U1.199A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56069", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56064, + "usage_id": 120 + }, + "5501.U1.199B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199B, Installationskeller", "arch_name": "U199B@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56069", - "roomcode": "5501.U1.199B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56078", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56069, + "usage_id": 120 + }, + "5501.U1.199C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199C, Flur", "arch_name": "U199C@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56078", - "roomcode": "5501.U1.199C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56086", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56078, + "usage_id": 222 + }, + "5501.U1.199D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199D, Treppenraum", "arch_name": "U199D@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56086", - "roomcode": "5501.U1.199D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56094", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56086, + "usage_id": 223 + }, + "5501.U1.199E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199E, Treppenraum", "arch_name": "U199E@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56094", - "roomcode": "5501.U1.199E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56232", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56094, + "usage_id": 223 + }, + "5501.U1.199G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199G, Flur", "arch_name": "U199G@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56232", - "roomcode": "5501.U1.199G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56237", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56232, + "usage_id": 222 + }, + "5501.U1.199H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199H, Flur", "arch_name": "U199H@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56237", - "roomcode": "5501.U1.199H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56255", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56237, + "usage_id": 222 + }, + "5501.U1.199N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199N, Flur", "arch_name": "U199N@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56255", - "roomcode": "5501.U1.199N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71907", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56255, + "usage_id": 222 + }, + "5501.U1.199R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U199R, Treppe im Freien", "arch_name": "U199R@5501", - "b_area_id": 34, - "b_filter_id": 833, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71907", - "roomcode": "5501.U1.199R", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58432", + "area_id": 34, + "building_id": 833, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71907, + "usage_id": 7 + }, + "5502.01.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1201, B\u00fcro", "arch_name": "1201@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58432", - "roomcode": "5502.01.201", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58439", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58432, + "usage_id": 12 + }, + "5502.01.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1202, B\u00fcro", "arch_name": "1202@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58439", - "roomcode": "5502.01.202", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58445", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58439, + "usage_id": 12 + }, + "5502.01.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1203, B\u00fcro", "arch_name": "1203@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58445", - "roomcode": "5502.01.203", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58451", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58445, + "usage_id": 12 + }, + "5502.01.203M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1203M, WC-Vorraum", "arch_name": "1203M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58451", - "roomcode": "5502.01.203M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58458", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58451, + "usage_id": 37 + }, + "5502.01.203N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1203N, WC-Vorraum", "arch_name": "1203N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58458", - "roomcode": "5502.01.203N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58574", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58458, + "usage_id": 37 + }, + "5502.01.203P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0203P, WC-Damen", "arch_name": "0203P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58574", - "roomcode": "5502.01.203P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58589", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58574, + "usage_id": 116 + }, + "5502.01.203Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1203Q, WC-Herren", "arch_name": "1203Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58589", - "roomcode": "5502.01.203Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58594", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58589, + "usage_id": 115 + }, + "5502.01.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1204, B\u00fcro", "arch_name": "1204@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58594", - "roomcode": "5502.01.204", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58602", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58594, + "usage_id": 12 + }, + "5502.01.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1205, Prof.-B\u00fcro", "arch_name": "1205@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58602", - "roomcode": "5502.01.205", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58721", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58602, + "usage_id": 12 + }, + "5502.01.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1206, Sekretariat", "arch_name": "1206@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58721", - "roomcode": "5502.01.206", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58732", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58721, + "usage_id": 40 + }, + "5502.01.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1207, B\u00fcro", "arch_name": "1207@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58732", - "roomcode": "5502.01.207", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58739", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58732, + "usage_id": 12 + }, + "5502.01.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1208, B\u00fcro", "arch_name": "1208@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58739", - "roomcode": "5502.01.208", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58746", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58739, + "usage_id": 12 + }, + "5502.01.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1209, B\u00fcro", "arch_name": "1209@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58746", - "roomcode": "5502.01.209", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58756", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58746, + "usage_id": 12 + }, + "5502.01.209M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1209M, Bibliothek", "arch_name": "1209M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58756", - "roomcode": "5502.01.209M", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56532", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58756, + "usage_id": 10 + }, + "5502.01.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1210, Besprechungsraum", "arch_name": "1210@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56532", - "roomcode": "5502.01.210", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56542", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56532, + "usage_id": 196 + }, + "5502.01.210M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1210M, Teek\u00fcche", "arch_name": "1210M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56542", - "roomcode": "5502.01.210M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56552", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56542, + "usage_id": 198 + }, + "5502.01.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1211, B\u00fcro", "arch_name": "1211@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56552", - "roomcode": "5502.01.211", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=61928", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56552, + "usage_id": 12 + }, + "5502.01.212A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1212A, B\u00fcro", "arch_name": "1212A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61928", - "roomcode": "5502.01.212A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=61927", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61928, + "usage_id": 12 + }, + "5502.01.212B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1212B, Server", "arch_name": "1212B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61927", - "roomcode": "5502.01.212B", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56564", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61927, + "usage_id": 207 + }, + "5502.01.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1213, Putzraum", "arch_name": "1213@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56564", - "roomcode": "5502.01.213", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56676", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56564, + "usage_id": 205 + }, + "5502.01.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1225, B\u00fcro", "arch_name": "1225@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56676", - "roomcode": "5502.01.225", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56681", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56676, + "usage_id": 12 + }, + "5502.01.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1226, B\u00fcro", "arch_name": "1226@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56681", - "roomcode": "5502.01.226", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56684", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56681, + "usage_id": 12 + }, + "5502.01.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1227, B\u00fcro", "arch_name": "1227@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56684", - "roomcode": "5502.01.227", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56688", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56684, + "usage_id": 12 + }, + "5502.01.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1228, B\u00fcro", "arch_name": "1228@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56688", - "roomcode": "5502.01.228", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56694", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56688, + "usage_id": 12 + }, + "5502.01.228M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1228M, Elektroverteiler", "arch_name": "1228M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56694", - "roomcode": "5502.01.228M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56814", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56694, + "usage_id": 120 + }, + "5502.01.228N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1228N, Nebenraum zu 1228m", "arch_name": "1228N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56814", - "roomcode": "5502.01.228N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56822", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56814, + "usage_id": 120 + }, + "5502.01.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1229, B\u00fcro", "arch_name": "1229@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56822", - "roomcode": "5502.01.229", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56827", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56822, + "usage_id": 12 + }, + "5502.01.229M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1229M, Elektroverteiler", "arch_name": "1229M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56827", - "roomcode": "5502.01.229M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12159", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56827, + "usage_id": 120 + }, + "5502.01.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1230, B\u00fcro", "arch_name": "1230@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12159", - "roomcode": "5502.01.230", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56835", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12159, + "usage_id": 12 + }, + "5502.01.230M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1230M, Lager", "arch_name": "1230M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56835", - "roomcode": "5502.01.230M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56842", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56835, + "usage_id": 30 + }, + "5502.01.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1231, Prof.-B\u00fcro", "arch_name": "1231@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56842", - "roomcode": "5502.01.231", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12167", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56842, + "usage_id": 12 + }, + "5502.01.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1232, B\u00fcro", "arch_name": "1232@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12167", - "roomcode": "5502.01.232", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56963", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12167, + "usage_id": 12 + }, + "5502.01.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1233, B\u00fcro", "arch_name": "1233@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56963", - "roomcode": "5502.01.233", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12218", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56963, + "usage_id": 12 + }, + "5502.01.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1234, B\u00fcro", "arch_name": "1234@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12218", - "roomcode": "5502.01.234", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56974", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12218, + "usage_id": 12 + }, + "5502.01.234M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1234M, Elektroverteiler", "arch_name": "1234M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56974", - "roomcode": "5502.01.234M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56985", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56974, + "usage_id": 120 + }, + "5502.01.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1235, B\u00fcro", "arch_name": "1235@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56985", - "roomcode": "5502.01.235", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12229", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56985, + "usage_id": 12 + }, + "5502.01.236": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1236, B\u00fcro", "arch_name": "1236@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12229", - "roomcode": "5502.01.236", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57124", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12229, + "usage_id": 12 + }, + "5502.01.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1237, Seminarraum", "arch_name": "1237@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15277&cRes=15516&cReadonly=J", - "extended": { - "additional_description": "1237, Seminarraum", - "address": "Boltzmannstr. 15(5502), 1.Obergescho\u00df", - "architect_room_nr": "1237@5502", - "area_m2": 60.1, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "237", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57124", - "roomcode": "5502.01.237", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12237", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 15516, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57124, + "usage_id": 41 + }, + "5502.01.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1250, H\u00f6rsaal", "arch_name": "1250@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12574&cReadonly=J", - "extended": { - "additional_description": "MW 1250, H\u00f6rsaal", - "address": "Boltzmannstr. 15(5502), 1.Obergescho\u00df", - "architect_room_nr": "1250@5502", - "area_m2": 90.0, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "250", - "seats": 88, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12237", - "roomcode": "5502.01.250", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57135", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 12574, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 88, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12237, + "usage_id": 20 + }, + "5502.01.250A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1250A, Putzraum", "arch_name": "1250A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57135", - "roomcode": "5502.01.250A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57141", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57135, + "usage_id": 205 + }, + "5502.01.250B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1250b, H\u00f6rsaalnebenraum", "arch_name": "1250b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57141", - "roomcode": "5502.01.250B", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57255", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57141, + "usage_id": 136 + }, + "5502.01.251": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1251, Galerie", "arch_name": "1251@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57255", - "roomcode": "5502.01.251", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71925", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57255, + "usage_id": 206 + }, + "5502.01.252": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1252, Galerie", "arch_name": "1252@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71925", - "roomcode": "5502.01.252", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57262", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71925, + "usage_id": 206 + }, + "5502.01.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260, Lager", "arch_name": "1260@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57262", - "roomcode": "5502.01.260", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57273", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57262, + "usage_id": 30 + }, + "5502.01.260M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260M, Technik", "arch_name": "1260M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57273", - "roomcode": "5502.01.260M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57280", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57273, + "usage_id": 120 + }, + "5502.01.260N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260N, Technik", "arch_name": "1260N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57280", - "roomcode": "5502.01.260N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71932", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57280, + "usage_id": 120 + }, + "5502.01.260O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260O, WC-Vorraum Herren", "arch_name": "1260O@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71932", - "roomcode": "5502.01.260O", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57291", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71932, + "usage_id": 118 + }, + "5502.01.260P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260P, WC-Damen / Dusche", "arch_name": "1260P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57291", - "roomcode": "5502.01.260P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57406", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57291, + "usage_id": 116 + }, + "5502.01.260Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260Q, WC-Herren", "arch_name": "1260Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57406", - "roomcode": "5502.01.260Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57411", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57406, + "usage_id": 115 + }, + "5502.01.260R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260R, Umkleide / Dusche", "arch_name": "1260R@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57411", - "roomcode": "5502.01.260R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71931", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57411, + "usage_id": 121 + }, + "5502.01.260S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260S, Gruppenumkleideraum", "arch_name": "1260S@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71931", - "roomcode": "5502.01.260S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57418", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71931, + "usage_id": 121 + }, + "5502.01.260T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260T, Umkleide / Dusche", "arch_name": "1260T@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57418", - "roomcode": "5502.01.260T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71933", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57418, + "usage_id": 121 + }, + "5502.01.260U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1260U, WC-Herren", "arch_name": "1260U@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71933", - "roomcode": "5502.01.260U", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=30434", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71933, + "usage_id": 115 + }, + "5502.01.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1261, Elektrowerkstatt", "arch_name": "1261@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30434", - "roomcode": "5502.01.261", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57434", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30434, + "usage_id": 51 + }, + "5502.01.261M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1261M, Messger\u00e4telabor", "arch_name": "1261M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57434", - "roomcode": "5502.01.261M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57551", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57434, + "usage_id": 30 + }, + "5502.01.261N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1261N, Lager", "arch_name": "1261N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57551", - "roomcode": "5502.01.261N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57560", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57551, + "usage_id": 30 + }, + "5502.01.262": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1262, B\u00fcro", "arch_name": "1262@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57560", - "roomcode": "5502.01.262", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57566", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57560, + "usage_id": 12 + }, + "5502.01.263": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1263, Seminarnebenraum", "arch_name": "1263@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "extended": { - "additional_description": "1263, Seminarnebenraum", - "address": "Boltzmannstr. 15(5502), 1.Obergescho\u00df", - "architect_room_nr": "1263@5502", - "area_m2": 27.61, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "263", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57566", - "roomcode": "5502.01.263", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57575", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57566, + "usage_id": 41 + }, + "5502.01.263M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1263M, Lager", "arch_name": "1263M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57575", - "roomcode": "5502.01.263M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57584", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57575, + "usage_id": 30 + }, + "5502.01.264": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1264, Seminar", "arch_name": "1264@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15277&cRes=18366&cReadonly=J", - "extended": { - "additional_description": "1264, Seminar", - "address": "Boltzmannstr. 15(5502), 1.Obergescho\u00df", - "architect_room_nr": "1264@5502", - "area_m2": 125.91, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "264", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57584", - "roomcode": "5502.01.264", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57590", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 18366, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15277, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57584, + "usage_id": 41 + }, + "5502.01.264M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1264M, Lager", "arch_name": "1264M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57590", - "roomcode": "5502.01.264M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71928", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15277, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57590, + "usage_id": 30 + }, + "5502.01.264N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1264N, Lager", "arch_name": "1264N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71928", - "roomcode": "5502.01.264N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57700", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71928, + "usage_id": 30 + }, + "5502.01.265M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1265M, Lager", "arch_name": "1265M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15277&cRes=25102&cReadonly=J", - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57700", - "roomcode": "5502.01.265M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57708", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 25102, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15277, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57700, + "usage_id": 30 + }, + "5502.01.266": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1266, Seminarnebenraum", "arch_name": "1266@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15277&cRes=18663&cReadonly=J", - "extended": { - "additional_description": "1266, Seminarnebenraum", - "address": "Boltzmannstr. 15(5502), 1.Obergescho\u00df", - "architect_room_nr": "1266@5502", - "area_m2": 26.44, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "266", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15277", - "operator": "[ TUMWLNM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57708", - "roomcode": "5502.01.266", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57713", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 18663, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15277, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57708, + "usage_id": 41 + }, + "5502.01.290A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1290A, L\u00fcftungszentrale Nr. 2", "arch_name": "1290A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57713", - "roomcode": "5502.01.290A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57721", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57713, + "usage_id": 32 + }, + "5502.01.290B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1290B, Labor", "arch_name": "1290B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57721", - "roomcode": "5502.01.290B", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57838", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57721, + "usage_id": 194 + }, + "5502.01.290C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1290C, Aufenthaltsraum", "arch_name": "1290C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57838", - "roomcode": "5502.01.290C", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57847", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57838, + "usage_id": 44 + }, + "5502.01.290D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1290D, Lager", "arch_name": "1290D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57847", - "roomcode": "5502.01.290D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57854", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57847, + "usage_id": 30 + }, + "5502.01.298A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298a, Schacht", "arch_name": "1298a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57854", - "roomcode": "5502.01.298A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57864", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57854, + "usage_id": 120 + }, + "5502.01.298B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298b, Schacht", "arch_name": "1298b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57864", - "roomcode": "5502.01.298B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57873", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57864, + "usage_id": 120 + }, + "5502.01.298C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298c, Aufzug", "arch_name": "1298c@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57873", - "roomcode": "5502.01.298C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57990", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57873, + "usage_id": 4 + }, + "5502.01.298D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298d, Schacht", "arch_name": "1298d@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57990", - "roomcode": "5502.01.298D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57997", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57990, + "usage_id": 120 + }, + "5502.01.298E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298e, Schacht", "arch_name": "1298e@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57997", - "roomcode": "5502.01.298E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58004", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57997, + "usage_id": 120 + }, + "5502.01.298F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298f, Schacht", "arch_name": "1298f@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58004", - "roomcode": "5502.01.298F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58012", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58004, + "usage_id": 120 + }, + "5502.01.298G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298g, Schacht", "arch_name": "1298g@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58012", - "roomcode": "5502.01.298G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58021", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58012, + "usage_id": 120 + }, + "5502.01.298H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298h, Schacht", "arch_name": "1298h@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58021", - "roomcode": "5502.01.298H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58148", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58021, + "usage_id": 120 + }, + "5502.01.298K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298k, Aufzug", "arch_name": "1298k@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58148", - "roomcode": "5502.01.298K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58158", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58148, + "usage_id": 4 + }, + "5502.01.298L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298l, Schacht", "arch_name": "1298l@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58158", - "roomcode": "5502.01.298L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58169", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58158, + "usage_id": 120 + }, + "5502.01.298M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298m, Schacht", "arch_name": "1298m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58169", - "roomcode": "5502.01.298M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58177", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58169, + "usage_id": 120 + }, + "5502.01.298N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298n, Schacht", "arch_name": "1298n@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58177", - "roomcode": "5502.01.298N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58309", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58177, + "usage_id": 120 + }, + "5502.01.298O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298o, Schacht", "arch_name": "1298o@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58309", - "roomcode": "5502.01.298O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58315", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58309, + "usage_id": 120 + }, + "5502.01.298Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298q, Schacht", "arch_name": "1298q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58315", - "roomcode": "5502.01.298Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58321", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58315, + "usage_id": 120 + }, + "5502.01.298R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298r, Schacht", "arch_name": "1298r@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58321", - "roomcode": "5502.01.298R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58329", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58321, + "usage_id": 120 + }, + "5502.01.298S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298s, Schacht", "arch_name": "1298s@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58329", - "roomcode": "5502.01.298S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58335", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58329, + "usage_id": 120 + }, + "5502.01.298T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298t, Schacht", "arch_name": "1298t@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58335", - "roomcode": "5502.01.298T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58461", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58335, + "usage_id": 120 + }, + "5502.01.298U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1298u, Br\u00fccke", "arch_name": "1298u@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58461", - "roomcode": "5502.01.298U", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58490", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58461, + "usage_id": 206 + }, + "5502.01.299A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299A, Galerie", "arch_name": "1299A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58490", - "roomcode": "5502.01.299A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58611", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58490, + "usage_id": 206 + }, + "5502.01.299B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299B, Galerie", "arch_name": "1299B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58611", - "roomcode": "5502.01.299B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58621", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58611, + "usage_id": 206 + }, + "5502.01.299C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299C, Flur", "arch_name": "1299C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58621", - "roomcode": "5502.01.299C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58628", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58621, + "usage_id": 222 + }, + "5502.01.299D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299D, Treppenraum", "arch_name": "1299D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58628", - "roomcode": "5502.01.299D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58638", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58628, + "usage_id": 223 + }, + "5502.01.299E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299E, Flur/Foyer", "arch_name": "1299E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58638", - "roomcode": "5502.01.299E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58759", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58638, + "usage_id": 222 + }, + "5502.01.299F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299F, Flur", "arch_name": "1299F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58759", - "roomcode": "5502.01.299F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58772", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58759, + "usage_id": 222 + }, + "5502.01.299G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299G, Flur", "arch_name": "1299G@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58772", - "roomcode": "5502.01.299G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58788", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58772, + "usage_id": 222 + }, + "5502.01.299I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299I, Treppenraum", "arch_name": "1299I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58788", - "roomcode": "5502.01.299I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56422", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58788, + "usage_id": 223 + }, + "5502.01.299K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299K, Flur", "arch_name": "1299K@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56422", - "roomcode": "5502.01.299K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56431", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56422, + "usage_id": 222 + }, + "5502.01.299L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299L, Flur", "arch_name": "1299L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56431", - "roomcode": "5502.01.299L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56441", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56431, + "usage_id": 222 + }, + "5502.01.299M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299M, Galerie", "arch_name": "1299M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56441", - "roomcode": "5502.01.299M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56565", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56441, + "usage_id": 206 + }, + "5502.01.299O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299O, Flur LNM / Werkstatt", "arch_name": "1299O@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56565", - "roomcode": "5502.01.299O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56576", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56565, + "usage_id": 222 + }, + "5502.01.299P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299P, Galerie", "arch_name": "1299P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56576", - "roomcode": "5502.01.299P", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56587", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56576, + "usage_id": 206 + }, + "5502.01.299Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299Q, Galerie", "arch_name": "1299Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56587", - "roomcode": "5502.01.299Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71926", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56587, + "usage_id": 206 + }, + "5502.01.299S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299S, Flur", "arch_name": "1299S@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71926", - "roomcode": "5502.01.299S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71927", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71926, + "usage_id": 222 + }, + "5502.01.299T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299T, Gang, Weg im Freien", "arch_name": "1299T@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71927", - "roomcode": "5502.01.299T", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71929", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71927, + "usage_id": 219 + }, + "5502.01.299U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299U, Flur", "arch_name": "1299U@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71929", - "roomcode": "5502.01.299U", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71930", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71929, + "usage_id": 222 + }, + "5502.01.299V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1299V, Treppe", "arch_name": "1299V@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71930", - "roomcode": "5502.01.299V", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71965", + "area_id": 34, + "building_id": 836, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71930, + "usage_id": 223 + }, + "5502.02.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099A, Galerie", "arch_name": "2099A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71965", - "roomcode": "5502.02.099A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56595", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71965, + "usage_id": 206 + }, + "5502.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2201, Praktikumsraum", "arch_name": "2201@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=26871&cReadonly=J", - "list_index": "295", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56595", - "roomcode": "5502.02.201", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56606", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 26871, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56595, + "usage_id": 211 + }, + "5502.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2202, Wissenschaftliche Mitarbeiter", "arch_name": "2202@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56606", - "roomcode": "5502.02.202", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56708", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56606, + "usage_id": 12 + }, + "5502.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2203, Wissenschaftliche Mitarbeiter", "arch_name": "2203@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56708", - "roomcode": "5502.02.203", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56719", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56708, + "usage_id": 12 + }, + "5502.02.203M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2203M, WC-Vorraum", "arch_name": "2203M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56719", - "roomcode": "5502.02.203M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56728", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56719, + "usage_id": 37 + }, + "5502.02.203N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2203N, WC-Vorraum", "arch_name": "2203N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56728", - "roomcode": "5502.02.203N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56735", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56728, + "usage_id": 37 + }, + "5502.02.203P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2203P, WC-Damen", "arch_name": "2203P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56735", - "roomcode": "5502.02.203P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56850", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56735, + "usage_id": 116 + }, + "5502.02.203Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2203Q, WC-Herren", "arch_name": "2203Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56850", - "roomcode": "5502.02.203Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56859", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56850, + "usage_id": 115 + }, + "5502.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2204, Wissenschaftliche Mitarbeiter", "arch_name": "2204@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56859", - "roomcode": "5502.02.204", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56866", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56859, + "usage_id": 12 + }, + "5502.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2205, Wiss. Mitarbeiter/LTD-Pr\u00fcfing.", "arch_name": "2205@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56866", - "roomcode": "5502.02.205", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56878", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56866, + "usage_id": 12 + }, + "5502.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2206, Wissenschaftliche Mitarbeiter", "arch_name": "2206@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=25429&cReadonly=J", - "list_index": "304", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56878", - "roomcode": "5502.02.206", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57148", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 25429, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56878, + "usage_id": 12 + }, + "5502.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2207, Wissenschaftliche Mitarbeiter", "arch_name": "2207@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57148", - "roomcode": "5502.02.207", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57154", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57148, + "usage_id": 12 + }, + "5502.02.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2208, Archiv", "arch_name": "2208@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57154", - "roomcode": "5502.02.208", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57162", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57154, + "usage_id": 2 + }, + "5502.02.208M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2208M, Dilatometrie+digitale Bildbearbeitung", "arch_name": "2208M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57162", - "roomcode": "5502.02.208M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57169", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57162, + "usage_id": 194 + }, + "5502.02.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2209, Labor", "arch_name": "2209@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57169", - "roomcode": "5502.02.209", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57177", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57169, + "usage_id": 194 + }, + "5502.02.209M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2209M, Dunkelkammer", "arch_name": "2209M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57177", - "roomcode": "5502.02.209M", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57593", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57177, + "usage_id": 104 + }, + "5502.02.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2210, GDS", "arch_name": "2210@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57593", - "roomcode": "5502.02.210", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57605", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57593, + "usage_id": 103 + }, + "5502.02.210M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2210M, Teek\u00fcche", "arch_name": "2210M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57605", - "roomcode": "5502.02.210M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57611", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57605, + "usage_id": 198 + }, + "5502.02.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2211, Bildanalyse", "arch_name": "2211@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57611", - "roomcode": "5502.02.211", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57620", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57611, + "usage_id": 194 + }, + "5502.02.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2212, Met. Mikroskop", "arch_name": "2212@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57620", - "roomcode": "5502.02.212", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57296", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57620, + "usage_id": 194 + }, + "5502.02.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2213, Met. \u00c4tzlabor", "arch_name": "2213@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57296", - "roomcode": "5502.02.213", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57301", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57296, + "usage_id": 194 + }, + "5502.02.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2214, Met. Schleifen/Polieren", "arch_name": "2214@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57301", - "roomcode": "5502.02.214", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57311", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57301, + "usage_id": 194 + }, + "5502.02.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2215, REM 1", "arch_name": "2215@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57311", - "roomcode": "5502.02.215", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57322", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57311, + "usage_id": 103 + }, + "5502.02.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2216, Serverraum", "arch_name": "2216@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57322", - "roomcode": "5502.02.216", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57327", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57322, + "usage_id": 207 + }, + "5502.02.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2217, Met. Lager", "arch_name": "2217@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57327", - "roomcode": "5502.02.217", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56992", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57327, + "usage_id": 30 + }, + "5502.02.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2225, Beratungszimmer", "arch_name": "2225@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=18670&cReadonly=J", - "list_index": "319", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56992", - "roomcode": "5502.02.225", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57001", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 18670, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56992, + "usage_id": 196 + }, + "5502.02.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2226, B\u00fcro/Techn. Angestellter", "arch_name": "2226@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57001", - "roomcode": "5502.02.226", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57010", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57001, + "usage_id": 12 + }, + "5502.02.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2227, B\u00fcro/Wiss. Mitarbeiter", "arch_name": "2227@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=25946&cReadonly=J", - "list_index": "321", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57010", - "roomcode": "5502.02.227", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57020", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 25946, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57010, + "usage_id": 12 + }, + "5502.02.227M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2227M, Elektroverteiler", "arch_name": "2227M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57020", - "roomcode": "5502.02.227M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57444", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57020, + "usage_id": 120 + }, + "5502.02.227N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2227N, Nebenraum 2227m", "arch_name": "2227N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57444", - "roomcode": "5502.02.227N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57456", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57444, + "usage_id": 120 + }, + "5502.02.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2228, B\u00fcro/Wiss. Mitarbeiter", "arch_name": "2228@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=27392&cReadonly=J", - "list_index": "324", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57456", - "roomcode": "5502.02.228", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57464", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 27392, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57456, + "usage_id": 12 + }, + "5502.02.228M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2228M, Elektroverteiler", "arch_name": "2228M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57464", - "roomcode": "5502.02.228M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12302", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57464, + "usage_id": 120 + }, + "5502.02.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2229, Wissenschaftliche Mitarbeiter", "arch_name": "2229@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12302", - "roomcode": "5502.02.229", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12304", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12302, + "usage_id": 12 + }, + "5502.02.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2230, B\u00fcro/Wiss. Angestellter", "arch_name": "2230@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12304", - "roomcode": "5502.02.230", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55382", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12304, + "usage_id": 12 + }, + "5502.02.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2231, Prof.-B\u00fcro", "arch_name": "2231@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55382", - "roomcode": "5502.02.231", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55389", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55382, + "usage_id": 12 + }, + "5502.02.231M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2231M, Dunkelkammer", "arch_name": "2231M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55389", - "roomcode": "5502.02.231M", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55399", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55389, + "usage_id": 104 + }, + "5502.02.231N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2231N, Dilatometrie", "arch_name": "2231N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55399", - "roomcode": "5502.02.231N", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55409", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55399, + "usage_id": 194 + }, + "5502.02.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2232, Sekretariat", "arch_name": "2232@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=18490&cReadonly=J", - "list_index": "331", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55409", - "roomcode": "5502.02.232", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55535", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 18490, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55409, + "usage_id": 40 + }, + "5502.02.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2233, B\u00fcro/Sekretariat", "arch_name": "2233@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=18925&cReadonly=J", - "list_index": "332", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55535", - "roomcode": "5502.02.233", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55546", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 18925, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55535, + "usage_id": 12 + }, + "5502.02.233M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2233M, Elektroverteiler", "arch_name": "2233M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55546", - "roomcode": "5502.02.233M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55556", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55546, + "usage_id": 120 + }, + "5502.02.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2234, B\u00fcro Oberingenieur", "arch_name": "2234@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55556", - "roomcode": "5502.02.234", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11637", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55556, + "usage_id": 12 + }, + "5502.02.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 2235, Seminarraum", "arch_name": "2235@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15166&cReadonly=J", - "extended": { - "additional_description": "MW 2235, Seminarraum", - "address": "Boltzmannstr. 15(5502), 2.Obergescho\u00df", - "architect_room_nr": "2235@5502", - "area_m2": 60.02, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "235", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11637", - "roomcode": "5502.02.235", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11640", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 15166, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11637, + "usage_id": 41 + }, + "5502.02.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2250, Seminarraum B8", "arch_name": "2250@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15285&cRes=15167&cReadonly=J", - "extended": { - "additional_description": "2250, Seminarraum B8", - "address": "Boltzmannstr. 15(5502), 2.Obergescho\u00df", - "architect_room_nr": "2250@5502", - "area_m2": 166.58, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "250", - "seats": 68, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11640", - "roomcode": "5502.02.250", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55700", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 15167, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 68, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11640, + "usage_id": 41 + }, + "5502.02.250A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2250A, Teek\u00fcche", "arch_name": "2250A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55700", - "roomcode": "5502.02.250A", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55708", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55700, + "usage_id": 198 + }, + "5502.02.250B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2250b, Schacht", "arch_name": "2250b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55708", - "roomcode": "5502.02.250B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=30877", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55708, + "usage_id": 120 + }, + "5502.02.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2260, Technik", "arch_name": "2260@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30877", - "roomcode": "5502.02.260", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55731", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30877, + "usage_id": 120 + }, + "5502.02.298A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298a, Schacht", "arch_name": "2298a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55731", - "roomcode": "5502.02.298A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55859", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55731, + "usage_id": 120 + }, + "5502.02.298B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298b, Schacht", "arch_name": "2298b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55859", - "roomcode": "5502.02.298B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55870", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55859, + "usage_id": 120 + }, + "5502.02.298C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298C, Personenaufzug", "arch_name": "2298C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55870", - "roomcode": "5502.02.298C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55881", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55870, + "usage_id": 4 + }, + "5502.02.298D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298d, Schacht", "arch_name": "2298d@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55881", - "roomcode": "5502.02.298D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55891", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55881, + "usage_id": 120 + }, + "5502.02.298E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298e, Schacht", "arch_name": "2298e@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55891", - "roomcode": "5502.02.298E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55900", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55891, + "usage_id": 120 + }, + "5502.02.298F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298f, Schacht", "arch_name": "2298f@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55900", - "roomcode": "5502.02.298F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56024", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55900, + "usage_id": 120 + }, + "5502.02.298G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298g, Schacht", "arch_name": "2298g@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56024", - "roomcode": "5502.02.298G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56035", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56024, + "usage_id": 120 + }, + "5502.02.298H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298h, Schacht", "arch_name": "2298h@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56035", - "roomcode": "5502.02.298H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56047", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56035, + "usage_id": 120 + }, + "5502.02.298I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298i, Schacht", "arch_name": "2298i@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56047", - "roomcode": "5502.02.298I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56058", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56047, + "usage_id": 120 + }, + "5502.02.298J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298j, Schacht", "arch_name": "2298j@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56058", - "roomcode": "5502.02.298J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56189", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56058, + "usage_id": 120 + }, + "5502.02.298K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298k, Schacht", "arch_name": "2298k@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56189", - "roomcode": "5502.02.298K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56199", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56189, + "usage_id": 120 + }, + "5502.02.298M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298m, Schacht", "arch_name": "2298m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56199", - "roomcode": "5502.02.298M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56208", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56199, + "usage_id": 120 + }, + "5502.02.298N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298n, Schacht", "arch_name": "2298n@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56208", - "roomcode": "5502.02.298N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56216", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56208, + "usage_id": 120 + }, + "5502.02.298O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2298o, Schacht", "arch_name": "2298o@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56216", - "roomcode": "5502.02.298O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56343", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56216, + "usage_id": 120 + }, + "5502.02.299A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299A, Galerie", "arch_name": "2299A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56343", - "roomcode": "5502.02.299A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56362", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56343, + "usage_id": 206 + }, + "5502.02.299C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299C, Flur", "arch_name": "2299C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56362", - "roomcode": "5502.02.299C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56370", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56362, + "usage_id": 222 + }, + "5502.02.299D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299D, Treppenraum", "arch_name": "2299D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56370", - "roomcode": "5502.02.299D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56378", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56370, + "usage_id": 223 + }, + "5502.02.299E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299E, Flur", "arch_name": "2299E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56378", - "roomcode": "5502.02.299E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=53985", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56378, + "usage_id": 222 + }, + "5502.02.299F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299F, Flur", "arch_name": "2299F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53985", - "roomcode": "5502.02.299F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=53997", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53985, + "usage_id": 222 + }, + "5502.02.299G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299G, Flur", "arch_name": "2299G@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53997", - "roomcode": "5502.02.299G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54006", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53997, + "usage_id": 222 + }, + "5502.02.299H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299H, Flur", "arch_name": "2299H@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54006", - "roomcode": "5502.02.299H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54016", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54006, + "usage_id": 222 + }, + "5502.02.299I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299I, Treppenraum", "arch_name": "2299I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54016", - "roomcode": "5502.02.299I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54134", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54016, + "usage_id": 223 + }, + "5502.02.299L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299L, Flur", "arch_name": "2299L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54134", - "roomcode": "5502.02.299L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54146", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54134, + "usage_id": 222 + }, + "5502.02.299M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299M, Flur", "arch_name": "2299M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54146", - "roomcode": "5502.02.299M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54163", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54146, + "usage_id": 222 + }, + "5502.02.299N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299N, Galerie", "arch_name": "2299N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54163", - "roomcode": "5502.02.299N", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71966", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54163, + "usage_id": 206 + }, + "5502.02.299U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299U, Flur", "arch_name": "2299U@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71966", - "roomcode": "5502.02.299U", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71967", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71966, + "usage_id": 222 + }, + "5502.02.299V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299V, Verbindungsgang", "arch_name": "2299V@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71967", - "roomcode": "5502.02.299V", - "usage": 16 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71968", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71967, + "usage_id": 16 + }, + "5502.02.299W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2299W, Schleuse", "arch_name": "2299W@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71968", - "roomcode": "5502.02.299W", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54446", + "area_id": 34, + "building_id": 836, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71968, + "usage_id": 105 + }, + "5502.03.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3201, B\u00fcro", "arch_name": "3201@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54446", - "roomcode": "5502.03.201", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54455", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54446, + "usage_id": 12 + }, + "5502.03.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3202, B\u00fcro", "arch_name": "3202@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54455", - "roomcode": "5502.03.202", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54463", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15318, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54455, + "usage_id": 12 + }, + "5502.03.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3203, B\u00fcro", "arch_name": "3203@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54463", - "roomcode": "5502.03.203", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54474", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54463, + "usage_id": 12 + }, + "5502.03.203M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3203M, WC-Herren", "arch_name": "3203M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54474", - "roomcode": "5502.03.203M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54483", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54474, + "usage_id": 115 + }, + "5502.03.203N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3203N, WC-Damen", "arch_name": "3203N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54483", - "roomcode": "5502.03.203N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54599", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54483, + "usage_id": 116 + }, + "5502.03.203P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3203P, WC-Vorraum", "arch_name": "3203P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54599", - "roomcode": "5502.03.203P", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54609", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54599, + "usage_id": 37 + }, + "5502.03.203Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3203Q, WC-Vorraum", "arch_name": "3203Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54609", - "roomcode": "5502.03.203Q", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54621", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54609, + "usage_id": 37 + }, + "5502.03.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3204, B\u00fcro", "arch_name": "3204@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54621", - "roomcode": "5502.03.204", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54630", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15318, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54621, + "usage_id": 12 + }, + "5502.03.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3205, Bibliothek", "arch_name": "3205@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54630", - "roomcode": "5502.03.205", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54771", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54630, + "usage_id": 10 + }, + "5502.03.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3206, Bibliothek", "arch_name": "3206@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54771", - "roomcode": "5502.03.206", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54780", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54771, + "usage_id": 10 + }, + "5502.03.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3207, Nass. Chem. Labor", "arch_name": "3207@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54780", - "roomcode": "5502.03.207", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54783", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54780, + "usage_id": 102 + }, + "5502.03.207M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3207M, Physiklabor", "arch_name": "3207M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54783", - "roomcode": "5502.03.207M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54796", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54783, + "usage_id": 103 + }, + "5502.03.207N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3207N, Vorbereitungsraum", "arch_name": "3207N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54796", - "roomcode": "5502.03.207N", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54807", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54796, + "usage_id": 136 + }, + "5502.03.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3208, Metallographie", "arch_name": "3208@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54807", - "roomcode": "5502.03.208", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54939", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54807, + "usage_id": 194 + }, + "5502.03.208M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3208M, REM JSM 7900F", "arch_name": "3208M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54939", - "roomcode": "5502.03.208M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54949", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54939, + "usage_id": 103 + }, + "5502.03.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3209, Technolog. Labor", "arch_name": "3209@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54949", - "roomcode": "5502.03.209", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54960", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54949, + "usage_id": 194 + }, + "5502.03.209M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3209M, Teek\u00fcche", "arch_name": "3209M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54960", - "roomcode": "5502.03.209M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54973", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54960, + "usage_id": 198 + }, + "5502.03.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3210, Labor", "arch_name": "3210@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=24835&cReadonly=J", - "list_index": "385", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54973", - "roomcode": "5502.03.210", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55104", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 24835, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54973, + "usage_id": 194 + }, + "5502.03.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3211, Labor", "arch_name": "3211@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55104", - "roomcode": "5502.03.211", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55113", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55104, + "usage_id": 194 + }, + "5502.03.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3212, R\u00f6ntgen GADDS", "arch_name": "3212@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55113", - "roomcode": "5502.03.212", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55120", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55113, + "usage_id": 103 + }, + "5502.03.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3213, R\u00f6ntgendiff. D8, D5000", "arch_name": "3213@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55120", - "roomcode": "5502.03.213", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55125", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55120, + "usage_id": 103 + }, + "5502.03.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3214, Labor (HIP-Pr\u00e4paration)", "arch_name": "3214@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55125", - "roomcode": "5502.03.214", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55253", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55125, + "usage_id": 103 + }, + "5502.03.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3215, REM CS 4", "arch_name": "3215@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55253", - "roomcode": "5502.03.215", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55263", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55253, + "usage_id": 103 + }, + "5502.03.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3216, Zentrale Gasversorgung", "arch_name": "3216@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55263", - "roomcode": "5502.03.216", - "usage": 17 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55271", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55263, + "usage_id": 17 + }, + "5502.03.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3225, B\u00fcro", "arch_name": "3225@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55271", - "roomcode": "5502.03.225", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55281", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55271, + "usage_id": 12 + }, + "5502.03.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3226, Wissenschaftliche Mitarbeiter", "arch_name": "3226@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55281", - "roomcode": "5502.03.226", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55417", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55281, + "usage_id": 12 + }, + "5502.03.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3227, Wissenschaftliche Mitarbeiter", "arch_name": "3227@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55417", - "roomcode": "5502.03.227", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55424", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55417, + "usage_id": 12 + }, + "5502.03.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3228, Wissenschaftliche Mitarbeiter", "arch_name": "3228@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55424", - "roomcode": "5502.03.228", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55432", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55424, + "usage_id": 12 + }, + "5502.03.228M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3228M, Elektroverteiler", "arch_name": "3228M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55432", - "roomcode": "5502.03.228M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55441", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55432, + "usage_id": 120 + }, + "5502.03.228N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3228n, Nebenraum ZU 3228m", "arch_name": "3228n@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55441", - "roomcode": "5502.03.228N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11470", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55441, + "usage_id": 120 + }, + "5502.03.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3229, Diplomanden", "arch_name": "3229@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11470", - "roomcode": "5502.03.229", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55582", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11470, + "usage_id": 12 + }, + "5502.03.229M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3229M, Elektroverteiler", "arch_name": "3229M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55582", - "roomcode": "5502.03.229M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11474", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55582, + "usage_id": 120 + }, + "5502.03.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3230, Semesterr. K./Tutoren", "arch_name": "3230@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11474", - "roomcode": "5502.03.230", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55597", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11474, + "usage_id": 12 + }, + "5502.03.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3231, Wissenschaftliche Mitarbeiter", "arch_name": "3231@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55597", - "roomcode": "5502.03.231", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55607", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55597, + "usage_id": 12 + }, + "5502.03.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3232, Emeritus", "arch_name": "3232@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55607", - "roomcode": "5502.03.232", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55737", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55607, + "usage_id": 12 + }, + "5502.03.233A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3233A, Prof.-B\u00fcro", "arch_name": "3233A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55737", - "roomcode": "5502.03.233A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55749", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55737, + "usage_id": 12 + }, + "5502.03.233B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3233B, Sekretariat", "arch_name": "3233B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55749", - "roomcode": "5502.03.233B", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55755", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55749, + "usage_id": 40 + }, + "5502.03.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3234, Besprechung", "arch_name": "3234@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=50157&cRes=19669&cReadonly=J", - "list_index": "405", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55755", - "roomcode": "5502.03.234", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55763", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 19669, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55755, + "usage_id": 196 + }, + "5502.03.234M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3234M, Elektroverteiler", "arch_name": "3234M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55763", - "roomcode": "5502.03.234M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55776", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55763, + "usage_id": 120 + }, + "5502.03.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3235, B\u00fcro", "arch_name": "3235@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=50157&cRes=19504&cReadonly=J", - "list_index": "407", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55776", - "roomcode": "5502.03.235", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55908", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 19504, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50157, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55776, + "usage_id": 12 + }, + "5502.03.236": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3236, Lager/Lehrmittel", "arch_name": "3236@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55908", - "roomcode": "5502.03.236", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11525", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55908, + "usage_id": 30 + }, + "5502.03.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3237, Seminarraum", "arch_name": "3237@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15276&cRes=15161&cReadonly=J", - "extended": { - "additional_description": "3237, Seminarraum", - "address": "Boltzmannstr. 15(5502), 3.Obergescho\u00df", - "architect_room_nr": "3237@5502", - "area_m2": 94.01, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "237", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11525", - "roomcode": "5502.03.237", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55919", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 15161, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15276, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11525, + "usage_id": 41 + }, + "5502.03.298A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298a, Schacht", "arch_name": "3298a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55919", - "roomcode": "5502.03.298A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55921", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55919, + "usage_id": 120 + }, + "5502.03.298B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298B, Schacht", "arch_name": "3298B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55921", - "roomcode": "5502.03.298B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55929", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55921, + "usage_id": 120 + }, + "5502.03.298C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298c, Aufzug", "arch_name": "3298c@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55929", - "roomcode": "5502.03.298C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56062", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55929, + "usage_id": 4 + }, + "5502.03.298D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298d, Schacht", "arch_name": "3298d@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56062", - "roomcode": "5502.03.298D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56075", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56062, + "usage_id": 120 + }, + "5502.03.298E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298e, Schacht", "arch_name": "3298e@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56075", - "roomcode": "5502.03.298E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56081", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56075, + "usage_id": 120 + }, + "5502.03.298F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298f, Schacht", "arch_name": "3298f@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56081", - "roomcode": "5502.03.298F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56089", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56081, + "usage_id": 120 + }, + "5502.03.298G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298g, Schacht", "arch_name": "3298g@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56089", - "roomcode": "5502.03.298G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56221", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56089, + "usage_id": 120 + }, + "5502.03.298H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298h, Schacht", "arch_name": "3298h@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56221", - "roomcode": "5502.03.298H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56227", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56221, + "usage_id": 120 + }, + "5502.03.298I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298i, Schacht", "arch_name": "3298i@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56227", - "roomcode": "5502.03.298I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56236", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56227, + "usage_id": 120 + }, + "5502.03.298J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3289j, Schacht", "arch_name": "3289j@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56236", - "roomcode": "5502.03.298J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56239", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56236, + "usage_id": 120 + }, + "5502.03.298K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298k, Aufzug", "arch_name": "3298k@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56239", - "roomcode": "5502.03.298K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56256", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56239, + "usage_id": 4 + }, + "5502.03.298M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298m, Schacht", "arch_name": "3298m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56256", - "roomcode": "5502.03.298M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56388", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56256, + "usage_id": 120 + }, + "5502.03.298N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298n, Schacht", "arch_name": "3298n@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56388", - "roomcode": "5502.03.298N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56392", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56388, + "usage_id": 120 + }, + "5502.03.298P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3298p, Schacht", "arch_name": "3298p@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56392", - "roomcode": "5502.03.298P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56398", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56392, + "usage_id": 120 + }, + "5502.03.299A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299A, Galerie", "arch_name": "3299A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56398", - "roomcode": "5502.03.299A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56404", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56398, + "usage_id": 206 + }, + "5502.03.299B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299B, Galerie", "arch_name": "3299B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56404", - "roomcode": "5502.03.299B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56412", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56404, + "usage_id": 206 + }, + "5502.03.299D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299D, Treppenraum", "arch_name": "3299D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56412", - "roomcode": "5502.03.299D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54023", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56412, + "usage_id": 223 + }, + "5502.03.299E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299E, Flur", "arch_name": "3299E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54023", - "roomcode": "5502.03.299E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54031", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54023, + "usage_id": 222 + }, + "5502.03.299F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299F, Flur", "arch_name": "3299F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54031", - "roomcode": "5502.03.299F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54038", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54031, + "usage_id": 222 + }, + "5502.03.299G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299G, Flur", "arch_name": "3299G@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54038", - "roomcode": "5502.03.299G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54044", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54038, + "usage_id": 222 + }, + "5502.03.299I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299I, Treppenraum", "arch_name": "3299I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54044", - "roomcode": "5502.03.299I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54052", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54044, + "usage_id": 223 + }, + "5502.03.299J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299J, Flur", "arch_name": "3299J@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54052", - "roomcode": "5502.03.299J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54179", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54052, + "usage_id": 222 + }, + "5502.03.299K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299K, Flur", "arch_name": "3299K@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54179", - "roomcode": "5502.03.299K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54186", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54179, + "usage_id": 222 + }, + "5502.03.299L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299L, Galerie", "arch_name": "3299L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54186", - "roomcode": "5502.03.299L", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71899", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54186, + "usage_id": 206 + }, + "5502.03.299M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299M, Flur", "arch_name": "3299M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71899", - "roomcode": "5502.03.299M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71900", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71899, + "usage_id": 222 + }, + "5502.03.299N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3299N, Flur", "arch_name": "3299N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71900", - "roomcode": "5502.03.299N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57186", + "area_id": 34, + "building_id": 836, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71900, + "usage_id": 222 + }, + "5502.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0201, Seminarraum", "arch_name": "0201@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15272&cRes=18726&cReadonly=J", - "extended": { - "additional_description": "0201, Seminarraum", - "address": "Boltzmannstr. 15(5502), Erdgescho\u00df", - "architect_room_nr": "0201@5502", - "area_m2": 43.47, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57186", - "roomcode": "5502.EG.201", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57195", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 18726, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57186, + "usage_id": 41 + }, + "5502.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0202, Gastwissenschaftler", "arch_name": "0202@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57195", - "roomcode": "5502.EG.202", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57200", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57195, + "usage_id": 12 + }, + "5502.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0203, Doktorand", "arch_name": "0203@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57200", - "roomcode": "5502.EG.203", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57210", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57200, + "usage_id": 12 + }, + "5502.EG.203M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0203M, WC-Vorraum", "arch_name": "0203M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57210", - "roomcode": "5502.EG.203M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57332", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57210, + "usage_id": 37 + }, + "5502.EG.203N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0203N, WC-Vorraum", "arch_name": "0203N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57332", - "roomcode": "5502.EG.203N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57341", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57332, + "usage_id": 37 + }, + "5502.EG.203P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0203P, WC-Damen", "arch_name": "0203P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57341", - "roomcode": "5502.EG.203P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57349", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57341, + "usage_id": 116 + }, + "5502.EG.203Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0203Q, WC-Herren", "arch_name": "0203Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57349", - "roomcode": "5502.EG.203Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12430", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57349, + "usage_id": 115 + }, + "5502.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0204, Doktorand", "arch_name": "0204@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12430", - "roomcode": "5502.EG.204", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12433", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12430, + "usage_id": 12 + }, + "5502.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0205, Doktorand", "arch_name": "0205@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12433", - "roomcode": "5502.EG.205", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57489", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12433, + "usage_id": 12 + }, + "5502.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0206, Doktorand", "arch_name": "0206@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57489", - "roomcode": "5502.EG.206", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57493", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57489, + "usage_id": 12 + }, + "5502.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0207, Rechner", "arch_name": "0207@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57493", - "roomcode": "5502.EG.207", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71954", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57493, + "usage_id": 207 + }, + "5502.EG.207M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0207M, Flur", "arch_name": "0207M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71954", - "roomcode": "5502.EG.207M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57504", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71954, + "usage_id": 222 + }, + "5502.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0208, Rechner", "arch_name": "0208@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57504", - "roomcode": "5502.EG.208", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57512", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57504, + "usage_id": 207 + }, + "5502.EG.208M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0208M, Labor/Rechner", "arch_name": "0208M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57512", - "roomcode": "5502.EG.208M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57638", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57512, + "usage_id": 194 + }, + "5502.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0209, Labor", "arch_name": "0209@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15272&cRes=26938&cReadonly=J", - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57638", - "roomcode": "5502.EG.209", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57649", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 26938, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15272, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57638, + "usage_id": 194 + }, + "5502.EG.209M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0209M, IT-, Lehrmittellager", "arch_name": "0209M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57649", - "roomcode": "5502.EG.209M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57658", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15272, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57649, + "usage_id": 30 + }, + "5502.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0210, Labor", "arch_name": "0210@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57658", - "roomcode": "5502.EG.210", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57776", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57658, + "usage_id": 102 + }, + "5502.EG.210M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0210M, Teek\u00fcche", "arch_name": "0210M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57776", - "roomcode": "5502.EG.210M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57784", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15272, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57776, + "usage_id": 198 + }, + "5502.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0211, Labor", "arch_name": "0211@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57784", - "roomcode": "5502.EG.211", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57792", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15272, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57784, + "usage_id": 194 + }, + "5502.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0212, M\u00fcllraum", "arch_name": "0212@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57792", - "roomcode": "5502.EG.212", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57927", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57792, + "usage_id": 214 + }, + "5502.EG.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0225, Doktorand", "arch_name": "0225@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57927", - "roomcode": "5502.EG.225", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57935", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57927, + "usage_id": 12 + }, + "5502.EG.225M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0225M, Elektroverteiler", "arch_name": "0225M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57935", - "roomcode": "5502.EG.225M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71952", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57935, + "usage_id": 120 + }, + "5502.EG.225Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0225Y, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0225Y@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71952", - "roomcode": "5502.EG.225Y", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57942", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71952, + "usage_id": 204 + }, + "5502.EG.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0226, Doktorand", "arch_name": "0226@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57942", - "roomcode": "5502.EG.226", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57949", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57942, + "usage_id": 12 + }, + "5502.EG.226M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0226M, Elektroverteiler", "arch_name": "0226M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57949", - "roomcode": "5502.EG.226M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57957", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57949, + "usage_id": 120 + }, + "5502.EG.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0227, Doktorand", "arch_name": "0227@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57957", - "roomcode": "5502.EG.227", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58076", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57957, + "usage_id": 12 + }, + "5502.EG.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0228, Doktorand", "arch_name": "0228@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58076", - "roomcode": "5502.EG.228", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58086", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58076, + "usage_id": 12 + }, + "5502.EG.228M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0228M, Drucker", "arch_name": "0228M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58086", - "roomcode": "5502.EG.228M", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58094", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15272, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58086, + "usage_id": 110 + }, + "5502.EG.228N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0228N, Archiv", "arch_name": "0228N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58094", - "roomcode": "5502.EG.228N", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11734", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58094, + "usage_id": 2 + }, + "5502.EG.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0229, Doktorand", "arch_name": "0229@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11734", - "roomcode": "5502.EG.229", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58229", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11734, + "usage_id": 12 + }, + "5502.EG.229N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0229N, Kopierer", "arch_name": "0229N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58229", - "roomcode": "5502.EG.229N", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58237", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58229, + "usage_id": 110 + }, + "5502.EG.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0230, B\u00fcro", "arch_name": "0230@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58237", - "roomcode": "5502.EG.230", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58244", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58237, + "usage_id": 12 + }, + "5502.EG.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0231, Sekretariat", "arch_name": "0231@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58244", - "roomcode": "5502.EG.231", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11795", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58244, + "usage_id": 40 + }, + "5502.EG.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0232, Prof.-B\u00fcro", "arch_name": "0232@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11795", - "roomcode": "5502.EG.232", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58384", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11795, + "usage_id": 12 + }, + "5502.EG.232M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0232M, Elektroverteiler", "arch_name": "0232M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58384", - "roomcode": "5502.EG.232M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58392", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58384, + "usage_id": 120 + }, + "5502.EG.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0233, Besprechungsraum", "arch_name": "0233@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=15272&cRes=22721&cReadonly=J", - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58392", - "roomcode": "5502.EG.233", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11803", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 22721, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58392, + "usage_id": 196 + }, + "5502.EG.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0234, Seminarraum", "arch_name": "0234@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15170&cReadonly=J", - "extended": { - "additional_description": "MW 0234, Seminarraum", - "address": "Boltzmannstr. 15(5502), Erdgescho\u00df", - "architect_room_nr": "0234@5502", - "area_m2": 60.05, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "234", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11803", - "roomcode": "5502.EG.234", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11850", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 15170, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11803, + "usage_id": 41 + }, + "5502.EG.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0250, H\u00f6rsaal", "arch_name": "0250@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12590&cReadonly=J", - "extended": { - "additional_description": "MW 0250, H\u00f6rsaal", - "address": "Boltzmannstr. 15(5502), Erdgescho\u00df", - "architect_room_nr": "0250@5502", - "area_m2": 90.95, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "250", - "seats": 88, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11850", - "roomcode": "5502.EG.250", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58418", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 12590, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 88, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11850, + "usage_id": 20 + }, + "5502.EG.250A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0250A, MW 0250a, H\u00f6rsaalnebenraum", "arch_name": "0250A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58418", - "roomcode": "5502.EG.250A", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58536", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58418, + "usage_id": 136 + }, + "5502.EG.250B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0250B, MW 0250b, H\u00f6rsaalnebenraum", "arch_name": "0250B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58536", - "roomcode": "5502.EG.250B", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58544", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58536, + "usage_id": 136 + }, + "5502.EG.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260, Versuche", "arch_name": "0260@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58544", - "roomcode": "5502.EG.260", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58553", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58544, + "usage_id": 49 + }, + "5502.EG.260M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260m, Trafo", "arch_name": "0260m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58553", - "roomcode": "5502.EG.260M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58561", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58553, + "usage_id": 160 + }, + "5502.EG.260N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260n, Trafo", "arch_name": "0260n@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58561", - "roomcode": "5502.EG.260N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58683", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58561, + "usage_id": 160 + }, + "5502.EG.260O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260O, Technik", "arch_name": "0260O@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58683", - "roomcode": "5502.EG.260O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58689", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58683, + "usage_id": 120 + }, + "5502.EG.260P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260p, Trafo", "arch_name": "0260p@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58689", - "roomcode": "5502.EG.260P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58701", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58689, + "usage_id": 160 + }, + "5502.EG.260Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260Q, Fernmeldetechnik", "arch_name": "0260Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58701", - "roomcode": "5502.EG.260Q", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58709", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58701, + "usage_id": 202 + }, + "5502.EG.260R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260R, Umkleide / Dusche Herren", "arch_name": "0260R@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58709", - "roomcode": "5502.EG.260R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58717", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58709, + "usage_id": 121 + }, + "5502.EG.260S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260S, Dusche", "arch_name": "0260S@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58717", - "roomcode": "5502.EG.260S", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56497", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58717, + "usage_id": 113 + }, + "5502.EG.260T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260T, Umkleide", "arch_name": "0260T@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56497", - "roomcode": "5502.EG.260T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56505", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56497, + "usage_id": 121 + }, + "5502.EG.260U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260U, WC-Damen", "arch_name": "0260U@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56505", - "roomcode": "5502.EG.260U", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71963", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56505, + "usage_id": 116 + }, + "5502.EG.260V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260V, WC-Vorraum Damen", "arch_name": "0260V@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71963", - "roomcode": "5502.EG.260V", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71964", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71963, + "usage_id": 118 + }, + "5502.EG.260W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0260W, WC-Herren", "arch_name": "0260W@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71964", - "roomcode": "5502.EG.260W", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56511", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71964, + "usage_id": 115 + }, + "5502.EG.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0261, Lager", "arch_name": "0261@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56511", - "roomcode": "5502.EG.261", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56516", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15272, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56511, + "usage_id": 30 + }, + "5502.EG.261M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0261M, \u00c4tzen, Schwei\u00dfen", "arch_name": "0261M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56516", - "roomcode": "5502.EG.261M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56523", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56516, + "usage_id": 51 + }, + "5502.EG.261N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0261N, Lager, S\u00e4ge", "arch_name": "0261N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=50157", - "operator": "[ TUMWMAT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56523", - "roomcode": "5502.EG.261N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56646", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 50157, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56523, + "usage_id": 30 + }, + "5502.EG.262": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0262, Werkstatt", "arch_name": "0262@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56646", - "roomcode": "5502.EG.262", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71955", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56646, + "usage_id": 51 + }, + "5502.EG.262A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0262A, B\u00fcro", "arch_name": "0262A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71955", - "roomcode": "5502.EG.262A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56667", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15272, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71955, + "usage_id": 12 + }, + "5502.EG.263": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0263, Versuchshalle", "arch_name": "0263@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56667", - "roomcode": "5502.EG.263", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56781", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15272, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56667, + "usage_id": 49 + }, + "5502.EG.264": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0264, Pr\u00fcfungen", "arch_name": "0264@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56781", - "roomcode": "5502.EG.264", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56787", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15272, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56781, + "usage_id": 2 + }, + "5502.EG.265": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0265, Aufenthaltstraum", "arch_name": "0265@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56787", - "roomcode": "5502.EG.265", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56795", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56787, + "usage_id": 44 + }, + "5502.EG.265A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0265A, Versuche", "arch_name": "0265A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15272", - "operator": "[ TUMWRTK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56795", - "roomcode": "5502.EG.265A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26238", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15272, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56795, + "usage_id": 194 + }, + "5502.EG.290": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290, Halle 1/Technologiehalle", "arch_name": "0290@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26238", - "roomcode": "5502.EG.290", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56923", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26238, + "usage_id": 49 + }, + "5502.EG.290B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290B, CNC-Werkstatt", "arch_name": "0290B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56923", - "roomcode": "5502.EG.290B", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12117", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56923, + "usage_id": 51 + }, + "5502.EG.290C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290C, B\u00fcro", "arch_name": "0290C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12117", - "roomcode": "5502.EG.290C", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26255", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12117, + "usage_id": 12 + }, + "5502.EG.290D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290D, Grobmechanische Werkstatt", "arch_name": "0290D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26255", - "roomcode": "5502.EG.290D", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12182", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15276, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26255, + "usage_id": 51 + }, + "5502.EG.290E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290E, B\u00fcro", "arch_name": "0290E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12182", - "roomcode": "5502.EG.290E", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56949", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12182, + "usage_id": 12 + }, + "5502.EG.290F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290F, Werkstattlager", "arch_name": "0290F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56949", - "roomcode": "5502.EG.290F", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57071", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56949, + "usage_id": 30 + }, + "5502.EG.290G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290G, Hydraulikaggregate", "arch_name": "0290G@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57071", - "roomcode": "5502.EG.290G", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57079", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57071, + "usage_id": 49 + }, + "5502.EG.290H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290H, Versuchshalle", "arch_name": "0290H@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57079", - "roomcode": "5502.EG.290H", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57086", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57079, + "usage_id": 49 + }, + "5502.EG.290I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290I, Garage", "arch_name": "0290I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57086", - "roomcode": "5502.EG.290I", - "usage": 100 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57094", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57086, + "usage_id": 100 + }, + "5502.EG.290J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290J, Lager/Holzbearbeitung", "arch_name": "0290J@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57094", - "roomcode": "5502.EG.290J", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57101", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57094, + "usage_id": 30 + }, + "5502.EG.290K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290K, Festigkeitslabor", "arch_name": "0290K@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57101", - "roomcode": "5502.EG.290K", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57108", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57101, + "usage_id": 194 + }, + "5502.EG.290L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290L, Labor", "arch_name": "0290L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57108", - "roomcode": "5502.EG.290L", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57219", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57108, + "usage_id": 194 + }, + "5502.EG.290M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290M, Pulserlabor", "arch_name": "0290M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57219", - "roomcode": "5502.EG.290M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57227", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57219, + "usage_id": 194 + }, + "5502.EG.290N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290N, Festigkeitslabor", "arch_name": "0290N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57227", - "roomcode": "5502.EG.290N", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57234", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57227, + "usage_id": 194 + }, + "5502.EG.290O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290A, CNC-Werkstatt", "arch_name": "0290A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57234", - "roomcode": "5502.EG.290O", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57243", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57234, + "usage_id": 51 + }, + "5502.EG.290P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290P, Kleinere + mittlere Pr\u00fcfhalle", "arch_name": "0290P@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57243", - "roomcode": "5502.EG.290P", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57365", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57243, + "usage_id": 49 + }, + "5502.EG.290Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290Q, Pr\u00fcfmaschinenhalle", "arch_name": "0290Q@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57365", - "roomcode": "5502.EG.290Q", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57375", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57365, + "usage_id": 49 + }, + "5502.EG.290R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290R, Labor Impuls", "arch_name": "0290R@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57375", - "roomcode": "5502.EG.290R", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71957", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15276, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57375, + "usage_id": 194 + }, + "5502.EG.290S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0290S, Sonst.Betriebst.Anlagen", "arch_name": "0290S@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71957", - "roomcode": "5502.EG.290S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57381", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71957, + "usage_id": 120 + }, + "5502.EG.298A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298a, Schacht", "arch_name": "0298a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57381", - "roomcode": "5502.EG.298A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57391", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57381, + "usage_id": 120 + }, + "5502.EG.298B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298b, Schacht", "arch_name": "0298b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57391", - "roomcode": "5502.EG.298B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57401", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57391, + "usage_id": 120 + }, + "5502.EG.298C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298C, Aufzug", "arch_name": "0298C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57401", - "roomcode": "5502.EG.298C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57524", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57401, + "usage_id": 4 + }, + "5502.EG.298D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298d, Schacht", "arch_name": "0298d@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57524", - "roomcode": "5502.EG.298D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57531", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57524, + "usage_id": 120 + }, + "5502.EG.298E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298e, Schacht", "arch_name": "0298e@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57531", - "roomcode": "5502.EG.298E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57541", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57531, + "usage_id": 120 + }, + "5502.EG.298F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298f, Schacht", "arch_name": "0298f@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57541", - "roomcode": "5502.EG.298F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57550", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57541, + "usage_id": 120 + }, + "5502.EG.298G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298g, Schacht", "arch_name": "0298g@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57550", - "roomcode": "5502.EG.298G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57669", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57550, + "usage_id": 120 + }, + "5502.EG.298H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298h, Schacht", "arch_name": "0298h@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57669", - "roomcode": "5502.EG.298H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57676", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57669, + "usage_id": 120 + }, + "5502.EG.298I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298i, Schacht", "arch_name": "0298i@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57676", - "roomcode": "5502.EG.298I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57683", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57676, + "usage_id": 120 + }, + "5502.EG.298J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298j, Schacht", "arch_name": "0298j@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57683", - "roomcode": "5502.EG.298J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57690", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57683, + "usage_id": 120 + }, + "5502.EG.298K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298K, Aufzug", "arch_name": "0298K@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57690", - "roomcode": "5502.EG.298K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57806", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57690, + "usage_id": 4 + }, + "5502.EG.298L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298l, Schacht", "arch_name": "0298l@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57806", - "roomcode": "5502.EG.298L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57811", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57806, + "usage_id": 120 + }, + "5502.EG.298M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298m, Schacht", "arch_name": "0298m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57811", - "roomcode": "5502.EG.298M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57820", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57811, + "usage_id": 120 + }, + "5502.EG.298N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298n, Schacht", "arch_name": "0298n@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57820", - "roomcode": "5502.EG.298N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57830", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57820, + "usage_id": 120 + }, + "5502.EG.298O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298o, Schacht", "arch_name": "0298o@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57830", - "roomcode": "5502.EG.298O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57835", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57830, + "usage_id": 120 + }, + "5502.EG.298P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298p, Technik", "arch_name": "0298p@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57835", - "roomcode": "5502.EG.298P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57966", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57835, + "usage_id": 120 + }, + "5502.EG.298S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298s, Schacht", "arch_name": "0298s@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57966", - "roomcode": "5502.EG.298S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57970", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57966, + "usage_id": 120 + }, + "5502.EG.298T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0298t, Schacht", "arch_name": "0298t@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57970", - "roomcode": "5502.EG.298T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26892", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57970, + "usage_id": 120 + }, + "5502.EG.299A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299A, MW 2 Innenhof", "arch_name": "0299A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17994&cReadonly=J", - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26892", - "roomcode": "5502.EG.299A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57980", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 17994, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26892, + "usage_id": 222 + }, + "5502.EG.299B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299B, Flur", "arch_name": "0299B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57980", - "roomcode": "5502.EG.299B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57986", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57980, + "usage_id": 222 + }, + "5502.EG.299C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299C, Flur", "arch_name": "0299C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57986", - "roomcode": "5502.EG.299C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58114", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57986, + "usage_id": 222 + }, + "5502.EG.299D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299D, Treppenraum", "arch_name": "0299D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58114", - "roomcode": "5502.EG.299D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71958", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58114, + "usage_id": 223 + }, + "5502.EG.299E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299E, Treppe", "arch_name": "0299E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71958", - "roomcode": "5502.EG.299E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58120", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71958, + "usage_id": 223 + }, + "5502.EG.299G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299G, Flur", "arch_name": "0299G@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58120", - "roomcode": "5502.EG.299G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58133", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58120, + "usage_id": 222 + }, + "5502.EG.299H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299H, Flur Zugang zu M\u00fcllraum", "arch_name": "0299H@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58133", - "roomcode": "5502.EG.299H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58140", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58133, + "usage_id": 222 + }, + "5502.EG.299I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299I, Treppenraum", "arch_name": "0299I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58140", - "roomcode": "5502.EG.299I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58267", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58140, + "usage_id": 223 + }, + "5502.EG.299J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299J, Flur", "arch_name": "0299J@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58267", - "roomcode": "5502.EG.299J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58274", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58267, + "usage_id": 222 + }, + "5502.EG.299K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299K, Flur", "arch_name": "0299K@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58274", - "roomcode": "5502.EG.299K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58282", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58274, + "usage_id": 222 + }, + "5502.EG.299L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299L, Flur", "arch_name": "0299L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58282", - "roomcode": "5502.EG.299L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58289", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58282, + "usage_id": 222 + }, + "5502.EG.299M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299M, Flur", "arch_name": "0299M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58289", - "roomcode": "5502.EG.299M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58299", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58289, + "usage_id": 222 + }, + "5502.EG.299N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299N, Flur", "arch_name": "0299N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58299", - "roomcode": "5502.EG.299N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71962", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58299, + "usage_id": 222 + }, + "5502.EG.299R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299R, Flur", "arch_name": "0299R@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71962", - "roomcode": "5502.EG.299R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71956", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71962, + "usage_id": 222 + }, + "5502.EG.299S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299S, Flur", "arch_name": "0299S@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71956", - "roomcode": "5502.EG.299S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71959", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71956, + "usage_id": 222 + }, + "5502.EG.299T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299T, Treppe", "arch_name": "0299T@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71959", - "roomcode": "5502.EG.299T", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71953", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71959, + "usage_id": 223 + }, + "5502.EG.299U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299U, Treppe im Freien", "arch_name": "0299U@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71953", - "roomcode": "5502.EG.299U", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71960", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71953, + "usage_id": 7 + }, + "5502.EG.299V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299V, Treppe", "arch_name": "0299V@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71960", - "roomcode": "5502.EG.299V", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71961", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71960, + "usage_id": 223 + }, + "5502.EG.299W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0299W, Treppe im Freien", "arch_name": "0299W@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71961", - "roomcode": "5502.EG.299W", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=49283", + "area_id": 34, + "building_id": 836, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71961, + "usage_id": 7 + }, + "5502.U1.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U201, Technik", "arch_name": "U201@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49283", - "roomcode": "5502.U1.201", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=49743", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49283, + "usage_id": 120 + }, + "5502.U1.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U202, Installationskeller", "arch_name": "U202@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49743", - "roomcode": "5502.U1.202", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=49759", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49743, + "usage_id": 120 + }, + "5502.U1.203M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U203M, Lager", "arch_name": "U203M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49759", - "roomcode": "5502.U1.203M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=49767", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49759, + "usage_id": 30 + }, + "5502.U1.203N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U203N, Maschinenraum", "arch_name": "U203N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49767", - "roomcode": "5502.U1.203N", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57728", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49767, + "usage_id": 5 + }, + "5502.U1.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U225, Stromversorgung", "arch_name": "U225@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57728", - "roomcode": "5502.U1.225", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57735", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57728, + "usage_id": 160 + }, + "5502.U1.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U226, Stromversorgung", "arch_name": "U226@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57735", - "roomcode": "5502.U1.226", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57742", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57735, + "usage_id": 160 + }, + "5502.U1.226M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U226m, Elektroverteiler", "arch_name": "U226m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57742", - "roomcode": "5502.U1.226M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57750", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57742, + "usage_id": 120 + }, + "5502.U1.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U227, Fernmeldetechnik", "arch_name": "U227@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57750", - "roomcode": "5502.U1.227", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57758", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57750, + "usage_id": 202 + }, + "5502.U1.227M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U227m, Schacht", "arch_name": "U227m@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57758", - "roomcode": "5502.U1.227M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57879", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57758, + "usage_id": 120 + }, + "5502.U1.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U228, B\u00fccher/Magazin/Zeitschriften", "arch_name": "U228@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57879", - "roomcode": "5502.U1.228", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57884", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57879, + "usage_id": 2 + }, + "5502.U1.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U229, Aufenthaltsraum", "arch_name": "U229@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57884", - "roomcode": "5502.U1.229", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57893", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57884, + "usage_id": 44 + }, + "5502.U1.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U230, Gruppen", "arch_name": "U230@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=33692&cReadonly=J", - "extended": { - "additional_description": "U230, Gruppen", - "address": "Boltzmannstr. 15(5502), 1.Untergescho\u00df", - "architect_room_nr": "U230@5502", - "area_m2": 28.54, - "building": "5502 Institut f. Werkst. u. Verarbeitung", - "floor_number": "1.Untergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "230", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57893", - "roomcode": "5502.U1.230", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57905", + "area_id": 34, + "building_id": 836, + "calendar_resource_nr": 33692, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57893, + "usage_id": 131 + }, + "5502.U1.230M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U230M, Elektroverteiler", "arch_name": "U230M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57905", - "roomcode": "5502.U1.230M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57916", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57905, + "usage_id": 120 + }, + "5502.U1.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U231, Lager", "arch_name": "U231@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57916", - "roomcode": "5502.U1.231", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58034", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57916, + "usage_id": 30 + }, + "5502.U1.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U232, Archiv", "arch_name": "U232@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58034", - "roomcode": "5502.U1.232", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58046", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58034, + "usage_id": 2 + }, + "5502.U1.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U233, Archiv/Pr\u00fcfungen", "arch_name": "U233@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58046", - "roomcode": "5502.U1.233", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58055", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58046, + "usage_id": 2 + }, + "5502.U1.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U234, Archiv", "arch_name": "U234@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15276", - "operator": "[ TUMWWKM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58055", - "roomcode": "5502.U1.234", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58066", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15276, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58055, + "usage_id": 2 + }, + "5502.U1.234M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U234M, Lager", "arch_name": "U234M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=38689", - "operator": "[ TUMWFSM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58066", - "roomcode": "5502.U1.234M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71945", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58066, + "usage_id": 30 + }, + "5502.U1.250A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U250A, Flur", "arch_name": "U250A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71945", - "roomcode": "5502.U1.250A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58186", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71945, + "usage_id": 222 + }, + "5502.U1.250C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U250C, Installationskeller", "arch_name": "U250C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58186", - "roomcode": "5502.U1.250C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58196", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58186, + "usage_id": 120 + }, + "5502.U1.250D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U250D, Putzraum", "arch_name": "U250D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58196", - "roomcode": "5502.U1.250D", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71942", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58196, + "usage_id": 205 + }, + "5502.U1.250F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U250F, Flur", "arch_name": "U250F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71942", - "roomcode": "5502.U1.250F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58204", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71942, + "usage_id": 222 + }, + "5502.U1.251A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U251a, L\u00f6sungsmittel AI", "arch_name": "U251a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58204", - "roomcode": "5502.U1.251A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58214", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58204, + "usage_id": 30 + }, + "5502.U1.251B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U251b, L\u00f6sungsmittel AI", "arch_name": "U251b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58214", - "roomcode": "5502.U1.251B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58224", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58214, + "usage_id": 30 + }, + "5502.U1.251C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U251c, L\u00f6sungsmittel AII/B", "arch_name": "U251c@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58224", - "roomcode": "5502.U1.251C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58348", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58224, + "usage_id": 30 + }, + "5502.U1.251D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U251d, L\u00f6sungsmittel AII/B", "arch_name": "U251d@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58348", - "roomcode": "5502.U1.251D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58357", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58348, + "usage_id": 30 + }, + "5502.U1.251E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U251E, Lager Leergut", "arch_name": "U251E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58357", - "roomcode": "5502.U1.251E", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58362", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58357, + "usage_id": 30 + }, + "5502.U1.251F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U251F, Lagerrist", "arch_name": "U251F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58362", - "roomcode": "5502.U1.251F", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58374", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58362, + "usage_id": 30 + }, + "5502.U1.252A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U252a, L\u00f6sungsmittel AI", "arch_name": "U252a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58374", - "roomcode": "5502.U1.252A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58496", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58374, + "usage_id": 30 + }, + "5502.U1.252B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U252b, L\u00f6sungsmittel AI", "arch_name": "U252b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58496", - "roomcode": "5502.U1.252B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58504", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58496, + "usage_id": 30 + }, + "5502.U1.252C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U252C, Bioprodukte", "arch_name": "U252C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58504", - "roomcode": "5502.U1.252C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58511", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58504, + "usage_id": 30 + }, + "5502.U1.252D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U252D, Bioprodukte", "arch_name": "U252D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58511", - "roomcode": "5502.U1.252D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58514", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58511, + "usage_id": 30 + }, + "5502.U1.252E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U252E, Bioprodukte", "arch_name": "U252E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58514", - "roomcode": "5502.U1.252E", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58524", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58514, + "usage_id": 30 + }, + "5502.U1.253A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U253a, Lager m. Brandschutz", "arch_name": "U253a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58524", - "roomcode": "5502.U1.253A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58649", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58524, + "usage_id": 30 + }, + "5502.U1.253B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U253b, Salze", "arch_name": "U253b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58649", - "roomcode": "5502.U1.253B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58656", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58649, + "usage_id": 30 + }, + "5502.U1.253C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U253c, S\u00e4uren", "arch_name": "U253c@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58656", - "roomcode": "5502.U1.253C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58662", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58656, + "usage_id": 30 + }, + "5502.U1.254A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U254a, Lager m. Brandschutz", "arch_name": "U254a@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58662", - "roomcode": "5502.U1.254A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58669", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58662, + "usage_id": 30 + }, + "5502.U1.254B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U254b, Fette/\u00d6le", "arch_name": "U254b@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58669", - "roomcode": "5502.U1.254B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58676", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58669, + "usage_id": 30 + }, + "5502.U1.254C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U254c, Chemikalienlager", "arch_name": "U254c@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58676", - "roomcode": "5502.U1.254C", - "usage": 132 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56457", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58676, + "usage_id": 132 + }, + "5502.U1.254D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U254D, Lager", "arch_name": "U254D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56457", - "roomcode": "5502.U1.254D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56461", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56457, + "usage_id": 30 + }, + "5502.U1.254E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U254e, \u00d6le/Schmierstoffe", "arch_name": "U254e@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56461", - "roomcode": "5502.U1.254E", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56470", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56461, + "usage_id": 30 + }, + "5502.U1.254F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U254f, CKW-L\u00f6sungsmittel", "arch_name": "U254f@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56470", - "roomcode": "5502.U1.254F", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71941", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56470, + "usage_id": 30 + }, + "5502.U1.255A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U255A, Flur", "arch_name": "U255A@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71941", - "roomcode": "5502.U1.255A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71950", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71941, + "usage_id": 222 + }, + "5502.U1.255B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U255B, Installationsschacht", "arch_name": "U255B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71950", - "roomcode": "5502.U1.255B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71943", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71950, + "usage_id": 120 + }, + "5502.U1.255C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U255C, Treppe im Freien", "arch_name": "U255C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71943", - "roomcode": "5502.U1.255C", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56475", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71943, + "usage_id": 7 + }, + "5502.U1.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U260, Dampfzentrale", "arch_name": "U260@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56475", - "roomcode": "5502.U1.260", - "usage": 201 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56482", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56475, + "usage_id": 201 + }, + "5502.U1.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U261, Gas\u00fcbergaberaum", "arch_name": "U261@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56482", - "roomcode": "5502.U1.261", - "usage": 17 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56487", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56482, + "usage_id": 17 + }, + "5502.U1.298": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298, Schacht", "arch_name": "U298@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56487", - "roomcode": "5502.U1.298", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56613", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56487, + "usage_id": 120 + }, + "5502.U1.298B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298B, Schacht", "arch_name": "U298B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56613", - "roomcode": "5502.U1.298B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56619", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56613, + "usage_id": 120 + }, + "5502.U1.298C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298C, Aufzug", "arch_name": "U298C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56619", - "roomcode": "5502.U1.298C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56625", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56619, + "usage_id": 4 + }, + "5502.U1.298D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298D, Schacht", "arch_name": "U298D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56625", - "roomcode": "5502.U1.298D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56631", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56625, + "usage_id": 120 + }, + "5502.U1.298E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298E, Schacht", "arch_name": "U298E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56631", - "roomcode": "5502.U1.298E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56641", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56631, + "usage_id": 120 + }, + "5502.U1.298F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298F, Schacht", "arch_name": "U298F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56641", - "roomcode": "5502.U1.298F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56745", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56641, + "usage_id": 120 + }, + "5502.U1.298H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298H, Schacht", "arch_name": "U298H@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56745", - "roomcode": "5502.U1.298H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56754", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56745, + "usage_id": 120 + }, + "5502.U1.298I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298I, Schacht", "arch_name": "U298I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56754", - "roomcode": "5502.U1.298I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56761", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56754, + "usage_id": 120 + }, + "5502.U1.298K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298K, Aufzugs- u. F\u00f6rdermaschinenraum", "arch_name": "U298K@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56761", - "roomcode": "5502.U1.298K", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56770", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56761, + "usage_id": 5 + }, + "5502.U1.298L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298L, Schacht", "arch_name": "U298L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56770", - "roomcode": "5502.U1.298L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56893", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56770, + "usage_id": 120 + }, + "5502.U1.298N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U298N, Schacht", "arch_name": "U298N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56893", - "roomcode": "5502.U1.298N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56898", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56893, + "usage_id": 120 + }, + "5502.U1.299": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299, Flur", "arch_name": "U299@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56898", - "roomcode": "5502.U1.299", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56912", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56898, + "usage_id": 222 + }, + "5502.U1.299B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299B, Technik", "arch_name": "U299B@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56912", - "roomcode": "5502.U1.299B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56920", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56912, + "usage_id": 120 + }, + "5502.U1.299C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299C, Flur", "arch_name": "U299C@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56920", - "roomcode": "5502.U1.299C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57039", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56920, + "usage_id": 222 + }, + "5502.U1.299D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299D, Treppenraum", "arch_name": "U299D@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57039", - "roomcode": "5502.U1.299D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71947", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57039, + "usage_id": 223 + }, + "5502.U1.299E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299E, Treppe im Freien", "arch_name": "U299E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71947", - "roomcode": "5502.U1.299E", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57045", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71947, + "usage_id": 7 + }, + "5502.U1.299F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299F, Flur", "arch_name": "U299F@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57045", - "roomcode": "5502.U1.299F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57052", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57045, + "usage_id": 222 + }, + "5502.U1.299G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299G, Flur", "arch_name": "U299G@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57052", - "roomcode": "5502.U1.299G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57063", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57052, + "usage_id": 222 + }, + "5502.U1.299H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299H, Flur", "arch_name": "U299H@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57063", - "roomcode": "5502.U1.299H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57179", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57063, + "usage_id": 222 + }, + "5502.U1.299I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299I, Treppenraum", "arch_name": "U299I@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57179", - "roomcode": "5502.U1.299I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71951", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57179, + "usage_id": 223 + }, + "5502.U1.299L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299L, Treppe", "arch_name": "U299L@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71951", - "roomcode": "5502.U1.299L", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71949", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71951, + "usage_id": 223 + }, + "5502.U1.299M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299M, Treppe", "arch_name": "U299M@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71949", - "roomcode": "5502.U1.299M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71944", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71949, + "usage_id": 223 + }, + "5502.U1.299N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299N, Gang, Weg im Freien", "arch_name": "U299N@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71944", - "roomcode": "5502.U1.299N", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71946", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71944, + "usage_id": 219 + }, + "5502.U1.299O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U299O, Treppe im Freien", "arch_name": "U299O@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71946", - "roomcode": "5502.U1.299O", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71948", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71946, + "usage_id": 7 + }, + "5502.U1.981": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U255E, Treppe im Freien", "arch_name": "U255E@5502", - "b_area_id": 34, - "b_filter_id": 836, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71948", - "roomcode": "5502.U1.981", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13791", + "area_id": 34, + "building_id": 836, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71948, + "usage_id": 7 + }, + "5503.01.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1301, \u00dcbung", "arch_name": "1301@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15285&cRes=15208&cReadonly=J", - "extended": { - "additional_description": "1301, \u00dcbung", - "address": "Boltzmannstr. 15(5503), 1.Obergescho\u00df", - "architect_room_nr": "1301@5503", - "area_m2": 126.28, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "301", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13791", - "roomcode": "5503.01.301", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71912", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 15208, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15285, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13791, + "usage_id": 131 + }, + "5503.01.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1301A, Lager", "arch_name": "1301A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71912", - "roomcode": "5503.01.301A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55995", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71912, + "usage_id": 30 + }, + "5503.01.302A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1302A, Verwaltung", "arch_name": "1302A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55995", - "roomcode": "5503.01.302A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56001", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55995, + "usage_id": 12 + }, + "5503.01.302B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1302B, Besprechungsraum", "arch_name": "1302B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56001", - "roomcode": "5503.01.302B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56009", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56001, + "usage_id": 12 + }, + "5503.01.302M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1302M, WC-Herren", "arch_name": "1302M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56009", - "roomcode": "5503.01.302M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56136", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56009, + "usage_id": 115 + }, + "5503.01.302N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1302N, WC-Vorraum", "arch_name": "1302N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56136", - "roomcode": "5503.01.302N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56142", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56136, + "usage_id": 37 + }, + "5503.01.302O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1302O, Sanit\u00e4r", "arch_name": "1302O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56142", - "roomcode": "5503.01.302O", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56146", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56142, + "usage_id": 37 + }, + "5503.01.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1303, B\u00fcro", "arch_name": "1303@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56146", - "roomcode": "5503.01.303", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71901", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56146, + "usage_id": 12 + }, + "5503.01.303A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1303A, Flur", "arch_name": "1303A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71901", - "roomcode": "5503.01.303A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56154", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71901, + "usage_id": 222 + }, + "5503.01.303M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1303M, WC-Herren", "arch_name": "1303M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56154", - "roomcode": "5503.01.303M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56162", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56154, + "usage_id": 115 + }, + "5503.01.303N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1303N, WC-Herren", "arch_name": "1303N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56162", - "roomcode": "5503.01.303N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56167", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56162, + "usage_id": 115 + }, + "5503.01.303P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1303P, WC-Damen", "arch_name": "1303P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56167", - "roomcode": "5503.01.303P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56174", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56167, + "usage_id": 116 + }, + "5503.01.303Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1303Q, WC-Damen", "arch_name": "1303Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56174", - "roomcode": "5503.01.303Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56300", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56174, + "usage_id": 116 + }, + "5503.01.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1304, B\u00fcro", "arch_name": "1304@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56300", - "roomcode": "5503.01.304", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56309", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56300, + "usage_id": 12 + }, + "5503.01.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1305, B\u00fcro", "arch_name": "1305@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56309", - "roomcode": "5503.01.305", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56325", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56309, + "usage_id": 12 + }, + "5503.01.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1306, B\u00fcro", "arch_name": "1306@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56325", - "roomcode": "5503.01.306", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56334", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56325, + "usage_id": 12 + }, + "5503.01.306M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1306M, CIM I", "arch_name": "1306M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "extended": { - "additional_description": "1306M, CIM I", - "address": "Boltzmannstr. 15(5503), 1.Obergescho\u00df", - "architect_room_nr": "1306M@5503", - "area_m2": 60.93, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "306M", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56334", - "roomcode": "5503.01.306M", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53938", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56334, + "usage_id": 131 + }, + "5503.01.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1307, Aufenthalt", "arch_name": "1307@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53938", - "roomcode": "5503.01.307", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53944", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53938, + "usage_id": 44 + }, + "5503.01.307M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1307M, Teek\u00fcche", "arch_name": "1307M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53944", - "roomcode": "5503.01.307M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53953", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53944, + "usage_id": 198 + }, + "5503.01.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1308, B\u00fcro", "arch_name": "1308@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53953", - "roomcode": "5503.01.308", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53963", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53953, + "usage_id": 12 + }, + "5503.01.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1309, B\u00fcro", "arch_name": "1309@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53963", - "roomcode": "5503.01.309", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53970", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53963, + "usage_id": 12 + }, + "5503.01.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1310, Graphiker", "arch_name": "1310@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53970", - "roomcode": "5503.01.310", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54086", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53970, + "usage_id": 12 + }, + "5503.01.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1311, B\u00fcro Marketing", "arch_name": "1311@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54086", - "roomcode": "5503.01.311", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54092", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54086, + "usage_id": 12 + }, + "5503.01.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1312, Putzraum", "arch_name": "1312@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54092", - "roomcode": "5503.01.312", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54100", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54092, + "usage_id": 205 + }, + "5503.01.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1325, B\u00fcro", "arch_name": "1325@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54100", - "roomcode": "5503.01.325", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54107", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54100, + "usage_id": 12 + }, + "5503.01.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1326, B\u00fcro", "arch_name": "1326@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54107", - "roomcode": "5503.01.326", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54113", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54107, + "usage_id": 12 + }, + "5503.01.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1327, B\u00fcro", "arch_name": "1327@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54113", - "roomcode": "5503.01.327", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54122", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54113, + "usage_id": 12 + }, + "5503.01.327M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1327M, Elektroverteiler", "arch_name": "1327M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54122", - "roomcode": "5503.01.327M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54128", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54122, + "usage_id": 120 + }, + "5503.01.327N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1327N, Nebenraum von 1327m", "arch_name": "1327N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54128", - "roomcode": "5503.01.327N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54255", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54128, + "usage_id": 120 + }, + "5503.01.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1328, B\u00fcro", "arch_name": "1328@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54255", - "roomcode": "5503.01.328", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54263", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54255, + "usage_id": 12 + }, + "5503.01.328M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1328M, Elektroverteiler", "arch_name": "1328M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54263", - "roomcode": "5503.01.328M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54269", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54263, + "usage_id": 120 + }, + "5503.01.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1329, B\u00fcro", "arch_name": "1329@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54269", - "roomcode": "5503.01.329", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54273", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54269, + "usage_id": 12 + }, + "5503.01.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1330, B\u00fcro", "arch_name": "1330@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54273", - "roomcode": "5503.01.330", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54281", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54273, + "usage_id": 12 + }, + "5503.01.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1331, B\u00fcro", "arch_name": "1331@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54281", - "roomcode": "5503.01.331", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54407", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54281, + "usage_id": 12 + }, + "5503.01.332": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1332, B\u00fcro", "arch_name": "1332@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54407", - "roomcode": "5503.01.332", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54415", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54407, + "usage_id": 12 + }, + "5503.01.333": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1333, Sekretariat", "arch_name": "1333@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54415", - "roomcode": "5503.01.333", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54424", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54415, + "usage_id": 40 + }, + "5503.01.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1334, B\u00fcro", "arch_name": "1334@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54424", - "roomcode": "5503.01.334", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54432", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54424, + "usage_id": 12 + }, + "5503.01.334M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1334M, Elektroverteiler", "arch_name": "1334M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54432", - "roomcode": "5503.01.334M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54439", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54432, + "usage_id": 120 + }, + "5503.01.335": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1335, Besprechungsraum B3", "arch_name": "1335@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=26072&cReadonly=J", - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54439", - "roomcode": "5503.01.335", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54753", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 26072, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54439, + "usage_id": 196 + }, + "5503.01.336": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1336, Besprechungsraum B2", "arch_name": "1336@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=23951&cReadonly=J", - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54753", - "roomcode": "5503.01.336", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54761", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 23951, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54753, + "usage_id": 196 + }, + "5503.01.337": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1337, Besprechungsraum B1", "arch_name": "1337@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=26366&cReadonly=J", - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54761", - "roomcode": "5503.01.337", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13373", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 26366, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54761, + "usage_id": 196 + }, + "5503.01.350": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1350, Ludwig-Burmester-Zeichensaal", "arch_name": "1350@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=12596&cReadonly=J", - "list_index": "216", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13373", - "roomcode": "5503.01.350", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29660", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 12596, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15299, + "seats": { + "sitting": 58, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13373, + "usage_id": 208 + }, + "5503.01.360": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360, Messflur", "arch_name": "1360@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29660", - "roomcode": "5503.01.360", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55219", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29660, + "usage_id": 222 + }, + "5503.01.360M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360m, Technik", "arch_name": "1360m@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55219", - "roomcode": "5503.01.360M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56169", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55219, + "usage_id": 120 + }, + "5503.01.360N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360n, Technik", "arch_name": "1360n@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56169", - "roomcode": "5503.01.360N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71913", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56169, + "usage_id": 120 + }, + "5503.01.360O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360O, WC-Vorraum Herren", "arch_name": "1360O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71913", - "roomcode": "5503.01.360O", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56305", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71913, + "usage_id": 118 + }, + "5503.01.360P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360P, WC-Damen / Dusche", "arch_name": "1360P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56305", - "roomcode": "5503.01.360P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56321", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56305, + "usage_id": 116 + }, + "5503.01.360Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360Q, WC-Herren", "arch_name": "1360Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56321", - "roomcode": "5503.01.360Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56328", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56321, + "usage_id": 115 + }, + "5503.01.360R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360R, Umkleide / Dusche Herren", "arch_name": "1360R@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56328", - "roomcode": "5503.01.360R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56335", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56328, + "usage_id": 121 + }, + "5503.01.360S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360S, Beh.-WC", "arch_name": "1360S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56335", - "roomcode": "5503.01.360S", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53941", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56335, + "usage_id": 117 + }, + "5503.01.360T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1360T, Umkleide / Dusche Herren", "arch_name": "1360T@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53941", - "roomcode": "5503.01.360T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53946", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53941, + "usage_id": 121 + }, + "5503.01.361": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1361, Pr\u00fcfstand", "arch_name": "1361@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53946", - "roomcode": "5503.01.361", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53954", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53946, + "usage_id": 51 + }, + "5503.01.362": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1362, Pr\u00fcfstand", "arch_name": "1362@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53954", - "roomcode": "5503.01.362", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53961", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53954, + "usage_id": 51 + }, + "5503.01.362M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1362M, Pr\u00fcfstandstechnik", "arch_name": "1362M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53961", - "roomcode": "5503.01.362M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53967", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53961, + "usage_id": 51 + }, + "5503.01.363": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1363, Pr\u00fcfstand", "arch_name": "1363@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53967", - "roomcode": "5503.01.363", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53974", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53967, + "usage_id": 51 + }, + "5503.01.364": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1364, Pr\u00fcfstand", "arch_name": "1364@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53974", - "roomcode": "5503.01.364", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54088", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53974, + "usage_id": 51 + }, + "5503.01.365": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1365, Pr\u00fcfstand", "arch_name": "1365@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54088", - "roomcode": "5503.01.365", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54096", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54088, + "usage_id": 51 + }, + "5503.01.366": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1366, Pr\u00fcfstand", "arch_name": "1366@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54096", - "roomcode": "5503.01.366", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55227", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54096, + "usage_id": 51 + }, + "5503.01.367": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1367, Pr\u00fcfstand", "arch_name": "1367@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55227", - "roomcode": "5503.01.367", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55237", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55227, + "usage_id": 51 + }, + "5503.01.368": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1368, Pr\u00fcfstand", "arch_name": "1368@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55237", - "roomcode": "5503.01.368", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29184", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55237, + "usage_id": 51 + }, + "5503.01.369": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1369, Pr\u00fcfstand", "arch_name": "1369@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29184", - "roomcode": "5503.01.369", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55678", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29184, + "usage_id": 51 + }, + "5503.01.370": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1370, Technik", "arch_name": "1370@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55678", - "roomcode": "5503.01.370", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55686", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55678, + "usage_id": 120 + }, + "5503.01.370M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1370M, Ger\u00e4tereinigung", "arch_name": "1370M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55686", - "roomcode": "5503.01.370M", - "usage": 209 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71910", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55686, + "usage_id": 209 + }, + "5503.01.370N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1370N, Flur", "arch_name": "1370N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71910", - "roomcode": "5503.01.370N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55690", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71910, + "usage_id": 222 + }, + "5503.01.390A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1390a, L\u00fcftungszentrale", "arch_name": "1390a@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55690", - "roomcode": "5503.01.390A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29355", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55690, + "usage_id": 32 + }, + "5503.01.390C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1390C, Stud.arbeit", "arch_name": "1390C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29355", - "roomcode": "5503.01.390C", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55843", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29355, + "usage_id": 208 + }, + "5503.01.390D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1390D, Stud.arbeit", "arch_name": "1390D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55843", - "roomcode": "5503.01.390D", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55853", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55843, + "usage_id": 208 + }, + "5503.01.398A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398a, Schacht", "arch_name": "1398a@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55853", - "roomcode": "5503.01.398A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55989", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55853, + "usage_id": 120 + }, + "5503.01.398B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398b, Schacht", "arch_name": "1398b@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55989", - "roomcode": "5503.01.398B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55999", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55989, + "usage_id": 120 + }, + "5503.01.398C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398c, Schacht", "arch_name": "1398c@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55999", - "roomcode": "5503.01.398C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56138", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55999, + "usage_id": 120 + }, + "5503.01.398D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398d, Schacht", "arch_name": "1398d@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56138", - "roomcode": "5503.01.398D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56151", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56138, + "usage_id": 120 + }, + "5503.01.398E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398e, Schacht", "arch_name": "1398e@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56151", - "roomcode": "5503.01.398E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54103", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56151, + "usage_id": 120 + }, + "5503.01.398F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398f, Schacht", "arch_name": "1398f@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54103", - "roomcode": "5503.01.398F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54438", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54103, + "usage_id": 120 + }, + "5503.01.398G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398g, Schacht", "arch_name": "1398g@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54438", - "roomcode": "5503.01.398G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54728", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54438, + "usage_id": 120 + }, + "5503.01.398H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398h, Schacht", "arch_name": "1398h@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54728", - "roomcode": "5503.01.398H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54735", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54728, + "usage_id": 120 + }, + "5503.01.398I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398i, Schacht", "arch_name": "1398i@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54735", - "roomcode": "5503.01.398I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54743", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54735, + "usage_id": 120 + }, + "5503.01.398J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398j, Schacht", "arch_name": "1398j@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54743", - "roomcode": "5503.01.398J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54763", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54743, + "usage_id": 120 + }, + "5503.01.398L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398l, Schacht", "arch_name": "1398l@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54763", - "roomcode": "5503.01.398L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55204", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54763, + "usage_id": 120 + }, + "5503.01.398M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398m, Schacht", "arch_name": "1398m@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55204", - "roomcode": "5503.01.398M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55213", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55204, + "usage_id": 120 + }, + "5503.01.398O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398o, Schacht", "arch_name": "1398o@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55213", - "roomcode": "5503.01.398O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55221", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55213, + "usage_id": 120 + }, + "5503.01.398P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398p, Schacht", "arch_name": "1398p@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55221", - "roomcode": "5503.01.398P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55229", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55221, + "usage_id": 120 + }, + "5503.01.398Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398q, Schacht", "arch_name": "1398q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55229", - "roomcode": "5503.01.398Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55235", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55229, + "usage_id": 120 + }, + "5503.01.398R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398r, Schacht", "arch_name": "1398r@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55235", - "roomcode": "5503.01.398R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55243", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55235, + "usage_id": 120 + }, + "5503.01.398S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398s, Schacht", "arch_name": "1398s@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55243", - "roomcode": "5503.01.398S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54891", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55243, + "usage_id": 120 + }, + "5503.01.398T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398t, Schacht", "arch_name": "1398t@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54891", - "roomcode": "5503.01.398T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54112", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54891, + "usage_id": 120 + }, + "5503.01.398V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1398v, Schacht", "arch_name": "1398v@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54112", - "roomcode": "5503.01.398V", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54120", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54112, + "usage_id": 120 + }, + "5503.01.399A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399A, Galerie", "arch_name": "1399A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54120", - "roomcode": "5503.01.399A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54127", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54120, + "usage_id": 206 + }, + "5503.01.399B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399B, Galerie", "arch_name": "1399B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54127", - "roomcode": "5503.01.399B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54251", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54127, + "usage_id": 206 + }, + "5503.01.399C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399C, Treppe", "arch_name": "1399C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54251", - "roomcode": "5503.01.399C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54262", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54251, + "usage_id": 223 + }, + "5503.01.399D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399D, Treppenraum", "arch_name": "1399D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54262", - "roomcode": "5503.01.399D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54268", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54262, + "usage_id": 223 + }, + "5503.01.399E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399E, Flur", "arch_name": "1399E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54268", - "roomcode": "5503.01.399E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54274", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54268, + "usage_id": 222 + }, + "5503.01.399F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399F, Flur", "arch_name": "1399F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54274", - "roomcode": "5503.01.399F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71911", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54274, + "usage_id": 222 + }, + "5503.01.399G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399G, Treppe", "arch_name": "1399G@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71911", - "roomcode": "5503.01.399G", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54279", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71911, + "usage_id": 223 + }, + "5503.01.399I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399I, Treppenraum", "arch_name": "1399I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54279", - "roomcode": "5503.01.399I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54286", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54279, + "usage_id": 223 + }, + "5503.01.399J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399J, Flur", "arch_name": "1399J@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54286", - "roomcode": "5503.01.399J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54411", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54286, + "usage_id": 222 + }, + "5503.01.399K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399K, Flur", "arch_name": "1399K@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54411", - "roomcode": "5503.01.399K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54418", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54411, + "usage_id": 222 + }, + "5503.01.399L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399L, Flur", "arch_name": "1399L@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54418", - "roomcode": "5503.01.399L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54425", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54418, + "usage_id": 222 + }, + "5503.01.399M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399M, Galerie", "arch_name": "1399M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54425", - "roomcode": "5503.01.399M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54430", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54425, + "usage_id": 206 + }, + "5503.01.399N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399N, Treppenraum", "arch_name": "1399N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54430", - "roomcode": "5503.01.399N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55640", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54430, + "usage_id": 223 + }, + "5503.01.399O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399O, Flur", "arch_name": "1399O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55640", - "roomcode": "5503.01.399O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55792", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55640, + "usage_id": 222 + }, + "5503.01.399Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1399Q, Galerie", "arch_name": "1399Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55792", - "roomcode": "5503.01.399Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56129", + "area_id": 34, + "building_id": 838, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55792, + "usage_id": 206 + }, + "5503.02.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2301, Archiv", "arch_name": "2301@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56129", - "roomcode": "5503.02.301", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56270", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56129, + "usage_id": 2 + }, + "5503.02.302M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2302M, WC-Vorraum Herren", "arch_name": "2302M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56270", - "roomcode": "5503.02.302M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56284", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56270, + "usage_id": 37 + }, + "5503.02.302N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2302N, Putzraum", "arch_name": "2302N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56284", - "roomcode": "5503.02.302N", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54998", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56284, + "usage_id": 205 + }, + "5503.02.302O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2302O, WC-Vorraum Herren", "arch_name": "2302O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54998", - "roomcode": "5503.02.302O", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55009", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54998, + "usage_id": 118 + }, + "5503.02.302P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2302P, WC-Herren", "arch_name": "2302P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55009", - "roomcode": "5503.02.302P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55130", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55009, + "usage_id": 115 + }, + "5503.02.302Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2302Q, WC-Damen", "arch_name": "2302Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55130", - "roomcode": "5503.02.302Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55141", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55130, + "usage_id": 116 + }, + "5503.02.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2303, B\u00fcro", "arch_name": "2303@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55141", - "roomcode": "5503.02.303", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55150", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55141, + "usage_id": 12 + }, + "5503.02.303M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2303M, WC-Herren", "arch_name": "2303M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55150", - "roomcode": "5503.02.303M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55156", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55150, + "usage_id": 115 + }, + "5503.02.303N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2303N, WC-Damen", "arch_name": "2303N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55156", - "roomcode": "5503.02.303N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55290", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55156, + "usage_id": 116 + }, + "5503.02.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2304, B\u00fcro", "arch_name": "2304@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55290", - "roomcode": "5503.02.304", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55300", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55290, + "usage_id": 12 + }, + "5503.02.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2305, B\u00fcro", "arch_name": "2305@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55300", - "roomcode": "5503.02.305", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55312", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55300, + "usage_id": 12 + }, + "5503.02.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2306, B\u00fcro", "arch_name": "2306@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55312", - "roomcode": "5503.02.306", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13750", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55312, + "usage_id": 12 + }, + "5503.02.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2307, B\u00fcro", "arch_name": "2307@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13750", - "roomcode": "5503.02.307", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13756", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13750, + "usage_id": 12 + }, + "5503.02.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2308, B\u00fcro", "arch_name": "2308@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13756", - "roomcode": "5503.02.308", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55481", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13756, + "usage_id": 12 + }, + "5503.02.308N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2308M, CIM II", "arch_name": "2308M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15285&cRes=18855&cReadonly=J", - "extended": { - "additional_description": "2308M, CIM II", - "address": "Boltzmannstr. 15(5503), 2.Obergescho\u00df", - "architect_room_nr": "2308M@5503", - "area_m2": 129.74, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "308N", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55481", - "roomcode": "5503.02.308N", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13813", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18855, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55481, + "usage_id": 131 + }, + "5503.02.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2309, B\u00fcro", "arch_name": "2309@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13813", - "roomcode": "5503.02.309", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13981", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13813, + "usage_id": 12 + }, + "5503.02.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2310, B\u00fcro", "arch_name": "2310@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13981", - "roomcode": "5503.02.310", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=14008", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13981, + "usage_id": 12 + }, + "5503.02.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2311, B\u00fcro", "arch_name": "2311@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14008", - "roomcode": "5503.02.311", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54076", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14008, + "usage_id": 12 + }, + "5503.02.311M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2311M, Teek\u00fcche", "arch_name": "2311M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54076", - "roomcode": "5503.02.311M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54084", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54076, + "usage_id": 198 + }, + "5503.02.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2312, B\u00fcro", "arch_name": "2312@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54084", - "roomcode": "5503.02.312", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=50869", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54084, + "usage_id": 12 + }, + "5503.02.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2313, B\u00fcro", "arch_name": "2313@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50869", - "roomcode": "5503.02.313", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13063", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50869, + "usage_id": 12 + }, + "5503.02.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2314, B\u00fcro", "arch_name": "2314@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13063", - "roomcode": "5503.02.314", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=50875", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13063, + "usage_id": 12 + }, + "5503.02.315": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2315, Rechnerwerkstatt", "arch_name": "2315@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50875", - "roomcode": "5503.02.315", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=50880", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50875, + "usage_id": 51 + }, + "5503.02.316": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2316, B\u00fcro", "arch_name": "2316@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50880", - "roomcode": "5503.02.316", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=50884", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50880, + "usage_id": 12 + }, + "5503.02.317": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2317, Rechner", "arch_name": "2317@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50884", - "roomcode": "5503.02.317", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=50889", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50884, + "usage_id": 207 + }, + "5503.02.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2325, Poststelle", "arch_name": "2325@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50889", - "roomcode": "5503.02.325", - "usage": 180 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=50894", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50889, + "usage_id": 180 + }, + "5503.02.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2326, B\u00fcro", "arch_name": "2326@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50894", - "roomcode": "5503.02.326", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=51032", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50894, + "usage_id": 12 + }, + "5503.02.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2327, B\u00fcro", "arch_name": "2327@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51032", - "roomcode": "5503.02.327", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=51035", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51032, + "usage_id": 12 + }, + "5503.02.327M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2327M, Elektroverteiler", "arch_name": "2327M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51035", - "roomcode": "5503.02.327M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=51040", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51035, + "usage_id": 120 + }, + "5503.02.327N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2327N, Elektroverteiler", "arch_name": "2327N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51040", - "roomcode": "5503.02.327N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=51044", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51040, + "usage_id": 120 + }, + "5503.02.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2328, Besprechungsraum", "arch_name": "2328@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51044", - "roomcode": "5503.02.328", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71920", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51044, + "usage_id": 196 + }, + "5503.02.328N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2328N, Serverraum", "arch_name": "2328N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71920", - "roomcode": "5503.02.328N", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=51048", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71920, + "usage_id": 207 + }, + "5503.02.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2329, Prof.-B\u00fcro", "arch_name": "2329@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51048", - "roomcode": "5503.02.329", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=51053", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51048, + "usage_id": 12 + }, + "5503.02.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2330, Sekretariat", "arch_name": "2330@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15286&cRes=19486&cReadonly=J", - "list_index": "309", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51053", - "roomcode": "5503.02.330", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13144", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 19486, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51053, + "usage_id": 40 + }, + "5503.02.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2331, Prof.-B\u00fcro", "arch_name": "2331@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15285&cRes=18107&cReadonly=J", - "list_index": "310", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13144", - "roomcode": "5503.02.331", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48586", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18107, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13144, + "usage_id": 12 + }, + "5503.02.333M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2333M, Elektroverteiler", "arch_name": "2333M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48586", - "roomcode": "5503.02.333M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48593", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48586, + "usage_id": 120 + }, + "5503.02.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2334, Besprechung", "arch_name": "2334@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48593", - "roomcode": "5503.02.334", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48597", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48593, + "usage_id": 196 + }, + "5503.02.335": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2335, Besprechungsraum B7", "arch_name": "2335@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15285&cRes=25015&cReadonly=J", - "list_index": "313", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48597", - "roomcode": "5503.02.335", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48602", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 25015, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48597, + "usage_id": 196 + }, + "5503.02.336": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2336, Archiv", "arch_name": "2336@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48602", - "roomcode": "5503.02.336", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13226", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48602, + "usage_id": 2 + }, + "5503.02.350": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2350, Stud.arbeit", "arch_name": "2350@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=18083&cReadonly=J", - "list_index": "315", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13226", - "roomcode": "5503.02.350", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48612", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18083, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15299, + "seats": { + "sitting": 23, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13226, + "usage_id": 208 + }, + "5503.02.360": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2360, TB-Anlage", "arch_name": "2360@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48612", - "roomcode": "5503.02.360", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48742", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48612, + "usage_id": 120 + }, + "5503.02.398A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398a, Schacht", "arch_name": "2398a@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48742", - "roomcode": "5503.02.398A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48747", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48742, + "usage_id": 120 + }, + "5503.02.398B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398b, Schacht", "arch_name": "2398b@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48747", - "roomcode": "5503.02.398B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48752", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48747, + "usage_id": 120 + }, + "5503.02.398D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398d, Schacht", "arch_name": "2398d@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48752", - "roomcode": "5503.02.398D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48759", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48752, + "usage_id": 120 + }, + "5503.02.398E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398e, Schacht", "arch_name": "2398e@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48759", - "roomcode": "5503.02.398E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48764", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48759, + "usage_id": 120 + }, + "5503.02.398F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398f, Schacht", "arch_name": "2398f@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48764", - "roomcode": "5503.02.398F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48770", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48764, + "usage_id": 120 + }, + "5503.02.398G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398g, Schacht", "arch_name": "2398g@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48770", - "roomcode": "5503.02.398G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48774", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48770, + "usage_id": 120 + }, + "5503.02.398H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398h, Schacht", "arch_name": "2398h@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48774", - "roomcode": "5503.02.398H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48911", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48774, + "usage_id": 120 + }, + "5503.02.398I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398i, Schacht", "arch_name": "2398i@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48911", - "roomcode": "5503.02.398I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48919", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48911, + "usage_id": 120 + }, + "5503.02.398J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398j, Schacht", "arch_name": "2398j@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48919", - "roomcode": "5503.02.398J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48929", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48919, + "usage_id": 120 + }, + "5503.02.398L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398l, Schacht", "arch_name": "2398l@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48929", - "roomcode": "5503.02.398L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48938", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48929, + "usage_id": 120 + }, + "5503.02.398M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398m, Aufzug", "arch_name": "2398m@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48938", - "roomcode": "5503.02.398M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49078", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48938, + "usage_id": 4 + }, + "5503.02.398N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398n, Schacht", "arch_name": "2398n@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49078", - "roomcode": "5503.02.398N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49081", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49078, + "usage_id": 120 + }, + "5503.02.398O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398o, Schacht", "arch_name": "2398o@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49081", - "roomcode": "5503.02.398O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49092", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49081, + "usage_id": 120 + }, + "5503.02.398P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398p, Schacht", "arch_name": "2398p@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49092", - "roomcode": "5503.02.398P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49100", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49092, + "usage_id": 120 + }, + "5503.02.398Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2398q, Schacht", "arch_name": "2398q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49100", - "roomcode": "5503.02.398Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49109", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49100, + "usage_id": 120 + }, + "5503.02.399A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399A, Galerie", "arch_name": "2399A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49109", - "roomcode": "5503.02.399A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49417", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49109, + "usage_id": 206 + }, + "5503.02.399C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399C, Flur", "arch_name": "2399C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49417", - "roomcode": "5503.02.399C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49422", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49417, + "usage_id": 222 + }, + "5503.02.399D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399D, Treppenraum", "arch_name": "2399D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49422", - "roomcode": "5503.02.399D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49429", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49422, + "usage_id": 223 + }, + "5503.02.399E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399E, Flur", "arch_name": "2399E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49429", - "roomcode": "5503.02.399E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49435", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49429, + "usage_id": 222 + }, + "5503.02.399F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399F, Flur", "arch_name": "2399F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49435", - "roomcode": "5503.02.399F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49451", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49435, + "usage_id": 222 + }, + "5503.02.399I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399I, Treppenraum", "arch_name": "2399I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49451", - "roomcode": "5503.02.399I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49900", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49451, + "usage_id": 223 + }, + "5503.02.399J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399J, Flur", "arch_name": "2399J@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49900", - "roomcode": "5503.02.399J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49906", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49900, + "usage_id": 222 + }, + "5503.02.399K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399K, Flur", "arch_name": "2399K@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49906", - "roomcode": "5503.02.399K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49917", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49906, + "usage_id": 222 + }, + "5503.02.399M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399M, Galerie", "arch_name": "2399M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49917", - "roomcode": "5503.02.399M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49925", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49917, + "usage_id": 206 + }, + "5503.02.399N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399N, Galerie", "arch_name": "2399N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49925", - "roomcode": "5503.02.399N", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49598", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49925, + "usage_id": 206 + }, + "5503.02.399Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399Q, Treppenraum", "arch_name": "2399Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49598", - "roomcode": "5503.02.399Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49618", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49598, + "usage_id": 223 + }, + "5503.02.399S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399S, Flur", "arch_name": "2399S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49618", - "roomcode": "5503.02.399S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71921", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49618, + "usage_id": 222 + }, + "5503.02.399T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399T, Verbindungsgang", "arch_name": "2399T@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71921", - "roomcode": "5503.02.399T", - "usage": 16 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71914", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71921, + "usage_id": 16 + }, + "5503.02.399U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2399U, Flur", "arch_name": "2399U@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71914", - "roomcode": "5503.02.399U", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49252", + "area_id": 34, + "building_id": 838, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71914, + "usage_id": 222 + }, + "5503.03.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3301, Steuerung L\u00fcftung", "arch_name": "3301@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49252", - "roomcode": "5503.03.301", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49259", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49252, + "usage_id": 32 + }, + "5503.03.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3302, Seminarraum/Besprechungsraum", "arch_name": "3302@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=18661&cReadonly=J", - "extended": { - "additional_description": "3302, Seminarraum/Besprechungsraum", - "address": "Boltzmannstr. 15(5503), 3.Obergescho\u00df", - "architect_room_nr": "3302@5503", - "area_m2": 39.64, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "302", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49259", - "roomcode": "5503.03.302", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49265", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18661, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49259, + "usage_id": 41 + }, + "5503.03.302M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3302M, Putzraum", "arch_name": "3302M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49265", - "roomcode": "5503.03.302M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49275", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49265, + "usage_id": 205 + }, + "5503.03.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3303, B\u00fcro/Buchhaltung", "arch_name": "3303@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49275", - "roomcode": "5503.03.303", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49282", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49275, + "usage_id": 12 + }, + "5503.03.303M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3303M, WC-Vorraum Herren", "arch_name": "3303M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49282", - "roomcode": "5503.03.303M", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49741", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49282, + "usage_id": 118 + }, + "5503.03.303N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3303N, WC-Vorraum Damen", "arch_name": "3303N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49741", - "roomcode": "5503.03.303N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49747", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49741, + "usage_id": 37 + }, + "5503.03.303P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3303P, WC-Damen", "arch_name": "3303P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49747", - "roomcode": "5503.03.303P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49758", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49747, + "usage_id": 116 + }, + "5503.03.303Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3303Q, WC-Herren", "arch_name": "3303Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49758", - "roomcode": "5503.03.303Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49762", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49758, + "usage_id": 115 + }, + "5503.03.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3304, Prof.-B\u00fcro", "arch_name": "3304@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49762", - "roomcode": "5503.03.304", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49771", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49762, + "usage_id": 12 + }, + "5503.03.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3305, B\u00fcro", "arch_name": "3305@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49771", - "roomcode": "5503.03.305", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57731", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49771, + "usage_id": 12 + }, + "5503.03.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3306, B\u00fcro", "arch_name": "3306@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57731", - "roomcode": "5503.03.306", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57739", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57731, + "usage_id": 12 + }, + "5503.03.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3307, B\u00fcro", "arch_name": "3307@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57739", - "roomcode": "5503.03.307", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57744", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57739, + "usage_id": 12 + }, + "5503.03.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3308, Bibliothek", "arch_name": "3308@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57744", - "roomcode": "5503.03.308", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57762", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57744, + "usage_id": 10 + }, + "5503.03.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3309, Silent Work", "arch_name": "3309@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=18415&cReadonly=J", - "list_index": "359", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57762", - "roomcode": "5503.03.309", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57886", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18415, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57762, + "usage_id": 194 + }, + "5503.03.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3310, Telko-Raum", "arch_name": "3310@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=32774&cReadonly=J", - "list_index": "360", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57886", - "roomcode": "5503.03.310", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57894", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 32774, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57886, + "usage_id": 194 + }, + "5503.03.310M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3310M, CoCreation 2", "arch_name": "3310M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=18534&cReadonly=J", - "list_index": "361", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57894", - "roomcode": "5503.03.310M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57904", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18534, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57894, + "usage_id": 194 + }, + "5503.03.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3311, B\u00fcro", "arch_name": "3311@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57904", - "roomcode": "5503.03.311", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57915", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57904, + "usage_id": 12 + }, + "5503.03.311M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3311M, Teek\u00fcche", "arch_name": "3311M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57915", - "roomcode": "5503.03.311M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57923", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57915, + "usage_id": 198 + }, + "5503.03.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3312, Archiv", "arch_name": "3312@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57923", - "roomcode": "5503.03.312", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58038", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57923, + "usage_id": 2 + }, + "5503.03.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3313, CoCreation 1", "arch_name": "3313@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=32775&cReadonly=J", - "list_index": "365", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58038", - "roomcode": "5503.03.313", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58045", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 32775, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58038, + "usage_id": 194 + }, + "5503.03.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3314, Flex-Area 1-1", "arch_name": "3314@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=32776&cReadonly=J", - "list_index": "366", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58045", - "roomcode": "5503.03.314", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58053", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 32776, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58045, + "usage_id": 12 + }, + "5503.03.315": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3315, Flex-Area 1-2", "arch_name": "3315@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=32777&cReadonly=J", - "list_index": "367", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58053", - "roomcode": "5503.03.315", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58060", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 32777, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58053, + "usage_id": 12 + }, + "5503.03.316": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3316, Flex-Area 2", "arch_name": "3316@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=28052&cReadonly=J", - "list_index": "368", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58060", - "roomcode": "5503.03.316", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58070", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 28052, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58060, + "usage_id": 12 + }, + "5503.03.317": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3317, Flex-Area 3", "arch_name": "3317@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=32778&cReadonly=J", - "list_index": "369", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58070", - "roomcode": "5503.03.317", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58192", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 32778, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58070, + "usage_id": 12 + }, + "5503.03.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3325, B\u00fcro Wissenschaftler", "arch_name": "3325@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58192", - "roomcode": "5503.03.325", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58201", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58192, + "usage_id": 12 + }, + "5503.03.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3326, B\u00fcro Wissenschaftler", "arch_name": "3326@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58201", - "roomcode": "5503.03.326", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58212", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58201, + "usage_id": 12 + }, + "5503.03.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3327, B\u00fcro Wissenschaftler", "arch_name": "3327@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58212", - "roomcode": "5503.03.327", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58219", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58212, + "usage_id": 12 + }, + "5503.03.327M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3327M, Elektroverteiler", "arch_name": "3327M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58219", - "roomcode": "5503.03.327M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58340", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58219, + "usage_id": 120 + }, + "5503.03.327N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3327N, Nebenraum von 3327m", "arch_name": "3327N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58340", - "roomcode": "5503.03.327N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58350", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58340, + "usage_id": 120 + }, + "5503.03.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3328, B\u00fcro Wissenschaftler", "arch_name": "3328@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=18623&cReadonly=J", - "list_index": "375", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58350", - "roomcode": "5503.03.328", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58358", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18623, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58350, + "usage_id": 12 + }, + "5503.03.328M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3328M, Elektroverteiler", "arch_name": "3328M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58358", - "roomcode": "5503.03.328M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58365", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58358, + "usage_id": 120 + }, + "5503.03.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3329, B\u00fcro Wissenschaftler", "arch_name": "3329@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58365", - "roomcode": "5503.03.329", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58376", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58365, + "usage_id": 12 + }, + "5503.03.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3330, Prof.-B\u00fcro", "arch_name": "3330@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58376", - "roomcode": "5503.03.330", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58500", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58376, + "usage_id": 12 + }, + "5503.03.332": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3332, Sekretariat", "arch_name": "3332@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58500", - "roomcode": "5503.03.332", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13030", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58500, + "usage_id": 40 + }, + "5503.03.333": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3333, B\u00fcro", "arch_name": "3333@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=16134&cRes=18658&cReadonly=J", - "list_index": "380", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13030", - "roomcode": "5503.03.333", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58512", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18658, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13030, + "usage_id": 12 + }, + "5503.03.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3334, B\u00fcro", "arch_name": "3334@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=29452&cReadonly=J", - "list_index": "381", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58512", - "roomcode": "5503.03.334", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58519", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 29452, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58512, + "usage_id": 12 + }, + "5503.03.335": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3335, Sekretariat", "arch_name": "3335@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=16134&cRes=18660&cReadonly=J", - "list_index": "382", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58519", - "roomcode": "5503.03.335", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58520", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18660, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58519, + "usage_id": 40 + }, + "5503.03.336": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3336, Prof.-B\u00fcro", "arch_name": "3336@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=16134&cRes=18659&cReadonly=J", - "list_index": "383", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58520", - "roomcode": "5503.03.336", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58525", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 18659, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58520, + "usage_id": 12 + }, + "5503.03.336M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3336M, Elektroverteiler", "arch_name": "3336M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58525", - "roomcode": "5503.03.336M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58653", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58525, + "usage_id": 120 + }, + "5503.03.337": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3337, B\u00fcro", "arch_name": "3337@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58653", - "roomcode": "5503.03.337", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58663", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58653, + "usage_id": 12 + }, + "5503.03.338": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3338, B\u00fcro", "arch_name": "3338@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58663", - "roomcode": "5503.03.338", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58670", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58663, + "usage_id": 12 + }, + "5503.03.339": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3339, Kopierraum", "arch_name": "3339@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58670", - "roomcode": "5503.03.339", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13171", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58670, + "usage_id": 110 + }, + "5503.03.340": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3340, Seminarraum", "arch_name": "3340@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=15195&cReadonly=J", - "extended": { - "additional_description": "3340, Seminarraum", - "address": "Boltzmannstr. 15(5503), 3.Obergescho\u00df", - "architect_room_nr": "3340@5503", - "area_m2": 50.77, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "340", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13171", - "roomcode": "5503.03.340", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56456", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 15195, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13171, + "usage_id": 41 + }, + "5503.03.341": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3341, Wechselrichterraum", "arch_name": "3341@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56456", - "roomcode": "5503.03.341", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56465", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56456, + "usage_id": 160 + }, + "5503.03.398A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398a, Schacht", "arch_name": "3398a@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56465", - "roomcode": "5503.03.398A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56471", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56465, + "usage_id": 120 + }, + "5503.03.398B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398b, Aufzug", "arch_name": "3398b@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56471", - "roomcode": "5503.03.398B", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56477", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56471, + "usage_id": 4 + }, + "5503.03.398C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398c, Schacht", "arch_name": "3398c@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56477", - "roomcode": "5503.03.398C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56485", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56477, + "usage_id": 120 + }, + "5503.03.398D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398d, Schacht", "arch_name": "3398d@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56485", - "roomcode": "5503.03.398D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56610", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56485, + "usage_id": 120 + }, + "5503.03.398E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398E, Schacht", "arch_name": "3398E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56610", - "roomcode": "5503.03.398E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56616", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56610, + "usage_id": 120 + }, + "5503.03.398F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398f, Schacht", "arch_name": "3398f@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56616", - "roomcode": "5503.03.398F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56622", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56616, + "usage_id": 120 + }, + "5503.03.398G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398g, Schacht", "arch_name": "3398g@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56622", - "roomcode": "5503.03.398G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56627", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56622, + "usage_id": 120 + }, + "5503.03.398H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398h, Schacht", "arch_name": "3398h@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56627", - "roomcode": "5503.03.398H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56630", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56627, + "usage_id": 120 + }, + "5503.03.398I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398i, Schacht", "arch_name": "3398i@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56630", - "roomcode": "5503.03.398I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56637", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56630, + "usage_id": 120 + }, + "5503.03.398J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398j, Schacht", "arch_name": "3398j@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56637", - "roomcode": "5503.03.398J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56744", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56637, + "usage_id": 120 + }, + "5503.03.398L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398l, Schacht", "arch_name": "3398l@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56744", - "roomcode": "5503.03.398L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56753", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56744, + "usage_id": 120 + }, + "5503.03.398M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398m, Aufzug", "arch_name": "3398m@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56753", - "roomcode": "5503.03.398M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56759", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56753, + "usage_id": 4 + }, + "5503.03.398N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398n, Schacht", "arch_name": "3398n@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56759", - "roomcode": "5503.03.398N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56767", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56759, + "usage_id": 120 + }, + "5503.03.398O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398o, Schacht", "arch_name": "3398o@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56767", - "roomcode": "5503.03.398O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56881", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56767, + "usage_id": 120 + }, + "5503.03.398P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398p, Schacht", "arch_name": "3398p@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56881", - "roomcode": "5503.03.398P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56890", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56881, + "usage_id": 120 + }, + "5503.03.398Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3398q, Schacht", "arch_name": "3398q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56890", - "roomcode": "5503.03.398Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56897", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56890, + "usage_id": 120 + }, + "5503.03.399A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399A, Galerie", "arch_name": "3399A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56897", - "roomcode": "5503.03.399A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56908", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56897, + "usage_id": 206 + }, + "5503.03.399B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399B, Flur", "arch_name": "3399B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56908", - "roomcode": "5503.03.399B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71922", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56908, + "usage_id": 222 + }, + "5503.03.399C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399C, Flur", "arch_name": "3399C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71922", - "roomcode": "5503.03.399C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56918", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71922, + "usage_id": 222 + }, + "5503.03.399D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399D, Treppenraum", "arch_name": "3399D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56918", - "roomcode": "5503.03.399D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57032", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56918, + "usage_id": 223 + }, + "5503.03.399E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399E, Flur", "arch_name": "3399E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57032", - "roomcode": "5503.03.399E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57046", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57032, + "usage_id": 222 + }, + "5503.03.399F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399F, Flur", "arch_name": "3399F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57046", - "roomcode": "5503.03.399F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57054", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57046, + "usage_id": 222 + }, + "5503.03.399G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399G, Flur", "arch_name": "3399G@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57054", - "roomcode": "5503.03.399G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71923", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57054, + "usage_id": 222 + }, + "5503.03.399H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399H, Flur", "arch_name": "3399H@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71923", - "roomcode": "5503.03.399H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57060", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71923, + "usage_id": 222 + }, + "5503.03.399I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399I, Treppenraum", "arch_name": "3399I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57060", - "roomcode": "5503.03.399I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57067", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57060, + "usage_id": 223 + }, + "5503.03.399K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399K, Flur", "arch_name": "3399K@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57067", - "roomcode": "5503.03.399K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57187", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57067, + "usage_id": 222 + }, + "5503.03.399L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399L, Flur", "arch_name": "3399L@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57187", - "roomcode": "5503.03.399L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71924", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57187, + "usage_id": 222 + }, + "5503.03.399M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399M, Flur", "arch_name": "3399M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71924", - "roomcode": "5503.03.399M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57203", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71924, + "usage_id": 222 + }, + "5503.03.399P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399P, Galerie", "arch_name": "3399P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57203", - "roomcode": "5503.03.399P", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57211", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57203, + "usage_id": 206 + }, + "5503.03.399Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3399Q, Galerie", "arch_name": "3399Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57211", - "roomcode": "5503.03.399Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55487", + "area_id": 34, + "building_id": 838, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57211, + "usage_id": 206 + }, + "5503.EG.301A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0301A, WC-Vorraum", "arch_name": "0301A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55487", - "roomcode": "5503.EG.301A", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55619", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55487, + "usage_id": 37 + }, + "5503.EG.301B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398B, WC-Damen", "arch_name": "0398B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55619", - "roomcode": "5503.EG.301B", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55627", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55619, + "usage_id": 116 + }, + "5503.EG.301C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0301C, Beh.-WC / Wickeltisch", "arch_name": "0301C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55627", - "roomcode": "5503.EG.301C", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55637", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55627, + "usage_id": 117 + }, + "5503.EG.301D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0301D, WC-Herren", "arch_name": "0301D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55637", - "roomcode": "5503.EG.301D", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55647", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55637, + "usage_id": 115 + }, + "5503.EG.301E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0301E, WC-Vorraum", "arch_name": "0301E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55647", - "roomcode": "5503.EG.301E", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55653", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55647, + "usage_id": 37 + }, + "5503.EG.301F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0301F, Laden (Loske) Cafebar", "arch_name": "0301F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55653", - "roomcode": "5503.EG.301F", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55782", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55653, + "usage_id": 164 + }, + "5503.EG.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0302, Werkstatt", "arch_name": "0302@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55782", - "roomcode": "5503.EG.302", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55795", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55782, + "usage_id": 51 + }, + "5503.EG.302M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0302M, Putzraum", "arch_name": "0302M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55795", - "roomcode": "5503.EG.302M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55806", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55795, + "usage_id": 205 + }, + "5503.EG.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303, Mechanische Werkstatt", "arch_name": "0303@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55806", - "roomcode": "5503.EG.303", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55823", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55806, + "usage_id": 51 + }, + "5503.EG.303N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303N, Duschen", "arch_name": "0303N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55823", - "roomcode": "5503.EG.303N", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55941", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55823, + "usage_id": 113 + }, + "5503.EG.303O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303O, Klimakammer", "arch_name": "0303O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55941", - "roomcode": "5503.EG.303O", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55950", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55941, + "usage_id": 103 + }, + "5503.EG.303P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303P, Labor", "arch_name": "0303P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55950", - "roomcode": "5503.EG.303P", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55960", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55950, + "usage_id": 103 + }, + "5503.EG.303Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303Q, WC-Damen", "arch_name": "0303Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55960", - "roomcode": "5503.EG.303Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55970", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55960, + "usage_id": 116 + }, + "5503.EG.303R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303R, WC-Vorraum Damen", "arch_name": "0303R@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55970", - "roomcode": "5503.EG.303R", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71868", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55970, + "usage_id": 118 + }, + "5503.EG.303S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303S, Sanit\u00e4rr\u00e4ume", "arch_name": "0303S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71868", - "roomcode": "5503.EG.303S", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71864", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71868, + "usage_id": 37 + }, + "5503.EG.303T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0303T, WC-Herren", "arch_name": "0303T@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71864", - "roomcode": "5503.EG.303T", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56097", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71864, + "usage_id": 115 + }, + "5503.EG.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0304, Schlosserei", "arch_name": "0304@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56097", - "roomcode": "5503.EG.304", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56114", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56097, + "usage_id": 108 + }, + "5503.EG.304M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0304M, Umkleide / Dusche Herren", "arch_name": "0304M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56114", - "roomcode": "5503.EG.304M", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13937", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56114, + "usage_id": 121 + }, + "5503.EG.304N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0304N, Seminar- u. Schulungsraum", "arch_name": "0304N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=15215&cReadonly=J", - "extended": { - "additional_description": "0304N, Seminar- u. Schulungsraum", - "address": "Boltzmannstr. 15(5503), Erdgescho\u00df", - "architect_room_nr": "0304N@5503", - "area_m2": 59.49, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "304N", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13937", - "roomcode": "5503.EG.304N", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=68373", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 15215, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13937, + "usage_id": 41 + }, + "5503.EG.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0305, Versuchshalle", "arch_name": "0305@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68373", - "roomcode": "5503.EG.305", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56131", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68373, + "usage_id": 49 + }, + "5503.EG.305M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0305M, CNC-Maschinenraum", "arch_name": "0305M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56131", - "roomcode": "5503.EG.305M", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56264", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56131, + "usage_id": 49 + }, + "5503.EG.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0306, Simulationshalle + Steuerraum", "arch_name": "0306@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56264", - "roomcode": "5503.EG.306", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56272", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56264, + "usage_id": 49 + }, + "5503.EG.306M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0306M, Materiallager", "arch_name": "0306M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56272", - "roomcode": "5503.EG.306M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56281", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56272, + "usage_id": 30 + }, + "5503.EG.306N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0306N, Teek\u00fcche", "arch_name": "0306N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56281", - "roomcode": "5503.EG.306N", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56289", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56281, + "usage_id": 198 + }, + "5503.EG.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0308, M\u00fcllraum", "arch_name": "0308@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56289", - "roomcode": "5503.EG.308", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13980", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56289, + "usage_id": 214 + }, + "5503.EG.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0325, Elektronik Werkstatt", "arch_name": "0325@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13980", - "roomcode": "5503.EG.325", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54058", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13980, + "usage_id": 51 + }, + "5503.EG.325M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0325M, Elektroverteiler", "arch_name": "0325M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54058", - "roomcode": "5503.EG.325M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54063", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54058, + "usage_id": 120 + }, + "5503.EG.325N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0325N, Nebenraum von 0325m", "arch_name": "0325N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54063", - "roomcode": "5503.EG.325N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71990", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54063, + "usage_id": 120 + }, + "5503.EG.325X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0325X, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0325X@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71990", - "roomcode": "5503.EG.325X", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54068", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71990, + "usage_id": 204 + }, + "5503.EG.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0326, Techniklager", "arch_name": "0326@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54068", - "roomcode": "5503.EG.326", - "usage": 18 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54074", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54068, + "usage_id": 18 + }, + "5503.EG.326M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0326M, Elektroverteiler", "arch_name": "0326M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54074", - "roomcode": "5503.EG.326M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54081", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54074, + "usage_id": 120 + }, + "5503.EG.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0327, Team Besprechungsraum", "arch_name": "0327@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=15284&cRes=24012&cReadonly=J", - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54081", - "roomcode": "5503.EG.327", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54213", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 24012, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54081, + "usage_id": 196 + }, + "5503.EG.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0328, Labor", "arch_name": "0328@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54213", - "roomcode": "5503.EG.328", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54220", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54213, + "usage_id": 194 + }, + "5503.EG.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0329, Technische Angestellte", "arch_name": "0329@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54220", - "roomcode": "5503.EG.329", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54226", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54220, + "usage_id": 12 + }, + "5503.EG.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0330, Labor", "arch_name": "0330@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54226", - "roomcode": "5503.EG.330", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54233", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54226, + "usage_id": 194 + }, + "5503.EG.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0331, Studentenarbeitsraum", "arch_name": "0331@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54233", - "roomcode": "5503.EG.331", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54240", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54233, + "usage_id": 208 + }, + "5503.EG.332": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0332, Flex-Lab", "arch_name": "0332@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54240", - "roomcode": "5503.EG.332", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71867", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54240, + "usage_id": 194 + }, + "5503.EG.332A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0332A, Installationsraum", "arch_name": "0332A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71867", - "roomcode": "5503.EG.332A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54361", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71867, + "usage_id": 120 + }, + "5503.EG.333": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0333, Flex-Lab", "arch_name": "0333@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54361", - "roomcode": "5503.EG.333", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54368", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54361, + "usage_id": 194 + }, + "5503.EG.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0334, Flex-Lab", "arch_name": "0334@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54368", - "roomcode": "5503.EG.334", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54376", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54368, + "usage_id": 194 + }, + "5503.EG.334M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0334M, Elektroverteiler", "arch_name": "0334M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54376", - "roomcode": "5503.EG.334M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54385", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54376, + "usage_id": 120 + }, + "5503.EG.335": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0335, Flex-Lab", "arch_name": "0335@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54385", - "roomcode": "5503.EG.335", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54394", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54385, + "usage_id": 194 + }, + "5503.EG.336": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0336, B\u00fcro", "arch_name": "0336@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54394", - "roomcode": "5503.EG.336", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13416", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54394, + "usage_id": 12 + }, + "5503.EG.337": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0337, Seminarraum", "arch_name": "0337@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15202&cReadonly=J", - "extended": { - "additional_description": "MW 0337, Seminarraum", - "address": "Boltzmannstr. 15(5503), Erdgescho\u00df", - "architect_room_nr": "0337@5503", - "area_m2": 65.89, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "337", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13416", - "roomcode": "5503.EG.337", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71993", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 15202, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13416, + "usage_id": 41 + }, + "5503.EG.338": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0338, Flur", "arch_name": "0338@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71993", - "roomcode": "5503.EG.338", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13418", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71993, + "usage_id": 222 + }, + "5503.EG.350": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0350, Egbert-von-Hoyer-H\u00f6rsaal", "arch_name": "0350@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12547&cReadonly=J", - "extended": { - "additional_description": "MW 0350, Egbert-von-Hoyer-H\u00f6rsaal", - "address": "Boltzmannstr. 15(5503), Erdgescho\u00df", - "architect_room_nr": "0350@5503", - "area_m2": 182.84, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "350", - "seats": 180, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13418", - "roomcode": "5503.EG.350", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=31282", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 12547, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 180, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13418, + "usage_id": 20 + }, + "5503.EG.360": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360, Messflur", "arch_name": "0360@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31282", - "roomcode": "5503.EG.360", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54552", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31282, + "usage_id": 222 + }, + "5503.EG.360M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360m, Trafo", "arch_name": "0360m@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54552", - "roomcode": "5503.EG.360M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54560", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54552, + "usage_id": 160 + }, + "5503.EG.360N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360n, Trafo", "arch_name": "0360n@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54560", - "roomcode": "5503.EG.360N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54686", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54560, + "usage_id": 160 + }, + "5503.EG.360O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360O, Technik", "arch_name": "0360O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54686", - "roomcode": "5503.EG.360O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54695", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54686, + "usage_id": 120 + }, + "5503.EG.360P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360p, Trafo", "arch_name": "0360p@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54695", - "roomcode": "5503.EG.360P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54704", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54695, + "usage_id": 160 + }, + "5503.EG.360Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360Q, Fernmeldetechnik", "arch_name": "0360Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54704", - "roomcode": "5503.EG.360Q", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54710", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54704, + "usage_id": 202 + }, + "5503.EG.360R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360R, Umkleide / Dusche Herren", "arch_name": "0360R@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54710", - "roomcode": "5503.EG.360R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54716", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54710, + "usage_id": 121 + }, + "5503.EG.360S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360S, Umkleide / Dusche Herren", "arch_name": "0360S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54716", - "roomcode": "5503.EG.360S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54724", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54716, + "usage_id": 121 + }, + "5503.EG.360W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0360w, Technik", "arch_name": "0360w@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54724", - "roomcode": "5503.EG.360W", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29941", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54724, + "usage_id": 120 + }, + "5503.EG.361": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0361, Pr\u00fcfstand", "arch_name": "0361@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29941", - "roomcode": "5503.EG.361", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54862", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29941, + "usage_id": 51 + }, + "5503.EG.362": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0362, Pr\u00fcfstand", "arch_name": "0362@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54862", - "roomcode": "5503.EG.362", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54869", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54862, + "usage_id": 51 + }, + "5503.EG.363": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0363, Pr\u00fcfstand", "arch_name": "0363@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54869", - "roomcode": "5503.EG.363", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54878", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54869, + "usage_id": 51 + }, + "5503.EG.364": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0364, Pr\u00fcfstand", "arch_name": "0364@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54878", - "roomcode": "5503.EG.364", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54886", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54878, + "usage_id": 51 + }, + "5503.EG.365": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0365, Pr\u00fcfstand", "arch_name": "0365@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54886", - "roomcode": "5503.EG.365", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55016", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54886, + "usage_id": 51 + }, + "5503.EG.366": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0366, Pr\u00fcfstand", "arch_name": "0366@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55016", - "roomcode": "5503.EG.366", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55025", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55016, + "usage_id": 51 + }, + "5503.EG.367": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0367, Pr\u00fcfstand", "arch_name": "0367@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55025", - "roomcode": "5503.EG.367", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55032", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55025, + "usage_id": 51 + }, + "5503.EG.368": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0368, Pr\u00fcfstand", "arch_name": "0368@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55032", - "roomcode": "5503.EG.368", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71855", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55032, + "usage_id": 51 + }, + "5503.EG.368A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0368A, Elektrowerkstatt o.f.e.M.", "arch_name": "0368A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71855", - "roomcode": "5503.EG.368A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71857", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71855, + "usage_id": 51 + }, + "5503.EG.368B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "368B, Technologische Versuchshalle", "arch_name": "368B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71857", - "roomcode": "5503.EG.368B", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71860", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71857, + "usage_id": 49 + }, + "5503.EG.368C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "368C, Technologische Versuchshalle", "arch_name": "368C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71860", - "roomcode": "5503.EG.368C", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71856", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71860, + "usage_id": 49 + }, + "5503.EG.368D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "368D, Technologische Versuchshalle", "arch_name": "368D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71856", - "roomcode": "5503.EG.368D", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71863", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71856, + "usage_id": 49 + }, + "5503.EG.368E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "368E, Sonst.Betriebst.Anlagen", "arch_name": "368E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71863", - "roomcode": "5503.EG.368E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71994", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71863, + "usage_id": 120 + }, + "5503.EG.368F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "368F, Technologische Versuchshalle", "arch_name": "368F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71994", - "roomcode": "5503.EG.368F", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54880", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71994, + "usage_id": 49 + }, + "5503.EG.369": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0369, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0369@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54880", - "roomcode": "5503.EG.369", - "usage": 182 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55018", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54880, + "usage_id": 182 + }, + "5503.EG.370": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0370, Gasflaschenlager", "arch_name": "0370@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55018", - "roomcode": "5503.EG.370", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=16835", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55018, + "usage_id": 30 + }, + "5503.EG.390": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390, Versuchshalle", "arch_name": "0390@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16835", - "roomcode": "5503.EG.390", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55044", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16835, + "usage_id": 49 + }, + "5503.EG.390A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390A, Lager", "arch_name": "0390A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55044", - "roomcode": "5503.EG.390A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55049", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55044, + "usage_id": 30 + }, + "5503.EG.390B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390B, Lager", "arch_name": "0390B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55049", - "roomcode": "5503.EG.390B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29148", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55049, + "usage_id": 30 + }, + "5503.EG.390C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390C, Fahrsimulator", "arch_name": "0390C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29148", - "roomcode": "5503.EG.390C", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55177", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29148, + "usage_id": 49 + }, + "5503.EG.390D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390D, VR.-Labor", "arch_name": "0390D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55177", - "roomcode": "5503.EG.390D", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29149", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55177, + "usage_id": 49 + }, + "5503.EG.390E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390E, Sens.-Labor", "arch_name": "0390E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29149", - "roomcode": "5503.EG.390E", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29156", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29149, + "usage_id": 103 + }, + "5503.EG.390F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390F, Elektro-Labor", "arch_name": "0390F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29156", - "roomcode": "5503.EG.390F", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13559", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29156, + "usage_id": 103 + }, + "5503.EG.390G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390G, Aufenthalt", "arch_name": "0390G@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13559", - "roomcode": "5503.EG.390G", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55191", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15285, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13559, + "usage_id": 44 + }, + "5503.EG.390H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390H, Versuchshalle", "arch_name": "0390H@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55191", - "roomcode": "5503.EG.390H", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55196", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55191, + "usage_id": 49 + }, + "5503.EG.390I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390I, KFZ-Wartung", "arch_name": "0390I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55196", - "roomcode": "5503.EG.390I", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29162", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55196, + "usage_id": 51 + }, + "5503.EG.390J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390J, Werkstatt", "arch_name": "0390J@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29162", - "roomcode": "5503.EG.390J", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13408", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29162, + "usage_id": 51 + }, + "5503.EG.390L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390L, Flur", "arch_name": "0390L@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13408", - "roomcode": "5503.EG.390L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13358", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13408, + "usage_id": 222 + }, + "5503.EG.391K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0390K, Personal/Schulung", "arch_name": "0390K@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "extended": { - "additional_description": "0390K, Personal/Schulung", - "address": "Boltzmannstr. 15(5503), Erdgescho\u00df", - "architect_room_nr": "0390K@5503", - "area_m2": 22.17, - "building": "5503 Institut f. Produktionstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "391K", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13358", - "roomcode": "5503.EG.391K", - "usage": 130 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71989", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13358, + "usage_id": 130 + }, + "5503.EG.392": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0392, Werkstatt", "arch_name": "0392@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71989", - "roomcode": "5503.EG.392", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71861", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71989, + "usage_id": 51 + }, + "5503.EG.392A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0392A, B\u00fcro", "arch_name": "0392A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71861", - "roomcode": "5503.EG.392A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71862", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71861, + "usage_id": 12 + }, + "5503.EG.392B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0392B, B\u00fcro", "arch_name": "0392B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71862", - "roomcode": "5503.EG.392B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71858", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71862, + "usage_id": 12 + }, + "5503.EG.392C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0392C, Werkstatt", "arch_name": "0392C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71858", - "roomcode": "5503.EG.392C", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71859", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71858, + "usage_id": 51 + }, + "5503.EG.392D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0392D, Werkstatt", "arch_name": "0392D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71859", - "roomcode": "5503.EG.392D", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55365", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71859, + "usage_id": 51 + }, + "5503.EG.398A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398a, Schacht", "arch_name": "0398a@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55365", - "roomcode": "5503.EG.398A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55491", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55365, + "usage_id": 120 + }, + "5503.EG.398B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398B, Schacht", "arch_name": "0398B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55491", - "roomcode": "5503.EG.398B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55500", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55491, + "usage_id": 120 + }, + "5503.EG.398C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398C, Aufzug", "arch_name": "0398C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55500", - "roomcode": "5503.EG.398C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55508", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55500, + "usage_id": 4 + }, + "5503.EG.398D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398d, Schacht", "arch_name": "0398d@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55508", - "roomcode": "5503.EG.398D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55517", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55508, + "usage_id": 120 + }, + "5503.EG.398E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398e, Schacht", "arch_name": "0398e@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55517", - "roomcode": "5503.EG.398E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55527", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55517, + "usage_id": 120 + }, + "5503.EG.398F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398f, Schacht", "arch_name": "0398f@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55527", - "roomcode": "5503.EG.398F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55661", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55527, + "usage_id": 120 + }, + "5503.EG.398G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398g, Schacht", "arch_name": "0398g@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55661", - "roomcode": "5503.EG.398G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55671", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55661, + "usage_id": 120 + }, + "5503.EG.398H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398h, Schacht", "arch_name": "0398h@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55671", - "roomcode": "5503.EG.398H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55676", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55671, + "usage_id": 120 + }, + "5503.EG.398I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398i, Schacht", "arch_name": "0398i@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55676", - "roomcode": "5503.EG.398I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55337", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55676, + "usage_id": 120 + }, + "5503.EG.398J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398j, Schacht", "arch_name": "0398j@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55337", - "roomcode": "5503.EG.398J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55349", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55337, + "usage_id": 120 + }, + "5503.EG.398L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398l, Schacht", "arch_name": "0398l@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55349", - "roomcode": "5503.EG.398L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55356", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55349, + "usage_id": 120 + }, + "5503.EG.398M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398M, Aufzug", "arch_name": "0398M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55356", - "roomcode": "5503.EG.398M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55363", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55356, + "usage_id": 4 + }, + "5503.EG.398N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398n, Schacht", "arch_name": "0398n@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55363", - "roomcode": "5503.EG.398N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55371", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55363, + "usage_id": 120 + }, + "5503.EG.398O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398o, Schacht", "arch_name": "0398o@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55371", - "roomcode": "5503.EG.398O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55496", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55371, + "usage_id": 120 + }, + "5503.EG.398P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398p, Schacht", "arch_name": "0398p@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55496", - "roomcode": "5503.EG.398P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55503", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55496, + "usage_id": 120 + }, + "5503.EG.398Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398q, Schacht", "arch_name": "0398q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55503", - "roomcode": "5503.EG.398Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71870", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55503, + "usage_id": 120 + }, + "5503.EG.398S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398S, Installationsschacht", "arch_name": "0398S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71870", - "roomcode": "5503.EG.398S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55511", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71870, + "usage_id": 120 + }, + "5503.EG.398V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0398v, Schacht", "arch_name": "0398v@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55511", - "roomcode": "5503.EG.398V", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29275", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55511, + "usage_id": 120 + }, + "5503.EG.399A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399A, MW 3 Innenhof", "arch_name": "0399A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17989&cReadonly=J", - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29275", - "roomcode": "5503.EG.399A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55528", + "area_id": 34, + "building_id": 838, + "calendar_resource_nr": 17989, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29275, + "usage_id": 222 + }, + "5503.EG.399B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399B, WC-Vorraum", "arch_name": "0399B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55528", - "roomcode": "5503.EG.399B", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55657", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55528, + "usage_id": 37 + }, + "5503.EG.399C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399C, Flur", "arch_name": "0399C@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55657", - "roomcode": "5503.EG.399C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55664", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55657, + "usage_id": 222 + }, + "5503.EG.399D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399D, Treppenraum", "arch_name": "0399D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55664", - "roomcode": "5503.EG.399D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55669", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55664, + "usage_id": 223 + }, + "5503.EG.399E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399E, Flur", "arch_name": "0399E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55669", - "roomcode": "5503.EG.399E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55685", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55669, + "usage_id": 222 + }, + "5503.EG.399F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399F, Flur", "arch_name": "0399F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55685", - "roomcode": "5503.EG.399F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55691", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55685, + "usage_id": 222 + }, + "5503.EG.399I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399I, Treppenraum", "arch_name": "0399I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55691", - "roomcode": "5503.EG.399I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55831", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55691, + "usage_id": 223 + }, + "5503.EG.399J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399J, Flur", "arch_name": "0399J@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55831", - "roomcode": "5503.EG.399J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55837", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55831, + "usage_id": 222 + }, + "5503.EG.399K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399K, Flur", "arch_name": "0399K@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55837", - "roomcode": "5503.EG.399K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55841", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55837, + "usage_id": 222 + }, + "5503.EG.399L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399L, Flur", "arch_name": "0399L@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55841", - "roomcode": "5503.EG.399L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55845", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55841, + "usage_id": 222 + }, + "5503.EG.399M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399P, Flur", "arch_name": "0399P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55845", - "roomcode": "5503.EG.399M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55851", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55845, + "usage_id": 222 + }, + "5503.EG.399N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399N, Treppenraum", "arch_name": "0399N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55851", - "roomcode": "5503.EG.399N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55980", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55851, + "usage_id": 223 + }, + "5503.EG.399O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399O, Flur", "arch_name": "0399O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55980", - "roomcode": "5503.EG.399O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55986", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55980, + "usage_id": 222 + }, + "5503.EG.399P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399P, Flur", "arch_name": "0399P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55986", - "roomcode": "5503.EG.399P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71865", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55986, + "usage_id": 222 + }, + "5503.EG.399S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399S, Treppe im Freien", "arch_name": "0399S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71865", - "roomcode": "5503.EG.399S", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71866", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71865, + "usage_id": 7 + }, + "5503.EG.399T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399T, Treppe im Freien", "arch_name": "0399T@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71866", - "roomcode": "5503.EG.399T", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71869", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71866, + "usage_id": 7 + }, + "5503.EG.399U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399U, Treppe", "arch_name": "0399U@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71869", - "roomcode": "5503.EG.399U", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71991", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71869, + "usage_id": 223 + }, + "5503.EG.399X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399X, Flur", "arch_name": "0399X@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71991", - "roomcode": "5503.EG.399X", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71992", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71991, + "usage_id": 222 + }, + "5503.EG.399Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0399Y, Flur", "arch_name": "0399Y@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71992", - "roomcode": "5503.EG.399Y", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54194", + "area_id": 34, + "building_id": 838, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71992, + "usage_id": 222 + }, + "5503.U1.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U301, Technik", "arch_name": "U301@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54194", - "roomcode": "5503.U1.301", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54201", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54194, + "usage_id": 120 + }, + "5503.U1.301M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U301M, Schachtaufgang", "arch_name": "U301M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54201", - "roomcode": "5503.U1.301M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54210", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54201, + "usage_id": 120 + }, + "5503.U1.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U302, Installationskeller", "arch_name": "U302@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54210", - "roomcode": "5503.U1.302", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54329", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54210, + "usage_id": 120 + }, + "5503.U1.303M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U303M, Lager Laden 4", "arch_name": "U303M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54329", - "roomcode": "5503.U1.303M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54339", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54329, + "usage_id": 30 + }, + "5503.U1.303N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U303N, Maschinenraum", "arch_name": "U303N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54339", - "roomcode": "5503.U1.303N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54344", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54339, + "usage_id": 120 + }, + "5503.U1.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U325, Elektrische Stromversorgung", "arch_name": "U325@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54344", - "roomcode": "5503.U1.325", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54349", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54344, + "usage_id": 160 + }, + "5503.U1.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U326, Elektrische Stromversorgung", "arch_name": "U326@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54349", - "roomcode": "5503.U1.326", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54356", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54349, + "usage_id": 160 + }, + "5503.U1.326M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U326M, Elektroverteiler", "arch_name": "U326M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54356", - "roomcode": "5503.U1.326M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54490", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54356, + "usage_id": 120 + }, + "5503.U1.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U327, Fernmeldetechnik", "arch_name": "U327@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54490", - "roomcode": "5503.U1.327", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54494", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54490, + "usage_id": 202 + }, + "5503.U1.327M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U327M, Elektroverteiler", "arch_name": "U327M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54494", - "roomcode": "5503.U1.327M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54501", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54494, + "usage_id": 120 + }, + "5503.U1.328": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U328, Studenten Hilfskr\u00e4fte/Arbeitspl\u00e4tze", "arch_name": "U328@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54501", - "roomcode": "5503.U1.328", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54508", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": 11, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54501, + "usage_id": 12 + }, + "5503.U1.329": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U329, Installation", "arch_name": "U329@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54508", - "roomcode": "5503.U1.329", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54514", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54508, + "usage_id": 120 + }, + "5503.U1.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U330, Reinigungsdienst", "arch_name": "U330@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54514", - "roomcode": "5503.U1.330", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54523", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54514, + "usage_id": 44 + }, + "5503.U1.331": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U331, Lager", "arch_name": "U331@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54523", - "roomcode": "5503.U1.331", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54527", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54523, + "usage_id": 30 + }, + "5503.U1.331M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U331M, Elektroverteiler", "arch_name": "U331M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54527", - "roomcode": "5503.U1.331M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54648", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54527, + "usage_id": 120 + }, + "5503.U1.332": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U332, Lager", "arch_name": "U332@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15285", - "operator": "[ TUMWIWB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54648", - "roomcode": "5503.U1.332", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54659", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15285, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54648, + "usage_id": 30 + }, + "5503.U1.333": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U333, Filmbearbeitg.", "arch_name": "U333@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54659", - "roomcode": "5503.U1.333", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54667", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54659, + "usage_id": 104 + }, + "5503.U1.333M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U333M, B\u00fcchermagazin", "arch_name": "U333M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19671", - "operator": "[ TUZEBIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54667", - "roomcode": "5503.U1.333M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54672", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19671, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54667, + "usage_id": 2 + }, + "5503.U1.334": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U334, Lagerraum", "arch_name": "U334@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54672", - "roomcode": "5503.U1.334", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54677", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54672, + "usage_id": 30 + }, + "5503.U1.334M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U334M, Maschinenraum", "arch_name": "U334M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54677", - "roomcode": "5503.U1.334M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54817", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54677, + "usage_id": 120 + }, + "5503.U1.350A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U350A, MW U350a, Vorbereitung", "arch_name": "U350A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54817", - "roomcode": "5503.U1.350A", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54824", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54817, + "usage_id": 136 + }, + "5503.U1.350B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U350B, Technik", "arch_name": "U350B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54824", - "roomcode": "5503.U1.350B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71984", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54824, + "usage_id": 120 + }, + "5503.U1.360": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U360, Installationskanal", "arch_name": "U360@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71984", - "roomcode": "5503.U1.360", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54833", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71984, + "usage_id": 120 + }, + "5503.U1.398B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398B, Schacht", "arch_name": "U398B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54833", - "roomcode": "5503.U1.398B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54840", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54833, + "usage_id": 120 + }, + "5503.U1.398C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398c, Aufzug", "arch_name": "U398c@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54840", - "roomcode": "5503.U1.398C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54848", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54840, + "usage_id": 4 + }, + "5503.U1.398D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398D, Schacht", "arch_name": "U398D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54848", - "roomcode": "5503.U1.398D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54977", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54848, + "usage_id": 120 + }, + "5503.U1.398E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398E, Schacht", "arch_name": "U398E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54977", - "roomcode": "5503.U1.398E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54985", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54977, + "usage_id": 120 + }, + "5503.U1.398F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398F, Schacht", "arch_name": "U398F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54985", - "roomcode": "5503.U1.398F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54991", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54985, + "usage_id": 120 + }, + "5503.U1.398G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398G, Schacht", "arch_name": "U398G@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54991", - "roomcode": "5503.U1.398G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55000", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54991, + "usage_id": 120 + }, + "5503.U1.398I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398I, Schacht", "arch_name": "U398I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55000", - "roomcode": "5503.U1.398I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55008", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55000, + "usage_id": 120 + }, + "5503.U1.398J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398J, Schacht", "arch_name": "U398J@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55008", - "roomcode": "5503.U1.398J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55131", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55008, + "usage_id": 120 + }, + "5503.U1.398K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398K, Schacht", "arch_name": "U398K@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55131", - "roomcode": "5503.U1.398K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55137", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55131, + "usage_id": 120 + }, + "5503.U1.398M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398M, Aufzugs-u. F\u00f6rdermaschinenraum", "arch_name": "U398M@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55137", - "roomcode": "5503.U1.398M", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55151", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55137, + "usage_id": 5 + }, + "5503.U1.398O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398O, Schacht", "arch_name": "U398O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55151", - "roomcode": "5503.U1.398O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55159", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55151, + "usage_id": 120 + }, + "5503.U1.398P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398P, Schacht", "arch_name": "U398P@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55159", - "roomcode": "5503.U1.398P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55297", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55159, + "usage_id": 120 + }, + "5503.U1.398Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398Q, Schacht", "arch_name": "U398Q@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55297", - "roomcode": "5503.U1.398Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71988", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55297, + "usage_id": 120 + }, + "5503.U1.398S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U398S, Installationsschacht", "arch_name": "U398S@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71988", - "roomcode": "5503.U1.398S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55307", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71988, + "usage_id": 120 + }, + "5503.U1.399A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399A, Installationskeller", "arch_name": "U399A@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55307", - "roomcode": "5503.U1.399A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71983", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55307, + "usage_id": 120 + }, + "5503.U1.399B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399B, Betriebstechn. Anlagen", "arch_name": "U399B@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71983", - "roomcode": "5503.U1.399B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55315", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71983, + "usage_id": 120 + }, + "5503.U1.399D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399D, Treppenraum", "arch_name": "U399D@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55315", - "roomcode": "5503.U1.399D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71987", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55315, + "usage_id": 223 + }, + "5503.U1.399E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399E, Flur", "arch_name": "U399E@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71987", - "roomcode": "5503.U1.399E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55324", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71987, + "usage_id": 222 + }, + "5503.U1.399F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399F, Maschinenraum", "arch_name": "U399F@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55324", - "roomcode": "5503.U1.399F", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55457", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55324, + "usage_id": 5 + }, + "5503.U1.399G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399G, Flur", "arch_name": "U399G@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55457", - "roomcode": "5503.U1.399G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55463", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55457, + "usage_id": 222 + }, + "5503.U1.399H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399H, Flur", "arch_name": "U399H@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55463", - "roomcode": "5503.U1.399H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55472", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55463, + "usage_id": 222 + }, + "5503.U1.399I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399I, Treppe", "arch_name": "U399I@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55472", - "roomcode": "5503.U1.399I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71985", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55472, + "usage_id": 223 + }, + "5503.U1.399J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399J, Flur", "arch_name": "U399J@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71985", - "roomcode": "5503.U1.399J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55479", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71985, + "usage_id": 222 + }, + "5503.U1.399N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399N, Treppenraum", "arch_name": "U399N@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55479", - "roomcode": "5503.U1.399N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71986", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55479, + "usage_id": 223 + }, + "5503.U1.399O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U399O, Treppe im Freien", "arch_name": "U399O@5503", - "b_area_id": 34, - "b_filter_id": 838, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71986", - "roomcode": "5503.U1.399O", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11630", + "area_id": 34, + "building_id": 838, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71986, + "usage_id": 7 + }, + "5504.01.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1401, Seminarraum", "arch_name": "1401@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24207&cRes=12654&cReadonly=J", - "extended": { - "additional_description": "1401, Seminarraum", - "address": "Boltzmannstr. 15(5504), 1.Obergescho\u00df", - "architect_room_nr": "1401@5504", - "area_m2": 128.44, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "401", - "seats": 26, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11630", - "roomcode": "5504.01.401", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58326", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 12654, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11630, + "usage_id": 41 + }, + "5504.01.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1402, Praktikum Labor", "arch_name": "1402@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58326", - "roomcode": "5504.01.402", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58333", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58326, + "usage_id": 103 + }, + "5504.01.402M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1402M, Putzraum", "arch_name": "1402M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58333", - "roomcode": "5504.01.402M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58339", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58333, + "usage_id": 205 + }, + "5504.01.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1403, Teamroom", "arch_name": "1403@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24074&cRes=19003&cReadonly=J", - "list_index": "185", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58339", - "roomcode": "5504.01.403", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58462", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 19003, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58339, + "usage_id": 12 + }, + "5504.01.403M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1403M, WC-Vorraum", "arch_name": "1403M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58462", - "roomcode": "5504.01.403M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58467", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58462, + "usage_id": 37 + }, + "5504.01.403N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1403N, WC-Vorraum", "arch_name": "1403N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58467", - "roomcode": "5504.01.403N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58475", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58467, + "usage_id": 37 + }, + "5504.01.403P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1403P, WC-Damen", "arch_name": "1403P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58475", - "roomcode": "5504.01.403P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58479", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58475, + "usage_id": 116 + }, + "5504.01.403Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1403Q, WC-Herren", "arch_name": "1403Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58479", - "roomcode": "5504.01.403Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58487", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58479, + "usage_id": 115 + }, + "5504.01.404": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1404, B\u00fcro", "arch_name": "1404@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58487", - "roomcode": "5504.01.404", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58495", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58487, + "usage_id": 12 + }, + "5504.01.404M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1404M, Seminarraum", "arch_name": "1404M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24074&cRes=18412&cReadonly=J", - "extended": { - "additional_description": "1404M, Seminarraum", - "address": "Boltzmannstr. 15(5504), 1.Obergescho\u00df", - "architect_room_nr": "1404M@5504", - "area_m2": 65.63, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "404M", - "seats": 14, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58495", - "roomcode": "5504.01.404M", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=31193", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18412, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58495, + "usage_id": 41 + }, + "5504.01.405": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1405, RFA Labor", "arch_name": "1405@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=15281&cReadonly=J", - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31193", - "roomcode": "5504.01.405", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=31198", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 15281, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31193, + "usage_id": 102 + }, + "5504.01.405M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1405M, Praktikum Labor-Brennstoffanalyse", "arch_name": "1405M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31198", - "roomcode": "5504.01.405M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58630", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31198, + "usage_id": 103 + }, + "5504.01.405N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1405N, AAS Labor", "arch_name": "1405N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=18521&cReadonly=J", - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58630", - "roomcode": "5504.01.405N", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58639", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18521, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58630, + "usage_id": 102 + }, + "5504.01.406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1406, Computerpool", "arch_name": "1406@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24074&cRes=20157&cReadonly=J", - "list_index": "195", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58639", - "roomcode": "5504.01.406", - "usage": 213 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58647", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 20157, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58639, + "usage_id": 213 + }, + "5504.01.406M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1406M, Chemielabor", "arch_name": "1406M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=19007&cReadonly=J", - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58647", - "roomcode": "5504.01.406M", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58766", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 19007, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58647, + "usage_id": 102 + }, + "5504.01.406N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1406N, Teek\u00fcche", "arch_name": "1406N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58766", - "roomcode": "5504.01.406N", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58776", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58766, + "usage_id": 198 + }, + "5504.01.407": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1407, Springer B\u00fcro", "arch_name": "1407@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58776", - "roomcode": "5504.01.407", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58785", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58776, + "usage_id": 12 + }, + "5504.01.408": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1408, Permeabilit\u00e4tslabor", "arch_name": "1408@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58785", - "roomcode": "5504.01.408", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58794", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58785, + "usage_id": 103 + }, + "5504.01.409": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1409, Aditive Manufacturing Labor", "arch_name": "1409@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "extended": { - "additional_description": "1409, Aditive Manufacturing Labor", - "address": "Boltzmannstr. 15(5504), 1.Obergescho\u00df", - "architect_room_nr": "1409@5504", - "area_m2": 76.27, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Gie\u00dfharz", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "409", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58794", - "roomcode": "5504.01.409", - "usage": 130 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56420", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58794, + "usage_id": 130 + }, + "5504.01.410": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1410, Optiklabor", "arch_name": "1410@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56420", - "roomcode": "5504.01.410", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56429", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56420, + "usage_id": 103 + }, + "5504.01.411": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1411, Putzraum", "arch_name": "1411@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56429", - "roomcode": "5504.01.411", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56437", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56429, + "usage_id": 205 + }, + "5504.01.425": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1425, Videokonferenzraum/Bibliothek", "arch_name": "1425@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24074&cRes=25100&cReadonly=J", - "list_index": "203", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56437", - "roomcode": "5504.01.425", - "usage": 161 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56443", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 25100, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56437, + "usage_id": 161 + }, + "5504.01.426": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1426, B\u00fcro", "arch_name": "1426@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56443", - "roomcode": "5504.01.426", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56453", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56443, + "usage_id": 12 + }, + "5504.01.427": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1427, B\u00fcro", "arch_name": "1427@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56453", - "roomcode": "5504.01.427", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56569", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56453, + "usage_id": 12 + }, + "5504.01.428": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1428, B\u00fcro", "arch_name": "1428@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56569", - "roomcode": "5504.01.428", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56579", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56569, + "usage_id": 12 + }, + "5504.01.428M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1428M, Elektroverteiler", "arch_name": "1428M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56579", - "roomcode": "5504.01.428M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56589", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56579, + "usage_id": 120 + }, + "5504.01.428N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1428N, Elektroverteiler", "arch_name": "1428N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56589", - "roomcode": "5504.01.428N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11943", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56589, + "usage_id": 120 + }, + "5504.01.429": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1429, B\u00fcro", "arch_name": "1429@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11943", - "roomcode": "5504.01.429", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56605", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11943, + "usage_id": 12 + }, + "5504.01.429M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1429M, Elektroverteiler", "arch_name": "1429M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56605", - "roomcode": "5504.01.429M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56705", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56605, + "usage_id": 120 + }, + "5504.01.430": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1430, B\u00fcro", "arch_name": "1430@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56705", - "roomcode": "5504.01.430", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56714", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56705, + "usage_id": 12 + }, + "5504.01.431": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1431, B\u00fcro", "arch_name": "1431@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56714", - "roomcode": "5504.01.431", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56721", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56714, + "usage_id": 12 + }, + "5504.01.432": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1432, B\u00fcro", "arch_name": "1432@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56721", - "roomcode": "5504.01.432", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56736", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56721, + "usage_id": 12 + }, + "5504.01.433": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1433, B\u00fcro", "arch_name": "1433@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56736", - "roomcode": "5504.01.433", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56848", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56736, + "usage_id": 12 + }, + "5504.01.434": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1434, B\u00fcro", "arch_name": "1434@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56848", - "roomcode": "5504.01.434", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56853", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56848, + "usage_id": 12 + }, + "5504.01.435": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1435, B\u00fcro", "arch_name": "1435@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56853", - "roomcode": "5504.01.435", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56862", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56853, + "usage_id": 12 + }, + "5504.01.436": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1436, B\u00fcro", "arch_name": "1436@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56862", - "roomcode": "5504.01.436", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56868", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56862, + "usage_id": 12 + }, + "5504.01.437": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1437, B\u00fcro", "arch_name": "1437@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56868", - "roomcode": "5504.01.437", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56873", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56868, + "usage_id": 12 + }, + "5504.01.437M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1437M, Elektroverteiler", "arch_name": "1437M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56873", - "roomcode": "5504.01.437M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57146", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56873, + "usage_id": 120 + }, + "5504.01.438": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1438, B\u00fcro", "arch_name": "1438@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57146", - "roomcode": "5504.01.438", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57153", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57146, + "usage_id": 12 + }, + "5504.01.439": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1439, B\u00fcro", "arch_name": "1439@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57153", - "roomcode": "5504.01.439", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57158", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57153, + "usage_id": 12 + }, + "5504.01.440": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1440, B\u00fcro", "arch_name": "1440@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57158", - "roomcode": "5504.01.440", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57165", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57158, + "usage_id": 12 + }, + "5504.01.441": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1441, B\u00fcro", "arch_name": "1441@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57165", - "roomcode": "5504.01.441", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57174", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57165, + "usage_id": 12 + }, + "5504.01.442": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1442, Studentenpraktika mit PC", "arch_name": "1442@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=47617&cRes=32012&cReadonly=J", - "list_index": "224", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57174", - "roomcode": "5504.01.442", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12128", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 32012, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57174, + "usage_id": 208 + }, + "5504.01.450": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1450, Zeichensaal", "arch_name": "1450@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=12641&cReadonly=J", - "extended": { - "additional_description": "MW 1450, Zeichensaal", - "address": "Boltzmannstr. 15(5504), 1.Obergescho\u00df", - "architect_room_nr": "1450@5504", - "area_m2": 254.68, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "450", - "seats": 90, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12128", - "roomcode": "5504.01.450", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71896", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 12641, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15299, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12128, + "usage_id": 55 + }, + "5504.01.450A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1450A, Treppe", "arch_name": "1450A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71896", - "roomcode": "5504.01.450A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57599", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71896, + "usage_id": 223 + }, + "5504.01.460": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460, Mikrobiologielabor", "arch_name": "1460@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=31412&cReadonly=J", - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57599", - "roomcode": "5504.01.460", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57606", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 31412, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15279, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57599, + "usage_id": 102 + }, + "5504.01.460M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460M, Lager", "arch_name": "1460M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57606", - "roomcode": "5504.01.460M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57622", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57606, + "usage_id": 30 + }, + "5504.01.460O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460O, Technik", "arch_name": "1460O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57622", - "roomcode": "5504.01.460O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57300", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57622, + "usage_id": 120 + }, + "5504.01.460P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460P, WC-Damen", "arch_name": "1460P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57300", - "roomcode": "5504.01.460P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57304", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57300, + "usage_id": 116 + }, + "5504.01.460Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460Q, WC-Herren", "arch_name": "1460Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57304", - "roomcode": "5504.01.460Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57313", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57304, + "usage_id": 115 + }, + "5504.01.460R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460R, Beh.-WC", "arch_name": "1460R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57313", - "roomcode": "5504.01.460R", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57319", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57313, + "usage_id": 117 + }, + "5504.01.460S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460S, Umkleide / Dusche Damen", "arch_name": "1460S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57319", - "roomcode": "5504.01.460S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57329", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57319, + "usage_id": 121 + }, + "5504.01.460T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460T, Umkleide / Dusche Herren", "arch_name": "1460T@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57329", - "roomcode": "5504.01.460T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56994", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57329, + "usage_id": 121 + }, + "5504.01.460U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1460N, Technik", "arch_name": "1460N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56994", - "roomcode": "5504.01.460U", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57003", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56994, + "usage_id": 120 + }, + "5504.01.461": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1461, Labor", "arch_name": "1461@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57003", - "roomcode": "5504.01.461", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57011", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 24074, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57003, + "usage_id": 194 + }, + "5504.01.461A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1461A, Aufenthaltsraum/Lehrlingswerkstatt", "arch_name": "1461A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57011", - "roomcode": "5504.01.461A", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57021", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 24074, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57011, + "usage_id": 44 + }, + "5504.01.461M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1461M, Gemeinsames Labor", "arch_name": "1461M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57021", - "roomcode": "5504.01.461M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=16509", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57021, + "usage_id": 194 + }, + "5504.01.462": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1462, Labor", "arch_name": "1462@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=41772&cRes=25966&cReadonly=J", - "list_index": "239", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16509", - "roomcode": "5504.01.462", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57452", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 25966, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 41772, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16509, + "usage_id": 194 + }, + "5504.01.462M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1462M, Lager", "arch_name": "1462M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57452", - "roomcode": "5504.01.462M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57472", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57452, + "usage_id": 30 + }, + "5504.01.463": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1463, Labor", "arch_name": "1463@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57472", - "roomcode": "5504.01.463", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57478", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 41772, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57472, + "usage_id": 194 + }, + "5504.01.463M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1463M, Chemie Labor", "arch_name": "1463M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57478", - "roomcode": "5504.01.463M", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55377", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57478, + "usage_id": 102 + }, + "5504.01.464": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1464, Auswertung", "arch_name": "1464@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=42933", - "operator": "[ TUMWSBT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55377", - "roomcode": "5504.01.464", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71887", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42933, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55377, + "usage_id": 110 + }, + "5504.01.490": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490, Lager", "arch_name": "1490@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71887", - "roomcode": "5504.01.490", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55386", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71887, + "usage_id": 30 + }, + "5504.01.490A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490A, L\u00fcftungszentrale", "arch_name": "1490A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55386", - "roomcode": "5504.01.490A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=30663", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55386, + "usage_id": 32 + }, + "5504.01.490B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490B, Elektrowerkstatt", "arch_name": "1490B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30663", - "roomcode": "5504.01.490B", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55532", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30663, + "usage_id": 51 + }, + "5504.01.490D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490D, Praktikum Verfahrenstechnik", "arch_name": "1490D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55532", - "roomcode": "5504.01.490D", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55540", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55532, + "usage_id": 102 + }, + "5504.01.490E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490E, Schleuse", "arch_name": "1490E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55540", - "roomcode": "5504.01.490E", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55550", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55540, + "usage_id": 105 + }, + "5504.01.490F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490F, B\u00fcro", "arch_name": "1490F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55550", - "roomcode": "5504.01.490F", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55560", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55550, + "usage_id": 12 + }, + "5504.01.490G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490G, B\u00fcro", "arch_name": "1490G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55560", - "roomcode": "5504.01.490G", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55566", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55560, + "usage_id": 12 + }, + "5504.01.490H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490H, B\u00fcro", "arch_name": "1490H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55566", - "roomcode": "5504.01.490H", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55709", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55566, + "usage_id": 12 + }, + "5504.01.490I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490I, Gast", "arch_name": "1490I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55709", - "roomcode": "5504.01.490I", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55574", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55709, + "usage_id": 12 + }, + "5504.01.490N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499V, Verkehrsweg", "arch_name": "1499V@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55574", - "roomcode": "5504.01.490N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71892", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55574, + "usage_id": 222 + }, + "5504.01.490P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1490P, Balkon", "arch_name": "1490P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71892", - "roomcode": "5504.01.490P", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71897", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71892, + "usage_id": 219 + }, + "5504.01.497A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497A, Flur", "arch_name": "1497A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71897", - "roomcode": "5504.01.497A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71894", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71897, + "usage_id": 222 + }, + "5504.01.497B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497B, Flur", "arch_name": "1497B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71894", - "roomcode": "5504.01.497B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71893", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71894, + "usage_id": 222 + }, + "5504.01.497C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497C, Galerie", "arch_name": "1497C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71893", - "roomcode": "5504.01.497C", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71889", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71893, + "usage_id": 206 + }, + "5504.01.497D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497D, Galerie", "arch_name": "1497D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71889", - "roomcode": "5504.01.497D", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71891", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71889, + "usage_id": 206 + }, + "5504.01.497E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497E, Technologisches Labor", "arch_name": "1497E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71891", - "roomcode": "5504.01.497E", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71890", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71891, + "usage_id": 194 + }, + "5504.01.497F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497F, Technologisches Labor", "arch_name": "1497F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71890", - "roomcode": "5504.01.497F", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71888", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71890, + "usage_id": 194 + }, + "5504.01.497G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497G, Technologisches Labor", "arch_name": "1497G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71888", - "roomcode": "5504.01.497G", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71883", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71888, + "usage_id": 194 + }, + "5504.01.497H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1497H, Galerie", "arch_name": "1497H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71883", - "roomcode": "5504.01.497H", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55719", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71883, + "usage_id": 206 + }, + "5504.01.498A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498S, Schacht", "arch_name": "1498S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55719", - "roomcode": "5504.01.498A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55728", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55719, + "usage_id": 120 + }, + "5504.01.498B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498b, Schacht", "arch_name": "1498b@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55728", - "roomcode": "5504.01.498B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55857", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55728, + "usage_id": 120 + }, + "5504.01.498C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498C, Aufzug", "arch_name": "1498C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55857", - "roomcode": "5504.01.498C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55868", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55857, + "usage_id": 4 + }, + "5504.01.498D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498d, Schacht", "arch_name": "1498d@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55868", - "roomcode": "5504.01.498D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55878", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55868, + "usage_id": 120 + }, + "5504.01.498E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498e, Schacht", "arch_name": "1498e@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55878", - "roomcode": "5504.01.498E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55883", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55878, + "usage_id": 120 + }, + "5504.01.498F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498f, Schacht", "arch_name": "1498f@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55883", - "roomcode": "5504.01.498F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55894", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55883, + "usage_id": 120 + }, + "5504.01.498G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498g, Schacht", "arch_name": "1498g@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55894", - "roomcode": "5504.01.498G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56019", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55894, + "usage_id": 120 + }, + "5504.01.498H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498h, Schacht", "arch_name": "1498h@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56019", - "roomcode": "5504.01.498H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56028", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56019, + "usage_id": 120 + }, + "5504.01.498I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498i, Schacht", "arch_name": "1498i@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56028", - "roomcode": "5504.01.498I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56039", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56028, + "usage_id": 120 + }, + "5504.01.498J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498j, Schacht", "arch_name": "1498j@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56039", - "roomcode": "5504.01.498J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56050", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56039, + "usage_id": 120 + }, + "5504.01.498K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498k, Schacht", "arch_name": "1498k@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56050", - "roomcode": "5504.01.498K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56180", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56050, + "usage_id": 120 + }, + "5504.01.498L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498l, Aufzug", "arch_name": "1498l@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56180", - "roomcode": "5504.01.498L", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56190", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56180, + "usage_id": 4 + }, + "5504.01.498M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498m, Schacht", "arch_name": "1498m@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56190", - "roomcode": "5504.01.498M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56198", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56190, + "usage_id": 120 + }, + "5504.01.498O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498o, Schacht", "arch_name": "1498o@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56198", - "roomcode": "5504.01.498O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56207", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56198, + "usage_id": 120 + }, + "5504.01.498P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498p, Schacht", "arch_name": "1498p@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56207", - "roomcode": "5504.01.498P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56214", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56207, + "usage_id": 120 + }, + "5504.01.498Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498q, Schacht", "arch_name": "1498q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56214", - "roomcode": "5504.01.498Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56344", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56214, + "usage_id": 120 + }, + "5504.01.498R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498r, Schacht", "arch_name": "1498r@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56344", - "roomcode": "5504.01.498R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56353", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56344, + "usage_id": 120 + }, + "5504.01.498S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498s, Schacht", "arch_name": "1498s@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56353", - "roomcode": "5504.01.498S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56360", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56353, + "usage_id": 120 + }, + "5504.01.498T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498t, Schacht", "arch_name": "1498t@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56360", - "roomcode": "5504.01.498T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56366", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56360, + "usage_id": 120 + }, + "5504.01.498U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1498u, Schacht", "arch_name": "1498u@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56366", - "roomcode": "5504.01.498U", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=71895", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56366, + "usage_id": 120 + }, + "5504.01.499": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499, Treppe", "arch_name": "1499@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71895", - "roomcode": "5504.01.499", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56374", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71895, + "usage_id": 223 + }, + "5504.01.499A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499A, Galerie", "arch_name": "1499A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56374", - "roomcode": "5504.01.499A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53979", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56374, + "usage_id": 206 + }, + "5504.01.499B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499B, Galerie", "arch_name": "1499B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53979", - "roomcode": "5504.01.499B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53987", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53979, + "usage_id": 206 + }, + "5504.01.499C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499C, Flur", "arch_name": "1499C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53987", - "roomcode": "5504.01.499C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53995", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53987, + "usage_id": 222 + }, + "5504.01.499D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499D, Treppenraum", "arch_name": "1499D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53995", - "roomcode": "5504.01.499D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54002", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53995, + "usage_id": 223 + }, + "5504.01.499E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499E, Flur und Allraum", "arch_name": "1499E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54002", - "roomcode": "5504.01.499E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54014", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54002, + "usage_id": 222 + }, + "5504.01.499F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499F, Flur", "arch_name": "1499F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54014", - "roomcode": "5504.01.499F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54154", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54014, + "usage_id": 222 + }, + "5504.01.499I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499I, Treppenraum", "arch_name": "1499I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54154", - "roomcode": "5504.01.499I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54161", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54154, + "usage_id": 223 + }, + "5504.01.499J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499J, Flur", "arch_name": "1499J@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54161", - "roomcode": "5504.01.499J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54168", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54161, + "usage_id": 222 + }, + "5504.01.499K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499K, Flur", "arch_name": "1499K@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54168", - "roomcode": "5504.01.499K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54302", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54168, + "usage_id": 222 + }, + "5504.01.499M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499M, Galerie", "arch_name": "1499M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54302", - "roomcode": "5504.01.499M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54312", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54302, + "usage_id": 206 + }, + "5504.01.499N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499N, Treppenraum", "arch_name": "1499N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54312", - "roomcode": "5504.01.499N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54320", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54312, + "usage_id": 223 + }, + "5504.01.499O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499O, Flur", "arch_name": "1499O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54320", - "roomcode": "5504.01.499O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54459", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54320, + "usage_id": 222 + }, + "5504.01.499Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499Q, Treppenraum", "arch_name": "1499Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54459", - "roomcode": "5504.01.499Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54466", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54459, + "usage_id": 223 + }, + "5504.01.499R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499R, Flur", "arch_name": "1499R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54466", - "roomcode": "5504.01.499R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54478", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54466, + "usage_id": 222 + }, + "5504.01.499S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499S, Galerie", "arch_name": "1499S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54478", - "roomcode": "5504.01.499S", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54489", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54478, + "usage_id": 206 + }, + "5504.01.499T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1499T, Galerie", "arch_name": "1499T@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54489", - "roomcode": "5504.01.499T", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54789", + "area_id": 34, + "building_id": 841, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54489, + "usage_id": 206 + }, + "5504.02.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2401, Arbeitsraum", "arch_name": "2401@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=42933", - "operator": "[ TUMWSBT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54789", - "roomcode": "5504.02.401", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54800", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42933, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54789, + "usage_id": 12 + }, + "5504.02.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2402, B\u00fcro", "arch_name": "2402@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=42933", - "operator": "[ TUMWSBT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54800", - "roomcode": "5504.02.402", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54811", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42933, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54800, + "usage_id": 12 + }, + "5504.02.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2403, B\u00fcro", "arch_name": "2403@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=42933", - "operator": "[ TUMWSBT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54811", - "roomcode": "5504.02.403", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54938", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42933, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54811, + "usage_id": 12 + }, + "5504.02.403M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2403M, WC-Vorraum", "arch_name": "2403M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54938", - "roomcode": "5504.02.403M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54947", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54938, + "usage_id": 37 + }, + "5504.02.403N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2403N, WC-Vorraum", "arch_name": "2403N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54947", - "roomcode": "5504.02.403N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54954", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54947, + "usage_id": 37 + }, + "5504.02.403P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2403P, WC-Damen", "arch_name": "2403P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54954", - "roomcode": "5504.02.403P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54963", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54954, + "usage_id": 116 + }, + "5504.02.403Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2403Q, WC-Herren", "arch_name": "2403Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54963", - "roomcode": "5504.02.403Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12269", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54963, + "usage_id": 115 + }, + "5504.02.404": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2404, B\u00fcro", "arch_name": "2404@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12269", - "roomcode": "5504.02.404", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55093", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41772, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12269, + "usage_id": 12 + }, + "5504.02.404M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2404M, Putzraum", "arch_name": "2404M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55093", - "roomcode": "5504.02.404M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55100", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55093, + "usage_id": 205 + }, + "5504.02.405": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2405, Lehrbeauftragter 1", "arch_name": "2405@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55100", - "roomcode": "5504.02.405", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55108", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41772, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55100, + "usage_id": 12 + }, + "5504.02.406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2406, Gast", "arch_name": "2406@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55108", - "roomcode": "5504.02.406", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12313", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41772, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55108, + "usage_id": 12 + }, + "5504.02.407": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2407, Besprechungsraum", "arch_name": "2407@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24207&cRes=26530&cReadonly=J", - "list_index": "311", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12313", - "roomcode": "5504.02.407", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12316", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 26530, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12313, + "usage_id": 196 + }, + "5504.02.408": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2408, Praktikumsraum", "arch_name": "2408@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24207&cRes=27772&cReadonly=J", - "list_index": "312", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12316", - "roomcode": "5504.02.408", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55248", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 27772, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12316, + "usage_id": 211 + }, + "5504.02.408M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2408M, W\u00e4geraum", "arch_name": "2408M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55248", - "roomcode": "5504.02.408M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=30486", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55248, + "usage_id": 103 + }, + "5504.02.409": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2409, Laboranten", "arch_name": "2409@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30486", - "roomcode": "5504.02.409", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55265", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30486, + "usage_id": 103 + }, + "5504.02.410": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410, Labor", "arch_name": "2410@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55265", - "roomcode": "5504.02.410", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55274", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55265, + "usage_id": 103 + }, + "5504.02.410A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410a, Gasflaschen", "arch_name": "2410a@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55274", - "roomcode": "5504.02.410A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55285", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55274, + "usage_id": 30 + }, + "5504.02.410M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410M, Phasengleichgewichtslabor", "arch_name": "2410M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55285", - "roomcode": "5504.02.410M", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55418", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55285, + "usage_id": 102 + }, + "5504.02.410N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410N, Schleuse", "arch_name": "2410N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55418", - "roomcode": "5504.02.410N", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55428", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55418, + "usage_id": 105 + }, + "5504.02.410O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410O, Lagerraum", "arch_name": "2410O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55428", - "roomcode": "5504.02.410O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55436", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55428, + "usage_id": 30 + }, + "5504.02.410P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410P, Serverraum", "arch_name": "2410P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55436", - "roomcode": "5504.02.410P", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55443", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55436, + "usage_id": 207 + }, + "5504.02.410Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2410Q, Teek\u00fcche", "arch_name": "2410Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55443", - "roomcode": "5504.02.410Q", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55454", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55443, + "usage_id": 198 + }, + "5504.02.411": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2411, Handlager", "arch_name": "2411@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55454", - "roomcode": "5504.02.411", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=16719", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55454, + "usage_id": 30 + }, + "5504.02.412": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2412, Rechner", "arch_name": "2412@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24207&cRes=15227&cReadonly=J", - "list_index": "323", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16719", - "roomcode": "5504.02.412", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71853", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 15227, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16719, + "usage_id": 207 + }, + "5504.02.413": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2413, \u00dcbungsraum", "arch_name": "2413@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "extended": { - "additional_description": "2413, \u00dcbungsraum", - "address": "Boltzmannstr. 15(5504), 2.Obergescho\u00df", - "architect_room_nr": "2413@5504", - "area_m2": 71.44, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "413", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71853", - "roomcode": "5504.02.413", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55592", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71853, + "usage_id": 131 + }, + "5504.02.419M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2419M, Fotolabor", "arch_name": "2419M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55592", - "roomcode": "5504.02.419M", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55604", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55592, + "usage_id": 104 + }, + "5504.02.419N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2419N, Fotolabor", "arch_name": "2419N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55604", - "roomcode": "5504.02.419N", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11480", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55604, + "usage_id": 104 + }, + "5504.02.425": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2425, B\u00fcro", "arch_name": "2425@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24207&cRes=21626&cReadonly=J", - "list_index": "327", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11480", - "roomcode": "5504.02.425", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11483", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 21626, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11480, + "usage_id": 12 + }, + "5504.02.426": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2426, B\u00fcro", "arch_name": "2426@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11483", - "roomcode": "5504.02.426", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11486", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11483, + "usage_id": 12 + }, + "5504.02.427": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2427, B\u00fcro", "arch_name": "2427@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11486", - "roomcode": "5504.02.427", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11489", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11486, + "usage_id": 12 + }, + "5504.02.428": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2428, B\u00fcro", "arch_name": "2428@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11489", - "roomcode": "5504.02.428", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55771", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11489, + "usage_id": 12 + }, + "5504.02.428M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2428M, Elektroverteiler", "arch_name": "2428M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55771", - "roomcode": "5504.02.428M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55906", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55771, + "usage_id": 120 + }, + "5504.02.428N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2428N, Elektroverteiler", "arch_name": "2428N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55906", - "roomcode": "5504.02.428N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55913", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55906, + "usage_id": 120 + }, + "5504.02.428O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2428O, Elektroverteiler", "arch_name": "2428O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55913", - "roomcode": "5504.02.428O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11527", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55913, + "usage_id": 120 + }, + "5504.02.429": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2429, B\u00fcro", "arch_name": "2429@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11527", - "roomcode": "5504.02.429", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11530", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11527, + "usage_id": 12 + }, + "5504.02.430": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2430, B\u00fcro", "arch_name": "2430@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11530", - "roomcode": "5504.02.430", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55928", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11530, + "usage_id": 12 + }, + "5504.02.431": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2431, B\u00fcro", "arch_name": "2431@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55928", - "roomcode": "5504.02.431", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11539", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55928, + "usage_id": 12 + }, + "5504.02.432": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2432, B\u00fcro", "arch_name": "2432@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11539", - "roomcode": "5504.02.432", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11542", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11539, + "usage_id": 12 + }, + "5504.02.433": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2433, Prof.-B\u00fcro", "arch_name": "2433@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11542", - "roomcode": "5504.02.433", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11545", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11542, + "usage_id": 12 + }, + "5504.02.434": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2434, Sekretariat", "arch_name": "2434@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11545", - "roomcode": "5504.02.434", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72850", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11545, + "usage_id": 40 + }, + "5504.02.435A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2435A, Kopierraum", "arch_name": "2435A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72850", - "roomcode": "5504.02.435A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72851", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72850, + "usage_id": 110 + }, + "5504.02.435B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2435B, B\u00fcro", "arch_name": "2435B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72851", - "roomcode": "5504.02.435B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=61076", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72851, + "usage_id": 12 + }, + "5504.02.435M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2435M, Laserlabor", "arch_name": "2435M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61076", - "roomcode": "5504.02.435M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56093", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61076, + "usage_id": 103 + }, + "5504.02.435N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2435N, Registratur", "arch_name": "2435N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56093", - "roomcode": "5504.02.435N", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11577", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56093, + "usage_id": 2 + }, + "5504.02.436": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2436, B\u00fcro", "arch_name": "2436@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11577", - "roomcode": "5504.02.436", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56234", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11577, + "usage_id": 12 + }, + "5504.02.436M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2436M, Elektroverteiler", "arch_name": "2436M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56234", - "roomcode": "5504.02.436M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56243", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56234, + "usage_id": 120 + }, + "5504.02.437": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2437, B\u00fcro", "arch_name": "2437@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56243", - "roomcode": "5504.02.437", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56250", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41772, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56243, + "usage_id": 12 + }, + "5504.02.438": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2438, Sekretariat", "arch_name": "2438@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=42933", - "operator": "[ TUMWSBT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56250", - "roomcode": "5504.02.438", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56382", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42933, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56250, + "usage_id": 40 + }, + "5504.02.439": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2439, Prof.-B\u00fcro", "arch_name": "2439@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56382", - "roomcode": "5504.02.439", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=61571", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41772, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56382, + "usage_id": 12 + }, + "5504.02.440": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2440, Prof.-B\u00fcro", "arch_name": "2440@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=42933", - "operator": "[ TUMWSBT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61571", - "roomcode": "5504.02.440", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13381", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 42933, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61571, + "usage_id": 12 + }, + "5504.02.450": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2450, Empore Zeichensaal MW zu 1450", "arch_name": "2450@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=18084&cReadonly=J", - "extended": { - "additional_description": "2450, Empore Zeichensaal MW zu 1450", - "address": "Boltzmannstr. 15(5504), 2.Obergescho\u00df", - "architect_room_nr": "2450@5504", - "area_m2": 111.88, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "450", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13381", - "roomcode": "5504.02.450", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13384", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18084, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15299, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13381, + "usage_id": 55 + }, + "5504.02.451": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2451, B\u00fcro", "arch_name": "2451@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18498&cReadonly=J", - "list_index": "351", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13384", - "roomcode": "5504.02.451", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13388", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18498, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13384, + "usage_id": 12 + }, + "5504.02.452": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2452, Seminar", "arch_name": "2452@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18408&cReadonly=J", - "extended": { - "additional_description": "2452, Seminar", - "address": "Boltzmannstr. 15(5504), 2.Obergescho\u00df", - "architect_room_nr": "2452@5504", - "area_m2": 78.16, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "452", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13388", - "roomcode": "5504.02.452", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56403", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18408, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13388, + "usage_id": 41 + }, + "5504.02.452A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2452A, Besprechung", "arch_name": "2452A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56403", - "roomcode": "5504.02.452A", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56415", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56403, + "usage_id": 196 + }, + "5504.02.460": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2460, Technik", "arch_name": "2460@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56415", - "roomcode": "5504.02.460", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54027", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56415, + "usage_id": 120 + }, + "5504.02.498A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498a, Schacht", "arch_name": "2498a@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54027", - "roomcode": "5504.02.498A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54035", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54027, + "usage_id": 120 + }, + "5504.02.498B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498b, Schacht", "arch_name": "2498b@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54035", - "roomcode": "5504.02.498B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54040", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54035, + "usage_id": 120 + }, + "5504.02.498C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498C, Aufzug", "arch_name": "2498C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54040", - "roomcode": "5504.02.498C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54046", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54040, + "usage_id": 4 + }, + "5504.02.498D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498d, Schacht", "arch_name": "2498d@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54046", - "roomcode": "5504.02.498D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54174", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54046, + "usage_id": 120 + }, + "5504.02.498E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498e, Schacht", "arch_name": "2498e@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54174", - "roomcode": "5504.02.498E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54182", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54174, + "usage_id": 120 + }, + "5504.02.498F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498f, Schacht", "arch_name": "2498f@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54182", - "roomcode": "5504.02.498F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54188", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54182, + "usage_id": 120 + }, + "5504.02.498G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498g, Schacht", "arch_name": "2498g@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54188", - "roomcode": "5504.02.498G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54192", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54188, + "usage_id": 120 + }, + "5504.02.498H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498h, Schacht", "arch_name": "2498h@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54192", - "roomcode": "5504.02.498H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54200", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54192, + "usage_id": 120 + }, + "5504.02.498I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498i, Schacht", "arch_name": "2498i@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54200", - "roomcode": "5504.02.498I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54326", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54200, + "usage_id": 120 + }, + "5504.02.498J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498j, Schacht", "arch_name": "2498j@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54326", - "roomcode": "5504.02.498J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54332", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54326, + "usage_id": 120 + }, + "5504.02.498K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498k, Schacht", "arch_name": "2498k@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54332", - "roomcode": "5504.02.498K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54341", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54332, + "usage_id": 120 + }, + "5504.02.498L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498L, Aufzug", "arch_name": "2498L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54341", - "roomcode": "5504.02.498L", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54348", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54341, + "usage_id": 4 + }, + "5504.02.498M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498m, Schacht", "arch_name": "2498m@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54348", - "roomcode": "5504.02.498M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54354", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54348, + "usage_id": 120 + }, + "5504.02.498O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498o, Schacht", "arch_name": "2498o@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54354", - "roomcode": "5504.02.498O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54360", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54354, + "usage_id": 120 + }, + "5504.02.498P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2498p, Schacht", "arch_name": "2498p@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54360", - "roomcode": "5504.02.498P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54498", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54360, + "usage_id": 120 + }, + "5504.02.499A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499A, Galerie", "arch_name": "2499A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54498", - "roomcode": "5504.02.499A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54502", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54498, + "usage_id": 206 + }, + "5504.02.499B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499B, Galerie", "arch_name": "2499B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54502", - "roomcode": "5504.02.499B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54509", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54502, + "usage_id": 206 + }, + "5504.02.499C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499C, Flur", "arch_name": "2499C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54509", - "roomcode": "5504.02.499C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54520", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54509, + "usage_id": 222 + }, + "5504.02.499D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499D, Treppenraum", "arch_name": "2499D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54520", - "roomcode": "5504.02.499D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54526", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54520, + "usage_id": 223 + }, + "5504.02.499E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499E, Flur und Allraum", "arch_name": "2499E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54526", - "roomcode": "5504.02.499E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54647", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54526, + "usage_id": 222 + }, + "5504.02.499F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499F, Flur", "arch_name": "2499F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54647", - "roomcode": "5504.02.499F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54658", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54647, + "usage_id": 222 + }, + "5504.02.499G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499G, Flur", "arch_name": "2499G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54658", - "roomcode": "5504.02.499G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54666", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54658, + "usage_id": 222 + }, + "5504.02.499H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499H, Flur", "arch_name": "2499H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54666", - "roomcode": "5504.02.499H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54675", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54666, + "usage_id": 222 + }, + "5504.02.499I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499I, Treppenraum", "arch_name": "2499I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54675", - "roomcode": "5504.02.499I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71884", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54675, + "usage_id": 223 + }, + "5504.02.499J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499J, Verbindungsgang", "arch_name": "2499J@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71884", - "roomcode": "5504.02.499J", - "usage": 16 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54815", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71884, + "usage_id": 16 + }, + "5504.02.499K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499K, Flur", "arch_name": "2499K@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54815", - "roomcode": "5504.02.499K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54820", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54815, + "usage_id": 222 + }, + "5504.02.499L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499L, Flur", "arch_name": "2499L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54820", - "roomcode": "5504.02.499L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=71854", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54820, + "usage_id": 222 + }, + "5504.02.499M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499M, Treppe", "arch_name": "2499M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71854", - "roomcode": "5504.02.499M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54827", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71854, + "usage_id": 223 + }, + "5504.02.499N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499N, Treppenraum", "arch_name": "2499N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54827", - "roomcode": "5504.02.499N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54837", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54827, + "usage_id": 223 + }, + "5504.02.499O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499O, Galerie", "arch_name": "2499O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54837", - "roomcode": "5504.02.499O", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54844", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54837, + "usage_id": 206 + }, + "5504.02.499P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499P, Galerie", "arch_name": "2499P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54844", - "roomcode": "5504.02.499P", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54975", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54844, + "usage_id": 206 + }, + "5504.02.499Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2499Q, Treppenraum", "arch_name": "2499Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54975", - "roomcode": "5504.02.499Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55145", + "area_id": 34, + "building_id": 841, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54975, + "usage_id": 223 + }, + "5504.03.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3401, Computation Room", "arch_name": "3401@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55145", - "roomcode": "5504.03.401", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13680", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55145, + "usage_id": 12 + }, + "5504.03.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3402, B\u00fcro", "arch_name": "3402@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13680", - "roomcode": "5504.03.402", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55163", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13680, + "usage_id": 12 + }, + "5504.03.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3403, B\u00fcro", "arch_name": "3403@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55163", - "roomcode": "5504.03.403", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55296", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55163, + "usage_id": 12 + }, + "5504.03.403M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3403M, WC-Vorraum", "arch_name": "3403M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55296", - "roomcode": "5504.03.403M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55304", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55296, + "usage_id": 37 + }, + "5504.03.403N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3403N, WC-Vorraum Damen", "arch_name": "3403N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55304", - "roomcode": "5504.03.403N", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55311", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55304, + "usage_id": 118 + }, + "5504.03.403P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3403P, WC-Damen", "arch_name": "3403P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55311", - "roomcode": "5504.03.403P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55319", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55311, + "usage_id": 116 + }, + "5504.03.403Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3403Q, WC-Herren", "arch_name": "3403Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55319", - "roomcode": "5504.03.403Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13748", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55319, + "usage_id": 115 + }, + "5504.03.404": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3404, B\u00fcro", "arch_name": "3404@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13748", - "roomcode": "5504.03.404", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13752", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13748, + "usage_id": 12 + }, + "5504.03.405": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3405, B\u00fcro", "arch_name": "3405@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13752", - "roomcode": "5504.03.405", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55467", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13752, + "usage_id": 12 + }, + "5504.03.405M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3405M, Putzraum", "arch_name": "3405M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55467", - "roomcode": "5504.03.405M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13803", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55467, + "usage_id": 205 + }, + "5504.03.406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3406, B\u00fcro", "arch_name": "3406@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13803", - "roomcode": "5504.03.406", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13805", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13803, + "usage_id": 12 + }, + "5504.03.407": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3407, B\u00fcro", "arch_name": "3407@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13805", - "roomcode": "5504.03.407", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13807", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13805, + "usage_id": 12 + }, + "5504.03.408": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3408, Besprechungsraum", "arch_name": "3408@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=31532&cReadonly=J", - "list_index": "399", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13807", - "roomcode": "5504.03.408", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13811", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 31532, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13807, + "usage_id": 196 + }, + "5504.03.409": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3409, Sekretariat", "arch_name": "3409@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13811", - "roomcode": "5504.03.409", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55628", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13811, + "usage_id": 40 + }, + "5504.03.409M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3409M, Allraum", "arch_name": "3409M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=18434&cReadonly=J", - "list_index": "401", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55628", - "roomcode": "5504.03.409M", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13818", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18434, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55628, + "usage_id": 12 + }, + "5504.03.410": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3410, Prof.-B\u00fcro", "arch_name": "3410@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13818", - "roomcode": "5504.03.410", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55643", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13818, + "usage_id": 12 + }, + "5504.03.410M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3410M, 3D Druckerraum", "arch_name": "3410M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55643", - "roomcode": "5504.03.410M", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13841", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55643, + "usage_id": 110 + }, + "5504.03.411": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3411, B\u00fcro", "arch_name": "3411@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=18007&cReadonly=J", - "list_index": "404", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13841", - "roomcode": "5504.03.411", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55779", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18007, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15279, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13841, + "usage_id": 12 + }, + "5504.03.411M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3411M, Kopierraum", "arch_name": "3411M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55779", - "roomcode": "5504.03.411M", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55788", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55779, + "usage_id": 110 + }, + "5504.03.412": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3412, Studentenraum / Biofabrication Labor", "arch_name": "3412@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=26148&cReadonly=J", - "list_index": "406", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55788", - "roomcode": "5504.03.412", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55796", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 26148, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55788, + "usage_id": 208 + }, + "5504.03.412M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3412M, Gelblichtlabor", "arch_name": "3412M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55796", - "roomcode": "5504.03.412M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55802", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15279, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55796, + "usage_id": 103 + }, + "5504.03.412N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3412N, Gelblichtlabor", "arch_name": "3412N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55802", - "roomcode": "5504.03.412N", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55810", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55802, + "usage_id": 103 + }, + "5504.03.412O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3412O, Teek\u00fcche", "arch_name": "3412O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55810", - "roomcode": "5504.03.412O", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55818", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55810, + "usage_id": 198 + }, + "5504.03.413": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3413, Zellkulturlabor", "arch_name": "3413@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=47617&cRes=18780&cReadonly=J", - "list_index": "410", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55818", - "roomcode": "5504.03.413", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13878", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18780, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55818, + "usage_id": 102 + }, + "5504.03.414": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3414, Seminarraum", "arch_name": "3414@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=15211&cReadonly=J", - "extended": { - "additional_description": "3414, Seminarraum", - "address": "Boltzmannstr. 15(5504), 3.Obergescho\u00df", - "architect_room_nr": "3414@5504", - "area_m2": 71.33, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "414", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13878", - "roomcode": "5504.03.414", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55942", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 15211, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13878, + "usage_id": 41 + }, + "5504.03.425": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3425, B\u00fcro Dipl./Hiwis", "arch_name": "3425@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55942", - "roomcode": "5504.03.425", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55951", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55942, + "usage_id": 12 + }, + "5504.03.426": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3426, B\u00fcro", "arch_name": "3426@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55951", - "roomcode": "5504.03.426", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55959", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55951, + "usage_id": 12 + }, + "5504.03.427": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3427, B\u00fcro", "arch_name": "3427@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55959", - "roomcode": "5504.03.427", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13886", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55959, + "usage_id": 12 + }, + "5504.03.428": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3428, B\u00fcro", "arch_name": "3428@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13886", - "roomcode": "5504.03.428", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55971", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13886, + "usage_id": 12 + }, + "5504.03.428M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3428M, Elektroverteiler", "arch_name": "3428M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55971", - "roomcode": "5504.03.428M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56095", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55971, + "usage_id": 120 + }, + "5504.03.428N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3428n, Elektroverteiler", "arch_name": "3428n@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56095", - "roomcode": "5504.03.428N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13931", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56095, + "usage_id": 120 + }, + "5504.03.429": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3429, B\u00fcro", "arch_name": "3429@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13931", - "roomcode": "5504.03.429", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56109", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13931, + "usage_id": 12 + }, + "5504.03.429M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3429M, Server", "arch_name": "3429M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56109", - "roomcode": "5504.03.429M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56116", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56109, + "usage_id": 207 + }, + "5504.03.430": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3430, B\u00fcro", "arch_name": "3430@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56116", - "roomcode": "5504.03.430", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56122", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56116, + "usage_id": 12 + }, + "5504.03.430M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3430M, Teek\u00fcche", "arch_name": "3430M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56122", - "roomcode": "5504.03.430M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13938", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56122, + "usage_id": 198 + }, + "5504.03.432": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3432, B\u00fcro", "arch_name": "3432@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13938", - "roomcode": "5504.03.432", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13941", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13938, + "usage_id": 12 + }, + "5504.03.433": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3433, B\u00fcro", "arch_name": "3433@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13941", - "roomcode": "5504.03.433", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56265", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13941, + "usage_id": 12 + }, + "5504.03.433M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3433M, Archiv", "arch_name": "3433M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56265", - "roomcode": "5504.03.433M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13967", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56265, + "usage_id": 2 + }, + "5504.03.434": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3434, B\u00fcro", "arch_name": "3434@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13967", - "roomcode": "5504.03.434", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56278", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13967, + "usage_id": 12 + }, + "5504.03.435": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3435, Medienraum", "arch_name": "3435@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15294&cRes=23268&cReadonly=J", - "list_index": "426", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56278", - "roomcode": "5504.03.435", - "usage": 161 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56285", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 23268, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56278, + "usage_id": 161 + }, + "5504.03.436": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3436, B\u00fcro", "arch_name": "3436@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56285", - "roomcode": "5504.03.436", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13974", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56285, + "usage_id": 12 + }, + "5504.03.437": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3437, Sekretariat", "arch_name": "3437@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13974", - "roomcode": "5504.03.437", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56294", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13974, + "usage_id": 40 + }, + "5504.03.437M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3437M, Flur", "arch_name": "3437M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56294", - "roomcode": "5504.03.437M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54055", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56294, + "usage_id": 222 + }, + "5504.03.437N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3437N, Elektro-Unterverteiler", "arch_name": "3437N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54055", - "roomcode": "5504.03.437N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=14005", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54055, + "usage_id": 120 + }, + "5504.03.438": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3438, Prof.-B\u00fcro", "arch_name": "3438@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15294&cRes=20177&cReadonly=J", - "list_index": "431", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14005", - "roomcode": "5504.03.438", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=14012", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 20177, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14005, + "usage_id": 12 + }, + "5504.03.439": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3439, B\u00fcro", "arch_name": "3439@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14012", - "roomcode": "5504.03.439", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=14016", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14012, + "usage_id": 12 + }, + "5504.03.440": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3440, B\u00fcro", "arch_name": "3440@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14016", - "roomcode": "5504.03.440", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=14020", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14016, + "usage_id": 12 + }, + "5504.03.441": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3441, B\u00fcro", "arch_name": "3441@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14020", - "roomcode": "5504.03.441", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54082", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14020, + "usage_id": 12 + }, + "5504.03.442": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3442, B\u00fcro Dipl./Hiwis", "arch_name": "3442@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54082", - "roomcode": "5504.03.442", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54211", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54082, + "usage_id": 12 + }, + "5504.03.498A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498a, Schacht", "arch_name": "3498a@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54211", - "roomcode": "5504.03.498A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54216", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54211, + "usage_id": 120 + }, + "5504.03.498B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498b, Schacht", "arch_name": "3498b@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54216", - "roomcode": "5504.03.498B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54222", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54216, + "usage_id": 120 + }, + "5504.03.498C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498C, Aufzug", "arch_name": "3498C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54222", - "roomcode": "5504.03.498C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54229", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54222, + "usage_id": 4 + }, + "5504.03.498D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498d, Schacht", "arch_name": "3498d@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54229", - "roomcode": "5504.03.498D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54232", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54229, + "usage_id": 120 + }, + "5504.03.498E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498e, Schacht", "arch_name": "3498e@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54232", - "roomcode": "5504.03.498E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54239", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54232, + "usage_id": 120 + }, + "5504.03.498F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498F, Schacht", "arch_name": "3498F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54239", - "roomcode": "5504.03.498F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54246", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54239, + "usage_id": 120 + }, + "5504.03.498G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498f, Schacht", "arch_name": "3498f@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54246", - "roomcode": "5504.03.498G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54365", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54246, + "usage_id": 120 + }, + "5504.03.498H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498H, Schacht", "arch_name": "3498H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54365", - "roomcode": "5504.03.498H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54374", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54365, + "usage_id": 120 + }, + "5504.03.498I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498i, Schacht", "arch_name": "3498i@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54374", - "roomcode": "5504.03.498I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54381", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54374, + "usage_id": 120 + }, + "5504.03.498J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498j, Schacht", "arch_name": "3498j@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54381", - "roomcode": "5504.03.498J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54388", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54381, + "usage_id": 120 + }, + "5504.03.498K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498k, Schacht", "arch_name": "3498k@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "446", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54388", - "roomcode": "5504.03.498K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54397", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54388, + "usage_id": 120 + }, + "5504.03.498L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498L, Aufzug", "arch_name": "3498L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "447", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54397", - "roomcode": "5504.03.498L", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54403", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54397, + "usage_id": 4 + }, + "5504.03.498M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498m, Schacht", "arch_name": "3498m@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "448", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54403", - "roomcode": "5504.03.498M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54534", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54403, + "usage_id": 120 + }, + "5504.03.498O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498o, Schacht", "arch_name": "3498o@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54534", - "roomcode": "5504.03.498O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54540", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54534, + "usage_id": 120 + }, + "5504.03.498P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3498p, Schacht", "arch_name": "3498p@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54540", - "roomcode": "5504.03.498P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54546", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54540, + "usage_id": 120 + }, + "5504.03.499A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499A, Galerie", "arch_name": "3499A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54546", - "roomcode": "5504.03.499A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54551", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54546, + "usage_id": 206 + }, + "5504.03.499B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499B, Galerie", "arch_name": "3499B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54551", - "roomcode": "5504.03.499B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54556", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54551, + "usage_id": 206 + }, + "5504.03.499C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499C, Flur", "arch_name": "3499C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54556", - "roomcode": "5504.03.499C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54562", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54556, + "usage_id": 222 + }, + "5504.03.499D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499D, Treppenraum", "arch_name": "3499D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54562", - "roomcode": "5504.03.499D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54685", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54562, + "usage_id": 223 + }, + "5504.03.499E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499E, Flur", "arch_name": "3499E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54685", - "roomcode": "5504.03.499E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54691", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54685, + "usage_id": 222 + }, + "5504.03.499F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499F, Flur", "arch_name": "3499F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54691", - "roomcode": "5504.03.499F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54699", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54691, + "usage_id": 222 + }, + "5504.03.499G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499G, Flur", "arch_name": "3499G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54699", - "roomcode": "5504.03.499G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54705", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54699, + "usage_id": 222 + }, + "5504.03.499H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499H, Flur", "arch_name": "3499H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54705", - "roomcode": "5504.03.499H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54711", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54705, + "usage_id": 222 + }, + "5504.03.499I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499I, Treppenraum", "arch_name": "3499I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54711", - "roomcode": "5504.03.499I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54720", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54711, + "usage_id": 223 + }, + "5504.03.499K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499K, Flur", "arch_name": "3499K@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54720", - "roomcode": "5504.03.499K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54725", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54720, + "usage_id": 222 + }, + "5504.03.499L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499L, Flur", "arch_name": "3499L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54725", - "roomcode": "5504.03.499L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54861", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54725, + "usage_id": 222 + }, + "5504.03.499O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499O, Flur", "arch_name": "3499O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54861", - "roomcode": "5504.03.499O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54867", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54861, + "usage_id": 222 + }, + "5504.03.499P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499P, Flur", "arch_name": "3499P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54867", - "roomcode": "5504.03.499P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54874", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54867, + "usage_id": 222 + }, + "5504.03.499Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499Q, Galerie", "arch_name": "3499Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54874", - "roomcode": "5504.03.499Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71886", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54874, + "usage_id": 206 + }, + "5504.03.499R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499R, Flur", "arch_name": "3499R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71886", - "roomcode": "5504.03.499R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=71885", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71886, + "usage_id": 222 + }, + "5504.03.499S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3499S, Unterrichtsgro\u00dfraum", "arch_name": "3499S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "extended": { - "additional_description": "3499S, Unterrichtsgro\u00dfraum", - "address": "Boltzmannstr. 15(5504), 3.Obergescho\u00df", - "architect_room_nr": "3499S@5504", - "area_m2": 114.65, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "499S", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71885", - "roomcode": "5504.03.499S", - "usage": 130 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56669", + "area_id": 34, + "building_id": 841, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71885, + "usage_id": 130 + }, + "5504.EG.401A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0401A, WC-Vorraum", "arch_name": "0401A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56669", - "roomcode": "5504.EG.401A", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56780", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56669, + "usage_id": 37 + }, + "5504.EG.401B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0401B, Beh.-WC", "arch_name": "0401B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56780", - "roomcode": "5504.EG.401B", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56788", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56780, + "usage_id": 117 + }, + "5504.EG.401C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0401C, WC-Vorraum", "arch_name": "0401C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56788", - "roomcode": "5504.EG.401C", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56800", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56788, + "usage_id": 37 + }, + "5504.EG.401D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0401D, WC-Herren", "arch_name": "0401D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56800", - "roomcode": "5504.EG.401D", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56807", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56800, + "usage_id": 115 + }, + "5504.EG.401E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0401E, WC-Damen", "arch_name": "0401E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56807", - "roomcode": "5504.EG.401E", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=61326", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56807, + "usage_id": 116 + }, + "5504.EG.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0402, Praktikum", "arch_name": "0402@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15319&cRes=18776&cReadonly=J", - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61326", - "roomcode": "5504.EG.402", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56929", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18776, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61326, + "usage_id": 103 + }, + "5504.EG.402M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0402M, Putzraum", "arch_name": "0402M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56929", - "roomcode": "5504.EG.402M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56940", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56929, + "usage_id": 205 + }, + "5504.EG.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403, techn. \u00dcbungsraum", "arch_name": "0403@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15319&cRes=18777&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56940", - "roomcode": "5504.EG.403", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56946", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 18777, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15319, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56940, + "usage_id": 211 + }, + "5504.EG.403J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403P, Bibliothek", "arch_name": "0403P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56946", - "roomcode": "5504.EG.403J", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57074", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15319, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56946, + "usage_id": 10 + }, + "5504.EG.403K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403M, Umkleide / Dusche Herren", "arch_name": "0403M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57074", - "roomcode": "5504.EG.403K", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57081", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15319, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57074, + "usage_id": 121 + }, + "5504.EG.403M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403M, WC-Vorraum Herren", "arch_name": "0403M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57081", - "roomcode": "5504.EG.403M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57097", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57081, + "usage_id": 37 + }, + "5504.EG.403N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403N, WC-Vorraum Damen", "arch_name": "0403N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57097", - "roomcode": "5504.EG.403N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57106", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57097, + "usage_id": 37 + }, + "5504.EG.403O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403O, Umkleide / Dusche Damen", "arch_name": "0403O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57106", - "roomcode": "5504.EG.403O", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57215", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15319, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57106, + "usage_id": 121 + }, + "5504.EG.403P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403P, WC-Herren", "arch_name": "0403P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57215", - "roomcode": "5504.EG.403P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57225", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57215, + "usage_id": 115 + }, + "5504.EG.403Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403Q, WC-Damen", "arch_name": "0403Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57225", - "roomcode": "5504.EG.403Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71876", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57225, + "usage_id": 116 + }, + "5504.EG.403S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403S, Duschraum", "arch_name": "0403S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71876", - "roomcode": "5504.EG.403S", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71878", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71876, + "usage_id": 113 + }, + "5504.EG.403T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0403T, Duschraum", "arch_name": "0403T@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71878", - "roomcode": "5504.EG.403T", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57236", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71878, + "usage_id": 113 + }, + "5504.EG.404": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0404, technologisches Labor", "arch_name": "0404@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=32712&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57236", - "roomcode": "5504.EG.404", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57244", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 32712, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57236, + "usage_id": 194 + }, + "5504.EG.404A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0404a, Gasflaschenraum", "arch_name": "0404a@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57244", - "roomcode": "5504.EG.404A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57369", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57244, + "usage_id": 30 + }, + "5504.EG.405": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0405, M\u00fcllraum", "arch_name": "0405@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57369", - "roomcode": "5504.EG.405", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57377", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57369, + "usage_id": 214 + }, + "5504.EG.425": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0425, Meeting Room", "arch_name": "0425@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15319&cRes=25101&cReadonly=J", - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57377", - "roomcode": "5504.EG.425", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57387", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 25101, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57377, + "usage_id": 196 + }, + "5504.EG.425M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0425M, Elektroverteiler", "arch_name": "0425M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57387", - "roomcode": "5504.EG.425M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57397", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57387, + "usage_id": 120 + }, + "5504.EG.425N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0425N, Elektroverteiler", "arch_name": "0425N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57397", - "roomcode": "5504.EG.425N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71871", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57397, + "usage_id": 120 + }, + "5504.EG.425Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0425Y, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0425Y@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71871", - "roomcode": "5504.EG.425Y", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57515", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71871, + "usage_id": 204 + }, + "5504.EG.426": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0426, B\u00fcro", "arch_name": "0426@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57515", - "roomcode": "5504.EG.426", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57523", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57515, + "usage_id": 12 + }, + "5504.EG.426M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0426M, Elektroverteiler", "arch_name": "0426M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57523", - "roomcode": "5504.EG.426M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57535", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57523, + "usage_id": 120 + }, + "5504.EG.427": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0427, B\u00fcro", "arch_name": "0427@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57535", - "roomcode": "5504.EG.427", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57542", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57535, + "usage_id": 12 + }, + "5504.EG.427M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0427M, Teek\u00fcche", "arch_name": "0427M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57542", - "roomcode": "5504.EG.427M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57549", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15319, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57542, + "usage_id": 198 + }, + "5504.EG.428": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0428, B\u00fcro", "arch_name": "0428@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57549", - "roomcode": "5504.EG.428", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57664", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57549, + "usage_id": 12 + }, + "5504.EG.428M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0428M, Serverraum", "arch_name": "0428M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57664", - "roomcode": "5504.EG.428M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57673", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57664, + "usage_id": 207 + }, + "5504.EG.429": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0429, B\u00fcro", "arch_name": "0429@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57673", - "roomcode": "5504.EG.429", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57684", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57673, + "usage_id": 12 + }, + "5504.EG.430": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0430, B\u00fcro", "arch_name": "0430@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57684", - "roomcode": "5504.EG.430", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11597", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57684, + "usage_id": 12 + }, + "5504.EG.430M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0430M, Seminarraum", "arch_name": "0430M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15319&cRes=15164&cReadonly=J", - "extended": { - "additional_description": "0430M, Seminarraum", - "address": "Boltzmannstr. 15(5504), Erdgescho\u00df", - "architect_room_nr": "0430M@5504", - "area_m2": 59.12, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "430M", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11597", - "roomcode": "5504.EG.430M", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57805", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 15164, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15319, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11597, + "usage_id": 41 + }, + "5504.EG.431": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0431, B\u00fcro", "arch_name": "0431@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57805", - "roomcode": "5504.EG.431", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57816", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57805, + "usage_id": 12 + }, + "5504.EG.432": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0432, B\u00fcro", "arch_name": "0432@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57816", - "roomcode": "5504.EG.432", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57822", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57816, + "usage_id": 12 + }, + "5504.EG.433": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0433, Sekretariat", "arch_name": "0433@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57822", - "roomcode": "5504.EG.433", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11657", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57822, + "usage_id": 40 + }, + "5504.EG.434": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0434, Sekretariat", "arch_name": "0434@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11657", - "roomcode": "5504.EG.434", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11660", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11657, + "usage_id": 40 + }, + "5504.EG.435": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0435, Prof.-B\u00fcro", "arch_name": "0435@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11660", - "roomcode": "5504.EG.435", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71880", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11660, + "usage_id": 12 + }, + "5504.EG.435M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0435M, Installationsraum", "arch_name": "0435M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71880", - "roomcode": "5504.EG.435M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11663", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71880, + "usage_id": 120 + }, + "5504.EG.436": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0436, B\u00fcro", "arch_name": "0436@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=45370", - "operator": "[ TUMWKME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11663", - "roomcode": "5504.EG.436", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11709", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11663, + "usage_id": 12 + }, + "5504.EG.437": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0437, B\u00fcro", "arch_name": "0437@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=45370", - "operator": "[ TUMWKME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11709", - "roomcode": "5504.EG.437", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11715", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11709, + "usage_id": 12 + }, + "5504.EG.438": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0438, B\u00fcro", "arch_name": "0438@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=45370", - "operator": "[ TUMWKME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11715", - "roomcode": "5504.EG.438", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57985", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45370, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11715, + "usage_id": 12 + }, + "5504.EG.439": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0439, B\u00fcro", "arch_name": "0439@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=45370", - "operator": "[ TUMWKME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57985", - "roomcode": "5504.EG.439", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26901", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45370, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57985, + "usage_id": 12 + }, + "5504.EG.450": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0450, Rechnerraum", "arch_name": "0450@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=15251&cReadonly=J", - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26901", - "roomcode": "5504.EG.450", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58117", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 15251, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26901, + "usage_id": 207 + }, + "5504.EG.450A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0450A, Lager", "arch_name": "0450A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58117", - "roomcode": "5504.EG.450A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58125", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58117, + "usage_id": 30 + }, + "5504.EG.450B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0450B, Server", "arch_name": "0450B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=23509&cReadonly=J", - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58125", - "roomcode": "5504.EG.450B", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58134", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 23509, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58125, + "usage_id": 207 + }, + "5504.EG.460": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460, Lager", "arch_name": "0460@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58134", - "roomcode": "5504.EG.460", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58141", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58134, + "usage_id": 30 + }, + "5504.EG.460M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460m, Trafo", "arch_name": "0460m@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58141", - "roomcode": "5504.EG.460M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58270", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58141, + "usage_id": 160 + }, + "5504.EG.460N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460n, Trafo", "arch_name": "0460n@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58270", - "roomcode": "5504.EG.460N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58281", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58270, + "usage_id": 160 + }, + "5504.EG.460O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460O, Technik", "arch_name": "0460O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58281", - "roomcode": "5504.EG.460O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58285", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58281, + "usage_id": 120 + }, + "5504.EG.460P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460p, Trafo", "arch_name": "0460p@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58285", - "roomcode": "5504.EG.460P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58295", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58285, + "usage_id": 160 + }, + "5504.EG.460Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460Q, Fernmeldetechnik", "arch_name": "0460Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58295", - "roomcode": "5504.EG.460Q", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58306", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58295, + "usage_id": 202 + }, + "5504.EG.460R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460R, Umkleide / Dusche Herren", "arch_name": "0460R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58306", - "roomcode": "5504.EG.460R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71881", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58306, + "usage_id": 121 + }, + "5504.EG.460S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460S, WC-Herren", "arch_name": "0460S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71881", - "roomcode": "5504.EG.460S", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58429", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71881, + "usage_id": 115 + }, + "5504.EG.460T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460T, Umkleide / Dusche Herren", "arch_name": "0460T@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58429", - "roomcode": "5504.EG.460T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71879", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58429, + "usage_id": 121 + }, + "5504.EG.460U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460U, WC-Vorraum Herren", "arch_name": "0460U@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71879", - "roomcode": "5504.EG.460U", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71882", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71879, + "usage_id": 118 + }, + "5504.EG.460V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460V, Duschraum", "arch_name": "0460V@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71882", - "roomcode": "5504.EG.460V", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71877", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71882, + "usage_id": 113 + }, + "5504.EG.460W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0460W, WC-Herren", "arch_name": "0460W@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71877", - "roomcode": "5504.EG.460W", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=27196", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71877, + "usage_id": 115 + }, + "5504.EG.461": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461, Werkstatt", "arch_name": "0461@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27196", - "roomcode": "5504.EG.461", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58440", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27196, + "usage_id": 51 + }, + "5504.EG.461A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461A, Meister", "arch_name": "0461A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58440", - "roomcode": "5504.EG.461A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58449", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58440, + "usage_id": 12 + }, + "5504.EG.461B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461B, Aufenthalt", "arch_name": "0461B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58449", - "roomcode": "5504.EG.461B", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58456", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58449, + "usage_id": 44 + }, + "5504.EG.461M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461M, Labor", "arch_name": "0461M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58456", - "roomcode": "5504.EG.461M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58570", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58456, + "usage_id": 103 + }, + "5504.EG.461N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461N, Schwei\u00dfraum", "arch_name": "0461N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58570", - "roomcode": "5504.EG.461N", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58582", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58570, + "usage_id": 51 + }, + "5504.EG.461O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461O, Lager", "arch_name": "0461O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58582", - "roomcode": "5504.EG.461O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58598", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58582, + "usage_id": 30 + }, + "5504.EG.461P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0461P, Seminarraum", "arch_name": "0461P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "extended": { - "additional_description": "0461P, Seminarraum", - "address": "Boltzmannstr. 15(5504), Erdgescho\u00df", - "architect_room_nr": "0461P@5504", - "area_m2": 23.79, - "building": "5504 Institut f. Verfahrenstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Fliesen", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "461P", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58598", - "roomcode": "5504.EG.461P", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58728", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58598, + "usage_id": 41 + }, + "5504.EG.462": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0462, Mechanische Werkstatt", "arch_name": "0462@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58728", - "roomcode": "5504.EG.462", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58742", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15308, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58728, + "usage_id": 51 + }, + "5504.EG.462B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0462B, Schwei\u00dfraum", "arch_name": "0462B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58742", - "roomcode": "5504.EG.462B", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58747", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58742, + "usage_id": 51 + }, + "5504.EG.462M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0462M, Mechanische Werkstatt", "arch_name": "0462M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58747", - "roomcode": "5504.EG.462M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56524", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58747, + "usage_id": 51 + }, + "5504.EG.462N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0462N, B\u00fcro", "arch_name": "0462N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56524", - "roomcode": "5504.EG.462N", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56531", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56524, + "usage_id": 12 + }, + "5504.EG.462O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0462O, Lager", "arch_name": "0462O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56531", - "roomcode": "5504.EG.462O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56549", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56531, + "usage_id": 30 + }, + "5504.EG.463": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0463, Lager", "arch_name": "0463@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56549", - "roomcode": "5504.EG.463", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56560", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56549, + "usage_id": 30 + }, + "5504.EG.464": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0464, Lager", "arch_name": "0464@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56560", - "roomcode": "5504.EG.464", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56675", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56560, + "usage_id": 30 + }, + "5504.EG.490": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490, Biotechnikum", "arch_name": "0490@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56675", - "roomcode": "5504.EG.490", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56680", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56675, + "usage_id": 49 + }, + "5504.EG.490A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490A, Verkehrsfl\u00e4che", "arch_name": "0490A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56680", - "roomcode": "5504.EG.490A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56686", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56680, + "usage_id": 222 + }, + "5504.EG.490B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490B, Anlieferung", "arch_name": "0490B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56686", - "roomcode": "5504.EG.490B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56690", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56686, + "usage_id": 222 + }, + "5504.EG.490C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490C, Rotorblattpr\u00fcfstand", "arch_name": "0490C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56690", - "roomcode": "5504.EG.490C", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56695", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43429, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56690, + "usage_id": 194 + }, + "5504.EG.490D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490D, Lager", "arch_name": "0490D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56695", - "roomcode": "5504.EG.490D", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56816", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56695, + "usage_id": 30 + }, + "5504.EG.490E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490E, Werkstatt", "arch_name": "0490E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56816", - "roomcode": "5504.EG.490E", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56823", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15304, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56816, + "usage_id": 51 + }, + "5504.EG.490F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490F, Mechanische Werkstatt", "arch_name": "0490F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56823", - "roomcode": "5504.EG.490F", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56828", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56823, + "usage_id": 51 + }, + "5504.EG.490G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490G, Aufenthaltsraum", "arch_name": "0490G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56828", - "roomcode": "5504.EG.490G", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56841", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56828, + "usage_id": 44 + }, + "5504.EG.490I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490I, Anlieferung/Abstellfl\u00e4che", "arch_name": "0490I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56841", - "roomcode": "5504.EG.490I", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56957", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56841, + "usage_id": 222 + }, + "5504.EG.490J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490J, Lager", "arch_name": "0490J@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56957", - "roomcode": "5504.EG.490J", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56969", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56957, + "usage_id": 30 + }, + "5504.EG.490L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490L, Technikum", "arch_name": "0490L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=24207&cRes=26226&cReadonly=J", - "list_index": "136", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56969", - "roomcode": "5504.EG.490L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12161", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 26226, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56969, + "usage_id": 120 + }, + "5504.EG.490M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490M, B\u00fcro", "arch_name": "0490M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12161", - "roomcode": "5504.EG.490M", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56975", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 24207, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12161, + "usage_id": 12 + }, + "5504.EG.490N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490N, Verkehrsfl\u00e4che", "arch_name": "0490N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56975", - "roomcode": "5504.EG.490N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57131", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56975, + "usage_id": 222 + }, + "5504.EG.490R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490R, Technikum", "arch_name": "0490R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57131", - "roomcode": "5504.EG.490R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57136", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57131, + "usage_id": 120 + }, + "5504.EG.490S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0490S, Verkehrsfl.", "arch_name": "0490S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57136", - "roomcode": "5504.EG.490S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57144", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57136, + "usage_id": 222 + }, + "5504.EG.498A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498a, Schacht", "arch_name": "0498a@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57144", - "roomcode": "5504.EG.498A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57258", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57144, + "usage_id": 120 + }, + "5504.EG.498B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498b, Schacht", "arch_name": "0498b@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57258", - "roomcode": "5504.EG.498B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57266", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57258, + "usage_id": 120 + }, + "5504.EG.498C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498C, Aufzug", "arch_name": "0498C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57266", - "roomcode": "5504.EG.498C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57272", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57266, + "usage_id": 4 + }, + "5504.EG.498D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498d, Schacht", "arch_name": "0498d@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57272", - "roomcode": "5504.EG.498D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57281", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57272, + "usage_id": 120 + }, + "5504.EG.498E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498E, Schacht", "arch_name": "0498E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57281", - "roomcode": "5504.EG.498E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57290", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57281, + "usage_id": 120 + }, + "5504.EG.498F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498f, Schacht", "arch_name": "0498f@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57290", - "roomcode": "5504.EG.498F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57404", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57290, + "usage_id": 120 + }, + "5504.EG.498G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498g, Schacht", "arch_name": "0498g@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57404", - "roomcode": "5504.EG.498G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57412", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57404, + "usage_id": 120 + }, + "5504.EG.498H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498h, Schacht", "arch_name": "0498h@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57412", - "roomcode": "5504.EG.498H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57420", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57412, + "usage_id": 120 + }, + "5504.EG.498I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498i, Schacht", "arch_name": "0498i@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57420", - "roomcode": "5504.EG.498I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57432", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57420, + "usage_id": 120 + }, + "5504.EG.498J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498j, Schacht", "arch_name": "0498j@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57432", - "roomcode": "5504.EG.498J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57440", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57432, + "usage_id": 120 + }, + "5504.EG.498K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498k, Schacht", "arch_name": "0498k@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57440", - "roomcode": "5504.EG.498K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57557", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57440, + "usage_id": 120 + }, + "5504.EG.498L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498L, Aufzug", "arch_name": "0498L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57557", - "roomcode": "5504.EG.498L", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57565", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57557, + "usage_id": 4 + }, + "5504.EG.498M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498m, Schacht", "arch_name": "0498m@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57565", - "roomcode": "5504.EG.498M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57574", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57565, + "usage_id": 120 + }, + "5504.EG.498N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498n, Schacht", "arch_name": "0498n@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57574", - "roomcode": "5504.EG.498N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57583", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57574, + "usage_id": 120 + }, + "5504.EG.498O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498O, Schacht", "arch_name": "0498O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57583", - "roomcode": "5504.EG.498O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57589", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57583, + "usage_id": 120 + }, + "5504.EG.498P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498P, Schacht", "arch_name": "0498P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57589", - "roomcode": "5504.EG.498P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57699", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57589, + "usage_id": 120 + }, + "5504.EG.498Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498q, Schacht", "arch_name": "0498q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57699", - "roomcode": "5504.EG.498Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57707", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57699, + "usage_id": 120 + }, + "5504.EG.498R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498R, Schacht", "arch_name": "0498R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57707", - "roomcode": "5504.EG.498R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57712", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57707, + "usage_id": 120 + }, + "5504.EG.498S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0498p, Technik", "arch_name": "0498p@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57712", - "roomcode": "5504.EG.498S", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30636", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57712, + "usage_id": 160 + }, + "5504.EG.499A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499A, MW 4 Innenhof", "arch_name": "0499A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17990&cReadonly=J", - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30636", - "roomcode": "5504.EG.499A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57723", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 17990, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30636, + "usage_id": 222 + }, + "5504.EG.499B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499B, Flurbereich im Finger 4", "arch_name": "0499B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57723", - "roomcode": "5504.EG.499B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57842", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57723, + "usage_id": 222 + }, + "5504.EG.499C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499C, Flurbereich im Finger 4", "arch_name": "0499C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57842", - "roomcode": "5504.EG.499C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57850", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57842, + "usage_id": 222 + }, + "5504.EG.499D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499D, Treppenraum", "arch_name": "0499D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57850", - "roomcode": "5504.EG.499D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71874", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57850, + "usage_id": 223 + }, + "5504.EG.499E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499E, Treppe", "arch_name": "0499E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71874", - "roomcode": "5504.EG.499E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57855", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71874, + "usage_id": 223 + }, + "5504.EG.499F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499F, Flurbereich im Finger 4", "arch_name": "0499F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57855", - "roomcode": "5504.EG.499F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57862", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57855, + "usage_id": 222 + }, + "5504.EG.499G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499G, Flurbereich im Finger 4", "arch_name": "0499G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57862", - "roomcode": "5504.EG.499G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57874", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57862, + "usage_id": 222 + }, + "5504.EG.499H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499H, Flurbereich im Finger 4", "arch_name": "0499H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57874", - "roomcode": "5504.EG.499H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57993", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57874, + "usage_id": 222 + }, + "5504.EG.499I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499I, Treppenraum", "arch_name": "0499I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57993", - "roomcode": "5504.EG.499I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58006", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57993, + "usage_id": 223 + }, + "5504.EG.499J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499J, Flur", "arch_name": "0499J@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58006", - "roomcode": "5504.EG.499J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58015", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58006, + "usage_id": 222 + }, + "5504.EG.499K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499K, WC-Vorraum", "arch_name": "0499K@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58015", - "roomcode": "5504.EG.499K", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71875", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58015, + "usage_id": 37 + }, + "5504.EG.499L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499L, Treppe im Freien", "arch_name": "0499L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71875", - "roomcode": "5504.EG.499L", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71873", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71875, + "usage_id": 7 + }, + "5504.EG.499M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499M, Flur", "arch_name": "0499M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71873", - "roomcode": "5504.EG.499M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58026", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71873, + "usage_id": 222 + }, + "5504.EG.499N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499N, Treppenraum", "arch_name": "0499N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58026", - "roomcode": "5504.EG.499N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58152", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58026, + "usage_id": 223 + }, + "5504.EG.499Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499Q, Treppenraum", "arch_name": "0499Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58152", - "roomcode": "5504.EG.499Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58160", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58152, + "usage_id": 223 + }, + "5504.EG.499R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499R, Flur", "arch_name": "0499R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58160", - "roomcode": "5504.EG.499R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58165", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58160, + "usage_id": 222 + }, + "5504.EG.499S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499S, Flur", "arch_name": "0499S@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58165", - "roomcode": "5504.EG.499S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58174", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58165, + "usage_id": 222 + }, + "5504.EG.499T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499T, Flur", "arch_name": "0499T@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58174", - "roomcode": "5504.EG.499T", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58183", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58174, + "usage_id": 222 + }, + "5504.EG.499U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499u, Treppe", "arch_name": "0499u@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58183", - "roomcode": "5504.EG.499U", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58316", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58183, + "usage_id": 223 + }, + "5504.EG.499V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499V, Flur und Allraum", "arch_name": "0499V@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15319", - "operator": "[ TUMWNUK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58316", - "roomcode": "5504.EG.499V", - "usage": 15 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58002", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15319, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58316, + "usage_id": 15 + }, + "5504.EG.499W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499W, Flur", "arch_name": "0499W@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58002", - "roomcode": "5504.EG.499W", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71872", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58002, + "usage_id": 222 + }, + "5504.EG.499X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0499X, Flur", "arch_name": "0499X@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71872", - "roomcode": "5504.EG.499X", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57335", + "area_id": 34, + "building_id": 841, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71872, + "usage_id": 222 + }, + "5504.U1.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U401, Technik", "arch_name": "U401@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57335", - "roomcode": "5504.U1.401", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57340", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57335, + "usage_id": 120 + }, + "5504.U1.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U402, Installationskeller", "arch_name": "U402@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57340", - "roomcode": "5504.U1.402", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57354", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57340, + "usage_id": 120 + }, + "5504.U1.402M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U402M, Schachtaufgang", "arch_name": "U402M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57354", - "roomcode": "5504.U1.402M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57360", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57354, + "usage_id": 120 + }, + "5504.U1.403M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U403M, Lager", "arch_name": "U403M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57360", - "roomcode": "5504.U1.403M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57487", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57360, + "usage_id": 30 + }, + "5504.U1.403N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U403N, Maschinenraum", "arch_name": "U403N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57487", - "roomcode": "5504.U1.403N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57495", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57487, + "usage_id": 120 + }, + "5504.U1.403O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U403O, Labor 6/Lager", "arch_name": "U403O@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15271", - "operator": "[ TUMWLAM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57495", - "roomcode": "5504.U1.403O", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57503", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15271, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57495, + "usage_id": 194 + }, + "5504.U1.403P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U403P, Lager", "arch_name": "U403P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57503", - "roomcode": "5504.U1.403P", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57509", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57503, + "usage_id": 30 + }, + "5504.U1.403Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U403Q, M\u00f6bellager", "arch_name": "U403Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57509", - "roomcode": "5504.U1.403Q", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57628", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57509, + "usage_id": 30 + }, + "5504.U1.403R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U403R, Lager", "arch_name": "U403R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57628", - "roomcode": "5504.U1.403R", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57637", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57628, + "usage_id": 30 + }, + "5504.U1.425": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U425, Stromversorgung", "arch_name": "U425@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57637", - "roomcode": "5504.U1.425", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57644", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57637, + "usage_id": 160 + }, + "5504.U1.425M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U425M, Elektroverteiler", "arch_name": "U425M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57644", - "roomcode": "5504.U1.425M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57648", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57644, + "usage_id": 120 + }, + "5504.U1.426": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U426, Stromversorgung", "arch_name": "U426@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57648", - "roomcode": "5504.U1.426", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57657", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57648, + "usage_id": 160 + }, + "5504.U1.426M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U426M, Elektroverteiler", "arch_name": "U426M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57657", - "roomcode": "5504.U1.426M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57772", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57657, + "usage_id": 120 + }, + "5504.U1.427": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U427, Fernmeldetechnik", "arch_name": "U427@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57772", - "roomcode": "5504.U1.427", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57779", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57772, + "usage_id": 202 + }, + "5504.U1.428": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U428, Keller", "arch_name": "U428@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57779", - "roomcode": "5504.U1.428", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57930", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57779, + "usage_id": 30 + }, + "5504.U1.431": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U431, Reinigungsdienst", "arch_name": "U431@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57930", - "roomcode": "5504.U1.431", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=27149", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57930, + "usage_id": 44 + }, + "5504.U1.432": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U432, LDA-Labor", "arch_name": "U432@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27149", - "roomcode": "5504.U1.432", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57946", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27149, + "usage_id": 194 + }, + "5504.U1.432M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U432M, Elektroverteiler", "arch_name": "U432M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57946", - "roomcode": "5504.U1.432M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57953", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57946, + "usage_id": 120 + }, + "5504.U1.433": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U433, Technol. Labor", "arch_name": "U433@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=41772", - "operator": "[ TUMWFST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57953", - "roomcode": "5504.U1.433", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58074", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 41772, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57953, + "usage_id": 194 + }, + "5504.U1.433A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U433A, Labor", "arch_name": "U433A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58074", - "roomcode": "5504.U1.433A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58079", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58074, + "usage_id": 194 + }, + "5504.U1.434": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U434, Kristallisationslabor", "arch_name": "U434@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58079", - "roomcode": "5504.U1.434", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58089", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58079, + "usage_id": 194 + }, + "5504.U1.434A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U434A, Kristallisationslabor", "arch_name": "U434A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58089", - "roomcode": "5504.U1.434A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58097", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58089, + "usage_id": 194 + }, + "5504.U1.435": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U435, Lager", "arch_name": "U435@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=16134&cRes=28292&cReadonly=J", - "list_index": "23", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58097", - "roomcode": "5504.U1.435", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58109", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 28292, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 16134, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58097, + "usage_id": 30 + }, + "5504.U1.450": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U450, Rechnerpraktikum", "arch_name": "U450@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=19305&cReadonly=J", - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58109", - "roomcode": "5504.U1.450", - "usage": 213 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58234", + "area_id": 34, + "building_id": 841, + "calendar_resource_nr": 19305, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58109, + "usage_id": 213 + }, + "5504.U1.450A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U450A, Lager", "arch_name": "U450A@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58234", - "roomcode": "5504.U1.450A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58241", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58234, + "usage_id": 30 + }, + "5504.U1.450B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U450B, Serverraum", "arch_name": "U450B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58241", - "roomcode": "5504.U1.450B", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58249", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58241, + "usage_id": 207 + }, + "5504.U1.450C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U450C, Treppenhaus", "arch_name": "U450C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58249", - "roomcode": "5504.U1.450C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58256", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58249, + "usage_id": 223 + }, + "5504.U1.498B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498B, Schacht", "arch_name": "U498B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58256", - "roomcode": "5504.U1.498B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58262", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58256, + "usage_id": 120 + }, + "5504.U1.498C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498C, Aufzug", "arch_name": "U498C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58262", - "roomcode": "5504.U1.498C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58389", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58262, + "usage_id": 4 + }, + "5504.U1.498D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498D, Schacht", "arch_name": "U498D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58389", - "roomcode": "5504.U1.498D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58397", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58389, + "usage_id": 120 + }, + "5504.U1.498E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498E, Schacht", "arch_name": "U498E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58397", - "roomcode": "5504.U1.498E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58406", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58397, + "usage_id": 120 + }, + "5504.U1.498F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498F, Schacht", "arch_name": "U498F@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58406", - "roomcode": "5504.U1.498F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58414", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58406, + "usage_id": 120 + }, + "5504.U1.498G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498G, Schacht", "arch_name": "U498G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58414", - "roomcode": "5504.U1.498G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58529", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58414, + "usage_id": 120 + }, + "5504.U1.498I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498I, Schacht", "arch_name": "U498I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58529", - "roomcode": "5504.U1.498I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58537", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58529, + "usage_id": 120 + }, + "5504.U1.498J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498J, Schacht", "arch_name": "U498J@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58537", - "roomcode": "5504.U1.498J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58546", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58537, + "usage_id": 120 + }, + "5504.U1.498L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498L, Aufzugs- u. F\u00f6rdermaschinenraum", "arch_name": "U498L@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58546", - "roomcode": "5504.U1.498L", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58555", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58546, + "usage_id": 5 + }, + "5504.U1.498M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498M, Schacht", "arch_name": "U498M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58555", - "roomcode": "5504.U1.498M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58687", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58555, + "usage_id": 120 + }, + "5504.U1.498N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498n, Schacht", "arch_name": "U498n@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58687", - "roomcode": "5504.U1.498N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58696", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58687, + "usage_id": 120 + }, + "5504.U1.498O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498o, Schacht", "arch_name": "U498o@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58696", - "roomcode": "5504.U1.498O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71937", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58696, + "usage_id": 120 + }, + "5504.U1.498R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U498R, Installationsschacht", "arch_name": "U498R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71937", - "roomcode": "5504.U1.498R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58710", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71937, + "usage_id": 120 + }, + "5504.U1.499B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499B, Technik", "arch_name": "U499B@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58710", - "roomcode": "5504.U1.499B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56491", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58710, + "usage_id": 120 + }, + "5504.U1.499C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499C, Flur", "arch_name": "U499C@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56491", - "roomcode": "5504.U1.499C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56495", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56491, + "usage_id": 222 + }, + "5504.U1.499D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499D, Treppenraum", "arch_name": "U499D@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56495", - "roomcode": "5504.U1.499D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71936", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56495, + "usage_id": 223 + }, + "5504.U1.499E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499E, Treppe im Freien", "arch_name": "U499E@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71936", - "roomcode": "5504.U1.499E", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56507", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71936, + "usage_id": 7 + }, + "5504.U1.499G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499G, Flur", "arch_name": "U499G@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56507", - "roomcode": "5504.U1.499G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56515", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56507, + "usage_id": 222 + }, + "5504.U1.499H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499H, Flur", "arch_name": "U499H@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56515", - "roomcode": "5504.U1.499H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56521", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56515, + "usage_id": 222 + }, + "5504.U1.499I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499I, Treppenraum", "arch_name": "U499I@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56521", - "roomcode": "5504.U1.499I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71934", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56521, + "usage_id": 223 + }, + "5504.U1.499M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499M, Flur", "arch_name": "U499M@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71934", - "roomcode": "5504.U1.499M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71935", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71934, + "usage_id": 222 + }, + "5504.U1.499N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499N, Flur", "arch_name": "U499N@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71935", - "roomcode": "5504.U1.499N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71938", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71935, + "usage_id": 222 + }, + "5504.U1.499P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499P, Installationsschacht", "arch_name": "U499P@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71938", - "roomcode": "5504.U1.499P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56657", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71938, + "usage_id": 120 + }, + "5504.U1.499Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499Q, Treppenraum", "arch_name": "U499Q@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56657", - "roomcode": "5504.U1.499Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56664", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56657, + "usage_id": 223 + }, + "5504.U1.499R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499R, Treppe", "arch_name": "U499R@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56664", - "roomcode": "5504.U1.499R", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=71939", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56664, + "usage_id": 223 + }, + "5504.U1.996": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U499K, Flur", "arch_name": "U499K@5504", - "b_area_id": 34, - "b_filter_id": 841, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71939", - "roomcode": "5504.U1.996", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11822", + "area_id": 34, + "building_id": 841, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71939, + "usage_id": 222 + }, + "5505.01.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1501, Seminarraum", "arch_name": "1501@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=15172&cReadonly=J", - "extended": { - "additional_description": "1501, Seminarraum", - "address": "Boltzmannstr. 15(5505), 1.Obergescho\u00df", - "architect_room_nr": "1501@5505", - "area_m2": 77.81, - "building": "5505 Institut f. Maschinentechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "501", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11822", - "roomcode": "5505.01.501", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56425", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 15172, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11822, + "usage_id": 41 + }, + "5505.01.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1502, Lager f. Seminarraum", "arch_name": "1502@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56425", - "roomcode": "5505.01.502", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11868", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56425, + "usage_id": 30 + }, + "5505.01.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1503, Offiziant", "arch_name": "1503@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11868", - "roomcode": "5505.01.503", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56445", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11868, + "usage_id": 12 + }, + "5505.01.503M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1503M, WC-Herren", "arch_name": "1503M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56445", - "roomcode": "5505.01.503M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56455", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56445, + "usage_id": 115 + }, + "5505.01.503N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1503N, WC-Damen", "arch_name": "1503N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56455", - "roomcode": "5505.01.503N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53940", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56455, + "usage_id": 116 + }, + "5505.01.503P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1503P, WC-Herren", "arch_name": "1503P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53940", - "roomcode": "5505.01.503P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53947", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53940, + "usage_id": 115 + }, + "5505.01.503Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1503Q, WC-Damen", "arch_name": "1503Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53947", - "roomcode": "5505.01.503Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58331", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53947, + "usage_id": 116 + }, + "5505.01.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1504, Labor", "arch_name": "1504@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58331", - "roomcode": "5505.01.504", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=31028", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58331, + "usage_id": 194 + }, + "5505.01.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1505, Elektr. Messlabor", "arch_name": "1505@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31028", - "roomcode": "5505.01.505", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58470", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31028, + "usage_id": 103 + }, + "5505.01.505M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1505M, Vorbereitung", "arch_name": "1505M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58470", - "roomcode": "5505.01.505M", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58480", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58470, + "usage_id": 136 + }, + "5505.01.505N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1505N, HiWi Rechnerraum", "arch_name": "1505N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58480", - "roomcode": "5505.01.505N", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58489", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58480, + "usage_id": 207 + }, + "5505.01.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1506, Messraum", "arch_name": "1506@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58489", - "roomcode": "5505.01.506", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58612", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58489, + "usage_id": 103 + }, + "5505.01.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1507, Videostation", "arch_name": "1507@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58612", - "roomcode": "5505.01.507", - "usage": 161 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58622", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58612, + "usage_id": 161 + }, + "5505.01.507M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1507M, W\u00e4geraum", "arch_name": "1507M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58622", - "roomcode": "5505.01.507M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58631", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58622, + "usage_id": 103 + }, + "5505.01.508": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1508, Messraum", "arch_name": "1508@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58631", - "roomcode": "5505.01.508", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58645", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58631, + "usage_id": 103 + }, + "5505.01.508M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1508M, Teek\u00fcche", "arch_name": "1508M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58645", - "roomcode": "5505.01.508M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=50879", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58645, + "usage_id": 198 + }, + "5505.01.509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1509, Messraum", "arch_name": "1509@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50879", - "roomcode": "5505.01.509", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=50886", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50879, + "usage_id": 194 + }, + "5505.01.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1510, Metalllabor", "arch_name": "1510@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50886", - "roomcode": "5505.01.510", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=50892", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50886, + "usage_id": 194 + }, + "5505.01.511": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1511, Mikroskopie", "arch_name": "1511@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=50892", - "roomcode": "5505.01.511", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=51031", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 50892, + "usage_id": 194 + }, + "5505.01.512": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1512, \u00d6llabor", "arch_name": "1512@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51031", - "roomcode": "5505.01.512", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=51037", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51031, + "usage_id": 194 + }, + "5505.01.513": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1513, Chemielabor", "arch_name": "1513@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51037", - "roomcode": "5505.01.513", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=51042", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51037, + "usage_id": 102 + }, + "5505.01.514": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1514, Lager", "arch_name": "1514@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51042", - "roomcode": "5505.01.514", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=51051", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51042, + "usage_id": 30 + }, + "5505.01.515": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1515, Putzraum", "arch_name": "1515@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51051", - "roomcode": "5505.01.515", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13146", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51051, + "usage_id": 205 + }, + "5505.01.526": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1526, B\u00fcro", "arch_name": "1526@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13146", - "roomcode": "5505.01.526", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13152", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13146, + "usage_id": 12 + }, + "5505.01.527": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1527, B\u00fcro", "arch_name": "1527@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13152", - "roomcode": "5505.01.527", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=48587", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13152, + "usage_id": 12 + }, + "5505.01.527M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1527M, Elektroverteiler", "arch_name": "1527M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48587", - "roomcode": "5505.01.527M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=48591", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48587, + "usage_id": 120 + }, + "5505.01.527N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1527N, Nebenraum zu 1527m", "arch_name": "1527N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48591", - "roomcode": "5505.01.527N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13218", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48591, + "usage_id": 120 + }, + "5505.01.528": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1528, B\u00fcro", "arch_name": "1528@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13218", - "roomcode": "5505.01.528", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=48606", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13218, + "usage_id": 12 + }, + "5505.01.528M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1528M, Elektroverteiler", "arch_name": "1528M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48606", - "roomcode": "5505.01.528M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13231", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48606, + "usage_id": 120 + }, + "5505.01.529": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1529, B\u00fcro", "arch_name": "1529@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13231", - "roomcode": "5505.01.529", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13233", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13231, + "usage_id": 12 + }, + "5505.01.530": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1530, B\u00fcro", "arch_name": "1530@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13233", - "roomcode": "5505.01.530", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13237", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13233, + "usage_id": 12 + }, + "5505.01.531": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1531, Sekretariat", "arch_name": "1531@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13237", - "roomcode": "5505.01.531", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=48754", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47617, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13237, + "usage_id": 40 + }, + "5505.01.531M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1531M, Kopierer", "arch_name": "1531M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48754", - "roomcode": "5505.01.531M", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13290", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48754, + "usage_id": 110 + }, + "5505.01.532": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1532, B\u00fcro", "arch_name": "1532@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13290", - "roomcode": "5505.01.532", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13294", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13290, + "usage_id": 12 + }, + "5505.01.534": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1534, B\u00fcro", "arch_name": "1534@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13294", - "roomcode": "5505.01.534", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13296", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13294, + "usage_id": 12 + }, + "5505.01.535": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1535, B\u00fcro", "arch_name": "1535@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13296", - "roomcode": "5505.01.535", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73282", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13296, + "usage_id": 12 + }, + "5505.01.535M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1535M, Installationsraum", "arch_name": "1535M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73282", - "roomcode": "5505.01.535M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13297", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73282, + "usage_id": 120 + }, + "5505.01.536": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1536, B\u00fcro", "arch_name": "1536@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13297", - "roomcode": "5505.01.536", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=48941", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13297, + "usage_id": 12 + }, + "5505.01.537": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1537, Besprechung", "arch_name": "1537@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=47617&cRes=27652&cReadonly=J", - "list_index": "210", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48941", - "roomcode": "5505.01.537", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49086", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 27652, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48941, + "usage_id": 196 + }, + "5505.01.538": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1538, Sammlung", "arch_name": "1538@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49086", - "roomcode": "5505.01.538", - "usage": 187 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12327", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49086, + "usage_id": 187 + }, + "5505.01.550": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1550, Georg-K\u00fchne-Zeichensaal", "arch_name": "1550@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15298&cRes=12644&cReadonly=J", - "extended": { - "additional_description": "1550, Georg-K\u00fchne-Zeichensaal", - "address": "Boltzmannstr. 15(5505), 1.Obergescho\u00df", - "architect_room_nr": "1550@5505", - "area_m2": 262.97, - "building": "5505 Institut f. Maschinentechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "550", - "seats": 100, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12327", - "roomcode": "5505.01.550", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49104", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 12644, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15298, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12327, + "usage_id": 55 + }, + "5505.01.550A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1550A, Korrektur", "arch_name": "1550A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49104", - "roomcode": "5505.01.550A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49114", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49104, + "usage_id": 12 + }, + "5505.01.560": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560, Messgang/Kontrollraum", "arch_name": "1560@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49114", - "roomcode": "5505.01.560", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73263", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49114, + "usage_id": 222 + }, + "5505.01.560A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560A, Flur", "arch_name": "1560A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73263", - "roomcode": "5505.01.560A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73262", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73263, + "usage_id": 222 + }, + "5505.01.560B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560B, Flur", "arch_name": "1560B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73262", - "roomcode": "5505.01.560B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49421", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73262, + "usage_id": 222 + }, + "5505.01.560M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560M, Technik", "arch_name": "1560M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49421", - "roomcode": "5505.01.560M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49434", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49421, + "usage_id": 120 + }, + "5505.01.560N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560N, Technik", "arch_name": "1560N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49434", - "roomcode": "5505.01.560N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49446", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49434, + "usage_id": 120 + }, + "5505.01.560P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560P, WC-Damen / Dusche", "arch_name": "1560P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49446", - "roomcode": "5505.01.560P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49449", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49446, + "usage_id": 116 + }, + "5505.01.560Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560Q, WC-Herren", "arch_name": "1560Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49449", - "roomcode": "5505.01.560Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49903", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49449, + "usage_id": 115 + }, + "5505.01.560R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560R, Umkleide / Dusche Herren", "arch_name": "1560R@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49903", - "roomcode": "5505.01.560R", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49913", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49903, + "usage_id": 37 + }, + "5505.01.560S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560S, Umkleide", "arch_name": "1560S@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49913", - "roomcode": "5505.01.560S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49923", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49913, + "usage_id": 121 + }, + "5505.01.560T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560T, Umkleide / Dusche Herren", "arch_name": "1560T@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49923", - "roomcode": "5505.01.560T", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73283", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49923, + "usage_id": 37 + }, + "5505.01.560U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560U, Duschraum", "arch_name": "1560U@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73283", - "roomcode": "5505.01.560U", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73284", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73283, + "usage_id": 113 + }, + "5505.01.560V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560V, WC-Herren", "arch_name": "1560V@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73284", - "roomcode": "5505.01.560V", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73281", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73284, + "usage_id": 115 + }, + "5505.01.560W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1560W, WC-Herren Vorraum", "arch_name": "1560W@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73281", - "roomcode": "5505.01.560W", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49930", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73281, + "usage_id": 118 + }, + "5505.01.561": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1561, Pr\u00fcfstand", "arch_name": "1561@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49930", - "roomcode": "5505.01.561", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49581", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49930, + "usage_id": 51 + }, + "5505.01.561M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1561M, Werkstatt", "arch_name": "1561M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49581", - "roomcode": "5505.01.561M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49595", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49581, + "usage_id": 51 + }, + "5505.01.562": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1562, Pr\u00fcfstand", "arch_name": "1562@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49595", - "roomcode": "5505.01.562", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49604", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49595, + "usage_id": 51 + }, + "5505.01.563": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1563, Pr\u00fcfstand", "arch_name": "1563@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49604", - "roomcode": "5505.01.563", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49614", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49604, + "usage_id": 51 + }, + "5505.01.564": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1564, Pr\u00fcfstand", "arch_name": "1564@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49614", - "roomcode": "5505.01.564", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49254", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49614, + "usage_id": 51 + }, + "5505.01.565": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1565, Pr\u00fcfstand", "arch_name": "1565@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49254", - "roomcode": "5505.01.565", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49266", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49254, + "usage_id": 51 + }, + "5505.01.566": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1566, Pr\u00fcfstand", "arch_name": "1566@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49266", - "roomcode": "5505.01.566", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49278", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49266, + "usage_id": 51 + }, + "5505.01.567": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1567, Lager", "arch_name": "1567@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49278", - "roomcode": "5505.01.567", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49285", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49278, + "usage_id": 30 + }, + "5505.01.567M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1567M, Pr\u00fcfstandtechnik", "arch_name": "1567M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49285", - "roomcode": "5505.01.567M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73266", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49285, + "usage_id": 51 + }, + "5505.01.568": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1568, Flur", "arch_name": "1568@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73266", - "roomcode": "5505.01.568", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=49754", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73266, + "usage_id": 222 + }, + "5505.01.590A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590a, L\u00fcftungszentrale Nr. 5", "arch_name": "1590a@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49754", - "roomcode": "5505.01.590A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=17074", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49754, + "usage_id": 32 + }, + "5505.01.590B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590B, B\u00fcro mit exp.Arb.Pl.", "arch_name": "1590B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17074", - "roomcode": "5505.01.590B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12761", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17074, + "usage_id": 12 + }, + "5505.01.590C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590C, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12761", - "roomcode": "5505.01.590C", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12765", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12761, + "usage_id": 12 + }, + "5505.01.590D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590D, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12765", - "roomcode": "5505.01.590D", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12769", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12765, + "usage_id": 12 + }, + "5505.01.590E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590E, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12769", - "roomcode": "5505.01.590E", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12773", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12769, + "usage_id": 12 + }, + "5505.01.590F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590F, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12773", - "roomcode": "5505.01.590F", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57760", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12773, + "usage_id": 12 + }, + "5505.01.590G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590G, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57760", - "roomcode": "5505.01.590G", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73261", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57760, + "usage_id": 12 + }, + "5505.01.590H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1590H, Elektroniklabor einf.", "arch_name": "1590H@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73261", - "roomcode": "5505.01.590H", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73265", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73261, + "usage_id": 103 + }, + "5505.01.591C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1591C, Balkon", "arch_name": "1591C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73265", - "roomcode": "5505.01.591C", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73268", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73265, + "usage_id": 219 + }, + "5505.01.591E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1591E, Treppe", "arch_name": "1591E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73268", - "roomcode": "5505.01.591E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73269", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73268, + "usage_id": 223 + }, + "5505.01.591F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1591F, Treppe", "arch_name": "1591F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73269", - "roomcode": "5505.01.591F", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73264", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73269, + "usage_id": 223 + }, + "5505.01.592": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1592, Werkstatt", "arch_name": "1592@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73264", - "roomcode": "5505.01.592", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73267", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73264, + "usage_id": 51 + }, + "5505.01.593": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1593, B\u00fcro", "arch_name": "1593@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73267", - "roomcode": "5505.01.593", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57900", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73267, + "usage_id": 12 + }, + "5505.01.598A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598A, Schacht", "arch_name": "1598A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57900", - "roomcode": "5505.01.598A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57909", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57900, + "usage_id": 120 + }, + "5505.01.598B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598B, Schacht", "arch_name": "1598B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57909", - "roomcode": "5505.01.598B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57920", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57909, + "usage_id": 120 + }, + "5505.01.598C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598c, Aufzug", "arch_name": "1598c@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57920", - "roomcode": "5505.01.598C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58037", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57920, + "usage_id": 4 + }, + "5505.01.598D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598D, Schacht", "arch_name": "1598D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58037", - "roomcode": "5505.01.598D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58048", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58037, + "usage_id": 120 + }, + "5505.01.598E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598e, Schacht", "arch_name": "1598e@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58048", - "roomcode": "5505.01.598E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58056", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58048, + "usage_id": 120 + }, + "5505.01.598F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598f, Schacht", "arch_name": "1598f@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58056", - "roomcode": "5505.01.598F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58065", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58056, + "usage_id": 120 + }, + "5505.01.598G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598g, Schacht", "arch_name": "1598g@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58065", - "roomcode": "5505.01.598G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58190", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58065, + "usage_id": 120 + }, + "5505.01.598H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598H, Schacht", "arch_name": "1598H@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58190", - "roomcode": "5505.01.598H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58200", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58190, + "usage_id": 120 + }, + "5505.01.598I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598I, Schacht", "arch_name": "1598I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58200", - "roomcode": "5505.01.598I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58210", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58200, + "usage_id": 120 + }, + "5505.01.598J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598J, Schacht", "arch_name": "1598J@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58210", - "roomcode": "5505.01.598J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58216", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58210, + "usage_id": 120 + }, + "5505.01.598K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598k, Aufzug", "arch_name": "1598k@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58216", - "roomcode": "5505.01.598K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58223", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58216, + "usage_id": 4 + }, + "5505.01.598L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598l, Schacht", "arch_name": "1598l@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58223", - "roomcode": "5505.01.598L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58345", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58223, + "usage_id": 120 + }, + "5505.01.598M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598m, Schacht", "arch_name": "1598m@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58345", - "roomcode": "5505.01.598M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58355", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58345, + "usage_id": 120 + }, + "5505.01.598N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598N, Schacht", "arch_name": "1598N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58355", - "roomcode": "5505.01.598N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58364", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58355, + "usage_id": 120 + }, + "5505.01.598O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598O, Schacht", "arch_name": "1598O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58364", - "roomcode": "5505.01.598O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58373", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58364, + "usage_id": 120 + }, + "5505.01.598P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598p, Schacht", "arch_name": "1598p@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58373", - "roomcode": "5505.01.598P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58382", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58373, + "usage_id": 120 + }, + "5505.01.598Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598q, Schacht", "arch_name": "1598q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58382", - "roomcode": "5505.01.598Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58502", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58382, + "usage_id": 120 + }, + "5505.01.598R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598R, Schacht", "arch_name": "1598R@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58502", - "roomcode": "5505.01.598R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58508", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58502, + "usage_id": 120 + }, + "5505.01.598S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "598s, Schacht", "arch_name": "598s@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58508", - "roomcode": "5505.01.598S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58513", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58508, + "usage_id": 120 + }, + "5505.01.598T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1598t, Schacht", "arch_name": "1598t@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58513", - "roomcode": "5505.01.598T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58522", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58513, + "usage_id": 120 + }, + "5505.01.599A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599A, Galerie", "arch_name": "1599A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58522", - "roomcode": "5505.01.599A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58527", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58522, + "usage_id": 206 + }, + "5505.01.599B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599B, Galerie", "arch_name": "1599B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58527", - "roomcode": "5505.01.599B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58655", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58527, + "usage_id": 206 + }, + "5505.01.599C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599C, Flur", "arch_name": "1599C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58655", - "roomcode": "5505.01.599C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58661", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58655, + "usage_id": 222 + }, + "5505.01.599D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599D, Flur", "arch_name": "1599D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58661", - "roomcode": "5505.01.599D", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58667", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58661, + "usage_id": 222 + }, + "5505.01.599E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599E, Treppenraum", "arch_name": "1599E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58667", - "roomcode": "5505.01.599E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58674", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58667, + "usage_id": 223 + }, + "5505.01.599F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599F, Flur", "arch_name": "1599F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58674", - "roomcode": "5505.01.599F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58681", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58674, + "usage_id": 222 + }, + "5505.01.599G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599G, Flur", "arch_name": "1599G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58681", - "roomcode": "5505.01.599G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56468", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58681, + "usage_id": 222 + }, + "5505.01.599I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599I, Treppenraum", "arch_name": "1599I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56468", - "roomcode": "5505.01.599I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56473", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56468, + "usage_id": 223 + }, + "5505.01.599J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599Q, Galerie", "arch_name": "1599Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56473", - "roomcode": "5505.01.599J", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56481", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56473, + "usage_id": 206 + }, + "5505.01.599K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599K, Flur", "arch_name": "1599K@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56481", - "roomcode": "5505.01.599K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56488", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56481, + "usage_id": 222 + }, + "5505.01.599L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599L, Flur", "arch_name": "1599L@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56488", - "roomcode": "5505.01.599L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56615", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56488, + "usage_id": 222 + }, + "5505.01.599M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599M, Galerie", "arch_name": "1599M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56615", - "roomcode": "5505.01.599M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56621", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56615, + "usage_id": 206 + }, + "5505.01.599N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599N, Flur", "arch_name": "1599N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56621", - "roomcode": "5505.01.599N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56629", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56621, + "usage_id": 222 + }, + "5505.01.599O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599O, Treppe", "arch_name": "1599O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56629", - "roomcode": "5505.01.599O", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56756", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56629, + "usage_id": 223 + }, + "5505.01.599R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1599R, Galerie", "arch_name": "1599R@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56756", - "roomcode": "5505.01.599R", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12345", + "area_id": 34, + "building_id": 843, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56756, + "usage_id": 206 + }, + "5505.02.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2501, Seminarraum", "arch_name": "2501@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15298&cRes=18027&cReadonly=J", - "extended": { - "additional_description": "2501, Seminarraum", - "address": "Boltzmannstr. 15(5505), 2.Obergescho\u00df", - "architect_room_nr": "2501@5505", - "area_m2": 85.87, - "building": "5505 Institut f. Maschinentechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "501", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12345", - "roomcode": "5505.02.501", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57043", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 18027, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12345, + "usage_id": 41 + }, + "5505.02.501A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2501A, Flur", "arch_name": "2501A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57043", - "roomcode": "5505.02.501A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12375", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57043, + "usage_id": 222 + }, + "5505.02.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2502, Gast", "arch_name": "2502@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12375", - "roomcode": "5505.02.502", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72970", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12375, + "usage_id": 12 + }, + "5505.02.503A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2503A, B\u00fcro", "arch_name": "2503A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72970", - "roomcode": "5505.02.503A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57068", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72970, + "usage_id": 12 + }, + "5505.02.503M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2503M, WC-Vorraum Herren", "arch_name": "2503M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57068", - "roomcode": "5505.02.503M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57050", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57068, + "usage_id": 37 + }, + "5505.02.503N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2503N, WC-Vorraum Damen", "arch_name": "2503N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57050", - "roomcode": "5505.02.503N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57062", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57050, + "usage_id": 37 + }, + "5505.02.503P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2503P, WC-Herren", "arch_name": "2503P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57062", - "roomcode": "5505.02.503P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57183", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57062, + "usage_id": 115 + }, + "5505.02.503Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2503Q, WC-Damen", "arch_name": "2503Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57183", - "roomcode": "5505.02.503Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12385", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57183, + "usage_id": 116 + }, + "5505.02.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2504, B\u00fcro", "arch_name": "2504@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12385", - "roomcode": "5505.02.504", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72967", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12385, + "usage_id": 12 + }, + "5505.02.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2505, B\u00fcro", "arch_name": "2505@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72967", - "roomcode": "5505.02.505", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57204", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72967, + "usage_id": 12 + }, + "5505.02.505M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2505M, B\u00fcro", "arch_name": "2505M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57204", - "roomcode": "5505.02.505M", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12396", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57204, + "usage_id": 12 + }, + "5505.02.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2506, B\u00fcro", "arch_name": "2506@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12396", - "roomcode": "5505.02.506", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57205", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12396, + "usage_id": 12 + }, + "5505.02.507M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2507M, Rechner", "arch_name": "2507M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57205", - "roomcode": "5505.02.507M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72966", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57205, + "usage_id": 207 + }, + "5505.02.508A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2508A, B\u00fcro", "arch_name": "2508A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72966", - "roomcode": "5505.02.508A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57344", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72966, + "usage_id": 12 + }, + "5505.02.508M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2508M, Kopierer", "arch_name": "2508M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57344", - "roomcode": "5505.02.508M", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72969", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57344, + "usage_id": 110 + }, + "5505.02.508N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2508N, Besprechungsraum", "arch_name": "2508N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72969", - "roomcode": "5505.02.508N", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56466", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72969, + "usage_id": 196 + }, + "5505.02.509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2509, B\u00fcro", "arch_name": "2509@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56466", - "roomcode": "5505.02.509", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56479", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56466, + "usage_id": 12 + }, + "5505.02.509M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2509M, Teek\u00fcche", "arch_name": "2509M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56479", - "roomcode": "5505.02.509M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13259", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56479, + "usage_id": 198 + }, + "5505.02.511": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2511, B\u00fcro / Dipl.", "arch_name": "2511@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13259", - "roomcode": "5505.02.511", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13299", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13259, + "usage_id": 12 + }, + "5505.02.512": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2512, B\u00fcro / Dipl.", "arch_name": "2512@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13299", - "roomcode": "5505.02.512", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13303", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13299, + "usage_id": 12 + }, + "5505.02.513": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2513, B\u00fcro / Dipl.", "arch_name": "2513@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13303", - "roomcode": "5505.02.513", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13307", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13303, + "usage_id": 12 + }, + "5505.02.514": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2514, B\u00fcro", "arch_name": "2514@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13307", - "roomcode": "5505.02.514", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=26453", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13307, + "usage_id": 12 + }, + "5505.02.515": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2515, B\u00fcro", "arch_name": "2515@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26453", - "roomcode": "5505.02.515", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56774", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26453, + "usage_id": 12 + }, + "5505.02.516": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2516, Lager EDV", "arch_name": "2516@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56774", - "roomcode": "5505.02.516", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12335", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56774, + "usage_id": 30 + }, + "5505.02.526": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2526, B\u00fcro", "arch_name": "2526@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12335", - "roomcode": "5505.02.526", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12339", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12335, + "usage_id": 12 + }, + "5505.02.527": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2527, Sekretariat", "arch_name": "2527@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12339", - "roomcode": "5505.02.527", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12342", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12339, + "usage_id": 40 + }, + "5505.02.528": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2528, B\u00fcro", "arch_name": "2528@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12342", - "roomcode": "5505.02.528", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57036", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12342, + "usage_id": 12 + }, + "5505.02.528M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2528M, Elektroverteiler", "arch_name": "2528M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57036", - "roomcode": "5505.02.528M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57350", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57036, + "usage_id": 120 + }, + "5505.02.528N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2528N, Vorraum zu 2528m", "arch_name": "2528N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57350", - "roomcode": "5505.02.528N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12432", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57350, + "usage_id": 120 + }, + "5505.02.529": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2529, B\u00fcro", "arch_name": "2529@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12432", - "roomcode": "5505.02.529", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57482", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12432, + "usage_id": 40 + }, + "5505.02.529M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2529M, Elektroverteiler", "arch_name": "2529M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57482", - "roomcode": "5505.02.529M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12435", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57482, + "usage_id": 120 + }, + "5505.02.530": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2530, B\u00fcro", "arch_name": "2530@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12435", - "roomcode": "5505.02.530", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12438", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12435, + "usage_id": 12 + }, + "5505.02.531": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2531, B\u00fcro", "arch_name": "2531@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12438", - "roomcode": "5505.02.531", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12440", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12438, + "usage_id": 12 + }, + "5505.02.532": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2532, B\u00fcro", "arch_name": "2532@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12440", - "roomcode": "5505.02.532", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11555", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12440, + "usage_id": 12 + }, + "5505.02.533": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2533, B\u00fcro", "arch_name": "2533@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11555", - "roomcode": "5505.02.533", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11559", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11555, + "usage_id": 12 + }, + "5505.02.534": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2534, B\u00fcro", "arch_name": "2534@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11559", - "roomcode": "5505.02.534", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57632", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11559, + "usage_id": 12 + }, + "5505.02.535": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2535, B\u00fcro", "arch_name": "2535@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57632", - "roomcode": "5505.02.535", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57641", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57632, + "usage_id": 12 + }, + "5505.02.535M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2535M, Elektro-Unterverteiler", "arch_name": "2535M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57641", - "roomcode": "5505.02.535M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11566", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57641, + "usage_id": 120 + }, + "5505.02.536": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2536, Besprechung", "arch_name": "2536@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15298&cRes=18089&cReadonly=J", - "list_index": "323", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11566", - "roomcode": "5505.02.536", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57656", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 18089, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11566, + "usage_id": 196 + }, + "5505.02.537": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2537, Kolloquium", "arch_name": "2537@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=15518&cReadonly=J", - "extended": { - "additional_description": "2537, Kolloquium", - "address": "Boltzmannstr. 15(5505), 2.Obergescho\u00df", - "architect_room_nr": "2537@5505", - "area_m2": 61.4, - "building": "5505 Institut f. Maschinentechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "537", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57656", - "roomcode": "5505.02.537", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11605", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 15518, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57656, + "usage_id": 131 + }, + "5505.02.550": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2550, Zeichen\u00fcbung", "arch_name": "2550@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15298&cRes=18085&cReadonly=J", - "extended": { - "additional_description": "2550, Zeichen\u00fcbung", - "address": "Boltzmannstr. 15(5505), 2.Obergescho\u00df", - "architect_room_nr": "2550@5505", - "area_m2": 140.37, - "building": "5505 Institut f. Maschinentechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "550", - "seats": 60, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11605", - "roomcode": "5505.02.550", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57361", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 18085, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15298, + "seats": { + "sitting": 60, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11605, + "usage_id": 55 + }, + "5505.02.560": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2560, Technik", "arch_name": "2560@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57361", - "roomcode": "5505.02.560", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57488", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57361, + "usage_id": 120 + }, + "5505.02.598A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598a, Schacht", "arch_name": "2598a@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57488", - "roomcode": "5505.02.598A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57496", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57488, + "usage_id": 120 + }, + "5505.02.598B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598b, Schacht", "arch_name": "2598b@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57496", - "roomcode": "5505.02.598B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57502", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57496, + "usage_id": 120 + }, + "5505.02.598C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598c, Aufzug", "arch_name": "2598c@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57502", - "roomcode": "5505.02.598C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57507", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57502, + "usage_id": 4 + }, + "5505.02.598D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598d, Schacht", "arch_name": "2598d@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57507", - "roomcode": "5505.02.598D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57626", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57507, + "usage_id": 120 + }, + "5505.02.598E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598e, Schacht", "arch_name": "2598e@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57626", - "roomcode": "5505.02.598E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57631", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57626, + "usage_id": 120 + }, + "5505.02.598F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598f, Schacht", "arch_name": "2598f@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57631", - "roomcode": "5505.02.598F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57639", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57631, + "usage_id": 120 + }, + "5505.02.598G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598g, Schacht", "arch_name": "2598g@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57639", - "roomcode": "5505.02.598G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57645", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57639, + "usage_id": 120 + }, + "5505.02.598H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598h, Schacht", "arch_name": "2598h@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57645", - "roomcode": "5505.02.598H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57651", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57645, + "usage_id": 120 + }, + "5505.02.598I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598i, Schacht", "arch_name": "2598i@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57651", - "roomcode": "5505.02.598I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57770", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57651, + "usage_id": 120 + }, + "5505.02.598J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598J, Schacht", "arch_name": "2598J@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57770", - "roomcode": "5505.02.598J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57774", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57770, + "usage_id": 120 + }, + "5505.02.598K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598k, Aufzug", "arch_name": "2598k@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57774", - "roomcode": "5505.02.598K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57782", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57774, + "usage_id": 4 + }, + "5505.02.598L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598l, Schacht", "arch_name": "2598l@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57782", - "roomcode": "5505.02.598L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49908", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57782, + "usage_id": 120 + }, + "5505.02.598M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598M, Schacht", "arch_name": "2598M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49908", - "roomcode": "5505.02.598M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49921", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49908, + "usage_id": 120 + }, + "5505.02.598N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598n, Schacht", "arch_name": "2598n@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49921", - "roomcode": "5505.02.598N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49936", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49921, + "usage_id": 120 + }, + "5505.02.598O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598o, Schacht", "arch_name": "2598o@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49936", - "roomcode": "5505.02.598O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49587", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49936, + "usage_id": 120 + }, + "5505.02.598P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2598p, Schacht", "arch_name": "2598p@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49587", - "roomcode": "5505.02.598P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49597", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49587, + "usage_id": 120 + }, + "5505.02.599A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599A, Galerie", "arch_name": "2599A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49597", - "roomcode": "5505.02.599A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49608", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49597, + "usage_id": 206 + }, + "5505.02.599B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599B, Galerie", "arch_name": "2599B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49608", - "roomcode": "5505.02.599B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49617", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49608, + "usage_id": 206 + }, + "5505.02.599C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599C, Flur", "arch_name": "2599C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49617", - "roomcode": "5505.02.599C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49269", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49617, + "usage_id": 222 + }, + "5505.02.599E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599E, Treppenraum", "arch_name": "2599E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49269", - "roomcode": "5505.02.599E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49276", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49269, + "usage_id": 223 + }, + "5505.02.599F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599F, Flur", "arch_name": "2599F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49276", - "roomcode": "5505.02.599F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49284", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49276, + "usage_id": 222 + }, + "5505.02.599G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599G, Flur", "arch_name": "2599G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49284", - "roomcode": "5505.02.599G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72968", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49284, + "usage_id": 222 + }, + "5505.02.599H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599H, Flur", "arch_name": "2599H@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72968", - "roomcode": "5505.02.599H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49744", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72968, + "usage_id": 222 + }, + "5505.02.599I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599I, Treppenraum", "arch_name": "2599I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49744", - "roomcode": "5505.02.599I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=72971", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49744, + "usage_id": 223 + }, + "5505.02.599J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599J, Verbindungsgang", "arch_name": "2599J@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72971", - "roomcode": "5505.02.599J", - "usage": 16 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49103", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72971, + "usage_id": 16 + }, + "5505.02.599M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599M, Galerie", "arch_name": "2599M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49103", - "roomcode": "5505.02.599M", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49094", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49103, + "usage_id": 206 + }, + "5505.02.599N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599N, Treppenhaus", "arch_name": "2599N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49094", - "roomcode": "5505.02.599N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=49082", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49094, + "usage_id": 223 + }, + "5505.02.599O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599o, Treppe", "arch_name": "2599o@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49082", - "roomcode": "5505.02.599O", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48933", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49082, + "usage_id": 223 + }, + "5505.02.599Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599Q, Br\u00fccke", "arch_name": "2599Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48933", - "roomcode": "5505.02.599Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=48943", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48933, + "usage_id": 206 + }, + "5505.02.599R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2599R, Treppe", "arch_name": "2599R@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48943", - "roomcode": "5505.02.599R", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49113", + "area_id": 34, + "building_id": 843, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48943, + "usage_id": 223 + }, + "5505.03.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3501, Steuerung L\u00fcftung", "arch_name": "3501@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49113", - "roomcode": "5505.03.501", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12332", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49113, + "usage_id": 32 + }, + "5505.03.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3502, Seminarraum", "arch_name": "3502@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15300&cRes=12647&cReadonly=J", - "extended": { - "additional_description": "3502, Seminarraum", - "address": "Boltzmannstr. 15(5505), 3.Obergescho\u00df", - "architect_room_nr": "3502@5505", - "area_m2": 110.63, - "building": "5505 Institut f. Maschinentechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "502", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12332", - "roomcode": "5505.03.502", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12495", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 12647, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12332, + "usage_id": 41 + }, + "5505.03.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3503, B\u00fcro", "arch_name": "3503@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12495", - "roomcode": "5505.03.503", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49433", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12495, + "usage_id": 12 + }, + "5505.03.503M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3503M, WC-Vorraum Herren", "arch_name": "3503M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49433", - "roomcode": "5505.03.503M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49444", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49433, + "usage_id": 37 + }, + "5505.03.503N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3503N, WC-Vorraum Damen", "arch_name": "3503N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49444", - "roomcode": "5505.03.503N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49450", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49444, + "usage_id": 37 + }, + "5505.03.503P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3503P, WC-Herren", "arch_name": "3503P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49450", - "roomcode": "5505.03.503P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=49902", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49450, + "usage_id": 115 + }, + "5505.03.503Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3503Q, WC-Damen", "arch_name": "3503Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49902", - "roomcode": "5505.03.503Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12759", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49902, + "usage_id": 116 + }, + "5505.03.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3504, Doktoranden", "arch_name": "3504@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12759", - "roomcode": "5505.03.504", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=16934", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12759, + "usage_id": 12 + }, + "5505.03.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3505, Doktoranden", "arch_name": "3505@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "365", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16934", - "roomcode": "5505.03.505", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58194", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16934, + "usage_id": 12 + }, + "5505.03.505M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3505M, Aufenthaltsraum", "arch_name": "3505M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "366", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58194", - "roomcode": "5505.03.505M", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12949", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58194, + "usage_id": 44 + }, + "5505.03.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3506, Bibliothek / Besprechung", "arch_name": "3506@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15300&cRes=24336&cReadonly=J", - "list_index": "367", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12949", - "roomcode": "5505.03.506", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12953", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 24336, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12949, + "usage_id": 196 + }, + "5505.03.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3507, B\u00fcro", "arch_name": "3507@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12953", - "roomcode": "5505.03.507", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58226", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12953, + "usage_id": 12 + }, + "5505.03.507M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3507M, Rechnerraum HiWi", "arch_name": "3507M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58226", - "roomcode": "5505.03.507M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=31950", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58226, + "usage_id": 207 + }, + "5505.03.507N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3507N, Drucker", "arch_name": "3507N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31950", - "roomcode": "5505.03.507N", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13011", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31950, + "usage_id": 110 + }, + "5505.03.508": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3508, Doktoranden", "arch_name": "3508@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13011", - "roomcode": "5505.03.508", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58368", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13011, + "usage_id": 12 + }, + "5505.03.508M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3508M, Teek\u00fcche", "arch_name": "3508M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58368", - "roomcode": "5505.03.508M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13022", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58368, + "usage_id": 198 + }, + "5505.03.509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3509, Doktoranden", "arch_name": "3509@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13022", - "roomcode": "5505.03.509", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13075", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13022, + "usage_id": 12 + }, + "5505.03.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3510, Doktoranden", "arch_name": "3510@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13075", - "roomcode": "5505.03.510", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13087", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13075, + "usage_id": 12 + }, + "5505.03.511": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3511, Doktoranden", "arch_name": "3511@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13087", - "roomcode": "5505.03.511", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=26189", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13087, + "usage_id": 12 + }, + "5505.03.512": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3512, Elektroniklabor", "arch_name": "3512@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26189", - "roomcode": "5505.03.512", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=15824", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26189, + "usage_id": 103 + }, + "5505.03.513": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3513, Elektroniklabor", "arch_name": "3513@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15824", - "roomcode": "5505.03.513", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=72951", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15824, + "usage_id": 103 + }, + "5505.03.526A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3526A, B\u00fcro", "arch_name": "3526A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72951", - "roomcode": "5505.03.526A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12770", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72951, + "usage_id": 12 + }, + "5505.03.527": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3527, B\u00fcro", "arch_name": "3527@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12770", - "roomcode": "5505.03.527", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12775", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12770, + "usage_id": 12 + }, + "5505.03.528": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3528, Doktoranden", "arch_name": "3528@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12775", - "roomcode": "5505.03.528", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57880", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12775, + "usage_id": 12 + }, + "5505.03.528M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3528M, Elektroverteiler", "arch_name": "3528M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57880", - "roomcode": "5505.03.528M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57885", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57880, + "usage_id": 120 + }, + "5505.03.528N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3528N, Nebenraum zu 3528m", "arch_name": "3528N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57885", - "roomcode": "5505.03.528N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12832", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57885, + "usage_id": 120 + }, + "5505.03.529": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3529, B\u00fcro", "arch_name": "3529@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12832", - "roomcode": "5505.03.529", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57908", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12832, + "usage_id": 12 + }, + "5505.03.529M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3529M, Elektroverteiler", "arch_name": "3529M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57908", - "roomcode": "5505.03.529M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12838", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57908, + "usage_id": 120 + }, + "5505.03.530": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3530, Prof.-B\u00fcro", "arch_name": "3530@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12838", - "roomcode": "5505.03.530", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12886", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12838, + "usage_id": 12 + }, + "5505.03.531": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3531, Sekretariat", "arch_name": "3531@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12886", - "roomcode": "5505.03.531", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58044", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12886, + "usage_id": 40 + }, + "5505.03.531M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3531M, Archiv / Kopierer", "arch_name": "3531M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58044", - "roomcode": "5505.03.531M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=17968", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58044, + "usage_id": 2 + }, + "5505.03.532": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3532, Studentenrechnerraum", "arch_name": "3532@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15300&cRes=19001&cReadonly=J", - "list_index": "388", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17968", - "roomcode": "5505.03.532", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58062", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 19001, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17968, + "usage_id": 12 + }, + "5505.03.532M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3532M, Elektro-Unterverteiler", "arch_name": "3532M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58062", - "roomcode": "5505.03.532M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57783", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58062, + "usage_id": 120 + }, + "5505.03.533": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3533, Projektraum", "arch_name": "3533@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15300&cRes=24335&cReadonly=J", - "list_index": "390", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57783", - "roomcode": "5505.03.533", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57793", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 24335, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57783, + "usage_id": 211 + }, + "5505.03.534": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3534, Wechselrichterraum", "arch_name": "3534@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57793", - "roomcode": "5505.03.534", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57926", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57793, + "usage_id": 160 + }, + "5505.03.598A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598a, Schacht", "arch_name": "3598a@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57926", - "roomcode": "5505.03.598A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57932", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57926, + "usage_id": 120 + }, + "5505.03.598B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598b, Schacht", "arch_name": "3598b@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57932", - "roomcode": "5505.03.598B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57941", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57932, + "usage_id": 120 + }, + "5505.03.598C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598c, Aufzug", "arch_name": "3598c@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57941", - "roomcode": "5505.03.598C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57947", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57941, + "usage_id": 4 + }, + "5505.03.598D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598d, Schacht", "arch_name": "3598d@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57947", - "roomcode": "5505.03.598D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57952", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57947, + "usage_id": 120 + }, + "5505.03.598E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598e, Schacht", "arch_name": "3598e@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57952", - "roomcode": "5505.03.598E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57960", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57952, + "usage_id": 120 + }, + "5505.03.598F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598f, Schacht", "arch_name": "3598f@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57960", - "roomcode": "5505.03.598F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58082", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57960, + "usage_id": 120 + }, + "5505.03.598G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598G, Schacht", "arch_name": "3598G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58082", - "roomcode": "5505.03.598G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58092", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58082, + "usage_id": 120 + }, + "5505.03.598H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598h, Schacht", "arch_name": "3598h@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58092", - "roomcode": "5505.03.598H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58100", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58092, + "usage_id": 120 + }, + "5505.03.598I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598i, Schacht", "arch_name": "3598i@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58100", - "roomcode": "5505.03.598I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58108", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58100, + "usage_id": 120 + }, + "5505.03.598J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598j, Schacht", "arch_name": "3598j@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58108", - "roomcode": "5505.03.598J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58235", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58108, + "usage_id": 120 + }, + "5505.03.598K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598k, Aufzug", "arch_name": "3598k@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58235", - "roomcode": "5505.03.598K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58243", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58235, + "usage_id": 4 + }, + "5505.03.598L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598L, Schacht", "arch_name": "3598L@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58243", - "roomcode": "5505.03.598L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58250", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58243, + "usage_id": 120 + }, + "5505.03.598M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598m, Schacht", "arch_name": "3598m@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58250", - "roomcode": "5505.03.598M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58258", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58250, + "usage_id": 120 + }, + "5505.03.598N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598n, Schacht", "arch_name": "3598n@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58258", - "roomcode": "5505.03.598N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58264", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58258, + "usage_id": 120 + }, + "5505.03.598O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3598o, Schacht", "arch_name": "3598o@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58264", - "roomcode": "5505.03.598O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58393", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58264, + "usage_id": 120 + }, + "5505.03.599A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599A, Galerie", "arch_name": "3599A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58393", - "roomcode": "5505.03.599A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58402", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58393, + "usage_id": 206 + }, + "5505.03.599B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599B, Galerie", "arch_name": "3599B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58402", - "roomcode": "5505.03.599B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58411", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58402, + "usage_id": 206 + }, + "5505.03.599C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599C, Flur", "arch_name": "3599C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58411", - "roomcode": "5505.03.599C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58532", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58411, + "usage_id": 222 + }, + "5505.03.599D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599D, Flur", "arch_name": "3599D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58532", - "roomcode": "5505.03.599D", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58545", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58532, + "usage_id": 222 + }, + "5505.03.599E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599E, Install.schacht", "arch_name": "3599E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58545", - "roomcode": "5505.03.599E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58552", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58545, + "usage_id": 120 + }, + "5505.03.599F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599F, Flur", "arch_name": "3599F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58552", - "roomcode": "5505.03.599F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58564", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58552, + "usage_id": 222 + }, + "5505.03.599G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599G, Flur", "arch_name": "3599G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58564", - "roomcode": "5505.03.599G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58691", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58564, + "usage_id": 222 + }, + "5505.03.599H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599H, Flur", "arch_name": "3599H@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58691", - "roomcode": "5505.03.599H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58704", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58691, + "usage_id": 222 + }, + "5505.03.599I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599I, Treppenraum", "arch_name": "3599I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58704", - "roomcode": "5505.03.599I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58713", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58704, + "usage_id": 223 + }, + "5505.03.599K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599K, Flur", "arch_name": "3599K@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58713", - "roomcode": "5505.03.599K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56493", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58713, + "usage_id": 222 + }, + "5505.03.599L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599L, Galerie", "arch_name": "3599L@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56493", - "roomcode": "5505.03.599L", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=72952", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56493, + "usage_id": 206 + }, + "5505.03.599N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599N, Galerie", "arch_name": "3599N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72952", - "roomcode": "5505.03.599N", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=72950", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72952, + "usage_id": 206 + }, + "5505.03.599Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3599Q, Galerie", "arch_name": "3599Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72950", - "roomcode": "5505.03.599Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56168", + "area_id": 34, + "building_id": 843, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72950, + "usage_id": 206 + }, + "5505.EG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0501, Gro\u00dfraumb\u00fcro", "arch_name": "0501@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56168", - "roomcode": "5505.EG.501", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56970", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56168, + "usage_id": 12 + }, + "5505.EG.501A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0501A, Laden", "arch_name": "0501A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56970", - "roomcode": "5505.EG.501A", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56978", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56970, + "usage_id": 164 + }, + "5505.EG.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0502, B\u00fcro", "arch_name": "0502@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56978", - "roomcode": "5505.EG.502", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56986", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56978, + "usage_id": 12 + }, + "5505.EG.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0503, B\u00fcro", "arch_name": "0503@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56986", - "roomcode": "5505.EG.503", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57119", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56986, + "usage_id": 12 + }, + "5505.EG.503M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0503M, WC-Vorraum", "arch_name": "0503M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57119", - "roomcode": "5505.EG.503M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57122", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57119, + "usage_id": 37 + }, + "5505.EG.503N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0503N, WC-Vorraum Damen", "arch_name": "0503N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57122", - "roomcode": "5505.EG.503N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57129", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57122, + "usage_id": 37 + }, + "5505.EG.503P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0503P, WC-Herren", "arch_name": "0503P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57129", - "roomcode": "5505.EG.503P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57137", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57129, + "usage_id": 115 + }, + "5505.EG.503Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0503Q, WC-Damen", "arch_name": "0503Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57137", - "roomcode": "5505.EG.503Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57143", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57137, + "usage_id": 116 + }, + "5505.EG.504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0504, B\u00fcro", "arch_name": "0504@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57143", - "roomcode": "5505.EG.504", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57259", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57143, + "usage_id": 12 + }, + "5505.EG.505A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0505, Gro\u00dfraumb\u00fcro", "arch_name": "0505@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57259", - "roomcode": "5505.EG.505A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57268", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57259, + "usage_id": 12 + }, + "5505.EG.505M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0505M, Flur", "arch_name": "0505M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57268", - "roomcode": "5505.EG.505M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12284", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57268, + "usage_id": 222 + }, + "5505.EG.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0506, B\u00fcro", "arch_name": "0506@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12284", - "roomcode": "5505.EG.506", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72955", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12284, + "usage_id": 12 + }, + "5505.EG.506M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0506M, Studentenarbeitsraum", "arch_name": "0506M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72955", - "roomcode": "5505.EG.506M", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72956", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72955, + "usage_id": 208 + }, + "5505.EG.506N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0506N, Studentenarbeitsraum", "arch_name": "0506N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72956", - "roomcode": "5505.EG.506N", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57293", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72956, + "usage_id": 208 + }, + "5505.EG.507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0507, B\u00fcro", "arch_name": "0507@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57293", - "roomcode": "5505.EG.507", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56672", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57293, + "usage_id": 12 + }, + "5505.EG.508": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0508, Kopierraum", "arch_name": "0508@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56672", - "roomcode": "5505.EG.508", - "usage": 110 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56678", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56672, + "usage_id": 110 + }, + "5505.EG.509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0509, B\u00fcro", "arch_name": "0509@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56678", - "roomcode": "5505.EG.509", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56682", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56678, + "usage_id": 12 + }, + "5505.EG.509M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0509M, Teek\u00fcche", "arch_name": "0509M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56682", - "roomcode": "5505.EG.509M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12092", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56682, + "usage_id": 198 + }, + "5505.EG.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0510, Gro\u00dfraumb\u00fcro", "arch_name": "0510@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12092", - "roomcode": "5505.EG.510", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56693", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12092, + "usage_id": 12 + }, + "5505.EG.511": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0511, M\u00fcllraum", "arch_name": "0511@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56693", - "roomcode": "5505.EG.511", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56697", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56693, + "usage_id": 214 + }, + "5505.EG.525": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0525, Besprechung 2", "arch_name": "0525@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=21302&cReadonly=J", - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56697", - "roomcode": "5505.EG.525", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56817", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 21302, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56697, + "usage_id": 196 + }, + "5505.EG.525M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0525M, Elektroverteiler", "arch_name": "0525M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56817", - "roomcode": "5505.EG.525M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56824", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56817, + "usage_id": 120 + }, + "5505.EG.525N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0525N, Nebenraum von 0525m", "arch_name": "0525N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56824", - "roomcode": "5505.EG.525N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72953", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56824, + "usage_id": 120 + }, + "5505.EG.525Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0525Z, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0525Z@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72953", - "roomcode": "5505.EG.525Z", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56829", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72953, + "usage_id": 204 + }, + "5505.EG.526": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0526, B\u00fcro", "arch_name": "0526@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56829", - "roomcode": "5505.EG.526", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56833", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56829, + "usage_id": 12 + }, + "5505.EG.526M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0526M, Elektroverteiler", "arch_name": "0526M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56833", - "roomcode": "5505.EG.526M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12164", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56833, + "usage_id": 120 + }, + "5505.EG.527": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0527, B\u00fcro", "arch_name": "0527@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12164", - "roomcode": "5505.EG.527", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12168", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12164, + "usage_id": 12 + }, + "5505.EG.528": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0528, B\u00fcro", "arch_name": "0528@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12168", - "roomcode": "5505.EG.528", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12174", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12168, + "usage_id": 12 + }, + "5505.EG.529A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0529A, Prof.-B\u00fcro", "arch_name": "0529A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12174", - "roomcode": "5505.EG.529A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72959", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12174, + "usage_id": 12 + }, + "5505.EG.529B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0529B, B\u00fcro", "arch_name": "0529B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72959", - "roomcode": "5505.EG.529B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11456", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72959, + "usage_id": 12 + }, + "5505.EG.530": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0530, Sekretariat", "arch_name": "0530@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11456", - "roomcode": "5505.EG.530", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11505", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11456, + "usage_id": 40 + }, + "5505.EG.531": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0531, B\u00fcro m. Registratur", "arch_name": "0531@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11505", - "roomcode": "5505.EG.531", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57861", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11505, + "usage_id": 12 + }, + "5505.EG.531M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0531M, Elektro-Unterverteiler", "arch_name": "0531M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57861", - "roomcode": "5505.EG.531M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11509", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57861, + "usage_id": 120 + }, + "5505.EG.532": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0532, B\u00fcro", "arch_name": "0532@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11509", - "roomcode": "5505.EG.532", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57994", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11509, + "usage_id": 12 + }, + "5505.EG.533A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0533, Bibliothek", "arch_name": "0533@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=19304&cReadonly=J", - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57994", - "roomcode": "5505.EG.533A", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72954", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 19304, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57994, + "usage_id": 10 + }, + "5505.EG.533B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0533B, Flur", "arch_name": "0533B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72954", - "roomcode": "5505.EG.533B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=15898", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72954, + "usage_id": 222 + }, + "5505.EG.550": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0550, CAD-Pool", "arch_name": "0550@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=15223&cReadonly=J", - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15898", - "roomcode": "5505.EG.550", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58013", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 15223, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15898, + "usage_id": 211 + }, + "5505.EG.550A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0550A, Lager", "arch_name": "0550A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58013", - "roomcode": "5505.EG.550A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58022", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58013, + "usage_id": 30 + }, + "5505.EG.560": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560, Vorraum / Durchgang zu 560b", "arch_name": "0560@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58022", - "roomcode": "5505.EG.560", - "usage": 50 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58146", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58022, + "usage_id": 50 + }, + "5505.EG.560A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560A, K\u00fcche", "arch_name": "0560A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58146", - "roomcode": "5505.EG.560A", - "usage": 28 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58154", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58146, + "usage_id": 28 + }, + "5505.EG.560B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560B, Personal", "arch_name": "0560B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58154", - "roomcode": "5505.EG.560B", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58161", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58154, + "usage_id": 44 + }, + "5505.EG.560C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560p, Trafo", "arch_name": "0560p@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58161", - "roomcode": "5505.EG.560C", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58170", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58161, + "usage_id": 160 + }, + "5505.EG.560M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560m, Trafo", "arch_name": "0560m@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58170", - "roomcode": "5505.EG.560M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58178", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58170, + "usage_id": 160 + }, + "5505.EG.560N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560n, Trafo", "arch_name": "0560n@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58178", - "roomcode": "5505.EG.560N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58308", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58178, + "usage_id": 160 + }, + "5505.EG.560O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560O, Technik", "arch_name": "0560O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58308", - "roomcode": "5505.EG.560O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57428", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58308, + "usage_id": 120 + }, + "5505.EG.560Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560Q, Fernmelderaum", "arch_name": "0560Q@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57428", - "roomcode": "5505.EG.560Q", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57437", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57428, + "usage_id": 202 + }, + "5505.EG.560R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560R, Umkleide / Dusche Herren", "arch_name": "0560R@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57437", - "roomcode": "5505.EG.560R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57555", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57437, + "usage_id": 121 + }, + "5505.EG.560S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560S, Nebenraum zu 0560s", "arch_name": "0560S@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57555", - "roomcode": "5505.EG.560S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57564", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57555, + "usage_id": 121 + }, + "5505.EG.560T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560T, Umkleide / Dusche Herren", "arch_name": "0560T@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57564", - "roomcode": "5505.EG.560T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57573", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57564, + "usage_id": 121 + }, + "5505.EG.560U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560U, Dusche Nebenraum zu 560t", "arch_name": "0560U@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57573", - "roomcode": "5505.EG.560U", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72962", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57573, + "usage_id": 113 + }, + "5505.EG.560V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0560V, Lager", "arch_name": "0560V@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72962", - "roomcode": "5505.EG.560V", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57582", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72962, + "usage_id": 30 + }, + "5505.EG.561": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0561, Montagehalle", "arch_name": "0561@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57582", - "roomcode": "5505.EG.561", - "usage": 155 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72960", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57582, + "usage_id": 155 + }, + "5505.EG.561A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0561A, Werkstatt", "arch_name": "0561A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72960", - "roomcode": "5505.EG.561A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57694", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72960, + "usage_id": 51 + }, + "5505.EG.561M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0561M, Zahnradschleifmaschine", "arch_name": "0561M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57694", - "roomcode": "5505.EG.561M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57702", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57694, + "usage_id": 51 + }, + "5505.EG.561N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0561N, Messflur", "arch_name": "0561N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57702", - "roomcode": "5505.EG.561N", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30628", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57702, + "usage_id": 108 + }, + "5505.EG.562": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0562, Grobmechanikwerkstatt", "arch_name": "0562@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30628", - "roomcode": "5505.EG.562", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=16618", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30628, + "usage_id": 51 + }, + "5505.EG.562A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0562A, Messmittel", "arch_name": "0562A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16618", - "roomcode": "5505.EG.562A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57718", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16618, + "usage_id": 30 + }, + "5505.EG.562B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0562B, Materiallager", "arch_name": "0562B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57718", - "roomcode": "5505.EG.562B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57841", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57718, + "usage_id": 30 + }, + "5505.EG.562M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0562M, Pr\u00fcfstand", "arch_name": "0562M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57841", - "roomcode": "5505.EG.562M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57666", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57841, + "usage_id": 51 + }, + "5505.EG.562N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0562N, Zahnradlager", "arch_name": "0562N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57666", - "roomcode": "5505.EG.562N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57671", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57666, + "usage_id": 30 + }, + "5505.EG.563": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0563, Schleifraum", "arch_name": "0563@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57671", - "roomcode": "5505.EG.563", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57682", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57671, + "usage_id": 108 + }, + "5505.EG.563M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0563m, \u00d6llager", "arch_name": "0563m@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57682", - "roomcode": "5505.EG.563M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57689", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57682, + "usage_id": 30 + }, + "5505.EG.564": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0564, Lager", "arch_name": "0564@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57689", - "roomcode": "5505.EG.564", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57803", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57689, + "usage_id": 30 + }, + "5505.EG.565": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0565, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0565@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57803", - "roomcode": "5505.EG.565", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57809", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57803, + "usage_id": 32 + }, + "5505.EG.565M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0565M, Abstellraum", "arch_name": "0565M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57809", - "roomcode": "5505.EG.565M", - "usage": 159 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57812", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57809, + "usage_id": 159 + }, + "5505.EG.565N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0565N, Abstellraum", "arch_name": "0565N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57812", - "roomcode": "5505.EG.565N", - "usage": 159 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26791", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57812, + "usage_id": 159 + }, + "5505.EG.565O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0565O, B\u00fcro", "arch_name": "0565O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26791", - "roomcode": "5505.EG.565O", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=68290", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26791, + "usage_id": 12 + }, + "5505.EG.565P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0565P, Aufenthalt", "arch_name": "0565P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68290", - "roomcode": "5505.EG.565P", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57827", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68290, + "usage_id": 44 + }, + "5505.EG.590": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590, Versuchshalle", "arch_name": "0590@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15299&cRes=19306&cReadonly=J", - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57827", - "roomcode": "5505.EG.590", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26881", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 19306, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57827, + "usage_id": 49 + }, + "5505.EG.590B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590B, KFZ-Praktikum", "arch_name": "0590B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26881", - "roomcode": "5505.EG.590B", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57974", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26881, + "usage_id": 211 + }, + "5505.EG.590C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590C, Schleuse", "arch_name": "0590C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57974", - "roomcode": "5505.EG.590C", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=16869", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57974, + "usage_id": 105 + }, + "5505.EG.590D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590D, Spanende Fertigung + Montage", "arch_name": "0590D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16869", - "roomcode": "5505.EG.590D", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56298", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15299, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16869, + "usage_id": 51 + }, + "5505.EG.590E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590E, Werkstattpersonal", "arch_name": "0590E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56298", - "roomcode": "5505.EG.590E", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13862", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56298, + "usage_id": 44 + }, + "5505.EG.590F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590F, B\u00fcro", "arch_name": "0590F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13862", - "roomcode": "5505.EG.590F", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57239", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15299, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13862, + "usage_id": 12 + }, + "5505.EG.590G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590G, Schwei\u00dferei", "arch_name": "0590G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57239", - "roomcode": "5505.EG.590G", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57247", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57239, + "usage_id": 51 + }, + "5505.EG.590H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590H, Maschinenhalle", "arch_name": "0590H@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57247", - "roomcode": "5505.EG.590H", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57370", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57247, + "usage_id": 49 + }, + "5505.EG.590I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590I, Grobmechanikwerkstatt", "arch_name": "0590I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57370", - "roomcode": "5505.EG.590I", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57537", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57370, + "usage_id": 51 + }, + "5505.EG.590P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0590P, KFZ-Praktikum", "arch_name": "0590P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57537", - "roomcode": "5505.EG.590P", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72965", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57537, + "usage_id": 51 + }, + "5505.EG.591A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0591A, Treppe", "arch_name": "0591A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72965", - "roomcode": "5505.EG.591A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72964", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72965, + "usage_id": 223 + }, + "5505.EG.591B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0591B, Treppe im Freien", "arch_name": "0591B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72964", - "roomcode": "5505.EG.591B", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72961", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72964, + "usage_id": 7 + }, + "5505.EG.591C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0591C, Treppe", "arch_name": "0591C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72961", - "roomcode": "5505.EG.591C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72963", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72961, + "usage_id": 223 + }, + "5505.EG.591D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0591D, Treppe", "arch_name": "0591D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72963", - "roomcode": "5505.EG.591D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57983", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72963, + "usage_id": 223 + }, + "5505.EG.598A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598a, Schacht", "arch_name": "0598a@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57983", - "roomcode": "5505.EG.598A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58446", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57983, + "usage_id": 120 + }, + "5505.EG.598B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598B, Schacht", "arch_name": "0598B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58446", - "roomcode": "5505.EG.598B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58455", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58446, + "usage_id": 120 + }, + "5505.EG.598C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598C, Aufzug", "arch_name": "0598C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58455", - "roomcode": "5505.EG.598C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58571", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58455, + "usage_id": 4 + }, + "5505.EG.598D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598d, Schacht", "arch_name": "0598d@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58571", - "roomcode": "5505.EG.598D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58583", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58571, + "usage_id": 120 + }, + "5505.EG.598E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598e, Schacht", "arch_name": "0598e@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58583", - "roomcode": "5505.EG.598E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58592", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58583, + "usage_id": 120 + }, + "5505.EG.598F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598f, Schacht", "arch_name": "0598f@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58592", - "roomcode": "5505.EG.598F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58603", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58592, + "usage_id": 120 + }, + "5505.EG.598G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598g, Schacht", "arch_name": "0598g@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58603", - "roomcode": "5505.EG.598G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58720", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58603, + "usage_id": 120 + }, + "5505.EG.598H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598h, Schacht", "arch_name": "0598h@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58720", - "roomcode": "5505.EG.598H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58730", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58720, + "usage_id": 120 + }, + "5505.EG.598I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598i, Schacht", "arch_name": "0598i@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58730", - "roomcode": "5505.EG.598I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58738", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58730, + "usage_id": 120 + }, + "5505.EG.598J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598j, Schacht", "arch_name": "0598j@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58738", - "roomcode": "5505.EG.598J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58753", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58738, + "usage_id": 120 + }, + "5505.EG.598K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598K, Aufzug", "arch_name": "0598K@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58753", - "roomcode": "5505.EG.598K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56528", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58753, + "usage_id": 4 + }, + "5505.EG.598L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598l, Schacht", "arch_name": "0598l@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56528", - "roomcode": "5505.EG.598L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56537", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56528, + "usage_id": 120 + }, + "5505.EG.598M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598m, Schacht", "arch_name": "0598m@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56537", - "roomcode": "5505.EG.598M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56548", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56537, + "usage_id": 120 + }, + "5505.EG.598N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598n, Schacht", "arch_name": "0598n@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56548", - "roomcode": "5505.EG.598N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57989", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56548, + "usage_id": 120 + }, + "5505.EG.598O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598O, Schacht", "arch_name": "0598O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57989", - "roomcode": "5505.EG.598O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58115", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57989, + "usage_id": 120 + }, + "5505.EG.598S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598S, Schacht", "arch_name": "0598S@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58115", - "roomcode": "5505.EG.598S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58124", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58115, + "usage_id": 120 + }, + "5505.EG.598T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0598t, Schacht", "arch_name": "0598t@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58124", - "roomcode": "5505.EG.598T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26994", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58124, + "usage_id": 120 + }, + "5505.EG.599A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599A, MW 5 Innenhof", "arch_name": "0599A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17991&cReadonly=J", - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26994", - "roomcode": "5505.EG.599A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58135", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 17991, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26994, + "usage_id": 222 + }, + "5505.EG.599B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599B, Flur", "arch_name": "0599B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58135", - "roomcode": "5505.EG.599B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58268", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58135, + "usage_id": 222 + }, + "5505.EG.599D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599D, Flur", "arch_name": "0599D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58268", - "roomcode": "5505.EG.599D", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58278", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58268, + "usage_id": 222 + }, + "5505.EG.599E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599E, Treppenraum", "arch_name": "0599E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58278", - "roomcode": "5505.EG.599E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58286", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58278, + "usage_id": 223 + }, + "5505.EG.599F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599F, Flur", "arch_name": "0599F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58286", - "roomcode": "5505.EG.599F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58300", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58286, + "usage_id": 222 + }, + "5505.EG.599G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599G, Flur", "arch_name": "0599G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58300", - "roomcode": "5505.EG.599G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58428", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58300, + "usage_id": 222 + }, + "5505.EG.599I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599I, Treppenraum", "arch_name": "0599I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58428", - "roomcode": "5505.EG.599I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58436", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58428, + "usage_id": 223 + }, + "5505.EG.599K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599K, Flur", "arch_name": "0599K@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58436", - "roomcode": "5505.EG.599K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72958", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58436, + "usage_id": 222 + }, + "5505.EG.599L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599L, Flur", "arch_name": "0599L@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72958", - "roomcode": "5505.EG.599L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58318", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72958, + "usage_id": 222 + }, + "5505.EG.599M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599M, Flur", "arch_name": "0599M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58318", - "roomcode": "5505.EG.599M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56314", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58318, + "usage_id": 222 + }, + "5505.EG.599N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599N, Treppenraum", "arch_name": "0599N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56314", - "roomcode": "5505.EG.599N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56322", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56314, + "usage_id": 223 + }, + "5505.EG.599O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599O, Flur", "arch_name": "0599O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56322", - "roomcode": "5505.EG.599O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56331", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56322, + "usage_id": 222 + }, + "5505.EG.599P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599P, Flur", "arch_name": "0599P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56331", - "roomcode": "5505.EG.599P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58773", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56331, + "usage_id": 222 + }, + "5505.EG.599S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599S, Flur", "arch_name": "0599S@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58773", - "roomcode": "5505.EG.599S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58791", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58773, + "usage_id": 222 + }, + "5505.EG.599U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599U, Wendeltreppe", "arch_name": "0599U@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58791", - "roomcode": "5505.EG.599U", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72957", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58791, + "usage_id": 223 + }, + "5505.EG.599W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0599W, Flur", "arch_name": "0599W@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72957", - "roomcode": "5505.EG.599W", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54881", + "area_id": 34, + "building_id": 843, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72957, + "usage_id": 222 + }, + "5505.U1.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U501, Technik", "arch_name": "U501@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54881", - "roomcode": "5505.U1.501", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54885", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54881, + "usage_id": 120 + }, + "5505.U1.501M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U501M, FM-Zentrale", "arch_name": "U501M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54885", - "roomcode": "5505.U1.501M", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55012", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54885, + "usage_id": 202 + }, + "5505.U1.501N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U501N, FM-Zentrale", "arch_name": "U501N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55012", - "roomcode": "5505.U1.501N", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55019", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55012, + "usage_id": 202 + }, + "5505.U1.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U502, Installationskeller", "arch_name": "U502@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55019", - "roomcode": "5505.U1.502", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55022", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55019, + "usage_id": 120 + }, + "5505.U1.502A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U502A, Flur", "arch_name": "U502A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55022", - "roomcode": "5505.U1.502A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72945", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55022, + "usage_id": 222 + }, + "5505.U1.502B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U502B, Lager", "arch_name": "U502B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72945", - "roomcode": "5505.U1.502B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55029", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72945, + "usage_id": 30 + }, + "5505.U1.503M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U503M, M\u00f6bellager", "arch_name": "U503M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55029", - "roomcode": "5505.U1.503M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55035", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55029, + "usage_id": 30 + }, + "5505.U1.503N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U530N, Maschinenraum", "arch_name": "U530N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55035", - "roomcode": "5505.U1.503N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55041", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55035, + "usage_id": 120 + }, + "5505.U1.503O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U503O, Lager", "arch_name": "U503O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55041", - "roomcode": "5505.U1.503O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55047", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55041, + "usage_id": 30 + }, + "5505.U1.525": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U525, Netz", "arch_name": "U525@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55047", - "roomcode": "5505.U1.525", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55169", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55047, + "usage_id": 160 + }, + "5505.U1.525M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U525M, Elektroverteiler", "arch_name": "U525M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55169", - "roomcode": "5505.U1.525M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55174", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55169, + "usage_id": 120 + }, + "5505.U1.526": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U526, SV", "arch_name": "U526@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55174", - "roomcode": "5505.U1.526", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55179", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55174, + "usage_id": 160 + }, + "5505.U1.526M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U526M, Elektroverteiler", "arch_name": "U526M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55179", - "roomcode": "5505.U1.526M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55184", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55179, + "usage_id": 120 + }, + "5505.U1.527": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U527, FM", "arch_name": "U527@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55184", - "roomcode": "5505.U1.527", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55190", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55184, + "usage_id": 202 + }, + "5505.U1.528": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U528, Arbeitspl\u00e4tze", "arch_name": "U528@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55190", - "roomcode": "5505.U1.528", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55195", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55190, + "usage_id": 12 + }, + "5505.U1.529": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U529, Reinigungsdienst", "arch_name": "U529@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55195", - "roomcode": "5505.U1.529", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55200", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55195, + "usage_id": 44 + }, + "5505.U1.530": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U530, Archiv", "arch_name": "U530@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55200", - "roomcode": "5505.U1.530", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55333", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55200, + "usage_id": 2 + }, + "5505.U1.530M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U530M, Elektro-Unterverteiler", "arch_name": "U530M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55333", - "roomcode": "5505.U1.530M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55339", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55333, + "usage_id": 120 + }, + "5505.U1.531": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U531, Dokumentenarchiv", "arch_name": "U531@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55339", - "roomcode": "5505.U1.531", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55345", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55339, + "usage_id": 2 + }, + "5505.U1.531M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U531M, FM-Zentrale", "arch_name": "U531M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55345", - "roomcode": "5505.U1.531M", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55355", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55345, + "usage_id": 202 + }, + "5505.U1.531N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U531N, LRZ-Verteilerknoten", "arch_name": "U531N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39906", - "operator": "[ TUPELRZ ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55355", - "roomcode": "5505.U1.531N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55360", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 39906, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55355, + "usage_id": 120 + }, + "5505.U1.550": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U550, CAD-Pool", "arch_name": "U550@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": "tvKalender.wSicht?cOrg=15298&cRes=25481&cReadonly=J", - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55360", - "roomcode": "5505.U1.550", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55370", + "area_id": 34, + "building_id": 843, + "calendar_resource_nr": 25481, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55360, + "usage_id": 211 + }, + "5505.U1.550A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U550A, Lager", "arch_name": "U550A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55370", - "roomcode": "5505.U1.550A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72943", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55370, + "usage_id": 30 + }, + "5505.U1.551A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U551A, Lager", "arch_name": "U551A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72943", - "roomcode": "5505.U1.551A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55494", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72943, + "usage_id": 30 + }, + "5505.U1.590A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U590A, Rollenpr\u00fcfstand", "arch_name": "U590A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55494", - "roomcode": "5505.U1.590A", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55501", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55494, + "usage_id": 49 + }, + "5505.U1.590B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U590B, Schleuse", "arch_name": "U590B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55501", - "roomcode": "5505.U1.590B", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55509", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55501, + "usage_id": 105 + }, + "5505.U1.590C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U590C, Werkstatt", "arch_name": "U590C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55509", - "roomcode": "5505.U1.590C", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72942", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55509, + "usage_id": 51 + }, + "5505.U1.590D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U590D, Werkstatt", "arch_name": "U590D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15299", - "operator": "[ TUMWFML ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72942", - "roomcode": "5505.U1.590D", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55519", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15299, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72942, + "usage_id": 51 + }, + "5505.U1.598B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598B, Schacht", "arch_name": "U598B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55519", - "roomcode": "5505.U1.598B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55525", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55519, + "usage_id": 120 + }, + "5505.U1.598C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598C, Aufzug", "arch_name": "U598C@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55525", - "roomcode": "5505.U1.598C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55658", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55525, + "usage_id": 4 + }, + "5505.U1.598D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598D, Schacht", "arch_name": "U598D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55658", - "roomcode": "5505.U1.598D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55667", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55658, + "usage_id": 120 + }, + "5505.U1.598E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598e, Schacht", "arch_name": "U598e@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55667", - "roomcode": "5505.U1.598E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55673", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55667, + "usage_id": 120 + }, + "5505.U1.598F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598f, Schacht", "arch_name": "U598f@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55673", - "roomcode": "5505.U1.598F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55677", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55673, + "usage_id": 120 + }, + "5505.U1.598G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598g, Schacht", "arch_name": "U598g@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55677", - "roomcode": "5505.U1.598G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55684", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55677, + "usage_id": 120 + }, + "5505.U1.598H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598h, Schacht", "arch_name": "U598h@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55684", - "roomcode": "5505.U1.598H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55689", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55684, + "usage_id": 120 + }, + "5505.U1.598K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598K, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U598K@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55689", - "roomcode": "5505.U1.598K", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55832", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55689, + "usage_id": 5 + }, + "5505.U1.598L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598L, Schacht", "arch_name": "U598L@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55832", - "roomcode": "5505.U1.598L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55836", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55832, + "usage_id": 120 + }, + "5505.U1.598M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598M, Schacht", "arch_name": "U598M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55836", - "roomcode": "5505.U1.598M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55840", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55836, + "usage_id": 120 + }, + "5505.U1.598N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598N, Schacht", "arch_name": "U598N@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55840", - "roomcode": "5505.U1.598N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55844", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55840, + "usage_id": 120 + }, + "5505.U1.598O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598O, Schacht", "arch_name": "U598O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55844", - "roomcode": "5505.U1.598O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55849", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55844, + "usage_id": 120 + }, + "5505.U1.598P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U598P, Schacht", "arch_name": "U598P@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55849", - "roomcode": "5505.U1.598P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55855", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55849, + "usage_id": 120 + }, + "5505.U1.599A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599A, Installationskeller", "arch_name": "U599A@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55855", - "roomcode": "5505.U1.599A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55985", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55855, + "usage_id": 120 + }, + "5505.U1.599B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599B, Technik", "arch_name": "U599B@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55985", - "roomcode": "5505.U1.599B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55990", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55985, + "usage_id": 120 + }, + "5505.U1.599D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599D, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U599D@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55990", - "roomcode": "5505.U1.599D", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55996", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55990, + "usage_id": 5 + }, + "5505.U1.599E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599E, Treppenraum", "arch_name": "U599E@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55996", - "roomcode": "5505.U1.599E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56002", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55996, + "usage_id": 223 + }, + "5505.U1.599F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599F, Flur", "arch_name": "U599F@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56002", - "roomcode": "5505.U1.599F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56010", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56002, + "usage_id": 222 + }, + "5505.U1.599G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599G, Flur", "arch_name": "U599G@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56010", - "roomcode": "5505.U1.599G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56141", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56010, + "usage_id": 222 + }, + "5505.U1.599H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599H, Flur", "arch_name": "U599H@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56141", - "roomcode": "5505.U1.599H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56147", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56141, + "usage_id": 222 + }, + "5505.U1.599I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599I, Treppe", "arch_name": "U599I@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56147", - "roomcode": "5505.U1.599I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56158", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56147, + "usage_id": 223 + }, + "5505.U1.599J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599J, Treppenraum", "arch_name": "U599J@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56158", - "roomcode": "5505.U1.599J", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56160", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56158, + "usage_id": 223 + }, + "5505.U1.599K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599K, Treppe", "arch_name": "U599K@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56160", - "roomcode": "5505.U1.599K", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72944", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56160, + "usage_id": 7 + }, + "5505.U1.599L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599L, Treppe im Freien", "arch_name": "U599L@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72944", - "roomcode": "5505.U1.599L", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72949", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72944, + "usage_id": 7 + }, + "5505.U1.599M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599M, Flur", "arch_name": "U599M@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72949", - "roomcode": "5505.U1.599M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72946", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72949, + "usage_id": 222 + }, + "5505.U1.599O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599O, Treppe", "arch_name": "U599O@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72946", - "roomcode": "5505.U1.599O", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72947", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72946, + "usage_id": 223 + }, + "5505.U1.599R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599R, Treppe", "arch_name": "U599R@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72947", - "roomcode": "5505.U1.599R", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72948", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72947, + "usage_id": 223 + }, + "5505.U1.599S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U599S, Treppe", "arch_name": "U599S@5505", - "b_area_id": 34, - "b_filter_id": 843, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72948", - "roomcode": "5505.U1.599S", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58609", + "area_id": 34, + "building_id": 843, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72948, + "usage_id": 223 + }, + "5506.01.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1601, Studenten-Arbeitsplatz", "arch_name": "1601@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58609", - "roomcode": "5506.01.601", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58614", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58609, + "usage_id": 208 + }, + "5506.01.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1602, Seminarraum", "arch_name": "1602@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15309&cRes=22225&cReadonly=J", - "extended": { - "additional_description": "1602, Seminarraum", - "address": "Boltzmannstr. 15(5506), 1.Obergescho\u00df", - "architect_room_nr": "1602@5506", - "area_m2": 37.06, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "602", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58614", - "roomcode": "5506.01.602", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58625", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 22225, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58614, + "usage_id": 41 + }, + "5506.01.602M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1602M, Teek\u00fcche", "arch_name": "1602M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58625", - "roomcode": "5506.01.602M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58634", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58625, + "usage_id": 198 + }, + "5506.01.603": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1603, Wissenschaftliche Mitarbeiter", "arch_name": "1603@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58634", - "roomcode": "5506.01.603", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58640", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58634, + "usage_id": 12 + }, + "5506.01.603M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1603M, WC-Vorraum", "arch_name": "1603M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58640", - "roomcode": "5506.01.603M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58760", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58640, + "usage_id": 37 + }, + "5506.01.603N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1603N, WC-Vorraum", "arch_name": "1603N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58760", - "roomcode": "5506.01.603N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58770", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58760, + "usage_id": 37 + }, + "5506.01.603P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1603P, WC-Damen", "arch_name": "1603P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58770", - "roomcode": "5506.01.603P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58778", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58770, + "usage_id": 116 + }, + "5506.01.603Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1603Q, WC-Herren", "arch_name": "1603Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58778", - "roomcode": "5506.01.603Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11815", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58778, + "usage_id": 115 + }, + "5506.01.604": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1604, Wissenschaftliche Mitarbeiter", "arch_name": "1604@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11815", - "roomcode": "5506.01.604", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58795", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11815, + "usage_id": 12 + }, + "5506.01.605": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1605, Stipendiaten", "arch_name": "1605@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58795", - "roomcode": "5506.01.605", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11864", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58795, + "usage_id": 12 + }, + "5506.01.606": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1606, Wissenschaftliche Mitarbeiter", "arch_name": "1606@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11864", - "roomcode": "5506.01.606", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56430", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11864, + "usage_id": 12 + }, + "5506.01.607": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1607, WARR Studentengruppe", "arch_name": "1607@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56430", - "roomcode": "5506.01.607", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56438", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56430, + "usage_id": 12 + }, + "5506.01.608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1608, Emeriti", "arch_name": "1608@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56438", - "roomcode": "5506.01.608", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56447", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56438, + "usage_id": 12 + }, + "5506.01.608M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1608M, \u00dcbungsraum", "arch_name": "1608M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "extended": { - "additional_description": "1608M, \u00dcbungsraum", - "address": "Boltzmannstr. 15(5506), 1.Obergescho\u00df", - "architect_room_nr": "1608M@5506", - "area_m2": 116.03, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "608M", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56447", - "roomcode": "5506.01.608M", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56452", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56447, + "usage_id": 131 + }, + "5506.01.609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1609, Studentenlabor", "arch_name": "1609@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56452", - "roomcode": "5506.01.609", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11940", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56452, + "usage_id": 211 + }, + "5506.01.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1610, B\u00fcro", "arch_name": "1610@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11940", - "roomcode": "5506.01.610", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56596", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11940, + "usage_id": 12 + }, + "5506.01.610M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1610M, HVA Labor, Project Room CopKa", "arch_name": "1610M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56596", - "roomcode": "5506.01.610M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29979", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56596, + "usage_id": 194 + }, + "5506.01.611": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1611, B\u00fcro", "arch_name": "1611@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29979", - "roomcode": "5506.01.611", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11949", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29979, + "usage_id": 12 + }, + "5506.01.612": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1612, B\u00fcro", "arch_name": "1612@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11949", - "roomcode": "5506.01.612", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56713", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11949, + "usage_id": 12 + }, + "5506.01.612M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1612M, Bibliothek", "arch_name": "1612M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56713", - "roomcode": "5506.01.612M", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11988", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56713, + "usage_id": 10 + }, + "5506.01.613": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1613, B\u00fcro", "arch_name": "1613@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11988", - "roomcode": "5506.01.613", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11990", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11988, + "usage_id": 12 + }, + "5506.01.614": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1614, B\u00fcro", "arch_name": "1614@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11990", - "roomcode": "5506.01.614", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56845", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11990, + "usage_id": 12 + }, + "5506.01.614M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1614M, Teek\u00fcche", "arch_name": "1614M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56845", - "roomcode": "5506.01.614M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11998", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56845, + "usage_id": 198 + }, + "5506.01.615": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1615, B\u00fcro", "arch_name": "1615@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11998", - "roomcode": "5506.01.615", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12047", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11998, + "usage_id": 12 + }, + "5506.01.616": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1616, B\u00fcro", "arch_name": "1616@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12047", - "roomcode": "5506.01.616", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12052", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12047, + "usage_id": 12 + }, + "5506.01.617": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1617, B\u00fcro", "arch_name": "1617@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12052", - "roomcode": "5506.01.617", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12054", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12052, + "usage_id": 12 + }, + "5506.01.618": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1618, B\u00fcro", "arch_name": "1618@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12054", - "roomcode": "5506.01.618", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57149", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12054, + "usage_id": 12 + }, + "5506.01.619": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1619, Technikraum", "arch_name": "1619@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57149", - "roomcode": "5506.01.619", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57156", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57149, + "usage_id": 120 + }, + "5506.01.620": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1620, Putzraum", "arch_name": "1620@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57156", - "roomcode": "5506.01.620", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12072", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57156, + "usage_id": 205 + }, + "5506.01.625": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1625, B\u00fcro", "arch_name": "1625@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12072", - "roomcode": "5506.01.625", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12124", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12072, + "usage_id": 12 + }, + "5506.01.626": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1626, B\u00fcro", "arch_name": "1626@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12124", - "roomcode": "5506.01.626", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=30266", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12124, + "usage_id": 12 + }, + "5506.01.627": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1627, B\u00fcro", "arch_name": "1627@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30266", - "roomcode": "5506.01.627", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57596", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30266, + "usage_id": 12 + }, + "5506.01.627M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1627m, Elektroverteiler", "arch_name": "1627m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57596", - "roomcode": "5506.01.627M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57603", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57596, + "usage_id": 160 + }, + "5506.01.627N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1627n, Elektroverteiler", "arch_name": "1627n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57603", - "roomcode": "5506.01.627N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12138", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57603, + "usage_id": 160 + }, + "5506.01.628": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1628, B\u00fcro", "arch_name": "1628@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12138", - "roomcode": "5506.01.628", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57616", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12138, + "usage_id": 12 + }, + "5506.01.628M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1628M, Elektroverteiler", "arch_name": "1628M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57616", - "roomcode": "5506.01.628M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12200", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57616, + "usage_id": 120 + }, + "5506.01.629": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1629, B\u00fcro", "arch_name": "1629@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12200", - "roomcode": "5506.01.629", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12204", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12200, + "usage_id": 40 + }, + "5506.01.630": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1630, B\u00fcro", "arch_name": "1630@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12204", - "roomcode": "5506.01.630", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57312", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12204, + "usage_id": 12 + }, + "5506.01.630M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1630M, Bibliothek", "arch_name": "1630M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57312", - "roomcode": "5506.01.630M", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12211", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57312, + "usage_id": 10 + }, + "5506.01.631": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1631, B\u00fcro", "arch_name": "1631@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12211", - "roomcode": "5506.01.631", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12253", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12211, + "usage_id": 12 + }, + "5506.01.632": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1632, B\u00fcro", "arch_name": "1632@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12253", - "roomcode": "5506.01.632", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12258", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12253, + "usage_id": 12 + }, + "5506.01.633": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1633, Prof.-B\u00fcro", "arch_name": "1633@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12258", - "roomcode": "5506.01.633", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57016", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12258, + "usage_id": 12 + }, + "5506.01.633M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1633M, Bibliothek", "arch_name": "1633M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57016", - "roomcode": "5506.01.633M", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72999", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57016, + "usage_id": 10 + }, + "5506.01.633N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1633N, Bibliotheksraum einf.", "arch_name": "1633N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72999", - "roomcode": "5506.01.633N", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12260", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72999, + "usage_id": 10 + }, + "5506.01.634": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1634, B\u00fcro", "arch_name": "1634@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12260", - "roomcode": "5506.01.634", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12296", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12260, + "usage_id": 12 + }, + "5506.01.635": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1635, B\u00fcro", "arch_name": "1635@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12296", - "roomcode": "5506.01.635", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12301", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12296, + "usage_id": 12 + }, + "5506.01.636": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1636, B\u00fcro", "arch_name": "1636@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12301", - "roomcode": "5506.01.636", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57481", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12301, + "usage_id": 12 + }, + "5506.01.636M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1636M, Foyer", "arch_name": "1636M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57481", - "roomcode": "5506.01.636M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12305", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57481, + "usage_id": 222 + }, + "5506.01.637": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1637, B\u00fcro", "arch_name": "1637@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12305", - "roomcode": "5506.01.637", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11430", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12305, + "usage_id": 12 + }, + "5506.01.638": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1638, Besprechungsraum", "arch_name": "1638@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15307&cRes=15158&cReadonly=J", - "list_index": "233", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11430", - "roomcode": "5506.01.638", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11432", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 15158, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11430, + "usage_id": 196 + }, + "5506.01.639": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1639, Vortragsraum/Seminarraum", "arch_name": "1639@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15307&cRes=12645&cReadonly=J", - "extended": { - "additional_description": "1639, Vortragsraum/Seminarraum", - "address": "Boltzmannstr. 15(5506), 1.Obergescho\u00df", - "architect_room_nr": "1639@5506", - "area_m2": 73.94, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "639", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11432", - "roomcode": "5506.01.639", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55543", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 12645, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11432, + "usage_id": 41 + }, + "5506.01.660": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660, Flugsimulator DA-42", "arch_name": "1660@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55543", - "roomcode": "5506.01.660", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73003", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15305, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55543, + "usage_id": 211 + }, + "5506.01.660L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660L, WC-Vorraum Herren", "arch_name": "1660L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73003", - "roomcode": "5506.01.660L", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55555", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73003, + "usage_id": 118 + }, + "5506.01.660M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660M, Technikraum", "arch_name": "1660M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55555", - "roomcode": "5506.01.660M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55564", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55555, + "usage_id": 120 + }, + "5506.01.660N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660N, Technikraum", "arch_name": "1660N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55564", - "roomcode": "5506.01.660N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55571", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55564, + "usage_id": 120 + }, + "5506.01.660P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660P, WC-Damen / Dusche", "arch_name": "1660P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55571", - "roomcode": "5506.01.660P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55698", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55571, + "usage_id": 116 + }, + "5506.01.660Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660Q, WC-Herren", "arch_name": "1660Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55698", - "roomcode": "5506.01.660Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55707", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55698, + "usage_id": 115 + }, + "5506.01.660R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660R, WC", "arch_name": "1660R@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55707", - "roomcode": "5506.01.660R", - "usage": 114 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55716", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55707, + "usage_id": 114 + }, + "5506.01.660S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660S, Umkleide-Herren", "arch_name": "1660S@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55716", - "roomcode": "5506.01.660S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55725", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55716, + "usage_id": 121 + }, + "5506.01.660T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1660T, Dusche Herren", "arch_name": "1660T@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55725", - "roomcode": "5506.01.660T", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=30955", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55725, + "usage_id": 113 + }, + "5506.01.661": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1661, Elektroniklabor", "arch_name": "1661@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30955", - "roomcode": "5506.01.661", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55876", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15305, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30955, + "usage_id": 51 + }, + "5506.01.661M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1661M, Archivraum", "arch_name": "1661M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55876", - "roomcode": "5506.01.661M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55886", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55876, + "usage_id": 2 + }, + "5506.01.661N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1661N, Lehrstuhlwerkstatt", "arch_name": "1661N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55886", - "roomcode": "5506.01.661N", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55898", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55886, + "usage_id": 51 + }, + "5506.01.661O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1661O, Materiallager", "arch_name": "1661O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55898", - "roomcode": "5506.01.661O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56021", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55898, + "usage_id": 30 + }, + "5506.01.662": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1662, Inkubationslabor", "arch_name": "1662@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56021", - "roomcode": "5506.01.662", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56034", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56021, + "usage_id": 102 + }, + "5506.01.662M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1662M, Werkstattlager", "arch_name": "1662M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56034", - "roomcode": "5506.01.662M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56045", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56034, + "usage_id": 30 + }, + "5506.01.663": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1663, Analysenlabor", "arch_name": "1663@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56045", - "roomcode": "5506.01.663", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56054", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56045, + "usage_id": 102 + }, + "5506.01.663M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1663M, W\u00e4geraum", "arch_name": "1663M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56054", - "roomcode": "5506.01.663M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56185", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56054, + "usage_id": 194 + }, + "5506.01.663N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1663N, Autoklavenraum", "arch_name": "1663N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56185", - "roomcode": "5506.01.663N", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56195", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56185, + "usage_id": 103 + }, + "5506.01.663O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1663O, Sp\u00fclk\u00fcche", "arch_name": "1663O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56195", - "roomcode": "5506.01.663O", - "usage": 209 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56206", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56195, + "usage_id": 209 + }, + "5506.01.664": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1664, Bioprozesslabor", "arch_name": "1664@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56206", - "roomcode": "5506.01.664", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56215", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56206, + "usage_id": 194 + }, + "5506.01.664M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1664M, DNA-Raum", "arch_name": "1664M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56215", - "roomcode": "5506.01.664M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56346", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56215, + "usage_id": 103 + }, + "5506.01.664N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1664n, Gasflaschenlager", "arch_name": "1664n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56346", - "roomcode": "5506.01.664N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56357", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56346, + "usage_id": 30 + }, + "5506.01.665": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1665, Garderobe", "arch_name": "1665@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15294&cRes=19028&cReadonly=J", - "list_index": "257", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56357", - "roomcode": "5506.01.665", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56369", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 19028, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56357, + "usage_id": 121 + }, + "5506.01.665A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1665A, Aufenthalt", "arch_name": "1665A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56369", - "roomcode": "5506.01.665A", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72998", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56369, + "usage_id": 44 + }, + "5506.01.670A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670A, Treppe", "arch_name": "1670A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72998", - "roomcode": "5506.01.670A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73001", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72998, + "usage_id": 223 + }, + "5506.01.670B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670B, Treppe", "arch_name": "1670B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73001", - "roomcode": "5506.01.670B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73000", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73001, + "usage_id": 223 + }, + "5506.01.670C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670C, Flur", "arch_name": "1670C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73000", - "roomcode": "5506.01.670C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72977", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73000, + "usage_id": 222 + }, + "5506.01.670E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670E, Galerie", "arch_name": "1670E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72977", - "roomcode": "5506.01.670E", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72997", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72977, + "usage_id": 206 + }, + "5506.01.670F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670F, Flur", "arch_name": "1670F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72997", - "roomcode": "5506.01.670F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72976", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72997, + "usage_id": 222 + }, + "5506.01.670G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670G, Lager", "arch_name": "1670G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72976", - "roomcode": "5506.01.670G", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72978", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72976, + "usage_id": 30 + }, + "5506.01.670H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670H, Balkon", "arch_name": "1670H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72978", - "roomcode": "5506.01.670H", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73002", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72978, + "usage_id": 219 + }, + "5506.01.670I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670I, Treppe im Freien", "arch_name": "1670I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73002", - "roomcode": "5506.01.670I", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72996", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73002, + "usage_id": 7 + }, + "5506.01.670J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1670J, Flur", "arch_name": "1670J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72996", - "roomcode": "5506.01.670J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56376", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72996, + "usage_id": 222 + }, + "5506.01.675": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1675, B\u00fcro f\u00fcr Studenten", "arch_name": "1675@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56376", - "roomcode": "5506.01.675", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53990", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56376, + "usage_id": 12 + }, + "5506.01.676A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1676A, B\u00fcro", "arch_name": "1676A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53990", - "roomcode": "5506.01.676A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=61817", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53990, + "usage_id": 12 + }, + "5506.01.676B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1676B, B\u00fcro", "arch_name": "1676B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61817", - "roomcode": "5506.01.676B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54001", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61817, + "usage_id": 12 + }, + "5506.01.676M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1676M, Schlosserei", "arch_name": "1676M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54001", - "roomcode": "5506.01.676M", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=11961", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54001, + "usage_id": 108 + }, + "5506.01.677": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1677, Prof.-B\u00fcro", "arch_name": "1677@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11961", - "roomcode": "5506.01.677", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29877", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11961, + "usage_id": 12 + }, + "5506.01.678": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1678, Elektrowerkstatt", "arch_name": "1678@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29877", - "roomcode": "5506.01.678", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54140", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29877, + "usage_id": 51 + }, + "5506.01.679": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1679, Elektrowerkstatt", "arch_name": "1679@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54140", - "roomcode": "5506.01.679", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=29888", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54140, + "usage_id": 103 + }, + "5506.01.680": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1680, Rechnerraum Studenten", "arch_name": "1680@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "extended": { - "additional_description": "1680, Rechnerraum Studenten", - "address": "Boltzmannstr. 15(5506), 1.Obergescho\u00df", - "architect_room_nr": "1680@5506", - "area_m2": 27.61, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "680", - "seats": 1, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29888", - "roomcode": "5506.01.680", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54162", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29888, + "usage_id": 131 + }, + "5506.01.681": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1681, Rechnerraum Studenten", "arch_name": "1681@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "extended": { - "additional_description": "1681, Rechnerraum Studenten", - "address": "Boltzmannstr. 15(5506), 1.Obergescho\u00df", - "architect_room_nr": "1681@5506", - "area_m2": 36.27, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "681", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54162", - "roomcode": "5506.01.681", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54172", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15307, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54162, + "usage_id": 131 + }, + "5506.01.690A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1690A, L\u00fcftungszentrale", "arch_name": "1690A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54172", - "roomcode": "5506.01.690A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54297", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54172, + "usage_id": 32 + }, + "5506.01.690B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1690B, Reaktionstechn. Technik", "arch_name": "1690B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54297", - "roomcode": "5506.01.690B", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54308", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54297, + "usage_id": 194 + }, + "5506.01.690C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1690C, Bildverarbeitendes Labor", "arch_name": "1690C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54308", - "roomcode": "5506.01.690C", - "usage": 104 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54317", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54308, + "usage_id": 104 + }, + "5506.01.690D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1690D, Flammenlabor", "arch_name": "1690D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54317", - "roomcode": "5506.01.690D", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=72975", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15316, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54317, + "usage_id": 194 + }, + "5506.01.690J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1690J, Raumlufttechnische Anlage", "arch_name": "1690J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72975", - "roomcode": "5506.01.690J", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54450", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72975, + "usage_id": 32 + }, + "5506.01.698B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698b, Schacht", "arch_name": "1698b@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54450", - "roomcode": "5506.01.698B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54457", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54450, + "usage_id": 120 + }, + "5506.01.698C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698c, Schacht", "arch_name": "1698c@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54457", - "roomcode": "5506.01.698C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54471", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54457, + "usage_id": 120 + }, + "5506.01.698E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698e, Schacht", "arch_name": "1698e@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54471", - "roomcode": "5506.01.698E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54482", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54471, + "usage_id": 120 + }, + "5506.01.698F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698f, Schacht", "arch_name": "1698f@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54482", - "roomcode": "5506.01.698F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54602", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54482, + "usage_id": 120 + }, + "5506.01.698G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "198g, Schacht", "arch_name": "198g@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54602", - "roomcode": "5506.01.698G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54617", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54602, + "usage_id": 120 + }, + "5506.01.698H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698h, Schacht", "arch_name": "1698h@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54617", - "roomcode": "5506.01.698H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54625", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54617, + "usage_id": 120 + }, + "5506.01.698I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698I, Schacht", "arch_name": "1698I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54625", - "roomcode": "5506.01.698I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54633", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54625, + "usage_id": 120 + }, + "5506.01.698J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698j, Schacht", "arch_name": "1698j@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54633", - "roomcode": "5506.01.698J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54777", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54633, + "usage_id": 120 + }, + "5506.01.698K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698k, Schacht", "arch_name": "1698k@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54777", - "roomcode": "5506.01.698K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54787", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54777, + "usage_id": 120 + }, + "5506.01.698L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698L, Schacht", "arch_name": "1698L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54787", - "roomcode": "5506.01.698L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54797", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54787, + "usage_id": 120 + }, + "5506.01.698M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698m, Aufzug", "arch_name": "1698m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54797", - "roomcode": "5506.01.698M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54810", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54797, + "usage_id": 4 + }, + "5506.01.698N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698n, Schacht", "arch_name": "1698n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54810", - "roomcode": "5506.01.698N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54941", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54810, + "usage_id": 120 + }, + "5506.01.698O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698o, Schacht", "arch_name": "1698o@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54941", - "roomcode": "5506.01.698O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54950", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54941, + "usage_id": 120 + }, + "5506.01.698P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698p, Schacht", "arch_name": "1698p@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54950", - "roomcode": "5506.01.698P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54959", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54950, + "usage_id": 120 + }, + "5506.01.698Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698Q, Schacht", "arch_name": "1698Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54959", - "roomcode": "5506.01.698Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54968", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54959, + "usage_id": 120 + }, + "5506.01.698S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698S, Absetzfl\u00e4che", "arch_name": "1698S@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54968", - "roomcode": "5506.01.698S", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55098", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54968, + "usage_id": 30 + }, + "5506.01.698U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1698u, Schacht", "arch_name": "1698u@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55098", - "roomcode": "5506.01.698U", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55110", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55098, + "usage_id": 120 + }, + "5506.01.699A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699A, Galerie", "arch_name": "1699A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55110", - "roomcode": "5506.01.699A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55117", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55110, + "usage_id": 206 + }, + "5506.01.699B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699B, Galerie", "arch_name": "1699B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55117", - "roomcode": "5506.01.699B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55257", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55117, + "usage_id": 206 + }, + "5506.01.699D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699D, Treppenraum", "arch_name": "1699D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55257", - "roomcode": "5506.01.699D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55282", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55257, + "usage_id": 223 + }, + "5506.01.699F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699F, Flur", "arch_name": "1699F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55282", - "roomcode": "5506.01.699F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55415", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55282, + "usage_id": 222 + }, + "5506.01.699G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699G, Flur", "arch_name": "1699G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55415", - "roomcode": "5506.01.699G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53983", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55415, + "usage_id": 222 + }, + "5506.01.699H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699H, Flur", "arch_name": "1699H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53983", - "roomcode": "5506.01.699H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53998", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53983, + "usage_id": 222 + }, + "5506.01.699I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699I, Treppenraum", "arch_name": "1699I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53998", - "roomcode": "5506.01.699I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54008", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53998, + "usage_id": 223 + }, + "5506.01.699J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699J, Flur", "arch_name": "1699J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54008", - "roomcode": "5506.01.699J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54135", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54008, + "usage_id": 222 + }, + "5506.01.699L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699L, Flur", "arch_name": "1699L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54135", - "roomcode": "5506.01.699L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54292", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54135, + "usage_id": 222 + }, + "5506.01.699P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699P, Verkehrsweg", "arch_name": "1699P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54292", - "roomcode": "5506.01.699P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54299", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54292, + "usage_id": 222 + }, + "5506.01.699Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699Q, Lager", "arch_name": "1699Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54299", - "roomcode": "5506.01.699Q", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54319", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54299, + "usage_id": 30 + }, + "5506.01.699S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699S, Flur", "arch_name": "1699S@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54319", - "roomcode": "5506.01.699S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54451", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54319, + "usage_id": 222 + }, + "5506.01.699T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699T, Galerie", "arch_name": "1699T@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54451", - "roomcode": "5506.01.699T", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56014", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54451, + "usage_id": 206 + }, + "5506.01.699U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1699U, Flur", "arch_name": "1699U@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56014", - "roomcode": "5506.01.699U", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56204", + "area_id": 34, + "building_id": 845, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56014, + "usage_id": 222 + }, + "5506.02.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2601, Studentenarbeitsplatz", "arch_name": "2601@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56204", - "roomcode": "5506.02.601", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11832", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56204, + "usage_id": 208 + }, + "5506.02.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2602, B\u00fcro", "arch_name": "2602@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11832", - "roomcode": "5506.02.602", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56342", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11832, + "usage_id": 12 + }, + "5506.02.602M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2602M, Putzraum", "arch_name": "2602M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56342", - "roomcode": "5506.02.602M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56354", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56342, + "usage_id": 205 + }, + "5506.02.603": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2603, B\u00fcro", "arch_name": "2603@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56354", - "roomcode": "5506.02.603", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56363", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56354, + "usage_id": 12 + }, + "5506.02.603M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2603M, WC-Vorraum", "arch_name": "2603M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56363", - "roomcode": "5506.02.603M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56371", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56363, + "usage_id": 37 + }, + "5506.02.603N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2603N, WC-Vorraum", "arch_name": "2603N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56371", - "roomcode": "5506.02.603N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56377", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56371, + "usage_id": 37 + }, + "5506.02.603P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2603P, WC-Damen", "arch_name": "2603P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56377", - "roomcode": "5506.02.603P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54461", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56377, + "usage_id": 116 + }, + "5506.02.603Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2603Q, WC-Herren", "arch_name": "2603Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54461", - "roomcode": "5506.02.603Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12266", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54461, + "usage_id": 115 + }, + "5506.02.604": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2604, B\u00fcro", "arch_name": "2604@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12266", - "roomcode": "5506.02.604", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54969", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12266, + "usage_id": 12 + }, + "5506.02.605": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2605, B\u00fcro", "arch_name": "2605@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54969", - "roomcode": "5506.02.605", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12307", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54969, + "usage_id": 12 + }, + "5506.02.606": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2606, B\u00fcro", "arch_name": "2606@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12307", - "roomcode": "5506.02.606", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12309", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12307, + "usage_id": 12 + }, + "5506.02.607": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2607, B\u00fcro", "arch_name": "2607@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12309", - "roomcode": "5506.02.607", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12312", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12309, + "usage_id": 12 + }, + "5506.02.608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2608, Techniker", "arch_name": "2608@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12312", - "roomcode": "5506.02.608", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55118", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12312, + "usage_id": 12 + }, + "5506.02.609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2609, B\u00fcro", "arch_name": "2609@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55118", - "roomcode": "5506.02.609", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12318", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55118, + "usage_id": 12 + }, + "5506.02.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2610, B\u00fcro", "arch_name": "2610@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12318", - "roomcode": "5506.02.610", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55264", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12318, + "usage_id": 12 + }, + "5506.02.610N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2610N, Vorbereitung/Allraum", "arch_name": "2610N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18450&cReadonly=J", - "list_index": "328", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55264", - "roomcode": "5506.02.610N", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55272", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 18450, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55264, + "usage_id": 211 + }, + "5506.02.611": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2611, Prof.-B\u00fcro", "arch_name": "2611@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55272", - "roomcode": "5506.02.611", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55284", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55272, + "usage_id": 12 + }, + "5506.02.613": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2613, Sekretariat", "arch_name": "2613@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55284", - "roomcode": "5506.02.613", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=65665", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55284, + "usage_id": 40 + }, + "5506.02.613B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2613m2, B\u00fcro", "arch_name": "2613m2@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15309&cRes=29372&cReadonly=J", - "list_index": "331", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65665", - "roomcode": "5506.02.613B", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55419", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 29372, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65665, + "usage_id": 40 + }, + "5506.02.613M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2613m1, B\u00fcro", "arch_name": "2613m1@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15309&cRes=19137&cReadonly=J", - "list_index": "332", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55419", - "roomcode": "5506.02.613M", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55426", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 19137, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55419, + "usage_id": 40 + }, + "5506.02.614": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2614, Prof.-B\u00fcro", "arch_name": "2614@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55426", - "roomcode": "5506.02.614", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54470", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55426, + "usage_id": 12 + }, + "5506.02.614M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2614M, DV-Raum", "arch_name": "2614M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54470", - "roomcode": "5506.02.614M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54481", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54470, + "usage_id": 207 + }, + "5506.02.615": { + "address": { + "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", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54481", - "roomcode": "5506.02.615", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12147", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54481, + "usage_id": 12 + }, + "5506.02.616": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2616, B\u00fcro", "arch_name": "2616@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12147", - "roomcode": "5506.02.616", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54606", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12147, + "usage_id": 12 + }, + "5506.02.616M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2616M, Teek\u00fcche", "arch_name": "2616M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54606", - "roomcode": "5506.02.616M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12152", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54606, + "usage_id": 198 + }, + "5506.02.617": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2617, B\u00fcro", "arch_name": "2617@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12152", - "roomcode": "5506.02.617", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54624", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15309, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12152, + "usage_id": 12 + }, + "5506.02.618": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2618, Mission Control", "arch_name": "2618@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54624", - "roomcode": "5506.02.618", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54636", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15309, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54624, + "usage_id": 194 + }, + "5506.02.619A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2619A, Sat. Integration", "arch_name": "2619A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54636", - "roomcode": "5506.02.619A", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=30206", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 15309, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54636, + "usage_id": 103 + }, + "5506.02.620": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2620, Messraum", "arch_name": "2620@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30206", - "roomcode": "5506.02.620", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12213", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30206, + "usage_id": 194 + }, + "5506.02.621": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2621, Gruppen", "arch_name": "2621@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=15179&cReadonly=J", - "extended": { - "additional_description": "2621, Gruppen", - "address": "Boltzmannstr. 15(5506), 2.Obergescho\u00df", - "architect_room_nr": "2621@5506", - "area_m2": 53.92, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "621", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12213", - "roomcode": "5506.02.621", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54798", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 15179, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12213, + "usage_id": 131 + }, + "5506.02.625": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2625, Server", "arch_name": "2625@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54798", - "roomcode": "5506.02.625", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12261", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54798, + "usage_id": 207 + }, + "5506.02.626": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2626, B\u00fcro", "arch_name": "2626@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12261", - "roomcode": "5506.02.626", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12263", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12261, + "usage_id": 12 + }, + "5506.02.627": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2627, B\u00fcro", "arch_name": "2627@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12263", - "roomcode": "5506.02.627", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12264", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12263, + "usage_id": 12 + }, + "5506.02.628": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2628, Wissenschaftliche Mitarbeiter", "arch_name": "2628@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12264", - "roomcode": "5506.02.628", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56867", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12264, + "usage_id": 12 + }, + "5506.02.628M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2628m, Elektro Verteiler", "arch_name": "2628m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56867", - "roomcode": "5506.02.628M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56872", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56867, + "usage_id": 160 + }, + "5506.02.628N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2628n, Elektro Verteiler", "arch_name": "2628n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56872", - "roomcode": "5506.02.628N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12063", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56872, + "usage_id": 160 + }, + "5506.02.629": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2629, Wissenschaftliche Mitarbeiter", "arch_name": "2629@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12063", - "roomcode": "5506.02.629", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73007", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12063, + "usage_id": 12 + }, + "5506.02.629M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2629M, Serverraum", "arch_name": "2629M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73007", - "roomcode": "5506.02.629M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12067", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73007, + "usage_id": 207 + }, + "5506.02.630": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2630, Wiss. Assistent C1", "arch_name": "2630@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12067", - "roomcode": "5506.02.630", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57163", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12067, + "usage_id": 12 + }, + "5506.02.630M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2630M, Teek\u00fcche", "arch_name": "2630M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57163", - "roomcode": "5506.02.630M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12122", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57163, + "usage_id": 198 + }, + "5506.02.631": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2631, Drittmittel/Bat I B", "arch_name": "2631@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12122", - "roomcode": "5506.02.631", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12127", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12122, + "usage_id": 12 + }, + "5506.02.632": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2632, Wiss. Assistent", "arch_name": "2632@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12127", - "roomcode": "5506.02.632", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12130", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12127, + "usage_id": 12 + }, + "5506.02.633": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2633, Drittmittel", "arch_name": "2633@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12130", - "roomcode": "5506.02.633", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12133", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12130, + "usage_id": 12 + }, + "5506.02.634": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2634, Wiss. Assistent", "arch_name": "2634@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12133", - "roomcode": "5506.02.634", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12137", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12133, + "usage_id": 12 + }, + "5506.02.635": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2635, Prof.-B\u00fcro", "arch_name": "2635@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12137", - "roomcode": "5506.02.635", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12194", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12137, + "usage_id": 12 + }, + "5506.02.636": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2636, Sekretariat", "arch_name": "2636@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18449&cReadonly=J", - "list_index": "358", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12194", - "roomcode": "5506.02.636", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12197", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 18449, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12194, + "usage_id": 40 + }, + "5506.02.637": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2637, Wiss. Mitarbeiter", "arch_name": "2637@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12197", - "roomcode": "5506.02.637", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12201", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12197, + "usage_id": 12 + }, + "5506.02.638": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2638, Gastwissenschaftler", "arch_name": "2638@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18497&cReadonly=J", - "list_index": "360", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12201", - "roomcode": "5506.02.638", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56591", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 18497, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12201, + "usage_id": 12 + }, + "5506.02.639": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2639, B\u00fcro", "arch_name": "2639@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56591", - "roomcode": "5506.02.639", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56581", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56591, + "usage_id": 12 + }, + "5506.02.639M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2639m, Elektro Verteiler", "arch_name": "2639m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56581", - "roomcode": "5506.02.639M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11449", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56581, + "usage_id": 160 + }, + "5506.02.640": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2640, Gastwissenschaftler", "arch_name": "2640@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11449", - "roomcode": "5506.02.640", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11465", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11449, + "usage_id": 12 + }, + "5506.02.641": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2641, Wiss. Assistent", "arch_name": "2641@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11465", - "roomcode": "5506.02.641", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11466", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11465, + "usage_id": 12 + }, + "5506.02.642": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2642, Besprechungsraum", "arch_name": "2642@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18211&cReadonly=J", - "list_index": "365", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11466", - "roomcode": "5506.02.642", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=30679", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 18211, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48837, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11466, + "usage_id": 196 + }, + "5506.02.643": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2643, Studentenarbeitsraum", "arch_name": "2643@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=18605&cReadonly=J", - "list_index": "366", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30679", - "roomcode": "5506.02.643", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56601", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 18605, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48837, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30679, + "usage_id": 208 + }, + "5506.02.660": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2660, Technik", "arch_name": "2660@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "367", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56601", - "roomcode": "5506.02.660", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56703", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56601, + "usage_id": 120 + }, + "5506.02.660A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2660A, RLT", "arch_name": "2660A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "368", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56703", - "roomcode": "5506.02.660A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56712", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56703, + "usage_id": 32 + }, + "5506.02.698B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698b, Schacht", "arch_name": "2698b@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "369", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56712", - "roomcode": "5506.02.698B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56725", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56712, + "usage_id": 120 + }, + "5506.02.698C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698C, Aufzug", "arch_name": "2698C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "370", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56725", - "roomcode": "5506.02.698C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56734", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56725, + "usage_id": 4 + }, + "5506.02.698D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698D, Schacht", "arch_name": "2698D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "371", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56734", - "roomcode": "5506.02.698D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56847", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56734, + "usage_id": 120 + }, + "5506.02.698E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698E, Schacht", "arch_name": "2698E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "372", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56847", - "roomcode": "5506.02.698E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56857", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56847, + "usage_id": 120 + }, + "5506.02.698F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698F, Schacht", "arch_name": "2698F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "373", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56857", - "roomcode": "5506.02.698F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57307", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56857, + "usage_id": 120 + }, + "5506.02.698G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698G, Schacht", "arch_name": "2698G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "374", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57307", - "roomcode": "5506.02.698G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55413", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57307, + "usage_id": 120 + }, + "5506.02.698H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698H, Schacht", "arch_name": "2698H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "375", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55413", - "roomcode": "5506.02.698H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55538", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55413, + "usage_id": 120 + }, + "5506.02.698I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698I, Schacht", "arch_name": "2698I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "376", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55538", - "roomcode": "5506.02.698I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55548", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55538, + "usage_id": 120 + }, + "5506.02.698J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698J, Schacht", "arch_name": "2698J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "377", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55548", - "roomcode": "5506.02.698J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55563", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55548, + "usage_id": 120 + }, + "5506.02.698K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698K, Schacht", "arch_name": "2698K@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "378", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55563", - "roomcode": "5506.02.698K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55572", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55563, + "usage_id": 120 + }, + "5506.02.698L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698l, Schacht", "arch_name": "2698l@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "379", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55572", - "roomcode": "5506.02.698L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55699", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55572, + "usage_id": 120 + }, + "5506.02.698M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698M, Aufzug", "arch_name": "2698M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "380", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55699", - "roomcode": "5506.02.698M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55706", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55699, + "usage_id": 4 + }, + "5506.02.698N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698n, Schacht", "arch_name": "2698n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "381", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55706", - "roomcode": "5506.02.698N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55717", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55706, + "usage_id": 120 + }, + "5506.02.698O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698o, Schacht", "arch_name": "2698o@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "382", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55717", - "roomcode": "5506.02.698O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55726", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55717, + "usage_id": 120 + }, + "5506.02.698P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698p, Schacht", "arch_name": "2698p@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "383", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55726", - "roomcode": "5506.02.698P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55736", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55726, + "usage_id": 120 + }, + "5506.02.698Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2698q, Schacht", "arch_name": "2698q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "384", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55736", - "roomcode": "5506.02.698Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55864", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55736, + "usage_id": 120 + }, + "5506.02.699A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699A, Galerie", "arch_name": "2699A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "385", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55864", - "roomcode": "5506.02.699A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55875", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55864, + "usage_id": 206 + }, + "5506.02.699B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699B, Galerie", "arch_name": "2699B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "386", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55875", - "roomcode": "5506.02.699B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55888", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55875, + "usage_id": 206 + }, + "5506.02.699C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699C, Flur", "arch_name": "2699C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "387", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55888", - "roomcode": "5506.02.699C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57315", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55888, + "usage_id": 222 + }, + "5506.02.699D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699D, Treppenraum", "arch_name": "2699D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "388", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57315", - "roomcode": "5506.02.699D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57321", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57315, + "usage_id": 223 + }, + "5506.02.699E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699E, Flur", "arch_name": "2699E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "389", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57321", - "roomcode": "5506.02.699E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56990", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57321, + "usage_id": 222 + }, + "5506.02.699F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699F, Flur", "arch_name": "2699F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "390", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56990", - "roomcode": "5506.02.699F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57005", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56990, + "usage_id": 222 + }, + "5506.02.699G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699G, Flur", "arch_name": "2699G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "391", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57005", - "roomcode": "5506.02.699G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57013", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57005, + "usage_id": 222 + }, + "5506.02.699I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699I, Treppenraum", "arch_name": "2699I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "392", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57013", - "roomcode": "5506.02.699I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57027", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57013, + "usage_id": 223 + }, + "5506.02.699J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699J, Treppe", "arch_name": "2699J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "393", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57027", - "roomcode": "5506.02.699J", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57448", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57027, + "usage_id": 223 + }, + "5506.02.699K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699K, Flur", "arch_name": "2699K@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "394", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57448", - "roomcode": "5506.02.699K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73009", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57448, + "usage_id": 222 + }, + "5506.02.699L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699L, Flur", "arch_name": "2699L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "395", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73009", - "roomcode": "5506.02.699L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57457", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73009, + "usage_id": 222 + }, + "5506.02.699M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699M, Flur", "arch_name": "2699M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "396", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57457", - "roomcode": "5506.02.699M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73004", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57457, + "usage_id": 222 + }, + "5506.02.699N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699N, Flur", "arch_name": "2699N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "397", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73004", - "roomcode": "5506.02.699N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73006", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73004, + "usage_id": 222 + }, + "5506.02.699O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699O, Flur", "arch_name": "2699O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "398", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73006", - "roomcode": "5506.02.699O", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73008", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73006, + "usage_id": 222 + }, + "5506.02.699P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699P, Verbindungsgang", "arch_name": "2699P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "399", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73008", - "roomcode": "5506.02.699P", - "usage": 16 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73005", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73008, + "usage_id": 16 + }, + "5506.02.699Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2699Q, Flur", "arch_name": "2699Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "400", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73005", - "roomcode": "5506.02.699Q", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57469", + "area_id": 34, + "building_id": 845, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73005, + "usage_id": 222 + }, + "5506.03.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3601, Wissenschaftliche Mitarbeiter", "arch_name": "3601@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "401", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57469", - "roomcode": "5506.03.601", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57476", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57469, + "usage_id": 12 + }, + "5506.03.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3602, Wissenschaftliche Mitarbeiter", "arch_name": "3602@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "402", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57476", - "roomcode": "5506.03.602", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55376", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57476, + "usage_id": 12 + }, + "5506.03.602M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3602M, Getr\u00e4nkelager/Caffeek\u00fcche", "arch_name": "3602M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "403", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55376", - "roomcode": "5506.03.602M", - "usage": 28 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11427", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55376, + "usage_id": 28 + }, + "5506.03.603": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3603, Wissenschaftliche Mitarbeiter", "arch_name": "3603@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "404", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11427", - "roomcode": "5506.03.603", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55404", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11427, + "usage_id": 12 + }, + "5506.03.603M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3603M, WC-Vorraum", "arch_name": "3603M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "405", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55404", - "roomcode": "5506.03.603M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55437", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55404, + "usage_id": 37 + }, + "5506.03.603N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3603N, WC-Vorraum", "arch_name": "3603N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "406", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55437", - "roomcode": "5506.03.603N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55581", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55437, + "usage_id": 37 + }, + "5506.03.603P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3603P, WC-Damen", "arch_name": "3603P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "407", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55581", - "roomcode": "5506.03.603P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55590", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55581, + "usage_id": 116 + }, + "5506.03.603Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3603Q, WC-Herren", "arch_name": "3603Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "408", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55590", - "roomcode": "5506.03.603Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11477", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55590, + "usage_id": 115 + }, + "5506.03.604": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3604, Prof.-B\u00fcro", "arch_name": "3604@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "409", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11477", - "roomcode": "5506.03.604", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11478", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11477, + "usage_id": 12 + }, + "5506.03.605": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3605, Wissenschaftliche Mitarbeiter", "arch_name": "3605@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "410", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11478", - "roomcode": "5506.03.605", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=30789", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11478, + "usage_id": 12 + }, + "5506.03.606": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3606, Prof.-B\u00fcro", "arch_name": "3606@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "411", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30789", - "roomcode": "5506.03.606", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73285", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30789, + "usage_id": 12 + }, + "5506.03.606A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3606A, Archiv", "arch_name": "3606A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "412", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73285", - "roomcode": "5506.03.606A", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11482", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73285, + "usage_id": 2 + }, + "5506.03.607": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3607, Sekretariat", "arch_name": "3607@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "413", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11482", - "roomcode": "5506.03.607", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11485", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11482, + "usage_id": 40 + }, + "5506.03.608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3608, Prof.-B\u00fcro", "arch_name": "3608@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "414", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11485", - "roomcode": "5506.03.608", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55758", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11485, + "usage_id": 12 + }, + "5506.03.608M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3608M, Flugsimulator Beech Baron", "arch_name": "3608M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "415", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55758", - "roomcode": "5506.03.608M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=66705", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55758, + "usage_id": 194 + }, + "5506.03.608N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3608N, Labor", "arch_name": "3608N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "416", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66705", - "roomcode": "5506.03.608N", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55769", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66705, + "usage_id": 194 + }, + "5506.03.609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3609, Wissenschaftliche Mitarbeiter", "arch_name": "3609@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "417", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55769", - "roomcode": "5506.03.609", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55773", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55769, + "usage_id": 12 + }, + "5506.03.609M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3609M, Labor/Vorraum", "arch_name": "3609M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "418", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55773", - "roomcode": "5506.03.609M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11524", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55773, + "usage_id": 194 + }, + "5506.03.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3610, Wissenschaftliche Mitarbeiter", "arch_name": "3610@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "419", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11524", - "roomcode": "5506.03.610", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11529", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11524, + "usage_id": 12 + }, + "5506.03.611": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3611, Wissenschaftliche Mitarbeiter", "arch_name": "3611@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "420", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11529", - "roomcode": "5506.03.611", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55922", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11529, + "usage_id": 12 + }, + "5506.03.612": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3612, Wissenschaftliche Mitarbeiter", "arch_name": "3612@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "421", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55922", - "roomcode": "5506.03.612", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55931", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55922, + "usage_id": 12 + }, + "5506.03.612M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3612M, Registratur", "arch_name": "3612M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "422", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55931", - "roomcode": "5506.03.612M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56059", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55931, + "usage_id": 2 + }, + "5506.03.612N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3612N, Pr\u00fcfungsarchiv", "arch_name": "3612N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "423", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56059", - "roomcode": "5506.03.612N", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56065", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56059, + "usage_id": 2 + }, + "5506.03.613": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3613, Wissenschaftliche Mitarbeiter", "arch_name": "3613@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "424", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56065", - "roomcode": "5506.03.613", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56071", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56065, + "usage_id": 12 + }, + "5506.03.613M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3613M, Aufenthaltsraum m. Teek\u00fcche", "arch_name": "3613M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "425", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56071", - "roomcode": "5506.03.613M", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11548", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56071, + "usage_id": 44 + }, + "5506.03.614": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3614, Wissenschaftliche Mitarbeiter", "arch_name": "3614@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "426", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11548", - "roomcode": "5506.03.614", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11550", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11548, + "usage_id": 12 + }, + "5506.03.615": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3615, Wissenschaftliche Mitarbeiter", "arch_name": "3615@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "427", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11550", - "roomcode": "5506.03.615", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11553", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11550, + "usage_id": 12 + }, + "5506.03.616": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3616, Wissenschaftliche Mitarbeiter", "arch_name": "3616@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "428", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11553", - "roomcode": "5506.03.616", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56228", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11553, + "usage_id": 12 + }, + "5506.03.617": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3617, Wissenschaftliche Mitarbeiter", "arch_name": "3617@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "429", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56228", - "roomcode": "5506.03.617", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=31074", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56228, + "usage_id": 12 + }, + "5506.03.618": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3618, Seminarraum", "arch_name": "3618@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15305&cRes=15279&cReadonly=J", - "extended": { - "additional_description": "3618, Seminarraum", - "address": "Boltzmannstr. 15(5506), 3.Obergescho\u00df", - "architect_room_nr": "3618@5506", - "area_m2": 53.65, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "618", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "430", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31074", - "roomcode": "5506.03.618", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56244", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 15279, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31074, + "usage_id": 41 + }, + "5506.03.625": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3625, Wissenschaftliche Mitarbeiter", "arch_name": "3625@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "431", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56244", - "roomcode": "5506.03.625", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11584", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56244, + "usage_id": 12 + }, + "5506.03.626": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3626, Wissenschaftlicher Mitarbeiter", "arch_name": "3626@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "432", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11584", - "roomcode": "5506.03.626", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56257", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11584, + "usage_id": 12 + }, + "5506.03.627": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3627, Wissenschaftlicher Mitarbeiter", "arch_name": "3627@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "433", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56257", - "roomcode": "5506.03.627", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56384", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56257, + "usage_id": 12 + }, + "5506.03.627M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3627m, Elektroverteiler", "arch_name": "3627m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "434", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56384", - "roomcode": "5506.03.627M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56395", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56384, + "usage_id": 160 + }, + "5506.03.627N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3627, Elektroverteiler", "arch_name": "3627@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "435", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56395", - "roomcode": "5506.03.627N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13390", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56395, + "usage_id": 160 + }, + "5506.03.628": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3628, Wissenschaftlicher Mitarbeiter", "arch_name": "3628@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "436", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13390", - "roomcode": "5506.03.628", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56405", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13390, + "usage_id": 12 + }, + "5506.03.628M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3628m, Elektroverteiler", "arch_name": "3628m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "437", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56405", - "roomcode": "5506.03.628M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56411", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56405, + "usage_id": 160 + }, + "5506.03.629": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3629, B\u00fcro/Emeritus", "arch_name": "3629@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "438", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56411", - "roomcode": "5506.03.629", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13397", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56411, + "usage_id": 12 + }, + "5506.03.630": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3630, B\u00fcro", "arch_name": "3630@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "439", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13397", - "roomcode": "5506.03.630", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13420", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13397, + "usage_id": 12 + }, + "5506.03.631": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3631, B\u00fcro", "arch_name": "3631@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "440", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13420", - "roomcode": "5506.03.631", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13423", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13420, + "usage_id": 12 + }, + "5506.03.632": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3632, B\u00fcro", "arch_name": "3632@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "441", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13423", - "roomcode": "5506.03.632", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13427", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13423, + "usage_id": 12 + }, + "5506.03.633": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3633, B\u00fcro", "arch_name": "3633@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "442", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13427", - "roomcode": "5506.03.633", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54054", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13427, + "usage_id": 12 + }, + "5506.03.633M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3633M, Flugsimulator", "arch_name": "3633M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "443", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54054", - "roomcode": "5506.03.633M", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13432", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54054, + "usage_id": 194 + }, + "5506.03.634": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3634, B\u00fcro", "arch_name": "3634@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "444", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13432", - "roomcode": "5506.03.634", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13435", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13432, + "usage_id": 12 + }, + "5506.03.635": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3635, B\u00fcro", "arch_name": "3635@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "445", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13435", - "roomcode": "5506.03.635", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13463", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13435, + "usage_id": 12 + }, + "5506.03.636": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3636, B\u00fcro/Leitung", "arch_name": "3636@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=19954&cReadonly=J", - "list_index": "446", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13463", - "roomcode": "5506.03.636", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54208", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 19954, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13463, + "usage_id": 12 + }, + "5506.03.637": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3637, Sekretariat", "arch_name": "3637@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=28533&cReadonly=J", - "list_index": "447", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54208", - "roomcode": "5506.03.637", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54328", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 28533, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54208, + "usage_id": 40 + }, + "5506.03.638": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3638, B\u00fcro", "arch_name": "3638@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=20421&cReadonly=J", - "list_index": "448", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54328", - "roomcode": "5506.03.638", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54340", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 20421, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54328, + "usage_id": 12 + }, + "5506.03.638M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3638M, Elektroverteiler", "arch_name": "3638M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "449", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54340", - "roomcode": "5506.03.638M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13501", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54340, + "usage_id": 120 + }, + "5506.03.640": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3640, B\u00fcro", "arch_name": "3640@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "450", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13501", - "roomcode": "5506.03.640", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13503", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13501, + "usage_id": 12 + }, + "5506.03.641": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3641, B\u00fcro", "arch_name": "3641@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "451", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13503", - "roomcode": "5506.03.641", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13505", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13503, + "usage_id": 12 + }, + "5506.03.642": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3642, B\u00fcro", "arch_name": "3642@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "452", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13505", - "roomcode": "5506.03.642", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54503", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13505, + "usage_id": 12 + }, + "5506.03.643": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3643, Seminarraum", "arch_name": "3643@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=23327&cReadonly=J", - "extended": { - "additional_description": "3643, Seminarraum", - "address": "Boltzmannstr. 15(5506), 3.Obergescho\u00df", - "architect_room_nr": "3643@5506", - "area_m2": 47.09, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "643", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "453", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54503", - "roomcode": "5506.03.643", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54511", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 23327, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54503, + "usage_id": 41 + }, + "5506.03.6980": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698o, Schacht", "arch_name": "3698o@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "468", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54511", - "roomcode": "5506.03.6980", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54519", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54511, + "usage_id": 120 + }, + "5506.03.698B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698B, Schacht", "arch_name": "3698B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "454", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54519", - "roomcode": "5506.03.698B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54525", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54519, + "usage_id": 120 + }, + "5506.03.698C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698C, Aufzug", "arch_name": "3698C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "455", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54525", - "roomcode": "5506.03.698C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54649", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54525, + "usage_id": 4 + }, + "5506.03.698D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698d, Schacht", "arch_name": "3698d@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "456", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54649", - "roomcode": "5506.03.698D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54657", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54649, + "usage_id": 120 + }, + "5506.03.698E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698e, Schacht", "arch_name": "3698e@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "457", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54657", - "roomcode": "5506.03.698E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54665", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54657, + "usage_id": 120 + }, + "5506.03.698F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698f, Schacht", "arch_name": "3698f@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "458", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54665", - "roomcode": "5506.03.698F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55924", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54665, + "usage_id": 120 + }, + "5506.03.698G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698g, Schacht", "arch_name": "3698g@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "459", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55924", - "roomcode": "5506.03.698G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56060", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55924, + "usage_id": 120 + }, + "5506.03.698H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698h, Schacht", "arch_name": "3698h@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "460", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56060", - "roomcode": "5506.03.698H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56068", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56060, + "usage_id": 120 + }, + "5506.03.698I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698I, Schacht", "arch_name": "3698I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "461", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56068", - "roomcode": "5506.03.698I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56079", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56068, + "usage_id": 120 + }, + "5506.03.698J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698j, Schacht", "arch_name": "3698j@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "462", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56079", - "roomcode": "5506.03.698J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56091", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56079, + "usage_id": 120 + }, + "5506.03.698K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698k, Schacht", "arch_name": "3698k@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "463", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56091", - "roomcode": "5506.03.698K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56230", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56091, + "usage_id": 120 + }, + "5506.03.698M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698M, Aufzug", "arch_name": "3698M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "464", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56230", - "roomcode": "5506.03.698M", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56238", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56230, + "usage_id": 4 + }, + "5506.03.698N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698N, Schacht", "arch_name": "3698N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "465", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56238", - "roomcode": "5506.03.698N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56248", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56238, + "usage_id": 120 + }, + "5506.03.698P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698P, Schacht", "arch_name": "3698P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "466", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56248", - "roomcode": "5506.03.698P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56260", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56248, + "usage_id": 120 + }, + "5506.03.698Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3698Q, Schacht", "arch_name": "3698Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "467", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56260", - "roomcode": "5506.03.698Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56389", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56260, + "usage_id": 120 + }, + "5506.03.699A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699A, Galerie", "arch_name": "3699A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "469", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56389", - "roomcode": "5506.03.699A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56393", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56389, + "usage_id": 206 + }, + "5506.03.699B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699B, Galerie", "arch_name": "3699B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "470", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56393", - "roomcode": "5506.03.699B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56399", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56393, + "usage_id": 206 + }, + "5506.03.699C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699C, Flur", "arch_name": "3699C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "471", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56399", - "roomcode": "5506.03.699C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56407", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56399, + "usage_id": 222 + }, + "5506.03.699D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699D, Treppenraum", "arch_name": "3699D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "472", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56407", - "roomcode": "5506.03.699D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55445", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56407, + "usage_id": 223 + }, + "5506.03.699E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699E, Flur", "arch_name": "3699E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "473", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55445", - "roomcode": "5506.03.699E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55453", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55445, + "usage_id": 222 + }, + "5506.03.699F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699F, Flur", "arch_name": "3699F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "474", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55453", - "roomcode": "5506.03.699F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55583", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55453, + "usage_id": 222 + }, + "5506.03.699G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699G, Flur", "arch_name": "3699G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "475", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55583", - "roomcode": "5506.03.699G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55600", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55583, + "usage_id": 222 + }, + "5506.03.699J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699J, Flur", "arch_name": "3699J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "476", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55600", - "roomcode": "5506.03.699J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55609", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55600, + "usage_id": 222 + }, + "5506.03.699K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699K, Flur mit Sitzgelegenheit", "arch_name": "3699K@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "477", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55609", - "roomcode": "5506.03.699K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=55741", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55609, + "usage_id": 222 + }, + "5506.03.699L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699L, Treppenraum", "arch_name": "3699L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "478", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55741", - "roomcode": "5506.03.699L", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=66929", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55741, + "usage_id": 223 + }, + "5506.03.699N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699N, Flur", "arch_name": "3699N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "479", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66929", - "roomcode": "5506.03.699N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73176", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66929, + "usage_id": 222 + }, + "5506.03.699P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3699P, Flur", "arch_name": "3699P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "480", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73176", - "roomcode": "5506.03.699P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57943", + "area_id": 34, + "building_id": 845, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73176, + "usage_id": 222 + }, + "5506.EG.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0601, Bibliothek", "arch_name": "0601@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57943", - "roomcode": "5506.EG.601", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=71940", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57943, + "usage_id": 10 + }, + "5506.EG.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0601A, Fachschaft LRG", "arch_name": "0601A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=50499", - "operator": "[ TULRFSV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71940", - "roomcode": "5506.EG.601A", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57950", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 50499, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71940, + "usage_id": 164 + }, + "5506.EG.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0602, Studenten-Arbeitsplatz", "arch_name": "0602@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57950", - "roomcode": "5506.EG.602", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57962", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57950, + "usage_id": 12 + }, + "5506.EG.602M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0602M, Putzraum", "arch_name": "0602M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57962", - "roomcode": "5506.EG.602M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58084", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57962, + "usage_id": 205 + }, + "5506.EG.603": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0603, Emeriti", "arch_name": "0603@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58084", - "roomcode": "5506.EG.603", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58099", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58084, + "usage_id": 12 + }, + "5506.EG.603M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0603M, Vorraum", "arch_name": "0603M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58099", - "roomcode": "5506.EG.603M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58103", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58099, + "usage_id": 37 + }, + "5506.EG.603N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0603N, Vorraum", "arch_name": "0603N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58103", - "roomcode": "5506.EG.603N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58230", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58103, + "usage_id": 37 + }, + "5506.EG.603O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0603O, Sanit\u00e4r", "arch_name": "0603O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58230", - "roomcode": "5506.EG.603O", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58684", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58230, + "usage_id": 37 + }, + "5506.EG.603P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0603P, Sanit\u00e4r", "arch_name": "0603P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58684", - "roomcode": "5506.EG.603P", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12044", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58684, + "usage_id": 37 + }, + "5506.EG.604": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0604, B\u00fcro", "arch_name": "0604@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12044", - "roomcode": "5506.EG.604", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12104", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12044, + "usage_id": 12 + }, + "5506.EG.605": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0605, Sekretariat", "arch_name": "0605@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12104", - "roomcode": "5506.EG.605", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12105", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12104, + "usage_id": 40 + }, + "5506.EG.606": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0606, Ordinarius", "arch_name": "0606@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12105", - "roomcode": "5506.EG.606", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56803", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12105, + "usage_id": 12 + }, + "5506.EG.606M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0606M, Foyer / Eingangsbereich", "arch_name": "0606M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56803", - "roomcode": "5506.EG.606M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56811", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56803, + "usage_id": 222 + }, + "5506.EG.607": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0607, B\u00fcro", "arch_name": "0607@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56811", - "roomcode": "5506.EG.607", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56925", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56811, + "usage_id": 12 + }, + "5506.EG.608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0608, B\u00fcro", "arch_name": "0608@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15308&cRes=26050&cReadonly=J", - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56925", - "roomcode": "5506.EG.608", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12118", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 26050, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56925, + "usage_id": 12 + }, + "5506.EG.608M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0608M, Otto-Lilienthal-H\u00f6rsaal", "arch_name": "0608M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15308&cRes=15176&cReadonly=J", - "extended": { - "additional_description": "0608M, Otto-Lilienthal-H\u00f6rsaal", - "address": "Boltzmannstr. 15(5506), Erdgescho\u00df", - "architect_room_nr": "0608M@5506", - "area_m2": 99.69, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "608M", - "seats": 54, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12118", - "roomcode": "5506.EG.608M", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12179", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 15176, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15308, + "seats": { + "sitting": 54, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12118, + "usage_id": 20 + }, + "5506.EG.609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0609, B\u00fcro Dipl.", "arch_name": "0609@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12179", - "roomcode": "5506.EG.609", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12184", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12179, + "usage_id": 12 + }, + "5506.EG.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0610, B\u00fcro", "arch_name": "0610@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12184", - "roomcode": "5506.EG.610", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56948", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12184, + "usage_id": 12 + }, + "5506.EG.611": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0611, B\u00fcro", "arch_name": "0611@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56948", - "roomcode": "5506.EG.611", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57072", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56948, + "usage_id": 12 + }, + "5506.EG.611M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0611M, Teek\u00fcche", "arch_name": "0611M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57072", - "roomcode": "5506.EG.611M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12190", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57072, + "usage_id": 198 + }, + "5506.EG.612": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0612, B\u00fcro", "arch_name": "0612@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12190", - "roomcode": "5506.EG.612", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57089", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12190, + "usage_id": 12 + }, + "5506.EG.613": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0613, Werkstatt Messtechnik", "arch_name": "0613@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57089", - "roomcode": "5506.EG.613", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58693", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57089, + "usage_id": 51 + }, + "5506.EG.614": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0614, M\u00fcllraum", "arch_name": "0614@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58693", - "roomcode": "5506.EG.614", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58698", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58693, + "usage_id": 214 + }, + "5506.EG.625": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0625, B\u00fcro", "arch_name": "0625@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58698", - "roomcode": "5506.EG.625", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58706", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58698, + "usage_id": 12 + }, + "5506.EG.625M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0625m, Elektro Verteiler", "arch_name": "0625m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58706", - "roomcode": "5506.EG.625M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58715", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58706, + "usage_id": 160 + }, + "5506.EG.625N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0625n, Elektro Verteiler", "arch_name": "0625n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58715", - "roomcode": "5506.EG.625N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72972", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58715, + "usage_id": 160 + }, + "5506.EG.625Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0625Y, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0625Y@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72972", - "roomcode": "5506.EG.625Y", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11975", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72972, + "usage_id": 204 + }, + "5506.EG.626": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0626, Techn. Angestellte", "arch_name": "0626@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11975", - "roomcode": "5506.EG.626", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56506", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11975, + "usage_id": 12 + }, + "5506.EG.626M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0626m, Elektro Verteiler", "arch_name": "0626m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56506", - "roomcode": "5506.EG.626M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56510", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56506, + "usage_id": 160 + }, + "5506.EG.627": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0627, Emeritus", "arch_name": "0627@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56510", - "roomcode": "5506.EG.627", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11983", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56510, + "usage_id": 12 + }, + "5506.EG.628": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0628, B\u00fcro", "arch_name": "0628@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11983", - "roomcode": "5506.EG.628", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56520", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11983, + "usage_id": 12 + }, + "5506.EG.628M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0628M, EDV-Raum", "arch_name": "0628M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56520", - "roomcode": "5506.EG.628M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12028", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15308, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56520, + "usage_id": 207 + }, + "5506.EG.629": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0629, B\u00fcro", "arch_name": "0629@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12028", - "roomcode": "5506.EG.629", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12032", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12028, + "usage_id": 12 + }, + "5506.EG.630": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0630, B\u00fcro", "arch_name": "0630@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12032", - "roomcode": "5506.EG.630", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12037", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12032, + "usage_id": 12 + }, + "5506.EG.631": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0631, Prof.-B\u00fcro", "arch_name": "0631@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12037", - "roomcode": "5506.EG.631", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12039", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12037, + "usage_id": 12 + }, + "5506.EG.632": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0632, Extraordinarius", "arch_name": "0632@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12039", - "roomcode": "5506.EG.632", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57386", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12039, + "usage_id": 12 + }, + "5506.EG.633": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0633, Besprechungsraum", "arch_name": "0633@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15308&cRes=27512&cReadonly=J", - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57386", - "roomcode": "5506.EG.633", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11409", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 27512, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57386, + "usage_id": 196 + }, + "5506.EG.634": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0634, B\u00fcro", "arch_name": "0634@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15308&cRes=26287&cReadonly=J", - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11409", - "roomcode": "5506.EG.634", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57522", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 26287, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11409, + "usage_id": 12 + }, + "5506.EG.634M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0634m, Elektro Verteiler", "arch_name": "0634m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57522", - "roomcode": "5506.EG.634M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57530", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57522, + "usage_id": 160 + }, + "5506.EG.635": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0635, Stud.arbeit", "arch_name": "0635@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15308&cRes=18654&cReadonly=J", - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57530", - "roomcode": "5506.EG.635", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11420", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 18654, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15308, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57530, + "usage_id": 208 + }, + "5506.EG.636": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0636, Seminar", "arch_name": "0636@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=15157&cReadonly=J", - "extended": { - "additional_description": "0636, Seminar", - "address": "Boltzmannstr. 15(5506), Erdgescho\u00df", - "architect_room_nr": "0636@5506", - "area_m2": 63.39, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "636", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11420", - "roomcode": "5506.EG.636", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11421", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 15157, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15304, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11420, + "usage_id": 41 + }, + "5506.EG.660": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660, Werkstattb\u00fcro", "arch_name": "0660@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11421", - "roomcode": "5506.EG.660", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57663", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11421, + "usage_id": 12 + }, + "5506.EG.660M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660m, Trafo", "arch_name": "0660m@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57663", - "roomcode": "5506.EG.660M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57674", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57663, + "usage_id": 160 + }, + "5506.EG.660N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660n, Trafo", "arch_name": "0660n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57674", - "roomcode": "5506.EG.660N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57688", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57674, + "usage_id": 160 + }, + "5506.EG.660P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660p, Trafo", "arch_name": "0660p@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57688", - "roomcode": "5506.EG.660P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57691", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57688, + "usage_id": 160 + }, + "5506.EG.660Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660Q, Fernmeldetechnik", "arch_name": "0660Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57691", - "roomcode": "5506.EG.660Q", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57810", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57691, + "usage_id": 202 + }, + "5506.EG.660R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660R, WC-Herren", "arch_name": "0660R@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57810", - "roomcode": "5506.EG.660R", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57817", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57810, + "usage_id": 115 + }, + "5506.EG.660S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660S, WC-Herren", "arch_name": "0660S@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57817", - "roomcode": "5506.EG.660S", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57826", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57817, + "usage_id": 115 + }, + "5506.EG.660T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660T, Umkleide / Dusche Damen", "arch_name": "0660T@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57826", - "roomcode": "5506.EG.660T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57837", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57826, + "usage_id": 121 + }, + "5506.EG.660U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660U, Umkleide", "arch_name": "0660U@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57837", - "roomcode": "5506.EG.660U", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72993", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57837, + "usage_id": 121 + }, + "5506.EG.660V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660V, Waschraum", "arch_name": "0660V@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72993", - "roomcode": "5506.EG.660V", - "usage": 210 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72995", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72993, + "usage_id": 210 + }, + "5506.EG.660W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0660W, WC", "arch_name": "0660W@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72995", - "roomcode": "5506.EG.660W", - "usage": 114 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26885", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72995, + "usage_id": 114 + }, + "5506.EG.661": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661, Metallwerkstatt", "arch_name": "0661@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26885", - "roomcode": "5506.EG.661", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11711", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26885, + "usage_id": 51 + }, + "5506.EG.661A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661A, Meister", "arch_name": "0661A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11711", - "roomcode": "5506.EG.661A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57979", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11711, + "usage_id": 12 + }, + "5506.EG.661B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661B, Aufenthalt", "arch_name": "0661B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57979", - "roomcode": "5506.EG.661B", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57988", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 48837, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57979, + "usage_id": 44 + }, + "5506.EG.661M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661M, Schwei\u00dferei", "arch_name": "0661M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57988", - "roomcode": "5506.EG.661M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58116", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57988, + "usage_id": 51 + }, + "5506.EG.661N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661N, Materiallager", "arch_name": "0661N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58116", - "roomcode": "5506.EG.661N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58126", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58116, + "usage_id": 30 + }, + "5506.EG.661O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661O, Ger\u00e4telager", "arch_name": "0661O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58126", - "roomcode": "5506.EG.661O", - "usage": 18 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72983", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58126, + "usage_id": 18 + }, + "5506.EG.661Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661Q, Flur", "arch_name": "0661Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72983", - "roomcode": "5506.EG.661Q", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72992", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72983, + "usage_id": 222 + }, + "5506.EG.661R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0661R, Technologisches Labor", "arch_name": "0661R@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72992", - "roomcode": "5506.EG.661R", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=17065", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72992, + "usage_id": 194 + }, + "5506.EG.662": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662, Feinmechanische Werkstatt", "arch_name": "0662@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17065", - "roomcode": "5506.EG.662", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11787", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17065, + "usage_id": 108 + }, + "5506.EG.662A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662A, Meisterb\u00fcro", "arch_name": "0662A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11787", - "roomcode": "5506.EG.662A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58275", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15279, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11787, + "usage_id": 12 + }, + "5506.EG.662B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662B, Aufenthalt", "arch_name": "0662B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58275", - "roomcode": "5506.EG.662B", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58284", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15279, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58275, + "usage_id": 44 + }, + "5506.EG.662C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662C, Flur", "arch_name": "0662C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58284", - "roomcode": "5506.EG.662C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58294", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58284, + "usage_id": 222 + }, + "5506.EG.662M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662M, Lager", "arch_name": "0662M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58294", - "roomcode": "5506.EG.662M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58422", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58294, + "usage_id": 30 + }, + "5506.EG.662N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662N, Blechbearbeitung", "arch_name": "0662N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58422", - "roomcode": "5506.EG.662N", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58430", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15279, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58422, + "usage_id": 51 + }, + "5506.EG.662O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0662O, Schleifen / Schwei\u00dfen", "arch_name": "0662O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58430", - "roomcode": "5506.EG.662O", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58438", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58430, + "usage_id": 51 + }, + "5506.EG.663": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0663, K\u00fchlwasser", "arch_name": "0663@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58438", - "roomcode": "5506.EG.663", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58447", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58438, + "usage_id": 32 + }, + "5506.EG.664": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0664, Gasflaschenlager", "arch_name": "0664@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58447", - "roomcode": "5506.EG.664", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72973", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58447, + "usage_id": 30 + }, + "5506.EG.670A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0670A, Flur", "arch_name": "0670A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72973", - "roomcode": "5506.EG.670A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72991", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72973, + "usage_id": 222 + }, + "5506.EG.670B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0670B, Flur", "arch_name": "0670B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72991", - "roomcode": "5506.EG.670B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72985", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72991, + "usage_id": 222 + }, + "5506.EG.670C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0670C, Flur", "arch_name": "0670C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72985", - "roomcode": "5506.EG.670C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72994", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72985, + "usage_id": 222 + }, + "5506.EG.670D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0670D, Treppe im Freien", "arch_name": "0670D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72994", - "roomcode": "5506.EG.670D", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58569", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72994, + "usage_id": 7 + }, + "5506.EG.675": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0675, K\u00fchlwasser", "arch_name": "0675@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58569", - "roomcode": "5506.EG.675", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58588", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58569, + "usage_id": 32 + }, + "5506.EG.676": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0676, Gasflaschenlager", "arch_name": "0676@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58588", - "roomcode": "5506.EG.676", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58596", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58588, + "usage_id": 30 + }, + "5506.EG.677": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0677, Modelwerkstatt", "arch_name": "0677@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58596", - "roomcode": "5506.EG.677", - "usage": 107 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58606", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58596, + "usage_id": 107 + }, + "5506.EG.678": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0678, Blechwerkstatt", "arch_name": "0678@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58606", - "roomcode": "5506.EG.678", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58725", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58606, + "usage_id": 51 + }, + "5506.EG.678M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0678M, Materiallager", "arch_name": "0678M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58725", - "roomcode": "5506.EG.678M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=25888", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58725, + "usage_id": 30 + }, + "5506.EG.679": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0679, Werkstatt / Windkanal", "arch_name": "0679@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25888", - "roomcode": "5506.EG.679", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58744", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25888, + "usage_id": 51 + }, + "5506.EG.679A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0679A, Aufenthalt", "arch_name": "0679A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58744", - "roomcode": "5506.EG.679A", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58755", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58744, + "usage_id": 44 + }, + "5506.EG.679M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0679M, Lager", "arch_name": "0679M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58755", - "roomcode": "5506.EG.679M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12015", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58755, + "usage_id": 30 + }, + "5506.EG.680": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0680, B\u00fcro", "arch_name": "0680@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12015", - "roomcode": "5506.EG.680", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=25980", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12015, + "usage_id": 12 + }, + "5506.EG.690": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690, Experimentierhalle / E-Labor", "arch_name": "0690@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=48837&cRes=15243&cReadonly=J", - "list_index": "130", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25980", - "roomcode": "5506.EG.690", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56556", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 15243, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25980, + "usage_id": 49 + }, + "5506.EG.690A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690A, Verkehrsweg zw. 0690 u. 0690B", "arch_name": "0690A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56556", - "roomcode": "5506.EG.690A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56674", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56556, + "usage_id": 222 + }, + "5506.EG.690B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690B, Kunststofflager", "arch_name": "0690B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56674", - "roomcode": "5506.EG.690B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12086", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56674, + "usage_id": 30 + }, + "5506.EG.690C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690C, Flugtechnik-Praktikum", "arch_name": "0690C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "extended": { - "additional_description": "0690C, Flugtechnik-Praktikum", - "address": "Boltzmannstr. 15(5506), Erdgescho\u00df", - "architect_room_nr": "0690C@5506", - "area_m2": 92.62, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "690C", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12086", - "roomcode": "5506.EG.690C", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56685", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12086, + "usage_id": 131 + }, + "5506.EG.690D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690D, Halle FSD/Ironbird/Forschungsflugzeug", "arch_name": "0690D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "extended": { - "additional_description": "0690D, Halle FSD/Ironbird/Forschungsflugzeug", - "address": "Boltzmannstr. 15(5506), Erdgescho\u00df", - "architect_room_nr": "0690D@5506", - "area_m2": 255.09, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "690D", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56685", - "roomcode": "5506.EG.690D", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56691", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56685, + "usage_id": 131 + }, + "5506.EG.690E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690E, Reaktionstechnikum", "arch_name": "0690E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56691", - "roomcode": "5506.EG.690E", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56698", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56691, + "usage_id": 194 + }, + "5506.EG.690F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690F, Lager Fakult\u00e4t", "arch_name": "0690F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56698", - "roomcode": "5506.EG.690F", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56821", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56698, + "usage_id": 30 + }, + "5506.EG.690G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690G, Experimentierhalle", "arch_name": "0690G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15279&cRes=19769&cReadonly=J", - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15279", - "operator": "[ TUMWLMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56821", - "roomcode": "5506.EG.690G", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26095", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 19769, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15279, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56821, + "usage_id": 49 + }, + "5506.EG.690H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690H, Windkanal B", "arch_name": "0690H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15307&cRes=19055&cReadonly=J", - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26095", - "roomcode": "5506.EG.690H", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56830", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 19055, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26095, + "usage_id": 49 + }, + "5506.EG.690I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690I, Str\u00f6mungslabor", "arch_name": "0690I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56830", - "roomcode": "5506.EG.690I", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30151", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56830, + "usage_id": 194 + }, + "5506.EG.690J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690J, Windkanal C", "arch_name": "0690J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15307&cRes=25566&cReadonly=J", - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30151", - "roomcode": "5506.EG.690J", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56960", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 25566, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30151, + "usage_id": 49 + }, + "5506.EG.690K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690K, Lackiererei", "arch_name": "0690K@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56960", - "roomcode": "5506.EG.690K", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56965", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56960, + "usage_id": 51 + }, + "5506.EG.690L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690L, Garage", "arch_name": "0690L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56965", - "roomcode": "5506.EG.690L", - "usage": 100 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30233", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56965, + "usage_id": 100 + }, + "5506.EG.690M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690M, Windkanal A", "arch_name": "0690M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30233", - "roomcode": "5506.EG.690M", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57117", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30233, + "usage_id": 49 + }, + "5506.EG.690P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0690P, Flur", "arch_name": "0690P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57117", - "roomcode": "5506.EG.690P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72974", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57117, + "usage_id": 222 + }, + "5506.EG.691": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0691, Werkstatt", "arch_name": "0691@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72974", - "roomcode": "5506.EG.691", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72987", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72974, + "usage_id": 51 + }, + "5506.EG.691A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0691A, Betriebstechn. Anlagen", "arch_name": "0691A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72987", - "roomcode": "5506.EG.691A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72986", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72987, + "usage_id": 120 + }, + "5506.EG.691B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0691B, B\u00fcro", "arch_name": "0691B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72986", - "roomcode": "5506.EG.691B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57254", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72986, + "usage_id": 12 + }, + "5506.EG.698B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698B, Schacht", "arch_name": "0698B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57254", - "roomcode": "5506.EG.698B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57264", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57254, + "usage_id": 120 + }, + "5506.EG.698C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698c, Aufzug", "arch_name": "0698c@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57264", - "roomcode": "5506.EG.698C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57279", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57264, + "usage_id": 4 + }, + "5506.EG.698D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698d, Schacht", "arch_name": "0698d@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57279", - "roomcode": "5506.EG.698D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57289", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57279, + "usage_id": 120 + }, + "5506.EG.698E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698e, Schacht", "arch_name": "0698e@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57289", - "roomcode": "5506.EG.698E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57408", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57289, + "usage_id": 120 + }, + "5506.EG.698F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698f, Schacht", "arch_name": "0698f@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57408", - "roomcode": "5506.EG.698F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57415", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57408, + "usage_id": 120 + }, + "5506.EG.698G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698G, Schacht", "arch_name": "0698G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57415", - "roomcode": "5506.EG.698G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57424", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57415, + "usage_id": 120 + }, + "5506.EG.698H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698h, Schacht", "arch_name": "0698h@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57424", - "roomcode": "5506.EG.698H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57431", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57424, + "usage_id": 120 + }, + "5506.EG.698I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698I, Schacht", "arch_name": "0698I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57431", - "roomcode": "5506.EG.698I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57552", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57431, + "usage_id": 120 + }, + "5506.EG.698J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698j, Schacht", "arch_name": "0698j@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57552", - "roomcode": "5506.EG.698J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57562", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57552, + "usage_id": 120 + }, + "5506.EG.698K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698k, Schacht", "arch_name": "0698k@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57562", - "roomcode": "5506.EG.698K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57572", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57562, + "usage_id": 120 + }, + "5506.EG.698L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698L, Schacht", "arch_name": "0698L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57572", - "roomcode": "5506.EG.698L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57696", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57572, + "usage_id": 120 + }, + "5506.EG.698N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698n, Schacht", "arch_name": "0698n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57696", - "roomcode": "5506.EG.698N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57704", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57696, + "usage_id": 120 + }, + "5506.EG.698O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698o, Schacht", "arch_name": "0698o@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57704", - "roomcode": "5506.EG.698O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57710", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57704, + "usage_id": 120 + }, + "5506.EG.698P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698p, Schacht", "arch_name": "0698p@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57710", - "roomcode": "5506.EG.698P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57719", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57710, + "usage_id": 120 + }, + "5506.EG.698Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698q, Schacht", "arch_name": "0698q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57719", - "roomcode": "5506.EG.698Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57840", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57719, + "usage_id": 120 + }, + "5506.EG.698R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0698r, Schacht", "arch_name": "0698r@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57840", - "roomcode": "5506.EG.698R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30732", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57840, + "usage_id": 120 + }, + "5506.EG.699A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699A, MW 6 Innenhof", "arch_name": "0699A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17992&cReadonly=J", - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30732", - "roomcode": "5506.EG.699A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57871", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 17992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30732, + "usage_id": 222 + }, + "5506.EG.699C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699C, Flur", "arch_name": "0699C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57871", - "roomcode": "5506.EG.699C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57996", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57871, + "usage_id": 222 + }, + "5506.EG.699D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699D, Treppe", "arch_name": "0699D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57996", - "roomcode": "5506.EG.699D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58003", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57996, + "usage_id": 223 + }, + "5506.EG.699E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699E, Flur", "arch_name": "0699E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58003", - "roomcode": "5506.EG.699E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58014", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58003, + "usage_id": 222 + }, + "5506.EG.699F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699F, Flur", "arch_name": "0699F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58014", - "roomcode": "5506.EG.699F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58027", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58014, + "usage_id": 222 + }, + "5506.EG.699G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699G, Flur", "arch_name": "0699G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58027", - "roomcode": "5506.EG.699G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58153", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58027, + "usage_id": 222 + }, + "5506.EG.699H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699H, Flur", "arch_name": "0699H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58153", - "roomcode": "5506.EG.699H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58162", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58153, + "usage_id": 222 + }, + "5506.EG.699I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699I, Treppenraum", "arch_name": "0699I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58162", - "roomcode": "5506.EG.699I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58168", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58162, + "usage_id": 223 + }, + "5506.EG.699J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699J, Flur", "arch_name": "0699J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58168", - "roomcode": "5506.EG.699J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58317", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58168, + "usage_id": 222 + }, + "5506.EG.699L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699L, Flur", "arch_name": "0699L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58317", - "roomcode": "5506.EG.699L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58322", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58317, + "usage_id": 222 + }, + "5506.EG.699M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699M, Dilatometer", "arch_name": "0699M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58322", - "roomcode": "5506.EG.699M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58460", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58322, + "usage_id": 51 + }, + "5506.EG.699P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699p, Flur", "arch_name": "0699p@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58460", - "roomcode": "5506.EG.699P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58469", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58460, + "usage_id": 222 + }, + "5506.EG.699Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699Q, Flur", "arch_name": "0699Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58469", - "roomcode": "5506.EG.699Q", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58476", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58469, + "usage_id": 222 + }, + "5506.EG.699R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699R, Flur", "arch_name": "0699R@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58476", - "roomcode": "5506.EG.699R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58483", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58476, + "usage_id": 222 + }, + "5506.EG.699S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699S, Flur", "arch_name": "0699S@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58483", - "roomcode": "5506.EG.699S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58491", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58483, + "usage_id": 222 + }, + "5506.EG.699T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699T, Verkehrsfl\u00e4che", "arch_name": "0699T@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15307", - "operator": "[ TUMWAER ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58491", - "roomcode": "5506.EG.699T", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72990", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15307, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58491, + "usage_id": 222 + }, + "5506.EG.699V": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699V, Treppe", "arch_name": "0699V@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72990", - "roomcode": "5506.EG.699V", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72989", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72990, + "usage_id": 223 + }, + "5506.EG.699W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699W, Flur", "arch_name": "0699W@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72989", - "roomcode": "5506.EG.699W", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72988", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72989, + "usage_id": 222 + }, + "5506.EG.699X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699X, Flur", "arch_name": "0699X@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72988", - "roomcode": "5506.EG.699X", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=72984", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72988, + "usage_id": 222 + }, + "5506.EG.699Y": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0699Y, Flur", "arch_name": "0699Y@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72984", - "roomcode": "5506.EG.699Y", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56501", + "area_id": 34, + "building_id": 845, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72984, + "usage_id": 222 + }, + "5506.U1.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U601, Technikraum", "arch_name": "U601@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56501", - "roomcode": "5506.U1.601", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72979", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56501, + "usage_id": 120 + }, + "5506.U1.601A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U601A, Installationsraum", "arch_name": "U601A@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72979", - "roomcode": "5506.U1.601A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56509", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72979, + "usage_id": 120 + }, + "5506.U1.602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U602, Installationskeller", "arch_name": "U602@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56509", - "roomcode": "5506.U1.602", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56644", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56509, + "usage_id": 120 + }, + "5506.U1.602M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U602n, Technikraum", "arch_name": "U602n@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56644", - "roomcode": "5506.U1.602M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56649", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56644, + "usage_id": 160 + }, + "5506.U1.603M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U603M, Lager Hausmaterialien", "arch_name": "U603M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56649", - "roomcode": "5506.U1.603M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56656", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56649, + "usage_id": 30 + }, + "5506.U1.603N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U603N, Maschinenraum", "arch_name": "U603N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56656", - "roomcode": "5506.U1.603N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56662", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56656, + "usage_id": 120 + }, + "5506.U1.603O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U603O, Sprinklerzentrale", "arch_name": "U603O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56662", - "roomcode": "5506.U1.603O", - "usage": 216 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56668", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56662, + "usage_id": 216 + }, + "5506.U1.603P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U603P, Maschinenraum", "arch_name": "U603P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56668", - "roomcode": "5506.U1.603P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72981", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56668, + "usage_id": 120 + }, + "5506.U1.603Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U603Q, Lager", "arch_name": "U603Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72981", - "roomcode": "5506.U1.603Q", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56785", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72981, + "usage_id": 30 + }, + "5506.U1.625": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U625, Netz", "arch_name": "U625@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56785", - "roomcode": "5506.U1.625", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56792", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56785, + "usage_id": 160 + }, + "5506.U1.625M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U625M, Elektroverteiler", "arch_name": "U625M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56792", - "roomcode": "5506.U1.625M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56802", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56792, + "usage_id": 120 + }, + "5506.U1.626": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U626, Stromversorgung", "arch_name": "U626@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56802", - "roomcode": "5506.U1.626", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56808", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56802, + "usage_id": 160 + }, + "5506.U1.626M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U626M, Elektroverteiler", "arch_name": "U626M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56808", - "roomcode": "5506.U1.626M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56928", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56808, + "usage_id": 120 + }, + "5506.U1.627": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U627, Fernmeldetechnik", "arch_name": "U627@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56928", - "roomcode": "5506.U1.627", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56932", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56928, + "usage_id": 202 + }, + "5506.U1.628": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U628, Lager", "arch_name": "U628@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56932", - "roomcode": "5506.U1.628", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56941", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15304, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56932, + "usage_id": 30 + }, + "5506.U1.629": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U629, Lager", "arch_name": "U629@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": "tvKalender.wSicht?cOrg=15304&cRes=28538&cReadonly=J", - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15304", - "operator": "[ TULRLLS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56941", - "roomcode": "5506.U1.629", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56954", + "area_id": 34, + "building_id": 845, + "calendar_resource_nr": 28538, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15304, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56941, + "usage_id": 30 + }, + "5506.U1.630": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U630, Reinigungsdienst", "arch_name": "U630@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56954", - "roomcode": "5506.U1.630", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57073", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56954, + "usage_id": 44 + }, + "5506.U1.631": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U631, Werkstatt", "arch_name": "U631@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57073", - "roomcode": "5506.U1.631", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57091", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57073, + "usage_id": 51 + }, + "5506.U1.632": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U632, \u00dcbungsraum/Archiv", "arch_name": "U632@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "extended": { - "additional_description": "U632, \u00dcbungsraum/Archiv", - "address": "Boltzmannstr. 15(5506), 1.Untergescho\u00df", - "architect_room_nr": "U632@5506", - "area_m2": 24.77, - "building": "5506 Institut f. Luft-u. Raumfahrt", - "floor_number": "1.Untergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "632", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57091", - "roomcode": "5506.U1.632", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57102", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57091, + "usage_id": 131 + }, + "5506.U1.633": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U633, Archiv", "arch_name": "U633@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15305", - "operator": "[ TULRFSD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57102", - "roomcode": "5506.U1.633", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=32037", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 15305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57102, + "usage_id": 2 + }, + "5506.U1.634": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U634, Feinmessraum", "arch_name": "U634@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48837", - "operator": "[ TUMWLPL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=32037", - "roomcode": "5506.U1.634", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57109", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48837, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 32037, + "usage_id": 103 + }, + "5506.U1.635": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U635, Probenlager", "arch_name": "U635@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15309", - "operator": "[ TULRLRT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57109", - "roomcode": "5506.U1.635", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57217", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 15309, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57109, + "usage_id": 30 + }, + "5506.U1.636": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U636, Archiv", "arch_name": "U636@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57217", - "roomcode": "5506.U1.636", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57222", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57217, + "usage_id": 2 + }, + "5506.U1.698B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698B, Schacht", "arch_name": "U698B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57222", - "roomcode": "5506.U1.698B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57228", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57222, + "usage_id": 120 + }, + "5506.U1.698C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698C, Aufzug", "arch_name": "U698C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57228", - "roomcode": "5506.U1.698C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57237", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57228, + "usage_id": 4 + }, + "5506.U1.698D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698D, Schacht", "arch_name": "U698D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57237", - "roomcode": "5506.U1.698D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58239", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57237, + "usage_id": 120 + }, + "5506.U1.698E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698E, Schacht", "arch_name": "U698E@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58239", - "roomcode": "5506.U1.698E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58247", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58239, + "usage_id": 120 + }, + "5506.U1.698F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698F, Schacht", "arch_name": "U698F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58247", - "roomcode": "5506.U1.698F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58255", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58247, + "usage_id": 120 + }, + "5506.U1.698G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698G, Schacht", "arch_name": "U698G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58255", - "roomcode": "5506.U1.698G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58261", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58255, + "usage_id": 120 + }, + "5506.U1.698H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698H, Schacht", "arch_name": "U698H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58261", - "roomcode": "5506.U1.698H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58390", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58261, + "usage_id": 120 + }, + "5506.U1.698J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698J, Schacht", "arch_name": "U698J@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58390", - "roomcode": "5506.U1.698J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58399", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58390, + "usage_id": 120 + }, + "5506.U1.698K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698K, Schacht", "arch_name": "U698K@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58399", - "roomcode": "5506.U1.698K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58408", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58399, + "usage_id": 120 + }, + "5506.U1.698M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698M, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U698M@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58408", - "roomcode": "5506.U1.698M", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58412", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58408, + "usage_id": 5 + }, + "5506.U1.698N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698N, Schacht", "arch_name": "U698N@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58412", - "roomcode": "5506.U1.698N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58533", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58412, + "usage_id": 120 + }, + "5506.U1.698O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698O, Schacht", "arch_name": "U698O@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58533", - "roomcode": "5506.U1.698O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58540", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58533, + "usage_id": 120 + }, + "5506.U1.698P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698P, Schacht", "arch_name": "U698P@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58540", - "roomcode": "5506.U1.698P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58547", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58540, + "usage_id": 120 + }, + "5506.U1.698Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698Q, Schacht", "arch_name": "U698Q@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58547", - "roomcode": "5506.U1.698Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72980", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58547, + "usage_id": 120 + }, + "5506.U1.698R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U698R, Wasser-Vorratsbeh\u00e4lter", "arch_name": "U698R@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72980", - "roomcode": "5506.U1.698R", - "usage": 183 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58556", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72980, + "usage_id": 183 + }, + "5506.U1.699B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699B, Flur", "arch_name": "U699B@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58556", - "roomcode": "5506.U1.699B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=58563", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58556, + "usage_id": 222 + }, + "5506.U1.699C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699C, Flur", "arch_name": "U699C@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58563", - "roomcode": "5506.U1.699C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57246", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58563, + "usage_id": 222 + }, + "5506.U1.699D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699D, Treppenraum", "arch_name": "U699D@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57246", - "roomcode": "5506.U1.699D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57368", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57246, + "usage_id": 223 + }, + "5506.U1.699F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699F, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U699F@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57368", - "roomcode": "5506.U1.699F", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57376", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57368, + "usage_id": 5 + }, + "5506.U1.699G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699G, Flur", "arch_name": "U699G@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57376", - "roomcode": "5506.U1.699G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57799", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57376, + "usage_id": 222 + }, + "5506.U1.699H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699H, Flur", "arch_name": "U699H@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57799", - "roomcode": "5506.U1.699H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57928", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57799, + "usage_id": 222 + }, + "5506.U1.699I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699I, Treppenraum", "arch_name": "U699I@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57928", - "roomcode": "5506.U1.699I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57938", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57928, + "usage_id": 223 + }, + "5506.U1.699K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699K, Flur", "arch_name": "U699K@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57938", - "roomcode": "5506.U1.699K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=72982", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57938, + "usage_id": 222 + }, + "5506.U1.699L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U699L, Flur", "arch_name": "U699L@5506", - "b_area_id": 34, - "b_filter_id": 845, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72982", - "roomcode": "5506.U1.699L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=12951", + "area_id": 34, + "building_id": 845, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72982, + "usage_id": 222 + }, + "5507.01.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1701, Seminarraum", "arch_name": "1701@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15315&cRes=12639&cReadonly=J", - "extended": { - "additional_description": "1701, Seminarraum", - "address": "Boltzmannstr. 15(5507), 1.Obergescho\u00df", - "architect_room_nr": "1701@5507", - "area_m2": 113.23, - "building": "5507 Institut f. Energietechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "701", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12951", - "roomcode": "5507.01.701", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58220", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 12639, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12951, + "usage_id": 41 + }, + "5507.01.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1702, Besprechnung", "arch_name": "1702@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15315&cRes=18413&cReadonly=J", - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58220", - "roomcode": "5507.01.702", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58342", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 18413, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 15315, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58220, + "usage_id": 196 + }, + "5507.01.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703, Labor", "arch_name": "1703@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58342", - "roomcode": "5507.01.703", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59935", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15315, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58342, + "usage_id": 194 + }, + "5507.01.703A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703A, Seminarraum", "arch_name": "1703A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15315&cRes=19076&cReadonly=J", - "extended": { - "additional_description": "1703A, Seminarraum", - "address": "Boltzmannstr. 15(5507), 1.Obergescho\u00df", - "architect_room_nr": "1703A@5507", - "area_m2": 49.02, - "building": "5507 Institut f. Energietechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Fliesen", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "703A", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59935", - "roomcode": "5507.01.703A", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59936", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 19076, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15315, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59935, + "usage_id": 41 + }, + "5507.01.703B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703B, B\u00fcro", "arch_name": "1703B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59936", - "roomcode": "5507.01.703B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58352", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59936, + "usage_id": 12 + }, + "5507.01.703M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703M, Rechner", "arch_name": "1703M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58352", - "roomcode": "5507.01.703M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58360", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58352, + "usage_id": 207 + }, + "5507.01.703N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703N, Teek\u00fcche", "arch_name": "1703N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58360", - "roomcode": "5507.01.703N", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58369", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58360, + "usage_id": 198 + }, + "5507.01.703O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703O, WC-Herren Vorraum", "arch_name": "1703O@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58369", - "roomcode": "5507.01.703O", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58377", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58369, + "usage_id": 118 + }, + "5507.01.703P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703P, WC-Herren", "arch_name": "1703P@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58377", - "roomcode": "5507.01.703P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58498", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58377, + "usage_id": 115 + }, + "5507.01.703Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703Q, WC-Damen", "arch_name": "1703Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58498", - "roomcode": "5507.01.703Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58506", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58498, + "usage_id": 116 + }, + "5507.01.703R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1703R, WC-Damen Vorraum", "arch_name": "1703R@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58506", - "roomcode": "5507.01.703R", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58510", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58506, + "usage_id": 118 + }, + "5507.01.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1704, Labor SToffwertebestimmung", "arch_name": "1704@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58510", - "roomcode": "5507.01.704", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58517", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58510, + "usage_id": 103 + }, + "5507.01.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1705, Bibliothek", "arch_name": "1705@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58517", - "roomcode": "5507.01.705", - "usage": 10 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58523", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58517, + "usage_id": 10 + }, + "5507.01.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1706, Putzraum", "arch_name": "1706@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58523", - "roomcode": "5507.01.706", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73226", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58523, + "usage_id": 205 + }, + "5507.01.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1725, Studentenarbeitsraum", "arch_name": "1725@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73226", - "roomcode": "5507.01.725", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58650", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73226, + "usage_id": 208 + }, + "5507.01.726": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1726, Zeichenraum", "arch_name": "1726@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "extended": { - "additional_description": "1726, Zeichenraum", - "address": "Boltzmannstr. 15(5507), 1.Obergescho\u00df", - "architect_room_nr": "1726@5507", - "area_m2": 10.93, - "building": "5507 Institut f. Energietechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "726", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58650", - "roomcode": "5507.01.726", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13093", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58650, + "usage_id": 55 + }, + "5507.01.727": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1727, Wissenschaftliche Mitarbeiter", "arch_name": "1727@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13093", - "roomcode": "5507.01.727", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13097", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13093, + "usage_id": 12 + }, + "5507.01.728": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1728, Wissenschaftliche Mitarbeiter", "arch_name": "1728@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13097", - "roomcode": "5507.01.728", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58668", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13097, + "usage_id": 12 + }, + "5507.01.728M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1728M, Elektroverteiler", "arch_name": "1728M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58668", - "roomcode": "5507.01.728M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58673", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58668, + "usage_id": 120 + }, + "5507.01.728N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1728N, Elektroverteiler", "arch_name": "1728N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58673", - "roomcode": "5507.01.728N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13174", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58673, + "usage_id": 120 + }, + "5507.01.729": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1729, Wissenschaftliche Mitarbeiter", "arch_name": "1729@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13174", - "roomcode": "5507.01.729", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56462", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13174, + "usage_id": 12 + }, + "5507.01.729M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1729M, Elektroverteiler", "arch_name": "1729M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56462", - "roomcode": "5507.01.729M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13183", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56462, + "usage_id": 120 + }, + "5507.01.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1730, Wissenschaftliche Mitarbeiter", "arch_name": "1730@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13183", - "roomcode": "5507.01.730", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13187", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13183, + "usage_id": 12 + }, + "5507.01.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1731, Oberingenieur", "arch_name": "1731@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13187", - "roomcode": "5507.01.731", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13246", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13187, + "usage_id": 12 + }, + "5507.01.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1732, Prof.-B\u00fcro", "arch_name": "1732@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13246", - "roomcode": "5507.01.732", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56484", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13246, + "usage_id": 12 + }, + "5507.01.733": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1733, Besprechnung", "arch_name": "1733@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15315&cRes=22422&cReadonly=J", - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56484", - "roomcode": "5507.01.733", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56490", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 22422, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56484, + "usage_id": 196 + }, + "5507.01.733M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1733M, Foyer", "arch_name": "1733M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56490", - "roomcode": "5507.01.733M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13256", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56490, + "usage_id": 222 + }, + "5507.01.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1734, Sekretariat", "arch_name": "1734@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13256", - "roomcode": "5507.01.734", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13258", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13256, + "usage_id": 40 + }, + "5507.01.735": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1735, Prof.-B\u00fcro", "arch_name": "1735@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13258", - "roomcode": "5507.01.735", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56636", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13258, + "usage_id": 12 + }, + "5507.01.735M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1735M, Elektroverteiler", "arch_name": "1735M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56636", - "roomcode": "5507.01.735M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13301", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56636, + "usage_id": 120 + }, + "5507.01.736": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1736, B\u00fcro", "arch_name": "1736@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13301", - "roomcode": "5507.01.736", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13305", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13301, + "usage_id": 12 + }, + "5507.01.737": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1737, B\u00fcro", "arch_name": "1737@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13305", - "roomcode": "5507.01.737", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56752", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13305, + "usage_id": 12 + }, + "5507.01.738": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1738, B\u00fcro", "arch_name": "1738@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56752", - "roomcode": "5507.01.738", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13310", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56752, + "usage_id": 12 + }, + "5507.01.739": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1739, B\u00fcro", "arch_name": "1739@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13310", - "roomcode": "5507.01.739", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56771", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13310, + "usage_id": 12 + }, + "5507.01.760": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760, Abstellraum", "arch_name": "1760@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56771", - "roomcode": "5507.01.760", - "usage": 159 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56883", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56771, + "usage_id": 159 + }, + "5507.01.760M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760M, Technik", "arch_name": "1760M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56883", - "roomcode": "5507.01.760M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56889", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56883, + "usage_id": 120 + }, + "5507.01.760N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760N, Technik", "arch_name": "1760N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56889", - "roomcode": "5507.01.760N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56895", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56889, + "usage_id": 120 + }, + "5507.01.760P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760P, WC-Damen", "arch_name": "1760P@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56895", - "roomcode": "5507.01.760P", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56901", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56895, + "usage_id": 116 + }, + "5507.01.760Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760Q, WC-Herren", "arch_name": "1760Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56901", - "roomcode": "5507.01.760Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56913", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56901, + "usage_id": 115 + }, + "5507.01.760R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760R, Beh.-WC", "arch_name": "1760R@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56913", - "roomcode": "5507.01.760R", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57029", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56913, + "usage_id": 117 + }, + "5507.01.760S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760S, Umkleide / Dusche Herren", "arch_name": "1760S@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57029", - "roomcode": "5507.01.760S", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57035", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57029, + "usage_id": 121 + }, + "5507.01.760T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1760T, Dusche Herren", "arch_name": "1760T@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57035", - "roomcode": "5507.01.760T", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57044", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57035, + "usage_id": 113 + }, + "5507.01.761": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1761, Aufenthaltsraum", "arch_name": "1761@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57044", - "roomcode": "5507.01.761", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=26576", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57044, + "usage_id": 44 + }, + "5507.01.761M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1761M, Schaltraum", "arch_name": "1761M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26576", - "roomcode": "5507.01.761M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57064", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26576, + "usage_id": 120 + }, + "5507.01.762": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1762, Forschungssimulator", "arch_name": "1762@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57064", - "roomcode": "5507.01.762", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57181", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43429, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57064, + "usage_id": 194 + }, + "5507.01.762M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1762M, Studentenraum", "arch_name": "1762M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57181", - "roomcode": "5507.01.762M", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57188", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57181, + "usage_id": 208 + }, + "5507.01.790A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1790a, L\u00fcftungszentrale Nr. 7", "arch_name": "1790a@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57188", - "roomcode": "5507.01.790A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57194", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57188, + "usage_id": 32 + }, + "5507.01.790B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1790B, Schleiferei", "arch_name": "1790B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57194", - "roomcode": "5507.01.790B", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57202", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57194, + "usage_id": 108 + }, + "5507.01.790C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1790C, SCR Technologie (Abgasnachbehandlung)", "arch_name": "1790C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57202", - "roomcode": "5507.01.790C", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57208", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57202, + "usage_id": 194 + }, + "5507.01.790D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1790D, Labor", "arch_name": "1790D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57208", - "roomcode": "5507.01.790D", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=26752", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57208, + "usage_id": 194 + }, + "5507.01.790E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1790E, Elektrische Werkstatt", "arch_name": "1790E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26752", - "roomcode": "5507.01.790E", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57336", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26752, + "usage_id": 51 + }, + "5507.01.798A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798a, Schacht", "arch_name": "1798a@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57336", - "roomcode": "5507.01.798A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57342", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57336, + "usage_id": 120 + }, + "5507.01.798B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798b, Schacht", "arch_name": "1798b@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57342", - "roomcode": "5507.01.798B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57347", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57342, + "usage_id": 120 + }, + "5507.01.798C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798c, Aufzug", "arch_name": "1798c@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57347", - "roomcode": "5507.01.798C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57352", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57347, + "usage_id": 4 + }, + "5507.01.798D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798d, Schacht", "arch_name": "1798d@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57352", - "roomcode": "5507.01.798D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57359", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57352, + "usage_id": 120 + }, + "5507.01.798E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798e, Schacht", "arch_name": "1798e@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57359", - "roomcode": "5507.01.798E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57483", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57359, + "usage_id": 120 + }, + "5507.01.798F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798f, Schacht", "arch_name": "1798f@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57483", - "roomcode": "5507.01.798F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57492", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57483, + "usage_id": 120 + }, + "5507.01.798G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798g, Schacht", "arch_name": "1798g@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57492", - "roomcode": "5507.01.798G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57499", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57492, + "usage_id": 120 + }, + "5507.01.798H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798h, Schacht", "arch_name": "1798h@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57499", - "roomcode": "5507.01.798H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57511", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57499, + "usage_id": 120 + }, + "5507.01.798I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798i, Schacht", "arch_name": "1798i@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57511", - "roomcode": "5507.01.798I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57629", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57511, + "usage_id": 120 + }, + "5507.01.798J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798j, Schacht", "arch_name": "1798j@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57629", - "roomcode": "5507.01.798J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57635", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57629, + "usage_id": 120 + }, + "5507.01.798K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798k, Aufzug", "arch_name": "1798k@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57635", - "roomcode": "5507.01.798K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57643", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57635, + "usage_id": 4 + }, + "5507.01.798L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798l, Schacht", "arch_name": "1798l@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57643", - "roomcode": "5507.01.798L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57646", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57643, + "usage_id": 120 + }, + "5507.01.798M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798m, Schacht", "arch_name": "1798m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57646", - "roomcode": "5507.01.798M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57654", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57646, + "usage_id": 120 + }, + "5507.01.798N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798n, Schacht", "arch_name": "1798n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57654", - "roomcode": "5507.01.798N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57767", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57654, + "usage_id": 120 + }, + "5507.01.798O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798o, Schacht", "arch_name": "1798o@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57767", - "roomcode": "5507.01.798O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57777", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57767, + "usage_id": 120 + }, + "5507.01.798Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798q, Schacht", "arch_name": "1798q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57777", - "roomcode": "5507.01.798Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57781", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57777, + "usage_id": 120 + }, + "5507.01.798R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1798r, Schacht", "arch_name": "1798r@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57781", - "roomcode": "5507.01.798R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57787", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57781, + "usage_id": 120 + }, + "5507.01.799A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799A, Galerie", "arch_name": "1799A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57787", - "roomcode": "5507.01.799A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57797", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57787, + "usage_id": 206 + }, + "5507.01.799B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799B, Flur", "arch_name": "1799B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57797", - "roomcode": "5507.01.799B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57934", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57797, + "usage_id": 222 + }, + "5507.01.799C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799C, Flur", "arch_name": "1799C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57934", - "roomcode": "5507.01.799C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57948", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57934, + "usage_id": 222 + }, + "5507.01.799D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799D, Treppenraum", "arch_name": "1799D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57948", - "roomcode": "5507.01.799D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57951", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57948, + "usage_id": 223 + }, + "5507.01.799E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799E, Flur", "arch_name": "1799E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57951", - "roomcode": "5507.01.799E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=57961", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57951, + "usage_id": 222 + }, + "5507.01.799F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799F, Flur", "arch_name": "1799F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57961", - "roomcode": "5507.01.799F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73227", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57961, + "usage_id": 222 + }, + "5507.01.799G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799G, Flur", "arch_name": "1799G@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73227", - "roomcode": "5507.01.799G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73230", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73227, + "usage_id": 222 + }, + "5507.01.799H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1977H, Flur", "arch_name": "1977H@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73230", - "roomcode": "5507.01.799H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58080", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73230, + "usage_id": 222 + }, + "5507.01.799I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799I, Treppenraum", "arch_name": "1799I@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58080", - "roomcode": "5507.01.799I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58090", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58080, + "usage_id": 223 + }, + "5507.01.799J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799J, Flur", "arch_name": "1799J@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58090", - "roomcode": "5507.01.799J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58096", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58090, + "usage_id": 222 + }, + "5507.01.799K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799K, Flur", "arch_name": "1799K@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58096", - "roomcode": "5507.01.799K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58105", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58096, + "usage_id": 222 + }, + "5507.01.799L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799L, Flur", "arch_name": "1799L@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58105", - "roomcode": "5507.01.799L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58232", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58105, + "usage_id": 222 + }, + "5507.01.799M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799M, Flur", "arch_name": "1799M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58232", - "roomcode": "5507.01.799M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58245", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58232, + "usage_id": 222 + }, + "5507.01.799N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799N, Flur", "arch_name": "1799N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58245", - "roomcode": "5507.01.799N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58254", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58245, + "usage_id": 222 + }, + "5507.01.799O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799O, Galerie", "arch_name": "1799O@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58254", - "roomcode": "5507.01.799O", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73229", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58254, + "usage_id": 206 + }, + "5507.01.799Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799Q, Flur", "arch_name": "1799Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73229", - "roomcode": "5507.01.799Q", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73228", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73229, + "usage_id": 222 + }, + "5507.01.799S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1799S, Balkon", "arch_name": "1799S@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73228", - "roomcode": "5507.01.799S", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58388", + "area_id": 34, + "building_id": 844, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73228, + "usage_id": 219 + }, + "5507.02.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2701, Wissenschaftlicher Mitarbeiter", "arch_name": "2701@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58388", - "roomcode": "5507.02.701", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11801", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58388, + "usage_id": 12 + }, + "5507.02.701M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2701M, Seminarraum", "arch_name": "2701M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15318&cRes=15169&cReadonly=J", - "extended": { - "additional_description": "2701M, Seminarraum", - "address": "Boltzmannstr. 15(5507), 2.Obergescho\u00df", - "architect_room_nr": "2701M@5507", - "area_m2": 97.63, - "building": "5507 Institut f. Energietechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "701M", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=15318", - "operator": "[ TUMWLVK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11801", - "roomcode": "5507.02.701M", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58404", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 15169, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15318, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11801, + "usage_id": 41 + }, + "5507.02.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2702, Besprechungszimmer", "arch_name": "2702@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=43429&cRes=22205&cReadonly=J", - "list_index": "220", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58404", - "roomcode": "5507.02.702", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11851", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 22205, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58404, + "usage_id": 196 + }, + "5507.02.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2703, Prof.-B\u00fcro", "arch_name": "2703@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11851", - "roomcode": "5507.02.703", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58530", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11851, + "usage_id": 12 + }, + "5507.02.703M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2703M, WC-Vorraum Herren", "arch_name": "2703M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58530", - "roomcode": "5507.02.703M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58538", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58530, + "usage_id": 37 + }, + "5507.02.703N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2703N, WC-Vorraum Damen", "arch_name": "2703N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58538", - "roomcode": "5507.02.703N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58548", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58538, + "usage_id": 37 + }, + "5507.02.703P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2703P, WC-Herren", "arch_name": "2703P@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58548", - "roomcode": "5507.02.703P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58557", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58548, + "usage_id": 115 + }, + "5507.02.703Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2703Q, WC-Damen", "arch_name": "2703Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58557", - "roomcode": "5507.02.703Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11920", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58557, + "usage_id": 116 + }, + "5507.02.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2704, Sekretariat", "arch_name": "2704@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11920", - "roomcode": "5507.02.704", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11925", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11920, + "usage_id": 40 + }, + "5507.02.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2705/2706, Wissenschaftlicher Mitarbeiter", "arch_name": "2705/2706@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11925", - "roomcode": "5507.02.705", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58700", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11925, + "usage_id": 12 + }, + "5507.02.707": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2707, B\u00fcro", "arch_name": "2707@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58700", - "roomcode": "5507.02.707", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58711", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58700, + "usage_id": 12 + }, + "5507.02.708": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2708, Praktikaraum", "arch_name": "2708@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58711", - "roomcode": "5507.02.708", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56492", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43429, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58711, + "usage_id": 211 + }, + "5507.02.709": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2709, Wissenschaftlicher Mitarbeiter", "arch_name": "2709@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56492", - "roomcode": "5507.02.709", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56496", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43429, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56492, + "usage_id": 12 + }, + "5507.02.709M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2709M, Teek\u00fcche", "arch_name": "2709M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56496", - "roomcode": "5507.02.709M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56502", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56496, + "usage_id": 198 + }, + "5507.02.709N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2709N, Archiv", "arch_name": "2709N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56502", - "roomcode": "5507.02.709N", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56512", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56502, + "usage_id": 2 + }, + "5507.02.709O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2709O, Rechner-Raum", "arch_name": "2709O@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56512", - "roomcode": "5507.02.709O", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=26057", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 45951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56512, + "usage_id": 207 + }, + "5507.02.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2710, Studentenarbeitsraum m. DV", "arch_name": "2710@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=43429&cRes=15244&cReadonly=J", - "list_index": "234", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26057", - "roomcode": "5507.02.710", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11984", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 15244, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43429, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26057, + "usage_id": 208 + }, + "5507.02.711": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2711, B\u00fcro", "arch_name": "2711@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=43429&cRes=15175&cReadonly=J", - "list_index": "235", - "op_link": "webnav.navigate_to?corg=43429", - "operator": "[ TULRHST ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11984", - "roomcode": "5507.02.711", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12030", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 15175, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 43429, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11984, + "usage_id": 12 + }, + "5507.02.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2725, B\u00fcro", "arch_name": "2725@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12030", - "roomcode": "5507.02.725", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12034", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12030, + "usage_id": 12 + }, + "5507.02.726": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2726, B\u00fcro", "arch_name": "2726@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12034", - "roomcode": "5507.02.726", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12038", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12034, + "usage_id": 12 + }, + "5507.02.727": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2727, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2727@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12038", - "roomcode": "5507.02.727", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56783", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12038, + "usage_id": 12 + }, + "5507.02.727M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2727M, Elektroverteiler", "arch_name": "2727M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56783", - "roomcode": "5507.02.727M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12106", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56783, + "usage_id": 120 + }, + "5507.02.728": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2728, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2728@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12106", - "roomcode": "5507.02.728", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73238", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12106, + "usage_id": 12 + }, + "5507.02.728N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2728N, Installationsraum", "arch_name": "2728N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73238", - "roomcode": "5507.02.728N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12109", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73238, + "usage_id": 120 + }, + "5507.02.729": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2729, Prof.-B\u00fcro", "arch_name": "2729@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12109", - "roomcode": "5507.02.729", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56924", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12109, + "usage_id": 12 + }, + "5507.02.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2730, Sekretariat", "arch_name": "2730@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56924", - "roomcode": "5507.02.730", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56934", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56924, + "usage_id": 40 + }, + "5507.02.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2731, B\u00fcro", "arch_name": "2731@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56934", - "roomcode": "5507.02.731", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56937", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56934, + "usage_id": 12 + }, + "5507.02.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2732, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2732@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56937", - "roomcode": "5507.02.732", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56942", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56937, + "usage_id": 12 + }, + "5507.02.733": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2733, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2733@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56942", - "roomcode": "5507.02.733", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57085", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56942, + "usage_id": 12 + }, + "5507.02.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2734, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2734@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57085", - "roomcode": "5507.02.734", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57092", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57085, + "usage_id": 12 + }, + "5507.02.735": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2735, B\u00fcro", "arch_name": "2735@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57092", - "roomcode": "5507.02.735", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57103", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57092, + "usage_id": 12 + }, + "5507.02.735M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2735M, Elektroverteiler", "arch_name": "2735M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57103", - "roomcode": "5507.02.735M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57213", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57103, + "usage_id": 120 + }, + "5507.02.736": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2736, B\u00fcro", "arch_name": "2736@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57213", - "roomcode": "5507.02.736", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=12246", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57213, + "usage_id": 12 + }, + "5507.02.737": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2737, Labor", "arch_name": "2737@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=45951&cRes=15181&cReadonly=J", - "list_index": "251", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12246", - "roomcode": "5507.02.737", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57229", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 15181, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45951, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12246, + "usage_id": 194 + }, + "5507.02.760": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2760, Technik", "arch_name": "2760@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57229", - "roomcode": "5507.02.760", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57241", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57229, + "usage_id": 120 + }, + "5507.02.798A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798a, Schacht", "arch_name": "2798a@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57241", - "roomcode": "5507.02.798A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57249", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57241, + "usage_id": 120 + }, + "5507.02.798B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798b, Schacht", "arch_name": "2798b@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57249", - "roomcode": "5507.02.798B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57374", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57249, + "usage_id": 120 + }, + "5507.02.798C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798c, Schacht", "arch_name": "2798c@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57374", - "roomcode": "5507.02.798C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57385", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57374, + "usage_id": 120 + }, + "5507.02.798D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798D, Schacht", "arch_name": "2798D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57385", - "roomcode": "5507.02.798D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57393", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57385, + "usage_id": 120 + }, + "5507.02.798E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798e, Schacht", "arch_name": "2798e@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57393", - "roomcode": "5507.02.798E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57400", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57393, + "usage_id": 120 + }, + "5507.02.798F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798f, Schacht", "arch_name": "2798f@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57400", - "roomcode": "5507.02.798F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57519", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57400, + "usage_id": 120 + }, + "5507.02.798G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798g, Schacht", "arch_name": "2798g@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57519", - "roomcode": "5507.02.798G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57527", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57519, + "usage_id": 120 + }, + "5507.02.798H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798h, Schacht", "arch_name": "2798h@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57527", - "roomcode": "5507.02.798H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57536", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57527, + "usage_id": 120 + }, + "5507.02.798I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798i, Schacht", "arch_name": "2798i@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57536", - "roomcode": "5507.02.798I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57544", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57536, + "usage_id": 120 + }, + "5507.02.798J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798j, Schacht", "arch_name": "2798j@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57544", - "roomcode": "5507.02.798J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57662", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57544, + "usage_id": 120 + }, + "5507.02.798K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798k, Schacht", "arch_name": "2798k@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57662", - "roomcode": "5507.02.798K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57675", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57662, + "usage_id": 120 + }, + "5507.02.798L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798l, Schacht", "arch_name": "2798l@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57675", - "roomcode": "5507.02.798L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57680", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57675, + "usage_id": 120 + }, + "5507.02.798M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2798m, Schacht", "arch_name": "2798m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57680", - "roomcode": "5507.02.798M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57808", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57680, + "usage_id": 120 + }, + "5507.02.799A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799A, Flur", "arch_name": "2799A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57808", - "roomcode": "5507.02.799A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57831", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57808, + "usage_id": 222 + }, + "5507.02.799D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799D, Treppenraum", "arch_name": "2799D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57831", - "roomcode": "5507.02.799D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57969", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57831, + "usage_id": 223 + }, + "5507.02.799F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799F, Flur", "arch_name": "2799F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57969", - "roomcode": "5507.02.799F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57981", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57969, + "usage_id": 222 + }, + "5507.02.799I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799I, Treppenraum", "arch_name": "2799I@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57981", - "roomcode": "5507.02.799I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=57987", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57981, + "usage_id": 223 + }, + "5507.02.799J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799J, Flur", "arch_name": "2799J@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57987", - "roomcode": "5507.02.799J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58119", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57987, + "usage_id": 222 + }, + "5507.02.799M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799M, Flur", "arch_name": "2799M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58119", - "roomcode": "5507.02.799M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=58128", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58119, + "usage_id": 222 + }, + "5507.02.799N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799N, Durchgang", "arch_name": "2799N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58128", - "roomcode": "5507.02.799N", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73232", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58128, + "usage_id": 222 + }, + "5507.02.799P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799P, Flur", "arch_name": "2799P@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73232", - "roomcode": "5507.02.799P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73237", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73232, + "usage_id": 222 + }, + "5507.02.799Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799Q, Flur", "arch_name": "2799Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73237", - "roomcode": "5507.02.799Q", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73231", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73237, + "usage_id": 222 + }, + "5507.02.799R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2799R, Flur", "arch_name": "2799R@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73231", - "roomcode": "5507.02.799R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58136", + "area_id": 34, + "building_id": 844, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73231, + "usage_id": 222 + }, + "5507.03.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3701, Studenten Arbeitsplatz", "arch_name": "3701@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=22291&cReadonly=J", - "list_index": "276", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58136", - "roomcode": "5507.03.701", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58269", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 22291, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58136, + "usage_id": 207 + }, + "5507.03.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3702, B\u00fcro", "arch_name": "3702@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58269", - "roomcode": "5507.03.702", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73239", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58269, + "usage_id": 12 + }, + "5507.03.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3702A, Sonst.Betriebst.Anlagen", "arch_name": "3702A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73239", - "roomcode": "5507.03.702A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11789", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73239, + "usage_id": 120 + }, + "5507.03.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3703, Gast/Lehrbeauftragter", "arch_name": "3703@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11789", - "roomcode": "5507.03.703", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58288", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11789, + "usage_id": 12 + }, + "5507.03.703M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3703M, WC-Vorraum Herren", "arch_name": "3703M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58288", - "roomcode": "5507.03.703M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58298", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58288, + "usage_id": 37 + }, + "5507.03.703N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3703N, WC-Vorraum Damen", "arch_name": "3703N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58298", - "roomcode": "5507.03.703N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58419", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58298, + "usage_id": 37 + }, + "5507.03.703P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3703P, WC-Herren", "arch_name": "3703P@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58419", - "roomcode": "5507.03.703P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58427", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58419, + "usage_id": 115 + }, + "5507.03.703Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3703Q, WC-Damen", "arch_name": "3703Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58427", - "roomcode": "5507.03.703Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11842", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58427, + "usage_id": 116 + }, + "5507.03.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3704, B\u00fcro", "arch_name": "3704@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11842", - "roomcode": "5507.03.704", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58442", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11842, + "usage_id": 12 + }, + "5507.03.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3705, B\u00fcro", "arch_name": "3705@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58442", - "roomcode": "5507.03.705", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58450", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58442, + "usage_id": 12 + }, + "5507.03.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3706, B\u00fcro", "arch_name": "3706@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58450", - "roomcode": "5507.03.706", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11908", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58450, + "usage_id": 12 + }, + "5507.03.707": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3707, Seminarraum", "arch_name": "3707@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=15174&cReadonly=J", - "extended": { - "additional_description": "3707, Seminarraum", - "address": "Boltzmannstr. 15(5507), 3.Obergescho\u00df", - "architect_room_nr": "3707@5507", - "area_m2": 73.77, - "building": "5507 Institut f. Energietechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "707", - "seats": 45, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11908", - "roomcode": "5507.03.707", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58576", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 15174, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11908, + "usage_id": 41 + }, + "5507.03.707M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3707M, Rechner", "arch_name": "3707M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58576", - "roomcode": "5507.03.707M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58587", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58576, + "usage_id": 207 + }, + "5507.03.707N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3707N, Rechnerraum", "arch_name": "3707N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58587", - "roomcode": "5507.03.707N", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58593", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58587, + "usage_id": 207 + }, + "5507.03.708": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3708, B\u00fcro", "arch_name": "3708@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58593", - "roomcode": "5507.03.708", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58601", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58593, + "usage_id": 12 + }, + "5507.03.708M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3708M, Teek\u00fcche", "arch_name": "3708M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58601", - "roomcode": "5507.03.708M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=11964", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58601, + "usage_id": 198 + }, + "5507.03.709": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3709, Besprechungsraum", "arch_name": "3709@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=18105&cReadonly=J", - "list_index": "292", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11964", - "roomcode": "5507.03.709", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58726", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 18105, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11964, + "usage_id": 196 + }, + "5507.03.710": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3710, Chemielabor", "arch_name": "3710@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58726", - "roomcode": "5507.03.710", - "usage": 102 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=25889", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58726, + "usage_id": 102 + }, + "5507.03.711": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3711, B\u00fcro", "arch_name": "3711@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25889", - "roomcode": "5507.03.711", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=25894", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25889, + "usage_id": 12 + }, + "5507.03.712": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3712, B\u00fcro", "arch_name": "3712@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25894", - "roomcode": "5507.03.712", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58752", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25894, + "usage_id": 12 + }, + "5507.03.712A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3712A, Lager Elektronik", "arch_name": "3712A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58752", - "roomcode": "5507.03.712A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=58758", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58752, + "usage_id": 30 + }, + "5507.03.713": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3713, Archiv", "arch_name": "3713@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58758", - "roomcode": "5507.03.713", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12014", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58758, + "usage_id": 2 + }, + "5507.03.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3725, B\u00fcro", "arch_name": "3725@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12014", - "roomcode": "5507.03.725", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56540", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12014, + "usage_id": 12 + }, + "5507.03.726": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3726, B\u00fcro", "arch_name": "3726@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56540", - "roomcode": "5507.03.726", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56550", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56540, + "usage_id": 12 + }, + "5507.03.727": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3727, B\u00fcro", "arch_name": "3727@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56550", - "roomcode": "5507.03.727", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56558", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56550, + "usage_id": 12 + }, + "5507.03.727M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3727M, Elektroverteiler", "arch_name": "3727M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56558", - "roomcode": "5507.03.727M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56673", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56558, + "usage_id": 120 + }, + "5507.03.727N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3727N, Elektroverteiler", "arch_name": "3727N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56673", - "roomcode": "5507.03.727N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12026", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56673, + "usage_id": 120 + }, + "5507.03.728": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3728, Lehrbeauftragter", "arch_name": "3728@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12026", - "roomcode": "5507.03.728", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56683", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12026, + "usage_id": 12 + }, + "5507.03.728M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3728M, Elektroverteiler", "arch_name": "3728M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56683", - "roomcode": "5507.03.728M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12094", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56683, + "usage_id": 120 + }, + "5507.03.729": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3729, B\u00fcro", "arch_name": "3729@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12094", - "roomcode": "5507.03.729", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12096", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12094, + "usage_id": 12 + }, + "5507.03.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3730, B\u00fcro", "arch_name": "3730@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12096", - "roomcode": "5507.03.730", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56815", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12096, + "usage_id": 12 + }, + "5507.03.730M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3730M, Rechner", "arch_name": "3730M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15316&cRes=18456&cReadonly=J", - "list_index": "307", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56815", - "roomcode": "5507.03.730M", - "usage": 133 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12102", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 18456, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56815, + "usage_id": 133 + }, + "5507.03.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3731, Prof.-B\u00fcro", "arch_name": "3731@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12102", - "roomcode": "5507.03.731", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12155", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12102, + "usage_id": 12 + }, + "5507.03.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3732, Sekretariat", "arch_name": "3732@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12155", - "roomcode": "5507.03.732", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12160", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12155, + "usage_id": 40 + }, + "5507.03.733": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3733, Sekretariat", "arch_name": "3733@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12160", - "roomcode": "5507.03.733", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56837", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12160, + "usage_id": 40 + }, + "5507.03.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3734, Emeritus", "arch_name": "3734@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56837", - "roomcode": "5507.03.734", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56843", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56837, + "usage_id": 12 + }, + "5507.03.734M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3734M, Elektroverteiler", "arch_name": "3734M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56843", - "roomcode": "5507.03.734M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12169", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56843, + "usage_id": 120 + }, + "5507.03.735": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3735, B\u00fcro", "arch_name": "3735@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12169", - "roomcode": "5507.03.735", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12171", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12169, + "usage_id": 12 + }, + "5507.03.736": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3736, B\u00fcro", "arch_name": "3736@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12171", - "roomcode": "5507.03.736", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=12217", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12171, + "usage_id": 12 + }, + "5507.03.737": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3737, B\u00fcro", "arch_name": "3737@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12217", - "roomcode": "5507.03.737", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56976", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15316, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12217, + "usage_id": 12 + }, + "5507.03.798B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798b, Schacht", "arch_name": "3798b@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56976", - "roomcode": "5507.03.798B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56983", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56976, + "usage_id": 120 + }, + "5507.03.798C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798c, Aufzug", "arch_name": "3798c@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56983", - "roomcode": "5507.03.798C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57115", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56983, + "usage_id": 4 + }, + "5507.03.798D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798d, Schacht", "arch_name": "3798d@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57115", - "roomcode": "5507.03.798D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57121", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57115, + "usage_id": 120 + }, + "5507.03.798E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798e, Schacht", "arch_name": "3798e@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57121", - "roomcode": "5507.03.798E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57130", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57121, + "usage_id": 120 + }, + "5507.03.798F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798f, Schacht", "arch_name": "3798f@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57130", - "roomcode": "5507.03.798F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57138", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57130, + "usage_id": 120 + }, + "5507.03.798G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798g, Schacht", "arch_name": "3798g@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57138", - "roomcode": "5507.03.798G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57142", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57138, + "usage_id": 120 + }, + "5507.03.798H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798h, Schacht", "arch_name": "3798h@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57142", - "roomcode": "5507.03.798H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57257", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57142, + "usage_id": 120 + }, + "5507.03.798I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798i, Schacht", "arch_name": "3798i@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57257", - "roomcode": "5507.03.798I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57265", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57257, + "usage_id": 120 + }, + "5507.03.798J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798j, Schacht", "arch_name": "3798j@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57265", - "roomcode": "5507.03.798J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57275", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57265, + "usage_id": 120 + }, + "5507.03.798K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798k, Aufzug", "arch_name": "3798k@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57275", - "roomcode": "5507.03.798K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57283", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57275, + "usage_id": 4 + }, + "5507.03.798L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798l, Schacht", "arch_name": "3798l@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57283", - "roomcode": "5507.03.798L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57292", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57283, + "usage_id": 120 + }, + "5507.03.798M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798m, Schacht", "arch_name": "3798m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57292", - "roomcode": "5507.03.798M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57409", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57292, + "usage_id": 120 + }, + "5507.03.798N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798n, Schacht", "arch_name": "3798n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57409", - "roomcode": "5507.03.798N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57417", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57409, + "usage_id": 120 + }, + "5507.03.798O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3798o, Schacht", "arch_name": "3798o@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57417", - "roomcode": "5507.03.798O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57426", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57417, + "usage_id": 120 + }, + "5507.03.799A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799A, Flur", "arch_name": "3799A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57426", - "roomcode": "5507.03.799A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57429", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57426, + "usage_id": 222 + }, + "5507.03.799B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799B, Flur", "arch_name": "3799B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57429", - "roomcode": "5507.03.799B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57438", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57429, + "usage_id": 222 + }, + "5507.03.799C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799C, B\u00fcro", "arch_name": "3799C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57438", - "roomcode": "5507.03.799C", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57559", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57438, + "usage_id": 12 + }, + "5507.03.799D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799D, Treppenraum", "arch_name": "3799D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57559", - "roomcode": "5507.03.799D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57568", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57559, + "usage_id": 223 + }, + "5507.03.799E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799E, Flur", "arch_name": "3799E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57568", - "roomcode": "5507.03.799E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57578", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57568, + "usage_id": 222 + }, + "5507.03.799F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799F, Flur", "arch_name": "3799F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57578", - "roomcode": "5507.03.799F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57586", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57578, + "usage_id": 222 + }, + "5507.03.799G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799G, Flur", "arch_name": "3799G@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57586", - "roomcode": "5507.03.799G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57697", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57586, + "usage_id": 222 + }, + "5507.03.799H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799H, Flur", "arch_name": "3799H@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57697", - "roomcode": "5507.03.799H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=57706", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57697, + "usage_id": 222 + }, + "5507.03.799I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3799I, Treppenraum", "arch_name": "3799I@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57706", - "roomcode": "5507.03.799I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57711", + "area_id": 34, + "building_id": 844, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57706, + "usage_id": 223 + }, + "5507.04.703M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4703M, Foto/Bioreatoren", "arch_name": "4703M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=15294", - "operator": "[ TUMWBVT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57711", - "roomcode": "5507.04.703M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57717", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15294, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57711, + "usage_id": 120 + }, + "5507.04.703N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4703N, Fotovoltaik", "arch_name": "4703N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57717", - "roomcode": "5507.04.703N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57727", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57717, + "usage_id": 120 + }, + "5507.04.703O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4703O, Fotovoltaik", "arch_name": "4703O@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57727", - "roomcode": "5507.04.703O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=73240", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57727, + "usage_id": 120 + }, + "5507.04.703P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4703P, Sonst.Betriebst.Anlagen", "arch_name": "4703P@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73240", - "roomcode": "5507.04.703P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57848", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73240, + "usage_id": 120 + }, + "5507.04.798B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4798b, Schacht", "arch_name": "4798b@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57848", - "roomcode": "5507.04.798B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57853", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57848, + "usage_id": 120 + }, + "5507.04.798M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4798m, Schacht", "arch_name": "4798m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57853", - "roomcode": "5507.04.798M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57863", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57853, + "usage_id": 120 + }, + "5507.04.798N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4798n, Schacht", "arch_name": "4798n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57863", - "roomcode": "5507.04.798N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 4.OG", - "address_link": "ris.einzelraum?raumkey=57870", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57863, + "usage_id": 120 + }, + "5507.04.799D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4799D, Treppenraum", "arch_name": "4799D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57870", - "roomcode": "5507.04.799D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55146", + "area_id": 34, + "building_id": 844, + "floor_level": "4.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57870, + "usage_id": 223 + }, + "5507.EG.701A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0701A, WC-Vorraum", "arch_name": "0701A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55146", - "roomcode": "5507.EG.701A", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55155", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55146, + "usage_id": 37 + }, + "5507.EG.701B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0701B, WC-Damen", "arch_name": "0701B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55155", - "roomcode": "5507.EG.701B", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55162", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55155, + "usage_id": 116 + }, + "5507.EG.701C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0701C, Beh.-WC / Wickeltisch", "arch_name": "0701C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55162", - "roomcode": "5507.EG.701C", - "usage": 117 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55294", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55162, + "usage_id": 117 + }, + "5507.EG.701D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0701D, WC-Herren", "arch_name": "0701D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55294", - "roomcode": "5507.EG.701D", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55302", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55294, + "usage_id": 115 + }, + "5507.EG.701E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0701E, WC-Vorraum Herren", "arch_name": "0701E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55302", - "roomcode": "5507.EG.701E", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13738", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55302, + "usage_id": 37 + }, + "5507.EG.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0702, Wissenschaftliche Mitarbeiter", "arch_name": "0702@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13738", - "roomcode": "5507.EG.702", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13743", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13738, + "usage_id": 12 + }, + "5507.EG.703": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0703, Wissenschaftliche Mitarbeiter", "arch_name": "0703@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13743", - "roomcode": "5507.EG.703", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55323", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13743, + "usage_id": 12 + }, + "5507.EG.703M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0703m, Vorraum WC-D", "arch_name": "0703m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55323", - "roomcode": "5507.EG.703M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55455", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55323, + "usage_id": 37 + }, + "5507.EG.703N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0703n, Vorraum WC-H", "arch_name": "0703n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55455", - "roomcode": "5507.EG.703N", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55461", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55455, + "usage_id": 37 + }, + "5507.EG.703P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0703p, WC-H", "arch_name": "0703p@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55461", - "roomcode": "5507.EG.703P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55470", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55461, + "usage_id": 115 + }, + "5507.EG.703Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0703q, WC-D", "arch_name": "0703q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55470", - "roomcode": "5507.EG.703Q", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55475", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55470, + "usage_id": 116 + }, + "5507.EG.704": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0704, Computer Labor", "arch_name": "0704@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15315&cRes=18445&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55475", - "roomcode": "5507.EG.704", - "usage": 208 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30497", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 18445, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55475, + "usage_id": 208 + }, + "5507.EG.704M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0704M, Labor Str\u00f6mungssieden", "arch_name": "0704M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30497", - "roomcode": "5507.EG.704M", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=16405", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30497, + "usage_id": 103 + }, + "5507.EG.704N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0704N, Optik und Laser Labor", "arch_name": "0704N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16405", - "roomcode": "5507.EG.704N", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13808", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16405, + "usage_id": 103 + }, + "5507.EG.705": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0705, B\u00fcro", "arch_name": "0705@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13808", - "roomcode": "5507.EG.705", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55625", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13808, + "usage_id": 12 + }, + "5507.EG.705M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0705M, Aufenthalt", "arch_name": "0705M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55625", - "roomcode": "5507.EG.705M", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13817", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55625, + "usage_id": 44 + }, + "5507.EG.706": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0706, Wissenschaftliche Mitarbeiter", "arch_name": "0706@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13817", - "roomcode": "5507.EG.706", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55638", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13817, + "usage_id": 12 + }, + "5507.EG.706M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0706M, Teek\u00fcche", "arch_name": "0706M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55638", - "roomcode": "5507.EG.706M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13072", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55638, + "usage_id": 198 + }, + "5507.EG.707": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0707, Wissenschaftliche Mitarbeiter", "arch_name": "0707@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13072", - "roomcode": "5507.EG.707", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=51045", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13072, + "usage_id": 12 + }, + "5507.EG.708": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0708, M\u00fcllraum", "arch_name": "0708@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51045", - "roomcode": "5507.EG.708", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13139", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51045, + "usage_id": 214 + }, + "5507.EG.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0725, Wissenschaftliche Mitarbeiter", "arch_name": "0725@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13139", - "roomcode": "5507.EG.725", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=51055", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13139, + "usage_id": 12 + }, + "5507.EG.725M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0725M, Elektroverteiler", "arch_name": "0725M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51055", - "roomcode": "5507.EG.725M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=51060", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51055, + "usage_id": 120 + }, + "5507.EG.725N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0725N, Elektroverteiler", "arch_name": "0725N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=51060", - "roomcode": "5507.EG.725N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73221", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 51060, + "usage_id": 120 + }, + "5507.EG.725S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0725S, Hebeb\u00fchne", "arch_name": "0725S@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73221", - "roomcode": "5507.EG.725S", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73212", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73221, + "usage_id": 4 + }, + "5507.EG.725T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0725T, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0725T@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73212", - "roomcode": "5507.EG.725T", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13148", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73212, + "usage_id": 204 + }, + "5507.EG.726": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0726, Wissenschaftliche Mitarbeiter", "arch_name": "0726@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13148", - "roomcode": "5507.EG.726", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13150", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13148, + "usage_id": 12 + }, + "5507.EG.727": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0727, Wissenschaftliche Mitarbeiter", "arch_name": "0727@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13150", - "roomcode": "5507.EG.727", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=48582", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13150, + "usage_id": 12 + }, + "5507.EG.727M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0727M, Elektroverteiler", "arch_name": "0727M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48582", - "roomcode": "5507.EG.727M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13155", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48582, + "usage_id": 120 + }, + "5507.EG.728": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0728, Wissenschaftliche Mitarbeiter", "arch_name": "0728@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13155", - "roomcode": "5507.EG.728", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13159", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13155, + "usage_id": 12 + }, + "5507.EG.729": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0729, Wissenschaftliche Mitarbeiter", "arch_name": "0729@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=15315&cRes=22268&cReadonly=J", - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13159", - "roomcode": "5507.EG.729", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13164", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 22268, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13159, + "usage_id": 12 + }, + "5507.EG.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0730, Wissenschaftliche Mitarbeiter", "arch_name": "0730@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13164", - "roomcode": "5507.EG.730", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13221", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13164, + "usage_id": 12 + }, + "5507.EG.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0731, Wissenschaftliche Mitarbeiter", "arch_name": "0731@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13221", - "roomcode": "5507.EG.731", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13225", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13221, + "usage_id": 12 + }, + "5507.EG.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0732, Wissenschaftliche Mitarbeiter", "arch_name": "0732@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13225", - "roomcode": "5507.EG.732", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13230", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13225, + "usage_id": 12 + }, + "5507.EG.733": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0733, Wissenschaftliche Mitarbeiter", "arch_name": "0733@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13230", - "roomcode": "5507.EG.733", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=48741", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13230, + "usage_id": 12 + }, + "5507.EG.733M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0733M, Elektroverteiler", "arch_name": "0733M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48741", - "roomcode": "5507.EG.733M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13235", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48741, + "usage_id": 120 + }, + "5507.EG.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0734, B\u00fcro", "arch_name": "0734@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13235", - "roomcode": "5507.EG.734", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13239", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13235, + "usage_id": 12 + }, + "5507.EG.735": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0735, Wissenschaftliche Mitarbeiter", "arch_name": "0735@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13239", - "roomcode": "5507.EG.735", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=13244", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13239, + "usage_id": 12 + }, + "5507.EG.736": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0736, Wissenschaftliche Mitarbeiter", "arch_name": "0736@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13244", - "roomcode": "5507.EG.736", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26432", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13244, + "usage_id": 12 + }, + "5507.EG.760": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0760, Phsik Labor Optik.", "arch_name": "0760@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26432", - "roomcode": "5507.EG.760", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=48773", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26432, + "usage_id": 194 + }, + "5507.EG.760P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0760p, Trafo", "arch_name": "0760p@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48773", - "roomcode": "5507.EG.760P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=48910", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48773, + "usage_id": 160 + }, + "5507.EG.760Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0760Q, Fernmeldetechnik", "arch_name": "0760Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48910", - "roomcode": "5507.EG.760Q", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26539", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48910, + "usage_id": 202 + }, + "5507.EG.761": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0761, Phsik Labor Optik.", "arch_name": "0761@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26539", - "roomcode": "5507.EG.761", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49087", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26539, + "usage_id": 103 + }, + "5507.EG.761M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0761M, Werkstatt", "arch_name": "0761M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49087", - "roomcode": "5507.EG.761M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49105", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49087, + "usage_id": 51 + }, + "5507.EG.762": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0762, Phsik Labor Optik.", "arch_name": "0762@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49105", - "roomcode": "5507.EG.762", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49418", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15315, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49105, + "usage_id": 103 + }, + "5507.EG.790": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790, Verkehrsfl\u00e4che", "arch_name": "0790@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49418", - "roomcode": "5507.EG.790", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49426", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49418, + "usage_id": 222 + }, + "5507.EG.790A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790A, Technische Funktionsfl\u00e4che", "arch_name": "0790A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49426", - "roomcode": "5507.EG.790A", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=26650", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49426, + "usage_id": 49 + }, + "5507.EG.790B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790B, Lager Halbzeuge", "arch_name": "0790B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26650", - "roomcode": "5507.EG.790B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49443", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26650, + "usage_id": 30 + }, + "5507.EG.790C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790C, Lager Material", "arch_name": "0790C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49443", - "roomcode": "5507.EG.790C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49453", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49443, + "usage_id": 30 + }, + "5507.EG.790D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790D, Grobmechanische Werkstatt", "arch_name": "0790D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49453", - "roomcode": "5507.EG.790D", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=16653", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49453, + "usage_id": 51 + }, + "5507.EG.790E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790E, Grobmechanische Werkstatt", "arch_name": "0790E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16653", - "roomcode": "5507.EG.790E", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49912", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16653, + "usage_id": 51 + }, + "5507.EG.790F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790F, B\u00fcro", "arch_name": "0790F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49912", - "roomcode": "5507.EG.790F", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49922", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49912, + "usage_id": 12 + }, + "5507.EG.790G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790G, Labor", "arch_name": "0790G@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49922", - "roomcode": "5507.EG.790G", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73216", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49922, + "usage_id": 194 + }, + "5507.EG.790R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790R, Einzelumkleideraum", "arch_name": "0790R@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73216", - "roomcode": "5507.EG.790R", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73218", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73216, + "usage_id": 121 + }, + "5507.EG.790S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790S, WC-Herren", "arch_name": "0790S@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73218", - "roomcode": "5507.EG.790S", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73217", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73218, + "usage_id": 115 + }, + "5507.EG.790T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790T, Einzelumkleideraum", "arch_name": "0790T@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73217", - "roomcode": "5507.EG.790T", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73220", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73217, + "usage_id": 121 + }, + "5507.EG.790U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0790U, WC-Damen", "arch_name": "0790U@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73220", - "roomcode": "5507.EG.790U", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49929", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73220, + "usage_id": 116 + }, + "5507.EG.798B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798b, Schacht", "arch_name": "0798b@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49929", - "roomcode": "5507.EG.798B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49937", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49929, + "usage_id": 120 + }, + "5507.EG.798C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798C, Aufzug", "arch_name": "0798C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49937", - "roomcode": "5507.EG.798C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49586", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49937, + "usage_id": 4 + }, + "5507.EG.798D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798d, Schacht", "arch_name": "0798d@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49586", - "roomcode": "5507.EG.798D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49594", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49586, + "usage_id": 120 + }, + "5507.EG.798E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798E, Schacht", "arch_name": "0798E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49594", - "roomcode": "5507.EG.798E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49606", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49594, + "usage_id": 120 + }, + "5507.EG.798F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798f, Schacht", "arch_name": "0798f@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49606", - "roomcode": "5507.EG.798F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49611", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49606, + "usage_id": 120 + }, + "5507.EG.798G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798g, Schacht", "arch_name": "0798g@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49611", - "roomcode": "5507.EG.798G", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49250", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49611, + "usage_id": 120 + }, + "5507.EG.798H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798h, Schacht", "arch_name": "0798h@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49250", - "roomcode": "5507.EG.798H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49260", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49250, + "usage_id": 120 + }, + "5507.EG.798I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798i, Schacht", "arch_name": "0798i@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49260", - "roomcode": "5507.EG.798I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49271", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49260, + "usage_id": 120 + }, + "5507.EG.798J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798j, Schacht", "arch_name": "0798j@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49271", - "roomcode": "5507.EG.798J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49279", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49271, + "usage_id": 120 + }, + "5507.EG.798K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798K, Aufzug", "arch_name": "0798K@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49279", - "roomcode": "5507.EG.798K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49287", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49279, + "usage_id": 4 + }, + "5507.EG.798L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798l, Schacht", "arch_name": "0798l@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49287", - "roomcode": "5507.EG.798L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49746", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49287, + "usage_id": 120 + }, + "5507.EG.798M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798m, Schacht", "arch_name": "0798m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49746", - "roomcode": "5507.EG.798M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49752", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49746, + "usage_id": 120 + }, + "5507.EG.798N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798n, Schacht", "arch_name": "0798n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49752", - "roomcode": "5507.EG.798N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49757", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49752, + "usage_id": 120 + }, + "5507.EG.798O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798o, Schacht", "arch_name": "0798o@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49757", - "roomcode": "5507.EG.798O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49763", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49757, + "usage_id": 120 + }, + "5507.EG.798P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798p, Technik", "arch_name": "0798p@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49763", - "roomcode": "5507.EG.798P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=49768", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49763, + "usage_id": 120 + }, + "5507.EG.798Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798q, Schacht", "arch_name": "0798q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49768", - "roomcode": "5507.EG.798Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57729", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49768, + "usage_id": 120 + }, + "5507.EG.798R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798r, Trafo", "arch_name": "0798r@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57729", - "roomcode": "5507.EG.798R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57738", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57729, + "usage_id": 120 + }, + "5507.EG.798S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798s, Trafo", "arch_name": "0798s@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57738", - "roomcode": "5507.EG.798S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57746", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57738, + "usage_id": 120 + }, + "5507.EG.798T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0798t, Technik", "arch_name": "0798t@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57746", - "roomcode": "5507.EG.798T", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=27133", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57746, + "usage_id": 120 + }, + "5507.EG.799A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799A, MW 7 Innenhof", "arch_name": "0799A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17993&cReadonly=J", - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27133", - "roomcode": "5507.EG.799A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57759", + "area_id": 34, + "building_id": 844, + "calendar_resource_nr": 17993, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27133, + "usage_id": 222 + }, + "5507.EG.799B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799B, WC-Vorraum", "arch_name": "0799B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57759", - "roomcode": "5507.EG.799B", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57890", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57759, + "usage_id": 37 + }, + "5507.EG.799D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799D, Treppenraum", "arch_name": "0799D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57890", - "roomcode": "5507.EG.799D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57899", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57890, + "usage_id": 223 + }, + "5507.EG.799E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799E, Flur", "arch_name": "0799E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57899", - "roomcode": "5507.EG.799E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73215", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57899, + "usage_id": 222 + }, + "5507.EG.799F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799F, Flur", "arch_name": "0799F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73215", - "roomcode": "5507.EG.799F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57907", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73215, + "usage_id": 222 + }, + "5507.EG.799G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799G, Flur", "arch_name": "0799G@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57907", - "roomcode": "5507.EG.799G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=57919", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57907, + "usage_id": 222 + }, + "5507.EG.799I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799I, Treppenraum", "arch_name": "0799I@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57919", - "roomcode": "5507.EG.799I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58033", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57919, + "usage_id": 223 + }, + "5507.EG.799J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799J, Flur", "arch_name": "0799J@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58033", - "roomcode": "5507.EG.799J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58049", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58033, + "usage_id": 222 + }, + "5507.EG.799K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799K, Flur", "arch_name": "0799K@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58049", - "roomcode": "5507.EG.799K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58191", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58049, + "usage_id": 222 + }, + "5507.EG.799O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799O, Treppe", "arch_name": "0799O@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58191", - "roomcode": "5507.EG.799O", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73214", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58191, + "usage_id": 223 + }, + "5507.EG.799R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799R, Flur", "arch_name": "0799R@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73214", - "roomcode": "5507.EG.799R", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73213", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73214, + "usage_id": 222 + }, + "5507.EG.799S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799S, Treppe im Freien", "arch_name": "0799S@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73213", - "roomcode": "5507.EG.799S", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73219", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73213, + "usage_id": 7 + }, + "5507.EG.799T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0799T, Treppe im Freien", "arch_name": "0799T@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73219", - "roomcode": "5507.EG.799T", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55756", + "area_id": 34, + "building_id": 844, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73219, + "usage_id": 7 + }, + "5507.U1.701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U701, Technik", "arch_name": "U701@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55756", - "roomcode": "5507.U1.701", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55764", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55756, + "usage_id": 120 + }, + "5507.U1.701M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U701m, Mittelspannung Hauptverteiler", "arch_name": "U701m@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55764", - "roomcode": "5507.U1.701M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55775", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55764, + "usage_id": 160 + }, + "5507.U1.701N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U701n, Mittelspannung Hauptverteiler", "arch_name": "U701n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55775", - "roomcode": "5507.U1.701N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55911", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55775, + "usage_id": 160 + }, + "5507.U1.701O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U701o, Batterieraum", "arch_name": "U701o@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55911", - "roomcode": "5507.U1.701O", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55916", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55911, + "usage_id": 160 + }, + "5507.U1.702": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U702, Installationkeller", "arch_name": "U702@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55916", - "roomcode": "5507.U1.702", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54020", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55916, + "usage_id": 120 + }, + "5507.U1.702A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U702A, Install.schacht", "arch_name": "U702A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54020", - "roomcode": "5507.U1.702A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54358", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54020, + "usage_id": 120 + }, + "5507.U1.703M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U703M, Lager-Hausmaterialien", "arch_name": "U703M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54358", - "roomcode": "5507.U1.703M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54495", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54358, + "usage_id": 30 + }, + "5507.U1.703N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U703N, Maschinenraum", "arch_name": "U703N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54495", - "roomcode": "5507.U1.703N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54504", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54495, + "usage_id": 120 + }, + "5507.U1.725": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U725, Netz", "arch_name": "U725@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54504", - "roomcode": "5507.U1.725", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54512", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54504, + "usage_id": 160 + }, + "5507.U1.726": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U726n, Stromversorgung", "arch_name": "U726n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54512", - "roomcode": "5507.U1.726", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54522", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54512, + "usage_id": 160 + }, + "5507.U1.726M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U726M, Elektroverteiler", "arch_name": "U726M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54522", - "roomcode": "5507.U1.726M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54644", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54522, + "usage_id": 120 + }, + "5507.U1.726N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U726n, Elektroverteiler", "arch_name": "U726n@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54644", - "roomcode": "5507.U1.726N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54653", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54644, + "usage_id": 120 + }, + "5507.U1.727": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U727, Feldmeldetechnik", "arch_name": "U727@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54653", - "roomcode": "5507.U1.727", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54661", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54653, + "usage_id": 202 + }, + "5507.U1.728": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U728, Lager", "arch_name": "U728@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=45951", - "operator": "[ TUMWLWE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54661", - "roomcode": "5507.U1.728", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54671", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 45951, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54661, + "usage_id": 30 + }, + "5507.U1.729": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U729, Reinigungsdienst", "arch_name": "U729@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54671", - "roomcode": "5507.U1.729", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54674", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54671, + "usage_id": 44 + }, + "5507.U1.729M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U729M, Elektroverteiler", "arch_name": "U729M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54674", - "roomcode": "5507.U1.729M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54681", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54674, + "usage_id": 120 + }, + "5507.U1.730": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U730, Trafo", "arch_name": "U730@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54681", - "roomcode": "5507.U1.730", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54822", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54681, + "usage_id": 160 + }, + "5507.U1.731": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U731, Netz", "arch_name": "U731@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54822", - "roomcode": "5507.U1.731", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54679", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54822, + "usage_id": 160 + }, + "5507.U1.732": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U732, Stromversorgung", "arch_name": "U732@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54679", - "roomcode": "5507.U1.732", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54028", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54679, + "usage_id": 160 + }, + "5507.U1.733": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U733, Feldmeldetechnik", "arch_name": "U733@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54028", - "roomcode": "5507.U1.733", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54036", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54028, + "usage_id": 202 + }, + "5507.U1.734": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U734, Batterieraum", "arch_name": "U734@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54036", - "roomcode": "5507.U1.734", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54042", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54036, + "usage_id": 160 + }, + "5507.U1.798B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798B, Schacht", "arch_name": "U798B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54042", - "roomcode": "5507.U1.798B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54050", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54042, + "usage_id": 120 + }, + "5507.U1.798C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798C, Aufzug", "arch_name": "U798C@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54050", - "roomcode": "5507.U1.798C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54177", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54050, + "usage_id": 4 + }, + "5507.U1.798D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798D, Schacht", "arch_name": "U798D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54177", - "roomcode": "5507.U1.798D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54181", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54177, + "usage_id": 120 + }, + "5507.U1.798E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798E, Schacht", "arch_name": "U798E@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54181", - "roomcode": "5507.U1.798E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54191", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54181, + "usage_id": 120 + }, + "5507.U1.798F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798F, Schacht", "arch_name": "U798F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54191", - "roomcode": "5507.U1.798F", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54198", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54191, + "usage_id": 120 + }, + "5507.U1.798H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798H, Schacht", "arch_name": "U798H@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54198", - "roomcode": "5507.U1.798H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54205", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54198, + "usage_id": 120 + }, + "5507.U1.798I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798I, Schacht", "arch_name": "U798I@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54205", - "roomcode": "5507.U1.798I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54327", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54205, + "usage_id": 120 + }, + "5507.U1.798K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798K, Aufzugs/F\u00f6rderanlage", "arch_name": "U798K@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54327", - "roomcode": "5507.U1.798K", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54334", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54327, + "usage_id": 5 + }, + "5507.U1.798L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798L, Schacht", "arch_name": "U798L@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54334", - "roomcode": "5507.U1.798L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54346", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54334, + "usage_id": 120 + }, + "5507.U1.798M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798M, Schacht", "arch_name": "U798M@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54346", - "roomcode": "5507.U1.798M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54352", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54346, + "usage_id": 120 + }, + "5507.U1.798N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798N, Schacht", "arch_name": "U798N@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54352", - "roomcode": "5507.U1.798N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54828", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54352, + "usage_id": 120 + }, + "5507.U1.798O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U798O, Schacht", "arch_name": "U798O@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54828", - "roomcode": "5507.U1.798O", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54836", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54828, + "usage_id": 120 + }, + "5507.U1.799A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799A, Installationskeller", "arch_name": "U799A@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54836", - "roomcode": "5507.U1.799A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54843", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54836, + "usage_id": 120 + }, + "5507.U1.799B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799B, Technik", "arch_name": "U799B@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54843", - "roomcode": "5507.U1.799B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54850", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54843, + "usage_id": 120 + }, + "5507.U1.799C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799D, Treppenraum", "arch_name": "U799D@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54850", - "roomcode": "5507.U1.799C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54987", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54850, + "usage_id": 223 + }, + "5507.U1.799F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799F, Flur", "arch_name": "U799F@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54987", - "roomcode": "5507.U1.799F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54994", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54987, + "usage_id": 222 + }, + "5507.U1.799G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799G, Flur", "arch_name": "U799G@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54994", - "roomcode": "5507.U1.799G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55003", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54994, + "usage_id": 222 + }, + "5507.U1.799H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799H, Flur", "arch_name": "U799H@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55003", - "roomcode": "5507.U1.799H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55126", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55003, + "usage_id": 222 + }, + "5507.U1.799I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799I, Treppenraum", "arch_name": "U799I@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55126", - "roomcode": "5507.U1.799I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55135", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55126, + "usage_id": 223 + }, + "5507.U1.799J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799J, Flur", "arch_name": "U799J@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55135", - "roomcode": "5507.U1.799J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73200", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55135, + "usage_id": 222 + }, + "5507.U1.799K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799K, Flur", "arch_name": "U799K@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73200", - "roomcode": "5507.U1.799K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73199", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73200, + "usage_id": 222 + }, + "5507.U1.799Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799Q, Treppe im Freien", "arch_name": "U799Q@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73199", - "roomcode": "5507.U1.799Q", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73198", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73199, + "usage_id": 7 + }, + "5507.U1.799Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U799Z, Installationsraum", "arch_name": "U799Z@5507", - "b_area_id": 34, - "b_filter_id": 844, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73198", - "roomcode": "5507.U1.799Z", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58779", + "area_id": 34, + "building_id": 844, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73198, + "usage_id": 120 + }, + "5508.01.801A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1801a, Vorbereitung", "arch_name": "1801a@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=20076&cReadonly=J", - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58779", - "roomcode": "5508.01.801A", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58786", + "area_id": 34, + "building_id": 846, + "calendar_resource_nr": 20076, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58779, + "usage_id": 136 + }, + "5508.01.802": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1802, NS UV", "arch_name": "1802@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58786", - "roomcode": "5508.01.802", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=58793", + "area_id": 34, + "building_id": 846, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58786, + "usage_id": 160 + }, + "5508.01.803": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1803, Lager", "arch_name": "1803@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58793", - "roomcode": "5508.01.803", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73195", + "area_id": 34, + "building_id": 846, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58793, + "usage_id": 30 + }, + "5508.01.804": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1804, Installationsraum", "arch_name": "1804@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73195", - "roomcode": "5508.01.804", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=15567", + "area_id": 34, + "building_id": 846, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73195, + "usage_id": 120 + }, + "5508.01.899A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1899a, Foyer", "arch_name": "1899a@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17988&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15567", - "roomcode": "5508.01.899A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73196", + "area_id": 34, + "building_id": 846, + "calendar_resource_nr": 17988, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15567, + "usage_id": 222 + }, + "5508.01.899B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1899B, Treppe", "arch_name": "1899B@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73196", - "roomcode": "5508.01.899B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=11807", + "area_id": 34, + "building_id": 846, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73196, + "usage_id": 223 + }, + "5508.02.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1801, H\u00f6rsaal", "arch_name": "1801@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12549&cReadonly=J", - "extended": { - "additional_description": "MW 1801, H\u00f6rsaal", - "address": "Boltzmannstr. 15(5508), 2.Obergescho\u00df", - "architect_room_nr": "1801@5508", - "area_m2": 557.94, - "building": "5508 H\u00f6rsaal West", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "801", - "seats": 401, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11807", - "roomcode": "5508.02.801", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56428", + "area_id": 34, + "building_id": 846, + "calendar_resource_nr": 12549, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 401, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11807, + "usage_id": 20 + }, + "5508.02.803": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2803, Sonst. TB-Anl.", "arch_name": "2803@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56428", - "roomcode": "5508.02.803", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73197", + "area_id": 34, + "building_id": 846, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56428, + "usage_id": 120 + }, + "5508.02.899B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2899B, Galerie", "arch_name": "2899B@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73197", - "roomcode": "5508.02.899B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58016", + "area_id": 34, + "building_id": 846, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73197, + "usage_id": 206 + }, + "5508.EG.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0801, Speisesaal", "arch_name": "0801@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58016", - "roomcode": "5508.EG.801", - "usage": 147 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58024", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58016, + "usage_id": 147 + }, + "5508.EG.801A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0801a, Relaisk\u00fcche", "arch_name": "0801a@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58024", - "roomcode": "5508.EG.801A", - "usage": 28 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58151", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58024, + "usage_id": 28 + }, + "5508.EG.801B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0801b, Sp\u00fclk\u00fcche", "arch_name": "0801b@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58151", - "roomcode": "5508.EG.801B", - "usage": 28 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58172", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58151, + "usage_id": 28 + }, + "5508.EG.802": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0802, WC-Damen", "arch_name": "0802@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58172", - "roomcode": "5508.EG.802", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58181", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58172, + "usage_id": 116 + }, + "5508.EG.803": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0803, WC-Herren", "arch_name": "0803@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58181", - "roomcode": "5508.EG.803", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58312", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58181, + "usage_id": 115 + }, + "5508.EG.804": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0804, Lager", "arch_name": "0804@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58312", - "roomcode": "5508.EG.804", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58319", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58312, + "usage_id": 30 + }, + "5508.EG.805": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0805, B\u00fcro Hausmeister", "arch_name": "0805@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58319", - "roomcode": "5508.EG.805", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58324", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58319, + "usage_id": 12 + }, + "5508.EG.806": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0806, Reinigungsdienst", "arch_name": "0806@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58324", - "roomcode": "5508.EG.806", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58330", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58324, + "usage_id": 44 + }, + "5508.EG.807": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0807, Familienzimmer", "arch_name": "0807@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58330", - "roomcode": "5508.EG.807", - "usage": 53 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=15614", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58330, + "usage_id": 53 + }, + "5508.EG.808": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0808, Seminarraum", "arch_name": "0808@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=15222&cReadonly=J", - "extended": { - "additional_description": "0808, Seminarraum", - "address": "Boltzmannstr. 15(5508), Erdgescho\u00df", - "architect_room_nr": "0808@5508", - "area_m2": 36.56, - "building": "5508 H\u00f6rsaal West", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "808", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15614", - "roomcode": "5508.EG.808", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58459", + "area_id": 34, + "building_id": 846, + "calendar_resource_nr": 15222, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15614, + "usage_id": 41 + }, + "5508.EG.810": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0810, M\u00fcllzwischenlager", "arch_name": "0810@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58459", - "roomcode": "5508.EG.810", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58465", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58459, + "usage_id": 214 + }, + "5508.EG.810M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0810m, K\u00fchlraum", "arch_name": "0810m@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58465", - "roomcode": "5508.EG.810M", - "usage": 199 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58473", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58465, + "usage_id": 199 + }, + "5508.EG.810N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0810n, K\u00fchlraum", "arch_name": "0810n@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58473", - "roomcode": "5508.EG.810N", - "usage": 199 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58477", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58473, + "usage_id": 199 + }, + "5508.EG.811": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0811, Warenzwischenlager", "arch_name": "0811@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58477", - "roomcode": "5508.EG.811", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58488", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58477, + "usage_id": 30 + }, + "5508.EG.811M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0811m, Trockenlager", "arch_name": "0811m@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58488", - "roomcode": "5508.EG.811M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58493", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58488, + "usage_id": 30 + }, + "5508.EG.812": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0812, Aufenthalt", "arch_name": "0812@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58493", - "roomcode": "5508.EG.812", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58617", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58493, + "usage_id": 44 + }, + "5508.EG.813": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0813, Umkleide / WC-Herren", "arch_name": "0813@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58617", - "roomcode": "5508.EG.813", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58623", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58617, + "usage_id": 121 + }, + "5508.EG.814": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0814, Umkleide / WC-Damen", "arch_name": "0814@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58623", - "roomcode": "5508.EG.814", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73193", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58623, + "usage_id": 121 + }, + "5508.EG.814A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0814A, Duschraum", "arch_name": "0814A@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73193", - "roomcode": "5508.EG.814A", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73194", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73193, + "usage_id": 113 + }, + "5508.EG.814B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0814B, WC-Damen", "arch_name": "0814B@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73194", - "roomcode": "5508.EG.814B", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=31204", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73194, + "usage_id": 116 + }, + "5508.EG.899A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899A, Windfang West Cafeteria", "arch_name": "0899A@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": "tvKalender.wSicht?cOrg=48298&cRes=17995&cReadonly=J", - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31204", - "roomcode": "5508.EG.899A", - "usage": 52 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58637", + "area_id": 34, + "building_id": 846, + "calendar_resource_nr": 17995, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31204, + "usage_id": 52 + }, + "5508.EG.899B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899b, WC", "arch_name": "0899b@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58637", - "roomcode": "5508.EG.899B", - "usage": 114 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58646", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58637, + "usage_id": 114 + }, + "5508.EG.899C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899C, Flur", "arch_name": "0899C@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58646", - "roomcode": "5508.EG.899C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=58767", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58646, + "usage_id": 222 + }, + "5508.EG.899D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899D, Flur", "arch_name": "0899D@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58767", - "roomcode": "5508.EG.899D", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73190", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58767, + "usage_id": 222 + }, + "5508.EG.899E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899E, Flur", "arch_name": "0899E@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73190", - "roomcode": "5508.EG.899E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73192", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73190, + "usage_id": 222 + }, + "5508.EG.899F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899F, Treppe", "arch_name": "0899F@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73192", - "roomcode": "5508.EG.899F", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73191", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73192, + "usage_id": 223 + }, + "5508.EG.899G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899G, Treppe", "arch_name": "0899G@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73191", - "roomcode": "5508.EG.899G", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73189", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73191, + "usage_id": 223 + }, + "5508.EG.899K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899K, Flur", "arch_name": "0899K@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73189", - "roomcode": "5508.EG.899K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57876", + "area_id": 34, + "building_id": 846, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73189, + "usage_id": 222 + }, + "5508.U1.801": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U801, Wasser / Abwasser / Luft", "arch_name": "U801@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57876", - "roomcode": "5508.U1.801", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73188", + "area_id": 34, + "building_id": 846, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57876, + "usage_id": 32 + }, + "5508.U1.802": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U802, Raumlufttechnische Anlage", "arch_name": "U802@5508", - "b_area_id": 34, - "b_filter_id": 846, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73188", - "roomcode": "5508.U1.802", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73243", + "area_id": 34, + "building_id": 846, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73188, + "usage_id": 32 + }, + "5509.01.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1901, Galerie", "arch_name": "1901@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73243", - "roomcode": "5509.01.901", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73249", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73243, + "usage_id": 206 + }, + "5509.01.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1902, Treppe", "arch_name": "1902@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73249", - "roomcode": "5509.01.902", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73247", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73249, + "usage_id": 223 + }, + "5509.01.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1903, Galerie", "arch_name": "1903@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73247", - "roomcode": "5509.01.903", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73251", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73247, + "usage_id": 206 + }, + "5509.01.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1904, Galerie", "arch_name": "1904@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73251", - "roomcode": "5509.01.904", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73250", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73251, + "usage_id": 206 + }, + "5509.01.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1905, Galerie", "arch_name": "1905@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73250", - "roomcode": "5509.01.905", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73248", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73250, + "usage_id": 206 + }, + "5509.01.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1906, Galerie", "arch_name": "1906@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73248", - "roomcode": "5509.01.906", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73242", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73248, + "usage_id": 206 + }, + "5509.01.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1907, Galerie", "arch_name": "1907@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73242", - "roomcode": "5509.01.907", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73241", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73242, + "usage_id": 206 + }, + "5509.01.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1908, Galerie", "arch_name": "1908@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73241", - "roomcode": "5509.01.908", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73256", + "area_id": 34, + "building_id": 2569, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73241, + "usage_id": 206 + }, + "5509.02.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2902, Galerie", "arch_name": "2902@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73256", - "roomcode": "5509.02.902", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73254", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73256, + "usage_id": 206 + }, + "5509.02.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2906, Galerie", "arch_name": "2906@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73254", - "roomcode": "5509.02.906", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73258", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73254, + "usage_id": 206 + }, + "5509.02.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2907, Galerie", "arch_name": "2907@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73258", - "roomcode": "5509.02.907", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73259", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73258, + "usage_id": 206 + }, + "5509.02.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2908, Galerie", "arch_name": "2908@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73259", - "roomcode": "5509.02.908", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73252", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73259, + "usage_id": 206 + }, + "5509.02.909": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2909, Galerie", "arch_name": "2909@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73252", - "roomcode": "5509.02.909", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73257", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73252, + "usage_id": 206 + }, + "5509.02.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2910, Galerie", "arch_name": "2910@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73257", - "roomcode": "5509.02.910", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73255", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73257, + "usage_id": 206 + }, + "5509.02.911": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2911, Galerie", "arch_name": "2911@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73255", - "roomcode": "5509.02.911", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73272", + "area_id": 34, + "building_id": 2569, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73255, + "usage_id": 206 + }, + "5509.03.901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3901, Galerie", "arch_name": "3901@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73272", - "roomcode": "5509.03.901", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73276", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73272, + "usage_id": 206 + }, + "5509.03.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3902, Galerie", "arch_name": "3902@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73276", - "roomcode": "5509.03.902", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73278", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73276, + "usage_id": 206 + }, + "5509.03.903": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3903, Galerie", "arch_name": "3903@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73278", - "roomcode": "5509.03.903", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73277", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73278, + "usage_id": 206 + }, + "5509.03.904": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3904, Galerie", "arch_name": "3904@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73277", - "roomcode": "5509.03.904", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73274", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73277, + "usage_id": 206 + }, + "5509.03.905": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3905, Galerie", "arch_name": "3905@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73274", - "roomcode": "5509.03.905", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73273", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73274, + "usage_id": 206 + }, + "5509.03.906": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3906, Galerie", "arch_name": "3906@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73273", - "roomcode": "5509.03.906", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73275", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73273, + "usage_id": 206 + }, + "5509.03.907": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3907, Galerie", "arch_name": "3907@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73275", - "roomcode": "5509.03.907", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73270", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73275, + "usage_id": 206 + }, + "5509.03.908": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3908, Galerie", "arch_name": "3908@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73270", - "roomcode": "5509.03.908", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=73271", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73270, + "usage_id": 206 + }, + "5509.03.910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3910, Galerie", "arch_name": "3910@5509", - "b_area_id": 34, - "b_filter_id": 2569, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73271", - "roomcode": "5509.03.910", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55740", + "area_id": 34, + "building_id": 2569, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73271, + "usage_id": 206 + }, + "5510.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1002, Vorbereitung 1", "arch_name": "1002@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55740", - "roomcode": "5510.01.002", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55747", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55740, + "usage_id": 136 + }, + "5510.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1003, Vorbereitung 2", "arch_name": "1003@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55747", - "roomcode": "5510.01.003", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55757", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55747, + "usage_id": 136 + }, + "5510.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1004, Sammlung Physik", "arch_name": "1004@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55757", - "roomcode": "5510.01.004", - "usage": 187 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55903", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55757, + "usage_id": 187 + }, + "5510.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1005, Elektroverteiler", "arch_name": "1005@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55903", - "roomcode": "5510.01.005", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=30896", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55903, + "usage_id": 120 + }, + "5510.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1010, Seminarraum", "arch_name": "1010@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=15277&cReadonly=J", - "extended": { - "additional_description": "1010, Seminarraum", - "address": "Boltzmannstr. 15(5510), 1.Obergescho\u00df", - "architect_room_nr": "1010@5510", - "area_m2": 109.3, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 43, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30896", - "roomcode": "5510.01.010", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=30901", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 15277, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 43, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30896, + "usage_id": 41 + }, + "5510.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1011, Dozentenzimmer", "arch_name": "1011@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=26608&cRes=15278&cReadonly=J", - "list_index": "163", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30901", - "roomcode": "5510.01.011", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=55923", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 15278, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26608, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30901, + "usage_id": 12 + }, + "5510.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1012, B\u00fcro", "arch_name": "1012@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55923", - "roomcode": "5510.01.012", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56063", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55923, + "usage_id": 12 + }, + "5510.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1013, B\u00fcro", "arch_name": "1013@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56063", - "roomcode": "5510.01.013", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56067", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56063, + "usage_id": 12 + }, + "5510.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1014, Sozialraum", "arch_name": "1014@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56067", - "roomcode": "5510.01.014", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56076", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26745, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56067, + "usage_id": 44 + }, + "5510.01.014M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1014M, WC-Damen", "arch_name": "1014M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56076", - "roomcode": "5510.01.014M", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56087", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56076, + "usage_id": 116 + }, + "5510.01.014N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1014N, WC-Herren", "arch_name": "1014N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56087", - "roomcode": "5510.01.014N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56223", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56087, + "usage_id": 115 + }, + "5510.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1015, B\u00fcro", "arch_name": "1015@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56223", - "roomcode": "5510.01.015", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73169", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56223, + "usage_id": 12 + }, + "5510.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1017, B\u00fcro", "arch_name": "1017@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73169", - "roomcode": "5510.01.017", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56241", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73169, + "usage_id": 12 + }, + "5510.01.017M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1017m, Elektrische Stromversorgung", "arch_name": "1017m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56241", - "roomcode": "5510.01.017M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56251", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56241, + "usage_id": 160 + }, + "5510.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1018, B\u00fcro", "arch_name": "1018@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56251", - "roomcode": "5510.01.018", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56259", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56251, + "usage_id": 12 + }, + "5510.01.018M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1018M, Fernmeldetechnik", "arch_name": "1018M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56259", - "roomcode": "5510.01.018M", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56390", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56259, + "usage_id": 202 + }, + "5510.01.018N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1018N, Putzraum", "arch_name": "1018N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56390", - "roomcode": "5510.01.018N", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56396", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56390, + "usage_id": 205 + }, + "5510.01.025H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1025H, Lesesaal/Monographien", "arch_name": "1025H@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56396", - "roomcode": "5510.01.025H", - "usage": 150 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73170", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56396, + "usage_id": 150 + }, + "5510.01.025M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1025M, B\u00fcro m.manuellem Arb.Pl.", "arch_name": "1025M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73170", - "roomcode": "5510.01.025M", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=13391", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73170, + "usage_id": 12 + }, + "5510.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 1050, Johann-Bauschinger-Zeichensaal", "arch_name": "1050@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15201&cReadonly=J", - "extended": { - "additional_description": "MW 1050, Johann-Bauschinger-Zeichensaal", - "address": "Boltzmannstr. 15(5510), 1.Obergescho\u00df", - "architect_room_nr": "1050@5510", - "area_m2": 189.91, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "050", - "seats": 90, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13391", - "roomcode": "5510.01.050", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56410", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 15201, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13391, + "usage_id": 55 + }, + "5510.01.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098a, Schacht", "arch_name": "1098a@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56410", - "roomcode": "5510.01.098A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54024", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56410, + "usage_id": 120 + }, + "5510.01.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098b, Schacht", "arch_name": "1098b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54024", - "roomcode": "5510.01.098B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54033", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54024, + "usage_id": 120 + }, + "5510.01.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098c, Lastenaufzug", "arch_name": "1098c@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54033", - "roomcode": "5510.01.098C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54178", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54033, + "usage_id": 4 + }, + "5510.01.098H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098h, Schacht", "arch_name": "1098h@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54178", - "roomcode": "5510.01.098H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54185", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54178, + "usage_id": 120 + }, + "5510.01.098I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098i, Schacht", "arch_name": "1098i@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54185", - "roomcode": "5510.01.098I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54195", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54185, + "usage_id": 120 + }, + "5510.01.098J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098J, Schacht", "arch_name": "1098J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54195", - "roomcode": "5510.01.098J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54207", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54195, + "usage_id": 120 + }, + "5510.01.098K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098k, Lastenaufzug", "arch_name": "1098k@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54207", - "roomcode": "5510.01.098K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54331", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54207, + "usage_id": 4 + }, + "5510.01.098L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098l, Schacht", "arch_name": "1098l@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54331", - "roomcode": "5510.01.098L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54345", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54331, + "usage_id": 120 + }, + "5510.01.098M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098m, Schacht", "arch_name": "1098m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54345", - "roomcode": "5510.01.098M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54357", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54345, + "usage_id": 120 + }, + "5510.01.098P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1098p, Schacht", "arch_name": "1098p@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54357", - "roomcode": "5510.01.098P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54496", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54357, + "usage_id": 120 + }, + "5510.01.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099A, Flur/Galerie/Treppe", "arch_name": "1099A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54496", - "roomcode": "5510.01.099A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54506", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54496, + "usage_id": 222 + }, + "5510.01.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099E, Galerie/Treppe", "arch_name": "1099E@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54506", - "roomcode": "5510.01.099B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54515", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54506, + "usage_id": 222 + }, + "5510.01.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099C, Flur", "arch_name": "1099C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54515", - "roomcode": "5510.01.099C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54524", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54515, + "usage_id": 222 + }, + "5510.01.099D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099D, Treppe", "arch_name": "1099D@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54524", - "roomcode": "5510.01.099D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54655", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54524, + "usage_id": 223 + }, + "5510.01.099F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099F, Flur", "arch_name": "1099F@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54655", - "roomcode": "5510.01.099F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54664", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54655, + "usage_id": 222 + }, + "5510.01.099G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099G, Treppe", "arch_name": "1099G@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54664", - "roomcode": "5510.01.099G", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54676", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54664, + "usage_id": 223 + }, + "5510.01.099H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099H, Flur", "arch_name": "1099H@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54676", - "roomcode": "5510.01.099H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54813", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54676, + "usage_id": 222 + }, + "5510.01.099I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099I, Flur", "arch_name": "1099I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54813", - "roomcode": "5510.01.099I", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54823", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54813, + "usage_id": 222 + }, + "5510.01.099J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099J, Flur", "arch_name": "1099J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54823", - "roomcode": "5510.01.099J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73174", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54823, + "usage_id": 222 + }, + "5510.01.099K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099K, Treppe", "arch_name": "1099K@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73174", - "roomcode": "5510.01.099K", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73173", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73174, + "usage_id": 223 + }, + "5510.01.099L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099L, Treppe", "arch_name": "1099L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73173", - "roomcode": "5510.01.099L", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73175", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73173, + "usage_id": 223 + }, + "5510.01.099M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099M, Treppe", "arch_name": "1099M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73175", - "roomcode": "5510.01.099M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54831", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73175, + "usage_id": 223 + }, + "5510.01.099N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099N, Treppenraum", "arch_name": "1099N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54831", - "roomcode": "5510.01.099N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=54978", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54831, + "usage_id": 223 + }, + "5510.01.099Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099Q, Galerie", "arch_name": "1099Q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54978", - "roomcode": "5510.01.099Q", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73172", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54978, + "usage_id": 206 + }, + "5510.01.099T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099T, Treppe", "arch_name": "1099T@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73172", - "roomcode": "5510.01.099T", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73171", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73172, + "usage_id": 223 + }, + "5510.01.099X": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1099X, Treppe", "arch_name": "1099X@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73171", - "roomcode": "5510.01.099X", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13614", + "area_id": 34, + "building_id": 842, + "floor_level": "1.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73171, + "usage_id": 223 + }, + "5510.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 2001 Rudolf-Diesel-H\u00f6rsaal", "arch_name": "2001@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12543&cReadonly=J", - "extended": { - "additional_description": "MW 2001 Rudolf-Diesel-H\u00f6rsaal", - "address": "Boltzmannstr. 15(5510), 2.Obergescho\u00df", - "architect_room_nr": "2001@5510", - "area_m2": 690.79, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 894, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13614", - "roomcode": "5510.02.001", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=54995", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 12543, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 894, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13614, + "usage_id": 20 + }, + "5510.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2002, Bedienungsraum", "arch_name": "2002@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54995", - "roomcode": "5510.02.002", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55011", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54995, + "usage_id": 202 + }, + "5510.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2010, Dekanatssaal", "arch_name": "2010@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18940&cReadonly=J", - "list_index": "206", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55011", - "roomcode": "5510.02.010", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=66939", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 18940, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 38, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55011, + "usage_id": 196 + }, + "5510.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2011, Leitung Zentrale Lehre", "arch_name": "2011@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66939", - "roomcode": "5510.02.011", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=13624", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66939, + "usage_id": 12 + }, + "5510.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2012, Leitung Studienb\u00fcro", "arch_name": "2012@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13624", - "roomcode": "5510.02.012", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55138", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13624, + "usage_id": 12 + }, + "5510.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2013, It-Administration", "arch_name": "2013@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55138", - "roomcode": "5510.02.013", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55144", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55138, + "usage_id": 12 + }, + "5510.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2014, B\u00fcro", "arch_name": "2014@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55144", - "roomcode": "5510.02.014", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55152", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55144, + "usage_id": 40 + }, + "5510.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2015, Akad. Angelegenheiten", "arch_name": "2015@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55152", - "roomcode": "5510.02.015", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55157", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55152, + "usage_id": 12 + }, + "5510.02.015M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2015M, WC-Herren", "arch_name": "2015M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55157", - "roomcode": "5510.02.015M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55291", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55157, + "usage_id": 115 + }, + "5510.02.015N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2015N, WC-Damen", "arch_name": "2015N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55291", - "roomcode": "5510.02.015N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55299", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55291, + "usage_id": 116 + }, + "5510.02.015O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2015Q, Lager", "arch_name": "2015Q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55299", - "roomcode": "5510.02.015O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55305", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55299, + "usage_id": 30 + }, + "5510.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2016, Controlling", "arch_name": "2016@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55305", - "roomcode": "5510.02.016", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55310", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55305, + "usage_id": 12 + }, + "5510.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2017, Gesch\u00e4ftsf\u00fchrung", "arch_name": "2017@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55310", - "roomcode": "5510.02.017", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55318", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55310, + "usage_id": 12 + }, + "5510.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2019, Sekretariat", "arch_name": "2019@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55318", - "roomcode": "5510.02.019", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55325", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55318, + "usage_id": 40 + }, + "5510.02.019M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2019m, Stromversorgung", "arch_name": "2019m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55325", - "roomcode": "5510.02.019M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55458", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55325, + "usage_id": 160 + }, + "5510.02.019N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2019n, Nebenraum zu 2019m", "arch_name": "2019n@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55458", - "roomcode": "5510.02.019N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55466", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55458, + "usage_id": 160 + }, + "5510.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2020, Dekan", "arch_name": "2020@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55466", - "roomcode": "5510.02.020", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55471", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55466, + "usage_id": 12 + }, + "5510.02.020M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2020M, Serverraum", "arch_name": "2020M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55471", - "roomcode": "5510.02.020M", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55478", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55471, + "usage_id": 207 + }, + "5510.02.020N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2020N, Teek\u00fcche", "arch_name": "2020N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55478", - "roomcode": "5510.02.020N", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55486", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55478, + "usage_id": 198 + }, + "5510.02.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2025, Lesesall/Monograpien", "arch_name": "2025@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55486", - "roomcode": "5510.02.025", - "usage": 150 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=30504", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26745, + "seats": { + "sitting": 53, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55486, + "usage_id": 150 + }, + "5510.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 2050, Zeichen-/H\u00f6rsaal", "arch_name": "2050@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=15274&cReadonly=J", - "extended": { - "additional_description": "MW 2050, Zeichen-/H\u00f6rsaal", - "address": "Boltzmannstr. 15(5510), 2.Obergescho\u00df", - "architect_room_nr": "2050@5510", - "area_m2": 189.26, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Kunststoff", - "purpose": "Zeichensaal (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "050", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30504", - "roomcode": "5510.02.050", - "usage": 55 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55622", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 15274, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30504, + "usage_id": 55 + }, + "5510.02.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098a, Schacht", "arch_name": "2098a@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55622", - "roomcode": "5510.02.098A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55633", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55622, + "usage_id": 120 + }, + "5510.02.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098b, Schacht", "arch_name": "2098b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55633", - "roomcode": "5510.02.098B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55642", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55633, + "usage_id": 120 + }, + "5510.02.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098c, Aufzug", "arch_name": "2098c@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55642", - "roomcode": "5510.02.098C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55786", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55642, + "usage_id": 4 + }, + "5510.02.098I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098i, Schacht", "arch_name": "2098i@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55786", - "roomcode": "5510.02.098I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55793", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55786, + "usage_id": 120 + }, + "5510.02.098J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098j, Schacht", "arch_name": "2098j@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55793", - "roomcode": "5510.02.098J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55801", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55793, + "usage_id": 120 + }, + "5510.02.098K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098k, Lastenaufzug", "arch_name": "2098k@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55801", - "roomcode": "5510.02.098K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55819", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55801, + "usage_id": 4 + }, + "5510.02.098M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2098m, Schacht", "arch_name": "2098m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55819", - "roomcode": "5510.02.098M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55936", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55819, + "usage_id": 120 + }, + "5510.02.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099A, Galerie/Treppe", "arch_name": "2099A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55936", - "roomcode": "5510.02.099A", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55944", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55936, + "usage_id": 206 + }, + "5510.02.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099B, Treppe", "arch_name": "2099B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55944", - "roomcode": "5510.02.099B", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55952", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55944, + "usage_id": 206 + }, + "5510.02.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099C, Wartezone Studienb\u00fcro", "arch_name": "2099C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55952", - "roomcode": "5510.02.099C", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55964", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55952, + "usage_id": 44 + }, + "5510.02.099D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099D, Treppenraum", "arch_name": "2099D@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55964", - "roomcode": "5510.02.099D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55974", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55964, + "usage_id": 223 + }, + "5510.02.099F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099F, Flur", "arch_name": "2099F@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55974", - "roomcode": "5510.02.099F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56105", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55974, + "usage_id": 222 + }, + "5510.02.099H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099H, Flur/Galerie/Treppe", "arch_name": "2099H@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56105", - "roomcode": "5510.02.099H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56113", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56105, + "usage_id": 222 + }, + "5510.02.099I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099I, Zugang zu 2015m", "arch_name": "2099I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56113", - "roomcode": "5510.02.099I", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56121", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56113, + "usage_id": 222 + }, + "5510.02.099J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099J, Flur", "arch_name": "2099J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56121", - "roomcode": "5510.02.099J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56126", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56121, + "usage_id": 222 + }, + "5510.02.099M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099M, Treppe", "arch_name": "2099M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56126", - "roomcode": "5510.02.099M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56134", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56126, + "usage_id": 223 + }, + "5510.02.099N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099N, Treppenraum", "arch_name": "2099N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56134", - "roomcode": "5510.02.099N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=56263", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56134, + "usage_id": 223 + }, + "5510.02.099O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099o, Treppenraum", "arch_name": "2099o@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56263", - "roomcode": "5510.02.099O", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=55956", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56263, + "usage_id": 223 + }, + "5510.02.099P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099P, Flur", "arch_name": "2099P@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55956", - "roomcode": "5510.02.099P", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73179", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55956, + "usage_id": 222 + }, + "5510.02.099Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099Q, Treppe", "arch_name": "2099Q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73179", - "roomcode": "5510.02.099Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73177", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73179, + "usage_id": 223 + }, + "5510.02.902": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2902, Gruppenraum", "arch_name": "2902@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "extended": { - "additional_description": "2902, Gruppenraum", - "address": "Boltzmannstr. 15(5510), 2.Obergescho\u00df", - "architect_room_nr": "2902@5510", - "area_m2": 85.99, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "902", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73177", - "roomcode": "5510.02.902", - "usage": 131 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=73178", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73177, + "usage_id": 131 + }, + "5510.02.979": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2099, Treppenhaus", "arch_name": "2099@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73178", - "roomcode": "5510.02.979", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56271", + "area_id": 34, + "building_id": 842, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73178, + "usage_id": 223 + }, + "5510.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3001, Galerie", "arch_name": "3001@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56271", - "roomcode": "5510.03.001", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56276", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56271, + "usage_id": 206 + }, + "5510.03.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3001A, Technik/Rolltor", "arch_name": "3001A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56276", - "roomcode": "5510.03.001A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=13970", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56276, + "usage_id": 120 + }, + "5510.03.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3002, Galerie", "arch_name": "3002@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12548&cReadonly=J", - "list_index": "249", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13970", - "roomcode": "5510.03.002", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56290", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 12548, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13970, + "usage_id": 206 + }, + "5510.03.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3003, Galerie", "arch_name": "3003@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56290", - "roomcode": "5510.03.003", - "usage": 206 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=56295", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56290, + "usage_id": 206 + }, + "5510.03.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3010, Putzraum", "arch_name": "3010@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56295", - "roomcode": "5510.03.010", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54056", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56295, + "usage_id": 205 + }, + "5510.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3011, Aufenthalt", "arch_name": "3011@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54056", - "roomcode": "5510.03.011", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54062", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54056, + "usage_id": 44 + }, + "5510.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3012, Verteilerraum 5 m. Schaltraum", "arch_name": "3012@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54062", - "roomcode": "5510.03.012", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54066", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54062, + "usage_id": 120 + }, + "5510.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3013, Wachleiter", "arch_name": "3013@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54066", - "roomcode": "5510.03.013", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54069", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54066, + "usage_id": 12 + }, + "5510.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3014, Aufsicht", "arch_name": "3014@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54069", - "roomcode": "5510.03.014", - "usage": 9 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54073", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54069, + "usage_id": 9 + }, + "5510.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015, B\u00fcro", "arch_name": "3015@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54073", - "roomcode": "5510.03.015", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54078", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54073, + "usage_id": 12 + }, + "5510.03.015M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015M, WC-Damen", "arch_name": "3015M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54078", - "roomcode": "5510.03.015M", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54080", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54078, + "usage_id": 116 + }, + "5510.03.015N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015N, WC-Herren", "arch_name": "3015N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54080", - "roomcode": "5510.03.015N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54085", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54080, + "usage_id": 115 + }, + "5510.03.015O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015O, Umkleide-Damen", "arch_name": "3015O@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54085", - "roomcode": "5510.03.015O", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54217", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54085, + "usage_id": 121 + }, + "5510.03.015P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015P, Dusche Damen", "arch_name": "3015P@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54217", - "roomcode": "5510.03.015P", - "usage": 113 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54221", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54217, + "usage_id": 113 + }, + "5510.03.015Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015Q, Umkleide", "arch_name": "3015Q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54221", - "roomcode": "5510.03.015Q", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54225", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54221, + "usage_id": 121 + }, + "5510.03.015R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3015R, WC-Herren", "arch_name": "3015R@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54225", - "roomcode": "5510.03.015R", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54230", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54225, + "usage_id": 115 + }, + "5510.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3016, Sitzungssaal/Archiv", "arch_name": "3016@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=31437", - "operator": "[ TUVBPRG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54230", - "roomcode": "5510.03.016", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54236", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31437, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54230, + "usage_id": 196 + }, + "5510.03.016M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3016M, Teek\u00fcche", "arch_name": "3016M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=31437", - "operator": "[ TUVBPRG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54236", - "roomcode": "5510.03.016M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54241", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 31437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54236, + "usage_id": 198 + }, + "5510.03.016N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3016N, WC-Damen", "arch_name": "3016N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54241", - "roomcode": "5510.03.016N", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54362", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54241, + "usage_id": 116 + }, + "5510.03.016O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3016O, WC-Herren", "arch_name": "3016O@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54362", - "roomcode": "5510.03.016O", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54370", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54362, + "usage_id": 115 + }, + "5510.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3017, B\u00fcro", "arch_name": "3017@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=31437", - "operator": "[ TUVBPRG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54370", - "roomcode": "5510.03.017", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54375", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54370, + "usage_id": 12 + }, + "5510.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3018, B\u00fcro", "arch_name": "3018@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=31437", - "operator": "[ TUVBPRG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54375", - "roomcode": "5510.03.018", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54383", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54375, + "usage_id": 12 + }, + "5510.03.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3019, Vorsitzender", "arch_name": "3019@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=31437", - "operator": "[ TUVBPRG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54383", - "roomcode": "5510.03.019", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54389", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54383, + "usage_id": 12 + }, + "5510.03.019M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3019M, Stromversorgung", "arch_name": "3019M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54389", - "roomcode": "5510.03.019M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54398", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54389, + "usage_id": 120 + }, + "5510.03.019N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3019n, Nebenraum zu 3019m", "arch_name": "3019n@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54398", - "roomcode": "5510.03.019N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54404", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54398, + "usage_id": 120 + }, + "5510.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3020, Vorstand", "arch_name": "3020@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=31437", - "operator": "[ TUVBPRG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54404", - "roomcode": "5510.03.020", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54535", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 31437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54404, + "usage_id": 12 + }, + "5510.03.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098a, Schacht", "arch_name": "3098a@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54535", - "roomcode": "5510.03.098A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54537", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54535, + "usage_id": 120 + }, + "5510.03.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098b, Schacht", "arch_name": "3098b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54537", - "roomcode": "5510.03.098B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54542", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54537, + "usage_id": 120 + }, + "5510.03.098H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098h, Schacht", "arch_name": "3098h@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54542", - "roomcode": "5510.03.098H", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54547", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54542, + "usage_id": 120 + }, + "5510.03.098I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098I, Schacht", "arch_name": "3098I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54547", - "roomcode": "5510.03.098I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54553", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54547, + "usage_id": 120 + }, + "5510.03.098J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098J, Schacht", "arch_name": "3098J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54553", - "roomcode": "5510.03.098J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54558", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54553, + "usage_id": 120 + }, + "5510.03.098K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098k, Schleuse", "arch_name": "3098k@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54558", - "roomcode": "5510.03.098K", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54682", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54558, + "usage_id": 120 + }, + "5510.03.098M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3098m, Schacht", "arch_name": "3098m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54682", - "roomcode": "5510.03.098M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54690", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54682, + "usage_id": 120 + }, + "5510.03.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099c, Treppe", "arch_name": "3099c@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54690", - "roomcode": "5510.03.099C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54697", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54690, + "usage_id": 223 + }, + "5510.03.099F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099f, Treppe", "arch_name": "3099f@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54697", - "roomcode": "5510.03.099F", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54703", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54697, + "usage_id": 223 + }, + "5510.03.099H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099H, Schleuse", "arch_name": "3099H@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54703", - "roomcode": "5510.03.099H", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54709", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54703, + "usage_id": 105 + }, + "5510.03.099I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099I, Flur", "arch_name": "3099I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54709", - "roomcode": "5510.03.099I", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54714", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54709, + "usage_id": 222 + }, + "5510.03.099J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099J, Flur", "arch_name": "3099J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54714", - "roomcode": "5510.03.099J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54721", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54714, + "usage_id": 222 + }, + "5510.03.099K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099K, Flur", "arch_name": "3099K@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54721", - "roomcode": "5510.03.099K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54851", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54721, + "usage_id": 222 + }, + "5510.03.099L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099L, Flur", "arch_name": "3099L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54851", - "roomcode": "5510.03.099L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54858", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54851, + "usage_id": 222 + }, + "5510.03.099M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099M, WC-Vorraum", "arch_name": "3099M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54858", - "roomcode": "5510.03.099M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 3.OG", - "address_link": "ris.einzelraum?raumkey=54864", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54858, + "usage_id": 37 + }, + "5510.03.099N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "3099N, Treppenraum", "arch_name": "3099N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54864", - "roomcode": "5510.03.099N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, DG", - "address_link": "ris.einzelraum?raumkey=73180", + "area_id": 34, + "building_id": 842, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54864, + "usage_id": 223 + }, + "5510.DG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4001, Gang, Weg im Freien", "arch_name": "4001@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73180", - "roomcode": "5510.DG.001", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, DG", - "address_link": "ris.einzelraum?raumkey=73182", + "area_id": 34, + "building_id": 842, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73180, + "usage_id": 219 + }, + "5510.DG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4002, Gang, Weg im Freien", "arch_name": "4002@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73182", - "roomcode": "5510.DG.002", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, DG", - "address_link": "ris.einzelraum?raumkey=73181", + "area_id": 34, + "building_id": 842, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73182, + "usage_id": 219 + }, + "5510.DG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "4003, Installation", "arch_name": "4003@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73181", - "roomcode": "5510.DG.003", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=11647", + "area_id": 34, + "building_id": 842, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73181, + "usage_id": 120 + }, + "5510.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0001, H\u00f6rsaal", "arch_name": "0001@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12551&cReadonly=J", - "extended": { - "additional_description": "MW 0001, H\u00f6rsaal", - "address": "Boltzmannstr. 15(5510), Erdgescho\u00df", - "architect_room_nr": "0001@5510", - "area_m2": 670.77, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "Erdgescho\u00df", - "floor_type": "Kunststoff", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 700, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11647", - "roomcode": "5510.EG.001", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73309", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 12551, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": 700, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11647, + "usage_id": 20 + }, + "5510.EG.001E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0001E, Schaltraum f.betriebst.Anlagen", "arch_name": "0001E@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73309", - "roomcode": "5510.EG.001E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55867", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73309, + "usage_id": 120 + }, + "5510.EG.001M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0001m, Treppe", "arch_name": "0001m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55867", - "roomcode": "5510.EG.001M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55874", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55867, + "usage_id": 223 + }, + "5510.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0002, B\u00fcro", "arch_name": "0002@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55874", - "roomcode": "5510.EG.002", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55884", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55874, + "usage_id": 12 + }, + "5510.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0003, B\u00fcro", "arch_name": "0003@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55884", - "roomcode": "5510.EG.003", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55895", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55884, + "usage_id": 12 + }, + "5510.EG.003M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0003M, Putzraum", "arch_name": "0003M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55895", - "roomcode": "5510.EG.003M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56016", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55895, + "usage_id": 205 + }, + "5510.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0004, YIT Germany GmbH", "arch_name": "0004@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56016", - "roomcode": "5510.EG.004", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56026", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56016, + "usage_id": 12 + }, + "5510.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0005, B\u00fcro", "arch_name": "0005@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56026", - "roomcode": "5510.EG.005", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56031", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56026, + "usage_id": 12 + }, + "5510.EG.005M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0005M, WC-Damen", "arch_name": "0005M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56031", - "roomcode": "5510.EG.005M", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56040", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56031, + "usage_id": 116 + }, + "5510.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0006, B\u00fcro", "arch_name": "0006@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56040", - "roomcode": "5510.EG.006", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56049", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56040, + "usage_id": 12 + }, + "5510.EG.006M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0006M, WC-Herren", "arch_name": "0006M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56049", - "roomcode": "5510.EG.006M", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56056", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56049, + "usage_id": 115 + }, + "5510.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0007, B\u00fcro", "arch_name": "0007@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56056", - "roomcode": "5510.EG.007", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56183", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56056, + "usage_id": 12 + }, + "5510.EG.007M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0007M, Teek\u00fcche", "arch_name": "0007M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56183", - "roomcode": "5510.EG.007M", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56188", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56183, + "usage_id": 198 + }, + "5510.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0008, B\u00fcro", "arch_name": "0008@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56188", - "roomcode": "5510.EG.008", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56197", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56188, + "usage_id": 12 + }, + "5510.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0009, Elektroverteiler", "arch_name": "0009@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56197", - "roomcode": "5510.EG.009", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56205", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56197, + "usage_id": 120 + }, + "5510.EG.009M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0009m, Treppe", "arch_name": "0009m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56205", - "roomcode": "5510.EG.009M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56212", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56205, + "usage_id": 223 + }, + "5510.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0010, Poststelle", "arch_name": "0010@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56212", - "roomcode": "5510.EG.010", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56218", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56212, + "usage_id": 12 + }, + "5510.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0011, B\u00fcro", "arch_name": "0011@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56218", - "roomcode": "5510.EG.011", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=69787", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56218, + "usage_id": 40 + }, + "5510.EG.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0011A, B\u00fcro", "arch_name": "0011A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69787", - "roomcode": "5510.EG.011A", - "usage": 40 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56347", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69787, + "usage_id": 40 + }, + "5510.EG.011M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0011M, Skriptenverkauf", "arch_name": "0011M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=38689", - "operator": "[ TUMWFSM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56347", - "roomcode": "5510.EG.011M", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56356", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 38689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56347, + "usage_id": 164 + }, + "5510.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0012, Pr\u00fcfungsb\u00fcro", "arch_name": "0012@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56356", - "roomcode": "5510.EG.012", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73305", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56356, + "usage_id": 12 + }, + "5510.EG.012A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0012A, B\u00fcro", "arch_name": "0012A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73305", - "roomcode": "5510.EG.012A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56365", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73305, + "usage_id": 12 + }, + "5510.EG.012M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0012M, Lager", "arch_name": "0012M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56365", - "roomcode": "5510.EG.012M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56373", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56365, + "usage_id": 30 + }, + "5510.EG.012N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0012N, Teek\u00fcche", "arch_name": "0012N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56373", - "roomcode": "5510.EG.012N", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56380", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56373, + "usage_id": 198 + }, + "5510.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0013, Liegeraum", "arch_name": "0013@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56380", - "roomcode": "5510.EG.013", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=53984", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56380, + "usage_id": 44 + }, + "5510.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0014, Putzdienst", "arch_name": "0014@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53984", - "roomcode": "5510.EG.014", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73310", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53984, + "usage_id": 12 + }, + "5510.EG.014L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0014L, Flur", "arch_name": "0014L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73310", - "roomcode": "5510.EG.014L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=53992", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73310, + "usage_id": 222 + }, + "5510.EG.014M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0014M, WC-Damen", "arch_name": "0014M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53992", - "roomcode": "5510.EG.014M", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54000", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53992, + "usage_id": 116 + }, + "5510.EG.014N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0014N, WC-Herren", "arch_name": "0014N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54000", - "roomcode": "5510.EG.014N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54009", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54000, + "usage_id": 115 + }, + "5510.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0015, B\u00fcro", "arch_name": "0015@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54009", - "roomcode": "5510.EG.015", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54017", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51537, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54009, + "usage_id": 12 + }, + "5510.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0016, EHG/KHG", "arch_name": "0016@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54017", - "roomcode": "5510.EG.016", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54133", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54017, + "usage_id": 12 + }, + "5510.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0017, EHG/KHG", "arch_name": "0017@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54133", - "roomcode": "5510.EG.017", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54142", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54133, + "usage_id": 12 + }, + "5510.EG.017M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0017m, Stromversorgung", "arch_name": "0017m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54142", - "roomcode": "5510.EG.017M", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54150", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54142, + "usage_id": 160 + }, + "5510.EG.017N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0017n, Nebenraum von O017m", "arch_name": "0017n@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54150", - "roomcode": "5510.EG.017N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54160", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54150, + "usage_id": 160 + }, + "5510.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0018, Hausmeister", "arch_name": "0018@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54160", - "roomcode": "5510.EG.018", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54165", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54160, + "usage_id": 12 + }, + "5510.EG.018M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0018M, Fernmeldetechnik", "arch_name": "0018M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54165", - "roomcode": "5510.EG.018M", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54288", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54165, + "usage_id": 202 + }, + "5510.EG.018N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0018N, Putzraum", "arch_name": "0018N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54288", - "roomcode": "5510.EG.018N", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54296", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54288, + "usage_id": 205 + }, + "5510.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0025, Fakult\u00e4tsgraduiertenzentrum", "arch_name": "0025@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54296", - "roomcode": "5510.EG.025", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=61973", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54296, + "usage_id": 12 + }, + "5510.EG.026A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0026A, Leitung Pr\u00fcfungsb\u00fcro", "arch_name": "0026A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61973", - "roomcode": "5510.EG.026A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=61974", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61973, + "usage_id": 12 + }, + "5510.EG.026B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0026B, Studienb\u00fcro", "arch_name": "0026B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61974", - "roomcode": "5510.EG.026B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=61975", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61974, + "usage_id": 12 + }, + "5510.EG.026C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0026C, Kopier- und Besprechungsraum", "arch_name": "0026C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=31453&cReadonly=J", - "list_index": "115", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61975", - "roomcode": "5510.EG.026C", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54313", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 31453, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61975, + "usage_id": 196 + }, + "5510.EG.026M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0026M, Studienb\u00fcro", "arch_name": "MW 0026M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54313", - "roomcode": "5510.EG.026M", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=12076", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54313, + "usage_id": 12 + }, + "5510.EG.026N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0026N, B\u00fcro", "arch_name": "MW 0026N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12076", - "roomcode": "5510.EG.026N", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54448", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12076, + "usage_id": 12 + }, + "5510.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0027, Physik-Praktikum", "arch_name": "MW 0027@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=20821&cReadonly=J", - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54448", - "roomcode": "5510.EG.027", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54456", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 20821, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54448, + "usage_id": 211 + }, + "5510.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW 0028, Physik-Praktikum", "arch_name": "MW 0028@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=32752&cReadonly=J", - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54456", - "roomcode": "5510.EG.028", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54465", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 32752, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54456, + "usage_id": 211 + }, + "5510.EG.028M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0028M, Flur", "arch_name": "0028M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54465", - "roomcode": "5510.EG.028M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54476", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54465, + "usage_id": 222 + }, + "5510.EG.028N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0028N, WC-Herren", "arch_name": "0028N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54476", - "roomcode": "5510.EG.028N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54485", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54476, + "usage_id": 115 + }, + "5510.EG.028O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0028O, WC-Damen", "arch_name": "0028O@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54485", - "roomcode": "5510.EG.028O", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54600", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54485, + "usage_id": 116 + }, + "5510.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0029, Praktikumsraum", "arch_name": "0029@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=18846&cReadonly=J", - "extended": { - "additional_description": "0029, Praktikumsraum", - "address": "Boltzmannstr. 15(5510), Erdgescho\u00df", - "architect_room_nr": "0029@5510", - "area_m2": 92.29, - "building": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "029", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54600", - "roomcode": "5510.EG.029", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54611", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 18846, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54600, + "usage_id": 41 + }, + "5510.EG.029M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0029M, Werkstatt", "arch_name": "0029M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54611", - "roomcode": "5510.EG.029M", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54619", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54611, + "usage_id": 51 + }, + "5510.EG.029N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0029N, Lager Hausmeister", "arch_name": "0029N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54619", - "roomcode": "5510.EG.029N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30196", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54619, + "usage_id": 30 + }, + "5510.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0050, EDV-Pool", "arch_name": "0050@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=18092&cReadonly=J", - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30196", - "roomcode": "5510.EG.050", - "usage": 211 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54770", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 18092, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30196, + "usage_id": 211 + }, + "5510.EG.050A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0050A, B\u00fcro", "arch_name": "0050A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54770", - "roomcode": "5510.EG.050A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54773", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54770, + "usage_id": 12 + }, + "5510.EG.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098a, Schacht", "arch_name": "0098a@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54773", - "roomcode": "5510.EG.098A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54782", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54773, + "usage_id": 120 + }, + "5510.EG.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098b, Schacht", "arch_name": "0098b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54782", - "roomcode": "5510.EG.098B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54790", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54782, + "usage_id": 120 + }, + "5510.EG.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098c, Lastenaufzug", "arch_name": "0098c@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54790", - "roomcode": "5510.EG.098C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54799", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54790, + "usage_id": 4 + }, + "5510.EG.098I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098I, Schacht", "arch_name": "0098I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54799", - "roomcode": "5510.EG.098I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54809", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54799, + "usage_id": 120 + }, + "5510.EG.098J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098j, Schacht", "arch_name": "0098j@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54809", - "roomcode": "5510.EG.098J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54937", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54809, + "usage_id": 120 + }, + "5510.EG.098K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098K, Lastenaufzug", "arch_name": "0098K@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54937", - "roomcode": "5510.EG.098K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54946", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54937, + "usage_id": 4 + }, + "5510.EG.098L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098L, Schacht", "arch_name": "0098L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54946", - "roomcode": "5510.EG.098L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54952", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54946, + "usage_id": 120 + }, + "5510.EG.098M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098m, Schacht", "arch_name": "0098m@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54952", - "roomcode": "5510.EG.098M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54962", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54952, + "usage_id": 120 + }, + "5510.EG.098N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098n, Schacht", "arch_name": "0098n@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54962", - "roomcode": "5510.EG.098N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=54970", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54962, + "usage_id": 120 + }, + "5510.EG.098P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098p, Schacht", "arch_name": "0098p@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54970", - "roomcode": "5510.EG.098P", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55096", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54970, + "usage_id": 120 + }, + "5510.EG.098Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098q, Schacht", "arch_name": "0098q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55096", - "roomcode": "5510.EG.098Q", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55102", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55096, + "usage_id": 120 + }, + "5510.EG.098R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098r, Schacht", "arch_name": "0098r@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55102", - "roomcode": "5510.EG.098R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55112", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55102, + "usage_id": 120 + }, + "5510.EG.098S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0098s, Schacht", "arch_name": "0098s@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55112", - "roomcode": "5510.EG.098S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30475", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55112, + "usage_id": 120 + }, + "5510.EG.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099A, Foyer, MW Hof 0", "arch_name": "0099A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=48298&cRes=17996&cReadonly=J", - "list_index": "141", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30475", - "roomcode": "5510.EG.099A", - "usage": 15 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=30478", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 17996, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30475, + "usage_id": 15 + }, + "5510.EG.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099B, Windfang Pf\u00f6rtner", "arch_name": "0099B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30478", - "roomcode": "5510.EG.099B", - "usage": 52 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55252", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30478, + "usage_id": 52 + }, + "5510.EG.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099C, Flur", "arch_name": "0099C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55252", - "roomcode": "5510.EG.099C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55260", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55252, + "usage_id": 222 + }, + "5510.EG.099D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099D, Treppe", "arch_name": "0099D@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55260", - "roomcode": "5510.EG.099D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55276", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55260, + "usage_id": 223 + }, + "5510.EG.099E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099E, Flur", "arch_name": "0099E@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55276", - "roomcode": "5510.EG.099E", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55280", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55276, + "usage_id": 222 + }, + "5510.EG.099F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099F, Flur", "arch_name": "0099F@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55280", - "roomcode": "5510.EG.099F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55416", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55280, + "usage_id": 222 + }, + "5510.EG.099G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099G, Treppe", "arch_name": "0099G@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55416", - "roomcode": "5510.EG.099G", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55423", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55416, + "usage_id": 223 + }, + "5510.EG.099H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099H, Flur", "arch_name": "0099H@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55423", - "roomcode": "5510.EG.099H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55440", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55423, + "usage_id": 222 + }, + "5510.EG.099J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099J, Flur, MW Hof 0", "arch_name": "0099J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=23021&cReadonly=J", - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55440", - "roomcode": "5510.EG.099J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55449", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 23021, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55440, + "usage_id": 222 + }, + "5510.EG.099K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099K, Flur", "arch_name": "0099K@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55449", - "roomcode": "5510.EG.099K", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55580", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55449, + "usage_id": 222 + }, + "5510.EG.099L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099L, Pf\u00f6rtner", "arch_name": "0099L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55580", - "roomcode": "5510.EG.099L", - "usage": 34 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55586", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55580, + "usage_id": 34 + }, + "5510.EG.099N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099N, Treppenraum", "arch_name": "0099N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55586", - "roomcode": "5510.EG.099N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55602", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55586, + "usage_id": 223 + }, + "5510.EG.099P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099p, Treppe", "arch_name": "0099p@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55602", - "roomcode": "5510.EG.099P", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55612", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55602, + "usage_id": 223 + }, + "5510.EG.099Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099Q, Treppe", "arch_name": "0099Q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55612", - "roomcode": "5510.EG.099Q", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73306", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55612, + "usage_id": 223 + }, + "5510.EG.099T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099T, Treppe", "arch_name": "0099T@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73306", - "roomcode": "5510.EG.099T", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73308", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73306, + "usage_id": 223 + }, + "5510.EG.099U": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099U, Flur", "arch_name": "0099U@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73308", - "roomcode": "5510.EG.099U", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73307", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73308, + "usage_id": 222 + }, + "5510.EG.099W": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0099W, Treppe im Freien", "arch_name": "0099W@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73307", - "roomcode": "5510.EG.099W", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56435", + "area_id": 34, + "building_id": 842, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73307, + "usage_id": 7 + }, + "5510.U1.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U001A, WC-Damen", "arch_name": "U001A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56435", - "roomcode": "5510.U1.001A", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56442", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56435, + "usage_id": 116 + }, + "5510.U1.001B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U001B, WC-Herren", "arch_name": "U001B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56442", - "roomcode": "5510.U1.001B", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73299", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56442, + "usage_id": 115 + }, + "5510.U1.001C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U001C, WC-Herren Vorraum", "arch_name": "U001C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73299", - "roomcode": "5510.U1.001C", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73300", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73299, + "usage_id": 118 + }, + "5510.U1.001D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U001D, WC-Herren", "arch_name": "U001D@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73300", - "roomcode": "5510.U1.001D", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73296", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73300, + "usage_id": 115 + }, + "5510.U1.001E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U001E, WC-Damen Vorraum", "arch_name": "U001E@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73296", - "roomcode": "5510.U1.001E", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56451", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73296, + "usage_id": 118 + }, + "5510.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U002, Technik", "arch_name": "U002@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56451", - "roomcode": "5510.U1.002", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56568", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56451, + "usage_id": 120 + }, + "5510.U1.002B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U002B, YIT Germany GmbH", "arch_name": "U002B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56568", - "roomcode": "5510.U1.002B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56574", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56568, + "usage_id": 30 + }, + "5510.U1.002C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U002C, YIT Germany GmbH", "arch_name": "U002C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56574", - "roomcode": "5510.U1.002C", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56583", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56574, + "usage_id": 30 + }, + "5510.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U003, Betriebstechnische Anlage", "arch_name": "U003@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56583", - "roomcode": "5510.U1.003", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56592", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56583, + "usage_id": 120 + }, + "5510.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U004, Installation", "arch_name": "U004@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56592", - "roomcode": "5510.U1.004", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56594", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56592, + "usage_id": 120 + }, + "5510.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW U005, Vorbereitung 2", "arch_name": "U005@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56594", - "roomcode": "5510.U1.005", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56603", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56594, + "usage_id": 136 + }, + "5510.U1.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U005A, MW U005a, Vorbereitung 1", "arch_name": "U005A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56603", - "roomcode": "5510.U1.005A", - "usage": 136 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56704", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56603, + "usage_id": 136 + }, + "5510.U1.005B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW U005b, Gasflaschenlager f\u00fcr H\u00f6rsaal", "arch_name": "U005b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56704", - "roomcode": "5510.U1.005B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56711", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56704, + "usage_id": 30 + }, + "5510.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "MW U006, Sammlung Chemie", "arch_name": "U006@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56711", - "roomcode": "5510.U1.006", - "usage": 187 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56720", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56711, + "usage_id": 187 + }, + "5510.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U007, Aufzugs/F\u00f6rderanlage", "arch_name": "U007@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56720", - "roomcode": "5510.U1.007", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56730", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56720, + "usage_id": 5 + }, + "5510.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U008, Papierlager", "arch_name": "U008@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=38689", - "operator": "[ TUMWFSM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56730", - "roomcode": "5510.U1.008", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56849", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38689, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56730, + "usage_id": 30 + }, + "5510.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U009, Umkleide", "arch_name": "U009@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56849", - "roomcode": "5510.U1.009", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56856", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56849, + "usage_id": 121 + }, + "5510.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0110, Lager", "arch_name": "U0110@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56856", - "roomcode": "5510.U1.010", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56863", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56856, + "usage_id": 30 + }, + "5510.U1.010M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U010M, Lager M\u00f6bel", "arch_name": "U010M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56863", - "roomcode": "5510.U1.010M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56870", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56863, + "usage_id": 30 + }, + "5510.U1.010N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U010N, Lager Hausdienst", "arch_name": "U010N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56870", - "roomcode": "5510.U1.010N", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56876", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56870, + "usage_id": 30 + }, + "5510.U1.010O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U010O, YIT Germany GmbH", "arch_name": "U010O@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56876", - "roomcode": "5510.U1.010O", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57145", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56876, + "usage_id": 30 + }, + "5510.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0111, Lager Hausmeister", "arch_name": "U0111@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57145", - "roomcode": "5510.U1.011", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57161", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57145, + "usage_id": 30 + }, + "5510.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0112, Archiv", "arch_name": "U0112@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57161", - "roomcode": "5510.U1.012", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57166", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57161, + "usage_id": 2 + }, + "5510.U1.012M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0112M, Abstellraum", "arch_name": "U0112M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26745", - "operator": "[ TUZEBMW ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57166", - "roomcode": "5510.U1.012M", - "usage": 159 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57172", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26745, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57166, + "usage_id": 159 + }, + "5510.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0113, Archiv", "arch_name": "U0113@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57172", - "roomcode": "5510.U1.013", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57178", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57172, + "usage_id": 2 + }, + "5510.U1.013M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0113M, Archiv", "arch_name": "U0113M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57178", - "roomcode": "5510.U1.013M", - "usage": 2 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57604", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57178, + "usage_id": 2 + }, + "5510.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0114, Fernmeldetechnik", "arch_name": "U0114@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57604", - "roomcode": "5510.U1.014", - "usage": 202 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57609", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57604, + "usage_id": 202 + }, + "5510.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0115, Elektrische Stromversorgung", "arch_name": "U0115@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57609", - "roomcode": "5510.U1.015", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57614", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57609, + "usage_id": 160 + }, + "5510.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0116, Elektrische Stromversorgung", "arch_name": "U0116@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57614", - "roomcode": "5510.U1.016", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57621", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57614, + "usage_id": 160 + }, + "5510.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0117, Kabelverteiler", "arch_name": "U0117@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57621", - "roomcode": "5510.U1.017", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73294", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57621, + "usage_id": 120 + }, + "5510.U1.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0117A, Installationsraum", "arch_name": "U0117A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73294", - "roomcode": "5510.U1.017A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57299", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73294, + "usage_id": 120 + }, + "5510.U1.017B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0117b, Trafo", "arch_name": "U0117b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57299", - "roomcode": "5510.U1.017B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57303", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57299, + "usage_id": 160 + }, + "5510.U1.017C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U0117c, Trafo", "arch_name": "U0117c@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57303", - "roomcode": "5510.U1.017C", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57308", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57303, + "usage_id": 160 + }, + "5510.U1.017M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U017M, Maschinenraum", "arch_name": "U017M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57308", - "roomcode": "5510.U1.017M", - "usage": 5 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57316", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57308, + "usage_id": 5 + }, + "5510.U1.017N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U017N, Installation", "arch_name": "U017N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57316", - "roomcode": "5510.U1.017N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57323", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57316, + "usage_id": 120 + }, + "5510.U1.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U025, Installationskeller", "arch_name": "U025@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57323", - "roomcode": "5510.U1.025", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56987", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57323, + "usage_id": 120 + }, + "5510.U1.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U050, Server", "arch_name": "U050@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": "tvKalender.wSicht?cOrg=15268&cRes=19299&cReadonly=J", - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56987", - "roomcode": "5510.U1.050", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=56995", + "area_id": 34, + "building_id": 842, + "calendar_resource_nr": 19299, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56987, + "usage_id": 207 + }, + "5510.U1.050A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U050A, Server", "arch_name": "U050A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56995", - "roomcode": "5510.U1.050A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73298", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56995, + "usage_id": 207 + }, + "5510.U1.050B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U050B, Lager", "arch_name": "U050B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15268", - "operator": "[ TUMWAIS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73298", - "roomcode": "5510.U1.050B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57004", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15268, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73298, + "usage_id": 30 + }, + "5510.U1.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098a, Schacht", "arch_name": "U098a@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57004", - "roomcode": "5510.U1.098A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57012", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57004, + "usage_id": 120 + }, + "5510.U1.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098b, Schacht", "arch_name": "U098b@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57012", - "roomcode": "5510.U1.098B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57022", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57012, + "usage_id": 120 + }, + "5510.U1.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098c, Aufzug", "arch_name": "U098c@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57022", - "roomcode": "5510.U1.098C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57443", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57022, + "usage_id": 4 + }, + "5510.U1.098I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098I, Schacht", "arch_name": "U098I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57443", - "roomcode": "5510.U1.098I", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57451", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57443, + "usage_id": 120 + }, + "5510.U1.098J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098J, Schacht", "arch_name": "U098J@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57451", - "roomcode": "5510.U1.098J", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57459", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57451, + "usage_id": 120 + }, + "5510.U1.098K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098K, Aufzug", "arch_name": "U098K@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57459", - "roomcode": "5510.U1.098K", - "usage": 4 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57467", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57459, + "usage_id": 4 + }, + "5510.U1.098L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098L, Schacht", "arch_name": "U098L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57467", - "roomcode": "5510.U1.098L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=57474", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57467, + "usage_id": 120 + }, + "5510.U1.098M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098M, Schacht", "arch_name": "U098M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57474", - "roomcode": "5510.U1.098M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55374", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57474, + "usage_id": 120 + }, + "5510.U1.098R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098R, Schacht", "arch_name": "U098R@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55374", - "roomcode": "5510.U1.098R", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55383", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55374, + "usage_id": 120 + }, + "5510.U1.098S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U098S, Schacht", "arch_name": "U098S@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55383", - "roomcode": "5510.U1.098S", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55391", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55383, + "usage_id": 120 + }, + "5510.U1.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099A, Gardarobe", "arch_name": "U099A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55391", - "roomcode": "5510.U1.099A", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73291", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55391, + "usage_id": 121 + }, + "5510.U1.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099B, Flur", "arch_name": "U099B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73291", - "roomcode": "5510.U1.099B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55407", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73291, + "usage_id": 222 + }, + "5510.U1.099D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099D, Treppe", "arch_name": "U099D@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55407", - "roomcode": "5510.U1.099D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73293", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55407, + "usage_id": 223 + }, + "5510.U1.099E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099E, Treppe", "arch_name": "U099E@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73293", - "roomcode": "5510.U1.099E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55414", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73293, + "usage_id": 223 + }, + "5510.U1.099F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099F, Flur", "arch_name": "U099F@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55414", - "roomcode": "5510.U1.099F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55539", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55414, + "usage_id": 222 + }, + "5510.U1.099G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099G, Treppe", "arch_name": "U099G@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55539", - "roomcode": "5510.U1.099G", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55547", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55539, + "usage_id": 223 + }, + "5510.U1.099H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099H, Flur", "arch_name": "U099H@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55547", - "roomcode": "5510.U1.099H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55557", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55547, + "usage_id": 222 + }, + "5510.U1.099I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099I, Teil von Raum U099n", "arch_name": "U099I@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55557", - "roomcode": "5510.U1.099I", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73303", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55557, + "usage_id": 222 + }, + "5510.U1.099K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099K, Treppe", "arch_name": "U099K@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73303", - "roomcode": "5510.U1.099K", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73297", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73303, + "usage_id": 223 + }, + "5510.U1.099L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099L, Lager", "arch_name": "U099L@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73297", - "roomcode": "5510.U1.099L", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73301", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73297, + "usage_id": 30 + }, + "5510.U1.099M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099M, Treppe", "arch_name": "U099M@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73301", - "roomcode": "5510.U1.099M", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55573", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73301, + "usage_id": 223 + }, + "5510.U1.099N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099N, Treppenraum", "arch_name": "U099N@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55573", - "roomcode": "5510.U1.099N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55696", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55573, + "usage_id": 223 + }, + "5510.U1.099O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099O, Treppenraum", "arch_name": "U099O@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55696", - "roomcode": "5510.U1.099O", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55704", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55696, + "usage_id": 223 + }, + "5510.U1.099P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099P, Treppe", "arch_name": "U099P@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55704", - "roomcode": "5510.U1.099P", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73295", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55704, + "usage_id": 223 + }, + "5510.U1.099Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099Q, Lager", "arch_name": "U099Q@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73295", - "roomcode": "5510.U1.099Q", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73302", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73295, + "usage_id": 30 + }, + "5510.U1.099R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099R, Treppe", "arch_name": "U099R@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73302", - "roomcode": "5510.U1.099R", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73304", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73302, + "usage_id": 223 + }, + "5510.U1.099S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099S, Flur", "arch_name": "U099S@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73304", - "roomcode": "5510.U1.099S", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73292", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73304, + "usage_id": 222 + }, + "5510.U1.099T": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U099T, Flur", "arch_name": "U099T@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73292", - "roomcode": "5510.U1.099T", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73279", + "area_id": 34, + "building_id": 842, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73292, + "usage_id": 222 + }, + "5510.U2.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U050, Betriebstechn. Anlagen", "arch_name": "2.U050@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73279", - "roomcode": "5510.U2.050", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73286", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73279, + "usage_id": 120 + }, + "5510.U2.098A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U098A, Flur", "arch_name": "2.U098A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73286", - "roomcode": "5510.U2.098A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73289", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73286, + "usage_id": 222 + }, + "5510.U2.098B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U098B, Schacht f.Personenaufzug", "arch_name": "2.U098B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73289", - "roomcode": "5510.U2.098B", - "usage": 195 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73287", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73289, + "usage_id": 195 + }, + "5510.U2.098C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U098BC, Flur", "arch_name": "2.U098BC@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73287", - "roomcode": "5510.U2.098C", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73280", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73287, + "usage_id": 222 + }, + "5510.U2.099A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U099A, Treppenhaus", "arch_name": "2.U099A@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73280", - "roomcode": "5510.U2.099A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73288", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73280, + "usage_id": 223 + }, + "5510.U2.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U099B, Treppenhaus", "arch_name": "2.U099B@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73288", - "roomcode": "5510.U2.099B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73290", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73288, + "usage_id": 223 + }, + "5510.U2.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2.U099C, Treppe", "arch_name": "2.U099C@5510", - "b_area_id": 34, - "b_filter_id": 842, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73290", - "roomcode": "5510.U2.099C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56317", + "area_id": 34, + "building_id": 842, + "floor_level": "2.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73290, + "usage_id": 223 + }, + "5513.01.860": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1860, Leitwarte", "arch_name": "1860@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56317", - "roomcode": "5513.01.860", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56324", + "area_id": 34, + "building_id": 817, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56317, + "usage_id": 164 + }, + "5513.01.861": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1861, Technik", "arch_name": "1861@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56324", - "roomcode": "5513.01.861", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56330", + "area_id": 34, + "building_id": 817, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56324, + "usage_id": 120 + }, + "5513.01.898A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1898a, Schacht", "arch_name": "1898a@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56330", - "roomcode": "5513.01.898A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=56339", + "area_id": 34, + "building_id": 817, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56330, + "usage_id": 120 + }, + "5513.01.898B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1898b, Schacht", "arch_name": "1898b@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56339", - "roomcode": "5513.01.898B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=53949", + "area_id": 34, + "building_id": 817, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56339, + "usage_id": 120 + }, + "5513.01.899I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1899i, Treppe", "arch_name": "1899i@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53949", - "roomcode": "5513.01.899I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55492", + "area_id": 34, + "building_id": 817, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53949, + "usage_id": 223 + }, + "5513.EG.860A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0860A, Lager/Container", "arch_name": "0860A@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55492", - "roomcode": "5513.EG.860A", - "usage": 217 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73184", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55492, + "usage_id": 217 + }, + "5513.EG.860B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0860B, Freifl\u00e4chen Lager/Container", "arch_name": "0860B@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73184", - "roomcode": "5513.EG.860B", - "usage": 217 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55504", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73184, + "usage_id": 217 + }, + "5513.EG.861": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0861, B\u00fcrotechnikraum", "arch_name": "0861@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55504", - "roomcode": "5513.EG.861", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55515", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43836, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55504, + "usage_id": 12 + }, + "5513.EG.861M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0861M, Umkleide", "arch_name": "0861M@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55515", - "roomcode": "5513.EG.861M", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55526", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55515, + "usage_id": 121 + }, + "5513.EG.861N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0861N, Waschraum", "arch_name": "0861N@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55526", - "roomcode": "5513.EG.861N", - "usage": 210 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55662", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55526, + "usage_id": 210 + }, + "5513.EG.861O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0861O, WC-Damen", "arch_name": "0861O@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55662", - "roomcode": "5513.EG.861O", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55672", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55662, + "usage_id": 116 + }, + "5513.EG.861P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0861P, WC-Herren", "arch_name": "0861P@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55672", - "roomcode": "5513.EG.861P", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73185", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55672, + "usage_id": 115 + }, + "5513.EG.861Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0861Q, WC-Herren", "arch_name": "0861Q@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73185", - "roomcode": "5513.EG.861Q", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55681", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73185, + "usage_id": 115 + }, + "5513.EG.862": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0862, Werkstatt", "arch_name": "0862@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55681", - "roomcode": "5513.EG.862", - "usage": 108 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55692", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55681, + "usage_id": 108 + }, + "5513.EG.862A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0862A, Lager", "arch_name": "0862A@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55692", - "roomcode": "5513.EG.862A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55828", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55692, + "usage_id": 30 + }, + "5513.EG.862B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0862B, Lager", "arch_name": "0862B@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55828", - "roomcode": "5513.EG.862B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55834", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55828, + "usage_id": 30 + }, + "5513.EG.863": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863, Stromversorgung", "arch_name": "0863@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55834", - "roomcode": "5513.EG.863", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55839", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55834, + "usage_id": 160 + }, + "5513.EG.863M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863M, Putzraum", "arch_name": "0863M@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55839", - "roomcode": "5513.EG.863M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55842", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55839, + "usage_id": 205 + }, + "5513.EG.863N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863n, Trafo", "arch_name": "0863n@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55842", - "roomcode": "5513.EG.863N", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55846", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55842, + "usage_id": 160 + }, + "5513.EG.863O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863o, Trafo", "arch_name": "0863o@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55846", - "roomcode": "5513.EG.863O", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55852", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55846, + "usage_id": 160 + }, + "5513.EG.863P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863p, Trafo", "arch_name": "0863p@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55852", - "roomcode": "5513.EG.863P", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55982", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55852, + "usage_id": 160 + }, + "5513.EG.863Q": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863q, Trafo", "arch_name": "0863q@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55982", - "roomcode": "5513.EG.863Q", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55987", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55982, + "usage_id": 160 + }, + "5513.EG.863R": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863r, Trafo", "arch_name": "0863r@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55987", - "roomcode": "5513.EG.863R", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55992", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55987, + "usage_id": 160 + }, + "5513.EG.863S": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0863s, Trafo", "arch_name": "0863s@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55992", - "roomcode": "5513.EG.863S", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=55998", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55992, + "usage_id": 160 + }, + "5513.EG.864": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0864, Stromversorgung", "arch_name": "0864@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55998", - "roomcode": "5513.EG.864", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56005", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55998, + "usage_id": 160 + }, + "5513.EG.865": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0865, Trafo", "arch_name": "0865@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56005", - "roomcode": "5513.EG.865", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56011", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56005, + "usage_id": 160 + }, + "5513.EG.898A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0898a, Schacht", "arch_name": "0898a@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56011", - "roomcode": "5513.EG.898A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56140", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56011, + "usage_id": 120 + }, + "5513.EG.898B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0898b, Schacht", "arch_name": "0898b@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56140", - "roomcode": "5513.EG.898B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56149", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56140, + "usage_id": 120 + }, + "5513.EG.898C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0898c, Schacht", "arch_name": "0898c@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56149", - "roomcode": "5513.EG.898C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56170", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56149, + "usage_id": 120 + }, + "5513.EG.899F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899F, Flur", "arch_name": "0899F@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56170", - "roomcode": "5513.EG.899F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56175", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56170, + "usage_id": 222 + }, + "5513.EG.899G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899G, Flur", "arch_name": "0899G@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56175", - "roomcode": "5513.EG.899G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=56301", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56175, + "usage_id": 222 + }, + "5513.EG.899I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899I, Treppenhaus", "arch_name": "0899I@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56301", - "roomcode": "5513.EG.899I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54873", + "area_id": 34, + "building_id": 817, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56301, + "usage_id": 223 + }, + "5513.U1.860": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U860, Druckluftzentrale", "arch_name": "U860@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54873", - "roomcode": "5513.U1.860", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54876", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54873, + "usage_id": 32 + }, + "5513.U1.860A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U860a, Abluftkanal", "arch_name": "U860a@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54876", - "roomcode": "5513.U1.860A", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54883", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54876, + "usage_id": 32 + }, + "5513.U1.860M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U860m, Gas\u00fcbergabe", "arch_name": "U860m@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54883", - "roomcode": "5513.U1.860M", - "usage": 17 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54887", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54883, + "usage_id": 17 + }, + "5513.U1.860N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U860n, Wasserbecken", "arch_name": "U860n@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54887", - "roomcode": "5513.U1.860N", - "usage": 183 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55027", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54887, + "usage_id": 183 + }, + "5513.U1.861A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U861a, Wasser\u00fcbergabe", "arch_name": "U861a@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55027", - "roomcode": "5513.U1.861A", - "usage": 183 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55031", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55027, + "usage_id": 183 + }, + "5513.U1.861B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U861b, Wasseraufbereitung", "arch_name": "U861b@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55031", - "roomcode": "5513.U1.861B", - "usage": 182 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55037", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55031, + "usage_id": 182 + }, + "5513.U1.862": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U862, W\u00e4rmezentrale", "arch_name": "U862@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55037", - "roomcode": "5513.U1.862", - "usage": 201 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73183", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55037, + "usage_id": 201 + }, + "5513.U1.899E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899E, Treppe im Freien", "arch_name": "U899E@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73183", - "roomcode": "5513.U1.899E", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55183", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73183, + "usage_id": 7 + }, + "5513.U1.899F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899f, Einbringhof", "arch_name": "U899f@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55183", - "roomcode": "5513.U1.899F", - "usage": 204 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55187", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55183, + "usage_id": 204 + }, + "5513.U1.899G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899g, Flur", "arch_name": "U899g@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55187", - "roomcode": "5513.U1.899G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55194", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55187, + "usage_id": 222 + }, + "5513.U1.899H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899h, Flur", "arch_name": "U899h@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55194", - "roomcode": "5513.U1.899H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55202", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55194, + "usage_id": 222 + }, + "5513.U1.899I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899i, Treppe", "arch_name": "U899i@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55202", - "roomcode": "5513.U1.899I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55348", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55202, + "usage_id": 223 + }, + "5513.U1.899K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899K, Treppenraum", "arch_name": "U899K@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55348", - "roomcode": "5513.U1.899K", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55362", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55348, + "usage_id": 223 + }, + "5513.U1.899L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899L, Installations-Keller", "arch_name": "U899L@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55362", - "roomcode": "5513.U1.899L", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73368", + "area_id": 34, + "building_id": 817, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55362, + "usage_id": 120 + }, + "5513.U2.860": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U860, Raumlufttechnische Anlage", "arch_name": "U860@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73368", - "roomcode": "5513.U2.860", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73367", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73368, + "usage_id": 32 + }, + "5513.U2.861": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U861, Raumlufttechnische Anlage", "arch_name": "U861@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73367", - "roomcode": "5513.U2.861", - "usage": 32 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73373", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73367, + "usage_id": 32 + }, + "5513.U2.861A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U861A, Wasserversorgung", "arch_name": "U861A@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73373", - "roomcode": "5513.U2.861A", - "usage": 183 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73372", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73373, + "usage_id": 183 + }, + "5513.U2.861B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U861B, Abwasseraufbereit./-beseitig.", "arch_name": "U861B@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73372", - "roomcode": "5513.U2.861B", - "usage": 182 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73369", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73372, + "usage_id": 182 + }, + "5513.U2.862": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U862, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "U862@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73369", - "roomcode": "5513.U2.862", - "usage": 201 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73370", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73369, + "usage_id": 201 + }, + "5513.U2.899F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899F, Schleuse", "arch_name": "U899F@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73370", - "roomcode": "5513.U2.899F", - "usage": 105 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73371", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73370, + "usage_id": 105 + }, + "5513.U2.899G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899G, Flur", "arch_name": "U899G@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73371", - "roomcode": "5513.U2.899G", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73375", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73371, + "usage_id": 222 + }, + "5513.U2.899H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899H, Flur", "arch_name": "U899H@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73375", - "roomcode": "5513.U2.899H", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73374", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73375, + "usage_id": 222 + }, + "5513.U2.899I": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899I, Treppe", "arch_name": "U899I@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73374", - "roomcode": "5513.U2.899I", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73376", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73374, + "usage_id": 223 + }, + "5513.U2.899K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899K, Treppe im Freien", "arch_name": "U899K@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73376", - "roomcode": "5513.U2.899K", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 2.UG", - "address_link": "ris.einzelraum?raumkey=73377", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73376, + "usage_id": 7 + }, + "5513.U2.899N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899N, Treppe", "arch_name": "U899N@5513", - "b_area_id": 34, - "b_filter_id": 817, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73377", - "roomcode": "5513.U2.899N", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=53956", + "area_id": 34, + "building_id": 817, + "floor_level": "2.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73377, + "usage_id": 223 + }, + "5514.U1.850": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U850, Gruppenarbeitsraum", "arch_name": "U850@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53956", - "roomcode": "5514.U1.850", - "usage": 146 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=53966", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53956, + "usage_id": 146 + }, + "5514.U1.851": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U851, Ruheraum", "arch_name": "U851@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53966", - "roomcode": "5514.U1.851", - "usage": 44 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=53978", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53966, + "usage_id": 44 + }, + "5514.U1.852": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U852, B\u00fcro", "arch_name": "U852@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53978", - "roomcode": "5514.U1.852", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54094", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 39687, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53978, + "usage_id": 12 + }, + "5514.U1.853": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U853, WC", "arch_name": "U853@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54094", - "roomcode": "5514.U1.853", - "usage": 114 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54106", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54094, + "usage_id": 114 + }, + "5514.U1.854": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U854, Waschraum", "arch_name": "U854@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54106", - "roomcode": "5514.U1.854", - "usage": 210 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54119", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54106, + "usage_id": 210 + }, + "5514.U1.854M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U854m, Trockenraum", "arch_name": "U854m@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54119", - "roomcode": "5514.U1.854M", - "usage": 37 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54250", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54119, + "usage_id": 37 + }, + "5514.U1.855": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U855, Putzraum", "arch_name": "U855@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54250", - "roomcode": "5514.U1.855", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54257", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54250, + "usage_id": 205 + }, + "5514.U1.856": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U856, K\u00fcche", "arch_name": "U856@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54257", - "roomcode": "5514.U1.856", - "usage": 28 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54265", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54257, + "usage_id": 28 + }, + "5514.U1.857": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U857, Lager", "arch_name": "U857@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54265", - "roomcode": "5514.U1.857", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54275", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54265, + "usage_id": 30 + }, + "5514.U1.858": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U858, Abfall", "arch_name": "U858@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54275", - "roomcode": "5514.U1.858", - "usage": 214 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54283", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54275, + "usage_id": 214 + }, + "5514.U1.859": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U859, Ger\u00e4telager", "arch_name": "U859@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54283", - "roomcode": "5514.U1.859", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54412", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54283, + "usage_id": 30 + }, + "5514.U1.899E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899e, Kinderwagen / Gardarobe", "arch_name": "U899e@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54412", - "roomcode": "5514.U1.899E", - "usage": 121 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54420", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54412, + "usage_id": 121 + }, + "5514.U1.899F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899F, Flur/Wartebereich", "arch_name": "U899F@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54420", - "roomcode": "5514.U1.899F", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54433", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54420, + "usage_id": 222 + }, + "5514.U1.899N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899n, Windfang", "arch_name": "U899n@5514", - "b_area_id": 34, - "b_filter_id": 820, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54433", - "roomcode": "5514.U1.899N", - "usage": 52 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65077", + "area_id": 34, + "building_id": 820, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54433, + "usage_id": 52 + }, + "5515.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01501, WC-Damen", "arch_name": "01501@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65077", - "roomcode": "5515.EG.001", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65078", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65077, + "usage_id": 118 + }, + "5515.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01501A, WC-Vorraum Damen", "arch_name": "01501A@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65078", - "roomcode": "5515.EG.001A", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65079", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65078, + "usage_id": 118 + }, + "5515.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01502, B\u00fcro", "arch_name": "01502@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65079", - "roomcode": "5515.EG.002", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65080", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65079, + "usage_id": 12 + }, + "5515.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01503, B\u00fcro", "arch_name": "01503@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65080", - "roomcode": "5515.EG.003", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65081", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65080, + "usage_id": 12 + }, + "5515.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01504, B\u00fcro", "arch_name": "01504@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65081", - "roomcode": "5515.EG.004", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65082", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65081, + "usage_id": 12 + }, + "5515.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01505, Seminarraum", "arch_name": "01505@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=25502&cReadonly=J", - "extended": { - "additional_description": "01505, Seminarraum", - "address": "Boltzmannstr. 15(5515), Erdgescho\u00df", - "architect_room_nr": "01505@5515", - "area_m2": 35.69, - "building": "5515 Zentrum f\u00fcr Schl\u00fcsselkompetenzen", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65082", - "roomcode": "5515.EG.005", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65083", + "area_id": 34, + "building_id": 822, + "calendar_resource_nr": 25502, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65082, + "usage_id": 41 + }, + "5515.EG.099": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01599, Treppenhaus", "arch_name": "01599@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65083", - "roomcode": "5515.EG.099", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65084", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65083, + "usage_id": 223 + }, + "5515.EG.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01599B, Flur", "arch_name": "01599B@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65084", - "roomcode": "5515.EG.099B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=65085", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65084, + "usage_id": 222 + }, + "5515.EG.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "01599C, Balkon", "arch_name": "01599C@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65085", - "roomcode": "5515.EG.099C", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65075", + "area_id": 34, + "building_id": 822, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65085, + "usage_id": 219 + }, + "5515.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1501, WC-Herren", "arch_name": "U1501@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65075", - "roomcode": "5515.U1.001", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65076", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65075, + "usage_id": 115 + }, + "5515.U1.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1501A, WC-Vorraum Herren", "arch_name": "U1501A@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65076", - "roomcode": "5515.U1.001A", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65073", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65076, + "usage_id": 118 + }, + "5515.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1502, B\u00fcro", "arch_name": "U1502@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65073", - "roomcode": "5515.U1.002", - "usage": 12 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65074", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65073, + "usage_id": 12 + }, + "5515.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1503, Teek\u00fcche", "arch_name": "U1503@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65074", - "roomcode": "5515.U1.003", - "usage": 198 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65072", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65074, + "usage_id": 198 + }, + "5515.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1504, Besprechungsraum", "arch_name": "U1504@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65072", - "roomcode": "5515.U1.004", - "usage": 196 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65071", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65072, + "usage_id": 196 + }, + "5515.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1505, Seminarraum", "arch_name": "U1505@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=25522&cReadonly=J", - "extended": { - "additional_description": "U1505, Seminarraum", - "address": "Boltzmannstr. 15(5515), 1.Untergescho\u00df", - "architect_room_nr": "U1505@5515", - "area_m2": 35.69, - "building": "5515 Zentrum f\u00fcr Schl\u00fcsselkompetenzen", - "floor_number": "1.Untergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65071", - "roomcode": "5515.U1.005", - "usage": 41 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65069", + "area_id": 34, + "building_id": 822, + "calendar_resource_nr": 25522, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65071, + "usage_id": 41 + }, + "5515.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1506, Lager", "arch_name": "U1506@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65069", - "roomcode": "5515.U1.006", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65070", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65069, + "usage_id": 30 + }, + "5515.U1.098": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1598, Flur", "arch_name": "U1598@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65070", - "roomcode": "5515.U1.098", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65067", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65070, + "usage_id": 222 + }, + "5515.U1.099": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1599, Treppenhaus", "arch_name": "U1599@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65067", - "roomcode": "5515.U1.099", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65068", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65067, + "usage_id": 223 + }, + "5515.U1.099B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1599B, Flur", "arch_name": "U1599B@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65068", - "roomcode": "5515.U1.099B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=65098", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65068, + "usage_id": 222 + }, + "5515.U1.099C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1599C, Terrasse", "arch_name": "U1599C@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65098", - "roomcode": "5515.U1.099C", - "usage": 48 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73186", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65098, + "usage_id": 48 + }, + "5515.U1.1598": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1598, Installationsraum", "arch_name": "U1598@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73186", - "roomcode": "5515.U1.1598", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73187", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73186, + "usage_id": 120 + }, + "5515.U1.599D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U1599D, Treppe im Freien", "arch_name": "U1599D@5515", - "b_area_id": 34, - "b_filter_id": 822, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73187", - "roomcode": "5515.U1.599D", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59736", + "area_id": 34, + "building_id": 822, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73187, + "usage_id": 7 + }, + "5517.01.870M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1870M, Technik", "arch_name": "1870M@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59736", - "roomcode": "5517.01.870M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73222", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59736, + "usage_id": 120 + }, + "5517.01.871A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1871A, Gang, Weg im Freien", "arch_name": "1871A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73222", - "roomcode": "5517.01.871A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73223", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73222, + "usage_id": 219 + }, + "5517.01.871B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1871B, Gang, Weg im Freien", "arch_name": "1871B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73223", - "roomcode": "5517.01.871B", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59746", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73223, + "usage_id": 219 + }, + "5517.01.880M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1880M, Technik", "arch_name": "1880M@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59746", - "roomcode": "5517.01.880M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59750", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59746, + "usage_id": 120 + }, + "5517.01.898A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1898a, Schacht", "arch_name": "1898a@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59750", - "roomcode": "5517.01.898A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59755", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59750, + "usage_id": 120 + }, + "5517.01.898B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1898b, Schacht", "arch_name": "1898b@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59755", - "roomcode": "5517.01.898B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73234", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59755, + "usage_id": 120 + }, + "5517.01.899A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "Z.1899A, Treppe", "arch_name": "Z.1899A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73234", - "roomcode": "5517.01.899A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73224", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73234, + "usage_id": 223 + }, + "5517.01.899B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "Z.1899B, Flur", "arch_name": "Z.1899B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73224", - "roomcode": "5517.01.899B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73235", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73224, + "usage_id": 222 + }, + "5517.01.899C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "Z.1899C, Treppe", "arch_name": "Z.1899C@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73235", - "roomcode": "5517.01.899C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73225", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73235, + "usage_id": 223 + }, + "5517.01.899D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "Z.1899D, Flur", "arch_name": "Z.1899D@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73225", - "roomcode": "5517.01.899D", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73236", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73225, + "usage_id": 222 + }, + "5517.01.899E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "Z.1899E, Treppe", "arch_name": "Z.1899E@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73236", - "roomcode": "5517.01.899E", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59760", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73236, + "usage_id": 223 + }, + "5517.01.899J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1899J, Treppe", "arch_name": "1899J@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59760", - "roomcode": "5517.01.899J", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=59763", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59760, + "usage_id": 223 + }, + "5517.01.899K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1899K, Treppenhaus", "arch_name": "1899K@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59763", - "roomcode": "5517.01.899K", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.OG", - "address_link": "ris.einzelraum?raumkey=73233", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59763, + "usage_id": 223 + }, + "5517.01.899L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "1899L, Flur", "arch_name": "1899L@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73233", - "roomcode": "5517.01.899L", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59766", + "area_id": 34, + "building_id": 825, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73233, + "usage_id": 222 + }, + "5517.02.803": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2803, Technik-Verteilerebene 1", "arch_name": "2803@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59766", - "roomcode": "5517.02.803", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 2.OG", - "address_link": "ris.einzelraum?raumkey=59815", + "area_id": 34, + "building_id": 825, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59766, + "usage_id": 120 + }, + "5517.02.804": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "2804, Technik-Verteilerebene 2", "arch_name": "2804@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59815", - "roomcode": "5517.02.804", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59404", + "area_id": 34, + "building_id": 825, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59815, + "usage_id": 120 + }, + "5517.EG.870": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0870, Gasturbinen", "arch_name": "0870@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59404", - "roomcode": "5517.EG.870", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73246", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59404, + "usage_id": 194 + }, + "5517.EG.870L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0870L, WC-Herren Vorraum", "arch_name": "0870L@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73246", - "roomcode": "5517.EG.870L", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59412", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73246, + "usage_id": 118 + }, + "5517.EG.870M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0870m, Putzraum", "arch_name": "0870m@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59412", - "roomcode": "5517.EG.870M", - "usage": 205 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59416", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59412, + "usage_id": 205 + }, + "5517.EG.870N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0870N, WC-Herren", "arch_name": "0870N@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59416", - "roomcode": "5517.EG.870N", - "usage": 115 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59419", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59416, + "usage_id": 115 + }, + "5517.EG.870O": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0870O, WC-Damen", "arch_name": "0870O@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59419", - "roomcode": "5517.EG.870O", - "usage": 116 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73260", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59419, + "usage_id": 116 + }, + "5517.EG.870P": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0870P, WC-Damen Vorraum", "arch_name": "0870P@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73260", - "roomcode": "5517.EG.870P", - "usage": 118 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59425", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73260, + "usage_id": 118 + }, + "5517.EG.871": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0871, Str\u00f6mungsmaschinen Labor", "arch_name": "0871@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59425", - "roomcode": "5517.EG.871", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73245", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59425, + "usage_id": 194 + }, + "5517.EG.871A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0871A, Werkstatt", "arch_name": "0871A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73245", - "roomcode": "5517.EG.871A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59429", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73245, + "usage_id": 51 + }, + "5517.EG.872": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0872, Thermogasdynamik", "arch_name": "0872@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59429", - "roomcode": "5517.EG.872", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59432", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59429, + "usage_id": 194 + }, + "5517.EG.872A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0872A, Werkstatt", "arch_name": "0872A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59432", - "roomcode": "5517.EG.872A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59485", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59432, + "usage_id": 51 + }, + "5517.EG.873": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0873, Labor f. verbrenn. Forschung", "arch_name": "0873@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59485", - "roomcode": "5517.EG.873", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29430", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59485, + "usage_id": 194 + }, + "5517.EG.874": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0874, Labor f. verbrenn. Forschung", "arch_name": "0874@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29430", - "roomcode": "5517.EG.874", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59493", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29430, + "usage_id": 194 + }, + "5517.EG.874A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0874A, Werkstatt", "arch_name": "0874A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59493", - "roomcode": "5517.EG.874A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59496", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59493, + "usage_id": 51 + }, + "5517.EG.875": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0875, Labor f. Flammenforschung", "arch_name": "0875@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59496", - "roomcode": "5517.EG.875", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59499", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59496, + "usage_id": 194 + }, + "5517.EG.875A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0875A, Labor", "arch_name": "0875A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59499", - "roomcode": "5517.EG.875A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59505", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15315, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59499, + "usage_id": 194 + }, + "5517.EG.875B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0875B, Lager", "arch_name": "0875B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59505", - "roomcode": "5517.EG.875B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59510", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59505, + "usage_id": 30 + }, + "5517.EG.880": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0880, Kleingasturbine", "arch_name": "0880@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59510", - "roomcode": "5517.EG.880", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59513", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59510, + "usage_id": 194 + }, + "5517.EG.880M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0880M, Lager", "arch_name": "0880M@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59513", - "roomcode": "5517.EG.880M", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59569", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59513, + "usage_id": 30 + }, + "5517.EG.880N": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0880N, Installation", "arch_name": "0880N@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59569", - "roomcode": "5517.EG.880N", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59573", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59569, + "usage_id": 120 + }, + "5517.EG.881": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0881, Kleingasturbine", "arch_name": "0881@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59573", - "roomcode": "5517.EG.881", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59579", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59573, + "usage_id": 194 + }, + "5517.EG.881A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0881a, Messraum", "arch_name": "0881a@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59579", - "roomcode": "5517.EG.881A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59581", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59579, + "usage_id": 194 + }, + "5517.EG.882": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0882, Sto\u00dfwellenrohr", "arch_name": "0882@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59581", - "roomcode": "5517.EG.882", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29105", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59581, + "usage_id": 194 + }, + "5517.EG.882A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0882A, Messraum", "arch_name": "0882A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29105", - "roomcode": "5517.EG.882A", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59590", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29105, + "usage_id": 194 + }, + "5517.EG.883": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0883, \u00dcberschallwindkanal", "arch_name": "0883@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59590", - "roomcode": "5517.EG.883", - "usage": 194 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59595", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59590, + "usage_id": 194 + }, + "5517.EG.884": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0884, Laserlabor", "arch_name": "0884@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59595", - "roomcode": "5517.EG.884", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29108", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59595, + "usage_id": 103 + }, + "5517.EG.885": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0885, Laserlabor", "arch_name": "0885@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29108", - "roomcode": "5517.EG.885", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=29494", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29108, + "usage_id": 103 + }, + "5517.EG.886": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0886, Laserlabor", "arch_name": "0886@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29494", - "roomcode": "5517.EG.886", - "usage": 103 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59653", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29494, + "usage_id": 103 + }, + "5517.EG.887": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0887, Technikum", "arch_name": "0887@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59653", - "roomcode": "5517.EG.887", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59657", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59653, + "usage_id": 120 + }, + "5517.EG.888": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0888, Technik-Schaltraum", "arch_name": "0888@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59657", - "roomcode": "5517.EG.888", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59661", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59657, + "usage_id": 120 + }, + "5517.EG.898A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0898A, Schacht", "arch_name": "0898A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59661", - "roomcode": "5517.EG.898A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59665", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59661, + "usage_id": 120 + }, + "5517.EG.898B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0898B, Schacht", "arch_name": "0898B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59665", - "roomcode": "5517.EG.898B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73244", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59665, + "usage_id": 120 + }, + "5517.EG.899A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899A, Flur", "arch_name": "0899A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73244", - "roomcode": "5517.EG.899A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=73253", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73244, + "usage_id": 222 + }, + "5517.EG.899B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899B, Flur", "arch_name": "0899B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73253", - "roomcode": "5517.EG.899B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59669", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73253, + "usage_id": 222 + }, + "5517.EG.899J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899J, Flur", "arch_name": "0899J@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59669", - "roomcode": "5517.EG.899J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59671", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59669, + "usage_id": 222 + }, + "5517.EG.899K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0899K, Treppenhaus", "arch_name": "0899K@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59671", - "roomcode": "5517.EG.899K", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54574", + "area_id": 34, + "building_id": 825, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59671, + "usage_id": 223 + }, + "5517.U1.870": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U870, Technik", "arch_name": "U870@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54574", - "roomcode": "5517.U1.870", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73202", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54574, + "usage_id": 120 + }, + "5517.U1.870M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U870M, Installationsraum", "arch_name": "U870M@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73202", - "roomcode": "5517.U1.870M", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54579", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73202, + "usage_id": 120 + }, + "5517.U1.871": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U871, Technik", "arch_name": "U871@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54579", - "roomcode": "5517.U1.871", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54583", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54579, + "usage_id": 120 + }, + "5517.U1.872": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U872, Technik", "arch_name": "U872@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54583", - "roomcode": "5517.U1.872", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54586", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54583, + "usage_id": 120 + }, + "5517.U1.873": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U873, Technik", "arch_name": "U873@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54586", - "roomcode": "5517.U1.873", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54589", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54586, + "usage_id": 120 + }, + "5517.U1.874": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U874, Technik", "arch_name": "U874@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54589", - "roomcode": "5517.U1.874", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54593", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54589, + "usage_id": 120 + }, + "5517.U1.874A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U874A, Werkstatt", "arch_name": "U874A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54593", - "roomcode": "5517.U1.874A", - "usage": 51 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=54597", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54593, + "usage_id": 51 + }, + "5517.U1.874B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U874B, Technik", "arch_name": "U874B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54597", - "roomcode": "5517.U1.874B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55055", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54597, + "usage_id": 120 + }, + "5517.U1.874C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U874c, Technik", "arch_name": "U874c@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55055", - "roomcode": "5517.U1.874C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55061", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55055, + "usage_id": 120 + }, + "5517.U1.875": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U875, Technik", "arch_name": "U875@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55061", - "roomcode": "5517.U1.875", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55066", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55061, + "usage_id": 120 + }, + "5517.U1.880": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U880, Technik", "arch_name": "U880@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55066", - "roomcode": "5517.U1.880", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73203", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55066, + "usage_id": 120 + }, + "5517.U1.880M": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U880M, Flur", "arch_name": "U880M@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73203", - "roomcode": "5517.U1.880M", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55069", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73203, + "usage_id": 222 + }, + "5517.U1.881": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U881, Technik", "arch_name": "U881@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55069", - "roomcode": "5517.U1.881", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55074", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55069, + "usage_id": 120 + }, + "5517.U1.882": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U882, Technik", "arch_name": "U882@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55074", - "roomcode": "5517.U1.882", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55078", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55074, + "usage_id": 120 + }, + "5517.U1.883": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U883, Technik", "arch_name": "U883@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55078", - "roomcode": "5517.U1.883", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55081", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55078, + "usage_id": 120 + }, + "5517.U1.883A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U883A, Installation", "arch_name": "U883A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55081", - "roomcode": "5517.U1.883A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=55087", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55081, + "usage_id": 120 + }, + "5517.U1.884": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U884, Technik", "arch_name": "U884@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55087", - "roomcode": "5517.U1.884", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59317", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55087, + "usage_id": 120 + }, + "5517.U1.885": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U885, Technik", "arch_name": "U885@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59317", - "roomcode": "5517.U1.885", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59319", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59317, + "usage_id": 120 + }, + "5517.U1.886": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U886, Technik", "arch_name": "U886@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59319", - "roomcode": "5517.U1.886", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59325", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59319, + "usage_id": 120 + }, + "5517.U1.887": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U887, Technik", "arch_name": "U887@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59325", - "roomcode": "5517.U1.887", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59328", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59325, + "usage_id": 120 + }, + "5517.U1.888": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U888, Technik", "arch_name": "U888@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59328", - "roomcode": "5517.U1.888", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73204", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59328, + "usage_id": 120 + }, + "5517.U1.888A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U888A, Aufsichtsraum", "arch_name": "U888A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=24207", - "operator": "[ TUMWAPT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73204", - "roomcode": "5517.U1.888A", - "usage": 9 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73205", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 24207, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73204, + "usage_id": 9 + }, + "5517.U1.889K": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U889K, Treppenhaus", "arch_name": "U889K@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73205", - "roomcode": "5517.U1.889K", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73210", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73205, + "usage_id": 223 + }, + "5517.U1.898": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U898, Installationsraum", "arch_name": "U898@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73210", - "roomcode": "5517.U1.898", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59333", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73210, + "usage_id": 120 + }, + "5517.U1.898A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U898A, Installation", "arch_name": "U898A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59333", - "roomcode": "5517.U1.898A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59339", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59333, + "usage_id": 120 + }, + "5517.U1.899A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899A, Flur", "arch_name": "U899A@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59339", - "roomcode": "5517.U1.899A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59343", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59339, + "usage_id": 222 + }, + "5517.U1.899B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899B, Flur", "arch_name": "U899B@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59343", - "roomcode": "5517.U1.899B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59346", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59343, + "usage_id": 222 + }, + "5517.U1.899C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899C, Weg", "arch_name": "U899C@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59346", - "roomcode": "5517.U1.899C", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=59401", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59346, + "usage_id": 219 + }, + "5517.U1.899D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899D, Installation", "arch_name": "U899D@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59401", - "roomcode": "5517.U1.899D", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73206", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59401, + "usage_id": 120 + }, + "5517.U1.899E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899E, Treppe im Freien", "arch_name": "U899E@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73206", - "roomcode": "5517.U1.899E", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73207", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73206, + "usage_id": 7 + }, + "5517.U1.899F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899F, Treppe im Freien", "arch_name": "U899F@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73207", - "roomcode": "5517.U1.899F", - "usage": 7 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73209", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73207, + "usage_id": 7 + }, + "5517.U1.899G": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899G, Treppe", "arch_name": "U899G@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73209", - "roomcode": "5517.U1.899G", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73208", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73209, + "usage_id": 223 + }, + "5517.U1.899H": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899H, Treppe", "arch_name": "U899H@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73208", - "roomcode": "5517.U1.899H", - "usage": 223 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73211", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73208, + "usage_id": 223 + }, + "5517.U1.899J": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899J, Flur", "arch_name": "U899J@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73211", - "roomcode": "5517.U1.899J", - "usage": 222 - }, - { - "address": "Boltzmannstr. 15, 1.UG", - "address_link": "ris.einzelraum?raumkey=73201", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73211, + "usage_id": 222 + }, + "5517.U1.899L": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "U899L, Gang, Weg im Freien", "arch_name": "U899L@5517", - "b_area_id": 34, - "b_filter_id": 825, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73201", - "roomcode": "5517.U1.899L", - "usage": 219 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59819", + "area_id": 34, + "building_id": 825, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73201, + "usage_id": 219 + }, + "5518.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "001, Pumpenraum", "arch_name": "001@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59819", - "roomcode": "5518.EG.001", - "usage": 120 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59822", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59819, + "usage_id": 120 + }, + "5518.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "002, Elektroraum", "arch_name": "002@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59822", - "roomcode": "5518.EG.002", - "usage": 160 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59825", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59822, + "usage_id": 160 + }, + "5518.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "003, Verdampferraum", "arch_name": "003@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59825", - "roomcode": "5518.EG.003", - "usage": 201 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59828", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59825, + "usage_id": 201 + }, + "5518.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "004, Gasflaschenlager", "arch_name": "004@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59828", - "roomcode": "5518.EG.004", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59830", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59828, + "usage_id": 30 + }, + "5518.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "005, Gasflaschenlager", "arch_name": "005@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15315", - "operator": "[ TUMWLTD ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59830", - "roomcode": "5518.EG.005", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59833", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15315, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59830, + "usage_id": 30 + }, + "5518.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "006, Gasflaschenlager", "arch_name": "006@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15308", - "operator": "[ TULRLTF ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59833", - "roomcode": "5518.EG.006", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=59835", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15308, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59833, + "usage_id": 30 + }, + "5518.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "007, Gasflaschenlager", "arch_name": "007@5518", - "b_area_id": 34, - "b_filter_id": 827, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59835", - "roomcode": "5518.EG.007", - "usage": 30 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=66737", + "area_id": 34, + "building_id": 827, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59835, + "usage_id": 30 + }, + "5519.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0001, Versuchsfl\u00e4che I", "arch_name": "0001@5519", - "b_area_id": 34, - "b_filter_id": 1949, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66737", - "roomcode": "5519.EG.001", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=66738", + "area_id": 34, + "building_id": 1949, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66737, + "usage_id": 49 + }, + "5519.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0002, Versuchsfl\u00e4che II", "arch_name": "0002@5519", - "b_area_id": 34, - "b_filter_id": 1949, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66738", - "roomcode": "5519.EG.002", - "usage": 49 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=66739", + "area_id": 34, + "building_id": 1949, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66738, + "usage_id": 49 + }, + "5519.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0003, Fahrzeugfreifl\u00e4che vor Leichtbauhalle MW Gar", "arch_name": "0003@5519", - "b_area_id": 34, - "b_filter_id": 1949, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66739", - "roomcode": "5519.EG.003", - "usage": 218 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59857", + "area_id": 34, + "building_id": 1949, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66739, + "usage_id": 218 + }, + "5530.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "101, Seminarraum", "arch_name": "101@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": "tvKalender.wSicht?cOrg=19710&cRes=19097&cReadonly=J", - "extended": { - "additional_description": "101, Seminarraum", - "address": "Boltzmannstr. 17(5530), 1.Obergescho\u00df", - "architect_room_nr": "101@5530", - "area_m2": 55.59, - "building": "5530 IGSSE, Exzellenzzentrum Garching", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59857", - "roomcode": "5530.01.101", - "usage": 41 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59858", + "area_id": 34, + "building_id": 992, + "calendar_resource_nr": 19097, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59857, + "usage_id": 41 + }, + "5530.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "102, Besprechungsraum", "arch_name": "102@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": "tvKalender.wSicht?cOrg=19710&cRes=19651&cReadonly=J", - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59858", - "roomcode": "5530.01.102", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59859", + "area_id": 34, + "building_id": 992, + "calendar_resource_nr": 19651, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59858, + "usage_id": 196 + }, + "5530.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "103, Denkerzelle", "arch_name": "103@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59859", - "roomcode": "5530.01.103", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59860", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59859, + "usage_id": 12 + }, + "5530.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "104, Denkerzelle", "arch_name": "104@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59860", - "roomcode": "5530.01.104", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59861", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59860, + "usage_id": 12 + }, + "5530.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "105, Denkerzelle", "arch_name": "105@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59861", - "roomcode": "5530.01.105", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59862", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59861, + "usage_id": 12 + }, + "5530.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "106, Denkerzelle", "arch_name": "106@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59862", - "roomcode": "5530.01.106", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=61087", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59862, + "usage_id": 12 + }, + "5530.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "107, Kommunikationsfl\u00e4che", "arch_name": "107@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61087", - "roomcode": "5530.01.107", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59863", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61087, + "usage_id": 196 + }, + "5530.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "108, Besprechungsraum", "arch_name": "108@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": "tvKalender.wSicht?cOrg=19710&cRes=21704&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59863", - "roomcode": "5530.01.108", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59865", + "area_id": 34, + "building_id": 992, + "calendar_resource_nr": 21704, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59863, + "usage_id": 196 + }, + "5530.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "109, Treppe", "arch_name": "109@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59865", - "roomcode": "5530.01.109", - "usage": 223 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59866", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59865, + "usage_id": 223 + }, + "5530.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "110, Abstellraum", "arch_name": "110@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59866", - "roomcode": "5530.01.110", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59867", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59866, + "usage_id": 159 + }, + "5530.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "111, WC-Damen", "arch_name": "111@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59867", - "roomcode": "5530.01.111", - "usage": 116 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59869", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59867, + "usage_id": 116 + }, + "5530.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "112, WC-Herren", "arch_name": "112@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59869", - "roomcode": "5530.01.112", - "usage": 115 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59864", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Gie\u00dfharz", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59869, + "usage_id": 115 + }, + "5530.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "113, Abstellraum", "arch_name": "113@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59864", - "roomcode": "5530.01.113", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59868", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59864, + "usage_id": 159 + }, + "5530.01.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "114, K\u00fcche", "arch_name": "114@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59868", - "roomcode": "5530.01.114", - "usage": 28 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59870", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59868, + "usage_id": 28 + }, + "5530.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "115, Cafe-Treff", "arch_name": "115@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59870", - "roomcode": "5530.01.115", - "usage": 44 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59871", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59870, + "usage_id": 44 + }, + "5530.01.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "116, Flur", "arch_name": "116@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59871", - "roomcode": "5530.01.116", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59872", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59871, + "usage_id": 222 + }, + "5530.01.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "117, Verteiler/Flur", "arch_name": "117@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59872", - "roomcode": "5530.01.117", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 1.OG", - "address_link": "ris.einzelraum?raumkey=59873", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59872, + "usage_id": 222 + }, + "5530.01.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "118, Flur", "arch_name": "118@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59873", - "roomcode": "5530.01.118", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59874", + "area_id": 34, + "building_id": 992, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59873, + "usage_id": 222 + }, + "5530.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "201, Besprechungsraum", "arch_name": "201@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59874", - "roomcode": "5530.02.201", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59875", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59874, + "usage_id": 196 + }, + "5530.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "202, Service", "arch_name": "202@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59875", - "roomcode": "5530.02.202", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59876", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59875, + "usage_id": 12 + }, + "5530.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "203, Sekretariat", "arch_name": "203@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59876", - "roomcode": "5530.02.203", - "usage": 40 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59877", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59876, + "usage_id": 40 + }, + "5530.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "204, B\u00fcro", "arch_name": "204@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59877", - "roomcode": "5530.02.204", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59878", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59877, + "usage_id": 12 + }, + "5530.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "205, B\u00fcro", "arch_name": "205@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59878", - "roomcode": "5530.02.205", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59879", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59878, + "usage_id": 12 + }, + "5530.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "206, Sekretariat", "arch_name": "206@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59879", - "roomcode": "5530.02.206", - "usage": 40 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59880", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59879, + "usage_id": 40 + }, + "5530.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "207, Direktor", "arch_name": "207@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59880", - "roomcode": "5530.02.207", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59881", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59880, + "usage_id": 12 + }, + "5530.02.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "208, Kursmanagement", "arch_name": "208@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59881", - "roomcode": "5530.02.208", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59882", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59881, + "usage_id": 12 + }, + "5530.02.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "209, Veranstaltungsmanagement", "arch_name": "209@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59882", - "roomcode": "5530.02.209", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59883", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59882, + "usage_id": 12 + }, + "5530.02.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "210, Buchhaltung", "arch_name": "210@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59883", - "roomcode": "5530.02.210", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59884", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59883, + "usage_id": 12 + }, + "5530.02.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "211, Printcenter", "arch_name": "211@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59884", - "roomcode": "5530.02.211", - "usage": 110 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59885", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59884, + "usage_id": 110 + }, + "5530.02.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "212, Treppe", "arch_name": "212@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59885", - "roomcode": "5530.02.212", - "usage": 223 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59886", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59885, + "usage_id": 223 + }, + "5530.02.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "213, Abstellraum", "arch_name": "213@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59886", - "roomcode": "5530.02.213", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59888", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59886, + "usage_id": 159 + }, + "5530.02.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "214, WC-Damen", "arch_name": "214@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59888", - "roomcode": "5530.02.214", - "usage": 116 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59889", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59888, + "usage_id": 116 + }, + "5530.02.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "215, WC-Herren", "arch_name": "215@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59889", - "roomcode": "5530.02.215", - "usage": 115 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59887", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59889, + "usage_id": 115 + }, + "5530.02.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "216, Abstellraum", "arch_name": "216@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59887", - "roomcode": "5530.02.216", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59890", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59887, + "usage_id": 159 + }, + "5530.02.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "217, K\u00fcche", "arch_name": "217@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59890", - "roomcode": "5530.02.217", - "usage": 28 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59891", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59890, + "usage_id": 28 + }, + "5530.02.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "218, Cafe-Treff", "arch_name": "218@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59891", - "roomcode": "5530.02.218", - "usage": 44 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59892", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59891, + "usage_id": 44 + }, + "5530.02.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "219, Flur", "arch_name": "219@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59892", - "roomcode": "5530.02.219", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59893", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59892, + "usage_id": 222 + }, + "5530.02.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "220, Verteiler/Flur", "arch_name": "220@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59893", - "roomcode": "5530.02.220", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 2.OG", - "address_link": "ris.einzelraum?raumkey=59894", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59893, + "usage_id": 222 + }, + "5530.02.221": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "221, Flur", "arch_name": "221@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59894", - "roomcode": "5530.02.221", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=59898", + "area_id": 34, + "building_id": 992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59894, + "usage_id": 222 + }, + "5530.03.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "301, B\u00fcro", "arch_name": "301@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59898", - "roomcode": "5530.03.301", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=59895", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59898, + "usage_id": 12 + }, + "5530.03.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "302, B\u00fcro", "arch_name": "302@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59895", - "roomcode": "5530.03.302", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58842", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59895, + "usage_id": 12 + }, + "5530.03.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "303, Sekretariat", "arch_name": "303@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58842", - "roomcode": "5530.03.303", - "usage": 40 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58843", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58842, + "usage_id": 40 + }, + "5530.03.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "304, Direktor", "arch_name": "304@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58843", - "roomcode": "5530.03.304", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58844", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58843, + "usage_id": 12 + }, + "5530.03.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "305, B\u00fcro", "arch_name": "305@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58844", - "roomcode": "5530.03.305", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58846", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58844, + "usage_id": 12 + }, + "5530.03.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "306, B\u00fcro", "arch_name": "306@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58846", - "roomcode": "5530.03.306", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=64760", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58846, + "usage_id": 12 + }, + "5530.03.306A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "306A, B\u00fcro", "arch_name": "306A@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64760", - "roomcode": "5530.03.306A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58845", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64760, + "usage_id": 12 + }, + "5530.03.307": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "307, B\u00fcro", "arch_name": "307@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=47957", - "operator": "[ TUZVSCH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58845", - "roomcode": "5530.03.307", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=64759", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 47957, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58845, + "usage_id": 12 + }, + "5530.03.307A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "307A, B\u00fcro", "arch_name": "307A@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=26608", - "operator": "[ TUZEIO2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64759", - "roomcode": "5530.03.307A", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58848", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 26608, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64759, + "usage_id": 12 + }, + "5530.03.308": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "308, B\u00fcro", "arch_name": "308@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58848", - "roomcode": "5530.03.308", - "usage": 12 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58849", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58848, + "usage_id": 12 + }, + "5530.03.309": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "309, Printcenter", "arch_name": "309@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58849", - "roomcode": "5530.03.309", - "usage": 110 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=64758", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58849, + "usage_id": 110 + }, + "5530.03.309A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "309A, Besprechungsraum", "arch_name": "309A@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14442", - "operator": "[ TUZESPR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64758", - "roomcode": "5530.03.309A", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58850", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64758, + "usage_id": 196 + }, + "5530.03.310": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "310, Treppe", "arch_name": "310@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58850", - "roomcode": "5530.03.310", - "usage": 223 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58851", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58850, + "usage_id": 223 + }, + "5530.03.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "311, Abstellraum", "arch_name": "311@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58851", - "roomcode": "5530.03.311", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58855", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58851, + "usage_id": 159 + }, + "5530.03.312": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "312, WC-Damen", "arch_name": "312@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58855", - "roomcode": "5530.03.312", - "usage": 116 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58856", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58855, + "usage_id": 116 + }, + "5530.03.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "313, WC-Herren", "arch_name": "313@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58856", - "roomcode": "5530.03.313", - "usage": 115 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58852", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58856, + "usage_id": 115 + }, + "5530.03.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "314, Abstellraum", "arch_name": "314@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58852", - "roomcode": "5530.03.314", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58853", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58852, + "usage_id": 159 + }, + "5530.03.315": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "315, K\u00fcche", "arch_name": "315@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58853", - "roomcode": "5530.03.315", - "usage": 28 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58854", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58853, + "usage_id": 28 + }, + "5530.03.316": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "316, Cafe-Treff", "arch_name": "316@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58854", - "roomcode": "5530.03.316", - "usage": 44 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58857", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58854, + "usage_id": 44 + }, + "5530.03.317": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "317, Flur", "arch_name": "317@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58857", - "roomcode": "5530.03.317", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58858", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58857, + "usage_id": 222 + }, + "5530.03.318": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "318, Verteiler/Flur", "arch_name": "318@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58858", - "roomcode": "5530.03.318", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58859", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58858, + "usage_id": 222 + }, + "5530.03.319": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "319, Kommunikationsfl\u00e4che", "arch_name": "319@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58859", - "roomcode": "5530.03.319", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58860", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58859, + "usage_id": 196 + }, + "5530.03.320": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "320, Vorzone/Flur", "arch_name": "320@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58860", - "roomcode": "5530.03.320", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, 3.OG", - "address_link": "ris.einzelraum?raumkey=58847", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58860, + "usage_id": 222 + }, + "5530.03.321": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "321, Kommunikationsfl\u00e4che", "arch_name": "321@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19660", - "operator": "[ TUZVHR2 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58847", - "roomcode": "5530.03.321", - "usage": 196 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=62856", + "area_id": 34, + "building_id": 992, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19660, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58847, + "usage_id": 196 + }, + "5530.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "001, KHG und EHG Sakralraum", "arch_name": "001@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62856", - "roomcode": "5530.EG.001", - "usage": 129 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59808", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62856, + "usage_id": 129 + }, + "5530.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "002, Foyer 1", "arch_name": "002@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59808", - "roomcode": "5530.EG.002", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59809", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59808, + "usage_id": 222 + }, + "5530.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "003, Seminarraum/Foyer", "arch_name": "003@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=18706&cReadonly=J", - "extended": { - "additional_description": "003, Seminarraum/Foyer", - "address": "Boltzmannstr. 17(5530), Erdgescho\u00df", - "architect_room_nr": "003@5530", - "area_m2": 99.36, - "building": "5530 IGSSE, Exzellenzzentrum Garching", - "floor_number": "Erdgescho\u00df", - "floor_type": "Stein", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59809", - "roomcode": "5530.EG.003", - "usage": 41 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59810", + "area_id": 34, + "building_id": 992, + "calendar_resource_nr": 18706, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59809, + "usage_id": 41 + }, + "5530.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "004, Stuhllager", "arch_name": "004@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59810", - "roomcode": "5530.EG.004", - "usage": 30 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59811", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59810, + "usage_id": 30 + }, + "5530.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "005, Beh.-WC / Wickeltisch", "arch_name": "005@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59811", - "roomcode": "5530.EG.005", - "usage": 117 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=62857", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59811, + "usage_id": 117 + }, + "5530.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "006, Empfang", "arch_name": "006@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62857", - "roomcode": "5530.EG.006", - "usage": 164 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=62858", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62857, + "usage_id": 164 + }, + "5530.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "007, Vorbereitung/Catering", "arch_name": "007@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62858", - "roomcode": "5530.EG.007", - "usage": 28 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59812", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62858, + "usage_id": 28 + }, + "5530.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "008, WC-Herren", "arch_name": "008@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59812", - "roomcode": "5530.EG.008", - "usage": 115 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59813", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59812, + "usage_id": 115 + }, + "5530.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "009, WC-Damen", "arch_name": "009@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59813", - "roomcode": "5530.EG.009", - "usage": 116 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59814", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59813, + "usage_id": 116 + }, + "5530.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "010, WC-Vorraum", "arch_name": "010@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59814", - "roomcode": "5530.EG.010", - "usage": 37 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59850", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59814, + "usage_id": 37 + }, + "5530.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "011, Flur", "arch_name": "011@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59850", - "roomcode": "5530.EG.011", - "usage": 222 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59851", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59850, + "usage_id": 222 + }, + "5530.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "012, Treppe", "arch_name": "012@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59851", - "roomcode": "5530.EG.012", - "usage": 223 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59852", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59851, + "usage_id": 223 + }, + "5530.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "013, Treppe", "arch_name": "013@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59852", - "roomcode": "5530.EG.013", - "usage": 223 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59853", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59852, + "usage_id": 223 + }, + "5530.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "014, Abstellbereich", "arch_name": "014@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19710", - "operator": "[ TUGSSSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59853", - "roomcode": "5530.EG.014", - "usage": 159 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59854", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19710, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59853, + "usage_id": 159 + }, + "5530.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "015, Haustechnik", "arch_name": "015@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59854", - "roomcode": "5530.EG.015", - "usage": 120 - }, - { - "address": "Boltzmannstr. 17, EG", - "address_link": "ris.einzelraum?raumkey=59855", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59854, + "usage_id": 120 + }, + "5530.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "016, Haustechnik", "arch_name": "016@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59855", - "roomcode": "5530.EG.016", - "usage": 120 - }, - { - "address": "Boltzmannstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59805", + "area_id": 34, + "building_id": 992, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59855, + "usage_id": 120 + }, + "5530.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "UZ01, Haustechnik", "arch_name": "UZ01@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59805", - "roomcode": "5530.U1.001", - "usage": 120 - }, - { - "address": "Boltzmannstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59806", + "area_id": 34, + "building_id": 992, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59805, + "usage_id": 120 + }, + "5530.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "UZ02, Aufzugsmaschinenraum", "arch_name": "UZ02@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59806", - "roomcode": "5530.U1.002", - "usage": 5 - }, - { - "address": "Boltzmannstr. 17, 1.UG", - "address_link": "ris.einzelraum?raumkey=59807", + "area_id": 34, + "building_id": 992, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59806, + "usage_id": 5 + }, + "5530.U1.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "alt_name": "UZ30, Aufzug", "arch_name": "UZ30@5530", - "b_area_id": 34, - "b_filter_id": 992, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59807", - "roomcode": "5530.U1.030", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61720", + "area_id": 34, + "building_id": 992, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59807, + "usage_id": 4 + }, + "5531.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0001, Nebenraum 1", "arch_name": "0001@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61720", - "roomcode": "5531.EG.001", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61721", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61720, + "usage_id": 53 + }, + "5531.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0002, Gruppenraum 1", "arch_name": "0002@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61721", - "roomcode": "5531.EG.002", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61722", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61721, + "usage_id": 53 + }, + "5531.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0003, WC", "arch_name": "0003@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61722", - "roomcode": "5531.EG.003", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61723", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61722, + "usage_id": 114 + }, + "5531.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0004, Galerie", "arch_name": "0004@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61723", - "roomcode": "5531.EG.004", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61724", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61723, + "usage_id": 206 + }, + "5531.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0005, Galerie", "arch_name": "0005@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61724", - "roomcode": "5531.EG.005", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61725", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61724, + "usage_id": 206 + }, + "5531.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0006, Gruppenraum 2", "arch_name": "0006@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61725", - "roomcode": "5531.EG.006", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61726", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61725, + "usage_id": 53 + }, + "5531.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0007, Nebenraum 2", "arch_name": "0007@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61726", - "roomcode": "5531.EG.007", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61727", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61726, + "usage_id": 53 + }, + "5531.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0008, WC", "arch_name": "0008@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61727", - "roomcode": "5531.EG.008", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61728", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61727, + "usage_id": 114 + }, + "5531.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0009, Haustechnik 1", "arch_name": "0009@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61728", - "roomcode": "5531.EG.009", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61729", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61728, + "usage_id": 120 + }, + "5531.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0010, Haustechnik 2", "arch_name": "0010@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61729", - "roomcode": "5531.EG.010", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61730", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61729, + "usage_id": 120 + }, + "5531.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0011, Lager MZR", "arch_name": "0011@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61730", - "roomcode": "5531.EG.011", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61731", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61730, + "usage_id": 30 + }, + "5531.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0012, Mehrzweckraum", "arch_name": "0012@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "extended": { - "additional_description": "0012, Mehrzweckraum", - "address": "Lichtenbergstr. 9(5531), Erdgescho\u00df", - "architect_room_nr": "0012@5531", - "area_m2": 59.3, - "building": "5531 Ingeborg Ortner-Kinderhaus", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61731", - "roomcode": "5531.EG.012", - "usage": 130 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61732", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61731, + "usage_id": 130 + }, + "5531.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0013, Flur/Gardarobe", "arch_name": "0013@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61732", - "roomcode": "5531.EG.013", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=62770", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61732, + "usage_id": 222 + }, + "5531.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0014, Foyer", "arch_name": "0014@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62770", - "roomcode": "5531.EG.014", - "usage": 15 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61733", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62770, + "usage_id": 15 + }, + "5531.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0015, Windfang/Kinderwagen", "arch_name": "0015@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61733", - "roomcode": "5531.EG.015", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61734", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61733, + "usage_id": 52 + }, + "5531.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0016, B\u00fcro", "arch_name": "0016@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61734", - "roomcode": "5531.EG.016", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61735", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61734, + "usage_id": 12 + }, + "5531.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0017, K\u00fcche", "arch_name": "0017@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61735", - "roomcode": "5531.EG.017", - "usage": 28 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61736", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61735, + "usage_id": 28 + }, + "5531.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0018, Lager K\u00fcche", "arch_name": "0018@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61736", - "roomcode": "5531.EG.018", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61737", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61736, + "usage_id": 30 + }, + "5531.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0019, M\u00fcllraum", "arch_name": "0019@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61737", - "roomcode": "5531.EG.019", - "usage": 214 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61738", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61737, + "usage_id": 214 + }, + "5531.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0020, ELT 2", "arch_name": "0020@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61738", - "roomcode": "5531.EG.020", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61739", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61738, + "usage_id": 160 + }, + "5531.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0021, ELT 1", "arch_name": "0021@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61739", - "roomcode": "5531.EG.021", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61746", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61739, + "usage_id": 160 + }, + "5531.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0022, Schmutzw\u00e4sche", "arch_name": "0022@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61746", - "roomcode": "5531.EG.022", - "usage": 181 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61749", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61746, + "usage_id": 181 + }, + "5531.EG.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0022A, Reinw\u00e4sche", "arch_name": "0022A@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61749", - "roomcode": "5531.EG.022A", - "usage": 181 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61747", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61749, + "usage_id": 181 + }, + "5531.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0023, B\u00fcro", "arch_name": "0023@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61747", - "roomcode": "5531.EG.023", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61748", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61747, + "usage_id": 12 + }, + "5531.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0024, Dusche", "arch_name": "0024@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61748", - "roomcode": "5531.EG.024", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61750", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61748, + "usage_id": 113 + }, + "5531.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0025, WC-Personal", "arch_name": "0025@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61750", - "roomcode": "5531.EG.025", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61751", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61750, + "usage_id": 114 + }, + "5531.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0026, Beh.-WC / Personal", "arch_name": "0026@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61751", - "roomcode": "5531.EG.026", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61752", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61751, + "usage_id": 117 + }, + "5531.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0027, Flur/Gardaroben", "arch_name": "0027@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61752", - "roomcode": "5531.EG.027", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61753", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61752, + "usage_id": 222 + }, + "5531.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0028, Nebenraum 3", "arch_name": "0028@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61753", - "roomcode": "5531.EG.028", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61754", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61753, + "usage_id": 53 + }, + "5531.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0029, WC", "arch_name": "0029@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61754", - "roomcode": "5531.EG.029", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61755", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61754, + "usage_id": 114 + }, + "5531.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0030, Gruppenraum 3", "arch_name": "0030@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61755", - "roomcode": "5531.EG.030", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61756", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61755, + "usage_id": 53 + }, + "5531.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0031, Galerie", "arch_name": "0031@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61756", - "roomcode": "5531.EG.031", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61757", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61756, + "usage_id": 206 + }, + "5531.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0032, Galerie", "arch_name": "0032@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61757", - "roomcode": "5531.EG.032", - "usage": 206 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61758", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61757, + "usage_id": 206 + }, + "5531.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0033, Gruppenraum 4", "arch_name": "0033@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61758", - "roomcode": "5531.EG.033", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61759", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61758, + "usage_id": 53 + }, + "5531.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0034, Nebenraum 4", "arch_name": "0034@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61759", - "roomcode": "5531.EG.034", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 9, EG", - "address_link": "ris.einzelraum?raumkey=61760", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61759, + "usage_id": 53 + }, + "5531.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "alt_name": "0035, WC", "arch_name": "0035@5531", - "b_area_id": 34, - "b_filter_id": 1165, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61760", - "roomcode": "5531.EG.035", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69083", + "area_id": 34, + "building_id": 1165, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61760, + "usage_id": 114 + }, + "5532.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.101, Lernraum", "arch_name": "1.101@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29835&cReadonly=J", - "list_index": "39", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69083", - "roomcode": "5532.01.101", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69084", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29835, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69083, + "usage_id": 208 + }, + "5532.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.102, Gruppenarbeitsraum", "arch_name": "1.102@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29836&cReadonly=J", - "extended": { - "additional_description": "1.102, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 1.Obergescho\u00df", - "architect_room_nr": "1.102@5532", - "area_m2": 12.24, - "building": "5532 StudiTUM-Garching", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "102", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69084", - "roomcode": "5532.01.102", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69064", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29836, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69084, + "usage_id": 131 + }, + "5532.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.103, Gruppenarbeitsraum", "arch_name": "1.103@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29837&cReadonly=J", - "extended": { - "additional_description": "1.103, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 1.Obergescho\u00df", - "architect_room_nr": "1.103@5532", - "area_m2": 12.44, - "building": "5532 StudiTUM-Garching", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "103", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69064", - "roomcode": "5532.01.103", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69065", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29837, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69064, + "usage_id": 131 + }, + "5532.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.104, StudiTUM-B\u00fcro", "arch_name": "1.104@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29838&cReadonly=J", - "list_index": "42", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69065", - "roomcode": "5532.01.104", - "usage": 12 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69038", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29838, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69065, + "usage_id": 12 + }, + "5532.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.105, A StA-Besprechungsraum", "arch_name": "1.105@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29839&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69038", - "roomcode": "5532.01.105", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69039", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29839, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69038, + "usage_id": 196 + }, + "5532.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.106, Gruppenarbeitsraum", "arch_name": "1.106@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29840&cReadonly=J", - "extended": { - "additional_description": "1.106, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 1.Obergescho\u00df", - "architect_room_nr": "1.106@5532", - "area_m2": 18.27, - "building": "5532 StudiTUM-Garching", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "106", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69039", - "roomcode": "5532.01.106", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69040", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29840, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69039, + "usage_id": 131 + }, + "5532.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.107, Gruppenarbeitsraum", "arch_name": "1.107@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29841&cReadonly=J", - "extended": { - "additional_description": "1.107, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 1.Obergescho\u00df", - "architect_room_nr": "1.107@5532", - "area_m2": 17.98, - "building": "5532 StudiTUM-Garching", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69040", - "roomcode": "5532.01.107", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69041", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29841, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69040, + "usage_id": 131 + }, + "5532.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.108, Kommunikation", "arch_name": "1.108@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69041", - "roomcode": "5532.01.108", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69048", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69041, + "usage_id": 196 + }, + "5532.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.110, WC / Wickeltisch", "arch_name": "1.110@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69048", - "roomcode": "5532.01.110", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69049", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69048, + "usage_id": 114 + }, + "5532.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.111, WC", "arch_name": "1.111@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69049", - "roomcode": "5532.01.111", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69066", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69049, + "usage_id": 114 + }, + "5532.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.112, Stillarbeitsraum", "arch_name": "1.112@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29872&cReadonly=J", - "list_index": "49", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69066", - "roomcode": "5532.01.112", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69067", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29872, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69066, + "usage_id": 208 + }, + "5532.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.113, Stillarbeitsraum", "arch_name": "1.113@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29873&cReadonly=J", - "list_index": "50", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69067", - "roomcode": "5532.01.113", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69042", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29873, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69067, + "usage_id": 208 + }, + "5532.01.171": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.171, Treppenhaus", "arch_name": "1.171@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69042", - "roomcode": "5532.01.171", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69043", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69042, + "usage_id": 223 + }, + "5532.01.172": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.172, Flur", "arch_name": "1.172@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69043", - "roomcode": "5532.01.172", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69044", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69043, + "usage_id": 222 + }, + "5532.01.191": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.191, Schacht-Pers.Auf.", "arch_name": "1.191@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69044", - "roomcode": "5532.01.191", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69045", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69044, + "usage_id": 195 + }, + "5532.01.192": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.192, Schacht-Elt.", "arch_name": "1.192@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69045", - "roomcode": "5532.01.192", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69046", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69045, + "usage_id": 120 + }, + "5532.01.193": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.193, Schacht-Elt.", "arch_name": "1.193@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69046", - "roomcode": "5532.01.193", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=69047", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69046, + "usage_id": 120 + }, + "5532.01.194": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "1.194, Schacht-Elt.", "arch_name": "1.194@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69047", - "roomcode": "5532.01.194", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69050", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69047, + "usage_id": 120 + }, + "5532.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.201, Lernraum", "arch_name": "2.201@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29842&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69050", - "roomcode": "5532.02.201", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69076", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29842, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69050, + "usage_id": 208 + }, + "5532.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.202, Gruppenarbeitsraum", "arch_name": "2.202@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29843&cReadonly=J", - "extended": { - "additional_description": "2.202, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 2.Obergescho\u00df", - "architect_room_nr": "2.202@5532", - "area_m2": 12.24, - "building": "5532 StudiTUM-Garching", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69076", - "roomcode": "5532.02.202", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69075", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29843, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69076, + "usage_id": 131 + }, + "5532.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.203, Gruppenarbeitsraum", "arch_name": "2.203@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29844&cReadonly=J", - "extended": { - "additional_description": "2.203, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 2.Obergescho\u00df", - "architect_room_nr": "2.203@5532", - "area_m2": 12.44, - "building": "5532 StudiTUM-Garching", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69075", - "roomcode": "5532.02.203", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69051", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29844, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69075, + "usage_id": 131 + }, + "5532.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.204, Ruheraum", "arch_name": "2.204@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29845&cReadonly=J", - "list_index": "60", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69051", - "roomcode": "5532.02.204", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69068", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29845, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69051, + "usage_id": 44 + }, + "5532.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.205, Gruppenarbeitsraum", "arch_name": "2.205@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29846&cReadonly=J", - "extended": { - "additional_description": "2.205, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 2.Obergescho\u00df", - "architect_room_nr": "2.205@5532", - "area_m2": 17.98, - "building": "5532 StudiTUM-Garching", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "205", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69068", - "roomcode": "5532.02.205", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69069", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29846, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69068, + "usage_id": 131 + }, + "5532.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.206, Gruppenarbeitsraum", "arch_name": "2.206@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29847&cReadonly=J", - "extended": { - "additional_description": "2.206, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 2.Obergescho\u00df", - "architect_room_nr": "2.206@5532", - "area_m2": 18.27, - "building": "5532 StudiTUM-Garching", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "206", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69069", - "roomcode": "5532.02.206", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69070", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29847, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69069, + "usage_id": 131 + }, + "5532.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.207, Gruppenarbeitsraum", "arch_name": "2.207@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29848&cReadonly=J", - "extended": { - "additional_description": "2.207, Gruppenarbeitsraum", - "address": "Lichtenbergstr. 3(5532), 2.Obergescho\u00df", - "architect_room_nr": "2.207@5532", - "area_m2": 17.98, - "building": "5532 StudiTUM-Garching", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "207", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69070", - "roomcode": "5532.02.207", - "usage": 131 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69081", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29848, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69070, + "usage_id": 131 + }, + "5532.02.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.208, Kommunikation", "arch_name": "2.208@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69081", - "roomcode": "5532.02.208", - "usage": 196 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69071", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69081, + "usage_id": 196 + }, + "5532.02.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.210, WC-Herren", "arch_name": "2.210@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69071", - "roomcode": "5532.02.210", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69072", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69071, + "usage_id": 115 + }, + "5532.02.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.211, WC", "arch_name": "2.211@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69072", - "roomcode": "5532.02.211", - "usage": 114 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69077", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69072, + "usage_id": 114 + }, + "5532.02.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.212, Stillarbeitsraum", "arch_name": "2.212@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29849&cReadonly=J", - "list_index": "67", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69077", - "roomcode": "5532.02.212", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69082", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29849, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69077, + "usage_id": 208 + }, + "5532.02.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.213, Stillarbeitsraum", "arch_name": "2.213@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29850&cReadonly=J", - "list_index": "68", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69082", - "roomcode": "5532.02.213", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69078", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29850, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69082, + "usage_id": 208 + }, + "5532.02.271": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.271, Treppenhaus", "arch_name": "2.271@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69078", - "roomcode": "5532.02.271", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69052", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69078, + "usage_id": 223 + }, + "5532.02.272": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.272, Flur", "arch_name": "2.272@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69052", - "roomcode": "5532.02.272", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69053", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69052, + "usage_id": 222 + }, + "5532.02.291": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.291, Schacht f. Pers.", "arch_name": "2.291@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69053", - "roomcode": "5532.02.291", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69054", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69053, + "usage_id": 195 + }, + "5532.02.292": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.292, Schacht Elt.", "arch_name": "2.292@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69054", - "roomcode": "5532.02.292", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69055", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69054, + "usage_id": 120 + }, + "5532.02.293": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.293, Schacht Elt.", "arch_name": "2.293@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69055", - "roomcode": "5532.02.293", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=69056", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69055, + "usage_id": 120 + }, + "5532.02.294": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "2.294, Schacht Elt.", "arch_name": "2.294@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69056", - "roomcode": "5532.02.294", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69079", + "area_id": 34, + "building_id": 2229, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69056, + "usage_id": 120 + }, + "5532.03.301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.301, Lager", "arch_name": "3.301@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69079", - "roomcode": "5532.03.301", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69080", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69079, + "usage_id": 30 + }, + "5532.03.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.302, Multifunktion", "arch_name": "3.302@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29852&cReadonly=J", - "extended": { - "additional_description": "3.302, Multifunktion", - "address": "Lichtenbergstr. 3(5532), 3.Obergescho\u00df", - "architect_room_nr": "3.302@5532", - "area_m2": 64.32, - "building": "5532 StudiTUM-Garching", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "302", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69080", - "roomcode": "5532.03.302", - "usage": 130 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69061", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29852, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69080, + "usage_id": 130 + }, + "5532.03.303": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.303, WC-Damen", "arch_name": "3.303@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69061", - "roomcode": "5532.03.303", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69062", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69061, + "usage_id": 116 + }, + "5532.03.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.304, WC-Herren", "arch_name": "3.304@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69062", - "roomcode": "5532.03.304", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69057", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69062, + "usage_id": 115 + }, + "5532.03.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.305, Familienzimmer", "arch_name": "3.305@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29853&cReadonly=J", - "list_index": "79", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69057", - "roomcode": "5532.03.305", - "usage": 53 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69058", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29853, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69057, + "usage_id": 53 + }, + "5532.03.371": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.371, Treppenhaus", "arch_name": "3.371@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69058", - "roomcode": "5532.03.371", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69059", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69058, + "usage_id": 223 + }, + "5532.03.391": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.391, Schacht f. Pers.", "arch_name": "3.391@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69059", - "roomcode": "5532.03.391", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69060", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69059, + "usage_id": 195 + }, + "5532.03.392": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.392, Schacht Elt.", "arch_name": "3.392@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69060", - "roomcode": "5532.03.392", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69063", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69060, + "usage_id": 120 + }, + "5532.03.398": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "3.398, Terrasse", "arch_name": "3.398@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69063", - "roomcode": "5532.03.398", - "usage": 48 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68810", + "area_id": 34, + "building_id": 2229, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69063, + "usage_id": 48 + }, + "5532.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.001, Foyer", "arch_name": "0.001@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29832&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68810", - "roomcode": "5532.EG.001", - "usage": 44 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68811", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29832, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68810, + "usage_id": 44 + }, + "5532.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.002, Lehr-/ Seminarraum", "arch_name": "0.002@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29833&cReadonly=J", - "extended": { - "additional_description": "0.002, Lehr-/ Seminarraum", - "address": "Lichtenbergstr. 3(5532), Erdgescho\u00df", - "architect_room_nr": "0.002@5532", - "area_m2": 123.04, - "building": "5532 StudiTUM-Garching", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 46, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68811", - "roomcode": "5532.EG.002", - "usage": 41 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68816", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29833, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 46, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68811, + "usage_id": 41 + }, + "5532.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.003, Studierlounge", "arch_name": "0.003@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29834&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68816", - "roomcode": "5532.EG.003", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68817", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29834, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": 46, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68816, + "usage_id": 208 + }, + "5532.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.071, Eingang/Treppenhaus", "arch_name": "0.071@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68817", - "roomcode": "5532.EG.071", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68818", + "area_id": 34, + "building_id": 2229, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68817, + "usage_id": 223 + }, + "5532.EG.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.072, Windfang", "arch_name": "0.072@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68818", - "roomcode": "5532.EG.072", - "usage": 52 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68821", + "area_id": 34, + "building_id": 2229, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68818, + "usage_id": 52 + }, + "5532.EG.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.091, Personenaufzugschacht", "arch_name": "0.091@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68821", - "roomcode": "5532.EG.091", - "usage": 195 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68824", + "area_id": 34, + "building_id": 2229, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68821, + "usage_id": 195 + }, + "5532.EG.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.092, ELT.-Schacht", "arch_name": "0.092@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68824", - "roomcode": "5532.EG.092", - "usage": 38 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68822", + "area_id": 34, + "building_id": 2229, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68824, + "usage_id": 38 + }, + "5532.EG.093": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.093, ELT.-Schacht", "arch_name": "0.093@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68822", - "roomcode": "5532.EG.093", - "usage": 38 - }, - { - "address": "Lichtenbergstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68823", + "area_id": 34, + "building_id": 2229, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68822, + "usage_id": 38 + }, + "5532.EG.094": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "0.094, Schacht HLS", "arch_name": "0.094@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68823", - "roomcode": "5532.EG.094", - "usage": 38 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68815", + "area_id": 34, + "building_id": 2229, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68823, + "usage_id": 38 + }, + "5532.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.001, Aufzugs.masch.", "arch_name": "U.001@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68815", - "roomcode": "5532.U1.001", - "usage": 5 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68797", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68815, + "usage_id": 5 + }, + "5532.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.002, BMA", "arch_name": "U.002@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68797", - "roomcode": "5532.U1.002", - "usage": 120 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68806", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68797, + "usage_id": 120 + }, + "5532.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.003, Batterie", "arch_name": "U.003@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68806", - "roomcode": "5532.U1.003", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68807", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68806, + "usage_id": 160 + }, + "5532.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.004, Elektroversorgung", "arch_name": "U.004@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68807", - "roomcode": "5532.U1.004", - "usage": 160 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68808", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68807, + "usage_id": 160 + }, + "5532.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.005, Lager", "arch_name": "U.005@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68808", - "roomcode": "5532.U1.005", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68809", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68808, + "usage_id": 30 + }, + "5532.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.006, Wasserversorgung", "arch_name": "U.006@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68809", - "roomcode": "5532.U1.006", - "usage": 183 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68798", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68809, + "usage_id": 183 + }, + "5532.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.007, Fernw\u00e4rme", "arch_name": "U.007@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68798", - "roomcode": "5532.U1.007", - "usage": 54 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68814", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68798, + "usage_id": 54 + }, + "5532.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.008, L\u00fcftungszentrale", "arch_name": "U.008@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68814", - "roomcode": "5532.U1.008", - "usage": 32 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68813", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68814, + "usage_id": 32 + }, + "5532.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.009, Hebeanlage", "arch_name": "U.009@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68813", - "roomcode": "5532.U1.009", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68804", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68813, + "usage_id": 4 + }, + "5532.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.010, WC-Damen", "arch_name": "U.010@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68804", - "roomcode": "5532.U1.010", - "usage": 116 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68819", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68804, + "usage_id": 116 + }, + "5532.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.011, WC-Vorraum Damen", "arch_name": "U.011@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68819", - "roomcode": "5532.U1.011", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68805", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68819, + "usage_id": 118 + }, + "5532.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.012, Duschen", "arch_name": "U.012@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68805", - "roomcode": "5532.U1.012", - "usage": 113 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68803", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68805, + "usage_id": 113 + }, + "5532.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.013, WC-Herren", "arch_name": "U.013@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68803", - "roomcode": "5532.U1.013", - "usage": 115 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68802", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68803, + "usage_id": 115 + }, + "5532.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.014, WC-Vorraum Herren", "arch_name": "U.014@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68802", - "roomcode": "5532.U1.014", - "usage": 118 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68812", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68802, + "usage_id": 118 + }, + "5532.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.015, Beh.-WC / Wickeltisch", "arch_name": "U.015@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68812", - "roomcode": "5532.U1.015", - "usage": 117 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68801", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68812, + "usage_id": 117 + }, + "5532.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.016, Putzraum", "arch_name": "U.016@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68801", - "roomcode": "5532.U1.016", - "usage": 205 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68826", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68801, + "usage_id": 205 + }, + "5532.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.017, Server 2", "arch_name": "U.017@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68826", - "roomcode": "5532.U1.017", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68825", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68826, + "usage_id": 207 + }, + "5532.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.018, Server 1", "arch_name": "U.018@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68825", - "roomcode": "5532.U1.018", - "usage": 207 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68800", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68825, + "usage_id": 207 + }, + "5532.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.019, Lager 2", "arch_name": "U.019@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68800", - "roomcode": "5532.U1.019", - "usage": 30 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68799", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68800, + "usage_id": 30 + }, + "5532.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.020, Musikraum", "arch_name": "U.020@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29851&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68799", - "roomcode": "5532.U1.020", - "usage": 188 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68828", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29851, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68799, + "usage_id": 188 + }, + "5532.U1.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.071, Treppenhaus", "arch_name": "U.071@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68828", - "roomcode": "5532.U1.071", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68827", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68828, + "usage_id": 223 + }, + "5532.U1.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.072, Flur", "arch_name": "U.072@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68827", - "roomcode": "5532.U1.072", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68829", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68827, + "usage_id": 222 + }, + "5532.U1.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.073, Flur/Spinde", "arch_name": "U.073@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68829", - "roomcode": "5532.U1.073", - "usage": 222 - }, - { - "address": "Lichtenbergstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=68820", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68829, + "usage_id": 222 + }, + "5532.U1.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "U.091, Personenaufzug", "arch_name": "U.091@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68820", - "roomcode": "5532.U1.091", - "usage": 4 - }, - { - "address": "Lichtenbergstr. 3, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69560", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68820, + "usage_id": 4 + }, + "5532.Z1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "Z.001, Emporenarbeitspl\u00e4tze Foyer", "arch_name": "Z.001@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29912&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69560", - "roomcode": "5532.Z1.001", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69558", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29912, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": 18, + "wheelchair": null + }, + "tumonline_id": 69560, + "usage_id": 208 + }, + "5532.Z1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "Z.002, Emporenarbeitspl\u00e4tze Seminar", "arch_name": "Z.002@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29913&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69558", - "roomcode": "5532.Z1.002", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69555", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29913, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": 18, + "wheelchair": null + }, + "tumonline_id": 69558, + "usage_id": 208 + }, + "5532.Z1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "Z.003, Emporenarbeitspl\u00e4tze Lounge", "arch_name": "Z.003@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": "tvKalender.wSicht?cOrg=30361&cRes=29914&cReadonly=J", - "list_index": "36", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69555", - "roomcode": "5532.Z1.003", - "usage": 208 - }, - { - "address": "Lichtenbergstr. 3, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69601", + "area_id": 34, + "building_id": 2229, + "calendar_resource_nr": 29914, + "floor_level": "1.ZG", + "floor_type": "Spannteppich", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": 24, + "wheelchair": null + }, + "tumonline_id": 69555, + "usage_id": 208 + }, + "5532.Z1.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "Z.071, Treppenhaus", "arch_name": "Z.071@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69601", - "roomcode": "5532.Z1.071", - "usage": 223 - }, - { - "address": "Lichtenbergstr. 3, 1.ZG", - "address_link": "ris.einzelraum?raumkey=69559", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.ZG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69601, + "usage_id": 223 + }, + "5532.Z1.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "alt_name": "Z.071, Aufzugsraum", "arch_name": "Z.071@5532", - "b_area_id": 34, - "b_filter_id": 2229, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=30361", - "operator": "[ TUVBSBV ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69559", - "roomcode": "5532.Z1.091", - "usage": 195 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=70746", + "area_id": 34, + "building_id": 2229, + "floor_level": "1.ZG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 30361, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69559, + "usage_id": 195 + }, + "5537.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0.001, Interims-TUMshop", "arch_name": "0.001@5537", - "b_area_id": 34, - "b_filter_id": 2630, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70746", - "roomcode": "5537.EG.001", - "usage": 164 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=75173", + "area_id": 34, + "building_id": 2630, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70746, + "usage_id": 164 + }, + "5539.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0.001A, H\u00f6rsaal 1A, \"Zelt\"", "arch_name": "0.001A@5539", - "b_area_id": 34, - "b_filter_id": 3149, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33532&cReadonly=J", - "extended": { - "additional_description": "0.001A, H\u00f6rsaal 1A, \"Zelt\"", - "address": "Boltzmannstr. 15(5539), Erdgescho\u00df", - "architect_room_nr": "0.001A@5539", - "area_m2": 500.0, - "building": "5539 Interims-Tentomax MW", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001A", - "seats": 400, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75173", - "roomcode": "5539.EG.001A", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=75174", + "area_id": 34, + "building_id": 3149, + "calendar_resource_nr": 33532, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 400, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75173, + "usage_id": 20 + }, + "5539.EG.001B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0.001B, H\u00f6rsaal 1B, \"Zelt\"", "arch_name": "0.001B@5539", - "b_area_id": 34, - "b_filter_id": 3149, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33533&cReadonly=J", - "extended": { - "additional_description": "0.001B, H\u00f6rsaal 1B, \"Zelt\"", - "address": "Boltzmannstr. 15(5539), Erdgescho\u00df", - "architect_room_nr": "0.001B@5539", - "area_m2": 400.0, - "building": "5539 Interims-Tentomax MW", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001B", - "seats": 320, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75174", - "roomcode": "5539.EG.001B", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=75171", + "area_id": 34, + "building_id": 3149, + "calendar_resource_nr": 33533, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 320, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75174, + "usage_id": 20 + }, + "5539.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0.002, H\u00f6rsaal 2, \"Zelt\"", "arch_name": "0.002@5539", - "b_area_id": 34, - "b_filter_id": 3149, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33534&cReadonly=J", - "extended": { - "additional_description": "0.002, H\u00f6rsaal 2, \"Zelt\"", - "address": "Boltzmannstr. 15(5539), Erdgescho\u00df", - "architect_room_nr": "0.002@5539", - "area_m2": 450.0, - "building": "5539 Interims-Tentomax MW", - "floor_number": "Erdgescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "002", - "seats": 340, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75171", - "roomcode": "5539.EG.002", - "usage": 20 - }, - { - "address": "Boltzmannstr. 15, EG", - "address_link": "ris.einzelraum?raumkey=75172", + "area_id": 34, + "building_id": 3149, + "calendar_resource_nr": 33534, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": 340, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75171, + "usage_id": 20 + }, + "5539.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "alt_name": "0.003, Technikraum Tentomax", "arch_name": "0.003@5539", - "b_area_id": 34, - "b_filter_id": 3149, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75172", - "roomcode": "5539.EG.003", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70436", + "area_id": 34, + "building_id": 3149, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75172, + "usage_id": 120 + }, + "5601.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.01.001, Galerie", "arch_name": "01.01.001@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70436", - "roomcode": "5601.01.001", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70439", + "area_id": 33, + "building_id": 829, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70436, + "usage_id": 206 + }, + "5601.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.01.002, Treppe", "arch_name": "01.01.002@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70439", - "roomcode": "5601.01.002", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70440", + "area_id": 33, + "building_id": 829, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70439, + "usage_id": 223 + }, + "5601.01.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.01.003, Treppe", "arch_name": "01.01.003@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70440", - "roomcode": "5601.01.003", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70438", + "area_id": 33, + "building_id": 829, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70440, + "usage_id": 223 + }, + "5601.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.01.004, Galerie", "arch_name": "01.01.004@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70438", - "roomcode": "5601.01.004", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70437", + "area_id": 33, + "building_id": 829, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70438, + "usage_id": 206 + }, + "5601.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.01.005, Galerie", "arch_name": "01.01.005@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70437", - "roomcode": "5601.01.005", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70441", + "area_id": 33, + "building_id": 829, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70437, + "usage_id": 206 + }, + "5601.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.01.001, Galerie", "arch_name": "02.01.001@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70441", - "roomcode": "5601.02.001", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70443", + "area_id": 33, + "building_id": 829, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70441, + "usage_id": 206 + }, + "5601.02.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.01.002, Treppe", "arch_name": "02.01.002@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70443", - "roomcode": "5601.02.002", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70444", + "area_id": 33, + "building_id": 829, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70443, + "usage_id": 223 + }, + "5601.02.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.01.003, Treppe", "arch_name": "02.01.003@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70444", - "roomcode": "5601.02.003", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70442", + "area_id": 33, + "building_id": 829, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70444, + "usage_id": 223 + }, + "5601.02.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.01.004, Galerie", "arch_name": "02.01.004@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70442", - "roomcode": "5601.02.004", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70445", + "area_id": 33, + "building_id": 829, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70442, + "usage_id": 206 + }, + "5601.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.01.001, Galerie", "arch_name": "03.01.001@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70445", - "roomcode": "5601.03.001", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70446", + "area_id": 33, + "building_id": 829, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70445, + "usage_id": 206 + }, + "5601.03.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.01.002, Galerie", "arch_name": "03.01.002@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70446", - "roomcode": "5601.03.002", - "usage": 206 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13298", + "area_id": 33, + "building_id": 829, + "floor_level": "3.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70446, + "usage_id": 206 + }, + "5601.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.001, Magistrale", "arch_name": "00.01.001@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=17986&cReadonly=J", - "extended": { - "additional_description": "00.01.001, Magistrale", - "address": "Boltzmannstr. 3(5601), Erdgescho\u00df", - "architect_room_nr": "00.01.001@5601", - "area_m2": 2937.02, - "building": "5601 FMI/ Magistrale", - "floor_number": "Erdgescho\u00df", - "floor_type": "Stein", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13298", - "roomcode": "5601.EG.001", - "usage": 130 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70353", + "area_id": 33, + "building_id": 829, + "calendar_resource_nr": 17986, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13298, + "usage_id": 130 + }, + "5601.EG.002": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70353", - "roomcode": "5601.EG.002", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70346", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70353, + "usage_id": 219 + }, + "5601.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.003, Windfang", "arch_name": "00.01.003@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70346", - "roomcode": "5601.EG.003", - "usage": 52 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70352", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70346, + "usage_id": 52 + }, + "5601.EG.004": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70352", - "roomcode": "5601.EG.004", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70349", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70352, + "usage_id": 219 + }, + "5601.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.005, Windfang", "arch_name": "00.01.005@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70349", - "roomcode": "5601.EG.005", - "usage": 52 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70348", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70349, + "usage_id": 52 + }, + "5601.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.006, Treppe", "arch_name": "00.01.006@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70348", - "roomcode": "5601.EG.006", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70347", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70348, + "usage_id": 223 + }, + "5601.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.007, Treppe", "arch_name": "00.01.007@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70347", - "roomcode": "5601.EG.007", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70354", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70347, + "usage_id": 223 + }, + "5601.EG.008": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70354", - "roomcode": "5601.EG.008", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70351", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70354, + "usage_id": 219 + }, + "5601.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.009, Windfang", "arch_name": "00.01.009@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70351", - "roomcode": "5601.EG.009", - "usage": 52 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=48936", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70351, + "usage_id": 52 + }, + "5601.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.010, Pforte", "arch_name": "00.01.010@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48936", - "roomcode": "5601.EG.010", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70350", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48936, + "usage_id": 44 + }, + "5601.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.01.011, Windfang", "arch_name": "00.01.011@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70350", - "roomcode": "5601.EG.011", - "usage": 52 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70355", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70350, + "usage_id": 52 + }, + "5601.EG.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70355", - "roomcode": "5601.EG.012", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59838", + "area_id": 33, + "building_id": 829, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70355, + "usage_id": 219 + }, + "5601.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.001, Foyer", "arch_name": "-1.01.001@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59838", - "roomcode": "5601.U1.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70345", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59838, + "usage_id": 222 + }, + "5601.U1.001C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.001C, Treppe", "arch_name": "-1.01.001C@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70345", - "roomcode": "5601.U1.001C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70344", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70345, + "usage_id": 223 + }, + "5601.U1.001D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.001D, Treppe", "arch_name": "-1.01.001D@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70344", - "roomcode": "5601.U1.001D", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59824", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70344, + "usage_id": 223 + }, + "5601.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.002, Flur", "arch_name": "-1.01.002@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59824", - "roomcode": "5601.U1.002", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59826", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59824, + "usage_id": 222 + }, + "5601.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.003, Flur", "arch_name": "-1.01.003@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59826", - "roomcode": "5601.U1.003", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59829", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59826, + "usage_id": 222 + }, + "5601.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.004, Flur", "arch_name": "-1.01.004@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59829", - "roomcode": "5601.U1.004", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59831", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59829, + "usage_id": 222 + }, + "5601.U1.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.005, Flur", "arch_name": "-1.01.005@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59831", - "roomcode": "5601.U1.005", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59834", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59831, + "usage_id": 222 + }, + "5601.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.006, Flur", "arch_name": "-1.01.006@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59834", - "roomcode": "5601.U1.006", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59837", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59834, + "usage_id": 222 + }, + "5601.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.007, Flur", "arch_name": "-1.01.007@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59837", - "roomcode": "5601.U1.007", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59840", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59837, + "usage_id": 222 + }, + "5601.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.008, Flur", "arch_name": "-1.01.008@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59840", - "roomcode": "5601.U1.008", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59843", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59840, + "usage_id": 222 + }, + "5601.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.009, Flur", "arch_name": "-1.01.009@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59843", - "roomcode": "5601.U1.009", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59847", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59843, + "usage_id": 222 + }, + "5601.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.010, Flur", "arch_name": "-1.01.010@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59847", - "roomcode": "5601.U1.010", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=59848", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59847, + "usage_id": 222 + }, + "5601.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.011, WC-Damen", "arch_name": "-1.01.011@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59848", - "roomcode": "5601.U1.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58799", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59848, + "usage_id": 116 + }, + "5601.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.012, WC-Herren", "arch_name": "-1.01.012@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58799", - "roomcode": "5601.U1.012", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58800", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58799, + "usage_id": 115 + }, + "5601.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.020, Flur", "arch_name": "-1.01.020@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58800", - "roomcode": "5601.U1.020", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58805", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58800, + "usage_id": 222 + }, + "5601.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.021, Dozentenb\u00fcro", "arch_name": "-1.01.021@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58805", - "roomcode": "5601.U1.021", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58807", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58805, + "usage_id": 12 + }, + "5601.U1.022": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58807", - "roomcode": "5601.U1.022", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58803", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58807, + "usage_id": 12 + }, + "5601.U1.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.023, Werkstatt", "arch_name": "-1.01.023@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58803", - "roomcode": "5601.U1.023", - "usage": 51 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48580", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58803, + "usage_id": 51 + }, + "5601.U1.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.024, Lager", "arch_name": "-1.01.024@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48580", - "roomcode": "5601.U1.024", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48585", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48580, + "usage_id": 30 + }, + "5601.U1.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.026, Sammlung", "arch_name": "-1.01.026@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48585", - "roomcode": "5601.U1.026", - "usage": 187 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48588", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48585, + "usage_id": 187 + }, + "5601.U1.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.031A, WC-Herren", "arch_name": "-1.01.031A@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48588", - "roomcode": "5601.U1.031A", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48592", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48588, + "usage_id": 115 + }, + "5601.U1.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.031B, WC-Herren", "arch_name": "-1.01.031B@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48592", - "roomcode": "5601.U1.031B", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48598", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48592, + "usage_id": 115 + }, + "5601.U1.031C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.031C, WC-Herren", "arch_name": "-1.01.031C@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48598", - "roomcode": "5601.U1.031C", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48603", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48598, + "usage_id": 115 + }, + "5601.U1.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.032, Beh.-WC", "arch_name": "-1.01.032@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48603", - "roomcode": "5601.U1.032", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48609", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48603, + "usage_id": 117 + }, + "5601.U1.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.033A, WC-Damen", "arch_name": "-1.01.033A@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48609", - "roomcode": "5601.U1.033A", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48614", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48609, + "usage_id": 116 + }, + "5601.U1.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.033B, WC-Damen", "arch_name": "-1.01.033B@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48614", - "roomcode": "5601.U1.033B", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48744", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48614, + "usage_id": 116 + }, + "5601.U1.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.034A, Flur Technik", "arch_name": "-1.01.034A@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48744", - "roomcode": "5601.U1.034A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48751", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48744, + "usage_id": 222 + }, + "5601.U1.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.034B, Hebeanlage", "arch_name": "-1.01.034B@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48751", - "roomcode": "5601.U1.034B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48755", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48751, + "usage_id": 120 + }, + "5601.U1.034C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.034C, Hebeanlage", "arch_name": "-1.01.034C@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48755", - "roomcode": "5601.U1.034C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48762", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48755, + "usage_id": 120 + }, + "5601.U1.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.035, Versorgungstunnel", "arch_name": "-1.01.035@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48762", - "roomcode": "5601.U1.035", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48766", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48762, + "usage_id": 120 + }, + "5601.U1.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.036, RLT", "arch_name": "-1.01.036@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48766", - "roomcode": "5601.U1.036", - "usage": 32 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48909", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48766, + "usage_id": 32 + }, + "5601.U1.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.038, TBA", "arch_name": "-1.01.038@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48909", - "roomcode": "5601.U1.038", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48917", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48909, + "usage_id": 120 + }, + "5601.U1.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.039, TBA", "arch_name": "-1.01.039@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48917", - "roomcode": "5601.U1.039", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48923", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48917, + "usage_id": 120 + }, + "5601.U1.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.01.040, Serverraum", "arch_name": "-1.01.040@5601", - "b_area_id": 33, - "b_filter_id": 829, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48923", - "roomcode": "5601.U1.040", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12325", + "area_id": 33, + "building_id": 829, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48923, + "usage_id": 207 + }, + "5602.EG.001": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 831, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12559&cReadonly=J", - "extended": { - "additional_description": "00.02.001, MI HS 1, Friedrich L. Bauer H\u00f6rsaal", - "address": "Boltzmannstr. 3(5602), Erdgescho\u00df", - "architect_room_nr": "00.02.001@5602", - "area_m2": 605.63, - "building": "5602 FMI/ H\u00f6rsaal 1", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 522, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12325", - "roomcode": "5602.EG.001", - "usage": 20 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49089", + "area_id": 33, + "building_id": 831, + "calendar_resource_nr": 12559, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 522, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12325, + "usage_id": 20 + }, + "5602.EG.002": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 831, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49089", - "roomcode": "5602.EG.002", - "usage": 153 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49076", + "area_id": 33, + "building_id": 831, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49089, + "usage_id": 153 + }, + "5602.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.02.001, Technikraum", "arch_name": "-1.02.001@5602", - "b_area_id": 33, - "b_filter_id": 831, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49076", - "roomcode": "5602.U1.001", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70356", + "area_id": 33, + "building_id": 831, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49076, + "usage_id": 120 + }, + "5602.U1.004": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 831, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70356", - "roomcode": "5602.U1.004", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=49770", + "area_id": 33, + "building_id": 831, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70356, + "usage_id": 7 + }, + "5603.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.010, Windfang", "arch_name": "01.03.010@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=27052&cReadonly=J", - "list_index": "30", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49770", - "roomcode": "5603.01.010", - "usage": 52 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57733", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 27052, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49770, + "usage_id": 52 + }, + "5603.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.011, Gruppenarbeitsraum", "arch_name": "01.03.011@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=18477&cReadonly=J", - "extended": { - "additional_description": "01.03.011, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), 1.Obergescho\u00df", - "architect_room_nr": "01.03.011@5603", - "area_m2": 38.52, - "building": "5603 FMI/ Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57733", - "roomcode": "5603.01.011", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57740", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 18477, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57733, + "usage_id": 131 + }, + "5603.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.012, Flur", "arch_name": "01.03.012@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57740", - "roomcode": "5603.01.012", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70290", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57740, + "usage_id": 222 + }, + "5603.01.012A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.012A, Treppe", "arch_name": "01.03.012A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70290", - "roomcode": "5603.01.012A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70287", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70290, + "usage_id": 223 + }, + "5603.01.012B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.012B, Treppe", "arch_name": "01.03.012B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70287", - "roomcode": "5603.01.012B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57745", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70287, + "usage_id": 223 + }, + "5603.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.013, Elektronische Stromversorgung", "arch_name": "01.03.013@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57745", - "roomcode": "5603.01.013", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57754", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57745, + "usage_id": 160 + }, + "5603.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.014, Aufzug", "arch_name": "01.03.014@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57754", - "roomcode": "5603.01.014", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57764", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57754, + "usage_id": 4 + }, + "5603.01.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.015A, Putzraum", "arch_name": "01.03.015A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57764", - "roomcode": "5603.01.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57887", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57764, + "usage_id": 205 + }, + "5603.01.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57887", - "roomcode": "5603.01.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57896", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57887, + "usage_id": 201 + }, + "5603.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.016, WC-Herren", "arch_name": "01.03.016@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57896", - "roomcode": "5603.01.016", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57906", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57896, + "usage_id": 115 + }, + "5603.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.017, WC-Damen", "arch_name": "01.03.017@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57906", - "roomcode": "5603.01.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57913", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57906, + "usage_id": 116 + }, + "5603.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.018, Scannerraum/Kopierer", "arch_name": "01.03.018@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57913", - "roomcode": "5603.01.018", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57922", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57913, + "usage_id": 110 + }, + "5603.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.019, Lesesaal", "arch_name": "01.03.019@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57922", - "roomcode": "5603.01.019", - "usage": 150 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58035", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 52, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57922, + "usage_id": 150 + }, + "5603.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.030, Flur", "arch_name": "01.03.030@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58035", - "roomcode": "5603.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58041", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58035, + "usage_id": 222 + }, + "5603.01.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.031B, Einzelarbeitsraum", "arch_name": "01.03.031B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26700&cReadonly=J", - "list_index": "44", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58041", - "roomcode": "5603.01.031B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58050", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26700, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58041, + "usage_id": 208 + }, + "5603.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.032, Gruppenarbeitsraum", "arch_name": "01.03.032@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26701&cReadonly=J", - "extended": { - "additional_description": "01.03.032, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), 1.Obergescho\u00df", - "architect_room_nr": "01.03.032@5603", - "area_m2": 39.85, - "building": "5603 FMI/ Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "032", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58050", - "roomcode": "5603.01.032", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58059", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26701, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58050, + "usage_id": 131 + }, + "5603.01.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.033A, Einzelarbeitsraum", "arch_name": "01.03.033A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26702&cReadonly=J", - "list_index": "46", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58059", - "roomcode": "5603.01.033A", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58068", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26702, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58059, + "usage_id": 208 + }, + "5603.01.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.033B, Einzelarbeitsraum", "arch_name": "01.03.033B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26703&cReadonly=J", - "list_index": "47", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58068", - "roomcode": "5603.01.033B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58187", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26703, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58068, + "usage_id": 208 + }, + "5603.01.035A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.035A, Einzelarbeitsraum", "arch_name": "01.03.035A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26704&cReadonly=J", - "list_index": "48", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58187", - "roomcode": "5603.01.035A", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58195", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26704, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58187, + "usage_id": 208 + }, + "5603.01.035B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.035B, Einzelarbeitsraum", "arch_name": "01.03.035B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26705&cReadonly=J", - "list_index": "49", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58195", - "roomcode": "5603.01.035B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58203", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26705, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58195, + "usage_id": 208 + }, + "5603.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.036, Gruppenarbeitsraum", "arch_name": "01.03.036@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26706&cReadonly=J", - "extended": { - "additional_description": "01.03.036, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), 1.Obergescho\u00df", - "architect_room_nr": "01.03.036@5603", - "area_m2": 29.95, - "building": "5603 FMI/ Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58203", - "roomcode": "5603.01.036", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58211", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26706, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58203, + "usage_id": 131 + }, + "5603.01.037A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.037A, Einzelarbeitsraum", "arch_name": "01.03.037A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26707&cReadonly=J", - "list_index": "51", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58211", - "roomcode": "5603.01.037A", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58217", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26707, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58211, + "usage_id": 208 + }, + "5603.01.037B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.037B, Einzelarbeitsraum", "arch_name": "01.03.037B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26708&cReadonly=J", - "list_index": "52", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58217", - "roomcode": "5603.01.037B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58227", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26708, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58217, + "usage_id": 208 + }, + "5603.01.039A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.039A, Einzelarbeitsraum", "arch_name": "01.03.039A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26709&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58227", - "roomcode": "5603.01.039A", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58346", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26709, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58227, + "usage_id": 208 + }, + "5603.01.039B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.039B, Einzelarbeitsraum", "arch_name": "01.03.039B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26710&cReadonly=J", - "list_index": "54", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58346", - "roomcode": "5603.01.039B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58354", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26710, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58346, + "usage_id": 208 + }, + "5603.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.040, Gruppenarbeitsraum", "arch_name": "01.03.040@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26711&cReadonly=J", - "extended": { - "additional_description": "01.03.040, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), 1.Obergescho\u00df", - "architect_room_nr": "01.03.040@5603", - "area_m2": 49.84, - "building": "5603 FMI/ Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "040", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58354", - "roomcode": "5603.01.040", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58363", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26711, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58354, + "usage_id": 131 + }, + "5603.01.041A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.041A, Einzelarbeitsraum", "arch_name": "01.03.041A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26712&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58363", - "roomcode": "5603.01.041A", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58372", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26712, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58363, + "usage_id": 208 + }, + "5603.01.043A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.043A, Einzelarbeitsraum", "arch_name": "01.03.043A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26713&cReadonly=J", - "list_index": "57", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58372", - "roomcode": "5603.01.043A", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58380", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26713, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58372, + "usage_id": 208 + }, + "5603.01.043B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.043B, Einzelarbeitsraum", "arch_name": "01.03.043B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=26714&cReadonly=J", - "list_index": "58", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58380", - "roomcode": "5603.01.043B", - "usage": 208 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58503", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 26714, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58380, + "usage_id": 208 + }, + "5603.01.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.045, Gruppenarbeitsraum", "arch_name": "01.03.045@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "extended": { - "additional_description": "01.03.045, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), 1.Obergescho\u00df", - "architect_room_nr": "01.03.045@5603", - "area_m2": 11.85, - "building": "5603 FMI/ Bibliothek", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "045", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58503", - "roomcode": "5603.01.045", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70288", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58503, + "usage_id": 131 + }, + "5603.01.045A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.045A, Treppe", "arch_name": "01.03.045A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70288", - "roomcode": "5603.01.045A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70289", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70288, + "usage_id": 223 + }, + "5603.01.045B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.045B, Treppe", "arch_name": "01.03.045B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70289", - "roomcode": "5603.01.045B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70286", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70289, + "usage_id": 223 + }, + "5603.01.045C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.045C, Treppe", "arch_name": "01.03.045C@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70286", - "roomcode": "5603.01.045C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58507", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70286, + "usage_id": 223 + }, + "5603.01.046": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.046, Flur", "arch_name": "01.03.046@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58507", - "roomcode": "5603.01.046", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58515", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58507, + "usage_id": 222 + }, + "5603.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.101, Treppe", "arch_name": "01.03.101@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58515", - "roomcode": "5603.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58521", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58515, + "usage_id": 223 + }, + "5603.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.03.102, Treppe", "arch_name": "01.03.102@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58521", - "roomcode": "5603.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58526", + "area_id": 33, + "building_id": 832, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58521, + "usage_id": 223 + }, + "5603.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.014, Aufzug", "arch_name": "02.03.014@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58526", - "roomcode": "5603.02.014", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58654", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58526, + "usage_id": 4 + }, + "5603.02.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.015A, Putzraum", "arch_name": "02.03.015A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58654", - "roomcode": "5603.02.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58659", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58654, + "usage_id": 205 + }, + "5603.02.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58659", - "roomcode": "5603.02.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58666", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58659, + "usage_id": 201 + }, + "5603.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.016, WC-Herren", "arch_name": "02.03.016@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58666", - "roomcode": "5603.02.016", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58671", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58666, + "usage_id": 115 + }, + "5603.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.017, WC-Damen", "arch_name": "02.03.017@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58671", - "roomcode": "5603.02.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58675", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58671, + "usage_id": 116 + }, + "5603.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.018, Lager", "arch_name": "02.03.018@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58675", - "roomcode": "5603.02.018", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58680", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58675, + "usage_id": 30 + }, + "5603.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.019, Lesesaal", "arch_name": "02.03.019@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58680", - "roomcode": "5603.02.019", - "usage": 150 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56458", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 52, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58680, + "usage_id": 150 + }, + "5603.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.03.102, Treppe", "arch_name": "02.03.102@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56458", - "roomcode": "5603.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56463", + "area_id": 33, + "building_id": 832, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56458, + "usage_id": 223 + }, + "5603.03.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56463", - "roomcode": "5603.03.012", - "usage": 5 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56472", + "area_id": 33, + "building_id": 832, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56463, + "usage_id": 5 + }, + "5603.03.013": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56472", - "roomcode": "5603.03.013", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56476", + "area_id": 33, + "building_id": 832, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56472, + "usage_id": 201 + }, + "5603.03.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.03.103, Treppe", "arch_name": "03.03.103@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56476", - "roomcode": "5603.03.103", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49110", + "area_id": 33, + "building_id": 832, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56476, + "usage_id": 223 + }, + "5603.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.010, Windfang / Spind", "arch_name": "00.03.010@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49110", - "roomcode": "5603.EG.010", - "usage": 52 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49420", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49110, + "usage_id": 52 + }, + "5603.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.011, Lesesaal", "arch_name": "00.03.011@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49420", - "roomcode": "5603.EG.011", - "usage": 150 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49428", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49420, + "usage_id": 150 + }, + "5603.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.012, Lesesaal", "arch_name": "00.03.012@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49428", - "roomcode": "5603.EG.012", - "usage": 150 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49431", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49428, + "usage_id": 150 + }, + "5603.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.013, Elektrische Stromversorgung", "arch_name": "00.03.013@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49431", - "roomcode": "5603.EG.013", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49439", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49431, + "usage_id": 160 + }, + "5603.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.014, Aufzug", "arch_name": "00.03.014@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49439", - "roomcode": "5603.EG.014", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49452", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49439, + "usage_id": 4 + }, + "5603.EG.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.015A, Putzraum", "arch_name": "00.03.015A@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49452", - "roomcode": "5603.EG.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49904", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49452, + "usage_id": 205 + }, + "5603.EG.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49904", - "roomcode": "5603.EG.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49911", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49904, + "usage_id": 201 + }, + "5603.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.016, WC-Herren", "arch_name": "00.03.016@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49911", - "roomcode": "5603.EG.016", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49920", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49911, + "usage_id": 115 + }, + "5603.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.017, WC-Damen", "arch_name": "00.03.017@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49920", - "roomcode": "5603.EG.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49931", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49920, + "usage_id": 116 + }, + "5603.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.018, Kopierer", "arch_name": "00.03.018@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49931", - "roomcode": "5603.EG.018", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49582", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49931, + "usage_id": 110 + }, + "5603.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.019, Lesesaal", "arch_name": "00.03.019@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49582", - "roomcode": "5603.EG.019", - "usage": 150 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70390", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49582, + "usage_id": 150 + }, + "5603.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.020, Treppe", "arch_name": "00.03.020@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70390", - "roomcode": "5603.EG.020", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49591", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70390, + "usage_id": 223 + }, + "5603.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.021, Lager", "arch_name": "00.03.021@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49591", - "roomcode": "5603.EG.021", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49599", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49591, + "usage_id": 30 + }, + "5603.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.030, Flur", "arch_name": "00.03.030@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49599", - "roomcode": "5603.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12614", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49599, + "usage_id": 222 + }, + "5603.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.032, B\u00fcro", "arch_name": "00.03.032@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12614", - "roomcode": "5603.EG.032", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49612", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12614, + "usage_id": 12 + }, + "5603.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.033, Gruppenarbeitsraum", "arch_name": "00.03.033@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "extended": { - "additional_description": "00.03.033, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), Erdgescho\u00df", - "architect_room_nr": "00.03.033@5603", - "area_m2": 20.79, - "building": "5603 FMI/ Bibliothek", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "033", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49612", - "roomcode": "5603.EG.033", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12616", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49612, + "usage_id": 131 + }, + "5603.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.034, B\u00fcro", "arch_name": "00.03.034@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12616", - "roomcode": "5603.EG.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12618", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12616, + "usage_id": 12 + }, + "5603.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.036, B\u00fcro", "arch_name": "00.03.036@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12618", - "roomcode": "5603.EG.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49262", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12618, + "usage_id": 12 + }, + "5603.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.037, Gruppenarbeitsraum", "arch_name": "00.03.037@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "extended": { - "additional_description": "00.03.037, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), Erdgescho\u00df", - "architect_room_nr": "00.03.037@5603", - "area_m2": 24.98, - "building": "5603 FMI/ Bibliothek", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "037", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49262", - "roomcode": "5603.EG.037", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12683", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49262, + "usage_id": 131 + }, + "5603.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.038, B\u00fcro", "arch_name": "00.03.038@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12683", - "roomcode": "5603.EG.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49277", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12683, + "usage_id": 12 + }, + "5603.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.039, Gruppenarbeitsraum", "arch_name": "00.03.039@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "extended": { - "additional_description": "00.03.039, Gruppenarbeitsraum", - "address": "Boltzmannstr. 3(5603), Erdgescho\u00df", - "architect_room_nr": "00.03.039@5603", - "area_m2": 20.8, - "building": "5603 FMI/ Bibliothek", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "039", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49277", - "roomcode": "5603.EG.039", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12687", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49277, + "usage_id": 131 + }, + "5603.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.040, B\u00fcro", "arch_name": "00.03.040@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12687", - "roomcode": "5603.EG.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49739", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12687, + "usage_id": 12 + }, + "5603.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.042, Sozialraum", "arch_name": "00.03.042@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49739", - "roomcode": "5603.EG.042", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49749", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49739, + "usage_id": 44 + }, + "5603.EG.045": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.045, Besprechungsraum", "arch_name": "00.03.045@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": "tvKalender.wSicht?cOrg=26746&cRes=23810&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49749", - "roomcode": "5603.EG.045", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49755", + "area_id": 33, + "building_id": 832, + "calendar_resource_nr": 23810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 26746, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49749, + "usage_id": 196 + }, + "5603.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.050, Flur", "arch_name": "00.03.050@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49755", - "roomcode": "5603.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49761", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49755, + "usage_id": 222 + }, + "5603.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.101, Treppe", "arch_name": "00.03.101@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49761", - "roomcode": "5603.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49766", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49761, + "usage_id": 223 + }, + "5603.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.03.102, Treppe", "arch_name": "00.03.102@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49766", - "roomcode": "5603.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70389", + "area_id": 33, + "building_id": 832, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49766, + "usage_id": 223 + }, + "5603.U1.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.03.037, Betriebstechn. Anlagen", "arch_name": "-1.03.037@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=26746", - "operator": "[ TUZEBMI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70389", - "roomcode": "5603.U1.037", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49097", + "area_id": 33, + "building_id": 832, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26746, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70389, + "usage_id": 120 + }, + "5603.U1.037B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.03.037B, Aufzug", "arch_name": "-1.03.037B@5603", - "b_area_id": 33, - "b_filter_id": 832, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49097", - "roomcode": "5603.U1.037B", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57348", + "area_id": 33, + "building_id": 832, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49097, + "usage_id": 4 + }, + "5604.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.001, Flur", "arch_name": "01.04.001@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57348", - "roomcode": "5604.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26831", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57348, + "usage_id": 222 + }, + "5604.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.011, Rechnerraum", "arch_name": "01.04.011@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=15435&cRes=15250&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26831", - "roomcode": "5604.01.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70291", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 15250, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26831, + "usage_id": 207 + }, + "5604.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.011A, Balkon", "arch_name": "01.04.011A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70291", - "roomcode": "5604.01.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57362", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70291, + "usage_id": 219 + }, + "5604.01.013": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57362", - "roomcode": "5604.01.013", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57486", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57362, + "usage_id": 30 + }, + "5604.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.014, Flur", "arch_name": "01.04.014@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57486", - "roomcode": "5604.01.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57494", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57486, + "usage_id": 222 + }, + "5604.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.015, WC-Herren", "arch_name": "01.04.015@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57494", - "roomcode": "5604.01.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57501", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57494, + "usage_id": 115 + }, + "5604.01.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.016A, Putzraum", "arch_name": "01.04.016A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57501", - "roomcode": "5604.01.016A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57510", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57501, + "usage_id": 205 + }, + "5604.01.016B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57510", - "roomcode": "5604.01.016B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57627", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57510, + "usage_id": 201 + }, + "5604.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.017, Lager", "arch_name": "01.04.017@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57627", - "roomcode": "5604.01.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57634", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57627, + "usage_id": 30 + }, + "5604.01.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57634", - "roomcode": "5604.01.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57640", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57634, + "usage_id": 201 + }, + "5604.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.019, WC-Damen", "arch_name": "01.04.019@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57640", - "roomcode": "5604.01.019", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57647", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57640, + "usage_id": 116 + }, + "5604.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.030, Flur", "arch_name": "01.04.030@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57647", - "roomcode": "5604.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57652", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57647, + "usage_id": 222 + }, + "5604.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.031, Teek\u00fcche", "arch_name": "01.04.031@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57652", - "roomcode": "5604.01.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57768", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57652, + "usage_id": 198 + }, + "5604.01.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.032A, Elektrische Stromversorgung", "arch_name": "01.04.032A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57768", - "roomcode": "5604.01.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57773", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57768, + "usage_id": 160 + }, + "5604.01.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.032B, Elektrische Stromversorgung", "arch_name": "01.04.032B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57773", - "roomcode": "5604.01.032B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=27048", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57773, + "usage_id": 160 + }, + "5604.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.033, B\u00fcro", "arch_name": "01.04.033@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27048", - "roomcode": "5604.01.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57788", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27048, + "usage_id": 12 + }, + "5604.01.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.034A, Serverraum", "arch_name": "01.04.034A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57788", - "roomcode": "5604.01.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57795", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57788, + "usage_id": 207 + }, + "5604.01.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.034B, Kopierraum", "arch_name": "01.04.034B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57795", - "roomcode": "5604.01.034B", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65669", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57795, + "usage_id": 110 + }, + "5604.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.035, B\u00fcro", "arch_name": "01.04.035@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65669", - "roomcode": "5604.01.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11614", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65669, + "usage_id": 12 + }, + "5604.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.036, B\u00fcro", "arch_name": "01.04.036@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11614", - "roomcode": "5604.01.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=27144", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11614, + "usage_id": 12 + }, + "5604.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.037, B\u00fcro", "arch_name": "01.04.037@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27144", - "roomcode": "5604.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11671", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27144, + "usage_id": 12 + }, + "5604.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.038, Leiter", "arch_name": "01.04.038@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11671", - "roomcode": "5604.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=65670", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11671, + "usage_id": 12 + }, + "5604.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.039, B\u00fcro", "arch_name": "01.04.039@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65670", - "roomcode": "5604.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11676", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65670, + "usage_id": 12 + }, + "5604.01.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11676", - "roomcode": "5604.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57955", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11676, + "usage_id": 12 + }, + "5604.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.050, Flur", "arch_name": "01.04.050@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57955", - "roomcode": "5604.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58073", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57955, + "usage_id": 222 + }, + "5604.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.051, Besprechung", "arch_name": "01.04.051@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=15435&cRes=26633&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58073", - "roomcode": "5604.01.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58081", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 26633, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58073, + "usage_id": 196 + }, + "5604.01.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58081", - "roomcode": "5604.01.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11729", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58081, + "usage_id": 12 + }, + "5604.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.053, B\u00fcro", "arch_name": "01.04.053@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11729", - "roomcode": "5604.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11733", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11729, + "usage_id": 12 + }, + "5604.01.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11733", - "roomcode": "5604.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11737", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11733, + "usage_id": 12 + }, + "5604.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.055, Leiter", "arch_name": "01.04.055@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11737", - "roomcode": "5604.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11739", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11737, + "usage_id": 12 + }, + "5604.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.057, B\u00fcro", "arch_name": "01.04.057@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11739", - "roomcode": "5604.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58238", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11739, + "usage_id": 12 + }, + "5604.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.058, B\u00fcro", "arch_name": "01.04.058@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58238", - "roomcode": "5604.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11792", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58238, + "usage_id": 12 + }, + "5604.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.059, B\u00fcro", "arch_name": "01.04.059@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11792", - "roomcode": "5604.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11793", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11792, + "usage_id": 12 + }, + "5604.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.060, B\u00fcro", "arch_name": "01.04.060@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11793", - "roomcode": "5604.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11796", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11793, + "usage_id": 12 + }, + "5604.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.061, B\u00fcro", "arch_name": "01.04.061@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11796", - "roomcode": "5604.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58391", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11796, + "usage_id": 12 + }, + "5604.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.101, Treppe", "arch_name": "01.04.101@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58391", - "roomcode": "5604.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58398", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58391, + "usage_id": 223 + }, + "5604.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.04.102, Treppe", "arch_name": "01.04.102@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58398", - "roomcode": "5604.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58407", + "area_id": 33, + "building_id": 834, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58398, + "usage_id": 223 + }, + "5604.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.001, Flur", "arch_name": "02.04.001@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58407", - "roomcode": "5604.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=17166", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58407, + "usage_id": 222 + }, + "5604.02.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15230&cReadonly=J", - "extended": { - "additional_description": "02.04.011, Seminarraum (M9/M10)", - "address": "Boltzmannstr. 3(5604), 2.Obergescho\u00df", - "architect_room_nr": "02.04.011@5604", - "area_m2": 54.32, - "building": "5604 FMI/ Geb\u00e4udeteil 04", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17166", - "roomcode": "5604.02.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70399", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 15230, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17166, + "usage_id": 41 + }, + "5604.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.011A, Balkon", "arch_name": "02.04.011A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70399", - "roomcode": "5604.02.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58416", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70399, + "usage_id": 219 + }, + "5604.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.013, Abstellraum", "arch_name": "02.04.013@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58416", - "roomcode": "5604.02.013", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58535", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58416, + "usage_id": 159 + }, + "5604.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.014, Flur", "arch_name": "02.04.014@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58535", - "roomcode": "5604.02.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58543", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58535, + "usage_id": 222 + }, + "5604.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.015, WC-Herren", "arch_name": "02.04.015@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58543", - "roomcode": "5604.02.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58551", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58543, + "usage_id": 115 + }, + "5604.02.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.016A, Putzraum", "arch_name": "02.04.016A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58551", - "roomcode": "5604.02.016A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58558", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58551, + "usage_id": 205 + }, + "5604.02.016B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58558", - "roomcode": "5604.02.016B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58682", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58558, + "usage_id": 201 + }, + "5604.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.017, Abstellraum", "arch_name": "02.04.017@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58682", - "roomcode": "5604.02.017", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58690", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58682, + "usage_id": 159 + }, + "5604.02.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58690", - "roomcode": "5604.02.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58697", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58690, + "usage_id": 201 + }, + "5604.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.019, WC-Damen", "arch_name": "02.04.019@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58697", - "roomcode": "5604.02.019", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58707", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58697, + "usage_id": 116 + }, + "5604.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.030, Flur", "arch_name": "02.04.030@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58707", - "roomcode": "5604.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58714", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58707, + "usage_id": 222 + }, + "5604.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.031, Wasserversorgung", "arch_name": "02.04.031@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58714", - "roomcode": "5604.02.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56494", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58714, + "usage_id": 183 + }, + "5604.02.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.032A, Elektrische Stromversorgung", "arch_name": "02.04.032A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56494", - "roomcode": "5604.02.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56503", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56494, + "usage_id": 160 + }, + "5604.02.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.032B, Elektrische Stromversorgung", "arch_name": "02.04.032B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56503", - "roomcode": "5604.02.032B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26049", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56503, + "usage_id": 160 + }, + "5604.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.033, Labor", "arch_name": "02.04.033@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26049", - "roomcode": "5604.02.033", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56517", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26049, + "usage_id": 103 + }, + "5604.02.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.034A, Serverraum", "arch_name": "02.04.034A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56517", - "roomcode": "5604.02.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56642", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56517, + "usage_id": 207 + }, + "5604.02.034B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56642", - "roomcode": "5604.02.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12029", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56642, + "usage_id": 30 + }, + "5604.02.035": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12029", - "roomcode": "5604.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12033", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12029, + "usage_id": 12 + }, + "5604.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.036, B\u00fcro", "arch_name": "02.04.036@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12033", - "roomcode": "5604.02.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12036", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12033, + "usage_id": 12 + }, + "5604.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.037, B\u00fcro", "arch_name": "02.04.037@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12036", - "roomcode": "5604.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12040", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12036, + "usage_id": 12 + }, + "5604.02.038": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12040", - "roomcode": "5604.02.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12043", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12040, + "usage_id": 12 + }, + "5604.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.039, B\u00fcro", "arch_name": "02.04.039@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12043", - "roomcode": "5604.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12046", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12043, + "usage_id": 12 + }, + "5604.02.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12046", - "roomcode": "5604.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56793", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12046, + "usage_id": 12 + }, + "5604.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.050, Flur", "arch_name": "02.04.050@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56793", - "roomcode": "5604.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56801", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56793, + "usage_id": 222 + }, + "5604.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.051, Aufenthalt", "arch_name": "02.04.051@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56801", - "roomcode": "5604.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12111", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56801, + "usage_id": 44 + }, + "5604.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.052, Sekretariat", "arch_name": "02.04.052@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12111", - "roomcode": "5604.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12114", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12111, + "usage_id": 40 + }, + "5604.02.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12114", - "roomcode": "5604.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12176", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12114, + "usage_id": 12 + }, + "5604.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12176", - "roomcode": "5604.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12180", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12176, + "usage_id": 12 + }, + "5604.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.055, B\u00fcro", "arch_name": "02.04.055@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12180", - "roomcode": "5604.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12185", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12180, + "usage_id": 12 + }, + "5604.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.057, B\u00fcro", "arch_name": "02.04.057@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12185", - "roomcode": "5604.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56951", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12185, + "usage_id": 12 + }, + "5604.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.058, B\u00fcro", "arch_name": "02.04.058@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56951", - "roomcode": "5604.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12188", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56951, + "usage_id": 12 + }, + "5604.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.059, B\u00fcro", "arch_name": "02.04.059@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12188", - "roomcode": "5604.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12191", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12188, + "usage_id": 12 + }, + "5604.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.060, B\u00fcro", "arch_name": "02.04.060@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12191", - "roomcode": "5604.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12238", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12191, + "usage_id": 12 + }, + "5604.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.061, B\u00fcro", "arch_name": "02.04.061@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12238", - "roomcode": "5604.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57098", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14599, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12238, + "usage_id": 12 + }, + "5604.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.101, Treppe", "arch_name": "02.04.101@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57098", - "roomcode": "5604.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57110", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57098, + "usage_id": 223 + }, + "5604.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.04.102, Treppe", "arch_name": "02.04.102@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57110", - "roomcode": "5604.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57216", + "area_id": 33, + "building_id": 834, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57110, + "usage_id": 223 + }, + "5604.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.001, Flur", "arch_name": "03.04.001@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57216", - "roomcode": "5604.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57223", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57216, + "usage_id": 222 + }, + "5604.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.011, Rechnerraum", "arch_name": "03.04.011@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=14605&cRes=18662&cReadonly=J", - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57223", - "roomcode": "5604.03.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70400", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 18662, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57223, + "usage_id": 207 + }, + "5604.03.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.011A, Balkon", "arch_name": "03.04.011A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70400", - "roomcode": "5604.03.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57232", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70400, + "usage_id": 219 + }, + "5604.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.013, Abstellraum", "arch_name": "03.04.013@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57232", - "roomcode": "5604.03.013", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57242", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57232, + "usage_id": 159 + }, + "5604.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.014, Flur", "arch_name": "03.04.014@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57242", - "roomcode": "5604.03.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57248", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57242, + "usage_id": 222 + }, + "5604.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.015, WC-Herren", "arch_name": "03.04.015@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57248", - "roomcode": "5604.03.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57366", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57248, + "usage_id": 115 + }, + "5604.03.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.016A, Putzraum", "arch_name": "03.04.016A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57366", - "roomcode": "5604.03.016A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57372", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57366, + "usage_id": 205 + }, + "5604.03.016B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57372", - "roomcode": "5604.03.016B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57380", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57372, + "usage_id": 201 + }, + "5604.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.017, Abstellraum", "arch_name": "03.04.017@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57380", - "roomcode": "5604.03.017", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57389", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57380, + "usage_id": 159 + }, + "5604.03.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57389", - "roomcode": "5604.03.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57396", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57389, + "usage_id": 201 + }, + "5604.03.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.019, WC-Damen", "arch_name": "03.04.019@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57396", - "roomcode": "5604.03.019", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57521", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57396, + "usage_id": 116 + }, + "5604.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.030, Flur", "arch_name": "03.04.030@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57521", - "roomcode": "5604.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57528", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57521, + "usage_id": 222 + }, + "5604.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.031, Wasserversorgung", "arch_name": "03.04.031@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57528", - "roomcode": "5604.03.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57533", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57528, + "usage_id": 183 + }, + "5604.03.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.032A, Elektrische Stromversorgung", "arch_name": "03.04.032A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57533", - "roomcode": "5604.03.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57543", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57533, + "usage_id": 160 + }, + "5604.03.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.032B, Elektrische Stromversorgung", "arch_name": "03.04.032B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57543", - "roomcode": "5604.03.032B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57660", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57543, + "usage_id": 160 + }, + "5604.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.033, B\u00fcro", "arch_name": "03.04.033@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57660", - "roomcode": "5604.03.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57667", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57660, + "usage_id": 12 + }, + "5604.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.034, Forschungslabor/Server", "arch_name": "03.04.034@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57667", - "roomcode": "5604.03.034", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11592", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57667, + "usage_id": 103 + }, + "5604.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.035, B\u00fcro", "arch_name": "03.04.035@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11592", - "roomcode": "5604.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11595", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11592, + "usage_id": 12 + }, + "5604.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.036, B\u00fcro", "arch_name": "03.04.036@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11595", - "roomcode": "5604.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11596", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11595, + "usage_id": 12 + }, + "5604.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.037, B\u00fcro", "arch_name": "03.04.037@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11596", - "roomcode": "5604.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57807", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11596, + "usage_id": 12 + }, + "5604.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.038, B\u00fcro", "arch_name": "03.04.038@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57807", - "roomcode": "5604.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11650", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57807, + "usage_id": 12 + }, + "5604.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.039, B\u00fcro", "arch_name": "03.04.039@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11650", - "roomcode": "5604.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11652", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11650, + "usage_id": 12 + }, + "5604.03.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11652", - "roomcode": "5604.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57823", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11652, + "usage_id": 12 + }, + "5604.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.050, Flur", "arch_name": "03.04.050@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57823", - "roomcode": "5604.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57829", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57823, + "usage_id": 222 + }, + "5604.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.051, Aufenthaltsraum", "arch_name": "03.04.051@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57829", - "roomcode": "5604.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11662", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57829, + "usage_id": 44 + }, + "5604.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.052, Sekretariat", "arch_name": "03.04.052@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11662", - "roomcode": "5604.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11664", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11662, + "usage_id": 40 + }, + "5604.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.053, B\u00fcro", "arch_name": "03.04.053@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11664", - "roomcode": "5604.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11710", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11664, + "usage_id": 12 + }, + "5604.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11710", - "roomcode": "5604.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11713", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11710, + "usage_id": 12 + }, + "5604.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.055, B\u00fcro", "arch_name": "03.04.055@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11713", - "roomcode": "5604.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11716", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11713, + "usage_id": 12 + }, + "5604.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.057, B\u00fcro", "arch_name": "03.04.057@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11716", - "roomcode": "5604.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11721", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11716, + "usage_id": 12 + }, + "5604.03.058": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11721", - "roomcode": "5604.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11723", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11721, + "usage_id": 12 + }, + "5604.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.059, B\u00fcro", "arch_name": "03.04.059@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11723", - "roomcode": "5604.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58123", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11723, + "usage_id": 12 + }, + "5604.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.060, B\u00fcro", "arch_name": "03.04.060@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58123", - "roomcode": "5604.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11782", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58123, + "usage_id": 12 + }, + "5604.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.061, B\u00fcro", "arch_name": "03.04.061@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14605", - "operator": "[ TUMAM06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11782", - "roomcode": "5604.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58138", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14605, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11782, + "usage_id": 12 + }, + "5604.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.101, Treppe", "arch_name": "03.04.101@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58138", - "roomcode": "5604.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58145", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58138, + "usage_id": 223 + }, + "5604.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.04.102, Treppe", "arch_name": "03.04.102@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58145", - "roomcode": "5604.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=58272", + "area_id": 33, + "building_id": 834, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58145, + "usage_id": 223 + }, + "5604.DG.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58272", - "roomcode": "5604.DG.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=58280", + "area_id": 33, + "building_id": 834, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58272, + "usage_id": 201 + }, + "5604.DG.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58280", - "roomcode": "5604.DG.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=16238", + "area_id": 33, + "building_id": 834, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58280, + "usage_id": 201 + }, + "5604.EG.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12578&cReadonly=J", - "extended": { - "additional_description": "00.04.011, MI H\u00f6rsaal 2", - "address": "Boltzmannstr. 3(5604), Erdgescho\u00df", - "architect_room_nr": "00.04.011@5604", - "area_m2": 115.24, - "building": "5604 FMI/ Geb\u00e4udeteil 04", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "011", - "seats": 100, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16238", - "roomcode": "5604.EG.011", - "usage": 20 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70395", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 12578, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16238, + "usage_id": 20 + }, + "5604.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.012, Treppe", "arch_name": "00.04.012@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70395", - "roomcode": "5604.EG.012", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56905", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70395, + "usage_id": 223 + }, + "5604.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.013, Abstellraum", "arch_name": "00.04.013@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56905", - "roomcode": "5604.EG.013", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56915", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56905, + "usage_id": 159 + }, + "5604.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.014, Flur", "arch_name": "00.04.014@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56915", - "roomcode": "5604.EG.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57031", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56915, + "usage_id": 222 + }, + "5604.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.015, WC-Herren", "arch_name": "00.04.015@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57031", - "roomcode": "5604.EG.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57040", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57031, + "usage_id": 115 + }, + "5604.EG.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.016A, Putzraum", "arch_name": "00.04.016A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57040", - "roomcode": "5604.EG.016A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57049", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57040, + "usage_id": 205 + }, + "5604.EG.016B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57049", - "roomcode": "5604.EG.016B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57051", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57049, + "usage_id": 201 + }, + "5604.EG.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57051", - "roomcode": "5604.EG.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57058", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57051, + "usage_id": 201 + }, + "5604.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.019, WC-Damen", "arch_name": "00.04.019@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57058", - "roomcode": "5604.EG.019", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57065", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57058, + "usage_id": 116 + }, + "5604.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.030, Flur", "arch_name": "00.04.030@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57065", - "roomcode": "5604.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70394", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57065, + "usage_id": 222 + }, + "5604.EG.030A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.030A, Rampe", "arch_name": "00.04.030A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70394", - "roomcode": "5604.EG.030A", - "usage": 36 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57182", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70394, + "usage_id": 36 + }, + "5604.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.031, Wasserversorgung", "arch_name": "00.04.031@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57182", - "roomcode": "5604.EG.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57185", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57182, + "usage_id": 183 + }, + "5604.EG.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.32A, Elektrische Stromversorgung", "arch_name": "00.04.32A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57185", - "roomcode": "5604.EG.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57192", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57185, + "usage_id": 160 + }, + "5604.EG.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.032B, Elektrische Stromversorgung", "arch_name": "00.04.032B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57192", - "roomcode": "5604.EG.032B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70397", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57192, + "usage_id": 160 + }, + "5604.EG.032C": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70397", - "roomcode": "5604.EG.032C", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=16553", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70397, + "usage_id": 7 + }, + "5604.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.034, Demonstrationspraktikum", "arch_name": "00.04.034@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=15226&cReadonly=J", - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16553", - "roomcode": "5604.EG.034", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57207", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 15226, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16553, + "usage_id": 103 + }, + "5604.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.036, Praktikumsraum-Physik", "arch_name": "00.04.036@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=20338&cReadonly=J", - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57207", - "roomcode": "5604.EG.036", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57330", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 20338, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57207, + "usage_id": 103 + }, + "5604.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.038, Praktikumsraum-Physik", "arch_name": "00.04.038@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": "tvKalender.wSicht?cOrg=14179&cRes=18443&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57330", - "roomcode": "5604.EG.038", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70396", + "area_id": 33, + "building_id": 834, + "calendar_resource_nr": 18443, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57330, + "usage_id": 103 + }, + "5604.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.039, Vorbereitungsraum", "arch_name": "00.04.039@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70396", - "roomcode": "5604.EG.039", - "usage": 136 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57337", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70396, + "usage_id": 136 + }, + "5604.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.101, Treppe", "arch_name": "00.04.101@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57337", - "roomcode": "5604.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57343", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57337, + "usage_id": 223 + }, + "5604.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.04.102, Treppe", "arch_name": "00.04.102@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57343", - "roomcode": "5604.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70398", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57343, + "usage_id": 223 + }, + "5604.EG.103": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70398", - "roomcode": "5604.EG.103", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56483", + "area_id": 33, + "building_id": 834, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70398, + "usage_id": 7 + }, + "5604.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.011, Flur", "arch_name": "-1.04.011@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56483", - "roomcode": "5604.U1.011", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56489", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56483, + "usage_id": 222 + }, + "5604.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.012, Batterieraum", "arch_name": "-1.04.012@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56489", - "roomcode": "5604.U1.012", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56612", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56489, + "usage_id": 30 + }, + "5604.U1.013": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56612", - "roomcode": "5604.U1.013", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56618", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56612, + "usage_id": 201 + }, + "5604.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.014, Flur", "arch_name": "-1.04.014@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56618", - "roomcode": "5604.U1.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56623", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56618, + "usage_id": 222 + }, + "5604.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.015, WC", "arch_name": "-1.04.015@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56623", - "roomcode": "5604.U1.015", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56633", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56623, + "usage_id": 114 + }, + "5604.U1.016": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56633", - "roomcode": "5604.U1.016", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56638", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56633, + "usage_id": 201 + }, + "5604.U1.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.017A, WC", "arch_name": "-1.04.017A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56638", - "roomcode": "5604.U1.017A", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56742", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56638, + "usage_id": 114 + }, + "5604.U1.017B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.017B, Lager", "arch_name": "-1.04.017B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56742", - "roomcode": "5604.U1.017B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56750", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56742, + "usage_id": 30 + }, + "5604.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.018, Elektrische Stromversorgung", "arch_name": "-1.04.018@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56750", - "roomcode": "5604.U1.018", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56760", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56750, + "usage_id": 160 + }, + "5604.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.019, Umkleide", "arch_name": "-1.04.019@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56760", - "roomcode": "5604.U1.019", - "usage": 121 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70393", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56760, + "usage_id": 121 + }, + "5604.U1.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.019A, Duschraum", "arch_name": "-1.04.019A@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70393", - "roomcode": "5604.U1.019A", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70392", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70393, + "usage_id": 113 + }, + "5604.U1.019B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.019B, Duschraum", "arch_name": "-1.04.019B@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70392", - "roomcode": "5604.U1.019B", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56768", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70392, + "usage_id": 113 + }, + "5604.U1.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56768", - "roomcode": "5604.U1.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56777", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56768, + "usage_id": 201 + }, + "5604.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.021, WC", "arch_name": "-1.04.021@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56777", - "roomcode": "5604.U1.021", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70391", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56777, + "usage_id": 114 + }, + "5604.U1.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.022, Betriebstechn. Anlagen", "arch_name": "-1.04.022@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70391", - "roomcode": "5604.U1.022", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56891", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70391, + "usage_id": 120 + }, + "5604.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.04.101, Treppe", "arch_name": "-1.04.101@5604", - "b_area_id": 33, - "b_filter_id": 834, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56891", - "roomcode": "5604.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57439", + "area_id": 33, + "building_id": 834, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56891, + "usage_id": 223 + }, + "5605.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.001, Flur", "arch_name": "01.05.001@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57439", - "roomcode": "5605.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57558", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57439, + "usage_id": 222 + }, + "5605.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.012, Praktikumsraum", "arch_name": "01.05.012@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=19166&cReadonly=J", - "extended": { - "additional_description": "01.05.012, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 1.Obergescho\u00df", - "architect_room_nr": "01.05.012@5605", - "area_m2": 45.24, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57558", - "roomcode": "5605.01.012", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57567", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 19166, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57558, + "usage_id": 131 + }, + "5605.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.013, Praktikumsraum", "arch_name": "01.05.013@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15436&cRes=18896&cReadonly=J", - "extended": { - "additional_description": "01.05.013, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 1.Obergescho\u00df", - "architect_room_nr": "01.05.013@5605", - "area_m2": 35.88, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57567", - "roomcode": "5605.01.013", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57576", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 18896, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57567, + "usage_id": 131 + }, + "5605.01.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.014A, Kopie", "arch_name": "01.05.014A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57576", - "roomcode": "5605.01.014A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57585", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57576, + "usage_id": 110 + }, + "5605.01.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.014B, Kinderspielraum", "arch_name": "01.05.014B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57585", - "roomcode": "5605.01.014B", - "usage": 146 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70297", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57585, + "usage_id": 146 + }, + "5605.01.014C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.014C, Balkon", "arch_name": "01.05.014C@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70297", - "roomcode": "5605.01.014C", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57695", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70297, + "usage_id": 219 + }, + "5605.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.015, Aufzug", "arch_name": "01.05.015@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57695", - "roomcode": "5605.01.015", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57703", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57695, + "usage_id": 4 + }, + "5605.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.016, Flur", "arch_name": "01.05.016@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57703", - "roomcode": "5605.01.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57709", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57703, + "usage_id": 222 + }, + "5605.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.018, WC-Herren", "arch_name": "01.05.018@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57709", - "roomcode": "5605.01.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57714", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57709, + "usage_id": 115 + }, + "5605.01.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.019A, Putzraum", "arch_name": "01.05.019A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57714", - "roomcode": "5605.01.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57720", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57714, + "usage_id": 205 + }, + "5605.01.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57720", - "roomcode": "5605.01.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57726", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57720, + "usage_id": 201 + }, + "5605.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.020, Lager", "arch_name": "01.05.020@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57726", - "roomcode": "5605.01.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57849", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57726, + "usage_id": 30 + }, + "5605.01.021": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57849", - "roomcode": "5605.01.021", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57856", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57849, + "usage_id": 201 + }, + "5605.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.022, WC-Damen", "arch_name": "01.05.022@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57856", - "roomcode": "5605.01.022", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57867", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57856, + "usage_id": 116 + }, + "5605.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.030, Flur", "arch_name": "01.05.030@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57867", - "roomcode": "5605.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57875", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57867, + "usage_id": 222 + }, + "5605.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.031, Teek\u00fcche", "arch_name": "01.05.031@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57875", - "roomcode": "5605.01.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57991", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57875, + "usage_id": 198 + }, + "5605.01.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.032A, Stromversorgung", "arch_name": "01.05.032A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57991", - "roomcode": "5605.01.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57999", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57991, + "usage_id": 160 + }, + "5605.01.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.032B, Stromversorgung", "arch_name": "01.05.032B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57999", - "roomcode": "5605.01.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58008", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57999, + "usage_id": 120 + }, + "5605.01.033": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15436&cRes=20901&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58008", - "roomcode": "5605.01.033", - "usage": 213 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58018", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 20901, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58008, + "usage_id": 213 + }, + "5605.01.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.034A, Serverraum", "arch_name": "01.05.034A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58018", - "roomcode": "5605.01.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58025", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58018, + "usage_id": 207 + }, + "5605.01.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.034B, Kopierraum", "arch_name": "01.05.034B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58025", - "roomcode": "5605.01.034B", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=30927", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58025, + "usage_id": 110 + }, + "5605.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.036, B\u00fcro", "arch_name": "01.05.036@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30927", - "roomcode": "5605.01.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11573", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30927, + "usage_id": 12 + }, + "5605.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.037, B\u00fcro", "arch_name": "01.05.037@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11573", - "roomcode": "5605.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11618", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11573, + "usage_id": 12 + }, + "5605.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.038, B\u00fcro", "arch_name": "01.05.038@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11618", - "roomcode": "5605.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11620", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11618, + "usage_id": 12 + }, + "5605.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.039, B\u00fcro", "arch_name": "01.05.039@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11620", - "roomcode": "5605.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11622", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11620, + "usage_id": 12 + }, + "5605.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.040, B\u00fcro", "arch_name": "01.05.040@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11622", - "roomcode": "5605.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11623", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11622, + "usage_id": 12 + }, + "5605.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.041, B\u00fcro", "arch_name": "01.05.041@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11623", - "roomcode": "5605.01.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11629", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11623, + "usage_id": 12 + }, + "5605.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.042, B\u00fcro", "arch_name": "01.05.042@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11629", - "roomcode": "5605.01.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11632", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11629, + "usage_id": 12 + }, + "5605.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.043, B\u00fcro", "arch_name": "01.05.043@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11632", - "roomcode": "5605.01.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11683", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11632, + "usage_id": 12 + }, + "5605.01.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11683", - "roomcode": "5605.01.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58338", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11683, + "usage_id": 12 + }, + "5605.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.050, Flur", "arch_name": "01.05.050@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58338", - "roomcode": "5605.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58464", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58338, + "usage_id": 222 + }, + "5605.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.051, Besprechungsraum", "arch_name": "01.05.051@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58464", - "roomcode": "5605.01.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11689", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58464, + "usage_id": 196 + }, + "5605.01.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11689", - "roomcode": "5605.01.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11693", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11689, + "usage_id": 12 + }, + "5605.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.053, B\u00fcro", "arch_name": "01.05.053@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11693", - "roomcode": "5605.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11697", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11693, + "usage_id": 12 + }, + "5605.01.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11697", - "roomcode": "5605.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11745", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11697, + "usage_id": 12 + }, + "5605.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.055, B\u00fcro", "arch_name": "01.05.055@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11745", - "roomcode": "5605.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11748", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11745, + "usage_id": 12 + }, + "5605.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.057, B\u00fcro", "arch_name": "01.05.057@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11748", - "roomcode": "5605.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58616", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11748, + "usage_id": 12 + }, + "5605.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.058, Seminarraum", "arch_name": "01.05.058@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15436&cRes=23870&cReadonly=J", - "extended": { - "additional_description": "01.05.058, Seminarraum", - "address": "Boltzmannstr. 3(5605), 1.Obergescho\u00df", - "architect_room_nr": "01.05.058@5605", - "area_m2": 26.61, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "058", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58616", - "roomcode": "5605.01.058", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11753", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 23870, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58616, + "usage_id": 41 + }, + "5605.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.059, B\u00fcro", "arch_name": "01.05.059@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11753", - "roomcode": "5605.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11755", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11753, + "usage_id": 12 + }, + "5605.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.060, B\u00fcro", "arch_name": "01.05.060@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11755", - "roomcode": "5605.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11760", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11755, + "usage_id": 12 + }, + "5605.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.061, B\u00fcro", "arch_name": "01.05.061@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11760", - "roomcode": "5605.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58761", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15436, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11760, + "usage_id": 12 + }, + "5605.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.101, Treppe", "arch_name": "01.05.101@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58761", - "roomcode": "5605.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58771", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58761, + "usage_id": 223 + }, + "5605.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.05.102, Treppe", "arch_name": "01.05.102@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58771", - "roomcode": "5605.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58775", + "area_id": 33, + "building_id": 835, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58771, + "usage_id": 223 + }, + "5605.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.001, Flur", "arch_name": "02.05.001@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58775", - "roomcode": "5605.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58781", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58775, + "usage_id": 222 + }, + "5605.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.011A, Kopierer", "arch_name": "02.05.011A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58781", - "roomcode": "5605.02.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58792", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58781, + "usage_id": 110 + }, + "5605.02.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.011B, Seminarraum", "arch_name": "02.05.011B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15430&cRes=26717&cReadonly=J", - "extended": { - "additional_description": "02.05.011B, Seminarraum", - "address": "Boltzmannstr. 3(5605), 2.Obergescho\u00df", - "architect_room_nr": "02.05.011B@5605", - "area_m2": 17.74, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011B", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58792", - "roomcode": "5605.02.011B", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56419", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 26717, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58792, + "usage_id": 41 + }, + "5605.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.012, Computerlabor", "arch_name": "02.05.012@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56419", - "roomcode": "5605.02.012", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56423", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56419, + "usage_id": 103 + }, + "5605.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.014, Praktikumsraum", "arch_name": "02.05.014@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15434&cRes=26126&cReadonly=J", - "extended": { - "additional_description": "02.05.014, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 2.Obergescho\u00df", - "architect_room_nr": "02.05.014@5605", - "area_m2": 54.58, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 11, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56423", - "roomcode": "5605.02.014", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70401", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 26126, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": 11, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56423, + "usage_id": 131 + }, + "5605.02.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.014A, Balkon", "arch_name": "02.05.014A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70401", - "roomcode": "5605.02.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56433", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70401, + "usage_id": 219 + }, + "5605.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.015, Aufzug", "arch_name": "02.05.015@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56433", - "roomcode": "5605.02.015", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56440", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56433, + "usage_id": 4 + }, + "5605.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.016, Flur", "arch_name": "02.05.016@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56440", - "roomcode": "5605.02.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56449", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56440, + "usage_id": 222 + }, + "5605.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.018, WC-Herren", "arch_name": "02.05.018@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56449", - "roomcode": "5605.02.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56566", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56449, + "usage_id": 115 + }, + "5605.02.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.019A, Putzraum", "arch_name": "02.05.019A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56566", - "roomcode": "5605.02.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56573", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56566, + "usage_id": 205 + }, + "5605.02.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56573", - "roomcode": "5605.02.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56588", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56573, + "usage_id": 201 + }, + "5605.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.020, Lager", "arch_name": "02.05.020@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56588", - "roomcode": "5605.02.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56600", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56588, + "usage_id": 30 + }, + "5605.02.021": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56600", - "roomcode": "5605.02.021", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56701", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56600, + "usage_id": 201 + }, + "5605.02.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.022, WC-Damen", "arch_name": "02.05.022@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56701", - "roomcode": "5605.02.022", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56709", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56701, + "usage_id": 116 + }, + "5605.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.030, Flur", "arch_name": "02.05.030@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56709", - "roomcode": "5605.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56716", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56709, + "usage_id": 222 + }, + "5605.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.031, Teek\u00fcche", "arch_name": "02.05.031@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56716", - "roomcode": "5605.02.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56726", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56716, + "usage_id": 198 + }, + "5605.02.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.032A, Stromversorgung", "arch_name": "02.05.032A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56726", - "roomcode": "5605.02.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56732", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56726, + "usage_id": 160 + }, + "5605.02.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.032B, Stromversorgung", "arch_name": "02.05.032B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56732", - "roomcode": "5605.02.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56739", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56732, + "usage_id": 120 + }, + "5605.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.033, Praktikumsraum", "arch_name": "02.05.033@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15430&cRes=21342&cReadonly=J", - "extended": { - "additional_description": "02.05.033, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 2.Obergescho\u00df", - "architect_room_nr": "02.05.033@5605", - "area_m2": 35.69, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "033", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56739", - "roomcode": "5605.02.033", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56851", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 21342, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56739, + "usage_id": 131 + }, + "5605.02.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.034A, Serverraum", "arch_name": "02.05.034A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56851", - "roomcode": "5605.02.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56860", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56851, + "usage_id": 207 + }, + "5605.02.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.034B, Lager", "arch_name": "02.05.034B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56860", - "roomcode": "5605.02.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=30169", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56860, + "usage_id": 30 + }, + "5605.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.036, \u00dcbung", "arch_name": "02.05.036@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "extended": { - "additional_description": "02.05.036, \u00dcbung", - "address": "Boltzmannstr. 3(5605), 2.Obergescho\u00df", - "architect_room_nr": "02.05.036@5605", - "area_m2": 35.58, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30169", - "roomcode": "5605.02.036", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56877", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30169, + "usage_id": 131 + }, + "5605.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.037, Besprechung", "arch_name": "02.05.037@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56877", - "roomcode": "5605.02.037", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12061", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56877, + "usage_id": 196 + }, + "5605.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.040, B\u00fcro", "arch_name": "02.05.040@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15430&cRes=24495&cReadonly=J", - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12061", - "roomcode": "5605.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12066", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 24495, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12061, + "usage_id": 12 + }, + "5605.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.041, B\u00fcro", "arch_name": "02.05.041@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15430&cRes=25430&cReadonly=J", - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12066", - "roomcode": "5605.02.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12070", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 25430, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12066, + "usage_id": 12 + }, + "5605.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.042, B\u00fcro", "arch_name": "02.05.042@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12070", - "roomcode": "5605.02.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12123", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12070, + "usage_id": 12 + }, + "5605.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.043, B\u00fcro", "arch_name": "02.05.043@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12123", - "roomcode": "5605.02.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12126", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12123, + "usage_id": 12 + }, + "5605.02.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12126", - "roomcode": "5605.02.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57595", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12126, + "usage_id": 12 + }, + "5605.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.050, Flur", "arch_name": "02.05.050@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57595", - "roomcode": "5605.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57601", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57595, + "usage_id": 222 + }, + "5605.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.051, Aufenthalt", "arch_name": "02.05.051@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57601", - "roomcode": "5605.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12136", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57601, + "usage_id": 44 + }, + "5605.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.052, B\u00fcro", "arch_name": "02.05.052@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12136", - "roomcode": "5605.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12140", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12136, + "usage_id": 40 + }, + "5605.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.053, B\u00fcro", "arch_name": "02.05.053@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12140", - "roomcode": "5605.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12195", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12140, + "usage_id": 12 + }, + "5605.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12195", - "roomcode": "5605.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12198", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12195, + "usage_id": 12 + }, + "5605.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.055, B\u00fcro", "arch_name": "02.05.055@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15430&cRes=23429&cReadonly=J", - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12198", - "roomcode": "5605.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12203", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 23429, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12198, + "usage_id": 12 + }, + "5605.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.057, B\u00fcro", "arch_name": "02.05.057@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12203", - "roomcode": "5605.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12209", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12203, + "usage_id": 12 + }, + "5605.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.058, B\u00fcro", "arch_name": "02.05.058@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12209", - "roomcode": "5605.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12250", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12209, + "usage_id": 12 + }, + "5605.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.059, B\u00fcro", "arch_name": "02.05.059@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12250", - "roomcode": "5605.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12252", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12250, + "usage_id": 12 + }, + "5605.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.060, B\u00fcro", "arch_name": "02.05.060@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12252", - "roomcode": "5605.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12256", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12252, + "usage_id": 12 + }, + "5605.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.061, B\u00fcro", "arch_name": "02.05.061@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12256", - "roomcode": "5605.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57006", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15430, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12256, + "usage_id": 12 + }, + "5605.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.101, Treppe", "arch_name": "02.05.101@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57006", - "roomcode": "5605.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57014", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57006, + "usage_id": 223 + }, + "5605.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.05.102, Treppe", "arch_name": "02.05.102@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57014", - "roomcode": "5605.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57025", + "area_id": 33, + "building_id": 835, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57014, + "usage_id": 223 + }, + "5605.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.001, Flur", "arch_name": "03.05.001@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57025", - "roomcode": "5605.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57445", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57025, + "usage_id": 222 + }, + "5605.03.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.011A, Kopierraum", "arch_name": "03.05.011A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57445", - "roomcode": "5605.03.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57454", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57445, + "usage_id": 110 + }, + "5605.03.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.011B, Besprechung", "arch_name": "03.05.011B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57454", - "roomcode": "5605.03.011B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30560", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57454, + "usage_id": 196 + }, + "5605.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.012, Praktikumsraum", "arch_name": "03.05.012@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15431&cRes=15275&cReadonly=J", - "extended": { - "additional_description": "03.05.012, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 3.Obergescho\u00df", - "architect_room_nr": "03.05.012@5605", - "area_m2": 45.17, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30560", - "roomcode": "5605.03.012", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57473", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 15275, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30560, + "usage_id": 131 + }, + "5605.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.014, Praktikumsraum", "arch_name": "03.05.014@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15433&cRes=23264&cReadonly=J", - "extended": { - "additional_description": "03.05.014, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 3.Obergescho\u00df", - "architect_room_nr": "03.05.014@5605", - "area_m2": 36.13, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57473", - "roomcode": "5605.03.014", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70402", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 23264, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57473, + "usage_id": 131 + }, + "5605.03.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.014A, Balkon", "arch_name": "03.05.014A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70402", - "roomcode": "5605.03.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57480", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70402, + "usage_id": 219 + }, + "5605.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.015, Aufzug", "arch_name": "03.05.015@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57480", - "roomcode": "5605.03.015", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55380", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57480, + "usage_id": 4 + }, + "5605.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.016, Flur", "arch_name": "03.05.016@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55380", - "roomcode": "5605.03.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55385", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55380, + "usage_id": 222 + }, + "5605.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.018, WC-Herren", "arch_name": "03.05.018@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55385", - "roomcode": "5605.03.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55394", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55385, + "usage_id": 115 + }, + "5605.03.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.019A, Putzraum", "arch_name": "03.05.019A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55394", - "roomcode": "5605.03.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55403", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55394, + "usage_id": 205 + }, + "5605.03.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55403", - "roomcode": "5605.03.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55411", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55403, + "usage_id": 201 + }, + "5605.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.020, Lager", "arch_name": "03.05.020@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55411", - "roomcode": "5605.03.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55541", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55411, + "usage_id": 30 + }, + "5605.03.021": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55541", - "roomcode": "5605.03.021", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55552", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55541, + "usage_id": 201 + }, + "5605.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.022, WC-Damen", "arch_name": "03.05.022@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55552", - "roomcode": "5605.03.022", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55559", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55552, + "usage_id": 116 + }, + "5605.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.030, Flur", "arch_name": "03.05.030@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55559", - "roomcode": "5605.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55569", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55559, + "usage_id": 222 + }, + "5605.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.031, Teek\u00fcche", "arch_name": "03.05.031@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55569", - "roomcode": "5605.03.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55697", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55569, + "usage_id": 198 + }, + "5605.03.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.032A, Stromversorgung", "arch_name": "03.05.032A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55697", - "roomcode": "5605.03.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55705", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55697, + "usage_id": 160 + }, + "5605.03.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.032B, Stromversorgung", "arch_name": "03.05.032B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55705", - "roomcode": "5605.03.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55714", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55705, + "usage_id": 120 + }, + "5605.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.033, Seminarraum", "arch_name": "03.05.033@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15433&cRes=23249&cReadonly=J", - "extended": { - "additional_description": "03.05.033, Seminarraum", - "address": "Boltzmannstr. 3(5605), 3.Obergescho\u00df", - "architect_room_nr": "03.05.033@5605", - "area_m2": 35.69, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "033", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55714", - "roomcode": "5605.03.033", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55724", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 23249, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55714, + "usage_id": 41 + }, + "5605.03.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.034A, Serverraum", "arch_name": "03.05.034A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55724", - "roomcode": "5605.03.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55734", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55724, + "usage_id": 207 + }, + "5605.03.034B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55734", - "roomcode": "5605.03.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11703", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55734, + "usage_id": 30 + }, + "5605.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.036, B\u00fcro", "arch_name": "03.05.036@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11703", - "roomcode": "5605.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11705", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11703, + "usage_id": 12 + }, + "5605.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.037, B\u00fcro", "arch_name": "03.05.037@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11705", - "roomcode": "5605.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11707", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11705, + "usage_id": 12 + }, + "5605.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.038, B\u00fcro", "arch_name": "03.05.038@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11707", - "roomcode": "5605.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55889", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11707, + "usage_id": 12 + }, + "5605.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.039, Computerlabor", "arch_name": "03.05.039@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55889", - "roomcode": "5605.03.039", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55899", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55889, + "usage_id": 103 + }, + "5605.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.040, B\u00fcro", "arch_name": "03.05.040@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55899", - "roomcode": "5605.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11770", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55899, + "usage_id": 12 + }, + "5605.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.041, B\u00fcro", "arch_name": "03.05.041@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11770", - "roomcode": "5605.03.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11773", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11770, + "usage_id": 12 + }, + "5605.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.042, B\u00fcro", "arch_name": "03.05.042@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11773", - "roomcode": "5605.03.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11776", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11773, + "usage_id": 12 + }, + "5605.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.043, B\u00fcro", "arch_name": "03.05.043@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11776", - "roomcode": "5605.03.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56048", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11776, + "usage_id": 12 + }, + "5605.03.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56048", - "roomcode": "5605.03.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56179", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56048, + "usage_id": 12 + }, + "5605.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.050, Flur", "arch_name": "03.05.050@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56179", - "roomcode": "5605.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56187", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56179, + "usage_id": 222 + }, + "5605.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.051, Aufenthalt", "arch_name": "03.05.051@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56187", - "roomcode": "5605.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11826", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56187, + "usage_id": 44 + }, + "5605.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.052, Sekretariat", "arch_name": "03.05.052@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11826", - "roomcode": "5605.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11828", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11826, + "usage_id": 40 + }, + "5605.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.053, B\u00fcro", "arch_name": "03.05.053@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11828", - "roomcode": "5605.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11831", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11828, + "usage_id": 12 + }, + "5605.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11831", - "roomcode": "5605.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11887", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11831, + "usage_id": 12 + }, + "5605.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.055, B\u00fcro", "arch_name": "03.05.055@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11887", - "roomcode": "5605.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11889", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11887, + "usage_id": 12 + }, + "5605.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.057, Praktikumsraum", "arch_name": "03.05.057@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "extended": { - "additional_description": "03.05.057, Praktikumsraum", - "address": "Boltzmannstr. 3(5605), 3.Obergescho\u00df", - "architect_room_nr": "03.05.057@5605", - "area_m2": 17.54, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "057", - "seats": 2, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11889", - "roomcode": "5605.03.057", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56361", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11889, + "usage_id": 131 + }, + "5605.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.058, B\u00fcro", "arch_name": "03.05.058@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56361", - "roomcode": "5605.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11897", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56361, + "usage_id": 12 + }, + "5605.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.059, B\u00fcro", "arch_name": "03.05.059@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11897", - "roomcode": "5605.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11899", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11897, + "usage_id": 12 + }, + "5605.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.060, B\u00fcro", "arch_name": "03.05.060@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11899", - "roomcode": "5605.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11902", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11899, + "usage_id": 12 + }, + "5605.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.061, B\u00fcro", "arch_name": "03.05.061@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=15433&cRes=30052&cReadonly=J", - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11902", - "roomcode": "5605.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53989", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 30052, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11902, + "usage_id": 12 + }, + "5605.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.101, Treppe", "arch_name": "03.05.101@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53989", - "roomcode": "5605.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53996", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53989, + "usage_id": 223 + }, + "5605.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.102, Treppe", "arch_name": "03.05.102@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53996", - "roomcode": "5605.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=54003", + "area_id": 33, + "building_id": 835, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53996, + "usage_id": 223 + }, + "5605.DG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.05.015, Aufzug", "arch_name": "04.05.015@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54003", - "roomcode": "5605.DG.015", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=54010", + "area_id": 33, + "building_id": 835, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54003, + "usage_id": 4 + }, + "5605.DG.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54010", - "roomcode": "5605.DG.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=54018", + "area_id": 33, + "building_id": 835, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54010, + "usage_id": 201 + }, + "5605.DG.021": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54018", - "roomcode": "5605.DG.021", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58754", + "area_id": 33, + "building_id": 835, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54018, + "usage_id": 201 + }, + "5605.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.011, Rechnerraum", "arch_name": "00.05.011@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": "tvKalender.wSicht?cOrg=44266&cRes=28092&cReadonly=J", - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58754", - "roomcode": "5605.EG.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70295", + "area_id": 33, + "building_id": 835, + "calendar_resource_nr": 28092, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44266, + "seats": { + "sitting": 90, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58754, + "usage_id": 207 + }, + "5605.EG.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.011A, Balkon", "arch_name": "00.05.011A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70295", - "roomcode": "5605.EG.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56529", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70295, + "usage_id": 219 + }, + "5605.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.015, Aufzug", "arch_name": "00.05.015@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56529", - "roomcode": "5605.EG.015", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56538", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56529, + "usage_id": 4 + }, + "5605.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.016, Flur", "arch_name": "00.05.016@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56538", - "roomcode": "5605.EG.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56547", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56538, + "usage_id": 222 + }, + "5605.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.017, WC-Herren", "arch_name": "00.05.017@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56547", - "roomcode": "5605.EG.017", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56555", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56547, + "usage_id": 115 + }, + "5605.EG.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56555", - "roomcode": "5605.EG.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56562", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56555, + "usage_id": 201 + }, + "5605.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.019, Putzraum", "arch_name": "00.05.019@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56562", - "roomcode": "5605.EG.019", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=17153", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56562, + "usage_id": 205 + }, + "5605.EG.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17153", - "roomcode": "5605.EG.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56679", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17153, + "usage_id": 201 + }, + "5605.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.021, WC-Damen", "arch_name": "00.05.021@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56679", - "roomcode": "5605.EG.021", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56687", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56679, + "usage_id": 116 + }, + "5605.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.030, Flur", "arch_name": "00.05.030@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56687", - "roomcode": "5605.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56692", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56687, + "usage_id": 222 + }, + "5605.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.031, Wasserversorgung", "arch_name": "00.05.031@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56692", - "roomcode": "5605.EG.031", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56813", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56692, + "usage_id": 120 + }, + "5605.EG.032A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56813", - "roomcode": "5605.EG.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56819", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56813, + "usage_id": 160 + }, + "5605.EG.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.032B, Stromversorgung", "arch_name": "00.05.032B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56819", - "roomcode": "5605.EG.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56826", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56819, + "usage_id": 120 + }, + "5605.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.033, Raumlufttechnik", "arch_name": "00.05.033@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56826", - "roomcode": "5605.EG.033", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56831", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56826, + "usage_id": 120 + }, + "5605.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.034, Kopierraum", "arch_name": "00.05.034@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56831", - "roomcode": "5605.EG.034", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56834", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56831, + "usage_id": 110 + }, + "5605.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.035, Seminarraum", "arch_name": "00.05.035@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "extended": { - "additional_description": "00.05.035, Seminarraum", - "address": "Boltzmannstr. 3(5605), Erdgescho\u00df", - "architect_room_nr": "00.05.035@5605", - "area_m2": 44.7, - "building": "5605 FMI/ Geb\u00e4udeteil 05", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "035", - "seats": 15, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56834", - "roomcode": "5605.EG.035", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56955", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56834, + "usage_id": 41 + }, + "5605.EG.036A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.036A, Aufenthaltsraum", "arch_name": "00.05.036A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56955", - "roomcode": "5605.EG.036A", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56958", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56955, + "usage_id": 44 + }, + "5605.EG.036B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.036B, Teek\u00fcche", "arch_name": "00.05.036B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56958", - "roomcode": "5605.EG.036B", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12172", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56958, + "usage_id": 198 + }, + "5605.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.038, B\u00fcro", "arch_name": "00.05.038@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12172", - "roomcode": "5605.EG.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12219", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12172, + "usage_id": 12 + }, + "5605.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.040, B\u00fcro", "arch_name": "00.05.040@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12219", - "roomcode": "5605.EG.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12224", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12219, + "usage_id": 12 + }, + "5605.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.041, B\u00fcro", "arch_name": "00.05.041@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12224", - "roomcode": "5605.EG.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57112", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12224, + "usage_id": 12 + }, + "5605.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.042, B\u00fcro", "arch_name": "00.05.042@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57112", - "roomcode": "5605.EG.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12230", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57112, + "usage_id": 12 + }, + "5605.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.043, B\u00fcro", "arch_name": "00.05.043@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12230", - "roomcode": "5605.EG.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12232", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12230, + "usage_id": 12 + }, + "5605.EG.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.044, B\u00fcro", "arch_name": "00.05.044@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12232", - "roomcode": "5605.EG.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57133", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12232, + "usage_id": 12 + }, + "5605.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.050, Flur", "arch_name": "00.05.050@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57133", - "roomcode": "5605.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12276", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57133, + "usage_id": 222 + }, + "5605.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.052, Sekretariat", "arch_name": "00.05.052@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12276", - "roomcode": "5605.EG.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68147", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12276, + "usage_id": 40 + }, + "5605.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.053, B\u00fcro", "arch_name": "00.05.053@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68147", - "roomcode": "5605.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12280", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68147, + "usage_id": 12 + }, + "5605.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.055, B\u00fcro", "arch_name": "00.05.055@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12280", - "roomcode": "5605.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57267", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12280, + "usage_id": 12 + }, + "5605.EG.056": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57267", - "roomcode": "5605.EG.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57277", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57267, + "usage_id": 12 + }, + "5605.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.057, B\u00fcro", "arch_name": "00.05.057@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57277", - "roomcode": "5605.EG.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12285", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57277, + "usage_id": 12 + }, + "5605.EG.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.058, B\u00fcro", "arch_name": "00.05.058@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12285", - "roomcode": "5605.EG.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11454", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12285, + "usage_id": 12 + }, + "5605.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.059, B\u00fcro", "arch_name": "00.05.059@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11454", - "roomcode": "5605.EG.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11457", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11454, + "usage_id": 12 + }, + "5605.EG.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11457", - "roomcode": "5605.EG.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70296", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11457, + "usage_id": 12 + }, + "5605.EG.061": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70296", - "roomcode": "5605.EG.061", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57423", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70296, + "usage_id": 7 + }, + "5605.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.101, Treppe", "arch_name": "00.05.101@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57423", - "roomcode": "5605.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57430", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57423, + "usage_id": 223 + }, + "5605.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.05.102, Treppe", "arch_name": "00.05.102@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57430", - "roomcode": "5605.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70292", + "area_id": 33, + "building_id": 835, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57430, + "usage_id": 223 + }, + "5605.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.008, Personenaufzug", "arch_name": "-1.05.008@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70292", - "roomcode": "5605.U1.008", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58296", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70292, + "usage_id": 4 + }, + "5605.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.011, Serverraum", "arch_name": "-1.05.011@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58296", - "roomcode": "5605.U1.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58421", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58296, + "usage_id": 207 + }, + "5605.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.012, Serverraum", "arch_name": "-1.05.012@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58421", - "roomcode": "5605.U1.012", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58434", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58421, + "usage_id": 207 + }, + "5605.U1.013A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.013A, Umkleide", "arch_name": "-1.05.013A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58434", - "roomcode": "5605.U1.013A", - "usage": 121 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58443", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58434, + "usage_id": 121 + }, + "5605.U1.013B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.013B, Waschraum", "arch_name": "-1.05.013B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58443", - "roomcode": "5605.U1.013B", - "usage": 210 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70294", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58443, + "usage_id": 210 + }, + "5605.U1.013C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.013C, Duschraum", "arch_name": "-1.05.013C@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70294", - "roomcode": "5605.U1.013C", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58453", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70294, + "usage_id": 113 + }, + "5605.U1.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.014A, Umkleide", "arch_name": "-1.05.014A@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58453", - "roomcode": "5605.U1.014A", - "usage": 121 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58567", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58453, + "usage_id": 121 + }, + "5605.U1.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.014B, Waschraum", "arch_name": "-1.05.014B@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58567", - "roomcode": "5605.U1.014B", - "usage": 210 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70293", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58567, + "usage_id": 210 + }, + "5605.U1.014C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.014C, Duschraum", "arch_name": "-1.05.014C@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70293", - "roomcode": "5605.U1.014C", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58575", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70293, + "usage_id": 113 + }, + "5605.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.015, Flur", "arch_name": "-1.05.015@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58575", - "roomcode": "5605.U1.015", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58584", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58575, + "usage_id": 222 + }, + "5605.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.016, Putzraum", "arch_name": "-1.05.016@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58584", - "roomcode": "5605.U1.016", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58595", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58584, + "usage_id": 205 + }, + "5605.U1.017": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58595", - "roomcode": "5605.U1.017", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58605", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58595, + "usage_id": 201 + }, + "5605.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.018, Lager", "arch_name": "-1.05.018@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58605", - "roomcode": "5605.U1.018", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58722", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58605, + "usage_id": 30 + }, + "5605.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.019, Stromversorgung", "arch_name": "-1.05.019@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58722", - "roomcode": "5605.U1.019", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58733", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58722, + "usage_id": 160 + }, + "5605.U1.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58733", - "roomcode": "5605.U1.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=58741", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58733, + "usage_id": 201 + }, + "5605.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.05.101, Treppe", "arch_name": "-1.05.101@5605", - "b_area_id": 33, - "b_filter_id": 835, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58741", - "roomcode": "5605.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56233", + "area_id": 33, + "building_id": 835, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58741, + "usage_id": 223 + }, + "5606.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.001, Flur", "arch_name": "01.06.001@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56233", - "roomcode": "5606.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=31075", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56233, + "usage_id": 222 + }, + "5606.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.011, Seminarraum", "arch_name": "01.06.011@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=15438&cRes=15280&cReadonly=J", - "extended": { - "additional_description": "01.06.011, Seminarraum", - "address": "Boltzmannstr. 3(5606), 1.Obergescho\u00df", - "architect_room_nr": "01.06.011@5606", - "area_m2": 54.32, - "building": "5606 FMI/ Geb\u00e4udeteil 06", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31075", - "roomcode": "5606.01.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70410", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 15280, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31075, + "usage_id": 41 + }, + "5606.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.011A, Balkon", "arch_name": "01.06.011A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70410", - "roomcode": "5606.01.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56249", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70410, + "usage_id": 219 + }, + "5606.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.013, Aufzug", "arch_name": "01.06.013@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56249", - "roomcode": "5606.01.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56258", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56249, + "usage_id": 4 + }, + "5606.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.014, Flur", "arch_name": "01.06.014@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56258", - "roomcode": "5606.01.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56386", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56258, + "usage_id": 222 + }, + "5606.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.015, WC-Herren", "arch_name": "01.06.015@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56386", - "roomcode": "5606.01.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56391", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56386, + "usage_id": 115 + }, + "5606.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.016, WC-Damen", "arch_name": "01.06.016@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56391", - "roomcode": "5606.01.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56401", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56391, + "usage_id": 116 + }, + "5606.01.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.017A, Putzraum", "arch_name": "01.06.017A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56401", - "roomcode": "5606.01.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56414", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56401, + "usage_id": 205 + }, + "5606.01.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56414", - "roomcode": "5606.01.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54026", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56414, + "usage_id": 201 + }, + "5606.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.018, Lager", "arch_name": "01.06.018@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54026", - "roomcode": "5606.01.018", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54034", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54026, + "usage_id": 30 + }, + "5606.01.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54034", - "roomcode": "5606.01.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=31256", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54034, + "usage_id": 201 + }, + "5606.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.020, Seminarraum", "arch_name": "01.06.020@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=15435&cRes=15283&cReadonly=J", - "extended": { - "additional_description": "01.06.020, Seminarraum", - "address": "Boltzmannstr. 3(5606), 1.Obergescho\u00df", - "architect_room_nr": "01.06.020@5606", - "area_m2": 63.69, - "building": "5606 FMI/ Geb\u00e4udeteil 06", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31256", - "roomcode": "5606.01.020", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70409", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 15283, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31256, + "usage_id": 41 + }, + "5606.01.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.020A, Balkon", "arch_name": "01.06.020A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70409", - "roomcode": "5606.01.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54047", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70409, + "usage_id": 219 + }, + "5606.01.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.022A, Kopierer", "arch_name": "01.06.022A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54047", - "roomcode": "5606.01.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13430", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54047, + "usage_id": 110 + }, + "5606.01.022B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.022B, B\u00fcro", "arch_name": "01.06.022B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13430", - "roomcode": "5606.01.022B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54183", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13430, + "usage_id": 12 + }, + "5606.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.030, Flur", "arch_name": "01.06.030@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54183", - "roomcode": "5606.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54190", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54183, + "usage_id": 222 + }, + "5606.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.031, Teek\u00fcche", "arch_name": "01.06.031@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54190", - "roomcode": "5606.01.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54199", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54190, + "usage_id": 198 + }, + "5606.01.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.032A, Stromversorgung", "arch_name": "01.06.032A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54199", - "roomcode": "5606.01.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54206", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54199, + "usage_id": 160 + }, + "5606.01.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.032B, Stromversorgung", "arch_name": "01.06.032B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54206", - "roomcode": "5606.01.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=29800", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54206, + "usage_id": 120 + }, + "5606.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.033, B\u00fcro", "arch_name": "01.06.033@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29800", - "roomcode": "5606.01.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54335", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29800, + "usage_id": 12 + }, + "5606.01.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.034A, Serverraum", "arch_name": "01.06.034A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54335", - "roomcode": "5606.01.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54347", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54335, + "usage_id": 207 + }, + "5606.01.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.034B, Lager", "arch_name": "01.06.034B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54347", - "roomcode": "5606.01.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54355", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54347, + "usage_id": 30 + }, + "5606.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.035, B\u00fcro", "arch_name": "01.06.035@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54355", - "roomcode": "5606.01.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13504", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54355, + "usage_id": 12 + }, + "5606.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.036, B\u00fcro", "arch_name": "01.06.036@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13504", - "roomcode": "5606.01.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=29908", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14179, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13504, + "usage_id": 12 + }, + "5606.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.037, B\u00fcro", "arch_name": "01.06.037@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29908", - "roomcode": "5606.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13509", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29908, + "usage_id": 12 + }, + "5606.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.038, B\u00fcro", "arch_name": "01.06.038@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14179", - "operator": "[ TUPHFPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13509", - "roomcode": "5606.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54513", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14179, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13509, + "usage_id": 12 + }, + "5606.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.039, B\u00fcro", "arch_name": "01.06.039@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54513", - "roomcode": "5606.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13537", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54513, + "usage_id": 12 + }, + "5606.01.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13537", - "roomcode": "5606.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54643", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13537, + "usage_id": 12 + }, + "5606.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.050, Flur", "arch_name": "01.06.050@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54643", - "roomcode": "5606.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54652", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54643, + "usage_id": 222 + }, + "5606.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.051, Besprechungsraum", "arch_name": "01.06.051@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=15438&cRes=25807&cReadonly=J", - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54652", - "roomcode": "5606.01.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13543", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 25807, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54652, + "usage_id": 196 + }, + "5606.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.052, Besprechung", "arch_name": "01.06.052@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13543", - "roomcode": "5606.01.052", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13545", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13543, + "usage_id": 196 + }, + "5606.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.053, B\u00fcro", "arch_name": "01.06.053@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13545", - "roomcode": "5606.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13568", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13545, + "usage_id": 12 + }, + "5606.01.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.054, B\u00fcro", "arch_name": "01.06.054@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13568", - "roomcode": "5606.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13571", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13568, + "usage_id": 12 + }, + "5606.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.055, B\u00fcro", "arch_name": "01.06.055@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13571", - "roomcode": "5606.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13572", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13571, + "usage_id": 12 + }, + "5606.01.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.056, B\u00fcro", "arch_name": "01.06.056@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13572", - "roomcode": "5606.01.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13573", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13572, + "usage_id": 12 + }, + "5606.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.057, B\u00fcro", "arch_name": "01.06.057@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13573", - "roomcode": "5606.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13574", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13573, + "usage_id": 12 + }, + "5606.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.058, B\u00fcro", "arch_name": "01.06.058@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13574", - "roomcode": "5606.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13576", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13574, + "usage_id": 12 + }, + "5606.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.059, B\u00fcro", "arch_name": "01.06.059@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13576", - "roomcode": "5606.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13611", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13576, + "usage_id": 12 + }, + "5606.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.060, B\u00fcro", "arch_name": "01.06.060@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13611", - "roomcode": "5606.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13613", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13611, + "usage_id": 12 + }, + "5606.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.061, B\u00fcro", "arch_name": "01.06.061@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13613", - "roomcode": "5606.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54992", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15438, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13613, + "usage_id": 12 + }, + "5606.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.101, Treppe", "arch_name": "01.06.101@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54992", - "roomcode": "5606.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55001", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54992, + "usage_id": 223 + }, + "5606.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.06.102, Treppe", "arch_name": "01.06.102@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55001", - "roomcode": "5606.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55006", + "area_id": 33, + "building_id": 837, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55001, + "usage_id": 223 + }, + "5606.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.001, Flur", "arch_name": "02.06.001@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55006", - "roomcode": "5606.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=30232", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55006, + "usage_id": 222 + }, + "5606.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.011, Rechnerraum", "arch_name": "02.06.011@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=14598&cRes=15271&cReadonly=J", - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30232", - "roomcode": "5606.02.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70299", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 15271, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30232, + "usage_id": 207 + }, + "5606.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.011A, Balkon", "arch_name": "02.06.011A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70299", - "roomcode": "5606.02.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55142", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70299, + "usage_id": 219 + }, + "5606.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.013, Aufzug", "arch_name": "02.06.013@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55142", - "roomcode": "5606.02.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55149", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55142, + "usage_id": 4 + }, + "5606.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.014, Flur", "arch_name": "02.06.014@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55149", - "roomcode": "5606.02.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55158", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55149, + "usage_id": 222 + }, + "5606.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.015, WC-Herren", "arch_name": "02.06.015@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55158", - "roomcode": "5606.02.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55292", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55158, + "usage_id": 115 + }, + "5606.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.016, WC-Damen", "arch_name": "02.06.016@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55292", - "roomcode": "5606.02.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55301", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55292, + "usage_id": 116 + }, + "5606.02.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.017A, Putzraum", "arch_name": "02.06.017A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55301", - "roomcode": "5606.02.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55309", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55301, + "usage_id": 205 + }, + "5606.02.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55309", - "roomcode": "5606.02.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55317", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55309, + "usage_id": 201 + }, + "5606.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.018, Abstellraum", "arch_name": "02.06.018@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55317", - "roomcode": "5606.02.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55456", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55317, + "usage_id": 159 + }, + "5606.02.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55456", - "roomcode": "5606.02.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55462", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55456, + "usage_id": 201 + }, + "5606.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.020, Rechnerraum", "arch_name": "02.06.020@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=14599&cRes=18526&cReadonly=J", - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14599", - "operator": "[ TUMAM09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55462", - "roomcode": "5606.02.020", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70298", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 18526, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14599, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55462, + "usage_id": 207 + }, + "5606.02.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.020A, Balkon", "arch_name": "02.06.020A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70298", - "roomcode": "5606.02.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13802", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70298, + "usage_id": 219 + }, + "5606.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.021, B\u00fcro", "arch_name": "02.06.021@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13802", - "roomcode": "5606.02.021", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55482", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13802, + "usage_id": 12 + }, + "5606.02.022A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55482", - "roomcode": "5606.02.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55620", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55482, + "usage_id": 110 + }, + "5606.02.022B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=32893&cReadonly=J", - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55620", - "roomcode": "5606.02.022B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55629", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 32893, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55620, + "usage_id": 196 + }, + "5606.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.030, Flur", "arch_name": "02.06.030@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55629", - "roomcode": "5606.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55639", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55629, + "usage_id": 222 + }, + "5606.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.031, Wasserversorgung", "arch_name": "02.06.031@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55639", - "roomcode": "5606.02.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55654", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55639, + "usage_id": 183 + }, + "5606.02.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.032A, Stromversorgung", "arch_name": "02.06.032A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55654", - "roomcode": "5606.02.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55787", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55654, + "usage_id": 160 + }, + "5606.02.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.032B, Stromversorgung", "arch_name": "02.06.032B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55787", - "roomcode": "5606.02.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55800", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55787, + "usage_id": 120 + }, + "5606.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.033, B\u00fcro", "arch_name": "02.06.033@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14603", - "operator": "[ TUMAM12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55800", - "roomcode": "5606.02.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55815", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14603, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55800, + "usage_id": 12 + }, + "5606.02.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.034A, Drucker", "arch_name": "02.06.034A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55815", - "roomcode": "5606.02.034A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55935", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55815, + "usage_id": 110 + }, + "5606.02.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.034B, Archiv", "arch_name": "02.06.034B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55935", - "roomcode": "5606.02.034B", - "usage": 2 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55949", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55935, + "usage_id": 2 + }, + "5606.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.035, B\u00fcro", "arch_name": "02.06.035@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14603", - "operator": "[ TUMAM12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55949", - "roomcode": "5606.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=30806", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14603, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55949, + "usage_id": 12 + }, + "5606.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.036, Rechnerraum", "arch_name": "02.06.036@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30806", - "roomcode": "5606.02.036", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55976", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30806, + "usage_id": 207 + }, + "5606.02.037": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14603", - "operator": "[ TUMAM12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55976", - "roomcode": "5606.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13932", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14603, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55976, + "usage_id": 12 + }, + "5606.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.038, B\u00fcro", "arch_name": "02.06.038@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13932", - "roomcode": "5606.02.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56120", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13932, + "usage_id": 12 + }, + "5606.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.039, B\u00fcro", "arch_name": "02.06.039@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14603", - "operator": "[ TUMAM12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56120", - "roomcode": "5606.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56133", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14603, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56120, + "usage_id": 12 + }, + "5606.02.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56133", - "roomcode": "5606.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56267", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56133, + "usage_id": 12 + }, + "5606.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.050, Flur", "arch_name": "02.06.050@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56267", - "roomcode": "5606.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56277", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56267, + "usage_id": 222 + }, + "5606.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.051, Aufenthaltsraum", "arch_name": "02.06.051@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56277", - "roomcode": "5606.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56291", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56277, + "usage_id": 44 + }, + "5606.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.052, Sekretariat", "arch_name": "02.06.052@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=14598&cRes=20941&cReadonly=J", - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56291", - "roomcode": "5606.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13984", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 20941, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56291, + "usage_id": 40 + }, + "5606.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.053, B\u00fcro", "arch_name": "02.06.053@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13984", - "roomcode": "5606.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=14011", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13984, + "usage_id": 12 + }, + "5606.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14011", - "roomcode": "5606.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=14019", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14011, + "usage_id": 12 + }, + "5606.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.055, B\u00fcro", "arch_name": "02.06.055@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14019", - "roomcode": "5606.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=14027", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14019, + "usage_id": 12 + }, + "5606.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.057, B\u00fcro", "arch_name": "02.06.057@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14027", - "roomcode": "5606.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=14033", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14027, + "usage_id": 12 + }, + "5606.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.058, B\u00fcro", "arch_name": "02.06.058@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14033", - "roomcode": "5606.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13344", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14033, + "usage_id": 12 + }, + "5606.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.059, B\u00fcro", "arch_name": "02.06.059@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13344", - "roomcode": "5606.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54235", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13344, + "usage_id": 12 + }, + "5606.02.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54235", - "roomcode": "5606.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13357", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54235, + "usage_id": 12 + }, + "5606.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.061, B\u00fcro", "arch_name": "02.06.061@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13357", - "roomcode": "5606.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54377", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13357, + "usage_id": 12 + }, + "5606.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.101, Treppe", "arch_name": "02.06.101@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54377", - "roomcode": "5606.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54391", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54377, + "usage_id": 223 + }, + "5606.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.06.102, Treppe", "arch_name": "02.06.102@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54391", - "roomcode": "5606.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54530", + "area_id": 33, + "building_id": 837, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54391, + "usage_id": 223 + }, + "5606.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.001, Flur", "arch_name": "03.06.001@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54530", - "roomcode": "5606.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=15553", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54530, + "usage_id": 222 + }, + "5606.03.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15221&cReadonly=J", - "extended": { - "additional_description": "03.06.011, Seminarraum (M6/M8)", - "address": "Boltzmannstr. 3(5606), 3.Obergescho\u00df", - "architect_room_nr": "03.06.011@5606", - "area_m2": 54.31, - "building": "5606 FMI/ Geb\u00e4udeteil 06", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15553", - "roomcode": "5606.03.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70301", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 15221, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15553, + "usage_id": 41 + }, + "5606.03.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.011A, Balkon", "arch_name": "03.06.011A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70301", - "roomcode": "5606.03.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54550", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70301, + "usage_id": 219 + }, + "5606.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.013, Aufzug", "arch_name": "03.06.013@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54550", - "roomcode": "5606.03.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54561", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54550, + "usage_id": 4 + }, + "5606.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.014, Flur", "arch_name": "03.06.014@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54561", - "roomcode": "5606.03.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54688", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54561, + "usage_id": 222 + }, + "5606.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.015, WC-Herren", "arch_name": "03.06.015@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54688", - "roomcode": "5606.03.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54701", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54688, + "usage_id": 115 + }, + "5606.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.016, WC-Damen", "arch_name": "03.06.016@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54701", - "roomcode": "5606.03.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54715", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54701, + "usage_id": 116 + }, + "5606.03.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.017A, Putzraum", "arch_name": "03.06.017A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54715", - "roomcode": "5606.03.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54726", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54715, + "usage_id": 205 + }, + "5606.03.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54726", - "roomcode": "5606.03.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54860", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54726, + "usage_id": 201 + }, + "5606.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.018, Abstellraum", "arch_name": "03.06.018@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54860", - "roomcode": "5606.03.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54870", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54860, + "usage_id": 159 + }, + "5606.03.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54870", - "roomcode": "5606.03.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=29956", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54870, + "usage_id": 201 + }, + "5606.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.020, Rechnerraum", "arch_name": "03.06.020@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29956", - "roomcode": "5606.03.020", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70300", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29956, + "usage_id": 207 + }, + "5606.03.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.020A, Balkon", "arch_name": "03.06.020A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70300", - "roomcode": "5606.03.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13528", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70300, + "usage_id": 219 + }, + "5606.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.021, B\u00fcro", "arch_name": "03.06.021@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13528", - "roomcode": "5606.03.021", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55028", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13528, + "usage_id": 12 + }, + "5606.03.022A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55028", - "roomcode": "5606.03.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55040", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55028, + "usage_id": 110 + }, + "5606.03.022B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=32892&cReadonly=J", - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55040", - "roomcode": "5606.03.022B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55167", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 32892, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55040, + "usage_id": 196 + }, + "5606.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.030, Flur", "arch_name": "03.06.030@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55167", - "roomcode": "5606.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55178", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55167, + "usage_id": 222 + }, + "5606.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.031, Wasserversorgung", "arch_name": "03.06.031@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55178", - "roomcode": "5606.03.031", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55186", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55178, + "usage_id": 120 + }, + "5606.03.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.032A, Stromversorgung", "arch_name": "03.06.032A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55186", - "roomcode": "5606.03.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55197", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55186, + "usage_id": 160 + }, + "5606.03.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.032B, Stromversorgung", "arch_name": "03.06.032B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55197", - "roomcode": "5606.03.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13567", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55197, + "usage_id": 120 + }, + "5606.03.033": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13567", - "roomcode": "5606.03.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55352", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13567, + "usage_id": 12 + }, + "5606.03.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.034A, Serverraum", "arch_name": "03.06.034A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55352", - "roomcode": "5606.03.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55368", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55352, + "usage_id": 207 + }, + "5606.03.034B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55368", - "roomcode": "5606.03.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13607", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55368, + "usage_id": 30 + }, + "5606.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.035, B\u00fcro", "arch_name": "03.06.035@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13607", - "roomcode": "5606.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13610", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13607, + "usage_id": 12 + }, + "5606.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.036, B\u00fcro", "arch_name": "03.06.036@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13610", - "roomcode": "5606.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55516", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13610, + "usage_id": 12 + }, + "5606.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.037, B\u00fcro", "arch_name": "03.06.037@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55516", - "roomcode": "5606.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13657", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55516, + "usage_id": 12 + }, + "5606.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.038, B\u00fcro", "arch_name": "03.06.038@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13657", - "roomcode": "5606.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13660", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13657, + "usage_id": 12 + }, + "5606.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.039, B\u00fcro", "arch_name": "03.06.039@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13660", - "roomcode": "5606.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13666", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13660, + "usage_id": 12 + }, + "5606.03.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13666", - "roomcode": "5606.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55683", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13666, + "usage_id": 12 + }, + "5606.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.050, Flur", "arch_name": "03.06.050@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55683", - "roomcode": "5606.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55826", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55683, + "usage_id": 222 + }, + "5606.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.051, Aufenthaltsraum", "arch_name": "03.06.051@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55826", - "roomcode": "5606.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13726", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55826, + "usage_id": 44 + }, + "5606.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.052, Sekretariat", "arch_name": "03.06.052@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13726", - "roomcode": "5606.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13728", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13726, + "usage_id": 40 + }, + "5606.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.053, B\u00fcro", "arch_name": "03.06.053@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13728", - "roomcode": "5606.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13729", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13728, + "usage_id": 12 + }, + "5606.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13729", - "roomcode": "5606.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13731", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13729, + "usage_id": 12 + }, + "5606.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.05.055, B\u00fcro", "arch_name": "03.05.055@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13731", - "roomcode": "5606.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13778", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13731, + "usage_id": 12 + }, + "5606.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.057, B\u00fcro", "arch_name": "03.06.057@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13778", - "roomcode": "5606.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13780", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13778, + "usage_id": 12 + }, + "5606.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.058, B\u00fcro", "arch_name": "03.06.058@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13780", - "roomcode": "5606.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13781", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13780, + "usage_id": 12 + }, + "5606.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.059, B\u00fcro", "arch_name": "03.06.059@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13781", - "roomcode": "5606.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13784", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13781, + "usage_id": 12 + }, + "5606.03.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13784", - "roomcode": "5606.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13787", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13784, + "usage_id": 12 + }, + "5606.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.061, B\u00fcro", "arch_name": "03.06.061@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=14596", - "operator": "[ TUMAM08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13787", - "roomcode": "5606.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55991", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13787, + "usage_id": 12 + }, + "5606.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.101, Treppe", "arch_name": "03.06.101@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55991", - "roomcode": "5606.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55997", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55991, + "usage_id": 223 + }, + "5606.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.06.102, Treppe", "arch_name": "03.06.102@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55997", - "roomcode": "5606.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=56003", + "area_id": 33, + "building_id": 837, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55997, + "usage_id": 223 + }, + "5606.04.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.06.013, Aufzug", "arch_name": "04.06.013@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56003", - "roomcode": "5606.04.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=56008", + "area_id": 33, + "building_id": 837, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56003, + "usage_id": 4 + }, + "5606.04.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56008", - "roomcode": "5606.04.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=56013", + "area_id": 33, + "building_id": 837, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56008, + "usage_id": 201 + }, + "5606.04.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56013", - "roomcode": "5606.04.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=30472", + "area_id": 33, + "building_id": 837, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56013, + "usage_id": 201 + }, + "5606.EG.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=12579&cReadonly=J", - "extended": { - "additional_description": "00.06.011, MI H\u00f6rsaal 3", - "address": "Boltzmannstr. 3(5606), Erdgescho\u00df", - "architect_room_nr": "00.06.011@5606", - "area_m2": 115.09, - "building": "5606 FMI/ Geb\u00e4udeteil 06", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "011", - "seats": 100, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30472", - "roomcode": "5606.EG.011", - "usage": 20 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55121", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 12579, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 100, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30472, + "usage_id": 20 + }, + "5606.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.013, Aufzug", "arch_name": "00.06.013@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55121", - "roomcode": "5606.EG.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55245", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55121, + "usage_id": 4 + }, + "5606.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.014, Flur", "arch_name": "00.06.014@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55245", - "roomcode": "5606.EG.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55254", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55245, + "usage_id": 222 + }, + "5606.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.015, WC-Herren", "arch_name": "00.06.015@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55254", - "roomcode": "5606.EG.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55261", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55254, + "usage_id": 115 + }, + "5606.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.016, WC-Damen", "arch_name": "00.06.016@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55261", - "roomcode": "5606.EG.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55270", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55261, + "usage_id": 116 + }, + "5606.EG.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.017A, Putzraum", "arch_name": "00.06.017A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55270", - "roomcode": "5606.EG.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55283", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55270, + "usage_id": 205 + }, + "5606.EG.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55283", - "roomcode": "5606.EG.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55289", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55283, + "usage_id": 201 + }, + "5606.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.018, Abstellraum", "arch_name": "00.06.018@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55289", - "roomcode": "5606.EG.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55422", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55289, + "usage_id": 159 + }, + "5606.EG.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55422", - "roomcode": "5606.EG.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70407", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55422, + "usage_id": 201 + }, + "5606.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.021, Treppe", "arch_name": "00.06.021@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70407", - "roomcode": "5606.EG.021", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55430", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70407, + "usage_id": 223 + }, + "5606.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.030, Flur", "arch_name": "00.06.030@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55430", - "roomcode": "5606.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55438", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55430, + "usage_id": 222 + }, + "5606.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.031, Dusche", "arch_name": "00.06.031@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55438", - "roomcode": "5606.EG.031", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55448", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55438, + "usage_id": 113 + }, + "5606.EG.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.032A, Stromversorgung", "arch_name": "00.06.032A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55448", - "roomcode": "5606.EG.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55579", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55448, + "usage_id": 160 + }, + "5606.EG.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.032B, Stromversorgung", "arch_name": "00.06.032B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55579", - "roomcode": "5606.EG.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55588", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55579, + "usage_id": 120 + }, + "5606.EG.033": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=45500&cRes=34044&cReadonly=J", - "list_index": "49", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55588", - "roomcode": "5606.EG.033", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55594", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 34044, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55588, + "usage_id": 196 + }, + "5606.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.034, Sanit\u00e4tsraum", "arch_name": "00.06.034@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55594", - "roomcode": "5606.EG.034", - "usage": 178 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55601", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55594, + "usage_id": 178 + }, + "5606.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.036, B\u00fcro", "arch_name": "00.06.036@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55601", - "roomcode": "5606.EG.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55610", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55601, + "usage_id": 12 + }, + "5606.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.037, Besprechungsraum", "arch_name": "00.06.037@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": "tvKalender.wSicht?cOrg=45500&cRes=33132&cReadonly=J", - "list_index": "52", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55610", - "roomcode": "5606.EG.037", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55615", + "area_id": 33, + "building_id": 837, + "calendar_resource_nr": 33132, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55610, + "usage_id": 196 + }, + "5606.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.038, Lager", "arch_name": "00.06.038@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55615", - "roomcode": "5606.EG.038", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55743", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55615, + "usage_id": 30 + }, + "5606.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.039, Ausgabe", "arch_name": "00.06.039@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55743", - "roomcode": "5606.EG.039", - "usage": 186 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55750", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55743, + "usage_id": 186 + }, + "5606.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.040, Post", "arch_name": "00.06.040@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55750", - "roomcode": "5606.EG.040", - "usage": 186 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55759", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55750, + "usage_id": 186 + }, + "5606.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.041, Drucker", "arch_name": "00.06.041@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55759", - "roomcode": "5606.EG.041", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55768", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55759, + "usage_id": 110 + }, + "5606.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.042, Lager", "arch_name": "00.06.042@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55768", - "roomcode": "5606.EG.042", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55902", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55768, + "usage_id": 30 + }, + "5606.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.050, Flur", "arch_name": "00.06.050@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55902", - "roomcode": "5606.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70408", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55902, + "usage_id": 222 + }, + "5606.EG.050A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70408", - "roomcode": "5606.EG.050A", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11523", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70408, + "usage_id": 7 + }, + "5606.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.052, B\u00fcro", "arch_name": "00.06.052@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11523", - "roomcode": "5606.EG.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=30900", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11523, + "usage_id": 12 + }, + "5606.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.054, B\u00fcro", "arch_name": "00.06.054@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30900", - "roomcode": "5606.EG.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11532", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30900, + "usage_id": 12 + }, + "5606.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.055, B\u00fcro", "arch_name": "00.06.055@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11532", - "roomcode": "5606.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55930", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11532, + "usage_id": 12 + }, + "5606.EG.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.056, Pausenraum", "arch_name": "00.06.056@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55930", - "roomcode": "5606.EG.056", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11538", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55930, + "usage_id": 44 + }, + "5606.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.057, B\u00fcro", "arch_name": "00.06.057@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11538", - "roomcode": "5606.EG.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56072", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11538, + "usage_id": 12 + }, + "5606.EG.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.058, Pausenraum", "arch_name": "00.06.058@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56072", - "roomcode": "5606.EG.058", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56080", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56072, + "usage_id": 44 + }, + "5606.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.059, B\u00fcro", "arch_name": "00.06.059@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=43836", - "operator": "[ TUPEYIT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56080", - "roomcode": "5606.EG.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56088", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 43836, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56080, + "usage_id": 12 + }, + "5606.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.101, Treppe", "arch_name": "00.06.101@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56088", - "roomcode": "5606.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56222", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56088, + "usage_id": 223 + }, + "5606.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.06.102, Treppe", "arch_name": "00.06.102@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56222", - "roomcode": "5606.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54136", + "area_id": 33, + "building_id": 837, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56222, + "usage_id": 223 + }, + "5606.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.011, Flur", "arch_name": "-1.06.011@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54136", - "roomcode": "5606.U1.011", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54143", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54136, + "usage_id": 222 + }, + "5606.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.012, WC", "arch_name": "-1.06.012@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54143", - "roomcode": "5606.U1.012", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54148", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54143, + "usage_id": 114 + }, + "5606.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.013, Aufzug", "arch_name": "-1.06.013@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54148", - "roomcode": "5606.U1.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54158", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54148, + "usage_id": 4 + }, + "5606.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.014, Flur", "arch_name": "-1.06.014@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54158", - "roomcode": "5606.U1.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54167", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54158, + "usage_id": 222 + }, + "5606.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.015, WC", "arch_name": "-1.06.015@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54167", - "roomcode": "5606.U1.015", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54290", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54167, + "usage_id": 114 + }, + "5606.U1.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.016A, WC", "arch_name": "-1.06.016A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54290", - "roomcode": "5606.U1.016A", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54295", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54290, + "usage_id": 114 + }, + "5606.U1.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.016B, WC", "arch_name": "-1.06.016B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54295", - "roomcode": "5606.U1.016B", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54305", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54295, + "usage_id": 114 + }, + "5606.U1.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.017A, Putzraum", "arch_name": "-1.06.017A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54305", - "roomcode": "5606.U1.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54314", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54305, + "usage_id": 205 + }, + "5606.U1.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54314", - "roomcode": "5606.U1.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54323", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54314, + "usage_id": 201 + }, + "5606.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.018, Abstellraum", "arch_name": "-1.06.018@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54323", - "roomcode": "5606.U1.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54449", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54323, + "usage_id": 159 + }, + "5606.U1.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54449", - "roomcode": "5606.U1.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54458", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54449, + "usage_id": 201 + }, + "5606.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.020, B\u00fcro", "arch_name": "-1.06.020@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54458", - "roomcode": "5606.U1.020", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54467", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54458, + "usage_id": 12 + }, + "5606.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.021, RLT", "arch_name": "-1.06.021@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54467", - "roomcode": "5606.U1.021", - "usage": 32 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54487", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54467, + "usage_id": 32 + }, + "5606.U1.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.031, Wasserversorgung", "arch_name": "-1.06.031@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54487", - "roomcode": "5606.U1.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54601", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54487, + "usage_id": 183 + }, + "5606.U1.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.032, Stromversorgung", "arch_name": "-1.06.032@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54601", - "roomcode": "5606.U1.032", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54614", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54601, + "usage_id": 160 + }, + "5606.U1.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.033, B\u00fcro", "arch_name": "-1.06.033@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54614", - "roomcode": "5606.U1.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54623", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54614, + "usage_id": 12 + }, + "5606.U1.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.034, Umkleide", "arch_name": "-1.06.034@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54623", - "roomcode": "5606.U1.034", - "usage": 121 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70406", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54623, + "usage_id": 121 + }, + "5606.U1.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.034A, Duschraum", "arch_name": "-1.06.034A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70406", - "roomcode": "5606.U1.034A", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70403", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70406, + "usage_id": 113 + }, + "5606.U1.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.034B, Duschraum", "arch_name": "-1.06.034B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70403", - "roomcode": "5606.U1.034B", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54634", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70403, + "usage_id": 113 + }, + "5606.U1.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.035, Pausenraum", "arch_name": "-1.06.035@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54634", - "roomcode": "5606.U1.035", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54775", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54634, + "usage_id": 44 + }, + "5606.U1.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.036, Umkleide", "arch_name": "-1.06.036@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54775", - "roomcode": "5606.U1.036", - "usage": 121 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70405", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54775, + "usage_id": 121 + }, + "5606.U1.036A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.036A, Duschraum", "arch_name": "-1.06.036A@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70405", - "roomcode": "5606.U1.036A", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70404", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70405, + "usage_id": 113 + }, + "5606.U1.036B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.036B, Duschraum", "arch_name": "-1.06.036B@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70404", - "roomcode": "5606.U1.036B", - "usage": 113 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54784", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70404, + "usage_id": 113 + }, + "5606.U1.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.038, Lager", "arch_name": "-1.06.038@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54784", - "roomcode": "5606.U1.038", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54793", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54784, + "usage_id": 30 + }, + "5606.U1.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.050, Flur", "arch_name": "-1.06.050@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54793", - "roomcode": "5606.U1.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54803", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54793, + "usage_id": 222 + }, + "5606.U1.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.051, Werkstatt", "arch_name": "-1.06.051@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54803", - "roomcode": "5606.U1.051", - "usage": 51 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54932", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54803, + "usage_id": 51 + }, + "5606.U1.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.053, Abfallentsorgung", "arch_name": "-1.06.053@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54932", - "roomcode": "5606.U1.053", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54940", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54932, + "usage_id": 120 + }, + "5606.U1.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.056, Lager", "arch_name": "-1.06.056@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54940", - "roomcode": "5606.U1.056", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54948", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54940, + "usage_id": 30 + }, + "5606.U1.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.057, Abfallentsorgung", "arch_name": "-1.06.057@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54948", - "roomcode": "5606.U1.057", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54957", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54948, + "usage_id": 120 + }, + "5606.U1.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.059, Abfallentsorgung", "arch_name": "-1.06.059@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54957", - "roomcode": "5606.U1.059", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54967", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54957, + "usage_id": 120 + }, + "5606.U1.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.060, Lager", "arch_name": "-1.06.060@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54967", - "roomcode": "5606.U1.060", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55091", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54967, + "usage_id": 30 + }, + "5606.U1.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.061, Lager", "arch_name": "-1.06.061@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55091", - "roomcode": "5606.U1.061", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55097", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55091, + "usage_id": 30 + }, + "5606.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.101, Treppe", "arch_name": "-1.06.101@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55097", - "roomcode": "5606.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55107", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55097, + "usage_id": 223 + }, + "5606.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.06.102, Treppe", "arch_name": "-1.06.102@5606", - "b_area_id": 33, - "b_filter_id": 837, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55107", - "roomcode": "5606.U1.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55216", + "area_id": 33, + "building_id": 837, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55107, + "usage_id": 223 + }, + "5607.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.011A, Kopierer", "arch_name": "01.07.011A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55216", - "roomcode": "5607.01.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55223", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55216, + "usage_id": 110 + }, + "5607.01.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.011B, Besprechung", "arch_name": "01.07.011B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15426&cRes=22396&cReadonly=J", - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55223", - "roomcode": "5607.01.011B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55231", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 22396, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 7, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55223, + "usage_id": 196 + }, + "5607.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.012, Praktikumsraum", "arch_name": "01.07.012@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15426&cRes=22662&cReadonly=J", - "extended": { - "additional_description": "01.07.012, Praktikumsraum", - "address": "Boltzmannstr. 3(5607), 1.Obergescho\u00df", - "architect_room_nr": "01.07.012@5607", - "area_m2": 35.88, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55231", - "roomcode": "5607.01.012", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=29668", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 22662, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55231, + "usage_id": 131 + }, + "5607.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.014, Seminarraum", "arch_name": "01.07.014@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15426&cRes=15268&cReadonly=J", - "extended": { - "additional_description": "01.07.014, Seminarraum", - "address": "Boltzmannstr. 3(5607), 1.Obergescho\u00df", - "architect_room_nr": "01.07.014@5607", - "area_m2": 45.17, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29668", - "roomcode": "5607.01.014", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70302", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15268, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29668, + "usage_id": 41 + }, + "5607.01.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.014A, Balkon", "arch_name": "01.07.014A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70302", - "roomcode": "5607.01.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55239", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70302, + "usage_id": 219 + }, + "5607.01.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55239", - "roomcode": "5607.01.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54890", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55239, + "usage_id": 201 + }, + "5607.01.016": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54890", - "roomcode": "5607.01.016", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54897", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54890, + "usage_id": 117 + }, + "5607.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.017, Flur", "arch_name": "01.07.017@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54897", - "roomcode": "5607.01.017", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54902", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54897, + "usage_id": 222 + }, + "5607.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.018, WC-Herren", "arch_name": "01.07.018@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54902", - "roomcode": "5607.01.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54908", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54902, + "usage_id": 115 + }, + "5607.01.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.019A, Putzraum", "arch_name": "01.07.019A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54908", - "roomcode": "5607.01.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54912", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54908, + "usage_id": 205 + }, + "5607.01.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54912", - "roomcode": "5607.01.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54920", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54912, + "usage_id": 201 + }, + "5607.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.020, Lager", "arch_name": "01.07.020@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54920", - "roomcode": "5607.01.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54923", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54920, + "usage_id": 30 + }, + "5607.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.021, Aufzug", "arch_name": "01.07.021@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54923", - "roomcode": "5607.01.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=29234", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54923, + "usage_id": 4 + }, + "5607.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.023, Seminarraum", "arch_name": "01.07.023@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15436&cRes=15262&cReadonly=J", - "extended": { - "additional_description": "01.07.023, Seminarraum", - "address": "Boltzmannstr. 3(5607), 1.Obergescho\u00df", - "architect_room_nr": "01.07.023@5607", - "area_m2": 54.31, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15436", - "operator": "[ TUINI11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29234", - "roomcode": "5607.01.023", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70303", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15262, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15436, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29234, + "usage_id": 41 + }, + "5607.01.023A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.023A, Balkon", "arch_name": "01.07.023A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70303", - "roomcode": "5607.01.023A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54565", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70303, + "usage_id": 219 + }, + "5607.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.030, Flur", "arch_name": "01.07.030@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54565", - "roomcode": "5607.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54570", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54565, + "usage_id": 222 + }, + "5607.01.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.031A, Stromversorgung", "arch_name": "01.07.031A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54570", - "roomcode": "5607.01.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54575", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54570, + "usage_id": 160 + }, + "5607.01.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.031B, Stromversorgung", "arch_name": "01.07.031B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54575", - "roomcode": "5607.01.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54580", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54575, + "usage_id": 120 + }, + "5607.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.032, Teek\u00fcche", "arch_name": "01.07.032@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54580", - "roomcode": "5607.01.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=28933", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54580, + "usage_id": 198 + }, + "5607.01.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.033A, Serverraum", "arch_name": "01.07.033A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28933", - "roomcode": "5607.01.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54587", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28933, + "usage_id": 207 + }, + "5607.01.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.033B, Kopierraum", "arch_name": "01.07.033B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54587", - "roomcode": "5607.01.033B", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54591", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54587, + "usage_id": 110 + }, + "5607.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.034, Rechnerraum", "arch_name": "01.07.034@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15426&cRes=31633&cReadonly=J", - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54591", - "roomcode": "5607.01.034", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13450", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 31633, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54591, + "usage_id": 207 + }, + "5607.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.035, B\u00fcro", "arch_name": "01.07.035@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13450", - "roomcode": "5607.01.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13452", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13450, + "usage_id": 12 + }, + "5607.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.037, B\u00fcro", "arch_name": "01.07.037@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13452", - "roomcode": "5607.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55058", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13452, + "usage_id": 12 + }, + "5607.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.038, Labor", "arch_name": "01.07.038@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55058", - "roomcode": "5607.01.038", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55063", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55058, + "usage_id": 103 + }, + "5607.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.039, B\u00fcro", "arch_name": "01.07.039@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55063", - "roomcode": "5607.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13473", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55063, + "usage_id": 12 + }, + "5607.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.040, B\u00fcro", "arch_name": "01.07.040@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13473", - "roomcode": "5607.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13475", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13473, + "usage_id": 12 + }, + "5607.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.041, B\u00fcro", "arch_name": "01.07.041@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13475", - "roomcode": "5607.01.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13479", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13475, + "usage_id": 12 + }, + "5607.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.042, B\u00fcro", "arch_name": "01.07.042@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13479", - "roomcode": "5607.01.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55083", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13479, + "usage_id": 12 + }, + "5607.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.043, Computerlabor", "arch_name": "01.07.043@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55083", - "roomcode": "5607.01.043", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13483", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55083, + "usage_id": 103 + }, + "5607.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.044, B\u00fcro", "arch_name": "01.07.044@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13483", - "roomcode": "5607.01.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59318", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13483, + "usage_id": 12 + }, + "5607.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.050, Flur", "arch_name": "01.07.050@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59318", - "roomcode": "5607.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59323", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59318, + "usage_id": 222 + }, + "5607.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.051, Aufenthalt", "arch_name": "01.07.051@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59323", - "roomcode": "5607.01.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13511", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59323, + "usage_id": 44 + }, + "5607.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.052, B\u00fcro", "arch_name": "01.07.052@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13511", - "roomcode": "5607.01.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13512", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13511, + "usage_id": 40 + }, + "5607.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.053, B\u00fcro", "arch_name": "01.07.053@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13512", - "roomcode": "5607.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13513", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13512, + "usage_id": 12 + }, + "5607.01.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13513", - "roomcode": "5607.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13516", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13513, + "usage_id": 12 + }, + "5607.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.055, B\u00fcro", "arch_name": "01.07.055@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13516", - "roomcode": "5607.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13518", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13516, + "usage_id": 12 + }, + "5607.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.057, B\u00fcro", "arch_name": "01.07.057@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13518", - "roomcode": "5607.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59400", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13518, + "usage_id": 12 + }, + "5607.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.058, Besprechungsraum", "arch_name": "01.07.058@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15426&cRes=20260&cReadonly=J", - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59400", - "roomcode": "5607.01.058", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13523", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 20260, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59400, + "usage_id": 196 + }, + "5607.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.059, B\u00fcro", "arch_name": "01.07.059@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13523", - "roomcode": "5607.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13525", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13523, + "usage_id": 12 + }, + "5607.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.060, B\u00fcro", "arch_name": "01.07.060@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13525", - "roomcode": "5607.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59415", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13525, + "usage_id": 12 + }, + "5607.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.061, B\u00fcro", "arch_name": "01.07.061@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59415", - "roomcode": "5607.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59421", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59415, + "usage_id": 12 + }, + "5607.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.101, Treppe", "arch_name": "01.07.101@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59421", - "roomcode": "5607.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59427", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59421, + "usage_id": 223 + }, + "5607.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.07.102, Treppe", "arch_name": "01.07.102@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59427", - "roomcode": "5607.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59487", + "area_id": 33, + "building_id": 839, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59427, + "usage_id": 223 + }, + "5607.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.011A, Kopierer", "arch_name": "02.07.011A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59487", - "roomcode": "5607.02.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59491", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59487, + "usage_id": 110 + }, + "5607.02.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.011B, Besprechung", "arch_name": "02.07.011B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15434&cRes=26719&cReadonly=J", - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59491", - "roomcode": "5607.02.011B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=29060", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 26719, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59491, + "usage_id": 196 + }, + "5607.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.012, Messraum", "arch_name": "02.07.012@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29060", - "roomcode": "5607.02.012", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=29062", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29060, + "usage_id": 103 + }, + "5607.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.014, Seminarraum", "arch_name": "02.07.014@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15427&cRes=15259&cReadonly=J", - "extended": { - "additional_description": "02.07.014, Seminarraum", - "address": "Boltzmannstr. 3(5607), 2.Obergescho\u00df", - "architect_room_nr": "02.07.014@5607", - "area_m2": 54.44, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29062", - "roomcode": "5607.02.014", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70304", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15259, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29062, + "usage_id": 41 + }, + "5607.02.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.014A, Balkon", "arch_name": "02.07.014A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70304", - "roomcode": "5607.02.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59503", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70304, + "usage_id": 219 + }, + "5607.02.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59503", - "roomcode": "5607.02.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59509", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59503, + "usage_id": 201 + }, + "5607.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.016, Flur", "arch_name": "02.07.016@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59509", - "roomcode": "5607.02.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59514", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59509, + "usage_id": 222 + }, + "5607.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.017, Beh.-WC", "arch_name": "02.07.017@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59514", - "roomcode": "5607.02.017", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59571", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59514, + "usage_id": 117 + }, + "5607.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.018, WC-Herren", "arch_name": "02.07.018@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59571", - "roomcode": "5607.02.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59577", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59571, + "usage_id": 115 + }, + "5607.02.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.019A, Putzraum", "arch_name": "02.07.019A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59577", - "roomcode": "5607.02.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59582", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59577, + "usage_id": 205 + }, + "5607.02.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59582", - "roomcode": "5607.02.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59500", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59582, + "usage_id": 201 + }, + "5607.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.020, Lager", "arch_name": "02.07.020@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59500", - "roomcode": "5607.02.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59506", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59500, + "usage_id": 30 + }, + "5607.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.021, Aufzug", "arch_name": "02.07.021@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59506", - "roomcode": "5607.02.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=29448", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59506, + "usage_id": 4 + }, + "5607.02.023": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15430&cRes=15264&cReadonly=J", - "extended": { - "additional_description": "02.07.023, Seminarraum (Inf. 2/5)", - "address": "Boltzmannstr. 3(5607), 2.Obergescho\u00df", - "architect_room_nr": "02.07.023@5607", - "area_m2": 54.31, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 34, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15430", - "operator": "[ TUINI05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29448", - "roomcode": "5607.02.023", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70305", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15264, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15430, + "seats": { + "sitting": 34, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29448, + "usage_id": 41 + }, + "5607.02.023A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.023A, Balkon", "arch_name": "02.07.023A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70305", - "roomcode": "5607.02.023A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59568", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70305, + "usage_id": 219 + }, + "5607.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.030, Flur", "arch_name": "02.07.030@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59568", - "roomcode": "5607.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59572", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59568, + "usage_id": 222 + }, + "5607.02.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.031A, Stromversorgung", "arch_name": "02.07.031A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59572", - "roomcode": "5607.02.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59580", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59572, + "usage_id": 160 + }, + "5607.02.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.031B, Stromversorgung", "arch_name": "02.07.031B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59580", - "roomcode": "5607.02.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59583", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59580, + "usage_id": 120 + }, + "5607.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.032, Teek\u00fcche", "arch_name": "02.07.032@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59583", - "roomcode": "5607.02.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59586", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59583, + "usage_id": 198 + }, + "5607.02.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.033A, Serverraum", "arch_name": "02.07.033A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59586", - "roomcode": "5607.02.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59587", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59586, + "usage_id": 207 + }, + "5607.02.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59587", - "roomcode": "5607.02.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59591", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59587, + "usage_id": 30 + }, + "5607.02.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=48258&cRes=19343&cReadonly=J", - "list_index": "120", - "op_link": "webnav.navigate_to?corg=48258", - "operator": "[ TUINF19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59591", - "roomcode": "5607.02.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13598", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 19343, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 48258, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59591, + "usage_id": 12 + }, + "5607.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.035, B\u00fcro", "arch_name": "02.07.035@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13598", - "roomcode": "5607.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13627", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13598, + "usage_id": 12 + }, + "5607.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.037, B\u00fcro", "arch_name": "02.07.037@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13627", - "roomcode": "5607.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59655", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13627, + "usage_id": 12 + }, + "5607.02.038": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=48258&cRes=19301&cReadonly=J", - "list_index": "123", - "op_link": "webnav.navigate_to?corg=48258", - "operator": "[ TUINF19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59655", - "roomcode": "5607.02.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13637", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 19301, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48258, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59655, + "usage_id": 12 + }, + "5607.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.039, B\u00fcro", "arch_name": "02.07.039@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13637", - "roomcode": "5607.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13639", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13637, + "usage_id": 12 + }, + "5607.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.041, B\u00fcro", "arch_name": "02.07.041@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13639", - "roomcode": "5607.02.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59667", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13639, + "usage_id": 12 + }, + "5607.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.042, Labor", "arch_name": "02.07.042@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59667", - "roomcode": "5607.02.042", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13644", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59667, + "usage_id": 103 + }, + "5607.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.043, B\u00fcro", "arch_name": "02.07.043@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13644", - "roomcode": "5607.02.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13649", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13644, + "usage_id": 12 + }, + "5607.02.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.044, B\u00fcro", "arch_name": "02.07.044@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13649", - "roomcode": "5607.02.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59683", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13649, + "usage_id": 12 + }, + "5607.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.050, Flur", "arch_name": "02.07.050@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15427&cRes=25925&cReadonly=J", - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59683", - "roomcode": "5607.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59735", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 25925, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59683, + "usage_id": 222 + }, + "5607.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.051, Aufenthalt", "arch_name": "02.07.051@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15427&cRes=27713&cReadonly=J", - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59735", - "roomcode": "5607.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13700", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 27713, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59735, + "usage_id": 44 + }, + "5607.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.052, B\u00fcro", "arch_name": "02.07.052@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13700", - "roomcode": "5607.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13704", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13700, + "usage_id": 40 + }, + "5607.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.053, B\u00fcro", "arch_name": "02.07.053@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13704", - "roomcode": "5607.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13705", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13704, + "usage_id": 12 + }, + "5607.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13705", - "roomcode": "5607.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13708", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13705, + "usage_id": 12 + }, + "5607.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.055, B\u00fcro", "arch_name": "02.07.055@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13708", - "roomcode": "5607.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13710", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13708, + "usage_id": 12 + }, + "5607.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.057, B\u00fcro", "arch_name": "02.07.057@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13710", - "roomcode": "5607.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59593", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13710, + "usage_id": 12 + }, + "5607.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.058, B\u00fcro", "arch_name": "02.07.058@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59593", - "roomcode": "5607.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13625", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59593, + "usage_id": 12 + }, + "5607.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.059, B\u00fcro", "arch_name": "02.07.059@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13625", - "roomcode": "5607.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13630", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13625, + "usage_id": 12 + }, + "5607.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.060, B\u00fcro", "arch_name": "02.07.060@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13630", - "roomcode": "5607.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13634", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13630, + "usage_id": 12 + }, + "5607.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.061, B\u00fcro", "arch_name": "02.07.061@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15427", - "operator": "[ TUINI02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13634", - "roomcode": "5607.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59664", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15427, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13634, + "usage_id": 12 + }, + "5607.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.101, Treppe", "arch_name": "02.07.101@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59664", - "roomcode": "5607.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59670", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59664, + "usage_id": 223 + }, + "5607.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.07.102, Treppe", "arch_name": "02.07.102@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59670", - "roomcode": "5607.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59676", + "area_id": 33, + "building_id": 839, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59670, + "usage_id": 223 + }, + "5607.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.001, Flur", "arch_name": "03.07.001@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59676", - "roomcode": "5607.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=29539", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59676, + "usage_id": 222 + }, + "5607.03.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15431&cRes=15267&cReadonly=J", - "extended": { - "additional_description": "03.07.011, Praktikum/Labor/Mob.", - "address": "Boltzmannstr. 3(5607), 3.Obergescho\u00df", - "architect_room_nr": "03.07.011@5607", - "area_m2": 82.26, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29539", - "roomcode": "5607.03.011", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59745", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15267, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29539, + "usage_id": 131 + }, + "5607.03.014B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.014B, Besprechungsraum", "arch_name": "03.07.014B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59745", - "roomcode": "5607.03.014B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59752", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59745, + "usage_id": 196 + }, + "5607.03.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59752", - "roomcode": "5607.03.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55064", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59752, + "usage_id": 201 + }, + "5607.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.016, Flur", "arch_name": "03.07.016@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55064", - "roomcode": "5607.03.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55070", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55064, + "usage_id": 222 + }, + "5607.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.017, Beh.-WC", "arch_name": "03.07.017@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55070", - "roomcode": "5607.03.017", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55073", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55070, + "usage_id": 117 + }, + "5607.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.018, WC-Herren", "arch_name": "03.07.018@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55073", - "roomcode": "5607.03.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55076", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55073, + "usage_id": 115 + }, + "5607.03.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.019A, Putzraum", "arch_name": "03.07.019A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55076", - "roomcode": "5607.03.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55080", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55076, + "usage_id": 205 + }, + "5607.03.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55080", - "roomcode": "5607.03.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55084", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55080, + "usage_id": 201 + }, + "5607.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.020, Lager", "arch_name": "03.07.020@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55084", - "roomcode": "5607.03.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55088", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55084, + "usage_id": 30 + }, + "5607.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.021, Aufzug", "arch_name": "03.07.021@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55088", - "roomcode": "5607.03.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=29333", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55088, + "usage_id": 4 + }, + "5607.03.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.023, Tutor", "arch_name": "03.07.023@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=15433&cRes=15263&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29333", - "roomcode": "5607.03.023", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59322", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15263, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29333, + "usage_id": 12 + }, + "5607.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.030, Flur", "arch_name": "03.07.030@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59322", - "roomcode": "5607.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59324", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59322, + "usage_id": 222 + }, + "5607.03.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.031A, Stromversorgung", "arch_name": "03.07.031A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59324", - "roomcode": "5607.03.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59329", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59324, + "usage_id": 160 + }, + "5607.03.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.031B, Stromversorgung", "arch_name": "03.07.031B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59329", - "roomcode": "5607.03.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59334", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59329, + "usage_id": 120 + }, + "5607.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.032, Teek\u00fcche", "arch_name": "03.07.032@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59334", - "roomcode": "5607.03.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59338", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59334, + "usage_id": 198 + }, + "5607.03.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.033A, Serverraum", "arch_name": "03.07.033A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59338", - "roomcode": "5607.03.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59764", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59338, + "usage_id": 207 + }, + "5607.03.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59764", - "roomcode": "5607.03.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=29239", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59764, + "usage_id": 30 + }, + "5607.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.034, Mitarbeiterb\u00fcro", "arch_name": "03.07.034@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29239", - "roomcode": "5607.03.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13407", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29239, + "usage_id": 12 + }, + "5607.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.035, B\u00fcro", "arch_name": "03.07.035@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13407", - "roomcode": "5607.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=69900", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13407, + "usage_id": 12 + }, + "5607.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.036, Mitarbeiterb\u00fcro", "arch_name": "03.07.036@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69900", - "roomcode": "5607.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13437", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69900, + "usage_id": 12 + }, + "5607.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.037, B\u00fcro", "arch_name": "03.07.037@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13437", - "roomcode": "5607.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54577", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13437, + "usage_id": 12 + }, + "5607.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.038, Seminarraum", "arch_name": "03.07.038@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "extended": { - "additional_description": "03.07.038, Seminarraum", - "address": "Boltzmannstr. 3(5607), 3.Obergescho\u00df", - "architect_room_nr": "03.07.038@5607", - "area_m2": 35.77, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "038", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54577", - "roomcode": "5607.03.038", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=28932", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54577, + "usage_id": 41 + }, + "5607.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.039, B\u00fcro", "arch_name": "03.07.039@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=28932", - "roomcode": "5607.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13441", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 28932, + "usage_id": 12 + }, + "5607.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.041, B\u00fcro", "arch_name": "03.07.041@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13441", - "roomcode": "5607.03.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13443", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13441, + "usage_id": 12 + }, + "5607.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.042, B\u00fcro", "arch_name": "03.07.042@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13443", - "roomcode": "5607.03.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13445", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13443, + "usage_id": 12 + }, + "5607.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.043, B\u00fcro", "arch_name": "03.07.043@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13445", - "roomcode": "5607.03.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13448", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13445, + "usage_id": 12 + }, + "5607.03.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13448", - "roomcode": "5607.03.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54595", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13448, + "usage_id": 12 + }, + "5607.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.050, Flur", "arch_name": "03.07.050@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54595", - "roomcode": "5607.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55054", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54595, + "usage_id": 222 + }, + "5607.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.051, Aufenthaltsraum", "arch_name": "03.07.051@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55054", - "roomcode": "5607.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13453", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55054, + "usage_id": 44 + }, + "5607.03.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13453", - "roomcode": "5607.03.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13515", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13453, + "usage_id": 12 + }, + "5607.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.053, B\u00fcro", "arch_name": "03.07.053@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13515", - "roomcode": "5607.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13714", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13515, + "usage_id": 12 + }, + "5607.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13714", - "roomcode": "5607.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13517", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13714, + "usage_id": 12 + }, + "5607.03.055": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13517", - "roomcode": "5607.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13519", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13517, + "usage_id": 12 + }, + "5607.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.057, B\u00fcro", "arch_name": "03.07.057@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13519", - "roomcode": "5607.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13522", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13519, + "usage_id": 12 + }, + "5607.03.058": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13522", - "roomcode": "5607.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13524", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13522, + "usage_id": 12 + }, + "5607.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.059, B\u00fcro", "arch_name": "03.07.059@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13524", - "roomcode": "5607.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13526", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13524, + "usage_id": 12 + }, + "5607.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.060, B\u00fcro", "arch_name": "03.07.060@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13526", - "roomcode": "5607.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13549", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13526, + "usage_id": 12 + }, + "5607.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.061, B\u00fcro", "arch_name": "03.07.061@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13549", - "roomcode": "5607.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59420", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13549, + "usage_id": 12 + }, + "5607.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.101, Treppe", "arch_name": "03.07.101@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59420", - "roomcode": "5607.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=59426", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59420, + "usage_id": 223 + }, + "5607.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.07.102, Treppe", "arch_name": "03.07.102@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59426", - "roomcode": "5607.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=59430", + "area_id": 33, + "building_id": 839, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59426, + "usage_id": 223 + }, + "5607.04.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59430", - "roomcode": "5607.04.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=59483", + "area_id": 33, + "building_id": 839, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59430, + "usage_id": 201 + }, + "5607.04.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.07.016, Flur", "arch_name": "04.07.016@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59483", - "roomcode": "5607.04.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=59488", + "area_id": 33, + "building_id": 839, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59483, + "usage_id": 222 + }, + "5607.04.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.07.017, Treppe", "arch_name": "04.07.017@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59488", - "roomcode": "5607.04.017", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=59492", + "area_id": 33, + "building_id": 839, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59488, + "usage_id": 223 + }, + "5607.04.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.07.020, Aufzug", "arch_name": "04.07.020@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59492", - "roomcode": "5607.04.020", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=48608", + "area_id": 33, + "building_id": 839, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59492, + "usage_id": 4 + }, + "5607.04.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.07.101, Treppe", "arch_name": "04.07.101@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48608", - "roomcode": "5607.04.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=29013", + "area_id": 33, + "building_id": 839, + "floor_level": "4.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48608, + "usage_id": 223 + }, + "5607.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.011, B\u00fcro", "arch_name": "00.07.011@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15257&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29013", - "roomcode": "5607.EG.011", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54087", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 15257, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29013, + "usage_id": 12 + }, + "5607.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.014, \u00dcbungsraum", "arch_name": "00.07.014@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=18481&cReadonly=J", - "extended": { - "additional_description": "00.07.014, \u00dcbungsraum", - "address": "Boltzmannstr. 3(5607), Erdgescho\u00df", - "architect_room_nr": "00.07.014@5607", - "area_m2": 82.57, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54087", - "roomcode": "5607.EG.014", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70357", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 18481, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54087, + "usage_id": 131 + }, + "5607.EG.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.014A, Terrasse", "arch_name": "00.07.014A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70357", - "roomcode": "5607.EG.014A", - "usage": 48 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54093", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70357, + "usage_id": 48 + }, + "5607.EG.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54093", - "roomcode": "5607.EG.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54099", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54093, + "usage_id": 201 + }, + "5607.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.016, Flur", "arch_name": "00.07.016@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54099", - "roomcode": "5607.EG.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54104", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54099, + "usage_id": 222 + }, + "5607.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.017, Beh.-WC", "arch_name": "00.07.017@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54104", - "roomcode": "5607.EG.017", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54110", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54104, + "usage_id": 117 + }, + "5607.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.018, WC-Herren", "arch_name": "00.07.018@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54110", - "roomcode": "5607.EG.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54115", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54110, + "usage_id": 115 + }, + "5607.EG.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54115", - "roomcode": "5607.EG.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54121", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54115, + "usage_id": 201 + }, + "5607.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.020, Putzraum", "arch_name": "00.07.020@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54121", - "roomcode": "5607.EG.020", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54126", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54121, + "usage_id": 205 + }, + "5607.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.021, Aufzug", "arch_name": "00.07.021@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54126", - "roomcode": "5607.EG.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54249", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54126, + "usage_id": 4 + }, + "5607.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.023, Rechnerraum", "arch_name": "00.07.023@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=44266&cRes=23649&cReadonly=J", - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54249", - "roomcode": "5607.EG.023", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70358", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 23649, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 44266, + "seats": { + "sitting": 45, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54249, + "usage_id": 207 + }, + "5607.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.024, Rechnerraum", "arch_name": "00.07.024@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70358", - "roomcode": "5607.EG.024", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54252", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70358, + "usage_id": 207 + }, + "5607.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.030, Flur", "arch_name": "00.07.030@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54252", - "roomcode": "5607.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54258", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54252, + "usage_id": 222 + }, + "5607.EG.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.031A, Stromversorgung", "arch_name": "00.07.031A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54258", - "roomcode": "5607.EG.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54266", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54258, + "usage_id": 160 + }, + "5607.EG.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.031B, Stromversorgung", "arch_name": "00.07.031B@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54266", - "roomcode": "5607.EG.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54270", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54266, + "usage_id": 120 + }, + "5607.EG.032": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54270", - "roomcode": "5607.EG.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54276", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54270, + "usage_id": 198 + }, + "5607.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.033, Serverraum", "arch_name": "00.07.033@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54276", - "roomcode": "5607.EG.033", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54280", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54276, + "usage_id": 207 + }, + "5607.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.034, Raumlufttechnik", "arch_name": "00.07.034@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54280", - "roomcode": "5607.EG.034", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54287", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54280, + "usage_id": 120 + }, + "5607.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.035, B\u00fcro", "arch_name": "00.07.035@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54287", - "roomcode": "5607.EG.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70359", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54287, + "usage_id": 12 + }, + "5607.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.036, Unterrichtsraum", "arch_name": "00.07.036@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "extended": { - "additional_description": "00.07.036, Unterrichtsraum", - "address": "Boltzmannstr. 3(5607), Erdgescho\u00df", - "architect_room_nr": "00.07.036@5607", - "area_m2": 35.58, - "building": "5607 FMI/ Geb\u00e4udeteil 07", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70359", - "roomcode": "5607.EG.036", - "usage": 130 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54408", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70359, + "usage_id": 130 + }, + "5607.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.037, Rechnerraum", "arch_name": "00.07.037@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=18842&cReadonly=J", - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54408", - "roomcode": "5607.EG.037", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=29652", + "area_id": 33, + "building_id": 839, + "calendar_resource_nr": 18842, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54408, + "usage_id": 207 + }, + "5607.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.040, B\u00fcro", "arch_name": "00.07.040@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29652", - "roomcode": "5607.EG.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54423", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29652, + "usage_id": 12 + }, + "5607.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.041, B\u00fcro", "arch_name": "00.07.041@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54423", - "roomcode": "5607.EG.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=68169", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54423, + "usage_id": 12 + }, + "5607.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.042, B\u00fcro", "arch_name": "00.07.042@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68169", - "roomcode": "5607.EG.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54428", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68169, + "usage_id": 12 + }, + "5607.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.050, Flur", "arch_name": "00.07.050@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54428", - "roomcode": "5607.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13363", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54428, + "usage_id": 222 + }, + "5607.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.051, B\u00fcro", "arch_name": "00.07.051@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13363", - "roomcode": "5607.EG.051", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13364", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13363, + "usage_id": 12 + }, + "5607.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.053, B\u00fcro", "arch_name": "00.07.053@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13364", - "roomcode": "5607.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=29128", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13364, + "usage_id": 12 + }, + "5607.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.054, Wartungszentrale", "arch_name": "00.07.054@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29128", - "roomcode": "5607.EG.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13368", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29128, + "usage_id": 12 + }, + "5607.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.055, B\u00fcro", "arch_name": "00.07.055@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13368", - "roomcode": "5607.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54738", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13368, + "usage_id": 12 + }, + "5607.EG.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.056, Lager", "arch_name": "00.07.056@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54738", - "roomcode": "5607.EG.056", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70360", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54738, + "usage_id": 30 + }, + "5607.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.057, B\u00fcro", "arch_name": "00.07.057@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70360", - "roomcode": "5607.EG.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=29732", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70360, + "usage_id": 12 + }, + "5607.EG.057A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.057A, Lager", "arch_name": "00.07.057A@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29732", - "roomcode": "5607.EG.057A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54755", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29732, + "usage_id": 30 + }, + "5607.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.059, Werkstatt-Stromversorgung", "arch_name": "00.07.059@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54755", - "roomcode": "5607.EG.059", - "usage": 51 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54760", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54755, + "usage_id": 51 + }, + "5607.EG.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.060, Lager", "arch_name": "00.07.060@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54760", - "roomcode": "5607.EG.060", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54766", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54760, + "usage_id": 30 + }, + "5607.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.101, Treppe", "arch_name": "00.07.101@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54766", - "roomcode": "5607.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55206", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54766, + "usage_id": 223 + }, + "5607.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.102, Treppe", "arch_name": "00.07.102@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55206", - "roomcode": "5607.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70361", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55206, + "usage_id": 223 + }, + "5607.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.07.103, Treppe", "arch_name": "00.07.103@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70361", - "roomcode": "5607.EG.103", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56152", + "area_id": 33, + "building_id": 839, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70361, + "usage_id": 223 + }, + "5607.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.011, Niederspannung", "arch_name": "-1.07.011@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56152", - "roomcode": "5607.U1.011", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56159", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56152, + "usage_id": 160 + }, + "5607.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.012, Magazin/Ausstellung", "arch_name": "-1.07.012@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56159", - "roomcode": "5607.U1.012", - "usage": 148 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56161", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56159, + "usage_id": 148 + }, + "5607.U1.013": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56161", - "roomcode": "5607.U1.013", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56165", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56161, + "usage_id": 201 + }, + "5607.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.014, Flur", "arch_name": "-1.07.014@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56165", - "roomcode": "5607.U1.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56173", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56165, + "usage_id": 222 + }, + "5607.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.015, WC", "arch_name": "-1.07.015@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56173", - "roomcode": "5607.U1.015", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56299", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56173, + "usage_id": 114 + }, + "5607.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.016, WC", "arch_name": "-1.07.016@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56299", - "roomcode": "5607.U1.016", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56306", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56299, + "usage_id": 114 + }, + "5607.U1.017": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56306", - "roomcode": "5607.U1.017", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56312", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56306, + "usage_id": 201 + }, + "5607.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.018, Putzraum", "arch_name": "-1.07.018@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56312", - "roomcode": "5607.U1.018", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56318", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56312, + "usage_id": 205 + }, + "5607.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.019, Stromversorgung", "arch_name": "-1.07.019@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56318", - "roomcode": "5607.U1.019", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56326", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56318, + "usage_id": 160 + }, + "5607.U1.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.020, Aufzug", "arch_name": "-1.07.020@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56326", - "roomcode": "5607.U1.020", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56336", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56326, + "usage_id": 4 + }, + "5607.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.021, Lager", "arch_name": "-1.07.021@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56336", - "roomcode": "5607.U1.021", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56340", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56336, + "usage_id": 30 + }, + "5607.U1.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.023, Netzwerk/Lager", "arch_name": "-1.07.023@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56340", - "roomcode": "5607.U1.023", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53943", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56340, + "usage_id": 207 + }, + "5607.U1.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.040, Lichtschacht", "arch_name": "-1.07.040@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53943", - "roomcode": "5607.U1.040", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53952", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53943, + "usage_id": 120 + }, + "5607.U1.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.041, Trafo", "arch_name": "-1.07.041@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53952", - "roomcode": "5607.U1.041", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53958", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53952, + "usage_id": 160 + }, + "5607.U1.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.042, Trafo", "arch_name": "-1.07.042@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53958", - "roomcode": "5607.U1.042", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53964", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53958, + "usage_id": 160 + }, + "5607.U1.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.043, Trafo", "arch_name": "-1.07.043@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53964", - "roomcode": "5607.U1.043", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=53972", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53964, + "usage_id": 160 + }, + "5607.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.07.101, Treppe", "arch_name": "-1.07.101@5607", - "b_area_id": 33, - "b_filter_id": 839, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53972", - "roomcode": "5607.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57752", + "area_id": 33, + "building_id": 839, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53972, + "usage_id": 223 + }, + "5608.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.001, Flur", "arch_name": "01.08.001@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57752", - "roomcode": "5608.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57761", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57752, + "usage_id": 222 + }, + "5608.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.011, Praktikumsraum", "arch_name": "01.08.011@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=15435&cRes=22458&cReadonly=J", - "extended": { - "additional_description": "01.08.011, Praktikumsraum", - "address": "Boltzmannstr. 3(5608), 1.Obergescho\u00df", - "architect_room_nr": "01.08.011@5608", - "area_m2": 54.31, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57761", - "roomcode": "5608.01.011", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70307", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 22458, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57761, + "usage_id": 131 + }, + "5608.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.011A, Balkon", "arch_name": "01.08.011A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70307", - "roomcode": "5608.01.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57888", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70307, + "usage_id": 219 + }, + "5608.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.013, Aufzug", "arch_name": "01.08.013@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57888", - "roomcode": "5608.01.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57895", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57888, + "usage_id": 4 + }, + "5608.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.014, Flur", "arch_name": "01.08.014@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57895", - "roomcode": "5608.01.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57902", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57895, + "usage_id": 222 + }, + "5608.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.015, WC-Herren", "arch_name": "01.08.015@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57902", - "roomcode": "5608.01.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57914", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57902, + "usage_id": 115 + }, + "5608.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.016, Beh.-WC", "arch_name": "01.08.016@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57914", - "roomcode": "5608.01.016", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57921", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57914, + "usage_id": 117 + }, + "5608.01.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.017A, Putzraum", "arch_name": "01.08.017A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57921", - "roomcode": "5608.01.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58036", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57921, + "usage_id": 205 + }, + "5608.01.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58036", - "roomcode": "5608.01.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58047", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58036, + "usage_id": 201 + }, + "5608.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.018, Lager", "arch_name": "01.08.018@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58047", - "roomcode": "5608.01.018", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58054", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58047, + "usage_id": 30 + }, + "5608.01.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58054", - "roomcode": "5608.01.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58064", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58054, + "usage_id": 201 + }, + "5608.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.020, Praktikumsraum", "arch_name": "01.08.020@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "extended": { - "additional_description": "01.08.020, Praktikumsraum", - "address": "Boltzmannstr. 3(5608), 1.Obergescho\u00df", - "architect_room_nr": "01.08.020@5608", - "area_m2": 26.88, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58064", - "roomcode": "5608.01.020", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58188", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58064, + "usage_id": 131 + }, + "5608.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.021, Praktikumsraum", "arch_name": "01.08.021@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=15437&cRes=18566&cReadonly=J", - "extended": { - "additional_description": "01.08.021, Praktikumsraum", - "address": "Boltzmannstr. 3(5608), 1.Obergescho\u00df", - "architect_room_nr": "01.08.021@5608", - "area_m2": 35.88, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "021", - "seats": 9, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58188", - "roomcode": "5608.01.021", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70306", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 18566, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58188, + "usage_id": 131 + }, + "5608.01.021A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.021A, Balkon", "arch_name": "01.08.021A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70306", - "roomcode": "5608.01.021A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58198", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70306, + "usage_id": 219 + }, + "5608.01.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.022A, Kopierer", "arch_name": "01.08.022A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58198", - "roomcode": "5608.01.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58205", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58198, + "usage_id": 110 + }, + "5608.01.022B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.022B, Besprechung", "arch_name": "01.08.022B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=30697&cRes=27254&cReadonly=J", - "list_index": "61", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58205", - "roomcode": "5608.01.022B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58213", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 27254, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58205, + "usage_id": 196 + }, + "5608.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.030, Flur", "arch_name": "01.08.030@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58213", - "roomcode": "5608.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58222", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58213, + "usage_id": 222 + }, + "5608.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.031, Teek\u00fcche", "arch_name": "01.08.031@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58222", - "roomcode": "5608.01.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58344", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58222, + "usage_id": 198 + }, + "5608.01.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.032A, Stromversorgung", "arch_name": "01.08.032A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58344", - "roomcode": "5608.01.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58356", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58344, + "usage_id": 160 + }, + "5608.01.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.032B, Stromversorgung", "arch_name": "01.08.032B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58356", - "roomcode": "5608.01.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=17157", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58356, + "usage_id": 120 + }, + "5608.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.033, Besprechungsraum", "arch_name": "01.08.033@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=30697&cRes=15229&cReadonly=J", - "list_index": "66", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17157", - "roomcode": "5608.01.033", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58371", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 15229, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17157, + "usage_id": 196 + }, + "5608.01.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.034A, Serverraum", "arch_name": "01.08.034A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58371", - "roomcode": "5608.01.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58381", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58371, + "usage_id": 207 + }, + "5608.01.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.034B, Lager", "arch_name": "01.08.034B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58381", - "roomcode": "5608.01.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13025", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58381, + "usage_id": 30 + }, + "5608.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.036, B\u00fcro", "arch_name": "01.08.036@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13025", - "roomcode": "5608.01.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13029", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13025, + "usage_id": 12 + }, + "5608.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.037, B\u00fcro", "arch_name": "01.08.037@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13029", - "roomcode": "5608.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13078", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13029, + "usage_id": 12 + }, + "5608.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.038, B\u00fcro", "arch_name": "01.08.038@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13078", - "roomcode": "5608.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13082", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13078, + "usage_id": 12 + }, + "5608.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.039, B\u00fcro", "arch_name": "01.08.039@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13082", - "roomcode": "5608.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13085", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13082, + "usage_id": 12 + }, + "5608.01.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13085", - "roomcode": "5608.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58652", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13085, + "usage_id": 12 + }, + "5608.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.050, Flur", "arch_name": "01.08.050@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15433", - "operator": "[ TUINI08 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58652", - "roomcode": "5608.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58658", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15433, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58652, + "usage_id": 222 + }, + "5608.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.051, Aufenthalt", "arch_name": "01.08.051@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58658", - "roomcode": "5608.01.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13095", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58658, + "usage_id": 44 + }, + "5608.01.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13095", - "roomcode": "5608.01.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13167", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13095, + "usage_id": 12 + }, + "5608.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.053, B\u00fcro", "arch_name": "01.08.053@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13167", - "roomcode": "5608.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13170", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13167, + "usage_id": 12 + }, + "5608.01.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13170", - "roomcode": "5608.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58679", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13170, + "usage_id": 12 + }, + "5608.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.055, B\u00fcro", "arch_name": "01.08.055@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58679", - "roomcode": "5608.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13178", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58679, + "usage_id": 12 + }, + "5608.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.057, B\u00fcro", "arch_name": "01.08.057@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13178", - "roomcode": "5608.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56469", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 30697, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13178, + "usage_id": 12 + }, + "5608.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.058, Seminarraum", "arch_name": "01.08.058@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "extended": { - "additional_description": "01.08.058, Seminarraum", - "address": "Boltzmannstr. 3(5608), 1.Obergescho\u00df", - "architect_room_nr": "01.08.058@5608", - "area_m2": 26.61, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "058", - "seats": 5, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56469", - "roomcode": "5608.01.058", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13186", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56469, + "usage_id": 41 + }, + "5608.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.059, B\u00fcro", "arch_name": "01.08.059@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13186", - "roomcode": "5608.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13245", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13186, + "usage_id": 12 + }, + "5608.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.060, B\u00fcro", "arch_name": "01.08.060@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13245", - "roomcode": "5608.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13249", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13245, + "usage_id": 12 + }, + "5608.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.061, B\u00fcro", "arch_name": "01.08.061@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=30697", - "operator": "[ TUINI20 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13249", - "roomcode": "5608.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56608", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 30697, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13249, + "usage_id": 12 + }, + "5608.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.101, Treppe", "arch_name": "01.08.101@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56608", - "roomcode": "5608.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56614", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56608, + "usage_id": 223 + }, + "5608.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.08.102, Treppe", "arch_name": "01.08.102@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56614", - "roomcode": "5608.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56620", + "area_id": 33, + "building_id": 840, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56614, + "usage_id": 223 + }, + "5608.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.001, Flur", "arch_name": "02.08.001@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56620", - "roomcode": "5608.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26364", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56620, + "usage_id": 222 + }, + "5608.02.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15245&cReadonly=J", - "extended": { - "additional_description": "02.08.011, Seminarraum (M2/M3)", - "address": "Boltzmannstr. 3(5608), 2.Obergescho\u00df", - "architect_room_nr": "02.08.011@5608", - "area_m2": 54.31, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26364", - "roomcode": "5608.02.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70309", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 15245, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26364, + "usage_id": 41 + }, + "5608.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.011A, Balkon", "arch_name": "02.08.011A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70309", - "roomcode": "5608.02.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56635", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70309, + "usage_id": 219 + }, + "5608.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.013, Aufzug", "arch_name": "02.08.013@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56635", - "roomcode": "5608.02.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56639", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56635, + "usage_id": 4 + }, + "5608.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.014, Flur", "arch_name": "02.08.014@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56639", - "roomcode": "5608.02.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56743", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56639, + "usage_id": 222 + }, + "5608.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.015, WC-Herren", "arch_name": "02.08.015@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56743", - "roomcode": "5608.02.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56751", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56743, + "usage_id": 115 + }, + "5608.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.016, Beh.-WC", "arch_name": "02.08.016@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56751", - "roomcode": "5608.02.016", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56755", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56751, + "usage_id": 117 + }, + "5608.02.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.017A, Putzraum", "arch_name": "02.08.017A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56755", - "roomcode": "5608.02.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56763", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56755, + "usage_id": 205 + }, + "5608.02.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56763", - "roomcode": "5608.02.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56773", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56763, + "usage_id": 201 + }, + "5608.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.018, Abstellraum", "arch_name": "02.08.018@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56773", - "roomcode": "5608.02.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56887", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56773, + "usage_id": 159 + }, + "5608.02.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56887", - "roomcode": "5608.02.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26471", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56887, + "usage_id": 201 + }, + "5608.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.020, Seminarraum (M11)", "arch_name": "02.08.020@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15246&cReadonly=J", - "extended": { - "additional_description": "02.08.020, Seminarraum (M11)", - "address": "Boltzmannstr. 3(5608), 2.Obergescho\u00df", - "architect_room_nr": "02.08.020@5608", - "area_m2": 36.15, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26471", - "roomcode": "5608.02.020", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70308", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 15246, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26471, + "usage_id": 41 + }, + "5608.02.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.020A, Balkon", "arch_name": "02.08.020A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70308", - "roomcode": "5608.02.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56899", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70308, + "usage_id": 219 + }, + "5608.02.021": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=53597&cRes=33992&cReadonly=J", - "list_index": "100", - "op_link": "webnav.navigate_to?corg=53597", - "operator": "[ TUS1DP1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56899", - "roomcode": "5608.02.021", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57033", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 33992, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 53597, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56899, + "usage_id": 44 + }, + "5608.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.030, Flur", "arch_name": "02.08.030@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57033", - "roomcode": "5608.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57041", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57033, + "usage_id": 222 + }, + "5608.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.031, Wasserversorgung", "arch_name": "02.08.031@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57041", - "roomcode": "5608.02.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57053", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57041, + "usage_id": 183 + }, + "5608.02.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.032A, Stromversorgung", "arch_name": "02.08.032A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57053", - "roomcode": "5608.02.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57059", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57053, + "usage_id": 160 + }, + "5608.02.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.032B, Stromversorgung", "arch_name": "02.08.032B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57059", - "roomcode": "5608.02.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12381", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57059, + "usage_id": 120 + }, + "5608.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.033, B\u00fcro", "arch_name": "02.08.033@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12381", - "roomcode": "5608.02.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57184", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12381, + "usage_id": 12 + }, + "5608.02.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.034A, Serverraum", "arch_name": "02.08.034A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57184", - "roomcode": "5608.02.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57193", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57184, + "usage_id": 207 + }, + "5608.02.034B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57193", - "roomcode": "5608.02.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12390", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57193, + "usage_id": 30 + }, + "5608.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.035, B\u00fcro", "arch_name": "02.08.035@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12390", - "roomcode": "5608.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12393", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12390, + "usage_id": 12 + }, + "5608.02.036": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12393", - "roomcode": "5608.02.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12395", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12393, + "usage_id": 12 + }, + "5608.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.037, B\u00fcro", "arch_name": "02.08.037@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12395", - "roomcode": "5608.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12398", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12395, + "usage_id": 12 + }, + "5608.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.038, B\u00fcro", "arch_name": "02.08.038@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12398", - "roomcode": "5608.02.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12402", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12398, + "usage_id": 12 + }, + "5608.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.039, Technischer Dienst", "arch_name": "02.08.039@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12402", - "roomcode": "5608.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12405", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12402, + "usage_id": 12 + }, + "5608.02.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12405", - "roomcode": "5608.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57353", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12405, + "usage_id": 12 + }, + "5608.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.050, Flur", "arch_name": "02.08.050@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57353", - "roomcode": "5608.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57357", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57353, + "usage_id": 222 + }, + "5608.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.051, Aufenthaltsraum", "arch_name": "02.08.051@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57357", - "roomcode": "5608.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12434", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57357, + "usage_id": 44 + }, + "5608.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.052, Sekretariat", "arch_name": "02.08.052@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12434", - "roomcode": "5608.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57490", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12434, + "usage_id": 40 + }, + "5608.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.053, B\u00fcro", "arch_name": "02.08.053@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57490", - "roomcode": "5608.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12439", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57490, + "usage_id": 12 + }, + "5608.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12439", - "roomcode": "5608.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11554", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12439, + "usage_id": 12 + }, + "5608.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.055, B\u00fcro", "arch_name": "02.08.055@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11554", - "roomcode": "5608.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11556", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11554, + "usage_id": 12 + }, + "5608.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.057, B\u00fcro", "arch_name": "02.08.057@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11556", - "roomcode": "5608.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57625", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11556, + "usage_id": 12 + }, + "5608.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.058, B\u00fcro", "arch_name": "02.08.058@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57625", - "roomcode": "5608.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11560", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57625, + "usage_id": 12 + }, + "5608.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.059, B\u00fcro", "arch_name": "02.08.059@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11560", - "roomcode": "5608.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11563", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11560, + "usage_id": 12 + }, + "5608.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.060, B\u00fcro", "arch_name": "02.08.060@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11563", - "roomcode": "5608.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11565", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11563, + "usage_id": 12 + }, + "5608.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.061, B\u00fcro", "arch_name": "02.08.061@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11565", - "roomcode": "5608.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57653", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11565, + "usage_id": 12 + }, + "5608.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.101, Treppe", "arch_name": "02.08.101@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57653", - "roomcode": "5608.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57769", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57653, + "usage_id": 223 + }, + "5608.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.08.102, Treppe", "arch_name": "02.08.102@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57769", - "roomcode": "5608.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57771", + "area_id": 33, + "building_id": 840, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57769, + "usage_id": 223 + }, + "5608.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.001, Flur", "arch_name": "03.08.001@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57771", - "roomcode": "5608.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=27046", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57771, + "usage_id": 222 + }, + "5608.03.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15253&cReadonly=J", - "extended": { - "additional_description": "03.08.011, Seminarraum (M1/M7)", - "address": "Boltzmannstr. 3(5608), 3.Obergescho\u00df", - "architect_room_nr": "03.08.011@5608", - "area_m2": 54.31, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27046", - "roomcode": "5608.03.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70414", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 15253, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27046, + "usage_id": 41 + }, + "5608.03.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.011A, Balkon", "arch_name": "03.08.011A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70414", - "roomcode": "5608.03.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57780", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70414, + "usage_id": 219 + }, + "5608.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.013, Aufzug", "arch_name": "03.08.013@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57780", - "roomcode": "5608.03.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57786", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57780, + "usage_id": 4 + }, + "5608.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.014, Flur", "arch_name": "03.08.014@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57786", - "roomcode": "5608.03.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57794", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57786, + "usage_id": 222 + }, + "5608.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.015, WC-Herren", "arch_name": "03.08.015@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57794", - "roomcode": "5608.03.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57929", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57794, + "usage_id": 115 + }, + "5608.03.016": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57929", - "roomcode": "5608.03.016", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57936", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57929, + "usage_id": 117 + }, + "5608.03.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.017A, Putzraum", "arch_name": "03.08.017A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57936", - "roomcode": "5608.03.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57945", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57936, + "usage_id": 205 + }, + "5608.03.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57945", - "roomcode": "5608.03.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57956", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57945, + "usage_id": 201 + }, + "5608.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.018, Abstellraum", "arch_name": "03.08.018@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57956", - "roomcode": "5608.03.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58078", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57956, + "usage_id": 159 + }, + "5608.03.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58078", - "roomcode": "5608.03.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58087", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58078, + "usage_id": 201 + }, + "5608.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.020, Rechnerraum", "arch_name": "03.08.020@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58087", - "roomcode": "5608.03.020", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70413", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58087, + "usage_id": 207 + }, + "5608.03.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.020A, Balkon", "arch_name": "03.08.020A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70413", - "roomcode": "5608.03.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11732", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70413, + "usage_id": 219 + }, + "5608.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.021, B\u00fcro", "arch_name": "03.08.021@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11732", - "roomcode": "5608.03.021", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=65674", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11732, + "usage_id": 12 + }, + "5608.03.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.022, Besprechungsraum", "arch_name": "03.08.022@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=29512&cReadonly=J", - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65674", - "roomcode": "5608.03.022", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58228", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 29512, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65674, + "usage_id": 196 + }, + "5608.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.030, Flur", "arch_name": "03.08.030@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58228", - "roomcode": "5608.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58236", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58228, + "usage_id": 222 + }, + "5608.03.031": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58236", - "roomcode": "5608.03.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58246", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58236, + "usage_id": 183 + }, + "5608.03.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.032A, Stromversorgung", "arch_name": "03.08.032A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58246", - "roomcode": "5608.03.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58252", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58246, + "usage_id": 160 + }, + "5608.03.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.032B, Stromversorgung", "arch_name": "03.08.032B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58252", - "roomcode": "5608.03.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58260", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58252, + "usage_id": 120 + }, + "5608.03.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.033A, Kopierer", "arch_name": "03.08.033A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58260", - "roomcode": "5608.03.033A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58386", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58260, + "usage_id": 110 + }, + "5608.03.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.033B, Archiv", "arch_name": "03.08.033B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58386", - "roomcode": "5608.03.033B", - "usage": 2 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58396", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58386, + "usage_id": 2 + }, + "5608.03.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.034A, Serverraum", "arch_name": "03.08.034A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58396", - "roomcode": "5608.03.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58401", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58396, + "usage_id": 207 + }, + "5608.03.034B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58401", - "roomcode": "5608.03.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11849", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58401, + "usage_id": 30 + }, + "5608.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.035, B\u00fcro", "arch_name": "03.08.035@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11849", - "roomcode": "5608.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11852", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11849, + "usage_id": 12 + }, + "5608.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.036, B\u00fcro", "arch_name": "03.08.036@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11852", - "roomcode": "5608.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11854", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11852, + "usage_id": 12 + }, + "5608.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.037, B\u00fcro", "arch_name": "03.08.037@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11854", - "roomcode": "5608.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11856", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11854, + "usage_id": 12 + }, + "5608.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.038, B\u00fcro", "arch_name": "03.08.038@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11856", - "roomcode": "5608.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11860", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11856, + "usage_id": 12 + }, + "5608.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.039, B\u00fcro", "arch_name": "03.08.039@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11860", - "roomcode": "5608.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11863", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11860, + "usage_id": 12 + }, + "5608.03.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11863", - "roomcode": "5608.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=25873", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11863, + "usage_id": 12 + }, + "5608.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.050, Flur", "arch_name": "03.08.050@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25873", - "roomcode": "5608.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58562", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25873, + "usage_id": 222 + }, + "5608.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.051, Besprechung", "arch_name": "03.08.051@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58562", - "roomcode": "5608.03.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11923", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58562, + "usage_id": 196 + }, + "5608.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.052, Sekretariat", "arch_name": "03.08.052@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11923", - "roomcode": "5608.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11927", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11923, + "usage_id": 40 + }, + "5608.03.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11927", - "roomcode": "5608.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11932", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11927, + "usage_id": 12 + }, + "5608.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11932", - "roomcode": "5608.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11934", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11932, + "usage_id": 12 + }, + "5608.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.055, Sekretariat", "arch_name": "03.08.055@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11934", - "roomcode": "5608.03.055", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11938", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11934, + "usage_id": 40 + }, + "5608.03.057": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11938", - "roomcode": "5608.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11973", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11938, + "usage_id": 12 + }, + "5608.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.058, B\u00fcro", "arch_name": "03.08.058@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11973", - "roomcode": "5608.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11978", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11973, + "usage_id": 12 + }, + "5608.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.060, B\u00fcro", "arch_name": "03.08.060@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11978", - "roomcode": "5608.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11982", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11978, + "usage_id": 12 + }, + "5608.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.061, B\u00fcro", "arch_name": "03.08.061@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14602", - "operator": "[ TUMAM01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11982", - "roomcode": "5608.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56522", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14602, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11982, + "usage_id": 12 + }, + "5608.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.101, Treppe", "arch_name": "03.08.101@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56522", - "roomcode": "5608.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56645", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56522, + "usage_id": 223 + }, + "5608.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.08.102, Treppe", "arch_name": "03.08.102@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56645", - "roomcode": "5608.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56651", + "area_id": 33, + "building_id": 840, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56645, + "usage_id": 223 + }, + "5608.DG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.08.013, Aufzug", "arch_name": "04.08.013@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56651", - "roomcode": "5608.DG.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=70415", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56651, + "usage_id": 4 + }, + "5608.DG.013A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.08.013A, Personenaufzug", "arch_name": "04.08.013A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70415", - "roomcode": "5608.DG.013A", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56660", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70415, + "usage_id": 4 + }, + "5608.DG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.08.014, Flur", "arch_name": "04.08.014@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56660", - "roomcode": "5608.DG.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56665", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56660, + "usage_id": 222 + }, + "5608.DG.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56665", - "roomcode": "5608.DG.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56778", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56665, + "usage_id": 201 + }, + "5608.DG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.08.016, Treppe", "arch_name": "04.08.016@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56778", - "roomcode": "5608.DG.016", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=70416", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56778, + "usage_id": 223 + }, + "5608.DG.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.08.016A, Treppe", "arch_name": "04.08.016A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70416", - "roomcode": "5608.DG.016A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56786", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70416, + "usage_id": 223 + }, + "5608.DG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.08.101, Treppe", "arch_name": "04.08.101@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56786", - "roomcode": "5608.DG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49910", + "area_id": 33, + "building_id": 840, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56786, + "usage_id": 223 + }, + "5608.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.013, Aufzug", "arch_name": "00.08.013@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49910", - "roomcode": "5608.EG.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49915", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49910, + "usage_id": 4 + }, + "5608.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.014, Flur", "arch_name": "00.08.014@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49915", - "roomcode": "5608.EG.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49928", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49915, + "usage_id": 222 + }, + "5608.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.015, WC-Herren", "arch_name": "00.08.015@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49928", - "roomcode": "5608.EG.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49934", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49928, + "usage_id": 115 + }, + "5608.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.016, Beh.-WC", "arch_name": "00.08.016@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49934", - "roomcode": "5608.EG.016", - "usage": 117 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49585", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49934, + "usage_id": 117 + }, + "5608.EG.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.017A, Putzraum", "arch_name": "00.08.017A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49585", - "roomcode": "5608.EG.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49593", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49585, + "usage_id": 205 + }, + "5608.EG.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49593", - "roomcode": "5608.EG.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49603", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49593, + "usage_id": 201 + }, + "5608.EG.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49603", - "roomcode": "5608.EG.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49610", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49603, + "usage_id": 201 + }, + "5608.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.030, Flur", "arch_name": "00.08.030@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49610", - "roomcode": "5608.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49249", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49610, + "usage_id": 222 + }, + "5608.EG.031": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49249", - "roomcode": "5608.EG.031", - "usage": 28 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49256", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49249, + "usage_id": 28 + }, + "5608.EG.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.032A, Stromversorgung", "arch_name": "00.08.032A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49256", - "roomcode": "5608.EG.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49267", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49256, + "usage_id": 160 + }, + "5608.EG.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.032B, Stromversorgung", "arch_name": "00.08.032B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49267", - "roomcode": "5608.EG.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49274", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49267, + "usage_id": 120 + }, + "5608.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.036, Seminarraum", "arch_name": "00.08.036@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18287&cReadonly=J", - "extended": { - "additional_description": "00.08.036, Seminarraum", - "address": "Boltzmannstr. 3(5608), Erdgescho\u00df", - "architect_room_nr": "00.08.036@5608", - "area_m2": 46.79, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 24, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49274", - "roomcode": "5608.EG.036", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26925", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 18287, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 24, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49274, + "usage_id": 41 + }, + "5608.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.038, Seminarraum", "arch_name": "00.08.038@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=15252&cReadonly=J", - "extended": { - "additional_description": "00.08.038, Seminarraum", - "address": "Boltzmannstr. 3(5608), Erdgescho\u00df", - "architect_room_nr": "00.08.038@5608", - "area_m2": 60.96, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "038", - "seats": 50, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26925", - "roomcode": "5608.EG.038", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49738", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 15252, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 50, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26925, + "usage_id": 41 + }, + "5608.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.050, Flur", "arch_name": "00.08.050@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49738", - "roomcode": "5608.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49748", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49738, + "usage_id": 222 + }, + "5608.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.051, Lager", "arch_name": "00.08.051@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49748", - "roomcode": "5608.EG.051", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49756", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49748, + "usage_id": 30 + }, + "5608.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.053, Seminarraum", "arch_name": "00.08.053@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18288&cReadonly=J", - "extended": { - "additional_description": "00.08.053, Seminarraum", - "address": "Boltzmannstr. 3(5608), Erdgescho\u00df", - "architect_room_nr": "00.08.053@5608", - "area_m2": 41.85, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "053", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49756", - "roomcode": "5608.EG.053", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49764", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 18288, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49756, + "usage_id": 41 + }, + "5608.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.055, Seminarraum", "arch_name": "00.08.055@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18290&cReadonly=J", - "extended": { - "additional_description": "00.08.055, Seminarraum", - "address": "Boltzmannstr. 3(5608), Erdgescho\u00df", - "architect_room_nr": "00.08.055@5608", - "area_m2": 30.57, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "055", - "seats": 16, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49764", - "roomcode": "5608.EG.055", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=49769", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 18290, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49764, + "usage_id": 41 + }, + "5608.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.057, Rechnerraum", "arch_name": "00.08.057@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=26771&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49769", - "roomcode": "5608.EG.057", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57730", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 26771, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49769, + "usage_id": 207 + }, + "5608.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.059, Seminarraum", "arch_name": "00.08.059@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18289&cReadonly=J", - "extended": { - "additional_description": "00.08.059, Seminarraum", - "address": "Boltzmannstr. 3(5608), Erdgescho\u00df", - "architect_room_nr": "00.08.059@5608", - "area_m2": 49.98, - "building": "5608 FMI/ Geb\u00e4udeteil 08", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "059", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57730", - "roomcode": "5608.EG.059", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70412", + "area_id": 33, + "building_id": 840, + "calendar_resource_nr": 18289, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57730, + "usage_id": 41 + }, + "5608.EG.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.060, Treppe", "arch_name": "00.08.060@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70412", - "roomcode": "5608.EG.060", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57737", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70412, + "usage_id": 223 + }, + "5608.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.101, Treppe", "arch_name": "00.08.101@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57737", - "roomcode": "5608.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57747", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57737, + "usage_id": 223 + }, + "5608.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.102, Treppe", "arch_name": "00.08.102@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57747", - "roomcode": "5608.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70411", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57747, + "usage_id": 223 + }, + "5608.EG.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.08.150, Terrasse", "arch_name": "00.08.150@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70411", - "roomcode": "5608.EG.150", - "usage": 48 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48738", + "area_id": 33, + "building_id": 840, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70411, + "usage_id": 48 + }, + "5608.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.013, Aufzug", "arch_name": "-1.08.013@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48738", - "roomcode": "5608.U1.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48745", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48738, + "usage_id": 4 + }, + "5608.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.014, Flur", "arch_name": "-1.08.014@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48745", - "roomcode": "5608.U1.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48750", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48745, + "usage_id": 222 + }, + "5608.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.015, WC", "arch_name": "-1.08.015@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48750", - "roomcode": "5608.U1.015", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48758", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48750, + "usage_id": 114 + }, + "5608.U1.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.016A, WC", "arch_name": "-1.08.016A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48758", - "roomcode": "5608.U1.016A", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48763", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48758, + "usage_id": 114 + }, + "5608.U1.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.016B, WC", "arch_name": "-1.08.016B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48763", - "roomcode": "5608.U1.016B", - "usage": 114 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48769", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48763, + "usage_id": 114 + }, + "5608.U1.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.017A, Putzraum", "arch_name": "-1.08.017A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48769", - "roomcode": "5608.U1.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48905", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48769, + "usage_id": 205 + }, + "5608.U1.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48905", - "roomcode": "5608.U1.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48912", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48905, + "usage_id": 201 + }, + "5608.U1.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.018A, Umkleide", "arch_name": "-1.08.018A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48912", - "roomcode": "5608.U1.018A", - "usage": 121 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48918", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48912, + "usage_id": 121 + }, + "5608.U1.018B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.018B, Waschraum", "arch_name": "-1.08.018B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48918", - "roomcode": "5608.U1.018B", - "usage": 210 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48927", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48918, + "usage_id": 210 + }, + "5608.U1.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.019, Lager", "arch_name": "-1.08.019@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48927", - "roomcode": "5608.U1.019", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48931", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48927, + "usage_id": 30 + }, + "5608.U1.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48931", - "roomcode": "5608.U1.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=48939", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48931, + "usage_id": 201 + }, + "5608.U1.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "MI -1.08.021, Regieraum", "arch_name": "-1.08.021@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48939", - "roomcode": "5608.U1.021", - "usage": 153 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49085", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48939, + "usage_id": 153 + }, + "5608.U1.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.030, Flur", "arch_name": "-1.08.030@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49085", - "roomcode": "5608.U1.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49090", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49085, + "usage_id": 222 + }, + "5608.U1.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.031, Wasserversorgung", "arch_name": "-1.08.031@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49090", - "roomcode": "5608.U1.031", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49098", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49090, + "usage_id": 120 + }, + "5608.U1.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.032A, Stromversorgung", "arch_name": "-1.08.032A@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49098", - "roomcode": "5608.U1.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49108", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49098, + "usage_id": 160 + }, + "5608.U1.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.032B, Stromversorgung", "arch_name": "-1.08.032B@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49108", - "roomcode": "5608.U1.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49415", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49108, + "usage_id": 120 + }, + "5608.U1.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.034, Lager", "arch_name": "-1.08.034@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49415", - "roomcode": "5608.U1.034", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49424", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49415, + "usage_id": 30 + }, + "5608.U1.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.035, Lager", "arch_name": "-1.08.035@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49424", - "roomcode": "5608.U1.035", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49430", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49424, + "usage_id": 30 + }, + "5608.U1.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.036, B\u00fcro", "arch_name": "-1.08.036@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49430", - "roomcode": "5608.U1.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49440", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49430, + "usage_id": 12 + }, + "5608.U1.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.037, Lager", "arch_name": "-1.08.037@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49440", - "roomcode": "5608.U1.037", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49454", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49440, + "usage_id": 30 + }, + "5608.U1.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.040, Kopierer", "arch_name": "-1.08.040@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49454", - "roomcode": "5608.U1.040", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=49901", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49454, + "usage_id": 110 + }, + "5608.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.08.101, Treppe", "arch_name": "-1.08.101@5608", - "b_area_id": 33, - "b_filter_id": 840, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49901", - "roomcode": "5608.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58283", + "area_id": 33, + "building_id": 840, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49901, + "usage_id": 223 + }, + "5609.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.001, Flur", "arch_name": "01.09.001@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58283", - "roomcode": "5609.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58293", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58283, + "usage_id": 222 + }, + "5609.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.011A, Kopierer", "arch_name": "01.09.011A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58293", - "roomcode": "5609.01.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58303", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58293, + "usage_id": 110 + }, + "5609.01.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.011B, Besprechung", "arch_name": "01.09.011B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=45151&cRes=18861&cReadonly=J", - "list_index": "53", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58303", - "roomcode": "5609.01.011B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58424", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 18861, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 9, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58303, + "usage_id": 196 + }, + "5609.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.012, Computerlabor", "arch_name": "01.09.012@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58424", - "roomcode": "5609.01.012", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58433", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58424, + "usage_id": 103 + }, + "5609.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.014, Seminarraum", "arch_name": "01.09.014@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=45151&cRes=15500&cReadonly=J", - "extended": { - "additional_description": "01.09.014, Seminarraum", - "address": "Boltzmannstr. 3(5609), 1.Obergescho\u00df", - "architect_room_nr": "01.09.014@5609", - "area_m2": 45.4, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 23, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58433", - "roomcode": "5609.01.014", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70311", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 15500, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 23, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58433, + "usage_id": 41 + }, + "5609.01.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.014A, Balkon", "arch_name": "01.09.014A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70311", - "roomcode": "5609.01.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58437", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70311, + "usage_id": 219 + }, + "5609.01.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58437", - "roomcode": "5609.01.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58444", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58437, + "usage_id": 201 + }, + "5609.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.016, Flur", "arch_name": "01.09.016@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58444", - "roomcode": "5609.01.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58452", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58444, + "usage_id": 222 + }, + "5609.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.017, WC-Damen", "arch_name": "01.09.017@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58452", - "roomcode": "5609.01.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58568", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58452, + "usage_id": 116 + }, + "5609.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.018, WC-Herren", "arch_name": "01.09.018@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58568", - "roomcode": "5609.01.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58577", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58568, + "usage_id": 115 + }, + "5609.01.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.019A, Putzraum", "arch_name": "01.09.019A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58577", - "roomcode": "5609.01.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58585", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58577, + "usage_id": 205 + }, + "5609.01.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58585", - "roomcode": "5609.01.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58597", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58585, + "usage_id": 201 + }, + "5609.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.020, Lager", "arch_name": "01.09.020@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58597", - "roomcode": "5609.01.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58604", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58597, + "usage_id": 30 + }, + "5609.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.021, Aufzug", "arch_name": "01.09.021@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58604", - "roomcode": "5609.01.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58723", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58604, + "usage_id": 4 + }, + "5609.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.022, Praktikumsraum", "arch_name": "01.09.022@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "extended": { - "additional_description": "01.09.022, Praktikumsraum", - "address": "Boltzmannstr. 3(5609), 1.Obergescho\u00df", - "architect_room_nr": "01.09.022@5609", - "area_m2": 36.17, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58723", - "roomcode": "5609.01.022", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70312", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15426, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58723, + "usage_id": 131 + }, + "5609.01.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.022A, Balkon", "arch_name": "01.09.022A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70312", - "roomcode": "5609.01.022A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58734", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70312, + "usage_id": 219 + }, + "5609.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.023, Lager", "arch_name": "01.09.023@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15426", - "operator": "[ TUINI01 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58734", - "roomcode": "5609.01.023", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58740", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15426, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58734, + "usage_id": 30 + }, + "5609.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.030, Flur", "arch_name": "01.09.030@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58740", - "roomcode": "5609.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58750", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58740, + "usage_id": 222 + }, + "5609.01.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.031A, Stromversorgung", "arch_name": "01.09.031A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58750", - "roomcode": "5609.01.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56525", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58750, + "usage_id": 160 + }, + "5609.01.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.031B, Stromversorgung", "arch_name": "01.09.031B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56525", - "roomcode": "5609.01.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56534", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56525, + "usage_id": 120 + }, + "5609.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.032, Teek\u00fcche", "arch_name": "01.09.032@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56534", - "roomcode": "5609.01.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56543", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56534, + "usage_id": 198 + }, + "5609.01.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.033A, Serverraum", "arch_name": "01.09.033A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56543", - "roomcode": "5609.01.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56551", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56543, + "usage_id": 207 + }, + "5609.01.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56551", - "roomcode": "5609.01.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56559", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56551, + "usage_id": 30 + }, + "5609.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.034, Seminarraum", "arch_name": "01.09.034@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=15437&cRes=18513&cReadonly=J", - "extended": { - "additional_description": "01.09.034, Seminarraum", - "address": "Boltzmannstr. 3(5609), 1.Obergescho\u00df", - "architect_room_nr": "01.09.034@5609", - "area_m2": 35.65, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "034", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56559", - "roomcode": "5609.01.034", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12025", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 18513, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56559, + "usage_id": 41 + }, + "5609.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.035, B\u00fcro", "arch_name": "01.09.035@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12025", - "roomcode": "5609.01.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12085", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12025, + "usage_id": 12 + }, + "5609.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.037, B\u00fcro", "arch_name": "01.09.037@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12085", - "roomcode": "5609.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26072", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12085, + "usage_id": 12 + }, + "5609.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.038, B\u00fcro", "arch_name": "01.09.038@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26072", - "roomcode": "5609.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56689", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26072, + "usage_id": 12 + }, + "5609.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.039, B\u00fcro", "arch_name": "01.09.039@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56689", - "roomcode": "5609.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12097", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56689, + "usage_id": 12 + }, + "5609.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.040, B\u00fcro", "arch_name": "01.09.040@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12097", - "roomcode": "5609.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12100", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12097, + "usage_id": 12 + }, + "5609.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.041, B\u00fcro", "arch_name": "01.09.041@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12100", - "roomcode": "5609.01.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12103", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12100, + "usage_id": 12 + }, + "5609.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.042, B\u00fcro", "arch_name": "01.09.042@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12103", - "roomcode": "5609.01.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12156", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12103, + "usage_id": 12 + }, + "5609.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.043, B\u00fcro", "arch_name": "01.09.043@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12156", - "roomcode": "5609.01.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56836", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12156, + "usage_id": 12 + }, + "5609.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.044, B\u00fcro", "arch_name": "01.09.044@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56836", - "roomcode": "5609.01.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56956", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56836, + "usage_id": 12 + }, + "5609.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.050, Flur", "arch_name": "01.09.050@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56956", - "roomcode": "5609.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56959", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56956, + "usage_id": 222 + }, + "5609.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.051, Aufenthalt", "arch_name": "01.09.051@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56959", - "roomcode": "5609.01.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12175", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56959, + "usage_id": 44 + }, + "5609.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.052, Sekretariat", "arch_name": "01.09.052@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12175", - "roomcode": "5609.01.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56972", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12175, + "usage_id": 40 + }, + "5609.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.053, B\u00fcro", "arch_name": "01.09.053@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56972", - "roomcode": "5609.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56977", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56972, + "usage_id": 12 + }, + "5609.01.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56977", - "roomcode": "5609.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12228", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56977, + "usage_id": 12 + }, + "5609.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.055, B\u00fcro", "arch_name": "01.09.055@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12228", - "roomcode": "5609.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12231", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12228, + "usage_id": 12 + }, + "5609.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.057, B\u00fcro", "arch_name": "01.09.057@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12231", - "roomcode": "5609.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57128", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12231, + "usage_id": 12 + }, + "5609.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.058, B\u00fcro", "arch_name": "01.09.058@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57128", - "roomcode": "5609.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12272", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57128, + "usage_id": 12 + }, + "5609.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.059, B\u00fcro", "arch_name": "01.09.059@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12272", - "roomcode": "5609.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12275", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12272, + "usage_id": 12 + }, + "5609.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.060, B\u00fcro", "arch_name": "01.09.060@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12275", - "roomcode": "5609.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12278", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12275, + "usage_id": 12 + }, + "5609.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.061, B\u00fcro", "arch_name": "01.09.061@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15437", - "operator": "[ TUINI12 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12278", - "roomcode": "5609.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57261", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15437, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12278, + "usage_id": 12 + }, + "5609.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.101, Treppe", "arch_name": "01.09.101@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57261", - "roomcode": "5609.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57270", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57261, + "usage_id": 223 + }, + "5609.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.09.102, Treppe", "arch_name": "01.09.102@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57270", - "roomcode": "5609.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57278", + "area_id": 33, + "building_id": 865, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57270, + "usage_id": 223 + }, + "5609.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.001, Flur", "arch_name": "02.09.001@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57278", - "roomcode": "5609.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57286", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57278, + "usage_id": 222 + }, + "5609.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.011A, Kopierer", "arch_name": "02.09.011A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57286", - "roomcode": "5609.02.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11455", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57286, + "usage_id": 110 + }, + "5609.02.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.011B, Besprechung", "arch_name": "02.09.011B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=15428&cRes=26716&cReadonly=J", - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11455", - "roomcode": "5609.02.011B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57413", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 26716, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11455, + "usage_id": 196 + }, + "5609.02.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.012, Rechnerraum", "arch_name": "02.09.012@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=44266&cRes=28892&cReadonly=J", - "list_index": "100", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57413", - "roomcode": "5609.02.012", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57419", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 28892, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44266, + "seats": { + "sitting": 14, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57413, + "usage_id": 207 + }, + "5609.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.014, Seminarraum", "arch_name": "02.09.014@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=15428&cRes=15501&cReadonly=J", - "extended": { - "additional_description": "02.09.014, Seminarraum", - "address": "Boltzmannstr. 3(5609), 2.Obergescho\u00df", - "architect_room_nr": "02.09.014@5609", - "area_m2": 54.44, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 26, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57419", - "roomcode": "5609.02.014", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70313", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 15501, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57419, + "usage_id": 41 + }, + "5609.02.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.014A, Balkon", "arch_name": "02.09.014A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70313", - "roomcode": "5609.02.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57427", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70313, + "usage_id": 219 + }, + "5609.02.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57427", - "roomcode": "5609.02.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57436", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57427, + "usage_id": 201 + }, + "5609.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.016, Flur", "arch_name": "02.09.016@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57436", - "roomcode": "5609.02.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57554", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57436, + "usage_id": 222 + }, + "5609.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.017, WC-Damen", "arch_name": "02.09.017@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57554", - "roomcode": "5609.02.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57563", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57554, + "usage_id": 116 + }, + "5609.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.018, WC-Herren", "arch_name": "02.09.018@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57563", - "roomcode": "5609.02.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57571", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57563, + "usage_id": 115 + }, + "5609.02.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.019A, Putzraum", "arch_name": "02.09.019A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57571", - "roomcode": "5609.02.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57580", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57571, + "usage_id": 205 + }, + "5609.02.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57580", - "roomcode": "5609.02.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57588", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57580, + "usage_id": 201 + }, + "5609.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.020, Lager", "arch_name": "02.09.020@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57588", - "roomcode": "5609.02.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57701", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57588, + "usage_id": 30 + }, + "5609.02.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.021, Aufzug", "arch_name": "02.09.021@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57701", - "roomcode": "5609.02.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=30629", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57701, + "usage_id": 4 + }, + "5609.02.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.023, Seminarraum", "arch_name": "02.09.023@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=15434&cRes=15276&cReadonly=J", - "extended": { - "additional_description": "02.09.023, Seminarraum", - "address": "Boltzmannstr. 3(5609), 2.Obergescho\u00df", - "architect_room_nr": "02.09.023@5609", - "area_m2": 54.33, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 23, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30629", - "roomcode": "5609.02.023", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70314", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 15276, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": 23, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30629, + "usage_id": 41 + }, + "5609.02.023A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.023A, Balkon", "arch_name": "02.09.023A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70314", - "roomcode": "5609.02.023A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57715", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70314, + "usage_id": 219 + }, + "5609.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.030, Flur", "arch_name": "02.09.030@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57715", - "roomcode": "5609.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57722", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57715, + "usage_id": 222 + }, + "5609.02.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.031A, Stromversorgung", "arch_name": "02.09.031A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57722", - "roomcode": "5609.02.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57843", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57722, + "usage_id": 160 + }, + "5609.02.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.031B, Stromversorgung", "arch_name": "02.09.031B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57843", - "roomcode": "5609.02.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57851", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57843, + "usage_id": 120 + }, + "5609.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.032, Teek\u00fcche", "arch_name": "02.09.032@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57851", - "roomcode": "5609.02.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=68429", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57851, + "usage_id": 198 + }, + "5609.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.033, Mitarbeiterb\u00fcro", "arch_name": "02.09.033@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68429", - "roomcode": "5609.02.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57877", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68429, + "usage_id": 12 + }, + "5609.02.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.034, Computerlabor", "arch_name": "02.09.034@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57877", - "roomcode": "5609.02.034", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11512", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57877, + "usage_id": 103 + }, + "5609.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.035, B\u00fcro", "arch_name": "02.09.035@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11512", - "roomcode": "5609.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11514", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11512, + "usage_id": 12 + }, + "5609.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.037, B\u00fcro", "arch_name": "02.09.037@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11514", - "roomcode": "5609.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58011", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11514, + "usage_id": 12 + }, + "5609.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.038, Labor", "arch_name": "02.09.038@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58011", - "roomcode": "5609.02.038", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11570", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58011, + "usage_id": 103 + }, + "5609.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.039, B\u00fcro", "arch_name": "02.09.039@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11570", - "roomcode": "5609.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11571", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11570, + "usage_id": 12 + }, + "5609.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.041, B\u00fcro", "arch_name": "02.09.041@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11571", - "roomcode": "5609.02.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11572", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11571, + "usage_id": 12 + }, + "5609.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.042, B\u00fcro", "arch_name": "02.09.042@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11572", - "roomcode": "5609.02.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11574", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11572, + "usage_id": 12 + }, + "5609.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.043, B\u00fcro", "arch_name": "02.09.043@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11574", - "roomcode": "5609.02.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11617", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11574, + "usage_id": 12 + }, + "5609.02.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11617", - "roomcode": "5609.02.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58176", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11617, + "usage_id": 12 + }, + "5609.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.050, Flur", "arch_name": "02.09.050@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58176", - "roomcode": "5609.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58184", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58176, + "usage_id": 222 + }, + "5609.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.051, Besprechungsraum", "arch_name": "02.09.051@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58184", - "roomcode": "5609.02.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11624", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58184, + "usage_id": 196 + }, + "5609.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.052, Sekretariat", "arch_name": "02.09.052@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11624", - "roomcode": "5609.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11627", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11624, + "usage_id": 40 + }, + "5609.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.053, B\u00fcro", "arch_name": "02.09.053@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11627", - "roomcode": "5609.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11631", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11627, + "usage_id": 12 + }, + "5609.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11631", - "roomcode": "5609.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11682", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11631, + "usage_id": 12 + }, + "5609.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.055, B\u00fcro", "arch_name": "02.09.055@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11682", - "roomcode": "5609.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11686", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11682, + "usage_id": 12 + }, + "5609.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.057, B\u00fcro", "arch_name": "02.09.057@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11686", - "roomcode": "5609.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11688", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11686, + "usage_id": 12 + }, + "5609.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.058, B\u00fcro", "arch_name": "02.09.058@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11688", - "roomcode": "5609.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11691", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11688, + "usage_id": 12 + }, + "5609.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.059, B\u00fcro", "arch_name": "02.09.059@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11691", - "roomcode": "5609.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11696", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11691, + "usage_id": 12 + }, + "5609.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.060, B\u00fcro", "arch_name": "02.09.060@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11696", - "roomcode": "5609.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11744", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11696, + "usage_id": 12 + }, + "5609.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.061, B\u00fcro", "arch_name": "02.09.061@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11744", - "roomcode": "5609.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58610", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11744, + "usage_id": 12 + }, + "5609.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.101, Treppe", "arch_name": "02.09.101@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58610", - "roomcode": "5609.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58618", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58610, + "usage_id": 223 + }, + "5609.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.09.102, Treppe", "arch_name": "02.09.102@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58618", - "roomcode": "5609.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58626", + "area_id": 33, + "building_id": 865, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58618, + "usage_id": 223 + }, + "5609.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.001, Flur", "arch_name": "03.09.001@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58626", - "roomcode": "5609.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58633", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58626, + "usage_id": 222 + }, + "5609.03.011A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58633", - "roomcode": "5609.03.011A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58641", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58633, + "usage_id": 110 + }, + "5609.03.011B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.011B, Besprechung", "arch_name": "03.09.011B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=15432&cRes=19403&cReadonly=J", - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58641", - "roomcode": "5609.03.011B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58762", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 19403, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58641, + "usage_id": 196 + }, + "5609.03.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.012, Seminarraum", "arch_name": "03.09.012@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=19165&cReadonly=J", - "extended": { - "additional_description": "03.09.012, Seminarraum", - "address": "Boltzmannstr. 3(5609), 3.Obergescho\u00df", - "architect_room_nr": "03.09.012@5609", - "area_m2": 35.88, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58762", - "roomcode": "5609.03.012", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=31293", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 19165, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58762, + "usage_id": 41 + }, + "5609.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.014, Seminarraum", "arch_name": "03.09.014@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=15432&cRes=15285&cReadonly=J", - "extended": { - "additional_description": "03.09.014, Seminarraum", - "address": "Boltzmannstr. 3(5609), 3.Obergescho\u00df", - "architect_room_nr": "03.09.014@5609", - "area_m2": 45.17, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31293", - "roomcode": "5609.03.014", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70315", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 15285, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31293, + "usage_id": 41 + }, + "5609.03.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.014A, Balkon", "arch_name": "03.09.014A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70315", - "roomcode": "5609.03.014A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58774", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70315, + "usage_id": 219 + }, + "5609.03.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58774", - "roomcode": "5609.03.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58782", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58774, + "usage_id": 201 + }, + "5609.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.016, Flur", "arch_name": "03.09.016@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58782", - "roomcode": "5609.03.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58790", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58782, + "usage_id": 222 + }, + "5609.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.017, WC-Damen", "arch_name": "03.09.017@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58790", - "roomcode": "5609.03.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56418", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58790, + "usage_id": 116 + }, + "5609.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.018, WC-Herren", "arch_name": "03.09.018@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56418", - "roomcode": "5609.03.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56424", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56418, + "usage_id": 115 + }, + "5609.03.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.019A, Putzraum", "arch_name": "03.09.019A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56424", - "roomcode": "5609.03.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56434", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56424, + "usage_id": 205 + }, + "5609.03.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56434", - "roomcode": "5609.03.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56439", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56434, + "usage_id": 201 + }, + "5609.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.020, Lager", "arch_name": "03.09.020@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56439", - "roomcode": "5609.03.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56450", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56439, + "usage_id": 30 + }, + "5609.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.021, Aufzug", "arch_name": "03.09.021@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56450", - "roomcode": "5609.03.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56567", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56450, + "usage_id": 4 + }, + "5609.03.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.023, \u00dcbung", "arch_name": "03.09.023@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "extended": { - "additional_description": "03.09.023, \u00dcbung", - "address": "Boltzmannstr. 3(5609), 3.Obergescho\u00df", - "architect_room_nr": "03.09.023@5609", - "area_m2": 54.33, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "023", - "seats": 6, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56567", - "roomcode": "5609.03.023", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70316", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15431, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56567, + "usage_id": 131 + }, + "5609.03.023A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.023A, Balkon", "arch_name": "03.09.023A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70316", - "roomcode": "5609.03.023A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56577", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70316, + "usage_id": 219 + }, + "5609.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.030, Flur", "arch_name": "03.09.030@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56577", - "roomcode": "5609.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56584", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56577, + "usage_id": 222 + }, + "5609.03.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.031A, Stromversorgung", "arch_name": "03.09.031A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56584", - "roomcode": "5609.03.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56599", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56584, + "usage_id": 160 + }, + "5609.03.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.031B, Stromversorgung", "arch_name": "03.09.031B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56599", - "roomcode": "5609.03.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56699", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56599, + "usage_id": 120 + }, + "5609.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.032, Teek\u00fcche", "arch_name": "03.09.032@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56699", - "roomcode": "5609.03.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56707", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56699, + "usage_id": 198 + }, + "5609.03.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.033A, Serverraum", "arch_name": "03.09.033A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56707", - "roomcode": "5609.03.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56717", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56707, + "usage_id": 207 + }, + "5609.03.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56717", - "roomcode": "5609.03.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56724", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56717, + "usage_id": 30 + }, + "5609.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.034, Praktikumsraum", "arch_name": "03.09.034@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=46357&cRes=21985&cReadonly=J", - "extended": { - "additional_description": "03.09.034, Praktikumsraum", - "address": "Boltzmannstr. 3(5609), 3.Obergescho\u00df", - "architect_room_nr": "03.09.034@5609", - "area_m2": 35.47, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "034", - "seats": 13, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=46357", - "operator": "[ TUINL14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56724", - "roomcode": "5609.03.034", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11991", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 21985, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46357, + "seats": { + "sitting": 13, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56724, + "usage_id": 131 + }, + "5609.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.035, Gruppenleiter", "arch_name": "03.09.035@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11991", - "roomcode": "5609.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=11994", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11991, + "usage_id": 12 + }, + "5609.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.037, B\u00fcro", "arch_name": "03.09.037@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11994", - "roomcode": "5609.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56855", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11994, + "usage_id": 12 + }, + "5609.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.038, Praktikumsraum", "arch_name": "03.09.038@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=46357&cRes=21984&cReadonly=J", - "extended": { - "additional_description": "03.09.038, Praktikumsraum", - "address": "Boltzmannstr. 3(5609), 3.Obergescho\u00df", - "architect_room_nr": "03.09.038@5609", - "area_m2": 17.52, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "038", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=46357", - "operator": "[ TUINL14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56855", - "roomcode": "5609.03.038", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12002", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 21984, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46357, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56855, + "usage_id": 131 + }, + "5609.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.039, B\u00fcro", "arch_name": "03.09.039@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12002", - "roomcode": "5609.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12051", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12002, + "usage_id": 12 + }, + "5609.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.040, B\u00fcro", "arch_name": "03.09.040@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12051", - "roomcode": "5609.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12056", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12051, + "usage_id": 12 + }, + "5609.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.041, B\u00fcro", "arch_name": "03.09.041@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12056", - "roomcode": "5609.03.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12062", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12056, + "usage_id": 12 + }, + "5609.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.042, B\u00fcro", "arch_name": "03.09.042@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12062", - "roomcode": "5609.03.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12064", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12062, + "usage_id": 12 + }, + "5609.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.043, B\u00fcro", "arch_name": "03.09.043@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12064", - "roomcode": "5609.03.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12071", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12064, + "usage_id": 12 + }, + "5609.03.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12071", - "roomcode": "5609.03.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57170", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12071, + "usage_id": 12 + }, + "5609.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.050, Flur", "arch_name": "03.09.050@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57170", - "roomcode": "5609.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57176", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57170, + "usage_id": 222 + }, + "5609.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.051, Aufenthalt", "arch_name": "03.09.051@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57176", - "roomcode": "5609.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12129", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57176, + "usage_id": 44 + }, + "5609.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.052, Sekretariat", "arch_name": "03.09.052@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12129", - "roomcode": "5609.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12131", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12129, + "usage_id": 40 + }, + "5609.03.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12131", - "roomcode": "5609.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12135", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12131, + "usage_id": 12 + }, + "5609.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12135", - "roomcode": "5609.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12139", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12135, + "usage_id": 12 + }, + "5609.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.055, B\u00fcro", "arch_name": "03.09.055@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12139", - "roomcode": "5609.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12196", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12139, + "usage_id": 12 + }, + "5609.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.057, B\u00fcro", "arch_name": "03.09.057@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12196", - "roomcode": "5609.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57295", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12196, + "usage_id": 12 + }, + "5609.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.058, B\u00fcro", "arch_name": "03.09.058@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=46357&cRes=22500&cReadonly=J", - "list_index": "179", - "op_link": "webnav.navigate_to?corg=46357", - "operator": "[ TUINL14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57295", - "roomcode": "5609.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12206", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 22500, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46357, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57295, + "usage_id": 12 + }, + "5609.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.059, B\u00fcro", "arch_name": "03.09.059@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12206", - "roomcode": "5609.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12208", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12206, + "usage_id": 12 + }, + "5609.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.060, B\u00fcro", "arch_name": "03.09.060@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12208", - "roomcode": "5609.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=12210", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15439, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12208, + "usage_id": 12 + }, + "5609.03.061": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12210", - "roomcode": "5609.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57326", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12210, + "usage_id": 12 + }, + "5609.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.101, Treppe", "arch_name": "03.09.101@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57326", - "roomcode": "5609.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56989", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57326, + "usage_id": 223 + }, + "5609.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.09.102, Treppe", "arch_name": "03.09.102@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56989", - "roomcode": "5609.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=57000", + "area_id": 33, + "building_id": 865, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56989, + "usage_id": 223 + }, + "5609.DG.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57000", - "roomcode": "5609.DG.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=57008", + "area_id": 33, + "building_id": 865, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57000, + "usage_id": 201 + }, + "5609.DG.016": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57008", - "roomcode": "5609.DG.016", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=57018", + "area_id": 33, + "building_id": 865, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57008, + "usage_id": 201 + }, + "5609.DG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.09.021, Aufzug", "arch_name": "04.09.021@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57018", - "roomcode": "5609.DG.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57069", + "area_id": 33, + "building_id": 865, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57018, + "usage_id": 4 + }, + "5609.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.011, Ausstellung", "arch_name": "00.09.011@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14598", - "operator": "[ TUMAM10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57069", - "roomcode": "5609.EG.011", - "usage": 148 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57078", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14598, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57069, + "usage_id": 148 + }, + "5609.EG.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57078", - "roomcode": "5609.EG.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57083", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57078, + "usage_id": 201 + }, + "5609.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.016, Flur", "arch_name": "00.09.016@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57083", - "roomcode": "5609.EG.016", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57093", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57083, + "usage_id": 222 + }, + "5609.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.017, WC-Damen", "arch_name": "00.09.017@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57093", - "roomcode": "5609.EG.017", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57099", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57093, + "usage_id": 116 + }, + "5609.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.018, WC-Herren", "arch_name": "00.09.018@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57099", - "roomcode": "5609.EG.018", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57111", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57099, + "usage_id": 115 + }, + "5609.EG.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.019A, Putzraum", "arch_name": "00.09.019A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57111", - "roomcode": "5609.EG.019A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57218", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57111, + "usage_id": 205 + }, + "5609.EG.019B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57218", - "roomcode": "5609.EG.019B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57226", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57218, + "usage_id": 201 + }, + "5609.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.020, Lager", "arch_name": "00.09.020@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57226", - "roomcode": "5609.EG.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57235", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57226, + "usage_id": 30 + }, + "5609.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.021, Aufzug", "arch_name": "00.09.021@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57235", - "roomcode": "5609.EG.021", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26500", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57235, + "usage_id": 4 + }, + "5609.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.022, \u00dcbungsraum", "arch_name": "00.09.022@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15247&cReadonly=J", - "extended": { - "additional_description": "00.09.022, \u00dcbungsraum", - "address": "Boltzmannstr. 3(5609), Erdgescho\u00df", - "architect_room_nr": "00.09.022@5609", - "area_m2": 67.82, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26500", - "roomcode": "5609.EG.022", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57363", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 15247, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26500, + "usage_id": 131 + }, + "5609.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.030, Flur", "arch_name": "00.09.030@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57363", - "roomcode": "5609.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57371", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57363, + "usage_id": 222 + }, + "5609.EG.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.031A, Stromversorgung", "arch_name": "00.09.031A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57371", - "roomcode": "5609.EG.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57379", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57371, + "usage_id": 160 + }, + "5609.EG.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.031B, Stromversorgung", "arch_name": "00.09.031B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57379", - "roomcode": "5609.EG.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57388", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57379, + "usage_id": 120 + }, + "5609.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.032, Teek\u00fcche", "arch_name": "00.09.032@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57388", - "roomcode": "5609.EG.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57398", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57388, + "usage_id": 198 + }, + "5609.EG.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.033A, Serverraum", "arch_name": "00.09.033A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=45500", - "operator": "[ TUVBMPI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57398", - "roomcode": "5609.EG.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57516", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45500, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57398, + "usage_id": 207 + }, + "5609.EG.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.033B, Lager", "arch_name": "00.09.033B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57516", - "roomcode": "5609.EG.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11413", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57516, + "usage_id": 30 + }, + "5609.EG.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11413", - "roomcode": "5609.EG.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11416", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11413, + "usage_id": 12 + }, + "5609.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.035, B\u00fcro", "arch_name": "00.09.035@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11416", - "roomcode": "5609.EG.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11419", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11416, + "usage_id": 12 + }, + "5609.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.036, B\u00fcro", "arch_name": "00.09.036@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11419", - "roomcode": "5609.EG.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11423", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11419, + "usage_id": 12 + }, + "5609.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.037, B\u00fcro", "arch_name": "00.09.037@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11423", - "roomcode": "5609.EG.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26698", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11423, + "usage_id": 12 + }, + "5609.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.038, Seminarraum", "arch_name": "00.09.038@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=24670&cRes=24033&cReadonly=J", - "extended": { - "additional_description": "00.09.038, Seminarraum", - "address": "Boltzmannstr. 3(5609), Erdgescho\u00df", - "architect_room_nr": "00.09.038@5609", - "area_m2": 35.65, - "building": "5609 FMI/ Geb\u00e4udeteil 09", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "038", - "seats": 21, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26698", - "roomcode": "5609.EG.038", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57670", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 24033, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26698, + "usage_id": 41 + }, + "5609.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.039, Besprechungsraum", "arch_name": "00.09.039@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57670", - "roomcode": "5609.EG.039", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57679", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57670, + "usage_id": 196 + }, + "5609.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.050, Flur", "arch_name": "00.09.050@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57679", - "roomcode": "5609.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26716", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57679, + "usage_id": 222 + }, + "5609.EG.051": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26716", - "roomcode": "5609.EG.051", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11598", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26716, + "usage_id": 12 + }, + "5609.EG.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11598", - "roomcode": "5609.EG.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11649", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11598, + "usage_id": 12 + }, + "5609.EG.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11649", - "roomcode": "5609.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11653", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11649, + "usage_id": 12 + }, + "5609.EG.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11653", - "roomcode": "5609.EG.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57824", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11653, + "usage_id": 12 + }, + "5609.EG.055": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": "tvKalender.wSicht?cOrg=24670&cRes=18631&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57824", - "roomcode": "5609.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57832", + "area_id": 33, + "building_id": 865, + "calendar_resource_nr": 18631, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57824, + "usage_id": 12 + }, + "5609.EG.056": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57832", - "roomcode": "5609.EG.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57965", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57832, + "usage_id": 12 + }, + "5609.EG.058A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.058A, Archiv", "arch_name": "00.09.058A@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57965", - "roomcode": "5609.EG.058A", - "usage": 2 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57973", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57965, + "usage_id": 2 + }, + "5609.EG.058B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.058B, Archiv", "arch_name": "00.09.058B@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57973", - "roomcode": "5609.EG.058B", - "usage": 2 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11712", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 24670, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57973, + "usage_id": 2 + }, + "5609.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.059, B\u00fcro", "arch_name": "00.09.059@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11712", - "roomcode": "5609.EG.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11717", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11712, + "usage_id": 12 + }, + "5609.EG.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.060, B\u00fcro", "arch_name": "00.09.060@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11717", - "roomcode": "5609.EG.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11722", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11717, + "usage_id": 12 + }, + "5609.EG.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.061, B\u00fcro", "arch_name": "00.09.061@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11722", - "roomcode": "5609.EG.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11724", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11722, + "usage_id": 12 + }, + "5609.EG.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.062, B\u00fcro", "arch_name": "00.09.062@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11724", - "roomcode": "5609.EG.062", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11781", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11724, + "usage_id": 12 + }, + "5609.EG.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.063, B\u00fcro", "arch_name": "00.09.063@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11781", - "roomcode": "5609.EG.063", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11783", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11781, + "usage_id": 12 + }, + "5609.EG.064": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.064, B\u00fcro", "arch_name": "00.09.064@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11783", - "roomcode": "5609.EG.064", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11785", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11783, + "usage_id": 12 + }, + "5609.EG.065": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.065, B\u00fcro", "arch_name": "00.09.065@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=24670", - "operator": "[ TUINI21 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11785", - "roomcode": "5609.EG.065", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58266", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 24670, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11785, + "usage_id": 12 + }, + "5609.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.101, Treppe", "arch_name": "00.09.101@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58266", - "roomcode": "5609.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58276", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58266, + "usage_id": 223 + }, + "5609.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.102, Treppe", "arch_name": "00.09.102@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58276", - "roomcode": "5609.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70310", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58276, + "usage_id": 223 + }, + "5609.EG.999": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.09.012, Terrasse", "arch_name": "00.09.012@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70310", - "roomcode": "5609.EG.999", - "usage": 48 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56794", + "area_id": 33, + "building_id": 865, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70310, + "usage_id": 48 + }, + "5609.U1.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56794", - "roomcode": "5609.U1.011", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56797", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56794, + "usage_id": 201 + }, + "5609.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.013, Flur", "arch_name": "-1.09.013@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56797", - "roomcode": "5609.U1.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56804", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56797, + "usage_id": 222 + }, + "5609.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.014, Schleuse", "arch_name": "-1.09.014@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56804", - "roomcode": "5609.U1.014", - "usage": 105 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56810", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56804, + "usage_id": 105 + }, + "5609.U1.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56810", - "roomcode": "5609.U1.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56922", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56810, + "usage_id": 201 + }, + "5609.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.016, HLS-Schacht", "arch_name": "-1.09.016@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56922", - "roomcode": "5609.U1.016", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56933", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56922, + "usage_id": 120 + }, + "5609.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.017, Stromversorgung", "arch_name": "-1.09.017@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56933", - "roomcode": "5609.U1.017", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56936", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56933, + "usage_id": 160 + }, + "5609.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.018, Mittelspannung 20KV", "arch_name": "-1.09.018@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56936", - "roomcode": "5609.U1.018", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56943", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56936, + "usage_id": 160 + }, + "5609.U1.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.030, Flur", "arch_name": "-1.09.030@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56943", - "roomcode": "5609.U1.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56947", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56943, + "usage_id": 222 + }, + "5609.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.09.101, Treppe", "arch_name": "-1.09.101@5609", - "b_area_id": 33, - "b_filter_id": 865, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56947", - "roomcode": "5609.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54454", + "area_id": 33, + "building_id": 865, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56947, + "usage_id": 223 + }, + "5610.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.001, Flur", "arch_name": "01.10.001@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54454", - "roomcode": "5610.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=30098", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54454, + "usage_id": 222 + }, + "5610.01.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=15443&cRes=15270&cReadonly=J", - "extended": { - "additional_description": "01.10.011, Seminarraum (Inf. 18/19", - "address": "Boltzmannstr. 3(5610), 1.Obergescho\u00df", - "architect_room_nr": "01.10.011@5610", - "area_m2": 54.51, - "building": "5610 FMI/ Geb\u00e4udeteil 10", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30098", - "roomcode": "5610.01.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54468", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 15270, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30098, + "usage_id": 41 + }, + "5610.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.013, Aufzug", "arch_name": "01.10.013@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54468", - "roomcode": "5610.01.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54477", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54468, + "usage_id": 4 + }, + "5610.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.014, Flur", "arch_name": "01.10.014@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54477", - "roomcode": "5610.01.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54486", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54477, + "usage_id": 222 + }, + "5610.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.015, WC-Herren", "arch_name": "01.10.015@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54486", - "roomcode": "5610.01.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54603", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54486, + "usage_id": 115 + }, + "5610.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.016, WC-Damen", "arch_name": "01.10.016@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54603", - "roomcode": "5610.01.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54612", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54603, + "usage_id": 116 + }, + "5610.01.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.017A, Putzraum", "arch_name": "01.10.017A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54612", - "roomcode": "5610.01.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54622", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54612, + "usage_id": 205 + }, + "5610.01.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54622", - "roomcode": "5610.01.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54632", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54622, + "usage_id": 201 + }, + "5610.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.018, Lager", "arch_name": "01.10.018@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54632", - "roomcode": "5610.01.018", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54640", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54632, + "usage_id": 30 + }, + "5610.01.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54640", - "roomcode": "5610.01.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54779", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54640, + "usage_id": 201 + }, + "5610.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.020, Praktikumsraum", "arch_name": "01.10.020@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=15435&cRes=23830&cReadonly=J", - "extended": { - "additional_description": "01.10.020, Praktikumsraum", - "address": "Boltzmannstr. 3(5610), 1.Obergescho\u00df", - "architect_room_nr": "01.10.020@5610", - "area_m2": 26.88, - "building": "5610 FMI/ Geb\u00e4udeteil 10", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54779", - "roomcode": "5610.01.020", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70420", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 23830, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54779, + "usage_id": 131 + }, + "5610.01.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.020A, Balkon", "arch_name": "01.10.020A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70420", - "roomcode": "5610.01.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=30278", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70420, + "usage_id": 219 + }, + "5610.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.021, Praktikumsraum", "arch_name": "01.10.021@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "extended": { - "additional_description": "01.10.021, Praktikumsraum", - "address": "Boltzmannstr. 3(5610), 1.Obergescho\u00df", - "architect_room_nr": "01.10.021@5610", - "area_m2": 35.88, - "building": "5610 FMI/ Geb\u00e4udeteil 10", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "021", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30278", - "roomcode": "5610.01.021", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54794", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30278, + "usage_id": 131 + }, + "5610.01.022A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.022A, Kopierer", "arch_name": "01.10.022A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54794", - "roomcode": "5610.01.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54805", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54794, + "usage_id": 110 + }, + "5610.01.022B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.022B, Besprechung", "arch_name": "01.10.022B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=15443&cRes=18801&cReadonly=J", - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54805", - "roomcode": "5610.01.022B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54933", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 18801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54805, + "usage_id": 196 + }, + "5610.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.030, Flur", "arch_name": "01.10.030@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54933", - "roomcode": "5610.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54943", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54933, + "usage_id": 222 + }, + "5610.01.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.031, Teek\u00fcche", "arch_name": "01.10.031@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54943", - "roomcode": "5610.01.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54953", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54943, + "usage_id": 198 + }, + "5610.01.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.032A, Stromversorgung", "arch_name": "01.10.032A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54953", - "roomcode": "5610.01.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54964", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54953, + "usage_id": 160 + }, + "5610.01.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.032B, Stromversorgung", "arch_name": "01.10.032B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54964", - "roomcode": "5610.01.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55089", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54964, + "usage_id": 120 + }, + "5610.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.033, Seminarraum", "arch_name": "01.10.033@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=15443&cRes=18803&cReadonly=J", - "extended": { - "additional_description": "01.10.033, Seminarraum", - "address": "Boltzmannstr. 3(5610), 1.Obergescho\u00df", - "architect_room_nr": "01.10.033@5610", - "area_m2": 35.7, - "building": "5610 FMI/ Geb\u00e4udeteil 10", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "033", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55089", - "roomcode": "5610.01.033", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55095", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 18803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55089, + "usage_id": 41 + }, + "5610.01.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.034A, Serverraum", "arch_name": "01.10.034A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55095", - "roomcode": "5610.01.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55103", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55095, + "usage_id": 207 + }, + "5610.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.036, Computer-Labor", "arch_name": "01.10.036@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=15443&cRes=18805&cReadonly=J", - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55103", - "roomcode": "5610.01.036", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12311", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 18805, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55103, + "usage_id": 103 + }, + "5610.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.037, B\u00fcro", "arch_name": "01.10.037@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12311", - "roomcode": "5610.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12314", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12311, + "usage_id": 12 + }, + "5610.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.039, B\u00fcro", "arch_name": "01.10.039@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12314", - "roomcode": "5610.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=12319", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12314, + "usage_id": 12 + }, + "5610.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.040, B\u00fcro", "arch_name": "01.10.040@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12319", - "roomcode": "5610.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55251", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12319, + "usage_id": 12 + }, + "5610.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.050, Flur", "arch_name": "01.10.050@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55251", - "roomcode": "5610.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55262", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55251, + "usage_id": 222 + }, + "5610.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.051, Besprechungsraum", "arch_name": "01.10.051@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55262", - "roomcode": "5610.01.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11439", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55262, + "usage_id": 196 + }, + "5610.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.052, Sekretariat", "arch_name": "01.10.052@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11439", - "roomcode": "5610.01.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55279", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11439, + "usage_id": 40 + }, + "5610.01.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55279", - "roomcode": "5610.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11445", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55279, + "usage_id": 12 + }, + "5610.01.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.054, B\u00fcro", "arch_name": "01.10.054@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11445", - "roomcode": "5610.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11447", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11445, + "usage_id": 12 + }, + "5610.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.055, B\u00fcro", "arch_name": "01.10.055@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11447", - "roomcode": "5610.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11464", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11447, + "usage_id": 12 + }, + "5610.01.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.056, B\u00fcro", "arch_name": "01.10.056@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11464", - "roomcode": "5610.01.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11467", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11464, + "usage_id": 12 + }, + "5610.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.057, B\u00fcro", "arch_name": "01.10.057@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11467", - "roomcode": "5610.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55444", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11467, + "usage_id": 12 + }, + "5610.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.058, B\u00fcro", "arch_name": "01.10.058@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55444", - "roomcode": "5610.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55451", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55444, + "usage_id": 12 + }, + "5610.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.059, Besprechung", "arch_name": "01.10.059@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55451", - "roomcode": "5610.01.059", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11471", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55451, + "usage_id": 196 + }, + "5610.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.060, B\u00fcro", "arch_name": "01.10.060@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11471", - "roomcode": "5610.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=11473", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11471, + "usage_id": 12 + }, + "5610.01.061": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15443", - "operator": "[ TUINI18 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11473", - "roomcode": "5610.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55595", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15443, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11473, + "usage_id": 12 + }, + "5610.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.101, Treppe", "arch_name": "01.10.101@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55595", - "roomcode": "5610.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55603", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55595, + "usage_id": 223 + }, + "5610.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.10.102, Treppe", "arch_name": "01.10.102@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55603", - "roomcode": "5610.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55611", + "area_id": 33, + "building_id": 799, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55603, + "usage_id": 223 + }, + "5610.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.001, Flur", "arch_name": "02.10.001@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55611", - "roomcode": "5610.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55739", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55611, + "usage_id": 222 + }, + "5610.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.011, Rechnerraum", "arch_name": "02.10.011@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=14577&cRes=18682&cReadonly=J", - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55739", - "roomcode": "5610.02.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70422", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 18682, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": 15, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55739, + "usage_id": 207 + }, + "5610.02.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.011A, Balkon", "arch_name": "02.10.011A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70422", - "roomcode": "5610.02.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55746", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70422, + "usage_id": 219 + }, + "5610.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.013, Aufzug", "arch_name": "02.10.013@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55746", - "roomcode": "5610.02.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55754", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55746, + "usage_id": 4 + }, + "5610.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.014, Flur", "arch_name": "02.10.014@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55754", - "roomcode": "5610.02.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55761", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55754, + "usage_id": 222 + }, + "5610.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.015, WC-Herren", "arch_name": "02.10.015@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55761", - "roomcode": "5610.02.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55770", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55761, + "usage_id": 115 + }, + "5610.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.016, WC-Damen", "arch_name": "02.10.016@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55770", - "roomcode": "5610.02.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55904", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55770, + "usage_id": 116 + }, + "5610.02.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.017A, Putzraum", "arch_name": "02.10.017A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55904", - "roomcode": "5610.02.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55912", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55904, + "usage_id": 205 + }, + "5610.02.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55912", - "roomcode": "5610.02.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55917", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55912, + "usage_id": 201 + }, + "5610.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.018, Abstellraum", "arch_name": "02.10.018@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55917", - "roomcode": "5610.02.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55926", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55917, + "usage_id": 159 + }, + "5610.02.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55926", - "roomcode": "5610.02.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55933", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55926, + "usage_id": 201 + }, + "5610.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.020, Rechnerraum", "arch_name": "02.10.020@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55933", - "roomcode": "5610.02.020", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70421", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55933, + "usage_id": 207 + }, + "5610.02.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.020A, Balkon", "arch_name": "02.10.020A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70421", - "roomcode": "5610.02.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11541", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70421, + "usage_id": 219 + }, + "5610.02.021": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14604", - "operator": "[ TUMAM03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11541", - "roomcode": "5610.02.021", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56070", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14604, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11541, + "usage_id": 12 + }, + "5610.02.022A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56070", - "roomcode": "5610.02.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56077", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56070, + "usage_id": 110 + }, + "5610.02.022B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=14577&cRes=24314&cReadonly=J", - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56077", - "roomcode": "5610.02.022B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56085", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 24314, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56077, + "usage_id": 196 + }, + "5610.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.030, Flur", "arch_name": "02.10.030@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56085", - "roomcode": "5610.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56092", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56085, + "usage_id": 222 + }, + "5610.02.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.031, Wasserversorgung", "arch_name": "02.10.031@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56092", - "roomcode": "5610.02.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56229", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56092, + "usage_id": 183 + }, + "5610.02.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.032A, Stromversorgung", "arch_name": "02.10.032A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56229", - "roomcode": "5610.02.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56231", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56229, + "usage_id": 160 + }, + "5610.02.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.032B, Stromversorgung", "arch_name": "02.10.032B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56231", - "roomcode": "5610.02.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11581", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56231, + "usage_id": 120 + }, + "5610.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.033, B\u00fcro", "arch_name": "02.10.033@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11581", - "roomcode": "5610.02.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56245", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11581, + "usage_id": 12 + }, + "5610.02.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.034A, Serverraum", "arch_name": "02.10.034A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56245", - "roomcode": "5610.02.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56254", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56245, + "usage_id": 207 + }, + "5610.02.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.034B, Fotolabor", "arch_name": "02.10.034B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56254", - "roomcode": "5610.02.034B", - "usage": 104 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=11589", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56254, + "usage_id": 104 + }, + "5610.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.035, B\u00fcro", "arch_name": "02.10.035@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11589", - "roomcode": "5610.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13382", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11589, + "usage_id": 12 + }, + "5610.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.036, B\u00fcro", "arch_name": "02.10.036@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13382", - "roomcode": "5610.02.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13387", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13382, + "usage_id": 12 + }, + "5610.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.037, B\u00fcro", "arch_name": "02.10.037@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13387", - "roomcode": "5610.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13389", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13387, + "usage_id": 12 + }, + "5610.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.038, B\u00fcro", "arch_name": "02.10.038@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13389", - "roomcode": "5610.02.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13392", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13389, + "usage_id": 12 + }, + "5610.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.039, B\u00fcro", "arch_name": "02.10.039@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13392", - "roomcode": "5610.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13393", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13392, + "usage_id": 12 + }, + "5610.02.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13393", - "roomcode": "5610.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54022", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13393, + "usage_id": 12 + }, + "5610.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.050, Flur", "arch_name": "02.10.050@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54022", - "roomcode": "5610.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54030", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54022, + "usage_id": 222 + }, + "5610.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.051, Besprechungsraum", "arch_name": "02.10.051@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54030", - "roomcode": "5610.02.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13421", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54030, + "usage_id": 196 + }, + "5610.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.052, Sekretariat", "arch_name": "02.10.052@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13421", - "roomcode": "5610.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54041", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13421, + "usage_id": 40 + }, + "5610.02.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54041", - "roomcode": "5610.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13425", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54041, + "usage_id": 12 + }, + "5610.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13425", - "roomcode": "5610.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13428", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13425, + "usage_id": 12 + }, + "5610.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.055, Sekretariat", "arch_name": "02.10.055@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13428", - "roomcode": "5610.02.055", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54180", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13428, + "usage_id": 40 + }, + "5610.02.057": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54180", - "roomcode": "5610.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13434", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54180, + "usage_id": 12 + }, + "5610.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.058, B\u00fcro", "arch_name": "02.10.058@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13434", - "roomcode": "5610.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54193", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13434, + "usage_id": 12 + }, + "5610.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.059, B\u00fcro", "arch_name": "02.10.059@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=14607&cRes=18499&cReadonly=J", - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54193", - "roomcode": "5610.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13465", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 18499, + "floor_level": "2.OG", + "floor_type": "Laminat", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54193, + "usage_id": 12 + }, + "5610.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.060, B\u00fcro", "arch_name": "02.10.060@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13465", - "roomcode": "5610.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54209", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13465, + "usage_id": 12 + }, + "5610.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.101, Treppe", "arch_name": "02.10.101@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54209", - "roomcode": "5610.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=54330", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54209, + "usage_id": 223 + }, + "5610.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.10.102, Treppe", "arch_name": "02.10.102@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54330", - "roomcode": "5610.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54338", + "area_id": 33, + "building_id": 799, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54330, + "usage_id": 223 + }, + "5610.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.001, Flur", "arch_name": "03.10.001@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54338", - "roomcode": "5610.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=29814", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54338, + "usage_id": 222 + }, + "5610.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.011, Seminarraum", "arch_name": "03.10.011@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=14208&cRes=15269&cReadonly=J", - "extended": { - "additional_description": "03.10.011, Seminarraum", - "address": "Boltzmannstr. 3(5610), 3.Obergescho\u00df", - "architect_room_nr": "03.10.011@5610", - "area_m2": 54.31, - "building": "5610 FMI/ Geb\u00e4udeteil 10", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "011", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29814", - "roomcode": "5610.03.011", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70424", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 15269, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29814, + "usage_id": 41 + }, + "5610.03.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.011A, Balkon", "arch_name": "03.10.011A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70424", - "roomcode": "5610.03.011A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54353", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70424, + "usage_id": 219 + }, + "5610.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.013, Aufzug", "arch_name": "03.10.013@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54353", - "roomcode": "5610.03.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54359", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54353, + "usage_id": 4 + }, + "5610.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.014, Flur", "arch_name": "03.10.014@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54359", - "roomcode": "5610.03.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54497", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54359, + "usage_id": 222 + }, + "5610.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.015, WC-Herren", "arch_name": "03.10.015@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54497", - "roomcode": "5610.03.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54505", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54497, + "usage_id": 115 + }, + "5610.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.016, WC-Damen", "arch_name": "03.10.016@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54505", - "roomcode": "5610.03.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54510", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54505, + "usage_id": 116 + }, + "5610.03.017A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.017A, Putzraum", "arch_name": "03.10.017A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54510", - "roomcode": "5610.03.017A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54518", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54510, + "usage_id": 205 + }, + "5610.03.017B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54518", - "roomcode": "5610.03.017B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54642", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54518, + "usage_id": 201 + }, + "5610.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.018, Abstellraum", "arch_name": "03.10.018@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54642", - "roomcode": "5610.03.018", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54651", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54642, + "usage_id": 159 + }, + "5610.03.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54651", - "roomcode": "5610.03.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54660", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54651, + "usage_id": 201 + }, + "5610.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.020, Rechnerraum", "arch_name": "03.10.020@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=14577&cRes=21644&cReadonly=J", - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54660", - "roomcode": "5610.03.020", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70423", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 21644, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54660, + "usage_id": 207 + }, + "5610.03.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.020A, Balkon", "arch_name": "03.10.020A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70423", - "roomcode": "5610.03.020A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13544", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70423, + "usage_id": 219 + }, + "5610.03.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.021, B\u00fcro", "arch_name": "03.10.021@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13544", - "roomcode": "5610.03.021", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54673", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13544, + "usage_id": 12 + }, + "5610.03.022A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54673", - "roomcode": "5610.03.022A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54814", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54673, + "usage_id": 110 + }, + "5610.03.022B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54814", - "roomcode": "5610.03.022B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54819", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54814, + "usage_id": 196 + }, + "5610.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.030, Flur", "arch_name": "03.10.030@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54819", - "roomcode": "5610.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54826", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54819, + "usage_id": 222 + }, + "5610.03.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.031, Wasserversorgung", "arch_name": "03.10.031@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54826", - "roomcode": "5610.03.031", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54834", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54826, + "usage_id": 183 + }, + "5610.03.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.032A, Stromversorgung", "arch_name": "03.10.032A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54834", - "roomcode": "5610.03.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54842", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54834, + "usage_id": 160 + }, + "5610.03.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.032B, Stromversorgung", "arch_name": "03.10.032B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54842", - "roomcode": "5610.03.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13577", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54842, + "usage_id": 120 + }, + "5610.03.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.033, B\u00fcro", "arch_name": "03.10.033@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13577", - "roomcode": "5610.03.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54981", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13577, + "usage_id": 12 + }, + "5610.03.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.034A, Serverraum", "arch_name": "03.10.034A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54981", - "roomcode": "5610.03.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54988", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54981, + "usage_id": 207 + }, + "5610.03.034B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54988", - "roomcode": "5610.03.034B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13617", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54988, + "usage_id": 30 + }, + "5610.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.035, B\u00fcro", "arch_name": "03.10.035@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13617", - "roomcode": "5610.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13619", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13617, + "usage_id": 12 + }, + "5610.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.036, B\u00fcro", "arch_name": "03.10.036@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13619", - "roomcode": "5610.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55127", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13619, + "usage_id": 12 + }, + "5610.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.037, B\u00fcro", "arch_name": "03.10.037@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55127", - "roomcode": "5610.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13669", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55127, + "usage_id": 12 + }, + "5610.03.038": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13669", - "roomcode": "5610.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13673", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13669, + "usage_id": 12 + }, + "5610.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.039, B\u00fcro", "arch_name": "03.10.039@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13673", - "roomcode": "5610.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13679", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13673, + "usage_id": 12 + }, + "5610.03.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13679", - "roomcode": "5610.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55160", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13679, + "usage_id": 12 + }, + "5610.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.050, Flur", "arch_name": "03.10.050@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55160", - "roomcode": "5610.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55293", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55160, + "usage_id": 222 + }, + "5610.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.051, Aufenthalt", "arch_name": "03.10.051@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55293", - "roomcode": "5610.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13696", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55293, + "usage_id": 44 + }, + "5610.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.052, Sekretariat", "arch_name": "03.10.052@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13696", - "roomcode": "5610.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13739", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13696, + "usage_id": 40 + }, + "5610.03.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13739", - "roomcode": "5610.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13744", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13739, + "usage_id": 12 + }, + "5610.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13744", - "roomcode": "5610.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13747", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13744, + "usage_id": 12 + }, + "5610.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.055, Sekretariat", "arch_name": "03.10.055@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13747", - "roomcode": "5610.03.055", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13751", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13747, + "usage_id": 40 + }, + "5610.03.057": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13751", - "roomcode": "5610.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13755", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13751, + "usage_id": 12 + }, + "5610.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.058, B\u00fcro", "arch_name": "03.10.058@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13755", - "roomcode": "5610.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13801", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13755, + "usage_id": 12 + }, + "5610.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.059, B\u00fcro", "arch_name": "03.10.059@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13801", - "roomcode": "5610.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13804", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13801, + "usage_id": 12 + }, + "5610.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.060, B\u00fcro", "arch_name": "03.10.060@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13804", - "roomcode": "5610.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55484", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13804, + "usage_id": 12 + }, + "5610.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.101, Treppe", "arch_name": "03.10.101@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55484", - "roomcode": "5610.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=55489", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55484, + "usage_id": 223 + }, + "5610.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.10.102, Treppe", "arch_name": "03.10.102@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55489", - "roomcode": "5610.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=55623", + "area_id": 33, + "building_id": 799, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55489, + "usage_id": 223 + }, + "5610.04.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "04.10.013, Aufzug", "arch_name": "04.10.013@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55623", - "roomcode": "5610.04.013", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=55631", + "area_id": 33, + "building_id": 799, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55623, + "usage_id": 4 + }, + "5610.04.014": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55631", - "roomcode": "5610.04.014", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 4.OG", - "address_link": "ris.einzelraum?raumkey=55635", + "area_id": 33, + "building_id": 799, + "floor_level": "4.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55631, + "usage_id": 201 + }, + "5610.04.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55635", - "roomcode": "5610.04.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55713", + "area_id": 33, + "building_id": 799, + "floor_level": "4.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55635, + "usage_id": 201 + }, + "5610.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.010, Flur", "arch_name": "00.10.010@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55713", - "roomcode": "5610.EG.010", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70363", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55713, + "usage_id": 222 + }, + "5610.EG.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.010A, Flur", "arch_name": "00.10.010A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70363", - "roomcode": "5610.EG.010A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55721", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70363, + "usage_id": 222 + }, + "5610.EG.011": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=30172&cReadonly=J", - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55721", - "roomcode": "5610.EG.011", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55730", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 30172, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55721, + "usage_id": 196 + }, + "5610.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.012, Lager", "arch_name": "00.10.012@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55730", - "roomcode": "5610.EG.012", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=30957", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55730, + "usage_id": 30 + }, + "5610.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.013, Ausgabe", "arch_name": "00.10.013@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30957", - "roomcode": "5610.EG.013", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55862", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30957, + "usage_id": 12 + }, + "5610.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.014, Aufzug", "arch_name": "00.10.014@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55862", - "roomcode": "5610.EG.014", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55871", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55862, + "usage_id": 4 + }, + "5610.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.015, Flur", "arch_name": "00.10.015@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55871", - "roomcode": "5610.EG.015", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55879", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55871, + "usage_id": 222 + }, + "5610.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.016, WC-Damen", "arch_name": "00.10.016@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55879", - "roomcode": "5610.EG.016", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55887", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55879, + "usage_id": 116 + }, + "5610.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.017, WC-Herren", "arch_name": "00.10.017@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55887", - "roomcode": "5610.EG.017", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55896", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55887, + "usage_id": 115 + }, + "5610.EG.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.018A, Plutzraum", "arch_name": "00.10.018A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55896", - "roomcode": "5610.EG.018A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56018", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55896, + "usage_id": 205 + }, + "5610.EG.018B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56018", - "roomcode": "5610.EG.018B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56027", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56018, + "usage_id": 201 + }, + "5610.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.019, Lager", "arch_name": "00.10.019@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56027", - "roomcode": "5610.EG.019", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56033", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56027, + "usage_id": 30 + }, + "5610.EG.020": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56033", - "roomcode": "5610.EG.020", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56043", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56033, + "usage_id": 201 + }, + "5610.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.021, Cafeteria", "arch_name": "00.10.021@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39687", - "operator": "[ TUPESWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56043", - "roomcode": "5610.EG.021", - "usage": 139 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56053", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 39687, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56043, + "usage_id": 139 + }, + "5610.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.030, Flur", "arch_name": "00.10.030@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56053", - "roomcode": "5610.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56184", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56053, + "usage_id": 222 + }, + "5610.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.031, Teek\u00fcche", "arch_name": "00.10.031@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56184", - "roomcode": "5610.EG.031", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56192", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56184, + "usage_id": 198 + }, + "5610.EG.032A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.032A, Stromversorgung", "arch_name": "00.10.032A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56192", - "roomcode": "5610.EG.032A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56201", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56192, + "usage_id": 160 + }, + "5610.EG.032B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.032B, Stromversorgung", "arch_name": "00.10.032B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56201", - "roomcode": "5610.EG.032B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56211", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56201, + "usage_id": 120 + }, + "5610.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.033, Besprechung", "arch_name": "00.10.033@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=44264&cRes=31572&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56211", - "roomcode": "5610.EG.033", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56219", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 31572, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56211, + "usage_id": 196 + }, + "5610.EG.034A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.034A, Serverraum", "arch_name": "00.10.034A@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56219", - "roomcode": "5610.EG.034A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56348", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56219, + "usage_id": 207 + }, + "5610.EG.034B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.034B, Archiv", "arch_name": "00.10.034B@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56348", - "roomcode": "5610.EG.034B", - "usage": 2 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11892", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56348, + "usage_id": 2 + }, + "5610.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.035, B\u00fcro", "arch_name": "00.10.035@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11892", - "roomcode": "5610.EG.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11896", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11892, + "usage_id": 12 + }, + "5610.EG.036": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11896", - "roomcode": "5610.EG.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11898", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11896, + "usage_id": 12 + }, + "5610.EG.037": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11898", - "roomcode": "5610.EG.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11901", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11898, + "usage_id": 12 + }, + "5610.EG.038": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=52079&cRes=33972&cReadonly=J", - "list_index": "40", - "op_link": "webnav.navigate_to?corg=52079", - "operator": "[ TUS1OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11901", - "roomcode": "5610.EG.038", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11953", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 33972, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 52079, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11901, + "usage_id": 196 + }, + "5610.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.039, B\u00fcro", "arch_name": "00.10.039@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11953", - "roomcode": "5610.EG.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11955", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11953, + "usage_id": 12 + }, + "5610.EG.041": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11955", - "roomcode": "5610.EG.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11957", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11955, + "usage_id": 12 + }, + "5610.EG.042": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": "tvKalender.wSicht?cOrg=52079&cRes=33952&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=52079", - "operator": "[ TUS1OTS ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11957", - "roomcode": "5610.EG.042", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11960", + "area_id": 33, + "building_id": 799, + "calendar_resource_nr": 33952, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 52079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11957, + "usage_id": 196 + }, + "5610.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.043, B\u00fcro", "arch_name": "00.10.043@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11960", - "roomcode": "5610.EG.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11963", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11960, + "usage_id": 12 + }, + "5610.EG.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.044, Sekretariat", "arch_name": "00.10.044@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14202", - "operator": "[ TUMADEK ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11963", - "roomcode": "5610.EG.044", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54139", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14202, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11963, + "usage_id": 40 + }, + "5610.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.050, Flur", "arch_name": "00.10.050@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54139", - "roomcode": "5610.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54152", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54139, + "usage_id": 222 + }, + "5610.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.051, Besprechungsraum", "arch_name": "00.10.051@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54152", - "roomcode": "5610.EG.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12004", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54152, + "usage_id": 196 + }, + "5610.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.052, B\u00fcro", "arch_name": "00.10.052@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12004", - "roomcode": "5610.EG.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=16539", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12004, + "usage_id": 12 + }, + "5610.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.053, B\u00fcro", "arch_name": "00.10.053@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16539", - "roomcode": "5610.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12010", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16539, + "usage_id": 12 + }, + "5610.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.054, B\u00fcro", "arch_name": "00.10.054@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12010", - "roomcode": "5610.EG.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12012", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12010, + "usage_id": 12 + }, + "5610.EG.055": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12012", - "roomcode": "5610.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12074", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12012, + "usage_id": 12 + }, + "5610.EG.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.056, B\u00fcro", "arch_name": "00.10.056@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12074", - "roomcode": "5610.EG.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=12075", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12074, + "usage_id": 12 + }, + "5610.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.057, B\u00fcro", "arch_name": "00.10.057@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12075", - "roomcode": "5610.EG.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70364", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12075, + "usage_id": 12 + }, + "5610.EG.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.058, Treppe", "arch_name": "00.10.058@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70364", - "roomcode": "5610.EG.058", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54322", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70364, + "usage_id": 223 + }, + "5610.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.101, Treppe", "arch_name": "00.10.101@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54322", - "roomcode": "5610.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54447", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54322, + "usage_id": 223 + }, + "5610.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.10.102, Treppe", "arch_name": "00.10.102@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54447", - "roomcode": "5610.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=57026", + "area_id": 33, + "building_id": 799, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54447, + "usage_id": 223 + }, + "5610.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.011, Fernw\u00e4rme", "arch_name": "-1.10.011@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57026", - "roomcode": "5610.U1.011", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=57447", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57026, + "usage_id": 201 + }, + "5610.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.012, Hebeanlage", "arch_name": "-1.10.012@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57447", - "roomcode": "5610.U1.012", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=57458", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57447, + "usage_id": 120 + }, + "5610.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.013, Druckluftzentrale", "arch_name": "-1.10.013@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57458", - "roomcode": "5610.U1.013", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=57466", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57458, + "usage_id": 120 + }, + "5610.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.014, Flur", "arch_name": "-1.10.014@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57466", - "roomcode": "5610.U1.014", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55379", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57466, + "usage_id": 222 + }, + "5610.U1.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55379", - "roomcode": "5610.U1.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55387", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55379, + "usage_id": 201 + }, + "5610.U1.016": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55387", - "roomcode": "5610.U1.016", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55396", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55387, + "usage_id": 201 + }, + "5610.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.017, Niederspannung", "arch_name": "-1.10.017@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55396", - "roomcode": "5610.U1.017", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70362", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55396, + "usage_id": 160 + }, + "5610.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.018, Personenaufzug", "arch_name": "-1.10.018@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70362", - "roomcode": "5610.U1.018", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55533", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70362, + "usage_id": 4 + }, + "5610.U1.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.030, Flur", "arch_name": "-1.10.030@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55533", - "roomcode": "5610.U1.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55542", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55533, + "usage_id": 222 + }, + "5610.U1.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.040, Lichtschacht", "arch_name": "-1.10.040@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55542", - "roomcode": "5610.U1.040", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55551", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55542, + "usage_id": 120 + }, + "5610.U1.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.041, Trafo", "arch_name": "-1.10.041@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55551", - "roomcode": "5610.U1.041", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55561", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55551, + "usage_id": 160 + }, + "5610.U1.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.042, Trafo", "arch_name": "-1.10.042@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55561", - "roomcode": "5610.U1.042", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55570", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55561, + "usage_id": 160 + }, + "5610.U1.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.043, Trafo", "arch_name": "-1.10.043@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55570", - "roomcode": "5610.U1.043", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55694", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55570, + "usage_id": 160 + }, + "5610.U1.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.044, Stromversorgung", "arch_name": "-1.10.044@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55694", - "roomcode": "5610.U1.044", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55703", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55694, + "usage_id": 160 + }, + "5610.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.10.101, Treppe", "arch_name": "-1.10.101@5610", - "b_area_id": 33, - "b_filter_id": 799, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55703", - "roomcode": "5610.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54366", + "area_id": 33, + "building_id": 799, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55703, + "usage_id": 223 + }, + "5611.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.001, Flur", "arch_name": "01.11.001@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54366", - "roomcode": "5611.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54372", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54366, + "usage_id": 222 + }, + "5611.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.011, WC-Damen", "arch_name": "01.11.011@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54372", - "roomcode": "5611.01.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54379", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54372, + "usage_id": 116 + }, + "5611.01.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54379", - "roomcode": "5611.01.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54386", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54379, + "usage_id": 201 + }, + "5611.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.013, Flur", "arch_name": "01.11.013@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54386", - "roomcode": "5611.01.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54395", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54386, + "usage_id": 222 + }, + "5611.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.014, WC-Herren", "arch_name": "01.11.014@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54395", - "roomcode": "5611.01.014", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54402", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54395, + "usage_id": 115 + }, + "5611.01.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.015A, Putzraum", "arch_name": "01.11.015A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54402", - "roomcode": "5611.01.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54533", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54402, + "usage_id": 205 + }, + "5611.01.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54533", - "roomcode": "5611.01.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54538", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54533, + "usage_id": 201 + }, + "5611.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.016, Lager", "arch_name": "01.11.016@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54538", - "roomcode": "5611.01.016", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54544", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54538, + "usage_id": 30 + }, + "5611.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.017, Lager", "arch_name": "01.11.017@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54544", - "roomcode": "5611.01.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=31284", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54544, + "usage_id": 30 + }, + "5611.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.018, Seminarraum", "arch_name": "01.11.018@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": "tvKalender.wSicht?cOrg=45151&cRes=15284&cReadonly=J", - "extended": { - "additional_description": "01.11.018, Seminarraum", - "address": "Boltzmannstr. 3(5611), 1.Obergescho\u00df", - "architect_room_nr": "01.11.018@5611", - "area_m2": 54.33, - "building": "5611 FMI/ Geb\u00e4udeteil 11", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "018", - "seats": 34, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31284", - "roomcode": "5611.01.018", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70365", + "area_id": 33, + "building_id": 800, + "calendar_resource_nr": 15284, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 34, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31284, + "usage_id": 41 + }, + "5611.01.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.018A, Balkon", "arch_name": "01.11.018A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70365", - "roomcode": "5611.01.018A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54554", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70365, + "usage_id": 219 + }, + "5611.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.030, Flur", "arch_name": "01.11.030@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54554", - "roomcode": "5611.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54559", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54554, + "usage_id": 222 + }, + "5611.01.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.031A, Stromversorgung", "arch_name": "01.11.031A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54559", - "roomcode": "5611.01.031A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54683", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54559, + "usage_id": 120 + }, + "5611.01.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.031B, Stromversorgung", "arch_name": "01.11.031B@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54683", - "roomcode": "5611.01.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54689", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54683, + "usage_id": 120 + }, + "5611.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.032, Teek\u00fcche", "arch_name": "01.11.032@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54689", - "roomcode": "5611.01.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54696", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54689, + "usage_id": 198 + }, + "5611.01.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.033A, Serverraum", "arch_name": "01.11.033A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54696", - "roomcode": "5611.01.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54702", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54696, + "usage_id": 207 + }, + "5611.01.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54702", - "roomcode": "5611.01.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=29849", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54702, + "usage_id": 30 + }, + "5611.01.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29849", - "roomcode": "5611.01.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=54718", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29849, + "usage_id": 12 + }, + "5611.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.035, B\u00fcro", "arch_name": "01.11.035@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54718", - "roomcode": "5611.01.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13489", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54718, + "usage_id": 12 + }, + "5611.01.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.037, B\u00fcro", "arch_name": "01.11.037@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13489", - "roomcode": "5611.01.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13491", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13489, + "usage_id": 12 + }, + "5611.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.038, B\u00fcro", "arch_name": "01.11.038@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13491", - "roomcode": "5611.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13492", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13491, + "usage_id": 12 + }, + "5611.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.039, B\u00fcro", "arch_name": "01.11.039@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13492", - "roomcode": "5611.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13494", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13492, + "usage_id": 12 + }, + "5611.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.040, B\u00fcro", "arch_name": "01.11.040@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13494", - "roomcode": "5611.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13495", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13494, + "usage_id": 12 + }, + "5611.01.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.041, B\u00fcro", "arch_name": "01.11.041@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13495", - "roomcode": "5611.01.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13497", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13495, + "usage_id": 12 + }, + "5611.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.042, B\u00fcro", "arch_name": "01.11.042@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13497", - "roomcode": "5611.01.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13499", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13497, + "usage_id": 12 + }, + "5611.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.043, B\u00fcro", "arch_name": "01.11.043@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13499", - "roomcode": "5611.01.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13527", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13499, + "usage_id": 12 + }, + "5611.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.044, B\u00fcro", "arch_name": "01.11.044@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13527", - "roomcode": "5611.01.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55015", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13527, + "usage_id": 12 + }, + "5611.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.050, Flur", "arch_name": "01.11.050@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55015", - "roomcode": "5611.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55021", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55015, + "usage_id": 222 + }, + "5611.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.051, Besprechungsraum", "arch_name": "01.11.051@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55021", - "roomcode": "5611.01.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13529", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55021, + "usage_id": 196 + }, + "5611.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.052, Besprechung", "arch_name": "01.11.052@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13529", - "roomcode": "5611.01.052", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13530", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13529, + "usage_id": 196 + }, + "5611.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.053, B\u00fcro", "arch_name": "01.11.053@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13530", - "roomcode": "5611.01.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13532", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13530, + "usage_id": 12 + }, + "5611.01.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13532", - "roomcode": "5611.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13534", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13532, + "usage_id": 12 + }, + "5611.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.055, B\u00fcro", "arch_name": "01.11.055@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13534", - "roomcode": "5611.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13536", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13534, + "usage_id": 12 + }, + "5611.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.057, B\u00fcro", "arch_name": "01.11.057@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13536", - "roomcode": "5611.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13554", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13536, + "usage_id": 12 + }, + "5611.01.058": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13554", - "roomcode": "5611.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13555", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13554, + "usage_id": 12 + }, + "5611.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.059, B\u00fcro", "arch_name": "01.11.059@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13555", - "roomcode": "5611.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13557", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13555, + "usage_id": 12 + }, + "5611.01.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13557", - "roomcode": "5611.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13560", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13557, + "usage_id": 12 + }, + "5611.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.061, B\u00fcro", "arch_name": "01.11.061@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13560", - "roomcode": "5611.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55193", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13560, + "usage_id": 12 + }, + "5611.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.101, Treppe", "arch_name": "01.11.101@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55193", - "roomcode": "5611.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=55201", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55193, + "usage_id": 223 + }, + "5611.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.11.102, Treppe", "arch_name": "01.11.102@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55201", - "roomcode": "5611.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55336", + "area_id": 33, + "building_id": 800, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55201, + "usage_id": 223 + }, + "5611.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.001, Flur", "arch_name": "02.11.001@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55336", - "roomcode": "5611.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55340", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55336, + "usage_id": 222 + }, + "5611.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.011, WC-Damen", "arch_name": "02.11.011@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55340", - "roomcode": "5611.02.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55344", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55340, + "usage_id": 116 + }, + "5611.02.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55344", - "roomcode": "5611.02.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55354", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55344, + "usage_id": 201 + }, + "5611.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.013, Flur", "arch_name": "02.11.013@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55354", - "roomcode": "5611.02.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55361", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55354, + "usage_id": 222 + }, + "5611.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.014, WC-Herren", "arch_name": "02.11.014@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55361", - "roomcode": "5611.02.014", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55369", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55361, + "usage_id": 115 + }, + "5611.02.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.015A, Putzraum", "arch_name": "02.11.015A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55369", - "roomcode": "5611.02.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55490", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55369, + "usage_id": 205 + }, + "5611.02.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55490", - "roomcode": "5611.02.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55495", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55490, + "usage_id": 201 + }, + "5611.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.016, Lager", "arch_name": "02.11.016@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55495", - "roomcode": "5611.02.016", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55502", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55495, + "usage_id": 30 + }, + "5611.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.017, Lager", "arch_name": "02.11.017@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55502", - "roomcode": "5611.02.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55506", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55502, + "usage_id": 30 + }, + "5611.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.018, Praktikumsraum", "arch_name": "02.11.018@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": "tvKalender.wSicht?cOrg=15428&cRes=19487&cReadonly=J", - "extended": { - "additional_description": "02.11.018, Praktikumsraum", - "address": "Boltzmannstr. 3(5611), 2.Obergescho\u00df", - "architect_room_nr": "02.11.018@5611", - "area_m2": 54.33, - "building": "5611 FMI/ Geb\u00e4udeteil 11", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "018", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55506", - "roomcode": "5611.02.018", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70366", + "area_id": 33, + "building_id": 800, + "calendar_resource_nr": 19487, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55506, + "usage_id": 131 + }, + "5611.02.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.018A, Balkon", "arch_name": "02.11.018A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70366", - "roomcode": "5611.02.018A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55512", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70366, + "usage_id": 219 + }, + "5611.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.030, Flur", "arch_name": "02.11.030@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55512", - "roomcode": "5611.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55518", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55512, + "usage_id": 222 + }, + "5611.02.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.031A, Stromversorgung", "arch_name": "02.11.031A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55518", - "roomcode": "5611.02.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55524", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55518, + "usage_id": 160 + }, + "5611.02.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.031B, Stromversorgung", "arch_name": "02.11.031B@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55524", - "roomcode": "5611.02.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55656", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55524, + "usage_id": 120 + }, + "5611.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.032, Teek\u00fcche", "arch_name": "02.11.032@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55656", - "roomcode": "5611.02.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55663", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55656, + "usage_id": 198 + }, + "5611.02.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.033, B\u00fcro", "arch_name": "02.11.033@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55663", - "roomcode": "5611.02.033", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55670", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55663, + "usage_id": 12 + }, + "5611.02.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.034, Toutor", "arch_name": "02.11.034@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55670", - "roomcode": "5611.02.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13667", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55670, + "usage_id": 12 + }, + "5611.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.035, B\u00fcro", "arch_name": "02.11.035@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13667", - "roomcode": "5611.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13718", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13667, + "usage_id": 12 + }, + "5611.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.037, B\u00fcro", "arch_name": "02.11.037@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13718", - "roomcode": "5611.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55682", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13718, + "usage_id": 12 + }, + "5611.02.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.038, Serverraum", "arch_name": "02.11.038@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55682", - "roomcode": "5611.02.038", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13721", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55682, + "usage_id": 207 + }, + "5611.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.039, B\u00fcro", "arch_name": "02.11.039@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13721", - "roomcode": "5611.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55827", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13721, + "usage_id": 12 + }, + "5611.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.040, B\u00fcro", "arch_name": "02.11.040@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55827", - "roomcode": "5611.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13725", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55827, + "usage_id": 12 + }, + "5611.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.041, B\u00fcro", "arch_name": "02.11.041@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13725", - "roomcode": "5611.02.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13727", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13725, + "usage_id": 12 + }, + "5611.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.042, B\u00fcro", "arch_name": "02.11.042@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13727", - "roomcode": "5611.02.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13730", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13727, + "usage_id": 12 + }, + "5611.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.043, B\u00fcro", "arch_name": "02.11.043@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13730", - "roomcode": "5611.02.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13734", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13730, + "usage_id": 12 + }, + "5611.02.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13734", - "roomcode": "5611.02.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55847", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13734, + "usage_id": 12 + }, + "5611.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.050, Flur", "arch_name": "02.11.050@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55847", - "roomcode": "5611.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55854", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55847, + "usage_id": 222 + }, + "5611.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.051, Besprechungsraum", "arch_name": "02.11.051@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55854", - "roomcode": "5611.02.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=55983", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15428, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55854, + "usage_id": 196 + }, + "5611.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.052, B\u00fcro", "arch_name": "02.11.052@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55983", - "roomcode": "5611.02.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13788", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55983, + "usage_id": 40 + }, + "5611.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.053, B\u00fcro", "arch_name": "02.11.053@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13788", - "roomcode": "5611.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13790", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13788, + "usage_id": 12 + }, + "5611.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13790", - "roomcode": "5611.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13795", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13790, + "usage_id": 12 + }, + "5611.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.055, B\u00fcro", "arch_name": "02.11.055@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13795", - "roomcode": "5611.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13797", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13795, + "usage_id": 12 + }, + "5611.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.057, B\u00fcro", "arch_name": "02.11.057@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13797", - "roomcode": "5611.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56004", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13797, + "usage_id": 12 + }, + "5611.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.058, Besprechungsraum", "arch_name": "02.11.058@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": "tvKalender.wSicht?cOrg=15428&cRes=26573&cReadonly=J", - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56004", - "roomcode": "5611.02.058", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13826", + "area_id": 33, + "building_id": 800, + "calendar_resource_nr": 26573, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56004, + "usage_id": 196 + }, + "5611.02.059": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13826", - "roomcode": "5611.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13829", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13826, + "usage_id": 12 + }, + "5611.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.060, B\u00fcro", "arch_name": "02.11.060@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13829", - "roomcode": "5611.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=13830", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13829, + "usage_id": 12 + }, + "5611.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.061, B\u00fcro", "arch_name": "02.11.061@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15428", - "operator": "[ TUINI03 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13830", - "roomcode": "5611.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56148", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15428, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13830, + "usage_id": 12 + }, + "5611.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.101, Treppe", "arch_name": "02.11.101@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56148", - "roomcode": "5611.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=56156", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56148, + "usage_id": 223 + }, + "5611.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.11.102, Treppe", "arch_name": "02.11.102@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56156", - "roomcode": "5611.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56164", + "area_id": 33, + "building_id": 800, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56156, + "usage_id": 223 + }, + "5611.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.001, Flur", "arch_name": "03.11.001@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56164", - "roomcode": "5611.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56171", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56164, + "usage_id": 222 + }, + "5611.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.011, WC-Damen", "arch_name": "03.11.011@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56171", - "roomcode": "5611.03.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56177", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56171, + "usage_id": 116 + }, + "5611.03.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56177", - "roomcode": "5611.03.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56302", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56177, + "usage_id": 201 + }, + "5611.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.013, Flur", "arch_name": "03.11.013@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56302", - "roomcode": "5611.03.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56308", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56302, + "usage_id": 222 + }, + "5611.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.014, WC-Herren", "arch_name": "03.11.014@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56308", - "roomcode": "5611.03.014", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56316", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56308, + "usage_id": 115 + }, + "5611.03.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.015A, Putzraum", "arch_name": "03.11.015A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56316", - "roomcode": "5611.03.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56323", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56316, + "usage_id": 205 + }, + "5611.03.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56323", - "roomcode": "5611.03.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56329", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56323, + "usage_id": 201 + }, + "5611.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.016, Lager", "arch_name": "03.11.016@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56329", - "roomcode": "5611.03.016", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56337", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56329, + "usage_id": 30 + }, + "5611.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.017, Lager", "arch_name": "03.11.017@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56337", - "roomcode": "5611.03.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=29515", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56337, + "usage_id": 30 + }, + "5611.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.018, Seminarraum", "arch_name": "03.11.018@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": "tvKalender.wSicht?cOrg=46357&cRes=15266&cReadonly=J", - "extended": { - "additional_description": "03.11.018, Seminarraum", - "address": "Boltzmannstr. 3(5611), 3.Obergescho\u00df", - "architect_room_nr": "03.11.018@5611", - "area_m2": 54.33, - "building": "5611 FMI/ Geb\u00e4udeteil 11", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "018", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=46357", - "operator": "[ TUINL14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29515", - "roomcode": "5611.03.018", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70317", + "area_id": 33, + "building_id": 800, + "calendar_resource_nr": 15266, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46357, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29515, + "usage_id": 41 + }, + "5611.03.018A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.018A, Balkon", "arch_name": "03.11.018A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70317", - "roomcode": "5611.03.018A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53945", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70317, + "usage_id": 219 + }, + "5611.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.030, Flur", "arch_name": "03.11.030@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53945", - "roomcode": "5611.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53951", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53945, + "usage_id": 222 + }, + "5611.03.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.031A, Stromversorgung", "arch_name": "03.11.031A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53951", - "roomcode": "5611.03.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53957", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53951, + "usage_id": 160 + }, + "5611.03.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.031B, Stromversorgung", "arch_name": "03.11.031B@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53957", - "roomcode": "5611.03.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53962", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53957, + "usage_id": 120 + }, + "5611.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.032, Teek\u00fcche", "arch_name": "03.11.032@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53962", - "roomcode": "5611.03.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53965", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53962, + "usage_id": 198 + }, + "5611.03.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.033A, Serverraum", "arch_name": "03.11.033A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53965", - "roomcode": "5611.03.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53973", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53965, + "usage_id": 207 + }, + "5611.03.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.033B, Kopierraum", "arch_name": "03.11.033B@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53973", - "roomcode": "5611.03.033B", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=53977", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53973, + "usage_id": 110 + }, + "5611.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.034, Praktikumsraum", "arch_name": "03.11.034@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": "tvKalender.wSicht?cOrg=15432&cRes=27152&cReadonly=J", - "extended": { - "additional_description": "03.11.034, Praktikumsraum", - "address": "Boltzmannstr. 3(5611), 3.Obergescho\u00df", - "architect_room_nr": "03.11.034@5611", - "area_m2": 35.65, - "building": "5611 FMI/ Geb\u00e4udeteil 11", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "034", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53977", - "roomcode": "5611.03.034", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13924", + "area_id": 33, + "building_id": 800, + "calendar_resource_nr": 27152, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53977, + "usage_id": 131 + }, + "5611.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.035, Praktikumsraum", "arch_name": "03.11.035@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "extended": { - "additional_description": "03.11.035, Praktikumsraum", - "address": "Boltzmannstr. 3(5611), 3.Obergescho\u00df", - "architect_room_nr": "03.11.035@5611", - "area_m2": 17.54, - "building": "5611 FMI/ Geb\u00e4udeteil 11", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "035", - "seats": 4, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13924", - "roomcode": "5611.03.035", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13926", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13924, + "usage_id": 131 + }, + "5611.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.037, B\u00fcro", "arch_name": "03.11.037@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13926", - "roomcode": "5611.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54101", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13926, + "usage_id": 12 + }, + "5611.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.038, B\u00fcro", "arch_name": "03.11.038@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54101", - "roomcode": "5611.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13949", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54101, + "usage_id": 12 + }, + "5611.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.039, B\u00fcro", "arch_name": "03.11.039@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13949", - "roomcode": "5611.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13952", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13949, + "usage_id": 12 + }, + "5611.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.040, B\u00fcro", "arch_name": "03.11.040@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13952", - "roomcode": "5611.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54116", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13952, + "usage_id": 12 + }, + "5611.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.041, B\u00fcro", "arch_name": "03.11.041@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54116", - "roomcode": "5611.03.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13957", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54116, + "usage_id": 12 + }, + "5611.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.042, B\u00fcro", "arch_name": "03.11.042@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13957", - "roomcode": "5611.03.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13960", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13957, + "usage_id": 12 + }, + "5611.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.043, B\u00fcro", "arch_name": "03.11.043@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13960", - "roomcode": "5611.03.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13961", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13960, + "usage_id": 12 + }, + "5611.03.044": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13961", - "roomcode": "5611.03.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54256", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13961, + "usage_id": 12 + }, + "5611.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.050, Flur", "arch_name": "03.11.050@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54256", - "roomcode": "5611.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54261", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54256, + "usage_id": 222 + }, + "5611.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.051, Besprechungsraum", "arch_name": "03.11.051@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54261", - "roomcode": "5611.03.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13964", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15432, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54261, + "usage_id": 196 + }, + "5611.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.052, B\u00fcro", "arch_name": "03.11.052@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13964", - "roomcode": "5611.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13987", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13964, + "usage_id": 40 + }, + "5611.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.053, B\u00fcro", "arch_name": "03.11.053@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13987", - "roomcode": "5611.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13991", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13987, + "usage_id": 12 + }, + "5611.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13991", - "roomcode": "5611.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13992", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13991, + "usage_id": 12 + }, + "5611.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.055, B\u00fcro", "arch_name": "03.11.055@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13992", - "roomcode": "5611.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13994", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13992, + "usage_id": 12 + }, + "5611.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.057, B\u00fcro", "arch_name": "03.11.057@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13994", - "roomcode": "5611.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13997", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13994, + "usage_id": 12 + }, + "5611.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.058, Besprechung", "arch_name": "03.11.058@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13997", - "roomcode": "5611.03.058", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13999", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13997, + "usage_id": 196 + }, + "5611.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.059, B\u00fcro", "arch_name": "03.11.059@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13999", - "roomcode": "5611.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=14001", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13999, + "usage_id": 12 + }, + "5611.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.060, B\u00fcro", "arch_name": "03.11.060@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14001", - "roomcode": "5611.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=14003", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14001, + "usage_id": 12 + }, + "5611.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.061, B\u00fcro", "arch_name": "03.11.061@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14003", - "roomcode": "5611.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54431", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14003, + "usage_id": 12 + }, + "5611.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.101, Treppe", "arch_name": "03.11.101@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54431", - "roomcode": "5611.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=54436", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54431, + "usage_id": 223 + }, + "5611.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.11.102, Treppe", "arch_name": "03.11.102@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54436", - "roomcode": "5611.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=54441", + "area_id": 33, + "building_id": 800, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54436, + "usage_id": 223 + }, + "5611.DG.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54441", - "roomcode": "5611.DG.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=70318", + "area_id": 33, + "building_id": 800, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54441, + "usage_id": 201 + }, + "5611.DG.013": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70318", - "roomcode": "5611.DG.013", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55798", + "area_id": 33, + "building_id": 800, + "floor_level": "DG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70318, + "usage_id": 201 + }, + "5611.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.011, WC-Damen", "arch_name": "00.11.011@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55798", - "roomcode": "5611.EG.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55805", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55798, + "usage_id": 116 + }, + "5611.EG.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55805", - "roomcode": "5611.EG.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55812", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55805, + "usage_id": 201 + }, + "5611.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.013, Forsoft/Flur", "arch_name": "00.11.013@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55812", - "roomcode": "5611.EG.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55820", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55812, + "usage_id": 222 + }, + "5611.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.014, Forsoft/Abstellraum", "arch_name": "00.11.014@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55820", - "roomcode": "5611.EG.014", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55937", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55820, + "usage_id": 159 + }, + "5611.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.015, WC-Herren", "arch_name": "00.11.015@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55937", - "roomcode": "5611.EG.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55946", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55937, + "usage_id": 115 + }, + "5611.EG.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.016A, Putzraum", "arch_name": "00.11.016A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55946", - "roomcode": "5611.EG.016A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55955", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55946, + "usage_id": 205 + }, + "5611.EG.016B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55955", - "roomcode": "5611.EG.016B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55961", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55955, + "usage_id": 201 + }, + "5611.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.017, Forsoft/Abstellraum", "arch_name": "00.11.017@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55961", - "roomcode": "5611.EG.017", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55966", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55961, + "usage_id": 159 + }, + "5611.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.030, Forsoft/Flur", "arch_name": "00.11.030@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55966", - "roomcode": "5611.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55973", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55966, + "usage_id": 222 + }, + "5611.EG.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.031A, Stromversorgung", "arch_name": "00.11.031A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55973", - "roomcode": "5611.EG.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55977", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55973, + "usage_id": 160 + }, + "5611.EG.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.031B, Stromversorgung", "arch_name": "00.11.031B@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55977", - "roomcode": "5611.EG.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56100", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55977, + "usage_id": 120 + }, + "5611.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.032, Teek\u00fcche", "arch_name": "00.11.032@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56100", - "roomcode": "5611.EG.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56106", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56100, + "usage_id": 198 + }, + "5611.EG.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.033A, Forsoft/Serverraum", "arch_name": "00.11.033A@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56106", - "roomcode": "5611.EG.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56111", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56106, + "usage_id": 207 + }, + "5611.EG.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.033B, Forsoft/Lager", "arch_name": "00.11.033B@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56111", - "roomcode": "5611.EG.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13934", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56111, + "usage_id": 30 + }, + "5611.EG.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13934", - "roomcode": "5611.EG.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56127", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13934, + "usage_id": 12 + }, + "5611.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.035, Forsoft/Lager", "arch_name": "00.11.035@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56127", - "roomcode": "5611.EG.035", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13940", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56127, + "usage_id": 30 + }, + "5611.EG.036": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13940", - "roomcode": "5611.EG.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56266", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13940, + "usage_id": 12 + }, + "5611.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.037, Besprechung", "arch_name": "00.11.037@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56266", - "roomcode": "5611.EG.037", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56273", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56266, + "usage_id": 196 + }, + "5611.EG.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.038, Forsoft/Seminarraum", "arch_name": "00.11.038@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": "tvKalender.wSicht?cOrg=45151&cRes=18630&cReadonly=J", - "extended": { - "additional_description": "00.11.038, Forsoft/Seminarraum", - "address": "Boltzmannstr. 3(5611), Erdgescho\u00df", - "architect_room_nr": "00.11.038@5611", - "area_m2": 35.65, - "building": "5611 FMI/ Geb\u00e4udeteil 11", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "038", - "seats": 21, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56273", - "roomcode": "5611.EG.038", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56280", + "area_id": 33, + "building_id": 800, + "calendar_resource_nr": 18630, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 21, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56273, + "usage_id": 41 + }, + "5611.EG.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.039, Besprechungsraum", "arch_name": "00.11.039@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56280", - "roomcode": "5611.EG.039", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=56286", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56280, + "usage_id": 196 + }, + "5611.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.050, Forsoft/Flur", "arch_name": "00.11.050@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56286", - "roomcode": "5611.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13973", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 45151, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56286, + "usage_id": 222 + }, + "5611.EG.051": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13973", - "roomcode": "5611.EG.051", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13977", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13973, + "usage_id": 12 + }, + "5611.EG.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13977", - "roomcode": "5611.EG.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13982", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13977, + "usage_id": 12 + }, + "5611.EG.053": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13982", - "roomcode": "5611.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54060", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13982, + "usage_id": 12 + }, + "5611.EG.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54060", - "roomcode": "5611.EG.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14007", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54060, + "usage_id": 12 + }, + "5611.EG.055": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14007", - "roomcode": "5611.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14014", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14007, + "usage_id": 12 + }, + "5611.EG.056": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14014", - "roomcode": "5611.EG.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14017", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14014, + "usage_id": 12 + }, + "5611.EG.057": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14017", - "roomcode": "5611.EG.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14021", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14017, + "usage_id": 12 + }, + "5611.EG.058": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14021", - "roomcode": "5611.EG.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14023", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14021, + "usage_id": 12 + }, + "5611.EG.059": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14023", - "roomcode": "5611.EG.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14028", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14023, + "usage_id": 12 + }, + "5611.EG.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14028", - "roomcode": "5611.EG.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=14031", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14028, + "usage_id": 12 + }, + "5611.EG.061": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=14031", - "roomcode": "5611.EG.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13342", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 14031, + "usage_id": 12 + }, + "5611.EG.062": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13342", - "roomcode": "5611.EG.062", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13345", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13342, + "usage_id": 12 + }, + "5611.EG.063": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13345", - "roomcode": "5611.EG.063", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13348", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13345, + "usage_id": 12 + }, + "5611.EG.064": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13348", - "roomcode": "5611.EG.064", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13352", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13348, + "usage_id": 12 + }, + "5611.EG.065": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=45151", - "operator": "[ TUINI22 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13352", - "roomcode": "5611.EG.065", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54242", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 45151, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13352, + "usage_id": 12 + }, + "5611.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.101, Treppe", "arch_name": "00.11.101@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54242", - "roomcode": "5611.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54245", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54242, + "usage_id": 223 + }, + "5611.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.11.102, Treppe", "arch_name": "00.11.102@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54245", - "roomcode": "5611.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55644", + "area_id": 33, + "building_id": 800, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54245, + "usage_id": 223 + }, + "5611.U1.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55644", - "roomcode": "5611.U1.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55650", + "area_id": 33, + "building_id": 800, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55644, + "usage_id": 201 + }, + "5611.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.11.013, Flur", "arch_name": "-1.11.013@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55650", - "roomcode": "5611.U1.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55777", + "area_id": 33, + "building_id": 800, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55650, + "usage_id": 222 + }, + "5611.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.11.014, Stromversorgung", "arch_name": "-1.11.014@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55777", - "roomcode": "5611.U1.014", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55785", + "area_id": 33, + "building_id": 800, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55777, + "usage_id": 160 + }, + "5611.U1.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55785", - "roomcode": "5611.U1.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=55790", + "area_id": 33, + "building_id": 800, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55785, + "usage_id": 201 + }, + "5611.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.11.101, Treppe", "arch_name": "-1.11.101@5611", - "b_area_id": 33, - "b_filter_id": 800, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55790", - "roomcode": "5611.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59337", + "area_id": 33, + "building_id": 800, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55790, + "usage_id": 223 + }, + "5612.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.001, Flur", "arch_name": "01.12.001@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59337", - "roomcode": "5612.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59341", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59337, + "usage_id": 222 + }, + "5612.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.011, WC-Damen", "arch_name": "01.12.011@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59341", - "roomcode": "5612.01.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59345", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59341, + "usage_id": 116 + }, + "5612.01.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59345", - "roomcode": "5612.01.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59397", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59345, + "usage_id": 201 + }, + "5612.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.013, Flur", "arch_name": "01.12.013@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59397", - "roomcode": "5612.01.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59402", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59397, + "usage_id": 222 + }, + "5612.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.014, WC-Herren", "arch_name": "01.12.014@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59402", - "roomcode": "5612.01.014", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59405", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59402, + "usage_id": 115 + }, + "5612.01.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.015A, Putzraum", "arch_name": "01.12.015A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59405", - "roomcode": "5612.01.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59408", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59405, + "usage_id": 205 + }, + "5612.01.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59408", - "roomcode": "5612.01.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59413", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59408, + "usage_id": 201 + }, + "5612.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.016, Lager", "arch_name": "01.12.016@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59413", - "roomcode": "5612.01.016", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59417", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59413, + "usage_id": 30 + }, + "5612.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.017, Aufzug", "arch_name": "01.12.017@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59417", - "roomcode": "5612.01.017", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59423", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59417, + "usage_id": 4 + }, + "5612.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.018, Praktikumsraum", "arch_name": "01.12.018@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=15438&cRes=25808&cReadonly=J", - "extended": { - "additional_description": "01.12.018, Praktikumsraum", - "address": "Boltzmannstr. 3(5612), 1.Obergescho\u00df", - "architect_room_nr": "01.12.018@5612", - "area_m2": 26.88, - "building": "5612 FMI/ Geb\u00e4udeteil 12", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "018", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59423", - "roomcode": "5612.01.018", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=29396", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 25808, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59423, + "usage_id": 131 + }, + "5612.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.019, Praktikumsraum", "arch_name": "01.12.019@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=15435&cRes=24194&cReadonly=J", - "extended": { - "additional_description": "01.12.019, Praktikumsraum", - "address": "Boltzmannstr. 3(5612), 1.Obergescho\u00df", - "architect_room_nr": "01.12.019@5612", - "area_m2": 35.9, - "building": "5612 FMI/ Geb\u00e4udeteil 12", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29396", - "roomcode": "5612.01.019", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59482", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 24194, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29396, + "usage_id": 131 + }, + "5612.01.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.020A, Kopierraum", "arch_name": "01.12.020A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59482", - "roomcode": "5612.01.020A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59486", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59482, + "usage_id": 110 + }, + "5612.01.020B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.020B, Besprechung", "arch_name": "01.12.020B@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=15444&cRes=26718&cReadonly=J", - "list_index": "63", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59486", - "roomcode": "5612.01.020B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59490", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 26718, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59486, + "usage_id": 196 + }, + "5612.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.030, Flur", "arch_name": "01.12.030@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59490", - "roomcode": "5612.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59495", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59490, + "usage_id": 222 + }, + "5612.01.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.031A, Elektrische Stromversorgung", "arch_name": "01.12.031A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59495", - "roomcode": "5612.01.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59498", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59495, + "usage_id": 160 + }, + "5612.01.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.031B, Stromversorgung", "arch_name": "01.12.031B@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59498", - "roomcode": "5612.01.031B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59504", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59498, + "usage_id": 160 + }, + "5612.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.032, Teek\u00fcche", "arch_name": "01.12.032@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59504", - "roomcode": "5612.01.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59511", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59504, + "usage_id": 198 + }, + "5612.01.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.033A, Serverraum", "arch_name": "01.12.033A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59511", - "roomcode": "5612.01.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59515", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59511, + "usage_id": 207 + }, + "5612.01.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59515", - "roomcode": "5612.01.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59570", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59515, + "usage_id": 30 + }, + "5612.01.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=15444&cRes=22538&cReadonly=J", - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59570", - "roomcode": "5612.01.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59576", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 22538, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59570, + "usage_id": 12 + }, + "5612.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.035, Seminarraum", "arch_name": "01.12.035@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=15444&cRes=18609&cReadonly=J", - "extended": { - "additional_description": "01.12.035, Seminarraum", - "address": "Boltzmannstr. 3(5612), 1.Obergescho\u00df", - "architect_room_nr": "01.12.035@5612", - "area_m2": 35.64, - "building": "5612 FMI/ Geb\u00e4udeteil 12", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "035", - "seats": 13, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59576", - "roomcode": "5612.01.035", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66226", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 18609, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 13, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59576, + "usage_id": 41 + }, + "5612.01.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.036, Mitarbeiterraum", "arch_name": "01.12.036@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66226", - "roomcode": "5612.01.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=66227", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66226, + "usage_id": 12 + }, + "5612.01.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.038, Mitarbeiterraum", "arch_name": "01.12.038@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66227", - "roomcode": "5612.01.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13590", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66227, + "usage_id": 12 + }, + "5612.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.039, B\u00fcro", "arch_name": "01.12.039@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13590", - "roomcode": "5612.01.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59588", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13590, + "usage_id": 12 + }, + "5612.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.040, B\u00fcro", "arch_name": "01.12.040@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59588", - "roomcode": "5612.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59592", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59588, + "usage_id": 12 + }, + "5612.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.050, Flur", "arch_name": "01.12.050@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59592", - "roomcode": "5612.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59597", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59592, + "usage_id": 222 + }, + "5612.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.051, Besprechungsraum", "arch_name": "01.12.051@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59597", - "roomcode": "5612.01.051", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59600", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59597, + "usage_id": 196 + }, + "5612.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.052, B\u00fcro", "arch_name": "01.12.052@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59600", - "roomcode": "5612.01.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59654", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59600, + "usage_id": 40 + }, + "5612.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.053, Besprechung", "arch_name": "01.12.053@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59654", - "roomcode": "5612.01.053", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13636", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59654, + "usage_id": 196 + }, + "5612.01.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.054, B\u00fcro", "arch_name": "01.12.054@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13636", - "roomcode": "5612.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59662", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13636, + "usage_id": 12 + }, + "5612.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.055, B\u00fcro", "arch_name": "01.12.055@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59662", - "roomcode": "5612.01.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13641", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59662, + "usage_id": 12 + }, + "5612.01.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.056, B\u00fcro", "arch_name": "01.12.056@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13641", - "roomcode": "5612.01.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13643", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13641, + "usage_id": 12 + }, + "5612.01.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.057, B\u00fcro", "arch_name": "01.12.057@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13643", - "roomcode": "5612.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13646", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13643, + "usage_id": 12 + }, + "5612.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.058, B\u00fcro", "arch_name": "01.12.058@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13646", - "roomcode": "5612.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59681", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13646, + "usage_id": 12 + }, + "5612.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.059, B\u00fcro", "arch_name": "01.12.059@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59681", - "roomcode": "5612.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13697", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59681, + "usage_id": 12 + }, + "5612.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.060, B\u00fcro", "arch_name": "01.12.060@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13697", - "roomcode": "5612.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=13699", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13697, + "usage_id": 12 + }, + "5612.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.061, B\u00fcro", "arch_name": "01.12.061@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15444", - "operator": "[ TUINI19 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13699", - "roomcode": "5612.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59743", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15444, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13699, + "usage_id": 12 + }, + "5612.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.101, Treppe", "arch_name": "01.12.101@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59743", - "roomcode": "5612.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=59749", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59743, + "usage_id": 223 + }, + "5612.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.12.102, Treppe", "arch_name": "01.12.102@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59749", - "roomcode": "5612.01.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59754", + "area_id": 33, + "building_id": 801, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59749, + "usage_id": 223 + }, + "5612.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.001, Flur", "arch_name": "02.12.001@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59754", - "roomcode": "5612.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59759", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59754, + "usage_id": 222 + }, + "5612.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.011, WC-Damen", "arch_name": "02.12.011@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59759", - "roomcode": "5612.02.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59765", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59759, + "usage_id": 116 + }, + "5612.02.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59765", - "roomcode": "5612.02.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59768", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59765, + "usage_id": 201 + }, + "5612.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.013, Flur", "arch_name": "02.12.013@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59768", - "roomcode": "5612.02.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=59816", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59768, + "usage_id": 222 + }, + "5612.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.014, WC-Herren", "arch_name": "02.12.014@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59816", - "roomcode": "5612.02.014", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48906", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59816, + "usage_id": 115 + }, + "5612.02.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.015A, Putzraum", "arch_name": "02.12.015A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48906", - "roomcode": "5612.02.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48915", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48906, + "usage_id": 205 + }, + "5612.02.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48915", - "roomcode": "5612.02.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48924", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48915, + "usage_id": 201 + }, + "5612.02.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.016, Abstellraum", "arch_name": "02.12.016@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48924", - "roomcode": "5612.02.016", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=48935", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48924, + "usage_id": 159 + }, + "5612.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.017, Aufzug", "arch_name": "02.12.017@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=48935", - "roomcode": "5612.02.017", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49077", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 48935, + "usage_id": 4 + }, + "5612.02.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.018, Rechnerraum", "arch_name": "02.12.018@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49077", - "roomcode": "5612.02.018", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12326", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49077, + "usage_id": 207 + }, + "5612.02.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.019, B\u00fcro", "arch_name": "02.12.019@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12326", - "roomcode": "5612.02.019", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=65672", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12326, + "usage_id": 12 + }, + "5612.02.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.020, Besprechungsraum", "arch_name": "02.12.020@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=26772&cReadonly=J", - "list_index": "101", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65672", - "roomcode": "5612.02.020", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49107", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 26772, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65672, + "usage_id": 196 + }, + "5612.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.030, Flur", "arch_name": "02.12.030@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49107", - "roomcode": "5612.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49419", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49107, + "usage_id": 222 + }, + "5612.02.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.031A, Elektrische Stromversorgung", "arch_name": "02.12.031A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49419", - "roomcode": "5612.02.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49427", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49419, + "usage_id": 160 + }, + "5612.02.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.031B, Stromversorgung", "arch_name": "02.12.031B@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49427", - "roomcode": "5612.02.031B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49438", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49427, + "usage_id": 160 + }, + "5612.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.032, Teek\u00fcche", "arch_name": "02.12.032@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49438", - "roomcode": "5612.02.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49447", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49438, + "usage_id": 198 + }, + "5612.02.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.033A, Serverraum", "arch_name": "02.12.033A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49447", - "roomcode": "5612.02.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=16651", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49447, + "usage_id": 207 + }, + "5612.02.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16651", - "roomcode": "5612.02.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12550", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16651, + "usage_id": 30 + }, + "5612.02.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12550", - "roomcode": "5612.02.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49918", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12550, + "usage_id": 12 + }, + "5612.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.035, B\u00fcro", "arch_name": "02.12.035@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49918", - "roomcode": "5612.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12558", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49918, + "usage_id": 12 + }, + "5612.02.036": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12558", - "roomcode": "5612.02.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49583", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12558, + "usage_id": 12 + }, + "5612.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.037, B\u00fcro", "arch_name": "02.12.037@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49583", - "roomcode": "5612.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12564", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49583, + "usage_id": 12 + }, + "5612.02.038": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12564", - "roomcode": "5612.02.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49602", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12564, + "usage_id": 12 + }, + "5612.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.039, B\u00fcro", "arch_name": "02.12.039@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=14607", - "operator": "[ TUMAM11 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49602", - "roomcode": "5612.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12615", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14607, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49602, + "usage_id": 12 + }, + "5612.02.040": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12615", - "roomcode": "5612.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49251", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12615, + "usage_id": 12 + }, + "5612.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.050, Flur", "arch_name": "02.12.050@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49251", - "roomcode": "5612.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=49261", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49251, + "usage_id": 222 + }, + "5612.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.051, Aufenthalt", "arch_name": "02.12.051@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=24659&cRes=25380&cReadonly=J", - "list_index": "116", - "op_link": "webnav.navigate_to?corg=24659", - "operator": "[ TUEDS10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=49261", - "roomcode": "5612.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12620", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 25380, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 24659, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 49261, + "usage_id": 44 + }, + "5612.02.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.052, B\u00fcro", "arch_name": "02.12.052@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12620", - "roomcode": "5612.02.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12685", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12620, + "usage_id": 12 + }, + "5612.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.053, B\u00fcro", "arch_name": "02.12.053@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12685", - "roomcode": "5612.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12688", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12685, + "usage_id": 12 + }, + "5612.02.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.054, B\u00fcro", "arch_name": "02.12.054@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=21383&cReadonly=J", - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12688", - "roomcode": "5612.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12690", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 21383, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12688, + "usage_id": 12 + }, + "5612.02.055": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12690", - "roomcode": "5612.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12693", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12690, + "usage_id": 12 + }, + "5612.02.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.056, B\u00fcro", "arch_name": "02.12.056@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12693", - "roomcode": "5612.02.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12697", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12693, + "usage_id": 12 + }, + "5612.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.057, B\u00fcro", "arch_name": "02.12.057@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12697", - "roomcode": "5612.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12758", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12697, + "usage_id": 12 + }, + "5612.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.058, B\u00fcro", "arch_name": "02.12.058@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12758", - "roomcode": "5612.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12762", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12758, + "usage_id": 12 + }, + "5612.02.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.059, B\u00fcro", "arch_name": "02.12.059@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12762", - "roomcode": "5612.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12766", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12762, + "usage_id": 12 + }, + "5612.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.060, B\u00fcro", "arch_name": "02.12.060@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12766", - "roomcode": "5612.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=12771", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12766, + "usage_id": 12 + }, + "5612.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.061, B\u00fcro", "arch_name": "02.12.061@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12771", - "roomcode": "5612.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57749", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12771, + "usage_id": 12 + }, + "5612.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.101, Treppe", "arch_name": "02.12.101@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57749", - "roomcode": "5612.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57757", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57749, + "usage_id": 223 + }, + "5612.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.12.102, Treppe", "arch_name": "02.12.102@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57757", - "roomcode": "5612.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57765", + "area_id": 33, + "building_id": 801, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57757, + "usage_id": 223 + }, + "5612.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.001, Flur", "arch_name": "03.12.001@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57765", - "roomcode": "5612.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57889", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57765, + "usage_id": 222 + }, + "5612.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.011, WC-Damen", "arch_name": "03.12.011@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57889", - "roomcode": "5612.03.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57898", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57889, + "usage_id": 116 + }, + "5612.03.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57898", - "roomcode": "5612.03.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57903", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57898, + "usage_id": 201 + }, + "5612.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.013, Flur", "arch_name": "03.12.013@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57903", - "roomcode": "5612.03.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57917", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57903, + "usage_id": 222 + }, + "5612.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.014, WC-Herren", "arch_name": "03.12.014@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57917", - "roomcode": "5612.03.014", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58032", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57917, + "usage_id": 115 + }, + "5612.03.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.015A, Putzraum", "arch_name": "03.12.015A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58032", - "roomcode": "5612.03.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58042", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58032, + "usage_id": 205 + }, + "5612.03.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58042", - "roomcode": "5612.03.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58052", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58042, + "usage_id": 201 + }, + "5612.03.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.016, Abstellraum", "arch_name": "03.12.016@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58052", - "roomcode": "5612.03.016", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58063", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58052, + "usage_id": 159 + }, + "5612.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.017, Aufzug", "arch_name": "03.12.017@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58063", - "roomcode": "5612.03.017", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58185", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58063, + "usage_id": 4 + }, + "5612.03.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.018, Rechnerraum", "arch_name": "03.12.018@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58185", - "roomcode": "5612.03.018", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58197", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58185, + "usage_id": 207 + }, + "5612.03.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58197", - "roomcode": "5612.03.019", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=65673", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58197, + "usage_id": 12 + }, + "5612.03.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.020, Besprechungsraum", "arch_name": "03.12.020@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=14597&cRes=26792&cReadonly=J", - "list_index": "140", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65673", - "roomcode": "5612.03.020", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70425", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 26792, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65673, + "usage_id": 196 + }, + "5612.03.020C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.020C, Balkon", "arch_name": "03.12.020C@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70425", - "roomcode": "5612.03.020C", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58225", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70425, + "usage_id": 219 + }, + "5612.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.030, Flur", "arch_name": "03.12.030@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58225", - "roomcode": "5612.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58349", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58225, + "usage_id": 222 + }, + "5612.03.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.031A, Elektrische Stromversorgung", "arch_name": "03.12.031A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58349", - "roomcode": "5612.03.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58359", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58349, + "usage_id": 160 + }, + "5612.03.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.031B, Stromversorgung", "arch_name": "03.12.031B@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58359", - "roomcode": "5612.03.031B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58367", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58359, + "usage_id": 160 + }, + "5612.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.032, Wasserversorgung", "arch_name": "03.12.032@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58367", - "roomcode": "5612.03.032", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58378", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58367, + "usage_id": 183 + }, + "5612.03.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.033A, Serverraum", "arch_name": "03.12.033A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58378", - "roomcode": "5612.03.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58497", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58378, + "usage_id": 207 + }, + "5612.03.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58497", - "roomcode": "5612.03.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13031", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58497, + "usage_id": 30 + }, + "5612.03.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13031", - "roomcode": "5612.03.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13079", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13031, + "usage_id": 12 + }, + "5612.03.035": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13079", - "roomcode": "5612.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13084", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13079, + "usage_id": 12 + }, + "5612.03.036": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13084", - "roomcode": "5612.03.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13088", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13084, + "usage_id": 12 + }, + "5612.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.037, B\u00fcro", "arch_name": "03.12.037@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13088", - "roomcode": "5612.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58657", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13088, + "usage_id": 12 + }, + "5612.03.038": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.038, B\u00fcro", "arch_name": "03.12.038@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14577", - "operator": "[ TUMAM02 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58657", - "roomcode": "5612.03.038", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13096", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58657, + "usage_id": 12 + }, + "5612.03.039": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13096", - "roomcode": "5612.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13168", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13096, + "usage_id": 12 + }, + "5612.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.040, B\u00fcro", "arch_name": "03.12.040@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14583", - "operator": "[ TUMAM07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13168", - "roomcode": "5612.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58678", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14583, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13168, + "usage_id": 12 + }, + "5612.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.050, Flur", "arch_name": "03.12.050@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58678", - "roomcode": "5612.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13177", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58678, + "usage_id": 222 + }, + "5612.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.051, B\u00fcro", "arch_name": "03.12.051@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13177", - "roomcode": "5612.03.051", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56464", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13177, + "usage_id": 40 + }, + "5612.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.052, Aufenthalt", "arch_name": "03.12.052@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56464", - "roomcode": "5612.03.052", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13185", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56464, + "usage_id": 44 + }, + "5612.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.053, B\u00fcro", "arch_name": "03.12.053@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13185", - "roomcode": "5612.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13247", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Laminat", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13185, + "usage_id": 12 + }, + "5612.03.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.054, B\u00fcro", "arch_name": "03.12.054@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13247", - "roomcode": "5612.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13251", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13247, + "usage_id": 12 + }, + "5612.03.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.056, B\u00fcro", "arch_name": "03.12.056@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13251", - "roomcode": "5612.03.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13254", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13251, + "usage_id": 12 + }, + "5612.03.057": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13254", - "roomcode": "5612.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13257", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Laminat", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13254, + "usage_id": 12 + }, + "5612.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.058, B\u00fcro", "arch_name": "03.12.058@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13257", - "roomcode": "5612.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13261", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13257, + "usage_id": 12 + }, + "5612.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.059, B\u00fcro", "arch_name": "03.12.059@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13261", - "roomcode": "5612.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13264", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13261, + "usage_id": 12 + }, + "5612.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.060, B\u00fcro", "arch_name": "03.12.060@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13264", - "roomcode": "5612.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=13302", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13264, + "usage_id": 12 + }, + "5612.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.061, B\u00fcro", "arch_name": "03.12.061@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=14597", - "operator": "[ TUMAM05 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13302", - "roomcode": "5612.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56748", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Laminat", + "main_operator_id": 14597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13302, + "usage_id": 12 + }, + "5612.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.101, Treppe", "arch_name": "03.12.101@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56748", - "roomcode": "5612.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56758", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56748, + "usage_id": 223 + }, + "5612.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.12.102, Treppe", "arch_name": "03.12.102@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=14208", - "operator": "[ TUMAZMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56758", - "roomcode": "5612.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56764", + "area_id": 33, + "building_id": 801, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14208, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56758, + "usage_id": 223 + }, + "5612.DG.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56764", - "roomcode": "5612.DG.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=56772", + "area_id": 33, + "building_id": 801, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56764, + "usage_id": 201 + }, + "5612.DG.017": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56772", - "roomcode": "5612.DG.017", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54768", + "area_id": 33, + "building_id": 801, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56772, + "usage_id": 4 + }, + "5612.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.010, Flur", "arch_name": "00.12.010@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54768", - "roomcode": "5612.EG.010", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70322", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54768, + "usage_id": 222 + }, + "5612.EG.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.010A, Flur", "arch_name": "00.12.010A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70322", - "roomcode": "5612.EG.010A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55207", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70322, + "usage_id": 222 + }, + "5612.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.011, WC-Herren", "arch_name": "00.12.011@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55207", - "roomcode": "5612.EG.011", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55212", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55207, + "usage_id": 115 + }, + "5612.EG.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55212", - "roomcode": "5612.EG.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55217", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55212, + "usage_id": 201 + }, + "5612.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.013, Flur", "arch_name": "00.12.013@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55217", - "roomcode": "5612.EG.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55224", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55217, + "usage_id": 222 + }, + "5612.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.014, WC-Damen", "arch_name": "00.12.014@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55224", - "roomcode": "5612.EG.014", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55232", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55224, + "usage_id": 116 + }, + "5612.EG.015A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.015A, Putzraum", "arch_name": "00.12.015A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55232", - "roomcode": "5612.EG.015A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55236", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55232, + "usage_id": 205 + }, + "5612.EG.015B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55236", - "roomcode": "5612.EG.015B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55244", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55236, + "usage_id": 201 + }, + "5612.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.016, Lager", "arch_name": "00.12.016@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55244", - "roomcode": "5612.EG.016", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54895", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55244, + "usage_id": 30 + }, + "5612.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.017, Aufzug", "arch_name": "00.12.017@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54895", - "roomcode": "5612.EG.017", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54899", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54895, + "usage_id": 4 + }, + "5612.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.018, Lager", "arch_name": "00.12.018@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54899", - "roomcode": "5612.EG.018", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54903", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54899, + "usage_id": 30 + }, + "5612.EG.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=19503&cReadonly=J", - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54903", - "roomcode": "5612.EG.019", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54907", + "area_id": 33, + "building_id": 801, + "calendar_resource_nr": 19503, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54903, + "usage_id": 196 + }, + "5612.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.020, Lager", "arch_name": "00.12.020@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54907", - "roomcode": "5612.EG.020", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54913", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54907, + "usage_id": 30 + }, + "5612.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.030, Flur", "arch_name": "00.12.030@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54913", - "roomcode": "5612.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54918", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54913, + "usage_id": 222 + }, + "5612.EG.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.031A, Elektrische Stromversorgung", "arch_name": "00.12.031A@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54918", - "roomcode": "5612.EG.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54922", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54918, + "usage_id": 160 + }, + "5612.EG.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.031B, Stromversorgung", "arch_name": "00.12.031B@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54922", - "roomcode": "5612.EG.031B", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54926", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54922, + "usage_id": 160 + }, + "5612.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.032, Teek\u00fcche", "arch_name": "00.12.032@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54926", - "roomcode": "5612.EG.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=29238", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54926, + "usage_id": 198 + }, + "5612.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.033, Kopierraum", "arch_name": "00.12.033@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=29238", - "roomcode": "5612.EG.033", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=54569", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 29238, + "usage_id": 110 + }, + "5612.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.034, Besprechung", "arch_name": "00.12.034@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54569", - "roomcode": "5612.EG.034", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13438", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54569, + "usage_id": 196 + }, + "5612.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.035, B\u00fcro", "arch_name": "00.12.035@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13438", - "roomcode": "5612.EG.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13439", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13438, + "usage_id": 12 + }, + "5612.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.036, B\u00fcro", "arch_name": "00.12.036@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13439", - "roomcode": "5612.EG.036", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13442", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13439, + "usage_id": 12 + }, + "5612.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.037, B\u00fcro", "arch_name": "00.12.037@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13442", - "roomcode": "5612.EG.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13444", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13442, + "usage_id": 12 + }, + "5612.EG.039": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13444", - "roomcode": "5612.EG.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13447", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13444, + "usage_id": 12 + }, + "5612.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.040, B\u00fcro", "arch_name": "00.12.040@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13447", - "roomcode": "5612.EG.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13449", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13447, + "usage_id": 12 + }, + "5612.EG.041": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13449", - "roomcode": "5612.EG.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13451", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13449, + "usage_id": 12 + }, + "5612.EG.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.042, B\u00fcro", "arch_name": "00.12.042@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13451", - "roomcode": "5612.EG.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55059", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13451, + "usage_id": 12 + }, + "5612.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.050, Flur", "arch_name": "00.12.050@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55059", - "roomcode": "5612.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=55062", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55059, + "usage_id": 222 + }, + "5612.EG.051": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55062", - "roomcode": "5612.EG.051", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13472", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55062, + "usage_id": 12 + }, + "5612.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.052, B\u00fcro", "arch_name": "00.12.052@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13472", - "roomcode": "5612.EG.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13476", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13472, + "usage_id": 12 + }, + "5612.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.053, B\u00fcro", "arch_name": "00.12.053@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13476", - "roomcode": "5612.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13478", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13476, + "usage_id": 12 + }, + "5612.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.054, B\u00fcro", "arch_name": "00.12.054@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13478", - "roomcode": "5612.EG.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13480", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13478, + "usage_id": 12 + }, + "5612.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.055, B\u00fcro", "arch_name": "00.12.055@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13480", - "roomcode": "5612.EG.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13482", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13480, + "usage_id": 12 + }, + "5612.EG.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.056, B\u00fcro", "arch_name": "00.12.056@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13482", - "roomcode": "5612.EG.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13484", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13482, + "usage_id": 12 + }, + "5612.EG.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.057, B\u00fcro", "arch_name": "00.12.057@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13484", - "roomcode": "5612.EG.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13485", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13484, + "usage_id": 12 + }, + "5612.EG.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.058, B\u00fcro", "arch_name": "00.12.058@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13485", - "roomcode": "5612.EG.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=13486", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13485, + "usage_id": 12 + }, + "5612.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.059, B\u00fcro", "arch_name": "00.12.059@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13486", - "roomcode": "5612.EG.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70323", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 44264, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13486, + "usage_id": 12 + }, + "5612.EG.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70323", - "roomcode": "5612.EG.060", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=59327", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70323, + "usage_id": 7 + }, + "5612.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.101, Treppe", "arch_name": "00.12.101@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59327", - "roomcode": "5612.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=59332", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59327, + "usage_id": 223 + }, + "5612.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.102, Treppe", "arch_name": "00.12.102@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59332", - "roomcode": "5612.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70320", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59332, + "usage_id": 223 + }, + "5612.EG.150": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.12.150, Terrasse", "arch_name": "00.12.150@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70320", - "roomcode": "5612.EG.150", - "usage": 48 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70321", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70320, + "usage_id": 48 + }, + "5612.EG.999": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "Treppe im Freien", "arch_name": "@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70321", - "roomcode": "5612.EG.999", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54729", + "area_id": 33, + "building_id": 801, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70321, + "usage_id": 7 + }, + "5612.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.011, Abstellraum", "arch_name": "-1.12.011@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54729", - "roomcode": "5612.U1.011", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54732", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54729, + "usage_id": 159 + }, + "5612.U1.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54732", - "roomcode": "5612.U1.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54737", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54732, + "usage_id": 201 + }, + "5612.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.013, Flur", "arch_name": "-1.12.013@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54737", - "roomcode": "5612.U1.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54742", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54737, + "usage_id": 222 + }, + "5612.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.014, Stromversorgung", "arch_name": "-1.12.014@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54742", - "roomcode": "5612.U1.014", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54747", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54742, + "usage_id": 160 + }, + "5612.U1.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.015, Fernw\u00e4rme", "arch_name": "-1.12.015@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54747", - "roomcode": "5612.U1.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54752", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54747, + "usage_id": 201 + }, + "5612.U1.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.016, Anschlussraum", "arch_name": "-1.12.016@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54752", - "roomcode": "5612.U1.016", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54757", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54752, + "usage_id": 160 + }, + "5612.U1.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.017, Versorgungstunnel", "arch_name": "-1.12.017@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54757", - "roomcode": "5612.U1.017", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=70319", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54757, + "usage_id": 160 + }, + "5612.U1.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.018, Personenaufzug", "arch_name": "-1.12.018@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70319", - "roomcode": "5612.U1.018", - "usage": 4 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=54762", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70319, + "usage_id": 4 + }, + "5612.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.12.101, Treppe", "arch_name": "-1.12.101@5612", - "b_area_id": 33, - "b_filter_id": 801, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54762", - "roomcode": "5612.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58233", + "area_id": 33, + "building_id": 801, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54762, + "usage_id": 223 + }, + "5613.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.001, Flur", "arch_name": "01.13.001@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58233", - "roomcode": "5613.01.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58240", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58233, + "usage_id": 222 + }, + "5613.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.007, Seminarraum", "arch_name": "01.13.007@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15442&cRes=18535&cReadonly=J", - "extended": { - "additional_description": "01.13.007, Seminarraum", - "address": "Boltzmannstr. 3(5613), 1.Obergescho\u00df", - "architect_room_nr": "01.13.007@5613", - "area_m2": 45.07, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58240", - "roomcode": "5613.01.007", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58248", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 18535, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58240, + "usage_id": 41 + }, + "5613.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.008, Seminar", "arch_name": "01.13.008@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15442&cRes=25905&cReadonly=J", - "extended": { - "additional_description": "01.13.008, Seminar", - "address": "Boltzmannstr. 3(5613), 1.Obergescho\u00df", - "architect_room_nr": "01.13.008@5613", - "area_m2": 35.88, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58248", - "roomcode": "5613.01.008", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58253", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 25905, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58248, + "usage_id": 41 + }, + "5613.01.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.009A, Kopierraum", "arch_name": "01.13.009A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58253", - "roomcode": "5613.01.009A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58259", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58253, + "usage_id": 110 + }, + "5613.01.009B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.009B, Besprechung", "arch_name": "01.13.009B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15442&cRes=20238&cReadonly=J", - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58259", - "roomcode": "5613.01.009B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=25946", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 20238, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58259, + "usage_id": 196 + }, + "5613.01.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.010, Seminarraum", "arch_name": "01.13.010@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15442&cRes=15242&cReadonly=J", - "extended": { - "additional_description": "01.13.010, Seminarraum", - "address": "Boltzmannstr. 3(5613), 1.Obergescho\u00df", - "architect_room_nr": "01.13.010@5613", - "area_m2": 54.33, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25946", - "roomcode": "5613.01.010", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=70431", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 15242, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25946, + "usage_id": 41 + }, + "5613.01.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.010A, Balkon", "arch_name": "01.13.010A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70431", - "roomcode": "5613.01.010A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58387", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70431, + "usage_id": 219 + }, + "5613.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.011, WC-Damen", "arch_name": "01.13.011@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58387", - "roomcode": "5613.01.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58395", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58387, + "usage_id": 116 + }, + "5613.01.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58395", - "roomcode": "5613.01.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58403", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58395, + "usage_id": 201 + }, + "5613.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.013, Flur", "arch_name": "01.13.013@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58403", - "roomcode": "5613.01.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58410", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58403, + "usage_id": 222 + }, + "5613.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.014, Lager", "arch_name": "01.13.014@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58410", - "roomcode": "5613.01.014", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58417", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58410, + "usage_id": 30 + }, + "5613.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.015, WC-Herren", "arch_name": "01.13.015@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58417", - "roomcode": "5613.01.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58534", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58417, + "usage_id": 115 + }, + "5613.01.016A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58534", - "roomcode": "5613.01.016A", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58542", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58534, + "usage_id": 201 + }, + "5613.01.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.016B, Putzraum", "arch_name": "01.13.016B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58542", - "roomcode": "5613.01.016B", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58554", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58542, + "usage_id": 205 + }, + "5613.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.017, Lager", "arch_name": "01.13.017@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58554", - "roomcode": "5613.01.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58560", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58554, + "usage_id": 30 + }, + "5613.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.030, Flur", "arch_name": "01.13.030@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58560", - "roomcode": "5613.01.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58565", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58560, + "usage_id": 222 + }, + "5613.01.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.031A, Elektrische Stromversorgung", "arch_name": "01.13.031A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58565", - "roomcode": "5613.01.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58685", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58565, + "usage_id": 160 + }, + "5613.01.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.031B, Stromversorgung", "arch_name": "01.13.031B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58685", - "roomcode": "5613.01.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58695", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58685, + "usage_id": 120 + }, + "5613.01.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.032, WA", "arch_name": "01.13.032@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58695", - "roomcode": "5613.01.032", - "usage": 183 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58699", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58695, + "usage_id": 183 + }, + "5613.01.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.033A, Kopierraum", "arch_name": "01.13.033A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58699", - "roomcode": "5613.01.033A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58708", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58699, + "usage_id": 110 + }, + "5613.01.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58708", - "roomcode": "5613.01.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=58716", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58708, + "usage_id": 30 + }, + "5613.01.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.034, Praktikumsraum", "arch_name": "01.13.034@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15442&cRes=18837&cReadonly=J", - "extended": { - "additional_description": "01.13.034, Praktikumsraum", - "address": "Boltzmannstr. 3(5613), 1.Obergescho\u00df", - "architect_room_nr": "01.13.034@5613", - "area_m2": 53.5, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "034", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58716", - "roomcode": "5613.01.034", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=25970", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 18837, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58716, + "usage_id": 131 + }, + "5613.01.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.035, Labor", "arch_name": "01.13.035@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25970", - "roomcode": "5613.01.035", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56504", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25970, + "usage_id": 103 + }, + "5613.01.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.039, Seminar", "arch_name": "01.13.039@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "extended": { - "additional_description": "01.13.039, Seminar", - "address": "Boltzmannstr. 3(5613), 1.Obergescho\u00df", - "architect_room_nr": "01.13.039@5613", - "area_m2": 35.64, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "039", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56504", - "roomcode": "5613.01.039", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26048", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56504, + "usage_id": 41 + }, + "5613.01.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.040, B\u00fcro", "arch_name": "01.13.040@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26048", - "roomcode": "5613.01.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=17251", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26048, + "usage_id": 12 + }, + "5613.01.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.042, B\u00fcro", "arch_name": "01.13.042@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17251", - "roomcode": "5613.01.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26062", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17251, + "usage_id": 12 + }, + "5613.01.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.043, B\u00fcro", "arch_name": "01.13.043@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26062", - "roomcode": "5613.01.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=17257", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26062, + "usage_id": 12 + }, + "5613.01.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.044, B\u00fcro", "arch_name": "01.13.044@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17257", - "roomcode": "5613.01.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56653", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17257, + "usage_id": 12 + }, + "5613.01.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.050, Flur", "arch_name": "01.13.050@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56653", - "roomcode": "5613.01.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56658", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56653, + "usage_id": 222 + }, + "5613.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.051, Aufenthalt", "arch_name": "01.13.051@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56658", - "roomcode": "5613.01.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26149", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56658, + "usage_id": 44 + }, + "5613.01.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.052, B\u00fcro", "arch_name": "01.13.052@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26149", - "roomcode": "5613.01.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56779", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26149, + "usage_id": 12 + }, + "5613.01.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.053, Besprechung", "arch_name": "01.13.053@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56779", - "roomcode": "5613.01.053", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=15732", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56779, + "usage_id": 196 + }, + "5613.01.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.054, B\u00fcro", "arch_name": "01.13.054@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15732", - "roomcode": "5613.01.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26162", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15732, + "usage_id": 12 + }, + "5613.01.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.055, Sekretariat", "arch_name": "01.13.055@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26162", - "roomcode": "5613.01.055", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26236", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26162, + "usage_id": 40 + }, + "5613.01.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.056, B\u00fcro", "arch_name": "01.13.056@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26236", - "roomcode": "5613.01.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26241", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26236, + "usage_id": 12 + }, + "5613.01.057": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26241", - "roomcode": "5613.01.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26246", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26241, + "usage_id": 12 + }, + "5613.01.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.058, B\u00fcro", "arch_name": "01.13.058@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26246", - "roomcode": "5613.01.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26248", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26246, + "usage_id": 12 + }, + "5613.01.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.059, B\u00fcro", "arch_name": "01.13.059@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26248", - "roomcode": "5613.01.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26254", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26248, + "usage_id": 12 + }, + "5613.01.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.060, B\u00fcro", "arch_name": "01.13.060@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26254", - "roomcode": "5613.01.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=26321", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26254, + "usage_id": 12 + }, + "5613.01.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.061, B\u00fcro", "arch_name": "01.13.061@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26321", - "roomcode": "5613.01.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=56945", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26321, + "usage_id": 12 + }, + "5613.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.101, Treppe", "arch_name": "01.13.101@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56945", - "roomcode": "5613.01.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 1.OG", - "address_link": "ris.einzelraum?raumkey=57070", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56945, + "usage_id": 223 + }, + "5613.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "01.13.102, Flur", "arch_name": "01.13.102@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57070", - "roomcode": "5613.01.102", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57080", + "area_id": 33, + "building_id": 802, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57070, + "usage_id": 222 + }, + "5613.02.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.001, Flur", "arch_name": "02.13.001@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57080", - "roomcode": "5613.02.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57088", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57080, + "usage_id": 222 + }, + "5613.02.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.007, Praktikumsraum", "arch_name": "02.13.007@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15438&cRes=18834&cReadonly=J", - "extended": { - "additional_description": "02.13.007, Praktikumsraum", - "address": "Boltzmannstr. 3(5613), 2.Obergescho\u00df", - "architect_room_nr": "02.13.007@5613", - "area_m2": 45.07, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 17, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57088", - "roomcode": "5613.02.007", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57095", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 18834, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15438, + "seats": { + "sitting": 17, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57088, + "usage_id": 131 + }, + "5613.02.008": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15440&cRes=21325&cReadonly=J", - "extended": { - "additional_description": "02.13.008, Praktikum (Inf.15/I16)", - "address": "Boltzmannstr. 3(5613), 2.Obergescho\u00df", - "architect_room_nr": "02.13.008@5613", - "area_m2": 35.88, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57095", - "roomcode": "5613.02.008", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57100", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 21325, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57095, + "usage_id": 131 + }, + "5613.02.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.009A, Kopierraum", "arch_name": "02.13.009A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57100", - "roomcode": "5613.02.009A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57212", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57100, + "usage_id": 110 + }, + "5613.02.009B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.009B, Besprechung", "arch_name": "02.13.009B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15440&cRes=27153&cReadonly=J", - "list_index": "93", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57212", - "roomcode": "5613.02.009B", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=16128", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 27153, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57212, + "usage_id": 196 + }, + "5613.02.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.010, Seminarraum", "arch_name": "02.13.010@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15440&cRes=15224&cReadonly=J", - "extended": { - "additional_description": "02.13.010, Seminarraum", - "address": "Boltzmannstr. 3(5613), 2.Obergescho\u00df", - "architect_room_nr": "02.13.010@5613", - "area_m2": 54.33, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16128", - "roomcode": "5613.02.010", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=70432", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 15224, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16128, + "usage_id": 41 + }, + "5613.02.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.010A, Balkon", "arch_name": "02.13.010A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70432", - "roomcode": "5613.02.010A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57224", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70432, + "usage_id": 219 + }, + "5613.02.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.011, WC-Damen", "arch_name": "02.13.011@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57224", - "roomcode": "5613.02.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57231", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57224, + "usage_id": 116 + }, + "5613.02.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57231", - "roomcode": "5613.02.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57233", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57231, + "usage_id": 201 + }, + "5613.02.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.013, Flur", "arch_name": "02.13.013@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57233", - "roomcode": "5613.02.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57245", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57233, + "usage_id": 222 + }, + "5613.02.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.014, Lager", "arch_name": "02.13.014@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57245", - "roomcode": "5613.02.014", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57364", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57245, + "usage_id": 30 + }, + "5613.02.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.015, WC-Herren", "arch_name": "02.13.015@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57364", - "roomcode": "5613.02.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57373", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57364, + "usage_id": 115 + }, + "5613.02.016A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57373", - "roomcode": "5613.02.016A", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57384", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57373, + "usage_id": 201 + }, + "5613.02.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.016B, Putzraum", "arch_name": "02.13.016B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57384", - "roomcode": "5613.02.016B", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57394", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57384, + "usage_id": 205 + }, + "5613.02.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.017, Lager", "arch_name": "02.13.017@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57394", - "roomcode": "5613.02.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57517", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57394, + "usage_id": 30 + }, + "5613.02.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.030, Flur", "arch_name": "02.13.030@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57517", - "roomcode": "5613.02.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57526", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57517, + "usage_id": 222 + }, + "5613.02.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.031A, Elektrische Stromversorgung", "arch_name": "02.13.031A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57526", - "roomcode": "5613.02.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57532", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57526, + "usage_id": 160 + }, + "5613.02.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.031B, Stromversorgung", "arch_name": "02.13.031B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57532", - "roomcode": "5613.02.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57540", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57532, + "usage_id": 120 + }, + "5613.02.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.032, Teek\u00fcche", "arch_name": "02.13.032@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57540", - "roomcode": "5613.02.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57547", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57540, + "usage_id": 198 + }, + "5613.02.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.033A, Serverraum", "arch_name": "02.13.033A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57547", - "roomcode": "5613.02.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57665", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57547, + "usage_id": 207 + }, + "5613.02.033B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57665", - "roomcode": "5613.02.033B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57672", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57665, + "usage_id": 30 + }, + "5613.02.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.034, Kopierraum", "arch_name": "02.13.034@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57672", - "roomcode": "5613.02.034", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57678", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57672, + "usage_id": 110 + }, + "5613.02.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.035, B\u00fcro", "arch_name": "02.13.035@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57678", - "roomcode": "5613.02.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57685", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57678, + "usage_id": 12 + }, + "5613.02.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.036, Praktikumsraum", "arch_name": "02.13.036@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "extended": { - "additional_description": "02.13.036, Praktikumsraum", - "address": "Boltzmannstr. 3(5613), 2.Obergescho\u00df", - "architect_room_nr": "02.13.036@5613", - "area_m2": 44.53, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 10, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57685", - "roomcode": "5613.02.036", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26718", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57685, + "usage_id": 131 + }, + "5613.02.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.037, B\u00fcro", "arch_name": "02.13.037@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=15439", - "operator": "[ TUINI14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26718", - "roomcode": "5613.02.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26784", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15439, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26718, + "usage_id": 12 + }, + "5613.02.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.039, B\u00fcro", "arch_name": "02.13.039@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26784", - "roomcode": "5613.02.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26787", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26784, + "usage_id": 12 + }, + "5613.02.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.040, B\u00fcro", "arch_name": "02.13.040@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26787", - "roomcode": "5613.02.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26792", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14189, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26787, + "usage_id": 12 + }, + "5613.02.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.041, B\u00fcro", "arch_name": "02.13.041@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=15432", - "operator": "[ TUINI07 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26792", - "roomcode": "5613.02.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26796", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15432, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26792, + "usage_id": 12 + }, + "5613.02.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.042, B\u00fcro", "arch_name": "02.13.042@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26796", - "roomcode": "5613.02.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26800", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26796, + "usage_id": 12 + }, + "5613.02.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.043, B\u00fcro", "arch_name": "02.13.043@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26800", - "roomcode": "5613.02.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26883", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15442, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26800, + "usage_id": 12 + }, + "5613.02.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.044, Sekretariat", "arch_name": "02.13.044@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26883", - "roomcode": "5613.02.044", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57971", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26883, + "usage_id": 40 + }, + "5613.02.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.050, Flur", "arch_name": "02.13.050@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57971", - "roomcode": "5613.02.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57977", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57971, + "usage_id": 222 + }, + "5613.02.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.051, Aufenthalt", "arch_name": "02.13.051@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57977", - "roomcode": "5613.02.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=57982", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57977, + "usage_id": 44 + }, + "5613.02.052": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57982", - "roomcode": "5613.02.052", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26898", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57982, + "usage_id": 12 + }, + "5613.02.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.053, B\u00fcro", "arch_name": "02.13.053@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26898", - "roomcode": "5613.02.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26981", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26898, + "usage_id": 12 + }, + "5613.02.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26981", - "roomcode": "5613.02.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26988", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26981, + "usage_id": 12 + }, + "5613.02.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.055, B\u00fcro", "arch_name": "02.13.055@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26988", - "roomcode": "5613.02.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26993", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26988, + "usage_id": 12 + }, + "5613.02.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.056, B\u00fcro", "arch_name": "02.13.056@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26993", - "roomcode": "5613.02.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=26997", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26993, + "usage_id": 12 + }, + "5613.02.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.057, B\u00fcro", "arch_name": "02.13.057@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26997", - "roomcode": "5613.02.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=17066", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26997, + "usage_id": 12 + }, + "5613.02.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.058, B\u00fcro", "arch_name": "02.13.058@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17066", - "roomcode": "5613.02.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=27005", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17066, + "usage_id": 12 + }, + "5613.02.059": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27005", - "roomcode": "5613.02.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=27091", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27005, + "usage_id": 12 + }, + "5613.02.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.060, B\u00fcro", "arch_name": "02.13.060@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27091", - "roomcode": "5613.02.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=27099", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27091, + "usage_id": 12 + }, + "5613.02.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.061, B\u00fcro", "arch_name": "02.13.061@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=15440", - "operator": "[ TUINI15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27099", - "roomcode": "5613.02.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58287", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15440, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27099, + "usage_id": 12 + }, + "5613.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.101, Treppe", "arch_name": "02.13.101@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58287", - "roomcode": "5613.02.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=58297", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58287, + "usage_id": 223 + }, + "5613.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "02.13.102, Treppe", "arch_name": "02.13.102@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58297", - "roomcode": "5613.02.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58305", + "area_id": 33, + "building_id": 802, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58297, + "usage_id": 223 + }, + "5613.03.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.001, Flur", "arch_name": "03.13.001@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58305", - "roomcode": "5613.03.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58426", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58305, + "usage_id": 222 + }, + "5613.03.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.007, Labor", "arch_name": "03.13.007@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58426", - "roomcode": "5613.03.007", - "usage": 103 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=27197", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58426, + "usage_id": 103 + }, + "5613.03.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.008, Praktikumsraum", "arch_name": "03.13.008@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15441&cRes=15254&cReadonly=J", - "extended": { - "additional_description": "03.13.008, Praktikumsraum", - "address": "Boltzmannstr. 3(5613), 3.Obergescho\u00df", - "architect_room_nr": "03.13.008@5613", - "area_m2": 35.88, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 12, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27197", - "roomcode": "5613.03.008", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58441", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 15254, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": 12, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27197, + "usage_id": 131 + }, + "5613.03.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.009A, Kopierraum", "arch_name": "03.13.009A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58441", - "roomcode": "5613.03.009A", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=27204", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58441, + "usage_id": 110 + }, + "5613.03.009B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.009B, Aufenthalt", "arch_name": "03.13.009B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27204", - "roomcode": "5613.03.009B", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=27207", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27204, + "usage_id": 44 + }, + "5613.03.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.010, Seminarraum", "arch_name": "03.13.010@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15441&cRes=15255&cReadonly=J", - "extended": { - "additional_description": "03.13.010, Seminarraum", - "address": "Boltzmannstr. 3(5613), 3.Obergescho\u00df", - "architect_room_nr": "03.13.010@5613", - "area_m2": 54.33, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 48, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27207", - "roomcode": "5613.03.010", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=70435", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 15255, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": 48, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27207, + "usage_id": 41 + }, + "5613.03.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.010A, Balkon", "arch_name": "03.13.010A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70435", - "roomcode": "5613.03.010A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58572", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70435, + "usage_id": 219 + }, + "5613.03.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.011, WC-Damen", "arch_name": "03.13.011@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58572", - "roomcode": "5613.03.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58581", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58572, + "usage_id": 116 + }, + "5613.03.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58581", - "roomcode": "5613.03.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58590", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58581, + "usage_id": 201 + }, + "5613.03.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.013, Flur", "arch_name": "03.13.013@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58590", - "roomcode": "5613.03.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58600", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58590, + "usage_id": 222 + }, + "5613.03.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.014, Lager", "arch_name": "03.13.014@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58600", - "roomcode": "5613.03.014", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58719", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58600, + "usage_id": 30 + }, + "5613.03.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.015, WC-Herren", "arch_name": "03.13.015@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58719", - "roomcode": "5613.03.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58729", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58719, + "usage_id": 115 + }, + "5613.03.016A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58729", - "roomcode": "5613.03.016A", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58735", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58729, + "usage_id": 201 + }, + "5613.03.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.016B, Putzraum", "arch_name": "03.13.016B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58735", - "roomcode": "5613.03.016B", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58743", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58735, + "usage_id": 205 + }, + "5613.03.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.017, Lager", "arch_name": "03.13.017@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58743", - "roomcode": "5613.03.017", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58745", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58743, + "usage_id": 30 + }, + "5613.03.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.030, Flur", "arch_name": "03.13.030@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58745", - "roomcode": "5613.03.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=58757", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58745, + "usage_id": 222 + }, + "5613.03.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.031A, Elektrische Stromversorgung", "arch_name": "03.13.031A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58757", - "roomcode": "5613.03.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56530", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58757, + "usage_id": 160 + }, + "5613.03.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.031B, Stromversorgung", "arch_name": "03.13.031B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56530", - "roomcode": "5613.03.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56539", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56530, + "usage_id": 120 + }, + "5613.03.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.032, Teek\u00fcche", "arch_name": "03.13.032@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56539", - "roomcode": "5613.03.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56544", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56539, + "usage_id": 198 + }, + "5613.03.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.033A, Serverraum", "arch_name": "03.13.033A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56544", - "roomcode": "5613.03.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56553", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56544, + "usage_id": 207 + }, + "5613.03.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.033B, Kopierraum", "arch_name": "03.13.033B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56553", - "roomcode": "5613.03.033B", - "usage": 110 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56561", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56553, + "usage_id": 110 + }, + "5613.03.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.034, Lager", "arch_name": "03.13.034@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56561", - "roomcode": "5613.03.034", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=17152", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56561, + "usage_id": 30 + }, + "5613.03.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.035, B\u00fcro", "arch_name": "03.13.035@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17152", - "roomcode": "5613.03.035", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56677", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17152, + "usage_id": 12 + }, + "5613.03.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.036, \u00dcbung", "arch_name": "03.13.036@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "extended": { - "additional_description": "03.13.036, \u00dcbung", - "address": "Boltzmannstr. 3(5613), 3.Obergescho\u00df", - "architect_room_nr": "03.13.036@5613", - "area_m2": 44.67, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56677", - "roomcode": "5613.03.036", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=25999", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56677, + "usage_id": 131 + }, + "5613.03.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.037, B\u00fcro", "arch_name": "03.13.037@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=25999", - "roomcode": "5613.03.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=26076", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 25999, + "usage_id": 12 + }, + "5613.03.039": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.039, B\u00fcro", "arch_name": "03.13.039@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26076", - "roomcode": "5613.03.039", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=26078", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26076, + "usage_id": 12 + }, + "5613.03.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.040, B\u00fcro", "arch_name": "03.13.040@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26078", - "roomcode": "5613.03.040", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=26084", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26078, + "usage_id": 12 + }, + "5613.03.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.041, B\u00fcro", "arch_name": "03.13.041@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26084", - "roomcode": "5613.03.041", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=26088", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26084, + "usage_id": 12 + }, + "5613.03.042": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.042, B\u00fcro", "arch_name": "03.13.042@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26088", - "roomcode": "5613.03.042", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=17266", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26088, + "usage_id": 12 + }, + "5613.03.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.043, B\u00fcro", "arch_name": "03.13.043@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17266", - "roomcode": "5613.03.043", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=17269", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17266, + "usage_id": 12 + }, + "5613.03.044": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.044, B\u00fcro", "arch_name": "03.13.044@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=17269", - "roomcode": "5613.03.044", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56832", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 17269, + "usage_id": 12 + }, + "5613.03.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.050, Flur", "arch_name": "03.13.050@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56832", - "roomcode": "5613.03.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56838", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56832, + "usage_id": 222 + }, + "5613.03.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.051, Aufenthalt", "arch_name": "03.13.051@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56838", - "roomcode": "5613.03.051", - "usage": 44 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30155", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56838, + "usage_id": 44 + }, + "5613.03.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.052, Sekretariat", "arch_name": "03.13.052@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30155", - "roomcode": "5613.03.052", - "usage": 40 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30156", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30155, + "usage_id": 40 + }, + "5613.03.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.053, B\u00fcro", "arch_name": "03.13.053@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30156", - "roomcode": "5613.03.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30158", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30156, + "usage_id": 12 + }, + "5613.03.054": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30158", - "roomcode": "5613.03.054", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=56968", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30158, + "usage_id": 12 + }, + "5613.03.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.055, B\u00fcro", "arch_name": "03.13.055@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56968", - "roomcode": "5613.03.055", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30236", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56968, + "usage_id": 12 + }, + "5613.03.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.056, B\u00fcro", "arch_name": "03.13.056@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30236", - "roomcode": "5613.03.056", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=15994", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30236, + "usage_id": 12 + }, + "5613.03.057": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.057, B\u00fcro", "arch_name": "03.13.057@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15994", - "roomcode": "5613.03.057", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=16075", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15994, + "usage_id": 12 + }, + "5613.03.058": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.058, B\u00fcro", "arch_name": "03.13.058@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16075", - "roomcode": "5613.03.058", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=16078", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16075, + "usage_id": 12 + }, + "5613.03.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.059, B\u00fcro", "arch_name": "03.13.059@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16078", - "roomcode": "5613.03.059", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30253", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16078, + "usage_id": 12 + }, + "5613.03.060": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.060, B\u00fcro", "arch_name": "03.13.060@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30253", - "roomcode": "5613.03.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=30326", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30253, + "usage_id": 12 + }, + "5613.03.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.061, B\u00fcro", "arch_name": "03.13.061@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30326", - "roomcode": "5613.03.061", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57251", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30326, + "usage_id": 12 + }, + "5613.03.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.101, Treppe", "arch_name": "03.13.101@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57251", - "roomcode": "5613.03.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, 3.OG", - "address_link": "ris.einzelraum?raumkey=57256", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57251, + "usage_id": 223 + }, + "5613.03.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "03.13.102, Treppe", "arch_name": "03.13.102@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57256", - "roomcode": "5613.03.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=57263", + "area_id": 33, + "building_id": 802, + "floor_level": "3.OG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57256, + "usage_id": 223 + }, + "5613.DG.018": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57263", - "roomcode": "5613.DG.018", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, DG", - "address_link": "ris.einzelraum?raumkey=57271", + "area_id": 33, + "building_id": 802, + "floor_level": "DG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57263, + "usage_id": 201 + }, + "5613.DG.019": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57271", - "roomcode": "5613.DG.019", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57056", + "area_id": 33, + "building_id": 802, + "floor_level": "DG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57271, + "usage_id": 201 + }, + "5613.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.001, Flur", "arch_name": "00.13.001@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57056", - "roomcode": "5613.EG.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57066", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57056, + "usage_id": 222 + }, + "5613.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.008, Seminarraum", "arch_name": "00.13.008@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18286&cReadonly=J", - "extended": { - "additional_description": "00.13.008, Seminarraum", - "address": "Boltzmannstr. 3(5613), Erdgescho\u00df", - "architect_room_nr": "00.13.008@5613", - "area_m2": 44.67, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 28, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57066", - "roomcode": "5613.EG.008", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26667", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 18286, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 28, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57066, + "usage_id": 41 + }, + "5613.EG.009A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.009A, Seminarraum", "arch_name": "00.13.009A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=15249&cReadonly=J", - "extended": { - "additional_description": "00.13.009A, Seminarraum", - "address": "Boltzmannstr. 3(5613), Erdgescho\u00df", - "architect_room_nr": "00.13.009A@5613", - "area_m2": 99.14, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "009A", - "seats": 70, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26667", - "roomcode": "5613.EG.009A", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57189", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 15249, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 70, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26667, + "usage_id": 41 + }, + "5613.EG.009B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.009B, Vorbereitungsraum", "arch_name": "00.13.009B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57189", - "roomcode": "5613.EG.009B", - "usage": 136 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26674", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57189, + "usage_id": 136 + }, + "5613.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.010, Praktikumsraum", "arch_name": "00.13.010@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=15441&cRes=19160&cReadonly=J", - "extended": { - "additional_description": "00.13.010, Praktikumsraum", - "address": "Boltzmannstr. 3(5613), Erdgescho\u00df", - "architect_room_nr": "00.13.010@5613", - "area_m2": 44.84, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "010", - "seats": 3, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26674", - "roomcode": "5613.EG.010", - "usage": 131 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70426", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 19160, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15441, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26674, + "usage_id": 131 + }, + "5613.EG.010A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.010A, Terrasse", "arch_name": "00.13.010A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70426", - "roomcode": "5613.EG.010A", - "usage": 48 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70429", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70426, + "usage_id": 48 + }, + "5613.EG.010B": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70429", - "roomcode": "5613.EG.010B", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57201", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70429, + "usage_id": 7 + }, + "5613.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.011, WC-Damen", "arch_name": "00.13.011@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57201", - "roomcode": "5613.EG.011", - "usage": 116 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57209", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57201, + "usage_id": 116 + }, + "5613.EG.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57209", - "roomcode": "5613.EG.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57333", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57209, + "usage_id": 201 + }, + "5613.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.013, Flur", "arch_name": "00.13.013@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57333", - "roomcode": "5613.EG.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57339", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57333, + "usage_id": 222 + }, + "5613.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.014, Lager", "arch_name": "00.13.014@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=44264", - "operator": "[ TUINZE1 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57339", - "roomcode": "5613.EG.014", - "usage": 30 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57345", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44264, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57339, + "usage_id": 30 + }, + "5613.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.015, WC-Herren", "arch_name": "00.13.015@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57345", - "roomcode": "5613.EG.015", - "usage": 115 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57355", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57345, + "usage_id": 115 + }, + "5613.EG.016A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.016A, Putzraum", "arch_name": "00.13.016A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57355", - "roomcode": "5613.EG.016A", - "usage": 205 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57358", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57355, + "usage_id": 205 + }, + "5613.EG.016B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.016B, Heizg./Brauchw.", "arch_name": "00.13.016B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57358", - "roomcode": "5613.EG.016B", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57484", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57358, + "usage_id": 201 + }, + "5613.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.017, Abstellraum", "arch_name": "00.13.017@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57484", - "roomcode": "5613.EG.017", - "usage": 159 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57491", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57484, + "usage_id": 159 + }, + "5613.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.030, Flur", "arch_name": "00.13.030@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57491", - "roomcode": "5613.EG.030", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57498", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57491, + "usage_id": 222 + }, + "5613.EG.031A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.031A, Elektrische Stromversorgung", "arch_name": "00.13.031A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57498", - "roomcode": "5613.EG.031A", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57506", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57498, + "usage_id": 160 + }, + "5613.EG.031B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.031B, Stromversorgung", "arch_name": "00.13.031B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57506", - "roomcode": "5613.EG.031B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57513", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57506, + "usage_id": 120 + }, + "5613.EG.032": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57513", - "roomcode": "5613.EG.032", - "usage": 198 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57636", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57513, + "usage_id": 198 + }, + "5613.EG.033A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.033A, Serverraum", "arch_name": "00.13.033A@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=44266", - "operator": "[ TUINRBG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57636", - "roomcode": "5613.EG.033A", - "usage": 207 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=26949", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 44266, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57636, + "usage_id": 207 + }, + "5613.EG.033B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.033B, B\u00fcro", "arch_name": "00.13.033B@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=26949", - "roomcode": "5613.EG.033B", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=27033", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 26949, + "usage_id": 12 + }, + "5613.EG.034": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27033", - "roomcode": "5613.EG.034", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57775", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27033, + "usage_id": 12 + }, + "5613.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.036, Seminarraum", "arch_name": "00.13.036@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18422&cReadonly=J", - "extended": { - "additional_description": "00.13.036, Seminarraum", - "address": "Boltzmannstr. 3(5613), Erdgescho\u00df", - "architect_room_nr": "00.13.036@5613", - "area_m2": 53.51, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "036", - "seats": 27, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57775", - "roomcode": "5613.EG.036", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11610", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 18422, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 27, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57775, + "usage_id": 41 + }, + "5613.EG.037": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.037, B\u00fcro", "arch_name": "00.13.037@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11610", - "roomcode": "5613.EG.037", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57796", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11610, + "usage_id": 12 + }, + "5613.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.050, Flur", "arch_name": "00.13.050@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57796", - "roomcode": "5613.EG.050", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57925", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57796, + "usage_id": 222 + }, + "5613.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.052, Besprechungsraum", "arch_name": "00.13.052@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57925", - "roomcode": "5613.EG.052", - "usage": 196 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=11670", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57925, + "usage_id": 196 + }, + "5613.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.053, B\u00fcro", "arch_name": "00.13.053@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11670", - "roomcode": "5613.EG.053", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=57939", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11670, + "usage_id": 12 + }, + "5613.EG.054": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.054, Seminarraum", "arch_name": "00.13.054@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": "tvKalender.wSicht?cOrg=14189&cRes=18291&cReadonly=J", - "extended": { - "additional_description": "00.13.054, Seminarraum", - "address": "Boltzmannstr. 3(5613), Erdgescho\u00df", - "architect_room_nr": "00.13.054@5613", - "area_m2": 53.48, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "Erdgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "054", - "seats": 26, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57939", - "roomcode": "5613.EG.054", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=27154", + "area_id": 33, + "building_id": 802, + "calendar_resource_nr": 18291, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 14189, + "seats": { + "sitting": 26, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57939, + "usage_id": 41 + }, + "5613.EG.059": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.059, Werkstatt", "arch_name": "00.13.059@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27154", - "roomcode": "5613.EG.059", - "usage": 51 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=27159", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27154, + "usage_id": 51 + }, + "5613.EG.060": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=27159", - "roomcode": "5613.EG.060", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58075", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 27159, + "usage_id": 12 + }, + "5613.EG.061": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.061, Werkstatt", "arch_name": "00.13.061@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58075", - "roomcode": "5613.EG.061", - "usage": 51 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58085", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 15435, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58075, + "usage_id": 51 + }, + "5613.EG.062": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.062, Seminar", "arch_name": "00.13.062@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "extended": { - "additional_description": "00.13.062, Seminar", - "address": "Boltzmannstr. 3(5613), Erdgescho\u00df", - "architect_room_nr": "00.13.062@5613", - "area_m2": 35.58, - "building": "5613 FMI/ Geb\u00e4udeteil 13", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "062", - "seats": 8, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58085", - "roomcode": "5613.EG.062", - "usage": 41 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58088", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58085, + "usage_id": 41 + }, + "5613.EG.063": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.063, B\u00fcro", "arch_name": "00.13.063@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15435", - "operator": "[ TUINI10 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58088", - "roomcode": "5613.EG.063", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58095", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15435, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58088, + "usage_id": 12 + }, + "5613.EG.065": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58095", - "roomcode": "5613.EG.065", - "usage": 12 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70428", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58095, + "usage_id": 12 + }, + "5613.EG.066": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70428", - "roomcode": "5613.EG.066", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58102", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70428, + "usage_id": 7 + }, + "5613.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.101, Treppe", "arch_name": "00.13.101@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58102", - "roomcode": "5613.EG.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70427", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58102, + "usage_id": 223 + }, + "5613.EG.101A": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70427", - "roomcode": "5613.EG.101A", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=58111", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70427, + "usage_id": 7 + }, + "5613.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "00.13.102, Treppe", "arch_name": "00.13.102@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58111", - "roomcode": "5613.EG.102", - "usage": 223 - }, - { - "address": "Boltzmannstr. 3, EG", - "address_link": "ris.einzelraum?raumkey=70430", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58111, + "usage_id": 223 + }, + "5613.EG.997": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "?, Treppe im Freien", "arch_name": "?@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70430", - "roomcode": "5613.EG.997", - "usage": 7 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56885", + "area_id": 33, + "building_id": 802, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70430, + "usage_id": 7 + }, + "5613.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.13.001, Flur", "arch_name": "-1.13.001@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56885", - "roomcode": "5613.U1.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56894", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56885, + "usage_id": 222 + }, + "5613.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.13.002, Flur", "arch_name": "-1.13.002@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56894", - "roomcode": "5613.U1.002", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56903", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56894, + "usage_id": 222 + }, + "5613.U1.012": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56903", - "roomcode": "5613.U1.012", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56911", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56903, + "usage_id": 201 + }, + "5613.U1.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.13.013, Flur", "arch_name": "-1.13.013@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56911", - "roomcode": "5613.U1.013", - "usage": 222 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=56919", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56911, + "usage_id": 222 + }, + "5613.U1.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.13.014, Elektrische Stromversorgung", "arch_name": "-1.13.014@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56919", - "roomcode": "5613.U1.014", - "usage": 160 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=57037", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56919, + "usage_id": 160 + }, + "5613.U1.015": { + "address": { + "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", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57037", - "roomcode": "5613.U1.015", - "usage": 201 - }, - { - "address": "Boltzmannstr. 3, 1.UG", - "address_link": "ris.einzelraum?raumkey=57048", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57037, + "usage_id": 201 + }, + "5613.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "alt_name": "-1.13.101, Treppe", "arch_name": "-1.13.101@5613", - "b_area_id": 33, - "b_filter_id": 802, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57048", - "roomcode": "5613.U1.101", - "usage": 223 - }, - { - "address": "Boltzmannstr. 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=62015", + "area_id": 33, + "building_id": 802, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57048, + "usage_id": 223 + }, + "5620.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "101, H\u00f6rsaal 1, \"Interims I\"", "arch_name": "101@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=20522&cReadonly=J", - "extended": { - "additional_description": "101, H\u00f6rsaal 1, \"Interims I\"", - "address": "Boltzmannstr. 5(5620), 1.Obergescho\u00df", - "architect_room_nr": "101@5620", - "area_m2": 419.65, - "building": "5620 Interims-Audimax", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101", - "seats": 449, - "standing_places": 0, - "wheelchair_spaces": 2, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62015", - "roomcode": "5620.01.101", - "usage": 20 - }, - { - "address": "Boltzmannstr. 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=62016", + "area_id": 33, + "building_id": 1205, + "calendar_resource_nr": 20522, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 449, + "standing": null, + "wheelchair": 2 + }, + "tumonline_id": 62015, + "usage_id": 20 + }, + "5620.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "102, H\u00f6rsaal 2, \"Interims I\"", "arch_name": "102@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=20981&cReadonly=J", - "extended": { - "additional_description": "102, H\u00f6rsaal 2, \"Interims I\"", - "address": "Boltzmannstr. 5(5620), 1.Obergescho\u00df", - "architect_room_nr": "102@5620", - "area_m2": 265.69, - "building": "5620 Interims-Audimax", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "102", - "seats": 286, - "standing_places": 0, - "wheelchair_spaces": 2, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62016", - "roomcode": "5620.01.102", - "usage": 20 - }, - { - "address": "Boltzmannstr. 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=62000", + "area_id": 33, + "building_id": 1205, + "calendar_resource_nr": 20981, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": 286, + "standing": null, + "wheelchair": 2 + }, + "tumonline_id": 62016, + "usage_id": 20 + }, + "5620.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "103, Wartungsschacht", "arch_name": "103@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62000", - "roomcode": "5620.01.103", - "usage": 120 - }, - { - "address": "Boltzmannstr. 5, 1.OG", - "address_link": "ris.einzelraum?raumkey=62001", + "area_id": 33, + "building_id": 1205, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62000, + "usage_id": 120 + }, + "5620.01.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "120, Treppe/Flur", "arch_name": "120@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62001", - "roomcode": "5620.01.120", - "usage": 223 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62002", + "area_id": 33, + "building_id": 1205, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62001, + "usage_id": 223 + }, + "5620.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "001, Foyer", "arch_name": "001@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=26206&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62002", - "roomcode": "5620.EG.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62003", + "area_id": 33, + "building_id": 1205, + "calendar_resource_nr": 26206, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62002, + "usage_id": 222 + }, + "5620.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "002, Vorbereitung", "arch_name": "002@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62003", - "roomcode": "5620.EG.002", - "usage": 136 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62004", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62003, + "usage_id": 136 + }, + "5620.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "003, WC-Damen", "arch_name": "003@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62004", - "roomcode": "5620.EG.003", - "usage": 116 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62005", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62004, + "usage_id": 116 + }, + "5620.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "004, WC-Herren", "arch_name": "004@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62005", - "roomcode": "5620.EG.004", - "usage": 115 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62006", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62005, + "usage_id": 115 + }, + "5620.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "005, Putzraum", "arch_name": "005@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62006", - "roomcode": "5620.EG.005", - "usage": 205 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62007", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62006, + "usage_id": 205 + }, + "5620.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "006, Beh.-WC", "arch_name": "006@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62007", - "roomcode": "5620.EG.006", - "usage": 117 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62008", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62007, + "usage_id": 117 + }, + "5620.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "007, K\u00e4ltemaschine", "arch_name": "007@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62008", - "roomcode": "5620.EG.007", - "usage": 32 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62009", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62008, + "usage_id": 32 + }, + "5620.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "008, Technik", "arch_name": "008@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62009", - "roomcode": "5620.EG.008", - "usage": 120 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62010", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62009, + "usage_id": 120 + }, + "5620.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "009, IT/Audio", "arch_name": "009@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62010", - "roomcode": "5620.EG.009", - "usage": 120 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62011", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62010, + "usage_id": 120 + }, + "5620.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "010, Hausanschluss", "arch_name": "010@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62011", - "roomcode": "5620.EG.010", - "usage": 160 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62012", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62011, + "usage_id": 160 + }, + "5620.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "011, Technik", "arch_name": "011@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62012", - "roomcode": "5620.EG.011", - "usage": 120 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62013", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62012, + "usage_id": 120 + }, + "5620.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "012, ELT-UV", "arch_name": "012@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62013", - "roomcode": "5620.EG.012", - "usage": 160 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=62014", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62013, + "usage_id": 160 + }, + "5620.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "013, SI-Bel.", "arch_name": "013@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=38579", - "operator": "[ TUZV14I ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62014", - "roomcode": "5620.EG.013", - "usage": 160 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=61999", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 38579, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62014, + "usage_id": 160 + }, + "5620.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "020, Flur", "arch_name": "020@5620", - "b_area_id": 33, - "b_filter_id": 1205, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61999", - "roomcode": "5620.EG.020", - "usage": 222 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66055", + "area_id": 33, + "building_id": 1205, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61999, + "usage_id": 222 + }, + "5622.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0001, Windfang/Ger\u00e4te", "arch_name": "0001@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66055", - "roomcode": "5622.EG.001", - "usage": 52 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66056", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66055, + "usage_id": 52 + }, + "5622.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0002, WC", "arch_name": "0002@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66056", - "roomcode": "5622.EG.002", - "usage": 114 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66057", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66056, + "usage_id": 114 + }, + "5622.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0003, WC", "arch_name": "0003@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66057", - "roomcode": "5622.EG.003", - "usage": 114 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66058", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66057, + "usage_id": 114 + }, + "5622.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0004, Vorraum Umkleide / WC", "arch_name": "0004@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66058", - "roomcode": "5622.EG.004", - "usage": 37 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66059", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66058, + "usage_id": 37 + }, + "5622.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0005, Vorraum / Dusche", "arch_name": "0005@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66059", - "roomcode": "5622.EG.005", - "usage": 37 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66060", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66059, + "usage_id": 37 + }, + "5622.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0006, Dusche 6", "arch_name": "0006@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66060", - "roomcode": "5622.EG.006", - "usage": 113 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66061", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66060, + "usage_id": 113 + }, + "5622.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0007, Dusche 5", "arch_name": "0007@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66061", - "roomcode": "5622.EG.007", - "usage": 113 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66062", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66061, + "usage_id": 113 + }, + "5622.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0008, Dusche 4", "arch_name": "0008@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66062", - "roomcode": "5622.EG.008", - "usage": 113 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66063", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66062, + "usage_id": 113 + }, + "5622.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0009, Dusche 3", "arch_name": "0009@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66063", - "roomcode": "5622.EG.009", - "usage": 113 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66064", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66063, + "usage_id": 113 + }, + "5622.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0010, Dusche 2", "arch_name": "0010@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66064", - "roomcode": "5622.EG.010", - "usage": 113 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66065", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66064, + "usage_id": 113 + }, + "5622.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0011, Dusche 1", "arch_name": "0011@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66065", - "roomcode": "5622.EG.011", - "usage": 113 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66066", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66065, + "usage_id": 113 + }, + "5622.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0012, Umkleide 1", "arch_name": "0012@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66066", - "roomcode": "5622.EG.012", - "usage": 121 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66067", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66066, + "usage_id": 121 + }, + "5622.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0013, Umkleide 2", "arch_name": "0013@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66067", - "roomcode": "5622.EG.013", - "usage": 121 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66068", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66067, + "usage_id": 121 + }, + "5622.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0014, Umkleide 3", "arch_name": "0014@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66068", - "roomcode": "5622.EG.014", - "usage": 121 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66069", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66068, + "usage_id": 121 + }, + "5622.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0015, Umkleide 4", "arch_name": "0015@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66069", - "roomcode": "5622.EG.015", - "usage": 121 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66070", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66069, + "usage_id": 121 + }, + "5622.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0016, Umkleide 5/Zugang ELT UV", "arch_name": "0016@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66070", - "roomcode": "5622.EG.016", - "usage": 121 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=66071", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66070, + "usage_id": 121 + }, + "5622.EG.091": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0091, \u00dcberdachter Containereingang", "arch_name": "0091@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66071", - "roomcode": "5622.EG.091", - "usage": 219 - }, - { - "address": "Boltzmannstr. 5, EG", - "address_link": "ris.einzelraum?raumkey=69788", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66071, + "usage_id": 219 + }, + "5622.EG.092": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "alt_name": "0092, Sportfl\u00e4chen Garching", "arch_name": "0092@5622", - "b_area_id": 33, - "b_filter_id": 1749, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=69788", - "roomcode": "5622.EG.092", - "usage": 218 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11808", + "area_id": 33, + "building_id": 1749, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69788, + "usage_id": 218 + }, + "5701.01.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.101, Wissenschaftlicher Mitarbeiter", "arch_name": "1.101@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11808", - "roomcode": "5701.01.001", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11812", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11808, + "usage_id": 12 + }, + "5701.01.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.102, Wissenschaftlicher Mitarbeiter", "arch_name": "1.102@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11812", - "roomcode": "5701.01.002", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=58789", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11812, + "usage_id": 12 + }, + "5701.01.003": { + "address": { + "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", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58789", - "roomcode": "5701.01.003", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=58797", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58789, + "usage_id": 12 + }, + "5701.01.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.104, Flur", "arch_name": "1.104@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58797", - "roomcode": "5701.01.004", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66471", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58797, + "usage_id": 222 + }, + "5701.01.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.104A, Flur", "arch_name": "1.104A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66471", - "roomcode": "5701.01.004A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66472", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66471, + "usage_id": 222 + }, + "5701.01.004B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.104B, Flur", "arch_name": "1.104B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66472", - "roomcode": "5701.01.004B", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56421", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66472, + "usage_id": 222 + }, + "5701.01.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.105, Tresor", "arch_name": "1.105@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56421", - "roomcode": "5701.01.005", - "usage": 2 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56427", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56421, + "usage_id": 2 + }, + "5701.01.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.106, Bibliothek", "arch_name": "1.106@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56427", - "roomcode": "5701.01.006", - "usage": 10 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11869", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56427, + "usage_id": 10 + }, + "5701.01.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.107, Wissenschaftlicher Mitarbeiter", "arch_name": "1.107@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11869", - "roomcode": "5701.01.007", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11874", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11869, + "usage_id": 12 + }, + "5701.01.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.108, Wissenschaftlicher Mitarbeiter", "arch_name": "1.108@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11874", - "roomcode": "5701.01.008", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11879", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11874, + "usage_id": 12 + }, + "5701.01.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.109, Wissenschaftlicher Mitarbeiter", "arch_name": "1.109@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11879", - "roomcode": "5701.01.009", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11885", - "alt_name": "1.110, Stud. / Wissenschaftl. Mitarbeiter (gem.N. ", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11879, + "usage_id": 12 + }, + "5701.01.010": { + "address": { + "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", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11885", - "roomcode": "5701.01.010", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56570", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11885, + "usage_id": 12 + }, + "5701.01.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.111, CAD", "arch_name": "1.111@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56570", - "roomcode": "5701.01.011", - "usage": 207 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56578", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56570, + "usage_id": 207 + }, + "5701.01.011A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.111A, Dachtreppe", "arch_name": "1.111A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56578", - "roomcode": "5701.01.011A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56585", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56578, + "usage_id": 223 + }, + "5701.01.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.112, Server", "arch_name": "1.112@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56585", - "roomcode": "5701.01.012", - "usage": 207 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56593", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56585, + "usage_id": 207 + }, + "5701.01.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.113, Oberassistent", "arch_name": "1.113@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56593", - "roomcode": "5701.01.013", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56602", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56593, + "usage_id": 12 + }, + "5701.01.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.114, Oberassistent", "arch_name": "1.114@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56602", - "roomcode": "5701.01.014", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56702", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56602, + "usage_id": 12 + }, + "5701.01.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.115, Prof.-B\u00fcro", "arch_name": "1.115@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=44864", - "operator": "[ TUMWBME ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56702", - "roomcode": "5701.01.015", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11950", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44864, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56702, + "usage_id": 12 + }, + "5701.01.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.116, Oberassistent", "arch_name": "1.116@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11950", - "roomcode": "5701.01.016", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11952", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11950, + "usage_id": 12 + }, + "5701.01.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.117, B\u00fcro", "arch_name": "1.117@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11952", - "roomcode": "5701.01.017", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56722", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11952, + "usage_id": 12 + }, + "5701.01.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.118, B\u00fcro", "arch_name": "1.118@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56722", - "roomcode": "5701.01.018", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56729", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56722, + "usage_id": 12 + }, + "5701.01.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.119, B\u00fcro", "arch_name": "1.119@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56729", - "roomcode": "5701.01.019", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56738", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56729, + "usage_id": 12 + }, + "5701.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.120, Flur", "arch_name": "1.120@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56738", - "roomcode": "5701.01.020", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66465", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56738, + "usage_id": 222 + }, + "5701.01.020A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.120A, Flur", "arch_name": "1.120A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66465", - "roomcode": "5701.01.020A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66468", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66465, + "usage_id": 222 + }, + "5701.01.020B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.120B, Treppe", "arch_name": "1.120B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66468", - "roomcode": "5701.01.020B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=11996", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66468, + "usage_id": 223 + }, + "5701.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.121, Besprechung / Post", "arch_name": "1.121@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11996", - "roomcode": "5701.01.021", - "usage": 196 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56858", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11996, + "usage_id": 196 + }, + "5701.01.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.122, Flur", "arch_name": "1.122@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56858", - "roomcode": "5701.01.022", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56865", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56858, + "usage_id": 222 + }, + "5701.01.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.123, WC-Herren", "arch_name": "1.123@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56865", - "roomcode": "5701.01.023", - "usage": 115 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=12053", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56865, + "usage_id": 115 + }, + "5701.01.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.124, WC-Damen", "arch_name": "1.124@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12053", - "roomcode": "5701.01.024", - "usage": 116 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=56875", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12053, + "usage_id": 116 + }, + "5701.01.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.125, WC-Damen", "arch_name": "1.125@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56875", - "roomcode": "5701.01.025", - "usage": 116 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=57147", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56875, + "usage_id": 116 + }, + "5701.01.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.126, WC-Herren", "arch_name": "1.126@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57147", - "roomcode": "5701.01.026", - "usage": 115 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=57151", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57147, + "usage_id": 115 + }, + "5701.01.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.127, Dokumentation", "arch_name": "1.127@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57151", - "roomcode": "5701.01.027", - "usage": 2 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=57160", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57151, + "usage_id": 2 + }, + "5701.01.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.128, Dokumentation", "arch_name": "1.128@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57160", - "roomcode": "5701.01.028", - "usage": 2 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=57167", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57160, + "usage_id": 2 + }, + "5701.01.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.129, WC-Herren", "arch_name": "1.129@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57167", - "roomcode": "5701.01.029", - "usage": 115 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=57173", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57167, + "usage_id": 115 + }, + "5701.01.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.130, WC-Damen", "arch_name": "1.130@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57173", - "roomcode": "5701.01.030", - "usage": 116 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=57594", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57173, + "usage_id": 116 + }, + "5701.01.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.133, Terrasse", "arch_name": "1.133@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57594", - "roomcode": "5701.01.033", - "usage": 217 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61831", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57594, + "usage_id": 217 + }, + "5701.01.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.151, Dachtreppe", "arch_name": "1.151@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61831", - "roomcode": "5701.01.051", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66469", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61831, + "usage_id": 223 + }, + "5701.01.060A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.160A, Fluchtbalkon", "arch_name": "1.160A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66469", - "roomcode": "5701.01.060A", - "usage": 219 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66470", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66469, + "usage_id": 219 + }, + "5701.01.060B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.160B, Fluchtbalkon", "arch_name": "1.160B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66470", - "roomcode": "5701.01.060B", - "usage": 219 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66473", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66470, + "usage_id": 219 + }, + "5701.01.080": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.180, Schacht", "arch_name": "1.180@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66473", - "roomcode": "5701.01.080", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66466", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66473, + "usage_id": 120 + }, + "5701.01.081": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.181, Schacht", "arch_name": "1.181@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66466", - "roomcode": "5701.01.081", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66467", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66466, + "usage_id": 120 + }, + "5701.01.082": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.182, Schacht", "arch_name": "1.182@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66467", - "roomcode": "5701.01.082", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61865", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66467, + "usage_id": 120 + }, + "5701.01.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.201, B\u00fcro", "arch_name": "1.201@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61865", - "roomcode": "5701.01.201", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61866", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61865, + "usage_id": 12 + }, + "5701.01.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.202, B\u00fcro", "arch_name": "1.202@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61866", - "roomcode": "5701.01.202", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61867", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61866, + "usage_id": 12 + }, + "5701.01.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.203, B\u00fcro", "arch_name": "1.203@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61867", - "roomcode": "5701.01.203", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61868", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61867, + "usage_id": 12 + }, + "5701.01.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.204, B\u00fcro", "arch_name": "1.204@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61868", - "roomcode": "5701.01.204", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61869", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61868, + "usage_id": 12 + }, + "5701.01.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.205, B\u00fcro", "arch_name": "1.205@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61869", - "roomcode": "5701.01.205", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61870", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61869, + "usage_id": 12 + }, + "5701.01.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.206, B\u00fcro", "arch_name": "1.206@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61870", - "roomcode": "5701.01.206", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61871", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61870, + "usage_id": 12 + }, + "5701.01.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.207, B\u00fcro", "arch_name": "1.207@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61871", - "roomcode": "5701.01.207", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61872", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61871, + "usage_id": 12 + }, + "5701.01.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.208, B\u00fcro", "arch_name": "1.208@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61872", - "roomcode": "5701.01.208", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61873", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61872, + "usage_id": 12 + }, + "5701.01.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.210, Flur", "arch_name": "1.210@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61873", - "roomcode": "5701.01.210", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61874", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61873, + "usage_id": 222 + }, + "5701.01.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.211, Besprechung", "arch_name": "1.211@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": "tvKalender.wSicht?cOrg=19701&cRes=29752&cReadonly=J", - "list_index": "180", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61874", - "roomcode": "5701.01.211", - "usage": 196 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61877", + "area_id": 32, + "building_id": 803, + "calendar_resource_nr": 29752, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61874, + "usage_id": 196 + }, + "5701.01.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.212, WC", "arch_name": "1.212@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61877", - "roomcode": "5701.01.212", - "usage": 114 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61878", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61877, + "usage_id": 114 + }, + "5701.01.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.214, Flur", "arch_name": "1.214@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61878", - "roomcode": "5701.01.214", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61879", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61878, + "usage_id": 222 + }, + "5701.01.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.215, WC", "arch_name": "1.215@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61879", - "roomcode": "5701.01.215", - "usage": 114 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61880", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61879, + "usage_id": 114 + }, + "5701.01.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.216, Wendeltreppe", "arch_name": "1.216@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61880", - "roomcode": "5701.01.216", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61881", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61880, + "usage_id": 223 + }, + "5701.01.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.217, Halle", "arch_name": "1.217@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61881", - "roomcode": "5701.01.217", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61882", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61881, + "usage_id": 222 + }, + "5701.01.217A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.217A, \u00dcbergang", "arch_name": "1.217A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61882", - "roomcode": "5701.01.217A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66474", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61882, + "usage_id": 222 + }, + "5701.01.217B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.217B, Treppe", "arch_name": "1.217B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66474", - "roomcode": "5701.01.217B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66475", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66474, + "usage_id": 223 + }, + "5701.01.217C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.217C, Aufzug", "arch_name": "1.217C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66475", - "roomcode": "5701.01.217C", - "usage": 4 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61883", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66475, + "usage_id": 4 + }, + "5701.01.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.218, Flur", "arch_name": "1.218@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61883", - "roomcode": "5701.01.218", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61884", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61883, + "usage_id": 222 + }, + "5701.01.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.219, Flur", "arch_name": "1.219@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61884", - "roomcode": "5701.01.219", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=71817", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61884, + "usage_id": 222 + }, + "5701.01.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.220, B\u00fcro", "arch_name": "1.220@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71817", - "roomcode": "5701.01.220", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61891", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71817, + "usage_id": 12 + }, + "5701.01.221": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.221, B\u00fcro", "arch_name": "1.221@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61891", - "roomcode": "5701.01.221", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61888", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61891, + "usage_id": 12 + }, + "5701.01.222": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.222, B\u00fcro", "arch_name": "1.222@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": "tvKalender.wSicht?cOrg=19701&cRes=32312&cReadonly=J", - "list_index": "193", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61888", - "roomcode": "5701.01.222", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61890", + "area_id": 32, + "building_id": 803, + "calendar_resource_nr": 32312, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61888, + "usage_id": 12 + }, + "5701.01.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.223, B\u00fcro", "arch_name": "1.223@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=41785", - "operator": "[ TUMEDE4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61890", - "roomcode": "5701.01.223", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61889", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41785, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61890, + "usage_id": 12 + }, + "5701.01.224": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.224, B\u00fcro", "arch_name": "1.224@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=41785", - "operator": "[ TUMEDE4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61889", - "roomcode": "5701.01.224", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61887", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 41785, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61889, + "usage_id": 12 + }, + "5701.01.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.225, B\u00fcro", "arch_name": "1.225@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61887", - "roomcode": "5701.01.225", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61886", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61887, + "usage_id": 12 + }, + "5701.01.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.226, B\u00fcro", "arch_name": "1.226@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61886", - "roomcode": "5701.01.226", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61885", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61886, + "usage_id": 12 + }, + "5701.01.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.227, B\u00fcro", "arch_name": "1.227@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61885", - "roomcode": "5701.01.227", - "usage": 12 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66480", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61885, + "usage_id": 12 + }, + "5701.01.253": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.253, Wendeltreppe", "arch_name": "1.253@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66480", - "roomcode": "5701.01.253", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61875", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66480, + "usage_id": 223 + }, + "5701.01.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.260, Fluchtbalkon", "arch_name": "1.260@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61875", - "roomcode": "5701.01.260", - "usage": 219 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=61876", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61875, + "usage_id": 219 + }, + "5701.01.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.261, Fluchtbalkon", "arch_name": "1.261@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61876", - "roomcode": "5701.01.261", - "usage": 219 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66478", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61876, + "usage_id": 219 + }, + "5701.01.280": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.280, Schacht", "arch_name": "1.280@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66478", - "roomcode": "5701.01.280", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66476", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66478, + "usage_id": 120 + }, + "5701.01.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.281, Schacht", "arch_name": "1.281@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66476", - "roomcode": "5701.01.281", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66477", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66476, + "usage_id": 120 + }, + "5701.01.282": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.282, Schacht", "arch_name": "1.282@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66477", - "roomcode": "5701.01.282", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66479", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66477, + "usage_id": 120 + }, + "5701.01.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "1.283, Schacht", "arch_name": "1.283@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66479", - "roomcode": "5701.01.283", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57569", + "area_id": 32, + "building_id": 803, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66479, + "usage_id": 120 + }, + "5701.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.101, Halle", "arch_name": "E.101@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57569", - "roomcode": "5701.EG.001", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66457", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57569, + "usage_id": 222 + }, + "5701.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.101A, Treppe", "arch_name": "Z.101A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66457", - "roomcode": "5701.EG.001A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66458", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66457, + "usage_id": 223 + }, + "5701.EG.001B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.101B, Treppe", "arch_name": "Z.101B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66458", - "roomcode": "5701.EG.001B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66460", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66458, + "usage_id": 223 + }, + "5701.EG.001C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.101C, Treppe", "arch_name": "Z.101C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66460", - "roomcode": "5701.EG.001C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57577", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66460, + "usage_id": 223 + }, + "5701.EG.001Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.101, Lager", "arch_name": "Z.101@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57577", - "roomcode": "5701.EG.001Z", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57581", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57577, + "usage_id": 30 + }, + "5701.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.102, Halle", "arch_name": "E.102@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": "tvKalender.wSicht?cOrg=19701&cRes=18509&cReadonly=J", - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57581", - "roomcode": "5701.EG.002", - "usage": 16 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57587", + "area_id": 32, + "building_id": 803, + "calendar_resource_nr": 18509, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57581, + "usage_id": 16 + }, + "5701.EG.002A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.102A, Lager unter Treppe", "arch_name": "E.102A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57587", - "roomcode": "5701.EG.002A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57698", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57587, + "usage_id": 30 + }, + "5701.EG.002B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.102B, Lager unter Treppe", "arch_name": "E.102B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57698", - "roomcode": "5701.EG.002B", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57705", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57698, + "usage_id": 30 + }, + "5701.EG.002Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.102, Lager", "arch_name": "Z.102@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57705", - "roomcode": "5701.EG.002Z", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=16617", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57705, + "usage_id": 30 + }, + "5701.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.103, Technischer Experimentierraum 1", "arch_name": "E.103@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=16617", - "roomcode": "5701.EG.003", - "usage": 194 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57724", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 16617, + "usage_id": 194 + }, + "5701.EG.003Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.103, Lager", "arch_name": "Z.103@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57724", - "roomcode": "5701.EG.003Z", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57844", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57724, + "usage_id": 30 + }, + "5701.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.104, Technischer Experimentierraum 2", "arch_name": "E.104@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57844", - "roomcode": "5701.EG.004", - "usage": 194 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57846", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57844, + "usage_id": 194 + }, + "5701.EG.004A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.104A, Steuerkonsole/MRT", "arch_name": "E.104A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57846", - "roomcode": "5701.EG.004A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66442", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57846, + "usage_id": 120 + }, + "5701.EG.004B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.104B, Kernspintomographie", "arch_name": "E.104B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66442", - "roomcode": "5701.EG.004B", - "usage": 124 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66443", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66442, + "usage_id": 124 + }, + "5701.EG.004C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.104C, Steuerger\u00e4te", "arch_name": "E.104C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66443", - "roomcode": "5701.EG.004C", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66444", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66443, + "usage_id": 120 + }, + "5701.EG.004F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.104F, Labor", "arch_name": "E.104F@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66444", - "roomcode": "5701.EG.004F", - "usage": 194 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57852", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66444, + "usage_id": 194 + }, + "5701.EG.004Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.104, Flur", "arch_name": "Z.104@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57852", - "roomcode": "5701.EG.004Z", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57858", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57852, + "usage_id": 222 + }, + "5701.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.105, Flur", "arch_name": "E.105@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57858", - "roomcode": "5701.EG.005", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66445", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57858, + "usage_id": 222 + }, + "5701.EG.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.105A, Flur", "arch_name": "E.105A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66445", - "roomcode": "5701.EG.005A", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57866", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66445, + "usage_id": 222 + }, + "5701.EG.005Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.105, Lager", "arch_name": "Z.105@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57866", - "roomcode": "5701.EG.005Z", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57872", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57866, + "usage_id": 30 + }, + "5701.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.106, Mechanische Werkstatt", "arch_name": "E.106@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57872", - "roomcode": "5701.EG.006", - "usage": 51 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66446", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57872, + "usage_id": 51 + }, + "5701.EG.006B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.106B, Steuerung CT", "arch_name": "E.106B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66446", - "roomcode": "5701.EG.006B", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57878", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66446, + "usage_id": 120 + }, + "5701.EG.006Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.106, Lager", "arch_name": "Z.106@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57878", - "roomcode": "5701.EG.006Z", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57992", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57878, + "usage_id": 30 + }, + "5701.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.107, Flur", "arch_name": "E.107@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57992", - "roomcode": "5701.EG.007", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66463", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57992, + "usage_id": 222 + }, + "5701.EG.007A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.107A, Treppe", "arch_name": "Z.107A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66463", - "roomcode": "5701.EG.007A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66464", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66463, + "usage_id": 223 + }, + "5701.EG.007B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.107B, Treppe", "arch_name": "Z.107B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66464", - "roomcode": "5701.EG.007B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=57998", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66464, + "usage_id": 223 + }, + "5701.EG.007Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.107, Lager", "arch_name": "Z.107@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57998", - "roomcode": "5701.EG.007Z", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58005", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57998, + "usage_id": 30 + }, + "5701.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.108, Rasterelektronenmikroskop", "arch_name": "E.108@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58005", - "roomcode": "5701.EG.008", - "usage": 103 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58010", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58005, + "usage_id": 103 + }, + "5701.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.109, Montageraum", "arch_name": "E.109@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58010", - "roomcode": "5701.EG.009", - "usage": 51 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58023", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58010, + "usage_id": 51 + }, + "5701.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.110, Teilk\u00fcche", "arch_name": "E.110@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58023", - "roomcode": "5701.EG.010", - "usage": 28 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58147", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58023, + "usage_id": 28 + }, + "5701.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.111, Keramisches Labor", "arch_name": "E.111@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58147", - "roomcode": "5701.EG.011", - "usage": 51 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58157", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58147, + "usage_id": 51 + }, + "5701.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.112, Chemisches Labor N", "arch_name": "E.112@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58157", - "roomcode": "5701.EG.012", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58164", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58157, + "usage_id": 102 + }, + "5701.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.113, Chemisches Labor A", "arch_name": "E.113@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58164", - "roomcode": "5701.EG.013", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58180", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58164, + "usage_id": 102 + }, + "5701.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.114, Ultrastrukturanalyse", "arch_name": "E.114@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58180", - "roomcode": "5701.EG.014", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66447", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58180, + "usage_id": 102 + }, + "5701.EG.014A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.114A, Ultrastrukturanalyse", "arch_name": "E.114A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66447", - "roomcode": "5701.EG.014A", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58310", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66447, + "usage_id": 102 + }, + "5701.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.115, Probenvorbereitung", "arch_name": "E.115@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58310", - "roomcode": "5701.EG.015", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58313", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58310, + "usage_id": 102 + }, + "5701.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.116, Tierhaltung", "arch_name": "E.116@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58313", - "roomcode": "5701.EG.016", - "usage": 197 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58320", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58313, + "usage_id": 197 + }, + "5701.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.117, Organolabor", "arch_name": "E.117@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58320", - "roomcode": "5701.EG.017", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58323", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58320, + "usage_id": 102 + }, + "5701.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.118, Zytolabor", "arch_name": "E.118@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58323", - "roomcode": "5701.EG.018", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58327", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58323, + "usage_id": 102 + }, + "5701.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.119, Schleuse (gem.N. Biomechanik)", "arch_name": "E.119@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58327", - "roomcode": "5701.EG.019", - "usage": 105 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58332", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58327, + "usage_id": 105 + }, + "5701.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.120, Flur", "arch_name": "E.120@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58332", - "roomcode": "5701.EG.020", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58337", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58332, + "usage_id": 222 + }, + "5701.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.121, Schleuse", "arch_name": "E.121@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58337", - "roomcode": "5701.EG.021", - "usage": 105 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58463", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58337, + "usage_id": 105 + }, + "5701.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.122, Vorraum K\u00fchlraum", "arch_name": "E.122@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58463", - "roomcode": "5701.EG.022", - "usage": 50 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58466", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58463, + "usage_id": 50 + }, + "5701.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.123, K\u00fchlraum", "arch_name": "E.123@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58466", - "roomcode": "5701.EG.023", - "usage": 199 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58472", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58466, + "usage_id": 199 + }, + "5701.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.124, Labor", "arch_name": "E.124@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58472", - "roomcode": "5701.EG.024", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58481", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58472, + "usage_id": 102 + }, + "5701.EG.025": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.125, Putzraum", "arch_name": "E.125@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58481", - "roomcode": "5701.EG.025", - "usage": 205 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58485", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58481, + "usage_id": 205 + }, + "5701.EG.026": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.126, H\u00f6rsaal IMETUM", "arch_name": "E.126@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": "tvKalender.wSicht?cOrg=19701&cRes=18436&cReadonly=J", - "extended": { - "additional_description": "E.126, H\u00f6rsaal IMETUM", - "address": "Boltzmannstr. 11(5701), Erdgescho\u00df", - "architect_room_nr": "E.126@5701", - "area_m2": 119.99, - "building": "5701 Munich School of BioEngineering (ehm.IME", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "026", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58485", - "roomcode": "5701.EG.026", - "usage": 20 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58492", + "area_id": 32, + "building_id": 803, + "calendar_resource_nr": 18436, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58485, + "usage_id": 20 + }, + "5701.EG.027": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.127, WC-Herren", "arch_name": "E.127@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58492", - "roomcode": "5701.EG.027", - "usage": 115 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58613", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58492, + "usage_id": 115 + }, + "5701.EG.028": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.128, WC-Damen", "arch_name": "E.128@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58613", - "roomcode": "5701.EG.028", - "usage": 116 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58619", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58613, + "usage_id": 116 + }, + "5701.EG.029": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.129, Umkleide-Herren", "arch_name": "E.129@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58619", - "roomcode": "5701.EG.029", - "usage": 121 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58624", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58619, + "usage_id": 121 + }, + "5701.EG.030": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.130, Umkleide-Damen", "arch_name": "E.130@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58624", - "roomcode": "5701.EG.030", - "usage": 121 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58629", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58624, + "usage_id": 121 + }, + "5701.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.131, WC-Damen", "arch_name": "E.131@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58629", - "roomcode": "5701.EG.031", - "usage": 116 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58636", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58629, + "usage_id": 116 + }, + "5701.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.132, WC-Herren", "arch_name": "E.132@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58636", - "roomcode": "5701.EG.032", - "usage": 115 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58643", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58636, + "usage_id": 115 + }, + "5701.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.133, Beh.-WC", "arch_name": "E.133@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58643", - "roomcode": "5701.EG.033", - "usage": 117 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58763", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58643, + "usage_id": 117 + }, + "5701.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.134, Aufzug", "arch_name": "E.134@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58763", - "roomcode": "5701.EG.034", - "usage": 4 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=58768", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58763, + "usage_id": 4 + }, + "5701.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.135, Flur", "arch_name": "E.135@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=58768", - "roomcode": "5701.EG.035", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61824", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 58768, + "usage_id": 222 + }, + "5701.EG.050": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.150, Treppe 1a", "arch_name": "E.150@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61824", - "roomcode": "5701.EG.050", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61828", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61824, + "usage_id": 223 + }, + "5701.EG.050A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.150A, Treppe", "arch_name": "E.150A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61828", - "roomcode": "5701.EG.050A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61825", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61828, + "usage_id": 223 + }, + "5701.EG.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.151, Treppe 1b", "arch_name": "E.151@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61825", - "roomcode": "5701.EG.051", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61826", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61825, + "usage_id": 223 + }, + "5701.EG.052": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.152, Treppe 4a", "arch_name": "E.152@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61826", - "roomcode": "5701.EG.052", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61827", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61826, + "usage_id": 223 + }, + "5701.EG.053": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.153, Treppe 4b", "arch_name": "E.153@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61827", - "roomcode": "5701.EG.053", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61829", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61827, + "usage_id": 223 + }, + "5701.EG.055": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.155, Treppe 3a", "arch_name": "E.155@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61829", - "roomcode": "5701.EG.055", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61830", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61829, + "usage_id": 223 + }, + "5701.EG.056": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.156, Treppe 3b", "arch_name": "E.156@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61830", - "roomcode": "5701.EG.056", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66459", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61830, + "usage_id": 223 + }, + "5701.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.170, Install. Schacht", "arch_name": "Z.170@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66459", - "roomcode": "5701.EG.070", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66436", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66459, + "usage_id": 120 + }, + "5701.EG.190": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.190, Eingangshalle", "arch_name": "E.190@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66436", - "roomcode": "5701.EG.190", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66437", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66436, + "usage_id": 222 + }, + "5701.EG.190A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.190A, Treppe Eingangshalle", "arch_name": "E.190A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66437", - "roomcode": "5701.EG.190A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66438", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66437, + "usage_id": 223 + }, + "5701.EG.191": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.191, Treppe im Freien", "arch_name": "E.191@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66438", - "roomcode": "5701.EG.191", - "usage": 7 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66439", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66438, + "usage_id": 7 + }, + "5701.EG.192": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.192, Treppe im Freien", "arch_name": "E.192@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66439", - "roomcode": "5701.EG.192", - "usage": 7 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61839", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66439, + "usage_id": 7 + }, + "5701.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.201, Rasterelektronenmikroskop", "arch_name": "E.201@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61839", - "roomcode": "5701.EG.201", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61835", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61839, + "usage_id": 102 + }, + "5701.EG.201A": { + "address": { + "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", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61835", - "roomcode": "5701.EG.201A", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66451", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61835, + "usage_id": 102 + }, + "5701.EG.201B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.201B, Treppe", "arch_name": "E.201B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66451", - "roomcode": "5701.EG.201B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66450", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66451, + "usage_id": 223 + }, + "5701.EG.201C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.201C, Treppe", "arch_name": "E.201C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66450", - "roomcode": "5701.EG.201C", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61841", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66450, + "usage_id": 223 + }, + "5701.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.202, Vorraum (gem.N. Biomechanik)", "arch_name": "E.202@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61841", - "roomcode": "5701.EG.202", - "usage": 50 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66448", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61841, + "usage_id": 50 + }, + "5701.EG.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.202A, Treppe", "arch_name": "E.202A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66448", - "roomcode": "5701.EG.202A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61840", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66448, + "usage_id": 223 + }, + "5701.EG.202B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.202B, Mikrobiologie", "arch_name": "E.202B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61840", - "roomcode": "5701.EG.202B", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61844", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61840, + "usage_id": 102 + }, + "5701.EG.202C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.202C, Sp\u00fclk\u00fcche", "arch_name": "E.202C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61844", - "roomcode": "5701.EG.202C", - "usage": 28 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61843", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61844, + "usage_id": 28 + }, + "5701.EG.202D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.202D, Zellkultur", "arch_name": "E.202D@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61843", - "roomcode": "5701.EG.202D", - "usage": 194 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61846", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61843, + "usage_id": 194 + }, + "5701.EG.203A": { + "address": { + "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", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61846", - "roomcode": "5701.EG.203A", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61847", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61846, + "usage_id": 102 + }, + "5701.EG.203B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.203B, Labor (gem.N. Biomechanik)", "arch_name": "E.203B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61847", - "roomcode": "5701.EG.203B", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61848", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61847, + "usage_id": 102 + }, + "5701.EG.203C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.203C, Labor (gem.N. Biomechanik)", "arch_name": "E.203C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61848", - "roomcode": "5701.EG.203C", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61849", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61848, + "usage_id": 102 + }, + "5701.EG.203D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.203D, Labor (gem.N. Biomechanik)", "arch_name": "E.203D@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61849", - "roomcode": "5701.EG.203D", - "usage": 102 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61850", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61849, + "usage_id": 102 + }, + "5701.EG.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.204, Versuchshalle", "arch_name": "E.204@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61850", - "roomcode": "5701.EG.204", - "usage": 49 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66453", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61850, + "usage_id": 49 + }, + "5701.EG.204A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.204A, Bestrahlung", "arch_name": "E.204A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66453", - "roomcode": "5701.EG.204A", - "usage": 178 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66454", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Metall", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66453, + "usage_id": 178 + }, + "5701.EG.204C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.204C, K\u00fchlung", "arch_name": "E.204C@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66454", - "roomcode": "5701.EG.204C", - "usage": 32 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66452", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66454, + "usage_id": 32 + }, + "5701.EG.204E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.204E, Steuerraum", "arch_name": "E.204E@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66452", - "roomcode": "5701.EG.204E", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61851", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66452, + "usage_id": 120 + }, + "5701.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.205, Server / Teek\u00fcche", "arch_name": "E.205@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61851", - "roomcode": "5701.EG.205", - "usage": 207 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61852", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61851, + "usage_id": 207 + }, + "5701.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.206, WC", "arch_name": "E.206@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61852", - "roomcode": "5701.EG.206", - "usage": 114 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61853", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61852, + "usage_id": 114 + }, + "5701.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.207, Dusche / Umkleide", "arch_name": "E.207@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61853", - "roomcode": "5701.EG.207", - "usage": 113 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61854", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61853, + "usage_id": 113 + }, + "5701.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.208, Putzraum", "arch_name": "E.208@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61854", - "roomcode": "5701.EG.208", - "usage": 205 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61855", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61854, + "usage_id": 205 + }, + "5701.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.209, Aufenthalt", "arch_name": "E.209@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61855", - "roomcode": "5701.EG.209", - "usage": 44 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61856", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61855, + "usage_id": 44 + }, + "5701.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.210, WC", "arch_name": "E.210@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61856", - "roomcode": "5701.EG.210", - "usage": 114 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61857", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61856, + "usage_id": 114 + }, + "5701.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.211, WC", "arch_name": "E.211@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61857", - "roomcode": "5701.EG.211", - "usage": 114 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61858", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61857, + "usage_id": 114 + }, + "5701.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.212, Dusche / Umkleide", "arch_name": "E.212@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61858", - "roomcode": "5701.EG.212", - "usage": 113 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61859", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61858, + "usage_id": 113 + }, + "5701.EG.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.213, UV", "arch_name": "E.213@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61859", - "roomcode": "5701.EG.213", - "usage": 51 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61860", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61859, + "usage_id": 51 + }, + "5701.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.214, Flur", "arch_name": "E.214@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61860", - "roomcode": "5701.EG.214", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61862", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61860, + "usage_id": 222 + }, + "5701.EG.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.215, Flur", "arch_name": "E.215@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61862", - "roomcode": "5701.EG.215", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61863", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61862, + "usage_id": 222 + }, + "5701.EG.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.216, Halle", "arch_name": "E.216@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61863", - "roomcode": "5701.EG.216", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61861", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61863, + "usage_id": 222 + }, + "5701.EG.216A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.216A, Lager / Treppe", "arch_name": "E.216A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61861", - "roomcode": "5701.EG.216A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61864", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61861, + "usage_id": 30 + }, + "5701.EG.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.217, Aufzug", "arch_name": "E.217@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61864", - "roomcode": "5701.EG.217", - "usage": 4 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66456", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61864, + "usage_id": 4 + }, + "5701.EG.251A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.251A, Treppe", "arch_name": "Z.251A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66456", - "roomcode": "5701.EG.251A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66455", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66456, + "usage_id": 223 + }, + "5701.EG.251B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.251B, Treppe", "arch_name": "Z.251B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66455", - "roomcode": "5701.EG.251B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61842", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66455, + "usage_id": 223 + }, + "5701.EG.251Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.251, Galerie / Treppe", "arch_name": "Z.251@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61842", - "roomcode": "5701.EG.251Z", - "usage": 206 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66462", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61842, + "usage_id": 206 + }, + "5701.EG.252A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.252A, Install. Schacht", "arch_name": "Z.252A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66462", - "roomcode": "5701.EG.252A", - "usage": 120 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66461", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66462, + "usage_id": 120 + }, + "5701.EG.252B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.252B, Treppe", "arch_name": "Z.252B@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66461", - "roomcode": "5701.EG.252B", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=61845", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66461, + "usage_id": 223 + }, + "5701.EG.252Z": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "Z.252, Galerie / Treppe", "arch_name": "Z.252@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61845", - "roomcode": "5701.EG.252Z", - "usage": 206 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66440", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61845, + "usage_id": 206 + }, + "5701.EG.291": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.291, Treppe im Freien", "arch_name": "E.291@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66440", - "roomcode": "5701.EG.291", - "usage": 7 - }, - { - "address": "Boltzmannstr. 11, EG", - "address_link": "ris.einzelraum?raumkey=66441", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66440, + "usage_id": 7 + }, + "5701.EG.292": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "E.292, Treppe im Freien", "arch_name": "E.292@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66441", - "roomcode": "5701.EG.292", - "usage": 7 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57282", + "area_id": 32, + "building_id": 803, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66441, + "usage_id": 7 + }, + "5701.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.101, Heizungsraum", "arch_name": "K.101@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57282", - "roomcode": "5701.U1.001", - "usage": 201 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57287", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57282, + "usage_id": 201 + }, + "5701.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.102, Flur 2", "arch_name": "K.102@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57287", - "roomcode": "5701.U1.002", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57403", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57287, + "usage_id": 222 + }, + "5701.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.103, Trafo 1", "arch_name": "K.103@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57403", - "roomcode": "5701.U1.003", - "usage": 160 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57410", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57403, + "usage_id": 160 + }, + "5701.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.104, Trafo 2", "arch_name": "K.104@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57410", - "roomcode": "5701.U1.004", - "usage": 160 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57416", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57410, + "usage_id": 160 + }, + "5701.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.107, Elektrische Stromversorgung", "arch_name": "K.107@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57416", - "roomcode": "5701.U1.007", - "usage": 160 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57425", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57416, + "usage_id": 160 + }, + "5701.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.108, Flur 1", "arch_name": "K.108@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57425", - "roomcode": "5701.U1.008", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57441", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57425, + "usage_id": 222 + }, + "5701.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.109, Datenraum", "arch_name": "K.109@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=38596", - "operator": "[ TUZV14N ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57441", - "roomcode": "5701.U1.009", - "usage": 207 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57556", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38596, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57441, + "usage_id": 207 + }, + "5701.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.110, Flur 3", "arch_name": "K.110@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57556", - "roomcode": "5701.U1.010", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=57561", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57556, + "usage_id": 222 + }, + "5701.U1.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.111, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "K.111@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=57561", - "roomcode": "5701.U1.011", - "usage": 5 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61823", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 57561, + "usage_id": 5 + }, + "5701.U1.051": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.151, Treppe 2", "arch_name": "K.151@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61823", - "roomcode": "5701.U1.051", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61832", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61823, + "usage_id": 223 + }, + "5701.U1.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.201, Flur", "arch_name": "K.201@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61832", - "roomcode": "5701.U1.201", - "usage": 222 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=66481", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61832, + "usage_id": 222 + }, + "5701.U1.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.201A, Treppe", "arch_name": "K.201A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66481", - "roomcode": "5701.U1.201A", - "usage": 223 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61833", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66481, + "usage_id": 223 + }, + "5701.U1.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.202, Heizungsraum", "arch_name": "K.202@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61833", - "roomcode": "5701.U1.202", - "usage": 201 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=66482", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61833, + "usage_id": 201 + }, + "5701.U1.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.202A, Lager", "arch_name": "K.202A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66482", - "roomcode": "5701.U1.202A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61834", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66482, + "usage_id": 30 + }, + "5701.U1.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.203, Lager", "arch_name": "K.203@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61834", - "roomcode": "5701.U1.203", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=66483", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61834, + "usage_id": 30 + }, + "5701.U1.203A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.203A, Lager mit Holzverschlag", "arch_name": "K.203A@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66483", - "roomcode": "5701.U1.203A", - "usage": 30 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61838", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66483, + "usage_id": 30 + }, + "5701.U1.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.204, Niederspannungshauptverteilung", "arch_name": "K.204@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61838", - "roomcode": "5701.U1.204", - "usage": 160 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61836", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61838, + "usage_id": 160 + }, + "5701.U1.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.205, Niederspannungshauptverteilung", "arch_name": "K.205@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61836", - "roomcode": "5701.U1.205", - "usage": 160 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=61837", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61836, + "usage_id": 160 + }, + "5701.U1.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.206, Batterieraum", "arch_name": "K.206@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61837", - "roomcode": "5701.U1.206", - "usage": 160 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=66484", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61837, + "usage_id": 160 + }, + "5701.U1.280": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.280, Lichtschacht", "arch_name": "K.280@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66484", - "roomcode": "5701.U1.280", - "usage": 38 - }, - { - "address": "Boltzmannstr. 11, 1.UG", - "address_link": "ris.einzelraum?raumkey=66485", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66484, + "usage_id": 38 + }, + "5701.U1.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "alt_name": "K.281, Lichtschacht", "arch_name": "K.281@5701", - "b_area_id": 32, - "b_filter_id": 803, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19701", - "operator": "[ TUZEZMT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=66485", - "roomcode": "5701.U1.281", - "usage": 38 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72310", + "area_id": 32, + "building_id": 803, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19701, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66485, + "usage_id": 38 + }, + "5901.01.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72310", - "roomcode": "5901.01.001", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72795", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72310, + "usage_id": 222 + }, + "5901.01.001A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72795", - "roomcode": "5901.01.001A", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72267", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72795, + "usage_id": 223 + }, + "5901.01.002": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72267", - "roomcode": "5901.01.002", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72268", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72267, + "usage_id": 222 + }, + "5901.01.003": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72268", - "roomcode": "5901.01.003", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72274", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72268, + "usage_id": 222 + }, + "5901.01.004": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72274", - "roomcode": "5901.01.004", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72277", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72274, + "usage_id": 222 + }, + "5901.01.005": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72277", - "roomcode": "5901.01.005", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72290", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72277, + "usage_id": 222 + }, + "5901.01.006": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72290", - "roomcode": "5901.01.006", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72287", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72290, + "usage_id": 222 + }, + "5901.01.007": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72287", - "roomcode": "5901.01.007", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72311", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72287, + "usage_id": 222 + }, + "5901.01.008": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72311", - "roomcode": "5901.01.008", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72317", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72311, + "usage_id": 222 + }, + "5901.01.009": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72317", - "roomcode": "5901.01.009", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72325", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72317, + "usage_id": 222 + }, + "5901.01.010": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72325", - "roomcode": "5901.01.010", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72270", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72325, + "usage_id": 222 + }, + "5901.01.011": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72270", - "roomcode": "5901.01.011", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72271", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72270, + "usage_id": 30 + }, + "5901.01.012A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72271", - "roomcode": "5901.01.012A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72269", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72271, + "usage_id": 118 + }, + "5901.01.012B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72269", - "roomcode": "5901.01.012B", - "usage": 115 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72305", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72269, + "usage_id": 115 + }, + "5901.01.013": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32176&cReadonly=J", - "extended": { - "additional_description": "01.5901.013, Seminarraum", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.013@5901", - "area_m2": 99.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 39, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72305", - "roomcode": "5901.01.013", - "usage": 41 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72306", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32176, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 39, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72305, + "usage_id": 41 + }, + "5901.01.014": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72306", - "roomcode": "5901.01.014", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72307", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72306, + "usage_id": 211 + }, + "5901.01.015": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.015, Abschlussarbeiten", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.015@5901", - "area_m2": 33.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "015", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72307", - "roomcode": "5901.01.015", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72272", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72307, + "usage_id": 130 + }, + "5901.01.016": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32256&cReadonly=J", - "list_index": "153", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72272", - "roomcode": "5901.01.016", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72273", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32256, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72272, + "usage_id": 211 + }, + "5901.01.018": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32257&cReadonly=J", - "list_index": "154", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72273", - "roomcode": "5901.01.018", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72276", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32257, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72273, + "usage_id": 211 + }, + "5901.01.019": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.019, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.019@5901", - "area_m2": 54.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72276", - "roomcode": "5901.01.019", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72278", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72276, + "usage_id": 131 + }, + "5901.01.020": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.020, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.020@5901", - "area_m2": 55.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72278", - "roomcode": "5901.01.020", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72279", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72278, + "usage_id": 131 + }, + "5901.01.021": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.021, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.021@5901", - "area_m2": 55.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "021", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72279", - "roomcode": "5901.01.021", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72309", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72279, + "usage_id": 131 + }, + "5901.01.022A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72309", - "roomcode": "5901.01.022A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72299", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72309, + "usage_id": 118 + }, + "5901.01.022B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72299", - "roomcode": "5901.01.022B", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72308", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72299, + "usage_id": 116 + }, + "5901.01.023": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72308", - "roomcode": "5901.01.023", - "usage": 117 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72298", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72308, + "usage_id": 117 + }, + "5901.01.024": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72298", - "roomcode": "5901.01.024", - "usage": 205 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72297", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72298, + "usage_id": 205 + }, + "5901.01.025": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.025, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.025@5901", - "area_m2": 53.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "025", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72297", - "roomcode": "5901.01.025", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72288", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72297, + "usage_id": 131 + }, + "5901.01.026": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.026, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.026@5901", - "area_m2": 53.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "026", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72288", - "roomcode": "5901.01.026", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72282", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72288, + "usage_id": 131 + }, + "5901.01.027": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.027, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.027@5901", - "area_m2": 53.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "027", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72282", - "roomcode": "5901.01.027", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72283", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72282, + "usage_id": 131 + }, + "5901.01.028": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.028, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.028@5901", - "area_m2": 53.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "028", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72283", - "roomcode": "5901.01.028", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72284", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72283, + "usage_id": 131 + }, + "5901.01.029": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.029, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.029@5901", - "area_m2": 53.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "029", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72284", - "roomcode": "5901.01.029", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72285", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72284, + "usage_id": 131 + }, + "5901.01.030": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "01.5901.030, Exp. AP", - "address": "Hans-Piloty-Str. 1(5901), 1.Obergescho\u00df", - "architect_room_nr": "01.5901.030@5901", - "area_m2": 53.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "030", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72285", - "roomcode": "5901.01.030", - "usage": 131 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72262", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72285, + "usage_id": 131 + }, + "5901.01.031": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72262", - "roomcode": "5901.01.031", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72300", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72262, + "usage_id": 30 + }, + "5901.01.032": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32152&cReadonly=J", - "list_index": "169", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72300", - "roomcode": "5901.01.032", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72316", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32152, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72300, + "usage_id": 196 + }, + "5901.01.034": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32153&cReadonly=J", - "list_index": "170", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72316", - "roomcode": "5901.01.034", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72315", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32153, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72316, + "usage_id": 196 + }, + "5901.01.035": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32154&cReadonly=J", - "list_index": "171", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72315", - "roomcode": "5901.01.035", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72302", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32154, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72315, + "usage_id": 196 + }, + "5901.01.036": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72302", - "roomcode": "5901.01.036", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72301", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72302, + "usage_id": 12 + }, + "5901.01.037": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72301", - "roomcode": "5901.01.037", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72293", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72301, + "usage_id": 40 + }, + "5901.01.038": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72293", - "roomcode": "5901.01.038", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72292", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72293, + "usage_id": 12 + }, + "5901.01.039": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72292", - "roomcode": "5901.01.039", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72318", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72292, + "usage_id": 12 + }, + "5901.01.040": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72318", - "roomcode": "5901.01.040", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72312", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72318, + "usage_id": 12 + }, + "5901.01.041": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72312", - "roomcode": "5901.01.041", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72319", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72312, + "usage_id": 30 + }, + "5901.01.042": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72319", - "roomcode": "5901.01.042", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72320", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72319, + "usage_id": 12 + }, + "5901.01.043": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72320", - "roomcode": "5901.01.043", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72322", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72320, + "usage_id": 12 + }, + "5901.01.044": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72322", - "roomcode": "5901.01.044", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72321", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72322, + "usage_id": 12 + }, + "5901.01.045": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72321", - "roomcode": "5901.01.045", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72294", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72321, + "usage_id": 12 + }, + "5901.01.046": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72294", - "roomcode": "5901.01.046", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72323", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72294, + "usage_id": 12 + }, + "5901.01.047": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72323", - "roomcode": "5901.01.047", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72295", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72323, + "usage_id": 12 + }, + "5901.01.048": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72295", - "roomcode": "5901.01.048", - "usage": 198 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72324", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72295, + "usage_id": 198 + }, + "5901.01.049": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72324", - "roomcode": "5901.01.049", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72296", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72324, + "usage_id": 12 + }, + "5901.01.050": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72296", - "roomcode": "5901.01.050", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72264", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72296, + "usage_id": 12 + }, + "5901.01.051": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72264", - "roomcode": "5901.01.051", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72263", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72264, + "usage_id": 30 + }, + "5901.01.052": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=48597", - "operator": "[ TUEILBE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72263", - "roomcode": "5901.01.052", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72265", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 48597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72263, + "usage_id": 12 + }, + "5901.01.053": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72265", - "roomcode": "5901.01.053", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72326", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72265, + "usage_id": 12 + }, + "5901.01.054": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72326", - "roomcode": "5901.01.054", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72266", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72326, + "usage_id": 12 + }, + "5901.01.055": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72266", - "roomcode": "5901.01.055", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72303", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72266, + "usage_id": 12 + }, + "5901.01.056": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72303", - "roomcode": "5901.01.056", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72291", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72303, + "usage_id": 12 + }, + "5901.01.057": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72291", - "roomcode": "5901.01.057", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72289", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72291, + "usage_id": 32 + }, + "5901.01.058": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72289", - "roomcode": "5901.01.058", - "usage": 48 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72314", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72289, + "usage_id": 48 + }, + "5901.01.401": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72314", - "roomcode": "5901.01.401", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72304", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72314, + "usage_id": 223 + }, + "5901.01.402": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72304", - "roomcode": "5901.01.402", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72275", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72304, + "usage_id": 223 + }, + "5901.01.403": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72275", - "roomcode": "5901.01.403", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72280", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72275, + "usage_id": 223 + }, + "5901.01.501": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72280", - "roomcode": "5901.01.501", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=72281", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72280, + "usage_id": 4 + }, + "5901.01.502": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72281", - "roomcode": "5901.01.502", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72475", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72281, + "usage_id": 4 + }, + "5901.02.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72475", - "roomcode": "5901.02.001", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72586", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72475, + "usage_id": 222 + }, + "5901.02.002": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72586", - "roomcode": "5901.02.002", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72588", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72586, + "usage_id": 222 + }, + "5901.02.003": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72588", - "roomcode": "5901.02.003", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72630", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72588, + "usage_id": 222 + }, + "5901.02.004": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72630", - "roomcode": "5901.02.004", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72769", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72630, + "usage_id": 222 + }, + "5901.02.005": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72769", - "roomcode": "5901.02.005", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72633", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72769, + "usage_id": 222 + }, + "5901.02.006": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72633", - "roomcode": "5901.02.006", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72477", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72633, + "usage_id": 222 + }, + "5901.02.007": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72477", - "roomcode": "5901.02.007", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72565", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72477, + "usage_id": 222 + }, + "5901.02.008": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72565", - "roomcode": "5901.02.008", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72574", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72565, + "usage_id": 222 + }, + "5901.02.009": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72574", - "roomcode": "5901.02.009", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72476", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72574, + "usage_id": 222 + }, + "5901.02.010": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72476", - "roomcode": "5901.02.010", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72589", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72476, + "usage_id": 222 + }, + "5901.02.011": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72589", - "roomcode": "5901.02.011", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72590", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72589, + "usage_id": 30 + }, + "5901.02.012A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72590", - "roomcode": "5901.02.012A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72576", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72590, + "usage_id": 118 + }, + "5901.02.012B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72576", - "roomcode": "5901.02.012B", - "usage": 115 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72577", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72576, + "usage_id": 115 + }, + "5901.02.013": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32172&cReadonly=J", - "extended": { - "additional_description": "02.5901.013, Seminarraum", - "address": "Hans-Piloty-Str. 1(5901), 2.Obergescho\u00df", - "architect_room_nr": "02.5901.013@5901", - "area_m2": 99.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72577", - "roomcode": "5901.02.013", - "usage": 41 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72474", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32172, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72577, + "usage_id": 41 + }, + "5901.02.014": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72474", - "roomcode": "5901.02.014", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72593", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72474, + "usage_id": 211 + }, + "5901.02.015": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "02.5901.015, Abschlussarbeiten", - "address": "Hans-Piloty-Str. 1(5901), 2.Obergescho\u00df", - "architect_room_nr": "02.5901.015@5901", - "area_m2": 33.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "015", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72593", - "roomcode": "5901.02.015", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72550", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72593, + "usage_id": 130 + }, + "5901.02.016": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32252&cReadonly=J", - "list_index": "216", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72550", - "roomcode": "5901.02.016", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72773", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32252, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72550, + "usage_id": 211 + }, + "5901.02.018": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=32253&cReadonly=J", - "list_index": "217", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72773", - "roomcode": "5901.02.018", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72771", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32253, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72773, + "usage_id": 211 + }, + "5901.02.019": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "02.5901.019, Abschlussarbeiten", - "address": "Hans-Piloty-Str. 1(5901), 2.Obergescho\u00df", - "architect_room_nr": "02.5901.019@5901", - "area_m2": 32.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72771", - "roomcode": "5901.02.019", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72770", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72771, + "usage_id": 130 + }, + "5901.02.020": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72770", - "roomcode": "5901.02.020", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72563", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72770, + "usage_id": 211 + }, + "5901.02.021": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32173&cReadonly=J", - "extended": { - "additional_description": "02.5901.021, Seminarraum", - "address": "Hans-Piloty-Str. 1(5901), 2.Obergescho\u00df", - "architect_room_nr": "02.5901.021@5901", - "area_m2": 99.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "021", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72563", - "roomcode": "5901.02.021", - "usage": 41 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72473", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32173, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72563, + "usage_id": 41 + }, + "5901.02.022": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "02.5901.022, AP mit Verpflegung", - "address": "Hans-Piloty-Str. 1(5901), 2.Obergescho\u00df", - "architect_room_nr": "02.5901.022@5901", - "area_m2": 33.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72473", - "roomcode": "5901.02.022", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72592", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72473, + "usage_id": 130 + }, + "5901.02.023A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72592", - "roomcode": "5901.02.023A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72562", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72592, + "usage_id": 118 + }, + "5901.02.023B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72562", - "roomcode": "5901.02.023B", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72591", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72562, + "usage_id": 116 + }, + "5901.02.024": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72591", - "roomcode": "5901.02.024", - "usage": 117 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72663", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72591, + "usage_id": 117 + }, + "5901.02.025": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72663", - "roomcode": "5901.02.025", - "usage": 205 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72628", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72663, + "usage_id": 205 + }, + "5901.02.026": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72628", - "roomcode": "5901.02.026", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72634", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72628, + "usage_id": 12 + }, + "5901.02.027": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72634", - "roomcode": "5901.02.027", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72627", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72634, + "usage_id": 12 + }, + "5901.02.028": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72627", - "roomcode": "5901.02.028", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72632", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72627, + "usage_id": 12 + }, + "5901.02.029": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72632", - "roomcode": "5901.02.029", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72626", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72632, + "usage_id": 12 + }, + "5901.02.030": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72626", - "roomcode": "5901.02.030", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72631", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72626, + "usage_id": 30 + }, + "5901.02.031": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72631", - "roomcode": "5901.02.031", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72625", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72631, + "usage_id": 12 + }, + "5901.02.032": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72625", - "roomcode": "5901.02.032", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72778", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72625, + "usage_id": 12 + }, + "5901.02.033": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72778", - "roomcode": "5901.02.033", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72624", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72778, + "usage_id": 12 + }, + "5901.02.034": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=47080", - "operator": "[ TUEINEL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72624", - "roomcode": "5901.02.034", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72777", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 47080, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72624, + "usage_id": 12 + }, + "5901.02.035": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72777", - "roomcode": "5901.02.035", - "usage": 198 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72767", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72777, + "usage_id": 198 + }, + "5901.02.037": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72767", - "roomcode": "5901.02.037", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72776", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72767, + "usage_id": 12 + }, + "5901.02.038": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72776", - "roomcode": "5901.02.038", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72775", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72776, + "usage_id": 12 + }, + "5901.02.039": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72775", - "roomcode": "5901.02.039", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72766", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72775, + "usage_id": 12 + }, + "5901.02.040": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72766", - "roomcode": "5901.02.040", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72774", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72766, + "usage_id": 12 + }, + "5901.02.041": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72774", - "roomcode": "5901.02.041", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72765", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72774, + "usage_id": 12 + }, + "5901.02.042": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72765", - "roomcode": "5901.02.042", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72568", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72765, + "usage_id": 30 + }, + "5901.02.043": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72568", - "roomcode": "5901.02.043", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72764", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72568, + "usage_id": 12 + }, + "5901.02.044": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72764", - "roomcode": "5901.02.044", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72567", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72764, + "usage_id": 12 + }, + "5901.02.045": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72567", - "roomcode": "5901.02.045", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72561", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72567, + "usage_id": 12 + }, + "5901.02.046": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=46977", - "operator": "[ TUEICPH ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72561", - "roomcode": "5901.02.046", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72566", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 46977, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72561, + "usage_id": 12 + }, + "5901.02.047": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72566", - "roomcode": "5901.02.047", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72763", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72566, + "usage_id": 40 + }, + "5901.02.048": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72763", - "roomcode": "5901.02.048", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72564", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72763, + "usage_id": 30 + }, + "5901.02.049": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32155&cReadonly=J", - "list_index": "248", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72564", - "roomcode": "5901.02.049", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72636", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32155, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72564, + "usage_id": 196 + }, + "5901.02.051": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=32156&cReadonly=J", - "list_index": "249", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72636", - "roomcode": "5901.02.051", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72637", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32156, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72636, + "usage_id": 196 + }, + "5901.02.052": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=38009&cRes=32157&cReadonly=J", - "list_index": "250", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72637", - "roomcode": "5901.02.052", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72569", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32157, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72637, + "usage_id": 196 + }, + "5901.02.053": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72569", - "roomcode": "5901.02.053", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72571", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72569, + "usage_id": 40 + }, + "5901.02.054": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72571", - "roomcode": "5901.02.054", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72570", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72571, + "usage_id": 40 + }, + "5901.02.055": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=51717", - "operator": "[ TUEIRMN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72570", - "roomcode": "5901.02.055", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72572", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72570, + "usage_id": 12 + }, + "5901.02.056": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=52577", - "operator": "[ TUEIMNT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72572", - "roomcode": "5901.02.056", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72638", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72572, + "usage_id": 12 + }, + "5901.02.057": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72638", - "roomcode": "5901.02.057", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72573", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72638, + "usage_id": 30 + }, + "5901.02.058": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=52577", - "operator": "[ TUEIMNT ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72573", - "roomcode": "5901.02.058", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72655", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 52577, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72573, + "usage_id": 12 + }, + "5901.02.059": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=51717", - "operator": "[ TUEIRMN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72655", - "roomcode": "5901.02.059", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72657", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72655, + "usage_id": 12 + }, + "5901.02.060": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72657", - "roomcode": "5901.02.060", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72658", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72657, + "usage_id": 12 + }, + "5901.02.061": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72658", - "roomcode": "5901.02.061", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72656", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72658, + "usage_id": 12 + }, + "5901.02.062": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=51717", - "operator": "[ TUEIRMN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72656", - "roomcode": "5901.02.062", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72659", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72656, + "usage_id": 12 + }, + "5901.02.063": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72659", - "roomcode": "5901.02.063", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72660", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72659, + "usage_id": 12 + }, + "5901.02.064": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=51717", - "operator": "[ TUEIRMN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72660", - "roomcode": "5901.02.064", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72779", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 51717, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72660, + "usage_id": 12 + }, + "5901.02.065": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72779", - "roomcode": "5901.02.065", - "usage": 198 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72661", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72779, + "usage_id": 198 + }, + "5901.02.066": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72661", - "roomcode": "5901.02.066", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72662", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72661, + "usage_id": 12 + }, + "5901.02.067": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72662", - "roomcode": "5901.02.067", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72780", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72662, + "usage_id": 12 + }, + "5901.02.068": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72780", - "roomcode": "5901.02.068", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72583", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72780, + "usage_id": 30 + }, + "5901.02.069": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72583", - "roomcode": "5901.02.069", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72781", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72583, + "usage_id": 12 + }, + "5901.02.070": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72781", - "roomcode": "5901.02.070", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72584", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72781, + "usage_id": 12 + }, + "5901.02.071": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72584", - "roomcode": "5901.02.071", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72585", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72584, + "usage_id": 12 + }, + "5901.02.072": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72585", - "roomcode": "5901.02.072", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72587", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72585, + "usage_id": 12 + }, + "5901.02.073": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=15382", - "operator": "[ TUEIHES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72587", - "roomcode": "5901.02.073", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72796", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 15382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72587, + "usage_id": 12 + }, + "5901.02.074": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72796", - "roomcode": "5901.02.074", - "usage": 217 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72560", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72796, + "usage_id": 217 + }, + "5901.02.401": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72560", - "roomcode": "5901.02.401", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72575", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72560, + "usage_id": 223 + }, + "5901.02.402": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72575", - "roomcode": "5901.02.402", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72772", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72575, + "usage_id": 223 + }, + "5901.02.403": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72772", - "roomcode": "5901.02.403", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72629", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72772, + "usage_id": 223 + }, + "5901.02.501": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72629", - "roomcode": "5901.02.501", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 2.OG", - "address_link": "ris.einzelraum?raumkey=72768", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72629, + "usage_id": 4 + }, + "5901.02.502": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72768", - "roomcode": "5901.02.502", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72351", + "area_id": 302, + "building_id": 2849, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72768, + "usage_id": 4 + }, + "5901.03.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72351", - "roomcode": "5901.03.001", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72332", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72351, + "usage_id": 222 + }, + "5901.03.002": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72332", - "roomcode": "5901.03.002", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72430", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72332, + "usage_id": 222 + }, + "5901.03.003": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72430", - "roomcode": "5901.03.003", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72359", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72430, + "usage_id": 222 + }, + "5901.03.004": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72359", - "roomcode": "5901.03.004", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72429", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72359, + "usage_id": 222 + }, + "5901.03.005": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72429", - "roomcode": "5901.03.005", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72423", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72429, + "usage_id": 222 + }, + "5901.03.006": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72423", - "roomcode": "5901.03.006", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72341", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72423, + "usage_id": 222 + }, + "5901.03.007": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72341", - "roomcode": "5901.03.007", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72417", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72341, + "usage_id": 222 + }, + "5901.03.008": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72417", - "roomcode": "5901.03.008", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72444", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72417, + "usage_id": 222 + }, + "5901.03.009": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72444", - "roomcode": "5901.03.009", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72443", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72444, + "usage_id": 222 + }, + "5901.03.010": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72443", - "roomcode": "5901.03.010", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72383", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72443, + "usage_id": 222 + }, + "5901.03.011": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72383", - "roomcode": "5901.03.011", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72362", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72383, + "usage_id": 30 + }, + "5901.03.012A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72362", - "roomcode": "5901.03.012A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72405", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72362, + "usage_id": 118 + }, + "5901.03.012B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72405", - "roomcode": "5901.03.012B", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72379", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72405, + "usage_id": 116 + }, + "5901.03.013": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32174&cReadonly=J", - "extended": { - "additional_description": "03.5901.013, Seminarraum", - "address": "Hans-Piloty-Str. 1(5901), 3.Obergescho\u00df", - "architect_room_nr": "03.5901.013@5901", - "area_m2": 99.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "013", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72379", - "roomcode": "5901.03.013", - "usage": 41 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72406", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32174, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72379, + "usage_id": 41 + }, + "5901.03.014": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72406", - "roomcode": "5901.03.014", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72407", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72406, + "usage_id": 211 + }, + "5901.03.015": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "03.5901.015, Abschlussarbeiten", - "address": "Hans-Piloty-Str. 1(5901), 3.Obergescho\u00df", - "architect_room_nr": "03.5901.015@5901", - "area_m2": 33.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "015", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72407", - "roomcode": "5901.03.015", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72358", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72407, + "usage_id": 130 + }, + "5901.03.016": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32254&cReadonly=J", - "list_index": "294", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72358", - "roomcode": "5901.03.016", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72360", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32254, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72358, + "usage_id": 211 + }, + "5901.03.018": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32255&cReadonly=J", - "list_index": "295", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72360", - "roomcode": "5901.03.018", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72381", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32255, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72360, + "usage_id": 211 + }, + "5901.03.019": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "03.5901.019, Abschlussarbeiten", - "address": "Hans-Piloty-Str. 1(5901), 3.Obergescho\u00df", - "architect_room_nr": "03.5901.019@5901", - "area_m2": 32.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72381", - "roomcode": "5901.03.019", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72361", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72381, + "usage_id": 130 + }, + "5901.03.020": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72361", - "roomcode": "5901.03.020", - "usage": 211 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72328", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72361, + "usage_id": 211 + }, + "5901.03.021": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "extended": { - "additional_description": "03.5901.021, AP mit Verpflegung", - "address": "Hans-Piloty-Str. 1(5901), 3.Obergescho\u00df", - "architect_room_nr": "03.5901.021@5901", - "area_m2": 33.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Holzpflaster", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "021", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72328", - "roomcode": "5901.03.021", - "usage": 130 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72382", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Holzpflaster", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72328, + "usage_id": 130 + }, + "5901.03.022": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32175&cReadonly=J", - "extended": { - "additional_description": "03.5901.022, Seminarraum", - "address": "Hans-Piloty-Str. 1(5901), 3.Obergescho\u00df", - "architect_room_nr": "03.5901.022@5901", - "area_m2": 99.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "022", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72382", - "roomcode": "5901.03.022", - "usage": 41 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72384", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32175, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72382, + "usage_id": 41 + }, + "5901.03.023A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72384", - "roomcode": "5901.03.023A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72337", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72384, + "usage_id": 118 + }, + "5901.03.023B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72337", - "roomcode": "5901.03.023B", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72363", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72337, + "usage_id": 116 + }, + "5901.03.024": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72363", - "roomcode": "5901.03.024", - "usage": 117 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72344", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72363, + "usage_id": 117 + }, + "5901.03.026": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72344", - "roomcode": "5901.03.026", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72428", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72344, + "usage_id": 12 + }, + "5901.03.027": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72428", - "roomcode": "5901.03.027", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72343", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72428, + "usage_id": 12 + }, + "5901.03.028": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72343", - "roomcode": "5901.03.028", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72427", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72343, + "usage_id": 12 + }, + "5901.03.029": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72427", - "roomcode": "5901.03.029", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72425", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72427, + "usage_id": 12 + }, + "5901.03.030": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72425", - "roomcode": "5901.03.030", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72426", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72425, + "usage_id": 30 + }, + "5901.03.031": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72426", - "roomcode": "5901.03.031", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72422", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72426, + "usage_id": 12 + }, + "5901.03.032": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72422", - "roomcode": "5901.03.032", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72424", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72422, + "usage_id": 12 + }, + "5901.03.033": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=46415", - "operator": "[ TUEISNE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72424", - "roomcode": "5901.03.033", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72421", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 46415, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72424, + "usage_id": 12 + }, + "5901.03.034": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72421", - "roomcode": "5901.03.034", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72348", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72421, + "usage_id": 12 + }, + "5901.03.035": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72348", - "roomcode": "5901.03.035", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72420", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72348, + "usage_id": 12 + }, + "5901.03.036": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72420", - "roomcode": "5901.03.036", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72347", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72420, + "usage_id": 12 + }, + "5901.03.037": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72347", - "roomcode": "5901.03.037", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72346", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72347, + "usage_id": 12 + }, + "5901.03.038": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72346", - "roomcode": "5901.03.038", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72342", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72346, + "usage_id": 12 + }, + "5901.03.039": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72342", - "roomcode": "5901.03.039", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72345", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72342, + "usage_id": 12 + }, + "5901.03.040": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72345", - "roomcode": "5901.03.040", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72419", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72345, + "usage_id": 12 + }, + "5901.03.041": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72419", - "roomcode": "5901.03.041", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72331", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72419, + "usage_id": 30 + }, + "5901.03.042": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72331", - "roomcode": "5901.03.042", - "usage": 198 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72330", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72331, + "usage_id": 198 + }, + "5901.03.044": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=15331&cRes=33112&cReadonly=J", - "list_index": "320", - "op_link": "webnav.navigate_to?corg=15331", - "operator": "[ TUEIFSB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72330", - "roomcode": "5901.03.044", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72329", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 33112, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15331, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72330, + "usage_id": 12 + }, + "5901.03.045": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=49639", - "operator": "[ TUEIQEC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72329", - "roomcode": "5901.03.045", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72340", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 49639, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72329, + "usage_id": 12 + }, + "5901.03.046": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=15331&cRes=33113&cReadonly=J", - "list_index": "322", - "op_link": "webnav.navigate_to?corg=15331", - "operator": "[ TUEIFSB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72340", - "roomcode": "5901.03.046", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72339", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 33113, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15331, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72340, + "usage_id": 40 + }, + "5901.03.047": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72339", - "roomcode": "5901.03.047", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72403", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72339, + "usage_id": 40 + }, + "5901.03.048": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72403", - "roomcode": "5901.03.048", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72338", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72403, + "usage_id": 30 + }, + "5901.03.049": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32158&cReadonly=J", - "list_index": "325", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72338", - "roomcode": "5901.03.049", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72334", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32158, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72338, + "usage_id": 196 + }, + "5901.03.051": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32159&cReadonly=J", - "list_index": "326", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72334", - "roomcode": "5901.03.051", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72333", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32159, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72334, + "usage_id": 196 + }, + "5901.03.052": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=32160&cReadonly=J", - "list_index": "327", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72333", - "roomcode": "5901.03.052", - "usage": 196 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72431", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32160, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72333, + "usage_id": 196 + }, + "5901.03.053": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72431", - "roomcode": "5901.03.053", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72352", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72431, + "usage_id": 40 + }, + "5901.03.054": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72352", - "roomcode": "5901.03.054", - "usage": 40 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72373", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72352, + "usage_id": 40 + }, + "5901.03.055": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72373", - "roomcode": "5901.03.055", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72353", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72373, + "usage_id": 12 + }, + "5901.03.056": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72353", - "roomcode": "5901.03.056", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72372", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72353, + "usage_id": 12 + }, + "5901.03.057": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72372", - "roomcode": "5901.03.057", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72354", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72372, + "usage_id": 30 + }, + "5901.03.058": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72354", - "roomcode": "5901.03.058", - "usage": 198 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72374", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72354, + "usage_id": 198 + }, + "5901.03.059": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72374", - "roomcode": "5901.03.059", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72355", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72374, + "usage_id": 12 + }, + "5901.03.060": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "335", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72355", - "roomcode": "5901.03.060", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72356", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72355, + "usage_id": 12 + }, + "5901.03.061": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "336", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72356", - "roomcode": "5901.03.061", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72375", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72356, + "usage_id": 12 + }, + "5901.03.062": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "337", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72375", - "roomcode": "5901.03.062", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72357", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72375, + "usage_id": 12 + }, + "5901.03.063": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "338", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72357", - "roomcode": "5901.03.063", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72376", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72357, + "usage_id": 12 + }, + "5901.03.064": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "339", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72376", - "roomcode": "5901.03.064", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72400", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72376, + "usage_id": 12 + }, + "5901.03.065": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "340", - "op_link": "webnav.navigate_to?corg=45551", - "operator": "[ TUEIMOL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72400", - "roomcode": "5901.03.065", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72377", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 45551, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72400, + "usage_id": 12 + }, + "5901.03.066": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "341", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72377", - "roomcode": "5901.03.066", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72401", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72377, + "usage_id": 12 + }, + "5901.03.067": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "342", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72401", - "roomcode": "5901.03.067", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72456", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72401, + "usage_id": 12 + }, + "5901.03.068": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "343", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72456", - "roomcode": "5901.03.068", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72402", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72456, + "usage_id": 30 + }, + "5901.03.069": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "344", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72402", - "roomcode": "5901.03.069", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72378", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72402, + "usage_id": 12 + }, + "5901.03.070": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "345", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72378", - "roomcode": "5901.03.070", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72335", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72378, + "usage_id": 12 + }, + "5901.03.071": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "346", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72335", - "roomcode": "5901.03.071", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72327", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72335, + "usage_id": 12 + }, + "5901.03.072": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "347", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72327", - "roomcode": "5901.03.072", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72336", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72327, + "usage_id": 12 + }, + "5901.03.073": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "348", - "op_link": "webnav.navigate_to?corg=15395", - "operator": "[ TUEINAN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72336", - "roomcode": "5901.03.073", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72416", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Linoleum", + "main_operator_id": 15395, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72336, + "usage_id": 12 + }, + "5901.03.401": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "349", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72416", - "roomcode": "5901.03.401", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72380", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72416, + "usage_id": 223 + }, + "5901.03.402": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "350", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72380", - "roomcode": "5901.03.402", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72408", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72380, + "usage_id": 223 + }, + "5901.03.403": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "351", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72408", - "roomcode": "5901.03.403", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72404", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72408, + "usage_id": 223 + }, + "5901.03.404": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "352", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72404", - "roomcode": "5901.03.404", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72350", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Kunststoff", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72404, + "usage_id": 30 + }, + "5901.03.501": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "353", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72350", - "roomcode": "5901.03.501", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 3.OG", - "address_link": "ris.einzelraum?raumkey=72349", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72350, + "usage_id": 4 + }, + "5901.03.502": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "354", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72349", - "roomcode": "5901.03.502", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 5.OG", - "address_link": "ris.einzelraum?raumkey=72790", + "area_id": 302, + "building_id": 2849, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72349, + "usage_id": 4 + }, + "5901.05.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "355", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72790", - "roomcode": "5901.05.001", - "usage": 217 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72457", + "area_id": 302, + "building_id": 2849, + "floor_level": "5.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72790, + "usage_id": 217 + }, + "5901.DG.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "356", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72457", - "roomcode": "5901.DG.001", - "usage": 5 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72445", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72457, + "usage_id": 5 + }, + "5901.DG.002": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "357", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72445", - "roomcode": "5901.DG.002", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72793", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72445, + "usage_id": 32 + }, + "5901.DG.003": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "358", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72793", - "roomcode": "5901.DG.003", - "usage": 217 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72798", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72793, + "usage_id": 217 + }, + "5901.DG.004": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "359", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72798", - "roomcode": "5901.DG.004", - "usage": 217 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72797", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72798, + "usage_id": 217 + }, + "5901.DG.005": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "360", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72797", - "roomcode": "5901.DG.005", - "usage": 217 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72791", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72797, + "usage_id": 217 + }, + "5901.DG.006": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "361", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72791", - "roomcode": "5901.DG.006", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72792", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72791, + "usage_id": 32 + }, + "5901.DG.007": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "362", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72792", - "roomcode": "5901.DG.007", - "usage": 217 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72446", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72792, + "usage_id": 217 + }, + "5901.DG.404": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "363", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72446", - "roomcode": "5901.DG.404", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, DG", - "address_link": "ris.einzelraum?raumkey=72447", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72446, + "usage_id": 223 + }, + "5901.DG.505": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "364", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72447", - "roomcode": "5901.DG.505", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72188", + "area_id": 302, + "building_id": 2849, + "floor_level": "DG", + "floor_type": "Keine Angabe", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72447, + "usage_id": 120 + }, + "5901.EG.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=32353&cReadonly=J", - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72188", - "roomcode": "5901.EG.001", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72177", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32353, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72188, + "usage_id": 222 + }, + "5901.EG.001A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72177", - "roomcode": "5901.EG.001A", - "usage": 44 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72189", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72177, + "usage_id": 44 + }, + "5901.EG.001B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72189", - "roomcode": "5901.EG.001B", - "usage": 44 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72226", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72189, + "usage_id": 44 + }, + "5901.EG.001C": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72226", - "roomcode": "5901.EG.001C", - "usage": 52 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72794", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72226, + "usage_id": 52 + }, + "5901.EG.001D": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72794", - "roomcode": "5901.EG.001D", - "usage": 52 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72194", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72794, + "usage_id": 52 + }, + "5901.EG.002": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72194", - "roomcode": "5901.EG.002", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72145", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72194, + "usage_id": 222 + }, + "5901.EG.003": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72145", - "roomcode": "5901.EG.003", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72207", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72145, + "usage_id": 222 + }, + "5901.EG.004": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72207", - "roomcode": "5901.EG.004", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72210", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72207, + "usage_id": 222 + }, + "5901.EG.005A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72210", - "roomcode": "5901.EG.005A", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72208", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72210, + "usage_id": 222 + }, + "5901.EG.005B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72208", - "roomcode": "5901.EG.005B", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72168", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72208, + "usage_id": 222 + }, + "5901.EG.005C": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72168", - "roomcode": "5901.EG.005C", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72176", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72168, + "usage_id": 222 + }, + "5901.EG.006": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72176", - "roomcode": "5901.EG.006", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72129", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72176, + "usage_id": 222 + }, + "5901.EG.007": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72129", - "roomcode": "5901.EG.007", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72124", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72129, + "usage_id": 222 + }, + "5901.EG.008": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72124", - "roomcode": "5901.EG.008", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72142", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72124, + "usage_id": 222 + }, + "5901.EG.009": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72142", - "roomcode": "5901.EG.009", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72154", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72142, + "usage_id": 222 + }, + "5901.EG.010": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72154", - "roomcode": "5901.EG.010", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72148", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72154, + "usage_id": 222 + }, + "5901.EG.011": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72148", - "roomcode": "5901.EG.011", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72158", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72148, + "usage_id": 222 + }, + "5901.EG.012": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72158", - "roomcode": "5901.EG.012", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72190", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72158, + "usage_id": 222 + }, + "5901.EG.013": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72190", - "roomcode": "5901.EG.013", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72132", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72190, + "usage_id": 222 + }, + "5901.EG.014": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72132", - "roomcode": "5901.EG.014", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72126", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72132, + "usage_id": 222 + }, + "5901.EG.015": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72126", - "roomcode": "5901.EG.015", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72127", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72126, + "usage_id": 208 + }, + "5901.EG.016": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72127", - "roomcode": "5901.EG.016", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72119", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72127, + "usage_id": 208 + }, + "5901.EG.018": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72119", - "roomcode": "5901.EG.018", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72120", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72119, + "usage_id": 208 + }, + "5901.EG.019": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72120", - "roomcode": "5901.EG.019", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72137", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72120, + "usage_id": 208 + }, + "5901.EG.020": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72137", - "roomcode": "5901.EG.020", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72195", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72137, + "usage_id": 30 + }, + "5901.EG.021": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72195", - "roomcode": "5901.EG.021", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72185", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72195, + "usage_id": 30 + }, + "5901.EG.023": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72185", - "roomcode": "5901.EG.023", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72186", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72185, + "usage_id": 30 + }, + "5901.EG.024": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72186", - "roomcode": "5901.EG.024", - "usage": 178 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72170", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72186, + "usage_id": 178 + }, + "5901.EG.025": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72170", - "roomcode": "5901.EG.025", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72196", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72170, + "usage_id": 30 + }, + "5901.EG.026": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72196", - "roomcode": "5901.EG.026", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72171", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72196, + "usage_id": 208 + }, + "5901.EG.027": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72171", - "roomcode": "5901.EG.027", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72172", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72171, + "usage_id": 208 + }, + "5901.EG.028": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72172", - "roomcode": "5901.EG.028", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72173", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72172, + "usage_id": 208 + }, + "5901.EG.029": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72173", - "roomcode": "5901.EG.029", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72220", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72173, + "usage_id": 208 + }, + "5901.EG.030": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72220", - "roomcode": "5901.EG.030", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72174", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72220, + "usage_id": 208 + }, + "5901.EG.031": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72174", - "roomcode": "5901.EG.031", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72197", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72174, + "usage_id": 208 + }, + "5901.EG.032": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72197", - "roomcode": "5901.EG.032", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72198", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72197, + "usage_id": 116 + }, + "5901.EG.033A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72198", - "roomcode": "5901.EG.033A", - "usage": 115 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72165", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72198, + "usage_id": 115 + }, + "5901.EG.033B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72165", - "roomcode": "5901.EG.033B", - "usage": 115 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72218", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72165, + "usage_id": 115 + }, + "5901.EG.034A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72218", - "roomcode": "5901.EG.034A", - "usage": 118 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72217", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72218, + "usage_id": 118 + }, + "5901.EG.034B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72217", - "roomcode": "5901.EG.034B", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72164", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72217, + "usage_id": 116 + }, + "5901.EG.035A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72164", - "roomcode": "5901.EG.035A", - "usage": 121 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72163", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72164, + "usage_id": 121 + }, + "5901.EG.035B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72163", - "roomcode": "5901.EG.035B", - "usage": 116 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72202", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72163, + "usage_id": 116 + }, + "5901.EG.035C": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72202", - "roomcode": "5901.EG.035C", - "usage": 121 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72214", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72202, + "usage_id": 121 + }, + "5901.EG.036A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72214", - "roomcode": "5901.EG.036A", - "usage": 121 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72216", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72214, + "usage_id": 121 + }, + "5901.EG.036B": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72216", - "roomcode": "5901.EG.036B", - "usage": 115 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72215", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72216, + "usage_id": 115 + }, + "5901.EG.036C": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72215", - "roomcode": "5901.EG.036C", - "usage": 121 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72169", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72215, + "usage_id": 121 + }, + "5901.EG.037": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72169", - "roomcode": "5901.EG.037", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72209", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72169, + "usage_id": 30 + }, + "5901.EG.038": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72209", - "roomcode": "5901.EG.038", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72201", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72209, + "usage_id": 30 + }, + "5901.EG.039": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72201", - "roomcode": "5901.EG.039", - "usage": 44 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72200", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72201, + "usage_id": 44 + }, + "5901.EG.040": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72200", - "roomcode": "5901.EG.040", - "usage": 107 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72175", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72200, + "usage_id": 107 + }, + "5901.EG.042": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72175", - "roomcode": "5901.EG.042", - "usage": 51 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72211", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72175, + "usage_id": 51 + }, + "5901.EG.043": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72211", - "roomcode": "5901.EG.043", - "usage": 107 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72212", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72211, + "usage_id": 107 + }, + "5901.EG.044": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72212", - "roomcode": "5901.EG.044", - "usage": 108 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72213", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72212, + "usage_id": 108 + }, + "5901.EG.045": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72213", - "roomcode": "5901.EG.045", - "usage": 51 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72221", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72213, + "usage_id": 51 + }, + "5901.EG.046": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72221", - "roomcode": "5901.EG.046", - "usage": 213 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72222", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72221, + "usage_id": 213 + }, + "5901.EG.047": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72222", - "roomcode": "5901.EG.047", - "usage": 208 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72223", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72222, + "usage_id": 208 + }, + "5901.EG.048": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72223", - "roomcode": "5901.EG.048", - "usage": 51 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72224", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72223, + "usage_id": 51 + }, + "5901.EG.049": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=14188&cRes=33152&cReadonly=J", - "list_index": "94", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72224", - "roomcode": "5901.EG.049", - "usage": 213 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72225", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 33152, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72224, + "usage_id": 213 + }, + "5901.EG.050": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=48298", - "operator": "[ TUZV453 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72225", - "roomcode": "5901.EG.050", - "usage": 12 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72187", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 48298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72225, + "usage_id": 12 + }, + "5901.EG.051": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=32315&cReadonly=J", - "extended": { - "additional_description": "00.5901.051, H\u00f6rsaal", - "address": "Hans-Piloty-Str. 1(5901), Erdgescho\u00df", - "architect_room_nr": "00.5901.051@5901", - "area_m2": 210.0, - "building": "5901 Elektro- und Informationstechnik", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "051", - "seats": 187, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72187", - "roomcode": "5901.EG.051", - "usage": 20 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72799", + "area_id": 302, + "building_id": 2849, + "calendar_resource_nr": 32315, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 187, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72187, + "usage_id": 20 + }, + "5901.EG.051A": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72799", - "roomcode": "5901.EG.051A", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72123", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72799, + "usage_id": 223 + }, + "5901.EG.052": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72123", - "roomcode": "5901.EG.052", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72131", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72123, + "usage_id": 102 + }, + "5901.EG.053": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72131", - "roomcode": "5901.EG.053", - "usage": 105 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72130", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72131, + "usage_id": 105 + }, + "5901.EG.054": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72130", - "roomcode": "5901.EG.054", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72121", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72130, + "usage_id": 120 + }, + "5901.EG.055": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72121", - "roomcode": "5901.EG.055", - "usage": 105 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72133", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72121, + "usage_id": 105 + }, + "5901.EG.056": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72133", - "roomcode": "5901.EG.056", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72122", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72133, + "usage_id": 120 + }, + "5901.EG.057": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72122", - "roomcode": "5901.EG.057", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72140", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72122, + "usage_id": 120 + }, + "5901.EG.058": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72140", - "roomcode": "5901.EG.058", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72193", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72140, + "usage_id": 102 + }, + "5901.EG.059": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72193", - "roomcode": "5901.EG.059", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72135", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72193, + "usage_id": 102 + }, + "5901.EG.060": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72135", - "roomcode": "5901.EG.060", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72192", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72135, + "usage_id": 120 + }, + "5901.EG.061": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72192", - "roomcode": "5901.EG.061", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72134", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72192, + "usage_id": 120 + }, + "5901.EG.062": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72134", - "roomcode": "5901.EG.062", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72184", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72134, + "usage_id": 102 + }, + "5901.EG.063": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72184", - "roomcode": "5901.EG.063", - "usage": 194 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72183", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72184, + "usage_id": 194 + }, + "5901.EG.064": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72183", - "roomcode": "5901.EG.064", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72141", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72183, + "usage_id": 120 + }, + "5901.EG.065": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72141", - "roomcode": "5901.EG.065", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72191", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72141, + "usage_id": 120 + }, + "5901.EG.066": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72191", - "roomcode": "5901.EG.066", - "usage": 103 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72143", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72191, + "usage_id": 103 + }, + "5901.EG.067": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72143", - "roomcode": "5901.EG.067", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72151", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72143, + "usage_id": 120 + }, + "5901.EG.068": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72151", - "roomcode": "5901.EG.068", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72182", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72151, + "usage_id": 102 + }, + "5901.EG.069": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72182", - "roomcode": "5901.EG.069", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72181", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72182, + "usage_id": 120 + }, + "5901.EG.070": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72181", - "roomcode": "5901.EG.070", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72152", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72181, + "usage_id": 120 + }, + "5901.EG.071": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72152", - "roomcode": "5901.EG.071", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72180", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72152, + "usage_id": 120 + }, + "5901.EG.072": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72180", - "roomcode": "5901.EG.072", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72144", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72180, + "usage_id": 102 + }, + "5901.EG.073": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72144", - "roomcode": "5901.EG.073", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72179", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72144, + "usage_id": 102 + }, + "5901.EG.074": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72179", - "roomcode": "5901.EG.074", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72146", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72179, + "usage_id": 120 + }, + "5901.EG.075": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72146", - "roomcode": "5901.EG.075", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=73857", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72146, + "usage_id": 120 + }, + "5901.EG.076": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73857", - "roomcode": "5901.EG.076", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72147", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73857, + "usage_id": 102 + }, + "5901.EG.077": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72147", - "roomcode": "5901.EG.077", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72178", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72147, + "usage_id": 102 + }, + "5901.EG.078": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72178", - "roomcode": "5901.EG.078", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72155", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72178, + "usage_id": 32 + }, + "5901.EG.079": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72155", - "roomcode": "5901.EG.079", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72150", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72155, + "usage_id": 102 + }, + "5901.EG.080": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72150", - "roomcode": "5901.EG.080", - "usage": 105 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72156", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72150, + "usage_id": 105 + }, + "5901.EG.081": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72156", - "roomcode": "5901.EG.081", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72149", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72156, + "usage_id": 120 + }, + "5901.EG.082": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72149", - "roomcode": "5901.EG.082", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72157", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72149, + "usage_id": 120 + }, + "5901.EG.083": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72157", - "roomcode": "5901.EG.083", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72153", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72157, + "usage_id": 102 + }, + "5901.EG.084": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=49280", - "operator": "[ TUEILAB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72153", - "roomcode": "5901.EG.084", - "usage": 102 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72162", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 49280, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72153, + "usage_id": 102 + }, + "5901.EG.401": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72162", - "roomcode": "5901.EG.401", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72227", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72162, + "usage_id": 223 + }, + "5901.EG.402": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72227", - "roomcode": "5901.EG.402", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72128", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72227, + "usage_id": 223 + }, + "5901.EG.403": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72128", - "roomcode": "5901.EG.403", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72199", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72128, + "usage_id": 223 + }, + "5901.EG.501": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72199", - "roomcode": "5901.EG.501", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=72219", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72199, + "usage_id": 4 + }, + "5901.EG.502": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72219", - "roomcode": "5901.EG.502", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72254", + "area_id": 302, + "building_id": 2849, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72219, + "usage_id": 4 + }, + "5901.U1.001": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72254", - "roomcode": "5901.U1.001", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72260", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72254, + "usage_id": 222 + }, + "5901.U1.002": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72260", - "roomcode": "5901.U1.002", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72249", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72260, + "usage_id": 222 + }, + "5901.U1.003": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72249", - "roomcode": "5901.U1.003", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72237", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72249, + "usage_id": 222 + }, + "5901.U1.004": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72237", - "roomcode": "5901.U1.004", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72251", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72237, + "usage_id": 222 + }, + "5901.U1.005": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72251", - "roomcode": "5901.U1.005", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72256", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72251, + "usage_id": 222 + }, + "5901.U1.006": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72256", - "roomcode": "5901.U1.006", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72449", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72256, + "usage_id": 222 + }, + "5901.U1.007": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72449", - "roomcode": "5901.U1.007", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72246", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72449, + "usage_id": 222 + }, + "5901.U1.008": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72246", - "roomcode": "5901.U1.008", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72240", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72246, + "usage_id": 222 + }, + "5901.U1.009": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72240", - "roomcode": "5901.U1.009", - "usage": 222 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72243", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72240, + "usage_id": 222 + }, + "5901.U1.010": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=38581", - "operator": "[ TUZV14K ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72243", - "roomcode": "5901.U1.010", - "usage": 182 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72259", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38581, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72243, + "usage_id": 182 + }, + "5901.U1.011": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72259", - "roomcode": "5901.U1.011", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72236", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72259, + "usage_id": 32 + }, + "5901.U1.012": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72236", - "roomcode": "5901.U1.012", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72238", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72236, + "usage_id": 32 + }, + "5901.U1.014": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72238", - "roomcode": "5901.U1.014", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72248", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72238, + "usage_id": 30 + }, + "5901.U1.015": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72248", - "roomcode": "5901.U1.015", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72258", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72248, + "usage_id": 30 + }, + "5901.U1.016": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72258", - "roomcode": "5901.U1.016", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72235", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72258, + "usage_id": 30 + }, + "5901.U1.017": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72235", - "roomcode": "5901.U1.017", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72247", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72235, + "usage_id": 30 + }, + "5901.U1.018": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=38581", - "operator": "[ TUZV14K ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72247", - "roomcode": "5901.U1.018", - "usage": 182 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72234", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38581, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72247, + "usage_id": 182 + }, + "5901.U1.021": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72234", - "roomcode": "5901.U1.021", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72242", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72234, + "usage_id": 30 + }, + "5901.U1.022": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14188", - "operator": "[ TUEIFEI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72242", - "roomcode": "5901.U1.022", - "usage": 207 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72241", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 14188, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72242, + "usage_id": 207 + }, + "5901.U1.023": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72241", - "roomcode": "5901.U1.023", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72233", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72241, + "usage_id": 120 + }, + "5901.U1.027": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72233", - "roomcode": "5901.U1.027", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72232", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72233, + "usage_id": 120 + }, + "5901.U1.028": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72232", - "roomcode": "5901.U1.028", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72231", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72232, + "usage_id": 120 + }, + "5901.U1.029": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=38542", - "operator": "[ TUZV14E ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72231", - "roomcode": "5901.U1.029", - "usage": 207 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72228", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 38542, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72231, + "usage_id": 207 + }, + "5901.U1.034": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72228", - "roomcode": "5901.U1.034", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72239", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72228, + "usage_id": 120 + }, + "5901.U1.035": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72239", - "roomcode": "5901.U1.035", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72229", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72239, + "usage_id": 120 + }, + "5901.U1.045": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=38581", - "operator": "[ TUZV14K ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72229", - "roomcode": "5901.U1.045", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72245", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38581, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72229, + "usage_id": 120 + }, + "5901.U1.047": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=38581", - "operator": "[ TUZV14K ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72245", - "roomcode": "5901.U1.047", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72230", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38581, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72245, + "usage_id": 32 + }, + "5901.U1.048": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72230", - "roomcode": "5901.U1.048", - "usage": 54 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72448", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72230, + "usage_id": 54 + }, + "5901.U1.049": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72448", - "roomcode": "5901.U1.049", - "usage": 30 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72261", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72448, + "usage_id": 30 + }, + "5901.U1.050": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=38580", - "operator": "[ TUZV14J ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72261", - "roomcode": "5901.U1.050", - "usage": 32 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72257", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 38580, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72261, + "usage_id": 32 + }, + "5901.U1.053": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72257", - "roomcode": "5901.U1.053", - "usage": 120 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72255", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72257, + "usage_id": 120 + }, + "5901.U1.401": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72255", - "roomcode": "5901.U1.401", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72253", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72255, + "usage_id": 223 + }, + "5901.U1.402": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72253", - "roomcode": "5901.U1.402", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72252", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72253, + "usage_id": 223 + }, + "5901.U1.403": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72252", - "roomcode": "5901.U1.403", - "usage": 223 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72250", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72252, + "usage_id": 223 + }, + "5901.U1.501": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72250", - "roomcode": "5901.U1.501", - "usage": 4 - }, - { - "address": "Hans-Piloty-Str. 1, 1.UG", - "address_link": "ris.einzelraum?raumkey=72244", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72250, + "usage_id": 4 + }, + "5901.U1.502": { + "address": { + "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", - "b_area_id": 302, - "b_filter_id": 2849, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=48305", - "operator": "[ TUZV45G ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72244", - "roomcode": "5901.U1.502", - "usage": 4 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75290", + "area_id": 302, + "building_id": 2849, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 48305, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72244, + "usage_id": 4 + }, + "5932.02.013": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75290", - "roomcode": "5932.02.013", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75291", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75290, + "usage_id": 12 + }, + "5932.02.015": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15441", - "operator": "[ TUINI16 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75291", - "roomcode": "5932.02.015", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75292", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15441, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75291, + "usage_id": 12 + }, + "5932.02.017": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75292", - "roomcode": "5932.02.017", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75271", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75292, + "usage_id": 12 + }, + "5932.02.018": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=53599", - "operator": "[ TUS1DP3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75271", - "roomcode": "5932.02.018", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75293", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53599, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75271, + "usage_id": 12 + }, + "5932.02.019": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75293", - "roomcode": "5932.02.019", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75294", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75293, + "usage_id": 12 + }, + "5932.02.020": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75294", - "roomcode": "5932.02.020", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75272", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75294, + "usage_id": 12 + }, + "5932.02.023": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75272", - "roomcode": "5932.02.023", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75273", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75272, + "usage_id": 12 + }, + "5932.02.024": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75273", - "roomcode": "5932.02.024", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75297", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75273, + "usage_id": 12 + }, + "5932.02.025": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75297", - "roomcode": "5932.02.025", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75295", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75297, + "usage_id": 12 + }, + "5932.02.029": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75295", - "roomcode": "5932.02.029", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75296", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75295, + "usage_id": 12 + }, + "5932.02.030": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75296", - "roomcode": "5932.02.030", - "usage": 110 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75298", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75296, + "usage_id": 110 + }, + "5932.02.035": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75298", - "roomcode": "5932.02.035", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75299", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75298, + "usage_id": 12 + }, + "5932.02.038": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75299", - "roomcode": "5932.02.038", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75300", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75299, + "usage_id": 12 + }, + "5932.02.040": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15434", - "operator": "[ TUINI09 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75300", - "roomcode": "5932.02.040", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75331", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15434, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75300, + "usage_id": 12 + }, + "5932.02.041": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75331", - "roomcode": "5932.02.041", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75348", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75331, + "usage_id": 222 + }, + "5932.02.042": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75348", - "roomcode": "5932.02.042", - "usage": 223 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75301", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75348, + "usage_id": 223 + }, + "5932.02.043": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75301", - "roomcode": "5932.02.043", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75306", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75301, + "usage_id": 12 + }, + "5932.02.051": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75306", - "roomcode": "5932.02.051", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75302", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75306, + "usage_id": 12 + }, + "5932.02.054A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75302", - "roomcode": "5932.02.054A", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75274", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75302, + "usage_id": 12 + }, + "5932.02.054B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=53599", - "operator": "[ TUS1DP3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75274", - "roomcode": "5932.02.054B", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75303", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53599, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75274, + "usage_id": 12 + }, + "5932.02.055": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75303", - "roomcode": "5932.02.055", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75304", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75303, + "usage_id": 12 + }, + "5932.02.056": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75304", - "roomcode": "5932.02.056", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75275", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75304, + "usage_id": 12 + }, + "5932.02.057": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75275", - "roomcode": "5932.02.057", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75307", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75275, + "usage_id": 12 + }, + "5932.02.062": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75307", - "roomcode": "5932.02.062", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75276", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75307, + "usage_id": 12 + }, + "5932.02.063": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75276", - "roomcode": "5932.02.063", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75277", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75276, + "usage_id": 12 + }, + "5932.02.065": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75277", - "roomcode": "5932.02.065", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75278", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75277, + "usage_id": 12 + }, + "5932.02.067": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75278", - "roomcode": "5932.02.067", - "usage": 110 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75279", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75278, + "usage_id": 110 + }, + "5932.02.071A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75279", - "roomcode": "5932.02.071A", - "usage": 196 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75281", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75279, + "usage_id": 196 + }, + "5932.02.071B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=53599", - "operator": "[ TUS1DP3 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75281", - "roomcode": "5932.02.071B", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75280", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53599, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75281, + "usage_id": 12 + }, + "5932.02.072": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75280", - "roomcode": "5932.02.072", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75244", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75280, + "usage_id": 12 + }, + "5932.02.093": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75244", - "roomcode": "5932.02.093", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75305", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75244, + "usage_id": 12 + }, + "5932.02.094": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75305", - "roomcode": "5932.02.094", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75268", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75305, + "usage_id": 12 + }, + "5932.02.097": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75268", - "roomcode": "5932.02.097", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75344", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75268, + "usage_id": 12 + }, + "5932.02.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75344", - "roomcode": "5932.02.104", - "usage": 207 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75245", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75344, + "usage_id": 207 + }, + "5932.02.105": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=55938", - "operator": "[ TUS1315 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75245", - "roomcode": "5932.02.105", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75339", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 55938, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75245, + "usage_id": 12 + }, + "5932.02.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "B2.108, Aufzugsschacht", "arch_name": "B2.108@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75339", - "roomcode": "5932.02.108", - "usage": 195 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75246", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75339, + "usage_id": 195 + }, + "5932.02.111": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=46091", - "operator": "[ TUINI23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75246", - "roomcode": "5932.02.111", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75330", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46091, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75246, + "usage_id": 12 + }, + "5932.02.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "A2.113, Flur", "arch_name": "A2.113@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75330", - "roomcode": "5932.02.113", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75338", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75330, + "usage_id": 222 + }, + "5932.02.114": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75338", - "roomcode": "5932.02.114", - "usage": 223 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75345", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75338, + "usage_id": 223 + }, + "5932.02.118A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75345", - "roomcode": "5932.02.118A", - "usage": 116 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75347", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75345, + "usage_id": 116 + }, + "5932.02.118B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75347", - "roomcode": "5932.02.118B", - "usage": 117 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75346", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75347, + "usage_id": 117 + }, + "5932.02.118C": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75346", - "roomcode": "5932.02.118C", - "usage": 115 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75329", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75346, + "usage_id": 115 + }, + "5932.02.121": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75329", - "roomcode": "5932.02.121", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75351", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75329, + "usage_id": 12 + }, + "5932.02.125": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75351", - "roomcode": "5932.02.125", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75250", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75351, + "usage_id": 222 + }, + "5932.02.129": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75250", - "roomcode": "5932.02.129", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75251", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75250, + "usage_id": 12 + }, + "5932.02.130": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=46091", - "operator": "[ TUINI23 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75251", - "roomcode": "5932.02.130", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75442", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 46091, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75251, + "usage_id": 12 + }, + "5932.02.131": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75442", - "roomcode": "5932.02.131", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75308", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75442, + "usage_id": 12 + }, + "5932.02.132": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75308", - "roomcode": "5932.02.132", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75252", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75308, + "usage_id": 12 + }, + "5932.02.133": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75252", - "roomcode": "5932.02.133", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75253", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75252, + "usage_id": 12 + }, + "5932.02.137": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75253", - "roomcode": "5932.02.137", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75254", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75253, + "usage_id": 12 + }, + "5932.02.141A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75254", - "roomcode": "5932.02.141A", - "usage": 110 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75255", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75254, + "usage_id": 110 + }, + "5932.02.141B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75255", - "roomcode": "5932.02.141B", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75256", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75255, + "usage_id": 12 + }, + "5932.02.142": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75256", - "roomcode": "5932.02.142", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75257", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75256, + "usage_id": 12 + }, + "5932.02.156": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75257", - "roomcode": "5932.02.156", - "usage": 30 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75258", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75257, + "usage_id": 30 + }, + "5932.02.160": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75258", - "roomcode": "5932.02.160", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75309", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75258, + "usage_id": 12 + }, + "5932.02.161": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "A2.161, Lounge", "arch_name": "A2.161@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75309", - "roomcode": "5932.02.161", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75259", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75309, + "usage_id": 12 + }, + "5932.02.162": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75259", - "roomcode": "5932.02.162", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75260", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75259, + "usage_id": 12 + }, + "5932.02.166": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75260", - "roomcode": "5932.02.166", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75450", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75260, + "usage_id": 12 + }, + "5932.02.167": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75450", - "roomcode": "5932.02.167", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75261", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75450, + "usage_id": 12 + }, + "5932.02.168": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75261", - "roomcode": "5932.02.168", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75247", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75261, + "usage_id": 12 + }, + "5932.02.171": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75247", - "roomcode": "5932.02.171", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75248", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75247, + "usage_id": 12 + }, + "5932.02.174": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75248", - "roomcode": "5932.02.174", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75446", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75248, + "usage_id": 12 + }, + "5932.02.175": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75446", - "roomcode": "5932.02.175", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75262", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75446, + "usage_id": 12 + }, + "5932.02.179": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75262", - "roomcode": "5932.02.179", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75332", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75262, + "usage_id": 12 + }, + "5932.02.180": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75332", - "roomcode": "5932.02.180", - "usage": 223 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75350", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75332, + "usage_id": 223 + }, + "5932.02.185": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75350", - "roomcode": "5932.02.185", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75282", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75350, + "usage_id": 222 + }, + "5932.02.186B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=55938", - "operator": "[ TUS1315 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75282", - "roomcode": "5932.02.186B", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75441", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 55938, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75282, + "usage_id": 12 + }, + "5932.02.187": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75441", - "roomcode": "5932.02.187", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75310", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75441, + "usage_id": 12 + }, + "5932.02.189": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75310", - "roomcode": "5932.02.189", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75311", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75310, + "usage_id": 12 + }, + "5932.02.190": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75311", - "roomcode": "5932.02.190", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75249", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75311, + "usage_id": 12 + }, + "5932.02.192": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75249", - "roomcode": "5932.02.192", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75265", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75249, + "usage_id": 12 + }, + "5932.02.193": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75265", - "roomcode": "5932.02.193", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75284", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75265, + "usage_id": 12 + }, + "5932.02.200": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75284", - "roomcode": "5932.02.200", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75285", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75284, + "usage_id": 12 + }, + "5932.02.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75285", - "roomcode": "5932.02.202", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75451", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75285, + "usage_id": 12 + }, + "5932.02.203A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75451", - "roomcode": "5932.02.203A", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75286", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75451, + "usage_id": 12 + }, + "5932.02.203B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75286", - "roomcode": "5932.02.203B", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75266", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75286, + "usage_id": 12 + }, + "5932.02.205": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75266", - "roomcode": "5932.02.205", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75283", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75266, + "usage_id": 12 + }, + "5932.02.207": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=53797", - "operator": "[ TUINI35 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75283", - "roomcode": "5932.02.207", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75287", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75283, + "usage_id": 12 + }, + "5932.02.209A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=53797", - "operator": "[ TUINI35 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75287", - "roomcode": "5932.02.209A", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75288", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75287, + "usage_id": 12 + }, + "5932.02.209B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=53797", - "operator": "[ TUINI35 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75288", - "roomcode": "5932.02.209B", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75452", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 53797, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75288, + "usage_id": 12 + }, + "5932.02.210": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75452", - "roomcode": "5932.02.210", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75267", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75452, + "usage_id": 12 + }, + "5932.02.212": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75267", - "roomcode": "5932.02.212", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75317", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75267, + "usage_id": 12 + }, + "5932.02.224": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75317", - "roomcode": "5932.02.224", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75318", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75317, + "usage_id": 12 + }, + "5932.02.225": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75318", - "roomcode": "5932.02.225", - "usage": 110 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75314", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75318, + "usage_id": 110 + }, + "5932.02.227": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75314", - "roomcode": "5932.02.227", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75333", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75314, + "usage_id": 12 + }, + "5932.02.238": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75333", - "roomcode": "5932.02.238", - "usage": 223 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75342", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Stein", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75333, + "usage_id": 223 + }, + "5932.02.239": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75342", - "roomcode": "5932.02.239", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75316", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75342, + "usage_id": 222 + }, + "5932.02.243": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75316", - "roomcode": "5932.02.243", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75319", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75316, + "usage_id": 12 + }, + "5932.02.244B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75319", - "roomcode": "5932.02.244B", - "usage": 196 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75320", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75319, + "usage_id": 196 + }, + "5932.02.246": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75320", - "roomcode": "5932.02.246", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75334", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75320, + "usage_id": 12 + }, + "5932.02.255": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75334", - "roomcode": "5932.02.255", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75321", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75334, + "usage_id": 222 + }, + "5932.02.257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "C2.257, Ruheraum", "arch_name": "C2.257@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75321", - "roomcode": "5932.02.257", - "usage": 178 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75337", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75321, + "usage_id": 178 + }, + "5932.02.260A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "C2.264a, Putzraum", "arch_name": "C2.264a@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75337", - "roomcode": "5932.02.260A", - "usage": 205 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75327", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75337, + "usage_id": 205 + }, + "5932.02.260C": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75327", - "roomcode": "5932.02.260C", - "usage": 116 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75335", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75327, + "usage_id": 116 + }, + "5932.02.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "C2.261, Flur", "arch_name": "C2.261@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75335", - "roomcode": "5932.02.261", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75315", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75335, + "usage_id": 222 + }, + "5932.02.263": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "C2.263, Lounge", "arch_name": "C2.263@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75315", - "roomcode": "5932.02.263", - "usage": 12 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75336", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75315, + "usage_id": 12 + }, + "5932.02.264A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75336", - "roomcode": "5932.02.264A", - "usage": 207 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75328", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Linoleum", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75336, + "usage_id": 207 + }, + "5932.02.264B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75328", - "roomcode": "5932.02.264B", - "usage": 115 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75340", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75328, + "usage_id": 115 + }, + "5932.02.289": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75340", - "roomcode": "5932.02.289", - "usage": 223 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75449", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75340, + "usage_id": 223 + }, + "5932.02.290": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75449", - "roomcode": "5932.02.290", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75349", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75449, + "usage_id": 222 + }, + "5932.02.291": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75349", - "roomcode": "5932.02.291", - "usage": 222 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75341", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75349, + "usage_id": 222 + }, + "5932.02.293A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "02.293a, Aufzugsschacht", "arch_name": "02.293a@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75341", - "roomcode": "5932.02.293A", - "usage": 195 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75352", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75341, + "usage_id": 195 + }, + "5932.02.293B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "alt_name": "02.293b, Aufzugsschacht", "arch_name": "02.293b@5932", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75352", - "roomcode": "5932.02.293B", - "usage": 195 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, 2.OG", - "address_link": "ris.einzelraum?raumkey=75343", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75352, + "usage_id": 195 + }, + "5932.02.295": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75343", - "roomcode": "5932.02.295", - "usage": 223 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75243", + "area_id": 57, + "building_id": 3169, + "floor_level": "2.OG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75343, + "usage_id": 223 + }, + "5932.EG.019": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75243", - "roomcode": "5932.EG.019", - "usage": 49 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75269", + "area_id": 57, + "building_id": 3169, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75243, + "usage_id": 49 + }, + "5932.EG.021": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75269", - "roomcode": "5932.EG.021", - "usage": 49 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75270", + "area_id": 57, + "building_id": 3169, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75269, + "usage_id": 49 + }, + "5932.EG.049": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75270", - "roomcode": "5932.EG.049", - "usage": 49 - }, - { - "address": "Friedrich-Ludwig-Bauer-Str. 3, EG", - "address_link": "ris.einzelraum?raumkey=75289", + "area_id": 57, + "building_id": 3169, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75270, + "usage_id": 49 + }, + "5932.EG.237B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3169, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75289", - "roomcode": "5932.EG.237B", - "usage": 49 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=54156", + "area_id": 57, + "building_id": 3169, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75289, + "usage_id": 49 + }, + "5933.01.101B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75749, + "usage_id": 196 + }, + "5933.01.102B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75763, + "usage_id": 196 + }, + "5933.01.103B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75764, + "usage_id": 196 + }, + "5933.01.104B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75765, + "usage_id": 196 + }, + "5933.01.105B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75750, + "usage_id": 12 + }, + "5933.01.106B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75769, + "usage_id": 222 + }, + "5933.01.107B": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75752, + "usage_id": 12 + }, + "5933.01.108W": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75774, + "usage_id": 12 + }, + "5933.01.108X": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75756, + "usage_id": 12 + }, + "5933.01.108Y": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75755, + "usage_id": 12 + }, + "5933.01.108Z": { + "address": { + "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": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75754, + "usage_id": 196 + }, + "5933.01.109B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75751, + "usage_id": 12 + }, + "5933.01.110B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75761, + "usage_id": 12 + }, + "5933.01.113B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75770, + "usage_id": 12 + }, + "5933.01.114X": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75760, + "usage_id": 12 + }, + "5933.01.114Y": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75759, + "usage_id": 12 + }, + "5933.01.114Z": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75758, + "usage_id": 30 + }, + "5933.01.116B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75776, + "usage_id": 44 + }, + "5933.01.117B": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75771, + "usage_id": 12 + }, + "5933.01.119B": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75772, + "usage_id": 12 + }, + "5933.01.120B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75762, + "usage_id": 207 + }, + "5933.01.121B": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75745, + "usage_id": 12 + }, + "5933.01.122B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75788, + "usage_id": 222 + }, + "5933.01.123B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75744, + "usage_id": 196 + }, + "5933.01.124B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75777, + "usage_id": 116 + }, + "5933.01.125B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75781, + "usage_id": 12 + }, + "5933.01.126B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75778, + "usage_id": 115 + }, + "5933.01.127B": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75787, + "usage_id": 12 + }, + "5933.01.128Y": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75741, + "usage_id": 113 + }, + "5933.01.128Z": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75779, + "usage_id": 113 + }, + "5933.01.129B": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75738, + "usage_id": 12 + }, + "5933.01.130V": { + "address": { + "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": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75747, + "usage_id": 196 + }, + "5933.01.130W": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75786, + "usage_id": 12 + }, + "5933.01.130X": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75785, + "usage_id": 12 + }, + "5933.01.130Y": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75784, + "usage_id": 12 + }, + "5933.01.130Z": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75783, + "usage_id": 110 + }, + "5933.01.131B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75746, + "usage_id": 12 + }, + "5933.01.132B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75740, + "usage_id": 196 + }, + "5933.01.134B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75739, + "usage_id": 110 + }, + "5933.01.136B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75748, + "usage_id": 12 + }, + "5933.01.700J": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75768, + "usage_id": 222 + }, + "5933.01.700K": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75782, + "usage_id": 222 + }, + "5933.01.900A": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75766, + "usage_id": 222 + }, + "5933.01.900B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75767, + "usage_id": 222 + }, + "5933.01.900C": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75753, + "usage_id": 222 + }, + "5933.01.900D": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75775, + "usage_id": 222 + }, + "5933.01.900E": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75773, + "usage_id": 222 + }, + "5933.01.900F": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75757, + "usage_id": 222 + }, + "5933.01.900G": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75742, + "usage_id": 222 + }, + "5933.01.900H": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75743, + "usage_id": 222 + }, + "5933.01.900I": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75796, + "usage_id": 222 + }, + "5933.02.200W": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75809, + "usage_id": 12 + }, + "5933.02.200X": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75808, + "usage_id": 12 + }, + "5933.02.200Y": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75807, + "usage_id": 12 + }, + "5933.02.200Z": { + "address": { + "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": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75799, + "usage_id": 12 + }, + "5933.02.201B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75797, + "usage_id": 12 + }, + "5933.02.202B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75789, + "usage_id": 12 + }, + "5933.02.203B": { + "address": { + "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": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75791, + "usage_id": 196 + }, + "5933.02.204B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75792, + "usage_id": 12 + }, + "5933.02.205B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75793, + "usage_id": 110 + }, + "5933.02.205Z": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75798, + "usage_id": 44 + }, + "5933.02.206B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75815, + "usage_id": 222 + }, + "5933.02.207B": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75795, + "usage_id": 12 + }, + "5933.02.209B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75804, + "usage_id": 12 + }, + "5933.02.210B": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75811, + "usage_id": 12 + }, + "5933.02.212B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75812, + "usage_id": 12 + }, + "5933.02.213B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75805, + "usage_id": 12 + }, + "5933.02.214X": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75803, + "usage_id": 12 + }, + "5933.02.214Y": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75802, + "usage_id": 12 + }, + "5933.02.214Z": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75801, + "usage_id": 30 + }, + "5933.02.216B": { + "address": { + "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": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75813, + "usage_id": 12 + }, + "5933.02.217B": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75816, + "usage_id": 12 + }, + "5933.02.219B": { + "address": { + "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": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75817, + "usage_id": 12 + }, + "5933.02.220B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75822, + "usage_id": 207 + }, + "5933.02.221B": { + "address": { + "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": { + "sitting": 6, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75818, + "usage_id": 12 + }, + "5933.02.222B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75820, + "usage_id": 222 + }, + "5933.02.224B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75823, + "usage_id": 116 + }, + "5933.02.225B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75819, + "usage_id": 12 + }, + "5933.02.226B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75824, + "usage_id": 115 + }, + "5933.02.227B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75826, + "usage_id": 12 + }, + "5933.02.229B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75827, + "usage_id": 12 + }, + "5933.02.230V": { + "address": { + "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": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75832, + "usage_id": 196 + }, + "5933.02.230W": { + "address": { + "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": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75831, + "usage_id": 12 + }, + "5933.02.230X": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75830, + "usage_id": 12 + }, + "5933.02.230Y": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75829, + "usage_id": 12 + }, + "5933.02.230Z": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75828, + "usage_id": 30 + }, + "5933.02.231B": { + "address": { + "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": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75833, + "usage_id": 12 + }, + "5933.02.232B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75825, + "usage_id": 44 + }, + "5933.02.234B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75835, + "usage_id": 110 + }, + "5933.02.236B": { + "address": { + "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": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75834, + "usage_id": 12 + }, + "5933.02.700J": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75814, + "usage_id": 222 + }, + "5933.02.700K": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75821, + "usage_id": 222 + }, + "5933.02.900A": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75790, + "usage_id": 222 + }, + "5933.02.900B": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75794, + "usage_id": 222 + }, + "5933.02.900C": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75800, + "usage_id": 222 + }, + "5933.02.900D": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75806, + "usage_id": 222 + }, + "5933.02.900E": { + "address": { + "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": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75810, + "usage_id": 222 + }, + "6101.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1102, Flur/Treppe", "arch_name": "1102@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54156", - "roomcode": "6101.01.102", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=12007", + "area_id": 31, + "building_id": 805, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54156, + "usage_id": 223 + }, + "6101.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1103, B\u00fcro", "arch_name": "1103@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=12007", - "roomcode": "6101.01.103", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=54173", + "area_id": 31, + "building_id": 805, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 12007, + "usage_id": 12 + }, + "6101.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1104, Flur", "arch_name": "1104@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54173", - "roomcode": "6101.01.104", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=31386", + "area_id": 31, + "building_id": 805, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54173, + "usage_id": 222 + }, + "6101.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1105, B\u00fcro", "arch_name": "1105@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=31386", - "roomcode": "6101.01.105", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=59076", + "area_id": 31, + "building_id": 805, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 31386, + "usage_id": 12 + }, + "6101.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1106, B\u00fcro", "arch_name": "1106@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59076", - "roomcode": "6101.01.106", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=59077", + "area_id": 31, + "building_id": 805, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59076, + "usage_id": 12 + }, + "6101.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1107, Seminarraum", "arch_name": "1107@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "extended": { - "additional_description": "1107, Seminarraum", - "address": "R\u00f6merhofweg 67(6101), 1.Obergescho\u00df", - "architect_room_nr": "1107@6101", - "area_m2": 72.0, - "building": "6101 Heizwerk", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15316", - "operator": "[ TUMWLES ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59077", - "roomcode": "6101.01.107", - "usage": 41 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=54294", + "area_id": 31, + "building_id": 805, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15316, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59077, + "usage_id": 41 + }, + "6101.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2101, Wasserversorgung", "arch_name": "2101@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54294", - "roomcode": "6101.02.201", - "usage": 183 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=54300", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54294, + "usage_id": 183 + }, + "6101.02.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2102, K\u00fcche", "arch_name": "2102@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54300", - "roomcode": "6101.02.202", - "usage": 28 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=54307", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54300, + "usage_id": 28 + }, + "6101.02.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2103, Be- und Entl\u00fcftung", "arch_name": "2103@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54307", - "roomcode": "6101.02.203", - "usage": 32 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=54315", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54307, + "usage_id": 32 + }, + "6101.02.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2104, Flur/Treppe", "arch_name": "2104@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54315", - "roomcode": "6101.02.204", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=54321", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54315, + "usage_id": 223 + }, + "6101.02.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2105, Waschplatz mit WC", "arch_name": "2105@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54321", - "roomcode": "6101.02.205", - "usage": 210 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=30009", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54321, + "usage_id": 210 + }, + "6101.02.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2106, Leittechnik (Gro\u00dfraumb\u00fcro)", "arch_name": "2106@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30009", - "roomcode": "6101.02.206", - "usage": 120 - }, - { - "address": "R\u00f6merhofweg 67, 2.OG", - "address_link": "ris.einzelraum?raumkey=54452", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30009, + "usage_id": 120 + }, + "6101.02.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "2107, Aufenthalt/Labor Umbau ??", "arch_name": "2107@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54452", - "roomcode": "6101.02.207", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=53988", + "area_id": 31, + "building_id": 805, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54452, + "usage_id": 44 + }, + "6101.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0101, W\u00e4rmeversorgung", "arch_name": "0101@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53988", - "roomcode": "6101.EG.001", - "usage": 54 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=53994", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53988, + "usage_id": 54 + }, + "6101.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0102, Pumpenraum", "arch_name": "0102@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53994", - "roomcode": "6101.EG.002", - "usage": 120 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=53999", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53994, + "usage_id": 120 + }, + "6101.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0003, Flur/Treppenhaus", "arch_name": "0003@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53999", - "roomcode": "6101.EG.003", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54007", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53999, + "usage_id": 223 + }, + "6101.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0104, Arbeitsraum", "arch_name": "0104@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54007", - "roomcode": "6101.EG.004", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54011", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54007, + "usage_id": 12 + }, + "6101.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0105, Grobmechanische Werkstatt", "arch_name": "0105@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54011", - "roomcode": "6101.EG.005", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54019", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54011, + "usage_id": 51 + }, + "6101.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0106, Waschplatz mit WC", "arch_name": "0106@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54019", - "roomcode": "6101.EG.006", - "usage": 210 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54138", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54019, + "usage_id": 210 + }, + "6101.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0107, Flur/Lager mit Waschplatz", "arch_name": "0107@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54138", - "roomcode": "6101.EG.007", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54144", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54138, + "usage_id": 222 + }, + "6101.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0108, Batterieraum", "arch_name": "0108@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54144", - "roomcode": "6101.EG.008", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54151", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54144, + "usage_id": 160 + }, + "6101.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0109, Mittelspannung", "arch_name": "0109@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54151", - "roomcode": "6101.EG.009", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=56372", + "area_id": 31, + "building_id": 805, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54151, + "usage_id": 160 + }, + "6101.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1101, Rohrkeller", "arch_name": "-1101@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56372", - "roomcode": "6101.U1.001", - "usage": 120 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=56379", + "area_id": 31, + "building_id": 805, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56372, + "usage_id": 120 + }, + "6101.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1102, Stromversorgung", "arch_name": "-1102@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56379", - "roomcode": "6101.U1.002", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=53982", + "area_id": 31, + "building_id": 805, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56379, + "usage_id": 160 + }, + "6101.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1103, Treppenraum", "arch_name": "-1103@6101", - "b_area_id": 31, - "b_filter_id": 805, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=53982", - "roomcode": "6101.U1.003", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55092", + "area_id": 31, + "building_id": 805, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53982, + "usage_id": 223 + }, + "6102.EG.200A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0200A, Kfz-Werkstatt", "arch_name": "0200A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55092", - "roomcode": "6102.EG.200A", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55099", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55092, + "usage_id": 51 + }, + "6102.EG.200B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0200B, Metallwerkstatt grob", "arch_name": "0200B@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55099", - "roomcode": "6102.EG.200B", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55105", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55099, + "usage_id": 51 + }, + "6102.EG.200C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0200C, Kfz-Werkstatt", "arch_name": "0200C@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55105", - "roomcode": "6102.EG.200C", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55111", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55105, + "usage_id": 51 + }, + "6102.EG.200D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0200D, ABC-Lager/Aufzug", "arch_name": "0200D@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55111", - "roomcode": "6102.EG.200D", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55115", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55111, + "usage_id": 30 + }, + "6102.EG.200E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0200E, L\u00f6sungsmittel/Lacke/Farben Lager", "arch_name": "0200E@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55115", - "roomcode": "6102.EG.200E", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55119", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55115, + "usage_id": 30 + }, + "6102.EG.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0201, Kfz-Halle", "arch_name": "0201@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55119", - "roomcode": "6102.EG.201", - "usage": 100 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55124", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55119, + "usage_id": 100 + }, + "6102.EG.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0202, Ger\u00e4telager", "arch_name": "0202@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55124", - "roomcode": "6102.EG.202", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55250", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55124, + "usage_id": 18 + }, + "6102.EG.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0203, Kfz-Waschhalle", "arch_name": "0203@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55250", - "roomcode": "6102.EG.203", - "usage": 100 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55258", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55250, + "usage_id": 100 + }, + "6102.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0205, Aufenthalt Werkstattpersonal", "arch_name": "0205@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55258", - "roomcode": "6102.EG.205", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55266", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55258, + "usage_id": 44 + }, + "6102.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0206, Dusche / Umkleide", "arch_name": "0206@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55266", - "roomcode": "6102.EG.206", - "usage": 113 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55273", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55266, + "usage_id": 113 + }, + "6102.EG.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0207, WC-Herren", "arch_name": "0207@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55273", - "roomcode": "6102.EG.207", - "usage": 115 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55277", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55273, + "usage_id": 115 + }, + "6102.EG.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0208, Einsatzger\u00e4telager", "arch_name": "0208@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55277", - "roomcode": "6102.EG.208", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55286", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Kunststoff", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55277, + "usage_id": 18 + }, + "6102.EG.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0209, Flur 4", "arch_name": "0209@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55286", - "roomcode": "6102.EG.209", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55420", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55286, + "usage_id": 222 + }, + "6102.EG.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0210, Flur 3", "arch_name": "0210@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55420", - "roomcode": "6102.EG.210", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55427", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55420, + "usage_id": 222 + }, + "6102.EG.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0211, Eingangshalle", "arch_name": "0211@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55427", - "roomcode": "6102.EG.211", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55434", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55427, + "usage_id": 222 + }, + "6102.EG.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0212, Feuerl\u00f6scher-Pr\u00fcfraum", "arch_name": "0212@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55434", - "roomcode": "6102.EG.212", - "usage": 108 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55442", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55434, + "usage_id": 108 + }, + "6102.EG.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0214, Feuerl\u00f6scherlager", "arch_name": "0214@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55442", - "roomcode": "6102.EG.214", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55450", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55442, + "usage_id": 30 + }, + "6102.EG.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0215, WC-Vorraum Herren", "arch_name": "0215@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55450", - "roomcode": "6102.EG.215", - "usage": 37 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55577", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55450, + "usage_id": 37 + }, + "6102.EG.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0216, Flur zu 0214", "arch_name": "0216@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55577", - "roomcode": "6102.EG.216", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55585", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55577, + "usage_id": 222 + }, + "6102.EG.219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0219, Schreinerei", "arch_name": "0219@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55585", - "roomcode": "6102.EG.219", - "usage": 107 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=30689", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55585, + "usage_id": 107 + }, + "6102.EG.220": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0220, Metallwerkst\u00e4tte grob", "arch_name": "0220@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=30689", - "roomcode": "6102.EG.220", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55599", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 30689, + "usage_id": 51 + }, + "6102.EG.223": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0223, Metalllager", "arch_name": "0223@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55599", - "roomcode": "6102.EG.223", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55608", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55599, + "usage_id": 30 + }, + "6102.EG.225": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0225, Reifen/Holz Lager", "arch_name": "0225@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55608", - "roomcode": "6102.EG.225", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55738", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55608, + "usage_id": 30 + }, + "6102.EG.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0226, Wasserversorgung", "arch_name": "0226@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55738", - "roomcode": "6102.EG.226", - "usage": 183 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55745", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55738, + "usage_id": 183 + }, + "6102.EG.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0227, Getr\u00e4nkelager", "arch_name": "0227@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55745", - "roomcode": "6102.EG.227", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55751", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55745, + "usage_id": 30 + }, + "6102.EG.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0228, Labor Wasseraufbereitung", "arch_name": "0228@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55751", - "roomcode": "6102.EG.228", - "usage": 194 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55760", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55751, + "usage_id": 194 + }, + "6102.EG.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0229, Beh.-WC", "arch_name": "0229@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55760", - "roomcode": "6102.EG.229", - "usage": 117 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55766", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55760, + "usage_id": 117 + }, + "6102.EG.230": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0230, Besprechungsraum", "arch_name": "0230@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55766", - "roomcode": "6102.EG.230", - "usage": 196 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55901", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55766, + "usage_id": 196 + }, + "6102.EG.231": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0231, Waschplatz mit WC", "arch_name": "0231@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55901", - "roomcode": "6102.EG.231", - "usage": 210 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55909", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55901, + "usage_id": 210 + }, + "6102.EG.232": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0232, Umkleidekabine", "arch_name": "0232@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55909", - "roomcode": "6102.EG.232", - "usage": 121 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55915", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55909, + "usage_id": 121 + }, + "6102.EG.233": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0233, B\u00fcro", "arch_name": "0233@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55915", - "roomcode": "6102.EG.233", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=11528", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55915, + "usage_id": 12 + }, + "6102.EG.233A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0233A, B\u00fcro", "arch_name": "0233A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11528", - "roomcode": "6102.EG.233A", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=11534", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11528, + "usage_id": 12 + }, + "6102.EG.234": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0234, B\u00fcro", "arch_name": "0234@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11534", - "roomcode": "6102.EG.234", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=11536", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11534, + "usage_id": 12 + }, + "6102.EG.235": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0235, B\u00fcro", "arch_name": "0235@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11536", - "roomcode": "6102.EG.235", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=11540", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11536, + "usage_id": 12 + }, + "6102.EG.236": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0236, B\u00fcro", "arch_name": "0236@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11540", - "roomcode": "6102.EG.236", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56073", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11540, + "usage_id": 12 + }, + "6102.EG.237": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0237, Drucker/Kopierraum", "arch_name": "0237@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56073", - "roomcode": "6102.EG.237", - "usage": 110 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56083", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56073, + "usage_id": 110 + }, + "6102.EG.238": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0238, Flur 1", "arch_name": "0238@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56083", - "roomcode": "6102.EG.238", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=11551", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56083, + "usage_id": 222 + }, + "6102.EG.239": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0239, B\u00fcro", "arch_name": "0239@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11551", - "roomcode": "6102.EG.239", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56224", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11551, + "usage_id": 12 + }, + "6102.EG.240": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0240, Gesundheitsraum", "arch_name": "0240@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56224", - "roomcode": "6102.EG.240", - "usage": 178 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=11580", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56224, + "usage_id": 178 + }, + "6102.EG.241": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0241, B\u00fcro", "arch_name": "0241@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=11580", - "roomcode": "6102.EG.241", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56242", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 11580, + "usage_id": 12 + }, + "6102.EG.242": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0242, Elektrische Werkstatt", "arch_name": "0242@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56242", - "roomcode": "6102.EG.242", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56253", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56242, + "usage_id": 51 + }, + "6102.EG.243": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0243, Lager", "arch_name": "0243@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56253", - "roomcode": "6102.EG.243", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56261", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56253, + "usage_id": 30 + }, + "6102.EG.244": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0244, Meisterb\u00fcro", "arch_name": "0244@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56261", - "roomcode": "6102.EG.244", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56385", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56261, + "usage_id": 12 + }, + "6102.EG.245": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0245, Grobmechanische Werkstatt", "arch_name": "0245@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56385", - "roomcode": "6102.EG.245", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59065", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56385, + "usage_id": 51 + }, + "6102.EG.245A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0245A, GLT-Werkstatt Umbaufl.?", "arch_name": "0245A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59065", - "roomcode": "6102.EG.245A", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56394", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59065, + "usage_id": 51 + }, + "6102.EG.246": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0246, Ger\u00e4telager", "arch_name": "0246@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56394", - "roomcode": "6102.EG.246", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56402", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56394, + "usage_id": 18 + }, + "6102.EG.247": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0247, Heizung Sanit\u00e4r Werkstatt", "arch_name": "0247@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56402", - "roomcode": "6102.EG.247", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=56408", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56402, + "usage_id": 51 + }, + "6102.EG.248": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0248, Holzwerkstatt", "arch_name": "0248@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56408", - "roomcode": "6102.EG.248", - "usage": 107 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54021", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56408, + "usage_id": 107 + }, + "6102.EG.249": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0249, Schlosserei", "arch_name": "0249@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54021", - "roomcode": "6102.EG.249", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54029", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54021, + "usage_id": 51 + }, + "6102.EG.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0250, Lackelager", "arch_name": "0250@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54029", - "roomcode": "6102.EG.250", - "usage": 132 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54037", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54029, + "usage_id": 132 + }, + "6102.EG.251": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0251, Lackiererei", "arch_name": "0251@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54037", - "roomcode": "6102.EG.251", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54045", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54037, + "usage_id": 51 + }, + "6102.EG.252": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0252, Spanabsauganlage", "arch_name": "0252@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54045", - "roomcode": "6102.EG.252", - "usage": 32 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54053", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54045, + "usage_id": 32 + }, + "6102.EG.253": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0253, B\u00fcro", "arch_name": "0253@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54053", - "roomcode": "6102.EG.253", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54184", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54053, + "usage_id": 12 + }, + "6102.EG.254": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0254, Elektrolager", "arch_name": "0254@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54184", - "roomcode": "6102.EG.254", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=15583", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54184, + "usage_id": 30 + }, + "6102.EG.254B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0254B, B\u00fcro", "arch_name": "0254B@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=15583", - "roomcode": "6102.EG.254B", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=13462", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 15583, + "usage_id": 12 + }, + "6102.EG.254C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0254C, B\u00fcro", "arch_name": "0254C@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13462", - "roomcode": "6102.EG.254C", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54203", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13462, + "usage_id": 12 + }, + "6102.EG.255": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0255, Lager", "arch_name": "0255@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54203", - "roomcode": "6102.EG.255", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=13469", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54203, + "usage_id": 30 + }, + "6102.EG.255B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0255B, B\u00fcro", "arch_name": "0255B@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13469", - "roomcode": "6102.EG.255B", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54336", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13469, + "usage_id": 12 + }, + "6102.EG.255C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0255C, B\u00fcro", "arch_name": "0255C@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54336", - "roomcode": "6102.EG.255C", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54343", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54336, + "usage_id": 12 + }, + "6102.EG.256": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0256, Schloss/Sanit\u00e4rlager", "arch_name": "0256@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54343", - "roomcode": "6102.EG.256", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54351", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54343, + "usage_id": 30 + }, + "6102.EG.257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0257, Holzlager", "arch_name": "0257@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54351", - "roomcode": "6102.EG.257", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54492", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54351, + "usage_id": 30 + }, + "6102.EG.258": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0258, Flur", "arch_name": "0258@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54492", - "roomcode": "6102.EG.258", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54499", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54492, + "usage_id": 222 + }, + "6102.EG.259": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0259, Ger\u00e4telager", "arch_name": "0259@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54499", - "roomcode": "6102.EG.259", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54507", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54499, + "usage_id": 18 + }, + "6102.EG.260": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0260, Sandstrahlraum", "arch_name": "0260@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54507", - "roomcode": "6102.EG.260", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54517", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54507, + "usage_id": 51 + }, + "6102.EG.261": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0261, Ger\u00e4telager", "arch_name": "0261@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54517", - "roomcode": "6102.EG.261", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=13539", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54517, + "usage_id": 18 + }, + "6102.EG.262": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0262, B\u00fcro", "arch_name": "0262@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=13539", - "roomcode": "6102.EG.262", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54460", + "area_id": 31, + "building_id": 806, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 13539, + "usage_id": 12 + }, + "6102.U1.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1201, Ger\u00e4tereinigungsraum", "arch_name": "1201@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54460", - "roomcode": "6102.U1.201", - "usage": 209 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62788", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54460, + "usage_id": 209 + }, + "6102.U1.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1201A, Lastenaufzug", "arch_name": "1201A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62788", - "roomcode": "6102.U1.201A", - "usage": 4 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54469", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62788, + "usage_id": 4 + }, + "6102.U1.202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1202, Ger\u00e4telager", "arch_name": "1202@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54469", - "roomcode": "6102.U1.202", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54475", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54469, + "usage_id": 18 + }, + "6102.U1.202A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1202A, Treppe", "arch_name": "1202A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54475", - "roomcode": "6102.U1.202A", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54484", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54475, + "usage_id": 223 + }, + "6102.U1.202B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1202B, Flur", "arch_name": "1202B@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54484", - "roomcode": "6102.U1.202B", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54598", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54484, + "usage_id": 222 + }, + "6102.U1.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1203, Rohrkeller", "arch_name": "1203@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54598", - "roomcode": "6102.U1.203", - "usage": 120 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61822", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54598, + "usage_id": 120 + }, + "6102.U1.203A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1203A, Treppe", "arch_name": "1203A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61822", - "roomcode": "6102.U1.203A", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54608", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Gitterrost", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61822, + "usage_id": 223 + }, + "6102.U1.204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1204, Wasserversorgung", "arch_name": "1204@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54608", - "roomcode": "6102.U1.204", - "usage": 183 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54613", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54608, + "usage_id": 183 + }, + "6102.U1.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1205, Wasseraufbereitung", "arch_name": "1205@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54613", - "roomcode": "6102.U1.205", - "usage": 182 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54618", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54613, + "usage_id": 182 + }, + "6102.U1.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1206, Keller Lager", "arch_name": "1206@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54618", - "roomcode": "6102.U1.206", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54627", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54618, + "usage_id": 30 + }, + "6102.U1.206A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1206A, Treppe", "arch_name": "1206A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54627", - "roomcode": "6102.U1.206A", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54631", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54627, + "usage_id": 223 + }, + "6102.U1.207": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1207, Gas Feuerl\u00f6scherlager", "arch_name": "1207@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54631", - "roomcode": "6102.U1.207", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54638", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54631, + "usage_id": 30 + }, + "6102.U1.207A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1207A, Ausgang zu Licht/Luftschacht", "arch_name": "1207A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54638", - "roomcode": "6102.U1.207A", - "usage": 195 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54776", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54638, + "usage_id": 195 + }, + "6102.U1.208": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1208, ABC-Lager", "arch_name": "1208@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54776", - "roomcode": "6102.U1.208", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54788", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54776, + "usage_id": 30 + }, + "6102.U1.208A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1208A, ABC-Lager", "arch_name": "1208A@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54788", - "roomcode": "6102.U1.208A", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54792", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54788, + "usage_id": 30 + }, + "6102.U1.209": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1209, Kellerflur", "arch_name": "1209@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54792", - "roomcode": "6102.U1.209", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54801", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54792, + "usage_id": 222 + }, + "6102.U1.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1210, Flur zu 211/212", "arch_name": "1210@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54801", - "roomcode": "6102.U1.210", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54806", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54801, + "usage_id": 222 + }, + "6102.U1.211": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1211, Aktenlager", "arch_name": "1211@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54806", - "roomcode": "6102.U1.211", - "usage": 2 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54936", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54806, + "usage_id": 2 + }, + "6102.U1.212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1212, Aktenlager", "arch_name": "1212@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54936", - "roomcode": "6102.U1.212", - "usage": 2 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54942", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54936, + "usage_id": 2 + }, + "6102.U1.213": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1213, Ger\u00e4telager", "arch_name": "1213@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54942", - "roomcode": "6102.U1.213", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54951", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54942, + "usage_id": 18 + }, + "6102.U1.214": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1214, Kabellager", "arch_name": "1214@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54951", - "roomcode": "6102.U1.214", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54958", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54951, + "usage_id": 30 + }, + "6102.U1.215": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1215, Ger\u00e4telager", "arch_name": "1215@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54958", - "roomcode": "6102.U1.215", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54965", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54958, + "usage_id": 18 + }, + "6102.U1.216": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1216, Heiz./Sanit\u00e4r/Gummilager", "arch_name": "1216@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54965", - "roomcode": "6102.U1.216", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54971", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54965, + "usage_id": 30 + }, + "6102.U1.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1217, Elektrolager", "arch_name": "1217@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54971", - "roomcode": "6102.U1.217", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62789", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54971, + "usage_id": 30 + }, + "6102.U1.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "1218, Install.Kanal", "arch_name": "1218@6102", - "b_area_id": 31, - "b_filter_id": 806, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62789", - "roomcode": "6102.U1.218", - "usage": 120 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54821", + "area_id": 31, + "building_id": 806, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62789, + "usage_id": 120 + }, + "6103.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0301, Stromversorgung", "arch_name": "0301@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54821", - "roomcode": "6103.EG.001", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54830", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54821, + "usage_id": 160 + }, + "6103.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0302, Stromversorgung Umbau??", "arch_name": "0302@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54830", - "roomcode": "6103.EG.002", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59072", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54830, + "usage_id": 160 + }, + "6103.EG.002A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0302A, Stromversorgung Umbau??", "arch_name": "0302A@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59072", - "roomcode": "6103.EG.002A", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54835", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59072, + "usage_id": 160 + }, + "6103.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0303, Stromversorgung", "arch_name": "0303@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54835", - "roomcode": "6103.EG.003", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54841", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54835, + "usage_id": 160 + }, + "6103.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0304, Flur/Treppe", "arch_name": "0304@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54841", - "roomcode": "6103.EG.004", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54849", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54841, + "usage_id": 223 + }, + "6103.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0305, Dieselraum", "arch_name": "0305@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54849", - "roomcode": "6103.EG.005", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59071", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54849, + "usage_id": 160 + }, + "6103.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0306, Flur Anbau ??", "arch_name": "0306@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59071", - "roomcode": "6103.EG.006", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59073", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59071, + "usage_id": 222 + }, + "6103.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0307, Stromversorgung Anbau ??", "arch_name": "0307@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59073", - "roomcode": "6103.EG.007", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59074", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59073, + "usage_id": 160 + }, + "6103.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0308, Stromversorgung Anbau ??", "arch_name": "0308@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59074", - "roomcode": "6103.EG.008", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59075", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59074, + "usage_id": 160 + }, + "6103.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0309, Dieselraum Anbau ??", "arch_name": "0309@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59075", - "roomcode": "6103.EG.009", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54646", + "area_id": 31, + "building_id": 807, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59075, + "usage_id": 160 + }, + "6103.U1.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1301, Kabelzuf\u00fchrung/Stromversorgung", "arch_name": "-1301@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54646", - "roomcode": "6103.U1.001", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54656", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54646, + "usage_id": 160 + }, + "6103.U1.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1302, Kabelzuf\u00fchrung/Stromversorgung", "arch_name": "-1302@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54656", - "roomcode": "6103.U1.002", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54663", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54656, + "usage_id": 160 + }, + "6103.U1.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1303, Flur/Treppe", "arch_name": "-1303@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54663", - "roomcode": "6103.U1.003", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54670", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54663, + "usage_id": 223 + }, + "6103.U1.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1304, Dieselraum", "arch_name": "-1304@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54670", - "roomcode": "6103.U1.004", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=59067", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54670, + "usage_id": 160 + }, + "6103.U1.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1306, Flur Anbau??", "arch_name": "-1306@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59067", - "roomcode": "6103.U1.006", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=59068", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59067, + "usage_id": 222 + }, + "6103.U1.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1307, Stromversorgung Anbau ??", "arch_name": "-1307@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59068", - "roomcode": "6103.U1.007", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=59069", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59068, + "usage_id": 160 + }, + "6103.U1.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1308, Stromversorgung Anbau ??", "arch_name": "-1308@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59069", - "roomcode": "6103.U1.008", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=59070", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59069, + "usage_id": 160 + }, + "6103.U1.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1309, Dieselraum Anbau??", "arch_name": "-1309@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59070", - "roomcode": "6103.U1.009", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54680", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59070, + "usage_id": 160 + }, + "6103.U1.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1310, Stromversorgung", "arch_name": "-1310@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54680", - "roomcode": "6103.U1.010", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=54816", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54680, + "usage_id": 160 + }, + "6103.U1.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-1312, Stromversorgung", "arch_name": "-1312@6103", - "b_area_id": 31, - "b_filter_id": 807, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54816", - "roomcode": "6103.U1.012", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54976", + "area_id": 31, + "building_id": 807, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54816, + "usage_id": 160 + }, + "6107.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0001, Ger\u00e4te TBG", "arch_name": "0001@6107", - "b_area_id": 31, - "b_filter_id": 808, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54976", - "roomcode": "6107.EG.001", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54980", + "area_id": 31, + "building_id": 808, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54976, + "usage_id": 18 + }, + "6107.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0002, Anbauger\u00e4te", "arch_name": "0002@6107", - "b_area_id": 31, - "b_filter_id": 808, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54980", - "roomcode": "6107.EG.002", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54986", + "area_id": 31, + "building_id": 808, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54980, + "usage_id": 18 + }, + "6107.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0003, Winterdienst", "arch_name": "0003@6107", - "b_area_id": 31, - "b_filter_id": 808, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54986", - "roomcode": "6107.EG.003", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54993", + "area_id": 31, + "building_id": 808, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54986, + "usage_id": 30 + }, + "6107.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0004, Splitt", "arch_name": "0004@6107", - "b_area_id": 31, - "b_filter_id": 808, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54993", - "roomcode": "6107.EG.004", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=54999", + "area_id": 31, + "building_id": 808, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54993, + "usage_id": 30 + }, + "6107.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0005, Salz", "arch_name": "0005@6107", - "b_area_id": 31, - "b_filter_id": 808, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54999", - "roomcode": "6107.EG.005", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55005", + "area_id": 31, + "building_id": 808, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54999, + "usage_id": 30 + }, + "6107.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "0006, Schmierstoffe", "arch_name": "0006@6107", - "b_area_id": 31, - "b_filter_id": 808, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=38541", - "operator": "[ TUZV14D ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55005", - "roomcode": "6107.EG.006", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=55939", + "area_id": 31, + "building_id": 808, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 38541, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55005, + "usage_id": 30 + }, + "6202.01.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "101, Putzraum", "arch_name": "101@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55939", - "roomcode": "6202.01.101", - "usage": 205 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=55947", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55939, + "usage_id": 205 + }, + "6202.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "102, Bereitschaftszimmer", "arch_name": "102@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55947", - "roomcode": "6202.01.102", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=55957", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55947, + "usage_id": 44 + }, + "6202.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "103, WC-Damen mit Vorraum", "arch_name": "103@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55957", - "roomcode": "6202.01.103", - "usage": 116 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=55963", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55957, + "usage_id": 116 + }, + "6202.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "104, WC-Herren mit Vorraum", "arch_name": "104@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55963", - "roomcode": "6202.01.104", - "usage": 115 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=55967", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55963, + "usage_id": 115 + }, + "6202.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "105, Wasch- / Duschraum", "arch_name": "105@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55967", - "roomcode": "6202.01.105", - "usage": 210 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61915", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55967, + "usage_id": 210 + }, + "6202.01.105A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "105A, Waschraum", "arch_name": "105A@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61915", - "roomcode": "6202.01.105A", - "usage": 210 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=55975", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61915, + "usage_id": 210 + }, + "6202.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "106, Bereitschaftszimmer", "arch_name": "106@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55975", - "roomcode": "6202.01.106", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56099", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55975, + "usage_id": 44 + }, + "6202.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "107, Bereitschaftszimmer", "arch_name": "107@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56099", - "roomcode": "6202.01.107", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56104", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56099, + "usage_id": 44 + }, + "6202.01.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "108, Bereitschaftszimmer", "arch_name": "108@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56104", - "roomcode": "6202.01.108", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56112", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56104, + "usage_id": 44 + }, + "6202.01.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "109, Bereitschaftszimmer", "arch_name": "109@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56112", - "roomcode": "6202.01.109", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56119", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56112, + "usage_id": 44 + }, + "6202.01.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "110, Bereitschaftszimmer", "arch_name": "110@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56119", - "roomcode": "6202.01.110", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56125", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56119, + "usage_id": 44 + }, + "6202.01.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "111, Bereitschaftszimmer", "arch_name": "111@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56125", - "roomcode": "6202.01.111", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56132", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56125, + "usage_id": 44 + }, + "6202.01.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "112, Bereitschaftszimmer 2", "arch_name": "112@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56132", - "roomcode": "6202.01.112", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=68757", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56132, + "usage_id": 44 + }, + "6202.01.112A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "112A, B\u00fcro", "arch_name": "112A@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68757", - "roomcode": "6202.01.112A", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=68758", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68757, + "usage_id": 12 + }, + "6202.01.112B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "112B, B\u00fcro", "arch_name": "112B@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68758", - "roomcode": "6202.01.112B", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=68756", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68758, + "usage_id": 12 + }, + "6202.01.112C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "112C, Flur", "arch_name": "112C@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68756", - "roomcode": "6202.01.112C", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56262", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68756, + "usage_id": 222 + }, + "6202.01.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "113, Bereitschaftszimmer", "arch_name": "113@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56262", - "roomcode": "6202.01.113", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56268", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56262, + "usage_id": 44 + }, + "6202.01.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "114, Bereitschaftszimmer", "arch_name": "114@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56268", - "roomcode": "6202.01.114", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61914", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56268, + "usage_id": 44 + }, + "6202.01.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "115, Ruheraum", "arch_name": "115@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61914", - "roomcode": "6202.01.115", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61916", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61914, + "usage_id": 44 + }, + "6202.01.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "116, Speiseraum", "arch_name": "116@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61916", - "roomcode": "6202.01.116", - "usage": 45 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56275", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61916, + "usage_id": 45 + }, + "6202.01.116A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "116A, Bereitschaftszimmer", "arch_name": "116A@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56275", - "roomcode": "6202.01.116A", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=56293", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56275, + "usage_id": 44 + }, + "6202.01.117": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "117, K\u00fcchenraum", "arch_name": "117@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=56293", - "roomcode": "6202.01.117", - "usage": 28 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=54059", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 56293, + "usage_id": 28 + }, + "6202.01.118": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "118, Essenschrankraum", "arch_name": "118@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=54059", - "roomcode": "6202.01.118", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61923", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 54059, + "usage_id": 30 + }, + "6202.01.119": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "119, Treppenhaus", "arch_name": "119@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61923", - "roomcode": "6202.01.119", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61917", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61923, + "usage_id": 223 + }, + "6202.01.120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "120, Flur", "arch_name": "120@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61917", - "roomcode": "6202.01.120", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61925", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61917, + "usage_id": 222 + }, + "6202.01.121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "121, Terrasse", "arch_name": "121@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61925", - "roomcode": "6202.01.121", - "usage": 218 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61922", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61925, + "usage_id": 218 + }, + "6202.01.131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "131, Flur", "arch_name": "131@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61922", - "roomcode": "6202.01.131", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61921", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61922, + "usage_id": 222 + }, + "6202.01.132": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "132, Werkstatt", "arch_name": "132@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61921", - "roomcode": "6202.01.132", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61920", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61921, + "usage_id": 51 + }, + "6202.01.133": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "133, Stromversorgung", "arch_name": "133@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61920", - "roomcode": "6202.01.133", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61919", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61920, + "usage_id": 160 + }, + "6202.01.134": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "134, RLT", "arch_name": "134@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61919", - "roomcode": "6202.01.134", - "usage": 32 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61918", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61919, + "usage_id": 32 + }, + "6202.01.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "135, B\u00fcro", "arch_name": "135@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61918", - "roomcode": "6202.01.135", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61924", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61918, + "usage_id": 12 + }, + "6202.01.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "140, Schacht/Turm", "arch_name": "140@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61924", - "roomcode": "6202.01.140", - "usage": 195 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=62803", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61924, + "usage_id": 195 + }, + "6202.01.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "141, Treppenaufgang/Turm", "arch_name": "141@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62803", - "roomcode": "6202.01.141", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=62804", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62803, + "usage_id": 222 + }, + "6202.01.142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "142, Treppenaufgang/Turm Z.1", "arch_name": "142@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62804", - "roomcode": "6202.01.142", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=62805", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62804, + "usage_id": 222 + }, + "6202.01.143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "143, Treppenaufgang/Turm Z.2", "arch_name": "143@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62805", - "roomcode": "6202.01.143", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=62806", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62805, + "usage_id": 222 + }, + "6202.01.144": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "144, Treppenaufgang/Turm Z.3", "arch_name": "144@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62806", - "roomcode": "6202.01.144", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=62807", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62806, + "usage_id": 222 + }, + "6202.01.145": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "145, Treppenaufgang/Turm Z.4", "arch_name": "145@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62807", - "roomcode": "6202.01.145", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=61926", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62807, + "usage_id": 222 + }, + "6202.01.146": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "146, Schacht/Turm Z.4", "arch_name": "146@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61926", - "roomcode": "6202.01.146", - "usage": 195 - }, - { - "address": "R\u00f6merhofweg 67, 1.OG", - "address_link": "ris.einzelraum?raumkey=62808", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61926, + "usage_id": 195 + }, + "6202.01.147": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "147, Treppenaufgang/Turm Z.5", "arch_name": "147@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62808", - "roomcode": "6202.01.147", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 7.OG", - "address_link": "ris.einzelraum?raumkey=59690", + "area_id": 38, + "building_id": 810, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62808, + "usage_id": 222 + }, + "6202.07.760": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "\u00dcbungsplattform", "arch_name": "@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59690", - "roomcode": "6202.07.760", - "usage": 218 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55468", + "area_id": 38, + "building_id": 810, + "floor_level": "7.OG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59690, + "usage_id": 218 + }, + "6202.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "001, Einsatzzentrale / Wachraum", "arch_name": "001@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55468", - "roomcode": "6202.EG.001", - "usage": 9 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55474", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55468, + "usage_id": 9 + }, + "6202.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "002, Schlafraum", "arch_name": "002@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55474", - "roomcode": "6202.EG.002", - "usage": 44 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=59643", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55474, + "usage_id": 44 + }, + "6202.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "003, Beh.-WC", "arch_name": "003@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=59643", - "roomcode": "6202.EG.003", - "usage": 117 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55477", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 59643, + "usage_id": 117 + }, + "6202.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "004, Schrankraum / Einsatzkleidung", "arch_name": "004@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55477", - "roomcode": "6202.EG.004", - "usage": 121 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55488", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55477, + "usage_id": 121 + }, + "6202.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "005, Putzraum", "arch_name": "005@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55488", - "roomcode": "6202.EG.005", - "usage": 205 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61902", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55488, + "usage_id": 205 + }, + "6202.EG.005A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "005A, Sanit\u00e4rraum", "arch_name": "005A@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61902", - "roomcode": "6202.EG.005A", - "usage": 37 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55618", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61902, + "usage_id": 37 + }, + "6202.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "006, WC-Herren mit Vorraum", "arch_name": "006@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55618", - "roomcode": "6202.EG.006", - "usage": 115 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55621", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55618, + "usage_id": 115 + }, + "6202.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "007, B\u00fcro", "arch_name": "007@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55621", - "roomcode": "6202.EG.007", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55630", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55621, + "usage_id": 12 + }, + "6202.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "008, Stellvertreter-B\u00fcro", "arch_name": "008@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55630", - "roomcode": "6202.EG.008", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55634", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Laminat", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55630, + "usage_id": 12 + }, + "6202.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "009, Brandmeister-B\u00fcro", "arch_name": "009@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55634", - "roomcode": "6202.EG.009", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61903", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55634, + "usage_id": 12 + }, + "6202.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "010, B\u00fcro", "arch_name": "010@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61903", - "roomcode": "6202.EG.010", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55651", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61903, + "usage_id": 12 + }, + "6202.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "012, B\u00fcro", "arch_name": "012@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55651", - "roomcode": "6202.EG.012", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=68768", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55651, + "usage_id": 12 + }, + "6202.EG.012A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "012A, B\u00fcro", "arch_name": "012A@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68768", - "roomcode": "6202.EG.012A", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=68769", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68768, + "usage_id": 12 + }, + "6202.EG.012B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "012B, B\u00fcro", "arch_name": "012B@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68769", - "roomcode": "6202.EG.012B", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=68755", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68769, + "usage_id": 12 + }, + "6202.EG.012C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "012C, Flur", "arch_name": "012C@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=68755", - "roomcode": "6202.EG.012C", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55780", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 68755, + "usage_id": 222 + }, + "6202.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "013, Brandmeister-B\u00fcro", "arch_name": "013@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55780", - "roomcode": "6202.EG.013", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55783", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55780, + "usage_id": 12 + }, + "6202.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "014, Leiter-B\u00fcro", "arch_name": "014@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55783", - "roomcode": "6202.EG.014", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55791", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55783, + "usage_id": 12 + }, + "6202.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "015, Wachschichtf\u00fchrer-B\u00fcro", "arch_name": "015@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55791", - "roomcode": "6202.EG.015", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61904", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55791, + "usage_id": 12 + }, + "6202.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "016, Unterrichtsraum", "arch_name": "016@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": "tvKalender.wSicht?cOrg=25930&cRes=27072&cReadonly=J", - "extended": { - "additional_description": "016, Unterrichtsraum", - "address": "R\u00f6merhofweg 67(6202), Erdgescho\u00df", - "architect_room_nr": "016@6202", - "area_m2": 25.83, - "building": "6202 Feuerwehrwache", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "016", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61904", - "roomcode": "6202.EG.016", - "usage": 130 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55799", + "area_id": 38, + "building_id": 810, + "calendar_resource_nr": 27072, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61904, + "usage_id": 130 + }, + "6202.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "017, Unterrichtsraum", "arch_name": "017@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": "tvKalender.wSicht?cOrg=25930&cRes=27073&cReadonly=J", - "extended": { - "additional_description": "017, Unterrichtsraum", - "address": "R\u00f6merhofweg 67(6202), Erdgescho\u00df", - "architect_room_nr": "017@6202", - "area_m2": 44.88, - "building": "6202 Feuerwehrwache", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "017", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55799", - "roomcode": "6202.EG.017", - "usage": 130 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55804", + "area_id": 38, + "building_id": 810, + "calendar_resource_nr": 27073, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55799, + "usage_id": 130 + }, + "6202.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "018, B\u00fcro", "arch_name": "018@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55804", - "roomcode": "6202.EG.018", - "usage": 12 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61905", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55804, + "usage_id": 12 + }, + "6202.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "019, Flur", "arch_name": "019@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61905", - "roomcode": "6202.EG.019", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=62798", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61905, + "usage_id": 222 + }, + "6202.EG.019A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "019A, Schleuse", "arch_name": "019A@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62798", - "roomcode": "6202.EG.019A", - "usage": 105 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61906", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62798, + "usage_id": 105 + }, + "6202.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "020, Garage", "arch_name": "020@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61906", - "roomcode": "6202.EG.020", - "usage": 100 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61907", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61906, + "usage_id": 100 + }, + "6202.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "021, Garage", "arch_name": "021@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61907", - "roomcode": "6202.EG.021", - "usage": 100 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55809", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61907, + "usage_id": 100 + }, + "6202.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "022, Treppenhaus", "arch_name": "022@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55809", - "roomcode": "6202.EG.022", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=55817", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55809, + "usage_id": 223 + }, + "6202.EG.023": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "023, Flur", "arch_name": "023@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=55817", - "roomcode": "6202.EG.023", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=62799", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 55817, + "usage_id": 222 + }, + "6202.EG.031": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "031, Garage", "arch_name": "031@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62799", - "roomcode": "6202.EG.031", - "usage": 100 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61908", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62799, + "usage_id": 100 + }, + "6202.EG.032": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "032, Treppenhaus", "arch_name": "032@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61908", - "roomcode": "6202.EG.032", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61909", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61908, + "usage_id": 223 + }, + "6202.EG.033": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "033, Duschen", "arch_name": "033@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61909", - "roomcode": "6202.EG.033", - "usage": 113 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61910", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61909, + "usage_id": 113 + }, + "6202.EG.034": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "034, Werkstatt", "arch_name": "034@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61910", - "roomcode": "6202.EG.034", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61911", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61910, + "usage_id": 51 + }, + "6202.EG.035": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "035, Werkstatt", "arch_name": "035@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61911", - "roomcode": "6202.EG.035", - "usage": 51 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=62800", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61911, + "usage_id": 51 + }, + "6202.EG.036": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "036, Garage/Unterstand/Container", "arch_name": "036@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62800", - "roomcode": "6202.EG.036", - "usage": 100 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61912", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62800, + "usage_id": 100 + }, + "6202.EG.040": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "040, Ger\u00e4telager/Turm", "arch_name": "040@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61912", - "roomcode": "6202.EG.040", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=62801", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61912, + "usage_id": 18 + }, + "6202.EG.041": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "041, Treppenaufgang/Turm", "arch_name": "041@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62801", - "roomcode": "6202.EG.041", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, EG", - "address_link": "ris.einzelraum?raumkey=61913", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62801, + "usage_id": 222 + }, + "6202.EG.043": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "043, Abstellraum", "arch_name": "043@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61913", - "roomcode": "6202.EG.043", - "usage": 179 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61892", + "area_id": 38, + "building_id": 810, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61913, + "usage_id": 179 + }, + "6202.U1.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-101, Fernmeldetechnik", "arch_name": "-101@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61892", - "roomcode": "6202.U1.101", - "usage": 202 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61893", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61892, + "usage_id": 202 + }, + "6202.U1.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-102, Server", "arch_name": "-102@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61893", - "roomcode": "6202.U1.102", - "usage": 207 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62793", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61893, + "usage_id": 207 + }, + "6202.U1.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-103, Stromversorgung", "arch_name": "-103@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62793", - "roomcode": "6202.U1.103", - "usage": 160 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62794", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62793, + "usage_id": 160 + }, + "6202.U1.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-104, Hausanschluss", "arch_name": "-104@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62794", - "roomcode": "6202.U1.104", - "usage": 120 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61894", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62794, + "usage_id": 120 + }, + "6202.U1.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-105, Gymnastik", "arch_name": "-105@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61894", - "roomcode": "6202.U1.105", - "usage": 128 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61895", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61894, + "usage_id": 128 + }, + "6202.U1.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-106, Gymnastik", "arch_name": "-106@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61895", - "roomcode": "6202.U1.106", - "usage": 128 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61896", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61895, + "usage_id": 128 + }, + "6202.U1.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-107, Archiv", "arch_name": "-107@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61896", - "roomcode": "6202.U1.107", - "usage": 2 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61897", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61896, + "usage_id": 2 + }, + "6202.U1.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-108, Lager", "arch_name": "-108@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61897", - "roomcode": "6202.U1.108", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61898", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61897, + "usage_id": 30 + }, + "6202.U1.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-109, Lager", "arch_name": "-109@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61898", - "roomcode": "6202.U1.109", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62795", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61898, + "usage_id": 30 + }, + "6202.U1.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-110, Heizung/Brauchwasser", "arch_name": "-110@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62795", - "roomcode": "6202.U1.110", - "usage": 201 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61899", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62795, + "usage_id": 201 + }, + "6202.U1.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-111, Lager", "arch_name": "-111@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61899", - "roomcode": "6202.U1.111", - "usage": 30 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61900", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61899, + "usage_id": 30 + }, + "6202.U1.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-112, Treppenhaus", "arch_name": "-112@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61900", - "roomcode": "6202.U1.112", - "usage": 223 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=61901", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61900, + "usage_id": 223 + }, + "6202.U1.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-113, Flur", "arch_name": "-113@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61901", - "roomcode": "6202.U1.113", - "usage": 222 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62796", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61901, + "usage_id": 222 + }, + "6202.U1.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-140, Ger\u00e4telager/Turm", "arch_name": "-140@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62796", - "roomcode": "6202.U1.140", - "usage": 18 - }, - { - "address": "R\u00f6merhofweg 67, 1.UG", - "address_link": "ris.einzelraum?raumkey=62797", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62796, + "usage_id": 18 + }, + "6202.U1.141": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "alt_name": "-141, Treppenaufgang/Turm", "arch_name": "-141@6202", - "b_area_id": 38, - "b_filter_id": 810, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25930", - "operator": "[ TUZVR15 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62797", - "roomcode": "6202.U1.141", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73693", + "area_id": 38, + "building_id": 810, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25930, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62797, + "usage_id": 222 + }, + "7894.01.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73693", - "roomcode": "7894.01.101", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73694", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73693, + "usage_id": 222 + }, + "7894.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.103, Auditorium", "arch_name": "01.7894.103@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "extended": { - "additional_description": "01.7894.103, Auditorium", - "address": "Freisinger Landstr. 52(7894), 1.Obergescho\u00df", - "architect_room_nr": "01.7894.103@7894", - "area_m2": 243.2, - "building": "7894 Newton (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "103", - "seats": 150, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73694", - "roomcode": "7894.01.103", - "usage": 20 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73497", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": 150, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73694, + "usage_id": 20 + }, + "7894.01.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73497", - "roomcode": "7894.01.104", - "usage": 153 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73496", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73497, + "usage_id": 153 + }, + "7894.01.104A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73496", - "roomcode": "7894.01.104A", - "usage": 153 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73692", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73496, + "usage_id": 153 + }, + "7894.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.106, Catering", "arch_name": "01.7894.106@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73692", - "roomcode": "7894.01.106", - "usage": 28 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73691", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73692, + "usage_id": 28 + }, + "7894.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.107, Lager", "arch_name": "01.7894.107@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73691", - "roomcode": "7894.01.107", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73695", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73691, + "usage_id": 30 + }, + "7894.01.181": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.181, Flur", "arch_name": "01.7894.181@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73695", - "roomcode": "7894.01.181", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73453", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73695, + "usage_id": 222 + }, + "7894.01.181A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.181A, Aufzug", "arch_name": "01.7894.181A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73453", - "roomcode": "7894.01.181A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73452", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73453, + "usage_id": 4 + }, + "7894.01.182": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.182, Treppenhaus", "arch_name": "01.7894.182@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73452", - "roomcode": "7894.01.182", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73686", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73452, + "usage_id": 223 + }, + "7894.01.183": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.183, Flur", "arch_name": "01.7894.183@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73686", - "roomcode": "7894.01.183", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73690", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73686, + "usage_id": 222 + }, + "7894.01.184": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.184, Treppenhaus", "arch_name": "01.7894.184@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73690", - "roomcode": "7894.01.184", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73696", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73690, + "usage_id": 223 + }, + "7894.01.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.201, Besprechungsraum", "arch_name": "01.7894.201@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73696", - "roomcode": "7894.01.201", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73498", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73696, + "usage_id": 196 + }, + "7894.01.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73498", - "roomcode": "7894.01.202", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73380", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73498, + "usage_id": 12 + }, + "7894.01.203A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73380", - "roomcode": "7894.01.203A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73381", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73380, + "usage_id": 115 + }, + "7894.01.203B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73381", - "roomcode": "7894.01.203B", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73701", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73381, + "usage_id": 116 + }, + "7894.01.204": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73701", - "roomcode": "7894.01.204", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73382", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73701, + "usage_id": 110 + }, + "7894.01.205": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73382", - "roomcode": "7894.01.205", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73383", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73382, + "usage_id": 12 + }, + "7894.01.206": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73383", - "roomcode": "7894.01.206", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73388", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73383, + "usage_id": 12 + }, + "7894.01.208": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73388", - "roomcode": "7894.01.208", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73389", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73388, + "usage_id": 12 + }, + "7894.01.210": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73389", - "roomcode": "7894.01.210", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73390", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73389, + "usage_id": 12 + }, + "7894.01.211": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73390", - "roomcode": "7894.01.211", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73391", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73390, + "usage_id": 12 + }, + "7894.01.212A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.212A, WC", "arch_name": "01.7894.212A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73391", - "roomcode": "7894.01.212A", - "usage": 114 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73392", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73391, + "usage_id": 114 + }, + "7894.01.212B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.212B, WC", "arch_name": "01.7894.212B@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73392", - "roomcode": "7894.01.212B", - "usage": 114 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73393", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73392, + "usage_id": 114 + }, + "7894.01.213A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.213A, Besprechungsraum", "arch_name": "01.7894.213A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73393", - "roomcode": "7894.01.213A", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73395", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73393, + "usage_id": 196 + }, + "7894.01.213B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.213B, Besprechungsraum", "arch_name": "01.7894.213B@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73395", - "roomcode": "7894.01.213B", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73396", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73395, + "usage_id": 196 + }, + "7894.01.217": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73396", - "roomcode": "7894.01.217", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73397", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73396, + "usage_id": 12 + }, + "7894.01.218": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73397", - "roomcode": "7894.01.218", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73398", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73397, + "usage_id": 12 + }, + "7894.01.220": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73398", - "roomcode": "7894.01.220", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73399", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73398, + "usage_id": 12 + }, + "7894.01.221": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73399", - "roomcode": "7894.01.221", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73400", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73399, + "usage_id": 12 + }, + "7894.01.222": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73400", - "roomcode": "7894.01.222", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73403", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73400, + "usage_id": 12 + }, + "7894.01.224": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73403", - "roomcode": "7894.01.224", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73404", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73403, + "usage_id": 12 + }, + "7894.01.225": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73404", - "roomcode": "7894.01.225", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73405", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73404, + "usage_id": 12 + }, + "7894.01.226": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73405", - "roomcode": "7894.01.226", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73406", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73405, + "usage_id": 12 + }, + "7894.01.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.227, Besprechungsraum", "arch_name": "01.7894.227@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73406", - "roomcode": "7894.01.227", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73698", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73406, + "usage_id": 196 + }, + "7894.01.228": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73698", - "roomcode": "7894.01.228", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73499", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73698, + "usage_id": 12 + }, + "7894.01.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.270, TGA", "arch_name": "01.7894.270@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73499", - "roomcode": "7894.01.270", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73454", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73499, + "usage_id": 120 + }, + "7894.01.272": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.272, TGA", "arch_name": "01.7894.272@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73454", - "roomcode": "7894.01.272", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73697", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73454, + "usage_id": 120 + }, + "7894.01.280": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.280, Treppenhaus", "arch_name": "01.7894.280@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73697", - "roomcode": "7894.01.280", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73402", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73697, + "usage_id": 223 + }, + "7894.01.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.281, Flur", "arch_name": "01.7894.281@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73402", - "roomcode": "7894.01.281", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73765", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73402, + "usage_id": 222 + }, + "7894.01.282": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.282, Flur", "arch_name": "01.7894.282@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73765", - "roomcode": "7894.01.282", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73394", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73765, + "usage_id": 222 + }, + "7894.01.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.283, Treppenhaus", "arch_name": "01.7894.283@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73394", - "roomcode": "7894.01.283", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73414", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73394, + "usage_id": 223 + }, + "7894.01.301": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73414", - "roomcode": "7894.01.301", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73413", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73414, + "usage_id": 118 + }, + "7894.01.301A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73413", - "roomcode": "7894.01.301A", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73415", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73413, + "usage_id": 116 + }, + "7894.01.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.302, Aufenthaltsraum", "arch_name": "01.7894.302@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73415", - "roomcode": "7894.01.302", - "usage": 44 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73504", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73415, + "usage_id": 44 + }, + "7894.01.303": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73504", - "roomcode": "7894.01.303", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73505", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73504, + "usage_id": 12 + }, + "7894.01.304": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73505", - "roomcode": "7894.01.304", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73522", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73505, + "usage_id": 12 + }, + "7894.01.305": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73522", - "roomcode": "7894.01.305", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73457", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73522, + "usage_id": 12 + }, + "7894.01.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.306, Besprechungsraum", "arch_name": "01.7894.306@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73457", - "roomcode": "7894.01.306", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73523", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73457, + "usage_id": 196 + }, + "7894.01.307": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73523", - "roomcode": "7894.01.307", - "usage": 102 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73524", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73523, + "usage_id": 102 + }, + "7894.01.308": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73524", - "roomcode": "7894.01.308", - "usage": 102 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73525", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73524, + "usage_id": 102 + }, + "7894.01.309": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73525", - "roomcode": "7894.01.309", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73527", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73525, + "usage_id": 12 + }, + "7894.01.310": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73527", - "roomcode": "7894.01.310", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73425", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73527, + "usage_id": 12 + }, + "7894.01.311": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73425", - "roomcode": "7894.01.311", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73426", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73425, + "usage_id": 118 + }, + "7894.01.311A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73426", - "roomcode": "7894.01.311A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73427", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73426, + "usage_id": 115 + }, + "7894.01.311B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.311B, Putzraum", "arch_name": "01.7894.311B@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73427", - "roomcode": "7894.01.311B", - "usage": 205 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73456", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73427, + "usage_id": 205 + }, + "7894.01.313": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73456", - "roomcode": "7894.01.313", - "usage": 102 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73423", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73456, + "usage_id": 102 + }, + "7894.01.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.314, Besprechungsraum", "arch_name": "01.7894.314@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73423", - "roomcode": "7894.01.314", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73408", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73423, + "usage_id": 196 + }, + "7894.01.315": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73408", - "roomcode": "7894.01.315", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73501", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73408, + "usage_id": 12 + }, + "7894.01.317": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73501", - "roomcode": "7894.01.317", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73387", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73501, + "usage_id": 12 + }, + "7894.01.319": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73387", - "roomcode": "7894.01.319", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73385", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73387, + "usage_id": 12 + }, + "7894.01.321": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73385", - "roomcode": "7894.01.321", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73384", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73385, + "usage_id": 12 + }, + "7894.01.322": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73384", - "roomcode": "7894.01.322", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73700", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73384, + "usage_id": 12 + }, + "7894.01.323": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73700", - "roomcode": "7894.01.323", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73409", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73700, + "usage_id": 12 + }, + "7894.01.324": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73409", - "roomcode": "7894.01.324", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73411", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73409, + "usage_id": 12 + }, + "7894.01.325": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.325, Besprechungsraum", "arch_name": "01.7894.325@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73411", - "roomcode": "7894.01.325", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73422", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73411, + "usage_id": 196 + }, + "7894.01.326": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73422", - "roomcode": "7894.01.326", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73420", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73422, + "usage_id": 207 + }, + "7894.01.327": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.327, Copy", "arch_name": "01.7894.327@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73420", - "roomcode": "7894.01.327", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73421", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73420, + "usage_id": 110 + }, + "7894.01.328": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73421", - "roomcode": "7894.01.328", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73410", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73421, + "usage_id": 198 + }, + "7894.01.370": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.370, TGA", "arch_name": "01.7894.370@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73410", - "roomcode": "7894.01.370", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73502", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73410, + "usage_id": 120 + }, + "7894.01.373": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.373, TGA", "arch_name": "01.7894.373@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73502", - "roomcode": "7894.01.373", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73424", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73502, + "usage_id": 120 + }, + "7894.01.375": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.375, TGA", "arch_name": "01.7894.375@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73424", - "roomcode": "7894.01.375", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73407", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73424, + "usage_id": 120 + }, + "7894.01.376": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.376, TGA", "arch_name": "01.7894.376@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73407", - "roomcode": "7894.01.376", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73412", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73407, + "usage_id": 120 + }, + "7894.01.380": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.380, Treppenhaus", "arch_name": "01.7894.380@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73412", - "roomcode": "7894.01.380", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73386", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73412, + "usage_id": 223 + }, + "7894.01.381": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.381, Flur", "arch_name": "01.7894.381@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73386", - "roomcode": "7894.01.381", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73500", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73386, + "usage_id": 222 + }, + "7894.01.382": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.382, Flur", "arch_name": "01.7894.382@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73500", - "roomcode": "7894.01.382", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73521", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73500, + "usage_id": 222 + }, + "7894.01.383": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.383, Treppenhaus", "arch_name": "01.7894.383@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73521", - "roomcode": "7894.01.383", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73528", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73521, + "usage_id": 223 + }, + "7894.01.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.401, Lager", "arch_name": "01.7894.401@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73528", - "roomcode": "7894.01.401", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73531", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73528, + "usage_id": 30 + }, + "7894.01.480": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.480, Flur", "arch_name": "01.7894.480@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73531", - "roomcode": "7894.01.480", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73529", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73531, + "usage_id": 222 + }, + "7894.01.481": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.481, Flur", "arch_name": "01.7894.481@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "211", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73529", - "roomcode": "7894.01.481", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73530", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73529, + "usage_id": 222 + }, + "7894.01.482": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73530", - "roomcode": "7894.01.482", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73752", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73530, + "usage_id": 206 + }, + "7894.01.501": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73752", - "roomcode": "7894.01.501", - "usage": 139 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73760", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73752, + "usage_id": 139 + }, + "7894.01.502": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73760", - "roomcode": "7894.01.502", - "usage": 28 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73418", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73760, + "usage_id": 28 + }, + "7894.01.504": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73418", - "roomcode": "7894.01.504", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73763", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73418, + "usage_id": 118 + }, + "7894.01.504A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73763", - "roomcode": "7894.01.504A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73761", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73763, + "usage_id": 115 + }, + "7894.01.505": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73761", - "roomcode": "7894.01.505", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73762", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73761, + "usage_id": 118 + }, + "7894.01.505A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73762", - "roomcode": "7894.01.505A", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73416", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73762, + "usage_id": 116 + }, + "7894.01.512": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73416", - "roomcode": "7894.01.512", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73417", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73416, + "usage_id": 115 + }, + "7894.01.513": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73417", - "roomcode": "7894.01.513", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73754", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73417, + "usage_id": 115 + }, + "7894.01.515": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.515, Umkleide", "arch_name": "01.7894.515@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73754", - "roomcode": "7894.01.515", - "usage": 121 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73756", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73754, + "usage_id": 121 + }, + "7894.01.516": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73756", - "roomcode": "7894.01.516", - "usage": 121 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73753", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73756, + "usage_id": 121 + }, + "7894.01.517": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.517, Umkleide", "arch_name": "01.7894.517@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73753", - "roomcode": "7894.01.517", - "usage": 121 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73757", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73753, + "usage_id": 121 + }, + "7894.01.518": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.518, Dusche", "arch_name": "01.7894.518@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "224", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73757", - "roomcode": "7894.01.518", - "usage": 113 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73751", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73757, + "usage_id": 113 + }, + "7894.01.519": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.519, Heizung", "arch_name": "01.7894.519@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "225", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73751", - "roomcode": "7894.01.519", - "usage": 54 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73758", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73751, + "usage_id": 54 + }, + "7894.01.580": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.580, Flur", "arch_name": "01.7894.580@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "226", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73758", - "roomcode": "7894.01.580", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73759", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73758, + "usage_id": 222 + }, + "7894.01.580A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.580A, Aufzug", "arch_name": "01.7894.580A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "227", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73759", - "roomcode": "7894.01.580A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73755", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73759, + "usage_id": 4 + }, + "7894.01.581": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.581, Treppenhaus", "arch_name": "01.7894.581@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "228", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73755", - "roomcode": "7894.01.581", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73764", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73755, + "usage_id": 223 + }, + "7894.01.582": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.582, Flur", "arch_name": "01.7894.582@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "229", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73764", - "roomcode": "7894.01.582", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73750", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73764, + "usage_id": 222 + }, + "7894.01.583": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.583, Treppenhaus", "arch_name": "01.7894.583@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "230", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73750", - "roomcode": "7894.01.583", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73419", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73750, + "usage_id": 223 + }, + "7894.01.880": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "231", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73419", - "roomcode": "7894.01.880", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73503", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73419, + "usage_id": 206 + }, + "7894.01.881": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "01.7894.881, Aufzug", "arch_name": "01.7894.881@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "232", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73503", - "roomcode": "7894.01.881", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73526", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73503, + "usage_id": 4 + }, + "7894.01.882": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "233", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73526", - "roomcode": "7894.01.882", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73455", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73526, + "usage_id": 206 + }, + "7894.01.883": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "234", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73455", - "roomcode": "7894.01.883", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 1.OG", - "address_link": "ris.einzelraum?raumkey=73699", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73455, + "usage_id": 206 + }, + "7894.01.884": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "235", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73699", - "roomcode": "7894.01.884", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73604", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73699, + "usage_id": 206 + }, + "7894.02.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "236", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73604", - "roomcode": "7894.02.101", - "usage": 32 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73482", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73604, + "usage_id": 32 + }, + "7894.02.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.102, Technik", "arch_name": "02.7894.102@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "237", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73482", - "roomcode": "7894.02.102", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73689", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73482, + "usage_id": 120 + }, + "7894.02.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.103, Triebwerksraum", "arch_name": "02.7894.103@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "238", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73689", - "roomcode": "7894.02.103", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73606", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73689, + "usage_id": 120 + }, + "7894.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.201, Copy", "arch_name": "02.7894.201@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "239", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73606", - "roomcode": "7894.02.201", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73607", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73606, + "usage_id": 110 + }, + "7894.02.201A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.201A, IT", "arch_name": "02.7894.201A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "240", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73607", - "roomcode": "7894.02.201A", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73609", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73607, + "usage_id": 207 + }, + "7894.02.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "241", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73609", - "roomcode": "7894.02.202", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73483", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73609, + "usage_id": 12 + }, + "7894.02.203A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "242", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73483", - "roomcode": "7894.02.203A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73484", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73483, + "usage_id": 115 + }, + "7894.02.203B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "243", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73484", - "roomcode": "7894.02.203B", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73485", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73484, + "usage_id": 116 + }, + "7894.02.204": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "244", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73485", - "roomcode": "7894.02.204", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73612", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73485, + "usage_id": 198 + }, + "7894.02.205": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "245", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73612", - "roomcode": "7894.02.205", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73613", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73612, + "usage_id": 12 + }, + "7894.02.206": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "246", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73613", - "roomcode": "7894.02.206", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73614", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73613, + "usage_id": 12 + }, + "7894.02.207": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "247", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73614", - "roomcode": "7894.02.207", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73615", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73614, + "usage_id": 12 + }, + "7894.02.208": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "248", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73615", - "roomcode": "7894.02.208", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73617", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73615, + "usage_id": 12 + }, + "7894.02.209": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "249", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73617", - "roomcode": "7894.02.209", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73630", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73617, + "usage_id": 12 + }, + "7894.02.210": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.210, Copy", "arch_name": "02.7894.210@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "250", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73630", - "roomcode": "7894.02.210", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73620", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73630, + "usage_id": 110 + }, + "7894.02.211": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "251", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73620", - "roomcode": "7894.02.211", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73621", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73620, + "usage_id": 198 + }, + "7894.02.212A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "252", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73621", - "roomcode": "7894.02.212A", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73622", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73621, + "usage_id": 116 + }, + "7894.02.212B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "253", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73622", - "roomcode": "7894.02.212B", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73625", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73622, + "usage_id": 115 + }, + "7894.02.213": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "254", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73625", - "roomcode": "7894.02.213", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73627", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73625, + "usage_id": 12 + }, + "7894.02.214": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "255", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73627", - "roomcode": "7894.02.214", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73486", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73627, + "usage_id": 12 + }, + "7894.02.215": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "256", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73486", - "roomcode": "7894.02.215", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73449", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73486, + "usage_id": 12 + }, + "7894.02.217": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.217, Sekretariat", "arch_name": "02.7894.217@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "257", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73449", - "roomcode": "7894.02.217", - "usage": 40 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73450", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73449, + "usage_id": 40 + }, + "7894.02.218": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.218, Sekretariat", "arch_name": "02.7894.218@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "258", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73450", - "roomcode": "7894.02.218", - "usage": 40 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73629", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73450, + "usage_id": 40 + }, + "7894.02.219": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "259", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73629", - "roomcode": "7894.02.219", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73631", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73629, + "usage_id": 12 + }, + "7894.02.221": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "260", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73631", - "roomcode": "7894.02.221", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73632", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73631, + "usage_id": 12 + }, + "7894.02.222": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "261", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73632", - "roomcode": "7894.02.222", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73633", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73632, + "usage_id": 12 + }, + "7894.02.223": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "262", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73633", - "roomcode": "7894.02.223", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73634", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73633, + "usage_id": 12 + }, + "7894.02.224": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "263", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73634", - "roomcode": "7894.02.224", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73637", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73634, + "usage_id": 12 + }, + "7894.02.225": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "264", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73637", - "roomcode": "7894.02.225", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73638", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73637, + "usage_id": 12 + }, + "7894.02.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.226, Besprechungsraum", "arch_name": "02.7894.226@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "265", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73638", - "roomcode": "7894.02.226", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73640", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73638, + "usage_id": 196 + }, + "7894.02.227": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "266", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73640", - "roomcode": "7894.02.227", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73641", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73640, + "usage_id": 196 + }, + "7894.02.228": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "267", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73641", - "roomcode": "7894.02.228", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73610", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73641, + "usage_id": 12 + }, + "7894.02.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.270, TGA", "arch_name": "02.7894.270@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "268", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73610", - "roomcode": "7894.02.270", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73623", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73610, + "usage_id": 120 + }, + "7894.02.273": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.273, TGA", "arch_name": "02.7894.273@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "269", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73623", - "roomcode": "7894.02.273", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73605", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73623, + "usage_id": 120 + }, + "7894.02.280": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.280, Treppenhaus", "arch_name": "02.7894.280@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "270", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73605", - "roomcode": "7894.02.280", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73639", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73605, + "usage_id": 223 + }, + "7894.02.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.281, Flur", "arch_name": "02.7894.281@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "271", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73639", - "roomcode": "7894.02.281", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73448", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73639, + "usage_id": 222 + }, + "7894.02.282": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.282, Flur", "arch_name": "02.7894.282@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "272", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73448", - "roomcode": "7894.02.282", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73487", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73448, + "usage_id": 222 + }, + "7894.02.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.283, Flur", "arch_name": "02.7894.283@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "273", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73487", - "roomcode": "7894.02.283", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73628", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73487, + "usage_id": 222 + }, + "7894.02.284": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.284, Treppenhaus", "arch_name": "02.7894.284@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "274", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73628", - "roomcode": "7894.02.284", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73489", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73628, + "usage_id": 223 + }, + "7894.02.301": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "275", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73489", - "roomcode": "7894.02.301", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73488", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73489, + "usage_id": 118 + }, + "7894.02.301A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "276", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73488", - "roomcode": "7894.02.301A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73643", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73488, + "usage_id": 115 + }, + "7894.02.302": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "277", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73643", - "roomcode": "7894.02.302", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73642", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73643, + "usage_id": 12 + }, + "7894.02.302A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.302A, Besprechungsraum", "arch_name": "02.7894.302A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "278", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73642", - "roomcode": "7894.02.302A", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73646", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73642, + "usage_id": 196 + }, + "7894.02.303": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "279", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73646", - "roomcode": "7894.02.303", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73647", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73646, + "usage_id": 12 + }, + "7894.02.305": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "280", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73647", - "roomcode": "7894.02.305", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73648", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73647, + "usage_id": 12 + }, + "7894.02.306": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "281", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73648", - "roomcode": "7894.02.306", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73649", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73648, + "usage_id": 12 + }, + "7894.02.307": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "282", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73649", - "roomcode": "7894.02.307", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73669", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73649, + "usage_id": 12 + }, + "7894.02.307A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.307A, Besprechungsraum", "arch_name": "02.7894.307A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "283", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73669", - "roomcode": "7894.02.307A", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73670", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73669, + "usage_id": 196 + }, + "7894.02.308": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "284", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73670", - "roomcode": "7894.02.308", - "usage": 37 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73652", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73670, + "usage_id": 37 + }, + "7894.02.309": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "285", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73652", - "roomcode": "7894.02.309", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73653", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73652, + "usage_id": 12 + }, + "7894.02.310": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "286", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73653", - "roomcode": "7894.02.310", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73654", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73653, + "usage_id": 12 + }, + "7894.02.311": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "287", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73654", - "roomcode": "7894.02.311", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73667", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73654, + "usage_id": 12 + }, + "7894.02.311A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "288", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73667", - "roomcode": "7894.02.311A", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73655", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73667, + "usage_id": 207 + }, + "7894.02.312": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "289", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73655", - "roomcode": "7894.02.312", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73656", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73655, + "usage_id": 12 + }, + "7894.02.313": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "290", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73656", - "roomcode": "7894.02.313", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73492", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73656, + "usage_id": 12 + }, + "7894.02.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.314, Besprechungsraum", "arch_name": "02.7894.314@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "291", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73492", - "roomcode": "7894.02.314", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73493", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73492, + "usage_id": 196 + }, + "7894.02.315": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "292", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73493", - "roomcode": "7894.02.315", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73658", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73493, + "usage_id": 12 + }, + "7894.02.316": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "293", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73658", - "roomcode": "7894.02.316", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73659", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73658, + "usage_id": 118 + }, + "7894.02.316A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "294", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73659", - "roomcode": "7894.02.316A", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73660", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73659, + "usage_id": 116 + }, + "7894.02.316B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.316B, Putzraum", "arch_name": "02.7894.316B@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "295", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73660", - "roomcode": "7894.02.316B", - "usage": 205 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73494", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73660, + "usage_id": 205 + }, + "7894.02.317": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "296", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73494", - "roomcode": "7894.02.317", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73626", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73494, + "usage_id": 12 + }, + "7894.02.318": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "297", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73626", - "roomcode": "7894.02.318", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73664", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73626, + "usage_id": 12 + }, + "7894.02.319": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.319, Besprechungsraum", "arch_name": "02.7894.319@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "298", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73664", - "roomcode": "7894.02.319", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73665", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73664, + "usage_id": 196 + }, + "7894.02.320": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "299", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73665", - "roomcode": "7894.02.320", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73666", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73665, + "usage_id": 12 + }, + "7894.02.321": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "300", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73666", - "roomcode": "7894.02.321", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73619", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73666, + "usage_id": 12 + }, + "7894.02.322": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "301", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73619", - "roomcode": "7894.02.322", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73668", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73619, + "usage_id": 12 + }, + "7894.02.323": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.323, Lager", "arch_name": "02.7894.323@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "302", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73668", - "roomcode": "7894.02.323", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73618", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73668, + "usage_id": 30 + }, + "7894.02.324": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "303", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73618", - "roomcode": "7894.02.324", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73495", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73618, + "usage_id": 12 + }, + "7894.02.325": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "304", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73495", - "roomcode": "7894.02.325", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73616", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73495, + "usage_id": 12 + }, + "7894.02.326": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "305", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73616", - "roomcode": "7894.02.326", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73611", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73616, + "usage_id": 12 + }, + "7894.02.327": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "306", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73611", - "roomcode": "7894.02.327", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73672", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73611, + "usage_id": 12 + }, + "7894.02.328": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "307", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73672", - "roomcode": "7894.02.328", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73675", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73672, + "usage_id": 12 + }, + "7894.02.329": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "308", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73675", - "roomcode": "7894.02.329", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73673", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73675, + "usage_id": 12 + }, + "7894.02.330": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.330, Copy", "arch_name": "02.7894.330@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "309", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73673", - "roomcode": "7894.02.330", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73674", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73673, + "usage_id": 110 + }, + "7894.02.331": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "310", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73674", - "roomcode": "7894.02.331", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73677", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73674, + "usage_id": 198 + }, + "7894.02.332": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "311", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73677", - "roomcode": "7894.02.332", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73644", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73677, + "usage_id": 12 + }, + "7894.02.370": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.370, TGA", "arch_name": "02.7894.370@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "312", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73644", - "roomcode": "7894.02.370", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73657", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73644, + "usage_id": 120 + }, + "7894.02.373": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.373, TGA", "arch_name": "02.7894.373@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "313", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73657", - "roomcode": "7894.02.373", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73676", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73657, + "usage_id": 120 + }, + "7894.02.377": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.377, TGA", "arch_name": "02.7894.377@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "314", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73676", - "roomcode": "7894.02.377", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73662", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73676, + "usage_id": 120 + }, + "7894.02.379": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.379, TGA", "arch_name": "02.7894.379@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "315", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73662", - "roomcode": "7894.02.379", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73490", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73662, + "usage_id": 120 + }, + "7894.02.380": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.380, Treppenhaus", "arch_name": "02.7894.380@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "316", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73490", - "roomcode": "7894.02.380", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73451", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73490, + "usage_id": 223 + }, + "7894.02.381": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.381, Flur", "arch_name": "02.7894.381@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "317", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73451", - "roomcode": "7894.02.381", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73671", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73451, + "usage_id": 222 + }, + "7894.02.382": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.382, Flur", "arch_name": "02.7894.382@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "318", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73671", - "roomcode": "7894.02.382", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73663", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73671, + "usage_id": 222 + }, + "7894.02.383": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.383, Flur", "arch_name": "02.7894.383@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "319", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73663", - "roomcode": "7894.02.383", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73661", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73663, + "usage_id": 222 + }, + "7894.02.384": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.384, Treppenhaus", "arch_name": "02.7894.384@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "320", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73661", - "roomcode": "7894.02.384", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73679", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73661, + "usage_id": 223 + }, + "7894.02.501A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.501A, BMZ", "arch_name": "02.7894.501A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "321", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73679", - "roomcode": "7894.02.501A", - "usage": 202 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73682", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73679, + "usage_id": 202 + }, + "7894.02.502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.502, Technik", "arch_name": "02.7894.502@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "322", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73682", - "roomcode": "7894.02.502", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73683", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73682, + "usage_id": 120 + }, + "7894.02.502A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.502A, Technik", "arch_name": "02.7894.502A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "323", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73683", - "roomcode": "7894.02.502A", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73681", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73683, + "usage_id": 120 + }, + "7894.02.503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.503, Technik", "arch_name": "02.7894.503@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "324", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73681", - "roomcode": "7894.02.503", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73688", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73681, + "usage_id": 120 + }, + "7894.02.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.505, Technik", "arch_name": "02.7894.505@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "325", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73688", - "roomcode": "7894.02.505", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73680", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73688, + "usage_id": 120 + }, + "7894.02.580": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.580, Flur", "arch_name": "02.7894.580@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "326", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73680", - "roomcode": "7894.02.580", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73685", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73680, + "usage_id": 222 + }, + "7894.02.580A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.580A, Aufzug", "arch_name": "02.7894.580A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "327", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73685", - "roomcode": "7894.02.580A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73684", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73685, + "usage_id": 4 + }, + "7894.02.581": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.581, Treppenhaus", "arch_name": "02.7894.581@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "328", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73684", - "roomcode": "7894.02.581", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73687", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73684, + "usage_id": 223 + }, + "7894.02.582": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.582, Flur", "arch_name": "02.7894.582@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "329", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73687", - "roomcode": "7894.02.582", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73608", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73687, + "usage_id": 222 + }, + "7894.02.880": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "330", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73608", - "roomcode": "7894.02.880", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73624", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73608, + "usage_id": 206 + }, + "7894.02.881": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "331", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73624", - "roomcode": "7894.02.881", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73678", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73624, + "usage_id": 206 + }, + "7894.02.883": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "332", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73678", - "roomcode": "7894.02.883", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73645", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73678, + "usage_id": 206 + }, + "7894.02.883A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "02.7894.883A, Aufzug", "arch_name": "02.7894.883A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "333", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73645", - "roomcode": "7894.02.883A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, 2.OG", - "address_link": "ris.einzelraum?raumkey=73491", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73645, + "usage_id": 4 + }, + "7894.02.884": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "334", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73491", - "roomcode": "7894.02.884", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73515", + "area_id": 57, + "building_id": 3010, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73491, + "usage_id": 206 + }, + "7894.EG.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.101, Security", "arch_name": "00.7894.101@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73515", - "roomcode": "7894.EG.101", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73514", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73515, + "usage_id": 12 + }, + "7894.EG.101A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.101A, EDV", "arch_name": "00.7894.101A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73514", - "roomcode": "7894.EG.101A", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73516", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73514, + "usage_id": 207 + }, + "7894.EG.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.102, Garderobe", "arch_name": "00.7894.102@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73516", - "roomcode": "7894.EG.102", - "usage": 121 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73518", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73516, + "usage_id": 121 + }, + "7894.EG.103": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73518", - "roomcode": "7894.EG.103", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73517", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73518, + "usage_id": 198 + }, + "7894.EG.103A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.103A, Vorraum", "arch_name": "00.7894.103A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73517", - "roomcode": "7894.EG.103A", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73536", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73517, + "usage_id": 222 + }, + "7894.EG.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73536", - "roomcode": "7894.EG.104", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73513", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73536, + "usage_id": 118 + }, + "7894.EG.104A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73513", - "roomcode": "7894.EG.104A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73437", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73513, + "usage_id": 115 + }, + "7894.EG.105": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73437", - "roomcode": "7894.EG.105", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73512", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73437, + "usage_id": 118 + }, + "7894.EG.105A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73512", - "roomcode": "7894.EG.105A", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73510", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73512, + "usage_id": 116 + }, + "7894.EG.106": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73510", - "roomcode": "7894.EG.106", - "usage": 117 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73511", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73510, + "usage_id": 117 + }, + "7894.EG.106A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.106A, Putzraum", "arch_name": "00.7894.106A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73511", - "roomcode": "7894.EG.106A", - "usage": 205 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73467", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73511, + "usage_id": 205 + }, + "7894.EG.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.108, Lager", "arch_name": "00.7894.108@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73467", - "roomcode": "7894.EG.108", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73464", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73467, + "usage_id": 30 + }, + "7894.EG.109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.109, Besprechungsraum", "arch_name": "00.7894.109@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73464", - "roomcode": "7894.EG.109", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73465", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73464, + "usage_id": 196 + }, + "7894.EG.110": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.110, Besprechungsraum", "arch_name": "00.7894.110@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73465", - "roomcode": "7894.EG.110", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73463", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73465, + "usage_id": 196 + }, + "7894.EG.111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.111, Seminarraum", "arch_name": "00.7894.111@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "extended": { - "additional_description": "00.7894.111, Seminarraum", - "address": "Freisinger Landstr. 52(7894), Erdgescho\u00df", - "architect_room_nr": "00.7894.111@7894", - "area_m2": 56.2, - "building": "7894 Newton (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "111", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73463", - "roomcode": "7894.EG.111", - "usage": 41 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73462", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73463, + "usage_id": 41 + }, + "7894.EG.112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.112, Besprechungsraum", "arch_name": "00.7894.112@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73462", - "roomcode": "7894.EG.112", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73461", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73462, + "usage_id": 196 + }, + "7894.EG.113": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.113, Besprechungsraum", "arch_name": "00.7894.113@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73461", - "roomcode": "7894.EG.113", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73532", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73461, + "usage_id": 196 + }, + "7894.EG.114": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.114, Putzraum", "arch_name": "00.7894.114@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73532", - "roomcode": "7894.EG.114", - "usage": 205 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73460", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73532, + "usage_id": 205 + }, + "7894.EG.115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.115, Besprechungsraum", "arch_name": "00.7894.115@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73460", - "roomcode": "7894.EG.115", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73535", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73460, + "usage_id": 196 + }, + "7894.EG.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.116, Copy", "arch_name": "00.7894.116@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73535", - "roomcode": "7894.EG.116", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73520", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73535, + "usage_id": 110 + }, + "7894.EG.180A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73520", - "roomcode": "7894.EG.180A", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73534", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73520, + "usage_id": 222 + }, + "7894.EG.180B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.180B, Flur", "arch_name": "00.7894.180B@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73534", - "roomcode": "7894.EG.180B", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73466", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73534, + "usage_id": 222 + }, + "7894.EG.180C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.180C, Flur", "arch_name": "00.7894.180C@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73466", - "roomcode": "7894.EG.180C", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73533", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73466, + "usage_id": 222 + }, + "7894.EG.180D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.180D, Aufzug", "arch_name": "00.7894.180D@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73533", - "roomcode": "7894.EG.180D", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73538", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73533, + "usage_id": 4 + }, + "7894.EG.201": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73538", - "roomcode": "7894.EG.201", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73539", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73538, + "usage_id": 12 + }, + "7894.EG.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73539", - "roomcode": "7894.EG.202", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73541", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73539, + "usage_id": 12 + }, + "7894.EG.203": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73541", - "roomcode": "7894.EG.203", - "usage": 117 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73542", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73541, + "usage_id": 117 + }, + "7894.EG.204": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73542", - "roomcode": "7894.EG.204", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73468", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73542, + "usage_id": 198 + }, + "7894.EG.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.205, Copy", "arch_name": "00.7894.205@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73468", - "roomcode": "7894.EG.205", - "usage": 110 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73469", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73468, + "usage_id": 110 + }, + "7894.EG.206": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.206, Lager", "arch_name": "00.7894.206@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73469", - "roomcode": "7894.EG.206", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73470", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73469, + "usage_id": 30 + }, + "7894.EG.207": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73470", - "roomcode": "7894.EG.207", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73471", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73470, + "usage_id": 12 + }, + "7894.EG.208": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73471", - "roomcode": "7894.EG.208", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73472", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73471, + "usage_id": 12 + }, + "7894.EG.209": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73472", - "roomcode": "7894.EG.209", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73473", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73472, + "usage_id": 12 + }, + "7894.EG.210": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73473", - "roomcode": "7894.EG.210", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73474", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73473, + "usage_id": 12 + }, + "7894.EG.211": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73474", - "roomcode": "7894.EG.211", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73438", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73474, + "usage_id": 12 + }, + "7894.EG.212": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73438", - "roomcode": "7894.EG.212", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73545", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73438, + "usage_id": 12 + }, + "7894.EG.213": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73545", - "roomcode": "7894.EG.213", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73440", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73545, + "usage_id": 12 + }, + "7894.EG.214": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73440", - "roomcode": "7894.EG.214", - "usage": 44 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73547", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73440, + "usage_id": 44 + }, + "7894.EG.215": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73547", - "roomcode": "7894.EG.215", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73548", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73547, + "usage_id": 12 + }, + "7894.EG.216": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73548", - "roomcode": "7894.EG.216", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73549", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73548, + "usage_id": 12 + }, + "7894.EG.217": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73549", - "roomcode": "7894.EG.217", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73550", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73549, + "usage_id": 12 + }, + "7894.EG.218": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73550", - "roomcode": "7894.EG.218", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73551", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73550, + "usage_id": 12 + }, + "7894.EG.219": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73551", - "roomcode": "7894.EG.219", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73552", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73551, + "usage_id": 12 + }, + "7894.EG.220": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73552", - "roomcode": "7894.EG.220", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73553", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73552, + "usage_id": 12 + }, + "7894.EG.221": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73553", - "roomcode": "7894.EG.221", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73554", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73553, + "usage_id": 12 + }, + "7894.EG.222": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73554", - "roomcode": "7894.EG.222", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73555", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73554, + "usage_id": 12 + }, + "7894.EG.223": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73555", - "roomcode": "7894.EG.223", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73556", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73555, + "usage_id": 12 + }, + "7894.EG.224": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73556", - "roomcode": "7894.EG.224", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73557", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73556, + "usage_id": 12 + }, + "7894.EG.225": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73557", - "roomcode": "7894.EG.225", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73558", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73557, + "usage_id": 12 + }, + "7894.EG.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.226, Besprechungsraum", "arch_name": "00.7894.226@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73558", - "roomcode": "7894.EG.226", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73559", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73558, + "usage_id": 196 + }, + "7894.EG.227": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73559", - "roomcode": "7894.EG.227", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73560", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73559, + "usage_id": 12 + }, + "7894.EG.228": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73560", - "roomcode": "7894.EG.228", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73561", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73560, + "usage_id": 12 + }, + "7894.EG.229": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73561", - "roomcode": "7894.EG.229", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73540", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73561, + "usage_id": 12 + }, + "7894.EG.270": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.270, TGA", "arch_name": "00.7894.270@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73540", - "roomcode": "7894.EG.270", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73439", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73540, + "usage_id": 120 + }, + "7894.EG.272": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.272, TGA", "arch_name": "00.7894.272@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73439", - "roomcode": "7894.EG.272", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73537", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73439, + "usage_id": 120 + }, + "7894.EG.280": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.280, Treppenhaus", "arch_name": "00.7894.280@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73537", - "roomcode": "7894.EG.280", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73543", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73537, + "usage_id": 223 + }, + "7894.EG.281": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.281, Flur", "arch_name": "00.7894.281@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73543", - "roomcode": "7894.EG.281", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73544", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73543, + "usage_id": 222 + }, + "7894.EG.282": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.282, Flur", "arch_name": "00.7894.282@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73544", - "roomcode": "7894.EG.282", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73546", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73544, + "usage_id": 222 + }, + "7894.EG.283": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.283, Treppenhaus", "arch_name": "00.7894.283@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73546", - "roomcode": "7894.EG.283", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73565", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73546, + "usage_id": 223 + }, + "7894.EG.301": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73565", - "roomcode": "7894.EG.301", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73564", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73565, + "usage_id": 118 + }, + "7894.EG.301B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73564", - "roomcode": "7894.EG.301B", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73563", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73564, + "usage_id": 115 + }, + "7894.EG.302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.302, Besprechungsraum", "arch_name": "00.7894.302@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73563", - "roomcode": "7894.EG.302", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73476", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73563, + "usage_id": 196 + }, + "7894.EG.303": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73476", - "roomcode": "7894.EG.303", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73570", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73476, + "usage_id": 103 + }, + "7894.EG.305": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73570", - "roomcode": "7894.EG.305", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73571", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73570, + "usage_id": 103 + }, + "7894.EG.306": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73571", - "roomcode": "7894.EG.306", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73479", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73571, + "usage_id": 103 + }, + "7894.EG.306A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.306A, Labor", "arch_name": "00.7894.306A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73479", - "roomcode": "7894.EG.306A", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73478", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73479, + "usage_id": 103 + }, + "7894.EG.307": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73478", - "roomcode": "7894.EG.307", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73446", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73478, + "usage_id": 103 + }, + "7894.EG.309": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73446", - "roomcode": "7894.EG.309", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73574", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73446, + "usage_id": 12 + }, + "7894.EG.310": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73574", - "roomcode": "7894.EG.310", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73576", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73574, + "usage_id": 118 + }, + "7894.EG.310A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.310A, Putzraum", "arch_name": "00.7894.310A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73576", - "roomcode": "7894.EG.310A", - "usage": 205 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73575", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73576, + "usage_id": 205 + }, + "7894.EG.310B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73575", - "roomcode": "7894.EG.310B", - "usage": 116 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73578", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73575, + "usage_id": 116 + }, + "7894.EG.311": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.311, Elektronenmikroskopie", "arch_name": "00.7894.311@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73578", - "roomcode": "7894.EG.311", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73573", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73578, + "usage_id": 103 + }, + "7894.EG.313": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.313, Lager", "arch_name": "00.7894.313@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73573", - "roomcode": "7894.EG.313", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73444", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73573, + "usage_id": 30 + }, + "7894.EG.313A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.313A, IT", "arch_name": "00.7894.313A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73444", - "roomcode": "7894.EG.313A", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73580", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73444, + "usage_id": 207 + }, + "7894.EG.314": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73580", - "roomcode": "7894.EG.314", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73445", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73580, + "usage_id": 12 + }, + "7894.EG.315": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73445", - "roomcode": "7894.EG.315", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73581", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73445, + "usage_id": 103 + }, + "7894.EG.317": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73581", - "roomcode": "7894.EG.317", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73582", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73581, + "usage_id": 103 + }, + "7894.EG.319": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73582", - "roomcode": "7894.EG.319", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73583", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73582, + "usage_id": 103 + }, + "7894.EG.321": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73583", - "roomcode": "7894.EG.321", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73584", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73583, + "usage_id": 103 + }, + "7894.EG.322": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73584", - "roomcode": "7894.EG.322", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73569", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73584, + "usage_id": 12 + }, + "7894.EG.324": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.324, Lager", "arch_name": "00.7894.324@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73569", - "roomcode": "7894.EG.324", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73568", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73569, + "usage_id": 30 + }, + "7894.EG.325": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73568", - "roomcode": "7894.EG.325", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73586", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73568, + "usage_id": 198 + }, + "7894.EG.326": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73586", - "roomcode": "7894.EG.326", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73567", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73586, + "usage_id": 12 + }, + "7894.EG.329": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73567", - "roomcode": "7894.EG.329", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73566", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73567, + "usage_id": 12 + }, + "7894.EG.371": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.371, TGA", "arch_name": "00.7894.371@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73566", - "roomcode": "7894.EG.371", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73572", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73566, + "usage_id": 120 + }, + "7894.EG.373": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.373, TGA", "arch_name": "00.7894.373@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73572", - "roomcode": "7894.EG.373", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73579", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73572, + "usage_id": 120 + }, + "7894.EG.374": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.374, TGA", "arch_name": "00.7894.374@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73579", - "roomcode": "7894.EG.374", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73585", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73579, + "usage_id": 120 + }, + "7894.EG.375": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.375, TGA", "arch_name": "00.7894.375@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73585", - "roomcode": "7894.EG.375", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73475", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73585, + "usage_id": 120 + }, + "7894.EG.380": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.380, Treppenhaus", "arch_name": "00.7894.380@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73475", - "roomcode": "7894.EG.380", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73442", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73475, + "usage_id": 223 + }, + "7894.EG.381": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.381, Flur", "arch_name": "00.7894.381@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73442", - "roomcode": "7894.EG.381", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73443", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73442, + "usage_id": 222 + }, + "7894.EG.382": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.382, Flur", "arch_name": "00.7894.382@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73443", - "roomcode": "7894.EG.382", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73577", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73443, + "usage_id": 222 + }, + "7894.EG.383": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.383, Treppenhaus", "arch_name": "00.7894.383@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73577", - "roomcode": "7894.EG.383", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73591", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73577, + "usage_id": 223 + }, + "7894.EG.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.401, Kontrollraum", "arch_name": "00.7894.401@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73591", - "roomcode": "7894.EG.401", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73592", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73591, + "usage_id": 12 + }, + "7894.EG.402": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73592", - "roomcode": "7894.EG.402", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73590", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73592, + "usage_id": 103 + }, + "7894.EG.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.403, Lager", "arch_name": "00.7894.403@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73590", - "roomcode": "7894.EG.403", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73589", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73590, + "usage_id": 30 + }, + "7894.EG.404": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73589", - "roomcode": "7894.EG.404", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73588", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73589, + "usage_id": 103 + }, + "7894.EG.405": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73588", - "roomcode": "7894.EG.405", - "usage": 103 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73481", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73588, + "usage_id": 103 + }, + "7894.EG.408": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73481", - "roomcode": "7894.EG.408", - "usage": 49 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73480", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73481, + "usage_id": 49 + }, + "7894.EG.410": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73480", - "roomcode": "7894.EG.410", - "usage": 49 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73587", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73480, + "usage_id": 49 + }, + "7894.EG.412": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.412, Lager", "arch_name": "00.7894.412@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73587", - "roomcode": "7894.EG.412", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73603", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73587, + "usage_id": 30 + }, + "7894.EG.501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.501, Lager", "arch_name": "00.7894.501@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73603", - "roomcode": "7894.EG.501", - "usage": 180 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73602", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73603, + "usage_id": 180 + }, + "7894.EG.502A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.502A, Lager", "arch_name": "00.7894.502A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73602", - "roomcode": "7894.EG.502A", - "usage": 180 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73596", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73602, + "usage_id": 180 + }, + "7894.EG.505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.505, Lager", "arch_name": "00.7894.505@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73596", - "roomcode": "7894.EG.505", - "usage": 180 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73601", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73596, + "usage_id": 180 + }, + "7894.EG.505A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73601", - "roomcode": "7894.EG.505A", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73597", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73601, + "usage_id": 12 + }, + "7894.EG.506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.506, Flaschenlager", "arch_name": "00.7894.506@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73597", - "roomcode": "7894.EG.506", - "usage": 30 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73447", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73597, + "usage_id": 30 + }, + "7894.EG.507": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73447", - "roomcode": "7894.EG.507", - "usage": 214 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73594", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73447, + "usage_id": 214 + }, + "7894.EG.508": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.508, Kompressor", "arch_name": "00.7894.508@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73594", - "roomcode": "7894.EG.508", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73595", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73594, + "usage_id": 120 + }, + "7894.EG.509": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73595", - "roomcode": "7894.EG.509", - "usage": 37 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73593", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73595, + "usage_id": 37 + }, + "7894.EG.510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.510, Technik", "arch_name": "00.7894.510@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73593", - "roomcode": "7894.EG.510", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73599", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73593, + "usage_id": 120 + }, + "7894.EG.580": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.580, Flur", "arch_name": "00.7894.580@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73599", - "roomcode": "7894.EG.580", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73600", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73599, + "usage_id": 222 + }, + "7894.EG.580A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.880A, Aufzug", "arch_name": "00.7894.880A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73600", - "roomcode": "7894.EG.580A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73598", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73600, + "usage_id": 4 + }, + "7894.EG.581": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.581, Treppenhaus", "arch_name": "00.7894.581@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73598", - "roomcode": "7894.EG.581", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73519", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73598, + "usage_id": 223 + }, + "7894.EG.880": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.880, Atrium", "arch_name": "00.7894.880@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73519", - "roomcode": "7894.EG.880", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73562", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73519, + "usage_id": 222 + }, + "7894.EG.881": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73562", - "roomcode": "7894.EG.881", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73477", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Holzpflaster", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73562, + "usage_id": 222 + }, + "7894.EG.882": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73477", - "roomcode": "7894.EG.882", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, EG", - "address_link": "ris.einzelraum?raumkey=73441", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73477, + "usage_id": 222 + }, + "7894.EG.882A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "00.7894.882A, Aufzug", "arch_name": "00.7894.882A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73441", - "roomcode": "7894.EG.882A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73458", + "area_id": 57, + "building_id": 3010, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73441, + "usage_id": 4 + }, + "7894.TP.502": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73458", - "roomcode": "7894.TP.502", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73507", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73458, + "usage_id": 196 + }, + "7894.TP.503": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73507", - "roomcode": "7894.TP.503", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73434", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73507, + "usage_id": 196 + }, + "7894.TP.504A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "Z1.7894.504A, BMZ", "arch_name": "Z1.7894.504A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73434", - "roomcode": "7894.TP.504A", - "usage": 202 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73506", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73434, + "usage_id": 202 + }, + "7894.TP.504B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "Z1.7894.504B, Rechnerraum", "arch_name": "Z1.7894.504B@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73506", - "roomcode": "7894.TP.504B", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73508", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73506, + "usage_id": 207 + }, + "7894.TP.580": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "Z1.7894.580, Treppenhaus", "arch_name": "Z1.7894.580@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73508", - "roomcode": "7894.TP.580", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73509", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73508, + "usage_id": 223 + }, + "7894.TP.581": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "Z1.7894.581, Flur", "arch_name": "Z1.7894.581@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73509", - "roomcode": "7894.TP.581", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, TP", - "address_link": "ris.einzelraum?raumkey=73459", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73509, + "usage_id": 222 + }, + "7894.TP.581A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "Z1.7894.581A, Aufzug", "arch_name": "Z1.7894.581A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73459", - "roomcode": "7894.TP.581A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73433", + "area_id": 57, + "building_id": 3010, + "floor_level": "TP", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73459, + "usage_id": 4 + }, + "7894.U1.380": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "-1.7894.380, Flur", "arch_name": "-1.7894.380@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73433", - "roomcode": "7894.U1.380", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73432", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73433, + "usage_id": 222 + }, + "7894.U1.381": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "-1.7894.381, Flur", "arch_name": "-1.7894.381@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73432", - "roomcode": "7894.U1.381", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73431", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73432, + "usage_id": 222 + }, + "7894.U1.383": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "-1.7894.383, Flur", "arch_name": "-1.7894.383@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73431", - "roomcode": "7894.U1.383", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73401", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73431, + "usage_id": 222 + }, + "7894.U1.502": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73401", - "roomcode": "7894.U1.502", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73428", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73401, + "usage_id": 120 + }, + "7894.U1.503": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73428", - "roomcode": "7894.U1.503", - "usage": 183 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73429", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73428, + "usage_id": 183 + }, + "7894.U1.504": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73429", - "roomcode": "7894.U1.504", - "usage": 214 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73436", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73429, + "usage_id": 214 + }, + "7894.U1.580": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "-1.7894.580, Treppenhaus", "arch_name": "-1.7894.580@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73436", - "roomcode": "7894.U1.580", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73435", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73436, + "usage_id": 223 + }, + "7894.U1.581": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "-1.7894.581, Flur", "arch_name": "-1.7894.581@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73435", - "roomcode": "7894.U1.581", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 52, 1.UG", - "address_link": "ris.einzelraum?raumkey=73430", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73435, + "usage_id": 222 + }, + "7894.U1.581A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "alt_name": "-1.7894.581A, Aufzug", "arch_name": "-1.7894.581A@7894", - "b_area_id": 57, - "b_filter_id": 3010, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73430", - "roomcode": "7894.U1.581A", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74226", + "area_id": 57, + "building_id": 3010, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73430, + "usage_id": 4 + }, + "7895.EG.001": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3089, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74226", - "roomcode": "7895.EG.001", - "usage": 49 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74213", + "area_id": 57, + "building_id": 3089, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74226, + "usage_id": 49 + }, + "7896.01.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74213", - "roomcode": "7896.01.101", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74214", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74213, + "usage_id": 118 + }, + "7896.01.101A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74214", - "roomcode": "7896.01.101A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74224", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74214, + "usage_id": 115 + }, + "7896.01.102": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74224", - "roomcode": "7896.01.102", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74225", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74224, + "usage_id": 118 + }, + "7896.01.102A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74225", - "roomcode": "7896.01.102A", - "usage": 114 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74215", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74225, + "usage_id": 114 + }, + "7896.01.103": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74215", - "roomcode": "7896.01.103", - "usage": 198 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74218", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74215, + "usage_id": 198 + }, + "7896.01.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74218", - "roomcode": "7896.01.104", - "usage": 196 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74219", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74218, + "usage_id": 196 + }, + "7896.01.105": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74219", - "roomcode": "7896.01.105", - "usage": 207 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74217", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74219, + "usage_id": 207 + }, + "7896.01.107": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74217", - "roomcode": "7896.01.107", - "usage": 102 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74200", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74217, + "usage_id": 102 + }, + "7896.01.108": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74200", - "roomcode": "7896.01.108", - "usage": 121 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74201", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74200, + "usage_id": 121 + }, + "7896.01.108A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74201", - "roomcode": "7896.01.108A", - "usage": 113 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74199", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74201, + "usage_id": 113 + }, + "7896.01.109": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74199", - "roomcode": "7896.01.109", - "usage": 121 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74198", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74199, + "usage_id": 121 + }, + "7896.01.109A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74198", - "roomcode": "7896.01.109A", - "usage": 113 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74216", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74198, + "usage_id": 113 + }, + "7896.01.110A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.1.10A, Flur", "arch_name": "C1.1.10A@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74216", - "roomcode": "7896.01.110A", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74197", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74216, + "usage_id": 222 + }, + "7896.01.110B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.1.10B, Flur", "arch_name": "C1.1.10B@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74197", - "roomcode": "7896.01.110B", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74211", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74197, + "usage_id": 222 + }, + "7896.01.170": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74211", - "roomcode": "7896.01.170", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74196", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74211, + "usage_id": 223 + }, + "7896.01.171": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74196", - "roomcode": "7896.01.171", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74212", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74196, + "usage_id": 222 + }, + "7896.01.172": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.0.A1, Aufzug", "arch_name": "C1.0.A1@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74212", - "roomcode": "7896.01.172", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74207", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74212, + "usage_id": 4 + }, + "7896.01.173": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74207", - "roomcode": "7896.01.173", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74206", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74207, + "usage_id": 206 + }, + "7896.01.201": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74206", - "roomcode": "7896.01.201", - "usage": 201 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74205", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74206, + "usage_id": 201 + }, + "7896.01.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74205", - "roomcode": "7896.01.202", - "usage": 12 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74203", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74205, + "usage_id": 12 + }, + "7896.01.203": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74203", - "roomcode": "7896.01.203", - "usage": 180 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74202", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74203, + "usage_id": 180 + }, + "7896.01.204": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74202", - "roomcode": "7896.01.204", - "usage": 180 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74220", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74202, + "usage_id": 180 + }, + "7896.01.205": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C2.1.05, Galerie", "arch_name": "C2.1.05@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74220", - "roomcode": "7896.01.205", - "usage": 206 - }, - { - "address": "Freisinger Landstr. 50, 1.OG", - "address_link": "ris.einzelraum?raumkey=74204", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74220, + "usage_id": 206 + }, + "7896.01.270": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74204", - "roomcode": "7896.01.270", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 50, 2.OG", - "address_link": "ris.einzelraum?raumkey=74441", + "area_id": 57, + "building_id": 3069, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74204, + "usage_id": 223 + }, + "7896.02.101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.2.01, Technikzentrale", "arch_name": "C1.2.01@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74441", - "roomcode": "7896.02.101", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 50, 2.OG", - "address_link": "ris.einzelraum?raumkey=74442", + "area_id": 57, + "building_id": 3069, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74441, + "usage_id": 120 + }, + "7896.02.170": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.2.T01, Treppenhaus", "arch_name": "C1.2.T01@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74442", - "roomcode": "7896.02.170", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 50, 2.OG", - "address_link": "ris.einzelraum?raumkey=74419", + "area_id": 57, + "building_id": 3069, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74442, + "usage_id": 223 + }, + "7896.02.180A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74419", - "roomcode": "7896.02.180A", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 50, 2.OG", - "address_link": "ris.einzelraum?raumkey=74420", + "area_id": 57, + "building_id": 3069, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74419, + "usage_id": 120 + }, + "7896.02.180B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74420", - "roomcode": "7896.02.180B", - "usage": 219 - }, - { - "address": "Freisinger Landstr. 50, 2.OG", - "address_link": "ris.einzelraum?raumkey=74421", + "area_id": 57, + "building_id": 3069, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74420, + "usage_id": 219 + }, + "7896.02.180C": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74421", - "roomcode": "7896.02.180C", - "usage": 219 - }, - { - "address": "Freisinger Landstr. 50, 2.OG", - "address_link": "ris.einzelraum?raumkey=74443", + "area_id": 57, + "building_id": 3069, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74421, + "usage_id": 219 + }, + "7896.02.201": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C2.2.02, Druckluftzentrale", "arch_name": "C2.2.02@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74443", - "roomcode": "7896.02.201", - "usage": 120 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74181", + "area_id": 57, + "building_id": 3069, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74443, + "usage_id": 120 + }, + "7896.EG.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74181", - "roomcode": "7896.EG.101", - "usage": 118 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74180", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74181, + "usage_id": 118 + }, + "7896.EG.101A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74180", - "roomcode": "7896.EG.101A", - "usage": 115 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74186", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74180, + "usage_id": 115 + }, + "7896.EG.102": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74186", - "roomcode": "7896.EG.102", - "usage": 114 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74187", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74186, + "usage_id": 114 + }, + "7896.EG.102A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74187", - "roomcode": "7896.EG.102A", - "usage": 114 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74182", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74187, + "usage_id": 114 + }, + "7896.EG.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.0.03, Waschraum", "arch_name": "C1.0.03@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74182", - "roomcode": "7896.EG.103", - "usage": 210 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74188", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74182, + "usage_id": 210 + }, + "7896.EG.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74188", - "roomcode": "7896.EG.104", - "usage": 117 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74183", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74188, + "usage_id": 117 + }, + "7896.EG.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.0.05, Putzraum", "arch_name": "C1.0.05@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74183", - "roomcode": "7896.EG.105", - "usage": 205 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74184", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74183, + "usage_id": 205 + }, + "7896.EG.106A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74184", - "roomcode": "7896.EG.106A", - "usage": 105 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74185", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74184, + "usage_id": 105 + }, + "7896.EG.170": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74185", - "roomcode": "7896.EG.170", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74179", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74185, + "usage_id": 223 + }, + "7896.EG.171": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C1.0.A1, Aufzug", "arch_name": "C1.0.A1@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74179", - "roomcode": "7896.EG.171", - "usage": 4 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74190", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74179, + "usage_id": 4 + }, + "7896.EG.201": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74190", - "roomcode": "7896.EG.201", - "usage": 222 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74194", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74190, + "usage_id": 222 + }, + "7896.EG.201A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74194", - "roomcode": "7896.EG.201A", - "usage": 51 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74195", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74194, + "usage_id": 51 + }, + "7896.EG.201B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74195", - "roomcode": "7896.EG.201B", - "usage": 105 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74192", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74195, + "usage_id": 105 + }, + "7896.EG.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74192", - "roomcode": "7896.EG.202", - "usage": 51 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74193", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74192, + "usage_id": 51 + }, + "7896.EG.202A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74193", - "roomcode": "7896.EG.202A", - "usage": 105 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74191", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74193, + "usage_id": 105 + }, + "7896.EG.203": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74191", - "roomcode": "7896.EG.203", - "usage": 51 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74209", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74191, + "usage_id": 51 + }, + "7896.EG.204A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "alt_name": "C2.0.04A, Schleuse", "arch_name": "C2.0.04A@7896", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74209", - "roomcode": "7896.EG.204A", - "usage": 105 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74221", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74209, + "usage_id": 105 + }, + "7896.EG.270": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74221", - "roomcode": "7896.EG.270", - "usage": 223 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74222", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74221, + "usage_id": 223 + }, + "7896.EG.801B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74222", - "roomcode": "7896.EG.801B", - "usage": 51 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74210", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74222, + "usage_id": 51 + }, + "7896.EG.801C": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74210", - "roomcode": "7896.EG.801C", - "usage": 105 - }, - { - "address": "Freisinger Landstr. 50, EG", - "address_link": "ris.einzelraum?raumkey=74223", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Industrieanstrich", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74210, + "usage_id": 105 + }, + "7896.EG.801D": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 3069, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=39688", - "operator": "[ TUPEWR0 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74223", - "roomcode": "7896.EG.801D", - "usage": 51 - }, - { - "address": "Ludwig-Prandtl-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=61338", + "area_id": 57, + "building_id": 3069, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 39688, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74223, + "usage_id": 51 + }, + "7910.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ludwig-Prandtl-Str. 1", + "zip_code": 85748 + }, "alt_name": "0001, Messkabine & Messtationen", "arch_name": "0001@7910", - "b_area_id": 58, - "b_filter_id": 1040, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61338", - "roomcode": "7910.EG.001", - "usage": 103 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72839", + "area_id": 58, + "building_id": 1040, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61338, + "usage_id": 103 + }, + "8101.01.002": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "extended": { - "additional_description": "1.03.02, Seminarraum 2", - "address": "Parkring 11-13(8101), 1.Obergescho\u00df", - "architect_room_nr": "1.03.02@8101", - "area_m2": 39.6, - "building": "8101 Business Campus Garching (BC1)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72839", - "roomcode": "8101.01.002", - "usage": 41 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72840", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72839, + "usage_id": 41 + }, + "8101.01.003": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "extended": { - "additional_description": "1.03.03, Seminarraum 1", - "address": "Parkring 11-13(8101), 1.Obergescho\u00df", - "architect_room_nr": "1.03.03@8101", - "area_m2": 76.68, - "building": "8101 Business Campus Garching (BC1)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72840", - "roomcode": "8101.01.003", - "usage": 41 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72837", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72840, + "usage_id": 41 + }, + "8101.01.013": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72837", - "roomcode": "8101.01.013", - "usage": 12 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72836", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72837, + "usage_id": 12 + }, + "8101.01.014": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72836", - "roomcode": "8101.01.014", - "usage": 12 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72832", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72836, + "usage_id": 12 + }, + "8101.01.015": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72832", - "roomcode": "8101.01.015", - "usage": 12 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72833", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72832, + "usage_id": 12 + }, + "8101.01.016": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72833", - "roomcode": "8101.01.016", - "usage": 12 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72834", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72833, + "usage_id": 12 + }, + "8101.01.017": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72834", - "roomcode": "8101.01.017", - "usage": 12 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72838", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72834, + "usage_id": 12 + }, + "8101.01.019": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72838", - "roomcode": "8101.01.019", - "usage": 44 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72830", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72838, + "usage_id": 44 + }, + "8101.01.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "1.03.20, Serverraum", "arch_name": "1.03.20@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72830", - "roomcode": "8101.01.020", - "usage": 44 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72831", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72830, + "usage_id": 44 + }, + "8101.01.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "1.03.21, Umkleide", "arch_name": "1.03.21@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72831", - "roomcode": "8101.01.021", - "usage": 121 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72835", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72831, + "usage_id": 121 + }, + "8101.01.022": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72835", - "roomcode": "8101.01.022", - "usage": 194 - }, - { - "address": "Parkring 11-13, 1.OG", - "address_link": "ris.einzelraum?raumkey=72841", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72835, + "usage_id": 194 + }, + "8101.01.030": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72841", - "roomcode": "8101.01.030", - "usage": 194 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61264", + "area_id": 57, + "building_id": 1038, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72841, + "usage_id": 194 + }, + "8101.02.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61264", - "roomcode": "8101.02.101", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61265", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61264, + "usage_id": 12 + }, + "8101.02.102": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61265", - "roomcode": "8101.02.102", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61266", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61265, + "usage_id": 12 + }, + "8101.02.103": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61266", - "roomcode": "8101.02.103", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61267", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61266, + "usage_id": 12 + }, + "8101.02.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61267", - "roomcode": "8101.02.104", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61274", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61267, + "usage_id": 12 + }, + "8101.02.105": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61274", - "roomcode": "8101.02.105", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61275", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61274, + "usage_id": 12 + }, + "8101.02.106": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61275", - "roomcode": "8101.02.106", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61276", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61275, + "usage_id": 12 + }, + "8101.02.107": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61276", - "roomcode": "8101.02.107", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61277", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61276, + "usage_id": 12 + }, + "8101.02.108": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61277", - "roomcode": "8101.02.108", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61278", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61277, + "usage_id": 12 + }, + "8101.02.109": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61278", - "roomcode": "8101.02.109", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61279", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61278, + "usage_id": 12 + }, + "8101.02.110": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": "tvKalender.wSicht?cOrg=19519&cRes=18529&cReadonly=J", - "extended": { - "additional_description": "BC1 2.01.10, Seminarraum", - "address": "Parkring 11-13(8101), 2.Obergescho\u00df", - "architect_room_nr": "BC1 2.01.10@8101", - "area_m2": 59.87, - "building": "8101 Business Campus Garching (BC1)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "110", - "seats": 40, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61279", - "roomcode": "8101.02.110", - "usage": 41 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61280", + "area_id": 57, + "building_id": 1038, + "calendar_resource_nr": 18529, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 19519, + "seats": { + "sitting": 40, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61279, + "usage_id": 41 + }, + "8101.02.111": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": "tvKalender.wSicht?cOrg=14600&cRes=18537&cReadonly=J", - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61280", - "roomcode": "8101.02.111", - "usage": 208 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61293", + "area_id": 57, + "building_id": 1038, + "calendar_resource_nr": 18537, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14600, + "seats": { + "sitting": 16, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61280, + "usage_id": 208 + }, + "8101.02.112": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61293", - "roomcode": "8101.02.112", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61294", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61293, + "usage_id": 12 + }, + "8101.02.113": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61294", - "roomcode": "8101.02.113", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61295", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61294, + "usage_id": 12 + }, + "8101.02.114": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61295", - "roomcode": "8101.02.114", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61296", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61295, + "usage_id": 12 + }, + "8101.02.115": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61296", - "roomcode": "8101.02.115", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61297", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61296, + "usage_id": 12 + }, + "8101.02.116": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61297", - "roomcode": "8101.02.116", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61298", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61297, + "usage_id": 12 + }, + "8101.02.117": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61298", - "roomcode": "8101.02.117", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61299", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61298, + "usage_id": 12 + }, + "8101.02.118": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61299", - "roomcode": "8101.02.118", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61300", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61299, + "usage_id": 12 + }, + "8101.02.119": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61300", - "roomcode": "8101.02.119", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61301", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61300, + "usage_id": 12 + }, + "8101.02.120": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61301", - "roomcode": "8101.02.120", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61302", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61301, + "usage_id": 12 + }, + "8101.02.121": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61302", - "roomcode": "8101.02.121", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61303", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61302, + "usage_id": 12 + }, + "8101.02.122": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61303", - "roomcode": "8101.02.122", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61304", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61303, + "usage_id": 12 + }, + "8101.02.123": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61304", - "roomcode": "8101.02.123", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61305", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61304, + "usage_id": 12 + }, + "8101.02.124": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61305", - "roomcode": "8101.02.124", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61306", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61305, + "usage_id": 12 + }, + "8101.02.125": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61306", - "roomcode": "8101.02.125", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61307", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61306, + "usage_id": 12 + }, + "8101.02.126": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61307", - "roomcode": "8101.02.126", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61308", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61307, + "usage_id": 12 + }, + "8101.02.127": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61308", - "roomcode": "8101.02.127", - "usage": 198 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61319", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61308, + "usage_id": 198 + }, + "8101.02.128A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61319", - "roomcode": "8101.02.128A", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61320", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61319, + "usage_id": 37 + }, + "8101.02.128B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61320", - "roomcode": "8101.02.128B", - "usage": 116 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61317", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61320, + "usage_id": 116 + }, + "8101.02.128C": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61317", - "roomcode": "8101.02.128C", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61318", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61317, + "usage_id": 37 + }, + "8101.02.128D": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61318", - "roomcode": "8101.02.128D", - "usage": 115 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61309", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61318, + "usage_id": 115 + }, + "8101.02.129": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61309", - "roomcode": "8101.02.129", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61310", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61309, + "usage_id": 12 + }, + "8101.02.130": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61310", - "roomcode": "8101.02.130", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61311", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61310, + "usage_id": 12 + }, + "8101.02.131": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61311", - "roomcode": "8101.02.131", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61312", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61311, + "usage_id": 12 + }, + "8101.02.132": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61312", - "roomcode": "8101.02.132", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61313", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61312, + "usage_id": 12 + }, + "8101.02.133": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61313", - "roomcode": "8101.02.133", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61314", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61313, + "usage_id": 12 + }, + "8101.02.134": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61314", - "roomcode": "8101.02.134", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61284", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61314, + "usage_id": 12 + }, + "8101.02.135": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.01.35, Server", "arch_name": "2.01.35@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61284", - "roomcode": "8101.02.135", - "usage": 207 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=62605", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61284, + "usage_id": 207 + }, + "8101.02.136": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62605", - "roomcode": "8101.02.136", - "usage": 10 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61283", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62605, + "usage_id": 10 + }, + "8101.02.137": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61283", - "roomcode": "8101.02.137", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61282", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61283, + "usage_id": 12 + }, + "8101.02.138": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61282", - "roomcode": "8101.02.138", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61289", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61282, + "usage_id": 12 + }, + "8101.02.139A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61289", - "roomcode": "8101.02.139A", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61291", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61289, + "usage_id": 37 + }, + "8101.02.139B": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61291", - "roomcode": "8101.02.139B", - "usage": 116 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61290", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61291, + "usage_id": 116 + }, + "8101.02.139C": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61290", - "roomcode": "8101.02.139C", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61292", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61290, + "usage_id": 37 + }, + "8101.02.139D": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61292", - "roomcode": "8101.02.139D", - "usage": 115 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61288", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61292, + "usage_id": 115 + }, + "8101.02.140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.01.40, Putzraum", "arch_name": "2.01.40@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61288", - "roomcode": "8101.02.140", - "usage": 205 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61281", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61288, + "usage_id": 205 + }, + "8101.02.141": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61281", - "roomcode": "8101.02.141", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61285", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61281, + "usage_id": 12 + }, + "8101.02.142": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61285", - "roomcode": "8101.02.142", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61286", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61285, + "usage_id": 222 + }, + "8101.02.143": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61286", - "roomcode": "8101.02.143", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61287", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61286, + "usage_id": 222 + }, + "8101.02.144": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=14600", - "operator": "[ TUMAM04 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61287", - "roomcode": "8101.02.144", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61315", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14600, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61287, + "usage_id": 222 + }, + "8101.02.145": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61315", - "roomcode": "8101.02.145", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61316", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61315, + "usage_id": 222 + }, + "8101.02.147": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61316", - "roomcode": "8101.02.147", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61345", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61316, + "usage_id": 222 + }, + "8101.02.201": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=18856&cReadonly=J", - "extended": { - "additional_description": "BC1 2.02.01, Seminarraum", - "address": "Parkring 11-13(8101), 2.Obergescho\u00df", - "architect_room_nr": "BC1 2.02.01@8101", - "area_m2": 106.56, - "building": "8101 Business Campus Garching (BC1)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201", - "seats": 76, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61345", - "roomcode": "8101.02.201", - "usage": 41 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61346", + "area_id": 57, + "building_id": 1038, + "calendar_resource_nr": 18856, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14178, + "seats": { + "sitting": 76, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61345, + "usage_id": 41 + }, + "8101.02.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61346", - "roomcode": "8101.02.202", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61347", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61346, + "usage_id": 222 + }, + "8101.02.203": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": "tvKalender.wSicht?cOrg=19519&cRes=19463&cReadonly=J", - "list_index": "67", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61347", - "roomcode": "8101.02.203", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61348", + "area_id": 57, + "building_id": 1038, + "calendar_resource_nr": 19463, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19519, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61347, + "usage_id": 12 + }, + "8101.02.204": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=19519", - "operator": "[ TUMAM13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61348", - "roomcode": "8101.02.204", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61349", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19519, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61348, + "usage_id": 12 + }, + "8101.02.205": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61349", - "roomcode": "8101.02.205", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61350", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61349, + "usage_id": 12 + }, + "8101.02.206": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61350", - "roomcode": "8101.02.206", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61351", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61350, + "usage_id": 12 + }, + "8101.02.207": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61351", - "roomcode": "8101.02.207", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61352", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61351, + "usage_id": 12 + }, + "8101.02.208": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61352", - "roomcode": "8101.02.208", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61353", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61352, + "usage_id": 12 + }, + "8101.02.209": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61353", - "roomcode": "8101.02.209", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61354", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61353, + "usage_id": 12 + }, + "8101.02.210": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61354", - "roomcode": "8101.02.210", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61355", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61354, + "usage_id": 12 + }, + "8101.02.211": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=18867&cReadonly=J", - "extended": { - "additional_description": "BC1 2.02.11, Seminarraum", - "address": "Parkring 11-13(8101), 2.Obergescho\u00df", - "architect_room_nr": "BC1 2.02.11@8101", - "area_m2": 60.68, - "building": "8101 Business Campus Garching (BC1)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "211", - "seats": 32, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61355", - "roomcode": "8101.02.211", - "usage": 41 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61356", + "area_id": 57, + "building_id": 1038, + "calendar_resource_nr": 18867, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 14178, + "seats": { + "sitting": 32, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61355, + "usage_id": 41 + }, + "8101.02.212": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61356", - "roomcode": "8101.02.212", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61357", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61356, + "usage_id": 12 + }, + "8101.02.213": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61357", - "roomcode": "8101.02.213", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61358", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61357, + "usage_id": 12 + }, + "8101.02.214": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61358", - "roomcode": "8101.02.214", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61359", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61358, + "usage_id": 12 + }, + "8101.02.215": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61359", - "roomcode": "8101.02.215", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61360", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61359, + "usage_id": 12 + }, + "8101.02.216": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61360", - "roomcode": "8101.02.216", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61361", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61360, + "usage_id": 12 + }, + "8101.02.217": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61361", - "roomcode": "8101.02.217", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61362", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61361, + "usage_id": 12 + }, + "8101.02.218": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61362", - "roomcode": "8101.02.218", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61363", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61362, + "usage_id": 12 + }, + "8101.02.219": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61363", - "roomcode": "8101.02.219", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61364", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61363, + "usage_id": 12 + }, + "8101.02.220": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61364", - "roomcode": "8101.02.220", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61365", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61364, + "usage_id": 12 + }, + "8101.02.221": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61365", - "roomcode": "8101.02.221", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61367", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61365, + "usage_id": 12 + }, + "8101.02.222": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61367", - "roomcode": "8101.02.222", - "usage": 198 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61368", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61367, + "usage_id": 198 + }, + "8101.02.223": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61368", - "roomcode": "8101.02.223", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61369", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61368, + "usage_id": 12 + }, + "8101.02.224": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61369", - "roomcode": "8101.02.224", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61370", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61369, + "usage_id": 12 + }, + "8101.02.225": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61370", - "roomcode": "8101.02.225", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61371", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61370, + "usage_id": 12 + }, + "8101.02.226": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.26, Computerlabor", "arch_name": "2.02.26@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61371", - "roomcode": "8101.02.226", - "usage": 103 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61372", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61371, + "usage_id": 103 + }, + "8101.02.227": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.27, Tutor", "arch_name": "2.02.27@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61372", - "roomcode": "8101.02.227", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61373", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61372, + "usage_id": 12 + }, + "8101.02.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.28, Lager", "arch_name": "2.02.28@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=15442", - "operator": "[ TUINI17 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61373", - "roomcode": "8101.02.228", - "usage": 30 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61374", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15442, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61373, + "usage_id": 30 + }, + "8101.02.229": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.29, Serverraum", "arch_name": "2.02.29@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61374", - "roomcode": "8101.02.229", - "usage": 207 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61375", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61374, + "usage_id": 207 + }, + "8101.02.230": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61375", - "roomcode": "8101.02.230", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61376", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61375, + "usage_id": 12 + }, + "8101.02.231": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61376", - "roomcode": "8101.02.231", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61377", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61376, + "usage_id": 12 + }, + "8101.02.232": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61377", - "roomcode": "8101.02.232", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61378", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61377, + "usage_id": 12 + }, + "8101.02.233": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61378", - "roomcode": "8101.02.233", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61379", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61378, + "usage_id": 12 + }, + "8101.02.234": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=41916", - "operator": "[ TUMAM14 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61379", - "roomcode": "8101.02.234", - "usage": 12 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61380", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 41916, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61379, + "usage_id": 12 + }, + "8101.02.235": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61380", - "roomcode": "8101.02.235", - "usage": 196 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61387", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61380, + "usage_id": 196 + }, + "8101.02.236": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61387", - "roomcode": "8101.02.236", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61388", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61387, + "usage_id": 37 + }, + "8101.02.237": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61388", - "roomcode": "8101.02.237", - "usage": 116 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61389", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61388, + "usage_id": 116 + }, + "8101.02.238": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.38, Dusche", "arch_name": "2.02.38@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61389", - "roomcode": "8101.02.238", - "usage": 113 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61386", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61389, + "usage_id": 113 + }, + "8101.02.239": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61386", - "roomcode": "8101.02.239", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61385", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61386, + "usage_id": 37 + }, + "8101.02.240": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61385", - "roomcode": "8101.02.240", - "usage": 115 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61384", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61385, + "usage_id": 115 + }, + "8101.02.241": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61384", - "roomcode": "8101.02.241", - "usage": 115 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61381", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61384, + "usage_id": 115 + }, + "8101.02.242": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.42, Flur", "arch_name": "2.02.42@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61381", - "roomcode": "8101.02.242", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61382", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61381, + "usage_id": 222 + }, + "8101.02.243": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.43, Flur", "arch_name": "2.02.43@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61382", - "roomcode": "8101.02.243", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61383", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61382, + "usage_id": 222 + }, + "8101.02.244": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.44, Flur", "arch_name": "2.02.44@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61383", - "roomcode": "8101.02.244", - "usage": 222 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61390", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61383, + "usage_id": 222 + }, + "8101.02.245": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61390", - "roomcode": "8101.02.245", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61394", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61390, + "usage_id": 37 + }, + "8101.02.247": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.47, Putzraum", "arch_name": "2.02.47@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61394", - "roomcode": "8101.02.247", - "usage": 205 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61391", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61394, + "usage_id": 205 + }, + "8101.02.248": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61391", - "roomcode": "8101.02.248", - "usage": 116 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61392", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61391, + "usage_id": 116 + }, + "8101.02.248A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61392", - "roomcode": "8101.02.248A", - "usage": 37 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61393", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61392, + "usage_id": 37 + }, + "8101.02.249": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61393", - "roomcode": "8101.02.249", - "usage": 115 - }, - { - "address": "Parkring 11-13, 2.OG", - "address_link": "ris.einzelraum?raumkey=61366", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61393, + "usage_id": 115 + }, + "8101.02.250": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "2.02.50, Computerlabor", "arch_name": "2.02.50@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61366", - "roomcode": "8101.02.250", - "usage": 103 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61398", + "area_id": 57, + "building_id": 1038, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61366, + "usage_id": 103 + }, + "8101.03.401": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61398", - "roomcode": "8101.03.401", - "usage": 12 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61397", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61398, + "usage_id": 12 + }, + "8101.03.402": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61397", - "roomcode": "8101.03.402", - "usage": 12 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61396", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61397, + "usage_id": 12 + }, + "8101.03.403": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61396", - "roomcode": "8101.03.403", - "usage": 12 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61395", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61396, + "usage_id": 12 + }, + "8101.03.404": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61395", - "roomcode": "8101.03.404", - "usage": 12 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61399", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61395, + "usage_id": 12 + }, + "8101.03.405": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61399", - "roomcode": "8101.03.405", - "usage": 12 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61401", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61399, + "usage_id": 12 + }, + "8101.03.406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "3.04.06, Serverraum", "arch_name": "3.04.06@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61401", - "roomcode": "8101.03.406", - "usage": 207 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61400", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61401, + "usage_id": 207 + }, + "8101.03.407": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "alt_name": "3.04.07, Flur", "arch_name": "3.04.07@8101", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61400", - "roomcode": "8101.03.407", - "usage": 222 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61402", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61400, + "usage_id": 222 + }, + "8101.03.408": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61402", - "roomcode": "8101.03.408", - "usage": 37 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61403", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61402, + "usage_id": 37 + }, + "8101.03.408A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61403", - "roomcode": "8101.03.408A", - "usage": 116 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61404", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61403, + "usage_id": 116 + }, + "8101.03.409": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61404", - "roomcode": "8101.03.409", - "usage": 37 - }, - { - "address": "Parkring 11-13, 3.OG", - "address_link": "ris.einzelraum?raumkey=61405", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61404, + "usage_id": 37 + }, + "8101.03.409A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1038, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=61405", - "roomcode": "8101.03.409A", - "usage": 115 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64739", + "area_id": 57, + "building_id": 1038, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 61405, + "usage_id": 115 + }, + "8102.01.401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.01, Foyer", "arch_name": "1.04.01@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64739", - "roomcode": "8102.01.401", - "usage": 222 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64740", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64739, + "usage_id": 222 + }, + "8102.01.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.02, Sozialbereich", "arch_name": "1.04.02@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64740", - "roomcode": "8102.01.402", - "usage": 44 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64741", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64740, + "usage_id": 44 + }, + "8102.01.403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.03, Putzraum", "arch_name": "1.04.03@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64741", - "roomcode": "8102.01.403", - "usage": 205 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64742", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64741, + "usage_id": 205 + }, + "8102.01.404": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64742", - "roomcode": "8102.01.404", - "usage": 118 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64743", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64742, + "usage_id": 118 + }, + "8102.01.404A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64743", - "roomcode": "8102.01.404A", - "usage": 115 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64744", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64743, + "usage_id": 115 + }, + "8102.01.405": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64744", - "roomcode": "8102.01.405", - "usage": 118 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64745", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64744, + "usage_id": 118 + }, + "8102.01.405A": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64745", - "roomcode": "8102.01.405A", - "usage": 118 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64746", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64745, + "usage_id": 118 + }, + "8102.01.406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.06, Serverraum", "arch_name": "1.04.06@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64746", - "roomcode": "8102.01.406", - "usage": 207 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64747", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64746, + "usage_id": 207 + }, + "8102.01.407": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64747", - "roomcode": "8102.01.407", - "usage": 110 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64748", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64747, + "usage_id": 110 + }, + "8102.01.408": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.08, Besprechungsraum", "arch_name": "1.04.08@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64748", - "roomcode": "8102.01.408", - "usage": 196 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64749", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64748, + "usage_id": 196 + }, + "8102.01.409": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.09, Archiv", "arch_name": "1.04.09@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64749", - "roomcode": "8102.01.409", - "usage": 2 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64750", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64749, + "usage_id": 2 + }, + "8102.01.410": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "1.04.10, Flur", "arch_name": "1.04.10@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64750", - "roomcode": "8102.01.410", - "usage": 222 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64751", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64750, + "usage_id": 222 + }, + "8102.01.411": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64751", - "roomcode": "8102.01.411", - "usage": 12 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64752", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64751, + "usage_id": 12 + }, + "8102.01.412": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64752", - "roomcode": "8102.01.412", - "usage": 12 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64753", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64752, + "usage_id": 12 + }, + "8102.01.413": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64753", - "roomcode": "8102.01.413", - "usage": 12 - }, - { - "address": "Parkring 35-39, 1.OG", - "address_link": "ris.einzelraum?raumkey=64754", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64753, + "usage_id": 12 + }, + "8102.01.414": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=43589", - "operator": "[ TUZEMSE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64754", - "roomcode": "8102.01.414", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64248", + "area_id": 57, + "building_id": 1305, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 43589, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64754, + "usage_id": 12 + }, + "8102.02.601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "2.06.01, Aufenthalt", "arch_name": "2.06.01@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64248", - "roomcode": "8102.02.601", - "usage": 44 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64249", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64248, + "usage_id": 44 + }, + "8102.02.602": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64249", - "roomcode": "8102.02.602", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64250", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64249, + "usage_id": 12 + }, + "8102.02.603": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64250", - "roomcode": "8102.02.603", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64251", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64250, + "usage_id": 12 + }, + "8102.02.604": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64251", - "roomcode": "8102.02.604", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64252", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64251, + "usage_id": 12 + }, + "8102.02.605": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64252", - "roomcode": "8102.02.605", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64253", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64252, + "usage_id": 12 + }, + "8102.02.606": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64253", - "roomcode": "8102.02.606", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64254", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64253, + "usage_id": 12 + }, + "8102.02.607": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64254", - "roomcode": "8102.02.607", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64255", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64254, + "usage_id": 12 + }, + "8102.02.608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "2.06.08, Serverraum", "arch_name": "2.06.08@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64255", - "roomcode": "8102.02.608", - "usage": 207 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64256", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64255, + "usage_id": 207 + }, + "8102.02.609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "2.06.09, Tutor", "arch_name": "2.06.09@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=15438", - "operator": "[ TUINI13 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64256", - "roomcode": "8102.02.609", - "usage": 12 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64257", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15438, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64256, + "usage_id": 12 + }, + "8102.02.610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "2.06.10, Flur", "arch_name": "2.06.10@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64257", - "roomcode": "8102.02.610", - "usage": 222 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64258", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64257, + "usage_id": 222 + }, + "8102.02.611": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64258", - "roomcode": "8102.02.611", - "usage": 118 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64260", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64258, + "usage_id": 118 + }, + "8102.02.612": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64260", - "roomcode": "8102.02.612", - "usage": 115 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64259", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64260, + "usage_id": 115 + }, + "8102.02.613": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64259", - "roomcode": "8102.02.613", - "usage": 118 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64261", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64259, + "usage_id": 118 + }, + "8102.02.614": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64261", - "roomcode": "8102.02.614", - "usage": 116 - }, - { - "address": "Parkring 35-39, 2.OG", - "address_link": "ris.einzelraum?raumkey=64262", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64261, + "usage_id": 116 + }, + "8102.02.615": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=14189", - "operator": "[ TUINFIN ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=64262", - "roomcode": "8102.02.615", - "usage": 30 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62412", + "area_id": 57, + "building_id": 1305, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 14189, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 64262, + "usage_id": 30 + }, + "8102.03.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62412", - "roomcode": "8102.03.101", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62413", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62412, + "usage_id": 222 + }, + "8102.03.102": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62413", - "roomcode": "8102.03.102", - "usage": 110 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62414", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62413, + "usage_id": 110 + }, + "8102.03.103": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62414", - "roomcode": "8102.03.103", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62415", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62414, + "usage_id": 12 + }, + "8102.03.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62415", - "roomcode": "8102.03.104", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62416", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62415, + "usage_id": 12 + }, + "8102.03.105": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62416", - "roomcode": "8102.03.105", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62417", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62416, + "usage_id": 12 + }, + "8102.03.106": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62417", - "roomcode": "8102.03.106", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62418", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62417, + "usage_id": 12 + }, + "8102.03.107": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62418", - "roomcode": "8102.03.107", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62419", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62418, + "usage_id": 12 + }, + "8102.03.108": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14187&cRes=21865&cReadonly=J", - "extended": { - "additional_description": "BC2 3.1.08, H\u00f6rsaal", - "address": "Parkring 35-39(8102), 3.Obergescho\u00df", - "architect_room_nr": "BC2 3.1.08@8102", - "area_m2": 161.14, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "108", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62419", - "roomcode": "8102.03.108", - "usage": 20 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62420", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 21865, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14178, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62419, + "usage_id": 20 + }, + "8102.03.109": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62420", - "roomcode": "8102.03.109", - "usage": 207 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62421", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62420, + "usage_id": 207 + }, + "8102.03.110": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62421", - "roomcode": "8102.03.110", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62422", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": 3, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62421, + "usage_id": 12 + }, + "8102.03.111": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62422", - "roomcode": "8102.03.111", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62423", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62422, + "usage_id": 196 + }, + "8102.03.112": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62423", - "roomcode": "8102.03.112", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62424", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62423, + "usage_id": 37 + }, + "8102.03.113": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62424", - "roomcode": "8102.03.113", - "usage": 115 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62425", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62424, + "usage_id": 115 + }, + "8102.03.114": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62425", - "roomcode": "8102.03.114", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62426", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62425, + "usage_id": 37 + }, + "8102.03.115": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62426", - "roomcode": "8102.03.115", - "usage": 116 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62427", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62426, + "usage_id": 116 + }, + "8102.03.116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.1.16, Putzraum", "arch_name": "3.1.16@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62427", - "roomcode": "8102.03.116", - "usage": 205 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62450", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62427, + "usage_id": 205 + }, + "8102.03.201": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62450", - "roomcode": "8102.03.201", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62451", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62450, + "usage_id": 222 + }, + "8102.03.202": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62451", - "roomcode": "8102.03.202", - "usage": 117 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62452", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62451, + "usage_id": 117 + }, + "8102.03.203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.2.03, Putzraum", "arch_name": "3.2.03@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62452", - "roomcode": "8102.03.203", - "usage": 205 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62453", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62452, + "usage_id": 205 + }, + "8102.03.204": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62453", - "roomcode": "8102.03.204", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62455", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62453, + "usage_id": 37 + }, + "8102.03.205": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62455", - "roomcode": "8102.03.205", - "usage": 115 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62454", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62455, + "usage_id": 115 + }, + "8102.03.206": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62454", - "roomcode": "8102.03.206", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62456", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62454, + "usage_id": 37 + }, + "8102.03.207": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62456", - "roomcode": "8102.03.207", - "usage": 116 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62459", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62456, + "usage_id": 116 + }, + "8102.03.208": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62459", - "roomcode": "8102.03.208", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62458", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62459, + "usage_id": 222 + }, + "8102.03.210": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62458", - "roomcode": "8102.03.210", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62460", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62458, + "usage_id": 12 + }, + "8102.03.211": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62460", - "roomcode": "8102.03.211", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62461", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62460, + "usage_id": 12 + }, + "8102.03.212": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62461", - "roomcode": "8102.03.212", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62462", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62461, + "usage_id": 12 + }, + "8102.03.213": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=15286", - "operator": "[ TUMWBWM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62462", - "roomcode": "8102.03.213", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62463", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15286, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62462, + "usage_id": 12 + }, + "8102.03.214": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62463", - "roomcode": "8102.03.214", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62464", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62463, + "usage_id": 12 + }, + "8102.03.215": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62464", - "roomcode": "8102.03.215", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62428", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62464, + "usage_id": 12 + }, + "8102.03.216": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=22005&cReadonly=J", - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62428", - "roomcode": "8102.03.216", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62429", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 22005, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": 14, + "wheelchair": null + }, + "tumonline_id": 62428, + "usage_id": 196 + }, + "8102.03.217": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62429", - "roomcode": "8102.03.217", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62791", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62429, + "usage_id": 12 + }, + "8102.03.218": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62791", - "roomcode": "8102.03.218", - "usage": 121 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62430", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62791, + "usage_id": 121 + }, + "8102.03.219": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14187&cRes=26306&cReadonly=J", - "list_index": "95", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62430", - "roomcode": "8102.03.219", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62431", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26306, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62430, + "usage_id": 12 + }, + "8102.03.220": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62431", - "roomcode": "8102.03.220", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62432", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62431, + "usage_id": 12 + }, + "8102.03.221": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=43476", - "operator": "[ TUBVZWP ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62432", - "roomcode": "8102.03.221", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62433", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 43476, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62432, + "usage_id": 12 + }, + "8102.03.222": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62433", - "roomcode": "8102.03.222", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62434", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62433, + "usage_id": 12 + }, + "8102.03.223": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62434", - "roomcode": "8102.03.223", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62435", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62434, + "usage_id": 12 + }, + "8102.03.224": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62435", - "roomcode": "8102.03.224", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62436", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62435, + "usage_id": 12 + }, + "8102.03.225": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62436", - "roomcode": "8102.03.225", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62437", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62436, + "usage_id": 12 + }, + "8102.03.226": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62437", - "roomcode": "8102.03.226", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62438", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62437, + "usage_id": 12 + }, + "8102.03.227": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62438", - "roomcode": "8102.03.227", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62439", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62438, + "usage_id": 12 + }, + "8102.03.228": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.2.28, Lager", "arch_name": "3.2.28@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62439", - "roomcode": "8102.03.228", - "usage": 30 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62440", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62439, + "usage_id": 30 + }, + "8102.03.229": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=51267&cRes=22004&cReadonly=J", - "extended": { - "additional_description": "BC2 3.2.29, Seminarraum", - "address": "Parkring 35-39(8102), 3.Obergescho\u00df", - "architect_room_nr": "BC2 3.2.29@8102", - "area_m2": 62.19, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "229", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62440", - "roomcode": "8102.03.229", - "usage": 41 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62441", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 22004, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62440, + "usage_id": 41 + }, + "8102.03.230": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62441", - "roomcode": "8102.03.230", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62442", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 44584, + "seats": { + "sitting": null, + "standing": 8, + "wheelchair": null + }, + "tumonline_id": 62441, + "usage_id": 12 + }, + "8102.03.231": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=44584", - "operator": "[ TUMWMHR ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62442", - "roomcode": "8102.03.231", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62443", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 44584, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62442, + "usage_id": 196 + }, + "8102.03.232": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62443", - "roomcode": "8102.03.232", - "usage": 207 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62569", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62443, + "usage_id": 207 + }, + "8102.03.233": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62569", - "roomcode": "8102.03.233", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62570", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62569, + "usage_id": 196 + }, + "8102.03.234": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62570", - "roomcode": "8102.03.234", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62445", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62570, + "usage_id": 222 + }, + "8102.03.301": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62445", - "roomcode": "8102.03.301", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62444", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62445, + "usage_id": 222 + }, + "8102.03.302": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62444", - "roomcode": "8102.03.302", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62446", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62444, + "usage_id": 196 + }, + "8102.03.303": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62446", - "roomcode": "8102.03.303", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62447", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62446, + "usage_id": 12 + }, + "8102.03.304": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62447", - "roomcode": "8102.03.304", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62499", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": 14, + "wheelchair": null + }, + "tumonline_id": 62447, + "usage_id": 12 + }, + "8102.03.305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.3.05, Lager", "arch_name": "3.3.05@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62499", - "roomcode": "8102.03.305", - "usage": 30 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62498", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62499, + "usage_id": 30 + }, + "8102.03.306": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.3.06, Labor", "arch_name": "3.3.06@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14187&cRes=28293&cReadonly=J", - "list_index": "116", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62498", - "roomcode": "8102.03.306", - "usage": 194 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62500", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 28293, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62498, + "usage_id": 194 + }, + "8102.03.307": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62500", - "roomcode": "8102.03.307", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62501", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62500, + "usage_id": 222 + }, + "8102.03.308": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62501", - "roomcode": "8102.03.308", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62502", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62501, + "usage_id": 12 + }, + "8102.03.309": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62502", - "roomcode": "8102.03.309", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62503", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62502, + "usage_id": 12 + }, + "8102.03.310": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=16134", - "operator": "[ TUMWSGM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62503", - "roomcode": "8102.03.310", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62505", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 16134, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62503, + "usage_id": 12 + }, + "8102.03.312": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62505", - "roomcode": "8102.03.312", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62506", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": 3, + "wheelchair": null + }, + "tumonline_id": 62505, + "usage_id": 12 + }, + "8102.03.313": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=15284", - "operator": "[ TUMWLFE ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62506", - "roomcode": "8102.03.313", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62802", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15284, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62506, + "usage_id": 12 + }, + "8102.03.314": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.3.14, Postraum", "arch_name": "3.3.14@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62802", - "roomcode": "8102.03.314", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62508", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62802, + "usage_id": 12 + }, + "8102.03.315": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62508", - "roomcode": "8102.03.315", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62509", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62508, + "usage_id": 12 + }, + "8102.03.316": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62509", - "roomcode": "8102.03.316", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62507", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62509, + "usage_id": 12 + }, + "8102.03.317": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.3.17, Copy", "arch_name": "3.3.17@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62507", - "roomcode": "8102.03.317", - "usage": 110 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62510", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62507, + "usage_id": 110 + }, + "8102.03.318": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62510", - "roomcode": "8102.03.318", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62511", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62510, + "usage_id": 12 + }, + "8102.03.319": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62511", - "roomcode": "8102.03.319", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62512", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62511, + "usage_id": 12 + }, + "8102.03.320": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62512", - "roomcode": "8102.03.320", - "usage": 207 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62513", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62512, + "usage_id": 207 + }, + "8102.03.321": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.3.21, Unterrichtsraum", "arch_name": "3.3.21@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "extended": { - "additional_description": "3.3.21, Unterrichtsraum", - "address": "Parkring 35-39(8102), 3.Obergescho\u00df", - "architect_room_nr": "3.3.21@8102", - "area_m2": 24.37, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "321", - "seats": 0, - "standing_places": 2, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62513", - "roomcode": "8102.03.321", - "usage": 130 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62514", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62513, + "usage_id": 130 + }, + "8102.03.322": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62514", - "roomcode": "8102.03.322", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62515", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62514, + "usage_id": 37 + }, + "8102.03.323": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62515", - "roomcode": "8102.03.323", - "usage": 115 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62516", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62515, + "usage_id": 115 + }, + "8102.03.324": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62516", - "roomcode": "8102.03.324", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62517", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62516, + "usage_id": 37 + }, + "8102.03.325": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62517", - "roomcode": "8102.03.325", - "usage": 116 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62518", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62517, + "usage_id": 116 + }, + "8102.03.326": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.3.26, Dusche", "arch_name": "3.3.26@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62518", - "roomcode": "8102.03.326", - "usage": 113 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62519", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62518, + "usage_id": 113 + }, + "8102.03.401": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62519", - "roomcode": "8102.03.401", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62521", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62519, + "usage_id": 222 + }, + "8102.03.402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.4.02, Putzraum", "arch_name": "3.4.02@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62521", - "roomcode": "8102.03.402", - "usage": 205 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62522", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62521, + "usage_id": 205 + }, + "8102.03.403": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62522", - "roomcode": "8102.03.403", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62523", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62522, + "usage_id": 37 + }, + "8102.03.404": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62523", - "roomcode": "8102.03.404", - "usage": 116 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62524", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62523, + "usage_id": 116 + }, + "8102.03.405": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62524", - "roomcode": "8102.03.405", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62525", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62524, + "usage_id": 37 + }, + "8102.03.406": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62525", - "roomcode": "8102.03.406", - "usage": 115 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62526", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62525, + "usage_id": 115 + }, + "8102.03.407": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62526", - "roomcode": "8102.03.407", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62527", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62526, + "usage_id": 12 + }, + "8102.03.408": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62527", - "roomcode": "8102.03.408", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62528", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62527, + "usage_id": 12 + }, + "8102.03.409": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62528", - "roomcode": "8102.03.409", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62529", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62528, + "usage_id": 12 + }, + "8102.03.410": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62529", - "roomcode": "8102.03.410", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62530", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62529, + "usage_id": 12 + }, + "8102.03.411": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62530", - "roomcode": "8102.03.411", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62531", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62530, + "usage_id": 12 + }, + "8102.03.412": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62531", - "roomcode": "8102.03.412", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62532", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62531, + "usage_id": 12 + }, + "8102.03.413": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62532", - "roomcode": "8102.03.413", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62533", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62532, + "usage_id": 12 + }, + "8102.03.414": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62533", - "roomcode": "8102.03.414", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62534", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62533, + "usage_id": 12 + }, + "8102.03.415": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62534", - "roomcode": "8102.03.415", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62465", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62534, + "usage_id": 12 + }, + "8102.03.416": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62465", - "roomcode": "8102.03.416", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62466", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62465, + "usage_id": 12 + }, + "8102.03.417": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "152", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62466", - "roomcode": "8102.03.417", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62467", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62466, + "usage_id": 12 + }, + "8102.03.418": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62467", - "roomcode": "8102.03.418", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62468", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62467, + "usage_id": 12 + }, + "8102.03.419": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62468", - "roomcode": "8102.03.419", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62469", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62468, + "usage_id": 12 + }, + "8102.03.420": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62469", - "roomcode": "8102.03.420", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62520", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62469, + "usage_id": 12 + }, + "8102.03.421": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62520", - "roomcode": "8102.03.421", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62470", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62520, + "usage_id": 12 + }, + "8102.03.422": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62470", - "roomcode": "8102.03.422", - "usage": 207 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62471", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62470, + "usage_id": 207 + }, + "8102.03.423": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62471", - "roomcode": "8102.03.423", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62472", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62471, + "usage_id": 222 + }, + "8102.03.424": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62472", - "roomcode": "8102.03.424", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62473", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62472, + "usage_id": 12 + }, + "8102.03.425": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62473", - "roomcode": "8102.03.425", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62474", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62473, + "usage_id": 12 + }, + "8102.03.426": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62474", - "roomcode": "8102.03.426", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62475", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62474, + "usage_id": 12 + }, + "8102.03.427": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62475", - "roomcode": "8102.03.427", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62476", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62475, + "usage_id": 12 + }, + "8102.03.428": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14187&cRes=22065&cReadonly=J", - "list_index": "163", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62476", - "roomcode": "8102.03.428", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62571", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 22065, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 15298, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62476, + "usage_id": 196 + }, + "8102.03.429": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14187&cRes=22066&cReadonly=J", - "extended": { - "additional_description": "3.4.29/30, Seminarraum", - "address": "Parkring 35-39(8102), 3.Obergescho\u00df", - "architect_room_nr": "3.4.29/30@8102", - "area_m2": 44.56, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "429", - "seats": 0, - "standing_places": 1, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62571", - "roomcode": "8102.03.429", - "usage": 41 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62753", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 22066, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62571, + "usage_id": 41 + }, + "8102.03.431": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62753", - "roomcode": "8102.03.431", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62573", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62753, + "usage_id": 222 + }, + "8102.03.432": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=15300", - "operator": "[ TUMWFTM ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62573", - "roomcode": "8102.03.432", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62574", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15300, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62573, + "usage_id": 12 + }, + "8102.03.433": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62574", - "roomcode": "8102.03.433", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62477", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62574, + "usage_id": 196 + }, + "8102.03.501": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62477", - "roomcode": "8102.03.501", - "usage": 222 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62478", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62477, + "usage_id": 222 + }, + "8102.03.502": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62478", - "roomcode": "8102.03.502", - "usage": 196 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62479", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62478, + "usage_id": 196 + }, + "8102.03.503": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62479", - "roomcode": "8102.03.503", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62480", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62479, + "usage_id": 12 + }, + "8102.03.504": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62480", - "roomcode": "8102.03.504", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62481", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62480, + "usage_id": 12 + }, + "8102.03.505": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62481", - "roomcode": "8102.03.505", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62568", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": 2, + "wheelchair": null + }, + "tumonline_id": 62481, + "usage_id": 12 + }, + "8102.03.506": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14187&cRes=21924&cReadonly=J", - "extended": { - "additional_description": "BC2 3.5.06, H\u00f6rsaal", - "address": "Parkring 35-39(8102), 3.Obergescho\u00df", - "architect_room_nr": "BC2 3.5.06@8102", - "area_m2": 177.17, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "3.Obergescho\u00df", - "floor_type": "PVC", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "506", - "seats": 96, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62568", - "roomcode": "8102.03.506", - "usage": 20 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62482", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 21924, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 14178, + "seats": { + "sitting": 96, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62568, + "usage_id": 20 + }, + "8102.03.507": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62482", - "roomcode": "8102.03.507", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62483", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62482, + "usage_id": 12 + }, + "8102.03.508": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62483", - "roomcode": "8102.03.508", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62484", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62483, + "usage_id": 12 + }, + "8102.03.509": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62484", - "roomcode": "8102.03.509", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62485", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62484, + "usage_id": 12 + }, + "8102.03.510": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=24074", - "operator": "[ TULRLCC ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62485", - "roomcode": "8102.03.510", - "usage": 12 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62486", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 24074, + "seats": { + "sitting": null, + "standing": 1, + "wheelchair": null + }, + "tumonline_id": 62485, + "usage_id": 12 + }, + "8102.03.511": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62486", - "roomcode": "8102.03.511", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62487", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62486, + "usage_id": 37 + }, + "8102.03.512": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62487", - "roomcode": "8102.03.512", - "usage": 116 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62488", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62487, + "usage_id": 116 + }, + "8102.03.513": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62488", - "roomcode": "8102.03.513", - "usage": 37 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62489", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62488, + "usage_id": 37 + }, + "8102.03.514": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62489", - "roomcode": "8102.03.514", - "usage": 115 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62490", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62489, + "usage_id": 115 + }, + "8102.03.515": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.5.15, Putzraum", "arch_name": "3.5.15@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62490", - "roomcode": "8102.03.515", - "usage": 205 - }, - { - "address": "Parkring 35-39, 3.OG", - "address_link": "ris.einzelraum?raumkey=62491", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62490, + "usage_id": 205 + }, + "8102.03.516": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "3.5.16, Elektrotechnik", "arch_name": "3.5.16@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=62491", - "roomcode": "8102.03.516", - "usage": 160 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63072", + "area_id": 57, + "building_id": 1305, + "floor_level": "3.OG", + "floor_type": "PVC", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62491, + "usage_id": 160 + }, + "8102.EG.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=26426&cReadonly=J", - "list_index": "1", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63072", - "roomcode": "8102.EG.101", - "usage": 222 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63071", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26426, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63072, + "usage_id": 222 + }, + "8102.EG.102": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63071", - "roomcode": "8102.EG.102", - "usage": 12 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63110", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63071, + "usage_id": 12 + }, + "8102.EG.103": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63110", - "roomcode": "8102.EG.103", - "usage": 12 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63108", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63110, + "usage_id": 12 + }, + "8102.EG.104": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=23347&cReadonly=J", - "extended": { - "additional_description": "BC2 0.01.04, Seminarraum", - "address": "Parkring 35-39(8102), Erdgescho\u00df", - "architect_room_nr": "BC2 0.01.04@8102", - "area_m2": 61.37, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "104", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63108", - "roomcode": "8102.EG.104", - "usage": 41 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63123", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 23347, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63108, + "usage_id": 41 + }, + "8102.EG.105": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=23348&cReadonly=J", - "extended": { - "additional_description": "BC2 0.01.05, Seminarraum", - "address": "Parkring 35-39(8102), Erdgescho\u00df", - "architect_room_nr": "BC2 0.01.05@8102", - "area_m2": 78.68, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "105", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63123", - "roomcode": "8102.EG.105", - "usage": 41 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63115", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 23348, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63123, + "usage_id": 41 + }, + "8102.EG.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "0.01.06, Datenraum", "arch_name": "0.01.06@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63115", - "roomcode": "8102.EG.106", - "usage": 207 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63116", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63115, + "usage_id": 207 + }, + "8102.EG.107": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63116", - "roomcode": "8102.EG.107", - "usage": 153 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63127", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63116, + "usage_id": 153 + }, + "8102.EG.108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "0.01.08, Putzraum", "arch_name": "0.01.08@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63127", - "roomcode": "8102.EG.108", - "usage": 205 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63128", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63127, + "usage_id": 205 + }, + "8102.EG.109": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63128", - "roomcode": "8102.EG.109", - "usage": 117 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63129", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63128, + "usage_id": 117 + }, + "8102.EG.110": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63129", - "roomcode": "8102.EG.110", - "usage": 118 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63130", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63129, + "usage_id": 118 + }, + "8102.EG.111": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63130", - "roomcode": "8102.EG.111", - "usage": 116 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63131", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63130, + "usage_id": 116 + }, + "8102.EG.112": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63131", - "roomcode": "8102.EG.112", - "usage": 118 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63132", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63131, + "usage_id": 118 + }, + "8102.EG.113": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63132", - "roomcode": "8102.EG.113", - "usage": 115 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63185", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63132, + "usage_id": 115 + }, + "8102.EG.114": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63185", - "roomcode": "8102.EG.114", - "usage": 222 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63122", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63185, + "usage_id": 222 + }, + "8102.EG.115": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63122", - "roomcode": "8102.EG.115", - "usage": 222 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63112", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63122, + "usage_id": 222 + }, + "8102.EG.116": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=22520&cReadonly=J", - "extended": { - "additional_description": "BC2 0.01.16, H\u00f6rsaal", - "address": "Parkring 35-39(8102), Erdgescho\u00df", - "architect_room_nr": "BC2 0.01.16@8102", - "area_m2": 175.78, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "116", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 1, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63112", - "roomcode": "8102.EG.116", - "usage": 20 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63111", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 22520, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": 1 + }, + "tumonline_id": 63112, + "usage_id": 20 + }, + "8102.EG.117": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=22352&cReadonly=J", - "extended": { - "additional_description": "BC2 0.01.17, H\u00f6rsaal", - "address": "Parkring 35-39(8102), Erdgescho\u00df", - "architect_room_nr": "BC2 0.01.17@8102", - "area_m2": 230.87, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "117", - "seats": 209, - "standing_places": 0, - "wheelchair_spaces": 3, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63111", - "roomcode": "8102.EG.117", - "usage": 20 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63119", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 22352, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 209, + "standing": null, + "wheelchair": 3 + }, + "tumonline_id": 63111, + "usage_id": 20 + }, + "8102.EG.118": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=23349&cReadonly=J", - "extended": { - "additional_description": "BC2 0.01.18, Seminarraum", - "address": "Parkring 35-39(8102), Erdgescho\u00df", - "architect_room_nr": "BC2 0.01.18@8102", - "area_m2": 39.92, - "building": "8102 Business Campus Garching (BC2)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "118", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63119", - "roomcode": "8102.EG.118", - "usage": 41 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63120", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 23349, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63119, + "usage_id": 41 + }, + "8102.EG.119": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=26692&cReadonly=J", - "list_index": "19", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63120", - "roomcode": "8102.EG.119", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63117", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26692, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63120, + "usage_id": 208 + }, + "8102.EG.120": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=26693&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63117", - "roomcode": "8102.EG.120", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63118", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26693, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63117, + "usage_id": 208 + }, + "8102.EG.121": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=26694&cReadonly=J", - "list_index": "21", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63118", - "roomcode": "8102.EG.121", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63186", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26694, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63118, + "usage_id": 208 + }, + "8102.EG.122": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=26695&cReadonly=J", - "list_index": "22", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63186", - "roomcode": "8102.EG.122", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63121", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26695, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63186, + "usage_id": 208 + }, + "8102.EG.123": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=1&cRes=26696&cReadonly=J", - "list_index": "23", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63121", - "roomcode": "8102.EG.123", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63109", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26696, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63121, + "usage_id": 208 + }, + "8102.EG.124": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=26697&cReadonly=J", - "list_index": "24", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63109", - "roomcode": "8102.EG.124", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63137", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26697, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63109, + "usage_id": 208 + }, + "8102.EG.125": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=26698&cReadonly=J", - "list_index": "25", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63137", - "roomcode": "8102.EG.125", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63136", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26698, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63137, + "usage_id": 208 + }, + "8102.EG.126": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": "tvKalender.wSicht?cOrg=14178&cRes=26699&cReadonly=J", - "list_index": "26", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63136", - "roomcode": "8102.EG.126", - "usage": 208 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63135", + "area_id": 57, + "building_id": 1305, + "calendar_resource_nr": 26699, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": 4, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63136, + "usage_id": 208 + }, + "8102.EG.127": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "alt_name": "0.01.27, Dusche", "arch_name": "0.01.27@8102", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63135", - "roomcode": "8102.EG.127", - "usage": 113 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63195", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63135, + "usage_id": 113 + }, + "8102.EG.128": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63195", - "roomcode": "8102.EG.128", - "usage": 222 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63113", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63195, + "usage_id": 222 + }, + "8102.EG.129": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=14178", - "operator": "[ TUMAFMA ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63113", - "roomcode": "8102.EG.129", - "usage": 121 - }, - { - "address": "Parkring 35-39, EG", - "address_link": "ris.einzelraum?raumkey=63114", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 14178, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63113, + "usage_id": 121 + }, + "8102.EG.130": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1305, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=63114", - "roomcode": "8102.EG.130", - "usage": 32 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73723", + "area_id": 57, + "building_id": 1305, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 63114, + "usage_id": 32 + }, + "8104.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.01, Pr\u00e4sentation", "arch_name": "0.01@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73723", - "roomcode": "8104.EG.001", - "usage": 12 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73378", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73723, + "usage_id": 12 + }, + "8104.EG.001A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.01A, WC-Herren", "arch_name": "0.01A@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73378", - "roomcode": "8104.EG.001A", - "usage": 115 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73379", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73378, + "usage_id": 115 + }, + "8104.EG.001C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.01C, Putzraum", "arch_name": "0.01C@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73379", - "roomcode": "8104.EG.001C", - "usage": 205 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73650", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73379, + "usage_id": 205 + }, + "8104.EG.001D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.01D, WC-Damen", "arch_name": "0.01D@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73650", - "roomcode": "8104.EG.001D", - "usage": 116 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73744", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73650, + "usage_id": 116 + }, + "8104.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.02, Labor", "arch_name": "0.02@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73744", - "roomcode": "8104.EG.002", - "usage": 103 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73743", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73744, + "usage_id": 103 + }, + "8104.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.03, Labor", "arch_name": "0.03@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73743", - "roomcode": "8104.EG.003", - "usage": 103 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73742", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73743, + "usage_id": 103 + }, + "8104.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.04, Labor", "arch_name": "0.04@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73742", - "roomcode": "8104.EG.004", - "usage": 103 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73741", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73742, + "usage_id": 103 + }, + "8104.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.05, Labor", "arch_name": "0.05@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73741", - "roomcode": "8104.EG.005", - "usage": 103 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73740", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73741, + "usage_id": 103 + }, + "8104.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.06, Werkstatt", "arch_name": "0.06@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73740", - "roomcode": "8104.EG.006", - "usage": 51 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73739", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73740, + "usage_id": 51 + }, + "8104.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.07, Labor", "arch_name": "0.07@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73739", - "roomcode": "8104.EG.007", - "usage": 103 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73738", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73739, + "usage_id": 103 + }, + "8104.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.08, Labor", "arch_name": "0.08@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73738", - "roomcode": "8104.EG.008", - "usage": 103 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73737", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73738, + "usage_id": 103 + }, + "8104.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.09, Werkstatt", "arch_name": "0.09@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73737", - "roomcode": "8104.EG.009", - "usage": 51 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73722", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73737, + "usage_id": 51 + }, + "8104.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.10, Werkstatt", "arch_name": "0.10@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73722", - "roomcode": "8104.EG.010", - "usage": 51 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73736", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73722, + "usage_id": 51 + }, + "8104.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.11, Labor", "arch_name": "0.11@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73736", - "roomcode": "8104.EG.011", - "usage": 194 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73735", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73736, + "usage_id": 194 + }, + "8104.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.12, Labor", "arch_name": "0.12@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73735", - "roomcode": "8104.EG.012", - "usage": 194 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73734", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73735, + "usage_id": 194 + }, + "8104.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.13, Labor", "arch_name": "0.13@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73734", - "roomcode": "8104.EG.013", - "usage": 194 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73733", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73734, + "usage_id": 194 + }, + "8104.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.14, B\u00fcro", "arch_name": "0.14@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73733", - "roomcode": "8104.EG.014", - "usage": 12 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73731", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73733, + "usage_id": 12 + }, + "8104.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.15, Labor", "arch_name": "0.15@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73731", - "roomcode": "8104.EG.015", - "usage": 194 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73729", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73731, + "usage_id": 194 + }, + "8104.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.16, Werkstatt", "arch_name": "0.16@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73729", - "roomcode": "8104.EG.016", - "usage": 108 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73730", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73729, + "usage_id": 108 + }, + "8104.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.17, Aufenthalt", "arch_name": "0.17@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73730", - "roomcode": "8104.EG.017", - "usage": 44 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73728", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73730, + "usage_id": 44 + }, + "8104.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.18, Teek\u00fcche", "arch_name": "0.18@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73728", - "roomcode": "8104.EG.018", - "usage": 198 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73726", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73728, + "usage_id": 198 + }, + "8104.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.19, Labor", "arch_name": "0.19@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73726", - "roomcode": "8104.EG.019", - "usage": 194 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73725", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73726, + "usage_id": 194 + }, + "8104.EG.020": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.20, Labor", "arch_name": "0.20@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73725", - "roomcode": "8104.EG.020", - "usage": 194 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73724", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73725, + "usage_id": 194 + }, + "8104.EG.021": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.21, Lager", "arch_name": "0.21@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73724", - "roomcode": "8104.EG.021", - "usage": 30 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73732", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73724, + "usage_id": 30 + }, + "8104.EG.022": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.22, Flur", "arch_name": "0.22@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73732", - "roomcode": "8104.EG.022", - "usage": 222 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73727", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73732, + "usage_id": 222 + }, + "8104.EG.024": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.24, Flur", "arch_name": "0.24@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73727", - "roomcode": "8104.EG.024", - "usage": 222 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73651", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73727, + "usage_id": 222 + }, + "8104.EG.024B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.24B, WC-Herren", "arch_name": "0.24B@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73651", - "roomcode": "8104.EG.024B", - "usage": 115 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73635", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73651, + "usage_id": 115 + }, + "8104.EG.024C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.24C, WC-Damen", "arch_name": "0.24C@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73635", - "roomcode": "8104.EG.024C", - "usage": 116 - }, - { - "address": "Carl-Zeiss-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73636", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73635, + "usage_id": 116 + }, + "8104.EG.024D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "alt_name": "0.24D, WC-Damen", "arch_name": "0.24D@8104", - "b_area_id": 57, - "b_filter_id": 3009, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=49055", - "operator": "[ TURM000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73636", - "roomcode": "8104.EG.024D", - "usage": 116 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65226", + "area_id": 57, + "building_id": 3009, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 49055, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73636, + "usage_id": 116 + }, + "8111.01.101": { + "address": { + "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", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": "tvKalender.wSicht?cOrg=15431&cRes=28973&cReadonly=J", - "list_index": "36", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65226", - "roomcode": "8111.01.101", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65228", + "area_id": 57, + "building_id": 1629, + "calendar_resource_nr": 28973, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65226, + "usage_id": 12 + }, + "8111.01.102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.102, B\u00fcro", "arch_name": "1.102@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65228", - "roomcode": "8111.01.102", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65229", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65228, + "usage_id": 12 + }, + "8111.01.103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.103, B\u00fcro", "arch_name": "1.103@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65229", - "roomcode": "8111.01.103", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65231", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65229, + "usage_id": 12 + }, + "8111.01.104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.104, WC-Damen", "arch_name": "1.104@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65231", - "roomcode": "8111.01.104", - "usage": 116 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65230", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65231, + "usage_id": 116 + }, + "8111.01.105": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.105, WC-Herren", "arch_name": "1.105@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65230", - "roomcode": "8111.01.105", - "usage": 115 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65246", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65230, + "usage_id": 115 + }, + "8111.01.106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.106, B\u00fcro", "arch_name": "1.106@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65246", - "roomcode": "8111.01.106", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65227", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65246, + "usage_id": 12 + }, + "8111.01.107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.107, B\u00fcro", "arch_name": "1.107@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65227", - "roomcode": "8111.01.107", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65232", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65227, + "usage_id": 12 + }, + "8111.01.172": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.172, Treppenhaus/Flur", "arch_name": "1.172@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65232", - "roomcode": "8111.01.172", - "usage": 223 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, 1.OG", - "address_link": "ris.einzelraum?raumkey=65245", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65232, + "usage_id": 223 + }, + "8111.01.173": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "1.173, Flur", "arch_name": "1.173@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65245", - "roomcode": "8111.01.173", - "usage": 223 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65203", + "area_id": 57, + "building_id": 1629, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65245, + "usage_id": 223 + }, + "8111.EG.001": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.001, B\u00fcro", "arch_name": "0.001@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65203", - "roomcode": "8111.EG.001", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65204", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65203, + "usage_id": 12 + }, + "8111.EG.002": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.002, B\u00fcro", "arch_name": "0.002@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65204", - "roomcode": "8111.EG.002", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65205", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65204, + "usage_id": 12 + }, + "8111.EG.003": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.003, Kopierer, Fax", "arch_name": "0.003@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65205", - "roomcode": "8111.EG.003", - "usage": 110 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65206", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65205, + "usage_id": 110 + }, + "8111.EG.004": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.004, Aufenthalt", "arch_name": "0.004@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65206", - "roomcode": "8111.EG.004", - "usage": 44 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65207", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65206, + "usage_id": 44 + }, + "8111.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.005, Vorraum WC", "arch_name": "0.005@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65207", - "roomcode": "8111.EG.005", - "usage": 118 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65208", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65207, + "usage_id": 118 + }, + "8111.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.006, WC", "arch_name": "0.006@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65208", - "roomcode": "8111.EG.006", - "usage": 114 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65209", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65208, + "usage_id": 114 + }, + "8111.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.007, WC", "arch_name": "0.007@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65209", - "roomcode": "8111.EG.007", - "usage": 114 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65210", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65209, + "usage_id": 114 + }, + "8111.EG.008": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.008, B\u00fcro", "arch_name": "0.008@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65210", - "roomcode": "8111.EG.008", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65211", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65210, + "usage_id": 12 + }, + "8111.EG.009": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.009, Lager", "arch_name": "0.009@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65211", - "roomcode": "8111.EG.009", - "usage": 30 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65212", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65211, + "usage_id": 30 + }, + "8111.EG.010": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.010, B\u00fcro", "arch_name": "0.010@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65212", - "roomcode": "8111.EG.010", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65213", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65212, + "usage_id": 12 + }, + "8111.EG.011": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.011, Lager", "arch_name": "0.011@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65213", - "roomcode": "8111.EG.011", - "usage": 30 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65214", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65213, + "usage_id": 30 + }, + "8111.EG.012": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012, B\u00fcro", "arch_name": "0.012@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65214", - "roomcode": "8111.EG.012", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65239", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65214, + "usage_id": 12 + }, + "8111.EG.012A": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012A, WC", "arch_name": "0.012A@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65239", - "roomcode": "8111.EG.012A", - "usage": 114 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65240", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65239, + "usage_id": 114 + }, + "8111.EG.012B": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012B, B\u00fcro", "arch_name": "0.012B@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65240", - "roomcode": "8111.EG.012B", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65241", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65240, + "usage_id": 12 + }, + "8111.EG.012C": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012C, Windfang", "arch_name": "0.012C@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65241", - "roomcode": "8111.EG.012C", - "usage": 52 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65242", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65241, + "usage_id": 52 + }, + "8111.EG.012D": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012D, Teek\u00fcche", "arch_name": "0.012D@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65242", - "roomcode": "8111.EG.012D", - "usage": 198 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65243", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65242, + "usage_id": 198 + }, + "8111.EG.012E": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012E, Kopierraum", "arch_name": "0.012E@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65243", - "roomcode": "8111.EG.012E", - "usage": 110 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65244", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65243, + "usage_id": 110 + }, + "8111.EG.012F": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.012F, Flur", "arch_name": "0.012F@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65244", - "roomcode": "8111.EG.012F", - "usage": 222 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65215", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65244, + "usage_id": 222 + }, + "8111.EG.013": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.013, Stromanschluss", "arch_name": "0.013@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65215", - "roomcode": "8111.EG.013", - "usage": 160 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65216", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65215, + "usage_id": 160 + }, + "8111.EG.014": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.014, B\u00fcro", "arch_name": "0.014@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65216", - "roomcode": "8111.EG.014", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65217", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65216, + "usage_id": 12 + }, + "8111.EG.015": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.015, B\u00fcro", "arch_name": "0.015@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65217", - "roomcode": "8111.EG.015", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65218", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65217, + "usage_id": 12 + }, + "8111.EG.016": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.016, B\u00fcro", "arch_name": "0.016@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65218", - "roomcode": "8111.EG.016", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65219", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65218, + "usage_id": 12 + }, + "8111.EG.017": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.017, B\u00fcro", "arch_name": "0.017@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65219", - "roomcode": "8111.EG.017", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65220", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65219, + "usage_id": 12 + }, + "8111.EG.018": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.018, B\u00fcro", "arch_name": "0.018@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65220", - "roomcode": "8111.EG.018", - "usage": 12 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65233", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65220, + "usage_id": 12 + }, + "8111.EG.019": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.019, Praktikumsraum", "arch_name": "0.019@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "extended": { - "additional_description": "0.019, Praktikumsraum", - "address": "Schlei\u00dfheimerstra\u00dfe 90a(8111), Erdgescho\u00df", - "architect_room_nr": "0.019@8111", - "area_m2": 452.44, - "building": "8111 Schlei\u00dfheimerstr. 90a", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "019", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65233", - "roomcode": "8111.EG.019", - "usage": 131 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65221", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65233, + "usage_id": 131 + }, + "8111.EG.070": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.070, Windfang", "arch_name": "0.070@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65221", - "roomcode": "8111.EG.070", - "usage": 52 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65222", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65221, + "usage_id": 52 + }, + "8111.EG.071": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.071, Foyer", "arch_name": "0.071@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65222", - "roomcode": "8111.EG.071", - "usage": 15 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65223", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65222, + "usage_id": 15 + }, + "8111.EG.072": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.072, Treppenhaus", "arch_name": "0.072@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65223", - "roomcode": "8111.EG.072", - "usage": 223 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65224", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65223, + "usage_id": 223 + }, + "8111.EG.073": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.073, Windfang", "arch_name": "0.073@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65224", - "roomcode": "8111.EG.073", - "usage": 52 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65225", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65224, + "usage_id": 52 + }, + "8111.EG.074": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.074, Flur", "arch_name": "0.074@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65225", - "roomcode": "8111.EG.074", - "usage": 222 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65234", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65225, + "usage_id": 222 + }, + "8111.EG.075": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.075, Flur", "arch_name": "0.075@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65234", - "roomcode": "8111.EG.075", - "usage": 222 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65235", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65234, + "usage_id": 222 + }, + "8111.EG.076": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.076, Flur", "arch_name": "0.076@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65235", - "roomcode": "8111.EG.076", - "usage": 222 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65236", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65235, + "usage_id": 222 + }, + "8111.EG.077": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.077, Flur", "arch_name": "0.077@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65236", - "roomcode": "8111.EG.077", - "usage": 222 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65237", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65236, + "usage_id": 222 + }, + "8111.EG.078": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.078, Flur", "arch_name": "0.078@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65237", - "roomcode": "8111.EG.078", - "usage": 222 - }, - { - "address": "Schlei\u00dfheimerstra\u00dfe 90a, EG", - "address_link": "ris.einzelraum?raumkey=65238", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65237, + "usage_id": 222 + }, + "8111.EG.079": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "alt_name": "0.079, Flur", "arch_name": "0.079@8111", - "b_area_id": 57, - "b_filter_id": 1629, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=15431", - "operator": "[ TUINI06 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=65238", - "roomcode": "8111.EG.079", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=67761", + "area_id": 57, + "building_id": 1629, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 15431, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 65238, + "usage_id": 222 + }, + "8120.01.101": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29093&cReadonly=J", - "extended": { - "additional_description": "Audimax im Galileo nur Mo-Di 7-19 Uhr", - "address": "Walther-von-Dyck-Str. 10(8120), 1.Obergescho\u00df", - "architect_room_nr": "Audimax@8120", - "area_m2": 1150.0, - "building": "8120 Conference Center", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "101", - "seats": 1236, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67761", - "roomcode": "8120.01.101", - "usage": 20 - }, - { - "address": "Walther-von-Dyck-Str. 10, 1.OG", - "address_link": "ris.einzelraum?raumkey=67711", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 29093, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 1236, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67761, + "usage_id": 20 + }, + "8120.01.170": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67711", - "roomcode": "8120.01.170", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=67713", + "area_id": 202, + "building_id": 2131, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67711, + "usage_id": 222 + }, + "8120.02.201": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Orion 1 im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), 2.Obergescho\u00df", - "architect_room_nr": "Orion 1@8120", - "area_m2": 43.0, - "building": "8120 Conference Center", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "201", - "seats": 36, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67713", - "roomcode": "8120.02.201", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=67714", + "area_id": 202, + "building_id": 2131, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 36, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67713, + "usage_id": 41 + }, + "8120.02.202": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Orion 2 im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), 2.Obergescho\u00df", - "architect_room_nr": "Orion 2@8120", - "area_m2": 41.0, - "building": "8120 Conference Center", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67714", - "roomcode": "8120.02.202", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=67762", + "area_id": 202, + "building_id": 2131, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67714, + "usage_id": 41 + }, + "8120.02.203": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Orion 1+2 im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), 2.Obergescho\u00df", - "architect_room_nr": "Orion@8120", - "area_m2": 84.0, - "building": "8120 Conference Center", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 66, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67762", - "roomcode": "8120.02.203", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, 2.OG", - "address_link": "ris.einzelraum?raumkey=67763", + "area_id": 202, + "building_id": 2131, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 66, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67762, + "usage_id": 41 + }, + "8120.02.270": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29096&cReadonly=J", - "list_index": "13", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67763", - "roomcode": "8120.02.270", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 10, 3.OG", - "address_link": "ris.einzelraum?raumkey=67766", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 29096, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67763, + "usage_id": 222 + }, + "8120.03.303": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33214&cReadonly=J", - "extended": { - "additional_description": "Seminarraum Venus 1+2 im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), 3.Obergescho\u00df", - "architect_room_nr": "Venus@8120", - "area_m2": 127.0, - "building": "8120 Conference Center", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "303", - "seats": 108, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67766", - "roomcode": "8120.03.303", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, 3.OG", - "address_link": "ris.einzelraum?raumkey=67767", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 33214, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 108, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67766, + "usage_id": 41 + }, + "8120.03.304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 10", + "zip_code": 85748 + }, "alt_name": "Seminarraum Pluto im Kongresszentrum", "arch_name": "Pluto@8120", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Pluto im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), 3.Obergescho\u00df", - "architect_room_nr": "Pluto@8120", - "area_m2": 55.0, - "building": "8120 Conference Center", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "304", - "seats": 46, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67767", - "roomcode": "8120.03.304", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, 3.OG", - "address_link": "ris.einzelraum?raumkey=67770", + "area_id": 202, + "building_id": 2131, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 46, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67767, + "usage_id": 41 + }, + "8120.03.307": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33217&cReadonly=J", - "extended": { - "additional_description": "Seminarraum Mars 1+2 im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), 3.Obergescho\u00df", - "architect_room_nr": "Mars@8120", - "area_m2": 128.0, - "building": "8120 Conference Center", - "floor_number": "3.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "307", - "seats": 120, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67770", - "roomcode": "8120.03.307", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71804", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 33217, + "floor_level": "3.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 120, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67770, + "usage_id": 41 + }, + "8120.04.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71804", - "roomcode": "8120.04.001", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71794", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71804, + "usage_id": 222 + }, + "8120.04.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71794", - "roomcode": "8120.04.002", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71795", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71794, + "usage_id": 205 + }, + "8120.04.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71795", - "roomcode": "8120.04.003", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71805", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71795, + "usage_id": 207 + }, + "8120.04.004": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71805", - "roomcode": "8120.04.004", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71738", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71805, + "usage_id": 118 + }, + "8120.04.005": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71738", - "roomcode": "8120.04.005", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71739", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71738, + "usage_id": 115 + }, + "8120.04.006": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71739", - "roomcode": "8120.04.006", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71740", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71739, + "usage_id": 116 + }, + "8120.04.007": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71740", - "roomcode": "8120.04.007", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71816", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71740, + "usage_id": 118 + }, + "8120.04.008": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71816", - "roomcode": "8120.04.008", - "usage": 198 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71742", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71816, + "usage_id": 198 + }, + "8120.04.009": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71742", - "roomcode": "8120.04.009", - "usage": 121 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71741", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71742, + "usage_id": 121 + }, + "8120.04.010": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71741", - "roomcode": "8120.04.010", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71796", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71741, + "usage_id": 44 + }, + "8120.04.011": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71796", - "roomcode": "8120.04.011", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71797", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71796, + "usage_id": 196 + }, + "8120.04.012": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71797", - "roomcode": "8120.04.012", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71798", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71797, + "usage_id": 196 + }, + "8120.04.013": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71798", - "roomcode": "8120.04.013", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71799", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71798, + "usage_id": 12 + }, + "8120.04.014": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71799", - "roomcode": "8120.04.014", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71806", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": 10, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71799, + "usage_id": 196 + }, + "8120.04.015": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71806", - "roomcode": "8120.04.015", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71807", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71806, + "usage_id": 12 + }, + "8120.04.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71807", - "roomcode": "8120.04.016", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71809", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71807, + "usage_id": 12 + }, + "8120.04.017": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71809", - "roomcode": "8120.04.017", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71808", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71809, + "usage_id": 12 + }, + "8120.04.018": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71808", - "roomcode": "8120.04.018", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71819", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71808, + "usage_id": 12 + }, + "8120.04.027": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71819", - "roomcode": "8120.04.027", - "usage": 28 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71820", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71819, + "usage_id": 28 + }, + "8120.04.029": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71820", - "roomcode": "8120.04.029", - "usage": 121 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71833", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71820, + "usage_id": 121 + }, + "8120.04.030": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71833", - "roomcode": "8120.04.030", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71832", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71833, + "usage_id": 12 + }, + "8120.04.031": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71832", - "roomcode": "8120.04.031", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=72861", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 51457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71832, + "usage_id": 205 + }, + "8120.04.032": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72861", - "roomcode": "8120.04.032", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71834", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72861, + "usage_id": 12 + }, + "8120.04.033": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71834", - "roomcode": "8120.04.033", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71835", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": 1, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71834, + "usage_id": 12 + }, + "8120.04.034": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71835", - "roomcode": "8120.04.034", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71821", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71835, + "usage_id": 196 + }, + "8120.04.035": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71821", - "roomcode": "8120.04.035", - "usage": 110 - }, - { - "address": "Walther-von-Dyck-Str. 10, 4.OG", - "address_link": "ris.einzelraum?raumkey=71822", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71821, + "usage_id": 110 + }, + "8120.04.036": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51457", - "operator": "[ TUZEGNI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71822", - "roomcode": "8120.04.036", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71823", + "area_id": 202, + "building_id": 2131, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51457, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71822, + "usage_id": 12 + }, + "8120.05.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71823", - "roomcode": "8120.05.001", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71824", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71823, + "usage_id": 222 + }, + "8120.05.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71824", - "roomcode": "8120.05.002", - "usage": 198 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71825", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71824, + "usage_id": 198 + }, + "8120.05.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71825", - "roomcode": "8120.05.003", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71826", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71825, + "usage_id": 118 + }, + "8120.05.004": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71826", - "roomcode": "8120.05.004", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71838", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71826, + "usage_id": 115 + }, + "8120.05.005": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71838", - "roomcode": "8120.05.005", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71827", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71838, + "usage_id": 116 + }, + "8120.05.006": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71827", - "roomcode": "8120.05.006", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71839", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71827, + "usage_id": 118 + }, + "8120.05.007": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71839", - "roomcode": "8120.05.007", - "usage": 40 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71844", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71839, + "usage_id": 40 + }, + "8120.05.009": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71844", - "roomcode": "8120.05.009", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71840", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71844, + "usage_id": 207 + }, + "8120.05.010": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71840", - "roomcode": "8120.05.010", - "usage": 110 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71841", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71840, + "usage_id": 110 + }, + "8120.05.011": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71841", - "roomcode": "8120.05.011", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71842", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71841, + "usage_id": 12 + }, + "8120.05.012": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71842", - "roomcode": "8120.05.012", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=72785", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71842, + "usage_id": 12 + }, + "8120.05.012A": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72785", - "roomcode": "8120.05.012A", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=72786", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72785, + "usage_id": 44 + }, + "8120.05.012B": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72786", - "roomcode": "8120.05.012B", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=72787", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72786, + "usage_id": 12 + }, + "8120.05.012C": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72787", - "roomcode": "8120.05.012C", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71828", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72787, + "usage_id": 12 + }, + "8120.05.013": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71828", - "roomcode": "8120.05.013", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71845", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71828, + "usage_id": 12 + }, + "8120.05.014": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71845", - "roomcode": "8120.05.014", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71846", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71845, + "usage_id": 12 + }, + "8120.05.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71846", - "roomcode": "8120.05.016", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71847", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71846, + "usage_id": 12 + }, + "8120.05.017": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71847", - "roomcode": "8120.05.017", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71837", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71847, + "usage_id": 196 + }, + "8120.05.030": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71837", - "roomcode": "8120.05.030", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71836", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71837, + "usage_id": 12 + }, + "8120.05.031": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71836", - "roomcode": "8120.05.031", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71843", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71836, + "usage_id": 196 + }, + "8120.05.032": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71843", - "roomcode": "8120.05.032", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71829", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71843, + "usage_id": 12 + }, + "8120.05.034": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71829", - "roomcode": "8120.05.034", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71830", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71829, + "usage_id": 44 + }, + "8120.05.035": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71830", - "roomcode": "8120.05.035", - "usage": 110 - }, - { - "address": "Walther-von-Dyck-Str. 10, 5.OG", - "address_link": "ris.einzelraum?raumkey=71831", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71830, + "usage_id": 110 + }, + "8120.05.036": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51317", - "operator": "[ TUZEDSI ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71831", - "roomcode": "8120.05.036", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67759", + "area_id": 202, + "building_id": 2131, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51317, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71831, + "usage_id": 12 + }, + "8120.EG.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29092&cReadonly=J", - "extended": { - "additional_description": "H\u00f6rsaal im Galileo nur Mo-Do 7-19 Uhr", - "address": "Walther-von-Dyck-Str. 10(8120), Erdgescho\u00df", - "architect_room_nr": "H\u00f6rsaal@8120", - "area_m2": 280.0, - "building": "8120 Conference Center", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "001", - "seats": 300, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67759", - "roomcode": "8120.EG.001", - "usage": 20 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67709", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 29092, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 300, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67759, + "usage_id": 20 + }, + "8120.EG.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29094&cReadonly=J", - "extended": { - "additional_description": "Seminarraum Taurus 1 im Galileo Mo-Fr 7-19 Uhr", - "address": "Walther-von-Dyck-Str. 10(8120), Erdgescho\u00df", - "architect_room_nr": "Taurus 1@8120", - "area_m2": 93.0, - "building": "8120 Conference Center", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "002", - "seats": 51, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67709", - "roomcode": "8120.EG.002", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67710", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 29094, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 51, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67709, + "usage_id": 41 + }, + "8120.EG.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=29095&cReadonly=J", - "extended": { - "additional_description": "Seminarraum Taurus 2 im Galileo Mo-Fr 7-19 Uhr", - "address": "Walther-von-Dyck-Str. 10(8120), Erdgescho\u00df", - "architect_room_nr": "Taurus 2@8120", - "area_m2": 94.0, - "building": "8120 Conference Center", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "003", - "seats": 51, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67710", - "roomcode": "8120.EG.003", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67693", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 29095, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 51, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67710, + "usage_id": 41 + }, + "8120.EG.005": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 10", + "zip_code": 85748 + }, "alt_name": "Seminarraum Terra im Kongresszentrum", "arch_name": "Terra@8120", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": "tvKalender.wSicht?cOrg=19691&cRes=33892&cReadonly=J", - "extended": { - "additional_description": "Seminarraum Terra im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), Erdgescho\u00df", - "architect_room_nr": "Terra@8120", - "area_m2": 230.0, - "building": "8120 Conference Center", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 180, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67693", - "roomcode": "8120.EG.005", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67694", + "area_id": 202, + "building_id": 2131, + "calendar_resource_nr": 33892, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 180, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67693, + "usage_id": 41 + }, + "8120.EG.006": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 10", + "zip_code": 85748 + }, "alt_name": "Seminarraum Jupiter im Kongresszentrum", "arch_name": "Jupiter@8120", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Jupiter im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), Erdgescho\u00df", - "architect_room_nr": "Jupiter@8120", - "area_m2": 157.0, - "building": "8120 Conference Center", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006", - "seats": 118, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67694", - "roomcode": "8120.EG.006", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67695", + "area_id": 202, + "building_id": 2131, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 118, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67694, + "usage_id": 41 + }, + "8120.EG.007": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 10", + "zip_code": 85748 + }, "alt_name": "Seminarraum Saturn im Kongresszentrum", "arch_name": "Saturn@8120", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Saturn im Kongresszentrum", - "address": "Walther-von-Dyck-Str. 10(8120), Erdgescho\u00df", - "architect_room_nr": "Saturn@8120", - "area_m2": 77.0, - "building": "8120 Conference Center", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "007", - "seats": 66, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67695", - "roomcode": "8120.EG.007", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 10, EG", - "address_link": "ris.einzelraum?raumkey=67712", + "area_id": 202, + "building_id": 2131, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 19691, + "seats": { + "sitting": 66, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67695, + "usage_id": 41 + }, + "8120.EG.070": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2131, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67712", - "roomcode": "8120.EG.070", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 12, 1.OG", - "address_link": "ris.einzelraum?raumkey=67771", + "area_id": 202, + "building_id": 2131, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67712, + "usage_id": 222 + }, + "8121.01.101": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2132, - "calendar": null, - "extended": { - "additional_description": "Seminarraum Phoenix im Hotel Courtyard", - "address": "Walther-von-Dyck-Str. 12(8121), 1.Obergescho\u00df", - "architect_room_nr": "Phoenix@8121", - "area_m2": 106.0, - "building": "8121 Courtyard Hotel", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "101", - "seats": 80, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=67771", - "roomcode": "8121.01.101", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72364", + "area_id": 202, + "building_id": 2132, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 19691, + "seats": { + "sitting": 80, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 67771, + "usage_id": 41 + }, + "8122.01.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72364", - "roomcode": "8122.01.001", - "usage": 213 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72365", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72364, + "usage_id": 213 + }, + "8122.01.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72365", - "roomcode": "8122.01.002", - "usage": 213 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72366", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72365, + "usage_id": 213 + }, + "8122.01.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72366", - "roomcode": "8122.01.003", - "usage": 213 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72367", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72366, + "usage_id": 213 + }, + "8122.01.004": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72367", - "roomcode": "8122.01.004", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72385", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72367, + "usage_id": 12 + }, + "8122.01.005": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72385", - "roomcode": "8122.01.005", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72386", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72385, + "usage_id": 222 + }, + "8122.01.005A": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72386", - "roomcode": "8122.01.005A", - "usage": 120 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72432", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72386, + "usage_id": 120 + }, + "8122.01.006": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72432", - "roomcode": "8122.01.006", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72433", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72432, + "usage_id": 222 + }, + "8122.01.007": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72433", - "roomcode": "8122.01.007", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72387", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72433, + "usage_id": 205 + }, + "8122.01.008": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72387", - "roomcode": "8122.01.008", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72388", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72387, + "usage_id": 118 + }, + "8122.01.009": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72388", - "roomcode": "8122.01.009", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72389", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72388, + "usage_id": 115 + }, + "8122.01.010": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72389", - "roomcode": "8122.01.010", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72390", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72389, + "usage_id": 118 + }, + "8122.01.011": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72390", - "roomcode": "8122.01.011", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72391", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72390, + "usage_id": 116 + }, + "8122.01.012": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72391", - "roomcode": "8122.01.012", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72392", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72391, + "usage_id": 12 + }, + "8122.01.013": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72392", - "roomcode": "8122.01.013", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72393", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72392, + "usage_id": 12 + }, + "8122.01.014": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72393", - "roomcode": "8122.01.014", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72409", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72393, + "usage_id": 12 + }, + "8122.01.015": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72409", - "roomcode": "8122.01.015", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72410", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72409, + "usage_id": 12 + }, + "8122.01.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72410", - "roomcode": "8122.01.016", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72411", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72410, + "usage_id": 12 + }, + "8122.01.017": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72411", - "roomcode": "8122.01.017", - "usage": 28 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72368", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72411, + "usage_id": 28 + }, + "8122.01.018": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72368", - "roomcode": "8122.01.018", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72369", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72368, + "usage_id": 44 + }, + "8122.01.020": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72369", - "roomcode": "8122.01.020", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72370", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72369, + "usage_id": 222 + }, + "8122.01.021": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72370", - "roomcode": "8122.01.021", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72371", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72370, + "usage_id": 118 + }, + "8122.01.022": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72371", - "roomcode": "8122.01.022", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72394", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72371, + "usage_id": 118 + }, + "8122.01.023": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72394", - "roomcode": "8122.01.023", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72437", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72394, + "usage_id": 116 + }, + "8122.01.024": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72437", - "roomcode": "8122.01.024", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72395", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72437, + "usage_id": 115 + }, + "8122.01.025": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72395", - "roomcode": "8122.01.025", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72396", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72395, + "usage_id": 12 + }, + "8122.01.026": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72396", - "roomcode": "8122.01.026", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72397", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72396, + "usage_id": 196 + }, + "8122.01.027": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72397", - "roomcode": "8122.01.027", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72438", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72397, + "usage_id": 196 + }, + "8122.01.028": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72438", - "roomcode": "8122.01.028", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72412", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72438, + "usage_id": 207 + }, + "8122.01.029": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72412", - "roomcode": "8122.01.029", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72413", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72412, + "usage_id": 196 + }, + "8122.01.030": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72413", - "roomcode": "8122.01.030", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72414", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72413, + "usage_id": 196 + }, + "8122.01.031": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72414", - "roomcode": "8122.01.031", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72415", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72414, + "usage_id": 12 + }, + "8122.01.032": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72415", - "roomcode": "8122.01.032", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72439", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72415, + "usage_id": 12 + }, + "8122.01.033": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72439", - "roomcode": "8122.01.033", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72440", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72439, + "usage_id": 196 + }, + "8122.01.034": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72440", - "roomcode": "8122.01.034", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72441", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72440, + "usage_id": 196 + }, + "8122.01.035": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72441", - "roomcode": "8122.01.035", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72436", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72441, + "usage_id": 196 + }, + "8122.01.036": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72436", - "roomcode": "8122.01.036", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72434", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72436, + "usage_id": 44 + }, + "8122.01.037": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72434", - "roomcode": "8122.01.037", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72435", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72434, + "usage_id": 12 + }, + "8122.01.038": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72435", - "roomcode": "8122.01.038", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72398", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72435, + "usage_id": 12 + }, + "8122.01.039": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "extended": { - "additional_description": "01.8122.039, Seminarraum", - "address": "Walther-von-Dyck-Str. 6(8122), 1.Obergescho\u00df", - "architect_room_nr": "01.8122.039@8122", - "area_m2": 47.9, - "building": "8122 Galileo B\u00fcro, W. v. Dyck-Str. 6", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "039", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72398", - "roomcode": "8122.01.039", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=72399", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72398, + "usage_id": 41 + }, + "8122.01.040": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=72399", - "roomcode": "8122.01.040", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74911", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72399, + "usage_id": 196 + }, + "8122.01.041": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74911", - "roomcode": "8122.01.041", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74918", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74911, + "usage_id": 118 + }, + "8122.01.042": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74918", - "roomcode": "8122.01.042", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74920", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74918, + "usage_id": 116 + }, + "8122.01.043": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74920", - "roomcode": "8122.01.043", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74919", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74920, + "usage_id": 115 + }, + "8122.01.044": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74919", - "roomcode": "8122.01.044", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74913", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74919, + "usage_id": 118 + }, + "8122.01.045": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74913", - "roomcode": "8122.01.045", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74912", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74913, + "usage_id": 205 + }, + "8122.01.046": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74912", - "roomcode": "8122.01.046", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74921", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74912, + "usage_id": 222 + }, + "8122.01.047": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74921", - "roomcode": "8122.01.047", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74914", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74921, + "usage_id": 222 + }, + "8122.01.048": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74914", - "roomcode": "8122.01.048", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74916", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74914, + "usage_id": 12 + }, + "8122.01.049": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74916", - "roomcode": "8122.01.049", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74917", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74916, + "usage_id": 12 + }, + "8122.01.049A": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74917", - "roomcode": "8122.01.049A", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=74915", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74917, + "usage_id": 207 + }, + "8122.01.050": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=74915", - "roomcode": "8122.01.050", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75163", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74915, + "usage_id": 12 + }, + "8122.01.051": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75163", - "roomcode": "8122.01.051", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75168", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75163, + "usage_id": 222 + }, + "8122.01.052": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75168", - "roomcode": "8122.01.052", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75169", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75168, + "usage_id": 118 + }, + "8122.01.053": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75169", - "roomcode": "8122.01.053", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75167", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75169, + "usage_id": 116 + }, + "8122.01.054": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75167", - "roomcode": "8122.01.054", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75166", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75167, + "usage_id": 115 + }, + "8122.01.055": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75166", - "roomcode": "8122.01.055", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75164", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75166, + "usage_id": 118 + }, + "8122.01.056": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75164", - "roomcode": "8122.01.056", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75162", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75164, + "usage_id": 12 + }, + "8122.01.057": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75162", - "roomcode": "8122.01.057", - "usage": 110 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75165", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75162, + "usage_id": 110 + }, + "8122.01.058": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75165", - "roomcode": "8122.01.058", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 1.OG", - "address_link": "ris.einzelraum?raumkey=75161", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75165, + "usage_id": 12 + }, + "8122.01.059": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=75161", - "roomcode": "8122.01.059", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70648", + "area_id": 202, + "building_id": 2591, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75161, + "usage_id": 12 + }, + "8122.05.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70648", - "roomcode": "8122.05.001", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70595", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70648, + "usage_id": 12 + }, + "8122.05.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70595", - "roomcode": "8122.05.002", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70596", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70595, + "usage_id": 12 + }, + "8122.05.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70596", - "roomcode": "8122.05.003", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70597", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70596, + "usage_id": 12 + }, + "8122.05.004": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70597", - "roomcode": "8122.05.004", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70598", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70597, + "usage_id": 12 + }, + "8122.05.005": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70598", - "roomcode": "8122.05.005", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70649", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70598, + "usage_id": 222 + }, + "8122.05.006": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70649", - "roomcode": "8122.05.006", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70650", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70649, + "usage_id": 118 + }, + "8122.05.007": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70650", - "roomcode": "8122.05.007", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70651", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70650, + "usage_id": 118 + }, + "8122.05.008": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70651", - "roomcode": "8122.05.008", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70599", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70651, + "usage_id": 118 + }, + "8122.05.009": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70599", - "roomcode": "8122.05.009", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70673", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70599, + "usage_id": 116 + }, + "8122.05.010": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70673", - "roomcode": "8122.05.010", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70600", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70673, + "usage_id": 222 + }, + "8122.05.011": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70600", - "roomcode": "8122.05.011", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70602", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70600, + "usage_id": 205 + }, + "8122.05.012": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70602", - "roomcode": "8122.05.012", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70674", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70602, + "usage_id": 196 + }, + "8122.05.013": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70674", - "roomcode": "8122.05.013", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70675", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70674, + "usage_id": 196 + }, + "8122.05.014": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": "tvKalender.wSicht?cOrg=51901&cRes=32092&cReadonly=J", - "extended": { - "additional_description": "5.8122.014, Seminarraum", - "address": "Walther-von-Dyck-Str. 6(8122), 5.Obergescho\u00df", - "architect_room_nr": "5.8122.014@8122", - "area_m2": 47.86, - "building": "8122 Galileo B\u00fcro, W. v. Dyck-Str. 6", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "014", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70675", - "roomcode": "8122.05.014", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70601", + "area_id": 202, + "building_id": 2591, + "calendar_resource_nr": 32092, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70675, + "usage_id": 41 + }, + "8122.05.015": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70601", - "roomcode": "8122.05.015", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=71743", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70601, + "usage_id": 222 + }, + "8122.05.015A": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51901", - "operator": "[ TUS7000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71743", - "roomcode": "8122.05.015A", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70603", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51901, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71743, + "usage_id": 44 + }, + "8122.05.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70603", - "roomcode": "8122.05.016", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70604", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70603, + "usage_id": 118 + }, + "8122.05.017": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70604", - "roomcode": "8122.05.017", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70605", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70604, + "usage_id": 115 + }, + "8122.05.018": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70605", - "roomcode": "8122.05.018", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70606", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70605, + "usage_id": 118 + }, + "8122.05.019": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70606", - "roomcode": "8122.05.019", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70676", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70606, + "usage_id": 116 + }, + "8122.05.020": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70676", - "roomcode": "8122.05.020", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70607", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70676, + "usage_id": 222 + }, + "8122.05.021": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70607", - "roomcode": "8122.05.021", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70677", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70607, + "usage_id": 12 + }, + "8122.05.022": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70677", - "roomcode": "8122.05.022", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70680", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70677, + "usage_id": 12 + }, + "8122.05.023": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70680", - "roomcode": "8122.05.023", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70679", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70680, + "usage_id": 222 + }, + "8122.05.024": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70679", - "roomcode": "8122.05.024", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70678", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70679, + "usage_id": 207 + }, + "8122.05.025": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70678", - "roomcode": "8122.05.025", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70608", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70678, + "usage_id": 12 + }, + "8122.05.026": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70608", - "roomcode": "8122.05.026", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70609", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70608, + "usage_id": 12 + }, + "8122.05.027": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70609", - "roomcode": "8122.05.027", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70610", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70609, + "usage_id": 12 + }, + "8122.05.028": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70610", - "roomcode": "8122.05.028", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70681", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70610, + "usage_id": 12 + }, + "8122.05.029": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70681", - "roomcode": "8122.05.029", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70682", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70681, + "usage_id": 12 + }, + "8122.05.030": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70682", - "roomcode": "8122.05.030", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70683", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70682, + "usage_id": 12 + }, + "8122.05.031": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70683", - "roomcode": "8122.05.031", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70684", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70683, + "usage_id": 12 + }, + "8122.05.032": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70684", - "roomcode": "8122.05.032", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70652", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70684, + "usage_id": 12 + }, + "8122.05.033": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70652", - "roomcode": "8122.05.033", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70653", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70652, + "usage_id": 12 + }, + "8122.05.034": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70653", - "roomcode": "8122.05.034", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 6, 5.OG", - "address_link": "ris.einzelraum?raumkey=70654", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70653, + "usage_id": 12 + }, + "8122.05.035": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2591, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=26031", - "operator": "[ TUZVR34 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70654", - "roomcode": "8122.05.035", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70575", + "area_id": 202, + "building_id": 2591, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 26031, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70654, + "usage_id": 222 + }, + "8123.04.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70575", - "roomcode": "8123.04.001", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70576", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70575, + "usage_id": 44 + }, + "8123.04.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70576", - "roomcode": "8123.04.002", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70577", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Linoleum", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70576, + "usage_id": 207 + }, + "8123.04.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70577", - "roomcode": "8123.04.003", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70656", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70577, + "usage_id": 12 + }, + "8123.04.004": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "extended": { - "additional_description": "4.8123.004, Seminarraum", - "address": "Walther-von-Dyck-Str. 4(8123), 4.Obergescho\u00df", - "architect_room_nr": "4.8123.004@8123", - "area_m2": 159.98, - "building": "8123 Galileo B\u00fcro, W. v. Dyck-Str. 4", - "floor_number": "4.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "004", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70656", - "roomcode": "8123.04.004", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70657", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70656, + "usage_id": 41 + }, + "8123.04.005": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70657", - "roomcode": "8123.04.005", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70658", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70657, + "usage_id": 12 + }, + "8123.04.006": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70658", - "roomcode": "8123.04.006", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70660", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70658, + "usage_id": 12 + }, + "8123.04.007": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70660", - "roomcode": "8123.04.007", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70578", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70660, + "usage_id": 118 + }, + "8123.04.008": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70578", - "roomcode": "8123.04.008", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70627", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70578, + "usage_id": 115 + }, + "8123.04.009": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70627", - "roomcode": "8123.04.009", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70628", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70627, + "usage_id": 118 + }, + "8123.04.010": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70628", - "roomcode": "8123.04.010", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70659", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70628, + "usage_id": 118 + }, + "8123.04.011": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70659", - "roomcode": "8123.04.011", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70579", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70659, + "usage_id": 222 + }, + "8123.04.012": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70579", - "roomcode": "8123.04.012", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70580", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70579, + "usage_id": 222 + }, + "8123.04.013": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70580", - "roomcode": "8123.04.013", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70581", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70580, + "usage_id": 12 + }, + "8123.04.014": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70581", - "roomcode": "8123.04.014", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70582", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70581, + "usage_id": 12 + }, + "8123.04.015": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70582", - "roomcode": "8123.04.015", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70583", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70582, + "usage_id": 44 + }, + "8123.04.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70583", - "roomcode": "8123.04.016", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70584", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70583, + "usage_id": 196 + }, + "8123.04.017": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70584", - "roomcode": "8123.04.017", - "usage": 198 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70629", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70584, + "usage_id": 198 + }, + "8123.04.018": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70629", - "roomcode": "8123.04.018", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70630", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70629, + "usage_id": 222 + }, + "8123.04.019": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70630", - "roomcode": "8123.04.019", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70631", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70630, + "usage_id": 118 + }, + "8123.04.020": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70631", - "roomcode": "8123.04.020", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70611", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70631, + "usage_id": 115 + }, + "8123.04.021": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70611", - "roomcode": "8123.04.021", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70612", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70611, + "usage_id": 118 + }, + "8123.04.022": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70612", - "roomcode": "8123.04.022", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70585", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70612, + "usage_id": 116 + }, + "8123.04.023": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70585", - "roomcode": "8123.04.023", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=70586", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70585, + "usage_id": 12 + }, + "8123.04.024": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70586", - "roomcode": "8123.04.024", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=71744", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70586, + "usage_id": 222 + }, + "8123.04.025": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71744", - "roomcode": "8123.04.025", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 4.OG", - "address_link": "ris.einzelraum?raumkey=71746", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71744, + "usage_id": 222 + }, + "8123.04.026": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71746", - "roomcode": "8123.04.026", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70632", + "area_id": 202, + "building_id": 2590, + "floor_level": "4.OG", + "floor_type": "Fliesen", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71746, + "usage_id": 205 + }, + "8123.05.001": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70632", - "roomcode": "8123.05.001", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70633", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70632, + "usage_id": 12 + }, + "8123.05.002": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=25925", - "operator": "[ TUZV142 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70633", - "roomcode": "8123.05.002", - "usage": 207 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70587", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 25925, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70633, + "usage_id": 207 + }, + "8123.05.003": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70587", - "roomcode": "8123.05.003", - "usage": 198 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70634", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Linoleum", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70587, + "usage_id": 198 + }, + "8123.05.004": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70634", - "roomcode": "8123.05.004", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70588", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70634, + "usage_id": 12 + }, + "8123.05.005": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70588", - "roomcode": "8123.05.005", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70589", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70588, + "usage_id": 12 + }, + "8123.05.006": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70589", - "roomcode": "8123.05.006", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70590", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70589, + "usage_id": 12 + }, + "8123.05.007": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=15298", - "operator": "[ TUMWFZG ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70590", - "roomcode": "8123.05.007", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70591", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 15298, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70590, + "usage_id": 12 + }, + "8123.05.008": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70591", - "roomcode": "8123.05.008", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70635", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70591, + "usage_id": 196 + }, + "8123.05.009": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=47617", - "operator": "[ TUMWVIB ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70635", - "roomcode": "8123.05.009", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70593", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 47617, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70635, + "usage_id": 12 + }, + "8123.05.010": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70593", - "roomcode": "8123.05.010", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70636", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70593, + "usage_id": 118 + }, + "8123.05.011": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70636", - "roomcode": "8123.05.011", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70594", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70636, + "usage_id": 115 + }, + "8123.05.012": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70594", - "roomcode": "8123.05.012", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70637", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70594, + "usage_id": 118 + }, + "8123.05.013": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70637", - "roomcode": "8123.05.013", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70592", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70637, + "usage_id": 116 + }, + "8123.05.014": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70592", - "roomcode": "8123.05.014", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70638", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70592, + "usage_id": 222 + }, + "8123.05.015": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70638", - "roomcode": "8123.05.015", - "usage": 44 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70661", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70638, + "usage_id": 44 + }, + "8123.05.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70661", - "roomcode": "8123.05.016", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70663", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70661, + "usage_id": 196 + }, + "8123.05.017": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "extended": { - "additional_description": "5.8123.017, Seminarraum", - "address": "Walther-von-Dyck-Str. 4(8123), 5.Obergescho\u00df", - "architect_room_nr": "5.8123.017@8123", - "area_m2": 51.11, - "building": "8123 Galileo B\u00fcro, W. v. Dyck-Str. 4", - "floor_number": "5.Obergescho\u00df", - "floor_type": "Spannteppich", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "017", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85748 Garching b. M\u00fcnchen" - }, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70663", - "roomcode": "8123.05.017", - "usage": 41 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70662", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70663, + "usage_id": 41 + }, + "8123.05.018": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=50597", - "operator": "[ TUZELLL ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70662", - "roomcode": "8123.05.018", - "usage": 196 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70639", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 50597, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70662, + "usage_id": 196 + }, + "8123.05.019": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70639", - "roomcode": "8123.05.019", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70641", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70639, + "usage_id": 222 + }, + "8123.05.020": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70641", - "roomcode": "8123.05.020", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70642", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70641, + "usage_id": 118 + }, + "8123.05.021": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70642", - "roomcode": "8123.05.021", - "usage": 115 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70671", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70642, + "usage_id": 115 + }, + "8123.05.022": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70671", - "roomcode": "8123.05.022", - "usage": 118 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70672", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70671, + "usage_id": 118 + }, + "8123.05.023": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70672", - "roomcode": "8123.05.023", - "usage": 116 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70640", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70672, + "usage_id": 116 + }, + "8123.05.024": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70640", - "roomcode": "8123.05.024", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70644", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70640, + "usage_id": 222 + }, + "8123.05.025": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51157", - "operator": "[ TUINI31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70644", - "roomcode": "8123.05.025", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70645", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70644, + "usage_id": 12 + }, + "8123.05.026": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51157", - "operator": "[ TUINI31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70645", - "roomcode": "8123.05.026", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70646", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70645, + "usage_id": 12 + }, + "8123.05.027": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51157", - "operator": "[ TUINI31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70646", - "roomcode": "8123.05.027", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70647", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70646, + "usage_id": 12 + }, + "8123.05.028": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51157", - "operator": "[ TUINI31 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70647", - "roomcode": "8123.05.028", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=70643", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51157, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70647, + "usage_id": 12 + }, + "8123.05.029": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=70643", - "roomcode": "8123.05.029", - "usage": 222 - }, - { - "address": "Walther-von-Dyck-Str. 4, 5.OG", - "address_link": "ris.einzelraum?raumkey=71745", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70643, + "usage_id": 222 + }, + "8123.05.030": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 2590, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=71745", - "roomcode": "8123.05.030", - "usage": 205 - }, - { - "address": "Walther-von-Dyck-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=73855", + "area_id": 202, + "building_id": 2590, + "floor_level": "5.OG", + "floor_type": "Fliesen", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 71745, + "usage_id": 205 + }, + "8124.EG.016": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 3029, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73855", - "roomcode": "8124.EG.016", - "usage": 12 - }, - { - "address": "Walther-von-Dyck-Str. 14, EG", - "address_link": "ris.einzelraum?raumkey=73856", + "area_id": 202, + "building_id": 3029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73855, + "usage_id": 12 + }, + "8124.EG.016C": { + "address": { + "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", - "b_area_id": 202, - "b_filter_id": 3029, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=25918", - "operator": "[ TUZV141 ]", - "plz_place": "85748 Garching b. M\u00fcnchen", - "room_link": "wbRaum.editRaum?pRaumNr=73856", - "roomcode": "8124.EG.016C", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66131", + "area_id": 202, + "building_id": 3029, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 25918, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73856, + "usage_id": 222 + }, + "9001.01.101": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A101, Flur", "arch_name": "A101@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66131", - "roomcode": "9001.01.101", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66132", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66131, + "usage_id": 222 + }, + "9001.01.102": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A102, Sp\u00fcle/Getr\u00e4nkelager", "arch_name": "A102@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66132", - "roomcode": "9001.01.102", - "usage": 28 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66133", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66132, + "usage_id": 28 + }, + "9001.01.103": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A103, Festsaal", "arch_name": "A103@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27003&cReadonly=J", - "list_index": "34", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66133", - "roomcode": "9001.01.103", - "usage": 42 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66134", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27003, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": 150, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66133, + "usage_id": 42 + }, + "9001.01.104": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A104, Besprechungsraum", "arch_name": "A104@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27004&cReadonly=J", - "list_index": "35", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66134", - "roomcode": "9001.01.104", - "usage": 196 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66135", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27004, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 8, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66134, + "usage_id": 196 + }, + "9001.01.105": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A105, Verbindungsgang", "arch_name": "A105@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66135", - "roomcode": "9001.01.105", - "usage": 16 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66136", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66135, + "usage_id": 16 + }, + "9001.01.106": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A106, WC-Damen", "arch_name": "A106@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66136", - "roomcode": "9001.01.106", - "usage": 116 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66137", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66136, + "usage_id": 116 + }, + "9001.01.107": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A107, WC-Herren", "arch_name": "A107@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66137", - "roomcode": "9001.01.107", - "usage": 115 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66138", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66137, + "usage_id": 115 + }, + "9001.01.108": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A108, Seminarraum", "arch_name": "A108@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27005&cReadonly=J", - "extended": { - "additional_description": "A108, Seminarraum", - "address": "Raitenhaslach 11(9001), 1.Obergescho\u00df", - "architect_room_nr": "A108@9001", - "area_m2": 52.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "108", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66138", - "roomcode": "9001.01.108", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66139", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27005, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66138, + "usage_id": 41 + }, + "9001.01.109": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A109, Seminarraum", "arch_name": "A109@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27006&cReadonly=J", - "extended": { - "additional_description": "A109, Seminarraum", - "address": "Raitenhaslach 11(9001), 1.Obergescho\u00df", - "architect_room_nr": "A109@9001", - "area_m2": 43.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "109", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66139", - "roomcode": "9001.01.109", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66140", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27006, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66139, + "usage_id": 41 + }, + "9001.01.110": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A110, Treppe", "arch_name": "A110@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66140", - "roomcode": "9001.01.110", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66141", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66140, + "usage_id": 223 + }, + "9001.01.111": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A111, Seminarraum", "arch_name": "A111@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27007&cReadonly=J", - "extended": { - "additional_description": "A111, Seminarraum", - "address": "Raitenhaslach 11(9001), 1.Obergescho\u00df", - "architect_room_nr": "A111@9001", - "area_m2": 43.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "111", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66141", - "roomcode": "9001.01.111", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66142", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27007, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66141, + "usage_id": 41 + }, + "9001.01.112": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A112, Roter Salon", "arch_name": "A112@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27008&cReadonly=J", - "list_index": "43", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66142", - "roomcode": "9001.01.112", - "usage": 148 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66143", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27008, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66142, + "usage_id": 148 + }, + "9001.01.113": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A113, Technikraum", "arch_name": "A113@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66143", - "roomcode": "9001.01.113", - "usage": 120 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66144", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66143, + "usage_id": 120 + }, + "9001.01.114": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A114, Flur", "arch_name": "A114@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66144", - "roomcode": "9001.01.114", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66145", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66144, + "usage_id": 222 + }, + "9001.01.115": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A115/116, Lager", "arch_name": "A115/116@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66145", - "roomcode": "9001.01.115", - "usage": 30 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66146", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66145, + "usage_id": 30 + }, + "9001.01.117": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A117, Flur", "arch_name": "A117@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66146", - "roomcode": "9001.01.117", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66147", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66146, + "usage_id": 222 + }, + "9001.01.118": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A118, Aptkapelle", "arch_name": "A118@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66147", - "roomcode": "9001.01.118", - "usage": 148 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66148", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66147, + "usage_id": 148 + }, + "9001.01.119": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A119, Sammlungsverwahrung", "arch_name": "A119@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66148", - "roomcode": "9001.01.119", - "usage": 187 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66149", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66148, + "usage_id": 187 + }, + "9001.01.120": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A120, Technikraum", "arch_name": "A120@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66149", - "roomcode": "9001.01.120", - "usage": 120 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66150", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66149, + "usage_id": 120 + }, + "9001.01.121": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A121, ehemalige Aptkapelle", "arch_name": "A121@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66150", - "roomcode": "9001.01.121", - "usage": 148 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66151", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66150, + "usage_id": 148 + }, + "9001.01.122": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A122, Seminarraum", "arch_name": "A122@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26992&cReadonly=J", - "extended": { - "additional_description": "A122, Seminarraum", - "address": "Raitenhaslach 11(9001), 1.Obergescho\u00df", - "architect_room_nr": "A122@9001", - "area_m2": 47.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Terrazzo", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "122", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66151", - "roomcode": "9001.01.122", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66152", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26992, + "floor_level": "1.OG", + "floor_type": "Terrazzo", + "main_operator_id": 47079, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66151, + "usage_id": 41 + }, + "9001.01.123": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A123/124, Treppe", "arch_name": "A123/124@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66152", - "roomcode": "9001.01.123", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66153", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66152, + "usage_id": 223 + }, + "9001.01.125": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A125, Seminarraum", "arch_name": "A125@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26993&cReadonly=J", - "extended": { - "additional_description": "A125, Seminarraum", - "address": "Raitenhaslach 11(9001), 1.Obergescho\u00df", - "architect_room_nr": "A125@9001", - "area_m2": 39.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "125", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66153", - "roomcode": "9001.01.125", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66154", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26993, + "floor_level": "1.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66153, + "usage_id": 41 + }, + "9001.01.126": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A126, Treppe", "arch_name": "A126@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66154", - "roomcode": "9001.01.126", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, 1.OG", - "address_link": "ris.einzelraum?raumkey=66155", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66154, + "usage_id": 223 + }, + "9001.01.127": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A127, Treppe", "arch_name": "A127@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66155", - "roomcode": "9001.01.127", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66156", + "area_id": 183, + "building_id": 1775, + "floor_level": "1.OG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66155, + "usage_id": 223 + }, + "9001.02.201": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A201, Flur", "arch_name": "A201@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66156", - "roomcode": "9001.02.201", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66157", + "area_id": 183, + "building_id": 1775, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66156, + "usage_id": 222 + }, + "9001.02.202": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A202, Sp\u00fcle/Getr\u00e4nkelager", "arch_name": "A202@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66157", - "roomcode": "9001.02.202", - "usage": 28 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66158", + "area_id": 183, + "building_id": 1775, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66157, + "usage_id": 28 + }, + "9001.02.203": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A203, Seminarraum", "arch_name": "A203@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26994&cReadonly=J", - "extended": { - "additional_description": "A203, Seminarraum", - "address": "Raitenhaslach 11(9001), 2.Obergescho\u00df", - "architect_room_nr": "A203@9001", - "area_m2": 52.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203", - "seats": 35, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66158", - "roomcode": "9001.02.203", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66159", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26994, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 35, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66158, + "usage_id": 41 + }, + "9001.02.204": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A204, Seminarraum", "arch_name": "A204@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26995&cReadonly=J", - "extended": { - "additional_description": "A204, Seminarraum", - "address": "Raitenhaslach 11(9001), 2.Obergescho\u00df", - "architect_room_nr": "A204@9001", - "area_m2": 44.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "204", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66159", - "roomcode": "9001.02.204", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66160", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26995, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66159, + "usage_id": 41 + }, + "9001.02.205": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A205, Treppe", "arch_name": "A205@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66160", - "roomcode": "9001.02.205", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66161", + "area_id": 183, + "building_id": 1775, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66160, + "usage_id": 223 + }, + "9001.02.206": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A206, Seminarraum", "arch_name": "A206@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26996&cReadonly=J", - "extended": { - "additional_description": "A206, Seminarraum", - "address": "Raitenhaslach 11(9001), 2.Obergescho\u00df", - "architect_room_nr": "A206@9001", - "area_m2": 44.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "206", - "seats": 25, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66161", - "roomcode": "9001.02.206", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66162", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26996, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 25, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66161, + "usage_id": 41 + }, + "9001.02.207": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A207, Lager", "arch_name": "A207@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66162", - "roomcode": "9001.02.207", - "usage": 30 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66083", + "area_id": 183, + "building_id": 1775, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66162, + "usage_id": 30 + }, + "9001.02.208": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A208, Papstzimmer", "arch_name": "A208@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26997&cReadonly=J", - "list_index": "64", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66083", - "roomcode": "9001.02.208", - "usage": 148 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66084", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26997, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66083, + "usage_id": 148 + }, + "9001.02.209": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A209, Treppe", "arch_name": "A209@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66084", - "roomcode": "9001.02.209", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66085", + "area_id": 183, + "building_id": 1775, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66084, + "usage_id": 223 + }, + "9001.02.210": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A210, Seminarraum", "arch_name": "A210@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26998&cReadonly=J", - "extended": { - "additional_description": "A210, Seminarraum", - "address": "Raitenhaslach 11(9001), 2.Obergescho\u00df", - "architect_room_nr": "A210@9001", - "area_m2": 46.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "210", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66085", - "roomcode": "9001.02.210", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, 2.OG", - "address_link": "ris.einzelraum?raumkey=66086", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26998, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66085, + "usage_id": 41 + }, + "9001.02.211": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A211, Seminarraum", "arch_name": "A211@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=26999&cReadonly=J", - "extended": { - "additional_description": "A211, Seminarraum", - "address": "Raitenhaslach 11(9001), 2.Obergescho\u00df", - "architect_room_nr": "A211@9001", - "area_m2": 49.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "211", - "seats": 30, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66086", - "roomcode": "9001.02.211", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66088", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 26999, + "floor_level": "2.OG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 30, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66086, + "usage_id": 41 + }, + "9001.EG.001": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A001, Eingangsflur", "arch_name": "A001@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66088", - "roomcode": "9001.EG.001", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66089", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66088, + "usage_id": 222 + }, + "9001.EG.002": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A002, Treppe", "arch_name": "A002@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66089", - "roomcode": "9001.EG.002", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66090", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66089, + "usage_id": 223 + }, + "9001.EG.003": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A003, Getr\u00e4nkelager", "arch_name": "A003@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66090", - "roomcode": "9001.EG.003", - "usage": 30 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66091", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66090, + "usage_id": 30 + }, + "9001.EG.003A": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A003a, K\u00fchlzelle", "arch_name": "A003a@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66091", - "roomcode": "9001.EG.003A", - "usage": 199 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66092", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66091, + "usage_id": 199 + }, + "9001.EG.004": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A004, Gl\u00e4sersp\u00fcle", "arch_name": "A004@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66092", - "roomcode": "9001.EG.004", - "usage": 28 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66093", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66092, + "usage_id": 28 + }, + "9001.EG.005": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A005, Flur", "arch_name": "A005@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66093", - "roomcode": "9001.EG.005", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66094", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66093, + "usage_id": 222 + }, + "9001.EG.006": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A006/007, Flur", "arch_name": "A006/007@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66094", - "roomcode": "9001.EG.006", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66095", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66094, + "usage_id": 222 + }, + "9001.EG.008": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A008, Gew\u00f6lbehalle", "arch_name": "A008@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27000&cReadonly=J", - "extended": { - "additional_description": "A008, Gew\u00f6lbehalle", - "address": "Raitenhaslach 11(9001), Erdgescho\u00df", - "architect_room_nr": "A008@9001", - "area_m2": 181.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "008", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66095", - "roomcode": "9001.EG.008", - "usage": 130 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66096", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27000, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66095, + "usage_id": 130 + }, + "9001.EG.009": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A009, Gew\u00f6lbesaal", "arch_name": "A009@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27001&cReadonly=J", - "extended": { - "additional_description": "A009, Gew\u00f6lbesaal", - "address": "Raitenhaslach 11(9001), Erdgescho\u00df", - "architect_room_nr": "A009@9001", - "area_m2": 161.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "Erdgescho\u00df", - "floor_type": "Estrich (Beton)", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "009", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66096", - "roomcode": "9001.EG.009", - "usage": 130 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66099", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27001, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66096, + "usage_id": 130 + }, + "9001.EG.010": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A010, WC-Damen", "arch_name": "A010@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66099", - "roomcode": "9001.EG.010", - "usage": 116 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66098", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66099, + "usage_id": 116 + }, + "9001.EG.011": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A011, WC-Herren", "arch_name": "A011@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66098", - "roomcode": "9001.EG.011", - "usage": 115 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66100", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66098, + "usage_id": 115 + }, + "9001.EG.012": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A012/13, Empfangsfoyer", "arch_name": "A012/13@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66100", - "roomcode": "9001.EG.012", - "usage": 222 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66097", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66100, + "usage_id": 222 + }, + "9001.EG.014": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A014, Treppe", "arch_name": "A014@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66097", - "roomcode": "9001.EG.014", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66101", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66097, + "usage_id": 223 + }, + "9001.EG.015": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A015, Seminarraum", "arch_name": "A015@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": "tvKalender.wSicht?cOrg=47079&cRes=27002&cReadonly=J", - "extended": { - "additional_description": "A015, Seminarraum", - "address": "Raitenhaslach 11(9001), Erdgescho\u00df", - "architect_room_nr": "A015@9001", - "area_m2": 32.0, - "building": "9001 TUM Science & Study Center Raitenhaslach", - "floor_number": "Erdgescho\u00df", - "floor_type": "Holz (Schiffboden)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "015", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "84489 Burghausen" - }, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66101", - "roomcode": "9001.EG.015", - "usage": 41 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66102", + "area_id": 183, + "building_id": 1775, + "calendar_resource_nr": 27002, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 47079, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66101, + "usage_id": 41 + }, + "9001.EG.016": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A016, Beh.-WC", "arch_name": "A016@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66102", - "roomcode": "9001.EG.016", - "usage": 117 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66103", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66102, + "usage_id": 117 + }, + "9001.EG.016A": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A016a, Abstellraum/Haustechnik", "arch_name": "A016a@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66103", - "roomcode": "9001.EG.016A", - "usage": 120 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66104", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66103, + "usage_id": 120 + }, + "9001.EG.017": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A017, Abstellraum", "arch_name": "A017@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66104", - "roomcode": "9001.EG.017", - "usage": 159 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66106", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66104, + "usage_id": 159 + }, + "9001.EG.018": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A018, Laubengangflur", "arch_name": "A018@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66106", - "roomcode": "9001.EG.018", - "usage": 16 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66105", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66106, + "usage_id": 16 + }, + "9001.EG.018A": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A018a, Treppenflur", "arch_name": "A018a@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66105", - "roomcode": "9001.EG.018A", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66107", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66105, + "usage_id": 223 + }, + "9001.EG.019": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A019, Treppe", "arch_name": "A019@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66107", - "roomcode": "9001.EG.019", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66108", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66107, + "usage_id": 223 + }, + "9001.EG.019A": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A019a, Umkleide, WC-Personal", "arch_name": "A019a@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66108", - "roomcode": "9001.EG.019A", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66109", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66108, + "usage_id": 223 + }, + "9001.EG.020": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A020, K\u00fcche/Lager Cafeteria", "arch_name": "A020@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66109", - "roomcode": "9001.EG.020", - "usage": 28 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66110", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66109, + "usage_id": 28 + }, + "9001.EG.021": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A021/21a, Cafeteria", "arch_name": "A021/21a@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66110", - "roomcode": "9001.EG.021", - "usage": 139 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66111", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66110, + "usage_id": 139 + }, + "9001.EG.022": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A022, B\u00fcro Verwaltung", "arch_name": "A022@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66111", - "roomcode": "9001.EG.022", - "usage": 12 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66112", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66111, + "usage_id": 12 + }, + "9001.EG.023": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A023, Lager Verwaltung", "arch_name": "A023@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66112", - "roomcode": "9001.EG.023", - "usage": 30 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66125", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66112, + "usage_id": 30 + }, + "9001.EG.024": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A024, Lager Verwaltung", "arch_name": "A024@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66125", - "roomcode": "9001.EG.024", - "usage": 30 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66126", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66125, + "usage_id": 30 + }, + "9001.EG.025": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A025, Treppe", "arch_name": "A025@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66126", - "roomcode": "9001.EG.025", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66127", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Terrazzo", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66126, + "usage_id": 223 + }, + "9001.EG.026": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A026/27, Teek\u00fcche Verwaltung", "arch_name": "A026/27@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66127", - "roomcode": "9001.EG.026", - "usage": 198 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66128", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66127, + "usage_id": 198 + }, + "9001.EG.028": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A028, WC-Verwaltung", "arch_name": "A028@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66128", - "roomcode": "9001.EG.028", - "usage": 114 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66129", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66128, + "usage_id": 114 + }, + "9001.EG.030": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A030, Treppe", "arch_name": "A030@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66129", - "roomcode": "9001.EG.030", - "usage": 223 - }, - { - "address": "Raitenhaslach 11, EG", - "address_link": "ris.einzelraum?raumkey=66130", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66129, + "usage_id": 223 + }, + "9001.EG.031": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "alt_name": "A031, Aufzug", "arch_name": "A031@9001", - "b_area_id": 183, - "b_filter_id": 1775, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=47079", - "operator": "[ TUZESSC ]", - "plz_place": "84489 Burghausen", - "room_link": "wbRaum.editRaum?pRaumNr=66130", - "roomcode": "9001.EG.031", - "usage": 4 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69665", + "area_id": 183, + "building_id": 1775, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 47079, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 66130, + "usage_id": 4 + }, + "9101.01.101": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.01, Sekretariat/Empfang", "arch_name": "01.01@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69665", - "roomcode": "9101.01.101", - "usage": 40 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69667", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69665, + "usage_id": 40 + }, + "9101.01.102": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.02, Sozialbereich", "arch_name": "01.02@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69667", - "roomcode": "9101.01.102", - "usage": 44 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69652", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69667, + "usage_id": 44 + }, + "9101.01.103": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.03, B\u00fcro", "arch_name": "01.03@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69652", - "roomcode": "9101.01.103", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69677", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69652, + "usage_id": 12 + }, + "9101.01.104": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.04, Leiter", "arch_name": "01.04@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69677", - "roomcode": "9101.01.104", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69740", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69677, + "usage_id": 12 + }, + "9101.01.105": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.05, Gruppenarbeitsraum", "arch_name": "01.05@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "01.05, Gruppenarbeitsraum", - "address": "Bahnhofstra\u00dfe 37(9101), 1.Obergescho\u00df", - "architect_room_nr": "01.05@9101", - "area_m2": 24.0, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "105", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69740", - "roomcode": "9101.01.105", - "usage": 131 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69618", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69740, + "usage_id": 131 + }, + "9101.01.106": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.06, Gruppenarbeitsraum", "arch_name": "01.06@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "01.06, Gruppenarbeitsraum", - "address": "Bahnhofstra\u00dfe 37(9101), 1.Obergescho\u00df", - "architect_room_nr": "01.06@9101", - "area_m2": 24.48, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "106", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69618", - "roomcode": "9101.01.106", - "usage": 131 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69619", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69618, + "usage_id": 131 + }, + "9101.01.107": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.07, Unterrichtsraum", "arch_name": "01.07@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "01.07, Unterrichtsraum", - "address": "Bahnhofstra\u00dfe 37(9101), 1.Obergescho\u00df", - "architect_room_nr": "01.07@9101", - "area_m2": 56.22, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "107", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69619", - "roomcode": "9101.01.107", - "usage": 130 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69741", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69619, + "usage_id": 130 + }, + "9101.01.108": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.08, EDV-Unterricht", "arch_name": "01.08@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "01.08, EDV-Unterricht", - "address": "Bahnhofstra\u00dfe 37(9101), 1.Obergescho\u00df", - "architect_room_nr": "01.08@9101", - "area_m2": 67.38, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "108", - "seats": 18, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69741", - "roomcode": "9101.01.108", - "usage": 130 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69678", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": 18, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69741, + "usage_id": 130 + }, + "9101.01.109": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.09, Gruppenarbeitsraum", "arch_name": "01.09@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "01.09, Gruppenarbeitsraum", - "address": "Bahnhofstra\u00dfe 37(9101), 1.Obergescho\u00df", - "architect_room_nr": "01.09@9101", - "area_m2": 55.41, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "109", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69678", - "roomcode": "9101.01.109", - "usage": 131 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69679", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69678, + "usage_id": 131 + }, + "9101.01.110": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.10, Teek\u00fcche", "arch_name": "01.10@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69679", - "roomcode": "9101.01.110", - "usage": 198 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69616", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69679, + "usage_id": 198 + }, + "9101.01.111": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.11, Putzraum", "arch_name": "01.11@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69616", - "roomcode": "9101.01.111", - "usage": 205 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69617", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69616, + "usage_id": 205 + }, + "9101.01.112": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.12, WC-Herren", "arch_name": "01.12@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69617", - "roomcode": "9101.01.112", - "usage": 115 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69680", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69617, + "usage_id": 115 + }, + "9101.01.113": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.13, WC-Lehrer", "arch_name": "01.13@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69680", - "roomcode": "9101.01.113", - "usage": 114 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69739", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69680, + "usage_id": 114 + }, + "9101.01.114": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.14, WC-Lehrer", "arch_name": "01.14@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69739", - "roomcode": "9101.01.114", - "usage": 114 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69666", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69739, + "usage_id": 114 + }, + "9101.01.116": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.16, Putzraum", "arch_name": "01.16@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69666", - "roomcode": "9101.01.116", - "usage": 205 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69668", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69666, + "usage_id": 205 + }, + "9101.01.120": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.20, Flur", "arch_name": "01.20@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69668", - "roomcode": "9101.01.120", - "usage": 222 - }, - { - "address": "Bahnhofstra\u00dfe 37, 1.OG", - "address_link": "ris.einzelraum?raumkey=69681", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69668, + "usage_id": 222 + }, + "9101.01.901": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "01.901, Terrasse", "arch_name": "01.901@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69681", - "roomcode": "9101.01.901", - "usage": 48 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69708", + "area_id": 223, + "building_id": 2330, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69681, + "usage_id": 48 + }, + "9101.DG.201": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.01, B\u00fcro Verwaltung", "arch_name": "02.01@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69708", - "roomcode": "9101.DG.201", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69713", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69708, + "usage_id": 12 + }, + "9101.DG.202": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.02, Arbeitsraum Roboterfabrik", "arch_name": "02.02@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "02.02, Arbeitsraum Roboterfabrik", - "address": "Bahnhofstra\u00dfe 37(9101), Dachgescho\u00df", - "architect_room_nr": "02.02@9101", - "area_m2": 50.3, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "Dachgescho\u00df", - "floor_type": "Linoleum", - "purpose": "\u00dcbungsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "202", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69713", - "roomcode": "9101.DG.202", - "usage": 131 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=75838", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69713, + "usage_id": 131 + }, + "9101.DG.203A": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.03a, Seminarraum", "arch_name": "02.03a@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "extended": { - "additional_description": "02.03a, Seminarraum", - "address": "Bahnhofstra\u00dfe 37(9101), Dachgescho\u00df", - "architect_room_nr": "02.03a@9101", - "area_m2": 80.35, - "building": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A", - "floor_number": "Dachgescho\u00df", - "floor_type": "Linoleum", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "203A", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82467 Garmisch-Partenkirchen" - }, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=75838", - "roomcode": "9101.DG.203A", - "usage": 41 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=75839", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75838, + "usage_id": 41 + }, + "9101.DG.203B": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.04, B\u00fcro Admin", "arch_name": "02.04@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=75839", - "roomcode": "9101.DG.203B", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=75840", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75839, + "usage_id": 12 + }, + "9101.DG.203C": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.03c, B\u00fcro", "arch_name": "02.03c@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=75840", - "roomcode": "9101.DG.203C", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=75841", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75840, + "usage_id": 12 + }, + "9101.DG.204A": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.04a, B\u00fcro Lehrer", "arch_name": "02.04a@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=75841", - "roomcode": "9101.DG.204A", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=75842", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75841, + "usage_id": 12 + }, + "9101.DG.204B": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.04b, B\u00fcro Lehrer", "arch_name": "02.04b@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=75842", - "roomcode": "9101.DG.204B", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69682", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75842, + "usage_id": 12 + }, + "9101.DG.205": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.05, B\u00fcro Lehrer", "arch_name": "02.05@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69682", - "roomcode": "9101.DG.205", - "usage": 12 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69701", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69682, + "usage_id": 12 + }, + "9101.DG.206": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.06, WC-Herren", "arch_name": "02.06@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69701", - "roomcode": "9101.DG.206", - "usage": 115 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69714", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69701, + "usage_id": 115 + }, + "9101.DG.207": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.07, Speicher", "arch_name": "02.07@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69714", - "roomcode": "9101.DG.207", - "usage": 159 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69703", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69714, + "usage_id": 159 + }, + "9101.DG.208": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.08, WC-Damen", "arch_name": "02.08@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69703", - "roomcode": "9101.DG.208", - "usage": 116 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69702", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69703, + "usage_id": 116 + }, + "9101.DG.209": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.09, Heizung-/Elektroraum", "arch_name": "02.09@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69702", - "roomcode": "9101.DG.209", - "usage": 120 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69663", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69702, + "usage_id": 120 + }, + "9101.DG.220": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.20, Foyer", "arch_name": "02.20@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69663", - "roomcode": "9101.DG.220", - "usage": 222 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69615", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69663, + "usage_id": 222 + }, + "9101.DG.221": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.21, Vorpl. zu 201", "arch_name": "02.21@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=49077", - "operator": "[ TUEIRSI ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69615", - "roomcode": "9101.DG.221", - "usage": 222 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69709", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Linoleum", + "main_operator_id": 49077, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69615, + "usage_id": 222 + }, + "9101.DG.901": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.901, Balkon 1", "arch_name": "02.901@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69709", - "roomcode": "9101.DG.901", - "usage": 48 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69710", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69709, + "usage_id": 48 + }, + "9101.DG.902": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.902, Balkon 2", "arch_name": "02.902@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69710", - "roomcode": "9101.DG.902", - "usage": 48 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69711", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69710, + "usage_id": 48 + }, + "9101.DG.903": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.903, Balkon 3", "arch_name": "02.903@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69711", - "roomcode": "9101.DG.903", - "usage": 48 - }, - { - "address": "Bahnhofstra\u00dfe 37, DG", - "address_link": "ris.einzelraum?raumkey=69712", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69711, + "usage_id": 48 + }, + "9101.DG.904": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "alt_name": "02.904, Balkon 4", "arch_name": "02.904@9101", - "b_area_id": 223, - "b_filter_id": 2330, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=19691", - "operator": "[ TUZVZA4 ]", - "plz_place": "82467 Garmisch-Partenkirchen", - "room_link": "wbRaum.editRaum?pRaumNr=69712", - "roomcode": "9101.DG.904", - "usage": 48 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70066", + "area_id": 223, + "building_id": 2330, + "floor_level": "DG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69712, + "usage_id": 48 + }, + "9201.01.001": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-01, Treppenhaus", "arch_name": "OG-01@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70066", - "roomcode": "9201.01.001", - "usage": 223 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70067", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70066, + "usage_id": 223 + }, + "9201.01.002": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-02, WC-Damen", "arch_name": "OG-02@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70067", - "roomcode": "9201.01.002", - "usage": 118 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70068", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70067, + "usage_id": 118 + }, + "9201.01.003": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-03, WC-Herren", "arch_name": "OG-03@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70068", - "roomcode": "9201.01.003", - "usage": 115 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70035", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70068, + "usage_id": 115 + }, + "9201.01.004": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-04, Gang", "arch_name": "OG-04@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70035", - "roomcode": "9201.01.004", - "usage": 16 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70069", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70035, + "usage_id": 16 + }, + "9201.01.005": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-05, Zimmer 1A", "arch_name": "OG-05@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70069", - "roomcode": "9201.01.005", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70071", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70069, + "usage_id": 53 + }, + "9201.01.006": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-03, Bad 1", "arch_name": "OG-03@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70071", - "roomcode": "9201.01.006", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70070", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70071, + "usage_id": 112 + }, + "9201.01.007": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-07, Zimmer 1B", "arch_name": "OG-07@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70070", - "roomcode": "9201.01.007", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70036", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70070, + "usage_id": 53 + }, + "9201.01.008": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-08, Gang", "arch_name": "OG-08@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70036", - "roomcode": "9201.01.008", - "usage": 16 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70072", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70036, + "usage_id": 16 + }, + "9201.01.009": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-09, Zimmer 2A", "arch_name": "OG-09@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70072", - "roomcode": "9201.01.009", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70034", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70072, + "usage_id": 53 + }, + "9201.01.010": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-10, Bad 2", "arch_name": "OG-10@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70034", - "roomcode": "9201.01.010", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70033", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70034, + "usage_id": 112 + }, + "9201.01.011": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-11, Zimmer 2B", "arch_name": "OG-11@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70033", - "roomcode": "9201.01.011", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70073", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70033, + "usage_id": 53 + }, + "9201.01.012": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-12, Sitzecke", "arch_name": "OG-12@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70073", - "roomcode": "9201.01.012", - "usage": 44 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70037", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70073, + "usage_id": 44 + }, + "9201.01.013": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-13, Zimmer 3B", "arch_name": "OG-13@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70037", - "roomcode": "9201.01.013", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70039", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70037, + "usage_id": 53 + }, + "9201.01.014": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-14, Bad 3", "arch_name": "OG-14@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70039", - "roomcode": "9201.01.014", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70038", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70039, + "usage_id": 112 + }, + "9201.01.015": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-15, Zimmer 3A", "arch_name": "OG-15@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70038", - "roomcode": "9201.01.015", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70041", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70038, + "usage_id": 53 + }, + "9201.01.016": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-16, Zimmer 4B", "arch_name": "OG-16@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70041", - "roomcode": "9201.01.016", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70042", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70041, + "usage_id": 53 + }, + "9201.01.017": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-17, Bad 4", "arch_name": "OG-17@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70042", - "roomcode": "9201.01.017", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70040", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70042, + "usage_id": 112 + }, + "9201.01.018": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-18, Zimmer 4A", "arch_name": "OG-18@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70040", - "roomcode": "9201.01.018", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70043", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70040, + "usage_id": 53 + }, + "9201.01.019": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-19, Zimmer 5B", "arch_name": "OG-19@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70043", - "roomcode": "9201.01.019", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70101", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70043, + "usage_id": 53 + }, + "9201.01.020": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-20, Bad 5", "arch_name": "OG-20@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70101", - "roomcode": "9201.01.020", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70100", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70101, + "usage_id": 112 + }, + "9201.01.021": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-21, Zimmer 5A", "arch_name": "OG-21@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70100", - "roomcode": "9201.01.021", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70102", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70100, + "usage_id": 53 + }, + "9201.01.022": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-22, Zimmer 6", "arch_name": "OG-22@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70102", - "roomcode": "9201.01.022", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70044", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70102, + "usage_id": 53 + }, + "9201.01.023": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-23, Bad 6", "arch_name": "OG-23@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70044", - "roomcode": "9201.01.023", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70045", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70044, + "usage_id": 112 + }, + "9201.01.024": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-24, Bad 7", "arch_name": "OG-24@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70045", - "roomcode": "9201.01.024", - "usage": 112 - }, - { - "address": "Ro\u00dffeldstr., 1.OG", - "address_link": "ris.einzelraum?raumkey=70046", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70045, + "usage_id": 112 + }, + "9201.01.025": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "OG-25, Zimmer 7", "arch_name": "OG-25@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70046", - "roomcode": "9201.01.025", - "usage": 53 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=69946", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.OG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70046, + "usage_id": 53 + }, + "9201.EG.001": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-01, Treppenhaus/Foyer", "arch_name": "EG-01@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69946", - "roomcode": "9201.EG.001", - "usage": 15 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=69947", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69946, + "usage_id": 15 + }, + "9201.EG.002": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-02, Gang/Treppe", "arch_name": "EG-02@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69947", - "roomcode": "9201.EG.002", - "usage": 223 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=69948", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69947, + "usage_id": 223 + }, + "9201.EG.003": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-03, K\u00fcche", "arch_name": "EG-03@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69948", - "roomcode": "9201.EG.003", - "usage": 28 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=69949", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69948, + "usage_id": 28 + }, + "9201.EG.004": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-04, Loggia", "arch_name": "EG-04@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69949", - "roomcode": "9201.EG.004", - "usage": 48 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=69950", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69949, + "usage_id": 48 + }, + "9201.EG.005": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-05, Seminarraum 2", "arch_name": "EG-05@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "extended": { - "additional_description": "EG-05, Seminarraum 2", - "address": "Ro\u00dffeldstr.(9201), Erdgescho\u00df", - "architect_room_nr": "EG-05@9201", - "area_m2": 54.68, - "building": "9201 TUM FZ Friedrich N. Schwarz Berchtesgade", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "005", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 4, - "zip_code_location": "83471 Berchtesgaden" - }, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69950", - "roomcode": "9201.EG.005", - "usage": 41 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=70099", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": 4 + }, + "tumonline_id": 69950, + "usage_id": 41 + }, + "9201.EG.006": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-06, Seminarraum 1", "arch_name": "EG-06@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "extended": { - "additional_description": "EG-06, Seminarraum 1", - "address": "Ro\u00dffeldstr.(9201), Erdgescho\u00df", - "architect_room_nr": "EG-06@9201", - "area_m2": 51.23, - "building": "9201 TUM FZ Friedrich N. Schwarz Berchtesgade", - "floor_number": "Erdgescho\u00df", - "floor_type": "Parkett (versiegelt)", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "006", - "seats": 20, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "83471 Berchtesgaden" - }, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70099", - "roomcode": "9201.EG.006", - "usage": 41 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=70030", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": 20, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70099, + "usage_id": 41 + }, + "9201.EG.007": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-07, Vorraum", "arch_name": "EG-07@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70030", - "roomcode": "9201.EG.007", - "usage": 222 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=70031", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70030, + "usage_id": 222 + }, + "9201.EG.008": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-08, B\u00fcro/Stube", "arch_name": "EG-08@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70031", - "roomcode": "9201.EG.008", - "usage": 12 - }, - { - "address": "Ro\u00dffeldstr., EG", - "address_link": "ris.einzelraum?raumkey=70032", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 13946, + "seats": { + "sitting": 5, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70031, + "usage_id": 12 + }, + "9201.EG.009": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "EG-09, Behinderten-WC", "arch_name": "EG-09@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=70032", - "roomcode": "9201.EG.009", - "usage": 117 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69944", + "area_id": 263, + "building_id": 2450, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 70032, + "usage_id": 117 + }, + "9201.U1.001": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-01, Eingang gedeckt", "arch_name": "U1-01@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69944", - "roomcode": "9201.U1.001", - "usage": 15 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69945", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69944, + "usage_id": 15 + }, + "9201.U1.001A": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-01A, M\u00fclllager", "arch_name": "U1-01A@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69945", - "roomcode": "9201.U1.001A", - "usage": 215 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69954", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69945, + "usage_id": 215 + }, + "9201.U1.002": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-02, Treppenhaus", "arch_name": "U1-02@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69954", - "roomcode": "9201.U1.002", - "usage": 223 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69937", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69954, + "usage_id": 223 + }, + "9201.U1.003": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-03, Gang/Treppe", "arch_name": "U1-03@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69937", - "roomcode": "9201.U1.003", - "usage": 16 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69938", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69937, + "usage_id": 16 + }, + "9201.U1.004": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-04, Lager/K\u00fcche", "arch_name": "U1-04@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69938", - "roomcode": "9201.U1.004", - "usage": 28 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69939", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69938, + "usage_id": 28 + }, + "9201.U1.006": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-06, Technik, ca.Fl\u00e4che", "arch_name": "U1-06@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69939", - "roomcode": "9201.U1.006", - "usage": 120 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69940", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69939, + "usage_id": 120 + }, + "9201.U1.007": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-07, Lager/Warm", "arch_name": "U1-07@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69940", - "roomcode": "9201.U1.007", - "usage": 30 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69941", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69940, + "usage_id": 30 + }, + "9201.U1.008": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-08, Labor/Werkstatt", "arch_name": "U1-08@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69941", - "roomcode": "9201.U1.008", - "usage": 51 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69942", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69941, + "usage_id": 51 + }, + "9201.U1.009": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-09, Materiallager", "arch_name": "U1-09@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69942", - "roomcode": "9201.U1.009", - "usage": 30 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69943", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69942, + "usage_id": 30 + }, + "9201.U1.010": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-10, Trockenraum", "arch_name": "U1-10@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69943", - "roomcode": "9201.U1.010", - "usage": 181 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69951", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69943, + "usage_id": 181 + }, + "9201.U1.011": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-11, L\u00f6schwassertank", "arch_name": "U1-11@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69951", - "roomcode": "9201.U1.011", - "usage": 183 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69952", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69951, + "usage_id": 183 + }, + "9201.U1.012": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-12, Wasseraufbereitung", "arch_name": "U1-12@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69952", - "roomcode": "9201.U1.012", - "usage": 182 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69953", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69952, + "usage_id": 182 + }, + "9201.U1.014": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-14, Wassertechnik", "arch_name": "U1-14@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69953", - "roomcode": "9201.U1.014", - "usage": 183 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69955", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69953, + "usage_id": 183 + }, + "9201.U1.015": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-15, WC-Damen", "arch_name": "U1-15@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69955", - "roomcode": "9201.U1.015", - "usage": 116 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=69936", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69955, + "usage_id": 116 + }, + "9201.U1.016": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-16, WC-Herren", "arch_name": "U1-16@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=69936", - "roomcode": "9201.U1.016", - "usage": 115 - }, - { - "address": "Ro\u00dffeldstr., 1.UG", - "address_link": "ris.einzelraum?raumkey=74208", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 69936, + "usage_id": 115 + }, + "9201.U1.020": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "alt_name": "U1-20, Ger\u00e4telager", "arch_name": "U1-20@9201", - "b_area_id": 263, - "b_filter_id": 2450, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=13946", - "operator": "[ TUPR000 ]", - "plz_place": "83471 Berchtesgaden", - "room_link": "wbRaum.editRaum?pRaumNr=74208", - "roomcode": "9201.U1.020", - "usage": 18 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72720", + "area_id": 263, + "building_id": 2450, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 13946, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74208, + "usage_id": 18 + }, + "9377.01.101": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.101, B\u00fcro", "arch_name": "01.101@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=50657", - "operator": "[ TULRBGD ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72720", - "roomcode": "9377.01.101", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72721", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72720, + "usage_id": 12 + }, + "9377.01.102": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.102, Sekretariat BGD/Geo.", "arch_name": "01.102@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=50657", - "operator": "[ TULRBGD ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72721", - "roomcode": "9377.01.102", - "usage": 40 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72722", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72721, + "usage_id": 40 + }, + "9377.01.103": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.103, B\u00fcro", "arch_name": "01.103@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72722", - "roomcode": "9377.01.103", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72480", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72722, + "usage_id": 12 + }, + "9377.01.104": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.104, Teek\u00fcche/Aufenthalt", "arch_name": "01.104@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72480", - "roomcode": "9377.01.104", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72481", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72480, + "usage_id": 198 + }, + "9377.01.105": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.105, Besprechung", "arch_name": "01.105@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=31792&cReadonly=J", - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72481", - "roomcode": "9377.01.105", - "usage": 196 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72639", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 31792, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72481, + "usage_id": 196 + }, + "9377.01.107": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.107, WC", "arch_name": "01.107@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72639", - "roomcode": "9377.01.107", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72582", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72639, + "usage_id": 114 + }, + "9377.01.108": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.108, WC", "arch_name": "01.108@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72582", - "roomcode": "9377.01.108", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72640", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72582, + "usage_id": 114 + }, + "9377.01.109": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.109, B\u00fcro", "arch_name": "01.109@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72640", - "roomcode": "9377.01.109", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72723", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72640, + "usage_id": 12 + }, + "9377.01.110": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.110, B\u00fcro", "arch_name": "01.110@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72723", - "roomcode": "9377.01.110", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72726", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72723, + "usage_id": 12 + }, + "9377.01.111": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.111, WC", "arch_name": "01.111@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72726", - "roomcode": "9377.01.111", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72727", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72726, + "usage_id": 114 + }, + "9377.01.112": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.112, WC", "arch_name": "01.112@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72727", - "roomcode": "9377.01.112", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72724", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72727, + "usage_id": 114 + }, + "9377.01.113": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.113, B\u00fcro", "arch_name": "01.113@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=50657", - "operator": "[ TULRBGD ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72724", - "roomcode": "9377.01.113", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72728", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72724, + "usage_id": 12 + }, + "9377.01.115": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.115, PC-Simulationen", "arch_name": "01.115@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "01.115, PC-Simulationen", - "address": "Lise-Meitner-Str. 9-11(9377), 1.Obergescho\u00df", - "architect_room_nr": "01.115@9377", - "area_m2": 42.82, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "115", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72728", - "roomcode": "9377.01.115", - "usage": 130 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72729", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72728, + "usage_id": 130 + }, + "9377.01.117": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.117, Big-Data Lab", "arch_name": "01.117@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "01.117, Big-Data Lab", - "address": "Lise-Meitner-Str. 9-11(9377), 1.Obergescho\u00df", - "architect_room_nr": "01.117@9377", - "area_m2": 50.24, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "117", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=50657", - "operator": "[ TULRBGD ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72729", - "roomcode": "9377.01.117", - "usage": 130 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72641", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50657, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72729, + "usage_id": 130 + }, + "9377.01.119": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.119, WC", "arch_name": "01.119@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72641", - "roomcode": "9377.01.119", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72642", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72641, + "usage_id": 114 + }, + "9377.01.120": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.120, WC", "arch_name": "01.120@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72642", - "roomcode": "9377.01.120", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72643", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72642, + "usage_id": 114 + }, + "9377.01.121": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.121, K\u00fcche", "arch_name": "01.121@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72643", - "roomcode": "9377.01.121", - "usage": 28 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72644", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72643, + "usage_id": 28 + }, + "9377.01.123": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.123, WC", "arch_name": "01.123@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72644", - "roomcode": "9377.01.123", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72648", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72644, + "usage_id": 114 + }, + "9377.01.125": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.125, PC-Raum", "arch_name": "01.125@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72648", - "roomcode": "9377.01.125", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72649", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72648, + "usage_id": 12 + }, + "9377.01.126": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.126, Cip-Pool/Seminarraum", "arch_name": "01.126@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=32615&cReadonly=J", - "list_index": "114", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72649", - "roomcode": "9377.01.126", - "usage": 213 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72730", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 32615, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72649, + "usage_id": 213 + }, + "9377.01.129": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.129, Netzwerkraum", "arch_name": "01.129@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72730", - "roomcode": "9377.01.129", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72734", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72730, + "usage_id": 207 + }, + "9377.01.130": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.130, Projektraum Fachschaft", "arch_name": "01.130@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "01.130, Projektraum Fachschaft", - "address": "Lise-Meitner-Str. 9-11(9377), 1.Obergescho\u00df", - "architect_room_nr": "01.130@9377", - "area_m2": 36.5, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "130", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=50499", - "operator": "[ TULRFSV ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72734", - "roomcode": "9377.01.130", - "usage": 130 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72733", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50499, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72734, + "usage_id": 130 + }, + "9377.01.130A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.130A, Bad", "arch_name": "01.130A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72733", - "roomcode": "9377.01.130A", - "usage": 112 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72651", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72733, + "usage_id": 112 + }, + "9377.01.131": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.131, B\u00fcro", "arch_name": "01.131@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72651", - "roomcode": "9377.01.131", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72738", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72651, + "usage_id": 12 + }, + "9377.01.132": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.132, WC", "arch_name": "01.132@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72738", - "roomcode": "9377.01.132", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72735", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72738, + "usage_id": 114 + }, + "9377.01.133": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.133, Seminarraum", "arch_name": "01.133@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=31793&cReadonly=J", - "extended": { - "additional_description": "01.133, Seminarraum", - "address": "Lise-Meitner-Str. 9-11(9377), 1.Obergescho\u00df", - "architect_room_nr": "01.133@9377", - "area_m2": 54.07, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "133", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72735", - "roomcode": "9377.01.133", - "usage": 41 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72736", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 31793, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72735, + "usage_id": 41 + }, + "9377.01.134": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.134, Seminarraum", "arch_name": "01.134@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "01.134, Seminarraum", - "address": "Lise-Meitner-Str. 9-11(9377), 1.Obergescho\u00df", - "architect_room_nr": "01.134@9377", - "area_m2": 27.93, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "134", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72736", - "roomcode": "9377.01.134", - "usage": 41 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72737", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72736, + "usage_id": 41 + }, + "9377.01.135": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.135, Lager", "arch_name": "01.135@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72737", - "roomcode": "9377.01.135", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72581", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72737, + "usage_id": 30 + }, + "9377.01.701": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.701, Flur", "arch_name": "01.701@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72581", - "roomcode": "9377.01.701", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72496", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72581, + "usage_id": 222 + }, + "9377.01.702": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.702, Treppenhaus", "arch_name": "01.702@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72496", - "roomcode": "9377.01.702", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72725", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72496, + "usage_id": 223 + }, + "9377.01.704": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.704, Flur", "arch_name": "01.704@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72725", - "roomcode": "9377.01.704", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72647", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72725, + "usage_id": 222 + }, + "9377.01.705": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.705, Flur", "arch_name": "01.705@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72647", - "roomcode": "9377.01.705", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72731", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72647, + "usage_id": 222 + }, + "9377.01.706": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.706, Flur", "arch_name": "01.706@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72731", - "roomcode": "9377.01.706", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72646", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72731, + "usage_id": 222 + }, + "9377.01.707": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.707, Treppenhaus", "arch_name": "01.707@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72646", - "roomcode": "9377.01.707", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72732", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72646, + "usage_id": 223 + }, + "9377.01.708": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.708, Flur", "arch_name": "01.708@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72732", - "roomcode": "9377.01.708", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72650", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72732, + "usage_id": 222 + }, + "9377.01.709": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.709, Flur", "arch_name": "01.709@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72650", - "roomcode": "9377.01.709", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.OG", - "address_link": "ris.einzelraum?raumkey=72652", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72650, + "usage_id": 222 + }, + "9377.01.710": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "01.710, Flur", "arch_name": "01.710@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72652", - "roomcode": "9377.01.710", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72594", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72652, + "usage_id": 222 + }, + "9377.02.201": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.201, B\u00fcro", "arch_name": "02.201@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72594", - "roomcode": "9377.02.201", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72654", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72594, + "usage_id": 12 + }, + "9377.02.202": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.202, Kopierer/Drucker", "arch_name": "02.202@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72654", - "roomcode": "9377.02.202", - "usage": 110 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72653", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72654, + "usage_id": 110 + }, + "9377.02.203": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.203, B\u00fcro", "arch_name": "02.203@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72653", - "roomcode": "9377.02.203", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72483", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72653, + "usage_id": 12 + }, + "9377.02.204": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.204, WC", "arch_name": "02.204@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72483", - "roomcode": "9377.02.204", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72484", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72483, + "usage_id": 114 + }, + "9377.02.205": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.205, WC", "arch_name": "02.205@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72484", - "roomcode": "9377.02.205", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72664", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72484, + "usage_id": 114 + }, + "9377.02.206": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.206, B\u00fcro", "arch_name": "02.206@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72664", - "roomcode": "9377.02.206", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72597", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72664, + "usage_id": 12 + }, + "9377.02.207": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.207, K\u00fcche", "arch_name": "02.207@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72597", - "roomcode": "9377.02.207", - "usage": 28 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72665", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72597, + "usage_id": 28 + }, + "9377.02.208": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.208, B\u00fcro", "arch_name": "02.208@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72665", - "roomcode": "9377.02.208", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72666", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72665, + "usage_id": 12 + }, + "9377.02.209": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.209, B\u00fcro", "arch_name": "02.209@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=31852&cReadonly=J", - "list_index": "140", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72666", - "roomcode": "9377.02.209", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72482", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 31852, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72666, + "usage_id": 12 + }, + "9377.02.210": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.210, WC", "arch_name": "02.210@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72482", - "roomcode": "9377.02.210", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72595", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72482, + "usage_id": 114 + }, + "9377.02.211": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.211, B\u00fcro", "arch_name": "02.211@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72595", - "roomcode": "9377.02.211", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72596", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72595, + "usage_id": 12 + }, + "9377.02.212": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.212, B\u00fcro", "arch_name": "02.212@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72596", - "roomcode": "9377.02.212", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72522", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72596, + "usage_id": 12 + }, + "9377.02.213": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.213, WC", "arch_name": "02.213@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72522", - "roomcode": "9377.02.213", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72601", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72522, + "usage_id": 114 + }, + "9377.02.214": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.214, Besprechung", "arch_name": "02.214@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72601", - "roomcode": "9377.02.214", - "usage": 196 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72598", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72601, + "usage_id": 196 + }, + "9377.02.216": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.216, K\u00fcche", "arch_name": "02.216@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "146", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72598", - "roomcode": "9377.02.216", - "usage": 28 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72525", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72598, + "usage_id": 28 + }, + "9377.02.217": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.217, B\u00fcro", "arch_name": "02.217@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "147", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72525", - "roomcode": "9377.02.217", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72599", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72525, + "usage_id": 12 + }, + "9377.02.218": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.218, Lager/Technik", "arch_name": "02.218@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "148", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72599", - "roomcode": "9377.02.218", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72602", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72599, + "usage_id": 30 + }, + "9377.02.219": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.219, B\u00fcro", "arch_name": "02.219@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "149", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72602", - "roomcode": "9377.02.219", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72604", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72602, + "usage_id": 12 + }, + "9377.02.220": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.220, Archiv", "arch_name": "02.220@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "150", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72604", - "roomcode": "9377.02.220", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72603", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72604, + "usage_id": 30 + }, + "9377.02.221": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.221, B\u00fcro", "arch_name": "02.221@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "151", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72603", - "roomcode": "9377.02.221", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72485", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72603, + "usage_id": 12 + }, + "9377.02.222": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.222, Besprechung", "arch_name": "02.222@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=31773&cReadonly=J", - "list_index": "152", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72485", - "roomcode": "9377.02.222", - "usage": 196 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72558", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 31773, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72485, + "usage_id": 196 + }, + "9377.02.223": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.223, B\u00fcro", "arch_name": "02.223@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "153", - "op_link": "webnav.navigate_to?corg=51257", - "operator": "[ TULREAV ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72558", - "roomcode": "9377.02.223", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72523", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72558, + "usage_id": 12 + }, + "9377.02.224": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.224, WC", "arch_name": "02.224@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "154", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72523", - "roomcode": "9377.02.224", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72524", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72523, + "usage_id": 114 + }, + "9377.02.225": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.225, WC", "arch_name": "02.225@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "155", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72524", - "roomcode": "9377.02.225", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72559", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72524, + "usage_id": 114 + }, + "9377.02.226": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.226, B\u00fcro", "arch_name": "02.226@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "156", - "op_link": "webnav.navigate_to?corg=51257", - "operator": "[ TULREAV ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72559", - "roomcode": "9377.02.226", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72668", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72559, + "usage_id": 12 + }, + "9377.02.227": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.227, PC-Simulationen", "arch_name": "02.227@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "02.227, PC-Simulationen", - "address": "Lise-Meitner-Str. 9-11(9377), 2.Obergescho\u00df", - "architect_room_nr": "02.227@9377", - "area_m2": 40.0, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "227", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "157", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72668", - "roomcode": "9377.02.227", - "usage": 130 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72486", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72668, + "usage_id": 130 + }, + "9377.02.229": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.229, Sekretariat EAV/AAS", "arch_name": "02.229@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "158", - "op_link": "webnav.navigate_to?corg=51257", - "operator": "[ TULREAV ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72486", - "roomcode": "9377.02.229", - "usage": 40 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72487", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51257, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72486, + "usage_id": 40 + }, + "9377.02.230": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.230, B\u00fcro", "arch_name": "02.230@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "159", - "op_link": "webnav.navigate_to?corg=50997", - "operator": "[ TULRAAS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72487", - "roomcode": "9377.02.230", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72488", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50997, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72487, + "usage_id": 12 + }, + "9377.02.231": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.231, B\u00fcro", "arch_name": "02.231@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "160", - "op_link": "webnav.navigate_to?corg=50997", - "operator": "[ TULRAAS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72488", - "roomcode": "9377.02.231", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72605", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 50997, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72488, + "usage_id": 12 + }, + "9377.02.232": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.232, WC", "arch_name": "02.232@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "161", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72605", - "roomcode": "9377.02.232", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72606", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72605, + "usage_id": 114 + }, + "9377.02.234": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.234, WC", "arch_name": "02.234@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "162", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72606", - "roomcode": "9377.02.234", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72673", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72606, + "usage_id": 114 + }, + "9377.02.236": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.236, Netzwerkraum", "arch_name": "02.236@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "163", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72673", - "roomcode": "9377.02.236", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72526", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72673, + "usage_id": 207 + }, + "9377.02.237": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.237, K\u00fcche", "arch_name": "02.237@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "164", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72526", - "roomcode": "9377.02.237", - "usage": 28 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72669", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72526, + "usage_id": 28 + }, + "9377.02.238": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.238, WC", "arch_name": "02.238@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "165", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72669", - "roomcode": "9377.02.238", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72671", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72669, + "usage_id": 114 + }, + "9377.02.239": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.239, WC", "arch_name": "02.239@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "166", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72671", - "roomcode": "9377.02.239", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72609", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72671, + "usage_id": 114 + }, + "9377.02.240": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.240, B\u00fcro", "arch_name": "02.240@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "167", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72609", - "roomcode": "9377.02.240", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72610", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72609, + "usage_id": 12 + }, + "9377.02.241": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.241, B\u00fcro", "arch_name": "02.241@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "168", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72610", - "roomcode": "9377.02.241", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72611", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72610, + "usage_id": 12 + }, + "9377.02.242": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.242, B\u00fcro", "arch_name": "02.242@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "169", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72611", - "roomcode": "9377.02.242", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72489", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72611, + "usage_id": 12 + }, + "9377.02.243": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.243, B\u00fcro", "arch_name": "02.243@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "170", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72489", - "roomcode": "9377.02.243", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72490", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72489, + "usage_id": 12 + }, + "9377.02.244": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.244, B\u00fcro", "arch_name": "02.244@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "171", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72490", - "roomcode": "9377.02.244", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72613", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72490, + "usage_id": 12 + }, + "9377.02.245": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.245, B\u00fcro/Besprechung", "arch_name": "02.245@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "172", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72613", - "roomcode": "9377.02.245", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72492", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72613, + "usage_id": 12 + }, + "9377.02.245A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.245A, Bad", "arch_name": "02.245A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "173", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72492", - "roomcode": "9377.02.245A", - "usage": 112 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72494", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72492, + "usage_id": 112 + }, + "9377.02.246": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.246, B\u00fcro", "arch_name": "02.246@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "174", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72494", - "roomcode": "9377.02.246", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72608", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72494, + "usage_id": 12 + }, + "9377.02.247": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.247, WC", "arch_name": "02.247@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "175", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72608", - "roomcode": "9377.02.247", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72614", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72608, + "usage_id": 114 + }, + "9377.02.248": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.248, Projektraum", "arch_name": "02.248@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "02.248, Projektraum", - "address": "Lise-Meitner-Str. 9-11(9377), 2.Obergescho\u00df", - "architect_room_nr": "02.248@9377", - "area_m2": 42.0, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "2.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Unterrichtsraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "248", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "176", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72614", - "roomcode": "9377.02.248", - "usage": 130 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72615", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72614, + "usage_id": 130 + }, + "9377.02.249": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.249, B\u00fcro", "arch_name": "02.249@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "177", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72615", - "roomcode": "9377.02.249", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72493", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72615, + "usage_id": 12 + }, + "9377.02.249A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.249A, Lager", "arch_name": "02.249A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "178", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72493", - "roomcode": "9377.02.249A", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72667", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72493, + "usage_id": 30 + }, + "9377.02.701": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.701, Flur", "arch_name": "02.701@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "179", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72667", - "roomcode": "9377.02.701", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72616", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72667, + "usage_id": 222 + }, + "9377.02.702": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.702, Treppenhaus", "arch_name": "02.702@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "180", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72616", - "roomcode": "9377.02.702", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72518", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72616, + "usage_id": 223 + }, + "9377.02.704": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.704, Flur", "arch_name": "02.704@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "181", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72518", - "roomcode": "9377.02.704", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72600", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72518, + "usage_id": 222 + }, + "9377.02.705": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.705, Flur", "arch_name": "02.705@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "182", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72600", - "roomcode": "9377.02.705", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72672", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72600, + "usage_id": 222 + }, + "9377.02.706": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.706, Flur", "arch_name": "02.706@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "183", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72672", - "roomcode": "9377.02.706", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72674", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72672, + "usage_id": 222 + }, + "9377.02.707": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.707, Treppenhaus", "arch_name": "02.707@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "184", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72674", - "roomcode": "9377.02.707", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72670", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72674, + "usage_id": 223 + }, + "9377.02.708": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.708, Flur", "arch_name": "02.708@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "185", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72670", - "roomcode": "9377.02.708", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72612", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72670, + "usage_id": 222 + }, + "9377.02.709": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.709, Flur", "arch_name": "02.709@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "186", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72612", - "roomcode": "9377.02.709", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72491", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72612, + "usage_id": 222 + }, + "9377.02.710": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.710, Flur", "arch_name": "02.710@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "187", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72491", - "roomcode": "9377.02.710", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72675", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72491, + "usage_id": 222 + }, + "9377.02.711": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.711, Flur", "arch_name": "02.711@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "188", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72675", - "roomcode": "9377.02.711", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 2.OG", - "address_link": "ris.einzelraum?raumkey=72607", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72675, + "usage_id": 222 + }, + "9377.02.712": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "02.712, Flur", "arch_name": "02.712@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "189", - "op_link": "webnav.navigate_to?corg=47297", - "operator": "[ TULRSIG ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72607", - "roomcode": "9377.02.712", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72677", + "area_id": 29, + "building_id": 2890, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 47297, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72607, + "usage_id": 222 + }, + "9377.03.301": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.301, B\u00fcro", "arch_name": "03.301@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "190", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72677", - "roomcode": "9377.03.301", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72497", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72677, + "usage_id": 12 + }, + "9377.03.302": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.302, Kopierer/Drucker", "arch_name": "03.302@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "191", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72497", - "roomcode": "9377.03.302", - "usage": 110 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72682", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72497, + "usage_id": 110 + }, + "9377.03.303": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.303, B\u00fcro", "arch_name": "03.303@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "192", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72682", - "roomcode": "9377.03.303", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72501", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72682, + "usage_id": 12 + }, + "9377.03.304": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.304, WC", "arch_name": "03.304@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "193", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72501", - "roomcode": "9377.03.304", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72502", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72501, + "usage_id": 114 + }, + "9377.03.305": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.305, WC", "arch_name": "03.305@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "194", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72502", - "roomcode": "9377.03.305", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72498", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72502, + "usage_id": 114 + }, + "9377.03.306": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.306, B\u00fcro", "arch_name": "03.306@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "195", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72498", - "roomcode": "9377.03.306", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72499", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72498, + "usage_id": 12 + }, + "9377.03.307": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.307, B\u00fcro", "arch_name": "03.307@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "196", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72499", - "roomcode": "9377.03.307", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72683", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72499, + "usage_id": 12 + }, + "9377.03.308": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.308, B\u00fcro", "arch_name": "03.308@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "197", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72683", - "roomcode": "9377.03.308", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72684", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72683, + "usage_id": 12 + }, + "9377.03.308A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.308A, Lager", "arch_name": "03.308A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "198", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72684", - "roomcode": "9377.03.308A", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72504", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72684, + "usage_id": 30 + }, + "9377.03.312": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.312, Besprechungsraum", "arch_name": "03.312@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "199", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72504", - "roomcode": "9377.03.312", - "usage": 196 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72507", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72504, + "usage_id": 196 + }, + "9377.03.313": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.313, Teek\u00fcche", "arch_name": "03.313@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "200", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72507", - "roomcode": "9377.03.313", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72505", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72507, + "usage_id": 198 + }, + "9377.03.314": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.314, B\u00fcro", "arch_name": "03.314@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "201", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72505", - "roomcode": "9377.03.314", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72619", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72505, + "usage_id": 12 + }, + "9377.03.315": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.315, Netzwerkraum", "arch_name": "03.315@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "202", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72619", - "roomcode": "9377.03.315", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72506", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72619, + "usage_id": 207 + }, + "9377.03.316": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.316, B\u00fcro", "arch_name": "03.316@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "203", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72506", - "roomcode": "9377.03.316", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72620", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72506, + "usage_id": 12 + }, + "9377.03.317": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.317, Lager", "arch_name": "03.317@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "204", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72620", - "roomcode": "9377.03.317", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72622", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72620, + "usage_id": 30 + }, + "9377.03.318": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.318, B\u00fcro", "arch_name": "03.318@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "205", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72622", - "roomcode": "9377.03.318", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72621", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72622, + "usage_id": 12 + }, + "9377.03.320": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.320, WC", "arch_name": "03.320@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "206", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72621", - "roomcode": "9377.03.320", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72500", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72621, + "usage_id": 114 + }, + "9377.03.321": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.321, Sekretariat Dekanat", "arch_name": "03.321@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "207", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72500", - "roomcode": "9377.03.321", - "usage": 40 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72528", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72500, + "usage_id": 40 + }, + "9377.03.322": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.322, B\u00fcro", "arch_name": "03.322@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "208", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72528", - "roomcode": "9377.03.322", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72685", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72528, + "usage_id": 12 + }, + "9377.03.323": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.323, Lager", "arch_name": "03.323@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "209", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72685", - "roomcode": "9377.03.323", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72529", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72685, + "usage_id": 30 + }, + "9377.03.324": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.324, B\u00fcro", "arch_name": "03.324@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "210", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72529", - "roomcode": "9377.03.324", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72686", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72529, + "usage_id": 12 + }, + "9377.03.325": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.325, Konferenz", "arch_name": "03.325@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=33252&cReadonly=J", - "list_index": "211", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72686", - "roomcode": "9377.03.325", - "usage": 142 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72530", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 33252, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72686, + "usage_id": 142 + }, + "9377.03.328": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.328, B\u00fcro", "arch_name": "03.328@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "212", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72530", - "roomcode": "9377.03.328", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72531", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72530, + "usage_id": 12 + }, + "9377.03.329": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.329, B\u00fcro", "arch_name": "03.329@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "213", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72531", - "roomcode": "9377.03.329", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72687", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72531, + "usage_id": 12 + }, + "9377.03.330": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.330, B\u00fcro", "arch_name": "03.330@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "214", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72687", - "roomcode": "9377.03.330", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72688", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72687, + "usage_id": 12 + }, + "9377.03.331": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.331, B\u00fcro", "arch_name": "03.331@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "215", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72688", - "roomcode": "9377.03.331", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72690", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72688, + "usage_id": 12 + }, + "9377.03.332": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.332, WC", "arch_name": "03.332@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "216", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72690", - "roomcode": "9377.03.332", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72691", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72690, + "usage_id": 114 + }, + "9377.03.333": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.333, WC", "arch_name": "03.333@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "217", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72691", - "roomcode": "9377.03.333", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72692", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72691, + "usage_id": 114 + }, + "9377.03.334": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.334, Lager", "arch_name": "03.334@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "218", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72692", - "roomcode": "9377.03.334", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72676", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72692, + "usage_id": 30 + }, + "9377.03.701": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.701, Flur", "arch_name": "03.701@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "219", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72676", - "roomcode": "9377.03.701", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72618", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72676, + "usage_id": 222 + }, + "9377.03.702": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.702, Treppenhaus", "arch_name": "03.702@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "220", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72618", - "roomcode": "9377.03.702", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72527", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72618, + "usage_id": 223 + }, + "9377.03.704": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.704, Flur", "arch_name": "03.704@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "221", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72527", - "roomcode": "9377.03.704", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72503", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72527, + "usage_id": 222 + }, + "9377.03.705": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.705, Flur", "arch_name": "03.705@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "222", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72503", - "roomcode": "9377.03.705", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 3.OG", - "address_link": "ris.einzelraum?raumkey=72689", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72503, + "usage_id": 222 + }, + "9377.03.706": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "03.706, Treppenhaus", "arch_name": "03.706@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "223", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72689", - "roomcode": "9377.03.706", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72554", + "area_id": 29, + "building_id": 2890, + "floor_level": "3.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72689, + "usage_id": 223 + }, + "9377.EG.001": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.001, come together", "arch_name": "00.001@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "extended": { - "additional_description": "00.001, come together", - "address": "Lise-Meitner-Str. 9-11(9377), Erdgescho\u00df", - "architect_room_nr": "00.001@9377", - "area_m2": 109.4, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "001", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72554", - "roomcode": "9377.EG.001", - "usage": 41 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72708", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72554, + "usage_id": 41 + }, + "9377.EG.002": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.002, B\u00fcro", "arch_name": "00.002@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72708", - "roomcode": "9377.EG.002", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72707", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72708, + "usage_id": 12 + }, + "9377.EG.003": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72707", - "roomcode": "9377.EG.003", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72514", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72707, + "usage_id": 12 + }, + "9377.EG.006": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.006, Besprechungsraum", "arch_name": "00.006@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72514", - "roomcode": "9377.EG.006", - "usage": 196 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72516", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72514, + "usage_id": 196 + }, + "9377.EG.007": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.007, Gardarobe", "arch_name": "00.007@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72516", - "roomcode": "9377.EG.007", - "usage": 121 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72515", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72516, + "usage_id": 121 + }, + "9377.EG.008": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.008, Besprechungsraum", "arch_name": "00.008@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72515", - "roomcode": "9377.EG.008", - "usage": 196 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72556", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72515, + "usage_id": 196 + }, + "9377.EG.009": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.009, WC-Herren", "arch_name": "00.009@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72556", - "roomcode": "9377.EG.009", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74617", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72556, + "usage_id": 115 + }, + "9377.EG.009A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.009A, Beh.-WC", "arch_name": "00.009A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74617", - "roomcode": "9377.EG.009A", - "usage": 117 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72557", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74617, + "usage_id": 117 + }, + "9377.EG.010": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.010, WC-Damen", "arch_name": "00.010@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72557", - "roomcode": "9377.EG.010", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72759", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72557, + "usage_id": 116 + }, + "9377.EG.011": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.011, K\u00fcche", "arch_name": "00.011@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72759", - "roomcode": "9377.EG.011", - "usage": 28 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72714", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72759, + "usage_id": 28 + }, + "9377.EG.012": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.012, Seminarraum", "arch_name": "00.012@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=32612&cReadonly=J", - "extended": { - "additional_description": "00.012, Seminarraum", - "address": "Lise-Meitner-Str. 9-11(9377), Erdgescho\u00df", - "architect_room_nr": "00.012@9377", - "area_m2": 104.3, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "012", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72714", - "roomcode": "9377.EG.012", - "usage": 41 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72710", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 32612, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72714, + "usage_id": 41 + }, + "9377.EG.016": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.016, Lager", "arch_name": "00.016@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72710", - "roomcode": "9377.EG.016", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72711", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72710, + "usage_id": 30 + }, + "9377.EG.017": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.017, WC", "arch_name": "00.017@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72711", - "roomcode": "9377.EG.017", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72712", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72711, + "usage_id": 114 + }, + "9377.EG.018": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.018, WC", "arch_name": "00.018@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72712", - "roomcode": "9377.EG.018", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72757", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72712, + "usage_id": 114 + }, + "9377.EG.019": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.019, Serverraum", "arch_name": "00.019@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72757", - "roomcode": "9377.EG.019", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72555", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72757, + "usage_id": 207 + }, + "9377.EG.020": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.020, come together", "arch_name": "00.020@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=32613&cReadonly=J", - "extended": { - "additional_description": "00.020, come together", - "address": "Lise-Meitner-Str. 9-11(9377), Erdgescho\u00df", - "architect_room_nr": "00.020@9377", - "area_m2": 144.1, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "020", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72555", - "roomcode": "9377.EG.020", - "usage": 41 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74524", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 32613, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72555, + "usage_id": 41 + }, + "9377.EG.021": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.021, B\u00fcro", "arch_name": "00.021@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74524", - "roomcode": "9377.EG.021", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74527", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74524, + "usage_id": 12 + }, + "9377.EG.022": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.022, B\u00fcro", "arch_name": "00.022@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74527", - "roomcode": "9377.EG.022", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74528", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74527, + "usage_id": 12 + }, + "9377.EG.024": { + "address": { + "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", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74528", - "roomcode": "9377.EG.024", - "usage": 51 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72719", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74528, + "usage_id": 51 + }, + "9377.EG.030": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.030, LRG H\u00f6rsaal", "arch_name": "00.030@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=32614&cReadonly=J", - "extended": { - "additional_description": "00.030, LRG H\u00f6rsaal", - "address": "Lise-Meitner-Str. 9-11(9377), Erdgescho\u00df", - "architect_room_nr": "00.030@9377", - "area_m2": 281.62, - "building": "9377 Lise-Meitner-Stra\u00dfe (AM)", - "floor_number": "Erdgescho\u00df", - "floor_type": "Spannteppich", - "purpose": "H\u00f6rsaal (NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl)", - "room_number": "030", - "seats": 306, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "85521 Ottobrunn" - }, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72719", - "roomcode": "9377.EG.030", - "usage": 20 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72478", + "area_id": 29, + "building_id": 2890, + "calendar_resource_nr": 32614, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": 306, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72719, + "usage_id": 20 + }, + "9377.EG.031": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.031, Vorbereitung f. H\u00f6rsaal", "arch_name": "00.031@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72478", - "roomcode": "9377.EG.031", - "usage": 136 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72718", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72478, + "usage_id": 136 + }, + "9377.EG.032": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.032, WC", "arch_name": "00.032@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72718", - "roomcode": "9377.EG.032", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72717", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72718, + "usage_id": 114 + }, + "9377.EG.033": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.033, Zugang H\u00f6rsaal", "arch_name": "00.033@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72717", - "roomcode": "9377.EG.033", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72762", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72717, + "usage_id": 222 + }, + "9377.EG.034": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.034, Flur", "arch_name": "00.034@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72762", - "roomcode": "9377.EG.034", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74529", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72762, + "usage_id": 12 + }, + "9377.EG.035": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.035, WC-Herren", "arch_name": "00.035@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74529", - "roomcode": "9377.EG.035", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72761", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74529, + "usage_id": 115 + }, + "9377.EG.036": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.036, WC-Damen", "arch_name": "00.036@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72761", - "roomcode": "9377.EG.036", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74518", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72761, + "usage_id": 116 + }, + "9377.EG.037": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.037, WC-Barrierefrei", "arch_name": "00.037@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74518", - "roomcode": "9377.EG.037", - "usage": 117 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72760", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74518, + "usage_id": 117 + }, + "9377.EG.038": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.038, Aufenthalt", "arch_name": "00.038@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72760", - "roomcode": "9377.EG.038", - "usage": 44 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74530", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72760, + "usage_id": 44 + }, + "9377.EG.039": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.039, Windfang", "arch_name": "00.039@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74530", - "roomcode": "9377.EG.039", - "usage": 52 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74519", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74530, + "usage_id": 52 + }, + "9377.EG.040": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.040, Foyer 1", "arch_name": "00.040@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74519", - "roomcode": "9377.EG.040", - "usage": 15 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74520", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74519, + "usage_id": 15 + }, + "9377.EG.041": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.041, Foyer 2", "arch_name": "00.041@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74520", - "roomcode": "9377.EG.041", - "usage": 15 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74525", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74520, + "usage_id": 15 + }, + "9377.EG.042": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.042, Hausmeister", "arch_name": "00.042@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74525", - "roomcode": "9377.EG.042", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74531", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74525, + "usage_id": 12 + }, + "9377.EG.043": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.043, Lager", "arch_name": "00.043@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74531", - "roomcode": "9377.EG.043", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74526", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Stein", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74531, + "usage_id": 30 + }, + "9377.EG.050": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.050, Technik-Flur", "arch_name": "00.050@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74526", - "roomcode": "9377.EG.050", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74532", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74526, + "usage_id": 222 + }, + "9377.EG.052": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.052, MSR", "arch_name": "00.052@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74532", - "roomcode": "9377.EG.052", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74521", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74532, + "usage_id": 120 + }, + "9377.EG.053": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.053, LRZ-Server", "arch_name": "00.053@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74521", - "roomcode": "9377.EG.053", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74522", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74521, + "usage_id": 207 + }, + "9377.EG.054": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.054, HKLS", "arch_name": "00.054@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74522", - "roomcode": "9377.EG.054", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=74523", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74522, + "usage_id": 120 + }, + "9377.EG.055": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.055, Lager", "arch_name": "00.055@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74523", - "roomcode": "9377.EG.055", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72709", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74523, + "usage_id": 30 + }, + "9377.EG.700": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.700, Foyer", "arch_name": "00.700@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72709", - "roomcode": "9377.EG.700", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72755", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72709, + "usage_id": 222 + }, + "9377.EG.701": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.701, Flur", "arch_name": "00.701@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72755", - "roomcode": "9377.EG.701", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72495", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72755, + "usage_id": 222 + }, + "9377.EG.702": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.702, Treppenhaus", "arch_name": "00.702@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72495", - "roomcode": "9377.EG.702", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72713", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72495, + "usage_id": 223 + }, + "9377.EG.704": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.704, Flur", "arch_name": "00.704@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72713", - "roomcode": "9377.EG.704", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72756", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72713, + "usage_id": 222 + }, + "9377.EG.705": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.705, Treppenhaus", "arch_name": "00.705@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72756", - "roomcode": "9377.EG.705", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72715", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72756, + "usage_id": 223 + }, + "9377.EG.708": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.708, Flur", "arch_name": "00.708@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72715", - "roomcode": "9377.EG.708", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72716", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72715, + "usage_id": 222 + }, + "9377.EG.709": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.709, Flur", "arch_name": "00.709@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72716", - "roomcode": "9377.EG.709", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72578", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72716, + "usage_id": 222 + }, + "9377.EG.710": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.710, Flur", "arch_name": "00.710@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72578", - "roomcode": "9377.EG.710", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, EG", - "address_link": "ris.einzelraum?raumkey=72479", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72578, + "usage_id": 222 + }, + "9377.EG.720": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "00.720, Treppenhaus", "arch_name": "00.720@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72479", - "roomcode": "9377.EG.720", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72739", + "area_id": 29, + "building_id": 2890, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72479, + "usage_id": 223 + }, + "9377.U1.001": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.001, Lager", "arch_name": "-1.001@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72739", - "roomcode": "9377.U1.001", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72740", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72739, + "usage_id": 30 + }, + "9377.U1.002": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.002, Lager", "arch_name": "-1.002@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72740", - "roomcode": "9377.U1.002", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74234", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72740, + "usage_id": 30 + }, + "9377.U1.003": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.003, Lager Treppenhaus", "arch_name": "-1.003@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74234", - "roomcode": "9377.U1.003", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72678", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74234, + "usage_id": 30 + }, + "9377.U1.004": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.004, Lager", "arch_name": "-1.004@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72678", - "roomcode": "9377.U1.004", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72679", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72678, + "usage_id": 30 + }, + "9377.U1.005": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.005, Elektro Werkstatt", "arch_name": "-1.005@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72679", - "roomcode": "9377.U1.005", - "usage": 51 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72681", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72679, + "usage_id": 51 + }, + "9377.U1.007": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.007, WC", "arch_name": "-1.007@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72681", - "roomcode": "9377.U1.007", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72698", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72681, + "usage_id": 114 + }, + "9377.U1.008": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.008, Archiv", "arch_name": "-1.008@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72698", - "roomcode": "9377.U1.008", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72697", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72698, + "usage_id": 2 + }, + "9377.U1.010": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.010, Lager", "arch_name": "-1.010@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72697", - "roomcode": "9377.U1.010", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72699", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72697, + "usage_id": 30 + }, + "9377.U1.011": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.011, Lager", "arch_name": "-1.011@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72699", - "roomcode": "9377.U1.011", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72510", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72699, + "usage_id": 30 + }, + "9377.U1.014": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.014, Lager", "arch_name": "-1.014@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72510", - "roomcode": "9377.U1.014", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72511", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72510, + "usage_id": 30 + }, + "9377.U1.015": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.015, Teek\u00fcche", "arch_name": "-1.015@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72511", - "roomcode": "9377.U1.015", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72509", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72511, + "usage_id": 198 + }, + "9377.U1.016": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.016, Archiv", "arch_name": "-1.016@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=15098", - "operator": "[ TULRGDS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72509", - "roomcode": "9377.U1.016", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72512", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 15098, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72509, + "usage_id": 2 + }, + "9377.U1.017": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.017, Archiv", "arch_name": "-1.017@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72512", - "roomcode": "9377.U1.017", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72745", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72512, + "usage_id": 2 + }, + "9377.U1.018": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.018, Studentenbereich", "arch_name": "-1.018@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72745", - "roomcode": "9377.U1.018", - "usage": 208 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72744", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72745, + "usage_id": 208 + }, + "9377.U1.019": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.019, Lager", "arch_name": "-1.019@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72744", - "roomcode": "9377.U1.019", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72746", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72744, + "usage_id": 30 + }, + "9377.U1.020": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.020, M\u00fcllraum", "arch_name": "-1.020@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72746", - "roomcode": "9377.U1.020", - "usage": 214 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72700", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72746, + "usage_id": 214 + }, + "9377.U1.021": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.021, Serverraum", "arch_name": "-1.021@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72700", - "roomcode": "9377.U1.021", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72623", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72700, + "usage_id": 207 + }, + "9377.U1.022": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.022, Lager", "arch_name": "-1.022@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72623", - "roomcode": "9377.U1.022", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72701", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72623, + "usage_id": 30 + }, + "9377.U1.030": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.030, Lager", "arch_name": "-1.030@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72701", - "roomcode": "9377.U1.030", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74615", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72701, + "usage_id": 30 + }, + "9377.U1.030A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.030A, Lager", "arch_name": "-1.030A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74615", - "roomcode": "9377.U1.030A", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74616", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74615, + "usage_id": 30 + }, + "9377.U1.030B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.030B, Lager", "arch_name": "-1.030B@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74616", - "roomcode": "9377.U1.030B", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72748", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74616, + "usage_id": 30 + }, + "9377.U1.031": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.031, Lager", "arch_name": "-1.031@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72748", - "roomcode": "9377.U1.031", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72749", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72748, + "usage_id": 30 + }, + "9377.U1.031A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.031A, Lager", "arch_name": "-1.031A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72749", - "roomcode": "9377.U1.031A", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72551", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72749, + "usage_id": 30 + }, + "9377.U1.032": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.032, Lager", "arch_name": "-1.032@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72551", - "roomcode": "9377.U1.032", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72750", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72551, + "usage_id": 30 + }, + "9377.U1.035": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.035, Fachzentrum Werkstatt", "arch_name": "-1.035@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72750", - "roomcode": "9377.U1.035", - "usage": 51 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72705", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72750, + "usage_id": 51 + }, + "9377.U1.036": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.036, B\u00fcro", "arch_name": "-1.036@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72705", - "roomcode": "9377.U1.036", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72702", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72705, + "usage_id": 12 + }, + "9377.U1.037": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.037, B\u00fcro", "arch_name": "-1.037@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72702", - "roomcode": "9377.U1.037", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72703", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72702, + "usage_id": 12 + }, + "9377.U1.038": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.038, B\u00fcro", "arch_name": "-1.038@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72703", - "roomcode": "9377.U1.038", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72704", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72703, + "usage_id": 12 + }, + "9377.U1.039": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.039, B\u00fcro", "arch_name": "-1.039@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=51537", - "operator": "[ TUS2OTS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72704", - "roomcode": "9377.U1.039", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72552", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51537, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72704, + "usage_id": 12 + }, + "9377.U1.042": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.042, Archiv", "arch_name": "-1.042@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72552", - "roomcode": "9377.U1.042", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72553", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72552, + "usage_id": 2 + }, + "9377.U1.043": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.043, Archiv", "arch_name": "-1.043@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51267", - "operator": "[ TUS2000 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72553", - "roomcode": "9377.U1.043", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72751", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72553, + "usage_id": 2 + }, + "9377.U1.044": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.044, Archiv", "arch_name": "-1.044@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72751", - "roomcode": "9377.U1.044", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72753", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72751, + "usage_id": 2 + }, + "9377.U1.050": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.050, Flugarena", "arch_name": "-1.050@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=50997", - "operator": "[ TULRAAS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72753", - "roomcode": "9377.U1.050", - "usage": 51 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72706", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 50997, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72753, + "usage_id": 51 + }, + "9377.U1.051": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.051, Lager", "arch_name": "-1.051@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=50997", - "operator": "[ TULRAAS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72706", - "roomcode": "9377.U1.051", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72754", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 50997, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72706, + "usage_id": 30 + }, + "9377.U1.052": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.052, WC", "arch_name": "-1.052@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=50997", - "operator": "[ TULRAAS ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72754", - "roomcode": "9377.U1.052", - "usage": 114 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74236", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 50997, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72754, + "usage_id": 114 + }, + "9377.U1.701": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.704, Flur", "arch_name": "-1.704@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74236", - "roomcode": "9377.U1.701", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74232", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74236, + "usage_id": 222 + }, + "9377.U1.701A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.701A, Treppenhaus", "arch_name": "-1.701A@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74232", - "roomcode": "9377.U1.701A", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74233", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74232, + "usage_id": 223 + }, + "9377.U1.701B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.701B, Aufzug", "arch_name": "-1.701B@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74233", - "roomcode": "9377.U1.701B", - "usage": 4 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72617", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74233, + "usage_id": 4 + }, + "9377.U1.702": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.702, Flur", "arch_name": "-1.702@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72617", - "roomcode": "9377.U1.702", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74235", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72617, + "usage_id": 222 + }, + "9377.U1.703": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.703, Flur", "arch_name": "-1.703@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74235", - "roomcode": "9377.U1.703", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72680", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74235, + "usage_id": 222 + }, + "9377.U1.704": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.704, Flur", "arch_name": "-1.704@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72680", - "roomcode": "9377.U1.704", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72513", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72680, + "usage_id": 222 + }, + "9377.U1.707": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.707, Flur", "arch_name": "-1.707@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72513", - "roomcode": "9377.U1.707", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=74533", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72513, + "usage_id": 222 + }, + "9377.U1.708": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.708, Flur", "arch_name": "-1.708@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74533", - "roomcode": "9377.U1.708", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72742", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74533, + "usage_id": 222 + }, + "9377.U1.709": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.709, Flur", "arch_name": "-1.709@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72742", - "roomcode": "9377.U1.709", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72743", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72742, + "usage_id": 222 + }, + "9377.U1.710": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.710, Treppenhaus", "arch_name": "-1.710@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72743", - "roomcode": "9377.U1.710", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72747", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72743, + "usage_id": 223 + }, + "9377.U1.712": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.712, Flur", "arch_name": "-1.712@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72747", - "roomcode": "9377.U1.712", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 9-11, 1.UG", - "address_link": "ris.einzelraum?raumkey=72752", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72747, + "usage_id": 222 + }, + "9377.U1.714": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "alt_name": "-1.714, Treppenhaus", "arch_name": "-1.714@9377", - "b_area_id": 29, - "b_filter_id": 2890, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72752", - "roomcode": "9377.U1.714", - "usage": 223 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72542", + "area_id": 29, + "building_id": 2890, + "floor_level": "1.UG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72752, + "usage_id": 223 + }, + "9378.02.201": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.201, B\u00fcro", "arch_name": "02.201@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72542", - "roomcode": "9378.02.201", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72549", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72542, + "usage_id": 12 + }, + "9378.02.202": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.202, Gro\u00dfraumb\u00fcro", "arch_name": "02.202@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72549", - "roomcode": "9378.02.202", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72543", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72549, + "usage_id": 12 + }, + "9378.02.203": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.203, Konferenz", "arch_name": "02.203@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=31794&cReadonly=J", - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72543", - "roomcode": "9378.02.203", - "usage": 142 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72544", + "area_id": 29, + "building_id": 2889, + "calendar_resource_nr": 31794, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72543, + "usage_id": 142 + }, + "9378.02.204": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.204, Copy", "arch_name": "02.204@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72544", - "roomcode": "9378.02.204", - "usage": 110 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72545", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72544, + "usage_id": 110 + }, + "9378.02.205": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.205, Konferenz", "arch_name": "02.205@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": "tvKalender.wSicht?cOrg=51837&cRes=31795&cReadonly=J", - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72545", - "roomcode": "9378.02.205", - "usage": 142 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72548", + "area_id": 29, + "building_id": 2889, + "calendar_resource_nr": 31795, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72545, + "usage_id": 142 + }, + "9378.02.206": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.206, Flur", "arch_name": "02.206@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72548", - "roomcode": "9378.02.206", - "usage": 222 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72547", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72548, + "usage_id": 222 + }, + "9378.02.207": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.207, Gro\u00dfraumb\u00fcro", "arch_name": "02.207@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72547", - "roomcode": "9378.02.207", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72521", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72547, + "usage_id": 12 + }, + "9378.02.208": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.208, B\u00fcro", "arch_name": "02.208@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72521", - "roomcode": "9378.02.208", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, 2.OG", - "address_link": "ris.einzelraum?raumkey=72546", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72521, + "usage_id": 12 + }, + "9378.02.209": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "02.209, B\u00fcro", "arch_name": "02.209@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72546", - "roomcode": "9378.02.209", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72534", + "area_id": 29, + "building_id": 2889, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72546, + "usage_id": 12 + }, + "9378.EG.020": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.020, Elektronik Labor", "arch_name": "00.020@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72534", - "roomcode": "9378.EG.020", - "usage": 103 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72535", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72534, + "usage_id": 103 + }, + "9378.EG.021": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.021, Elektronik Labor", "arch_name": "00.021@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72535", - "roomcode": "9378.EG.021", - "usage": 103 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72536", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72535, + "usage_id": 103 + }, + "9378.EG.022": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.022, B\u00fcro", "arch_name": "00.022@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72536", - "roomcode": "9378.EG.022", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72537", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72536, + "usage_id": 12 + }, + "9378.EG.023": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.023, Lager", "arch_name": "00.023@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72537", - "roomcode": "9378.EG.023", - "usage": 30 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72696", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72537, + "usage_id": 30 + }, + "9378.EG.025": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.025, Laser Labor", "arch_name": "00.025@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72696", - "roomcode": "9378.EG.025", - "usage": 103 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72538", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72696, + "usage_id": 103 + }, + "9378.EG.026": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.026, Elektronik Labor", "arch_name": "00.026@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72538", - "roomcode": "9378.EG.026", - "usage": 103 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72539", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72538, + "usage_id": 103 + }, + "9378.EG.027": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.027, Teek\u00fcche", "arch_name": "00.027@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72539", - "roomcode": "9378.EG.027", - "usage": 198 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72533", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72539, + "usage_id": 198 + }, + "9378.EG.028": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.028, Flur 1", "arch_name": "00.028@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72533", - "roomcode": "9378.EG.028", - "usage": 222 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72520", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72533, + "usage_id": 222 + }, + "9378.EG.028A": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.028A, Flur 2", "arch_name": "00.028A@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72520", - "roomcode": "9378.EG.028A", - "usage": 222 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72540", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72520, + "usage_id": 222 + }, + "9378.EG.029": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.029, Elektronik Labor", "arch_name": "00.029@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72540", - "roomcode": "9378.EG.029", - "usage": 103 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72532", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72540, + "usage_id": 103 + }, + "9378.EG.030": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.030, Elektronik Labor", "arch_name": "00.030@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72532", - "roomcode": "9378.EG.030", - "usage": 103 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72541", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72532, + "usage_id": 103 + }, + "9378.EG.031": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.031, Pr\u00fcfraum", "arch_name": "00.031@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72541", - "roomcode": "9378.EG.031", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72693", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72541, + "usage_id": 12 + }, + "9378.EG.032": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.032, Lager", "arch_name": "00.032@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72693", - "roomcode": "9378.EG.032", - "usage": 30 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72508", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72693, + "usage_id": 30 + }, + "9378.EG.033": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.033, B\u00fcro", "arch_name": "00.033@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72508", - "roomcode": "9378.EG.033", - "usage": 12 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72519", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72508, + "usage_id": 12 + }, + "9378.EG.034": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.034, Server", "arch_name": "00.034@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72519", - "roomcode": "9378.EG.034", - "usage": 207 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72695", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72519, + "usage_id": 207 + }, + "9378.EG.036": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.036, WC-Damen", "arch_name": "00.036@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72695", - "roomcode": "9378.EG.036", - "usage": 115 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=72694", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72695, + "usage_id": 115 + }, + "9378.EG.037": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "00.037, WC-Herren", "arch_name": "00.037@9378", - "b_area_id": 29, - "b_filter_id": 2889, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=72694", - "roomcode": "9378.EG.037", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73073", + "area_id": 29, + "building_id": 2889, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 72694, + "usage_id": 115 + }, + "9379.01.101": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.101, Teek\u00fcche", "arch_name": "01.101@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "62", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73073", - "roomcode": "9379.01.101", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73067", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73073, + "usage_id": 198 + }, + "9379.01.102": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.102, B\u00fcro", "arch_name": "01.102@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "63", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73067", - "roomcode": "9379.01.102", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73074", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73067, + "usage_id": 12 + }, + "9379.01.103": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.103, B\u00fcro", "arch_name": "01.103@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "64", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73074", - "roomcode": "9379.01.103", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73075", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73074, + "usage_id": 12 + }, + "9379.01.104": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.104, B\u00fcro", "arch_name": "01.104@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "65", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73075", - "roomcode": "9379.01.104", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73076", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73075, + "usage_id": 12 + }, + "9379.01.105": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.105, B\u00fcro", "arch_name": "01.105@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "66", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73076", - "roomcode": "9379.01.105", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73077", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73076, + "usage_id": 12 + }, + "9379.01.106": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.106, B\u00fcro", "arch_name": "01.106@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "67", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73077", - "roomcode": "9379.01.106", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73078", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73077, + "usage_id": 12 + }, + "9379.01.107": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.107, B\u00fcro", "arch_name": "01.107@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "68", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73078", - "roomcode": "9379.01.107", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73079", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73078, + "usage_id": 12 + }, + "9379.01.108": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.108, B\u00fcro", "arch_name": "01.108@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "69", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73079", - "roomcode": "9379.01.108", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73080", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73079, + "usage_id": 12 + }, + "9379.01.109": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.109, B\u00fcro", "arch_name": "01.109@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "70", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73080", - "roomcode": "9379.01.109", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73081", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73080, + "usage_id": 12 + }, + "9379.01.110": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.110, B\u00fcro", "arch_name": "01.110@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "71", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73081", - "roomcode": "9379.01.110", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73082", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73081, + "usage_id": 12 + }, + "9379.01.111": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.111, B\u00fcro", "arch_name": "01.111@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "72", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73082", - "roomcode": "9379.01.111", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73083", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73082, + "usage_id": 12 + }, + "9379.01.112": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.112, B\u00fcro", "arch_name": "01.112@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "73", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73083", - "roomcode": "9379.01.112", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73084", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73083, + "usage_id": 12 + }, + "9379.01.113": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.113, B\u00fcro", "arch_name": "01.113@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "74", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73084", - "roomcode": "9379.01.113", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73085", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73084, + "usage_id": 12 + }, + "9379.01.114": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.114, B\u00fcro", "arch_name": "01.114@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "75", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73085", - "roomcode": "9379.01.114", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73062", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73085, + "usage_id": 12 + }, + "9379.01.116A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.116A, WC-Herren", "arch_name": "01.116A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "76", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73062", - "roomcode": "9379.01.116A", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73063", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73062, + "usage_id": 115 + }, + "9379.01.116B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.116B, WC-Damen", "arch_name": "01.116B@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "77", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73063", - "roomcode": "9379.01.116B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73065", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73063, + "usage_id": 116 + }, + "9379.01.117": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.117, B\u00fcro", "arch_name": "01.117@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "78", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73065", - "roomcode": "9379.01.117", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73064", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73065, + "usage_id": 12 + }, + "9379.01.118": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.118, Teek\u00fcche", "arch_name": "01.118@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "79", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73064", - "roomcode": "9379.01.118", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73066", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73064, + "usage_id": 198 + }, + "9379.01.119": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.119, B\u00fcro", "arch_name": "01.119@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "80", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73066", - "roomcode": "9379.01.119", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73068", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73066, + "usage_id": 12 + }, + "9379.01.120": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.120, B\u00fcro", "arch_name": "01.120@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "81", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73068", - "roomcode": "9379.01.120", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73069", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73068, + "usage_id": 12 + }, + "9379.01.121": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.121, B\u00fcro", "arch_name": "01.121@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "82", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73069", - "roomcode": "9379.01.121", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73070", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73069, + "usage_id": 12 + }, + "9379.01.122": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.122, B\u00fcro", "arch_name": "01.122@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "83", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73070", - "roomcode": "9379.01.122", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73071", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73070, + "usage_id": 12 + }, + "9379.01.123": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.123, B\u00fcro", "arch_name": "01.123@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "84", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73071", - "roomcode": "9379.01.123", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73072", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73071, + "usage_id": 12 + }, + "9379.01.124": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.124, B\u00fcro", "arch_name": "01.124@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "85", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73072", - "roomcode": "9379.01.124", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73086", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73072, + "usage_id": 12 + }, + "9379.01.127": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.127, B\u00fcro", "arch_name": "01.127@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "86", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73086", - "roomcode": "9379.01.127", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73087", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73086, + "usage_id": 12 + }, + "9379.01.128": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.128, B\u00fcro", "arch_name": "01.128@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "87", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73087", - "roomcode": "9379.01.128", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73090", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73087, + "usage_id": 12 + }, + "9379.01.130A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.130A, WC-Damen", "arch_name": "01.130A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "88", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73090", - "roomcode": "9379.01.130A", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73092", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73090, + "usage_id": 116 + }, + "9379.01.130B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.130B, Putzraum", "arch_name": "01.130B@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "89", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73092", - "roomcode": "9379.01.130B", - "usage": 205 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73091", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73092, + "usage_id": 205 + }, + "9379.01.130C": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.1130C, WC-Herren", "arch_name": "01.1130C@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "90", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73091", - "roomcode": "9379.01.130C", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73088", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73091, + "usage_id": 115 + }, + "9379.01.131": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.131, Messraum", "arch_name": "01.131@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "91", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73088", - "roomcode": "9379.01.131", - "usage": 103 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73089", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73088, + "usage_id": 103 + }, + "9379.01.132": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.132, Teek\u00fcche", "arch_name": "01.132@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "92", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73089", - "roomcode": "9379.01.132", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73093", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73089, + "usage_id": 198 + }, + "9379.01.133": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.133, B\u00fcro", "arch_name": "01.133@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "93", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73093", - "roomcode": "9379.01.133", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73094", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73093, + "usage_id": 12 + }, + "9379.01.134": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.134, B\u00fcro", "arch_name": "01.134@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "94", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73094", - "roomcode": "9379.01.134", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73095", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73094, + "usage_id": 12 + }, + "9379.01.135": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.135, B\u00fcro", "arch_name": "01.135@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "95", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73095", - "roomcode": "9379.01.135", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73096", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73095, + "usage_id": 12 + }, + "9379.01.136": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.136, B\u00fcro", "arch_name": "01.136@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "96", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73096", - "roomcode": "9379.01.136", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73097", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73096, + "usage_id": 12 + }, + "9379.01.137": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.137, B\u00fcro", "arch_name": "01.137@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "97", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73097", - "roomcode": "9379.01.137", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73098", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73097, + "usage_id": 12 + }, + "9379.01.138": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.138, Werkstatt", "arch_name": "01.138@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "98", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73098", - "roomcode": "9379.01.138", - "usage": 51 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73025", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73098, + "usage_id": 51 + }, + "9379.01.171": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.171, Treppenhaus", "arch_name": "01.171@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "99", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73025", - "roomcode": "9379.01.171", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73026", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73025, + "usage_id": 223 + }, + "9379.01.172": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.172, Flur", "arch_name": "01.172@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "100", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73026", - "roomcode": "9379.01.172", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73027", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73026, + "usage_id": 222 + }, + "9379.01.173": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.173, Flur", "arch_name": "01.173@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "101", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73027", - "roomcode": "9379.01.173", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73059", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73027, + "usage_id": 222 + }, + "9379.01.174": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.174, Flur", "arch_name": "01.174@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "102", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73059", - "roomcode": "9379.01.174", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73061", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73059, + "usage_id": 222 + }, + "9379.01.175": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.175, Treppenhaus", "arch_name": "01.175@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "103", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73061", - "roomcode": "9379.01.175", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, 1.OG", - "address_link": "ris.einzelraum?raumkey=73060", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73061, + "usage_id": 223 + }, + "9379.01.176": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "01.176, Flur", "arch_name": "01.176@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "104", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73060", - "roomcode": "9379.01.176", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73112", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73060, + "usage_id": 222 + }, + "9379.02.201": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.201, Teek\u00fcche", "arch_name": "02.201@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "105", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73112", - "roomcode": "9379.02.201", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73113", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73112, + "usage_id": 198 + }, + "9379.02.202": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.202, Archiv", "arch_name": "02.202@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "106", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73113", - "roomcode": "9379.02.202", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73114", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73113, + "usage_id": 2 + }, + "9379.02.203": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.203, Archiv", "arch_name": "02.203@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "107", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73114", - "roomcode": "9379.02.203", - "usage": 2 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73115", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73114, + "usage_id": 2 + }, + "9379.02.204": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.204, B\u00fcro", "arch_name": "02.204@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "108", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73115", - "roomcode": "9379.02.204", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73116", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73115, + "usage_id": 12 + }, + "9379.02.205": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.205, B\u00fcro", "arch_name": "02.205@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "109", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73116", - "roomcode": "9379.02.205", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73117", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73116, + "usage_id": 12 + }, + "9379.02.206": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.206, B\u00fcro", "arch_name": "02.206@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "110", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73117", - "roomcode": "9379.02.206", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73118", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73117, + "usage_id": 12 + }, + "9379.02.207": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.207, B\u00fcro", "arch_name": "02.207@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "111", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73118", - "roomcode": "9379.02.207", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73119", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73118, + "usage_id": 12 + }, + "9379.02.208": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.208, B\u00fcro", "arch_name": "02.208@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "112", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73119", - "roomcode": "9379.02.208", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73120", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73119, + "usage_id": 12 + }, + "9379.02.209": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.209, B\u00fcro", "arch_name": "02.209@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "113", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73120", - "roomcode": "9379.02.209", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73121", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73120, + "usage_id": 12 + }, + "9379.02.210": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.210, B\u00fcro", "arch_name": "02.210@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "114", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73121", - "roomcode": "9379.02.210", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73122", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73121, + "usage_id": 12 + }, + "9379.02.211": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.211, B\u00fcro", "arch_name": "02.211@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "115", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73122", - "roomcode": "9379.02.211", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73123", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73122, + "usage_id": 12 + }, + "9379.02.212": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.212, B\u00fcro", "arch_name": "02.212@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "116", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73123", - "roomcode": "9379.02.212", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73124", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73123, + "usage_id": 12 + }, + "9379.02.213": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.213, B\u00fcro", "arch_name": "02.213@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "117", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73124", - "roomcode": "9379.02.213", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73125", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73124, + "usage_id": 12 + }, + "9379.02.214": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.214, B\u00fcro", "arch_name": "02.214@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "118", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73125", - "roomcode": "9379.02.214", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73104", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73125, + "usage_id": 12 + }, + "9379.02.216A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.216A, WC-Herren", "arch_name": "02.216A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "119", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73104", - "roomcode": "9379.02.216A", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73105", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73104, + "usage_id": 115 + }, + "9379.02.216B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.216B, WC-Damen", "arch_name": "02.216B@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "120", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73105", - "roomcode": "9379.02.216B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73031", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73105, + "usage_id": 116 + }, + "9379.02.217": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.217, B\u00fcro", "arch_name": "02.217@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "121", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73031", - "roomcode": "9379.02.217", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73109", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73031, + "usage_id": 12 + }, + "9379.02.218": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.218, Teek\u00fcche", "arch_name": "02.218@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "122", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73109", - "roomcode": "9379.02.218", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73032", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73109, + "usage_id": 198 + }, + "9379.02.219": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.219, B\u00fcro", "arch_name": "02.219@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "123", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73032", - "roomcode": "9379.02.219", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73033", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73032, + "usage_id": 12 + }, + "9379.02.220": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.220, B\u00fcro", "arch_name": "02.220@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "124", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73033", - "roomcode": "9379.02.220", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73034", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73033, + "usage_id": 12 + }, + "9379.02.221": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.221, B\u00fcro", "arch_name": "02.221@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "125", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73034", - "roomcode": "9379.02.221", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73110", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73034, + "usage_id": 12 + }, + "9379.02.222": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.222, B\u00fcro", "arch_name": "02.222@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "126", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73110", - "roomcode": "9379.02.222", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73111", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73110, + "usage_id": 12 + }, + "9379.02.223": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.223, B\u00fcro", "arch_name": "02.223@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "127", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73111", - "roomcode": "9379.02.223", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73131", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73111, + "usage_id": 12 + }, + "9379.02.224": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.224, B\u00fcro", "arch_name": "02.224@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "128", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73131", - "roomcode": "9379.02.224", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73132", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73131, + "usage_id": 12 + }, + "9379.02.229": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.229, Kopierer", "arch_name": "02.229@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "129", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73132", - "roomcode": "9379.02.229", - "usage": 110 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73106", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73132, + "usage_id": 110 + }, + "9379.02.230A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.230A, WC-Damen", "arch_name": "02.230A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "130", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73106", - "roomcode": "9379.02.230A", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73107", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73106, + "usage_id": 116 + }, + "9379.02.230B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.230B, Putzraum", "arch_name": "02.230B@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "131", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73107", - "roomcode": "9379.02.230B", - "usage": 205 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73108", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73107, + "usage_id": 205 + }, + "9379.02.230C": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.230C, WC-Herren", "arch_name": "02.230C@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "132", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73108", - "roomcode": "9379.02.230C", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73030", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73108, + "usage_id": 115 + }, + "9379.02.231": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.231, B\u00fcro", "arch_name": "02.231@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "133", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73030", - "roomcode": "9379.02.231", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73029", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73030, + "usage_id": 12 + }, + "9379.02.232": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.232, Teek\u00fcche", "arch_name": "02.232@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "134", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73029", - "roomcode": "9379.02.232", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73127", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73029, + "usage_id": 198 + }, + "9379.02.233": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.233, B\u00fcro", "arch_name": "02.233@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "135", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73127", - "roomcode": "9379.02.233", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73126", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73127, + "usage_id": 12 + }, + "9379.02.234": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.234, B\u00fcro", "arch_name": "02.234@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "136", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73126", - "roomcode": "9379.02.234", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73128", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73126, + "usage_id": 12 + }, + "9379.02.235": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.235, B\u00fcro", "arch_name": "02.235@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "137", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73128", - "roomcode": "9379.02.235", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73129", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73128, + "usage_id": 12 + }, + "9379.02.236": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.236, B\u00fcro", "arch_name": "02.236@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "138", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73129", - "roomcode": "9379.02.236", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73130", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73129, + "usage_id": 12 + }, + "9379.02.237": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.237, B\u00fcro", "arch_name": "02.237@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "139", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73130", - "roomcode": "9379.02.237", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73099", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73130, + "usage_id": 12 + }, + "9379.02.271": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.271, Treppenhaus", "arch_name": "02.271@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "140", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73099", - "roomcode": "9379.02.271", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73028", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73099, + "usage_id": 223 + }, + "9379.02.272": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.272, Flur", "arch_name": "02.272@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "141", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73028", - "roomcode": "9379.02.272", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73100", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73028, + "usage_id": 222 + }, + "9379.02.273": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.273, Flur", "arch_name": "02.273@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "142", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73100", - "roomcode": "9379.02.273", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73101", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73100, + "usage_id": 222 + }, + "9379.02.274": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.274, Flur", "arch_name": "02.274@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "143", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73101", - "roomcode": "9379.02.274", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73102", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73101, + "usage_id": 222 + }, + "9379.02.275": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.275, Treppenhaus", "arch_name": "02.275@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "144", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73102", - "roomcode": "9379.02.275", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, 2.OG", - "address_link": "ris.einzelraum?raumkey=73103", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73102, + "usage_id": 223 + }, + "9379.02.276": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "02.276, Flur", "arch_name": "02.276@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "145", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73103", - "roomcode": "9379.02.276", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73038", + "area_id": 29, + "building_id": 2949, + "floor_level": "2.OG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73103, + "usage_id": 222 + }, + "9379.EG.001": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.001, Teek\u00fcche", "arch_name": "00.001@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73038", - "roomcode": "9379.EG.001", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73018", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73038, + "usage_id": 198 + }, + "9379.EG.002": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.002, B\u00fcro", "arch_name": "00.002@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73018", - "roomcode": "9379.EG.002", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73017", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73018, + "usage_id": 12 + }, + "9379.EG.003": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73017", - "roomcode": "9379.EG.003", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73019", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73017, + "usage_id": 12 + }, + "9379.EG.004": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.004, B\u00fcro", "arch_name": "00.004@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73019", - "roomcode": "9379.EG.004", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73016", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73019, + "usage_id": 12 + }, + "9379.EG.005": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.005, Lager", "arch_name": "00.005@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73016", - "roomcode": "9379.EG.005", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73020", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73016, + "usage_id": 30 + }, + "9379.EG.006": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.006, B\u00fcro", "arch_name": "00.006@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73020", - "roomcode": "9379.EG.006", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73039", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73020, + "usage_id": 12 + }, + "9379.EG.007": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73039", - "roomcode": "9379.EG.007", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73040", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73039, + "usage_id": 12 + }, + "9379.EG.008": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.008, B\u00fcro", "arch_name": "00.008@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73040", - "roomcode": "9379.EG.008", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73041", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73040, + "usage_id": 12 + }, + "9379.EG.009": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.009, B\u00fcro", "arch_name": "00.009@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "26", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73041", - "roomcode": "9379.EG.009", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73042", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73041, + "usage_id": 12 + }, + "9379.EG.010": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.010, B\u00fcro", "arch_name": "00.010@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "27", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73042", - "roomcode": "9379.EG.010", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73043", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73042, + "usage_id": 12 + }, + "9379.EG.011": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.011, B\u00fcro", "arch_name": "00.011@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "28", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73043", - "roomcode": "9379.EG.011", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73044", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73043, + "usage_id": 12 + }, + "9379.EG.012": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.012, B\u00fcro", "arch_name": "00.012@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "29", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73044", - "roomcode": "9379.EG.012", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73045", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73044, + "usage_id": 12 + }, + "9379.EG.013": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.013, B\u00fcro", "arch_name": "00.013@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "30", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73045", - "roomcode": "9379.EG.013", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73046", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73045, + "usage_id": 12 + }, + "9379.EG.014": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.014, B\u00fcro", "arch_name": "00.014@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "31", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73046", - "roomcode": "9379.EG.014", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73047", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73046, + "usage_id": 12 + }, + "9379.EG.015": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.015, B\u00fcro", "arch_name": "00.015@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "32", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73047", - "roomcode": "9379.EG.015", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73014", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73047, + "usage_id": 12 + }, + "9379.EG.016A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.016A, WC-Herren", "arch_name": "00.016A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "33", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73014", - "roomcode": "9379.EG.016A", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73015", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73014, + "usage_id": 115 + }, + "9379.EG.016B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.016B, WC-Damen", "arch_name": "00.016B@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "34", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73015", - "roomcode": "9379.EG.016B", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73158", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73015, + "usage_id": 116 + }, + "9379.EG.017": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.017, B\u00fcro", "arch_name": "00.017@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "35", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73158", - "roomcode": "9379.EG.017", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73159", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73158, + "usage_id": 12 + }, + "9379.EG.018": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.018, Teek\u00fcche", "arch_name": "00.018@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "36", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73159", - "roomcode": "9379.EG.018", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73160", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73159, + "usage_id": 198 + }, + "9379.EG.019": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.019, B\u00fcro", "arch_name": "00.019@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "37", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73160", - "roomcode": "9379.EG.019", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73161", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73160, + "usage_id": 12 + }, + "9379.EG.020": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.020, B\u00fcro", "arch_name": "00.020@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "38", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73161", - "roomcode": "9379.EG.020", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73162", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73161, + "usage_id": 12 + }, + "9379.EG.021": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.021, B\u00fcro", "arch_name": "00.021@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "39", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73162", - "roomcode": "9379.EG.021", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73163", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73162, + "usage_id": 12 + }, + "9379.EG.022": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.022, B\u00fcro", "arch_name": "00.022@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "40", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73163", - "roomcode": "9379.EG.022", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73035", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73163, + "usage_id": 12 + }, + "9379.EG.023": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.023, B\u00fcro", "arch_name": "00.023@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "41", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73035", - "roomcode": "9379.EG.023", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73057", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73035, + "usage_id": 12 + }, + "9379.EG.024": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.024, B\u00fcro", "arch_name": "00.024@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "42", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73057", - "roomcode": "9379.EG.024", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73036", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73057, + "usage_id": 12 + }, + "9379.EG.025": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.025, B\u00fcro", "arch_name": "00.025@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "43", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73036", - "roomcode": "9379.EG.025", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73037", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73036, + "usage_id": 12 + }, + "9379.EG.026": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.026, B\u00fcro", "arch_name": "00.026@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "44", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73037", - "roomcode": "9379.EG.026", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73024", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73037, + "usage_id": 12 + }, + "9379.EG.029": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.029, EDV", "arch_name": "00.029@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "45", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73024", - "roomcode": "9379.EG.029", - "usage": 207 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73050", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73024, + "usage_id": 207 + }, + "9379.EG.030A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.0130A, WC-Damen", "arch_name": "00.0130A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "46", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73050", - "roomcode": "9379.EG.030A", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73022", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73050, + "usage_id": 115 + }, + "9379.EG.030B": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.030B, Putzraum", "arch_name": "00.030B@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "47", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73022", - "roomcode": "9379.EG.030B", - "usage": 205 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73021", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73022, + "usage_id": 205 + }, + "9379.EG.030C": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.030C, WC-Herren", "arch_name": "00.030C@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "48", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73021", - "roomcode": "9379.EG.030C", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73051", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73021, + "usage_id": 115 + }, + "9379.EG.031": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.031, B\u00fcro", "arch_name": "00.031@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "49", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73051", - "roomcode": "9379.EG.031", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73023", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73051, + "usage_id": 12 + }, + "9379.EG.032": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.032, Teek\u00fcche", "arch_name": "00.032@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "50", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73023", - "roomcode": "9379.EG.032", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73052", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73023, + "usage_id": 198 + }, + "9379.EG.033": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.033, B\u00fcro", "arch_name": "00.033@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "51", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73052", - "roomcode": "9379.EG.033", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73053", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73052, + "usage_id": 12 + }, + "9379.EG.034": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.034, B\u00fcro", "arch_name": "00.034@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "52", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73053", - "roomcode": "9379.EG.034", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73054", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73053, + "usage_id": 12 + }, + "9379.EG.035": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.035, B\u00fcro", "arch_name": "00.035@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "53", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73054", - "roomcode": "9379.EG.035", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73055", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73054, + "usage_id": 12 + }, + "9379.EG.036": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.036, B\u00fcro", "arch_name": "00.036@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "54", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73055", - "roomcode": "9379.EG.036", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73056", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73055, + "usage_id": 12 + }, + "9379.EG.037": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.037, B\u00fcro", "arch_name": "00.037@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "55", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73056", - "roomcode": "9379.EG.037", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73058", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73056, + "usage_id": 12 + }, + "9379.EG.038": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.038, B\u00fcro", "arch_name": "00.038@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "56", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73058", - "roomcode": "9379.EG.038", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73155", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73058, + "usage_id": 12 + }, + "9379.EG.071": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.071, Treppenhaus", "arch_name": "00.071@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "57", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73155", - "roomcode": "9379.EG.071", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73156", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73155, + "usage_id": 223 + }, + "9379.EG.072": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.072, Flur", "arch_name": "00.072@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "58", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73156", - "roomcode": "9379.EG.072", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73157", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73156, + "usage_id": 222 + }, + "9379.EG.074": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.074, Flur", "arch_name": "00.074@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "59", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73157", - "roomcode": "9379.EG.074", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73048", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73157, + "usage_id": 222 + }, + "9379.EG.075": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.075, Treppenhaus", "arch_name": "00.075@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "60", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73048", - "roomcode": "9379.EG.075", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, EG", - "address_link": "ris.einzelraum?raumkey=73049", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73048, + "usage_id": 223 + }, + "9379.EG.076": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "00.076, Flur", "arch_name": "00.076@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "61", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73049", - "roomcode": "9379.EG.076", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73010", + "area_id": 29, + "building_id": 2949, + "floor_level": "EG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73049, + "usage_id": 222 + }, + "9379.U1.001": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.001, Lager", "arch_name": "-1.001@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73010", - "roomcode": "9379.U1.001", - "usage": 30 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73011", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73010, + "usage_id": 30 + }, + "9379.U1.002": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.002, WC-Damen", "arch_name": "-1.002@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73011", - "roomcode": "9379.U1.002", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73012", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73011, + "usage_id": 116 + }, + "9379.U1.002A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.002A, WC-Damen", "arch_name": "-1.002A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73012", - "roomcode": "9379.U1.002A", - "usage": 116 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73143", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73012, + "usage_id": 116 + }, + "9379.U1.003": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.003, Heizung", "arch_name": "-1.003@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73143", - "roomcode": "9379.U1.003", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73013", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73143, + "usage_id": 120 + }, + "9379.U1.004": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.004, WC-Herren", "arch_name": "-1.004@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73013", - "roomcode": "9379.U1.004", - "usage": 115 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73145", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73013, + "usage_id": 115 + }, + "9379.U1.005": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.005, Putzraum", "arch_name": "-1.005@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73145", - "roomcode": "9379.U1.005", - "usage": 205 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73146", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73145, + "usage_id": 205 + }, + "9379.U1.006": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.006, Kopierer", "arch_name": "-1.006@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73146", - "roomcode": "9379.U1.006", - "usage": 110 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73147", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73146, + "usage_id": 110 + }, + "9379.U1.006A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.006A, Teek\u00fcche", "arch_name": "-1.006A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73147", - "roomcode": "9379.U1.006A", - "usage": 198 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73144", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73147, + "usage_id": 198 + }, + "9379.U1.007": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.007, Technik", "arch_name": "-1.007@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73144", - "roomcode": "9379.U1.007", - "usage": 120 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73154", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73144, + "usage_id": 120 + }, + "9379.U1.007A": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.007A, Putzraum", "arch_name": "-1.007A@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73154", - "roomcode": "9379.U1.007A", - "usage": 205 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73150", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73154, + "usage_id": 205 + }, + "9379.U1.008": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.008, B\u00fcro", "arch_name": "-1.008@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73150", - "roomcode": "9379.U1.008", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73151", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73150, + "usage_id": 12 + }, + "9379.U1.009": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.009, B\u00fcro", "arch_name": "-1.009@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73151", - "roomcode": "9379.U1.009", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73152", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73151, + "usage_id": 12 + }, + "9379.U1.010": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.010, B\u00fcro", "arch_name": "-1.010@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73152", - "roomcode": "9379.U1.010", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73153", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73152, + "usage_id": 12 + }, + "9379.U1.011": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.011, B\u00fcro", "arch_name": "-1.011@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73153", - "roomcode": "9379.U1.011", - "usage": 12 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73142", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73153, + "usage_id": 12 + }, + "9379.U1.071": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.071, Treppenhaus", "arch_name": "-1.071@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73142", - "roomcode": "9379.U1.071", - "usage": 223 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73148", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Stein", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73142, + "usage_id": 223 + }, + "9379.U1.072": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.072, Flur", "arch_name": "-1.072@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73148", - "roomcode": "9379.U1.072", - "usage": 222 - }, - { - "address": "Lise-Meitner-Str. 8, 1.UG", - "address_link": "ris.einzelraum?raumkey=73149", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73148, + "usage_id": 222 + }, + "9379.U1.073": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "alt_name": "-1.073, Flur", "arch_name": "-1.073@9379", - "b_area_id": 29, - "b_filter_id": 2949, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=73149", - "roomcode": "9379.U1.073", - "usage": 222 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=74227", + "area_id": 29, + "building_id": 2949, + "floor_level": "1.UG", + "floor_type": "Spannteppich", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 73149, + "usage_id": 222 + }, + "9380.EG.100": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "0.100, Hyperloop-Werkstatt", "arch_name": "0.100@9380", - "b_area_id": 29, - "b_filter_id": 3109, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74227", - "roomcode": "9380.EG.100", - "usage": 49 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=74228", + "area_id": 29, + "building_id": 3109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74227, + "usage_id": 49 + }, + "9380.EG.101": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "0.101, Hyperloop-Teststrecke", "arch_name": "0.101@9380", - "b_area_id": 29, - "b_filter_id": 3109, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74228", - "roomcode": "9380.EG.101", - "usage": 218 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=74229", + "area_id": 29, + "building_id": 3109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74228, + "usage_id": 218 + }, + "9380.EG.103": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "0.103, Hyperloop-Container 1", "arch_name": "0.103@9380", - "b_area_id": 29, - "b_filter_id": 3109, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74229", - "roomcode": "9380.EG.103", - "usage": 30 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=74230", + "area_id": 29, + "building_id": 3109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74229, + "usage_id": 30 + }, + "9380.EG.104": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "0.104, Hyperloop-Container 2", "arch_name": "0.104@9380", - "b_area_id": 29, - "b_filter_id": 3109, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74230", - "roomcode": "9380.EG.104", - "usage": 30 - }, - { - "address": "Caroline-Herschel-Str. 100, EG", - "address_link": "ris.einzelraum?raumkey=74231", + "area_id": 29, + "building_id": 3109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74230, + "usage_id": 30 + }, + "9380.EG.105": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "alt_name": "0.105, Hyperloop-Container 3", "arch_name": "0.105@9380", - "b_area_id": 29, - "b_filter_id": 3109, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "85521 Ottobrunn", - "room_link": "wbRaum.editRaum?pRaumNr=74231", - "roomcode": "9380.EG.105", - "usage": 30 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74380", + "area_id": 29, + "building_id": 3109, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74231, + "usage_id": 30 + }, + "9390.01.101": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.01, B\u00fcro", "arch_name": "1.01@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "17", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74380", - "roomcode": "9390.01.101", - "usage": 12 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74381", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74380, + "usage_id": 12 + }, + "9390.01.102": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.02, B\u00fcro", "arch_name": "1.02@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "18", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74381", - "roomcode": "9390.01.102", - "usage": 12 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74251", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74381, + "usage_id": 12 + }, + "9390.01.103": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.03, Seminarraum", "arch_name": "1.03@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "extended": { - "additional_description": "1.03, Seminarraum", - "address": "Claude-Dornier-Str. 1(9390), 1.Obergescho\u00df", - "architect_room_nr": "1.03@9390", - "area_m2": 55.95, - "building": "9390 Aviation Flight Test Center/Halle 507 (A", - "floor_number": "1.Obergescho\u00df", - "floor_type": "Keine Angabe", - "purpose": "Seminarraum (NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl)", - "room_number": "103", - "seats": 0, - "standing_places": 0, - "wheelchair_spaces": 0, - "zip_code_location": "82234 We\u00dfling" - }, - "list_index": "19", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74251", - "roomcode": "9390.01.103", - "usage": 41 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74252", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74251, + "usage_id": 41 + }, + "9390.01.104": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.04, Pausenraum/K\u00fcche", "arch_name": "1.04@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "20", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74252", - "roomcode": "9390.01.104", - "usage": 44 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74253", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74252, + "usage_id": 44 + }, + "9390.01.105": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.05, Lager", "arch_name": "1.05@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "21", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74253", - "roomcode": "9390.01.105", - "usage": 30 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74254", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74253, + "usage_id": 30 + }, + "9390.01.106": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "22", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74254", - "roomcode": "9390.01.106", - "usage": 12 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74255", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74254, + "usage_id": 12 + }, + "9390.01.107": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.07, B\u00fcro", "arch_name": "1.07@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "23", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74255", - "roomcode": "9390.01.107", - "usage": 12 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74256", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74255, + "usage_id": 12 + }, + "9390.01.108": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.08, B\u00fcro", "arch_name": "1.08@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "24", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74256", - "roomcode": "9390.01.108", - "usage": 12 - }, - { - "address": "Claude-Dornier-Str. 1, 1.OG", - "address_link": "ris.einzelraum?raumkey=74257", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74256, + "usage_id": 12 + }, + "9390.01.109": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "1.09, B\u00fcro", "arch_name": "1.09@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "25", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74257", - "roomcode": "9390.01.109", - "usage": 12 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74374", + "area_id": 29, + "building_id": 3129, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74257, + "usage_id": 12 + }, + "9390.EG.001": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.01, Sonderversuchshalle 507", "arch_name": "0.01@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "1", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74374", - "roomcode": "9390.EG.001", - "usage": 49 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74248", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74374, + "usage_id": 49 + }, + "9390.EG.002": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.02, Werkstatt 1", "arch_name": "0.02@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "2", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74248", - "roomcode": "9390.EG.002", - "usage": 51 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74247", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74248, + "usage_id": 51 + }, + "9390.EG.003": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.03, Werkstatt 2", "arch_name": "0.03@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "3", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74247", - "roomcode": "9390.EG.003", - "usage": 51 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74250", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74247, + "usage_id": 51 + }, + "9390.EG.004": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.04, Beh.-WC", "arch_name": "0.04@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "4", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74250", - "roomcode": "9390.EG.004", - "usage": 117 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74375", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74250, + "usage_id": 117 + }, + "9390.EG.005": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.05, Werkstatt 4", "arch_name": "0.05@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "5", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74375", - "roomcode": "9390.EG.005", - "usage": 51 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74372", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74375, + "usage_id": 51 + }, + "9390.EG.005A": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.05A, Putzraum", "arch_name": "0.05A@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "6", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74372", - "roomcode": "9390.EG.005A", - "usage": 117 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74373", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74372, + "usage_id": 117 + }, + "9390.EG.006": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.06, HA-Raum", "arch_name": "0.06@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "7", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74373", - "roomcode": "9390.EG.006", - "usage": 120 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74240", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74373, + "usage_id": 120 + }, + "9390.EG.007": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.07, Flur", "arch_name": "0.07@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "8", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74240", - "roomcode": "9390.EG.007", - "usage": 222 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74371", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74240, + "usage_id": 222 + }, + "9390.EG.008": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.08, WC-Damen", "arch_name": "0.08@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "9", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74371", - "roomcode": "9390.EG.008", - "usage": 116 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74370", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74371, + "usage_id": 116 + }, + "9390.EG.009": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.09, Umkleide Damen", "arch_name": "0.09@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "10", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74370", - "roomcode": "9390.EG.009", - "usage": 121 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74378", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74370, + "usage_id": 121 + }, + "9390.EG.010": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.10, Technik", "arch_name": "0.10@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "11", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74378", - "roomcode": "9390.EG.010", - "usage": 120 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74369", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74378, + "usage_id": 120 + }, + "9390.EG.011": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.11, WC-Herren", "arch_name": "0.11@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "12", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74369", - "roomcode": "9390.EG.011", - "usage": 115 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74379", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74369, + "usage_id": 115 + }, + "9390.EG.012": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.12, Umkleide Herren", "arch_name": "0.12@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "13", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74379", - "roomcode": "9390.EG.012", - "usage": 121 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74377", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74379, + "usage_id": 121 + }, + "9390.EG.013": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.13, Montageraum", "arch_name": "0.13@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "14", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74377", - "roomcode": "9390.EG.013", - "usage": 51 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74376", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74377, + "usage_id": 51 + }, + "9390.EG.014": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.14, Werkstatt 3", "arch_name": "0.14@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "15", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74376", - "roomcode": "9390.EG.014", - "usage": 51 - }, - { - "address": "Claude-Dornier-Str. 1, EG", - "address_link": "ris.einzelraum?raumkey=74249", + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74376, + "usage_id": 51 + }, + "9390.EG.090": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "alt_name": "0.90, Hallenvorfeldfreifl\u00e4che", "arch_name": "0.90@9390", - "b_area_id": 29, - "b_filter_id": 3129, - "calendar": null, - "list_index": "16", - "op_link": "webnav.navigate_to?corg=51837", - "operator": "[ TUS2DP1 ]", - "plz_place": "82234 We\u00dfling", - "room_link": "wbRaum.editRaum?pRaumNr=74249", - "roomcode": "9390.EG.090", - "usage": 218 + "area_id": 29, + "building_id": 3129, + "floor_level": "EG", + "floor_type": "Keine Angabe", + "main_operator_id": 51837, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 74249, + "usage_id": 218 } -] +} diff --git a/data/external/results/usages_tumonline.json b/data/external/results/usages_tumonline.json index a3a7acfc1..ad787082e 100644 --- a/data/external/results/usages_tumonline.json +++ b/data/external/results/usages_tumonline.json @@ -1,632 +1,927 @@ -[ - { - "din_277": "NF4.2 - Archive, Sammlungsr\u00e4ume", - "id": 2, +{ + "1": { + "din277_id": "TF8.4", + "din277_name": "Elektrische Stromversorgung", + "name": "Anlage eines Energieversorgungsunternehmens" + }, + "2": { + "din277_id": "NF4.2", + "din277_name": "Archive, Sammlungsr\u00e4ume", "name": "Archiv" }, - { - "din_277": "VF9.3 - Sch\u00e4chte f\u00fcr F\u00f6rderanlagen", - "id": 4, + "3": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Atelier" + }, + "4": { + "din277_id": "VF9.3", + "din277_name": "Sch\u00e4chte f\u00fcr F\u00f6rderanlagen", "name": "Aufzug" }, - { - "din_277": "TF8.6 - Aufzugs- und F\u00f6rderanlagen", - "id": 5, + "5": { + "din277_id": "TF8.6", + "din277_name": "Aufzugs- und F\u00f6rderanlagen", "name": "Aufzugsanlage" }, - { - "din_277": "VF9.2 - Treppen", - "id": 7, + "6": { + "din277_id": "NF5.6", + "din277_name": "Versammlungsr\u00e4ume", + "name": "Aula" + }, + "7": { + "din277_id": "VF9.2", + "din277_name": "Treppen", "name": "Au\u00dfenstiege" }, - { - "din_277": "NF3.2 - Werkst\u00e4tten", - "id": 9, + "8": { + "din277_id": "NF1.1", + "din277_name": "Wohnr\u00e4ume", + "name": "Balkon" + }, + "9": { + "din277_id": "NF3.2", + "din277_name": "Werkst\u00e4tten", "name": "Beobachterraum" }, - { - "din_277": "NF5.4 - Bibliotheksr\u00e4ume", - "id": 10, + "10": { + "din277_id": "NF5.4", + "din277_name": "Bibliotheksr\u00e4ume", "name": "Bibliothek" }, - { - "din_277": "NF2.1 - B\u00fcror\u00e4ume", - "id": 12, + "11": { + "din277_id": "NF3.5", + "din277_name": "Chemische, bakteriologische, morphologische Labors", + "name": "Brutraum" + }, + "12": { + "din277_id": "NF2.1", + "din277_name": "B\u00fcror\u00e4ume", "name": "B\u00fcro" }, - { - "din_277": "VF9.4 - Fahrzeugverkehrsfl\u00e4chen", - "id": 13, + "13": { + "din277_id": "VF9.4", + "din277_name": "Fahrzeugverkehrsfl\u00e4chen", "name": "Durchfahrt" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 15, + "14": { + "din277_id": "NF3.4", + "din277_name": "Physikalische, physikalisch-technische, elektrotechnische Labors", + "name": "Labor - EDV" + }, + "15": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Foyer" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 16, + "16": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Gang" }, - { - "din_277": "TF8.1 - Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten", - "id": 17, + "17": { + "din277_id": "TF8.1", + "din277_name": "Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten)", "name": "Gasanlage" }, - { - "din_277": "NF4.1 - Lagerr\u00e4ume", - "id": 18, + "18": { + "din277_id": "NF4.1", + "din277_name": "Lagerr\u00e4ume", "name": "Ger\u00e4teraum" }, - { - "din_277": "NF5.1 - Unterrichtsr\u00e4ume mit festem Gest\u00fchl", - "id": 20, + "19": { + "din277_id": "TF8.9", + "din277_name": "Sonstige betriebstechnische Anlagen", + "name": "Haustechnik" + }, + "20": { + "din277_id": "NF5.1", + "din277_name": "Unterrichtsr\u00e4ume mit festem Gest\u00fchl", "name": "H\u00f6rsaal" }, - { - "din_277": "NF7.6 - R\u00e4ume f\u00fcr zentrale Technik", - "id": 23, + "22": { + "din277_id": "NF5.1", + "din277_name": "Unterrichtsr\u00e4ume mit festem Gest\u00fchl", + "name": "H\u00f6rsaalnebenraum" + }, + "23": { + "din277_id": "NF7.6", + "din277_name": "R\u00e4ume f\u00fcr zentrale Technik", "name": "H\u00f6rsaaltechnik" }, - { - "din_277": "TF8.3 - Raumlufttechnische Anlagen", - "id": 25, + "24": { + "din277_id": "VF9.2", + "din277_name": "Treppen", + "name": "Innenstiege" + }, + "25": { + "din277_id": "TF8.3", + "din277_name": "Raumlufttechnische Anlagen", "name": "Klimatechnische Anlage" }, - { - "din_277": "NF3.8 - K\u00fcchen", - "id": 28, + "27": { + "din277_id": "TF8.5", + "din277_name": "Fernmeldetechnik", + "name": "Kommunikationstechnische Anlage" + }, + "28": { + "din277_id": "NF3.8", + "din277_name": "K\u00fcchen", "name": "K\u00fcche" }, - { - "din_277": "NF4.1 - Lagerr\u00e4ume", - "id": 30, + "29": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", + "name": "Labor" + }, + "30": { + "din277_id": "NF4.1", + "din277_name": "Lagerr\u00e4ume", "name": "Lager" }, - { - "din_277": "VF9.9 - Sonstige Verkehrsfl\u00e4chen", - "id": 31, + "31": { + "din277_id": "VF9.9", + "din277_name": "Sonstige Verkehrsfl\u00e4chen", "name": "Luftraum" }, - { - "din_277": "TF8.3 - Raumlufttechnische Anlagen", - "id": 32, + "32": { + "din277_id": "TF8.3", + "din277_name": "Raumlufttechnische Anlagen", "name": "Lufttechnische Anlage" }, - { - "din_277": "NF2.5 - Schalterr\u00e4ume", - "id": 34, + "33": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", + "name": "Me\u00dfraum" + }, + "34": { + "din277_id": "NF2.5", + "din277_name": "Schalterr\u00e4ume", "name": "Portierloge" }, - { - "din_277": "VF9.9 - Sonstige Verkehrsfl\u00e4chen", - "id": 36, + "35": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", + "name": "Pr\u00fcfstand" + }, + "36": { + "din277_id": "VF9.9", + "din277_name": "Sonstige Verkehrsfl\u00e4chen", "name": "Rampe" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 37, + "37": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "Sanit\u00e4rraum" }, - { - "din_277": "TF8.9 - Sonstige betriebstechnische Anlagen", - "id": 38, + "38": { + "din277_id": "TF8.9", + "din277_name": "Sonstige betriebstechnische Anlagen", "name": "Schacht" }, - { - "din_277": "NF2.1 - B\u00fcror\u00e4ume", - "id": 40, + "39": { + "din277_id": "NF7.7", + "din277_name": "Schutzr\u00e4ume", + "name": "Schutzraum" + }, + "40": { + "din277_id": "NF2.1", + "din277_name": "B\u00fcror\u00e4ume", "name": "Sekretariat" }, - { - "din_277": "NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 41, + "41": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Seminarraum" }, - { - "din_277": "NF2.3 - Besprechungsr\u00e4ume", - "id": 42, + "42": { + "din277_id": "NF2.3", + "din277_name": "Besprechungsr\u00e4ume", "name": "Sitzungszimmer" }, - { - "din_277": "NF1.2 - Gemeinschaftsr\u00e4ume", - "id": 44, + "44": { + "din277_id": "NF1.2", + "din277_name": "Gemeinschaftsr\u00e4ume", "name": "Sozialraum" }, - { - "din_277": "NF1.5 - Speiser\u00e4ume", - "id": 45, + "45": { + "din277_id": "NF1.5", + "din277_name": "Speiser\u00e4ume", "name": "Speiseraum" }, - { - "din_277": "TF8.4 - Elektrische Stromversorgung", - "id": 46, + "46": { + "din277_id": "TF8.4", + "din277_name": "Elektrische Stromversorgung", "name": "Starkstromanlage" }, - { - "din_277": "NF1.1 - Wohnr\u00e4ume", - "id": 48, + "47": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Studierbereich" + }, + "48": { + "din277_id": "NF1.1", + "din277_name": "Wohnr\u00e4ume", "name": "Terrasse" }, - { - "din_277": "NF3.3 - Technologische Labors", - "id": 49, + "49": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", "name": "Versuchshalle" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 50, + "50": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Vorraum" }, - { - "din_277": "NF3.2 - Werkst\u00e4tten", - "id": 51, + "51": { + "din277_id": "NF3.2", + "din277_name": "Werkst\u00e4tten", "name": "Werkstatt" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 52, + "52": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Windfang" }, - { - "din_277": "NF1.1 - Wohnr\u00e4ume", - "id": 53, + "53": { + "din277_id": "NF1.1", + "din277_name": "Wohnr\u00e4ume", "name": "Wohnung" }, - { - "din_277": "TF8.2 - Heizung und Brauchwasser-erw\u00e4rmung", - "id": 54, + "54": { + "din277_id": "TF8.2", + "din277_name": "Heizung und Brauchwasser-erw\u00e4rmung", "name": "W\u00e4rmetechnische Anlage" }, - { - "din_277": "NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 55, + "55": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Zeichensaal" }, - { - "din_277": "NF7.4 - Fahrzeugabstellfl\u00e4", - "id": 100, + "100": { + "din277_id": "NF7.4", + "din277_name": "Fahrzeugabstellfl\u00e4", "name": "Garage" }, - { - "din_277": "NF3.5 - Chemische, bakteriologische, morphologische Labors", - "id": 102, + "101": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", + "name": "Reinigung" + }, + "102": { + "din277_id": "NF3.5", + "din277_name": "Chemische, bakteriologische, morphologische Labors", "name": "Labor - Chemie" }, - { - "din_277": "NF3.4 - Physikalische, physikalisch-technische, elektrotechnische Labors", - "id": 103, + "103": { + "din277_id": "NF3.4", + "din277_name": "Physikalische, physikalisch-technische, elektrotechnische Labors", "name": "Labor - Physik" }, - { - "din_277": "NF2.8 - B\u00fcrotechnikr\u00e4ume", - "id": 104, + "104": { + "din277_id": "NF2.8", + "din277_name": "B\u00fcrotechnikr\u00e4ume", "name": "Labor - Foto" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 105, + "105": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Schleuse" }, - { - "din_277": "NF3.6 - R\u00e4ume f\u00fcr Tierhaltung", - "id": 106, + "106": { + "din277_id": "NF3.6", + "din277_name": "R\u00e4ume f\u00fcr Tierhaltung", "name": "Tierstall" }, - { - "din_277": "NF3.2 - Werkst\u00e4tten", - "id": 107, + "107": { + "din277_id": "NF3.2", + "din277_name": "Werkst\u00e4tten", "name": "Tischlerei" }, - { - "din_277": "NF3.2 - Werkst\u00e4tten", - "id": 108, + "108": { + "din277_id": "NF3.2", + "din277_name": "Werkst\u00e4tten", "name": "Metallverarbeitung" }, - { - "din_277": "NF2.8 - B\u00fcrotechnikr\u00e4ume", - "id": 110, + "109": { + "din277_id": "NF3.2", + "din277_name": "Werkst\u00e4tten", + "name": "Druckerei" + }, + "110": { + "din277_id": "NF2.8", + "din277_name": "B\u00fcrotechnikr\u00e4ume", "name": "Kopierraum" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 112, + "111": { + "din277_id": "NF1.2", + "din277_name": "Gemeinschaftsr\u00e4ume", + "name": "Reinigung-Aufenthalt" + }, + "112": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "Bad" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 113, + "113": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "Dusche" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 114, + "114": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "WC" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 115, + "115": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "WC Herren" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 116, + "116": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "WC Damen" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 117, + "117": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "WC Barrierefrei" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 118, + "118": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "WC Vorraum" }, - { - "din_277": "TF8.9 - Sonstige betriebstechnische Anlagen", - "id": 120, + "119": { + "din277_id": "TF8.4", + "din277_name": "Elektrische Stromversorgung", + "name": "Energieversorgungskanal" + }, + "120": { + "din277_id": "TF8.9", + "din277_name": "Sonstige betriebstechnische Anlagen", "name": "Geb\u00e4udeleittechnik" }, - { - "din_277": "NF7.2 - Garderoben", - "id": 121, + "121": { + "din277_id": "NF7.2", + "din277_name": "Garderoben", "name": "Garderobe" }, - { - "din_277": "NF6.2 - R\u00e4ume mit besonderer medizinischer Ausstattung", - "id": 124, + "122": { + "din277_id": "NF3.4", + "din277_name": "Physikalische, physikalisch-technische, elektrotechnische Labors", + "name": "Labor - Elektronik" + }, + "123": { + "din277_id": "VF9.9", + "din277_name": "Sonstige Verkehrsfl\u00e4chen", + "name": "Lichtschacht" + }, + "124": { + "din277_id": "NF6.2", + "din277_name": "R\u00e4ume mit besonderer medizinischer Ausstattung", "name": "Raum mit medizin. Ausstattung" }, - { - "din_277": "NF5.7 - B\u00fchnen-, Studior\u00e4ume", - "id": 125, + "125": { + "din277_id": "NF5.7", + "din277_name": "B\u00fchnen-, Studior\u00e4ume", "name": "B\u00fchnen-, Studioraum" }, - { - "din_277": "NF5.5 - Sportr\u00e4ume", - "id": 128, + "126": { + "din277_id": "NF3.4", + "din277_name": "Physikalische, physikalisch-technische, elektrotechnische Labors", + "name": "Tonstudio" + }, + "127": { + "din277_id": "NF5.7", + "din277_name": "B\u00fchnen-, Studior\u00e4ume", + "name": "Konzertsaal" + }, + "128": { + "din277_id": "NF5.5", + "din277_name": "Sportr\u00e4ume", "name": "Sportraum" }, - { - "din_277": "NF5.9 - Sakralr\u00e4ume", - "id": 129, + "129": { + "din277_id": "NF5.9", + "din277_name": "Sakralr\u00e4ume", "name": "Sakralraum" }, - { - "din_277": "NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 130, + "130": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Unterrichtsraum" }, - { - "din_277": "NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 131, + "131": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "\u00dcbungsraum" }, - { - "din_277": "NF4.1 - Lagerr\u00e4ume", - "id": 132, + "132": { + "din277_id": "NF4.1", + "din277_name": "Lagerr\u00e4ume", "name": "Chemikalienlager" }, - { - "din_277": "NF2.8 - B\u00fcrotechnikr\u00e4ume", - "id": 133, + "133": { + "din277_id": "NF2.8", + "din277_name": "B\u00fcrotechnikr\u00e4ume", "name": "EDV-Raum" }, - { - "din_277": "NF5.3 - Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 135, + "134": { + "din277_id": "TF8.9", + "din277_name": "Sonstige betriebstechnische Anlagen", + "name": "Technikraum" + }, + "135": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Sprachlabor" }, - { - "din_277": "NF3.1 - Werkhallen", - "id": 136, + "136": { + "din277_id": "NF3.1", + "din277_name": "Werkhallen", "name": "Vorbereitungsraum" }, - { - "din_277": "NF7.9 - Sonstige R\u00e4ume", - "id": 137, + "137": { + "din277_id": "NF7.9", + "din277_name": "Sonstige R\u00e4ume", "name": "Dachterrasse" }, - { - "din_277": "NF1.5 - Speiser\u00e4ume", - "id": 139, + "138": { + "din277_id": "NF7.9", + "din277_name": "Sonstige R\u00e4ume", + "name": "Hubschrauberlandeplatz" + }, + "139": { + "din277_id": "NF1.5", + "din277_name": "Speiser\u00e4ume", "name": "Cafeteria" }, - { - "din_277": "NF2.3 - Besprechungsr\u00e4ume", - "id": 142, + "140": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", + "name": "Mikroskopiersaal" + }, + "141": { + "din277_id": "NF6.2", + "din277_name": "R\u00e4ume mit besonderer medizinischer Ausstattung", + "name": "Seziersaal" + }, + "142": { + "din277_id": "NF2.3", + "din277_name": "Besprechungsr\u00e4ume", "name": "Konferenzraum" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 145, + "143": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Studierlokal" + }, + "144": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", + "name": "Phantomraum" + }, + "145": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Halle" }, - { - "din_277": "NF1.2 - Gemeinschaftsr\u00e4ume", - "id": 146, + "146": { + "din277_id": "NF1.2", + "din277_name": "Gemeinschaftsr\u00e4ume", "name": "Kindergarten" }, - { - "din_277": "NF1.5 - Speiser\u00e4ume", - "id": 147, + "147": { + "din277_id": "NF1.5", + "din277_name": "Speiser\u00e4ume", "name": "Mensa" }, - { - "din_277": "NF5.8 - Schaur\u00e4ume", - "id": 148, + "148": { + "din277_id": "NF5.8", + "din277_name": "Schaur\u00e4ume", "name": "Ausstellungssaal" }, - { - "din_277": "NF5.4 - Bibliotheksr\u00e4ume", - "id": 150, + "149": { + "din277_id": "NF6.1", + "din277_name": "R\u00e4ume mit allgemeiner medizinischer Ausstattung", + "name": "Station" + }, + "150": { + "din277_id": "NF5.4", + "din277_name": "Bibliotheksr\u00e4ume", "name": "Lesesaal" }, - { - "din_277": "NF3.4 - Physikalische, physikalisch-technische, elektrotechnische Labors", - "id": 153, + "151": { + "din277_id": "TF8.5", + "din277_name": "Fernmeldetechnik", + "name": "Telefonzelle" + }, + "152": { + "din277_id": "NF3.4", + "din277_name": "Physikalische, physikalisch-technische, elektrotechnische Labors", + "name": "Labor - Audio" + }, + "153": { + "din277_id": "NF3.4", + "din277_name": "Physikalische, physikalisch-technische, elektrotechnische Labors", "name": "Labor - Video" }, - { - "din_277": "NF3.1 - Werkhallen", - "id": 155, + "154": { + "din277_id": "NF5.8", + "din277_name": "Schaur\u00e4ume", + "name": "Galerie" + }, + "155": { + "din277_id": "NF3.1", + "din277_name": "Werkhallen", "name": "Werkhalle" }, - { - "din_277": "VF9.9 - Sonstige Verkehrsfl\u00e4chen", - "id": 157, + "156": { + "din277_id": "NF7.4", + "din277_name": "Fahrzeugabstellfl\u00e4", + "name": "Tiefgarage" + }, + "157": { + "din277_id": "VF9.9", + "din277_name": "Sonstige Verkehrsfl\u00e4chen", "name": "Garten" }, - { - "din_277": "NF7.3 - Abstellr\u00e4ume", - "id": 159, + "158": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Tanzsaal" + }, + "159": { + "din277_id": "NF7.3", + "din277_name": "Abstellr\u00e4ume", "name": "Abstellraum" }, - { - "din_277": "TF8.4 - Elektrische Stromversorgung", - "id": 160, + "160": { + "din277_id": "TF8.4", + "din277_name": "Elektrische Stromversorgung", "name": "Elektrische Stromversorgung" }, - { - "din_277": "NF5.4 - Bibliotheksr\u00e4ume", - "id": 161, + "161": { + "din277_id": "NF5.4", + "din277_name": "Bibliotheksr\u00e4ume", "name": "Film und AV-Medien" }, - { - "din_277": "NF4.5 - Verkaufsr\u00e4ume", - "id": 164, + "162": { + "din277_id": "NF5.4", + "din277_name": "Bibliotheksr\u00e4ume", + "name": "Diathek" + }, + "163": { + "din277_id": "NF5.4", + "din277_name": "Bibliotheksr\u00e4ume", + "name": "Videothek" + }, + "164": { + "din277_id": "NF4.5", + "din277_name": "Verkaufsr\u00e4ume", "name": "Gesch\u00e4ftsraum" }, - { - "din_277": "NF3.7 - R\u00e4ume f\u00fcr Pflanzenzucht", - "id": 166, + "165": { + "din277_id": "NF4.5", + "din277_name": "Verkaufsr\u00e4ume", + "name": "Kiosk" + }, + "166": { + "din277_id": "NF3.7", + "din277_name": "R\u00e4ume f\u00fcr Pflanzenzucht", "name": "Glas-, Gew\u00e4chshaus" }, - { - "din_277": "NF3.6 - R\u00e4ume f\u00fcr Tierhaltung", - "id": 167, + "167": { + "din277_id": "NF3.6", + "din277_name": "R\u00e4ume f\u00fcr Tierhaltung", "name": "Stall" }, - { - "din_277": "NF3.6 - R\u00e4ume f\u00fcr Tierhaltung", - "id": 168, + "168": { + "din277_id": "NF3.6", + "din277_name": "R\u00e4ume f\u00fcr Tierhaltung", "name": "Futteraufbereitung" }, - { - "din_277": "NF3.5 - Chemische, bakteriologische, morphologische Labors", - "id": 172, + "169": { + "din277_id": "NF3.6", + "din277_name": "R\u00e4ume f\u00fcr Tierhaltung", + "name": "Aquarium" + }, + "170": { + "din277_id": "NF7.9", + "din277_name": "Sonstige R\u00e4ume", + "name": "Grotte" + }, + "171": { + "din277_id": "NF3.5", + "din277_name": "Chemische, bakteriologische, morphologische Labors", + "name": "Labor - Medizin" + }, + "172": { + "din277_id": "NF3.5", + "din277_name": "Chemische, bakteriologische, morphologische Labors", "name": "Labor - Biologie" }, - { - "din_277": "NF6.3 - R\u00e4ume f\u00fcr operative Eingriffe, Endoskopien und Entbindungen", - "id": 177, + "173": { + "din277_id": "NF3.5", + "din277_name": "Chemische, bakteriologische, morphologische Labors", + "name": "Labor - Gerichtsmedizin" + }, + "174": { + "din277_id": "NF3.5", + "din277_name": "Chemische, bakteriologische, morphologische Labors", + "name": "Labor - Sportmedizin" + }, + "175": { + "din277_id": "NF6.4", + "din277_name": "R\u00e4ume f\u00fcr Strahlendiagnostik", + "name": "R\u00f6ntgendiagnostik" + }, + "176": { + "din277_id": "NF6.6", + "din277_name": "R\u00e4ume f\u00fcr Physiotherapie und Rehabilitation", + "name": "Physiotherapie und Rehabiliation" + }, + "177": { + "din277_id": "NF6.3", + "din277_name": "R\u00e4ume f\u00fcr operative Eingriffe, Endoskopien und Entbindungen", "name": "Operationsraum" }, - { - "din_277": "NF6.1 - R\u00e4ume mit allgemeiner medizinischer Ausstattung", - "id": 178, + "178": { + "din277_id": "NF6.1", + "din277_name": "R\u00e4ume mit allgemeiner medizinischer Ausstattung", "name": "Behandlungsraum" }, - { - "din_277": "NF7.3 - Abstellr\u00e4ume", - "id": 179, + "179": { + "din277_id": "NF7.3", + "din277_name": "Abstellr\u00e4ume", "name": "Fahrradraum" }, - { - "din_277": "NF4.4 - Annahme- und Ausgaber\u00e4ume", - "id": 180, + "180": { + "din277_id": "NF4.4", + "din277_name": "Annahme- und Ausgaber\u00e4ume", "name": "Poststelle" }, - { - "din_277": "NF3.9 - Sonderarbeitsr\u00e4ume", - "id": 181, + "181": { + "din277_id": "NF3.9", + "din277_name": "Sonderarbeitsr\u00e4ume", "name": "W\u00e4scherei" }, - { - "din_277": "TF8.1 - Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten", - "id": 182, + "182": { + "din277_id": "TF8.1", + "din277_name": "Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten)", "name": "Wasseraufbereitung" }, - { - "din_277": "TF8.1 - Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten", - "id": 183, + "183": { + "din277_id": "TF8.1", + "din277_name": "Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten)", "name": "Wassertechnische Anlage" }, - { - "din_277": "TF8.1 - Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten", - "id": 184, + "184": { + "din277_id": "TF8.1", + "din277_name": "Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten)", "name": "Neutralisationsanlage" }, - { - "din_277": "NF4.4 - Annahme- und Ausgaber\u00e4ume", - "id": 186, + "185": { + "din277_id": "TF8.1", + "din277_name": "Abwasseraufbereitung und Beseitigung Wasserversorgung Gase (au\u00dfer f\u00fcr Heizzwecke) und Fl\u00fcssigkeiten)", + "name": "Sandfilter" + }, + "186": { + "din277_id": "NF4.4", + "din277_name": "Annahme- und Ausgaber\u00e4ume", "name": "Anlieferung" }, - { - "din_277": "NF4.2 - Archive, Sammlungsr\u00e4ume", - "id": 187, + "187": { + "din277_id": "NF4.2", + "din277_name": "Archive, Sammlungsr\u00e4ume", "name": "Lehrmittelraum" }, - { - "din_277": "NF5.3 - Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 188, + "188": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Musikunterricht" }, - { - "din_277": "NF5.4 - Bibliotheksr\u00e4ume", - "id": 190, + "189": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Instrumentalunterricht" + }, + "190": { + "din277_id": "NF5.4", + "din277_name": "Bibliotheksr\u00e4ume", "name": "Freihandbibliothek" }, - { - "din_277": "NF5.5 - Sportr\u00e4ume", - "id": 191, + "191": { + "din277_id": "NF5.5", + "din277_name": "Sportr\u00e4ume", "name": "Turnsaal" }, - { - "din_277": "NF5.5 - Sportr\u00e4ume", - "id": 192, + "192": { + "din277_id": "NF5.5", + "din277_name": "Sportr\u00e4ume", "name": "Schwimmhalle" }, - { - "din_277": "NF3.3 - Technologische Labors", - "id": 194, + "193": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Werkraum" + }, + "194": { + "din277_id": "NF3.3", + "din277_name": "Technologische Labors", "name": "Labor (Technik)" }, - { - "din_277": "VF9.3 - Sch\u00e4chte f\u00fcr F\u00f6rderanlagen", - "id": 195, + "195": { + "din277_id": "VF9.3", + "din277_name": "Sch\u00e4chte f\u00fcr F\u00f6rderanlagen", "name": "Aufzugsschacht" }, - { - "din_277": "NF2.3 - Besprechungsr\u00e4ume", - "id": 196, + "196": { + "din277_id": "NF2.3", + "din277_name": "Besprechungsr\u00e4ume", "name": "Besprechungsraum" }, - { - "din_277": "NF3.6 - R\u00e4ume f\u00fcr Tierhaltung", - "id": 197, + "197": { + "din277_id": "NF3.6", + "din277_name": "R\u00e4ume f\u00fcr Tierhaltung", "name": "Tierhaltung" }, - { - "din_277": "NF3.8 - K\u00fcchen", - "id": 198, + "198": { + "din277_id": "NF3.8", + "din277_name": "K\u00fcchen", "name": "Teek\u00fcche" }, - { - "din_277": "NF4.3 - K\u00fchlr\u00e4ume", - "id": 199, + "199": { + "din277_id": "NF4.3", + "din277_name": "K\u00fchlr\u00e4ume", "name": "K\u00fchlraum" }, - { - "din_277": "NF4.9 - Sonstige Lagerr\u00e4ume", - "id": 200, + "200": { + "din277_id": "NF4.9", + "din277_name": "Sonstige Lagerr\u00e4ume", "name": "Sonstiger Lagerraum" }, - { - "din_277": "TF8.2 - Heizung und Brauchwasser-erw\u00e4rmung", - "id": 201, + "201": { + "din277_id": "TF8.2", + "din277_name": "Heizung und Brauchwasser-erw\u00e4rmung", "name": "Heizungsanlage" }, - { - "din_277": "TF8.5 - Fernmeldetechnik", - "id": 202, + "202": { + "din277_id": "TF8.5", + "din277_name": "Fernmeldetechnik", "name": "Fernmeldetechnik" }, - { - "din_277": "VF9.2 - Treppen", - "id": 203, + "203": { + "din277_id": "VF9.2", + "din277_name": "Treppen", "name": "Stiege" }, - { - "din_277": "VF9.4 - Fahrzeugverkehrsfl\u00e4chen", - "id": 204, + "204": { + "din277_id": "VF9.4", + "din277_name": "Fahrzeugverkehrsfl\u00e4chen", "name": "Fahrzeugverkehrsfl\u00e4che" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 205, + "205": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "Putzraum" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 206, + "206": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Gang (Galerie)" }, - { - "din_277": "TF8.9 - Sonstige betriebstechnische Anlagen", - "id": 207, + "207": { + "din277_id": "TF8.9", + "din277_name": "Sonstige betriebstechnische Anlagen", "name": "Serverraum" }, - { - "din_277": "NF5.2 - Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 208, + "208": { + "din277_id": "NF5.2", + "din277_name": "Allgemeine Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Studentenarbeitsraum" }, - { - "din_277": "NF3.9 - Sonderarbeitsr\u00e4ume", - "id": 209, + "209": { + "din277_id": "NF3.9", + "din277_name": "Sonderarbeitsr\u00e4ume", "name": "Sonderarbeitsraum" }, - { - "din_277": "NF7.1 - Sanit\u00e4rr\u00e4ume", - "id": 210, + "210": { + "din277_id": "NF7.1", + "din277_name": "Sanit\u00e4rr\u00e4ume", "name": "Waschraum" }, - { - "din_277": "NF5.3 - Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 211, + "211": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Praktikumsraum - Physik" }, - { - "din_277": "NF5.3 - Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 212, + "212": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Praktikumsraum - Chemie" }, - { - "din_277": "NF5.3 - Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", - "id": 213, + "213": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", "name": "Praktikumsraum - EDV" }, - { - "din_277": "NF7.3 - Abstellr\u00e4ume", - "id": 214, + "214": { + "din277_id": "NF7.3", + "din277_name": "Abstellr\u00e4ume", "name": "M\u00fcllsammelraum" }, - { - "din_277": "NF7.3 - Abstellr\u00e4ume", - "id": 215, + "215": { + "din277_id": "NF7.3", + "din277_name": "Abstellr\u00e4ume", "name": "M\u00fcll-/Wertstoffcontainer" }, - { - "din_277": "NF7.3 - Abstellr\u00e4ume", - "id": 216, + "216": { + "din277_id": "NF7.3", + "din277_name": "Abstellr\u00e4ume", "name": "Abfallsammelstation" }, - { - "din_277": "NF7.9 - Sonstige R\u00e4ume", - "id": 217, + "217": { + "din277_id": "NF7.9", + "din277_name": "Sonstige R\u00e4ume", "name": "Freifl\u00e4che" }, - { - "din_277": "NF7.9 - Sonstige R\u00e4ume", - "id": 218, + "218": { + "din277_id": "NF7.9", + "din277_name": "Sonstige R\u00e4ume", "name": "Freiluftfl\u00e4che" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 219, + "219": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Fluchtweg" }, - { - "din_277": "VF9.1 - Flure, Hallen", - "id": 222, + "220": { + "din277_id": "NF5.5", + "din277_name": "Sportr\u00e4ume", + "name": "Sporthalle" + }, + "221": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Ensembleraum" + }, + "222": { + "din277_id": "VF9.1", + "din277_name": "Flure, Hallen", "name": "Flur" }, - { - "din_277": "VF9.2 - Treppen", - "id": 223, + "223": { + "din277_id": "VF9.2", + "din277_name": "Treppen", "name": "Treppenhaus" + }, + "224": { + "din277_id": "NF6.1", + "din277_name": "R\u00e4ume mit allgemeiner medizinischer Ausstattung", + "name": "Untersuchungsraum" + }, + "225": { + "din277_id": "NF3.9", + "din277_name": "Sonderarbeitsr\u00e4ume", + "name": "Labor - Psychologie" + }, + "226": { + "din277_id": "NF7.9", + "din277_name": "Sonstige R\u00e4ume", + "name": "Dachboden" + }, + "227": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Forum" + }, + "228": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Praktikumsraum" + }, + "229": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Mediengest\u00fctzter Unterrichtsraum" + }, + "230": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Musik-/Sprechunterrichtsraum" + }, + "231": { + "din277_id": "NF5.3", + "din277_name": "Besondere Unterrichts- und \u00dcbungsr\u00e4ume ohne festes Gest\u00fchl", + "name": "Praxisraum" + }, + "232": { + "din277_id": "NF1.2", + "din277_name": "Gemeinschaftsr\u00e4ume", + "name": "Kommunikationszone" } -] +} diff --git a/data/external/scrapers/tumonline.py b/data/external/scrapers/tumonline.py index d3baf9f9f..f38d44a35 100644 --- a/data/external/scrapers/tumonline.py +++ b/data/external/scrapers/tumonline.py @@ -1,195 +1,102 @@ -# This script takes care of downloading data from the Roomfinder and TUMonline -# and caching the results -import functools import json import logging -import random -import re +import os import typing -from pathlib import Path import backoff import requests -from bs4 import BeautifulSoup, element -from defusedxml import ElementTree as ET -from tqdm import tqdm +from oauthlib.oauth2 import BackendApplicationClient +from requests_oauthlib import OAuth2Session -from external.scraping_utils import CACHE_PATH, maybe_sleep +from external.scraping_utils import CACHE_PATH TUMONLINE_URL = "https://campus.tum.de/tumonline" +CONNECTUM_URL = f"{TUMONLINE_URL}/co/connectum" -def _scrape_areas() -> list[dict[str, typing.Any]]: - """Retrieve the building areas as in TUMonline.""" - filters = _get_roomsearch_xml( - _get_tumonline_api_url("wbSuche.cbRaumForm"), - {"pGebaeudebereich": 0}, - "filter/empty.xml", - ) - - return [{"id": int(attrs), "name": text} for (attrs, text) in _parse_filter_options(filters, "pGebaeudebereich")] - - -def scrape_usages_filter() -> list[dict[str, typing.Any]]: +def _generate_oauth_headers() -> dict[typing.Literal["Authorization"], str]: """ - Retrieve the room usage types that are available as a filter (not all usages) in TUMonline. + Generate the OAuth token and packs it into a header form for easier consumption. - :returns: A list of usage types together with their id + This is safe, because the token is valid for 300s and no downloading will take more than this amount. """ - filters = _get_roomsearch_xml( - _get_tumonline_api_url("wbSuche.cbRaumForm"), - {"pVerwendung": 0}, - "filter/empty.xml", - ) + token_url = f"{TUMONLINE_URL}/co/public/sec/auth/realms/CAMPUSonline/protocol/openid-connect/token" + oauth_client_id = os.environ.get("CONNECTUM_OAUTH_CLIENT_ID") + assert oauth_client_id is not None, "requests to connectum need CONNECTUM_OAUTH_CLIENT_ID specified" + oauth_client_secret = os.environ.get("CONNECTUM_OAUTH_CLIENT_SECRET") + assert oauth_client_secret is not None, "requests to connectum need CONNECTUM_OAUTH_CLIENT_SECRET specified" - return [{"id": int(attrs), "name": text} for (attrs, text) in _parse_filter_options(filters, "pVerwendung")] + oauth_client = BackendApplicationClient(client_id=oauth_client_id) + oauth_session = OAuth2Session(client=oauth_client) + token = oauth_session.fetch_token(token_url=token_url, client_id=oauth_client_id, client_secret=oauth_client_secret) + assert token is not None + return {"Authorization": f"Bearer {token['access_token']}"} -def scrape_buildings() -> None: - """ - Retrieve the buildings as in TUMonline with their assigned TUMonline area. - This may retrieve TUMonline areas. - """ - areas = _scrape_areas() - logging.info("Scraping the buildings of tumonline") - filters = _get_roomsearch_xml( - _get_tumonline_api_url("wbSuche.cbRaumForm"), - {"pGebaeudebereich": 0}, - "filter/empty.xml", - ) - all_buildings = _parse_filter_options(filters, "pGebaeude") +OAUTH_HEADERS = _generate_oauth_headers() - buildings: list[typing.Any] = [] - for area in areas: - filters_area = _get_roomsearch_xml( - _get_tumonline_api_url("wbSuche.cbRaumForm"), - {"pGebaeudebereich": area["id"]}, - f"filter/area_{area['id']}.xml", - ) - buildings_area = _parse_filter_options(filters_area, "pGebaeude") - buildings.extend( - { - "filter_id": int(attrs), - "name": text, - "area_id": area["id"], - } - for (attrs, text) in buildings_area - ) - # Not observed so far, I assume all buildings have an assigned area - if len(buildings) != len(all_buildings): - logging.warning("Not all buildings have an assigned area. Buildings without an area are discarded") - buildings = sorted(buildings, key=lambda b: (b["name"], b["area_id"], b["filter_id"])) +@backoff.on_exception(backoff.expo, requests.exceptions.RequestException) +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["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 = {f"{r.pop('building_id'):04d}": _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) +@backoff.on_exception(backoff.expo, requests.exceptions.RequestException) def scrape_rooms() -> None: - """ - Retrieve the rooms as in TUMonline including building and usage type. - - For some room types (e.g. lecture halls) additional information is retrieved. - """ - # To get both area/building and usage type for all buildings without needing to - # query the details of all >30k rooms, the rooms are queried two times. - # First for every area and building, second for every usage type. - # This means that every room should be in a list exactly two times. - # With 30k rooms this means over 1000 requests (max 30 rooms per page) - - # For these usages additional information is retrieved. - extend_for_usages = { - 20, # lecture hall - 41, # seminar room - 55, # Zeichensaal - 130, # Unterrichtsraum - 131, # Übungsraum - } - - with open(CACHE_PATH / "buildings_tumonline.json", encoding="utf-8") as file: - buildings = json.load(file) - - logging.info("Scraping the rooms of tumonline") - room_index = {} - for building in tqdm(buildings, desc="Downloading the roomlist per building", unit="building"): - b_rooms = _retrieve_roomlist( - f_type="building", - f_name="pGebaeude", - f_value=building["filter_id"], - area_id=building["area_id"], - ) - for room in b_rooms: - room["b_filter_id"] = building["filter_id"] - room["b_area_id"] = building["area_id"] - room_index[room["roomcode"]] = room + """Retrieve the rooms as in TUMonline""" + logging.info("Downloading the rooms of tumonline") + + def _sanitise_room_value(val: dict) -> dict: + val["tumonline_id"] = val.pop("nr") # tumonline id for this room, not really relevant in our context + val.pop("room_code") + val["address"] = { + "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), + "standing": val.pop("standing_seats", None), + } + return val - # Only a few usage types are named in the filter, however with their id it's also possible - # to filter for other usage types. That's why we try them out. - rooms = [] - usage_ids = list(range(1, 301)) # Observed: usage ids go up to 223, the limit below is for safety - for usage_id in tqdm(usage_ids, desc="Extend the rooms by their usage", unit="usage"): - if len(rooms) >= len(room_index): - break - u_rooms = _retrieve_roomlist(f_type="usage", f_name="pVerwendung", f_value=usage_id, area_id=0) - for room in u_rooms: - roomcode = room["roomcode"] - try: - room_index[roomcode]["usage"] = usage_id - except KeyError: - logging.warning( - f"ignoring unknown room {roomcode} in the usage assignment. " - "We have likely missed it during the first part" - ) - continue - if usage_id in extend_for_usages: - system_id = room_index[roomcode]["room_link"][24:] - room_index[roomcode]["extended"] = _retrieve_roominfo(system_id) - rooms.append(room_index[roomcode]) - usage_id += 1 + rooms = requests.get(f"{CONNECTUM_URL}/api/rooms", headers=OAUTH_HEADERS, timeout=30).json() + rooms = {r["room_code"]: _sanitise_room_value(r) for r in rooms} - rooms = sorted(rooms, key=lambda r: (r["roomcode"], r["list_index"])) with open(CACHE_PATH / "rooms_tumonline.json", "w", encoding="utf-8") as file: json.dump(rooms, file, indent=2, sort_keys=True) -class Usage(typing.TypedDict): - id: str - name: str - din_277: str +def _clean_spaces(_string: str) -> str: + """Remove leading and trailing spaces as well as duplicate spaces in-between""" + return " ".join(_string.split()) +@backoff.on_exception(backoff.expo, requests.exceptions.RequestException) def scrape_usages() -> None: """Retrieve all usage types available in TUMonline.""" - with open(CACHE_PATH / "rooms_tumonline.json", encoding="utf-8") as file: - rooms = json.load(file) - - logging.info("Scraping the room-usages of tumonline") - - used_usage_types: dict[str, typing.Any] = {} - for room in rooms: - if room["usage"] not in used_usage_types: - used_usage_types[room["usage"]] = room + logging.info("Downloading the usage types of tumonline") - usages: list[Usage] = [] - for usage_type, example_room in used_usage_types.items(): - # room links start with "wbRaum.editRaum?pRaumNr=..." - system_id = example_room["room_link"][24:] - roominfo = _retrieve_roominfo(system_id) - - purpose: str = roominfo["purpose"] - parts = [] - for prefix in ["(NF", "(VF", "(TF"]: - if prefix in purpose: - parts = purpose.split(prefix, 2) - parts[1] = prefix + parts[1] - break - if len(parts) != 2: - logging.warning(f"Unknown usage specification: {purpose}") - continue - usage_name = parts[0].strip() - usage_din_277 = parts[1].strip("()") - usages.append(Usage(id=usage_type, name=usage_name, din_277=usage_din_277)) - usages = sorted(usages, key=lambda usage: usage["id"]) + usages = requests.get(f"{CONNECTUM_URL}/api/rooms/usages", headers=OAUTH_HEADERS, timeout=30).json() + usages = {u.pop("id"): u for u in usages} with open(CACHE_PATH / "usages_tumonline.json", "w", encoding="utf-8") as file: json.dump(usages, file, indent=2, sort_keys=True) @@ -202,252 +109,24 @@ def scrape_orgs(lang: typing.Literal["de", "en"]) -> None: :params lang: 'en' or 'de' """ logging.info("Scraping the orgs of tumonline") + # There is also this URL, which is used to retrieve orgs that have courses, # but this is not merged in at the moment: # https://campus.tum.de/tumonline/ee/rest/brm.orm.search/organisations/chooser?$language=de&view=S_COURSE_LVEAB_ORG url = f"{TUMONLINE_URL}/ee/rest/brm.orm.search/organisations?q=*&$language={lang}" - headers = {"Accept": "application/json"} - - # This is a single request, so not cached - req = requests.get(url, headers=headers, timeout=30) - if req.status_code != 200: - raise RuntimeError(f"Failed to download organisations.\nrequest={req}\nrequest.text={req.text}") - - data = json.loads(req.text) - try: - results = data["resource"] - except KeyError as error: - raise RuntimeError(error) from error + req = requests.get(url, headers={"Accept": "application/json"}, timeout=30) + assert req.status_code == 200, f"Failed to download organisations.\n{req=}\n{req.text=}" orgs = {} - for _item in results: - item = _item["content"]["organisationSearchDto"] - if designation := item.get("designation"): - orgs[designation] = { - "id": item["id"], + for resource in req.json()["resource"]: + search_organisation = resource["content"]["organisationSearchDto"] + if designation := search_organisation.get("designation"): + orgs[search_organisation["id"]] = { "code": designation, - "name": item["name"], - "path": item["orgPath"], + "name": search_organisation["name"], + "path": search_organisation["orgPath"], } with open(CACHE_PATH / f"orgs-{lang}_tumonline.json", "w", encoding="utf-8") as file: json.dump(orgs, file, indent=2, sort_keys=True) - - -class ParsedRoom(typing.TypedDict): - list_index: str - roomcode: str - room_link: str | None - calendar: str | None - alt_name: str - arch_name: str - address: str - address_link: str | None - plz_place: str - operator: str - op_link: str | None - - -class ParsedRoomsList(typing.NamedTuple): - rooms: list[ParsedRoom] - num_pages: int - current_page: int - - def merge(self, other: "ParsedRoomsList") -> "ParsedRoomsList": - """Merge two ParsedRoomsList objects""" - return ParsedRoomsList( - rooms=self.rooms + other.rooms, - num_pages=max(self.num_pages, other.num_pages), - current_page=max(self.current_page, other.current_page), - ) - - -@backoff.on_exception(backoff.expo, requests.exceptions.RequestException) -def _tumonline_roomsearch(search_params) -> ParsedRoomsList: - req = requests.post(f"{TUMONLINE_URL}/wbSuche.raumSuche", data=search_params, timeout=30) - return _parse_rooms_list(BeautifulSoup(req.text, "lxml")) - - -@functools.cache -def _retrieve_roomlist(f_type: str, f_name: str, f_value: int, area_id: int = 0) -> list[ParsedRoom]: - """Retrieve all rooms from the TUMonline room search list (multipage)""" - scraped_rooms = ParsedRoomsList(rooms=[], num_pages=1, current_page=0) - - while scraped_rooms.current_page < scraped_rooms.num_pages: - search_params = { - "pStart": len(scraped_rooms.rooms) + 1, # 1 + current_page * 30, - "pSuchbegriff": "", - "pGebaeudebereich": area_id, # 0 for all areas - "pGebaeude": 0, - "pVerwendung": 0, - "pVerwalter": 1, - f_name: f_value, - } - rooms_list = _tumonline_roomsearch(search_params) - scraped_rooms = scraped_rooms.merge(rooms_list) - - maybe_sleep(1.5) - return scraped_rooms.rooms - - -def _retrieve_roominfo(system_id: str) -> dict[str, str | int | float]: - """Retrieve the extended room information from TUMonline for one room""" - html_parser: BeautifulSoup = _get_html( - f"{TUMONLINE_URL}/wbRaum.editRaum?pRaumNr={system_id}", - CACHE_PATH / "room" / system_id, - ) - - roominfo = {} - fieldsets = html_parser.find_all("fieldset", class_="MaskS") - for fieldset in fieldsets: - legend = fieldset.find("legend") - table_name = legend.text.strip() - if table_name in {"Basisdaten", "physikalische Eigenschaften", "Zusatzinformationen"}: - table = fieldset.find("table") - for row in table.find_all("tr"): - columns = row.find_all("td") - # Doesn't apply to the PLZ/Ort field, which has another table inside - if len(columns) == 2: - key = _snake_case(columns[0].text.strip()) - value = columns[1].text.replace(" ", " ").strip() - if key != _snake_case(value): - roominfo[key] = value - elif not roominfo.get("address"): - roominfo["address"] = value - else: - raise RuntimeError( - f"Room {system_id} has multiple duplicate fields: {key}={value} should imply address", - ) - return _sanitise_roominfo(roominfo) - - -def _sanitise_roominfo(roominfo: dict[str, str]) -> dict[str, str | int | float]: - """Sanitise the roominfo dict, so that it can be used in pydantic models.""" - english_labels = { - "address": "address", - "gebäude": "building", - "plz_ort": "zip_code_location", - "raumnummer": "room_number", - "stockwerk": "floor_number", - "boden": "floor_type", - "fläche_m2": "area_m2", - "architekten_raumnr": "architect_room_nr", - "zusatzbezeichnung": "additional_description", - "verwendung": "purpose", - "rollstuhlplätze": "wheelchair_spaces", - "stehplätze": "standing_places", - "sitzplätze": "seats", - } - # new name to convince mypy that this is typed correctly - room: dict[str, str | int | float] = {english_labels[key]: value for key, value in roominfo.items()} - - # make the values typed correctly - for key in ["wheelchair_spaces", "standing_places", "seats"]: - room[key] = int(room.get(key, 0)) - room["area_m2"] = float(room["area_m2"].replace(",", ".")) - - return room - - -def _snake_case(key: str) -> str: - key = re.sub("[^a-zA-Zäöü0-9]", " ", key) - key = re.sub("([A-Z]+)", r" \1", key) - key = re.sub("([A-Z][a-z]+)", r" \1", key) - return "_".join(key.split()).lower() - - -def _parse_filter_options(xml_parser: BeautifulSoup, el_id: str) -> list[tuple[str, str]]: - sel = xml_parser.find("select", {"name": el_id}) - return [(opt.attrs["value"], opt.text) for opt in sel if isinstance(opt, element.Tag) and opt.attrs["value"] != "0"] - - -def _parse_rooms_list(lxml_parser: BeautifulSoup) -> ParsedRoomsList: - table = lxml_parser.find("table", class_="list") - - if table is None: - return ParsedRoomsList([], 1, 1) - - rooms: list[ParsedRoom] = [] - tbody = table.find("tbody") - for row in tbody.find_all("tr"): - columns = row.find_all("td") - if len(columns) != 8: - logging.debug(row) - continue - - c_room = columns[1].find("a") - c_calendar = columns[2].find("a") - c_address = columns[5].find("a") - c_operator = columns[7].find("a") - rooms.append( - { - "list_index": columns[0].text, - "roomcode": columns[1].text, - "room_link": None if c_room is None else c_room.attrs["href"], - "calendar": None if c_calendar is None else c_calendar.attrs["href"], - "alt_name": columns[3].text, - "arch_name": columns[4].text, - "address": columns[5].text, - "address_link": None if c_address is None else c_address.attrs["href"], - "plz_place": columns[6].text, - "operator": columns[7].text, - "op_link": None if c_operator is None else c_operator.attrs["href"], - }, - ) - - # Get information about number of pages - pages_table = lxml_parser.find("table", class_="wr100") - if pages_table is None: - num_pages = 1 - current_page = 1 - else: - columns = pages_table.find("tr").find_all("td") - if len(columns) != 5: - logging.debug(columns) - raise RuntimeError("") - - num_pages = len(columns[3].find_all("option")) - current_page = int(columns[3].find("option", selected=True).text) # 1-indexed! - - return ParsedRoomsList(rooms, num_pages, current_page) - - -def _get_roomsearch_xml(url: str, params: dict[str, str | int], cache_fname: str) -> BeautifulSoup: - root = _get_xml(url, params, cache_fname) - elem = root.find('.//instruction[@jsid="raumSucheKontainerID"]') - return BeautifulSoup(elem.text, "lxml") - - -@backoff.on_exception(backoff.expo, requests.exceptions.RequestException) -def _get_xml(url: str, params: dict[str, str | int], cache_fname: str) -> ET: - cache_path = CACHE_PATH / cache_fname - if cache_path.exists(): - tree = ET.parse(cache_path) - return tree.getroot() - - logging.debug(f"GET {url}", params) - req = requests.get(url, params, timeout=10) - with open(cache_path, "w", encoding="utf-8") as file: - file.write(req.text) - return ET.fromstring(req.text) - - -@backoff.on_exception(backoff.expo, requests.exceptions.RequestException) -def _get_html(url: str, cached_xml_file: Path) -> BeautifulSoup: - if cached_xml_file.exists(): - with open(cached_xml_file, encoding="utf-8") as file: - return BeautifulSoup(file.read(), "lxml") - req = requests.get(url, timeout=10) - maybe_sleep(0.5) # Not the best place to put this - with open(cached_xml_file, "w", encoding="utf-8") as file: - result = req.text - file.write(result) - return BeautifulSoup(result, "lxml") - - -def _get_tumonline_api_url(base_target: str) -> str: - # I have no idea, what this magic_string is, or why it exists… - # Usage is the same as from TUMonline… - magic_string = f"NC_{str(random.randint(0, 9999)).zfill(4)}" # nosec: random is not used security/crypto purposes - return f"{TUMONLINE_URL}/{base_target}/{magic_string}" diff --git a/data/processors/export.py b/data/processors/export.py index 1953cdefe..76cdd79c6 100644 --- a/data/processors/export.py +++ b/data/processors/export.py @@ -66,6 +66,7 @@ def export_for_search(data: dict, path: str) -> None: if coords := entry.get("coords"): geo["_geo"] = {"lat": coords["lat"], "lng": coords["lon"]} parent_building_names = extract_parent_building_names(data, entry["parents"], building_parents_index) + address = entry.get("tumonline_data", {}).get("address", {}) export.append( { # MeiliSearch requires an id without "." @@ -90,7 +91,7 @@ def export_for_search(data: dict, path: str) -> None: # For all other parents, only the ids and their keywords (TODO) are searchable "parent_keywords": [maybe_slugify(value) for value in parent_building_names + entry["parents"][1:]], "campus": maybe_slugify(campus_name), - "address": entry.get("tumonline_data", {}).get("address", None), + "address": address.get("street", None) if isinstance(address, dict) else address.street, "usage": maybe_slugify(entry.get("usage", {}).get("name", None)), "rank": int(entry["ranking_factors"]["rank_combined"]), **geo, diff --git a/data/processors/patch.py b/data/processors/patch.py index f211e449c..ee48f30cb 100644 --- a/data/processors/patch.py +++ b/data/processors/patch.py @@ -2,17 +2,19 @@ import re from typing import TypedDict +from external.models import tumonline + # python 3.11 feature => move to typing when 3.11 is mainstream from typing_extensions import NotRequired class Patch(TypedDict): - if_roomcode: str + if_room_code: str alt_name: NotRequired[str] arch_name: NotRequired[str] -def apply_roomcode_patch(objects: list[dict[str, str | int]], patches: list[Patch]): +def apply_roomcode_patch(objects: dict[str, tumonline.Room], patches: list[Patch]): """ Apply patches to objects. @@ -22,33 +24,29 @@ def apply_roomcode_patch(objects: list[dict[str, str | int]], patches: list[Patc patches: list of patches to apply """ - patched = [] - patches = [ ( - re.compile(p["if_roomcode"]), - # Remove the "if_" from the patch, the rest of the items will - # be inserted into the entry's data. - {k: v for k, v in p.items() if k != "if_roomcode"}, + re.compile(p["if_room_code"]), + {k: v for k, v in p.items() if k != "if_room_code"}, ) for p in patches ] to_delete = [] applied_patches = set() - for i, obj in enumerate(objects): + for room_code, room in objects.items(): for patch_check, patch in patches: - if patch_check.match(obj["roomcode"]) is not None: + if patch_check.match(room_code) is not None: applied_patches.add(patch_check) if patch.get("__delete"): - to_delete.append(i) + to_delete.append(room_code) continue for patch_key, patched_value in patch.items(): - obj[patch_key] = patched_value - patched.append(obj) + setattr(room, patch_key, patched_value) + room.patched = True - for i in reversed(to_delete): - del objects[i] + for room_code in to_delete: + objects.pop(room_code) for patch_check, _ in patches: if patch_check not in applied_patches: @@ -56,5 +54,3 @@ def apply_roomcode_patch(objects: list[dict[str, str | int]], patches: list[Patc f"The patch for roomcode: r'{patch_check.pattern}' was never applied. " f"Make sure it is still required.", ) - - return patched diff --git a/data/processors/sections.py b/data/processors/sections.py index b8c9153b4..e5473a2db 100644 --- a/data/processors/sections.py +++ b/data/processors/sections.py @@ -22,12 +22,8 @@ def extract_tumonline_props(data: dict[str, dict[str, Any]]) -> None: ), "id": entry["tumonline_data"]["operator_id"], } - if entry.get("tumonline_data", {}).get("room_link", None): - room_url: str = entry["tumonline_data"]["room_link"] - entry["props"]["tumonline_room_nr"] = int(room_url.removeprefix("wbRaum.editRaum?pRaumNr=")) - elif entry.get("tumonline_data", {}).get("address_link", None): - adress_url: str = entry["tumonline_data"]["address_link"] - entry["props"]["tumonline_room_nr"] = int(adress_url.removeprefix("ris.einzelraum?raumkey=")) + if tumonline_id := entry.get("tumonline_data", {}).get("tumonline_id", None): + entry["props"]["tumonline_room_nr"] = tumonline_id def compute_floor_prop(data: dict[str, Any]) -> None: @@ -228,7 +224,7 @@ def _append_if_present( key: str, human_name: TranslatableStr, ) -> None: - if key in props: + if key in props and props[key] is not None: computed_results.append({human_name: str(props[key])}) diff --git a/data/processors/structure.py b/data/processors/structure.py index 9f4505144..79bfafabe 100644 --- a/data/processors/structure.py +++ b/data/processors/structure.py @@ -62,26 +62,26 @@ def infer_addresses(data: dict[str, dict[str, Any]]) -> None: """Infer addresses from children.""" for _id, entry in data.items(): if entry.get("props", {}).get("address", None) is None and (children_flat := entry.get("children_flat")): - child_addresses = set() + child_addresses: set[tuple[str, int, str]] = set() for child_id in children_flat: child = data[child_id] - street, plz_place = ( - child.get("props", {}).get("address", {}).get("street", None), - child.get("props", {}).get("address", {}).get("plz_place", None), - ) + address = child.get("props", {}).get("address", {}) + street = address.get("street", None) + zip_code = address.get("zip_code", None) + place = address.get("place", None) - if street is not None and plz_place is not None: - child_addresses.add((street, plz_place)) + if street is not None and zip_code is not None and place is not None: + child_addresses.add((street, zip_code, place)) if len(child_addresses) == 1: - street, plz_place = child_addresses.pop() + street, zip_code, place = child_addresses.pop() entry.setdefault("props").setdefault( "address", { "street": street, - "plz_place": plz_place, + "plz_place": f"{zip_code} {place}", "source": "inferred", }, ) diff --git a/data/processors/tumonline.py b/data/processors/tumonline.py index 43f3b88ef..d71af2b0c 100644 --- a/data/processors/tumonline.py +++ b/data/processors/tumonline.py @@ -1,11 +1,10 @@ -import json import logging import string from pathlib import Path from typing import Any -import pydantic import yaml + from external.models import tumonline from processors.merge import recursively_merge from processors.patch import apply_roomcode_patch @@ -26,13 +25,12 @@ def merge_tumonline_buildings(data: dict[str, dict[str, Any]]) -> None: This will not overwrite the existing data, but act directly on the provided data. """ error = False - for building in tumonline.Building.load_all(): + for b_id, building in tumonline.Building.load_all().items(): # Normalize the building name (sometimes has more than one space) b_name = " ".join(building.name.split()).strip() # Extract the building id try: - b_id = b_name.split(" ", 2)[0] if int(b_id) <= 0 or int(b_id) > 9999: logging.error(f"Invalid building id '{b_id}' for building '{b_name}', expected it to be in 1..9999") error = True @@ -75,13 +73,6 @@ def merge_tumonline_buildings(data: dict[str, dict[str, Any]]) -> None: if error: raise RuntimeError("One or more errors, aborting") - return data - - -@pydantic.dataclasses.dataclass -# pylint: disable=too-few-public-methods -class InactiveOrg: - name: str # pylint: disable=too-many-locals @@ -98,75 +89,70 @@ def merge_tumonline_rooms(data: dict[str, dict[str, Any]]) -> None: usages_lookup = tumonline.Usage.load_all() missing_buildings: dict[str, int] = {} - for room in rooms: + for room_code, room in rooms.items(): # Extract building id - b_id = room["roomcode"].split(".")[0] + b_id = room_code.split(".")[0] if b_id not in data: missing_buildings.setdefault(b_id, 0) missing_buildings[b_id] += 1 continue - operator = room["operator"].strip(OPERATOR_STRIP_CHARS) + org_id_to_code = {key: org.code for key, org in orgs_de.items()} r_data = { - "id": room["roomcode"], + "id": room_code, "type": "room", - "name": f"{room['roomcode']} ({room['alt_name']})", + "name": f"{room_code} ({room.alt_name})", "parents": data[b_id]["parents"] + [b_id], "tumonline_data": { - "roomcode": room["roomcode"], - "arch_name": room["arch_name"], - "alt_name": room["alt_name"], - "address": _clean_spaces(room["address"]), - "address_link": room["address_link"], - "plz_place": room["plz_place"], - "operator": room["operator"].strip(OPERATOR_STRIP_CHARS), - "operator_id": int(room["op_link"].strip(OPERATOR_WEBNAV_LINK_PREFIX)), - "operator_link": room["op_link"], + "roomcode": room_code, + "arch_name": room.arch_name, + "alt_name": room.alt_name, + "address": room.address, + "operator": org_id_to_code.get(room.main_operator_id), + "operator_id": room.main_operator_id, "operator_name": _( - orgs_de.get(operator, InactiveOrg(name=f"Inaktive Organisation ({operator})")).name, - orgs_en.get(operator, InactiveOrg(name=f"Inactive Organisation ({operator})")).name, - ), - "room_link": room["room_link"], - "calendar": room["calendar"], - "b_filter_id": room["b_filter_id"], - "b_area_id": room["b_area_id"], - "usage": room["usage"], + orgs_de[room.main_operator_id].name, + orgs_en[room.main_operator_id].name, + ) + if room.main_operator_id in orgs_de + else None, + "calendar": room.calendar_resource_nr, + "usage": room.usage_id, }, "props": { "ids": { - "roomcode": room["roomcode"], + "roomcode": room_code, }, "address": { - "street": _clean_address_street(room["address"]), - "plz_place": room["plz_place"], + "street": room.address.street, + "plz_place": f"{room.address.zip_code} {room.address.place}", "source": "tumonline", # TODO: Wrong is only source is not set up to here }, + "stats": { + "n_seats_sitting": room.seats.sitting, + "n_seats_standing": room.seats.standing, + "n_seats_wheelchair": room.seats.wheelchair, + }, }, } - if len(room["arch_name"]) > 0: - r_data["props"]["ids"]["arch_name"] = room["arch_name"] - - if seat_number := room.get("extended", {}).get("sitzplätze", None): - r_data["props"]["stats"] = { - "n_seats": int(seat_number), - } - + if room.arch_name: + r_data["props"]["ids"]["arch_name"] = room.arch_name + room.seats.model_dump() # Usage - if room["usage"] in usages_lookup: - tumonline_usage = usages_lookup[room["usage"]] - parts = tumonline_usage.din_277.split(" - ") + if room.usage_id in usages_lookup: + tumonline_usage = usages_lookup[room.usage_id] r_data["usage"] = { "name": _(tumonline_usage.name), - "din_277": parts[0], - "din_277_desc": parts[1], + "din_277": tumonline_usage.din277_id, + "din_277_desc": tumonline_usage.din277_name, } else: logging.error(f"Unknown usage for room '{room['roomcode']}': Id '{room['usage']}'") continue if "extended" in room: - r_data["tumonline_data"]["extended"] = room["extended"] + r_data["tumonline_data"]["extended"] = room.extended # TUMonline data does not overwrite the existing data when merged recursively_merge(data, {r_data["id"]: r_data}, overwrite=False) @@ -175,10 +161,10 @@ def merge_tumonline_rooms(data: dict[str, dict[str, Any]]) -> None: data[r_data["id"]].setdefault("sources", {}).setdefault("base", []).append( { "name": "TUMonline", - "url": f"https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/{room['room_link']}", + "url": f"https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/{room.tumonline_id}", }, ) - if room["patched"]: + if room.patched: data[r_data["id"]]["sources"]["patched"] = True if parentless := [(b_id, content) for b_id, content in data.items() if "parents" not in content]: @@ -199,82 +185,74 @@ def _clean_tumonline_rooms(): It also searches for inconsistencies not yet patched """ - with open("external/results/rooms_tumonline.json", encoding="utf-8") as file: - rooms = json.load(file) - roomcode_lookup: dict[str, dict] = {r["roomcode"]: r for r in rooms} + rooms = tumonline.Room.load_all() with open(SOURCES / "15_patches-rooms_tumonline.yaml", encoding="utf-8") as file: patches = yaml.safe_load(file.read()) - patched_rooms = apply_roomcode_patch(rooms, patches["patches"]) - patched_room_ids = {r["roomcode"] for r in patched_rooms} + apply_roomcode_patch(rooms, patches["patches"]) - used_arch_names: dict[str, str] = {} + used_arch_names: dict[str, tuple[str, str, str]] = {} used_roomcode_levels = {} - invalid_rooms = [] - for room in rooms: - # Keep track of whether changes were made - room.setdefault("patched", False) - - if room["roomcode"] in patched_room_ids: - room["patched"] = True - - # Validate the roomcode - roomcode_parts: tuple[str, str, str] = room["roomcode"].split(".") + invalid_rooms: list[str] = [] + for room_code, room in rooms.items(): + if not room.arch_name or not room.alt_name: + logging.warning(f"ignoring {room_code} as it has {room.arch_name=}, {room.alt_name=}") + invalid_rooms.append(room_code) + continue + # Validate the room_code + roomcode_parts: tuple[str, str, str] = room_code.split(".") if len(roomcode_parts) != 3: logging.warning(f"Invalid roomcode: Not three '.'-separated parts: {room['roomcode']}") - invalid_rooms.append(room) - if len(set(room["roomcode"]) - ALLOWED_ROOMCODE_CHARS) > 0: + invalid_rooms.append(room_code) + if len(set(room_code) - ALLOWED_ROOMCODE_CHARS) > 0: logging.warning( f"Invalid character(s) in roomcode '{room['roomcode']}': " f"{set(room['roomcode']) - ALLOWED_ROOMCODE_CHARS}", ) - invalid_rooms.append(room) + invalid_rooms.append(room_code) if roomcode_parts[1] not in used_roomcode_levels: - used_roomcode_levels[roomcode_parts[1]] = room["roomcode"] + used_roomcode_levels[roomcode_parts[1]] = room_code # Validate the arch_name. - arch_name_parts: tuple[str, str] = room["arch_name"].split("@") + arch_name_parts: tuple[str, str] = room.arch_name.split("@") if len(arch_name_parts) != 2: logging.warning(f"Invalid arch_name: No '@' in '{room['arch_name']}' (room {room['roomcode']})") - invalid_rooms.append(room) + invalid_rooms.append(room_code) if len(arch_name_parts[1]) != 4 or not arch_name_parts[1].isdigit(): logging.warning( f"Invalid building specification in arch_name: Not four digits: " f"'{arch_name_parts[1]}' in '{room['arch_name']}' (room {room['roomcode']})", ) - invalid_rooms.append(room) + invalid_rooms.append(room_code) - _infer_arch_name(room, arch_name_parts, used_arch_names, roomcode_parts, roomcode_lookup) + _infer_arch_name(room, arch_name_parts, used_arch_names, roomcode_parts, rooms) - # The address commonly has duplicate spaces - room["address"] = _clean_spaces(room["address"]) if invalid_rooms: - for room in invalid_rooms: - rooms.remove(room) - logging.warning(f"Ignored {len(invalid_rooms)} TUMonline rooms because they are invalid.") + for room_code in invalid_rooms: + rooms.pop(room_code) return rooms def _infer_arch_name( - room: dict, + room: tumonline.Room, arch_name_parts: tuple[str, str], - used_arch_names: dict[str, str], + used_arch_names: dict[str, tuple[str, str, str]], roomcode_parts: tuple[str, str, str], - roomcode_lookup: dict[str, dict], + rooms: dict[str, tumonline.Room], ) -> None: """Infer the arch name and other related properties""" # Some rooms don't have an arch_name. The value is then usually just like "@1234". # Since this is not helpful (the building is already known for all rooms) rooms are then dropped. if len(arch_name_parts[0]) == 0: - room["arch_name"] = "" + room.arch_name = "" return # THIS SECTION MIGHT CHANGE THE ARCH_NAME as well - _maybe_set_alt_name(arch_name_parts, room) + _maybe_set_alt_name(".".join(roomcode_parts), arch_name_parts, room) # Check for arch_name and roomcode suffix mismatch: if ( @@ -293,12 +271,12 @@ def _infer_arch_name( pass # Check for duplicate uses of arch names - if room["arch_name"] not in used_arch_names: - used_arch_names[room["arch_name"]] = room["roomcode"] + if room.arch_name not in used_arch_names: + used_arch_names[room.arch_name] = roomcode_parts return r1_parts = roomcode_parts - r2_parts = used_arch_names[room["arch_name"]].split(".") + r2_parts = used_arch_names[room.arch_name] if r1_parts[0] == r2_parts[0] and r1_parts[2] == r2_parts[2]: return @@ -313,15 +291,15 @@ def _infer_arch_name( min_len = min(len(r1_parts[2]), len(r2_parts[2])) if r1_parts[2][:min_len] == r2_parts[2][:min_len]: if len(r1_parts[2]) > len(r2_parts[2]): - room["arch_name"] = arch_name_parts[0] + r1_parts[2][min_len:].lower() + "@" + arch_name_parts[1] + room.arch_name = arch_name_parts[0] + r1_parts[2][min_len:].lower() + "@" + arch_name_parts[1] else: - looked_up_r2 = roomcode_lookup[used_arch_names[room["arch_name"]]] + looked_up_r2 = rooms[".".join(used_arch_names[room.arch_name])] looked_up_r2["arch_name"] = arch_name_parts[0] + r2_parts[2][min_len:].lower() + "@" + arch_name_parts[1] - used_arch_names[room["arch_name"]] = room["roomcode"] - room["patched"] = True + used_arch_names[room.arch_name] = roomcode_parts + room.patched = True -def _maybe_set_alt_name(arch_name_parts: tuple[str, str], room: dict) -> None: +def _maybe_set_alt_name(room_code: str, arch_name_parts: tuple[str, str], room: tumonline.Room) -> None: """ Deduces the alt_name from the roomname @@ -331,53 +309,45 @@ def _maybe_set_alt_name(arch_name_parts: tuple[str, str], room: dict) -> None: As far as we observed so far, if the room has no arch_name it also doesn't have any roomname in the alt_name. Also, if there are no comma-separated parts, the roomname is usually not in the alt_name. """ - alt_parts = [_clean_spaces(s) for s in room["alt_name"].split(",")] + alt_parts = [_clean_spaces(s) for s in room.alt_name.split(",")] if len(alt_parts) < 2: return if alt_parts[0].lower() == arch_name_parts[0].lower(): - room["alt_name"] = ", ".join(alt_parts[1:]) + room.alt_name = ", ".join(alt_parts[1:]) return # The most common mismatch is if the roomname in the alt_name is like "L516" and the arch_name starts with "L 516". # In this case we change the arch_name to the format without a space joined_roomname = arch_name_parts[0].replace(" ", "", 2) if arch_name_parts[0][:2] in {"R ", "L ", "M ", "N "} and alt_parts[0] == joined_roomname: - room["alt_roomname"] = arch_name_parts[0] - arch_name_parts[0] = alt_parts[0] - room["arch_name"] = "@".join(arch_name_parts) - room["alt_name"] = ", ".join(alt_parts[1:]) - room["patched"] = True + arch_name_parts = alt_parts[0], arch_name_parts[1] + room.arch_name = "@".join(arch_name_parts) + room.alt_name = ", ".join(alt_parts[1:]) + room.patched = True # The same might appear the other way round (e.g. "N 1070 ZG" and "N1070ZG") elif alt_parts[0][:2] in {"N ", "R "} and arch_name_parts[0] == alt_parts[0].replace(" ", ""): - room["alt_roomname"] = alt_parts[0] - room["alt_name"] = ", ".join(alt_parts[1:]) - room["patched"] = True + room.alt_name = ", ".join(alt_parts[1:]) + room.patched = True # The second most common mismatch is if the roomname in the alt_name is prepended with the abbrev of the building # Example: "MW 1050" elif any(alt_parts[0].startswith(s) for s in ["PH ", "MW ", "WSI ", "CH ", "MI "]): - room["alt_name"] = ", ".join(alt_parts[1:]) - room["patched"] = True - # If the roomname has a comma, the comparision by parts fails - elif "," in arch_name_parts[0] and room["alt_name"].startswith(arch_name_parts[0]): + room.alt_name = ", ".join(alt_parts[1:]) + room.patched = True + # If the roomname has a comma, the comparison by parts fails + elif "," in arch_name_parts[0] and room.alt_name.startswith(arch_name_parts[0]): alt_name_index = arch_name_parts[0].count(",") + 1 - room["alt_name"] = ", ".join(alt_parts[alt_name_index:]) - room["patched"] = True + room.alt_name = ", ".join(alt_parts[alt_name_index:]) + room.patched = True # The Theresianum is an exception where the roomname is the second part of the alt_name. # Both are discarded since both roomcode and building name are given separately elif alt_parts[0] == "Theresianum" and alt_parts[1] == arch_name_parts[0]: - room["alt_name"] = ", ".join(alt_parts[2:]) - room["patched"] = True + room.alt_name = ", ".join(alt_parts[2:]) + room.patched = True else: logging.debug( - f"(alt_name / arch_name mismatch): " f"{alt_parts[0]=} {arch_name_parts[0]=} {room['roomcode']=}", + f"(alt_name / arch_name mismatch): {alt_parts[0]=} {arch_name_parts[0]=} {room_code=}", ) def _clean_spaces(_string: str) -> str: """Remove leading and trailing spaces as well as duplicate spaces in-between""" return " ".join(_string.split()) - - -def _clean_address_street(street: str) -> str: - """Clean the given street address from the floor and unneccesary spaces""" - street = _clean_spaces(street) - return ",".join(street.split(",")[:-1]) diff --git a/data/requirements.txt b/data/requirements.txt index 2218e4293..5adad455b 100644 --- a/data/requirements.txt +++ b/data/requirements.txt @@ -7,6 +7,7 @@ Pillow~=10.3.0 pydantic~=2.7.0 pyyaml~=6.0 requests~=2.31.0 +requests-oauthlib~=1.3.1 ruamel.yaml~=0.18.5 tqdm~=4.66.0 utm~=0.7.0 diff --git a/data/sources/15_patches-rooms_tumonline.yaml b/data/sources/15_patches-rooms_tumonline.yaml index 6634a4c99..de4232373 100644 --- a/data/sources/15_patches-rooms_tumonline.yaml +++ b/data/sources/15_patches-rooms_tumonline.yaml @@ -2,22 +2,22 @@ patches: # TODO Store old values before replacement, so they can also be found when searched for. # (e.g. 2605.EG.149) # The following are known errors in the TUMonline arch_names (detected as duplicates) - - {if_roomcode: "4131\\.EG\\.005", arch_name: "EG05@4131", alt_name: "EG05, Treppe"} + - {if_room_code: "4131\\.EG\\.005", arch_name: "EG05@4131", alt_name: "EG05, Treppe"} # There are inconsistencies with arch_name in building 0305: Some roomnames don't have a # usually prepended "S" - - {if_roomcode: "0305\\.01\\.512", arch_name: "S1512@0305"} - - {if_roomcode: "0305\\.01\\.529A", arch_name: "S1529A@0305"} - - {if_roomcode: "0305\\.02\\.512", arch_name: "S2512@0305"} - - {if_roomcode: "0305\\.02\\.529A", arch_name: "S2529A@0305"} - - {if_roomcode: "0305\\.03\\.512", arch_name: "S3512@0305"} - - {if_roomcode: "0305\\.03\\.529A", arch_name: "S3529A@0305"} - - {if_roomcode: "0305\\.03\\.543", arch_name: "S3543@0305"} + - {if_room_code: "0305\\.01\\.512", arch_name: "S1512@0305"} + - {if_room_code: "0305\\.01\\.529A", arch_name: "S1529A@0305"} + - {if_room_code: "0305\\.02\\.512", arch_name: "S2512@0305"} + - {if_room_code: "0305\\.02\\.529A", arch_name: "S2529A@0305"} + - {if_room_code: "0305\\.03\\.512", arch_name: "S3512@0305"} + - {if_room_code: "0305\\.03\\.529A", arch_name: "S3529A@0305"} + - {if_room_code: "0305\\.03\\.543", arch_name: "S3543@0305"} # The "Theresianum Foyer, 0604" is an exception not formatted in the common alt_name format - - {if_roomcode: "0506\\.EG\\.604", alt_name: "Foyer"} + - {if_room_code: "0506\\.EG\\.604", alt_name: "Foyer"} # - - {if_roomcode: "0206\\.DG\\.[0-3][0-9]{2}", __delete: true} + - {if_room_code: "0206\\.DG\\.[0-3][0-9]{2}", __delete: true} # arch_name is accidentally in a different building - - {if_roomcode: "5606\\.03\\.055", arch_name: "03.06.055@5606"} + - {if_room_code: "5606\\.03\\.055", arch_name: "03.06.055@5606"} # Handling of arch_name duplicates duplicates: